/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.ui-datepicker {
    display: none;
    z-index: 999999 !important;
}
.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-next-hover span, .ui-datepicker .ui-datepicker-prev-hover span {
    border-color: transparent #ff8400 transparent transparent;
}
.ui-datepicker .ui-datepicker-prev {
    left: 2px;
}
.ui-datepicker .ui-datepicker-next {
    right: 2px;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -5px;
    font-size: 0px;
    width: 0px;
    height: 0px;
    border: solid;
    border-width: 5px 8px 5px 0;
    border-color: transparent #ff9635 transparent transparent;
}
.ui-datepicker .ui-datepicker-next span {
    margin-left: 0px;
    top: 50%;
    margin-top: -5px;
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #ff9635;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
    width: 100%;
}
.ui-datepicker table {
    width: 100%;
    font-size: .9em;
}
.ui-datepicker td span, .ui-datepicker td a {
    display: block;
    padding: 4px;
    text-align: right;
    text-decoration: none;
    color: #000000;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left;
}
.ui-datepicker-rtl {
    direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group {
    float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dt {
    height: 25px;
    margin-bottom: -22px;
}
.ui-timepicker-div dl .ui_tpicker_time_label {
    margin-bottom: -25px;
}
.ui-timepicker-div dl dd {
    margin: 0 10px 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-datepicker {
    padding: 15px;
    border: #ffffff 4px solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #efefef;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.35);
}
.ui-datepicker .ui-datepicker-header {
    background: transparent;
    border: none;
    padding-bottom: 10px;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-month {
    width: 47%;
    margin-right: 6%;
}
.ui-datepicker .ui-datepicker-title .ui-datepicker-year {
    width: 47%;
}
.ui-datepicker .ui-datepicker-calendar td {
    border: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar td a {
    padding: 4px;
    display: block;
}
.ui-datepicker .ui-datepicker-calendar td .ui-state-hover {
    background: #f9eae7;
}
.ui-datepicker .ui-datepicker-calendar {
    background: #ffffff;
    border: #cfcfcf 1px solid;
    border-collapse: collapse;
}
.ui-datepicker .ui-datepicker-calendar th {
    background: #efefef;
    border: #cfcfcf 1px solid;
    padding: 4px;
    text-transform: uppercase;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-week-col {
    text-align: center;
    border: #cfcfcf 1px solid;
}
.ui-datepicker {
    width: auto;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today {
    background: #f3d7d2;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-active {
    background: #ffdf66;
}
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}
.ui-timepicker-div dl {
    text-align: left;
}
.ui-timepicker-div dl dd {
    margin: 0 0 10px 65px;
}
.ui-timepicker-div td {
    font-size: 90%;
}
.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider-horizontal .ui-slider-handle {
    margin-left: -5px;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    cursor: default;
}
.ui-slider-horizontal {
    height: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: none;
    background: #dadada;
}
.ui-slider-handle {
    height: 10px;
    width: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #f98b25;
    display: block;
    position: absolute;
}
.ui-timepicker-div {
    padding: 10px 0 5px 0;
}
.ui-datepicker .ui-datepicker-buttonpane {
    overflow: hidden;
    padding-top: 10px;
    border-top: #cfcfcf 1px solid;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled {
    background: #f9f9f9;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-disabled span {
    color: #959595;
}
/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.ui-datepicker-cover {
    position: absolute; /*must have*/
    z-index: -1; /*must have*/
    filter: mask(); /*must have*/
    top: -4px; /*must have*/
    left: -4px; /*must have*/
    width: 200px; /*must have*/
    height: 200px; /*must have*/
}

.ui-timepicker-div .ui_tpicker_unit_hide {
    display:none;
}
/* 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/Leadlion/autogedal/ro_RO/Yereone_Testimonials/ajax-loader.gif') center center no-repeat;
}

/* Icons */

/* 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 {
  max-width: 100%;
  height: auto;
  border: 0;
}
video,
embed,
object {
  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: #777777;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  font-size: 1.3rem;
}
p {
  margin-top: 0rem;
  margin-bottom: 0.9rem;
}
abbr[title] {
  border-bottom: 1px dotted #cccccc;
  cursor: help;
}
b,
strong {
  font-weight: 700;
}
em,
i {
  font-style: italic;
}
mark {
  background: #f6f6f6;
  color: #1e1e1e;
}
small,
.small {
  font-size: 12px;
}
hr {
  border: 0;
  border-top: 1px solid #cccccc;
  margin-bottom: 18px;
  margin-top: 18px;
}
sub,
sup {
  font-size: 69.23076923000001%;
  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.5rem;
  margin-top: 0rem;
  margin-bottom: 1.8rem;
}
h2 {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.5rem;
  margin-top: 2.25rem;
  margin-bottom: 1.8rem;
}
h3 {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.7rem;
  margin-top: 1.8rem;
  margin-bottom: 0.9rem;
}
h4 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.3rem;
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
}
h5 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1.2rem;
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
}
h6 {
  font-weight: 700;
  line-height: 1.1;
  font-size: 1rem;
  margin-top: 1.8rem;
  margin-bottom: 1.8rem;
}
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: #777777;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
a,
.alink {
  color: #0088cc;
  text-decoration: none;
}
a:visited,
.alink:visited {
  color: #0088cc;
  text-decoration: none;
}
a:hover,
.alink:hover {
  color: #0088cc;
  text-decoration: underline;
}
a:active,
.alink:active {
  color: #0088cc;
  text-decoration: underline;
}
ul,
ol {
  margin-top: 0rem;
  margin-bottom: 2.25rem;
}
ul > li,
ol > li {
  margin-top: 0rem;
  margin-bottom: 0.9rem;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
dl {
  margin-bottom: 18px;
  margin-top: 0;
}
dt {
  font-weight: 700;
  margin-bottom: 4.5px;
  margin-top: 0;
}
dd {
  margin-bottom: 9px;
  margin-top: 0;
  margin-left: 0;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
}
code {
  background: #f6f6f6;
  color: #555555;
  padding: 2px 4px;
  font-size: 1.2rem;
  white-space: nowrap;
}
kbd {
  background: #f6f6f6;
  color: #555555;
  padding: 2px 4px;
  font-size: 1.2rem;
}
pre {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  color: #555555;
  line-height: 1.4;
  margin: 0 0 9px;
  padding: 9px;
  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 #cccccc;
  margin: 0 0 18px 36px;
  padding: 0;
  color: #777777;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
  font-size: 1.3rem;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  color: #777777;
  line-height: 1.4;
  font-size: 0.9rem;
  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: 11px 9px;
}
button {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #777777;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.5rem;
  box-sizing: border-box;
  vertical-align: middle;
}
button:focus,
button:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #777777;
}
button:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #777777;
}
button.disabled,
button[disabled],
fieldset[disabled] button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
button::-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*="date"],
input[type="email"] {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #cccccc;
  border-radius: 6px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 38px;
  line-height: 1.4;
  padding: 10px;
  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*="date"]: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*="date"]::-moz-placeholder,
input[type="email"]::-moz-placeholder {
  color: #dddddd;
}
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*="date"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder {
  color: #dddddd;
}
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*="date"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder {
  color: #dddddd;
}
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 #cccccc;
  border-radius: 6px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 38px;
  line-height: 1.4;
  padding: 4.5px 9px 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 #cccccc;
  border-radius: 6px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: auto;
  line-height: 1.4;
  margin: 0;
  padding: 9px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
}
textarea:disabled {
  opacity: 0.5;
}
textarea::-moz-placeholder {
  color: #dddddd;
}
textarea::-webkit-input-placeholder {
  color: #dddddd;
}
textarea:-ms-input-placeholder {
  color: #dddddd;
}
input[type="checkbox"] {
  margin: 2px 4.5px 0 0;
  position: relative;
  top: 2px;
}
input[type="checkbox"]:disabled {
  opacity: 0.5;
}
input[type="radio"] {
  margin: 2px 4.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 {
  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.
 */
.abs-reset-list,
.bundle-options-container .block-bundle-summary .bundle.items,
.product-items,
.prices-tier,
.search-terms,
.cart-summary .checkout-methods-items,
.opc-wrapper .opc,
.opc-progress-bar,
.checkout-agreements-items,
.block-wishlist-management .wishlist-select-items,
.order-details-items .items-qty,
.block-banners .banner-items,
.block-banners-inline .banner-items,
.block-event .slider-panel .slider {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.abs-reset-list > li,
.bundle-options-container .block-bundle-summary .bundle.items > li,
.product-items > li,
.prices-tier > li,
.search-terms > li,
.cart-summary .checkout-methods-items > li,
.opc-wrapper .opc > li,
.opc-progress-bar > li,
.checkout-agreements-items > li,
.block-wishlist-management .wishlist-select-items > li,
.order-details-items .items-qty > li,
.block-banners .banner-items > li,
.block-banners-inline .banner-items > li,
.block-event .slider-panel .slider > li {
  margin: 0;
}
.action-primary {
  background-image: none;
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 3px;
}
.action-primary:focus,
.action-primary:active {
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
}
.action-primary:hover {
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
}
.action-primary.disabled,
.action-primary[disabled],
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-revert-to-action-secondary,
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.block-compare .action.primary,
.cart-summary .block .actions-toolbar > .primary .action.primary,
.cart-summary .form.giftregistry .fieldset .action.primary,
.abs-discount-block .actions-toolbar .amshopby-button,
.block-compare .amshopby-button,
.cart-summary .block .actions-toolbar > .primary .amshopby-button,
.cart-summary .form.giftregistry .fieldset .amshopby-button,
.abs-discount-block .actions-toolbar .am-filter-go,
.block-compare .am-filter-go,
.cart-summary .block .actions-toolbar > .primary .am-filter-go,
.cart-summary .form.giftregistry .fieldset .am-filter-go,
.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 {
  border-radius: 3px;
}
.abs-action-link-button,
.block-event .slider-panel .slider .item .action.event {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #777777;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.5rem;
  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,
.block-event .slider-panel .slider .item .action.event:focus,
.block-event .slider-panel .slider .item .action.event:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #777777;
}
.abs-action-link-button:hover,
.block-event .slider-panel .slider .item .action.event:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #777777;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button,
.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;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button: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 {
  text-decoration: none;
}
.abs-action-button-as-link,
.abs-action-remove,
.abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel,
.paypal-button-widget .paypal-button,
.bundle-options-container .action.back,
.block.related .action.select,
.cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.opc-wrapper .edit-address-link,
.opc-block-shipping-information .shipping-information-title .action-edit,
.action-auth-toggle,
.checkout-payment-method .payment-method-billing-address .action-cancel,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address,
.checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit,
.gift-summary .action-delete,
.gift-wrapping-title .action-remove,
.wishlist.split.button > .action,
.abs-add-fields .action.remove,
.paypal-review-discount .action.check,
.cart-discount .action.check,
.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.4;
  padding: 0;
  color: #0088cc;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-weight: 400;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.abs-discount-block .action.check:visited,
.popup .actions-toolbar .action.cancel:visited,
.paypal-button-widget .paypal-button:visited,
.bundle-options-container .action.back:visited,
.block.related .action.select:visited,
.cart.table-wrapper .actions-toolbar > .action-delete:visited,
.cart.table-wrapper .action.help.map:visited,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:visited,
.opc-wrapper .edit-address-link:visited,
.opc-block-shipping-information .shipping-information-title .action-edit:visited,
.action-auth-toggle:visited,
.checkout-payment-method .payment-method-billing-address .action-cancel:visited,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:visited,
.checkout-agreements-block .action-show:visited,
.gift-options .actions-toolbar .action-cancel:visited,
.gift-summary .action-edit:visited,
.gift-summary .action-delete:visited,
.gift-wrapping-title .action-remove:visited,
.wishlist.split.button > .action:visited,
.abs-add-fields .action.remove:visited,
.paypal-review-discount .action.check:visited,
.cart-discount .action.check: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: #0088cc;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.popup .actions-toolbar .action.cancel:hover,
.paypal-button-widget .paypal-button:hover,
.bundle-options-container .action.back:hover,
.block.related .action.select:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .action.help.map:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.opc-wrapper .edit-address-link:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.action-auth-toggle:hover,
.checkout-payment-method .payment-method-billing-address .action-cancel:hover,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:hover,
.checkout-agreements-block .action-show:hover,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-summary .action-edit:hover,
.gift-summary .action-delete:hover,
.gift-wrapping-title .action-remove:hover,
.wishlist.split.button > .action:hover,
.abs-add-fields .action.remove:hover,
.paypal-review-discount .action.check:hover,
.cart-discount .action.check: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: #0088cc;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.abs-discount-block .action.check:active,
.popup .actions-toolbar .action.cancel:active,
.paypal-button-widget .paypal-button:active,
.bundle-options-container .action.back:active,
.block.related .action.select:active,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .action.help.map:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.opc-wrapper .edit-address-link:active,
.opc-block-shipping-information .shipping-information-title .action-edit:active,
.action-auth-toggle:active,
.checkout-payment-method .payment-method-billing-address .action-cancel:active,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:active,
.checkout-agreements-block .action-show:active,
.gift-options .actions-toolbar .action-cancel:active,
.gift-summary .action-edit:active,
.gift-summary .action-delete:active,
.gift-wrapping-title .action-remove:active,
.wishlist.split.button > .action:active,
.abs-add-fields .action.remove:active,
.paypal-review-discount .action.check:active,
.cart-discount .action.check: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: #0088cc;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-discount-block .action.check:hover,
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:focus,
.popup .actions-toolbar .action.cancel:hover,
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:focus,
.paypal-button-widget .paypal-button:hover,
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:focus,
.bundle-options-container .action.back:hover,
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:focus,
.block.related .action.select:hover,
.block.related .action.select:active,
.block.related .action.select:focus,
.cart.table-wrapper .actions-toolbar > .action-delete:hover,
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:focus,
.cart.table-wrapper .action.help.map:hover,
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:focus,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:hover,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup: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 .payment-method-billing-address .action-cancel:hover,
.checkout-payment-method .payment-method-billing-address .action-cancel:active,
.checkout-payment-method .payment-method-billing-address .action-cancel:focus,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:hover,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:active,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:focus,
.checkout-agreements-block .action-show:hover,
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:focus,
.gift-options .actions-toolbar .action-cancel:hover,
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:focus,
.gift-summary .action-edit:hover,
.gift-summary .action-edit:active,
.gift-summary .action-edit:focus,
.gift-summary .action-delete:hover,
.gift-summary .action-delete:active,
.gift-summary .action-delete:focus,
.gift-wrapping-title .action-remove:hover,
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:focus,
.wishlist.split.button > .action:hover,
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus,
.paypal-review-discount .action.check:hover,
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:focus,
.cart-discount .action.check:hover,
.cart-discount .action.check:active,
.cart-discount .action.check: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,
.abs-discount-block .action.check.disabled,
.abs-discount-block .action.check[disabled],
fieldset[disabled] .abs-discount-block .action.check,
.popup .actions-toolbar .action.cancel.disabled,
.popup .actions-toolbar .action.cancel[disabled],
fieldset[disabled] .popup .actions-toolbar .action.cancel,
.paypal-button-widget .paypal-button.disabled,
.paypal-button-widget .paypal-button[disabled],
fieldset[disabled] .paypal-button-widget .paypal-button,
.bundle-options-container .action.back.disabled,
.bundle-options-container .action.back[disabled],
fieldset[disabled] .bundle-options-container .action.back,
.block.related .action.select.disabled,
.block.related .action.select[disabled],
fieldset[disabled] .block.related .action.select,
.cart.table-wrapper .actions-toolbar > .action-delete.disabled,
.cart.table-wrapper .actions-toolbar > .action-delete[disabled],
fieldset[disabled] .cart.table-wrapper .actions-toolbar > .action-delete,
.cart.table-wrapper .action.help.map.disabled,
.cart.table-wrapper .action.help.map[disabled],
fieldset[disabled] .cart.table-wrapper .action.help.map,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup.disabled,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup[disabled],
fieldset[disabled] .checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.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 .payment-method-billing-address .action-cancel.disabled,
.checkout-payment-method .payment-method-billing-address .action-cancel[disabled],
fieldset[disabled] .checkout-payment-method .payment-method-billing-address .action-cancel,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address.disabled,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address[disabled],
fieldset[disabled] .checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address,
.checkout-agreements-block .action-show.disabled,
.checkout-agreements-block .action-show[disabled],
fieldset[disabled] .checkout-agreements-block .action-show,
.gift-options .actions-toolbar .action-cancel.disabled,
.gift-options .actions-toolbar .action-cancel[disabled],
fieldset[disabled] .gift-options .actions-toolbar .action-cancel,
.gift-summary .action-edit.disabled,
.gift-summary .action-edit[disabled],
fieldset[disabled] .gift-summary .action-edit,
.gift-summary .action-delete.disabled,
.gift-summary .action-delete[disabled],
fieldset[disabled] .gift-summary .action-delete,
.gift-wrapping-title .action-remove.disabled,
.gift-wrapping-title .action-remove[disabled],
fieldset[disabled] .gift-wrapping-title .action-remove,
.wishlist.split.button > .action.disabled,
.wishlist.split.button > .action[disabled],
fieldset[disabled] .wishlist.split.button > .action,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove,
.paypal-review-discount .action.check.disabled,
.paypal-review-discount .action.check[disabled],
fieldset[disabled] .paypal-review-discount .action.check,
.cart-discount .action.check.disabled,
.cart-discount .action.check[disabled],
fieldset[disabled] .cart-discount .action.check,
.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: #0088cc;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-button-as-link:not(:focus),
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:not(:focus),
.popup .actions-toolbar .action.cancel:active,
.popup .actions-toolbar .action.cancel:not(:focus),
.paypal-button-widget .paypal-button:active,
.paypal-button-widget .paypal-button:not(:focus),
.bundle-options-container .action.back:active,
.bundle-options-container .action.back:not(:focus),
.block.related .action.select:active,
.block.related .action.select:not(:focus),
.cart.table-wrapper .actions-toolbar > .action-delete:active,
.cart.table-wrapper .actions-toolbar > .action-delete:not(:focus),
.cart.table-wrapper .action.help.map:active,
.cart.table-wrapper .action.help.map:not(:focus),
.checkout-index-index .modal-popup .modal-footer .action-hide-popup:active,
.checkout-index-index .modal-popup .modal-footer .action-hide-popup: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 .payment-method-billing-address .action-cancel:active,
.checkout-payment-method .payment-method-billing-address .action-cancel:not(:focus),
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:active,
.checkout-payment-method .payment-method-billing-address .billing-address-details .action-edit-address:not(:focus),
.checkout-agreements-block .action-show:active,
.checkout-agreements-block .action-show:not(:focus),
.gift-options .actions-toolbar .action-cancel:active,
.gift-options .actions-toolbar .action-cancel:not(:focus),
.gift-summary .action-edit:active,
.gift-summary .action-edit:not(:focus),
.gift-summary .action-delete:active,
.gift-summary .action-delete:not(:focus),
.gift-wrapping-title .action-remove:active,
.gift-wrapping-title .action-remove:not(:focus),
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus),
.paypal-review-discount .action.check:active,
.paypal-review-discount .action.check:not(:focus),
.cart-discount .action.check:active,
.cart-discount .action.check: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;
}
.abs-button-l,
#store-selector .form-continue .actions-toolbar .action.primary,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.cart-summary .checkout-methods-items .action.primary.checkout,
.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,
#store-selector .form-continue .actions-toolbar .amshopby-button,
.bundle-actions .amshopby-button.customize,
.bundle-options-container .block-bundle-summary .box-tocart .amshopby-button,
.cart-summary .checkout-methods-items .amshopby-button.checkout,
.block-minicart .block-content > .actions > .primary .amshopby-button,
.methods-shipping .actions-toolbar .amshopby-button,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .amshopby-button,
.form-address-edit .actions-toolbar .amshopby-button,
.multicheckout .amshopby-button,
#store-selector .form-continue .actions-toolbar .am-filter-go,
.bundle-actions .am-filter-go.customize,
.bundle-options-container .block-bundle-summary .box-tocart .am-filter-go,
.cart-summary .checkout-methods-items .am-filter-go.checkout,
.block-minicart .block-content > .actions > .primary .am-filter-go,
.methods-shipping .actions-toolbar .am-filter-go,
.checkout-payment-method .payment-method-content > .actions-toolbar > .primary .am-filter-go,
.form-address-edit .actions-toolbar .am-filter-go,
.multicheckout .am-filter-go {
  line-height: 1;
  padding: 0 17px;
}
.abs-product-options-list dt,
.cart.table-wrapper .item-options dt,
.block-giftregistry-shared-items .product .item-options dt,
.multicheckout .item-options dt {
  float: left;
  clear: left;
  margin: 0 9px 4.5px 0;
}
.abs-product-options-list dt:after,
.cart.table-wrapper .item-options dt:after,
.block-giftregistry-shared-items .product .item-options dt:after,
.multicheckout .item-options dt:after {
  content: ': ';
}
.abs-product-options-list dd,
.cart.table-wrapper .item-options dd,
.block-giftregistry-shared-items .product .item-options dd,
.multicheckout .item-options dd {
  float: left;
  display: inline-block;
  margin: 0 0 4.5px;
}
.abs-button-responsive,
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action,
.bundle-actions .action.primary.customize,
.bundle-options-container .block-bundle-summary .box-tocart .action.primary,
.box-tocart .action.tocart,
.bundle-actions .amshopby-button.customize,
.bundle-options-container .block-bundle-summary .box-tocart .amshopby-button,
.bundle-actions .am-filter-go.customize,
.bundle-options-container .block-bundle-summary .box-tocart .am-filter-go {
  width: 100%;
}
.abs-reset-image-wrapper,
.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;
}
.abs-reset-image-wrapper .product-image-photo,
.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;
}
.abs-adaptive-images {
  display: block;
  height: auto;
  max-width: 100%;
}
.abs-adaptive-images-centered,
.product.media .product.photo .photo.image {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
.abs-login-block-title,
.login-container .block .block-title {
  margin-bottom: 15px;
  font-size: 1.8rem;
}
.abs-login-block-title strong,
.login-container .block .block-title strong {
  font-weight: 400;
}
.abs-dropdown-simple,
.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: 12px;
  line-height: inherit;
  color: inherit;
  content: '\f807';
  font-family: 'porto-icons';
  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: 12px;
  line-height: inherit;
  color: inherit;
  content: '\f804';
  font-family: 'porto-icons';
  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;
}
.abs-dropdown-simple ul.items,
.giftregisty-dropdown ul.items,
.wishlist-dropdown ul.items {
  padding: 6px 0;
}
.abs-input-qty,
.column .block-addbysku .qty .qty,
.bundle-options-container .input-text.qty,
.box-tocart .input-text.qty,
.account .data.table-return-items .qty .input-text,
.table-giftregistry-items .field.qty .qty,
.block-giftregistry-shared-items .qty .qty,
.table.grouped .col.qty .control.qty .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 {
  width: 54px;
  text-align: center;
}
.abs-margin-for-blocks-and-widgets,
.block,
.customer-review .product-details,
.block-banners,
.block-banners-inline {
  margin-bottom: 36px;
}
.abs-remove-button-for-blocks,
.sidebar .product-items .action.delete,
.table-comparison .cell.remove .action.delete,
.block-compare .action.delete,
.filter-current .action.remove {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span,
.sidebar .product-items .action.delete > span,
.table-comparison .cell.remove .action.delete > span,
.block-compare .action.delete > span,
.filter-current .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 .product-items .action.delete:before,
.table-comparison .cell.remove .action.delete:before,
.block-compare .action.delete:before,
.filter-current .action.remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 15px;
  color: #999999;
  content: '\f819';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before,
.sidebar .product-items .action.delete:hover:before,
.table-comparison .cell.remove .action.delete:hover:before,
.block-compare .action.delete:hover:before,
.filter-current .action.remove:hover:before {
  color: #494949;
}
.abs-remove-button-for-blocks:active:before,
.sidebar .product-items .action.delete:active:before,
.table-comparison .cell.remove .action.delete:active:before,
.block-compare .action.delete:active:before,
.filter-current .action.remove:active:before {
  color: #999999;
}
.abs-product-link,
.product-item-name,
.product.name a {
  font-weight: 400;
}
.abs-product-link > a,
.product-item-name > a,
.product.name a > a {
  color: #777777;
  text-decoration: none;
}
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited {
  color: #777777;
  text-decoration: underline;
}
.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #777777;
  text-decoration: underline;
}
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #777777;
  text-decoration: underline;
}
.abs-like-link {
  color: #0088cc;
  text-decoration: none;
  cursor: pointer;
}
.abs-like-link:visited {
  color: #0088cc;
  text-decoration: none;
}
.abs-like-link:hover {
  color: #0088cc;
  text-decoration: underline;
}
.abs-like-link:active {
  color: #0088cc;
  text-decoration: underline;
}
.abs-reset-left-margin,
.form.giftregistry.items .actions-toolbar,
.form.wishlist.items .actions-toolbar {
  margin-left: 0;
}
.abs-action-remove,
.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 {
  width: auto;
  line-height: normal;
  position: absolute;
  top: 34px;
  margin-left: 73%;
}
.abs-add-fields .fieldset .field .control,
.form-giftregistry-share .fieldset .field .control,
.form-giftregistry-edit .fieldset .field .control,
.form-add-invitations .fieldset .field .control,
.form-create-return .fieldset .field .control,
.form.send.friend .fieldset .field .control {
  width: 70%;
}
.abs-add-fields .fieldset .actions-toolbar > .secondary,
.form-giftregistry-share .fieldset .actions-toolbar > .secondary,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary,
.form-add-invitations .fieldset .actions-toolbar > .secondary,
.form-create-return .fieldset .actions-toolbar > .secondary,
.form.send.friend .fieldset .actions-toolbar > .secondary {
  float: left;
}
.abs-add-fields .fieldset .actions-toolbar > .secondary .action.add,
.form-giftregistry-share .fieldset .actions-toolbar > .secondary .action.add,
.form-giftregistry-edit .fieldset .actions-toolbar > .secondary .action.add,
.form-add-invitations .fieldset .actions-toolbar > .secondary .action.add,
.form-create-return .fieldset .actions-toolbar > .secondary .action.add,
.form.send.friend .fieldset .actions-toolbar > .secondary .action.add {
  margin-top: 27px;
}
.abs-add-fields .fieldset .fields .actions-toolbar,
.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;
}
.abs-add-fields .additional,
.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;
}
.abs-add-fields .message.notice,
.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: 27px 0 0;
}
.abs-hidden,
.order-details-items .order-items .order-gift-message:not(.expanded-content) {
  height: 0;
  visibility: hidden;
}
.abs-visually-hidden,
.opc-wrapper .form-discount .field .label,
.bundle-options-container .block-bundle-summary .product-image-container,
.bundle-options-container .block-bundle-summary .product.name,
.bundle-options-container .block-bundle-summary .stock,
.product-item-actions .actions-secondary.action span,
.modes-label,
.special-price .price-label,
.table-comparison .cell.label.remove span,
.table-comparison .cell.label.product span,
.block.related .field.choice .label,
.cart.table-wrapper .col.qty .label,
.minicart-wrapper .action.showcart .text,
.minicart-wrapper .action.showcart .counter-label,
.checkout-index-index .page-title-wrapper,
.checkout-onepage-success .page-title-wrapper,
.checkout-payment-method .field-select-billing > .label,
.checkout-payment-method .payments .legend,
.checkout-payment-method .ccard .legend,
.field.street .field.additional .label,
.block-balance .balance-price-label,
.page-product-downloadable .product-options-wrapper .fieldset .legend.links-title,
.page-product-giftcard .fieldset.giftcard > .legend,
.opc-wrapper .form-giftcard-account .field .label,
.form-add-invitations .fields .label,
.filter-options-content .filter-count-label,
.table-comparison .wishlist.split.button > .action.split span,
.product-items .wishlist.split.button > .action.split span,
.page-multiple-wishlist .page-title-wrapper .page-title,
.block-wishlist-search-form .form-wishlist-search .fieldset > .legend,
.multicheckout .table-wrapper .col .label,
.multicheckout .block .methods-shipping .item-content .fieldset > .legend,
.block.newsletter .label,
.review-date .review-details-label,
.customer-review .product-details .rating-average-label,
.block-reorder .product-item .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;
}
.abs-visually-hidden-reset,
.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:before,
.abs-add-fields .fieldset .actions-toolbar:after,
.bundle-options-container .product-options-wrapper .field.choice .label:before,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.bundle-options-container .product-options-wrapper .field.choice .label:before,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar:before,
.toolbar: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,
.opc-estimated-wrapper:before,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:before,
.opc-wrapper .field.addresses:after,
.page-product-downloadable .product-add-form:before,
.page-product-downloadable .product-add-form: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 .content:before,
.opc-wrapper .data.table .gift-wrapping .content:after,
.table-order-items .gift-wrapping .content:before,
.table-order-items .gift-wrapping .content: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,
.form-create-return .actions-toolbar:before,
.form-create-return .actions-toolbar:after,
.header.content:before,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:before,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:before,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:before,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:before,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:before,
.form.send.friend .fieldset .actions-toolbar:after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:after,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.bundle-options-container .product-options-wrapper .field.choice .label:after,
.toolbar: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,
.opc-estimated-wrapper:after,
.opc-wrapper .field.addresses:after,
.page-product-downloadable .product-add-form: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 .content:after,
.table-order-items .gift-wrapping .content:after,
.map-popup .map-info-price:after,
.multicheckout .item-options:after,
.multicheckout .block:after,
.multicheckout .block-content:after,
.customer-review .product-details:after,
.form-create-return .actions-toolbar:after,
.header.content:after,
.form-giftregistry-share .fieldset .actions-toolbar:after,
.form-giftregistry-edit .fieldset .actions-toolbar:after,
.form-add-invitations .fieldset .actions-toolbar:after,
.form-create-return .fieldset .actions-toolbar:after,
.form.send.friend .fieldset .actions-toolbar:after {
  clear: both;
}
.abs-add-box-sizing,
.abs-field-date .control,
.abs-field-tooltip,
.columns .column.main,
.columns .sidebar-main,
.columns .sidebar-additional,
.column .block-addbysku .sku,
.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,
.block-event .slider-panel .slider .item .action.show,
.sidebar .block-addbysku .fieldset .fields .field.sku,
.form.search.advanced .fields.range .field.date .control,
.field .control._with-tooltip,
.form-giftregistry-edit .field.date .control {
  box-sizing: border-box;
}
.abs-navigation-icon {
  display: block;
  text-decoration: none;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\f807';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-navigation-icon:after {
  position: absolute;
  right: 5px;
  top: 0;
}
.abs-split-button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.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 {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  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: inherit;
  color: inherit;
  content: '\f807';
  font-family: 'porto-icons';
  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: inherit;
  color: inherit;
  content: '\f804';
  font-family: 'porto-icons';
  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 4.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;
}
.abs-methods-shipping-title {
  font-size: 1.6rem;
  margin-bottom: 15px;
  font-weight: 600;
}
.abs-actions-addto,
.bundle-options-container .block-bundle-summary .product-addto-links > .action,
.product-item-actions .actions-secondary.action,
.action.tocompare,
.product-addto-links .action.tocompare,
.moved-add-to-links .action.tocompare,
.product-social-links .action.tocompare,
.wishlist.split.button > .action.split,
.product-social-links .action.mailto.friend,
.moved-add-to-links .action.mailto.friend,
.product-social-links .action.towishlist,
.product-addto-links .action.towishlist,
.block-bundle-summary .action.towishlist,
.product-item .action.towishlist,
.table-comparison .action.towishlist {
  color: #999999;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .05em;
  width: 32px;
  height: 32px;
  line-height: 30px;
  border: 1px solid #999999;
  border-radius: 5px;
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto:before,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.product-item-actions .actions-secondary.action:before,
.action.tocompare:before,
.product-addto-links .action.tocompare:before,
.moved-add-to-links .action.tocompare:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.moved-add-to-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.product-addto-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
  line-height: inherit;
  color: inherit;
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto:hover,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:hover,
.product-item-actions .actions-secondary.action:hover,
.action.tocompare:hover,
.product-addto-links .action.tocompare:hover,
.moved-add-to-links .action.tocompare:hover,
.product-social-links .action.tocompare:hover,
.wishlist.split.button > .action.split:hover,
.product-social-links .action.mailto.friend:hover,
.moved-add-to-links .action.mailto.friend:hover,
.product-social-links .action.towishlist:hover,
.product-addto-links .action.towishlist:hover,
.block-bundle-summary .action.towishlist:hover,
.product-item .action.towishlist:hover,
.table-comparison .action.towishlist:hover {
  text-decoration: none;
}
.abs-actions-addto:before,
.bundle-options-container .block-bundle-summary .product-addto-links > .action:before,
.product-item-actions .actions-secondary.action:before,
.action.tocompare:before,
.product-addto-links .action.tocompare:before,
.moved-add-to-links .action.tocompare:before,
.product-social-links .action.tocompare:before,
.wishlist.split.button > .action.split:before,
.product-social-links .action.mailto.friend:before,
.moved-add-to-links .action.mailto.friend:before,
.product-social-links .action.towishlist:before,
.product-addto-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  display: block;
}
.abs-box-tocart,
.bundle-options-container .block-bundle-summary .box-tocart,
.box-tocart {
  margin: 0 0 27px;
}
.abs-toggling-title,
.abs-cart-block > .title,
.abs-discount-block .block > .title,
.cart-summary .block > .title,
.paypal-review-discount .block > .title,
.cart-discount .block > .title {
  border-top: 1px solid #cccccc;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  padding: 9px 36px 9px 15px;
  display: block;
  text-decoration: none;
}
.abs-toggling-title:after,
.abs-cart-block > .title:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  position: absolute;
  right: 18px;
  top: 9px;
}
.abs-toggling-title > span,
.abs-cart-block > .title > span,
.abs-discount-block .block > .title > span,
.cart-summary .block > .title > span,
.paypal-review-discount .block > .title > span,
.cart-discount .block > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-toggling-title:after,
.abs-cart-block > .title:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\f807';
  font-family: 'porto-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-cart-block,
.abs-discount-block .block,
.cart-summary .block,
.paypal-review-discount .block,
.cart-discount .block {
  margin: 0;
}
.abs-cart-block > .title:after,
.abs-discount-block .block > .title:after,
.cart-summary .block > .title:after,
.paypal-review-discount .block > .title:after,
.cart-discount .block > .title:after {
  color: #858585;
}
.abs-cart-block .content,
.abs-discount-block .block .content,
.cart-summary .block .content,
.paypal-review-discount .block .content,
.cart-discount .block .content {
  display: none;
  padding: 5px 15px 23px;
  position: relative;
}
.abs-cart-block.active > .title:after,
.abs-discount-block .block.active > .title:after,
.cart-summary .block.active > .title:after,
.paypal-review-discount .block.active > .title:after,
.cart-discount .block.active > .title:after {
  content: '\f804';
}
.abs-cart-block.active .content,
.abs-discount-block .block.active .content,
.cart-summary .block.active .content,
.paypal-review-discount .block.active .content,
.cart-discount .block.active .content {
  display: block;
}
.abs-cart-block-content {
  margin: 0;
}
.abs-checkout-cart-price,
.multicheckout .table-wrapper .cart-price {
  font-size: 1.4rem;
  font-weight: 400;
}
.abs-checkout-product-name,
.multicheckout .table-wrapper .product-item-name {
  font-size: 1.4rem;
  font-weight: 300;
  margin: 0;
}
.abs-account-block-line-height,
.block-addresses-list address,
.box-billing-address .box-content,
.box-shipping-address .box-content,
.box-information .box-content,
.box-newsletter .box-content {
  line-height: 24px;
}
.abs-incl-excl-tax .price-including-tax,
.abs-incl-excl-tax .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.price .price-including-tax,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.price .price-including-tax,
.cart.table-wrapper .col.price .price-excluding-tax,
.cart.table-wrapper .col.subtotal .price-including-tax,
.cart.table-wrapper .col.subtotal .price-excluding-tax,
.cart.table-wrapper .col.msrp .price-including-tax,
.cart.table-wrapper .col.msrp .price-excluding-tax,
.order-details-items .col.price .price-including-tax,
.order-details-items .col.price .price-excluding-tax,
.order-details-items .col.subtotal .price-including-tax,
.order-details-items .col.subtotal .price-excluding-tax {
  color: #444444;
  display: block;
  font-size: 1.3rem;
  line-height: 1;
  white-space: nowrap;
}
.abs-incl-excl-tax .price-including-tax .price,
.abs-incl-excl-tax .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.price .price-excluding-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-including-tax .price,
.paypal-review .table-paypal-review-items .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.price .price-including-tax .price,
.cart.table-wrapper .col.price .price-excluding-tax .price,
.cart.table-wrapper .col.subtotal .price-including-tax .price,
.cart.table-wrapper .col.subtotal .price-excluding-tax .price,
.cart.table-wrapper .col.msrp .price-including-tax .price,
.cart.table-wrapper .col.msrp .price-excluding-tax .price,
.order-details-items .col.price .price-including-tax .price,
.order-details-items .col.price .price-excluding-tax .price,
.order-details-items .col.subtotal .price-including-tax .price,
.order-details-items .col.subtotal .price-excluding-tax .price {
  font-weight: 400;
}
.abs-adjustment-incl-excl-tax .price-including-tax,
.abs-adjustment-incl-excl-tax .price-excluding-tax,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-including-tax,
.bundle-options-container .product-options-wrapper .field.choice .price-notice .price-excluding-tax,
.cart-summary .price-including-tax,
.cart-summary .price-excluding-tax,
.gift-summary .price-including-tax,
.gift-summary .price-excluding-tax,
.gift-options .price-including-tax,
.gift-options .price-excluding-tax {
  display: inline-block;
  font-size: 1.4rem;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax,
.bundle-options-container .product-options-wrapper .field.choice .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;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:before,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:before,
.bundle-options-container .product-options-wrapper .field.choice .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) ": ";
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:after,
.bundle-options-container .product-options-wrapper .fieldset-bundle-options .field.choice .price-notice .price-including-tax + .price-excluding-tax:after,
.bundle-options-container .product-options-wrapper .field.choice .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: ")";
}
.abs-tax-total,
.price-including-tax .cart-tax-total,
.price-excluding-tax .cart-tax-total,
.paypal-review .table-paypal-review-items .cart-tax-total,
.cart.table-wrapper .cart-tax-total,
.order-details-items .cart-tax-total {
  cursor: pointer;
  position: relative;
  padding-right: 9px;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: 8px;
  color: inherit;
  content: '\f807';
  font-family: 'porto-icons';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-tax-total:after,
.price-including-tax .cart-tax-total:after,
.price-excluding-tax .cart-tax-total:after,
.paypal-review .table-paypal-review-items .cart-tax-total:after,
.cart.table-wrapper .cart-tax-total:after,
.order-details-items .cart-tax-total:after {
  position: absolute;
  right: -2px;
  top: 4px;
}
.abs-tax-total-expanded:after,
.price-including-tax .cart-tax-total-expanded:after,
.price-excluding-tax .cart-tax-total-expanded:after,
.paypal-review .table-paypal-review-items .cart-tax-total-expanded:after,
.cart.table-wrapper .cart-tax-total-expanded:after,
.order-details-items .cart-tax-total-expanded:after {
  content: '\f804';
}
.abs-forms-margin-small,
.giftcard-account .form-giftcard-redeem .fieldset,
.form-giftregistry-create .fieldset {
  margin-bottom: 18px;
}
.abs-rating-summary .rating-summary,
.review-ratings .rating-summary,
.customer-review .review-details .customer-review-rating .rating-summary {
  display: table-row;
}
.abs-rating-summary .rating-label,
.review-ratings .rating-label,
.customer-review .review-details .customer-review-rating .rating-label {
  display: table-cell;
  vertical-align: top;
  padding-top: 1px;
  padding-right: 22.5px;
  padding-bottom: 4.5px;
}
.abs-rating-summary .rating-result,
.review-ratings .rating-result,
.customer-review .review-details .customer-review-rating .rating-result {
  vertical-align: top;
  display: table-cell;
}
.abs-account-actions:after,
.block-addresses-list .items.addresses .item.actions .action:after,
.account .data.table .col.actions .action:after,
[class^="sales-guest-"] .data.table .col.actions .action:after,
.sales-guest-view .data.table .col.actions .action:after,
.block .box-actions .action:after {
  content: "";
  display: inline-block;
  height: 12px;
  margin: 0 9px;
  border-left: 1px solid #eaeaea;
  vertical-align: -1px;
}
.abs-account-actions:last-child:after,
.block-addresses-list .items.addresses .item.actions .action:last-child:after,
.account .data.table .col.actions .action:last-child:after,
[class^="sales-guest-"] .data.table .col.actions .action:last-child:after,
.sales-guest-view .data.table .col.actions .action:last-child:after,
.block .box-actions .action:last-child:after {
  display: none;
}
.abs-account-blocks .block-title > .action,
.paypal-review .block .block-title > .action,
.account .column.main .block:not(.widget) .block-title > .action,
.multicheckout .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 {
  float: right;
  font-size: 13px;
  line-height: 19px;
}
.abs-account-blocks .box-title,
.paypal-review .block .box-title,
.account .column.main .block:not(.widget) .box-title,
.multicheckout .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: block;
}
.abs-account-blocks .box-title > .action,
.paypal-review .block .box-title > .action,
.account .column.main .block:not(.widget) .box-title > .action,
.multicheckout .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: 9px;
}
.abs-colon:after,
.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-icon-add,
.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: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-items-new .items .item:last-child:hover,
.wishlist.split.button .items .item:last-child:hover,
.wishlist-dropdown .items .item:last-child:hover {
  background: #e8e8e8;
}
.abs-dropdown-items-new .action.new:before,
.wishlist.split.button .action.new:before,
.wishlist-dropdown .action.new:before {
  margin-left: -17px;
  margin-right: 4.5px;
}
.abs-no-display,
.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,
.no-display,
.cart-totals .table-caption,
.opc-block-summary .table-totals .table-caption {
  display: none;
}
.abs-status,
.return-status,
.order-status {
  border: 2px solid #cccccc;
  border-radius: 3px;
  display: inline-block;
  padding: 0 9px;
  text-transform: uppercase;
  vertical-align: top;
}
.abs-title-orders .page-main .page-title-wrapper .page-title,
.magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
.magento-rma-returns-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title,
.account .page-main .page-title-wrapper .page-title,
[class^="sales-guest-"] .page-main .page-title-wrapper .page-title,
.sales-guest-view .page-main .page-title-wrapper .page-title,
.magento-rma-guest-returns .page-main .page-title-wrapper .page-title {
  color: #0088cc;
  font-size: 20px;
  margin: 0 0 15px;
  font-weight: 400;
}
.abs-title-orders .page-main .page-title-wrapper .order-date,
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date,
.account .page-main .page-title-wrapper .order-date,
[class^="sales-guest-"] .page-main .page-title-wrapper .order-date,
.sales-guest-view .page-main .page-title-wrapper .order-date,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date {
  font-size: 13px;
  margin-bottom: 9px;
}
.abs-title-orders .page-main .page-title-wrapper .order-date .label,
.magento-rma-returns-returns .page-main .page-title-wrapper .order-date .label,
.magento-rma-returns-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label,
.account .page-main .page-title-wrapper .order-date .label,
[class^="sales-guest-"] .page-main .page-title-wrapper .order-date .label,
.sales-guest-view .page-main .page-title-wrapper .order-date .label,
.magento-rma-guest-returns .page-main .page-title-wrapper .order-date .label {
  display: none;
}
.abs-table-striped,
.account .column.main .order-details-items .table-wrapper .data.table,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table,
.block-giftregistry-results .data.table,
.block-wishlist-search-results .data.table,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table {
  border: none;
}
.abs-table-striped > tbody > tr:nth-child(even) > td,
.abs-table-striped > tbody > tr:nth-child(even) > th,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > td,
.block-giftregistry-results .data.table > tbody > tr:nth-child(even) > th,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > td,
.block-wishlist-search-results .data.table > tbody > tr:nth-child(even) > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr:nth-child(even) > th {
  background: #f6f6f6;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > tbody > tr > th,
.abs-table-striped > tfoot > tr > th,
.abs-table-striped > thead > tr > td,
.abs-table-striped > tbody > tr > td,
.abs-table-striped > tfoot > tr > td,
.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 > th,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > tbody > tr > th,
.block-giftregistry-results .data.table > tfoot > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-giftregistry-results .data.table > tbody > tr > td,
.block-giftregistry-results .data.table > tfoot > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > tbody > tr > th,
.block-wishlist-search-results .data.table > tfoot > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > tbody > tr > td,
.block-wishlist-search-results .data.table > tfoot > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tbody > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > tfoot > tr > td {
  border: none;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > thead > tr > td,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.account .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
[class^="sales-guest-"] .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.sales-guest-view .column.main .order-details-items .table-wrapper .data.table > thead > tr > td,
.block-giftregistry-results .data.table > thead > tr > th,
.block-giftregistry-results .data.table > thead > tr > td,
.block-wishlist-search-results .data.table > thead > tr > th,
.block-wishlist-search-results .data.table > thead > tr > td,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > th,
.magento-rma-guest-returns .column.main .order-details-items .table-wrapper .data.table > thead > tr > td {
  border-bottom: 1px solid #cccccc;
}
.abs-block-items-counter,
.block-compare .counter,
.block-wishlist .counter {
  color: #c1c1c1;
  font-size: 1.2rem;
  white-space: nowrap;
}
.abs-block-widget-title,
.block-compare .block-title,
.block-reorder .block-title,
.widget .block-title,
.block-wishlist .block-title {
  margin: 0 0 18px;
}
.abs-block-widget-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.widget .block-title strong,
.block-wishlist .block-title strong {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.abs-shopping-cart-items,
.block-cart-failed,
.cart-container .form-cart {
  margin-bottom: 18px;
}
.abs-shopping-cart-items .actions.main .continue,
.abs-shopping-cart-items .actions.main .clear,
.block-cart-failed .actions.main .continue,
.block-cart-failed .actions.main .clear,
.cart-container .form-cart .actions.main .continue,
.cart-container .form-cart .actions.main .clear {
  display: none;
}
.abs-field-date .control,
.form.search.advanced .fields.range .field.date .control,
.form-giftregistry-edit .field.date .control {
  position: relative;
}
.abs-field-date-input,
.abs-field-date input,
.form-giftregistry-search .fields-specific-options .datetime-picker,
.form.search.advanced .fields.range .field.date input,
.form-giftregistry-edit .field.date input {
  margin-right: 9px;
  width: calc(100% - (23px + 9px));
}
.abs-field-tooltip,
.field .control._with-tooltip {
  position: relative;
}
.abs-field-tooltip input,
.field .control._with-tooltip input {
  margin-right: 9px;
  width: calc(100% - (21px + 9px + 4.5px));
}
.abs-checkout-tooltip-content-position-top,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content,
.shipping-policy-block.field-tooltip .field-tooltip-content {
  right: -9px;
  top: 40px;
  left: auto;
}
.abs-checkout-tooltip-content-position-top:before,
.abs-checkout-tooltip-content-position-top:after,
.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: 9px;
  left: auto;
  top: 0%;
}
.abs-checkout-tooltip-content-position-top:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.shipping-policy-block.field-tooltip .field-tooltip-content:before {
  border-bottom-color: #dddddd;
}
.abs-checkout-tooltip-content-position-top:after,
.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;
}
.abs-checkout-title,
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  padding-bottom: 9px;
  color: #777777;
  font-weight: 300;
  font-size: 2.2rem;
}
.abs-sidebar-totals,
.cart-totals,
.opc-block-summary .table-totals {
  border-top: 1px solid #cccccc;
  padding-top: 10px;
}
.abs-sidebar-totals tbody .mark,
.abs-sidebar-totals tfoot .mark,
.cart-totals tbody .mark,
.cart-totals tfoot .mark,
.opc-block-summary .table-totals tbody .mark,
.opc-block-summary .table-totals tfoot .mark {
  border: 0;
  font-weight: 400;
  padding: 6px 0;
}
.abs-sidebar-totals tbody .amount,
.abs-sidebar-totals tfoot .amount,
.cart-totals tbody .amount,
.cart-totals tfoot .amount,
.opc-block-summary .table-totals tbody .amount,
.opc-block-summary .table-totals tfoot .amount {
  border: 0;
  font-weight: 400;
  padding: 6px 0 6px 14px;
  text-align: right;
  color: #000;
}
.abs-sidebar-totals .grand th,
.abs-sidebar-totals .grand td,
.cart-totals .grand th,
.cart-totals .grand td,
.opc-block-summary .table-totals .grand th,
.opc-block-summary .table-totals .grand td {
  padding: 11px 0;
}
.abs-sidebar-totals .grand strong,
.cart-totals .grand strong,
.opc-block-summary .table-totals .grand strong {
  display: inline-block;
  font-weight: 600;
  padding: 3px 0 0;
}
.abs-sidebar-totals .grand .mark,
.cart-totals .grand .mark,
.opc-block-summary .table-totals .grand .mark {
  border-top: 1px solid #cccccc;
  font-size: 1.8rem;
  padding-right: 9px;
}
.abs-sidebar-totals .grand .amount,
.cart-totals .grand .amount,
.opc-block-summary .table-totals .grand .amount {
  border-top: 1px solid #cccccc;
  font-size: 1.8rem;
}
.abs-sidebar-totals .msrp,
.cart-totals .msrp,
.opc-block-summary .table-totals .msrp {
  margin-bottom: 9px;
}
.abs-sidebar-totals tbody tr:last-child td,
.cart-totals tbody tr:last-child td,
.opc-block-summary .table-totals tbody tr:last-child td {
  padding-bottom: 19px;
}
.abs-sidebar-totals .totals-tax-summary .mark,
.abs-sidebar-totals .totals-tax-summary .amount,
.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 #cccccc;
  border-bottom: 1px solid #cccccc;
  cursor: pointer;
}
.abs-sidebar-totals .totals-tax-summary .amount .price,
.cart-totals .totals-tax-summary .amount .price,
.opc-block-summary .table-totals .totals-tax-summary .amount .price {
  position: relative;
  padding-right: 18px;
  display: inline-block;
  text-decoration: none;
}
.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: 12px;
  line-height: 12px;
  color: inherit;
  content: '\f807';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.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 {
  position: absolute;
  right: 3px;
  top: 3px;
}
.abs-sidebar-totals .totals-tax-summary.expanded .mark,
.abs-sidebar-totals .totals-tax-summary.expanded .amount,
.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: '\f804';
}
.abs-sidebar-totals .totals-tax-details,
.cart-totals .totals-tax-details,
.opc-block-summary .table-totals .totals-tax-details {
  display: none;
  border-bottom: 1px solid #cccccc;
}
.abs-sidebar-totals .totals-tax-details.shown,
.cart-totals .totals-tax-details.shown,
.opc-block-summary .table-totals .totals-tax-details.shown {
  display: table-row;
}
.abs-sidebar-totals .table-wrapper,
.cart-totals .table-wrapper,
.opc-block-summary .table-totals .table-wrapper {
  margin-bottom: 0;
}
.abs-discount-block .block > .title strong,
.paypal-review-discount .block > .title strong,
.cart-discount .block > .title strong {
  color: #1979c3;
  font-weight: 400;
}
.abs-discount-block .actions-toolbar,
.paypal-review-discount .actions-toolbar,
.cart-discount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel,
.abs-discount-block .actions-toolbar .amshopby-button,
.abs-discount-block .actions-toolbar .am-filter-go,
.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 {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -1px;
  white-space: nowrap;
  width: auto;
}
.abs-discount-block .actions-toolbar .secondary,
.paypal-review-discount .actions-toolbar .secondary,
.cart-discount .actions-toolbar .secondary {
  bottom: 5px;
  left: 15px;
  position: absolute;
}
.abs-discount-block .action.check,
.paypal-review-discount .action.check,
.cart-discount .action.check {
  font-weight: 400;
}
.abs-discount-block .fieldset,
.paypal-review-discount .fieldset,
.cart-discount .fieldset {
  display: table;
  width: 100%;
}
.abs-discount-block .fieldset > .field > .label,
.paypal-review-discount .fieldset > .field > .label,
.cart-discount .fieldset > .field > .label {
  display: none;
}
.abs-discount-block .field,
.paypal-review-discount .field,
.cart-discount .field {
  display: table-cell;
}




.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 {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  padding-bottom: 36px;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  max-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;
  max-width: 100%;
}
.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;
  max-width: 100%;
}
.page-main {
  padding-top: 20px;
  padding-bottom: 50px;
}
.page-main > .page-title-wrapper .page-title {
  font-size: 20px;
  margin: 0 0 15px;
  color: #0088cc;
}
.table {
  margin-bottom: 0;
}
th.mark {
  background-color: transparent;
}
.table-wrapper {
  margin-bottom: 18px;
}
table > caption {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.table tfoot {
  border-top: 1px solid #ccc;
}
.table tfoot > tr:first-child th,
.table tfoot > tr:first-child td {
  border-top: 1px solid #cccccc;
  padding-top: 18px;
}
.table tfoot th,
.table tfoot td {
  border: 0;
}
.table tfoot .mark {
  font-weight: 400;
  text-align: right;
}
.message.info {
  margin: 0 0 9px;
  padding: 12px 18px 12px 22.5px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.info a {
  color: #0088cc;
}
.message.info a:hover {
  color: #0088cc;
}
.message.info a:active {
  color: #0088cc;
}
.message.info > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\f84a';
  font-family: 'porto-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.error {
  margin: 0 0 9px;
  padding: 12px 18px 12px 22.5px;
  display: block;
  font-size: 1.3rem;
  background: #fae5e5;
  color: #e02b27;
  padding-left: 45px;
  position: relative;
}
.message.error a {
  color: #0088cc;
}
.message.error a:hover {
  color: #0088cc;
}
.message.error a:active {
  color: #0088cc;
}
.message.error > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #b30000;
  content: '\f847';
  font-family: 'porto-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.warning {
  margin: 0 0 9px;
  padding: 12px 18px 12px 22.5px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.warning a {
  color: #0088cc;
}
.message.warning a:hover {
  color: #0088cc;
}
.message.warning a:active {
  color: #0088cc;
}
.message.warning > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\f84a';
  font-family: 'porto-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.notice {
  margin: 0 0 9px;
  padding: 12px 18px 12px 22.5px;
  display: block;
  font-size: 1.3rem;
  background: #fdf0d5;
  color: #6f4400;
  padding-left: 45px;
  position: relative;
}
.message.notice a {
  color: #0088cc;
}
.message.notice a:hover {
  color: #0088cc;
}
.message.notice a:active {
  color: #0088cc;
}
.message.notice > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #c07600;
  content: '\f84a';
  font-family: 'porto-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.message.success {
  margin: 0 0 9px;
  padding: 12px 18px 12px 22.5px;
  display: block;
  font-size: 1.3rem;
  background: #e5efe5;
  color: #006400;
  padding-left: 45px;
  position: relative;
}
.message.success a {
  color: #0088cc;
}
.message.success a:hover {
  color: #0088cc;
}
.message.success a:active {
  color: #0088cc;
}
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  line-height: 24px;
  color: #006400;
  content: '\f846';
  font-family: 'porto-icons';
  margin: -12px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 22px;
  width: 45px;
  position: absolute;
  text-align: center;
}
.panel.header .links,
.panel.header .switcher {
  display: none;
}
.nav-toggle {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  display: block;
  font-size: 0;
  float: left;
  line-height: 60px;
  margin-right: 20px;
  position: relative;
  z-index: 1;
}
.nav-toggle:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
  line-height: inherit;
  color: #0088cc;
  content: '\f827';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.nav-toggle:hover:before {
  color: #0088cc;
}
.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: #777777;
  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: 9px;
}
.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.7);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  position: absolute;
}
.load.indicator:before {
  background: transparent url('../../frontend/Leadlion/autogedal/ro_RO/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 36px;
  padding: 0;
  letter-spacing: -.31em;
}
.fieldset > * {
  letter-spacing: normal;
}
.fieldset > .legend {
  margin: 0 0 18px;
  padding: 0 0 9px;
  width: 100%;
  box-sizing: border-box;
  float: left;
  font-weight: 300;
  line-height: 1.2;
  font-size: 1.8rem;
}
.fieldset > .legend + br {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
.fieldset:last-child {
  margin-bottom: 0;
}
.fieldset > .field,
.fieldset > .fields > .field {
  margin: 0 0 18px;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.fieldset > .field:last-child,
.fieldset > .fields > .field:last-child {
  margin-bottom: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-weight: 400;
  font-size: 1.4rem;
}
.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 #cccccc;
  border-radius: 6px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 38px;
  line-height: 1.4;
  padding: 10px;
  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: #dddddd;
}
.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: #dddddd;
}
.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: #dddddd;
}
.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: 9px;
}
.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 4.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;
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.fieldset > .field.no-label > .label,
.fieldset > .fields > .field.no-label > .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.fieldset > .field.choice .label,
.fieldset > .fields > .field.choice .label {
  font-weight: normal;
  margin: 0;
  display: inline;
}
.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: 9px;
}
.fieldset > .field .field.choice:last-child,
.fieldset > .fields > .field .field.choice:last-child {
  margin-bottom: 0;
}
.legend + .fieldset,
.legend + div {
  clear: both;
}
.legend span {
  margin-right: 4.5px;
}
fieldset.field {
  border: 0;
  padding: 0;
}
.field.date .time-picker {
  white-space: nowrap;
  margin-top: 9px;
  display: inline-block;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  border: 1px solid #cccccc;
  height: 32px;
  background: #ffffff url('../../frontend/Leadlion/autogedal/ro_RO/images/select-bg.svg') no-repeat 100% 48%;
  background-size: 30px 60px;
  padding-right: 25px;
  text-indent: .01em;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}
.lt-ie10 select {
  background-image: none;
  padding-right: 4px;
}
div.mage-error[generated] {
  margin-top: 7px;
}
.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: #777777;
  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;
}
.hasDatepicker + .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;
}
.hasDatepicker + .ui-datepicker-trigger:focus,
.hasDatepicker + .ui-datepicker-trigger:active {
  background: none;
  border: none;
}
.hasDatepicker + .ui-datepicker-trigger:hover {
  background: none;
  border: none;
}
.hasDatepicker + .ui-datepicker-trigger.disabled,
.hasDatepicker + .ui-datepicker-trigger[disabled],
fieldset[disabled] .hasDatepicker + .ui-datepicker-trigger {
  pointer-events: none;
  opacity: 0.5;
}
.hasDatepicker + .ui-datepicker-trigger > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.hasDatepicker + .ui-datepicker-trigger:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  line-height: 23px;
  color: #c1c1c1;
  content: '\e612';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.hasDatepicker + .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 18px;
}
.sidebar .fieldset > .field:not(.choice) .label,
.sidebar .fieldset .fields > .field .label {
  margin: 0 0 4px;
  padding: 0 0 4.5px;
  text-align: left;
  width: 100%;
}
.sidebar .fieldset > .field:not(.choice) .control,
.sidebar .fieldset .fields > .field .control {
  width: 100%;
}

button,
a.action.primary,
a.amshopby-button,
a.am-filter-go {
  border-radius: 3px;
  height: 38px;
  line-height: 22px;
  font-weight: 400;
}
button.action.switch {
  height: auto;
}
button:not(.primary) {
  border: 1px solid #ccc;
  color: #777;
  line-height: 30px;
  padding: 0 12px;
  height: 32px;
  background-color: #fff;
}
button:hover {
  color: #fff;
  background-color: #0088cc;
  border-color: #0088cc;
}
body:not(._keyfocus) button:focus {
  box-shadow: none;
}
a.action.primary,
a.amshopby-button,
a.am-filter-go {
  display: inline-block;
  text-decoration: none;
}
a.action.primary:hover,
a.action.primary:active,
a.action.primary:focus,
a.amshopby-button:hover,
a.amshopby-button:active,
a.amshopby-button:focus,
a.am-filter-go:hover,
a.am-filter-go:active,
a.am-filter-go:focus {
  text-decoration: none;
}
.action.primary,
.amshopby-button,
.am-filter-go {
  background-image: none;
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  font-weight: 400;
  line-height: 22px;
}
.action.primary:focus,
.action.primary:active,
.amshopby-button:focus,
.amshopby-button:active,
.am-filter-go:focus,
.am-filter-go:active {
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
}
.action.primary:hover,
.amshopby-button:hover,
.am-filter-go:hover {
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
}
.action.primary.disabled,
.action.primary[disabled],
fieldset[disabled] .action.primary,
.amshopby-button.disabled,
.amshopby-button[disabled],
fieldset[disabled] .amshopby-button,
.am-filter-go.disabled,
.am-filter-go[disabled],
fieldset[disabled] .am-filter-go {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
#discount-coupon-form #coupon_code {
  border-radius: 3px 0 0 3px;
}
.product.data.items {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 18px;
  margin-left: -15px;
  margin-right: -15px;
}
.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;
}
.product.data.items > .item.title > .switch {
  border-top: 1px solid #eeeeee;
  height: 36px;
  padding: 1px 9px 1px 9px;
  font-weight: 600;
  line-height: 36px;
  font-size: 1.3rem;
  color: #777777;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:visited {
  color: #c1c1c1;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:hover {
  color: #777777;
  text-decoration: none;
}
.product.data.items > .item.title > .switch:active {
  color: #777777;
  text-decoration: none;
}
.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 {
  color: #777777;
  text-decoration: none;
  padding-bottom: 1px;
}
.product.data.items > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 9px 9px 27px;
}
.product.data.items .item.title a {
  position: relative;
  text-decoration: none;
}
.product.data.items .item.title a:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: inherit;
  color: inherit;
  content: '\f807';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.product.data.items .item.title a:after {
  position: absolute;
  right: 9px;
  top: 1px;
}
.product.data.items .item.title.active a:after {
  content: '\f804';
}
.product.data.items .value p:last-child {
  margin-bottom: 0;
}
.product.data.items .table-wrapper {
  margin: 0;
}
.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: 400;
}
.pages .item {
  font-size: 1.3rem;
  line-height: 2.4rem;
  letter-spacing: normal;
  margin: 0 5px 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 {
  background: #ffffff;
  border: 1px solid #cccccc;
  color: #0088cc;
  display: inline-block;
  padding: 0 4.5px;
  text-decoration: none;
}
.pages a.page:visited {
  color: #0088cc;
}
.pages a.page:hover {
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
  text-decoration: none;
}
.pages a.page:active {
  color: #ffffff;
}
.pages strong.page {
  background: #0088cc;
  border: 1px solid #0088cc;
  font-size: 1.3rem;
  line-height: 2.4rem;
  letter-spacing: normal;
  color: #ffffff;
  display: inline-block;
  font-weight: 400;
  padding: 0 4.5px;
}
.pages .action {
  background: #ffffff;
  border: 1px solid #cccccc;
  color: #999999;
  display: inline-block;
  padding: 0;
  text-decoration: none;
}
.pages .action:visited {
  color: #999999;
}
.pages .action:hover {
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
  text-decoration: none;
}
.pages .action:active {
  color: #ffffff;
}
.pages .action.next {
  display: inline-block;
  text-decoration: none;
}
.pages .action.next:visited:before {
  color: #999999;
}
.pages .action.next:active:before {
  color: #ffffff;
}
.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: 16px;
  line-height: inherit;
  color: #999999;
  content: '\f801';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.next:hover:before {
  color: #ffffff;
}
.pages .action.next:active:before {
  color: #ffffff;
}
.pages .action.previous {
  display: inline-block;
  text-decoration: none;
}
.pages .action.previous:visited:before {
  color: #999999;
}
.pages .action.previous:active:before {
  color: #ffffff;
}
.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: 16px;
  line-height: inherit;
  color: #999999;
  content: '\f802';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.pages .action.previous:hover:before {
  color: #ffffff;
}
.pages .action.previous:active:before {
  color: #ffffff;
}
.pages .page {
  width: 26px;
  border-radius: 3px;
}
.pages .action {
  border-radius: 3px;
  padding: 0 8px;
  width: 26px;
}
.pages .item:last-child {
  margin-right: 0;
}
.actions-toolbar > .primary,
.actions-toolbar > .secondary {
  text-align: center;
  margin-bottom: 9px;
}
.actions-toolbar > .primary .action,
.actions-toolbar > .secondary .action {
  margin-bottom: 9px;
}
.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;
}
.actions-toolbar > .secondary .action.back {
  display: none;
}
.sidebar .actions-toolbar .action.primary,
.sidebar .actions-toolbar .amshopby-button,
.sidebar .actions-toolbar .am-filter-go {
  height: 32px;
  line-height: 30px;
  padding: 0 15px;
}
.sidebar .actions-toolbar .secondary a.action {
  line-height: 32px;
  margin: 0;
}
.breadcrumbs {
  margin: 0 0 15px;
}
.breadcrumbs .items {
  font-size: 1.3rem;
  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: #777777;
  padding: 12px 0;
  text-decoration: none;
}
.breadcrumbs a:visited {
  color: #777777;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #777777;
  text-decoration: underline;
}
.breadcrumbs a:active {
  color: #777777;
  text-decoration: none;
}
.breadcrumbs strong {
  font-weight: 400;
  padding: 12px 0;
}
.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: 10px;
  line-height: 18px;
  color: inherit;
  content: '\f80d';
  font-family: 'porto-icons';
  margin: 0 9px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-wrapper > .breadcrumbs {
  padding: 0;
  background-color: #171717;
  color: #ffffff;
}
.page-wrapper > .breadcrumbs .items {
  color: inherit;
  padding: 10px 15px;
  margin: 0 auto;
  max-width: 1140px;
}
.page-wrapper > .breadcrumbs a,
.page-wrapper > .breadcrumbs a:hover,
.page-wrapper > .breadcrumbs a:focus {
  color: #ffffff;
}
.page-wrapper > .breadcrumbs .item:not(:last-child):after {
  line-height: 15px;
}
.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: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\f819';
  font-family: 'porto-icons';
  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: #737373;
}
.ui-dialog.popup .action.close:active:before {
  color: popup-icon-font__color-active;
}
.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 .actions-toolbar .action.cancel {
  font-weight: 400;
}
.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._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: 13px;
  line-height: 13px;
  color: #0088cc;
  content: '\f819';
  font-family: 'porto-icons';
  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: #5e5e5e;
}
.modal-custom .action-close {
  margin: 22.5px;
}
.modal-popup {
  pointer-events: none;
}
.modal-popup .modal-title {
  border-bottom: 1px solid #c1c1c1;
  font-weight: 300;
  padding-bottom: 9px;
  font-size: 26px;
  margin-bottom: 0;
  min-height: 1em;
  word-wrap: break-word;
}
.modal-popup .action-close {
  padding: 9px;
}
.modal-slide .action-close {
  padding: 1.1rem 2rem;
}
.modal-slide .page-main-actions {
  margin-bottom: -11.4rem;
  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;
}
/**
     * @codingStandardsIgnoreStart
     */
#store-pickup.selected-shipping ~ #store-selector {
  display: none;
}
#store-pickup.selected-store-pickup ~ #shipping,
#store-pickup.selected-store-pickup ~ #opc-shipping_method {
  visibility: hidden;
  height: 0;
  overflow: hidden;
}
#delivery-method-selector {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#delivery-method-selector .action {
  line-height: 2.1rem;
  padding: 14px 17px;
  font-size: 1.7rem;
}
#delivery-method-selector .action.selected {
  background: #ffffff;
}
#delivery-method-selector .action-select-shipping {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
#delivery-method-selector .action-select-store-pickup {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#store-selector .form-login {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#store-selector .form-continue {
  margin: 18px 0 0;
}
.location-details .location-name {
  font-size: 17px;
  font-weight: 700;
}
.store-selector-popup .modal-title {
  border-bottom: 0;
}
.store-selector-popup .modal-header {
  padding-bottom: 0;
}
/**
      * @codingStandardsIgnoreStart
      */
#opc-store-selector-popup {
  display: none;
}
#opc-store-selector-popup .block-search {
  float: none;
  width: 100%;
  margin: 0 0 18px;
  padding: 0 0 9px;
  border-bottom: 1px solid #c1c1c1;
}
.modal-content #opc-store-selector-popup {
  display: block;
}
.store-selector-popup-table thead th {
  display: none;
}
.store-selector-popup-table tbody .location .location-name {
  font-size: 17px;
}
.store-selector-popup-table tbody .location + .location {
  border-top: 1px solid #cccccc;
}
.store-selector-popup-table tbody .col-location-details {
  padding-left: 0;
}
.store-selector-popup-table tbody .col-location-details p:last-child {
  margin-bottom: 0;
}
.store-selector-popup-table tbody .col-location-actions {
  padding-right: 0;
  vertical-align: middle;
}
.store-selector-popup-table tbody .col-location-actions .action {
  float: right;
}
.store-selector-popup-empty-query,
.store-selector-popup-no-locations {
  margin: 0 0 18px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.lac-notification-sticky {
  position: relative;
  z-index: 999;
}
.lac-notification-sticky .lac-notification {
  background-color: #373330;
  color: #ffffff;
  font-size: 16px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon {
  float: left;
  margin: 10px 25px 10px 10px;
}
.lac-notification-sticky .lac-notification .lac-notification-icon .logo-img {
  display: block;
}
.lac-notification-sticky .lac-notification .lac-notification-text {
  float: left;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links {
  float: right;
  padding: 15px 0;
}
.lac-notification-sticky .lac-notification .lac-notification-links a {
  color: #ffffff;
  font-size: 14px;
}
.lac-notification-sticky .lac-notification .lac-notification-links .lac-notification-close-link:after {
  background: url('../../frontend/Leadlion/autogedal/ro_RO/Magento_LoginAsCustomerFrontendUi/images/close.svg');
  content: ' ';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}

.pagebuilder-icon,
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  -webkit-font-smoothing: antialiased;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
}
[class^='pagebuilder-icon-']:before,
[class*=' pagebuilder-icon-']:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-family: 'pagebuilder-font';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  speak: none;
  text-decoration: inherit;
  text-rendering: auto;
  text-transform: none;
  vertical-align: middle;
}
.pagebuilder-icon-down:before {
  content: '\f101';
}
.pagebuilder-icon-next:before {
  content: '\f102';
}
.pagebuilder-icon-prev:before {
  content: '\f103';
}
.pagebuilder-icon-up:before {
  content: '\f104';
}
.product-full-width-section {
  padding: .5em 0;
}
.product-full-width-section .block.review-add {
  margin-top: 2.7rem;
}
.page-layout-product-full-width .block.related {
  margin-top: 2.7rem;
}
.page-main-details .product-section-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 15px;
  padding-bottom: 12px;
}
.additional-attributes-wrapper .additional-attributes {
  border: none;
  width: auto;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  border: none;
  padding: 5.5px 30px 10px 0;
}
.additional-attributes-wrapper .additional-attributes > tbody > tr > td {
  border: none;
  padding: 5.5px 5px 10px;
}
.cms-index-index.page-layout-cms-full-width .nav-sections {
  margin-bottom: 0;
}
.slick-slider {
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-touch-action: pan-y;
  -ms-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}
.slick-list {
  display: block;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: relative;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-track {
  display: block;
  left: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 0;
}
.slick-track:before,
.slick-track:after {
  content: '';
  display: table;
}
.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 {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev {
  left: 2rem;
}
.slick-prev:before {
  content: '\f103';
  padding-right: 5px;
}
.slick-next {
  right: 2rem;
}
.slick-next:before {
  content: '\f102';
  padding-left: 5px;
}
.slick-prev,
.slick-next {
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  background: rgba(252, 252, 252, 0.6);
  border: none;
  border-radius: 0;
  color: transparent;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 60px;
  line-height: 0;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 60px;
  z-index: 101;
}
.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: .2;
}
.slick-prev:hover,
.slick-next:hover {
  background: #fcfcfc;
  border: none;
}
.slick-prev:hover.slick-disabled,
.slick-next:hover.slick-disabled {
  opacity: .2;
}
.slick-prev:hover:before,
.slick-next:hover:before {
  color: #494949;
}
.slick-prev:before,
.slick-next:before,
.slick-prev:after,
.slick-next:after {
  color: #555555;
  font-size: 38px;
  opacity: 1;
}
.slick-prev:active,
.slick-next:active,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:not(.primary),
.slick-next:not(.primary) {
  background: rgba(252, 252, 252, 0.7);
  border: none;
  box-shadow: none;
}
.slick-prev:active:active,
.slick-next:active:active,
.slick-prev:focus:active,
.slick-next:focus:active,
.slick-prev:not(.primary):active,
.slick-next:not(.primary):active {
  box-shadow: none;
}
.slick-dots {
  font-size: 1.3rem;
  line-height: normal;
  letter-spacing: normal;
  display: block;
  list-style: none;
  margin: 0;
  padding: 15px 0;
  text-align: center;
  width: 100%;
}
.slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 14px;
  margin: 0 5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: 14px;
}
.slick-dots li button {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 10px;
  box-shadow: none;
  cursor: pointer;
  display: block;
  height: 14px;
  padding: 0;
  text-indent: -99999px;
  transition: .3s;
  width: 14px;
}
.slick-dots li button:hover {
  border: 1px solid #b3b3b3;
}
.slick-dots li button:active,
.slick-dots li button:focus,
.slick-dots li button:not(.primary) {
  box-shadow: none;
}
.slick-dots li.slick-active button {
  background: #1c1918;
}
[data-content-type='banner'] > [data-element='link'],
[data-content-type='banner'] > [data-element='empty_link'] {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='banner'] > [data-element='link']:hover,
[data-content-type='banner'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
.pagebuilder-banner-wrapper {
  background-clip: padding-box;
  border-radius: inherit;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  transition: background-color 500ms ease;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-banner-wrapper.jarallax .video-overlay {
  z-index: 0;
}
.pagebuilder-banner-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-banner-wrapper .pagebuilder-banner-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-banner-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-banner-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
[data-content-type$='block'] .block p:last-child {
  margin-bottom: 1rem;
  margin-top: 0;
}
[data-content-type='buttons'] {
  max-width: 100%;
}
[data-content-type='button-item'] {
  max-width: 100%;
}
[data-content-type='button-item'] [data-element='link'],
[data-content-type='button-item'] [data-element='empty_link'] {
  max-width: 100%;
  word-wrap: break-word;
}
[data-content-type='button-item'] [data-element='empty_link'] {
  cursor: default;
}
a.pagebuilder-button-link,
button.pagebuilder-button-link,
div.pagebuilder-button-link {
  line-height: 2.1rem;
  font-size: 1.7rem;
  line-height: 1.4;
  margin: 0 10px 10px 0;
  padding: 14px 17px;
  color: #0088cc;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  font-weight: 600;
  box-shadow: none;
  box-sizing: border-box;
  display: inline-block;
}
a.pagebuilder-button-link:visited,
button.pagebuilder-button-link:visited,
div.pagebuilder-button-link:visited {
  color: #0088cc;
  text-decoration: none;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover {
  color: #0088cc;
  text-decoration: underline;
}
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active {
  color: #0088cc;
  text-decoration: underline;
}
a.pagebuilder-button-link:hover,
button.pagebuilder-button-link:hover,
div.pagebuilder-button-link:hover,
a.pagebuilder-button-link:active,
button.pagebuilder-button-link:active,
div.pagebuilder-button-link:active,
a.pagebuilder-button-link:focus,
button.pagebuilder-button-link:focus,
div.pagebuilder-button-link:focus {
  background: none;
  border: 0;
}
a.pagebuilder-button-link.disabled,
button.pagebuilder-button-link.disabled,
div.pagebuilder-button-link.disabled,
a.pagebuilder-button-link[disabled],
button.pagebuilder-button-link[disabled],
div.pagebuilder-button-link[disabled],
fieldset[disabled] a.pagebuilder-button-link,
fieldset[disabled] button.pagebuilder-button-link,
fieldset[disabled] div.pagebuilder-button-link {
  color: #0088cc;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
a.pagebuilder-button-primary,
button.pagebuilder-button-primary,
div.pagebuilder-button-primary {
  text-decoration: none;
  background-image: none;
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.1rem;
  padding: 14px 17px;
  font-size: 1.7rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active,
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus {
  text-decoration: none;
}
a.pagebuilder-button-primary:focus,
button.pagebuilder-button-primary:focus,
div.pagebuilder-button-primary:focus,
a.pagebuilder-button-primary:active,
button.pagebuilder-button-primary:active,
div.pagebuilder-button-primary:active {
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
}
a.pagebuilder-button-primary:hover,
button.pagebuilder-button-primary:hover,
div.pagebuilder-button-primary:hover {
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
}
a.pagebuilder-button-primary.disabled,
button.pagebuilder-button-primary.disabled,
div.pagebuilder-button-primary.disabled,
a.pagebuilder-button-primary[disabled],
button.pagebuilder-button-primary[disabled],
div.pagebuilder-button-primary[disabled],
fieldset[disabled] a.pagebuilder-button-primary,
fieldset[disabled] button.pagebuilder-button-primary,
fieldset[disabled] div.pagebuilder-button-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
a.pagebuilder-button-secondary,
button.pagebuilder-button-secondary,
div.pagebuilder-button-secondary {
  text-decoration: none;
  background-image: none;
  background: #eeeeee;
  border: 1px solid #cccccc;
  color: #777777;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0 10px 10px 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 1.5rem;
  box-sizing: border-box;
  vertical-align: middle;
  line-height: 2.1rem;
  padding: 14px 17px;
  font-size: 1.7rem;
  border-radius: 3px;
  box-shadow: none;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active,
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus {
  text-decoration: none;
}
a.pagebuilder-button-secondary:focus,
button.pagebuilder-button-secondary:focus,
div.pagebuilder-button-secondary:focus,
a.pagebuilder-button-secondary:active,
button.pagebuilder-button-secondary:active,
div.pagebuilder-button-secondary:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #777777;
}
a.pagebuilder-button-secondary:hover,
button.pagebuilder-button-secondary:hover,
div.pagebuilder-button-secondary:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #777777;
}
a.pagebuilder-button-secondary.disabled,
button.pagebuilder-button-secondary.disabled,
div.pagebuilder-button-secondary.disabled,
a.pagebuilder-button-secondary[disabled],
button.pagebuilder-button-secondary[disabled],
div.pagebuilder-button-secondary[disabled],
fieldset[disabled] a.pagebuilder-button-secondary,
fieldset[disabled] button.pagebuilder-button-secondary,
fieldset[disabled] div.pagebuilder-button-secondary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.pagebuilder-column {
  box-sizing: border-box;
}
[data-content-type='heading'] {
  word-wrap: break-word;
}
[data-content-type='html'] {
  word-wrap: break-word;
}
figure[data-content-type='image'] {
  box-sizing: border-box;
}
figure[data-content-type='image'] > [data-element='link'],
figure[data-content-type='image'] > [data-element='link'] img {
  border-radius: inherit;
}
figure[data-content-type='image'] figcaption {
  word-wrap: break-word;
}
[data-content-type='map'] {
  box-sizing: border-box;
  height: 300px;
}
[data-content-type='row'] li.product-item {
  text-align: left;
}
.pagebuilder-column .widget-product-grid .product-item {
  max-width: 100%;
  min-width: 50px;
}
.pagebuilder-column .widget-product-grid .product-item .price-box {
  word-wrap: break-word;
}
.pagebuilder-column .widget-product-grid .product-item .price-box .price {
  white-space: normal;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-primary {
  display: inline-block;
  max-width: 100%;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .actions-secondary {
  display: inline-block;
  width: auto;
}
.pagebuilder-column .widget-product-grid .product-item .product-item-actions .tocart {
  max-width: 100%;
  white-space: normal;
}
.pagebuilder-column [data-content-type='products'] .block.widget .products-grid .widget-product-grid.product-items .product-item {
  width: 200px;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item {
  display: block;
}
[data-content-type='products'][data-appearance='carousel'] .slick-initialized li.product-item:first-child {
  visibility: visible;
}
[data-content-type='products'][data-appearance='carousel'] .product-item-info {
  width: auto;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item {
  display: none;
}
[data-content-type='products'][data-appearance='carousel'] li.product-item:first-child {
  display: block;
  visibility: hidden;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item {
  opacity: .5;
  transition: all 300ms ease;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .product-item:hover {
  opacity: 1;
}
[data-content-type='products'][data-appearance='carousel'].center-mode .slick-current .product-item {
  opacity: 1;
}
[data-content-type='row'][data-appearance='contained'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1140px;
}
[data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-bleed'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] {
  box-sizing: border-box;
}
[data-content-type='row'][data-appearance='full-width'] > .row-full-width-inner {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1140px;
  width: 100%;
}
[data-content-type='slide'] {
  box-sizing: border-box;
  line-height: 20px;
  min-height: inherit;
  overflow: hidden;
}
[data-content-type='slide'] > [data-element='link'],
[data-content-type='slide'] > [data-element='empty_link'] {
  color: inherit;
  min-height: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] > [data-element='link']:hover,
[data-content-type='slide'] > [data-element='empty_link']:hover {
  color: inherit;
  text-decoration: inherit;
}
[data-content-type='slide'] + [data-content-type='slide'] {
  height: 0;
  min-height: 0;
}
.slick-slider [data-content-type='slide'] + [data-content-type='slide'] {
  height: initial;
  min-height: inherit;
}
.pagebuilder-slide-wrapper {
  border-radius: inherit;
  box-sizing: border-box;
  min-height: inherit;
  overflow-wrap: break-word;
  word-wrap: break-word;
}
.pagebuilder-slide-wrapper .jarallax-viewport-element {
  height: 100%;
  left: -15000vw;
  position: absolute;
  top: 0;
  width: 1px;
  z-index: 100;
}
.slick-current .pagebuilder-slide-wrapper .jarallax-viewport-element {
  left: 0;
}
.pagebuilder-slide-wrapper.jarallax .video-overlay {
  -webkit-transform: unset;
  z-index: 1;
}
.pagebuilder-slide-wrapper.jarallax .pagebuilder-overlay {
  position: relative;
  z-index: 2;
}
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > div,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > img,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > video,
.pagebuilder-slide-wrapper.jarallax [id*='jarallax-container'] > iframe {
  margin: auto !important;
  transform: none !important;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay {
  -moz-transition: background-color 500ms ease;
  -o-transition: background-color 500ms ease;
  -webkit-transition: background-color 500ms ease;
  border-radius: inherit;
  box-sizing: border-box;
  padding: 30px;
  transition: background-color 500ms ease;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: center;
  display: flex;
  justify-content: center;
  min-height: inherit;
}
.pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
  max-width: 540px;
}
.pagebuilder-slide-wrapper [data-element='content'] {
  min-height: 50px;
  overflow: auto;
}
.pagebuilder-slide-wrapper .pagebuilder-slide-button {
  -moz-transition: opacity 500ms ease;
  -o-transition: opacity 500ms ease;
  -webkit-transition: opacity 500ms ease;
  margin: 20px 0 0 0;
  max-width: 100%;
  text-align: inherit;
  transition: opacity 500ms ease;
  word-break: break-word;
}
.pagebuilder-slide-wrapper .pagebuilder-poster-content {
  width: 100%;
}
[data-appearance='collage-centered'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
  margin-right: auto;
}
[data-appearance='collage-left'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-right: auto;
}
[data-appearance='collage-right'] .pagebuilder-slide-wrapper .pagebuilder-overlay {
  margin-left: auto;
}
div[data-content-type='slider'] {
  visibility: hidden;
}
div[data-content-type='slider'].slick-initialized {
  visibility: visible;
}
div[data-content-type='slider'] .slick-list,
div[data-content-type='slider'] .slick-track,
div[data-content-type='slider'] .slick-slide {
  min-height: inherit;
}
div[data-content-type='slider'] .slick-list > div,
div[data-content-type='slider'] .slick-track > div,
div[data-content-type='slider'] .slick-slide > div {
  line-height: 0;
  min-height: inherit;
  overflow: hidden;
  width: 100%;
}
div[data-content-type='slider'] a.button {
  -moz-appearance: button;
  -webkit-appearance: button;
  appearance: button;
  color: initial;
  padding: 10px;
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation {
  display: block;
  font-size: 0;
  margin: 0 0 -1px;
  padding: 0;
}
div[data-content-type='tabs'] .tabs-navigation li:first-child {
  margin-left: 0 !important;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header {
  background: #f6f6f6;
  border: 1px solid #cccccc;
  border-bottom: 0;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
  position: relative;
  word-wrap: break-word;
  z-index: 1;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:not(:first-child) {
  margin-left: -1px;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title {
  border-right: 0;
  color: #000000;
  cursor: pointer !important;
  display: block;
  font-size: 14px;
  font-weight: 600;
  padding: 1.4rem 2rem;
  position: relative;
  transition: all .3s;
  vertical-align: middle;
  white-space: normal;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title span.tab-title {
  display: block;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header a.tab-title:hover {
  text-decoration: none;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header:last-child {
  border-right: 1px solid #cccccc;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active {
  background: #ffffff;
  z-index: 19;
}
div[data-content-type='tabs'] .tabs-navigation li.tab-header.ui-state-active a.tab-title {
  position: relative;
  transition: all .3s;
}
div[data-content-type='tabs'] .tabs-content {
  border: 1px solid #cccccc;
  box-sizing: border-box;
  overflow: hidden;
  position: relative;
  z-index: 9;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item'] {
  box-sizing: border-box;
  min-height: inherit;
}
div[data-content-type='tabs'] .tabs-content [data-content-type='tab-item']:not(:first-child) {
  display: none;
}
div[data-content-type='tabs'].tab-align-left .tabs-content {
  border-top-left-radius: 0 !important;
}
div[data-content-type='tabs'].tab-align-right .tabs-content {
  border-top-right-radius: 0 !important;
}
div[data-content-type='text'] {
  word-wrap: break-word;
}
div[data-content-type='video'] {
  font-size: 0;
}
div[data-content-type='video'] .pagebuilder-video-inner {
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
}
div[data-content-type='video'] .pagebuilder-video-container {
  border-radius: inherit;
  overflow: hidden;
  padding-top: 56.25%;
  position: relative;
}
div[data-content-type='video'] iframe,
div[data-content-type='video'] video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jarallax {
  position: relative;
  z-index: 0;
}
.jarallax > .jarallax-img {
  font-family: 'object-fit: cover;', sans-serif;
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.jarallax-video-fallback {
  transform: scale3d(0, 0, 0);
}
.jarallax .video-overlay {
  -webkit-transform: translate3d(0, 0, 0);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -99;
}
.jarallax [id*='jarallax-container'] video,
.jarallax [id*='jarallax-container'] iframe {
  visibility: hidden;
}
.cms-content-important {
  background-color: #f5f5f5;
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.1;
  margin: 0 0 35px -20px;
  padding: 20px;
}
.pagebuilder-full-width {
  float: left;
  width: 100%;
}
.pagebuilder-content-type {
  box-sizing: border-box;
  margin-bottom: 20px;
}
.pagebuilder-accordion {
  margin: 0;
  padding: 0;
}
.pagebuilder-accordion > .item.title {
  box-sizing: border-box;
  float: none;
  width: 100%;
}
.pagebuilder-accordion > .item.title > .switch {
  display: block;
}
.pagebuilder-accordion > .item.content {
  box-sizing: border-box;
  display: block;
  float: none;
  margin: 0;
}
.pagebuilder-accordion > .item.content:before,
.pagebuilder-accordion > .item.content:after {
  content: '';
  display: table;
}
.pagebuilder-accordion > .item.content:after {
  clear: both;
}
.pagebuilder-accordion > .item.content.active {
  display: block;
}
.pagebuilder-accordion > .item.title {
  margin: 0;
}
.pagebuilder-accordion > .item.title > .switch {
  border-top: 1px solid #eeeeee;
  height: 36px;
  padding: 1px 9px 1px 9px;
  font-weight: 600;
  line-height: 36px;
  font-size: 1.3rem;
  color: #777777;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:visited {
  color: #c1c1c1;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:hover {
  color: #777777;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title > .switch:active {
  color: #777777;
  text-decoration: none;
}
.pagebuilder-accordion > .item.title:not(.disabled) > .switch:active,
.pagebuilder-accordion > .item.title.active > .switch,
.pagebuilder-accordion > .item.title.active > .switch:focus,
.pagebuilder-accordion > .item.title.active > .switch:hover {
  color: #777777;
  text-decoration: none;
  padding-bottom: 1px;
}
.pagebuilder-accordion > .item.content {
  background: #ffffff;
  margin: 0;
  padding: 9px 9px 27px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
._amrev-disabled {
  opacity: .8;
  pointer-events: none;
}
.hidden {
  display: none;
}
._clear-btn,
._clear-btn:focus,
._clear-btn:hover,
._clear-btn:active,
._clear-btn:not(.primary) {
  background: none;
  border: none;
  box-shadow: none;
  font-weight: 400;
  outline: none;
  padding: 0;
}
.amstars-rating-container {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTcuMzA1IDEwLjMxM0wxNCAwbC0zLjMwNSAxMC4zMTNIMGw4LjY1MiA2LjM3NEw1LjM0OCAyNyAxNCAyMC42MjYgMjIuNjUyIDI3bC0zLjMwNS0xMC4zMTNMMjggMTAuMzEzSDE3LjMwNXptNC42NTQgMS45OWgtNi4wOEwxNCA2LjQ0bC0xLjg3OSA1Ljg2M2gtNi4wOGw0LjkxOSAzLjYyNC0xLjg4IDUuODYzTDE0IDE4LjE2Nmw0LjkyIDMuNjI0LTEuODgtNS44NjMgNC45Mi0zLjYyNHoiIGZpbGw9IiNCMUFFQUUiLz48L3N2Zz4=);
  height: 27px;
  margin: 0 0 10px 0;
  overflow: hidden;
  width: 160px;
}
.amstars-rating-container.-small {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMnYxOEgweiIvPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTEuNzQzIDYuODc1TDkuNSAwIDcuMjU3IDYuODc1SDBsNS44NzEgNC4yNUwzLjYzIDE4IDkuNSAxMy43NSAxNS4zNzEgMThsLTIuMjQyLTYuODc1TDE5IDYuODc1aC03LjI1N3pNMTQuOSA4LjIwMmgtNC4xMjZMOS41IDQuMjkzbC0xLjI3NSAzLjkxSDQuMDk5bDMuMzM4IDIuNDE1LTEuMjc1IDMuOTA5TDkuNSAxMi4xMWwzLjMzOCAyLjQxNi0xLjI3NS0zLjkxIDMuMzM4LTIuNDE1eiIgZmlsbD0iI0IxQUVBRSIvPjwvc3ZnPg==);
  height: 18px;
  width: 107px;
}
.amstars-rating-container.-small .amstars-stars {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMnYxOEgweiIvPjxwYXRoIGQ9Ik05LjUgMGwyLjI0MyA2Ljg3NUgxOWwtNS44NzEgNC4yNUwxNS4zNyAxOCA5LjUgMTMuNzUgMy42MjkgMThsMi4yNDItNi44NzVMMCA2Ljg3NWg3LjI1N0w5LjUgMHoiIGZpbGw9IiNFRDlEMDAiLz48L3N2Zz4=);
}
.amstars-rating-container .amstars-stars {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzMiIGhlaWdodD0iMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgzM3YyN0gweiIvPjxwYXRoIGQ9Ik0xNCAwbDMuMzA1IDEwLjMxM0gyOGwtOC42NTIgNi4zNzRMMjIuNjUyIDI3IDE0IDIwLjYyNiA1LjM0OCAyN2wzLjMwNC0xMC4zMTNMMCAxMC4zMTNoMTAuNjk1TDE0IDB6IiBmaWxsPSIjRUQ5RDAwIi8+PC9zdmc+);
  height: 100%;
}
.amreview-popup.modal-popup {
  transition: 0.3s all ease-in;
}
.amreview-popup.modal-popup .modal-header {
  background: #fafafa;
}
.amreview-popup.modal-popup .modal-content {
  padding: 0;
}
.amreview-popup.modal-popup .block-content {
  background: #fafafa;
  padding: 10px 20px 40px;
}
.amreview-popup.modal-popup .modal-inner-wrap {
  max-width: 640px;
}
.amrev-toolbar-container {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  color: #363636;
  flex-wrap: wrap;
  font-size: 12px;
  justify-content: flex-end;
  padding: 0;
}
.amrev-toolbar-container.-disabled {
  opacity: .8;
  pointer-events: none;
}
.amrev-toolbar-container.-all .amrev-sorting {
  border-left: none;
}
.amrev-toolbar-container .amrev-filters {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 100%;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  order: 2;
  padding: 0;
}
.amrev-toolbar-container .amrev-filter {
  border-bottom: 1px solid #dcdcdc;
  flex-basis: 100%;
  margin: 0;
  padding: 15px 0 10px 20px;
}
.amrev-toolbar-container .amrev-sorting {
  background: #fafafa;
  border: none;
  flex-basis: 100%;
  order: 1;
  padding: 10px 18px;
}
.amrev-toolbar-container .amrev-sortbtn:before {
  font-size: 14px;
}
.amrev-toolbar-container .amrev-sortbtn:hover:before,
.amrev-toolbar-container .amrev-sortbtn:focus:before {
  color: #007bdb;
}
.amrev-toolbar-container .amrev-select {
  height: 25px;
  margin: 5px 5px 5px 8px;
  max-width: 160px;
  padding: 0 0 0 10px;
  width: 100%;
}
.amrev-toolbar-container .amrev-label {
  margin: 0;
}
.amrev-checkbox-container .amrev-label {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  padding: 0 0 0 20px;
  position: relative;
}
.amrev-checkbox-container .amrev-label:hover:before {
  border-color: #007bdb;
  box-shadow: 0 1px 2px rgba(37, 83, 119, 0.25);
}
.amrev-checkbox-container .amrev-label:before,
.amrev-checkbox-container .amrev-label:after {
  transition: 0.1s all ease-in;
  content: '';
  cursor: pointer;
  display: block;
  left: 0;
  position: absolute;
}
.amrev-checkbox-container .amrev-label:after {
  align-content: center;
  align-items: center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSI3IiB2aWV3Qm94PSIwIDAgOSA3IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNNy45MDQ4IDBMMy41NDI1IDQuNjU5OEwxLjA5NDk1IDIuMDQ2MDNMMCAzLjIxNTg1TDMuNTQyNSA3TDkgMS4xNjk4M0w3LjkwNDggMFoiIGZpbGw9IiM1MTQ5NDMiLz48L3N2Zz4=);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: flex;
  justify-content: center;
  bottom: 0;
  height: 8px;
  margin: auto 0 auto 3px;
  opacity: 0;
  top: 0;
  width: 10px;
}
.amrev-checkbox-container .amrev-label:before {
  background-color: #ffffff;
  border: 1px solid #adadad;
  border-radius: 2px;
  box-sizing: border-box;
  height: 15px;
  width: 15px;
}
.amrev-checkbox-container .amrev-input:checked + .amrev-label:after {
  opacity: 1;
}
.amrev-checkbox-container .amrev-input:checked + .amrev-label:before {
  border-color: #007bdb;
}
.amrev-checkbox-container .amrev-input:checked + .amrev-label:before:focus {
  box-shadow: 0 1px 2px rgba(37, 83, 119, 0.25);
}
.amrev-checkbox-container .amrev-input {
  display: none;
}
.amrev-fancybox-zoom .fancybox-arrow {
  box-shadow: none;
}
.amrev-fancybox-zoom .fancybox-arrow:hover,
.amrev-fancybox-zoom .fancybox-arrow:active,
.amrev-fancybox-zoom .fancybox-arrow:focus {
  background: none;
  border: none;
  box-shadow: none;
  opacity: 1;
}
.amreview-images.slick-slider {
  padding: 0 18px;
}
.amreview-images.slick-slider .slick-arrow {
  transition: 0.1s all ease-in;
  background-size: 7px 12px !important;
  filter: invert(0.5);
}
.amreview-images.slick-slider .slick-arrow:hover {
  filter: invert(1);
}
.amreview-images.slick-slider .slick-arrow.slick-next {
  right: 0;
}
.amreview-images.slick-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg) translate(0, 50%);
}
.amreview-images.slick-slider .slick-slide {
  border: 1px solid transparent;
  border-radius: 2px;
  box-sizing: border-box;
  text-align: center;
}
.amreview-images.slick-slider .slick-slide > div {
  display: flex;
}
.amreview-widget-container .slick-dots {
  position: initial;
}
@keyframes amloadrotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.am-load-block {
  transition: 0.3s all ease-in;
  background: rgba(255, 255, 255, 0.4);
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.am-load-block .am-dots {
  height: 64px;
  margin: 20px auto;
  position: sticky;
  top: 35%;
  width: 64px;
  z-index: 999;
}
.am-load-block .am-dot {
  animation: amloadrotate 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  display: block;
  transform-origin: 32px 32px;
}
.am-load-block .am-dot:nth-child(1) {
  animation-delay: -0.036s;
}
.am-load-block .am-dot:nth-child(2) {
  animation-delay: -0.07199999999999999s;
}
.am-load-block .am-dot:nth-child(3) {
  animation-delay: -0.108s;
}
.am-load-block .am-dot:nth-child(4) {
  animation-delay: -0.144s;
}
.am-load-block .am-dot:nth-child(6) {
  animation-delay: -0.216s;
}
.am-load-block .am-dot:nth-child(7) {
  animation-delay: -0.252s;
}
.am-load-block .am-dot:nth-child(8) {
  animation-delay: -0.288s;
}
.am-load-block .am-dot:after {
  background: #666666;
  border-radius: 50%;
  content: '';
  display: block;
  height: 6px;
  margin: -3px 0 0 -3px;
  position: absolute;
  width: 6px;
}
.am-load-block .am-dot:nth-child(1):after {
  left: 50px;
  top: 50px;
}
.am-load-block .am-dot:nth-child(2):after {
  left: 45px;
  top: 54px;
}
.am-load-block .am-dot:nth-child(3):after {
  left: 39px;
  top: 57px;
}
.am-load-block .am-dot:nth-child(4):after {
  left: 32px;
  top: 58px;
}
.am-load-block .am-dot:nth-child(5) {
  animation-delay: -.18s;
}
.am-load-block .am-dot:nth-child(5):after {
  left: 25px;
  top: 57px;
}
.am-load-block .am-dot:nth-child(6):after {
  left: 19px;
  top: 54px;
}
.am-load-block .am-dot:nth-child(7):after {
  left: 14px;
  top: 50px;
}
.am-load-block .am-dot:nth-child(8):after {
  left: 10px;
  top: 45px;
}
.amrev-comment-toolbar {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 25px 0 0;
}
.amrev-comment-toolbar.-nocomments {
  justify-content: flex-end;
}
.amrev-comment-toolbar .amrev-reply {
  border-right: 1px solid #767676;
  box-sizing: border-box;
  flex-basis: 50%;
  order: 2;
  padding: 0 25px 0 0;
}
.amrev-comment-toolbar .amrev-repbtn {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.1s all ease-in;
  background: #dff1ff;
  border: 1px solid #1a6cae;
  border-radius: 2px;
  box-shadow: none;
  box-sizing: border-box;
  color: #1a6cae;
  flex-basis: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  padding: 8px;
  position: relative;
  width: 100%;
}
.amrev-comment-toolbar .amrev-repbtn:before {
  transition: 0.1s all ease-in;
  align-content: center;
  align-items: center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDEyIDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTYuMjAzOSAzLjA3Njg4SDIuMTk4NTdMMy4wMzEyOCAzLjg3MjU3QzMuMjgyNzcgNC4xMTI4OCAzLjI4Mjc3IDQuNTAyNDMgMy4wMzEyOCA0Ljc0Mjc0QzIuNzgxNzIgNC45ODE1MSAyLjM3MzEgNC45ODQ1OSAyLjEyMDY1IDQuNzQyNzRMMC4xODg2MTUgMi44OTY1N0MtMC4wNjI4NzE5IDIuNjU2MjYgLTAuMDYyODcxOSAyLjI2NjcxIDAuMTg4NjE1IDIuMDI2NEwyLjEyMDY1IDAuMTgwMjMyQzIuMzcxODEgLTAuMDYwMDc3NSAyLjc4MDEyIC0wLjA2MDA3NzUgMy4wMzEyOCAwLjE4MDIzMkMzLjI4Mjc3IDAuNDIwNTQzIDMuMjgyNzcgMC44MTAwODUgMy4wMzEyOCAxLjA1MDRMMi4xOTg1NyAxLjg0NjA5SDYuMjAzOUM5LjM5OTgxIDEuODQ2MDkgMTIgNC4zMzA3MyAxMiA3LjM4NDYxQzEyIDcuNzI0MzEgMTEuNzExNSA4IDExLjM1NiA4QzExLjAwMDUgOCAxMC43MTIgNy43MjQzMSAxMC43MTIgNy4zODQ2MUMxMC43MTIgNS4wMDkyIDguNjg5NzggMy4wNzY4OCA2LjIwMzkgMy4wNzY4OFoiIGZpbGw9IiMxRTc5QzIiLz48L3N2Zz4=);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: flex;
  justify-content: center;
  height: 8px;
  margin: auto 5px;
  width: 12px;
}
.amrev-comment-toolbar .amrev-repbtn:hover,
.amrev-comment-toolbar .amrev-repbtn:active,
.amrev-comment-toolbar .amrev-repbtn.-active {
  background: #026bb3;
  border-color: #026bb3;
  color: #ffffff;
}
.amrev-comment-toolbar .amrev-repbtn:hover:before,
.amrev-comment-toolbar .amrev-repbtn:active:before,
.amrev-comment-toolbar .amrev-repbtn.-active:before {
  filter: brightness(10);
}
.amrev-comment-toolbar .amrev-comment {
  display: flex;
  justify-content: center;
  align-items: center;
  align-self: stretch;
  box-sizing: border-box;
  flex-basis: 50%;
  order: 3;
  padding: 0 15px;
  position: relative;
}
.amrev-comment-toolbar .amrev-combtn {
  color: #026bb3;
  font-size: 1.4rem;
  font-weight: 600;
}
.amrev-comment-toolbar .amrev-combtn,
.amrev-comment-toolbar .amrev-combtn:focus,
.amrev-comment-toolbar .amrev-combtn:hover,
.amrev-comment-toolbar .amrev-combtn:active,
.amrev-comment-toolbar .amrev-combtn:not(.primary) {
  background: none;
  border: none;
  box-shadow: none;
  font-weight: 400;
  outline: none;
  padding: 0;
}
.amrev-comment-toolbar .amrev-combtn:before {
  transition: 0.1s all ease-in;
  content: '\f807';
  display: inline-block;
  font-family: 'porto-icons';
  font-size: 10px;
  margin: 0 7px 0 0;
}
.amrev-comment-toolbar .amrev-combtn:hover {
  color: #014d81;
}
.amrev-comment-toolbar .amrev-combtn.-active:before {
  transform: rotate(180deg) translateY(1px);
}
.amrev-comment-toolbar .amrev-combtn.-empty:before {
  display: none;
}
.amrev-comment-block {
  transition: 0.1s all ease-in;
  background: #fafafa;
  border-radius: 2px;
  margin: 0 -15px 0 -15px;
  padding: 0;
}
.amrev-comment-block .amrev-title {
  border-bottom: 1px solid #c8c8c8;
  font-size: 12px;
  font-style: normal;
  margin: 0 0 20px 0;
  padding: 10px 0;
}
.amrev-comment-block .amrev-qty {
  font-style: normal;
}
.amrev-comment-block .amrev-message {
  padding: 15px 20px;
}
.amrev-comment-list {
  transition: 0.1s all ease-in;
  color: #000000;
  display: none;
  padding: 20px;
}
.amrev-comment-list.-active {
  display: block;
  margin: 20px 0 0 0;
}
.amrev-comment-list .amrev-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.amrev-comment-list .amrev-comment {
  margin: 0;
  padding: 0;
}
.amrev-comment-list .amrev-comment:not(:last-child) {
  padding: 0 0 30px;
}
.amrev-comment-list .amrev-name {
  margin: 0;
}
.amrev-comment-list .amrev-email {
  font-size: 12px;
}
.amrev-comment-list .amrev-date {
  display: block;
  font-size: 12px;
}
.amrev-comment-list .amreview-text {
  display: block;
  font-size: 14px;
  padding: 15px 0 0 0;
}
.amrev-comment-form {
  transition: 0.1s all ease-in;
  display: none;
  margin: 10px 0 0;
  padding: 20px 20px 25px;
}
.amrev-comment-form.-active {
  display: block;
}
.amrev-comment-form .amrev-form {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.amrev-comment-form .amrev-fieldset {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  flex-basis: 100%;
  margin: 0 15px 0 0;
}
.amrev-comment-form .amrev-label {
  color: #363636;
  font-size: 12px;
}
.amrev-comment-form .amrev-label.required:after {
  color: #ff0000 f;
  content: '*';
}
.amrev-comment-form .amrev-input {
  background: #ffffff;
  border-color: transparent;
  color: #292929;
  font-size: 12px;
  height: 30px;
}
.amrev-comment-form .amrev-input ::placeholder {
  color: #adadad;
}
.amrev-comment-form .amrev-input:hover,
.amrev-comment-form .amrev-input:focus,
.amrev-comment-form .amrev-input:active {
  border: 1px solid #1a6cae;
}
.amrev-comment-form .amrev-area {
  height: auto;
  padding: 15px;
}
.amrev-comment-form .amrev-btn {
  transition: 0.1s all ease-in;
  background: #1a6cae;
  border: none;
  box-shadow: none;
  color: #ffffff;
  font-size: 12px;
  margin: 15px auto 0 0;
  padding: 10px;
}
.amrev-comment-form .amrev-btn:hover {
  background: #175e98;
}
.amrev-comment-form .amrev-field {
  position: relative;
}
.amrev-comment-form .amrev-area-field {
  display: flex;
  flex-wrap: wrap;
  flex-basis: 100%;
}
.amrev-comment-form .amrev-input-field {
  flex-basis: 48%;
  margin: 0 0 15px;
}
.amreview-helpful-wrap {
  display: flex;
  align-items: center;
  flex-basis: 100%;
  order: 1;
  padding: 0 0 20px 0;
}
.amreview-helpful-wrap > .amreview-helpful {
  color: #767676;
  font-size: 14px;
}
.amreview-helpful-wrap > .amreview-options {
  margin-left: 15px;
}
.amreview-helpful-wrap .amreview-plus,
.amreview-helpful-wrap .amreview-minus {
  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;
}
.amreview-helpful-wrap .amreview-plus:focus,
.amreview-helpful-wrap .amreview-minus:focus,
.amreview-helpful-wrap .amreview-plus:active,
.amreview-helpful-wrap .amreview-minus:active {
  background: none;
  border: none;
}
.amreview-helpful-wrap .amreview-plus:hover,
.amreview-helpful-wrap .amreview-minus:hover {
  background: none;
  border: none;
}
.amreview-helpful-wrap .amreview-plus.disabled,
.amreview-helpful-wrap .amreview-minus.disabled,
.amreview-helpful-wrap .amreview-plus[disabled],
.amreview-helpful-wrap .amreview-minus[disabled],
fieldset[disabled] .amreview-helpful-wrap .amreview-plus,
fieldset[disabled] .amreview-helpful-wrap .amreview-minus {
  pointer-events: none;
  opacity: 0.5;
}
.amreview-helpful-wrap .amreview-plus:focus,
.amreview-helpful-wrap .amreview-minus:focus {
  outline: 1px dotted #767676;
  outline-offset: 3px;
}
.amreview-helpful-wrap .amreview-plus {
  margin: 0 0 0 10px;
}
.amreview-helpful-wrap > .amreview-options,
.amreview-helpful-wrap .amreview-plus,
.amreview-helpful-wrap .amreview-minus,
.amreview-helpful-wrap .amreview-icon {
  cursor: pointer;
  display: inline-block;
}
.amreview-helpful-wrap .amreview-icon {
  height: 18px;
  margin: 0 0 0 10px;
  transition: .3s;
  width: 20px;
}
.amreview-helpful-wrap .amreview-plus > .amreview-icon {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMHYxOEgweiIvPjxwYXRoIGQ9Ik0zLjg5NiA3LjI4NkguNTU2QS41NTQuNTU0IDAgMCAwIDAgNy44NDh2OC45ODVjMCAuMzE0LjI0NS41NjEuNTU3LjU2MWgzLjM0YS41NTMuNTUzIDAgMCAwIC41NTYtLjU2MVY3Ljg0OGEuNTUzLjU1MyAwIDAgMC0uNTU3LS41NjJ6TTIwIDguMzVjMC0uOTE1LS42MjMtMS44NC0xLjgxMy0xLjg0aC01LjM5MmMuNzctMS4zOTEuOTk3LTMuMzQ3LjQ2Mi00Ljc3OEMxMi44NjMuNjggMTIuMTEuMDY2IDExLjEzOS4wMDRsLS4wMTYtLjAwMkExLjE3IDEuMTcgMCAwIDAgOS44ODkgMS4wOEM5Ljc1MSAyLjUgOS4xMzQgNS4wMSA4LjI1MSA1LjljLS43NDQuNzUtMS4zOCAxLjA2NS0yLjQzNiAxLjU4Ni0uMTUyLjA3NS0uMzIuMTU3LS40OTYuMjQ2YTEuNCAxLjQgMCAwIDEgLjAwNS4xMTd2OC44OTNsLjM3Ny4xM0M3LjQ0MyAxNy40NzggOC45NDggMTggMTEuMjQ4IDE4aDQuMzZjMS4xOSAwIDEuODEyLS45MjYgMS44MTItMS44NDFhMiAyIDAgMCAwLS4xNjMtLjc5MyAxLjcxOCAxLjcxOCAwIDAgMCAxLS41NTljLjI5Mi0uMzM0LjQ1My0uNzc5LjQ1My0xLjI1MSAwLS4yNy0uMDU1LS41NDMtLjE2My0uNzkyLjk1Ni0uMTY2IDEuNDUzLS45OTMgMS40NTMtMS44MSAwLS40NzUtLjE2OC0uOTUzLS40OTQtMS4zMDIuMzI2LS4zNS40OTQtLjgyNy40OTQtMS4zMDJ6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+);
}
.amreview-helpful-wrap .amreview-plus:hover > .amreview-icon {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMHYxOEgweiIvPjxwYXRoIGQ9Ik0zLjg5NiA3LjI4NkguNTU2QS41NTQuNTU0IDAgMCAwIDAgNy44NDh2OC45ODVjMCAuMzE0LjI0NS41NjEuNTU3LjU2MWgzLjM0YS41NTMuNTUzIDAgMCAwIC41NTYtLjU2MVY3Ljg0OGEuNTUzLjU1MyAwIDAgMC0uNTU3LS41NjJ6TTIwIDguMzVjMC0uOTE1LS42MjMtMS44NC0xLjgxMy0xLjg0aC01LjM5MmMuNzctMS4zOTEuOTk3LTMuMzQ3LjQ2Mi00Ljc3OEMxMi44NjMuNjggMTIuMTEuMDY2IDExLjEzOS4wMDRsLS4wMTYtLjAwMkExLjE3IDEuMTcgMCAwIDAgOS44ODkgMS4wOEM5Ljc1MSAyLjUgOS4xMzQgNS4wMSA4LjI1MSA1LjljLS43NDQuNzUtMS4zOCAxLjA2NS0yLjQzNiAxLjU4Ni0uMTUyLjA3NS0uMzIuMTU3LS40OTYuMjQ2YTEuNCAxLjQgMCAwIDEgLjAwNS4xMTd2OC44OTNsLjM3Ny4xM0M3LjQ0MyAxNy40NzggOC45NDggMTggMTEuMjQ4IDE4aDQuMzZjMS4xOSAwIDEuODEyLS45MjYgMS44MTItMS44NDFhMiAyIDAgMCAwLS4xNjMtLjc5MyAxLjcxOCAxLjcxOCAwIDAgMCAxLS41NTljLjI5Mi0uMzM0LjQ1My0uNzc5LjQ1My0xLjI1MSAwLS4yNy0uMDU1LS41NDMtLjE2My0uNzkyLjk1Ni0uMTY2IDEuNDUzLS45OTMgMS40NTMtMS44MSAwLS40NzUtLjE2OC0uOTUzLS40OTQtMS4zMDIuMzI2LS4zNS40OTQtLjgyNy40OTQtMS4zMDJ6IiBmaWxsPSIjQzJFQUJDIi8+PC9zdmc+);
}
.amreview-helpful-wrap .amreview-plus.-voted > .amreview-icon {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMHYxOEgweiIvPjxwYXRoIGQ9Ik0zLjg5NiA3LjI4NkguNTU2QS41NTQuNTU0IDAgMCAwIDAgNy44NDh2OC45ODVjMCAuMzE0LjI0NS41NjEuNTU3LjU2MWgzLjM0YS41NTMuNTUzIDAgMCAwIC41NTYtLjU2MVY3Ljg0OGEuNTUzLjU1MyAwIDAgMC0uNTU3LS41NjJ6TTIwIDguMzVjMC0uOTE1LS42MjMtMS44NC0xLjgxMy0xLjg0aC01LjM5MmMuNzctMS4zOTEuOTk3LTMuMzQ3LjQ2Mi00Ljc3OEMxMi44NjMuNjggMTIuMTEuMDY2IDExLjEzOS4wMDRsLS4wMTYtLjAwMkExLjE3IDEuMTcgMCAwIDAgOS44ODkgMS4wOEM5Ljc1MSAyLjUgOS4xMzQgNS4wMSA4LjI1MSA1LjljLS43NDQuNzUtMS4zOCAxLjA2NS0yLjQzNiAxLjU4Ni0uMTUyLjA3NS0uMzIuMTU3LS40OTYuMjQ2YTEuNCAxLjQgMCAwIDEgLjAwNS4xMTd2OC44OTNsLjM3Ny4xM0M3LjQ0MyAxNy40NzggOC45NDggMTggMTEuMjQ4IDE4aDQuMzZjMS4xOSAwIDEuODEyLS45MjYgMS44MTItMS44NDFhMiAyIDAgMCAwLS4xNjMtLjc5MyAxLjcxOCAxLjcxOCAwIDAgMCAxLS41NTljLjI5Mi0uMzM0LjQ1My0uNzc5LjQ1My0xLjI1MSAwLS4yNy0uMDU1LS41NDMtLjE2My0uNzkyLjk1Ni0uMTY2IDEuNDUzLS45OTMgMS40NTMtMS44MSAwLS40NzUtLjE2OC0uOTUzLS40OTQtMS4zMDIuMzI2LS4zNS40OTQtLjgyNy40OTQtMS4zMDJ6IiBmaWxsPSIjMUFCOTAwIi8+PC9zdmc+);
}
.amreview-helpful-wrap .amreview-minus > .amreview-icon {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMThoMjBWMEgweiIvPjxwYXRoIGQ9Ik0zLjg5NiAxMC43MTRILjU1NkEuNTU0LjU1NCAwIDAgMSAwIDEwLjE1MlYxLjE2N0MwIC44NTMuMjQ1LjYwNi41NTcuNjA2aDMuMzRjLjMxMSAwIC41NTYuMjQ3LjU1Ni41NjF2OC45ODVhLjU1My41NTMgMCAwIDEtLjU1Ny41NjJ6TTIwIDkuNjVjMCAuOTE1LS42MjMgMS44NC0xLjgxMyAxLjg0aC01LjM5MmMuNzcgMS4zOTEuOTk3IDMuMzQ3LjQ2MiA0Ljc3Ny0uMzk0IDEuMDUzLTEuMTQ2IDEuNjY3LTIuMTE4IDEuNzNoLS4wMTZhMS4xNyAxLjE3IDAgMCAxLTEuMjM0LTEuMDc2Yy0uMTM4LTEuNDItLjc1NS0zLjkzLTEuNjM4LTQuODItLjc0NC0uNzUtMS4zOC0xLjA2NS0yLjQzNi0xLjU4Ni0uMTUyLS4wNzUtLjMyLS4xNTctLjQ5Ni0uMjQ2YTEuNCAxLjQgMCAwIDAgLjAwNS0uMTE3VjEuMjZsLjM3Ny0uMTNDNy40NDMuNTIyIDguOTQ4IDAgMTEuMjQ4IDBoNC4zNmMxLjE5IDAgMS44MTIuOTI2IDEuODEyIDEuODQxYTIgMiAwIDAgMS0uMTYzLjc5M2MuMzk3LjA3Mi43NDMuMjY0IDEgLjU1OS4yOTIuMzM0LjQ1My43NzkuNDUzIDEuMjUxIDAgLjI3LS4wNTUuNTQzLS4xNjMuNzkyLjk1Ni4xNjYgMS40NTMuOTkzIDEuNDUzIDEuODEgMCAuNDc1LS4xNjguOTUyLS40OTQgMS4zMDIuMzI2LjM1LjQ5NC44MjcuNDk0IDEuMzAyeiIgZmlsbD0iI0M0QzRDNCIvPjwvc3ZnPg==);
}
.amreview-helpful-wrap .amreview-minus:hover > .amreview-icon {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMThoMjBWMEgweiIvPjxwYXRoIGQ9Ik0zLjg5NiAxMC43MTRILjU1NkEuNTU0LjU1NCAwIDAgMSAwIDEwLjE1MlYxLjE2N0MwIC44NTMuMjQ1LjYwNi41NTcuNjA2aDMuMzRjLjMxMSAwIC41NTYuMjQ3LjU1Ni41NjF2OC45ODVhLjU1My41NTMgMCAwIDEtLjU1Ny41NjJ6TTIwIDkuNjVjMCAuOTE1LS42MjMgMS44NC0xLjgxMyAxLjg0aC01LjM5MmMuNzcgMS4zOTEuOTk3IDMuMzQ3LjQ2MiA0Ljc3Ny0uMzk0IDEuMDUzLTEuMTQ2IDEuNjY3LTIuMTE4IDEuNzNoLS4wMTZhMS4xNyAxLjE3IDAgMCAxLTEuMjM0LTEuMDc2Yy0uMTM4LTEuNDItLjc1NS0zLjkzLTEuNjM4LTQuODItLjc0NC0uNzUtMS4zOC0xLjA2NS0yLjQzNi0xLjU4Ni0uMTUyLS4wNzUtLjMyLS4xNTctLjQ5Ni0uMjQ2YTEuNCAxLjQgMCAwIDAgLjAwNS0uMTE3VjEuMjZsLjM3Ny0uMTNDNy40NDMuNTIyIDguOTQ4IDAgMTEuMjQ4IDBoNC4zNmMxLjE5IDAgMS44MTIuOTI2IDEuODEyIDEuODQxYTIgMiAwIDAgMS0uMTYzLjc5M2MuMzk3LjA3Mi43NDMuMjY0IDEgLjU1OS4yOTIuMzM0LjQ1My43NzkuNDUzIDEuMjUxIDAgLjI3LS4wNTUuNTQzLS4xNjMuNzkyLjk1Ni4xNjYgMS40NTMuOTkzIDEuNDUzIDEuODEgMCAuNDc1LS4xNjguOTUyLS40OTQgMS4zMDIuMzI2LjM1LjQ5NC44MjcuNDk0IDEuMzAyeiIgZmlsbD0iI0ZGQkNCQyIvPjwvc3ZnPg==);
}
.amreview-helpful-wrap .amreview-minus.-voted > .amreview-icon {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMThoMjBWMEgweiIvPjxwYXRoIGQ9Ik0zLjg5NiAxMC43MTRILjU1NkEuNTU0LjU1NCAwIDAgMSAwIDEwLjE1MlYxLjE2N0MwIC44NTMuMjQ1LjYwNi41NTcuNjA2aDMuMzRjLjMxMSAwIC41NTYuMjQ3LjU1Ni41NjF2OC45ODVhLjU1My41NTMgMCAwIDEtLjU1Ny41NjJ6TTIwIDkuNjVjMCAuOTE1LS42MjMgMS44NC0xLjgxMyAxLjg0aC01LjM5MmMuNzcgMS4zOTEuOTk3IDMuMzQ3LjQ2MiA0Ljc3Ny0uMzk0IDEuMDUzLTEuMTQ2IDEuNjY3LTIuMTE4IDEuNzNoLS4wMTZhMS4xNyAxLjE3IDAgMCAxLTEuMjM0LTEuMDc2Yy0uMTM4LTEuNDItLjc1NS0zLjkzLTEuNjM4LTQuODItLjc0NC0uNzUtMS4zOC0xLjA2NS0yLjQzNi0xLjU4Ni0uMTUyLS4wNzUtLjMyLS4xNTctLjQ5Ni0uMjQ2YTEuNCAxLjQgMCAwIDAgLjAwNS0uMTE3VjEuMjZsLjM3Ny0uMTNDNy40NDMuNTIyIDguOTQ4IDAgMTEuMjQ4IDBoNC4zNmMxLjE5IDAgMS44MTIuOTI2IDEuODEyIDEuODQxYTIgMiAwIDAgMS0uMTYzLjc5M2MuMzk3LjA3Mi43NDMuMjY0IDEgLjU1OS4yOTIuMzM0LjQ1My43NzkuNDUzIDEuMjUxIDAgLjI3LS4wNTUuNTQzLS4xNjMuNzkyLjk1Ni4xNjYgMS40NTMuOTkzIDEuNDUzIDEuODEgMCAuNDc1LS4xNjguOTUyLS40OTQgMS4zMDIuMzI2LjM1LjQ5NC44MjcuNDk0IDEuMzAyeiIgZmlsbD0iI0QyMzczNyIvPjwvc3ZnPg==);
}
.review-field-image {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  color: #292929;
  margin: 0;
}
.review-field-image > .label {
  font-weight: 600;
  margin: 0 0 20px 0;
  width: 190px;
}
.review-field-rating {
  display: flex;
  align-items: center;
}
.review-field-rating > .label {
  color: #292929;
  margin: 0;
  min-width: 70px;
}
.review-field-rating > .label:after {
  color: #e02b27;
  content: '*';
  font-size: 1.2rem;
  margin-left: 3px;
}
.amreview-submit-form {
  background: #fafafa;
  margin: 0 auto;
}
.amreview-submit-form > .block-content {
  margin: 0 auto;
  max-width: 575px;
  padding: 40px 20px 45px;
}
.amreview-submit-form .review-fieldset {
  display: block;
  margin: 0 0 35px;
  width: 100%;
}
.amreview-submit-form .review-fieldset .field:last-child {
  margin: 0;
}
.amreview-submit-form .review-form {
  max-width: 100%;
}
.amreview-submit-form .review-form .action.submit.primary {
  background: #1979c3;
  border: 1px solid #1979c3;
  border-radius: 2px;
  box-shadow: none;
  color: #ffffff;
  font-weight: 400;
  padding: 16px 22px;
}
.amreview-submit-form .review-form .action.submit.primary:hover,
.amreview-submit-form .review-form .action.submit.primary:active,
.amreview-submit-form .review-form .action.submit.primary.-active {
  background: #166bac;
  border-color: #166bac;
  color: #ffffff;
}
.amreview-submit-form .review-fieldset .field {
  margin: 0 0 20px 0;
}
.amreview-submit-form .review-fieldset .review-legend.legend {
  display: flex;
  float: none;
  font-size: 16px;
  margin: 0 0 10px 0;
}
.amreview-submit-form .review-fieldset .review-legend.legend > span {
  float: left;
  margin: 0 5px 0 0;
}
.amreview-submit-form .review-fieldset .review-field-ratings .field {
  margin: 0 0 15px 0;
}
.amreview-submit-form .review-fieldset .review-field-ratings > .label {
  display: none;
}
.amreview-submit-form .review-control-vote.control {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 15px;
  position: relative;
}
.amreview-submit-form .review-control-vote.control:before {
  display: flex;
  transition: 0.1s all ease-in;
  color: #b1aeae;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 5px;
  line-height: normal;
  margin: 0;
  position: initial;
}
.amreview-submit-form .review-control-vote.control:hover:before {
  color: #ed9d00;
}
.amreview-submit-form .review-control-vote.control label:hover:before {
  color: #ed9d00;
}
.amreview-submit-form .review-control-vote.control label:before {
  transition: 0.1s all ease-in;
  color: #ed9d00;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 5px;
  line-height: normal;
  margin: 0;
  position: initial;
}
.amreview-submit-form .field > .label {
  font-weight: 400;
  margin: 0 0 2px;
}
.amreview-submit-form .field.required > .label:after {
  margin-left: 3px;
}
.amreview-submit-form .field .review-field-rating > .label,
.amreview-submit-form .field.review-field-image > .label {
  font-weight: 600;
}
.amreview-submit-form .field .mage-error[generated] {
  margin: 0;
}
.amreview-submit-form .field.review-field-nickname.-half {
  float: left;
}
.amreview-submit-form .field.review-field-email {
  float: right;
}
.amreview-submit-form .field.review-field-nickname,
.amreview-submit-form .field.review-field-email {
  width: 100%;
}
.amreview-submit-form .field .review-field-summary {
  float: none;
  overflow: hidden;
  width: 100%;
}
.amreview-submit-form .field .input-text {
  border: 1px solid #767676;
  border-radius: 1px;
  color: #292929;
  height: 30px;
}
.amreview-submit-form .field .input-text.mage-error {
  border-color: #ff2149;
}
.amreview-submit-form .field .input-text ::placeholder {
  color: #adadad;
}
.review-field-summary > .label {
  width: 100%;
}
.amreview-recommend-wrap {
  margin: 0 0 10px 0;
  position: relative;
}
.field textarea {
  border: 1px solid #767676;
}
.amreview-recommend-wrap > .amreview-checkbox,
.amreview-gdpr-wrap > .amreview-checkbox {
  cursor: pointer;
  left: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 1;
}
.amreview-recommend-wrap > .amreview-checkbox:not(.valid) + .mage-error[generated] + .amreview-checkboxlabel:before,
.amreview-gdpr-wrap > .amreview-checkbox:not(.valid) + .mage-error[generated] + .amreview-checkboxlabel:before {
  border: 1px solid #e02b27;
}
.amreview-recommend-wrap > .amreview-checkbox:checked ~ .amreview-checkboxlabel:after,
.amreview-gdpr-wrap > .amreview-checkbox:checked ~ .amreview-checkboxlabel:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xMy4wNzIuMzQzYy41MTMuNDg2LjU0OSAxLjMwOS4wOCAxLjgzOEw2LjY3IDkuNTA1YTEuMjI2IDEuMjI2IDAgMCAxLTEuNzQuMTEgMS4yNjIgMS4yNjIgMCAwIDEtLjIwOS0uMjA1TC44MDQgNC41OGExLjMzIDEuMzMgMCAwIDEgLjE2LTEuODMgMS4yMjUgMS4yMjUgMCAwIDEgMS43NjguMTU1TDUuNzc1IDYuNjYgMTEuMjk3LjQyYTEuMjI3IDEuMjI3IDAgMCAxIDEuNzc1LS4wNzd6IiBmaWxsPSIjMUFCOTAwIi8+PC9zdmc+) no-repeat center;
  content: '';
  display: inline-block;
  height: 9px;
  position: absolute;
  right: 2px;
  top: 5px;
  width: 10px;
}
.amreview-recommend-wrap > .amreview-checkbox:checked ~ .amreview-checkboxlabel:before,
.amreview-gdpr-wrap > .amreview-checkbox:checked ~ .amreview-checkboxlabel:before {
  border-color: #007bdb;
}
.amreview-recommend-wrap > .amreview-checkboxlabel,
.amreview-gdpr-wrap > .amreview-checkboxlabel {
  color: #292929;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  padding-right: 30px;
  position: relative;
}
.amreview-recommend-wrap > .amreview-checkboxlabel:before,
.amreview-gdpr-wrap > .amreview-checkboxlabel:before {
  background: #ffffff;
  border: 1px solid #767676;
  border-radius: 2px;
  box-sizing: border-box;
  content: '';
  display: inline-block;
  height: 15px;
  position: absolute;
  right: 0;
  top: 2px;
  width: 15px;
}
.amreview-recommend-wrap > .amreview-checkboxlabel .asterix,
.amreview-gdpr-wrap > .amreview-checkboxlabel .asterix {
  color: #e02b27;
  font-size: 1.2rem;
  margin-left: 3px;
}
.amreview-recommend-wrap > .amreview-checkboxlabel:hover:before,
.amreview-gdpr-wrap > .amreview-checkboxlabel:hover:before {
  border-color: #007bdb;
  box-shadow: 0 1px 2px rgba(37, 83, 119, 0.25);
}
.amshowmore-container .amshowmore-text {
  transition: 0.3s all ease-in;
  display: block;
  overflow: hidden;
  position: relative;
}
.amshowmore-container .amshowmore-text:after {
  bottom: 0;
  box-shadow: inset 0 -15px 10px 0 rgba(255, 255, 255, 0.7);
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
}
.amshowmore-container .amshowmore-text.-active {
  box-shadow: none;
}
.amshowmore-container .amshowmore-text.-active:after {
  content: none;
}
.amshowmore-container .amshowmore-text:not(.-active) {
  max-height: 100px;
}
.amshowmore-container .amshowmore-button {
  display: flex;
  align-items: center;
  color: #6b8fab;
  cursor: pointer;
  font-size: 12px;
  margin-top: 5px;
  text-decoration: none;
  user-select: none;
}
.amshowmore-container .amshowmore-button:after {
  content: '>';
  display: inline-block;
  margin: 0 0 0 5px;
  text-decoration: none;
  transform: scaleY(1.3);
}
.amreview-checkboxlabel a {
  text-decoration: underline;
}
.amrev-title-block {
  font-size: 2.4rem;
  font-weight: 700;
  margin: 0;
  padding: 50px 0 20px;
}
.amrev-items-block {
  position: relative;
}
.amreview-info-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 -15px;
  padding-top: 20px;
}
.amreview-description-wrap {
  max-width: 100%;
  width: 100%;
}
.amrev-desc-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.amrev-desc-title .amrev-voteqty {
  color: #767676;
  font-size: 12px;
  line-height: 25px;
}
.amreview-description {
  color: #333333;
  font-size: 14px;
  line-height: 19px;
  margin-top: 20px;
  overflow-wrap: break-word;
}
.amreview-summary-info {
  flex-basis: 100%;
  padding: 0 10px;
}
.amreview-summary-info .amreview-summary {
  color: #000000;
  float: left;
  font-size: 60px;
  line-height: 1;
  margin-right: 20px;
}
.amreview-summary-info .amreview-count {
  color: #767676;
  display: inline-block;
  font-size: 24px;
}
.amreview-summary-info .amreview-showmore {
  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;
  color: #1979c3;
  cursor: pointer;
  display: block;
}
.amreview-summary-info .amreview-showmore:focus,
.amreview-summary-info .amreview-showmore:active {
  background: none;
  border: none;
}
.amreview-summary-info .amreview-showmore:hover {
  background: none;
  border: none;
}
.amreview-summary-info .amreview-showmore.disabled,
.amreview-summary-info .amreview-showmore[disabled],
fieldset[disabled] .amreview-summary-info .amreview-showmore {
  pointer-events: none;
  opacity: 0.5;
}
.amreview-summary-info .amreview-showmore:focus {
  outline: 1px dotted #767676;
  outline-offset: 3px;
}
.amreview-percent-block {
  clear: both;
  color: #767676;
  display: none;
  font-size: 24px;
}
.amreview-percent-block .amreview-value {
  font-size: 30px;
  margin: 0 10px 0 0;
}
.amreview-percent-block .amreview-desc {
  font-size: 12px;
  max-width: 180px;
}
.amreview-rating-wrapper {
  float: left;
  margin-bottom: 5px;
}
.amreview-review-list.-empty {
  padding: 20px;
  position: relative;
  text-align: center;
}
.amreview-summary-details {
  clear: both;
  display: none;
  flex-basis: 100%;
  order: 3;
  padding: 40px 10px 0;
}
.amreview-summary-details .amreview-label > .amreview-stars,
.amreview-summary-details .amreview-label > .amreview-bar,
.amreview-summary-details .amreview-label > .amreview-text {
  display: inline-block;
  line-height: 14px;
}
.amreview-summary-details .amreview-label > .amreview-stars:hover,
.amreview-summary-details .amreview-label > .amreview-bar:hover,
.amreview-summary-details .amreview-label > .amreview-text:hover {
  color: #ed9d00;
}
.amreview-summary-details .amreview-label > .amreview-stars {
  color: #767676;
  margin-bottom: 5px;
  min-width: 50px;
  text-align: right;
}
.amreview-summary-details .amreview-label .amreview-bar {
  background: #dfdfdf;
  height: 6px;
  margin: 0 20px;
  vertical-align: middle;
  width: 50%;
}
.amreview-summary-details .amreview-label .amreview-bar.-active {
  background: #ed9d00;
  margin: 0;
}
.amreview-add-new {
  background: #f9f9f9;
  clear: both;
  flex-basis: 100%;
  margin: 40px 0 0;
  order: 2;
  padding: 20px;
}
.amreview-add-new .amreview-button.action {
  border-radius: 2px;
  margin-right: 2%;
  padding: 12px 16px;
}
.amreview-add-new .amreview-label {
  color: #767676;
  display: inline-block;
  line-height: 1.2;
  vertical-align: middle;
  width: 50%;
}
.amreview-author-details {
  margin: 5px 0 20px;
  position: relative;
  width: 100%;
}
.amreview-author-details .amreview-author {
  font-size: 18px;
  font-weight: 400;
  margin: 0 0 2px;
  word-break: break-all;
}
.amreview-author-details .amreview-date {
  color: #767676;
  font-size: 12px;
  margin: 0 0 25px 0;
  position: absolute;
  right: 0;
  top: 0;
}
.amreview-author-details .amreview-verified {
  color: #909090;
  font-size: 14px;
  margin: 0 0 2px;
}
.amreview-author-details .amreview-verified:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgxMnYxMkgweiIvPjxjaXJjbGUgY3g9IjYiIGN5PSI2IiByPSI2IiBmaWxsPSIjQzJFQUJDIi8+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04Ljk3OCAzLjdhLjY3LjY3IDAgMCAxIC4wNC45MTVMNS44NCA4LjI2M2EuNTk0LjU5NCAwIDAgMS0uODUxLjA1NS42MjIuNjIyIDAgMCAxLS4xMDMtLjEwMmwtMS45Mi0yLjQwOGEuNjY5LjY2OSAwIDAgMSAuMDc5LS45MS41OTMuNTkzIDAgMCAxIC44NjUuMDc2bDEuNDkzIDEuODcxIDIuNzA2LTMuMTA3YS41OTQuNTk0IDAgMCAxIC44NjktLjAzN3oiIGZpbGw9IiNmZmYiLz48L3N2Zz4=);
  content: '';
  display: inline-block;
  height: 12px;
  margin-left: 5px;
  vertical-align: middle;
  width: 12px;
}
.amreview-author-details .amreview-recommended {
  color: #1ab900;
  font-size: 14px;
  margin-top: 5px;
}
.amreview-title-review {
  font-size: 18px;
  font-weight: 700;
  padding: 0 0 5px;
  word-break: break-all;
}
.amreview-adminanswer-block {
  color: #767676;
  padding: 25px 0 0 15px;
}
.amreview-adminanswer-block > .amreview-title {
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
.amreview-adminanswer-block > .amreview-text {
  font-size: 14px;
}
.amreview-review-wrapper.review-item {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 25px 0 30px 0;
}
.amreview-review-wrapper .amreview-images {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: 20px;
}
.amreview-review-wrapper .amreview-slider-item {
  box-sizing: content-box;
  display: inline-block;
  padding: 5px;
  width: 100%;
}
.amreview-review-wrapper .amreview-slider-item .amreview-image {
  height: 100%;
  margin: 0 auto;
  object-fit: cover;
  width: 100%;
}
.amreview-toolbar-wrap .pages strong.page {
  background: #f0f0f0;
  padding: 0 10px;
}
.amreview-toolbar-wrap .pages .action {
  background: transparent;
  box-shadow: none;
}
.amreview-toolbar-wrap .limiter select {
  background-color: #ffffff;
  box-shadow: none;
}
.field.amreview-gdpr-wrap {
  padding: 0;
  position: relative;
}
.field.amreview-gdpr-wrap a {
  color: #007acc;
  cursor: pointer;
}
.amreview-gdpr-wrap .mage-error[generated] {
  bottom: -30px;
  position: absolute;
}
.amreview-proscons-container {
  display: flex;
  flex-direction: column;
  margin: 15px 0 0 0;
  word-break: break-word;
  word-wrap: break-word;
}
.amreview-proscons-container .amreview-proscons {
  flex-basis: 50%;
  line-height: 15px;
  margin-right: 10px;
  min-width: 0;
  padding: 0 0 0 20px;
  position: relative;
}
.amreview-proscons-container .amreview-proscons:before {
  content: '';
  display: inline-block;
  height: 15px;
  left: 0;
  position: absolute;
  width: 15px;
}
.amreview-proscons-container .amreview-proscons.-dislike {
  color: #d0021b;
}
.amreview-proscons-container .amreview-proscons.-like {
  color: #3e7405;
}
.amreview-proscons-container .amreview-proscons.-dislike:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAiIGhlaWdodD0iNTAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTS0xLTFoNTgydjQwMkgtMXoiLz48Y2lyY2xlIGZpbGw9IiNkODVhNGEiIHI9IjI1IiBjeT0iMjUiIGN4PSIyNSIvPjxwYXRoIGZpbGw9Im5vbmUiIHN0cm9rZT0iI0ZGRiIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIgZD0iTTM4IDI1SDEyIi8+PC9zdmc+) no-repeat;
  background-size: contain;
}
.amreview-proscons-container .amreview-proscons.-like:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MCA1MCI+PGNpcmNsZSBjeD0iMjUiIGN5PSIyNSIgcj0iMjUiIGZpbGw9IiM0M2IwNWMiLz48cGF0aCBmaWxsPSJub25lIiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIGQ9Ik0yNSAxM3YyNW0xMy0xM0gxMyIvPjwvc3ZnPg==) no-repeat;
  background-size: contain;
}
.field.amreview-email-wrap {
  margin: 0 0 10px;
}
.amreview-summary-details .amreview-label {
  color: unset;
  cursor: pointer;
  display: block;
  text-decoration: none;
}
#row_amasty_advancedreview_reminder_frequency .tooltip-content ul {
  padding-left: 10px;
}
.block.review-list {
  display: flex;
  flex-direction: column;
}
.admin__fieldset .amreview-remove-image {
  display: block;
  margin-top: 10px;
  text-align: center;
}
.admin__fieldset .amreview-remove-image .amreview-checkbox {
  margin-right: 5px;
}
.admin__fieldset #is_need_send_notification {
  margin-top: 12px;
}
.admin__fieldset .field-review_images .input-file {
  display: none;
}
.admin__fieldset .field-review_images .input-file::-webkit-file-upload-button {
  visibility: hidden;
}
.admin__fieldset .field-review_images .addbefore {
  background-color: #eb5202;
  border: 1px solid #eb5202;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-weight: 600;
  letter-spacing: .025em;
  padding: .6rem 1em;
  text-align: center;
  user-select: none;
}
.admin__fieldset .field-review_images .addbefore:hover {
  background-color: #b84002;
  border-color: #b84002;
  box-shadow: 0 0 0 1px #40070b;
  text-decoration: none;
}
.admin__fieldset .amreview-images {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.admin__fieldset .amreview-slider-item {
  background: #f0f0f0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 5px 10px;
  padding: 10px;
  text-align: center;
  width: calc(100% / 3 - 10px);
}
.amasty-advanced-review {
  margin-top: 2.2rem;
}
.amasty-advanced-review .table-row .item-position,
.amasty-advanced-review .table-row .table-header {
  background: #efefef;
  border-bottom: 1px solid #ffffff;
}
.amasty-advanced-review .table-row .item-position .draggable,
.amasty-advanced-review .table-row .table-header .draggable {
  color: #adadad;
}
.amasty-advanced-review .table-row .item-position:hover {
  cursor: move;
}
.amasty-advanced-review .table-row .amcontent.item-position {
  box-sizing: border-box;
  display: inline-block;
  padding: 1rem;
  width: 100%;
}
.amasty-advanced-review .table-row .item-position:before {
  content: '\e63d';
  font-family: 'Admin Icons';
}
.amreview-widget-title {
  box-sizing: border-box;
  display: block;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  max-width: 100%;
  padding: 10px;
  width: 100%;
}
.amreview-widget-container .amreview-full-link {
  font-size: 12px;
}
.amreview-widget-container .amreview-full-link,
.amreview-widget-container .amreview-full-link:visited,
.amreview-widget-container .amreview-full-link:active,
.amreview-widget-container .amreview-full-link:hover {
  color: #6b8fab;
}
.amreview-widget-container .amreview-full-link:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgNDUxLjg0NiA0NTEuODQ3Ij48cGF0aCBkPSJNMzQ1LjQ0MSAyNDguMjkyTDE1MS4xNTQgNDQyLjU3M2MtMTIuMzU5IDEyLjM2NS0zMi4zOTcgMTIuMzY1LTQ0Ljc1IDAtMTIuMzU0LTEyLjM1NC0xMi4zNTQtMzIuMzkxIDAtNDQuNzQ0TDI3OC4zMTggMjI1LjkyIDEwNi40MDkgNTQuMDE3Yy0xMi4zNTQtMTIuMzU5LTEyLjM1NC0zMi4zOTQgMC00NC43NDggMTIuMzU0LTEyLjM1OSAzMi4zOTEtMTIuMzU5IDQ0Ljc1IDBsMTk0LjI4NyAxOTQuMjg0YzYuMTc3IDYuMTggOS4yNjIgMTQuMjcxIDkuMjYyIDIyLjM2NiAwIDguMDk5LTMuMDkxIDE2LjE5Ni05LjI2NyAyMi4zNzN6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjNmI4ZmFiIiBmaWxsPSIjNmI4ZmFiIi8+PC9zdmc+) no-repeat center;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 10px;
  margin-left: 3px;
  position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
}
.amreview-widget-container .slick-arrow {
  z-index: 1;
}
.amreview-widget-container .slick-dots {
  padding: 10px 0;
  position: relative;
}
.amreview-widget-container .slick-dots li {
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
  margin: 0 2px;
}
.amreview-widget-container .slick-dots button {
  border: 1px solid #b3b3b3;
  border-radius: 10px;
  height: 10px;
  width: 10px;
}
.amreview-widget-container .slick-dots button:before {
  font-size: 0;
}
.amreview-widget-container .slick-dots .slick-active button {
  background: #333333;
}
.pagebuilder-content-type .amreview-review-items {
  list-style: none;
}
.pagebuilder-content-type .amreviews .amreviews-placeholder {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fafafa;
  min-height: 300px;
}
@media screen and (min-width: 992px), print {
  .page-main .amreview-widget-title {
    padding: 25px 0 20px;
  }
}
.amreview-widget-container .amreview-review-items {
  display: flex;
  flex-wrap: wrap;
}
.amreview-widget-container .amreview-review-wrapper.review-item {
  border-bottom: 1px solid #cde1ef;
  box-sizing: border-box;
  padding: 20px;
  width: 100%;
}
.amreview-widget-container .amreview-image-wrapper {
  height: 80px;
  width: 80px;
}
.amreview-widget-container .amreview-description-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  flex-grow: 1;
  overflow: hidden;
}
.amreview-widget-container .amreview-rating-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin: 0 15px 15px 0;
  padding: 0;
}
.amreview-widget-container .amreview-title-wrapper {
  color: #006bb4;
  flex-basis: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.amreview-widget-container .amreview-details-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: 20px;
}
.amreview-widget-container .amreview-message {
  height: 60px;
  word-break: break-all;
  word-wrap: break-word;
}
.amreview-widget-container .amreview-date {
  color: #767676;
  font-size: 12px;
}
.amreview-widget-container .amreview-footer {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.amreview-widget-container .product-item-photo {
  margin: 0 15px 15px 0;
}
.amreview-widget-container.-advanced {
  margin-bottom: 15px;
}
.amreview-rating-label {
  color: #767676;
  font-size: 24px;
  margin: 0 10px 5px 0;
}
.amreview-widget-container.-grid .amreview-rating-wrapper {
  min-width: 160px;
}
.amreview-widget-container.-sidebar .amreview-rating-wrapper {
  flex-grow: 1;
}
.amreview-widget-container .amreview-title {
  background: #f8fcff;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  padding: 15px 40px 15px 20px;
  position: relative;
  word-break: break-all;
  word-break: break-word;
}
.amreview-widget-container .amreview-title:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgMjg0LjkyOSAyODQuOTI5Ij48cGF0aCBkPSJNMjgyLjA4MiAxOTUuMjg1TDE0OS4wMjggNjIuMjRjLTEuOTAxLTEuOTAzLTQuMDg4LTIuODU2LTYuNTYyLTIuODU2cy00LjY2NS45NTMtNi41NjcgMi44NTZMMi44NTYgMTk1LjI4NUMuOTUgMTk3LjE5MSAwIDE5OS4zNzggMCAyMDEuODUzYzAgMi40NzQuOTUzIDQuNjY0IDIuODU2IDYuNTY2bDE0LjI3MiAxNC4yNzFjMS45MDMgMS45MDMgNC4wOTMgMi44NTQgNi41NjcgMi44NTRzNC42NjQtLjk1MSA2LjU2Ny0yLjg1NGwxMTIuMjA0LTExMi4yMDIgMTEyLjIwOCAxMTIuMjA5YzEuOTAyIDEuOTAzIDQuMDkzIDIuODQ4IDYuNTYzIDIuODQ4IDIuNDc4IDAgNC42NjgtLjk1MSA2LjU3LTIuODQ4bDE0LjI3NC0xNC4yNzdjMS45MDItMS45MDIgMi44NDctNC4wOTMgMi44NDctNi41NjYuMDAxLTIuNDc2LS45NDQtNC42NjYtMi44NDYtNi41Njl6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjMDAwMDAwIiBmaWxsPSIjODU4NTg1Ii8+PC9zdmc+) no-repeat center;
  background-size: contain;
  content: '';
  height: 15px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
}
.amreview-widget-container .amreview-title.-collapsed:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgMjg0LjkyOSAyODQuOTI5Ij48cGF0aCBkPSJNMi44NDcgODkuNjQ0bDEzMy4wNTQgMTMzLjA0NWMxLjkwMSAxLjkwMyA0LjA4OCAyLjg1NiA2LjU2MiAyLjg1NnM0LjY2NS0uOTUzIDYuNTY3LTIuODU2TDI4Mi4wNzMgODkuNjQ0YzEuOTA2LTEuOTA2IDIuODU2LTQuMDkzIDIuODU2LTYuNTY4IDAtMi40NzQtLjk1My00LjY2NC0yLjg1Ni02LjU2NmwtMTQuMjcyLTE0LjI3MWMtMS45MDMtMS45MDMtNC4wOTMtMi44NTQtNi41NjctMi44NTRzLTQuNjY0Ljk1MS02LjU2NyAyLjg1NEwxNDIuNDYzIDE3NC40NDEgMzAuMjU1IDYyLjIzMmMtMS45MDItMS45MDMtNC4wOTMtMi44NDgtNi41NjMtMi44NDgtMi40NzggMC00LjY2OC45NTEtNi41NyAyLjg0OEwyLjg0OCA3Ni41MDlDLjk0NiA3OC40MTEuMDAxIDgwLjYwMi4wMDEgODMuMDc1IDAgODUuNTUxLjk0NSA4Ny43NDEgMi44NDcgODkuNjQ0eiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCIgZmlsbD0iIzg1ODU4NSIvPjwvc3ZnPg==) no-repeat center;
  background-size: contain;
}
.amreview-widget-container .amreview-rating-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.amreview-widget-container .amreview-rating-item:not(:last-child) {
  margin-bottom: 15px;
}
.amreview-widget-container .amreview-rating-item.-one-rating {
  align-items: flex-start;
  flex-direction: column;
}
.amreview-widget-container .amreview-rating-item.-one-rating .amreview-rating-value {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
}
.amreview-widget-container .amreview-rating-item .amreview-number {
  font-size: 30px;
}
.amreview-widget-container .amreview-rating-item .amstars-rating-container {
  margin-bottom: 0;
}
.amreview-image-wrapper .product-image-container,
.amreview-image-wrapper .product-image-wrapper {
  height: 100%;
  width: 100%;
}
.amreview-image-wrapper .product-image-wrapper {
  padding: 0 !important;
}
.amreview-image-wrapper .product-image-photo {
  max-height: 100%;
  width: auto;
}
.amreview-widget-container.-summary-widget {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  background: #f8fcff;
  margin: 10px 0 20px;
  padding: 30px 10px 80px;
  position: relative;
}
.amreview-widget-container.-summary-widget .amreview-description {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  max-width: 100%;
  width: 100%;
}
.amreview-widget-container.-summary-widget .amreview-description .amreview-text {
  margin: 15px 0 0;
  width: 100%;
}
.amreview-widget-container.-summary-widget .amshowmore-container .amshowmore-text:not(.-active) {
  max-height: 45px;
}
.amreview-widget-container.-summary-widget .amrev-desc-title {
  margin: 0 0 10px 0;
}
.amreview-widget-container.-summary-widget .amreview-images {
  margin: 15px 0 0 0;
  max-width: 370px;
  overflow: hidden;
}
.amreview-widget-container.-summary-widget .amreview-images.-slider .amreview-slider-item {
  display: none;
}
.amreview-widget-container.-summary-widget .amreview-review-block {
  box-sizing: border-box;
  margin: 30px 0 0;
  max-width: 100%;
  width: 100%;
}
.amreview-widget-container.-summary-widget .amreview-review-items {
  margin: 0;
  padding: 0;
}
.amreview-widget-container.-summary-widget .amreview-review-wrapper {
  background: #ffffff;
  border-color: transparent;
  border-radius: 6px;
  box-shadow: 0 4px 6px rgba(0, 75, 136, 0.12);
  padding: 15px;
}
.amreview-widget-container.-summary-widget .amreview-rating-wrapper {
  margin: 0 15px 0 0;
}
.amreview-widget-container.-summary-widget .amreview-title-review {
  margin: 0 5px 0 0;
}
.amreview-widget-container.-summary-widget .amreview-info-wrapper {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  box-sizing: border-box;
  margin: 0;
  max-width: 280px;
  min-width: 230px;
  padding: 0;
}
.amreview-widget-container.-summary-widget .amreview-name {
  color: #1a6cae;
  flex-basis: 100%;
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 12px;
}
.amreview-widget-container.-summary-widget .amreview-summary {
  font-size: 50px;
  letter-spacing: -.08em;
  margin-right: 15px;
}
.amreview-widget-container.-summary-widget .amreview-count {
  font-size: 14px;
  margin: 0 0 15px;
}
.amreview-widget-container.-summary-widget .amstars-rating-container {
  margin: 0 0 2px;
}
.amreview-widget-container.-summary-widget .amreview-summary-details {
  margin: 0 0 10px 0;
  padding: 0;
}
.amreview-widget-container.-summary-widget .amreview-summary-details .amreview-text {
  color: #748593;
  margin: 0 0 0 auto;
  white-space: nowrap;
  width: 20%;
}
.amreview-widget-container.-summary-widget .amreview-add-new {
  margin: 0;
  padding: 0;
}
.amreview-widget-container.-summary-widget .amreview-label {
  display: flex;
  align-items: center;
  margin: 0 0 8px;
}
.amreview-widget-container.-summary-widget .amreview-label > .amreview-bar {
  margin: 0 15px;
  width: 55%;
}
.amreview-widget-container.-summary-widget .amreview-label > .amreview-stars {
  display: flex;
  align-items: center;
  margin: 0;
  min-width: auto;
}
.amreview-widget-container.-summary-widget .amreview-label > .amreview-stars:before {
  align-content: center;
  align-items: center;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgyMnYxOEgweiIvPjxwYXRoIGQ9Ik05LjUgMGwyLjI0MyA2Ljg3NUgxOWwtNS44NzEgNC4yNUwxNS4zNyAxOCA5LjUgMTMuNzUgMy42MjkgMThsMi4yNDItNi44NzVMMCA2Ljg3NWg3LjI1N0w5LjUgMHoiIGZpbGw9IiNFRDlEMDAiLz48L3N2Zz4=);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: flex;
  justify-content: center;
  filter: invert(61%) sepia(0%) saturate(17%) hue-rotate(154deg) brightness(95%) contrast(68%);
  height: 10px;
  margin: 0 2px;
  width: 10px;
}
.amreview-widget-container.-summary-widget .amreview-text {
  margin: 0;
}
.amreview-widget-container.-summary-widget .amreview-button {
  box-sizing: border-box;
  font-weight: 600;
  order: 3;
  padding: 9px 16px;
  text-align: center;
  width: 100%;
}
.amreview-widget-container.-summary-widget .amreview-button.-see-all {
  bottom: 0;
  left: 0;
  padding: 25px 16px;
  position: absolute;
  right: 0;
}
.amreview-widget-container.-summary-widget .amreview-summary-info {
  display: flex;
  padding: 0;
}
.amreview-widget-container.-summary-widget .amreview-summary-details {
  border: none;
  margin-right: 15px;
  order: 2;
  pointer-events: none;
  width: 100%;
}
.amreview-widget-container.-summary-widget .product-image-container {
  display: none;
  margin: 0 0 15px;
}
.amreview-widget-container.-summary-widget .amrev-comment-toolbar.-nocomments {
  justify-content: flex-start;
}
.amreview-widget-container.-summary-widget .amreview-helpful-wrap {
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px 0 0;
  padding: 0;
}
.amreview-widget-container.-summary-widget .amreview-helpful {
  margin: 0 0 5px;
  text-align: center;
  width: 100%;
}
.amreview-widget-container.-summary-widget .amreview-minus {
  margin: 0 0 0 20px;
}
.amreview-widget-container.-summary-widget .amreview-plus {
  margin: 0;
}
.amreview-widget-container.-summary-widget .amreview-icon {
  margin: 0;
}
.amreview-widget-container.-summary-widget .amreview-percent-block {
  display: flex;
  align-items: center;
  margin: 0 0 10px 0;
}
.amreview-widget-container.-summary-widget .amreview-pages-items {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 70%;
  list-style: none;
  margin: 5px 0 auto;
  padding: 0;
  position: relative;
}
.amreview-widget-container.-summary-widget .amreview-pages-items .action {
  background: transparent;
  border: none;
  box-shadow: none;
  margin: 0 25px;
}
.amreview-widget-container.-summary-widget .amreview-pages-items .action:hover {
  background: transparent;
  color: #1979c3;
}
.amreview-widget-container.-summary-widget .amreview-pages-items .amreview-item {
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: none;
  font-size: 16px;
  height: 25px;
  width: 25px;
}
.amreview-widget-container.-summary-widget .amreview-pages-items .-current {
  background: #ececec;
}
.amreview-widget-container.-summary-widget .amreview-slider-item {
  height: 100px;
  max-width: 100px;
  width: 100%;
}
.amreview-widget-container.-summary-widget.-empty {
  align-items: center;
  padding-bottom: 35px;
}
.amreview-widget-container.-summary-widget.-list .amreview-review-wrapper {
  background: #ffffff;
  border-color: transparent;
  border-radius: 6px;
  box-shadow: 0 4px 6px rgba(0, 75, 136, 0.12);
  margin: 0 0 15px;
  padding: 15px;
}
.amreview-widget-container.-summary-widget.-slider .amreview-description-wrap {
  align-content: flex-start;
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
}
.amreview-widget-container.-summary-widget.-slider .amrev-comment-toolbar {
  padding-bottom: 0;
}
.amreview-widget-container.-summary-widget.-slider .amrev-desc-title {
  flex-basis: 100%;
}
.amreview-widget-container.-summary-widget.-slider .slick-track {
  display: flex;
}
.amreview-widget-container.-summary-widget.-slider .slick-slide > div,
.amreview-widget-container.-summary-widget.-slider .slick-slide .amreview-review-wrapper {
  height: 100%;
}
@media (max-width: 768px) {
  .amreview-widget-container.-summary-widget.-slider .amreview-review-items {
    margin-right: -10px;
  }
  .amreview-widget-container.-summary-widget.-slider .amreview-review-items > .slick-list > .slick-track > .slick-slide {
    transition: 0.1s all ease-in;
    margin: 5px;
  }
  .amreview-widget-container.-summary-widget.-slider .amreview-review-items > .slick-list > .slick-track > .slick-slide:not(:last-child) {
    padding-right: 20px;
  }
  .amreview-widget-container.-summary-widget.-slider .amreview-review-items > .slick-list > .slick-track > .slick-slide.slick-current ~ .slick-slide {
    transform: translateX(-20px);
  }
}
@media (min-width: 992px) {
  .amreview-widget-container.-summary-widget {
    flex-wrap: nowrap;
  }
  .amreview-widget-container.-summary-widget .amreview-rating-wrapper {
    margin: 0 15px 5px 0;
  }
  .amreview-widget-container.-summary-widget .amreview-description .amreview-text {
    margin: 10px 0 0;
  }
  .amreview-widget-container.-summary-widget .amreview-review-block {
    margin: 0 0 0 50px;
    max-width: 75%;
  }
  .amreview-widget-container.-summary-widget .amreview-button.-see-all {
    background: transparent;
    padding: 9px 16px;
    position: inherit;
  }
  .amreview-widget-container.-summary-widget .amreview-percent-block {
    margin: 0 0 25px 0;
    order: 3;
  }
  .amreview-widget-container.-summary-widget .product-image-container {
    display: block;
  }
  .amreview-widget-container.-summary-widget.-list {
    padding: 35px 125px;
  }
  .amreview-widget-container.-summary-widget.-slider {
    padding: 35px 125px 35px 90px;
  }
  .amreview-widget-container.-summary-widget.-slider .amreview-description-wrap {
    width: 74%;
  }
}
.amslick-slider-container {
  /* phpcs:ignore Magento2.Less.SemicolonSpacing.NotAtEnd */
}
.amslick-slider-container .slick-dots li button:focus,
.amslick-slider-container .slick-dots li button:hover,
.amslick-slider-container .slick-list:focus {
  outline: 0;
}
.amslick-slider-container .slick-list,
.amslick-slider-container .slick-slider,
.amslick-slider-container .slick-track {
  display: block;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-slide,
.amslick-slider-container .slick-loading .slick-track {
  visibility: hidden;
}
.amslick-slider-container .slick-list {
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.amslick-slider-container .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.amslick-slider-container .slick-slider .slick-list,
.amslick-slider-container .slick-slider .slick-track {
  transform: translate3d(0, 0, 0);
}
.amslick-slider-container .slick-track {
  left: 0;
  margin: 0 auto;
  top: 0;
}
.amslick-slider-container .slick-track:after,
.amslick-slider-container .slick-track:before {
  content: '';
  display: table;
}
.amslick-slider-container .slick-track:after {
  clear: both;
}
.amslick-slider-container .slick-slide,
.amslick-slider-container .slick-slide.slick-loading img {
  display: none;
}
.amslick-slider-container .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  vertical-align: middle;
}
.amslick-slider-container [dir=rtl] .slick-slide {
  float: right;
}
.amslick-slider-container .slick-slide.dragging img {
  pointer-events: none;
}
.amslick-slider-container .slick-vertical .slick-slide {
  border: 1px solid transparent;
  display: block;
  height: auto;
}
.amslick-slider-container .slick-arrow.slick-hidden {
  display: none;
}
.amslick-slider-container .slick-loading .slick-list {
  background: 0 0;
  position: relative;
}
.amslick-slider-container .slick-loading .slick-list:before {
  animation: loading 1s infinite linear;
  border-color: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  border-style: solid;
  border-top-color: #5c5c5c;
  border-width: 3px;
  content: '';
  display: block;
  height: 25px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 25px;
}
.amslick-slider-container .slick-next.slick-disabled,
.amslick-slider-container .slick-prev.slick-disabled {
  opacity: 0.25;
}
.amslick-slider-container .slick-dotted.slick-slider {
  margin-bottom: 27px;
}
.amslick-slider-container .slick-dots {
  display: block;
  left: 0;
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.amslick-slider-container .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 20px;
  margin: 0 4.5px;
  padding: 0;
  position: relative;
  width: 20px;
}
.amslick-slider-container .slick-dots li button,
.amslick-slider-container .slick-slider .slick-arrow {
  box-shadow: none;
  cursor: pointer;
  display: block;
  outline: 0;
}
.amslick-slider-container .slick-dots li button {
  background: 0 0;
  border: 0;
  color: transparent;
  font-size: 0;
  height: 20px;
  line-height: 0;
  padding: 4.5px;
  width: 20px;
}
.amslick-slider-container .slick-dots li button:focus:before,
.amslick-slider-container .slick-dots li button:hover:before {
  opacity: 1;
}
.amslick-slider-container .slick-dots li button:before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  color: #000000;
  content: '•';
  font-size: 16px;
  height: 20px;
  left: 0;
  line-height: 20px;
  opacity: 0.25;
  position: absolute;
  text-align: center;
  top: 0;
  width: 20px;
}
.amslick-slider-container .slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
.amslick-slider-container .slick-slider {
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  padding: 0 20px;
  touch-action: pan-y;
  user-select: none;
}
.amslick-slider-container .slick-slider .slick-arrow {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+') center no-repeat !important;
  border: none;
  color: transparent;
  font-size: 0;
  height: 22px;
  line-height: 0;
  padding: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  transition: background .3s ease;
  width: 15px;
}
.amslick-slider-container .slick-slider .slick-arrow:before,
.amslick-slider-container .slick-slider .slick-arrow:after {
  content: '';
}
.amslick-slider-container .slick-slider .slick-arrow:hover {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+') center no-repeat;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-next {
  right: 0;
}
.amslick-slider-container .slick-slider .slick-arrow.slick-prev {
  left: 0;
  transform: rotate(180deg) translate(0, 50%);
}
.amslick-slider-container .slick-initialized .slick-slide {
  display: inline-block !important;
  float: none !important;
  height: auto;
}
.amslick-slider-container .product-items.slick-slider > .slick-list {
  padding: 15px 0;
}
.amslick-slider-container .product-items.slick-slider .slick-slide .product-item {
  display: block !important;
  margin: auto !important;
  max-width: 205px;
}
.amslick-slider-container .sidebar.sidebar-additional {
  width: 100%;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.amelsearch-further-section {
  display: none;
  margin: 0 0 40px;
}
.amelsearch-further-section .amelsearch-label {
  display: block;
  font-size: 24px;
  font-weight: 700;
  margin: 0 0 20px;
}
.amelsearch-further-section .amelsearch-form-section {
  align-content: center;
  align-items: center;
  display: inline-flex;
  max-width: 362px;
  position: relative;
  width: 100%;
}
.amelsearch-further-section .amelsearch-button.-loupe,
.amelsearch-further-section .amelsearch-button.-close {
  height: 100%;
  margin: auto 0;
  position: absolute;
  right: 85px;
}
.amelsearch-further-section .amelsearch-form-section.-focused .amelsearch-input {
  padding-left: 33px;
}
.amelsearch-further-section .amelsearch-form-section.-focused .amelsearch-button.-loupe {
  bottom: 0;
  left: 10px;
  right: auto;
  top: 0;
}
.amelsearch-further-section .amelsearch-input {
  border-radius: 20px;
}
.amelsearch-further-section .amelsearch-button.-primary {
  height: 100%;
  position: absolute;
  right: 0;
}
.amelsearch-input {
  border: 1px solid #ccc;
  color: #333;
  font-weight: 400;
  padding: 10px 5px;
  transition: .3s;
}
.amelsearch-input ::placeholder {
  color: #ccc;
}
.amelsearch-input:hover:not([disabled]),
.amelsearch-input:focus:not([disabled]) {
  border-color: #1979c2;
  box-shadow: none;
}
.amelsearch-button {
  align-items: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
}
.amelsearch-button:hover,
.amelsearch-button:focus {
  outline: none;
}
.amelsearch-button:not(.primary) {
  box-shadow: none;
}
.amelsearch-button.-disabled {
  opacity: .7;
  pointer-events: none;
}
.amelsearch-button.-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  height: 20px;
  padding: 0;
  width: 20px;
  background: none;
}
.amelsearch-button.-icon:after {
  content: '';
  height: 10px;
  width: 10px;
}
.amelsearch-button.-close:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat center;
}
.amelsearch-button.-loupe:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Ni45NjYgNTYuOTY2Ij48cGF0aCBkPSJNNTUuMTQ2IDUxLjg4N0w0MS41ODggMzcuNzg2QTIyLjkyNiAyMi45MjYgMCAwIDAgNDYuOTg0IDIzYzAtMTIuNjgyLTEwLjMxOC0yMy0yMy0yM3MtMjMgMTAuMzE4LTIzIDIzIDEwLjMxOCAyMyAyMyAyM2M0Ljc2MSAwIDkuMjk4LTEuNDM2IDEzLjE3Ny00LjE2MmwxMy42NjEgMTQuMjA4Yy41NzEuNTkzIDEuMzM5LjkyIDIuMTYyLjkyLjc3OSAwIDEuNTE4LS4yOTcgMi4wNzktLjgzN2EzLjAwNCAzLjAwNCAwIDAgMCAuMDgzLTQuMjQyek0yMy45ODQgNmM5LjM3NCAwIDE3IDcuNjI2IDE3IDE3cy03LjYyNiAxNy0xNyAxNy0xNy03LjYyNi0xNy0xNyA3LjYyNi0xNyAxNy0xN3oiIGZpbGw9IiNhOWE5YTkiLz48L3N2Zz4=) no-repeat center;
}
.amelsearch-button.-primary {
  background-color: #1979c2;
  border-color: #1979c2;
  border-radius: 80px;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  height: 32px;
  min-width: 78px;
  padding: 7px 10px;
}
.amelsearch-button.-primary:hover {
  background-color: #166bab;
  border-color: #166bab;
}
.amelsearch-button.-primary:active {
  background-color: #135d95;
  border-color: #135d95;
}
.amelsearch-button.-primary.-disabled {
  opacity: .8;
}
.amgdprcookie-cookie-container {
  margin: 0 10px 20px 0;
  padding: 0 0 25px 0;
}
.amgdprcookie-cookie-container.-modal:first-child {
  padding-top: 25px;
}
.amgdprcookie-cookie-container.-modal .amgdprcookie-header,
.amgdprcookie-cookie-container.-modal .amgdprcookie-text {
  padding-left: 25px;
}
.amgdprcookie-cookie-container.-modal {
  box-shadow: none;
  direction: ltr;
  margin-right: 30px;
}
.amgdprcookie-cookie-container .amgdprcookie-header {
  display: flex;
  justify-content: space-between;
}
.amgdprcookie-cookie-container .amgdprcookie-caption {
  font-size: 16px;
  font-weight: bold;
  line-height: 27px;
  margin: 0 0 15px;
}
.amgdprcookie-cookie-container .amgdprcookie-text {
  color: #363636;
  font-size: 12px;
  margin-bottom: 10px;
}
.amgdprcookie-cookie-container .amgdprcookie-options {
  color: #4670c9;
  cursor: pointer;
  font-size: 12px;
}
.amgdprcookie-toggle-cookie {
  padding-left: 50px;
  position: relative;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input {
  height: 0;
  opacity: 0;
  width: 0;
}
.amgdprcookie-toggle-cookie .amgdprcookie-label {
  background: #a5a5a5;
  border-radius: 40px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  height: 29px;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
}
.amgdprcookie-toggle-cookie .amgdprcookie-label:after {
  background: #ffffff;
  border-radius: 40px;
  content: '';
  height: 25px;
  left: 2px;
  position: absolute;
  top: 2px;
  transition: all .4s ease;
  width: 25px;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:active + .amgdprcookie-label,
.amgdprcookie-toggle-cookie .amgdprcookie-input:focus + .amgdprcookie-label {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:disabled + .amgdprcookie-label {
  background: #e8e8e8;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:disabled + .amgdprcookie-label:after {
  left: 95%;
  transform: translateX(-100%);
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:not([disabled]) + .amgdprcookie-label {
  background: #1979c3;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:not([disabled]) + .amgdprcookie-label:after {
  left: 95%;
  transform: translateX(-100%);
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:not([checked]) + .amgdprcookie-label {
  background: #a5a5a5;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:disabled + .amgdprcookie-label {
  background: #e8e8e8;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:disabled + .amgdprcookie-label:after {
  left: 2px;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:focus + .amgdprcookie-label {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-main-wrapper {
  color: #363636;
}
.amgdprcookie-main-wrapper .amgdprcookie-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}
.amgdprcookie-main-wrapper .amgdprcookie-head {
  font-size: 20px;
  line-height: 20px;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn-wrapper {
  display: flex;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn {
  background: #ef7c4a;
  border: 0;
  border-radius: 6px;
  box-shadow: 0 3px 5px rgba(62, 40, 13, 0.15);
  color: #ffffff;
  font-size: 14px;
  padding: 7px 27px;
  text-transform: uppercase;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn:first-child {
  margin: 0 15px;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn:hover {
  background: #eb5a1b;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn:focus,
.amgdprcookie-main-wrapper .amgdprcookie-btn:active {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-cookie-container .amgdprcookie-link {
  color: #2977c2;
  cursor: pointer;
  float: right;
  font-size: 12px;
  letter-spacing: .3px;
  text-transform: capitalize;
}
.amgdprjs-bar-template {
  display: block !important;
  position: fixed;
  /* added to support older browsers */
  position: sticky;
}
.amgdprjs-bar-template .amgdprcookie-buttons-block .amgdprcookie-button {
  margin-right: 5px;
}
.amgdprjs-bar-template.-popup {
  left: 50%;
  margin: 0 auto;
  max-width: 740px;
  position: fixed;
  top: 50%;
  transform: translate(-50%, -50%);
}
.amgdprjs-bar-template.-popup:before {
  background-color: #0a6c9f;
  content: '';
  height: 100%;
  width: 100%;
}
.amgdprjs-bar-template.-popup .amgdprcookie-bar-container {
  padding: 50px;
}
.amgdprjs-bar-template.-popup .amgdprcookie-bar-block {
  width: 100%;
}
.amgdprjs-bar-template .amgdprcookie-buttons-block {
  display: flex;
  justify-content: center;
}
.amgdprcookie-groups-modal {
  z-index: 999;
}
.amgdprcookie-groups-modal .modal-inner-wrap {
  border-radius: 4px;
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  max-width: 740px;
}
.amgdprcookie-groups-modal.-table .modal-inner-wrap {
  max-width: 1290px;
  min-width: 700px;
  overflow-x: auto;
}
.amgdprcookie-groups-modal .modal-title {
  border-bottom: none;
  font-size: 20px;
  font-weight: bold;
}
.amgdprcookie-groups-modal .action-close:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-groups-modal .amgdprcookie-form {
  padding: 0 10px;
}
.amgdprcookie-groups-modal .amgdprcookie-done {
  background-color: #4670c9;
  border-radius: 3px;
  box-shadow: none;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 1.35px;
  text-transform: uppercase;
  transition: background-color 0.3s ease-out;
  width: 100%;
}
.amgdprcookie-groups-modal .amgdprcookie-done:hover {
  background-color: #1357e6;
}
.amgdprcookie-groups-modal .amgdprcookie-done:focus {
  background-color: #1357e6;
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-groups-modal:not(.-table) .modal-footer {
  padding-top: 0;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container,
.amgdprcookie-groups-modal .amgdprcookie-tbody {
  overflow: auto;
  scrollbar-color: #e0e0e0 #ffffff;
  scrollbar-width: thin;
  scrollbar-face-color: #e0e0e0;
  scrollbar-highlight-color: #e0e0e0;
  scrollbar-shadow-color: #e0e0e0;
  scrollbar-track-color: #ffffff;
  display: block;
  max-height: 500px;
  overflow-y: auto;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container::-webkit-scrollbar,
.amgdprcookie-groups-modal .amgdprcookie-tbody::-webkit-scrollbar {
  width: 6px;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container::-webkit-scrollbar-track,
.amgdprcookie-groups-modal .amgdprcookie-tbody::-webkit-scrollbar-track {
  background-color: #ffffff;
  box-shadow: none;
}
.amgdprcookie-groups-modal .amgdprcookie-form-container::-webkit-scrollbar-thumb,
.amgdprcookie-groups-modal .amgdprcookie-tbody::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #e0e0e0;
}
.amgdprcookie-bar-container {
  background: #ffffff;
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 30px 10px;
  z-index: 10;
}
.amgdprcookie-bar-container.modal-popup {
  bottom: unset;
  left: unset;
  overflow-y: unset;
  pointer-events: auto;
  position: unset;
  right: unset;
  top: unset;
  transition: unset;
}
.amgdprcookie-bar-container .amgdprcookie-buttons-block {
  display: flex;
  flex-direction: column;
}
.amgdprcookie-bar-container .amgdprcookie-policy {
  margin-bottom: 20px;
  max-height: 30vh;
  max-width: 640px;
  overflow-y: auto;
}
.amgdprcookie-bar-container .amgdprcookie-button:first-child {
  margin-bottom: 10px;
}
.amgdprcookie-bar-container .amgdprcookie-buttons-block .amgdprcookie-button {
  margin-bottom: 0;
  padding: 10px 30px;
}
.amgdprcookie-bar-container .action-close {
  line-height: 14px;
  right: 10px;
  top: 10px;
}
.amgdprcookie-bar-container .action-close:focus,
.amgdprcookie-bar-container .action-close:active {
  box-shadow: 0 0 3px 1px #00699d;
  opacity: .9;
}
.amgdprcookie-buttons-block {
  display: flex;
  flex-direction: column;
}
.amgdprcookie-buttons-block.-settings {
  padding-bottom: 30px;
}
.amgdprcookie-buttons-block.-information {
  padding-bottom: 3rem;
  padding-top: 3rem;
}
.amgdprcookie-buttons-block .amgdprcookie-button {
  background: #ffffff;
  border: none;
  border-radius: 3px;
  box-shadow: none;
  color: #4670c9;
  font-weight: bold;
  letter-spacing: 1.35px;
  margin-top: 15px;
  padding: 10px 15px;
  text-transform: uppercase;
  transition: opacity 0.3s ease, color 0.3s ease-out, background-color 0.3s ease-out, border 0.3s ease-out;
}
.amgdprcookie-buttons-block .amgdprcookie-button:hover {
  opacity: .9;
}
.amgdprcookie-buttons-block .amgdprcookie-button:active,
.amgdprcookie-buttons-block .amgdprcookie-button:focus {
  box-shadow: 0 0 3px 1px #00699d;
  opacity: .9;
}
.amgdprcookie-buttons-block .amgdprcookie-button.-allow,
.amgdprcookie-buttons-block .amgdprcookie-button.-save {
  background: #4670c9;
  color: #ffffff;
  flex-basis: 33%;
}
.amgdprcookie-modal-template {
  background: #ffffff;
  margin-left: 5px;
  overflow-y: auto;
}
.amgdprcookie-modal-template .action-close {
  background: #ffffff;
  line-height: 14px;
  margin: 0;
  padding: 8px;
  right: 0;
  top: 0;
  z-index: 1;
}
.amgdprcookie-modal-template .action-close:focus,
.amgdprcookie-modal-template .action-close:active {
  background: #ffffff;
  box-shadow: 0 0 3px 1px #00699d;
  opacity: .9;
}
.amgdprcookie-modal-template .action-close:hover {
  background: #ffffff;
}
.amgdprcookie-modal-template .amgdprcookie-button.-allow:not(.-save) {
  background: inherit;
  color: #4670c9;
  margin-bottom: 0;
}
.amgdprcookie-modal-container .modal-content {
  padding: 0;
}
.amgdprcookie-groups-container {
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  direction: rtl;
  height: auto;
  overflow-y: scroll;
}
.amgdprcookie-policy-container {
  bottom: 0;
  box-shadow: 0 -2px 18px rgba(0, 0, 0, 0.06);
  padding: 24px;
  position: absolute;
}
.amgdprcookie-text-container .amgdprcookie-policy {
  display: inline;
}
.amgdprcookie-modal-container.modal-popup.modal-slide {
  left: 0;
  pointer-events: none;
}
.amgdprcookie-modal-container .modal-inner-wrap {
  height: 100%;
  margin: 0;
  position: relative;
}
.amgdprcookie-modal-container .modal-inner-wrap .modal-header {
  position: absolute;
  right: 0;
}
.amgdprcookie-modal-container .modal-inner-wrap .action-close {
  margin: 5px;
  padding: 0;
}
.amgdprcookie-modal-container .modal-inner-wrap .action-close:before {
  background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iOC41IiBjeT0iOC41IiByPSI4IiBzdHJva2U9IiNDQUNBQ0EiLz48cGF0aCBkPSJNNS4yNSA1LjI1bDYuNSA2LjVtMC02LjVsLTYuNSA2LjUiIHN0cm9rZT0iI0NBQ0FDQSIvPjwvc3ZnPg==') no-repeat center;
  content: '';
  height: 25px;
  width: 25px;
}
.amgdprcookie-modal-container .modal-inner-wrap .action-close:focus {
  box-shadow: 0 0 3px 1px #00699d;
}
.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container {
  overflow: auto;
  scrollbar-color: #e8e8e8 #ffffff;
  scrollbar-width: thin;
  scrollbar-face-color: #e8e8e8;
  scrollbar-highlight-color: #e8e8e8;
  scrollbar-shadow-color: #e8e8e8;
  scrollbar-track-color: #ffffff;
}
.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container::-webkit-scrollbar {
  width: 4px;
}
.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container::-webkit-scrollbar-track {
  background-color: #ffffff;
  box-shadow: none;
}
.amgdprcookie-modal-container .modal-inner-wrap .amgdprcookie-groups-container::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background: #e8e8e8;
}
.amgdprcookie-settings-form .amgdprcookie-toggle-cookie .amgdprcookie-input.disabled + .amgdprcookie-label {
  background: #e8e8e8;
}
.amgdprcookie-groups-modal .amgdprcookie-table .amgdprcookie-row,
.amgdprcookie-groups-modal .amgdprcookie-table thead tr,
.amgdprcookie-groups-modal .amgdprcookie-table thead {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.amgdprcookie-groups-modal .amgdprcookie-cell.-name {
  word-wrap: break-word;
}
.amgdprcookie-modal-container .amgdprcookie-modal-template {
  height: 100%;
  margin-left: 0;
  min-width: 400px;
  pointer-events: auto;
  position: relative;
  width: 20%;
  z-index: 900;
}
.ammodals-overlay {
  background-color: rgba(51, 51, 51, 0.55);
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 899;
}
[data-amgdpr-content-from='subscription'] {
  display: table-row-group;
}
.block.newsletter .form.subscribe > [data-amgdpr-content-from='subscription'].amgdpr-checkbox.field {
  float: none;
}
[data-amgdpr-content-from='subscription'] .amgdpr-checkbox {
  margin-top: 8px;
}
[data-amgdpr-content-from='subscription'] .amgdpr-label.label {
  position: inherit;
}
.amgdpr-modal-container {
  z-index: 999;
}
.amgdpr-modal-container .amgdpr-privacy-policy {
  display: none;
}
.amgdpr-modal-container .amgdpr-privacy-policy,
.amgdpr-modal-container .amgdpr-html-content {
  max-height: 500px;
  overflow-y: scroll;
  word-wrap: break-word;
}
.checkout-index-index .amgdpr-modal-container.modal-popup:not(.agreements-modal):not(.popup-authentication) .modal-inner-wrap,
.amgdpr-modal-container .modal-inner-wrap {
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.35);
  max-width: 1130px;
}
.amgdpr-modal-container .modal-header {
  padding: 30px 30px 20px;
}
.amgdpr-modal-container .modal-content {
  padding: 0 30px 0 25px;
}
.amgdpr-modal-container .modal-footer {
  padding: 30px 35px 30px;
}
.amgdpr-modal-container .modal-header .modal-title {
  border-bottom: none;
  color: #5384ec;
  font-size: 26px;
  font-weight: 400;
  margin-left: 10px;
  padding: 0;
}
.amgdpr-modal-container .action.action-primary:hover {
  background-color: #1357e6;
}
.amgdpr-modal-container .action.action-primary {
  background-color: #4670c9;
  border-radius: 3px;
  box-shadow: none;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 1.35px;
  text-transform: uppercase;
  transition: background-color 0.3s ease-out;
  width: 100%;
}
.amgdpr-modal-container .action-close {
  line-height: 14px;
  right: 10px;
  top: 10px;
}
.amgdpr-modal-container .action-close:focus,
.amgdpr-modal-container .action-primary:focus,
.amgdpr-modal-container .action-close:active,
.amgdpr-modal-container .action-primary:active {
  box-shadow: 0 0 3px 1px #00699d;
  opacity: .9;
}
.amgdpr-modal-container .amgdpr-html-content::-webkit-scrollbar,
.amgdpr-modal-container .amgdpr-privacy-policy::-webkit-scrollbar {
  width: 6px;
}
.amgdpr-modal-container .amgdpr-html-content::-webkit-scrollbar-track,
.amgdpr-modal-container .amgdpr-privacy-policy::-webkit-scrollbar-track {
  background: #ffffff;
  width: 6px;
}
.amgdpr-modal-container .amgdpr-html-content::-webkit-scrollbar-thumb,
.amgdpr-modal-container .amgdpr-privacy-policy::-webkit-scrollbar-thumb {
  background: #e0e0e0;
  border-radius: 2px;
}
.amgdpr-notification-container {
  background: #ffeaac;
  font-weight: 600;
  margin-left: 10px;
  padding: 25px;
}
.amgdpr-cookie-link {
  margin-top: 10px;
}
.amgdpr-cookie-link .amgdpr-link {
  display: none;
}
.amgdpr-cookie-link .amgdpr-link.-show {
  display: block;
}
.amgdpr-settings-container {
  display: inline-flex;
  flex-wrap: wrap;
  margin: -36px 0 36px -36px;
  width: calc(100% + 40px);
}
.amgdpr-settings-container .amgdpr-block {
  display: none;
  margin-top: 18px;
}
.amgdpr-settings-container .amgdpr-block .fieldset {
  margin-bottom: 18px;
}
.amgdpr-settings-container .amgdpr-mail {
  margin-top: 10px;
}
.amgdpr-settings-container .amgdpr-block .amgdpr-checkbox.field,
.amgdpr-settings-container .field.control.checkbox {
  margin-bottom: 20px;
}
.amgdpr-checkbox-container {
  margin: 36px 0 0 36px;
  max-width: 220px;
  position: relative;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked ~ .amgdpr-block {
  display: block;
}
.amgdpr-checkbox-container > .amgdpr-checkbox {
  height: 1px;
  opacity: 0;
  position: absolute;
  width: 1px;
}
.amgdpr-checkbox-container > .amgdpr-label {
  background-color: #e8f6ff;
  border: 2px solid #e8f6ff;
  border-radius: 20px;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 220px;
  position: relative;
  transition: border 0.3s ease-in, background-color 0.3s ease-in;
  width: 220px;
}
.amgdpr-checkbox-container > .amgdpr-label:before {
  content: '';
  height: 100px;
  left: 50%;
  position: absolute;
  top: 40%;
  transform: translate(-50%, -50%);
  width: 100px;
}
.amgdpr-checkbox-container > .amgdpr-label.-download:before {
  background: url('../../frontend/Leadlion/autogedal/ro_RO/Amasty_Gdpr/images/download.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-download:before {
  background: url('../../frontend/Leadlion/autogedal/ro_RO/Amasty_Gdpr/images/download_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-label.-policy:before {
  background: url('../../frontend/Leadlion/autogedal/ro_RO/Amasty_Gdpr/images/policy.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-policy:before {
  background: url('../../frontend/Leadlion/autogedal/ro_RO/Amasty_Gdpr/images/policy_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-label.-anonymise:before {
  background: url('../../frontend/Leadlion/autogedal/ro_RO/Amasty_Gdpr/images/anonymise.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-anonymise:before {
  background: url('../../frontend/Leadlion/autogedal/ro_RO/Amasty_Gdpr/images/anonymise_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-label.-delete:before {
  background: url('../../frontend/Leadlion/autogedal/ro_RO/Amasty_Gdpr/images/delete.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-delete:before {
  background: url('../../frontend/Leadlion/autogedal/ro_RO/Amasty_Gdpr/images/delete_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-label.-consents:before {
  background: url('../../frontend/Leadlion/autogedal/ro_RO/Amasty_Gdpr/images/consents.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-consents:before {
  background: url('../../frontend/Leadlion/autogedal/ro_RO/Amasty_Gdpr/images/consents_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-label.-dpoinfo:before {
  background: url('../../frontend/Leadlion/autogedal/ro_RO/Amasty_Gdpr/images/officer.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label.-dpoinfo:before {
  background: url('../../frontend/Leadlion/autogedal/ro_RO/Amasty_Gdpr/images/officer_active.svg') no-repeat center;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label {
  background-color: #3d9fe9;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:checked + .amgdpr-label .amgdpr-title {
  color: #fff;
}
.amgdpr-checkbox-container .amgdpr-title {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  left: 50%;
  min-width: 180px;
  position: absolute;
  text-align: center;
  top: 80%;
  transform: translate(-50%, -50%);
  transition: color 0.3s ease-in;
}
.amgdpr-checkbox-container .amgdpr-svg {
  fill: #000;
}
.amgdpr-checkbox-container > .amgdpr-checkbox:focus + .amgdpr-label,
.amgdpr-checkbox-container > .amgdpr-checkbox:active + .amgdpr-label,
.amgdpr-checkbox-container > .amgdpr-label:hover {
  border: 2px solid #1979c2;
  box-shadow: 0 5px 10px #b7dbf7;
}
.am-recaptcha-container .messages-container {
  margin-top: 15px;
}
.am-recaptcha-container .hidden {
  left: -10000px;
  position: absolute;
  visibility: hidden;
}
.am-recaptcha-place-order .grecaptcha-badge {
  z-index: 1000;
}
.recaptcha-error {
  border: 1px solid #dd4b39;
  padding: 5px;
}
.recaptcha-error .recaptcha-error-message {
  color: #dd4b39;
  font-size: 12px;
  padding: 4px 0;
}
/* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
.am-submit-summary #checkout-payment-method-load .actions-toolbar:has(#am-recaptcha-block) {
  /* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
  display: block;
}
.am-submit-summary #checkout-payment-method-load .actions-toolbar:has(#am-recaptcha-block) .primary > *:not(#am-recaptcha-block) {
  display: none;
}
.am-submit-summary #checkout-payment-method-load .actions-toolbar:has(#am-recaptcha-block) .primary:has(.grecaptcha-badge) {
  display: none;
}
.ambase-word-break,
.amslider .swiper-slide .ambrands-label,
.amslider .slide .category-item-title,
.amslider .swiper-slide .swiper-category-item {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambase-word-break,
.ie11 .amslider .swiper-slide .ambrands-label,
.ie11 .amslider .slide .category-item-title,
.ie11 .amslider .swiper-slide .swiper-category-item {
  word-break: break-all;
}
.columns .column.main {
  max-width: 100%;
}
.icon .brand-label {
  float: left;
}
.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: '';
}
.ui-tooltip.ui-widget {
  padding: 5px 10px;
  max-width: 250px;
  border: 1px solid #cccccc;
  background: #fff;
  box-shadow: 1px 0 3px #cccccc;
  word-wrap: break-word;
}
.ui-tooltip .arrow {
  position: absolute;
  bottom: -15px;
  width: 20px;
  height: 15px;
}
.ui-tooltip .arrow:after {
  position: absolute;
  border-top: 10px solid #cccccc;
  content: '';
}
.ui-tooltip .arrow:before {
  position: absolute;
  top: -1px;
  z-index: 9;
  border-top: 9px solid #fff;
  content: '';
}
.ui-tooltip .arrow.top {
  top: -15px;
  transform: scale(1, -1);
}
.ui-tooltip .arrow.left {
  left: 15px;
}
.ui-tooltip .arrow.left:before {
  left: 1px;
  border-right: 19px solid transparent;
}
.ui-tooltip .arrow.left:after {
  border-right: 20px solid transparent;
}
.ui-tooltip .arrow.right {
  right: 15px;
}
.ui-tooltip .arrow.right:before {
  right: 1px;
  border-left: 19px solid transparent;
}
.ui-tooltip .arrow.right:after {
  border-left: 20px solid transparent;
}
.ui-tooltip .am-brand-small_image {
  display: block;
  margin: auto;
  max-width: 150px;
}
.ui-tooltip .am-brand-image {
  display: block;
  margin: auto;
  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;
  padding-bottom: 35px;
}
.amslider .swiper-container > .wrapper {
  text-align: center;
}
.amslider .swiper-container {
  overflow: hidden;
}
.amslider .swiper-slide .ambrands-label {
  margin-top: 10px;
  min-height: 40px;
  color: #333333;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
}
.amslider .swiper-pagination-bullet {
  margin: 0 6px;
  width: 6px;
  height: 6px;
  background: #333333;
}
.amslider .swiper-pagination-bullet-active {
  background: #1979c2;
}
.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;
}
.amslider .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.amslider .ambrands-empty {
  margin: auto;
}
.amslider .swiper-button-next,
.amslider .swiper-button-prev {
  top: calc(50% - (40px / 2));
  z-index: 2;
  margin-top: 0;
  width: 40px;
  height: 40px;
  border: none;
  border-radius: 50%;
  background-color: #1979c2;
  background-position: center;
  background-size: 20px;
  background-repeat: no-repeat;
  box-shadow: none;
}
.amslider .swiper-button-next:hover,
.amslider .swiper-button-prev:hover {
  background-color: #006bb4;
}
.amslider .swiper-button-next:after,
.amslider .swiper-button-prev:after {
  content: '';
}
.amslider .swiper-button-next:active,
.amslider .swiper-button-prev:active {
  background-color: #95b5d7;
}
.amslider .swiper-button-next.swiper-button-disabled,
.amslider .swiper-button-prev.swiper-button-disabled {
  background-color: #ececec;
  opacity: 1;
}
.amslider .swiper-button-next {
  right: -40px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjQ1NCA5Ljg3N0w3LjEwOC45MDkgNS42NSAyLjM1bDcuMDA4IDcuNTI4LTcuMjA1IDcuNzc0IDEuNDE3IDEuNDQgOC4xMS04LjY4LjQ3My0uNTM0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amslider .swiper-button-prev {
  left: -40px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTQuNTQ2IDEwLjEyM2w4LjM0NiA4Ljk2OCAxLjQ1Ny0xLjQ0LTcuMDA4LTcuNTI4IDcuMjA1LTcuNzc0LTEuNDE3LTEuNDQtOC4xMSA4LjY4LS40NzMuNTM0eiIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==);
}
.amslider-header-container {
  padding: 40px 10px 0;
  color: #333333;
  text-align: center;
  font-weight: 700;
  font-style: normal;
  font-size: 22px;
  line-height: 1.4;
}
.children-category .amslider {
  position: relative;
  left: inherit;
  display: block;
  margin: 0 50px;
  width: 100%;
  transform: inherit;
}
.amslider.ambrands-slider {
  margin-top: 20px;
  padding: 0;
  max-width: 100%;
}
.amslider.ambrands-slider .ambrands-inner {
  position: relative;
  padding-bottom: 10px;
}
.amslider.ambrands-slider .ambrands-swiper-brand {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.amslider.ambrands-slider .ambrands-image-block {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  margin: 0 auto;
}
.amslider.ambrands-slider .ambrands-image-block .ambrands-image {
  max-width: 100%;
  max-height: 100%;
  width: auto;
}
.amslider.ambrands-slider .slide {
  align-items: stretch;
}
.amslider.ambrands-slider .slide .ambrands-image-block {
  overflow: hidden;
  margin-bottom: 10px;
}
.amslider.ambrands-slider .swiper-slide {
  display: flex;
  align-items: stretch;
  padding: 0;
  height: auto;
}
.amslider .slide {
  display: flex;
  align-items: flex-start;
  flex-basis: 30%;
  justify-content: center;
  margin: 0 9px 20px 0;
  max-width: 30%;
  color: #333333;
  text-align: center;
}
.amslider .slide .category-item {
  position: relative;
  padding: 10px;
  width: 100%;
  border: 1px solid #fff;
}
.amslider .slide .category-item:hover,
.amslider .slide .category-item.active {
  position: relative;
  z-index: 2;
  padding: 10px;
  border-color: #bbb;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.amslider .slide .category-item.category-item-label img {
  margin-bottom: 25px;
}
.amslider .slide .ambrands-swiper-brand .ambrands-image {
  height: auto;
}
.children-category-container.swiper-container {
  margin: auto;
  width: calc(100% - 2 * 40px);
}
.children-category-container .swiper-wrapper {
  align-items: baseline;
}
.amslider .swiper-slide {
  box-sizing: border-box;
  padding: 10px;
  color: #333333;
}
.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 {
  margin: 0;
  border: 1px solid #bbb;
  background: #fff;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.amslider .swiper-slide .ambrands-swiper-brand .ambrands-empty {
  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%;
  margin: 0;
  transform: translateY(-50%);
}
#category-carousel .swiper-button-next:hover,
#category-carousel .swiper-button-prev:hover {
  opacity: 1;
  transition: all .3s ease;
}
.amslider .swiper-slide .swiper-category-item:not(:root:root),
.amslider .swiper-slide .ambrands-swiper-brand:not(:root:root),
.amslider .slide .category-item:not(:root:root) {
  padding: 10px;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .ambrands-swiper-brand {
    width: 100%;
  }
  .ambrands-swiper-brand .ambrands-empty {
    width: 100%;
  }
}
.am-visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.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-highlighted {
  background-color: #ffff00;
}
.amshopby-item .filter-value {
  margin-left: 5px;
}
.amshopby-filter-tooltip {
  display: inline-block;
  margin-left: 6px;
  max-height: 16px;
  max-width: 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-repeat: no-repeat;
  background-size: contain;
}
.filter-options-item .filter-options-title:after {
  font-size: 14px;
}
.range.am-fromto-widget .am-filter-go {
  margin: 0 10px;
  vertical-align: top;
}
.amshopby-button {
  word-break: break-word;
  word-wrap: break-word;
  background: #1979c3;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  letter-spacing: -.015em;
  line-height: 22px;
  min-height: 40px;
  text-align: center;
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.ie11 .amshopby-button {
  word-break: break-all;
}
.amshopby-button:not(.primary) {
  border-radius: 3px;
}
.amshopby-button:not(.primary),
.amshopby-button:not(.primary):active {
  box-shadow: none;
}
.amshopby-button:hover {
  background: #399ae6;
  border-color: #399ae6;
}
.amshopby-button:active,
.amshopby-button:focus {
  background: #135d96;
  border-color: #135d96;
}
.am-filter-go {
  word-break: break-word;
  word-wrap: break-word;
  background: #1979c3;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  letter-spacing: -.015em;
  line-height: 22px;
  min-height: 40px;
  text-align: center;
  transition: background 0.2s ease-in-out, border-color 0.2s ease-in-out;
  margin: 15px 0 0;
  width: 25%;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.ie11 .am-filter-go {
  word-break: break-all;
}
.am-filter-go:not(.primary) {
  border-radius: 3px;
}
.am-filter-go:not(.primary),
.am-filter-go:not(.primary):active {
  box-shadow: none;
}
.am-filter-go:hover {
  background: #399ae6;
  border-color: #399ae6;
}
.am-filter-go:active,
.am-filter-go:focus {
  background: #135d96;
  border-color: #135d96;
}
input[type='text'].am-filter-price.-to.right {
  float: right;
}
.am-swatch-options {
  display: flex;
  flex-direction: column;
}
.am-swatch-options .swatch-option {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  margin: 0 10px 0 0;
}
.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 {
  line-height: initial;
  margin: 0 0 5px !important;
}
.filter-options .am-swatch-wrapper.-amshopby-hidden {
  opacity: 0;
  position: absolute;
  visibility: hidden;
}
.catalog-topnav .filter-options {
  flex-wrap: wrap;
  min-height: 40px;
}
.catalog-topnav .filter-options .filter-options-item {
  border: 0;
  display: inline-block;
}
.catalog-topnav .filter-options .filter-options-content {
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  margin-top: 12px;
  min-width: 100px;
  position: absolute;
  z-index: 9999;
}
.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 {
  right: 8px;
  top: 5px;
}
.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;
  list-style: none;
  margin: 0;
  outline: 0;
  padding: 0;
}
.filter-options .ui-menu .ui-menu {
  position: absolute;
}
.filter-options .ui-menu .ui-menu-item {
  cursor: pointer;
  list-style: none;
  margin: 0;
}
.filter-options .ui-menu .ui-menu-item-wrapper {
  padding: 3px 1em 3px .4em;
  position: relative;
}
.filter-options .ui-menu .ui-menu-divider {
  border-width: 1px 0 0;
  font-size: 0;
  height: 0;
  line-height: 0;
  margin: 5px 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 {
  max-width: 350px;
  min-width: 130px;
}
.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 .item:last-child {
  margin-bottom: 0;
}
.amshopby-category-dropdown {
  background-color: #ffffff;
  border: 1px solid #adadad;
  cursor: pointer;
  display: block;
  font-weight: 400;
  min-height: 3.2rem;
  overflow: hidden;
  padding-right: 3.6rem;
  text-align: left;
  text-overflow: ellipsis;
  white-space: normal;
}
.amshopby-category-dropdown:after {
  border-color: #000000 transparent transparent;
  border-style: solid;
  border-width: .5rem .4rem 0;
  box-sizing: border-box;
  content: '';
  height: 0;
  margin-top: -.2rem;
  position: absolute;
  right: 1.2rem;
  top: 50%;
  transition: all .2s linear;
  width: 0;
}
.amshopby-category-dropdown:before {
  background-color: #e3e3e3;
  border: 1px solid #adadad;
  bottom: 0;
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 3.2rem;
}
.am-category-wrapper {
  display: block;
  position: relative;
  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: 20px;
}
.am-category-wrapper .amshopby-filter-parent {
  padding-left: 0;
}
.am-category-wrapper .am-multiselect-crumb {
  background-color: #f5f5f5;
  border: 1px solid #a79d95;
  border-radius: 1px;
  display: inline-block;
  font-size: 1.2rem;
  margin: .3rem 0 .3rem .3rem;
  padding: .3rem 2.4rem .4rem 1rem;
  position: relative;
  transition: border-color 0.1s linear;
}
.am-category-wrapper .am-multiselect-crumb .action-close {
  background-color: transparent;
  border: none;
  border-radius: 0;
  bottom: 0;
  box-shadow: none;
  color: #514943;
  font-size: .5em;
  height: auto;
  line-height: 1;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 2rem;
}
.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 {
  clip: rect(0, 0, 0, 0);
  display: none;
  overflow: hidden;
  position: absolute;
  visibility: hidden;
}
.filter-options .am-labels-folding .item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 0 20px;
  position: relative;
}
.filter-options .am-labels-folding .item .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) input[type='radio'],
.filter-options .amshopby-category-dropdown + form .item input[type='radio'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) input[type='checkbox'],
.filter-options .amshopby-category-dropdown + form .item input[type='checkbox'] {
  left: 0;
  margin: 0 5px 0 0;
  position: absolute;
  top: 4px;
}
.filter-options .am-labels-folding .item .am-collapse-icon ~ .am-input {
  left: 20px;
}
.filter-options .am-labels-folding .item .am-collapse-icon ~ [class*='am-filter-item-'] {
  padding-left: 20px;
}
.filter-options .amshopby-category-dropdown + form .item {
  flex-wrap: wrap;
}
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered),
.filter-options .amshopby-category-dropdown + form .item {
  display: block;
  position: relative;
}
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ .am-input,
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='radio'],
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='radio'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'],
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'],
.filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice,
.filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice {
  left: 20px;
}
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .items-children.-folding {
  padding-left: 20px;
}
.am-labels-folding .am-collapse-icon,
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon {
  display: flex;
  align-items: center;
  align-self: flex-start;
  left: 0;
  top: 0;
}
.am-labels-folding .am-collapse-icon:after,
.filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon:after,
.am-labels-folding .am-show-more:before {
  margin: 0;
  position: static;
}
.am-collapse-icon {
  -webkit-font-smoothing: antialiased;
  border-radius: 50%;
  box-sizing: border-box;
  cursor: pointer;
  font-style: normal;
  font-weight: 400;
  height: 20px;
  line-height: 1;
  position: absolute;
  width: 20px;
}
.am-collapse-icon:after,
.am-show-more:before {
  background: url("../../frontend/Leadlion/autogedal/ro_RO/Amasty_Shopby/images/svg/arrow-bottom.svg") no-repeat 100% / contain;
  content: '';
  height: 20px;
  position: absolute;
  right: 0;
  width: 12px;
}
.am-collapse-icon.-active:after {
  content: '';
  transform: rotate(180deg);
}
.amshopby-option-link {
  clear: both;
  display: inline-block;
  margin-right: 5px;
}
.amshopby-option-link img {
  float: left;
  margin: 0 5px 5px 0;
}
.amshopby-option-link img:not([src*='/resized']) {
  max-height: 30px;
  max-width: 30px;
}
.amshopby-item-removed {
  text-decoration: none;
}
.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;
  flex-wrap: wrap;
  padding: 0 0 0 20px;
  position: relative;
}
.amshopby-filter-current .amshopby-filter-name {
  display: flex;
  font-weight: 600;
  padding: 0 5px 0 0;
}
.amshopby-filter-current .amshopby-filter-name:after {
  content: ':';
}
.ie11 .amshopby-filter-current .amshopby-filter-name:after {
  padding-left: 1px;
}
.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;
  height: 12px;
  left: 0;
  position: absolute;
  width: 12px;
}
.ie11 .amshopby-filter-current .amshopby-remove {
  top: calc(50% - (12px / 2));
}
.amshopby-filter-current .amshopby-remove:hover:after,
.amshopby-filter-current .amshopby-remove:hover:before {
  background-color: #494949;
}
.amshopby-filter-current .amshopby-remove:hover ~ * {
  opacity: .5;
}
.amshopby-filter-current .amshopby-remove:after,
.amshopby-filter-current .amshopby-remove:before {
  background-color: #c7c7c7;
  content: '';
  height: 1px;
  position: absolute;
  width: 100%;
}
.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 {
  background-color: #ffffff;
  border-color: #cccccc;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  min-height: 32px;
}
.am-dropdown .chosen-container .chosen-choices {
  background-image: none;
}
.am-dropdown .chosen-container-multi .chosen-choices li.search-field input[type='text'] {
  color: #000000;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  min-width: 100px;
}
.filter-options-content [class*='am-filter-items-'] .label {
  word-break: break-word;
}
.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: 900;
}
.am-porto-cmtb .page-main {
  z-index: 9;
}
.am-porto-cmtb .am-show-more:hover {
  color: #006bb4 !important;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper {
  margin: 0 10px;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-slider-wrapper,
.filter-options-item .filter-options-content .amshopby-slider-wrapper > .items:not(.items-children):not(.am-category-view),
.filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap {
  margin: 0;
}
.amshopby-slider-container {
  margin: 10px 0 5px;
}
.amshopby-slider-container .ui-slider-range {
  position: absolute;
  z-index: 2;
}
.amshopby-slider-container .am-slider:not(.-loaded) {
  opacity: 0;
  visibility: hidden;
}
.amshopby-slider-container .am-slider:before,
.amshopby-slider-container .am-slider:after {
  border-radius: 20px;
  content: '';
  position: absolute;
  z-index: 1;
}
.amshopby-slider-container .am-slider .ui-slider-handle {
  cursor: pointer;
  display: flex;
  justify-content: center;
  margin: 0;
  overflow: inherit;
  padding: 0;
}
.amshopby-slider-container .amshopby-slider-display {
  margin: 10px 0 0;
  text-align: center;
}
.amshopby-slider-container .ui-slider-handle.ui-state-hover ~ .ui-slider-handle,
.amshopby-slider-container .ui-slider-handle.ui-state-active ~ .ui-slider-handle {
  pointer-events: none;
  user-select: none;
}
.amshopby-slider-container .amshopby-slider-tooltip {
  border: 1px solid #fff;
  border-radius: 2px;
  bottom: calc(100% + 7px);
  box-sizing: border-box;
  display: flex;
  font-size: 12px;
  justify-content: center;
  letter-spacing: .03em;
  line-height: 1;
  padding: 3px;
  position: absolute;
  transition: none;
  z-index: 1;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner {
  position: absolute;
  top: -12px;
  width: 8px;
  z-index: 2;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:before,
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:after {
  border: 1px solid;
  border-color: inherit;
  box-sizing: content-box;
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  content: '';
  display: block;
  height: 6px;
  position: absolute;
  transform: rotate(45deg);
  width: 6px;
}
.amshopby-slider-container .ui-slider-handle .amshopby-slider-corner:after {
  background: inherit;
}
.amshopby-slider-container.-default .am-slider {
  background: #dadada;
  height: 10px;
  margin: 0 8px;
}
.amshopby-slider-container.-default .am-slider:before,
.amshopby-slider-container.-default .am-slider:after {
  height: 10px;
  width: 16px;
}
.amshopby-slider-container.-default .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-default .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-default .ui-slider-range {
  background: #b6b6b6;
  height: 10px;
}
.amshopby-slider-container.-default .am-slider .ui-slider-handle {
  border-radius: 50%;
  height: 16px;
  transform: translate(-8px, -3px);
  width: 16px;
}
.filter-options-item .filter-options-content .amshopby-fromto-wrap .am-fromto-widget {
  flex-wrap: wrap;
  margin-top: 10px;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper .amshopby-fromto-wrap .am-fromto-widget {
  margin-top: 25px;
}
.filter-options-item .filter-options-content .amshopby-slider-wrapper.-volumetric .amshopby-fromto-wrap .am-fromto-widget {
  margin-top: 35px;
}
.amasty-catalog-topnav .amshopby-fromto-wrap .am-fromto-widget {
  max-width: 210px;
}
.amshopby-fromto-wrap .am-fromto-widget > .amshopby-input-wrapper {
  max-width: 50%;
  position: relative;
  width: calc(50% - 7px);
}
.amshopby-fromto-wrap .am-fromto-widget .am-filter-price {
  background-clip: padding-box;
  border: 1px solid #dfdedd;
  color: #494949;
  font-size: 14px;
  height: 40px;
  letter-spacing: .03em;
  text-align: center;
  width: 100%;
}
.amshopby-fromto-wrap .am-fromto-widget > .delimiter {
  line-height: 40px;
  margin: 0;
  width: 14px;
}
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go {
  margin: 15px 0 0;
  width: 100%;
}
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:not(.primary),
.amshopby-fromto-wrap .am-fromto-widget > .am-filter-go:active {
  box-shadow: none;
}
.amshopby-input-wrapper .amshopby-currency {
  background: #fff;
  bottom: calc(100% - 10px);
  color: #494949;
  font-size: 14px;
  left: 4px;
  letter-spacing: .03em;
  line-height: 16px;
  padding: 2px;
  position: absolute;
}
.amshopby-slider-tooltip {
  color: #fff;
}
.ui-slider-handle:not(.ui-state-hover):not(.ui-state-active) .amshopby-slider-corner,
.ui-slider-handle:not(.ui-state-hover):not(.ui-state-active) .amshopby-slider-tooltip {
  opacity: 0;
  visibility: hidden;
}
.amshopby-slider-container.-improved {
  margin-top: 30px;
}
.amshopby-slider-container.-improved .am-slider {
  background: #dfdedd;
  height: 4px;
  margin: 0 8px;
}
.amshopby-slider-container.-improved .am-slider:before,
.amshopby-slider-container.-improved .am-slider:after {
  background: #dfdedd;
  height: 4px;
  width: 16px;
}
.amshopby-slider-container.-improved .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-improved .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-improved .ui-slider-range {
  height: 4px;
}
.amshopby-slider-container.-improved .am-slider .ui-slider-handle {
  border-radius: 50%;
  height: 16px;
  top: -6px;
  transform: translateX(-8px);
  width: 16px;
}
.amshopby-slider-container.-volumetric {
  margin-top: 20px;
}
.amshopby-slider-container.-volumetric .am-slider {
  background: #dfdedd;
  border-radius: 20px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
  height: 4px;
  margin: 0 4px;
}
.amshopby-slider-container.-volumetric .am-slider:before,
.amshopby-slider-container.-volumetric .am-slider:after {
  display: none;
}
.amshopby-slider-container.-volumetric .ui-slider-range {
  border-radius: 20px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
  height: 4px;
}
.amshopby-slider-container.-volumetric .am-slider .ui-slider-handle {
  border-radius: 2px;
  height: 12px;
  transform: translate(-4px, 10px);
  width: 8px;
}
.amshopby-slider-container.-volumetric .am-slider .ui-slider-handle:before {
  background: inherit;
  bottom: calc(100% - 4px);
  clip-path: polygon(100% 0%, 0% 100%, 100% 100%);
  content: '';
  display: block;
  height: 6px;
  left: calc(50% - 3px);
  position: absolute;
  transform: rotate(-135deg);
  width: 6px;
}
.amshopby-slider-container.-volumetric .amshopby-slider-tooltip {
  border-radius: 3px;
  bottom: calc(100% + 17px);
}
.amshopby-slider-container.-volumetric .amshopby-slider-corner {
  top: -23px;
}
.amshopby-slider-container.-volumetric .amshopby-slider-display {
  margin-top: 20px;
}
.amshopby-slider-container.-light {
  margin-top: 30px;
}
.amshopby-slider-container.-light .am-slider {
  background: #dfdedd;
  height: 1px;
  margin: 0 8px;
}
.amshopby-slider-container.-light .am-slider:before,
.amshopby-slider-container.-light .am-slider:after {
  background: #dfdedd;
  height: 1px;
  width: 16px;
}
.amshopby-slider-container.-light .am-slider:before {
  left: -8px;
}
.amshopby-slider-container.-light .am-slider:after {
  right: -8px;
}
.amshopby-slider-container.-light .ui-slider-range {
  height: 1px;
}
.amshopby-slider-container.-light .am-slider .ui-slider-handle {
  background: #ffffff;
  border: 1px solid #dfdedd;
  border-radius: 50%;
  box-sizing: border-box;
  height: 16px;
  top: -8px;
  transform: translateX(-8px);
  width: 16px;
}
.amshopby-slider-container.-light .amshopby-slider-corner {
  background: #fff;
  border-color: #dfdedd;
}
.amshopby-slider-container.-light .amshopby-slider-tooltip {
  border-color: #dfdedd;
}
.amshopby-slider-container.-dark {
  margin-top: 30px;
}
.amshopby-slider-container.-dark .am-slider {
  background: #4a4948;
  height: 3px;
  margin: 0 5px;
}
.amshopby-slider-container.-dark .am-slider:before,
.amshopby-slider-container.-dark .am-slider:after {
  height: 3px;
  width: 10px;
}
.amshopby-slider-container.-dark .am-slider:before {
  left: -5px;
}
.amshopby-slider-container.-dark .am-slider:after {
  right: -5px;
}
.amshopby-slider-container.-dark .ui-slider-range {
  height: 3px;
}
.amshopby-slider-container.-dark .am-slider .ui-slider-handle {
  border-radius: 2px;
  height: 15px;
  top: -6px;
  transform: translateX(-5px);
  width: 10px;
}
.filter-options-item .filter-options-content {
  padding-bottom: 5px;
}
.filter-options-item .filter-options-content .am-swatch-wrapper .swatch-option.image,
.filter-options-item .filter-options-content .swatch-attribute.size .swatch-option.selected,
.filter-options-item .filter-options-content .swatch-attribute.manufacturer .swatch-option.selected {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.filter-options-item .filter-options-content .range {
  align-items: center;
  display: flex;
  margin-top: 15px;
  text-align: center;
}
.filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view),
.filter-options-item .filter-options-content .am-category-wrapper,
.filter-options-item .filter-options-content .amshopby-fromto-wrap {
  margin: 0 10px;
}
.filter-options-item .filter-options-content .am-shopby-form {
  margin: 0 7px;
}
.filter-options-item .filter-options-content .items [class*='am-filter-item'] {
  margin-left: 0;
  padding: 0;
}
.filter-options-item .filter-options-content .count {
  display: inline-flex;
  padding-left: 0;
}
.filter-options-item .filter-options-content .am-shopby-swatch-label .count {
  margin: 0;
  padding: 0;
}
.filter-options-item .filter-options-content .am-shopby-swatch-label .label {
  margin-right: 5px;
}
.filter-options-item .filter-options-content .am-shopby-form {
  margin-bottom: -15px;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 3px;
}
.filter-options-item .filter-options-content .am-shopby-form .swatch-attribute .swatch-option-link-layered:hover {
  background-color: unset;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content {
  padding-bottom: 10px;
}
.amasty-catalog-topnav .filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view),
.amasty-catalog-topnav .filter-options-item .filter-options-content .am-shopby-form,
.amasty-catalog-topnav .filter-options-item .filter-options-content .am-category-wrapper,
.amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-fromto-wrap {
  margin: 0;
}
.filter-options .item.-is-collapsible.-is-by-click.-folded .-folding {
  display: none;
}
.filter-options .items.-am-overflow {
  overflow-x: hidden;
  overflow-y: auto;
}
.filter-options .items .items-children.-folding {
  list-style: none;
  padding-left: 20px;
  width: 100%;
}
.filter-options .items.-am-singleselect .item.-is-by-click .items-children.-folding .item .amshopby-filter-parent {
  padding-left: 20px;
}
.filter-options .items.-am-multiselect .item.-is-expanded .items-children.-folding {
  padding-left: 0;
}
.filter-options .items .items-children.-folding .item {
  margin: 5px 0;
}
.filter-options .item.-empty-value {
  opacity: .5;
  pointer-events: none;
  user-select: none;
}
.filter-options .ui-widget-overlay {
  background: #aaaaaa;
  opacity: .3;
}
.filter-options .ui-widget-shadow {
  box-shadow: 0 0 5px #666666;
}
.filter-options .am-category-view {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  box-sizing: border-box;
  display: none;
  margin: 0;
  max-height: 300px;
  overflow-y: auto;
  padding: 10px;
  position: absolute;
  white-space: nowrap;
  width: 100%;
  z-index: 9;
}
.filter-options .items.am-category-view,
.filter-options .am-category-view ol.items {
  margin: 0;
}
.filter-options .am-category-view.-am-singleselect .am-collapse-icon {
  top: 0;
}
.filter-options .am-category-view.-am-singleselect .am-collapse-icon:after,
.filter-options .am-category-view.-am-singleselect .am-show-more:before {
  left: 0;
  right: inherit;
}
.filter-options .am-category-view .item a.amshopby-filter-parent {
  padding-left: 20px;
}
.filter-options .am-category-view.-am-multiselect .item > .am-collapse-icon ~ a.amshopby-filter-parent {
  padding-left: 40px;
}
.filter-options .am-category-view [class*='am-filter-item'] {
  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;
}
.filter-options .am-labels-folding.-am-singleselect .item .am-input,
.filter-options [class*='am-filter-items-'].am-labels-folding.-am-singleselect .item:not(.swatch-option-link-layered) input[type='radio'],
.filter-options .amshopby-category-dropdown + form .-am-singleselect .item input[type='radio'],
.filter-options .am-category-view input[type='radio'] {
  display: none;
}
.filter-options .am-labels-folding.-am-singleselect .item {
  padding: 0;
}
.filter-options .am-category-wrapper .items.-am-multiselect .item.-filter-parent:not(.-is-collapsible),
.filter-options .items:not(.items-children):has(.item.-is-by-click.-filter-parent) > .item.-is-expanded {
  margin-left: 20px;
}
.filter-options-content .am-ranges .items.-am-multiselect .item {
  position: relative;
}
.filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
  padding-left: 20px;
}
.filter-actions .filter-clear {
  color: #1979c3;
  font-size: 14px;
  line-height: 19px;
}
.filter-actions .filter-clear:hover {
  color: #399ae6;
  text-decoration: none;
}
.filter-actions .filter-clear:focus,
.filter-actions .filter-clear:active {
  color: #135d96;
}
.filter-options-content .item a:hover {
  background-color: transparent;
  color: #1979c3;
}
.filter-options-content .item a:hover .count {
  color: #1979c3;
}
.filter-options-content .item a:active,
.filter-options-content .item a:active .count {
  color: #135d96;
  text-decoration: none;
}
.filter-options-content .item:first-child {
  margin-top: 0;
}
.filter-options-content .item:last-child {
  margin-bottom: 0;
}
.filter-options-content .item > a {
  display: block;
}
.filter-options-content .items.-am-singleselect .item > input[type='radio'] {
  display: none;
}
.filter-options-content .items.-am-singleselect .amshopby-link-selected,
.filter-options-content .swatch-option.selected + .am-shopby-swatch-label {
  color: #1979c3;
}
.filter-options-content .items.-am-singleselect .amshopby-link-selected .count,
.filter-options-content .swatch-option.selected + .am-shopby-swatch-label .count {
  color: #1979c3;
}
.am-show-more,
.filter-options-content .am-show-more {
  background: transparent;
  border: 0;
  color: #070605;
  cursor: pointer;
  display: none;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: .03em;
  line-height: 20px;
  margin: 10px 0 0;
  padding: 0 22px 0 0;
  position: relative;
}
.amasty-catalog-topnav .filter-options-content .am-show-more {
  padding-left: 0;
}
.filter-options-content .am-show-more {
  padding-left: 10px;
}
.am-show-more:hover,
.filter-options-content .am-show-more:hover {
  background-color: transparent;
  color: #838382;
  text-decoration: none;
}
.am-show-more:active,
.filter-options-content .am-show-more:active {
  box-shadow: none;
  color: #070605;
}
.am-show-more:before {
  top: 0;
}
.am-show-more.-active {
  align-items: center;
  display: inline-flex;
}
.am-show-more .am-counter {
  display: inline-block;
  margin: 0 2px;
  opacity: .5;
}
.am-show-more[data-is-hide='false']:before {
  transform: rotate(180deg);
}
.amshopby-link-selected {
  color: #1979c3;
}
.items[class*='category_ids']:not(.items-children) > .item > a {
  font-weight: 700;
}
.filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding {
  padding-left: 0;
}
.filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding .item.-is-expanded {
  margin-left: 20px;
}
.am-filter-items-stock .amshopby-link-selected,
.am-filter-items-rating .amshopby-link-selected {
  text-decoration: none;
}
.filter-content [class*='am-filter-item']:hover ~ .amshopby-choice:before {
  border-color: #1979c3;
}
.filter-content .items.-am-multiselect [class*='am-filter-item']:hover {
  color: inherit;
}
.filter-content .items.-am-multiselect [class*='am-filter-item']:hover .count {
  color: #757575;
}
.amshopby-fly-out-view.ui-menu,
.amshopby-flyout-block .items.amshopby-fly-out-view .item .items-children {
  position: relative;
  padding: 13px 0;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
}
.amshopby-fly-out-view .ui-menu {
  width: 100%;
}
.amshopby-fly-out-view .items-children:not(.ui-menu) {
  display: none;
}
.amshopby-fly-out-view .am-input {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.amshopby-fly-out-view .am-input[type='radio'] + .amshopby-choice {
  display: none;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
  margin: 0;
  padding: 4px 20px;
  font-size: 14px;
  line-height: 18px;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item:hover {
  background-color: #f8f8f9;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item .items-children {
  position: absolute;
  z-index: 995;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item > .amshopby-choice {
  position: relative;
  top: inherit;
  left: inherit;
  margin: 3px 0;
  padding-left: 22px;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-'] {
  display: inline-block;
  width: 100%;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover {
  background-color: transparent;
  color: inherit;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover > .count {
  color: #757575;
}
.amshopby-flyout-block .items.amshopby-fly-out-view .item .amshopby-choice:hover:before,
.amshopby-flyout-block .items.amshopby-fly-out-view .item [class*='am-filter-item-']:hover ~ .amshopby-choice:before {
  border-color: #e3e3e3;
}
.am_shopby_apply_filters {
  position: fixed;
  bottom: -80px;
  z-index: 999;
  width: 100%;
  transition: left 0.2s ease-in-out;
}
.am_shopby_apply_filters.visible {
  bottom: 0;
}
.am-show-button {
  z-index: 211;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 15px 0;
  width: 100%;
  border-top: 1px solid #cccccc;
  background: #ffffff;
  text-align: center;
}
.am-show-button > .am-items {
  margin: 0;
  padding: 0 10px;
  color: #070605;
  font-size: 14px;
  line-height: 22px;
}
.am-show-button > .am-items.-loading {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url('../../frontend/Leadlion/autogedal/ro_RO/Amasty_Shopby/images/svg/loader.svg') center / 30px no-repeat;
  vertical-align: middle;
}
.am-show-button > .amshopby-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  min-width: 90px;
  line-height: 1;
}
.ie11 .am-show-button > .amshopby-button {
  padding: 10px;
}
#amasty-shopby-product-list {
  z-index: 1;
}
#amasty-shopby-product-list .products.wrapper {
  position: relative;
}
.amshopby-overlay-block {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 230;
  display: none;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
}
.amshopby-overlay-block > .amshopby-loader {
  position: absolute;
  top: 10%;
  left: 50%;
  display: block;
  width: 100px;
  height: 100px;
  background: url('../../frontend/Leadlion/autogedal/ro_RO/Amasty_Shopby/images/svg/loader.svg') center / 100px no-repeat;
  transform: translate(-50%, -10%);
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.amshopby-slider-settings {
  list-style: none;
}
.amshopby-slider-settings.-style {
  max-width: 214px;
}
.amshopby-slider-settings.-style .amshopby-slider-container.-default .amshopby-label {
  padding-bottom: 15px;
}
.amshopby-slider-settings.-style .am-slider {
  z-index: 0;
  margin: 0;
}
.amshopby-slider-settings.-style .amshopby-label {
  display: flex;
  align-items: center;
  padding-bottom: 45px;
}
.amshopby-slider-settings.-style .amshopby-input {
  display: flex;
  align-items: center;
  justify-content: center;
}
.amshopby-slider-settings.-style .amshopby-input:checked {
  background: #007bdb;
}
.amshopby-slider-settings.-style .amshopby-input:checked:after {
  position: initial;
  margin: 0;
  width: 6px;
  height: 6px;
  background: #fff;
}
.amshopby-slider-settings.-style .amshopby-title {
  padding-left: 7px;
}
.amshopby-slider-settings.-style .amshopby-slider-tooltip {
  visibility: visible;
  opacity: 1;
  transition: none;
}
.ambrands-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambrands-word-break {
  word-break: break-all;
}
.amrelated-grid-wrapper .amshopby-option-link {
  margin-bottom: 10px;
}
.amshopby-brand-title-link {
  font-weight: bold;
}
.amshopby-brand-tooltip.-no-double ~ .amshopby-brand-tooltip.-no-double {
  visibility: hidden;
  opacity: 0;
}
.ambrands-letters-filter {
  display: flex;
  flex-wrap: wrap;
}
.ambrands-letters-filter .ambrands-letter {
  align-items: center;
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 6px;
  box-sizing: border-box;
  color: #333333;
  cursor: pointer;
  display: flex;
  font-size: 14px;
  font-weight: 400;
  justify-content: center;
  line-height: 1.2;
  margin: 0 12px 12px 0;
  min-height: 34px;
  min-width: 34px;
  padding: 6px;
  text-align: center;
}
.ambrands-letters-filter .ambrands-letter:hover {
  background: #ffffff;
  border-color: #006bb4;
  text-decoration: none;
}
.ambrands-letters-filter .ambrands-letter.-disabled {
  background: #ececec;
  border-color: #ececec;
  box-shadow: none;
  color: #575757;
  pointer-events: none;
}
.ambrands-letters-filter .ambrands-letter.hide {
  display: none;
}
.ambrands-letters-filter .ambrands-letter.-active {
  background: #dff1ff;
  border-color: #006bb4;
  color: #006bb4;
}
.ambrands-letters-filter .ambrands-letter.-letter-all {
  padding: 6px 11px;
}
.ambrands-filters-block {
  display: inline-block;
  margin: 20px 0 53px;
  width: 100%;
}
.ambrands-search-wrapper {
  margin-bottom: 30px;
  max-width: 460px;
}
.ambrands-search-block {
  display: block;
  position: relative;
}
.ambrands-search-block:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0wIDcuNjkyYTcuNjkyIDcuNjkyIDAgMTAxNS4zODUgMEE3LjY5MiA3LjY5MiAwIDAwMCA3LjY5MnptMS41MzggMGE2LjE1NCA2LjE1NCAwIDExMTIuMzA4IDAgNi4xNTQgNi4xNTQgMCAwMS0xMi4zMDggMHoiIGZpbGw9IiNDN0M3QzciLz48cGF0aCBkPSJNMTkuMjMyIDIwYS43Ni43NiAwIDAxLS41NDQtLjIyNmwtNi42MzYtNi42NDZhLjc3Ljc3IDAgMTExLjA3Ny0xLjA5N2w2LjY0NyA2LjY0NmMuMy4zLjMuNzg3IDAgMS4wODdhLjc2Ljc2IDAgMDEtLjU0NC4yMzZ6IiBmaWxsPSIjQzdDN0M3Ii8+PC9zdmc+) center no-repeat;
  content: '';
  display: flex;
  height: 20px;
  left: 15px;
  min-width: 20px;
  pointer-events: none;
  position: absolute;
  top: calc(50% - 20px / 2);
  width: 20px;
}
.ambrands-search-block .ambrands-clear {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik00LjIzIDQuMjNhLjc4My43ODMgMCAwMTEuMTA2IDBMMTAgOC44OTJsNC42NjQtNC42NjRhLjc4My43ODMgMCAwMTEuMTA3IDEuMTA3TDExLjEwNyAxMGw0LjY2NCA0LjY2NGEuNzgzLjc4MyAwIDAxLTEuMTA3IDEuMTA3TDEwIDExLjEwNyA1LjMzNiAxNS43N2EuNzgzLjc4MyAwIDAxLTEuMTA3LTEuMTA3TDguODkzIDEwIDQuMjMgNS4zMzZhLjc4My43ODMgMCAwMTAtMS4xMDd6IiBmaWxsPSIjMzMzIi8+PC9zdmc+) center no-repeat;
  border: 0;
  border-radius: 0 6px 6px 0;
  cursor: pointer;
  display: block;
  height: 40px;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
}
.ambrands-search-block .ambrands-clear:not(.-active) {
  display: none;
}
.ambrands-search-block .ambrands-input {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-radius: 6px;
  box-sizing: border-box;
  color: #333333;
  display: block;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
  line-height: 20px;
  margin: 0 0 10px;
  max-width: 100%;
  padding: 10px 40px;
}
.ambrands-search-block .ambrands-input::-webkit-input-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.ambrands-search-block .ambrands-input:-moz-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  opacity: 1;
}
.ambrands-search-block .ambrands-input::-moz-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  opacity: 1;
}
.ambrands-search-block .ambrands-input:-ms-input-placeholder {
  color: #575757;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
}
.ambrands-search-block .ambrands-input:focus::-webkit-input-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus:-moz-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus::-moz-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:focus:-ms-input-placeholder {
  color: #c7c7c7;
}
.ambrands-search-block .ambrands-input:hover,
.ambrands-search-block .ambrands-input:focus {
  border-color: #006bb4;
}
._keyfocus .ambrands-search-block .ambrands-input:focus,
.ambrands-search-block .ambrands-input:not([disabled]):focus {
  box-shadow: none;
}
.ambrands-livesearch-block {
  background-color: #ffffff;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  box-sizing: border-box;
  display: block;
  max-height: 250px;
  max-width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: absolute;
  width: 460px;
  z-index: 99;
}
.ambrands-livesearch-block:not(.-active) {
  display: none;
}
.ambrands-livesearch-block > .ambrands-item {
  box-sizing: border-box;
  color: #1e1e1e;
  display: block;
  float: left;
  padding: 5px 10px;
  width: 100%;
}
.ambrands-livesearch-block > .ambrands-item:hover {
  background-color: #e8e8e8;
  text-decoration: none;
}
.ambrands-livesearch-block > .ambrands-item.active {
  background-color: #e8e8e8;
}
@supports (-webkit-touch-callout: none) {
  ._keyfocus .ambrands-search-block .ambrands-input:not(:focus),
  .ambrands-search-block .ambrands-input:not(:focus) {
    border-top-width: .5px;
  }
}
.ambrands-letters-list .ambrands-letter {
  box-sizing: border-box;
  margin-bottom: 40px;
  vertical-align: top;
  width: 100%;
}
.ambrands-letters-list .ambrands-letter .ambrands-content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -8px;
  padding: 0;
}
.ambrands-letters-list .ambrands-letter .ambrands-title {
  align-items: center;
  color: #333333;
  display: flex;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  margin: 0 0 20px;
}
.ambrands-letter .ambrands-brand-item {
  margin: 0 8px 16px;
  min-width: 100px;
  position: relative;
}
.ambrands-letter .ambrands-brand-item.-no-logo {
  max-width: calc(50% - (8px * 2));
  width: 100%;
}
.ambrands-letter .ambrands-brand-item.-no-logo .ambrands-label {
  padding-top: 10px;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner {
  align-items: center;
  background: #ffffff;
  border: 1px solid transparent;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(74, 83, 94, 0.03), 0 4px 10px rgba(104, 118, 139, 0.13);
  color: #333333;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-start;
  overflow: hidden;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner:hover,
.ambrands-letter .ambrands-brand-item .ambrands-inner:focus {
  border-color: #006bb4;
  text-decoration: none;
}
.ambrands-letter .ambrands-brand-item .ambrands-inner:active {
  background: rgba(65, 173, 255, 0.19);
  border-color: #006bb4;
}
.ambrands-letter .ambrands-brand-item .ambrands-empty {
  color: #8c8c8c;
}
.ambrands-letter .ambrands-brand-item .ambrands-count {
  color: #757575;
}
.ambrands-letter .ambrands-brand-item .ambrands-count:before {
  content: '(';
}
.ambrands-letter .ambrands-brand-item .ambrands-count:after {
  content: ')';
}
.ambrands-letter .ambrands-brand-item .ambrands-label {
  word-wrap: break-word;
  word-break: break-word;
  box-sizing: border-box;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  margin: auto;
  padding: 0 10px 10px;
  width: 100%;
}
.ie11 .ambrands-letter .ambrands-brand-item .ambrands-label {
  word-break: break-all;
}
.ambrands-brand-item .ambrands-image-block {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  padding: 10px;
}
.ambrands-brand-item .ambrands-image-block > .ambrands-image {
  max-height: 100%;
  max-width: 100%;
}
.ambrands-letter .ambrands-image {
  display: block;
  margin: 0 auto;
  pointer-events: none;
}
.ambrands-letters-list .ambrands-brand-item {
  list-style-type: none;
  text-align: center;
}
.ambrands-list-popup,
.ambrands-menu-item .ambrands-arrow {
  display: none;
}
.ambrands-slider.amslider .ambrands-slide-link {
  display: flex;
  width: 100%;
}
.ambrands-slider.amslider .ambrands-slide-link:hover {
  text-decoration: none;
}
.ambrands-slider.amslider .brand-swiper-slide.swiper-slide {
  padding: .4rem;
}
.ambrands-slider.amslider .brand-swiper-slide.swiper-slide .ambrands-empty {
  color: #8c8c8c;
}
.ambrands-slider.amslider .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: .8rem 1rem;
}
.ambrands-slider.amslider .swiper-button-prev,
.ambrands-slider.amslider .swiper-button-next {
  background-color: #68a8e0;
}
.ambrands-slider.amslider .swiper-button-prev:focus,
.ambrands-slider.amslider .swiper-button-next:focus {
  box-shadow: 0 0 4px 3px #68a8e0;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.amsearch-form-block {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-end;
  position: relative;
  transition: .3s;
}
.amsearch-form-block.-opened {
  z-index: 98;
}
.header.content {
  flex-wrap: wrap;
}
.amsearch-loader-block {
  background: url(data:image/gif;base64,R0lGODlhEAALAPQAAP///wAAANra2tDQ0Orq6gYGBgAAAC4uLoKCgmBgYLq6uiIiIkpKSoqKimRkZL6+viYmJgQEBE5OTubm5tjY2PT09Dg4ONzc3PLy8ra2tqCgoMrKyu7u7gAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCwAAACwAAAAAEAALAAAFLSAgjmRpnqSgCuLKAq5AEIM4zDVw03ve27ifDgfkEYe04kDIDC5zrtYKRa2WQgAh+QQJCwAAACwAAAAAEAALAAAFJGBhGAVgnqhpHIeRvsDawqns0qeN5+y967tYLyicBYE7EYkYAgAh+QQJCwAAACwAAAAAEAALAAAFNiAgjothLOOIJAkiGgxjpGKiKMkbz7SN6zIawJcDwIK9W/HISxGBzdHTuBNOmcJVCyoUlk7CEAAh+QQJCwAAACwAAAAAEAALAAAFNSAgjqQIRRFUAo3jNGIkSdHqPI8Tz3V55zuaDacDyIQ+YrBH+hWPzJFzOQQaeavWi7oqnVIhACH5BAkLAAAALAAAAAAQAAsAAAUyICCOZGme1rJY5kRRk7hI0mJSVUXJtF3iOl7tltsBZsNfUegjAY3I5sgFY55KqdX1GgIAIfkECQsAAAAsAAAAABAACwAABTcgII5kaZ4kcV2EqLJipmnZhWGXaOOitm2aXQ4g7P2Ct2ER4AMul00kj5g0Al8tADY2y6C+4FIIACH5BAkLAAAALAAAAAAQAAsAAAUvICCOZGme5ERRk6iy7qpyHCVStA3gNa/7txxwlwv2isSacYUc+l4tADQGQ1mvpBAAIfkECQsAAAAsAAAAABAACwAABS8gII5kaZ7kRFGTqLLuqnIcJVK0DeA1r/u3HHCXC/aKxJpxhRz6Xi0ANAZDWa+kEAA7AAAAAAAAAAAA) no-repeat center;
  bottom: 0;
  height: 11px;
  margin: auto 5px auto 0;
  position: absolute;
  right: 40px;
  top: 0;
  width: 16px;
  z-index: 1000;
}
.amsearch-message-block {
  align-items: center;
  background: #fafafa;
  display: flex;
  font-size: 18px;
  justify-content: center;
  line-height: 25px;
  margin: 20px;
  padding: 20px;
  text-align: center;
  width: 100%;
}
.amsearch-message-block b {
  padding: 0 0 0 5px;
}
.amsearch-link {
  color: #1979c2;
  text-decoration: none;
}
.amsearch-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
.amsearch-link:active {
  color: #004c80;
}
.amsearch-wrapper-block {
  box-sizing: border-box;
  display: inline-block;
  margin: 10px 0 0 0;
  order: 1;
  padding: 20px 0;
  position: relative;
  width: 100%;
}
.nav-sections .navigation {
  z-index: 2;
}
.page-header .amsearch-wrapper-block:before {
  background: #cccccc;
  content: '';
  height: 1px;
  margin: 0 -15px;
  position: absolute;
  top: 0;
  width: calc(100% + 15px * 2);
}
.amsearch-emptysearch-cms {
  background: #fbfcfe;
  color: #1f1b1b;
  padding: 30px;
}
.amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-all;
}
.ie11 .amsearch-emptysearch-cms > .amsearch-content {
  word-break: break-all;
}
.amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
  font-size: 38px;
  font-weight: 800;
  margin: 0 0 20px;
}
.amsearch-emptysearch-cms .amsearch-text {
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}
.amsearch-emptysearch-cms .amsearch-contacts-block {
  font-size: 14px;
  margin-top: 30px;
}
.amsearch-emptysearch-cms .amsearch-image-block {
  margin-top: 30px;
}
.amsearch-emptysearch-cms .amsearch-contacts-block > .amsearch-title {
  margin-bottom: 5px;
}
.amsearch-highlight {
  color: var(--amsearch-color-highlight, #3ac39c);
  font-weight: 700;
}
@-webkit-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.amsearch-button {
  cursor: pointer;
  display: inline-block;
  transition: .3s;
}
.amsearch-button.-icon {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 13px;
}
.amsearch-button.-icon:hover,
.amsearch-button.-icon:focus {
  filter: brightness(0.5);
}
.amsearch-button.-clear {
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 0;
}
.amsearch-button.-clear:active,
.amsearch-button.-clear:hover,
.amsearch-button.-clear:focus {
  border: none;
  box-shadow: none;
}
.amsearch-button.-close {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==);
  border: 0;
  padding: 16px;
}
.amsearch-button.-loupe {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1Ni45NjYgNTYuOTY2Ij48cGF0aCBkPSJNNTUuMTQ2IDUxLjg4N0w0MS41ODggMzcuNzg2QTIyLjkyNiAyMi45MjYgMCAwIDAgNDYuOTg0IDIzYzAtMTIuNjgyLTEwLjMxOC0yMy0yMy0yM3MtMjMgMTAuMzE4LTIzIDIzIDEwLjMxOCAyMyAyMyAyM2M0Ljc2MSAwIDkuMjk4LTEuNDM2IDEzLjE3Ny00LjE2MmwxMy42NjEgMTQuMjA4Yy41NzEuNTkzIDEuMzM5LjkyIDIuMTYyLjkyLjc3OSAwIDEuNTE4LS4yOTcgMi4wNzktLjgzN2EzLjAwNCAzLjAwNCAwIDAgMCAuMDgzLTQuMjQyek0yMy45ODQgNmM5LjM3NCAwIDE3IDcuNjI2IDE3IDE3cy03LjYyNiAxNy0xNyAxNy0xNy03LjYyNi0xNy0xNyA3LjYyNi0xNyAxNy0xN3oiIGZpbGw9IiNhOWE5YTkiLz48L3N2Zz4=);
  border: 0;
  box-shadow: none;
  height: 20px;
  padding: 0;
  width: 20px;
}
.amsearch-button.-wishlist,
.amsearch-button.-compare {
  background-size: 18px;
}
.amsearch-button.-wishlist {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAyMCAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjA2MTIgMC40NzczMUMxNS43NjIgLTAuMTAzNzYzIDE0LjQ0OTcgLTAuMTU0MjkxIDEzLjEyNDUgMC4zMjU3MjZDMTEuNzk5MiAwLjc4MDQ3OSAxMC44Mzc3IDEuNjM5NDYgMTAuMjQwMSAyLjkwMjY2QzEwLjE4ODEgMy4wMDM3MiAxMC4xMzYxIDMuMTA0NzcgMTAuMDg0MiAzLjIwNTgzQzEwLjA1ODIgMy4zMDY4OCAxMC4wMzIyIDMuNDIwNTcgMTAuMDA2MiAzLjU0Njg5QzkuOTgwMjMgMy40MjA1NyA5Ljk0MTI1IDMuMzA2ODggOS44ODkyOCAzLjIwNTgzQzkuODYzMyAzLjEwNDc3IDkuODI0MzIgMy4wMDM3MiA5Ljc3MjM1IDIuOTAyNjZDOS4xNzQ2OCAxLjYzOTQ2IDguMjEzMjMgMC43ODA0NzkgNi44ODc5NyAwLjMyNTcyNkM1LjU2MjcyIC0wLjE1NDI5MSA0LjI1MDQ2IC0wLjEwMzc2MyAyLjk1MTE5IDAuNDc3MzFDMS42Nzc5MSAxLjA4MzY1IDAuNzk0NDA5IDIuMDQzNjggMC4zMDA2ODggMy4zNTc0MUMtMC4xNjcwNDkgNC42NzExNCAtMC4wODkwOTI2IDUuOTU5NjEgMC41MzQ1NTYgNy4yMjI4MUMwLjgyMDM5NSA3Ljg1NDQxIDEuNDcwMDMgOC43MjYwMiAyLjQ4MzQ2IDkuODM3NjRDMy41MjI4NyAxMC45MjQgNC42MDEyNiAxMS45OTc3IDUuNzE4NjMgMTMuMDU4OEM2LjgzNiAxNC4xMTk5IDcuODIzNDUgMTUuMDQyIDguNjgwOTYgMTUuODI1MkM5LjU2NDQ2IDE2LjYwODQgMTAuMDA2MiAxNyAxMC4wMDYyIDE3QzEwLjAwNjIgMTcgMTAuMDA2MiAxNi45ODc0IDEwLjAwNjIgMTYuOTYyMUMxMC4wMDYyIDE2Ljk4NzQgMTAuMDA2MiAxNyAxMC4wMDYyIDE3QzEwLjAwNjIgMTcgMTAuNDM1IDE2LjYwODQgMTEuMjkyNSAxNS44MjUyQzEyLjE3NiAxNS4wNDIgMTMuMTc2NCAxNC4xMTk5IDE0LjI5MzggMTMuMDU4OEMxNS40MTEyIDExLjk5NzcgMTYuNDc2NiAxMC45MjQgMTcuNDkgOS44Mzc2NEMxOC41Mjk0IDguNzI2MDIgMTkuMTkyIDcuODU0NDEgMTkuNDc3OSA3LjIyMjgxQzIwLjEwMTUgNS45NTk2MSAyMC4xNjY1IDQuNjcxMTQgMTkuNjcyOCAzLjM1NzQxQzE5LjIwNSAyLjA0MzY4IDE4LjMzNDUgMS4wODM2NSAxNy4wNjEyIDAuNDc3MzFaIiBmaWxsPSIjNkU3MTZFIi8+Cjwvc3ZnPgo=);
  height: 20px;
  width: 20px;
}
.amsearch-button.-compare {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAyMCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTUgMTRWOS4zNjk3OUgwVjE0SDVaTTEyLjQ2MDkgMEg3LjVWMTRIMTIuNDYwOVYwWk0yMCA0LjcwMzEySDE1VjE0SDIwVjQuNzAzMTJaIiBmaWxsPSIjNkU3MTZFIi8+Cjwvc3ZnPgo=);
  height: 20px;
  width: 20px;
}
.amsearch-button.-disabled {
  opacity: .7;
  pointer-events: none;
}
.amsearch-button.-primary {
  background: #1979c2;
  border: 1px solid #1979c2;
  border-radius: 0;
  color: #1979c2;
  letter-spacing: -.015em;
  transition: .3s;
}
.amsearch-button.-primary:hover {
  background: #1979c2;
}
.amsearch-button.-primary:active {
  background: #1979c2;
}
.amsearch-button.-search {
  background-color: var(--amsearch-color-search_button, #1979c2);
  border-color: var(--amsearch-color-search_button, #1979c2);
  color: var(--amsearch-color-search_button_text, #ffffff);
}
.amsearch-button.-search:hover {
  background: var(--amsearch-color-search_button-hover, #166bab);
  border-color: var(--amsearch-color-search_button-hover, #166bab);
}
.amsearch-button.-search:active {
  background: var(--amsearch-color-search_button-focus, #135d95);
  border-color: var(--amsearch-color-search_button-focus, #135d95);
}
.amsearch-button.-full-close {
  align-items: center;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  border-radius: 50%;
  display: flex;
  font-size: 10px;
  height: 32px;
  justify-content: center;
  padding: 0;
  width: 32px;
}
.amsearch-button.-full-close:after {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  height: 12px;
  width: 12px;
}
.amsearch-button.-full-close:hover {
  background-color: #e8e8e8;
}
.amsearch-button.-full-close:active {
  background-color: #dcdcdc;
}
.amsearch-slider-section {
  box-sizing: border-box;
  display: flex;
}
.amsearch-slider-section .amsearch-item:hover,
.amsearch-slider-section .amsearch-item.selected {
  background-color: transparent;
}
.amsearch-slider-section .amsearch-item .amsearch-image {
  pointer-events: auto;
  width: 100%;
}
.amsearch-slider-section.slick-slider {
  padding: 0;
}
.amsearch-slider-section .slick-dots {
  background: inherit;
  border: none;
  top: 100%;
}
.amsearch-slider-section .slick-dots > li[role='presentation'] {
  align-items: center;
  border: none;
  display: inline-flex;
  height: 6px;
  justify-content: center;
  margin: 0 6px;
  padding: 0;
  text-align: inherit;
  white-space: inherit;
  width: 6px;
}
.amsearch-slider-section .slick-dots > li[role='presentation']:hover,
.amsearch-slider-section .slick-dots > li[role='presentation'].selected {
  background: inherit;
}
.amsearch-slider-section .slick-dots > li[role='presentation'].slick-active button {
  background: #ff5502;
  border-color: #ff5502;
}
.amsearch-slider-section .slick-dots > li[role='presentation'] button {
  background: #fff;
  border: 1px solid #cccccc;
  border-radius: 100%;
  height: 100%;
  padding: 0;
  width: 100%;
}
.amsearch-slider-section .slick-dots > li[role='presentation'] button:before {
  content: none;
}
.amsearch-slider-section button.slick-arrow {
  background: #ffffff url('data:image/svg+xml;base64, PHN2ZyB3aWR0aD0iMTEiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxMSAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjU0NTQgOS4zNzY2OEwyLjE5ODk1IDAuNDA5MThMMC43NDIyNjEgMS44NDg5Mkw3Ljc1MDEzIDkuMzc2NjhMMC41NDU0MSAxNy4xNTEzTDEuOTYyNzMgMTguNTkxTDEwLjA3MyA5LjkxMTQ0TDEwLjU0NTQgOS4zNzY2OFoiIGZpbGw9IiM5OTk5OTkiLz4KPC9zdmc+Cg==') center no-repeat !important;
  border-radius: 0;
  bottom: 0;
  height: 40px;
  margin: auto 0;
  top: 0;
  width: 40px;
  z-index: 2;
}
/* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
#amasty-shopby-product-list {
  max-width: 100%;
  order: 10;
}
.amsearch-products-section {
  align-content: flex-start;
  border-left: none;
  border-top: 1px solid #cccccc;
  box-sizing: border-box;
  padding: 20px 0 0;
  position: relative;
  transition: .1s;
  width: 100%;
  /* phpcs:ignore Magento2.Less.TypeSelectors.UpperCaseSelector */
}
.amsearch-products-section .amsearch-sku-block {
  padding: 0 0 10px;
}
.amsearch-products-section .amsearch-link {
  color: var(--amsearch-color-text, #3ac39c);
}
.amsearch-products-section .amsearch-link:hover {
  color: var(--amsearch-color-hover_text, #3ac39c);
}
.amsearch-products-section .amsearch-block-header {
  padding: 0 20px 25px;
}
.amsearch-products-section .amsearch-item .item-description {
  word-break: keep-all;
}
.amsearch-products-section .amsearch-item .product-item-description {
  word-break: break-all;
}
.amsearch-products-section .product-item-description {
  color: #999999;
  font-size: 1.2rem;
  margin: 0;
  padding: 0 0 10px;
}
.amsearch-products-section .amsearch-product-list {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%;
}
.amsearch-products-section .amsearch-item {
  align-content: flex-start;
  box-sizing: border-box;
  display: flex;
  margin: 0;
  padding: 20px;
  position: relative;
}
.amsearch-products-section .amsearch-item:hover {
  background: var(--amsearch-color-hover, #f4f5fa);
  z-index: 8;
}
.amsearch-products-section .amsearch-item:not(:hover) .dropdown {
  display: none;
}
.amsearch-products-section .product-item-details {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  min-height: 100px;
}
.amsearch-products-section .amsearch-wrapper-inner {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
}
.amsearch-products-section .product-item-link {
  padding: 0 0 10px;
  word-break: keep-all;
}
.amsearch-products-section .action.tocart {
  word-break: break-word;
  word-wrap: break-word;
  border-radius: 0;
  font-size: 1.2rem;
  line-height: 1.2;
  min-height: 35px;
  padding: 10px;
  white-space: inherit;
}
.ie11 .amsearch-products-section .action.tocart {
  word-break: break-all;
}
.ie11 .amsearch-products-section .action.tocart {
  word-break: break-all;
}
.amsearch-products-section .product-item [data-role='priceBox'] {
  display: flex;
  flex-basis: 100%;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding: 0 0 10px;
}
.amsearch-products-section .product-item [data-role='priceBox'] p,
.amsearch-products-section .product-item [data-role='priceBox'] span {
  flex-basis: 100%;
  padding: 0 0 5px;
}
.amsearch-products-section .product-reviews-summary {
  margin: 0;
  padding: 0 0 10px;
}
.amsearch-products-section .actions-secondary {
  align-items: center;
  display: flex;
  padding: 5px;
}
.amsearch-products-section .actions-secondary .amsearch-button.-icon {
  margin: 5px;
}
.amsearch-products-section .actions-secondary > .action {
  flex-grow: inherit;
  line-height: normal;
  margin-right: 5px;
}
.amsearch-products-section.-list .amsearch-item {
  width: 100%;
}
.amsearch-products-section.-list .amsearch-image {
  max-width: 132px;
  width: 40%;
}
.amsearch-products-section.-list .actions-secondary {
  padding: 0 0 0 5px;
}
.amsearch-products-section.-list .amsearch-description {
  padding-left: 10px;
}
.amsearch-products-section.-grid .amsearch-image {
  padding-bottom: 10px;
  width: 100%;
}
.amsearch-products-section.-grid .amsearch-image .amsearch-product-image-container {
  display: inline-block;
  max-width: 100%;
}
.amsearch-products-section.-grid:not(.-slider) .amsearch-item {
  flex-wrap: wrap;
  max-width: 50%;
}
.amsearch-collapsible-section[data-collapsible].-opened .amsearch-collapsible-title:after {
  transform: rotate(225deg) translate(-5px, 0);
}
.amsearch-collapsible-section[data-collapsible] .amsearch-collapsible-title {
  align-items: center;
  cursor: pointer;
  display: flex;
}
.amsearch-collapsible-section[data-collapsible] .amsearch-collapsible-title:after {
  border-bottom: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  content: '';
  display: inline-block;
  height: 10px;
  transform: rotate(45deg) translate(0, -5px);
  transition: .3s all;
  width: 10px;
}
.amsearch-block-header {
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  padding: 0 20px 2px;
  width: 100%;
}
.amsearch-block-header .amsearch-title {
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: capitalize;
  word-break: break-word;
  word-wrap: break-word;
}
.amsearch-block-header .amsearch-link {
  line-height: 26px;
  min-width: 90px;
}
.amsearch-block-header .amsearch-link.-view-all .amsearch-count {
  font-weight: inherit;
}
.amsearch-block-header .amsearch-link .amsearch-count:before {
  content: '(+';
}
.amsearch-block-header .amsearch-count {
  font-weight: 300;
}
.amsearch-block-header .amsearch-count:before {
  content: '(';
}
.amsearch-block-header .amsearch-count:after {
  content: ')';
}
.amsearch-category-tab .amsearch-item {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.amsearch-category-tab .amsearch-item .am-item-link:not(:last-of-type):after {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiB2aWV3Qm94PSIwIDAgNDUxLjg0NiA0NTEuODQ3Ij48cGF0aCBkPSJNMzQ1LjQ0MSAyNDguMjkyTDE1MS4xNTQgNDQyLjU3M2MtMTIuMzU5IDEyLjM2NS0zMi4zOTcgMTIuMzY1LTQ0Ljc1IDAtMTIuMzU0LTEyLjM1NC0xMi4zNTQtMzIuMzkxIDAtNDQuNzQ0TDI3OC4zMTggMjI1LjkyIDEwNi40MDkgNTQuMDE3Yy0xMi4zNTQtMTIuMzU5LTEyLjM1NC0zMi4zOTQgMC00NC43NDggMTIuMzU0LTEyLjM1OSAzMi4zOTEtMTIuMzU5IDQ0Ljc1IDBsMTk0LjI4NyAxOTQuMjg0YzYuMTc3IDYuMTggOS4yNjIgMTQuMjcxIDkuMjYyIDIyLjM2NiAwIDguMDk5LTMuMDkxIDE2LjE5Ni05LjI2NyAyMi4zNzN6IiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBjbGFzcz0iYWN0aXZlLXBhdGgiIGRhdGEtb2xkX2NvbG9yPSIjYTNhM2EzIiBmaWxsPSIjYTNhM2EzIi8+PC9zdmc+) no-repeat center;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 10px;
  margin: 0 10px;
  width: 10px;
}
.amsearch-result-tabs {
  margin-top: 5px;
  z-index: initial;
}
.amsearch-result-tabs > .data.item.content:not([aria-hidden='false']) {
  display: none;
}
.amsearch-result-tabs .title {
  box-sizing: border-box;
  position: relative;
}
.amsearch-result-tabs .title.active .amsearch-results-count {
  display: none;
}
.amsearch-result-tabs .title.active .switch {
  padding-bottom: 1px;
}
.amsearch-result-tabs .data.content {
  display: none;
}
.amsearch-result-tabs .data.content[aria-hidden='false'] {
  display: block;
}
.amsearch-result-tabs .data.title {
  margin-right: 5px;
}
.amsearch-result-tabs .data.title.active {
  background: #d8d8d8;
  box-sizing: border-box;
}
.amsearch-result-tabs .data.title.last {
  margin-bottom: 8px;
}
.page-header:not(.amsearch-full-width) .amsearch-result-section {
  /* phpcs:ignore Magento2.Less.ClassNaming.NotAllowedSymbol */
  -webkit-animation: amsearch-animation__fadeIn 0.3s forwards;
  animation: amsearch-animation__fadeIn 0.3s forwards;
}
.page-header .amsearch-result-section {
  right: 0;
}
.amsearch-result-section {
  overflow: hidden;
  overflow-y: auto;
  scrollbar-color: #adadad rgba(255, 255, 255, 0.2);
  scrollbar-width: thin;
  background-color: var(--amsearch-color-background, #ffffff);
  border: 1px solid;
  border-color: var(--amsearch-color-border, transparent);
  border-radius: 3px;
  box-shadow: 0 2px 4px rgba(84, 95, 125, 0.12), 0 5px 8px rgba(155, 159, 174, 0.1);
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin: 5px 0;
  max-height: 90vh;
  position: absolute;
  top: 100%;
  transition: .3s;
  width: 100%;
  z-index: 99;
}
.amsearch-result-section::-webkit-scrollbar {
  background: #f0f0f0;
}
.amsearch-result-section::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #adadad;
  cursor: pointer;
}
.amsearch-result-section ::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px #ffffff;
}
.amsearch-result-section::-webkit-scrollbar {
  width: 4px;
}
.amsearch-result-section::-webkit-scrollbar-thumb {
  width: 4px;
}
.amsearch-result-section ::-webkit-scrollbar-track {
  width: 4px;
}
.amsearch-result-section:empty {
  display: none;
}
.amsearch-result-section .amsearch-result-block {
  box-sizing: border-box;
  max-width: 100%;
  width: 100%;
}
.amsearch-result-section .amsearch-result-block:empty {
  display: none;
}
.amsearch-result-block.-preload {
  display: flex;
  flex-wrap: wrap;
}
.amsearch-result-block.-preload:empty {
  display: none;
}
.amsearch-result-block.-preload .amsearch-item:first-child:last-child {
  max-width: 100%;
  width: 100%;
}
.amsearch-result-block.-preload .amsearch-slider-section {
  width: 100%;
}
.amsearch-result-block.-preload .amsearch-products-list {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.page-header .amsearch-input-wrapper {
  width: 100%;
}
.amsearch-input-wrapper {
  max-width: 100%;
  position: relative;
  transition: .3s;
}
.amsearch-input-wrapper.-typed .amsearch-button.-loupe {
  left: 10px;
  right: auto;
}
.amsearch-input-wrapper.-typed .amsearch-input {
  padding-left: 33px;
  padding-right: 33px;
}
.amsearch-input-wrapper .amsearch-input {
  border: 1px solid #ccc;
  padding: 5px 10px;
  transition: .3s;
}
.amsearch-input-wrapper .amsearch-input:focus {
  border: 1px solid #1979c2;
  box-shadow: none;
}
.amsearch-input-wrapper .amsearch-input:focus::placeholder,
.amsearch-input-wrapper .amsearch-input:focus::-webkit-input-placeholder {
  color: transparent;
}
.amsearch-input-wrapper .amsearch-input::placeholder,
.amsearch-input-wrapper .amsearch-input::-webkit-input-placeholder {
  color: #999;
}
.amsearch-input-wrapper .amsearch-button.-close {
  bottom: 0;
  font-size: 1rem;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}
.amsearch-input-wrapper .amsearch-button.-loupe {
  border: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  right: 5px;
  top: 0;
}
body.-amsearch-overlay-opened .logo,
body.-amsearch-overlay-opened .nav-sections {
  z-index: 0;
}
.page-header.amsearch-full-width.-opened {
  z-index: 12;
}
.amsearch-overlay-block {
  background: rgba(0, 0, 0, 0.19);
  bottom: 0;
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 11;
}
.amsearch-overlay-block .amsearch-overlay {
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}
.amsearch-items-section {
  padding: 25px 0 0 0;
  width: 100%;
}
.amsearch-items-section:empty {
  display: none;
}
.amsearch-item-container {
  flex-basis: 100%;
  padding: 0 0 20px;
  position: relative;
}
.amsearch-item-container.-opened {
  padding: 0 0 32px;
}
.amsearch-item-container.-page a.amsearch-link {
  color: var(--amsearch-color-hover_text, #3ac39c);
  font-weight: 600;
}
.amsearch-item-container.-recent_searches:not(.-closed) .amsearch-block-header {
  padding: 0 20px 15px;
}
.amsearch-item-container.-recent_searches .amsearch-tab-items {
  padding: 0 20px;
}
.amsearch-item-container.-recent_searches .amsearch-item {
  background: #f5f5f5;
  border: 1px solid transparent;
  border-radius: 25px;
  box-sizing: border-box;
  display: inline-block;
  margin: 0 8px 10px 0;
  order: 1;
  text-decoration: none;
}
.amsearch-item-container.-recent_searches .amsearch-item.-match {
  background-color: var(--amsearch-color-hover, #f4f5fa);
}
.amsearch-item-container.-recent_searches .amsearch-item .amsearch-link {
  padding: 6px 15px;
}
.amsearch-item-container.-recent_searches .amasty-xsearch-num-results {
  display: none;
}
.amsearch-item-container.-popular_searches .amasty-xsearch-num-results {
  display: none;
  font-size: 12px;
}
.amsearch-item-container.-browsing_history .amasty-xsearch-num-results {
  display: none;
}
.amsearch-item-container.-brands .amasty-xsearch-num-results {
  color: #cccccc;
  display: inline-block;
  float: none;
}
.amsearch-item-container .amsearch-tab-items {
  list-style: none;
  margin: 0;
  padding: 0;
}
.amsearch-item-container .amsearch-description {
  padding: 8px 20px;
}
.amsearch-item-container .amsearch-item {
  cursor: pointer;
  margin: 0;
  overflow: hidden;
  text-transform: capitalize;
}
.amsearch-item-container .amsearch-item .amsearch-link {
  color: var(--amsearch-color-text, #3ac39c);
  display: block;
  font-size: 1.4rem;
  font-weight: 400;
  outline: none;
  padding: 8px 20px;
  text-decoration: none;
}
.amsearch-item-container .amsearch-item .amsearch-link:hover {
  background: var(--amsearch-color-hover, #f4f5fa);
  color: var(--amsearch-color-hover_text, #3ac39c);
}
.amsearch-item-container .amsearch-item .amsearch-link:focus {
  background: var(--amsearch-color-hover-focus, #f4f5fa);
  color: var(--amsearch-color-text-focus, #3ac39c);
}
.amsearch-related-terms {
  display: flex;
  flex-wrap: wrap;
  margin: 20px 0;
}
.amsearch-related-terms > .amsearch-title {
  font-weight: 700;
  margin: 0 0 15px 0;
  width: 100%;
}
.amsearch-related-terms > .amsearch-item {
  background: #d8eeff;
  border-radius: 20px;
  color: #252525;
  font-size: 12px;
  line-height: 1.3;
  margin: 0 15px 10px 0;
  padding: 5px 15px;
  transition: .1s;
}
.amsearch-related-terms > .amsearch-item:hover {
  background: #b7e0ff;
}
.amsearch-related-terms > .amsearch-item:hover,
.amsearch-related-terms > .amsearch-item:active {
  text-decoration: none;
}
.amsearch-related-terms .amsearch-count {
  color: #757575;
}
.amsearch-button.-full-close {
  display: none;
}
.page-header .amsearch-button.-loupe-trigger {
  background-size: 20px;
  filter: brightness(75%);
  float: right;
  height: 20px;
  margin: 14px;
  width: 20px;
}
.page-header.amsearch-full-width .header.content {
  transition: none;
}
.page-header.amsearch-full-width .amsearch-full_width-title {
  flex-basis: 100%;
  font-size: 2.6rem;
  font-weight: 300;
  margin: 0;
  padding: 0 0 20px 0;
  z-index: 15;
}
.page-header.amsearch-full-width .amsearch-input-wrapper {
  flex-grow: 10;
  width: initial;
}
.page-header.amsearch-full-width .amsearch-button.-search {
  flex-grow: 1;
}
.page-header.amsearch-full-width .amsearch-wrapper-block {
  display: none;
}
.page-header.amsearch-full-width .amsearch-form-block {
  flex-wrap: wrap;
  height: auto;
  justify-content: flex-start;
  min-width: 100%;
  padding: 20px 15px;
  transition: none;
}
.page-header.amsearch-full-width .amsearch-button.-full-close {
  bottom: 0;
  margin: 20px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 98;
}
.page-header.amsearch-full-width .amsearch-result-section {
  border-radius: 0;
  border-top: 1px solid #cccccc;
  margin: 0;
  transition: none;
  width: 100%;
}
.page-header.amsearch-full-width .amsearch-slider-section {
  max-width: none;
  width: 100%;
}
.page-header.amsearch-full-width .amsearch-wrapper-block {
  background: #f5f5f5;
  height: 100%;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 14;
}
.page-header.amsearch-full-width.-opened {
  height: 134px;
  transition: .1s;
}
.page-header.amsearch-full-width.-opened .panel.wrapper {
  display: none;
}
.page-header.amsearch-full-width.-opened .header.content {
  align-content: center;
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  max-width: 100%;
  padding: 0;
}
.page-header.amsearch-full-width.-opened .minicart-wrapper {
  display: none;
}
.page-header.amsearch-full-width.-opened .amsearch-wrapper-block {
  display: inline-block;
}
.page-header.amsearch-full-width.-opened .amsearch-button.-full-close {
  display: inline-flex;
}
.manufacturer-list .page-main,
.manufacturer-view .page-main {
  padding-left: 0;
  padding-right: 0;
}
.manufacturer-list .columns .column.main,
.manufacturer-view .columns .column.main {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.manufacturer-list .manufacturer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 20px;
  padding: 20px;
}
.manufacturer-list .manufacturer-item a {
  color: #333;
  text-decoration: none;
  font-size: 16px;
  font-weight: 500;
  display: block;
  width: 100%;
  height: 100%;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  text-align: center;
  transition: all 0.3s ease;
}
.manufacturer-list .manufacturer-item a:hover {
  background-color: #eaf3fa;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}
.manufacturer-list .message.info.empty {
  text-align: center;
  padding: 20px;
  margin: 20px;
  background: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.manufacturer-view .manufacturer-content {
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.manufacturer-view .manufacturer-content .cms-page-content {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
}
.manufacturer-view .message.error {
  text-align: center;
  padding: 20px;
  margin: 20px;
  background: #fff1f1;
  border: 1px solid #ffd6d6;
  border-radius: 4px;
  color: #d32f2f;
}
.manufacturer-view .message.info {
  text-align: center;
  padding: 20px;
  margin: 20px;
  background: #f8f8f8;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.manufacturers-index-view .page-wrapper .page-main {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
}
.manufacturers-index-view #featured_product h2 {
  font-weight: 500;
}
.manufacturer-main-content {
  margin: 0 auto;
  max-width: 1370px;
  padding: 0;
}
.manufacturer-hero {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: end;
  justify-content: center;
  text-align: center;
  margin-bottom: 40px;
}
.manufacturer-hero .manufacturer-hero-content {
  position: relative;
  z-index: 2;
  padding: 20px;
  margin-bottom: 200px;
}
.manufacturer-hero .manufacturer-brand {
  color: #ffffff;
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.manufacturer-hero .manufacturer-logo {
  color: #ffffff;
  margin-bottom: 20px;
  padding: 10px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.manufacturer-hero .manufacturer-logo img {
  width: 100%;
  height: 100%;
  max-width: 200px;
}
.manufacturer-hero .manufacturer-motto {
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}
.manufacturer-top-categories {
  margin: 20px 0;
  padding: 20px;
  border-radius: 4px;
  text-align: center;
  margin-bottom: 40px;
}
.manufacturer-top-categories h2 {
  font-size: 24px;
  font-weight: 500;
  color: #333;
  margin-bottom: 20px;
  text-align: left;
}
.manufacturer-top-categories .category-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(270px, auto));
  justify-content: center;
  gap: 20px !important;
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}
.manufacturer-top-categories .category-grid .category-item {
  text-align: center;
  margin: 0 !important;
  padding: 0 !important;
  padding: 8px;
  width: 270px;
}
.manufacturer-top-categories .category-grid .category-item .category-link {
  display: block;
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease;
}
.manufacturer-top-categories .category-grid .category-item .category-link:hover {
  transform: translateY(-5px);
}
.manufacturer-top-categories .category-grid .category-item .category-image {
  margin-bottom: 10px;
  border-radius: 4px;
  overflow: hidden;
  aspect-ratio: 1;
}
.manufacturer-top-categories .category-grid .category-item .category-image img {
  width: 100%;
  height: 100%;
  max-width: 250px;
  max-height: 250px;
  border-radius: 14px;
  object-fit: cover;
}
.manufacturer-top-categories .category-grid .category-item .category-name {
  font-size: 16px;
  color: #333;
  font-weight: 500;
  background-color: #eaf3fa;
  padding: 8px;
  border-radius: 10px;
}
.manufacturer-info-widget {
  margin-bottom: 40px;
  margin-top: 40px;
  padding: 0 20px;
}
.manufacturer-info-widget h3 {
  font-size: 24px;
  font-weight: 500;
  color: #333;
  margin-bottom: 20px;
}
.manufacturer-info-widget .content {
  font-size: 18px;
  color: #666;
  line-height: 1.6;
  margin-bottom: 40px;
}
.block-returns {
  margin-bottom: 2rem;
}
.block-returns .block-title {
  font-family: 'Montserrat', sans-serif;
  line-height: 24px;
  color: #373737;
  margin: 0 0 26px 0;
}
.block-returns .block-title strong {
  font-size: 2rem;
  font-weight: 500;
}
.block-returns .table-returns-items th {
  background-color: #fff;
  font-weight: 600;
}
.block-returns .table-returns-items .col.id {
  width: 15%;
}
.block-returns .table-returns-items .col.date {
  width: 15%;
}
.block-returns .table-returns-items .col.order-id {
  width: 15%;
}
.block-returns .table-returns-items .col.status {
  width: 20%;
}
.block-returns .table-returns-items .col.actions {
  width: 10%;
  text-align: center;
}
.block-returns .table-returns-items .action.view {
  background-image: none;
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  font-size: 12px;
  padding: 5px 10px;
}
.block-returns .table-returns-items .action.view:focus,
.block-returns .table-returns-items .action.view:active {
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
}
.block-returns .table-returns-items .action.view:hover {
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
}
.block-returns .table-returns-items .action.view.disabled,
.block-returns .table-returns-items .action.view[disabled],
fieldset[disabled] .block-returns .table-returns-items .action.view {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.block-return-view {
  margin-bottom: 2rem;
}
.block-return-view .block-title {
  margin-bottom: 20px;
}
.block-return-view .block-title .action.back {
  float: right;
  margin-top: 5px;
}
.block-return-view .block-title strong {
  font-size: 18px;
  font-weight: 600;
  display: inline-block;
  margin-right: 15px;
}
.block-return-view .return-block-status {
  color: #777;
  margin: 1rem 0 2rem 0;
  background: #eaf3fa;
  border-radius: 8px 0px 8px 8px;
  border: 0;
  padding: 0 20px;
  color: #346CAE;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.block-return-view .box {
  margin-bottom: 20px;
}
.block-return-view .box .block-title {
  margin: 0;
  padding: 10px 15px;
}
.block-return-view .box .block-title strong {
  font-size: 16px;
  margin: 0;
}
.block-return-view .box .block-content,
.block-return-view .box .box-content {
  padding: 15px 0 15px 15px;
  border: 0 !important;
  background-color: transparent !important;
}
.block-return-view .box.box-order-info .box-content .field {
  margin-bottom: 10px;
}
.block-return-view .box.box-order-info .box-content .field .label {
  display: inline-block;
  min-width: 120px;
  font-weight: 600;
}
.block-return-view .box.box-order-info .box-content .field .value {
  display: inline-block;
}
.block-return-view .box.box-return-info .box-content .field {
  margin-bottom: 10px;
}
.block-return-view .box.box-return-info .box-content .field .label {
  display: inline-block;
  min-width: 120px;
  font-weight: 600;
}
.block-return-view .box.box-return-info .box-content .field .value {
  display: inline-block;
}
.block-return-view .box.box-return-info .box-content .field .value .order-link {
  margin-left: 10px;
  text-decoration: underline;
  color: #0088cc;
}
.block-return-view .box.box-return-info .box-content .field .value .order-link:hover {
  text-decoration: none;
}
.block-return-view .box.box-return-items .table-returned-items th {
  background-color: #fff;
  font-weight: 600;
}
.block-return-view .box.box-return-items.full-width {
  width: 100% !important;
  clear: both;
  float: none !important;
}
.block-return-view .box.box-return-history .table-return-history th {
  background-color: #fff;
  font-weight: 600;
}
.block-return-view .box.box-return-history .table-return-history .col.date {
  width: 30%;
}
.block-return-view .box.box-return-history .table-return-history .col.status {
  width: 20%;
}
.block-return-view .box.box-return-history .table-return-history .col.comment {
  width: 50%;
}
.block-return-view .box.box-return-history.full-width {
  width: 100% !important;
  clear: both;
  float: none !important;
}
.message.info.empty {
  padding: 15px;
  background-color: #f8f8f8;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  font-style: italic;
}
.qa-search-container {
  margin: 20px auto;
  width: 60%;
}
.qa-search-container #qa-search {
  width: 85%;
}
.qa-search-container .action {
  vertical-align: bottom;
}
.products-questions-toolbar {
  position: relative;
}
.products-questions-toolbar .toolbar-amount {
  position: relative;
  text-align: center;
}
.question-toolbar {
  border-top: 1px solid #c9c9c9;
  margin: 0 0 18px;
  padding: 0;
  text-align: center;
}
.question-toolbar .pages {
  border-bottom: 1px solid #c9c9c9;
  display: block;
  padding: 18px 0;
  text-align: center;
}
.question-toolbar .limiter {
  display: none !important;
}
.question-form .action.submit.primary {
  margin: 0;
}
.question-form .actions-toolbar .actions-primary {
  padding: 0;
}
.question-fieldset {
  margin: 0 0 20px;
}
.fieldset .question-legend.legend {
  border-bottom: 0;
  line-height: 1.3;
  margin-bottom: 20px;
  padding: 0;
}
.fieldset .question-legend.legend span {
  margin: 0;
}
.fieldset .question-legend.legend strong {
  display: block;
  font-weight: 600;
}
.question-list {
  margin-bottom: 27px;
}
.question-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.5rem;
  margin-top: 2.25rem;
  margin-bottom: 1.8rem;
}
.question-item {
  border-bottom: 1px solid #f0f0f0;
  margin: 0;
  padding: 18px 0;
}
.question-item:after {
  clear: both;
  content: '';
  display: table;
}
.question-item:last-child {
  border-width: 0;
}
.question-author {
  display: inline;
}
.question-author .question-details-value {
  font-weight: 400;
}
.question-title {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.7rem;
  margin-top: 1.8rem;
  margin-bottom: 0.9rem;
  font-size: 1.4rem;
  margin: 0 0 18px;
}
.question-content {
  margin-bottom: 18px;
}
.answer-add {
  margin-bottom: 10px;
}
.answer-item {
  border-bottom: 1px solid #f0f0f0;
  margin: 0;
  padding: 18px 0;
}
.answer-item:after {
  clear: both;
  content: '';
  display: table;
}
.answer-item:last-child {
  border-width: 0;
}
.answer-author {
  color: #878787;
  display: inline;
  font-size: 12px;
  margin-right: 8px;
}
.answer-author .question-details-value {
  font-weight: 400;
}
.answer-content {
  line-height: 20px;
  margin-bottom: 8px;
}
.answer-detail {
  float: left;
}
.answer-add-link {
  clear: both;
  margin-top: 8px;
}
.answer-all {
  clear: both;
  display: inline-block;
  margin-top: 8px;
}
.answer-trigger {
  color: #858585;
}
.answer-action {
  float: right;
  margin-right: 20px;
}
.answer-like,
.answer-dislike {
  color: #c2c2c2;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  margin-left: 24px;
  text-align: center;
}
.answer-like {
  background: url('../../frontend/Leadlion/autogedal/ro_RO/Magediary_ProductQuestion/images/like.png') no-repeat;
  padding-left: 20px;
}
.answer-dislike {
  background: url('../../frontend/Leadlion/autogedal/ro_RO/Magediary_ProductQuestion/images/dislike.png') no-repeat;
  padding-left: 20px;
}
.answer-certified {
  background: url('../../frontend/Leadlion/autogedal/ro_RO/Magediary_ProductQuestion/images/certified.png') no-repeat left center;
  color: #858585;
  display: inline;
  font-size: 12px;
  margin-left: 8px;
  padding-left: 20px;
}
.answer-abuse {
  text-align: right;
}
.answer-abuse a {
  color: #858585;
  font-size: 12px;
}
.answer .like-cnt,
.answer .dislike-cnt {
  margin-left: 4px;
  padding: 2px 0 0;
  vertical-align: top;
}
.block .question-prefix,
.block .answer-prefix {
  display: inline-block;
  font-weight: 600;
  margin-right: 4px;
}
.page-main .column .question-add {
  margin-bottom: 0;
}
.clearer,
.field.downloads .field.choice {
  clear: both;
}
.product-full-width-section .block-title {
  display: none;
}
.table-questions .product-name,
.table-answers .product-name {
  font-weight: 400;
}
.customer-question .product-media {
  float: left;
  margin-right: 3%;
  max-width: 285px;
  width: 30%;
}
.customer-question .question-details {
  margin: 0;
}
.customer-question .question-details .question-title {
  line-height: 1.1;
  font-size: 1.7rem;
  margin-top: 1.8rem;
  margin-bottom: 0.9rem;
  font-weight: 600;
  margin-bottom: 18px;
}
.customer-question .question-details .question-content {
  margin: 0;
  margin-bottom: 18px;
}
.customer-question .question-details .question-date {
  color: #eaeaea;
}
@media only screen and (max-width: 992px) {
  .qa-search-container {
    width: 70%;
  }
  .qa-search-container #qa-search {
    width: 80%;
  }
}
@media only screen and (max-width: 768px) {
  .qa-search-container {
    width: 100%;
  }
  .qa-search-container #qa-search {
    margin-bottom: 6px;
    width: 90%;
  }
}
.mst-cache-warmer__toolbar {
  position: fixed;
  bottom: 1rem;
  left: 1rem;
  font-size: 1.3rem;
  outline: 5px solid rgba(74, 69, 66, 0.6);
  border-radius: 0;
  z-index: 1000000;
  box-shadow: 2px 2px 2px 0 rgba(50, 50, 50, 0.25);
  max-width: 90%;
  min-width: 30rem;
}
.mst-cache-warmer__toolbar > strong {
  text-align: center;
  font-weight: 600;
  display: block;
  padding: 1rem 2rem;
  color: #fff;
  background: #7c7977;
}
.mst-cache-warmer__toolbar._hit > strong {
  background: #69BA6D;
}
.mst-cache-warmer__toolbar._miss > strong {
  background: #D0011B;
}
.mst-cache-warmer__toolbar .mst-cache-warmer__toolbar-body {
  padding: 1rem;
  background: #fff;
  text-align: center;
}
.mst-cache-warmer__toolbar .mst-cache-warmer__toolbar-body > strong {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #928f8e;
}
.mst-cache-warmer__toolbar .mst-cache-warmer__toolbar-body .mst-cache-warmer__clean-cache {
  display: block;
  text-align: right;
  padding-top: 5px;
  cursor: pointer;
  text-decoration: underline;
  width: max-content;
  color: #928f8e;
  margin-left: auto;
}
.mst-cache-warmer__toolbar table tr th,
.mst-cache-warmer__toolbar table tr td {
  background: #fff;
  padding: .5rem 1rem;
  font-size: 1.2rem;
}
.mst-cache-warmer__toolbar table tr th {
  background: #f1f1f1;
  padding: 1rem;
  text-align: center;
}
.mst-cache-warmer__toolbar table tr td {
  text-align: left;
  border-top: 1px solid #f1f1f1;
}
.mst-cache-warmer__toolbar .mst-cache-warmer__toolbar-test,
.mst-cache-warmer__toolbar .mst-cache-warmer__toolbar-info {
  background: #fff;
  padding: .5rem 1rem;
  text-align: right;
  font-size: 1.2rem;
  border-top: 1px solid #f1f1f1;
  color: #928f8e;
  margin: 0;
}
.mst-cache-warmer__toolbar .mst-cache-warmer__toolbar-test a,
.mst-cache-warmer__toolbar .mst-cache-warmer__toolbar-info a {
  color: #928f8e;
  text-decoration: underline;
}
.mst-cache-warmer__toolbar .mst-cache-warmer__toolbar-test li,
.mst-cache-warmer__toolbar .mst-cache-warmer__toolbar-info li {
  text-align: left;
  padding-bottom: .5rem;
  list-style: none;
  display: flex;
  justify-content: space-between;
}
.mst-cache-warmer__toolbar .mst-cache-warmer__toolbar-test .__item,
.mst-cache-warmer__toolbar .mst-cache-warmer__toolbar-info .__item {
  font-weight: 600;
}
.m__page__data {
  display: none;
}
.cache-warmer__hole_punch_block_info {
  position: relative;
  border: 1px dotted red;
  margin: 6px 2px;
  padding: 18px 2px 2px 2px;
  zoom: 1;
}
.cache-warmer__hole_punch_timer_info {
  position: absolute;
  left: 0;
  top: 0;
  padding: 2px 5px;
  background: #faa;
  color: #333;
  font: normal 9px Arial;
  text-align: left !important;
  z-index: 998;
  text-transform: none;
}
.mst-cache-warmer__test-block {
  text-align: center;
}
.mst-cache-warmer__test-block .mst-cache-warmer__status-checker {
  min-width: 400px;
  background: #fff;
  outline: 5px solid rgba(74, 69, 66, 0.6);
  box-shadow: 2px 2px 2px 0 rgba(50, 50, 50, 0.25);
  padding: 2rem 5rem;
  font-size: 2rem;
  display: inline-block;
  font-weight: 800;
  color: #928f8e;
  margin-bottom: 5rem;
}
.mst-cache-warmer__test-block .mst-cache-warmer__status-checker span {
  font-size: 3rem;
  padding: 0 1rem;
}
.mst-cache-warmer__test-block .cacheable {
  background: #d0ffd9;
}
.mst-cache-warmer__test-block .non-cacheable {
  background: #ffe8e6;
}
#mb-ajaxsuite-blank {
  width: 100%;
  height: 100%;
  opacity: 0.8;
  background-color: #000000;
  position: fixed;
  top: 0;
  z-index: 100;
  display: none;
  left: 0;
}
.mb-ajaxsuite-popup-wrapper {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  display: none;
  position: fixed;
  background: white;
  z-index: 200;
  max-height: 95%;
  overflow-y: auto;
}
.mb-ajaxsuite-popup-wrapper a.mb-ajaxsuite-close {
  display: none;
  width: 24px;
  height: 24px;
  background: transparent url('../../frontend/Leadlion/autogedal/ro_RO/Tigren_Ajaxsuite/images/close-popup.png') top left no-repeat;
  position: absolute;
  top: 2px;
  right: 2px;
  opacity: 1;
  cursor: pointer;
  z-index: 1000;
}
.mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup-border {
  padding-top: 15px;
  padding-bottom: 15px;
}
.mb-ajaxsuite-popup-wrapper .mb-ajaxsuite-popup-border.mb-ajaxlogin-message-error {
  padding: 15px;
}
.mb-ajaxsuite-popup-wrapper .mb-inline {
  display: inline-block;
}
.block-posts-list {
  clear: both;
}
.block-posts-list .post-items {
  list-style: none;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.block-posts-list .post-item {
  padding: 0 15px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
.block-posts-list .item-wrapper {
  padding-bottom: 43px;
}
.block-posts-list .post-image {
  margin-bottom: 21px;
}
.block-posts-list .post-image img {
  width: 100%;
  vertical-align: top;
}
.block-posts-list .post-title {
  margin-bottom: 6px;
}
.block-posts-list .post-title h3 {
  font-weight: 500;
  margin: 0;
}
.block-posts-list .post-short-content {
  font-size: inherit;
  line-height: inherit;
  margin-bottom: 26px;
}
.block-posts-list .post-link {
  font-weight: 700;
}
.block-posts-list .post-data {
  border-top: solid 1px #e8e8e8;
  padding: 11px 0 0;
  display: flex;
  justify-content: space-between;
}
.block-posts-list .post-data .create-date a,
.block-posts-list .post-data .post-author a,
.block-posts-list .post-data .post-comments a {
  text-decoration: none;
}
.block-posts-list .post-data .create-date a span:before,
.block-posts-list .post-data .post-author a span:before,
.block-posts-list .post-data .post-comments a span:before,
.block-posts-list .post-data .create-date:before,
.block-posts-list .post-data .post-author:before,
.block-posts-list .post-data .post-comments:before {
  font-size: 18px;
  padding-right: 4px;
  vertical-align: middle;
}
.block-posts-list .post-data .create-date {
  order: 1;
}
.block-posts-list .post-data .create-date time {
  display: inline-block;
}
.block-posts-list .post-data .post-author {
  order: 2;
}
.block-posts-list .post-data .post-comments {
  order: 3;
  flex-basis: 50px;
  text-align: right;
}
@media (max-width: 1200px) {
  .block-posts-list .post-data {
    display: block;
    overflow: hidden;
  }
  .block-posts-list .post-data .create-date,
  .block-posts-list .post-data .post-author {
    display: block;
  }
  .block-posts-list .post-data .post-comments {
    float: right;
  }
}
@media (min-width: 767px) {
  .block-posts-list .post-item {
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
}
@media (max-width: 768px) {
  .block-posts-list .post-item {
    flex-basis: 50%;
  }
  .block-posts-list .post-item .item-wrapper {
    padding-bottom: 20px;
  }
}
@media (max-width: 350px) {
  .block-posts-list .post-item {
    flex-basis: 100%;
  }
}
.posts-list-wrapper .toolbar-top {
  margin-bottom: 30px;
}
.posts-list-wrapper .toolbar-top .toolbar {
  position: relative;
  margin-bottom: 0;
  text-align: left;
}
.posts-list-wrapper .toolbar-top .sorter {
  float: left;
  margin-bottom: 5px;
}
.posts-list-wrapper .toolbar-top .limiter {
  display: block;
  margin-bottom: 5px;
  text-align: right;
}
.posts-list-wrapper .toolbar-top .pages {
  display: none;
}
.posts-list-wrapper .toolbar-bottom .toolbar {
  margin-bottom: 0;
}
.posts-list-wrapper .toolbar-bottom .toolbar .pages {
  text-align: left;
  margin: 0;
  display: block;
}
.posts-list-wrapper .toolbar-bottom .toolbar .pages .pages-item-next {
  position: relative;
}
.posts-list-wrapper .toolbar-bottom .sorter,
.posts-list-wrapper .toolbar-bottom .limiter {
  display: none;
  visibility: hidden;
}
.widget.blog-posts {
  clear: both;
  width: 100%;
}
.widget.blog-posts .post-image img {
  width: 100%;
  vertical-align: top;
}
.widget.blog-posts .post-title {
  margin-bottom: 6px;
}
.widget.blog-posts .post-title h3 {
  font-weight: 500;
  margin: 0;
}
.widget.blog-posts .post-title h3 a {
  text-decoration: none;
}
.widget.blog-posts .post-link {
  font-weight: 700;
  text-transform: none;
}
.widget.blog-posts .post-data {
  border-top: solid 1px #e8e8e8;
  padding: 11px 0 0;
  display: flex;
  justify-content: space-between;
}
.widget.blog-posts .post-data .create-date a,
.widget.blog-posts .post-data .post-author a,
.widget.blog-posts .post-data .post-comments a {
  text-decoration: none;
}
.widget.blog-posts .post-data .create-date a span:before,
.widget.blog-posts .post-data .post-author a span:before,
.widget.blog-posts .post-data .post-comments a span:before,
.widget.blog-posts .post-data .create-date:before,
.widget.blog-posts .post-data .post-author:before,
.widget.blog-posts .post-data .post-comments:before {
  font-size: 18px;
  padding-right: 4px;
  vertical-align: middle;
}
.widget.blog-posts .post-data .create-date {
  order: 1;
}
.widget.blog-posts .post-data .create-date time {
  display: inline-block;
}
.widget.blog-posts .post-data .post-author {
  order: 2;
}
.widget.blog-posts .post-data .post-comments {
  order: 3;
  flex-basis: 50px;
  text-align: right;
}
@media (max-width: 1200px) {
  .widget.blog-posts .post-data {
    display: block;
    overflow: hidden;
  }
  .widget.blog-posts .post-data .create-date,
  .widget.blog-posts .post-data .post-author {
    display: block;
  }
  .widget.blog-posts .post-data .post-comments {
    float: right;
  }
}
.widget-post-grid .post-items {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -15px;
  width: auto;
}
.widget-post-grid .post-item {
  list-style: none;
  padding: 0 15px;
  box-sizing: border-box;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .widget-post-grid .post-items > .post-item {
    flex-basis: 33.333%;
    max-width: 33.6333%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .widget-post-grid .post-items > .post-item {
    flex-basis: 50%;
    max-width: 50%;
  }
}
.widget-post-grid .post-image {
  margin-bottom: 15px;
}
.widget-post-list .item-wrapper {
  margin-bottom: 50px;
  overflow: hidden;
}
.widget-post-list .post-item:last-child .item-wrapper {
  margin-bottom: 0;
}
.widget-post-list .post-image {
  float: left;
  margin: 0 30px 0 0;
  max-width: 38%;
}
.widget-post-list .post-content-wrapper {
  overflow: hidden;
}
.widget-post-list .post-short-content {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .widget-post-list .post-image {
    max-width: 45%;
    margin-bottom: 10px;
  }
  .widget-post-list .post-content-wrapper {
    overflow: unset;
  }
}
@media (max-width: 479px) {
  .widget-post-list .post-image {
    float: none;
    max-width: 100%;
    margin: 0 0 20px 0;
  }
}
.widget-post-column .post-item {
  margin-bottom: 30px;
}
.widget-post-column .post-item:last-child {
  margin-bottom: 0;
}
.widget-post-column .post-image {
  margin-bottom: 10px;
}
.widget-post-column .post-link {
  display: table;
}
.widget-post-column .post-short-content {
  margin-bottom: 8px;
}
.post-page {
  clear: both;
  width: 100%;
}
.post-page .post-text {
  margin-bottom: 25px;
}
.post-page .post-data {
  border-top: solid 1px #e8e8e8;
  padding: 13px 0 0;
  margin-bottom: 50px;
  color: #999999;
}
.post-page .post-data .create-date,
.post-page .post-data .post-author,
.post-page .post-data .post-comments {
  display: inline-block;
  margin-right: 20px;
}
.post-page .post-data .create-date span,
.post-page .post-data .post-author span,
.post-page .post-data .post-comments span,
.post-page .post-data .create-date a,
.post-page .post-data .post-author a,
.post-page .post-data .post-comments a {
  display: inline-block;
}
.post-page .post-data .create-date a,
.post-page .post-data .post-author a,
.post-page .post-data .post-comments a {
  color: #999999;
  text-decoration: none;
}
.post-page .post-data .create-date a:hover,
.post-page .post-data .post-author a:hover,
.post-page .post-data .post-comments a:hover {
  color: #000000;
}
.post-page .post-data .create-date a span:before,
.post-page .post-data .post-author a span:before,
.post-page .post-data .post-comments a span:before,
.post-page .post-data .create-date:before,
.post-page .post-data .post-author:before,
.post-page .post-data .post-comments:before {
  font-size: 18px;
  line-height: 18px;
  padding-right: 4px;
  color: #000000;
  vertical-align: middle;
}
.post-page .post-data .create-date time {
  display: inline-block;
}
@media (max-width: 480px) {
  .post-page .post-data {
    overflow: hidden;
  }
  .post-page .post-data .create-date,
  .post-page .post-data .post-author,
  .post-page .post-data .post-comments {
    display: block;
    margin-bottom: 3px;
  }
}
.post-page .post-relatedproducts .block.related {
  float: none;
}
.post-page .post-relatedproducts .block.related .owl-carousel .product-item {
  width: 100%;
}
.post-page .post-relatedproducts .block.related .product-item {
  width: 33.33%;
}
.post-page .post-relatedproducts .block.related .product-item .product-item-info {
  width: 100%;
  padding: 0;
  margin: 0;
  box-shadow: none;
  border: none;
}
.post-page .post-relatedproducts .block.related .product-item .product-item-photo {
  display: block;
  text-align: center;
}
.post-comments-block {
  margin-bottom: 68px;
}
.post-comments-block .post-comments-content {
  margin-bottom: 48px;
}
.post-comments-block .post-comment {
  background: #f4f4f4;
  padding: 30px;
  margin-bottom: 20px;
}
.post-comments-block .comment-info {
  overflow: hidden;
  padding: 0 0 3px 0;
  margin-bottom: 15px;
  border-bottom: solid 1px #e8e8e8;
}
.post-comments-block .comment-info .post-data {
  float: right;
  margin: 0 0 0 5px;
  border: none;
  padding: 0;
}
.post-comments-block .comment-info .post-data .create-date {
  margin: 0;
}
.post-comments-block .comment-info .post-data .create-date time {
  display: inline-block;
}
.post-comments-block .comment-info .comment-author {
  margin-top: 0;
}
.post-comments-block .comment-add .subtitle {
  margin-bottom: 30px;
}
.post-comments-block .comment-add .fieldset {
  margin-bottom: 0;
}
.post-comments-block .comment-add .fieldset .field {
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .post-comments-block .comment-add label.label {
    float: left;
    margin: 0;
    min-width: 90px;
  }
  .post-comments-block .comment-add .control {
    overflow: hidden;
  }
  .post-comments-block .comment-add .control input {
    width: 327px;
  }
  .post-comments-block .comment-add .control textarea {
    height: 242px;
  }
  .post-comments-block .comment-add .comment-form-actions {
    margin-left: 90px;
  }
}
.block.related-posts .block-title {
  margin-bottom: 30px;
}
.block.related-posts .related-post-list {
  padding: 0;
  overflow: hidden;
  margin: -1px 0 0 0;
  list-style: none;
}
.block.related-posts .related-post-list li {
  box-sizing: border-box;
  margin-bottom: 0;
}
.block.related-posts .related-post-list li h5.post-title {
  margin: 0;
  font-weight: normal;
}
.block.related-posts .related-post-list li h5.post-title a {
  display: block;
  text-decoration: none;
  transition: .2s;
  font-size: 14px;
  line-height: 51px;
  color: #000000;
  border-top: solid 1px #e8e8e8;
}
.block.related-posts .related-post-list li h5.post-title a:hover {
  background: #e8e8e8;
  padding-left: 15px;
}
@media (min-width: 767px) {
  .block.related-posts .related-post-list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
  }
  .block.related-posts .related-post-list li {
    padding-left: 15px;
    flex-basis: 50%;
    -webkit-flex-basis: 50%;
  }
}
@media (min-width: 1200px) {
  .block.related-posts .related-post-list li {
    flex-basis: 33.333%;
  }
  .block.related-posts .related-post-list li h5.post-title a {
    font-size: 18px;
  }
}
.block.related-posts .related-post-grid {
  padding: 0;
  margin: 0 -15px;
}
.block.related-posts .related-post-grid .inner {
  padding: 0 15px;
}
.block.related-posts .related-post-grid .post-image {
  display: block;
  margin-bottom: 10px;
}
.block.related-posts .related-post-grid .post-image img {
  vertical-align: top;
}
.block.related-posts .related-post-grid h5.post-title {
  margin: 0;
  font-weight: normal;
  line-height: normal;
}
.block.related-posts .related-post-grid h5.post-title a {
  font-size: 14px;
  color: #000000;
}
@media (min-width: 1200px) {
  .block.related-posts .related-post-grid li {
    flex-basis: 33.333%;
  }
  .block.related-posts .related-post-grid li h5.post-title a {
    font-size: 18px;
  }
}
.block-blog-categories .block-title,
.block-recent-posts .block-title,
.block-recent-comments .block-title {
  margin-bottom: 20px;
}
.block-blog-categories .block-title strong,
.block-recent-posts .block-title strong,
.block-recent-comments .block-title strong {
  font-weight: 300;
  font-size: 18px;
}
.block-blog-categories .block-content ul,
.block-recent-posts .block-content ul,
.block-recent-comments .block-content ul {
  list-style: none;
  padding: 0;
  margin-bottom: 20px;
}
.block-blog-categories .block-content ul li,
.block-recent-posts .block-content ul li,
.block-recent-comments .block-content ul li {
  margin: 15px 0 0;
  padding-top: 15px;
  border-top: solid 1px #e8e8e8;
}
.block-blog-categories .block-content ul li:first-child,
.block-recent-posts .block-content ul li:first-child,
.block-recent-comments .block-content ul li:first-child {
  border: none;
  margin-top: 0;
  padding-top: 0;
}
.block-blog-categories .block-content #blog-show-all {
  cursor: pointer;
}
.block-blog-categories .block-content #blog-show-all:hover {
  text-decoration: underline;
}
.block-blog-categories .block-content #blog-show-all.closed .less,
.block-blog-categories .block-content #blog-show-all.opened .more {
  display: none;
}
.block-recent-comments .title-section {
  font-size: 13px;
  padding-bottom: 10px;
}
.block-recent-comments .title-section strong {
  font-weight: 600;
}
.block-recent-comments .title-section strong:before {
  font-size: 18px;
  line-height: 16px;
  vertical-align: middle;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
     *  Owl Carousel - Animate Plugin
     */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
     * 	Owl Carousel - Auto Height Plugin
     */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
     * 	Owl Carousel - Lazy Load Plugin
     */
.owl-carousel .owl-item {
  /**
                  This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
                  calculation of the height of the owl-item that breaks page layouts
               */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/*
     * 	Owl Carousel - Video Plugin
     */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url('../../frontend/Leadlion/autogedal/ro_RO/images/owl.video.play.png') no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
.block-category-event {
  background: #f0f0f0;
  color: #777777;
  padding: 9px 0 15px;
  text-align: center;
}
.block-category-event.block:last-child {
  margin-bottom: 9px;
}
.block-category-event .block-title {
  margin: 0 0 9px;
}
.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: 36px;
  position: relative;
}
.block-category-event .dates .start:after {
  font-size: 1.8rem;
  content: '\2013';
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
}
.table-wrapper.billing-agreements {
  margin-bottom: 36px;
}
.payment-method-content .pay-later-message {
  margin-bottom: 10px;
  margin-top: 10px;
}
.paypal {
  display: inline-block;
  vertical-align: top;
}
.block-minicart .paypal,
.cart-summary .paypal {
  display: block;
}
.paypal img {
  display: block;
  margin: 4.5px auto 0;
}
.opc .paypal {
  vertical-align: middle;
}
.paypal.acceptance {
  display: block;
  margin: 0 0 18px;
}
.map-form-addtocart .paypal {
  display: block;
  margin: 9px auto 4.5px;
}
.cart-summary .paypal + .paypal {
  margin-top: 22.5px;
}
.paypal-review .actions-toolbar {
  margin-top: 9px;
}
.paypal-review .paypal-review-title {
  padding: 0 0 9px;
}
.paypal-review .paypal-review-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.paypal-review .paypal-review-title .action {
  display: inline-block;
  margin: 12px 0 0 27px;
}
.paypal-review .table-paypal-review-items .col.name {
  padding-top: 16px;
}
.paypal-review .table-paypal-review-items .col.qty {
  text-align: center;
}
.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 #cccccc;
  margin: 0 0 36px;
  padding: 9px 0 0;
}
.fotorama-video-container:after {
  background: url('../../frontend/Leadlion/autogedal/ro_RO/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/Leadlion/autogedal/ro_RO/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%;
  }
}
.opc-wrapper .form-discount {
  max-width: 500px;
}
.swatch-attribute-label {
  font-weight: 700;
  position: relative;
}
.swatch-attribute-label.required {
  padding-right: 9px;
}
.swatch-attribute-label[data-required='1']:after {
  color: #e02b27;
  content: '*';
  font-size: 13px;
  font-weight: 700;
  position: absolute;
  right: -11px;
  top: -2px;
}
.swatch-attribute-selected-option {
  color: #646464;
  padding-left: 17px;
}
.swatch-attribute-options {
  margin: 9px 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: 9px;
  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 9px 4.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;
}
.swatch-option.selected {
  outline: 2px solid #ff5501;
  border: 1px solid #ffffff;
  color: #333333;
}
.swatch-option:not(.disabled):hover {
  border: 1px solid #ffffff;
  color: #333333;
  outline: 1px solid #999999;
}
.swatch-option.image:not(.disabled):hover,
.swatch-option.color:not(.disabled):hover {
  border: 1px solid #ffffff;
  outline: 2px solid #c34000;
}
.swatch-option.disabled {
  box-shadow: unset;
  cursor: default;
  pointer-events: none;
}
.swatch-option.disabled:after {
  background: linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -moz-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(42%, rgba(255, 255, 255, 0)), color-stop(43%, #ffffff), color-stop(46%, #ffffff), color-stop(47%, #ff5216), color-stop(53%, #ff5216), color-stop(54%, #ffffff), color-stop(57%, #ffffff), color-stop(58%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(to left top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 42%, #ffffff 43%, #ffffff 46%, #ff5216 47%, #ff5216 53%, #ffffff 54%, #ffffff 57%, rgba(255, 255, 255, 0) 58%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: '';
  filter: 'progid:DXImageTransform.Microsoft.gradient(startColorstr=#00ffffff, endColorstr=#00ffffff, GradientType=1)';
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.swatch-option-disabled {
  border: 0;
  cursor: default;
  outline: none !important;
}
.swatch-option-disabled:after {
  -webkit-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  transform: rotate(-30deg);
  background: #e02b27;
  content: '';
  height: 2px;
  left: -4px;
  position: absolute;
  top: 10px;
  width: 42px;
  z-index: 995;
}
.swatch-option-loading {
  content: url('../../frontend/Leadlion/autogedal/ro_RO/images/loader-2.gif');
}
.swatch-option-tooltip {
  border: 1px solid #dadada;
  color: #949494;
  background: #ffffff;
  display: none;
  max-height: 100%;
  min-height: 20px;
  min-width: 20px;
  padding: 4.5px;
  position: absolute;
  text-align: center;
  z-index: 999;
}
.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 {
  background: #ffffff;
  border: 1px solid #dadada;
  color: #949494;
  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: 18px 0;
}
.swatch-opt-listing {
  margin-bottom: 9px;
}
.swatch-more {
  display: inline-block;
  margin: 2px 0;
  padding: 2px;
  position: static;
}
.swatch-visual-tooltip-layered {
  height: 160px;
  top: -170px;
}
.swatch-textual-tooltip-layered {
  height: 30px;
  top: -40px;
}
.swatch-input {
  left: -1000px;
  position: absolute;
  visibility: hidden;
}
.clearfix:after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.my-credit-cards .status {
  font-style: italic;
}
.my-credit-cards .action.delete {
  background-image: none;
  -moz-box-sizing: content-box;
  box-shadow: none;
  line-height: inherit;
  text-shadow: none;
  font-weight: 400;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  color: #0088cc;
  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: #0088cc;
  text-decoration: none;
}
.my-credit-cards .action.delete:hover {
  color: #0088cc;
  text-decoration: underline;
}
.my-credit-cards .action.delete:active {
  color: #0088cc;
  text-decoration: underline;
}
.my-credit-cards .action.delete:hover,
.my-credit-cards .action.delete:active,
.my-credit-cards .action.delete:focus {
  background: none;
  border: 0;
}
.my-credit-cards .action.delete.disabled,
.my-credit-cards .action.delete[disabled],
fieldset[disabled] .my-credit-cards .action.delete {
  color: #0088cc;
  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.4;
  margin: 0;
  padding: 0;
  color: #0088cc;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  margin-right: 18px;
}
.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: #0088cc;
  text-decoration: none;
}
.my-credit-cards-popup .action.secondary:hover {
  color: #0088cc;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:active {
  color: #0088cc;
  text-decoration: underline;
}
.my-credit-cards-popup .action.secondary:hover,
.my-credit-cards-popup .action.secondary:active,
.my-credit-cards-popup .action.secondary:focus {
  background: none;
  border: 0;
}
.my-credit-cards-popup .action.secondary.disabled,
.my-credit-cards-popup .action.secondary[disabled],
fieldset[disabled] .my-credit-cards-popup .action.secondary {
  color: #0088cc;
  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;
}
.column .block-addbysku .fieldset {
  margin: 0;
}
.column .block-addbysku .fieldset .fields {
  position: relative;
}
.column .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 9px;
  vertical-align: top;
}
.column .block-addbysku .fieldset .fields .actions-toolbar {
  position: absolute;
  right: 0;
  top: 7px;
}
.column .block-addbysku .sku {
  margin-right: -155px;
  padding-right: 160px;
  width: 100%;
}
.column .block-addbysku .qty .qty + .mage-error {
  width: 80px;
}
.column .block-addbysku .block-content .actions-toolbar {
  clear: both;
  margin: 0 0 18px;
  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 15px 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 .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  width: auto;
}
.column .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;
}
.column .block-addbysku .action.add:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 20px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.column .block-addbysku .action.add:hover:before {
  color: inherit;
}
.column .block-addbysku .action.add:active:before {
  color: inherit;
}
.column .block-addbysku .reset {
  margin: 7px 0;
}
.column .block-addbysku .note {
  display: block;
  margin: 0 0 18px;
  padding-top: 9px;
}
.block-cart-failed {
  margin: 36px 0;
}
.block-cart-failed .block-title {
  font-size: 2.5rem;
}
.block-cart-failed .block-title strong {
  font-weight: 300;
}
.block-cart-failed .actions {
  text-align: center;
}
.block-cart-failed .actions .action {
  display: block;
  margin: 0 auto 9px;
}
.bundle-actions {
  margin: 0 0 27px;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 36px;
}
.bundle-options-container .legend.title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.5rem;
  margin-top: 0rem;
  margin-bottom: 1.8rem;
  border: 0;
  padding: 0;
}
.bundle-options-container .product-options-wrapper {
  margin-bottom: 27px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field {
  border-top: 1px #e4e4e4 solid;
  padding-top: 18px;
}
.bundle-options-container .product-options-wrapper .fieldset > .field:first-of-type {
  border-top: 0;
  padding-top: 0;
}
.bundle-options-container .product-options-wrapper .field.choice input {
  float: left;
}
.bundle-options-container .product-options-wrapper .field.choice .label {
  margin-left: 24px;
  display: block;
}
.bundle-options-container .product-options-wrapper .field.choice .product-name {
  display: block;
}
.bundle-options-container .product-options-wrapper .field.choice .price-notice {
  float: left;
}
.bundle-options-container .product-options-wrapper .field.choice .price-excluding-tax {
  display: inline-block;
}
.bundle-options-container .action.back {
  margin-bottom: 27px;
}
.bundle-options-container .block-bundle-summary > .title {
  margin-bottom: 15px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.5rem;
  margin-top: 2.25rem;
  margin-bottom: 1.8rem;
}
.bundle-options-container .block-bundle-summary > .title,
.bundle-options-container .block-bundle-summary .bundle-summary .subtitle {
  border-bottom: 1px #e4e4e4 solid;
  margin-bottom: 22.5px;
  padding-bottom: 16px;
}
.bundle-options-container .block-bundle-summary .price-box {
  margin-bottom: 18px;
}
.bundle-options-container .block-bundle-summary .price-box .price-label {
  display: block;
  margin-bottom: 4.5px;
}
.bundle-options-container .block-bundle-summary .bundle-summary {
  margin-top: 27px;
}
.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: 2.5rem;
  margin-top: 2.25rem;
  margin-bottom: 1.8rem;
  display: block;
}
.bundle-options-container .block-bundle-summary .bundle.items > li {
  margin-bottom: 18px;
}
.bundle-options-container .block-bundle-summary .product-addto-links {
  text-align: center;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action {
  margin-right: 5%;
}
.bundle-options-container .block-bundle-summary .product-addto-links > .action.tocompare:before {
  content: '\f83b';
}
.bundle-options-container p.required {
  color: #e02b27;
}
.bundle-options-container .nested .field label {
  font-weight: 400;
}
.bundle-options-container .nested .product-name {
  font-weight: 600;
}
.bundle-options-container .nested .field.qty {
  margin: 0 0 18px;
  margin-top: 18px;
}
.bundle-options-container .nested .field.qty > .label {
  margin: 0 0 8px;
  display: inline-block;
}
.bundle-options-container .nested .field.qty .label {
  font-weight: 400;
}
.bundle-options-container .nested .field.qty:last-child {
  margin-bottom: 0;
}
.bundle-options-container .price {
  font-weight: 600;
}
.fieldset-bundle-options .nested.options-list .field.qty {
  display: block;
  margin-top: 9px;
}
.bundle-options-container .bundle-options-wrapper {
  display: none;
}
.products-grid:after {
  display: table;
  content: "";
  clear: both;
}
.products-grid .product-item {
  float: left;
}
.products-grid .product-item {
  width: 50%;
  padding: 10px;
}
.products-grid .product-item.nth-child-2np1 {
  clear: left;
}
.products-grid.products.grid.flex-grid .product-item {
  border-left: 1px solid #e3e4e4;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  margin-top: -1px;
  transition: all 0.3s;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}
.products-grid.products.grid.flex-grid .product-item.nth-child-2np1 {
  border-left-color: transparent;
}
.products-grid.products.grid.flex-grid .product-item:nth-child(1) .product-item-info,
.products-grid.products.grid.flex-grid .product-item:nth-child(2) .product-item-info {
  border-top-color: transparent;
}
.products-grid.products.grid.flex-grid .product-item .product-item-info {
  border-top: 1px solid #e3e4e4;
  padding: 50px 0 10px;
  transition: all 0.3s;
  margin-top: -1px;
}
.products-grid.products.grid.flex-grid .product-item:hover {
  background-color: #fff;
  border-top-color: #e3e4e4;
  border-bottom-color: #e3e4e4;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}
.products-grid.products.grid.flex-grid .product-item:hover .product-item-info {
  border-top-color: transparent;
  padding: 10px 0 50px;
}
.products-grid.products.grid.flex-grid .product-item:hover .product-item-details .product-item-actions {
  visibility: visible;
  opacity: 1;
}
.products-grid.products.grid.flex-grid .product-item-details .product-item-inner {
  margin-bottom: -30px;
}
.products-grid.products.grid.flex-grid .product-item-details .product-item-actions {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}
.products-grid.products.grid.flex-grid .product-item-details .product-item-actions .tocart {
  background-color: #0088cc;
  color: #fff;
  border: 0;
  height: 40px;
  line-height: 40px;
}
.products-grid.products.grid.flex-grid .product-item-details .product-item-actions .actions-secondary.towishlist,
.products-grid.products.grid.flex-grid .product-item-details .product-item-actions .actions-secondary.tocompare {
  visibility: visible;
  position: static;
  opacity: 1;
  height: 40px;
  line-height: 40px;
  top: 0;
  width: 40px;
  border: 0;
  background-color: #e6e6e6;
  color: #000;
}
.products-grid.products.grid.flex-grid .product-item-details .product-item-actions .actions-secondary.towishlist {
  margin-right: -3px;
}
.products-grid.products.grid.flex-grid .product-item-details .product-item-actions .actions-secondary.tocompare {
  margin-left: -3px;
}
.products {
  margin: 4px 0;
}
.product-item {
  vertical-align: top;
}
.product-item-details {
  padding: 10px 0;
}
.product-item-name {
  display: block;
  font-size: 14px;
  margin: 0 0 3px 0;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
}
.product-item-info {
  width: 100%;
  max-width: 100%;
  text-align: center;
}
.product-item-photo {
  display: block;
  position: relative;
  overflow: hidden;
  padding: 3px;
  border: 1px solid #ddd;
  border-radius: 7px;
}
.product-item-photo .product-item-inner {
  position: absolute;
  left: 10px;
  bottom: 10px;
  text-align: center;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  z-index: 3;
}
.product-item-photo .product-item-inner .product-item-actions > .action {
  background-color: #fff;
}
.product-item-photo .product-item-inner .product-item-actions > .actions-primary {
  display: inline-block;
}
.product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart {
  width: 32px;
  padding: 0;
}
.product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart:before {
  margin-right: 0;
}
.product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart span {
  display: none;
}
.product-item-photo:hover .product-item-inner {
  visibility: visible;
  opacity: 1;
}
.product-item-actions .actions-secondary.action:before {
  margin: 0;
}
.product-item-actions .action.towishlist {
  border-color: #ed4949;
  color: #ed4949;
}
.product-item-actions .action.towishlist > span {
  display: none;
}
.product-item-actions .action.tocompare {
  border-color: #52b9b5;
  color: #52b9b5;
}
.product-item-actions .action.tocompare > span {
  display: none;
}
.product-item-description {
  margin: 10px 0;
}
.product-item .product-reviews-summary {
  background: url(../../frontend/Leadlion/autogedal/ro_RO/images/rating-bar.png) center no-repeat;
  line-height: 1;
  margin: 7px 0;
}
.product-item .product-reviews-summary .reviews-actions {
  display: none;
  text-transform: lowercase;
  font-size: 12px;
}
.product-item .rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.product-item .rating-summary .label {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.product-item .rating-summary .rating-result {
  width: 72px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.product-item .rating-summary .rating-result:before {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  color: #c3c5c9;
  font-family: 'porto-icons';
  font-size: 12px;
  height: 12px;
  letter-spacing: 3px;
  line-height: 12px;
  content: '\f844' '\f844' '\f844' '\f844' '\f844';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.product-item .rating-summary .rating-result > span {
  display: block;
  overflow: hidden;
}
.product-item .rating-summary .rating-result > span:before {
  position: relative;
  z-index: 2;
  -webkit-font-smoothing: antialiased;
  color: #ffc600;
  font-family: 'porto-icons';
  font-size: 12px;
  height: 12px;
  letter-spacing: 3px;
  line-height: 12px;
  content: '\f844' '\f844' '\f844' '\f844' '\f844';
  display: block;
  font-style: normal;
  font-weight: normal;
  speak: none;
}
.product-item .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;
}
.product-item .price-box .price-label {
  font-size: 12px;
  color: #c1c1c1;
}
.product-item .minimal-price .price-container {
  display: block;
}
.product-item .minimal-price-link {
  margin-top: 4.5px;
}
.product-item .price-from,
.product-item .price-to {
  margin: 0;
}
.product-item .tocompare:before {
  content: '\f83b';
}
.product-item .tocart {
  white-space: nowrap;
  border-radius: 0;
  font-size: 1.4rem;
  line-height: 30px;
  padding: 0 10px;
  height: 32px;
  border-radius: 5px;
  font-weight: 400;
}
.product-item .tocart:before {
  display: inline;
  content: '\f814';
  font-family: 'porto-icons';
  margin-right: 5px;
  font-size: 15px;
}
.products-grid .product-item .box-tocart input.qty {
  height: 32px;
  padding: 0 9px;
}
.products-grid .product-item-details .product-item-actions {
  white-space: nowrap;
  margin: 0 -20px;
}
.products-grid .product-item-details .product-item-actions .actions-primary {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.products-grid .product-item-details .product-item-actions .actions-secondary {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  transition: all 0.3s;
}
.products-grid .product-item-details .product-item-actions .actions-secondary.towishlist {
  right: -36px;
  visibility: hidden;
  opacity: 0;
}
.products-grid .product-item-details .product-item-actions .actions-secondary.tocompare {
  left: -36px;
  visibility: hidden;
  opacity: 0;
}
.products-grid .product-item-details .product-item-actions .tocart {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}
.products-grid .product-item-info:hover .product-item-details .product-item-actions .actions-secondary.towishlist {
  right: 0;
  visibility: visible;
  opacity: 1;
}
.products-grid .product-item-info:hover .product-item-details .product-item-actions .actions-secondary.tocompare {
  left: 0;
  visibility: visible;
  opacity: 1;
}
.products-grid .product-item-info:hover .product-item-details .product-item-actions .tocart {
  background-color: #0088cc;
  border-color: #0088cc;
  color: #fff;
}
.products-grid .owl-carousel .product-item {
  width: auto;
  float: none;
}
.price-container .price {
  font-size: 2rem;
  color: #444;
}
.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%;
  padding: 10px 0;
}
.products-list .product-item-info {
  display: table-row;
  text-align: left;
}
.products-list .product-item-info:after {
  display: table;
  content: '';
  clear: both;
}
.products-list .product-item-photo {
  width: 20%;
  display: block;
  float: left;
  margin-bottom: 20px;
}
.products-list .product-item-details {
  display: block;
  width: 80%;
  padding: 0 0 20px 20px;
  float: left;
}
.products-list .product-item-details .actions-primary {
  display: inline-block;
}
.products-list .product-item-details .actions-secondary {
  margin-left: 2px;
}
.products-list .product-item-name {
  font-size: 18px;
  line-height: 1;
  margin: 10px 0;
}
.products-list .product-item .product-reviews-summary {
  background: none;
}
.page-products .columns {
  position: relative;
  z-index: 1;
  padding-top: 60px;
}
.toolbar {
  text-align: center;
}
.toolbar select {
  background-color: #ffffff;
  border-radius: 3px;
  padding-top: 0;
  padding-bottom: 0;
  height: 26px;
}
.toolbar-amount {
  position: static;
  display: block;
  float: left;
  line-height: 14px;
  padding: 6px 0;
  margin: 0;
  vertical-align: middle;
  text-align: left;
}
.products.wrapper ~ .toolbar .toolbar-amount {
  display: none;
}
.page-with-filter .toolbar-amount {
  position: static;
}
.toolbar-products {
  background-color: transparent;
}
.toolbar-products .pages {
  display: none;
}
.products.wrapper ~ .toolbar-products .pages {
  display: block;
}
.toolbar .pages {
  margin-bottom: 22.5px;
}
.products.wrapper ~ .toolbar .pages {
  float: left;
  margin-bottom: 0;
}
.sorter {
  float: right;
}
.page-products .sorter {
  position: static;
}
.sorter-label {
  margin-bottom: 0;
  line-height: 26px;
  font-weight: 400;
}
.sorter-options {
  margin: 0 4.5px 0 7px;
  width: auto;
}
.sorter-action {
  vertical-align: top;
  display: inline-block;
  text-decoration: none;
}
.sorter-action:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: inherit;
  color: #0088cc;
  content: '\f840';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.sorter-action:hover:before {
  color: #0088cc;
}
.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 {
  vertical-align: top;
}
.sorter-action.sort-desc:before {
  content: '\f842';
}
.modes {
  float: left;
  display: inline-block;
  margin-right: 18px;
}
.modes > a {
  text-decoration: none;
}
.modes-mode {
  float: left;
  border: 1px solid #ccc;
  font-weight: 400;
  color: #cccccc;
  text-align: center;
  width: 26px;
  line-height: 26px;
  background-color: #ffffff;
  display: block;
  margin-right: 5px;
  border-radius: 3px;
  display: inline-block;
  text-decoration: none;
}
.modes-mode:last-child {
  margin-right: 0;
}
.modes-mode.active,
.modes-mode:hover {
  background-color: #0088cc;
  border-color: #0088cc;
  color: #fff;
}
.modes-mode > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.modes-mode:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\f839';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.modes-mode:before {
  display: block;
}
.mode-list:before {
  content: '\f83a';
}
.limiter {
  float: right;
}
.products.wrapper ~ .toolbar .limiter {
  display: block;
}
.limiter-options {
  width: auto;
  margin: 0 5px 0 7px;
}
.limiter .label {
  font-weight: 400;
  margin: 0;
}
.limiter .control {
  display: inline-block;
}
.action.tocompare:before {
  content: '\f83b';
}
.catalog-category-view .page-title-wrapper {
  display: none;
}
.price-box {
  margin: 8px 0 13px;
}
.price-box .price {
  font-weight: 600;
}
.old-price,
.old.price {
  color: #999999;
}
.old-price {
  display: inline-block;
  vertical-align: middle;
}
.old-price .price {
  text-decoration: line-through;
  color: #999;
  font-size: 14px;
}
.old-price .price-label {
  display: none;
}
.special-price {
  display: inline-block;
  vertical-align: middle;
}
.price-tier_price .price-including-tax + .price-excluding-tax:before {
  content: "(" attr(data-label) ":";
}
.price-tier_price .price-including-tax + .price-excluding-tax:last-child:after {
  content: ")";
}
.price-tier_price .weee[data-label] {
  display: inline;
}
.price-tier_price .weee[data-label]:before {
  content: " +" attr(data-label) ":";
}
.actual-price {
  font-weight: 700;
}
.category-image .image {
  max-width: 100%;
  width: 100%;
  height: auto;
  display: block;
}
.category-cms,
.category-image,
.category-description {
  margin-bottom: 18px;
  word-wrap: break-word;
}
.product-image-container {
  display: inline-block;
  max-width: 100%;
  min-width: 100%;
  position: relative;
  background: #fff;
  overflow: hidden;
  z-index: 0;
}
.product-image-wrapper {
  height: 0;
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.product-image-photo {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: auto;
  height: auto;
  width: 100%;
}
.product-image-photo.default_image {
  position: static;
}
.product-image-photo.hover_image {
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
  padding: 3px;
}
.product-item-photo:hover .product-image-photo.hover_image {
  visibility: visible;
  opacity: 1;
}
.product.media {
  margin-top: 0;
  margin-bottom: 50px;
}
.product.media .placeholder .photo.container {
  max-width: 100%;
}
.product.media .notice {
  margin: 9px 0;
  color: #c1c1c1;
  font-size: 1.2rem;
}
.product.media .product.thumbs {
  margin: 9px 0 22.5px;
}
.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 > li {
  margin: 1rem 0 0;
}
.product.media .items.thumbs img {
  display: block;
}
.product.media .items.thumbs .active {
  display: block;
  line-height: 1;
}
.product.info.detailed {
  clear: both;
  margin-bottom: 50px;
}
.product.info.detailed .additional-attributes {
  width: auto;
  border: none;
}
.product.info.detailed .additional-attributes > thead > tr > th,
.product.info.detailed .additional-attributes > tbody > tr > th,
.product.info.detailed .additional-attributes > tfoot > tr > th,
.product.info.detailed .additional-attributes > thead > tr > td,
.product.info.detailed .additional-attributes > tbody > tr > td,
.product.info.detailed .additional-attributes > tfoot > tr > td {
  border: none;
}
.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: 5.5px 4.5px 9px 4.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: 5.5px 27px 9px 0;
}
.fieldset > .field.qty,
.nested.options-list > .field.qty {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  margin-right: 15px;
}
.fieldset > .field.qty > .label,
.nested.options-list > .field.qty > .label {
  display: none;
}
.fieldset > .actions {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
.input-text.qty {
  border-radius: 3px;
}
.product-info-main {
  margin-bottom: 30px;
}
.product-info-main .page-title-wrapper h1 {
  margin: 0 0 15px;
  font-size: 28px;
  font-weight: 600;
  line-height: 1;
  color: #555555;
}
.product-info-main .product-info-price {
  border-bottom: 1px #ebebeb solid;
  display: table;
  width: 100%;
  margin-bottom: 15px;
}
.product-info-main .product-info-price .price-box {
  display: table-cell;
  vertical-align: top;
}
.product-info-main .product-info-price .price-box .price-final_price > span {
  display: block;
  margin-bottom: 4.5px;
}
.product-info-main .product-info-price .price-box .price-final_price > span:last-child {
  margin-bottom: 0;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax,
.product-info-main .product-info-price .weee + .price-excluding-tax,
.product-info-main .product-info-price .weee {
  font-size: 1.4rem;
}
.product-info-main .product-info-price .price-including-tax + .price-excluding-tax .price,
.product-info-main .product-info-price .weee + .price-excluding-tax .price,
.product-info-main .product-info-price .weee .price {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 16px;
}
.product-info-main .product-info-price .price-wrapper .price {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 22px;
  color: #0088cc;
}
.product-info-main .product-info-price .old-price .price-wrapper .price {
  font-size: 2rem;
  font-weight: 300;
  color: #999999;
}
.product-info-main .product-info-price .special-price .price-label:after {
  content: ": ";
}
.product-info-main .product-info-stock-sku {
  min-width: 15rem;
  text-align: right;
  display: table-cell;
  vertical-align: bottom;
  padding-left: 10%;
  padding-bottom: 30px;
  color: #777777;
}
.product-info-main .stock {
  margin: 0;
}
.product-info-main .stock.available,
.product-info-main .stock.unavailable {
  font-weight: 700;
  text-transform: uppercase;
}
.product-info-main .product.sku {
  word-wrap: break-word;
}
.product-info-main .product-add-form {
  clear: both;
}
.product-info-main .product.sku .type {
  font-weight: normal;
  margin-right: 4.5px;
}
.product-info-main .product.sku .type:after {
  content: '#:';
}
.product-info-main .product.sku .value {
  display: inline-block;
}
.product-info-main .product.overview {
  margin: 18px 0;
}
.product-info-main .product.alert {
  margin: 9px 0;
}
.product-info-main .product-reviews-summary {
  margin-bottom: 20px;
}
.product-info-main .box-tocart {
  margin-top: 0;
  margin-bottom: 30px;
}
.product-info-main .box-tocart .actions {
  margin-right: 20px;
}
.product-info-main .product-options-bottom .box-tocart {
  margin-top: 20px;
  margin-bottom: 20px;
}
.product-options-wrapper {
  padding-bottom: 10px;
  border-bottom: 1px solid #ebebeb;
}
.product-options-wrapper .fieldset-product-options-inner .legend {
  border: none;
  font-weight: 600;
  display: inline-block;
  font-size: 1.4rem;
  float: none;
  padding: 0;
  margin: 0 0 8px;
}
.product-options-wrapper .fieldset-product-options-inner.required .legend:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 4.5px;
}
.product-options-wrapper .field .note {
  display: block;
  margin-top: 4.5px;
}
.product-options-bottom .price-box,
.product-info-price .price-box {
  display: table-cell;
  vertical-align: top;
  padding-bottom: 20px;
}
.product-options-bottom .price-box .old-price,
.product-info-price .price-box .old-price {
  font-size: 20px;
  font-weight: 300;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline-block;
  color: #999999;
}
.product-options-bottom .price-box .old-price .price-container > span.price-label,
.product-info-price .price-box .old-price .price-container > span.price-label {
  display: none;
}
.product-options-bottom .price-box .price-container > span,
.product-info-price .price-box .price-container > span {
  display: block;
  margin-bottom: 4.5px;
}
.product-options-bottom .price-box .price-container > span:last-child,
.product-info-price .price-box .price-container > span:last-child {
  margin-bottom: 0;
}
.product-options-bottom .price-box .price-container .price,
.product-info-price .price-box .price-container .price {
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
  color: #0088cc;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax,
.product-info-price .price-box .price-container .weee + .price-excluding-tax,
.product-options-bottom .price-box .price-container .weee,
.product-info-price .price-box .price-container .weee {
  font-size: 1.2rem;
  line-height: 14px;
}
.product-options-bottom .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-info-price .price-box .price-container .price-including-tax + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee + .price-excluding-tax .price,
.product-info-price .price-box .price-container .weee + .price-excluding-tax .price,
.product-options-bottom .price-box .price-container .weee .price,
.product-info-price .price-box .price-container .weee .price {
  font-size: 1.2rem;
  font-weight: 700;
}
.box-tocart .action.tocart {
  vertical-align: top;
}
.box-tocart .action.tocart:not(:last-child) {
  margin-bottom: 0;
}
.product-addto-links {
  display: inline;
}
.product-addto-links .action {
  margin-right: 5%;
}
.product-social-links {
  margin: 0 0 20px;
  text-align: left;
  padding-top: 20px;
  border-top: 1px solid #ebebeb;
}
.moved-add-to-links {
  display: inline-block;
  vertical-align: top;
}
.product-addto-links .action span,
.moved-add-to-links .action span,
.product-social-links .action span {
  display: none;
}
.product-addto-links .action.tocompare:before,
.moved-add-to-links .action.tocompare:before,
.product-social-links .action.tocompare:before {
  content: '\f83b';
}
.product-addto-links .action.mailto.friend,
.moved-add-to-links .action.mailto.friend,
.product-social-links .action.mailto.friend {
  color: #999999;
  border-color: #999999;
  border-radius: 3px;
}
.product-addto-links a.action:before,
.moved-add-to-links a.action:before,
.product-social-links a.action:before {
  line-height: 30px;
}
.product-addto-links .action {
  margin-right: 5px;
  border-radius: 3px;
}
.product-addto-links .action.towishlist {
  color: #ed4949;
  border-color: #ed4949;
}
.product-addto-links .action.tocompare {
  color: #52b9b5;
  border-color: #52b9b5;
}
.prices-tier {
  margin-bottom: 13.5px;
}
.prices-tier .item {
  margin-bottom: 9px;
}
.prices-tier .item:last-child {
  margin-bottom: 0;
}
.prices-tier .price-excluding-tax,
.prices-tier .price-including-tax {
  display: inline-block;
}
.minimal-price-link,
.price-excluding-tax,
.price-including-tax {
  white-space: nowrap;
  display: block;
}
.ui-dialog-titlebar-close {
  line-height: 1.4;
  margin: 0;
  padding: 0;
  color: #0088cc;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
}
.ui-dialog-titlebar-close:visited {
  color: #0088cc;
  text-decoration: none;
}
.ui-dialog-titlebar-close:hover {
  color: #0088cc;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:active {
  color: #0088cc;
  text-decoration: underline;
}
.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:active,
.ui-dialog-titlebar-close:focus {
  background: none;
  border: 0;
}
.ui-dialog-titlebar-close.disabled,
.ui-dialog-titlebar-close[disabled],
fieldset[disabled] .ui-dialog-titlebar-close {
  color: #0088cc;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.qty.field .control,
.qty.field .qty-changer {
  display: inline-block;
  vertical-align: middle;
}
.qty.field .qty-changer > a {
  display: block;
  border: 1px solid #cccccc;
  border-radius: 3px;
  height: 18px;
  line-height: 16px;
  margin-top: 2px;
  color: #ccc;
  font-size: 11px;
}
.qty.field .qty-changer > a:first-child {
  margin-top: 0;
}
.qty.field .qty-changer > a:hover {
  color: #0088cc;
}
.fotorama__nav .fotorama__thumb-border {
  border-color: #0088cc;
}
.sidebar .product-items .product-item {
  margin-bottom: 18px;
  position: relative;
  float: none;
  width: auto;
  padding: 0;
}
.sidebar .product-items .product-item:last-child {
  margin-bottom: 0;
}
.sidebar .product-items .product-item-info {
  position: relative;
  width: auto;
  margin-bottom: 20px;
}
.sidebar .product-items .product-item-info:after {
  content: "";
  display: table;
  clear: both;
}
.sidebar .product-items .product-item-info .product-item-photo {
  float: left;
  max-width: 33%;
  margin-right: 10px;
}
.sidebar .product-items .product-item-info .product-item-photo img {
  position: static;
  width: auto;
}
.sidebar .product-items .product-item-name {
  margin-top: 0;
}
.sidebar .product-items .product-item-details {
  text-align: left;
  margin-left: calc(33% + 15px);
  padding: 7px 0;
}
.sidebar .product-items .product-item-actions {
  display: block;
  margin: 0;
}
.sidebar .product-items .product-item .product-reviews-summary {
  background: none;
}
.sidebar .product-items .price-box {
  display: block;
  margin: 3px 0;
}
.sidebar .product-items .text {
  margin-right: 8px;
}
.sidebar .product-items .counter {
  color: #c1c1c1;
  font-size: 12px;
  white-space: nowrap;
}
.sidebar .product-items .minilist .price {
  display: inline;
  padding: 0;
}
.sidebar .product-items .minilist .weee:before {
  display: inline-block;
}
.sidebar .product-items .action.delete {
  position: absolute;
  right: 0;
  top: 0;
}
.sidebar .product-items-images {
  margin-left: -4.5px;
}
.sidebar .product-items-images .product-item {
  float: left;
  padding-left: 4.5px;
}
.sidebar .product-items-names .product-item {
  margin-bottom: 9px;
}
.sidebar .product-items-names .product-item-name {
  margin: 0;
}
.side-list .product-item-name {
  font-size: 13px;
}
.side-list .price-container .price {
  font-size: 15px;
}
.product-labels {
  position: absolute;
  right: 10px;
  top: 10px;
}
.product-labels .product-label:first-child {
  margin-top: 0;
}
.product-label {
  padding: 7px 10px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 4px;
  color: #fff;
  margin-top: 5px;
  line-height: 1;
}
.product-label.new-label {
  background-color: #62b959;
}
.product-label.sale-label {
  background-color: #e27c7c;
}
body.catalog-product-compare-index .action.print {
  float: right;
  margin: 15px 0;
}
.table-wrapper.comparison {
  clear: both;
  overflow-x: auto;
}
.table-wrapper.comparison .table-comparison > tbody > tr > th,
.table-wrapper.comparison .table-comparison > tbody > tr > td {
  border-top: 0;
}
.table-wrapper.comparison .table-comparison > tbody > tr > th.info,
.table-wrapper.comparison .table-comparison > tbody > tr > td.info {
  background-color: transparent;
}
.table-wrapper.comparison .table-comparison > thead > tr > th {
  border-bottom: 0;
}
.table-wrapper.comparison .product-image-container {
  border: 0;
  border-radius: 0;
  padding: 0;
  background: none;
}
.table-comparison {
  table-layout: fixed;
}
.table-comparison .cell.label,
.table-comparison td:last-child {
  border-right: 1px solid #cccccc;
}
.table-comparison .cell {
  width: 180px;
  padding: 15px;
}
.table-comparison .cell .attibute.value {
  width: 100%;
  overflow: hidden;
}
.table-comparison .cell.product.info,
.table-comparison .cell.product.label {
  border-bottom: 1px solid #cccccc;
}
.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 {
  max-width: 100%;
  height: auto;
}
.table-comparison .cell.remove {
  padding-top: 0;
  padding-bottom: 0;
  text-align: right;
}
.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: 4.5px 8px;
  font-size: 1.1rem;
}
.table-comparison .product-addto-links .action.toggle {
  padding: 0;
}
.table-comparison .action.tocart {
  white-space: nowrap;
  height: 32px;
  padding: 0 17px;
}
.table-comparison .actions-primary,
.table-comparison .actions-secondary {
  display: inline-block;
}
.comparison.headings {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: auto;
  background: #ffffff;
}
.sidebar .product-item .tocart {
  border-radius: 3px;
}
.block-compare .product-item .product-item-name {
  margin-left: 22px;
}
.block-compare .action.delete {
  position: absolute;
  left: 0;
  right: auto;
  top: 0;
}
.block-compare .actions-toolbar {
  margin: 17px 0 0;
}
.sticky-product {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  background-color: #fff;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.08);
  padding: 60px 0 15px 0;
}
.sticky-product.no-sticky-header {
  padding: 15px 0;
}
.sticky-product > .container {
  position: relative;
}
.sticky-product .sticky-image,
.sticky-product .sticky-detail {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
.sticky-product .sticky-detail .product-name-area {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  margin-right: 15px;
}
.sticky-product .sticky-detail .product-name-area .product-name {
  line-height: 25px;
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}
.sticky-product .sticky-detail .availability span {
  font-size: 14px;
  font-weight: 400;
}
.sticky-product .product-info-price .price-box {
  padding-bottom: 0;
}
.sticky-product .product-info-price .price-box .price-container > span {
  margin-bottom: 0;
}
.sticky-product .product-info-price .price-box .price-container .price {
  font-size: 25px;
  color: #444;
}
.sticky-product .product-info-price .price-box .old-price .price-container .price {
  color: #999;
  font-size: 18px;
}
.sticky-product .add-to-cart {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -19px;
}
.sticky-product .product-info-stock-sku {
  min-width: 150px;
  text-align: right;
  display: table-cell;
  vertical-align: bottom;
  padding-left: 10%;
  color: #777;
}
.sticky-product .stock {
  margin: 0;
}
.sticky-product .stock.available,
.sticky-product .stock.unavailable {
  font-weight: 700;
  text-transform: uppercase;
}
.sticky-product .product.attibute.sku {
  word-wrap: break-word;
}
.sticky-product .product.attibute.sku .type {
  font-weight: normal;
  margin-right: 4.5px;
}
.sticky-product .product.attibute.sku .type:after {
  content: '#:';
}
.sticky-product .product.attibute.sku .value {
  display: inline-block;
}
.sticky-product .actions {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -19px;
}
.sticky-product .actions .action.primary,
.sticky-product .actions .amshopby-button,
.sticky-product .actions .am-filter-go {
  min-width: 150px;
}
.layout-fullwidth .sticky-product > .container {
  max-width: 100%;
}
.prev-next-products {
  float: right;
}
.prev-next-products a {
  color: #555;
  display: inline-block;
  font-size: 22px;
  line-height: 28px;
}
.prev-next-products .product-nav {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}
.prev-next-products .product-nav .product-pop {
  border-top: 3px solid #0088cc;
  position: absolute;
  left: 0;
  top: 100%;
  padding: 10px;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
  text-align: center;
  border-radius: 4px;
  width: 100px;
  margin-top: 10px;
}
.prev-next-products .product-nav .product-pop:before {
  content: "";
  width: 5px;
  height: 2px;
  border: 5px solid transparent;
  border-bottom-color: #0088cc;
  display: block;
  position: absolute;
  top: -13px;
  left: 0;
}
.prev-next-products .product-nav .product-pop .product-image {
  margin-bottom: 10px;
}
.prev-next-products .product-nav .product-pop .product-name {
  margin: 0;
  font-weight: 600;
  font-size: 11px;
}
.prev-next-products .product-nav:hover .product-pop {
  opacity: 1;
  visibility: visible;
}
.prev-next-products .product-nav.product-prev .product-pop {
  right: auto;
  left: 0;
  margin-left: -20px;
}
.prev-next-products .product-nav.product-prev .product-pop:before {
  left: 32px;
  right: auto;
}
.prev-next-products .product-nav.product-next .product-pop {
  left: auto;
  right: 0;
  margin-right: -15px;
}
.prev-next-products .product-nav.product-next .product-pop:before {
  right: 26px;
  left: auto;
}
.block.related .action.select {
  vertical-align: top;
}
.block.related .product-item-details {
  z-index: 1;
}
.block.related .field.choice {
  position: absolute;
  top: 2px;
  left: 6px;
}
.block.upsell .title {
  background: url(../../frontend/Leadlion/autogedal/ro_RO/images/slider-bar.png) right no-repeat;
}
.block.upsell .title strong {
  font-size: 16px;
  text-transform: uppercase;
  background-color: #fff;
  padding: 0;
  padding-right: 20px;
}
.sidebar .custom-block {
  margin-bottom: 30px;
  padding-bottom: 40px;
  background: url(../../frontend/Leadlion/autogedal/ro_RO/images/bkg_4.png) bottom no-repeat;
}
.sidebar .custom-block.custom-block-1 {
  padding-bottom: 20px;
}
.sidebar .custom-block.custom-block-1 > div {
  min-height: 50px;
  margin-bottom: 20px;
  clear: both;
}
.sidebar .custom-block.custom-block-1 > div em {
  font-size: 30px;
  color: #000;
  float: left;
  width: 50px;
  height: 50px;
  line-height: 48px;
  border: 1px solid #bbb;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
}
.sidebar .custom-block.custom-block-1 > div h3 {
  color: #313131;
  font-size: 16px;
  margin: 0;
  line-height: 1.5;
  margin-left: 50px;
  padding-top: 4px;
  font-weight: 600;
  letter-spacing: -0.1px;
}
.sidebar .custom-block.custom-block-1 > div p {
  font-size: 12px;
  margin: 0;
  margin-left: 50px;
  line-height: 1;
}
.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: 22px;
  line-height: 28px;
  color: #0088cc;
  content: '\f818';
  font-family: 'porto-icons';
  margin: 0 9px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-search .label:hover:before {
  color: #0088cc;
}
.block-search .label:active:before {
  color: #0088cc;
}
.block-search .label.active + .control input {
  position: static;
}
.block-search .action.search {
  display: none;
}
.block-search .control {
  clear: both;
  margin: 0 -15px -1px;
  padding: 0 15px;
}
.block-search input {
  left: -300%;
  position: absolute;
  margin: 15px 0;
}
.block-search .nested {
  display: none;
}
.search-autocomplete {
  display: none;
  position: absolute;
  z-index: 3;
  overflow: hidden;
  margin-top: -15px;
}
.search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.search-autocomplete ul:not(:empty) {
  background: #ffffff;
  border: 1px solid #cccccc;
  border-top: 0;
}
.search-autocomplete ul li {
  border-top: 1px solid #e5e5e5;
  cursor: pointer;
  padding: 4.5px 36px 4.5px 9px;
  margin: 0;
  position: relative;
  text-align: left;
  white-space: normal;
}
.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: 4.5px;
}
.form.search.advanced {
  display: block;
  border: 1px solid #ececec;
  border-radius: 8px;
  background: #fff;
  border-top: 4px solid #0088cc;
  padding: 35px 25px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
}
.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;
  text-align: center;
  width: 25px;
  position: absolute;
  right: 0;
  top: 6px;
}
.form.search.advanced .fields.range .field:last-child {
  position: relative;
}
.form.search.advanced .fields.range .field:last-child div.mage-error[generated] {
  position: absolute;
  top: 32px;
  left: 0;
}
.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-terms {
  line-height: 2em;
}
.search-terms > li {
  display: inline-block;
  margin-right: 9px;
}
.checkout-cart-index .page-main {
  padding-left: 0;
  padding-right: 0;
}
.checkout-cart-index .page-title-wrapper {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-summary {
  background: #f5f5f5;
  margin-bottom: 22.5px;
  padding: 1px 0 22.5px;
  background: #fbfbfb;
  border: 1px solid #ddd;
  border-radius: 8px;
}
.cart-summary > .title {
  font-size: 2.4rem;
  display: none;
  font-weight: 300;
  margin: 12px 0;
}
.cart-summary .block form:not(:last-of-type) .fieldset {
  margin: 0 0 22.5px;
}
.cart-summary .block .price {
  font-weight: 700;
}
.cart-summary .block .field {
  margin: 0 0 16px;
}
.cart-summary .block .field.note {
  display: none;
}
.cart-summary .block .actions-toolbar > .primary {
  text-align: left;
}
.cart-summary .block .actions-toolbar > .primary .action.primary,
.cart-summary .block .actions-toolbar > .primary .amshopby-button,
.cart-summary .block .actions-toolbar > .primary .am-filter-go {
  width: auto;
}
.cart-summary .block .title strong {
  font-size: 1.4rem;
  font-weight: 600;
}
.cart-summary .block .item-options {
  margin: 0 0 16px;
}
.cart-summary .block .item-options .field .radio {
  float: left;
  margin-right: 8px;
}
.cart-summary .block .item-options .field .radio + .label {
  display: block;
  margin: 0;
  overflow: hidden;
  font-weight: 400;
}
.page-main .cart-summary .block {
  margin-bottom: 0;
}
.cart-summary .checkout-methods-items {
  margin: 18px 0 0;
  padding: 0 15px;
  text-align: center;
}
.cart-summary .checkout-methods-items .action.primary.checkout,
.cart-summary .checkout-methods-items .amshopby-button.checkout,
.cart-summary .checkout-methods-items .am-filter-go.checkout {
  width: 100%;
}
.cart-summary .checkout-methods-items .item {
  margin-bottom: 22.5px;
}
.cart-summary .checkout-methods-items .item:last-child {
  margin-bottom: 0;
}
.cart-summary .message {
  padding-left: 18px;
}
.cart-summary .message > *:first-child:before {
  display: none;
}
.cart-totals tbody .mark,
.cart-totals tfoot .mark {
  text-align: left;
}
.cart.table-wrapper .product-item-name > a {
  font-size: 14px;
}
.cart.table-wrapper .product-item-name > a,
.cart.table-wrapper .product-item-name > a:hover {
  color: #0088cc;
}
.cart.table-wrapper .product-image-container {
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 3px;
}
.cart.table-wrapper .cart thead tr th.col {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 12px;
  padding-top: 24px;
  font-size: 14px;
  font-weight: 600;
}
.cart.table-wrapper .cart tbody td {
  border: 0;
}
.cart.table-wrapper .cart > .item {
  border-bottom: 1px solid #cccccc;
  position: relative;
}
.cart.table-wrapper .col {
  vertical-align: middle;
}
.cart.table-wrapper .col.price,
.cart.table-wrapper .col.subtotal,
.cart.table-wrapper .col.msrp {
  font-size: 14px;
  text-align: center;
}
.cart.table-wrapper .col.subtotal .price {
  color: #0088cc;
}
.cart.table-wrapper .col.qty {
  text-align: center;
}
.cart.table-wrapper .col.qty .input-text {
  text-align: center;
  width: 45px;
}
.cart.table-wrapper .col.qty .field.qty {
  min-width: 67px;
}
.cart.table-wrapper .col > .price {
  color: #c1c1c1;
  font-size: 1.8rem;
  font-weight: 700;
}
.cart.table-wrapper .item-actions td {
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
  white-space: normal;
}
.cart.table-wrapper .item .col.item {
  display: block;
  min-height: 75px;
  padding: 15px 15px 9px 90px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar {
  min-height: 20px;
  padding-bottom: 30px;
  position: relative;
}
.cart.table-wrapper .actions-toolbar > .action-edit,
.cart.table-wrapper .actions-toolbar > .action-delete {
  position: absolute;
  right: 16px;
  top: 0;
  display: inline-block;
  text-decoration: none;
}
.cart.table-wrapper .actions-toolbar > .action-edit > span,
.cart.table-wrapper .actions-toolbar > .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.cart.table-wrapper .actions-toolbar > .action-edit:before,
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #0088cc;
  content: '\f826';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.cart.table-wrapper .actions-toolbar > .action-edit:hover:before,
.cart.table-wrapper .actions-toolbar > .action-delete:hover:before {
  color: #777777;
}
.cart.table-wrapper .actions-toolbar > .action-edit:active:before,
.cart.table-wrapper .actions-toolbar > .action-delete:active:before {
  color: #0088cc;
}
.cart.table-wrapper .actions-toolbar > .action-delete {
  right: 0;
}
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  content: '\f81a';
}
.cart.table-wrapper .action {
  margin-right: 15px;
}
.cart.table-wrapper .action:last-child {
  margin-right: 0;
}
.cart.table-wrapper .action.help.map {
  font-weight: 400;
}
.cart.table-wrapper .product-item-photo {
  display: block;
  left: 15px;
  max-width: 65px;
  padding: 0;
  position: absolute;
  top: 15px;
  width: 100%;
  border: 0;
  border-radius: 0;
}
.cart.table-wrapper .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: 0;
  margin-top: 10px;
}
.cart.table-wrapper .gift-registry-name-label:after {
  content: ':';
}
.cart.table-wrapper .item-options {
  margin-bottom: 0;
}
.cart.table-wrapper .product-item-name + .item-options {
  margin-top: 18px;
}
.cart.table-wrapper .action.configure {
  display: inline-block;
  margin: 9px 0 0;
}
.cart.table-wrapper .item .message {
  margin-top: 18px;
}
.cart-discount {
  border-bottom: 1px solid #cccccc;
  clear: left;
}
.cart-empty {
  padding-left: 15px;
  padding-right: 15px;
}
.cart-tax-info + .cart-tax-total {
  display: block;
}
.block.crosssell {
  padding: 0 15px;
  margin-top: 70px;
}
.block.crosssell .product-item-info {
  width: 200px;
}
.block-minicart .items-total {
  float: right;
  margin-top: 20px;
}
.block-minicart .items-total .count {
  font-weight: 700;
  color: #000;
}
.block-minicart .subtotal {
  text-align: left;
}
.block-minicart .amount .price-wrapper {
  color: #000;
}
.block-minicart .amount .price-wrapper:first-child .price {
  font-size: 17px;
  font-weight: 700;
}
.block-minicart .subtitle {
  display: none;
}
.block-minicart .subtitle.empty {
  display: block;
  padding: 27px 0 18px;
  text-align: center;
  font-size: 13px;
  font-weight: 400;
}
.block-minicart .text.empty {
  text-align: center;
}
.block-minicart .block-content > .actions {
  margin-top: 15px;
}
.block-minicart .block-content > .actions > .secondary {
  text-align: center;
  margin: 0 0 15px;
}
.block-minicart .block-content > .actions > .secondary .action.viewcart {
  display: block;
  width: 100%;
  padding: 10px 15px;
  text-transform: uppercase;
  font-size: 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.block-minicart .block-content > .actions > .primary {
  margin: 0 0 15px;
}
.block-minicart .block-content > .actions > .primary .action.primary,
.block-minicart .block-content > .actions > .primary .amshopby-button,
.block-minicart .block-content > .actions > .primary .am-filter-go {
  display: block;
  width: 100%;
  padding: 10px 15px;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 15px;
}
.block-minicart .block-content > .actions .paypal-logo {
  margin-top: 15px;
  text-align: center;
}
.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;
}
.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: #0088cc;
  content: '\f815';
  font-family: 'porto-icons';
  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: #0088cc;
}
.minicart-wrapper .action.showcart:active:before {
  color: #0088cc;
}
.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: #0088cc;
  content: '\f815';
  font-family: 'porto-icons';
  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: #0088cc;
}
.minicart-wrapper .action.showcart.active:active:before {
  color: #0088cc;
}
.minicart-wrapper .block-minicart {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 0;
  margin-top: 7px;
  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);
}
.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 {
  left: 10px;
  top: -21px;
}
.minicart-wrapper .block-minicart:after {
  left: 9px;
  top: -23px;
}
.minicart-wrapper.active {
  overflow: visible;
}
.minicart-wrapper.active .block-minicart {
  display: block;
}
.minicart-wrapper .block-minicart {
  padding: 25px 18px;
  width: 320px;
  right: -15px;
  border-top: 6px solid #0088cc;
  color: #777777;
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}
.minicart-wrapper .block-minicart .block-title {
  display: none;
}
.minicart-wrapper .block-minicart:after {
  left: auto;
  right: 25px;
  border: 9px solid;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
}
.minicart-wrapper .block-minicart:before {
  left: auto;
  right: 26px;
  border: 8px solid;
  border-color: transparent transparent #0088cc transparent;
}
.minicart-wrapper .product .actions {
  float: right;
  margin: -30px 0 0;
}
.minicart-wrapper .product .actions > .primary,
.minicart-wrapper .product .actions > .secondary {
  display: inline;
}
.minicart-wrapper .product .actions > .primary:not(:last-child),
.minicart-wrapper .product .actions > .secondary:not(:last-child) {
  margin-right: 15px;
}
.minicart-wrapper .action.close {
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  position: absolute;
  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;
}
.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.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: 16px;
  line-height: 16px;
  color: #777777;
  content: '\f819';
  font-family: 'porto-icons';
  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.showcart {
  white-space: nowrap;
}
.minicart-wrapper .action.showcart .counter.qty {
  color: #ffffff;
  height: 24px;
  line-height: 24px;
  border-radius: 2px;
  display: inline-block;
  margin: -11px 0 0;
  min-width: 18px;
  width: 100%;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
  position: absolute;
  top: 50%;
  left: 0;
  font-weight: 600;
  font-size: 14px;
}
.minicart-wrapper .action.showcart .counter.qty .loader > img {
  max-width: 24px;
}
.minicart-wrapper .action.showcart:before,
.minicart-wrapper .action.showcart.active:before {
  color: #0088cc;
  line-height: 40px;
  margin: 0;
}
.minicart-wrapper .action.showcart:hover:before,
.minicart-wrapper .action.showcart:active:before,
.minicart-wrapper .action.showcart.active:before,
.minicart-wrapper .action.showcart.active:hover:before {
  color: #0088cc;
}
.minicart-wrapper .minicart-widgets {
  margin-top: 15px;
}
.minicart-items-wrapper {
  margin: 0 -15px;
  overflow-x: auto;
  padding: 15px;
}
.minicart-items {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.minicart-items .product-item {
  padding: 18px 0;
}
.minicart-items .product-item:not(:first-child) {
  border-top: 1px solid #eeeeee;
}
.minicart-items .product-item:first-child {
  padding-top: 0;
}
.minicart-items .product-item-pricing .label {
  display: inline-block;
  width: 4.5rem;
}
.minicart-items .price-minicart {
  margin-bottom: 4.5px;
}
.minicart-items .product-item-name {
  font-size: 14px;
  font-weight: 400;
  margin: 0 0 9px;
}
.minicart-items .product-item-name a {
  color: #0088cc;
}
.minicart-items .product-item-details {
  padding-left: 95px;
  text-align: left;
}
.minicart-items .product-item-details .price {
  font-weight: 700;
  color: #000;
}
.minicart-items .product-item-details .price-including-tax,
.minicart-items .product-item-details .price-excluding-tax {
  margin: 4.5px 0;
}
.minicart-items .product-item-details .weee[data-label] {
  font-size: 1.1rem;
}
.minicart-items .product-item-details .details-qty {
  margin-top: 9px;
}
.minicart-items .product > .product-item-photo,
.minicart-items .product > .product-image-container {
  float: left;
  min-width: 0;
}
.minicart-items .product .toggle {
  border: 0;
  padding: 0 36px 4.5px 0;
}
.minicart-items .product .toggle:after {
  position: static;
  margin: 0 0 0 4.5px;
  color: #8f8f8f;
}
.minicart-items .product .product.options > .toggle:after {
  font-family: 'porto-icons';
}
.minicart-items .product .product.options > .toggle:after {
  content: '\f807';
}
.minicart-items .product .product.options.active > .toggle:after {
  content: '\f804';
}
.minicart-items .product.pricing {
  margin-top: 3px;
}
.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: 12px;
  line-height: 12px;
  color: inherit;
  content: '\f807';
  font-family: 'porto-icons';
  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 .details {
  display: none;
}
.minicart-items .item-qty {
  width: 40px;
  text-align: center;
  margin-right: 9px;
  border-radius: 3px;
}
.minicart-items .update-cart-item {
  vertical-align: top;
  font-size: 1.1rem;
}
.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: 18px;
  line-height: 20px;
  color: #0088cc;
  content: '\f826';
  font-family: 'porto-icons';
  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: #0088cc;
}
.minicart-items .action.edit:active:before,
.minicart-items .action.delete:active:before {
  color: #0088cc;
}
.minicart-items .action.delete:before {
  content: '\f81a';
}
.minicart-items .subtitle {
  display: none;
}
.checkout-container {
  margin: 0 0 18px;
}
.opc-wrapper {
  margin: 0 0 18px;
}
.opc-wrapper .step-title {
  border-bottom: 1px solid #cccccc;
}
.opc-wrapper .step-content {
  margin: 0 0 36px;
}
.checkout-index-index .logo {
  margin-left: 0;
}
.opc-estimated-wrapper {
  background: #f4f4f4;
  border-bottom: 1px solid #cccccc;
  border-top: 1px solid #cccccc;
  margin: -21px -15px 15px;
  padding: 18px 15px;
}
.opc-estimated-wrapper .estimated-block {
  font-size: 18px;
  float: left;
  font-weight: 600;
}
.opc-estimated-wrapper .estimated-block .estimated-label {
  display: block;
  margin: 0 0 4.5px;
}
.opc-estimated-wrapper .estimated-block .estimated-price {
  color: #0088cc;
}
.opc-estimated-wrapper .minicart-wrapper {
  float: right;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  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: auto;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:focus,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:active {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart:hover {
  background: none;
  border: none;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart.disabled,
.opc-estimated-wrapper .minicart-wrapper button.action.showcart[disabled],
fieldset[disabled] .opc-estimated-wrapper .minicart-wrapper button.action.showcart {
  pointer-events: none;
  opacity: 0.5;
}
.opc-estimated-wrapper .minicart-wrapper button.action.showcart .counter.qty {
  left: 0;
}
.opc-progress-bar {
  display: none;
}
.field._error .control input,
.field._error .control select,
.field._error .control textarea {
  border-color: #ed8380;
}
.checkout-index-index .modal-popup .fieldset .field .label {
  font-weight: 400;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup {
  margin-top: 3px;
}
.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: #777777;
}
.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: 21px;
  line-height: inherit;
  color: #bbbbbb;
  content: '\f853';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.field-tooltip .field-tooltip-action:hover:before {
  color: #777777;
}
._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: #777777;
}
.field-tooltip .field-tooltip-content {
  background: #f4f4f4;
  border: 1px solid #dddddd;
  border-radius: 1px;
  font-size: 13px;
  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: #dddddd;
}
.field-tooltip .field-tooltip-content:after {
  border-right-color: #f4f4f4;
  width: 1px;
  z-index: 4;
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  margin-top: 28px;
  margin-bottom: 28px;
}
.opc-wrapper .form-login .fieldset .field .label,
.opc-wrapper .form-shipping-address .fieldset .field .label {
  font-weight: 400;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 13px;
  margin-top: 9px;
}
.opc-wrapper .shipping-address-items {
  font-size: 0;
}
.opc-wrapper .shipping-address-item {
  border: 2px solid transparent;
  font-size: 13px;
  line-height: 30px;
  margin: 0 0 18px;
  padding: 18px 32px 18px 18px;
  transition: 0.3s border-color;
  width: 50%;
  display: inline-block;
  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: '\f82b';
  font-family: 'porto-icons';
  height: 27px;
  width: 29px;
  font-size: 19px;
  line-height: 21px;
  padding-top: 2px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
  visibility: hidden;
}
.opc-wrapper .action-show-popup {
  margin: 0 0 18px;
}
.opc-wrapper .action-show-popup > span:before {
  content: '+';
  padding-right: 4.5px;
}
.opc-wrapper .action-select-shipping-item {
  float: right;
  margin: 18px 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: 18px 0;
}
.methods-shipping .actions-toolbar .action.primary,
.methods-shipping .actions-toolbar .amshopby-button,
.methods-shipping .actions-toolbar .am-filter-go {
  margin: 18px 0 0;
}
.table-checkout-shipping-method thead th {
  display: none;
  font-weight: 600;
}
.table-checkout-shipping-method tbody td {
  border-top: 1px solid #cccccc;
  padding-bottom: 18px;
  padding-top: 18px;
}
.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 .col-price {
  font-weight: 600;
}
.table-checkout-shipping-method tbody .row-error td {
  border-top: none;
  padding-bottom: 9px;
  padding-top: 0;
}
.checkout-shipping-method {
  position: relative;
}
.shipping-policy-block.field-tooltip {
  top: 12px;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  color: #0088cc;
  cursor: pointer;
}
.shipping-policy-block.field-tooltip .field-tooltip-action:before {
  display: none;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  width: 420px;
  top: 27px;
}
.opc-block-shipping-information .shipping-information-title {
  border-bottom: 1px solid #cccccc;
  margin: 0 0 18px;
  position: relative;
}
.opc-block-shipping-information .shipping-information-title .action-edit {
  top: 9px;
  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: 18px;
  line-height: 20px;
  color: #0088cc;
  content: '\f826';
  font-family: 'porto-icons';
  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: #0088cc;
}
.opc-block-shipping-information .shipping-information-title .action-edit:active:before {
  color: #0088cc;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  display: block;
}
.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 18px;
}
.opc-block-summary {
  background: #f5f5f5;
  padding: 22px 27px;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 30px;
}
.opc-block-summary > .title {
  display: block;
}
.opc-block-summary .mark .value {
  color: #999999;
  display: block;
}
.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 #cccccc;
  padding: 9px 36px 9px 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: 12px;
  line-height: 12px;
  color: inherit;
  content: '\f807';
  font-family: 'porto-icons';
  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: 9px;
}
.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: '\f804';
}
.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 9px;
  width: 100%;
}
.opc-block-summary .product-item .product-item-name-block {
  display: table-cell;
  padding-right: 4.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 .price {
  font-size: 1rem;
}
.authentication-dropdown {
  box-sizing: border-box;
}
.authentication-dropdown .modal-inner-wrap {
  padding: 25px 18px;
}
.authentication-dropdown button.action-close {
  width: 40px;
  height: 40px;
  margin: 0;
}
.authentication-dropdown .modal-header {
  min-height: 0;
  padding: 0;
  border: 0;
}
.authentication-dropdown .modal-content {
  box-shadow: none;
  -webkit-box-shadow: none;
  position: static;
  background: none;
  border: 0;
  border-radius: 0;
}
.authentication-wrapper {
  float: right;
  margin-top: -70px;
  max-width: 50%;
  position: relative;
  z-index: 1;
}
._has-auth-shown .authentication-wrapper {
  z-index: 900;
}
.authentication-wrapper button.action-auth-toggle {
  border: 0;
  color: #0088cc;
  padding: 0;
  background: none;
}
.block-authentication .block-title {
  font-size: 1.7rem;
  border-bottom: 0;
  margin-bottom: 22.5px;
}
.block-authentication .block-title strong {
  font-weight: 300;
}
.block-authentication .field .label {
  font-weight: 400;
}
.block-authentication .block[class] {
  margin: 0;
}
.block-authentication .block[class] ul {
  list-style: none;
  padding-left: 9px;
}
.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: 36px;
  padding-top: 36px;
  position: relative;
}
.block-authentication .block[class] + .block::before {
  height: 36px;
  line-height: 34px;
  margin: -19px 0 0 -18px;
  min-width: 36px;
  background: #ffffff;
  border-radius: 50%;
  border: 1px solid #c1c1c1;
  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 {
  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-title {
  border-top: 1px solid #cccccc;
  padding: 18px 0;
  margin: 0;
}
.checkout-payment-method .payment-method-title .payment-icon {
  display: inline-block;
  margin-right: 4.5px;
  vertical-align: middle;
}
.checkout-payment-method .payment-method-title .action-help {
  display: inline-block;
  margin-left: 4.5px;
}
.checkout-payment-method .payment-method-content {
  display: none;
  padding: 0 0 18px 22px;
}
.checkout-payment-method .payment-method-content .fieldset:not(:last-child) {
  margin: 0 0 18px;
}
.checkout-payment-method .field-select-billing,
.checkout-payment-method .billing-address-form {
  max-width: 500px;
}
.checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0 0 9px;
}
.checkout-payment-method .payment-method-billing-address {
  margin: 0 0 18px;
}
.checkout-payment-method .payment-method-billing-address .primary .action-update {
  margin-right: 0;
}
.checkout-payment-method .payment-method-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
}
.checkout-payment-method .payment-method-note + .payment-method-billing-address {
  margin-top: 18px;
}
.checkout-payment-method .payment-method-iframe {
  background-color: transparent;
  display: none;
  width: 100%;
}
.checkout-payment-method .no-payments-block {
  margin: 18px 0;
}
.checkout-payment-method .payment-option._active .payment-option-title .action-toggle:after {
  content: '\f804';
}
.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: 18px 0;
}
.checkout-payment-method .payment-option-title .action-toggle {
  color: #0088cc;
  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: 14px;
  line-height: 16px;
  color: #0088cc;
  content: '\f807';
  font-family: 'porto-icons';
  margin: 0 0 0 9px;
  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: #777777;
}
.checkout-payment-method .payment-option-title .action-toggle:active:after {
  color: #0088cc;
}
.checkout-payment-method .payment-option-title .action-toggle > span {
  display: inline-block;
  vertical-align: middle;
}
.checkout-payment-method .payment-option-content {
  padding: 0 0 18px 22px;
}
.checkout-payment-method .payment-option-inner {
  margin: 0 0 18px;
}
.checkout-payment-method .credit-card-types {
  padding: 0;
}
.checkout-payment-method .credit-card-types .item {
  display: inline-block;
  list-style: none;
  margin: 0 4.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%);
  filter: grayscale(0%);
  filter: none;
}
.checkout-payment-method .credit-card-types .item._inactive {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.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;
  filter: grayscale(100%);
  filter: gray;
}
.checkout-payment-method .ccard .fields > .year {
  padding-left: 4.5px;
}
.checkout-payment-method .ccard .fields .select {
  padding-left: 4.5px;
  padding-right: 4.5px;
}
.checkout-payment-method .ccard .month .select {
  width: 140px;
}
.checkout-payment-method .ccard .year .select {
  width: 80px;
}
.checkout-payment-method .ccard .number .input-text {
  width: 225px;
}
.checkout-payment-method .ccard > .field.cvv > .control {
  display: inline-block;
  padding-right: 18px;
}
.checkout-payment-method .ccard .cvv .label {
  display: block;
}
.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: 18px;
}
.checkout-agreements-block .checkout-agreement.field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.checkout-agreements-block .checkout-agreement.field.required label:after {
  content: none;
}
.checkout-agreements-block .checkout-agreement.field.required .action-show:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
}
.checkout-agreements-block .action-show {
  vertical-align: baseline;
}
.checkout-agreements-items {
  padding-bottom: 27px;
}
.checkout-agreements-items .checkout-agreements-item {
  margin-bottom: 18px;
}
.checkout-agreements-items .checkout-agreements-item-title {
  border-bottom: 0;
}
.checkout-agreement-item-content {
  overflow: auto;
}
.contact-index-index .page-title-wrapper {
  display: none;
}
.contact-index-index .fieldset > .legend,
.contact-index-index .contact-info .contacts-title {
  color: #777777;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 300;
  letter-spacing: 0;
  text-transform: none;
}
.contact-index-index .page-main .contact-info [class^="porto-icon-"],
.contact-index-index .page-main .contact-info [class*=" porto-icon-"] {
  float: left;
  width: 43px;
  height: 43px;
  background-color: #0088cc;
  color: #fff;
  line-height: 43px;
  text-align: center;
  font-size: 16px;
  border-radius: 6px;
  margin-bottom: 15px;
}
.contact-index-index .page-main .contact-info p {
  margin-left: 55px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 21px;
}
.login-container .block-new-customer .actions-toolbar {
  margin-top: 25px;
}
.login-container .block .block-title {
  font-size: 1.8rem;
}
.login-container .fieldset:after {
  margin: 9px 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: 25px;
}
.login-container,
.form.password.reset,
.form.send.confirmation,
.form.password.forget,
.form.create.account,
.form.form-edit-account,
.form-address-edit,
.form-newsletter-manage {
  display: block;
  border: 1px solid #ececec;
  border-radius: 8px;
  background: #fff;
  border-top: 4px solid #0088cc;
  padding: 35px 25px 0;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
}
.form.password.reset,
.form.send.confirmation,
.form.password.forget,
.form.create.account,
.form.form-edit-account,
.form-address-edit,
.form-newsletter-manage {
  padding-bottom: 35px;
}
.fieldset > .legend {
  padding: 0;
  border: 0;
  color: #0088cc;
  text-transform: uppercase;
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: 400;
}
.box .box-title {
  padding: 10px 15px;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  position: relative;
  border-radius: 7px 7px 0 0;
}
.box .box-content {
  padding: 20px 15px;
  font-size: 13px;
  border: 1px solid #ddd;
  border-top: 0;
  background-color: #fbfbfb;
  min-height: 135px;
}
.box .box-actions {
  margin: 0;
  border: 1px solid #ddd;
  border-top: 0;
  background-color: #f5f5f5;
  border-radius: 0 0 7px 7px;
  padding: 10px 15px;
}
.block-order-details-view {
  margin: 0 -10px;
}
.block-order-details-view .block-title {
  padding: 0 10px;
}
.block-order-details-view .box {
  padding: 0 10px;
}
.block-order-details-view .box .box-content {
  min-height: 155px;
  border-radius: 0 0 5px 5px;
}
.block-dashboard-addresses address {
  margin-bottom: 0;
}
.customer-account-index .block .block-title {
  color: #313131;
}
.customer-account-index .block .block-title strong {
  font-weight: 600;
}
.customer-account-index .box .box-title {
  color: #313131;
  font-weight: 600;
  text-transform: uppercase;
}
.block-addresses-list .items.addresses > .item {
  margin-bottom: 18px;
}
.block-addresses-list .items.addresses > .item:last-child {
  margin-bottom: 0;
}
.block-addresses-list .items.addresses .item.actions {
  margin-top: 4.5px;
}
.form-address-edit #region_id {
  display: none;
}
.form-edit-account .fieldset.password {
  display: none;
}
.form-create-account .fieldset-fullname .fields .field {
  float: none;
}
.account .page-title-wrapper .page-title {
  display: inline-block;
}
.account .column.main {
  margin-bottom: 27px;
}
.account .column.main h2 {
  margin-top: 0;
}
.account .sidebar-additional {
  margin-top: 36px;
}
.account .table-wrapper {
  margin-bottom: 18px;
}
.account .table-wrapper:last-child {
  margin-bottom: 0;
}
.account .data.table .col.actions .action.delete,
[class^="sales-guest-"] .data.table .col.actions .action.delete,
.sales-guest-view .data.table .col.actions .action.delete {
  color: #d10029;
}
.column.main .block:last-child {
  margin-bottom: 0;
}
.block .title {
  margin-bottom: 9px;
}
.block .title strong {
  font-size: 18px;
  color: #313131;
  padding: 10px 0;
  margin: 0;
  line-height: 1;
}
.block p:last-child {
  margin: 0;
}
.control.captcha-image {
  margin-top: 9px;
}
.control.captcha-image .captcha-img {
  vertical-align: middle;
}
.block-balance .price {
  font-size: 3.2rem;
  line-height: 32px;
  display: inline-block;
  margin-top: -9px;
}
.table-downloadable-products .product-name {
  font-weight: 400;
  margin-right: 15px;
}
.table-downloadable-products .action.download {
  display: inline-block;
  text-decoration: none;
}
.table-downloadable-products .action.download:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  content: '\e626';
  font-family: 'porto-icons';
  margin: 0 5px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-product-downloadable .product-add-form {
  clear: both;
  margin-bottom: 22.5px;
}
.page-product-downloadable .product-options-bottom .field.qty {
  display: none;
}
.page-product-downloadable .product-options-wrapper {
  border-bottom: 0;
}
.samples-item-title {
  font-size: 1.4rem;
  font-weight: 600;
  margin: 0 0 9px;
}
.samples-item {
  margin: 0 0 9px;
}
.field.downloads {
  margin-bottom: 9px;
}
.page-product-downloadable .product-add-form .product-options-wrapper .field.downloads > .control {
  width: 100%;
}
.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 {
  display: inline;
  font-weight: 600;
  font-size: 1.4rem;
}
.field.downloads .field.choice {
  box-sizing: border-box;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 9px;
  margin-bottom: 9px;
  width: 100%;
  position: relative;
  z-index: 1;
  padding-left: 25px;
}
.field.downloads .field.choice input {
  position: absolute;
  left: 0;
  top: 2px;
}
.field.downloads .field.downloads-all {
  padding-left: 0;
  border-bottom: 0;
}
.field.downloads .sample.link {
  float: right;
}
.field.downloads-all .label {
  color: #0088cc;
  text-decoration: none;
  cursor: pointer;
}
.field.downloads-all .label:visited {
  color: #0088cc;
  text-decoration: none;
}
.field.downloads-all .label:hover {
  color: #0088cc;
  text-decoration: underline;
}
.field.downloads-all .label:active {
  color: #0088cc;
  text-decoration: underline;
}
.field.downloads-all input {
  opacity: 0;
}
.field.downloads.downloads-no-separately .field.choice {
  padding-left: 0;
}
.page-product-giftcard .giftcard-amount {
  text-align: left;
  margin-bottom: 0;
  clear: both;
  border-top: 1px #c1c1c1 solid;
  padding-top: 15px;
}
.page-product-giftcard .giftcard-amount .field:last-child {
  padding-bottom: 18px !important;
}
.page-product-giftcard .product-info-main .price-box .old-price {
  font-size: 20px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final_price > span {
  display: block;
  margin-bottom: 4.5px;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final_price > span:last-child {
  margin-bottom: 0;
}
.page-product-giftcard .product-info-main .price-box .price-container.price-final_price .price {
  font-size: 22px;
  line-height: 22px;
  font-weight: 600;
}
.page-product-giftcard .product-info-main .price-box + .giftcard.form {
  border-top: 1px #c1c1c1 solid;
  padding-top: 15px;
}
.page-product-giftcard .product-info-stock-sku {
  display: block;
}
.page-product-giftcard .product-add-form {
  clear: none;
  border: 0;
  padding-top: 0;
}
.page-product-giftcard .product-add-form .product-options-wrapper .field:not(.text) {
  margin-top: 18px;
  margin-bottom: 18px;
}
.page-product-giftcard .giftcard.form {
  clear: both;
}
.page-product-giftcard .price-box {
  margin-bottom: 10px;
}
.page-product-giftcard .product-info-price {
  float: right;
  width: auto;
  display: block;
  white-space: nowrap;
  border: 0;
}
.giftcard-account .please-wait {
  display: none;
}
.giftcard-account .form-giftcard-redeem .giftcard.info {
  margin-bottom: 27px;
}
.opc-wrapper .form-giftcard-account {
  max-width: 500px;
}
.opc-wrapper .form-giftcard-account .field {
  margin: 0 0 18px;
}
.opc-wrapper .giftcard-account-info {
  margin: 0 0 18px;
}
.opc-wrapper .giftcard-account-info .giftcard-account-number {
  margin: 0 0 9px;
}
.gift-message .field .label {
  color: #666666;
  font-weight: 400;
}
.cart.table-wrapper .item-gift._active {
  border-top: 1px solid #c1c1c1;
}
.cart.table-wrapper .item-gift .action {
  margin-right: 0;
}
.gift-options {
  margin: 18px 0;
}
.gift-options .actions-toolbar .action-cancel {
  display: none;
}
.gift-options-title {
  font-weight: 600;
  margin: 0 0 18px;
}
.gift-options-content .fieldset {
  margin: 0 0 18px;
}
.gift-summary {
  position: relative;
}
.gift-summary .actions-toolbar > .secondary .action {
  margin: 0 0 0 18px;
  width: auto;
}
.gift-summary .action-edit,
.gift-summary .action-delete {
  display: inline-block;
  text-decoration: none;
}
.gift-summary .action-edit > span,
.gift-summary .action-delete > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-summary .action-edit:before,
.gift-summary .action-delete:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #0088cc;
  content: '\f826';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-summary .action-edit:hover:before,
.gift-summary .action-delete:hover:before {
  color: #777777;
}
.gift-summary .action-edit:active:before,
.gift-summary .action-delete:active:before {
  color: #0088cc;
}
.gift-summary .action-delete:before {
  content: '\f81a';
}
.gift-summary .actions-toolbar,
.cart.table-wrapper .gift-summary .actions-toolbar {
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.cart.table-wrapper .gift-content {
  display: none;
  clear: left;
  float: left;
  margin-right: -100%;
  padding: 18px 0;
  width: 100%;
}
.cart.table-wrapper .gift-content._active {
  display: table;
  table-layout: fixed;
}
.gift-item-block {
  border-bottom: 1px solid #c1c1c1;
  margin: 0;
}
.gift-item-block._active .title:after {
  content: '\f804';
}
.gift-item-block .title {
  color: #1979c3;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin: 0;
  padding: 9px 36px 9px 15px;
  position: relative;
}
.gift-item-block .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #858585;
  content: '\f807';
  font-family: 'porto-icons';
  margin: 0 0 0 9px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-item-block .title:hover:after {
  color: #777777;
}
.gift-item-block .content {
  padding: 9px 0 18px;
  position: relative;
}
.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-gift-message .item-options dt,
.order-details-items .block-order-details-gift-message .item-options dt {
  font-weight: 400;
  margin: 9px 0;
}
.options-order-container,
.options-items-container {
  margin-bottom: 9px;
}
.gift-messages-order {
  margin-bottom: 22.5px;
}
.form-giftregistry-share .actions-toolbar:not(:last-child),
.form-giftregistry-edit .actions-toolbar:not(:last-child) {
  margin-bottom: 36px;
}
.form-giftregistry-share .fieldset .nested .field:not(.choice) .control,
.form-giftregistry-edit .fieldset .nested .field:not(.choice) .control {
  width: 100%;
}
.giftregisty-dropdown .action.toggle {
  color: #0088cc;
}
.table-giftregistry-items .product-image {
  margin-right: 9px;
  float: left;
}
.cart-summary .form.giftregistry .fieldset {
  margin: 15px 0 4.5px;
  text-align: left;
}
.cart-summary .form.giftregistry .fieldset .field {
  margin: 0 0 9px;
}
.cart-summary .form.giftregistry .fieldset .field .control {
  float: none;
  width: auto;
}
.form-giftregistry-edit .giftregistry-type {
  margin-bottom: 27px;
  margin-top: -22.5px;
}
.form-giftregistry-search {
  margin-bottom: 54px;
}
.form-giftregistry-search .fields-specific-options .field:nth-last-of-type(1) {
  margin-bottom: 0;
}
.block-giftregistry .actions-toolbar {
  margin: 17px 0 0;
}
.block-giftregistry-shared .item-options .item-value {
  margin: 0 0 22.5px;
}
.block-giftregistry-shared-items .item .col {
  border: 0;
}
.block-giftregistry-shared-items th {
  border-bottom: 1px solid #cccccc;
}
.block-giftregistry-shared-items .col {
  padding: 20px 11px 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: 0;
}
.block-giftregistry-shared-items .product-item-photo {
  display: block;
  max-width: 65px;
  padding: 9px 0;
}
.block-giftregistry-shared-items .product-item-name {
  font-size: 1.8rem;
  display: block;
  margin: 0 0 4.5px;
}
.gift-wrapping-info {
  font-weight: 300;
  font-size: 17px;
  margin: 18px 0;
}
.gift-wrapping-list {
  list-style: none;
  margin: 18px 0 9px;
  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: 22px;
  line-height: 4rem;
  color: #494949;
  content: '\e62a';
  font-family: 'porto-icons';
  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 9px 9px 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: 9px 0;
}
.gift-wrapping-title .action-remove {
  margin: -4.5px 0 0 4.5px;
  display: inline-block;
  text-decoration: none;
}
.gift-wrapping-title .action-remove > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.gift-wrapping-title .action-remove:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 18px;
  line-height: 20px;
  color: #0088cc;
  content: '\f81a';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.gift-wrapping-title .action-remove:hover:before {
  color: #777777;
}
.gift-wrapping-title .action-remove:active:before {
  color: #0088cc;
}
.gift-options-content .fieldset .field {
  margin: 9px 0;
}
.gift-wrapping-summary {
  padding-right: 7rem;
}
.gift-wrapping-summary .gift-wrapping-title {
  border: 0;
  display: inline-block;
  padding: 0;
}
.opc-wrapper .fieldset.gift-message .field.gift-wrapping {
  padding: 0;
  width: 100%;
}
.opc-wrapper .data.table .gift-wrapping,
.table-order-items .gift-wrapping {
  margin: 18px 0 0;
}
.opc-wrapper .data.table .gift-wrapping .title,
.table-order-items .gift-wrapping .title {
  float: none;
}
.opc-wrapper .data.table .gift-wrapping .content,
.table-order-items .gift-wrapping .content {
  margin: 0;
}
.opc-wrapper .data.table .gift-wrapping .content > img,
.table-order-items .gift-wrapping .content > img {
  float: left;
  margin: 0 9px 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;
}
.table-wrapper.grouped {
  width: auto;
}
.table.grouped .row-tier-price > td {
  border-top: 0;
}
.table.grouped .col.item {
  width: 90%;
}
.table.grouped .col.qty {
  width: 10%;
  min-width: 95px;
}
.table.grouped .col.qty .control.qty {
  display: inline-block;
  vertical-align: middle;
}
.table.grouped .col.qty .qty-changer {
  display: inline-block;
  vertical-align: middle;
}
.table.grouped .col.qty .qty-changer > a {
  display: block;
  border: 1px solid #cccccc;
  border-radius: 3px;
  height: 18px;
  line-height: 16px;
  margin-top: 2px;
  color: #ccc;
  font-size: 11px;
}
.table.grouped .col.qty .qty-changer > a:first-child {
  margin-top: 0;
}
.table.grouped .col.qty .qty-changer > a:hover {
  color: #0088cc;
}
.table.grouped .product-item-name {
  font-weight: 400;
  margin-bottom: 9px;
  display: inline-block;
}
.table.grouped .price-box {
  margin: 8px 0 3px;
}
.table.grouped .price-box p {
  margin: 0;
}
.table.grouped .price-box .price {
  font-weight: 700;
  color: #0088cc;
}
.table.grouped .price-box .old-price .price {
  font-weight: normal;
  color: #999999;
}
.table.grouped .stock.unavailable {
  margin: 0;
  white-space: nowrap;
  text-transform: none;
  font-weight: normal;
}
.page-product-grouped .product-info-price {
  float: right;
  display: block;
  width: auto;
  border: 0;
}
.form-add-invitations .additional,
.form-add-invitations .field.message {
  margin-top: 18px;
}
.form-add-invitations .action.remove {
  top: 4px;
}
.form-add-invitations .action.add {
  display: inline-block;
  text-decoration: none;
  line-height: normal;
  padding: 4px;
  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: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'porto-icons';
  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;
}
.filter.block {
  margin-bottom: 0;
}
.filter-title strong {
  position: absolute;
  z-index: 2;
  line-height: 16px;
  border: 1px solid #cccccc;
  text-align: center;
  padding: 7px 10px;
  background-color: #ffffff;
  box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
  border-radius: 3px;
  font-weight: 400;
  top: 0;
  left: 0;
}
.filter-title strong[data-count]:after {
  content: attr(data-count);
  display: inline-block;
  border-radius: 2px;
  padding: 2px;
  font-size: .8em;
  margin: 0 5px;
  color: #ffffff;
  min-width: 1em;
  line-height: 1;
  background: #fc5e10;
}
.filter-title strong.disabled {
  opacity: .5;
}
.filter .block-subtitle {
  font-weight: 600;
  padding: 9px 9px 18px;
  font-size: 13px;
  line-height: 1em;
  border-bottom: 1px solid #cccccc;
  display: none;
}
.filter-subtitle {
  display: none;
}
.filter-current {
  margin: 0;
}
.filter-current .items {
  border: 1px solid #ddd;
  border-width: 0 1px;
  background-color: #fbfbfb;
  padding: 10px 0;
  margin: 0;
}
.filter-current .item {
  position: relative;
  z-index: 1;
  padding-left: 17px;
}
.filter .filter-current-subtitle {
  display: block;
  padding: 10px 15px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  color: #777;
  position: relative;
  cursor: pointer;
  border-radius: 7px 7px 0 0;
}
.filter-current .action.remove {
  position: absolute;
  right: 15px;
  top: -2px;
}
.filter-actions {
  font-size: 11px;
  padding: 10px 15px;
  background: #f7f7f7;
  border: 1px solid #ddd;
  border-radius: 0 0 7px 7px;
  text-align: right;
  margin-bottom: 14px;
}
.filter-label {
  text-transform: uppercase;
}
.filter-label:after {
  content: ": ";
}
.filter-value {
  color: #858585;
}
.filter-options {
  display: none;
  margin: 0;
}
.filter-options-item {
  margin-bottom: 14px;
}
.filter-options-item.active .filter-options-title {
  border-radius: 7px 7px 0 0;
}
.filter-options-item.active .filter-options-content {
  display: block !important;
}
.filter-options-title {
  padding: 10px 15px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  border: 1px solid #ddd;
  background-color: #f5f5f5;
  position: relative;
  cursor: pointer;
  border-radius: 7px;
  display: block;
  text-decoration: none;
}
.filter-options-title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 13px;
  line-height: inherit;
  color: inherit;
  content: '\f823';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.filter-options-title:after {
  width: 26px;
  height: 26px;
  display: block;
  border: 1px solid #ddd;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -13px;
  border-radius: 3px;
  color: #ccc;
  text-align: center;
  line-height: 24px;
  background-color: #fff;
  font-size: 10px;
}
.filter-options-title:hover:after {
  background-color: #0088cc;
  color: #fff;
}
.active > .filter-options-title:after {
  content: '\f820';
}
.filter-options-content {
  margin: 0;
  padding: 10px 15px;
  font-size: 13px;
  border: 1px solid #ddd;
  border-top: 0;
  border-radius: 0 0 7px 7px;
  background-color: #fbfbfb;
}
.filter-options-content .item {
  margin: 13px 0;
  line-height: 1.5em;
}
.filter-options-content a {
  color: #777777 !important;
}
.filter-options-content a:hover .count {
  text-decoration: none;
}
.filter-options-content .count {
  color: #858585;
  padding-right: 5px;
}
.filter-options-content .count:before {
  content: "(";
}
.filter-options-content .count:after {
  content: ")";
}
.map-popup-wrapper.popup .action.close {
  top: 9px;
}
.map-popup {
  background: #ffffff;
  border: 1px solid #adadad;
  padding: 22px;
  width: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  transition: opacity 0.3s linear;
  left: 0;
  margin-top: 9px;
  position: absolute;
  top: 0;
  z-index: 1001;
  display: none;
  opacity: 0;
}
.map-popup .popup-header {
  margin: 0 0 25px;
  padding-right: 16px;
}
.map-popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.5rem;
  margin-top: 2.25rem;
  margin-bottom: 1.8rem;
}
.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: 9px;
  top: 9px;
}
.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: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\f819';
  font-family: 'porto-icons';
  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: #737373;
}
.map-popup .popup-actions .action.close:active:before {
  color: #737373;
}
.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: 0 0 18px;
}
.map-popup .map-info-price .price-box {
  margin: 0 0 18px;
}
.map-popup .map-info-price .price-box .label:after {
  content: ": ";
}
.map-popup .action.primary,
.map-popup .amshopby-button,
.map-popup .am-filter-go {
  margin-right: 9px;
}
.map-popup .map-msrp {
  margin-bottom: 9px;
}
.map-popup .actual-price {
  margin: 3px 0 15px;
}
.map-popup .popup-header {
  display: none;
}
.map-old-price {
  text-decoration: none;
}
.map-old-price .price-wrapper {
  text-decoration: line-through;
}
.map-old-price:not(:last-child),
.product-item .map-old-price:not(:last-child),
.product-info-price .map-show-info:not(:last-child) {
  margin-right: 9px;
}
.product-options-bottom .price-box .old-price .price-container > span,
.product-info-price .price-box .old-price .price-container > span {
  display: inline;
}
.map-form-addtocart {
  display: inline-block;
  text-align: center;
}
.map-form-addtocart img {
  display: block;
  margin: 0 auto;
}
.wishlist.split.button {
  display: inline-block;
  position: relative;
  margin-right: 5%;
  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 .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: 12px;
  line-height: inherit;
  color: #999999;
  content: '\f807';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle:hover:after {
  color: #777777;
}
.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: 12px;
  line-height: inherit;
  color: #999999;
  content: '\f804';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.wishlist.split.button .action.toggle.active:hover:after {
  color: #777777;
}
.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 {
  padding: 6px 0;
}
.wishlist.split.button > .action.split {
  margin-right: 5px;
}
.wishlist.split.button > .action.split:before {
  content: '\f816';
}
.wishlist.split.button > .action.split:before {
  margin: 0;
}
.wishlist.split.button > .action:active,
.wishlist.split.button > .action:focus,
.wishlist.split.button > .action:hover {
  color: #777777;
}
.wishlist.split.button > .action.toggle:before {
  border-left: 1px solid #999999;
  content: '';
  float: left;
  height: 15px;
  margin: 3px 4px 0 0;
}
.cart.table-wrapper .wishlist.split.button {
  vertical-align: baseline;
}
.cart.table-wrapper .wishlist.split.button > .action.split {
  font-weight: normal;
  letter-spacing: normal;
  text-transform: none;
}
.cart.table-wrapper .wishlist.split.button > .action.toggle:after {
  color: #0088cc;
}
.cart.table-wrapper .wishlist.split.button > .action.split,
.cart.table-wrapper .wishlist.split.button > .action.toggle {
  color: #0088cc;
}
.cart.table-wrapper .wishlist.split.button > .action.split:before,
.cart.table-wrapper .wishlist.split.button > .action.toggle:before {
  display: none;
}
.wishlist.window.popup {
  background: #ffffff;
  border: 1px solid #adadad;
  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: 16px;
}
.wishlist.window.popup .popup-header .title {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.5rem;
  margin-top: 2.25rem;
  margin-bottom: 1.8rem;
}
.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: 9px;
  top: 9px;
}
.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: 16px;
  line-height: 16px;
  color: #8c8c8c;
  content: '\f819';
  font-family: 'porto-icons';
  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: #737373;
}
.wishlist.window.popup .popup-actions .action.close:active:before {
  color: #737373;
}
.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: #8c8c8c;
  z-index: 899;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
}
.wishlist.overlay.active {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.wishlist.overlay.active {
  display: block;
}
.wishlist-dropdown.move .action.toggle,
.wishlist-dropdown.copy .action.toggle {
  color: #0088cc;
}
.page-multiple-wishlist .actions-toolbar > .primary {
  display: block;
  float: none;
  text-align: left;
}
.page-multiple-wishlist .actions-toolbar > .primary .action.remove {
  float: right;
}
.block-wishlist-management {
  position: relative;
}
.block-wishlist-management .wishlist-select .wishlist-name-label {
  font-weight: 600;
}
.block-wishlist-management .wishlist-title {
  margin-bottom: 9px;
}
.block-wishlist-management .wishlist-title strong {
  font-weight: 300;
  margin-right: 9px;
}
.block-wishlist-management .wishlist-notice {
  color: #c1c1c1;
  display: inline-block;
  margin-right: 18px;
}
.block-wishlist-management .wishlist-notice.private {
  display: inline-block;
  text-decoration: none;
}
.block-wishlist-management .wishlist-notice.private:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: inherit;
  line-height: inherit;
  color: #e7e7e7;
  content: '\e629';
  font-family: 'porto-icons';
  margin: 0 4.5px 0 0;
  vertical-align: text-bottom;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.block-wishlist-management .wishlist-toolbar-select,
.block-wishlist-management .wishlist-toolbar-actions {
  display: inline-block;
}
.block-wishlist-management .wishlist-toolbar-select {
  margin-right: 18px;
}
.block-wishlist-management .wishlist-dropdown.move {
  margin-right: 18px;
}
.block-wishlist-search-form .form-wishlist-search {
  margin-bottom: 54px;
  max-width: 500px;
}
.block-wishlist-search-results .table-wrapper {
  border-top: none;
}
.block-wishlist-info-items .block-title {
  margin-bottom: 18px;
  font-size: 2.2rem;
}
.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: 18px;
}
.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 9px;
}
.block-wishlist-info-items .split {
  clear: both;
  padding: 9px 0;
  visibility: hidden;
}
.block-wishlist-info-items .wishlist-dropdown .change {
  color: #0088cc;
}
.block-wishlist-info-items .action.towishlist {
  padding: 9px 0;
}
.block-wishlist-info-items .input-text.qty {
  margin-right: 10px;
}
.multicheckout .title {
  margin-bottom: 27px;
}
.multicheckout .title strong {
  font-weight: 400;
}
.multicheckout .table-wrapper {
  margin-bottom: 0;
}
.multicheckout .table-wrapper .table > tbody > tr > td,
.multicheckout .table-wrapper .table > tbody > tr > th,
.multicheckout .table-wrapper .table > tfoot > tr > td,
.multicheckout .table-wrapper .table > tfoot > tr > th,
.multicheckout .table-wrapper .table > thead > tr > td,
.multicheckout .table-wrapper .table > thead > tr > th {
  vertical-align: middle;
}
.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: 9px;
}
.multicheckout .table-wrapper .product-item-name > a,
.multicheckout .table-wrapper .product-item-name > a:hover {
  color: #0088cc;
}
.multicheckout:not(.address) .table-wrapper .product-item-name {
  margin: 0;
}
.multicheckout > .actions-toolbar {
  margin-top: 36px;
}
.multicheckout .actions-toolbar > .secondary {
  display: block;
}
.multicheckout .actions-toolbar > .secondary .action.back {
  display: block;
  margin-left: 0;
}
.multicheckout .actions-toolbar > .primary {
  margin-right: 9px;
}
.multicheckout .item-options {
  margin: 9px 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 #cccccc;
  padding-bottom: 9px;
}
.multicheckout .block-title strong,
.multicheckout .block-content .title strong {
  font-weight: 400;
}
.multicheckout .block-title strong span,
.multicheckout .block-content .title strong span {
  color: #eaeaea;
}
.multicheckout .block-content .title {
  border-bottom: none;
  padding-bottom: 0;
}
.multicheckout.order-review .box-items .box-content {
  border-top: 1px solid #ddd;
  border-radius: 8px;
}
.multicheckout.order-review .box-items .data.table {
  margin-bottom: 0;
}
.multicheckout.order-review .block-title > strong {
  font-size: 2.4rem;
}
.multicheckout.order-review .block-shipping .block-content:not(:last-child) {
  margin-bottom: 36px;
}
.multicheckout .box-title span {
  margin-right: 9px;
}
.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;
  color: #777777;
  font-weight: 700;
  text-transform: none;
  font-size: 14px;
  line-height: 1.4;
}
.multicheckout .box-billing-method .methods-payment .item-title label {
  font-size: 14px;
  vertical-align: top;
  font-weight: 600;
}
.multicheckout .checkout-review .grand.totals {
  font-size: 2rem;
  margin-bottom: 36px;
}
.multicheckout .checkout-review .grand.totals .mark {
  font-weight: 400;
  padding: 0;
  background: none;
}
[class^="multishipping-"] .logo {
  margin-left: 0;
}
.multishipping-checkout-success .nav-sections {
  display: block;
}
.block.newsletter {
  margin-bottom: 20px;
}
.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: 16px;
  line-height: 32px;
  color: #dddddd;
  content: '\f84c';
  font-family: 'porto-icons';
  margin: 0 0 0 8px;
  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-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -1px;
}
.data.switch .counter {
  color: #c1c1c1;
}
.data.switch .counter:before {
  content: "(";
}
.data.switch .counter:after {
  content: ")";
}
.rating-summary {
  overflow: hidden;
  white-space: nowrap;
}
.rating-summary .rating-result {
  width: 88px;
  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: #c3c5c9;
  font-family: 'porto-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\f844' '\f844' '\f844' '\f844' '\f844';
  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: #ffc600;
  font-family: 'porto-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  content: '\f844' '\f844' '\f844' '\f844' '\f844';
  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 {
  display: block;
  width: 83px;
}
.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: #c3c5c9;
  font-family: 'porto-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  font-style: normal;
  font-weight: normal;
  speak: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  content: '\f844' '\f844' '\f844' '\f844' '\f844';
  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: #ffc600;
  font-family: 'porto-icons';
  font-size: 16px;
  height: 16px;
  letter-spacing: 2px;
  line-height: 16px;
  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: '\f844' '\f844' '\f844' '\f844' '\f844';
}
.review-control-vote .rating-4 {
  z-index: 3;
}
.review-control-vote .rating-4:before {
  content: '\f844' '\f844' '\f844' '\f844';
}
.review-control-vote .rating-3 {
  z-index: 4;
}
.review-control-vote .rating-3:before {
  content: '\f844' '\f844' '\f844';
}
.review-control-vote .rating-2 {
  z-index: 5;
}
.review-control-vote .rating-2:before {
  content: '\f844' '\f844';
}
.review-control-vote .rating-1 {
  z-index: 6;
}
.review-control-vote .rating-1:before {
  content: '\f844';
}
.review-control-vote:before {
  content: '\f845' '\f845' '\f845' '\f845' '\f845';
}
.review-toolbar {
  padding: 0;
  border-top: 1px solid #c9c9c9;
  margin: 0 0 18px;
  text-align: center;
}
.review-toolbar:first-child {
  display: none;
}
.review-toolbar .pages {
  display: block;
  text-align: center;
  border-bottom: 1px solid #c9c9c9;
  padding: 18px 0;
}
.review-toolbar .limiter {
  display: none;
}
.review-add .block-title {
  display: none;
}
.review-form .action.submit.primary {
  font-size: 1.4rem;
  line-height: 1.5rem;
  padding: 7px 15px;
  margin: 0;
}
.review-form .actions-toolbar .actions-primary {
  padding: 0;
}
.fieldset .review-legend.legend {
  line-height: 1.3;
  border-bottom: 0;
  padding: 0;
  margin-bottom: 18px;
}
.fieldset .review-legend.legend span {
  margin: 0;
}
.fieldset .review-legend.legend strong {
  display: block;
  font-weight: 600;
}
.fieldset .review-field-ratings > .label {
  margin-bottom: 9px;
  font-weight: 600;
  padding: 0;
}
.review-control-vote label:before,
.review-control-vote:before {
  font-size: 32px;
  line-height: 32px;
  height: 32px;
  letter-spacing: 10px;
}
.review-field-rating .label {
  font-weight: 600;
}
.review-field-rating .control {
  margin-top: 9px;
  margin-bottom: 43.2px;
}
.review-list {
  margin-bottom: 27px;
}
.review-list .block-title strong {
  font-weight: 300;
  line-height: 1.1;
  font-size: 2.5rem;
  margin-top: 2.25rem;
  margin-bottom: 1.8rem;
}
.review-item {
  padding: 18px 0;
  border-bottom: 1px solid #c9c9c9;
  margin: 0;
}
.review-item:after {
  clear: both;
  content: '';
  display: table;
}
.review-item:last-child {
  border-width: 0;
}
.review-ratings {
  display: table;
  max-width: 100%;
  margin-bottom: 9px;
}
.review-author {
  display: inline;
}
.review-author .review-details-value {
  font-weight: 400;
}
.review-date {
  display: inline;
}
.review-title {
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.7rem;
  margin-top: 1.8rem;
  margin-bottom: 0.9rem;
  margin: 0 0 18px;
}
.review-content {
  margin-bottom: 18px;
}
.page-main .column .review-add {
  margin-bottom: 0;
}
.data.table.reviews .rating-summary {
  margin-top: -4px;
}
.customer.review.view .review.title,
.customer.review.view .ratings.summary.items,
.customer.review.view .product.details {
  margin-bottom: 18px;
}
.product-reviews-summary {
  margin-bottom: 10px;
}
.products.wrapper.list .product-reviews-summary {
  margin: 0 auto;
}
.product-reviews-summary .rating-summary {
  display: inline-block;
  vertical-align: middle;
}
.product-reviews-summary .reviews-actions {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin-top: 0;
  line-height: 16px;
}
.product-reviews-summary .reviews-actions a {
  color: #bdbdbd;
  padding: 0 15px 0 10px;
}
.product-reviews-summary .reviews-actions a:not(:last-child) {
  border-right: 1px solid #ccc;
}
.product-reviews-summary.no-rating .reviews-actions a:first-child {
  padding-left: 0;
}
.product-info-main .product-reviews-summary,
.customer-review .product-reviews-summary {
  margin-bottom: 20px;
}
.product-info-main .rating-summary,
.customer-review .rating-summary {
  margin-right: 15px;
}
.block-reviews-dashboard .items .item {
  margin-bottom: 18px;
}
.block-reviews-dashboard .items .item:last-child {
  margin-bottom: 0;
}
.block-reviews-dashboard .product-name {
  display: inline-block;
}
.block-reviews-dashboard .product-name:not(:last-child) {
  margin-bottom: 4.5px;
}
.block-reviews-dashboard .rating-summary .label {
  font-weight: 600;
  margin-right: 9px;
}
.table-reviews .product-name,
.block-reviews-dashboard .product-name {
  font-weight: 400;
}
.table-reviews .rating-summary {
  display: inline-block;
  vertical-align: baseline;
}
.customer-review .product-media {
  width: 30%;
  max-width: 285px;
  float: left;
  margin-right: 3%;
}
.customer-review .review-details {
  margin: 0;
}
.customer-review .review-details .customer-review-rating {
  margin-bottom: 18px;
}
.customer-review .review-details .customer-review-rating .item {
  margin-bottom: 9px;
}
.customer-review .review-details .customer-review-rating .item:last-child {
  margin-bottom: 0;
}
.customer-review .review-details .review-title {
  line-height: 1.1;
  font-size: 1.7rem;
  margin-top: 1.8rem;
  margin-bottom: 0.9rem;
  font-weight: 600;
  margin-bottom: 18px;
}
.customer-review .review-details .review-content {
  margin: 0;
  margin-bottom: 18px;
}
.customer-review .review-details .review-date {
  color: #eaeaea;
}
.block-reward-info .reward-balance {
  font-size: 1.8rem;
  margin-bottom: 22.5px;
}
.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: 22.5px;
}
.block-reward-info .reward-rates .title,
.block-reward-info .reward-limit .title,
.block-reward-info .reward-expiring .title {
  display: inline-block;
  margin-bottom: 9px;
}
.order-details-items.rma .order-title {
  display: none;
}
.order-details-items.rma .order-title + .toolbar {
  display: none;
}
.form-create-return .additional:first-child {
  margin-top: 0;
}
.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: 18px;
}
.order-links .item {
  line-height: 36px;
  margin: 0 0 -1px;
}
.order-links .item strong {
  background: #ffffff;
  border: 1px solid #cccccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a {
  background: #f6f6f6;
  color: #c1c1c1;
  border: 1px solid #cccccc;
  display: block;
  font-weight: 400;
  padding: 0 20px;
}
.order-links .item a:hover {
  background: #ffffff;
  text-decoration: none;
}
.order-details-items {
  border: 1px solid #cccccc;
  margin-bottom: 36px;
  padding: 9px;
}
.order-details-items.ordered .order-title {
  display: none;
}
.order-details-items .order-title {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 9px;
}
.order-details-items .order-title > strong {
  font-size: 2.4rem;
  font-weight: 300;
}
.order-details-items .order-title .action {
  display: inline-block;
}
.order-details-items .table-wrapper {
  margin: 0;
}
.order-details-items .table-wrapper + .actions-toolbar > .secondary .action.back {
  display: inline-block;
}
.order-details-items .table-order-items > thead > tr > th {
  border-bottom: 1px solid #cccccc;
}
.order-details-items .table-order-items tbody + tbody {
  border-top: 1px solid #cccccc;
}
.account .order-details-items .table-order-items tbody tr:nth-child(even) td {
  background: none;
}
.order-details-items .table-order-items tbody td {
  padding-top: 20px;
  padding-bottom: 20px;
}
.order-details-items .table-order-items tbody .col.label {
  font-weight: 700;
  padding-top: 0;
  padding-bottom: 5px;
}
.order-details-items .table-order-items tbody .col.options {
  padding: 0 0 15px;
}
.order-details-items .table-order-items tbody > .item-parent td {
  padding-bottom: 5px;
}
.order-details-items .table-order-items tbody > .item-parent + tr td {
  padding-top: 5px;
}
.order-details-items .table-order-items tbody .item-options-container td {
  padding-top: 0;
  padding-bottom: 15px;
}
.order-details-items .table-order-items .product-item-name {
  margin: 0 0 10px;
}
.order-details-items .item-options {
  margin: 0;
}
.order-details-items .item-options dt {
  margin: 0;
}
.order-details-items .item-options dd {
  margin: 0 0 15px;
}
.order-details-items .item-options dd:last-child {
  margin-bottom: 0;
}
.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-details-items thead .col.qty {
  text-align: center;
}
.order-details-items .col.name {
  padding-top: 16px;
}
.order-details-items .action.show {
  display: inline-block;
  text-decoration: none;
  color: #777777;
}
.order-details-items .action.show > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.order-details-items .action.show:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\f807';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.order-details-items .action.show.expanded:after {
  content: '\f804';
}
.order-details-items .items-qty .item {
  white-space: nowrap;
}
.order-details-items .items-qty .title:after {
  content: ": ";
}
.order-details-items .action.print {
  display: none;
}
.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 .block-content .box {
  margin-bottom: 30px;
}
.block-order-details-view .box-title {
  font-weight: 600;
}
.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: ': ';
}
.column.main .order-details-items .block-order-details-gift-message {
  margin: 40px 0 0;
}
.block-order-details-gift-message + .actions-toolbar {
  display: none;
}
.order-tracking {
  margin: 0;
  padding: 20px 0;
}
.order-title + .order-tracking {
  border-bottom: 1px solid #cccccc;
}
.order-tracking .tracking-title {
  display: inline-block;
}
.order-tracking .tracking-content {
  display: inline-block;
  margin: 0 0 0 5px;
}
.order-actions-toolbar {
  margin-bottom: 25px;
}
.order-actions-toolbar .action {
  margin-right: 30px;
}
.order-actions-toolbar .action.print {
  display: none;
  margin: 0;
}
.form-orders-search .field.email,
.form-orders-search .field.zip {
  margin-bottom: 0;
}
.block-reorder .actions-toolbar {
  margin: 17px 0;
}
.block-reorder .product-item-name {
  display: inline-block;
}
.block-reorder .product-item .field.item {
  display: inline-block;
}
.form.send.friend {
  display: block;
  border: 1px solid #ececec;
  border-radius: 8px;
  background: #fff;
  border-top: 4px solid #0088cc;
  padding: 35px 25px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
}
.product-social-links .action.mailto.friend:before,
.moved-add-to-links .action.mailto.friend:before {
  content: '\f84c';
}
.block-collapsible-nav .item {
  border-bottom: 1px solid #ddd;
}
.block-collapsible-nav .item:first-child {
  border-top: 1px solid #ddd;
}
.block-collapsible-nav .item a,
.block-collapsible-nav .item > strong {
  color: #777777;
  display: block;
  padding: 8px 18px 8px 15px;
  position: relative;
}
.block-collapsible-nav .item a:before,
.block-collapsible-nav .item > strong:before {
  font-family: 'porto-icons';
  content: '\f821';
  position: absolute;
  left: 0;
}
.block-collapsible-nav .item a {
  text-decoration: none;
}
.block-collapsible-nav .item a:hover,
.block-collapsible-nav .item a:active,
.block-collapsible-nav .item a:focus {
  color: #0088cc;
  background-color: transparent;
}
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current strong {
  color: #0088cc;
  font-weight: 400;
}
body {
  background-color: #ffffff;
}
.ie9 .page-wrapper {
  background-color: #ffffff;
  min-height: 0;
}
.columns .column.main {
  max-width: 100%;
}
.page-header .panel.wrapper {
  background-color: #f0f0ed;
  color: #777777;
}
.page-header.header-newskin .minicart-wrapper {
  position: relative;
  width: 58px;
  vertical-align: middle;
  margin-left: 15px;
  margin-right: 0;
}
.page-header.header-newskin .minicart-wrapper .action.close {
  top: 5px;
}
.page-header.header-newskin .minicart-wrapper .action.showcart {
  position: relative;
  padding: 0 25px 0 0;
  line-height: 31px;
}
.page-header.header-newskin .minicart-wrapper .action.showcart:before,
.page-header.header-newskin .minicart-wrapper .action.showcart.active:before {
  content: '\e87f';
  font-size: 29px;
  line-height: 32px;
}
.page-header.header-newskin .minicart-wrapper .action.showcart:after {
  content: "\f803";
  font-family: 'porto-icons';
  position: absolute;
  right: 0;
  top: 1px;
  -webkit-font-smoothing: antialiased;
}
.page-header.header-newskin .minicart-wrapper .action.showcart .counter.qty {
  width: 16px;
  height: 16px;
  display: block;
  font-size: 10px;
  color: #fff;
  background-color: #ed5348;
  text-align: center;
  line-height: 16px;
  border-radius: 20px;
  min-width: auto;
  left: auto;
  right: 16px;
  margin-top: -16px;
}
.page-header.header-newskin.sticky-header .minicart-wrapper .action.showcart {
  line-height: 40px;
}
.page-header.header-newskin.sticky-header .minicart-wrapper .action.showcart:before,
.page-header.header-newskin.sticky-header .minicart-wrapper .action.showcart.active:before {
  line-height: 39px;
}
.header.panel > .header.links {
  margin: 0;
  padding: 0;
  list-style: none none;
  float: right;
  font-size: 0;
  margin-left: auto;
  margin-right: 18px;
}
.header.panel > .header.links > li {
  display: inline-block;
  vertical-align: top;
}
.header.panel > .header.links > li {
  font-size: 11px;
  text-transform: uppercase;
}
.header.panel > .header.links > li > a {
  color: #777777;
  text-decoration: none;
}
.header.panel > .header.links > li > a:visited {
  color: #777777;
  text-decoration: none;
}
.header.panel > .header.links > li > a:hover {
  color: #777777;
  text-decoration: underline;
}
.header.panel > .header.links > li > a:active {
  color: #777777;
  text-decoration: underline;
}
.header.content {
  position: relative;
}
.logo {
  display: inline-block;
  vertical-align: middle;
  margin: 30px 0;
  max-width: 50%;
  position: relative;
  z-index: 5;
}
.logo img {
  display: block;
  max-height: 50px;
  max-width: 100%;
}
.page-print .logo {
  display: inline-block;
  float: none;
}
.page-main > .page-title-wrapper .page-title + .action {
  margin-top: 27px;
}
.action.skip:focus {
  background: #f0f0f0;
  padding: 9px;
  box-sizing: border-box;
  left: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 15;
}
.message.global p {
  margin: 0;
}
.message.global.noscript,
.message.global.cookie {
  margin: 0 0 9px;
  padding: 12px 18px 12px 22.5px;
  display: block;
  font-size: 1.3rem;
  background: #ffee9c;
  border-color: #d6ca8e;
  color: #777777;
  margin: 0;
}
.message.global.noscript a,
.message.global.cookie a {
  color: #0088cc;
}
.message.global.noscript a:hover,
.message.global.cookie a:hover {
  color: #0088cc;
}
.message.global.noscript a:active,
.message.global.cookie a:active {
  color: #0088cc;
}
.message.global.cookie {
  bottom: 0;
  left: 0;
  position: fixed;
  right: 0;
  z-index: 3;
}
.message.global.cookie .actions {
  margin-top: 9px;
}
.message.global.demo {
  margin: 0 0 9px;
  padding: 12px 18px 12px 22.5px;
  display: block;
  font-size: 1.3rem;
  background: #ff0101;
  border-color: none;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
}
.message.global.demo a {
  color: #0088cc;
}
.message.global.demo a:hover {
  color: #0088cc;
}
.message.global.demo a:active {
  color: #0088cc;
}
.page-header .switcher,
.page-footer .switcher {
  height: 15px;
}
.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: 16px;
  line-height: 15px;
  color: inherit;
  content: '\f807';
  font-family: 'porto-icons';
  margin: 0 0 0 5px;
  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: 16px;
  line-height: 15px;
  color: inherit;
  content: '\f804';
  font-family: 'porto-icons';
  margin: 0 0 0 5px;
  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: 0;
  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,
.page-footer .switcher .options ul.dropdown {
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
  left: -10px;
}
.page-header .switcher .options ul.dropdown li,
.page-footer .switcher .options ul.dropdown li {
  border-radius: 3px;
}
.page-header .switcher .options ul.dropdown a,
.page-footer .switcher .options ul.dropdown a {
  display: block;
  padding: 8px 10px;
  color: #777777;
  font-size: 11px;
}
.page-header .switcher .options ul.dropdown a > img,
.page-footer .switcher .options ul.dropdown a > img {
  margin-bottom: 3px;
  margin-right: 3px;
  vertical-align: middle;
}
.page-header .switcher .options ul.dropdown a:hover,
.page-footer .switcher .options ul.dropdown a:hover {
  text-decoration: none;
}
.page-header .switcher strong,
.page-footer .switcher strong {
  font-weight: 400;
  line-height: 15px;
  font-size: 11px;
  vertical-align: top;
  display: inline-block;
}
.page-header .switcher strong > img,
.page-footer .switcher strong > img {
  margin-bottom: 3px;
  margin-right: 3px;
  vertical-align: middle;
}
span.split {
  height: 14px;
  width: 1px;
  border-right: 1px solid #ccc;
  margin: 0 13px;
}
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child) {
  margin-bottom: 36px;
}
.widget {
  clear: both;
}
.ui-datepicker td {
  padding: 0;
}
.ui-tooltip {
  border: 1px solid #bbbbbb;
  background: #ffffff;
  padding: 10px;
}
[class^="porto-icon-"]:before,
[class*=" porto-icon-"]:before {
  font-family: 'porto-icons';
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.panel {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.recent-posts .item .post-image {
  border-radius: 5px;
  overflow: hidden;
  margin: 0 0 15px 0;
  padding: 2px;
  border: 1px solid #e1e1e1;
  background-color: #fff;
  min-height: 120px;
}
.recent-posts .item .post-image img {
  border-radius: 4px;
  width: 100%;
}
.recent-posts .post-date {
  float: left;
  margin-right: 10px;
  text-align: center;
}
.recent-posts .post-date .day {
  background-color: #f7f7f7;
  color: #0088cc;
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding: 8px;
}
.recent-posts .post-date .month {
  background-color: #0088cc;
  border-radius: 0 0 2px 2px;
  box-shadow: 0 -1px 0 0 rgba(0, 0, 0, 0.07000000000000001) inset;
  color: #fff;
  font-size: 0.9em;
  padding: 2px 0;
  display: block;
  width: 45px;
}
.recent-posts .postTitle {
  min-height: 55px;
  border: 0;
}
.recent-posts .postTitle h2 {
  font-size: 20px;
  line-height: 27px;
  font-weight: normal;
  padding: 0;
  margin: 0 0 10px 0;
}
.recent-posts .postTitle a:hover {
  text-decoration: none;
}
.recent-posts .postContent {
  font-size: 14px;
  line-height: 1.5;
  padding-bottom: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
}
.recent-posts .postContent > p {
  margin: 0;
}
.recent-posts a.readmore {
  font-weight: 300;
  font-size: 16px;
}
.product-social-links .action.towishlist:before,
.product-addto-links .action.towishlist:before,
.block-bundle-summary .action.towishlist:before,
.product-item .action.towishlist:before,
.table-comparison .action.towishlist:before {
  content: '\f816';
}
.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 #cccccc;
}
.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 #cccccc;
}
.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 #cccccc;
}
.account .table-wrapper .data.table.wishlist .product.name {
  display: inline-block;
  margin-bottom: 9px;
}
.account .table-wrapper .data.table.wishlist .box-tocart {
  margin: 9px 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: 9px 0;
}
.account .table-wrapper .data.table.wishlist .input-text.qty {
  margin-bottom: 9px;
}
.account .table-wrapper .data.table.wishlist .action.primary,
.account .table-wrapper .data.table.wishlist .amshopby-button,
.account .table-wrapper .data.table.wishlist .am-filter-go {
  vertical-align: top;
}
.account .table-wrapper .data.table.wishlist .price {
  font-weight: 700;
}
.link.wishlist .counter {
  color: #c1c1c1;
  white-space: nowrap;
}
.link.wishlist .counter:before {
  content: '(';
}
.link.wishlist .counter:after {
  content: ')';
}
.block-wishlist .product-item-name {
  margin-right: 22.5px;
}
.products-grid.wishlist .product-item-photo {
  display: block;
  margin-bottom: 9px;
}
.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: 9px 0;
}
.products-grid.wishlist .product-item-actions > * {
  margin-right: 15px;
}
.products-grid.wishlist .product-item-actions > *:last-child {
  margin-right: 0;
}
.filterproducts.products {
  margin: 0;
}
.filterproduct-title {
  background: url(../../frontend/Leadlion/autogedal/ro_RO/images/slider-bar.png) right no-repeat;
  font-size: 16px;
  font-weight: 300;
  line-height: 42px;
  margin: 0;
  color: #313131;
  text-transform: uppercase;
  text-align: left;
}
.filterproduct-title .content {
  background-color: #fff;
  padding-right: 20px;
  display: inline;
}
h3.fullwidth-filter-title {
  font-size: 28px;
  color: #000;
  line-height: 1.2;
}
p.fullwidth-filter-description {
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}
.owl-top-narrow .owl-theme .owl-controls {
  position: absolute;
  right: 0;
  top: -37px;
  margin: 0;
}
.owl-top-narrow .owl-theme .owl-controls .owl-nav [class*=owl-] {
  font-size: 18px;
  margin: 0;
  padding: 0;
}
.owl-middle-narrow .owl-theme .owl-controls,
.owl-middle-narrow.owl-theme .owl-controls {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  margin-top: -37px;
  visibility: hidden;
  opacity: 0;
  transition: all 0.2s;
  pointer-events: none;
}
.owl-middle-narrow .owl-theme .owl-controls .owl-dots .owl-dot,
.owl-middle-narrow.owl-theme .owl-controls .owl-dots .owl-dot {
  pointer-events: all;
}
.owl-middle-narrow .owl-theme:hover .owl-controls,
.owl-middle-narrow.owl-theme:hover .owl-controls {
  opacity: 1;
  visibility: visible;
}
.owl-middle-narrow .owl-theme .owl-controls .owl-nav [class*=owl-],
.owl-middle-narrow.owl-theme .owl-controls .owl-nav [class*=owl-] {
  position: absolute;
  font-size: 40px;
  pointer-events: all;
}
.owl-middle-narrow .owl-theme .owl-prev,
.owl-middle-narrow.owl-theme .owl-prev {
  left: 0;
}
.owl-middle-narrow .owl-theme .owl-next,
.owl-middle-narrow.owl-theme .owl-next {
  right: 0;
}
.owl-top-narrow .recent-posts .owl-item .item {
  padding-top: 10px;
}
.owl-border-radius-7 .owl-stage-outer {
  border-radius: 7px;
}
.owl-bottom-absolute-narrow.owl-theme .owl-controls {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 15px;
}
.small-list.products-grid .product-item {
  float: none;
  padding: 0;
  width: auto;
  margin-bottom: 15px;
}
.small-list.products-grid .product-item-info .product-item-photo {
  float: left;
  width: 33.33%;
  padding: 0;
}
.small-list.products-grid .product-item-info .product-item-details {
  float: left;
  padding: 5px 0;
  padding-left: 10px;
  width: 66.66%;
  text-align: left;
}
.small-list.products-grid .product-item-info:after {
  content: "";
  display: table;
  clear: both;
}
.small-list.products-grid .product-item .product-item-name {
  font-size: 12px;
}
.small-list.products-grid .product-item .product-reviews-summary {
  background-image: none;
}
.small-list.products-grid .product-item .price-container .price {
  font-size: 14px;
}
.theme-color {
  color: #0088cc !important;
}
.block .block-title {
  margin: 5px 0 10px;
  line-height: 1.2;
  font-size: 16px;
}
.footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer li {
  margin: 0;
}
.footer-middle {
  background-color: #121214;
  color: #777777;
  padding: 40px 0;
}
.footer-middle > .container {
  position: relative;
}
.footer-middle [class^="porto-icon-"],
.footer-middle [class*=" porto-icon-"] {
  color: #777777;
}
.footer-middle .block {
  text-align: left;
  line-height: 1.5;
  margin: 0;
  width: auto;
}
.footer-middle .block .block-title {
  margin-bottom: 20px;
}
.footer-middle .block .block-title strong {
  font-weight: 400;
  padding: 0;
  font-size: 16px;
  color: #ffffff;
  text-transform: none;
}
.footer-middle .block.newsletter {
  width: auto;
}
.footer-middle .block.newsletter .form.subscribe {
  max-width: 300px;
}
.footer-middle .block.newsletter label {
  margin-top: 50px;
  display: block;
  text-align: left;
  font-size: 13px;
  font-weight: 400;
  padding: 0;
  margin-bottom: 15px;
  line-height: 1.5;
}
.footer-middle .block.newsletter .field .control:before {
  display: none;
}
.footer-middle .block.newsletter input {
  padding: 0 10px;
  background-color: #dcdcdc;
  border-radius: 5px 0 0 5px;
  height: 30px;
  border: 0;
}
.footer-middle .block.newsletter .action.subscribe {
  border-radius: 0 5px 5px 0;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
  padding: 0 13px;
  font-weight: 400;
}
.footer-middle ul.links {
  margin-top: -5px;
}
.footer-middle ul.links li {
  position: relative;
  padding: 10px 0;
  line-height: 1;
  display: block;
  margin: 0;
}
.footer-middle ul.links li [class^="porto-icon-"],
.footer-middle ul.links li [class*=" porto-icon-"] {
  margin-left: -5px;
}
.footer-middle ul.contact-info li {
  padding: 5px 0;
}
.footer-middle ul.contact-info li:first-child {
  padding-top: 0;
}
.footer-middle ul.contact-info [class^="porto-icon-"],
.footer-middle ul.contact-info [class*=" porto-icon-"] {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  line-height: 18px;
  margin-left: -5px;
  margin-right: 3px;
}
.footer-middle ul.contact-info p {
  display: inline-block;
  vertical-align: top;
  margin: 0;
}
.footer-middle ul.features {
  margin-top: -5px;
}
.footer-middle ul.features li {
  position: relative;
  padding: 10px 0;
  line-height: 1;
  display: block;
}
.footer-middle ul.features li [class^="porto-icon-"],
.footer-middle ul.features li [class*=" porto-icon-"] {
  margin-left: -5px;
  margin-right: 3px;
}
.footer-middle a,
.footer-middle a:hover,
.footer-middle a:focus {
  color: #ffffff;
}
.footer-middle p {
  margin-bottom: 15px;
  line-height: 1.5;
}
.footer-bottom {
  min-height: 50px;
  line-height: 40px;
  background-color: #0c0c0c;
  padding: 25px 0;
}
.footer-bottom .logo {
  margin: 0;
  margin-right: 45px;
  float: left;
}
.footer-bottom .custom-block {
  float: left;
  line-height: 1;
  margin: 3px 0;
}
.footer-bottom .custom-block img {
  display: inline-block;
  vertical-align: middle;
}
.footer-bottom .social-icons {
  display: inline-block;
  vertical-align: middle;
  margin-right: 60px;
}
.footer-bottom address {
  float: right;
  line-height: 30px;
  margin: 0;
}
.footer-bottom .custom-block.f-right {
  margin-left: 60px;
}
.footer-bottom .custom-block ul.links {
  display: inline-block;
}
.footer-bottom .custom-block ul.links li {
  padding: 0 12px;
  border-right: 1px solid #bbb;
  font-size: 11px;
  display: inline;
  vertical-align: middle;
}
.footer-bottom .custom-block ul.links li:first-child {
  padding-left: 0;
}
.footer-bottom .custom-block ul.links a {
  color: #777;
  font-size: 11px;
}
.footer-bottom .switcher {
  line-height: 1 !important;
  display: block;
  height: auto;
  margin-top: 15px;
  float: left;
}
.footer-bottom .switcher label {
  display: none;
}
.footer-bottom .switcher select {
  display: inline-block;
  width: auto;
  line-height: 1;
}
.footer-ribbon {
  position: absolute;
  margin: -56px 0 25px;
  padding: 10px 20px 6px 20px;
  background-color: #0088cc;
}
.footer-ribbon:before {
  content: '';
  display: block;
  width: 7px;
  height: 0;
  position: absolute;
  left: -10px;
  top: 0;
  border-right: 10px solid #006699;
  border-top: 16px solid transparent;
}
.footer-ribbon span {
  color: #ffffff;
  font-size: 20px;
  font-family: "Shadows Into Light", cursive;
  line-height: 1;
}
.social-icons li {
  display: inline-block;
  vertical-align: middle;
}
.social-icons li:first-child a {
  margin-left: 0;
}
.social-icons > li > a {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #9e9e9e;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-size: 16px;
  margin-left: 7px;
  transition: 0.3s background-color;
}
.social-icons > li > a:hover,
.social-icons > li > a:focus {
  color: #fff;
}
.social-icons > li > a.facebook-link:hover {
  background-color: #3c599b;
}
.social-icons > li > a.twitter-link:hover {
  background-color: #1ca8e3;
}
.social-icons > li > a.linkedin-link:hover {
  background-color: #4975b6;
}
/*** About US ***/
h2.word-rotator-title {
  line-height: 30px;
  font-size: 20px;
  font-weight: 300;
  margin: 0 0 20px 0;
  color: #121214;
}
.word-rotate {
  visibility: hidden;
  width: 100px;
  height: 0;
  margin-bottom: -7px;
  display: inline-block;
  overflow: hidden;
  text-align: center;
  position: relative;
}
h2 .word-rotate {
  margin-bottom: -7px;
}
.word-rotate.active {
  visibility: visible;
  width: auto;
}
.word-rotate .word-rotate-items {
  position: relative;
  top: 0;
  width: 100%;
}
.word-rotate .word-rotate-items span {
  display: block;
  white-space: nowrap;
}
p .alternative-font {
  display: inline-block;
  margin-top: -15px;
  position: relative;
  top: 3px;
  margin-bottom: -6px;
  color: #0088cc;
  font-family: "Shadows Into Light", cursive;
  font-size: 1.6em;
}
.btn-primary {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #0088cc;
  border-color: #0088cc;
}
.btn-primary:hover {
  color: #fff;
  opacity: 0.85;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
}
.btn:hover {
  text-decoration: none;
}
.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}
.push-top {
  margin-top: 20px;
}
hr.tall {
  margin: 30px 0;
  background-image: -webkit-linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
  background-image: linear-gradient(left, transparent, rgba(0, 0, 0, 0.2), transparent);
  border: 0;
  height: 1px;
}
.entry-content h3 {
  font-size: 1.7em;
  font-weight: normal;
  color: #0088cc;
  letter-spacing: normal;
  line-height: 24px;
  margin-bottom: 33px;
  text-transform: uppercase;
}
.entry-content p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 20px;
}
.entry-content .lead {
  font-size: 21px;
  line-height: 1.4;
}
.history {
  margin: 25px 0;
  padding: 0;
  clear: both;
}
.history .thumb {
  background: transparent url(../../frontend/Leadlion/autogedal/ro_RO/images/history-thumb.png) no-repeat 0 0;
  width: 227px;
  height: 160px;
  margin: 0 0 30px;
  padding: 0;
  float: left;
}
.history .thumb img {
  border-radius: 50%;
  margin: 7px 8px;
  width: 145px;
  height: 145px;
}
.history h4 {
  float: left;
  margin: 15px 0;
  padding: 0;
  color: #0088cc;
  line-height: 27px;
}
.history p {
  margin: 0;
  margin-left: 55px;
  line-height: 24px;
}
.featured-box {
  background: #f5f5f5;
  background-color: transparent;
  background: linear-gradient(to bottom, #ffffff 1%, #f9f9f9 98%) repeat scroll 0 0 transparent;
  box-sizing: border-box;
  border-bottom: 1px solid #DFDFDF;
  border-left: 1px solid #ECECEC;
  border-radius: 8px;
  border-right: 1px solid #ECECEC;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.04);
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  min-height: 100px;
  position: relative;
  text-align: center;
  z-index: 1;
}
.featured-box .box-content {
  border-radius: 8px;
  border-top: 4px solid #0088cc;
  padding: 30px 20px;
}
.featured-box h4 {
  font-size: 1.3em;
  font-weight: 400;
  letter-spacing: -0.7px;
  text-transform: uppercase;
}
.featured-box .block-flickr-photos {
  border: 0;
}
.featured-box .block-flickr-photos .block-title {
  display: none;
}
.featured-box .block-flickr-photos a.flickr-image {
  margin: 5px;
  display: inline-block;
  border: 1px solid #dcdcdc;
  padding: 5px;
  border-radius: 5px;
}
.featured-box .block-flickr-photos a.flickr-image img {
  max-width: 100%;
  width: 75px;
}
.history .featured-box {
  text-align: left;
  margin-left: 225px;
  margin-bottom: 35px;
  min-height: 115px;
}
.history .featured-box .box-content {
  border-top-color: #0088cc;
}
#newsletter_popup {
  background: url(../../frontend/Leadlion/autogedal/ro_RO/images/newsletter_popup_bg.jpg) no-repeat;
  margin: 0;
  padding: 40px 40px 25px;
  width: 700px;
  height: 325px;
  border-top: 4px solid #0088cc;
  text-align: left;
  position: relative;
  border-radius: 5px;
}
#newsletter_popup .block-content {
  max-width: 312px;
  text-align: center;
  padding: 6px;
}
#newsletter_popup h2 {
  font-weight: 700;
  color: #313131;
  font-size: 16px;
  line-height: 1;
  margin: 30px 0 12px;
}
#newsletter_popup p {
  font-size: 13px;
  line-height: 1.4;
}
#newsletter_popup .input-box {
  padding: 0;
}
#newsletter_popup input[type="email"] {
  float: left;
  padding: 2px 13px;
  line-height: 30px;
  width: 100%;
  height: 34px;
}
#newsletter_popup .actions {
  float: left;
  margin-left: -55px;
  position: relative;
  z-index: 1;
  width: 55px;
  border-left: 1px solid #ccc;
}
#newsletter_popup .action.primary,
#newsletter_popup .amshopby-button,
#newsletter_popup .am-filter-go {
  height: 34px;
  background-color: transparent;
  color: #555;
  line-height: 34px;
  padding: 0;
  text-align: center;
  width: 100%;
  border: 0;
}
#newsletter_popup .subscribe-bottom {
  position: absolute;
  bottom: 30px;
}
#newsletter_popup .subscribe-bottom label {
  font-size: 11px;
  vertical-align: middle;
}
#newsletter_popup #newsletter_popup_dont_show_again {
  margin-top: 1px;
  vertical-align: middle;
}
.weltpixel-quickview-catalog-product-view .box-tocart .action.tocart {
  width: 100%;
}
.weltpixel-quickview-catalog-product-view .page-wrapper .page-main {
  margin: 20px 0;
}
.weltpixel-quickview-catalog-product-view .reviews-actions .add {
  display: none;
}
.box-gotoproduct #product-gotoproduct-button {
  width: 100%;
  padding: 7px 20px;
  font-size: 14px;
  text-align: center;
  min-width: 150px;
}
.product-item .weltpixel-quickview {
  display: none;
}
.products-grid .product-item .product-item-info {
  position: relative;
}
.products-grid .product-item .product-item-details {
  position: static !important;
}
.side-list .product-item .weltpixel-quickview {
  display: none !important;
}
.cms-cms-montaj-autorizat .site-features {
  display: none;
}
.extra-info {
  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;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #f3f3f3;
  padding: 2rem;
  color: #242424;
  text-align: center;
  margin: 2rem 0 0 0;
  border-radius: 1rem;
}
.extra-info .title {
  font-size: 1.8rem;
  font-weight: 700;
}
.extra-info .sub-title {
  font-size: 1.6rem;
  font-weight: 600;
}
.extra-info .content {
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 1rem;
}
.extra-info .content .contact {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.4rem;
  font-weight: 400;
  margin-top: 1rem;
}
.extra-info .content .contact .email,
.extra-info .content .contact .phone-number {
  font-size: 1.4rem;
  display: block;
}
.extra-info .content .contact .email ::before,
.extra-info .content .contact .phone-number ::before {
  font-family: 'porto-icons';
  margin: 0 0.7rem 0 0;
}
.extra-info .content .contact .email a,
.extra-info .content .contact .phone-number a {
  color: #2980b9;
}
.extra-info .content .contact .email a:hover,
.extra-info .content .contact .phone-number a:hover {
  text-decoration: none;
}
.extra-info .content .contact .phone-number {
  margin: 0 0 0.7rem 0;
}
.extra-info .content .contact .phone-number ::before {
  content: "\e907";
}
.extra-info .content .contact .email ::before {
  content: '\f829';
}
.custom-contact .form-title {
  font-size: 1.4rem;
  margin: 0 0 1rem 0;
  color: #242424;
  line-height: 1.8rem;
}
.custom-contact .contact-fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
.custom-contact .contact-fieldset .field {
  margin: 0 0 0.7rem 0;
}
.custom-contact .contact-fieldset .field .label {
  font-size: 1.3rem;
  color: #242424;
  margin: 0 0 0 0.1rem;
}
.custom-contact .contact-fieldset .field .text-input {
  border-radius: 0.3rem;
  color: #242424;
  border-color: #bdc3c7;
  height: 4rem;
}
.custom-contact .contact-fieldset .field .text-input.mage-error {
  border-color: #e84118;
}
.custom-contact .contact-fieldset .field .mage-error[generated] {
  position: relative;
}
.custom-contact .action.submit.primary {
  font-size: 1.6rem;
  background: #3184ca;
  color: #f3f3f3;
  font-weight: 700;
  height: 4rem;
  width: 100%;
  margin: 0;
  padding: 0;
}
.custom-contact .action.submit.primary:hover {
  border: none;
  background: #196db3;
}
.block-banners .banner-item,
.block-banners-inline .banner-item {
  display: block;
}
.block-banners .banner-item-content,
.block-banners-inline .banner-item-content {
  margin-bottom: 18px;
}
.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: 18px;
}
.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: '\f802';
  font-family: 'porto-icons';
  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: '\f801';
}
.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 9px;
}
.block-event .slider-panel .slider .item .box-event .box-title {
  display: block;
  font-weight: 300;
  margin: 9px 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: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  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: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
}
.block-event .slider-panel .slider .item .action.event:hover {
  background: #0088cc;
  border: 1px solid #0088cc;
  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: 18px;
}
.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: 18px 0 0;
}
.block-cms-hierarchy-link.widget {
  display: block;
  margin-bottom: 18px;
}
.block-cms-hierarchy-link-inline.widget {
  margin: 0;
}
.sidebar .block-addbysku .fieldset {
  margin: 0;
}
.sidebar .block-addbysku .fieldset .fields {
  position: relative;
}
.sidebar .block-addbysku .fieldset .fields .field {
  display: inline-block;
  margin-bottom: 9px;
  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;
  top: 7px;
  right: 0;
}
.sidebar .block-addbysku .form-addbysku .actions-toolbar {
  margin-bottom: 18px;
}
.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: 4px;
  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: 18px;
  line-height: inherit;
  color: inherit;
  content: '\e61c';
  font-family: 'porto-icons';
  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: 18px 0 0;
}
.sidebar .block-addbysku .action.reset {
  display: block;
  margin: 9px 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: 12px;
  line-height: inherit;
  color: #999999;
  content: '\f819';
  font-family: 'porto-icons';
  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;
}
@media only screen and (max-width: 769px) {
  .abs-checkout-tooltip-content-position-top-mobile {
    right: -9px;
    top: 40px;
    left: auto;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before,
  .abs-checkout-tooltip-content-position-top-mobile:after {
    border: 10px solid transparent;
    height: 0;
    width: 0;
    margin-top: -21px;
    right: 9px;
    left: auto;
    top: 0%;
  }
  .abs-checkout-tooltip-content-position-top-mobile:before {
    border-bottom-color: #dddddd;
  }
  .abs-checkout-tooltip-content-position-top-mobile:after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
  .nav-open .menu-container {
    display: block;
  }
  .menu-container {
    box-shadow: 0 0.5rem 1rem #777777;
    background-color: #e9f3fb;
    padding: 15px 0;
    display: none;
  }
  .menu-container .container,
  .menu-container .navigation {
    width: 100%;
    max-width: initial;
  }
  .menu-container .navigation {
    padding: 0;
  }
  .menu-container .drop-menu {
    max-height: calc(100vh - 150px);
    overflow-y: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .menu-container .drop-menu::-webkit-scrollbar {
    display: none;
  }
  .menu-container .drop-menu .nav-sections {
    overflow: hidden;
  }
  .menu-container .drop-menu .drop-down-menu,
  .menu-container .drop-menu .section-item-title {
    display: none;
  }
  .menu-container .drop-menu .navigation > ul {
    margin: 0;
    padding: 0;
  }
  .menu-container .drop-menu .navigation > ul .ui-menu-item {
    margin: 0;
    position: relative;
    background: #d7e8f5;
    border-radius: 5px;
    margin-bottom: 3px;
    padding: 0 15px;
  }
  .menu-container .drop-menu .navigation > ul .ui-menu-item:last-child {
    margin: 0;
  }
  .menu-container .drop-menu .navigation > ul .ui-menu-item a {
    font-size: 1.4rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    line-height: 40px;
    color: #373737;
    font-weight: 600;
  }
  .menu-container .drop-menu .navigation > ul .ui-menu-item a::before {
    font-family: "icomoon";
    font-size: 20px;
    font-weight: 400;
    margin-right: 15px;
    color: #3284ca;
  }
  .menu-container .drop-menu .navigation > ul .ui-menu-item a.Covorase::before {
    content: "\e932";
  }
  .menu-container .drop-menu .navigation > ul .ui-menu-item a.Tavite::before {
    content: "\e938";
  }
  .menu-container .drop-menu .navigation > ul .ui-menu-item a.Carlige::before {
    content: "\e930";
  }
  .menu-container .drop-menu .navigation > ul .ui-menu-item a.Cutii::before {
    content: "\e933";
  }
  .menu-container .drop-menu .navigation > ul .ui-menu-item a.ski-uri::before {
    content: "\e937";
  }
  .menu-container .drop-menu .navigation > ul .ui-menu-item a.biciclete::before {
    content: "\e936";
  }
  .menu-container .drop-menu .navigation > ul .ui-menu-item a.Accesorii::before {
    content: "\e92e";
  }
  .menu-container .drop-menu .navigation > ul .ui-menu-item a.Bare::before {
    content: "\e92f";
  }
  .menu-container .drop-menu .navigation > ul .ui-menu-item a.Corturi::before {
    content: "\e931";
  }
  .menu-container .drop-menu .navigation > ul .ui-menu-item a.Genti::before {
    content: "\e934";
  }
  .menu-container .drop-menu .navigation > ul .ui-menu-item a.Transport::before {
    content: "\e939";
  }
  .menu-container .drop-menu .navigation > ul .ui-menu-item a.Scuturi::before {
    content: "\e935";
  }
  .menu-container .drop-menu .navigation > ul .ui-menu-item.parent > a::after {
    font-size: 1.2rem;
    font-family: "icomoon";
    content: "\e905";
    transition: transform 0.2s ease-in-out;
    margin-left: auto;
  }
  .menu-container .drop-menu .navigation > ul .ui-menu-item.parent > a.ui-state-active {
    border-bottom: none;
  }
  .menu-container .drop-menu .navigation > ul .ui-menu-item.parent > a.ui-state-active::after {
    transform: rotate(180deg);
  }
  .menu-container .drop-menu .navigation > ul .ui-menu-item .open-children-toggle {
    position: absolute;
    height: 40px;
    width: 60px;
    right: -15px;
    cursor: pointer;
    z-index: 10;
  }
  .menu-container .drop-menu .navigation > ul .ui-menu-item .submenu {
    height: 0;
    overflow: hidden;
  }
  .menu-container .drop-menu .navigation > ul .ui-menu-item .submenu.opened {
    height: auto;
  }
  .menu-container .drop-menu .navigation > ul .ui-menu-item .submenu .row {
    margin: 0 0 0 5px;
  }
  .menu-container .drop-menu .navigation > ul .ui-menu-item .submenu .row > ul {
    margin: 0;
    padding: 0;
  }
  .menu-container .drop-menu .navigation > ul .ui-menu-item .submenu .row > ul .ui-menu-item.level1 {
    margin: 0;
    padding: 0;
  }
  .menu-container .drop-menu .navigation > ul .ui-menu-item .submenu .row > ul .ui-menu-item.level1:last-child {
    margin-bottom: 10px;
  }
  .menu-container .drop-menu .navigation > ul .ui-menu-item .submenu .row > ul a {
    font-weight: 500;
    min-height: 30px;
    line-height: initial;
    border-top: none;
    display: flex;
    align-items: center;
  }
  .menu-container .drop-menu .navigation > ul .ui-menu-item .submenu .row > ul a::before {
    font-family: "icomoon";
    content: "\e909";
    margin-right: 10px;
    color: #373737;
    font-weight: 600;
    font-size: 10px;
  }
  .menu-container .custom-menu-block {
    display: none;
  }
  .sticky-logo {
    display: none;
  }
  body header.page-header.sticky-header {
    top: 0 !important;
  }
  body header.page-header.sticky-header .menu-container .block-xsearch {
    display: none;
  }
  body.catalog-product-view .product.media .fotorama__nav__shaft {
    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;
  }
  body.catalog-product-view .product.media .fotorama__nav--dots .fotorama__nav__frame {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    margin: 0 11px 0 0;
  }
  body.catalog-product-view .product.media .fotorama__nav--dots .fotorama__nav__frame .fotorama__thumb {
    display: none;
  }
  body.catalog-product-view .product.media .fotorama__nav__frame--thumb {
    display: none !important;
  }
  body.catalog-product-view .product.media .fotorama__nav__frame--dot {
    display: block;
  }
  body.catalog-product-view .product.media .fotorama__nav__frame--dot .fotorama__dot {
    display: block !important;
    position: initial;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    border: initial;
    background: #ededed;
  }
  body.catalog-product-view .product.media .fotorama__nav__frame--dot.fotorama__active .fotorama__dot {
    background: #d0d0d0;
  }
  .catalog-category-view.active-filters .block-actions.filter-actions,
  .catalogsearch-result-index.active-filters .block-actions.filter-actions {
    display: block !important;
  }
  .catalog-category-view .block-actions.filter-actions,
  .catalogsearch-result-index .block-actions.filter-actions {
    display: none !important;
  }
  .catalogsearch-result-index .sidebar-main {
    display: none;
  }
  .catalogsearch-result-index.active-filters .sidebar-main {
    display: block;
  }
  .am_shopby_apply_filters,
  .filter-actions,
  .am-show-button {
    display: none;
  }
  .active-filters {
    overflow-y: hidden;
  }
  .active-filters .amshopby-overlay-block {
    background: transparent;
  }
  .active-filters .withButton {
    height: auto;
  }
  .active-filters .filter-actions,
  .active-filters .am_shopby_apply_filters {
    display: block;
  }
  .active-filters .am-show-button {
    display: none;
    z-index: 1000;
    bottom: 0;
    height: auto;
    border: initial;
    left: 0;
    box-sizing: border-box;
    width: 100%;
    background-color: transparent;
    padding: 0;
    margin: 15px 0 0 0;
  }
  .active-filters .am-show-button::before {
    content: "";
  }
  .active-filters .am-show-button.active {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .active-filters .am-show-button .amshopby-button {
    font-size: 1.5rem;
    background: #6aac4b;
    border-radius: 5px;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: #ffffff;
    border: initial;
    padding: 0;
    height: 50px;
  }
  .active-filters .block.filter {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: scroll;
    overflow-y: scroll;
    overflow-x: hidden;
    z-index: 10;
    background: #f5f5f8;
    padding: 15px;
  }
  .active-filters .block.filter::before {
    display: none;
  }
  .active-filters .block.filter .block-title.filter-title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    margin: 0 0 15px 0;
  }
  .active-filters .block.filter .block-title.filter-title strong {
    font-size: 2rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    position: relative;
    left: 0;
    top: 0;
    background: transparent;
    font-weight: 700;
    line-height: 24px;
    color: #373737 !important;
    border: initial !important;
    width: initial;
    height: initial;
    padding: 0;
  }
  .active-filters .block.filter .block-title.filter-title strong::before {
    font-size: 1.5rem;
    content: "\e913";
    font-family: "icomoon";
    margin-right: 12px;
    line-height: initial;
    color: #373737;
  }
  .active-filters .block.filter .block-title.filter-title .close-filter-mobile::after {
    font-size: 1.8rem;
    font-family: "icomoon";
    content: "\e908";
    color: #373737;
    cursor: pointer;
  }
  .active-filters .block.filter .block-content.filter-content {
    display: block;
  }
  .active-filters .block.filter .block-content.filter-content .filter-options {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    background-color: #f5f5f8;
  }
  .active-filters .block.filter .active-filters-box {
    background: #eaf3fa;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
  }
  .active-filters .block.filter .active-filters-box .filter-current {
    display: block;
    margin: 0;
    border: initial;
    padding: 0;
  }
  .active-filters .block.filter .active-filters-box .filter-current-subtitle {
    font-size: 1.7rem;
    font-weight: 700;
    line-height: initial;
    color: #373737;
    padding: 0;
    border: initial;
    display: block !important;
  }
  .active-filters .block.filter .active-filters-box .filter-current-subtitle::after {
    display: none;
  }
  .active-filters .block.filter .active-filters-box .filter-current-subtitle::before {
    font-size: 1.6rem;
    content: '\f803';
    top: 3px;
    right: 0px;
    position: absolute;
    font-family: 'porto-icons';
    font-weight: 400;
  }
  .active-filters .block.filter .active-filters-box .filter-current .amshopby-filter-name {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: initial;
    color: #373737;
    margin: 0 0 12px 0;
    display: none;
  }
  .active-filters .block.filter .active-filters-box .filter-current.active .items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 15px;
  }
  .active-filters .block.filter .active-filters-box .filter-current .items {
    margin: 15px 0;
    padding: 0;
  }
  .active-filters .block.filter .active-filters-box .filter-current .items li {
    display: inline-block;
    background: transparent;
    margin: 0;
    padding: 0;
    overflow: initial;
    white-space: initial;
  }
  .active-filters .block.filter .active-filters-box .filter-current .items li .amshopby-filter-value {
    font-size: 1.5rem;
    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;
    background: #ffffff;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    line-height: 15px;
    color: #373737;
    padding: 10px 15px;
    flex-grow: initial;
    font-weight: 600;
  }
  .active-filters .block.filter .active-filters-box .filter-current .items li .amshopby-filter-value .remove-current-filter {
    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: 15px;
    height: 15px;
    min-width: 15px;
    background: transparent;
    border: 1px solid #d73939;
    border-radius: 50%;
    box-sizing: content-box;
    position: relative;
    margin-left: 15px;
  }
  .active-filters .block.filter .active-filters-box .filter-current .items li .amshopby-filter-value .remove-current-filter::before {
    font-size: 0.7rem;
    font-family: "icomoon";
    content: "\e908";
    color: #d73939;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  .active-filters .block.filter .active-filters-box .block-actions.filter-actions {
    margin: 0;
    padding: 0;
  }
  .active-filters .block.filter .active-filters-box .block-actions.filter-actions a {
    font-size: 1.5rem;
    background: #2572b4;
    border-radius: 5px;
    padding: 0;
    text-align: center;
    font-weight: 600;
    line-height: 50px;
    color: #ffffff;
    height: 50px;
    width: 100%;
  }
  .active-filters .block.filter .active-filters-box .block-actions.filter-actions a::after {
    display: none;
  }
  .active-filters .block.filter .filter-options-item {
    padding: 15px;
    background: #eaf3fa;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    border-radius: 8px;
  }
  .active-filters .block.filter .filter-options-item.highlighted {
    border-color: #2572b4;
  }
  .active-filters .block.filter .filter-options-item .filter-options-title {
    font-size: 1.7rem;
    font-weight: 700;
    line-height: initial;
    padding: 0;
    color: #373737;
  }
  .active-filters .block.filter .filter-options-item .filter-options-title::after {
    font-size: 1.6rem;
    position: absolute;
    right: -6px;
    top: 9px;
  }
  .active-filters .block.filter .filter-options-item .am-ranges {
    margin: 15px 0 0 0;
  }
  .active-filters .block.filter .filter-options-item .filter-options-content {
    padding: 0;
  }
  .active-filters .block.filter .filter-options-item .filter-options-content .am-filter-items-attr_category_ids li .amshopby-choice {
    width: 0 !important;
    height: 0 !important;
    margin: 0 !important;
  }
  .active-filters .block.filter .filter-options-item .filter-options-content .am-filter-items-attr_category_ids li .am-input {
    display: block !important;
  }
  .active-filters .block.filter .filter-options-item .filter-options-content .am-filter-items-attr_category_ids li a span {
    margin-left: 25px !important;
  }
  .active-filters .block.filter .filter-options-item .filter-options-content .am-filter-items-attr_category_ids li .items-children {
    padding: 0;
    overflow: hidden;
  }
  .active-filters .block.filter .filter-options-item .filter-options-content .am-filter-items-attr_category_ids li.-filter-parent {
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    margin: 18px 0 0 0;
  }
  .active-filters .block.filter .filter-options-item .filter-options-content .amshopby-search-box {
    margin: 15px 0;
  }
  .active-filters .block.filter .filter-options-item .filter-options-content .amshopby-search-box input {
    font-size: 1.5rem;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-sizing: border-box;
    border-radius: 8px;
    padding: 0 12px;
    font-weight: 500;
    line-height: initial;
    color: #373737;
    height: 40px;
  }
  .active-filters .block.filter .filter-options-item .filter-options-content .amshopby-search-box input::placeholder {
    font-size: 1.5rem;
    color: #969696;
    font-weight: 500;
  }
  .active-filters .block.filter .filter-options-item .filter-options-content .amshopby-search-box input:-ms-input-placeholder {
    font-size: 1.5rem;
    color: #969696;
    font-weight: 500;
  }
  .active-filters .block.filter .filter-options-item .filter-options-content .amshopby-search-box input::-ms-input-placeholder {
    font-size: 1.5rem;
    font-weight: 500;
    color: #969696;
  }
  .active-filters .block.filter .filter-options-item .filter-options-content .items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    margin: 0;
    max-height: 290px;
    overflow: hidden;
    overflow-y: visible;
    max-width: initial;
  }
  .active-filters .block.filter .filter-options-item .filter-options-content .items.am-filter-items-attr_model_bare_transversale {
    max-height: 450px;
  }
  .active-filters .block.filter .filter-options-item .filter-options-content .items .item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    margin: 0;
    line-height: initial;
  }
  .active-filters .block.filter .filter-options-item .filter-options-content .items .item.active-link span {
    font-weight: 700;
  }
  .active-filters .block.filter .filter-options-item .filter-options-content .items .item.active-link .amshopby-radio:before {
    content: "";
    background: #3184ca;
    position: absolute;
    width: 9px;
    height: 9px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 50%;
  }
  .active-filters .block.filter .filter-options-item .filter-options-content .items .item.active-link .amshopby-choice:after {
    content: "";
    background: #3184ca;
    position: absolute;
    width: 9px;
    height: 9px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 50%;
  }
  .active-filters .block.filter .filter-options-item .filter-options-content .items .item .items-children {
    width: initial;
  }
  .active-filters .block.filter .filter-options-item .filter-options-content .items .item a {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 0;
  }
  .active-filters .block.filter .filter-options-item .filter-options-content .items .item span {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: initial;
    color: #373737;
  }
  .active-filters .block.filter .filter-options-item .filter-options-content .items .item .amshopby-radio {
    width: 15px;
    height: 15px;
    margin-right: 15px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #e3e3e3;
    position: relative;
  }
  .active-filters .block.filter .filter-options-item .filter-options-content .items .item .amshopby-radio.checked::before {
    content: "";
    background: #3184ca;
    position: absolute;
    width: 9px;
    height: 9px;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 50%;
  }
  .active-filters .block.filter .filter-options-item .filter-options-content .items .item .amshopby-choice {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    position: relative;
    padding: 0;
    margin-right: 14px;
    top: initial;
    left: initial;
    min-height: initial;
  }
  .active-filters .block.filter .filter-options-item .filter-options-content .items .item .amshopby-choice::before {
    position: initial;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #ffffff;
    border: 1px solid #e3e3e3;
    box-sizing: border-box;
  }
  .active-filters .block.filter .filter-options-item .filter-options-content .items .item .amshopby-choice::after {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #3184ca;
    position: absolute;
    top: 3px;
    left: 2.6px;
  }
  .active-filters .block.filter .filter-options-item .filter-options-content .am-show-more {
    font-size: 1.5rem;
    background: #ffffff;
    border-radius: 8px;
    margin: 0;
    line-height: 50px;
    text-align: center;
    color: #373737 !important;
    padding: 0;
    width: 100%;
    height: 50px;
    display: block;
    font-weight: 600;
    margin-top: 15px;
  }
  .active-filters .block.filter .filter-options-item .filter-options-content .am-show-more.-disabled {
    display: none;
  }
  .active-filters .block.filter .filter-options-item .filter-options-content .am-show-more::before {
    display: none;
  }
  .active-filters .block.filter .filter-options-item .amshopby-slider-wrapper {
    margin: 7px 0 7px 0;
  }
  .active-filters .block.filter .filter-options-item .amshopby-slider-wrapper .am-slider {
    background: #c9c9c9;
    height: 3px;
  }
  .active-filters .block.filter .filter-options-item .amshopby-slider-wrapper .am-slider::before,
  .active-filters .block.filter .filter-options-item .amshopby-slider-wrapper .am-slider::after {
    background: #c9c9c9;
    height: 3px;
  }
  .active-filters .block.filter .filter-options-item .amshopby-slider-wrapper .am-slider .ui-slider-range {
    background: #4882c4;
    height: 3px;
  }
  .active-filters .block.filter .filter-options-item .amshopby-slider-wrapper .am-slider .ui-slider-handle {
    width: 12px;
    height: 12px;
    background: #4882c4;
  }
  .active-filters .block.filter .filter-options-item .amshopby-slider-wrapper .amshopby-slider-display {
    font-size: 1.3rem;
    font-weight: 500;
    line-height: 16px;
    color: #373737;
  }
  .category-list_items {
    display: none;
  }
  .category-modal .modal-inner-wrap {
    background: #f5f5f8;
    width: 100%;
    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;
    margin: 0;
  }
  .category-modal .modal-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    padding: 15px 15px 0 15px;
    margin: 0 0 15px 0;
  }
  .category-modal .modal-header .modal-title {
    font-size: 2rem;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    background: transparent;
    font-weight: 700;
    line-height: 24px;
    color: #373737;
    border: initial;
    padding: 0;
  }
  .category-modal .modal-header .modal-title::before {
    font-size: 1.5rem;
    content: "\e913";
    font-family: "icomoon";
    margin-right: 12px;
    line-height: initial;
    color: #373737;
  }
  .category-modal .modal-header .action-close {
    padding: 0;
    position: relative;
  }
  .category-modal .modal-header .action-close::before {
    display: none;
  }
  .category-modal .modal-header .action-close::after {
    font-size: 1.8rem;
    content: "\e908";
    font-family: "icomoon";
    color: #373737;
    cursor: pointer;
  }
  .category-modal .modal-content {
    padding: 0 15px;
  }
  .category-modal .modal-content .am-filter-items-attr_category_ids li:first-child .amshopby-filter-parent .label {
    margin-left: 0;
  }
  .category-modal .modal-content .items {
    display: block;
    padding: 15px;
    background: #eaf3fa;
    border: 1px solid #2572b4;
    box-sizing: border-box;
    border-radius: 8px;
    list-style: none;
  }
  .category-modal .modal-content .items.level-1 {
    padding: 0;
    border: initial;
  }
  .category-modal .modal-content .items.level-1 .item:first-child {
    margin: 15px 0 0 0;
  }
  .category-modal .modal-content .items.level-2 {
    padding: 0;
    border: initial;
  }
  .category-modal .modal-content .items-children.level-1 li:first-child .amshopby-filter-parent .label {
    margin-left: 25px;
  }
  .category-modal .modal-content .item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: flex-end;
    -ms-flex-pack: flex-end;
    justify-content: flex-end;
    position: relative;
    margin: 15px 0 0 0;
  }
  .category-modal .modal-content .item:first-child {
    margin: 0;
  }
  .category-modal .modal-content .item.-is-collapsible {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .category-modal .modal-content .item.-is-collapsible .item.-is-collapsible {
    margin: 15px 0 0 0;
  }
  .category-modal .modal-content .item.-is-collapsible .item .amshopby-filter-parent {
    margin-top: 0;
  }
  .category-modal .modal-content .amshopby-filter-parent {
    font-size: 1.5rem;
    font-weight: 600 !important;
    line-height: initial;
    color: #373737;
  }
  .category-modal .modal-content .amshopby-filter-parent .label {
    margin-left: 25px;
  }
  .category-modal .modal-content .amshopby-filter-parent .items-children {
    padding: 0;
    border: initial;
  }
  .category-modal .modal-content .am-input {
    left: 0;
    margin: 0;
    top: 4px;
  }
  .category-modal .modal-footer {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .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,
  .account .column.main .block:not(.widget) .block-title:before,
  .account .column.main .block:not(.widget) .block-title:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-mobile-m:after,
  .account .column.main .block:not(.widget) .block-title:after {
    clear: both;
  }
  .abs-toggling-title-mobile,
  .block-wishlist-management .wishlist-select .wishlist-name,
  .block-collapsible-nav .title {
    border-top: 1px solid #cccccc;
    cursor: pointer;
    margin-bottom: 0;
    position: relative;
    border-bottom: 1px solid #cccccc;
    padding: 9px 36px 9px 15px;
    display: block;
    text-decoration: none;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    position: absolute;
    right: 18px;
    top: 9px;
  }
  .abs-toggling-title-mobile:after,
  .block-wishlist-management .wishlist-select .wishlist-name:after,
  .block-collapsible-nav .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: inherit;
    color: inherit;
    content: '\f807';
    font-family: 'porto-icons';
    margin: 3px 0 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-toggling-title-mobile.active:after,
  .block-wishlist-management .wishlist-select .wishlist-name.active:after,
  .block-collapsible-nav .title.active:after {
    content: '\f804';
  }
  .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: 'porto-icons';
    margin: 0 5px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .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 {
    position: relative;
    padding-top: 41px;
  }
  .nav-sections .switcher {
    border-bottom: 1px solid #dddddd;
    font-size: 1.4rem;
    font-weight: 400;
    margin: 0;
    padding: 12px 20px;
    height: auto;
    color: #777;
  }
  .nav-sections .switcher strong {
    font-size: 13px;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 4.5px;
  }
  .nav-sections .switcher-trigger strong {
    display: inline-block !important;
    position: relative;
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    padding: 9px 0;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    color: #777777;
  }
  .nav-sections .header.links li {
    border-bottom: 1px solid #dddddd;
    font-size: 1.3rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    font-weight: 400;
    padding: 12px 20px;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #777777;
    text-decoration: none;
    display: block;
    font-weight: 400;
    padding: 12px 20px;
  }
  .nav-sections .header.links a:hover {
    color: #0088cc !important;
  }
  .nav-before-open {
    height: 100%;
    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);
    overflow: visible;
  }
  .nav-open .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;
  }
  .breadcrumbs {
    display: none;
  }
  .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: 90vh;
    /** iOS webkit fix height problem when added long content **/
  }
  .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: 13px;
    font-weight: 700;
  }
  .lac-notification {
    padding: 5px 0;
  }
  .lac-notification .lac-notification-icon {
    display: none;
  }
  .lac-notification .lac-notification-text,
  .lac-notification .lac-notification-links {
    float: none;
    padding: 5px 0;
    text-align: center;
  }
  .pagebuilder-banner-wrapper {
    background-attachment: scroll !important;
  }
  .pagebuilder-banner-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
    max-width: 100%;
  }
  .pagebuilder-column-group {
    flex-wrap: wrap;
  }
  .pagebuilder-column-line {
    flex-wrap: wrap;
  }
  [data-content-type='row'][data-appearance='contained'] [data-element='inner'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-bleed'] {
    background-attachment: scroll !important;
  }
  [data-content-type='row'][data-appearance='full-width'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-slide-wrapper .pagebuilder-overlay:not(.pagebuilder-poster-overlay) {
    max-width: none;
  }
  [data-content-type='tab-item'] {
    background-attachment: scroll !important;
  }
  .pagebuilder-mobile-hidden {
    display: none !important;
  }
  .amreview-widget-container .slick-dots button {
    border: 1px solid #cccccc;
  }
  div[data-role='am-banners-lite'] {
    order: -2;
  }
  .amgdprcookie-groups-modal.-table .modal-inner-wrap {
    min-width: 95%;
  }
  .amgdprcookie-groups-modal .amgdprcookie-table {
    font-size: 1rem;
  }
  .modal-popup .modal-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .amgdprcookie-bar-container .action-close {
    padding: 10px;
    right: 0;
    top: 0;
  }
  .amgdprcookie-modal-container .amgdprcookie-modal-template {
    min-width: unset;
    width: unset;
  }
  .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;
  }
  .filter-options-content .am-ranges .items.-am-multiselect .item [class*='am-filter-item'] {
    padding-left: 35px;
  }
  .filter-options .am-labels-folding .item .am-collapse-icon ~ [class*='am-filter-item-'],
  .filter-options .am-labels-folding .item {
    padding-left: 35px;
  }
  .filter-options .items:not(.items-children).-am-multiselect > .item.-is-by-click .items-children.-folding .item.-is-expanded,
  .filter-options .am-category-wrapper .items.-am-multiselect .item.-filter-parent:not(.-is-collapsible),
  .filter-options .items:not(.items-children):has(.item.-is-by-click.-filter-parent) > .item.-is-expanded {
    margin-left: 35px;
  }
  .filter-options-item .filter-options-content .items [class*='am-filter-item'] {
    padding: 7px 0;
  }
  .am-labels-folding .am-collapse-icon,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .am-collapse-icon {
    margin: 7px 0;
  }
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ .am-input,
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ .am-input,
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='radio'],
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='radio'],
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'],
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'],
  .filter-options [class*='am-filter-items-'].am-labels-folding .item:not(.swatch-option-link-layered) .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice,
  .filter-options .amshopby-category-dropdown + form .item .am-collapse-icon ~ input[type='checkbox'] + .amshopby-choice {
    left: 35px;
  }
  .filter-options .items.-am-singleselect .item.-is-by-click .items-children.-folding .item .amshopby-filter-parent,
  .filter-options .amshopby-category-dropdown + form .items.-am-multiselect .item .items-children.-folding,
  .filter-options .am-category-wrapper .items .items-children.-folding,
  .filter-options .am-category-view .item a.amshopby-filter-parent {
    padding-left: 35px;
  }
  .filter-options .am-category-view.-am-multiselect .item > .am-collapse-icon ~ a.amshopby-filter-parent {
    padding-left: 70px;
  }
  .filter-options .am-category-view.-am-singleselect .am-collapse-icon {
    margin: 7px 0;
  }
  .am-collapse-icon:after,
  .am-show-more:before {
    width: 20px;
  }
  .filter-content .active .am-show-more:before {
    width: 12px;
  }
  .filter-content .active .am-show-more.-active {
    margin-bottom: 10px;
  }
  .amshopby-flyout-block {
    margin: 10px 0 25px;
  }
  .amshopby-flyout-block .items.amshopby-fly-out-view .item > .amshopby-choice {
    padding-left: 35px;
  }
  .filter-options input[type='checkbox'] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    width: 0;
    position: absolute;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-word;
    word-wrap: break-word;
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    margin: 0;
    padding: 0 0 0 34px;
    min-height: 25px;
    line-height: 1.2;
    cursor: pointer;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before,
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 25px;
    height: 25px;
    border-radius: 2px;
    content: '';
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before {
    border: 1px solid #e3e3e3;
    background: #ffffff;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    background: #1979c3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center / 25px;
    content: none;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:hover:before,
  .filter-options input[type='checkbox']:checked + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:checked + .amshopby-choice:after {
    content: '';
  }
  ._keyfocus .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  ._keyfocus .filter-options input[type='checkbox']:focus + .amshopby-choice:before,
  .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  .filter-options input[type='checkbox']:focus + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:not(:checked).mage-error + .amshopby-choice:before {
    border-color: #f23b3b;
  }
  .block-returns .table-returns-items .col.id,
  .block-returns .table-returns-items .col.date,
  .block-returns .table-returns-items .col.order-id,
  .block-returns .table-returns-items .col.status,
  .block-returns .table-returns-items .col.actions {
    width: 100%;
  }
  .block-returns .table-returns-items .action.view {
    display: block;
    margin: 5px 0;
  }
  .block-return-view .block-title {
    margin: 15px 0;
  }
  .block-return-view .block-title .action.back {
    float: none;
    display: block;
    margin-bottom: 10px;
  }
  .block-return-view .box.box-order-info .box-content .field .label,
  .block-return-view .box.box-return-info .box-content .field .label,
  .block-return-view .box.box-order-info .box-content .field .value,
  .block-return-view .box.box-return-info .box-content .field .value {
    display: block;
    width: 100%;
  }
  .block-return-view .box.box-order-info .box-content .field .value .order-link,
  .block-return-view .box.box-return-info .box-content .field .value .order-link {
    margin-left: 0;
    display: inline-block;
    margin-top: 5px;
  }
  .block-return-view .box.box-return-history .table-return-history .col.date,
  .block-return-view .box.box-return-history .table-return-history .col.status,
  .block-return-view .box.box-return-history .table-return-history .col.comment {
    width: 100%;
  }
  .mb-ajaxsuite-popup-wrapper {
    width: 580px;
    max-width: 96%;
    max-height: 96%;
    overflow-y: auto;
  }
  .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;
  }
  .block-cart-failed .block-title {
    margin: 0 18px 18px;
  }
  .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;
  }
  .compare.wrapper,
  [class*="block-compare"] {
    display: none;
  }
  .sticky-product {
    padding: 5px 15px;
  }
  .sticky-product .sticky-detail {
    display: none;
  }
  .mobile-sticky .sticky-product {
    padding: 70px 15px 5px;
  }
  .cart-container .form-cart .actions.main {
    text-align: center;
  }
  .cart-discount {
    border-bottom: 1px solid #cccccc;
  }
  .cart.table-wrapper {
    border-top: 1px solid #cccccc;
  }
  .cart.table-wrapper thead .col.item,
  .cart.table-wrapper thead .col.qty,
  .cart.table-wrapper thead .col.price,
  .cart.table-wrapper thead .col.subtotal,
  .cart.table-wrapper thead .col.msrp {
    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;
    white-space: nowrap;
    width: 33%;
  }
  .cart.table-wrapper .col.qty:before,
  .cart.table-wrapper .col.price:before,
  .cart.table-wrapper .col.subtotal:before,
  .cart.table-wrapper .col.msrp:before {
    content: attr(data-th);
    display: block;
    font-weight: 600;
    padding-bottom: 10px;
  }
  .cart.table-wrapper .col.msrp {
    white-space: normal;
  }
  .cart.table-wrapper .item .col.item {
    padding-bottom: 0;
  }
  .cart.table-wrapper tbody > tr > td:last-child {
    border: 0;
  }
  .cart-totals {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-totals .table-wrapper {
    border-top: 0;
  }
  .cart-totals .totals tbody > tr:not(:last-child) > td:last-child {
    border: 0;
  }
  .checkout-index-index .page-header .minicart-wrapper {
    display: none;
  }
  .page-header.type5 .block-search .label {
    margin-right: 0;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    width: 100%;
  }
  .checkout-index-index .modal-popup .modal-footer .action-hide-popup {
    margin-top: 18px;
  }
  .checkout-payment-method .payment-methods {
    margin: 0 -15px;
  }
  .checkout-payment-method .payment-method-title {
    padding: 15px;
  }
  .checkout-payment-method .payment-method-content {
    padding: 0 15px 18px;
  }
  .checkout-payment-method .payment-method-billing-address .action-cancel {
    margin-top: 9px;
  }
  .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 18px;
  }
  .login-container {
    padding-bottom: 35px;
  }
  .login-container .fieldset:after {
    text-align: center;
  }
  .account .page.messages {
    margin-bottom: 36px;
  }
  .account .column.main .block:not(.widget) .block-title > .action {
    float: right;
    margin-top: 4.5px;
  }
  .account .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 18px;
  }
  .account .column.main .block:not(.widget) .block-content .box:last-child {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    display: block;
    margin-bottom: 9px;
  }
  .customer-account-index .page-title-wrapper {
    position: relative;
  }
  .cart-discount .giftcard .content {
    padding-bottom: 35px;
  }
  .cart-discount .actions-toolbar .secondary {
    bottom: 17px;
  }
  .field.open-amount {
    width: 100%;
  }
  .gift-message .actions-toolbar .action-update {
    font-size: 2rem;
    padding: 15px;
    width: 100%;
  }
  .gift-item-block {
    border-bottom: 0;
    border-top: 1px solid #c1c1c1;
  }
  .gift-item-block .title:after {
    font-size: 1.2rem;
    position: absolute;
    right: 20px;
    top: 10px;
  }
  .gift-item-block .content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .gift-message-summary {
    padding-right: 7rem;
  }
  .cart.table-wrapper .action-gift {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-gift > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #0088cc;
    content: '\e62a';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-gift:hover:after {
    color: #777777;
  }
  .cart.table-wrapper .action-gift:active:after {
    color: #0088cc;
  }
  .cart.table-wrapper .action-gift._active {
    border: 1px solid #c1c1c1;
    border-bottom-color: #ffffff;
    margin: -4.5px 14px -1px -15px;
    padding: 4px 9px 9px 14px;
  }
  .cart.table-wrapper .action-gift._active:after {
    color: #777777;
  }
  .cart.table-wrapper .gift-content {
    border-top: 1px solid #c1c1c1;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    overflow: hidden;
  }
  .gift-options-cart-item + .action-towishlist {
    left: 43px;
    position: absolute;
  }
  .cart.table-wrapper .action-giftregistry {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-giftregistry > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .action-giftregistry:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #0088cc;
    content: '\e62b';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-giftregistry:hover:before {
    color: #777777;
  }
  .cart.table-wrapper .action-giftregistry:active:before {
    color: #0088cc;
  }
  .gift-wrapping {
    border-bottom: 1px solid #c1c1c1;
    margin-bottom: 18px;
    padding-bottom: 9px;
  }
  .gift-wrapping-list {
    width: 100%;
  }
  .gift-wrapping-summary + .gift-message-summary {
    padding-right: 0;
  }
  .gift-options-cart-item {
    float: left;
  }
  .gift-wrapping-preview img {
    width: 100%;
  }
  .item-actions .actions-toolbar .gift-options .gift-wrapping,
  .item-actions .actions-toolbar .gift-options .gift-message {
    display: block;
  }
  .table-wrapper.grouped {
    margin-left: -15px;
    margin-right: -15px;
  }
  body.filter-active .page-wrapper {
    visibility: hidden;
    height: 0;
    margin-top: -999999em;
  }
  body.filter-active .columns {
    z-index: 999;
  }
  .filter.active {
    position: relative;
    z-index: 99;
    visibility: visible;
  }
  .filter.active .filter-options-item:last-child {
    margin-bottom: 36px;
  }
  .filter.active .filter-title {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 48px;
    z-index: 2;
    border-bottom: 1px solid #cccccc;
  }
  .filter.active .filter-title strong {
    right: 3px;
    left: auto;
    top: 10px;
    border: 0;
    background: none;
    box-shadow: none;
    color: transparent;
    display: inline-block;
    text-decoration: none;
  }
  .filter.active .filter-title strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: inherit;
    color: #c1c1c1;
    content: '\f819';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter.active .filter-subtitle {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 50px;
    background: transparent;
    z-index: 1;
    line-height: 32px;
  }
  .filter.active .filter-options {
    display: block;
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: scroll;
    background: #ffffff;
    z-index: 10;
  }
  .filter .filter-subtitle {
    font-size: 20px;
    font-weight: 300;
  }
  .filter-actions {
    margin: -35px -9px 22.5px;
  }
  .filter-options-content {
    padding: 4.5px 9px;
  }
  .filter-no-options .filter-title:before {
    content: "";
    width: 100px;
    height: 40px;
    background: rgba(255, 255, 255, 0.5);
    display: block;
    position: relative;
    z-index: 99;
    margin-top: -40px;
    left: -15px;
  }
  .filter .filter-current {
    margin: 4.5px -9px 0;
    border: solid #cccccc;
    border-width: 1px 0;
  }
  .filter .filter-current .items {
    display: none;
  }
  .filter .filter-current-subtitle {
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    display: block;
    text-decoration: none;
  }
  .filter .filter-current-subtitle:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
    line-height: inherit;
    color: inherit;
    content: '\f807';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .filter .filter-current-subtitle:before {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .filter .filter-current-subtitle:after {
    content: ' (' attr(data-count) ')';
    font-size: .9em;
    color: #c1c1c1;
  }
  .filter .filter-current.active {
    padding-bottom: 30px;
  }
  .filter .filter-current.active .block-subtitle:before {
    content: '\f804';
  }
  .filter .filter-current.active .items {
    display: block;
  }
  .filter .filter-current.active + .block-actions {
    display: block;
  }
  .filter .filter-current + .block-actions {
    display: none;
  }
  .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: 9px;
  }
  .block-wishlist-management {
    clear: both;
    margin-top: -21px;
  }
  .block-wishlist-management .wishlist-select {
    margin: 0 -15px 20px;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    font-size: 1.6rem;
  }
  .block-wishlist-management .wishlist-select-items {
    border-bottom: 1px solid #cccccc;
    background: #ffffff;
    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 {
    color: #777777;
    display: block;
    padding: 4.5px 18px;
    text-decoration: none;
  }
  .block-wishlist-management .wishlist-select-items .item a:hover {
    background: #0088cc;
  }
  .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: 20px;
    position: absolute;
    top: 20px;
  }
  .page-multiple-wishlist .products-grid.wishlist .product-item-photo {
    margin-left: 22.5px;
  }
  .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: 36px;
  }
  .block-collapsible-nav {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 5;
    background-color: #ffffff;
  }
  .block-collapsible-nav .content {
    border-bottom: 1px solid #cccccc;
    display: none;
  }
  .block-collapsible-nav .content.active {
    display: block;
  }
  .block-collapsible-nav .item {
    padding: 0 15px;
  }
  .customer-name,
  .customer-welcome + .authorization-link {
    display: none;
  }
  .nav-sections .switcher-trigger strong:after {
    font-size: 1.6rem;
    right: -25px;
    top: 2px;
  }
  .mobile-sticky .page-main {
    margin-top: 64px;
  }
  .page-header.header-newskin .minicart-wrapper {
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    margin: 0;
    float: right;
    margin-right: -17px;
  }
  .page-header.header-newskin .minicart-wrapper .action.showcart:before,
  .page-header.header-newskin .minicart-wrapper .action.showcart.active:before {
    font-size: 28px;
    line-height: 40px;
  }
  .page-header.header-newskin .minicart-wrapper .action.showcart {
    line-height: 40px;
  }
  .products-grid.wishlist {
    margin-bottom: 27px;
    margin-right: -9px;
  }
  .products-grid.wishlist .product-item {
    padding: 18px 9px 18px 18px;
    position: relative;
  }
  .products-grid.wishlist .product-item-photo {
    float: left;
    margin-right: 18px;
  }
  .products-grid.wishlist .product-item-name {
    font-size: 1.6rem;
  }
  .products-grid.wishlist .product-item-actions {
    display: block;
  }
  .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: 18px;
  }
  .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;
  }
  .cart.table-wrapper .action-towishlist {
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-towishlist > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .cart.table-wrapper .action-towishlist:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #0088cc;
    content: '\f816';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-towishlist:hover:before {
    color: #777777;
  }
  .cart.table-wrapper .action-towishlist:active:before {
    color: #0088cc;
  }
  .footer-bottom > .container > * {
    float: none !important;
    line-height: 35px !important;
  }
  .history .featured-box {
    margin-left: 0;
  }
  .history .thumb {
    display: none;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 2%) / 2);
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-photo {
    display: block;
    position: relative;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-details {
    margin: 0;
  }
  .sidebar .block-viewed-products-grid .products-grid .product-item-info {
    text-align: center;
  }
  .product.media .fotorama .fotorama__stage {
    touch-action: pan-y pinch-zoom;
  }
  .product.media .fotorama .fotorama__stage .fotorama__stage__frame .fotorama__img {
    width: 430px !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain;
  }
  .product.media .fotorama .fotorama__zoom-in,
  .product.media .fotorama .fotorama__zoom-out {
    display: none !important;
  }
  .fotorama--fullscreen .fotorama__stage {
    width: 100% !important;
    height: 100% !important;
  }
  .fotorama--fullscreen .fotorama__stage .fotorama__stage__frame {
    width: 100% !important;
    height: 100% !important;
  }
  .fotorama--fullscreen .fotorama__stage .fotorama__stage__frame .fotorama__img--full {
    width: 430px !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain;
  }
  .fotorama--fullscreen .fotorama__stage .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable {
    cursor: grab;
  }
  .fotorama--fullscreen .fotorama__stage .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable:active {
    cursor: grabbing;
  }
  .fotorama--fullscreen .fotorama__stage .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable {
    max-width: none !important;
    max-height: none !important;
    cursor: zoom-in;
  }
  .fotorama--fullscreen .fotorama__zoom-in,
  .fotorama--fullscreen .fotorama__zoom-out {
    display: block !important;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 20px;
    color: #333;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  }
  .fotorama--fullscreen .fotorama__zoom-in:active,
  .fotorama--fullscreen .fotorama__zoom-out:active {
    background: #ffffff;
    transform: scale(0.95);
  }
}
@media only screen and (max-width: 639px) {
  .abs-visually-hidden-mobile,
  .table-downloadable-products .col.title:before,
  .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,
  .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,
  .multicheckout.order-review .data.table tbody > tr:after {
    clear: both;
  }
  .abs-checkout-order-review tbody > tr:not(:last-child),
  .multicheckout.order-review .data.table tbody > tr:not(:last-child) {
    border-bottom: 1px solid #cccccc;
  }
  .abs-checkout-order-review tbody > tr > td.col.item:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.item:before {
    display: none;
  }
  .abs-checkout-order-review tbody > tr > td.col.qty,
  .abs-checkout-order-review tbody > tr > td.col.price,
  .abs-checkout-order-review tbody > tr > td.col.subtotal,
  .multicheckout.order-review .data.table tbody > tr > td.col.qty,
  .multicheckout.order-review .data.table tbody > tr > td.col.price,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal {
    box-sizing: border-box;
    float: left;
    text-align: center;
    white-space: nowrap;
    width: 33%;
  }
  .abs-checkout-order-review tbody > tr > td.col.qty:before,
  .abs-checkout-order-review tbody > tr > td.col.price:before,
  .abs-checkout-order-review tbody > tr > td.col.subtotal:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.qty:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.price:before,
  .multicheckout.order-review .data.table tbody > tr > td.col.subtotal:before {
    content: attr(data-th) ":";
    display: block;
    font-weight: 700;
    padding-bottom: 9px;
  }
  .abs-checkout-order-review tbody > tr > td.col:last-child,
  .multicheckout.order-review .data.table tbody > tr > td.col:last-child {
    border: 0;
  }
  .abs-checkout-order-review .product-item-name,
  .multicheckout.order-review .data.table .product-item-name {
    margin: 0;
  }
  .abs-product-items-summary tbody .col {
    padding: 9px 0 0;
  }
  .abs-product-items-summary tbody .col:last-child {
    padding-bottom: 9px;
  }
  .abs-product-items-summary tfoot .mark {
    padding-bottom: 4.5px;
    text-align: left;
  }
  .abs-product-items-summary tfoot .amount {
    padding-top: 0;
    text-align: left;
  }
  .abs-product-items-summary tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .abs-product-items-summary tfoot .grand.totals .mark {
    padding-top: 4.5px;
    padding-bottom: 0;
  }
  .abs-product-items-summary tfoot .grand.totals .amount {
    padding-bottom: 9px;
    padding-top: 0;
  }
  .abs-product-items-summary tfoot .grand.totals .amount strong {
    border-top: none;
  }
  .abs-account-table-margin-mobile,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -18px;
  }
  .abs-col-no-prefix:before,
  .abs-sidebar-totals-mobile th:before,
  .abs-sidebar-totals-mobile td:before,
  .account .table-questions .col.actions:before,
  .account .table-billing-agreements .col.actions:before,
  .account .table-billing-agreements-related .col.actions:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > th:before,
  .table-wrapper.comparison .table-comparison > tbody > tr > td:before,
  .cart .table.items .col.item:before,
  .cart .table.items .item-actions td:before,
  .account .table-giftregistry .col.actions:before,
  .table.grouped > tbody > tr > td:before,
  .account .table-reviews .col.actions:before,
  .account .table-order-items .col.actions:before,
  .account .table-order-items .col.options:before,
  .cart-totals .totals th:before,
  .cart-totals .totals td:before,
  .opc-block-summary .totals th:before,
  .opc-block-summary .totals td:before {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-no-display-s,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody th,
  .order-details-items .table-order-items .options-label,
  .opc-wrapper .shipping-address-item.selected-item .action-select-shipping-item {
    display: none;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-returns .page-main .page-title-wrapper .page-title,
  .magento-rma-returns-view .page-main .page-title-wrapper .page-title,
  .account .page-main .page-title-wrapper .page-title,
  [class^="sales-guest-"] .page-main .page-title-wrapper .page-title,
  .sales-guest-view .page-main .page-title-wrapper .page-title {
    display: block;
  }
  .abs-title-orders-mobile .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-status,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-status,
  .account .page-main .page-title-wrapper .order-status,
  [class^="sales-guest-"] .page-main .page-title-wrapper .order-status,
  .sales-guest-view .page-main .page-title-wrapper .order-status {
    margin: -9px 0 9px;
  }
  .abs-table-striped-mobile > tbody > tr > td:last-child,
  .account .data.table > tbody > tr > td:last-child {
    border: 0;
  }
  .abs-no-border-top,
  .product.info.detailed .additional-attributes-wrapper,
  .table-wrapper.balance-history,
  .table-wrapper.table-returns,
  .table-wrapper.orders-recent,
  .order-details-items .table-wrapper {
    border-top: 0;
  }
  .abs-no-border-bottom {
    border-bottom: 0;
  }
  .abs-sidebar-totals-mobile .amount,
  .cart-totals .totals .amount,
  .opc-block-summary .totals .amount {
    text-align: right;
  }
  .table-wrapper {
    border-top: 1px solid #cccccc;
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
    position: relative;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) {
    border: none;
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th {
    display: none;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr {
    display: block;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 4.5px 9px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr td[data-th]:before,
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr th[data-th]:before {
    padding-right: 9px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #555555;
    font-weight: 700;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > tbody > tr > th {
    background-color: #f6f6f6;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:first-child {
    padding-top: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:last-child {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td.col.qty {
    text-align: left;
  }
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison).additional-attributes tbody td:last-child {
    border: none;
    padding: 0 0 4.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: 18px;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .mark {
    box-sizing: border-box;
    float: left;
    text-align: left;
    width: 70%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .amount {
    box-sizing: border-box;
    float: left;
    text-align: right;
    width: 30%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals {
    font-size: 1.6rem;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .grand.totals .amount {
    padding-bottom: 9px;
  }
  .amreview-widget-container .amreview-message {
    height: 80px;
  }
  .catalogsearch-result-index .amsearch-pagebuilder-carousel .product-item-info {
    margin: 0 auto;
    width: 240px;
  }
  .answer-certified {
    display: block;
    margin-left: 0;
  }
  .form-new-agreement select {
    width: auto;
  }
  .table-paypal-review-items .col.subtotal {
    text-align: left;
  }
  .table-paypal-review-items .product-item-name {
    display: inline-block;
  }
  .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: 18px;
    line-height: inherit;
    color: #0088cc;
    content: '\f81a';
    font-family: 'porto-icons';
    margin: -4px 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-photo {
    width: 100%;
    padding: 0;
    display: block;
  }
  .products-list .product-item-details {
    display: block;
  }
  .toolbar-products {
    margin-bottom: 0;
  }
  .product-social-links .action.tocompare {
    display: none;
  }
  .product-info-price {
    margin: 0 -9px 0;
    width: calc(100% + 2*9px) !important;
  }
  .product-info-price > *:first-child {
    padding-left: 9px;
  }
  .product-info-price > *:last-child {
    padding-right: 9px;
  }
  .table-wrapper.comparison .table-comparison > tbody > tr > th,
  .table-wrapper.comparison .table-comparison > tbody > tr > td {
    display: table-cell;
  }
  .cart .table.items .col.qty {
    text-align: center;
  }
  .minicart-wrapper {
    margin-top: 9px;
  }
  .opc-wrapper .step-title {
    font-size: 18px;
    border-bottom: 0;
    padding-bottom: 0;
  }
  .opc-wrapper .step-content {
    margin: 0 0 15px;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address,
  .opc-wrapper .methods-shipping {
    background: #f4f4f4;
    margin: 18px -15px 15px;
    padding: 18px 15px;
  }
  .opc-wrapper .form-login + .form-shipping-address {
    margin-top: -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 32px 15px 18px;
    border-bottom-width: 2px;
  }
  .opc-wrapper .shipping-address-item.selected-item .edit-address-link {
    right: 38px;
  }
  .opc-wrapper .action-select-shipping-item {
    float: none;
    margin-top: 9px;
    width: 100%;
  }
  .opc-wrapper .action-show-popup {
    width: 100%;
  }
  .opc-wrapper .methods-shipping {
    border-bottom: 1px solid #cccccc;
    padding-top: 27px;
  }
  .opc-wrapper .edit-address-link {
    display: inline-block;
    text-decoration: none;
    margin: 0;
    position: absolute;
    right: 0;
    top: 5px;
  }
  .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: 18px;
    line-height: 20px;
    color: #0088cc;
    content: '\f826';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .opc-wrapper .edit-address-link:hover:before {
    color: #777777;
  }
  .opc-wrapper .edit-address-link:active:before {
    color: #0088cc;
  }
  .shipping-policy-block.field-tooltip {
    margin-bottom: 18px;
    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-summary > .title {
    border-bottom: 0;
    font-size: 18px;
    margin-bottom: 18px;
    padding-bottom: 0;
  }
  .account .column.main,
  .account .sidebar-additional {
    margin: 0;
  }
  .page-product-downloadable .product-options-wrapper {
    margin-bottom: 22.5px;
  }
  .table-downloadable-products .product-name {
    display: block;
    margin-bottom: 4.5px;
  }
  .page-product-downloadable .product-info-price ~ *:last-child:after {
    border-bottom: 1px #c1c1c1 solid;
    content: '';
    display: block;
    height: 0;
    overflow: hidden;
    width: auto;
    margin: 22.5px -9px;
  }
  .table-giftregistry-items .field.choice,
  .table-giftregistry-items .field.qty {
    display: inline-block;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 18px;
  }
  .block-giftregistry-results .block-title {
    margin-bottom: 0;
  }
  .block-giftregistry-results .table-wrapper {
    border-top: none;
  }
  .block-giftregistry-shared-items .block-title {
    margin-bottom: 9px;
  }
  .block-giftregistry-shared-items .table-wrapper {
    border-top: 0;
  }
  .table.grouped > thead > tr > th {
    display: table-cell;
    border-bottom: 1px solid #cccccc;
  }
  .table.grouped > tbody {
    border-bottom: 1px solid #cccccc;
  }
  .table.grouped > tbody > tr > td {
    border: 0;
    display: table-cell;
    padding: 11px 9px;
  }
  .table.grouped > tbody > tr > td:last-child {
    border: 0;
  }
  .form-add-invitations .action.remove {
    display: inline-block;
    text-decoration: none;
  }
  .form-add-invitations .action.remove > 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.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: inherit;
    color: #0088cc;
    content: '\f81a';
    font-family: 'porto-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .form-add-invitations .action.remove:hover:before {
    color: inherit;
  }
  .form-add-invitations .action.remove:active:before {
    color: inherit;
  }
  .multicheckout .data.table .address:before {
    margin-bottom: 4.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: 36px;
  }
  .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: 22.5px;
  }
  .multicheckout .actions-toolbar > .primary {
    margin-bottom: 22.5px;
    margin-right: 0;
  }
  .customer-review .product-name {
    margin-bottom: 4.5px;
  }
  .customer-review .product-reviews-summary .rating-summary {
    display: block;
    margin-bottom: 4.5px;
  }
  .form-create-return .additional .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 18px;
  }
  .account .column.main .returns-details-items .block-returns-tracking .block-title > .action.track {
    float: none;
    display: block;
    margin: 9px 0 0;
  }
  .account .table-order-items tbody tr {
    display: block;
  }
  .account .table-order-items .product-item-name {
    display: inline-block;
    margin: 0;
  }
  .account .table-order-items .action.show {
    margin-top: 0;
  }
  .order-details-items .order-title strong {
    display: block;
  }
  .order-details-items .action {
    margin-top: 9px;
  }
  .order-details-items .items-qty {
    display: inline-block;
    vertical-align: top;
  }
  .order-details-items .col.price .price-including-tax,
  .order-details-items .col.subtotal .price-including-tax,
  .order-details-items .col.price .price-excluding-tax,
  .order-details-items .col.subtotal .price-excluding-tax {
    display: inline-block;
  }
  .order-details-items .data.table .col.options {
    padding: 0 10px 15px;
  }
  .order-details-items .data.table .col.options:before {
    display: none;
  }
  .order-details-items .options-label + .item-options-container:before,
  .order-details-items .item-options-container + .item-options-container:before {
    content: attr(data-th) ":";
    display: block;
    font-weight: 700;
    padding-left: 10px;
  }
  .order-details-items .options-label + .item-options-container .col,
  .order-details-items .item-options-container + .item-options-container .col {
    font-size: 1.2rem;
    padding: 0 10px;
  }
  .order-details-items .options-label + .item-options-container .col:first-child,
  .order-details-items .item-options-container + .item-options-container .col:first-child {
    padding-top: 3px;
  }
  .order-details-items .options-label + .item-options-container .col:last-child,
  .order-details-items .item-options-container + .item-options-container .col:last-child {
    padding-bottom: 20px;
  }
  .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;
  }
  .products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary {
    display: none;
  }
  .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%;
  }
  .abs-blocks-2columns-s:nth-child(1) {
    float: left;
    clear: left;
  }
  .abs-blocks-2columns-s:nth-child(2) {
    float: right;
  }
  .abs-blocks-2columns-s:nth-child(2) + * {
    clear: both;
  }
  .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-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;
  }
  .abs-form-field-column-2-s .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2-s .fieldset .field:nth-last-child(1),
  .abs-form-field-column-2-s .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2-s .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2-s .fieldset .field .field {
    width: 100%;
    padding: 0;
  }
  .abs-form-field-revert-column-1-s {
    width: 100%;
  }
  .abs-action-print-s {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print-s:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'porto-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-action-print-s:hover {
    text-decoration: underline;
  }
  .table > tbody > tr > th,
  .table > tbody > tr > td {
    border-top: 1px solid #cccccc;
  }
  .table > tbody + tbody {
    border-top: 1px solid #cccccc;
  }
  .ui-dialog.popup {
    width: 420px;
  }
  .amrev-title-block {
    display: flex;
    align-items: center;
  }
  .amrev-title-block .am-strong {
    font-size: 2.4rem;
    font-weight: 400;
    padding: 0 24px 0 0;
    white-space: nowrap;
  }
  .amreview-proscons-container {
    flex-direction: row;
  }
  .question-form {
    max-width: 500px;
  }
  .question-toolbar {
    margin: 0 0 50px;
  }
  .question-toolbar .pages {
    padding: 10px 0;
  }
  .fieldset .question-legend.legend {
    margin-bottom: 20px;
  }
  .question-title {
    margin: 0 0 10px;
  }
  .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.4;
    margin: 0;
    padding: 0;
    color: #0088cc;
    text-decoration: none;
    background: none;
    border: 0;
    display: inline;
    margin-top: -4px;
  }
  .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: #0088cc;
    text-decoration: none;
  }
  .column .block-addbysku .action.remove:hover {
    color: #0088cc;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:active {
    color: #0088cc;
    text-decoration: underline;
  }
  .column .block-addbysku .action.remove:hover,
  .column .block-addbysku .action.remove:active,
  .column .block-addbysku .action.remove:focus {
    background: none;
    border: 0;
  }
  .column .block-addbysku .action.remove.disabled,
  .column .block-addbysku .action.remove[disabled],
  fieldset[disabled] .column .block-addbysku .action.remove {
    color: #0088cc;
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
    text-decoration: underline;
  }
  .page-products .columns {
    position: relative;
    z-index: 1;
    padding-top: 0;
  }
  .multicheckout .actions-toolbar .secondary {
    float: none;
    text-align: right;
  }
  .multicheckout .actions-toolbar .secondary .action {
    margin-left: 9px;
  }
  .multicheckout .actions-toolbar .secondary .action.back {
    display: block;
    float: left;
  }
  .multicheckout .item-options {
    margin: 18px 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: 22.5px;
    padding-right: 22.5px;
    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: 22.5px;
    width: 50%;
  }
  .multicheckout.form.address .table-wrapper .applicable {
    margin: 7px 0 0;
  }
  .multicheckout.order-review .box-items {
    clear: left;
    float: none;
    padding-top: 36px;
    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 {
    max-width: 244px;
    float: left;
    margin-bottom: 0;
  }
  .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;
  }
  .order-details-items .order-title .action {
    margin: 12px 0 0 30px;
  }
  .order-details-items .order-title .action.track {
    float: right;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 20px;
    width: 50%;
  }
  .wishlist-index-index .products-grid .product-item-actions {
    margin: 0;
  }
  .products-grid .product-item {
    position: relative;
  }
  .products-grid .product-item .product-item-inner {
    margin: 9px -9px 0 -10px;
  }
  .products-grid .product-item .product-item-details {
    position: relative;
  }
  .products-grid .product-item .product-item-info .weltpixel-quickview.weltpixel_quickview_button_v1 span {
    padding: 18px;
    display: block;
  }
  .products-grid .product-item .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v1 {
    display: block;
    position: absolute;
    top: -66px;
    z-index: 9;
    width: 100%;
    text-align: center;
    color: #555;
    background: rgba(255, 255, 255, 0.7);
    font-size: 14px;
    text-decoration: none;
  }
  .products-grid .product-item .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v2 {
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #08c;
    color: #fff;
    padding: 10px;
    z-index: 9;
    border-radius: 0 5px;
    transition: 0.1s all;
    font-size: 12px;
    line-height: 1.4;
  }
  .products-grid .product-item .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v2:hover {
    opacity: 0.9;
  }
  .products-grid .product-item .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v2 .porto-icon-eye {
    margin-right: 3px;
  }
  .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;
  }
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-menu-1:before {
  content: "\e900";
}
.icon-menu-2:before {
  content: "\e901";
}
.icon-shopping-cart:before {
  content: "\e902";
}
.icon-user:before {
  content: "\e903";
}
.icon-search:before {
  content: "\e904";
}
.icon-down-arrow:before {
  content: "\e905";
}
.icon-right-arrow:before {
  content: "\e906";
}
.icon-phone:before {
  content: "\e907";
}
.icon-close:before {
  content: "\e908";
}
.icon-full-arrow:before {
  content: "\e909";
}
.icon-location:before {
  content: "\e90a";
}
.icon-mail:before {
  content: "\e90b";
}
.icon-alarm-clock:before {
  content: "\e90c";
}
.icon-compare-bars:before {
  content: "\e90d";
}
.icon-simple-clock:before {
  content: "\e90e";
}
.icon-direct-download:before {
  content: "\e90f";
}
.icon-open-email:before {
  content: "\e910";
}
.icon-electric-cable:before {
  content: "\e911";
}
.icon-double-cards:before {
  content: "\e912";
}
.icon-filter:before {
  content: "\e913";
}
.icon-review-start:before {
  content: "\e914";
}
.icon-check-arrow:before {
  content: "\e915";
}
.icon-left-arrow:before {
  content: "\e916";
}
.icon-right_arrow2:before {
  content: "\e917";
}
.icon-shipping-truck:before {
  content: "\e918";
}
.icon-compare-icon:before {
  content: "\e919";
}
.icon-favorite-icon:before {
  content: "\e91a";
}
.icon-slider-up-arrow:before {
  content: "\e91b";
}
.icon-slider-down-arrow:before {
  content: "\e91c";
}
.icon-review-arrow:before {
  content: "\e91e";
}
.icon-category:before {
  content: "\e91f";
}
.icon-accesorii_remorcare:before {
  content: "\e920";
}
.icon-bare_transversale:before {
  content: "\e921";
}
.icon-carlig_remorcare:before {
  content: "\e922";
}
.icon-corturi_auto:before {
  content: "\e923";
}
.icon-covorase_auto:before {
  content: "\e924";
}
.icon-cutii_portbagaj:before {
  content: "\e925";
}
.icon-genti_auto:before {
  content: "\e926";
}
.icon-scuturi_metalice:before {
  content: "\e927";
}
.icon-support_biciclete:before {
  content: "\e928";
}
.icon-support_ski:before {
  content: "\e929";
}
.icon-tavite_portbagaj:before {
  content: "\e92a";
}
.icon-transport_copii:before {
  content: "\e92b";
}
.icon-bare_transversale_2:before {
  content: "\e92c";
}
.icon-accesorii_remorcare_2:before {
  content: "\e92d";
}
.icon-icon-ccesorii_remorcare:before {
  content: "\e92e";
}
.icon-icon-bare_transversale:before {
  content: "\e92f";
}
.icon-icon-carlige_remorcare:before {
  content: "\e930";
}
.icon-icon-corturi_auto:before {
  content: "\e931";
}
.icon-icon-covorase_auto:before {
  content: "\e932";
}
.icon-icon-cutii_portbagaj:before {
  content: "\e933";
}
.icon-icon-genti_rucsacuri:before {
  content: "\e934";
}
.icon-icon-scuturi_metalice_auto:before {
  content: "\e935";
}
.icon-icon-suporturi_biciclete:before {
  content: "\e936";
}
.icon-icon-suporturi_skiuri:before {
  content: "\e937";
}
.icon-icon-tavite_portbagaj:before {
  content: "\e938";
}
.icon-icon-transport_copii:before {
  content: "\e939";
}
header.page-header.header-newskin {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 10 !important;
}
.custom-mobile-block {
  display: none;
}
body.catalog-product-view header.page-header.type8 .header.content .header-search .block.block-search {
  pointer-events: none;
}
header.page-header.type8 .amsearch-close {
  display: none !important;
}
header.page-header.type8 .amsearch-loupe {
  display: block !important;
}
header.page-header.type8 .header-desktop-logo,
header.page-header.type8 .custom-desktop-block,
header.page-header.type8 .desktop-account {
  display: none;
}
header.page-header.type8 .pdp-header-search {
  position: relative;
  bottom: -0.8rem;
  cursor: pointer;
  margin-right: auto;
}
header.page-header.type8 .pdp-header-search .search-icon::after {
  font-size: 2rem;
  font-family: "icomoon";
  content: "\e904";
  color: #ffffff;
}
header.page-header.type8 .header.content {
  display: block !important;
  padding: 0 1.5rem 0 1.5rem !important;
  background: #ffffff !important;
}
header.page-header.type8 .header.content .header-custom-block {
  margin: 0 -1.5rem 0 -1.5rem;
  background: #ffffff;
}
header.page-header.type8 .header.content .header-custom-block .custom-block {
  font-size: 1.1rem;
  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;
  position: unset;
  height: 2.7rem;
  background: #346cae;
  transition: 0.2s ease-in-out;
}
header.page-header.type8 .header.content .header-custom-block .custom-block .desktop-block-header {
  display: none;
}
header.page-header.type8 .header.content .header-custom-block .custom-block span,
header.page-header.type8 .header.content .header-custom-block .custom-block a {
  font-size: 1.1rem;
  color: #ffffff;
  line-height: 1.3rem;
  font-weight: 600;
}
header.page-header.type8 .header.content .header-custom-block .custom-block a {
  font-weight: 700;
  text-decoration: underline;
}
header.page-header.type8 .header.content .header-box {
  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;
  height: 5.5rem;
  background: #3184ca;
  margin: 0 -1.5rem 0 -1.5rem;
  padding: 0 1.5rem 0 1.5rem;
  transition: 0.2s ease-in-out;
}
header.page-header.type8 .header.content .header-box .mobile-nav {
  margin-right: auto;
}
header.page-header.type8 .header.content .header-box .mobile-nav .nav-toggle {
  background: transparent;
  line-height: unset;
  bottom: -0.7rem;
}
header.page-header.type8 .header.content .header-box .mobile-nav .nav-toggle::before {
  font-size: 3rem;
  font-family: "icomoon";
  content: "\e900";
  padding: 0;
  margin: 0;
}
header.page-header.type8 .header.content .header-box .mobile-nav .nav-toggle::after {
  background: rgba(0, 0, 0, 0.01);
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 1;
}
header.page-header.type8 .header.content .header-box .header-logo .logo {
  margin: 0;
  height: unset;
}
header.page-header.type8 .header.content .header-box .header-logo .logo img {
  width: 11.2rem;
  max-width: unset;
  height: unset;
}
header.page-header.type8 .header.content .header-box .header-links.top-links-area {
  margin: 0 2.5rem 0 auto;
  width: 1.8rem;
  bottom: -0.8rem;
}
header.page-header.type8 .header.content .header-box .header-links.top-links-area a {
  line-height: unset;
}
header.page-header.type8 .header.content .header-box .header-links.top-links-area .account_info--icon::before {
  font-size: 1.8rem;
  font-family: "icomoon";
  content: "\e903";
  color: #ffffff;
}
header.page-header.type8 .header.content .header-box .header-links.top-links-area .account_info--text {
  display: none;
}
header.page-header.type8 .header.content .header-box .header-minicart {
  width: 2.9rem;
  position: relative;
  bottom: -0.85rem;
}
header.page-header.type8 .header.content .header-box .header-minicart .minicart-wrapper {
  width: unset;
  margin: 0;
}
header.page-header.type8 .header.content .header-box .header-minicart .minicart-wrapper:hover .action.showcart::before {
  content: "\e902" !important;
}
header.page-header.type8 .header.content .header-box .header-minicart .minicart-wrapper .action.showcart {
  padding: 0;
}
header.page-header.type8 .header.content .header-box .header-minicart .minicart-wrapper .action.showcart::before {
  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;
  font-size: 1.8rem;
  font-family: "icomoon";
  content: "\e902";
  width: 2.9rem;
  height: 2.5rem;
  margin: 0;
}
header.page-header.type8 .header.content .header-box .header-minicart .minicart-wrapper .action.showcart .counter.qty {
  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: 1.5rem;
  height: 1.5rem;
  background: #d73939;
  border-radius: 0.8rem 0 0.8rem 0.8rem;
  margin: 0;
  top: -0.4rem;
  left: unset;
  right: -0.3rem;
}
header.page-header.type8 .header.content .header-box .header-minicart .minicart-wrapper .action.showcart .counter.qty .counter-number {
  font-size: 0.9rem;
}
header.page-header.type8 .header.content .header-box .header-minicart .minicart-wrapper .action.showcart .cartmeu {
  display: none;
}
header.page-header.type8 .header.content .header-search {
  display: none;
  height: 7.2rem;
  padding: 1.6rem 0 1.6rem 0;
}
header.page-header.type8 .header.content .header-search .amsearch-wrapper-input {
  position: initial;
  max-width: -webkit-fill-available;
}
header.page-header.type8 .header.content .header-search.active {
  display: block !important;
}
header.page-header.type8 .header.content .header-search .block.block-search {
  width: 100%;
  max-width: unset;
  margin: 0;
  overflow: unset;
}
header.page-header.type8 .header.content .header-search .block.block-search .form.minisearch .field.search .label {
  display: none;
}
header.page-header.type8 .header.content .header-search .block.block-search .form.minisearch .field.search .control {
  display: block;
  position: relative;
  height: 4rem;
  padding: 0;
  width: 100%;
  z-index: 5;
}
header.page-header.type8 .header.content .header-search .block.block-search .form.minisearch .field.search .control .search-autocomplete .amsearch-results {
  max-width: -webkit-fill-available;
}
header.page-header.type8 .header.content .header-search .block.block-search .form.minisearch .field.search .control input#search {
  font-size: 1.2rem;
  position: unset !important;
  height: 4rem;
  font-weight: 500;
  color: #373737;
  padding: 1.2rem 1.2rem 1.2rem 3.6rem;
  border: 0.07000000000000001rem solid #c5c5c5;
  box-shadow: 0 0.4rem 0.4rem rgba(55, 55, 55, 0.05);
  border-radius: 0.8rem;
}
header.page-header.type8 .header.content .header-search .block.block-search .form.minisearch .field.search .control input#search::placeholder {
  font-size: 1.2rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #c5c5c5;
  font-style: initial;
}
header.page-header.type8 .header.content .header-search .block.block-search .form.minisearch .field.search .control input#search:-ms-input-placeholder {
  font-size: 1.2rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #c5c5c5;
  font-style: initial;
}
header.page-header.type8 .header.content .header-search .block.block-search .form.minisearch .field.search .control input#search::-ms-input-placeholder {
  font-size: 1.2rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #c5c5c5;
  font-style: initial;
}
.autocomplete-suggestions {
  background: #ffffff;
  border: 0.07000000000000001rem solid #c5c5c5;
  border-radius: 0.8rem;
  margin-top: 1rem;
}
.autocomplete-suggestions::before {
  font-size: 0.9rem;
  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;
  font-family: "icomoon" !important;
  content: "\e908" !important;
  color: #373737;
}
.autocomplete-suggestions .autocomplete-suggestion {
  border-bottom: 0.05rem solid #c5c5c5;
  padding: 0.8rem 2.2rem 0.8rem 1.1rem;
}
.autocomplete-suggestions .autocomplete-suggestion .suggestion-left {
  width: 5.3rem;
  height: 5.3rem;
}
.autocomplete-suggestions .autocomplete-suggestion .suggestion-right {
  margin-left: 1.3rem;
  padding: 0;
}
.autocomplete-suggestions .autocomplete-suggestion .suggestion-right .product-name {
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #373737;
  font-weight: 500;
  height: 3rem;
  overflow: hidden;
  white-space: pre-wrap;
  margin: 0;
}
.autocomplete-suggestions .autocomplete-suggestion .suggestion-right .price-box.price-final_price {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-top: 0.6rem;
  padding: 0;
}
.autocomplete-suggestions .autocomplete-suggestion .suggestion-right .price-box.price-final_price .product-price,
.autocomplete-suggestions .autocomplete-suggestion .suggestion-right .price-box.price-final_price .pricerol {
  font-size: 1.5rem;
  color: #373737;
  line-height: 1.8rem;
  font-weight: 700;
}
.autocomplete-suggestions .autocomplete-suggestion .suggestion-right .price-box.price-final_price .old-price {
  display: none;
}
.autocomplete-suggestions .autocomplete-suggestion .suggestion-right .shipblock {
  font-size: 1.1rem;
  margin: 0.6rem 0 0 0;
  padding: 0.4rem 0 0 0.5rem;
  line-height: 1.3rem;
  font-weight: 400;
}
.autocomplete-suggestions .autocomplete-suggestion .suggestion-right .shipblock span {
  color: #373737;
}
.autocomplete-suggestions .autocomplete-suggestion:first-child {
  padding: 2.2rem 2.8rem 0.7rem 1.1rem;
}
.autocomplete-suggestions .autocomplete-suggestion:last-child {
  padding: 0.8rem 2.2rem 4.2rem 1.1rem;
}
.catalog-product-view header.page-header.type8 .pdp-header-search {
  display: block;
}
.catalog-product-view header.page-header.type8 .header.content .header-box .mobile-nav {
  margin-right: 2rem;
}
.catalog-product-view header.page-header.type8 .header.content .header-search {
  height: 0;
  opacity: 0;
  padding: 0;
  transition: 0.4s all ease-in-out;
}
.catalog-product-view header.page-header.type8 .header.content .header-search.active {
  height: 7.2rem;
  opacity: 1;
  padding: 1.6rem 0 1.6rem 0;
}
.catalog-product-view header.page-header.type8 .header.content .header-search.active .block.block-search {
  pointer-events: initial;
}
.catalog-product-view header.page-header.type8.sticky .header.content .header-search {
  display: block;
}
@media (min-width: 375px) {
  .catalog-product-view header.page-header.type8 .header.content .header-box .mobile-nav {
    margin-right: 3rem;
  }
  .menu-links {
    display: none;
  }
}
@media (min-width: 1045px) {
  header.page-header.type8 .header-desktop-logo {
    margin-right: 4rem;
  }
}
@media (min-width: 1100px) {
  header.page-header.type8 .header-desktop-logo {
    margin-right: 8rem;
  }
  header.page-header.type8 .header-desktop-logo .logo {
    max-width: 100%;
  }
}
@media (min-width: 1150px) {
  header.page-header.type8 .header-desktop-logo {
    margin-right: 10rem;
  }
}
@media (min-width: 1200px) {
  header.page-header.type8 .header.content .header-box .custom-desktop-block {
    margin-right: 6rem;
  }
  header.page-header.type8 .header.content .header-box .header-links.top-links-area {
    margin-right: 2.4rem;
  }
  header.page-header.type8 .header.content .header-search {
    width: 50%;
    max-width: 40rem;
  }
}
@media (min-width: 1370px) {
  header.page-header.type8 .header-desktop-logo {
    margin-right: 12rem;
  }
  header.page-header.type8 .header.content .header-box .custom-desktop-block {
    margin-right: 5.5rem;
  }
  header.page-header.type8 .header.content .header-box .header-links.top-links-area {
    margin-right: 6.8rem;
  }
  header.page-header.type8 .header.content .header-box .header-minicart {
    margin: 0;
  }
  header.page-header.type8 .header.content .header-search {
    width: 51rem;
    max-width: unset;
  }
  header.page-header.type8 .header.content .header-search .block.block-search .form.minisearch .field.search .search-category {
    width: 11.7rem !important;
  }
}
.menu-links {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  left: 250px;
}
.menu-links a {
  font-size: 1.4rem;
  font-weight: 600;
  letter-spacing: 0;
  font-family: 'Montserrat', sans-serif;
  color: #ffffff;
}
.menu-links a:hover {
  color: #fff;
  text-decoration: underline;
}
footer.page-footer {
  background: #eaf3fa;
}
footer.page-footer .separator,
footer.page-footer .usp_block {
  display: none;
}
footer.page-footer .footer {
  overflow: hidden;
}
footer.page-footer .footer .footer-middle {
  padding: 0;
  background: #eaf3fa;
}
footer.page-footer .footer .footer-middle .container {
  background: #eaf3fa;
  padding: 0 1.5rem 0 1.5rem !important;
  max-width: 137rem;
}
footer.page-footer .footer .footer-middle .container .facebook-footer img {
  display: block;
  margin: 0 auto;
  margin-top: 15px;
}
footer.page-footer .footer .footer-middle .container .mCol-1 {
  margin-top: 2rem;
}
footer.page-footer .footer .footer-middle .container .page-footer-menu .block {
  margin-bottom: 1.5rem;
}
footer.page-footer .footer .footer-middle .container .page-footer-menu .block-title {
  margin: 0;
  padding: 0;
}
footer.page-footer .footer .footer-middle .container .page-footer-menu .block-title strong {
  font-weight: 700;
  color: #373737;
}
footer.page-footer .footer .footer-middle .container .page-footer-menu .block-title::after {
  font-size: 1.2rem;
  font-family: "icomoon";
  content: "\e905";
  padding: 0;
  font-weight: 400;
  color: #373737;
  width: unset;
  height: unset;
  background: transparent;
}
footer.page-footer .footer .footer-middle .container .page-footer-menu .block-content .links {
  padding-bottom: 1rem;
  margin: 0.5rem 0 0 0;
}
footer.page-footer .footer .footer-middle .container .page-footer-menu .block-content a,
footer.page-footer .footer .footer-middle .container .page-footer-menu .block-content li {
  color: #373737;
}
footer.page-footer .footer .footer-middle .container .mCol-2 {
  border: none;
  margin: 0;
}
footer.page-footer .footer .footer-middle .container .mCol-3 {
  padding-bottom: 0.5rem;
  width: 100%;
}
footer.page-footer .footer .footer-middle .container .mCol-3 .footercontact .icon {
  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;
  background: #3184ca;
  border-radius: 0.8rem 0 0.8rem 0.8rem;
  width: 3rem;
  height: 3rem;
  margin-right: 1.3rem;
}
footer.page-footer .footer .footer-middle .container .mCol-3 .footercontact .icon::before {
  font-size: 1.4rem;
  font-family: "icomoon";
  color: #ffffff;
}
footer.page-footer .footer .footer-middle .container .mCol-3 .footercontact .icon.phone::before {
  content: "\e907";
}
footer.page-footer .footer .footer-middle .container .mCol-3 .footercontact .icon.mail::before {
  content: "\e90b";
}
footer.page-footer .footer .footer-middle .container .mCol-3 .footercontact .icon.location::before {
  content: "\e90a";
}
footer.page-footer .footer .footer-middle .container .mCol-3 .footercontact .info-footer {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 3rem;
  margin-bottom: 1.5rem;
}
footer.page-footer .footer .footer-middle .container .mCol-3 .footercontact .info-footer a,
footer.page-footer .footer .footer-middle .container .mCol-3 .footercontact .info-footer .text {
  font-size: 1.2rem;
  color: #373737;
  font-weight: 500;
  line-height: 1.6rem;
  margin: 0;
  width: 80%;
}
footer.page-footer .footer .footer-middle .container .mCol-4 {
  margin: 0 auto;
}
footer.page-footer .footer .footer-middle .container .footer-payments {
  margin: 0 auto;
  padding-bottom: 1.2rem;
}
footer.page-footer .footer .footer-middle .container .footercustominfo {
  padding: 0 1.5rem 0 1.5rem;
}
footer.page-footer .footer .footer-middle .container .footercustominfo::before,
footer.page-footer .footer .footer-middle .container .footercustominfo::after {
  display: none;
}
footer.page-footer .footer .footer-middle .container .footercustominfo .payment-info {
  margin-top: 1.4rem;
  text-align: center;
}
footer.page-footer .footer .footer-middle .container .footercustominfo .payment-info_title {
  font-size: 1.5rem;
  line-height: 2.4rem;
  color: #373737;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
footer.page-footer .footer .footer-middle .container .footercustominfo .payment-info_cards {
  height: 2.4rem;
  margin-bottom: 1.7rem;
}
footer.page-footer .footer .footer-middle .container .footercustominfo .payment-info_cards img {
  width: 16.7rem;
  height: 2.4rem;
}
footer.page-footer .footer .footer-middle .container .footercustominfo .payment-info_external {
  display: none;
  height: 2.6rem;
}
footer.page-footer .footer .footer-middle .container .footercustominfo .payment-info_external img {
  margin-right: 1rem;
}
footer.page-footer .footer .footer-middle .container .footaddressinfo {
  display: none;
}
footer.page-footer .footer .footer-middle-2 {
  margin: 20px 0;
  display: block;
}
footer.page-footer .footer-bottom {
  background: #eaf3fa;
  padding: 0;
  min-height: unset;
  padding: 0.6rem 0 0.6rem 0;
}
footer.page-footer .footer-bottom .container {
  font-size: 1.2rem;
  color: #000000;
  font-weight: 500;
  background: #eaf3fa;
}
footer.page-footer .footer-bottom .container address {
  line-height: 1.4rem !important;
}
footer.page-footer .footer-bottom .custom-block.f-right {
  display: none;
}
footer.page-footer .footer_anpc {
  width: 100%;
  background: #FEFEFE;
  border: 2px solid #2A3F84;
  border-radius: 10px;
  padding: 30px 12px;
}
footer.page-footer .footer_anpc .anpc-logo {
  flex-basis: 25%;
}
footer.page-footer .footer_anpc .anpc-logo img {
  display: inline-block;
  width: inherit;
}
footer.page-footer .footer_anpc .footer_anpc-info {
  display: inherit;
  flex-basis: 75%;
}
footer.page-footer .footer_anpc .footer_anpc-info .anpc-box span {
  font-size: 1.6rem;
  font-weight: 900;
  line-height: 20px;
  text-transform: uppercase;
  color: #2A3F84;
  display: block;
  margin-bottom: 4px;
  letter-spacing: initial;
  font-family: 'Montserrat', sans-serif;
}
footer.page-footer .footer_anpc .footer_anpc-info .anpc-box a {
  font-size: 1.2rem;
  font-family: 'Arial';
  font-weight: 700;
  line-height: 14px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  display: block;
  width: max-content;
  padding: 12px 30px;
  background: #2A3F84;
  border-radius: 5px;
  letter-spacing: initial;
}
footer.page-footer .footer_anpc .footer_anpc-info .anpc-box.anpc-sal {
  margin-bottom: 20px;
}
@media (min-width: 485px) {
  footer.page-footer .footer .container .facebook-footer img {
    margin: 15px auto !important;
  }
}
@media (min-width: 700px) {
  footer.page-footer .footer .footer-middle .container .facebook-footer img {
    margin: 15px auto !important;
  }
  footer.page-footer .footer .footer-middle .container .footercustominfo {
    padding: 0;
  }
  footer.page-footer .footer .footer-middle .container .footercustominfo .payment-info {
    text-align: left;
  }
  footer.page-footer .footer .footer-middle .container .mCol-3 {
    width: 50%;
  }
  footer.page-footer .footer .footer-middle .container .mCol-4 {
    display: block;
    width: 50%;
    text-align: right;
  }
  footer.page-footer .footer .footer-middle .container .mCol-4 img {
    margin: 15px 0 0 auto !important;
  }
}
@media (min-width: 1150px) {
  footer.page-footer .footer .footer-middle .container .mCol-1 {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 15%;
    flex-basis: 15%;
  }
  footer.page-footer .footer .footer-middle .container .mCol-2 {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 41%;
    flex-basis: 41%;
    padding: 0;
  }
  footer.page-footer .footer .footer-middle .container .mCol-2 .block.footer-categories {
    -webkit-flex-basis: 45%;
    flex-basis: 45%;
  }
  footer.page-footer .footer .footer-middle .container .mCol-3 {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 23%;
    flex-basis: 23%;
    padding: 0;
  }
  footer.page-footer .footer .footer-middle .container .mCol-3 .footercontact .info-footer a,
  footer.page-footer .footer .footer-middle .container .mCol-3 .footercontact .info-footer .text {
    width: 76%;
  }
  footer.page-footer .footer .footer-middle .container div.mCol-4 {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 21%;
    flex-basis: 21%;
    max-width: 21%;
    margin-top: 0;
    display: initial;
  }
  footer.page-footer .footer .footer-middle .container div.mCol-4 img {
    margin: 15px 0 0 auto !important;
  }
  footer.page-footer .footer .footer-middle .container .footer-payments {
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -ms-flex-order: 6;
    -webkit-order: 6;
    order: 6;
    width: 100%;
  }
  footer.page-footer .footer .footer-middle .container .footer-payments .footaddressinfo,
  footer.page-footer .footer .footer-middle .container .footer-payments .footercustominfo {
    width: auto;
  }
  footer.page-footer .footer .footer-middle .container .footer-payments .footaddressinfo {
    margin-right: 150px;
  }
  footer.page-footer .footer .footer-middle .container .separator {
    border: 0.1rem solid rgba(0, 0, 0, 0.05);
    display: block;
    width: 100%;
    height: 0.1rem;
  }
  footer.page-footer .footer .footer-middle .container .separator.top {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
    margin-top: 3.7rem;
    margin-bottom: 3.6rem;
  }
  footer.page-footer .footer .footer-middle .container .separator.bottom {
    -ms-flex-order: 7;
    -webkit-order: 7;
    order: 7;
    margin-top: 3.3rem;
    margin-bottom: -0.1rem;
  }
  footer.page-footer .footer .footer-middle-2 {
    min-height: 50px;
  }
  footer.page-footer .footer-bottom .container address {
    margin-right: 10.3rem;
  }
  footer.page-footer .footer_anpc {
    width: 65%;
    top: -83px;
    padding: 30px 12px;
  }
  footer.page-footer .footer_anpc .footer_anpc-info .anpc-box span {
    font-size: 1.6rem;
  }
}
@media (min-width: 1370px) {
  footer.page-footer .footer .footer-middle .container .row {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  footer.page-footer .footer .footer-middle .container .mCol-1 {
    -webkit-flex-grow: unset;
    flex-grow: unset;
    -webkit-flex-shrink: unset;
    flex-shrink: unset;
    -webkit-flex-basis: unset;
    flex-basis: unset;
    padding: 0;
    width: 11.5rem;
    margin-right: 7rem;
  }
  footer.page-footer .footer .footer-middle .container .mCol-2 {
    -webkit-flex-grow: unset;
    flex-grow: unset;
    -webkit-flex-shrink: unset;
    flex-shrink: unset;
    -webkit-flex-basis: unset;
    flex-basis: unset;
    padding: 0;
    width: 48.5rem;
    margin-right: 5rem;
  }
  footer.page-footer .footer .footer-middle .container .mCol-3 {
    -webkit-flex-grow: unset;
    flex-grow: unset;
    -webkit-flex-shrink: unset;
    flex-shrink: unset;
    -webkit-flex-basis: unset;
    flex-basis: unset;
    width: 30.5rem;
    margin-right: 5rem;
    padding: 0;
  }
  footer.page-footer .footer .footer-middle .container div.mCol-4 {
    -webkit-flex-grow: unset;
    flex-grow: unset;
    -webkit-flex-shrink: unset;
    flex-shrink: unset;
    -webkit-flex-basis: unset;
    flex-basis: unset;
    padding: 0;
    width: 24rem;
    max-width: unset;
    display: initial;
  }
  footer.page-footer .footer_anpc {
    left: 0;
  }
}
.benefits-list {
  max-width: 137rem;
  margin: 0 auto;
  padding: 0 1.5rem 0 1.5rem;
}
.benefits-list .owl-stage-outer {
  padding: 0;
}
.benefits-list .owl-item {
  margin-right: 0.8rem;
}
.benefits-list .owl-item:last-child {
  margin: 0;
}
.benefits-list .benefit {
  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;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 8rem;
  height: 8rem;
  position: relative;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  border-radius: 0.8rem;
}
.benefits-list .benefit .benefit-icon {
  width: 2.5rem;
  height: 2.5rem;
}
.benefits-list .benefit .benefit-icon img {
  width: 100%;
  height: 100%;
}
.benefits-list .benefit .text-area {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.4rem;
  color: #373737;
  text-align: center;
  margin-top: 0.858rem;
}
.benefits-list .benefit .text-area b {
  font-weight: 700;
}
.benefits-list .benefit::after {
  font-size: 2rem;
  content: '\f823';
  font-family: 'porto-icons';
  position: absolute;
  color: #373737;
  opacity: 0;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.2s ease-in-out;
  text-align: center;
  top: 8.5rem;
  height: 0;
  width: 100%;
}
.benefits-list .benefit .info {
  display: none;
  position: absolute;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  padding: 0.7rem;
  border-radius: 0.8rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  background-color: #eaf3fa;
  color: #373737;
  top: 8rem;
  text-align: center;
  height: 0;
  overflow: hidden;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.catalog-product-view .benefits-list,
.catalog-category-view .benefits-list,
.catalogsearch-result-index .benefits-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  padding: 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.catalog-product-view .benefits-list::-webkit-scrollbar,
.catalog-category-view .benefits-list::-webkit-scrollbar,
.catalogsearch-result-index .benefits-list::-webkit-scrollbar {
  display: none;
}
.catalog-product-view .benefits-list .benefit,
.catalog-category-view .benefits-list .benefit,
.catalogsearch-result-index .benefits-list .benefit {
  margin-right: 0.8rem;
  width: 13rem;
  min-width: 8rem;
}
.catalog-product-view .benefits-list .benefit:last-child,
.catalog-category-view .benefits-list .benefit:last-child,
.catalogsearch-result-index .benefits-list .benefit:last-child {
  margin-right: 0;
}
@media only screen and (min-width: 450px) {
  .benefits-list .benefit {
    width: 16rem;
  }
}
@media only screen and (min-width: 1024px) {
  .catalog-product-view .benefits-list {
    margin-bottom: 2rem;
  }
  .catalog-product-view .benefits-list .benefit {
    border: 0.1rem solid rgba(0, 0, 0, 0.1);
    border-radius: 0.8rem;
    max-width: 9.25rem;
    min-width: 9.25rem;
    height: 9.25rem;
    margin-right: 0.5rem;
  }
  .catalog-product-view .benefits-list .benefit .benefit-icon {
    width: 4rem;
    height: 4rem;
  }
  .catalog-product-view .benefits-list .benefit .text-area {
    font-size: 1.4rem;
    margin-top: 0.6rem;
    line-height: 1.6rem;
  }
  .catalog-product-view .benefits-list .benefit .info {
    width: 12.9rem;
  }
  .catalog-product-view .benefits-list .benefit:hover::after {
    top: 7.9rem;
  }
  .catalog-product-view .benefits-list .benefit:hover .info {
    top: 9.8rem;
  }
}
@media only screen and (min-width: 1100px) {
  .catalog-product-view .benefits-list .benefit {
    max-width: initial;
    min-width: 10rem;
    height: 10rem;
  }
  .catalog-product-view .benefits-list .benefit:hover::after {
    top: 8.7rem;
  }
  .catalog-product-view .benefits-list .benefit:hover .info {
    top: 10.6rem;
  }
  .catalog-product-view .benefits-list .benefit:last-child {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1370px) {
  .benefits-list .benefit .info {
    width: 24.5rem;
  }
  .catalog-product-view .benefits-list .benefit {
    margin-right: 1.5rem;
  }
}
@media (min-width: 1370px) {
  .menu-container .container {
    max-width: 137rem;
    margin: 0 auto;
    padding: 0 1.5rem;
    position: relative;
  }
}
.product.media .fotorama .fotorama__stage .fotorama__stage__frame .fotorama__img {
  transition: transform 0.3s ease;
}
.product.media .fotorama .fotorama__stage .fotorama__stage__frame .fotorama__img.zoomed {
  transform: scale(1.1);
}
.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
  max-width: 100% !important;
  max-height: 100% !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
  position: absolute !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}
@media (max-width: 767px) {
  .product.media .fotorama .fotorama__stage .fotorama__stage__frame .fotorama__img {
    width: 430px !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
  }
  .fotorama--fullscreen .fotorama__stage .fotorama__stage__frame .fotorama__img--full {
    width: 430px !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
  }
}
.review_box-summary {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 30px 0 0 0;
}
.review_box-rating,
.review_box-helper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.review_box-note {
  font-size: 6rem;
  font-weight: 500;
  color: #373737;
  line-height: 45px;
  margin: 0 14px 0 0;
}
.review_box-container {
  overflow: hidden;
  margin: 0 0 5px 0;
  width: 110px;
  height: 18px;
  background: url('../../frontend/Leadlion/autogedal/ro_RO//images/rating_star_unfill.svg');
}
.review_box-stars {
  height: 100%;
  background: url('../../frontend/Leadlion/autogedal/ro_RO//images/rating_star_fill.svg');
}
.review_box-count {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 21px;
  color: #373737;
}
.review_box-showmore {
  margin: 9px 0 16px 0;
  cursor: pointer;
}
.review_box-showmore p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 21px;
  text-decoration-line: underline;
  color: #2572b4;
  display: inline;
}
.review_box-showmore span {
  display: inline-block;
}
.review_box-showmore span::after {
  font-size: 1rem;
  font-family: "icomoon";
  content: "\e905";
  margin-left: 9px;
  transform: rotate(180deg);
  transition: transform 0.35s ease-in-out;
  color: #2572b4;
  display: block;
}
.review_box-showmore.close span::after {
  transform: rotate(0deg);
}
.review_box-percent-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 5px 0 26px 0;
}
.review_box-percent-block .value {
  font-size: 3.5rem;
  color: #373737;
  margin-right: 15px;
}
.review_box-percent-block .description {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 14px;
  color: #373737;
}
.review_box-histogram {
  margin: 0 0 29px 0;
}
.review_box-histogram-label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 12px;
}
.review_box-histogram-label:last-child {
  margin-bottom: 0;
}
.review_box-histogram-label:hover {
  text-decoration: initial;
}
.review_box-histogram-number {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 18px;
  color: #373737;
  margin: 0 13px 0 0;
  width: 45px;
}
.review_box-histogram-bar {
  width: 81px;
  height: 6px;
  background: #dcdcdc;
  margin: 0 13px 0 0;
}
.review_box-histogram-bar.active {
  background: #f0cb1c;
}
.review_box-histogram-text {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 18px;
  color: #373737;
}
.review_box-add {
  margin: 0 0 30px 0;
}
.review_box-add-action {
  font-size: 1.6rem;
  background: #f0cb1c;
  border-radius: 8px 0px 8px 8px;
  width: 206px;
  height: 40px;
  display: block;
  text-align: center;
  padding: 10px 0;
  font-weight: 600;
  line-height: 20px;
  color: #ffffff !important;
  margin: 0 auto 10px auto;
  cursor: pointer;
}
.review_box-add-action:hover {
  color: #ffffff;
  text-decoration: initial;
}
.review_box-add-label {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 15px;
  text-align: center;
  color: #373737;
}
@media (min-width: 375px) {
  .review_box-percent-block .description {
    font-size: 1.4rem;
    line-height: 18px;
  }
}
.review_sorting strong {
  font-size: 1.5rem;
  font-weight: 600;
  color: #373737;
  display: block;
  margin: 0 0 12px 0;
}
.review_sorting-box {
  background: #ffffff;
  border-radius: 8px;
  padding: 20px 23px;
}
.review_sorting-sortby {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.review_sorting-sortby-text {
  font-size: 1rem;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  font-weight: 500;
  line-height: 14px;
  color: #373737;
}
.review_sorting-sortby-select {
  border: 1px solid rgba(55, 55, 55, 0.1);
  box-sizing: border-box;
  border-radius: 5px;
  width: 105px;
  height: 30px;
  padding: 4px 10px;
  background-size: 15px 40px;
  background-position-x: 85px;
}
.review_sorting-sortby .action {
  margin-left: 13px;
}
.review_sorting-sortby .action:hover {
  text-decoration: initial;
}
.review_sorting-sortby .action::before {
  display: none;
}
.review_sorting-sortby .action::after {
  font-size: 1.2rem;
  font-family: "icomoon";
  content: "\e91e";
  display: block;
  color: #3184ca;
  text-decoration: none;
}
.review_sorting-sortby .action.sort-asc::after {
  transform: rotate(-180deg);
}
.review_sorting-filters {
  margin: 17px 0 0 0;
  padding: 0;
  list-style: none;
}
.review_sorting-filters-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0 0 18px 0;
}
.review_sorting-filters-item:first-child {
  margin: 17px 0 18px 0;
}
.review_sorting-filters-item:last-child {
  margin: 0;
}
.review_sorting-filters-item input {
  width: 13px;
  height: 13px;
  border: 1px solid #d3d3d3;
  box-sizing: border-box;
  border-radius: 2px;
  margin: 0;
  top: initial;
}
.review_sorting-filters-item label {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 18px;
  color: #373737;
  padding-left: 9px !important;
}
@media (min-width: 375px) {
  .review_sorting-sortby-text {
    font-size: 1.2rem;
    line-height: 22px;
  }
}
.review_box-list-items {
  padding: 0;
  list-style: none;
  margin: 0;
}
.review_box-list .review_sorting_list.show {
  display: block;
}
.review_box-list .review_sorting_list.hide {
  display: none;
}
.review_box-list .review_item {
  margin: 25px 0 25px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 0 0 30px 0;
}
.review_box-list .review_item-details-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
}
.review_box-list .review_item-details-wrap .review-author,
.review_box-list .review_item-details-wrap .review-date {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 21px;
  color: #373737;
  margin: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.review_box-list .review_item-details-wrap .review-date {
  font-weight: 700;
  border: 0;
}
.review_box-list .review_item-details .amreview-recommended {
  font-size: 1.2rem;
  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;
  margin: 6px 0 0 0;
  background: #6aac4b;
  border-radius: 0px 8px 8px 8px;
  height: 40px;
  width: 154px;
  font-weight: 500;
  color: #ffffff;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.review_box-list .review_item-details .amreview-verified {
  font-size: 1.2rem;
  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;
  background: #3184ca;
  border-radius: 0px 8px 8px 8px;
  height: 24px;
  padding: 0 8px;
  font-weight: 500;
  color: #ffffff;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.review_box-list .review_item-description {
  margin: 18px 0 0 0;
}
.review_box-list .review_item-description .review-title-wrap .review-title {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 18px;
  color: #373737;
  margin: 0;
}
.review_box-list .review_item-description .review-title-wrap .mobile-hidden {
  display: none;
}
.review_box-list .review_item-description .review_item-rating-wrap {
  overflow: hidden;
  width: 110px;
  height: 18px;
  background: url('../../frontend/Leadlion/autogedal/ro_RO//images/rating_star_unfill.svg');
}
.review_box-list .review_item-description .review_item-rating-wrap .amstars-stars {
  background: url('../../frontend/Leadlion/autogedal/ro_RO//images/rating_star_fill.svg');
  height: 100%;
  margin: 0;
}
.review_box-list .review_item-description .review_item-rating-note {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  margin: 8px 0 11px 0;
}
.review_box-list .review_item-description .review_item-rating-note .review-title-help {
  width: 50%;
  text-align: right;
}
.review_box-list .review_item-description .review_item-rating-note .review-title-help .amrev-voteqty {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 21px;
  color: #373737;
}
.review_box-list .review_item-description .review_item-rating-description {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 21px;
  color: #373737;
}
.review_box-list .review_item-description .review_item-adminanswer {
  margin: 10px 0 0 19px;
}
.review_box-list .review_item-description .review_item-adminanswer-title {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 21px;
  color: #3184ca;
  margin: 0 0 4px 0;
}
.review_box-list .review_item-description .review_item-adminanswer-details {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 21px;
  color: #373737;
}
.review_box-list .review_item-description .review_item-comment-toolbar {
  margin-top: 12px;
}
.review_box-list .review_item-description .review_item-comment-toolbar .amreview-helpful-wrap {
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  padding: 0;
}
.review_box-list .review_item-description .review_item-comment-toolbar .amreview-helpful-wrap .amreview-helpful {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 21px;
  color: #373737;
}
.review_box-list .review_item-description .review_item-comment-toolbar .amreview-plus {
  margin: 0;
}
.review_box-list .review_item-description .review_item-comment-toolbar-btns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 20px 0;
}
.review_box-list .review_item-description .review_item-comment-toolbar-reply-btn {
  font-size: 1.4rem;
  font-family: 'Montserrat', sans-serif;
  background: #f5f7f8;
  border: 1px solid #3184ca;
  box-sizing: border-box;
  border-radius: 0px 8px 8px 8px;
  width: 100px;
  height: 40px;
  font-weight: 500;
  color: #3184ca;
  padding: 0;
}
.review_box-list .review_item-description .review_item-comment-toolbar-comment-btn {
  font-size: 1.4rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-weight: 500;
  line-height: 21px;
  color: #373737;
  background: transparent;
  border: initial;
  font-family: 'Montserrat', sans-serif;
}
.review_box-list .review_item-description .review_item-comment-toolbar-comment-btn::before {
  display: none;
  width: 1px;
  background: rgba(55, 55, 55, 0.1);
  content: '';
  height: 100%;
  margin: 0 29px;
}
.review_box-list .review_item-description .amreview-proscons-container {
  margin: 28px 0 0 0;
}
.review_box-list .review_item-description .amrev-comment-block {
  background: #ffffff;
  border-radius: 8px;
  margin: 0;
}
.review_box-list .review_item-description .amrev-comment-block .amrev-comment-list.-active {
  margin: 15px 0 0 0;
  padding: 15px 15px 0 15px;
}
.review_box-list .review_item-description .amrev-comment-block .amrev-comment-list .amrev-title {
  display: none;
}
.review_box-list .review_item-description .amrev-comment-block .amrev-comment-list .amrev-list .amrev-date,
.review_box-list .review_item-description .amrev-comment-block .amrev-comment-list .amrev-list .amrev-name,
.review_box-list .review_item-description .amrev-comment-block .amrev-comment-list .amrev-list .amreview-text {
  color: #373737;
}
.review_box-list .review_item-description .amrev-comment-block .amrev-comment-list .amrev-list .amreview-text {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 21px;
}
.review_box-list .review_item-description .amrev-comment-block .amrev-comment-form {
  padding: 0 15px 15px 15px;
  margin: 15px 0 0 0;
}
.review_box-list .review_item-description .amrev-comment-block .amrev-comment-form .amrev-title {
  font-size: 1.2rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 15px;
  color: #373737;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.review_box-list .review_item-description .amrev-comment-block .amrev-comment-form .amrev-form .amrev-fieldset {
  margin: 0;
}
.review_box-list .review_item-description .amrev-comment-block .amrev-comment-form .amrev-form .amrev-fieldset .amrev-field {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  margin: 10px 0 0 0;
}
.review_box-list .review_item-description .amrev-comment-block .amrev-comment-form .amrev-form .amrev-fieldset .amrev-field input,
.review_box-list .review_item-description .amrev-comment-block .amrev-comment-form .amrev-form .amrev-fieldset .amrev-field textarea {
  font-size: 1.4rem;
  font-family: 'Montserrat', sans-serif;
  padding: 9px 15px;
  border-radius: 8px;
  height: 40px;
  background: #ffffff;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 500;
  line-height: 21px;
  color: #373737;
  resize: none;
}
.review_box-list .review_item-description .amrev-comment-block .amrev-comment-form .amrev-form .amrev-fieldset .amrev-field input::-webkit-input-placeholder,
.review_box-list .review_item-description .amrev-comment-block .amrev-comment-form .amrev-form .amrev-fieldset .amrev-field textarea::-webkit-input-placeholder {
  font-size: 1.4rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 21px;
  color: #969696 !important;
}
.review_box-list .review_item-description .amrev-comment-block .amrev-comment-form .amrev-form .amrev-fieldset .amrev-field input:-ms-input-placeholder,
.review_box-list .review_item-description .amrev-comment-block .amrev-comment-form .amrev-form .amrev-fieldset .amrev-field textarea:-ms-input-placeholder {
  font-size: 1.4rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 21px;
  color: #969696 !important;
}
.review_box-list .review_item-description .amrev-comment-block .amrev-comment-form .amrev-form .amrev-fieldset .amrev-field input::placeholder,
.review_box-list .review_item-description .amrev-comment-block .amrev-comment-form .amrev-form .amrev-fieldset .amrev-field textarea::placeholder {
  font-size: 1.4rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 21px;
  color: #969696 !important;
}
.review_box-list .review_item-description .amrev-comment-block .amrev-comment-form .amrev-form .amrev-fieldset .amrev-field input.mage-error,
.review_box-list .review_item-description .amrev-comment-block .amrev-comment-form .amrev-form .amrev-fieldset .amrev-field textarea.mage-error {
  border: 1px solid #d73939;
}
.review_box-list .review_item-description .amrev-comment-block .amrev-comment-form .amrev-form .amrev-fieldset .amrev-field div.mage-error {
  position: relative;
  margin: 0 0 0 4px;
}
.review_box-list .review_item-description .amrev-comment-block .amrev-comment-form .amrev-form .amrev-fieldset .amrev-field textarea {
  height: 80px;
}
.review_box-list .review_item-description .amrev-comment-block .amrev-comment-form .amrev-btn {
  font-size: 1.4rem;
  font-family: 'Montserrat', sans-serif;
  background: #3184ca;
  border-radius: 8px 0px 8px 8px;
  width: 184px;
  height: 40px;
  padding: 0;
  font-weight: 500;
}
@media (max-width: 374px) {
  .review_box-list .review_item-details-wrap {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    gap: 8px;
  }
  .review_box-list .review_item-details-wrap .review-author,
  .review_box-list .review_item-details-wrap .review-date {
    font-size: 1.3rem;
    line-height: 18px;
  }
  .review_box-list .review_item-details-wrap .amreview-verified,
  .review_box-list .review_item-details-wrap .amreview-recommended {
    width: auto;
    min-width: 120px;
    height: 32px;
    font-size: 1.1rem;
  }
}
@media (min-width: 375px) {
  .review_box-list .review_item-details-wrap {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    display: block;
  }
  .review_box-list .review_item-details-wrap .review-author {
    display: block;
    font-size: 1.3rem;
  }
  .review_box-list .review_item-details-wrap .review-date {
    padding: 0;
  }
  .review_box-list .review_item-details-wrap .amreview-verified,
  .review_box-list .review_item-details-wrap .amreview-recommended {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
  }
  .review_box-list .review_item-description .review_item-comment-toolbar .amreview-helpful-wrap .amreview-helpful {
    font-size: 1.4rem;
  }
  .review_box-list .review_item-description .review_item-comment-toolbar-comment-btn::before {
    display: block;
  }
}
@media (min-width: 480px) and (max-width: 768px) {
  .review_box-list .review_item-details-wrap {
    gap: 12px;
  }
  .review_box-list .review_item-details-wrap .amreview-verified,
  .review_box-list .review_item-details-wrap .amreview-recommended {
    width: auto;
    min-width: 140px;
  }
}
@media (min-width: 1400px) {
  .review_box-list .review_item-description .amrev-comment-block .amrev-comment-form .amrev-form {
    position: relative;
  }
  .review_box-list .review_item-description .amrev-comment-block .amrev-comment-form .amrev-form .amrev-fieldset .amrev-field {
    max-width: 350px;
  }
  .review_box-list .review_item-description .amrev-comment-block .amrev-comment-form .amrev-form .amrev-fieldset .amrev-field:nth-child(2) {
    margin: 17px auto 0 22px;
  }
  .review_box-list .review_item-description .amrev-comment-block .amrev-comment-form .amrev-form .amrev-fieldset .amrev-field:last-child {
    max-width: 719px;
  }
  .review_box-list .review_item-description .amrev-comment-block .amrev-comment-form .amrev-btn {
    position: absolute;
    right: 55px;
  }
}
.review-add-form fieldset,
.review-field-summary fieldset {
  border: none;
  padding: 0;
  margin: 0;
}
.review-add-form .review-product-name,
.review-field-summary .review-product-name {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 21px;
  color: #373737;
  text-transform: uppercase;
  padding: 0;
}
.review-add-form .review-field-ratings,
.review-field-summary .review-field-ratings {
  margin: 20px 0 25px 0;
}
.review-add-form .review-field-ratings div.mage-error,
.review-field-summary .review-field-ratings div.mage-error {
  position: relative;
  margin: 0 0 0 4px;
}
.review-add-form .review-field-ratings .review-field-rating .review-label,
.review-field-summary .review-field-ratings .review-field-rating .review-label {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 21px;
  color: #373737;
  margin-right: 9px;
}
.review-add-form .review-field-ratings .review-field-rating .review-control-vote,
.review-field-summary .review-field-ratings .review-field-rating .review-control-vote {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  overflow: visible;
  margin: 0;
}
.review-add-form .review-field-ratings .review-field-rating .review-control-vote::before,
.review-field-summary .review-field-ratings .review-field-rating .review-control-vote::before {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.8rem !important;
  font-family: "icomoon";
  letter-spacing: 0.3rem !important;
  color: #969696;
  line-height: initial !important;
  content: "\e914 \e914 \e914 \e914 \e914";
  transition: 0.1s all ease-in;
  position: initial;
  margin: 0;
}
.review-add-form .review-field-ratings .review-field-rating .review-control-vote input[type='radio'],
.review-field-summary .review-field-ratings .review-field-rating .review-control-vote input[type='radio'] {
  position: relative;
  height: 0.1rem;
  margin: 0;
}
.review-add-form .review-field-ratings .review-field-rating .review-control-vote label,
.review-field-summary .review-field-ratings .review-field-rating .review-control-vote label {
  position: absolute;
  cursor: pointer;
  top: 0;
  padding: unset;
  line-height: unset;
  display: block;
}
.review-add-form .review-field-ratings .review-field-rating .review-control-vote label::before,
.review-field-summary .review-field-ratings .review-field-rating .review-control-vote label::before {
  font-size: 1.8rem !important;
  font-family: "icomoon";
  color: #f8980e;
  letter-spacing: 0.3rem !important;
  line-height: initial !important;
  border: 0;
  background: transparent;
  box-shadow: none;
  transition: 0.1s all ease-in;
  position: initial;
  margin: 0;
}
.review-add-form .review-field-ratings .review-field-rating .review-control-vote label::after,
.review-field-summary .review-field-ratings .review-field-rating .review-control-vote label::after {
  display: none;
}
.review-add-form .review-field-ratings .review-field-rating .review-control-vote label.rating-1::before,
.review-field-summary .review-field-ratings .review-field-rating .review-control-vote label.rating-1::before {
  content: "\e914";
}
.review-add-form .review-field-ratings .review-field-rating .review-control-vote label.rating-2::before,
.review-field-summary .review-field-ratings .review-field-rating .review-control-vote label.rating-2::before {
  content: "\e914 \e914";
}
.review-add-form .review-field-ratings .review-field-rating .review-control-vote label.rating-3::before,
.review-field-summary .review-field-ratings .review-field-rating .review-control-vote label.rating-3::before {
  content: "\e914 \e914 \e914";
}
.review-add-form .review-field-ratings .review-field-rating .review-control-vote label.rating-4::before,
.review-field-summary .review-field-ratings .review-field-rating .review-control-vote label.rating-4::before {
  content: "\e914 \e914 \e914 \e914";
}
.review-add-form .review-field-ratings .review-field-rating .review-control-vote label.rating-5::before,
.review-field-summary .review-field-ratings .review-field-rating .review-control-vote label.rating-5::before {
  content: "\e914 \e914 \e914 \e914 \e914";
}
.review-add-form .review-field,
.review-field-summary .review-field {
  margin: 0 0 20px 0;
  box-sizing: border-box;
}
.review-add-form .review-field input,
.review-field-summary .review-field input,
.review-add-form .review-field textarea,
.review-field-summary .review-field textarea {
  font-size: 1.4rem;
  padding: 9px 15px;
  border-radius: 8px;
  height: 40px;
  background: #ffffff;
  box-sizing: border-box;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  font-weight: 500;
  line-height: 21px;
  color: #373737;
}
.review-add-form .review-field input::-webkit-input-placeholder,
.review-field-summary .review-field input::-webkit-input-placeholder,
.review-add-form .review-field textarea::-webkit-input-placeholder,
.review-field-summary .review-field textarea::-webkit-input-placeholder {
  font-size: 1.4rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 21px;
  color: #969696 !important;
}
.review-add-form .review-field input:-ms-input-placeholder,
.review-field-summary .review-field input:-ms-input-placeholder,
.review-add-form .review-field textarea:-ms-input-placeholder,
.review-field-summary .review-field textarea:-ms-input-placeholder {
  font-size: 1.4rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 21px;
  color: #969696 !important;
}
.review-add-form .review-field input::placeholder,
.review-field-summary .review-field input::placeholder,
.review-add-form .review-field textarea::placeholder,
.review-field-summary .review-field textarea::placeholder {
  font-size: 1.4rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 21px;
  color: #969696 !important;
}
.review-add-form .review-field input.mage-error,
.review-field-summary .review-field input.mage-error,
.review-add-form .review-field textarea.mage-error,
.review-field-summary .review-field textarea.mage-error {
  border: 1px solid #d73939;
}
.review-add-form .review-field div.mage-error,
.review-field-summary .review-field div.mage-error {
  position: relative;
  margin: 0 0 0 4px;
}
.review-add-form .review-field.review-field-text textarea,
.review-field-summary .review-field.review-field-text textarea {
  height: 190px;
  padding: 15px;
}
.review-add-form .review-field.advantages,
.review-field-summary .review-field.advantages,
.review-add-form .review-field.disadvantages,
.review-field-summary .review-field.disadvantages {
  margin: -4px 0 20px 0;
}
.review-add-form .review-field.advantages textarea,
.review-field-summary .review-field.advantages textarea,
.review-add-form .review-field.disadvantages textarea,
.review-field-summary .review-field.disadvantages textarea {
  height: 96px;
  padding: 15px;
  resize: unset;
}
.review-add-form .review-field-image,
.review-field-summary .review-field-image {
  margin: -4px 0 20px 0;
}
.review-add-form .review-field-image .label,
.review-field-summary .review-field-image .label {
  font-size: 1.2rem;
  font-weight: 500;
  color: #373737;
  margin: 0;
  width: initial;
  margin-right: 10px;
}
.review-add-form .review-field-image input,
.review-field-summary .review-field-image input {
  width: 150px;
}
.review-add-form .review-field-recommended,
.review-field-summary .review-field-recommended,
.review-add-form .review-field-gdpr,
.review-field-summary .review-field-gdpr {
  margin: 16px 0 12px 0;
}
.review-add-form .review-field-recommended div.mage-error,
.review-field-summary .review-field-recommended div.mage-error,
.review-add-form .review-field-gdpr div.mage-error,
.review-field-summary .review-field-gdpr div.mage-error {
  display: none !important;
}
.review-add-form .review-field-recommended .amreview-checkboxlabel,
.review-field-summary .review-field-recommended .amreview-checkboxlabel,
.review-add-form .review-field-gdpr .amreview-checkboxlabel,
.review-field-summary .review-field-gdpr .amreview-checkboxlabel {
  font-size: 1.2rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  font-weight: 500;
  line-height: 18px;
  color: #373737;
  padding: 0 15px 0 25px;
}
.review-add-form .review-field-recommended .amreview-checkboxlabel a,
.review-field-summary .review-field-recommended .amreview-checkboxlabel a,
.review-add-form .review-field-gdpr .amreview-checkboxlabel a,
.review-field-summary .review-field-gdpr .amreview-checkboxlabel a {
  text-decoration: underline;
  color: #373737;
}
.review-add-form .review-field-recommended .amreview-checkboxlabel::before,
.review-field-summary .review-field-recommended .amreview-checkboxlabel::before,
.review-add-form .review-field-gdpr .amreview-checkboxlabel::before,
.review-field-summary .review-field-gdpr .amreview-checkboxlabel::before {
  left: 0;
  right: initial;
  background: #ffffff;
  border: 1px solid #d3d3d3;
  box-sizing: border-box;
  border-radius: 2px;
  width: 13px;
  height: 13px;
}
.review-add-form .review-field-recommended .amreview-checkboxlabel::after,
.review-field-summary .review-field-recommended .amreview-checkboxlabel::after,
.review-add-form .review-field-gdpr .amreview-checkboxlabel::after,
.review-field-summary .review-field-gdpr .amreview-checkboxlabel::after {
  left: 1px;
  top: 4px !important;
  transform: scale(0.8);
}
.review-add-form .review-field-gdpr,
.review-field-summary .review-field-gdpr {
  margin: 0 0 23px 0;
}
.review-add-form .review-field-gdpr .amreview-checkboxlabel,
.review-field-summary .review-field-gdpr .amreview-checkboxlabel {
  display: block;
}
.review-add-form .review-field-gdpr .amreview-checkboxlabel .asterix,
.review-field-summary .review-field-gdpr .amreview-checkboxlabel .asterix {
  margin: 0;
}
.review-form-actions {
  padding-bottom: 33px;
}
.review-form-actions button.action.submit.primary {
  background: #f0cb1c;
  border-radius: 8px 0px 8px 8px;
  width: 161px;
  height: 40px;
  border: initial;
  padding: 0;
}
.review-form-actions button.action.submit.primary span {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 20px;
}
.review-box-content .mobile-hidden {
  display: none;
}
.gdpr-customer-settings .page-wrapper .page-title-wrapper .page-title {
  font-size: 2.5rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 30px;
  color: #373737;
  border: 0;
}
.gdpr-customer-settings .block-privacy .block-title {
  font-size: 1.6rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 35px;
  color: #373737;
}
.gdpr-customer-settings .block-privacy .amgdpr-block-content .policy-content {
  font-size: 1.4rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 25px;
  color: #373737;
}
.gdpr-customer-settings .block-privacy .amgdpr-block-content .policy-content > strong {
  color: #e84118;
}
.gdpr-customer-settings .block-privacy .amgdpr-block-content .field.password input.privacy-input {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  border-radius: 8px;
  height: 40px;
}
.gdpr-customer-settings .block-privacy .amgdpr-block-content .field.checkbox .accept {
  font-size: 1.3rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 16px;
  color: #373737;
}
.gdpr-customer-settings .block-privacy .amgdpr-block-content .amgdpr-actions-toolbar {
  margin: 20px 0;
}
.gdpr-customer-settings .block-privacy .amgdpr-block-content .amgdpr-actions-toolbar .primary {
  width: 14.5rem;
  height: 4rem;
  border-radius: 0.8rem 0 0.8rem 0.8rem !important;
  text-transform: lowercase;
}
.gdpr-customer-settings .block-privacy .amgdpr-block-content .amgdpr-actions-toolbar .primary::first-letter {
  text-transform: uppercase;
}
.gdpr-customer-settings .block-privacy .amgdpr-block-content .amgdpr-actions-toolbar .primary:hover {
  background-color: #3184ca;
  border: 1px solid #3184ca;
}
.amsearch-overlay-block,
.amsearch-overlay {
  display: none !important;
}
header.page-header .amsearch-wrapper-block {
  margin: 0;
  padding: 0;
  float: initial;
  width: 100%;
}
header.page-header .amsearch-wrapper-block .-opened {
  width: auto !important;
}
header.page-header .amsearch-wrapper-block::before {
  display: none;
}
header.page-header .amsearch-wrapper-block .amsearch-button.-loupe {
  left: 10px;
  width: 14px;
  height: 14px;
  opacity: 1;
  background-size: initial;
  right: unset;
}
header.page-header .amsearch-wrapper-block .amsearch-loader-block {
  right: 10px;
}
header.page-header .amsearch-wrapper-block .amsearch-button.-close {
  display: none;
}
header.page-header .amsearch-wrapper-block .amsearch-items-section {
  padding: 0;
  max-width: initial;
}
.menu-container .amsearch-wrapper-block .form.minisearch .amsearch-input-wrapper {
  width: auto !important;
}
body.catalog-product-view .fotorama__fullscreen-icon::before {
  font-size: 4rem !important;
}
body.catalog-product-view .product.media .fotorama-video-container .zoomImg {
  display: none !important;
}
body.catalog-product-view .product.media .fotorama-video-container .product-video {
  height: 100%;
}
body.catalog-product-view .page.messages {
  margin: 55px 0 10px 0;
}
body.catalog-product-view .page.messages .container {
  max-width: 137rem;
  padding: 0 1.5rem;
  margin: 0 auto;
}
body.catalog-product-view .page.messages .messages {
  max-width: 137rem;
  margin: 0 auto;
}
body.catalog-product-view .page.messages .success.message {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0;
  padding: 1.5rem 1.5rem 1.5rem 5.1rem;
  background: rgba(106, 172, 75, 0.2);
  color: #373737;
}
body.catalog-product-view .page.messages .success.message div::before {
  font-size: 1.2rem;
  font-family: "icomoon";
  content: "\e915";
  font-weight: 400;
  margin: 0;
  color: #6aac4b;
  width: 5.5rem;
  top: 50%;
  transform: translateY(-50%);
}
body.catalog-product-view .sticky-product {
  display: none;
}
body.catalog-product-view .page-main .desktop-product-details {
  display: none;
}
body.catalog-product-view .page-main .columns .column.main {
  padding: 0 !important;
  max-width: 100%;
}
body.catalog-product-view .page-title-wrapper.product {
  padding: 0 1.5rem;
}
body.catalog-product-view .page-title-wrapper.product .page-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.2rem;
  color: #373737;
  padding: 0;
  border: none;
  margin: 0 0 15px;
}
body.catalog-product-view .product.media {
  position: relative;
  width: 100% !important;
  padding: 0 1.5rem;
}
body.catalog-product-view .product.media .discount {
  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;
  position: absolute;
  top: 2rem;
  right: 1.5rem;
  z-index: 4;
  background: #d73939;
  border-radius: 0.8rem 0 0 0.8rem;
  width: 3.8rem;
  height: 2.5rem;
}
body.catalog-product-view .product.media .discount .discount-text {
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 600;
  color: #ffffff;
  margin: 0;
}
body.catalog-product-view .product.media .discount .discount-text sup {
  font-size: 1.2rem;
  top: 0;
}
body.catalog-product-view .product.media .gift-wrapper {
  position: absolute;
  bottom: 41px;
  right: 1.5rem;
  z-index: 4;
  height: 2.5rem;
}
body.catalog-product-view .product.media .gift-wrapper .gift-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: relative;
  background: rgba(106, 172, 75, 0.3);
  border-radius: 0 0.8rem 0.8rem 0;
  width: 16.3rem;
  height: 2.5rem;
}
body.catalog-product-view .product.media .gift-wrapper .gift {
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 600;
  color: #6aac4b;
  margin: 0;
  padding-left: 1.2rem;
}
body.catalog-product-view .product.media .gift-wrapper .gift-icon::after {
  font-size: 1.2rem;
  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;
  font-family: "icomoon";
  content: "\e911";
  color: #ffffff;
  font-weight: 400;
  background: #6aac4b;
  border-radius: 0.8rem 0;
  width: 2.5rem;
  height: 2.5rem;
  position: absolute;
  right: 0;
  top: 0;
}
body.catalog-product-view .product.media .best-sell-product {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  position: absolute;
  top: 4.9rem;
  left: 1.5rem;
  z-index: 4;
  height: 2.5rem;
  background: rgba(106, 172, 75, 0.3);
  border-radius: 0 0.8rem 0.8rem 0;
}
body.catalog-product-view .product.media .best-sell-product_text {
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-weight: 600;
  color: #6aac4b;
  margin: 0;
  padding: 0 1.2rem 0 1.2rem;
}
body.catalog-product-view .product.media .fotorama__arr--prev,
body.catalog-product-view .product.media .fotorama__arr--next {
  display: block !important;
}
body.catalog-product-view .product.media .fotorama__arr--prev .fotorama__arr__arr,
body.catalog-product-view .product.media .fotorama__arr--next .fotorama__arr__arr {
  transform: none;
  width: 2rem;
  display: block;
}
body.catalog-product-view .product.media .fotorama__arr--prev .fotorama__arr__arr::before,
body.catalog-product-view .product.media .fotorama__arr--next .fotorama__arr__arr::before {
  font-size: 2.5rem;
  color: #373737;
}
body.catalog-product-view .product.media .fotorama__arr--prev .fotorama__arr__arr {
  left: 0.5rem;
}
body.catalog-product-view .product.media .fotorama__arr--next .fotorama__arr__arr {
  right: 0;
}
body.catalog-product-view .product.media .fotorama-item .fotorama__stage {
  max-height: 34.4rem;
  margin-bottom: 1.1rem;
  margin-top: 0;
}
body.catalog-product-view .product.media .fotorama-item .fotorama__stage__frame .fotorama__img {
  max-height: 34.4rem !important;
}
body.catalog-product-view .product.media .fotorama-item .fotorama__stage__shaft {
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
}
body.catalog-product-view .product.media .fotorama-item .fotorama__stage__shaft img {
  padding: 0;
}
body.catalog-product-view .product.media .fotorama__nav--dots {
  text-align: left;
}
body.catalog-product-view .product.media .fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  border: 0.1rem solid rgba(0, 0, 0, 0.1) !important;
  width: 8rem;
  height: 8rem;
}
body.catalog-product-view .product.media .fotorama__nav__shaft {
  max-width: 100%;
}
body.catalog-product-view .moved-mobile-product-action,
body.catalog-product-view .moved-desktop-product-action {
  position: absolute;
  bottom: 4rem;
  left: 2.5rem;
  z-index: 1;
}
body.catalog-product-view .moved-mobile-product-action .product-addto-links,
body.catalog-product-view .moved-desktop-product-action .product-addto-links {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
body.catalog-product-view .moved-mobile-product-action .action.towishlist,
body.catalog-product-view .moved-desktop-product-action .action.towishlist,
body.catalog-product-view .moved-mobile-product-action .action.tocompare,
body.catalog-product-view .moved-desktop-product-action .action.tocompare {
  background: #ffffff;
  border: 0.1rem solid #d6d6d6;
  border-radius: 0.8rem 0 0.8rem 0.8rem;
  width: 2.7rem;
  height: 2.7rem;
  line-height: initial;
  vertical-align: unset;
  letter-spacing: unset;
  margin: 0;
}
body.catalog-product-view .moved-mobile-product-action .action.towishlist::before,
body.catalog-product-view .moved-desktop-product-action .action.towishlist::before,
body.catalog-product-view .moved-mobile-product-action .action.tocompare::before,
body.catalog-product-view .moved-desktop-product-action .action.tocompare::before {
  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;
  font-size: 1.2rem !important;
  border-radius: 0.8rem 0 0.8rem 0.8rem;
  width: 2.7rem;
  height: 2.7rem;
  font-family: "icomoon" !important;
  font-weight: 400;
  position: relative;
  top: -0.1rem;
}
body.catalog-product-view .moved-mobile-product-action .action.towishlist::before,
body.catalog-product-view .moved-desktop-product-action .action.towishlist::before {
  content: "\e91a";
  color: #d73939;
  left: -0.05rem;
}
body.catalog-product-view .moved-mobile-product-action .action.tocompare,
body.catalog-product-view .moved-desktop-product-action .action.tocompare {
  margin-left: 0.6rem;
}
body.catalog-product-view .moved-mobile-product-action .action.tocompare::before,
body.catalog-product-view .moved-desktop-product-action .action.tocompare::before {
  content: "\e90d";
  color: #d6d6d6;
}
body.catalog-product-view .product-info-main {
  width: 100% !important;
  padding: 0 1.5rem !important;
}
body.catalog-product-view .product-info-main .product-add-form .product-price-action .product-price-buy {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
body.catalog-product-view .product-info-main .product-add-form .product-price-action .product-price .price-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  padding: 0;
  float: unset;
}
body.catalog-product-view .product-info-main .product-add-form .product-price-action .product-price .price-box .price,
body.catalog-product-view .product-info-main .product-add-form .product-price-action .product-price .price-box .pricerol {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1rem;
  color: #373737;
}
body.catalog-product-view .product-info-main .product-add-form .product-price-action .product-price .price-box .pricerol {
  display: inline-block;
  margin-left: 0.7rem;
}
body.catalog-product-view .product-info-main .product-add-form .product-price-action .product-price .price-box .special-price {
  font-size: 1.4rem;
  padding: 0;
  border: none;
}
body.catalog-product-view .product-info-main .product-add-form .product-price-action .product-price .price-box .special-price .price,
body.catalog-product-view .product-info-main .product-add-form .product-price-action .product-price .price-box .special-price .pricerol {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1rem;
  color: #373737;
}
body.catalog-product-view .product-info-main .product-add-form .product-price-action .product-price .price-box .special-price .pricerol {
  display: inline-block;
  margin-left: 0.7rem;
}
body.catalog-product-view .product-info-main .product-add-form .product-price-action .product-price .price-box .old-price {
  line-height: unset;
}
body.catalog-product-view .product-info-main .product-add-form .product-price-action .product-price .price-box .old-price .price,
body.catalog-product-view .product-info-main .product-add-form .product-price-action .product-price .price-box .old-price .pricerol {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1rem;
  color: #373737;
}
body.catalog-product-view .product-info-main .product-add-form .product-price-action .product-price.out-stock .price-box .price,
body.catalog-product-view .product-info-main .product-add-form .product-price-action .product-price.out-stock .price-box .pricerol {
  color: #909090;
}
body.catalog-product-view .product-info-main .product-add-form .product-price-action .product-price.out-stock .price-box .special-price .price,
body.catalog-product-view .product-info-main .product-add-form .product-price-action .product-price.out-stock .price-box .old-price .price,
body.catalog-product-view .product-info-main .product-add-form .product-price-action .product-price.out-stock .price-box .special-price .pricerol,
body.catalog-product-view .product-info-main .product-add-form .product-price-action .product-price.out-stock .price-box .old-price .pricerol {
  color: #909090;
}
body.catalog-product-view .product-info-main .product-add-form .product-price-action .product-add-btn .action.primary.tocart,
body.catalog-product-view .product-info-main .product-add-form .product-price-action .product-add-btn .amshopby-button.tocart,
body.catalog-product-view .product-info-main .product-add-form .product-price-action .product-add-btn .am-filter-go.tocart {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #3184ca;
  border-radius: 0.8rem;
  width: 17.5rem;
  height: 4rem;
  border: none;
  position: relative;
  padding: 0 0 0 1.3rem;
  text-align: left;
}
body.catalog-product-view .product-info-main .product-add-form .product-price-action .product-add-btn .action.primary.tocart .add-tocart,
body.catalog-product-view .product-info-main .product-add-form .product-price-action .product-add-btn .action.primary.tocart .free-shipping,
body.catalog-product-view .product-info-main .product-add-form .product-price-action .product-add-btn .amshopby-button.tocart .add-tocart,
body.catalog-product-view .product-info-main .product-add-form .product-price-action .product-add-btn .amshopby-button.tocart .free-shipping,
body.catalog-product-view .product-info-main .product-add-form .product-price-action .product-add-btn .am-filter-go.tocart .add-tocart,
body.catalog-product-view .product-info-main .product-add-form .product-price-action .product-add-btn .am-filter-go.tocart .free-shipping {
  font-size: 1.3rem;
  line-height: 1.4rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
}
body.catalog-product-view .product-info-main .product-add-form .product-price-action .product-add-btn .action.primary.tocart .free-shipping,
body.catalog-product-view .product-info-main .product-add-form .product-price-action .product-add-btn .amshopby-button.tocart .free-shipping,
body.catalog-product-view .product-info-main .product-add-form .product-price-action .product-add-btn .am-filter-go.tocart .free-shipping {
  font-weight: 400;
  text-transform: initial;
}
body.catalog-product-view .product-info-main .product-add-form .product-price-action .product-add-btn .action.primary.tocart::after,
body.catalog-product-view .product-info-main .product-add-form .product-price-action .product-add-btn .amshopby-button.tocart::after,
body.catalog-product-view .product-info-main .product-add-form .product-price-action .product-add-btn .am-filter-go.tocart::after {
  font-size: 1.8rem;
  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;
  font-family: "icomoon";
  content: "\e902";
  color: #ffffff;
  font-weight: 400;
  background: #2573b4;
  border-radius: 0.8rem 0;
  width: 4rem;
  height: 4rem;
  position: absolute;
  right: 0;
  top: 0;
}
body.catalog-product-view .product-info-main .product-add-form .product-price-action .product-add-btn.out-stock .action.primary.tocart,
body.catalog-product-view .product-info-main .product-add-form .product-price-action .product-add-btn.out-stock .amshopby-button.tocart,
body.catalog-product-view .product-info-main .product-add-form .product-price-action .product-add-btn.out-stock .am-filter-go.tocart {
  pointer-events: none;
  background-color: #909090;
  opacity: 0.7;
}
body.catalog-product-view .product-info-main .product-add-form .product-price-action .product-add-btn.out-stock .action.primary.tocart::after,
body.catalog-product-view .product-info-main .product-add-form .product-price-action .product-add-btn.out-stock .amshopby-button.tocart::after,
body.catalog-product-view .product-info-main .product-add-form .product-price-action .product-add-btn.out-stock .am-filter-go.tocart::after {
  background: #808080;
}
body.catalog-product-view .product-info-main .product-add-form .product-price-action .buy-in-rates {
  text-align: left;
  margin-top: 2rem;
}
body.catalog-product-view .product-info-main .product-add-form .product-price-action .buy-in-rates .rate-box {
  height: 4rem;
  border: 0.15rem solid #6aac4b;
  border-radius: 0.8rem;
  padding: 0 0 0 1.4rem;
  line-height: unset;
  position: relative;
  width: 100%;
  text-align: left;
}
body.catalog-product-view .product-info-main .product-add-form .product-price-action .buy-in-rates .rate-box span {
  font-size: 1.2rem;
  line-height: 0;
  font-weight: 600;
  color: #6aac4b;
  display: block;
}
body.catalog-product-view .product-info-main .product-add-form .product-price-action .buy-in-rates .rate-box .rate-text {
  margin-bottom: 1.3rem;
}
body.catalog-product-view .product-info-main .product-add-form .product-price-action .buy-in-rates .rate-box::after {
  font-size: 2rem;
  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;
  font-family: "icomoon";
  content: "\e912";
  color: #ffffff;
  font-weight: 400;
  background: #6aac4b;
  border-radius: 0.8rem 0;
  width: 4.9rem;
  height: 4rem;
  position: absolute;
  right: -0.1rem;
  top: -0.2rem;
}
body.catalog-product-view .product-info-main .product-add-form .product-price-action .buy-in-rates .rate-box:hover {
  background-color: transparent;
}
body.catalog-product-view .product-info-main .product-add-form .product-price-action .buy-in-rates.out-stock .rate-box {
  pointer-events: none;
  border: 1px solid #a5a5a5;
}
body.catalog-product-view .product-info-main .product-add-form .product-price-action .buy-in-rates.out-stock .rate-box > span {
  color: #909090;
}
body.catalog-product-view .product-info-main .product-add-form .product-price-action .buy-in-rates.out-stock .rate-box::after {
  background: #a5a5a5;
}
body.catalog-product-view .product-info-main .product-add-form .desktop-usp-block {
  display: none;
}
body.catalog-product-view .shop-product-details {
  margin: 2rem 0 1.8rem 0;
}
body.catalog-product-view .shop-product-details .shop-details .call-center,
body.catalog-product-view .shop-product-details .shop-details .work-program {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
body.catalog-product-view .shop-product-details .shop-details .call-center .phone-icon::before,
body.catalog-product-view .shop-product-details .shop-details .work-program .phone-icon::before,
body.catalog-product-view .shop-product-details .shop-details .call-center .box-icon::before,
body.catalog-product-view .shop-product-details .shop-details .work-program .box-icon::before,
body.catalog-product-view .shop-product-details .shop-details .call-center .watch-icon::before,
body.catalog-product-view .shop-product-details .shop-details .work-program .watch-icon::before {
  font-size: 1.3rem;
  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;
  font-family: "icomoon";
  color: #2572b4;
  background: #eaf3fa;
  border: 0.1rem solid #eaf3fa;
  border-radius: 0.8rem 0.8rem 0.8rem 0;
  width: 2.7rem;
  height: 2.7rem;
  margin-right: 0.9rem;
}
body.catalog-product-view .shop-product-details .shop-details .call-center .phone-icon::before,
body.catalog-product-view .shop-product-details .shop-details .work-program .phone-icon::before {
  content: "\e907";
}
body.catalog-product-view .shop-product-details .shop-details .call-center .phone-number,
body.catalog-product-view .shop-product-details .shop-details .work-program .phone-number {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7rem;
  color: #3184ca;
}
body.catalog-product-view .shop-product-details .shop-details .call-center .phone-number .phone-helper,
body.catalog-product-view .shop-product-details .shop-details .work-program .phone-number .phone-helper {
  margin-left: 7px;
}
body.catalog-product-view .shop-product-details .shop-details .call-center .phone-number a,
body.catalog-product-view .shop-product-details .shop-details .work-program .phone-number a {
  text-decoration: underline;
}
body.catalog-product-view .shop-product-details .shop-details .call-center .watch-icon::before,
body.catalog-product-view .shop-product-details .shop-details .work-program .watch-icon::before {
  content: "\e90c";
}
body.catalog-product-view .shop-product-details .shop-details .call-center .box-icon::before,
body.catalog-product-view .shop-product-details .shop-details .work-program .box-icon::before {
  content: "\2752";
}
body.catalog-product-view .shop-product-details .shop-details .call-center .work-text,
body.catalog-product-view .shop-product-details .shop-details .work-program .work-text {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7rem;
  color: #373737;
}
body.catalog-product-view .shop-product-details .shop-details .call-center .work-text span,
body.catalog-product-view .shop-product-details .shop-details .work-program .work-text span {
  font-weight: 500;
}
body.catalog-product-view .shop-product-details .shop-details .work-program {
  margin-top: 0.8rem;
}
body.catalog-product-view .shop-product-details .stock-sku-details {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
  margin-top: 1.8rem;
}
body.catalog-product-view .shop-product-details .stock-sku-details .product-stock {
  margin-right: 1.1rem;
}
body.catalog-product-view .shop-product-details .stock-sku-details .product-stock .stock.available {
  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;
  padding: 0;
  background: rgba(106, 172, 75, 0.3);
  border-radius: 0.8rem 0.8rem 0.8rem 0;
  width: 13.1rem;
  height: 3rem;
}
body.catalog-product-view .shop-product-details .stock-sku-details .product-stock .stock.available span {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4rem;
  color: #6aac4b;
  padding: 0;
  border: none;
  text-transform: unset;
  background: transparent;
}
body.catalog-product-view .shop-product-details .stock-sku-details .product-stock .stock.unavailable {
  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;
  padding: 0;
  background: #e4a76e;
  border-radius: 0.8rem 0.8rem 0.8rem 0;
  width: 13.1rem;
  height: 3rem;
}
body.catalog-product-view .shop-product-details .stock-sku-details .product-stock .stock.unavailable span {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.4rem;
  color: #ffffff;
  padding: 0;
  border: none;
  text-transform: unset;
  background: transparent;
}
body.catalog-product-view .shop-product-details .stock-sku-details .product-stock .stock.unavailable:hover::after {
  opacity: 1;
  top: 8.9rem;
  height: auto;
}
body.catalog-product-view .shop-product-details .stock-sku-details .product-stock .stock.unavailable:hover .info {
  opacity: 1;
  top: 3.7rem;
  height: auto;
  display: block;
  z-index: 2;
  white-space: initial;
}
body.catalog-product-view .shop-product-details .stock-sku-details .product-stock .stock.unavailable .info {
  display: none;
  position: absolute;
  opacity: 0;
  transition: all 0.2s ease-in-out;
  padding: 0.7rem;
  border-radius: 0.8rem;
  border: 0.1rem solid rgba(0, 0, 0, 0.1);
  background-color: #eaf3fa;
  color: #373737;
  top: 8rem;
  text-align: center;
  height: 0;
  overflow: hidden;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
body.catalog-product-view .shop-product-details .stock-sku-details .product-sku {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.5rem;
  color: #373737;
  padding: 1.2rem 0;
}
body.catalog-product-view .shop-product-details .stock-sku-details .product-term .term-value {
  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;
  font-size: 1.2rem;
  line-height: 1.4rem;
  padding: 0;
  background: rgba(106, 172, 75, 0.3);
  border-radius: 0.8rem 0.8rem 0.8rem 0;
  width: 13.1rem;
  height: 3rem;
  font-weight: 600;
  color: #6aac4b;
  margin-right: 1.6rem;
}
body.catalog-product-view .shop-product-details .stock-sku-details .product-term .la-comanda {
  color: #fff;
}
body.catalog-product-view .shop-product-details .stock-sku-details .product-term .term-value.la-comanda {
  background: #e4a76e;
}
body.catalog-product-view .product-usp {
  margin: 0 0 1.5rem 0;
}
body.catalog-product-view .product-reviews .product-reviews-summary {
  margin-bottom: 1.6rem;
}
body.catalog-product-view .product-reviews .product-reviews-summary.short {
  margin-bottom: 0 !important;
}
body.catalog-product-view .product-reviews .product-reviews-summary .reviews-actions .action.view {
  padding: 0 !important;
  border: none;
  margin-left: 1.3rem;
}
body.catalog-product-view .product-reviews .product-reviews-summary .reviews-actions .action.view span {
  font-size: 1.2rem;
  line-height: 1.1rem;
  font-weight: 500;
  color: #373737;
}
body.catalog-product-view .product-reviews .product-reviews-summary .reviews-actions .action.view:hover {
  text-decoration: none;
}
body.catalog-product-view .product-reviews .product-reviews-summary .reviews-actions .action.add {
  font-size: 1.2rem;
  padding: 0 0 0 1.2rem !important;
  border-left: 0.1rem solid #373737;
  margin-left: 1.3rem;
  line-height: 1.1rem;
  font-weight: 500;
  color: #373737;
  text-decoration: underline;
}
body.catalog-product-view .montage {
  margin-bottom: 2rem;
}
body.catalog-product-view .montage-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  height: 5.6rem;
  border: 0.1rem solid rgba(55, 55, 55, 0.1);
  box-sizing: border-box;
  border-radius: 0.5rem 0.5rem 0 0;
  padding: 1.5rem;
  background-color: #eaf3fa;
}
body.catalog-product-view .montage-title-text {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8rem;
  color: #373737;
  cursor: auto;
  padding-left: 1rem !important;
}
body.catalog-product-view .montage-title input[type='checkbox'] {
  position: relative;
  cursor: pointer;
  width: 2.98rem;
  height: 3rem;
  margin: 0;
  top: 0;
}
body.catalog-product-view .montage-title input[type='checkbox']:before {
  background: #ffffff;
  border: 0.1rem solid rgba(55, 55, 55, 0.1);
  box-sizing: border-box;
  border-radius: 0.2rem;
  content: '';
  display: block;
  width: 3rem;
  height: 3rem;
}
body.catalog-product-view .montage-title input[type='checkbox']:checked:after {
  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;
  font-family: "icomoon";
  content: "\e915";
  color: #6aac4b;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 3rem;
  height: 3rem;
}
body.catalog-product-view .montage-text {
  border: 0.1rem solid rgba(125, 125, 125, 0.2);
  border-radius: 0 0 0.8rem 0.8rem;
  padding: 1.3rem 1.5rem 2.2rem 1.5rem;
  margin: 0;
  color: #373737;
}
body.catalog-product-view .tablet-montage,
body.catalog-product-view .tablet-product-usp {
  display: none;
}
@media (min-width: 375px) {
  body.catalog-product-view .product-info-main .product-add-form .product-price-action .product-price-buy {
    width: 100%;
  }
  body.catalog-product-view .product-info-main .product-add-form .product-price-action .product-price .price-box .price,
  body.catalog-product-view .product-info-main .product-add-form .product-price-action .product-price .price-box .pricerol {
    font-size: 1.7rem;
    line-height: 2.4rem;
  }
  body.catalog-product-view .product-info-main .product-add-form .product-price-action .product-price .price-box .special-price .price,
  body.catalog-product-view .product-info-main .product-add-form .product-price-action .product-price .price-box .special-price .pricerol {
    font-size: 1.7rem;
    line-height: 2.4rem;
  }
  body.catalog-product-view .product-info-main .product-add-form .product-price-action .product-price .price-box .old-price .price,
  body.catalog-product-view .product-info-main .product-add-form .product-price-action .product-price .price-box .old-price .pricerol {
    font-size: 1.4rem;
    line-height: 1.9rem;
  }
  body.catalog-product-view .product-info-main .product-add-form .product-price-action .product-add-btn .action.primary.tocart,
  body.catalog-product-view .product-info-main .product-add-form .product-price-action .product-add-btn .amshopby-button.tocart,
  body.catalog-product-view .product-info-main .product-add-form .product-price-action .product-add-btn .am-filter-go.tocart {
    width: 20.6rem;
    padding: 0 0 0 1.5rem;
    height: 5.3rem;
  }
  body.catalog-product-view .product-info-main .product-add-form .product-price-action .product-add-btn .action.primary.tocart .add-tocart,
  body.catalog-product-view .product-info-main .product-add-form .product-price-action .product-add-btn .action.primary.tocart .free-shipping,
  body.catalog-product-view .product-info-main .product-add-form .product-price-action .product-add-btn .amshopby-button.tocart .add-tocart,
  body.catalog-product-view .product-info-main .product-add-form .product-price-action .product-add-btn .amshopby-button.tocart .free-shipping,
  body.catalog-product-view .product-info-main .product-add-form .product-price-action .product-add-btn .am-filter-go.tocart .add-tocart,
  body.catalog-product-view .product-info-main .product-add-form .product-price-action .product-add-btn .am-filter-go.tocart .free-shipping {
    font-size: 1.4rem;
  }
  body.catalog-product-view .product-info-main .product-add-form .product-price-action .product-add-btn .action.primary.tocart::after,
  body.catalog-product-view .product-info-main .product-add-form .product-price-action .product-add-btn .amshopby-button.tocart::after,
  body.catalog-product-view .product-info-main .product-add-form .product-price-action .product-add-btn .am-filter-go.tocart::after {
    font-size: 2.2rem;
    width: 5.7rem;
    height: 5.3rem;
  }
  body.catalog-product-view .product-info-main .product-add-form .product-price-action .buy-in-rates .rate-box {
    width: 100%;
    height: 5rem;
  }
  body.catalog-product-view .product-info-main .product-add-form .product-price-action .buy-in-rates .rate-box span {
    line-height: 2.4rem;
    display: unset;
  }
  body.catalog-product-view .product-info-main .product-add-form .product-price-action .buy-in-rates .rate-box .rate-text {
    margin-bottom: unset;
  }
  body.catalog-product-view .product-info-main .product-add-form .product-price-action .buy-in-rates .rate-box::after {
    font-size: 2.2rem;
    width: 5.7rem;
    height: 5rem;
    right: -0.2rem;
  }
  body.catalog-product-view .product-manufacturer {
    padding-top: 10px;
  }
}
@media (min-width: 1025px) {
  body.catalog-product-view .product.media .fotorama-video-container .product-video {
    height: 63%;
  }
  body.catalog-product-view .sticky-product .container .product-info__info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    height: 9.5rem;
  }
  body.catalog-product-view .sticky-product .container .product-info_name {
    max-width: 90%;
  }
  body.catalog-product-view .product.media {
    width: 40% !important;
  }
  body.catalog-product-view .product.media .discount {
    right: 0.1rem;
  }
  body.catalog-product-view .product.media .fotorama-item .fotorama__stage {
    max-height: 56rem;
  }
  body.catalog-product-view .product.media .fotorama__thumb__arr--left,
  body.catalog-product-view .product.media .fotorama__thumb__arr--right {
    display: block !important;
  }
  body.catalog-product-view .product.media .fotorama__arr--prev,
  body.catalog-product-view .product.media .fotorama__arr--next {
    display: none !important;
  }
  body.catalog-product-view .product-info-main {
    width: 60% !important;
  }
  body.catalog-product-view .product-info-main .product-add-form .add-to-cart-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    height: 250px;
  }
  body.catalog-product-view .product-info-main .product-add-form .add-to-cart-box .price-shop-details {
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    margin-right: 1.5rem;
    max-width: 383px;
  }
  body.catalog-product-view .product-info-main .product-add-form .add-to-cart-box .montage {
    -webkit-flex-basis: 53%;
    flex-basis: 53%;
  }
  body.catalog-product-view .product-info-main .product-add-form .add-to-cart-box .montage .montage-title .montage-title-text {
    font-size: 1.2rem;
  }
  body.catalog-product-view .product-info-main .product-add-form .product-price-action .buy-in-rates .rate-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0 4px;
  }
  body.catalog-product-view .product-info-main .product-add-form .product-price-action .buy-in-rates .rate-box span {
    line-height: 15px;
  }
  body.catalog-product-view .product-info-main .product-add-form .desktop-usp-block {
    display: block;
  }
  body.catalog-product-view .product-info-main .product-add-form .desktop-usp-block .benefits-list {
    padding: 0;
  }
  body.catalog-product-view .product-reviews {
    display: none;
  }
  body.catalog-product-view .montage {
    display: block;
    max-width: 260px;
  }
  body.catalog-product-view .montage .montage-title .montage-title-text {
    font-size: 1.4rem !important;
  }
  body.catalog-product-view .montage .montage-text {
    font-size: 1.4rem;
  }
  body.catalog-product-view .desktop-product-details .product-title {
    font-size: 2.6rem;
    line-height: 3.1rem;
    overflow: hidden;
  }
  body.catalog-product-view .tablet-montage {
    display: none;
  }
  body.catalog-product-view .tablet-product-usp {
    display: none;
  }
}
@media (min-width: 1100px) {
  body.catalog-product-view .sticky-product .container .product-info_action .ship-box {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  body.catalog-product-view .desktop-product-details {
    margin: 0 0 4.8rem 0 !important;
  }
}
@media (min-width: 1250px) {
  body.catalog-product-view .sticky-product .container .product-info_action_image {
    margin-right: 2.5rem;
  }
  body.catalog-product-view .sticky-product .container .product-info_action_price {
    margin: 0 5rem;
  }
  body.catalog-product-view .product-info-main .product-add-form .add-to-cart-box .price-shop-details {
    max-width: 383px;
    margin-right: 5rem;
  }
  body.catalog-product-view .product-info-main .product-add-form .product-price-action .buy-in-rates .rate-box {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  body.catalog-product-view .product-info-main .product-add-form .product-price-action div.product-price .price-box .price,
  body.catalog-product-view .product-info-main .product-add-form .product-price-action div.product-price .price-box .pricerol {
    font-size: 2.2rem;
    line-height: 2.4rem;
  }
  body.catalog-product-view .product-info-main .product-add-form .product-price-action div.product-price .price-box .special-price .price,
  body.catalog-product-view .product-info-main .product-add-form .product-price-action div.product-price .price-box .special-price .pricerol {
    font-size: 2.2rem;
    line-height: 2.4rem;
  }
}
@media (min-width: 1390px) {
  body.catalog-product-view .product.media {
    margin-bottom: 50px;
  }
  body.catalog-product-view .product.media .fotorama-item .fotorama__stage {
    max-height: 54.6rem;
    height: 54.6rem !important;
  }
  body.catalog-product-view .product.media .fotorama__nav__shaft {
    max-width: 100%;
  }
  body.catalog-product-view .product.media .fotorama__thumb__arr--right {
    bottom: 34px;
  }
  body.catalog-product-view .product.media .fotorama__nav.fotorama__nav--thumbs {
    height: 58rem !important;
  }
}
@media (max-width: 540px) {
  .product-usp .benefits-list .benefit .text-area {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 15px;
  }
}
.fancybox-navigation .fancybox-arrow {
  background: transparent;
  border: initial;
}
body.catalog-product-view .question-toolbar {
  margin: 0px;
}
body.catalog-product-view .question-toolbar .pages {
  position: relative;
}
body.catalog-product-view .question-toolbar .pages ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
body.catalog-product-view .question-toolbar .pages ul li {
  margin: 0 10px 0 0;
}
body.catalog-product-view .question-toolbar .current .page {
  padding-left: 11px;
  padding-right: 11px;
  background: #3184ca;
}
body.catalog-product-view .question-toolbar .page {
  padding-left: 10px;
  padding-right: 10px;
  width: auto;
  line-height: 30px;
  background: #eaf3fa;
}
body.catalog-product-view .question-toolbar .action {
  width: auto;
  line-height: 30px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  background: #eaf3fa;
}
body.catalog-product-view .question-toolbar .action.previous::before {
  font-family: "icomoon";
  content: "< Pagina Anterioara";
  font-size: 15px;
  color: #373737;
  display: block;
  letter-spacing: normal;
}
body.catalog-product-view .question-toolbar .action.previous.inactive {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}
body.catalog-product-view .question-toolbar .action.next::before {
  font-family: "icomoon";
  content: "Pagina urmatoare >";
  color: #373737;
  display: block;
  font-size: 15px;
  letter-spacing: normal;
}
body.catalog-product-view .question-toolbar .action.next.inactive {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}
body.catalog-product-view .answer-content-all {
  margin-bottom: 20px;
}
body.catalog-product-view .answer-detail .answer-action,
body.catalog-product-view .answer-bottom .answer-action {
  float: left;
}
body.catalog-product-view .question-content {
  clear: both;
  margin-top: 15px;
}
body.catalog-product-view .answer-content {
  padding-left: 3%;
  padding-right: 3%;
}
body.catalog-product-view .nickname-extra-info {
  float: left;
}
body.catalog-product-view .question-title {
  font-size: 16px;
  padding-left: 50px;
}
body.catalog-product-view .show_answer_form {
  font-size: 14px;
  font-weight: 600;
  margin-left: 10px;
}
body.catalog-product-view #answer-form {
  display: none;
}
body.catalog-product-view #answer-form button {
  margin-right: 0px;
}
body.catalog-product-view .question-form-actions {
  display: block;
  padding-bottom: 15px;
}
body.catalog-product-view .question-form-actions .actions-primary {
  float: left;
  width: auto;
  margin-right: 10px;
}
body.catalog-product-view .question-form-actions .cancel_question_submit,
body.catalog-product-view .question-form-actions .cancel_answer_submit {
  border: #3184ca;
  background-color: #3184ca;
}
body.catalog-product-view .nickname-extra-info {
  margin-bottom: 15px;
}
body.catalog-product-view .nickname-extra-info span {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 15px;
}
body.catalog-product-view .nickname-extra-info p {
  font-size: 11px;
  font-weight: 100;
}
body.catalog-product-view #customer-questions .account_info--icon {
  float: left;
  margin-right: 10px;
}
body.catalog-product-view #customer-questions .account_info--icon::before {
  font-size: 1.8rem;
  font-family: "icomoon";
  content: "\e903";
  color: #373737;
  background: white;
  padding: 10px;
  border-radius: 20px;
  line-height: 35px;
}
body.catalog-product-view #customer-questions .account_info--iconAdmin {
  float: left;
  margin-right: 10px;
}
body.catalog-product-view #customer-questions .account_info--iconAdmin::before {
  background-image: url('../../frontend/Leadlion/autogedal/ro_RO/Magento_Theme/favicon.ico');
  background-size: contain;
  content: '';
  display: inline-block;
  padding: 15px;
  border-radius: 20px;
  line-height: 35px;
}
body.catalog-product-view #customer-questions .account_info--text {
  display: none;
}
body.catalog-product-view #question-form {
  display: none;
  width: 100%;
  max-width: 100%;
}
body.catalog-product-view #question-form fieldset {
  width: 100%;
}
body.catalog-product-view #question-form textarea {
  height: 200px;
}
body.catalog-product-view .question_custom_button {
  float: right;
  margin: 1.5rem 1rem 1.4rem 1rem;
}
body.catalog-product-view .answer-custom-content {
  background: #f2f8fc;
  margin-left: 4%;
  margin-top: 15px;
  padding-top: 10px;
  padding-left: 1%;
  padding-right: 1%;
  margin-right: 4%;
}
body.catalog-product-view .wrapperquest {
  margin-bottom: 4rem;
  padding: 0 1.5rem;
}
body.catalog-product-view .wrapperquest .block-content {
  padding-left: 3%;
  padding-right: 3%;
}
body.catalog-product-view .product.data.items .product-title_description,
body.catalog-product-view .product.data.items .product-title_specifications {
  font-size: 1.4rem;
  text-align: left;
  margin: 0 0 15px;
  color: #373737;
}
body.catalog-product-view .product.data.items .product-title_specifications {
  padding: 0 15px;
  margin: 15px 0;
}
body.catalog-product-view .product.data.items .description_submenu {
  display: none;
}
body.catalog-product-view .product.data.items .content-data.description {
  max-width: 137rem;
  margin: 0 auto;
}
body.catalog-product-view .product.data.items .content-data.description .description-data {
  margin-bottom: 4rem;
  padding: 0 1.5rem;
}
body.catalog-product-view .product.data.items .content-data.description .description-data-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #346cae;
  border-radius: 0.8rem 0.8rem 0 0;
  height: 5rem;
  position: relative;
}
body.catalog-product-view .product.data.items .content-data.description .description-data-title .icon {
  font-size: 1rem;
  position: absolute;
  right: 2.1rem;
  color: #ffffff;
  transition: 0.4s ease-in-out;
}
body.catalog-product-view .product.data.items .content-data.description .description-data-title .icon.open {
  transform: rotate(-90deg);
}
body.catalog-product-view .product.data.items .content-data.description .description-data-title .description-title {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.9rem;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  padding-left: 1.8rem;
}
body.catalog-product-view .product.data.items .content-data.description .description-data-content {
  background: #eaf3fa;
  border: 0.1rem solid rgba(55, 55, 55, 0.1);
  box-sizing: border-box;
  border-radius: 0 0 0.8rem 0.8rem;
  border-top: none;
  padding: 1.5rem 2rem 0 2rem;
}
body.catalog-product-view .product.data.items .content-data.description .description-data-content-title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.1rem;
  color: #373737;
  padding: 2.5rem 0 1.3rem 0;
  margin: 0;
  text-align: left;
}
body.catalog-product-view .product.data.items .content-data.description .description-data-content .product.attribute.description {
  transition: 0.5s all ease-in-out;
  max-height: 20rem;
}
body.catalog-product-view .product.data.items .content-data.description .description-data-content .product.attribute.description .value * {
  font-size: 1.4rem !important;
  color: #373737;
}
body.catalog-product-view .product.data.items .content-data.description .description-data-content .product.attribute.description a {
  color: #3184ca !important;
}
body.catalog-product-view .product.data.items .content-data.description .description-data-content .product.attribute.description.expanded {
  max-height: initial;
}
body.catalog-product-view .product.data.items .content-data.description .description-data-exapnd {
  font-size: 1.4rem;
  color: #373737;
  font-weight: 700;
  margin: 0 0 2.9rem 0;
  display: block;
  cursor: pointer;
  width: 100%;
  position: relative;
  text-decoration: underline;
}
body.catalog-product-view .product.data.items .content-data.description .description-data-exapnd::before {
  content: '';
  width: 100%;
  height: 8rem;
  bottom: 2rem;
  position: absolute;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #eaf3fa 70%);
}
body.catalog-product-view .product.data.items .content-data.description .description-data .expanded-content::before {
  content: '';
  height: 0.1rem;
  bottom: 0;
  background: transparent;
}
body.catalog-product-view .product.data.items .content-data.slider-products.slider-cross-sale {
  padding: unset;
}
body.catalog-product-view .product.data.items .content-data.slider-products .slider-product-title {
  font-size: 2rem;
  line-height: 2.7rem;
  font-weight: 700;
  color: #373737;
  margin: 0 0 2rem 0;
  display: block;
}
body.catalog-product-view .product.data.items .content-data.additional {
  padding: 0 1.5rem;
}
body.catalog-product-view .product.data.items .content-data.additional .install-instruction {
  background: initial;
  border: initial;
  border-radius: initial;
}
body.catalog-product-view .product.data.items .content-data.additional h2 {
  display: none;
}
body.catalog-product-view .product.data.items .content-data.additional .collapsible-helper {
  display: block;
}
body.catalog-product-view .product.data.items .content-data.additional .icon {
  display: none;
}
body.catalog-product-view .product.data.items .content-data.additional .install-instruction .attributes-box-title .icon {
  display: block;
}
body.catalog-product-view .product.data.items .content-data.additional .desktop-title {
  display: none !important;
}
body.catalog-product-view .product.data.items .content-data.additional .attributes-box-title {
  font-size: 1.4rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #346cae;
  border-radius: 0.8rem 0.8rem 0 0;
  height: 5rem;
  position: relative;
  font-weight: 700;
  line-height: 1.9rem;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  padding-left: 1.8rem;
  width: 100%;
}
body.catalog-product-view .product.data.items .content-data.additional .attributes-box-title .icon {
  font-size: 1rem;
  position: absolute;
  right: 2.1rem;
  color: #ffffff;
  transition: 0.4s ease-in-out;
}
body.catalog-product-view .product.data.items .content-data.additional .attributes-box-title .icon.open {
  transform: rotate(-90deg);
}
body.catalog-product-view .product.data.items .content-data.additional .attributes-box-subtitle {
  border: 0 !important;
  background: #eaf3fa;
}
body.catalog-product-view .product.data.items .content-data.additional .attributes-box-subtitle td {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.1rem;
  color: #373737;
  width: 100% !important;
  padding: 0 1.4rem !important;
  margin: 1.8rem 0 1.8rem 0;
}
body.catalog-product-view .product.data.items .content-data.additional .attributes-box-content {
  border: 0.1rem solid rgba(55, 55, 55, 0.1);
  border-radius: 0 0 0.8rem 0.8rem;
  background: #eaf3fa;
  width: 100%;
  display: block;
}
body.catalog-product-view .product.data.items .content-data.additional .attributes-box-content tr:nth-child(odd) {
  background-color: #eaf3fa;
}
body.catalog-product-view .product.data.items .content-data.additional .attributes-box-content tr:nth-child(even) td {
  border: 0 !important;
}
body.catalog-product-view .product.data.items .content-data.additional .attributes-box-content .label,
body.catalog-product-view .product.data.items .content-data.additional .attributes-box-content .data {
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #373737;
  border: 0 !important;
  width: 50% !important;
  padding: 1.5rem;
}
body.catalog-product-view .product.data.items .content-data.additional .attributes-box-content .label {
  font-weight: 700;
}
body.catalog-product-view .product.data.items .content-data.additional .attributes-box-content .data {
  font-weight: 500;
}
body.catalog-product-view .product.data.items .content-data.additional .attributes-box-content tr {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  border-bottom: 0.1rem solid rgba(55, 55, 55, 0.1);
}
body.catalog-product-view .product.data.items .content-data.additional .attributes-box-content tr:last-child {
  border-bottom: 0;
}
body.catalog-product-view .product.data.items .content-data.additional .attributes-box-install-guide {
  width: 100% !important;
}
body.catalog-product-view .product.data.items .content-data.additional .attributes-box-install-guide .mp-attachment-tab {
  margin-bottom: 0;
}
body.catalog-product-view .product.data.items .content-data.additional .attributes-box-install-guide .mp-attachment-tab .title {
  font-size: 1.6rem;
  line-height: 2.1rem;
  color: #373737;
  font-weight: 700;
  margin: 1rem 0 2rem 0;
}
body.catalog-product-view .product.data.items .content-data.additional .attributes-box-install-guide .mp-attachment-tab ul li {
  margin-left: 0;
}
body.catalog-product-view .product.data.items .content-data.additional .attributes-box-install-guide .mp-attachment-tab ul li:last-child {
  margin-bottom: 1.3rem;
}
body.catalog-product-view .product.data.items .content-data.additional .attributes-box-install-guide .mp-attachment-tab ul li .install-name {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
body.catalog-product-view .product.data.items .content-data.additional .attributes-box-install-guide .mp-attachment-tab ul li .install-name:before {
  font-size: 1.6rem;
  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;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 4rem;
  flex-basis: 4rem;
  font-family: "icomoon";
  content: "\e90f";
  border: 0.2rem solid #3184ca;
  border-radius: 0.8rem;
  height: 4rem;
  margin-right: 2.1rem;
}
body.catalog-product-view .product.data.items .content-data.additional .attributes-box-install-guide .mp-attachment-tab ul li .install-link,
body.catalog-product-view .product.data.items .content-data.additional .attributes-box-install-guide .mp-attachment-tab ul li .install-name {
  font-size: 1.2rem;
  font-weight: 700;
  color: #3184ca;
  line-height: 1.4rem;
  position: unset;
  padding: 0;
}
body.catalog-product-view .product.data.items .content-data.additional .attributes-box-install-guide .mp-attachment-tab ul li .install-link:hover,
body.catalog-product-view .product.data.items .content-data.additional .attributes-box-install-guide .mp-attachment-tab ul li .install-name:hover {
  text-decoration: none;
}
body.catalog-product-view .product.data.items .content-data.tab {
  padding: 0 1.5rem;
  padding-bottom: 3rem;
}
body.catalog-product-view .product.data.items .content-data.tab .collapsible-helper {
  position: relative;
}
body.catalog-product-view .product.data.items .content-data.tab .install-guide-title {
  display: none;
}
body.catalog-product-view .product.data.items .content-data.tab .icon {
  font-size: 1rem;
  position: absolute;
  right: 2.1rem;
  color: #ffffff;
  transition: 0.4s ease-in-out;
  z-index: 1;
  top: 20px;
}
body.catalog-product-view .product.data.items .content-data.tab .icon.open {
  transform: rotate(-90deg);
}
body.catalog-product-view .product.data.items .content-data.tab .attributes-box-title {
  font-size: 1.4rem;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #346cae;
  border-radius: 0.8rem 0.8rem 0 0;
  height: 5rem;
  position: relative;
  font-weight: 700;
  line-height: 1.9rem;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  padding-left: 1.8rem;
  width: 100%;
}
body.catalog-product-view .product.data.items .content-data.tab .attributes-box-title .icon {
  font-size: 1rem;
  position: absolute;
  right: 2.1rem;
  color: #ffffff;
  transition: 0.4s ease-in-out;
}
body.catalog-product-view .product.data.items .content-data.tab .attributes-box-title .icon.open {
  transform: rotate(-90deg);
}
body.catalog-product-view .product.data.items .content-data.tab .attributes-box-subtitle {
  border: 0 !important;
  background: #eaf3fa;
}
body.catalog-product-view .product.data.items .content-data.tab .attributes-box-subtitle td {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.1rem;
  color: #373737;
  width: 100% !important;
  padding: 0 1.4rem !important;
  margin: 1.8rem 0 1.8rem 0;
}
body.catalog-product-view .product.data.items .content-data.tab .attributes-box-install-guide {
  width: 100% !important;
}
body.catalog-product-view .product.data.items .content-data.tab .attributes-box-install-guide .mp-attachment-tab {
  margin-bottom: 0;
  border: 1px solid rgba(55, 55, 55, 0.1);
  border-top: initial;
  background: #eaf3fa;
  border-radius: 0 0 8px 8px;
}
body.catalog-product-view .product.data.items .content-data.tab .attributes-box-install-guide .mp-attachment-tab .title {
  font-size: 1.6rem;
  line-height: 2.1rem;
  color: #373737;
  font-weight: 700;
  margin: 1rem 0 2rem 0;
}
body.catalog-product-view .product.data.items .content-data.tab .attributes-box-install-guide .mp-attachment-tab ul li {
  margin-left: 0;
  border: initial;
}
body.catalog-product-view .product.data.items .content-data.tab .attributes-box-install-guide .mp-attachment-tab ul li:last-child {
  margin-bottom: 1.3rem;
}
body.catalog-product-view .product.data.items .content-data.tab .attributes-box-install-guide .mp-attachment-tab ul li .install-name,
body.catalog-product-view .product.data.items .content-data.tab .attributes-box-install-guide .mp-attachment-tab ul li .mp-attachment-tab__item__name {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
body.catalog-product-view .product.data.items .content-data.tab .attributes-box-install-guide .mp-attachment-tab ul li .install-name:before,
body.catalog-product-view .product.data.items .content-data.tab .attributes-box-install-guide .mp-attachment-tab ul li .mp-attachment-tab__item__name:before {
  font-size: 1.6rem;
  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;
  -webkit-flex-grow: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  -webkit-flex-basis: 4rem;
  flex-basis: 4rem;
  font-family: "icomoon";
  content: "\e90f";
  border: 0.2rem solid #3184ca;
  border-radius: 0.8rem;
  height: 4rem;
  margin-right: 2.1rem;
}
body.catalog-product-view .product.data.items .content-data.tab .attributes-box-install-guide .mp-attachment-tab ul li .install-link,
body.catalog-product-view .product.data.items .content-data.tab .attributes-box-install-guide .mp-attachment-tab ul li .install-name,
body.catalog-product-view .product.data.items .content-data.tab .attributes-box-install-guide .mp-attachment-tab ul li .mp-attachment-tab__item__name {
  font-size: 1.2rem;
  font-weight: 700;
  color: #3184ca;
  line-height: 1.4rem;
  position: unset;
  padding: 0;
}
body.catalog-product-view .product.data.items .content-data.tab .attributes-box-install-guide .mp-attachment-tab ul li .install-link:hover,
body.catalog-product-view .product.data.items .content-data.tab .attributes-box-install-guide .mp-attachment-tab ul li .install-name:hover,
body.catalog-product-view .product.data.items .content-data.tab .attributes-box-install-guide .mp-attachment-tab ul li .mp-attachment-tab__item__name:hover {
  text-decoration: none;
}
body.catalog-product-view .product.data.items .content-data.install {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 1.5rem;
  margin-bottom: 3rem;
}
body.catalog-product-view .product.data.items .content-data.install .authorized-montage {
  height: 22rem;
  position: relative;
  overflow: hidden;
}
body.catalog-product-view .product.data.items .content-data.install .authorized-montage .desktop-img {
  display: none;
}
body.catalog-product-view .product.data.items .content-data.install .authorized-montage img {
  border-radius: 0.8rem;
  height: 22rem;
  object-fit: cover;
}
body.catalog-product-view .product.data.items .content-data.install .authorized-montage .offer-content {
  position: absolute;
  top: 3rem;
  left: 1.6rem;
  margin: 0;
  width: 100%;
}
body.catalog-product-view .product.data.items .content-data.install .authorized-montage .offer-content .offer-content-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.4rem;
  color: #ffffff;
}
body.catalog-product-view .product.data.items .content-data.install .authorized-montage .offer-content .email {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 1.1rem;
  margin-bottom: 1.9rem;
}
body.catalog-product-view .product.data.items .content-data.install .authorized-montage .offer-content .email .icon::before {
  font-size: 1.7rem;
  font-family: "icomoon";
  content: "\e90b";
  color: #3184ca;
}
body.catalog-product-view .product.data.items .content-data.install .authorized-montage .offer-content .email a {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5rem;
  color: #ffffff;
  margin-left: 0.7rem;
  text-transform: none;
}
body.catalog-product-view .product.data.items .content-data.install .authorized-montage .offer-content .action span {
  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;
  font-size: 1.2rem;
  width: 8.3rem;
  height: 3rem;
  background: #3184ca;
  border-radius: 0.8rem 0 0.8rem 0.8rem;
  font-weight: 700;
  line-height: 1.5rem;
  color: #ffffff;
  text-transform: none;
  margin: 0;
  padding: 0;
}
body.catalog-product-view .wrapperquest .wrapperquest-box-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #346cae;
  border-radius: 0.8rem 0.8rem 0 0;
  height: 5rem;
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.9rem;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  padding-left: 1.8rem;
}
body.catalog-product-view .wrapperquest .wrapperquest-box-title .icon {
  font-size: 1rem;
  position: absolute;
  right: 2.1rem;
  color: #ffffff;
  transition: 0.4s ease-in-out;
}
body.catalog-product-view .wrapperquest .wrapperquest-box-title .icon.open {
  transform: rotate(-90deg);
}
body.catalog-product-view .reviews .review-box {
  padding: 0 1.5rem;
  max-width: 137rem;
  margin: 0 auto 6rem auto;
}
body.catalog-product-view .reviews .review-box-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  background: #346cae;
  border-radius: 0.8rem 0.8rem 0 0;
  height: 5rem;
  position: relative;
}
body.catalog-product-view .reviews .review-box-title .icon {
  font-size: 1rem;
  position: absolute;
  right: 2.1rem;
  color: #ffffff;
  transition: 0.4s ease-in-out;
}
body.catalog-product-view .reviews .review-box-title .icon.open {
  transform: rotate(-90deg);
}
body.catalog-product-view .reviews .review-box-title .review-title {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.9rem;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  padding-left: 1.8rem;
}
body.catalog-product-view .reviews .review-box-title .review-title .counter {
  display: none;
}
body.catalog-product-view .reviews .review-box-content {
  background: #eaf3fa;
  border: 0.1rem solid rgba(55, 55, 55, 0.1);
  box-sizing: border-box;
  border-radius: 0 0 0.8rem 0.8rem;
  border-top: none;
  padding: 0 1.8rem;
}
body.catalog-product-view .reviews .review-box-content .review-block-title {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.1rem;
  color: #373737;
  padding: 2.5rem 0 1.3rem 0;
}
body.catalog-product-view .reviews .review-box-content .review-ratings {
  margin-bottom: 1rem;
}
body.catalog-product-view .reviews .review-box-content .review-ratings .label.rating-label {
  width: unset;
  margin: 0;
  padding: 0 0.7rem 0 0;
  color: #373737;
}
body.catalog-product-view .reviews .review-box-content .review-ratings .rating-result {
  width: auto;
}
body.catalog-product-view .reviews .review-box-content .review-ratings .rating-result::before {
  font-family: "icomoon";
  letter-spacing: 0.3rem;
  color: #969696;
  content: "\e914 \e914 \e914 \e914 \e914";
}
body.catalog-product-view .reviews .review-box-content .review-ratings .rating-result span::before {
  font-family: "icomoon";
  letter-spacing: 0.3rem;
  color: #f8980e;
  content: "\e914 \e914 \e914 \e914 \e914";
}
body.catalog-product-view .reviews .review-box-content .review-ratings .review-control-vote label::before {
  color: #f8980e;
}
body.catalog-product-view .reviews .review-box .review-toolbar {
  margin: 0 !important;
}
body.catalog-product-view .reviews .review-box .page_items--prev,
body.catalog-product-view .reviews .review-box .page_items--next {
  font-size: 1.3rem;
  line-height: 2.4rem;
  letter-spacing: normal;
  margin: 0 5px 0 0;
  display: inline-block;
}
body.catalog-product-view .reviews .review-box .page_items--prev a:hover:before,
body.catalog-product-view .reviews .review-box .page_items--next a:hover:before {
  color: #0088cc;
}
body.catalog-product-view .reviews .review-box .amreview-toolbar-wrap .pages strong.page {
  background-color: #3184ca !important;
  color: #fff !important;
}
.catalog-category-view .faq-container {
  width: 100%;
  margin: 0 auto;
  font-family: Arial, sans-serif;
}
.catalog-category-view .faq-item {
  margin: 10px 0;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
}
.catalog-category-view .faq-question {
  background-color: #f5f5f5;
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
  border-bottom: 1px solid #ddd;
  transition: background-color 0.3s ease;
}
.catalog-category-view .faq-question h3 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.catalog-category-view .faq-question:hover {
  background-color: #e9e9e9;
}
.catalog-category-view .faq-answer {
  padding: 15px;
  background-color: #fafafa;
  display: block;
  max-height: 500px;
  font-size: 14px;
  color: #555;
  line-height: 1.5;
  overflow: hidden;
  transition: max-height 0.3s ease-out, padding 0.3s ease-out;
}
.catalog-category-view .faq-item.active .faq-answer {
  display: block;
  max-height: 500px;
  padding: 15px;
}
.catalogsearch-result-index .page-title-wrapper {
  padding: 0 15px;
  max-width: 1370px;
  margin: 0 0 15px 0;
}
.catalogsearch-result-index .page-title-wrapper h1.page-title {
  font-size: 2rem;
  max-width: unset;
  font-weight: 700;
  line-height: 22px;
  color: #373737;
  margin: 0 !important;
  padding: 0;
  border: initial;
}
.catalogsearch-result-index .category-subtitle {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 22px;
  color: #373737;
}
.catalogsearch-result-index .amsearch-related-terms {
  display: none;
}
.catalog-category-view .page-title-block .page-title-wrapper,
.catalogsearch-result-index .page-title-block .page-title-wrapper {
  max-width: unset;
  display: block;
  margin: 0 0 15px 0;
}
.catalog-category-view .page-title-block .page-title-wrapper h1.page-title,
.catalogsearch-result-index .page-title-block .page-title-wrapper h1.page-title {
  font-size: 2rem;
  margin: 0 !important;
  font-weight: 700;
  line-height: 22px;
  color: #373737;
}
.catalog-category-view .page-title-block .category-subtitle,
.catalogsearch-result-index .page-title-block .category-subtitle {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 22px;
  color: #373737;
}
.catalog-category-view .page-title-block .page-title__product-counter,
.catalogsearch-result-index .page-title-block .page-title__product-counter {
  font-size: 2rem;
  font-weight: 700;
  line-height: 22px;
  color: #373737;
}
.catalog-category-view .category-cms,
.catalogsearch-result-index .category-cms {
  overflow: hidden;
}
.catalog-category-view .page.messages,
.catalogsearch-result-index .page.messages {
  margin: 0;
}
.catalog-category-view .columns,
.catalogsearch-result-index .columns {
  max-width: 1370px !important;
}
.catalog-category-view .columns .sidebar-main .block.account-nav,
.catalogsearch-result-index .columns .sidebar-main .block.account-nav {
  display: none;
}
.catalog-category-view .columns .toolbar-products,
.catalogsearch-result-index .columns .toolbar-products {
  margin: 16px 0 33px 0;
  display: block;
}
.catalog-category-view .columns .toolbar-products .openmobilefilter,
.catalogsearch-result-index .columns .toolbar-products .openmobilefilter,
.catalog-category-view .columns .toolbar-products .category-button,
.catalogsearch-result-index .columns .toolbar-products .category-button {
  background: #eaf3fa;
  border: 1px solid rgba(55, 55, 55, 0.1);
  box-sizing: border-box;
  border-radius: 8px;
  margin: 0 0 18px 0;
  padding: 11px 0;
  display: block;
  cursor: pointer;
}
.catalog-category-view .columns .toolbar-products .openmobilefilter.sticky-filters,
.catalogsearch-result-index .columns .toolbar-products .openmobilefilter.sticky-filters,
.catalog-category-view .columns .toolbar-products .category-button.sticky-filters,
.catalogsearch-result-index .columns .toolbar-products .category-button.sticky-filters {
  position: fixed;
  top: 55px;
  z-index: 5;
  margin: 0 -15px;
  border-radius: 0;
  width: 100%;
}
.catalog-category-view .columns .toolbar-products .openmobilefilter i,
.catalogsearch-result-index .columns .toolbar-products .openmobilefilter i,
.catalog-category-view .columns .toolbar-products .category-button i,
.catalogsearch-result-index .columns .toolbar-products .category-button i {
  display: none;
}
.catalog-category-view .columns .toolbar-products .openmobilefilter span,
.catalogsearch-result-index .columns .toolbar-products .openmobilefilter span,
.catalog-category-view .columns .toolbar-products .category-button span,
.catalogsearch-result-index .columns .toolbar-products .category-button span {
  font-size: 1.4rem;
  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;
  font-weight: 700;
  line-height: 17px;
  color: #373737;
}
.catalog-category-view .columns .toolbar-products .openmobilefilter span::before,
.catalogsearch-result-index .columns .toolbar-products .openmobilefilter span::before,
.catalog-category-view .columns .toolbar-products .category-button span::before,
.catalogsearch-result-index .columns .toolbar-products .category-button span::before {
  content: "\e913";
  font-family: "icomoon";
  margin-right: 7px;
}
.catalog-category-view .columns .toolbar-products .category-button,
.catalogsearch-result-index .columns .toolbar-products .category-button {
  background: initial;
}
.catalog-category-view .columns .toolbar-products .category-button span,
.catalogsearch-result-index .columns .toolbar-products .category-button span {
  font-weight: 400;
}
.catalog-category-view .columns .toolbar-products .category-button span::before,
.catalogsearch-result-index .columns .toolbar-products .category-button span::before {
  content: "\e91f";
}
.catalog-category-view .columns .toolbar-products .toolbar-sorter,
.catalogsearch-result-index .columns .toolbar-products .toolbar-sorter {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0;
}
.catalog-category-view .columns .toolbar-products .toolbar-sorter .sorter-label,
.catalogsearch-result-index .columns .toolbar-products .toolbar-sorter .sorter-label {
  font-size: 1rem;
  display: block;
  font-weight: 500;
  line-height: 22px;
  color: #373737;
}
.catalog-category-view .columns .toolbar-products .toolbar-sorter select,
.catalogsearch-result-index .columns .toolbar-products .toolbar-sorter select {
  font-size: 1rem;
  border: 1px solid rgba(55, 55, 55, 0.1);
  box-sizing: border-box;
  border-radius: 8px;
  padding: 1px 7px;
  margin-left: 5px;
  font-weight: 600;
  color: #373737;
}
.catalog-category-view .columns .modes,
.catalogsearch-result-index .columns .modes {
  background: #eeeeee;
  border-radius: 7px;
}
.catalog-category-view .columns .modes .modes-mode,
.catalogsearch-result-index .columns .modes .modes-mode {
  width: 35px;
  height: 35px;
}
.catalog-category-view .columns .modes .mode-grid,
.catalogsearch-result-index .columns .modes .mode-grid {
  border: 2px solid #eeeeee;
  border-radius: 7px 0 0 7px;
}
.catalog-category-view .columns .modes .mode-grid::before,
.catalogsearch-result-index .columns .modes .mode-grid::before {
  line-height: 32px;
}
.catalog-category-view .columns .modes .mode-list::before,
.catalogsearch-result-index .columns .modes .mode-list::before {
  line-height: 34px;
}
.catalog-category-view .columns .products.wrapper + .toolbar.toolbar-products,
.catalogsearch-result-index .columns .products.wrapper + .toolbar.toolbar-products {
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 8px 0 0 0;
  padding: 0;
}
.catalog-category-view .columns .products.wrapper + .toolbar.toolbar-products .toolbar-sorter,
.catalogsearch-result-index .columns .products.wrapper + .toolbar.toolbar-products .toolbar-sorter,
.catalog-category-view .columns .products.wrapper + .toolbar.toolbar-products .modes,
.catalogsearch-result-index .columns .products.wrapper + .toolbar.toolbar-products .modes,
.catalog-category-view .columns .products.wrapper + .toolbar.toolbar-products .category-button,
.catalogsearch-result-index .columns .products.wrapper + .toolbar.toolbar-products .category-button {
  display: none;
}
.catalog-category-view .columns .products.wrapper + .toolbar.toolbar-products .pages,
.catalogsearch-result-index .columns .products.wrapper + .toolbar.toolbar-products .pages {
  margin: 0;
  position: initial;
}
.catalog-category-view .columns .products.wrapper + .toolbar.toolbar-products .pages .pages-items,
.catalogsearch-result-index .columns .products.wrapper + .toolbar.toolbar-products .pages .pages-items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.catalog-category-view .columns .products.wrapper + .toolbar.toolbar-products .pages .pages-items .page_items--prev,
.catalogsearch-result-index .columns .products.wrapper + .toolbar.toolbar-products .pages .pages-items .page_items--prev,
.catalog-category-view .columns .products.wrapper + .toolbar.toolbar-products .pages .pages-items .page_items--next,
.catalogsearch-result-index .columns .products.wrapper + .toolbar.toolbar-products .pages .pages-items .page_items--next {
  margin: 0 10px 0 0;
}
.catalog-category-view .columns .products.wrapper + .toolbar.toolbar-products .pages .pages-items .page_items--prev a,
.catalogsearch-result-index .columns .products.wrapper + .toolbar.toolbar-products .pages .pages-items .page_items--prev a,
.catalog-category-view .columns .products.wrapper + .toolbar.toolbar-products .pages .pages-items .page_items--next a,
.catalogsearch-result-index .columns .products.wrapper + .toolbar.toolbar-products .pages .pages-items .page_items--next a {
  width: initial;
  border: initial;
  padding: 0;
}
.catalog-category-view .columns .products.wrapper + .toolbar.toolbar-products .pages .pages-items .page_items--prev a::before,
.catalogsearch-result-index .columns .products.wrapper + .toolbar.toolbar-products .pages .pages-items .page_items--prev a::before,
.catalog-category-view .columns .products.wrapper + .toolbar.toolbar-products .pages .pages-items .page_items--next a::before,
.catalogsearch-result-index .columns .products.wrapper + .toolbar.toolbar-products .pages .pages-items .page_items--next a::before {
  font-size: 1.1rem;
  font-family: "icomoon";
  content: "\e916";
  color: #373737;
  display: block;
}
.catalog-category-view .columns .products.wrapper + .toolbar.toolbar-products .pages .pages-items .page_items--prev a.inactive,
.catalogsearch-result-index .columns .products.wrapper + .toolbar.toolbar-products .pages .pages-items .page_items--prev a.inactive,
.catalog-category-view .columns .products.wrapper + .toolbar.toolbar-products .pages .pages-items .page_items--next a.inactive,
.catalogsearch-result-index .columns .products.wrapper + .toolbar.toolbar-products .pages .pages-items .page_items--next a.inactive {
  cursor: not-allowed;
  opacity: 0.5;
}
.catalog-category-view .columns .products.wrapper + .toolbar.toolbar-products .pages .pages-items .page_items--next,
.catalogsearch-result-index .columns .products.wrapper + .toolbar.toolbar-products .pages .pages-items .page_items--next {
  margin: 0;
}
.catalog-category-view .columns .products.wrapper + .toolbar.toolbar-products .pages .pages-items .page_items--next a::before,
.catalogsearch-result-index .columns .products.wrapper + .toolbar.toolbar-products .pages .pages-items .page_items--next a::before {
  transform: rotate(180deg);
}
.catalog-category-view .columns .products.wrapper + .toolbar.toolbar-products .pages .pages-items .item,
.catalogsearch-result-index .columns .products.wrapper + .toolbar.toolbar-products .pages .pages-items .item {
  margin-right: 10px;
}
.catalog-category-view .columns .products.wrapper + .toolbar.toolbar-products .pages .pages-items .item a,
.catalogsearch-result-index .columns .products.wrapper + .toolbar.toolbar-products .pages .pages-items .item a,
.catalog-category-view .columns .products.wrapper + .toolbar.toolbar-products .pages .pages-items .item strong,
.catalogsearch-result-index .columns .products.wrapper + .toolbar.toolbar-products .pages .pages-items .item strong {
  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;
  background: #eaf3fa;
  border: 1px solid rgba(55, 55, 55, 0.1);
  box-sizing: border-box;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  padding: 0;
}
.catalog-category-view .columns .products.wrapper + .toolbar.toolbar-products .pages .pages-items .item a span,
.catalogsearch-result-index .columns .products.wrapper + .toolbar.toolbar-products .pages .pages-items .item a span,
.catalog-category-view .columns .products.wrapper + .toolbar.toolbar-products .pages .pages-items .item strong span,
.catalogsearch-result-index .columns .products.wrapper + .toolbar.toolbar-products .pages .pages-items .item strong span {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 22px;
  color: #373737;
}
.catalog-category-view .columns .products.wrapper + .toolbar.toolbar-products .pages .pages-items .item.current a,
.catalogsearch-result-index .columns .products.wrapper + .toolbar.toolbar-products .pages .pages-items .item.current a,
.catalog-category-view .columns .products.wrapper + .toolbar.toolbar-products .pages .pages-items .item.current strong,
.catalogsearch-result-index .columns .products.wrapper + .toolbar.toolbar-products .pages .pages-items .item.current strong {
  background: #ffffff;
}
.catalog-category-view .bottom-text,
.catalogsearch-result-index .bottom-text {
  font-size: 1.6rem;
  color: #373737;
}
.catalog-category-view .category-description,
.catalogsearch-result-index .category-description {
  color: #373737;
  max-height: 1000px;
  margin-top: 24px;
}
.catalog-category-view .category-description .read_more,
.catalogsearch-result-index .category-description .read_more {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 22px;
  color: #373737;
  text-decoration: underline;
  text-align: left;
}
.catalog-category-view .category-description .read_more::before,
.catalogsearch-result-index .category-description .read_more::before,
.catalog-category-view .category-description .read_more::after,
.catalogsearch-result-index .category-description .read_more::after {
  display: none;
}
.catalog-category-view .category-description h1,
.catalogsearch-result-index .category-description h1,
.catalog-category-view .category-description h2,
.catalogsearch-result-index .category-description h2,
.catalog-category-view .category-description h3,
.catalogsearch-result-index .category-description h3,
.catalog-category-view .category-description h4,
.catalogsearch-result-index .category-description h4,
.catalog-category-view .category-description h5,
.catalogsearch-result-index .category-description h5,
.catalog-category-view .category-description h6,
.catalogsearch-result-index .category-description h6 {
  font-size: 1.4rem;
  line-height: 25px;
  font-weight: 600;
  color: #373737;
}
.catalog-category-view .category-description p,
.catalogsearch-result-index .category-description p,
.catalog-category-view .category-description a,
.catalogsearch-result-index .category-description a {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 22px;
  color: #373737;
}
.catalog-category-view .category-description a,
.catalogsearch-result-index .category-description a {
  color: #3184ca;
  text-decoration: underline;
}
@media (min-width: 375px) {
  .catalog-category-view .columns .toolbar-products .toolbar-sorter .sorter-label,
  .catalogsearch-result-index .columns .toolbar-products .toolbar-sorter .sorter-label {
    font-size: 1.4rem;
  }
  .catalog-category-view .columns .toolbar-products .toolbar-sorter select,
  .catalogsearch-result-index .columns .toolbar-products .toolbar-sorter select {
    font-size: 1.1rem;
    margin-left: 9px;
  }
}
.product-gift__free {
  font-weight: 700 !important;
}
.catalogsearch-result-index #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product-item-details .product-item-name a {
  height: auto !important;
}
.catalog-category-view #amasty-shopby-product-list .products.products-grid,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-grid {
  padding: 0;
  margin: 0 !important;
  background: #ffffff;
}
.catalog-category-view #amasty-shopby-product-list .products.products-grid .products.list.items,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-grid .products.list.items {
  padding: 0 15px;
  background: #ffffff;
}
.catalog-category-view #amasty-shopby-product-list .products.products-grid .products.list.items .product-item,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-grid .products.list.items .product-item {
  padding: 0;
  width: 47.35%;
  margin-right: 15px;
  margin-bottom: 20px;
}
.catalog-category-view #amasty-shopby-product-list .products.products-grid .products.list.items .product-item:nth-child(even),
.catalogsearch-result-index #amasty-shopby-product-list .products.products-grid .products.list.items .product-item:nth-child(even) {
  margin-right: 0;
}
.catalog-category-view #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info {
  padding: 15px 7px 24px 7px;
  border: 1px solid rgba(55, 55, 55, 0.1);
  border-radius: 8px;
  box-sizing: border-box;
  background: transparent;
}
.catalog-category-view #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product.photo,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product.photo {
  width: auto;
  position: relative;
  max-width: 185px;
  margin: 0 auto;
  height: 120px;
}
.catalog-category-view #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product.photo a img,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product.photo a img {
  width: 100%;
  height: 100%;
  max-height: initial;
  min-height: initial;
}
.catalog-category-view #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product.photo .product-labels,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product.photo .product-labels {
  top: 0;
  right: 0;
  left: initial;
}
.catalog-category-view #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product.photo .product-labels .sale-label,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product.photo .product-labels .sale-label {
  font-size: 1.2rem;
  background: #d73939;
  border-radius: 8px 0 0 8px;
  font-weight: 600;
  line-height: 15px;
  text-align: center;
  color: #ffffff;
  padding: 5px 6px;
}
.catalog-category-view #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product-item-details,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product-item-details {
  margin: 13px 0 0 0;
}
.catalog-category-view #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product-item-details .product-item-name,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product-item-details .product-item-name {
  height: 55px;
  margin: 0;
}
.catalog-category-view #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product-item-details .product-item-name a,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product-item-details .product-item-name a {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 14px;
  text-align: center;
  color: #373737;
  display: inline-block;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: normal;
  line-break: strict;
  hyphens: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
}
.catalog-category-view #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product-item-details .product.sku_fz,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product-item-details .product.sku_fz {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 15px;
  text-align: center;
  color: #c6c5c5;
  display: block;
  margin: 10px 0;
  height: 15px;
}
.catalog-category-view #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product-item-details .stock,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product-item-details .stock {
  margin: 10px 0 12px 0;
  text-align: center;
  padding: 0;
  display: block;
  width: initial;
  background: transparent;
}
.catalog-category-view #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product-item-details .stock.available span,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product-item-details .stock.available span,
.catalog-category-view #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product-item-details .stock.unavailable span,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product-item-details .stock.unavailable span {
  font-size: 1.1rem;
  background: rgba(106, 172, 75, 0.3);
  border-radius: 8px 0px 8px 8px;
  font-weight: 600;
  line-height: 13px;
  color: #6aac4b;
  text-transform: initial;
  padding: 6px 9px;
  display: inline-block;
}
.catalog-category-view #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product-item-details .stock.unavailable span,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product-item-details .stock.unavailable span {
  background: #e4a76e;
  color: #ffffff;
}
.catalog-category-view #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product-reviews-summary.short,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product-reviews-summary.short {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
.catalog-category-view #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product-reviews-summary .reviews-actions,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product-reviews-summary .reviews-actions {
  display: block;
}
.catalog-category-view #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .products-shippment,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .products-shippment {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.1rem;
  margin: 10px 0 10px 0;
  text-align: center;
  height: 26px;
  font-weight: 600;
  line-height: 13px;
  color: #6aac4b;
}
.catalog-category-view #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .products-shippment .product-gift,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .products-shippment .product-gift {
  padding: 5px 0 0;
}
.catalog-category-view #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .products-shippment .product-term .term-value,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .products-shippment .product-term .term-value {
  font-weight: 700;
}
.catalog-category-view #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .products-shippment .product-term .la-comanda,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .products-shippment .product-term .la-comanda {
  color: #e4a76e;
}
.catalog-category-view #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product-info-actions,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product-info-actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.catalog-category-view #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product-info-actions .product-price .price-box,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product-info-actions .product-price .price-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: auto;
  height: auto;
  margin: 0;
}
.catalog-category-view #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product-info-actions .product-price .price-box .price,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product-info-actions .product-price .price-box .price {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 17px;
  color: #373737;
}
.catalog-category-view #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product-info-actions .product-price .price-box .old-price .price,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product-info-actions .product-price .price-box .old-price .price {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 16px;
  text-decoration-line: line-through;
  color: #373737;
}
.catalog-category-view #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product-info-actions .product-item-inner,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product-info-actions .product-item-inner {
  margin: 0;
}
.catalog-category-view #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product-info-actions .product-item-inner .product.actions,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product-info-actions .product-item-inner .product.actions {
  padding: 0;
}
.catalog-category-view #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product-info-actions .product-item-inner .product.actions .action.tocart,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product-info-actions .product-item-inner .product.actions .action.tocart {
  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;
  background: #3184ca;
  border-radius: 8px 0px 8px 8px;
  width: 35px;
  height: 35px;
  margin: 0;
}
.catalog-category-view #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product-info-actions .product-item-inner .product.actions .action.tocart.order,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product-info-actions .product-item-inner .product.actions .action.tocart.order {
  background: #e4a76e;
}
.catalog-category-view #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product-info-actions .product-item-inner .product.actions .action.tocart::before,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product-info-actions .product-item-inner .product.actions .action.tocart::before {
  font-size: 1.3rem;
  font-family: "icomoon";
  content: "\e902";
  margin: 0;
}
.catalog-category-view #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product-info-actions .product-item-inner .product.actions .not-sal-product .unavailable-add-tocart,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product-info-actions .product-item-inner .product.actions .not-sal-product .unavailable-add-tocart {
  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;
  cursor: unset;
  background: rgba(228, 167, 110, 0.5);
  color: #ffffff;
  border-radius: 8px 0 8px 8px;
  border: unset;
  width: 39px;
  height: 39px;
  margin: 0;
}
.catalog-category-view #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product-info-actions .product-item-inner .product.actions .not-sal-product .unavailable-add-tocart::before,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product-info-actions .product-item-inner .product.actions .not-sal-product .unavailable-add-tocart::before {
  font-size: 1.3rem;
  color: #ffffff;
  font-family: "icomoon";
  content: "\e902";
  margin: 0;
}
.catalog-category-view #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .rating-block,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .rating-block {
  display: flex;
}
.catalog-category-view #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .rating-block .rating-summary .rating-result > span::before,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .rating-block .rating-summary .rating-result > span::before {
  color: #ffc208;
}
.catalogsearch-result-index #amasty-shopby-product-list .products.products-grid .products.list.items {
  padding: 0;
}
.catalog-category-view #amasty-shopby-product-list .products.products-grid .products.list.items {
  margin: 0 -15px !important;
}
@media (min-width: 375px) {
  .catalog-category-view #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .products-shippment .product-term,
  .catalogsearch-result-index #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .products-shippment .product-term {
    margin: 0 -20px;
  }
  .catalog-category-view #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product-item-details,
  .catalogsearch-result-index #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product-item-details {
    padding: 0 11px;
  }
}
@media (min-width: 570px) {
  .catalog-category-view #amasty-shopby-product-list .products.products-grid .products.list.items,
  .catalogsearch-result-index #amasty-shopby-product-list .products.products-grid .products.list.items {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .catalog-category-view #amasty-shopby-product-list .products.products-grid .products.list.items .product-item,
  .catalogsearch-result-index #amasty-shopby-product-list .products.products-grid .products.list.items .product-item {
    width: 31.45%;
    margin-right: 15px;
  }
  .catalog-category-view #amasty-shopby-product-list .products.products-grid .products.list.items .product-item:nth-child(even),
  .catalogsearch-result-index #amasty-shopby-product-list .products.products-grid .products.list.items .product-item:nth-child(even) {
    margin-right: 15px;
  }
  .catalog-category-view #amasty-shopby-product-list .products.products-grid .products.list.items .product-item:nth-child(3n),
  .catalogsearch-result-index #amasty-shopby-product-list .products.products-grid .products.list.items .product-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (min-width: 1150px) {
  .catalog-category-view #amasty-shopby-product-list .products.products-grid .products.list.items .product-item,
  .catalogsearch-result-index #amasty-shopby-product-list .products.products-grid .products.list.items .product-item {
    width: 23%;
    margin-right: 19px;
    margin-bottom: 20px;
  }
  .catalog-category-view #amasty-shopby-product-list .products.products-grid .products.list.items .product-item:nth-child(even),
  .catalogsearch-result-index #amasty-shopby-product-list .products.products-grid .products.list.items .product-item:nth-child(even) {
    margin-right: 19px;
  }
  .catalog-category-view #amasty-shopby-product-list .products.products-grid .products.list.items .product-item:nth-child(3n),
  .catalogsearch-result-index #amasty-shopby-product-list .products.products-grid .products.list.items .product-item:nth-child(3n) {
    margin-right: 19px;
  }
  .catalog-category-view #amasty-shopby-product-list .products.products-grid .products.list.items .product-item:nth-child(4n),
  .catalogsearch-result-index #amasty-shopby-product-list .products.products-grid .products.list.items .product-item:nth-child(4n) {
    margin-right: 0;
  }
  .catalog-category-view #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info,
  .catalogsearch-result-index #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info {
    padding: 24px 15px;
  }
  .catalog-category-view #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product.photo,
  .catalogsearch-result-index #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product.photo {
    height: 185px;
  }
  .catalog-category-view #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product-item-details,
  .catalogsearch-result-index #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product-item-details {
    margin: 10px 0 0 0;
    padding: 0;
  }
  .catalog-category-view #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product-item-details .product-item-name,
  .catalogsearch-result-index #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product-item-details .product-item-name {
    height: 68px;
  }
  .catalog-category-view #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product-item-details .product-item-name a,
  .catalogsearch-result-index #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product-item-details .product-item-name a {
    font-size: 1.4rem;
    line-height: 17px;
  }
  .catalog-category-view #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product-item-details .stock.available span,
  .catalogsearch-result-index #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product-item-details .stock.available span,
  .catalog-category-view #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product-item-details .stock.unavailable span,
  .catalogsearch-result-index #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product-item-details .stock.unavailable span {
    font-size: 1.2rem;
  }
  .catalog-category-view #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .products-shippment,
  .catalogsearch-result-index #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .products-shippment {
    font-size: 1.4rem;
    line-height: 17px;
    margin: 10px 0 15px 0;
    height: 35px;
  }
  .catalog-category-view #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product-info-actions .product-price .price-box .price,
  .catalogsearch-result-index #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product-info-actions .product-price .price-box .price {
    font-size: 1.5rem;
    line-height: 18px;
  }
  .catalog-category-view #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product-info-actions .product-price .price-box .old-price .price,
  .catalogsearch-result-index #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product-info-actions .product-price .price-box .old-price .price {
    font-size: 1.3rem;
    line-height: 19px;
  }
  .catalog-category-view #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product-info-actions .product-item-inner,
  .catalogsearch-result-index #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product-info-actions .product-item-inner {
    margin: 0;
  }
  .catalog-category-view #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product-info-actions .product-item-inner .product.actions,
  .catalogsearch-result-index #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product-info-actions .product-item-inner .product.actions {
    padding: 0;
  }
  .catalog-category-view #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product-info-actions .product-item-inner .product.actions .action.tocart,
  .catalogsearch-result-index #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product-info-actions .product-item-inner .product.actions .action.tocart {
    width: 39px;
    height: 39px;
  }
  .catalog-category-view #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product-info-actions .product-item-inner .product.actions .action.tocart::before,
  .catalogsearch-result-index #amasty-shopby-product-list .products.products-grid .products.list.items .product-item .product-item-info .product-info-actions .product-item-inner .product.actions .action.tocart::before {
    font-size: 1.5rem;
  }
}
@media (min-width: 1350px) {
  .catalog-category-view #amasty-shopby-product-list .products.products-grid .products.list.items .product-item,
  .catalogsearch-result-index #amasty-shopby-product-list .products.products-grid .products.list.items .product-item {
    width: 23.5%;
  }
}
@media (min-width: 1024px) {
  .catalog-category-view .sidebar-main .filter-content .active-filters-box,
  .catalogsearch-result-index .sidebar-main .filter-content .active-filters-box {
    padding: 18px 24px;
  }
  .catalog-category-view .sidebar-main .filter-content .active-filters-box .filter-current .items,
  .catalogsearch-result-index .sidebar-main .filter-content .active-filters-box .filter-current .items {
    margin: 18px 0 16px 0;
    padding: 0;
  }
  .catalog-category-view .sidebar-main .filter-content .active-filters-box .filter-current .items .amshopby-filter-name,
  .catalogsearch-result-index .sidebar-main .filter-content .active-filters-box .filter-current .items .amshopby-filter-name {
    font-size: 1.3rem;
  }
  .catalog-category-view .sidebar-main .filter-content .active-filters-box .filter-current .items li .amshopby-filter-value,
  .catalogsearch-result-index .sidebar-main .filter-content .active-filters-box .filter-current .items li .amshopby-filter-value {
    font-size: 1.4rem;
    padding: 7px 10px;
  }
  .catalog-category-view .sidebar-main .filter-content .active-filters-box .filter-current .items li .amshopby-filter-value .remove-current-filter,
  .catalogsearch-result-index .sidebar-main .filter-content .active-filters-box .filter-current .items li .amshopby-filter-value .remove-current-filter {
    min-width: 12px;
    max-width: 12px;
    min-height: 12px;
    max-height: 12px;
    margin-left: 11px;
  }
  .catalog-category-view .sidebar-main .filter-content .active-filters-box .filter-current .items li .amshopby-filter-value .remove-current-filter::before,
  .catalogsearch-result-index .sidebar-main .filter-content .active-filters-box .filter-current .items li .amshopby-filter-value .remove-current-filter::before {
    font-size: 0.5rem;
  }
  .catalog-category-view .sidebar-main .filter-content .active-filters-box .block-actions.filter-actions,
  .catalogsearch-result-index .sidebar-main .filter-content .active-filters-box .block-actions.filter-actions {
    margin: 0;
    padding: 0;
  }
  .catalog-category-view .sidebar-main .filter-content .active-filters-box .block-actions.filter-actions a,
  .catalogsearch-result-index .sidebar-main .filter-content .active-filters-box .block-actions.filter-actions a {
    font-size: 1.4rem;
  }
  .catalog-category-view .sidebar-main .filter-content .filter-options-item,
  .catalogsearch-result-index .sidebar-main .filter-content .filter-options-item {
    padding: 18px 24px;
  }
  .catalog-category-view .sidebar-main .filter-content .filter-options-item.highlighted,
  .catalogsearch-result-index .sidebar-main .filter-content .filter-options-item.highlighted {
    border-color: #2572b4;
  }
  .catalog-category-view .sidebar-main .filter-content .filter-options-item .filter-options-title,
  .catalogsearch-result-index .sidebar-main .filter-content .filter-options-item .filter-options-title {
    font-size: 1.5rem;
  }
  .catalog-category-view .sidebar-main .filter-content .filter-options-item .filter-options-title::after,
  .catalogsearch-result-index .sidebar-main .filter-content .filter-options-item .filter-options-title::after {
    right: -17px;
  }
  .catalog-category-view .sidebar-main .filter-content .filter-options-item .filter-options-content,
  .catalogsearch-result-index .sidebar-main .filter-content .filter-options-item .filter-options-content {
    padding: 0;
  }
  .catalog-category-view .sidebar-main .filter-content .filter-options-item .filter-options-content .amshopby-search-box,
  .catalogsearch-result-index .sidebar-main .filter-content .filter-options-item .filter-options-content .amshopby-search-box {
    margin: 15px 0 0 0;
  }
  .catalog-category-view .sidebar-main .filter-content .filter-options-item .filter-options-content .items .item span,
  .catalogsearch-result-index .sidebar-main .filter-content .filter-options-item .filter-options-content .items .item span {
    font-size: 1.4rem;
  }
  .catalog-category-view .sidebar-main .filter-content .filter-options-item .filter-options-content .am-show-more,
  .catalogsearch-result-index .sidebar-main .filter-content .filter-options-item .filter-options-content .am-show-more {
    font-size: 1.3rem;
  }
  .catalog-category-view .sidebar-main .filter-content .filter-options-item .filter-options-content .am-show-more::before,
  .catalogsearch-result-index .sidebar-main .filter-content .filter-options-item .filter-options-content .am-show-more::before {
    display: none;
  }
}
.catalogsearch-result-index #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product-item-name {
  height: auto !important;
}
.catalog-category-view #amasty-shopby-product-list .products.products-list,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-list {
  padding: 0;
  margin: 0 !important;
  background: #ffffff;
}
.catalog-category-view #amasty-shopby-product-list .products.products-list .products.list.items,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-list .products.list.items {
  padding: 0;
  margin: 0 !important;
  background: #ffffff;
  display: block;
}
.catalog-category-view #amasty-shopby-product-list .products.products-list .products.list.items .product-item,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-list .products.list.items .product-item {
  padding: 0;
  margin-bottom: 15px;
}
.catalog-category-view #amasty-shopby-product-list .products.products-list .products.list.items .product-item:last-child,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-list .products.list.items .product-item:last-child {
  margin: 0;
}
.catalog-category-view #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info {
  margin: 0;
  padding: 24px;
  border-radius: 8px;
  border: 1px solid rgba(55, 55, 55, 0.1);
}
.catalog-category-view #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-photo,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-photo {
  width: 230px;
  margin: 0 auto;
  float: initial;
}
.catalog-category-view #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-photo .product-labels,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-photo .product-labels {
  top: 24px;
  right: 0;
  left: initial;
}
.catalog-category-view #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-photo .product-labels .sale-label,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-photo .product-labels .sale-label {
  font-size: 1.4rem;
  background: #d73939;
  border-radius: 8px 0 0 8px;
  font-weight: 600;
  line-height: 15px;
  text-align: center;
  color: #ffffff;
  padding: 10px 11px;
}
.catalog-category-view #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details {
  margin: 26px 0 0 0;
  text-align: center;
  padding: 0;
  width: 100%;
}
.catalog-category-view #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product-item-name,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product-item-name {
  height: 52px;
}
.catalog-category-view #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product-item-name a,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product-item-name a {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 17px;
  text-align: center;
  color: #373737;
  word-break: break-word;
}
.catalog-category-view #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product.sku_fz,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product.sku_fz {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 15px;
  text-align: center;
  color: #c6c5c5;
  display: block;
  margin: 10px 0;
  height: 15px;
}
.catalog-category-view #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .stock,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .stock {
  margin: 10px 0 14px 0;
  text-align: center;
  padding: 0;
  display: block;
  width: initial;
  background: transparent;
}
.catalog-category-view #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .stock.available span,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .stock.available span,
.catalog-category-view #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .stock.unavailable span,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .stock.unavailable span {
  font-size: 1.2rem;
  background: rgba(106, 172, 75, 0.3);
  border-radius: 8px 0px 8px 8px;
  font-weight: 600;
  line-height: 13px;
  color: #6aac4b;
  text-transform: initial;
  padding: 8.5px 12.5px;
  display: inline-block;
}
.catalog-category-view #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .stock.unavailable span,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .stock.unavailable span {
  background: #e4a76e;
  color: #ffffff;
}
.catalog-category-view #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .products-shippment,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .products-shippment {
  font-size: 1.4rem;
  margin: 10px 0 10px 0;
  height: 26px;
  font-weight: 600;
  line-height: 13px;
  text-align: center;
  color: #6aac4b;
}
.catalog-category-view #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .products-shippment .product-term,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .products-shippment .product-term {
  display: contents;
}
.catalog-category-view #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .products-shippment .product-term .term-value,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .products-shippment .product-term .term-value {
  font-weight: 700;
}
.catalog-category-view #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .products-shippment .product-term .la-comanda,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .products-shippment .product-term .la-comanda {
  color: #e4a76e;
}
.catalog-category-view #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product-info-actions,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product-info-actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.catalog-category-view #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product-info-actions .product-price .price-box,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product-info-actions .product-price .price-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: auto;
  height: auto;
  margin: 0;
}
.catalog-category-view #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product-info-actions .product-price .price-box .price,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product-info-actions .product-price .price-box .price {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 17px;
  color: #373737;
}
.catalog-category-view #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product-info-actions .product-price .price-box .old-price .price,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product-info-actions .product-price .price-box .old-price .price {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 26px;
  text-decoration-line: line-through;
  color: #373737;
}
.catalog-category-view #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product-info-actions .product-item-inner,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product-info-actions .product-item-inner {
  margin: 0;
  width: initial;
}
.catalog-category-view #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product-info-actions .product-item-inner .actions-primary,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product-info-actions .product-item-inner .actions-primary {
  margin: 0;
}
.catalog-category-view #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product-info-actions .product-item-inner .product.actions,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product-info-actions .product-item-inner .product.actions {
  padding: 0;
}
.catalog-category-view #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product-info-actions .product-item-inner .product.actions .action.tocart,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product-info-actions .product-item-inner .product.actions .action.tocart,
.catalog-category-view #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product-info-actions .product-item-inner .product.actions .unavailable-add-tocart,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product-info-actions .product-item-inner .product.actions .unavailable-add-tocart {
  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;
  background: #3184ca;
  border-radius: 8px 0 8px 8px;
  width: 52px;
  height: 52px;
  margin: 0;
  border: initial;
}
.catalog-category-view #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product-info-actions .product-item-inner .product.actions .action.tocart span,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product-info-actions .product-item-inner .product.actions .action.tocart span,
.catalog-category-view #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product-info-actions .product-item-inner .product.actions .unavailable-add-tocart span,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product-info-actions .product-item-inner .product.actions .unavailable-add-tocart span {
  display: none;
}
.catalog-category-view #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product-info-actions .product-item-inner .product.actions .action.tocart.secondary,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product-info-actions .product-item-inner .product.actions .action.tocart.secondary,
.catalog-category-view #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product-info-actions .product-item-inner .product.actions .unavailable-add-tocart.secondary,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product-info-actions .product-item-inner .product.actions .unavailable-add-tocart.secondary {
  background: #e4a76e;
}
.catalog-category-view #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product-info-actions .product-item-inner .product.actions .action.tocart.secondary::before,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product-info-actions .product-item-inner .product.actions .action.tocart.secondary::before,
.catalog-category-view #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product-info-actions .product-item-inner .product.actions .unavailable-add-tocart.secondary::before,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product-info-actions .product-item-inner .product.actions .unavailable-add-tocart.secondary::before {
  color: #ffffff;
}
.catalog-category-view #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product-info-actions .product-item-inner .product.actions .action.tocart::before,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product-info-actions .product-item-inner .product.actions .action.tocart::before,
.catalog-category-view #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product-info-actions .product-item-inner .product.actions .unavailable-add-tocart::before,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product-info-actions .product-item-inner .product.actions .unavailable-add-tocart::before {
  font-size: 2.3rem;
  font-family: "icomoon";
  content: "\e902";
  margin: 0;
}
.catalog-category-view #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product-info-actions .product-item-inner .product.actions .unavailable-add-tocart,
.catalogsearch-result-index #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product-info-actions .product-item-inner .product.actions .unavailable-add-tocart {
  color: #ffffff;
}
@media (min-width: 450px) {
  .catalog-category-view #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product-item-name,
  .catalogsearch-result-index #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product-item-name {
    height: 34px;
  }
  .catalog-category-view #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .products-shippment,
  .catalogsearch-result-index #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .products-shippment {
    height: 15px;
  }
  .catalog-category-view #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product-info-actions .product-item-inner .product.actions .action.tocart,
  .catalogsearch-result-index #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product-info-actions .product-item-inner .product.actions .action.tocart,
  .catalog-category-view #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product-info-actions .product-item-inner .product.actions .unavailable-add-tocart,
  .catalogsearch-result-index #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product-info-actions .product-item-inner .product.actions .unavailable-add-tocart {
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    width: 206px;
    height: 50px;
    position: relative;
    background: #3184ca;
    border-radius: 8px;
    padding: 0 0 0 15px;
  }
  .catalog-category-view #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product-info-actions .product-item-inner .product.actions .action.tocart span,
  .catalogsearch-result-index #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product-info-actions .product-item-inner .product.actions .action.tocart span,
  .catalog-category-view #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product-info-actions .product-item-inner .product.actions .unavailable-add-tocart span,
  .catalogsearch-result-index #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product-info-actions .product-item-inner .product.actions .unavailable-add-tocart span {
    font-size: 1.4rem;
    display: block;
    font-weight: 500;
    line-height: 24px;
    text-transform: uppercase;
    color: #ffffff;
  }
  .catalog-category-view #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product-info-actions .product-item-inner .product.actions .action.tocart.secondary,
  .catalogsearch-result-index #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product-info-actions .product-item-inner .product.actions .action.tocart.secondary,
  .catalog-category-view #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product-info-actions .product-item-inner .product.actions .unavailable-add-tocart.secondary,
  .catalogsearch-result-index #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product-info-actions .product-item-inner .product.actions .unavailable-add-tocart.secondary {
    background: #e4a76e;
  }
  .catalog-category-view #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product-info-actions .product-item-inner .product.actions .action.tocart.secondary::before,
  .catalogsearch-result-index #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product-info-actions .product-item-inner .product.actions .action.tocart.secondary::before,
  .catalog-category-view #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product-info-actions .product-item-inner .product.actions .unavailable-add-tocart.secondary::before,
  .catalogsearch-result-index #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product-info-actions .product-item-inner .product.actions .unavailable-add-tocart.secondary::before {
    background: #cd925b;
  }
  .catalog-category-view #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product-info-actions .product-item-inner .product.actions .action.tocart::before,
  .catalogsearch-result-index #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product-info-actions .product-item-inner .product.actions .action.tocart::before,
  .catalog-category-view #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product-info-actions .product-item-inner .product.actions .unavailable-add-tocart::before,
  .catalogsearch-result-index #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product-info-actions .product-item-inner .product.actions .unavailable-add-tocart::before {
    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;
    position: absolute;
    right: 0;
    width: 47px;
    height: 50px;
    background: #2573b4;
    border-radius: 8px 0px;
  }
  .catalog-category-view #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product-info-actions .product-item-inner .product.actions .unavailable-add-tocart,
  .catalogsearch-result-index #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product-info-actions .product-item-inner .product.actions .unavailable-add-tocart {
    background: rgba(228, 167, 110, 0.5) !important;
  }
  .catalog-category-view #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product-info-actions .product-item-inner .product.actions .unavailable-add-tocart::before,
  .catalogsearch-result-index #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product-info-actions .product-item-inner .product.actions .unavailable-add-tocart::before {
    background: rgba(228, 167, 110, 0.5) !important;
  }
}
@media (min-width: 1250px) {
  .catalog-category-view #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-photo,
  .catalogsearch-result-index #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-photo {
    width: 232px;
  }
  .catalog-category-view #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details,
  .catalogsearch-result-index #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details {
    margin: 0 0 0 40px;
    width: 65%;
  }
  .catalog-category-view #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product.sku_fz,
  .catalogsearch-result-index #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product.sku_fz {
    width: 76%;
  }
  .catalog-category-view #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product-info-actions,
  .catalogsearch-result-index #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product-info-actions {
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
  }
  .catalog-category-view #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product-info-actions .product-price,
  .catalogsearch-result-index #amasty-shopby-product-list .products.products-list .products.list.items .product-item .product-item-info .product-item-details .product-info-actions .product-price {
    margin-right: 44px;
  }
}
@keyframes float {
  0% {
    transform: translatey(10px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(10px);
  }
}
body.cms-noroute-index .page-main {
  background: url('../../frontend/Leadlion/autogedal/ro_RO//images/search_background.svg');
  background-repeat: no-repeat;
  background-size: cover;
  margin: 55px 0 0 0;
}
body.cms-noroute-index .page-main .space-character {
  display: none;
}
body.cms-noroute-index .page-main .search-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  max-width: 390px;
  margin: 0 auto;
}
body.cms-noroute-index .page-main .search-content_title {
  font-size: 12rem;
  font-weight: 700;
  color: #ffffff;
  margin: 4rem 0 2rem 0;
}
body.cms-noroute-index .page-main .search-content_text {
  font-size: 2rem;
  font-weight: 600;
  line-height: 25px;
  color: #ffffff;
  text-align: center;
}
body.cms-noroute-index .page-main .search-content_bar {
  width: 100%;
}
body.cms-noroute-index .page-main .search-content_bar .search_form_not_found {
  position: relative;
  max-width: 260px;
  margin: 15px auto;
}
body.cms-noroute-index .page-main .search-content_bar .search_input_not_found {
  position: initial;
  margin: 0;
  padding: 0 40px 0 15px;
  border: initial;
  border-radius: 5px;
  color: #373737;
}
body.cms-noroute-index .page-main .search-content_bar .search_input_not_found::-webkit-input-placeholder {
  font-size: 1.2rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #c5c5c5;
  font-style: initial;
}
body.cms-noroute-index .page-main .search-content_bar .search_input_not_found:-ms-input-placeholder {
  font-size: 1.2rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #c5c5c5;
  font-style: initial;
}
body.cms-noroute-index .page-main .search-content_bar .search_input_not_found::placeholder {
  font-size: 1.2rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  color: #c5c5c5;
  font-style: initial;
}
body.cms-noroute-index .page-main .search-content_bar .search_btn_not_found {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border: initial;
  width: initial;
  line-height: initial;
  background: transparent;
  height: 100%;
}
body.cms-noroute-index .page-main .search-content_bar .search_btn_not_found::after {
  font-size: 1.4rem;
  font-family: "icomoon";
  content: "\e904";
  color: #373737;
}
body.cms-noroute-index .page-main .search-content_bar .amsearch-wrapper-block {
  width: 100%;
}
body.cms-noroute-index .page-main .search-content_btn {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  padding: 15px 0;
  width: 100%;
  max-width: 290px;
  margin-bottom: 4rem;
  background: #3184ca;
  border-radius: 8px;
}
@media (min-width: 1250px) {
  body.cms-noroute-index .page-main .space-character {
    top: 25%;
    width: 480px;
  }
  body.cms-noroute-index .page-main .search-content {
    max-width: 757px;
  }
}
@media (min-width: 1450px) {
  body.cms-noroute-index .page-main .space-character {
    top: 18%;
    width: 670px;
  }
}
body.catalog-product-view .product.data.items .description-data-content-title,
body.catalog-product-view .product.data.items .attributes-box-subtitle,
body.catalog-product-view .product.data.items .mp-attachment-tab .title {
  display: none !important;
}
body.catalog-product-view .product.data.items .content-data.additional .additional-attributes-wrapper {
  border: 0.1rem solid rgba(55, 55, 55, 0.1);
  border-radius: 0 0 0.8rem 0.8rem;
  background: #eaf3fa;
  overflow: hidden;
}
body.catalog-product-view .product.data.items .content-data.additional .additional-attributes-wrapper .icon-down-arrow {
  display: none;
}
body.catalog-product-view .product.data.items .content-data.additional .attributes-box-content {
  max-height: 558px;
  overflow: hidden;
  background: transparent;
  border: initial;
}
body.catalog-product-view .product.data.items .content-data.additional .attributes-box-content.expand {
  max-height: initial;
}
body.catalog-product-view .product.data.items .content-data.additional .show-more-attributes {
  padding: 15px;
}
body.catalog-product-view .product.data.items .content-data.additional .attributes-box-install-guide .instructions {
  border: 0.1rem solid rgba(55, 55, 55, 0.1);
  border-radius: 0 0 0.8rem 0.8rem;
  background: #eaf3fa;
  padding: 15px;
}
body.catalog-product-view .product.data.items .content-data.additional .show-more-attributes {
  font-size: 1.4rem;
  text-decoration: underline;
  color: #373737;
  font-weight: 700;
  margin: 0;
  display: block;
  cursor: pointer;
  width: 100%;
  position: relative;
  padding: 0 15px 15px 15px;
}
body.catalog-product-view .product.data.items .content-data.additional .show-more-attributes::before {
  content: '';
  width: 100%;
  height: 7rem;
  bottom: 3rem;
  left: 0;
  position: absolute;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #eaf3fa 62%);
}
body.catalog-product-view .product.data.items .content-data.additional .show-more-attributes.expand {
  padding: 15px;
}
body.catalog-product-view .product.data.items .content-data.additional .show-more-attributes.expand::before {
  height: 2rem;
  bottom: 0;
  background: transparent;
}
.seo-products {
  margin: 24px 0;
}
.seo-products-title {
  font-size: 2rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #373737;
  margin-bottom: 12px;
}
.seo-products_list .product-items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 14px;
}
.seo-products_list .product-item {
  width: calc(50% - 7px);
  padding: 15px 7px 24px 7px;
  border: 1px solid rgba(55, 55, 55, 0.1);
  border-radius: 8px;
}
.seo-products_list .product-item.custom {
  height: 424px;
}
.seo-products_list .product-item.custom a {
  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;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  height: 100%;
}
.seo-products_list .product-item.custom a:hover {
  text-decoration: initial;
}
.seo-products_list .product-item.custom .info-msg {
  font-size: 1.8rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #373737;
  margin-bottom: 16px;
}
.seo-products_list .product-item.custom .info-category {
  font-size: 2rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #373737;
}
.seo-products_list .product-item-image-box {
  width: auto;
  position: relative;
  max-width: 185px;
  margin: 0 auto;
  height: 120px;
  display: block;
}
.seo-products_list .product-item-image-box img {
  width: 100%;
  height: 100%;
  max-height: initial;
  min-height: initial;
  object-fit: contain;
}
.seo-products_list .product-item-details {
  margin: 13px 0 0 0;
}
.seo-products_list .product-item-name {
  height: 55px;
  margin: 0;
  overflow: hidden;
}
.seo-products_list .product-item-name a {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 14px;
  color: #373737;
  display: inline-block;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: normal;
  line-break: strict;
  hyphens: none;
  -webkit-hyphens: none;
  -moz-hyphens: none;
}
.seo-products_list .product-item .sku_fz {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 15px;
  color: #c6c5c5;
  display: block;
  margin: 10px 0;
  height: 15px;
}
.seo-products_list .product-item .stock {
  margin: 10px 0 12px 0;
  text-align: center;
  padding: 0;
  display: block;
  width: initial;
  background: transparent;
}
.seo-products_list .product-item .stock.available span,
.seo-products_list .product-item .stock.unavailable span {
  font-size: 1.1rem;
  border-radius: 8px 0px 8px 8px;
  font-weight: 600;
  line-height: 13px;
  text-transform: initial;
  padding: 6px 9px;
  display: inline-block;
}
.seo-products_list .product-item .stock.available span {
  color: #6aac4b;
  background: rgba(106, 172, 75, 0.3);
}
.seo-products_list .product-item .stock.unavailable span {
  background: #e4a76e;
  color: #ffffff;
}
.seo-products_list .product-item .rating-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.seo-products_list .product-item .rating-block .product-reviews-summary.short {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}
.seo-products_list .product-item .products-shippment {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 1.1rem;
  margin: 10px 0 10px 0;
  text-align: center;
  height: 26px;
  font-weight: 600;
  line-height: 13px;
  color: #6aac4b;
}
.seo-products_list .product-item .products-shippment .term-value {
  font-weight: 700;
}
.seo-products_list .product-item .products-shippment .la-comanda {
  color: #e4a76e;
}
.seo-products_list .product-item .product-info-actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.seo-products_list .product-item .product-info-actions .product-price .price-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  width: auto;
  height: auto;
  margin: 0;
}
.seo-products_list .product-item .product-info-actions .product-price .price-box .price {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 17px;
  color: #373737;
}
.seo-products_list .product-item .product-info-actions .product-price .price-box .old-price .price {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 16px;
  text-decoration-line: line-through;
  color: #373737;
}
.seo-products_list .product-item .product-info-actions .product-item-inner {
  margin: 0;
}
.seo-products_list .product-item .product-info-actions .product-item-inner .product.actions {
  padding: 0;
}
.seo-products_list .product-item .product-info-actions .product-item-inner .product.actions .action.tocart {
  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;
  background: #3184ca;
  border-radius: 8px 0px 8px 8px;
  width: 35px;
  height: 35px;
  margin: 0;
  border: initial;
}
.seo-products_list .product-item .product-info-actions .product-item-inner .product.actions .action.tocart.order {
  background: #e4a76e;
}
.seo-products_list .product-item .product-info-actions .product-item-inner .product.actions .action.tocart::before {
  font-size: 1.3rem;
  font-family: "icomoon";
  content: "\e902";
  margin: 0;
}
.seo-products_list .product-item .product-info-actions .product-item-inner .product.actions .not-sal-product .unavailable-add-tocart {
  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;
  cursor: unset;
  background: rgba(228, 167, 110, 0.5);
  color: #ffffff;
  border-radius: 8px 0 8px 8px;
  border: unset;
  width: 39px;
  height: 39px;
  margin: 0;
}
.seo-products_list .product-item .product-info-actions .product-item-inner .product.actions .not-sal-product .unavailable-add-tocart::before {
  font-size: 1.3rem;
  color: #ffffff;
  font-family: "icomoon";
  content: "\e902";
  margin: 0;
}
@media (min-width: 375px) {
  .seo-products_list .product-item.custom {
    height: 404px;
  }
  .seo-products_list .product-item-details {
    padding: 0 11px;
  }
}
@media (min-width: 575px) {
  .seo-products_list .product-item {
    width: calc(32% - 3.2px);
  }
  .seo-products_list .product-item.custom {
    width: 100%;
    height: 150px;
  }
}
@media (min-width: 1150px) {
  .seo-products-title {
    font-size: 2.4rem;
    margin-bottom: 24px;
  }
  .seo-products_list .product-items {
    gap: 19px;
  }
  .seo-products_list .product-item {
    width: calc(23.8% - 4.75px);
    padding: 24px 15px;
  }
  .seo-products_list .product-item.custom {
    width: calc(23.8% - 4.75px);
    height: 506px;
  }
  .seo-products_list .product-item.custom .info-msg {
    font-size: 3rem;
    margin-bottom: 60px;
  }
  .seo-products_list .product-item.custom .info-category {
    font-size: 3.2rem;
  }
  .seo-products_list .product-item-image-box {
    height: 185px;
  }
  .seo-products_list .product-item-details {
    padding: 0;
    margin: 10px 0 0 0;
  }
  .seo-products_list .product-item-name {
    height: 68px;
  }
  .seo-products_list .product-item-name a {
    font-size: 1.4rem;
    line-height: 17px;
  }
  .seo-products_list .product-item .stock.available span,
  .seo-products_list .product-item .stock.unavailable span {
    font-size: 1.2rem;
  }
  .seo-products_list .product-item .products-shippment {
    font-size: 1.4rem;
    line-height: 17px;
    margin: 10px 0 15px 0;
    height: 35px;
  }
  .seo-products_list .product-item .product-info-actions .product-price .price-box .price {
    font-size: 1.5rem;
    line-height: 18px;
  }
  .seo-products_list .product-item .product-info-actions .product-price .price-box .old-price .price {
    font-size: 1.3rem;
    line-height: 19px;
  }
  .seo-products_list .product-item .product-info-actions .product-item-inner {
    margin: 0;
  }
  .seo-products_list .product-item .product-info-actions .product-item-inner .product.actions {
    padding: 0;
  }
  .seo-products_list .product-item .product-info-actions .product-item-inner .product.actions .action.tocart {
    width: 39px;
    height: 39px;
  }
  .seo-products_list .product-item .product-info-actions .product-item-inner .product.actions .action.tocart::before {
    font-size: 1.5rem;
  }
}
.minicart-wrapper.active .minicart-items-wrapper {
  min-height: initial !important;
  height: auto !important;
}
.minicart-wrapper .block-minicart::before {
  width: 100%;
  right: unset !important;
  border: initial;
  height: 25px;
  z-index: 1;
}
.minicart-wrapper .block-minicart::after {
  border-color: transparent transparent #ffffff transparent;
}
.minicart-wrapper .block-minicart .minicart-items {
  overflow: scroll;
  overflow-x: hidden;
  max-height: 300px;
}
.minicart-wrapper .block-minicart .minicart-items::-webkit-scrollbar {
  width: 0;
  background: transparent;
}
.page-header.sticky-header .minicart-wrapper .block-minicart {
  right: 0 !important;
  left: unset;
  min-width: 350px;
  margin: 0;
}
.checkout-addition-block .osc-newsletter {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 !important;
}
.checkout-addition-block .osc-newsletter label {
  font-size: 1.4rem;
  padding: 0 0 0 10px !important;
  line-height: 16px;
  color: #373737;
  text-overflow: ellipsis;
  overflow: hidden;
  float: none;
  width: 100%;
  margin: 0 0 8px;
}
.checkout-addition-block .osc-newsletter input {
  margin: 0;
  top: 1;
}
.checkout-addition-block .montajblock .montaj {
  padding: 0;
}
.checkout-addition-block .montajblock .montaj input {
  margin: 0;
  top: 1;
}
.checkout-addition-block .montajblock .montaj .motaj-span {
  padding: 0 0 0 6px;
}
.checkout-addition-block .montajblock .montaj span,
.checkout-addition-block .montajblock .montaj p {
  font-size: 1.4rem;
  line-height: 16px;
  color: #373737;
  font-weight: 400;
}
.checkout-addition-block .montajblock .montaj p {
  padding: 0 0 0 22px;
  margin: 0;
}
.checkout-agreement {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 !important;
}
.checkout-agreement input {
  margin: 0;
  top: 1;
}
.checkout-agreement label {
  padding: 0 0 0 10px !important;
  margin: 0 !important;
}
.checkout-agreement label::after {
  display: none;
}
.checkout-agreement button span {
  font-size: 1.4rem;
  line-height: 16px;
  color: #373737;
}
.one-step-checkout-wrapper .minicart-items-wrapper .product-image-wrapper img {
  object-fit: contain;
}
@media (max-width: 580px) {
  .one-step-checkout-wrapper .minicart-items-wrapper .data-table {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .one-step-checkout-wrapper .minicart-items-wrapper .data-table .product-item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .one-step-checkout-wrapper .minicart-items-wrapper .data-table .product-item .product-image-container {
    min-width: 75px;
  }
  .one-step-checkout-wrapper .minicart-items-wrapper .data-table .product-item td:first-child {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: initial;
    flex-basis: initial;
  }
  .one-step-checkout-wrapper .minicart-items-wrapper .data-table .product-item td {
    -webkit-flex-basis: 30%;
    flex-basis: 30%;
  }
}
.onestepcheckout-index-index .customCityField._error .select2-selection--single {
  border-color: #ed8380;
}
.onestepcheckout-index-index div.mage-error {
  position: relative !important;
}
.onestepcheckout-index-index .checkbox-pj .choice.field {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin: 0;
  padding: 0 !important;
}
.onestepcheckout-index-index .checkbox-pj .choice.field .checkbox {
  position: initial;
  margin: 0;
}
.onestepcheckout-index-index .checkbox-pj .choice.field label {
  font-size: 1.3rem;
  margin: 0;
  padding-left: 10px;
  font-weight: 700;
  text-transform: uppercase;
}
.onestepcheckout-index-index .checkout-agreements div.mage-error {
  position: absolute !important;
  bottom: -10px;
  left: 23px;
}
.onestepcheckout-index-index._has-modal .select2-container {
  z-index: 99999;
}
.onestepcheckout-index-index .one-step-checkout-wrapper .left_content.row-mp .col-mp:nth-child(6) {
  margin: 0 0 20px !important;
}
.onestepcheckout-index-index .one-step-checkout-wrapper .left_content.row-mp .form.form-shipping-address .field.leadlion-pf-pj {
  width: 100%;
}
.onestepcheckout-index-index .one-step-checkout-wrapper .left_content.row-mp .form.form-shipping-address .field.leadlion-pf-pj .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.onestepcheckout-index-index .one-step-checkout-wrapper .left_content.row-mp .form.form-shipping-address .field.leadlion-pf-pj .control .field.street {
  -ms-flex-order: 10;
  -webkit-order: 10;
  order: 10;
}
.onestepcheckout-index-index .one-step-checkout-wrapper .left_content.row-mp .form.form-shipping-address .field.leadlion-pf-pj .control .col-sm-24 {
  margin: 0 0 10px;
}
.onestepcheckout-index-index .one-step-checkout-wrapper .left_content.row-mp .form.form-shipping-address .field.leadlion-pf-pj .control .field {
  margin: 0 0 20px;
}
.onestepcheckout-index-index .one-step-checkout-wrapper .left_content.row-mp .billing-address-form .field.leadlion-pf-pj {
  -ms-flex-order: 10;
  -webkit-order: 10;
  order: 10;
  width: 100%;
}
.onestepcheckout-index-index .one-step-checkout-wrapper .left_content.row-mp .billing-address-form .field.leadlion-pf-pj .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.onestepcheckout-index-index .one-step-checkout-wrapper .left_content.row-mp .billing-address-form .field.leadlion-pf-pj .control .field.street {
  -ms-flex-order: 10;
  -webkit-order: 10;
  order: 10;
}
.onestepcheckout-index-index .one-step-checkout-wrapper .left_content.row-mp .billing-address-form .field.leadlion-pf-pj .control .col-sm-24 {
  margin: 0 0 10px;
}
.onestepcheckout-index-index .one-step-checkout-wrapper .left_content.row-mp .billing-address-form .field.leadlion-pf-pj .control .field {
  margin: 0 0 20px;
}
.onestepcheckout-index-index .one-step-checkout-wrapper .left_content.row-mp .form.form-shipping-address .fieldset.address,
.onestepcheckout-index-index .one-step-checkout-wrapper .left_content.row-mp .billing-address-form .fieldset.address {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.onestepcheckout-index-index .one-step-checkout-wrapper .left_content.row-mp .form.form-shipping-address .fieldset.address .input-text,
.onestepcheckout-index-index .one-step-checkout-wrapper .left_content.row-mp .billing-address-form .fieldset.address .input-text,
.onestepcheckout-index-index .one-step-checkout-wrapper .left_content.row-mp .form.form-shipping-address .fieldset.address .select,
.onestepcheckout-index-index .one-step-checkout-wrapper .left_content.row-mp .billing-address-form .fieldset.address .select {
  height: 40px;
  padding: 10px;
}
.onestepcheckout-index-index .one-step-checkout-wrapper .left_content.row-mp .form.form-shipping-address .fieldset.address .field-error,
.onestepcheckout-index-index .one-step-checkout-wrapper .left_content.row-mp .billing-address-form .fieldset.address .field-error {
  margin-top: 0px;
}
.onestepcheckout-index-index .one-step-checkout-wrapper .left_content.row-mp .billing-address-form .fieldset.address .field.checkbox-pj {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.onestepcheckout-index-index .one-step-checkout-wrapper .left_content.row-mp .billing-address-form .fieldset.address .field.street {
  -ms-flex-order: 7;
  -webkit-order: 7;
  order: 7;
}
.onestepcheckout-index-index .one-step-checkout-wrapper .left_content.row-mp .billing-address-form .fieldset.address div[name='billingAddress.lastname'] {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.onestepcheckout-index-index .one-step-checkout-wrapper .left_content.row-mp .billing-address-form .fieldset.address div[name='billingAddress.firstname'] {
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
}
.onestepcheckout-index-index .one-step-checkout-wrapper .left_content.row-mp .billing-address-form .fieldset.address div[name='billingAddress.telephone'] {
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4;
}
.onestepcheckout-index-index .one-step-checkout-wrapper .left_content.row-mp .billing-address-form .fieldset.address div[name='billingAddress.region_id'] {
  -ms-flex-order: 5;
  -webkit-order: 5;
  order: 5;
}
.onestepcheckout-index-index .one-step-checkout-wrapper .left_content.row-mp .billing-address-form .fieldset.address div[name='billingAddress.city'] {
  -ms-flex-order: 6;
  -webkit-order: 6;
  order: 6;
}
.onestepcheckout-index-index .modal-popup.modal-slide._inner-scroll._show {
  overflow-y: visible !important;
}
.onestepcheckout-index-index .form-create-account {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.checkout-onepage-success .column.main .thankyou_pg_buttons.checkout-success,
.checkout-onepage-success .column.main .registration-checkout {
  width: 100% !important;
  float: initial !important;
  text-align: center !important;
  display: block;
  margin: 0 !important;
}
.checkout-onepage-success .column.main .thankyou_pg_buttons.checkout-success .action.primary,
.checkout-onepage-success .column.main .thankyou_pg_buttons.checkout-success .amshopby-button,
.checkout-onepage-success .column.main .thankyou_pg_buttons.checkout-success .am-filter-go {
  margin: 5px 0 10px 0;
  float: initial;
}
.checkout-onepage-success .column.main .registration-checkout {
  margin: 0 !important;
}
.checkout-onepage-success .column.main .registration-checkout .action.primary,
.checkout-onepage-success .column.main .registration-checkout .amshopby-button,
.checkout-onepage-success .column.main .registration-checkout .am-filter-go {
  margin: 5px 0 10px 0;
}
.customer-account-index .page-wrapper .page-main .columns .column.main .block-dashboard-addresses {
  background: #fcfcfc;
  border: 1px solid #d0d0d0;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(85, 85, 85, 0.05);
  border-radius: 8px;
  margin: 0;
  padding: 18px 20px;
  position: relative;
}
.customer-account-index .page-wrapper .page-main .columns .column.main .block-dashboard-addresses a:hover {
  text-decoration: none;
}
.customer-account-index .page-wrapper .page-main .columns .column.main .block-dashboard-addresses .block-content .box-shipping-address .box-actions {
  border: 0;
  background: unset;
  padding: 0;
  margin-top: 16px;
}
.customer-account-index .page-wrapper .page-main .columns .column.main .block-dashboard-addresses .block-content .box-shipping-address .box-actions .action.edit:before {
  content: '\f826';
  font-family: 'porto-icons';
  color: #373737;
  padding: 0 10px 0 12px;
}
.customer-account-index .page-wrapper .page-main .columns .column.main .block-dashboard-addresses .block-content .box-shipping-address .box-actions .action.edit {
  background: #ffffff;
  border: 1px solid #d0d0d0;
  box-sizing: border-box;
  border-radius: 8px;
  padding-right: 13px;
  height: 30px;
  display: block;
  width: max-content;
}
.customer-account-index .page-wrapper .page-main .columns .column.main .block-dashboard-addresses .block-content .box-shipping-address .box-actions .action.edit span {
  font-size: 1.3rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 27px;
  color: #373737;
}
.customer-account-index .page-wrapper .page-main .columns .column.main .block-dashboard-addresses .block-content .box-shipping-address .box-content {
  border: 0;
  background: unset;
  padding: 0;
  min-height: unset;
}
.customer-account-index .page-wrapper .page-main .columns .column.main .block-dashboard-addresses .block-content .box-shipping-address .box-content address {
  font-size: 1.4rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 25px;
  color: #373737;
}
.customer-account-index .page-wrapper .page-main .columns .column.main .block-dashboard-addresses .block-content .box-shipping-address .box-content address a {
  color: #373737;
}
.customer-account-index .page-wrapper .page-main .columns .column.main .block-dashboard-addresses .block-content .box-shipping-address .box-title {
  border: 0;
  background: unset;
  padding: 0;
}
.customer-account-index .page-wrapper .page-main .columns .column.main .block-dashboard-addresses .block-content .box-shipping-address .box-title span {
  font-size: 1.5rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 25px;
  color: #373737;
  text-transform: none;
}
.customer-account-index .page-wrapper .page-main .columns .column.main .block-dashboard-addresses .block-content .box-billing-address .box-actions {
  border: 0;
  background: unset;
  padding: 0;
  margin-top: 16px;
}
.customer-account-index .page-wrapper .page-main .columns .column.main .block-dashboard-addresses .block-content .box-billing-address .box-actions .action.edit:before {
  content: '\f826';
  font-family: 'porto-icons';
  color: #373737;
  padding: 0 10px 0 12px;
}
.customer-account-index .page-wrapper .page-main .columns .column.main .block-dashboard-addresses .block-content .box-billing-address .box-actions .action.edit {
  background: #ffffff;
  border: 1px solid #d0d0d0;
  box-sizing: border-box;
  border-radius: 8px;
  padding-right: 13px;
  height: 30px;
  display: block;
  width: max-content;
}
.customer-account-index .page-wrapper .page-main .columns .column.main .block-dashboard-addresses .block-content .box-billing-address .box-actions .action.edit span {
  font-size: 1.3rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 27px;
  color: #373737;
}
.customer-account-index .page-wrapper .page-main .columns .column.main .block-dashboard-addresses .block-content .box-billing-address .box-content {
  border: 0;
  background: unset;
  padding: 0;
  min-height: unset;
}
.customer-account-index .page-wrapper .page-main .columns .column.main .block-dashboard-addresses .block-content .box-billing-address .box-content address {
  font-size: 1.4rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 25px;
  color: #373737;
}
.customer-account-index .page-wrapper .page-main .columns .column.main .block-dashboard-addresses .block-content .box-billing-address .box-content address a {
  color: #373737;
}
.customer-account-index .page-wrapper .page-main .columns .column.main .block-dashboard-addresses .block-content .box-billing-address .box-title {
  border: 0;
  background: unset;
  padding: 0;
}
.customer-account-index .page-wrapper .page-main .columns .column.main .block-dashboard-addresses .block-content .box-billing-address .box-title span {
  font-size: 1.5rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 25px;
  color: #373737;
  text-transform: none;
}
.customer-account-index .page-wrapper .page-main .columns .column.main .block-dashboard-addresses .block-title {
  margin: 0;
}
.customer-account-index .page-wrapper .page-main .columns .column.main .block-dashboard-addresses .block-title .action.edit {
  background: #ffffff;
  border: 1px solid #d0d0d0;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 0 15px;
  height: 30px;
  float: none;
  margin: 5px 0 15px 0;
  width: max-content;
  display: none;
}
.customer-account-index .page-wrapper .page-main .columns .column.main .block-dashboard-addresses .block-title .action.edit span {
  font-size: 1.3rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 27px;
  color: #373737;
}
.customer-account-index .page-wrapper .page-main .columns .column.main .block-dashboard-addresses .block-title strong {
  font-size: 2rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 35px;
  color: #373737;
}
.customer-account-index .page-wrapper .page-main .columns .column.main .block-dashboard-info {
  margin-bottom: 10px;
}
.customer-account-index .page-wrapper .page-main .columns .column.main .block-dashboard-info .block-content .box {
  background: #fcfcfc;
  border: 1px solid #d0d0d0;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(85, 85, 85, 0.05);
  border-radius: 8px;
  padding: 9px 20px 25px 20px;
}
.customer-account-index .page-wrapper .page-main .columns .column.main .block-dashboard-info .block-content .box a:hover {
  text-decoration: none;
}
.customer-account-index .page-wrapper .page-main .columns .column.main .block-dashboard-info .block-content .box-newsletter .box-actions {
  border: 0;
  background: unset;
  padding: 0;
  margin-top: 8px;
}
.customer-account-index .page-wrapper .page-main .columns .column.main .block-dashboard-info .block-content .box-newsletter .box-actions .action.edit:before {
  content: '\f826';
  font-family: 'porto-icons';
  color: #373737;
  padding: 0 11px 0 10px;
}
.customer-account-index .page-wrapper .page-main .columns .column.main .block-dashboard-info .block-content .box-newsletter .box-actions .action.edit {
  background: #ffffff;
  border: 1px solid #d0d0d0;
  box-sizing: border-box;
  border-radius: 8px;
  padding-right: 13px;
  display: inline-block;
  height: 30px;
}
.customer-account-index .page-wrapper .page-main .columns .column.main .block-dashboard-info .block-content .box-newsletter .box-actions .action.edit span {
  font-size: 1.3rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 27px;
  color: #373737;
}
.customer-account-index .page-wrapper .page-main .columns .column.main .block-dashboard-info .block-content .box-newsletter .box-content {
  border: 0;
  background: unset;
  min-height: unset;
  padding: 0;
}
.customer-account-index .page-wrapper .page-main .columns .column.main .block-dashboard-info .block-content .box-newsletter .box-content p {
  font-size: 1.4rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 35px;
  color: #373737;
}
.customer-account-index .page-wrapper .page-main .columns .column.main .block-dashboard-info .block-content .box-newsletter .box-title {
  border: 0;
  background: unset;
  text-transform: lowercase;
  padding: 0;
}
.customer-account-index .page-wrapper .page-main .columns .column.main .block-dashboard-info .block-content .box-newsletter .box-title span {
  font-size: 1.5rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 35px;
  color: #373737;
  text-transform: none;
}
.customer-account-index .page-wrapper .page-main .columns .column.main .block-dashboard-info .block-content .box-information {
  margin-bottom: 10px;
}
.customer-account-index .page-wrapper .page-main .columns .column.main .block-dashboard-info .block-content .box-information .box-actions {
  border: 0;
  background: unset;
  padding: 0;
  margin-top: 8px;
}
.customer-account-index .page-wrapper .page-main .columns .column.main .block-dashboard-info .block-content .box-information .box-actions .change-password:before {
  content: "\e91d";
  font-family: "icomoon";
  color: #373737;
  padding: 0 10px 0 11px;
}
.customer-account-index .page-wrapper .page-main .columns .column.main .block-dashboard-info .block-content .box-information .box-actions .change-password {
  font-size: 1.3rem;
  font-family: 'Montserrat', sans-serif;
  color: #373737;
  background: #ffffff;
  border: 1px solid #d0d0d0;
  box-sizing: border-box;
  border-radius: 8px;
  padding-right: 27px;
  display: inline-block;
  height: 30px;
  line-height: 27px;
}
.customer-account-index .page-wrapper .page-main .columns .column.main .block-dashboard-info .block-content .box-information .box-actions .action.edit:after {
  content: unset;
}
.customer-account-index .page-wrapper .page-main .columns .column.main .block-dashboard-info .block-content .box-information .box-actions .action.edit:before {
  content: '\f826';
  font-family: 'porto-icons';
  color: #373737;
  padding: 0 10px 0 11px;
}
.customer-account-index .page-wrapper .page-main .columns .column.main .block-dashboard-info .block-content .box-information .box-actions .action.edit {
  background: #ffffff;
  border: 1px solid #d0d0d0;
  box-sizing: border-box;
  border-radius: 8px;
  padding-right: 13px;
  margin: 0 2rem 1rem 0;
  height: 30px;
  display: inline-block;
}
.customer-account-index .page-wrapper .page-main .columns .column.main .block-dashboard-info .block-content .box-information .box-actions .action.edit span {
  font-size: 1.3rem;
  font-family: 'Montserrat', sans-serif;
  line-height: 27px;
  color: #373737;
}
.customer-account-index .page-wrapper .page-main .columns .column.main .block-dashboard-info .block-content .box-information .box-content {
  border: 0;
  background: unset;
  display: block;
  padding: 0;
  min-height: unset;
}
.customer-account-index .page-wrapper .page-main .columns .column.main .block-dashboard-info .block-content .box-information .box-content p {
  font-size: 1.4rem;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 35px;
  color: #373737;
  margin-bottom: 0;
}
.customer-account-index .page-wrapper .page-main .columns .column.main .block-dashboard-info .block-content .box-information .box-title {
  border: 0;
  background: unset;
  text-transform: lowercase;
  padding: 0;
}
.customer-account-index .page-wrapper .page-main .columns .column.main .block-dashboard-info .block-content .box-information .box-title span {
  font-size: 1.5rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 35px;
  color: #373737;
  text-transform: none;
}
.customer-account-index .page-wrapper .page-main .columns .column.main .block-dashboard-info .block-title {
  margin: 10px 0;
}
.customer-account-index .page-wrapper .page-main .columns .column.main .block-dashboard-info .block-title strong {
  font-size: 2rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 24px;
  color: #373737;
}
.customer-account-index .page-wrapper .page-main .page-title-wrapper {
  margin: 0;
}
.customer-account-index .page-wrapper .page-main .page-title-wrapper .page-title {
  font-size: 2.5rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 30px;
  color: #373737;
  border: 0;
}
@media (min-width: 375px) {
  .customer-account-index .page-wrapper .page-main .columns .column.main .block-dashboard-info .block-content .box-information .box-actions .action.edit {
    margin: 0 1rem 0 0;
  }
}
@media (min-width: 520px) {
  .customer-account-index .page-wrapper .page-main .columns .column.main .block-dashboard-addresses .block-title {
    margin: 0 0 22px 0;
  }
  .customer-account-index .page-wrapper .page-main .columns .column.main .block-dashboard-addresses .block-title .action.edit {
    float: right;
    margin: 0;
    width: max-content;
    display: block;
    margin-top: 3px;
  }
}
@media (min-width: 1024px) {
  .customer-account-index .page-wrapper .page-main .columns .column.main .block-dashboard-info .block-content .box.box-information .box-actions .action.edit {
    margin: 0 2rem 0 0;
    display: inline-block;
  }
  .customer-account-index .page-wrapper .page-main .columns .column.main .block-dashboard-info .block-content .box.box-information .box-actions .action.change-password {
    display: inline-block;
  }
}
.customer-account-login .page-wrapper .page-main,
.customer-account-create .page-wrapper .page-main {
  padding: 55px 15px 15px 15px !important;
}
.customer-account-login .page-wrapper .page-main .page-title-wrapper .page-title,
.customer-account-create .page-wrapper .page-main .page-title-wrapper .page-title {
  font-size: 2.5rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 30px;
  color: #373737;
  border: 0;
  margin: 27px 0 18px 0 !important;
  padding: 0;
  display: block;
}
.customer-account-login .page-wrapper .page-main .columns .login-container,
.customer-account-create .page-wrapper .page-main .columns .login-container {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border: 0;
  box-shadow: unset;
  padding: 0;
}
.customer-account-login .page-wrapper .page-main .columns .login-container .fieldset:after,
.customer-account-create .page-wrapper .page-main .columns .login-container .fieldset:after {
  content: unset;
}
.customer-account-login .page-wrapper .page-main .columns .login-container .block-new-customer,
.customer-account-create .page-wrapper .page-main .columns .login-container .block-new-customer {
  background: #eaf3fa;
  border: 1px solid #f2f2f2;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(55, 55, 55, 0.05);
  border-radius: 8px;
  padding: 19px;
}
.customer-account-login .page-wrapper .page-main .columns .login-container .block-new-customer .block-title,
.customer-account-create .page-wrapper .page-main .columns .login-container .block-new-customer .block-title {
  margin: 0 0 11px 0;
}
.customer-account-login .page-wrapper .page-main .columns .login-container .block-new-customer .block-title strong,
.customer-account-create .page-wrapper .page-main .columns .login-container .block-new-customer .block-title strong {
  font-size: 1.8rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 22px;
  color: #373737;
}
.customer-account-login .page-wrapper .page-main .columns .login-container .block-new-customer .block-content ul,
.customer-account-create .page-wrapper .page-main .columns .login-container .block-new-customer .block-content ul {
  list-style-type: disclosure-closed;
  padding-left: 19px;
}
.customer-account-login .page-wrapper .page-main .columns .login-container .block-new-customer .block-content .new-customer-list::marker,
.customer-account-create .page-wrapper .page-main .columns .login-container .block-new-customer .block-content .new-customer-list::marker {
  color: #6aac4b;
}
.customer-account-login .page-wrapper .page-main .columns .login-container .block-new-customer .block-content .new-cusomer-heading,
.customer-account-create .page-wrapper .page-main .columns .login-container .block-new-customer .block-content .new-cusomer-heading {
  font-size: 1.5rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 22px;
  color: #373737;
}
.customer-account-login .page-wrapper .page-main .columns .login-container .block-new-customer .block-content .new-customer-list,
.customer-account-create .page-wrapper .page-main .columns .login-container .block-new-customer .block-content .new-customer-list {
  font-size: 1.5rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 22px;
  color: #373737;
}
.customer-account-login .page-wrapper .page-main .columns .login-container .block-new-customer .block-content .actions-toolbar,
.customer-account-create .page-wrapper .page-main .columns .login-container .block-new-customer .block-content .actions-toolbar {
  margin: 0;
}
.customer-account-login .page-wrapper .page-main .columns .login-container .block-new-customer .block-content .actions-toolbar .primary .action.create.primary,
.customer-account-create .page-wrapper .page-main .columns .login-container .block-new-customer .block-content .actions-toolbar .primary .action.create.primary {
  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;
  background: #3184ca;
  border-radius: 8px 0px 8px 8px;
  border: 0;
  text-transform: inherit;
  font-weight: 700;
  height: 40px;
}
.customer-account-login .page-wrapper .page-main .columns .login-container .block-new-customer .block-content .actions-toolbar .primary .action.create.primary:hover,
.customer-account-create .page-wrapper .page-main .columns .login-container .block-new-customer .block-content .actions-toolbar .primary .action.create.primary:hover {
  text-decoration: underline;
}
.customer-account-login .page-wrapper .page-main .columns .login-container .block-customer-login,
.customer-account-create .page-wrapper .page-main .columns .login-container .block-customer-login {
  background: #eaf3fa;
  border: 1px solid #f2f2f2;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(55, 55, 55, 0.05);
  border-radius: 8px;
  padding: 19px;
  margin-bottom: 25px;
}
.customer-account-login .page-wrapper .page-main .columns .login-container .block-customer-login .block-title,
.customer-account-create .page-wrapper .page-main .columns .login-container .block-customer-login .block-title {
  margin: 0 0 11px 0;
}
.customer-account-login .page-wrapper .page-main .columns .login-container .block-customer-login .block-title strong,
.customer-account-create .page-wrapper .page-main .columns .login-container .block-customer-login .block-title strong {
  font-size: 1.8rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 22px;
  color: #373737;
}
.customer-account-login .page-wrapper .page-main .columns .login-container .block-customer-login .block-content .login .required-fields,
.customer-account-create .page-wrapper .page-main .columns .login-container .block-customer-login .block-content .login .required-fields {
  font-size: 1.3rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 16px;
  color: #969696;
  margin-top: 1rem;
  text-decoration: underline;
  display: none;
}
.customer-account-login .page-wrapper .page-main .columns .login-container .block-customer-login .block-content .login .note,
.customer-account-create .page-wrapper .page-main .columns .login-container .block-customer-login .block-content .login .note {
  font-size: 1.5rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 18px;
  color: #373737;
}
.customer-account-login .page-wrapper .page-main .columns .login-container .block-customer-login .block-content .login .field .input-text,
.customer-account-create .page-wrapper .page-main .columns .login-container .block-customer-login .block-content .login .field .input-text {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  border-radius: 8px;
  height: 40px;
}
.customer-account-login .page-wrapper .page-main .columns .login-container .block-customer-login .block-content .login .field .input-text.mage-error,
.customer-account-create .page-wrapper .page-main .columns .login-container .block-customer-login .block-content .login .field .input-text.mage-error {
  border-color: #e8110f;
}
.customer-account-login .page-wrapper .page-main .columns .login-container .block-customer-login .block-content .login .field .input-text div.mage-error,
.customer-account-create .page-wrapper .page-main .columns .login-container .block-customer-login .block-content .login .field .input-text div.mage-error {
  position: unset;
  margin: 2px 0 0 3px;
}
.customer-account-login .page-wrapper .page-main .columns .login-container .block-customer-login .block-content .login .field .input-text::placeholder,
.customer-account-create .page-wrapper .page-main .columns .login-container .block-customer-login .block-content .login .field .input-text::placeholder {
  color: #969696;
}
.customer-account-login .page-wrapper .page-main .columns .login-container .block-customer-login .block-content .login .field .input-text:-ms-input-placeholder,
.customer-account-create .page-wrapper .page-main .columns .login-container .block-customer-login .block-content .login .field .input-text:-ms-input-placeholder {
  color: #969696;
}
.customer-account-login .page-wrapper .page-main .columns .login-container .block-customer-login .block-content .login .field .input-text::-ms-input-placeholder,
.customer-account-create .page-wrapper .page-main .columns .login-container .block-customer-login .block-content .login .field .input-text::-ms-input-placeholder {
  color: #969696;
}
.customer-account-login .page-wrapper .page-main .columns .login-container .block-customer-login .block-content .login .actions-toolbar,
.customer-account-create .page-wrapper .page-main .columns .login-container .block-customer-login .block-content .login .actions-toolbar {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 20px 0 0 0;
}
.customer-account-login .page-wrapper .page-main .columns .login-container .block-customer-login .block-content .login .actions-toolbar .primary,
.customer-account-create .page-wrapper .page-main .columns .login-container .block-customer-login .block-content .login .actions-toolbar .primary {
  width: 100%;
}
.customer-account-login .page-wrapper .page-main .columns .login-container .block-customer-login .block-content .login .actions-toolbar .primary .action.login.primary,
.customer-account-create .page-wrapper .page-main .columns .login-container .block-customer-login .block-content .login .actions-toolbar .primary .action.login.primary {
  background: #3184ca;
  border-radius: 8px 0px 8px 8px;
  border: 0;
  text-transform: capitalize;
  height: 40px;
}
.customer-account-login .page-wrapper .page-main .columns .login-container .block-customer-login .block-content .login .actions-toolbar .primary .action.login.primary:hover,
.customer-account-create .page-wrapper .page-main .columns .login-container .block-customer-login .block-content .login .actions-toolbar .primary .action.login.primary:hover {
  text-decoration: underline;
}
.customer-account-login .page-wrapper .page-main .columns .login-container .block-customer-login .block-content .login .actions-toolbar .secondary .action.remind,
.customer-account-create .page-wrapper .page-main .columns .login-container .block-customer-login .block-content .login .actions-toolbar .secondary .action.remind {
  font-size: 1.3rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 16px;
  text-decoration-line: underline;
  color: #3184ca;
}
.customer-account-login .page-wrapper .page-main .columns .form-create-account,
.customer-account-create .page-wrapper .page-main .columns .form-create-account {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #eaf3fa;
  border: 1px solid #f2f2f2;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(55, 55, 55, 0.05);
  border-radius: 8px;
  padding: 19px;
}
.customer-account-login .page-wrapper .page-main .columns .form-create-account .fieldset.create.info,
.customer-account-create .page-wrapper .page-main .columns .form-create-account .fieldset.create.info,
.customer-account-login .page-wrapper .page-main .columns .form-create-account .fieldset.create.account,
.customer-account-create .page-wrapper .page-main .columns .form-create-account .fieldset.create.account {
  margin: 0 0 15px 0;
}
.customer-account-login .page-wrapper .page-main .columns .form-create-account .field,
.customer-account-create .page-wrapper .page-main .columns .form-create-account .field {
  margin: 0 0 10px 0;
}
.customer-account-login .page-wrapper .page-main .columns .form-create-account .field div.mage-error,
.customer-account-create .page-wrapper .page-main .columns .form-create-account .field div.mage-error {
  position: relative;
  margin: 2px 0 0 3px;
}
.customer-account-login .page-wrapper .page-main .columns .form-create-account .field input,
.customer-account-create .page-wrapper .page-main .columns .form-create-account .field input {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  border-radius: 8px;
  height: 40px;
}
.customer-account-login .page-wrapper .page-main .columns .form-create-account .field input.mage-error,
.customer-account-create .page-wrapper .page-main .columns .form-create-account .field input.mage-error {
  border-color: #e8110f;
}
.customer-account-login .page-wrapper .page-main .columns .form-create-account .field input::placeholder,
.customer-account-create .page-wrapper .page-main .columns .form-create-account .field input::placeholder {
  color: #969696;
}
.customer-account-login .page-wrapper .page-main .columns .form-create-account .field input:-ms-input-placeholder,
.customer-account-create .page-wrapper .page-main .columns .form-create-account .field input:-ms-input-placeholder {
  color: #969696;
}
.customer-account-login .page-wrapper .page-main .columns .form-create-account .field input::-ms-input-placeholder,
.customer-account-create .page-wrapper .page-main .columns .form-create-account .field input::-ms-input-placeholder {
  color: #969696;
}
.customer-account-login .page-wrapper .page-main .columns .form-create-account .account span,
.customer-account-create .page-wrapper .page-main .columns .form-create-account .account span {
  font-size: 1.8rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 22px;
  color: #373737;
}
.customer-account-login .page-wrapper .page-main .columns .form-create-account .info span,
.customer-account-create .page-wrapper .page-main .columns .form-create-account .info span {
  font-size: 1.8rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 22px;
  color: #373737;
}
.customer-account-login .page-wrapper .page-main .columns .form-create-account .actions-toolbar .primary .action.submit.primary,
.customer-account-create .page-wrapper .page-main .columns .form-create-account .actions-toolbar .primary .action.submit.primary {
  background: #3184ca;
  border-radius: 8px 0px 8px 8px;
  text-transform: inherit;
  height: 40px;
}
.customer-account-login .page-wrapper .page-main .columns .form-create-account .actions-toolbar .primary .action.submit.primary:hover,
.customer-account-create .page-wrapper .page-main .columns .form-create-account .actions-toolbar .primary .action.submit.primary:hover {
  border-color: #3184ca;
  text-decoration: underline;
}
body.account.customer-account-forgotpassword .page-wrapper .header-search {
  display: none;
}
body.account.customer-account-forgotpassword .page-wrapper .page-main {
  padding: 115px 15px 25px 15px !important;
}
body.account.customer-account-forgotpassword .page-wrapper .page-main .columns .form.password.forget {
  background: #eaf3fa;
  border: 1px solid #f2f2f2;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(55, 55, 55, 0.05);
  border-radius: 8px;
  margin: 0 auto;
}
body.account.customer-account-forgotpassword .page-wrapper .page-main .columns .form.password.forget .actions-toolbar {
  text-align: center;
}
body.account.customer-account-forgotpassword .page-wrapper .page-main .columns .form.password.forget .actions-toolbar .primary {
  float: unset;
}
body.account.customer-account-forgotpassword .page-wrapper .page-main .columns .form.password.forget .actions-toolbar .primary .action.submit.primary {
  background: #3184ca;
  border-radius: 8px 0px 8px 8px;
  border: 0;
  text-transform: capitalize;
}
body.account.customer-account-forgotpassword .page-wrapper .page-main .columns .form.password.forget .fieldset {
  margin: 0 0 25px 0;
}
body.account.customer-account-forgotpassword .page-wrapper .page-main .columns .form.password.forget .field {
  max-width: 580px;
  margin: 0 auto;
}
body.account.customer-account-forgotpassword .page-wrapper .page-main .columns .form.password.forget .field .input-text {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  border-radius: 8px;
  height: 40px;
}
body.account.customer-account-forgotpassword .page-wrapper .page-main .columns .form.password.forget .field .input-text.mage-error {
  border-color: #e8110f;
}
body.account.customer-account-forgotpassword .page-wrapper .page-main .columns .form.password.forget .field .input-text div.mage-error {
  margin: 2px 0 0 3px;
}
body.account.customer-account-forgotpassword .page-wrapper .page-main .columns .form.password.forget .field .input-text::placeholder {
  color: #969696;
}
body.account.customer-account-forgotpassword .page-wrapper .page-main .columns .form.password.forget .field .input-text:-ms-input-placeholder {
  color: #969696;
}
body.account.customer-account-forgotpassword .page-wrapper .page-main .columns .form.password.forget .field .input-text::-ms-input-placeholder {
  color: #969696;
}
body.account.customer-account-forgotpassword .page-wrapper .page-main .columns .form.password.forget .field.captcha {
  margin: 0 auto;
}
body.account.customer-account-forgotpassword .page-wrapper .page-main .columns .form.password.forget .field.captcha label span {
  font-size: 1.4rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
body.account.customer-account-forgotpassword .page-wrapper .page-main .columns .form.password.forget .field.captcha label::after {
  color: #e8110f;
}
body.account.customer-account-forgotpassword .page-wrapper .page-main .columns .form.password.forget .field.captcha.no-label .control {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
body.account.customer-account-forgotpassword .page-wrapper .page-main .columns .form.password.forget .mage-error {
  position: relative;
}
body.account.customer-account-forgotpassword .page-wrapper .page-main .columns .form.password.forget .note {
  font-size: 1.5rem;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 22px;
  color: #373737;
  margin: 0 0 15px 0;
  text-align: left;
}
body.account.customer-account-forgotpassword .page-wrapper .page-main .page-title-wrapper {
  display: block;
  text-align: center;
}
body.account.customer-account-forgotpassword .page-wrapper .page-main .page-title-wrapper .page-title {
  font-size: 2.5rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 30px;
  color: #373737;
  border: 0;
  padding-bottom: 0;
  margin: 15px 0 !important;
}
.customer-account-logoutsuccess .page-title-wrapper {
  display: block !important;
  max-width: 1370px;
}
.customer-account-logoutsuccess .page-title-wrapper .page-title {
  font-size: 2.5rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 30px;
  color: #373737;
  border: 0;
  margin: 0 !important;
  padding: 0;
}
.customer-account-logoutsuccess .page-title-wrapper .column.main p {
  font-size: 1.4rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 35px;
  color: #373737;
}
@media (min-width: 1024px) {
  body.customer-account-login .page-wrapper .page-main .columns .login-container .block-customer-login,
  body.customer-account-create .page-wrapper .page-main .columns .login-container .block-customer-login {
    margin: 0 26px 0 0;
  }
  body.customer-account-login .page-wrapper .page-main .columns .login-container .block-customer-login .block-content .login .required-fields,
  body.customer-account-create .page-wrapper .page-main .columns .login-container .block-customer-login .block-content .login .required-fields {
    margin-top: 32px;
  }
  body.customer-account-login .page-wrapper .page-main .columns .login-container .block-customer-login .block-content .login .actions-toolbar,
  body.customer-account-create .page-wrapper .page-main .columns .login-container .block-customer-login .block-content .login .actions-toolbar {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
  body.customer-account-login .page-wrapper .page-main .columns .login-container .block-customer-login .block-content .login .actions-toolbar .primary,
  body.customer-account-create .page-wrapper .page-main .columns .login-container .block-customer-login .block-content .login .actions-toolbar .primary {
    width: 104px;
    margin-right: 28px;
  }
  body.customer-account-login .page-wrapper .page-main .columns .form-create-account .fieldset.create.info,
  body.customer-account-create .page-wrapper .page-main .columns .form-create-account .fieldset.create.info {
    margin-right: 90px;
  }
  body.customer-account-login .page-wrapper .page-main .columns .form-create-account .legend,
  body.customer-account-create .page-wrapper .page-main .columns .form-create-account .legend {
    margin-bottom: 26px;
  }
}
.newsletter-manage-index .page-wrapper .page-main .columns .box-title {
  font-size: 2rem;
  margin: 10px 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 24px;
  color: #373737;
}
.newsletter-manage-index .page-wrapper .page-main .columns .form-newsletter-manage {
  background: #fcfcfc;
  border: 1px solid #d0d0d0;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(85, 85, 85, 0.05);
  border-radius: 6px;
  padding: 25px 20px 37px 20px;
}
.newsletter-manage-index .page-wrapper .page-main .columns .form-newsletter-manage .fieldset {
  margin: 0 0 23px 0;
}
.newsletter-manage-index .page-wrapper .page-main .columns .form-newsletter-manage .legend {
  margin: 0 0 11px 0;
}
.newsletter-manage-index .page-wrapper .page-main .columns .form-newsletter-manage .legend span {
  font-size: 1.4rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 25px;
  color: #373737;
  text-transform: none;
}
.newsletter-manage-index .page-wrapper .page-main .columns .form-newsletter-manage .choice {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.newsletter-manage-index .page-wrapper .page-main .columns .form-newsletter-manage .choice .label {
  height: 20px;
  padding-left: 20px;
}
.newsletter-manage-index .page-wrapper .page-main .columns .form-newsletter-manage .choice .label span {
  font-size: 1.3rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 16px;
  color: #373737;
}
.newsletter-manage-index .page-wrapper .page-main .columns .form-newsletter-manage .choice input {
  height: 2rem;
  margin: 0;
  top: 0;
}
.newsletter-manage-index .page-wrapper .page-main .columns .form-newsletter-manage .choice input[type='checkbox']:before {
  background: #ffffff;
  border: 0.1rem solid #f2f2f2;
  box-sizing: border-box;
  border-radius: 0.2rem;
  content: '';
  display: block;
  width: 2rem;
  height: 2rem;
}
.newsletter-manage-index .page-wrapper .page-main .columns .form-newsletter-manage .choice input[type='checkbox']:checked:after {
  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;
  font-family: "icomoon";
  content: "\e915";
  color: #6aac4b;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
}
.newsletter-manage-index .page-wrapper .page-main .columns .form-newsletter-manage .actions-toolbar .primary {
  float: none;
  margin: 0;
}
.newsletter-manage-index .page-wrapper .page-main .columns .form-newsletter-manage .actions-toolbar .primary .action.save.primary {
  background: #3184ca;
  border-radius: 8px 0px 8px 8px;
  text-transform: none;
}
.newsletter-manage-index .page-wrapper .page-main .columns .form-newsletter-manage .actions-toolbar .primary .action.save.primary:hover {
  border-color: #3184ca;
  text-decoration: underline;
}
.newsletter-manage-index .page-wrapper .page-main .page-title-wrapper {
  margin: 0;
}
.newsletter-manage-index .page-wrapper .page-main .page-title-wrapper .page-title {
  font-size: 2.5rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 30px;
  color: #373737;
  border: 0;
}
.customer-account-edit .page-wrapper .page-main .columns .column.main .form-edit-account {
  background: #fcfcfc;
  border: 1px solid #d0d0d0;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(55, 55, 55, 0.05);
  border-radius: 8px;
  padding: 21px 19px 50px 19px;
}
.customer-account-edit .page-wrapper .page-main .columns .column.main .form-edit-account .field {
  margin: 0 0 30px 0;
}
.customer-account-edit .page-wrapper .page-main .columns .column.main .form-edit-account .field .control input {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  border-radius: 8px;
  height: 40px;
}
.customer-account-edit .page-wrapper .page-main .columns .column.main .form-edit-account .field .control input.mage-error {
  border-color: #e8110f;
}
.customer-account-edit .page-wrapper .page-main .columns .column.main .form-edit-account .field .control input::placeholder {
  color: #969696;
}
.customer-account-edit .page-wrapper .page-main .columns .column.main .form-edit-account .field .control input:-ms-input-placeholder {
  color: #969696;
}
.customer-account-edit .page-wrapper .page-main .columns .column.main .form-edit-account .field .control input::-ms-input-placeholder {
  color: #969696;
}
.customer-account-edit .page-wrapper .page-main .columns .column.main .form-edit-account .field .control div.mage-error {
  margin: 2px 0 0 3px;
}
.customer-account-edit .page-wrapper .page-main .columns .column.main .form-edit-account .actions-toolbar .primary {
  float: left;
}
.customer-account-edit .page-wrapper .page-main .columns .column.main .form-edit-account .actions-toolbar .primary .action.save.primary {
  background: #3184ca;
  border-radius: 8px 0px 8px 8px;
  text-transform: none;
}
.customer-account-edit .page-wrapper .page-main .columns .column.main .form-edit-account .actions-toolbar .primary .action.save.primary:hover {
  border-color: #3184ca;
}
.customer-account-edit .page-wrapper .page-main .columns .column.main .form-edit-account .fieldset.password {
  float: unset;
}
.customer-account-edit .page-wrapper .page-main .columns .column.main .form-edit-account .fieldset.password .legend span {
  font-size: 1.8rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 22px;
  color: #373737;
  text-transform: none;
}
.customer-account-edit .page-wrapper .page-main .columns .column.main .form-edit-account .fieldset.info {
  float: unset;
  clear: none;
}
.customer-account-edit .page-wrapper .page-main .columns .column.main .form-edit-account .fieldset.info .field .label {
  height: 2rem;
}
.customer-account-edit .page-wrapper .page-main .columns .column.main .form-edit-account .fieldset.info .field .label span {
  font-size: 1.3rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 16px;
  color: #373737;
}
.customer-account-edit .page-wrapper .page-main .columns .column.main .form-edit-account .fieldset.info .field.choice {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}
.customer-account-edit .page-wrapper .page-main .columns .column.main .form-edit-account .fieldset.info .field.choice input {
  height: 2rem;
  top: 0;
  margin: 0;
}
.customer-account-edit .page-wrapper .page-main .columns .column.main .form-edit-account .fieldset.info .field.choice input[type='checkbox']:before {
  background: #ffffff;
  border: 0.1rem solid #f2f2f2;
  box-sizing: border-box;
  border-radius: 0.2rem;
  content: '';
  display: block;
  width: 2rem;
  height: 2rem;
}
.customer-account-edit .page-wrapper .page-main .columns .column.main .form-edit-account .fieldset.info .field.choice input[type='checkbox']:checked:after {
  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;
  font-family: "icomoon";
  content: "\e915";
  color: #6aac4b;
  background: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 2rem;
  height: 2rem;
}
.customer-account-edit .page-wrapper .page-main .columns .column.main .form-edit-account .fieldset.info .legend {
  margin: 0 0 26px 0;
}
.customer-account-edit .page-wrapper .page-main .columns .column.main .form-edit-account .fieldset.info .legend span {
  font-size: 1.8rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 22px;
  color: #373737;
  text-transform: none;
}
.customer-account-edit .page-wrapper .page-main .columns .column.main .account-edit-title {
  font-size: 2rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 24px;
  color: #373737;
  margin: 10px 0;
  display: block;
}
.customer-account-edit .page-wrapper .page-main .columns .column.main .fieldset.info {
  margin-bottom: 0;
}
.customer-account-edit .page-wrapper .page-main .columns .column.main .fieldset.password {
  margin: 10px 0 0 0;
}
.customer-account-edit .page-wrapper .page-main .page-title-wrapper {
  margin: 0;
}
.customer-account-edit .page-wrapper .page-main .page-title-wrapper .page-title {
  font-size: 2.5rem;
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: bold;
  line-height: 30px;
  color: #373737;
  border: 0;
}
.customer-address-index .page-wrapper .page-main .actions-toolbar .primary {
  margin: 0;
}
.customer-address-index .page-wrapper .page-main .actions-toolbar .action.primary.add,
.customer-address-index .page-wrapper .page-main .actions-toolbar .amshopby-button.add,
.customer-address-index .page-wrapper .page-main .actions-toolbar .am-filter-go.add {
  background: #3184ca;
  border-radius: 8px 0px 8px 8px;
  text-transform: none;
}
.customer-address-index .page-wrapper .page-main .actions-toolbar .action.primary.add:hover,
.customer-address-index .page-wrapper .page-main .actions-toolbar .amshopby-button.add:hover,
.customer-address-index .page-wrapper .page-main .actions-toolbar .am-filter-go.add:hover {
  border-color: #3184ca;
  text-decoration: underline;
}
.customer-address-index .page-wrapper .page-main .block-addresses-list {
  background: #fcfcfc;
  border: 1px solid #d0d0d0;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(85, 85, 85, 0.05);
  border-radius: 8px;
  margin: 0 0 15px 0;
  padding: 9px 20px 25px 20px;
}
.customer-address-index .page-wrapper .page-main .block-addresses-list .block-content .additional-addresses {
  margin-bottom: 0;
  border: none;
}
.customer-address-index .page-wrapper .page-main .block-addresses-list .block-content .additional-addresses .table-additional-addresses-items {
  margin: 0;
}
.customer-address-index .page-wrapper .page-main .block-addresses-list .block-content .additional-addresses tbody tr .col {
  font-size: 1.4rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 25px;
  color: #373737;
  padding: 0;
  display: block;
  border: none;
}
.customer-address-index .page-wrapper .page-main .block-addresses-list .block-content .additional-addresses tbody tr .col::before {
  color: #373737;
  padding-right: 10px;
  content: attr(data-th) ': ';
  display: inline-block;
  font-weight: 700;
}
.customer-address-index .page-wrapper .page-main .block-addresses-list .block-content .additional-addresses tbody tr .col.actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 10px 0;
}
.customer-address-index .page-wrapper .page-main .block-addresses-list .block-content .additional-addresses tbody tr .col.actions .action {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  height: 30px;
  background: #ffffff;
  border: 1px solid #d0d0d0;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 0 10px;
  border-bottom: 1px solid #cccccc;
}
.customer-address-index .page-wrapper .page-main .block-addresses-list .block-content .additional-addresses tbody tr .col.actions .action span {
  color: #373737;
}
.customer-address-index .page-wrapper .page-main .block-addresses-list .block-content .additional-addresses tbody tr .col.actions .action.edit::before {
  content: '\f826';
  font-family: 'porto-icons';
  color: #373737;
  margin-right: 10px;
}
.customer-address-index .page-wrapper .page-main .block-addresses-list .block-content .additional-addresses tbody tr .col.actions .action.edit::after {
  display: none;
}
.customer-address-index .page-wrapper .page-main .block-addresses-list .block-content .additional-addresses tbody tr .col.actions .action.delete {
  margin-left: 10px;
}
.customer-address-index .page-wrapper .page-main .block-addresses-list .block-content .additional-addresses tbody tr .col.actions .action.delete::before {
  font-size: 1rem;
  content: "\e908";
  font-family: "icomoon";
  color: #373737;
  margin-right: 10px;
}
.customer-address-index .page-wrapper .page-main .block-addresses-list .block-content .additional-addresses tbody tr .col.actions .action.delete span {
  color: #d63225;
}
.customer-address-index .page-wrapper .page-main .block-addresses-list .block-content .additional-addresses tbody tr .col.actions .action:hover {
  text-decoration: none;
}
.customer-address-index .page-wrapper .page-main .block-addresses-list .block-content .additional-addresses tbody tr .col.actions::before {
  display: none;
}
.customer-address-index .page-wrapper .page-main .block-addresses-list .block-content .additional-addresses tbody tr:not(:first-child) td:first-child {
  padding-top: 10px;
}
.customer-address-index .page-wrapper .page-main .block-addresses-list .block-content .additional-addresses tbody tr:last-child .col.actions {
  border: 0;
  padding-bottom: 0;
}
.customer-address-index .page-wrapper .page-main .block-addresses-list .block-content .additional-addresses thead {
  display: none;
}
.customer-address-index .page-wrapper .page-main .block-addresses-list .block-content .additional-addresses thead tr .col {
  font-size: 1.5rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 22px;
  color: #373737;
}
.customer-address-index .page-wrapper .page-main .block-addresses-list .block-title {
  margin: 0;
}
.customer-address-index .page-wrapper .page-main .block-addresses-list .block-title strong {
  font-size: 1.5rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 35px;
  color: #373737;
}
.customer-address-index .page-wrapper .page-main .block-addresses-default {
  margin-bottom: 15px;
}
.customer-address-index .page-wrapper .page-main .block-addresses-default .block-content .box-address-shipping,
.customer-address-index .page-wrapper .page-main .block-addresses-default .block-content .box-address-billing {
  background: #fcfcfc;
  border: 1px solid #d0d0d0;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(85, 85, 85, 0.05);
  border-radius: 8px;
  padding: 9px 20px 25px 20px;
}
.customer-address-index .page-wrapper .page-main .block-addresses-default .block-content .box-address-shipping .box-actions,
.customer-address-index .page-wrapper .page-main .block-addresses-default .block-content .box-address-billing .box-actions {
  background: unset;
  border: 0;
  padding: 0;
}
.customer-address-index .page-wrapper .page-main .block-addresses-default .block-content .box-address-shipping .box-actions .action.edit,
.customer-address-index .page-wrapper .page-main .block-addresses-default .block-content .box-address-billing .box-actions .action.edit {
  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;
  background: #ffffff;
  border: 1px solid #d0d0d0;
  box-sizing: border-box;
  border-radius: 8px;
  height: 30px;
  color: #373737;
  padding: 0;
}
.customer-address-index .page-wrapper .page-main .block-addresses-default .block-content .box-address-shipping .box-actions .action.edit::before,
.customer-address-index .page-wrapper .page-main .block-addresses-default .block-content .box-address-billing .box-actions .action.edit::before {
  content: '\f826';
  font-family: 'porto-icons';
  color: #373737;
  margin-right: 10px;
}
.customer-address-index .page-wrapper .page-main .block-addresses-default .block-content .box-address-shipping .box-actions .action.edit:hover,
.customer-address-index .page-wrapper .page-main .block-addresses-default .block-content .box-address-billing .box-actions .action.edit:hover {
  text-decoration: none;
}
.customer-address-index .page-wrapper .page-main .block-addresses-default .block-content .box-address-shipping .box-content,
.customer-address-index .page-wrapper .page-main .block-addresses-default .block-content .box-address-billing .box-content {
  border: 0;
  background: unset;
  padding: 0;
}
.customer-address-index .page-wrapper .page-main .block-addresses-default .block-content .box-address-shipping .box-content address,
.customer-address-index .page-wrapper .page-main .block-addresses-default .block-content .box-address-billing .box-content address {
  font-size: 1.4rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 25px;
  color: #373737;
}
.customer-address-index .page-wrapper .page-main .block-addresses-default .block-content .box-address-shipping .box-content address a,
.customer-address-index .page-wrapper .page-main .block-addresses-default .block-content .box-address-billing .box-content address a {
  color: #373737;
}
.customer-address-index .page-wrapper .page-main .block-addresses-default .block-content .box-address-shipping .box-title,
.customer-address-index .page-wrapper .page-main .block-addresses-default .block-content .box-address-billing .box-title {
  border: 0;
  background: unset;
  padding: 0;
}
.customer-address-index .page-wrapper .page-main .block-addresses-default .block-content .box-address-shipping .box-title span,
.customer-address-index .page-wrapper .page-main .block-addresses-default .block-content .box-address-billing .box-title span {
  font-size: 1.5rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 35px;
  color: #373737;
}
.customer-address-index .page-wrapper .page-main .block-addresses-default .block-content .box-address-billing {
  margin: 0 0 15px 0;
}
.customer-address-index .page-wrapper .page-main .block-addresses-default .block-title {
  margin: 10px 0;
}
.customer-address-index .page-wrapper .page-main .block-addresses-default .block-title strong {
  font-size: 2rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 24px;
  color: #373737;
}
.customer-address-index .page-wrapper .page-main .page-title-wrapper {
  margin: 0;
}
.customer-address-index .page-wrapper .page-main .page-title-wrapper .page-title {
  font-size: 2.5rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 30px;
  color: #373737;
  border: 0;
}
.customer-address-form .page-wrapper .page-main .page-title-wrapper {
  margin: 0;
}
.customer-address-form .page-wrapper .page-main .page-title-wrapper .page-title {
  font-size: 2.5rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 30px;
  color: #373737;
  border: 0;
}
.customer-address-form .page-wrapper .page-main .fieldset {
  margin: 0;
}
.customer-address-form .page-wrapper .page-main .form-address-edit {
  background: #fcfcfc;
  border: 1px solid #d0d0d0;
  box-shadow: 0px 4px 4px rgba(55, 55, 55, 0.05);
  box-sizing: border-box;
  border-radius: 8px;
  padding: 21px 19px;
  margin-top: 15px;
}
.customer-address-form .page-wrapper .page-main .form-address-edit .legend {
  margin: 0 0 26px 0;
}
.customer-address-form .page-wrapper .page-main .form-address-edit .legend span {
  font-size: 1.8rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 22px;
  text-transform: none;
  color: #373737;
}
.customer-address-form .page-wrapper .page-main .form-address-edit .fieldset .field {
  margin: 0 0 15px 0;
}
.customer-address-form .page-wrapper .page-main .form-address-edit .fieldset .field.street .nested {
  margin: 15px 0 0 0;
}
.customer-address-form .page-wrapper .page-main .form-address-edit .fieldset div.mage-error {
  position: initial;
  color: #e84118;
}
.customer-address-form .page-wrapper .page-main .form-address-edit .fieldset input,
.customer-address-form .page-wrapper .page-main .form-address-edit .fieldset select {
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  border-radius: 8px;
  height: 40px;
}
.customer-address-form .page-wrapper .page-main .form-address-edit .fieldset input.mage-error,
.customer-address-form .page-wrapper .page-main .form-address-edit .fieldset select.mage-error {
  border: 1px solid #e84118;
}
.customer-address-form .page-wrapper .page-main .form-address-edit .fieldset input::placeholder,
.customer-address-form .page-wrapper .page-main .form-address-edit .fieldset select::placeholder {
  color: #969696;
}
.customer-address-form .page-wrapper .page-main .form-address-edit .fieldset input:-ms-input-placeholder,
.customer-address-form .page-wrapper .page-main .form-address-edit .fieldset select:-ms-input-placeholder {
  color: #969696;
}
.customer-address-form .page-wrapper .page-main .form-address-edit .fieldset input::-ms-input-placeholder,
.customer-address-form .page-wrapper .page-main .form-address-edit .fieldset select::-ms-input-placeholder {
  color: #969696;
}
.customer-address-form .page-wrapper .page-main .form-address-edit .fieldset label {
  display: none;
}
.customer-address-form .page-wrapper .page-main .form-address-edit .actions-toolbar .primary {
  margin: 0;
}
.customer-address-form .page-wrapper .page-main .form-address-edit .actions-toolbar .primary .action.save.primary {
  background: #3184ca;
  border-radius: 8px 0px 8px 8px;
  text-transform: none;
}
.customer-address-form .page-wrapper .page-main .form-address-edit .actions-toolbar .primary .action.save.primary:hover {
  border-color: #3184ca;
}
.customer-address-form .page-wrapper .page-main .form-address-edit .fieldset .city .select2-container {
  display: none;
}
.customer-address-form .page-wrapper .page-main .form-address-edit .fieldset .legdend {
  font-size: 1.8rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 22px;
  color: #373737;
}
@media (min-width: 1024px) {
  .customer-address-index .page-wrapper .page-main .block-addresses-list {
    margin: 0 0 20px 0;
    padding: 35px 20px;
  }
  .customer-address-index .page-wrapper .page-main .block-addresses-list .block-content .additional-addresses tbody tr {
    border-bottom: 1px solid #d6d6d6;
  }
  .customer-address-index .page-wrapper .page-main .block-addresses-list .block-content .additional-addresses tbody tr:first-child {
    padding: 0 0 7px 0;
  }
  .customer-address-index .page-wrapper .page-main .block-addresses-list .block-content .additional-addresses tbody tr:last-child {
    padding: 7px 0 0 0;
    border-bottom: none;
  }
  .customer-address-index .page-wrapper .page-main .block-addresses-list .block-content .additional-addresses tbody tr .col {
    display: inline-block;
    border-bottom: 1px solid rgba(55, 55, 55, 0.05);
  }
  .customer-address-index .page-wrapper .page-main .block-addresses-list .block-content .additional-addresses tbody tr .col::before {
    display: none;
  }
  .customer-address-index .page-wrapper .page-main .block-addresses-list .block-content .additional-addresses tbody tr .col.actions {
    display: inline-flex;
    padding: 0 0 0 15px;
  }
  .customer-address-index .page-wrapper .page-main .block-addresses-list .block-content .additional-addresses tbody tr .col.actions .action {
    border: none;
    height: unset;
    padding: 0;
    background: transparent;
  }
  .customer-address-index .page-wrapper .page-main .block-addresses-list .block-content .additional-addresses tbody tr .col.actions .action span {
    display: none;
  }
  .customer-address-index .page-wrapper .page-main .block-addresses-list .block-content .additional-addresses tbody tr .col.actions .action.delete {
    margin-left: 5px;
  }
  .customer-address-index .page-wrapper .page-main .block-addresses-list .block-content .additional-addresses tbody tr .col.actions::before {
    display: none;
  }
  .customer-address-index .page-wrapper .page-main .block-addresses-list .block-content .additional-addresses tbody tr:not(:first-child) td:first-child {
    padding-top: 0;
  }
  .customer-address-index .page-wrapper .page-main .block-addresses-list .block-content .additional-addresses thead {
    display: block;
    margin: 10px 0;
  }
  .customer-address-index .page-wrapper .page-main .block-addresses-list .block-content .additional-addresses thead tr {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .customer-address-index .page-wrapper .page-main .block-addresses-list .block-content .additional-addresses thead tr .col {
    -webkit-flex-basis: unset;
    flex-basis: unset;
    text-transform: uppercase;
  }
  .customer-address-index .page-wrapper .page-main .block-addresses-list .block-content .additional-addresses thead tr .col.phone {
    overflow: visible !important;
  }
  .customer-address-index .page-wrapper .page-main .block-addresses-list .block-content .additional-addresses thead tr .col,
  .customer-address-index .page-wrapper .page-main .block-addresses-list .block-content .additional-addresses tbody tr .col {
    padding: 0 15px;
    overflow: hidden;
    border-bottom: none;
  }
  .customer-address-index .page-wrapper .page-main .block-addresses-list .block-content .additional-addresses thead tr .col:first-child,
  .customer-address-index .page-wrapper .page-main .block-addresses-list .block-content .additional-addresses tbody tr .col:first-child {
    padding: 0 15px 0 0;
  }
  .customer-address-index .page-wrapper .page-main .block-addresses-list .block-content .additional-addresses thead tr .col.firstname,
  .customer-address-index .page-wrapper .page-main .block-addresses-list .block-content .additional-addresses tbody tr .col.firstname,
  .customer-address-index .page-wrapper .page-main .block-addresses-list .block-content .additional-addresses thead tr .col.lastname,
  .customer-address-index .page-wrapper .page-main .block-addresses-list .block-content .additional-addresses tbody tr .col.lastname,
  .customer-address-index .page-wrapper .page-main .block-addresses-list .block-content .additional-addresses thead tr .col.city,
  .customer-address-index .page-wrapper .page-main .block-addresses-list .block-content .additional-addresses tbody tr .col.city,
  .customer-address-index .page-wrapper .page-main .block-addresses-list .block-content .additional-addresses thead tr .col.country,
  .customer-address-index .page-wrapper .page-main .block-addresses-list .block-content .additional-addresses tbody tr .col.country,
  .customer-address-index .page-wrapper .page-main .block-addresses-list .block-content .additional-addresses thead tr .col.state,
  .customer-address-index .page-wrapper .page-main .block-addresses-list .block-content .additional-addresses tbody tr .col.state,
  .customer-address-index .page-wrapper .page-main .block-addresses-list .block-content .additional-addresses thead tr .col.phone,
  .customer-address-index .page-wrapper .page-main .block-addresses-list .block-content .additional-addresses tbody tr .col.phone {
    width: 12%;
  }
  .customer-address-index .page-wrapper .page-main .block-addresses-list .block-content .additional-addresses thead tr .col.streetaddress,
  .customer-address-index .page-wrapper .page-main .block-addresses-list .block-content .additional-addresses tbody tr .col.streetaddress {
    width: 20%;
  }
  .customer-address-index .page-wrapper .page-main .block-addresses-list .block-content .additional-addresses thead tr .col.actions,
  .customer-address-index .page-wrapper .page-main .block-addresses-list .block-content .additional-addresses tbody tr .col.actions {
    width: 8%;
  }
  .customer-address-index .page-wrapper .page-main .block-addresses-list .block-title {
    margin: 0;
  }
  .customer-address-index .page-wrapper .page-main .block-addresses-list .block-title strong {
    font-size: 1.5rem;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: 35px;
    color: #373737;
  }
  .customer-address-index .page-wrapper .page-main .block-addresses-default {
    margin-bottom: 15px;
  }
  .customer-address-index .page-wrapper .page-main .block-addresses-default .block-content .box-address-shipping,
  .customer-address-index .page-wrapper .page-main .block-addresses-default .block-content .box-address-billing {
    padding: 35px 20px;
  }
}
.wishlist-index-index .page-wrapper .page-main .page-title-wrapper {
  margin: 0;
}
.wishlist-index-index .page-wrapper .page-main .page-title-wrapper .page-title {
  font-size: 2.5rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 30px;
  color: #373737;
  border: 0;
}
.wishlist-index-index .page-wrapper .page-main .columns .column.main .desktop-title {
  display: none;
}
.wishlist-index-index .page-wrapper .page-main .columns .column.main .top-toolbar .limiter {
  display: block;
}
.wishlist-index-index .page-wrapper .page-main .columns .column.main .top-toolbar .pages {
  display: none;
}
.wishlist-index-index .page-wrapper .page-main .columns .column.main .bottom-toolbar .limiter {
  display: none;
}
.wishlist-index-index .page-wrapper .page-main .columns .column.main .toolbar.wishlist-toolbar .pager .limiter {
  float: unset;
  margin: 15px 0 35px 0;
}
.wishlist-index-index .page-wrapper .page-main .columns .column.main .toolbar.wishlist-toolbar .pager .limiter-label {
  font-size: 1.4rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 22px;
  color: #373737;
}
.wishlist-index-index .page-wrapper .page-main .columns .column.main .toolbar.wishlist-toolbar .pager .limiter-options {
  font-size: 1.4rem;
  margin: 0 10px;
  border: 1px solid rgba(55, 55, 55, 0.1);
  box-sizing: border-box;
  border-radius: 8px;
  padding: 0 38px 0 10px;
  height: 35px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 22px;
  color: #373737;
}
.wishlist-index-index .page-wrapper .page-main .columns .column.main .toolbar.wishlist-toolbar .pager .pages {
  margin: 0;
}
.wishlist-index-index .page-wrapper .page-main .columns .column.main .toolbar.wishlist-toolbar .pager .pages .pages-items {
  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;
}
.wishlist-index-index .page-wrapper .page-main .columns .column.main .toolbar.wishlist-toolbar .pager .pages .pages-items .item {
  margin: 0;
}
.wishlist-index-index .page-wrapper .page-main .columns .column.main .toolbar.wishlist-toolbar .pager .pages .pages-items .item.current .page {
  background-color: #ffffff;
}
.wishlist-index-index .page-wrapper .page-main .columns .column.main .toolbar.wishlist-toolbar .pager .pages .pages-items .page {
  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;
  background: #eaf3fa;
  border: 1px solid rgba(55, 55, 55, 0.1);
  box-sizing: border-box;
  border-radius: 8px;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  padding: 0;
}
.wishlist-index-index .page-wrapper .page-main .columns .column.main .toolbar.wishlist-toolbar .pager .pages .pages-items .page span {
  font-size: 1.4rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 22px;
  color: #373737;
}
.wishlist-index-index .page-wrapper .page-main .columns .column.main .toolbar.wishlist-toolbar .pager .page_items--prev {
  margin: 0;
  display: inline-block;
}
.wishlist-index-index .page-wrapper .page-main .columns .column.main .toolbar.wishlist-toolbar .pager .page_items--prev .action.previous {
  width: initial;
  background: transparent;
  border: initial;
}
.wishlist-index-index .page-wrapper .page-main .columns .column.main .toolbar.wishlist-toolbar .pager .page_items--prev .action.previous::before {
  font-size: 1rem;
  font-family: "icomoon";
  content: "\e906";
  color: #373737;
  transform: rotate(180deg);
  margin-right: 10px;
}
.wishlist-index-index .page-wrapper .page-main .columns .column.main .toolbar.wishlist-toolbar .pager .page_items--prev .action.previous.inactive::before {
  opacity: 0.5;
}
.wishlist-index-index .page-wrapper .page-main .columns .column.main .toolbar.wishlist-toolbar .pager .page_items--next {
  margin: 0;
  display: inline-block;
}
.wishlist-index-index .page-wrapper .page-main .columns .column.main .toolbar.wishlist-toolbar .pager .page_items--next .action.next {
  width: initial;
  background: transparent;
  border: initial;
}
.wishlist-index-index .page-wrapper .page-main .columns .column.main .toolbar.wishlist-toolbar .pager .page_items--next .action.next::before {
  font-size: 1rem;
  font-family: "icomoon";
  content: "\e906";
  color: #373737;
  display: inline-block;
}
.wishlist-index-index .page-wrapper .page-main .columns .column.main .toolbar.wishlist-toolbar .pager .page_items--next .action.next.inactive::before {
  opacity: 0.5;
}
.wishlist-index-index .page-wrapper .page-main .columns .column.main .form-wishlist-items .products-grid.wishlist {
  margin: 0;
}
.wishlist-index-index .page-wrapper .page-main .columns .column.main .form-wishlist-items .product-items .product-item {
  padding: 8px;
  border: none;
  border-right: 1px solid #f2f2f2;
  margin-bottom: 20px;
  margin-right: 5px;
  width: 48%;
}
.wishlist-index-index .page-wrapper .page-main .columns .column.main .form-wishlist-items .product-items .product-item:nth-child(even) {
  border-right: none;
  margin-right: 0;
  margin-left: 5px;
}
.wishlist-index-index .page-wrapper .page-main .columns .column.main .form-wishlist-items .product-items .product-item .product-item-info .product-item-photo {
  float: unset;
  margin: unset;
}
.wishlist-index-index .page-wrapper .page-main .columns .column.main .form-wishlist-items .product-items .product-item .product-item-info .product-item-photo .product-image-photo {
  width: max-content;
  height: 120px;
}
.wishlist-index-index .page-wrapper .page-main .columns .column.main .form-wishlist-items .product-items .product-item .product-item-info .product-item-name {
  margin: 0;
  text-align: left;
  height: 75px;
  overflow: hidden;
  line-height: 19px;
  margin-bottom: 15px;
}
.wishlist-index-index .page-wrapper .page-main .columns .column.main .form-wishlist-items .product-items .product-item .product-item-info .product-item-name .product-item-link {
  font-size: 1.2rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 15px;
  color: #555555;
  text-align: left;
  word-break: break-word;
}
.wishlist-index-index .page-wrapper .page-main .columns .column.main .form-wishlist-items .product-items .product-item .product-item-info .product-reviews-summary {
  display: none;
}
.wishlist-index-index .page-wrapper .page-main .columns .column.main .form-wishlist-items .product-items .product-item .product-item-info .price-box {
  margin: 14px 0 0 0;
}
.wishlist-index-index .page-wrapper .page-main .columns .column.main .form-wishlist-items .product-items .product-item .product-item-info .price-box .price-as-configured {
  display: grid;
}
.wishlist-index-index .page-wrapper .page-main .columns .column.main .form-wishlist-items .product-items .product-item .product-item-info .price-box .price-as-configured .special-price {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.wishlist-index-index .page-wrapper .page-main .columns .column.main .form-wishlist-items .product-items .product-item .product-item-info .product-item-inner {
  position: unset;
  padding: 0;
  margin: 20px 0 0 0;
}
.wishlist-index-index .page-wrapper .page-main .columns .column.main .form-wishlist-items .product-items .product-item .product-item-info .product-item-inner .box-tocart {
  float: right;
  margin: 0;
}
.wishlist-index-index .page-wrapper .page-main .columns .column.main .form-wishlist-items .product-items .product-item .product-item-info .product-item-inner .box-tocart .product-item-actions .actions-primary {
  margin: unset;
}
.wishlist-index-index .page-wrapper .page-main .columns .column.main .form-wishlist-items .product-items .product-item .product-item-info .product-item-inner .box-tocart .product-item-actions .actions-primary .action.tocart {
  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: 4.25rem;
  height: 4.25rem;
  line-height: unset;
  background: #3184ca;
  border-radius: 0.8rem 0 0.8rem 0.8rem;
  margin: 0;
  padding: 0;
  min-width: unset;
  min-height: unset;
  border: 0;
}
.wishlist-index-index .page-wrapper .page-main .columns .column.main .form-wishlist-items .product-items .product-item .product-item-info .product-item-inner .box-tocart .product-item-actions .actions-primary .action.tocart::before {
  content: "\e902";
  font-family: "icomoon";
}
.wishlist-index-index .page-wrapper .page-main .columns .column.main .form-wishlist-items .product-items .product-item .product-item-info .product-item-inner .box-tocart .product-item-actions .actions-primary .action.tocart span {
  display: none;
}
@media (min-width: 620px) {
  .wishlist-index-index .page-wrapper .page-main .columns .column.main .form-wishlist-items .products-grid.wishlist {
    margin: 0;
  }
  .wishlist-index-index .page-wrapper .page-main .columns .column.main .form-wishlist-items .product-items .product-item {
    margin-right: 0;
    width: 32%;
  }
  .wishlist-index-index .page-wrapper .page-main .columns .column.main .form-wishlist-items .product-items .product-item:nth-child(even) {
    border-right: 1px solid #f2f2f2;
    margin-right: 0;
    margin-left: 0;
  }
  .wishlist-index-index .page-wrapper .page-main .columns .column.main .form-wishlist-items .product-items .product-item:nth-child(2n) {
    margin-left: 5px;
    margin-right: 5px;
  }
  .wishlist-index-index .page-wrapper .page-main .columns .column.main .form-wishlist-items .product-items .product-item:nth-child(3n) {
    margin-left: 5px;
    margin-right: 0;
    border-right: none;
  }
}
@media (min-width: 1200px) {
  body.wishlist-index-index .page-wrapper main.page-main .columns .column.main .form-wishlist-items .product-items .product-item {
    width: 24%;
    padding: 0 22px;
  }
  body.wishlist-index-index .page-wrapper main.page-main .columns .column.main .form-wishlist-items .product-items .product-item:nth-child(1n) {
    margin: 0 0 25px 0;
    border-right: 1px solid #f2f2f2;
  }
  body.wishlist-index-index .page-wrapper main.page-main .columns .column.main .form-wishlist-items .product-items .product-item:nth-child(2n) {
    margin: 0 0 25px 0;
    border-right: 1px solid #f2f2f2;
  }
  body.wishlist-index-index .page-wrapper main.page-main .columns .column.main .form-wishlist-items .product-items .product-item:nth-child(3n) {
    margin: 0 0 25px 0;
    border-right: 1px solid #f2f2f2;
  }
  body.wishlist-index-index .page-wrapper main.page-main .columns .column.main .form-wishlist-items .product-items .product-item:nth-child(4n) {
    margin: 0 0 25px 0;
    border-right: none;
  }
  body.wishlist-index-index .page-wrapper main.page-main .columns .column.main .form-wishlist-items .product-items .product-item .product-item-info .product-item-photo {
    margin-bottom: 37px;
  }
  body.wishlist-index-index .page-wrapper main.page-main .columns .column.main .form-wishlist-items .product-items .product-item .product-item-info .product-item-photo .product-image-photo {
    height: 200px;
  }
  body.wishlist-index-index .page-wrapper main.page-main .columns .column.main .form-wishlist-items .product-items .product-item .product-item-info .product-item-name {
    line-height: 19px;
    margin-bottom: 18px;
  }
  body.wishlist-index-index .page-wrapper main.page-main .columns .column.main .form-wishlist-items .product-items .product-item .product-item-info .product-item-name .product-item-link {
    font-size: 1.5rem;
    font-weight: 600;
    line-height: 19px;
  }
  body.wishlist-index-index .page-wrapper main.page-main .columns .column.main .form-wishlist-items .product-items .product-item .product-item-info .price-box {
    margin: 4px 0 0 0;
  }
  body.wishlist-index-index .page-wrapper main.page-main .columns .column.main .form-wishlist-items .product-items .product-item .product-item-info .product-item-inner {
    margin: 18px 0 0 0;
  }
}
.sales-order-history .page-wrapper .page-main .page-title-wrapper {
  margin: 0;
}
.sales-order-history .page-wrapper .page-main .page-title-wrapper .page-title {
  font-size: 2.5rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 30px;
  color: #373737;
  border: 0;
}
.sales-order-history .page-wrapper .page-main .orders-title {
  font-size: 2rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 24px;
  color: #373737;
  margin: 10px 0;
}
.sales-order-history .page-wrapper .page-main .orders-history {
  border: none;
  margin: 0;
}
.sales-order-history .page-wrapper .page-main .orders-history .table-order-items {
  display: block;
  margin: 0;
}
.sales-order-history .page-wrapper .page-main .orders-history .table-order-items tbody .col.actions {
  display: grid;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 15px;
}
.sales-order-history .page-wrapper .page-main .orders-history .table-order-items tbody .col.actions::before {
  display: none;
}
.sales-order-history .page-wrapper .page-main .orders-history .table-order-items tbody .col.actions .action {
  font-size: 1.4rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 22px;
  text-decoration-line: underline;
  color: #373737;
}
.sales-order-history .page-wrapper .page-main .orders-history .table-order-items tbody .col.actions .action.view:after {
  content: unset;
}
.sales-order-history .page-wrapper .page-main .orders-history .table-order-items tbody .col {
  font-size: 1.4rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 25px;
  color: #373737;
  padding: 0;
  display: block;
  border: none;
}
.sales-order-history .page-wrapper .page-main .orders-history .table-order-items tbody .col::before {
  color: #373737 !important;
  padding-right: 10px;
  content: attr(data-th) ': ';
  display: inline-block;
  font-weight: 700 !important;
}
.sales-order-history .page-wrapper .page-main .orders-history .table-order-items tbody tr:last-child .col.actions {
  border-bottom: unset;
}
.sales-order-history .page-wrapper .page-main .orders-history .table-order-items tbody tr td:first-child {
  padding-top: 15px;
}
.sales-order-history .page-wrapper .page-main .orders-history .table-order-items thead {
  display: none;
}
.sales-order-history .page-wrapper .page-main .orders-history .table-order-items thead .col {
  font-size: 1.4rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 17px;
  color: #373737;
}
.sales-order-history .page-wrapper .page-main .order-products-toolbar .pager .limiter {
  float: unset;
  margin: 15px 0 35px 0;
}
.sales-order-history .page-wrapper .page-main .order-products-toolbar .pager .limiter-label {
  font-size: 1.4rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 22px;
  color: #373737;
}
.sales-order-history .page-wrapper .page-main .order-products-toolbar .pager .limiter-options {
  font-size: 1.4rem;
  margin: 0 10px;
  border: 1px solid rgba(55, 55, 55, 0.1);
  box-sizing: border-box;
  border-radius: 8px;
  padding: 0 38px 0 10px;
  height: 35px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 22px;
  color: #373737;
}
.sales-order-history .page-wrapper .page-main .order-products-toolbar .pager .pages {
  margin: 0;
  position: relative;
}
.sales-order-history .page-wrapper .page-main .order-products-toolbar .pager .pages .pages-items {
  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;
}
.sales-order-history .page-wrapper .page-main .order-products-toolbar .pager .pages .pages-items .item {
  margin: 0;
}
.sales-order-history .page-wrapper .page-main .order-products-toolbar .pager .pages .pages-items .item.current .page {
  background-color: #ffffff;
}
.sales-order-history .page-wrapper .page-main .order-products-toolbar .pager .pages .pages-items .page {
  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;
  background: #eaf3fa;
  border: 1px solid rgba(55, 55, 55, 0.1);
  box-sizing: border-box;
  border-radius: 8px;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  padding: 0;
}
.sales-order-history .page-wrapper .page-main .order-products-toolbar .pager .pages .pages-items .page span {
  font-size: 1.4rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 22px;
  color: #373737;
}
.sales-order-history .page-wrapper .page-main .order-products-toolbar .pager .page_items--prev {
  margin: 0;
  display: inline-block;
}
.sales-order-history .page-wrapper .page-main .order-products-toolbar .pager .page_items--prev .action.previous {
  width: initial;
  background: transparent;
  border: initial;
}
.sales-order-history .page-wrapper .page-main .order-products-toolbar .pager .page_items--prev .action.previous::before {
  font-size: 1rem;
  font-family: "icomoon";
  content: "\e906";
  color: #373737;
  transform: rotate(180deg);
  margin-right: 10px;
}
.sales-order-history .page-wrapper .page-main .order-products-toolbar .pager .page_items--prev .action.previous.inactive::before {
  opacity: 0.5;
}
.sales-order-history .page-wrapper .page-main .order-products-toolbar .pager .page_items--next {
  margin: 0;
  display: inline-block;
}
.sales-order-history .page-wrapper .page-main .order-products-toolbar .pager .page_items--next .action.next {
  width: initial;
  background: transparent;
  border: initial;
}
.sales-order-history .page-wrapper .page-main .order-products-toolbar .pager .page_items--next .action.next::before {
  font-size: 1rem;
  font-family: "icomoon";
  content: "\e906";
  color: #373737;
  display: inline-block;
}
.sales-order-history .page-wrapper .page-main .order-products-toolbar .pager .page_items--next .action.next.inactive::before {
  opacity: 0.5;
}
.sales-order-view .page-wrapper .page-main .account-nav-content .nav.item.current a {
  padding: 12px 0 12px 0;
}
.sales-order-view .page-wrapper .page-main .columns .block-order-details-view {
  max-width: 100%;
  margin: 0;
  clear: both;
}
.sales-order-view .page-wrapper .page-main .columns .block-order-details-view .block-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.sales-order-view .page-wrapper .page-main .columns .block-order-details-view .block-content .box {
  margin: 0;
  padding: 0;
}
.sales-order-view .page-wrapper .page-main .columns .block-order-details-view .block-content .box .box-content {
  border: 0;
  background: unset;
  min-height: auto;
  padding: 0;
}
.sales-order-view .page-wrapper .page-main .columns .block-order-details-view .block-content .box .box-content address {
  font-size: 1.4rem;
  line-height: 23px;
  font-family: 'Montserrat', sans-serif;
  color: #373737;
}
.sales-order-view .page-wrapper .page-main .columns .block-order-details-view .block-content .box .box-content address a {
  color: #373737;
}
.sales-order-view .page-wrapper .page-main .columns .block-order-details-view .block-content .box .box-content span {
  font-size: 1.4rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 23px;
  color: #373737;
}
.sales-order-view .page-wrapper .page-main .columns .block-order-details-view .block-content .box .box-content span a {
  color: #373737;
}
.sales-order-view .page-wrapper .page-main .columns .block-order-details-view .block-content .box .box-content span address a {
  color: #373737;
}
.sales-order-view .page-wrapper .page-main .columns .block-order-details-view .block-content .box .box-title {
  border: 0;
  background: unset;
  padding: 0 0 10px 0;
}
.sales-order-view .page-wrapper .page-main .columns .block-order-details-view .block-content .box .box-title span {
  font-size: 1.4rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 20px;
  color: #373737;
}
.sales-order-view .page-wrapper .page-main .columns .block-order-details-view .block-content .box-order-shipping-address {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  margin-bottom: 10px;
}
.sales-order-view .page-wrapper .page-main .columns .block-order-details-view .block-content .box-order-billing-address {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  margin-bottom: 10px;
}
.sales-order-view .page-wrapper .page-main .columns .block-order-details-view .block-content .box-order-shipping-method {
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  margin-bottom: 10px;
}
.sales-order-view .page-wrapper .page-main .columns .block-order-details-view .block-content .box-order-shipping-method .box-content {
  font-size: 1.4rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 23px;
  color: #373737;
}
.sales-order-view .page-wrapper .page-main .columns .block-order-details-view .block-content .box-order-shipping-method a {
  color: #2573b4;
}
.sales-order-view .page-wrapper .page-main .columns .block-order-details-view .block-content .box-order-billing-method {
  -ms-flex-order: 4;
  -webkit-order: 4;
  order: 4;
}
.sales-order-view .page-wrapper .page-main .columns .block-order-details-view .block-content .box-order-billing-method .payment-method .title,
.sales-order-view .page-wrapper .page-main .columns .block-order-details-view .block-content .box-order-billing-method .payment-method .content {
  font-size: 1.4rem;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 23px;
  color: #373737;
}
.sales-order-view .page-wrapper .page-main .columns .column.main {
  position: relative;
}
.sales-order-view .page-wrapper .page-main .columns .order-date {
  font-size: 1.4rem;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 17px;
  color: #373737;
  width: 60%;
  position: absolute;
  top: 18px;
}
.sales-order-view .page-wrapper .page-main .columns .order-date .label {
  display: inline-block;
}
.sales-order-view .page-wrapper .page-main .columns .order-status {
  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;
  font-size: 1.2rem;
  background: #eaf3fa;
  border-radius: 8px 0px 8px 8px;
  border: 0;
  padding: 0 20px;
  color: #346cae;
  position: absolute;
  height: 30px;
  top: 6rem;
  right: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}
.sales-order-view .page-wrapper .page-main .columns .order-details-items {
  border: 0;
  padding: 0;
}
.sales-order-view .page-wrapper .page-main .columns .order-details-items .order-title {
  font-size: 2rem;
  display: block;
  border: 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 24px;
  color: #373737;
  padding: 0;
  width: 75%;
  margin: 13px 0 0 0;
}
.sales-order-view .page-wrapper .page-main .columns .order-details-items .order-title span {
  font-size: 2rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 24px;
  color: #373737;
}
.sales-order-view .page-wrapper .page-main .columns .order-details-items .order-title .action.track {
  display: none;
}
.sales-order-view .page-wrapper .page-main .columns .order-details-items .table-wrapper.order-items .table-order-items {
  display: block;
}
.sales-order-view .page-wrapper .page-main .columns .order-details-items .table-wrapper.order-items .table-order-items tfoot {
  margin-top: 15px;
  border-top: unset;
  display: block;
}
.sales-order-view .page-wrapper .page-main .columns .order-details-items .table-wrapper.order-items .table-order-items tfoot tr {
  display: block;
}
.sales-order-view .page-wrapper .page-main .columns .order-details-items .table-wrapper.order-items .table-order-items tfoot .grand_total .amount,
.sales-order-view .page-wrapper .page-main .columns .order-details-items .table-wrapper.order-items .table-order-items tfoot .grand_total .mark {
  font-size: 1.4rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 17px;
  color: #373737;
  padding: 5px 0;
  width: 50%;
}
.sales-order-view .page-wrapper .page-main .columns .order-details-items .table-wrapper.order-items .table-order-items tfoot .grand_total .amount {
  box-sizing: border-box;
  float: left;
  text-align: right;
}
.sales-order-view .page-wrapper .page-main .columns .order-details-items .table-wrapper.order-items .table-order-items tfoot .grand_total .mark {
  box-sizing: border-box;
  float: left;
  text-align: left;
}
.sales-order-view .page-wrapper .page-main .columns .order-details-items .table-wrapper.order-items .table-order-items tfoot .subtotal .mark,
.sales-order-view .page-wrapper .page-main .columns .order-details-items .table-wrapper.order-items .table-order-items tfoot .subtotal .amount {
  font-size: 1.4rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 17px;
  color: #373737;
  padding: 5px 0;
  width: 50%;
}
.sales-order-view .page-wrapper .page-main .columns .order-details-items .table-wrapper.order-items .table-order-items tfoot .subtotal .mark {
  box-sizing: border-box;
  float: left;
  text-align: left;
}
.sales-order-view .page-wrapper .page-main .columns .order-details-items .table-wrapper.order-items .table-order-items tfoot .subtotal .amount {
  box-sizing: border-box;
  float: left;
  text-align: right;
}
.sales-order-view .page-wrapper .page-main .columns .order-details-items .table-wrapper.order-items .table-order-items tfoot .shipping .mark,
.sales-order-view .page-wrapper .page-main .columns .order-details-items .table-wrapper.order-items .table-order-items tfoot .shipping .amount {
  font-size: 1.4rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 17px;
  color: #373737;
  padding: 5px 0;
  width: 50%;
}
.sales-order-view .page-wrapper .page-main .columns .order-details-items .table-wrapper.order-items .table-order-items tfoot .shipping .amount {
  box-sizing: border-box;
  float: left;
  text-align: right;
}
.sales-order-view .page-wrapper .page-main .columns .order-details-items .table-wrapper.order-items .table-order-items tfoot .shipping .mark {
  box-sizing: border-box;
  float: left;
  text-align: left;
}
.sales-order-view .page-wrapper .page-main .columns .order-details-items .table-wrapper.order-items .table-order-items tbody {
  margin-top: 15px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 15px;
  border-top: unset;
  display: block;
}
.sales-order-view .page-wrapper .page-main .columns .order-details-items .table-wrapper.order-items .table-order-items tbody tr .col {
  font-size: 1.4rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  line-height: 25px;
  color: #373737;
  padding: 0;
  display: block;
  border: none;
  text-align: left;
}
.sales-order-view .page-wrapper .page-main .columns .order-details-items .table-wrapper.order-items .table-order-items tbody tr .col span {
  display: inline-block;
}
.sales-order-view .page-wrapper .page-main .columns .order-details-items .table-wrapper.order-items .table-order-items tbody tr .col.sku {
  text-align: center;
}
.sales-order-view .page-wrapper .page-main .columns .order-details-items .table-wrapper.order-items .table-order-items tbody tr .col::before {
  color: #373737;
  padding-right: 10px;
  content: attr(data-th) ': ';
  display: inline-block;
  font-weight: 700;
}
.sales-order-view .page-wrapper .page-main .columns .order-details-items .table-wrapper.order-items .table-order-items thead {
  display: none;
}
.sales-order-view .page-wrapper .page-main .columns .order-details-items .table-wrapper.order-items .table-order-items thead tr .col {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 17px;
  color: #373737;
}
.sales-order-view .page-wrapper .page-main .columns .order-actions-toolbar {
  margin: 15px 0 0 0;
}
.sales-order-view .page-wrapper .page-main .columns .order-actions-toolbar .actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
  align-items: flex-end;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.sales-order-view .page-wrapper .page-main .columns .order-actions-toolbar .actions .action.print {
  display: block;
}
.sales-order-view .page-wrapper .page-main .columns .order-actions-toolbar .actions .action.print span {
  font-size: 1.3rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 16px;
  text-decoration-line: underline;
  color: #373737;
}
.sales-order-view .page-wrapper .page-main .columns .order-actions-toolbar .actions .action.order {
  float: right;
  margin-right: 0;
}
.sales-order-view .page-wrapper .page-main .columns .order-actions-toolbar .actions .action.order span {
  font-size: 1.3rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 16px;
  text-decoration-line: underline;
  color: #373737;
}
.sales-order-view .page-wrapper .page-main .page-title-wrapper {
  margin: 0;
}
.sales-order-view .page-wrapper .page-main .page-title-wrapper .page-title {
  font-size: 2.5rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 30px;
  color: #373737;
  border: 0;
}
.account:not(.catalog-category-view, .catalog-product-view, .cms-index-index, .cms-page-view, .catalogsearch-result-index) .page.messages {
  margin: 0;
  max-width: 1370px;
  margin: 0 auto;
}
.account:not(.catalog-category-view, .catalog-product-view, .cms-index-index, .cms-page-view, .catalogsearch-result-index) .page.messages .messages {
  max-width: 1370px;
  margin: 0 auto !important;
}
.account:not(.catalog-category-view, .catalog-product-view, .cms-index-index, .cms-page-view, .catalogsearch-result-index) .page.messages .messages .message {
  margin: 7px 0;
}
.account:not(.catalog-category-view, .catalog-product-view, .cms-index-index, .cms-page-view, .catalogsearch-result-index) .page-bottom {
  max-width: 1370px;
  margin: 0 auto;
  padding: 0;
  margin-bottom: 30px;
}
.account:not(.catalog-category-view, .catalog-product-view, .cms-index-index, .cms-page-view, .catalogsearch-result-index) .page-wrapper .page-main {
  max-width: 1370px;
  padding: 0 15px;
}
.account:not(.catalog-category-view, .catalog-product-view, .cms-index-index, .cms-page-view, .catalogsearch-result-index) .sidebar.sidebar-main {
  order: 0;
}
.account:not(.catalog-category-view, .catalog-product-view, .cms-index-index, .cms-page-view, .catalogsearch-result-index) .sidebar.sidebar-main .account-nav {
  margin: 20px 0 0 0;
}
.account-nav-title {
  display: none;
}
.account-nav-content-title {
  display: none;
}
.sidebar .account-nav-content .items {
  background: #eaf3fa;
  border-radius: 8px;
}
.sidebar .account-nav-content .items .item {
  border-bottom: 1px solid #ffffff;
}
.sidebar .account-nav-content .items .item a,
.sidebar .account-nav-content .items .item strong {
  font-size: 1.5rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 22px;
  color: #373737;
  border-bottom: unset;
  padding: 12px 0 12px 39px;
  cursor: pointer;
}
.sidebar .account-nav-content .items .item a::before,
.sidebar .account-nav-content .items .item strong::before {
  font-size: 1.9rem;
  color: #d6d6d6;
  left: 18px;
}
.sidebar .account-nav-content .items .item a:hover,
.sidebar .account-nav-content .items .item strong:hover {
  text-decoration: underline;
}
.sidebar .account-nav-content .items .item.current strong {
  font-weight: 700;
}
@media (min-width: 1024px) {
  .account:not(.catalog-category-view, .catalog-product-view, .cms-index-index, .cms-page-view, .catalogsearch-result-index) .columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .account:not(.catalog-category-view, .catalog-product-view, .cms-index-index, .cms-page-view, .catalogsearch-result-index) .sidebar.sidebar-main {
    padding: 0 !important;
    width: min-content !important;
    max-width: 273px;
    min-width: 273px;
    margin-right: 31px;
  }
  .account:not(.catalog-category-view, .catalog-product-view, .cms-index-index, .cms-page-view, .catalogsearch-result-index) .column.main {
    -webkit-flex-basis: unset;
    flex-basis: unset;
    width: min-content !important;
    padding: 0 !important;
    float: none;
  }
  .account:not(.catalog-category-view, .catalog-product-view, .cms-index-index, .cms-page-view, .catalogsearch-result-index) .sidebar .account-nav-content .items .item:first-child a,
  .account:not(.catalog-category-view, .catalog-product-view, .cms-index-index, .cms-page-view, .catalogsearch-result-index) .sidebar .account-nav-content .items .item:first-child strong {
    padding: 0 12px 12px 40px;
  }
  .account:not(.catalog-category-view, .catalog-product-view, .cms-index-index, .cms-page-view, .catalogsearch-result-index) .sidebar .account-nav-content .items .item:nth-last-child(2) a,
  .account:not(.catalog-category-view, .catalog-product-view, .cms-index-index, .cms-page-view, .catalogsearch-result-index) .sidebar .account-nav-content .items .item:nth-last-child(2) strong {
    padding: 12px 12px 0 40px;
  }
  .account:not(.catalog-category-view, .catalog-product-view, .cms-index-index, .cms-page-view, .catalogsearch-result-index) .sidebar .account-nav-content .items .item a,
  .account:not(.catalog-category-view, .catalog-product-view, .cms-index-index, .cms-page-view, .catalogsearch-result-index) .sidebar .account-nav-content .items .item strong {
    font-size: 1.5rem;
    line-height: 22px;
    padding: 12px 12px 12px 40px;
  }
  .account:not(.catalog-category-view, .catalog-product-view, .cms-index-index, .cms-page-view, .catalogsearch-result-index) .sidebar .account-nav-content .items .item a::before,
  .account:not(.catalog-category-view, .catalog-product-view, .cms-index-index, .cms-page-view, .catalogsearch-result-index) .sidebar .account-nav-content .items .item strong::before {
    font-size: 2rem;
    left: 18px;
  }
}
.mb-ajaxsuite-blank {
  z-index: 1001 !important;
}
.mb-ajaxsuite-popup-wrapper {
  border-radius: 0.8rem;
  background: transparent !important;
  max-width: 95%;
  max-height: 95%;
  z-index: 1002;
  width: 100%;
}
.mb-ajaxsuite-popup-wrapper a.mb-ajaxsuite-close.close-modal {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  top: 1.8rem;
  right: 1.5rem;
  background: none;
}
.mb-ajaxsuite-popup-wrapper a.mb-ajaxsuite-close.close-modal:after {
  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;
  font-size: 1.2rem;
  color: #969696;
  font-family: "icomoon";
  content: "\e908";
  width: 1.2rem;
  height: 1.2rem;
}
.mb-ajaxsuite-popup-wrapper a.mb-ajaxsuite-close.close-modal:hover {
  text-decoration: none;
}
.add-to-cart-module {
  padding: 1.5rem;
  background: #f5f5f8;
  box-shadow: 0 0.4rem 0.5rem rgba(55, 55, 55, 0.1);
  border-radius: 0.8rem;
}
.add-to-cart-module .success-message {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.add-to-cart-module .success-message h3 {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7rem;
  text-align: center;
  color: #6aac4b;
  margin: 0;
  min-width: 22rem;
  max-width: 22rem;
}
.add-to-cart-module .success-message:before {
  font-size: 1.2rem;
  color: #6aac4b;
  font-family: "icomoon";
  content: "\e915";
}
.add-to-cart-module .box_product {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 1rem 0 2rem 0;
  padding: 1.7rem 1.5rem;
  background: #ffffff;
  border: 0.1rem solid rgba(55, 55, 55, 0.1);
  box-sizing: border-box;
  border-radius: 0.8rem;
}
.add-to-cart-module .box_product-photo {
  width: 10rem;
  height: 8rem;
}
.add-to-cart-module .box_product-info {
  width: 100%;
  margin-left: 2.8rem;
}
.add-to-cart-module .box_product-info-name {
  font-size: 1.2rem;
  height: 4.35rem;
  font-weight: 700;
  line-height: 1.5rem;
  color: #373737;
  margin: 0;
  margin-bottom: 0.7rem;
  overflow: hidden;
}
.add-to-cart-module .box_product-info-price h2 {
  font-size: 1.5rem;
  line-height: 1.8rem;
  height: 2.7rem;
  margin: 0;
  font-weight: 600;
  color: #373737;
}
.add-to-cart-module .box_product-info-extra .info-block {
  display: inline;
}
.add-to-cart-module .box_product-info-extra .info-block span {
  font-size: 1.2rem;
  line-height: 1.5rem;
  color: #6aac4b;
  font-weight: 600;
}
.add-to-cart-module .box_product-info-montage {
  background: #ffffff;
  border-radius: 0.8rem;
}
.add-to-cart-module .box_product-info-montage .montage {
  display: block;
  max-width: initial;
}
.add-to-cart-module .box_product-info-montage .montage-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  height: 4.6rem;
  background: #f5f5f8;
  border: 0.1rem solid rgba(125, 125, 125, 0.2);
  box-sizing: border-box;
  border-radius: 0.5rem 0.5rem 0 0;
  padding: 1.5rem;
}
.add-to-cart-module .box_product-info-montage .montage-title-text {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 2.4rem;
  color: #373737;
  cursor: auto;
  padding-left: 1rem;
}
.add-to-cart-module .box_product-info-montage .montage-title input[type='checkbox'] {
  position: relative;
  cursor: pointer;
  width: 1.98rem;
  height: 2rem;
  margin: 0;
  top: 0;
}
.add-to-cart-module .box_product-info-montage .montage-title input[type='checkbox']:before {
  background: #ffffff;
  border: 0.1rem solid rgba(55, 55, 55, 0.1);
  box-sizing: border-box;
  border-radius: 0.2rem;
  content: '';
  display: block;
  width: 2rem;
  height: 2rem;
}
.add-to-cart-module .box_product-info-montage .montage-title input[type='checkbox']:checked:after {
  font-size: 0.9rem;
  font-family: "icomoon";
  content: "\e915";
  color: #6aac4b;
  background: transparent;
  position: absolute;
  top: 0.5rem;
  left: 0.4rem;
  width: initial;
  height: initial;
}
.add-to-cart-module .box_product-info-montage .montage-text {
  border: 0.1rem solid rgba(125, 125, 125, 0.2);
  border-radius: 0 0 0.5rem 0.5rem;
  padding: 1.3rem 1.5rem 2.2rem 1.5rem;
  margin: 0;
}
.add-to-cart-module .popup-buttons {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 2rem;
}
.add-to-cart-module .popup-buttons .continue-to-cart {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  width: 24rem;
  height: 4rem;
  position: relative;
  margin-bottom: 1rem;
  border: none;
  background: #3184ca !important;
  border-radius: 0.8rem 0 0.8rem 0.8rem;
  padding-left: 5.5rem;
}
.add-to-cart-module .popup-buttons .continue-to-cart span {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.4rem;
  text-transform: uppercase;
  color: #ffffff;
}
.add-to-cart-module .popup-buttons .continue-to-cart span:after {
  font-size: 1.5rem;
  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: 4.56rem;
  height: 4rem;
  position: absolute;
  right: 0;
  content: "\e902";
  font-family: "icomoon";
  color: #ffffff;
  background: #2572b4;
  border-radius: 0.8rem 0 0.8rem 0;
  top: 0;
}
.add-to-cart-module .popup-buttons .continue-to-cart:hover {
  border: none;
  background: transparent;
}
.add-to-cart-module .popup-buttons .continue-to-shop {
  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;
  border: 0.1rem solid #3184ca !important;
  border-radius: 0.8rem;
  width: 24rem;
  height: 4rem;
  padding: 0;
  background: #f5f5f8 !important;
}
.add-to-cart-module .popup-buttons .continue-to-shop span {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2.4rem;
  text-transform: uppercase;
  color: #3184ca;
}
.add-to-cart-module .addtocart-right .slidersection {
  padding: 0;
  background: transparent;
}
.add-to-cart-module .addtocart-right .slidersection .slider-product {
  padding: 0;
}
.add-to-cart-module .addtocart-right .slidersection .slider-product .more {
  margin: 0;
}
.add-to-cart-module .addtocart-right .slidersection .slider-product .filterproduct-title {
  padding: 0 !important;
  margin: 0;
}
.add-to-cart-module .addtocart-right .slidersection .slider-product .filterproduct-title span {
  font-size: 1.6rem;
  display: block;
  font-weight: 700;
  line-height: 2rem;
  color: #373737;
  text-align: left;
  margin-bottom: 2.4rem;
  margin-top: 2.6rem;
}
.add-to-cart-module .addtocart-right .slidersection .slider-product .products.wrapper {
  padding: 0;
  margin: 0;
}
.add-to-cart-module .addtocart-right .slidersection .slider-product .products.wrapper .owl-stage-outer {
  padding: 0;
  margin: 0;
}
.add-to-cart-module .addtocart-right .slidersection .slider-product .products.wrapper .owl-stage-outer .owl-stage {
  padding-left: 0 !important;
}
.add-to-cart-module .addtocart-right .slidersection .slider-product .products.wrapper .owl-stage-outer .owl-item {
  min-width: unset;
  margin-right: 1rem !important;
}
.add-to-cart-module .addtocart-right .slidersection .slider-product .products.wrapper .owl-stage-outer .owl-item.active {
  margin-left: 0 !important;
}
.add-to-cart-module .addtocart-right .slidersection .slider-product .products.wrapper .owl-stage-outer .owl-item .product-item-info {
  padding: 0;
  border-radius: 0.8rem;
  background: transparent;
  height: unset;
}
.add-to-cart-module .addtocart-right .slidersection .slider-product .products.wrapper .owl-stage-outer .owl-item .product-item {
  background: #ffffff;
  border: 0.1rem solid rgba(55, 55, 55, 0.1);
  border-radius: 0.8rem;
  width: 25.4rem;
  padding: 0;
  height: auto;
}
.add-to-cart-module .addtocart-right .slidersection .slider-product .products.wrapper .owl-stage-outer .owl-item .product-item-photo {
  padding: 0;
  border-radius: 0.8rem 0.8rem 0 0;
  margin-bottom: 2rem;
}
.add-to-cart-module .addtocart-right .slidersection .slider-product .products.wrapper .owl-stage-outer .owl-item .product-item-photo img {
  min-height: 18.1rem;
  max-height: 18.1rem;
}
.add-to-cart-module .addtocart-right .slidersection .slider-product .products.wrapper .owl-stage-outer .owl-item .product-item-photo .product-labels {
  left: unset;
  top: 1.4rem;
  right: 0;
}
.add-to-cart-module .addtocart-right .slidersection .slider-product .products.wrapper .owl-stage-outer .owl-item .product-item-photo .product-labels .product-label.sale-label {
  font-size: 1.4rem;
  background: #d73939;
  border-radius: 0.8rem 0 0 0.8rem;
  font-weight: 600;
  line-height: 1.7rem;
  color: #ffffff;
}
.add-to-cart-module .addtocart-right .slidersection .slider-product .products.wrapper .owl-stage-outer .owl-item .product-item-details {
  padding: 0 1.5rem 2.2rem 1.5rem;
}
.add-to-cart-module .addtocart-right .slidersection .slider-product .products.wrapper .owl-stage-outer .owl-item .product-item-details .name {
  margin: 0;
}
.add-to-cart-module .addtocart-right .slidersection .slider-product .products.wrapper .owl-stage-outer .owl-item .product-item-details .name a {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7rem;
  text-align: center;
  color: #373737;
  height: 5.1rem;
  margin: 0;
}
.add-to-cart-module .addtocart-right .slidersection .slider-product .products.wrapper .owl-stage-outer .owl-item .product-item-details .product-stock {
  margin: 1.2rem 0 1.6rem 0;
  height: 30px;
}
.add-to-cart-module .addtocart-right .slidersection .slider-product .products.wrapper .owl-stage-outer .owl-item .product-item-details .product-stock .available,
.add-to-cart-module .addtocart-right .slidersection .slider-product .products.wrapper .owl-stage-outer .owl-item .product-item-details .product-stock .unavailable {
  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;
  border-radius: 0.8rem 0 0.8rem 0.8rem;
  width: 13.1rem;
  height: 3rem;
  margin: 0 auto;
}
.add-to-cart-module .addtocart-right .slidersection .slider-product .products.wrapper .owl-stage-outer .owl-item .product-item-details .product-stock .available span,
.add-to-cart-module .addtocart-right .slidersection .slider-product .products.wrapper .owl-stage-outer .owl-item .product-item-details .product-stock .unavailable span {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5rem;
}
.add-to-cart-module .addtocart-right .slidersection .slider-product .products.wrapper .owl-stage-outer .owl-item .product-item-details .product-stock .available {
  background: rgba(106, 172, 75, 0.3);
}
.add-to-cart-module .addtocart-right .slidersection .slider-product .products.wrapper .owl-stage-outer .owl-item .product-item-details .product-stock .available span {
  color: #6aac4b;
}
.add-to-cart-module .addtocart-right .slidersection .slider-product .products.wrapper .owl-stage-outer .owl-item .product-item-details .product-stock .unavailable {
  background: #e4a76e;
}
.add-to-cart-module .addtocart-right .slidersection .slider-product .products.wrapper .owl-stage-outer .owl-item .product-item-details .product-stock .unavailable span {
  color: #ffffff;
}
.add-to-cart-module .addtocart-right .slidersection .slider-product .products.wrapper .owl-stage-outer .owl-item .product-item-details .info-block {
  text-align: center;
  margin-bottom: 2.3rem;
}
.add-to-cart-module .addtocart-right .slidersection .slider-product .products.wrapper .owl-stage-outer .owl-item .product-item-details .info-block span {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-align: center;
  color: #6aac4b;
  height: 1.5rem;
}
.add-to-cart-module .addtocart-right .slidersection .slider-product .products.wrapper .owl-stage-outer .owl-item .product-item-details .info-block .la-comanda {
  color: #e4a76e;
}
.add-to-cart-module .addtocart-right .slidersection .slider-product .products.wrapper .owl-stage-outer .owl-item .product-item-details .action-price {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.add-to-cart-module .addtocart-right .slidersection .slider-product .products.wrapper .owl-stage-outer .owl-item .product-item-details .action-price .product-item-inner {
  margin: 0;
}
.add-to-cart-module .addtocart-right .slidersection .slider-product .products.wrapper .owl-stage-outer .owl-item .product-item-details .action-price .price-box-popup .price-popup {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8rem;
  color: #373737;
}
.add-to-cart-module .addtocart-right .slidersection .slider-product .products.wrapper .owl-stage-outer .owl-item .product-item-details .action-price .product-item-actions {
  padding: 0;
}
.add-to-cart-module .addtocart-right .slidersection .slider-product .products.wrapper .owl-stage-outer .owl-item .product-item-details .action-price .product-item-actions .actions-primary {
  min-width: unset;
  position: unset;
}
.add-to-cart-module .addtocart-right .slidersection .slider-product .products.wrapper .owl-stage-outer .owl-item .product-item-details .action-price .product-item-actions .actions-primary .tocart.primary {
  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: 5.25rem;
  height: 5.25rem !important;
  line-height: unset;
  background: #3184ca;
  border-radius: 0.8rem 0 0.8rem 0.8rem;
  margin: 0;
  padding: 0;
}
.add-to-cart-module .addtocart-right .slidersection .slider-product .products.wrapper .owl-stage-outer .owl-item .product-item-details .action-price .product-item-actions .actions-primary .tocart.primary::before {
  font-size: 2.2rem;
  content: "\e902";
  font-family: "icomoon";
  color: #ffffff;
  margin: 0;
  padding: 0;
  position: unset;
  background: transparent;
  border: none;
}
.add-to-cart-module .addtocart-right .slidersection .slider-product .products.wrapper .owl-stage-outer .owl-item .product-item-details .action-price .product-item-actions .actions-primary .tocart.primary span {
  display: none;
}
.add-to-cart-module .addtocart-right .slidersection .slider-product .products.wrapper .owl-stage-outer .owl-item .product-item-details .action-price .product-item-actions .actions-primary .tocart.primary.unavailable {
  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: 5.25rem;
  height: 5.25rem !important;
  line-height: unset;
  background: #e4a76e !important;
  border-radius: 0.8rem 0 0.8rem 0.8rem;
  margin: 0;
  padding: 0;
}
.add-to-cart-module .addtocart-right .slidersection .slider-product .products.wrapper .owl-stage-outer .owl-item .product-item-details .action-price .product-item-actions .actions-primary .tocart.primary.unavailable::before {
  font-size: 2.2rem;
  content: "\e902";
  font-family: "icomoon";
  color: #ffffff;
  margin: 0;
  padding: 0;
  position: unset;
  background: transparent;
  border: none;
}
.add-to-cart-module .addtocart-right .slidersection .slider-product .products.wrapper .owl-stage-outer .owl-item .product-item-details .action-price .product-item-actions .actions-primary .tocart.primary.unavailable span {
  display: none;
}
.add-to-cart-module .addtocart-right .slidersection .owl-controls {
  display: block;
}
.add-to-cart-module .addtocart-right .slidersection .owl-controls .owl-nav {
  display: block;
  top: -5rem;
}
.add-to-cart-module .addtocart-right .slidersection .owl-controls .owl-nav .owl-prev,
.add-to-cart-module .addtocart-right .slidersection .owl-controls .owl-nav .owl-next {
  background: transparent;
  width: unset;
  padding: 0;
  margin: 0.5rem 0.6rem;
}
.add-to-cart-module .addtocart-right .slidersection .owl-controls .owl-nav .owl-prev .left-arrow-slider:before,
.add-to-cart-module .addtocart-right .slidersection .owl-controls .owl-nav .owl-next .left-arrow-slider:before,
.add-to-cart-module .addtocart-right .slidersection .owl-controls .owl-nav .owl-prev .right-arrow-slider:before,
.add-to-cart-module .addtocart-right .slidersection .owl-controls .owl-nav .owl-next .right-arrow-slider:before {
  font-size: 1.3rem;
  font-family: "icomoon";
  color: #969696;
  font-style: normal;
}
.add-to-cart-module .addtocart-right .slidersection .owl-controls .owl-nav .owl-prev .left-arrow-slider:before,
.add-to-cart-module .addtocart-right .slidersection .owl-controls .owl-nav .owl-next .left-arrow-slider:before {
  content: "\e916";
}
.add-to-cart-module .addtocart-right .slidersection .owl-controls .owl-nav .owl-prev .right-arrow-slider:before,
.add-to-cart-module .addtocart-right .slidersection .owl-controls .owl-nav .owl-next .right-arrow-slider:before {
  content: "\e917";
}
.add-to-cart-module .offerblock {
  padding: 0;
  min-height: 22.6rem;
  position: relative;
  margin-top: 0.5rem;
}
.add-to-cart-module .offerblock .offer-image {
  width: 100%;
}
.add-to-cart-module .offerblock .offer-image img {
  padding: 0;
  border-radius: 0.8rem;
  margin: 0;
  min-height: 22.6rem;
  max-height: 22.6rem;
  object-fit: cover;
  object-position: center;
}
.add-to-cart-module .offerblock .offer-content {
  position: absolute;
  top: 3.4rem;
  left: 3rem;
  margin: 0;
  width: auto;
}
.add-to-cart-module .offerblock .offer-content .offer-content-title {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 2.4rem;
  color: #ffffff;
}
.add-to-cart-module .offerblock .offer-content .email {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 1.1rem;
  margin-bottom: 1.9rem;
}
.add-to-cart-module .offerblock .offer-content .email .icon::before {
  font-size: 1.7rem;
  font-family: "icomoon";
  content: "\e90b";
  color: #3184ca;
}
.add-to-cart-module .offerblock .offer-content .email a {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5rem;
  color: #ffffff;
  margin-left: 0.7rem;
  text-transform: none;
}
.add-to-cart-module .offerblock .offer-content .action span {
  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;
  font-size: 1.2rem;
  width: 8.3rem;
  height: 3rem;
  background: #3184ca;
  border-radius: 0.8rem 0 0.8rem 0.8rem;
  font-weight: 700;
  line-height: 1.5rem;
  color: #ffffff;
  text-transform: none;
  margin: 0;
  padding: 0;
}
.addtocart-pop-up-block-desktop {
  display: none;
}
.addtocart-pop-up-block-mobile {
  padding: 2.4rem;
  background: #eaf3fa;
  border-radius: 0.8rem;
  margin: 24px 0 0 0;
}
.addtocart-pop-up-block-mobile .mobile-info .title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #373737;
}
.addtocart-pop-up-block-mobile .mobile-info .sub-title {
  font-size: 1.4rem;
  color: #373737;
}
.addtocart-pop-up-block-mobile .mobile-info .image {
  margin: 14px 0;
}
.addtocart-pop-up-block-mobile .mobile-info .image img {
  max-height: 15.5rem;
  border-radius: 0.8rem;
}
.addtocart-pop-up-block-mobile .mobile-info .action.button {
  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;
  background: #3184ca;
  border-radius: 0.8rem;
  width: 22rem;
  height: 3.5rem;
}
.addtocart-pop-up-block-mobile .mobile-info .action.button a {
  font-size: 1.4rem;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
}
.popup-rate-box {
  padding: 0 15px;
  background: #eaf3fa;
  border-radius: 0.8rem;
  height: 28.4rem;
  position: relative;
  margin-top: 15px;
}
.popup-rate-box .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.popup-rate-box .content .title {
  font-size: 2rem;
  line-height: initial;
  margin: 0;
  font-weight: 700;
  color: #373737;
  letter-spacing: 0.10rem;
}
.popup-rate-box .content .sub-title {
  font-size: 1.4rem;
  color: #373737;
}
.popup-rate-box .content .image {
  margin: 1.5rem 0;
  max-width: 90%;
}
.popup-rate-box .content .image img {
  max-height: 15.5rem;
  border-radius: 0.8rem;
}
.popup-rate-box .content .action.button {
  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;
  background: #3184ca;
  border-radius: 0.8rem;
  width: 22rem;
  height: 3.5rem;
}
.popup-rate-box .content .action.button a {
  font-size: 1.4rem;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
}
.popup-rate-box .content .action.button a:hover {
  text-decoration: none;
}
@media (min-width: 1024px) {
  .mb-ajaxsuite-popup-wrapper {
    width: 95rem;
  }
  .add-to-cart-module .addtocart-left {
    width: 42%;
  }
  .add-to-cart-module .addtocart-right {
    width: 58%;
  }
}
.owl-stage {
  display: flex;
}
.product-sku-container .product.sku_fz {
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 15px;
  text-align: center;
  color: #c6c5c5;
  display: block;
  margin: 10px 0;
  height: 15px;
}
.not-sal-product .tocart.primary.unavailable {
  cursor: unset;
  background: rgba(228, 167, 110, 0.5) !important;
}
.catalog-category-view .page-wrapper div.breadcrumbs,
.catalogsearch-result-index .page-wrapper div.breadcrumbs {
  margin-top: 70px;
}
.page-wrapper div.breadcrumbs {
  margin-bottom: 1.7rem;
  text-align: left;
  background: transparent;
  max-width: unset !important;
  display: block !important;
}
.page-wrapper div.breadcrumbs .items {
  padding: 0 1.5rem !important;
  line-height: unset;
}
.page-wrapper div.breadcrumbs .items .item {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4rem;
  color: #373737;
  position: unset !important;
}
.page-wrapper div.breadcrumbs .items .item:not(:last-child) {
  cursor: pointer;
}
.page-wrapper div.breadcrumbs .items .item a,
.page-wrapper div.breadcrumbs .items .item strong {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.4rem;
  color: #373737;
  padding: 0;
}
.page-wrapper div.breadcrumbs .items .item::after {
  font-size: 0.8rem;
  font-family: "icomoon";
  content: "\e917";
  margin: 0 1.5rem;
}
.page-wrapper div.breadcrumbs .items .item:last-child a,
.page-wrapper div.breadcrumbs .items .item:last-child strong {
  text-decoration: underline;
}
.page-wrapper div.breadcrumbs .items .item:last-child::after {
  display: none;
}
.catalog-product-view .page-wrapper div.breadcrumbs {
  padding: 0;
}
.catalog-product-view .page-wrapper div.breadcrumbs .items {
  margin: 0 auto;
}
.catalog-product-view .page-wrapper div.breadcrumbs .items .item:first-child::after {
  font-size: 0.8rem;
  font-family: "icomoon";
  content: "\e917";
  margin: 0 1.5rem;
  line-height: 1.5rem;
  display: inline-block !important;
}
.catalog-product-view .page-wrapper div.breadcrumbs .items .item:last-child {
  display: none;
}
.catalog-product-view .page-wrapper div.breadcrumbs .items .item:nth-last-child(2) a,
.catalog-product-view .page-wrapper div.breadcrumbs .items .item:nth-last-child(2) strong {
  text-decoration: underline;
}
.catalog-product-view .page-wrapper div.breadcrumbs .items .item:nth-last-child(2)::after {
  display: none;
}
.hidden-desktop {
  display: block !important;
}
.hidden-mobile {
  display: none !important;
}
.category_box {
  display: none;
}
.categories_box {
  height: 400px;
  overflow: hidden;
}
.categories_box.show-more {
  height: auto;
}
.show-more-categories {
  font-size: 1.4rem;
  text-align: center;
  text-decoration-line: underline;
  color: #373737;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 20px;
  position: relative;
  cursor: pointer;
  margin: 14px 0;
}
.show-more-categories.expanded::before {
  display: none;
}
.show-more-categories::before {
  content: '';
  width: 100%;
  height: 7rem;
  bottom: 2rem;
  left: 0;
  position: absolute;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 70%);
}
.categories {
  border: 1px solid #3184ca;
  border-radius: 8px;
  margin-bottom: 5px;
}
.categories:last-child {
  margin: 0;
}
.categories_title {
  display: flex;
  background: #eaf3fa;
  border-radius: 8px;
  align-items: center;
  padding: 10px;
  cursor: pointer;
  text-decoration: none;
}
.categories_title:hover,
.categories_title:active,
.categories_title:focus {
  text-decoration: none;
}
.categories_title .title-text {
  font-size: 1.4rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #373737;
}
.categories_title .title-text:hover {
  text-decoration: none;
}
.categories_icon {
  color: #ffffff;
  height: 50px;
  width: 50px;
  background: #3184ca;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 34px;
  margin-right: 16px;
  transition: background 0.35s ease-in-out;
}
.categories_arrow {
  transition: transform 0.35s ease-in-out;
  color: #373737;
  margin-left: auto;
}
.categories_content {
  background: #ffffff;
  padding: 12px;
  border-radius: 8px;
}
.categories_content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.categories_content ul li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.categories_content ul li::before {
  font-family: "icomoon";
  content: "\e909";
  margin-right: 7px;
  font-size: 10px;
  color: #373737;
}
.categories_content ul li:last-child {
  margin: 0;
}
.categories_content ul li a {
  font-size: 14px;
  font-weight: 500;
  color: #373737;
  text-decoration: none;
}
.categories_button {
  display: flex;
  align-items: center;
  width: fit-content;
  height: 4rem;
  background: #3184ca;
  border-radius: 8px 0 8px 8px;
  padding: 0 12px;
  margin-top: 12px;
}
.categories_button:hover {
  text-decoration: none;
}
.categories_button span {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
}
.categories_button span::after {
  font-family: "icomoon";
  font-size: 10px;
  color: #ffffff;
  content: "\e909";
  margin-left: 12px;
}
.categories.active .categories_title {
  border-radius: 6px 6px 0 0;
}
.categories.active .categories_icon {
  background: #6aac4b;
}
.categories.active .categories_arrow {
  transform: rotate(180deg);
}
.categories:not(.hasChilds) .categories_arrow {
  display: none;
}
.cms-index-index main.page-main {
  padding-top: 5.5rem !important;
}
.cms-index-index .homepage_slider .owl-stage {
  display: block;
}
.cms-index-index .homepage_slider-item {
  border-radius: 0 0 0.8rem 0.8rem;
  position: relative;
}
.cms-index-index .homepage_slider-item .hidden-mobile {
  display: none;
}
.cms-index-index .homepage_slider-image {
  border-radius: 0 0 0.8rem 0.8rem;
}
.cms-index-index .homepage_slider-info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.cms-index-index .homepage_slider-info-title {
  color: #fff;
  font-size: 22px;
  font-weight: 900;
  text-align: center;
  margin-bottom: 15px;
}
.cms-index-index .homepage_slider-info-button {
  background: #3184ca;
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
  padding: 8px 15px;
  text-decoration: none;
}
.cms-index-index .homepage_slider-info-button span {
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
}
.cms-index-index .homepage_slider-info-button span::after {
  font-size: 1rem;
  font-family: "icomoon";
  content: "\e906";
  margin-left: 10px;
}
.cms-index-index .homepage-benefits-subheader,
.cms-index-index .homepage-benefits-footer {
  margin: 2rem 0 2.7rem;
  padding: 0 15px;
}
.cms-index-index .homepage-benefits-subheader .benefits-list,
.cms-index-index .homepage-benefits-footer .benefits-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  padding: 0;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.cms-index-index .homepage-benefits-subheader .benefits-list::-webkit-scrollbar,
.cms-index-index .homepage-benefits-footer .benefits-list::-webkit-scrollbar {
  display: none;
}
.cms-index-index .homepage-benefits-subheader .benefits-list .benefit,
.cms-index-index .homepage-benefits-footer .benefits-list .benefit {
  margin-right: 0.8rem;
  width: 13rem;
  min-width: 8rem;
}
.cms-index-index .homepage-benefits-subheader .benefits-list .benefit:last-child,
.cms-index-index .homepage-benefits-footer .benefits-list .benefit:last-child {
  margin-right: 0;
}
.cms-index-index .homepage-benefits-footer {
  margin: 2rem 0 3rem;
}
.cms-index-index .homepage-extra-information {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 137rem;
  margin: 0 auto;
  padding: 0 1.5rem !important;
}
.cms-index-index .homepage-extra-information .homepage-photo-info .image-link {
  height: 22rem;
  max-height: unset;
  min-height: unset;
  margin: 0 0 2rem 0;
  border-radius: 0.8rem;
}
.cms-index-index .homepage-extra-information .homepage-photo-info .image-link .desktop-img {
  display: none;
}
.cms-index-index .homepage-extra-information .homepage-photo-info .image-link .msg {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2rem;
  color: #ffffff;
  margin-left: 1.7rem;
  text-transform: none;
  top: 32%;
}
.cms-index-index .homepage-extra-information .homepage-photo-info .image-link .points {
  padding: 0 0 0 1.5rem;
  margin: 0 0 0 2.8rem;
  top: 53%;
}
.cms-index-index .homepage-extra-information .homepage-photo-info .image-link .points li {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.2rem;
  color: #ffffff;
  text-transform: none;
}
.cms-index-index .homepage-extra-information .homepage-photo-info .image-link .points li::before {
  font-size: 1rem;
  font-family: "icomoon";
  content: "\e909";
  color: #6aac4b;
  width: unset;
  margin-right: 0.5rem;
}
.cms-index-index .homepage-extra-information .homepage-photo-info .image-link .action span {
  font-size: 1.2rem;
  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;
  background: #3184ca;
  border-radius: 0.8rem 0.8rem 0.8rem 0;
  text-transform: none;
  line-height: 2rem;
  width: 10.9rem;
  height: 2.3rem;
  font-weight: 700;
  left: 1.7rem;
  bottom: 1.5rem;
  padding: 0;
}
.cms-index-index .homepage-extra-information .homepage-photo-info .image-link .action span::after {
  display: none;
}
.cms-index-index .homepage-extra-information .homepage-photo-info .image-link::before {
  opacity: 0.5;
  border-radius: 0.8rem;
}
.cms-index-index .homepage-extra-information .homepage-extra-info {
  margin-top: 0;
  text-align: center;
  height: 150px;
  overflow: hidden;
}
.cms-index-index .homepage-extra-information .homepage-extra-info.show-more {
  height: auto;
}
.cms-index-index .homepage-extra-information .homepage-extra-info .info-title,
.cms-index-index .homepage-extra-information .homepage-extra-info .info-desc {
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.7rem;
  color: #373737;
  text-transform: none;
}
.cms-index-index .homepage-extra-information .homepage-extra-info .info-title {
  margin: 0 auto 17px;
}
.cms-index-index .homepage-extra-information .homepage-extra-info .info-desc {
  font-weight: 500;
  line-height: 2rem;
}
.cms-index-index .homepage-extra-information .homepage-extra-info .info-btn {
  background: #3184ca;
  border-radius: 0.8rem 0.8rem 0.8rem 0;
  width: 27.6rem;
  height: 5rem;
  margin: 1.2rem auto 0 auto;
}
.cms-index-index .homepage-extra-information .homepage-extra-info .info-btn a {
  font-size: 1.6rem;
  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;
  font-weight: 600;
  color: #ffffff;
  height: 5rem;
}
.cms-index-index .homepage-extra-information .homepage-extra-info .info-btn a::after {
  font-size: 1rem;
  font-family: "icomoon";
  content: "\e906";
  position: relative;
  top: 0.14rem;
  margin-left: 1.3rem;
}
.cms-index-index .homepage-extra-information .homepage-extra-info .info-btn a:hover {
  text-decoration: none;
}
.cms-index-index .homepage-extra-information .homepage-show-more {
  font-size: 1.4rem;
  text-align: center;
  text-decoration-line: underline;
  color: #373737;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 20px;
  position: relative;
  cursor: pointer;
  margin: 14px 0;
}
.cms-index-index .homepage-extra-information .homepage-show-more.expanded::before {
  display: none;
}
.cms-index-index .homepage-extra-information .homepage-show-more::before {
  content: '';
  width: 100%;
  height: 7rem;
  bottom: 2rem;
  left: 0;
  position: absolute;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #ffffff 70%);
}
.cms-index-index .homepage-middle-banners {
  margin: 2rem 0 3.7rem 0;
  padding: 0 1.5rem;
  max-width: 137rem;
}
.cms-index-index .homepage-middle-banners .homepage-cards-info .left-info {
  display: none;
}
.cms-index-index .homepage-middle-banners .homepage-cards-info .right-info {
  padding: 0 3rem 0 3rem;
  background: #eaf3fa;
  border-radius: 0.8rem;
  height: 28.4rem;
  position: relative;
}
.cms-index-index .homepage-middle-banners .homepage-cards-info .right-info .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.cms-index-index .homepage-middle-banners .homepage-cards-info .right-info .content .title {
  font-size: 2rem;
  margin: 0;
  font-weight: 700;
  color: #373737;
  letter-spacing: 0.15rem;
}
.cms-index-index .homepage-middle-banners .homepage-cards-info .right-info .content .sub-title {
  font-size: 1.4rem;
  color: #373737;
}
.cms-index-index .homepage-middle-banners .homepage-cards-info .right-info .content .image {
  margin: 1.5rem 0 1.5rem 0;
  max-width: 90%;
}
.cms-index-index .homepage-middle-banners .homepage-cards-info .right-info .content .image img {
  max-height: 15.5rem;
  border-radius: 0.8rem;
}
.cms-index-index .homepage-middle-banners .homepage-cards-info .right-info .content .action.button {
  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;
  background: #3184ca;
  border-radius: 0.8rem;
  width: 22rem;
  height: 3.5rem;
}
.cms-index-index .homepage-middle-banners .homepage-cards-info .right-info .content .action.button a {
  font-size: 1.4rem;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
}
.cms-index-index .homepage-middle-banners .homepage-cards-info .right-info .content .action.button a:hover {
  text-decoration: none;
}
.cms-index-index .homepage-testimonials {
  margin-top: 2.4rem;
}
.cms-index-index .homepage-testimonials .container {
  max-width: 137rem;
}
.cms-index-index .homepage-testimonials .container .box {
  background: #eaf3fa;
  border: 0.1rem solid rgba(55, 55, 55, 0.1);
  box-sizing: border-box;
  border-radius: 0.8rem;
  padding: 0 0.7rem;
}
.cms-index-index .homepage-testimonials .container .yereone-testimonials-block-title {
  margin: 0;
}
.cms-index-index .homepage-testimonials .container .yereone-testimonials-block-title span {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.4rem;
  text-align: center;
  color: #3184ca;
  margin-top: 2.4rem;
  display: block;
}
.cms-index-index .homepage-testimonials .container .yereone-testimonials {
  margin: 0;
}
.cms-index-index .homepage-testimonials .container .yereone-testimonials .yereone-testimonial-item .yereone-testimonial-content {
  margin-bottom: 2rem;
}
.cms-index-index .homepage-testimonials .container .yereone-testimonials .yereone-testimonial-item .yereone-testimonial-content i {
  display: none;
}
.cms-index-index .homepage-testimonials .container .yereone-testimonials .yereone-testimonial-item .yereone-testimonial-content span {
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1.8rem;
  color: #373737;
}
.cms-index-index .homepage-testimonials .container .yereone-testimonials .yereone-testimonial-item .yereone-testimonial-author {
  font-size: 1.2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 1.8rem;
  color: #373737;
  margin-bottom: 1.9rem;
}
.cms-index-index .homepage-testimonials .container .slick-dots {
  position: relative;
  bottom: unset;
  line-height: 0;
}
.cms-index-index .homepage-testimonials .container .slick-dots li {
  margin: 0 0.6rem 1.8rem 0.6rem;
  width: 0.6rem;
  height: 0.6rem;
}
.cms-index-index .homepage-testimonials .container .slick-dots li button {
  background: rgba(55, 55, 55, 0.2);
  width: 0.6rem;
  height: 0.6rem;
  padding: 0;
}
.cms-index-index .homepage-testimonials .container .slick-dots li button::before {
  display: none;
}
.cms-index-index .homepage-testimonials .container .slick-dots li.slick-active button {
  background: rgba(55, 55, 55, 0.5);
}
.cms-index-index .homepage-newsletter {
  margin-bottom: 25px;
}
.cms-index-index .homepage-newsletter .montage {
  margin-bottom: 0.5rem;
  margin-top: 2.4rem;
}
.cms-index-index .homepage-newsletter .container {
  max-width: 137rem;
  padding: 0 1.5rem !important;
}
.cms-index-index .homepage-newsletter .container .offerblock {
  padding: 0;
  min-height: 22rem;
}
.cms-index-index .homepage-newsletter .container .offerblock .offer-image {
  width: 100%;
}
.cms-index-index .homepage-newsletter .container .offerblock .offer-image img {
  padding: 0;
  border-radius: 0.8rem;
  margin: 0;
  min-height: 22rem;
  object-fit: cover;
  object-position: center;
}
.cms-index-index .homepage-newsletter .container .offerblock .offer-content {
  position: absolute;
  top: 3rem;
  left: 3.6rem;
  margin: 0;
  width: 100%;
}
.cms-index-index .homepage-newsletter .container .offerblock .offer-content .offer-content-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.4rem;
  color: #ffffff;
}
.cms-index-index .homepage-newsletter .container .offerblock .offer-content .email {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 1.1rem;
  margin-bottom: 1.9rem;
}
.cms-index-index .homepage-newsletter .container .offerblock .offer-content .email .icon::before {
  font-size: 1.7rem;
  font-family: "icomoon";
  content: "\e90b";
  color: #3184ca;
}
.cms-index-index .homepage-newsletter .container .offerblock .offer-content .email a {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5rem;
  color: #ffffff;
  margin-left: 0.7rem;
  text-transform: none;
}
.cms-index-index .homepage-newsletter .container .offerblock .offer-content .action span {
  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;
  font-size: 1.2rem;
  width: 8.3rem;
  height: 3rem;
  background: #3184ca;
  border-radius: 0.8rem 0 0.8rem 0.8rem;
  font-weight: 700;
  line-height: 1.5rem;
  color: #ffffff;
  text-transform: none;
  margin: 0;
  padding: 0;
}
.cms-index-index .homepage-newsletter .container .newsletterblock {
  background: #eaf3fa;
  border: 0.1rem solid rgba(55, 55, 55, 0.1);
  box-sizing: border-box;
  border-radius: 0.8rem;
  height: initial;
  padding: 3rem 1.5rem 2.4rem 1.5rem;
}
.cms-index-index .homepage-newsletter .container .newsletterblock .form-message {
  margin: 5px 0;
}
.cms-index-index .homepage-newsletter .container .newsletterblock .form-message .message.success,
.cms-index-index .homepage-newsletter .container .newsletterblock .form-message .message.error {
  font-weight: 600;
  border-radius: 0.8rem;
  padding: 14px;
}
.cms-index-index .homepage-newsletter .container .newsletterblock .form-message .message.success div,
.cms-index-index .homepage-newsletter .container .newsletterblock .form-message .message.error div {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.cms-index-index .homepage-newsletter .container .newsletterblock .form-message .message.success div::before,
.cms-index-index .homepage-newsletter .container .newsletterblock .form-message .message.error div::before {
  text-align: left;
  width: initial;
  margin: 0 10px 0 0;
  position: initial;
  overflow: visible;
}
.cms-index-index .homepage-newsletter .container .newsletterblock .news-content {
  margin-bottom: 1.8rem;
  width: 100%;
}
.cms-index-index .homepage-newsletter .container .newsletterblock .news-content .news-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 0.9rem;
}
.cms-index-index .homepage-newsletter .container .newsletterblock .news-content .news-title .icon {
  position: relative;
  right: -2.5rem;
  margin: 0;
}
.cms-index-index .homepage-newsletter .container .newsletterblock .news-content .news-title .icon::before {
  font-size: 1.8rem;
  font-family: "icomoon";
  content: "\e910";
  margin-right: 1.5rem;
  color: #3184ca;
  font-weight: 400;
}
.cms-index-index .homepage-newsletter .container .newsletterblock .news-content .news-title .title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.5rem;
  text-align: center;
  text-transform: uppercase;
  color: #373737;
  margin: 0;
}
.cms-index-index .homepage-newsletter .container .newsletterblock .news-content .info {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 2rem;
  text-align: center;
  color: #373737;
  max-width: 250rem;
}
.cms-index-index .homepage-newsletter .container .newsletterblock .block.newsletter {
  width: 100%;
}
.cms-index-index .homepage-newsletter .container .newsletterblock .block.newsletter .control input {
  background: #ffffff;
  border-radius: 0.8rem;
  height: 4rem;
  padding: 0 1.1rem;
}
.cms-index-index .homepage-newsletter .container .newsletterblock .block.newsletter .control input::placeholder {
  font-size: 1.4rem;
  font-weight: 500;
  color: #373737;
  opacity: 0.5;
}
.cms-index-index .homepage-newsletter .container .newsletterblock .block.newsletter .control input::-ms-input-placeholder {
  font-size: 1.4rem;
  font-weight: 500;
  color: #373737;
  opacity: 0.5;
}
.cms-index-index .homepage-newsletter .container .newsletterblock .block.newsletter .control input::-ms-input-placeholder {
  font-size: 1.4rem;
  font-weight: 500;
  color: #373737;
  opacity: 0.5;
}
.cms-index-index .homepage-newsletter .container .newsletterblock .block.newsletter .actions {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-top: 1.9rem;
}
.cms-index-index .homepage-newsletter .container .newsletterblock .block.newsletter .actions button {
  width: 14.6rem;
  height: 4rem;
  background: #3184ca;
  border-radius: 0.8rem 0.8rem 0.8rem 0;
  position: unset;
}
.cms-index-index .homepage-newsletter .container .newsletterblock .block.newsletter .actions .button-text {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.8rem;
  text-align: center;
  color: #ffffff;
  text-transform: none;
}
.cms-index-index .homepage-newsletter .container .newsletterblock .block.newsletter .actions .button-text::after {
  font-size: 1rem;
  font-family: "icomoon";
  content: "\e906";
  margin-left: 1.6rem;
}
.cms-index-index .homepage-blog {
  background: transparent;
  padding: 0;
  margin-bottom: 2rem;
  margin-top: 4.2rem;
}
.cms-index-index .homepage-blog .container {
  background: transparent;
}
.cms-index-index .homepage-blog .container .block.widget.blog-posts.widget-post-list {
  background: transparent;
}
.cms-index-index .homepage-blog .container .block.widget.blog-posts.widget-post-list .block-title {
  margin: 0;
  padding: 0;
  text-align: left;
}
.cms-index-index .homepage-blog .container .block.widget.blog-posts.widget-post-list .block-title strong {
  font-size: 1.6rem;
  font-weight: 700;
  color: #373737;
  line-height: 4.7rem;
}
.cms-index-index .homepage-blog .container .block.widget.blog-posts.widget-post-list .block-content {
  position: relative;
}
.cms-index-index .homepage-blog .container .block.widget.blog-posts.widget-post-list .block-content .owl-item {
  background: transparent;
}
.cms-index-index .homepage-blog .container .block.widget.blog-posts.widget-post-list .block-content .owl-item .post-item {
  padding: 3.5rem 1.2rem;
  background: #eaf3fa;
  border: 0.1rem solid rgba(55, 55, 55, 0.1);
  box-sizing: border-box;
  border-radius: 0.8rem;
}
.cms-index-index .homepage-blog .container .block.widget.blog-posts.widget-post-list .block-content .owl-item .post-item .item-wrapper {
  border-radius: 0.8rem;
}
.cms-index-index .homepage-blog .container .block.widget.blog-posts.widget-post-list .block-content .owl-item .post-item .post-image {
  max-height: 16.2rem;
  min-height: 16.2rem;
}
.cms-index-index .homepage-blog .container .block.widget.blog-posts.widget-post-list .block-content .owl-item .post-item .post-image img {
  min-height: 16.2rem;
  max-height: 16.2rem;
  object-fit: cover;
  object-position: center;
}
.cms-index-index .homepage-blog .container .block.widget.blog-posts.widget-post-list .block-content .owl-item .post-item .post-content-wrapper {
  background: #ffffff;
  padding: 1.4rem;
}
.cms-index-index .homepage-blog .container .block.widget.blog-posts.widget-post-list .block-content .owl-item .post-item .post-content-wrapper .post-title a {
  font-size: 1.5rem;
  font-weight: 500;
  color: #373737;
  height: 40px;
  overflow: hidden;
  display: block;
}
.cms-index-index .homepage-blog .container .block.widget.blog-posts.widget-post-list .block-content .owl-item .post-item .post-content-wrapper .post-data {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.cms-index-index .homepage-blog .container .block.widget.blog-posts.widget-post-list .block-content .owl-item .post-item .post-content-wrapper .post-data .create-date.material-icons-access_time {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.cms-index-index .homepage-blog .container .block.widget.blog-posts.widget-post-list .block-content .owl-item .post-item .post-content-wrapper .post-data .create-date.material-icons-access_time time {
  font-size: 1.2rem;
  font-weight: 500;
  color: #969696;
}
.cms-index-index .homepage-blog .container .block.widget.blog-posts.widget-post-list .block-content .owl-item .post-item .post-content-wrapper .post-data .create-date.material-icons-access_time::before {
  font-size: 1.2rem;
  font-family: "icomoon";
  content: "\e90e";
  color: #969696;
  padding-right: 0.9rem;
  position: relative;
  top: -0.5px;
}
.cms-index-index .homepage-blog .container .block.widget.blog-posts.widget-post-list .block-content .owl-item .post-item .post-content-wrapper .post-data .create-date.material-icons-access_time::after {
  display: none;
  height: 1rem;
  top: 0.3rem;
  background: #969696;
}
.cms-index-index .homepage-blog .container .block.widget.blog-posts.widget-post-list .block-content .owl-item .post-item .post-content-wrapper .post-data .post-author.material-icons-person {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-left: 0;
}
.cms-index-index .homepage-blog .container .block.widget.blog-posts.widget-post-list .block-content .owl-item .post-item .post-content-wrapper .post-data .post-author.material-icons-person .label,
.cms-index-index .homepage-blog .container .block.widget.blog-posts.widget-post-list .block-content .owl-item .post-item .post-content-wrapper .post-data .post-author.material-icons-person .author {
  font-size: 1.2rem;
  font-weight: 500;
  color: #969696;
}
.cms-index-index .homepage-blog .container .block.widget.blog-posts.widget-post-list .block-content .owl-item .post-item .post-content-wrapper .post-data .post-author.material-icons-person .label {
  margin-right: 0.4rem;
}
.cms-index-index .homepage-blog .container .block.widget.blog-posts.widget-post-list .block-content .owl-item .post-item .post-content-wrapper .post-data .post-author.material-icons-person::before {
  font-size: 1.2rem;
  margin-right: 0.9rem;
  font-family: "icomoon";
  content: "\e903";
  color: #969696;
}
.cms-index-index .homepage-blog .container .block.widget.blog-posts.widget-post-list .block-content .owl-controls {
  display: block !important;
}
.cms-index-index .homepage-blog .container .block.widget.blog-posts.widget-post-list .block-content .owl-controls .owl-dots {
  display: none;
}
.cms-index-index .homepage-blog .container .block.widget.blog-posts.widget-post-list .block-content .owl-controls .owl-nav.disabled {
  display: block;
  top: -3.5rem;
  bottom: unset;
  left: unset;
  right: 0;
}
.cms-index-index .homepage-blog .container .block.widget.blog-posts.widget-post-list .block-content .owl-controls .owl-nav.disabled .owl-prev,
.cms-index-index .homepage-blog .container .block.widget.blog-posts.widget-post-list .block-content .owl-controls .owl-nav.disabled .owl-next {
  padding: 0;
  background: none;
  visibility: hidden;
  width: 1.5rem;
  height: auto;
  position: relative;
}
.cms-index-index .homepage-blog .container .block.widget.blog-posts.widget-post-list .block-content .owl-controls .owl-nav.disabled .owl-prev::before,
.cms-index-index .homepage-blog .container .block.widget.blog-posts.widget-post-list .block-content .owl-controls .owl-nav.disabled .owl-next::before {
  font-size: 1.2rem;
  font-family: "icomoon";
  color: #969696;
  visibility: visible;
  position: absolute;
  right: 0;
}
.cms-index-index .homepage-blog .container .block.widget.blog-posts.widget-post-list .block-content .owl-controls .owl-nav.disabled .owl-prev::before {
  content: "\e916";
}
.cms-index-index .homepage-blog .container .block.widget.blog-posts.widget-post-list .block-content .owl-controls .owl-nav.disabled .owl-next::before {
  content: "\e917";
}
.cms-index-index .homepage-products.featured {
  margin-top: 1.5rem;
}
.cms-index-index .homepage-products.latest {
  margin-top: 3rem;
}
.amgdprcookie-bar-container {
  padding: 2% 8% 2% 8%;
}
.amgdprcookie-bar-container .amgdprcookie-policy {
  margin-bottom: 10px;
}
.amgdprcookie-bar-container .amgdprcookie-buttons-block .amgdprcookie-button {
  padding: 0 30px;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn {
  padding: 15px 10px 15px;
  line-height: 15px;
  background-color: #3184ca;
  height: 55px;
}
.amgdprcookie-settings-form .amgdprcookie-toggle-cookie .amgdprcookie-label {
  padding-left: 45px;
}
.amgdprcookie-settings-form .amgdprcookie-toggle-cookie .amgdprcookie-label::after {
  top: -4px;
}
.amgdprcookie-settings-form .amgdprcookie-label::after {
  top: -4px;
}
@media (min-width: 375px) {
  .cms-index-index .homepage-blog .container .block.widget.blog-posts.widget-post-list .block-title strong {
    font-size: 2rem;
  }
}
@media (min-width: 590px) {
  .cms-index-index .homepage-newsletter .container {
    margin-top: 2rem;
  }
  .cms-index-index .homepage-newsletter .container .row {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
  }
  .cms-index-index .homepage-newsletter .container .montage,
  .cms-index-index .homepage-newsletter .container .newsletter-box {
    max-width: 50%;
    margin: 0;
  }
  .cms-index-index .homepage-newsletter .container .newsletterblock {
    padding: 1.5rem;
  }
  .cms-index-index .homepage-newsletter .container .newsletterblock .news-content .news-title .title {
    font-size: 1.7rem;
    line-height: 1.8rem;
  }
  .cms-index-index .homepage-newsletter .container .newsletterblock .news-content .info {
    line-height: 1.7rem;
  }
  .cms-index-index .homepage-newsletter .container .newsletterblock .news-content .actions {
    margin-top: 0.9rem;
  }
}
@media (min-width: 1024px) {
  .cms-index-index .homepage-benefits-subheader {
    margin: 3rem 0 4rem;
  }
  .cms-index-index .homepage-benefits-footer {
    margin: 5.8rem 0 7.6rem;
  }
  .cms-index-index .homepage-middle-banners {
    margin: 4rem auto 4.5rem auto;
  }
  .cms-index-index .homepage-middle-banners .homepage-cards-info .left-info {
    width: 65%;
    height: 42.6rem;
  }
  .cms-index-index .homepage-middle-banners .homepage-cards-info .left-info .image img {
    height: 42.6rem;
  }
  .cms-index-index .homepage-middle-banners .homepage-cards-info .right-info {
    width: 40%;
    padding: 0 5rem 0 5rem;
    height: 42.6rem;
  }
  .cms-index-index .homepage-middle-banners .homepage-cards-info .right-info .content .title {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
  .cms-index-index .homepage-middle-banners .homepage-cards-info .right-info .content .sub-title {
    font-size: 2rem;
  }
  .cms-index-index .homepage-middle-banners .homepage-cards-info .right-info .content .action.button a {
    font-size: 1.5rem;
  }
  .cms-index-index .homepage-testimonials {
    margin-top: 5.1rem;
  }
  .cms-index-index .homepage-products.featured {
    margin-top: 3rem;
  }
  .cms-index-index .homepage-products.latest {
    margin-top: 4.5rem;
  }
  .cms-index-index .homepage-blog .post-item .post-content-wrapper .post-data {
    -webkit-flex-direction: row !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .cms-index-index .homepage-blog .post-item .post-content-wrapper .post-data .create-date.material-icons-access_time::before {
    display: block !important;
  }
  .cms-index-index .homepage-blog .post-item .post-content-wrapper .post-data .post-author.material-icons-person {
    margin-left: 3rem !important;
  }
  .category_box .category_title_box {
    min-width: 250px;
    max-width: 250px;
  }
}
@media (min-width: 1200px) {
  .cms-index-index .homepage-newsletter .container .newsletterblock .news-content .news-title .icon::before {
    font-size: 2.3rem;
  }
  .cms-index-index .homepage-newsletter .container .newsletterblock .news-content .news-title .title {
    font-size: 2.7rem !important;
  }
  .category_box .category_title_box {
    min-width: 330px;
    max-width: 330px;
  }
  .category_box .category_title_box .category_title {
    display: flex;
    align-items: center;
    gap: 12px;
  }
  .category_box .category_title_box .category_title .title-text {
    font-size: 1.6rem;
  }
  .category_box .category_title_box .category_title .category_icon {
    height: 45px;
    min-height: 45px;
    min-width: 45px;
    width: 45px;
  }
}
@media (min-width: 1370px) {
  .cms-index-index .homepage_slider {
    padding: 0 15px;
  }
  .cms-index-index .homepage-newsletter .container .newsletterblock {
    padding: 7rem 5.9rem 6.3rem 5.3rem;
  }
}
.form .amsearch-result-section {
  margin: 0;
  top: 56px;
  width: 100vw !important;
  left: -15px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 0px 0px 8px 8px;
  max-height: 70vh;
}
.form .amsearch-result-section .search-link {
  line-height: initial;
  display: block;
  height: auto;
}
.form .amsearch-result-section .amsearch-results {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}
.form .amsearch-result-section .amsearch-results .amsearch-items-section {
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  padding: 15px;
}
.form .amsearch-result-section .amsearch-results .amsearch-products-section {
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  border: initial;
  padding: 0;
  margin-top: -5px;
  height: initial;
  display: block;
  padding: 15px 15px 0 15px;
}
.form .amsearch-result-section .amsearch-results .amsearch-block-header {
  padding: 0;
  margin-bottom: 10px;
}
.form .amsearch-result-section .amsearch-results .amsearch-block-header::after {
  display: none;
}
.form .amsearch-result-section .amsearch-results .amsearch-title {
  font-size: 1.2rem;
  padding: 0;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
  pointer-events: none;
  color: #373737;
}
.form .amsearch-result-section .amsearch-results .amsearch-item {
  padding: 0;
}
.form .amsearch-result-section .amsearch-results .amsearch-item:hover {
  background: transparent;
}
.form .amsearch-result-section .amsearch-results .amsearch-item a {
  font-size: 1.2rem;
  line-height: 20px;
  text-decoration-line: underline;
  color: #969696;
  padding: 0;
  background: transparent;
}
.form .amsearch-result-section .amsearch-item-container {
  padding: 15px 0 0 0;
}
.form .amsearch-result-section .amsearch-item-container .amsearch-highlight {
  color: #3184ca;
}
.form .amsearch-result-section .amsearch-item-container .amsearch-tab-items {
  padding: 0;
}
.form .amsearch-result-section .amsearch-item-container.-popular_searches {
  padding: 0;
}
.form .amsearch-result-section .amsearch-item-container.-recent_searches .amsearch-tab-items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 10px 8px;
}
.form .amsearch-result-section .amsearch-item-container.-recent_searches .amsearch-item {
  border: 1px solid #969696;
  border-radius: 5px;
  padding: 5px;
  background: transparent;
  margin: 0;
}
.form .amsearch-result-section .amsearch-item-container.-recent_searches .amsearch-item a {
  text-decoration: unset;
  color: #969696;
}
.form .amsearch-result-section .amsearch-products-section .amasty-xsearch-block-header {
  font-size: 1.2rem;
  padding: 0;
  font-weight: 600;
  line-height: 15px;
  text-transform: uppercase;
  color: #373737;
  margin-bottom: 10px;
  word-wrap: break-word;
  word-break: break-word;
  position: relative;
}
.form .amsearch-result-section .amsearch-products-section .amsearch-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 0;
  margin-top: 10px;
  max-width: initial !important;
  flex-wrap: nowrap;
}
.form .amsearch-result-section .amsearch-products-section .amsearch-item:hover {
  background-color: transparent;
}
.form .amsearch-result-section .amsearch-products-section .amsearch-item .amsearch-autocomplete-image {
  width: 40%;
}
.form .amsearch-result-section .amsearch-products-section .amsearch-item .amsearch-autocomplete-image .product-image-photo {
  box-sizing: border-box;
  border: 1px solid #f1f1f1;
  max-height: 145px;
  object-fit: contain;
}
.form .amsearch-result-section .amsearch-autocomplete-information {
  padding-left: 10px;
  width: 60%;
}
.form .amsearch-result-section .amsearch-autocomplete-information .product-item-details {
  padding: 0;
}
.form .amsearch-result-section .amsearch-autocomplete-information .product-item-details .product-item-link {
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 14px;
  color: #373737;
  text-decoration: initial;
  margin: 0 0 5px;
}
.form .amsearch-result-section .amsearch-autocomplete-information .product-item-details .product-item-link .amsearch-highlight {
  background: #3184ca;
  padding: 0 2px;
  color: #ffffff;
  word-wrap: normal;
}
.form .amsearch-result-section .amsearch-autocomplete-information .product-item-details .stock {
  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;
  text-align: left;
  margin: 0;
  border-radius: 0.8rem 0 0.8rem 0.8rem;
  width: 13.1rem;
  height: 3rem;
}
.form .amsearch-result-section .amsearch-autocomplete-information .product-item-details .stock.available span,
.form .amsearch-result-section .amsearch-autocomplete-information .product-item-details .stock.unavailable span {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5rem;
  padding: 0;
  background: initial;
}
.form .amsearch-result-section .amsearch-autocomplete-information .product-item-details .stock.available {
  background: rgba(106, 172, 75, 0.3);
}
.form .amsearch-result-section .amsearch-autocomplete-information .product-item-details .stock.available span {
  color: #6aac4b;
}
.form .amsearch-result-section .amsearch-autocomplete-information .product-item-details .stock.unavailable {
  background: #e4a76e;
}
.form .amsearch-result-section .amsearch-autocomplete-information .product-item-details .stock.unavailable span {
  color: #ffffff;
}
.form .amsearch-result-section .amsearch-autocomplete-information .product-item-details .products-shippment {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: baseline;
  -ms-align-items: baseline;
  align-items: baseline;
  margin: 5px 0;
}
.form .amsearch-result-section .amsearch-autocomplete-information .product-item-details .products-shippment span {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-align: center;
  color: #6aac4b;
  height: 1.5rem;
}
.form .amsearch-result-section .amsearch-autocomplete-information .product-item-details .products-shippment .product-term {
  padding-left: 5px;
}
.form .amsearch-result-section .amsearch-autocomplete-information .product-item-details .products-shippment .la-comanda {
  color: #e4a76e;
}
.form .amsearch-result-section .amsearch-autocomplete-information .product-item-details .price-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  padding: 0;
  margin: 0 10px 0 0;
}
.form .amsearch-result-section .amsearch-autocomplete-information .product-item-details .price-box .price-container,
.form .amsearch-result-section .amsearch-autocomplete-information .product-item-details .price-box .price-wrapper,
.form .amsearch-result-section .amsearch-autocomplete-information .product-item-details .price-box .price {
  padding: 0;
}
.form .amsearch-result-section .amsearch-autocomplete-information .product-item-details .price-box .price {
  font-size: 1.6rem;
  font-weight: 700;
  color: #373737;
}
.form .amsearch-result-section .amsearch-autocomplete-information .product-item-details .price-box .old-price .price {
  font-size: 1.3rem;
  line-height: 16px;
  font-weight: 400;
}
.form .amsearch-result-section .amsearch-more-results a {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 15px;
  color: #3184ca;
  border: 1px solid #3184ca;
  border-radius: 5px;
  padding: 10px;
  display: block;
  width: fit-content;
  margin: 30px auto 0 auto;
}
.form .amsearch-result-section .amsearch-more-results a span {
  display: none;
}
@media (min-width: 1250px) {
  .form .amsearch-input-wrapper.opened {
    width: 90rem !important;
  }
  .form .amsearch-result-section {
    max-width: 90rem !important;
  }
  .form .amsearch-result-section .amsearch-more-results {
    margin: 0;
  }
  .form .amsearch-result-section .amsearch-more-results a {
    margin: 30px auto 0 auto;
  }
}
.static-rates {
  margin: 2rem 0 2rem 0;
  padding: 0 1.5rem;
}
.static-rates .static-cards-info .left-info {
  display: none;
}
.static-rates .static-cards-info .right-info {
  padding: 0 3rem 0 3rem;
  background: #eaf3fa;
  border-radius: 0.8rem;
  height: 28.4rem;
  position: relative;
}
.static-rates .static-cards-info .right-info .content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.static-rates .static-cards-info .right-info .content .title {
  font-size: 2rem;
  margin: 0;
  font-weight: 700;
  color: #373737;
  letter-spacing: 0.15rem;
}
.static-rates .static-cards-info .right-info .content .sub-title {
  font-size: 1.4rem;
  color: #373737;
}
.static-rates .static-cards-info .right-info .content .image {
  margin: 1.5rem 0 1.5rem 0;
  max-width: 90%;
}
.static-rates .static-cards-info .right-info .content .image img {
  max-height: 15.5rem;
  border-radius: 0.8rem;
}
.static-rates .static-cards-info .right-info .content .action.button {
  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;
  background: #3184ca;
  border-radius: 0.8rem;
  width: 22rem;
  height: 3.5rem;
}
.static-rates .static-cards-info .right-info .content .action.button a {
  font-size: 1.4rem;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
}
.static-rates .static-cards-info .right-info .content .action.button a:hover {
  text-decoration: none;
}
body.cms-page-view.page-layout-1column .columns .column.main {
  max-width: 100% !important;
}
.cms-page-view .breadcrumbs {
  margin-top: 70px !important;
}
.cms-page-view .page-footer {
  margin-top: 25px;
}
.cms-page-view .page-main {
  padding: 0 15px;
}
.cms-page-view .page-main .page.messages {
  margin-bottom: 0;
}
.tm_blog-index-index .page.messages {
  display: none !important;
}
.tm_blog-index-index .toolbar-bottom {
  margin: 20px 0;
}
.tm_blog-index-index .toolbar-bottom .toolbar-posts {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
}
.tm_blog-index-index .toolbar-bottom .field.limiter {
  display: none !important;
}
.tm_blog-index-index .pages {
  position: initial !important;
}
.tm_blog-index-index .pages .pages-items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
}
.tm_blog-index-index .pages .pages-items .page_items--prev,
.tm_blog-index-index .pages .pages-items .page_items--next {
  margin: 0 10px 0 0;
}
.tm_blog-index-index .pages .pages-items .page_items--prev a,
.tm_blog-index-index .pages .pages-items .page_items--next a {
  width: initial;
  border: initial;
  padding: 0;
}
.tm_blog-index-index .pages .pages-items .page_items--prev a::before,
.tm_blog-index-index .pages .pages-items .page_items--next a::before {
  font-size: 1.1rem;
  font-family: "icomoon";
  content: "\e916";
  color: #373737;
  display: block;
}
.tm_blog-index-index .pages .pages-items .page_items--prev a.inactive,
.tm_blog-index-index .pages .pages-items .page_items--next a.inactive {
  cursor: not-allowed;
  opacity: 0.5;
}
.tm_blog-index-index .pages .pages-items .page_items--next {
  margin: 0;
}
.tm_blog-index-index .pages .pages-items .page_items--next a::before {
  transform: rotate(180deg);
}
.tm_blog-index-index .pages .pages-items .item {
  margin-right: 10px;
}
.tm_blog-index-index .pages .pages-items .item a,
.tm_blog-index-index .pages .pages-items .item strong {
  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;
  background: #eaf3fa;
  border: 1px solid rgba(55, 55, 55, 0.1);
  box-sizing: border-box;
  border-radius: 8px;
  width: 40px;
  height: 40px;
  padding: 0;
}
.tm_blog-index-index .pages .pages-items .item a span,
.tm_blog-index-index .pages .pages-items .item strong span {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 22px;
  color: #373737;
}
.tm_blog-index-index .pages .pages-items .item.current a,
.tm_blog-index-index .pages .pages-items .item.current strong {
  background: #ffffff;
}
.montage_autohirzed {
  position: relative;
}
.montage_autohirzed img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.montage_autohirzed img.desktop-img {
  display: none;
}
.montage_autohirzed img.mobile-img {
  min-height: 22rem;
}
.montage_autohirzed .text {
  position: absolute;
  top: 25px;
  left: 25px;
}
.montage_autohirzed .text .montage-subtitle {
  font-size: 2rem;
  font-weight: 700;
  line-height: 2.4rem;
  color: #ffffff;
  margin: 0;
}
.montage_autohirzed .text .email {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  margin-top: 1.1rem;
  margin-bottom: 1.9rem;
}
.montage_autohirzed .text .email .icon::before {
  font-size: 1.7rem;
  font-family: "icomoon";
  content: "\e90b";
  color: #3184ca;
}
.montage_autohirzed .text .email a {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5rem;
  color: #ffffff;
  margin-left: 0.7rem;
  text-transform: none;
}
.montage_autohirzed .text .action span {
  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;
  font-size: 1.2rem;
  width: 8.3rem;
  height: 3rem;
  background: #3184ca;
  border-radius: 0.8rem 0 0.8rem 0.8rem;
  font-weight: 700;
  line-height: 1.5rem;
  color: #ffffff;
  text-transform: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 1024px) {
  .static-rates {
    margin: 4rem auto 4.5rem auto;
  }
  .static-rates .static-cards-info .left-info {
    width: 65%;
    height: 42.6rem;
  }
  .static-rates .static-cards-info .left-info .image img {
    height: 42.6rem;
  }
  .static-rates .static-cards-info .right-info {
    width: 40%;
    padding: 0 5rem 0 5rem;
    height: 42.6rem;
  }
  .static-rates .static-cards-info .right-info .content .title {
    font-size: 2.8rem;
    line-height: 3.4rem;
  }
  .static-rates .static-cards-info .right-info .content .sub-title {
    font-size: 2rem;
  }
  .static-rates .static-cards-info .right-info .content .action.button a {
    font-size: 1.5rem;
  }
}
.cms-cms-despre-noi .page-title {
  font-size: 2.5rem !important;
  color: #373737 !important;
  font-weight: 900 !important;
}
.cms-cms-despre-noi p span {
  color: #373737;
}
.cms-cms-despre-noi .despreNoiReviewsFrame {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
}
.cms-cms-despre-noi .about-us {
  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;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #eaf3fa;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.12);
  border-radius: 15px;
  padding: 29px 0 35px 0;
  margin-bottom: 54px;
}
.cms-cms-despre-noi .about-us .us-bottom {
  margin-top: 32px;
}
.cms-cms-despre-noi .about-us .us-bottom span {
  font-size: 1.8rem;
  line-height: 2.2rem;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  color: #373737;
}
.cms-cms-despre-noi .about-us .us-bottom img {
  width: 40px;
  height: 40px;
  margin-right: 18px;
}
.cms-cms-despre-noi .about-us .us-top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.cms-cms-despre-noi .about-us .us-top,
.cms-cms-despre-noi .about-us .us-bottom {
  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;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cms-cms-despre-noi .about-us .us-top img,
.cms-cms-despre-noi .about-us .us-bottom img {
  image-rendering: auto;
  image-rendering: crisp-edges;
  image-rendering: pixelated;
  image-rendering: -webkit-optimize-contrast;
}
.cms-cms-despre-noi .about-us span {
  margin: 0 25px;
}
.cms-cms-despre-noi .about-us h2 {
  font-size: 3rem;
  color: #373737;
}
.cms-cms-despre-noi .about-us h2 strong {
  color: #3184ca;
}
.table-wrapper.reviews {
  margin: 20px 0;
}
.table-wrapper.reviews tbody .col.actions {
  margin-top: 15px;
}
.table-wrapper.reviews tbody .col.actions .more {
  font-size: 1.3rem;
  line-height: 2rem;
  background: #3184ca;
  border-radius: 8px 0px 8px 8px;
  padding: 10px 31px;
  font-weight: 600;
  color: #ffffff;
}
.table-wrapper.reviews tbody .col.item a {
  color: #373737;
}
.table-wrapper.reviews tbody .col.date,
.table-wrapper.reviews tbody .col.item,
.table-wrapper.reviews tbody .col.summary,
.table-wrapper.reviews tbody .col.description {
  color: #373737;
}
.table-wrapper.reviews tbody .col.date::before,
.table-wrapper.reviews tbody .col.item::before,
.table-wrapper.reviews tbody .col.summary::before,
.table-wrapper.reviews tbody .col.description::before {
  color: #373737 !important;
}
.block-reviews-dashboard {
  background: #fcfcfc;
  border: 1px solid #d0d0d0;
  box-sizing: border-box;
  box-shadow: 0px 4px 4px rgba(85, 85, 85, 0.05);
  border-radius: 8px;
  padding: 18px 20px;
  margin-top: 10px;
}
.block-reviews-dashboard .block-content .rating-summary {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.block-reviews-dashboard .block-content .product-name {
  font-size: 1.4rem;
  line-height: 2.2rem;
}
.block-reviews-dashboard .block-content .product-name a {
  color: #373737;
  font-weight: 500;
}
.block-reviews-dashboard .block-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: end;
  -ms-align-items: end;
  align-items: end;
  position: relative;
}
.block-reviews-dashboard .block-title .action.view {
  position: absolute;
  right: 0;
  color: #373737;
  background: #ffffff;
  border: 1px solid #d0d0d0;
  box-sizing: border-box;
  border-radius: 8px;
  padding: 5px 15px;
  font-weight: 600;
}
.review-customer-view .customer-review {
  margin: 20px 0;
}
.review-customer-view .customer-review .action.add {
  font-size: 1.2rem;
  line-height: 1.1rem;
  padding: 0 0 0 1.2rem;
  border-left: 0.1rem solid #373737;
  font-weight: 500;
  color: #373737;
  text-decoration: underline;
}
.review-customer-view .customer-review .review-details .rating-summary {
  color: #373737;
}
.review-customer-view .customer-review .review-details .review-date {
  padding: 0;
  margin: 0;
  border: 0;
}
.review-customer-view .customer-review .review-details .review-content,
.review-customer-view .customer-review .review-details .review-date {
  font-size: 1.3rem;
  color: #373737;
}
.review-customer-view .customer-review .review-details .title,
.review-customer-view .customer-review .review-details .review-title {
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 700;
  color: #373737;
}
.review-customer-view .customer-review .product-link {
  text-decoration: none;
}
.review-customer-view .customer-review .product-name {
  font-size: 1.8rem;
  line-height: 2rem;
  font-weight: 700;
  color: #373737;
}
.homepage-products,
.content-data.slider-products {
  max-width: 137rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}
.homepage-products-title,
.content-data.slider-products-title {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 2.4rem;
  color: #373737;
  margin-bottom: 2rem;
  display: block;
}
.homepage-products .products.wrapper,
.content-data.slider-products .products.wrapper {
  padding: 0 !important;
  margin: 0 !important;
  background: #ffffff;
}
.homepage-products .products.wrapper .owl-stage-outer,
.content-data.slider-products .products.wrapper .owl-stage-outer {
  padding: 0;
}
.homepage-products .products.wrapper .owl-stage-outer .owl-stage,
.content-data.slider-products .products.wrapper .owl-stage-outer .owl-stage {
  background: #ffffff;
}
.homepage-products .products.wrapper .owl-stage-outer .owl-stage .owl-item:first-child,
.content-data.slider-products .products.wrapper .owl-stage-outer .owl-stage .owl-item:first-child {
  margin-left: 0 !important;
}
.homepage-products .products.wrapper .owl-stage-outer .owl-stage .owl-item:last-child,
.content-data.slider-products .products.wrapper .owl-stage-outer .owl-stage .owl-item:last-child {
  margin-right: 0 !important;
}
.homepage-products .products.wrapper .owl-controls,
.content-data.slider-products .products.wrapper .owl-controls {
  display: block;
}
.homepage-products .products.wrapper .owl-controls .owl-nav,
.content-data.slider-products .products.wrapper .owl-controls .owl-nav {
  display: block;
  top: -5rem;
  bottom: unset;
  right: 0;
}
.homepage-products .products.wrapper .owl-controls .owl-nav .owl-prev,
.content-data.slider-products .products.wrapper .owl-controls .owl-nav .owl-prev,
.homepage-products .products.wrapper .owl-controls .owl-nav .owl-next,
.content-data.slider-products .products.wrapper .owl-controls .owl-nav .owl-next {
  background: transparent;
  width: unset;
  padding: 0;
}
.homepage-products .products.wrapper .owl-controls .owl-nav .owl-prev .left-arrow-slider::before,
.content-data.slider-products .products.wrapper .owl-controls .owl-nav .owl-prev .left-arrow-slider::before,
.homepage-products .products.wrapper .owl-controls .owl-nav .owl-next .left-arrow-slider::before,
.content-data.slider-products .products.wrapper .owl-controls .owl-nav .owl-next .left-arrow-slider::before,
.homepage-products .products.wrapper .owl-controls .owl-nav .owl-prev .right-arrow-slider::before,
.content-data.slider-products .products.wrapper .owl-controls .owl-nav .owl-prev .right-arrow-slider::before,
.homepage-products .products.wrapper .owl-controls .owl-nav .owl-next .right-arrow-slider::before,
.content-data.slider-products .products.wrapper .owl-controls .owl-nav .owl-next .right-arrow-slider::before {
  font-size: 1.3rem;
  font-family: "icomoon";
  color: #969696;
  font-style: normal;
}
.homepage-products .products.wrapper .owl-controls .owl-nav .owl-prev .left-arrow-slider::before,
.content-data.slider-products .products.wrapper .owl-controls .owl-nav .owl-prev .left-arrow-slider::before,
.homepage-products .products.wrapper .owl-controls .owl-nav .owl-next .left-arrow-slider::before,
.content-data.slider-products .products.wrapper .owl-controls .owl-nav .owl-next .left-arrow-slider::before {
  content: "\e916";
}
.homepage-products .products.wrapper .owl-controls .owl-nav .owl-prev .right-arrow-slider::before,
.content-data.slider-products .products.wrapper .owl-controls .owl-nav .owl-prev .right-arrow-slider::before,
.homepage-products .products.wrapper .owl-controls .owl-nav .owl-next .right-arrow-slider::before,
.content-data.slider-products .products.wrapper .owl-controls .owl-nav .owl-next .right-arrow-slider::before {
  content: "\e917";
}
.homepage-products .products.wrapper .product-item-info,
.content-data.slider-products .products.wrapper .product-item-info {
  background: transparent;
}
.homepage-products .products.wrapper .products.list .product-item,
.content-data.slider-products .products.wrapper .products.list .product-item {
  background: #ffffff;
  border: 0.1rem solid rgba(55, 55, 55, 0.1);
  border-radius: 0.8rem;
  width: 25.4rem;
  padding: 0;
  height: auto;
}
.homepage-products .products.wrapper .products.list .product-item-photo,
.content-data.slider-products .products.wrapper .products.list .product-item-photo {
  padding: 0;
  border-radius: 0.8rem 0.8rem 0 0;
  margin-bottom: 2rem;
}
.homepage-products .products.wrapper .products.list .product-item-photo img,
.content-data.slider-products .products.wrapper .products.list .product-item-photo img {
  min-height: 18.1rem;
  max-height: 18.1rem;
}
.homepage-products .products.wrapper .products.list .product-item-photo .product-labels,
.content-data.slider-products .products.wrapper .products.list .product-item-photo .product-labels {
  left: unset;
  top: 1.4rem;
  right: 0;
}
.homepage-products .products.wrapper .products.list .product-item-photo .product-labels .product-label.sale-label,
.content-data.slider-products .products.wrapper .products.list .product-item-photo .product-labels .product-label.sale-label {
  font-size: 1.4rem;
  background: #d73939;
  border-radius: 0.8rem 0 0 0.8rem;
  font-weight: 600;
  line-height: 1.7rem;
  color: #ffffff;
}
.homepage-products .products.wrapper .products.list .product-item-details,
.content-data.slider-products .products.wrapper .products.list .product-item-details {
  padding: 0 1.5rem;
}
.homepage-products .products.wrapper .products.list .product-item-details .name,
.content-data.slider-products .products.wrapper .products.list .product-item-details .name {
  margin: 0;
}
.homepage-products .products.wrapper .products.list .product-item-details .name a,
.content-data.slider-products .products.wrapper .products.list .product-item-details .name a {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.7rem;
  text-align: center;
  color: #373737;
  height: 5.1rem;
  margin: 0;
}
.homepage-products .products.wrapper .products.list .product-item-details .product-stock,
.content-data.slider-products .products.wrapper .products.list .product-item-details .product-stock {
  margin: 1.2rem 0 1.6rem 0;
}
.homepage-products .products.wrapper .products.list .product-item-details .product-stock .available,
.content-data.slider-products .products.wrapper .products.list .product-item-details .product-stock .available,
.homepage-products .products.wrapper .products.list .product-item-details .product-stock .unavailable,
.content-data.slider-products .products.wrapper .products.list .product-item-details .product-stock .unavailable {
  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;
  border-radius: 0.8rem 0 0.8rem 0.8rem;
  width: 13.1rem;
  height: 3rem;
  margin: 0 auto;
}
.homepage-products .products.wrapper .products.list .product-item-details .product-stock .available span,
.content-data.slider-products .products.wrapper .products.list .product-item-details .product-stock .available span,
.homepage-products .products.wrapper .products.list .product-item-details .product-stock .unavailable span,
.content-data.slider-products .products.wrapper .products.list .product-item-details .product-stock .unavailable span {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5rem;
}
.homepage-products .products.wrapper .products.list .product-item-details .product-stock .available,
.content-data.slider-products .products.wrapper .products.list .product-item-details .product-stock .available {
  background: rgba(106, 172, 75, 0.3);
}
.homepage-products .products.wrapper .products.list .product-item-details .product-stock .available span,
.content-data.slider-products .products.wrapper .products.list .product-item-details .product-stock .available span {
  color: #6aac4b;
}
.homepage-products .products.wrapper .products.list .product-item-details .product-stock .unavailable,
.content-data.slider-products .products.wrapper .products.list .product-item-details .product-stock .unavailable {
  background: #e4a76e;
}
.homepage-products .products.wrapper .products.list .product-item-details .product-stock .unavailable span,
.content-data.slider-products .products.wrapper .products.list .product-item-details .product-stock .unavailable span {
  color: #ffffff;
}
.homepage-products .products.wrapper .products.list .product-item-details .info-block,
.content-data.slider-products .products.wrapper .products.list .product-item-details .info-block {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 2.3rem;
  height: 37px;
}
.homepage-products .products.wrapper .products.list .product-item-details .info-block .term-value,
.content-data.slider-products .products.wrapper .products.list .product-item-details .info-block .term-value {
  font-weight: 700;
}
.homepage-products .products.wrapper .products.list .product-item-details .info-block .la-comanda,
.content-data.slider-products .products.wrapper .products.list .product-item-details .info-block .la-comanda {
  color: #e4a76e;
}
.homepage-products .products.wrapper .products.list .product-item-details .info-block span,
.content-data.slider-products .products.wrapper .products.list .product-item-details .info-block span {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5rem;
  text-align: center;
  color: #6aac4b;
  height: 1.5rem;
}
.homepage-products .products.wrapper .products.list .product-item-details .action-price,
.content-data.slider-products .products.wrapper .products.list .product-item-details .action-price {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  margin-bottom: 1.6rem;
}
.homepage-products .products.wrapper .products.list .product-item-details .action-price .price-box,
.content-data.slider-products .products.wrapper .products.list .product-item-details .action-price .price-box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin: 0;
  padding: 0;
  float: none;
  max-width: unset;
}
.homepage-products .products.wrapper .products.list .product-item-details .action-price .price-box .special-price,
.content-data.slider-products .products.wrapper .products.list .product-item-details .action-price .price-box .special-price,
.homepage-products .products.wrapper .products.list .product-item-details .action-price .price-box .price-final_price,
.content-data.slider-products .products.wrapper .products.list .product-item-details .action-price .price-box .price-final_price {
  padding: 0;
  display: block;
  border: none;
  line-height: 1.8rem;
}
.homepage-products .products.wrapper .products.list .product-item-details .action-price .price-box .special-price .price,
.content-data.slider-products .products.wrapper .products.list .product-item-details .action-price .price-box .special-price .price,
.homepage-products .products.wrapper .products.list .product-item-details .action-price .price-box .price-final_price .price,
.content-data.slider-products .products.wrapper .products.list .product-item-details .action-price .price-box .price-final_price .price {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.8rem;
  color: #373737;
}
.homepage-products .products.wrapper .products.list .product-item-details .action-price .price-box .old-price,
.content-data.slider-products .products.wrapper .products.list .product-item-details .action-price .price-box .old-price {
  height: 2.1rem;
  line-height: unset;
}
.homepage-products .products.wrapper .products.list .product-item-details .action-price .price-box .old-price .price,
.content-data.slider-products .products.wrapper .products.list .product-item-details .action-price .price-box .old-price .price {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.6rem;
  color: #373737;
}
.homepage-products .products.wrapper .products.list .product-item-details .action-price .product-item-actions,
.content-data.slider-products .products.wrapper .products.list .product-item-details .action-price .product-item-actions {
  padding: 0;
}
.homepage-products .products.wrapper .products.list .product-item-details .action-price .product-item-actions .actions-primary,
.content-data.slider-products .products.wrapper .products.list .product-item-details .action-price .product-item-actions .actions-primary {
  min-width: unset;
}
.homepage-products .products.wrapper .products.list .product-item-details .action-price .product-item-actions .actions-primary .tocart.primary,
.content-data.slider-products .products.wrapper .products.list .product-item-details .action-price .product-item-actions .actions-primary .tocart.primary {
  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: 5.25rem;
  height: 5.25rem;
  line-height: unset;
  background: #3184ca;
  border-radius: 0.8rem 0 0.8rem 0.8rem;
  margin: 0;
  padding: 0;
}
.homepage-products .products.wrapper .products.list .product-item-details .action-price .product-item-actions .actions-primary .tocart.primary::before,
.content-data.slider-products .products.wrapper .products.list .product-item-details .action-price .product-item-actions .actions-primary .tocart.primary::before {
  font-size: 2.2rem;
  content: "\e902";
  font-family: "icomoon";
  color: #ffffff;
  margin: 0;
  padding: 0;
}
.homepage-products .products.wrapper .products.list .product-item-details .action-price .product-item-actions .actions-primary .tocart.primary span,
.content-data.slider-products .products.wrapper .products.list .product-item-details .action-price .product-item-actions .actions-primary .tocart.primary span {
  display: none;
}
.homepage-products .products.wrapper .products.list .product-item-details .action-price .product-item-actions .actions-primary .tocart.primary.unavailable,
.content-data.slider-products .products.wrapper .products.list .product-item-details .action-price .product-item-actions .actions-primary .tocart.primary.unavailable {
  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: 5.25rem;
  height: 5.25rem;
  line-height: unset;
  background: #e4a76e;
  border-radius: 0.8rem 0 0.8rem 0.8rem;
  margin: 0;
  padding: 0;
  position: relative;
}
.homepage-products .products.wrapper .products.list .product-item-details .action-price .product-item-actions .actions-primary .tocart.primary.unavailable::before,
.content-data.slider-products .products.wrapper .products.list .product-item-details .action-price .product-item-actions .actions-primary .tocart.primary.unavailable::before {
  font-size: 2.2rem;
  content: "\e902";
  font-family: "icomoon";
  color: #ffffff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  padding: 0;
}
.homepage-products .products.wrapper .products.list .product-item-details .action-price .product-item-actions .actions-primary .tocart.primary.unavailable span,
.content-data.slider-products .products.wrapper .products.list .product-item-details .action-price .product-item-actions .actions-primary .tocart.primary.unavailable span {
  display: none;
}
.homepage-products.loop .products.wrapper .products.list .product-item,
.content-data.slider-products.loop .products.wrapper .products.list .product-item {
  width: calc(100% - 2px);
}
.homepage-products.loop .products.wrapper .products.list .product-item-photo,
.content-data.slider-products.loop .products.wrapper .products.list .product-item-photo {
  margin-bottom: 1rem;
}
.homepage-products.loop .products.wrapper .products.list .product-item-photo img,
.content-data.slider-products.loop .products.wrapper .products.list .product-item-photo img {
  min-height: 11.1rem;
  max-height: 11.1rem;
}
.homepage-products.loop .products.wrapper .products.list .product-item-details .name a,
.content-data.slider-products.loop .products.wrapper .products.list .product-item-details .name a {
  font-size: 1rem;
  line-height: 14px;
  height: 55px;
}
.homepage-products.loop .products.wrapper .products.list .product-item-details .product-stock .available,
.content-data.slider-products.loop .products.wrapper .products.list .product-item-details .product-stock .available,
.homepage-products.loop .products.wrapper .products.list .product-item-details .product-stock .unavailable,
.content-data.slider-products.loop .products.wrapper .products.list .product-item-details .product-stock .unavailable {
  width: initial;
  padding: 6px 9px;
  height: initial;
  margin: 0 auto;
  white-space: nowrap;
}
.homepage-products.loop .products.wrapper .products.list .product-item-details .product-stock .available span,
.content-data.slider-products.loop .products.wrapper .products.list .product-item-details .product-stock .available span,
.homepage-products.loop .products.wrapper .products.list .product-item-details .product-stock .unavailable span,
.content-data.slider-products.loop .products.wrapper .products.list .product-item-details .product-stock .unavailable span {
  font-size: 1rem;
  line-height: 13px;
}
.homepage-products.loop .products.wrapper .products.list .product-item-details .action-price .price-box .special-price .price,
.content-data.slider-products.loop .products.wrapper .products.list .product-item-details .action-price .price-box .special-price .price,
.homepage-products.loop .products.wrapper .products.list .product-item-details .action-price .price-box .price-final_price .price,
.content-data.slider-products.loop .products.wrapper .products.list .product-item-details .action-price .price-box .price-final_price .price {
  font-size: 1rem;
}
.homepage-products.loop .products.wrapper .products.list .product-item-details .action-price .price-box .old-price .price,
.content-data.slider-products.loop .products.wrapper .products.list .product-item-details .action-price .price-box .old-price .price {
  font-size: 1rem;
}
.homepage-products.loop .products.wrapper .products.list .product-item-details .action-price .product-item-actions .actions-primary .tocart.primary,
.content-data.slider-products.loop .products.wrapper .products.list .product-item-details .action-price .product-item-actions .actions-primary .tocart.primary {
  width: 3.2rem;
  height: 3.2rem;
}
.homepage-products.loop .products.wrapper .products.list .product-item-details .action-price .product-item-actions .actions-primary .tocart.primary::before,
.content-data.slider-products.loop .products.wrapper .products.list .product-item-details .action-price .product-item-actions .actions-primary .tocart.primary::before {
  font-size: 1.5rem;
}
.homepage-products.loop .products.wrapper .products.list .product-item-details .action-price .product-item-actions .actions-primary .stock.unavailable,
.content-data.slider-products.loop .products.wrapper .products.list .product-item-details .action-price .product-item-actions .actions-primary .stock.unavailable {
  width: 3.2rem;
  height: 3.2rem;
}
@media (min-width: 375px) {
  .homepage-products-title {
    font-size: 2rem;
  }
  .homepage-products.loop div.products.wrapper .products.list .product-item-photo,
  .content-data.slider-products.loop div.products.wrapper .products.list .product-item-photo {
    margin-bottom: 1.5rem;
  }
  .homepage-products.loop div.products.wrapper .products.list .product-item-photo img,
  .content-data.slider-products.loop div.products.wrapper .products.list .product-item-photo img {
    min-height: 13.1rem;
    max-height: 13.1rem;
  }
  .homepage-products.loop div.products.wrapper .products.list .product-item-details .name a,
  .content-data.slider-products.loop div.products.wrapper .products.list .product-item-details .name a {
    font-size: 1.3rem;
    height: 58px;
  }
  .homepage-products.loop div.products.wrapper .products.list .product-item-details .product-stock .available span,
  .content-data.slider-products.loop div.products.wrapper .products.list .product-item-details .product-stock .available span,
  .homepage-products.loop div.products.wrapper .products.list .product-item-details .product-stock .unavailable span,
  .content-data.slider-products.loop div.products.wrapper .products.list .product-item-details .product-stock .unavailable span {
    font-size: 1.2rem;
  }
  .homepage-products.loop div.products.wrapper .products.list .product-item-details .action-price .price-box .special-price .price,
  .content-data.slider-products.loop div.products.wrapper .products.list .product-item-details .action-price .price-box .special-price .price,
  .homepage-products.loop div.products.wrapper .products.list .product-item-details .action-price .price-box .price-final_price .price,
  .content-data.slider-products.loop div.products.wrapper .products.list .product-item-details .action-price .price-box .price-final_price .price {
    font-size: 1.4rem;
  }
  .homepage-products.loop div.products.wrapper .products.list .product-item-details .action-price .price-box .old-price .price,
  .content-data.slider-products.loop div.products.wrapper .products.list .product-item-details .action-price .price-box .old-price .price {
    font-size: 1.4rem;
  }
  .homepage-products.loop div.products.wrapper .products.list .product-item-details .action-price .product-item-actions .actions-primary .tocart.primary,
  .content-data.slider-products.loop div.products.wrapper .products.list .product-item-details .action-price .product-item-actions .actions-primary .tocart.primary {
    width: 3.5rem;
    height: 3.5rem;
  }
  .homepage-products.loop div.products.wrapper .products.list .product-item-details .action-price .product-item-actions .actions-primary .tocart.primary::before,
  .content-data.slider-products.loop div.products.wrapper .products.list .product-item-details .action-price .product-item-actions .actions-primary .tocart.primary::before {
    font-size: 1.6rem;
  }
  .homepage-products.loop div.products.wrapper .products.list .product-item-details .action-price .product-item-actions .actions-primary .stock.unavailable,
  .content-data.slider-products.loop div.products.wrapper .products.list .product-item-details .action-price .product-item-actions .actions-primary .stock.unavailable {
    width: 3.5rem;
    height: 3.5rem;
  }
}
@media (max-width: 992px) {
  .homepage-products .filterproducts.list .owl-item,
  .content-data.slider-products .filterproducts.list .owl-item {
    margin-right: 20px !important;
  }
}
@media (min-width: 992px) {
  .homepage-products.loop div.products.wrapper div.products.list .product-item-photo,
  .content-data.slider-products.loop div.products.wrapper div.products.list .product-item-photo {
    margin-bottom: 2rem;
  }
  .homepage-products.loop div.products.wrapper div.products.list .product-item-photo img,
  .content-data.slider-products.loop div.products.wrapper div.products.list .product-item-photo img {
    min-height: 14.1rem;
    max-height: 14.1rem;
  }
  .homepage-products.loop div.products.wrapper div.products.list .product-item-details .name a,
  .content-data.slider-products.loop div.products.wrapper div.products.list .product-item-details .name a {
    font-size: 1.4rem;
    line-height: 17px;
    height: 65px;
  }
  .homepage-products.loop div.products.wrapper div.products.list .product-item-details .product-stock .available,
  .content-data.slider-products.loop div.products.wrapper div.products.list .product-item-details .product-stock .available,
  .homepage-products.loop div.products.wrapper div.products.list .product-item-details .product-stock .unavailable,
  .content-data.slider-products.loop div.products.wrapper div.products.list .product-item-details .product-stock .unavailable {
    width: 13.1rem;
    height: 3rem;
    text-align: center;
  }
  .homepage-products.loop div.products.wrapper div.products.list .product-item-details .product-stock .available span,
  .content-data.slider-products.loop div.products.wrapper div.products.list .product-item-details .product-stock .available span,
  .homepage-products.loop div.products.wrapper div.products.list .product-item-details .product-stock .unavailable span,
  .content-data.slider-products.loop div.products.wrapper div.products.list .product-item-details .product-stock .unavailable span {
    font-size: 1.3rem;
  }
  .homepage-products.loop div.products.wrapper div.products.list .product-item-details .action-price .price-box .special-price .price,
  .content-data.slider-products.loop div.products.wrapper div.products.list .product-item-details .action-price .price-box .special-price .price,
  .homepage-products.loop div.products.wrapper div.products.list .product-item-details .action-price .price-box .price-final_price .price,
  .content-data.slider-products.loop div.products.wrapper div.products.list .product-item-details .action-price .price-box .price-final_price .price {
    font-size: 1.6rem;
  }
  .homepage-products.loop div.products.wrapper div.products.list .product-item-details .action-price .price-box .old-price .price,
  .content-data.slider-products.loop div.products.wrapper div.products.list .product-item-details .action-price .price-box .old-price .price {
    font-size: 1.6rem;
  }
  .homepage-products.loop div.products.wrapper div.products.list .product-item-details .action-price .product-item-actions .actions-primary .tocart.primary,
  .content-data.slider-products.loop div.products.wrapper div.products.list .product-item-details .action-price .product-item-actions .actions-primary .tocart.primary {
    width: 5.3rem;
    height: 5.3rem;
  }
  .homepage-products.loop div.products.wrapper div.products.list .product-item-details .action-price .product-item-actions .actions-primary .tocart.primary::before,
  .content-data.slider-products.loop div.products.wrapper div.products.list .product-item-details .action-price .product-item-actions .actions-primary .tocart.primary::before {
    font-size: 1.8rem;
  }
  .homepage-products.loop div.products.wrapper div.products.list .product-item-details .action-price .product-item-actions .actions-primary .stock.unavailable,
  .content-data.slider-products.loop div.products.wrapper div.products.list .product-item-details .action-price .product-item-actions .actions-primary .stock.unavailable {
    width: 5.3rem;
    height: 5.3rem;
  }
}
@media (min-width: 1024px) {
  .homepage-products .products.wrapper .owl-stage-outer .owl-stage .owl-item {
    margin-right: 1rem !important;
  }
  .homepage-products .products.wrapper .owl-stage-outer .owl-stage .owl-item.active {
    margin-right: 1.6rem !important;
  }
  .homepage-products .products.wrapper .products.list .product-item {
    width: 25.4rem;
  }
}
@media (min-width: 1250px) {
  .homepage-products.loop div.products.wrapper div.products.list div.product-item-photo img,
  .content-data.slider-products.loop div.products.wrapper div.products.list div.product-item-photo img {
    min-height: 15.1rem;
    max-height: 15.1rem;
  }
}
/* 
 *  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 {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.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-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .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 {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  /*-webkit-backface-visibility: hidden;*/
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  max-width: 100%;
  -webkit-transform-style: preserve-3d;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  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 - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  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/Leadlion/autogedal/ro_RO/owl.carousel/assets/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-transition: scale 100ms ease;
  -o-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  -moz-transition: scale(1.3, 1.3);
  -ms-transition: scale(1.3, 1.3);
  -o-transition: scale(1.3, 1.3);
  transition: 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;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-controls .owl-nav [class*=owl-] {
    color: #08c;
    font-size: 17px;
    text-shadow: 0 0 3px rgba(255,255,255,0.5);
    margin: 5px;
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
    text-decoration: none;
    opacity: .9;
}
.owl-theme .owl-controls .owl-nav .disabled {
    opacity: .5;
    cursor: default;
}
.owl-theme .owl-controls .disabled {
    display: none;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius:30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #08c;
}
.owl-dots {
    margin-top: 30px;
}
.sidebar .products .owl-dots {
    margin: 0;
}
.owl-top-narrow .owl-carousel .owl-item > .item {
    padding-top: 10px;
}/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.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, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 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/Leadlion/autogedal/ro_RO/fancybox/css/images/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../../frontend/Leadlion/autogedal/ro_RO/fancybox/css/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/Leadlion/autogedal/ro_RO/fancybox/css/images/blank.gif'); /* helps IE */
	-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;
}

/* Overlay helper */

.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/Leadlion/autogedal/ro_RO/fancybox/css/images/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.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; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 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: bold;
	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);
}

/*Retina graphics!*/
@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/Leadlion/autogedal/ro_RO/fancybox/css/images/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('../../frontend/Leadlion/autogedal/ro_RO/fancybox/css/images/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
.porto-icon-wishlist:before { content: '\e811'; } /* '' */
.porto-icon-post:before { content: '\e833'; } /* '' */
.porto-icon-country:before { content: '\e834'; } /* '' */
.porto-icon-quote-left:before { content: '\e842'; } /* '' */
.porto-icon-quote-right:before { content: '\e843'; } /* '' */
.porto-icon-euro:before { content: '\e846'; } /* '' */
.porto-icon-pound:before { content: '\e847'; } /* '' */
.porto-icon-rupee:before { content: '\e848'; } /* '' */
.porto-icon-yen:before { content: '\e849'; } /* '' */
.porto-icon-rouble:before { content: '\e84a'; } /* '' */
.porto-icon-try:before { content: '\e84b'; } /* '' */
.porto-icon-won:before { content: '\e84c'; } /* '' */
.porto-icon-bitcoin:before { content: '\e84d'; } /* '' */
.porto-icon-ok-1:before { content: '\e84e'; } /* '' */
.porto-icon-tag-line:before { content: '\e870'; } /* '' */
.porto-icon-bag:before { content: '\e871'; } /* '' */
.porto-icon-search-1:before { content: '\e872'; } /* '' */
.porto-icon-online-support:before { content: '\e877'; } /* '' */
.porto-icon-shopping-bag:before { content: '\e878'; } /* '' */
.porto-icon-us-dollar:before { content: '\e879'; } /* '' */
.porto-icon-shipped:before { content: '\e87a'; } /* '' */
.porto-icon-list:before { content: '\e87b'; } /* '' */
.porto-icon-money:before { content: '\e87c'; } /* '' */
.porto-icon-shipping:before { content: '\e87d'; } /* '' */
.porto-icon-support:before { content: '\e87e'; } /* '' */
.porto-icon-bag-2:before { content: '\e87f'; } /* '' */
.porto-icon-grid:before { content: '\e880'; } /* '' */
.porto-icon-bag-3:before { content: '\e881'; } /* '' */
.porto-icon-direction:before { content: '\e882'; } /* '' */
.porto-icon-home:before { content: '\e883'; } /* '' */
.porto-icon-magnifier:before { content: '\e884'; } /* '' */
.porto-icon-magnifier-add:before { content: '\e885'; } /* '' */
.porto-icon-magnifier-remove:before { content: '\e886'; } /* '' */
.porto-icon-phone-1:before { content: '\e887'; } /* '' */
.porto-icon-clock-1:before { content: '\e888'; } /* '' */
.porto-icon-heart-1:before { content: '\e889'; } /* '' */
.porto-icon-earphones-alt:before { content: '\e88b'; } /* '' */
.porto-icon-credit-card:before { content: '\e88c'; } /* '' */
.porto-icon-action-undo:before { content: '\e88d'; } /* '' */
.porto-icon-envolope:before { content: '\e88e'; } /* '' */
.porto-icon-chart:before { content: '\e88f'; } /* '' */
.porto-icon-spinner:before { content: '\f110'; } /* '' */
.porto-icon-sliders:before { content: '\f1de'; } /* '' */
.porto-icon-shopping-basket:before { content: '\f291'; } /* '' */
.porto-icon-up-open:before { content: '\f800'; } /* '' */
.porto-icon-right-open:before { content: '\f801'; } /* '' */
.porto-icon-left-open:before { content: '\f802'; } /* '' */
.porto-icon-down-open:before { content: '\f803'; } /* '' */
.porto-icon-up-open-mini:before { content: '\f804'; } /* '' */
.porto-icon-right-open-mini:before { content: '\f805'; } /* '' */
.porto-icon-left-open-mini:before { content: '\f806'; } /* '' */
.porto-icon-down-open-mini:before { content: '\f807'; } /* '' */
.porto-icon-up-open-big:before { content: '\f808'; } /* '' */
.porto-icon-right-open-big:before { content: '\f809'; } /* '' */
.porto-icon-left-open-big:before { content: '\f80a'; } /* '' */
.porto-icon-down-open-big:before { content: '\f80b'; } /* '' */
.porto-icon-up-open-huge:before { content: '\f80c'; } /* '' */
.porto-icon-right-open-huge:before { content: '\f80d'; } /* '' */
.porto-icon-left-open-huge:before { content: '\f80e'; } /* '' */
.porto-icon-down-open-huge:before { content: '\f80f'; } /* '' */
.porto-icon-angle-up:before { content: '\f810'; } /* '' */
.porto-icon-angle-right:before { content: '\f811'; } /* '' */
.porto-icon-angle-left:before { content: '\f812'; } /* '' */
.porto-icon-angle-down:before { content: '\f813'; } /* '' */
.porto-icon-basket:before { content: '\f814'; } /* '' */
.porto-icon-mini-cart:before { content: '\f815'; } /* '' */
.porto-icon-heart:before { content: '\f816'; } /* '' */
.porto-icon-search:before { content: '\f818'; } /* '' */
.porto-icon-cancel:before { content: '\f819'; } /* '' */
.porto-icon-cancel-mini:before { content: '\f81a'; } /* '' */
.porto-icon-up-dir:before { content: '\f820'; } /* '' */
.porto-icon-right-dir:before { content: '\f821'; } /* '' */
.porto-icon-left-dir:before { content: '\f822'; } /* '' */
.porto-icon-down-dir:before { content: '\f823'; } /* '' */
.porto-icon-phone:before { content: '\f824'; } /* '' */
.porto-icon-pencil:before { content: '\f825'; } /* '' */
.porto-icon-pencil-mini:before { content: '\f826'; } /* '' */
.porto-icon-menu:before { content: '\f827'; } /* '' */
.porto-icon-location:before { content: '\f828'; } /* '' */
.porto-icon-mail:before { content: '\f829'; } /* '' */
.porto-icon-clock:before { content: '\f82a'; } /* '' */
.porto-icon-ok:before { content: '\f82b'; } /* '' */
.porto-icon-plus-squared-alt:before { content: '\f82c'; } /* '' */
.porto-icon-minus-squared-alt:before { content: '\f82d'; } /* '' */
.porto-icon-plus-squared:before { content: '\f82e'; } /* '' */
.porto-icon-minus-squared:before { content: '\f82f'; } /* '' */
.porto-icon-truck:before { content: '\f830'; } /* '' */
.porto-icon-dollar:before { content: '\f831'; } /* '' */
.porto-icon-lifebuoy:before { content: '\f832'; } /* '' */
.porto-icon-facebook:before { content: '\f833'; } /* '' */
.porto-icon-twitter:before { content: '\f834'; } /* '' */
.porto-icon-linkedin-squared:before { content: '\f835'; } /* '' */
.porto-icon-pinterest:before { content: '\f836'; } /* '' */
.porto-icon-gplus:before { content: '\f837'; } /* '' */
.porto-icon-youtube:before { content: '\f838'; } /* '' */
.porto-icon-th:before { content: '\f839'; } /* '' */
.porto-icon-th-list:before { content: '\f83a'; } /* '' */
.porto-icon-chart-bar:before { content: '\f83b'; } /* '' */
.porto-icon-heart-empty:before { content: '\f83c'; } /* '' */
.porto-icon-instagram:before { content: '\f83d'; } /* '' */
.porto-icon-up:before { content: '\f840'; } /* '' */
.porto-icon-right:before { content: '\f841'; } /* '' */
.porto-icon-down:before { content: '\f842'; } /* '' */
.porto-icon-left:before { content: '\f843'; } /* '' */
.porto-icon-star:before { content: '\f844'; } /* '' */
.porto-icon-star-empty:before { content: '\f845'; } /* '' */
.porto-icon-ok-circled:before { content: '\f846'; } /* '' */
.porto-icon-cancel-circled:before { content: '\f847'; } /* '' */
.porto-icon-help-circled:before { content: '\f848'; } /* '' */
.porto-icon-info-circled:before { content: '\f849'; } /* '' */
.porto-icon-attention:before { content: '\f84a'; } /* '' */
.porto-icon-mobile:before { content: '\f84b'; } /* '' */
.porto-icon-mail-alt:before { content: '\f84c'; } /* '' */
.porto-icon-skype:before { content: '\f84d'; } /* '' */
.porto-icon-doc:before { content: '\f84e'; } /* '' */
.porto-icon-user:before { content: '\f850'; } /* '' */
.porto-icon-help:before { content: '\f851'; } /* '' */
.porto-icon-info:before { content: '\f852'; } /* '' */
.porto-icon-help-circled-alt:before { content: '\f853'; } /* '' */
.porto-icon-info-circled-alt:before { content: '\f854'; } /* '' */
.porto-icon-chevron-left:before { content: '\f855'; } /* '' */
.porto-icon-chevron-right:before { content: '\f856'; } /* '' */
.porto-icon-reply:before { content: '\f857'; } /* '' */
.porto-icon-paper-plane:before { content: '\f858'; } /* '' */
.porto-icon-magnify:before { content: '\f859'; } /* '' */
.porto-icon-zoom-in:before { content: '\f85a'; } /* '' */
.porto-icon-zoom-out:before { content: '\f85b'; } /* '' */
.porto-icon-chat:before { content: '\f860'; } /* '' */
.porto-icon-folder:before { content: '\f861'; } /* '' */
.porto-icon-folder-open:before { content: '\f862'; } /* '' */
.porto-icon-tag:before { content: '\f863'; } /* '' */
.porto-icon-tags:before { content: '\f864'; } /* '' */
.porto-icon-calendar:before { content: '\f865'; } /* '' */
.porto-icon-circle-empty:before { content: '\f870'; } /* '' */
.porto-icon-shirt:before { content: '\f871'; } /* '' */
.porto-icon-computer:before { content: '\f872'; } /* '' */
.porto-icon-toys:before { content: '\f873'; } /* '' */
.porto-icon-garden:before { content: '\f874'; } /* '' */
.porto-icon-couch:before { content: '\f875'; } /* '' */
.porto-icon-sports:before { content: '\f876'; } /* '' */
.porto-icon-gift:before { content: '\f877'; } /* '' */
.porto-icon-eye:before { content: '\f878'; } /* '' */
.porto-icon-export:before { content: '\f879'; } /* '' */
.porto-icon-bag-4:before { content: '\f87a'; } /* '' */
.porto-icon-search-3:before { content: '\f87b'; } /* '' */
.porto-icon-check:before { content: '\f87c'; } /* '' */
.porto-icon-check-empty:before { content: '\f87d'; } /* '' */
.porto-icon-search-2:before { content: '\f880'; } /* '' */
.porto-icon-bag-1:before { content: '\f881'; } /* '' */
.porto-icon-plus:before { content: '\f882'; } /* '' */
.porto-icon-minus:before { content: '\f883'; } /* '' *//*
   Animation example, for spinners
*/
.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */.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{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-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{-ms-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-pp: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-resistance: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: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"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;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}
/** initial setup **/
.nano {
  position : relative;
  width    : 100%;
  height   : 100%;
  overflow : hidden;
}
.nano > .nano-content {
  position      : absolute;
  overflow      : scroll;
  overflow-x    : hidden;
  top           : 0;
  right         : 0;
  bottom        : 0;
  left          : 0;
}
.nano > .nano-content:focus {
  outline: thin dotted;
}
.nano > .nano-content::-webkit-scrollbar {
  display: none;
}
.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block;
}
.nano > .nano-pane {
  background : rgba(0,0,0,.25);
  position   : absolute;
  width      : 10px;
  right      : 0;
  top        : 0;
  bottom     : 0;
  visibility : hidden\9; /* Target only IE7 and IE8 with this hack */
  opacity    : .01;
  -webkit-transition    : .2s;
  -moz-transition       : .2s;
  -o-transition         : .2s;
  transition            : .2s;
  -moz-border-radius    : 5px;
  -webkit-border-radius : 5px;
  border-radius         : 5px;
}
.nano > .nano-pane > .nano-slider {
  background: #444;
  background: rgba(0,0,0,.5);
  position              : relative;
  margin                : 0 1px;
  -moz-border-radius    : 3px;
  -webkit-border-radius : 3px;
  border-radius         : 3px;
}
.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
  visibility : visible\9; /* Target only IE7 and IE8 with this hack */
  opacity    : 0.99;
}

.nano { background: #bba; height: 300px; }
.nano .nano-content { padding: 10px; }
.nano .nano-pane   { background: #888; }
.nano .nano-slider { background: #111; }/*!
 * Bootstrap Grid v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */@-ms-viewport{width:device-width}html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,::after,::before{box-sizing:inherit}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width: 576px){.container{max-width:540px}}@media (min-width: 768px){.container{max-width:720px}}@media (min-width: 992px){.container{max-width:960px}}@media (min-width: 1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-webkit-flex;display:-moz-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-moz-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*="col-"]{padding-right:0;padding-left:0}.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-auto,.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,.col-sm,.col-sm-auto,.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,.col-md,.col-md-auto,.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,.col-lg,.col-lg-auto,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{-webkit-flex-basis:0;-moz-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-grow:1;flex-grow:1;max-width:100%}.col-auto{-webkit-flex:0 0 auto;-moz-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1{-webkit-flex:0 0 8.3333333333%;-moz-flex:0 0 8.3333333333%;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-2{-webkit-flex:0 0 16.6666666667%;-moz-flex:0 0 16.6666666667%;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-3{-webkit-flex:0 0 25%;-moz-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-webkit-flex:0 0 33.3333333333%;-moz-flex:0 0 33.3333333333%;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-5{-webkit-flex:0 0 41.6666666667%;-moz-flex:0 0 41.6666666667%;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-6{-webkit-flex:0 0 50%;-moz-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-webkit-flex:0 0 58.3333333333%;-moz-flex:0 0 58.3333333333%;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-8{-webkit-flex:0 0 66.6666666667%;-moz-flex:0 0 66.6666666667%;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-9{-webkit-flex:0 0 75%;-moz-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-webkit-flex:0 0 83.3333333333%;-moz-flex:0 0 83.3333333333%;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-11{-webkit-flex:0 0 91.6666666667%;-moz-flex:0 0 91.6666666667%;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-12{-webkit-flex:0 0 100%;-moz-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-webkit-order:-1;-moz-order:-1;-ms-flex-order:-1;order:-1}.order-1{-webkit-order:1;-moz-order:1;-ms-flex-order:1;order:1}.order-2{-webkit-order:2;-moz-order:2;-ms-flex-order:2;order:2}.order-3{-webkit-order:3;-moz-order:3;-ms-flex-order:3;order:3}.order-4{-webkit-order:4;-moz-order:4;-ms-flex-order:4;order:4}.order-5{-webkit-order:5;-moz-order:5;-ms-flex-order:5;order:5}.order-6{-webkit-order:6;-moz-order:6;-ms-flex-order:6;order:6}.order-7{-webkit-order:7;-moz-order:7;-ms-flex-order:7;order:7}.order-8{-webkit-order:8;-moz-order:8;-ms-flex-order:8;order:8}.order-9{-webkit-order:9;-moz-order:9;-ms-flex-order:9;order:9}.order-10{-webkit-order:10;-moz-order:10;-ms-flex-order:10;order:10}.order-11{-webkit-order:11;-moz-order:11;-ms-flex-order:11;order:11}.order-12{-webkit-order:12;-moz-order:12;-ms-flex-order:12;order:12}.offset-1{margin-left:8.3333333333%}.offset-2{margin-left:16.6666666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.3333333333%}.offset-5{margin-left:41.6666666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.3333333333%}.offset-8{margin-left:66.6666666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.3333333333%}.offset-11{margin-left:91.6666666667%}@media (min-width: 576px){.col-sm{-webkit-flex-basis:0;-moz-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-grow:1;flex-grow:1;max-width:100%}.col-sm-auto{-webkit-flex:0 0 auto;-moz-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-sm-1{-webkit-flex:0 0 8.3333333333%;-moz-flex:0 0 8.3333333333%;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-sm-2{-webkit-flex:0 0 16.6666666667%;-moz-flex:0 0 16.6666666667%;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-3{-webkit-flex:0 0 25%;-moz-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-webkit-flex:0 0 33.3333333333%;-moz-flex:0 0 33.3333333333%;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-sm-5{-webkit-flex:0 0 41.6666666667%;-moz-flex:0 0 41.6666666667%;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-sm-6{-webkit-flex:0 0 50%;-moz-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-webkit-flex:0 0 58.3333333333%;-moz-flex:0 0 58.3333333333%;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-sm-8{-webkit-flex:0 0 66.6666666667%;-moz-flex:0 0 66.6666666667%;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-sm-9{-webkit-flex:0 0 75%;-moz-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-webkit-flex:0 0 83.3333333333%;-moz-flex:0 0 83.3333333333%;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-sm-11{-webkit-flex:0 0 91.6666666667%;-moz-flex:0 0 91.6666666667%;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-sm-12{-webkit-flex:0 0 100%;-moz-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-webkit-order:-1;-moz-order:-1;-ms-flex-order:-1;order:-1}.order-sm-1{-webkit-order:1;-moz-order:1;-ms-flex-order:1;order:1}.order-sm-2{-webkit-order:2;-moz-order:2;-ms-flex-order:2;order:2}.order-sm-3{-webkit-order:3;-moz-order:3;-ms-flex-order:3;order:3}.order-sm-4{-webkit-order:4;-moz-order:4;-ms-flex-order:4;order:4}.order-sm-5{-webkit-order:5;-moz-order:5;-ms-flex-order:5;order:5}.order-sm-6{-webkit-order:6;-moz-order:6;-ms-flex-order:6;order:6}.order-sm-7{-webkit-order:7;-moz-order:7;-ms-flex-order:7;order:7}.order-sm-8{-webkit-order:8;-moz-order:8;-ms-flex-order:8;order:8}.order-sm-9{-webkit-order:9;-moz-order:9;-ms-flex-order:9;order:9}.order-sm-10{-webkit-order:10;-moz-order:10;-ms-flex-order:10;order:10}.order-sm-11{-webkit-order:11;-moz-order:11;-ms-flex-order:11;order:11}.order-sm-12{-webkit-order:12;-moz-order:12;-ms-flex-order:12;order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.3333333333%}.offset-sm-2{margin-left:16.6666666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.3333333333%}.offset-sm-5{margin-left:41.6666666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.3333333333%}.offset-sm-8{margin-left:66.6666666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.3333333333%}.offset-sm-11{margin-left:91.6666666667%}}@media (min-width: 768px){.col-md{-webkit-flex-basis:0;-moz-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-grow:1;flex-grow:1;max-width:100%}.col-md-auto{-webkit-flex:0 0 auto;-moz-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-webkit-flex:0 0 8.3333333333%;-moz-flex:0 0 8.3333333333%;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-md-2{-webkit-flex:0 0 16.6666666667%;-moz-flex:0 0 16.6666666667%;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-3{-webkit-flex:0 0 25%;-moz-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-webkit-flex:0 0 33.3333333333%;-moz-flex:0 0 33.3333333333%;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-md-5{-webkit-flex:0 0 41.6666666667%;-moz-flex:0 0 41.6666666667%;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-md-6{-webkit-flex:0 0 50%;-moz-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-webkit-flex:0 0 58.3333333333%;-moz-flex:0 0 58.3333333333%;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-md-8{-webkit-flex:0 0 66.6666666667%;-moz-flex:0 0 66.6666666667%;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-md-9{-webkit-flex:0 0 75%;-moz-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-webkit-flex:0 0 83.3333333333%;-moz-flex:0 0 83.3333333333%;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-md-11{-webkit-flex:0 0 91.6666666667%;-moz-flex:0 0 91.6666666667%;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-md-12{-webkit-flex:0 0 100%;-moz-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-webkit-order:-1;-moz-order:-1;-ms-flex-order:-1;order:-1}.order-md-1{-webkit-order:1;-moz-order:1;-ms-flex-order:1;order:1}.order-md-2{-webkit-order:2;-moz-order:2;-ms-flex-order:2;order:2}.order-md-3{-webkit-order:3;-moz-order:3;-ms-flex-order:3;order:3}.order-md-4{-webkit-order:4;-moz-order:4;-ms-flex-order:4;order:4}.order-md-5{-webkit-order:5;-moz-order:5;-ms-flex-order:5;order:5}.order-md-6{-webkit-order:6;-moz-order:6;-ms-flex-order:6;order:6}.order-md-7{-webkit-order:7;-moz-order:7;-ms-flex-order:7;order:7}.order-md-8{-webkit-order:8;-moz-order:8;-ms-flex-order:8;order:8}.order-md-9{-webkit-order:9;-moz-order:9;-ms-flex-order:9;order:9}.order-md-10{-webkit-order:10;-moz-order:10;-ms-flex-order:10;order:10}.order-md-11{-webkit-order:11;-moz-order:11;-ms-flex-order:11;order:11}.order-md-12{-webkit-order:12;-moz-order:12;-ms-flex-order:12;order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.3333333333%}.offset-md-2{margin-left:16.6666666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.3333333333%}.offset-md-5{margin-left:41.6666666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.3333333333%}.offset-md-8{margin-left:66.6666666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.3333333333%}.offset-md-11{margin-left:91.6666666667%}}@media (min-width: 992px){.col-lg{-webkit-flex-basis:0;-moz-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-grow:1;flex-grow:1;max-width:100%}.col-lg-auto{-webkit-flex:0 0 auto;-moz-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-webkit-flex:0 0 8.3333333333%;-moz-flex:0 0 8.3333333333%;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-lg-2{-webkit-flex:0 0 16.6666666667%;-moz-flex:0 0 16.6666666667%;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-3{-webkit-flex:0 0 25%;-moz-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-webkit-flex:0 0 33.3333333333%;-moz-flex:0 0 33.3333333333%;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-lg-5{-webkit-flex:0 0 41.6666666667%;-moz-flex:0 0 41.6666666667%;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-lg-6{-webkit-flex:0 0 50%;-moz-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-webkit-flex:0 0 58.3333333333%;-moz-flex:0 0 58.3333333333%;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-lg-8{-webkit-flex:0 0 66.6666666667%;-moz-flex:0 0 66.6666666667%;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-lg-9{-webkit-flex:0 0 75%;-moz-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-webkit-flex:0 0 83.3333333333%;-moz-flex:0 0 83.3333333333%;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-lg-11{-webkit-flex:0 0 91.6666666667%;-moz-flex:0 0 91.6666666667%;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-lg-12{-webkit-flex:0 0 100%;-moz-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-webkit-order:-1;-moz-order:-1;-ms-flex-order:-1;order:-1}.order-lg-1{-webkit-order:1;-moz-order:1;-ms-flex-order:1;order:1}.order-lg-2{-webkit-order:2;-moz-order:2;-ms-flex-order:2;order:2}.order-lg-3{-webkit-order:3;-moz-order:3;-ms-flex-order:3;order:3}.order-lg-4{-webkit-order:4;-moz-order:4;-ms-flex-order:4;order:4}.order-lg-5{-webkit-order:5;-moz-order:5;-ms-flex-order:5;order:5}.order-lg-6{-webkit-order:6;-moz-order:6;-ms-flex-order:6;order:6}.order-lg-7{-webkit-order:7;-moz-order:7;-ms-flex-order:7;order:7}.order-lg-8{-webkit-order:8;-moz-order:8;-ms-flex-order:8;order:8}.order-lg-9{-webkit-order:9;-moz-order:9;-ms-flex-order:9;order:9}.order-lg-10{-webkit-order:10;-moz-order:10;-ms-flex-order:10;order:10}.order-lg-11{-webkit-order:11;-moz-order:11;-ms-flex-order:11;order:11}.order-lg-12{-webkit-order:12;-moz-order:12;-ms-flex-order:12;order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.3333333333%}.offset-lg-2{margin-left:16.6666666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.3333333333%}.offset-lg-5{margin-left:41.6666666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.3333333333%}.offset-lg-8{margin-left:66.6666666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.3333333333%}.offset-lg-11{margin-left:91.6666666667%}}@media (min-width: 1200px){.col-xl{-webkit-flex-basis:0;-moz-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-flex-grow:1;-moz-flex-grow:1;-ms-flex-grow:1;flex-grow:1;max-width:100%}.col-xl-auto{-webkit-flex:0 0 auto;-moz-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-webkit-flex:0 0 8.3333333333%;-moz-flex:0 0 8.3333333333%;-ms-flex:0 0 8.3333333333%;flex:0 0 8.3333333333%;max-width:8.3333333333%}.col-xl-2{-webkit-flex:0 0 16.6666666667%;-moz-flex:0 0 16.6666666667%;-ms-flex:0 0 16.6666666667%;flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-3{-webkit-flex:0 0 25%;-moz-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-webkit-flex:0 0 33.3333333333%;-moz-flex:0 0 33.3333333333%;-ms-flex:0 0 33.3333333333%;flex:0 0 33.3333333333%;max-width:33.3333333333%}.col-xl-5{-webkit-flex:0 0 41.6666666667%;-moz-flex:0 0 41.6666666667%;-ms-flex:0 0 41.6666666667%;flex:0 0 41.6666666667%;max-width:41.6666666667%}.col-xl-6{-webkit-flex:0 0 50%;-moz-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-webkit-flex:0 0 58.3333333333%;-moz-flex:0 0 58.3333333333%;-ms-flex:0 0 58.3333333333%;flex:0 0 58.3333333333%;max-width:58.3333333333%}.col-xl-8{-webkit-flex:0 0 66.6666666667%;-moz-flex:0 0 66.6666666667%;-ms-flex:0 0 66.6666666667%;flex:0 0 66.6666666667%;max-width:66.6666666667%}.col-xl-9{-webkit-flex:0 0 75%;-moz-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-webkit-flex:0 0 83.3333333333%;-moz-flex:0 0 83.3333333333%;-ms-flex:0 0 83.3333333333%;flex:0 0 83.3333333333%;max-width:83.3333333333%}.col-xl-11{-webkit-flex:0 0 91.6666666667%;-moz-flex:0 0 91.6666666667%;-ms-flex:0 0 91.6666666667%;flex:0 0 91.6666666667%;max-width:91.6666666667%}.col-xl-12{-webkit-flex:0 0 100%;-moz-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-webkit-order:-1;-moz-order:-1;-ms-flex-order:-1;order:-1}.order-xl-1{-webkit-order:1;-moz-order:1;-ms-flex-order:1;order:1}.order-xl-2{-webkit-order:2;-moz-order:2;-ms-flex-order:2;order:2}.order-xl-3{-webkit-order:3;-moz-order:3;-ms-flex-order:3;order:3}.order-xl-4{-webkit-order:4;-moz-order:4;-ms-flex-order:4;order:4}.order-xl-5{-webkit-order:5;-moz-order:5;-ms-flex-order:5;order:5}.order-xl-6{-webkit-order:6;-moz-order:6;-ms-flex-order:6;order:6}.order-xl-7{-webkit-order:7;-moz-order:7;-ms-flex-order:7;order:7}.order-xl-8{-webkit-order:8;-moz-order:8;-ms-flex-order:8;order:8}.order-xl-9{-webkit-order:9;-moz-order:9;-ms-flex-order:9;order:9}.order-xl-10{-webkit-order:10;-moz-order:10;-ms-flex-order:10;order:10}.order-xl-11{-webkit-order:11;-moz-order:11;-ms-flex-order:11;order:11}.order-xl-12{-webkit-order:12;-moz-order:12;-ms-flex-order:12;order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.3333333333%}.offset-xl-2{margin-left:16.6666666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.3333333333%}.offset-xl-5{margin-left:41.6666666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.3333333333%}.offset-xl-8{margin-left:66.6666666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.3333333333%}.offset-xl-11{margin-left:91.6666666667%}}.flex-row{-webkit-flex-direction:row !important;-moz-flex-direction:row !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-column{-webkit-flex-direction:column !important;-moz-flex-direction:column !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-row-reverse{-webkit-flex-direction:row-reverse !important;-moz-flex-direction:row-reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-column-reverse{-webkit-flex-direction:column-reverse !important;-moz-flex-direction:column-reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-wrap{-webkit-flex-wrap:wrap !important;-moz-flex-wrap:wrap !important;-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-nowrap{-webkit-flex-wrap:nowrap !important;-moz-flex-wrap:nowrap !important;-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-wrap-reverse{-webkit-flex-wrap:wrap-reverse !important;-moz-flex-wrap:wrap-reverse !important;-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-start{-webkit-justify-content:flex-start !important;-moz-justify-content:flex-start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-end{-webkit-justify-content:flex-end !important;-moz-justify-content:flex-end !important;-ms-flex-pack:start !important;justify-content:flex-end !important}.justify-content-center{-webkit-justify-content:center !important;-moz-justify-content:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-between{-webkit-justify-content:space-between !important;-moz-justify-content:space-between !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-around{-webkit-justify-content:space-around !important;-moz-justify-content:space-around !important;-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-start{-webkit-align-items:flex-start !important;-moz-align-items:flex-start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-end{-webkit-align-items:flex-end !important;-moz-align-items:flex-end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-center{-webkit-align-items:center !important;-moz-align-items:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-baseline{-webkit-align-items:baseline !important;-moz-align-items:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-stretch{-webkit-align-items:stretch !important;-moz-align-items:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}@media (min-width: 576px){.flex-sm-row{-webkit-flex-direction:row !important;-moz-flex-direction:row !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-sm-column{-webkit-flex-direction:column !important;-moz-flex-direction:column !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-sm-row-reverse{-webkit-flex-direction:row-reverse !important;-moz-flex-direction:row-reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-sm-column-reverse{-webkit-flex-direction:column-reverse !important;-moz-flex-direction:column-reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-sm-wrap{-webkit-flex-wrap:wrap !important;-moz-flex-wrap:wrap !important;-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-sm-nowrap{-webkit-flex-wrap:nowrap !important;-moz-flex-wrap:nowrap !important;-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-sm-wrap-reverse{-webkit-flex-wrap:wrap-reverse !important;-moz-flex-wrap:wrap-reverse !important;-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-sm-start{-webkit-justify-content:flex-start !important;-moz-justify-content:flex-start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-sm-end{-webkit-justify-content:flex-end !important;-moz-justify-content:flex-end !important;-ms-flex-pack:start !important;justify-content:flex-end !important}.justify-content-sm-center{-webkit-justify-content:center !important;-moz-justify-content:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-sm-between{-webkit-justify-content:space-between !important;-moz-justify-content:space-between !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-sm-around{-webkit-justify-content:space-around !important;-moz-justify-content:space-around !important;-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-sm-start{-webkit-align-items:flex-start !important;-moz-align-items:flex-start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-sm-end{-webkit-align-items:flex-end !important;-moz-align-items:flex-end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-sm-center{-webkit-align-items:center !important;-moz-align-items:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-sm-baseline{-webkit-align-items:baseline !important;-moz-align-items:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-sm-stretch{-webkit-align-items:stretch !important;-moz-align-items:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}}@media (min-width: 768px){.flex-md-row{-webkit-flex-direction:row !important;-moz-flex-direction:row !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-md-column{-webkit-flex-direction:column !important;-moz-flex-direction:column !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-md-row-reverse{-webkit-flex-direction:row-reverse !important;-moz-flex-direction:row-reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-md-column-reverse{-webkit-flex-direction:column-reverse !important;-moz-flex-direction:column-reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-md-wrap{-webkit-flex-wrap:wrap !important;-moz-flex-wrap:wrap !important;-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-md-nowrap{-webkit-flex-wrap:nowrap !important;-moz-flex-wrap:nowrap !important;-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-md-wrap-reverse{-webkit-flex-wrap:wrap-reverse !important;-moz-flex-wrap:wrap-reverse !important;-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-md-start{-webkit-justify-content:flex-start !important;-moz-justify-content:flex-start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-md-end{-webkit-justify-content:flex-end !important;-moz-justify-content:flex-end !important;-ms-flex-pack:start !important;justify-content:flex-end !important}.justify-content-md-center{-webkit-justify-content:center !important;-moz-justify-content:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-md-between{-webkit-justify-content:space-between !important;-moz-justify-content:space-between !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-md-around{-webkit-justify-content:space-around !important;-moz-justify-content:space-around !important;-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-md-start{-webkit-align-items:flex-start !important;-moz-align-items:flex-start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-md-end{-webkit-align-items:flex-end !important;-moz-align-items:flex-end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-md-center{-webkit-align-items:center !important;-moz-align-items:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-md-baseline{-webkit-align-items:baseline !important;-moz-align-items:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-md-stretch{-webkit-align-items:stretch !important;-moz-align-items:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}}@media (min-width: 992px){.flex-lg-row{-webkit-flex-direction:row !important;-moz-flex-direction:row !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-lg-column{-webkit-flex-direction:column !important;-moz-flex-direction:column !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-lg-row-reverse{-webkit-flex-direction:row-reverse !important;-moz-flex-direction:row-reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-lg-column-reverse{-webkit-flex-direction:column-reverse !important;-moz-flex-direction:column-reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-lg-wrap{-webkit-flex-wrap:wrap !important;-moz-flex-wrap:wrap !important;-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-lg-nowrap{-webkit-flex-wrap:nowrap !important;-moz-flex-wrap:nowrap !important;-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-lg-wrap-reverse{-webkit-flex-wrap:wrap-reverse !important;-moz-flex-wrap:wrap-reverse !important;-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-lg-start{-webkit-justify-content:flex-start !important;-moz-justify-content:flex-start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-lg-end{-webkit-justify-content:flex-end !important;-moz-justify-content:flex-end !important;-ms-flex-pack:start !important;justify-content:flex-end !important}.justify-content-lg-center{-webkit-justify-content:center !important;-moz-justify-content:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-lg-between{-webkit-justify-content:space-between !important;-moz-justify-content:space-between !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-lg-around{-webkit-justify-content:space-around !important;-moz-justify-content:space-around !important;-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-lg-start{-webkit-align-items:flex-start !important;-moz-align-items:flex-start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-lg-end{-webkit-align-items:flex-end !important;-moz-align-items:flex-end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-lg-center{-webkit-align-items:center !important;-moz-align-items:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-lg-baseline{-webkit-align-items:baseline !important;-moz-align-items:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-lg-stretch{-webkit-align-items:stretch !important;-moz-align-items:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}}@media (min-width: 1200px){.flex-xl-row{-webkit-flex-direction:row !important;-moz-flex-direction:row !important;-ms-flex-direction:row !important;flex-direction:row !important}.flex-xl-column{-webkit-flex-direction:column !important;-moz-flex-direction:column !important;-ms-flex-direction:column !important;flex-direction:column !important}.flex-xl-row-reverse{-webkit-flex-direction:row-reverse !important;-moz-flex-direction:row-reverse !important;-ms-flex-direction:row-reverse !important;flex-direction:row-reverse !important}.flex-xl-column-reverse{-webkit-flex-direction:column-reverse !important;-moz-flex-direction:column-reverse !important;-ms-flex-direction:column-reverse !important;flex-direction:column-reverse !important}.flex-xl-wrap{-webkit-flex-wrap:wrap !important;-moz-flex-wrap:wrap !important;-ms-flex-wrap:wrap !important;flex-wrap:wrap !important}.flex-xl-nowrap{-webkit-flex-wrap:nowrap !important;-moz-flex-wrap:nowrap !important;-ms-flex-wrap:nowrap !important;flex-wrap:nowrap !important}.flex-xl-wrap-reverse{-webkit-flex-wrap:wrap-reverse !important;-moz-flex-wrap:wrap-reverse !important;-ms-flex-wrap:wrap-reverse !important;flex-wrap:wrap-reverse !important}.justify-content-xl-start{-webkit-justify-content:flex-start !important;-moz-justify-content:flex-start !important;-ms-flex-pack:start !important;justify-content:flex-start !important}.justify-content-xl-end{-webkit-justify-content:flex-end !important;-moz-justify-content:flex-end !important;-ms-flex-pack:start !important;justify-content:flex-end !important}.justify-content-xl-center{-webkit-justify-content:center !important;-moz-justify-content:center !important;-ms-flex-pack:center !important;justify-content:center !important}.justify-content-xl-between{-webkit-justify-content:space-between !important;-moz-justify-content:space-between !important;-ms-flex-pack:justify !important;justify-content:space-between !important}.justify-content-xl-around{-webkit-justify-content:space-around !important;-moz-justify-content:space-around !important;-ms-flex-pack:distribute !important;justify-content:space-around !important}.align-items-xl-start{-webkit-align-items:flex-start !important;-moz-align-items:flex-start !important;-ms-flex-align:start !important;align-items:flex-start !important}.align-items-xl-end{-webkit-align-items:flex-end !important;-moz-align-items:flex-end !important;-ms-flex-align:end !important;align-items:flex-end !important}.align-items-xl-center{-webkit-align-items:center !important;-moz-align-items:center !important;-ms-flex-align:center !important;align-items:center !important}.align-items-xl-baseline{-webkit-align-items:baseline !important;-moz-align-items:baseline !important;-ms-flex-align:baseline !important;align-items:baseline !important}.align-items-xl-stretch{-webkit-align-items:stretch !important;-moz-align-items:stretch !important;-ms-flex-align:stretch !important;align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{align-self:stretch !important}}.float-left{float:left !important}.float-right{float:right !important}.float-none{float:none !important}@media (min-width: 576px){.float-sm-left{float:left !important}.float-sm-right{float:right !important}.float-sm-none{float:none !important}}@media (min-width: 768px){.float-md-left{float:left !important}.float-md-right{float:right !important}.float-md-none{float:none !important}}@media (min-width: 992px){.float-lg-left{float:left !important}.float-lg-right{float:right !important}.float-lg-none{float:none !important}}@media (min-width: 1200px){.float-xl-left{float:left !important}.float-xl-right{float:right !important}.float-xl-none{float:none !important}}.text-justify{text-align:justify !important}.text-nowrap{white-space:nowrap !important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left !important}.text-right{text-align:right !important}.text-center{text-align:center !important}@media (min-width: 576px){.text-sm-left{text-align:left !important}.text-sm-right{text-align:right !important}.text-sm-center{text-align:center !important}}@media (min-width: 768px){.text-md-left{text-align:left !important}.text-md-right{text-align:right !important}.text-md-center{text-align:center !important}}@media (min-width: 992px){.text-lg-left{text-align:left !important}.text-lg-right{text-align:right !important}.text-lg-center{text-align:center !important}}@media (min-width: 1200px){.text-xl-left{text-align:left !important}.text-xl-right{text-align:right !important}.text-xl-center{text-align:center !important}}@charset "UTF-8";


/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}.page-header.type8:not(.header-newskin) .header.content{background-color:#08c}
.page-header.type8:not(.header-newskin) .minicart-wrapper{position:absolute;top:50%;right:15px;margin-top:-20px}
.page-header.type8:not(.header-newskin) .minicart-wrapper .action.showcart:before,.page-header.type8:not(.header-newskin) .minicart-wrapper .action.showcart.active:before{color:#fff}
.page-header.type8:not(.header-newskin) .minicart-wrapper .action.showcart .counter.qty{color:#000}

@media only screen and (max-width:767px){
    .page-header.type8:not(.header-newskin) .nav-toggle{float:right}
    .page-header.type8:not(.header-newskin) .logo{height:40px;float:left;margin:10px 0}
    .page-header.type8:not(.header-newskin) .logo img{max-width:100%;max-height:100%;width:auto}
    .page-header.type8:not(.header-newskin) .minicart-wrapper{position:relative;top:auto;right:auto;left:auto;margin:10px 0;float:right}
    .page-header.type8:not(.header-newskin) .block-search{float:none;margin-bottom:0}
    .page-header.type8:not(.header-newskin) .block-search .label{float:right;margin:10px 0;line-height:40px;margin-right:10px}
    .page-header.type8:not(.header-newskin) .block-search .label:before{color:#fff}
    .page-header.type8:not(.header-newskin) .custom-block{display:none}
    .page-header.type8:not(.header-newskin) .sw-megamenu.navigation.side-megamenu{display:block}
    .page-header.type8:not(.header-newskin) .nav-toggle:before{color:#fff}
    .page-header.type8:not(.header-newskin) .custom-menu-block,.page-header.type8:not(.header-newskin) .drop-menu>a{display:none}
}
@media all and (min-width:768px),print{
    .page-header.type8:not(.header-newskin){background-color:transparent;color:#777;border:0}
    .page-header.type8:not(.header-newskin)>.panel.wrapper{background-color:transparent;color:#777}
    .page-header.type8:not(.header-newskin) .panel.header .switcher{border-left:1px solid #ccc;padding:0 15px}
    .page-header.type8:not(.header-newskin) .panel.header .switcher:first-child{border-left:0;padding-left:0}
    .page-header.type8:not(.header-newskin) .panel.header .switcher:last-child{padding-right:0}
    .page-header.type8:not(.header-newskin) .panel.header .header.links>li>a{color:#777}
    .page-header.type8:not(.header-newskin) .panel.header .header.links>li>a:hover{color:#777}
    .page-header.type8:not(.header-newskin) .menu-wrapper{position:relative;background-color:#fff;border-bottom:1px solid #eee}
    .page-header.type8:not(.header-newskin) .block-search input{background-color:#fff;color:#777;border-color:#ccc;height:32px}
    .page-header.type8:not(.header-newskin) .block-search .action.search{border-left:1px solid #ccc;padding:0 10px;height:32px;line-height:32px}
    .page-header.type8:not(.header-newskin) .block-search .action.search:focus:before{color:#777}
    .page-header.type8:not(.header-newskin) .block-search .action.search:before,.page-header.type8:not(.header-newskin) .block-search .action.search:hover:before{color:#777}
    .page-header.type8:not(.header-newskin) .block-search .action.search:hover{border-left-width:1px}
    .page-header.type8:not(.header-newskin) .custom-block{height:40px;line-height:40px;position:absolute;top:50%;right:60px;margin-top:-20px;font-size:14px;color:#fff}
    .page-header.type8:not(.header-newskin) .custom-block>*{display:inline-block;vertical-align:middle;color:#fff}
    .page-header.type8:not(.header-newskin) .custom-block>a{font-size:12px}
    .page-header.type8:not(.header-newskin) .nav-sections{transition:.3s all}
    .page-header.type8.sticky-header:not(.header-newskin) .menu-container{position:fixed;width:100%;top:0;left:0;z-index:200;background-color:#fff;box-shadow:0 1px 2px rgba(0,0,0,0.15)}
    .page-header.type8.sticky-header:not(.header-newskin) .menu-wrapper{position:relative}
    .page-header.type8.sticky-header:not(.header-newskin) .navigation{padding:0}
    .page-header.type8.sticky-header:not(.header-newskin) .navigation li.level0>.level-top{padding:0 5px;line-height:41px}
    .page-header.type8.sticky-header:not(.header-newskin) .navigation li.level0.parent>a:after{line-height:41px}
    .page-header.type8.sticky-header:not(.header-newskin) .navigation li.level0>a>span.cat-label{top:-1px}
    .page-header.type8.sticky-header:not(.header-newskin) .sticky-logo{margin-left:15px}
    .page-header.type8.sticky-header:not(.header-newskin) .sticky-logo .logo img{margin-top:5px;margin-right:0}
    .page-header.type8.sticky-header:not(.header-newskin) .nav-sections{position:absolute !important;top:100% !important;left:15px !important;width:100% !important;width:calc(100% - 30px) !important;box-shadow:0 0 20px rgba(0,0,0,0.4);padding:0 !important}
    .page-header.type8.sticky-header:not(.header-newskin) .minicart-wrapper .action.showcart:before,.page-header.type8.sticky-header:not(.header-newskin) .minicart-wrapper .action.showcart.active:before{color:#000}
    .page-header.type8.sticky-header:not(.header-newskin) .minicart-wrapper .action.showcart .counter.qty{color:#fff}
}

.page-header.type8.header-newskin .header.content {
    background-color: #fff;
}
.page-header.type8.header-newskin .minicart-wrapper {
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -16px;
}
.page-header.type8.header-newskin .minicart-wrapper .action.showcart {color: #fff;}
.page-header.type8.header-newskin .minicart-wrapper .action.showcart:before,
.page-header.type8.header-newskin .minicart-wrapper .action.showcart.active:before {
    color: #fff;
}
.page-header.type8.header-newskin .minicart-wrapper .action.showcart .counter.qty {
    right: 18px;
    margin-top: -18px;
    background-color: #f45b91;
}
.page-header.type8.header-newskin .minicart-wrapper .block-minicart {right: -15px;}
.page-header.type8.header-newskin .sticky-header .minicart-wrapper .action.showcart {color: #999;}
.page-header.type8.header-newskin .sticky-header .minicart-wrapper .action.showcart:before, .page-header.type8.header-newskin .sticky-header .minicart-wrapper .action.showcart.active:before {color: #465157;}
.page-header.type8.header-newskin .sticky-header .drop-menu {
    margin-left: 20px;
}
.page-header.type8.header-newskin :not(.sticky-header) .minicart-wrapper .block-minicart:before {
    right: 51px;
}
.page-header.type8.header-newskin :not(.sticky-header) .minicart-wrapper .block-minicart:after {
    right: 50px;
}
.page-header.type8.header-newskin .sticky-header .minicart-wrapper {
    width: auto;
}
.page-header.type8.header-newskin .sticky-header .minicart-wrapper .action.showcart {
    padding-right: 5px;
}
.page-header.type8.header-newskin .sticky-header .minicart-wrapper .action.showcart:after {
    display: none;
}
.page-header.type8.header-newskin .sticky-header .minicart-wrapper .action.showcart .counter.qty {
    right: 0;
}
.page-header.type8.header-newskin .nav-toggle {
    float: right;
}
.page-header.type8.header-newskin .block-search .action.search:before {
    content: '\e884';
}
@media (min-width: 768px) {
    .page-header.type8.header-newskin .logo {
        margin: 30px 0;
    }
    .page-header.type8.header-newskin >.panel.wrapper {
        background-color: transparent;
        color: #999;
        letter-spacing: 0.025em;
    }
    .page-header.type8.header-newskin .panel.header .switcher {
        padding: 0 30px 0 0;
        text-transform: uppercase;
    }
    .page-header.type8.header-newskin .header.content {
        padding: 0 30px;
    }
    .page-header.type8.header-newskin .header.content {
        max-width: 690px;
    }
    .page-header.type8 .header.panel > .header.links {
        float: none;
        text-align: right;
        display: block;
    }
    .page-header.type8 .header.panel > .header.links > li.compare {
        float: left;
    }
    .page-header.type8 .header.panel > .header.links > li.compare > a {
        padding-left: 0;
    }
    .page-header.type8.header-newskin .panel.header .header.links > li > a {
        color: #999;
        border:none;
    }
    .page-header.type8.header-newskin .header .custom-block {
        position: absolute;
        top: 50%;
        right: 100px;
        margin-top: -21px;
        display: inline-block;
        text-align: left;
        font-size: 11px;
        height: 42px;
        line-height: 1;
        border-right: solid 1px #e4417b;
        padding-right: 35px;
        margin-right: 15px;
    }
    .page-header.type8.header-newskin .block-search {max-width: 420px;border-radius: 20px;overflow: hidden}
    .page-header.type8.header-newskin .block-search input {
        background-color: #fff;
        color: #777;
        border-color: #ccc;
        height: 38px;
    }
    .page-header.type8.header-newskin .block-search .action.search {
        border-left: 1px solid #ccc;
        padding: 0 10px;
        height: 38px;
        line-height: 38px;
    }
    .page-header.type8.header-newskin .block-search .action.search:before, .page-header.type8.header-newskin .block-search .action.search:hover:before {
        color: #999;
    }
    .page-header.type8.header-newskin .minicart-wrapper {right: 30px;}
    .page-header.type8.header-newskin .sticky-header .menu-container {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        z-index: 200;
        background-color: #fff;
        box-shadow: 0 1px 2px rgba(0,0,0,0.15);
    }
    .page-header.type8.header-newskin .sticky-header .sticky-logo {
        margin-left: 15px;
    }
    .page-header.type8.header-newskin .sticky-header .sticky-logo .logo img {
        margin-top: 5px;
        margin-right: 0;
    }
    .page-header.type8.header-newskin .sticky-header .nav-sections {
        position: absolute !important;
        top: 100% !important;
    }
    header.page-header.type8.header-newskin .sticky-header .navigation li.level0>.level-top {
        padding: 6px 10px;
    }
    header.page-header.type8.header-newskin .sticky-header .navigation {padding: 0;}
    .page-header.type8.header-newskin.sticky-header .drop-menu+.custom-menu-block {
        margin-right: 90px;
    }
    .page-header.type8.header-newskin.sticky-header .menu-container{position:fixed;width:100%;top:0;left:0;z-index:200;background-color:#fff;box-shadow:0 1px 2px rgba(0,0,0,0.15)}
    .page-header.type8.header-newskin.sticky-header .menu-wrapper{position:relative}
    .page-header.type8.header-newskin.sticky-header .navigation{padding:0}
    .page-header.type8.header-newskin.sticky-header .navigation li.level0.parent>a:after{line-height:41px}
    .page-header.type8.header-newskin.sticky-header .navigation li.level0>a>span.cat-label{top:-1px}
    .page-header.type8.header-newskin.sticky-header .sticky-logo{margin-left:15px}
    .page-header.type8.header-newskin.sticky-header .sticky-logo .logo img{margin-top:5px;margin-right:0}
    .page-header.type8.header-newskin.sticky-header .nav-sections{position:absolute !important;top:100% !important;left:15px !important;width:100% !important;width:calc(100% - 30px) !important;box-shadow:0 0 20px rgba(0,0,0,0.4);padding:0 !important}
    .page-header.type8.header-newskin.sticky-header .minicart-wrapper .action.showcart:before,.page-header.type8.sticky-header:not(.header-newskin) .minicart-wrapper .action.showcart.active:before{color:#000}
    .page-header.type8.header-newskin.sticky-header .minicart-wrapper .action.showcart .counter.qty{color:#fff}
}
@media (min-width: 992px) {
    .page-header.type8.header-newskin .header.content {
        max-width: 930px;
    }
}
@media (min-width: 1200px) {
    .page-header.type8.header-newskin .header.content {
        max-width: 1110px;
    }
}
@media (max-width: 991px) {
    .page-header.type8.header-newskin .sticky-header .drop-menu+.custom-menu-block {
        display: none;
    }
}
@media (max-width: 767px) {
    .page-header.type8.header-newskin .logo {
        height: 40px;
        float: left;
        margin: 10px 0 10px;
    }
    .page-header.type8.header-newskin .minicart-wrapper {
        position: relative;
        top: auto;
        right: auto;
        left: auto;
        margin: 10px 0;
        float: right;
    }
    .page-header.type8.header-newskin .block-search {
        float: none;
        margin-bottom: 0;
    }
    .page-header.type8.header-newskin .block-search .label {
        float: right;
        margin: 8px 0;
        line-height: 40px;
        margin-right: 10px;
    }
    .page-header.type8.header-newskin .custom-block {
        display: none;
    }
    .page-header.type8.header-newskin .nav-toggle:before, .page-header.type8.header-newskin .block-search .label:before {
        color: #fff;
        padding-left: 1px;
        font-size: 18px;
    }
}
.page-header.type8 .search-category select {
    border-right: 0;
    border-left-color: #eee;
}
@media (max-width: 991px) and (min-width: 768px) {
    .page-header.type8.header-newskin .panel.header .switcher-language {
        padding-right: 0;
    }
}.slick-dots li button:focus,.slick-dots li button:hover,.slick-list:focus{outline:0}.slick-list,.slick-slider,.slick-track{display:block;position:relative}.slick-loading .slick-slide,.slick-loading .slick-track{visibility:hidden}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{-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{top:0;left:0;margin:0 auto}.slick-track:after,.slick-track:before{display:table;content:''}.slick-slide,.slick-slide.slick-loading img{display:none}.slick-track:after{clear:both}.slick-slide{float:left;height:100%;min-height:1px;vertical-align:middle}[dir=rtl] .slick-slide{float:right}.slick-slide.dragging img{pointer-events:none}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{position:relative;background:0 0}.slick-loading .slick-list:before{position:absolute;top:50%;left:50%;display:block;content:'';border-radius:100%;border-style:solid;border-width:3px;height:25px;width:25px;border-color:rgba(0,0,0,.2);border-top-color:#5c5c5c;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);animation:loading 1s infinite linear}@keyframes loading{0%{-webkit-transform:translate(-50%,-50%) rotate(0);transform:translate(-50%,-50%) rotate(0)}100%{-webkit-transform:translate(-50%,-50%) rotate(359.9deg);transform:translate(-50%,-50%) rotate(359.9deg)}}.slick-next.slick-disabled,.slick-prev.slick-disabled{opacity:.25}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;left:0;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,.slick-slider .slick-arrow{display:block;cursor:pointer;outline:0;box-shadow:none}.slick-dots li button{font-size:0;line-height:0;width:20px;height:20px;padding:5px;color:transparent;border:0;background:0 0}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{font-size:16px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:'•';text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{opacity:.75;color:#000}.slick-slider{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;padding:0 20px}.slick-slider .slick-arrow{position:absolute;top:50%;padding:0;width:15px;height:22px;font-size:0;line-height:0;-webkit-transform:translate(0,-50%);-moz-transform:translate(0,-50%);-ms-transform:translate(0,-50%);transform:translate(0,-50%);color:transparent;border:none;background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+) center no-repeat !important;-webkit-transition:background .3s ease;-moz-transition:background .3s ease;-ms-transition:background .3s ease;transition:background .3s ease}.slick-slider .slick-arrow:after,.slick-slider .slick-arrow:before{content:''}.slick-slider .slick-arrow:hover{background:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjMTYxNjE2Ii8+PC9zdmc+) center no-repeat}.slick-slider .slick-arrow.slick-next{right:0}.slick-slider .slick-arrow.slick-prev{left:0;-webkit-transform:rotate(180deg) translate(0,50%);-moz-transform:rotate(180deg) translate(0,50%);-ms-transform:rotate(180deg) translate(0,50%);transform:rotate(180deg) translate(0,50%)}.slick-initialized .slick-slide{float:none!important;display:inline-block!important;height:auto;}.product-items.slick-slider>.slick-list{padding:15px 0}.product-items.slick-slider .slick-slide .product-item{display:block!important;margin:auto!important;max-width:205px}.sidebar.sidebar-additional{width:100%}@charset "UTF-8";.fancybox-enabled{overflow:hidden}.fancybox-enabled body{overflow:visible;height:100%}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99993;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.fancybox-container~.fancybox-container{z-index:99992}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancybox-infobar{top:0;left:50%;margin-left:-79px}.fancybox-infobar__body{display:inline-block;width:70px;line-height:44px;font-size:13px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;text-align:center;color:#ddd;background-color:rgba(30,30,30,.7);pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased}.fancybox-toolbar{top:0;right:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform;-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.fancybox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image:before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-slide>div{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide .fancybox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:zoom-in}.fancybox-can-drag .fancybox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-image,.fancybox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-iframe{display:block;padding:0;border:0;height:100%}.fancybox-error,.fancybox-iframe{margin:0;width:100%;background:#fff}.fancybox-error{padding:40px;max-width:380px;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font:16px/20px Helvetica Neue,Helvetica,Arial,sans-serif}.fancybox-close-small{position:absolute;top:0;right:0;width:44px;height:44px;padding:0;margin:0;border:0;border-radius:0;outline:none;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:20px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background:#fff;transition:background .25s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-slide--iframe .fancybox-close-small{top:0;right:-44px}.fancybox-slide--iframe .fancybox-close-small:after{background:transparent;font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after{color:#fff}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 30px 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-button{display:inline-block;position:relative;margin:0;padding:0;border:0;width:44px;height:44px;line-height:44px;text-align:center;background:transparent;color:#ddd;border-radius:0;cursor:pointer;vertical-align:top;outline:none}.fancybox-button[disabled]{cursor:default;pointer-events:none}.fancybox-button,.fancybox-infobar__body{background:rgba(30,30,30,.6)}.fancybox-button:hover:not([disabled]){color:#fff;background:rgba(0,0,0,.8)}.fancybox-button:after,.fancybox-button:before{content:"";pointer-events:none;position:absolute;background-color:currentColor;color:currentColor;opacity:.9;box-sizing:border-box;display:inline-block}.fancybox-button[disabled]:after,.fancybox-button[disabled]:before{opacity:.3}.fancybox-button--left:after,.fancybox-button--right:after{top:18px;width:6px;height:6px;background:transparent;border-top:2px solid currentColor;border-right:2px solid currentColor}.fancybox-button--left:after{left:20px;-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.fancybox-button--right:after{right:20px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--left{border-bottom-left-radius:5px}.fancybox-button--right{border-bottom-right-radius:5px}.fancybox-button--close:after,.fancybox-button--close:before{content:"";display:inline-block;position:absolute;height:2px;width:16px;top:calc(50% - 1px);left:calc(50% - 8px)}.fancybox-button--close:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.fancybox-button--close:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.fancybox-arrow{position:absolute;top:50%;margin:-50px 0 0;height:100px;width:54px;padding:0;border:0;outline:none;background:none;cursor:pointer;z-index:99995;opacity:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition:opacity .25s}.fancybox-arrow:after{content:"";position:absolute;top:28px;width:44px;height:44px;background-color:rgba(30,30,30,.8);background-image:url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);background-repeat:no-repeat;background-position:50%;background-size:24px 24px}.fancybox-arrow--right{right:0}.fancybox-arrow--left{left:0;-webkit-transform:scaleX(-1);transform:scaleX(-1)}.fancybox-arrow--left:after,.fancybox-arrow--right:after{left:0}.fancybox-show-nav .fancybox-arrow{opacity:.6}.fancybox-show-nav .fancybox-arrow[disabled]{opacity:.3}.fancybox-slide>.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-25px;margin-left:-25px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}@media (max-width:800px){.fancybox-infobar{left:0;margin-left:0}.fancybox-button--left,.fancybox-button--right{display:none!important}.fancybox-caption{padding:20px 0;margin:0}}.fancybox-button--fullscreen:before{width:15px;height:11px;left:calc(50% - 7px);top:calc(50% - 6px);border:2px solid;background:none}.fancybox-button--pause:before,.fancybox-button--play:before{top:calc(50% - 6px);left:calc(50% - 4px);background:transparent}.fancybox-button--play:before{width:0;height:0;border-top:6px inset transparent;border-bottom:6px inset transparent;border-left:10px solid;border-radius:1px}.fancybox-button--pause:before{width:7px;height:11px;border-style:solid;border-width:0 2px}.fancybox-button--thumbs,.fancybox-thumbs{display:none}@media (min-width:800px){.fancybox-button--thumbs{display:inline-block}.fancybox-button--thumbs span{font-size:23px}.fancybox-button--thumbs:before{width:3px;height:3px;top:calc(50% - 2px);left:calc(50% - 2px);box-shadow:0 -4px 0,-4px -4px 0,4px -4px 0,inset 0 0 0 32px,-4px 0 0,4px 0 0,0 4px 0,-4px 4px 0,4px 4px 0}.fancybox-thumbs{position:absolute;top:0;right:0;bottom:0;left:auto;width:220px;margin:0;padding:5px 5px 0 0;background:#fff;word-break:normal;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:220px}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0}.fancybox-thumbs>ul>li{float:left;overflow:hidden;max-width:50%;padding:0;margin:0;width:105px;height:75px;position:relative;cursor:pointer;outline:none;border:5px solid transparent;border-top-width:0;border-right-width:0;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;min-width:100%;min-height:100%;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:2px;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}}/**
 * Swiper 9.1.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 16, 2023
 */

:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper::before{content:'';flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper::after{content:'';position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:'next'}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity, .2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0px,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - 2 * var(--swiper-scrollbar-sides-offset,1%))}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification,swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}
/* This file will be auto-generated from LESS compilation */


.material-icons-ico,
[class*="material-icons-"]:before {
    font-family: 'Material Icons';
    font-weight: 400;
    font-style: normal;
    font-size: inherit;
}

.material-icons-3d_rotation:before {
    content: "\e84d"
}

.material-icons-access_alarm:before {
    content: "\e190"
}

.material-icons-access_alarms:before {
    content: "\e191"
}

.material-icons-access_time:before {
    content: "\e192"
}

.material-icons-accessibility:before {
    content: "\e84e"
}

.material-icons-account_balance:before {
    content: "\e84f"
}

.material-icons-account_balance_wallet:before {
    content: "\e850"
}

.material-icons-account_box:before {
    content: "\e851"
}

.material-icons-account_circle:before {
    content: "\e853"
}

.material-icons-adb:before {
    content: "\e60e"
}

.material-icons-add:before {
    content: "\e145"
}

.material-icons-add_alarm:before {
    content: "\e193"
}

.material-icons-add_alert:before {
    content: "\e003"
}

.material-icons-add_box:before {
    content: "\e146"
}

.material-icons-add_circle:before {
    content: "\e147"
}

.material-icons-add_circle_outline:before {
    content: "\e148"
}

.material-icons-add_shopping_cart:before {
    content: "\e854"
}

.material-icons-add_to_photos:before {
    content: "\e39d"
}

.material-icons-adjust:before {
    content: "\e39e"
}

.material-icons-airline_seat_flat:before {
    content: "\e630"
}

.material-icons-airline_seat_flat_angled:before {
    content: "\e631"
}

.material-icons-airline_seat_individual_suite:before {
    content: "\e632"
}

.material-icons-airline_seat_legroom_extra:before {
    content: "\e633"
}

.material-icons-airline_seat_legroom_normal:before {
    content: "\e634"
}

.material-icons-airline_seat_legroom_reduced:before {
    content: "\e635"
}

.material-icons-airline_seat_recline_extra:before {
    content: "\e636"
}

.material-icons-airline_seat_recline_normal:before {
    content: "\e637"
}

.material-icons-airplanemode_active:before {
    content: "\e195"
}

.material-icons-airplanemode_inactive:before {
    content: "\e194"
}

.material-icons-airplay:before {
    content: "\e055"
}

.material-icons-alarm:before {
    content: "\e855"
}

.material-icons-alarm_add:before {
    content: "\e856"
}

.material-icons-alarm_off:before {
    content: "\e857"
}

.material-icons-alarm_on:before {
    content: "\e858"
}

.material-icons-album:before {
    content: "\e019"
}

.material-icons-android:before {
    content: "\e859"
}

.material-icons-announcement:before {
    content: "\e85a"
}

.material-icons-apps:before {
    content: "\e5c3"
}

.material-icons-archive:before {
    content: "\e149"
}

.material-icons-arrow_back:before {
    content: "\e5c4"
}

.material-icons-arrow_drop_down:before {
    content: "\e5c5"
}

.material-icons-arrow_drop_down_circle:before {
    content: "\e5c6"
}

.material-icons-arrow_drop_up:before {
    content: "\e5c7"
}

.material-icons-arrow_forward:before {
    content: "\e5c8"
}

.material-icons-aspect_ratio:before {
    content: "\e85b"
}

.material-icons-assessment:before {
    content: "\e85c"
}

.material-icons-assignment:before {
    content: "\e85d"
}

.material-icons-assignment_ind:before {
    content: "\e85e"
}

.material-icons-assignment_late:before {
    content: "\e85f"
}

.material-icons-assignment_return:before {
    content: "\e860"
}

.material-icons-assignment_returned:before {
    content: "\e861"
}

.material-icons-assignment_turned_in:before {
    content: "\e862"
}

.material-icons-assistant:before {
    content: "\e39f"
}

.material-icons-assistant_photo:before {
    content: "\e3a0"
}

.material-icons-attach_file:before {
    content: "\e226"
}

.material-icons-attach_money:before {
    content: "\e227"
}

.material-icons-attachment:before {
    content: "\e2bc"
}

.material-icons-audiotrack:before {
    content: "\e3a1"
}

.material-icons-autorenew:before {
    content: "\e863"
}

.material-icons-av_timer:before {
    content: "\e01b"
}

.material-icons-backspace:before {
    content: "\e14a"
}

.material-icons-backup:before {
    content: "\e864"
}

.material-icons-battery_alert:before {
    content: "\e19c"
}

.material-icons-battery_charging_full:before {
    content: "\e1a3"
}

.material-icons-battery_full:before {
    content: "\e1a4"
}

.material-icons-battery_std:before {
    content: "\e1a5"
}

.material-icons-battery_unknown:before {
    content: "\e1a6"
}

.material-icons-beenhere:before {
    content: "\e52d"
}

.material-icons-block:before {
    content: "\e14b"
}

.material-icons-bluetooth:before {
    content: "\e1a7"
}

.material-icons-bluetooth_audio:before {
    content: "\e60f"
}

.material-icons-bluetooth_connected:before {
    content: "\e1a8"
}

.material-icons-bluetooth_disabled:before {
    content: "\e1a9"
}

.material-icons-bluetooth_searching:before {
    content: "\e1aa"
}

.material-icons-blur_circular:before {
    content: "\e3a2"
}

.material-icons-blur_linear:before {
    content: "\e3a3"
}

.material-icons-blur_off:before {
    content: "\e3a4"
}

.material-icons-blur_on:before {
    content: "\e3a5"
}

.material-icons-book:before {
    content: "\e865"
}

.material-icons-bookmark:before {
    content: "\e866"
}

.material-icons-bookmark_border:before {
    content: "\e867"
}

.material-icons-border_all:before {
    content: "\e228"
}

.material-icons-border_bottom:before {
    content: "\e229"
}

.material-icons-border_clear:before {
    content: "\e22a"
}

.material-icons-border_color:before {
    content: "\e22b"
}

.material-icons-border_horizontal:before {
    content: "\e22c"
}

.material-icons-border_inner:before {
    content: "\e22d"
}

.material-icons-border_left:before {
    content: "\e22e"
}

.material-icons-border_outer:before {
    content: "\e22f"
}

.material-icons-border_right:before {
    content: "\e230"
}

.material-icons-border_style:before {
    content: "\e231"
}

.material-icons-border_top:before {
    content: "\e232"
}

.material-icons-border_vertical:before {
    content: "\e233"
}

.material-icons-brightness_1:before {
    content: "\e3a6"
}

.material-icons-brightness_2:before {
    content: "\e3a7"
}

.material-icons-brightness_3:before {
    content: "\e3a8"
}

.material-icons-brightness_4:before {
    content: "\e3a9"
}

.material-icons-brightness_5:before {
    content: "\e3aa"
}

.material-icons-brightness_6:before {
    content: "\e3ab"
}

.material-icons-brightness_7:before {
    content: "\e3ac"
}

.material-icons-brightness_auto:before {
    content: "\e1ab"
}

.material-icons-brightness_high:before {
    content: "\e1ac"
}

.material-icons-brightness_low:before {
    content: "\e1ad"
}

.material-icons-brightness_medium:before {
    content: "\e1ae"
}

.material-icons-broken_image:before {
    content: "\e3ad"
}

.material-icons-brush:before {
    content: "\e3ae"
}

.material-icons-bug_report:before {
    content: "\e868"
}

.material-icons-build:before {
    content: "\e869"
}

.material-icons-business:before {
    content: "\e0af"
}

.material-icons-cached:before {
    content: "\e86a"
}

.material-icons-cake:before {
    content: "\e7e9"
}

.material-icons-call:before {
    content: "\e0b0"
}

.material-icons-call_end:before {
    content: "\e0b1"
}

.material-icons-call_made:before {
    content: "\e0b2"
}

.material-icons-call_merge:before {
    content: "\e0b3"
}

.material-icons-call_missed:before {
    content: "\e0b4"
}

.material-icons-call_received:before {
    content: "\e0b5"
}

.material-icons-call_split:before {
    content: "\e0b6"
}

.material-icons-camera:before {
    content: "\e3af"
}

.material-icons-camera_alt:before {
    content: "\e3b0"
}

.material-icons-camera_enhance:before {
    content: "\e8fc"
}

.material-icons-camera_front:before {
    content: "\e3b1"
}

.material-icons-camera_rear:before {
    content: "\e3b2"
}

.material-icons-camera_roll:before {
    content: "\e3b3"
}

.material-icons-cancel:before {
    content: "\e5c9"
}

.material-icons-card_giftcard:before {
    content: "\e8f6"
}

.material-icons-card_membership:before {
    content: "\e8f7"
}

.material-icons-card_travel:before {
    content: "\e8f8"
}

.material-icons-cast:before {
    content: "\e307"
}

.material-icons-cast_connected:before {
    content: "\e308"
}

.material-icons-center_focus_strong:before {
    content: "\e3b4"
}

.material-icons-center_focus_weak:before {
    content: "\e3b5"
}

.material-icons-change_history:before {
    content: "\e86b"
}

.material-icons-chat:before {
    content: "\e0b7"
}

.material-icons-chat_bubble:before {
    content: "\e0ca"
}

.material-icons-chat_bubble_outline:before {
    content: "\e0cb"
}

.material-icons-check:before {
    content: "\e5ca"
}

.material-icons-check_box:before {
    content: "\e834"
}

.material-icons-check_box_outline_blank:before {
    content: "\e835"
}

.material-icons-check_circle:before {
    content: "\e86c"
}

.material-icons-chevron_left:before {
    content: "\e5cb"
}

.material-icons-chevron_right:before {
    content: "\e5cc"
}

.material-icons-chrome_reader_mode:before {
    content: "\e86d"
}

.material-icons-class:before {
    content: "\e86e"
}

.material-icons-clear:before {
    content: "\e14c"
}

.material-icons-clear_all:before {
    content: "\e0b8"
}

.material-icons-close:before {
    content: "\e5cd"
}

.material-icons-closed_caption:before {
    content: "\e01c"
}

.material-icons-cloud:before {
    content: "\e2bd"
}

.material-icons-cloud_circle:before {
    content: "\e2be"
}

.material-icons-cloud_done:before {
    content: "\e2bf"
}

.material-icons-cloud_download:before {
    content: "\e2c0"
}

.material-icons-cloud_off:before {
    content: "\e2c1"
}

.material-icons-cloud_queue:before {
    content: "\e2c2"
}

.material-icons-cloud_upload:before {
    content: "\e2c3"
}

.material-icons-code:before {
    content: "\e86f"
}

.material-icons-collections:before {
    content: "\e3b6"
}

.material-icons-collections_bookmark:before {
    content: "\e431"
}

.material-icons-color_lens:before {
    content: "\e3b7"
}

.material-icons-colorize:before {
    content: "\e3b8"
}

.material-icons-comment:before {
    content: "\e0b9"
}

.material-icons-compare:before {
    content: "\e3b9"
}

.material-icons-computer:before {
    content: "\e30a"
}

.material-icons-confirmation_number:before {
    content: "\e638"
}

.material-icons-contact_phone:before {
    content: "\e0cf"
}

.material-icons-contacts:before {
    content: "\e0ba"
}

.material-icons-content_copy:before {
    content: "\e14d"
}

.material-icons-content_cut:before {
    content: "\e14e"
}

.material-icons-content_paste:before {
    content: "\e14f"
}

.material-icons-control_point:before {
    content: "\e3ba"
}

.material-icons-control_point_duplicate:before {
    content: "\e3bb"
}

.material-icons-create:before {
    content: "\e150"
}

.material-icons-credit_card:before {
    content: "\e870"
}

.material-icons-crop:before {
    content: "\e3be"
}

.material-icons-crop_16_9:before {
    content: "\e3bc"
}

.material-icons-crop_3_2:before {
    content: "\e3bd"
}

.material-icons-crop_5_4:before {
    content: "\e3bf"
}

.material-icons-crop_7_5:before {
    content: "\e3c0"
}

.material-icons-crop_din:before {
    content: "\e3c1"
}

.material-icons-crop_free:before {
    content: "\e3c2"
}

.material-icons-crop_landscape:before {
    content: "\e3c3"
}

.material-icons-crop_original:before {
    content: "\e3c4"
}

.material-icons-crop_portrait:before {
    content: "\e3c5"
}

.material-icons-crop_square:before {
    content: "\e3c6"
}

.material-icons-dashboard:before {
    content: "\e871"
}

.material-icons-data_usage:before {
    content: "\e1af"
}

.material-icons-dehaze:before {
    content: "\e3c7"
}

.material-icons-delete:before {
    content: "\e872"
}

.material-icons-description:before {
    content: "\e873"
}

.material-icons-desktop_mac:before {
    content: "\e30b"
}

.material-icons-desktop_windows:before {
    content: "\e30c"
}

.material-icons-details:before {
    content: "\e3c8"
}

.material-icons-developer_board:before {
    content: "\e30d"
}

.material-icons-developer_mode:before {
    content: "\e1b0"
}

.material-icons-device_hub:before {
    content: "\e335"
}

.material-icons-devices:before {
    content: "\e1b1"
}

.material-icons-dialer_sip:before {
    content: "\e0bb"
}

.material-icons-dialpad:before {
    content: "\e0bc"
}

.material-icons-directions:before {
    content: "\e52e"
}

.material-icons-directions_bike:before {
    content: "\e52f"
}

.material-icons-directions_boat:before {
    content: "\e532"
}

.material-icons-directions_bus:before {
    content: "\e530"
}

.material-icons-directions_car:before {
    content: "\e531"
}

.material-icons-directions_railway:before {
    content: "\e534"
}

.material-icons-directions_run:before {
    content: "\e566"
}

.material-icons-directions_subway:before {
    content: "\e533"
}

.material-icons-directions_transit:before {
    content: "\e535"
}

.material-icons-directions_walk:before {
    content: "\e536"
}

.material-icons-disc_full:before {
    content: "\e610"
}

.material-icons-dns:before {
    content: "\e875"
}

.material-icons-do_not_disturb:before {
    content: "\e612"
}

.material-icons-do_not_disturb_alt:before {
    content: "\e611"
}

.material-icons-dock:before {
    content: "\e30e"
}

.material-icons-domain:before {
    content: "\e7ee"
}

.material-icons-done:before {
    content: "\e876"
}

.material-icons-done_all:before {
    content: "\e877"
}

.material-icons-drafts:before {
    content: "\e151"
}

.material-icons-drive_eta:before {
    content: "\e613"
}

.material-icons-dvr:before {
    content: "\e1b2"
}

.material-icons-edit:before {
    content: "\e3c9"
}

.material-icons-eject:before {
    content: "\e8fb"
}

.material-icons-email:before {
    content: "\e0be"
}

.material-icons-equalizer:before {
    content: "\e01d"
}

.material-icons-error:before {
    content: "\e000"
}

.material-icons-error_outline:before {
    content: "\e001"
}

.material-icons-event:before {
    content: "\e878"
}

.material-icons-event_available:before {
    content: "\e614"
}

.material-icons-event_busy:before {
    content: "\e615"
}

.material-icons-event_note:before {
    content: "\e616"
}

.material-icons-event_seat:before {
    content: "\e903"
}

.material-icons-exit_to_app:before {
    content: "\e879"
}

.material-icons-expand_less:before {
    content: "\e5ce"
}

.material-icons-expand_more:before {
    content: "\e5cf"
}

.material-icons-explicit:before {
    content: "\e01e"
}

.material-icons-explore:before {
    content: "\e87a"
}

.material-icons-exposure:before {
    content: "\e3ca"
}

.material-icons-exposure_neg_1:before {
    content: "\e3cb"
}

.material-icons-exposure_neg_2:before {
    content: "\e3cc"
}

.material-icons-exposure_plus_1:before {
    content: "\e3cd"
}

.material-icons-exposure_plus_2:before {
    content: "\e3ce"
}

.material-icons-exposure_zero:before {
    content: "\e3cf"
}

.material-icons-extension:before {
    content: "\e87b"
}

.material-icons-face:before {
    content: "\e87c"
}

.material-icons-fast_forward:before {
    content: "\e01f"
}

.material-icons-fast_rewind:before {
    content: "\e020"
}

.material-icons-favorite:before {
    content: "\e87d"
}

.material-icons-favorite_border:before {
    content: "\e87e"
}

.material-icons-feedback:before {
    content: "\e87f"
}

.material-icons-file_download:before {
    content: "\e2c4"
}

.material-icons-file_upload:before {
    content: "\e2c6"
}

.material-icons-filter:before {
    content: "\e3d3"
}

.material-icons-filter_1:before {
    content: "\e3d0"
}

.material-icons-filter_2:before {
    content: "\e3d1"
}

.material-icons-filter_3:before {
    content: "\e3d2"
}

.material-icons-filter_4:before {
    content: "\e3d4"
}

.material-icons-filter_5:before {
    content: "\e3d5"
}

.material-icons-filter_6:before {
    content: "\e3d6"
}

.material-icons-filter_7:before {
    content: "\e3d7"
}

.material-icons-filter_8:before {
    content: "\e3d8"
}

.material-icons-filter_9:before {
    content: "\e3d9"
}

.material-icons-filter_9_plus:before {
    content: "\e3da"
}

.material-icons-filter_b_and_w:before {
    content: "\e3db"
}

.material-icons-filter_center_focus:before {
    content: "\e3dc"
}

.material-icons-filter_drama:before {
    content: "\e3dd"
}

.material-icons-filter_frames:before {
    content: "\e3de"
}

.material-icons-filter_hdr:before {
    content: "\e3df"
}

.material-icons-filter_list:before {
    content: "\e152"
}

.material-icons-filter_none:before {
    content: "\e3e0"
}

.material-icons-filter_tilt_shift:before {
    content: "\e3e2"
}

.material-icons-filter_vintage:before {
    content: "\e3e3"
}

.material-icons-find_in_page:before {
    content: "\e880"
}

.material-icons-find_replace:before {
    content: "\e881"
}

.material-icons-flag:before {
    content: "\e153"
}

.material-icons-flare:before {
    content: "\e3e4"
}

.material-icons-flash_auto:before {
    content: "\e3e5"
}

.material-icons-flash_off:before {
    content: "\e3e6"
}

.material-icons-flash_on:before {
    content: "\e3e7"
}

.material-icons-flight:before {
    content: "\e539"
}

.material-icons-flight_land:before {
    content: "\e904"
}

.material-icons-flight_takeoff:before {
    content: "\e905"
}

.material-icons-flip:before {
    content: "\e3e8"
}

.material-icons-flip_to_back:before {
    content: "\e882"
}

.material-icons-flip_to_front:before {
    content: "\e883"
}

.material-icons-folder:before {
    content: "\e2c7"
}

.material-icons-folder_open:before {
    content: "\e2c8"
}

.material-icons-folder_shared:before {
    content: "\e2c9"
}

.material-icons-folder_special:before {
    content: "\e617"
}

.material-icons-font_download:before {
    content: "\e167"
}

.material-icons-format_align_center:before {
    content: "\e234"
}

.material-icons-format_align_justify:before {
    content: "\e235"
}

.material-icons-format_align_left:before {
    content: "\e236"
}

.material-icons-format_align_right:before {
    content: "\e237"
}

.material-icons-format_bold:before {
    content: "\e238"
}

.material-icons-format_clear:before {
    content: "\e239"
}

.material-icons-format_color_fill:before {
    content: "\e23a"
}

.material-icons-format_color_reset:before {
    content: "\e23b"
}

.material-icons-format_color_text:before {
    content: "\e23c"
}

.material-icons-format_indent_decrease:before {
    content: "\e23d"
}

.material-icons-format_indent_increase:before {
    content: "\e23e"
}

.material-icons-format_italic:before {
    content: "\e23f"
}

.material-icons-format_line_spacing:before {
    content: "\e240"
}

.material-icons-format_list_bulleted:before {
    content: "\e241"
}

.material-icons-format_list_numbered:before {
    content: "\e242"
}

.material-icons-format_paint:before {
    content: "\e243"
}

.material-icons-format_quote:before {
    content: "\e244"
}

.material-icons-format_size:before {
    content: "\e245"
}

.material-icons-format_strikethrough:before {
    content: "\e246"
}

.material-icons-format_textdirection_l_to_r:before {
    content: "\e247"
}

.material-icons-format_textdirection_r_to_l:before {
    content: "\e248"
}

.material-icons-format_underlined:before {
    content: "\e249"
}

.material-icons-forum:before {
    content: "\e0bf"
}

.material-icons-forward:before {
    content: "\e154"
}

.material-icons-forward_10:before {
    content: "\e056"
}

.material-icons-forward_30:before {
    content: "\e057"
}

.material-icons-forward_5:before {
    content: "\e058"
}

.material-icons-fullscreen:before {
    content: "\e5d0"
}

.material-icons-fullscreen_exit:before {
    content: "\e5d1"
}

.material-icons-functions:before {
    content: "\e24a"
}

.material-icons-gamepad:before {
    content: "\e30f"
}

.material-icons-games:before {
    content: "\e021"
}

.material-icons-gesture:before {
    content: "\e155"
}

.material-icons-get_app:before {
    content: "\e884"
}

.material-icons-gif:before {
    content: "\e908"
}

.material-icons-gps_fixed:before {
    content: "\e1b3"
}

.material-icons-gps_not_fixed:before {
    content: "\e1b4"
}

.material-icons-gps_off:before {
    content: "\e1b5"
}

.material-icons-grade:before {
    content: "\e885"
}

.material-icons-gradient:before {
    content: "\e3e9"
}

.material-icons-grain:before {
    content: "\e3ea"
}

.material-icons-graphic_eq:before {
    content: "\e1b8"
}

.material-icons-grid_off:before {
    content: "\e3eb"
}

.material-icons-grid_on:before {
    content: "\e3ec"
}

.material-icons-group:before {
    content: "\e7ef"
}

.material-icons-group_add:before {
    content: "\e7f0"
}

.material-icons-group_work:before {
    content: "\e886"
}

.material-icons-hd:before {
    content: "\e052"
}

.material-icons-hdr_off:before {
    content: "\e3ed"
}

.material-icons-hdr_on:before {
    content: "\e3ee"
}

.material-icons-hdr_strong:before {
    content: "\e3f1"
}

.material-icons-hdr_weak:before {
    content: "\e3f2"
}

.material-icons-headset:before {
    content: "\e310"
}

.material-icons-headset_mic:before {
    content: "\e311"
}

.material-icons-healing:before {
    content: "\e3f3"
}

.material-icons-hearing:before {
    content: "\e023"
}

.material-icons-help:before {
    content: "\e887"
}

.material-icons-help_outline:before {
    content: "\e8fd"
}

.material-icons-high_quality:before {
    content: "\e024"
}

.material-icons-highlight_off:before {
    content: "\e888"
}

.material-icons-history:before {
    content: "\e889"
}

.material-icons-home:before {
    content: "\e88a"
}

.material-icons-hotel:before {
    content: "\e53a"
}

.material-icons-hourglass_empty:before {
    content: "\e88b"
}

.material-icons-hourglass_full:before {
    content: "\e88c"
}

.material-icons-http:before {
    content: "\e902"
}

.material-icons-https:before {
    content: "\e88d"
}

.material-icons-image:before {
    content: "\e3f4"
}

.material-icons-image_aspect_ratio:before {
    content: "\e3f5"
}

.material-icons-import_export:before {
    content: "\e0c3"
}

.material-icons-inbox:before {
    content: "\e156"
}

.material-icons-indeterminate_check_box:before {
    content: "\e909"
}

.material-icons-info:before {
    content: "\e88e"
}

.material-icons-info_outline:before {
    content: "\e88f"
}

.material-icons-input:before {
    content: "\e890"
}

.material-icons-insert_chart:before {
    content: "\e24b"
}

.material-icons-insert_comment:before {
    content: "\e24c"
}

.material-icons-insert_drive_file:before {
    content: "\e24d"
}

.material-icons-insert_emoticon:before {
    content: "\e24e"
}

.material-icons-insert_invitation:before {
    content: "\e24f"
}

.material-icons-insert_link:before {
    content: "\e250"
}

.material-icons-insert_photo:before {
    content: "\e251"
}

.material-icons-invert_colors:before {
    content: "\e891"
}

.material-icons-invert_colors_off:before {
    content: "\e0c4"
}

.material-icons-iso:before {
    content: "\e3f6"
}

.material-icons-keyboard:before {
    content: "\e312"
}

.material-icons-keyboard_arrow_down:before {
    content: "\e313"
}

.material-icons-keyboard_arrow_left:before {
    content: "\e314"
}

.material-icons-keyboard_arrow_right:before {
    content: "\e315"
}

.material-icons-keyboard_arrow_up:before {
    content: "\e316"
}

.material-icons-keyboard_backspace:before {
    content: "\e317"
}

.material-icons-keyboard_capslock:before {
    content: "\e318"
}

.material-icons-keyboard_hide:before {
    content: "\e31a"
}

.material-icons-keyboard_return:before {
    content: "\e31b"
}

.material-icons-keyboard_tab:before {
    content: "\e31c"
}

.material-icons-keyboard_voice:before {
    content: "\e31d"
}

.material-icons-label:before {
    content: "\e892"
}

.material-icons-label_outline:before {
    content: "\e893"
}

.material-icons-landscape:before {
    content: "\e3f7"
}

.material-icons-language:before {
    content: "\e894"
}

.material-icons-laptop:before {
    content: "\e31e"
}

.material-icons-laptop_chromebook:before {
    content: "\e31f"
}

.material-icons-laptop_mac:before {
    content: "\e320"
}

.material-icons-laptop_windows:before {
    content: "\e321"
}

.material-icons-launch:before {
    content: "\e895"
}

.material-icons-layers:before {
    content: "\e53b"
}

.material-icons-layers_clear:before {
    content: "\e53c"
}

.material-icons-leak_add:before {
    content: "\e3f8"
}

.material-icons-leak_remove:before {
    content: "\e3f9"
}

.material-icons-lens:before {
    content: "\e3fa"
}

.material-icons-library_add:before {
    content: "\e02e"
}

.material-icons-library_books:before {
    content: "\e02f"
}

.material-icons-library_music:before {
    content: "\e030"
}

.material-icons-link:before {
    content: "\e157"
}

.material-icons-list:before {
    content: "\e896"
}

.material-icons-live_help:before {
    content: "\e0c6"
}

.material-icons-live_tv:before {
    content: "\e639"
}

.material-icons-local_activity:before {
    content: "\e53f"
}

.material-icons-local_airport:before {
    content: "\e53d"
}

.material-icons-local_atm:before {
    content: "\e53e"
}

.material-icons-local_bar:before {
    content: "\e540"
}

.material-icons-local_cafe:before {
    content: "\e541"
}

.material-icons-local_car_wash:before {
    content: "\e542"
}

.material-icons-local_convenience_store:before {
    content: "\e543"
}

.material-icons-local_dining:before {
    content: "\e556"
}

.material-icons-local_drink:before {
    content: "\e544"
}

.material-icons-local_florist:before {
    content: "\e545"
}

.material-icons-local_gas_station:before {
    content: "\e546"
}

.material-icons-local_grocery_store:before {
    content: "\e547"
}

.material-icons-local_hospital:before {
    content: "\e548"
}

.material-icons-local_hotel:before {
    content: "\e549"
}

.material-icons-local_laundry_service:before {
    content: "\e54a"
}

.material-icons-local_library:before {
    content: "\e54b"
}

.material-icons-local_mall:before {
    content: "\e54c"
}

.material-icons-local_movies:before {
    content: "\e54d"
}

.material-icons-local_offer:before {
    content: "\e54e"
}

.material-icons-local_parking:before {
    content: "\e54f"
}

.material-icons-local_pharmacy:before {
    content: "\e550"
}

.material-icons-local_phone:before {
    content: "\e551"
}

.material-icons-local_pizza:before {
    content: "\e552"
}

.material-icons-local_play:before {
    content: "\e553"
}

.material-icons-local_post_office:before {
    content: "\e554"
}

.material-icons-local_printshop:before {
    content: "\e555"
}

.material-icons-local_see:before {
    content: "\e557"
}

.material-icons-local_shipping:before {
    content: "\e558"
}

.material-icons-local_taxi:before {
    content: "\e559"
}

.material-icons-location_city:before {
    content: "\e7f1"
}

.material-icons-location_disabled:before {
    content: "\e1b6"
}

.material-icons-location_off:before {
    content: "\e0c7"
}

.material-icons-location_on:before {
    content: "\e0c8"
}

.material-icons-location_searching:before {
    content: "\e1b7"
}

.material-icons-lock:before {
    content: "\e897"
}

.material-icons-lock_open:before {
    content: "\e898"
}

.material-icons-lock_outline:before {
    content: "\e899"
}

.material-icons-looks:before {
    content: "\e3fc"
}

.material-icons-looks_3:before {
    content: "\e3fb"
}

.material-icons-looks_4:before {
    content: "\e3fd"
}

.material-icons-looks_5:before {
    content: "\e3fe"
}

.material-icons-looks_6:before {
    content: "\e3ff"
}

.material-icons-looks_one:before {
    content: "\e400"
}

.material-icons-looks_two:before {
    content: "\e401"
}

.material-icons-loop:before {
    content: "\e028"
}

.material-icons-loupe:before {
    content: "\e402"
}

.material-icons-loyalty:before {
    content: "\e89a"
}

.material-icons-mail:before {
    content: "\e158"
}

.material-icons-map:before {
    content: "\e55b"
}

.material-icons-markunread:before {
    content: "\e159"
}

.material-icons-markunread_mailbox:before {
    content: "\e89b"
}

.material-icons-memory:before {
    content: "\e322"
}

.material-icons-menu:before {
    content: "\e5d2"
}

.material-icons-merge_type:before {
    content: "\e252"
}

.material-icons-message:before {
    content: "\e0c9"
}

.material-icons-mic:before {
    content: "\e029"
}

.material-icons-mic_none:before {
    content: "\e02a"
}

.material-icons-mic_off:before {
    content: "\e02b"
}

.material-icons-mms:before {
    content: "\e618"
}

.material-icons-mode_comment:before {
    content: "\e253"
}

.material-icons-mode_edit:before {
    content: "\e254"
}

.material-icons-money_off:before {
    content: "\e25c"
}

.material-icons-monochrome_photos:before {
    content: "\e403"
}

.material-icons-mood:before {
    content: "\e7f2"
}

.material-icons-mood_bad:before {
    content: "\e7f3"
}

.material-icons-more:before {
    content: "\e619"
}

.material-icons-more_horiz:before {
    content: "\e5d3"
}

.material-icons-more_vert:before {
    content: "\e5d4"
}

.material-icons-mouse:before {
    content: "\e323"
}

.material-icons-movie:before {
    content: "\e02c"
}

.material-icons-movie_creation:before {
    content: "\e404"
}

.material-icons-music_note:before {
    content: "\e405"
}

.material-icons-my_location:before {
    content: "\e55c"
}

.material-icons-nature:before {
    content: "\e406"
}

.material-icons-nature_people:before {
    content: "\e407"
}

.material-icons-navigate_before:before {
    content: "\e408"
}

.material-icons-navigate_next:before {
    content: "\e409"
}

.material-icons-navigation:before {
    content: "\e55d"
}

.material-icons-network_cell:before {
    content: "\e1b9"
}

.material-icons-network_locked:before {
    content: "\e61a"
}

.material-icons-network_wifi:before {
    content: "\e1ba"
}

.material-icons-new_releases:before {
    content: "\e031"
}

.material-icons-nfc:before {
    content: "\e1bb"
}

.material-icons-no_sim:before {
    content: "\e0cc"
}

.material-icons-not_interested:before {
    content: "\e033"
}

.material-icons-note_add:before {
    content: "\e89c"
}

.material-icons-notifications:before {
    content: "\e7f4"
}

.material-icons-notifications_active:before {
    content: "\e7f7"
}

.material-icons-notifications_none:before {
    content: "\e7f5"
}

.material-icons-notifications_off:before {
    content: "\e7f6"
}

.material-icons-notifications_paused:before {
    content: "\e7f8"
}

.material-icons-offline_pin:before {
    content: "\e90a"
}

.material-icons-ondemand_video:before {
    content: "\e63a"
}

.material-icons-open_in_browser:before {
    content: "\e89d"
}

.material-icons-open_in_new:before {
    content: "\e89e"
}

.material-icons-open_with:before {
    content: "\e89f"
}

.material-icons-pages:before {
    content: "\e7f9"
}

.material-icons-pageview:before {
    content: "\e8a0"
}

.material-icons-palette:before {
    content: "\e40a"
}

.material-icons-panorama:before {
    content: "\e40b"
}

.material-icons-panorama_fish_eye:before {
    content: "\e40c"
}

.material-icons-panorama_horizontal:before {
    content: "\e40d"
}

.material-icons-panorama_vertical:before {
    content: "\e40e"
}

.material-icons-panorama_wide_angle:before {
    content: "\e40f"
}

.material-icons-party_mode:before {
    content: "\e7fa"
}

.material-icons-pause:before {
    content: "\e034"
}

.material-icons-pause_circle_filled:before {
    content: "\e035"
}

.material-icons-pause_circle_outline:before {
    content: "\e036"
}

.material-icons-payment:before {
    content: "\e8a1"
}

.material-icons-people:before {
    content: "\e7fb"
}

.material-icons-people_outline:before {
    content: "\e7fc"
}

.material-icons-perm_camera_mic:before {
    content: "\e8a2"
}

.material-icons-perm_contact_calendar:before {
    content: "\e8a3"
}

.material-icons-perm_data_setting:before {
    content: "\e8a4"
}

.material-icons-perm_device_information:before {
    content: "\e8a5"
}

.material-icons-perm_identity:before {
    content: "\e8a6"
}

.material-icons-perm_media:before {
    content: "\e8a7"
}

.material-icons-perm_phone_msg:before {
    content: "\e8a8"
}

.material-icons-perm_scan_wifi:before {
    content: "\e8a9"
}

.material-icons-person:before {
    content: "\e7fd"
}

.material-icons-person_add:before {
    content: "\e7fe"
}

.material-icons-person_outline:before {
    content: "\e7ff"
}

.material-icons-person_pin:before {
    content: "\e55a"
}

.material-icons-personal_video:before {
    content: "\e63b"
}

.material-icons-phone:before {
    content: "\e0cd"
}

.material-icons-phone_android:before {
    content: "\e324"
}

.material-icons-phone_bluetooth_speaker:before {
    content: "\e61b"
}

.material-icons-phone_forwarded:before {
    content: "\e61c"
}

.material-icons-phone_in_talk:before {
    content: "\e61d"
}

.material-icons-phone_iphone:before {
    content: "\e325"
}

.material-icons-phone_locked:before {
    content: "\e61e"
}

.material-icons-phone_missed:before {
    content: "\e61f"
}

.material-icons-phone_paused:before {
    content: "\e620"
}

.material-icons-phonelink:before {
    content: "\e326"
}

.material-icons-phonelink_erase:before {
    content: "\e0db"
}

.material-icons-phonelink_lock:before {
    content: "\e0dc"
}

.material-icons-phonelink_off:before {
    content: "\e327"
}

.material-icons-phonelink_ring:before {
    content: "\e0dd"
}

.material-icons-phonelink_setup:before {
    content: "\e0de"
}

.material-icons-photo:before {
    content: "\e410"
}

.material-icons-photo_album:before {
    content: "\e411"
}

.material-icons-photo_camera:before {
    content: "\e412"
}

.material-icons-photo_library:before {
    content: "\e413"
}

.material-icons-photo_size_select_actual:before {
    content: "\e432"
}

.material-icons-photo_size_select_large:before {
    content: "\e433"
}

.material-icons-photo_size_select_small:before {
    content: "\e434"
}

.material-icons-picture_as_pdf:before {
    content: "\e415"
}

.material-icons-picture_in_picture:before {
    content: "\e8aa"
}

.material-icons-pin_drop:before {
    content: "\e55e"
}

.material-icons-place:before {
    content: "\e55f"
}

.material-icons-play_arrow:before {
    content: "\e037"
}

.material-icons-play_circle_filled:before {
    content: "\e038"
}

.material-icons-play_circle_outline:before {
    content: "\e039"
}

.material-icons-play_for_work:before {
    content: "\e906"
}

.material-icons-playlist_add:before {
    content: "\e03b"
}

.material-icons-plus_one:before {
    content: "\e800"
}

.material-icons-poll:before {
    content: "\e801"
}

.material-icons-polymer:before {
    content: "\e8ab"
}

.material-icons-portable_wifi_off:before {
    content: "\e0ce"
}

.material-icons-portrait:before {
    content: "\e416"
}

.material-icons-power:before {
    content: "\e63c"
}

.material-icons-power_input:before {
    content: "\e336"
}

.material-icons-power_settings_new:before {
    content: "\e8ac"
}

.material-icons-present_to_all:before {
    content: "\e0df"
}

.material-icons-print:before {
    content: "\e8ad"
}

.material-icons-public:before {
    content: "\e80b"
}

.material-icons-publish:before {
    content: "\e255"
}

.material-icons-query_builder:before {
    content: "\e8ae"
}

.material-icons-question_answer:before {
    content: "\e8af"
}

.material-icons-queue:before {
    content: "\e03c"
}

.material-icons-queue_music:before {
    content: "\e03d"
}

.material-icons-radio:before {
    content: "\e03e"
}

.material-icons-radio_button_checked:before {
    content: "\e837"
}

.material-icons-radio_button_unchecked:before {
    content: "\e836"
}

.material-icons-rate_review:before {
    content: "\e560"
}

.material-icons-receipt:before {
    content: "\e8b0"
}

.material-icons-recent_actors:before {
    content: "\e03f"
}

.material-icons-redeem:before {
    content: "\e8b1"
}

.material-icons-redo:before {
    content: "\e15a"
}

.material-icons-refresh:before {
    content: "\e5d5"
}

.material-icons-remove:before {
    content: "\e15b"
}

.material-icons-remove_circle:before {
    content: "\e15c"
}

.material-icons-remove_circle_outline:before {
    content: "\e15d"
}

.material-icons-remove_red_eye:before {
    content: "\e417"
}

.material-icons-reorder:before {
    content: "\e8fe"
}

.material-icons-repeat:before {
    content: "\e040"
}

.material-icons-repeat_one:before {
    content: "\e041"
}

.material-icons-replay:before {
    content: "\e042"
}

.material-icons-replay_10:before {
    content: "\e059"
}

.material-icons-replay_30:before {
    content: "\e05a"
}

.material-icons-replay_5:before {
    content: "\e05b"
}

.material-icons-reply:before {
    content: "\e15e"
}

.material-icons-reply_all:before {
    content: "\e15f"
}

.material-icons-report:before {
    content: "\e160"
}

.material-icons-report_problem:before {
    content: "\e8b2"
}

.material-icons-restaurant_menu:before {
    content: "\e561"
}

.material-icons-restore:before {
    content: "\e8b3"
}

.material-icons-ring_volume:before {
    content: "\e0d1"
}

.material-icons-room:before {
    content: "\e8b4"
}

.material-icons-rotate_90_degrees_ccw:before {
    content: "\e418"
}

.material-icons-rotate_left:before {
    content: "\e419"
}

.material-icons-rotate_right:before {
    content: "\e41a"
}

.material-icons-router:before {
    content: "\e328"
}

.material-icons-satellite:before {
    content: "\e562"
}

.material-icons-save:before {
    content: "\e161"
}

.material-icons-scanner:before {
    content: "\e329"
}

.material-icons-schedule:before {
    content: "\e8b5"
}

.material-icons-school:before {
    content: "\e80c"
}

.material-icons-screen_lock_landscape:before {
    content: "\e1be"
}

.material-icons-screen_lock_portrait:before {
    content: "\e1bf"
}

.material-icons-screen_lock_rotation:before {
    content: "\e1c0"
}

.material-icons-screen_rotation:before {
    content: "\e1c1"
}

.material-icons-sd_card:before {
    content: "\e623"
}

.material-icons-sd_storage:before {
    content: "\e1c2"
}

.material-icons-search:before {
    content: "\e8b6"
}

.material-icons-security:before {
    content: "\e32a"
}

.material-icons-select_all:before {
    content: "\e162"
}

.material-icons-send:before {
    content: "\e163"
}

.material-icons-settings:before {
    content: "\e8b8"
}

.material-icons-settings_applications:before {
    content: "\e8b9"
}

.material-icons-settings_backup_restore:before {
    content: "\e8ba"
}

.material-icons-settings_bluetooth:before {
    content: "\e8bb"
}

.material-icons-settings_brightness:before {
    content: "\e8bd"
}

.material-icons-settings_cell:before {
    content: "\e8bc"
}

.material-icons-settings_ethernet:before {
    content: "\e8be"
}

.material-icons-settings_input_antenna:before {
    content: "\e8bf"
}

.material-icons-settings_input_component:before {
    content: "\e8c0"
}

.material-icons-settings_input_composite:before {
    content: "\e8c1"
}

.material-icons-settings_input_hdmi:before {
    content: "\e8c2"
}

.material-icons-settings_input_svideo:before {
    content: "\e8c3"
}

.material-icons-settings_overscan:before {
    content: "\e8c4"
}

.material-icons-settings_phone:before {
    content: "\e8c5"
}

.material-icons-settings_power:before {
    content: "\e8c6"
}

.material-icons-settings_remote:before {
    content: "\e8c7"
}

.material-icons-settings_system_daydream:before {
    content: "\e1c3"
}

.material-icons-settings_voice:before {
    content: "\e8c8"
}

.material-icons-share:before {
    content: "\e80d"
}

.material-icons-shop:before {
    content: "\e8c9"
}

.material-icons-shop_two:before {
    content: "\e8ca"
}

.material-icons-shopping_basket:before {
    content: "\e8cb"
}

.material-icons-shopping_cart:before {
    content: "\e8cc"
}

.material-icons-shuffle:before {
    content: "\e043"
}

.material-icons-signal_cellular_4_bar:before {
    content: "\e1c8"
}

.material-icons-signal_cellular_connected_no_internet_4_bar:before {
    content: "\e1cd"
}

.material-icons-signal_cellular_no_sim:before {
    content: "\e1ce"
}

.material-icons-signal_cellular_null:before {
    content: "\e1cf"
}

.material-icons-signal_cellular_off:before {
    content: "\e1d0"
}

.material-icons-signal_wifi_4_bar:before {
    content: "\e1d8"
}

.material-icons-signal_wifi_4_bar_lock:before {
    content: "\e1d9"
}

.material-icons-signal_wifi_off:before {
    content: "\e1da"
}

.material-icons-sim_card:before {
    content: "\e32b"
}

.material-icons-sim_card_alert:before {
    content: "\e624"
}

.material-icons-skip_next:before {
    content: "\e044"
}

.material-icons-skip_previous:before {
    content: "\e045"
}

.material-icons-slideshow:before {
    content: "\e41b"
}

.material-icons-smartphone:before {
    content: "\e32c"
}

.material-icons-sms:before {
    content: "\e625"
}

.material-icons-sms_failed:before {
    content: "\e626"
}

.material-icons-snooze:before {
    content: "\e046"
}

.material-icons-sort:before {
    content: "\e164"
}

.material-icons-sort_by_alpha:before {
    content: "\e053"
}

.material-icons-space_bar:before {
    content: "\e256"
}

.material-icons-speaker:before {
    content: "\e32d"
}

.material-icons-speaker_group:before {
    content: "\e32e"
}

.material-icons-speaker_notes:before {
    content: "\e8cd"
}

.material-icons-speaker_phone:before {
    content: "\e0d2"
}

.material-icons-spellcheck:before {
    content: "\e8ce"
}

.material-icons-star:before {
    content: "\e838"
}

.material-icons-star_border:before {
    content: "\e83a"
}

.material-icons-star_half:before {
    content: "\e839"
}

.material-icons-stars:before {
    content: "\e8d0"
}

.material-icons-stay_current_landscape:before {
    content: "\e0d3"
}

.material-icons-stay_current_portrait:before {
    content: "\e0d4"
}

.material-icons-stay_primary_landscape:before {
    content: "\e0d5"
}

.material-icons-stay_primary_portrait:before {
    content: "\e0d6"
}

.material-icons-stop:before {
    content: "\e047"
}

.material-icons-storage:before {
    content: "\e1db"
}

.material-icons-store:before {
    content: "\e8d1"
}

.material-icons-store_mall_directory:before {
    content: "\e563"
}

.material-icons-straighten:before {
    content: "\e41c"
}

.material-icons-strikethrough_s:before {
    content: "\e257"
}

.material-icons-style:before {
    content: "\e41d"
}

.material-icons-subject:before {
    content: "\e8d2"
}

.material-icons-subtitles:before {
    content: "\e048"
}

.material-icons-supervisor_account:before {
    content: "\e8d3"
}

.material-icons-surround_sound:before {
    content: "\e049"
}

.material-icons-swap_calls:before {
    content: "\e0d7"
}

.material-icons-swap_horiz:before {
    content: "\e8d4"
}

.material-icons-swap_vert:before {
    content: "\e8d5"
}

.material-icons-swap_vertical_circle:before {
    content: "\e8d6"
}

.material-icons-switch_camera:before {
    content: "\e41e"
}

.material-icons-switch_video:before {
    content: "\e41f"
}

.material-icons-sync:before {
    content: "\e627"
}

.material-icons-sync_disabled:before {
    content: "\e628"
}

.material-icons-sync_problem:before {
    content: "\e629"
}

.material-icons-system_update:before {
    content: "\e62a"
}

.material-icons-system_update_alt:before {
    content: "\e8d7"
}

.material-icons-tab:before {
    content: "\e8d8"
}

.material-icons-tab_unselected:before {
    content: "\e8d9"
}

.material-icons-tablet:before {
    content: "\e32f"
}

.material-icons-tablet_android:before {
    content: "\e330"
}

.material-icons-tablet_mac:before {
    content: "\e331"
}

.material-icons-tag_faces:before {
    content: "\e420"
}

.material-icons-tap_and_play:before {
    content: "\e62b"
}

.material-icons-terrain:before {
    content: "\e564"
}

.material-icons-text_format:before {
    content: "\e165"
}

.material-icons-textsms:before {
    content: "\e0d8"
}

.material-icons-texture:before {
    content: "\e421"
}

.material-icons-theaters:before {
    content: "\e8da"
}

.material-icons-thumb_down:before {
    content: "\e8db"
}

.material-icons-thumb_up:before {
    content: "\e8dc"
}

.material-icons-thumbs_up_down:before {
    content: "\e8dd"
}

.material-icons-time_to_leave:before {
    content: "\e62c"
}

.material-icons-timelapse:before {
    content: "\e422"
}

.material-icons-timer:before {
    content: "\e425"
}

.material-icons-timer_10:before {
    content: "\e423"
}

.material-icons-timer_3:before {
    content: "\e424"
}

.material-icons-timer_off:before {
    content: "\e426"
}

.material-icons-toc:before {
    content: "\e8de"
}

.material-icons-today:before {
    content: "\e8df"
}

.material-icons-toll:before {
    content: "\e8e0"
}

.material-icons-tonality:before {
    content: "\e427"
}

.material-icons-toys:before {
    content: "\e332"
}

.material-icons-track_changes:before {
    content: "\e8e1"
}

.material-icons-traffic:before {
    content: "\e565"
}

.material-icons-transform:before {
    content: "\e428"
}

.material-icons-translate:before {
    content: "\e8e2"
}

.material-icons-trending_down:before {
    content: "\e8e3"
}

.material-icons-trending_flat:before {
    content: "\e8e4"
}

.material-icons-trending_up:before {
    content: "\e8e5"
}

.material-icons-tune:before {
    content: "\e429"
}

.material-icons-turned_in:before {
    content: "\e8e6"
}

.material-icons-turned_in_not:before {
    content: "\e8e7"
}

.material-icons-tv:before {
    content: "\e333"
}

.material-icons-undo:before {
    content: "\e166"
}

.material-icons-unfold_less:before {
    content: "\e5d6"
}

.material-icons-unfold_more:before {
    content: "\e5d7"
}

.material-icons-usb:before {
    content: "\e1e0"
}

.material-icons-verified_user:before {
    content: "\e8e8"
}

.material-icons-vertical_align_bottom:before {
    content: "\e258"
}

.material-icons-vertical_align_center:before {
    content: "\e259"
}

.material-icons-vertical_align_top:before {
    content: "\e25a"
}

.material-icons-vibration:before {
    content: "\e62d"
}

.material-icons-video_library:before {
    content: "\e04a"
}

.material-icons-videocam:before {
    content: "\e04b"
}

.material-icons-videocam_off:before {
    content: "\e04c"
}

.material-icons-view_agenda:before {
    content: "\e8e9"
}

.material-icons-view_array:before {
    content: "\e8ea"
}

.material-icons-view_carousel:before {
    content: "\e8eb"
}

.material-icons-view_column:before {
    content: "\e8ec"
}

.material-icons-view_comfy:before {
    content: "\e42a"
}

.material-icons-view_compact:before {
    content: "\e42b"
}

.material-icons-view_day:before {
    content: "\e8ed"
}

.material-icons-view_headline:before {
    content: "\e8ee"
}

.material-icons-view_list:before {
    content: "\e8ef"
}

.material-icons-view_module:before {
    content: "\e8f0"
}

.material-icons-view_quilt:before {
    content: "\e8f1"
}

.material-icons-view_stream:before {
    content: "\e8f2"
}

.material-icons-view_week:before {
    content: "\e8f3"
}

.material-icons-vignette:before {
    content: "\e435"
}

.material-icons-visibility:before {
    content: "\e8f4"
}

.material-icons-visibility_off:before {
    content: "\e8f5"
}

.material-icons-voice_chat:before {
    content: "\e62e"
}

.material-icons-voicemail:before {
    content: "\e0d9"
}

.material-icons-volume_down:before {
    content: "\e04d"
}

.material-icons-volume_mute:before {
    content: "\e04e"
}

.material-icons-volume_off:before {
    content: "\e04f"
}

.material-icons-volume_up:before {
    content: "\e050"
}

.material-icons-vpn_key:before {
    content: "\e0da"
}

.material-icons-vpn_lock:before {
    content: "\e62f"
}

.material-icons-wallpaper:before {
    content: "\e1bc"
}

.material-icons-warning:before {
    content: "\e002"
}

.material-icons-watch:before {
    content: "\e334"
}

.material-icons-wb_auto:before {
    content: "\e42c"
}

.material-icons-wb_cloudy:before {
    content: "\e42d"
}

.material-icons-wb_incandescent:before {
    content: "\e42e"
}

.material-icons-wb_iridescent:before {
    content: "\e436"
}

.material-icons-wb_sunny:before {
    content: "\e430"
}

.material-icons-wc:before {
    content: "\e63d"
}

.material-icons-web:before {
    content: "\e051"
}

.material-icons-whatshot:before {
    content: "\e80e"
}

.material-icons-widgets:before {
    content: "\e1bd"
}

.material-icons-wifi:before {
    content: "\e63e"
}

.material-icons-wifi_lock:before {
    content: "\e1e1"
}

.material-icons-wifi_tethering:before {
    content: "\e1e2"
}

.material-icons-work:before {
    content: "\e8f9"
}

.material-icons-wrap_text:before {
    content: "\e25b"
}

.material-icons-youtube_searched_for:before {
    content: "\e8fa"
}

.material-icons-zoom_in:before {
    content: "\e8ff"
}

.material-icons-zoom_out:before {
    content: "\e900"
}
