/**
 * 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*/
}
@CHARSET "UTF-8";

.ec-gtm-cookie-directive 
{ 
	position: fixed; 
	bottom:20px; 
	left: 0; 
	right: 0; 
	text-align: center; 
	z-index:9999; 
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)";
	filter: alpha(opacity=95);
	-moz-opacity: 0.95;
	-khtml-opacity: 0.95;
	opacity: 0.95;
}

.ec-gtm-cookie-directive > div 
{ 
	display: inline-block; 
	text-align: left;  
	background:#fff;
	padding:20px; 
	color:#000; 
	max-width:300px;
	-webkit-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.19);
	-moz-box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.19);
	box-shadow: 0px 0px 5px 1px rgba(0,0,0,0.19);
}

.ec-gtm-cookie-directive > div > div { float:left; min-width:300px; }
.ec-gtm-cookie-directive > div > div > div:before,
.ec-gtm-cookie-directive > div > div > div:after { content: " ";display: table; }
.ec-gtm-cookie-directive > div > div > div:after { clear: both; }
.ec-gtm-cookie-directive > div > div > div p { display:block; padding:5px; margin:0px; }
.ec-gtm-cookie-directive > div > div > div a { cursor:pointer; color:#8e8e8e; }
.ec-gtm-cookie-directive > div > div > div a.action { display:block; text-align:left; padding:5px; float:left; }
.ec-gtm-cookie-directive > div > div > div a.action.accept { color:#8bc53f; font-weight:bold; }
.ec-gtm-cookie-directive > div > div > div a.action.refuse {  }

.ec-gtm-cookie-directive-segments { background:#f7f7f7; margin:10px -20px 10px -20px; padding:10px; }
.ec-gtm-cookie-directive-segments > div { padding:5px 0px 5px 0px; }
.ec-gtm-cookie-directive small { display:block; padding:10px 20px 10px 20px; }

.ec-gtm-cookie-directive > div > div > div .ec-gtm-cookie-directive-note-toggle { display:block; margin:5px 0px 5px 20px; color:#8bc53f; font-size:12px; cursor:pointer; }
.ec-gtm-cookie-directive > div > div > div .ec-gtm-cookie-directive-note { display:none; }

main .ec-gtm-cookie-directive { position:relative; }
main .ec-gtm-cookie-directive > div { -webkit-box-shadow:none; -moz-box-shadow:none; box-shadow: none; max-width:100%; padding:0px; }
main .ec-gtm-cookie-directive-segments { margin:10px 0px 20px 0px; background:none; padding:0px; }


@media (min-width: 1200px) 
{
	.ec-gtm-cookie-directive > div  { max-width:600px; }
	.ec-gtm-cookie-directive > div > div { min-width:500px; }
	
	main .ec-gtm-cookie-directive { max-width:100%;}
}body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  top: 0;
  right: 0;
  border: 0;
  opacity: 1;
  color: #fff;
  width: 44px;
  height: 44px;
  padding: 8px;
  z-index: 401;
  cursor: pointer;
  border-radius: 50%;
  position: absolute;
  background: transparent;
}
.fancybox-close-small:after {
  content: "";
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }

  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}@charset "UTF-8";
/*@font-face {*/
/*font-family: 'icomoon';*/
/*src:  url('../../frontend/aerosus/v1/en_MT/fonts/icomoon.eot?v0qm9o');*/
/*src:  url('../../frontend/aerosus/v1/en_MT/fonts/icomoon.eot?v0qm9o#iefix') format('embedded-opentype'),*/
/*url('../../frontend/aerosus/v1/en_MT/fonts/icomoon.ttf?v0qm9o') format('truetype'),*/
/*url('../../frontend/aerosus/v1/en_MT/fonts/icomoon.woff?v0qm9o') format('woff'),*/
/*url('../../frontend/aerosus/v1/en_MT/fonts/icomoon.svg?v0qm9o#icomoon') format('svg');*/
/*font-weight: normal;*/
/*font-style: normal;*/
/*}*/
@font-face {
  font-family: "icomoon";
  src: url("data:application/x-font-ttf;charset=utf-8;base64,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E8QT0BPcE+gT9BQAFAwUGBQkFDAUPBRIFFQUYBRsFHgUhBSQFJwUqBS0FMAUzBTYFOQU8BT8FQgVFBUgFSwVOBVEFVAVXBVoFXQVgBWMFZgVpBWwFbwVyBXUFeAV7BX4FgQWEBYcFigWNBZAFkwWWBZkFnAWfBaIFpQWoBasFrgWxBbQFtwW6Bb0FwAXDBcYFyQXMBc8F0gXVBdgF2wXeBeEF5AXnBeoF7QXwBfMF9gX5BfwF/wYCBgUGCAYLBg4GEQYUBhcGGgYdBiAGIwYmBikGLAYvBjIGNQY4BjsGPgZBBkQGRwZKBk0GUAZTBlYGWQZcBl8GYgZlBmgGawZuBnEGdAZ3BnoGfQaABoMGhgaJBowGjwaSBpUGmAabBp4GoQakBqcGqgatBrAGswa2BrkGvAa/BsIGxQbIBssGzgbRBtQG1wbaBt0G4AbjBuYG6QbsBu8G8gb1BvgG+wb+BwEHBAcHBwoHDQcQBxMHFgcZBxwHHwciByUHKAcrBy4HMQc0BzcHOgc9B0AHQwdGB0kHTAdPB1IHVQdYB1sHXgdhB2QHZwdqB20HcAdzB3YHeQd8B38HggeFB4gHiweOB5EHlAeXB5oHnQegB6MHpgepB6wHrweyB7UHuAe7B74HwQfEB8cHygfNB9AH0wfWB9kH3AffB+IH5QfoB+sH7gfxB/QH9wf6B/0IAAgKCAwIHIgfiCKAAAlFAYjIiY1NDYzMhYlFAYjIiY1NDYzMhYFFAYjIiY1NDYzMhYlFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYFFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYlFAYjIiY1NDYzMhYFFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYlFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYlFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYlFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYlFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYlFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYlFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHMjY1NCYjJRQGIyImNTQ2MzIWBxQGIyImNTQ2MzIWBxQGIyImNTQ2MzIWBxQGIyImNTQ2MzIWBxQGIyImNTQ2MzIWBxQGIyImNTQ2MzIWBxQGIyImNTQ2MzIWBxQGIyImNTQ2MzIWBxQGIyImNTQ2MzIWBxQGIyImNTQ2MzIWBxQGIyImNTQ2MzIWBxQGIyImNTQ2MzIWBxQGIyImNTQ2MzIWBxQGIyImNTQ2MzIWBxQGIyImNTQ2MzIWBxQGIyImNTQ2MzIWBxQGIyImNTQ2MzIWBxQGIyImNTQ2MzIWBxQGIyImNTQ2MzIWBxQGIyImNTQ2MzIWBxQGIyImNTQ2MzIWBxQGIyImNTQ2MzIWBxQGIyImNTQ2MzIWBxQGIyImNTQ2MzIWBxQGIyImNTQ2MzIWBxQGIyImNTQ2MzIWBxQGIyImNTQ2MzIWBxQGIyImNTQ2MzIWBxQGIyImNTQ2MzIWBxQGIyImNTQ2MzIWBxQGIyImNTQ2MzIWBzI2NTQmIyUUBiMiJjU0NjMyFgcUBiMiJjU0NjMyFgcUBiMiJjU0NjMyFgcUBiMiJjU0NjMyFgcUBiMiJjU0NjMyFgcUBiMiJjU0NjMyFgcUBiMiJjU0NjMyFgcUBiMiJjU0NjMyFgcUBiMiJjU0NjMyFgcUBiMiJjU0NjMyFgcUBiMiJjU0NjMyFgcUBiMiJjU0NjMyFgcUBiMiJjU0NjMyFgcUBiMiJjU0NjMyFgcUBiMiJjU0NjMyFgcUBiMiJjU0NjMyFgcUBiMiJjU0NjMyFgcUBiMiJjU0NjMyFgcUBiMiJjU0NjMyFgcUBiMiJjU0NjMyFgcUBiMiJjU0NjMyFgcUBiMiJjU0NjMyFgcUBiMiJjU0NjMyFgcUBiMiJjU0NjMyFgcUBiMiJjU0NjMyFgcUBiMiJjU0NjMyFgcUBiMiJjU0NjMyFgcUBiMiJjU0NjMyFgcUBiMiJjU0NjMyFgcUBiMiJjU0NjMyFgcUBiMiJjU0NjMyFiUUBiMiJjU0NjMyFgcUBiMiJjU0NjMyFgcUBiMiJjU0NjMyFgcUBiMiJjU0NjMyFgcUBiMiJjU0NjMyFgcUBiMiJjU0NjMyFgcUBiMiJjU0NjMyFgcUBiMiJjU0NjMyFgcUBiMiJjU0NjMyFgcUBiMiJjU0NjMyFgcUBiMiJjU0NjMyFgcUBiMiJjU0NjMyFgcUBiMiJjU0NjMyFgcUBiMiJjU0NjMyFgcUBiMiJjU0NjMyFgcUBiMiJjU0NjMyFgcUBiMiJjU0NjMyFgcUBiMiJjU0NjMyFgcUBiMiJjU0NjMyFgcUBiMiJjU0NjMyFgcUBiMiJjU0NjMyFgcUBiMiJjU0NjMyFgcUBiMiJjU0NjMyFgcUBiMiJjU0NjMyFgcUBiMiJjU0NjMyFgcUBiMiJjU0NjMyFgcUBiMiJjU0NjMyFgcUBiMiJjU0NjMyFgcUBiMiJjU0NjMyFgcUBiMiJjU0NjMyFgcUBiMiJjU0NjMyFgcUBiMiJjU0NjMyFiUUBiMiJjU0NjMyFhUjFAYjIiY1NDYzMhYVIxQGIyImNTQ2MzIWFSMUBiMiJjU0NjMyFhUjFAYjIiY1NDYzMhYVIxQGIyImNTQ2MzIWFSMUBiMiJjU0NjMyFhUjFAYjIiY1NDYzMhYVIxQGIyImNTQ2MzIWFSMUBiMiJjU0NjMyFhUjFAYjIiY1NDYzMhYVIxQGIyImNTQ2MzIWFSMUBiMiJjU0NjMyFhUjFAYjIiY1NDYzMhYVIxQGIyImNTQ2MzIWFSMUBiMiJjU0NjMyFhUjFAYjIiY1NDYzMhYVIxQGIyImNTQ2MzIWFSMUBiMiJjU0NjMyFhUjFAYjIiY1NDYzMhYVIxQGIyImNTQ2MzIWFSMUBiMiJjU0NjMyFhUjFAYjIiY1NDYzMhYVIxQGIyImNTQ2MzIWFSMUBiMiJjU0NjMyFhUjFAYjIiY1NDYzMhYVIxQGIyImNTQ2MzIWFSMUBiMiJjU0NjMyFhUjFAYjIiY1NDYzMhYVIxQGIyImNTQ2MzIWFSMUBiMiJjU0NjMyFhUlFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYlFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYlFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYlFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYlFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYlFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYlFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYlFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYlFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYlFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYFFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYlFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYFFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYlFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYFFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYlFAYjIiY1NDYzMhYFFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhY3FAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYHFAYjIiY1NDYzMhYTMAYHDgEHBiYxJgYHDgExFT8BMDY3PgEzOgEzFjY3PgE3PgExFzcHJzcHFwcVNxc3FzAGBwYiKwE+ATc+ATEXNwcXMAYHDgEHIyIGDwEVMDY3PgE3OgEzOAExDgExDwEXMDY3PgE1OgExMDY3PgExFzclOAExIjAxNDAzOAEBMCIxOAExMDQxMBYB2gQCAwMDAwIEAWkDAwIEBAIDA/6DBAIDAwMDAgQBfQMDAgQEAgMDFAQCAwMDAwIE/r8EAgMDAwMCBBQEAgMDAwMCBBQEAgMDAwMCBAFpBAIDAwMDAgT+vwQCAwMDAwIEFAQCAwMDAwIEFAQCAwMDAwIEAVUEAgMDAwMCBLUDAwIEBAIDAxQDAwIEBAIDAxQDAwIEBAIDAxQEAgMDAwMCBBQEAgMDAwMCBBQEAgMDAwMCBBQEAgMDAwMCBCgEAgMDAwMCBBQEAgMDAwMCBBQEAwIEBAIDBBUDAwIEBAIDAxQDAwIEBAIDAwGmBAIDAwMDAgQUBAIDAwMDAgQUBAIDAwMDAgQUBAIDAwMDAgRRAwMCBAQCAwMUAwMCBAQCAwMUAwMCBAQCAwMUAwMCBAQCAwMUAwMCBAQCAwMUBAIDAwMDAgQUBAIDAwMDAgQUBAIDAwMDAgQUBAIDAwMDAgQUBAIDAwMDAgQUBAIDAwMDAgQUBAIDAwMDAgQUBAMCBAQCAwQVAwMCBAQCAwMUAwMCBAQCAwMUAwMCBAQCAwMBugQCAwMDAwIEFAQCAwMDAwIEFAQCAwMDAwIEFAQCAwMDAwIEFAQCAwMDAwIEFAQCAwQEAwIEFQMDAgQEAgMDFAMDAgQEAgMDFAMDAgQEAgMDFAMDAgQEAgMDFAMDAgQEAgMDFAMDAgQEAgMDKAQCAwMDAwIEFAQCAwMDAwIEFAQCAwMDAwIEFAQCAwMDAwIEFAQCAwMDAwIEFAQCAwMDAwIEFAQDAgQEAgMEFQMDAgQEAgMDFAMDAgQEAgMDFAMDAgQEAgMDFAMDAgQEAgMDAc4EAgMDAwMCBBQEAgMDAwMCBBQEAgMDAwMCBBQEAgMDAwMCBBQEAgMDAwMCBBQEAgMEBAMCBBUDAwIEBAIDAxQDAwIEBAIDAxQDAwIEBAIDAxQDAwIEBAIDAxQDAwIEBAIDAxQDAwIEBAIDAxQEAgMDAwMCBBQEAgMDAwMCBBQEAgMDAwMCBBQEAgMDAwMCBBQEAgMDAwMCBBQEAgMDAwMCBBQEAgMDAwMCBCkDAwIEBAIDAxQDAwIEBAIDAxQDAwIEBAIDAxQDAwIEBAIDA3gEAgMDAwMCBAJaBAIDAwMDAgQUBAIDAwMDAgQUBAIDAwMDAgQUBAIDAwMDAgQUBAIDAwMDAgQUBAIDAwMDAgQpAwMCBAQCAwMUAwMCBAQCAwMUAwMCBAQCAwMUAwMCBAQCAwMUAwMCBAQCAwMUAwMCBAQCAwMUBAIDAwMDAgQUBAIDAwMDAgQUBAIDAwMDAgQUBAIDAwMDAgQUBAIDAwMDAgQUBAIDAwMDAgQUBAIDAwMDAgQUBAMCBAQCAwQVAwMCBAQCAwMUAwMCBAQCAwMUAwMCBAQCAwMUAwMCBAQCAwNkBAIDAwMDAgQUBAIDAwMDAgQUBAIDAwMDAgQCggMDAgQEAgMDFAQCAwMDAwIEFAQCAwMDAwIEFAQCAwMDAwIEFAQCAwMDAwIEFAQCAwMDAwIEFAQCAwMDAwIEFAQCAwQEAwIEFQMDAgQEAgMDFAMDAgQEAgMDFAMDAgQEAgMDFAMDAgQEAgMDFAMDAgQEAgMDFAMDAgQEAgMDFAQCAwMDAwIEFAQCAwMDAwIEFAQCAwMDAwIEKAQCAwMDAwIEFAQCAwMDAwIEFAQCAwMDAwIEFAQDAgQEAgMEFQMDAgQEAgMDFAMDAgQEAgMDFAMDAgQEAgMDFAMDAgQEAgMDUAQCAwMDAwIEFAQCAwMDAwIEFAQCAwMDAwIEFAQCAwMDAwIEGgIEBAICsAMDAgQEAgMDFAMDAgQEAgMDKAQCAwMDAwIEFAQCAwMDAwIEFAQCAwMDAwIEFAQCAwMDAwIEFAQCAwMDAwIEFAQCAwQEAwIEFQMDAgQEAgMDFAMDAgQEAgMDFAMDAgQEAgMDFAMDAgQEAgMDFAMDAgQEAgMDFAMDAgQEAgMDFAQCAwMDAwIEFAQCAwMDAwIEFAQCAwMDAwIEFAQCAwMDAwIEFAQCAwMDAwIEFAQCAwMDAwIEFAQCAwMDAwIEFAQDAgQEAgMEFQMDAgQEAgMDFAMDAgQEAgMDFAMDAgQEAgMDFAMDAgQEAgMDFAMDAgQEAgMDFAMDAgQEAgMDFAQCAwMDAwIEFAQCAwMDAwIEPAQCAwMDAwIEGgIEBAICxAMDAgQEAgMDFAMDAgQEAgMDFAMDAgQEAgMDFAQCAwMDAwIEFAQCAwMDAwIEFAQCAwMDAwIEFAQCAwMDAwIEFAQCAwMDAwIEFAQCAwMDAwIEFAQCAwQEAwIEFQMDAgQEAgMDFAMDAgQEAgMDFAMDAgQEAgMDKAMDAgQEAgMDFAMDAgQEAgMDFAQCAwMDAwIEFAQCAwMDAwIEFAQCAwMDAwIEFAQCAwMDAwIEFAQCAwMDAwIEFAQCAwMDAwIEKAQDAgQEAgMEFQMDAgQEAgMDFAMDAgQEAgMDFAMDAgQEAgMDFAMDAgQEAgMDFAMDAgQEAgMDFAMDAgQEAgMDFAQCAwMDAwIEjQMDAgQEAgMDFAMDAgQEAgMDAvsDAwIEBAIDAxQDAwIEBAIDAxQDAwIEBAIDAxQEAgMDAwMCBBQEAgMDAwMCBBQEAgMDAwMCBBQEAgMDAwMCBBQEAgMDAwMCBCgEAgMEBAMCBBUDAwIEBAIDAxQDAwIEBAIDAxQDAwIEBAIDAxQDAwIEBAIDAxQDAwIEBAIDAxQDAwIEBAIDAxQEAgMDAwMCBBQEAgMDAwMCBBQEAgMDAwMCBBQEAgMDAwMCBBQEAgMDAwMCBBQEAgMDAwMCBBQEAgMDAwMCBBQEAwIEBAIDBBUDAwIEBAIDAxQDAwIEBAIDAxQDAwIEBAIDAxQDAwIEBAIDAxQDAwIEBAIDAxQDAwIEBAIDA1AEAgMDAwMCBDwEAgMDAwMCBBUDAwIEBAIDAwLnAwMCBAQCAwMUAwMCBAQCAwMUAwMCBAQCAwMUBAIDAwMDAgQUBAIDAwMDAgQUBAIDAwMDAgQUBAIDAwMDAgQUBAIDAwMDAgQUBAIDAwMDAgQUBAIDBAQDAgQVAwMCBAQCAwMUAwMCBAQCAwMUAwMCBAQCAwMUAwMCBAQCAwMUAwMCBAQCAwMUAwMCBAQCAwMUBAIDAwMDAgQUBAIDAwMDAgQUBAIDAwMDAgQUBAIDAwMDAgQUBAIDAwMDAgQUBAIDAwMDAgQUBAIDAwMDAgQUBAMCBAQCAwQVAwMCBAQCAwMUAwMCBAQCAwMUAwMCBAQCAwMUAwMCBAQCAwMUAwMCBAQCAwNQBAIDAwMDAgShAwMCBAQCAwMDIwMDAgQEAgMDFAMDAgQEAgMDFAMDAgQEAgMDFAQCAwMDAwIEFAQCAwMDAwIEFAQCAwMDAwIEFAQCAwMDAwIEFAQCAwMDAwIEFAQCAwMDAwIEFAQCAwQEAwIEFQMDAgQEAgMDFAMDAgQEAgMDFAMDAgQEAgMDFAMDAgQEAgMDFAMDAgQEAgMDFAMDAgQEAgMDFAQCAwMDAwIEKAQCAwMDAwIEFAQCAwMDAwIEFAQCAwMDAwIEFAQCAwMDAwIEFAQCAwMDAwIEFAQDAgQEAgMEFQMDAgQEAgMDFAMDAgQEAgMDFAMDAgQEAgMDtAQCAwMDAwIEUQMDAgQEAgMDFAMDAgQEAgMDFAMDAgQEAgMDAyMDAwIEBAIDAxQDAwIEBAIDAxQEAgMDAwMCBBQEAgMDAwMCBBQEAgMDAwMCBCgEAgMDAwMCBBQEAgMDAwMCBBQEAgMEBAMCBBUDAwIEBAIDAxQDAwIEBAIDAxQDAwIEBAIDAxQDAwIEBAIDAxQDAwIEBAIDAxQDAwIEBAIDAxQEAgMDAwMCBBQEAgMDAwMCBBQEAgMDAwMCBBQEAgMDAwMCBBQEAgMDAwMCBBQEAgMDAwMCBBQEAgMDAwMCBCkDAwIEBAIDAxQDAwIEBAIDAxQDAwIEBAIDA1AEAgMDAwMCBFAEAgMDAwMCBBQEAgMDAwMCBFEDAwIEBAIDAxQDAwIEBAIDAxQDAwIEBAIDAwMPAwMCBAQCAwMUBAIDAwMDAgQUBAIDAwMDAgQUBAIDAwMDAgQUBAIDAwMDAgQUBAIDAwMDAgQUBAIDAwMDAgQUBAIDBAQDAgQVAwMCBAQCAwMUAwMCBAQCAwMUAwMCBAQCAwMUAwMCBAQCAwMUAwMCBAQCAwMUAwMCBAQCAwMUBAIDAwMDAgQUBAIDAwMDAgQUBAIDAwMDAgQUBAIDAwMDAgQUBAIDAwMDAgQUBAIDAwMDAgQUBAIDAwMDAgQUBAMCBAQCAwQVAwMCBAQCAwMUAwMCBAQCAwMUAwMCBAQCAwNQBAIDAwMDAgQUBAIDAwMDAgQUBAIDAwMDAgQUBAIDAwMDAgQUBAIDAwMDAgQUBAIDAwMDAgQpAwMCBAQCAwMUAwMCBAQCAwMUAwMCBAQCAwMUAwMCBAQCAwMUAwMCBAQCAwMDNwMDAgQEAgMDFAMDAgQEAgMDFAMDAgQEAgMDFAQCAwMDAwIEFAQCAwMDAwIEFAQCAwMDAwIEFAQCAwMDAwIEFAQCAwMDAwIEFAQCAwMDAwIEFAQCAwQEAwIEKQMDAgQEAgMDKAMDAgQEAgMDFAMDAgQEAgMDFAMDAgQEAgMDFAQCAwMDAwIEFAQCAwMDAwIEFAQCAwMDAwIEFAQCAwMDAwIEKAQCAwMDAwIEFAQCAwMDAwIEFAQDAgQEAgMEFQMDAgQEAgMDFAMDAgQEAgMDFAMDAgQEAgMDFAMDAgQEAgMDFAMDAgQEAgMDFAMDAgQEAgMDFAQCAwMDAwIEFAQCAwMDAwIEFAQCAwMDAwIEFAQCAwMDAwIEFAQCAwMDAwIEFAQCAwMDAwIEFAQCAwMDAwIEFQMDAgQEAgMDFAMDAgQEAgMDFAMDAgQEAgMDKAMDAgQEAgMDA0sDAwIEBAIDAxQDAwIEBAIDAxQDAwIEBAIDAxQDAwIEBAIDAxQEAgMDAwMCBBQEAgMDAwMCBDwEAgMDAwMCBBQEAgMDAwMCBBQEAgMEBAMCBCkDAwIEBAIDAxQDAwIEBAIDAxQDAwIEBAIDAxQDAwIEBAIDAxQDAwIEBAIDAxQEAgMDAwMCBBQEAgMDAwMCBBQEAgMDAwMCBBQEAgMDAwMCBBQEAgMDAwMCBBQEAgMDAwMCBBQEAgMDAwMCBBQEAwIEBAIDBBUDAwIEBAIDAxQDAwIEBAIDAxQDAwIEBAIDAxQDAwIEBAIDAxQDAwIEBAIDAxQDAwIEBAIDAxQEAgMDAwMCBBQEAgMDAwMCBBQEAgMDAwMCBBQEAgMDAwMCBBQEAgMDAwMCBBQEAgMDAwMCBBQEAgMDAwMCBBUDAwIEBAIDAxQDAwIEBAIDAxQDAwIEBAIDAxQDAwIEBAIDAxQDAwIEBAIDAwNLAwMCBAQCAwMUAwMCBAQCAwMUAwMCBAQCAwMUAwMCBAQCAwNkBAIDAwMDAgRRAwMCBAQCAwMUAwMCBAQCAwMUAwMCBAQCAwMUAwMCBAQCAwMUAwMCBAQCAwMUBAIDAwMDAgQUBAIDAwMDAgQUBAIDAwMDAgQUBAIDAwMDAgQUBAIDAwMDAgQUBAIDAwMDAgQUBAIDAwMDAgQUBAMCBAQCAwQVAwMCBAQCAwMUAwMCBAQCAwMUAwMCBAQCAwMUAwMCBAQCAwMUAwMCBAQCAwMUAwMCBAQCAwMUBAIDAwMDAgQUBAIDAwMDAgQUBAIDAwMDAgQoBAIDAwMDAgQUBAIDAwMDAgQUBAIDAwMDAgQVAwMCBAQCAwMUAwMCBAQCAwMUAwMCBAQCAwMUAwMCBAQCAwMUAwMCBAQCAwMDSwMDAgQEAgMDFAMDAgQEAgMDFAMDAgQEAgMDjAQCAwMDAwIEPQMDAgQEAgMDFAMDAgQEAgMDFAMDAgQEAgMDFAMDAgQEAgMDFAMDAgQEAgMDFAQCAwMDAwIEFAQCAwMDAwIEFAQCAwMDAwIEFAQCAwMDAwIEFAQCAwMDAwIEFAQCAwMDAwIEFAQCAwMDAwIEFAQDAgQEAgMEFQMDAgQEAgMDFAMDAgQEAgMDFAMDAgQEAgMDFAMDAgQEAgMDFAMDAgQEAgMDFAMDAgQEAgMDFAQCAwMDAwIEFAQCAwMDAwIEFAQCAwMDAwIEFAQCAwMDAwIEFAQCAwMDAwIEFAQCAwMDAwIEFAQCAwMDAwIEKQMDAgQEAgMDFAMDAgQEAgMDFAMDAgQEAgMDFAMDAgQEAgMDA3MDAwIEBAIDAzwDAwIEBAIDA6AEAgMDAwMCBFEDAwIEBAIDAxQDAwIEBAIDAxQDAwIEBAIDAxQDAwIEBAIDAygEAgMDAwMCBBQEAgMDAwMCBBQEAgMDAwMCBBQEAgMDAwMCBBQEAgMDAwMCBBQEAgMDAwMCBBQEAwIEBAIDBBUDAwIEBAIDAxQDAwIEBAIDAxQDAwIEBAIDAxQDAwIEBAIDAxQDAwIEBAIDAxQDAwIEBAIDAygEAgMDAwMCBBQEAgMDAwMCBBQEAgMDAwMCBBQEAgMDAwMCBBQEAgMDAwMCBBQEAgMDAwMCBBUDAwIEBAIDAxQDAwIEBAIDAxQDAwIEBAIDAxQDAwIEBAIDAxQDAwIEBAIDAwNzAwMCBAQCAwMUAwMCBAQCAwMUAwMCBAQCAwMUAwMCBAQCAwOgBAIDAwMDAgQ9AwMCBAQCAwMUAwMCBAQCAwMUAwMCBAQCAwMUAwMCBAQCAwMUAwMCBAQCAwMUBAIDAwMDAgQUBAIDAwMDAgQUBAIDAwMDAgQUBAIDAwMDAgQUBAIDAwMDAgQUBAIDAwMDAgQUBAIDAwMDAgQpAwMCBAQCAwMUAwMCBAQCAwMUAwMCBAQCAwMUAwMCBAQCAwMUAwMCBAQCAwMUAwMCBAQCAwMUBAIDAwMDAgQUBAIDAwMDAgQUBAIDAwMDAgQUBAIDAwMDAgQUBAIDAwMDAgQUBAIDAwMDAgQUBAIDAwMDAgQVAwMCBAQCAwMUAwMCBAQCAwMUAwMCBAQCAwMUAwMCBAQCAwMUAwMCBAQCAwMDhwMDAgQEAgMDFAMDAgQEAgMDFAMDAgQEAgMDFAMDAgQEAgMD/r8DAwIEBAIDAxQEAgMDAwMCBBQEAgMDAwMCBBQEAgMDAwMCBBQEAgMDAwMCBBQEAgMDAwMCBBQEAgMDAwMCBBQEAgMDAwMCBBQEAwIEBAIDBBUDAwIEBAIDAxQDAwIEBAIDAxQDAwIEBAIDAxQDAwIEBAIDAxQDAwIEBAIDAxQDAwIEBAIDAxQEAgMDAwMCBBQEAgMDAwMCBBQEAgMDAwMCBBQEAgMDAwMCBBQEAgMDAwMCBBQEAgMDAwMCBBQEAgMDAwMCBBUDAwIEBAIDAxQDAwIEBAIDAxQDAwIEBAIDAxQDAwIEBAIDAwNzAwMCBAQCAwMUAwMCBAQCAwP+qwMDAgQEAgMDFAMDAgQEAgMDFAQCAwMDAwIEFAQCAwMDAwIEFAQCAwMDAwIEFAQCAwMDAwIEFAQCAwMDAwIEFAQCAwMDAwIEFAQCAwMDAwIEFAQDAgQEAgMEFQMDAgQEAgMDFAMDAgQEAgMDKAMDAgQEAgMDFAMDAgQEAgMDFAMDAgQEAgMDFAQCAwMDAwIEFAQCAwMDAwIEFAQCAwMDAwIEFAQCAwMDAwIEFAQCAwMDAwIEKAQCAwMDAwIEFQMDAgQEAgMDFAMDAgQEAgMDKAMDAgQEAgMDA4gEAgMDAwMCBBUDAwIEBAIDA/5bBAIDAwMDAgQUBAIDAwMDAgQoBAIDAwMDAgQUBAIDAwMDAgQUBAIDAwMDAgQUBAMCBAQCAwQVAwMCBAQCAwMUAwMCBAQCAwMUAwMCBAQCAwMUAwMCBAQCAwMUAwMCBAQCAwMUAwMCBAQCAwMUBAIDAwMDAgQUBAIDAwMDAgQUBAIDAwMDAgQUBAIDAwMDAgQUBAIDAwMDAgQUBAIDAwMDAgQUBAIDAwMDAgQVAwMCBAQCAwMUAwMCBAQCAwMUAwMCBAQCAwMDXwMDAgQEAgMD/ZIDAwIEBAIDAxQDAwIEBAIDAxQDAwIEBAIDAxQEAgMDAwMCBCgEAgMDAwMCBBQEAgMDAwMCBBQEAgMDAwMCBBQEAgMDAwMCBBQEAgMDAwMCBBUDAwIEBAIDAxQDAwIEBAIDAxQDAwIEBAIDAxQDAwIEBAIDA2UEAgMDAwMCBBQEAgMDAwMCBBUDAwIEBAIDA4RiBAMJBQQRGR0MDC4OKhMGAwcEAQEBFh4JCBQKCk4NBTJuBjUMbIINkAtQCAgPBAkBBQICLgsFLwsUBgUfAQYSGQhaagoKCgUCAwIBBRZ4AXUXFA0FByAODUkMBP60AQED5AEBvgIEBAIDAwMRAgQEAgMDAwMCBAQCAwMDEQIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAxECBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDEgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQSAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEEgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBBIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBBIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBBIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQIAwMCBA4DAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQECAMDAgQOAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAxECBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMRAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMUAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMRAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMRAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMRAgQEAgMEBAMCBAQCAwQEAwIEBAIDBAQDAgQEAgMEBAMCBAQCAwQEAwIEBAIDBAQDAgQEAgMEBAMCBAQCAwQEAwIEBAIDBAQDAgQEAgMEBAMCBAQCAwQEAwIEBAIDBAQDAgQEAgMEBAMCBAQCAwQEAwIEBAIDBAQDAgQEAgMEBAMCBAQCAwQEAwIEBAIDBAQDAgQEAgMEBAMCBAQCAwQEAwIEBAIDBAQDAgQEAgMEBAMCBAQCAwQEAwIEBAIDBAQDAgQEAgMEBAMCBAQCAwQEAwIEBAIDBAQDAgQEAgMEBAMCBAQCAwQEAwIEBAIDBAQDAgQEAgMEBAMCBAQCAwQEAwIEBAIDBAQDAgQEAgMEBAMCBAQCAwQEAwIEBAIDBAQDAgQEAgMEBAMCBAQCAwQEEgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQSAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEEgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQSAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBBIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQSAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQSAgQEAgIEBAICBAQCAgQEAgIEBAICBAQCAgQEAgIEBAICBAQCAgQEAgIEBAICBAQCAgQEAgIEBAICBAQCAgQEAgIEBAICBAQCAgQEAgIEBAICBAQCAgQEAgIEBAICBAQCAgQEAgIEBAICBAQCAgQEAgIEBAICBAQCAgQEAgIEBAICBAQCAgQEAgIEBAICBAQCAgQEAgIEBAICBAQCAgQEAgIEBAICBAQCAgQEAgIEBAICBAQCAgQEAgIEBAICBAQCAgQEAgIEBAICBAQCAgQEEgIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDEQIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAwMCBAQCAwMDAwIEBAIDAwMDAgQEAgMDAxECBAQCAwMDAwIEBAIDAwMDAgQEAgMDA/6MXgQDBQECAQIGBwguJQ4nEQMBAgECAgITCAlJCy8DRjAGC2gmeww/C0wICAsGAwMoCiwEDBQFBR4VFgdVJWQJCgYBCgcVbB1lFREWDgQNDkQLLfYB/aEBAQAlAAAAmQPlAvkACwAXACMALwA7AEcAUwBfAGsAdwCDAI8AmwCnALMAvwDL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AQETAQIBAwMBAQIBAQECAQEBAQEBAgEDAwEBAgEDAwEBAQECAQMDAQECAQMDAQEBAQIBAwMBAQIBAQIDAQEBEgECAQMDAQEBAgEBAgEBAQEBAQIBAwMBAQECAQECAQEBAQEBAgEDAwEBAQIBAQIBAQEBAQECAQMDAQEBAgEBAgEBAQEBEgECAQIEAQEBAgEBAwEBAQEBAgECBAEBAQIBAgIBAQEBAQIBAgQBAQECAQICAQEBAQECAQIEAQEBAgECAgEBAQEBAgECBAEBAQIBAgIBAQEBAQIBAgQBAQECAQICAQEBASQBAgEDAwEBAgEBAgMBAQEBAgEDAwEBAgEBAgMBAQEBAgEDAwEBAgEBAgMBAQE3AQICAgMBAQIBAQECAQEBAQICAgMBAQIBAQECAQEBAQICAgMBAQIBAQECAQEBAQICAgMBAQIBAQECAQEBAQICAgMBAQIBAQECAQEBAQICAgMBAQIBAQECAQEBAQICAgMBAQIBAQECAQEBEgECAQMDAQECAQEBAgEBAQECAQMDAQECAgECAQEBAQEBAgEDAwEBAgEBAQIBAQEBAgEDAwEBAgIBAgEBAQEBEgECAQIEAQEBAgEBAgEBAQEBAQIBAgQBAQECAQECAQEBAQEBAgECBAEBAQIBAQIBAQEBARIDAQIEAQEBAgECAgEBAQFbAQIBAwMBAQECAQIEAQESAQIBAgQBAQECAQMDAQETAQICAgMBAQIBAwMBEgECAQMDAQECAQEBAgEBARIBAgECBAEBAQIBAQIBAQEBARIDAQIEAQEBAgECAgEBAQFbAQIBAwMBAQECAQECAQEBAQEBAgEDAwEBAQIBAQIBAQEBAQECAQMDAQEBAgEBAgEBAQEBAQIBAwMBAQECAQECAQEBAQEBAgEDAwEBAQIBAQIBAQEBAQECAQMDAQEBAgEBAgEBAQEBAQIBAwMBAQECAQECAQEBAQEBAgEDAwEBAQIBAQIBAQEBARIBAgEDAwEBAgEBAgMBAQETAgICAwEBAQECAQMDARIBAgEDAwEBAgEBAgMBAQETAgICAwEBAQECAQMDAQG3AQIBAgQBAQECAQIEAQEBAgECBAEBAQIBAgQBARIDAQIDAQEBAQIBAwMBAQgBAQEBAQIBAwMBAQMBAQIBAQEBAQECAQMDAQEDAQECARsBAgEBAgMBAQIBAwMBAQEBAgEBAgMBAQIBAwMBAQEBAgEBAgMBAQIBAwMBAQEBAgEBAgMBAQIBAwMBAQEBAgEBAgMBAQIBAwMBAQESAQIBAgQBAQECAQIEAQEBAgECBAEBAQIBAgQBAQECAQIEAQEBAgECBAEBAQIBAgQBAQECAQIEAQEtAQEBAQECAQICAQEBAQMBAQIBGwECAQECAwEBAgEBAQIBAQEBARIBAgECBAEBAQIBAQIBAQEBARIBAgECBAEBAQIBAgQBAQECAQIEAQEBAgECBAEBAQIBAgQBAQECAQIEAQEBAgECBAEBAQIBAgQBARICAgIDAQEBAQIBAwMBAQICAgMBAQEBAgEDAwEBAgICAwEBAQECAQMDAQECAgIDAQEBAQIBAwMBARMBAgEDAwEBAgEBAgMBAQEBAgEDAwEBAgEBAgMBAQEBAgEDAwEBAgEBAgMBAQESAQIBAwMBAQMBAgQBAQECAQMDAQEDAQIEAQEBAgEDAwEBAwECBAEBAQIBAwMBAQMBAgQBATcBAgECBAEBAQIBAQIBAQEBAQECAQIEAQEBAgEBAgEBAQEBAQIBAgQBAQECAQECAQEBAQESAgICAwEBAQECAQEBAgEBAQECAgIDAQEBAQIBAQECAQEBAQICAgMBAQEBAgEBAQIBAQEBAgICAwEBAQECAQEBAgEBAQECAgIDAQEBAQIBAQECAQEBAQICAgMBAQEBAgEBAQIBAQEBAgICAwEBAQECAQEBAgEBAQETAQIBAwMBAQIBAQECAQEBAQEBAgEDAwEBAgEBAQIBAQEBAQECAQMDAQECAQEBAgEBAQEBAQIBAwMBAQIBAQECAQEBAQEBAgEDAwEBAgEBAQIBAQEBAQECAQMDAQECAQEBAgEBAQEBEgECAQMDAQEDAQECAQEBAQEBAgEDAwEBAwEBAgEBAQEBAQIBAwMBAQMBAQIBAQEBAQECAQMDAQEDAQECAQEBAQESAQIBAgQBAQECAQMDAQEBAgECBAEBAQIBAwMBAQECAQIEAQEBAgEDAwEBDgIDAQEBAQIBAwMBAQICAgMBAQEBAgEDAwEBAgIOAQIBAgQBAQECAQICAQEBAQECAQIEAQEBAgECAgEBAQEBAgECBAEBAQIBAgIBAQEBAQIBAgQBAQECAQICAQEBARMBAQECAgIDAQEBAQIBAQECAQUCAwEBAQECAQEBAgEBAQECAkUCAgIDAQEBAQIBAQECAQEBARMBAgEDAwEBAgEBAQIBAQEBAW4BAgECBAEBAQIBAgQBAYABAgEDAwEBAwEBAgEBAQEBAQIBAwMBAQMBAQIBAQEBAQECAQMDAQEDAQECAQEBAQESAQIBAgQBAQECAQICAQEBAQ4CAwEBAQECAQEBAgEBAQECAmkBAgECBAEBAQIBAgQBARIBAgECBAEBAwECBAEBJQECAQMDAQECAgIEAQEyAgMBAQEBAgEBAQIBAQEBAgIXAQIBAwMBAQICAgQBAQECAQMDAQECAgECAQEBAQFJAQIBAwMBAQIBAQIDAQEBSQECAQECAwEBAgEDAwEBAQECAQECAwEBAgEDAwEBARMCAgIDAQEBAQIBAwMBARMBAgEBAgMBAQEBAgEDAwEBJQECAQIEAQEBAgECBAEBAQIBAgQBAQECAQIEAQESAgICAwEBAQECAQMDAQECAgIDAQEBAQIBAwMBAQICAgMBAQEBAgEDAwEBAgICAwEBAQECAQMDAQETAQIBAwMBAQIBAQIDAQEBAQIBAwMBAQIBAQIDAQEBAQIBAwMBAQIBAQIDAQEBEwICAgMBAQEBAgEDAwEBJQECAQMDAQEDAQIEAQEBAgEDAwEBAwECBAEBAQIBAwMBAQMBAgQBAQECAQMDAQEDAQIEAQESAQIBAgQBAQECAQMDAQEBAgECBAEBAQIBAwMBAQECAQIEAQEBAgEDAwEBAQIBAgQBAQECAQMDAQETAQICAgMBAQEBAgEDAwEBAgICAwEBAQECAQMDAQECAgIDAQEBAQIBAwMBDgMDAQECAgIEAQEBAgEDAwEBAgICBAEBAQIBBAEBAQEBAgEDAwEBAgIBAgEBAQEBAQIBAwMBAQICAQIBEgECAQMDAQEBAgECBAEBAQIBAwMBAQECAQIEAQEBAgEDAwEBAQIBAgQBAQECAQMDAQEBAgECBAEBAQIBAwMBAQECAQIEAQESAwECBAEBAQIBAwMBAQMBAgQBAQECAQMDAQGSAQIBAgQBAQECAQIEAQESAQIBAgQBAQECAQIEAQEBAgECBAEBAQIBAgQBASUDAQIDAQEBAQIBAwMBATcBAgECBAEBAQIBAgQBASUBAgEDAwEBAgEBAgMBAQEkAQIBAgQBAQECAQMDAQETAQICAgMBAQEBAgEDAwEOAwMBAQICAgQBAQECARYBAgEDAwEBAQIBAgQBAW4CAgIDAQEBAQIBAwMBASUBAgEDAwEBAwECBAEBEgECAQIEAQEBAgEDAwEBJQEBAQEBAgEDAwEBAgIBAgESAQIBAwMBAQECAQIEAQFuAgICAwEBAQECAQMDAQETAQIBAwMBAQICAgQBARIBAgEDAwEBAwECBAEBEgECAQIEAQEBAgEDAwEBEwECAgIDAQEBAQIBAwMBEgEBAQEBAgEDAwEBAgIBAgESAQIBAwMBAQECAQIEAQESAwECBAEBAQIBAwMBAUkBAgECBAEBAQIBAgQBAQECAQIEAQEBAgEDAwEBEwECAgIDAQEBAQIBAwMBJQECAQMDAQEDAQIEAQFuAwECAwEBAQECAQMDAQETAQIBAQIDAQECAQMDAQGBAQICAgMBAQEBAgEDAwE2AwECBAEBAQIBAwMBAVsBAgEDAwEBAwECBAEBSQECAQMDAQEBAgECBAEBEgMBAgMBAQEBAgEDAwEBEwECAgIDAQEBAQIBAwMBbgECAQMDAQEDAQIEAQESAQIBAgQBAQECAQMDAQETAQICAgMBAQEBAgEDAwESAQIBAwMBAQICAgQBAQECAQMDAQECAgIEAQEBAgEDAwEBAgICBAEBJAMBAgQBAQECAQMDAQEDAQIEAQEBAgEDAwEBJAECAQMDAQECAgIEAQESAQIBAwMBAQECAQIEAQEBAgEDAwEBAQIBAgQBAQECAQMDAQEBAgECBAEBEgMBAgQBAQECAQMDAQEDAQIEAQEBAgEDAwEBAwECBAEBAQIBAwMBAVsBAgEDAwEBAwECBAEBSQECAQMDAQEBAgECBAEBJAECAgIDAQEBAQIBAwMBAQICAgMBAQEBAgEDAwE2AwECBAEBAQIBAwMBARMBAgICAwEBAgEDAwEBAgICAwEBAgEDAwEBAgICAwEBAgEDAwEBAgICAwEBAgEDAwEBAgICAwEBAgEDAwEBAgICAwEBAgEDAwEBAgICAwEBAgEDAwEBAgICAwEBAgEDAwEBAgICAwEBAgEDAwEBAgICAwEBAQECAQMDARIBAgEDAwEBAgICBAEBAQIBAwMBAQICAgQBAQECAQMDAQECAgIEAQEBAgEDAwEBAgICBAEBAQIBAwMBAQICAgQBAQECAQMDAQECAgIEAQEBAgEDAwEBAgICBAEBAQIBAwMBAQICAgQBAW4BAgECBAEBAQIBAgQBAYABAgECBAEBAQIBAgQBAQECAQIEAQEBAgECBAEBCAEBAQEBAgECBAEBAQIBAQIBAQEBAQECAQIEAQEBAgEBAgEIAQIBAgQBAQECAQIEAQEBAgECBAEBAQIBAgQBAQECAQIEAQEBAgECBAEBAQIBAgQBAQECAQIEAQEBAgECBAEBAQIBAgQBAQgBAQEBAQIBAgQBAQECAQECAVEBAgEBAgEBAQQCAQIBAQEBATcCAgIDAQEBAQIBAwMBAQICAgMBAQEBAgEDAwEBAgICAwEBAQECAQMDAQECAgIDAQEBAQIBAwMBAQICAgMBAQEBAgEDAwEBAgICAwEBAQECAQMDAQECAgIDAQEBAQIBAwMBAQICAgMBAQEBAgEDAwEBAgICAwEBAQECAQMDAQECAgIDAQEBAQIBAwMBAUkCAgECAQEBBAIBAQIBAQEBAgIBAgEBAQQCAQECAQEBAQICAQIBAQEEAgEBAgEBAQE2AQICAgMBAQEBAgEDAwEBAgICAwEBAQECAQMDAQECAgIDAQEBAQIBAwMBAQICAgMBAQEBAgEDAwEBAgICAwEBAQECAQMDAQECAgIDAQEBAQIBAwMBAQICAgMBAQEBAgEDAwEBAgICAwEBAQECAQMDAQECAgIDAQEBAQIBAwMBAQICAgMBAQEBAgEDAwFJAQIBAgIBAQMDAQIBAQEBAQECAQICAQEDAwECAQEBAQE3AQIBAQMBAQMDAQIBAQEBAQECAQEDAQEDAwECAQEBAQEBAgEBAwEBAwMBAgEBAQEBAQIBAQMBAQMDAQIBAQEBAQECAQEDAQEDAwECAQEBAQEBAgEBAwEBAwMBAgEBAQEBAQIBAQIBAQEEAgECAQEBAQEBAgEBAgEBAQQCAQIBAQEBAQECAQEDAQEDAwECAQEBAQEkAgIBAgEBAQQCAQECAQEBAQICAQIBAQEEAgEBAgEBAQESAQIBAQIBAQEEAgECAQEBAQEBAgEBAgEBAQQCAQIBAQEBAQECAQECAQEBBAIBAgEBAQEBAQIBAQIBAQEEAgECAQEBAQEBAgEBAgEBAQQCAQIBAQEBAQECAQECAQEBBAIBAgEBAQEBAQIBAQIBAQEEAgECAQEBAQEBAgEBAgEBAQQCAQIBAQEBAQECAQECAQEBBAIBAgEBAQEBJQECAQICAQEDAwECAQEBAQEBAgECAgEBAwMBAgEBAQEBEwICAQIBAQEEAgEBAgEBAQECAgECAQEBBAIBAQIBAQEBAgIBAgEBAQQCAQECAQEBAQICAQIBAQEEAgEBAgEBAQECAgECAQEBBAIBAQIBAQEBAgIBAgEBAQQCAQECAQEBAQICAQIBAQEEAgEBAgEBAQECAgECAQEBBAIBAQIBAQEBAgIBAgEBAQQCAQECAQEBAQICAQIBAQEEAgEBAgEBAQETAQIBAgIBAQMDAQIBAQEBAQECAQICAQEDAwECAQEBAQEBAgECAgEBAwMBAgEBAQEBAQIBAgIBAQMDAQIBAQEBAQECAQICAQEDAwECAQEBAQEBAgECAgEBAwMBAgEBAQEBAQIBAgIBAQMDAQIBAQEBAQECAQICAQEDAwECAQEBAQEBAgECAgEBAwMBAgEBAQEBAQIBAgIBAQEBAgEBAQIBAQEBASABAgEBAQEBAQIBAQIBAQEBAQECAQ4BAgEBAgEBAQEBAwEBAgEBAQEBAQIBAQIBAQEEAgECAQEBAQEBAgEBAwEBAwMBAgEBAQEBAQIBAQMBAQMDAQIBAQEBAQECAQECAQEBBAIBAgEBAQEBAQIBAQIBAQEEAgECAQEBAQEBAgEBAgEBAQQCAQIBAQEBAQECAQECAQEBBAIBAgEBAQEBAQIBAQIBAQEEAgECAQEBAQEBAgEBAgEBAQQCAQIBAQEBAQECAQECAQEBBAIBAgEBAQEBEgEBAQEBAgEBAgEBAQQCAQIBBAECAQEBBAICAgEBAQEBAgEBAgEBAQQCAgIBAQEBAQIBBAEBAQEBAgEBAgEBAQQCAQIBEwECAQEBAgEBAQEDAgEBAgEBAQECAQEBAgEBAQEDAgEBAgEBAQECAQEBAgEBAQEDAgEBAgEBAQECAQEBAgEBAQEDAgEBAgEBARIBAgECAgEBAwMBAgEBAQECAQICAQEDAwECAQEBAQIBAgIBAQMDAQIBAQESAQIBAQECAQEBAQMCAQECAQEBSQECAQICAQEDAwECAQEBAQIBAgIBAQMDAQIBAQESAQIBAQMBAQMDAQIBAQEBARIBAgEBAgEBAQQCAQIBAQEBAQ4BAgEBAQQCAQECAQEBAQICsgECAQICAQEDAwECAQEBAQEBAgECAgEBAwMBAgEBAQEBEgECAQECAQEBBAIBAgEBAQEBJQECAQEBAgEBAQEDAgEBAgEBASQBAgEBAgEBAQQCAQIBAQEBAUkBAgEBAgEBAQQCAQIBAQEBAQ4BAgEBAQQCAgIBAQEBAgIOAQIBAQIBAQEEAgECAQEBAQESAQEBAQICAQIBAQEEAgEBAv7UAQEBAQECAQIEAQEBAgEBAgEaAgICAwEBAQECAQMDAQETAQICAgMBAQEBAgEDAwESAQIBAQMBAQMDAQIBAQEBARIBAgEBAgEBAQQCAQIBAQEBARICAgECAQEBBAIBAQIBAQEBEwECAQICAQEDAwECAQEBAQESAQIBAQIBAQEDAwECAQEBAQEOAQIBAQEEAgICAQEBAQECARcBAgEBAQIBAQEBAwIBAQIBAQESAQIBAgIBAQMDAQIBAQG/AQEBAQECAQIEAQEBAgEBAgEaAgICAwEBAQECAQMDAQETAQICAgMBAQEBAgEDAwESAQIBAQMBAQQCAQIBAQEBARIBAgEBAgEBAQQCAQIBAQEBARICAgECAQEBBAIBAQIBAQEBEwECAQICAQEDAwECAQEBAQESAQIBAQIBAQEEAgECAQEBAQEOAQIBAQEEAgICAQEBAQECARcBAgEBAQIBAQEBAwIBAQIBAQESAQIBAgIBAQMDAQIBAQG/AQEBAQECAQIEAQEBAgEBAgEaAgICAwEBAQECAQMDAQETAQICAgMBAQEBAgEDAwESAQIBAQMBAQMDAQIBAQEBARIBAgEBAgEBAQQCAQIBAQEBARICAgECAQEBBAIBAQIBAQEBEwECAQICAQEDAwECAQEBAQESAQIBAQIBAQEDAwECAQEBAQEOAQIBAQEEAgICAQEBAQECARcBAgEBAQIBAQEEAgEBAgEBARIBAgECAgEBAwMBAgEBAbcBAgECBAEBAQIBAgQBARICAgIDAQEBAQIBAwMBARMBAgICAwEBAQECAQMDARIBAgEBAwEBAwMBAgEBAQEBEgECAQECAQEBBAIBAgEBAQEBEgICAQIBAQEEAgEBAgEBAQETAQIBAgIBAQMDAQIBAQEBAVsBAgEBAgEBAQQCAQIBAQEBAQECAQECAQEBBAIBAgEBAQEBAQIBAQIBAQEEAgECAQEBAQEOAQIBAQEEAgICAQEBAQMBAQIBAQEEAgICAQEBAQMBAQIBAQEEAgICAQEBAQMBFwECAQICAQEDAwECAQEBAQIBAgIBAQMDAQIBAQElAQIBAQIBAQEEAgICAQEBAQECAQECAQEBBAICAgEBAQEOAQIBAQEEAgICAQEBAQMBAQIBAQEEAgICAQEBAQMBFwECAQICAQEDAwECAQEBAQIBAgIBAQMDAQIBAQElAQIBAQIBAQEEAgECAQEBAQEOAQIBAQEEAgICAQEBAQMBKQECAQEDAQEDAwECAQEBAQEBAgEBAwEBAwMBAgEBAQEBAQIBAQMBAQMDAQIBAQEBAW4BAQEBAQIBAQIBAQEEAgECARMBAgEBAQIBAQEBAwIBAQIBAQEBAgEBAQIBAQEBAwIBAQIBAQETAQEBAQECAQECAQEBBAIBAgElAQIBAgIBAQMDAQIBAQEBAgECAgEBAwMBAgEBAYABAgEBAwEBAwMBAgEBAQEBEgECAQECAQEBBAIBAgEBAQEBSQEBAQEBAgEBAgEBAQQCAQIBAQEBAQECAQECAQEBBAIBAgETAQIBAQECAQEBAQMCAQECAQEBAQIBAQECAQEBAQMCAQECAQEBEgECAQICAQEDAwECAQEBJAEBAQEDAQECAQEBBAICAk0BAgEBAQQCAgIBAQEBAQIBAQIBAQEEAgICAQEBAQECAQQBAQEBAQIBAQIBAQEEAgECAaQBAgEDAwEBAgICBAEBAQIBAwMBAQICAgQBAaQBAgEBAgEBAQEBAQIBAQIBAQEBAQECAQECAQEBAQEBAgEBAgEBAQEBEwECAQEBAgEBAQEBAQIBAQECAQEBAQIBAQECAQEBAQEBAgEBAQIBAQESAQIBAgIBAQEBAgEBAQIBAQEBAQECAQICAQEBAQIBAQECAQEBAQEBAgECAgEBAQECAQEBAgEBAQEBJAMBAQIBAQEBAQECAQICAQEBAQMBAQIBAQEBAQECAQICAQEBAUkBAQEBAgIBAgEBAQEBAQIBAgITAQIBAgIBAQEBAgEBAQIBAQFJAQIBAgIBAQEBAgEBAQIBAQEBAgECAgEBAQECAQEBAgEBAWQBAQEBAQIBAgIBAQEBAQIBAQIBCgECAQECAQEBAQEDAQECAQEBAQElAQIBAQECAQEBAQEBAgEBAQIBAQFJAQIBAgIBAQEBAgEBAQIBAQETAwEBAgEBAQEBAQIBAgIBAQEBSQEBAQECAgECAQEBAQEBAgEBAQIkAQIBAQMBAQEBAgIBAgEBAQEBgAECAQECAQEBAQEDAQECAQEBAQFJAQIBAQIBAQEBAQECAQECAQEBAQEBAgEBAgEBAQEBAQIBAgIBAQEBJQECAQICAQEBAQIBAQECAQEBEgECAQEDAQEBAQICAQIBAQEBAW4BAgEBAgEBAQEBAQIBAQIBAQEBARIBAgEBAgEBAQEBAwEBAgEBAQEBSQECAQECAQEBAQEBAgEBAgEBAQEBAQIBAQIBAQEBAQECAQECAQEBAQESAQIBAgIBAQEBAgEBAQIBAQEBARIBAgEBAgEBAQEBAQIBAQIBAQEBAQECAQECAQEBAQEBAgEBAgEBAQEBJQECAQICAQEBAQIBAQECAQEBEgECAQEDAQEBAQICAQIBAQEBARIBAgECAgEBAQECAQEBAgEBARMDAQECAQEBBAICAgEBAQEDAQECAQEBAQEBAgECAgEBAQETAQIBAgIBAQEBAgEBAQIBAQESAQIBAQMBAQEBAgIBAgEBAQEB/O4DAQIEAQEBAgECAgEBAQEDAQIEAQEBAgECAgEBAQEDAQIEAQEBAgEBAwEBAQEDAQIEAQEBAgEBAwEBAQEDAQIEAQEBAgECAgEBAQEDAQIEAQEBAgECAgEBAQEDAQIEAQEBAgECAgEBAQEDAQIEAQEBAgECAgEBAQEDAQIEAQEBAgECAgEBAQEDAQIEAQEBAgECAgEBAQEDAQIEAQEBAgECAgEBAQEDAQIEAQEBAgECAgEBAQEDAQIEAQEBAgECAgEBAQEDAQIDAQEBAQIBAgIBAQEBEwECAgIDAQECAQEBAgEBAQEBAQICAgMBAQIBAQECAQEBAQEBAgICAwEBAgEBAQIBAQEBAQECAgIDAQECAQEBAgEBAQEBAQICAgMBAQIBAQECAQEBAQEBAgICAwEBAgEBAQIBAQEBAQECAgIDAQECAQEBAgEBAQEBAQICAgMBAQIBAQECAQEBAQEBAgICAwEBAgEBAQIBAQEBAQECAgIDAQECAQEBAgEBAQEBAQICAgMBAQIBAQECAQEBAQEBAgICAwEBAgEBAQIBAQEBAQECAgIDAQECAQEBAgEBAQEBAQICAgMBAQIBAQECAQEBAQEBAgICAwEBAgEBAQIBAQEBARIBAgECBAEBAwEBAgEBAQEBAQIBAgQBAQECAQECAQEBAQEBAgEDAwEBAwEBAgEBAQEBAQIBAwMBAQMBAQIBAQEBAQECAQIEAQEBAgEBAgEBAQEBAQIBAgQBAQECAQECAQEBAQEBAgECBAEBAQIBAQIBAQEBAQECAQIEAQEBAgEBAgEBAQEBAQIBAgQBAQECAQECAQEBAQEBAgECBAEBAQIBAQIBAQEBAQECAQIEAQEBAgEBAgEBAQEBAQIBAgQBAQECAQECAQEBAQESAQEBAQECAQIEAQEBAgEBAgEBAQEBAQIBAgQBAQECAQECAQIBAQECAQIEAQEBAgEBAgEBAQYCBAEBAQIBAQIBAQEBAQECAQIEAQEBAgEBAgEBAQEBAQIBBAEBAQEBAgECBAEBAQIBAQIBAQEBAQECAQIEAQEBAgEBAgEBAQEBAQIBAgQBAQECAQECAQQCBAEBAQIBAQIBAQEBAQECARYCAgIDAQIBAgEBAQIBAQElAQIBAgQBAQECAQECAQEBAQESAQEBAQECAQIEAQEBAgEBAgEBAQEBAQIBAgQBAQECAQECARICAgIDAQIBAgECAgEBAQECAgIDAQIBAgEBAQIBAQEBAgICAwECAQIBAQECAQEBAQICAgMBAgECAQEBAgEBAQECAgIDAQIBAgEBAQIBAQEBAgICAwECAQIBAQECAQEBAQICAgMBAgECAQEBAgEBAQECAgIDAQIBAgEBAQIBAQEBAgICAwECAQIBAQECAQEBAQICAgMBAgECAQEBAgEBAQECAgIDAQIBAgEBAQIBAQESAQIBAwMBAQIBAQECAQEBAQEBAgEDAwEBAgEBAQIBAQEBAQECAQMDAQECAQEBAgEBAQEBAQIBAwMBAQIBAQECAQEBAQEBAgEDAwEBAgEBAQIBAQEBAQECAQMDAQECAQEBAgEBAQEBEgECAQMDAQEBAgECBAEBAQIBAwMBAQECAQIEAQEBAgEDAwEBAQIBAgQBASUCAgIDAQIBAgEBAQIBAQEBAgICAwECAQIBAQECAQEB9gEBBAIBAgEBAQEBAQIBAQIBGgMBAQIBAQEEAgICAQEBAQMBAQIBAQEEAgICAQEBAQMBAQIBAQEEAgICAQEBAQMBAQIBAQEEAgICAQEBARMBAgICAwEBAQECAQEBAgEBAQECAgIDAQEBAQIBAQECAQEBAQICAgMBAQEBAgEBAQIBAQEBAgICAwEBAQECAQEBAgEBARIBAgEDAwEBAgIBAgEBAQEBAQIBAwMBAQICAQIBAQEBAQECAQMDAQECAgECAQEBAQEBAgEDAwEBAgIBAgEBAQEBCgEBAQEBAgEBAgEBAQEBAQIBAQIBAQEBAQECAQECAQEBAQEBAgEBAgEBAQEBAQIBAQIBAQEBAQECAQECAQEBAQEBAgEBAgEBAQEBAQIBAQIBLQECAgIDAQECAQEBAgEBAQECAgIDAQECAQEBAgEBAQECAgIDAQECAQEBAgEBAQECAgIDAQECAQEBAgEBAQECAgIDAQECAQEBAgEBAQECAgIDAQECAQEBAgEBAQECAgIDAQECAQEBAgEBARIBAgEDAwEBAgIBAgEBAQEBAQIBAwMBAQICAQIBAQEBAQECAQMDAQECAgECAQEBAQEBAgEDAwEBAgIBAgEBAQEBAQIBAwMBAQICAQIBAQEBAQECAQMDAQECAgECAQEBAQEBAgEDAwEBAgIBAgEBAQEBAQIBAwMBAQICAQIBAQEBAQECAQMDAQECAgECAQEBAQEBAgEDAwEBAgIBAgEBAQEBEgECAQIEAQEBAgEBAwEBAQEBAgECBAEBAQIBAQMBAQEBAQIBAgQBAQECAQEDAQEBAQECAQIEAQEBAgEBAwEBAQEBAgECBAEBAQIBAQMBAQEBAQIBAgQBAQECAQEDAQEBAQECAQIEAQEBAgEBAwEBAQEBAgECBAEBAQIBAQMBAQEBAQIBAgQBAQECAQEDAQEBAQECAQIEAQEBAgEBAwEBAQEBAgECBAEBAQIBAQMBAQEBAQIBAgQBAQECAQEDAQEBAQECAQIEAQEBAgEBAwEBAQGAAwEBAgEBAQQCAgIBAQEBNwECAQIEAQEBAgEBAgEBAQEBbgECAgIDAQECAQEBAgEBAQEBEgECAQMDAQEDAQECAQEBAQEOAgQBAQECAQECAQEBAQEBAgECBAEBAQIBAQIBAQEBAQECASkBAgEDAwEBAgEBAQIBAQEBAaUDAQIEAQEBAgEBAwEBAQEDAQIEAQEBAgEBAwEBAQEDAQIEAQEBAgEBAwEBAQEDAQIEAQEBAgEBAwEBAQFJAwEBAgEBAQQCAgIBAQEBEwECAgIDAQEBAQIBAQECAQEBEgECAQMDAQECAgECAQEBAQE3AQICAgMBAQIBAQECAQEBEwMBAgQBAQECAQEDAQEBASUBAgEDAwEBAgIBAgEBAQEBAQIBAwMBAQICAQIBAQEBAZIBAgEDAwEBAQIBAgQBAQECAQMDAQEBAgECBAEBDgIEAQEBAgEDAwEBAQIBIAECAQMDAQECAQEBAgEBAQEBEgECAQMDAQEBAgECBAEBEgECAQIEAQEBAgEDAwEBEwECAgIDAQECAQMDAQECAgIDAQECAQMDAQECAgIDAQECAQMDAQECAgIDAQECAQMDAQECAgIDAQECAQMDASUBAgEDAwEBAQIBAgQBASUBAgICAwEBAgEDAwESAQIBAwMBAQICAgMBAQEBAgEDAwEBAgICAwEBAQECAQMDAQECAQMDAQEBAQIBAwMBAQIBAwMBAQEBAgEDAwEBAgEDAwEBAQECAQMDAQECAgIDAQEBAQIBAwMBAQICAgQBAQECAQMDAQECAgIDAQEBEgECAQIEAQEBAgECBAEBAQIBAgQBAQECAQIEAQEBAgECBAEBAQIBAgQBAQECAQIEAQEBAgECBAEBAQIBAwMBAQECAQIEAQEBAgEDAwEBAQIBAgQBARIDAQIEAQEBAgEDAwEBAwECBAEBAQIBAwMBAQMBAgQBAQECAQMDAQEDAQIEAQEBAgEDAwEBAwECBAEBAQIBAwMBAQMBAgQBAQECAQMDAQETAQICAgMBAQIBAwMBAQICAgMBAQIBAwMBAQICAgMBAQIBAwMBAQICAgMBAQIBAwMBAQICAgMBAQIBAwMBNwECAQMDAQECAgIDAQEBAQIBAwMBAQICAgMBAQESAQIBAgQBAQECAQIEAQEBAgECBAEBAQIBAgQBARIDAQIEAQEBAgEDAwEBAwECBAEBAQIBAwMBARMBAgICAwEBAgEDAwFcAQIBAgQBAQECAQMDAQEBAgECBAEBAQIBAwMBAVwBAgICAwEBAgEDAwESAQIBAwMBAQIBAQIDAQEBAQIBAwMBAQIBAQIDAQEB/toCBQMFLAs9Jmk3Dg4kHhQEBwoFAhMULRISDjwGD14MDBcLCiQbAgEECQQHFzJxDj8ID5yCgo8bCwQDKQYHGA04Bg03AwIIAQENGw4cHDkVFQFsCR8VFRkFBREKCmANOAUOWBAQJjAGBwsMBxYXMRQTCAgEDAgIAaUBAQMDAQIBAQEBAQECAQECAQEBAwMBAgEBAQEBAQIBAQIBEgEBBAIBAwEBAwMBAgESAQMCAgIBAQMDAQIBEwEBAwMBAgEBAQQCAQIBJQEBBAIBAwEBAQECAgECARIBAwICAgEBAQECAQEBAgETAQEDAwECAQEBAQEBAgEBAgESAQEEAgECAQEBAQEBAgEBAgElAQMCAgIBAQEBAgIBAgETAQEDAwECAQEBAQEBAgEBAgESAQEEAgECAQEBAQEBAgEBAgESAQEEAgEDAQEBAQICAQIBEgEDAgICAQEBAQEBAgEBAQIBEwEBAwMBAgEBAQEBAQIBAgIkAQEBAwIBAwEBAwMBAgESAQMCAgIBAQEBAwIBAQIBEwEBAwMBAgEBAQQCAQO3AQEEAgEDAQEBAQICAQIBEgEDAgEDAQEBAQICAQIBEwEBAwMBAgEBAQEBAQIBAQIBEgEBBAIBAgEBAQEBAQIBAQIBEgEBAQMCAQMBAQEBAgIBAgESAQMCAgIBAQEBAQECAQEBAgETAQEDAwECAQEBAQEBAgECAlwBAwIBAwEBAQECAgECARMBAQMDAQIBAQEBAQECAQECASQBAQQCAQMBAQEBAgIBAgESAQMCAgIBAQEBAQECAQEBAgE2AQEDAwECAQEBAQEBAgECAhIBAQMDAQIBAQEBAQECAQECARIBAQQCAQMBAQEBAgIBAgEkAQEDAwECAQEBAQEBAgECAjcBAQMDAQIBAQEEAgECAQEBAwMBAgEBAQQCAQIBAQEDAwECAQEBBAIBAgESAQEEAgEDAQEBAQICAQIBEgEDAgEDAQEBAQICAQIBAQMCAgIBAQEBAgEBAQIBkgEDAgICAQEBAQEBAgEBAQIBEwEBAwMBAgEBAQEBAQIBAQMSAQEEAgECAQEBAQEBAgEBAgE3AQEBAwIBAwEBAQECAgECARIBAQQCAQIBAQEBAQECAQECARIBAQMDAQIBAQEBAQECAQICEwEDAgICAQEBAQEBAgEBAQIBEgEBBAIBAwEBAQECAgECARIBAQQCAQIBAQEEAgECASUBAwICAgEBAwMBAgFuAQEEAgECAQEBBAIBAgFbAQEDAwECAQEBBAIBAgFJAQEDAwECAQEBBAICAhIBAQMDAQIBAQEEAgECATcBAQQCAQIBAQEDAwECARIBAgECAgEBAwMBAgEBAQEBJQECAQECAQEBBAIBAgEBAQEBSQEBAwMBAgEBAQQCAQMSAQEEAgECAQEBAwMBAgESAQEBAwICAgEBAwMBAgETAQEDAwECAQEBBAICAhIBAQMDAQIBAQEEAgECAUkBAQMDAQIBAQEEAgEDEgEBBAIBAgEBAQMDAQIBJQEBAwMBAgEBAQEDAwECARMBAQMDAQIBAQEEAgECARIBAgEBAwEBAQECAgECAQEBAQEBAQQCAQMBAQEBAgIBAgEBAQQCAQMBAQEBAgIBAgFbAQEDAwECAQEBBAIBAxIBAQQCAQIBAQEDAwECASUBAQMDAQIBAQEBAwMBAgETAQEDAwECAQEBBAIBAgE3AQEEAgEDAQEDAwECARIBAQEDAgICAQEDAwECARMBAQMDAQIBAQEEAgICEgEBAwMBAgEBAQQCAQIBJQEBAQMCAgIBAQMDAQIBEwEBAwMBAgEBAQQCAgISAQEDAwECAQEBBAIBAgE3AQEEAgEDAQEDAwECARIBAQEDAgICAQEDAwECARMBAQMDAQIBAQEEAgICEgEBAwMBAgEBAQQCAQIBEgEBBAIBAwEBAQECAgECARIBAwICAgEBAQECAgECARMBAQMDAQIBAQEBAQECAQICJQEBBAIBAwEBAQECAgECARIBAwICAgEBAQECAQEBAgETAQEDAwECAQEBAQEBAgECAhIBAQMDAQIBAQEBAQECAQECARIBAQQCAQMBAQEBAgIBAgESAQMCAgIBAQEBAQECAQEBAgETAQEDAwECAQEBAQEBAgECAm4BAQQCAQMBAQEBAgIBAgESAQMCAgIBAQEBAgEBAQIBEwEBAwMBAgEBAQEBAQIBAgISAQEDAwECAQEBAQEBAgEBAgESAQEEAgEDAQEBAQICAQIBEgEDAgICAQEBAQEBAgEBAQIBWwEBBAIBAwEBAQECAgECARIBAwIBAwEBAQECAgECARMBAQMDAQIBAQEBAQECAQICEgEBAwMBAgEBAQEBAQIBAQIBbgEBAQMCAgIBAQMDAQIBEwEBAwMBAgEBAQQCAgISAQEDAwECAQEBBAIBAgEUAwMBAgEBAQQCAgIBARIEAgECAQEBBAIBAgEBARQBAQQCAQMBAQEBAgEBAQIBEgEDAgICAQEBAQIBAQECARMBAQMDAQIBAQEBAQECAQICJAEBBAIBAwEBAQECAgECARsBAgEBAQIBAQMCAgIBAQEBAWYEAgEDAQEBAQICAQIBAQGCAQEEAgECAQEBAQEBAgEBAgEBAQQCAQIBAQEBAQECAQECAbcBAQEDAgICAQEDAwECAYABAQQCAQMBAQEBAgIBAgESAQMCAgIBAQEBAQECAQEBAgETAQEDAwECAQEBAQEBAgECAjcBAQMDAQIBAQEBAQECAQECASYDAgICAQEBAQIBAQECAQFIAQEBAwICAgEBAwMBAgEBAQEDAgEBAgEBAwMBAgESAQEEAgEDAQEDAwECAbUDAwECAQEBAQEBAgECAgEBfgEBAwMBAgEBAQQCAQIBEgEBBAIBAwEBAQECAgECAVsBAQMDAQIBAQEEAgEDXAEDAgICAQEBAQMDAQIBJQEBBAIBAgEBAQQCAQIBEgEDAgICAQEDAwECAQEBAQMCAgIBAQMDAQIBbQEBAwMBAgEBAQQCAgJJAQEDAwECAQEBBAICAlsBAQMDAQIBAQEEAgICEgEBAwMBAgEBAQQCAgJJAQEDAwECAQEBBAICAhIBAQQCAQIBAQEEAgECAYABAQQCAQMBAQMDAQIBJQEBAwMBAgEBAQQCAgJbAQEEAgECAQEBBAIBAgESAQEBAwICAgEBAwMBAgGSAQEEAgEDAQEDAwECARMBAQMDAQIBAQEEAgICWwEBAwMBAgEBAQQCAgISAQEEAgECAQEBBAIBAgFtAQEDAwECAQEBBAICAhIBAQMDAQIBAQEEAgICSQEBAwMBAgEBAQQCAgISAQEEAgECAQEBBAIBAgFtAQEDAwECAQEBBAICAhIBAQMDAQIBAQEEAgICSQEBAwMBAgEBAQQCAgJdAwICAgEBAwMBAgEBEgMDAQIBAQEEAgICAQFlAQIBAQIBAQEEAgECAQEBAQESAgEBAQIBAQEBAwICAgEBAQGHAQEDAwECAQEBBAICAhIBAQMDAQIBAQEEAgICSQEBAwMBAgEBAQQCAgISAQEEAgECAQEBBAIBAgESAQEBAwICAgEBAwMBAgGSAQEEAgEDAQEDAwECARMBAQMDAQIBAQEEAwECAW4BAQQCAQIBAQEEAgECARIBAQMDAQIBAQEEAgICEwEDAgICAQEBAQMDAQIBNgEBAwMBAgEBAQQCAgISAQEEAgECAQEBBAIBAgEBAQQCAQIBAQEEAgECAQEBBAIBAgEBAQQCAQIBAQEEAgECAQEBBAIBAgECBAIBAgEBAQQCAQIBAQECAQEEAgECAQEBBAIBAgESAQEEAgEDAQEDAwECAQEBBAIBAwEBAwMBAgEBAQQCAQMBAQMDAQIBCAIBAQECAQEBAQMCAQMBAQEBCAEBBAIBAwEBAwMBAgESAQMCAgIBAQEBAwMBAgEBAwICAgEBAQQCAgIBAQMCAgIBAQEEAgICAQEDAgICAQEBAQMDAQIBAQMCAgIBAQEBAwMBAgEJAQIBAQECAQEDAgICAQEBAQEJAQMCAgIBAQEBAwMBAgEBAwICAgEBAQEDAwECAW0BAQQCAQIBAQEEAgECARIBAQQCAQMBAQMDAQIBAQEEAgEDAQEDAwECARIBAQQCAQIBAQEDAwECAZIBAQQCAQIBAQEEAgECATcBAQQCAQMBAQMDAQIBNwEBBAIBAgEBAQQCAQIBEgEBAwMBAgEBAQQCAgKlAQEBAwICAgEBAwMBAgElAQEEAgECAQEBAwMBAgESAQEDAgICAQEDAwECAQEBAQMCAgIBAQMDAQIBtwEBAQMCAgIBAQMDAQIBAQEBAwICAgEBAwMBAgE3AQEEAgECAQEBAwMBAgESAQEDAwECAQEBBAIBAxIBAQQCAQIBAQEDAwECARIBAQEDAgICAQEDAwECAbYBAQMDAQIBAQEEAgICbQEBAQMCAgIBAQMDAQIBEwEBAwMBAgEBAQEDAgEBAhIBAQMDAQIBAQEEAgEDEgEBBAIBAgEBAQMDAQIBEgEBAQMCAgIBAQMDAQIBpAEBBAIBAgEBAQQCAQIBEgEBBAIBAwEBAwMBAgGAAQEEAgECAQEBAwMBAgEkAQEDAwECAQEBAQMCAQECSQEBAwMBAgEBAQQCAgI3AQEDAwECAQEBBAIBAxIBAQMDAQIBAQEBAwIBAQIBAQMDAQIBAQEEAgEBApIBAQMDAQIBAQEEAwECEgEBAwMBAgEBAQQCAgISAQEEAgECAQEBBAIBAgFJAQEEAgECAQEBBAIBAgESAQEBAwICAgEBAwMBAgETAQEDAwECAQEBAQMCAQECSgEDAgICAQEBAQMDAQIBEwEBAwMBAgEBAQQCAgJbAQEEAgECAQEBAwMBAgESAQEDAwECAQEBBAIBA5IBAQMDAQIBAQEEAgICEgEBBAIBAgEBAQQCAQIBEgEBBAIBAwEBAwMBAgFJAQEBAwICAgEBAwMBAgElAQEDAwECAQEBBAIBA1wBAwIBAQIBAQEBAwMBAgETAQEDAwECAQEBBAICAhIBAQQCAQIBAQEEAgECATcBAQMDAQIBAQEEAgEDyQEBBAIBAgEBAQMDAQIBEgEBBAIBAwEBAwMBAgETAgIBAgEBAQQCAgIBAQEBEgICAQIBAQEEAgICAQEBAUkBAQMDAQIBAQEEAgICEgEBBAIBAgEBAQQCAQIBEgEBAQMCAgIBAQMDAQIBEwEBAwMBAgEBAQEDAgEBAhIBAQMDAQIBAQEEAgEDEgECAQECAQEBAwMBAgEBAQEBAQABAQEBAQIBAwMBAQIBAQECASUBAQQCAQIBAQEDAwECARIBAQQCAQMBAQMDAQIBJQEBAwMBAgEBAQQCAgJJAQEDAwECAQEBBAICAhIBAQQCAQIBAQEEAgECARIBAQEDAgICAQEDAwECARMBAQMDAQIBAQEBAwIBAQISAQEDAwECAQEBBAIBAxIBAQQCAQIBAQEDAwECARIBAQEDAgICAQEDAwECAQE2AQEBAQECAQIEAQEBAgEBAgESAQEBAQECAQMDAQECAgECARIBAQEBAQIBAwMBAQIBAQECASUBAQQCAQIBAQEDAwECARIBAQQCAQMBAQMDAQIBEwEBAwMBAgEBAQQCAgISAQEDAwECAQEBBAICAkkBAQMDAQIBAQEEAgICEgEBBAIBAgEBAQQCAQIBEgEBAQMCAgIBAQMDAQIBEwEBAwMBAgEBAQEDAgEBAhIBAQMDAQIBAQEEAgEDEgEBBAIBAgEBAQMDAQIBARIBAQEBAQIBAwMBAQICAQIBEgEBAQEBAgEDAwEBAgEBAQIBJQEBAQEBAgEDAwEBAgIBAgESAQEBAQECAQMDAQECAgECARMBAQEBAgICBAEBAQIBAgISAQEBAQICAgQBAQECAQICSQEBAQECAgIEAQEBAgECAhIBAQEBAQIBAgQBAQECAQECARIBAQECAQMDAQECAQEBAgETAQEBAQIBAwMBAQIBAQECARMBAQEBAwECBAEBAQIBAQMkAQEBAQECAQMDAQECAQEBAgETAQEBAQICAgQBAQECAQICAQABAQEBAQIBAgQBAQECAQECARIBAQEBAQIBAgQBAQECAQECARMBAQEBAgICBAEBAQIBAgISAQEBAQICAgQBAQECAQICSQEBAQECAgIEAQEBAgECAhIBAQEBAQIBAgQBAQECAQECARIBAQECAQMDAQECAQEBAgETAQEBAQIBAwMBAQIBAQECARMBAQEBAwECBAEBAQIBAQMkAQEBAQECAQMDAQECAQEBAgETAQEBAQICAgQBAQECAQICAQABAQEBAQIBAgQBAQECAQECARIBAQEBAQIBAgQBAQECAQECARMBAQEBAgICBAEBAQIBAgISAQEBAQICAgQBAQECAQICSQEBAQECAgIEAQEBAgECAhIBAQEBAQIBAgQBAQECAQECARIBAQEBAQIBAwMBAQIBAQECARMBAQEBAgEBAgMBAQEBAgEBAQISAQEBAQMBAgQBAQECAQEDEgEBAQEBAgEDAwEBAgIBAgHbAQEBAQECAQIEAQEBAgEBAgESAQEBAQECAQIEAQEBAgEBAgETAQEBAQICAgQBAQECAQICEgEBAQECAgIEAQEBAgECAkkBAQEBAgICBAEBAQIBAgISAQEBAQECAQIEAQEBAgEBAgESAQEBAQECAQMDAQECAQEBAgETAQEBAQIBAQIDAQEBAQIBAQECEgEBAQEDAQIEAQEBAgEBA1sBAQEBAQIBAgIBAQEBAgIBAgECAQEBAgECAgEBAQECAgECAQEBFAEBAQIBAQECAQEBAQICAQIBAUgBAQEBAgICBAEBAQIBAgISAQEBAQECAQIEAQEBAgEBAgESAQEBAQECAQIEAQEBAgEBAgETAQEBAQICAgQBAQECAQICEgEBAQECAgIEAQEBAgECAkkBAQEBAgICBAEBAQIBAgISAQEBAQECAQIEAQEBAgEBAgESAQEBAQECAQMDAQECAQEBAgETAQEBAQIBAQIDAQEBAQIBAQECJAEBAQEBAgEDAwEBAgIBAgHBAgIBAgEBAQEBAQIBAwMBAQkBAQIBAwMBAQIBAQECAQESAQECAgIEAQEBAgECAgEBUwECAQEDAQEBAQMBAgQBAXYBAQEBAQIBAgQBAQECAQECARMBAQEBAgICAwEBAgEBAQIBEwEBAQECAgIEAQEBAgECAkkBAQEBAgICBAEBAQIBAgJbAQEBAQICAgMBAQIBAQECARMBAQEBAgICBAEBAQIBAgJbAQEBAQECAQIEAQEBAgEBAgElAQEBAQIBAQIDAQEBAQIBAQECXAEBAQEBAgEDAwEBAgIBAgESAQEBAgEDBAEBAQIBAgITAQEBAQECAQMDAQECAgECASQBAQEBAgICBAEBAQIBAgICAQECAgIEAQEBAgECAgEB3QEBAQEBAgECBAEBAQIBAQIBNwEBAQEBAgEDAwEBAgIBAgESAQEBAQMBAgQBAQECAQEDSQEBAQEBAgECBAEBAQIBAQIBWwEBAQECAQECAwEBAQECAQEBApIBAQEBAgICBAEBAQIBAgICAQECAQMDAQECAQEBAgEBEQEBAQEBAgECBAEBAQIBAQIBCAICAQIBAQEBAQECAQMDAQEvAQIBAQIBAQEEAgECAQEBAQEBAQQCAQIBAQEEAgECAQEBBAIBAgEBAQQCAQIBAQEBAQECAQIEAQEBAgEBAgEBAQEBAQIBAgQBAQECAQECAQEBAQEBAgECBAEBAQIBAQIBAQEBAQECAQIEAQEBAgEBAgEBAQEBAQIBAgQBAQECAQECAQIBAQECAQIEAQEBAgEBAgEBAQIBAQEBAQIBAgQBAQECAQECAQEBAQEBAgECBAEBAQIBAQIBEgECAQEDAQEDAwECAQEBAQEBAQQCAQMBAQMDAQIBAQEEAgEDAQEDAwECAQEBAQEBAgEDAwEBAgIBAgEBAQEBAQIBAwMBAQMBAQIBAQEBAQECAQMDAQECAgECAQEBAQEBAgEDAwEBAgIBAgEBAQEBAQIBAwMBAQICAQIBAgEBAQIBAwMBAQIBAQECAQEBAgEBAQEBAgEDAwEBAgIBAgEBAQEBAQIBAwMBAQICAQIBEgECAQICAQEBAQMDAQIBAQEBAwICAgEBAQEDAwECAQEDAgICAQEBAQMDAQIBAQEBAgEDBAEBAQIBAgIBAQEBAgEDBAEBAQIBAgIBAQEBAgEDBAEBAQIBAgIBAQEBAgEDBAEBAQIBAgIBAQEBAgEDBAEBAQIBAgICAQECAQMEAQEBAgECAgEBAQEBAQIBAwQBAQECAQICAQEBAQIBAwQBAQECAQICgAEBAwMBAgEBAQQCAgIBAQMCAgIBAQMDAQIBAQEBAwMBAgEBAQQCAgIBAQEBAgICBAEBAQIBAgIBAQEBAgICBAEBAQIBAgIBAQEBAgICBAEBAQIBAgIBAQEBAgICBAEBAQIBAgIBAQEBAgICBAEBAQIBAQECARMBAQEBAQIBAgQBAQECAQECARIBAQEBAQIBAgQBAQECAQECASYBAQICAgQBAQECAQICAQESAQEBAgECBAEBAQIBAQIBAQESAQEBAgEDAwEBAgIBAgEBARABAQEBAQIBAgQBAQECAQECARIBAQEBAQIBAgQBAQECAQECARMBAQEBAgICBAEBAQIBAgISAQEBAQICAgQBAQECAQICFAEBAgICBAEBAQIBAgIBARIBAQICAgQBAQECAQICAQEQAQEBAQICAgQBAQECAQICEgEBAQECAgIEAQEBAgECAhIBAQEBAQIBAgQBAQECAQECAQIBAQECAQIEAQEBAgEBAgEBATUBAQEBAQIBAwMBAQICAQIBEwEBAQECAgIEAQEBAgECAhIBAQEBAgICBAEBAQIBAgIvAQIBAQIBAQEBAQECAQIEAQEaAQEBAQICAgQBAQECAQICEgEBAQEBAgECBAEBAQIBAQIBCgECAQICAQEBAQICAgQBARwBAQEBAQIBAgQBAQECAQECARIBAQEBAQIBAgQBAQECAQECASUBAQEBAQIBAwMBAQIBAQECARIBAQEBAQIBAgQBAQICAQIB0QECAQECAQEBAQEBAgECBAEBEgIBAQECAQEBAQEBAgEDAwEBGgEBAQEBAgECBAEBAQIBAQIBEgEBAQEBAgEDAwEBAgEBAQIBJAEBAQECAgIEAQEBAgECAhoBAgEBAgEBAQEBAQIBAgQBAXYBAQECAQIEAQEBAgEBAgEBATcBAQECAQMDAQECAgECAQEBCAECAQECAQEBAQEBAgECBAEBvwEBBAIBAwEBAwMBAgETAQEDAwECAQEBBAICAv64AQEBAQECAQICAQEBAQICAQIBEgEBAQIBAQECAQEBAQEBAgEBAQIBJAEBAQEDAQECAQEBAQEBAgEBAgESAQEBAQECAQICAQEBAQICAQIBEgEBAQEDAQECAQEBAQEBAgEBAgESAQEBAQECAQICAQEBAQICAQIBEgEBAQIBAQECAQEBAQEBAgEBAQIBEgEBAQEBAgECAgEBAQECAgECARIBAQECAQEBAgEBAQEBAQIBAQECAS0BAgEBAgEBAQEBAQIBAQIBAQEBARoBAQEBAgIBAgEBAQEBAQIBAgITAQEBAgEBAQIBAQEBAQECAQEBAgEkAQEBAQMBAQIBAQEBAQECAQECAQECAQECAQEBAQEBAgEBAgEBAQEBJAEBAQIBAQECAQEBAQEBAgEBAQIBAQEBAgEBAQIBAQEBAQECAQEBAgETAQEBAQICAQIBAQEBAQECAQICEgEBAQEBAgEBAgEBAQEBAQIBAQIBGgICAQIBAQEBAQECAQICAQEBAT8BAQECAQEBAgEBAQEBAQIBAQECARIBAQEBAQIBAgIBAQEBAgIBAgEBAQEBAQIBAgIBAQEBAgIBAgESAQEBAgEBAQIBAQEBAQECAQEBAgESAQEBAQECAQICAQEBAQICAQIBAQEBAQECAQICAQEBAQICAQIBJQEBAQECAgECAQEBAQEBAgECAgEBAQECAgECAQEBAQEBAgECAgEBAQECAgECAQEBAQEBAgECAhIBAQEBAQIBAQIBAQEBAQECAQECAVsBAQEBAgIBAgEBAQEBAQIBAgIBAQEBAgIBAgEBAQEBAQIBAgISAQEBAQMBAQIBAQEBAQECAQECARIBAQEBAgIBAgEBAQEBAQIBAgISAQEBAQMBAQIBAQEBAQECAQECATcBAQEBAQIBAgIBAQEBAgIBAgESAQEBAQECAQIEAQEBAgEBAgFJAQEBAQMBAQIBAQEBAQECAQECASUBAQECAQEBAgEBAQECAQEBAgESAQEBAQECAQICAQEBAQICAQIBAUkBAQEDAgICAQEBAQIBAQECARMBAQMDAQIBAQEBAQECAQICEgEBBAIBAgEBAQEBAQIBAQIBEgEBBAIBAwEBAQEBAgEBAgElAQEDAwECAQEBAQEBAgECAhIBAQQCAQIBAQEBAQECAQECARIBAQQCAQMBAQEBAgIBAgESAQMCAgIBAQEBAQECAQEBAgETAQEDAwECAQEBAQEBAgECAhIBAQQCAQIBAQEBAQECAQECARIBAQEDAgICAQEBAQIBAQECARMBAQMDAQIBAQEBAQECAQEBAhIBAQMDAQIBAQEBAQECAQEDEgEBBAIBAwEBAQECAgECAQEAAQEBAwICAgEBAQECAQEBAgETAQEDAgICAQEBAQIBAQECARMBAQQCAQIBAQEBAQICAQIBEgEBBAIBAwEBAQECAgECARMBAQMDAQIBAQEBAQECAQICEgEBAwMBAgEBAQEBAQIBAgISAQEEAgECAQEBAQEBAgEBAgESAQEEAgEDAQEBAQICAQIBEgEDAgICAQEBAQEBAgEBAQIBEwEBAwMBAgEBAQEBAQIBAgISAQEEAgECAQEBAQEBAgEBAgESAQEBAwICAgEBAQECAQEBAgETAQEDAwECAQEBAQEBAgEBAQISAQEDAwECAQEBAQEBAgEBAxIBAQQCAQMBAQEBAgIBAgEBAAEBAQMCAgIBAQEBAgEBAQIBEwEBAwMBAgEBAQEBAQIBAgISAQEEAgECAQEBAQECAgECARIBAQQCAQMBAQEBAgIBAgETAQEDAgICAQEBAQIBAQECEgEBAwMBAgEBAQEBAQIBAgISAQEEAgECAQEBAQEBAgEBAgEkAQMCAgIBAQEBAQECAQICEgEBAwMBAgEBAQEBAQIBAgISAQEEAgECAQEBAQEBAgEBAgESAQEBAwICAgEBAQECAQEBAgETAQEDAwECAQEBAQEBAgEBAQLTAQIBAQECAQEDAgICAQEBEgECAQEBAgEBAwICAgEBAQ4BAgEBAQQCAQIBAQEBAQICDAQCAQMBAQEBAgIBAgEBARMDAgICAQEBAQIBAQECAQFlAQIBAQMBAQMDAQIBAQEBARIBAgEBAgEBAQQCAQIBAQEBARICAQEBAgEBAQEDAgICAQEBAQkDAgICAQEBAQIBAQECAQEUAQEDAwECAQEBAQEBAgEBAwEAAQEEAgECAQEBAQECAgECAQoBAgECAgEBAwMBAgEBAQEBEgIBAQECAQEBBAIBAwEBAQEKAQEBAwICAgEBAQECAQEBAgE3AQEEAgECAQEBAQEBAgEBAgETAQEDAwECAQEBAQIBAQECJAEBBAIBAgEBAQEBAQIBAQIBEgEBBAIBAwEBAQECAgECARIBAwICAgEBAQEBAQIBAQECARMBAQMDAQIBAQEBAQECAQICEgEBBAIBAgEBAQEBAQIBAQIBEgEBAQMCAQMBAQEBAgEBAQIBEwEBAwMBAgEBAQEBAQIBAQECyQEBAwMBAgEBAQEBAQIBAgJJAQEDAwECAQEBAQEBAgECAhIBAQQCAQIBAQEBAQECAQECARIBAQQCAQMBAQEBAgIBAgESAQMCAQECAQEBAQEBAgEBAQIBEwEBAwMBAgEBAQEBAQIBAgISAQEEAgECAQEBAQEBAgEBAgElAQMCAgIBAQEBAwMBAgETAQEDAwECAQEBBAICAhIBAQQCAQIBAQEEAgECAdsBAQMDAQIBAQEBAQECAQECARIBAQQCAQIBAQEBAQICAQIBXAICAgQBAQECAQEBAgEBAQETAQEBAQECAQMDAQECAgECARMBAQEBAgICBAEBAQIBAgISAQEBAQICAgQBAQECAQICEgEBAQEBAgECBAEBAQIBAQIBNwEBBAIBAwEBAQECAgECARMBAQMDAQIBAQEBAQECAQICEgEBAwMBAgEBAQEBAQIBAgISAQEEAgECAQEBAQEBAgEBAgE3AQEEAgEDAQEBAQICAQIBEwEBAwMBAgEBAQEBAQIBAgISAQEDAwECAQEBAQEBAgECAhIBAQQCAQIBAQEBAQECAQECATcBAgEBAwEBAQECAQEBAgEBAQEBEwIBAgIBAQEBAgEBAQIBAQEBEgICAQIBAQEBAQECAQICAQEBARIBAgEBAgEBAQEBAQIBAQIBAQEBASQBAQMDAQIBAQEBAQECAQICEgEBAwMBAgEBAQEBAQIBAgISAQEEAgECAQEBAQEBAgEBAgESAQEEAgEDAQEBAQICAQIBEgEDAgICAQEBAQEBAgEBAQIBEwEBAwMBAgEBAQEBAQIBAgKAAQEEAgECAQEBAQECAgECARIBAQQCAQMBAQEBAgIBAgETAQEDAwECAQEBAQEBAgECAhIBAQMDAQIBAQEBAQECAQICEgEBBAIBAgEBAQEBAQIBAQIBEgEBBAIBAwEBAQECAgECARIBAwICAgEBAQEBAQIBAQECARMBAQMDAQIBAQEBAQECAQICEgEBBAIBAgEBAQEBAQIBAQIBEgEBAQMCAgIBAQEBAgEBAQIBEwEBAwMBAgEBAQEBAQIBAQEC3AEBAQMCAQECAQEBAQIBAQECARMBAQMDAQIBAQEBAQECAQICEgEBBAIBAgEBAQEBAQIBAQIBEgEBBAIBAwEBAQEBAQIBAgETAQEDAwECAQEBAQEBAgEBAQISAQEDAwECAQEBAQEBAgECAhIBAQQCAQIBAQEBAQECAQECARIBAQQCAQMBAQEBAgIBAgESAQMCAgIBAQEBAQECAQEBAgETAQEDAwECAQEBAQEBAgECAhIBAQQCAQIBAQEBAQECAQECASUBAQMDAQIBAQEBAQECAQEBAhIBAQMDAQIBAQEBAQECAQEDbgEBAQEBAgEDAwEBAgIBAgEBAQEDAgEDAQEBAQICAQIBkgEBAQMCAgIBAQEBAgEBAQIBAQEBAwICAgEBAQECAQEBAgECAQMCAgIBAQEBAgEBAQIBARIDAwECAQEBAQEBAgECAgEBIwEBBAIBAgEBAQEBAgIBAgG2AQEDAgICAQEBAQIBAQECEgEBAwMBAgEBAQEBAQIBAgISAQEEAgECAQEBAQEBAgEBAgEkAQMCAgIBAQEBAQECAQEBAgFtAQEBAQECAQMDAQECAgECAQEBBAIBAgEBAQEBAgIBAgEBAQQCAQIBAQEBAQICAQIBEgEBBAIBAwEBAQECAgECAQEBBAIBAwEBAQECAgECATcBAQEDAgICAQEBAQIBAQECARMBAQMDAQIBAQEBAQECAQICWwEBBAIB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") format("truetype"), url("../../frontend/aerosus/v1/en_MT/fonts/icomoon.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: auto;
}
[class^=icon-]:before, [class*=" icon-"]:before, .icon-world-map:after, .icon-dotted-us-map:after {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: normal;
  font-size: 17px;
  text-decoration: none;
  margin: 0 5px 0 0;
  position: relative;
  top: 2px;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^=icon-] span:before, [class*=" icon-"] span:before {
  font-family: "icomoon" !important;
}

.icon-arrow-long:before {
  content: "";
}

.icon-hand-icon:before {
  content: "";
}

.icon-years-guarantee:before {
  content: "";
}

.icon-days-guarantee:before {
  content: "";
}

.icon-customer-satisfaction:before {
  content: "";
}

.icon-free-delivery:before {
  content: "";
}

.icon-free-return:before {
  content: "";
}

.icon-free-return-delivery:before {
  content: "";
}

.icon-german-company:before {
  content: "";
}

.icon-secure-payment:before {
  content: "";
}

.icon-worldwide-delivery:before {
  content: "";
}

.icon-plane-taking-off:before {
  content: "";
}

.icon-cargo-truck-new:before {
  content: "";
}

.icon-cash-money:before {
  content: "";
}

.icon-free-returns-new:before {
  content: "";
}

.icon-guarantee-icon-stroke:before {
  content: "";
}

.icon-money-back-dollars:before {
  content: "";
}

.icon-money-back-rub:before {
  content: "";
}

.icon-car-stroke .path1:before {
  content: "";
  color: #959595;
}

.icon-car-stroke .path2:before {
  content: "";
  margin-left: -2.400390625em;
  color: #959595;
}

.icon-car-stroke .path3:before {
  content: "";
  margin-left: -2.400390625em;
  color: #959595;
}

.icon-car-stroke .path4:before {
  content: "";
  margin-left: -2.400390625em;
  color: #b9bbbd;
}

.icon-car-stroke .path5:before {
  content: "";
  margin-left: -2.400390625em;
  color: #515050;
}

.icon-car-stroke .path6:before {
  content: "";
  margin-left: -2.400390625em;
  color: #b9bbbd;
}

.icon-car-stroke .path7:before {
  content: "";
  margin-left: -2.400390625em;
  color: #515050;
}

.icon-car-stroke .path8:before {
  content: "";
  margin-left: -2.400390625em;
  color: #b9bbbd;
}

.icon-car-stroke .path9:before {
  content: "";
  margin-left: -2.400390625em;
  color: #515050;
}

.icon-car-stroke .path10:before {
  content: "";
  margin-left: -2.400390625em;
  color: #b9bbbd;
}

.icon-car-stroke .path11:before {
  content: "";
  margin-left: -2.400390625em;
  color: #515050;
}

.icon-car-stroke .path12:before {
  content: "";
  margin-left: -2.400390625em;
  color: #959595;
}

.icon-car-stroke .path13:before {
  content: "";
  margin-left: -2.400390625em;
  color: #959595;
}

.icon-items:before {
  content: "";
}

.icon-ic_head_logo:before {
  content: "";
}

.icon-hours:before {
  content: "";
}

.icon-calculator:before {
  content: "";
}

.icon-plane:before {
  content: "";
}

.icon-return:before {
  content: "";
}

.icon-truck:before {
  content: "";
}

.icon-360 .path1:before {
  content: "";
  color: #74818f;
}

.icon-360 .path2:before {
  content: "";
  margin-left: -1em;
  color: #74818f;
}

.icon-360 .path3:before {
  content: "";
  margin-left: -1em;
  color: #74818f;
}

.icon-360 .path4:before {
  content: "";
  margin-left: -1em;
  color: #cc2e3d;
}

.icon-360 .path5:before {
  content: "";
  margin-left: -1em;
  color: #cc2e3d;
}

.icon-360 .path6:before {
  content: "";
  margin-left: -1em;
  color: #74818f;
}

.icon-added-to-cart .path1:before {
  content: "";
  color: #74818f;
}

.icon-added-to-cart .path2:before {
  content: "";
  margin-left: -1.056640625em;
  color: #79b246;
}

.icon-arrow_360_1:before {
  content: "";
}

.icon-arrow_360_2:before {
  content: "";
}

.icon-arrow_gir3:before {
  content: "";
}

.icon-arrow_gir4:before {
  content: "";
}

.icon-arrow-down:before {
  content: "";
}

.icon-arrow-down2:before {
  content: "";
}

.icon-arrow-left:before {
  content: "";
}

.icon-arrow-left-2:before {
  content: "";
}

.icon-arrow-right:before {
  content: "";
}

.icon-arrow-right-2:before {
  content: "";
}

.icon-arrow-up:before {
  content: "";
}

.icon-arrow-up2:before {
  content: "";
}

.icon-badge:before {
  content: "";
}

.icon-cart:before {
  content: "";
}

.icon-chat:before {
  content: "";
}

.icon-checked .path1:before {
  content: "";
  color: white;
}

.icon-checked .path2:before {
  content: "";
  margin-left: -1em;
  color: #a4b3c4;
}

.icon-checked_empty:before {
  content: "";
}

.icon-checkmark:before {
  content: "";
}

.icon-checkmark-checked:before {
  content: "";
}

.icon-custom-percent:before {
  content: "";
}

.icon-delivery-plane:before {
  content: "";
}

.icon-delivery-truck:before {
  content: "";
}

.icon-dotted-us-map:before {
  content: "";
}

.icon-dotted-us-map:after {
  content: "";
}

.icon-down-double-arrow:before {
  content: "";
}

.icon-empty-cart:before {
  content: "";
}

.icon-envelope:before {
  content: "";
}

.icon-exit:before {
  content: "";
}

.icon-facebook-social:before {
  content: "";
}

.icon-finish-printer:before {
  content: "";
}

.icon-gift:before {
  content: "";
}

.icon-google-plus-social:before {
  content: "";
}

.icon-home:before {
  content: "";
}

.icon-info-icon:before {
  content: "";
}

.icon-magnifying-glass:before {
  content: "";
}

.icon-mail:before {
  content: "";
}

.icon-minus-sign:before {
  content: "";
}

.icon-mobile-phone:before {
  content: "";
}

.icon-need-help:before {
  content: "";
}

.icon-padlock-open:before {
  content: "";
}

.icon-paypal-footer .path1:before {
  content: "";
  color: #253b80;
}

.icon-paypal-footer .path2:before {
  content: "";
  margin-left: -1em;
  color: #253b80;
}

.icon-paypal-footer .path3:before {
  content: "";
  margin-left: -1em;
  color: #253b80;
}

.icon-paypal-footer .path4:before {
  content: "";
  margin-left: -1em;
  color: #179bd7;
}

.icon-paypal-footer .path5:before {
  content: "";
  margin-left: -1em;
  color: #179bd7;
}

.icon-paypal-footer .path6:before {
  content: "";
  margin-left: -1em;
  color: #179bd7;
}

.icon-paypal-footer .path7:before {
  content: "";
  margin-left: -1em;
  color: #253b80;
}

.icon-paypal-footer .path8:before {
  content: "";
  margin-left: -1em;
  color: #179bd7;
}

.icon-paypal-footer .path9:before {
  content: "";
  margin-left: -1em;
  color: #222d65;
}

.icon-paypal-footer .path10:before {
  content: "";
  margin-left: -1em;
  color: #253b80;
}

.icon-phone-circle:before {
  content: "";
}

.icon-phone-receiver-check-mark:before {
  content: "";
}

.icon-phone-ringing .path1:before {
  content: "";
  color: white;
}

.icon-phone-ringing .path2:before {
  content: "";
  margin-left: -1em;
  color: #d04248;
}

.icon-phone-ringing .path3:before {
  content: "";
  margin-left: -1em;
  color: #d04248;
}

.icon-phone-ringing .path4:before {
  content: "";
  margin-left: -1em;
  color: #d04248;
}

.icon-pinterest-social:before {
  content: "";
}

.icon-plus:before {
  content: "";
}

.icon-plus-sign:before {
  content: "";
}

.icon-question-mark:before {
  content: "";
}

.icon-refresh:before {
  content: "";
}

.icon-refresh-double:before {
  content: "";
}

.icon-ring-button:before {
  content: "";
}

.icon-shield:before {
  content: "";
}

.icon-spacer:before {
  content: "";
}

.icon-star-empty:before {
  content: "";
}

.icon-star-full:before {
  content: "";
}

.icon-trash:before {
  content: "";
}

.icon-twitter-social:before {
  content: "";
}

.icon-two-credit-cards:before {
  content: "";
}

.icon-usa-checkmark:before {
  content: "";
}

.icon-usa-plane:before {
  content: "";
}

.icon-user:before {
  content: "";
}

.icon-user-friendly:before {
  content: "";
}

.icon-video-camera:before {
  content: "";
}

.icon-world-map:before {
  content: "";
}

.icon-world-map:after {
  content: "";
}

.icon-x:before {
  content: "";
}

.icon-youtube-play .path1:before {
  content: "";
  color: #d04248;
}

.icon-youtube-play .path2:before {
  content: "";
  margin-left: -1em;
  color: white;
}

.icon-youtube-social:before {
  content: "";
}@charset "UTF-8";
.activate-zendesk-chat-widget {
  z-index: 99;
  right: 20px;
  width: 48px;
  height: 48px;
  bottom: 10px;
  cursor: pointer;
  position: fixed;
  line-height: 1em;
  overflow: visible;
  border-radius: 50%;
  text-align: center;
  white-space: nowrap;
  background: #84b05b;
  display: inline-block;
  color: #fff;
  outline: none !important;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}
.activate-zendesk-chat-widget:hover {
  background-color: #91b86c;
}
.activate-zendesk-chat-widget .chat-icon {
  top: 27px;
  z-index: 50;
  display: block;
  position: relative;
}
.activate-zendesk-chat-widget .chat-icon:before {
  opacity: 1;
  color: #fff;
  font-size: 25px;
  content: "";
  visibility: visible;
  transition: all 0.3s ease-in-out;
  font-family: "icomoon" !important;
}
.activate-zendesk-chat-widget .chat-icon span {
  opacity: 0;
  width: 7px;
  height: 7px;
  display: none;
  margin: 1px 3px;
  visibility: hidden;
  border-radius: 50%;
  vertical-align: middle;
  animation-fill-mode: both;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
  animation: ball-beat 0.7s 0s infinite linear;
}
.activate-zendesk-chat-widget .chat-icon span:nth-child(2n-1) {
  animation-delay: -0.35s !important;
}
.activate-zendesk-chat-widget.loading-ajax {
  pointer-events: none;
}
.activate-zendesk-chat-widget.loading-ajax .chat-icon {
  top: 17px;
  font-size: 0;
}
.activate-zendesk-chat-widget.loading-ajax .chat-icon:before {
  opacity: 0;
  display: none;
  visibility: hidden;
}
.activate-zendesk-chat-widget.loading-ajax .chat-icon span {
  opacity: 1;
  visibility: visible;
  display: inline-block;
}
.activate-zendesk-chat-widget.loading-ajax .circle {
  display: none;
}
.activate-zendesk-chat-widget .circle {
  display: block;
}
.activate-zendesk-chat-widget .circle:before, .activate-zendesk-chat-widget .circle:after {
  top: 0;
  left: 0;
  content: "";
  width: 48px;
  z-index: 49;
  height: 48px;
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: scale(1);
  -webkit-transform: scale(1);
  background: rgba(132, 176, 91, 0.15);
}
.activate-zendesk-chat-widget .circle:after {
  background: rgba(132, 176, 91, 0.25);
}
.activate-zendesk-chat-widget .circle:before {
  animation: 13000ms scaleToggleOne linear infinite;
}
.activate-zendesk-chat-widget .circle:after {
  animation: 13000ms scaleToggleTwo linear infinite;
}

@keyframes scaleToggleOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  45% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  48% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  51% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  53% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  55% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  56% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  59% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  61% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scaleToggleTwo {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  43% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  46% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  49% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  52% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  55% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
  58% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  59% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  62% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  65% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes ball-beat {
  50% {
    opacity: 0.2;
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes ball-beat {
  50% {
    opacity: 0.2;
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-moz-keyframes ball-beat {
  50% {
    opacity: 0.2;
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-o-keyframes ball-beat {
  50% {
    opacity: 0.2;
    transform: scale(0.75);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}@charset "UTF-8";
.menuwrapper ul ul li > a:not(:only-child):after {
  content: "";
  font-family: "icomoon" !important;
  display: inline;
  padding-left: 5px;
  color: #98a7b7;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}

body.active.app-mobile {
  z-index: 1;
  height: 100%;
  overflow: hidden;
}

.overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  z-index: 10;
  display: none;
  position: fixed;
  transition: none;
  background-color: rgba(0, 0, 0, 0.5);
}
.overlay.show-loader {
  opacity: 1;
  transition: opacity 0.1s ease-in-out;
}
.overlay.show-loader:after {
  top: 50%;
  left: 50%;
  width: 50px;
  content: "";
  height: 50px;
  display: block;
  z-index: 99999;
  margin-top: -25px;
  margin-left: -25px;
  position: absolute;
  border-radius: 100%;
  transition: none;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.6);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  -webkit-animation: overlay-loader 0.5s infinite linear;
  animation: overlay-loader 0.5s infinite linear;
}

@-webkit-keyframes overlay-loader {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes overlay-loader {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.app-mobile .overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 8;
  transition: opacity 0.3s ease-in-out 1s;
}
.app-mobile .overlay.active {
  opacity: 1;
  display: block;
}
.app-mobile .flyout {
  background-color: #74818f;
  height: calc(100% - 47px);
  max-width: 430px;
  overflow-y: auto;
  position: fixed;
  left: 0;
  top: 47px;
  z-index: 10;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  width: calc( 100% - 55px );
  transition: all 0.3s ease-in-out;
}
.app-mobile .flyout.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.app-mobile .scroll-fix {
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  display: block;
  overflow-x: hidden;
  position: absolute;
  background-color: #4f699c;
}
.app-mobile .mainmenu {
  height: 100%;
  overflow: hidden;
  position: static;
}
.app-mobile .mainmenu li {
  display: block;
  padding: 0;
  cursor: pointer;
}
.app-mobile .mainmenu li a:only-child:after {
  display: none;
}
.app-mobile .mainmenu ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  display: none;
  visibility: hidden;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  transition: all 0.3s ease-in-out;
}
.app-mobile .mainmenu .scroll-fix > ul {
  opacity: 1;
  display: block;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.app-mobile .mainmenu .scroll-fix > ul > li > a {
  padding: 15px 20px !important;
}
.app-mobile .mainmenu .scroll-fix > ul ul {
  padding-left: 60px;
  width: calc( 100% - 60px );
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.app-mobile .mainmenu .scroll-fix > ul ul ul {
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
}
.app-mobile .mainmenu .scroll-fix > ul ul ul ul {
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0);
}
.app-mobile .mainmenu .scroll-fix > ul ul ul ul ul {
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0);
}
.app-mobile .mainmenu .scroll-fix .active > ul {
  opacity: 1;
  visibility: visible;
  display: block;
}
.app-mobile .mainmenu .scroll-fix ul.opened {
  visibility: hidden;
  height: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.app-mobile .nav-sections {
  font-size: 0;
  position: relative;
  z-index: 999;
  text-align: left;
  height: 47px;
  border-radius: 7px 7px 0 0;
  background: #3b5281;
  background: -moz-linear-gradient(top, #4f699c 0%, #3b5281 100%);
  background: -webkit-linear-gradient(top, #4f699c 0%, #3b5281 100%);
  background: linear-gradient(to bottom, #4f699c 0%, #3b5281 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4f699c", endColorstr="#3b5281", GradientType=0);
}
.app-mobile #menu-trigger {
  border: none;
  display: inline-block;
  height: 47px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  outline: none;
  color: #fff;
  font-size: 20px;
  max-width: 100%;
  background: #3b5281;
  perspective: 1000px;
  -webkit-perspective: 1000px;
  -webkit-perspective-origin: 50% 200%;
  perspective-origin: 50% 200%;
  background: -moz-linear-gradient(top, #4f699c 0%, #3b5281 100%);
  background: -webkit-linear-gradient(top, #4f699c 0%, #3b5281 100%);
  background: linear-gradient(to bottom, #4f699c 0%, #3b5281 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4f699c", endColorstr="#3b5281", GradientType=0);
}
.app-mobile #menu-trigger.active .navbar-text:after {
  content: attr(data-close-menu);
}
.app-mobile #menu-trigger.active .navbar-sign span:nth-child(1) {
  top: 14px;
  width: 0;
  left: 50%;
}
.app-mobile #menu-trigger.active .navbar-sign span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.app-mobile #menu-trigger.active .navbar-sign span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.app-mobile #menu-trigger.active .navbar-sign span:nth-child(4) {
  top: 14px;
  width: 0;
  left: 50%;
}
.app-mobile #menu-trigger:before, .app-mobile #menu-trigger:after {
  content: "";
  position: absolute;
  top: 0;
  display: inline-block;
  width: 1px;
  height: 47px;
  margin: 0;
  background: #5a6997;
  background: -moz-linear-gradient(top, #5a6997 0%, #4f699c 100%);
  background: -webkit-linear-gradient(top, #5a6997 0%, #4f699c 100%);
  background: linear-gradient(to bottom, #5a6997 0%, #4f699c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e07173", endColorstr="#bd2930", GradientType=0);
}
.app-mobile #menu-trigger:before {
  left: 0;
}
.app-mobile #menu-trigger:after {
  right: 0;
}
.app-mobile .navbar-text:after {
  color: #fff;
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
  content: attr(data-open-menu);
}
.app-mobile .navbar-sign {
  width: 25px;
  height: 25px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.app-mobile .navbar-sign span {
  left: 0;
  opacity: 1;
  height: 2px;
  width: 100%;
  display: block;
  position: absolute;
  background: #fff;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.app-mobile .navbar-sign span:nth-child(1) {
  top: 4px;
}
.app-mobile .navbar-sign span:nth-child(2), .app-mobile .navbar-sign span:nth-child(3) {
  top: 10px;
}
.app-mobile .navbar-sign span:nth-child(4) {
  top: 16px;
}
.app-mobile .menuwrapper ul {
  padding: 0;
  list-style: none;
}
.app-mobile .menuwrapper li {
  display: block;
  border-bottom: 1px solid #8c99a8;
  background-color: #4f699c;
}
.app-mobile .menuwrapper li a {
  display: block;
  position: relative;
  padding: 15px 20px;
  font-size: 16px;
  text-decoration: none;
  line-height: 20px;
  font-weight: 300;
  color: #fff;
  outline: none;
  background-color: #4f699c;
}
.app-mobile .no-touch .menuwrapper li a:hover {
  background: rgba(255, 248, 213, 0.1);
}
.app-mobile .menuwrapper li.mobile-only > * {
  color: #fff;
  line-height: 20px;
  padding-left: 20px;
  position: relative;
  background: rgba(0, 0, 0, 0.2);
}
.app-mobile .menuwrapper li > a:not(:only-child):after {
  top: 0;
  width: 16px;
  right: 20px;
  font-size: 17px;
  line-height: 50px;
  position: absolute;
  padding: 0 0 0 10px;
  content: "";
  font-family: "icomoon" !important;
}
.app-mobile .menuwrapper li.back {
  left: 0;
  top: 15px;
  padding: 0;
  z-index: 5;
  width: 0;
  height: 0;
  font-size: 0;
  display: block;
  position: sticky;
  overflow: visible;
  text-align: center;
  border-bottom: none;
  border-radius: 0 3px 3px 0 !important;
}
.app-mobile .menuwrapper li.back > * {
  left: -60px;
  width: 50px;
  height: 50px;
  position: relative;
  border-radius: 0 3px 3px 0;
  background: rgba(0, 0, 0, 0.2);
}
.app-mobile .menuwrapper li.back > *:after {
  color: #fff;
  padding: 0;
  font-size: 14px;
  content: "";
  position: static;
  line-height: 50px;
  font-family: "icomoon" !important;
}
.app-mobile .menuwrapper li > *:after {
  color: rgba(255, 255, 255, 0.25);
}

@media screen and (min-width: 1200px) {
  .app-mobile .flyout {
    -webkit-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0);
  }
  .app-mobile .flyout.active {
    left: calc( 50% - 600px );
  }
}
@media screen and (max-width: 1199px) {
  .app-mobile .nav-sections .menuwrapper .scroll-fix > ul > li a {
    padding: 15px 20px;
  }
}
@media screen and (min-width: 992px) {
  #menu-trigger {
    border-radius: 0 7px 0 0;
    width: calc(100% - 55px);
  }
  #menu-trigger:before, #menu-trigger:before {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  body.active {
    z-index: 1;
    height: 100%;
    overflow: hidden;
  }

  .overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 8;
    transition: opacity 0.3s ease-in-out 1s;
  }
  .overlay.active {
    opacity: 1;
    display: block;
  }

  .flyout {
    background-color: #74818f;
    height: calc(100% - 47px);
    max-width: 430px;
    overflow-y: auto;
    position: fixed;
    left: 0;
    top: 47px;
    z-index: 10;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    width: calc( 100% - 55px );
    transition: all 0.3s ease-in-out;
  }
  .flyout.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .scroll-fix {
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    display: block;
    overflow-x: hidden;
    position: absolute;
    background-color: #4f699c;
  }

  .mainmenu {
    height: 100%;
    overflow: hidden;
    position: static;
  }
  .mainmenu li {
    display: block;
    padding: 0;
    cursor: pointer;
  }
  .mainmenu li a:only-child:after {
    display: none;
  }
  .mainmenu ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    display: none;
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transition: all 0.3s ease-in-out;
  }
  .mainmenu .scroll-fix > ul {
    opacity: 1;
    display: block;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .mainmenu .scroll-fix > ul a {
    padding: 15px 20px;
  }
  .mainmenu .scroll-fix > ul > li > a {
    padding: 15px 20px !important;
  }
  .mainmenu .scroll-fix > ul ul {
    padding-left: 60px;
    width: calc( 100% - 60px );
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .mainmenu .scroll-fix > ul ul ul {
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
  }
  .mainmenu .scroll-fix > ul ul ul ul {
    -webkit-transform: translate3d(300%, 0, 0);
    transform: translate3d(300%, 0, 0);
  }
  .mainmenu .scroll-fix > ul ul ul ul ul {
    -webkit-transform: translate3d(400%, 0, 0);
    transform: translate3d(400%, 0, 0);
  }
  .mainmenu .scroll-fix .active > ul {
    opacity: 1;
    visibility: visible;
    display: block;
  }
  .mainmenu .scroll-fix ul.opened {
    visibility: hidden;
    height: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  .nav-sections {
    font-size: 0;
    position: relative;
    z-index: 999;
    text-align: left;
    height: 47px;
    background: #3b5281;
    border-radius: 7px 7px 0 0;
    background: -moz-linear-gradient(top, #4f699c 0%, #3b5281 100%);
    background: -webkit-linear-gradient(top, #4f699c 0%, #3b5281 100%);
    background: linear-gradient(to bottom, #4f699c 0%, #3b5281 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4f699c", endColorstr="#3b5281", GradientType=0);
  }

  #menu-trigger {
    border: none;
    display: inline-block;
    height: 47px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    outline: none;
    color: #fff;
    font-size: 20px;
    width: calc(100% - 110px);
    max-width: 100%;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-perspective-origin: 50% 200%;
    perspective-origin: 50% 200%;
    background: #3b5281;
    background: -moz-linear-gradient(top, #4f699c 0%, #3b5281 100%);
    background: -webkit-linear-gradient(top, #4f699c 0%, #3b5281 100%);
    background: linear-gradient(to bottom, #4f699c 0%, #3b5281 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4f699c", endColorstr="#3b5281", GradientType=0);
  }
  #menu-trigger.active .navbar-text:after {
    content: attr(data-close-menu);
  }
  #menu-trigger.active .navbar-sign span:nth-child(1) {
    top: 14px;
    width: 0;
    left: 50%;
  }
  #menu-trigger.active .navbar-sign span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #menu-trigger.active .navbar-sign span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #menu-trigger.active .navbar-sign span:nth-child(4) {
    top: 14px;
    width: 0;
    left: 50%;
  }

  #menu-trigger:before, #menu-trigger:after {
    content: "";
    position: absolute;
    top: 0;
    display: inline-block;
    width: 1px;
    height: 47px;
    margin: 0;
    background: #5a6997;
    background: -moz-linear-gradient(top, #5a6997 0%, #4f699c 100%);
    background: -webkit-linear-gradient(top, #5a6997 0%, #4f699c 100%);
    background: linear-gradient(to bottom, #5a6997 0%, #4f699c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e07173", endColorstr="#bd2930", GradientType=0);
  }

  #menu-trigger:before {
    left: 0;
  }

  #menu-trigger:after {
    right: 0;
  }

  .navbar-text:after {
    color: #fff;
    display: inline-block;
    font-size: 20px;
    vertical-align: middle;
    content: attr(data-open-menu);
  }

  .navbar-sign {
    width: 25px;
    height: 25px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
  .navbar-sign span {
    left: 0;
    opacity: 1;
    height: 2px;
    width: 100%;
    display: block;
    position: absolute;
    background: #fff;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .navbar-sign span:nth-child(1) {
    top: 4px;
  }
  .navbar-sign span:nth-child(2), .navbar-sign span:nth-child(3) {
    top: 10px;
  }
  .navbar-sign span:nth-child(4) {
    top: 16px;
  }

  .menuwrapper ul {
    padding: 0;
    list-style: none;
  }

  .menuwrapper li {
    display: block;
    border-bottom: 1px solid #8c99a8;
    background-color: #4f699c;
  }

  .menuwrapper li a {
    display: block;
    outline: none !important;
    position: relative;
    padding: 15px 20px;
    font-size: 16px;
    text-decoration: none;
    line-height: 20px;
    font-weight: 300;
    color: #fff;
    background-color: #4f699c;
  }
  .menuwrapper li a:hover, .menuwrapper li a:focus {
    outline: none !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .no-touch .menuwrapper li a:hover {
    background: rgba(255, 248, 213, 0.1);
  }

  .menuwrapper li.mobile-only > * {
    color: #fff;
    line-height: 20px;
    padding-left: 20px;
    position: relative;
    background: rgba(0, 0, 0, 0.2);
  }

  .menuwrapper li > a:not(:only-child):after {
    top: 0;
    width: 16px;
    right: 20px;
    font-size: 17px;
    line-height: 50px;
    position: absolute;
    padding: 0 0 0 10px;
    content: "";
    font-family: "icomoon" !important;
  }

  .menuwrapper li.back {
    left: 0;
    top: 15px;
    padding: 0;
    z-index: 5;
    width: 0;
    height: 0;
    font-size: 0;
    display: block;
    position: sticky;
    overflow: visible;
    text-align: center;
    border-bottom: none;
    border-radius: 0 3px 3px 0 !important;
  }

  .menuwrapper li.back > * {
    left: -60px;
    width: 50px;
    height: 50px;
    position: relative;
    border-radius: 0 3px 3px 0;
    background: rgba(0, 0, 0, 0.2);
  }

  .menuwrapper li.back > *:after {
    color: #fff;
    padding: 0;
    font-size: 14px;
    content: "";
    position: static;
    line-height: 50px;
    font-family: "icomoon" !important;
  }

  .menuwrapper li > *:after {
    color: rgba(255, 255, 255, 0.25);
  }
}/*! jQuery UI - v1.12.1 - 2017-07-19
* http://jqueryui.com
* Includes: core.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	width: 1px;
	padding: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	position: absolute;
	clip: rect(0 0 0 0);
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	list-style: none;
	line-height: 1.3;
	text-decoration: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-size: 1em;
	font-family: Arial,Helvetica,sans-serif;
}
.ui-widget .ui-widget {
	font-size: 1em;
}

.ui-widget.ui-widget-content {
	z-index: 99993;
	border: 1px solid #D95252;
}
.ui-widget-content {
	background-color: #F78B83;
	border-color: #D95252;
	color: #912323;
	font-size: 13px;
	line-height: 1em;
}
.ui-widget-header {
	border: 1px solid #D95252;
	background: #F78B83;
	color: #912323;
	font-weight: bold;
}

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	--webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.15);
	box-shadow: 1px 1px 3px 1px rgba(0,0,0,0.15);
}
@charset "UTF-8";
@font-face {
  font-family: "Roboto-Regular";
  src: url("../../frontend/aerosus/v1/en_MT/fonts/Roboto-Regular.woff") format("woff"), url("../../frontend/aerosus/v1/en_MT/fonts/Roboto-Regular.woff2") format("woff2"), url("../../frontend/aerosus/v1/en_MT/fonts/Roboto-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Bold";
  src: url("../../frontend/aerosus/v1/en_MT/fonts/Roboto-Bold.woff") format("woff"), url("../../frontend/aerosus/v1/en_MT/fonts/Roboto-Bold.woff2") format("woff2"), url("../../frontend/aerosus/v1/en_MT/fonts/Roboto-Bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto-Thin";
  src: url("../../frontend/aerosus/v1/en_MT/fonts/Roboto-Thin.woff") format("woff"), url("../../frontend/aerosus/v1/en_MT/fonts/Roboto-Thin.woff2") format("woff2"), url("../../frontend/aerosus/v1/en_MT/fonts/Roboto-Thin.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/*!
 * Bootstrap v4.0.0-alpha.2 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.container::after {
  content: "";
  display: table;
  clear: both;
}
@media (min-width: 544px) {
  .container {
    max-width: 576px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 940px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.container-fluid {
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}
.container-fluid::after {
  content: "";
  display: table;
  clear: both;
}

.row {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
}
.row::after {
  content: "";
  display: table;
  clear: both;
}

.col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 {
  position: relative;
  min-height: 1px;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
}

.col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 544px) {
  .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1 {
    float: left;
  }

  .col-sm-1 {
    width: 8.3333333333%;
  }

  .col-sm-2 {
    width: 16.6666666667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.3333333333%;
  }

  .col-sm-5 {
    width: 41.6666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.3333333333%;
  }

  .col-sm-8 {
    width: 66.6666666667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.3333333333%;
  }

  .col-sm-11 {
    width: 91.6666666667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.3333333333%;
  }

  .col-sm-pull-2 {
    right: 16.6666666667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.3333333333%;
  }

  .col-sm-pull-5 {
    right: 41.6666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.3333333333%;
  }

  .col-sm-pull-8 {
    right: 66.6666666667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.3333333333%;
  }

  .col-sm-pull-11 {
    right: 91.6666666667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.3333333333%;
  }

  .col-sm-push-2 {
    left: 16.6666666667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.3333333333%;
  }

  .col-sm-push-5 {
    left: 41.6666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.3333333333%;
  }

  .col-sm-push-8 {
    left: 66.6666666667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.3333333333%;
  }

  .col-sm-push-11 {
    left: 91.6666666667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 768px) {
  .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1 {
    float: left;
  }

  .col-md-1 {
    width: 8.3333333333%;
  }

  .col-md-2 {
    width: 16.6666666667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.3333333333%;
  }

  .col-md-5 {
    width: 41.6666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.3333333333%;
  }

  .col-md-8 {
    width: 66.6666666667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.3333333333%;
  }

  .col-md-11 {
    width: 91.6666666667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.3333333333%;
  }

  .col-md-pull-2 {
    right: 16.6666666667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.3333333333%;
  }

  .col-md-pull-5 {
    right: 41.6666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.3333333333%;
  }

  .col-md-pull-8 {
    right: 66.6666666667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.3333333333%;
  }

  .col-md-pull-11 {
    right: 91.6666666667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.3333333333%;
  }

  .col-md-push-2 {
    left: 16.6666666667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.3333333333%;
  }

  .col-md-push-5 {
    left: 41.6666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.3333333333%;
  }

  .col-md-push-8 {
    left: 66.6666666667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.3333333333%;
  }

  .col-md-push-11 {
    left: 91.6666666667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1 {
    float: left;
  }

  .col-lg-1 {
    width: 8.3333333333%;
  }

  .col-lg-2 {
    width: 16.6666666667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.3333333333%;
  }

  .col-lg-5 {
    width: 41.6666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.3333333333%;
  }

  .col-lg-8 {
    width: 66.6666666667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.3333333333%;
  }

  .col-lg-11 {
    width: 91.6666666667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.3333333333%;
  }

  .col-lg-pull-2 {
    right: 16.6666666667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.3333333333%;
  }

  .col-lg-pull-5 {
    right: 41.6666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.3333333333%;
  }

  .col-lg-pull-8 {
    right: 66.6666666667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.3333333333%;
  }

  .col-lg-pull-11 {
    right: 91.6666666667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.3333333333%;
  }

  .col-lg-push-2 {
    left: 16.6666666667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.3333333333%;
  }

  .col-lg-push-5 {
    left: 41.6666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.3333333333%;
  }

  .col-lg-push-8 {
    left: 66.6666666667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.3333333333%;
  }

  .col-lg-push-11 {
    left: 91.6666666667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1 {
    float: left;
  }

  .col-xl-1 {
    width: 8.3333333333%;
  }

  .col-xl-2 {
    width: 16.6666666667%;
  }

  .col-xl-3 {
    width: 25%;
  }

  .col-xl-4 {
    width: 33.3333333333%;
  }

  .col-xl-5 {
    width: 41.6666666667%;
  }

  .col-xl-6 {
    width: 50%;
  }

  .col-xl-7 {
    width: 58.3333333333%;
  }

  .col-xl-8 {
    width: 66.6666666667%;
  }

  .col-xl-9 {
    width: 75%;
  }

  .col-xl-10 {
    width: 83.3333333333%;
  }

  .col-xl-11 {
    width: 91.6666666667%;
  }

  .col-xl-12 {
    width: 100%;
  }

  .col-xl-pull-0 {
    right: auto;
  }

  .col-xl-pull-1 {
    right: 8.3333333333%;
  }

  .col-xl-pull-2 {
    right: 16.6666666667%;
  }

  .col-xl-pull-3 {
    right: 25%;
  }

  .col-xl-pull-4 {
    right: 33.3333333333%;
  }

  .col-xl-pull-5 {
    right: 41.6666666667%;
  }

  .col-xl-pull-6 {
    right: 50%;
  }

  .col-xl-pull-7 {
    right: 58.3333333333%;
  }

  .col-xl-pull-8 {
    right: 66.6666666667%;
  }

  .col-xl-pull-9 {
    right: 75%;
  }

  .col-xl-pull-10 {
    right: 83.3333333333%;
  }

  .col-xl-pull-11 {
    right: 91.6666666667%;
  }

  .col-xl-pull-12 {
    right: 100%;
  }

  .col-xl-push-0 {
    left: auto;
  }

  .col-xl-push-1 {
    left: 8.3333333333%;
  }

  .col-xl-push-2 {
    left: 16.6666666667%;
  }

  .col-xl-push-3 {
    left: 25%;
  }

  .col-xl-push-4 {
    left: 33.3333333333%;
  }

  .col-xl-push-5 {
    left: 41.6666666667%;
  }

  .col-xl-push-6 {
    left: 50%;
  }

  .col-xl-push-7 {
    left: 58.3333333333%;
  }

  .col-xl-push-8 {
    left: 66.6666666667%;
  }

  .col-xl-push-9 {
    left: 75%;
  }

  .col-xl-push-10 {
    left: 83.3333333333%;
  }

  .col-xl-push-11 {
    left: 91.6666666667%;
  }

  .col-xl-push-12 {
    left: 100%;
  }

  .col-xl-offset-0 {
    margin-left: 0%;
  }

  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }

  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }

  .col-xl-offset-3 {
    margin-left: 25%;
  }

  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }

  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }

  .col-xl-offset-6 {
    margin-left: 50%;
  }

  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }

  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }

  .col-xl-offset-9 {
    margin-left: 75%;
  }

  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }

  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }

  .col-xl-offset-12 {
    margin-left: 100%;
  }
}
.btn {
  display: inline-block;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: 1px solid transparent;
  padding: 7px 23px;
  font-size: 13px;
  line-height: 1em;
  border-radius: 20px;
  transition: all 0.3s ease-in-out;
}
.btn:focus, .btn:hover {
  text-decoration: none;
}
.btn.focus {
  text-decoration: none;
}
.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled, .btn:disabled {
  cursor: not-allowed;
  opacity: 0.65;
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #4f699c;
  border-color: #4f699c;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-primary:hover {
  color: #fff;
  background-color: #3e527a;
  border-color: #3a4e73;
}
.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #3e527a;
  border-color: #3a4e73;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #3e527a;
  border-color: #3a4e73;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
}
.btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary:disabled:focus, .btn-primary:disabled.focus {
  background-color: #4f699c;
  border-color: #4f699c;
}
.btn-primary.disabled:hover, .btn-primary:disabled:hover {
  background-color: #4f699c;
  border-color: #4f699c;
}

.btn-secondary {
  color: #2d3c4b;
  background-color: #e0e3e6;
  border-color: #e0e3e6;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-secondary:hover {
  color: #2d3c4b;
  background-color: #c4cacf;
  border-color: #bec4cb;
}
.btn-secondary:focus, .btn-secondary.focus {
  color: #2d3c4b;
  background-color: #c4cacf;
  border-color: #bec4cb;
}
.btn-secondary:active, .btn-secondary.active, .open > .btn-secondary.dropdown-toggle {
  color: #2d3c4b;
  background-color: #c4cacf;
  border-color: #bec4cb;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-secondary:active:hover, .btn-secondary:active:focus, .btn-secondary:active.focus, .btn-secondary.active:hover, .btn-secondary.active:focus, .btn-secondary.active.focus, .open > .btn-secondary.dropdown-toggle:hover, .open > .btn-secondary.dropdown-toggle:focus, .open > .btn-secondary.dropdown-toggle.focus {
  color: #2d3c4b;
}
.btn-secondary.disabled:focus, .btn-secondary.disabled.focus, .btn-secondary:disabled:focus, .btn-secondary:disabled.focus {
  background-color: #e0e3e6;
  border-color: #e0e3e6;
}
.btn-secondary.disabled:hover, .btn-secondary:disabled:hover {
  background-color: #e0e3e6;
  border-color: #e0e3e6;
}

.btn-info {
  color: #fff;
  background-color: #546a9b;
  border-color: #8193bb;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-info:hover {
  color: #fff;
  background-color: #42537a;
  border-color: #5971a5;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #42537a;
  border-color: #5971a5;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #42537a;
  border-color: #5971a5;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
}
.btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info:disabled:focus, .btn-info:disabled.focus {
  background-color: #546a9b;
  border-color: #8193bb;
}
.btn-info.disabled:hover, .btn-info:disabled:hover {
  background-color: #546a9b;
  border-color: #8193bb;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #419641;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
}
.btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success:disabled:focus, .btn-success:disabled.focus {
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-success.disabled:hover, .btn-success:disabled:hover {
  background-color: #5cb85c;
  border-color: #5cb85c;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #eb9316;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
}
.btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning:disabled:focus, .btn-warning:disabled.focus {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning.disabled:hover, .btn-warning:disabled:hover {
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #c12e2a;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
}
.btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger:disabled:focus, .btn-danger:disabled.focus {
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-danger.disabled:hover, .btn-danger:disabled:hover {
  background-color: #d9534f;
  border-color: #d9534f;
}

.btn-primary-outline {
  color: #4f699c;
  background-image: none;
  background-color: transparent;
  border-color: #4f699c;
}
.btn-primary-outline:focus, .btn-primary-outline.focus, .btn-primary-outline:active, .btn-primary-outline.active, .open > .btn-primary-outline.dropdown-toggle {
  color: #fff;
  background-color: #4f699c;
  border-color: #4f699c;
}
.btn-primary-outline:hover {
  color: #fff;
  background-color: #4f699c;
  border-color: #4f699c;
}
.btn-primary-outline.disabled:focus, .btn-primary-outline.disabled.focus, .btn-primary-outline:disabled:focus, .btn-primary-outline:disabled.focus {
  border-color: #8c9fc5;
}
.btn-primary-outline.disabled:hover, .btn-primary-outline:disabled:hover {
  border-color: #8c9fc5;
}

.btn-secondary-outline {
  color: #e0e3e6;
  background-image: none;
  background-color: transparent;
  border-color: #e0e3e6;
}
.btn-secondary-outline:focus, .btn-secondary-outline.focus, .btn-secondary-outline:active, .btn-secondary-outline.active, .open > .btn-secondary-outline.dropdown-toggle {
  color: #fff;
  background-color: #e0e3e6;
  border-color: #e0e3e6;
}
.btn-secondary-outline:hover {
  color: #fff;
  background-color: #e0e3e6;
  border-color: #e0e3e6;
}
.btn-secondary-outline.disabled:focus, .btn-secondary-outline.disabled.focus, .btn-secondary-outline:disabled:focus, .btn-secondary-outline:disabled.focus {
  border-color: white;
}
.btn-secondary-outline.disabled:hover, .btn-secondary-outline:disabled:hover {
  border-color: white;
}

.btn-info-outline {
  color: #546a9b;
  background-image: none;
  background-color: transparent;
  border-color: #546a9b;
}
.btn-info-outline:focus, .btn-info-outline.focus, .btn-info-outline:active, .btn-info-outline.active, .open > .btn-info-outline.dropdown-toggle {
  color: #fff;
  background-color: #546a9b;
  border-color: #546a9b;
}
.btn-info-outline:hover {
  color: #fff;
  background-color: #546a9b;
  border-color: #546a9b;
}
.btn-info-outline.disabled:focus, .btn-info-outline.disabled.focus, .btn-info-outline:disabled:focus, .btn-info-outline:disabled.focus {
  border-color: #91a1c4;
}
.btn-info-outline.disabled:hover, .btn-info-outline:disabled:hover {
  border-color: #91a1c4;
}

.btn-success-outline {
  color: #5cb85c;
  background-image: none;
  background-color: transparent;
  border-color: #5cb85c;
}
.btn-success-outline:focus, .btn-success-outline.focus, .btn-success-outline:active, .btn-success-outline.active, .open > .btn-success-outline.dropdown-toggle {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-success-outline:hover {
  color: #fff;
  background-color: #5cb85c;
  border-color: #5cb85c;
}
.btn-success-outline.disabled:focus, .btn-success-outline.disabled.focus, .btn-success-outline:disabled:focus, .btn-success-outline:disabled.focus {
  border-color: #a3d7a3;
}
.btn-success-outline.disabled:hover, .btn-success-outline:disabled:hover {
  border-color: #a3d7a3;
}

.btn-warning-outline {
  color: #f0ad4e;
  background-image: none;
  background-color: transparent;
  border-color: #f0ad4e;
}
.btn-warning-outline:focus, .btn-warning-outline.focus, .btn-warning-outline:active, .btn-warning-outline.active, .open > .btn-warning-outline.dropdown-toggle {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning-outline:hover {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #f0ad4e;
}
.btn-warning-outline.disabled:focus, .btn-warning-outline.disabled.focus, .btn-warning-outline:disabled:focus, .btn-warning-outline:disabled.focus {
  border-color: #f8d9ac;
}
.btn-warning-outline.disabled:hover, .btn-warning-outline:disabled:hover {
  border-color: #f8d9ac;
}

.btn-danger-outline {
  color: #d9534f;
  background-image: none;
  background-color: transparent;
  border-color: #d9534f;
}
.btn-danger-outline:focus, .btn-danger-outline.focus, .btn-danger-outline:active, .btn-danger-outline.active, .open > .btn-danger-outline.dropdown-toggle {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-danger-outline:hover {
  color: #fff;
  background-color: #d9534f;
  border-color: #d9534f;
}
.btn-danger-outline.disabled:focus, .btn-danger-outline.disabled.focus, .btn-danger-outline:disabled:focus, .btn-danger-outline:disabled.focus {
  border-color: #eba5a3;
}
.btn-danger-outline.disabled:hover, .btn-danger-outline:disabled:hover {
  border-color: #eba5a3;
}

.btn-link {
  font-weight: normal;
  color: #4f699c;
  border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link.active, .btn-link:disabled {
  background-color: transparent;
  box-shadow: none;
}
.btn-link, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}
.btn-link:hover {
  border-color: transparent;
}
.btn-link:focus, .btn-link:hover {
  color: #354769;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link:disabled:focus, .btn-link:disabled:hover {
  color: #818a91;
  text-decoration: none;
}

.btn-lg {
  padding: 0.75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.3333333333;
  border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

.carousel {
  position: relative;
}

#carousel_main_slider .carousel-inner {
  min-height: 340px;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .carousel-item {
  position: relative;
  display: none;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .carousel-item > img,
.carousel-inner > .carousel-item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .carousel-item {
    transition: transform 0.6s ease-in-out;
    backface-visibility: hidden;
    perspective: 1000px;
  }
  .carousel-inner > .carousel-item.next, .carousel-inner > .carousel-item.active.right {
    left: 0;
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .carousel-item.prev, .carousel-inner > .carousel-item.active.left {
    left: 0;
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .carousel-item.next.left, .carousel-inner > .carousel-item.prev.right, .carousel-inner > .carousel-item.active {
    left: 0;
    transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: 0.5;
}
.carousel-control.left {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#80000000", endColorstr="#00000000", GradientType=1);
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000", endColorstr="#80000000", GradientType=1);
}
.carousel-control:focus, .carousel-control:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev::before {
  content: "‹";
}
.carousel-control .icon-next::before {
  content: "›";
}

.carousel-indicators {
  position: absolute;
  top: 50%;
  left: 30px;
  z-index: 15;
  width: 10px;
  padding: 0;
  margin: 0;
  font-size: 0;
  line-height: 1em;
  text-align: center;
  list-style: none;
  transform: translate(0, -50%);
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 2px 0;
  padding: 0;
  border: 1px solid #bbb;
  text-indent: -999px;
  cursor: pointer;
  background-color: #dcdcdb;
  border-radius: 10px;
}
.carousel-indicators .active:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  margin: 2px;
  background-color: #576d9d;
}

.carousel-caption {
  position: absolute;
  right: auto;
  top: 30px;
  left: 0;
  z-index: 10;
  letter-spacing: -0.5px;
  line-height: 1em;
  padding: 18px 180px 18px 30px;
  color: #1e1a1a;
  font-size: 30px;
  text-align: left;
  text-shadow: none;
  background: -moz-linear-gradient(to right, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(to right, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0.9) 60%, rgba(255, 255, 255, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e6ffffff", endColorstr="#00ffffff",GradientType=1 );
  /* IE6-9 */
}
.carousel-caption .btn {
  text-shadow: none;
}
.carousel-caption h1, .carousel-caption > div {
  color: #c52f35;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  font-size: 0;
  line-height: 1em;
  font-family: "Roboto-Bold", Arial, sans-serif;
  font-weight: normal;
}
.carousel-caption h1 > span, .carousel-caption > div > span {
  display: inline-block;
  padding: 0;
  line-height: 1em;
  font-size: 38px;
}
.carousel-caption span.roboto-thin {
  padding: 0;
  margin: 0;
  text-transform: none;
  display: inline-block;
  font-family: "Roboto-Regular", Arial, sans-serif !important;
  letter-spacing: -0.5px;
  line-height: 1em;
  color: #1e1a1a;
  font-size: 30px;
  text-align: left;
  text-shadow: none;
}

@media (min-width: 544px) {
  .carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .icon-next {
    margin-right: -15px;
  }
}
.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  opacity: 0.5 !important;
}

.hd-button-next, .hd-button-prev {
  top: 50%;
  border: 0;
  padding: 0;
  width: 54px;
  opacity: 0.6;
  height: 100px;
  outline: none;
  z-index: 99995;
  cursor: pointer;
  background: none;
  position: absolute;
  margin: -50px 0 0 0;
  text-decoration: none;
  transition: opacity 0.25s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
}
.hd-button-next[disabled], .hd-button-next.disabled, .hd-button-prev[disabled], .hd-button-prev.disabled {
  opacity: 0;
  pointer-events: none;
}
.hd-button-next:after, .hd-button-prev:after {
  top: 28px;
  width: 44px;
  content: "";
  height: 44px;
  position: absolute;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px;
}

.hd-button-next {
  right: 0;
}
.hd-button-next:after {
  right: 5px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
}

.hd-button-prev {
  left: 0;
}
.hd-button-prev:after {
  left: 5px;
}

.hd-button-close {
  top: 5px;
  margin: 0;
  border: 0;
  right: 5px;
  padding: 0;
  color: #ddd;
  width: 44px;
  height: 44px;
  outline: none;
  cursor: pointer;
  border-radius: 0;
  line-height: 44px;
  text-align: center;
  position: absolute;
  vertical-align: top;
  display: inline-block;
  background: rgba(30, 30, 30, 0.6);
  -webkit-transform: scale(-1);
  -ms-transform: scale(-1);
  transform: scale(-1);
}
.hd-button-close:before, .hd-button-close:after {
  width: 16px;
  height: 2px;
  content: "";
  opacity: 0.9;
  position: absolute;
  color: currentColor;
  top: calc(50% - 1px);
  pointer-events: none;
  left: calc(50% - 8px);
  display: inline-block;
  box-sizing: border-box;
  background-color: currentColor;
}
.hd-button-close:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hd-button-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hd-button-close[disabled], .hd-button-close.disabled {
  opacity: 0;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .fancybox-button[disabled], .fancybox-button[disabled]:hover {
    opacity: 0 !important;
  }
}
.nav-sections-items ul ul li > a:not(:only-child):after {
  content: "";
  display: inline;
  padding-left: 5px;
  color: #98a7b7;
  font-size: 14px;
  font-family: "icomoon" !important;
  transition: all 0.3s ease-in-out;
}

body.active.app-mobile {
  z-index: 1;
  height: 100%;
  overflow: hidden;
}

.overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  z-index: 1001;
  display: none;
  position: fixed;
  transition: none;
  background-color: rgba(0, 0, 0, 0.5);
}
.overlay.show-loader {
  opacity: 1;
  transition: opacity 0.1s ease-in-out;
}
.overlay.show-loader:after {
  top: 50%;
  left: 50%;
  width: 50px;
  content: "";
  height: 50px;
  display: block;
  z-index: 99999;
  margin-top: -25px;
  margin-left: -25px;
  position: absolute;
  border-radius: 100%;
  transition: none;
  background: transparent;
  border: 6px solid rgba(100, 100, 100, 0.6);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  -webkit-animation: overlay-loader 0.5s infinite linear;
  animation: overlay-loader 0.5s infinite linear;
}

@-webkit-keyframes overlay-loader {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes overlay-loader {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.app-mobile .overlay {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 8;
  transition: opacity 0.3s ease-in-out 1s;
}
.app-mobile .overlay.active {
  opacity: 1;
  display: block;
}
.app-mobile .flyout {
  background-color: #74818f;
  height: calc(100% - 47px);
  max-width: 430px;
  overflow-y: auto;
  position: fixed;
  left: 0;
  top: 47px;
  z-index: 10;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  width: calc(100% - 55px);
  transition: all 0.3s ease-in-out;
}
.app-mobile .flyout.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.app-mobile .navigation {
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  display: block;
  overflow-x: hidden;
  position: absolute;
  background-color: #4f699c;
}
.app-mobile .nav-sections-item-content {
  height: 100%;
  overflow: hidden;
  position: static;
}
.app-mobile .nav-sections-item-content li {
  display: block;
  padding: 0;
  cursor: pointer;
}
.app-mobile .nav-sections-item-content li a:only-child:after {
  display: none;
}
.app-mobile .nav-sections-item-content ul {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  display: none;
  visibility: hidden;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  transition: all 0.3s ease-in-out;
}
.app-mobile .nav-sections-item-content .navigation > ul {
  opacity: 1;
  display: block;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.app-mobile .nav-sections-item-content .navigation > ul > li > a {
  padding: 15px 20px !important;
}
.app-mobile .nav-sections-item-content .navigation > ul ul {
  padding-left: 60px;
  width: calc(100% - 60px);
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.app-mobile .nav-sections-item-content .navigation > ul ul ul {
  -webkit-transform: translate3d(200%, 0, 0);
  transform: translate3d(200%, 0, 0);
}
.app-mobile .nav-sections-item-content .navigation > ul ul ul ul {
  -webkit-transform: translate3d(300%, 0, 0);
  transform: translate3d(300%, 0, 0);
}
.app-mobile .nav-sections-item-content .navigation > ul ul ul ul ul {
  -webkit-transform: translate3d(400%, 0, 0);
  transform: translate3d(400%, 0, 0);
}
.app-mobile .nav-sections-item-content .navigation .active > ul {
  opacity: 1;
  visibility: visible;
  display: block;
}
.app-mobile .nav-sections-item-content .navigation ul.opened {
  visibility: hidden;
  height: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.app-mobile .nav-sections {
  font-size: 0;
  position: relative;
  z-index: 999;
  text-align: left;
  height: 47px;
  border-radius: 7px 7px 0 0;
  background: #3b5281;
  background: -moz-linear-gradient(top, #4f699c 0%, #3b5281 100%);
  background: -webkit-linear-gradient(top, #4f699c 0%, #3b5281 100%);
  background: linear-gradient(to bottom, #4f699c 0%, #3b5281 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4f699c", endColorstr="#3b5281", GradientType=0);
}
.app-mobile #menu-trigger {
  border: none;
  display: inline-block;
  height: 47px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  outline: none;
  color: #fff;
  font-size: 20px;
  max-width: 100%;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 200%;
  perspective-origin: 50% 200%;
  background: #3b5281;
  background: -moz-linear-gradient(top, #4f699c 0%, #3b5281 100%);
  background: -webkit-linear-gradient(top, #4f699c 0%, #3b5281 100%);
  background: linear-gradient(to bottom, #4f699c 0%, #3b5281 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4f699c", endColorstr="#3b5281", GradientType=0);
}
.app-mobile #menu-trigger.active .navbar-text:after {
  content: attr(data-close-menu);
}
.app-mobile #menu-trigger.active .navbar-sign span:nth-child(1) {
  top: 14px;
  width: 0;
  left: 50%;
}
.app-mobile #menu-trigger.active .navbar-sign span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.app-mobile #menu-trigger.active .navbar-sign span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.app-mobile #menu-trigger.active .navbar-sign span:nth-child(4) {
  top: 14px;
  width: 0;
  left: 50%;
}
.app-mobile #menu-trigger:before, .app-mobile #menu-trigger:after {
  content: "";
  position: absolute;
  top: 0;
  display: inline-block;
  width: 1px;
  height: 47px;
  margin: 0;
  background: #5a6997;
  background: -moz-linear-gradient(top, #5a6997 0%, #4f699c 100%);
  background: -webkit-linear-gradient(top, #5a6997 0%, #4f699c 100%);
  background: linear-gradient(to bottom, #5a6997 0%, #4f699c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e07173", endColorstr="#bd2930", GradientType=0);
}
.app-mobile #menu-trigger:before {
  left: 0;
}
.app-mobile #menu-trigger:after {
  right: 0;
}
.app-mobile .navbar-text:after {
  color: #fff;
  display: inline-block;
  font-size: 20px;
  vertical-align: middle;
  content: attr(data-open-menu);
}
.app-mobile .navbar-sign {
  width: 25px;
  height: 25px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.app-mobile .navbar-sign span {
  left: 0;
  opacity: 1;
  height: 2px;
  width: 100%;
  display: block;
  position: absolute;
  background: #fff;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
.app-mobile .navbar-sign span:nth-child(1) {
  top: 4px;
}
.app-mobile .navbar-sign span:nth-child(2), .app-mobile .navbar-sign span:nth-child(3) {
  top: 10px;
}
.app-mobile .navbar-sign span:nth-child(4) {
  top: 16px;
}
.app-mobile .nav-sections-items ul {
  padding: 0;
  list-style: none;
}
.app-mobile .nav-sections-items li {
  display: block;
  border-bottom: 1px solid #8c99a8;
  background-color: #4f699c;
}
.app-mobile .nav-sections-items li a {
  display: block;
  position: relative;
  padding: 15px 20px;
  font-size: 16px;
  text-decoration: none;
  line-height: 20px;
  font-weight: 300;
  color: #fff;
  outline: none;
  background-color: #4f699c;
}
.app-mobile .no-touch .nav-sections-items li a:hover {
  background: rgba(255, 248, 213, 0.1);
}
.app-mobile .nav-sections-items li.mobile-only > * {
  color: #fff;
  line-height: 20px;
  padding-left: 20px;
  position: relative;
  background: rgba(0, 0, 0, 0.2);
}
.app-mobile .nav-sections-items li > a:not(:only-child):after {
  top: 0;
  width: 16px;
  right: 20px;
  font-size: 17px;
  line-height: 50px;
  position: absolute;
  padding: 0 0 0 10px;
  content: "";
  font-family: "icomoon" !important;
}
.app-mobile .nav-sections-items li.back {
  left: 0;
  top: 15px;
  padding: 0;
  z-index: 5;
  width: 0;
  height: 0;
  font-size: 0;
  display: block;
  position: sticky;
  overflow: visible;
  text-align: center;
  border-bottom: none;
  border-radius: 0 3px 3px 0 !important;
}
.app-mobile .nav-sections-items li.back > * {
  left: -60px;
  width: 50px;
  height: 50px;
  position: relative;
  border-radius: 0 3px 3px 0;
  background: rgba(0, 0, 0, 0.2);
}
.app-mobile .nav-sections-items li.back > *:after {
  color: #fff;
  padding: 0;
  font-size: 14px;
  content: "";
  position: static;
  line-height: 50px;
  font-family: "icomoon" !important;
}
.app-mobile .nav-sections-items li > *:after {
  color: rgba(255, 255, 255, 0.25);
}

@media screen and (min-width: 1200px) {
  .app-mobile .flyout {
    -webkit-transform: translate3d(-200%, 0, 0);
    transform: translate3d(-200%, 0, 0);
  }
  .app-mobile .flyout.active {
    left: calc(50% - 600px);
  }
}
@media screen and (max-width: 1199px) {
  .app-mobile .nav-sections .nav-sections-items .navigation > ul > li a {
    padding: 15px 20px;
  }
}
@media screen and (min-width: 992px) {
  #menu-trigger {
    border-radius: 0 7px 0 0;
    width: calc(100% - 55px);
  }
  #menu-trigger:before, #menu-trigger:before {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  body.active {
    z-index: 1;
    height: 100%;
    overflow: hidden;
  }

  .overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    z-index: 8;
    transition: opacity 0.3s ease-in-out 1s;
  }
  .overlay.active {
    opacity: 1;
    display: block;
  }

  .flyout {
    background-color: #74818f;
    height: calc(100% - 47px);
    max-width: 430px;
    overflow-y: auto;
    position: fixed;
    left: 0;
    top: 47px;
    z-index: 10;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    width: calc(100% - 55px);
    transition: all 0.3s ease-in-out;
  }
  .flyout.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  .navigation {
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    display: block;
    overflow-x: hidden;
    position: absolute;
    background-color: #4f699c;
  }

  .nav-sections-item-content {
    height: 100%;
    overflow: hidden;
    position: static;
  }
  .nav-sections-item-content li {
    display: block;
    padding: 0;
    cursor: pointer;
  }
  .nav-sections-item-content li a:only-child:after {
    display: none;
  }
  .nav-sections-item-content ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    display: none;
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transition: all 0.3s ease-in-out;
  }
  .nav-sections-item-content .navigation > ul {
    opacity: 1;
    display: block;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .nav-sections-item-content .navigation > ul > li > a {
    padding-left: 20px !important;
  }
  .nav-sections-item-content .navigation > ul ul {
    padding-left: 60px;
    width: calc(100% - 60px);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .nav-sections-item-content .navigation > ul ul ul {
    -webkit-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
  }
  .nav-sections-item-content .navigation > ul ul ul ul {
    -webkit-transform: translate3d(300%, 0, 0);
    transform: translate3d(300%, 0, 0);
  }
  .nav-sections-item-content .navigation > ul ul ul ul ul {
    -webkit-transform: translate3d(400%, 0, 0);
    transform: translate3d(400%, 0, 0);
  }
  .nav-sections-item-content .navigation .active > ul {
    opacity: 1;
    visibility: visible;
    display: block;
  }
  .nav-sections-item-content .navigation ul.opened {
    visibility: hidden;
    height: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  .nav-sections {
    font-size: 0;
    position: relative;
    z-index: 999;
    text-align: left;
    height: 47px;
    border-radius: 7px 7px 0 0;
    background: #3b5281;
    background: -moz-linear-gradient(top, #4f699c 0%, #3b5281 100%);
    background: -webkit-linear-gradient(top, #4f699c 0%, #3b5281 100%);
    background: linear-gradient(to bottom, #4f699c 0%, #3b5281 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4f699c", endColorstr="#3b5281", GradientType=0);
  }

  #menu-trigger {
    border: none;
    display: inline-block;
    height: 47px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    outline: none;
    color: #fff;
    font-size: 20px;
    width: calc(100% - 110px);
    max-width: 100%;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    -webkit-perspective-origin: 50% 200%;
    perspective-origin: 50% 200%;
    background: #3b5281;
    background: -moz-linear-gradient(top, #4f699c 0%, #3b5281 100%);
    background: -webkit-linear-gradient(top, #4f699c 0%, #3b5281 100%);
    background: linear-gradient(to bottom, #4f699c 0%, #3b5281 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4f699c", endColorstr="#3b5281", GradientType=0);
  }
  #menu-trigger.active .navbar-text:after {
    content: attr(data-close-menu);
  }
  #menu-trigger.active .navbar-sign span:nth-child(1) {
    top: 14px;
    width: 0;
    left: 50%;
  }
  #menu-trigger.active .navbar-sign span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #menu-trigger.active .navbar-sign span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  #menu-trigger.active .navbar-sign span:nth-child(4) {
    top: 14px;
    width: 0;
    left: 50%;
  }

  #menu-trigger:before, #menu-trigger:after {
    content: "";
    position: absolute;
    top: 0;
    display: inline-block;
    width: 1px;
    height: 47px;
    margin: 0;
    background: #5a6997;
    background: -moz-linear-gradient(top, #5a6997 0%, #4f699c 100%);
    background: -webkit-linear-gradient(top, #5a6997 0%, #4f699c 100%);
    background: linear-gradient(to bottom, #5a6997 0%, #4f699c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e07173", endColorstr="#bd2930", GradientType=0);
  }

  #menu-trigger:before {
    left: 0;
  }

  #menu-trigger:after {
    right: 0;
  }

  .navbar-text:after {
    color: #fff;
    display: inline-block;
    font-size: 20px;
    vertical-align: middle;
    content: attr(data-open-menu);
  }

  .navbar-sign {
    width: 25px;
    height: 25px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
  .navbar-sign span {
    left: 0;
    opacity: 1;
    height: 2px;
    width: 100%;
    display: block;
    position: absolute;
    background: #fff;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
  }
  .navbar-sign span:nth-child(1) {
    top: 4px;
  }
  .navbar-sign span:nth-child(2), .navbar-sign span:nth-child(3) {
    top: 10px;
  }
  .navbar-sign span:nth-child(4) {
    top: 16px;
  }

  .nav-sections-items ul {
    padding: 0;
    list-style: none;
  }

  .nav-sections-items li {
    display: block;
    border-bottom: 1px solid #8c99a8;
    background-color: #4f699c;
  }

  .nav-sections-items li a {
    display: block;
    outline: none !important;
    position: relative;
    padding: 15px 20px;
    font-size: 16px;
    text-decoration: none;
    line-height: 20px;
    font-weight: 300;
    color: #fff;
    background-color: #4f699c;
  }
  .nav-sections-items li a:hover, .nav-sections-items li a:focus {
    outline: none !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .no-touch .nav-sections-items li a:hover {
    background: rgba(255, 248, 213, 0.1);
  }

  .nav-sections-items li.mobile-only > * {
    color: #fff;
    line-height: 20px;
    padding-left: 20px;
    position: relative;
    background: rgba(0, 0, 0, 0.2);
  }

  .nav-sections-items li > a:not(:only-child):after {
    top: 0;
    width: 16px;
    right: 20px;
    font-size: 17px;
    line-height: 50px;
    position: absolute;
    padding: 0 0 0 10px;
    content: "";
    font-family: "icomoon" !important;
  }

  .nav-sections-items li.back {
    left: 0;
    top: 15px;
    padding: 0;
    z-index: 5;
    width: 0;
    height: 0;
    font-size: 0;
    display: block;
    position: sticky;
    overflow: visible;
    text-align: center;
    border-bottom: none;
    border-radius: 0 3px 3px 0 !important;
  }

  .nav-sections-items li.back > * {
    left: -60px;
    width: 50px;
    height: 50px;
    position: relative;
    border-radius: 0 3px 3px 0;
    background: rgba(0, 0, 0, 0.2);
  }

  .nav-sections-items li.back > *:after {
    color: #fff;
    padding: 0;
    font-size: 14px;
    content: "";
    position: static;
    line-height: 50px;
    font-family: "icomoon" !important;
  }

  .nav-sections-items li > *:after {
    color: rgba(255, 255, 255, 0.25);
  }
}
.category-description {
  margin: 0 67px;
  font-size: 12px;
  overflow: hidden;
  max-height: 45px;
  line-height: 15px;
  position: relative;
  text-align: center;
  color: #363948;
  transition: all 0.3s ease-in-out;
}
.category-description p {
  margin: 0;
  display: inline;
}
.category-description .mobile-read-more:before, .category-description .mobile-read-more:after {
  right: 0;
  z-index: 2;
  bottom: 1px;
  cursor: pointer;
  display: inline;
  position: absolute;
}
.category-description .mobile-read-more:before {
  font-size: 13px;
  font-weight: bold;
  padding: 0 15px 0 20px;
  content: attr(data-read-more);
  background: -moz-linear-gradient(left, rgba(236, 238, 239, 0) 0%, #eceeef 30%);
  background: -webkit-linear-gradient(left, rgba(236, 238, 239, 0) 0%, #eceeef 30%);
  background: linear-gradient(to right, rgba(236, 238, 239, 0) 0%, #eceeef 30%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=1);
}
.category-description .mobile-read-more:after {
  font-size: 10px;
  content: "";
  line-height: 12px;
  padding-left: 5px;
  background: #eceeef;
  font-family: "icomoon" !important;
}
.category-description.opened {
  max-height: none;
}
.category-description.opened .mobile-read-more:before {
  padding: 0;
  position: static;
  background: transparent;
  content: attr(data-read-less);
}
.category-description.opened .mobile-read-more:after {
  content: "";
  position: static;
  background-color: transparent;
}
.category-description .mobile-only {
  display: none;
}
.category-description .thumb-wrapper {
  margin-top: 15px;
  text-align: center;
}

.products-grid {
  margin: 0;
  padding: 0;
  font-size: 0;
  text-align: left;
}
.products-grid .item {
  margin: 25px 14px;
  vertical-align: top;
  display: inline-block;
  width: calc(50% - 14px);
}
.products-grid .item:nth-child(odd) {
  margin: 25px 28px 0 0;
}
.products-grid .item:nth-child(even) {
  margin: 25px 0 0 0;
}
.products-grid .item:first-child, .products-grid .item:nth-child(2) {
  margin-top: 0;
}
.products-grid .product-item {
  width: 100%;
  display: block;
  border-radius: 8px;
  text-decoration: none;
  background-color: #fff;
}
.products-grid .product-item:hover .product-name-wrapper {
  background-color: #4f699c;
}
.products-grid .product-item:hover .product-name {
  color: #ffffff;
}
.products-grid .product-item:after {
  clear: both;
  content: "";
  display: block;
}
.products-grid .product-data {
  padding: 15px;
  height: 140px;
  position: relative;
}
.products-grid .product-data:after {
  clear: both;
  content: "";
  display: block;
}
.products-grid .discount-label {
  top: 10px;
  left: 10px;
  margin: 0;
  padding: 0;
  z-index: 7;
  width: 34px;
  height: 34px;
  position: absolute;
  text-align: center;
  pointer-events: none;
  background: url("../../frontend/aerosus/v1/en_MT/images/percent.svg") center no-repeat;
  background-size: contain;
}
.products-grid .product-name-wrapper {
  padding: 9px 10px;
  text-align: center;
  background-color: #e4e6e8;
  border-radius: 7px 7px 0 0;
  transition: all 0.3s ease-in-out;
}
.products-grid .product-name-wrapper .product-name {
  margin: 0;
  padding: 0;
  width: 460px;
  height: 32px;
  color: #2d3c4b;
  display: block;
  max-width: 100%;
  font-size: 14px;
  overflow: hidden;
  line-height: 16px;
  text-align: center;
  font-weight: normal;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  font-family: "Roboto-Regular", Arial, sans-serif;
}
.products-grid .product-name-wrapper .product-name span {
  width: 460px;
  max-width: 100%;
  height: 32px;
  overflow: hidden;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.products-grid .product-name-wrapper .product-name font {
  vertical-align: baseline !important;
}
.products-grid .product-image {
  float: left;
  width: 155px;
  height: 100%;
  text-align: center;
  padding: 0 15px 0 0;
  position: relative;
}
.products-grid .product-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin: 0 auto;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.products-grid .product-info {
  float: right;
  height: 140px;
  font-size: 12px;
  text-align: left;
  position: relative;
  padding: 0 0 0 15px;
  color: #363948;
  width: calc(100% - 187px);
  border-left: 1px solid #e4e6e8;
}
.products-grid .product-info ul {
  margin: 0;
  padding: 0;
  overflow: hidden;
  list-style: none;
  max-height: 76px;
}
.products-grid .product-info li {
  text-align: left;
  color: #363948;
  font-weight: bold;
  line-height: 1.3em;
}
.products-grid .product-info li span {
  color: #363948;
  font-weight: normal;
}
.products-grid .price-wrapper {
  height: 22px;
  margin: 6px 0;
  text-align: left;
  display: inline-block;
}
.products-grid .price-wrapper .price-wrapper {
  margin: 0;
}
.products-grid .vat {
  color: #363948;
  font-size: 11px;
  line-height: 12px;
  white-space: nowrap;
}
.products-grid .price-box, .products-grid .vat {
  display: inline-block;
  vertical-align: middle;
}
.products-grid .price-box {
  height: 22px;
  margin: 0 5px 0 0;
}
.products-grid .price-box > span {
  height: 22px;
  display: inline-block;
}
.products-grid .price-box .price {
  color: #c52f35;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
}
.products-grid .special-price, .products-grid .old-price {
  margin: 0;
  line-height: 1em;
}
.products-grid .special-price {
  font-size: 20px;
}
.products-grid .old-price .price {
  color: #3c3c3c;
  font-size: 16px;
  margin-left: 5px;
  line-height: 22px;
}
.products-grid .actions .btn {
  float: left;
  padding: 5px 18px;
  color: #363948;
  border-color: #363948;
  background-color: transparent;
}
.products-grid .actions .btn:hover {
  border-color: #363948;
  background-color: transparent;
}
.products-grid .actions .btn.btn-primary:focus {
  color: #ffffff;
  border-color: #c52f35;
  background-color: #c52f35;
}
.products-grid .stock {
  margin: 0;
  float: right;
  line-height: 25px;
}
.products-grid .actions:after {
  content: "";
  display: block;
  clear: both;
}
.products-grid .bottom-block {
  right: 15px;
  bottom: 8px;
  position: absolute;
  width: calc(100% - 215px);
}

.amxnotif-block .button-set {
  margin-top: 20px;
}

.product-image.manufacturer:after {
  right: 15px;
  z-index: 10;
  top: 3px;
  content: "";
  position: absolute;
  background-image: url("../../frontend/aerosus/v1/en_MT/images/global-sprite.png");
  background-repeat: no-repeat;
}
.product-image.manufacturer.wabco:after {
  width: 49px;
  height: 8px;
  background-position: 0 -356px;
}
.product-image.manufacturer.amk:after {
  width: 31px;
  height: 8px;
  background-position: 0 -328px;
}

.products-grid.narrow > ul {
  padding: 0;
  margin: 0;
}
.products-grid.narrow .product-info ul, .products-grid.narrow .actions {
  display: none;
}
.products-grid.narrow .bottom-block {
  width: 100%;
  position: static;
  border-top: none;
}
.products-grid.narrow .product-info, .products-grid.narrow .product-image {
  float: none;
  border: none;
  margin: 0 auto;
  padding: 0;
}
.products-grid.narrow .product-data {
  height: auto;
  padding: 10px 10px 0;
}
.products-grid.narrow .product-image img {
  max-height: 200px;
}
.products-grid.narrow .product-image-container {
  width: auto !important;
}
.products-grid.narrow .product-image-wrapper {
  padding-bottom: 0 !important;
}
.products-grid.narrow .price-wrapper {
  margin: 0;
  padding: 0;
  position: relative;
  text-align: center;
}
.products-grid.narrow .price-box {
  margin-top: 3px;
}
.products-grid.narrow .vat {
  top: 0;
  left: 50%;
  position: absolute;
  white-space: nowrap;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.products-grid.narrow .product-item {
  width: 100%;
  margin: 0 auto;
  max-width: 320px;
}
.products-grid.narrow .product-name-wrapper .product-name, .products-grid.narrow .product-name-wrapper .product-name span {
  width: 100%;
}
.products-grid.narrow .product-name-wrapper .product-name span {
  width: 300px;
  max-width: 100%;
}
.products-grid.narrow .product-info {
  height: auto;
  padding: 10px;
  margin: 10px auto 0;
  width: calc(100% - 20px);
  border-top: 1px solid #e4e6e8;
}
.products-grid.narrow .product-image {
  width: 100%;
}
.products-grid.narrow .item:nth-child(odd), .products-grid.narrow .item:nth-child(even) {
  margin: 15px 10px 10px;
}

.review-add {
  max-width: 440px !important;
}

.review-form {
  margin: 0 auto;
  max-width: 320px;
}

.toolbar-bottom {
  margin: 20px auto;
  text-align: center;
}
.toolbar-bottom .remove-filters .btn {
  top: -2px;
  color: #fff;
  margin-left: 5px;
  position: relative;
}
.toolbar-bottom .remove-filters .btn:before {
  top: 0;
  font-size: 10px;
}
.toolbar-bottom .remove-filters a {
  text-decoration: none;
  color: #4f699c;
}

.product-essential {
  margin: 5px 0 0;
}
.product-essential:after {
  clear: both;
  content: "";
  display: block;
}
.product-essential .left-column {
  float: left;
  width: 348px;
}
.product-essential .product-img-box {
  display: block;
  position: relative;
  border-radius: 8px;
  padding: 6px 6px 10px;
  background-color: #e4e6e8;
}
.product-essential .product-img-box ul {
  padding: 0;
  margin: 0;
  font-size: 0;
  display: block;
  list-style: none;
  text-align: center;
  justify-content: center;
}
.product-essential .product-img-box li {
  width: auto;
  margin: 1px;
  height: 40px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
.product-essential .product-img-box li:hover, .product-essential .product-img-box li.active {
  border-color: #4f699c;
}
.product-essential .product-img-box li[data-magic] {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.product-essential .product-img-box li[data-magic]:hover, .product-essential .product-img-box li[data-magic].active {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.product-essential .product-img-box li img {
  width: auto;
  height: 40px;
  border-radius: 4px;
}
.product-essential .product-img-box li a {
  height: 40px;
  min-width: 40px;
  background: #fff;
  overflow: hidden;
  line-height: 40px;
  text-align: center;
  border-radius: 4px;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
}
.product-essential .product-img-box li a.icon-360 {
  font-size: 32px;
  line-height: 45px;
}
.product-essential .product-image {
  position: relative;
  border-radius: 8px;
  margin: 0 auto 10px;
  background-color: #ffffff;
}
.product-essential .product-image a {
  display: block;
  text-align: center;
  line-height: normal;
}
.product-essential .product-image img {
  width: 348px;
  height: auto;
  margin: 0 auto;
  border-radius: 8px;
}
.product-essential .product-image.manufacturer:after {
  top: auto;
  left: 20px;
  right: auto;
  bottom: 20px;
}
.product-essential .socials {
  margin: 15px 0 0;
}
.product-essential .socials .social-buttons {
  font-size: 0;
  height: 20px;
  text-align: left;
  overflow: hidden;
}
.product-essential .socials .social-buttons > * {
  margin: 0 5px 0 0 !important;
  vertical-align: top !important;
  display: inline-block !important;
}
.product-essential .zoom {
  top: 9px;
  left: 9px;
  z-index: 7;
  width: 30px;
  height: 30px;
  cursor: pointer;
  position: absolute;
  text-align: center;
  border-radius: 4px;
  background-color: #eeefef;
}
.product-essential .zoom:before {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
  color: #74818f;
}
.product-essential .discount-label {
  top: 7px;
  right: 7px;
  z-index: 9;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  pointer-events: none;
  position: absolute;
  text-align: center;
  background: url("../../frontend/aerosus/v1/en_MT/images/percent.svg") center no-repeat;
  background-size: contain;
}
.product-essential .product-shop .grid-row {
  display: flex;
  margin: 0 0 10px;
}

.product-buy-wrapper {
  float: right;
  margin: 0 0 0 30px;
  width: calc(100% - 378px);
}
.product-buy-wrapper:after {
  clear: both;
  content: "";
  display: block;
}
.product-buy-wrapper #delivery-box-inputs {
  margin: 0;
  border: none;
  text-align: center;
  padding: 8px 10px 7px;
}
.product-buy-wrapper #delivery-box-inputs > .chosen-container {
  min-width: 130px;
}
.product-buy-wrapper .delivery-box {
  border-radius: 8px;
  background-color: #ffffff;
}
.product-buy-wrapper .delivery-box.chosen-text-style {
  margin: 0;
  border: none;
  font-weight: bold;
  padding: 8px 0 7px;
  text-align: center;
  font-size: 14px;
}
.product-buy-wrapper .delivery-box.unavailable {
  margin: 0;
  border: none;
  text-align: center;
  padding: 8px 10px 7px;
}
.product-buy-wrapper .delivery-box p {
  margin: 0;
}
.product-buy-wrapper .product-buy {
  display: flex;
  margin: 0 0 1px;
  font-size: 14px;
  text-align: left;
  padding: 13px 15px;
  position: relative;
  border-radius: 8px;
  align-items: center;
  justify-content: space-between;
  background-color: #ffffff;
}
.product-buy-wrapper .product-buy > * {
  display: inline-block;
  vertical-align: middle;
}
.product-buy-wrapper .product-buy .icon-question-mark {
  vertical-align: top;
}
.product-buy-wrapper .product-buy .notify-me {
  margin: 0;
  float: right;
  max-width: 100%;
  font-size: 12px;
  text-align: right;
  line-height: 1.2em;
}
.product-buy-wrapper .product-buy .notify-me .btn, .product-buy-wrapper .product-buy .notify-me .notify {
  font-size: 13px;
  margin: 0 0 0 5px;
  padding: 5px 19px;
  color: #c52f35;
}
.product-buy-wrapper .product-buy .price-label {
  -webkit-order: 1;
  order: 1;
  top: 13px;
  left: 17px;
  font-size: 12px;
  line-height: 14px;
  position: absolute;
  padding-bottom: 3px;
  color: #363948;
}
.product-buy-wrapper .product-buy .price-label span {
  font-weight: bold;
}
.product-buy-wrapper .product-buy .price-label + .product-info-price {
  padding-top: 17px;
}
.product-buy-wrapper .product-add-form {
  -webkit-order: 3;
  order: 3;
}
.product-buy-wrapper .product-add-form ~ .product-info-price {
  padding-top: 17px;
}
.product-buy-wrapper .product.alert.stock, .product-buy-wrapper .alert-stock.notify-me {
  -webkit-order: 3;
  order: 3;
}
.product-buy-wrapper .product.alert.stock a, .product-buy-wrapper .alert-stock.notify-me a {
  font-size: 13px;
  color: #c52f35;
}
.product-buy-wrapper .price-box {
  display: flex;
}
.product-buy-wrapper .price-box .special-price {
  -webkit-order: 2;
  order: 2;
}
.product-buy-wrapper .price-box .old-price {
  margin-right: 5px;
  -webkit-order: 1;
  order: 1;
}
.product-buy-wrapper .product-info-price {
  -webkit-order: 2;
  order: 2;
}
.product-buy-wrapper .stock {
  line-height: 1em;
  font-size: 12px;
}
.product-buy-wrapper .inctaxes {
  font-size: 10px;
  margin-left: 5px;
  line-height: 14px;
  color: #74818f;
  vertical-align: top;
}
.product-buy-wrapper .fpt {
  color: #2d3c4b;
  font-size: 12px;
  line-height: 30px;
  position: relative;
  padding: 0 0 0 23px;
  display: inline-block;
  vertical-align: middle;
  font-family: "Roboto-Regular", Arial, sans-serif;
}
.product-buy-wrapper .fpt .icon-radio {
  top: 2px;
  font-size: 16px;
  margin-right: 3px;
  line-height: 30px;
  position: relative;
}
.product-buy-wrapper .fpt .price {
  font-size: 14px;
  color: #4f699c;
}
.product-buy-wrapper .add-to-cart {
  font-size: 0;
  float: right;
  margin-top: 3px;
}
.product-buy-wrapper .btn {
  font-size: 17px;
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle;
  border-color: #c52f35;
  background-color: #c52f35;
}
.product-buy-wrapper .btn:hover {
  border-color: #d33a41;
  background-color: #d33a41;
}

.product-shop {
  float: right;
  padding: 15px 0 0;
  margin: 15px 0 0 30px;
  width: calc(100% - 378px);
  border-top: 1px solid #d3d5dc;
}
.product-shop.grid-wrapper {
  padding: 15px 0 0;
}
.product-shop > .actions {
  text-align: right;
}
.product-shop > .actions .btn {
  clear: both;
  margin: 2px 0;
  font-size: 11px;
  padding: 5px 23px;
  text-transform: uppercase;
}
.product-shop > .actions .btn span:before {
  top: 1px;
  font-size: 13px;
  color: #4f699c;
}
.product-shop > .actions .btn span.icon-ring-button:before {
  font-size: 16px;
  line-height: 11px;
}
.product-shop > .actions .btn.btn-video {
  float: left;
}
.product-shop .grid-columns-2 {
  border-radius: 8px;
}
.product-shop .grid-columns-2 .zblock {
  height: 100%;
}
.product-shop .grid-columns-2 .bar-title {
  margin: 0;
  color: #2d3c4b;
  display: block;
  font-size: 13px;
  padding: 8px 20px;
  line-height: 18px;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  background-color: #e4e6e8;
  border-radius: 7px 7px 0 0;
}
.product-shop .grid-columns-2 .bar-title .red {
  padding: 0;
  background: none;
  border-radius: 0;
  font-weight: bold;
}
.product-shop .grid-columns-2 .bar-content {
  padding: 25px 20px;
  position: relative;
  height: calc(100% - 85px);
  border-radius: 0 0 7px 7px;
  background-color: #ffffff;
}
.product-shop .grid-columns-2 .bar-content:after {
  clear: both;
  content: "";
  display: block;
}
.product-shop .grid-columns-2 .bar-content .icon-plus-sign {
  top: 15%;
  margin: 0;
  padding: 0;
  z-index: 2;
  color: #fff;
  left: -42px;
  width: 48px;
  height: 48px;
  display: block;
  font-size: 14px;
  position: absolute;
  text-align: center;
  border-radius: 50%;
  background: #4e689b;
  border: 4px solid #eeefef;
}
.product-shop .grid-columns-2 .bar-content .icon-plus-sign:before {
  top: 0;
  margin: 0;
  padding: 0;
  content: "+";
  font-size: 30px;
  line-height: 42px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
.product-shop .content-wrapper {
  min-height: 110px;
  display: inline-block;
  vertical-align: middle;
}
.product-shop .pair .product-name {
  margin: 0;
  line-height: 16px;
  font-weight: normal;
}
.product-shop .pair .product-name a {
  line-height: 1em;
  color: #363948;
  text-decoration: none;
  font-size: 14px;
}
.product-shop .pair .pair-img {
  top: 28px;
  right: 25px;
  position: absolute;
}
.product-shop .pair .pair-img .product-image {
  margin: 0;
  font-size: 0;
  display: block;
  line-height: 1em;
}
.product-shop .pair .pair-img img {
  width: 103px;
  height: auto;
  border-radius: 4px;
  border: 2px solid #e6e7e9;
}
.product-shop .pair .product-name, .product-shop .pair .price-box, .product-shop .pair .actions {
  float: left;
  min-width: 50.1%;
  text-align: center;
  width: calc(100% - 115px);
}
.product-shop .pair .price-box {
  margin: 10px auto;
}
.product-shop .pair .old-price {
  color: #3c3c3c;
  font-size: 16px;
  text-decoration: line-through;
}
.product-shop .pair .special-price {
  font-size: 16px;
  font-weight: bold;
  color: #4f699c;
}
.product-shop .pair .actions {
  text-align: center;
}
.product-shop .pair .btn {
  max-width: 210px;
  padding: 5px 20px;
  border-color: #c52f35;
  background-color: #c52f35;
}
.product-shop .pair .btn:hover {
  border-color: #d33a41;
  background-color: #d33a41;
}
.product-shop .why > p {
  margin: 0;
}
.product-shop .why .bar-content {
  min-height: 100px;
  position: relative;
}
.product-shop .why .bar-content:before {
  right: 30px;
  width: 75px;
  content: "";
  bottom: 40px;
  height: 75px;
  display: block;
  position: absolute;
  background: url("../../frontend/aerosus/v1/en_MT/images/global-sprite.png") center no-repeat;
  background-position: 0 -454px;
}
.product-shop .why .bar-content.bottom-positioned-image:before {
  right: 15px;
  bottom: 10px;
  width: 60px;
  height: 60px;
  background-position: 3px -352px;
  background-size: 70px;
}
.product-shop .why .bar-content .icon-checkmark-checked {
  position: relative;
  padding-left: 20px;
  color: #363948;
  display: inline-block;
  text-decoration: none;
}
.product-shop .why .bar-content .icon-checkmark-checked:before {
  left: 0;
  top: 1px;
  color: #4ab12a;
  font-size: 13px;
  line-height: 20px;
  position: absolute;
}
.product-shop .why .bar-content .custom-image {
  display: none;
}
.product-shop .why .bar-content.custom-image:before {
  display: none;
}
.product-shop .why .bar-content.custom-image .custom-image {
  content: "";
  right: 30px;
  bottom: 15px;
  display: block;
  max-width: 50px;
  position: absolute;
  text-align: center;
  text-decoration: none;
}
.product-shop .why .bar-content.custom-image .custom-image .rating-box {
  margin: 0 auto;
}
.product-shop .why .bar-content.custom-image .custom-image .rating-box .rating:before {
  color: #fada30;
}
.product-shop .why .bar-content.custom-image .custom-image.trustedshops {
  max-width: 80px;
}
.product-shop .why .bar-content.custom-image .custom-image.trustedshops img {
  width: 50px;
}
.product-shop .why .bar-content.custom-image .custom-image.trustpilot {
  max-width: 75px;
}
.product-shop .why .bar-content.custom-image .custom-image.opineo {
  max-width: 90px;
}
.product-shop .why .bar-content.custom-image .custom-image.yandexmarket {
  max-width: 100px;
}
.product-shop .why .bar-content.banner-with-icons {
  background: #ffffff !important;
}
.product-shop .why .bar-content.banner-with-icons:before {
  display: none;
}
.product-shop .why:not(:only-child) .banner-with-icons .banner-wrapper {
  margin: 0;
  padding: 0;
}
.product-shop .why:not(:only-child) .banner-with-icons .banner-wrapper .banner-block {
  width: 100%;
  margin: 0 0 10px !important;
}
.product-shop .why:not(:only-child) .banner-with-icons .banner-wrapper .banner-block:last-child {
  margin-bottom: 0 !important;
}
.product-shop .why:not(:only-child) .banner-with-icons .banner-wrapper .icon {
  width: 40px;
}
.product-shop .why:not(:only-child) .banner-with-icons .banner-wrapper .icon.icon-cargo-truck-new:before {
  font-size: 35px;
}
.product-shop .why:not(:only-child) .banner-with-icons .banner-wrapper .icon.icon-money-back-rub:before {
  font-size: 31px;
}
.product-shop .why:not(:only-child) .banner-with-icons .image-wrapper {
  width: 100px;
}
.product-shop .why:not(:only-child) .banner-with-icons .image-wrapper img {
  width: 100px;
}
.product-shop .why:not(:only-child) .banner-with-icons .image-wrapper .image-text {
  display: none;
}
.product-shop .why:not(:only-child) .banner-with-icons.no-image {
  margin: 0 auto;
  max-width: 200px;
}

.product-shop.grid-wrapper .grid-columns-2:only-child {
  width: 100%;
}
.product-shop.grid-wrapper .grid-columns-2:only-child .bar-content {
  background: #ffffff url("../../frontend/aerosus/v1/en_MT/images/why-to-choose-blue.jpg") 50px bottom no-repeat;
}
.product-shop.grid-wrapper .grid-columns-2:only-child .icon-checkmark-checked {
  position: relative;
  left: 35%;
  width: 65%;
}

.why .banner-with-icons .css-table {
  width: 100%;
  display: table;
  position: relative;
}
.why .banner-with-icons .css-table:after {
  clear: both;
  content: "";
  display: block;
}
.why .banner-with-icons .banner-wrapper {
  font-size: 0;
  padding-left: 20px;
  display: table-cell;
  margin: 5px auto 10px;
  vertical-align: middle;
}
.why .banner-with-icons .banner-wrapper .banner-block {
  width: 50%;
  font-size: 0;
  align-self: center;
  display: inline-block;
}
.why .banner-with-icons .banner-wrapper .banner-block:first-child, .why .banner-with-icons .banner-wrapper .banner-block:nth-child(2) {
  margin-bottom: 30px;
}
.why .banner-with-icons .banner-wrapper .icon {
  width: 50px;
  height: 33px;
  text-align: center;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}
.why .banner-with-icons .banner-wrapper .icon:before {
  top: -1px;
  margin: 0;
  color: #5a6978;
  font-size: 35px;
}
.why .banner-with-icons .banner-wrapper .icon.icon-cargo-truck-new:before {
  left: -5px;
  font-size: 38px;
}
.why .banner-with-icons .banner-wrapper .icon.icon-money-back-rub:before {
  font-size: 34px;
}
.why .banner-with-icons .banner-wrapper .icon.icon-guarantee-icon-stroke:before {
  font-size: 30px;
}
.why .banner-with-icons .banner-wrapper .banner-text {
  color: #5a6978;
  font-size: 15px;
  max-width: 140px;
  text-align: left;
  line-height: 1.3em;
  display: inline-block;
  vertical-align: middle;
}
.why .banner-with-icons .image-wrapper {
  margin: 0;
  width: 200px;
  text-align: center;
  padding: 0 0 0 20px;
  display: table-cell;
  vertical-align: middle;
  border-left: 1px solid #eceeef;
}
.why .banner-with-icons .image-wrapper .image-text {
  color: #2d3c4b;
  font-size: 14px;
  text-align: center;
}
.why .banner-with-icons.no-image .banner-wrapper {
  float: none;
  display: block;
  max-width: 500px;
  padding-left: 40px;
}

.product-collateral {
  padding: 23px 0;
  margin: 20px auto 0;
  border-top: 1px solid #d3d5dc;
}
.product-collateral.grid-wrapper {
  padding: 23px 0 10px;
}
.product-collateral:after {
  content: "";
  display: block;
  clear: both;
}
.product-collateral .bar-title {
  margin: 0;
  color: #fff;
  display: block;
  font-size: 14px;
  padding: 5px 20px;
  line-height: 25px;
  position: relative;
  text-align: center;
  font-weight: normal;
  text-transform: capitalize;
  border-radius: 7px 7px 0 0;
  background-color: #4f699c;
}
.product-collateral .bar-title:after {
  top: 0;
  right: 15px;
  display: none;
  font-size: 13px;
  content: "";
  line-height: 35px;
  position: absolute;
  color: #ffffff;
  transition: all 0.3s ease-in-out;
  font-family: "icomoon" !important;
}
.product-collateral .bar-title.opened:after {
  content: "";
}
.product-collateral .bar-title span {
  padding: 2px 9px;
  font-weight: bold;
  background: #aeb6be;
  border-radius: 10px;
}
.product-collateral .bar-title .write-review {
  top: 5px;
  right: 10px;
  color: #fff;
  font-size: 12px;
  cursor: pointer;
  line-height: 25px;
  position: absolute;
  text-transform: none;
  text-decoration: underline;
}
.product-collateral .bar-content {
  overflow: auto;
  font-size: 12px;
  min-height: 60px;
  max-height: 300px;
  padding: 18px 16px;
  position: relative;
  line-height: 1.2em;
  color: #363948;
  border-radius: 0 0 7px 7px;
  background-color: #ffffff;
}
.product-collateral .bar-content span.bold {
  color: #363948;
}
.product-collateral .bar-content:after {
  content: "";
  display: block;
  clear: both;
}
.product-collateral .bar-content .four-columns {
  margin: 0 !important;
}
.product-collateral .bar-content .four-columns > * {
  padding-right: 13px;
  margin: 0 13px 8px 0;
  display: inline-block;
  border-right: 1px solid #e4e6e8;
}
.product-collateral .bar-content .four-columns > *:last-child {
  border: none;
  margin-right: 0;
  padding-right: 0;
}
.product-collateral .bar-content p {
  margin: 0 0 5px 0;
}
.product-collateral #info_wrapper .info > * {
  margin: 0 0 8px 0;
}
.product-collateral .info > * {
  margin: 0 0 8px 0;
}
.product-collateral .grid-row {
  display: flex;
}
.product-collateral .grid-row.banners {
  margin-bottom: 3px;
}
.product-collateral .grid-row .bar-content {
  min-height: calc(100% - 71px);
}
.product-collateral .grid-row:nth-child(2) {
  margin-bottom: 0;
}
.product-collateral .description:after {
  left: 0;
  bottom: 0;
  position: absolute;
}
.product-collateral .why .bar-content {
  position: relative;
}
.product-collateral .why .bar-content:before {
  right: 30px;
  bottom: 40px;
  width: 75px;
  height: 75px;
  content: "";
  display: block;
  position: absolute;
  background: url("../../frontend/aerosus/v1/en_MT/images/global-sprite.png") center no-repeat;
  background-position: 0 -454px;
}
.product-collateral .why .bar-content.bottom-positioned-image:before {
  right: 15px;
  bottom: 10px;
  width: 60px;
  height: 60px;
  background-position: 3px -352px;
  background-size: 70px;
}
.product-collateral .why .bar-content .icon-checkmark-checked {
  position: relative;
  padding-left: 20px;
  color: #363948;
  text-decoration: none;
}
.product-collateral .why .bar-content .icon-checkmark-checked:before {
  left: 0;
  top: 1px;
  color: #4ab12a;
  font-size: 13px;
  line-height: 20px;
  position: absolute;
}
.product-collateral .why .bar-content .custom-image {
  display: none;
}
.product-collateral .why .bar-content.custom-image:before {
  display: none;
}
.product-collateral .why .bar-content.custom-image .custom-image {
  content: "";
  right: 30px;
  bottom: 20px;
  display: block;
  max-width: 50px;
  position: absolute;
  text-align: center;
  text-decoration: none;
}
.product-collateral .why .bar-content.custom-image .custom-image .rating-box {
  margin: 0 auto;
}
.product-collateral .why .bar-content.custom-image .custom-image .rating-box .rating:before {
  color: #fada30;
}
.product-collateral .why .bar-content.custom-image .custom-image.trustedshops {
  max-width: 80px;
}
.product-collateral .why .bar-content.custom-image .custom-image.trustedshops img {
  width: 50px;
}
.product-collateral .why .bar-content.custom-image .custom-image.trustpilot {
  max-width: 75px;
}
.product-collateral .why .bar-content.custom-image .custom-image.opineo {
  max-width: 90px;
}
.product-collateral .why .bar-content.custom-image .custom-image.yandexmarket {
  max-width: 100px;
}
.product-collateral .why .bar-content.banner-with-icons {
  background: #ffffff !important;
}
.product-collateral .why .bar-content.banner-with-icons:before {
  display: none;
}
.product-collateral .detailed + .banners {
  margin-top: 30px;
}

#write-review {
  width: 600px;
  max-width: 100%;
}
#write-review .image-wrapper img {
  width: auto;
  height: 300px;
}
#write-review .loading input {
  border: 1px solid #cc2d2d;
  background-color: #fff;
  background-image: url("../../frontend/aerosus/v1/en_MT/images/validating-loader-small.gif");
  background-position: calc(100% - 6px) 5px;
  background-repeat: no-repeat;
}
#write-review .success input {
  background-color: #fff;
  border: 1px solid #7faa2b;
  background-image: url("../../frontend/aerosus/v1/en_MT/images/accepted.png");
  background-position: calc(100% - 6px) 8px;
  background-repeat: no-repeat;
}
#write-review .success:focus input {
  border: 1px solid #7faa2b;
}
#write-review .fail input {
  background-color: #fff;
  border: 1px solid #cc2d2d;
  background-image: url("../../frontend/aerosus/v1/en_MT/images/validation-failed.png");
  background-position: calc(100% - 6px) 5px;
  background-repeat: no-repeat;
  background-size: 19px 19px;
}
#write-review .btn.validation-passed {
  opacity: 0.5;
  pointer-events: none;
}

.product-view-wrapper .crsl-items {
  position: relative;
  margin: 10px auto 30px;
}
.product-view-wrapper .crsl-items:after {
  clear: both;
  content: "";
  display: block;
}

.interactive-wrapper {
  padding-top: 20px;
  border-top: 1px solid #d3d5dc;
}

.related-links {
  font-size: 0;
  padding: 10px 0 15px;
}
.related-links .grid-row {
  margin: 0 auto;
  max-width: 890px;
}
.related-links .grid-columns-2 {
  width: 430px;
  text-align: left;
  position: relative;
}
.related-links .icon {
  left: 0;
  top: 2px;
  border: none;
  font-size: 12px;
  position: absolute;
  color: #4f699c;
}
.related-links .icon:before {
  font-size: 12px;
}
.related-links a {
  margin: 0 10px;
  display: block;
  text-align: left;
  position: relative;
  text-decoration: none;
  box-sizing: border-box;
  width: calc(50% - 20px);
  padding: 3px 5px 3px 15px;
  font-size: 14px;
}
.related-links a:only-child {
  width: 100%;
  text-align: center;
}
.related-links a:only-child .icon {
  position: static;
}
.related-links a span {
  color: #6b7ea9;
  border-bottom: dotted 2px #6b7ea9;
}
.related-links .related-links-container {
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  max-width: 860px;
  justify-content: space-between;
}

.product-view-wrapper {
  padding: 15px 30px 0;
}
.product-view-wrapper .all-reviews-summary {
  margin-top: 3px;
}
.product-view-wrapper .all-reviews-summary .all-reviews-stars {
  width: 80px;
  min-width: 80px;
  max-width: 80px;
  font-size: 16px;
  line-height: 16px;
}
.product-view-wrapper .all-reviews-summary .all-reviews-stars:before {
  color: #bbb;
  font-size: 16px;
  line-height: 16px;
}
.product-view-wrapper .all-reviews-summary .all-reviews-stars .active {
  font-size: 16px;
  line-height: 16px;
}
.product-view-wrapper .all-reviews-summary .all-reviews-stars .active:before {
  font-size: 16px;
  line-height: 16px;
}
.product-view-wrapper .bottom-links .bottom-text {
  margin-left: 0;
}

.product-buy-wrapper .product-buy > .popup-wrapper {
  display: none;
}

.notify-me-popup {
  min-width: 420px;
}
.notify-me-popup .form-list li {
  margin-bottom: 10px;
}
.notify-me-popup .form-list label {
  width: auto;
}

#aw_pun_heading {
  padding: 0;
  font-size: 16px;
  text-align: center;
  font-weight: normal;
  margin: 0 auto 20px;
}

.ajaxcartpro_confirm .fancybox-close {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer;
}
.ajaxcartpro_confirm .fancybox-close:after {
  line-height: 27px;
  font-weight: bold;
}

.product-position-wrapper {
  min-height: 40px;
  font-size: 55px;
  position: relative;
  padding: 30px 0 0;
}
.product-position-wrapper .product-position {
  min-height: 40px;
  position: relative;
}
.product-position-wrapper .dot-position {
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  position: absolute;
  border-radius: 50%;
  background-color: #e4989b;
  border: 2px solid #ffffff;
}
.product-position-wrapper .dot-position.front-left {
  top: 15px;
  left: 20px;
}
.product-position-wrapper .dot-position.front-right {
  top: -15px;
  left: 20px;
}
.product-position-wrapper .dot-position.rear-left {
  top: 15px;
  left: 94px;
}
.product-position-wrapper .dot-position.rear-right {
  top: -15px;
  left: 94px;
}

.catalog-category-view main {
  padding-top: 0 !important;
}
.catalog-category-view .page-top {
  padding-top: 15px !important;
}
.catalog-category-view .html-banner {
  margin-bottom: 30px;
}

.category-view {
  margin-bottom: 30px;
}

.product-view-wrapper .product-collateral + .grid-wrapper {
  padding: 10px 0 30px;
}

.buy-a-pair-wrapper {
  display: none;
  margin: 15px auto 0;
}
.buy-a-pair-wrapper .bar-title {
  margin: 0;
  color: #2d3c4b;
  display: block;
  font-size: 13px;
  padding: 8px 20px;
  line-height: 18px;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  background-color: #e4e6e8;
  border-radius: 7px 7px 0 0;
}
.buy-a-pair-wrapper .content-wrapper {
  padding: 15px 20px;
  position: relative;
  background-color: #ffffff;
  border-radius: 0 0 7px 7px;
}
.buy-a-pair-wrapper .content {
  font-size: 0;
  display: flex;
  margin: 0 auto;
  flex-wrap: wrap;
  max-width: 700px;
  text-align: center;
  align-items: center;
  justify-content: space-evenly;
}
.buy-a-pair-wrapper .product-block, .buy-a-pair-wrapper .icon-plus-sign, .buy-a-pair-wrapper .pair-info {
  margin: 0 5px;
  display: inline-block;
  vertical-align: middle;
}
.buy-a-pair-wrapper .product-block {
  max-width: 104px;
  line-height: 14px;
  text-align: center;
}
.buy-a-pair-wrapper .product-block a {
  color: #363948;
  display: block;
  font-weight: normal;
  text-decoration: none;
  font-size: 12px;
}
.buy-a-pair-wrapper .product-block .product-image {
  background: transparent;
}
.buy-a-pair-wrapper .product-block img {
  width: auto;
  height: 100px;
  border-radius: 4px;
  border: 2px solid #e6e7e9;
}
.buy-a-pair-wrapper .icon-plus-sign {
  padding: 0;
  color: #fff;
  width: 38px;
  height: 38px;
  font-size: 14px;
  position: static;
  margin-top: 13px;
  text-align: center;
  border-radius: 50%;
  background: #4e689b;
  border: 4px solid #eeefef;
}
.buy-a-pair-wrapper .icon-plus-sign:before {
  top: 0;
  margin: 0;
  padding: 0;
  content: "+";
  font-size: 38px;
  line-height: 30px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
.buy-a-pair-wrapper .pair-info {
  margin-top: 13px;
}
.buy-a-pair-wrapper .btn {
  padding: 5px 20px;
}

#description .value, .additional-attributes-wrapper, .reviews-wrapper, .faq-wrapper p,
#additional {
  overflow-y: auto;
  padding-right: 15px;
  scrollbar-width: thin;
  scrollbar-color: #4f699c #aaa;
}
#description .value::-webkit-scrollbar, .additional-attributes-wrapper::-webkit-scrollbar, .reviews-wrapper::-webkit-scrollbar, .faq-wrapper p::-webkit-scrollbar,
#additional::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}
#description .value::-webkit-scrollbar-track, .additional-attributes-wrapper::-webkit-scrollbar-track, .reviews-wrapper::-webkit-scrollbar-track, .faq-wrapper p::-webkit-scrollbar-track,
#additional::-webkit-scrollbar-track {
  border-radius: 7px;
  background-color: #ccc;
}
#description .value::-webkit-scrollbar-thumb, .additional-attributes-wrapper::-webkit-scrollbar-thumb, .reviews-wrapper::-webkit-scrollbar-thumb, .faq-wrapper p::-webkit-scrollbar-thumb,
#additional::-webkit-scrollbar-thumb {
  cursor: pointer;
  border-radius: 7px;
  background-color: #4f699c;
}

#additional {
  padding: 0;
  margin: 18px 16px;
}

.product.detailed > .grid-row:first-child > .grid-columns-2:first-child {
  background-color: white;
}

#description .value, .additional-attributes-wrapper {
  max-height: 300px;
}

.reviews-wrapper, .faq-wrapper p {
  max-height: 120px;
}

.more-products-slider-wrapper {
  margin-top: 0;
}

#info_wrapper, #description_wrapper {
  overflow: auto;
  max-height: 300px;
}

#description > br, #description .description > br {
  display: none;
}
#description .description a {
  color: #4f699c;
}

.bottom-description {
  font-size: 12px;
  overflow: hidden;
  margin-top: 20px;
  text-align: left;
  max-height: 140px;
  line-height: 15px;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 35px;
  transition: all 0.3s ease-in-out;
}
.bottom-description .border {
  padding: 0;
  margin: 0 0 20px;
  border-top: 1px solid #d3d5dc;
}
.bottom-description .two-cols-wrapper {
  margin: 0;
  padding: 0;
  font-size: 0;
}
.bottom-description .two-cols-wrapper:after {
  clear: both;
  content: "";
  display: block;
}
.bottom-description .column {
  margin: 0;
  float: left;
  color: #363948;
  font-size: 12px;
  line-height: 16px;
  text-align: justify;
  width: calc(50% - 15px);
}
.bottom-description .column:nth-child(2n+1) {
  margin-right: 30px;
}
.bottom-description p, .bottom-description strong, .bottom-description ul, .bottom-description li {
  margin: 1em 0;
}
.bottom-description .content-wrapper {
  padding-top: 15px;
  text-align: justify;
}
.bottom-description .content-wrapper > *:first-child {
  margin-top: 0;
}
.bottom-description .content-wrapper > *:last-child {
  margin-bottom: 0;
}
.bottom-description .content-wrapper strong, .bottom-description .content-wrapper h2 {
  display: block;
  text-align: left;
  font-size: 12px;
  line-height: 1.2em;
  text-transform: uppercase;
}
.bottom-description .content-wrapper a {
  color: #4f699c;
}
.bottom-description .content-wrapper img {
  float: none;
  display: block;
  margin: 1em auto;
  border-radius: 3px;
  border: 1px solid #e4e6e8;
}
.bottom-description .text-uppercase {
  text-transform: uppercase;
}
.bottom-description .mobile-read-more {
  left: 0;
  bottom: 0;
  z-index: 2;
  width: 100%;
  height: 30px;
  display: block;
  cursor: pointer;
  position: absolute;
  text-align: center;
  padding-bottom: 25px;
  background-color: #ffffff;
  background: -moz-linear-gradient(top, rgba(231, 236, 239, 0) 0%, rgba(231, 236, 239, 0.6) 20%, #eceeef 56%);
  background: -webkit-linear-gradient(top, rgba(231, 236, 239, 0) 0%, rgba(231, 236, 239, 0.6) 20%, #eceeef 65%);
  background: linear-gradient(to bottom, rgba(231, 236, 239, 0) 0%, rgba(231, 236, 239, 0.6) 20%, #eceeef 65%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00fafafa", endColorstr="$color-white", GradientType=0);
}
.bottom-description .read-more-text {
  bottom: 0;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.bottom-description .read-more-text:before {
  font-size: 13px;
  font-weight: bold;
  text-decoration: underline;
  content: attr(data-read-more);
}
.bottom-description .read-more-text:after {
  font-size: 10px;
  content: "";
  line-height: 12px;
  padding-left: 5px;
  background: #eceeef;
  font-family: "icomoon" !important;
}
.bottom-description.opened {
  max-height: none;
}
.bottom-description.opened .mobile-read-more {
  background: transparent;
}
.bottom-description.opened .read-more-text:before {
  content: attr(data-read-less);
}
.bottom-description.opened .read-more-text:after {
  content: "";
}
@media screen and (min-width: 992px) {
  .bottom-description .content-wrapper {
    -webkit-column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-count: 2;
    -moz-column-gap: 30px;
    column-count: 2;
    column-gap: 30px;
  }
  .bottom-description .content-wrapper > * {
    -webkit-column-break-inside: avoid;
    -moz-column-break-inside: avoid;
    column-break-inside: avoid;
  }
}
@media screen and (max-width: 991px) {
  .bottom-description .column {
    margin: 0;
    width: 100%;
  }
  .bottom-description .column:nth-child(2n+1) {
    margin-right: 0;
  }
}

#reviews .reviews-wrapper.slick-initialized {
  padding-right: 0;
  overflow-y: visible;
}
#reviews .slick-arrow {
  border: none;
  padding: 7px;
  font-size: 0;
  bottom: -11px;
  color: #b4b6b8;
  cursor: pointer;
  box-shadow: none;
  background: none;
  position: absolute;
}
#reviews .slick-arrow:before {
  display: block;
  font-size: 12px;
  font-family: "icomoon" !important;
}
#reviews .slick-arrow.slick-prev {
  left: calc(50% - 45px);
}
#reviews .slick-arrow.slick-prev:before {
  content: "";
}
#reviews .slick-arrow.slick-next {
  left: calc(50% + 20px);
}
#reviews .slick-arrow.slick-next:before {
  content: "";
}

@media screen and (max-width: 1199px) {
  #more-products-slider .actions .btn, #more-products-slider .price-box {
    margin-top: 0;
  }
  #more-products-slider .bottom-block {
    padding-top: 0;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .product-shop .why:not(:only-child) .banner-with-icons {
    padding: 19px 20px;
    height: calc(100% - 73px);
  }
  .product-shop .why:not(:only-child) .banner-with-icons .banner-wrapper {
    width: 100%;
    display: block;
  }
  .product-shop .why:not(:only-child) .banner-with-icons .banner-wrapper .banner-block {
    vertical-align: top;
    width: calc(50% - 8px);
    margin: 0 4px !important;
  }
  .product-shop .why:not(:only-child) .banner-with-icons .banner-wrapper .banner-block:first-child, .product-shop .why:not(:only-child) .banner-with-icons .banner-wrapper .banner-block:nth-child(2) {
    margin-bottom: 25px !important;
  }
  .product-shop .why:not(:only-child) .banner-with-icons .banner-wrapper .banner-block .icon {
    display: block;
    margin: 0 auto;
  }
  .product-shop .why:not(:only-child) .banner-with-icons .banner-wrapper .banner-block .banner-text {
    width: 100%;
    display: block;
    font-size: 14px;
    text-align: center;
  }
  .product-shop .why:not(:only-child) .banner-with-icons .banner-wrapper .banner-block .banner-text .new-line {
    display: block;
  }
  .product-shop .why:not(:only-child) .banner-with-icons .image-wrapper {
    width: 100%;
    border: none;
    display: none;
    margin: 20px 0 0;
    padding: 20px 0 0;
    border-top: 1px solid #eceeef;
  }
}
@media screen and (max-width: 991px) {
  .product-essential .left-column, .product-buy-wrapper, .product-shop {
    float: none;
    width: 100%;
    margin: 0 auto;
  }

  .product-essential {
    display: flex;
    flex-wrap: wrap;
  }
  .product-essential .left-column {
    -webkit-order: 1;
    order: 1;
  }
  .product-essential .product-buy-wrapper {
    -webkit-order: 2;
    order: 2;
  }
  .product-essential .buy-a-pair-wrapper {
    -webkit-order: 3;
    order: 3;
  }

  .product-collateral .why .bar-content {
    max-height: none;
  }

  .product-buy-wrapper {
    margin-top: 10px;
  }

  .product-shop .grid-columns-2 .bar-content .icon-phone-circle {
    display: none;
  }

  .product-shop {
    margin: 15px auto 0;
  }

  .product-shop > .actions .btn {
    background-color: #4f699c;
    color: #fff;
  }

  .product-shop > .actions .btn span:before {
    color: #fff;
  }

  .product-shop .pair .pair-img {
    top: 50%;
    transform: translate(0, -50%);
  }

  .product-shop.grid-wrapper .grid-columns-2.pair {
    margin: 0 0 10px;
    width: 100%;
  }

  .product-shop > .actions {
    margin: 0 0 3px;
  }

  .more-products-slider-wrapper li {
    margin-bottom: 10px;
  }

  .product-collateral .grid-row {
    margin-bottom: 15px;
  }

  .more-products-slider-wrapper .crsl-items {
    margin-top: 0;
  }

  .product-collateral.grid-wrapper {
    padding: 15px 0 0;
    border-bottom: none;
    margin-top: 15px;
  }

  .product-shop .why:not(:only-child) .banner-with-icons .image-wrapper {
    display: block;
  }

  .buy-a-pair-wrapper {
    display: block;
  }

  .buy-a-pair-wrapper.one-product-pair-block {
    display: none !important;
  }

  .product-collateral .bar-title {
    font-size: 13px;
  }
  .product-collateral .bar-title.reviews-title {
    text-align: left;
    padding: 5px 10px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .product-view-wrapper .all-reviews-summary {
    top: 3px;
    transform: none;
    max-width: 150px;
    line-height: 1em;
    text-align: right;
  }

  .product-view-wrapper .page-title {
    padding-right: 100px;
  }

  .product-image.manufacturer:after {
    right: 3px;
  }

  .products-grid .item {
    width: calc(50% - 9px);
  }
  .products-grid .item:nth-child(odd) {
    margin: 15px 18px 0 0;
  }
  .products-grid .item:nth-child(even) {
    margin: 15px 0 0 0;
  }
  .products-grid .bottom-block {
    height: 50px;
  }
  .products-grid .product-image {
    float: none;
    padding: 0;
    width: 100%;
    margin-top: -8px;
  }
  .products-grid .product-info {
    display: none;
  }
  .products-grid .price-box {
    height: auto;
    min-height: 22px;
    max-height: 34px;
  }
  .products-grid .price-wrapper {
    top: 25px;
    max-width: 115px;
    padding: 12px 0 0 0;
  }
  .products-grid .price-wrapper .regular-price, .products-grid .price-wrapper .regular-price .price {
    line-height: 22px;
  }
  .products-grid .price-wrapper .old-price, .products-grid .price-wrapper .old-price .price {
    font-size: 15px;
    line-height: 15px;
  }
  .products-grid .price-wrapper .special-price, .products-grid .price-wrapper .special-price .price {
    font-size: 18px;
    line-height: 18px;
  }
  .products-grid .vat {
    top: 0;
    left: 0;
    width: 100%;
    text-align: left;
  }
  .products-grid .actions .btn {
    top: 28px;
  }
  #more-products-slider .product-info {
    display: block;
  }

  .product-shop.grid-wrapper {
    padding-top: 10px;
  }
  .product-shop.grid-wrapper .grid-row {
    margin: 0;
  }

  .product.detailed > .grid-row:first-child {
    margin-bottom: 15px !important;
  }
}
@media screen and (max-width: 767px) {
  .related-links.grid-wrapper .grid-columns-2:last-child, .grid-wrapper .grid-columns-2:nth-child(2) {
    margin-top: 0;
  }

  .related-links .related-links-container {
    display: block;
  }
  .related-links .related-links-container a {
    width: 100%;
    margin: 0;
  }

  .product-collateral {
    padding: 0 0 10px;
  }
  .product-collateral .grid-row {
    margin-bottom: 15px;
    display: block;
  }
  .product-collateral .detailed .grid-row:first-child {
    margin-bottom: 2px;
  }
  .product-collateral.grid-wrapper {
    padding: 0;
    margin-top: 15px;
  }
  .product-collateral.grid-wrapper .grid-columns-2:last-child, .product-collateral.grid-wrapper .grid-columns-2:nth-child(2) {
    margin: 5px auto 0;
  }
  .product-collateral.grid-wrapper .grid-row .grid-columns-2:last-child, .product-collateral.grid-wrapper .grid-row .grid-columns-2:nth-child(2) {
    margin: 1px auto 0;
  }
  .product-collateral.grid-wrapper .banners .grid-columns-2:last-child, .product-collateral.grid-wrapper .banners .grid-columns-2:nth-child(2) {
    margin: 15px auto 0;
  }
  .product-collateral.grid-wrapper .grid-row .grid-columns-2.why {
    margin-top: 5px;
  }
  .product-collateral.grid-wrapper .grid-row + .grid-row .grid-columns-2:first-child {
    margin: 2px auto 4px;
  }
  .product-collateral.grid-wrapper .grid-row.banners .grid-columns-2:first-child {
    margin-top: 0;
  }
  .product-collateral.grid-wrapper .grid-row.banners .grid-columns-2.free-support:first-child {
    margin-top: 15px;
  }
  .product-collateral.grid-wrapper .description-row .grid-columns-2:last-child, .product-collateral.grid-wrapper .description-row .grid-columns-2:nth-child(2) {
    margin-top: 1px;
  }
  .product-collateral .banners .grid-columns-2 .grid-columns-2:last-child, .product-collateral.banners .grid-columns-2 .grid-columns-2:nth-child(2) {
    margin: 0 0 0 16px;
  }
  .product-collateral .grid-row.banners {
    display: none;
  }
  .product-collateral .banners .grid-columns-2 .grid-columns-2 {
    width: calc(50% - 8px);
  }
  .product-collateral .bar-title {
    border-radius: 4px;
    position: relative;
  }
  .product-collateral .product-shop .bar-title:after, .product-collateral .bar-title.reviews-title:after {
    display: none;
  }
  .product-collateral .bar-title.description-title, .product-collateral .bar-title.additional-title {
    color: #5a6978;
    font-size: 16px;
    text-align: left;
    border-radius: 0;
    font-weight: bold;
    padding: 15px 18px 5px;
    background-color: #ffffff;
  }
  .product-collateral .bar-title.description-title:after {
    display: none;
  }
  .product-collateral .description-row .grid-columns-2:first-child .bar-title.description-title {
    border-radius: 7px 7px 0 0;
  }
  .product-collateral .grid-columns-2:nth-child(2) .bar-title.description-title {
    margin-top: 15px;
  }
  .product-collateral .bar-content {
    display: none;
  }
  .product-collateral .grid-columns-2.pair .bar-content {
    max-height: none;
  }
  .product-collateral .grid-columns-2.why .bar-title {
    margin: 0;
    color: #2d3c4b;
    display: block;
    font-size: 13px;
    padding: 8px 20px;
    line-height: 18px;
    text-align: center;
    font-weight: normal;
    text-transform: uppercase;
    background-color: #e4e6e8;
    border-radius: 7px 7px 0 0;
  }
  .product-collateral .grid-columns-2.why .bar-title:after {
    display: none;
  }
  .product-collateral .grid-columns-2.why .bar-title + .bar-content {
    display: block;
  }

  .product-collateral .bar-title:after,
#reviews, #description, #additional {
    display: block;
  }

  #reviews .slick-arrow {
    bottom: -18px;
  }

  #additional {
    margin: 0;
    padding: 18px 16px;
    max-height: none;
  }

  .catalog-category-view main > .wide-banner {
    display: block;
  }

  .catalog-category-view .page-top {
    padding-top: 5px !important;
  }

  .product-view-wrapper .all-reviews-summary .all-reviews-summary-text p {
    margin: 0;
    text-align: left;
  }

  .product-view-wrapper .all-reviews-summary .all-reviews-summary-text {
    display: inline-block;
    width: calc(100% - 85px);
    vertical-align: middle;
  }

  .product-view-wrapper .all-reviews-summary .all-reviews-stars {
    display: inline-block;
    vertical-align: middle;
  }

  .product-shop.grid-wrapper .grid-columns-2:only-child .bar-content,
.product-shop.grid-wrapper .grid-columns-2.pair:only-child .bar-content {
    background-image: none;
  }

  .product-shop.grid-wrapper .grid-columns-2:only-child .bar-content .icon-checkmark-checked {
    left: 0;
    width: 100%;
  }

  .product-view-wrapper .page-top .page-title {
    margin-bottom: 5px;
  }

  #product-shop .bar-content {
    display: block;
  }

  #description_wrapper {
    position: relative;
    padding-bottom: 0;
    margin-bottom: 25px;
  }

  #description_wrapper:before {
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 100%;
    content: "";
    height: 35px;
    display: block;
    font-size: 26px;
    line-height: 20px;
    position: absolute;
    padding-bottom: 5px;
    background-color: #ffffff;
    background: -moz-linear-gradient(top, rgba(250, 250, 250, 0) 0%, rgba(250, 250, 250, 0.6) 60%, #fafafa 95%);
    background: -webkit-linear-gradient(top, rgba(250, 250, 250, 0) 0%, rgba(250, 250, 250, 0.6) 60%, #fafafa 95%);
    background: linear-gradient(to bottom, rgba(250, 250, 250, 0) 0%, rgba(250, 250, 250, 0.6) 60%, #fafafa 95%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00fafafa", endColorstr="$color-white", GradientType=0);
  }

  #description_wrapper:after {
    z-index: 2;
    color: #fff;
    width: 40px;
    height: 40px;
    bottom: -18px;
    font-size: 15px;
    content: "";
    padding: 11px 5px;
    position: absolute;
    text-align: center;
    border-radius: 50%;
    background: #6b7ea9;
    left: calc(50% - 20px);
    box-sizing: border-box;
    border: 4px solid #f3f3f3;
    font-family: "icomoon" !important;
  }

  #description_wrapper .description {
    overflow: hidden;
    max-height: 250px;
  }

  #info_wrapper .info {
    max-height: none;
  }

  #description_wrapper {
    max-height: 250px;
    display: block;
    border-radius: 0;
    padding-top: 0;
  }

  #info_wrapper {
    display: block;
    padding-bottom: 5px;
    max-height: none;
  }

  #info_wrapper:before {
    display: none;
  }

  #description_wrapper {
    border-radius: 0 0 7px 7px;
    overflow: visible;
  }

  .product-shop > .actions .btn {
    display: block;
    border-radius: 4px;
    padding: 10px 23px;
    width: calc(100% - 46px);
    background-color: #4f699c;
  }

  .product-essential .MagicToolboxMessage {
    bottom: 45px;
  }
  .product-essential .Magic360-progress-text {
    margin-bottom: 65px;
  }
  .product-essential .product-img-box {
    padding-bottom: 6px;
    position: relative;
  }
  .product-essential .product-img-box li {
    height: auto;
    border: none;
    font-size: 0;
    line-height: 1em;
    border-radius: 50%;
    pointer-events: none;
  }
  .product-essential .product-img-box li:hover a, .product-essential .product-img-box li.active a {
    background: #4f699c;
  }
  .product-essential .product-img-box li:first-child {
    padding: 0 0 0 3px;
  }
  .product-essential .product-img-box li[data-magic] {
    padding-left: 3px;
    pointer-events: all;
  }
  .product-essential .product-img-box li a {
    width: 10px;
    height: 10px;
    font-size: 0;
    min-width: 0;
    margin: 0 1px;
    line-height: 1em;
    border-radius: 50%;
    background: #e4e6e8;
    transition: all 0.3s ease-in-out;
  }
  .product-essential .product-img-box li a.icon-360 {
    width: auto;
    height: auto;
    line-height: 32px;
    margin-right: 3px;
    background: transparent;
  }
  .product-essential .product-img-box li img {
    display: none;
  }
  .product-essential .product-img-box .more-views {
    left: 50%;
    bottom: 5px;
    z-index: 7;
    white-space: nowrap;
    position: absolute;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .product-essential .product-image {
    margin-bottom: 0;
  }
  .product-essential .controls {
    left: 0;
    top: 50%;
    width: 100%;
    height: 0;
    display: block;
    overflow: visible;
    position: absolute;
  }
  .product-essential .controls .prev, .product-essential .controls .next {
    top: -20px;
    width: 40px;
    height: 14px;
    cursor: pointer;
    padding: 13px 0;
    opacity: 0.85;
    z-index: 2;
    line-height: 1em;
    position: absolute;
    text-align: center;
    background: #e4e6e8;
  }
  .product-essential .controls .prev *:before, .product-essential .controls .next *:before {
    top: 0;
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 14px;
  }
  .product-essential .controls .prev.disable, .product-essential .controls .next.disable {
    opacity: 0;
    pointer-events: none;
  }
  .product-essential .controls .prev {
    left: -21px;
    border-radius: 0 3px 3px 0;
  }
  .product-essential .controls .prev *:before {
    padding-right: 5px;
  }
  .product-essential .controls .next {
    right: -21px;
    border-radius: 3px 0 0 3px;
  }
  .product-essential .controls .next *:before {
    padding-left: 5px;
  }

  .product-image.manufacturer:after {
    right: 15px;
  }

  .products-grid .item {
    width: calc(50% - 9px);
  }
  .products-grid .item:nth-child(odd) {
    margin: 15px 18px 0 0;
  }
  .products-grid .item:nth-child(even) {
    margin: 15px 0 0 0;
  }
  .products-grid .product-data {
    height: auto;
    padding: 15px 10px 5px;
  }
  .products-grid .product-image {
    width: 140px;
    padding-right: 8px;
  }
  .products-grid .product-info {
    padding-left: 7px;
    width: calc(100% - 160px);
  }
  .products-grid .bottom-block {
    height: 50px;
  }
  .products-grid.crsl-items .bottom-block {
    border: none;
  }
  .products-grid .price-wrapper {
    top: 25px;
    max-width: 130px;
    padding: 12px 0 0 0;
  }
  .products-grid .price-wrapper .regular-price, .products-grid .price-wrapper .regular-price .price {
    line-height: 22px;
  }
  .products-grid .price-wrapper .old-price, .products-grid .price-wrapper .old-price .price {
    font-size: 15px;
    line-height: 15px;
  }
  .products-grid .price-wrapper .special-price, .products-grid .price-wrapper .special-price .price {
    font-size: 18px;
    line-height: 18px;
  }
  .products-grid .actions .btn {
    top: 28px;
  }
  .products-grid .vat {
    top: 0;
    left: 0;
    width: 100%;
    text-align: left;
  }

  .buy-a-pair-wrapper .content-wrapper {
    padding: 15px 10px 20px;
  }
  .buy-a-pair-wrapper .content {
    max-width: 380px;
  }
  .buy-a-pair-wrapper .product-block {
    max-width: 100px;
  }
  .buy-a-pair-wrapper .product-block img {
    height: 80px;
  }
  .buy-a-pair-wrapper .pair-info {
    margin-top: 0;
  }
  .buy-a-pair-wrapper .price-box, .buy-a-pair-wrapper .actions {
    margin: 8px 5px 0;
    display: inline-block;
    vertical-align: middle;
  }
  .buy-a-pair-wrapper .actions {
    margin-top: 6px;
  }
  .buy-a-pair-wrapper .special-price {
    font-size: 20px;
    line-height: 1em;
  }
  .buy-a-pair-wrapper .old-price {
    font-size: 16px;
    line-height: 1em;
  }
}
@media screen and (max-width: 639px) {
  .products-grid .item {
    width: 100%;
    max-width: 420px;
  }
  .products-grid .item:nth-child(odd), .products-grid .item:nth-child(even) {
    margin: 15px auto 0;
  }
  .products-grid .price-wrapper {
    max-width: 210px;
  }
}
@media screen and (max-width: 543px) {
  .product-shop.grid-wrapper {
    padding: 15px 0 0;
  }

  .product-buy-wrapper .add-to-cart {
    text-align: center;
  }
  .product-buy-wrapper .fpt {
    display: block;
    padding: 0;
    margin: -16px 0 0;
  }
  .product-buy-wrapper .product-info-price {
    -webkit-order: initial;
    order: initial;
  }
  .product-buy-wrapper .product-buy:after {
    content: "";
    display: block;
    clear: both;
  }
  .product-buy-wrapper .product-buy .notify-me .notify {
    display: inline-block;
  }

  .product-shop .pair .pair-img {
    -webkit-transform: none;
    transform: none;
    position: static;
    margin: 0 auto 10px;
    display: inline-block;
  }
  .product-shop .pair .product-name, .product-shop .pair .price-box, .product-shop .pair .actions {
    float: none;
    display: block;
    width: 100%;
  }

  .why .banner-with-icons .banner-wrapper {
    padding: 0;
    margin: 0 auto;
  }
  .why .banner-with-icons .banner-wrapper .banner-block {
    padding: 0;
  }
  .why .banner-with-icons .banner-wrapper .banner-text {
    font-size: 14px;
  }
  .why .banner-with-icons .banner-wrapper .icon {
    width: 40px;
    margin-right: 5px;
  }
  .why .banner-with-icons .banner-wrapper .icon:before {
    font-size: 31px;
  }
  .why .banner-with-icons .banner-wrapper .icon.icon-cargo-truck-new:before {
    font-size: 31px;
  }
  .why .banner-with-icons .banner-wrapper .icon.icon-money-back-rub:before {
    font-size: 29px;
  }
  .why .banner-with-icons .banner-wrapper .icon.icon-guarantee-icon-stroke:before {
    font-size: 26px;
  }
  .why .banner-with-icons .image-wrapper {
    width: 100px;
    padding-left: 10px;
  }
  .why .banner-with-icons .image-wrapper img {
    width: 90px;
  }
}
@media screen and (max-width: 419px) {
  .product-buy-wrapper .product-buy {
    flex-wrap: wrap;
    padding: 17px 15px;
    text-align: center;
    justify-content: center;
  }
  .product-buy-wrapper .product-buy .price-label {
    width: 100%;
    position: static;
    -webkit-order: 2;
    order: 2;
  }
  .product-buy-wrapper .product-buy .price-label + .price-box {
    display: block;
    padding-top: 0;
  }
  .product-buy-wrapper .product-buy .notify-me {
    float: none;
    display: block;
    max-width: none;
    margin: 0 auto 5px;
    text-align: center;
    -webkit-order: 1;
    order: 1;
  }
  .product-buy-wrapper .product-info-price {
    -webkit-order: 3;
    order: 3;
  }
  .product-buy-wrapper .product-add-form, .product-buy-wrapper .product.alert.stock {
    -webkit-order: 1;
    order: 1;
  }
  .product-buy-wrapper .add-to-cart {
    text-align: center;
    float: none;
    margin: 0 auto 10px;
  }
  .product-buy-wrapper .product-add-form ~ .product-info-price {
    padding-top: 0;
  }
  .product-buy-wrapper .price-box {
    justify-content: center;
  }
  .product-buy-wrapper .btn {
    margin-left: 0;
  }

  .product-shop .why .bar-content:before {
    display: none;
  }

  .notify-me-popup {
    min-width: auto;
  }
  .notify-me-popup #aw_pun_heading {
    margin-bottom: 10px;
  }

  .product-collateral .bar-title span {
    padding: 2px 7px;
  }

  .buy-a-pair-wrapper .product-block {
    max-width: 97px;
  }
  .buy-a-pair-wrapper .product-block img {
    width: 90px;
    height: auto;
  }
}
#interactive-car {
  display: none;
  padding: 25px 15px;
  background: #fff;
  border-radius: 13px;
  margin: 5px auto 20px;
  position: relative;
}
#interactive-car.suspension-front-right-air-spring .suspension-front-right-air-spring, #interactive-car.suspension-front-right-shock-absorber .suspension-front-right-shock-absorber, #interactive-car.suspension-front-right-air-strut .suspension-front-right-air-strut, #interactive-car.suspension-front-left-air-spring .suspension-front-left-air-spring, #interactive-car.suspension-front-left-shock-absorber .suspension-front-left-shock-absorber, #interactive-car.suspension-front-left-air-strut .suspension-front-left-air-strut, #interactive-car.suspension-rear-right-air-spring .suspension-rear-right-air-spring, #interactive-car.suspension-rear-right-shock-absorber .suspension-rear-right-shock-absorber, #interactive-car.suspension-rear-right-air-strut .suspension-rear-right-air-strut, #interactive-car.suspension-rear-left-air-spring .suspension-rear-left-air-spring, #interactive-car.suspension-rear-left-shock-absorber .suspension-rear-left-shock-absorber, #interactive-car.suspension-rear-left-air-strut .suspension-rear-left-air-strut {
  display: block;
}
#interactive-car.compressor {
  display: block;
}
#interactive-car.compressor .compressor, #interactive-car.compressor .compressor-wrapper, #interactive-car.compressor .compressor-image, #interactive-car.compressor .compressor-line-wrapper {
  display: block;
}
#interactive-car.suspension-front-right-air-spring, #interactive-car.suspension-front-right-shock-absorber, #interactive-car.suspension-front-right-air-strut {
  display: block;
}
#interactive-car.suspension-front-right-air-spring .front-right-image, #interactive-car.suspension-front-right-air-spring .front-right-line-wrapper, #interactive-car.suspension-front-right-air-spring .front-right-wrapper, #interactive-car.suspension-front-right-shock-absorber .front-right-image, #interactive-car.suspension-front-right-shock-absorber .front-right-line-wrapper, #interactive-car.suspension-front-right-shock-absorber .front-right-wrapper, #interactive-car.suspension-front-right-air-strut .front-right-image, #interactive-car.suspension-front-right-air-strut .front-right-line-wrapper, #interactive-car.suspension-front-right-air-strut .front-right-wrapper {
  display: block;
}
#interactive-car.suspension-front-left-air-spring, #interactive-car.suspension-front-left-shock-absorber, #interactive-car.suspension-front-left-air-strut {
  display: block;
}
#interactive-car.suspension-front-left-air-spring .front-left-image, #interactive-car.suspension-front-left-air-spring .front-left-line-wrapper, #interactive-car.suspension-front-left-air-spring .front-left-wrapper, #interactive-car.suspension-front-left-shock-absorber .front-left-image, #interactive-car.suspension-front-left-shock-absorber .front-left-line-wrapper, #interactive-car.suspension-front-left-shock-absorber .front-left-wrapper, #interactive-car.suspension-front-left-air-strut .front-left-image, #interactive-car.suspension-front-left-air-strut .front-left-line-wrapper, #interactive-car.suspension-front-left-air-strut .front-left-wrapper {
  display: block;
}
#interactive-car.suspension-rear-right-air-spring, #interactive-car.suspension-rear-right-shock-absorber, #interactive-car.suspension-rear-right-air-strut {
  display: block;
}
#interactive-car.suspension-rear-right-air-spring .rear-right-image, #interactive-car.suspension-rear-right-air-spring .rear-right-line-wrapper, #interactive-car.suspension-rear-right-air-spring .rear-right-wrapper, #interactive-car.suspension-rear-right-shock-absorber .rear-right-image, #interactive-car.suspension-rear-right-shock-absorber .rear-right-line-wrapper, #interactive-car.suspension-rear-right-shock-absorber .rear-right-wrapper, #interactive-car.suspension-rear-right-air-strut .rear-right-image, #interactive-car.suspension-rear-right-air-strut .rear-right-line-wrapper, #interactive-car.suspension-rear-right-air-strut .rear-right-wrapper {
  display: block;
}
#interactive-car.suspension-rear-left-air-spring, #interactive-car.suspension-rear-left-shock-absorber, #interactive-car.suspension-rear-left-air-strut {
  display: block;
}
#interactive-car.suspension-rear-left-air-spring .rear-left-image, #interactive-car.suspension-rear-left-air-spring .rear-left-line-wrapper, #interactive-car.suspension-rear-left-air-spring .rear-left-wrapper, #interactive-car.suspension-rear-left-shock-absorber .rear-left-image, #interactive-car.suspension-rear-left-shock-absorber .rear-left-line-wrapper, #interactive-car.suspension-rear-left-shock-absorber .rear-left-wrapper, #interactive-car.suspension-rear-left-air-strut .rear-left-image, #interactive-car.suspension-rear-left-air-strut .rear-left-line-wrapper, #interactive-car.suspension-rear-left-air-strut .rear-left-wrapper {
  display: block;
}
#interactive-car.disabled {
  cursor: pointer;
  margin: 5px auto 60px;
}
#interactive-car.disabled:after {
  left: 0;
  bottom: 25px;
  width: 100%;
  height: 40px;
  content: "";
  display: block;
  position: absolute;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fafafa 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fafafa 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #fafafa 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00ffffff", endColorstr="#ffffff", GradientType=0);
}
#interactive-car.disabled .interactive-car-wrapper {
  height: 140px;
  opacity: 0.75;
  overflow: hidden;
  pointer-events: none;
}
#interactive-car.disabled .front-right-wrapper, #interactive-car.disabled .front-left-wrapper, #interactive-car.disabled .rear-right-wrapper, #interactive-car.disabled .rear-left-wrapper, #interactive-car.disabled .line-wrapper {
  opacity: 0;
}
#interactive-car.disabled .front-right-wrapper, #interactive-car.disabled .front-left-wrapper, #interactive-car.disabled .rear-right-wrapper, #interactive-car.disabled .rear-left-wrapper {
  width: 0;
}
#interactive-car.disabled .car-wrapper {
  transform: translate(-50%, -100%);
}
#interactive-car .front-right-wrapper, #interactive-car .front-left-wrapper, #interactive-car .rear-right-wrapper, #interactive-car .rear-left-wrapper, #interactive-car .line-wrapper {
  opacity: 1;
  transition: all 0.3s ease-in-out;
}
#interactive-car .car-wrapper {
  transition: all 0.3s ease-in-out;
  transform: translate(-50%, -50%);
}
#interactive-car.compressor + .more-products-slider-wrapper, #interactive-car.suspension-rear-right-air-strut + .more-products-slider-wrapper, #interactive-car.suspension-rear-right-air-spring + .more-products-slider-wrapper, #interactive-car.suspension-rear-right-shock-absorber + .more-products-slider-wrapper, #interactive-car.suspension-rear-left-air-strut + .more-products-slider-wrapper, #interactive-car.suspension-rear-left-air-spring + .more-products-slider-wrapper, #interactive-car.suspension-rear-left-shock-absorber + .more-products-slider-wrapper, #interactive-car.suspension-front-right-air-strut + .more-products-slider-wrapper, #interactive-car.suspension-front-right-air-spring + .more-products-slider-wrapper, #interactive-car.suspension-front-right-shock-absorber + .more-products-slider-wrapper, #interactive-car.suspension-front-left-air-strut + .more-products-slider-wrapper, #interactive-car.suspension-front-left-air-spring + .more-products-slider-wrapper, #interactive-car.suspension-front-left-shock-absorber + .more-products-slider-wrapper {
  display: none;
}
#interactive-car .line-wrapper {
  width: 73px;
  height: 120px;
  display: none;
  position: absolute;
}
#interactive-car .line-wrapper .line {
  width: 117px;
}
#interactive-car .line-wrapper .line, #interactive-car .line-wrapper .line:before, #interactive-car .line-wrapper .line:after {
  height: 1px;
  display: block;
  background: #d5d7dd;
  position: absolute;
}
#interactive-car .line-wrapper .line:before, #interactive-car .line-wrapper .line:after {
  content: "";
  width: 26px;
}
#interactive-car .line-wrapper .line.active, #interactive-car .line-wrapper .line.active:before, #interactive-car .line-wrapper .line.active:after {
  background: #5a72a2;
}
#interactive-car .front-right-line-wrapper {
  left: -6px;
  top: -65px;
}
#interactive-car .front-right-line-wrapper .line {
  top: 32px;
  left: -46px;
  width: 173px;
  transform: rotate(80deg);
}
#interactive-car .front-right-line-wrapper .line:before {
  top: 13px;
  left: -16px;
  transform: rotate(-80deg);
}
#interactive-car .front-right-line-wrapper .line:after {
  bottom: 13px;
  right: -16px;
  transform: rotate(-80deg);
}
#interactive-car.suspension-front-right-air-strut.suspension-front-right-air-spring.suspension-front-right-shock-absorber .front-right-line-wrapper .line {
  top: 55px;
  left: -27px;
  width: 127px;
}
#interactive-car.suspension-front-right-air-strut.suspension-front-right-air-spring:not(.suspension-front-right-shock-absorber) .front-right-line-wrapper .line, #interactive-car.suspension-front-right-air-strut.suspension-front-right-shock-absorber:not(.suspension-front-right-air-spring) .front-right-line-wrapper .line, #interactive-car.suspension-front-right-shock-absorber.suspension-front-right-air-spring:not(.suspension-front-right-air-strut) .front-right-line-wrapper .line {
  top: 44px;
  left: -36px;
  width: 150px;
}
#interactive-car .front-left-line-wrapper {
  left: -6px;
  bottom: -65px;
}
#interactive-car .front-left-line-wrapper .line {
  bottom: 35px;
  left: -44px;
  width: 168px;
  transform: rotate(100deg);
}
#interactive-car .front-left-line-wrapper .line:before {
  bottom: 13px;
  left: -16px;
  transform: rotate(-100deg);
}
#interactive-car .front-left-line-wrapper .line:after {
  top: 13px;
  right: -16px;
  transform: rotate(-100deg);
}
#interactive-car.suspension-front-left-air-strut.suspension-front-left-air-spring.suspension-front-left-shock-absorber .front-left-line-wrapper .line {
  bottom: 56px;
  left: -25px;
  width: 124px;
}
#interactive-car.suspension-front-left-air-strut.suspension-front-left-air-spring:not(.suspension-front-left-shock-absorber) .front-left-line-wrapper .line, #interactive-car.suspension-front-left-air-strut.suspension-front-left-shock-absorber:not(.suspension-front-left-air-spring) .front-left-line-wrapper .line, #interactive-car.suspension-front-left-shock-absorber.suspension-front-left-air-spring:not(.suspension-front-left-air-strut) .front-left-line-wrapper .line {
  bottom: 46px;
  left: -34px;
  width: 145px;
}
#interactive-car .rear-right-line-wrapper {
  right: -6px;
  top: -65px;
}
#interactive-car .rear-right-line-wrapper .line {
  top: 30px;
  left: -58px;
  width: 169px;
  transform: rotate(100deg);
}
#interactive-car .rear-right-line-wrapper .line:before {
  width: 33px;
  left: -20px;
  bottom: 16px;
  transform: rotate(-100deg);
}
#interactive-car .rear-right-line-wrapper .line:after {
  top: 17px;
  width: 33px;
  right: -19px;
  transform: rotate(-100deg);
}
#interactive-car.suspension-rear-right-air-strut.suspension-rear-right-air-spring.suspension-rear-right-shock-absorber .rear-right-line-wrapper .line {
  top: 53px;
  left: -31px;
  width: 122px;
}
#interactive-car.suspension-rear-right-air-strut.suspension-rear-right-air-spring:not(.suspension-rear-right-shock-absorber) .rear-right-line-wrapper .line, #interactive-car.suspension-rear-right-air-strut.suspension-rear-right-shock-absorber:not(.suspension-rear-right-air-spring) .rear-right-line-wrapper .line, #interactive-car.suspension-rear-right-shock-absorber.suspension-rear-right-air-spring:not(.suspension-rear-right-air-strut) .rear-right-line-wrapper .line {
  top: 42px;
  left: -44px;
  width: 145px;
}
#interactive-car .rear-left-line-wrapper {
  right: -6px;
  bottom: -65px;
}
#interactive-car .rear-left-line-wrapper .line {
  bottom: 33px;
  left: -55px;
  width: 164px;
  transform: rotate(80deg);
}
#interactive-car .rear-left-line-wrapper .line:before {
  top: 17px;
  left: -19px;
  width: 33px;
  transform: rotate(-80deg);
}
#interactive-car .rear-left-line-wrapper .line:after {
  width: 33px;
  bottom: 16px;
  right: -20px;
  transform: rotate(-80deg);
}
#interactive-car.suspension-rear-left-air-strut.suspension-rear-left-air-spring.suspension-rear-left-shock-absorber .rear-left-line-wrapper .line {
  top: 64px;
  left: -29px;
  width: 119px;
}
#interactive-car.suspension-rear-left-air-strut.suspension-rear-left-air-spring:not(.suspension-rear-left-shock-absorber) .rear-left-line-wrapper .line, #interactive-car.suspension-rear-left-air-strut.suspension-rear-left-shock-absorber:not(.suspension-rear-left-air-spring) .rear-left-line-wrapper .line, #interactive-car.suspension-rear-left-shock-absorber.suspension-rear-left-air-spring:not(.suspension-rear-left-air-strut) .rear-left-line-wrapper .line {
  bottom: 44px;
  left: -43px;
  width: 142px;
}
#interactive-car .compressor-line-wrapper {
  right: 162px;
  bottom: 0;
  height: 170px;
}
#interactive-car .compressor-line-wrapper .line {
  top: 158px;
  left: -117px;
  width: 215px;
  transform: rotate(110deg);
}
#interactive-car .compressor-line-wrapper .line:before {
  width: 45px;
  left: -30px;
  bottom: 22px;
  transform: rotate(-110deg);
}
#interactive-car .compressor-line-wrapper .line:after {
  display: none;
}

.interactive-car-wrapper {
  width: 100%;
  height: auto;
  font-size: 0;
  text-align: center;
  text-align: center;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.interactive-car-wrapper .left-column-parts, .interactive-car-wrapper .right-column-parts, .interactive-car-wrapper .middle-column-parts {
  font-size: 14px;
  min-height: 500px;
  text-align: center;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.interactive-car-wrapper .middle-column-parts {
  width: 546px;
  margin: 0 14px;
}
.interactive-car-wrapper .left-column-parts, .interactive-car-wrapper .right-column-parts {
  width: 260px;
}
.interactive-car-wrapper .car-wrapper {
  top: 50%;
  left: 50%;
  padding: 0;
  width: 546px;
  height: 224px;
  margin: 0;
  position: absolute;
  transform: translate(-50%, -50%);
  background: url("../../frontend/aerosus/v1/en_MT/images/part-finder/car-background.png") center no-repeat;
  background-size: contain;
}
.interactive-car-wrapper .compressor-image, .interactive-car-wrapper .front-left-image, .interactive-car-wrapper .front-right-image, .interactive-car-wrapper .rear-left-image, .interactive-car-wrapper .rear-right-image {
  margin: 0;
  padding: 0;
  overflow: hidden;
  position: absolute;
}
.interactive-car-wrapper .compressor-image span, .interactive-car-wrapper .front-left-image span, .interactive-car-wrapper .front-right-image span, .interactive-car-wrapper .rear-left-image span, .interactive-car-wrapper .rear-right-image span {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}
.interactive-car-wrapper .compressor-image .inactive, .interactive-car-wrapper .front-left-image .inactive, .interactive-car-wrapper .front-right-image .inactive, .interactive-car-wrapper .rear-left-image .inactive, .interactive-car-wrapper .rear-right-image .inactive {
  z-index: 1;
  filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
  /* Firefox 10+, Firefox on Android */
  filter: gray;
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}
.interactive-car-wrapper .compressor-image .active, .interactive-car-wrapper .front-left-image .active, .interactive-car-wrapper .front-right-image .active, .interactive-car-wrapper .rear-left-image .active, .interactive-car-wrapper .rear-right-image .active {
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}
.interactive-car-wrapper .front-left-image, .interactive-car-wrapper .front-right-image, .interactive-car-wrapper .rear-left-image, .interactive-car-wrapper .rear-right-image {
  width: 100px;
  height: 20px;
  display: none;
}
.interactive-car-wrapper .compressor-image {
  top: 85px;
  right: 115px;
  width: 45px;
  height: 42px;
  display: none;
}
.interactive-car-wrapper .compressor-image span {
  background: url("../../frontend/aerosus/v1/en_MT/images/part-finder/compressor.png") left top no-repeat;
}
.interactive-car-wrapper .compressor-image.active-compressor .active {
  opacity: 1;
  visibility: visible;
}
.interactive-car-wrapper .front-left-image {
  left: 67px;
  bottom: 50px;
}
.interactive-car-wrapper .front-left-image span {
  background: url("../../frontend/aerosus/v1/en_MT/images/part-finder/front-left.png") left top no-repeat;
}
.interactive-car-wrapper .front-left-image.active-strut .active {
  opacity: 1;
  visibility: visible;
}
.interactive-car-wrapper .front-left-image.active-spring .active {
  right: 0;
  opacity: 1;
  width: 38px;
  left: auto;
  visibility: visible;
  background-position: right top;
}
.interactive-car-wrapper .front-left-image.active-absorber .active {
  width: 62px;
  opacity: 1;
  visibility: visible;
}
.interactive-car-wrapper .front-right-image {
  top: 50px;
  left: 67px;
}
.interactive-car-wrapper .front-right-image span {
  background: url("../../frontend/aerosus/v1/en_MT/images/part-finder/front-right.png") left top no-repeat;
}
.interactive-car-wrapper .front-right-image.active-strut .active {
  opacity: 1;
  visibility: visible;
}
.interactive-car-wrapper .front-right-image.active-spring .active {
  right: 0;
  opacity: 1;
  width: 38px;
  left: auto;
  visibility: visible;
  background-position: right top;
}
.interactive-car-wrapper .front-right-image.active-absorber .active {
  width: 62px;
  opacity: 1;
  visibility: visible;
}
.interactive-car-wrapper .rear-left-image {
  right: 80px;
  bottom: 45px;
}
.interactive-car-wrapper .rear-left-image span {
  background: url("../../frontend/aerosus/v1/en_MT/images/part-finder/rear-left.png") left top no-repeat;
}
.interactive-car-wrapper .rear-left-image.active-strut .active {
  opacity: 1;
  visibility: visible;
}
.interactive-car-wrapper .rear-left-image.active-spring .active {
  opacity: 1;
  width: 38px;
  visibility: visible;
}
.interactive-car-wrapper .rear-left-image.active-absorber .active {
  right: 0;
  width: 62px;
  opacity: 1;
  left: auto;
  visibility: visible;
  background-position: right top;
}
.interactive-car-wrapper .rear-right-image {
  top: 45px;
  right: 80px;
}
.interactive-car-wrapper .rear-right-image span {
  background: url("../../frontend/aerosus/v1/en_MT/images/part-finder/rear-right.png") left top no-repeat;
}
.interactive-car-wrapper .rear-right-image.active-strut .active {
  opacity: 1;
  visibility: visible;
}
.interactive-car-wrapper .rear-right-image.active-spring .active {
  opacity: 1;
  width: 38px;
  visibility: visible;
}
.interactive-car-wrapper .rear-right-image.active-absorber .active {
  right: 0;
  width: 62px;
  opacity: 1;
  left: auto;
  visibility: visible;
  background-position: right top;
}
.interactive-car-wrapper .front-right-wrapper, .interactive-car-wrapper .front-left-wrapper, .interactive-car-wrapper .rear-right-wrapper, .interactive-car-wrapper .rear-left-wrapper {
  width: 100%;
  display: none;
  position: absolute;
}
.interactive-car-wrapper .front-right-wrapper {
  top: 0;
  left: 0;
}
.interactive-car-wrapper .front-left-wrapper {
  left: 0;
  bottom: 0;
}
.interactive-car-wrapper .rear-right-wrapper {
  top: 0;
  right: 0;
}
.interactive-car-wrapper .rear-left-wrapper {
  right: 0;
  bottom: 0;
}
.interactive-car-wrapper .front-right-wrapper:after, .interactive-car-wrapper .front-left-wrapper:after, .interactive-car-wrapper .rear-right-wrapper:after, .interactive-car-wrapper .rear-left-wrapper:after {
  top: 5px;
  width: 1px;
  content: "";
  display: block;
  position: absolute;
  background: #d3d5dc;
  height: calc(100% - 15px);
}
.interactive-car-wrapper .front-right-wrapper.active:after, .interactive-car-wrapper .front-left-wrapper.active:after, .interactive-car-wrapper .rear-right-wrapper.active:after, .interactive-car-wrapper .rear-left-wrapper.active:after {
  background: #5a72a2;
}
.interactive-car-wrapper .front-right-wrapper:after, .interactive-car-wrapper .front-left-wrapper:after {
  right: -8px;
}
.interactive-car-wrapper .rear-right-wrapper:after, .interactive-car-wrapper .rear-left-wrapper:after {
  left: -8px;
}
.interactive-car-wrapper .compressor-wrapper {
  bottom: 0;
  left: 151px;
  width: 260px;
  margin: 0 auto;
  display: none;
  position: absolute;
}
.interactive-car-wrapper .accordion-section {
  padding: 0;
  display: none;
  margin: 0 auto 5px;
}
.interactive-car-wrapper .accordion-section-title {
  margin: 0;
  color: #fff;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 12px;
  text-align: left;
  line-height: 16px;
  padding: 12px 35px 12px 14px;
  border-radius: 3px;
  font-weight: normal;
  position: relative;
  background-color: #74818f;
  transition: all 0.3s ease-in-out;
  font-family: Arial, Helvetica, sans-serif;
}
.interactive-car-wrapper .accordion-section-title:after {
  top: 50%;
  margin-top: -8px;
  right: 10px;
  color: #fff;
  font-size: 15px;
  display: block;
  content: "";
  position: absolute;
  transition: all 0.3s ease-in-out;
  font-family: "icomoon" !important;
}
.interactive-car-wrapper .accordion-section-title.active {
  background-color: #4f699c;
}
.interactive-car-wrapper .accordion-section-title.active:after {
  content: "";
}
.interactive-car-wrapper .front-left-wrapper .accordion-section-title:after, .interactive-car-wrapper .rear-left-wrapper .accordion-section-title:after, .interactive-car-wrapper .compressor-wrapper .accordion-section-title:after {
  content: "";
}
.interactive-car-wrapper .front-left-wrapper .accordion-section-title.active:after, .interactive-car-wrapper .rear-left-wrapper .accordion-section-title.active:after, .interactive-car-wrapper .compressor-wrapper .accordion-section-title.active:after {
  content: "";
}
.interactive-car-wrapper .accordion-section-content {
  display: none;
  position: relative;
  background: #fff;
  padding: 10px 10px 5px;
  -webkit-box-shadow: 0 3px 8px 0 rgba(197, 197, 197, 0.4);
  -moz-box-shadow: 0 3px 8px 0 rgba(197, 197, 197, 0.4);
  box-shadow: 0 3px 8px 0 rgba(197, 197, 197, 0.4);
}
.interactive-car-wrapper .accordion-section-content .label {
  font-size: 12px;
  margin: -5px auto 0;
}
.interactive-car-wrapper .product-img {
  margin: 0 auto 5px;
}
.interactive-car-wrapper .product-img a {
  padding: 0;
  font-size: 0;
  margin: 0 auto;
  line-height: 1em;
  border-radius: 3px;
  display: inline-block;
  border: 2px solid #e4e6e8;
}
.interactive-car-wrapper .product-img img {
  height: 60px;
  width: auto;
  border-radius: 3px;
}
.interactive-car-wrapper .price-box p {
  margin: 0;
}
.interactive-car-wrapper .price-box .regular-price, .interactive-car-wrapper .price-box .special-price {
  font-size: 16px;
}
.interactive-car-wrapper .price-box .old-price {
  font-size: 14px;
}
.interactive-car-wrapper .accordion-section .regular-price .price, .interactive-car-wrapper .accordion-section .special-price .price {
  font-size: 20px;
}
.interactive-car-wrapper .actions {
  margin: 0 auto;
  padding: 0;
  font-size: 0;
}
.interactive-car-wrapper .actions .btn {
  margin: 4px 5px;
}
.interactive-car-wrapper .actions .btn.btn-primary {
  background: #c52f35;
  border-color: #c52f35;
}
.interactive-car-wrapper .actions .btn.btn-primary:hover {
  border-color: #d33a41;
  background-color: #d33a41;
}
.interactive-car-wrapper .actions .btn-secondary-outline {
  color: #5a6978;
  border-color: #d3d7d9;
}
.interactive-car-wrapper .special-price .price, .interactive-car-wrapper .regular-price .price {
  font-size: 16px;
}
.interactive-car-wrapper .old-price .price {
  font-size: 14px;
}

.show-part-finder {
  left: 50%;
  margin: 0;
  color: #fff;
  bottom: -40px;
  cursor: pointer;
  font-size: 16px;
  padding: 8px 20px;
  line-height: 24px;
  position: absolute;
  text-align: center;
  background: #c52f35;
  white-space: nowrap;
  display: none !important;
  border-radius: 0 0 8px 8px;
  transform: translate(-50%, 0);
}
.show-part-finder span:before {
  font-size: 14px;
  margin: 0 0 0 10px;
}

.more-products-slider-wrapper {
  display: block;
}

.interactive-wrapper {
  margin-top: 30px;
}
.interactive-wrapper .more-products-slider-wrapper:only-child {
  display: block !important;
}

@media screen and (max-width: 1199px) {
  .interactive-car-wrapper {
    text-align: center;
  }

  .interactive-car-wrapper .left-column-parts, .interactive-car-wrapper .right-column-parts {
    width: 220px;
  }

  .interactive-car-wrapper .middle-column-parts, .interactive-car-wrapper .car-wrapper {
    width: 416px;
  }

  .interactive-car-wrapper .compressor-wrapper {
    left: 86px;
    width: 230px;
  }
}
@media screen and (min-width: 992px) {
  .interactive-wrapper {
    margin-top: 15px;
  }
}
@media screen and (max-width: 991px) {
  #interactive-car {
    display: none !important;
  }

  .more-products-slider-wrapper {
    display: block !important;
  }
}
.checkout-cart-index .page-top h1 {
  line-height: 1em;
  padding: 3px 0;
  font-family: "Roboto-Regular", Arial, sans-serif;
}
.checkout-cart-index .page-top .checkout {
  top: 0;
  right: 0;
  font-size: 17px;
  transform: none;
  position: absolute;
  -webkit-transform: none;
  padding: 7px 15px 7px 23px;
  border-color: #c52f35;
  background-color: #c52f35;
}
.checkout-cart-index .page-top .checkout .btn-arrow {
  color: #fff;
  font-size: 25px;
  line-height: 10px;
  padding-left: 7px;
  position: relative;
  top: 1px;
}
.checkout-cart-index .page-top .checkout:hover {
  border-color: #d33a41;
  background-color: #d33a41;
}

.cart.table-wrapper .table:not(.table-paypal-review-items) {
  width: 100%;
  border: none;
  border-spacing: 0;
  border-radius: 8px;
  margin-bottom: 10px;
  background-color: #fff;
}
.cart.table-wrapper .table:not(.table-paypal-review-items) span.qty, .cart.table-wrapper .table:not(.table-paypal-review-items) .qty .label {
  display: none !important;
}
.cart.table-wrapper .table:not(.table-paypal-review-items) .chosen-container {
  margin: 3px 0;
}
.cart.table-wrapper .table:not(.table-paypal-review-items) fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
.cart.table-wrapper .table:not(.table-paypal-review-items) .btn-arrow {
  top: 1px;
  color: #fff;
  font-size: 25px;
  line-height: 10px;
  padding-left: 7px;
  position: relative;
}
.cart.table-wrapper .table:not(.table-paypal-review-items) .product-item-details {
  text-align: left;
  display: inline-block;
  vertical-align: middle;
}
.cart.table-wrapper .table:not(.table-paypal-review-items) td {
  padding: 10px 5px;
  text-align: center;
}
.cart.table-wrapper .table:not(.table-paypal-review-items) td:first-child {
  text-align: left;
  width: 150px;
  padding: 10px 0;
  display: inline-block;
  vertical-align: middle;
}
.cart.table-wrapper .table:not(.table-paypal-review-items) td:nth-child(2) {
  text-align: left;
  width: 50%;
}
.cart.table-wrapper .table:not(.table-paypal-review-items) td:nth-child(3) {
  white-space: nowrap;
}
.cart.table-wrapper .table:not(.table-paypal-review-items) td:last-child, .cart.table-wrapper .table:not(.table-paypal-review-items) td:nth-child(4) {
  width: 30%;
  padding: 0 10px;
  white-space: nowrap;
}
.cart.table-wrapper .table:not(.table-paypal-review-items) td.loading {
  pointer-events: none;
}
.cart.table-wrapper .table:not(.table-paypal-review-items) td.loading .btn-set:after {
  top: -13px;
  width: 14px;
  content: "";
  height: 14px;
  display: block;
  margin: 0 0 0 3px;
  position: absolute;
  border-radius: 50%;
  border: 2px solid white;
  border-left-color: #d04249;
  animation: cssload-rotate 300ms linear infinite;
  -o-animation: cssload-rotate 5300ms linear infinite;
  -ms-animation: cssload-rotate 300ms linear infinite;
  -webkit-animation: cssload-rotate 300ms linear infinite;
  -moz-animation: cssload-rotate 300ms linear infinite;
}
.cart.table-wrapper .table:not(.table-paypal-review-items) .col.qty {
  width: 70px;
}
.cart.table-wrapper .table:not(.table-paypal-review-items) .col.qty .control {
  position: relative;
}
.cart.table-wrapper .table:not(.table-paypal-review-items) .col.qty div.mage-error {
  left: -55px;
  width: 152px;
  position: absolute;
  top: calc(100% + 20px);
}
.cart.table-wrapper .table:not(.table-paypal-review-items) .product-item-photo {
  width: 100%;
  display: block;
  text-align: center;
}
.cart.table-wrapper .table:not(.table-paypal-review-items) .item-msg {
  margin: 0 0 15px 0;
  line-height: 1.1em;
  padding: 0 0 0 10px;
}
.cart.table-wrapper .table:not(.table-paypal-review-items) .item-msg.error {
  color: #c52f35;
}
.cart.table-wrapper .table:not(.table-paypal-review-items) .price {
  font-size: 18px;
  font-weight: bold;
  color: #c52f35;
  font-family: Arial, sans-serif;
}
.cart.table-wrapper .table:not(.table-paypal-review-items) .old-price .price {
  color: #3c3c3c;
  font-size: 16px;
  margin-right: 5px;
  text-decoration: line-through;
}
.cart.table-wrapper .table:not(.table-paypal-review-items) input {
  width: 23px;
  height: 33px;
  padding: 0 5px;
  box-shadow: none;
  line-height: 33px;
  color: #74818f;
  text-align: center;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #dadfe3;
}
.cart.table-wrapper .table:not(.table-paypal-review-items) .icon-refresh {
  width: 33px;
  height: 25px;
  border: none;
  cursor: pointer;
  box-shadow: none;
  color: #74818f;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
}
.cart.table-wrapper .table:not(.table-paypal-review-items) .icon-refresh:before {
  top: -6px;
  margin: 0;
  line-height: 35px;
}
.cart.table-wrapper .table:not(.table-paypal-review-items) .btn-set {
  position: relative;
  display: inline-block;
}
.cart.table-wrapper .table:not(.table-paypal-review-items) .btn-set .btn-update {
  margin: 0;
  padding: 0;
  left: -27px;
  border: none;
  outline: none;
  cursor: pointer;
  box-shadow: none;
  color: #74818f;
  position: absolute;
  text-decoration: none;
  background-color: transparent;
}
.cart.table-wrapper .table:not(.table-paypal-review-items) .btn-set .btn-update.icon-minus-sign {
  bottom: -32px;
}
.cart.table-wrapper .table:not(.table-paypal-review-items) .btn-set .btn-update.icon-minus-sign:before {
  margin: 0;
  font-size: 12px;
}
.cart.table-wrapper .table:not(.table-paypal-review-items) .btn-set .btn-update.icon-plus-sign {
  top: -41px;
}
.cart.table-wrapper .table:not(.table-paypal-review-items) .btn-set .btn-update.icon-plus-sign:before {
  margin: 0;
  font-size: 12px;
}
.cart.table-wrapper .table:not(.table-paypal-review-items) .stock {
  margin: 10px 0;
}
.cart.table-wrapper .table:not(.table-paypal-review-items) .product-item-name {
  line-height: 16px;
  padding-left: 10px;
  display: inline-block;
  vertical-align: middle;
}
.cart.table-wrapper .table:not(.table-paypal-review-items) .product-item-name a {
  font-size: 14px;
  font-weight: bold;
  color: #74818f;
  text-decoration: none;
  font-family: Arial, sans-serif;
}
.cart.table-wrapper .table:not(.table-paypal-review-items) .product-image {
  display: inline-block;
  border-right: 1px solid #e4e6e8;
}
.cart.table-wrapper .table:not(.table-paypal-review-items) .product-image img {
  width: 120px;
  height: auto;
}
.cart.table-wrapper .table:not(.table-paypal-review-items) .btn-remove {
  color: #5a6978;
  font-weight: bold;
  margin-left: 10px;
  border-color: #d3d7d9;
}
.cart.table-wrapper .table:not(.table-paypal-review-items) .subtotal span {
  width: 50%;
  display: inline-flex;
  justify-content: center;
}
.cart.table-wrapper .table:not(.table-paypal-review-items) th {
  color: #fff;
  font-size: 14px;
  padding: 0 10px;
  line-height: 25px;
  text-align: center;
  font-weight: normal;
  background-color: #74818f;
  font-family: "Roboto-Regular", Arial, sans-serif;
}
.cart.table-wrapper .table:not(.table-paypal-review-items) tr:first-child th:first-child {
  border-radius: 7px 0 0 0;
}
.cart.table-wrapper .table:not(.table-paypal-review-items) tr:first-child th:last-child {
  border-radius: 0 7px 0 0;
}

.cart.table-wrapper .item.message.error {
  padding: 10px 0 0 10px;
  color: #c52f35;
}

.checkout-cart-index .table-caption, .checkout-cart-index .cart.table-wrapper .col.price, .checkout-cart-index .item tr.item-actions, .checkout-cart-index #gift-options-cart, .checkout-cart-index .block.shipping {
  display: none !important;
}

.cart-container {
  display: flex;
  flex-wrap: wrap;
}
.cart-container .form-cart {
  order: 1;
  width: 100%;
}
.cart-container .cart-summary {
  order: 3;
  width: 100%;
}
.cart-container .delivery-box {
  order: 2;
}
.cart-container .delivery-box {
  width: 100%;
  color: #74818f;
  font-size: 12px;
  padding: 15px 10px;
  text-align: center;
  border-radius: 8px;
  margin-bottom: 10px;
  background-color: #fff;
}
.cart-container .delivery-box select {
  margin: 5px 0;
  max-width: 200px;
}
.cart-container .delivery-box .text {
  padding: 0 5px;
}
.cart-container .continue {
  float: left;
  color: #5a6978;
  cursor: pointer;
  font-size: 13px;
  line-height: 1em;
  user-select: none;
  text-align: center;
  border-radius: 20px;
  margin: 20px auto 0;
  white-space: nowrap;
  font-weight: normal;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #d3d7d9;
  padding: 7px 23px 7px 18px;
  transition: all 0.3s ease-in-out;
  background-image: none;
  background-color: transparent;
}
.cart-container .continue .btn-arrow {
  top: 1px;
  color: #7a8998;
  font-size: 25px;
  line-height: 10px;
  padding: 0 5px 0 0;
  position: relative;
}
.cart-container .continue.mobile-only {
  display: none;
}
.cart-container .totals {
  font-size: 18px;
  margin-top: 20px;
  border-spacing: 0;
}
.cart-container .totals:after {
  clear: both;
  content: "";
  display: block;
}
.cart-container .totals .rule-amount {
  color: #c52f35;
}
.cart-container .totals td {
  padding: 2px 5px;
  vertical-align: top;
}
.cart-container .totals th {
  padding: 2px 5px;
  font-weight: normal;
  vertical-align: top;
}
.cart-container .totals .grand.excl {
  display: none;
}
.cart-container .totals .grand td, .cart-container .totals .grand th {
  color: #5a6978;
  font-size: 22px;
  padding: 8px 10px;
  line-height: 30px;
}
.cart-container .totals .grand td strong, .cart-container .totals .grand th strong {
  font-weight: normal;
}
.cart-container .totals .grand th {
  background-color: #fff;
  border-radius: 8px 0 0 8px;
}
.cart-container .totals .grand td {
  background-color: #fff;
  border-radius: 0 8px 8px 0;
}
.cart-container .totals .discount {
  margin: 0;
  padding: 0;
}
.cart-container .cart-totals {
  float: right;
  font-size: 0;
  text-align: right;
  color: #74818f;
}
.cart-container .cart-totals .table-wrapper {
  position: relative;
}
.cart-container .cart-totals .loading-mask, .cart-container .cart-totals .loading-mask .loader {
  position: absolute;
  background-color: transparent;
}
.cart-container .cart-totals .loader {
  min-width: 0;
  min-height: 0;
}
.cart-container .cart-totals .css-loader, .cart-container .cart-totals .loading-mask p {
  display: none;
}
.cart-container .cart-totals .loading-mask img {
  display: block;
}
.cart-container .cart-totals .icon-question-mark {
  top: -2px;
  position: relative;
}
.cart-container .cart-totals .price {
  color: #c52f35;
}
.cart-container .cart-totals tfoot td.final {
  color: #5a6978;
  font-size: 22px;
  padding: 8px 10px;
  line-height: 30px;
  border-radius: 8px;
  background-color: #fff;
}
.cart-container ul {
  padding: 0;
  margin: 10px 0 0;
  list-style: none;
}

#ajax-delivery-days {
  white-space: nowrap;
}

.primary.checkout {
  color: #fff;
  font-size: 17px;
  cursor: pointer;
  box-shadow: none;
  line-height: 1em;
  user-select: none;
  text-align: center;
  font-weight: normal;
  white-space: nowrap;
  padding-right: 15px;
  border-radius: 20px;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s ease-in-out;
  border: 1px solid #c52f35;
  background-color: #c52f35;
}
.primary.checkout .btn-arrow {
  color: #fff;
  font-size: 25px;
  line-height: 10px;
  padding-left: 7px;
  position: relative;
  top: 1px;
}
.primary.checkout:hover {
  border-color: #d33a41;
  background-color: #d33a41;
}

.cart-summary {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
  justify-content: space-between;
}
.cart-summary .summary.title {
  display: none;
}
.cart-summary .block.shipping {
  order: 1;
}
.cart-summary .cart.main.actions {
  order: 3;
}
.cart-summary .block.discount {
  order: 2;
  width: 100%;
}
.cart-summary .cart-totals {
  order: 4;
  text-align: right;
  width: calc(100% - 250px);
}
.cart-summary .table-wrapper {
  display: inline-block;
}

.checkout-methods-items {
  order: 4;
  width: 100%;
  clear: both;
  display: block;
  margin: 0 0 25px;
  padding: 15px 0 0;
  text-align: right;
}
.checkout-methods-items .primary {
  text-align: right;
  padding: 7px 15px 7px 23px;
  border-bottom: 1px solid #d3d5dc;
}
.checkout-methods-items .item {
  float: right;
  text-align: right;
  display: block;
}
.checkout-methods-items .item + .item {
  clear: both;
  padding: 15px 0 0;
  margin: 15px 0 0;
  border-top: 1px solid #d3d5dc;
}
.checkout-methods-items .item .box-head {
  margin: 0;
  color: #ffffff;
  display: block;
  font-size: 16px;
  padding: 7px 20px;
  line-height: 25px;
  position: relative;
  text-align: center;
  font-weight: normal;
  background-color: #74818f;
  border-radius: 7px 7px 0 0;
  text-transform: capitalize;
}
.checkout-methods-items .item .box-content {
  padding: 20px 15px;
  text-align: center;
}
.checkout-methods-items .item .paypal {
  color: #1e1e1e;
  font-size: 13px;
  cursor: pointer;
  padding: 1px 20px;
  line-height: 22px;
  text-align: center;
  border-radius: 40px;
  display: inline-block;
  text-decoration: none;
  border: 1px solid #ffc439;
  background-color: #ffc439;
}
.checkout-methods-items .item .paypal button {
  border: none;
  box-shadow: none;
  background: transparent;
}
.checkout-methods-items .item .paypal .paypal-icon-wrapper {
  display: block;
  cursor: pointer;
  box-shadow: none;
  position: relative;
  padding: 5px 82px 5px 0;
}
.checkout-methods-items .item .paypal .icon-paypal-footer {
  top: 50%;
  right: 0;
  padding: 0;
  font-size: 75px;
  margin: -10px 0 0;
  line-height: 20px;
  position: absolute;
}

.cart-pair-wrapper {
  margin: 0;
  padding: 0;
  float: left;
  width: 360px;
  text-align: center;
  border-radius: 8px;
}
.cart-pair-wrapper .cart-pair-header {
  padding: 10px;
  background-color: #fdfdfd;
  border-radius: 8px 8px 0 0;
  border-bottom: 1px solid #eceeef;
}
.cart-pair-wrapper .cart-pair-header .title {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #74818f;
  font-weight: bold;
  text-transform: uppercase;
}
.cart-pair-wrapper .cart-pair-content {
  width: 100%;
  padding: 15px 10px;
  box-sizing: border-box;
  background-color: #fdfdfd;
  border-radius: 0 0 8px 8px;
}
.cart-pair-wrapper .images-wrapper {
  position: relative;
  margin-bottom: 10px;
}
.cart-pair-wrapper .images-wrapper img {
  width: 110px;
  height: auto;
  margin: 0 3px;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #e6e7e9;
}
.cart-pair-wrapper .plus-sign {
  top: 50%;
  left: 50%;
  z-index: 2;
  padding: 0;
  color: #fff;
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  border-radius: 50%;
  text-align: center;
  background: #4e689b;
  margin: -15px 0 0 -15px;
}
.cart-pair-wrapper .plus-sign > div {
  font-size: 30px;
  padding-top: 5px;
}
.cart-pair-wrapper .text-wrapper {
  color: #74818f;
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.cart-pair-wrapper .text-wrapper .price {
  color: #c52f35;
  white-space: nowrap;
}
.cart-pair-wrapper .btn-set .btn {
  color: #fff;
  min-width: 110px;
  padding: 6px 23px;
  border-color: #4f699c;
  box-sizing: border-box;
  background-color: #4f699c;
}
.cart-pair-wrapper .btn-set .btn:hover {
  border-color: #465e8b;
  background-color: #465e8b;
}
.cart-pair-wrapper + #discount-coupon-form {
  float: right;
  margin-left: 20px;
  width: calc(100% - 380px);
}
.cart-pair-wrapper + #discount-coupon-form + script + .totals + .continue {
  clear: both;
  margin: 0 0 30px;
}

.cart .discount {
  padding: 15px 10px;
}

.discount {
  font-size: 0;
  margin: 0 auto;
  padding: 15px 10px;
  text-align: center;
  border-radius: 8px;
  background-color: #e4e6e8;
}
.discount .title {
  display: none;
}
.discount .content {
  font-size: 14px;
  display: block !important;
}
.discount .label {
  color: #5a6978;
  font-size: 18px;
  display: inline-block;
  vertical-align: middle;
}
.discount .control, .discount .actions-toolbar, .discount .field {
  display: inline-block;
  vertical-align: middle;
}
.discount .apply, .discount .cancel {
  color: #5a6978;
  cursor: pointer;
  font-size: 13px;
  line-height: 1em;
  box-shadow: none;
  user-select: none;
  padding: 7px 23px;
  text-align: center;
  font-weight: normal;
  white-space: nowrap;
  border-radius: 20px;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #d3d7d9;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.discount input {
  width: 170px;
  height: 30px;
  color: #5a6978;
  padding: 0 12px;
  font-size: 12px;
  margin: 5px 10px;
  text-align: left;
  line-height: 30px;
  border-radius: 4px;
  border: 1px solid #dadfe3;
}

.availability {
  color: #363948;
  margin: 5px 0;
  font-size: 11px;
  position: relative;
  padding: 0 0 0 22px;
  text-transform: uppercase;
}
.availability span {
  color: #363948;
  font-weight: bold;
  position: relative;
}
.availability span:before {
  width: 7px;
  left: -12px;
  height: 7px;
  content: "";
  display: block;
  position: absolute;
  border-radius: 10px;
  top: calc(50% - 4px);
}
.availability.in-stock span:before {
  background: #87b63d;
}
.availability.out-of-stock span:before {
  background: #c52f35;
}

.messages .message-success, .messages .message-error {
  padding: 15px;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
  border: 1px solid transparent;
}
.messages .message-success {
  color: #3c763d;
  border-color: #d0e9c6;
  background-color: #dff0d8;
}
.messages .message-success a {
  color: #3c763d;
  font-weight: bold;
  text-decoration: underline;
}
.messages .message-error {
  color: #a94442;
  border-color: #ebcccc;
  background-color: #f2dede;
}
.messages .message-error a {
  color: #a94442;
  font-weight: bold;
  text-decoration: underline;
}

.checkout-cart-index .loading-mask {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  position: fixed;
  background: rgba(0, 0, 0, 0.1);
}
.checkout-cart-index .loading-mask .loader {
  top: 50%;
  left: 50%;
  margin: 0;
  padding: 0;
  z-index: 9999;
  position: fixed;
  min-width: 200px;
  min-height: 100px;
  text-align: center;
  border-radius: 7px;
  background-color: #fff;
  height: auto !important;
  max-width: calc(100% - 30px);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.checkout-cart-index .loading-mask .css-loader {
  top: calc(50% - 50px);
}
.checkout-cart-index .loading-mask .css-loader, .checkout-cart-index .loading-mask .css-loader:before, .checkout-cart-index .loading-mask .css-loader:after {
  display: block;
  border: 2px solid #ccc;
  border-left-color: #d04249;
}
.checkout-cart-index .loading-mask img {
  display: none;
}
.checkout-cart-index .loading-mask p {
  font-size: 14px;
  text-align: center;
  margin: 120px 0 15px;
}

@media screen and (max-width: 767px) {
  .cart .page-top > .btn {
    float: right;
    position: static;
    margin: 0 0 15px 0;
  }

  .cart .cart-table td:first-child {
    float: left;
    width: calc(30% - 1px);
    border-top: 1px solid #e4e6e8;
  }

  .cart .cart-table .product-image {
    height: 100%;
    min-height: 170px;
  }

  .cart .cart-table td:nth-child(2) {
    width: 70%;
    padding: 0;
    border-top: 1px solid #e4e6e8;
  }

  .cart .cart-table td {
    width: 35%;
    float: left;
    text-align: left;
    padding: 5px 0 20px 10px;
  }

  .cart .cart-table thead th {
    display: none;
  }

  .cart .cart-table thead tr:first-child th:first-child {
    color: #fff;
    padding: 10px;
    display: block;
    width: calc(100% - 20px);
    border-radius: 7px 7px 0 0;
  }

  .cart .cart-table td:last-child {
    float: right;
    width: calc(35% - 10px);
  }

  .cart .cart-table input.qty {
    height: 23px;
    line-height: 23px;
    margin-right: 5px;
  }

  .cart .cart-table .product-name {
    margin-bottom: 0;
  }

  .cart .cart-table .stock {
    margin: 8px 0 10px;
  }

  .cart .cart-table td:nth-child(3) {
    width: calc(70% - 10px);
  }

  .cart .cart-table td:nth-child(4) {
    width: calc(35% - 10px);
  }

  .cart .cart-table td:nth-child(4):last-child {
    width: calc(70% - 10px);
  }

  .cart .cart-table td:nth-child(5) .weee {
    display: none;
  }

  .cart .cart-table td:nth-child(4) .cart-price:after {
    content: attr(data-label);
    font-size: 13px;
    white-space: nowrap;
  }

  .cart .cart-table td .cart-price {
    display: block;
  }

  .cart .cart-table td:nth-child(4), .cart .cart-table td:last-child {
    padding: 0 0 10px 10px;
  }

  .cart .cart-table .btn-remove {
    display: none;
  }

  .cart .cart-table .icon-refresh {
    width: auto;
    vertical-align: middle;
  }

  .cart .cart-table .icon-refresh:before {
    top: -5px;
    font-size: 18px;
    content: "";
    text-decoration: none;
    font-family: "icomoon" !important;
  }

  .cart .cart-table td:nth-child(3) .cart-price:before {
    content: attr(data-label);
    white-space: nowrap;
  }

  .cart-table .hide-tax-labels .cart-price:before,
.cart-table .hide-tax-labels .cart-price:after {
    display: none !important;
  }

  .cart .cart-table .product-image img {
    margin-top: 37px;
  }

  .cart .cart-table td.loading .btn-set:after {
    left: 30px;
  }

  .cart .cart-table .btn-remove-mobile, .cart .cart-table .icon-refresh {
    border: none;
    color: #74818f;
    display: inline;
    cursor: pointer;
    font-size: 15px;
    box-shadow: none;
    line-height: 25px;
    text-decoration: none;
    background: transparent;
  }

  .cart .continue.mobile-only {
    margin: 0;
    clear: both;
    float: none;
    display: block;
  }

  .cart .cart-table .btn-remove-mobile {
    margin: 0;
    display: inline-block;
  }

  .cart .cart-table .btn-remove-mobile:before {
    top: 3px;
    font-size: 18px;
    content: "";
    line-height: 25px;
    position: relative;
    display: inline-block;
    font-family: "icomoon" !important;
  }

  .cart .cart-table .btn-set .btn-update.icon-plus-sign {
    top: -33px;
    left: -32px;
  }

  .cart .cart-table .btn-set .btn-update.icon-minus-sign {
    left: -32px;
    bottom: -24px;
  }

  .cart-pair-wrapper {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  .cart-pair-wrapper + #discount-coupon-form {
    margin: 0;
    float: none;
    width: 100%;
    box-sizing: border-box;
  }

  .cart-summary .cart-totals {
    width: 100%;
  }
  .cart-summary .cart.main.actions {
    order: 5;
    width: 100%;
    margin-top: 15px;
    text-align: left;
  }
  .cart-summary .cart.main.actions .continue {
    float: none;
  }

  .cart-summary {
    margin-bottom: 0;
  }

  .checkout-cart-index .page-top {
    margin-top: 15px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }

  html:lang(en) .checkout-cart-index .page-top .page-title, html:lang(nl) .checkout-cart-index .page-top .page-title, html:lang(pt) .checkout-cart-index .page-top .page-title {
    text-align: center;
  }
  html:lang(en) .checkout-cart-index .page-top .checkout, html:lang(nl) .checkout-cart-index .page-top .checkout, html:lang(pt) .checkout-cart-index .page-top .checkout {
    position: static;
    margin: 5px auto 0;
  }

  .cart.table-wrapper .table:not(.table-paypal-review-items) {
    position: relative;
  }
  .cart.table-wrapper .table:not(.table-paypal-review-items) .product-item-details {
    width: 100%;
    position: relative;
  }
  .cart.table-wrapper .table:not(.table-paypal-review-items) .product-item-photo {
    height: 100%;
    display: flex;
    min-height: 170px;
    align-items: center;
  }
  .cart.table-wrapper .table:not(.table-paypal-review-items) th {
    display: none;
  }
  .cart.table-wrapper .table:not(.table-paypal-review-items) tr:first-child th:first-child {
    color: #fff;
    padding: 10px;
    display: block;
    border-top-right-radius: 8px;
  }
  .cart.table-wrapper .table:not(.table-paypal-review-items) td {
    width: 35%;
    float: left;
    text-align: left;
    padding: 5px 0 10px 10px;
  }
  .cart.table-wrapper .table:not(.table-paypal-review-items) td.loading .btn-set:after {
    right: -60px;
  }
  .cart.table-wrapper .table:not(.table-paypal-review-items) .subtotal span {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .cart.table-wrapper .table:not(.table-paypal-review-items) .subtotal span:after {
    width: 100%;
    font-size: 13px;
    white-space: nowrap;
    content: attr(data-label);
  }
  .cart.table-wrapper .table:not(.table-paypal-review-items) td:first-child {
    float: left;
    width: calc(30% - 1px);
    border-top: 1px solid #e4e6e8;
  }
  .cart.table-wrapper .table:not(.table-paypal-review-items) td:nth-child(2) {
    width: 70%;
    padding: 10px 0 0;
    border-top: 1px solid #e4e6e8;
  }
  .cart.table-wrapper .table:not(.table-paypal-review-items) td:nth-child(3), .cart.table-wrapper .table:not(.table-paypal-review-items) .col.qty {
    width: calc(70% - 55px);
    padding: 17px 5px 23px 10px;
  }
  .cart.table-wrapper .table:not(.table-paypal-review-items) td:nth-child(3) input, .cart.table-wrapper .table:not(.table-paypal-review-items) .col.qty input {
    height: 23px;
    line-height: 23px;
  }
  .cart.table-wrapper .table:not(.table-paypal-review-items) .btn-set .btn-update.icon-plus-sign {
    top: -35px;
  }
  .cart.table-wrapper .table:not(.table-paypal-review-items) .btn-set .btn-update.icon-minus-sign {
    bottom: -25px;
  }
  .cart.table-wrapper .table:not(.table-paypal-review-items) td:last-child {
    padding-bottom: 10px;
    width: calc(70% - 20px);
  }
  .cart.table-wrapper .table:not(.table-paypal-review-items) .btn-remove {
    left: 50px;
    padding: 0;
    z-index: 9;
    border: none;
    font-size: 0;
    bottom: -48px;
    color: #74818f;
    cursor: pointer;
    box-shadow: none;
    margin-top: 13px;
    line-height: 25px;
    position: absolute;
    text-decoration: none;
    display: inline-block;
    background: transparent;
  }
  .cart.table-wrapper .table:not(.table-paypal-review-items) .btn-remove:before {
    top: 3px;
    content: "";
    font-size: 18px;
    line-height: 25px;
    position: relative;
    display: inline-block;
    font-family: "icomoon" !important;
  }

  .cart.table-wrapper .table:not(.table-paypal-review-items) .col.qty div.mage-error {
    top: -7px;
    left: 80px;
    width: 140px;
  }

  .cart.table-wrapper .item.message.error {
    top: -5px;
    padding-top: 0;
    position: relative;
  }
}
@media screen and (max-width: 359px) {
  .cart.table-wrapper .table:not(.table-paypal-review-items) .col.qty div.mage-error {
    top: -7px;
    left: 80px;
    width: 115px;
  }
}
.left-sidebar {
  width: 165px;
  float: left;
  margin: 0 30px 0 0;
  color: #ffffff;
}
.left-sidebar .filters-title {
  background-color: #4f699c;
  border-radius: 7px 7px 0 0;
  text-align: center;
  height: auto;
  width: 100%;
  padding: 15px 0;
  line-height: 1em;
  font-size: 15px;
  font-family: "Roboto-Regular", Arial, sans-serif;
}
.left-sidebar .filters-title.opened span:after {
  content: "";
}
.left-sidebar .filters-title span {
  position: relative;
}
.left-sidebar .filters-title span:after {
  content: "";
  display: none;
  position: absolute;
  top: 0;
  right: -20px;
  color: #fff;
  font-size: 12px;
  line-height: 25px;
  font-family: "icomoon" !important;
}
.left-sidebar .search-filters {
  background-color: #74818f;
  border-radius: 8px;
}
.left-sidebar .search-filters #layer-filter-category li > a {
  padding-left: 0;
  word-break: break-word;
  text-decoration: underline;
}
.left-sidebar .search-filters #layer-filter-category li > a:before {
  display: none;
}
.left-sidebar .search-filters li > a {
  color: #ffffff;
  text-align: left;
  font-size: 13px;
  position: relative;
  text-decoration: none;
  border-bottom: none;
  padding-left: 20px;
  display: inline-block;
  vertical-align: baseline;
}
.left-sidebar .search-filters li > a:before {
  font-family: "icomoon" !important;
  display: block;
  left: 0;
  top: -1px;
  position: absolute;
  content: "";
  color: #9ba5af;
}
.left-sidebar .search-filters li > a.checked:before {
  content: "";
  color: #eef0f1;
}
.left-sidebar .search-filters .filters-content {
  padding: 0 14px 14px;
}
.left-sidebar .search-filters h3 {
  font-size: 15px;
  font-weight: bold;
  margin: 12px 0 0;
  border-top: 1px solid #8d98a3;
  padding-top: 11px;
}
.left-sidebar .search-filters h3:first-child {
  border-top: none;
  padding-top: 0;
}
.left-sidebar .search-filters h3:after {
  display: none;
  font-family: "icomoon" !important;
  content: "";
  color: #9ba5af;
  padding-left: 10px;
  font-size: 12px;
  line-height: 20px;
  transition: all 0.3s ease-in-out;
}
.left-sidebar .search-filters h3.opened:after {
  content: "";
}
.left-sidebar .search-filters .applied-filters {
  display: none;
  border-bottom: 1px solid #8d98a3;
  padding: 13px 0;
  font-size: 0;
  text-align: center;
}
.left-sidebar .search-filters .applied-filters .btn {
  border-radius: 4px;
  font-size: 13px;
  color: #ffffff;
  background-color: #959faa;
  border-color: #959faa;
  padding: 7px 18px;
  cursor: pointer;
  margin: 3px;
  text-align: center;
}
.left-sidebar .search-filters .applied-filters .btn:first-child {
  margin-left: 0;
}
.left-sidebar .search-filters .applied-filters .btn:last-child {
  margin-right: 0;
}
.left-sidebar .search-filters .applied-filters .btn:before {
  color: #ffffff;
  font-size: 11px;
  line-height: 14px;
  padding-right: 3px;
  top: 0;
}
.left-sidebar .search-filters .actions {
  border-top: 1px solid #8d98a3;
  padding-top: 13px;
  text-align: center;
  margin-top: 15px;
  font-size: 0;
}
.left-sidebar .search-filters .actions > div {
  display: inline-block;
  vertical-align: middle;
  margin: 3px 5px;
}
.left-sidebar .search-filters .actions .btn {
  max-width: 137px;
  padding: 7px 10px;
  border-color: #e0e3e6;
  white-space: normal;
  text-align: center;
}
.left-sidebar .search-filters .actions .btn:hover {
  background-color: #5b6570;
}
.left-sidebar .search-filters .actions .clear-filters .btn:before {
  font-family: "icomoon" !important;
  content: "";
  font-size: 10px;
  padding-right: 5px;
}
.left-sidebar .search-filters .actions .apply-filters {
  display: none;
}
.left-sidebar .search-filters .actions .apply-filters .btn {
  background-color: #8eb669;
  border-color: #8eb669;
}
.left-sidebar .search-filters .actions .apply-filters .btn:before {
  font-family: "icomoon" !important;
  content: "";
  padding-right: 5px;
  font-size: 12px;
}
.left-sidebar .search-filters dl {
  margin: 15px 0 0;
}
.left-sidebar .search-filters dd {
  margin: 12px 0 0;
  padding: 0;
  display: block;
  position: relative;
}
.left-sidebar .search-filters dd.closable {
  z-index: 9;
  margin: 0;
  width: 100%;
  padding: 10px;
  position: absolute;
  background: #eceeef;
  box-sizing: border-box;
  max-height: 200px;
  overflow: auto;
  box-shadow: 0 3px 8px 0 rgba(197, 197, 197, 0.4);
}
.left-sidebar .search-filters .delete {
  top: 5px;
  margin: 0;
  padding: 0;
  left: -9px;
  width: 15px;
  height: 15px;
  display: block;
  cursor: pointer;
  position: absolute;
  background: url("../../frontend/aerosus/v1/en_MT/images/delete.svg") center no-repeat;
}
.left-sidebar .search-filters ol, .left-sidebar .search-filters ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.left-sidebar .search-filters.part-finder .clear-filters .btn.btn-primary {
  border-color: #c52f35;
  background-color: #c52f35;
}
.left-sidebar .search-filters.part-finder .clear-filters .btn.btn-primary:hover {
  background-color: #d33a41;
  border-color: #d33a41;
}
.left-sidebar .search-filters.part-finder h3 {
  padding-left: 3px;
  position: relative;
}
.left-sidebar .search-filters.part-finder h3:before {
  content: attr(data-search-level);
  top: 12px;
  padding: 0;
  margin: 0;
  left: -24px;
  width: 17px;
  height: 17px;
  z-index: 3;
  color: #c52f35;
  display: block;
  font-size: 12px;
  border-radius: 50%;
  text-align: center;
  line-height: 18px;
  position: absolute;
  font-weight: normal;
  background-color: #eceeef;
  border: 1px solid #b4c1cf;
  box-shadow: 0 0 0 2px #eceeef;
}
.left-sidebar .search-filters.part-finder h3:first-child:before {
  top: 0;
}
.left-sidebar .search-filters.part-finder h3.ready:after {
  content: "";
  width: 15px;
  height: 13px;
  color: #91ce5b;
  font-size: 15px;
  display: inline-block;
  background: url("../../frontend/aerosus/v1/en_MT/images/checkmark.svg") center no-repeat;
  background-size: contain;
}
.left-sidebar .search-filters.part-finder .chosen-container-single .chosen-single div b {
  border-left: 1px solid #e1e3e8;
  color: #74818f;
}
.left-sidebar .search-filters .need-help {
  color: #fff;
  padding: 15px;
  line-height: 1em;
  font-size: 13px;
  text-align: center;
  background: #4f699c;
  border-radius: 0 0 8px 8px;
}
.left-sidebar .search-filters .need-help.success {
  background: #7da14f;
}
.left-sidebar .search-filters .need-help a {
  color: #fff;
  font-size: 14px;
  margin: 7px 0 0;
  display: block;
  white-space: nowrap;
  text-decoration: underline;
}
.left-sidebar .search-filters .need-help a.call-us {
  text-decoration: none;
}
.left-sidebar .search-filters .need-help a.call-us span {
  top: 0;
  position: relative;
}
.left-sidebar .search-filters .chosen-results li {
  padding: 6px 6px 4px 15px;
}
.left-sidebar .search-filters label {
  font-style: italic;
  line-height: 1em;
  font-size: 12px;
  padding: 0 3px;
}
.left-sidebar .search-filters input[type=text], .left-sidebar .search-filters input[type=email], .left-sidebar .search-filters select {
  display: block;
  vertical-align: middle;
  font-size: 12px;
  color: #cf2f36;
  outline-color: #cf2f36;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  min-width: 80px;
  max-width: 130px;
  width: calc( 100% - 22px );
  height: 25px;
  line-height: 25px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #ffffff), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(#ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
}
.left-sidebar .search-filters select {
  width: 100%;
  max-width: 350px;
  padding-left: 7px;
  border-radius: 3px;
}
.left-sidebar .search-filters .chosen-search input[type=text] {
  width: 100%;
}
.left-sidebar .search-filters.transparent {
  color: #74818f;
  background: transparent;
  border: 1px solid #ced3d6;
}
.left-sidebar .search-filters.transparent .filters-title {
  cursor: pointer;
  background: transparent;
}
.left-sidebar .search-filters.transparent .filters-title .icon-arrow-down2:before {
  top: 1px;
  font-size: 12px;
  margin: 0 0 0 5px;
}
.left-sidebar .search-filters.transparent .filters-title.opened .icon-arrow-down2:before {
  content: "";
}
.left-sidebar .search-filters.transparent li > a {
  color: #74818f;
}
.left-sidebar .search-filters.transparent li > a.checked:before {
  color: #74818f;
}
.left-sidebar .search-filters.transparent h3 {
  border-color: #ced3d6;
}
.left-sidebar .search-filters.transparent h3:first-child {
  margin-top: 0;
  padding-top: 11px;
  border-top: 1px solid #ced3d6;
}
.left-sidebar .search-filters.transparent dl {
  margin-top: 0;
  position: relative;
}
.left-sidebar .search-filters.transparent .filters-content {
  display: none;
}
.left-sidebar .search-filters.transparent .actions {
  border-color: #ced3d6;
}
.left-sidebar .search-filters.transparent .actions .clear-filters .btn {
  color: #74818f;
  background: #ced3d6;
}

@media screen and (max-width: 767px) {
  .left-sidebar {
    float: none;
    margin: 0 0 25px;
    width: 100%;
  }

  .left-sidebar .search-filters:not(.working) .filters-content {
    display: none;
  }

  .left-sidebar .search-filters dt:after {
    display: inline-block;
  }

  .left-sidebar .search-filters {
    background-color: #4e689b;
  }

  .left-sidebar .filters-title {
    border-radius: 8px;
    width: 100%;
    cursor: pointer;
    text-transform: uppercase;
    background-color: #74818f;
  }

  .left-sidebar .filters-title span:after {
    display: block;
  }

  .left-sidebar .search-filters .actions .apply-filters {
    display: inline-block;
  }

  .left-sidebar .search-filters .actions .btn {
    max-width: none;
  }

  .left-sidebar .search-filters .actions {
    text-align: center;
  }

  .left-sidebar .search-filters .applied-filters {
    display: block;
  }
}
.faq-page .page-title {
  margin-top: 35px;
}
.faq-page .page-title > * {
  color: #2d3c4b;
  font-size: 20px;
  text-align: center;
  font-family: Arial, sans-serif;
}
.faq-page .page-title > h1, .faq-page .page-title h1 {
  margin: 1em auto;
  font-family: "Roboto-Regular", Arial, sans-serif;
}
.faq-page .page-title .divider {
  margin-top: 6px;
}
.faq-page .faq {
  height: auto;
}
.faq-page .faq-holder {
  margin: 5px 0;
}
.faq-page .faq-holder h2 {
  margin: 0;
  color: #fff;
  display: block;
  cursor: pointer;
  padding: 0 20px;
  font-size: 16px;
  position: relative;
  font-weight: normal;
  border-radius: 19px;
  background: #7b8895;
  font-family: "Roboto-Regular", Arial, sans-serif;
  background: -moz-linear-gradient(top, #7b8895 0%, #657586 100%);
  background: -webkit-linear-gradient(top, #7b8895 0%, #657586 100%);
  background: linear-gradient(to bottom, #7b8895 0%, #657586 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#7b8895", endColorstr="#657586",GradientType=0 );
}
.faq-page .faq-holder h2.opened {
  background: #d04248;
  background: -moz-linear-gradient(top, #d04248 0%, #bf2a31 100%);
  background: -webkit-linear-gradient(top, #d04248 0%, #bf2a31 100%);
  background: linear-gradient(to bottom, #d04248 0%, #bf2a31 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d04248", endColorstr="#bf2a31",GradientType=0 );
}
.faq-page .faq-holder h2.opened:after {
  content: "";
  margin-top: -9px;
}
.faq-page .faq-holder h2:after {
  top: 50%;
  padding: 0;
  right: 20px;
  color: #eeefef;
  font-size: 17px;
  content: "";
  margin: -7px 0 0;
  position: absolute;
  font-family: "icomoon" !important;
}
.faq-page .faq-holder h2 p {
  margin: 0;
  line-height: 20px;
  display: inline-block;
  padding: 9px 20px 9px 0;
}
.faq-page .faq-holder p {
  border: none;
  max-height: none;
  padding: 10px 5px 15px;
}
.faq-page .faq-holder p img {
  height: auto;
  border-radius: 5px;
  margin: 5px 3px;
  border: solid 5px #fff;
  max-width: calc( 100% - 16px );
}
.faq-page .faq-holder p a {
  color: #4f699c;
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .faq-page .faq-holder h2:hover {
    background: #d04248;
    background: -moz-linear-gradient(top, #d04248 0%, #bf2a31 100%);
    background: -webkit-linear-gradient(top, #d04248 0%, #bf2a31 100%);
    background: linear-gradient(to bottom, #d04248 0%, #bf2a31 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#d04248", endColorstr="#bf2a31",GradientType=0 );
  }
  .faq-page .faq-holder h2:hover:after {
    color: #df888c;
  }
}
.set-3columns {
  padding: 5px 0;
  display: flex;
}
.set-3columns:after {
  content: "";
  clear: both;
  display: block;
}
.set-3columns .column-1, .set-3columns .column-2, .set-3columns .column-3 {
  float: left;
  text-align: center;
  border-radius: 8px;
  background-color: #fff;
  width: calc( 33% - 20px );
}
.set-3columns .column-1 {
  background: #fff url("../../frontend/aerosus/v1/en_MT/images/contacts-background.jpg") right bottom no-repeat;
}
.set-3columns .column-2 {
  margin: 0 30px;
}
.set-3columns .column-content {
  padding-top: 15px;
  font-size: 14px;
  font-family: Arial, sans-serif;
  line-height: 18px;
  color: #8891a6;
}
.set-3columns .column-content p {
  margin: 8px 0;
}
.set-3columns .column-content .email a {
  font-size: 18px;
  color: #39578c;
  text-decoration: underline;
}
.set-3columns .column-content .phone {
  margin-top: 15px;
}
.set-3columns .column-content .phone a {
  font-size: 18px;
  color: #4f699c;
  text-decoration: none;
}
.set-3columns .column-2 .column-content {
  padding-bottom: 15px;
}
.set-3columns .column-3 .column-content {
  padding: 0;
  height: calc( 100% - 45px );
}
.set-3columns .contact-us-banner {
  min-height: 140px;
  margin: 53px auto 40px;
}
.set-3columns .contact-us-banner .title {
  position: relative;
  padding: 0;
  margin: 0 0 10px;
  display: block;
}
.set-3columns .contact-us-banner .title:before {
  left: 15px;
  z-index: 1;
  height: 1px;
  content: "";
  display: block;
  position: absolute;
  top: calc( 50% - 1px );
  background-color: #e4e6e8;
  width: calc( 100% - 30px );
}
.set-3columns .contact-us-banner .title span {
  z-index: 2;
  color: #2d3c4b;
  padding: 0 10px;
  font-size: 20px;
  position: relative;
  background-color: #fff;
}
.set-3columns .contact-us-banner .working-time {
  color: #8891a6;
  display: block;
  font-size: 16px;
  line-height: 30px;
}
.set-3columns .contact-us-banner .btn {
  font-size: 12px;
  padding: 5px 20px;
  margin: 10px auto 20px;
}
.set-3columns iframe {
  border: none;
  height: 100%;
  min-height: 300px;
  text-align: center;
  width: calc(100% + 1px);
  max-width: calc(100% + 1px);
}

.contacts .hd-contacts-form-wrapper {
  display: block;
}
.contacts .column-2 .column-content {
  padding: 0;
}
.contacts .op_block_title, .contacts .hd-contacts-form-wrapper .page-title {
  margin: 0;
  display: block;
  line-height: 26px;
  position: relative;
  text-align: center;
  background: #e4e6e8;
  padding: 12px 20px 7px;
  border-radius: 7px 7px 0 0;
}
.contacts .op_block_title .column-title, .contacts .op_block_title .page-heading, .contacts .hd-contacts-form-wrapper .page-title .column-title, .contacts .hd-contacts-form-wrapper .page-title .page-heading {
  margin: 0;
  padding: 0;
  color: #2d3c4b;
  font-weight: normal;
  display: inline-block;
  text-transform: capitalize;
  font: 20px Arial, sans-serif;
}

#contacts_form {
  padding: 25px 35px 30px;
}
#contacts_form input, #contacts_form textarea {
  height: 28px;
  outline: none;
  color: #8891a6;
  padding: 0 10px;
  max-width: 100%;
  margin-top: 8px;
  background: #fff;
  line-height: 28px;
  border-radius: 8px;
  border: 1px solid #dadfe3;
  width: calc( 100% - 22px );
  font: 12px Arial, Helvetica, sans-serif;
}
#contacts_form .validation-advice, #contacts_form .mage-error {
  margin-top: 5px;
}
#contacts_form textarea + .validation-advice, #contacts_form textarea + .mage-error, #contacts_form textarea + .ajax-message.error {
  margin-top: 1px;
}
#contacts_form .post-submit-content > div {
  margin-top: 10px;
}
#contacts_form .phone-code {
  width: 45px;
  float: left;
}
#contacts_form .phone-field {
  width: calc( 100% - 96px );
  float: right;
}
#contacts_form textarea {
  resize: none;
  height: 124px;
  padding: 7px 10px;
}
#contacts_form textarea + .validation-advice {
  margin-top: 0;
}
#contacts_form .btn {
  font-size: 12px;
  margin-top: 8px;
  padding: 5px 20px;
}
#contacts_form p.required {
  margin-top: 5px;
}
#contacts_form.submitted input, #contacts_form.submitted button, #contacts_form.submitted textarea {
  opacity: 0.7;
  pointer-events: none;
}
#contacts_form .ajax-message {
  padding: 10px;
  display: none;
  font-size: 13px;
  margin: 5px auto 0;
  text-align: center;
  line-height: 1.2em;
}
#contacts_form .ajax-message.loader {
  color: #8a6d3b;
  border: 1px solid #faf2cc;
  background-color: #fcf8e3;
}
#contacts_form .ajax-message.success {
  color: #3c763d;
  border-color: #d0e9c6;
  background-color: #dff0d8;
}
#contacts_form .ajax-message.error {
  color: #a94442;
  border-color: #ebcccc;
  background-color: #f2dede;
}
#contacts_form .ajax-message > * {
  margin: 10px;
}

.cms-contact-us .hd-contacts-form-wrapper {
  max-width: 480px;
}

.roboto-regular {
  font-family: "Roboto-Regular", Arial, sans-serif !important;
  letter-spacing: -0.5px;
}

.roboto-thin {
  font-family: "Roboto-Thin", Arial, sans-serif !important;
  letter-spacing: -0.5px;
}

.roboto-bold {
  font-family: "Roboto-Bold", Arial, sans-serif !important;
  letter-spacing: -0.5px;
}

body {
  margin: 0;
  padding: 0;
  line-height: 1.5em;
  background: #41474e url("../../frontend/aerosus/v1/en_MT/images/main-pattern.png") top left repeat;
  color: #363948;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  position: relative;
}

* {
  outline: none !important;
}

*:focus {
  outline-color: #4f699c;
}

header, .nav-sections, main, footer, .shadow-wrapper {
  max-width: 1200px !important;
  margin: 0 auto;
  padding: 0;
  display: block;
}

img {
  max-width: 100%;
  height: auto;
}

a img {
  border: none;
}

script {
  display: none !important;
}

main {
  padding: 25px 30px;
}

main.no-padding {
  padding: 0;
}
main.no-padding > .messages:first-child {
  padding-top: 25px;
}
main.no-padding > .messages:first-child > li:last-child {
  margin-bottom: 0;
}

.cms-page-view main, .contentmanager-contentlist-view main, .contentmanager-content-view main {
  padding-top: 15px;
}

.red {
  color: #4f699c;
}

.underlined {
  text-decoration: underline;
}

.shadow-wrapper {
  position: relative;
}
.shadow-wrapper:before, .shadow-wrapper:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 26px;
  height: 100%;
}
.shadow-wrapper:before {
  left: -26px;
  background: url("../../frontend/aerosus/v1/en_MT/images/main-shadow-left.png") bottom right repeat-y;
}
.shadow-wrapper:after {
  right: -26px;
  background: url("../../frontend/aerosus/v1/en_MT/images/main-shadow-right.png") bottom left repeat-y;
}

ul {
  padding: 0 0 0 20px;
  list-style: disc;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.std {
  font-size: 14px;
  color: #363948;
  line-height: 1.25em;
}
.std h1, .std h2, .std h3 {
  margin: 1em 0;
  padding: 0;
  line-height: 1em;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}
.std h1 {
  color: #2d3c4b;
  font-size: 24px;
  font-weight: normal;
  font-family: "Roboto-Regular", Arial, sans-serif;
}
.std h2 {
  color: #4f699c;
  font-size: 16px;
}
.std h3 {
  color: #38548a;
  font-size: 14px;
}
.std ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.std ul.no-bullets li {
  text-indent: 0;
}
.std ul.no-bullets li:before {
  display: none;
}
.std li {
  padding-left: 1em;
  text-indent: -1em;
}
.std li:before {
  padding-right: 5px;
  content: "¤";
  color: #4f699c;
}

.cms-terms-condition .std p {
  word-break: break-word;
}

input, textarea {
  padding: 0 10px;
  color: #5a6978;
  font: 12px Arial, Helvetica, sans-serif;
  height: 29px;
  line-height: 29px;
  background: #fff;
  border: 1px solid #dadfe3;
  border-radius: 4px;
  transition: 0.3s all ease-in;
}

textarea {
  line-height: normal !important;
}

.header-container {
  color: #363948;
  border-top: 4px solid #74818f;
  background: #f4f4f4 url("../../frontend/aerosus/v1/en_MT/images/header-pattern.png") top left repeat;
}

.modals-wrapper {
  display: none;
}

header {
  padding: 0 0 18px;
}
header:after {
  clear: both;
  content: "";
  display: block;
}
header .top-line-holder {
  z-index: 1000;
  position: relative;
}
header .top-line-holder:after {
  clear: both;
  content: "";
  display: block;
}
header .quick-access {
  float: right;
}
header .tabs-holder {
  margin: 0;
  padding: 0 15px;
  position: relative;
  background-color: #74818f;
  border-radius: 0 0 13px 13px;
}
header .tabs-holder .corner-background {
  background-color: #74818f;
  width: calc(100% + 14px);
  position: absolute;
  z-index: 0;
  left: -7px;
  top: 0;
  height: 4px;
}
header .tabs-holder:before, header .tabs-holder:after {
  top: 0;
  width: 7px;
  height: 7px;
  z-index: 7;
  content: "";
  display: block;
  position: absolute;
  background-color: #e5e6e9;
}
header .tabs-holder:before {
  left: -7px;
  right: auto;
  border-radius: 0 5px 0 0;
}
header .tabs-holder:after {
  left: auto;
  right: -7px;
  border-radius: 5px 0 0 0;
}
header .links {
  margin: 0;
  z-index: 10;
  font-size: 0;
  display: flex;
  position: static;
  list-style: none;
  padding: 5px 0 6px;
  align-items: center;
}
header .links .link {
  font-size: 12px;
  margin: 0 10px 0 0;
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
header .links .link.icon-need-help {
  top: -1px;
  margin-right: 0;
  line-height: 23px;
  padding-left: 25px;
  position: relative;
}
header .links .link.icon-need-help:before {
  left: 0;
  top: -4px;
  font-size: 23px;
  line-height: 23px;
  position: absolute;
}
header .links .link:last-child {
  margin: 0;
}
header .links .btn {
  font-size: 12px;
  padding: 7px 15px;
}
header .links .help-wrapper {
  -webkit-order: 1;
  -ms-order: 1;
  order: 1;
}
header .links .minicart-wrapper {
  margin-right: 10px !important;
  -webkit-order: 2;
  -ms-order: 2;
  order: 2;
}
header .links .minicart-wrapper a {
  margin-right: 0;
  text-decoration: none;
}
header .links .icon-cart:before {
  top: 2px;
  speak: none;
  color: #fff;
  font-size: 17px;
  content: "";
  margin: 0 5px 0 0;
  position: relative;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-variant: normal;
  text-transform: none;
  text-decoration: none;
  font-family: "icomoon" !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
header .links .icon-cart .qty {
  font-size: 0;
}
header .links .icon-cart .counter-number, header .links .icon-cart .counter-number:before, header .links .icon-cart .counter-number:after {
  font-size: 12px;
  display: inline-block;
}
header .links .icon-cart .counter-number.brackets:before {
  content: "(";
}
header .links .icon-cart .counter-number.brackets:after {
  content: ")";
}
header .links .user-link {
  -webkit-order: 3;
  -ms-order: 3;
  order: 3;
}
header .links .user-link a {
  text-decoration: none;
  text-transform: capitalize;
}
header .links .icon-exit {
  margin-right: 0;
  -webkit-order: 4;
  -ms-order: 4;
  order: 4;
}
header .links .icon-user, header .links .icon-exit {
  top: -1px;
  line-height: 27px;
  position: relative;
}
header .links .authorization-link {
  margin: 0;
  -webkit-order: 5;
  -ms-order: 5;
  order: 5;
}
header .links .authorization-link .btn {
  border-color: #fff;
  background-color: transparent;
}
header .links .authorization-link .btn:hover {
  border-color: #c52f35;
  background-color: #c52f35;
}
header .links a {
  color: #fff;
  font-size: 12px;
}
header .links > * {
  margin-right: 10px;
}
header .regions-wrapper {
  float: right;
  margin: 11px 7px 0;
  font-size: 0;
}
header .regions-wrapper .region {
  width: 22px;
  height: 22px;
  opacity: 0.5;
  font-size: 11px;
  margin: 0 0 0 3px;
  line-height: 22px;
  color: #74818f;
  border-radius: 20px;
  background-color: #fff;
  transition: all 0.3s ease-in-out;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  text-align: center;
}
header .regions-wrapper .region:hover, header .regions-wrapper .region.active {
  opacity: 1;
}
header .icon-mail:before {
  color: #74818f;
}

.gray-gradient {
  font-size: 14px;
  color: #2d3c4b;
  line-height: 19px;
  padding: 8px 15px;
  text-align: center;
  background: #eeefef;
  background: -moz-linear-gradient(left, #eeefef 0%, #e4e6e8 30%, #e4e6e8 70%, #eeefef 100%);
  background: -webkit-linear-gradient(left, #eeefef 0%, #e4e6e8 30%, #e4e6e8 70%, #eeefef 100%);
  background: linear-gradient(to right, #eeefef 0%, #e4e6e8 30%, #e4e6e8 70%, #eeefef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eeefef", endColorstr="#eeefef", GradientType=1);
}

.gray-gradient .bold {
  color: #4f699c;
}

.logo {
  display: block;
  float: left;
  margin-left: 30px;
}
.logo a {
  text-decoration: none;
  white-space: pre-line;
  text-align: right;
  display: block;
  line-height: 1em;
  position: relative;
  top: -13px;
}
.logo strong {
  color: #5e5e5e;
  font-weight: normal;
  font-size: 14px;
  font-family: "Roboto-Regular", Arial, sans-serif;
}
.logo img {
  width: 255px;
  height: auto;
}

.header-info {
  float: right;
  display: block;
  margin: 20px 30px 0;
}
.header-info:after {
  clear: both;
  content: "";
  display: block;
}
.header-info .column {
  float: left;
  margin-right: 65px;
}
.header-info .column:after {
  clear: both;
  content: "";
  display: block;
}
.header-info .column:last-child {
  margin: 0;
}
.header-info .column:last-child span {
  font-weight: bold;
  color: #4f699c;
}
.header-info .column .heading {
  margin: 0 0 5px;
  position: relative;
  font-weight: normal;
  color: #4f699c;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  font-size: 16px;
}
.header-info .column .delivery-text {
  width: 110px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.header-info .column .delivery-text span {
  top: -2px;
  margin: 0;
  padding: 0;
  color: #515960;
  display: block;
  font-size: 12px;
  position: relative;
}
.header-info .column .delivery-logo {
  display: inline-block;
  vertical-align: middle;
}
.header-info .column a, .header-info .column div {
  display: block;
  color: #363948;
  font-size: 14px;
}
.header-info .column a:before, .header-info .column div:before {
  color: #74818f;
}
.header-info .column a.icon-badge:before, .header-info .column div.icon-badge:before {
  top: 3px;
}
.header-info .column a.icon-mail:before, .header-info .column div.icon-mail:before {
  top: 4px;
}
.header-info .column a.icon-badge:before, .header-info .column div.icon-badge:before {
  font-size: 19px;
}
.header-info .column a.icon-refresh:before, .header-info .column div.icon-refresh:before {
  font-size: 15px;
}
.header-info .column a.icon-phone-circle, .header-info .column a.icon-mail, .header-info .column div.icon-phone-circle, .header-info .column div.icon-mail {
  color: #3d3d3d;
}
.header-info .column a.icon-mail > span, .header-info .column div.icon-mail > span {
  text-decoration: underline;
}
.header-info .column a.icon-phone-circle, .header-info .column div.icon-phone-circle {
  font-size: 17px;
}
.header-info .column a.icon-phone-circle:before, .header-info .column div.icon-phone-circle:before {
  margin: 0;
}
.header-info .column a {
  text-decoration: none;
}
.header-info .column a.underlined {
  display: inline;
  text-decoration: underline;
}
.header-info .column:first-child .heading {
  margin: 0;
}
.header-info .column:first-child .heading + span {
  font-size: 12px;
  color: #515960;
  padding: 0;
  margin: 0;
  position: relative;
  top: -2px;
}

#quick_search .search-form {
  position: absolute;
  transition: all 0.3s ease-in-out;
}
#quick_search .search-form .search-group {
  padding: 0;
  font-size: 0;
  white-space: nowrap;
}
#quick_search .search-form .search-group label, #quick_search .search-form .search-group input, #quick_search .search-form .search-group button {
  vertical-align: middle;
  display: inline-block;
}
#quick_search .search-form .search-group .search-hint {
  top: 35px;
  left: 50%;
  display: none;
  z-index: 1000;
  padding: 0 28px;
  line-height: 1em;
  text-align: center;
  border-radius: 4px;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: rgba(116, 129, 143, 0.95);
  box-shadow: 0 0 5px rgba(116, 129, 143, 0.95);
}
#quick_search .search-form .search-group .search-hint span {
  color: #fff;
  height: 35px;
  font-size: 13px;
  max-width: 440px;
  overflow: hidden;
  display: inline-block;
  line-height: 35px;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#quick_search .search-form .search-group .search-hint:before {
  top: -6px;
  left: 50%;
  width: 0;
  height: 0;
  content: "";
  display: block;
  margin: 0 0 0 -4px;
  position: absolute;
  border-style: solid;
  border-width: 0 4px 6px 4px;
  border-color: transparent transparent rgba(116, 129, 143, 0.95) transparent;
}
#quick_search .search-form .icon-magnifying-glass {
  border: 1px solid #d8dee5;
  width: 30px;
  height: 26px;
  cursor: pointer;
  text-align: center;
  border-radius: 4px 0 0 4px;
  background-color: #f7f7f7;
}
#quick_search .search-form .icon-magnifying-glass:before {
  margin: 0;
  font-size: 13px;
  line-height: 22px;
}
#quick_search .search-form .search-input {
  width: 95px;
  padding: 0 5px;
  border-radius: 0;
  color: #74818f;
  background-color: #f7f7f7;
  font-size: 11px;
  line-height: 26px;
  height: 26px;
  border: none;
  font-family: Arial, Helvetica, sans-serif;
  border-top: 1px solid #d8dee5;
  border-bottom: 1px solid #d8dee5;
}
#quick_search .search-form .btn {
  min-width: 28px;
  padding: 0;
  border-radius: 0 4px 4px 0;
  background-color: #74818f;
  height: 28px;
  width: 26px;
  text-align: center;
  font-size: 0;
  border: none;
}
#quick_search .search-form .btn:before {
  line-height: 28px;
  font-size: 12px;
  color: #f7f7f7;
  margin: 0;
  top: 0;
}
#quick_search .search-autocomplete {
  z-index: 1000;
  display: none;
  position: absolute;
  border-radius: 15px;
  top: 35px !important;
  left: 50% !important;
  width: 420px !important;
  background: rgba(64, 72, 79, 0.95);
  box-shadow: 0 0 5px rgba(90, 90, 90, 0.75);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#quick_search .search-autocomplete:before {
  width: 0;
  top: -6px;
  left: 50%;
  height: 0;
  content: "";
  display: block;
  margin: 0 0 0 -4px;
  position: absolute;
  border-style: solid;
  border-width: 0 4px 6px 4px;
  border-color: transparent transparent rgba(64, 72, 79, 0.95) transparent;
}
#quick_search .search-autocomplete._active {
  display: block;
}
#quick_search .search-autocomplete:not(._active):before {
  display: none;
}
#quick_search .search-autocomplete ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#quick_search .search-autocomplete li {
  margin: 0;
  color: #fff;
  height: auto;
  display: flex;
  cursor: pointer;
  font-size: 14px;
  text-align: left;
  padding: 6px 15px;
  line-height: 17px;
  align-items: center;
  justify-content: center;
  transition: 0.3s all ease-in;
  border-bottom: 1px solid #6f757a;
  font-family: Helvetica, Arial, sans-serif;
}
#quick_search .search-autocomplete li:first-child {
  padding-top: 15px;
}
#quick_search .search-autocomplete li a {
  color: #fff;
}
#quick_search .search-autocomplete li:after {
  clear: both;
  content: "";
  display: block;
}
#quick_search .search-autocomplete li:hover .meta {
  text-decoration: underline;
}
#quick_search .search-autocomplete li:hover img {
  border-color: #4f699c;
}
#quick_search .search-autocomplete li:hover .mst-searchautocomplete__highlight {
  text-decoration: underline;
}
#quick_search .search-autocomplete .meta {
  margin: 0;
  color: #fff;
  display: block;
  font-size: 14px;
  overflow: hidden;
  text-align: left;
  line-height: 15px;
  padding: 3px 0 2px;
  white-space: normal;
  width: calc(100% - 80px);
}
#quick_search .search-autocomplete .mst-searchautocomplete__highlight {
  color: #dc5a60;
  font-weight: normal;
}
#quick_search .search-autocomplete img {
  float: left;
  line-height: 0;
  padding: 0;
  width: 65px;
  height: auto;
  margin: 0 8px 0 0;
  border-radius: 4px;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
#quick_search .search-autocomplete .mst-searchautocomplete__show-all {
  margin: 15px 0;
  text-align: center;
}
#quick_search .search-autocomplete .mst-searchautocomplete__show-all a {
  color: #fff;
  width: auto;
  height: auto;
  font-size: 14px;
  line-height: 1em;
  padding: 7px 20px;
  border-radius: 15px;
  display: inline-block;
  background-color: #4f699c;
  border-color: #4f699c;
}
#quick_search .search-autocomplete .mst-searchautocomplete__empty-result {
  color: #fff;
  padding: 15px;
}
#quick_search .searchautocomplete-loader {
  padding: 15px;
  display: none;
  position: static;
  line-height: 1em;
  text-align: center;
}
#quick_search .searchautocomplete-loader .loader {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: inline-block;
  border: 3px solid #5e666d;
  border-left-color: #c52f35;
  -webkit-animation: spin 0.5s linear infinite;
  animation: spin 0.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.mst-searchautocomplete__wrapper .magento_catalog_categoryproduct, .mst-searchautocomplete__wrapper .popular, .mst-searchautocomplete__wrapper .magento_search_query, .mst-searchautocomplete__wrapper .mst-searchautocomplete__index-title, .mst-searchautocomplete__wrapper .store, .mst-searchautocomplete__wrapper .description, .mst-searchautocomplete__wrapper .product-reviews-summary {
  display: none !important;
}

.form-language .langs-wrapper .flag:before,
footer .column.payment .payment-method:before,
.international .flag:before, .std-table .payment-logos > div:before {
  background-image: url("../../frontend/aerosus/v1/en_MT/images/svg-sprite-v2-mt.svg");
  background-repeat: no-repeat;
}

.country-be .form-language .langs-wrapper .flag:before,
.country-be footer .column.payment .payment-method:before,
.country-be .international .flag:before, .country-be .std-table .payment-logos > div:before {
  background-image: url("../../frontend/aerosus/v1/en_MT/images/svg-sprite-v2-be.svg");
  background-repeat: no-repeat;
}

.country-ch .form-language .langs-wrapper .flag:before,
.country-ch footer .column.payment .payment-method:before,
.country-ch .international .flag:before, .country-ch .std-table .payment-logos > div:before {
  background-image: url("../../frontend/aerosus/v1/en_MT/images/svg-sprite-v2-ch.svg");
  background-repeat: no-repeat;
}

.country-cz .form-language .langs-wrapper .flag:before,
.country-cz footer .column.payment .payment-method:before,
.country-cz .international .flag:before, .country-cz .std-table .payment-logos > div:before {
  background-image: url("../../frontend/aerosus/v1/en_MT/images/svg-sprite-v2-cz.svg");
  background-repeat: no-repeat;
}

.country-de .form-language .langs-wrapper .flag:before,
.country-de footer .column.payment .payment-method:before,
.country-de .international .flag:before, .country-de .std-table .payment-logos > div:before {
  background-image: url("../../frontend/aerosus/v1/en_MT/images/svg-sprite-v2-de.svg");
  background-repeat: no-repeat;
}

.country-es .form-language .langs-wrapper .flag:before,
.country-es footer .column.payment .payment-method:before,
.country-es .international .flag:before, .country-es .std-table .payment-logos > div:before {
  background-image: url("../../frontend/aerosus/v1/en_MT/images/svg-sprite-v2-es.svg");
  background-repeat: no-repeat;
}

.country-fr .form-language .langs-wrapper .flag:before,
.country-fr footer .column.payment .payment-method:before,
.country-fr .international .flag:before, .country-fr .std-table .payment-logos > div:before {
  background-image: url("../../frontend/aerosus/v1/en_MT/images/svg-sprite-v2-fr.svg");
  background-repeat: no-repeat;
}

.country-it .form-language .langs-wrapper .flag:before,
.country-it footer .column.payment .payment-method:before,
.country-it .international .flag:before, .country-it .std-table .payment-logos > div:before {
  background-image: url("../../frontend/aerosus/v1/en_MT/images/svg-sprite-v2-it.svg");
  background-repeat: no-repeat;
}

.country-mt .form-language .langs-wrapper .flag:before,
.country-mt footer .column.payment .payment-method:before,
.country-mt .international .flag:before, .country-mt .std-table .payment-logos > div:before {
  background-image: url("../../frontend/aerosus/v1/en_MT/images/svg-sprite-v2-mt.svg");
  background-repeat: no-repeat;
}

.country-nl .form-language .langs-wrapper .flag:before,
.country-nl footer .column.payment .payment-method:before,
.country-nl .international .flag:before, .country-nl .std-table .payment-logos > div:before {
  background-image: url("../../frontend/aerosus/v1/en_MT/images/svg-sprite-v2-nl.svg");
  background-repeat: no-repeat;
}

.country-pl .form-language .langs-wrapper .flag:before,
.country-pl footer .column.payment .payment-method:before,
.country-pl .international .flag:before, .country-pl .std-table .payment-logos > div:before {
  background-image: url("../../frontend/aerosus/v1/en_MT/images/svg-sprite-v2-pl.svg");
  background-repeat: no-repeat;
}

.country-pt .form-language .langs-wrapper .flag:before,
.country-pt footer .column.payment .payment-method:before,
.country-pt .international .flag:before, .country-pt .std-table .payment-logos > div:before {
  background-image: url("../../frontend/aerosus/v1/en_MT/images/svg-sprite-v2-pt.svg");
  background-repeat: no-repeat;
}

.country-ro .form-language .langs-wrapper .flag:before,
.country-ro footer .column.payment .payment-method:before,
.country-ro .international .flag:before, .country-ro .std-table .payment-logos > div:before {
  background-image: url("../../frontend/aerosus/v1/en_MT/images/svg-sprite-v2-ro.svg");
  background-repeat: no-repeat;
}

.country-ru .form-language .langs-wrapper .flag:before,
.country-ru footer .column.payment .payment-method:before,
.country-ru .international .flag:before, .country-ru .std-table .payment-logos > div:before {
  background-image: url("../../frontend/aerosus/v1/en_MT/images/svg-sprite-v2-ru.svg");
  background-repeat: no-repeat;
}

.country-gb .form-language .langs-wrapper .flag:before,
.country-gb footer .column.payment .payment-method:before,
.country-gb .international .flag:before, .country-gb .std-table .payment-logos > div:before {
  background-image: url("../../frontend/aerosus/v1/en_MT/images/svg-sprite-v2-uk.svg");
  background-repeat: no-repeat;
}

.country-us .form-language .langs-wrapper .flag:before,
.country-us footer .column.payment .payment-method:before,
.country-us .international .flag:before, .country-us .std-table .payment-logos > div:before {
  background-image: url("../../frontend/aerosus/v1/en_MT/images/svg-sprite-v2-us.svg");
  background-repeat: no-repeat;
}

.form-language {
  float: right;
  text-align: right;
}
.form-language .lang-menu {
  height: 0;
  top: 27px;
  padding: 0;
  left: -33px;
  width: auto;
  z-index: 7999;
  display: block;
  margin-top: 6px;
  overflow: hidden;
  min-width: 145px;
  position: absolute;
  border-radius: 8px;
  background: #8b8b8b;
  transition: 0.3s all ease-in;
  background: rgba(116, 129, 143, 0.91);
}
.form-language .langs-wrapper {
  margin-top: 4px;
  margin-right: 13px;
  position: relative;
}
.form-language .langs-wrapper .flag {
  margin: 0;
  opacity: 1;
  width: auto;
  height: 22px;
  color: #efefef;
  display: block;
  font-size: 12px;
  min-width: 145px;
  text-align: left;
  line-height: 22px;
  white-space: nowrap;
  vertical-align: top;
  text-decoration: none;
  padding: 5px 5px 5px 10px;
  transition: 0.3s all ease-in;
  border-bottom: 1px solid #707b87;
  font-family: Arial, Helvetica, sans-serif;
}
.form-language .langs-wrapper .flag:last-child {
  border-bottom: none;
  margin-bottom: 6px;
}
.form-language .langs-wrapper .flag:first-child {
  margin-top: 6px;
}
.form-language .langs-wrapper .flag:hover {
  background: #4f699c;
}
.form-language .langs-wrapper .flag:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  opacity: 0.5;
  margin-right: 3px;
  padding-right: 2px;
  border-radius: 50%;
  vertical-align: top;
  box-sizing: border-box;
  background-size: 35px 1800px;
  transition: 0.3s opacity ease-in-out;
}
.form-language .langs-wrapper .flag:hover:before {
  opacity: 1;
}
.form-language .langs-wrapper .flag.int:before {
  background-position: -6px -790px;
}
.form-language .langs-wrapper .flag.de:before {
  background-size: 38px 1850px;
  background-position: -6px -832px;
}
.form-language .langs-wrapper .flag.uk:before {
  background-position: -7px -1062px;
}
.form-language .langs-wrapper .flag.es:before {
  background-position: -6px -982px;
}
.form-language .langs-wrapper .flag.us:before {
  background-position: -6px -1008px;
}
.form-language .langs-wrapper .flag.pl:before {
  background-position: -6px -934px;
}
.form-language .langs-wrapper .flag.nl:before {
  background-position: -6px -910px;
}
.form-language .langs-wrapper .flag.be:before {
  background-position: -6px -837px;
}
.form-language .langs-wrapper .flag.it:before {
  background-position: -6px -885px;
}
.form-language .langs-wrapper .flag.fr:before {
  background-position: -6px -861px;
}
.form-language .langs-wrapper .flag.ro:before {
  background-position: -6px -958px;
}
.form-language .langs-wrapper .flag.ch:before {
  background-position: -6px -1036px;
}
.form-language .langs-wrapper .flag.ru:before {
  background-position: -6px -1086px;
}
.form-language .langs-wrapper .flag.cz:before {
  background-size: 38px 1850px;
  background-position: -3px -1232px;
}
.form-language .langs-wrapper .flag.pt:before {
  background-size: 38px 1850px;
  background-position: -4px -1304px;
}
.form-language .lang-trigger {
  height: 22px;
  font-size: 0;
  cursor: pointer;
  position: relative;
  padding: 4px 17px 4px 0;
}
.form-language .lang-trigger > .flag {
  padding: 0;
  color: #404040;
  min-width: 40px;
  text-transform: uppercase;
  margin: 0 0 0 10px !important;
}
.form-language .lang-trigger > .flag:before {
  opacity: 1;
  margin-right: 7px;
}
.form-language .lang-trigger > .flag:hover {
  background-color: transparent;
}
.form-language .lang-trigger > .flag:after {
  display: block;
  content: "";
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  bottom: -4px;
  left: calc(50% + 4px);
  border-style: solid;
  border-width: 0 4px 4px 4px;
  border-color: transparent transparent rgba(139, 139, 139, 0.9) transparent;
}
.form-language .lang-trigger:after {
  right: 0;
  top: 9px;
  margin: 0;
  color: #404040;
  padding: 0;
  width: 11px;
  height: 11px;
  display: block;
  font-size: 14px;
  line-height: 11px;
  position: absolute;
  text-align: center;
  content: "";
  opacity: 1;
  transition: 0.2s all ease-in;
  font-family: "icomoon" !important;
}
.form-language .lang-trigger > * {
  display: inline-block;
  vertical-align: top;
}
.form-language .lang-trigger:hover + .lang-menu, .form-language .lang-menu:hover {
  height: 473px;
}
.form-language .lang-code {
  font-size: 12px;
  line-height: 22px;
  vertical-align: top;
  padding-left: 5px;
  opacity: 1;
}

.langs-wrapper:hover .lang-trigger .flag:after, .langs-wrapper .lang-trigger:hover .flag:after {
  display: block;
  opacity: 1;
}

header .icon-need-help {
  cursor: pointer;
}
header .help-wrapper {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
header .help-wrapper:hover:after {
  display: block;
  opacity: 1;
}
header .help-wrapper:after {
  width: 0;
  height: 0;
  opacity: 0;
  content: "";
  bottom: -13px;
  display: block;
  position: absolute;
  border-style: solid;
  left: calc(50% + 4px);
  border-width: 0 4px 4px 4px;
  border-color: transparent transparent rgba(139, 139, 139, 0.9) transparent;
}
header .help-menu {
  top: 31px;
  height: 0;
  padding: 0;
  left: -16px;
  width: auto;
  z-index: 7999;
  display: block;
  margin-top: 5px;
  min-width: 180px;
  overflow: hidden;
  max-width: 180px;
  position: absolute;
  border-radius: 8px;
  background: #8b8b8b;
  transition: 0.3s all ease-in;
  background: rgba(116, 129, 143, 0.91);
}
header .help-menu a {
  margin: 0;
  width: auto;
  opacity: 1;
  color: #efefef;
  display: block;
  min-height: 16px;
  font-size: 12px;
  text-align: left;
  min-width: 100px;
  max-width: 180px;
  padding: 8px 20px;
  line-height: 16px;
  vertical-align: top;
  text-decoration: none;
  transition: 0.3s all ease-in;
  border-bottom: 1px solid #707b87;
  font-family: Arial, Helvetica, sans-serif;
}
header .help-menu a:first-child {
  margin-top: 6px;
}
header .help-menu a:last-of-type {
  margin-bottom: 6px;
  border-bottom: none;
}
header .help-menu a:hover {
  background: #4f699c;
}

.icon-need-help:hover + .help-menu, .help-menu:hover {
  height: 403px;
}

.carousel-caption .caption-image {
  float: left;
  margin: 0 8px 0 0;
  position: relative;
}

.carousel-caption:after {
  content: "";
  clear: both;
  display: block;
}

.carousel-caption .caption-image + .roboto-bold {
  float: left;
}

.nav-sections .years {
  margin: 0;
  color: #acb9c6;
  font-size: 13px;
  padding: 0 0 0 5px;
  white-space: nowrap;
}

.mobile-banner {
  display: none;
}
.mobile-banner .img {
  display: none;
}

.black-friday-19-mobile-slider .black-friday-19-image {
  top: 25px;
  left: 50%;
  width: 255px;
  height: 36px;
  display: block;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 992px) {
  .black-friday-19-mobile-slider {
    display: none !important;
  }
}

.menu-home, .menu-search, .menu-trigger {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.menu-home, .menu-search {
  width: 55px;
  color: #fff;
  height: 47px;
  position: relative;
  cursor: pointer;
  text-align: center;
  line-height: 34px;
}
.menu-home a, .menu-search a {
  text-decoration: none;
  color: #fff;
}
.menu-home a:before, .menu-search a:before {
  top: -1px;
  margin: 0;
  padding: 0;
  height: 47px;
  font-size: 20px;
  line-height: 47px;
}
.menu-home:hover, .menu-search:hover {
  background-color: rgba(79, 105, 156, 0.93);
}

.menu-home:after, .menu-search:after {
  top: 0;
  width: 1px;
  height: 47px;
  content: "";
  position: absolute;
  display: inline-block;
}

.menu-home {
  border-radius: 7px 0 0 0;
}
.menu-home:after {
  right: 0;
  background: #2a4987;
  background: -moz-linear-gradient(top, #2a4987 0%, #4f699c 100%);
  background: -webkit-linear-gradient(top, #2a4987 0%, #4f699c 100%);
  background: linear-gradient(to bottom, #2a4987 0%, #4f699c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9c363a", endColorstr="#bd2930", GradientType=0);
}

.menu-search {
  border-radius: 0 7px 0 0;
}
.menu-search:after {
  left: 0;
  background: #e07173;
  background: -moz-linear-gradient(top, #e07173 0%, #bd2930 100%);
  background: -webkit-linear-gradient(top, #e07173 0%, #bd2930 100%);
  background: linear-gradient(to bottom, #e07173 0%, #bd2930 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e07173", endColorstr="#bd2930", GradientType=0);
}
.menu-search *:before {
  margin: 0;
  font-size: 17px;
  line-height: 44px;
}

.menu-search, .menu-trigger {
  display: none;
}

#dl_trigger {
  display: none;
  height: 47px;
  background: transparent;
}

@media screen and (min-width: 992px) {
  body:not(.app-mobile) .navbar-row, body:not(.app-mobile) .menuwrapper {
    display: inline-block;
  }
  body:not(.app-mobile) .nav-sections {
    height: 47px;
    font-size: 0;
    z-index: 999;
    text-align: left;
    position: relative;
    background: #3b5281;
    border-radius: 7px 7px 0 0;
    background: -moz-linear-gradient(top, #4f699c 0%, #3b5281 100%);
    background: -webkit-linear-gradient(top, #4f699c 0%, #3b5281 100%);
    background: linear-gradient(to bottom, #4f699c 0%, #3b5281 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4f699c", endColorstr="#3b5281", GradientType=0);
  }
  body:not(.app-mobile) .nav-sections ul {
    padding: 0;
    margin: 0;
    display: none;
    min-width: 120px;
    list-style: none;
    position: absolute;
  }
  body:not(.app-mobile) .nav-sections li.back, body:not(.app-mobile) .nav-sections li.mobile-only {
    display: none;
  }
  body:not(.app-mobile) .nav-sections a {
    font-size: 17px;
    color: #ffffff;
    text-decoration: none;
    font-family: "Roboto-Regular", Arial, sans-serif;
  }
  body:not(.app-mobile) .nav-sections .menuwrapper .scroll-fix > ul {
    font-size: 0;
    display: block;
    position: static;
  }
  body:not(.app-mobile) .nav-sections .menuwrapper .scroll-fix > ul > li {
    padding: 0;
    margin: 0;
    height: 47px;
    font-size: 17px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
  }
  body:not(.app-mobile) .nav-sections .menuwrapper .scroll-fix > ul > li:hover {
    background-color: #516795;
  }
  body:not(.app-mobile) .nav-sections .menuwrapper .scroll-fix > ul > li:hover > ul {
    display: block;
  }
  body:not(.app-mobile) .nav-sections .menuwrapper .scroll-fix > ul > li.active {
    background-color: #c52f35;
  }
  body:not(.app-mobile) .nav-sections .menuwrapper .scroll-fix > ul > li:last-child > ul ul {
    left: auto;
    right: 100%;
    border-radius: 7px 0 7px 7px;
    box-shadow: inset -7px 0 7px 0 rgba(0, 0, 0, 0.2);
  }
  body:not(.app-mobile) .nav-sections .menuwrapper .scroll-fix > ul > li:last-child > ul ul a:hover {
    box-shadow: inset -7px 0 7px 0 rgba(0, 0, 0, 0.2);
  }
  body:not(.app-mobile) .nav-sections .menuwrapper .scroll-fix > ul > li a {
    height: 47px;
    display: block;
    padding: 0 22px;
    line-height: 47px;
    transition: all 0.3s ease-in-out;
  }
  body:not(.app-mobile) .nav-sections .menuwrapper .scroll-fix > ul > li:last-child:after {
    display: none;
  }
  body:not(.app-mobile) .nav-sections .menuwrapper .scroll-fix > ul > li:before, body:not(.app-mobile) .nav-sections .menuwrapper .scroll-fix > ul > li:after {
    top: 0;
    content: "";
    width: 1px;
    height: 100%;
    position: absolute;
    display: inline-block;
  }
  body:not(.app-mobile) .nav-sections .menuwrapper .scroll-fix > ul > li:before {
    left: 0;
    background: #5a6997;
    background: -moz-linear-gradient(top, #5a6997 0%, #4f699c 100%);
    background: -webkit-linear-gradient(top, #5a6997 0%, #4f699c 100%);
    background: linear-gradient(to bottom, #5a6997 0%, #4f699c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e07173", endColorstr="#bd2930", GradientType=0);
  }
  body:not(.app-mobile) .nav-sections .menuwrapper .scroll-fix > ul > li:after {
    right: 0;
    background: #2a4987;
    background: -moz-linear-gradient(top, #2a4987 0%, #4f699c 100%);
    background: -webkit-linear-gradient(top, #2a4987 0%, #4f699c 100%);
    background: linear-gradient(to bottom, #2a4987 0%, #4f699c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#9c363a", endColorstr="#bd2930", GradientType=0);
  }
  body:not(.app-mobile) .nav-sections .menuwrapper .scroll-fix > ul ul {
    top: 100%;
    left: -1px;
    z-index: 9;
    display: none;
    padding: 20px 0;
    min-width: 120px;
    position: absolute;
    border-radius: 0 7px 7px 7px;
    background-color: rgba(81, 103, 149, 0.9);
  }
  body:not(.app-mobile) .nav-sections .menuwrapper .scroll-fix > ul ul ul {
    top: -10px;
    left: 100%;
    z-index: 9;
    display: none;
    padding: 10px 0;
    position: absolute;
    border-radius: 0 7px 7px 7px;
    background-color: rgba(81, 103, 149, 0.9);
  }
  body:not(.app-mobile) .nav-sections .menuwrapper .scroll-fix > ul ul li:hover {
    background: #c93437;
  }
  body:not(.app-mobile) .nav-sections .menuwrapper .scroll-fix > ul ul li:hover.parent > a:after {
    color: #ffffff;
  }
  body:not(.app-mobile) .nav-sections .menuwrapper .scroll-fix > ul ul li:hover > a .years {
    color: #ebb5b7;
  }
  body:not(.app-mobile) .nav-sections .menuwrapper .scroll-fix > ul ul a {
    height: 37px;
    border-radius: 0;
    line-height: 37px;
    white-space: nowrap;
    transition: background 0.3s ease-in-out;
  }
  body:not(.app-mobile) .nav-sections .menuwrapper .scroll-fix > ul ul a.parent:after {
    color: #98a7b7;
    display: inline;
    font-size: 14px;
    content: "";
    padding-left: 5px;
    transition: all 0.3s ease-in-out;
    font-family: "icomoon" !important;
  }
  body:not(.app-mobile) .nav-sections .menuwrapper .scroll-fix > ul ul li:hover > ul {
    display: block;
  }
  body:not(.app-mobile) .nav-sections .menuwrapper .scroll-fix > ul ul ul {
    box-shadow: inset 7px 0 7px 0 rgba(0, 0, 0, 0.2);
  }
  body:not(.app-mobile) .nav-sections .menuwrapper .scroll-fix > ul ul ul a:hover {
    box-shadow: inset 7px 0 7px 0 rgba(0, 0, 0, 0.2);
  }
  body:not(.app-mobile) .nav-sections li {
    position: relative;
    text-align: left;
  }
}
main, .cms-index-index.app-mobile main {
  min-height: 500px;
  position: relative;
  padding-bottom: 5px;
  background: #eceeef;
}
main:after, .cms-index-index.app-mobile main:after {
  clear: both;
  content: "";
  display: block;
}

.index-top-container {
  position: relative;
}

.app-mobile .select2-dropdown {
  z-index: 999;
}

.index-products-slider {
  padding: 15px 30px 30px;
}
.index-products-slider .more-products-slider-wrapper .slick-arrow.slick-next, .index-products-slider .slider-wrapper .slick-arrow.slick-next {
  right: -20px;
}
.index-products-slider .more-products-slider-wrapper .slick-arrow.slick-prev, .index-products-slider .slider-wrapper .slick-arrow.slick-prev {
  left: -20px;
}

.cms-index-index .slider-wrapper {
  margin: -30px -30px 20px -30px;
}

.cms-index-index .page-main {
  padding: 0;
}
.cms-index-index .messages > .message {
  top: 1rem;
  position: relative;
  margin: 0 1rem 2rem;
}
.cms-index-index .messages > .message + .message {
  top: 0;
  margin-bottom: 1rem;
}
.cms-index-index .block-title, .cms-index-index .block-title a {
  margin-bottom: 8px;
}
.cms-index-index .divider {
  padding: 0;
  width: 35px;
  height: 1px;
  display: block;
  text-align: center;
  margin: 0 auto 11px;
  background: #74818f;
  background: -moz-linear-gradient(left, #eceeef 0%, #74818f 40%, #74818f 60%, #eceeef 100%);
  background: -webkit-linear-gradient(left, #eceeef 0%, #74818f 40%, #74818f 60%, #eceeef 100%);
  background: linear-gradient(to right, #eceeef 0%, #74818f 40%, #74818f 60%, #eceeef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#eceeef", endColorstr="#eceeef", GradientType=1);
}
.cms-index-index .divider.icon-spacer:before {
  margin: 0;
  display: none;
}
.cms-index-index .grid-row.why-to-choose {
  display: flex;
}
.cms-index-index .grid-row.why-to-choose .four-col-why-to-choose {
  height: calc(100% - 53px);
}
.cms-index-index .grid-row.why-to-choose .four-col-why-to-choose .block {
  color: #363948;
  text-decoration: none;
  height: calc(100% - 37px);
}
.cms-index-index .grid-columns-2:first-child .zblock {
  height: 100%;
}
.cms-index-index .grid-columns-2:first-child .zblock .block {
  float: none;
  height: calc(100% - 66px);
}
.cms-index-index .grid-columns-2:first-child .zblock .block a {
  color: #4f699c;
}
.cms-index-index main {
  background: #eceeef url("../../frontend/aerosus/v1/en_MT/images/index-desktop-background.jpg") center 500px no-repeat;
}
.cms-index-index .select2-container--open .select2-dropdown--below {
  max-width: 160px;
  text-align: center;
  width: 160px !important;
}

.divider {
  margin: 0;
  display: block;
  line-height: 5px;
  text-align: center;
}
.divider.icon-spacer:before {
  margin: 0;
}

.read-more-link {
  font-weight: bold;
  white-space: nowrap;
  color: #363948;
  text-decoration: none;
  letter-spacing: -0.3px;
}
.read-more-link span {
  top: 1px;
  font-size: 17px;
  position: relative;
  font-weight: normal;
}

.block-title, .block-title a {
  display: block;
  font-size: 18px;
  text-align: center;
  font-weight: normal;
  margin: 0 auto 10px;
  color: #4f699c;
  text-decoration: none;
  font-family: "Roboto-Regular", Arial, sans-serif;
}

.grid-wrapper {
  padding: 30px;
}
.grid-wrapper .grid-row {
  margin-bottom: 30px;
}
.grid-wrapper .grid-row:last-of-type {
  margin-bottom: 0;
}
.grid-wrapper .grid-row:after {
  clear: both;
  content: "";
  display: block;
}
.grid-wrapper .block {
  float: left;
  display: block;
  border-radius: 8px;
  padding: 13px 17px;
  line-height: 1.3em;
  text-align: justify;
  background-color: rgba(255, 255, 255, 0.75);
}
.grid-wrapper .block > * {
  margin: 0;
  padding: 0;
}
.grid-wrapper .grid-columns-2 {
  width: calc(50% - 15px);
  float: left;
}
.grid-wrapper .grid-columns-2:first-child {
  margin: 0 15px 0 0;
}
.grid-wrapper .grid-columns-2:nth-child(2), .grid-wrapper .grid-columns-2:last-child {
  margin: 0 0 0 15px;
}
.grid-wrapper .grid-columns-2:only-child {
  margin: 0 auto;
  float: none;
}
.grid-wrapper .four-col-why-to-choose:after {
  clear: both;
  content: "";
  display: block;
}
.grid-wrapper .four-col-why-to-choose .block {
  margin: 0 6px 0 0;
  min-height: 169px;
  position: relative;
  text-align: center;
  padding: 37px 13px 0;
  vertical-align: middle;
  width: calc(25% - 31px);
}
.grid-wrapper .four-col-why-to-choose .block:last-child {
  margin: 0;
}
.grid-wrapper .four-col-why-to-choose .block div {
  width: 100%;
  height: 80px;
  text-align: center;
  margin: 0 auto 10px;
  position: relative;
}
.grid-wrapper .four-col-why-to-choose .block div:after {
  top: 50%;
  left: 50%;
  content: "";
  display: block;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-image: url("../../frontend/aerosus/v1/en_MT/images/global-sprite.png");
  background-repeat: no-repeat;
}
.grid-wrapper .four-col-why-to-choose .block div.money-back:after {
  width: 90px;
  height: 55px;
  background-position: 0 -86px;
}
.grid-wrapper .four-col-why-to-choose .block div.warranty:after {
  width: 45px;
  height: 66px;
  background-position: 0 0;
}
.grid-wrapper .four-col-why-to-choose .block div.secure:after {
  width: 54px;
  height: 57px;
  background-position: 0 -161px;
}
.grid-wrapper .four-col-why-to-choose .block div.satisfaction:after {
  width: 70px;
  height: 70px;
  background-position: 0 -238px;
}
.grid-wrapper .four-col-why-to-choose .block div.trusted-shops:after {
  width: 70px;
  height: 70px;
  background-position: 0 -457px;
}
.grid-wrapper .four-col-why-to-choose .block div.custom-image {
  padding: 11px 0 0 0;
  box-sizing: border-box;
}
.grid-wrapper .four-col-why-to-choose .block div.image-only {
  left: 0;
  margin: 0;
  padding: 0;
  height: 85px;
  position: absolute;
  top: calc(50% - 43px);
}
.grid-wrapper .four-col-why-to-choose .block div.image-only .rating-box {
  width: 90px;
  height: auto;
  min-width: 90px;
  max-width: 90px;
  margin-top: 12px;
}
.grid-wrapper .four-col-why-to-choose .block div.image-only .rating-box:before {
  font-size: 18px;
  line-height: 18px;
}
.grid-wrapper .four-col-why-to-choose .block div.image-only .rating-box .rating:before {
  color: #fbda31;
  font-size: 18px;
  line-height: 18px;
}
.grid-wrapper .four-col-why-to-choose .block div.image-only.trustpilot {
  height: 50px;
  top: calc(50% - 26px);
}
.grid-wrapper .four-col-why-to-choose .block div.image-only.trustedshops {
  height: 100px;
  top: calc(50% - 56px);
}
.grid-wrapper .four-col-why-to-choose .block div.image-only.yandexmarket {
  height: 95px;
  top: calc(50% - 50px);
}
.grid-wrapper .four-col-why-to-choose .block div.image-only.yandexmarket .rating-box {
  margin-top: 0;
}
.grid-wrapper .rating-box .rating:before {
  color: #fbda31;
}
.grid-wrapper .world-delivery {
  height: 201px;
  color: #546a9b;
  cursor: pointer;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.75);
}
.grid-wrapper .world-delivery:before, .grid-wrapper .world-delivery:after {
  left: 0;
  top: auto;
  z-index: 0;
  bottom: -7px;
  color: #d2d6da;
  font-size: 280px;
  position: absolute;
  line-height: 185px;
}
.grid-wrapper .world-delivery:after {
  color: #d14248;
}
.grid-wrapper .world-delivery .banner-text {
  top: 30px;
  right: 5px;
  z-index: 1;
  color: #546a9b;
  font-size: 30px;
  text-align: right;
  position: absolute;
  line-height: 1.1em;
  text-transform: uppercase;
}
.grid-wrapper .world-delivery .banner-text span {
  padding: 0 15px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.7);
}
.grid-wrapper .world-delivery .banner-text small {
  top: -5px;
  display: block;
  color: #546a9b;
  font-size: 14px;
  padding: 0 15px;
  position: relative;
  text-transform: none;
  font-family: "Roboto-Regular", Arial, sans-serif;
}
.grid-wrapper .world-delivery .actions {
  right: 5px;
  z-index: 1;
  bottom: 10px;
  font-size: 15px;
  max-width: 520px;
  text-align: right;
  padding: 5px 10px;
  position: absolute;
  border-radius: 20px;
  color: #363948;
  background: rgba(255, 255, 255, 0.7);
}
.grid-wrapper .world-delivery .actions > * {
  line-height: 1.2em;
  display: inline-block;
  vertical-align: middle;
}
.grid-wrapper .world-delivery .actions img {
  top: 1px;
  width: 15px;
  position: relative;
}
.grid-wrapper .world-delivery .actions .country {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  text-align: right;
}
.grid-wrapper .world-delivery .actions .country:before {
  padding-right: 5px;
}
.grid-wrapper .world-delivery .actions .btn {
  margin-left: 10px;
  line-height: 13px;
}
.grid-wrapper .world-delivery .actions .red {
  text-transform: uppercase;
}
.grid-wrapper .world-delivery .custom-map {
  display: none;
}
.grid-wrapper .world-delivery.custom-map:before, .grid-wrapper .world-delivery.custom-map:after {
  display: none;
}
.grid-wrapper .world-delivery.custom-map .custom-map {
  left: 0;
  top: auto;
  bottom: 0;
  z-index: 0;
  height: 195px;
  color: #d2d6da;
  display: block;
  position: absolute;
}
.grid-wrapper .get-discount, .grid-wrapper .get-voucher {
  height: 201px;
  display: block;
  cursor: pointer;
  position: relative;
  text-align: center;
  border-radius: 8px;
  text-decoration: none;
}
.grid-wrapper .get-discount .banner-text, .grid-wrapper .get-voucher .banner-text {
  left: 50%;
  top: 50%;
  width: 96%;
  font-size: 30px;
  min-width: 150px;
  position: absolute;
  line-height: 1.1em;
  color: #ffffff;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
}
.grid-wrapper .get-discount:before, .grid-wrapper .get-voucher:before {
  z-index: 0;
  left: -28px;
  font-size: 140px;
  line-height: 201px;
  position: absolute;
}
.grid-wrapper .get-discount .actions, .grid-wrapper .get-voucher .actions {
  left: 0;
  right: 0;
  bottom: 15px;
  position: absolute;
}
.grid-wrapper .get-discount .actions .btn-secondary-outline:hover, .grid-wrapper .get-voucher .actions .btn-secondary-outline:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.grid-wrapper .get-discount {
  background-color: #d04248;
}
.grid-wrapper .get-discount:before {
  color: #d86065;
}
.grid-wrapper .get-voucher {
  background-color: #4f699c;
}
.grid-wrapper .get-voucher:before {
  color: #6b81ac;
  left: -36px;
}
.grid-wrapper .video {
  overflow: hidden;
  min-height: 201px;
  max-height: 231px;
  border-radius: 8px;
  position: relative;
  text-decoration: none;
  background-color: rgba(116, 129, 143, 0.85);
}
.grid-wrapper .video > img {
  top: 0;
  left: 50%;
  width: auto;
  height: 100%;
  opacity: 0.15;
  max-width: none;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.grid-wrapper .video > * {
  display: block;
  position: absolute;
  text-align: center;
}
.grid-wrapper .video .banner-text {
  top: 30px;
  left: 10px;
  font-size: 30px;
  line-height: 1em;
  color: #ffffff;
  width: calc(100% - 20px);
}
.grid-wrapper .video .btn-play {
  top: 50%;
  left: 50%;
  width: 80px;
  height: 70px;
  font-size: 70px;
  cursor: pointer;
  line-height: 70px;
  text-decoration: none;
  -webkit-transform: translate(-50%, -45%);
  transform: translate(-50%, -45%);
}
.grid-wrapper .video .actions {
  left: 0;
  right: 0;
  bottom: 15px;
}
.grid-wrapper .video .actions .btn:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.grid-row.banners + .grid-row {
  display: flex;
}

.reviews-slider {
  border-radius: 8px;
  padding: 21px 15px 15px;
  background-color: rgba(255, 255, 255, 0.85);
}
.reviews-slider:after {
  clear: both;
  content: "";
  display: block;
}
.reviews-slider .block-title {
  font-size: 30px;
  line-height: 1em;
  color: #546a9b;
  margin: 0 auto 24px;
  text-transform: uppercase;
}
.reviews-slider .rating-box {
  float: left;
  margin: 0 0 10px;
}
.reviews-slider .review-date, .reviews-slider .author {
  float: right;
  display: block;
  margin: 0 0 7px;
}
.reviews-slider .review-date {
  margin-left: 10px;
  position: relative;
  padding-left: 10px;
  border-left: 1px solid #97a1a7;
}
.reviews-slider .author {
  color: #4f699c;
  text-transform: uppercase;
}
.reviews-slider .review-text {
  clear: both;
  height: 37px;
  display: block;
  overflow: hidden;
  line-height: 18px;
}
.reviews-slider .review-text span {
  height: 37px;
  overflow: hidden;
  line-height: 18px;
  display: table-cell;
  text-align: justify;
  vertical-align: middle;
}
.reviews-slider .carousel-indicators {
  width: auto;
  float: left;
  font-size: 0;
  position: static;
  line-height: 29px;
  white-space: nowrap;
  -webkit-transform: none;
  transform: none;
}
.reviews-slider .carousel-indicators li {
  margin: 0 2px;
  display: inline-block;
  vertical-align: middle;
}
.reviews-slider .bottom-line {
  margin-top: 17px;
}
.reviews-slider .bottom-line:after {
  clear: both;
  content: "";
  display: block;
}
.reviews-slider .btn {
  float: right;
}

.btn {
  text-decoration: none;
}

.page-title, .page-title > * {
  margin: 0;
  color: #2d3c4b;
  font-size: 24px;
  text-align: left;
  font-weight: normal;
  letter-spacing: -0.5px;
}
.page-title > h1, .page-title h1 {
  line-height: 1em;
  font-family: "Roboto-Regular", Arial, sans-serif;
}

.checkout-onepage-success .page-title {
  padding: 9px 0;
}

.breadcrumbs-holder {
  margin: 0 20px 0 0;
}
.breadcrumbs-holder .breadcrumb {
  margin: 0;
  padding: 0;
  font-size: 0;
  list-style: none;
}
.breadcrumbs-holder li, .breadcrumbs-holder a {
  color: #8891a6;
  font-size: 11px;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
}
.breadcrumbs-holder li:last-child a:after {
  display: none;
}
.breadcrumbs-holder a {
  margin-right: 9px;
  position: relative;
  padding-right: 5px;
}
.breadcrumbs-holder a:after {
  top: 0;
  right: -6px;
  color: #8891a6;
  font-size: 8px;
  content: "";
  line-height: 22px;
  position: absolute;
  font-family: "icomoon" !important;
}
.breadcrumbs-holder span {
  display: inline-block;
  vertical-align: middle;
}

.two-columns-layout:after {
  clear: both;
  content: "";
  display: block;
}
.two-columns-layout .col-main {
  float: right;
  width: calc(100% - 195px);
}

.shipping-row {
  font-size: 0;
  text-align: left;
  margin: 20px auto;
}
.shipping-row .shipping-description.head {
  font-size: 16px;
}
.shipping-row .shipping-image {
  width: 65px;
  vertical-align: top;
  display: inline-block;
}
.shipping-row .shipping-image:before {
  font-size: 40px;
  color: #74818f;
}
.shipping-row .shipping-description {
  font-size: 14px;
  color: #74818f;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 70px);
}
.shipping-row .shipping-description h3 {
  color: #4f699c;
  margin: 0 auto 5px;
}
.shipping-row .shipping-description p {
  margin: 0;
}
.shipping-row a {
  color: #38548a;
}

.phone-wrapper {
  vertical-align: middle;
  position: relative;
}
.phone-wrapper .icon-phone-ringing {
  font-size: 23px;
  line-height: 1em;
  white-space: nowrap;
}
.phone-wrapper a {
  display: none;
  top: 30px;
  left: 0;
  font-size: 18px;
  text-align: center;
  position: absolute;
  background: #fff;
  color: #4e689b;
  padding: 15px 20px;
  white-space: nowrap;
  text-decoration: none;
  font-weight: bold;
  border-radius: 3px;
  border-bottom: 3px solid #4f699c;
}
.phone-wrapper a:before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: -4px;
  left: 15px;
  border-style: solid;
  border-width: 0 4px 4px 4px;
  border-color: transparent transparent white transparent;
}
.phone-wrapper a:after {
  display: block;
  font-size: 14px;
  line-height: 1em;
  content: attr(data-working);
  font-weight: normal;
  text-align: center;
}
.phone-wrapper:focus a, .phone-wrapper:hover a {
  display: block;
}
.phone-wrapper .badge {
  display: block;
  max-width: 50px;
  margin: 0 auto 5px;
}
.phone-wrapper .hd-work-time {
  top: -10px;
  left: auto;
}

#layered-navigation .part-finder + .transparent {
  margin: 15px auto;
}

input[type=checkbox], input[type=radio] {
  margin: 0;
}

textarea:disabled, input:disabled {
  background-color: #f1f1f1 !important;
}

.select2-container--disabled {
  opacity: 0.5;
}

.onestepcheckout-skin-generic .op_block_title_tab:after, #onestepcheckout-form input.accepted:after {
  font-family: "icomoon" !important;
}

main.loading-content {
  position: relative;
}
main.loading-content .loader-container {
  position: absolute;
  z-index: 99;
  display: block;
}
main.loading-content .loader-container .css-loader {
  top: 300px;
  display: block;
  left: calc(50% + 60px);
}

.icon-question-mark {
  display: inline-block;
  text-decoration: none;
  color: #74818f;
}
.icon-question-mark:before {
  margin: 0;
  font-size: 12px;
}
.icon-question-mark.has-tax:before {
  top: 0;
}

.hd-tooltip-content {
  top: 10px;
  left: 10px;
  z-index: 3;
  opacity: 0;
  width: 260px;
  display: none;
  font-size: 12px;
  padding: 10px 15px;
  position: absolute;
  visibility: hidden;
  font-style: italic;
  line-height: 1.2em;
  border-radius: 7px;
  background: #eceeef;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0 3px 8px 0 rgba(197, 197, 197, 0.4);
  -moz-box-shadow: 0 3px 8px 0 rgba(197, 197, 197, 0.4);
  box-shadow: 0 3px 8px 0 rgba(197, 197, 197, 0.4);
}
.hd-tooltip-content > div ul {
  margin: 5px 0 0;
  padding: 0 0 0 20px;
  list-style: circle;
}
.hd-tooltip-content .shipping-outside-eu-info, .hd-tooltip-content .note {
  display: inline !important;
}
.hd-tooltip-content .spacer {
  display: block;
  margin-top: 10px;
}

.methods-shipping .icon-question-mark,
.payment-methods .icon-question-mark {
  position: relative;
}

.icon-question-mark:hover > .hd-tooltip-content,
.methods-shipping .icon-question-mark:hover > .hd-tooltip-content,
.payment-methods .icon-question-mark:hover > .hd-tooltip-content {
  opacity: 1;
  display: block;
  visibility: visible;
}

.inline {
  display: inline !important;
}

.old-price {
  display: inline-block;
  vertical-align: middle;
}
.old-price .price-label {
  display: none !important;
}
.old-price > .price {
  margin-right: 5px;
}
.old-price .price {
  text-decoration: line-through;
  font-size: 16px;
  color: #3c3c3c;
}
.old-price .price-wrapper .price {
  color: #3c3c3c;
  font-size: 16px;
  font-weight: normal;
}

.special-price {
  display: inline-block;
  vertical-align: middle;
}
.special-price .price-label {
  display: none !important;
}
.special-price .price {
  color: #c52f35;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
}

.regular-price .price {
  color: #c52f35;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
}

.pager {
  margin: 0;
  padding: 0;
}
.pager .pages {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #d3d5dc;
}
.pager ol, .pager ul {
  margin: 0;
  padding: 0;
  font-size: 0;
  text-align: center;
  list-style: none;
}
.pager li {
  padding: 0;
  width: 32px;
  height: 32px;
  margin: 0 1px;
  color: #2d3c4b;
  text-indent: 0;
  font-size: 12px;
  line-height: 32px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  border: 2px solid #e1e3e8;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
}
.pager li:before {
  display: none;
}
.pager li:hover, .pager li.current {
  color: #4f699c;
  border: 2px solid #4f699c;
}
.pager li a {
  height: 32px;
  color: #2d3c4b;
  display: block;
  font-size: 12px;
  line-height: 32px;
  text-align: center;
  text-decoration: none;
}
.pager li span {
  height: 30px;
  display: block;
  transition: all 0.3s ease-in-out;
}
.pager li span:before {
  top: 1px;
  margin: 0;
  font-size: 14px;
  line-height: 30px;
}

.white-background {
  border-radius: 8px;
  background-color: #ffffff;
}
.white-background.center {
  padding: 8px 0 7px;
  margin: 0;
  border: none;
  text-align: center;
}

.inline-select2.delivery-box .delivery-text-free {
  display: none;
}

.inline-select2.delivery-box .delivery-text-paid {
  display: inline-block;
}

.inline-select2.delivery-box.free-delivery .delivery-text-free {
  display: inline-block;
}

.inline-select2.delivery-box.free-delivery .delivery-text-paid {
  display: none !important;
}

.stock {
  padding: 0 0 0 16px;
  text-transform: uppercase;
  font-size: 11px;
  color: #363948;
  margin: 0;
  position: relative;
}
.stock span {
  position: relative;
}
.stock span:before {
  border-radius: 10px;
  height: 7px;
  width: 7px;
  content: "";
  display: block;
  position: absolute;
  left: -12px;
  top: calc(50% - 4px);
}
.stock.available span:before {
  background: #87b63d;
}
.stock.unavailable span:before {
  background: #af1c1c;
}

.grecaptcha-badge {
  z-index: 2;
}

#delivery-box-inputs {
  margin: 0;
  padding: 0;
  color: #2d3c4b;
  font-size: 14px;
}

#ajax-delivery-price {
  white-space: nowrap;
  color: #4f699c;
}

.icon-spacer:before {
  font-size: 50px !important;
  line-height: 5px !important;
}

.grid-wrapper .grid-row .grid-columns-2.pair {
  margin: 0 15px 0 0;
}

.review-ordered-products {
  margin: 0;
  padding: 0;
  width: 180px;
  position: relative;
  border-radius: 4px;
  border: 1px solid #e9e6df;
}
.review-ordered-products img {
  border-radius: 3px;
}
.review-ordered-products dt {
  padding: 5px;
  cursor: pointer;
  text-align: left;
}
.review-ordered-products dt > span {
  font-size: 0;
  display: block;
  padding: 0 15px;
  text-align: left;
  position: relative;
}
.review-ordered-products dt > span:after {
  top: 1px;
  right: 5px;
  color: #a9a9a9;
  font-size: 9px;
  content: "";
  position: absolute;
  font-family: "icomoon" !important;
}
.review-ordered-products dt .review-ordered-product-data-container {
  width: calc(100% - 68px);
}
.review-ordered-products dd {
  left: 0;
  margin: 0;
  z-index: 9;
  width: 230px;
  display: none;
  padding: 5px 0;
  position: absolute;
  border-radius: 4px;
  top: calc(100% + 3px);
  background: #ffffff;
  border: 1px solid #e9e6df;
}
.review-ordered-products .review-ordered-products-list {
  overflow: auto;
  max-height: 186px;
}
.review-ordered-products .review-ordered-products-list-item {
  margin: 0;
  font-size: 0;
  padding: 4px 10px;
  cursor: pointer;
  text-align: left;
  transition: all 0.3s ease-in-out;
}
.review-ordered-products .review-ordered-products-list-item:hover {
  background-color: #fcf1f1;
}
.review-ordered-products .review-ordered-product-image-container, .review-ordered-products .review-ordered-product-data-container {
  display: inline-block;
  vertical-align: middle;
}
.review-ordered-products .review-ordered-product-image-container {
  margin: 0;
  padding: 0;
  width: 54px;
}
.review-ordered-products .review-ordered-product-image-container img {
  width: 50px;
  display: block;
  border: 2px solid #ddd;
}
.review-ordered-products .review-ordered-product-data-container {
  padding: 0;
  font-size: 12px;
  line-height: 1em;
  margin: 0 0 0 10px;
  width: calc(100% - 65px);
}
.review-ordered-products .review-ordered-product-order-no {
  display: none;
}

.review-field-ratings.field {
  max-width: 100%;
  text-align: left;
}
.review-field-ratings.field .input-box {
  max-width: 100%;
}

.fancybox-progress {
  background: #4f699c !important;
}

.hidden {
  display: none !important;
}

#delivery-box-inputs select {
  max-width: 100px;
}

.faq-wrapper .quest {
  padding: 5px 0;
  color: #3b548e;
  font-size: 12px;
  cursor: pointer;
  font-weight: bold;
  text-decoration: underline;
}
.faq-wrapper .answer {
  display: none;
}
.faq-wrapper .actions {
  margin-top: 10px;
}
.faq-wrapper .btn-primary {
  color: #c52f35;
  background-color: transparent;
  border-color: #c52f35;
}
.faq-wrapper .btn-primary:hover {
  color: #fff;
  background-color: transparent;
  border-color: #c52f35;
}
.faq-wrapper #faq_send_inquiry_btn:focus, .faq-wrapper #faq_send_inquiry_btn:active {
  color: #c52f35;
  background-color: transparent;
  border-color: #c52f35;
}

.package-wrapper {
  margin-bottom: 15px;
}
.package-wrapper .package {
  padding: 0;
  font-size: 0;
  display: block;
  margin: 5px 0 0;
  text-align: left;
}
.package-wrapper .additional-info {
  display: none;
  padding-top: 7px;
}
.package-wrapper li {
  padding: 0;
  float: none;
  width: auto;
  border: none;
  color: #3b548e;
  font-size: 12px;
  cursor: default;
  font-weight: bold;
  margin: 0 17px 0 0;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
.package-wrapper li:before {
  padding: 0;
  font-size: 10px;
  margin: 0 5px 0 0;
  content: "";
  color: #c52f35;
  font-family: "icomoon" !important;
}
.package-wrapper li:first-child {
  padding: 0;
}
.package-wrapper li.has-info {
  cursor: pointer;
}
.package-wrapper li.has-info span {
  text-decoration: underline;
}
.package-wrapper li.has-info:before {
  text-decoration: none;
}
.package-wrapper li.has-info:after {
  font-family: "icomoon" !important;
  content: "";
  font-size: 10px;
  margin: 0 0 0 6px;
  padding: 0;
  position: relative;
  top: 1px;
}
.package-wrapper li.has-info.active:after {
  content: "";
}
.package-wrapper li span {
  background: transparent;
}

.bold {
  font-weight: bold !important;
}

.reviews-wrapper section {
  margin: 0 0 17px;
}
.reviews-wrapper .review-text {
  font-size: 12px;
  clear: both;
  display: block;
  line-height: 15px;
  color: #363948;
  text-align: justify;
}
.reviews-wrapper .review-text span {
  line-height: 15px;
  text-align: justify;
  display: table-cell;
  vertical-align: middle;
}
.reviews-wrapper .review-author {
  float: left;
  color: #3b548e;
  margin: 0 0 5px;
  font-size: 12px;
  font-weight: bold;
}
.reviews-wrapper .rating-box {
  float: left;
  margin: -2px 0 0px 10px;
}
.reviews-wrapper .review-date {
  float: right;
  margin: 0 0 5px;
  color: #b2bac2;
  font-size: 12px;
  font-weight: normal;
}

.more-products-title {
  padding: 0;
  font-size: 18px;
  text-align: center;
  margin: 0 auto 10px;
  color: #4f699c;
  font-family: "Roboto-Regular", Arial, sans-serif;
}
.more-products-title a {
  text-decoration: none;
  color: #4f699c;
}

.slider-wrapper {
  position: relative;
  min-height: 260px;
}
.slider-wrapper + .grid-wrapper {
  padding-top: 20px;
}

.more-products-slider-wrapper, .slider-wrapper {
  position: relative;
}
.more-products-slider-wrapper .crsl-item, .slider-wrapper .crsl-item {
  float: left;
  width: 255px;
  margin: 0 10px 20px;
}
.more-products-slider-wrapper .crsl-wrap, .slider-wrapper .crsl-wrap {
  margin: 0 -10px;
  max-height: 320px;
  position: relative;
  white-space: nowrap;
}
.more-products-slider-wrapper .crsl-items, .slider-wrapper .crsl-items {
  max-height: 320px;
  margin: 10px auto 5px;
}
.more-products-slider-wrapper .slick-arrow, .slider-wrapper .slick-arrow {
  top: 50%;
  height: 0;
  z-index: 9;
  width: 100%;
  border: none;
  box-shadow: none;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.more-products-slider-wrapper .slick-arrow.slick-prev, .more-products-slider-wrapper .slick-arrow.slick-next, .slider-wrapper .slick-arrow.slick-prev, .slider-wrapper .slick-arrow.slick-next {
  color: #fff;
  width: 42px;
  opacity: 0.7;
  height: 40px;
  font-size: 0;
  cursor: pointer;
  line-height: 40px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  background-color: #74818f;
  transition: all 0.3s ease-in-out;
}
.more-products-slider-wrapper .slick-arrow.slick-prev:hover, .more-products-slider-wrapper .slick-arrow.slick-next:hover, .slider-wrapper .slick-arrow.slick-prev:hover, .slider-wrapper .slick-arrow.slick-next:hover {
  opacity: 1;
}
.more-products-slider-wrapper .slick-arrow.slick-prev:before, .more-products-slider-wrapper .slick-arrow.slick-next:before, .slider-wrapper .slick-arrow.slick-prev:before, .slider-wrapper .slick-arrow.slick-next:before {
  margin: 0;
  font-size: 14px;
  font-family: "icomoon" !important;
}
.more-products-slider-wrapper .slick-arrow.slick-disabled, .slider-wrapper .slick-arrow.slick-disabled {
  opacity: 0;
  cursor: default;
}
.more-products-slider-wrapper .slick-arrow.slick-disabled:hover, .slider-wrapper .slick-arrow.slick-disabled:hover {
  opacity: 0;
}
.more-products-slider-wrapper .slick-arrow.slick-prev, .slider-wrapper .slick-arrow.slick-prev {
  left: -30px;
  border-radius: 0 3px 3px 0;
}
.more-products-slider-wrapper .slick-arrow.slick-prev:before, .slider-wrapper .slick-arrow.slick-prev:before {
  content: "";
}
.more-products-slider-wrapper .slick-arrow.slick-next, .slider-wrapper .slick-arrow.slick-next {
  right: -30px;
  border-radius: 3px 0 0 3px;
}
.more-products-slider-wrapper .slick-arrow.slick-next:before, .slider-wrapper .slick-arrow.slick-next:before {
  content: "";
}
.more-products-slider-wrapper .products-grid.narrow .product-image img, .slider-wrapper .products-grid.narrow .product-image img {
  width: auto;
  max-height: 140px;
}
.more-products-slider-wrapper .products-grid.narrow .product-info .price-wrapper, .slider-wrapper .products-grid.narrow .product-info .price-wrapper {
  float: left;
}
.more-products-slider-wrapper .products-grid.narrow .product-info .actions, .slider-wrapper .products-grid.narrow .product-info .actions {
  float: right;
  display: block;
}
.more-products-slider-wrapper .products-grid.narrow .product-info .price-wrapper:after, .more-products-slider-wrapper:after, .slider-wrapper .products-grid.narrow .product-info .price-wrapper:after, .slider-wrapper:after {
  clear: both;
  content: "";
  display: block;
}
.more-products-slider-wrapper .products-grid.narrow .product-info .vat, .slider-wrapper .products-grid.narrow .product-info .vat {
  left: 5px;
  -webkit-transform: none;
  transform: none;
}
.more-products-slider-wrapper .products-grid .product-info .btn, .slider-wrapper .products-grid .product-info .btn {
  color: #363948;
  border-color: #c3c9ce;
}

.slider-wrapper {
  margin-top: 30px;
}

.slick-initialized .slick-list {
  overflow: hidden;
}

.price-wrapper .price {
  color: #c52f35;
  font-size: 20px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
}

.bottom-links {
  color: #5a6978;
  padding: 10px 0;
  font-size: 16px;
  text-align: center;
  margin: 20px auto 0;
  border-top: 1px solid #d3d5dc;
  font-family: "Roboto-Regular", Arial, sans-serif;
}
.bottom-links:after {
  clear: both;
  content: "";
  display: block;
}
.bottom-links .bottom-text {
  line-height: 29px;
  margin-left: -180px;
  display: inline-block;
}
.bottom-links .bottom-text a {
  color: #c52f35;
}
.bottom-links .btn {
  float: left;
  border: none;
  color: #5a6978;
  padding: 7px 0 5px;
  border-radius: 0;
}
.bottom-links .btn > span {
  border-bottom: dotted 2px #828e9a;
}
.bottom-links .btn:hover {
  background: transparent;
}

.detailed-search {
  top: 30px;
  right: 30px;
  margin: 0;
  width: 190px;
  padding: 25px 18px;
  text-align: center;
  position: absolute;
  border-radius: 8px;
  background-color: rgba(49, 79, 140, 0.85);
}
.detailed-search.ajax-loading {
  opacity: 0.65;
  pointer-events: none;
}
.detailed-search.ajax-loading .animated-loader {
  display: block;
}
.detailed-search .select-list {
  margin: 20px 0 0;
}
.detailed-search .label {
  margin: 0;
  padding: 0;
  font-size: 16px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  font-family: "Roboto-Thin", Arial, sans-serif;
}
.detailed-search .btn {
  min-width: 110px;
  margin: 5px auto 0;
  font-weight: normal;
  line-height: normal;
  border-color: #c52f35;
  background-color: #c52f35;
  font-family: Arial, Helvetica, sans-serif;
}
.detailed-search .btn:hover {
  border-color: #d33a41;
  background-color: #d33a41;
}
.detailed-search .animated-loader {
  top: 60px;
  left: 50%;
  display: none;
  color: #ffffff;
  text-align: center;
  position: absolute;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.detailed-search select {
  margin: 0;
  width: calc(100% - 30px);
  display: inline-block;
  height: 32px;
  vertical-align: middle;
  border-radius: 0 5px 5px 0;
}
.detailed-search .chosen-container, .detailed-search select {
  margin: 0 0 15px;
}
.detailed-search select {
  border-radius: 5px;
}
.detailed-search .select-block .chosen-container {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 30px);
  border-radius: 0 5px 5px 0;
}
.detailed-search .select-block .select2-container .select2-selection--single {
  height: 32px;
  font-size: 12px;
  border-radius: 0 5px 5px 0;
}
.detailed-search .select2-container--default .select2-selection--single .select2-selection__rendered {
  max-width: 100px;
  line-height: 30px;
}
.detailed-search .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 30px;
}
.detailed-search .select-block {
  font-size: 0;
  margin: 0 auto 12px;
}
.detailed-search .select-block:nth-child(4), .detailed-search .select-block:nth-child(5) {
  display: none;
}
.detailed-search .select-block .select2-container--default .select2-selection--single .select2-selection__rendered {
  min-width: 100px;
}
.detailed-search .select-block .chosen-container-single .chosen-single,
.detailed-search .select-block .select2-container .select12-selection--single {
  border-radius: 0 5px 5px 0;
}
.detailed-search .select-block select {
  margin: 0;
  border-radius: 0 5px 5px 0;
}
.detailed-search .select-number {
  font-size: 14px;
  color: #fff;
  width: 30px;
  height: 32px;
  font-weight: bold;
  line-height: 32px;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  background-color: #7891c1;
  border-radius: 5px 0 0 5px;
}
.detailed-search .chosen-container-single .chosen-single,
.detailed-search .select2-container .select12-selection--single {
  color: #2d3c4b;
  height: 32px;
  line-height: 32px;
}
.detailed-search .need-help {
  color: #fff;
  font-size: 16px;
  margin: 60px 15px 0;
  line-height: 1.4em;
  font-family: "Roboto-Thin", Arial, sans-serif;
}
.detailed-search .need-help a {
  color: #fff;
  display: block;
  font-family: Arial, Helvetica, sans-serif;
}
.detailed-search .need-help .call-us {
  white-space: nowrap;
}
.detailed-search .need-help .btn {
  margin-top: 60px;
}
.detailed-search .need-help .btn span {
  position: relative;
  top: -1px;
  padding-right: 5px;
}

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

input[type=checkbox] {
  padding: 0;
  width: 15px;
  height: 15px;
  display: block;
  position: static;
  margin-right: 8px;
  border-radius: 3px;
  border: solid 1px #cacfd3;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=checkbox]:checked:before {
  top: 1px;
  content: "";
  position: relative;
  font-family: "icomoon" !important;
}
input[type=checkbox] + label {
  display: inline-block;
}
input[type=radio] {
  padding: 0;
  width: 15px;
  height: 15px;
  max-width: 15px;
  min-width: 15px;
  position: static;
  min-height: 15px;
  max-height: 15px;
  margin-right: 8px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  border: solid 1px #cacfd3;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input[type=radio]:before {
  width: 9px;
  height: 9px;
  content: "";
  margin: 2px;
  display: none;
  border-radius: 50%;
  background-color: #4f699c;
}
input[type=radio]:checked {
  border-color: #4f699c;
}
input[type=radio]:checked:before {
  display: block;
}

.page-top {
  margin: 0 0 15px;
  min-height: 45px;
  position: relative;
  border-bottom: 1px solid #d3d5dc;
}
.page-top:after {
  clear: both;
  content: "";
  display: block;
}
.page-top > .btn {
  top: 50%;
  right: 0;
  font-size: 17px;
  position: absolute;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.page-top .page-title {
  margin-bottom: 15px;
}
.page-top.all-reviews-top .breadcrumbs-holder a:after {
  top: 1px;
}
.page-top.all-reviews-top .page-title {
  margin-bottom: 0;
}

.product-view-wrapper .page-top {
  border: none;
}

.delivery-box .delivery-img {
  top: -3px;
  position: relative;
}
.delivery-box .delivery-img:before {
  margin: 0;
  font-size: 24px;
  content: "";
  line-height: 26px;
  padding: 0 3px 0 0;
  color: #4f699c;
  display: inline-block;
  vertical-align: middle;
  font-family: "icomoon" !important;
}
.delivery-box.express-delivery .delivery-img:before {
  content: "";
}
.delivery-box.loading .delivery-img:before {
  content: "";
  width: 11px;
  height: 14px;
  margin: 0 0 0 3px;
  border-radius: 50%;
  border: 2px solid #d5d5d5;
  border-left-color: #d04249;
  animation: cssload-rotate 500ms linear infinite;
  -o-animation: cssload-rotate 500ms linear infinite;
  -ms-animation: cssload-rotate 500ms linear infinite;
  -webkit-animation: cssload-rotate 500ms linear infinite;
  -moz-animation: cssload-rotate 500ms linear infinite;
}
.delivery-box .free-delivery-text {
  display: none;
}
.delivery-box.free-delivery .free-delivery-text {
  display: inline-block;
}
.delivery-box.free-delivery #ajax-delivery-text-only, .delivery-box.free-delivery #ajax-delivery-price {
  display: none;
}
.delivery-box.inline-select2 .delivery-img {
  display: none;
}
.delivery-box.inline-select2.loading .delivery-img {
  display: inline;
}

.inline-select2 #delivery-box-inputs .select2-selection--single {
  top: -1px;
  padding: 0;
  height: 24px;
  min-width: 0;
  border: none;
  box-shadow: none;
  position: relative;
  background: transparent;
}
.inline-select2 #delivery-box-inputs .select2-selection--single .select2-selection__rendered {
  color: #4e689b;
  margin-right: 16px;
  font-weight: bold;
  padding-right: 0;
  padding-left: 0;
  line-height: 24px;
  text-decoration: underline;
}
.inline-select2 #delivery-box-inputs .select2-selection--single .select2-selection--single .select2-selection__arrow b {
  color: #4e689b;
}
.inline-select2 #delivery-box-inputs .select2-container {
  margin: 0 2px;
  width: auto !important;
  min-width: auto !important;
}
.inline-select2 #delivery-box-inputs .hidden + #ajax-delivery-to-text:first-letter {
  text-transform: uppercase;
}
.inline-select2 .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 12px;
  height: 23px;
}
.inline-select2 #ajax-delivery-to-text {
  display: inline-block;
  text-transform: lowercase;
}
.inline-select2.free-delivery #delivery-box-inputs #ajax-delivery-to-text:first-letter {
  text-transform: lowercase;
}

.product-buy-wrapper .inline-select2 #delivery-box-inputs > .select2-container {
  margin: 0 2px;
  min-width: 50px;
  width: auto !important;
}

.delivery-box-wrapper {
  border-radius: 8px;
  background-color: #ffffff;
  font-size: 12px;
}
.delivery-box-wrapper.loading-ajax {
  padding: 5px 10px;
  text-align: center;
}
.delivery-box-wrapper.loading-ajax > * {
  display: none;
}
.delivery-box-wrapper.loading-ajax:before {
  top: 0;
  content: "";
  width: 48px;
  height: 6px;
  position: relative;
  margin: 0 6px 0 8px;
  display: inline-block;
  background: url("../../frontend/aerosus/v1/en_MT/images/opc-ajax-loader.gif") center no-repeat;
}
.delivery-box-wrapper.loading-ajax:after {
  color: #363948;
  display: inline-block;
  content: attr(data-loading);
  font-size: 12px;
}

.terms-of-service h1 {
  line-height: 1.2em;
}

.footer-container {
  margin-bottom: 15px;
}

footer {
  font-size: 0;
  background-color: #515960;
  border-radius: 0 0 5px 5px;
  border-top: 3px solid #4f699c;
}
footer .footer-top {
  text-align: center;
  padding: 18px 30px;
  color: #97a1a7;
  background: #5d646c;
  background: -moz-linear-gradient(top, #5d646c 0%, #40484f 100%);
  background: -webkit-linear-gradient(top, #5d646c 0%, #40484f 100%);
  background: linear-gradient(to bottom, #5d646c 0%, #40484f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5d646c", endColorstr="#40484f", GradientType=0);
}
footer .footer-top:after {
  clear: both;
  content: "";
  display: block;
}
footer .footer-top .footer-info {
  text-align: left;
}
footer .footer-top .footer-info:after {
  content: "";
  clear: both;
  display: block;
}
footer .column {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  padding: 0;
  width: 14%;
  margin: 0 15px;
  color: #97a1a7;
  font-size: 14px;
}
footer .column:last-child, footer .column:last-child .heading {
  text-align: right;
  margin-right: 0;
}
footer .column:first-child {
  margin-left: 0;
}
footer .column a {
  text-decoration: none;
  display: block;
  line-height: 1.2em;
  color: #97a1a7;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
}
footer .column a:hover {
  color: #e16a6f;
}
footer .column .heading {
  font-weight: normal;
  margin: 0 0 10px;
  text-align: left;
  font-family: "Roboto-Regular", Arial, sans-serif;
  color: #ffffff;
  font-size: 15px;
}
footer .column.payment {
  font-size: 0;
}
footer .column.payment .icon-paypal-footer {
  font-size: 42px;
}
footer .column.payment .payment-methods {
  padding: 0;
}
footer .column.payment .payment-method {
  width: 50px;
  height: 34px;
  line-height: 34px;
  margin: 0 3px 3px 0;
  text-align: center;
  border-radius: 4px;
  display: inline-block;
  vertical-align: middle;
  background-color: #fff;
}
footer .column.payment .payment-method:last-child {
  margin-right: 0;
}
footer .column.payment .payment-method:before {
  content: "";
  height: 14px;
  display: block;
  margin: 10px 0 0;
  line-height: 32px;
  text-align: center;
  background-size: 45px 2008px;
  background-position: 0px -648px;
}
footer .column.payment .payment-method.paypal:before {
  background-position: 2px -648px;
}
footer .column.payment .payment-method.mastercard-electronic:before {
  height: 21px;
  margin: 6px 0 0;
  background-size: 35px 1538px;
  background-position: 7px -436px;
}
footer .column.payment .payment-method.mastercard:before {
  height: 26px;
  margin: 5px 0 0;
  background-size: 32px 1440px;
  background-position: 9px -1169px;
}
footer .column.payment .payment-method.visa:before {
  background-size: 48px 2155px;
  background-position: 0px -734px;
}
footer .column.payment .payment-method.skrill:before {
  height: 12px;
  background-position: 2px -725px;
}
footer .column.payment .payment-method.cash:before {
  height: 18px;
  margin: 8px 0 0;
  background-size: 50px 2242px;
  background-position: 1px -869px;
}
footer .column.payment .payment-method.cash-2:before {
  height: 20px;
  margin: 6px 0 0;
  background-position: 3px -828px;
}
footer .column.payment .payment-method.ideal:before {
  height: 17px;
  margin: 9px 0 0;
  background-size: 55px 2466px;
  background-position: 0px -938px;
}
footer .column.payment .payment-method.american-express:before {
  background-position: 2px -538px;
}
footer .column.payment .payment-method.cartasi:before {
  height: 22px;
  margin: 5px 0 0;
  background-size: 50px 2245px;
  background-position: 0 -904px;
}
footer .column.payment .payment-method.bank-transfer:before {
  height: 17px;
  margin: 8px 0 0;
  background-position: 2px -552px;
}
footer .column.payment .payment-method.carte-bleue:before {
  height: 16px;
  margin: 10px 0 0;
  background-size: 55px 2466px;
  background-position: -1px -975px;
}
footer .column.payment .payment-method.przelewy:before {
  height: 16px;
  margin: 8px 0 0;
  background-position: 2px -747px;
}
footer .column.payment .payment-method.postepay:before {
  height: 11px;
  margin: 12px 0 0;
  background-size: 45px 2009px;
  background-position: 2px -737px;
}
footer .column.payment .payment-method.sofort-uberweisung:before {
  height: 13px;
  background-size: 48px 2155px;
  background-position: 1px -911px;
}
footer .column.payment .payment-method.virement-bancaire:before {
  height: 18px;
  margin: 7px 0 0;
  background-position: 3px -707px;
}
footer .column.payment .payment-method.vorkasse:before {
  background-size: 45px 2011px;
  background-position: 3px -662px;
}
footer .column.payment .payment-method.ssl:before {
  height: 15px;
  background-position: 2px -614px;
}
footer .column.payment .payment-method.secure-code:before {
  height: 17px;
  margin: 7px 0 0;
  background-position: 3px -597px;
}
footer .column.payment .payment-method.verified-by-visa:before {
  height: 20px;
  margin: 5px 0 0;
  background-position: 3px -630px;
}
footer .column.payment .payment-method.invoice:before {
  height: 26px;
  margin: 4px 0 0;
  background-size: 30px 1252px;
  background-position: 9px -821px;
}
footer .column.payment .payment-method.mir:before {
  height: 14px;
  margin: 11px 0 0;
  background-size: 37px 1487px;
  background-position: 7px -1131px;
}
footer .column.payment .payment-method.amex:before {
  height: 24px;
  margin: 5px 0 0;
  background-size: 23px 1046px;
  background-position: 14px -821px;
}
footer .column.payment .payment-method.maestro:before {
  height: 26px;
  margin: 5px 0 0;
  background-size: 32px 1440px;
  background-position: 9px -1108px;
}
footer .column.payment .payment-method.diners-club:before {
  height: 23px;
  margin-top: 7px;
  background-size: 40px 1545px;
  background-position: 5px -1509px;
}
footer .column.payment .payment-method.discover:before {
  height: 9px;
  margin-top: 13px;
  background-size: 45px 2011px;
  background-position: 3px -1726px;
}
footer .column.payment .payment-method.giropay:before {
  height: 18px;
  margin: 8px 0 0;
  background-size: 40px 1607px;
  background-position: 5px -1411px;
}
footer .column.payment .payment-method.bancontact:before {
  height: 25px;
  margin: 4px 0 0;
  background-size: 35px 1537px;
  background-position: 8px -1366px;
}
footer .column.payment .payment-method.multibanco:before {
  height: 25px;
  margin: 4px 0 0;
  background-size: 40px 1607px;
  background-position: 5px -1454px;
}
footer .column.payment .payment-method.ratenkauf:before {
  height: 15px;
  margin: 10px 0 0;
  background-size: 48px 2155px;
  background-position: 1px -2087px;
}
footer .column.payment .payment-method.nachname:before {
  height: 26px;
  margin: 3px 0 0;
  background-size: 35px 1537px;
  background-position: 8px -1449px;
}
footer .column.payment .payment-method.yandex-money:before {
  height: 14px;
  margin: 9px 0 0;
  background-size: 45px 1932px;
  background-position: 3px -1917px;
}
footer .column.payment .payment-method.rechnung:before {
  height: 15px;
  margin: 10px 0 0;
  background-size: 48px 2155px;
  background-position: 1px -2069px;
}
footer .column .payment-security .payment-method {
  background-color: transparent;
}
footer .column.social-media {
  font-size: 0;
  position: relative;
}
footer .column.social-media a {
  vertical-align: middle;
  display: inline-block;
  color: #97a1a7;
  text-align: center;
  width: 26px;
}
footer .column.social-media a:before {
  margin: 0;
  transition: all 0.3s ease-in-out;
}
footer .column.social-media a:hover:before {
  color: #ffffff;
}
footer .column.social-media a.icon-google-plus-social:before {
  font-size: 21px;
}
footer .column.social-media a.icon-ic_head_logo:before {
  font-size: 13px;
}
footer .column.social-media .share {
  font-size: 0;
  margin: 10px 0 0;
}
footer .column.social-media .share > * {
  display: inline-block;
  vertical-align: top;
  margin: 0 5px 5px 0;
  height: 20px;
  overflow: hidden;
}
footer .column.social-media .trusted-shops, footer .column.social-media .additional-heading, footer .column.social-media .additional-image {
  top: 0;
  width: 95px;
  right: -150px;
  display: block;
  position: absolute;
}
footer .column.social-media .additional-heading + .additional-image,
footer .column.social-media .additional-heading + .trusted-shops {
  top: 30px;
}
footer .column.contacts {
  min-width: 185px;
  float: right;
}
footer .column.contacts h3 {
  text-align: right;
}
footer .column.contacts a {
  color: #ffffff;
  display: inline-block;
}
footer .column.contacts a.icon-mobile-phone {
  font-size: 17px;
  white-space: nowrap;
}
footer .column.contacts a.email {
  position: relative;
  display: inline-block;
}
footer .column.contacts a.email:after {
  width: 100%;
  content: "";
  bottom: -2px;
  display: block;
  position: absolute;
  border-top: 1px solid #ddd;
}
footer .column.contacts .btn {
  border-color: #fff;
  background-color: transparent;
}
footer .column.contacts .btn:hover {
  border-color: #c52f35;
  background-color: #c52f35;
}
footer .column.rating-systems {
  line-height: 1em;
}
footer .column.rating-systems .heading {
  line-height: 1em;
}
footer .column.rating-systems .customers-rating-image.trustedshops {
  float: left;
}
footer .column.rating-systems .customers-rating-image.trustedshops img {
  width: 40px;
}
footer .column.rating-systems .customers-rating-stars {
  margin-top: 3px;
  text-align: center;
  white-space: nowrap;
  display: inline-block;
}
footer .column.rating-systems .customers-rating-stars .rating-box {
  width: 90px;
  min-width: 90px;
  max-width: 90px;
}
footer .column.rating-systems .customers-rating-stars .rating-box:before {
  font-size: 18px;
  line-height: 18px;
}
footer .column.rating-systems .customers-rating-stars .rating-box .rating:before {
  color: #fbda31;
  font-size: 18px;
  line-height: 18px;
}
footer .column.rating-systems .customers-rating-stars.trustedshops {
  float: left;
  margin: 2px 0 0 7px;
  max-width: calc(100% - 47px);
}
footer .column.rating-systems .customers-rating-stars.trustedshops .customers-rating-text {
  padding: 0;
  text-align: left;
  font-size: 11px;
}
footer .column.rating-systems .customers-rating-stars.yandexmarket .customers-rating-text {
  display: none;
}
footer .column.rating-systems .customers-rating-text {
  color: #fbfbfb;
  margin-top: 5px;
  font-size: 13px;
}
footer .column .working-time {
  font-size: 14px;
  margin: 5px 0 7px;
}
footer .column .working-time span {
  color: #ffffff;
}
footer .column .btn span {
  top: -1px;
  position: relative;
  padding: 0 0 0 15px;
}
footer .column .btn span:before {
  top: 0;
  margin: 0;
  left: -6px;
  font-size: 16px;
  position: absolute;
}
footer .subscribe {
  min-width: 135px;
}
footer .subscribe p {
  font-size: 12px;
  line-height: 1.3em;
  text-align: justify;
}
footer .subscribe-form .subscribe-group {
  font-size: 0;
  position: relative;
  white-space: nowrap;
  display: inline-block;
}
footer .subscribe-form .subscribe-group > * {
  display: inline-block;
  vertical-align: middle;
}
footer .subscribe-form .icon-envelope {
  width: 30px;
  height: 26px;
  cursor: pointer;
  text-align: center;
  color: #4f699c;
  background-color: #f7f7f7;
  border: 1px solid #d8dee5;
  border-radius: 4px 0 0 4px;
}
footer .subscribe-form .icon-envelope:before {
  margin: 0;
  font-size: 16px;
  line-height: 22px;
}
footer .subscribe-form .subscribe-input {
  height: 26px;
  border: none;
  padding: 0 5px;
  font-size: 11px;
  border-radius: 0;
  line-height: 26px;
  color: #363948;
  width: calc(100% - 70px);
  font-family: Arial, Helvetica, sans-serif;
  background-color: #f7f7f7;
  border-top: 1px solid #d8dee5;
  border-bottom: 1px solid #d8dee5;
}
footer .subscribe-form .btn {
  right: 0;
  top: 0;
  padding: 0;
  width: 26px;
  height: 28px;
  border: none;
  min-width: 28px;
  position: absolute;
  text-align: center;
  border-radius: 0 4px 4px 0;
  background-color: #4f699c;
}
footer .subscribe-form .btn:before {
  top: 0;
  margin: 0;
  color: #f7f7f7;
  font-size: 12px;
  line-height: 28px;
}
footer .links {
  font-size: 14px;
}
footer .footer-bottom {
  color: #acacac;
  font-size: 12px;
  line-height: 14px;
  padding: 14px 30px;
}
footer .footer-bottom:after {
  clear: both;
  content: "";
  display: block;
}
footer .copyrights {
  float: left;
}
footer .design {
  float: right;
}
footer .design a {
  color: #e16a6f;
  text-decoration: none;
}

footer .column.certificates {
  font-size: 0;
}

footer .column.certificates a {
  margin: 7px 7px 0 0;
  display: inline-block;
  vertical-align: middle;
}

footer .column.certificates a:first-of-type {
  margin-top: 0;
}

footer .column.certificates a:last-child {
  margin-right: 0;
}

footer .column .column {
  width: 100%;
  text-align: left;
  margin: 5px 0 0 0;
}

footer .column .column .heading {
  text-align: left;
}

.tuv-certificate {
  margin: 0;
  clear: both;
  padding: 10px 0 0;
}
.tuv-certificate a {
  text-decoration: none;
}
.tuv-certificate img {
  width: 40px;
  height: auto;
}

.btn-remove-mobile {
  display: none;
}

.cart-empty {
  padding: 0;
  max-width: 860px;
  position: relative;
  text-align: center;
  margin: 30px auto 20px;
}
.cart-empty .messages {
  margin: 0 auto;
  max-width: 500px;
}
.cart-empty .icon-empty-cart {
  margin: 35px auto 20px;
}
.cart-empty .icon-empty-cart:before {
  color: #515960;
  font-size: 100px;
  line-height: 80px;
}

.icon-added-to-cart {
  margin-top: 10px;
  font-size: 100px;
  line-height: 80px;
  margin-bottom: 30px;
}

.note-msg {
  font-size: 14px;
  text-align: center;
  font-style: italic;
  color: #4f699c;
  margin: 10px auto 20px;
  font-family: Arial, Helvetica, sans-serif;
}
.note-msg + p {
  font-size: 16px;
  text-align: center;
  margin: 40px auto 30px;
  font-family: Arial, Helvetica, sans-serif;
}
.note-msg + p a {
  font-weight: bold;
  color: #74818f;
  text-decoration: none;
}
.note-msg.misspell strong, .note-msg.fallback strong {
  color: #4f699c;
}
.note-msg.misspell strike, .note-msg.fallback strike {
  color: #3d6611;
  font-weight: normal;
}
.note-msg.misspell a, .note-msg.fallback a {
  color: #c52f35;
}

.new-search {
  border-radius: 8px;
  background-color: #ffffff;
}
.new-search .title {
  margin: 0;
  color: #2d3c4b;
  display: block;
  font-size: 14px;
  padding: 7px 20px;
  line-height: 25px;
  text-align: center;
  font-weight: normal;
  background-color: #e4e6e8;
  border-radius: 8px 8px 0 0;
  font-family: Arial, Helvetica, sans-serif;
}
.new-search .form-search {
  padding: 25px 15px;
  text-align: center;
}

.search-contact {
  width: 100%;
  max-width: 380px;
  text-align: center;
  margin: 0 auto 30px;
  border-radius: 15px;
  background-color: #ffffff;
}
.search-contact .contact-header {
  margin: 0;
  color: #2d3c4b;
  display: block;
  font-size: 20px;
  padding: 9px 20px;
  line-height: 25px;
  text-align: center;
  font-weight: normal;
  background-color: #e4e6e8;
  border-radius: 15px 15px 0 0;
  font-family: Arial, Helvetica, sans-serif;
}
.search-contact .form-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.search-contact .form-list label {
  display: none;
}
.search-contact .form-list input {
  padding: 0 8px;
  margin: 0 0 8px;
  width: calc(100% - 16px);
}
.search-contact .form-list textarea {
  height: 80px;
  min-height: 80px;
  padding: 5px 10px;
  max-height: 180px;
  width: calc(100% - 20px);
  min-width: calc(100% - 20px);
  max-width: calc(100% - 20px);
}
.search-contact .buttons-set {
  margin: 10px auto 0;
}
.search-contact .buttons-set .required {
  float: left;
  margin: 0 0 10px 0;
}
.search-contact .buttons-set:after {
  clear: both;
  content: "";
  display: block;
}

#mobile_trigger {
  width: 0;
  height: 0;
  margin: 0;
  padding: 0;
  line-height: 0;
  display: inline;
  position: absolute;
  pointer-events: none;
  text-indent: -9999px;
}

#contactFormSearch {
  padding: 25px 60px;
}

.finish {
  max-width: 860px;
  padding: 80px 0 0;
  position: relative;
  text-align: center;
  margin: 30px auto 20px;
}
.finish:before {
  top: 0;
  left: 50%;
  color: #fff;
  width: 80px;
  height: 80px;
  font-size: 25px;
  content: "";
  line-height: 80px;
  position: absolute;
  text-align: center;
  border-radius: 50px;
  background-color: #92bd7b;
  font-family: "icomoon" !important;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.finish h1 {
  font-size: 30px;
  line-height: 1.1em;
  font-weight: normal;
  color: #4f699c;
  font-family: Arial, sans-serif;
}
.finish h2 {
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: normal;
  color: #363948;
}
.finish p {
  font-size: 12px;
  margin: 3px auto;
}
.finish .order-code {
  font-size: 14px;
}
.finish .order-code span {
  font-family: "Roboto-Bold", Arial, sans-serif;
}
.finish a {
  font-weight: normal;
  color: #363948;
  text-decoration: none;
  font-family: "Roboto-Bold", Arial, sans-serif;
}
.finish .btn-secondary-outline {
  color: #363948;
  border-color: #acb3bb;
}
.finish .btn-secondary-outline:before {
  top: 1px;
  font-size: 14px;
  line-height: 14px;
  position: relative;
}
.finish .buttons-set, .finish .actions-toolbar {
  margin: 15px auto 0;
}
.finish .buttons-set a, .finish .actions-toolbar a {
  color: #fff;
  font-weight: normal;
}
.finish + #registration {
  text-align: center;
  margin-bottom: 30px;
}
.finish + #registration a {
  color: #4f699c;
}
.finish + #registration p {
  margin: 0 0 5px;
}

.checkout-onepage-success .page-title-wrapper {
  margin-bottom: 0 !important;
}
.checkout-onepage-success .page-top .page-title {
  padding: 0;
  margin-bottom: 0;
}
.checkout-onepage-success .page-top .page-title > span {
  line-height: 33px;
}
.checkout-onepage-success .page-top .page-title + .btn {
  top: 0;
  right: 0;
  color: white;
  font-size: 17px;
  position: absolute;
}

.customer-account-create .form-create-account {
  max-width: 380px;
  padding: 20px;
  background-color: white;
  margin: 0 auto 30px;
}
.customer-account-create .legend {
  font-size: 17px;
  text-align: left;
  color: #c52f35;
  font-family: "Roboto-Bold", Arial, sans-serif;
}
.customer-account-create .fieldset {
  margin: 0;
  padding: 0;
  bordeR: none;
}
.customer-account-create .fieldset + .fieldset {
  margin-top: 30px;
}
.customer-account-create select {
  width: 168px;
  height: 29px;
  border: 1px solid #dadfe3;
}
.customer-account-create label {
  width: 160px;
  text-align: right;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.customer-account-create input[type=checkbox] {
  display: inline-block;
  vertical-align: middle;
}
.customer-account-create .field {
  margin-bottom: 7px;
}
.customer-account-create .field.choice {
  display: flex;
  align-items: center;
}
.customer-account-create .field.choice input[type=checkbox] {
  margin: 0;
  -webkit-order: 2;
  order: 2;
}
.customer-account-create .field.choice label {
  margin-right: 10px;
  -webkit-order: 1;
  order: 1;
}
.customer-account-create .field.password label {
  padding-top: 7px;
  vertical-align: top;
}
.customer-account-create .password-strength-meter {
  font-size: 12px;
  max-width: 170px;
  line-height: 1.2em;
  padding: 2px 0 0 2px;
}
.customer-account-create .control {
  display: inline-block;
  vertical-align: middle;
  max-width: calc(100% - 200px);
}
.customer-account-create .actions-toolbar {
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  align-content: center;
  justify-content: space-between;
}
.customer-account-create .actions-toolbar .action.primary {
  color: white;
  cursor: pointer;
  font-size: 13px;
  line-height: 1em;
  padding: 7px 23px;
  user-select: none;
  text-align: center;
  font-weight: normal;
  white-space: nowrap;
  border-radius: 20px;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s ease-in-out;
  border: 1px solid #c52f35;
  background-color: #c52f35;
}
.customer-account-create .actions-toolbar .action.primary:hover, .customer-account-create .actions-toolbar .action.primary:focus {
  border-color: #d33a41;
  background-color: #d33a41;
}
.customer-account-create .actions-toolbar div.primary {
  -webkit-order: 2;
  order: 2;
}
.customer-account-create .actions-toolbar .secondary {
  -webkit-order: 1;
  order: 1;
}
.customer-account-create .actions-toolbar .secondary a {
  color: #4f699c;
}

.weee {
  white-space: nowrap;
}
.weee span {
  font-weight: normal;
  font-family: "Roboto-Bold", Arial, sans-serif;
}

.vin-container {
  position: relative;
}
.vin-container .icon-question-mark {
  top: 4px;
  right: -20px;
  display: block;
  position: absolute;
}

.btn.btn-primary:hover, .btn.btn-primary:focus, .btn.btn-primary:active {
  border-color: #d33a41;
  background-color: #d33a41;
}

.all-reviews-summary {
  top: 6px;
  right: 0;
  position: absolute;
}
.all-reviews-summary .all-reviews-stars {
  width: 125px;
  float: right;
  display: block;
  min-width: 125px;
  max-width: 125px;
  position: relative;
  white-space: nowrap;
}
.all-reviews-summary .all-reviews-stars:before {
  color: #bbb;
  display: block;
  font-size: 25px;
  line-height: 25px;
  font-family: "icomoon" !important;
  content: "";
}
.all-reviews-summary .all-reviews-stars .active {
  top: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
}
.all-reviews-summary .all-reviews-stars .active:before {
  color: #ffd401;
  display: block;
  font-size: 25px;
  line-height: 25px;
  font-family: "icomoon" !important;
  content: "";
}
.all-reviews-summary .all-reviews-summary-text {
  clear: both;
  color: #8891a6;
  font-size: 11px;
}
.all-reviews-summary .all-reviews-summary-text span {
  color: #4f699c;
}
.all-reviews-summary .all-reviews-summary-text p {
  margin: 0;
}

.customers-rating-wrapper {
  display: block;
  text-align: center;
  margin: 30px auto 15px;
}
.customers-rating-wrapper .customers-rating-block {
  width: auto;
  font-size: 0;
  padding: 20px;
  margin: 0 auto;
  text-align: center;
  border-radius: 15px;
  display: inline-block;
  background: #ffffff;
}
.customers-rating-wrapper .customers-rating-block:after {
  clear: both;
  content: "";
  display: block;
}
.customers-rating-wrapper .customers-rating-block > *, .customers-rating-wrapper .customers-rating-block a > * {
  color: #363948;
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}
.customers-rating-wrapper .customers-rating-block img {
  margin: 2px 8px;
  position: relative;
}
.customers-rating-wrapper .customers-rating-block a {
  font-size: 0;
  display: block;
  line-height: 0;
  text-decoration: none;
}
.customers-rating-wrapper .customers-rating-block a span {
  padding: 5px 8px;
  font-size: 14px;
}
.customers-rating-wrapper.trustedshops .left-part, .customers-rating-wrapper.yandexmarket .left-part {
  float: left;
  height: 50px;
}
.customers-rating-wrapper.trustedshops .right-part, .customers-rating-wrapper.yandexmarket .right-part {
  margin: 4px 8px 0;
}
.customers-rating-wrapper.trustedshops .separator, .customers-rating-wrapper.yandexmarket .separator {
  width: 1px;
  padding: 0;
  float: left;
  height: 50px;
  margin: 0 18px;
  background: #d9d9d9;
}
.customers-rating-wrapper.yandexmarket .left-part {
  height: 45px;
}
.customers-rating-wrapper.yandexmarket .right-part {
  margin-top: 0;
}
.customers-rating-wrapper.yandexmarket .separator {
  height: 45px;
}
.customers-rating-wrapper .rating-box {
  width: 125px;
  min-width: 125px;
  max-width: 125px;
}
.customers-rating-wrapper .rating-box:before {
  font-size: 25px;
  line-height: 25px;
}
.customers-rating-wrapper .rating-box .rating:before {
  color: #fbda31;
  font-size: 25px;
  line-height: 25px;
}

.write-review-wrapper {
  margin: 0 auto;
  text-align: center;
}
.write-review-wrapper .write-review {
  padding: 5px 23px;
  margin: 0 auto 5px;
}
.write-review-wrapper .write-review > span {
  display: inline-block;
  vertical-align: middle;
}
.write-review-wrapper .write-review > span:before {
  top: 0;
  padding-right: 3px;
}

.cms-impressum a {
  color: #4f699c;
}

.cms-reviews-html .pager {
  margin: 20px 0;
}

.read-more {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40px;
  display: none;
  position: absolute;
  text-align: center;
  background-color: #ffffff;
  background: -moz-linear-gradient(top, rgba(250, 250, 250, 0) 0%, rgba(250, 250, 250, 0.9) 30%, #ffffff 100%);
  background: -webkit-linear-gradient(top, rgba(250, 250, 250, 0) 0%, rgba(250, 250, 250, 0.9) 30%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(250, 250, 250, 0) 0%, rgba(250, 250, 250, 0.9) 30%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00fafafa", endColorstr="$color-white", GradientType=0);
}
.read-more .dots-wrapper {
  bottom: 0;
  font-size: 0;
  cursor: pointer;
  padding: 5px 21px;
  position: absolute;
  background: #4e689b;
  display: inline-block;
  left: calc(50% - 35px);
  border-radius: 2px 2px 0 0;
}
.read-more .dot {
  padding: 0;
  width: 5px;
  height: 5px;
  margin: 0 2px;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}

.why-to-choose .grid-columns-2:first-child .read-more {
  border-radius: 0 0 8px 8px;
}

#description_wrapper .read-more {
  display: block;
  border-radius: 0 0 7px 7px;
}
#description_wrapper .mCSB_container .description {
  padding-bottom: 15px;
}

.mCSB_scrollTools {
  z-index: 9;
}

.pretty-fancybox {
  padding: 25px;
  max-width: 650px;
  max-height: calc(100% - 88px);
}

.rating-box {
  width: 75px;
  display: block;
  min-width: 75px;
  max-width: 75px;
  position: relative;
  white-space: nowrap;
}
.rating-box:before {
  color: #bbb;
  display: block;
  font-size: 15px;
  line-height: 15px;
  font-family: "icomoon" !important;
  content: "";
}
.rating-box .rating {
  top: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
}
.rating-box .rating:before {
  color: #ffd401;
  display: block;
  font-size: 15px;
  line-height: 15px;
  font-family: "icomoon" !important;
  content: "";
}

.popup-wrapper {
  display: none;
  max-width: 800px;
}
.popup-wrapper.fancybox-content {
  padding: 0;
  border-radius: 7px;
  height: auto !important;
}
.popup-wrapper #page-content + .data-close,
.popup-wrapper .ajax-page-content + .data-close {
  display: block;
  margin: 0 auto 30px;
}
.popup-wrapper .page-heading, .popup-wrapper .ajax-page-heading {
  color: #fff;
  display: block;
  padding: 0 25px;
  font-size: 22px;
  min-height: 25px;
  line-height: 25px;
  text-align: center;
  font-weight: normal;
  font-family: "Roboto-Regular", Arial, sans-serif;
}
.popup-wrapper .page-title {
  margin: 0;
  padding: 10px 0;
  background: #3b5281;
  font-weight: normal;
  border-radius: 7px 7px 0 0;
  background: -moz-linear-gradient(top, #4f699c 0%, #3b5281 100%);
  background: -webkit-linear-gradient(top, #4f699c 0%, #3b5281 100%);
  background: linear-gradient(to bottom, #4f699c 0%, #3b5281 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4f699c", endColorstr="#3b5281", GradientType=0);
}
.popup-wrapper #callbackForm {
  padding: 35px 55px 35px 10px;
}
.popup-wrapper #callbackForm label {
  vertical-align: top;
}
.popup-wrapper #callbackForm input.phone-code.validation-failed {
  width: 100%;
}
.popup-wrapper #callbackForm input.phone-code.validation-failed + .validation-advice {
  margin-bottom: 5px;
}
.popup-wrapper #callbackForm .validation-advice {
  margin-top: 2px;
}
.popup-wrapper #page-content, .popup-wrapper .page-content, .popup-wrapper .ajax-page-content, .popup-wrapper #ajax-page-content {
  padding: 35px 55px;
  text-align: center;
}
.popup-wrapper #page-content .finish, .popup-wrapper .page-content .finish, .popup-wrapper .ajax-page-content .finish, .popup-wrapper #ajax-page-content .finish {
  margin-top: 10px;
  padding-top: 90px;
}
.popup-wrapper #page-content .finish p, .popup-wrapper .page-content .finish p, .popup-wrapper .ajax-page-content .finish p, .popup-wrapper #ajax-page-content .finish p {
  font-size: 15px;
  line-height: 1.25em;
}
.popup-wrapper #page-content h1, .popup-wrapper .page-content h1, .popup-wrapper .ajax-page-content h1, .popup-wrapper #ajax-page-content h1 {
  line-height: 1.2em;
}
.popup-wrapper #page-content h2, .popup-wrapper .page-content h2, .popup-wrapper .ajax-page-content h2, .popup-wrapper #ajax-page-content h2 {
  font-size: 30px;
  font-family: Arial, sans-serif;
  color: #4f699c;
  font-weight: normal;
  line-height: 1.2em;
  margin: 10px 0;
}
.popup-wrapper #page-content .buttons-set .validation-advice, .popup-wrapper .page-content .buttons-set .validation-advice, .popup-wrapper .ajax-page-content .buttons-set .validation-advice, .popup-wrapper #ajax-page-content .buttons-set .validation-advice {
  margin-top: 7px;
}
.popup-wrapper .btn-secondary-outline {
  color: #5a6978;
  border-color: #b3b7b9;
  background-color: transparent;
}
.popup-wrapper .btn-secondary-outline:hover {
  border-color: #b3b7b9;
  background-color: transparent;
}
.popup-wrapper input[type=text], .popup-wrapper input[type=email] {
  width: 180px;
  max-width: 180px;
  height: 30px;
  line-height: 30px;
  transition: 0.3s all ease-in;
  padding: 0 8px;
  color: #5a6978;
  font: 14px Arial, Helvetica, sans-serif;
  line-height: 29px;
  background: #fff;
  border: 1px solid #dadfe3;
  border-radius: 4px;
}
.popup-wrapper .input-box {
  max-width: 200px;
  position: relative;
  display: inline-block;
}
.popup-wrapper .input-box.product, .popup-wrapper .input-box > span {
  width: 180px;
  display: block;
  text-align: left;
  padding: 5px 0 0;
  line-height: 1.2em;
}
.popup-wrapper .input-box .icon-question-mark {
  top: 4px;
  right: -20px;
  display: block;
  position: absolute;
}
.popup-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.popup-wrapper fieldset {
  margin: 0;
  padding: 0;
  border: none;
}
.popup-wrapper .form-list label {
  line-height: 16px;
  display: inline-block;
  vertical-align: top;
  width: 125px;
  padding: 8px 0;
  text-align: right;
}
.popup-wrapper .form-list label em {
  color: #4f699c;
}
.popup-wrapper .validation-advice, .popup-wrapper .mage-error, .popup-wrapper .ajax-message.error:not(textarea) {
  font-size: 13px;
  padding-top: 4px;
  color: #c52f35;
}
.popup-wrapper textarea + .mage-error {
  line-height: 0;
  padding-top: 5px;
}
.popup-wrapper .input-box {
  margin: 0 0 7px;
}
.popup-wrapper input.phone-code {
  width: 48px;
}
.popup-wrapper input.phone-code + .input-text {
  width: calc(100% - 90px);
}
.popup-wrapper textarea {
  width: 180px;
  resize: none;
  height: 100px;
  padding: 8px;
  line-height: 1.3em;
  transition: 0.3s all ease-in;
  max-width: 180px;
  color: #5a6978;
  font: 14px Arial, Helvetica, sans-serif;
  background: #fff;
  border: 1px solid #dadfe3;
  border-radius: 4px;
}
.popup-wrapper p.required {
  color: #4f699c;
  float: right;
  margin-top: 0;
}
.popup-wrapper .popup-post-submit-content, .popup-wrapper .post-submit-content {
  clear: both;
  display: none;
  max-width: 330px;
  margin: 10px auto;
  text-align: center;
  box-sizing: border-box;
}
.popup-wrapper .popup-post-submit-content .success, .popup-wrapper .post-submit-content .success {
  padding: 0;
  color: #3c763d;
  display: block;
  font-size: 13px;
  line-height: 1.2em;
  border-color: #d0e9c6;
  background-color: #dff0d8;
}
.popup-wrapper .popup-post-submit-content .success:not(:empty), .popup-wrapper .post-submit-content .success:not(:empty) {
  padding: 10px;
  margin-bottom: 10px;
}
.popup-wrapper .popup-post-submit-content .error, .popup-wrapper .post-submit-content .error {
  padding: 0;
  color: #a94442;
  display: block;
  font-size: 13px;
  line-height: 1.2em;
  border-color: #ebcccc;
  background-color: #f2dede;
}
.popup-wrapper .popup-post-submit-content .error:not(:empty), .popup-wrapper .post-submit-content .error:not(:empty) {
  padding: 10px;
  margin-bottom: 10px;
}
.popup-wrapper .default-popup-loader {
  left: 23px;
  padding: 0;
  clear: both;
  content: "";
  width: 15px;
  height: 15px;
  display: none;
  margin: 10px auto;
  position: relative;
  border-radius: 1499px;
  border: 2px solid #bbb;
  border-left-color: #d04249;
  -webkit-animation: cssload-rotate 400ms linear infinite;
  -moz-animation: cssload-rotate 400ms linear infinite;
  -ms-animation: cssload-rotate 400ms linear infinite;
  -o-animation: cssload-rotate 400ms linear infinite;
  animation: cssload-rotate 400ms linear infinite;
}
.popup-wrapper .buttons-set {
  clear: both;
  margin: 0 auto;
  display: block;
}
.popup-wrapper .buttons-set:after {
  clear: both;
  content: "";
  display: block;
}
.popup-wrapper select {
  width: 198px;
  height: 31px;
  max-width: 198px;
  min-width: 198px;
}
.popup-wrapper .chosen-container, .popup-wrapper .select2-container {
  color: #5a6978;
  max-width: none;
  margin-right: 30px;
  vertical-align: middle;
  width: 198px !important;
}
.popup-wrapper .chosen-container-single .chosen-single,
.popup-wrapper .select2-container .select12-selection--single {
  width: 198px;
  height: 31px;
  color: #5a6978;
  text-align: left;
  background: #fff;
  line-height: 31px;
  border-color: #dadfe3;
}
.popup-wrapper .chosen-container-single .chosen-single div b:before,
.popup-wrapper .select2-container .select12-selection--single .select2-selection__arrow b {
  top: 2px;
  width: 28px;
  font-size: 11px;
  content: "";
  border-left: 1px solid #dadfe3;
}
.popup-wrapper .chosen-container-single .chosen-single div,
.popup-wrapper .select2-container .select12-selection--single .select2-selection__arrow {
  width: 30px;
}
.popup-wrapper .chosen-container-single .chosen-single span,
.popup-wrapper .select2-container .select12-selection--single {
  margin-right: 30px;
}
.popup-wrapper .chosen-container-single .chosen-drop, .popup-wrapper .select2-container--open {
  text-align: left;
}
.popup-wrapper .chosen-container-single .chosen-drop li, .popup-wrapper .select2-container--open li {
  padding-left: 15px;
}
.popup-wrapper .field .control {
  display: inline-block;
}
.popup-wrapper[data-uri-key=write-review] {
  max-width: 420px;
}

#callback_request_form_wrapper input.phone-code {
  width: 67px;
}

.auto-coupon-applied-success .fancybox-close-small {
  color: #888;
  transition: all 0.3s ease-in-out;
}
.auto-coupon-applied-success .fancybox-close-small:hover {
  background: #e7e7e7;
}
.auto-coupon-applied-success .buttons-set {
  text-align: center;
}

.review-control-vote {
  width: 180px;
  font-size: 0;
  direction: rtl;
  text-align: left;
  /* flip the order so we can use the + and ~ combinators */
  unicode-bidi: bidi-override;
}
.review-control-vote * {
  font-size: 1rem;
}
.review-control-vote > input {
  display: none;
}
.review-control-vote > input + label {
  cursor: pointer;
  overflow: hidden;
  text-indent: 9999px;
  white-space: nowrap;
  width: 1em !important;
  display: inline-block;
  padding: 3px 0 !important;
}
.review-control-vote > input + label:before {
  color: #888;
  content: "☆";
  font-size: 20px;
  text-indent: -9999px;
  display: inline-block;
}
.review-control-vote > input:checked ~ label:before, .review-control-vote > input + label:hover ~ label:before, .review-control-vote > input + label:hover:before {
  content: "★";
  color: #fedb29;
  font-size: 20px;
  text-shadow: 0 0 1px #333;
}
.review-control-vote > .star-cb-clear + label {
  width: 0.5em;
  margin-left: -0.5em;
  text-indent: -9999px;
}
.review-control-vote > .star-cb-clear + label:before {
  width: 0.5em;
}
.review-control-vote:hover > input + label:before {
  color: #888;
  content: "☆";
  text-shadow: none;
}
.review-control-vote:hover > input + label:hover ~ label:before, .review-control-vote:hover > input + label:hover:before {
  content: "★";
  color: #fedb29;
  text-shadow: 0 0 1px #333;
}

#product_questions.popup-wrapper .fieldset > .form-list, #request-callback-wrapper.popup-wrapper .fieldset > .form-list, #send-inquiry-wrapper.popup-wrapper .fieldset > .form-list {
  width: 330px;
  max-width: 100%;
}

.deposit-steps {
  margin: 0 auto;
  padding: 0 20px;
}
.deposit-steps li {
  text-align: left;
  margin: 11px 0;
  display: table;
}
.deposit-steps li > span {
  display: table-cell;
  vertical-align: middle;
}
.deposit-steps .num {
  float: left;
  width: 24px;
  color: #fff;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  margin-right: 5px;
  text-align: center;
  display: table-cell;
  background: #355da5;
  border-radius: 15px;
  border: 3px solid #fff;
  vertical-align: middle;
  box-sizing: content-box;
}

.rateit-wrapper {
  height: 25px;
  max-width: 200px;
  padding-top: 6px;
  margin: 0 118px 0 0;
  display: inline-block;
}

.popup-wrapper .rateit-wrapper:last-of-type {
  margin-bottom: 7px;
}

.popup-wrapper #advice-validate-rating-validate_rating {
  margin-bottom: 10px;
}

.popup-wrapper #nickname_field {
  margin-bottom: 7px;
}

.popup-wrapper #nickname_field:last-child {
  margin-bottom: 0;
}

.validation-advice, .mage-error, .ajax-message.error {
  font-size: 13px;
  line-height: 1em;
  white-space: normal;
  color: #c52f35;
}

footer .subscribe-form .subscribe-group > .validation-advice {
  display: block;
  margin-top: 5px;
  max-width: 180px;
}

#productquestions-form .page-content, #productquestions-form .ajax-page-content {
  padding: 35px 55px 35px 15px;
}

.fancybox-nav span:before, .fancybox-close:after {
  color: #74818f;
  font-family: "icomoon" !important;
}

.fancybox-nav span:before {
  font-size: 16px;
  line-height: 48px;
}

.fancybox-prev span:before {
  content: "";
}

.fancybox-next span:before {
  content: "";
}

.nowrap {
  white-space: nowrap;
}

.global-site-notice {
  background-color: #686f78;
}
.global-site-notice.notice-cookie {
  display: none;
}
.global-site-notice .notice-inner {
  color: #b8bbbf;
  margin: 0 auto;
  display: block;
  max-width: 1140px;
  line-height: 16px;
  position: relative;
  text-align: center;
  padding: 10px 50px 10px 10px;
}
.global-site-notice .notice-inner * {
  display: inline;
}
.global-site-notice .notice-inner .notice-text {
  color: #b8bbbf;
  line-height: 1em;
}
.global-site-notice a {
  color: #eee;
  text-decoration: underline;
}
.global-site-notice .btn {
  font-size: 12px;
  padding: 7px 18px;
  border-color: #b8bbbf;
  color: #eee !important;
}
.global-site-notice .btn:before {
  font-size: 12px;
}
.global-site-notice .btn:hover, .global-site-notice .btn:focus {
  color: #454545;
  background-color: #85888f;
}
.global-site-notice .btn.btn-close {
  top: 2px;
  right: 5px;
  border: none;
  padding-right: 0;
  position: absolute;
  background-color: transparent;
}
.global-site-notice .btn.btn-close .icon-x:before {
  top: 3px;
  color: #b8bbbf;
  font-size: 13px;
}

.international {
  padding: 15px 0 0;
  margin: 15px auto 0;
  border-top: 1px solid #777987;
}
.international ul {
  padding: 0;
  font-size: 0;
  margin: 0 100px;
  list-style: none;
  text-align: center;
}
.international li {
  display: inline-block;
  vertical-align: middle;
}
.international .flag {
  margin: 0;
  opacity: 1;
  width: auto;
  height: auto;
  color: #efefef;
  display: block;
  font-size: 12px;
  text-align: left;
  line-height: 14px;
  white-space: nowrap;
  vertical-align: top;
  text-decoration: none;
  padding: 5px 5px 5px 10px;
  transition: 0.3s all ease-in;
  font-family: Arial, Helvetica, sans-serif;
}
.international .flag:hover {
  color: #e16a6f;
}
.international .flag:before {
  padding: 0;
  content: "";
  width: 16px;
  height: 11px;
  margin: 1px 4px 0 0;
  vertical-align: top;
  display: inline-block;
  background-size: 16px 717px;
  transition: 0.3s opacity ease-in-out;
}
.international .flag.int:before {
  background-position: 0 -308px;
}
.international .flag.de:before {
  height: 10px;
  background-position: 0 -319px;
}
.international .flag.uk:before {
  height: 10px;
  background-size: 16px 716px;
  background-position: 0 -431px;
}
.international .flag.es:before {
  background-position: 0 -395px;
}
.international .flag.us:before {
  background-position: 0 -407px;
}
.international .flag.pl:before {
  background-position: 0 -373px;
}
.international .flag.nl:before {
  background-size: 16px 716px;
  background-position: 0 -362px;
}
.international .flag.be:before {
  height: 10px;
  margin-top: 2px;
  background-position: 0 -329px;
}
.international .flag.it:before {
  background-position: 0 -351px;
}
.international .flag.fr:before {
  background-position: 0 -341px;
  height: 10px;
  margin-top: 2px;
}
.international .flag.ro:before {
  background-position: 0 -384px;
}
.international .flag.ch:before {
  background-position: 0 -419px;
  height: 12px;
}
.international .flag.ru:before {
  background-size: 16px 716px;
  background-position: 0 -442px;
}
.international .flag.cz:before {
  background-position: 0 -486px;
  height: 12px;
}
.international .flag.pt:before {
  background-position: 0 -516px;
}

header .hd-work-time {
  top: -5px;
  margin: 0;
  width: 8px;
  height: 8px;
  cursor: pointer;
  position: relative;
  display: inline-block !important;
}
header .hd-work-time.working {
  background-color: #68a032;
}
header .hd-work-time.not-working {
  background-color: #bd1d25;
}

.customer-account-forgotpassword #form-validate, .customer-account-changeforgotten #form-validate {
  width: 100%;
  max-width: 360px;
  margin: 30px auto 0;
  border-radius: 15px;
  background-color: #ffffff;
}
.customer-account-forgotpassword #form-validate:after, .customer-account-changeforgotten #form-validate:after {
  clear: both;
  content: "";
  display: block;
}
.customer-account-forgotpassword #form-validate p, .customer-account-changeforgotten #form-validate p {
  line-height: 1em;
  padding: 0 20px;
}
.customer-account-forgotpassword #form-validate ul, .customer-account-changeforgotten #form-validate ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.customer-account-forgotpassword #form-validate li, .customer-account-changeforgotten #form-validate li {
  text-align: center;
}
.customer-account-forgotpassword .legend, .customer-account-changeforgotten .legend {
  margin: 0;
  color: #2d3c4b;
  font-size: 14px;
  padding: 7px 20px;
  line-height: 25px;
  text-align: center;
  font-weight: normal;
  background-color: #e4e6e8;
  border-radius: 15px 15px 0 0;
  font-family: Arial, Helvetica, sans-serif;
}
.customer-account-forgotpassword .legend + p, .customer-account-changeforgotten .legend + p {
  max-width: 300px;
  margin: 30px auto;
  text-align: center;
}
.customer-account-forgotpassword .legend + .form-list, .customer-account-changeforgotten .legend + .form-list {
  margin-top: 30px;
}
.customer-account-forgotpassword .field + .field, .customer-account-changeforgotten .field + .field {
  margin-top: 10px;
}
.customer-account-forgotpassword .input-box, .customer-account-changeforgotten .input-box {
  display: inline-block;
  vertical-align: middle;
}
.customer-account-forgotpassword .form-list label, .customer-account-changeforgotten .form-list label {
  line-height: 31px;
  margin-right: 10px;
  vertical-align: top;
}
.customer-account-forgotpassword .buttons-set, .customer-account-changeforgotten .buttons-set {
  text-align: center;
  margin: 20px auto 10px;
}
.customer-account-forgotpassword .buttons-set .btn, .customer-account-changeforgotten .buttons-set .btn {
  font-size: 14px;
}
.customer-account-forgotpassword div.mage-error, .customer-account-changeforgotten div.mage-error {
  padding-top: 5px;
}
.customer-account-forgotpassword p.required, .customer-account-changeforgotten p.required {
  float: right;
  font-size: 12px;
}
.customer-account-forgotpassword .required em, .customer-account-changeforgotten .required em {
  margin-right: 5px;
  color: #4f699c;
}
.customer-account-forgotpassword .back-link, .customer-account-changeforgotten .back-link {
  float: left;
  margin-top: 10px;
}
.customer-account-forgotpassword .back-link a, .customer-account-changeforgotten .back-link a {
  color: #959fa9;
  font-size: 12px;
}
.customer-account-forgotpassword .fieldset > .captcha.field, .customer-account-changeforgotten .fieldset > .captcha.field {
  padding: 0 25px;
  text-align: center;
  margin: 15px auto 0;
}
.customer-account-forgotpassword .captcha.control, .customer-account-changeforgotten .captcha.control {
  display: flex;
  margin-top: 5px;
}
.customer-account-forgotpassword .captcha.control input, .customer-account-changeforgotten .captcha.control input {
  height: 50px;
  text-align: center;
  margin-right: 10px;
  width: calc(100% - 210px);
}
.customer-account-forgotpassword .nested .captcha, .customer-account-changeforgotten .nested .captcha {
  position: relative;
}
.customer-account-forgotpassword .nested .captcha.refreshing, .customer-account-changeforgotten .nested .captcha.refreshing {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.customer-account-forgotpassword .nested .captcha.refreshing .captcha-reload, .customer-account-changeforgotten .nested .captcha.refreshing .captcha-reload {
  cursor: default;
  pointer-events: none;
}
.customer-account-forgotpassword .captcha-image, .customer-account-changeforgotten .captcha-image {
  margin: 0;
  padding: 0;
  width: 200px;
  line-height: 1em;
}
.customer-account-forgotpassword .captcha-reload, .customer-account-changeforgotten .captcha-reload {
  margin: 0;
  border: none;
  padding: 5px;
  cursor: pointer;
  font-size: 12px;
  box-shadow: none;
  color: #74818f;
  background: transparent;
}

.customer-account-changeforgotten .form-list label {
  margin: 0;
  display: block;
}

.calc {
  padding: 0;
  width: 100%;
  color: #5a6978;
  margin: 0 auto;
  max-width: 390px;
  text-align: center;
  border-radius: 15px;
  background-color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
}
.calc .calc-header {
  color: #2d3c4b;
  font-size: 14px;
  margin: 25px 0 0;
  padding: 7px 20px;
  line-height: 25px;
  text-align: center;
  font-weight: normal;
  background-color: #e4e6e8;
  border-radius: 15px 15px 0 0;
}
.calc .calc-header + p {
  color: #5a6978;
  margin: 20px 0;
  padding: 0 20px;
  font-size: 14px;
  font-style: italic;
  text-align: center;
}
.calc form {
  position: relative;
}
.calc #calculator-inputs-wrapper {
  font-size: 0;
  text-align: right;
}
.calc #calculator-inputs-wrapper.loading, .calc #calculator-inputs-wrapper.loading + *, .calc #calculator-inputs-wrapper.loading + * + * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.calc #calculator-inputs-wrapper.loading:before {
  width: 100%;
  z-index: 11;
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.25);
}
.calc #calculator-inputs-wrapper.loading:after {
  top: 50%;
  left: 50%;
  width: 50px;
  content: "";
  z-index: 12;
  height: 50px;
  margin: -25px;
  display: block;
  position: absolute;
  border-radius: 1499px;
  border: 2px solid #fafafa;
  border-left-color: #d04249;
  animation: cssload-rotate 400ms linear infinite;
  -o-animation: cssload-rotate 400ms linear infinite;
  -ms-animation: cssload-rotate 400ms linear infinite;
  -webkit-animation: cssload-rotate 400ms linear infinite;
  -moz-animation: cssload-rotate 400ms linear infinite;
}
.calc .delivery-box {
  padding: 0 20px 25px;
  margin: 0 auto 25px;
}
.calc .delivery-box input[type=number] {
  width: 180px;
  padding-right: 0;
}
.calc .delivery-box input {
  width: 170px;
  margin: 0 30px 10px 0;
  display: inline-block;
  vertical-align: middle;
}
.calc .delivery-box label {
  color: #5a6978;
  padding: 8px 0;
  font-size: 12px;
  min-width: 70px;
  max-width: 115px;
  line-height: 15px;
  margin: 0 10px 10px 0;
  display: inline-block;
  vertical-align: middle;
}
.calc .delivery-box select {
  height: 31px;
  width: 190px;
  max-width: 190px;
  min-width: 190px;
  margin-right: 30px;
  margin-bottom: 10px;
  border-color: #dadfe3;
}
.calc .delivery-box .btn {
  font-size: 14px;
}
.calc .chosen-container, .calc .select2-container {
  color: #5a6978;
  max-width: none;
  text-align: left;
  margin-right: 30px;
  border-radius: 4px;
  vertical-align: top;
  width: 190px !important;
  border: 1px solid #dadfe3;
}
.calc .chosen-container-single .chosen-single,
.calc .select2-container .select12-selection--single {
  height: 31px;
  width: 190px;
  color: #5a6978;
  background: #fff;
  text-align: left;
  line-height: 31px;
  border-color: #dadfe3;
}
.calc .chosen-container-single .chosen-single div b:before,
.calc .select2-container .select12-selection--single b {
  top: 2px;
  width: 28px;
  font-size: 11px;
  content: "";
  border-left: 1px solid #dadfe3;
}
.calc .chosen-container-single .chosen-single div,
.calc .select2-container .select12-selection--single .select2-selection__arrow {
  width: 30px;
}
.calc .chosen-container-single .chosen-single span,
.calc .select2-container .select2-selection--single {
  border: none;
  margin-right: 30px;
}
.calc .chosen-container-single .chosen-drop, .calc .select2-container--open {
  text-align: left;
}
.calc .chosen-container-single .chosen-drop li, .calc .select2-container--open li {
  padding-lefT: 15px;
}
.calc .text {
  padding: 25px 0 20px;
  display: inline-block;
}
.calc #ajax-delivery-price {
  font-size: 22px;
  font-weight: bold;
  color: #4f699c;
}
.calc #ajax-delivery-days-wrapper {
  font-weight: bold;
}
.calc .note {
  font-style: italic;
  margin: 0 auto 20px;
}
.calc #ajax-delivery-notifications-wrapper {
  margin-bottom: 20px;
}

.chosen-container .chosen-results li, .select2-container--open .select2-results li {
  text-indent: 0;
}
.chosen-container .chosen-results li:before, .select2-container--open .select2-results li:before {
  display: none;
}

.video-page .detailed-search {
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  position: static;
  padding: 0 0 5px;
  border-radius: 15px;
  background-color: #ffffff;
  -webkit-transform: none;
  transform: none;
}
.video-page .detailed-search .chosen-container, .video-page .detailed-search select, .video-page .detailed-search .select2-container {
  margin: 0 5px 15px;
  display: inline-block;
}
.video-page .detailed-search select {
  width: 190px;
}
.video-page .detailed-search .select2-container .select2-selection--single {
  height: 32px;
}
.video-page .first {
  color: #2d3c4b;
  font-size: 14px;
  margin: 0 0 20px;
  padding: 7px 20px;
  line-height: 25px;
  text-align: center;
  font-weight: normal;
  background-color: #e4e6e8;
  border-radius: 15px 15px 0 0;
  font-family: Arial, Helvetica, sans-serif;
}
.video-page .second {
  padding: 0 35px;
}
.video-page .video-wrapper {
  margin: 20px 0;
  min-height: 500px;
}
.video-page .video-wrapper:after {
  clear: both;
  content: "";
  display: block;
}
.video-page .video-block {
  float: left;
  margin: 15px 0;
  display: block;
  position: relative;
  border: 8px solid #fff;
  width: calc(50% - 31px);
}
.video-page .video-block:nth-child(3n+3) {
  margin-left: 30px;
}
.video-page .open-video {
  font-size: 0;
  display: block;
  line-height: 1em;
  position: relative;
}
.video-page .open-video img {
  width: 100%;
}
.video-page .open-video .title-wrapper {
  left: 0;
  bottom: 0;
  margin: 0;
  display: block;
  padding: 10px 20px;
  position: absolute;
  width: calc(100% - 40px);
  background-color: rgba(250, 250, 250, 0.85);
}
.video-page .open-video .title {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 50px;
  color: #2d3c4b;
  display: block;
  font-size: 16px;
  overflow: hidden;
  line-height: 16px;
  text-align: center;
  font-weight: normal;
  font-family: "Roboto-Regular", Arial, sans-serif;
}
.video-page .open-video .title span {
  width: 500px;
  height: 48px;
  overflow: hidden;
  line-height: 16px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.video-page .open-video .controls {
  top: 50%;
  left: 50%;
  width: 60px;
  height: 40px;
  display: block;
  line-height: 1em;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.video-page .open-video .controls .icon-youtube-play {
  line-height: 1em;
  font-size: 60px;
}

.zblock-hd-homepage-slider > a {
  display: block;
}

.zblock picture {
  display: block;
  line-height: 1em;
}

.zblock-custom .video {
  width: 555px;
  display: block;
  max-width: 100%;
}

.video-tutorial {
  display: none;
  padding: 20px;
}
.video-tutorial .title {
  margin: 0 0 20px;
  text-align: center;
}

iframe {
  max-width: 100%;
}

.iframe-bottom {
  text-align: center;
  margin: 20px auto 10px;
}
.iframe-bottom .btn {
  white-space: normal;
  margin-bottom: 5px;
}
.iframe-bottom .social {
  float: right;
  margin: 0 20px 0 0;
}
.iframe-bottom .social a {
  width: 28px;
  height: 28px;
  line-height: 28px;
  margin-right: 1px;
  text-align: center;
  border-radius: 20px;
  display: inline-block;
  text-decoration: none;
  background: #ffffff;
  transition: 0.3s all ease-in;
}
.iframe-bottom .social a:before {
  margin: 0;
  padding: 0;
  color: #777;
  font-size: 15px;
}
.iframe-bottom .social a.icon-facebook-social:before {
  font-size: 14px;
}
.iframe-bottom .social a.icon-google-plus-social:before {
  font-size: 22px;
  vertical-align: sub;
}

.category-image-wrapper {
  padding: 0;
  margin: 20px auto;
  text-align: center;
}
.category-image-wrapper a {
  display: block;
}

.messages {
  margin: 0;
  padding: 1em 0;
  list-style: none;
}
.messages.page {
  padding: 0;
}
.messages.page .messages {
  padding: 0;
}
.messages ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.messages .success-msg, .messages .warning-msg, .messages .info-msg, .messages .error-msg {
  padding: 15px;
  margin-bottom: 1rem;
  border-radius: 0.25rem;
  border: 1px solid transparent;
}
.messages .success-msg {
  color: #3c763d;
  border-color: #d0e9c6;
  background-color: #dff0d8;
}
.messages .success-msg a {
  color: #3c763d;
  font-weight: bold;
  text-decoration: underline;
}
.messages .warning-msg {
  color: #8a6d3b;
  border-color: #faf2cc;
  background-color: #fcf8e3;
}
.messages .warning-msg a {
  color: #8a6d3b;
  font-weight: bold;
  text-decoration: underline;
}
.messages .info-msg, .messages .notice-msg {
  color: #31708f;
  border-color: #bcdff1;
  background-color: #d9edf7;
}
.messages .info-msg a, .messages .notice-msg a {
  color: #31708f;
  font-weight: bold;
  text-decoration: underline;
}
.messages .error-msg {
  color: #a94442;
  border-color: #ebcccc;
  background-color: #f2dede;
}
.messages .error-msg a {
  color: #a94442;
  font-weight: bold;
  text-decoration: underline;
}

.no-route-message {
  font-size: 18px;
  margin-top: 40px;
  text-align: center;
  color: #4f699c;
}
.no-route-message .new-search .form-search {
  margin-top: 40px;
}
.no-route-message .new-search .form-search label {
  color: #5a6978;
  font-size: 14px;
}

.no-route-err {
  color: #1e1f1f;
  display: block;
  font-size: 31px;
  margin: 20px auto 10px;
}

.no-route-cats-title {
  color: #212121;
  font-size: 18px;
  text-align: center;
  margin: 30px 0 20px;
}

.pin-wrapper {
  width: 90%;
  max-width: 1100px;
  margin: 10px auto;
}

.pin-columns {
  -webkit-column-count: 3;
  -webkit-column-gap: 10px;
  margin: 0 0 0 100px;
  -moz-column-count: 3;
  -moz-column-gap: 10px;
  column-count: 3;
  column-gap: 10px;
}
.pin-columns ul {
  list-style: none;
}
.pin-columns .level0 {
  min-width: 235px;
  display: inline-block;
  transition: all 0.3s ease-in-out;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  column-break-inside: avoid;
}
.pin-columns .level0 a {
  color: #212121;
  font-size: 14px;
  text-decoration: none;
  word-break: break-word;
}
.pin-columns > .level0 > a {
  color: #4f699c;
}
.pin-columns .mobile-only, .pin-columns .back, .pin-columns .years {
  display: none !important;
}

.mobile-slick-info {
  left: 50%;
  bottom: 13px;
  display: none;
  position: absolute;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
.mobile-slick-info span {
  font-weight: bold;
}

.cms-no-route .static-block {
  text-align: center;
  margin-bottom: 35px;
}
.cms-no-route .static-block .heading {
  color: #212121;
  margin: 10px 0;
  font-size: 18px;
  text-align: center;
}
.cms-no-route .static-block a {
  color: #c63136;
  font-size: 16px;
  margin: 5px 12px;
  display: inline-block;
  text-decoration: underline;
}

body.shipping-tracking-popup {
  background: #eeefef;
}
body.shipping-tracking-popup .table {
  width: 100%;
  max-width: 1200px;
  margin: 30px auto;
  background-color: #ffffff;
}
body.shipping-tracking-popup .table th {
  width: 140px;
  color: #fff;
  padding: 10px;
  font-size: 14px;
  line-height: 1em;
  font-weight: bold;
  text-align: center;
  border-top: 1px solid #eeefef;
  background-color: #74818f;
  border-left: 1px solid #eeefef;
  font-family: Arial, Helvetica, sans-serif;
}
body.shipping-tracking-popup .table th:last-child {
  border-right: 1px solid #eeefef;
}
body.shipping-tracking-popup .table td {
  width: 20%;
  font-size: 12px;
  text-align: left;
  line-height: 1em;
  padding: 6px 10px;
  color: #74818f;
  font-weight: normal;
  border-top: 1px solid #eeefef;
  border-left: 1px solid #eeefef;
  font-family: Arial, Helvetica, sans-serif;
}
body.shipping-tracking-popup .table td:last-child {
  width: 40%;
  text-transform: lowercase;
  border-right: 1px solid #eeefef;
}
body.shipping-tracking-popup .table td:nth-child(2), body.shipping-tracking-popup .table td:nth-child(3) {
  text-align: center;
}
body.shipping-tracking-popup .table tr:last-child th, body.shipping-tracking-popup .table tr:last-child td {
  border-bottom: 1px solid #eeefef;
}
body.shipping-tracking-popup .tracking-table-popup {
  max-width: 500px;
}
body.shipping-tracking-popup .tracking-table-popup th {
  display: block;
  font-size: 14px;
  padding: 6px 10px;
  text-align: right;
  color: #74818f;
  background-color: #ffffff;
}
body.shipping-tracking-popup .tracking-table-popup td {
  font-size: 14px;
  width: calc(100% - 140px);
  text-align: left !important;
}
body.shipping-tracking-popup .tracking-table-popup td:last-child {
  text-transform: none;
  width: calc(100% - 140px);
}
body.shipping-tracking-popup .tracking-table-popup a {
  color: #4f699c;
}
body.shipping-tracking-popup .logo {
  float: none;
  margin: 0 auto 30px;
  display: block;
  text-align: center;
}
body.shipping-tracking-popup .logo a {
  text-align: center;
  position: static;
}
body.shipping-tracking-popup .page-top {
  border-bottom: none;
}
body.shipping-tracking-popup .page-top .page-title, body.shipping-tracking-popup .page-top .page-title > * {
  color: #4f699c;
  font-size: 18px;
  text-align: center;
}
body.shipping-tracking-popup .subtitle.caption {
  color: #363948;
  font-size: 18px;
  margin-top: 30px;
  text-align: center;
}
body.shipping-tracking-popup .table-caption {
  display: none;
}
body.shipping-tracking-popup .actions {
  text-align: center;
  margin: 0 auto 40px;
}
body.shipping-tracking-popup .actions .close {
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  line-height: 1em;
  padding: 7px 23px;
  user-select: none;
  text-align: center;
  font-weight: normal;
  white-space: nowrap;
  border-radius: 20px;
  display: inline-block;
  vertical-align: middle;
  transition: all 0.3s ease-in-out;
  border: 1px solid #4f699c;
  background-color: #4f699c;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.08);
}
body.shipping-tracking-popup .actions .close:hover, body.shipping-tracking-popup .actions .close:focus {
  border-color: #d33a41;
  background-color: #d33a41;
}
body.shipping-tracking-popup #profiler {
  color: #000;
}

.faq-popup-wrapper {
  width: 400px;
  float: left;
}
.faq-popup-wrapper .page-title {
  background: #3b5281;
  border-radius: 7px 0 0 0;
  background: -moz-linear-gradient(top, #4f699c 0%, #3b5281 100%);
  background: -webkit-linear-gradient(top, #4f699c 0%, #3b5281 100%);
  background: linear-gradient(to bottom, #4f699c 0%, #3b5281 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4f699c", endColorstr="#3b5281", GradientType=0);
}
.faq-popup-wrapper .page-content, .faq-popup-wrapper .ajax-page-content {
  text-align: left;
}
.faq-popup-wrapper .faq-wrapper {
  max-height: 270px;
}
.faq-popup-wrapper .faq-wrapper .actions {
  display: none;
}
.faq-popup-wrapper + #productquestions-form {
  float: right;
  width: 400px;
  max-width: 100%;
}
.faq-popup-wrapper + #productquestions-form .page-title {
  border-radius: 0 7px 0 0;
}

.std-table {
  border-spacing: 0;
  margin: 0 auto 25px;
}
.std-table tr:nth-child(odd) td {
  background-color: #ffffff;
}
.std-table tr:nth-child(even) td {
  background-color: #f4f5f5;
}
.std-table td {
  padding: 35px;
  border-top: 1px solid #eeefef;
  border-left: 1px solid #eeefef;
  border-bottom: 1px solid #fff;
}
.std-table td:last-child {
  border-right: 1px solid #eeefef;
}
.std-table .payment-method {
  font-size: 15px;
  text-align: center;
  font-weight: normal;
  white-space: nowrap;
  color: #4f699c;
}
.std-table .payment-description {
  font-size: 14px;
  line-height: 1.2em;
  text-align: justify;
}
.std-table .payment-logos > .payment {
  width: 100px;
  color: #97a1a7;
  margin: 0 auto;
  display: block;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
.std-table .payment-logos > .payment + .payment {
  margin-top: 20px;
}
.std-table .payment-logos > .payment.mastercard, .std-table .payment-logos > .payment.cash-2 {
  width: 75px;
}
.std-table .payment-logos > .payment.visa, .std-table .payment-logos > .payment.carte-bleue, .std-table .payment-logos > .payment.ideal {
  width: 70px;
}
.std-table .payment-logos > .payment:before {
  margin: 0;
  content: "";
  width: 100px;
  height: 34px;
  display: block;
  text-align: center;
  background-size: 90px 4040px;
  background-position: 0 -1296px;
}
.std-table .payment-logos > .payment.paypal:before {
  height: 30px;
  background-size: 100px 4459px;
  background-position: 1px -1441px;
}
.std-table .payment-logos > .payment.mastercard:before {
  height: 47px;
  background-size: 60px 2575px;
  background-position: 7px -2091px;
}
.std-table .payment-logos > .payment.mastercard-electronic:before {
  height: 44px;
  background-size: 70px 3124px;
  background-position: 14px -885px;
}
.std-table .payment-logos > .payment.visa:before {
  width: 70px;
  height: 44px;
  background-position: -12px -1367px;
}
.std-table .payment-logos > .payment.skrill:before {
  height: 25px;
  background-position: 4px -1458px;
}
.std-table .payment-logos > .payment.carte-bleue:before {
  width: 70px;
  height: 30px;
  background-size: 110px 4909px;
  background-position: -17px -1941px;
}
.std-table .payment-logos > .payment.american-express:before {
  height: 30px;
  background-position: 4px -1082px;
}
.std-table .payment-logos > .payment.bank-transfer:before {
  height: 35px;
  background-position: 6px -1111px;
}
.std-table .payment-logos > .payment.cartasi:before {
  height: 44px;
  background-size: 100px 4363px;
  background-position: 2px -1756px;
}
.std-table .payment-logos > .payment.cash:before {
  height: 36px;
  background-size: 100px 4464px;
  background-position: 2px -1730px;
}
.std-table .payment-logos > .payment.cash-2:before {
  width: 75px;
  height: 40px;
  background-position: -5px -1666px;
}
.std-table .payment-logos > .payment.ideal:before {
  height: 36px;
  width: 70px;
  background-size: 110px 4911px;
  background-position: -14px -1866px;
}
.std-table .payment-logos > .payment.przelewy:before {
  height: 33px;
  background-position: 4px -1503px;
}
.std-table .payment-logos > .payment.postepay:before {
  height: 22px;
  background-position: 4px -1483px;
}
.std-table .payment-logos > .payment.sofort-uberweisung:before {
  height: 27px;
  background-position: 4px -1706px;
}
.std-table .payment-logos > .payment.virement-bancaire:before {
  height: 36px;
  background-position: 5px -1423px;
}
.std-table .payment-logos > .payment.vorkasse:before {
  height: 30px;
  background-position: 5px -1330px;
}
.std-table .payment-logos > .payment.invoice:before {
  height: 64px;
  background-size: 70px 3124px;
  background-position: 13px -2049px;
}
.std-table .payment-logos > .payment.mir:before {
  height: 25px;
  background-size: 70px 3090px;
  background-position: 16px -2352px;
}
.std-table .payment-logos > .payment.amex:before {
  height: 50px;
  background-size: 50px 2208px;
  background-position: 23px -1741px;
}
.std-table .payment-logos > .payment.maestro:before {
  height: 47px;
  background-size: 60px 2575px;
  background-position: 19px -1982px;
}
.std-table .payment-logos > .payment.diners-club:before {
  height: 46px;
  background-size: 80px 3283px;
  background-position: 11px -2772px;
}
.std-table .payment-logos > .payment.discover:before {
  height: 46px;
  background-size: 70px 3122px;
  background-position: 15px -2694px;
}
.std-table .payment-logos > .payment.giropay:before {
  background-size: 70px 3123px;
  background-position: 15px -2742px;
}
.std-table .payment-logos > .payment.bancontact:before {
  height: 40px;
  background-size: 60px 2575px;
  background-position: 21px -2290px;
}
.std-table .payment-logos > .payment.multibanco:before {
  height: 55px;
  background-size: 70px 3123px;
  background-position: 15px -2827px;
}
.std-table .payment-logos > .payment.ratenkauf:before {
  height: 38px;
  background-size: 100px 4363px;
  background-position: 0 -4028px;
}
.std-table .payment-logos > .payment.nachname:before {
  height: 42px;
  background-size: 100px 4363px;
  background-position: 0 -4066px;
}
.std-table .payment-logos > .payment.yandex-money:before {
  background-position: 4px -4007px;
}

.sales-guest-print, .sales-order-print, .sales-order-printinvoice, .sales-order-printshipment {
  color: #000 !important;
}
.sales-guest-print .header-container, .sales-guest-print .profiler-wrapper, .sales-guest-print .actions-toolbar, .sales-guest-print .design,
.sales-guest-print .page-wrapper > *[class^=zblock-custom-above],
.sales-guest-print .page-wrapper > *[class*=zblock-custom-above], .sales-order-print .header-container, .sales-order-print .profiler-wrapper, .sales-order-print .actions-toolbar, .sales-order-print .design,
.sales-order-print .page-wrapper > *[class^=zblock-custom-above],
.sales-order-print .page-wrapper > *[class*=zblock-custom-above], .sales-order-printinvoice .header-container, .sales-order-printinvoice .profiler-wrapper, .sales-order-printinvoice .actions-toolbar, .sales-order-printinvoice .design,
.sales-order-printinvoice .page-wrapper > *[class^=zblock-custom-above],
.sales-order-printinvoice .page-wrapper > *[class*=zblock-custom-above], .sales-order-printshipment .header-container, .sales-order-printshipment .profiler-wrapper, .sales-order-printshipment .actions-toolbar, .sales-order-printshipment .design,
.sales-order-printshipment .page-wrapper > *[class^=zblock-custom-above],
.sales-order-printshipment .page-wrapper > *[class*=zblock-custom-above] {
  display: none !important;
}
.sales-guest-print .logo, .sales-order-print .logo, .sales-order-printinvoice .logo, .sales-order-printshipment .logo {
  float: none;
  text-align: center;
}
.sales-guest-print .logo a, .sales-order-print .logo a, .sales-order-printinvoice .logo a, .sales-order-printshipment .logo a {
  position: static;
  text-align: center;
}
.sales-guest-print .page-title, .sales-order-print .page-title, .sales-order-printinvoice .page-title, .sales-order-printshipment .page-title {
  margin-top: 35px;
}
.sales-guest-print .page-title .page-title, .sales-order-print .page-title .page-title, .sales-order-printinvoice .page-title .page-title, .sales-order-printshipment .page-title .page-title {
  margin: 0;
  display: inline-block;
}
.sales-guest-print .page-title .order-status, .sales-order-print .page-title .order-status, .sales-order-printinvoice .page-title .order-status, .sales-order-printshipment .page-title .order-status {
  line-height: 29px;
  padding-left: 15px;
}
.sales-guest-print .page-title .order-date, .sales-order-print .page-title .order-date, .sales-order-printinvoice .page-title .order-date, .sales-order-printshipment .page-title .order-date {
  color: #000;
  display: block;
  font-size: 18px;
}
.sales-guest-print table td, .sales-guest-print table th, .sales-order-print table td, .sales-order-print table th, .sales-order-printinvoice table td, .sales-order-printinvoice table th, .sales-order-printshipment table td, .sales-order-printshipment table th {
  color: #000 !important;
}
.sales-guest-print .block-title, .sales-order-print .block-title, .sales-order-printinvoice .block-title, .sales-order-printshipment .block-title {
  display: none;
}
.sales-guest-print #my-orders-table tfoot td, .sales-guest-print #my-orders-table tfoot th, .sales-order-print #my-orders-table tfoot td, .sales-order-print #my-orders-table tfoot th, .sales-order-printinvoice #my-orders-table tfoot td, .sales-order-printinvoice #my-orders-table tfoot th, .sales-order-printshipment #my-orders-table tfoot td, .sales-order-printshipment #my-orders-table tfoot th {
  text-align: right;
}
.sales-guest-print .order-details-items, .sales-order-print .order-details-items, .sales-order-printinvoice .order-details-items, .sales-order-printshipment .order-details-items {
  margin-bottom: 20px;
}
.sales-guest-print .order-details-items h2, .sales-guest-print .block-order-details-view .box-title, .sales-guest-print .block-order-details-view .box-content, .sales-order-print .order-details-items h2, .sales-order-print .block-order-details-view .box-title, .sales-order-print .block-order-details-view .box-content, .sales-order-printinvoice .order-details-items h2, .sales-order-printinvoice .block-order-details-view .box-title, .sales-order-printinvoice .block-order-details-view .box-content, .sales-order-printshipment .order-details-items h2, .sales-order-printshipment .block-order-details-view .box-title, .sales-order-printshipment .block-order-details-view .box-content {
  color: #000 !important;
}
.sales-guest-print .col2-set .col-1, .sales-guest-print .col2-set .col-2, .sales-order-print .col2-set .col-1, .sales-order-print .col2-set .col-2, .sales-order-printinvoice .col2-set .col-1, .sales-order-printinvoice .col2-set .col-2, .sales-order-printshipment .col2-set .col-1, .sales-order-printshipment .col2-set .col-2 {
  width: calc(50% - 15px);
  vertical-align: top;
  display: inline-block;
}
.sales-guest-print .col2-set .col-1, .sales-order-print .col2-set .col-1, .sales-order-printinvoice .col2-set .col-1, .sales-order-printshipment .col2-set .col-1 {
  margin-right: 10px;
  border-right: none !important;
}
.sales-guest-print .col2-set + .col2-set .box-title, .sales-order-print .col2-set + .col2-set .box-title, .sales-order-printinvoice .col2-set + .col2-set .box-title, .sales-order-printshipment .col2-set + .col2-set .box-title {
  margin-top: 0 !important;
}
.sales-guest-print .block-order-details-view .box-order-shipping-address, .sales-guest-print .block-order-details-view .box-order-billing-address, .sales-guest-print .block-order-details-view .box-order-shipping-method, .sales-guest-print .block-order-details-view .box-order-billing-method, .sales-order-print .block-order-details-view .box-order-shipping-address, .sales-order-print .block-order-details-view .box-order-billing-address, .sales-order-print .block-order-details-view .box-order-shipping-method, .sales-order-print .block-order-details-view .box-order-billing-method, .sales-order-printinvoice .block-order-details-view .box-order-shipping-address, .sales-order-printinvoice .block-order-details-view .box-order-billing-address, .sales-order-printinvoice .block-order-details-view .box-order-shipping-method, .sales-order-printinvoice .block-order-details-view .box-order-billing-method, .sales-order-printshipment .block-order-details-view .box-order-shipping-address, .sales-order-printshipment .block-order-details-view .box-order-billing-address, .sales-order-printshipment .block-order-details-view .box-order-shipping-method, .sales-order-printshipment .block-order-details-view .box-order-billing-method {
  width: 50%;
  margin-top: 20px;
}
.sales-guest-print .block-order-details-view .block-content, .sales-order-print .block-order-details-view .block-content, .sales-order-printinvoice .block-order-details-view .block-content, .sales-order-printshipment .block-order-details-view .block-content {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.sweet-alert button {
  cursor: pointer;
  font-size: 13px;
  user-select: none;
  padding: 7px 23px;
  line-height: 1em;
  text-align: center;
  font-weight: normal;
  white-space: normal;
  border-radius: 20px;
  margin: 15px 5px 0 5px;
  vertical-align: middle;
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
}

.ui-menu.ui-widget.ui-autocomplete {
  color: #333;
  padding: 5px;
  z-index: 99995;
  list-style: none;
  background: #eee;
  border: 1px solid #ccc;
  width: 185px !important;
}
.ui-menu.ui-widget.ui-autocomplete .ui-menu-item {
  padding: 4px 0;
  cursor: pointer;
  border-bottom: 1px solid #ccc;
}
.ui-menu.ui-widget.ui-autocomplete .ui-menu-item:last-child {
  border-bottom: none;
}

.blink_me, .blink {
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-name: blinker;
  -moz-animation-duration: 2s;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  animation-name: blinker;
  animation-duration: 2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes blinker {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blinker {
  0% {
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.loader-container {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.35);
}

.css-loader-text {
  top: 50%;
  left: 50%;
  color: #fff;
  display: block;
  font-size: 18px;
  position: absolute;
  margin: 60px 0 20px;
  font-weight: normal;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.css-loader,
.css-loader:before,
.css-loader:after {
  top: 50%;
  left: 50%;
  position: absolute;
  border: 2px solid #f1f1f1;
  border-left-color: #d04249;
  -webkit-border-radius: 1499px;
  -moz-border-radius: 1499px;
  -ms-border-radius: 1499px;
  -o-border-radius: 1499px;
  border-radius: 1499px;
}

.css-loader {
  margin: 0;
  width: 70px;
  height: 70px;
  display: none;
  left: calc(50% - 35px);
  top: calc(50% - 35px);
  animation: cssload-rotate 1150ms linear infinite;
  -o-animation: cssload-rotate 1150ms linear infinite;
  -ms-animation: cssload-rotate 1150ms linear infinite;
  -webkit-animation: cssload-rotate 1150ms linear infinite;
  -moz-animation: cssload-rotate 1150ms linear infinite;
}

.css-loader:before {
  width: 83%;
  height: 83%;
  content: "";
  margin: -44%;
  animation: cssload-rotate 1150ms linear infinite;
  -o-animation: cssload-rotate 1150ms linear infinite;
  -ms-animation: cssload-rotate 1150ms linear infinite;
  -webkit-animation: cssload-rotate 1150ms linear infinite;
  -moz-animation: cssload-rotate 1150ms linear infinite;
}

.css-loader:after {
  content: "";
  width: 117%;
  margin: -61%;
  height: 117%;
  animation: cssload-rotate 2300ms linear infinite;
  -o-animation: cssload-rotate 2300ms linear infinite;
  -ms-animation: cssload-rotate 2300ms linear infinite;
  -webkit-animation: cssload-rotate 2300ms linear infinite;
  -moz-animation: cssload-rotate 2300ms linear infinite;
}

@keyframes cssload-rotate {
  100% {
    transform: rotate(360deg);
  }
}
@-o-keyframes cssload-rotate {
  100% {
    -o-transform: rotate(360deg);
  }
}
@-ms-keyframes cssload-rotate {
  100% {
    -ms-transform: rotate(360deg);
  }
}
@-webkit-keyframes cssload-rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@-moz-keyframes cssload-rotate {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@media screen and (min-width: 1200px) {
  footer .column.payment a:nth-child(3), footer .column.payment a:nth-child(6), footer .column.payment a:last-child {
    margin-right: 0;
  }

  #quick_search .search-form:hover, #quick_search .search-form.search-opened {
    width: 225px;
    margin-left: -25px;
  }
  #quick_search .search-form:hover .search-input, #quick_search .search-form.search-opened .search-input {
    width: 155px;
  }
}
.gallery-wrapper {
  margin: 0 auto 35px;
  text-align: center;
}
.gallery-wrapper a {
  margin: 10px;
  display: inline-block;
  text-decoration: none;
}

.float-left {
  float: left;
}

.float-container:after {
  clear: both;
  content: "";
  display: block;
}
.float-container .float-left:first-child {
  width: 30%;
}
.float-container .float-left:last-child {
  width: calc(70% - 15px);
  margin-lefT: 15px;
}

.two-columns-wrapper a {
  color: #4f699c;
}

.two-columns-wrapper:after {
  clear: both;
  content: "";
  display: block;
}

.two-columns-wrapper .left-column, .two-columns-wrapper .right-column {
  margin: 0;
  padding: 0;
  float: left;
  text-align: justify;
  width: calc(50% - 15px);
}

.two-columns-wrapper:last-of-type {
  margin-bottom: 20px;
}

.right-column img {
  display: block;
  margin: 0 auto;
}

.two-columns-wrapper .left-column {
  margin-right: 30px;
}

.row-gallery {
  margin: 20px auto 0;
  text-align: justify;
}

.row-gallery a {
  top: 1em;
  margin: 10px;
  position: relative;
  text-decoration: none;
  display: inline-block;
}

.row-gallery:before {
  width: 100%;
  content: "";
  display: block;
  margin-bottom: -1em;
}

.row-gallery:after {
  width: 100%;
  content: "";
  display: inline-block;
}

.about-block:before {
  margin: 0;
  padding: 0;
  float: left;
  width: 30px;
  height: 18px;
  color: #d04248;
  display: block;
  font-size: 18px;
  content: "";
  line-height: 18px;
  font-family: "icomoon" !important;
}

.about-block {
  margin: 0 0 15px;
}

.about-block h3, .about-block span {
  float: left;
  display: block;
  width: calc(100% - 30px);
}

.about-block span {
  float: right;
}

.about-block h3 {
  margin-top: 0;
}

.about-block.customer-service:before, .about-block.web-shop:before, .about-block.shipping-delivery:before, .about-block.secure-shopping:before {
  width: 40px;
  height: 30px;
  font-size: 25px;
  line-height: 30px;
}

.about-block.customer-service h3, .about-block.web-shop h3, .about-block.shipping-delivery h3, .about-block.secure-shopping h3,
.about-block.customer-service span, .about-block.web-shop span, .about-block.shipping-delivery span, .about-block.secure-shopping span {
  width: calc(100% - 40px);
}

.about-block.customer-service:before {
  content: "";
}

.about-block.web-shop:before {
  content: "";
}

.about-block.shipping-delivery:before {
  content: "";
}

.about-block.secure-shopping:before {
  content: "";
}

.about-block:after {
  content: "";
  clear: both;
  display: block;
}

.grid-wrapper .free-support {
  height: 201px;
  color: #546a9b;
  overflow: hidden;
  text-align: center;
  border-radius: 8px;
  position: relative;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.75);
}

.grid-wrapper .free-support .banner-text {
  z-index: 1;
  color: #546a9b;
  font-size: 30px;
  position: relative;
  margin: 30px auto 0;
}

.grid-wrapper .free-support .support-phone {
  color: #d04248;
  font-size: 24px;
  text-align: center;
  margin: 30px auto 0;
  display: inline-block;
  text-decoration: none;
  font-family: "Roboto-Bold", Arial, sans-serif;
}

.grid-wrapper .free-support:before {
  left: 0;
  bottom: 0;
  z-index: 0;
  content: "";
  width: 125px;
  height: 162px;
  display: block;
  position: absolute;
  background: url("../../frontend/aerosus/v1/en_MT/images/contacts-background.png") right bottom no-repeat;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.grid-wrapper .free-support .working-time {
  color: #74818f;
  font-size: 15px !important;
}

.grid-wrapper .free-support .actions {
  z-index: 1;
  position: relative;
  margin: 25px auto 5px;
}

.grid-wrapper .free-support .actions .btn {
  padding: 5px 23px;
  color: #4f699c;
  border-color: #4f699c;
  background-color: transparent;
}
.grid-wrapper .free-support .actions .btn:hover {
  border-color: #4f699c;
  background-color: transparent;
}

.grid-wrapper .free-support .icon-chat:before {
  font-size: 14px;
}

#catalog-listing .grid-wrapper {
  padding: 20px 0;
  border-top: 1px solid #d3d5dc;
}

.wide-banner + .product-view-wrapper {
  padding-top: 5px;
}

.flyout-wrapper {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  z-index: 10000;
  background-color: #ffffff;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  transition: all 0.3s ease-in-out;
}
.flyout-wrapper.active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.flyout-wrapper .flyout-header {
  color: #fff;
  display: block;
  text-align: left;
  padding: 15px 30px;
  width: calc(100% - 60px);
  background-color: #74818f;
}
.flyout-wrapper .flyout-header span {
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  display: inline-block;
  vertical-align: middle;
}
.flyout-wrapper .flyout-header .icon-arrow-left-2:before {
  font-size: 14px;
  line-height: 20px;
  top: 0;
}
.flyout-wrapper .flyout-bottom {
  font-weight: bold;
  margin-top: 20px;
  font-size: 16px;
}
.flyout-wrapper .flyout-bottom span:before {
  top: 0;
  font-size: 13px;
  line-height: 20px;
  margin-right: 2px;
}
.flyout-wrapper .flyout-container {
  height: 100%;
}
.flyout-wrapper .flyout-content {
  padding: 0;
  margin: 30px 20px;
  text-align: left;
  font-size: 14px;
  display: block;
  color: #74818f;
  overflow-x: hidden;
  height: calc(100% - 100px);
}
.flyout-wrapper .flyout-content #description_wrapper, .flyout-wrapper .flyout-content #info_wrapper {
  height: auto;
  max-height: none;
}
.flyout-wrapper .scrollable {
  display: block;
}
.flyout-wrapper .scrollable .bar-content:before, .flyout-wrapper .scrollable .bar-content:after {
  display: none !important;
}
.flyout-wrapper .scrollable .bar-content, .flyout-wrapper .scrollable .bar-content > * {
  margin: 0;
  padding: 0;
  min-height: 0;
  border-radius: 0;
  width: 100% !important;
  height: auto !important;
}
.flyout-wrapper .scrollable .bar-content * {
  max-height: none !important;
}
.flyout-wrapper .product-position-wrapper .dot-position.front-right, .flyout-wrapper .product-position-wrapper .dot-position.rear-right {
  top: -10px;
}
.flyout-wrapper .product-position-wrapper .dot-position.front-left, .flyout-wrapper .product-position-wrapper .dot-position.rear-left {
  top: 18px;
}

#ajax-delivery-info {
  white-space: nowrap;
}

.return-wrapper > h1 {
  font-size: 24px;
}
.return-wrapper .bordered-block {
  margin: 0;
  padding: 17px 0;
}
.return-wrapper .bordered-block p {
  margin-bottom: 10px;
}
.return-wrapper .bordered-block p:last-child {
  margin-bottom: 0;
}
.return-wrapper p {
  margin: 0;
}
.return-wrapper .three-steps {
  margin: 17px 0 30px;
}
.return-wrapper .three-steps .title {
  font-size: 18px;
  line-height: 1.2em;
}
.return-wrapper .three-steps .block {
  height: 100%;
  font-size: 14px;
  text-align: center;
  border-radius: 8px;
  line-height: 1.5em;
  padding: 0 18px 18px;
  box-sizing: border-box;
  background-color: #ffffff;
}
.return-wrapper .three-steps .block small {
  margin-top: 13px;
  font-style: italic;
  display: inline-block;
}
.return-wrapper .three-steps .icon-wrapper {
  padding: 22px 24px;
  border-radius: 50%;
  text-align: center;
  margin: -60px auto 0;
  display: inline-block;
  background-color: #d3d8de;
}
.return-wrapper .three-steps .icon-wrapper:before {
  margin: 0;
  color: #73808e;
  font-size: 32px;
}
.return-wrapper .three-steps .icon-wrapper.icon-items {
  padding: 18px 20px;
}
.return-wrapper .three-steps .icon-wrapper.icon-items:before {
  font-size: 40px;
}
.return-wrapper .three-steps .icon-wrapper.icon-chat {
  padding: 20px 22px;
}
.return-wrapper .three-steps .icon-wrapper.icon-chat:before {
  font-size: 35px;
}
.return-wrapper .three-steps .heading {
  color: #4f699c;
  margin: 15px auto 10px;
}
.return-wrapper .three-cols-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.return-wrapper .three-cols-wrapper .column {
  margin-top: 60px;
}

.three-cols-wrapper {
  width: 100%;
  font-size: 0;
  display: block;
}
.three-cols-wrapper .column {
  margin-right: 30px;
  vertical-align: top;
  display: inline-block;
  box-sizing: border-box;
  width: calc(33.33% - 20px);
}
.three-cols-wrapper .column:nth-child(3n) {
  margin-right: 0;
}

.go-top {
  opacity: 0;
  z-index: 99;
  right: 25px;
  width: 40px;
  height: 40px;
  bottom: 95px;
  position: fixed;
  overflow: hidden;
  line-height: 40px;
  border-radius: 3px;
  text-align: center;
  visibility: hidden;
  white-space: nowrap;
  color: #ffffff;
  display: inline-block;
  background-color: #74818f;
  text-decoration: none !important;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
}
.go-top *:before {
  margin: 0;
  font-size: 20px;
  color: #ffffff;
}
.go-top.gt-is-visible, .go-top.gt-fade-out {
  opacity: 0.8;
  visibility: visible;
}
.go-top span {
  top: 1px;
  position: relative;
}
.sales-guest-form .page-title h1 {
  text-align: center;
}
.sales-guest-form .breadcrumbs-holder {
  display: none;
}

#oar-widget-orders-and-returns-form {
  width: 100%;
  max-width: 370px;
  line-height: 1.25em;
  border-radius: 15px;
  margin: 20px auto 50px;
  background-color: #ffffff;
}
#oar-widget-orders-and-returns-form .fieldset {
  margin: 0;
  padding: 0;
  border: none;
  text-align: center;
}
#oar-widget-orders-and-returns-form .legend {
  margin: 0;
  width: calc(100% - 40px);
  color: #2d3c4b;
  font-size: 15px;
  font-weight: bold;
  padding: 7px 20px;
  line-height: 25px;
  text-align: center;
  background-color: #e4e6e8;
  border-radius: 15px 15px 0 0;
  font-family: Arial, Helvetica, sans-serif;
}
#oar-widget-orders-and-returns-form .form-list {
  list-style: none;
  text-align: center;
  padding: 15px 15px 0;
}
#oar-widget-orders-and-returns-form .field {
  padding: 0 15px;
  margin: 0 auto 3px;
}
#oar-widget-orders-and-returns-form label {
  display: block;
  font-size: 15px;
  padding-top: 10px;
  margin-bottom: 7px;
}
#oar-widget-orders-and-returns-form .wide {
  font-size: 13px;
  padding: 10px 0 0;
  font-style: italic;
  margin-bottom: 7px;
}
#oar-widget-orders-and-returns-form .input-box {
  margin-bottom: 10px;
}
#oar-widget-orders-and-returns-form .actions-toolbar {
  padding: 15px 15px 25px;
}
#oar-widget-orders-and-returns-form .primary {
  text-align: center;
}
#oar-widget-orders-and-returns-form button {
  color: #fff;
  border: none;
  min-width: 100px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1em;
  user-select: none;
  padding: 9px 23px;
  text-align: center;
  border-radius: 20px;
  font-weight: normal;
  white-space: nowrap;
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  background-color: #4f699c;
  transition: all 0.3s ease-in-out;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
}
#oar-widget-orders-and-returns-form select {
  color: #000;
  width: 322px;
  height: 29px;
  padding: 0 8px;
  max-width: 100%;
  background: #fff;
  line-height: 29px;
  border-radius: 3px;
  border: 1px solid #dadfe3;
  transition: 0.3s all ease-in;
  font: 12px Arial, Helvetica, sans-serif;
}
#oar-widget-orders-and-returns-form input {
  width: 300px;
  max-width: calc(100% - 20px);
}
#oar-widget-orders-and-returns-form input[type=radio] {
  width: 20px;
  height: 20px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
#oar-widget-orders-and-returns-form input[type=radio] + label {
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
#oar-widget-orders-and-returns-form label + input[type=radio] {
  margin-left: 20px;
}
#oar-widget-orders-and-returns-form p.required {
  width: 322px;
  margin: 0 auto;
  max-width: 100%;
  text-align: right;
}
#oar-widget-orders-and-returns-form em {
  color: #c52f35;
}
#oar-widget-orders-and-returns-form div.mage-error, #oar-widget-orders-and-returns-form div.validation-advice {
  margin-top: 5px;
}

.amasty_rma-guest-login #oar-widget-orders-and-returns-form {
  padding: 0 0 30px;
}
.amasty_rma-guest-login #oar-widget-orders-and-returns-form .fieldset p {
  padding-top: 15px !important;
}
.amasty_rma-guest-login #oar-widget-orders-and-returns-form .legend {
  width: 100%;
  font-family: "Roboto-Bold", Arial, sans-serif;
}
.amasty_rma-guest-login #oar-widget-orders-and-returns-form label {
  padding: 0;
  font-size: 13px;
  max-width: 120px;
  min-height: 30px;
  vertical-align: top;
  display: inline-block;
}
.amasty_rma-guest-login #oar-widget-orders-and-returns-form label span {
  height: 30px;
  display: table-cell;
  vertical-align: middle;
}
.amasty_rma-guest-login #oar-widget-orders-and-returns-form .control {
  text-align: center;
  max-width: calc(100% - 135px);
}
.amasty_rma-guest-login #oar-widget-orders-and-returns-form .actions-toolbar {
  padding: 5px 15px;
}

.mst-cache-warmer__toolbar {
  overflow: auto;
  max-width: 100% !important;
}

.loading-wrapper {
  text-align: center;
  margin: 40px auto 20px;
}
.loading-wrapper p {
  font-size: 16px;
}

.loading-meter {
  height: 10px;
  position: relative;
  background: #fff;
  padding: 4px;
  border-radius: 20px;
  box-shadow: inset 0 -1px 1px rgba(255, 255, 255, 0.3);
}
.loading-meter span {
  display: block;
  height: 100%;
  border-radius: 20px;
  background-color: #f0a3a3;
  background-image: -moz-linear-gradient(top, #f0a3a3, #f42323);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0a3a3), color-stop(1, #f42323));
  background-image: -webkit-linear-gradient(#f0a3a3, #f42323);
  box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
  animation: loading-progressbar 5000ms linear normal forwards;
  -o-animation: loading-progressbar 5000ms linear normal forwards;
  -ms-animation: loading-progressbar 5000ms linear normal forwards;
  -webkit-animation: loading-progressbar 5000ms linear normal forwards;
  -moz-animation: loading-progressbar 5000ms linear normal forwards;
}

@keyframes loading-progressbar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-o-keyframes loading-progressbar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-ms-keyframes loading-progressbar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes loading-progressbar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-moz-keyframes loading-progressbar {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
.grid-wrapper .get-discount.smaller-font .banner-text,
.grid-wrapper .get-voucher.smaller-font .banner-text,
.grid-wrapper .world-delivery.smaller-font .banner-text {
  font-size: 26px;
}

.filters-content .select2-container {
  max-width: none;
  width: 140px !important;
}
.filters-content .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 12px;
  color: #4f699c;
}

.catalog-product-view .select2-dropdown, .checkout-cart-index .select2-dropdown {
  min-width: 99px;
  max-width: 165px;
  text-align: center;
  width: auto !important;
}
.catalog-product-view .select2-dropdown .select2-results__option, .checkout-cart-index .select2-dropdown .select2-results__option {
  overflow: hidden;
  padding-left: 6px;
}

.select2-dropdown {
  z-index: 999;
}
.select2-dropdown .select2-results__option {
  font-size: 12px;
  line-height: 16px;
  padding-left: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  display: block;
  font-size: 12px;
  overflow: hidden;
  max-width: 160px;
  margin-right: 26px;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.banner-before-header {
  color: #ffffff;
  padding: 5px 10px;
  position: relative;
  text-align: center;
  background-color: #84b05b;
}
.banner-before-header .percent-image {
  z-index: 2;
  width: 60px;
  bottom: -22px;
  margin-left: -65px;
  position: absolute;
}
.banner-before-header .bold {
  font-weight: bold;
}
.banner-before-header .no-wrap {
  white-space: nowrap;
}
.banner-before-header .separator {
  color: #a9c88d;
  padding: 0 5px;
}
.banner-before-header .close-banner {
  top: 0;
  right: 0;
  z-index: 2;
  padding: 5px;
  color: #a9c88d;
  display: block;
  cursor: pointer;
  position: absolute;
}
.banner-before-header .close-banner:before {
  font-size: 14px;
}
.banner-before-header .mobile-only {
  display: none;
  padding-left: 50px;
  position: relative;
}
.banner-before-header .mobile-only .percent-image {
  width: 49px;
  bottom: -12px;
  margin-left: -53px;
}
.banner-before-header .desktop-only {
  position: relative;
  padding-left: 50px;
}
.banner-before-header.black-friday {
  color: #fff;
  background-color: #000;
}
.banner-before-header.black-friday .separator {
  color: #4d4d4d;
}
.banner-before-header.black-friday .close-banner {
  color: #ddd;
}
.banner-before-header.black-friday .percent-image {
  bottom: -15px;
  margin-left: -70px;
}
.banner-before-header.coupon-expires .wrapper {
  position: relative;
  padding-left: 57px;
  display: inline-block;
}
.banner-before-header.coupon-expires .banner-percent-image {
  left: 0;
  top: -6px;
  z-index: 2;
  display: block;
  position: absolute;
}
.banner-before-header.coupon-expires .banner-percent-image img {
  width: 45px;
}
.banner-before-header #header-coupon-clock {
  white-space: nowrap;
}

.desktop-inline {
  display: inline !important;
}

.mobile-inline {
  display: none !important;
}

.loading-timer {
  animation: blinker 0.5s linear infinite;
}

@-o-keyframes blinker {
  50% {
    opacity: 0;
  }
}
@-ms-keyframes blinker {
  50% {
    opacity: 0;
  }
}
@-moz-keyframes blinker {
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes blinker {
  50% {
    opacity: 0;
  }
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.blink-me {
  animation: blinkme 4s linear infinite;
}

@-o-keyframes blinkme {
  33% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  47% {
    opacity: 1;
  }
  53% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  67% {
    opacity: 1;
  }
}
@-ms-keyframes blinkme {
  33% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  47% {
    opacity: 1;
  }
  53% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  67% {
    opacity: 1;
  }
}
@-moz-keyframes blinkme {
  33% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  47% {
    opacity: 1;
  }
  53% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  67% {
    opacity: 1;
  }
}
@-webkit-keyframes blinkme {
  33% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  47% {
    opacity: 1;
  }
  53% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  67% {
    opacity: 1;
  }
}
@keyframes blinkme {
  33% {
    opacity: 1;
  }
  40% {
    opacity: 0;
  }
  47% {
    opacity: 1;
  }
  53% {
    opacity: 1;
  }
  60% {
    opacity: 0;
  }
  67% {
    opacity: 1;
  }
}
.html-banner {
  display: block;
  border-radius: 8px;
  text-decoration: none;
  background-color: #fff;
}
.html-banner .banner-wrapper {
  display: flex;
  color: #363948;
  padding: 15px 17px;
  text-align: center;
  line-height: 1.3em;
  justify-content: space-evenly;
}
.html-banner .banner-block {
  font-size: 0;
  align-self: center;
}
.html-banner .banner-block > * {
  display: inline-block;
  vertical-align: middle;
}
.html-banner .icon {
  width: 40px;
  height: 40px;
  margin-right: 10px;
  background: url("../../frontend/aerosus/v1/en_MT/images/banner-icons.svg") center top no-repeat;
  background-size: 40px auto;
}
.html-banner .icon.banner-icon-truck {
  width: 50px;
  height: 33px;
  background-position: 0 3px;
  background-size: 50px auto;
}
.html-banner .icon.banner-icon-return {
  width: 35px;
  height: 40px;
  background-size: 35px auto;
  background-position: 0 -144px;
}
.html-banner .icon.banner-icon-money-back-dollar {
  width: 43px;
  background-size: 43px auto;
  background-position: 0 -80px;
}
.html-banner .icon.banner-icon-money-back-ruble {
  width: 43px;
  background-size: 43px auto;
  background-position: 0 -128px;
}
.html-banner .icon.banner-icon-ruble {
  background-position: 0 -215px;
}
.html-banner .icon.banner-icon-guarantee {
  width: 28px;
  height: 40px;
  background-size: 35px auto;
  background-position: 0 -23px;
}
.html-banner .banner-text {
  text-align: left;
  color: #363948;
  line-height: 1.1em;
  font-size: 14px;
}
.html-banner .banner-text .bold {
  display: block;
}

.mobile-only {
  display: none;
}

.tuv-info {
  margin: 5px 0;
  color: #97a1a7;
  font-size: 10px;
  max-width: 160px;
  line-height: 1.25em;
}
.tuv-info a {
  color: #97a1a7;
  cursor: pointer;
  font-size: 10px !important;
  line-height: 1.25em !important;
  text-decoration: underline !important;
}

.hide-tax-labels .vat {
  display: none !important;
}

.hide-tax-labels .label.inctaxes {
  display: none;
}

.sales-guest-view .page-title-wrapper, .sales-guest-invoice .page-title-wrapper, .sales-guest-shipment .page-title-wrapper, .sales-guest-creditmemo .page-title-wrapper {
  font-size: 0;
}
.sales-guest-view .page-title-wrapper > *, .sales-guest-invoice .page-title-wrapper > *, .sales-guest-shipment .page-title-wrapper > *, .sales-guest-creditmemo .page-title-wrapper > * {
  font-size: 24px;
  display: inline-block;
  vertical-align: bottom;
}
.sales-guest-view .page-title-wrapper h1, .sales-guest-invoice .page-title-wrapper h1, .sales-guest-shipment .page-title-wrapper h1, .sales-guest-creditmemo .page-title-wrapper h1 {
  float: left;
  margin-bottom: 0;
  line-height: 29px;
  margin-right: 10px;
}
.sales-guest-view .page-title-wrapper a, .sales-guest-invoice .page-title-wrapper a, .sales-guest-shipment .page-title-wrapper a, .sales-guest-creditmemo .page-title-wrapper a {
  font-size: 14px;
  color: #546a9b;
  font-style: normal;
  text-decoration: underline;
  font-family: Arial, sans-serif;
}
.sales-guest-view .page-title-wrapper .order-date, .sales-guest-invoice .page-title-wrapper .order-date, .sales-guest-shipment .page-title-wrapper .order-date, .sales-guest-creditmemo .page-title-wrapper .order-date {
  margin-right: 20px;
}
.sales-guest-view .order-status, .sales-guest-invoice .order-status, .sales-guest-shipment .order-status, .sales-guest-creditmemo .order-status {
  margin-right: 20px;
}
.sales-guest-view .order-actions-toolbar, .sales-guest-invoice .order-actions-toolbar, .sales-guest-shipment .order-actions-toolbar, .sales-guest-creditmemo .order-actions-toolbar {
  top: 2px;
  position: relative;
}
.sales-guest-view .order-actions-toolbar .order:after, .sales-guest-invoice .order-actions-toolbar .order:after, .sales-guest-shipment .order-actions-toolbar .order:after, .sales-guest-creditmemo .order-actions-toolbar .order:after {
  content: "";
  margin-right: 7px;
  padding-right: 7px;
  border-right: 1px solid #546a9b;
}
.sales-guest-view .block-order-details-view .col2-set:after, .sales-guest-invoice .block-order-details-view .col2-set:after, .sales-guest-shipment .block-order-details-view .col2-set:after, .sales-guest-creditmemo .block-order-details-view .col2-set:after {
  clear: both;
  content: "";
  display: block;
}
.sales-guest-view .block-order-details-view .col-1, .sales-guest-view .block-order-details-view .col-2, .sales-guest-invoice .block-order-details-view .col-1, .sales-guest-invoice .block-order-details-view .col-2, .sales-guest-shipment .block-order-details-view .col-1, .sales-guest-shipment .block-order-details-view .col-2, .sales-guest-creditmemo .block-order-details-view .col-1, .sales-guest-creditmemo .block-order-details-view .col-2 {
  width: 49%;
  float: left;
  margin-bottom: 1.5em;
}
.sales-guest-view .block-order-details-view .col-1, .sales-guest-invoice .block-order-details-view .col-1, .sales-guest-shipment .block-order-details-view .col-1, .sales-guest-creditmemo .block-order-details-view .col-1 {
  border-right: #d3d5dc solid 1px;
}
.sales-guest-view .block-order-details-view .col-2, .sales-guest-invoice .block-order-details-view .col-2, .sales-guest-shipment .block-order-details-view .col-2, .sales-guest-creditmemo .block-order-details-view .col-2 {
  float: right;
}
.sales-guest-view .block-order-details-view .box-title, .sales-guest-invoice .block-order-details-view .box-title, .sales-guest-shipment .block-order-details-view .box-title, .sales-guest-creditmemo .block-order-details-view .box-title {
  font-size: 17px;
  color: #c52f35;
}
.sales-guest-view .block-order-details-view .box-content, .sales-guest-invoice .block-order-details-view .box-content, .sales-guest-shipment .block-order-details-view .box-content, .sales-guest-creditmemo .block-order-details-view .box-content {
  font-size: 14px;
  color: #74818f;
}
.sales-guest-view .order-date, .sales-guest-invoice .order-date, .sales-guest-shipment .order-date, .sales-guest-creditmemo .order-date {
  clear: both;
  margin: 15px 0;
  color: #c52f35;
}
.sales-guest-view .order-details-items h2, .sales-guest-invoice .order-details-items h2, .sales-guest-shipment .order-details-items h2, .sales-guest-creditmemo .order-details-items h2 {
  font-size: 17px;
  color: #cb373a;
}
.sales-guest-view .order-details-items .order-items, .sales-guest-invoice .order-details-items .order-items, .sales-guest-shipment .order-details-items .order-items, .sales-guest-creditmemo .order-details-items .order-items {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
}
.sales-guest-view .back-link, .sales-guest-invoice .back-link, .sales-guest-shipment .back-link, .sales-guest-creditmemo .back-link {
  margin: 30px 0;
}
.sales-guest-view .back-link a, .sales-guest-invoice .back-link a, .sales-guest-shipment .back-link a, .sales-guest-creditmemo .back-link a {
  font-size: 14px;
  font-style: normal;
  color: #4f699c;
  text-decoration: none;
  font-family: Arial, sans-serif;
}
.sales-guest-view .back-link small, .sales-guest-invoice .back-link small, .sales-guest-shipment .back-link small, .sales-guest-creditmemo .back-link small {
  font-size: 14px;
}
.sales-guest-view .back-link span, .sales-guest-invoice .back-link span, .sales-guest-shipment .back-link span, .sales-guest-creditmemo .back-link span {
  border-bottom: 1px solid #4f699c;
}
.sales-guest-view .order-title, .sales-guest-invoice .order-title, .sales-guest-shipment .order-title, .sales-guest-creditmemo .order-title {
  color: #74818f;
}
.sales-guest-view .order-title a, .sales-guest-invoice .order-title a, .sales-guest-shipment .order-title a, .sales-guest-creditmemo .order-title a {
  color: #4f699c;
}
.sales-guest-view .table-order-items.invoice + .actions-toolbar, .sales-guest-view .order-items-shipment + .actions-toolbar, .sales-guest-view .order-items-creditmemo + .actions-toolbar, .sales-guest-invoice .table-order-items.invoice + .actions-toolbar, .sales-guest-invoice .order-items-shipment + .actions-toolbar, .sales-guest-invoice .order-items-creditmemo + .actions-toolbar, .sales-guest-shipment .table-order-items.invoice + .actions-toolbar, .sales-guest-shipment .order-items-shipment + .actions-toolbar, .sales-guest-shipment .order-items-creditmemo + .actions-toolbar, .sales-guest-creditmemo .table-order-items.invoice + .actions-toolbar, .sales-guest-creditmemo .order-items-shipment + .actions-toolbar, .sales-guest-creditmemo .order-items-creditmemo + .actions-toolbar {
  margin: 20px 0 30px;
}

.order-details-items a.track {
  color: #4f699c;
  display: inline-block;
}
.order-details-items a.track + .print:before {
  content: "|";
  padding: 0 7px;
}
.order-details-items .actions-toolbar {
  margin: 0 0 10px;
}
.order-details-items .actions-toolbar a {
  color: #4f699c;
  display: inline-block;
}

#my-orders-table, .table-order-items.invoice, .table-order-items.shipment, .order-items-creditmemo, #my-subscriptions-table {
  width: 100%;
  border-spacing: 0;
  color: #74818f;
  border-collapse: separate;
}
#my-orders-table caption, .table-order-items.invoice caption, .table-order-items.shipment caption, .order-items-creditmemo caption, #my-subscriptions-table caption {
  display: none;
}
#my-orders-table tr:first-child td, .table-order-items.invoice tr:first-child td, .table-order-items.shipment tr:first-child td, .order-items-creditmemo tr:first-child td, #my-subscriptions-table tr:first-child td {
  border-top: 1px solid #d3d5dc;
}
#my-orders-table tr:first-child th, .table-order-items.invoice tr:first-child th, .table-order-items.shipment tr:first-child th, .order-items-creditmemo tr:first-child th, #my-subscriptions-table tr:first-child th {
  border-top: 1px solid #d3d5dc;
}
#my-orders-table th, .table-order-items.invoice th, .table-order-items.shipment th, .order-items-creditmemo th, #my-subscriptions-table th {
  padding: 5px;
  border-right: 1px solid #d3d5dc;
  border-bottom: 1px solid #d3d5dc;
}
#my-orders-table th:first-child, .table-order-items.invoice th:first-child, .table-order-items.shipment th:first-child, .order-items-creditmemo th:first-child, #my-subscriptions-table th:first-child {
  border-left: 1px solid #d3d5dc;
}
#my-orders-table td, .table-order-items.invoice td, .table-order-items.shipment td, .order-items-creditmemo td, #my-subscriptions-table td {
  float: none;
  padding: 5px;
  line-height: 18px;
  text-align: center;
  border-right: 1px solid #d3d5dc;
  border-bottom: 1px solid #d3d5dc;
}
#my-orders-table td:first-child, .table-order-items.invoice td:first-child, .table-order-items.shipment td:first-child, .order-items-creditmemo td:first-child, #my-subscriptions-table td:first-child {
  border-left: 1px solid #d3d5dc;
}
#my-orders-table td:last-child .separator, .table-order-items.invoice td:last-child .separator, .table-order-items.shipment td:last-child .separator, .order-items-creditmemo td:last-child .separator, #my-subscriptions-table td:last-child .separator {
  display: none;
}
#my-orders-table td a, .table-order-items.invoice td a, .table-order-items.shipment td a, .order-items-creditmemo td a, #my-subscriptions-table td a {
  white-space: nowrap;
}
#my-orders-table .items-qty, .table-order-items.invoice .items-qty, .table-order-items.shipment .items-qty, .order-items-creditmemo .items-qty, #my-subscriptions-table .items-qty {
  margin: 0;
  padding: 0;
  list-style: none;
}
#my-orders-table .items-qty li, .table-order-items.invoice .items-qty li, .table-order-items.shipment .items-qty li, .order-items-creditmemo .items-qty li, #my-subscriptions-table .items-qty li {
  white-space: nowrap;
}
#my-orders-table .discount, .table-order-items.invoice .discount, .table-order-items.shipment .discount, .order-items-creditmemo .discount, #my-subscriptions-table .discount {
  font-size: 14px;
}
#my-orders-table .price-including-tax, #my-orders-table .price-excluding-tax, .table-order-items.invoice .price-including-tax, .table-order-items.invoice .price-excluding-tax, .table-order-items.shipment .price-including-tax, .table-order-items.shipment .price-excluding-tax, .order-items-creditmemo .price-including-tax, .order-items-creditmemo .price-excluding-tax, #my-subscriptions-table .price-including-tax, #my-subscriptions-table .price-excluding-tax {
  display: block;
}
#my-orders-table .price-including-tax:after, #my-orders-table .price-excluding-tax:after, .table-order-items.invoice .price-including-tax:after, .table-order-items.invoice .price-excluding-tax:after, .table-order-items.shipment .price-including-tax:after, .table-order-items.shipment .price-excluding-tax:after, .order-items-creditmemo .price-including-tax:after, .order-items-creditmemo .price-excluding-tax:after, #my-subscriptions-table .price-including-tax:after, #my-subscriptions-table .price-excluding-tax:after {
  white-space: nowrap;
  content: "(" attr(data-label) ")";
}
#my-orders-table .price-including-tax + .price-excluding-tax, #my-orders-table .price-excluding-tax + .price-including-tax, .table-order-items.invoice .price-including-tax + .price-excluding-tax, .table-order-items.invoice .price-excluding-tax + .price-including-tax, .table-order-items.shipment .price-including-tax + .price-excluding-tax, .table-order-items.shipment .price-excluding-tax + .price-including-tax, .order-items-creditmemo .price-including-tax + .price-excluding-tax, .order-items-creditmemo .price-excluding-tax + .price-including-tax, #my-subscriptions-table .price-including-tax + .price-excluding-tax, #my-subscriptions-table .price-excluding-tax + .price-including-tax {
  margin-top: 7px;
}
#my-orders-table .discount, .table-order-items.invoice .discount, .table-order-items.shipment .discount, .order-items-creditmemo .discount, #my-subscriptions-table .discount {
  border-radius: 0;
  background-color: transparent;
}
#my-orders-table strong, .table-order-items.invoice strong, .table-order-items.shipment strong, .order-items-creditmemo strong, #my-subscriptions-table strong {
  font-weight: bold;
}
#my-orders-table .amount strong, .table-order-items.invoice .amount strong, .table-order-items.shipment .amount strong, .order-items-creditmemo .amount strong, #my-subscriptions-table .amount strong {
  color: #74818f;
}

#my-subscriptions-table td a {
  white-space: normal;
}
#my-subscriptions-table td .price-wrapper .price {
  font-size: 14px;
  color: #74818f;
}
#my-subscriptions-table td img {
  min-width: 45px;
}

.table-order-items.creditmemo {
  border-collapse: collapse !important;
}

.order-details-items.creditmemo .order-title {
  margin-bottom: 10px;
}

.order-details-items.invoice .order-title {
  margin-bottom: 10px;
}

.items.order-links {
  padding: 0;
  font-size: 0;
  list-style: none;
  color: #74818f;
  margin: 20px 0 10px;
}
.items.order-links:after {
  clear: both;
  content: "";
  display: block;
}
.items.order-links li, .items.order-links li a {
  font-size: 14px;
  display: inline-block;
}
.items.order-links a {
  color: #4f699c;
}
.items.order-links li {
  margin-right: 1px;
}
.items.order-links li.current {
  padding: 10px;
  background-color: #d3d5dc;
}
.items.order-links li a {
  padding: 10px;
  background-color: #f8f8f8;
}
.items.order-links li a.current, .items.order-links li a:hover {
  background-color: #d3d5dc;
}

html:lang(de) .grid-wrapper .get-voucher:before {
  left: auto;
  right: -10px;
  content: "";
}
html:lang(de) .logo {
  margin-left: 5px;
}
html:lang(de) .logo img {
  width: 245px;
}

html:lang(it) .header-info {
  margin: 20px 0 0 5px;
}
html:lang(it) .logo {
  margin-left: 10px;
}
html:lang(it) .logo img {
  width: 220px;
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  html:lang(it) .product-shop .grid-columns-2 .bar-content:before {
    right: 10px;
    bottom: 7px;
  }
  html:lang(it) .header-info .column {
    margin-right: 20px;
  }
}

html:lang(es) .header-info {
  margin: 20px 20px 0;
}
html:lang(es) .logo {
  margin-left: 15px;
}
html:lang(es) .logo img {
  width: 245px;
}
html:lang(es) .product-shop .grid-columns-2.pair .bar-content {
  height: calc(100% - 103px);
}

html:lang(pl) .product-shop .why .bar-content:before {
  width: 118px;
  bottom: 15px;
  height: 55px;
  background: url("../../frontend/aerosus/v1/en_MT/images/opineo.jpg") center no-repeat;
  background-size: 118px 55px;
}
html:lang(pl) .product-shop.grid-wrapper .grid-columns-2:only-child .bar-content:before {
  width: 151px;
  bottom: 15px;
  height: 71px;
  background-size: 151px 71px;
}
html:lang(pl) .product-buy-wrapper .product-buy .notify-me {
  max-width: 250px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  html:lang(pl) .products-grid .price-wrapper {
    max-width: 115px;
  }
}

html:lang(ru) .category-products .old-price .price {
  font-size: 15px;
}
html:lang(ru) .category-products .special-price .price {
  font-size: 18px;
}
html:lang(ru) .register-box .youama-window-title .heading, html:lang(ru) .login-box .youama-window-title .heading {
  font-size: 23px;
}
html:lang(ru) .login-box .first {
  padding-left: 15px;
  padding-right: 54px;
}
html:lang(ru) .youama-login-window .youama-window-box .input-fly label {
  width: 143px;
}
html:lang(ru) .product-shop .why .bar-content:before {
  right: 15px;
  bottom: 10px;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  html:lang(ru) .product-shop .grid-columns-2:not(:only-child) .bar-content {
    height: calc(100% - 103px);
  }
  html:lang(ru) .product-shop .grid-columns-2.pair .bar-content {
    height: calc(100% - 85px);
  }
  html:lang(ru) .category-products .old-price .price {
    font-size: 14px;
  }
}
@media screen and (max-width: 991px) {
  html:lang(ru) .products-grid .price-wrapper {
    max-width: 130px;
  }
  html:lang(ru) .products-grid .price-wrapper .old-price, html:lang(ru) .products-grid .price-wrapper .special-price {
    line-height: 15px;
  }
}
@media screen and (max-width: 767px) {
  html:lang(ru) .products-grid .bottom-block {
    height: 50px;
  }
  html:lang(ru) .products-grid .price-box {
    height: 32px;
  }
  html:lang(ru) .category-products .old-price .price {
    font-size: 14px;
  }
  html:lang(ru) .products-grid .price-wrapper {
    max-height: 50px;
  }
}

html:lang(fr) .icon-need-help:hover + .help-menu, html:lang(fr) .help-menu:hover {
  height: 387px;
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
  html:lang(fr) .product-shop .grid-columns-2.pair .bar-content, html:lang(nl) .product-shop .grid-columns-2.pair .bar-content,
html:lang(ro) .product-shop .grid-columns-2.pair .bar-content, html:lang(be) .product-shop .grid-columns-2.pair .bar-content,
html:lang(pt) .product-shop .grid-columns-2.pair .bar-content, html:lang(cs) .product-shop .grid-columns-2.pair .bar-content {
    height: calc(100% - 103px);
  }
}

html:lang(es) .icon-need-help:hover + .help-menu, html:lang(es) .help-menu:hover, html:lang(ro) .icon-need-help:hover + .help-menu, html:lang(ro) .help-menu:hover,
html:lang(pl) .icon-need-help:hover + .help-menu,
html:lang(pl) .help-menu:hover, html:lang(nl) .icon-need-help:hover + .help-menu, html:lang(nl) .help-menu:hover,
html:lang(pt) .icon-need-help:hover + .help-menu,
html:lang(pt) .help-menu:hover {
  height: 419px;
}

html:lang(ru) .icon-need-help:hover + .help-menu, html:lang(ru) .help-menu:hover {
  height: 639px;
}

html:lang(en) .icon-need-help:hover + .help-menu, html:lang(en) .help-menu:hover {
  height: 405px;
}

html:lang(en) .search-contact .buttons-set .btn, html:lang(pl) .search-contact .buttons-set .btn,
html:lang(nl) .search-contact .buttons-set .btn {
  float: right;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  html:lang(ro) .product-shop .grid-columns-2 .bar-content {
    height: calc(100% - 105px);
  }
}

@media screen and (min-width: 1200px) {
  html:lang(pt) .header-info {
    margin: 20px 25px 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  html:lang(pt) .header-info {
    margin: 20px 15px 0;
  }
  html:lang(pt) .logo {
    margin-left: 15px;
  }
  html:lang(pt) .header-info .column {
    margin-right: 15px;
  }
}

@media screen and (max-width: 1199px) {
  html:lang(cs) .products-grid .price-wrapper {
    max-height: 50px;
    max-width: 190px;
    padding: 12px 0 0 0;
  }
  html:lang(cs) .products-grid .price-wrapper .old-price, html:lang(cs) .products-grid .price-wrapper .old-price .price {
    font-size: 15px;
    line-height: 15px;
  }
  html:lang(cs) .products-grid .price-wrapper .special-price, html:lang(cs) .products-grid .price-wrapper .special-price .price {
    font-size: 18px;
    line-height: 18px;
  }
  html:lang(cs) .products-grid .price-box {
    height: auto;
    min-height: 22px;
    max-height: 34px;
  }
  html:lang(cs) .products-grid .bottom-block {
    height: 50px;
  }
  html:lang(cs) .products-grid .vat {
    top: 0;
    left: 0;
    width: 100%;
    text-align: left;
    position: absolute;
  }
}
@media screen and (max-width: 991px) {
  html:lang(cs) .header-info {
    margin: 20px 25px 0;
  }
  html:lang(cs) .logo {
    margin-left: 20px;
  }
}
@media screen and (max-width: 849px) and (min-width: 768px) {
  html:lang(cs) .products-grid .price-wrapper {
    float: none;
    display: block;
    max-width: 100%;
  }
  html:lang(cs) .products-grid .bottom-block {
    height: 80px;
  }
  html:lang(cs) .products-grid .actions {
    float: none;
  }
}
@media screen and (max-width: 639px) {
  html:lang(cs) .products-grid .price-wrapper {
    max-width: 130px;
  }
}

body.locale-de-ch .special-price .price, body.locale-fr-ch .special-price .price {
  font-size: 18px;
}
body.locale-de-ch .old-price .price, body.locale-fr-ch .old-price .price {
  font-size: 14px;
}
@media screen and (max-width: 1199px) {
  body.locale-de-ch .header-info, body.locale-fr-ch .header-info {
    margin: 20px 10px 0;
  }
  body.locale-de-ch .header-info .column, body.locale-fr-ch .header-info .column {
    margin-right: 20px;
  }
}

body.locale-fr-ch .product-shop .why .bar-content:before {
  right: 15px;
  bottom: 10px;
}

#profiler {
  color: #fff;
  margin: 20px auto;
}
#profiler tbody {
  display: none;
}
#profiler caption {
  display: block;
  cursor: pointer;
  text-align: left;
  padding: 5px 10px;
}

.mst-cache-warmer__toolbar {
  padding: 15px;
  color: #f7f7f7;
  margin: 0 auto;
  max-width: 1200px;
}
.mst-cache-warmer__toolbar a {
  color: #ddd;
}

/* FF corrections */
@-moz-document url-prefix() {
  input[type=checkbox]:checked:before {
    top: 0;
  }
}
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .main-container {
    background-color: #eceeef !important;
  }
}
.ie .main-container {
  background-color: #eceeef !important;
}

@media screen and (min-width: 1200px) {
  .products-grid .product-image img {
    width: auto;
    max-height: 170px;
  }
}
@media screen and (max-width: 1199px) {
  .header-info .column {
    margin-right: 26px;
  }

  footer .column.aboutus, footer .column.terms {
    width: 125px;
  }

  footer .column {
    margin: 0 10px;
  }
  .scroll-fix > ul > li a {
    padding: 0 19px;
  }

  header .quick-access {
    margin: 0 7px;
  }

  header .form-language .lang-trigger {
    margin-right: 6px;
  }

  .shadow-wrapper:before, .shadow-wrapper:after {
    display: none;
  }

  .products-grid {
    text-align: center;
    margin: 20px auto 0;
  }
  .products-grid.narrow .actions .btn {
    margin-top: 7px;
  }
  .products-grid.crsl-items .actions .stock {
    display: block;
  }
  .products-grid .product-image.manufacturer:after {
    top: 10px;
  }
  .products-grid .product-data {
    height: auto;
    padding-bottom: 5px;
  }
  .products-grid .product-image {
    height: 166px;
    margin-top: -13px;
  }
  .products-grid .product-image img {
    width: auto;
    max-height: 170px;
  }
  .products-grid .product-info {
    border: none;
  }
  .products-grid .product-info ul {
    top: 50%;
    position: relative;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .products-grid .bottom-block {
    top: auto;
    left: auto;
    right: auto;
    width: 100%;
    clear: both;
    height: 45px;
    bottom: auto;
    display: block;
    position: relative;
    border-top: 1px solid #e4e6e8;
  }
  .products-grid .bottom-block:after {
    clear: both;
    content: "";
    display: block;
  }
  .products-grid .price-wrapper {
    margin: 0;
    top: 23px;
    float: left;
    padding: 0;
    height: auto;
    line-height: 0;
    min-height: 22px;
    max-height: 45px;
    text-align: left;
    max-width: 225px;
    position: relative;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .products-grid .price-wrapper .old-price, .products-grid .price-wrapper .regular-price, .products-grid .price-wrapper .special-price {
    line-height: 22px;
  }
  .products-grid .price-wrapper .old-price .price-wrapper {
    top: 13px;
  }
  .products-grid .price-wrapper p {
    margin: 0;
  }
  .products-grid .actions {
    float: right;
    margin-right: 3px;
  }
  .products-grid .actions .btn {
    float: none;
    top: 25px;
    position: relative;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .products-grid .actions .stock {
    left: 0;
    top: -17px;
    line-height: 1em;
    position: absolute;
    padding-left: 13px;
  }

  .category-description {
    margin: 0 auto;
    text-align: justify;
  }

  .set-3columns .contact-us-form {
    padding: 10px 35px;
  }

  .international {
    text-align: center;
  }

  .international ul {
    text-align: left;
    margin: 0 0 0 11%;
    display: inline-block;
  }

  .international li {
    width: 25%;
    text-align: left;
  }

  .international li a.flag {
    margin: 0;
    padding: 0;
  }

  .row-gallery {
    text-align: center;
  }

  .product-collateral .bar-title.review-column {
    text-align: left;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  body:not(.app-mobile) .nav-sections .menuwrapper .scroll-fix > ul > li a {
    padding: 0 13px;
  }

  .grid-wrapper .get-discount.smaller-font .banner-text,
.grid-wrapper .get-voucher.smaller-font .banner-text,
.grid-wrapper .world-delivery.smaller-font .banner-text {
    font-size: 24px;
  }
}
@media screen and (min-width: 992px) {
  #quick_search {
    min-width: 165px;
    position: relative;
    display: block !important;
  }

  .user-account .left-sidebar .block-content {
    display: block !important;
  }

  .category-description {
    height: auto;
    max-height: none;
    overflow: visible;
  }

  .category-description .mobile-read-more {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .cms-index-index .grid-row.why-to-choose {
    display: block;
  }

  .cms-index-index .slider-wrapper {
    display: none;
  }
  .cms-index-index .mobile-banner {
    width: calc(100% + 60px);
    margin: -30px -30px 20px -30px;
  }

  #quick_search .search-autocomplete {
    top: 57px !important;
  }

  footer .column, footer .column.aboutus, footer .column.terms {
    width: 31%;
    font-size: 0;
    margin: 10px 0 20px;
  }

  footer .column.aboutus, footer .column.terms {
    padding-right: 22px;
    box-sizing: border-box;
  }

  footer .subscribe p {
    max-width: 160px;
  }

  footer .column.contacts .heading, footer .column:last-child {
    float: none;
    text-align: left;
  }

  footer .column.payment a:nth-child(3), footer .column.payment a:nth-child(6) {
    margin: 0 3px 3px 0;
  }

  footer .column.rating-systems {
    width: 31%;
    line-height: 1em;
    margin: 10px 0 20px;
  }
  footer .column.rating-systems .customers-rating-text {
    line-height: 1em;
  }

  .grid-wrapper .grid-row.why-to-choose .grid-columns-2 {
    float: none;
    width: 100%;
    margin: 0 auto;
  }

  .grid-wrapper .grid-row.why-to-choose .grid-columns-2 + .grid-columns-2 {
    margin: 20px auto 0;
  }

  .why .banner-with-icons .image-wrapper .image-text {
    display: none;
  }

  .detailed-search {
    top: 50%;
    left: 50%;
    width: 210px;
    padding: 20px 25px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .detailed-search .animated-loader {
    top: 45px;
  }

  .menu-home:after, .menu-search:after, .slider-wrapper .carousel, .header-info .column.search-column {
    display: none;
  }

  .mobile-banner {
    width: 100%;
    height: 390px;
    display: block;
    overflow: hidden;
  }

  .mobile-banner .img {
    width: auto;
    height: 390px;
    display: block;
    max-width: none;
    min-height: 390px;
    background-repeat: no-repeat;
    background-position: left top;
  }

  .mobile-banner img {
    width: auto;
    height: 390px;
    display: block;
    max-width: none;
    min-height: 390px;
  }

  .product-collateral .detailed + .banners {
    margin-top: 0;
  }

  #dl_trigger {
    display: block;
  }

  .nav-sections li {
    border-radius: 0 !important;
  }

  .menu-search {
    display: inline-block;
  }

  .menu-search {
    float: right;
  }

  .nav-sections .menuwrapper .navigation > ul > li a {
    padding: 15px 20px;
  }

  .nav-sections:after {
    clear: both;
    content: "";
    display: block;
  }

  .interactive-wrapper {
    padding-top: 15px;
  }

  #delivery-box-inputs {
    text-align: center;
  }

  #quick_search .search-form {
    position: static;
  }

  #quick_search .search-form .icon-magnifying-glass {
    display: none !important;
  }

  #quick_search {
    top: 47px;
    display: none;
    padding: 10px;
    position: absolute;
    text-align: center;
    width: calc(100% - 20px);
    background-color: #74818f;
  }

  #quick_search .search-form .search-input {
    width: 340px;
    font-size: 16px;
    line-height: 25px;
    padding: 5px 15px;
    color: #74818f;
    border-radius: 4px;
    background-color: #ccd1d6;
    max-width: calc(100% - 140px);
  }

  #quick_search .search-form .btn {
    width: auto;
    color: #fff;
    height: auto;
    font-size: 15px;
    padding: 5px 25px;
    margin-left: 10px;
    line-height: 25px;
    border-radius: 20px;
    border: 1px solid #a6aeb7;
  }

  #quick_search .search-form .btn:before {
    display: none;
  }

  #quick_search::-webkit-input-placeholder, #quick_search::-moz-placeholder, #quick_search:-ms-input-placeholder, #quick_search:-moz-placeholder {
    color: #74818f;
  }

  .set-3columns .column-3 {
    width: 100%;
    margin-top: 30px;
  }

  .set-3columns .column-1, .set-3columns .column-2 {
    width: calc(50% - 15px);
  }

  .set-3columns .column-2 {
    margin-right: 0;
  }

  .bottom-links .bottom-text {
    display: block;
    margin: 0 0 10px;
  }

  .bottom-links .btn {
    float: none;
  }

  .catalog-category-view .bottom-links, .catalogsearch-result-index .bottom-links {
    padding-bottom: 0;
  }
  .catalog-category-view .bottom-links .bottom-text, .catalogsearch-result-index .bottom-links .bottom-text {
    margin-bottom: 0;
  }
  .catalog-category-view main, .catalogsearch-result-index main {
    padding-bottom: 15px;
  }

  .two-columns-layout.user-account .left-sidebar, .two-columns-layout.user-account .col-main,
.newsletter-manage-index .user-account .col-main {
    float: none;
    width: 100%;
    display: block;
  }

  .two-columns-layout.user-account .left-sidebar {
    margin: 0 auto 25px;
  }

  .user-account .left-sidebar .block-title {
    color: #fff;
    margin: 0 auto;
    font-size: 17px;
    padding-left: 30px;
    white-space: nowrap;
    font-weight: normal;
    border-radius: 20px;
    background-color: #74818f;
    font-family: "Roboto-Regular", Arial, sans-serif;
  }

  .user-account .left-sidebar .block-title strong:before {
    display: block;
  }

  .user-account .left-sidebar .block-content {
    display: none;
  }

  .block-account {
    margin: 0 auto;
    max-width: 300px;
    border-radius: 15px;
    background-color: #ffffff;
  }

  #quick_search .search-autocomplete {
    max-width: 100%;
    top: 55px;
  }

  .grid-wrapper .get-discount .banner-text, .grid-wrapper .get-voucher .banner-text {
    font-size: 26px;
  }

  .set-3columns {
    display: block;
  }

  .faq-popup-wrapper {
    width: 318px;
  }

  #quick_search .search-form .search-group .search-hint {
    top: 65px;
  }

  .grid-wrapper .grid-columns-2.why {
    width: 100%;
    margin: 30px 0 0 !important;
  }

  .product-shop.grid-wrapper .grid-columns-2.pair:only-child .bar-content {
    background-image: none;
  }

  .why .bar-content .icon-checkmark-checked {
    color: #73808e;
    position: relative;
    line-height: 1.8em;
    padding-left: 20px;
    text-decoration: none;
  }
  .why .bar-content .icon-checkmark-checked:before {
    left: 0;
    top: 1px;
    color: #4ab12a;
    font-size: 13px;
    line-height: 20px;
    position: absolute;
  }

  #catalog-listing .banners > .grid-columns-2 {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
  }
  #catalog-listing .banners > .grid-columns-2.world-delivery {
    margin-bottom: 20px;
  }

  .grid-wrapper .video .btn-play {
    -webkit-transform: translate(-50%, -30%);
    transform: translate(-50%, -30%);
  }

  .grid-wrapper .grid-columns-2:first-child {
    margin: 0 8px 0 0;
  }

  .grid-wrapper .grid-columns-2:nth-child(2), .grid-wrapper .grid-columns-2:last-child {
    margin: 0 0 0 8px;
  }

  .grid-wrapper .grid-columns-2 {
    width: calc(50% - 8px);
  }

  .three-cols-wrapper .column {
    width: calc(50% - 15px);
  }
  .three-cols-wrapper .column:nth-child(2n) {
    margin-right: 0;
  }

  footer .column.social-media .trusted-shops,
footer .column.social-media .additional-image {
    position: static;
    margin-top: 15px;
  }

  .grid-wrapper .get-discount.smaller-font .banner-text,
.grid-wrapper .get-voucher.smaller-font .banner-text,
.grid-wrapper .world-delivery.smaller-font .banner-text {
    font-size: 24px;
  }

  .html-banner .banner-wrapper {
    margin: 0 auto;
    display: block;
    max-width: 425px;
    text-align: center;
  }
  .html-banner .banner-block {
    width: 220px;
    margin: 10px 5px;
    display: inline-block;
  }
  .html-banner .banner-block:nth-child(2n) {
    width: 155px;
    margin-left: 30px;
  }
  .html-banner .banner-text {
    width: calc(100% - 60px);
    font-size: 15px;
  }
  .html-banner .banner-text .bold {
    display: inline;
  }

  .grid-columns-2.pair.two-products-pair-block {
    display: none !important;
  }

  .products-grid .bottom-block {
    display: flex;
    padding-top: 5px;
    align-items: center;
    justify-content: space-between;
  }
  .products-grid .bottom-block:after {
    display: none;
  }
  .products-grid .price-box {
    height: auto;
  }
  .products-grid .price-box > span {
    height: auto;
  }
  .products-grid .price-box > .price-container > .price-wrapper {
    font-size: 18px;
    line-height: 20px;
  }
  .products-grid .price-wrapper {
    top: 0;
    float: none;
    min-height: 0;
    max-width: none;
    font-size: 18px;
    line-height: 10px;
    -webkit-transform: none;
    transform: none;
  }
  .products-grid .price-wrapper .old-price .price-wrapper, .products-grid .price-wrapper .special-price .price-wrapper {
    top: 0;
  }
  .products-grid .price-wrapper .old-price {
    line-height: 15px;
  }
  .products-grid .price-wrapper .old-price .price {
    margin-left: 0;
    font-size: 15px;
    line-height: 15px;
  }
  .products-grid .price-wrapper .old-price .price-wrapper {
    line-height: 15px;
  }
  .products-grid .price-wrapper .special-price {
    line-height: 18px;
  }
  .products-grid .price-wrapper .special-price .price {
    font-size: 18px;
    margin-right: 5px;
  }
  .products-grid .price-wrapper .regular-price .price {
    font-size: 18px;
    line-height: 18px;
  }
  .products-grid .actions {
    float: none;
  }
  .products-grid .actions .btn {
    top: 0;
    -webkit-transform: none;
    transform: none;
  }
}
@media screen and (min-width: 768px) {
  .select2-dropdown {
    z-index: 998;
  }

  .catalog-category-view .select2-dropdown {
    max-width: none;
    width: 140px !important;
  }

  .go-top {
    display: none !important;
  }

  .product-essential .controls, .phone-wrapper {
    display: none;
  }

  .flyout-wrapper {
    display: none !important;
  }

  .left-sidebar .search-filters.part-finder .filters-content, .product-collateral .bar-content, .desktop-only {
    display: block !important;
  }

  .faq-page {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) and (max-width: 839px) {
  .products-grid .price-wrapper {
    max-width: 135px;
  }
}
@media screen and (max-width: 767px) {
  .mobile-only {
    display: block;
  }

  .page-top {
    min-height: 25px;
  }

  .set-3columns .contact-us-form {
    padding: 10px 25px;
  }

  .notify-me-popup {
    min-width: 350px;
  }

  .cms-index-index main {
    background: #eeeeef;
  }

  .cms-no-route .static-block .desktop-only {
    display: block;
  }

  .banner-before-header.black-friday {
    padding-left: 40px;
    position: relative;
  }
  .banner-before-header.black-friday .percent-image {
    width: 49px;
    bottom: -7px;
    margin-left: -65px;
  }

  .banner-before-header.coupon-expires .wrapper {
    padding-left: 50px;
    padding-right: 20px;
  }
  .banner-before-header.coupon-expires .banner-percent-image img {
    width: 35px;
  }

  .desktop-inline {
    display: none !important;
  }

  .mobile-inline {
    display: inline !important;
  }

  .sales-guest-form .page-title h1 {
    margin-top: 15px;
  }

  .catalogsearch-result-index .page-top {
    margin-top: 10px;
  }
  .catalogsearch-result-index .products-grid {
    margin-top: 5px;
  }
  .catalogsearch-result-index .note-msg {
    margin: 20px auto 5px;
  }
  .catalogsearch-result-index .col-main + .left-sidebar {
    margin: 0;
  }

  .page-title, .page-title > * {
    font-size: 20px;
    padding-bottom: 3px;
  }

  .header-info .column, .logo strong, .desktop-only, .left-sidebar .search-filters.transparent {
    display: none;
  }

  .desktop-only {
    line-height: 1em;
    padding-left: 10px;
  }

  .logo {
    float: none;
    text-align: center;
    margin: 20px auto 0;
  }
  .logo a {
    margin-top: 5px;
    position: static;
    text-align: center;
    display: inline-block;
  }

  .header-info {
    float: none;
    text-align: center;
    margin: 20px auto 0 5px;
  }

  header .quick-access {
    float: none;
    text-align: right;
  }
  header .help-menu {
    left: auto;
    right: -63px;
  }
  header .links .help-wrapper {
    top: 3px;
    margin-right: 15px;
  }
  header .links .icon-user {
    top: 2px;
  }

  .phone-wrapper {
    margin-top: 5px;
    display: inline-block;
  }

  .cms-index-index .why-to-choose .grid-columns-2:first-child .block {
    margin: 0 0 25px;
    overflow: hidden;
    max-height: 145px;
    position: relative;
    background: #fbfbfb;
    padding: 13px 17px 40px;
  }

  .cms-index-index .why-to-choose .grid-columns-2:first-child .block.opened {
    max-height: none;
  }

  .read-more {
    display: block;
  }

  .grid-wrapper .block {
    float: none;
  }

  .grid-wrapper .four-col-why-to-choose .block {
    float: left;
  }

  .grid-wrapper .grid-columns-2 {
    width: 100%;
    float: none;
    display: block;
    margin: 30px auto 0;
  }

  .grid-wrapper .grid-columns-2 .grid-columns-2 {
    float: left;
    width: calc(50% - 15px);
  }

  .grid-wrapper .grid-columns-2 .grid-columns-2:first-child {
    margin: 0 15px 0 0;
  }

  .grid-wrapper .grid-columns-2 .grid-columns-2:last-child, .grid-wrapper .grid-columns-2 .grid-columns-2:nth-child(2) {
    margin: 0 0 0 15px;
  }

  .grid-wrapper .grid-columns-2:first-child {
    margin: 15px auto 4px;
  }

  .product-shop + .grid-row .grid-columns-2:first-child {
    margin-top: 0;
  }

  .product-shop.grid-wrapper {
    border-top: none;
    margin-bottom: 0;
  }

  .grid-row.banners + .grid-row {
    display: block;
  }

  #description-row .grid-columns-2:first-child {
    margin: 15px auto 0;
  }

  .grid-wrapper .grid-columns-2:last-child, .grid-wrapper .grid-columns-2:nth-child(2) {
    margin: 15px auto 0;
  }

  main.loading-content .loader-container .css-loader {
    top: 400px;
    left: calc(50% - 35px);
  }

  .checkout-onepage-success .page-top .page-title {
    margin: 10px 0;
    padding: 10px 0;
  }
  .checkout-onepage-success .page-top .page-title h1 {
    text-align: center;
  }
  .checkout-onepage-success .page-top .page-title + .btn {
    display: none;
  }

  footer .column, footer .column.terms, footer .column.aboutus {
    margin: 10px 0 0;
    text-align: left;
    padding: 10px 0 0;
    width: 100% !important;
    border-top: 1px solid #676977;
  }

  footer .column.aboutus {
    margin-top: 0;
    border-top: none;
  }
  footer .column.aboutus a br {
    display: none;
  }

  footer .column .heading {
    cursor: pointer;
    text-align: left;
    position: relative;
    margin: 5px 0 5px 10px;
  }
  footer .column .heading:after {
    top: 1px;
    right: 5px;
    font-size: 16px;
    content: "";
    color: #74818f;
    position: absolute;
    font-weight: normal;
    font-family: "icomoon" !important;
  }
  footer .column .heading.opened:after {
    content: "";
  }

  footer .column a {
    display: inline-block;
  }

  footer .column.aboutus a, footer .column.terms a {
    margin: 0 10px 0 0;
    padding-right: 10px;
    border-right: 1px solid #777987;
  }
  footer .column.aboutus a:last-child, footer .column.terms a:last-child {
    margin: 0;
    padding-right: 0;
    border-right: none;
  }

  footer .column .working-time {
    line-height: 1em;
  }

  footer .column.aboutus .heading + a, footer .column.terms .heading + a {
    padding-left: 10px;
    border-left: 1px solid #777987;
  }

  footer .subscribe p {
    max-width: 500px;
    text-align: center;
    margin: 10px auto 0;
  }

  footer .column.contacts a.email {
    font-size: 17px;
    margin: 3px 0 5px;
  }

  footer .column.contacts a.icon-mobile-phone {
    margin: 0;
    display: table;
  }

  footer .column .working-time > div, footer .column .working-days > div {
    display: inline;
  }

  footer .column.social-media .share {
    display: inline;
    margin-left: 5px;
  }

  .tuv-info {
    margin-bottom: 0;
  }

  footer .footer-top .footer-info {
    position: relative;
    padding-bottom: 135px;
  }

  html:lang(ru) footer .footer-top .footer-info, html:lang(nl) footer .footer-top .footer-info {
    padding-bottom: 145px;
  }

  html:lang(pl) footer .footer-top .footer-info, html:lang(cs) footer .footer-top .footer-info {
    padding-bottom: 120px;
  }

  footer .column.contacts {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #676977;
  }

  footer .column.rating-systems {
    left: 0;
    bottom: 0;
    border: none;
    text-align: center;
    position: absolute;
    margin-bottom: 5px;
    padding: 17px 10px 0;
    width: calc(100% - 20px) !important;
  }
  footer .column.rating-systems .zblock {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
  }
  footer .column.rating-systems:after {
    clear: both;
    content: "";
    display: block;
  }
  footer .column.rating-systems .heading {
    display: none;
  }
  footer .column.rating-systems .customers-rating-image, footer .column.rating-systems .customers-rating-stars, footer .column.rating-systems .tuv-certificate {
    padding: 0;
    width: auto;
    height: auto;
    margin: 0 20px;
    max-width: 150px;
  }
  footer .column.rating-systems .tuv-certificate {
    margin: 0;
    position: relative;
    padding: 0 17px 0 0;
    -webkit-order: 1;
    -ms-order: 1;
    order: 1;
  }
  footer .column.rating-systems .tuv-certificate:before {
    top: 5px;
    right: 0;
    width: 1px;
    content: "";
    position: absolute;
    background: #676977;
    height: calc(100% - 10px);
  }
  footer .column.rating-systems .customers-rating-overview {
    position: relative;
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
  }
  footer .column.rating-systems .customers-rating-image {
    height: auto;
    margin-left: 0;
    position: relative;
    padding-left: 15px;
    -webkit-order: 2;
    -ms-order: 2;
    order: 2;
  }
  footer .column.rating-systems .customers-rating-image img {
    width: auto;
  }
  footer .column.rating-systems .customers-rating-image.trustpilot {
    max-width: 130px;
  }
  footer .column.rating-systems .customers-rating-image.trustpilot img {
    min-width: 100px;
  }
  footer .column.rating-systems .customers-rating-image.trustedshops {
    float: none;
    max-width: 130px;
  }
  footer .column.rating-systems .customers-rating-image.trustedshops img {
    width: auto;
    height: 45px;
  }
  footer .column.rating-systems .customers-rating-image.yandexmarket img {
    min-width: 120px;
  }
  footer .column.rating-systems .customers-rating-image.yandexmarket .customers-rating-text {
    display: block;
  }
  footer .column.rating-systems .customers-rating-image.opineo {
    margin-right: 0;
  }
  footer .column.rating-systems .customers-rating-image.opineo img {
    min-width: 130px;
  }
  footer .column.rating-systems .customers-rating-stars {
    height: auto;
    margin: 5px 0 0;
    -webkit-order: 3;
    -ms-order: 3;
    order: 3;
  }
  footer .column.rating-systems .customers-rating-stars.trustpilot {
    max-width: 130px;
  }
  footer .column.rating-systems .customers-rating-stars.trustpilot .customers-rating-text {
    display: none;
  }
  footer .column.rating-systems .customers-rating-stars.trustedshops {
    margin: 0;
    float: none;
    max-width: 130px;
  }
  footer .column.rating-systems .customers-rating-stars.yandexmarket {
    max-width: 125px;
  }
  footer .column.rating-systems .customers-rating-text {
    line-height: 1em;
  }

  header .links {
    padding: 2px 0 4px;
    justify-content: flex-end;
  }
  header .links .link {
    font-size: 0;
  }
  header .links .btn {
    padding: 0;
    border: none;
    font-size: 0;
    box-shadow: none;
    background: none;
  }
  header .links .authorization-link .btn:hover, header .links .btn:hover {
    border: none;
    background: none;
  }
  header .links .btn:after {
    margin: 0;
    font-size: 22px;
    content: "";
    position: relative;
    line-height: normal;
    text-decoration: none;
    font-family: "icomoon" !important;
  }
  header .links .minicart-wrapper {
    margin-right: 15px !important;
  }
  header .links *:before, header .links .icon-cart:before {
    top: 4px;
    font-size: 22px;
  }

  .phone-wrapper .icon-phone-ringing, header .links .link.icon-need-help:before {
    font-size: 28px;
  }

  header .links .icon-user, header .links .btn-primary {
    margin-right: 0;
  }

  header .links .icon-user:before {
    top: 4px;
    margin: 0;
  }

  header .links .icon-exit {
    display: none;
  }

  header .links .icon-cart:before {
    margin-right: 0;
  }

  header .form-language {
    top: 0;
    left: 16px;
    float: none;
    z-index: 1000;
    position: absolute;
  }

  header .form-language .langs-wrapper {
    margin-top: 2px;
    display: inline-block;
  }

  .lang-menu {
    top: 31px;
    left: -9px;
  }

  .logo img {
    width: 200px !important;
  }

  .popup-wrapper {
    max-width: 100%;
  }
  .popup-wrapper .input-box.product, .popup-wrapper .input-box > span {
    width: 100%;
  }

  .popup-wrapper .page-heading,
.popup-wrapper .ajax-page-heading {
    font-size: 20px;
    min-height: 22px;
    line-height: 22px;
  }

  .logo {
    height: 55px;
    margin-top: 0;
  }

  .footer-container {
    margin-bottom: 0;
  }

  .two-columns-layout .col-main {
    float: none;
    width: 100%;
  }

  main, .cms-page-view main, .contentmanager-contentlist-view main, .contentmanager-content-view main {
    padding: 5px 15px 25px;
  }

  .international {
    display: none;
  }

  #reviews_wrapper, #reviews {
    position: relative;
    padding: 23px 16px 25px;
  }
  #reviews_wrapper section, #reviews section {
    margin-bottom: 10px;
  }
  #reviews_wrapper.bar-content, #reviews.bar-content {
    display: block;
  }
  #reviews_wrapper .slick-arrow, #reviews .slick-arrow {
    border: none;
    padding: 7px;
    font-size: 0;
    bottom: -18px;
    color: #b4b6b8;
    cursor: pointer;
    box-shadow: none;
    background: none;
    position: absolute;
  }
  #reviews_wrapper .slick-arrow:before, #reviews .slick-arrow:before {
    display: block;
    font-size: 12px;
    font-family: "icomoon" !important;
  }
  #reviews_wrapper .slick-arrow.slick-prev, #reviews .slick-arrow.slick-prev {
    left: calc(50% - 45px);
  }
  #reviews_wrapper .slick-arrow.slick-prev:before, #reviews .slick-arrow.slick-prev:before {
    content: "";
  }
  #reviews_wrapper .slick-arrow.slick-next, #reviews .slick-arrow.slick-next {
    left: calc(50% + 20px);
  }
  #reviews_wrapper .slick-arrow.slick-next:before, #reviews .slick-arrow.slick-next:before {
    content: "";
  }
  #reviews_wrapper .review-author, #reviews .review-author {
    float: right;
    overflow: hidden;
    max-width: 135px;
    white-space: nowrap;
    font-weight: normal;
    color: #4f699c;
    text-overflow: ellipsis;
    text-transform: uppercase;
  }
  #reviews_wrapper .review-text, #reviews .review-text {
    height: 30px;
    padding: 5px 0 0;
    overflow: hidden;
    position: relative;
  }
  #reviews_wrapper .review-text span, #reviews .review-text span {
    height: 30px;
  }
  #reviews_wrapper .review-text.enable-extend .review-text-inner, #reviews .review-text.enable-extend .review-text-inner {
    cursor: pointer;
    position: relative;
  }
  #reviews_wrapper .review-text.enable-extend:before, #reviews .review-text.enable-extend:before {
    right: 0;
    bottom: 0;
    content: "";
    z-index: 2;
    width: 40px;
    height: 15px;
    display: block;
    position: absolute;
    background: #ffffff;
    background: -moz-linear-gradient(left, rgba(250, 250, 250, 0) 0%, #ffffff 60%);
    background: -webkit-linear-gradient(left, rgba(250, 250, 250, 0) 0%, #ffffff 60%);
    background: linear-gradient(to right, rgba(250, 250, 250, 0) 0%, #ffffff 60%);
  }
  #reviews_wrapper .review-text.enable-extend:after, #reviews .review-text.enable-extend:after {
    right: 0;
    z-index: 3;
    width: 15px;
    bottom: 3px;
    content: "";
    height: 15px;
    display: block;
    position: absolute;
    border-bottom: 1px solid #99aed8;
    background: url("../../frontend/aerosus/v1/en_MT/images/dots.svg") right 8px no-repeat;
    background-size: contain;
  }
  #reviews_wrapper .review-text.extended, #reviews .review-text.extended {
    height: auto;
  }
  #reviews_wrapper .review-text.extended .review-text-inner, #reviews .review-text.extended .review-text-inner {
    height: auto;
    display: inline;
  }
  #reviews_wrapper .review-text.extended:before, #reviews .review-text.extended:before {
    display: none !important;
  }
  #reviews_wrapper .review-text.extended:after, #reviews .review-text.extended:after {
    display: none !important;
  }
  #reviews_wrapper .review-date, #reviews .review-date {
    margin-left: 5px;
    padding-left: 5px;
    border-left: 1px solid #97a1a7;
  }
  #reviews_wrapper .rating-box, #reviews .rating-box {
    margin-left: 0;
  }
  .page-top .page-title {
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .page-top .breadcrumbs-holder ~ .page-title {
    margin-top: 0;
  }
  .page-top .breadcrumbs-holder ~ .page-title .page-title {
    margin-top: 0;
  }

  .product-view-wrapper {
    padding: 5px 15px 0;
  }
  .product-view-wrapper .page-top .page-title {
    margin-top: 0;
  }

  .more-products-slider-wrapper .slick-arrow.slick-prev,
.slider-wrapper .slick-arrow.slick-prev {
    left: -5px;
  }

  .more-products-slider-wrapper .slick-arrow.slick-next,
.slider-wrapper .slick-arrow.slick-next {
    right: -5px;
  }

  .product-shop .grid-columns-2 .bar-content .icon-plus-sign {
    width: 38px;
    height: 38px;
    left: -22px;
  }

  .product-shop .grid-columns-2 .bar-content .icon-plus-sign:before {
    line-height: 32px;
  }

  .icon-question-mark:before {
    font-size: 15px;
  }

  #all-reviews-table .comment-wrapper, #all-reviews-table .image-wrapper {
    width: 100%;
    float: none;
  }

  #all-reviews-table .image-wrapper {
    text-align: center;
    margin-bottom: 15px;
  }

  .all-reviews-summary {
    position: static;
    text-align: center;
    -webkit-transform: none;
    transform: none;
    margin-top: 8px;
  }

  .product-view-wrapper .all-reviews-summary {
    margin-top: 0;
  }

  .customers-rating-wrapper .customers-rating-block {
    padding: 20px 10px;
  }

  .all-reviews-summary .all-reviews-stars {
    float: none;
    margin: 0 auto;
  }

  .all-reviews-summary .all-reviews-summary-text p {
    line-height: 1em;
    margin: 7px 0;
  }

  header .regions-wrapper {
    float: left;
    position: absolute;
  }

  .cart .page-top > .btn {
    float: right;
    position: static;
    margin: 0 0 15px 0;
  }

  .icon-cart {
    position: relative;
  }
  .icon-cart .counter {
    top: 0;
    right: 0;
    width: 13px;
    color: #fff;
    height: 13px;
    display: block;
    font-size: 10px;
    line-height: 13px;
    position: absolute;
    text-align: center;
    border-radius: 10px;
    font-family: Arial, sans-serif;
    background-color: #c52f35;
  }
  .icon-cart .counter-number {
    font-size: 10px !important;
  }
  .icon-cart.cart-zero .counter, .icon-cart .counter-number:before, .icon-cart .counter-number:after {
    display: none !important;
  }

  .international li {
    width: 30%;
    text-align: left;
  }

  footer .footer-top {
    padding: 0 10px 10px;
  }

  footer .footer-bottom {
    padding: 14px 10px;
  }

  .form-language .lang-menu {
    top: 33px;
    left: -8px;
  }

  .form-language .lang-trigger > .flag:after {
    bottom: -9px;
  }

  .video-page .video-block {
    width: calc(100% - 16px);
    margin: 0 0 20px !important;
  }

  #mobile_trigger {
    display: none;
  }

  .breadcrumbs-holder {
    margin-top: 5px;
  }

  footer .subscribe-form .subscribe-group {
    text-align: left;
  }

  .std-table .payment-method {
    display: none;
  }

  .std-table td {
    padding: 20px;
  }

  .pin-columns .level0, .product-shop .grid-row {
    display: block;
  }

  .faq-popup-wrapper {
    display: none;
  }

  .pin-columns {
    margin: 0 0 0 100px;
    -webkit-column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-count: 1;
    -moz-column-gap: 0;
    column-count: 1;
    column-gap: 0;
  }

  .float-container .float-left {
    float: none;
  }

  .float-container .float-left:first-child {
    width: 100%;
    text-align: center;
  }

  .float-container .float-left:last-child {
    width: 100%;
    margin-left: 0;
  }

  .notify-me-popup {
    min-width: 290px;
  }

  .amxnotif-block .notification-container {
    display: block;
    text-align: center;
  }
  .popup-wrapper #page-content, .popup-wrapper .page-content, .popup-wrapper .ajax-page-content {
    padding: 35px 25px;
  }

  header .form-language .lang-trigger > .flag, header .form-language .lang-trigger:after {
    color: #fff;
  }

  .jx_ui_Widget.meshim_widget_components_MobileChatButton.mobile.br {
    right: 0 !important;
    left: auto !important;
  }

  .meshim_widget_components_mobileChatButton_ButtonBar .button_text {
    display: none !important;
  }

  .three-cols-wrapper .column {
    width: 100%;
    margin-right: 0;
  }

  .category-description .mobile-only {
    display: block;
  }

  .vin-container .icon-question-mark {
    top: 6px;
  }

  .catalog-category-view .zblock + .page-top {
    padding-top: 5px !important;
  }

  .banner-before-header .mobile-only {
    display: block;
  }
  .banner-before-header .desktop-only {
    display: none;
  }

  .why .banner-with-icons .banner-wrapper {
    padding-left: 0;
    margin-bottom: 5px;
  }
  .why .banner-with-icons .banner-wrapper .banner-block {
    padding: 0;
    width: 100%;
    display: block;
    max-width: 215px;
    margin: 0 auto 20px !important;
  }
  .why .banner-with-icons .banner-wrapper .banner-block:last-child {
    margin-bottom: 0 !important;
  }
  .why .banner-with-icons .image-wrapper {
    width: 140px;
    padding-left: 15px;
  }
  .why .banner-with-icons .image-wrapper img {
    width: 120px;
  }
  .why .banner-with-icons.no-image .banner-wrapper {
    max-width: 240px;
    padding: 0 0 0 40px;
  }

  .popup-wrapper .shipping-row .shipping-description {
    width: 100%;
  }

  .popup-wrapper .shipping-row .shipping-image + .shipping-description {
    width: calc(100% - 70px);
  }

  .page-content #aw_acp_continue + span,
.ajax-page-content #aw_acp_continue + span {
    display: block;
  }

  .global-site-notice .notice-inner {
    padding-right: 10px;
  }

  .sales-guest-view .block-order-details-view .col-1, .sales-guest-view .block-order-details-view .col-2 {
    width: 100%;
    float: none;
    margin-bottom: 2em;
  }
  .sales-guest-view .block-order-details-view .col-1 {
    border: none;
  }
  .sales-guest-view .back-link {
    margin-bottom: 0;
  }

  .customer-account-create .page-top {
    margin-top: 10px;
  }

  .sales-guest-view .block-order-details-view .col-1, .sales-guest-view .block-order-details-view .col-2, .sales-guest-invoice .block-order-details-view .col-1, .sales-guest-invoice .block-order-details-view .col-2, .sales-guest-shipment .block-order-details-view .col-1, .sales-guest-shipment .block-order-details-view .col-2, .sales-guest-creditmemo .block-order-details-view .col-1, .sales-guest-creditmemo .block-order-details-view .col-2 {
    float: none;
    width: 100%;
    border: none;
    margin: 0 0 30px;
  }
  .sales-guest-view .table-wrapper, .sales-guest-invoice .table-wrapper, .sales-guest-shipment .table-wrapper, .sales-guest-creditmemo .table-wrapper {
    overflow: auto;
    max-width: 100%;
  }
}
@media screen and (max-width: 543px) {
  .grid-wrapper {
    padding: 30px 15px;
  }
  .grid-wrapper.related-links {
    padding: 10px 0 15px;
  }

  .grid-wrapper .grid-row {
    margin-bottom: 15px;
  }

  .grid-wrapper .four-col-why-to-choose .block {
    margin-bottom: 6px;
    width: calc(50% - 31px);
  }

  .grid-wrapper .four-col-why-to-choose .block:nth-child(2) {
    margin: 0;
  }

  .grid-wrapper .four-col-why-to-choose .block:nth-child(3) {
    margin-bottom: 0;
  }

  .set-3columns .column-1, .set-3columns .column-2 {
    width: 100%;
    margin: 0;
  }

  .set-3columns .column-2 {
    margin-top: 30px;
  }

  .grid-wrapper .world-delivery .banner-text {
    top: 15px;
  }

  .grid-wrapper .world-delivery .actions {
    bottom: 10px;
  }

  .international ul {
    padding: 0 10px;
    text-align: left;
  }

  .international li {
    width: 50%;
    text-align: left;
  }

  #productquestions-form .page-content, .popup-wrapper #callbackForm {
    padding-right: 27px;
  }

  .popup-wrapper .page-content, .popup-wrapper .ajax-page-content, .popup-wrapper #ajax-page-content {
    padding: 35px 25px 35px;
  }

  .all-reviews-summary {
    margin-top: 10px;
  }

  .std-table, .std-table tbody, .std-table tr {
    display: block;
  }

  .std-table td {
    display: block;
    width: calc(100% - 40px);
  }

  .std-table .payment-logos {
    text-align: center;
    padding-bottom: 10px;
  }

  .std-table .payment-description {
    padding-top: 10px;
  }

  .std-table .payment-logos > .payment {
    display: inline-block;
    vertical-align: middle;
  }

  .std-table .payment-logos > .payment + .payment {
    margin: 0 0 0 15px;
  }

  .grid-wrapper .grid-columns-2 .grid-columns-2 {
    width: calc(50% - 7px);
  }

  .grid-wrapper .grid-columns-2 .grid-columns-2:first-child {
    margin: 0 7px 0 0;
  }

  .grid-wrapper .grid-columns-2 .grid-columns-2:last-child, .grid-wrapper .grid-columns-2 .grid-columns-2:nth-child(2) {
    margin: 0 0 0 7px;
  }

  .reviews-slider .block-title {
    font-size: 24px;
    line-height: 1em;
    margin-bottom: 18px;
  }

  .reviews-slider {
    padding: 20px 10px 15px;
  }

  .reviews-slider .review-date {
    margin-left: 5px;
    padding-left: 5px;
  }

  .reviews-slider .bottom-line {
    margin-top: 10px;
  }

  .btn-secondary-outline {
    white-space: normal;
  }

  .pin-columns {
    margin: 0;
  }

  .row-gallery a {
    margin: 5px;
    width: calc(33.33% - 14px);
  }

  .two-columns-wrapper .left-column, .two-columns-wrapper .right-column {
    margin: 0;
    width: 100%;
  }

  .grid-wrapper .free-support:before {
    display: none;
  }

  .grid-wrapper .free-support .support-phone, .grid-wrapper .free-support .support-phone, .grid-wrapper .free-support .banner-text {
    margin-top: 25px;
  }

  .grid-wrapper .free-support .banner-text span {
    font-size: 27px;
    line-height: 1em;
  }

  #quick_search .search-form .search-group .search-hint {
    padding: 0 10px;
  }

  #quick_search .search-form .search-group .search-hint span {
    max-width: 290px;
  }

  .product-shop .content-wrapper {
    display: block;
    text-align: center;
  }

  .cms-index-index .mobile-banner {
    width: calc(100% + 30px);
    margin: -30px -15px 20px;
  }

  .html-banner .banner-block {
    width: 250px !important;
    margin: 7px 5px !important;
  }
  .html-banner .icon {
    margin-right: 15px;
    width: 50px !important;
  }
  .html-banner .icon.banner-icon-truck {
    background-position: 0 1px;
  }
  .html-banner .icon.banner-icon-return {
    background-position: 9px -145px;
  }
  .html-banner .icon.banner-icon-money-back-dollar {
    background-position: 5px -80px;
  }
  .html-banner .icon.banner-icon-money-back-ruble {
    background-position: 5px -128px;
  }
  .html-banner .icon.banner-icon-ruble {
    background-position: 7px -215px;
  }
  .html-banner .icon.banner-icon-guarantee {
    background-position: 9px -23px;
  }
  .html-banner .banner-text {
    width: calc(100% - 65px);
    text-transform: uppercase;
    font-size: 14px;
  }
}
@media screen and (max-width: 419px) {
  .grid-wrapper .grid-columns-2 .grid-columns-2 {
    width: 100%;
    float: none;
  }

  .grid-wrapper .grid-columns-2 .grid-columns-2:first-child,
.grid-wrapper .grid-columns-2 .grid-columns-2:last-child, .grid-wrapper .grid-columns-2 .grid-columns-2:nth-child(2) {
    margin: 15px auto 0;
  }

  .detailed-search {
    width: 190px;
  }

  #onestepcheckout-form .onestepcheckout-column-left .show-passwords label {
    text-align: right;
  }

  .calc #calculator-inputs-wrapper {
    width: 190px;
    margin: 0 auto;
    text-align: left;
  }

  .calc .delivery-box label {
    margin: 5px 0;
    line-height: 1em;
  }

  .calc .delivery-box .btn {
    margin-top: 10px;
  }

  .calc #calculator-inputs-wrapper.loading:before {
    width: 192px;
  }

  #productquestions-form .page-content, .popup-wrapper #callbackForm,
.popup-wrapper .page-content, .popup-wrapper .ajax-page-content, .popup-wrapper #ajax-page-content {
    text-align: left;
    padding: 30px 25px;
  }

  .popup-wrapper[data-uri-key=invoice-payment] .ajax-page-content, .popup-wrapper[data-uri-key=air-suspension-pair-discount] .ajax-page-content,
.popup-wrapper[data-uri-key="10-euro-voucher-for-new-customers"] .ajax-page-content {
    text-align: center !important;
  }

  .review-field-ratings .input-box {
    margin-bottom: 0;
  }

  .popup-wrapper input[type=text], .popup-wrapper input[type=email], .popup-wrapper textarea {
    max-width: 100%;
    width: calc(100% - 18px);
  }

  .popup-wrapper .form-list label {
    margin-top: 5px;
    text-align: left;
  }
  .popup-wrapper .review-control-vote {
    margin-bottom: 0;
    width: auto !important;
  }
  .popup-wrapper .review-control-vote label:before {
    display: block;
  }
  .popup-wrapper select {
    width: 100%;
    max-width: 100%;
  }
  .popup-wrapper input.phone-field[type=text] {
    width: calc(60% - 20px);
  }
  .popup-wrapper .input-box, .popup-wrapper .form-list label {
    width: 100%;
    max-width: 100%;
  }
  .popup-wrapper input.phone-code[type=text] {
    width: calc(40% - 20px);
  }
  .popup-wrapper .buttons-set, .popup-wrapper .popup-post-submit-content, .popup-wrapper .default-popup-loader {
    left: 0;
    padding: 0;
    text-align: center;
  }
  .popup-wrapper .form-list label[for=ratings-input-1] {
    width: auto;
    display: inline-block;
  }
  .popup-wrapper .form-list .rateit-wrapper {
    margin: 5px 0 0;
  }
  .popup-wrapper .input-box .icon-question-mark {
    right: 0;
  }

  #review-form .review-field-ratings.field .review-field-rating > label {
    width: auto;
  }

  .ajax-page-content .review-form-actions {
    text-align: center;
  }

  .std-table .payment-logos {
    width: calc(100% - 14px);
    padding: 20px 7px 10px 7px;
  }
  .std-table .payment-logos > .payment + .payment {
    margin: 0 0 0 5px;
  }

  .grid-wrapper .video .btn-play {
    -webkit-transform: translate(-50%, -20%);
    transform: translate(-50%, -20%);
  }

  .international ul {
    margin: 0;
    text-align: left;
  }

  #product_questions.popup-wrapper .fieldset > .form-list, #request-callback-wrapper.popup-wrapper .fieldset > .form-list, #send-inquiry-wrapper.popup-wrapper .fieldset > .form-list {
    width: 270px;
  }

  .product-collateral .reviews-title {
    padding: 5px 15px;
    text-align: left;
  }

  .faq-popup-wrapper + #productquestions-form {
    width: 320px;
  }

  .popup-wrapper .input-box.product, .review-ordered-products, .review-ordered-products dd {
    width: 100%;
  }

  #all-reviews-table .review-body {
    padding-bottom: 30px !important;
  }
  #all-reviews-table .comment-wrapper p {
    text-align: left !important;
  }

  #review-form .rateit-wrapper {
    vertical-align: middle;
  }

  .customers-rating-wrapper.trustedshops .right-part, .customers-rating-wrapper.yandexmarket .right-part {
    margin-top: 7px;
  }
  .customers-rating-wrapper.trustedshops .separator, .customers-rating-wrapper.yandexmarket .separator {
    margin: 0 8px;
  }
  .customers-rating-wrapper.trustedshops .left-part img {
    width: 120px;
  }
  .customers-rating-wrapper.yandexmarket .left-part img {
    width: 150px;
    margin-top: 10px;
  }
  .customers-rating-wrapper .rating-box {
    width: 105px;
    min-width: 105px;
    max-width: 105px;
  }
  .customers-rating-wrapper .rating-box:before {
    font-size: 21px;
    line-height: 21px;
  }
  .customers-rating-wrapper .rating-box .rating:before {
    font-size: 21px;
    line-height: 21px;
  }

  #oar-widget-orders-and-returns-form {
    margin-bottom: 20px;
  }
  #oar-widget-orders-and-returns-form input {
    width: 270px;
  }
  #oar-widget-orders-and-returns-form select {
    width: 290px;
  }

  .amasty_rma-guest-login #oar-widget-orders-and-returns-form input {
    margin: 0 auto;
  }
  .amasty_rma-guest-login #oar-widget-orders-and-returns-form select {
    margin: 0 auto;
    display: block;
  }
  .amasty_rma-guest-login #oar-widget-orders-and-returns-form .field {
    margin-bottom: 15px;
  }
  .amasty_rma-guest-login #oar-widget-orders-and-returns-form label {
    display: block;
    max-width: 100%;
    min-height: auto;
    text-align: center;
  }
  .amasty_rma-guest-login #oar-widget-orders-and-returns-form label span {
    height: auto;
    display: inline;
    max-width: 100%;
  }
  .amasty_rma-guest-login #oar-widget-orders-and-returns-form .control {
    max-width: 100%;
  }
  .amasty_rma-guest-login #oar-widget-orders-and-returns-form .actions-toolbar {
    margin-top: 5px;
  }

  .customer-account-create .form-create-account .control, .customer-account-create .form-create-account label, .customer-account-create .form-create-account select, .customer-account-create .form-create-account .password-strength-meter {
    width: 100%;
    max-width: 100%;
  }
  .customer-account-create .form-create-account input[type=text], .customer-account-create .form-create-account input[type=password], .customer-account-create .form-create-account input[type=email] {
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
  }
  .customer-account-create .form-create-account label {
    margin: 0;
    width: 100%;
    text-align: left;
  }
  .customer-account-create .field {
    margin-bottom: 10px;
  }
  .customer-account-create .field.choice {
    flex-direction: row-reverse;
  }
  .customer-account-create .field.choice input[type=checkbox] {
    margin-right: 10px;
  }

  .hd-tooltip-content {
    top: auto;
    left: auto;
    right: -13px;
  }

  .methods-shipping .icon-question-mark {
    position: static;
  }

  .shipping-step table {
    position: relative;
  }

  .amxnotif-block {
    margin-bottom: 0;
  }
  .amxnotif-block .input-fields {
    width: 100% !important;
  }
}
@media screen and (min-width: 360px) {
  .small-mobile-visible {
    display: none !important;
  }
}
@media screen and (max-width: 359px) {
  .small-mobile-hidden {
    display: none !important;
  }

  footer .column.social-media .share {
    display: block;
    margin-left: 0;
  }

  footer .column.rating-systems .customers-rating-stars {
    margin-left: 0;
  }
  footer .column.rating-systems .customers-rating-image {
    padding-left: 0;
    margin-right: 0;
  }
  footer .column.rating-systems .customers-rating-image.yandexmarket {
    min-width: 100px;
  }
  footer .column.rating-systems .tuv-certificate {
    margin-right: 15px;
  }

  .grid-wrapper .free-support .support-phone, .grid-wrapper .free-support .support-phone, .grid-wrapper .free-support .banner-text {
    margin-top: 18px;
  }

  .banner-before-header.coupon-expires .wrapper {
    font-size: 13px;
    display: block;
  }
  .banner-before-header.coupon-expires .banner-percent-image {
    left: 5px;
  }
  .banner-before-header.coupon-expires .banner-percent-image img {
    width: 35px;
  }

  .why .banner-with-icons .banner-wrapper .banner-block {
    margin: 0 0 10px !important;
  }
  .why .banner-with-icons .banner-wrapper .banner-text {
    font-size: 12px;
    max-width: calc(100% - 45px);
  }
  .why .banner-with-icons .image-wrapper {
    width: 90px;
  }
  .why .banner-with-icons.no-image .banner-wrapper .banner-block {
    margin: 0 0 10px !important;
  }
  .why .banner-with-icons.no-image .banner-wrapper .banner-block:last-child {
    margin-bottom: 0 !important;
  }
  .why .banner-with-icons.no-image .banner-wrapper .banner-text {
    font-size: 14px;
  }

  .customers-rating-wrapper.trustedshops .separator, .customers-rating-wrapper.yandexmarket .separator {
    margin: 0 5px;
  }
  .customers-rating-wrapper.trustedshops .left-part img {
    width: 90px;
    margin-top: 8px;
  }
  .customers-rating-wrapper.yandexmarket .left-part img {
    width: 120px;
    margin-top: 11px;
  }
  .customers-rating-wrapper .rating-box {
    width: 90px;
    min-width: 90px;
    max-width: 90px;
  }
  .customers-rating-wrapper .rating-box:before {
    font-size: 18px;
    line-height: 18px;
  }
  .customers-rating-wrapper .rating-box .rating:before {
    font-size: 18px;
    line-height: 18px;
  }

  .banner-before-header .mobile-only {
    font-size: 13px;
    padding-left: 25px;
  }
  .banner-before-header .mobile-only .percent-image {
    width: 46px;
    margin-left: -50px;
  }

  #reviews_wrapper .review-author {
    max-width: 95px;
  }

  .products-grid .product-info {
    display: none;
  }
  .products-grid .product-image {
    width: 100%;
    margin-top: -8px;
    padding-right: 0;
  }
  .xs-fz-12 {
    font-size: 12px !important;
  }

  footer .footer-top .footer-info {
    padding-bottom: 132px;
  }

  html:lang(cs) footer .footer-top .footer-info {
    padding-bottom: 132px;
  }

  html:lang(pl) footer .footer-top .footer-info, html:lang(de) footer .footer-top .footer-info, html:lang(nl) footer .footer-top .footer-info {
    padding-bottom: 145px;
  }

  html:lang(ru) footer .footer-top .footer-info {
    padding-bottom: 167px;
  }

  .products-grid .price-box {
    line-height: 15px;
  }

  #oar-widget-orders-and-returns-form input {
    width: 240px;
  }
  #oar-widget-orders-and-returns-form select {
    width: 250px;
  }

  .amxnotif-block .button-set {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .amxnotif-block .button-set .btn-primary {
    min-width: 51%;
    margin-bottom: 20px;
    -webkit-order: 1;
    order: 1;
  }
  .amxnotif-block .button-set .btn-secondary-outline {
    min-width: 51%;
    -webkit-order: 2;
    order: 2;
  }
}
@media (max-height: 576px) {
  .fancybox-close-small {
    right: 0;
  }
}
body.locale-en-us {
  background-position: 2px 1px;
}
body.locale-en-us .page-wrapper {
  width: 100%;
  overflow: hidden;
}
body.locale-en-us .left-background, body.locale-en-us .right-background {
  display: block;
  position: absolute;
  top: 0;
}
body.locale-en-us .left-background {
  width: 456px;
  height: 702px;
  left: -456px;
  background: url("../../frontend/aerosus/v1/en_MT/images/background_left.jpg") right top no-repeat;
}
body.locale-en-us .right-background {
  width: 450px;
  height: 702px;
  right: -450px;
  background: url("../../frontend/aerosus/v1/en_MT/images/background_right.jpg") left top no-repeat;
}
body.locale-en-us .left-background:before, body.locale-en-us .left-background:after {
  content: "";
  display: block;
  position: absolute;
  width: 456px;
  height: 702px;
  left: -456px;
  background: url("../../frontend/aerosus/v1/en_MT/images/background_left.jpg") right top no-repeat;
}
body.locale-en-us .left-background:before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
body.locale-en-us .left-background:after {
  left: -912px;
}
body.locale-en-us .right-background:before, body.locale-en-us .right-background:after {
  content: "";
  display: block;
  position: absolute;
  width: 450px;
  height: 702px;
  right: -450px;
  background: url("../../frontend/aerosus/v1/en_MT/images/background_right.jpg") left top no-repeat;
}
body.locale-en-us .right-background:before {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}
body.locale-en-us .right-background:after {
  right: -900px;
}
body.locale-en-us #search_column {
  position: relative;
}
body.locale-en-us #search_column:after, body.locale-en-us .ups-logo, body.locale-en-us #ajax-delivery-price:after {
  background-image: url("../../frontend/aerosus/v1/en_MT/images/ups-logo.svg") !important;
  background-repeat: no-repeat;
}
body.locale-en-us #search_column:after {
  top: 3px;
  right: 0;
  content: "";
  width: 25px;
  height: 30px;
  display: block;
  position: absolute;
  background-size: 25px 30px;
}
body.locale-en-us .carousel-caption .caption-image + .roboto-bold {
  color: #4f699c;
}
body.locale-en-us .carousel-caption span.roboto-thin {
  font-weight: bold;
  font-family: "Roboto-Thin", Arial, sans-serif !important;
}
body.locale-en-us .grid-wrapper .four-col-why-to-choose .block div.satisfaction:after {
  background-position: 0 -384px;
  width: 75px;
  height: 57px;
}
body.locale-en-us .grid-wrapper .world-delivery .banner-text {
  color: #d04248;
  top: 20px;
}
body.locale-en-us .grid-wrapper .world-delivery .banner-text span {
  font-size: 45px;
  line-height: 1em;
}
body.locale-en-us .ups-logo {
  width: 29px;
  height: 35px;
  margin-right: 5px;
  display: inline-block;
  background-size: 28px 35px !important;
}
body.locale-en-us #ajax-delivery-price:after {
  top: 4px;
  content: "";
  width: 15px;
  height: 18px;
  margin: 0 0 0 5px;
  position: relative;
  display: inline-block;
  background-size: 15px 18px !important;
}
body.locale-en-us .product-shop .why .bar-content:before {
  width: 56px;
  bottom: 50px;
  height: 77px;
  background: url("../../frontend/aerosus/v1/en_MT/images/german-quality.svg") center no-repeat;
  background-size: 56px 77px;
}
body.locale-en-us .badge {
  color: #fff;
  padding: 2px 5px;
  margin-left: 3px;
  border-radius: 2px;
  display: inline-block;
  vertical-align: bottom;
  background-color: #546a9b;
  text-transform: uppercase;
  font-size: 9px !important;
  line-height: 12px !important;
}
body.locale-en-us header .working-dot {
  top: -13px;
  left: -60px;
  border-radius: 50%;
}
@media screen and (max-width: 1199px) {
  body.locale-en-us .right-background, body.locale-en-us .left-background {
    display: none;
  }
  body.locale-en-us .header-info .column {
    margin-right: 30px;
  }
  body.locale-en-us .header-info {
    margin: 20px 25px 0;
  }
}
@media screen and (max-width: 767px) {
  body.locale-en-us .product-view-wrapper .product-collateral + .grid-wrapper {
    padding-top: 0;
  }
  body.locale-en-us footer .column .column .heading, body.locale-en-us footer .column .column {
    text-align: center;
  }
}.fotorama-stretch,.fotorama-focus-overlay:after,.fotorama__stage__shaft,.fotorama__stage__frame,.fotorama__html,.fotorama__video iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.fotorama-grab-cursor,.fotorama__wrap .fotorama__grab{cursor:move;cursor:-webkit-grab;cursor:-moz-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.fotorama-grabbing-cursor,.fotorama__grabbing *{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.fotorama-gpu,.fotorama--fullscreen,.fotorama__caption,.fotorama__wrap--css3 .fotorama__spinner,.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__stage__frame,.fotorama__wrap--css3 .fotorama__html,.fotorama__stage:before,.fotorama__nav:before,.fotorama__stage:after,.fotorama__nav:after,.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full{transform:translateZ(0)}.fotorama-focus,.fotorama__nav__frame,.fotorama__fullscreen-icon:focus,.fotorama__zoom-out:focus,.fotorama__zoom-in:focus{outline:0}.fotorama-focus-overlay:after{background-color:#006bb4;border-radius:inherit;content:''}.fotorama-transform-disabled,.fotorama__wrap--video .fotorama__stage__shaft,.fotorama__wrap--video .fotorama__stage,.fotorama__wrap--video .fotorama__stage__frame--video,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html{transform:none !important}.fotorama-transition-for-slide,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__thumb-border{transition-duration:0ms;transition-property:transform,width;transition-timing-function:cubic-bezier(.1, 0, .25, 1)}.fotorama-no-select,.fotorama__wrap,.fotorama__no-select,.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close{user-select:none}.fotorama-select,.fotorama__select{user-select:text}.fotorama-empty-bg{background:url(data:image/gif;base64,R0lGODlhAQABAAD/ACwAAAAAAQABAAACADs=)}.fotorama-auto-margin,.fotorama__nav,.fotorama__nav__frame{margin:auto;padding:0}.fotorama-inline-block,.fotorama__nav__shaft,.fotorama__nav__frame,.fotorama__caption__wrap{*display:inline;*zoom:1;-moz-box-orient:vertical;display:-moz-inline-box;display:inline-block;vertical-align:middle}.fotorama-content-box,.fotorama__nav__frame{box-sizing:content-box}.fotorama-border-box,.fotorama__thumb-border,.fotorama__caption__wrap,.fotorama__arr{box-sizing:border-box}.fotorama-hidden,.fotorama--hidden,.fotorama__load{left:-99999px;position:absolute;top:-99999px;z-index:-1000}.fotorama-visible{left:auto;opacity:1;position:relative;top:auto;z-index:auto}.fotorama-no-tap,.fotorama__stage__shaft,.fotorama__stage__frame,.fotorama__nav,.fotorama__nav__shaft,.fotorama__nav__frame,.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close{-webkit-tap-highlight-color:rgba(0,0,0,0)}.transitionDuration{transition-duration:333ms}.transitionDurationZero{transition-duration:0ms}.fotorama-sprite,.fotorama__fullscreen .fotorama__zoom-out,.fotorama__fullscreen .fotorama__zoom-in,.fotorama__arr .fotorama__arr__arr,.fotorama__fullscreen-icon,.fotorama__video-play,.fotorama__thumb--icon,.fotorama__video-close{background-image:url('../../frontend/aerosus/v1/en_MT/mage/gallery/gallery.png');background-repeat:no-repeat}@media print{.fotorama-print-background,.fotorama-sprite,.fotorama__thumb-border,.fotorama__fullscreen .fotorama__zoom-out,.fotorama__fullscreen .fotorama__zoom-in,.fotorama__arr .fotorama__arr__arr,.fotorama__fullscreen-icon,.fotorama__video-play,.fotorama__thumb--icon,.fotorama__video-close{background:none !important}}.fotorama__fullscreen-icon:focus,.fotorama__zoom-out:focus,.fotorama__zoom-in:focus,.fotorama__arr:focus,.fotorama__stage__shaft:focus,.fotorama__nav__frame--thumb:focus .fotorama__thumb,.fotorama__nav__frame--dot:focus .fotorama__dot{box-shadow:none}.fotorama__fullscreen-icon:focus:after,.fotorama__zoom-out:focus:after,.fotorama__zoom-in:focus:after,.fotorama__arr:focus:after,.fotorama__stage__shaft:focus:after,.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,.fotorama__nav__frame--dot:focus .fotorama__dot:after{border-radius:inherit;bottom:3px;box-shadow:0 0 3px 1px #68a8e0;content:'';left:3px;position:absolute;right:3px;top:3px;z-index:1000}.fotorama__nav__frame--thumb:focus .fotorama__thumb:after,.fotorama__nav__frame--dot:focus .fotorama__thumb:after,.fotorama__nav__frame--thumb:focus .fotorama__dot:after,.fotorama__nav__frame--dot:focus .fotorama__dot:after{bottom:0;left:0;right:0;top:0}.fotorama__nav__frame--thumb:focus .fotorama__thumb.fotorama_vertical_ratio:after,.fotorama__nav__frame--dot:focus .fotorama__thumb.fotorama_vertical_ratio:after{left:2px;right:2px}.fotorama__nav__frame--thumb:focus .fotorama__thumb,.fotorama__nav__frame--dot:focus .fotorama__thumb{overflow:inherit}.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb:after{left:1px}.fotorama__nav__frame:nth-child(2):focus .fotorama__thumb.fotorama_vertical_ratio:after{top:1px}.fotorama__nav__frame:last-child:focus .fotorama__thumb:after{right:1px}.fotorama__nav__frame:last-child:focus .fotorama__thumb.fotorama_vertical_ratio:after{bottom:1px}.fotorama__thumb__arr{box-shadow:none}.fotorama--fullscreen{background:#fff;bottom:0 !important;float:none !important;left:0 !important;margin:0 !important;position:fixed !important;right:0 !important;top:0 !important;width:100% !important;z-index:1000 !important}.fotorama--fullscreen .fotorama__wrap{max-width:100% !important}.fotorama__fullscreen{overflow:hidden;position:relative}.fotorama__fullscreen .fotorama__zoom-in,.fotorama__fullscreen .fotorama__zoom-out{cursor:pointer;display:block;height:80px;overflow:hidden;position:absolute;width:80px}.fotorama__fullscreen .fotorama__zoom-out{background-position:0 -80px !important;top:80px}.fotorama__fullscreen .fotorama__zoom-out.fotorama__zoom-out--disabled{display:none}.fotorama__fullscreen .fotorama__zoom-in{background-position:0 0 !important;top:0}.fotorama__fullscreen .fotorama__zoom-in.fotorama__zoom-in--disabled{display:none}.fotorama__fullscreen .fotorama__video-close{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full{display:block}.fotorama__zoom-in,.fotorama__zoom-out{display:none}.fotorama{min-width:1px;overflow:hidden}.fotorama__wrap{-webkit-text-size-adjust:100%;direction:ltr;position:relative;z-index:0}.fotorama__wrap--rtl .fotorama__stage__frame{direction:rtl}.fotorama__stage,.fotorama__nav{max-width:100%;overflow:hidden;position:relative}.fotorama__wrap--pan-y{-ms-touch-action:pan-y}.fotorama__stage__shaft{position:relative}.fotorama__wrap .fotorama__pointer{cursor:pointer}.fotorama__wrap--slide .fotorama__stage__frame{opacity:1 !important}.fotorama__stage__frame{overflow:hidden}.fotorama__stage__frame.fotorama__active{z-index:8}.fotorama__wrap--fade .fotorama__stage__frame{display:none}.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active,.fotorama__wrap--fade .fotorama__fade-front,.fotorama__wrap--fade .fotorama__fade-rear{display:block;left:0;top:0}.fotorama__wrap--fade .fotorama__fade-front{z-index:8}.fotorama__wrap--fade .fotorama__fade-rear{z-index:7}.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active{z-index:9}.fotorama__wrap--fade .fotorama__stage .fotorama__shadow{display:none}.fotorama__img{border:none !important;max-width:inherit;opacity:0}.fotorama__loaded .fotorama__img,.fotorama__error .fotorama__img{opacity:1}.fotorama__img--full{display:none}.fotorama__nav{display:none;font-size:0;line-height:0;white-space:nowrap;z-index:5}.fotorama__nav__shaft{left:0;position:relative;text-align:left;top:0}.fotorama__nav__frame{position:relative}.fotorama__nav--dots{display:block;text-align:center}.fotorama__nav--dots .fotorama__nav__frame{height:30px;width:18px}.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border{display:none}.fotorama__nav--thumbs{display:block}.fotorama__nav--thumbs .fotorama__nav__frame{padding-left:0 !important}.fotorama__nav--thumbs .fotorama__nav__frame:last-child{padding-right:0 !important}.fotorama__nav--thumbs .fotorama__nav__frame--dot{display:none}.fotorama__active .fotorama__dot{background-color:#ff5501;border-color:#ff5501}.fotorama__nav__frame.fotorama__active .fotorama__nav__frame{border-width:3px;height:0;width:0}.fotorama__nav__frame.fotorama__active .fotorama__nav__frame:after{left:-3px;padding:3px;top:-3px}.fotorama__nav__frame:focus {box-shadow:none}.fotorama__nav__frame:focus :after{left:-1px;padding:1px;top:-1px}.fotorama__dot{border-radius:6px;border:1px solid #858585;display:block;height:4px;left:6px;position:relative;top:12px;width:4px}.fotorama__thumb{background-color:#ebebeb;height:100%;overflow:hidden;position:relative;width:100%}.fotorama__nav__frame:focus .fotorama__thumb{z-index:2}.fotorama__thumb-border{backface-visibility:hidden;background-image:linear-gradient(to bottom right, rgba(255,255,255,0.25), rgba(64,64,64,0.1));border:1px solid #ff5501;left:0;position:absolute;top:0;z-index:9}.fotorama__caption{bottom:0;color:#000;font-size:14px;left:0;line-height:1.5;position:absolute;right:0;z-index:12}.fotorama__caption a{border-bottom:1px solid;border-color:rgba(0,0,0,0.005);color:#000;text-decoration:none}.fotorama__caption a:hover{border-color:rgba(0,0,0,0.005);color:#000}.fotorama__wrap--rtl .fotorama__caption{left:auto;right:0}.fotorama__wrap--video .fotorama__caption,.fotorama__wrap--no-captions .fotorama__caption{display:none}.fotorama__caption__wrap{background-color:#fff;padding:5px 10px}@keyframes spinner{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.fotorama__spinner{-webkit-transform:translate3d(-50%, -50%, 0);-ms-transform:translate3d(-50%, -50%, 0);-o-transform:translate3d(-50%, -50%, 0);transform:translate3d(-50%, -50%, 0);left:50%;position:absolute;top:50%}.fotorama__wrap--css3 .fotorama__spinner{animation:spinner 24s infinite linear}.fotorama__wrap--css3 .fotorama__html{transition-duration:.3s;transition-property:opacity;transition-timing-function:linear}.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html{opacity:0}.fotorama__select{cursor:auto}.fotorama__video{bottom:0;left:0;position:absolute;right:0;top:32px;z-index:10}@-moz-document url-prefix(){.fotorama__active{box-shadow:0 0 0 transparent}}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close{cursor:pointer;position:absolute}.fotorama__arr{z-index:900}.fotorama__fullscreen-icon,.fotorama__zoom-out,.fotorama__zoom-in,.fotorama__video-close{z-index:1000}.fotorama__arr{bottom:0;position:absolute;top:0;width:80px}.fotorama__arr .fotorama__arr__arr{-webkit-transform:translate3d(-50%, -50%, 0);-ms-transform:translate3d(-50%, -50%, 0);-o-transform:translate3d(-50%, -50%, 0);transform:translate3d(-50%, -50%, 0);left:50%;position:absolute;top:50%;height:80px;width:80px}.fotorama__arr--prev{left:0}.fotorama__arr--prev .fotorama__arr__arr{background-position:-80px -80px}.fotorama__arr--next{right:0}.fotorama__arr--next .fotorama__arr__arr{background-position:-160px -80px}.fotorama__arr--disabled{cursor:default;opacity:0;pointer-events:none}.fotorama__fullscreen-icon{background-position:0 0;display:none;height:80px;right:0;top:0;width:80px;z-index:1000}.fotorama--fullscreen-icons .fotorama__fullscreen-icon{display:none}.fotorama--fullscreen .fotorama__fullscreen-icon{background-position:-80px 0;display:inline-block}.fotorama__video-play{-webkit-transform:translate3d(-50%, -50%, 0);-ms-transform:translate3d(-50%, -50%, 0);-o-transform:translate3d(-50%, -50%, 0);transform:translate3d(-50%, -50%, 0);left:50%;position:absolute;top:50%;background-position:-80px -160px;height:160px;width:160px}.fotorama__wrap--css2 .fotorama__video-play,.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:none}.fotorama__loaded .fotorama__video-play,.fotorama__error .fotorama__video-play,.fotorama__nav__frame .fotorama__video-play{display:block;opacity:1}.fotorama__nav__frame .fotorama__video-play{background-position:0 -240px;height:80px;width:80px}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{opacity:0}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{opacity:1}.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close{display:none}.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close{opacity:1;right:93px;top:97px}.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close{display:none}.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close{opacity:1;right:93px;top:97px}.fotorama__wrap--toggle-arrows:not(.fotorama__wrap--video) .fotorama__video-close{display:none}.fotorama__wrap--toggle-arrows.fotorama__wrap--video .fotorama__video-close{opacity:1;right:93px;top:97px}.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon{opacity:0 !important}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{display:none}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{display:block}.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon{display:none !important}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus){-webkit-transform:translate3d(80px, -80px, 0);-ms-transform:translate3d(80px, -80px, 0);-o-transform:translate3d(80px, -80px, 0);transform:translate3d(80px, -80px, 0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus){-webkit-transform:translate3d(-120px, 0, 0);-ms-transform:translate3d(-120px, 0, 0);-o-transform:translate3d(-120px, 0, 0);transform:translate3d(-120px, 0, 0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus){-webkit-transform:translate3d(120px, 0, 0);-ms-transform:translate3d(120px, 0, 0);-o-transform:translate3d(120px, 0, 0);transform:translate3d(120px, 0, 0)}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon{-webkit-transform:translate3d(80px, -80px, 0) !important;-ms-transform:translate3d(80px, -80px, 0) !important;-o-transform:translate3d(80px, -80px, 0) !important;transform:translate3d(80px, -80px, 0) !important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev{-webkit-transform:translate3d(-120px, 0, 0) !important;-ms-transform:translate3d(-120px, 0, 0) !important;-o-transform:translate3d(-120px, 0, 0) !important;transform:translate3d(-120px, 0, 0) !important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next{-webkit-transform:translate3d(120px, 0, 0) !important;-ms-transform:translate3d(120px, 0, 0) !important;-o-transform:translate3d(120px, 0, 0) !important;transform:translate3d(120px, 0, 0) !important}.fotorama__wrap--css3 .fotorama__arr:not(:focus),.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),.fotorama__wrap--css3 .fotorama__video-play:not(:focus),.fotorama__wrap--css3 .fotorama__video-close:not(:focus){transition-duration:.3s;transition-property:transform,opacity,background-color}.fotorama__stage:before,.fotorama__nav:before,.fotorama__stage:after,.fotorama__nav:after{background-repeat:no-repeat;content:'';display:block;pointer-events:none;position:absolute;text-decoration:none;z-index:10}.fotorama__stage:before,.fotorama__nav:before{left:-10px;top:-10px}.fotorama__stage:after,.fotorama__nav:after{right:-10px;bottom:-10px}.fotorama__stage.fotorama__shadows--left:before,.fotorama__nav.fotorama__shadows--left:before,.fotorama__stage.fotorama__shadows--right:after,.fotorama__nav.fotorama__shadows--right:after{background-size:1px 100%,5px 100%;bottom:0;height:auto;top:0;width:10px}.fotorama__stage.fotorama__shadows--top:before,.fotorama__nav.fotorama__shadows--top:before,.fotorama__stage.fotorama__shadows--bottom:after,.fotorama__nav.fotorama__shadows--bottom:after{background-size:100% 1px,100% 5px;height:10px;left:0;right:0;width:auto}.fotorama__stage.fotorama__shadows--left:before,.fotorama__nav.fotorama__shadows--left:before{background-image:linear-gradient(transparent, rgba(0,0,0,0.2) 25%, rgba(0,0,0,0.3) 75%, transparent),radial-gradient(farthest-side at 0 50%, rgba(0,0,0,0.4), transparent);background-position:0 0,0 0;left:0}.fotorama__stage.fotorama__shadows--right:after,.fotorama__nav.fotorama__shadows--right:after{background-image:linear-gradient(transparent, rgba(0,0,0,0.2) 25%, rgba(0,0,0,0.3) 75%, transparent),radial-gradient(farthest-side at 100% 50%, rgba(0,0,0,0.4), transparent);background-position:100% 0,100% 0;right:0}.fotorama__stage.fotorama__shadows--top:before,.fotorama__nav.fotorama__shadows--top:before{background-image:linear-gradient(transparent, rgba(0,0,0,0.2) 25%, rgba(0,0,0,0.3) 75%, transparent),radial-gradient(farthest-side at 50% 0, rgba(0,0,0,0.4), transparent);background-position:0 0,0 0;top:0}.fotorama__stage.fotorama__shadows--bottom:after,.fotorama__nav.fotorama__shadows--bottom:after{background-image:linear-gradient(transparent, rgba(0,0,0,0.2) 25%, rgba(0,0,0,0.3) 75%, transparent),radial-gradient(farthest-side at 50% 100%, rgba(0,0,0,0.4), transparent);background-position:0 100%,0 100%;bottom:0}.fotorama--fullscreen .fotorama__stage:before,.fotorama--fullscreen .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--fade .fotorama__stage:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--fade .fotorama__stage:after{display:none}.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img{-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);-o-transform:translateY(-50%);transform:translateY(-50%);height:auto;position:absolute;top:50%;width:100%}.fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img{-webkit-transform:translate(-50%, -50%);-ms-transform:translateY(-50%, -50%);-o-transform:translateY(-50%, -50%);transform:translateY(-50%, -50%);top:50%;left:50%;position:absolute;width:auto}.magnifier-thumb-wrapper{display:block;left:0;position:relative;top:0}.magnifier-lens{border:solid 1px #bbb;left:0;overflow:hidden;position:absolute;top:0;z-index:800}.magnify-lens{background:rgba(255,255,255,0.5);border:solid 1px #bbb;color:#fff;left:0;position:absolute;text-align:center;top:0;z-index:1000;overflow:hidden}.magnify-lens .magnifier-large{width:auto;height:auto;max-height:none;max-width:none;border:none;position:absolute;z-index:100}.magnifier-loader-text{margin-top:10px}.magnifier-preview{bottom:0;left:58%;overflow:hidden;padding:0;position:absolute;z-index:2;top:215px}.magnifier-preview:not(.hidden){background-color:#fff}.magnifier-preview img{left:0;max-width:inherit;max-height:inherit;position:absolute;top:0;object-fit:scale-down}.fotorama__stage__frame{text-align:center}.fotorama__stage__frame .fotorama__img{height:auto;left:50%;max-height:100%;max-width:100%;position:absolute;top:50%;-webkit-transform:translate3d(-50%, -50%, 0);-ms-transform:translate3d(-50%, -50%, 0);-o-transform:translate3d(-50%, -50%, 0);transform:translate3d(-50%, -50%, 0);transition-duration:.3s;transition-property:width,height,top,left;vertical-align:middle;width:auto}.magnify-opaque{opacity:.5}.magnify-hidden{display:none}.fotorama__nav-wrap--vertical.fotorama__nav-wrap{display:inline-block;left:0;position:absolute;top:0}.fotorama__nav-wrap--vertical .fotorama__nav__shaft{background-color:white;width:100%}.fotorama__nav-wrap--vertical .fotorama__nav__shaft .fotorama__nav__frame--thumb{display:block;padding-bottom:inherit !important}.fotorama--fullscreen .fotorama__stage__frame .fotorama__img{display:none}.fotorama--fullscreen .fotorama__stage__frame .fotorama__img,.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full{bottom:0;left:0;margin:auto;max-height:inherit;max-width:inherit;position:absolute;right:0;top:0}.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full{cursor:default;display:block;height:auto;left:0;margin:auto;max-height:100%;max-width:100%;top:0;transition:.3s linear;vertical-align:middle;width:auto}.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--zoommable{cursor:pointer;max-height:none;max-width:none;transition-property:width,height,bottom,right,top,left}.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full.fotorama__img--draggable{cursor:move;transition-property:none}.fotorama--fullscreen .fotorama__stage__frame iframe{left:80px;width:calc(100% - 80px * 2)}.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left,.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right{bottom:0;cursor:pointer;position:absolute;top:0;width:30px;z-index:1000}.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon,.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon{-webkit-transform:translate3d(-50%, -50%, 0);-ms-transform:translate3d(-50%, -50%, 0);-o-transform:translate3d(-50%, -50%, 0);transform:translate3d(-50%, -50%, 0);left:50%;position:absolute;top:50%;width:100%}.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left{left:0}.fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right{right:0}.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left,.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right{cursor:pointer;height:30px;left:0;position:absolute;right:0;z-index:1000}.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left .fotorama__thumb--icon,.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right .fotorama__thumb--icon{-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);margin:auto;width:30px}.fotorama__nav-wrap--vertical .fotorama__thumb__arr--left{top:0}.fotorama__nav-wrap--vertical .fotorama__thumb__arr--right{bottom:0}.fotorama__wrap--only-active .fotorama__stage,.fotorama__wrap--only-active .fotorama__nav{max-width:99999px !important}.fotorama__wrap--only-active .fotorama__stage__frame{visibility:hidden}.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active{visibility:visible}.fotorama__thumb--icon{font-size:0.001px;padding-bottom:30px}.fotorama__thumb__arr--left .fotorama__thumb--icon{background-position:-25px -265px}.fotorama__thumb__arr--right .fotorama__thumb--icon{background-position:-25px -350px}.magnify-fullimage{display:none}.fotorama__arr,.fotorama__thumb__arr{background-color:rgba(255,255,255,0.3);transition:background-color .3s ease-in-out}.fotorama__arr:hover,.fotorama__thumb__arr:hover{background-color:rgba(255,255,255,0.5)}.fotorama__arr:active,.fotorama__thumb__arr:active{background-color:rgba(213,213,213,0.5)}.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon,.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out,.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in{background-color:rgba(255,255,255,0.3);transition:background-color .3s ease-in-out}.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:hover,.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:hover,.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:hover{background-color:rgba(255,255,255,0.5)}.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__fullscreen-icon:active,.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-out:active,.fotorama__wrap:not(.fotorama__wrap--toggle-arrows) .fotorama__zoom-in:active{background-color:rgba(213,213,213,0.5)}.fotorama__video-close{background-position:-80px 0;height:80px;opacity:0;right:0;top:0;transform:translate3d(80px, -80px, 0);transition:opacity .3s ease-in-out;width:80px}@media all and (max-width:768px){.fotorama__video-close{background-position:-100px -20px;top:10px;height:40px;width:40px}}.fotorama__video-close.fotorama-show-control{opacity:1;transform:translate3d(0, -10px, 0)}.gallery-placeholder__image{display:block;margin:auto}.fotorama__spinner{background-image:url('../../frontend/aerosus/v1/en_MT/images/loader-1.gif');bottom:0;display:none;height:64px;left:0;margin:auto;position:absolute;right:0;top:0;width:64px;z-index:100}.fotorama__spinner.fotorama__spinner--show{display:block}.fotorama__product-video--loaded .fotorama__img,.fotorama__product-video--loaded .fotorama__img--full{display:none !important}.fotorama__stage .fotorama__arr--shown{display:block !important}.fotorama__stage .fotorama__arr--hidden{display:none !important}@media only screen and (max-width: 767px) {
    div[data-role="am-banners-lite"] {
        order: -2;
    }
}.product-shop .why .text-wrapper {
  left: 0;
  margin: 0;
  padding: 0;
  max-width: 100%;
  position: relative;
  -webkit-transform: none;
  transform: none;
}
.product-shop .why .text-wrapper .icon-checkmark-checked {
  left: auto !important;
  width: auto !important;
  display: inline-block;
  position: relative !important;
  box-sizing: border-box !important;
}
.product-shop .why a {
  text-decoration: none;
}
.product-shop .why .custom-images-wrapper {
  z-index: 2;
  content: "";
  right: 30px;
  bottom: 15px;
  display: block;
  max-width: 50px;
  position: absolute;
  text-align: center;
  text-decoration: none;
}
.product-shop .why .custom-images-wrapper img {
  max-width: 50px;
}
.product-shop .why .custom-images-wrapper .first-custom-image, .product-shop .why .custom-images-wrapper .second-custom-image {
  margin: 0 auto;
  display: block;
  line-height: 1em;
}
.product-shop .why .custom-images-wrapper .first-custom-image {
  margin-bottom: 10px;
}
.product-shop .why .custom-images-wrapper .first-custom-image img {
  max-width: 48px;
}
.product-shop .why .custom-images-wrapper.trustpilot {
  right: 20px;
  max-width: 70px;
}
.product-shop .why .custom-images-wrapper.trustpilot .first-custom-image img {
  max-width: 40px;
}
.product-shop .why .custom-images-wrapper.trustpilot .second-custom-image img {
  max-width: 70px;
}
.product-shop .why:only-child .text-wrapper {
  left: 50%;
  max-width: 60%;
  -webkit-transform: translate(-38%, 0);
  transform: translate(-38%, 0);
}
.product-shop .why:only-child .custom-images-wrapper {
  right: 30px;
}
.product-shop .why:only-child .custom-images-wrapper.trustedshops {
  bottom: 20px;
}
.product-shop .why:only-child .custom-images-wrapper.trustpilot {
  max-width: 80px;
}
.product-shop .why:only-child .custom-images-wrapper.trustpilot img {
  max-width: 48px;
}
.product-shop .why:only-child .custom-images-wrapper.trustpilot .second-custom-image img {
  max-width: 80px;
}

.product-collateral .why .bar-content {
  background: #fff url("../../frontend/aerosus/v1/en_MT/images/why-to-choose-blue.jpg") 20px bottom no-repeat;
  background-size: 140px 122px;
}
.product-collateral .why .bar-content .icon-checkmark-checked:before {
  top: -2px;
}
.product-collateral .why .bar-content.custom-image a {
  text-decoration: none;
}
.product-collateral .why .custom-images-wrapper {
  z-index: 2;
  content: "";
  right: 30px;
  bottom: 15px;
  display: block;
  position: absolute;
  text-align: center;
  text-decoration: none;
}
.product-collateral .why .custom-images-wrapper img {
  max-width: 50px;
}
.product-collateral .why .custom-images-wrapper .first-custom-image, .product-collateral .why .custom-images-wrapper .second-custom-image {
  margin: 0 auto;
  display: block;
}
.product-collateral .why .custom-images-wrapper .first-custom-image {
  margin-bottom: 5px;
}
.product-collateral .why .custom-images-wrapper .first-custom-image img {
  max-width: 48px;
}
.product-collateral .why .text-wrapper {
  left: 50%;
  position: relative;
  width: calc(100% - 230px);
  -webkit-transform: translate(-38%, 0);
  transform: translate(-38%, 0);
}
.product-collateral .why .text-wrapper .icon-checkmark-checked {
  display: inline-block;
}

.br-only-over-1200, .br-only-1024, .br-only-over-992, .br-only-below-991, .br-only-below-767 {
  display: none;
}

.product-shop .why .text-wrapper .icon-checkmark-checked .red,
.product-collateral .why .text-wrapper .icon-checkmark-checked .red {
  font-weight: bold;
}

@media screen and (min-width: 1200px) {
  .wide-desktop-visible {
    display: block !important;
  }

  .wide-desktop-hidden {
    display: none !important;
  }

  .br-only-over-1200 {
    display: block;
  }

  @-moz-document url-prefix() {
    .br-only-over-1200 {
      display: initial;
    }
  }
  .product-shop .why:only-child .custom-images-wrapper.trustpilot {
    bottom: 40px;
  }
  .product-shop .why:only-child .custom-images-wrapper.trustpilot .first-custom-image {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .wide-desktop-visible {
    display: none !important;
  }

  .wide-desktop-hidden {
    display: block !important;
  }

  .product-shop .why:only-child .text-wrapper {
    -webkit-transform: translate(-25%, 0);
    transform: translate(-25%, 0);
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .br-only-1024 {
    display: block;
  }

  .product-shop .why:not(:only-child) .custom-images-wrapper.trustedshops {
    right: 20px;
    max-width: 80px;
    white-space: nowrap;
  }
  .product-shop .why:not(:only-child) .custom-images-wrapper.trustedshops img {
    max-width: 36px;
  }
  .product-shop .why:not(:only-child) .custom-images-wrapper.trustedshops .first-custom-image, .product-shop .why:not(:only-child) .custom-images-wrapper.trustedshops .second-custom-image {
    display: inline-block;
    vertical-align: middle;
  }
  .product-shop .why:not(:only-child) .custom-images-wrapper.trustedshops .first-custom-image {
    margin-bottom: 0;
    margin-right: 5px;
  }
  .product-shop .why:not(:only-child) .custom-images-wrapper.trustedshops .first-custom-image img {
    max-width: 34px;
  }
  .product-shop .why:not(:only-child) .custom-images-wrapper.trustpilot {
    max-width: 70px;
    text-align: right;
  }
  .product-shop .why:not(:only-child) .custom-images-wrapper.trustpilot .first-custom-image {
    margin-bottom: 0;
  }
  .product-shop .why:not(:only-child) .custom-images-wrapper.trustpilot .first-custom-image img {
    max-width: 34px;
  }
  .product-shop .why:not(:only-child) .custom-images-wrapper.trustpilot .second-custom-image img {
    max-width: 70px;
  }
}
@media screen and (min-width: 992px) {
  .br-only-over-992 {
    display: block;
  }

  .product-shop .why:not(:only-child) .text-wrapper .icon-checkmark-checked.small-mobile-visible,
.product-shop .why:not(:only-child) .text-wrapper .icon-checkmark-checked.wide-desktop-visible.mobile-visible.small-mobile-hidden {
    display: none !important;
  }
  .product-shop .why:not(:only-child) .text-wrapper .icon-checkmark-checked.wide-desktop-hidden.mobile-hidden {
    display: block !important;
  }
}
@media screen and (max-width: 991px) {
  .br-only-below-991 {
    display: block;
  }

  .product-collateral .why .custom-images-wrapper.trustpilot .second-custom-image img {
    max-width: 80px;
  }
}
@media screen and (max-width: 767px) {
  .mobile-visible {
    display: block !important;
  }

  .mobile-hidden {
    display: none !important;
  }

  .br-only-below-767 {
    display: block;
  }

  .product-collateral .why .text-wrapper {
    left: auto;
    width: 100%;
    -webkit-transform: none;
    transform: none;
  }
  .product-collateral .why .text-wrapper > br {
    display: none;
  }
  .product-collateral .why .text-wrapper > a.icon-checkmark-checked {
    display: block;
  }
  .product-collateral .why .bar-content {
    background-image: none;
  }
  .product-collateral .why .custom-images-wrapper.trustedshops {
    right: 15px;
    white-space: nowrap;
  }
  .product-collateral .why .custom-images-wrapper.trustedshops img {
    max-width: 43px;
  }
  .product-collateral .why .custom-images-wrapper.trustedshops .first-custom-image, .product-collateral .why .custom-images-wrapper.trustedshops .second-custom-image {
    display: inline-block;
    vertical-align: middle;
  }
  .product-collateral .why .custom-images-wrapper.trustedshops .first-custom-image {
    margin-bottom: 0;
    margin-right: 5px;
  }
  .product-collateral .why .custom-images-wrapper.trustedshops .first-custom-image img {
    max-width: 41px;
  }
  .product-collateral .why .custom-images-wrapper.trustpilot {
    right: 20px;
    text-align: right;
  }
  .product-collateral .why .custom-images-wrapper.trustpilot .first-custom-image img {
    max-width: 38px;
  }
}
@media screen and (min-width: 360px) {
  .small-mobile-visible {
    display: none !important;
  }
}
@media screen and (max-width: 359px) {
  .small-mobile-visible {
    display: block !important;
  }

  .small-mobile-hidden {
    display: none !important;
  }

  .product-collateral .why .custom-images-wrapper.trustedshops {
    white-space: normal;
  }
  .product-collateral .why .custom-images-wrapper.trustedshops img {
    max-width: 43px;
  }
  .product-collateral .why .custom-images-wrapper.trustedshops .first-custom-image, .product-collateral .why .custom-images-wrapper.trustedshops .second-custom-image {
    display: block;
  }
  .product-collateral .why .custom-images-wrapper.trustedshops .first-custom-image {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .product-collateral .why .custom-images-wrapper.trustedshops .first-custom-image img {
    max-width: 41px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  html:lang(de) .product-collateral .why .text-wrapper .icon-checkmark-checked.wide-desktop-hidden:last-child {
    display: none !important;
  }
  html:lang(de) .product-collateral .why .text-wrapper .icon-checkmark-checked.wide-desktop-visible:nth-child(2) {
    display: block !important;
  }
}

@media screen and (min-width: 1200px) {
  html:lang(en) .product-shop .why:only-child .custom-images-wrapper.trustpilot {
    bottom: 27px;
  }
  html:lang(en) .product-shop .why:only-child .custom-images-wrapper.trustedshops {
    bottom: 30px;
  }
  html:lang(en) .product-shop .why:only-child .text-wrapper {
    -webkit-transform: translate(-26%, 0);
    transform: translate(-26%, 0);
  }
  html:lang(en) .product-shop .why:not(:only-child) .wide-desktop-visible {
    display: none !important;
  }
  html:lang(en) .product-shop .why:not(:only-child) .custom-images-wrapper.trustpilot {
    right: 25px;
    bottom: 25px;
    max-width: 80px;
  }
  html:lang(en) .product-shop .why:not(:only-child) .custom-images-wrapper.trustpilot .first-custom-image img {
    max-width: 48px;
  }
  html:lang(en) .product-shop .why:not(:only-child) .custom-images-wrapper.trustpilot .second-custom-image img {
    max-width: 80px;
  }
  html:lang(en) .product-shop .why:not(:only-child) .custom-images-wrapper.trustedshops {
    bottom: 30px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  html:lang(en) .product-shop .why:only-child .custom-images-wrapper.trustpilot {
    bottom: 25px;
  }
  html:lang(en) .product-shop .why:only-child .custom-images-wrapper.trustedshops {
    bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  html:lang(en) .product-collateral .why .custom-images-wrapper.trustpilot {
    bottom: 21px;
  }
  html:lang(en) .product-collateral .why .custom-images-wrapper.trustedshops {
    bottom: 25px;
  }
  html:lang(en) .product-collateral .why .text-wrapper {
    -webkit-transform: translate(-23%, 0);
    transform: translate(-23%, 0);
  }
}
@media screen and (max-width: 767px) {
  html:lang(en) .product-collateral .why .text-wrapper {
    -webkit-transform: none;
    transform: none;
  }
  html:lang(en) .product-collateral .why .custom-images-wrapper.trustpilot .first-custom-image {
    margin-bottom: 0;
    text-align: center;
  }
  html:lang(en) .product-collateral .why .custom-images-wrapper.trustpilot .first-custom-image img {
    max-width: 36px;
  }
  html:lang(en) .product-collateral .why .custom-images-wrapper.trustpilot .second-custom-image img {
    max-width: 70px;
  }
  html:lang(en) .product-collateral .why .custom-images-wrapper.trustedshops {
    bottom: 15px;
    white-space: normal;
  }
  html:lang(en) .product-collateral .why .custom-images-wrapper.trustedshops .first-custom-image {
    display: block;
    margin-bottom: 5px;
    margin-right: 0;
  }
  html:lang(en) .product-collateral .why .custom-images-wrapper.trustedshops .first-custom-image img {
    max-width: 38px;
  }
  html:lang(en) .product-collateral .why .custom-images-wrapper.trustedshops .second-custom-image {
    display: block;
  }
  html:lang(en) .product-collateral .why .custom-images-wrapper.trustedshops .second-custom-image img {
    max-width: 40px;
  }
}
@media screen and (max-width: 359px) {
  html:lang(en) .product-collateral .why .bar-content {
    padding-bottom: 30px;
  }
  html:lang(en) .product-collateral .why .custom-images-wrapper.trustpilot {
    right: 15px;
    bottom: 13px;
  }
  html:lang(en) .product-collateral .why .custom-images-wrapper.trustpilot .first-custom-image {
    text-align: right;
  }
  html:lang(en) .locale-en-gb .product-collateral .why .bar-content {
    padding-bottom: 18px;
  }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  html:lang(en) .locale-en-us .product-shop .why:only-child .custom-images-wrapper.trustpilot {
    bottom: 25px;
    right: 25px;
  }
  html:lang(en) .locale-en-us .product-shop .why:only-child .text-wrapper .icon-checkmark-checked.wide-desktop-visible {
    display: block !important;
  }
  html:lang(en) .locale-en-us .product-shop .why:only-child .text-wrapper .icon-checkmark-checked.wide-desktop-hidden {
    display: none !important;
  }
}

@media screen and (min-width: 1200px) {
  html:lang(fr) .product-shop .why:only-child .text-wrapper, html:lang(fr) .locale-fr-be .product-shop .why:only-child .text-wrapper {
    -webkit-transform: translate(-28%, 0);
    transform: translate(-28%, 0);
  }
  html:lang(fr) .product-shop .why:only-child .custom-images-wrapper.trustedshops, html:lang(fr) .locale-fr-be .product-shop .why:only-child .custom-images-wrapper.trustedshops {
    bottom: 35px;
  }
  html:lang(fr) .product-shop .why:not(:only-child) .custom-images-wrapper.trustedshops, html:lang(fr) .locale-fr-be .product-shop .why:not(:only-child) .custom-images-wrapper.trustedshops {
    right: 20px;
    bottom: 20px;
    max-width: 106px;
    white-space: nowrap;
  }
  html:lang(fr) .product-shop .why:not(:only-child) .custom-images-wrapper.trustedshops .first-custom-image, html:lang(fr) .locale-fr-be .product-shop .why:not(:only-child) .custom-images-wrapper.trustedshops .first-custom-image {
    margin-bottom: 0;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
  }
  html:lang(fr) .product-shop .why:not(:only-child) .custom-images-wrapper.trustedshops .second-custom-image, html:lang(fr) .locale-fr-be .product-shop .why:not(:only-child) .custom-images-wrapper.trustedshops .second-custom-image {
    display: inline-block;
    vertical-align: middle;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  html:lang(fr) .product-shop .why:only-child .custom-images-wrapper.trustedshops, html:lang(fr) .locale-fr-be .product-shop .why:only-child .custom-images-wrapper.trustedshops {
    right: 20px;
    bottom: 20px;
    max-width: 106px;
    white-space: nowrap;
  }
  html:lang(fr) .product-shop .why:only-child .custom-images-wrapper.trustedshops .first-custom-image, html:lang(fr) .locale-fr-be .product-shop .why:only-child .custom-images-wrapper.trustedshops .first-custom-image {
    margin-bottom: 0;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
  }
  html:lang(fr) .product-shop .why:only-child .custom-images-wrapper.trustedshops .second-custom-image, html:lang(fr) .locale-fr-be .product-shop .why:only-child .custom-images-wrapper.trustedshops .second-custom-image {
    display: inline-block;
    vertical-align: middle;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  html:lang(fr) .product-collateral .why .text-wrapper, html:lang(fr) .locale-fr-be .product-collateral .why .text-wrapper {
    max-width: 290px;
  }
  html:lang(fr) .product-collateral .why .custom-images-wrapper, html:lang(fr) .locale-fr-be .product-collateral .why .custom-images-wrapper {
    bottom: 35px;
  }
}
@media screen and (max-width: 359px) {
  html:lang(fr) .product-collateral .why .custom-images-wrapper.trustedshops, html:lang(fr) .locale-fr-be .product-collateral .why .custom-images-wrapper.trustedshops {
    right: 20px;
    bottom: 15px;
    max-width: 86px;
    white-space: nowrap;
  }
  html:lang(fr) .product-collateral .why .custom-images-wrapper.trustedshops .first-custom-image, html:lang(fr) .locale-fr-be .product-collateral .why .custom-images-wrapper.trustedshops .first-custom-image {
    margin-bottom: 0;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
  }
  html:lang(fr) .product-collateral .why .custom-images-wrapper.trustedshops .first-custom-image img, html:lang(fr) .locale-fr-be .product-collateral .why .custom-images-wrapper.trustedshops .first-custom-image img {
    max-width: 38px;
  }
  html:lang(fr) .product-collateral .why .custom-images-wrapper.trustedshops .second-custom-image, html:lang(fr) .locale-fr-be .product-collateral .why .custom-images-wrapper.trustedshops .second-custom-image {
    display: inline-block;
    vertical-align: middle;
  }
  html:lang(fr) .product-collateral .why .custom-images-wrapper.trustedshops .second-custom-image img, html:lang(fr) .locale-fr-be .product-collateral .why .custom-images-wrapper.trustedshops .second-custom-image img {
    max-width: 40px;
  }
  html:lang(fr) .product-collateral .why .custom-images-wrapper.trustpilot .first-custom-image img, html:lang(fr) .locale-fr-be .product-collateral .why .custom-images-wrapper.trustpilot .first-custom-image img {
    max-width: 36px;
  }
}

@media screen and (min-width: 1200px) {
  html:lang(fr) .locale-fr-be .product-shop .why:only-child .custom-images-wrapper.trustpilot {
    bottom: 45px;
  }
  html:lang(fr) .locale-fr-be .product-shop .why:not(:only-child) .custom-images-wrapper.trustpilot .first-custom-image {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  html:lang(fr) .locale-fr-be .product-shop .why:only-child .custom-images-wrapper.trustpilot {
    right: 20px;
  }
  html:lang(fr) .locale-fr-be .product-shop .why:only-child .custom-images-wrapper.trustpilot .first-custom-image {
    margin-bottom: 5px;
  }
  html:lang(fr) .locale-fr-be .product-shop .why:only-child .custom-images-wrapper.trustpilot .first-custom-image img {
    max-width: 42px;
  }
  html:lang(fr) .locale-fr-be .product-shop .why:not(:only-child) .text-wrapper .icon-checkmark-checked {
    font-size: 13px;
  }
  html:lang(fr) .locale-fr-be .product-shop .why:not(:only-child) .custom-images-wrapper.trustpilot {
    max-width: 103px;
    white-space: nowrap;
  }
  html:lang(fr) .locale-fr-be .product-shop .why:not(:only-child) .custom-images-wrapper.trustpilot .first-custom-image {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
  }
  html:lang(fr) .locale-fr-be .product-shop .why:not(:only-child) .custom-images-wrapper.trustpilot .second-custom-image {
    display: inline-block;
    vertical-align: middle;
  }
  html:lang(fr) .locale-fr-be .product-shop .why:not(:only-child) .custom-images-wrapper.trustpilot .second-custom-image img {
    width: 65px;
  }
}
@media screen and (max-width: 991px) {
  html:lang(fr) .locale-fr-be .product-collateral .why .text-wrapper {
    -webkit-transform: translate(-41%, 0);
    transform: translate(-41%, 0);
  }
  html:lang(fr) .locale-fr-be .product-collateral .why .custom-images-wrapper {
    bottom: 43px;
  }
}
@media screen and (max-width: 767px) {
  html:lang(fr) .locale-fr-be .product-collateral .why .text-wrapper {
    -webkit-transform: none;
    transform: none;
  }
}
@media screen and (max-width: 359px) {
  html:lang(fr) .locale-fr-be .product-collateral .why .custom-images-wrapper.trustpilot {
    right: 15px;
    bottom: 15px;
    white-space: nowrap;
  }
  html:lang(fr) .locale-fr-be .product-collateral .why .custom-images-wrapper.trustpilot .first-custom-image, html:lang(fr) .locale-fr-be .product-collateral .why .custom-images-wrapper.trustpilot .second-custom-image {
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
  }
  html:lang(fr) .locale-fr-be .product-collateral .why .custom-images-wrapper.trustpilot .first-custom-image {
    margin-right: 5px;
  }
}

@media screen and (min-width: 1200px) {
  .locale-de-ch .product-shop .why:only-child .custom-images-wrapper.trustpilot, .locale-fr-ch .product-shop .why:only-child .custom-images-wrapper.trustpilot {
    bottom: 35px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .locale-de-ch .product-shop .why:only-child .custom-images-wrapper.trustpilot, .locale-fr-ch .product-shop .why:only-child .custom-images-wrapper.trustpilot {
    right: 25px;
    bottom: 25px;
  }
  .locale-de-ch .product-shop .why:not(:only-child) .custom-images-wrapper.trustpilot, .locale-fr-ch .product-shop .why:not(:only-child) .custom-images-wrapper.trustpilot {
    right: 25px;
    bottom: 25px;
    white-space: nowrap;
  }
  .locale-de-ch .product-shop .why:not(:only-child) .custom-images-wrapper.trustpilot .first-custom-image, .locale-fr-ch .product-shop .why:not(:only-child) .custom-images-wrapper.trustpilot .first-custom-image {
    margin-bottom: 0;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
  }
  .locale-de-ch .product-shop .why:not(:only-child) .custom-images-wrapper.trustpilot .second-custom-image, .locale-fr-ch .product-shop .why:not(:only-child) .custom-images-wrapper.trustpilot .second-custom-image {
    display: inline-block;
    vertical-align: middle;
  }
}
@media screen and (max-width: 991px) {
  .locale-de-ch .product-collateral .why .text-wrapper, .locale-fr-ch .product-collateral .why .text-wrapper {
    -webkit-transform: translate(-20%, 0);
    transform: translate(-20%, 0);
  }
}
@media screen and (max-width: 767px) {
  .locale-de-ch .product-collateral .why .text-wrapper, .locale-fr-ch .product-collateral .why .text-wrapper {
    -webkit-transform: none;
    transform: none;
  }
}
@media screen and (max-width: 359px) {
  .locale-de-ch .product-collateral .why .custom-images-wrapper.trustpilot, .locale-fr-ch .product-collateral .why .custom-images-wrapper.trustpilot {
    bottom: 20px;
  }
  .locale-de-ch .product-collateral .why .custom-images-wrapper.trustpilot .second-custom-image img, .locale-fr-ch .product-collateral .why .custom-images-wrapper.trustpilot .second-custom-image img {
    max-width: 65px;
  }
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
  html:lang(de) .locale-de-ch .product-shop .why:not(:only-child) .bar-content {
    padding-bottom: 40px;
  }
  html:lang(de) .locale-de-ch .product-shop .why:not(:only-child) .custom-images-wrapper {
    bottom: 15px;
    max-width: 113px;
  }
}

@media screen and (min-width: 1200px) {
  html:lang(fr) .locale-fr-ch .product-shop .why:not(:only-child) .custom-images-wrapper.trustpilot {
    min-width: 120px;
    bottom: 23px;
    white-space: nowrap;
  }
  html:lang(fr) .locale-fr-ch .product-shop .why:not(:only-child) .custom-images-wrapper.trustpilot .first-custom-image {
    margin-bottom: 0;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
  }
  html:lang(fr) .locale-fr-ch .product-shop .why:not(:only-child) .custom-images-wrapper.trustpilot .first-custom-image img {
    max-width: 36px;
  }
  html:lang(fr) .locale-fr-ch .product-shop .why:not(:only-child) .custom-images-wrapper.trustpilot .second-custom-image {
    display: inline-block;
    vertical-align: middle;
  }
  html:lang(fr) .locale-fr-ch .product-shop .why:only-child .custom-images-wrapper {
    bottom: 47px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  html:lang(fr) .locale-fr-ch .product-shop .why:not(:only-child) .bar-content {
    padding-bottom: 40px;
  }
  html:lang(fr) .locale-fr-ch .product-shop .why:not(:only-child) .custom-images-wrapper {
    bottom: 15px;
    max-width: 113px;
  }
  html:lang(fr) .locale-fr-ch .product-shop .why:only-child .custom-images-wrapper {
    bottom: 20px;
    max-width: 125px;
    white-space: nowrap;
  }
  html:lang(fr) .locale-fr-ch .product-shop .why:only-child .custom-images-wrapper .first-custom-image {
    margin-bottom: 0;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
  }
  html:lang(fr) .locale-fr-ch .product-shop .why:only-child .custom-images-wrapper .first-custom-image img {
    max-width: 38px;
  }
  html:lang(fr) .locale-fr-ch .product-shop .why:only-child .custom-images-wrapper .second-custom-image {
    display: inline-block;
    vertical-align: middle;
  }
}
@media screen and (max-width: 991px) and (max-width: 768px) {
  html:lang(fr) .locale-fr-ch .product-collateral .why .custom-images-wrapper {
    bottom: 40px;
  }
}
@media screen and (max-width: 991px) {
  html:lang(fr) .locale-fr-ch .product-collateral .why .text-wrapper {
    -webkit-transform: translate(-30%, 0);
    transform: translate(-30%, 0);
  }
}
@media screen and (max-width: 767px) {
  html:lang(fr) .locale-fr-ch .product-collateral .why .text-wrapper {
    -webkit-transform: none;
    transform: none;
  }
}
@media screen and (max-width: 359px) {
  html:lang(fr) .locale-fr-ch .product-collateral .why .custom-images-wrapper {
    bottom: 15px;
    white-space: nowrap;
  }
  html:lang(fr) .locale-fr-ch .product-collateral .why .custom-images-wrapper .first-custom-image {
    margin-bottom: 0;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
  }
  html:lang(fr) .locale-fr-ch .product-collateral .why .custom-images-wrapper .first-custom-image img {
    max-width: 34px;
  }
  html:lang(fr) .locale-fr-ch .product-collateral .why .custom-images-wrapper .second-custom-image {
    display: inline-block;
    vertical-align: middle;
  }
}

@media screen and (min-width: 1200px) {
  html:lang(es) .product-shop .why:not(:only-child) .custom-images-wrapper.trustpilot {
    bottom: 20px;
    max-width: 113px;
    white-space: nowrap;
  }
  html:lang(es) .product-shop .why:not(:only-child) .custom-images-wrapper.trustpilot .first-custom-image {
    margin-bottom: 0;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
  }
  html:lang(es) .product-shop .why:not(:only-child) .custom-images-wrapper.trustpilot .first-custom-image img {
    width: 34px;
  }
  html:lang(es) .product-shop .why:not(:only-child) .custom-images-wrapper.trustpilot .second-custom-image {
    display: inline-block;
    vertical-align: middle;
  }
  html:lang(es) .product-shop .why:only-child .text-wrapper {
    -webkit-transform: translate(-28%, 0);
    transform: translate(-28%, 0);
  }
  html:lang(es) .product-shop .why:only-child .custom-images-wrapper.trustpilot {
    bottom: 45px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  html:lang(es) .product-shop .why:not(:only-child) .custom-images-wrapper.trustpilot {
    bottom: 15px;
    right: 15px;
    max-width: 70px;
    white-space: normal;
  }
  html:lang(es) .product-shop .why:not(:only-child) .custom-images-wrapper.trustpilot .first-custom-image {
    margin-right: 0;
    display: block;
  }
  html:lang(es) .product-shop .why:not(:only-child) .custom-images-wrapper.trustpilot .first-custom-image img {
    width: 34px;
  }
  html:lang(es) .product-shop .why:not(:only-child) .custom-images-wrapper.trustpilot .second-custom-image {
    display: block;
  }
  html:lang(es) .product-shop .why:only-child .custom-images-wrapper.trustpilot {
    bottom: 20px;
    max-width: 122px;
    white-space: nowrap;
  }
  html:lang(es) .product-shop .why:only-child .custom-images-wrapper.trustpilot .first-custom-image {
    margin-bottom: 0;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
  }
  html:lang(es) .product-shop .why:only-child .custom-images-wrapper.trustpilot .first-custom-image img {
    width: 34px;
  }
  html:lang(es) .product-shop .why:only-child .custom-images-wrapper.trustpilot .second-custom-image {
    display: inline-block;
    vertical-align: middle;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  html:lang(es) .product-collateral .why .text-wrapper {
    max-width: 280px;
    -webkit-transform: translate(-42%, 0);
    transform: translate(-42%, 0);
  }
  html:lang(es) .product-collateral .why .custom-images-wrapper {
    bottom: 42px;
  }
}
@media screen and (max-width: 767px) {
  html:lang(es) .product-collateral .why .custom-images-wrapper {
    white-space: nowrap;
  }
  html:lang(es) .product-collateral .why .custom-images-wrapper .first-custom-image {
    margin-bottom: 0;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
  }
  html:lang(es) .product-collateral .why .custom-images-wrapper .first-custom-image img {
    max-width: 34px;
  }
  html:lang(es) .product-collateral .why .custom-images-wrapper .second-custom-image {
    display: inline-block;
    vertical-align: middle;
  }
}

@media screen and (min-width: 1200px) {
  html:lang(cs) .product-shop .why:not(:only-child) .bar-content {
    padding-bottom: 30px;
  }
  html:lang(cs) .product-shop .why:not(:only-child) .custom-images-wrapper.trustpilot {
    bottom: 15px;
  }
  html:lang(cs) .product-shop .why:not(:only-child) .custom-images-wrapper.trustpilot .first-custom-image {
    margin-bottom: 0;
  }
  html:lang(cs) .product-shop .why:not(:only-child) .custom-images-wrapper.trustpilot .first-custom-image img {
    width: 36px;
  }
  html:lang(cs) .product-shop .why:only-child .custom-images-wrapper.trustpilot {
    bottom: 35px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  html:lang(cs) .product-shop .why:not(:only-child) .bar-content {
    padding-bottom: 40px;
  }
  html:lang(cs) .product-shop .why:not(:only-child) .bar-content .icon-checkmark-checked {
    letter-spacing: -0.5px;
  }
  html:lang(cs) .product-shop .why:not(:only-child) .custom-images-wrapper.trustpilot {
    bottom: 15px;
    right: 15px;
    max-width: 110px;
    white-space: nowrap;
  }
  html:lang(cs) .product-shop .why:not(:only-child) .custom-images-wrapper.trustpilot .first-custom-image {
    margin-right: 0;
    display: inline-block;
    vertical-align: middle;
  }
  html:lang(cs) .product-shop .why:not(:only-child) .custom-images-wrapper.trustpilot .first-custom-image img {
    width: 34px;
  }
  html:lang(cs) .product-shop .why:not(:only-child) .custom-images-wrapper.trustpilot .second-custom-image {
    display: inline-block;
    vertical-align: middle;
  }
  html:lang(cs) .product-shop .why:only-child .bar-content {
    padding-bottom: 30px;
  }
  html:lang(cs) .product-shop .why:only-child .custom-images-wrapper.trustpilot {
    right: 20px;
    bottom: 20px;
  }
  html:lang(cs) .product-shop .why:only-child .custom-images-wrapper.trustpilot .first-custom-image {
    text-align: right;
    margin-bottom: 0;
  }
  html:lang(cs) .product-shop .why:only-child .custom-images-wrapper.trustpilot .first-custom-image img {
    max-width: 40px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  html:lang(cs) .product-collateral .why .text-wrapper {
    max-width: 290px;
  }
  html:lang(cs) .product-collateral .why .custom-images-wrapper {
    bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  html:lang(cs) .product-collateral .why .custom-images-wrapper .first-custom-image {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 359px) {
  html:lang(cs) .product-collateral .why .bar-content {
    padding-bottom: 52px;
  }
  html:lang(cs) .product-collateral .why .custom-images-wrapper {
    right: 15px;
    bottom: 10px;
    white-space: nowrap;
  }
  html:lang(cs) .product-collateral .why .custom-images-wrapper .first-custom-image {
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
  }
  html:lang(cs) .product-collateral .why .custom-images-wrapper .first-custom-image img {
    max-width: 36px;
  }
  html:lang(cs) .product-collateral .why .custom-images-wrapper .second-custom-image {
    display: inline-block;
    vertical-align: middle;
  }
}

@media screen and (min-width: 1200px) {
  html:lang(it) .product-shop .why:not(:only-child) .text-wrapper {
    max-width: 94%;
  }
  html:lang(it) .product-shop .why:not(:only-child) .custom-images-wrapper .first-custom-image {
    margin-bottom: 5px;
  }
  html:lang(it) .product-shop .why:only-child .text-wrapper {
    max-width: 60%;
    -webkit-transform: translate(-29%, 0);
    transform: translate(-29%, 0);
  }
  html:lang(it) .product-shop .why:only-child .custom-images-wrapper {
    bottom: 35px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  html:lang(it) .product-shop .why:not(:only-child) .bar-content {
    padding-bottom: 30px;
  }
  html:lang(it) .product-shop .why:not(:only-child) .bar-content .icon-checkmark-checked {
    letter-spacing: -0.5px;
  }
  html:lang(it) .product-shop .why:not(:only-child) .custom-images-wrapper {
    right: 15px;
    bottom: 19px;
  }
  html:lang(it) .product-shop .why:only-child .text-wrapper {
    max-width: 60%;
  }
  html:lang(it) .product-shop .why:only-child .custom-images-wrapper {
    bottom: 20px;
    max-width: 125px;
    white-space: nowrap;
  }
  html:lang(it) .product-shop .why:only-child .custom-images-wrapper .first-custom-image {
    margin-bottom: 0;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
  }
  html:lang(it) .product-shop .why:only-child .custom-images-wrapper .first-custom-image img {
    max-width: 36px;
  }
  html:lang(it) .product-shop .why:only-child .custom-images-wrapper .second-custom-image {
    display: inline-block;
    vertical-align: middle;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  html:lang(it) .product-collateral .why .text-wrapper {
    -webkit-transform: translate(-29%, 0);
    transform: translate(-29%, 0);
  }
  html:lang(it) .product-collateral .why .custom-images-wrapper {
    bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  html:lang(it) .product-collateral .why .custom-images-wrapper {
    bottom: 20px;
    text-align: center;
  }
  html:lang(it) .product-collateral .why .custom-images-wrapper .first-custom-image {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 359px) {
  html:lang(it) .product-collateral .why .custom-images-wrapper {
    text-align: right;
  }
  html:lang(it) .product-collateral .why .custom-images-wrapper .first-custom-image img {
    max-width: 36px;
  }
  html:lang(it) .product-collateral .why .custom-images-wrapper .second-custom-image img {
    max-width: 70px;
  }
}

@media screen and (min-width: 1200px) {
  html:lang(pt) .product-shop .why:not(:only-child) .custom-images-wrapper {
    max-width: 110px;
    white-space: nowrap;
  }
  html:lang(pt) .product-shop .why:not(:only-child) .custom-images-wrapper .first-custom-image {
    margin-bottom: 0;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
  }
  html:lang(pt) .product-shop .why:not(:only-child) .custom-images-wrapper .first-custom-image img {
    max-width: 36px;
  }
  html:lang(pt) .product-shop .why:not(:only-child) .custom-images-wrapper .second-custom-image {
    display: inline-block;
    vertical-align: middle;
  }
  html:lang(pt) .product-shop .why:only-child .text-wrapper {
    -webkit-transform: translate(-32%, 0);
    transform: translate(-32%, 0);
  }
  html:lang(pt) .product-shop .why:only-child .custom-images-wrapper {
    bottom: 35px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  html:lang(pt) .product-shop .why:not(:only-child) .bar-content {
    padding-bottom: 40px;
  }
  html:lang(pt) .product-shop .why:not(:only-child) .custom-images-wrapper {
    bottom: 15px;
    max-width: 125px;
    white-space: nowrap;
  }
  html:lang(pt) .product-shop .why:not(:only-child) .custom-images-wrapper .first-custom-image {
    margin-bottom: 0;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
  }
  html:lang(pt) .product-shop .why:not(:only-child) .custom-images-wrapper .first-custom-image img {
    max-width: 36px;
  }
  html:lang(pt) .product-shop .why:not(:only-child) .custom-images-wrapper .second-custom-image {
    display: inline-block;
    vertical-align: middle;
  }
  html:lang(pt) .product-shop .why:only-child .bar-content {
    padding-bottom: 35px;
  }
  html:lang(pt) .product-shop .why:only-child .custom-images-wrapper {
    bottom: 20px;
    max-width: 125px;
    white-space: nowrap;
  }
  html:lang(pt) .product-shop .why:only-child .custom-images-wrapper .first-custom-image {
    margin-bottom: 0;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
  }
  html:lang(pt) .product-shop .why:only-child .custom-images-wrapper .first-custom-image img {
    max-width: 36px;
  }
  html:lang(pt) .product-shop .why:only-child .custom-images-wrapper .second-custom-image {
    display: inline-block;
    vertical-align: middle;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  html:lang(pt) .product-collateral .why .text-wrapper {
    -webkit-transform: translate(-29%, 0);
    transform: translate(-29%, 0);
  }
  html:lang(pt) .product-collateral .why .custom-images-wrapper {
    bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  html:lang(pt) .product-collateral .why .custom-images-wrapper {
    right: 15px;
    bottom: 20px;
  }
  html:lang(pt) .product-collateral .why .custom-images-wrapper .first-custom-image {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 359px) {
  html:lang(pt) .product-collateral .why .bar-content {
    padding-bottom: 30px;
  }
  html:lang(pt) .product-collateral .why .custom-images-wrapper {
    bottom: 10px;
  }
  html:lang(pt) .product-collateral .why .custom-images-wrapper .first-custom-image {
    margin-bottom: 0;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
  }
  html:lang(pt) .product-collateral .why .custom-images-wrapper .first-custom-image img {
    max-width: 36px;
  }
  html:lang(pt) .product-collateral .why .custom-images-wrapper .second-custom-image {
    display: inline-block;
    vertical-align: middle;
  }
  html:lang(pt) .product-collateral .why .custom-images-wrapper .second-custom-image img {
    max-width: 70px;
  }
}

@media screen and (min-width: 1200px) {
  html:lang(ro) .product-shop .why:not(:only-child) .custom-images-wrapper {
    max-width: 110px;
    white-space: nowrap;
  }
  html:lang(ro) .product-shop .why:not(:only-child) .custom-images-wrapper .first-custom-image {
    margin-bottom: 0;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
  }
  html:lang(ro) .product-shop .why:not(:only-child) .custom-images-wrapper .first-custom-image img {
    max-width: 36px;
  }
  html:lang(ro) .product-shop .why:not(:only-child) .custom-images-wrapper .second-custom-image {
    display: inline-block;
    vertical-align: middle;
  }
  html:lang(ro) .product-shop .why:only-child .text-wrapper {
    -webkit-transform: translate(-32%, 0);
    transform: translate(-32%, 0);
  }
  html:lang(ro) .product-shop .why:only-child .custom-images-wrapper {
    bottom: 35px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  html:lang(ro) .product-shop .why:not(:only-child) .bar-content {
    padding-bottom: 40px;
  }
  html:lang(ro) .product-shop .why:not(:only-child) .custom-images-wrapper {
    bottom: 15px;
    max-width: 125px;
  }
  html:lang(ro) .product-shop .why:not(:only-child) .custom-images-wrapper .first-custom-image {
    margin-bottom: 0;
  }
  html:lang(ro) .product-shop .why:not(:only-child) .custom-images-wrapper .first-custom-image img {
    max-width: 36px;
  }
  html:lang(ro) .product-shop .why:only-child .bar-content {
    padding-bottom: 35px;
  }
  html:lang(ro) .product-shop .why:only-child .custom-images-wrapper {
    bottom: 20px;
    max-width: 125px;
    white-space: nowrap;
  }
  html:lang(ro) .product-shop .why:only-child .custom-images-wrapper .first-custom-image {
    margin-bottom: 0;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
  }
  html:lang(ro) .product-shop .why:only-child .custom-images-wrapper .first-custom-image img {
    max-width: 36px;
  }
  html:lang(ro) .product-shop .why:only-child .custom-images-wrapper .second-custom-image {
    display: inline-block;
    vertical-align: middle;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  html:lang(ro) .product-collateral .why .text-wrapper {
    -webkit-transform: translate(-29%, 0);
    transform: translate(-29%, 0);
  }
  html:lang(ro) .product-collateral .why .custom-images-wrapper {
    bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  html:lang(ro) .product-collateral .why .custom-images-wrapper {
    right: 15px;
    bottom: 20px;
  }
  html:lang(ro) .product-collateral .why .custom-images-wrapper .first-custom-image {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 419px) {
  html:lang(ro) .product-collateral .why .custom-images-wrapper {
    bottom: 15px;
  }
  html:lang(ro) .product-collateral .why .custom-images-wrapper .first-custom-image {
    margin-bottom: 0;
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
  }
  html:lang(ro) .product-collateral .why .custom-images-wrapper .first-custom-image img {
    max-width: 36px;
  }
  html:lang(ro) .product-collateral .why .custom-images-wrapper .second-custom-image {
    display: inline-block;
    vertical-align: middle;
  }
  html:lang(ro) .product-collateral .why .custom-images-wrapper .second-custom-image img {
    max-width: 70px;
  }
}
@media screen and (max-width: 359px) {
  html:lang(ro) .product-collateral .why .bar-content {
    padding-bottom: 30px;
  }
  html:lang(ro) .product-collateral .why .custom-images-wrapper {
    bottom: 10px;
  }
}

html:lang(ru) .product-shop .why .custom-images-wrapper.yandexmarket {
  max-width: 100px;
}
html:lang(ru) .product-shop .why .custom-images-wrapper.yandexmarket .second-custom-image img {
  max-width: 100px;
}
html:lang(ru) .product-shop .why .custom-images-wrapper.yandexmarket:after {
  clear: both;
  content: "";
  display: block;
}
@media screen and (min-width: 1200px) {
  html:lang(ru) .product-shop .why:not(:only-child) .text-wrapper .br-only-over-1200 {
    display: none;
  }
  html:lang(ru) .product-shop .why:not(:only-child) .custom-images-wrapper {
    right: 20px;
    bottom: 17px;
    text-align: right;
  }
  html:lang(ru) .product-shop .why:not(:only-child) .custom-images-wrapper .first-custom-image img {
    max-width: 36px;
  }
  html:lang(ru) .product-shop .why:only-child .text-wrapper {
    -webkit-transform: translate(-28%, 0);
    transform: translate(-28%, 0);
  }
  html:lang(ru) .product-shop .why:only-child .custom-images-wrapper {
    bottom: 53px;
    max-width: 100px;
  }
  html:lang(ru) .product-shop .why:only-child .custom-images-wrapper .second-custom-image img {
    max-width: 100px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  html:lang(ru) .product-shop .why:not(:only-child) .bar-content {
    padding-bottom: 35px;
  }
  html:lang(ru) .product-shop .why:not(:only-child) .text-wrapper {
    letter-spacing: -0.4px;
  }
  html:lang(ru) .product-shop .why:not(:only-child) .custom-images-wrapper {
    right: 20px;
    bottom: 13px;
    max-width: 150px;
    white-space: nowrap;
  }
  html:lang(ru) .product-shop .why:not(:only-child) .custom-images-wrapper .first-custom-image {
    float: right;
    margin-bottom: 0;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
  }
  html:lang(ru) .product-shop .why:not(:only-child) .custom-images-wrapper .first-custom-image img {
    max-width: 34px;
  }
  html:lang(ru) .product-shop .why:not(:only-child) .custom-images-wrapper .second-custom-image {
    float: left;
    margin-top: 8px;
    display: inline-block;
    vertical-align: middle;
  }
  html:lang(ru) .product-shop .why:not(:only-child) .custom-images-wrapper .second-custom-image img {
    max-width: 100px;
  }
  html:lang(ru) .product-shop .why:only-child .custom-images-wrapper {
    right: 20px;
    bottom: 20px;
    max-width: 100px;
    text-align: right;
  }
  html:lang(ru) .product-shop .why:only-child .custom-images-wrapper .first-custom-image img {
    max-width: 36px;
  }
  html:lang(ru) .product-shop .why:only-child .custom-images-wrapper .second-custom-image img {
    max-width: 100px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  html:lang(ru) .product-collateral .why .text-wrapper {
    -webkit-transform: translate(-24%, 0);
    transform: translate(-24%, 0);
  }
  html:lang(ru) .product-collateral .why .custom-images-wrapper {
    bottom: 53px;
  }
  html:lang(ru) .product-collateral .why .custom-images-wrapper .first-custom-image {
    margin-bottom: 10px;
  }
  html:lang(ru) .product-collateral .why .custom-images-wrapper .first-custom-image img {
    max-width: 42px;
  }
  html:lang(ru) .product-collateral .why .custom-images-wrapper .second-custom-image img {
    max-width: 100px;
  }
}
@media screen and (max-width: 767px) {
  html:lang(ru) .product-collateral .why .custom-images-wrapper {
    right: 15px;
    bottom: 15px;
    text-align: right;
  }
  html:lang(ru) .product-collateral .why .custom-images-wrapper .first-custom-image {
    margin-bottom: 10px;
  }
  html:lang(ru) .product-collateral .why .custom-images-wrapper .first-custom-image img {
    max-width: 40px;
  }
  html:lang(ru) .product-collateral .why .custom-images-wrapper .second-custom-image img {
    max-width: 100px;
  }
}
@media screen and (max-width: 359px) {
  html:lang(ru) .product-collateral .why .bar-content {
    padding-bottom: 35px;
  }
  html:lang(ru) .product-collateral .why .text-wrapper .br-only-below-991 {
    display: none;
  }
  html:lang(ru) .product-collateral .why .custom-images-wrapper {
    bottom: 10px;
  }
  html:lang(ru) .product-collateral .why .custom-images-wrapper .first-custom-image {
    float: right;
    margin-bottom: 0;
  }
  html:lang(ru) .product-collateral .why .custom-images-wrapper .first-custom-image img {
    max-width: 36px;
  }
  html:lang(ru) .product-collateral .why .custom-images-wrapper .second-custom-image {
    float: left;
    margin-top: 9px;
    margin-right: 10px;
  }
  html:lang(ru) .product-collateral .why .custom-images-wrapper:after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  html:lang(pl) .product-shop .why:not(:only-child) .custom-images-wrapper {
    right: 20px;
    max-width: 100px;
    text-align: right;
  }
  html:lang(pl) .product-shop .why:not(:only-child) .custom-images-wrapper .first-custom-image img {
    max-width: 36px;
  }
  html:lang(pl) .product-shop .why:not(:only-child) .custom-images-wrapper .second-custom-image img {
    max-width: 100px;
  }
  html:lang(pl) .product-shop .why:only-child .text-wrapper {
    -webkit-transform: translate(-28%, 0);
    transform: translate(-28%, 0);
  }
  html:lang(pl) .product-shop .why:only-child .custom-images-wrapper {
    bottom: 53px;
    max-width: 100px;
  }
  html:lang(pl) .product-shop .why:only-child .custom-images-wrapper .second-custom-image img {
    max-width: 100px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  html:lang(pl) .product-shop .why:not(:only-child) .text-wrapper {
    letter-spacing: -0.4px;
  }
  html:lang(pl) .product-shop .why:not(:only-child) .custom-images-wrapper {
    right: 20px;
    bottom: 20px;
    max-width: 100px;
    text-align: right;
  }
  html:lang(pl) .product-shop .why:not(:only-child) .custom-images-wrapper .first-custom-image {
    margin-bottom: 5px;
  }
  html:lang(pl) .product-shop .why:not(:only-child) .custom-images-wrapper .first-custom-image img {
    max-width: 34px;
  }
  html:lang(pl) .product-shop .why:not(:only-child) .custom-images-wrapper .second-custom-image img {
    max-width: 100px;
  }
  html:lang(pl) .product-shop .why:only-child .custom-images-wrapper {
    bottom: 20px;
    text-align: right;
    max-width: 100px;
  }
  html:lang(pl) .product-shop .why:only-child .custom-images-wrapper .first-custom-image img {
    max-width: 36px;
  }
  html:lang(pl) .product-shop .why:only-child .custom-images-wrapper .second-custom-image img {
    max-width: 100px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  html:lang(pl) .product-collateral .why .text-wrapper {
    -webkit-transform: translate(-24%, 0);
    transform: translate(-24%, 0);
  }
  html:lang(pl) .product-collateral .why .custom-images-wrapper {
    bottom: 53px;
  }
  html:lang(pl) .product-collateral .why .custom-images-wrapper .first-custom-image {
    margin-bottom: 10px;
  }
  html:lang(pl) .product-collateral .why .custom-images-wrapper .first-custom-image img {
    max-width: 42px;
  }
  html:lang(pl) .product-collateral .why .custom-images-wrapper .second-custom-image img {
    max-width: 100px;
  }
}
@media screen and (max-width: 767px) {
  html:lang(pl) .product-collateral .why .custom-images-wrapper {
    right: 15px;
    bottom: 20px;
    text-align: right;
  }
  html:lang(pl) .product-collateral .why .custom-images-wrapper .first-custom-image {
    margin-bottom: 10px;
  }
  html:lang(pl) .product-collateral .why .custom-images-wrapper .first-custom-image img {
    max-width: 40px;
  }
  html:lang(pl) .product-collateral .why .custom-images-wrapper .second-custom-image img {
    max-width: 100px;
  }
}
@media screen and (max-width: 359px) {
  html:lang(pl) .product-collateral .why .bar-content {
    padding-bottom: 30px;
  }
  html:lang(pl) .product-collateral .why .custom-images-wrapper {
    bottom: 15px;
  }
  html:lang(pl) .product-collateral .why .custom-images-wrapper .first-custom-image {
    float: right;
    margin-bottom: 0;
  }
  html:lang(pl) .product-collateral .why .custom-images-wrapper .first-custom-image img {
    max-width: 36px;
  }
  html:lang(pl) .product-collateral .why .custom-images-wrapper .second-custom-image {
    float: left;
    margin-top: 9px;
    margin-right: 10px;
  }
  html:lang(pl) .product-collateral .why .custom-images-wrapper:after {
    clear: both;
    content: "";
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  html:lang(nl) .product-shop .why:only-child .text-wrapper, html:lang(nl) .locale-nl-be .product-shop .why:only-child .text-wrapper {
    -webkit-transform: translate(-29%, 0);
    transform: translate(-29%, 0);
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  html:lang(nl) .product-collateral .why .text-wrapper, html:lang(nl) .locale-nl-be .product-collateral .why .text-wrapper {
    max-width: 300px;
  }
  html:lang(nl) .product-collateral .why .custom-images-wrapper, html:lang(nl) .locale-nl-be .product-collateral .why .custom-images-wrapper {
    bottom: 41px;
  }
}
@media screen and (max-width: 767px) {
  html:lang(nl) .product-collateral .why .custom-images-wrapper.trustpilot, html:lang(nl) .locale-nl-be .product-collateral .why .custom-images-wrapper.trustpilot {
    text-align: center;
  }
}
@media screen and (max-width: 359px) {
  html:lang(nl) .product-collateral .why .custom-images-wrapper.trustpilot, html:lang(nl) .locale-nl-be .product-collateral .why .custom-images-wrapper.trustpilot {
    text-align: right;
  }
}

@media screen and (min-width: 1200px) {
  html:lang(de) .locale-de-ch .product-shop .why:only-child .text-wrapper {
    -webkit-transform: translate(-24%, 0);
    transform: translate(-24%, 0);
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  html:lang(de) .locale-de-ch .product-shop .why:not(:only-child) .text-wrapper {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  html:lang(de) .locale-de-ch .product-collateral .why .custom-images-wrapper {
    bottom: 32px;
  }
}
@media screen and (max-width: 359px) {
  html:lang(de) .locale-de-ch .product-collateral .why .custom-images-wrapper.trustpilot .first-custom-image img {
    max-width: 36px;
  }
}

.country-de .first-custom-image {
  display: none !important;
}div.ajaxcartpro_progress, div.ajaxcartpro_confirm {
  display: none;
  position: fixed;
  border-radius: 7px;
  text-align: center !important;
  padding: 0;
  height: auto !important;
  background-color: #fff;
  z-index: 9999;
  max-width: calc( 100% - 30px );
  left: 50% !important;
  top: 50% !important;
  margin: 0;
  transform: translate(-50%, -50%);
}

div.ajaxcartpro_progress .ajax-page-content, div.ajaxcartpro_confirm .ajax-page-content {
  text-align: center !important;
}

div.ajaxcartpro_confirm {
  width: 700px;
}
div.ajaxcartpro_confirm .page-content {
  font-size: 14px;
}

div.ajaxcartpro_confirm img {
  display: block;
  margin: 0 auto 20px;
}

div.ajaxcartpro_progress {
  font-size: 14px;
  min-width: 200px;
  min-height: 100px;
}

div.ajaxcartpro_progress .css-loader {
  display: block;
  position: static;
  margin: 20px auto;
}

div.ajaxcartpro_progress .css-loader, div.ajaxcartpro_progress .css-loader:before, div.ajaxcartpro_progress .css-loader:after {
  border: 2px solid #ccc;
  border-left-color: #d04249;
}

#aw_acp_continue, #aw_acp_checkout {
  font-size: 14px;
  margin: 5px 10px;
}

#aw_acp_checkout {
  border-color: #c52f35;
  background-color: #c52f35;
  transition: all 0.3s ease-in-out;
}

#aw_acp_checkout:hover {
  border-color: #d04249;
  background-color: #d04249;
}

.ajaxcart-overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 8010;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.35);
  display: none;
}

@media screen and (max-width: 767px) {
  .ajaxcartpro_confirm .page-content {
    text-align: center;
  }

  #aw_acp_continue, #aw_acp_checkout {
    margin: 5px auto;
  }
}@charset "UTF-8";
/*
   Magic 360 v4.6.8 - HD Fix
*/
#image-360 {
  margin: 0 auto;
  display: block;
  line-height: 1em;
  min-height: 275px;
}

.product-image {
  text-align: center;
}

.magic360-popup {
  display: none;
  padding: 20px;
  max-width: 800px;
  max-height: 600px;
}
.magic360-popup .fancybox-close-small {
  color: #888;
  transition: all 0.3s ease-in-out;
}
.magic360-popup .fancybox-close-small:hover {
  background: #e7e7e7;
}

.Magic360-container {
  border: none;
  border-radius: 7px;
}

.hd-image-360-hint {
  left: 50%;
  bottom: 15px;
  padding: 0 0 23px;
  z-index: 2;
  line-height: 1em;
  border-radius: 0;
  background: transparent;
  position: absolute;
  text-align: center;
  margin: 0 auto;
  transform: translate(-50%, 0);
  display: inline-block;
  color: #8d8b8b;
  font-size: 14px;
  pointer-events: none;
  width: calc(100% - 20px);
}

/*.hd-image-360-hint:after, .hd-image-360-hint:before{*/
/*content: '\e908';*/
/*display: block;*/
/*text-align: right;*/
/*background: transparent;*/
/*width: 29px;*/
/*height: 22px;*/
/*left: -40px;*/
/*right: auto;*/
/*font-size:25px;*/
/*position: absolute;*/
/*top: 1px;*/
/*color:#74818f;*/
/*font-family: 'icomoon' !important;*/
/*}*/
/*.hd-image-360-hint:after{*/
/*content:'\e909';*/
/*right: -40px;*/
/*text-align: left;*/
/*left: auto;*/
/*}*/
.hd-image-360-hint:after {
  content: "";
  display: block;
  text-align: right;
  background: transparent;
  width: 29px;
  height: 22px;
  left: calc(50% - 20px);
  right: auto;
  font-size: 25px;
  position: absolute;
  top: auto;
  bottom: -11px;
  color: #74818f;
  font-family: "icomoon" !important;
}

.Magic360.desktop.zoom-in, .Magic360-container.desktop .m360-magnifier.m360-magnifier-inner,
.Magic360-fullscreen.desktop .m360-magnifier.m360-magnifier-inner {
  cursor: pointer !important;
}

.m360-hint-message, .m360-loader {
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  background: rgba(167, 173, 176, 0.6);
}

.m360-hint, .m360-icon-fullscreen-open {
  display: none !important;
}

@media screen and (max-width: 991px) {
  #image-360 {
    line-height: 1em;
    margin: 0 auto;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .hd-image-360-hint {
    bottom: 40px;
  }

  .magic360-popup {
    padding: 15px 0;
  }
}.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #7c8895;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 998;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  font-size: 13px;
  padding: 3px 6px;
  user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  /*border-bottom: none;*/
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  /*border-top: none;*/
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: #7c8895;
  background: -moz-linear-gradient(top, #7c8895 0%, #637485 100%);
  background: -webkit-linear-gradient(top, #7c8895 0%, #637485 100%);
  background: linear-gradient(to bottom, #7c8895 0%, #637485 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#7c8895", endColorstr="#637485",GradientType=0 );
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #7c8895;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFCCCCCC", GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #7c8895;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFFFFFFF", endColorstr="#FFEEEEEE", GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#FFEEEEEE", endColorstr="#FFFFFFFF", GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #7c8895;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #7c8895;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background: #7c8895;
  background: -moz-linear-gradient(top, #7c8895 0%, #637485 100%);
  background: -webkit-linear-gradient(top, #7c8895 0%, #637485 100%);
  background: linear-gradient(to bottom, #7c8895 0%, #637485 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#7c8895", endColorstr="#637485",GradientType=0 );
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #7c8895;
}/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[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;
}.login-overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  padding: 20px;
  display: none;
  position: fixed;
  background: rgba(0, 0, 0, 0.48);
}

.register-container {
  display: none;
}

.register-container {
  top: 50%;
  left: 50%;
  width: 400px;
  z-index: 9998;
  display: none;
  max-width: 100%;
  position: fixed;
  border-radius: 15px;
  margin: -180px 0 0 -200px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px 0;
}

.login-container {
  top: 50%;
  left: 50%;
  width: 760px;
  z-index: 9998;
  display: none;
  position: fixed;
  border-radius: 15px;
  background-color: #fff;
  margin: -120px 0 0 -380px;
  box-shadow: rgba(0, 0, 0, 0.2) 0 0 10px 0;
}

.register-box {
  float: left;
  width: 380px;
  min-height: 250px;
  background-color: #fff;
  border-radius: 15px 0 0 15px;
}

.login-box {
  float: right;
  width: 380px;
  min-height: 250px;
  background-color: #fff;
  border-radius: 0 15px 15px 0;
}

.login-register-popup .window-title .heading {
  margin: 0;
  color: #fff;
  font-size: 24px;
  min-height: 25px;
  padding: 10px 25px;
  line-height: 25px;
  text-align: center;
  font-weight: normal;
  font-family: "Roboto-Thin", Arial, sans-serif;
}

.register-box .window-title, .login-register-popup .window-title {
  background: #3b5281;
  background: -moz-linear-gradient(top, #4f699c 0%, #3b5281 100%);
  background: -webkit-linear-gradient(top, #4f699c 0%, #3b5281 100%);
  background: linear-gradient(to bottom, #4f699c 0%, #3b5281 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4f699c", endColorstr="#3b5281", GradientType=0);
  border-radius: 14px 0 0 0;
}

.login-box .window-title {
  background: #7b8895;
  background: -moz-linear-gradient(top, #7b8895 0%, #667687 100%);
  background: -webkit-linear-gradient(top, #7b8895 0%, #667687 100%);
  background: linear-gradient(to bottom, #7b8895 0%, #667687 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#7b8895", endColorstr="#667687", GradientType=0);
  border-radius: 0 14px 0 0;
}

.login-close {
  right: 0;
  top: -37px;
  color: #74818f;
  cursor: pointer;
  position: absolute;
}
.login-close.btn-secondary {
  color: #74818f;
  min-width: 50px;
  font-size: 14px;
  background-color: #fff;
}
.login-close span:before {
  top: 1px;
  color: #74818f;
  font-size: 13px;
  margin: 0 0 0 8px;
}

.popup-login-form {
  text-align: center;
  padding: 25px 60px 25px 45px;
}

.login-box .last {
  text-align: center;
  padding: 0 60px 15px 60px;
}

.register-box .action-message {
  text-align: justify;
  padding: 25px 30px 20px 30px;
}
.register-box .action-message a {
  color: #3b548e;
  text-decoration: underline;
}
.register-box .register-link {
  text-align: center;
  margin-bottom: 25px;
}

.window-box .input-fly {
  width: 100%;
  padding: 3px 0;
}

.window-box .input-fly label {
  float: left;
  width: 100px;
  color: #5a6978;
  font-size: 14px;
  line-height: 31px;
  text-align: right;
  padding-right: 5px;
  font-weight: normal;
}

.login-container .input-fly label {
  color: #9faab5;
}

.window-box .input-fly input {
  font-size: 14px;
}

.login-register-popup .response-msg {
  color: #eb340a;
  margin: 0 auto;
  max-width: 275px;
  font-size: 14px !important;
}
.login-register-popup .response-msg div {
  padding: 5px 0;
  margin: 0 0 5px;
  text-align: right;
}

.login-box label span {
  color: #eb340a;
}

.window-box .box-contents-button button {
  float: none;
  margin-bottom: 5px;
}
.window-box .box-contents-button {
  width: 100%;
  margin-top: 10px;
}
.window-box .input-fly-checkbox label {
  font-size: 12px;
  width: auto;
}

.forgot-password {
  margin-top: 10px;
}
.forgot-password a {
  float: none;
  color: #74818f;
  font-size: 12px;
  margin: 0 0 10px 0;
  display: inline-block;
  text-decoration: underline;
}

.main-container .ajaxlogin-loader {
  display: none;
  z-index: 9999;
  position: fixed;
  top: 50% !important;
  opacity: 1 !important;
}

.login-container .login-me,
.login-container .register-me,
.login-container .open-register-window {
  font-size: 14px;
  padding: 8px 23px;
}

.login-container input {
  width: 145px;
}

.register-container .btn-set {
  margin: 25px 0 0;
  text-align: center;
}
.register-container .window-title {
  border-radius: 10px 10px 0 0;
}
.register-container input {
  width: 140px;
}
.register-container input[type=checkbox], .register-container input[type=radio] {
  width: 15px;
  height: 15px;
}
.register-container .window-box.last .box-contents {
  width: 100%;
  text-align: center;
  margin-bottom: 5px;
}
.register-container .input-fly label span {
  color: #eb340a;
}
.register-container .input-fly label {
  width: 151px;
  padding-right: 8px;
  line-height: 1.1em;
  vertical-align: middle;
  float: none;
  display: inline-block;
}
.register-container .input-fly-checkbox label {
  width: auto;
}
.register-container .last button.button {
  color: #fff;
  font-size: 14px;
  margin-bottom: 20px;
}
.register-container .register-box {
  float: none;
  width: 350px;
  max-width: 100%;
  padding: 0 25px;
  min-height: auto;
  border-radius: 0;
  background: transparent;
}
.register-container .register-box + .window-box.last {
  margin: 25px 0 35px;
}
.register-container .register-box .input-fly-checkbox label {
  top: 0;
  margin: 0;
  padding: 0;
  width: auto;
  float: none;
  font-size: 14px;
  text-align: left;
  position: relative;
  vertical-align: top;
  max-width: calc(100% - 30px);
}
.register-container .register-box .input-fly-checkbox label a {
  color: #444;
  text-decoration: underline;
}
.register-container .register-box input[type=checkbox] + label {
  cursor: pointer;
  line-height: 16px;
}
.register-container .register-box input[type=checkbox] {
  font-size: 13px;
  padding-right: 7px;
}
.register-container .register-box input[type=checkbox]:before {
  top: -7px;
}
.register-container .input-fly-checkbox {
  max-width: 270px;
  text-align: left;
  padding: 0;
  margin: 15px auto 0;
  width: calc(100% - 70px);
}
.register-container .input-fly-checkbox input {
  display: inline-block;
  vertical-align: top;
}
.register-container .input-fly-checkbox + .input-fly-checkbox {
  margin: 0;
}

.popup-register-form {
  margin: 0;
  padding: 35px 0;
  text-align: left;
}
.popup-register-form .container {
  padding: 0;
}

.login-box .open-register-window {
  display: none;
}

html:lang(ru) .login-register-popup .window-title .heading {
  font-size: 22px;
}

@media (max-width: 767px) {
  .login-container .register-box {
    display: none;
  }

  .login-box {
    width: 100%;
    border-radius: 15px;
  }

  .login-box .window-title {
    border-radius: 14px 14px 0 0;
  }

  .window-box {
    text-align: center;
  }

  .window-box .forgot-password {
    display: block;
  }

  .login-box .open-register-window {
    color: #74818f;
    display: inline-block;
    border-color: #74818f;
    background: transparent;
  }
  .login-box .open-register-window:hover {
    border-color: #74818f;
    background-color: #ededed;
  }
  .login-box .register-link {
    display: inline-block;
  }

  .window-box .input-fly label {
    display: inline-block;
    float: none;
  }

  .login-container {
    max-width: calc(100% - 76px);
    left: 20px;
    margin: -140px 0 0 0;
  }

  .register-container .register-box input[type=checkbox] + label {
    margin-right: 0;
  }
  .register-container .register-box .input-fly-checkbox {
    max-width: 100%;
  }
}
@media (max-width: 419px) {
  .login-container, .register-container {
    max-width: calc(100% - 40px);
    left: 20px;
    margin: 0;
    top: 40px;
  }

  .popup-register-form {
    padding: 20px 10px;
  }

  .popup-login-form {
    padding: 25px 20px;
  }

  .login-container input {
    width: 180px;
  }

  .register-container .register-box .input-fly label {
    width: 200px;
    text-align: left;
    padding: 6px 0 3px;
  }
  .register-container .register-box input[type=checkbox] {
    padding-right: 0;
    margin-right: 2px;
  }
  .register-container .register-box input[type=checkbox] + label {
    padding: 0;
    max-width: 182px;
  }
  .register-container .input-fly-checkbox {
    text-align: center !important;
  }
  .register-container input {
    width: 180px;
  }
  .register-container .input-fly-checkbox {
    width: 100%;
    padding: 0;
  }

  .login-container .window-box .input-fly label {
    text-align: left;
    display: block;
    width: 180px;
    margin: 0 auto;
  }

  .window-box .input-fly {
    text-align: center;
  }

  .login-register-popup .response-msg div {
    text-align: center;
  }
}
@media screen and (max-height: 440px) {
  .register-container {
    top: 40px !important;
    margin-top: 0 !important;
  }
}@media only screen and (max-width: 767px) {
  .category .subscribe-popup {
    width: 100%;
    top: 35%;
    text-align: center;
  }
  .category .subscribe-popup .input-fields {
    margin-top: 20px;
    width: 100%;
  }
  .category .subscribe-popup .notification-container {
    width: 80%;
    margin: auto;
  }
  .category .subscribe-popup .amxnotif_guest_action {
    width: 100%;
    max-width: 100%;
    margin-top: 20px;
  }
  .actions-toolbar.amxnotif_guest_action {
    margin-left: 5px;
  }
  .notification-container {
    display: -ms-inline-flexbox;
    display: -webkit-inline-flex;
    display: inline-flex;
  }
}
@media all and (min-width: 768px), print {
  .amxnotif-block .input-fields {
    margin-bottom: 5px;
  }
  .category .subscribe-popup .amxnotif_guest_action {
    min-width: inherit;
  }
  .category .subscribe-popup {
    width: 40%;
    top: 25%;
    margin: 0 auto;
  }
  .category .subscribe-popup .notification-container {
    margin-top: 20px;
  }
}
@media all and (min-width: 1024px), print {
  .amxnotif-block .input-fields {
    margin-bottom: 0;
  }
  .category .subscribe-popup .notification-container {
    margin-top: 20px;
  }
  .category .subscribe-popup {
    width: 30%;
  }
}
.amxnotif-block {
  margin-bottom: 20px;
  clear: both;
}
.amxnotif-block .input-fields {
  display: inline-block;
  width: 66%;
  vertical-align: top;
  margin: 0;
}
.amxnotif-block .amxnotif_guest_action {
  vertical-align: top;
  display: inline-block;
  max-width: 32%;
  min-width: 120px;
}
.amxnotif-block label {
  color: #2F2F2F;
  font-weight: bold;
  float: none;
  display: block;
}
.amxnotif-block .amsubscribe,
.amxnotif-block .amsubscribe:hover {
  height: 32px;
  padding: 0 20px;
  background-image: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjI0cHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDUxMCA1MTAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMCA1MTA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0iY2hlY2stY2lyY2xlLW91dGxpbmUiPgoJCTxwYXRoIGQ9Ik0xNTAuNDUsMjA2LjU1bC0zNS43LDM1LjdMMjI5LjUsMzU3bDI1NS0yNTVsLTM1LjctMzUuN0wyMjkuNSwyODUuNkwxNTAuNDUsMjA2LjU1eiBNNDU5LDI1NWMwLDExMi4yLTkxLjgsMjA0LTIwNCwyMDQgICAgUzUxLDM2Ny4yLDUxLDI1NVMxNDIuOCw1MSwyNTUsNTFjMjAuNCwwLDM4LjI1LDIuNTUsNTYuMSw3LjY1bDQwLjgwMS00MC44QzMyMS4zLDcuNjUsMjg4LjE1LDAsMjU1LDBDMTE0Ljc1LDAsMCwxMTQuNzUsMCwyNTUgICAgczExNC43NSwyNTUsMjU1LDI1NXMyNTUtMTE0Ljc1LDI1NS0yNTVINDU5eiIgZmlsbD0iI0ZGRkZGRiIvPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-position: center;
}
.amxnotif-block div.field {
  margin: 5px 0;
}
.products.list .amxnotif-block .amxnotif_guest_action {
  min-width: initial;
}
.products.list .amxnotif-block.label:not(.subscribe-popup) {
  margin-bottom: inherit;
}
.products.list .stock.link-stock-alert {
  margin-bottom: 20px;
  display: none;
}
.category.subscribe-popup {
  position: fixed;
  z-index: 9999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000000;
  background-color: rgba(0, 0, 0, 0.4);
}
.amxnotif-block .subscribe-popup {
  background-color: #fefefe;
  position: relative;
  padding: 20px 20px 20px 20px;
  border: 1px solid #888;
  height: auto;
  box-sizing: border-box;
}
.category.amxnotif-block {
  display: none;
}
.label.subscribe-popup a {
  cursor: pointer;
}
.close-subscribe-popup {
  position: absolute;
  right: 20px;
  top: 20px;
  display: inline-block;
  color: #aaa;
  float: right;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
.amxnotif-block .subscribe-popup label[for^="notification-container"] {
  font-size: 20px;
  text-align: center;
}
