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

.ui-timepicker-div .ui_tpicker_unit_hide {
    display:none;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
 .owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(../../frontend/Charcoal/theme_new/en_US/css/source/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}/* -------------------------------------------- */
@font-face {
  font-family: "OpenSansLight";
  src: url('../../frontend/Charcoal/theme_new/en_US/fonts/OpenSans/OpenSansLight/OpenSansLight.eot') format('eot'), url('../../frontend/Charcoal/theme_new/en_US/fonts/OpenSans/OpenSansLight/OpenSansLight.woff') format('woff'), url('../../frontend/Charcoal/theme_new/en_US/fonts/OpenSans/OpenSansLight/OpenSansLight.svg') format('svg'), url('../../frontend/Charcoal/theme_new/en_US/fonts/OpenSans/OpenSansLight/OpenSansLight.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSansSemiBold";
  src: url('../../frontend/Charcoal/theme_new/en_US/fonts/OpenSans/OpenSansSemiBold/OpenSansSemiBold.eot') format('eot'), url('../../frontend/Charcoal/theme_new/en_US/fonts/OpenSans/OpenSansSemiBold/OpenSansSemiBold.woff') format('woff'), url('../../frontend/Charcoal/theme_new/en_US/fonts/OpenSans/OpenSansSemiBold/OpenSansSemiBold.svg') format('svg'), url('../../frontend/Charcoal/theme_new/en_US/fonts/OpenSans/OpenSansSemiBold/OpenSansSemiBold.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSansBold";
  src: url('../../frontend/Charcoal/theme_new/en_US/fonts/OpenSans/OpenSansBold/OpenSansBold.eot') format('eot'), url('../../frontend/Charcoal/theme_new/en_US/fonts/OpenSans/OpenSansBold/OpenSansBold.woff') format('woff'), url('../../frontend/Charcoal/theme_new/en_US/fonts/OpenSans/OpenSansBold/OpenSansBold.svg') format('svg'), url('../../frontend/Charcoal/theme_new/en_US/fonts/OpenSans/OpenSansBold/OpenSansBold.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "OpenSansRegular";
  src: url('../../frontend/Charcoal/theme_new/en_US/fonts/OpenSans/OpenSansRegular/OpenSansRegular.eot') format('eot'), url('../../frontend/Charcoal/theme_new/en_US/fonts/OpenSans/OpenSansRegular/OpenSansRegular.woff') format('woff'), url('../../frontend/Charcoal/theme_new/en_US/fonts/OpenSans/OpenSansRegular/OpenSansRegular.svg') format('svg'), url('../../frontend/Charcoal/theme_new/en_US/fonts/OpenSans/OpenSansRegular/OpenSansRegular.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FontAwesome";
  src: url('../../frontend/Charcoal/theme_new/en_US/fonts/FontAwesome/FontAwesome.eot') format('eot'), url('../../frontend/Charcoal/theme_new/en_US/fonts/FontAwesome/FontAwesome.woff') format('woff'), url('../../frontend/Charcoal/theme_new/en_US/fonts/FontAwesome/FontAwesome.svg') format('svg'), url('../../frontend/Charcoal/theme_new/en_US/fonts/FontAwesome/FontAwesome.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "FontAwesomeSolid";
  src: url('../../frontend/Charcoal/theme_new/en_US/fonts/FontAwesome/FontAwesomeSolid/FontAwesomeSolid.eot') format('eot'), url('../../frontend/Charcoal/theme_new/en_US/fonts/FontAwesome/FontAwesomeSolid/FontAwesomeSolid.woff') format('woff'), url('../../frontend/Charcoal/theme_new/en_US/fonts/FontAwesome/FontAwesomeSolid/FontAwesomeSolid.svg') format('svg'), url('../../frontend/Charcoal/theme_new/en_US/fonts/FontAwesome/FontAwesomeSolid/FontAwesomeSolid.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "MaterialIcons";
  src: url('../../frontend/Charcoal/theme_new/en_US/fonts/MaterialIcons/MaterialIcons.eot') format('eot'), url('../../frontend/Charcoal/theme_new/en_US/fonts/MaterialIcons/MaterialIcons.woff') format('woff'), url('../../frontend/Charcoal/theme_new/en_US/fonts/MaterialIcons/MaterialIcons.svg') format('svg'), url('../../frontend/Charcoal/theme_new/en_US/fonts/MaterialIcons/MaterialIcons.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Outicons";
  src: url('../../frontend/Charcoal/theme_new/en_US/fonts/Outicons/Outicons.eot') format('eot'), url('../../frontend/Charcoal/theme_new/en_US/fonts/Outicons/Outicons.woff') format('woff'), url('../../frontend/Charcoal/theme_new/en_US/fonts/Outicons/Outicons.svg') format('svg'), url('../../frontend/Charcoal/theme_new/en_US/fonts/Outicons/Outicons.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SofiaproLight";
  src: url('../../frontend/Charcoal/theme_new/en_US/fonts/Sofiapro/SofiaproLight/SofiaproLight.eot') format('eot'), url('../../frontend/Charcoal/theme_new/en_US/fonts/Sofiapro/SofiaproLight/SofiaproLight.woff') format('woff'), url('../../frontend/Charcoal/theme_new/en_US/fonts/Sofiapro/SofiaproLight/SofiaproLight.svg') format('svg'), url('../../frontend/Charcoal/theme_new/en_US/fonts/Sofiapro/SofiaproLight/SofiaproLight.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SofiaproBold";
  src: url('../../frontend/Charcoal/theme_new/en_US/fonts/Sofiapro/SofiaproBold/SofiaproBold.eot') format('eot'), url('../../frontend/Charcoal/theme_new/en_US/fonts/Sofiapro/SofiaproBold/SofiaproBold.woff') format('woff'), url('../../frontend/Charcoal/theme_new/en_US/fonts/Sofiapro/SofiaproBold/SofiaproBold.svg') format('svg'), url('../../frontend/Charcoal/theme_new/en_US/fonts/Sofiapro/SofiaproBold/SofiaproBold.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "SofiaproRegular";
  src: url('../../frontend/Charcoal/theme_new/en_US/fonts/Sofiapro/SofiaproRegular/SofiaproRegular.eot') format('eot'), url('../../frontend/Charcoal/theme_new/en_US/fonts/Sofiapro/SofiaproRegular/SofiaproRegular.woff') format('woff'), url('../../frontend/Charcoal/theme_new/en_US/fonts/Sofiapro/SofiaproRegular/SofiaproRegular.svg') format('svg'), url('../../frontend/Charcoal/theme_new/en_US/fonts/Sofiapro/SofiaproRegular/SofiaproRegular.ttf') format('ttf');
  font-weight: normal;
  font-style: normal;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
  box-shadow: 0 0 0 30px #ffffff inset !important;
}
.page-wrapper {
  /* FF 4-18 */
  /* FF 19+ */
  /* IE 10+ */
}
.page-wrapper input[type='text']::-moz-placeholder {
  color: #b5b5b5;
}
.page-wrapper input[type='text']::-webkit-input-placeholder {
  color: #b5b5b5;
}
.page-wrapper input[type='text']:-ms-input-placeholder {
  color: #b5b5b5;
}
.page-wrapper input[type='text']::-ms-input-placeholder {
  color: #b5b5b5;
}
.page-wrapper input[type='text']::placeholder {
  color: #b5b5b5;
}
.page-wrapper input:focus::-webkit-input-placeholder {
  color: transparent;
}
.page-wrapper input:focus:-moz-placeholder {
  color: transparent;
}
.page-wrapper input:focus::-moz-placeholder {
  color: transparent;
}
.page-wrapper input:focus:-ms-input-placeholder {
  color: transparent;
}
body {
  font-family: "OpenSansRegular";
  font-size: 14px;
  line-height: 1.7;
  color: #858585;
  min-width: 320px;
  background: #f5f5f5;
  position: relative;
  margin: 0;
}
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
*:focus {
  outline: none;
}
ul,
ol {
  list-style: none;
}
ul.disc,
ol.disc {
  list-style: disc;
  margin: 0 0 0 20px;
}
ul li,
ol li {
  padding: 0;
  margin: 0;
}
#description ul,
#description ol {
  list-style: decimal;
}
#description ul li,
#description ol li {
  padding: 0;
  margin-left: 40px;
}
strong {
  font-family: "OpenSansBold";
  font-weight: normal;
}
a {
  text-decoration: none;
  color: #21bcec;
}
a:hover {
  text-decoration: underline;
}
p {
  margin: 0 0 15px;
}
img {
  display: block;
  max-width: 100%;
}
table {
  border-collapse: collapse;
}
table td {
  padding: 5px;
}
table.table-links tr {
  height: 70px;
}
table.table-links tr td {
  text-align: center;
  line-height: 5em;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-family: "SofiaproBold";
}
.anim {
  transition: all 0.3s ease-out;
}
.no-display {
  display: none;
}
.delimiter {
  height: 1px;
  widows: 100%;
  display: block;
  background: #dadada;
}
.centered {
  text-align: center;
}
.img_left {
  float: left;
  margin-left: 15px;
  margin-right: 15px;
}
.message {
  margin: 0 0 20px;
  padding: 7px 10px 7px 20px;
  border-left: 5px solid transparent;
  position: relative;
}
.message p {
  margin: 0;
}
.message:before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: none;
}
.message.success {
  border-color: #60a83c;
  background: #eff5ea;
}
.message.success:before {
  border-left: 6px solid #60a83c;
}
.message.notice,
.message.warning,
.message.empty {
  border-color: #e77515;
  background: #faebe7;
}
.message.notice:before,
.message.warning:before,
.message.empty:before {
  border-left: 6px solid #e77515;
}
.message.error {
  border-color: #d83820;
  background: #faebe7;
}
.message.error:before {
  border-left: 6px solid #d83820;
}
fieldset {
  border: none;
  margin: 0 0 20px;
}
fieldset .legend {
  font-family: "OpenSansSemiBold";
  font-size: 1rem;
  line-height: 1.25;
  margin: 0 0 7px;
  display: block;
}
fieldset > br {
  display: none;
}
input[type='text'],
input[type='email'],
input[type='password'],
input[type='number'],
textarea,
select {
  display: block;
  width: 100%;
  padding: 6px 20px;
  font-size: 14px;
  line-height: 1.5em;
  background: #ffffff;
  border: 1px solid #858585;
  outline: 0;
  border-radius: 25px;
  min-height: 3em;
  max-width: 450px;
}
input[type='text']:focus,
input[type='email']:focus,
input[type='password']:focus,
input[type='number']:focus,
textarea:focus,
select:focus {
  border-color: #23bfef;
  outline: none;
}
input[type='number'] {
  width: 5rem;
  text-align: center;
}
input[name='payment[cc_number]'] {
  width: 250px;
  text-align: left;
}
textarea {
  resize: none;
  height: 77px;
}
form .field {
  margin: 0 0 10px;
}
form .field .label {
  line-height: 1.1;
  padding: 6px 0;
  display: inline-block;
}
form .field.choice input[type='checkbox'] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
form .field.choice input[type='checkbox'] + label {
  position: relative;
  padding: 0 0 0 20px;
}
form .field.choice input[type='checkbox'] + label:before {
  content: '\e835';
  position: absolute;
  width: 18px;
  height: 18px;
  font-size: 18px;
  top: 1px;
  line-height: 1;
  left: 0;
  font-family: "MaterialIcons";
  color: #21bcec;
}
form .field.choice input[type='checkbox']:checked + label:before {
  content: '\e834';
}
form p.required {
  font-size: 10px;
  text-align: right;
  color: #d73105;
}
.field.required > .label:after {
  content: '*';
  color: #d73105;
  display: inline-block;
  margin: 0 0 0 3px;
}
.mage-error,
.field-error {
  font-size: 12px;
  color: #d73105;
}
.password-strength-meter {
  font-size: 12px;
}
._with-tooltip {
  position: relative;
  padding: 0 30px 0 0;
}
._with-tooltip .field-tooltip {
  position: absolute;
  top: 0;
  right: 0;
  margin: 6px 0 0;
}
._with-tooltip .field-tooltip .label {
  display: none;
}
._with-tooltip .field-tooltip._active .field-tooltip-content {
  display: block;
}
._with-tooltip .field-tooltip-action {
  color: #9c9b9b;
  cursor: pointer;
}
._with-tooltip .field-tooltip-action:before {
  content: '\e8fd';
  font-family: "MaterialIcons";
  font-size: 19px;
}
._with-tooltip .field-tooltip-action:hover {
  color: #060606;
}
._with-tooltip .field-tooltip-content {
  background: #ffffff;
  border-radius: 1px;
  font-size: 13px;
  padding: 6px;
  display: none;
  right: -5px;
  position: absolute;
  border: 1px solid #eeeeee;
  top: 100%;
  margin: 5px 0 0;
  white-space: nowrap;
  z-index: 2;
}
._with-tooltip .field-tooltip-content:before,
._with-tooltip .field-tooltip-content:after {
  content: '';
  border: 10px solid transparent;
  height: 0;
  width: 0;
  right: 5px;
  top: -20px;
  display: block;
  position: absolute;
  z-index: 3;
}
._with-tooltip .field-tooltip-content:before {
  border-bottom-color: #eeeeee;
  width: 1px;
}
._with-tooltip .field-tooltip-content:after {
  border-bottom-color: #ffffff;
  z-index: 4;
}
select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: #ffffff url('../../frontend/Charcoal/theme_new/en_US/images/select-bg.svg') no-repeat 100% 45%;
  padding-right: 25px;
}
address {
  font-style: normal;
}
#overlay {
  z-index: 3;
  position: fixed;
  background-color: #000000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}
.actions .action,
.actions-toolbar .action,
.modal-footer .action,
.actions .action-dismiss,
.actions-toolbar .action-dismiss,
.modal-footer .action-dismiss,
.actions .action-accept,
.actions-toolbar .action-accept,
.modal-footer .action-accept {
  padding: 15px 32px;
  border-radius: 25px;
  display: inline-block;
  line-height: 1;
  color: #ffffff;
  font: 15px/1 "OpenSansRegular";
  background: #89cadc;
  border: none;
  transition: all 0.3s ease-out;
  cursor: pointer;
  outline: none;
  text-align: center;
}
.actions .action:hover,
.actions-toolbar .action:hover,
.modal-footer .action:hover,
.actions .action-dismiss:hover,
.actions-toolbar .action-dismiss:hover,
.modal-footer .action-dismiss:hover,
.actions .action-accept:hover,
.actions-toolbar .action-accept:hover,
.modal-footer .action-accept:hover {
  background: #2fa0c3;
  text-decoration: none;
}
.actions .action:disabled,
.actions-toolbar .action:disabled,
.modal-footer .action:disabled,
.actions .action-dismiss:disabled,
.actions-toolbar .action-dismiss:disabled,
.modal-footer .action-dismiss:disabled,
.actions .action-accept:disabled,
.actions-toolbar .action-accept:disabled,
.modal-footer .action-accept:disabled {
  opacity: 0.6;
}
.actions .action-dismiss,
.actions-toolbar .action-dismiss,
.modal-footer .action-dismiss {
  background: #dddddd;
  color: #636363;
}
.actions .action-dismiss:hover,
.actions-toolbar .action-dismiss:hover,
.modal-footer .action-dismiss:hover {
  background: #cacaca;
}
.row-reverse {
  flex-direction: row-reverse;
}
.row-reverse > .primary {
  text-align: right;
}
.align-space-between {
  justify-content: space-between;
}
.align-center {
  justify-content: center;
}
.mobile-label {
  display: none;
}
.page-title {
  text-align: center;
  margin: 0 0 30px;
  color: #060606;
  font: 400 2rem/1.15 "SofiaproBold";
}
.block-title,
.modal-title {
  color: #060606;
  margin-bottom: 0.5em;
  font-size: 1.5em;
}
.title-block {
  color: #000000;
  font: 33px/1 "SofiaproBold";
  text-transform: uppercase;
  margin: 0 0 20px;
  text-align: center;
}
.title-block em {
  font-style: normal;
  position: relative;
  padding: 0 7px;
  letter-spacing: 5px;
  display: inline-block;
}
.title-block em:before {
  content: '';
  height: 15px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #89cadc;
  z-index: -1;
}
.subtitle-block {
  font-size: 20px;
  line-height: 1.15;
  margin: 0 0 20px;
}
.wrapper-container,
.page-main {
  max-width: 1220px;
  padding: 0 15px;
  margin: 0 auto;
}
.page-wrap {
  overflow: hidden;
}
.breadcrumbs-holder {
  overflow: hidden;
  padding: 1rem;
  margin: -60px 0 40px;
  background: #ffffff;
}
.breadcrumbs {
  margin: 0 auto;
  max-width: 1220px;
  padding: 0 15px;
}
.breadcrumbs ul {
  display: flex;
  color: #757575;
}
.breadcrumbs ul li:after {
  content: '|';
  display: inline-block;
  margin: 0 10px;
  color: #dadada;
}
.breadcrumbs ul li:last-child:after {
  display: none;
}
.breadcrumbs ul li strong {
  font-family: "OpenSansRegular";
}
.page-layout-2columns-left .columns {
  overflow: hidden;
}
.page-layout-2columns-left .columns .main {
  width: 75%;
  float: right;
  padding: 0 0 0 20px;
}
.page-layout-2columns-left .columns .sidebar {
  width: 25%;
  float: left;
  clear: left;
}
.page-layout-2columns-right .columns {
  overflow: hidden;
}
.page-layout-2columns-right .columns .main {
  width: 75%;
  float: left;
  padding: 0 20px 0 0;
}
.page-layout-2columns-right .columns .sidebar {
  width: 25%;
  float: right;
  clear: right;
}
.page-layout-1column .main .block.filter {
  display: none;
}
.toolbar {
  margin: 0 0 2rem;
  background: #ffffff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.toolbar .modes {
  display: flex;
}
.toolbar .modes .modes-mode {
  width: 50px;
  height: 50px;
  text-align: center;
  color: #cacaca;
  font-size: 1.5rem;
  line-height: 50px;
  border-right: 1px solid #f4f4f4;
}
.toolbar .modes .modes-mode.active {
  color: #060606;
}
.toolbar .modes .modes-mode:before {
  display: inline-block;
  font-family: "MaterialIcons";
  font-weight: 400;
  text-rendering: auto;
}
.toolbar .modes .modes-mode span {
  display: none;
}
.toolbar .modes .modes-mode.mode-grid:before {
  content: '\e8f0';
}
.toolbar .modes .modes-mode.mode-list:before {
  content: '\e8ef';
}
.toolbar .toolbar-sorter {
  order: 1;
  margin-right: auto;
  align-items: center;
  display: flex;
}
.toolbar .toolbar-sorter .sorter-label {
  display: none;
}
.toolbar .toolbar-sorter .sorter-options {
  margin: 0 35px;
}
.toolbar .toolbar-sorter .sorter-action {
  font-size: 1.5rem;
  line-height: 50px;
  color: #858585;
  transition: 0.2s;
  height: 50px;
  width: 50px;
  border-left: 1px solid #f4f4f4;
  border-right: 1px solid #f4f4f4;
  display: inline-block;
  text-align: center;
}
.toolbar .toolbar-sorter .sorter-action:before {
  display: inline-block;
  font-family: "MaterialIcons";
  font-weight: 400;
}
.toolbar .toolbar-sorter .sorter-action.sort-asc:before {
  content: '\e0b2';
}
.toolbar .toolbar-sorter .sorter-action.sort-desc:before {
  content: '\e0b5';
}
.toolbar .toolbar-sorter .sorter-action:hover {
  color: #060606;
}
.toolbar .toolbar-sorter .sorter-action span {
  display: none;
}
.toolbar .toolbar-amount {
  order: 2;
  color: #b5b5b5;
  margin: 0;
}
.toolbar .limiter {
  order: 3;
  display: flex;
  margin: 0 0 0 40px;
  align-items: center;
}
.toolbar .limiter .label {
  margin: 0 30px 0 0;
}
.toolbar .limiter .limiter-text {
  display: none;
}
.toolbar .limiter .control {
  padding: 0 15px;
  border-left: 1px solid #f4f4f4;
}
.toolbar.seo_sitemap {
  background: none;
  flex-direction: column;
  align-items: flex-end;
}
.toolbar.seo_sitemap .pager {
  background: #ffffff;
  padding: 0 14px;
  overflow: hidden;
  display: block;
}
.toolbar.seo_sitemap .toolbar-amount {
  float: left;
  margin: 13px 0 0;
}
.toolbar.seo_sitemap .pages {
  margin: 0;
}
.toolbar.seo_sitemap .actions-toolbar {
  margin: 0 0 15px;
}
.pages {
  background: #ffffff;
  margin: 0 0 30px;
  text-align: center;
}
.pages .pages-label,
.pages .label {
  display: none;
}
.pages .item {
  display: inline-block;
  line-height: 50px;
  margin: 0 10px;
  padding: 0 4px;
  font-size: 1rem;
}
.pages .item .current {
  font-family: "OpenSansBold";
}
.pages .item a {
  color: #757575;
}
.pages .item a.action,
.pages .item a.link {
  color: #060606;
  display: flex;
  align-items: center;
}
.pages .item a.action.next:after,
.pages .item a.link.next:after {
  content: '\e5cc';
  font-family: "MaterialIcons";
  margin: 0 0 0 3px;
  color: #21bcec;
}
.pages .item a.action.previous:before,
.pages .item a.link.previous:before {
  content: '\e5cb';
  font-family: "MaterialIcons";
  margin: 0 3px 0 0;
  color: #21bcec;
}
.pages .item a:hover,
.pages .item a.action:hover {
  color: #21bcec;
  text-decoration: none;
}
.sidebar .title,
.sidebar .block-title.filter-title {
  font-size: 24px;
  font-family: "SofiaproBold";
  margin: 0 0 15px;
  color: #060606;
}
.sidebar .title strong,
.sidebar .block-title.filter-title strong {
  font-family: "SofiaproBold";
}
.sidebar h4,
.sidebar .filter-options-title {
  color: #060606;
  font-family: "SofiaproBold";
  font-size: 18px;
  margin: 0 0 7px;
}
.sidebar .filter-current li {
  font-size: 16px;
  position: relative;
}
.sidebar .filter-current li .remove {
  color: #858585;
  position: absolute;
  top: 0;
  right: 0;
  height: 27px;
  width: 13px;
}
.sidebar .filter-current li .remove span {
  display: none;
}
.sidebar .filter-current li .remove:before {
  content: '\f00d';
  font-family: 'FontAwesome';
  font-size: 16px;
}
.sidebar .filter-current li .remove:hover {
  color: #21bcec;
}
.sidebar .filter-actions {
  margin: 0 0 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #dadada;
}
.sidebar .items li {
  margin: 0 0 7px;
}
.sidebar .items li a {
  color: #060606;
  font-size: 18px;
}
.sidebar .items li a:hover {
  color: #21bcec;
  text-decoration: none;
}
.sidebar .items li .count {
  font-size: 14px;
  color: #858585;
}
.sidebar .items li .count:before {
  content: '(';
}
.sidebar .items li .count:after {
  content: ')';
}
.sidebar .items li .count .filter-count-label {
  display: none;
}
.sidebar > .block {
  padding: 0 0 30px;
  margin: 0 0 20px;
  border-bottom: 1px solid #dadada;
}
.sidebar .block-title,
.sidebar .block-subtitle {
  font-size: 18px;
  color: #292929;
  text-transform: capitalize;
}
.sidebar .block-title strong,
.sidebar .block-subtitle strong {
  font-family: "OpenSansRegular";
}
.sidebar .block-title .counter,
.sidebar .block-subtitle .counter {
  display: none;
}
.sidebar .product-item {
  padding: 20px 0;
  border-top: 1px solid #ececec;
  position: relative;
}
.sidebar .product-item:first-child {
  border: none;
}
.sidebar .product-item .product-item-photo {
  display: none;
}
.sidebar .product-item .delete {
  position: absolute;
  top: 0;
  right: 0;
  height: 27px;
  width: 13px;
  color: #858585;
}
.sidebar .product-item .delete:hover {
  color: #21bcec;
  text-decoration: none;
}
.sidebar .product-item .delete span {
  display: none;
}
.sidebar .product-item .delete:before {
  content: '\f00d';
  font-family: "FontAwesome";
  font-size: 16px;
}
.sidebar .product-item .product-item-name a {
  color: #060606;
}
.sidebar .actions-toolbar {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.sidebar .actions-toolbar .action {
  color: #21bcec;
  background: none;
  padding: 0;
}
.sidebar .actions-toolbar .action:hover {
  color: #858585;
}
.modals-wrapper .modal-popup {
  position: fixed;
  width: 500px;
  max-width: 90%;
  max-height: 70%;
  left: 0;
  right: 0;
  top: 25%;
  margin: auto;
  visibility: hidden;
  opacity: 0;
  transform: translateY(30px);
  box-shadow: 0 0 2px 0 rgba(6, 6, 6, 0.25), 0 3px 5px 0 rgba(6, 6, 6, 0.25);
  background: #f4f6f7;
  transition: 0.3s ease;
  overflow: auto;
  z-index: 13 !important;
}
.modals-wrapper .modal-popup._show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.modals-wrapper .modal-popup .modal-inner-wrap {
  padding: 15px;
}
.modals-wrapper .modal-popup .modal-inner-wrap .action-close {
  color: #858585;
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  height: 20px;
  width: 20px;
  cursor: pointer;
}
.modals-wrapper .modal-popup .modal-inner-wrap .action-close span {
  display: none;
}
.modals-wrapper .modal-popup .modal-inner-wrap .action-close:before {
  content: '\f00d';
  font-family: "FontAwesome";
  font-size: 16px;
}
.modals-wrapper .modal-popup .modal-inner-wrap .action-close:hover {
  color: #21bcec;
}
.modals-wrapper .modal-popup .modal-inner-wrap .modal-footer {
  padding: 20px 0 0;
  text-align: center;
}
.modals-wrapper .modals-overlay {
  z-index: 11 !important;
  position: fixed;
  background-color: #000000;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.sabbath_popup #sabbath_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 30;
  opacity: 0.8;
  background: #000000;
  display: none;
}
.sabbath_popup #popup1 {
  position: fixed;
  top: 10%;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-height: 80%;
  overflow-y: auto;
  z-index: 40;
  width: 600px;
  max-width: 90%;
  padding: 15px;
  background: #ffffff;
}
.store-holder {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.store-holder .store-item {
  width: 19%;
  background: #ffffff;
  text-align: center;
  padding: 30px 10px;
  color: #454545;
  position: relative;
}
.store-holder .store-item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.store-holder .store-item a:hover {
  text-decoration: none;
}
.store-holder .store-item .store-icon {
  display: block;
  margin: 0 0 10px;
  height: 65px;
  position: relative;
}
.store-holder .store-item .store-icon img {
  max-height: 100%;
  width: auto;
  margin: 0 auto;
}
.store-holder .store-item span {
  display: block;
  font-size: 16px;
  margin: 0 0 2px;
}
.store-holder .store-item h4 {
  margin: 0;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1;
}
.video-items {
  display: flex;
  flex-wrap: wrap;
}
.video-items .video-item {
  width: 31%;
  margin: 0 1% 15px;
}
.video-items .video-item .video-holder {
  position: relative;
  padding: 56.2% 0 0;
  margin: 0 0 10px;
}
.video-items .video-item .video-holder iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video-items .video-item h4 {
  font-size: 16px;
  line-height: 1.3;
  margin: 0 0 5px;
}
.columns-group {
  display: flex;
  flex-wrap: wrap;
}
.columns-group .quad.column {
  width: 24%;
}
.columns-group .third.column {
  width: 32%;
}
.contact-schedule-map-holder {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px;
}
.contact-schedule-map-holder .contact-map-holder {
  width: 47%;
}
.contact-schedule-map-holder .contact-map-holder .mpgooglemaps_map {
  max-height: 380px;
}
form.contact {
  margin: 0 0 30px;
}
form.contact .form-description {
  font-size: 19px;
  font-family: "OpenSansBold";
  color: #060606;
  margin: 0 0 15px;
}
form.contact .form-row {
  display: flex;
  justify-content: space-between;
}
form.contact .form-row .field {
  width: 31%;
}
.sitelist h3 {
  font-size: 14px;
  font-family: "OpenSansRegular";
}
.sitelist a {
  color: #72778f;
}
.sitelist a:hover {
  color: #21bcec;
  text-decoration: none;
}
.sitelist ul {
  padding: 0 0 0 25px;
}
.cms-no-route dl {
  margin: 0 0 15px;
}
.cms-no-route dt {
  font-family: "OpenSansBold";
}
.cms-no-route dd {
  padding: 0 0 0 15px;
}
.load.indicator {
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 9999;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.loading-mask {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  background: rgba(255, 255, 255, 0.5);
}
.loading-mask .loader > img {
  bottom: 0;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}
.loading-mask .loader > p {
  display: none;
}
/*!
 * Font Awesome Free 5.10.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fas,
.far,
.fal,
.fad,
.fab {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}
.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -.0667em;
}
.fa-xs {
  font-size: .75em;
}
.fa-sm {
  font-size: .875em;
}
.fa-1x {
  font-size: 1em;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-6x {
  font-size: 6em;
}
.fa-7x {
  font-size: 7em;
}
.fa-8x {
  font-size: 8em;
}
.fa-9x {
  font-size: 9em;
}
.fa-10x {
  font-size: 10em;
}
.fa-fw {
  text-align: center;
  width: 1.25em;
}
.fa-ul {
  list-style-type: none;
  margin-left: 2.5em;
  padding-left: 0;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  left: -2em;
  position: absolute;
  text-align: center;
  width: 2em;
  line-height: inherit;
}
.fa-border {
  border: solid 0.08em #eee;
  border-radius: .1em;
  padding: .2em .25em .15em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left,
.fas.fa-pull-left,
.far.fa-pull-left,
.fal.fa-pull-left,
.fab.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right,
.fas.fa-pull-right,
.far.fa-pull-right,
.fal.fa-pull-right,
.fab.fa-pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  transform: scale(1, -1);
}
.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(-1, -1);
  transform: scale(-1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-flip-both {
  -webkit-filter: none;
  filter: none;
}
.fa-stack {
  display: inline-block;
  height: 2em;
  line-height: 2em;
  position: relative;
  vertical-align: middle;
  width: 2.5em;
}
.fa-stack-1x,
.fa-stack-2x {
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #fff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
readers do not read off random characters that represent icons */
.fa-500px:before {
  content: "\f26e";
}
.fa-accessible-icon:before {
  content: "\f368";
}
.fa-accusoft:before {
  content: "\f369";
}
.fa-acquisitions-incorporated:before {
  content: "\f6af";
}
.fa-ad:before {
  content: "\f641";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-card:before {
  content: "\f2bb";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-adn:before {
  content: "\f170";
}
.fa-adobe:before {
  content: "\f778";
}
.fa-adversal:before {
  content: "\f36a";
}
.fa-affiliatetheme:before {
  content: "\f36b";
}
.fa-air-freshener:before {
  content: "\f5d0";
}
.fa-airbnb:before {
  content: "\f834";
}
.fa-algolia:before {
  content: "\f36c";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-alipay:before {
  content: "\f642";
}
.fa-allergies:before {
  content: "\f461";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-amazon-pay:before {
  content: "\f42c";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-amilia:before {
  content: "\f36d";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-android:before {
  content: "\f17b";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angry:before {
  content: "\f556";
}
.fa-angrycreative:before {
  content: "\f36e";
}
.fa-angular:before {
  content: "\f420";
}
.fa-ankh:before {
  content: "\f644";
}
.fa-app-store:before {
  content: "\f36f";
}
.fa-app-store-ios:before {
  content: "\f370";
}
.fa-apper:before {
  content: "\f371";
}
.fa-apple:before {
  content: "\f179";
}
.fa-apple-alt:before {
  content: "\f5d1";
}
.fa-apple-pay:before {
  content: "\f415";
}
.fa-archive:before {
  content: "\f187";
}
.fa-archway:before {
  content: "\f557";
}
.fa-arrow-alt-circle-down:before {
  content: "\f358";
}
.fa-arrow-alt-circle-left:before {
  content: "\f359";
}
.fa-arrow-alt-circle-right:before {
  content: "\f35a";
}
.fa-arrow-alt-circle-up:before {
  content: "\f35b";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-arrows-alt-h:before {
  content: "\f337";
}
.fa-arrows-alt-v:before {
  content: "\f338";
}
.fa-artstation:before {
  content: "\f77a";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-asymmetrik:before {
  content: "\f372";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-atlas:before {
  content: "\f558";
}
.fa-atlassian:before {
  content: "\f77b";
}
.fa-atom:before {
  content: "\f5d2";
}
.fa-audible:before {
  content: "\f373";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-autoprefixer:before {
  content: "\f41c";
}
.fa-avianex:before {
  content: "\f374";
}
.fa-aviato:before {
  content: "\f421";
}
.fa-award:before {
  content: "\f559";
}
.fa-aws:before {
  content: "\f375";
}
.fa-baby:before {
  content: "\f77c";
}
.fa-baby-carriage:before {
  content: "\f77d";
}
.fa-backspace:before {
  content: "\f55a";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-bacon:before {
  content: "\f7e5";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-balance-scale-left:before {
  content: "\f515";
}
.fa-balance-scale-right:before {
  content: "\f516";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-band-aid:before {
  content: "\f462";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-baseball-ball:before {
  content: "\f433";
}
.fa-basketball-ball:before {
  content: "\f434";
}
.fa-bath:before {
  content: "\f2cd";
}
.fa-battery-empty:before {
  content: "\f244";
}
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battle-net:before {
  content: "\f835";
}
.fa-bed:before {
  content: "\f236";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bezier-curve:before {
  content: "\f55b";
}
.fa-bible:before {
  content: "\f647";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-biking:before {
  content: "\f84a";
}
.fa-bimobject:before {
  content: "\f378";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-biohazard:before {
  content: "\f780";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitcoin:before {
  content: "\f379";
}
.fa-bity:before {
  content: "\f37a";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-blackberry:before {
  content: "\f37b";
}
.fa-blender:before {
  content: "\f517";
}
.fa-blender-phone:before {
  content: "\f6b6";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-blog:before {
  content: "\f781";
}
.fa-blogger:before {
  content: "\f37c";
}
.fa-blogger-b:before {
  content: "\f37d";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-bold:before {
  content: "\f032";
}
.fa-bolt:before {
  content: "\f0e7";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-bone:before {
  content: "\f5d7";
}
.fa-bong:before {
  content: "\f55c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-book-dead:before {
  content: "\f6b7";
}
.fa-book-medical:before {
  content: "\f7e6";
}
.fa-book-open:before {
  content: "\f518";
}
.fa-book-reader:before {
  content: "\f5da";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-bootstrap:before {
  content: "\f836";
}
.fa-border-all:before {
  content: "\f84c";
}
.fa-border-none:before {
  content: "\f850";
}
.fa-border-style:before {
  content: "\f853";
}
.fa-bowling-ball:before {
  content: "\f436";
}
.fa-box:before {
  content: "\f466";
}
.fa-box-open:before {
  content: "\f49e";
}
.fa-boxes:before {
  content: "\f468";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-brain:before {
  content: "\f5dc";
}
.fa-bread-slice:before {
  content: "\f7ec";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-briefcase-medical:before {
  content: "\f469";
}
.fa-broadcast-tower:before {
  content: "\f519";
}
.fa-broom:before {
  content: "\f51a";
}
.fa-brush:before {
  content: "\f55d";
}
.fa-btc:before {
  content: "\f15a";
}
.fa-buffer:before {
  content: "\f837";
}
.fa-bug:before {
  content: "\f188";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-burn:before {
  content: "\f46a";
}
.fa-buromobelexperte:before {
  content: "\f37f";
}
.fa-bus:before {
  content: "\f207";
}
.fa-bus-alt:before {
  content: "\f55e";
}
.fa-business-time:before {
  content: "\f64a";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-calendar:before {
  content: "\f133";
}
.fa-calendar-alt:before {
  content: "\f073";
}
.fa-calendar-check:before {
  content: "\f274";
}
.fa-calendar-day:before {
  content: "\f783";
}
.fa-calendar-minus:before {
  content: "\f272";
}
.fa-calendar-plus:before {
  content: "\f271";
}
.fa-calendar-times:before {
  content: "\f273";
}
.fa-calendar-week:before {
  content: "\f784";
}
.fa-camera:before {
  content: "\f030";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-campground:before {
  content: "\f6bb";
}
.fa-canadian-maple-leaf:before {
  content: "\f785";
}
.fa-candy-cane:before {
  content: "\f786";
}
.fa-cannabis:before {
  content: "\f55f";
}
.fa-capsules:before {
  content: "\f46b";
}
.fa-car:before {
  content: "\f1b9";
}
.fa-car-alt:before {
  content: "\f5de";
}
.fa-car-battery:before {
  content: "\f5df";
}
.fa-car-crash:before {
  content: "\f5e1";
}
.fa-car-side:before {
  content: "\f5e4";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-caret-square-down:before {
  content: "\f150";
}
.fa-caret-square-left:before {
  content: "\f191";
}
.fa-caret-square-right:before {
  content: "\f152";
}
.fa-caret-square-up:before {
  content: "\f151";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-carrot:before {
  content: "\f787";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cash-register:before {
  content: "\f788";
}
.fa-cat:before {
  content: "\f6be";
}
.fa-cc-amazon-pay:before {
  content: "\f42d";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-apple-pay:before {
  content: "\f416";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-centercode:before {
  content: "\f380";
}
.fa-centos:before {
  content: "\f789";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-chair:before {
  content: "\f6c0";
}
.fa-chalkboard:before {
  content: "\f51b";
}
.fa-chalkboard-teacher:before {
  content: "\f51c";
}
.fa-charging-station:before {
  content: "\f5e7";
}
.fa-chart-area:before {
  content: "\f1fe";
}
.fa-chart-bar:before {
  content: "\f080";
}
.fa-chart-line:before {
  content: "\f201";
}
.fa-chart-pie:before {
  content: "\f200";
}
.fa-check:before {
  content: "\f00c";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-check-double:before {
  content: "\f560";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-cheese:before {
  content: "\f7ef";
}
.fa-chess:before {
  content: "\f439";
}
.fa-chess-bishop:before {
  content: "\f43a";
}
.fa-chess-board:before {
  content: "\f43c";
}
.fa-chess-king:before {
  content: "\f43f";
}
.fa-chess-knight:before {
  content: "\f441";
}
.fa-chess-pawn:before {
  content: "\f443";
}
.fa-chess-queen:before {
  content: "\f445";
}
.fa-chess-rook:before {
  content: "\f447";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-chromecast:before {
  content: "\f838";
}
.fa-church:before {
  content: "\f51d";
}
.fa-circle:before {
  content: "\f111";
}
.fa-circle-notch:before {
  content: "\f1ce";
}
.fa-city:before {
  content: "\f64f";
}
.fa-clinic-medical:before {
  content: "\f7f2";
}
.fa-clipboard:before {
  content: "\f328";
}
.fa-clipboard-check:before {
  content: "\f46c";
}
.fa-clipboard-list:before {
  content: "\f46d";
}
.fa-clock:before {
  content: "\f017";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-closed-captioning:before {
  content: "\f20a";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-cloud-download-alt:before {
  content: "\f381";
}
.fa-cloud-meatball:before {
  content: "\f73b";
}
.fa-cloud-moon:before {
  content: "\f6c3";
}
.fa-cloud-moon-rain:before {
  content: "\f73c";
}
.fa-cloud-rain:before {
  content: "\f73d";
}
.fa-cloud-showers-heavy:before {
  content: "\f740";
}
.fa-cloud-sun:before {
  content: "\f6c4";
}
.fa-cloud-sun-rain:before {
  content: "\f743";
}
.fa-cloud-upload-alt:before {
  content: "\f382";
}
.fa-cloudscale:before {
  content: "\f383";
}
.fa-cloudsmith:before {
  content: "\f384";
}
.fa-cloudversify:before {
  content: "\f385";
}
.fa-cocktail:before {
  content: "\f561";
}
.fa-code:before {
  content: "\f121";
}
.fa-code-branch:before {
  content: "\f126";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cog:before {
  content: "\f013";
}
.fa-cogs:before {
  content: "\f085";
}
.fa-coins:before {
  content: "\f51e";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-comment:before {
  content: "\f075";
}
.fa-comment-alt:before {
  content: "\f27a";
}
.fa-comment-dollar:before {
  content: "\f651";
}
.fa-comment-dots:before {
  content: "\f4ad";
}
.fa-comment-medical:before {
  content: "\f7f5";
}
.fa-comment-slash:before {
  content: "\f4b3";
}
.fa-comments:before {
  content: "\f086";
}
.fa-comments-dollar:before {
  content: "\f653";
}
.fa-compact-disc:before {
  content: "\f51f";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-compress:before {
  content: "\f066";
}
.fa-compress-arrows-alt:before {
  content: "\f78c";
}
.fa-concierge-bell:before {
  content: "\f562";
}
.fa-confluence:before {
  content: "\f78d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-cookie:before {
  content: "\f563";
}
.fa-cookie-bite:before {
  content: "\f564";
}
.fa-copy:before {
  content: "\f0c5";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-cotton-bureau:before {
  content: "\f89e";
}
.fa-couch:before {
  content: "\f4b8";
}
.fa-cpanel:before {
  content: "\f388";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-creative-commons-by:before {
  content: "\f4e7";
}
.fa-creative-commons-nc:before {
  content: "\f4e8";
}
.fa-creative-commons-nc-eu:before {
  content: "\f4e9";
}
.fa-creative-commons-nc-jp:before {
  content: "\f4ea";
}
.fa-creative-commons-nd:before {
  content: "\f4eb";
}
.fa-creative-commons-pd:before {
  content: "\f4ec";
}
.fa-creative-commons-pd-alt:before {
  content: "\f4ed";
}
.fa-creative-commons-remix:before {
  content: "\f4ee";
}
.fa-creative-commons-sa:before {
  content: "\f4ef";
}
.fa-creative-commons-sampling:before {
  content: "\f4f0";
}
.fa-creative-commons-sampling-plus:before {
  content: "\f4f1";
}
.fa-creative-commons-share:before {
  content: "\f4f2";
}
.fa-creative-commons-zero:before {
  content: "\f4f3";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-critical-role:before {
  content: "\f6c9";
}
.fa-crop:before {
  content: "\f125";
}
.fa-crop-alt:before {
  content: "\f565";
}
.fa-cross:before {
  content: "\f654";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-crow:before {
  content: "\f520";
}
.fa-crown:before {
  content: "\f521";
}
.fa-crutch:before {
  content: "\f7f7";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-css3-alt:before {
  content: "\f38b";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-cut:before {
  content: "\f0c4";
}
.fa-cuttlefish:before {
  content: "\f38c";
}
.fa-d-and-d:before {
  content: "\f38d";
}
.fa-d-and-d-beyond:before {
  content: "\f6ca";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-deaf:before {
  content: "\f2a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-democrat:before {
  content: "\f747";
}
.fa-deploydog:before {
  content: "\f38e";
}
.fa-deskpro:before {
  content: "\f38f";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-dev:before {
  content: "\f6cc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-dharmachakra:before {
  content: "\f655";
}
.fa-dhl:before {
  content: "\f790";
}
.fa-diagnoses:before {
  content: "\f470";
}
.fa-diaspora:before {
  content: "\f791";
}
.fa-dice:before {
  content: "\f522";
}
.fa-dice-d20:before {
  content: "\f6cf";
}
.fa-dice-d6:before {
  content: "\f6d1";
}
.fa-dice-five:before {
  content: "\f523";
}
.fa-dice-four:before {
  content: "\f524";
}
.fa-dice-one:before {
  content: "\f525";
}
.fa-dice-six:before {
  content: "\f526";
}
.fa-dice-three:before {
  content: "\f527";
}
.fa-dice-two:before {
  content: "\f528";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-digital-ocean:before {
  content: "\f391";
}
.fa-digital-tachograph:before {
  content: "\f566";
}
.fa-directions:before {
  content: "\f5eb";
}
.fa-discord:before {
  content: "\f392";
}
.fa-discourse:before {
  content: "\f393";
}
.fa-divide:before {
  content: "\f529";
}
.fa-dizzy:before {
  content: "\f567";
}
.fa-dna:before {
  content: "\f471";
}
.fa-dochub:before {
  content: "\f394";
}
.fa-docker:before {
  content: "\f395";
}
.fa-dog:before {
  content: "\f6d3";
}
.fa-dollar-sign:before {
  content: "\f155";
}
.fa-dolly:before {
  content: "\f472";
}
.fa-dolly-flatbed:before {
  content: "\f474";
}
.fa-donate:before {
  content: "\f4b9";
}
.fa-door-closed:before {
  content: "\f52a";
}
.fa-door-open:before {
  content: "\f52b";
}
.fa-dot-circle:before {
  content: "\f192";
}
.fa-dove:before {
  content: "\f4ba";
}
.fa-download:before {
  content: "\f019";
}
.fa-draft2digital:before {
  content: "\f396";
}
.fa-drafting-compass:before {
  content: "\f568";
}
.fa-dragon:before {
  content: "\f6d5";
}
.fa-draw-polygon:before {
  content: "\f5ee";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-dribbble-square:before {
  content: "\f397";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-drum:before {
  content: "\f569";
}
.fa-drum-steelpan:before {
  content: "\f56a";
}
.fa-drumstick-bite:before {
  content: "\f6d7";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-dumbbell:before {
  content: "\f44b";
}
.fa-dumpster:before {
  content: "\f793";
}
.fa-dumpster-fire:before {
  content: "\f794";
}
.fa-dungeon:before {
  content: "\f6d9";
}
.fa-dyalog:before {
  content: "\f399";
}
.fa-earlybirds:before {
  content: "\f39a";
}
.fa-ebay:before {
  content: "\f4f4";
}
.fa-edge:before {
  content: "\f282";
}
.fa-edit:before {
  content: "\f044";
}
.fa-egg:before {
  content: "\f7fb";
}
.fa-eject:before {
  content: "\f052";
}
.fa-elementor:before {
  content: "\f430";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-ello:before {
  content: "\f5f1";
}
.fa-ember:before {
  content: "\f423";
}
.fa-empire:before {
  content: "\f1d1";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-text:before {
  content: "\f658";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-envira:before {
  content: "\f299";
}
.fa-equals:before {
  content: "\f52c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-erlang:before {
  content: "\f39d";
}
.fa-ethereum:before {
  content: "\f42e";
}
.fa-ethernet:before {
  content: "\f796";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-euro-sign:before {
  content: "\f153";
}
.fa-evernote:before {
  content: "\f839";
}
.fa-exchange-alt:before {
  content: "\f362";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-expand:before {
  content: "\f065";
}
.fa-expand-arrows-alt:before {
  content: "\f31e";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-external-link-alt:before {
  content: "\f35d";
}
.fa-external-link-square-alt:before {
  content: "\f360";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-dropper:before {
  content: "\f1fb";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-facebook:before {
  content: "\f09a";
}
.fa-facebook-f:before {
  content: "\f39e";
}
.fa-facebook-messenger:before {
  content: "\f39f";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-fan:before {
  content: "\f863";
}
.fa-fantasy-flight-games:before {
  content: "\f6dc";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-feather:before {
  content: "\f52d";
}
.fa-feather-alt:before {
  content: "\f56b";
}
.fa-fedex:before {
  content: "\f797";
}
.fa-fedora:before {
  content: "\f798";
}
.fa-female:before {
  content: "\f182";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-figma:before {
  content: "\f799";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-alt:before {
  content: "\f15c";
}
.fa-file-archive:before {
  content: "\f1c6";
}
.fa-file-audio:before {
  content: "\f1c7";
}
.fa-file-code:before {
  content: "\f1c9";
}
.fa-file-contract:before {
  content: "\f56c";
}
.fa-file-csv:before {
  content: "\f6dd";
}
.fa-file-download:before {
  content: "\f56d";
}
.fa-file-excel:before {
  content: "\f1c3";
}
.fa-file-export:before {
  content: "\f56e";
}
.fa-file-image:before {
  content: "\f1c5";
}
.fa-file-import:before {
  content: "\f56f";
}
.fa-file-invoice:before {
  content: "\f570";
}
.fa-file-invoice-dollar:before {
  content: "\f571";
}
.fa-file-medical:before {
  content: "\f477";
}
.fa-file-medical-alt:before {
  content: "\f478";
}
.fa-file-pdf:before {
  content: "\f1c1";
}
.fa-file-powerpoint:before {
  content: "\f1c4";
}
.fa-file-prescription:before {
  content: "\f572";
}
.fa-file-signature:before {
  content: "\f573";
}
.fa-file-upload:before {
  content: "\f574";
}
.fa-file-video:before {
  content: "\f1c8";
}
.fa-file-word:before {
  content: "\f1c2";
}
.fa-fill:before {
  content: "\f575";
}
.fa-fill-drip:before {
  content: "\f576";
}
.fa-film:before {
  content: "\f008";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-fingerprint:before {
  content: "\f577";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-fire-alt:before {
  content: "\f7e4";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-first-aid:before {
  content: "\f479";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-first-order-alt:before {
  content: "\f50a";
}
.fa-firstdraft:before {
  content: "\f3a1";
}
.fa-fish:before {
  content: "\f578";
}
.fa-fist-raised:before {
  content: "\f6de";
}
.fa-flag:before {
  content: "\f024";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-flag-usa:before {
  content: "\f74d";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-flipboard:before {
  content: "\f44d";
}
.fa-flushed:before {
  content: "\f579";
}
.fa-fly:before {
  content: "\f417";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-minus:before {
  content: "\f65d";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-folder-plus:before {
  content: "\f65e";
}
.fa-font:before {
  content: "\f031";
}
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-font-awesome-alt:before {
  content: "\f35c";
}
.fa-font-awesome-flag:before {
  content: "\f425";
}
.fa-font-awesome-logo-full:before {
  content: "\f4e6";
}
.fa-fonticons:before {
  content: "\f280";
}
.fa-fonticons-fi:before {
  content: "\f3a2";
}
.fa-football-ball:before {
  content: "\f44e";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-fort-awesome-alt:before {
  content: "\f3a3";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-freebsd:before {
  content: "\f3a4";
}
.fa-frog:before {
  content: "\f52e";
}
.fa-frown:before {
  content: "\f119";
}
.fa-frown-open:before {
  content: "\f57a";
}
.fa-fulcrum:before {
  content: "\f50b";
}
.fa-funnel-dollar:before {
  content: "\f662";
}
.fa-futbol:before {
  content: "\f1e3";
}
.fa-galactic-republic:before {
  content: "\f50c";
}
.fa-galactic-senate:before {
  content: "\f50d";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-gas-pump:before {
  content: "\f52f";
}
.fa-gavel:before {
  content: "\f0e3";
}
.fa-gem:before {
  content: "\f3a5";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-ghost:before {
  content: "\f6e2";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-gifts:before {
  content: "\f79c";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-git-alt:before {
  content: "\f841";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-github:before {
  content: "\f09b";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-gitkraken:before {
  content: "\f3a6";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-gitter:before {
  content: "\f426";
}
.fa-glass-cheers:before {
  content: "\f79f";
}
.fa-glass-martini:before {
  content: "\f000";
}
.fa-glass-martini-alt:before {
  content: "\f57b";
}
.fa-glass-whiskey:before {
  content: "\f7a0";
}
.fa-glasses:before {
  content: "\f530";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-globe-africa:before {
  content: "\f57c";
}
.fa-globe-americas:before {
  content: "\f57d";
}
.fa-globe-asia:before {
  content: "\f57e";
}
.fa-globe-europe:before {
  content: "\f7a2";
}
.fa-gofore:before {
  content: "\f3a7";
}
.fa-golf-ball:before {
  content: "\f450";
}
.fa-goodreads:before {
  content: "\f3a8";
}
.fa-goodreads-g:before {
  content: "\f3a9";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-google-drive:before {
  content: "\f3aa";
}
.fa-google-play:before {
  content: "\f3ab";
}
.fa-google-plus:before {
  content: "\f2b3";
}
.fa-google-plus-g:before {
  content: "\f0d5";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-gopuram:before {
  content: "\f664";
}
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-gratipay:before {
  content: "\f184";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-greater-than:before {
  content: "\f531";
}
.fa-greater-than-equal:before {
  content: "\f532";
}
.fa-grimace:before {
  content: "\f57f";
}
.fa-grin:before {
  content: "\f580";
}
.fa-grin-alt:before {
  content: "\f581";
}
.fa-grin-beam:before {
  content: "\f582";
}
.fa-grin-beam-sweat:before {
  content: "\f583";
}
.fa-grin-hearts:before {
  content: "\f584";
}
.fa-grin-squint:before {
  content: "\f585";
}
.fa-grin-squint-tears:before {
  content: "\f586";
}
.fa-grin-stars:before {
  content: "\f587";
}
.fa-grin-tears:before {
  content: "\f588";
}
.fa-grin-tongue:before {
  content: "\f589";
}
.fa-grin-tongue-squint:before {
  content: "\f58a";
}
.fa-grin-tongue-wink:before {
  content: "\f58b";
}
.fa-grin-wink:before {
  content: "\f58c";
}
.fa-grip-horizontal:before {
  content: "\f58d";
}
.fa-grip-lines:before {
  content: "\f7a4";
}
.fa-grip-lines-vertical:before {
  content: "\f7a5";
}
.fa-grip-vertical:before {
  content: "\f58e";
}
.fa-gripfire:before {
  content: "\f3ac";
}
.fa-grunt:before {
  content: "\f3ad";
}
.fa-guitar:before {
  content: "\f7a6";
}
.fa-gulp:before {
  content: "\f3ae";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-hacker-news-square:before {
  content: "\f3af";
}
.fa-hackerrank:before {
  content: "\f5f7";
}
.fa-hamburger:before {
  content: "\f805";
}
.fa-hammer:before {
  content: "\f6e3";
}
.fa-hamsa:before {
  content: "\f665";
}
.fa-hand-holding:before {
  content: "\f4bd";
}
.fa-hand-holding-heart:before {
  content: "\f4be";
}
.fa-hand-holding-usd:before {
  content: "\f4c0";
}
.fa-hand-lizard:before {
  content: "\f258";
}
.fa-hand-middle-finger:before {
  content: "\f806";
}
.fa-hand-paper:before {
  content: "\f256";
}
.fa-hand-peace:before {
  content: "\f25b";
}
.fa-hand-point-down:before {
  content: "\f0a7";
}
.fa-hand-point-left:before {
  content: "\f0a5";
}
.fa-hand-point-right:before {
  content: "\f0a4";
}
.fa-hand-point-up:before {
  content: "\f0a6";
}
.fa-hand-pointer:before {
  content: "\f25a";
}
.fa-hand-rock:before {
  content: "\f255";
}
.fa-hand-scissors:before {
  content: "\f257";
}
.fa-hand-spock:before {
  content: "\f259";
}
.fa-hands:before {
  content: "\f4c2";
}
.fa-hands-helping:before {
  content: "\f4c4";
}
.fa-handshake:before {
  content: "\f2b5";
}
.fa-hanukiah:before {
  content: "\f6e6";
}
.fa-hard-hat:before {
  content: "\f807";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-hat-wizard:before {
  content: "\f6e8";
}
.fa-haykal:before {
  content: "\f666";
}
.fa-hdd:before {
  content: "\f0a0";
}
.fa-heading:before {
  content: "\f1dc";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-headphones-alt:before {
  content: "\f58f";
}
.fa-headset:before {
  content: "\f590";
}
.fa-heart:before {
  content: "\f004";
}
.fa-heart-broken:before {
  content: "\f7a9";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-helicopter:before {
  content: "\f533";
}
.fa-highlighter:before {
  content: "\f591";
}
.fa-hiking:before {
  content: "\f6ec";
}
.fa-hippo:before {
  content: "\f6ed";
}
.fa-hips:before {
  content: "\f452";
}
.fa-hire-a-helper:before {
  content: "\f3b0";
}
.fa-history:before {
  content: "\f1da";
}
.fa-hockey-puck:before {
  content: "\f453";
}
.fa-holly-berry:before {
  content: "\f7aa";
}
.fa-home:before {
  content: "\f015";
}
.fa-hooli:before {
  content: "\f427";
}
.fa-hornbill:before {
  content: "\f592";
}
.fa-horse:before {
  content: "\f6f0";
}
.fa-horse-head:before {
  content: "\f7ab";
}
.fa-hospital:before {
  content: "\f0f8";
}
.fa-hospital-alt:before {
  content: "\f47d";
}
.fa-hospital-symbol:before {
  content: "\f47e";
}
.fa-hot-tub:before {
  content: "\f593";
}
.fa-hotdog:before {
  content: "\f80f";
}
.fa-hotel:before {
  content: "\f594";
}
.fa-hotjar:before {
  content: "\f3b1";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-house-damage:before {
  content: "\f6f1";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-hryvnia:before {
  content: "\f6f2";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-hubspot:before {
  content: "\f3b2";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-ice-cream:before {
  content: "\f810";
}
.fa-icicles:before {
  content: "\f7ad";
}
.fa-icons:before {
  content: "\f86d";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-id-card:before {
  content: "\f2c2";
}
.fa-id-card-alt:before {
  content: "\f47f";
}
.fa-igloo:before {
  content: "\f7ae";
}
.fa-image:before {
  content: "\f03e";
}
.fa-images:before {
  content: "\f302";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-industry:before {
  content: "\f275";
}
.fa-infinity:before {
  content: "\f534";
}
.fa-info:before {
  content: "\f129";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-intercom:before {
  content: "\f7af";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-invision:before {
  content: "\f7b0";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-italic:before {
  content: "\f033";
}
.fa-itch-io:before {
  content: "\f83a";
}
.fa-itunes:before {
  content: "\f3b4";
}
.fa-itunes-note:before {
  content: "\f3b5";
}
.fa-java:before {
  content: "\f4e4";
}
.fa-jedi:before {
  content: "\f669";
}
.fa-jedi-order:before {
  content: "\f50e";
}
.fa-jenkins:before {
  content: "\f3b6";
}
.fa-jira:before {
  content: "\f7b1";
}
.fa-joget:before {
  content: "\f3b7";
}
.fa-joint:before {
  content: "\f595";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-journal-whills:before {
  content: "\f66a";
}
.fa-js:before {
  content: "\f3b8";
}
.fa-js-square:before {
  content: "\f3b9";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-kaaba:before {
  content: "\f66b";
}
.fa-kaggle:before {
  content: "\f5fa";
}
.fa-key:before {
  content: "\f084";
}
.fa-keybase:before {
  content: "\f4f5";
}
.fa-keyboard:before {
  content: "\f11c";
}
.fa-keycdn:before {
  content: "\f3ba";
}
.fa-khanda:before {
  content: "\f66d";
}
.fa-kickstarter:before {
  content: "\f3bb";
}
.fa-kickstarter-k:before {
  content: "\f3bc";
}
.fa-kiss:before {
  content: "\f596";
}
.fa-kiss-beam:before {
  content: "\f597";
}
.fa-kiss-wink-heart:before {
  content: "\f598";
}
.fa-kiwi-bird:before {
  content: "\f535";
}
.fa-korvue:before {
  content: "\f42f";
}
.fa-landmark:before {
  content: "\f66f";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-laptop-code:before {
  content: "\f5fc";
}
.fa-laptop-medical:before {
  content: "\f812";
}
.fa-laravel:before {
  content: "\f3bd";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-laugh:before {
  content: "\f599";
}
.fa-laugh-beam:before {
  content: "\f59a";
}
.fa-laugh-squint:before {
  content: "\f59b";
}
.fa-laugh-wink:before {
  content: "\f59c";
}
.fa-layer-group:before {
  content: "\f5fd";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-lemon:before {
  content: "\f094";
}
.fa-less:before {
  content: "\f41d";
}
.fa-less-than:before {
  content: "\f536";
}
.fa-less-than-equal:before {
  content: "\f537";
}
.fa-level-down-alt:before {
  content: "\f3be";
}
.fa-level-up-alt:before {
  content: "\f3bf";
}
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-lightbulb:before {
  content: "\f0eb";
}
.fa-line:before {
  content: "\f3c0";
}
.fa-link:before {
  content: "\f0c1";
}
.fa-linkedin:before {
  content: "\f08c";
}
.fa-linkedin-in:before {
  content: "\f0e1";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-lira-sign:before {
  content: "\f195";
}
.fa-list:before {
  content: "\f03a";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-lock:before {
  content: "\f023";
}
.fa-lock-open:before {
  content: "\f3c1";
}
.fa-long-arrow-alt-down:before {
  content: "\f309";
}
.fa-long-arrow-alt-left:before {
  content: "\f30a";
}
.fa-long-arrow-alt-right:before {
  content: "\f30b";
}
.fa-long-arrow-alt-up:before {
  content: "\f30c";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-luggage-cart:before {
  content: "\f59d";
}
.fa-lyft:before {
  content: "\f3c3";
}
.fa-magento:before {
  content: "\f3c4";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-mail-bulk:before {
  content: "\f674";
}
.fa-mailchimp:before {
  content: "\f59e";
}
.fa-male:before {
  content: "\f183";
}
.fa-mandalorian:before {
  content: "\f50f";
}
.fa-map:before {
  content: "\f279";
}
.fa-map-marked:before {
  content: "\f59f";
}
.fa-map-marked-alt:before {
  content: "\f5a0";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-map-marker-alt:before {
  content: "\f3c5";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-markdown:before {
  content: "\f60f";
}
.fa-marker:before {
  content: "\f5a1";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mask:before {
  content: "\f6fa";
}
.fa-mastodon:before {
  content: "\f4f6";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-medal:before {
  content: "\f5a2";
}
.fa-medapps:before {
  content: "\f3c6";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-medium-m:before {
  content: "\f3c7";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-medrt:before {
  content: "\f3c8";
}
.fa-meetup:before {
  content: "\f2e0";
}
.fa-megaport:before {
  content: "\f5a3";
}
.fa-meh:before {
  content: "\f11a";
}
.fa-meh-blank:before {
  content: "\f5a4";
}
.fa-meh-rolling-eyes:before {
  content: "\f5a5";
}
.fa-memory:before {
  content: "\f538";
}
.fa-mendeley:before {
  content: "\f7b3";
}
.fa-menorah:before {
  content: "\f676";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-meteor:before {
  content: "\f753";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-alt:before {
  content: "\f3c9";
}
.fa-microphone-alt-slash:before {
  content: "\f539";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-microscope:before {
  content: "\f610";
}
.fa-microsoft:before {
  content: "\f3ca";
}
.fa-minus:before {
  content: "\f068";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-mitten:before {
  content: "\f7b5";
}
.fa-mix:before {
  content: "\f3cb";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-mizuni:before {
  content: "\f3cc";
}
.fa-mobile:before {
  content: "\f10b";
}
.fa-mobile-alt:before {
  content: "\f3cd";
}
.fa-modx:before {
  content: "\f285";
}
.fa-monero:before {
  content: "\f3d0";
}
.fa-money-bill:before {
  content: "\f0d6";
}
.fa-money-bill-alt:before {
  content: "\f3d1";
}
.fa-money-bill-wave:before {
  content: "\f53a";
}
.fa-money-bill-wave-alt:before {
  content: "\f53b";
}
.fa-money-check:before {
  content: "\f53c";
}
.fa-money-check-alt:before {
  content: "\f53d";
}
.fa-monument:before {
  content: "\f5a6";
}
.fa-moon:before {
  content: "\f186";
}
.fa-mortar-pestle:before {
  content: "\f5a7";
}
.fa-mosque:before {
  content: "\f678";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-mountain:before {
  content: "\f6fc";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-mug-hot:before {
  content: "\f7b6";
}
.fa-music:before {
  content: "\f001";
}
.fa-napster:before {
  content: "\f3d2";
}
.fa-neos:before {
  content: "\f612";
}
.fa-network-wired:before {
  content: "\f6ff";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-newspaper:before {
  content: "\f1ea";
}
.fa-nimblr:before {
  content: "\f5a8";
}
.fa-node:before {
  content: "\f419";
}
.fa-node-js:before {
  content: "\f3d3";
}
.fa-not-equal:before {
  content: "\f53e";
}
.fa-notes-medical:before {
  content: "\f481";
}
.fa-npm:before {
  content: "\f3d4";
}
.fa-ns8:before {
  content: "\f3d5";
}
.fa-nutritionix:before {
  content: "\f3d6";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-oil-can:before {
  content: "\f613";
}
.fa-old-republic:before {
  content: "\f510";
}
.fa-om:before {
  content: "\f679";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-osi:before {
  content: "\f41a";
}
.fa-otter:before {
  content: "\f700";
}
.fa-outdent:before {
  content: "\f03b";
}
.fa-page4:before {
  content: "\f3d7";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-pager:before {
  content: "\f815";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-paint-roller:before {
  content: "\f5aa";
}
.fa-palette:before {
  content: "\f53f";
}
.fa-palfed:before {
  content: "\f3d8";
}
.fa-pallet:before {
  content: "\f482";
}
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-parachute-box:before {
  content: "\f4cd";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-parking:before {
  content: "\f540";
}
.fa-passport:before {
  content: "\f5ab";
}
.fa-pastafarianism:before {
  content: "\f67b";
}
.fa-paste:before {
  content: "\f0ea";
}
.fa-patreon:before {
  content: "\f3d9";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-peace:before {
  content: "\f67c";
}
.fa-pen:before {
  content: "\f304";
}
.fa-pen-alt:before {
  content: "\f305";
}
.fa-pen-fancy:before {
  content: "\f5ac";
}
.fa-pen-nib:before {
  content: "\f5ad";
}
.fa-pen-square:before {
  content: "\f14b";
}
.fa-pencil-alt:before {
  content: "\f303";
}
.fa-pencil-ruler:before {
  content: "\f5ae";
}
.fa-penny-arcade:before {
  content: "\f704";
}
.fa-people-carry:before {
  content: "\f4ce";
}
.fa-pepper-hot:before {
  content: "\f816";
}
.fa-percent:before {
  content: "\f295";
}
.fa-percentage:before {
  content: "\f541";
}
.fa-periscope:before {
  content: "\f3da";
}
.fa-person-booth:before {
  content: "\f756";
}
.fa-phabricator:before {
  content: "\f3db";
}
.fa-phoenix-framework:before {
  content: "\f3dc";
}
.fa-phoenix-squadron:before {
  content: "\f511";
}
.fa-phone:before {
  content: "\f095";
}
.fa-phone-alt:before {
  content: "\f879";
}
.fa-phone-slash:before {
  content: "\f3dd";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-phone-square-alt:before {
  content: "\f87b";
}
.fa-phone-volume:before {
  content: "\f2a0";
}
.fa-photo-video:before {
  content: "\f87c";
}
.fa-php:before {
  content: "\f457";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-pied-piper-hat:before {
  content: "\f4e5";
}
.fa-pied-piper-pp:before {
  content: "\f1a7";
}
.fa-piggy-bank:before {
  content: "\f4d3";
}
.fa-pills:before {
  content: "\f484";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-pizza-slice:before {
  content: "\f818";
}
.fa-place-of-worship:before {
  content: "\f67f";
}
.fa-plane:before {
  content: "\f072";
}
.fa-plane-arrival:before {
  content: "\f5af";
}
.fa-plane-departure:before {
  content: "\f5b0";
}
.fa-play:before {
  content: "\f04b";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-playstation:before {
  content: "\f3df";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-plus:before {
  content: "\f067";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-poll:before {
  content: "\f681";
}
.fa-poll-h:before {
  content: "\f682";
}
.fa-poo:before {
  content: "\f2fe";
}
.fa-poo-storm:before {
  content: "\f75a";
}
.fa-poop:before {
  content: "\f619";
}
.fa-portrait:before {
  content: "\f3e0";
}
.fa-pound-sign:before {
  content: "\f154";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-pray:before {
  content: "\f683";
}
.fa-praying-hands:before {
  content: "\f684";
}
.fa-prescription:before {
  content: "\f5b1";
}
.fa-prescription-bottle:before {
  content: "\f485";
}
.fa-prescription-bottle-alt:before {
  content: "\f486";
}
.fa-print:before {
  content: "\f02f";
}
.fa-procedures:before {
  content: "\f487";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-project-diagram:before {
  content: "\f542";
}
.fa-pushed:before {
  content: "\f3e1";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-python:before {
  content: "\f3e2";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-question:before {
  content: "\f128";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-quidditch:before {
  content: "\f458";
}
.fa-quinscape:before {
  content: "\f459";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-quran:before {
  content: "\f687";
}
.fa-r-project:before {
  content: "\f4f7";
}
.fa-radiation:before {
  content: "\f7b9";
}
.fa-radiation-alt:before {
  content: "\f7ba";
}
.fa-rainbow:before {
  content: "\f75b";
}
.fa-random:before {
  content: "\f074";
}
.fa-raspberry-pi:before {
  content: "\f7bb";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-react:before {
  content: "\f41b";
}
.fa-reacteurope:before {
  content: "\f75d";
}
.fa-readme:before {
  content: "\f4d5";
}
.fa-rebel:before {
  content: "\f1d0";
}
.fa-receipt:before {
  content: "\f543";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-red-river:before {
  content: "\f3e3";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-redhat:before {
  content: "\f7bc";
}
.fa-redo:before {
  content: "\f01e";
}
.fa-redo-alt:before {
  content: "\f2f9";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-remove-format:before {
  content: "\f87d";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-reply:before {
  content: "\f3e5";
}
.fa-reply-all:before {
  content: "\f122";
}
.fa-replyd:before {
  content: "\f3e6";
}
.fa-republican:before {
  content: "\f75e";
}
.fa-researchgate:before {
  content: "\f4f8";
}
.fa-resolving:before {
  content: "\f3e7";
}
.fa-restroom:before {
  content: "\f7bd";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-rev:before {
  content: "\f5b2";
}
.fa-ribbon:before {
  content: "\f4d6";
}
.fa-ring:before {
  content: "\f70b";
}
.fa-road:before {
  content: "\f018";
}
.fa-robot:before {
  content: "\f544";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-rocketchat:before {
  content: "\f3e8";
}
.fa-rockrms:before {
  content: "\f3e9";
}
.fa-route:before {
  content: "\f4d7";
}
.fa-rss:before {
  content: "\f09e";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-ruble-sign:before {
  content: "\f158";
}
.fa-ruler:before {
  content: "\f545";
}
.fa-ruler-combined:before {
  content: "\f546";
}
.fa-ruler-horizontal:before {
  content: "\f547";
}
.fa-ruler-vertical:before {
  content: "\f548";
}
.fa-running:before {
  content: "\f70c";
}
.fa-rupee-sign:before {
  content: "\f156";
}
.fa-sad-cry:before {
  content: "\f5b3";
}
.fa-sad-tear:before {
  content: "\f5b4";
}
.fa-safari:before {
  content: "\f267";
}
.fa-salesforce:before {
  content: "\f83b";
}
.fa-sass:before {
  content: "\f41e";
}
.fa-satellite:before {
  content: "\f7bf";
}
.fa-satellite-dish:before {
  content: "\f7c0";
}
.fa-save:before {
  content: "\f0c7";
}
.fa-schlix:before {
  content: "\f3ea";
}
.fa-school:before {
  content: "\f549";
}
.fa-screwdriver:before {
  content: "\f54a";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-scroll:before {
  content: "\f70e";
}
.fa-sd-card:before {
  content: "\f7c2";
}
.fa-search:before {
  content: "\f002";
}
.fa-search-dollar:before {
  content: "\f688";
}
.fa-search-location:before {
  content: "\f689";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-searchengin:before {
  content: "\f3eb";
}
.fa-seedling:before {
  content: "\f4d8";
}
.fa-sellcast:before {
  content: "\f2da";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-server:before {
  content: "\f233";
}
.fa-servicestack:before {
  content: "\f3ec";
}
.fa-shapes:before {
  content: "\f61f";
}
.fa-share:before {
  content: "\f064";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-shekel-sign:before {
  content: "\f20b";
}
.fa-shield-alt:before {
  content: "\f3ed";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-shipping-fast:before {
  content: "\f48b";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-shoe-prints:before {
  content: "\f54b";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-shopware:before {
  content: "\f5b5";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-shuttle-van:before {
  content: "\f5b6";
}
.fa-sign:before {
  content: "\f4d9";
}
.fa-sign-in-alt:before {
  content: "\f2f6";
}
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-sign-out-alt:before {
  content: "\f2f5";
}
.fa-signal:before {
  content: "\f012";
}
.fa-signature:before {
  content: "\f5b7";
}
.fa-sim-card:before {
  content: "\f7c4";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-sistrix:before {
  content: "\f3ee";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-sith:before {
  content: "\f512";
}
.fa-skating:before {
  content: "\f7c5";
}
.fa-sketch:before {
  content: "\f7c6";
}
.fa-skiing:before {
  content: "\f7c9";
}
.fa-skiing-nordic:before {
  content: "\f7ca";
}
.fa-skull:before {
  content: "\f54c";
}
.fa-skull-crossbones:before {
  content: "\f714";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-slack:before {
  content: "\f198";
}
.fa-slack-hash:before {
  content: "\f3ef";
}
.fa-slash:before {
  content: "\f715";
}
.fa-sleigh:before {
  content: "\f7cc";
}
.fa-sliders-h:before {
  content: "\f1de";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-smile:before {
  content: "\f118";
}
.fa-smile-beam:before {
  content: "\f5b8";
}
.fa-smile-wink:before {
  content: "\f4da";
}
.fa-smog:before {
  content: "\f75f";
}
.fa-smoking:before {
  content: "\f48d";
}
.fa-smoking-ban:before {
  content: "\f54d";
}
.fa-sms:before {
  content: "\f7cd";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-snowboarding:before {
  content: "\f7ce";
}
.fa-snowflake:before {
  content: "\f2dc";
}
.fa-snowman:before {
  content: "\f7d0";
}
.fa-snowplow:before {
  content: "\f7d2";
}
.fa-socks:before {
  content: "\f696";
}
.fa-solar-panel:before {
  content: "\f5ba";
}
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-alpha-down:before {
  content: "\f15d";
}
.fa-sort-alpha-down-alt:before {
  content: "\f881";
}
.fa-sort-alpha-up:before {
  content: "\f15e";
}
.fa-sort-alpha-up-alt:before {
  content: "\f882";
}
.fa-sort-amount-down:before {
  content: "\f160";
}
.fa-sort-amount-down-alt:before {
  content: "\f884";
}
.fa-sort-amount-up:before {
  content: "\f161";
}
.fa-sort-amount-up-alt:before {
  content: "\f885";
}
.fa-sort-down:before {
  content: "\f0dd";
}
.fa-sort-numeric-down:before {
  content: "\f162";
}
.fa-sort-numeric-down-alt:before {
  content: "\f886";
}
.fa-sort-numeric-up:before {
  content: "\f163";
}
.fa-sort-numeric-up-alt:before {
  content: "\f887";
}
.fa-sort-up:before {
  content: "\f0de";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-sourcetree:before {
  content: "\f7d3";
}
.fa-spa:before {
  content: "\f5bb";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-speakap:before {
  content: "\f3f3";
}
.fa-speaker-deck:before {
  content: "\f83c";
}
.fa-spell-check:before {
  content: "\f891";
}
.fa-spider:before {
  content: "\f717";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-splotch:before {
  content: "\f5bc";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-spray-can:before {
  content: "\f5bd";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-square-full:before {
  content: "\f45c";
}
.fa-square-root-alt:before {
  content: "\f698";
}
.fa-squarespace:before {
  content: "\f5be";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-stackpath:before {
  content: "\f842";
}
.fa-stamp:before {
  content: "\f5bf";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-and-crescent:before {
  content: "\f699";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-star-half-alt:before {
  content: "\f5c0";
}
.fa-star-of-david:before {
  content: "\f69a";
}
.fa-star-of-life:before {
  content: "\f621";
}
.fa-staylinked:before {
  content: "\f3f5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-steam-symbol:before {
  content: "\f3f6";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-sticker-mule:before {
  content: "\f3f7";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stopwatch:before {
  content: "\f2f2";
}
.fa-store:before {
  content: "\f54e";
}
.fa-store-alt:before {
  content: "\f54f";
}
.fa-strava:before {
  content: "\f428";
}
.fa-stream:before {
  content: "\f550";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-stripe:before {
  content: "\f429";
}
.fa-stripe-s:before {
  content: "\f42a";
}
.fa-stroopwafel:before {
  content: "\f551";
}
.fa-studiovinari:before {
  content: "\f3f8";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-subway:before {
  content: "\f239";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-suitcase-rolling:before {
  content: "\f5c1";
}
.fa-sun:before {
  content: "\f185";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-supple:before {
  content: "\f3f9";
}
.fa-surprise:before {
  content: "\f5c2";
}
.fa-suse:before {
  content: "\f7d6";
}
.fa-swatchbook:before {
  content: "\f5c3";
}
.fa-swimmer:before {
  content: "\f5c4";
}
.fa-swimming-pool:before {
  content: "\f5c5";
}
.fa-symfony:before {
  content: "\f83d";
}
.fa-synagogue:before {
  content: "\f69b";
}
.fa-sync:before {
  content: "\f021";
}
.fa-sync-alt:before {
  content: "\f2f1";
}
.fa-syringe:before {
  content: "\f48e";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-table-tennis:before {
  content: "\f45d";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-tablet-alt:before {
  content: "\f3fa";
}
.fa-tablets:before {
  content: "\f490";
}
.fa-tachometer-alt:before {
  content: "\f3fd";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-tape:before {
  content: "\f4db";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-taxi:before {
  content: "\f1ba";
}
.fa-teamspeak:before {
  content: "\f4f9";
}
.fa-teeth:before {
  content: "\f62e";
}
.fa-teeth-open:before {
  content: "\f62f";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-telegram-plane:before {
  content: "\f3fe";
}
.fa-temperature-high:before {
  content: "\f769";
}
.fa-temperature-low:before {
  content: "\f76b";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-tenge:before {
  content: "\f7d7";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-the-red-yeti:before {
  content: "\f69d";
}
.fa-theater-masks:before {
  content: "\f630";
}
.fa-themeco:before {
  content: "\f5c6";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-thermometer:before {
  content: "\f491";
}
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-think-peaks:before {
  content: "\f731";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbtack:before {
  content: "\f08d";
}
.fa-ticket-alt:before {
  content: "\f3ff";
}
.fa-times:before {
  content: "\f00d";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-tint:before {
  content: "\f043";
}
.fa-tint-slash:before {
  content: "\f5c7";
}
.fa-tired:before {
  content: "\f5c8";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-toilet:before {
  content: "\f7d8";
}
.fa-toilet-paper:before {
  content: "\f71e";
}
.fa-toolbox:before {
  content: "\f552";
}
.fa-tools:before {
  content: "\f7d9";
}
.fa-tooth:before {
  content: "\f5c9";
}
.fa-torah:before {
  content: "\f6a0";
}
.fa-torii-gate:before {
  content: "\f6a1";
}
.fa-tractor:before {
  content: "\f722";
}
.fa-trade-federation:before {
  content: "\f513";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-traffic-light:before {
  content: "\f637";
}
.fa-train:before {
  content: "\f238";
}
.fa-tram:before {
  content: "\f7da";
}
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-trash-alt:before {
  content: "\f2ed";
}
.fa-trash-restore:before {
  content: "\f829";
}
.fa-trash-restore-alt:before {
  content: "\f82a";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-trello:before {
  content: "\f181";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-truck-loading:before {
  content: "\f4de";
}
.fa-truck-monster:before {
  content: "\f63b";
}
.fa-truck-moving:before {
  content: "\f4df";
}
.fa-truck-pickup:before {
  content: "\f63c";
}
.fa-tshirt:before {
  content: "\f553";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-tv:before {
  content: "\f26c";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-typo3:before {
  content: "\f42b";
}
.fa-uber:before {
  content: "\f402";
}
.fa-ubuntu:before {
  content: "\f7df";
}
.fa-uikit:before {
  content: "\f403";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-umbrella-beach:before {
  content: "\f5ca";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-undo:before {
  content: "\f0e2";
}
.fa-undo-alt:before {
  content: "\f2ea";
}
.fa-uniregistry:before {
  content: "\f404";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-university:before {
  content: "\f19c";
}
.fa-unlink:before {
  content: "\f127";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-untappd:before {
  content: "\f405";
}
.fa-upload:before {
  content: "\f093";
}
.fa-ups:before {
  content: "\f7e0";
}
.fa-usb:before {
  content: "\f287";
}
.fa-user:before {
  content: "\f007";
}
.fa-user-alt:before {
  content: "\f406";
}
.fa-user-alt-slash:before {
  content: "\f4fa";
}
.fa-user-astronaut:before {
  content: "\f4fb";
}
.fa-user-check:before {
  content: "\f4fc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-clock:before {
  content: "\f4fd";
}
.fa-user-cog:before {
  content: "\f4fe";
}
.fa-user-edit:before {
  content: "\f4ff";
}
.fa-user-friends:before {
  content: "\f500";
}
.fa-user-graduate:before {
  content: "\f501";
}
.fa-user-injured:before {
  content: "\f728";
}
.fa-user-lock:before {
  content: "\f502";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-user-minus:before {
  content: "\f503";
}
.fa-user-ninja:before {
  content: "\f504";
}
.fa-user-nurse:before {
  content: "\f82f";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-user-shield:before {
  content: "\f505";
}
.fa-user-slash:before {
  content: "\f506";
}
.fa-user-tag:before {
  content: "\f507";
}
.fa-user-tie:before {
  content: "\f508";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-users:before {
  content: "\f0c0";
}
.fa-users-cog:before {
  content: "\f509";
}
.fa-usps:before {
  content: "\f7e1";
}
.fa-ussunnah:before {
  content: "\f407";
}
.fa-utensil-spoon:before {
  content: "\f2e5";
}
.fa-utensils:before {
  content: "\f2e7";
}
.fa-vaadin:before {
  content: "\f408";
}
.fa-vector-square:before {
  content: "\f5cb";
}
.fa-venus:before {
  content: "\f221";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-vial:before {
  content: "\f492";
}
.fa-vials:before {
  content: "\f493";
}
.fa-viber:before {
  content: "\f409";
}
.fa-video:before {
  content: "\f03d";
}
.fa-video-slash:before {
  content: "\f4e2";
}
.fa-vihara:before {
  content: "\f6a7";
}
.fa-vimeo:before {
  content: "\f40a";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-vimeo-v:before {
  content: "\f27d";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-vk:before {
  content: "\f189";
}
.fa-vnv:before {
  content: "\f40b";
}
.fa-voicemail:before {
  content: "\f897";
}
.fa-volleyball-ball:before {
  content: "\f45f";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-mute:before {
  content: "\f6a9";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-vote-yea:before {
  content: "\f772";
}
.fa-vr-cardboard:before {
  content: "\f729";
}
.fa-vuejs:before {
  content: "\f41f";
}
.fa-walking:before {
  content: "\f554";
}
.fa-wallet:before {
  content: "\f555";
}
.fa-warehouse:before {
  content: "\f494";
}
.fa-water:before {
  content: "\f773";
}
.fa-wave-square:before {
  content: "\f83e";
}
.fa-waze:before {
  content: "\f83f";
}
.fa-weebly:before {
  content: "\f5cc";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-weight:before {
  content: "\f496";
}
.fa-weight-hanging:before {
  content: "\f5cd";
}
.fa-weixin:before {
  content: "\f1d7";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-whatsapp-square:before {
  content: "\f40c";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-whmcs:before {
  content: "\f40d";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-wind:before {
  content: "\f72e";
}
.fa-window-close:before {
  content: "\f410";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-wine-bottle:before {
  content: "\f72f";
}
.fa-wine-glass:before {
  content: "\f4e3";
}
.fa-wine-glass-alt:before {
  content: "\f5ce";
}
.fa-wix:before {
  content: "\f5cf";
}
.fa-wizards-of-the-coast:before {
  content: "\f730";
}
.fa-wolf-pack-battalion:before {
  content: "\f514";
}
.fa-won-sign:before {
  content: "\f159";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-wordpress-simple:before {
  content: "\f411";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-wpressr:before {
  content: "\f3e4";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-x-ray:before {
  content: "\f497";
}
.fa-xbox:before {
  content: "\f412";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-yammer:before {
  content: "\f840";
}
.fa-yandex:before {
  content: "\f413";
}
.fa-yandex-international:before {
  content: "\f414";
}
.fa-yarn:before {
  content: "\f7e3";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-yen-sign:before {
  content: "\f157";
}
.fa-yin-yang:before {
  content: "\f6ad";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-youtube-square:before {
  content: "\f431";
}
.fa-zhihu:before {
  content: "\f63f";
}
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.fab {
  font-family: "FontAwesome";
}
.far {
  font-family: "FontAwesome";
  font-weight: 400;
}
.fa,
.fas {
  font-family: "FontAwesome";
  font-weight: 900;
}
.page-header {
  margin: 60px 0;
  position: relative;
  z-index: 10;
}
.top-navigation {
  margin-right: 50px;
  order: -3;
}
.top-navigation .holder-image-menu-item {
  padding: 320px 20px 15px;
}
.top-navigation .holder-image-menu-item img {
  margin: 0 auto;
  max-width: 550px;
}
.rd-navbar-toggle {
  display: none;
}
.rd-navbar-nav-wrap .rd-navbar-nav {
  position: relative;
  display: flex;
}
.rd-navbar-nav-wrap .rd-navbar-nav > li {
  margin: 0 7px 0 0;
}
.rd-navbar-nav-wrap .rd-navbar-nav > li > a {
  color: #fff;
  font-family: "OpenSansBold";
  font-size: 16px;
  padding: 3px 16px;
  display: block;
  position: relative;
  text-decoration: none;
}
.rd-navbar-nav-wrap .rd-navbar-nav > li .item-no-href {
  cursor: default;
}
.rd-navbar-nav-wrap .rd-navbar-nav > li:last-child {
  margin: 0;
}
.rd-navbar-nav-wrap .rd-navbar-nav > li.parent > a:after {
  content: '\f107';
  font-family: "FontAwesome";
  color: #89cadc;
  position: absolute;
  top: 3px;
  right: 0;
  font-weight: normal;
  pointer-events: none;
}
.rd-navbar-nav-wrap .rd-navbar-nav > li.parent:hover .rd-navbar-nav-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.rd-navbar-nav-wrap .rd-navbar-nav .rd-navbar-nav-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  margin: 20px 0 0;
  width: 800px;
  background: #f4f6f7;
  display: flex;
  visibility: hidden;
  opacity: 0;
  transition: 0.3s ease;
  transform: translateY(30px);
  z-index: 11;
}
.rd-navbar-nav-wrap .rd-navbar-nav .rd-navbar-nav-dropdown a {
  font-weight: normal;
  color: #525a6b;
  font-size: 14px;
  padding: 12px 44px 12px 41px;
  display: block;
  position: relative;
}
.rd-navbar-nav-wrap .rd-navbar-nav .rd-navbar-nav-dropdown a:hover {
  background: #e0eaee;
  text-decoration: none;
}
.rd-navbar-nav-wrap .rd-navbar-nav .rd-navbar-nav-dropdown .submenu {
  display: block;
}
.rd-navbar-nav-wrap .rd-navbar-nav .rd-navbar-nav-dropdown:before {
  content: '';
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 20px;
}
.rd-navbar-nav-wrap .rd-navbar-nav .rd-navbar-nav-dropdown > .submenu {
  width: 210px;
  min-height: 450px;
  box-shadow: -1px 0 9px rgba(115, 90, 90, 0.5600000000000001);
  padding: 32px 0;
  position: relative;
}
.rd-navbar-nav-wrap .rd-navbar-nav .rd-navbar-nav-dropdown > .submenu li {
  display: block;
}
.rd-navbar-nav-wrap .rd-navbar-nav .rd-navbar-nav-dropdown > .submenu li.parent > a:after {
  content: '\f105';
  position: absolute;
  font-family: "FontAwesome";
  right: 36px;
  top: 11px;
  color: #89cadc;
}
.rd-navbar-nav-wrap .rd-navbar-nav .rd-navbar-nav-dropdown > .submenu li.parent:hover .rd-navbar-nav-sub-dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}
.rd-navbar-nav-wrap .rd-navbar-nav .rd-navbar-nav-dropdown .rd-navbar-nav-sub-dropdown {
  position: absolute;
  left: 100%;
  top: 32px;
  width: 590px;
  height: 270px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.rd-navbar-nav-wrap .rd-navbar-nav .rd-navbar-nav-dropdown .rd-navbar-nav-sub-dropdown > ul {
  width: 50%;
  float: left;
}
.rd-navbar-nav-wrap .rd-navbar-nav .rd-navbar-nav-dropdown .rd-navbar-nav-sub-dropdown > ul .parent {
  position: relative;
}
.rd-navbar-nav-wrap .rd-navbar-nav .rd-navbar-nav-dropdown .rd-navbar-nav-sub-dropdown > ul .parent:hover ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.rd-navbar-nav-wrap .rd-navbar-nav .rd-navbar-nav-dropdown .rd-navbar-nav-sub-dropdown > ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  background: #f4f6f7;
  width: 240px;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s ease;
  transform: translateY(30px);
  box-shadow: -1px 0 9px rgba(115, 90, 90, 0.21);
}
.rd-navbar-nav-wrap .submenu {
  display: none;
}
.social-wrap-header {
  display: flex;
  align-items: center;
  margin-right: auto;
}
.social-wrap-header p {
  color: #89cadc;
  font-size: 14px;
  margin: 0 5px 0 0;
}
.social-wrap-header .social-wrap-icons {
  line-height: 1;
}
.social-wrap-header .social-wrap-icons li {
  display: inline-block;
  margin: 0 4px;
}
.social-wrap-header .social-wrap-icons li a {
  background: url("../../frontend/Charcoal/theme_new/en_US/images/sprite.png") no-repeat;
  display: block;
  width: 28px;
  height: 28px;
  text-indent: -9999px;
  overflow: hidden;
}
.social-wrap-header .social-wrap-icons li a:hover,
.social-wrap-header .social-wrap-icons li a:active {
  opacity: 0.8;
}
.social-wrap-header .social-wrap-icons li a.fb {
  background-position: 0 -31px;
}
.social-wrap-header .social-wrap-icons li a.tw {
  background-position: 0 0;
}
.social-wrap-header .social-wrap-icons li a.inst {
  background-position: -31px 0;
}
.social-wrap-header .social-wrap-icons li a.yt {
  background-position: -31px -30px;
}
.social-wrap-header .social-wrap-icons li a.blog {
  background-position: -63px 0;
}
.header-container-top {
  background: #045c79;
  padding: 16px 0 18px;
  line-height: 1;
  z-index: 20;
  position: fixed;
  width: 100%;
  top: 0;
  right: 0;
}
.header-container-top .header-top-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  max-width: 1600px;
  padding: 0 15px;
}
.header-top-content {
  display: flex;
  align-items: center;
  width: 100%;
}
.header-top-content .mini-wishlist-block {
  margin: 0 15px 0 0;
  order: -1;
}
.header-top-content .mini-wishlist-block .block-wishlist-header {
  position: relative;
}
.header-top-content .mini-wishlist-block .block-wishlist-header a {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.header-top-content .mini-wishlist-block .block-wishlist-header a:hover {
  text-decoration: none;
}
.header-top-content .mini-wishlist-block .block-wishlist-header .text:before {
  content: '\F08A';
  background: none;
  width: auto;
  height: auto;
  font-size: 20px;
  font-family: "FontAwesome";
  color: #ffffff;
  margin: 0 4px 0 0;
  display: inline-block;
}
.header-top-content .mini-wishlist-block .block-wishlist-header .number-holder {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  line-height: 21px;
  text-align: center;
  color: #ffffff;
  background: #f1a40f;
  font-size: 12px;
  overflow: hidden;
}
.header-top-content .header-phone-link {
  color: #89cadc;
  font-size: 18px;
  margin: 0 9px 0 21px;
}
.header-top-content .header-account-links li {
  display: inline-block;
  font-size: 12px;
  padding: 0;
  margin: 0 0 0 12px;
}
.header-top-content .header-account-links li a {
  color: #ffffff;
}
.header-top-content .header-account-links li a:hover {
  text-decoration: underline;
}
.rd-navbar-collapse-toggle,
.search-mobile-holder {
  display: none;
}
.mini-cart-block {
  position: relative;
}
.mini-cart-block .rd-navbar-cart-toggle {
  display: flex;
  align-items: center;
}
.mini-cart-block .rd-navbar-cart-toggle .text {
  display: inline-block;
  position: relative;
  width: 26px;
  height: 26px;
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  cursor: pointer;
  color: #ffffff;
  font-family: "FontAwesome";
  transition: 0.2s;
}
.mini-cart-block .rd-navbar-cart-toggle .text:before,
.mini-cart-block .rd-navbar-cart-toggle .text:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s all ease;
}
.mini-cart-block .rd-navbar-cart-toggle .text:before {
  content: '\f07a';
  transform: rotate(0deg) scale(1);
  opacity: 1;
  visibility: visible;
}
.mini-cart-block .rd-navbar-cart-toggle .text:after {
  content: '\f00d';
  transform: rotate(-90deg) scale(0);
  opacity: 0;
  visibility: hidden;
}
.mini-cart-block .rd-navbar-cart-toggle .counter .counter-number {
  width: 21px;
  height: 21px;
  line-height: 21px;
  border-radius: 50%;
  background: #f1a40f;
  font-size: 12px;
  display: inline-block;
  text-align: center;
  color: #ffffff;
  transition: 0.2s;
  margin-left: 4px;
  margin-top: 1px;
}
.mini-cart-block .rd-navbar-cart-toggle.active .text:before {
  opacity: 0;
  visibility: hidden;
  transform: rotate(90deg) scale(0);
}
.mini-cart-block .rd-navbar-cart-toggle.active .text:after {
  transform: rotate(0deg) scale(1);
  opacity: 1;
  visibility: visible;
}
.mini-cart-block .rd-navbar-cart {
  display: block;
  position: absolute;
  width: 335px;
  margin-top: 18px;
  top: 100%;
  right: 0;
  visibility: hidden;
  opacity: 0;
  transform: translateY(30px);
  z-index: 19;
  box-shadow: 0 0 2px 0 rgba(6, 6, 6, 0.25), 0 3px 5px 0 rgba(6, 6, 6, 0.25);
  transition: 0.3s ease;
  background: #f4f6f7;
  overflow: auto;
  max-height: 450px;
}
.mini-cart-block .rd-navbar-cart.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.mini-cart-block .rd-navbar-cart #minicart-content-wrapper {
  padding: 1rem;
}
.mini-cart-block .rd-navbar-cart #minicart-content-wrapper .block-title,
.mini-cart-block .rd-navbar-cart #minicart-content-wrapper #btn-minicart-close {
  display: none;
}
.mini-cart-block .rd-navbar-cart #minicart-content-wrapper .subtitle {
  font: 400 16px/1.2 "OpenSansRegular";
  color: #060606;
}
.mini-cart-block .block-content {
  display: flex;
  flex-direction: column;
  font: 400 16px/1.2 "OpenSansRegular";
  color: #060606;
}
.mini-cart-block .block-content .items-total {
  display: none;
}
.mini-cart-block .block-content .subtotal {
  order: 1;
  display: flex;
  justify-content: space-between;
  margin: 0 0 1rem;
}
.mini-cart-block .block-content .subtotal .amount {
  font-family: "OpenSansBold";
}
.mini-cart-block .block-content > .actions {
  order: 2;
  text-align: center;
}
.mini-cart-block .block-content > .actions #top-cart-btn-checkout {
  display: block;
  font-size: 18px;
  width: 100%;
  margin: 0 0 1rem;
}
.mini-cart-block .block-content > .actions #top-cart-btn-checkout + div {
  display: none;
}
.mini-cart-block .block-content > .actions .viewcart {
  padding: 0;
  background: none;
  color: #21bcec;
  font-size: 14px;
}
.mini-cart-block .block-content .minicart-items-wrapper {
  height: auto !important;
}
.mini-cart-block .block-content .minicart-items {
  margin: 1rem 0 0;
}
.mini-cart-block .block-content .product-item {
  margin: 0 0 1rem;
  position: relative;
  padding: 0 0 1rem;
}
.mini-cart-block .block-content .product-item:after {
  content: '';
  position: absolute;
  left: -15px;
  bottom: 0;
  right: -15px;
  height: 1px;
  background: #e2e2e2;
}
.mini-cart-block .block-content .product-item .product {
  display: flex;
  justify-content: space-between;
}
.mini-cart-block .block-content .product-item .product-item-photo {
  width: 27%;
  background: none;
}
.mini-cart-block .block-content .product-item .product-item-photo .product-image-wrapper {
  padding-top: 0;
}
.mini-cart-block .block-content .product-item .product-item-details {
  width: 70%;
  position: relative;
  padding: 0 15px 0 0;
}
.mini-cart-block .block-content .product-item .product-item-details .product-item-name {
  display: block;
  margin: 0 0 15px;
  font-family: "OpenSansRegular";
}
.mini-cart-block .block-content .product-item .product-item-details .product-item-name a {
  color: #060606;
}
.mini-cart-block .block-content .product-item .product-item-details .product-item-name a:hover {
  color: #21bcec;
  text-decoration: none;
}
.mini-cart-block .block-content .product-item .product-item-details .product-item-pricing {
  display: flex;
  font-size: 14px;
}
.mini-cart-block .block-content .product-item .product-item-details .product-item-pricing .details-qty {
  color: #858585;
  margin: 0 4px 0 0;
}
.mini-cart-block .block-content .product-item .product-item-details .product-item-pricing .details-qty span {
  font-family: "OpenSansSemiBold";
}
.mini-cart-block .block-content .product-item .product-item-details .product-item-pricing .details-qty:after {
  content: 'x';
  display: inline-block;
}
.mini-cart-block .block-content .product-item .product-item-details .actions {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  flex-direction: column;
}
.mini-cart-block .block-content .product-item .product-item-details .actions .action {
  padding: 0;
  color: #21bcec;
  border-radius: 0;
  background: none;
  font-size: 12px;
}
.mini-cart-block .block-content .product-item .product-item-details .actions .action span {
  display: none;
}
.mini-cart-block .block-content .product-item .product-item-details .actions .action.edit:before {
  content: '\f303';
  font-family: "FontAwesomeSolid";
}
.mini-cart-block .block-content .product-item .product-item-details .actions .action.delete:before {
  content: '\f2ed';
  font-family: "FontAwesomeSolid";
}
.mini-cart-block .block-content .product-item .product-item-details .actions .action:hover {
  color: #060606;
}
.header-wrap-container {
  background: rgba(75, 168, 198, 0.75);
  padding: 20px 0;
  position: relative;
  z-index: 10;
  min-width: 320px;
}
.header-wrap-container .header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1600px;
  padding: 0 100px 0 42px;
  margin: 0 auto;
}
.header-wrap-container .logo img {
  display: block;
  height: auto;
}
.block-search .search {
  position: relative;
  background: #ffffff;
  border-radius: 30px;
  width: 670px;
  margin: 0;
}
.block-search .search input {
  color: #888888;
  font-size: 14px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  line-height: 1;
  padding: 16px 50px 18px 33px;
  height: auto;
  background: #ffffff;
  width: 100%;
  border-radius: 30px;
  border: 1px solid transparent;
  outline: none;
  max-width: 100%;
}
.block-search .search button {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 80px;
  height: 100%;
  border-radius: 0 20px 20px 0;
  text-align: center;
  background: none;
  padding: 0;
  border: none;
  cursor: pointer;
}
.block-search .search button:hover {
  opacity: 0.7;
}
.block-search .search button span {
  display: none;
}
.block-search .search button:before {
  content: '\f002';
  font-family: "FontAwesome";
  font-size: 18px;
  line-height: 52px;
  color: #303030;
}
.block-search .search-autocomplete {
  display: none;
}
.block-search .searchsuite-autocomplete {
  left: 0;
  right: auto;
  width: 300px;
  max-height: 350px;
  overflow: auto;
}
.block-search .searchsuite-autocomplete .resString {
  color: #21bcec;
}
.block-search .searchsuite-autocomplete li {
  font-family: "OpenSansBold";
}
.block-search .searchsuite-autocomplete li a {
  color: #858585;
}
.block-search .searchsuite-autocomplete li a:hover {
  text-decoration: none;
}
.block-search .searchsuite-autocomplete .product ul {
  padding: 0;
}
.block-search .searchsuite-autocomplete .product ul li {
  padding: 2px 5px;
  line-height: 1.3;
  border: none;
}
.block-search .searchsuite-autocomplete .product ul li:hover {
  background: #f0f0f0;
}
.block-search .searchsuite-autocomplete .product ul li .mh-option-shortdescription {
  font-size: 11px;
  color: #858585;
}
.block-search .searchsuite-autocomplete .search-footer {
  text-align: center;
  font-style: italic;
}
.page-footer {
  padding: 40px 0 0;
}
.newsletter-wrap {
  background: #045c79;
  padding: 20px 0;
}
.newsletter-wrap .newsletter {
  margin: 0 auto;
  max-width: 1250px;
  padding: 0 15px;
}
.newsletter-wrap .newsletter .input-wrap {
  display: flex;
  align-items: center;
}
.newsletter-wrap .newsletter .input-wrap .field {
  margin: 0;
}
.newsletter-wrap .newsletter .input-wrap .label {
  color: #ffffff;
  font-size: 18px;
  font-family: Arial;
  font-weight: bold;
  margin: 0 20px 0 0;
}
.newsletter-wrap .newsletter .input-wrap .control {
  margin: 0 20px 0 0;
  width: 510px;
}
.newsletter-wrap .newsletter input {
  width: 100%;
  max-width: 100%;
  padding: 6px 30px;
  font-weight: bold;
  border: 1px solid transparent;
}
.newsletter-wrap .subscribe {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-container {
  padding: 50px 0 20px;
  background: #303030;
  overflow: hidden;
}
.footer-container .footer-cols {
  display: flex;
  width: 106%;
  margin: 0 -3%;
}
.footer-container .footer-cols .links-wrap {
  width: 33.3%;
  color: #e1e1e1;
  border-left: 1px solid #ffffff;
  padding: 0 3%;
}
.footer-container .footer-cols .links-wrap h4 {
  font-size: 18px;
  line-height: 1;
  color: #89cadc;
  position: relative;
  margin-bottom: 17px;
  text-transform: uppercase;
}
.footer-container .footer-cols .links-wrap h5 {
  text-transform: uppercase;
  font-size: 14px;
}
.footer-container .footer-cols .links-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0 0 20px;
}
.footer-container .footer-cols .links-wrap ul li {
  margin: 0 0 10px;
}
.footer-container .footer-cols .links-wrap a {
  color: #e1e1e1;
}
.footer-container .footer-cols .links-wrap:first-child {
  border: none;
}
.footer-container .footer-cols .links-wrap:last-child {
  font-size: 13px;
}
.footer-container .footer-cols .links-wrap .contact-wrap {
  margin: 0 0 12px;
}
.footer-container .footer-cols .links-wrap .contact-wrap p {
  margin: 0;
}
.footer-container .footer-cols .links-wrap .links-img-wrap img {
  max-width: none;
}
.footer-container .footer-cols .links-wrap .links-img-wrap div {
  margin: 0 0 15px;
}
.footer-container .footer-cols .links-wrap .links-img-wrap div:first-child {
  width: 150px;
  height: 69px;
  overflow: hidden;
}
.footer-container .footer-cols .links-wrap .links-img-wrap div:first-child:hover img {
  margin-left: -150px;
}
.copyright {
  display: block;
  background: #050505;
  padding: 20px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
}
.cms-home {
  background: #ffffff;
}
.cms-home .header-wrap-container {
  width: 100%;
  position: absolute;
}
.cms-home .page-main {
  padding: 0;
  max-width: 100%;
}
.carousel-container #banner-slider-carousel {
  margin: 0;
}
.cms-home #banner-slider-carousel {
  min-height: 580px;
}
.cms-home #banner-slider-carousel .owl-nav {
  opacity: 1;
  display: block;
}
.cms-home #banner-slider-carousel .owl-nav button {
  width: 30px;
  height: 30%;
  background: #ee742e;
  top: 0;
  bottom: 0;
  margin: auto 0;
  opacity: 1;
  border-radius: 0;
  overflow: hidden;
}
.cms-home #banner-slider-carousel .owl-nav button.owl-prev {
  left: 0;
}
.cms-home #banner-slider-carousel .owl-nav button.owl-prev span {
  border-left: 1px solid #ffffff;
  left: 10px;
  transform: rotate(45deg);
}
.cms-home #banner-slider-carousel .owl-nav button.owl-next {
  right: 0;
}
.cms-home #banner-slider-carousel .owl-nav button.owl-next span {
  border-right: 1px solid #ffffff;
  right: 10px;
  transform: rotate(-45deg);
}
.cms-home #banner-slider-carousel .owl-nav button span {
  font-size: 0;
  width: 15px;
  height: 15px;
  border-bottom: 1px solid #ffffff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.cms-home #banner-slider-carousel .banner-item.banner-slider .img-responsive {
  width: 100%;
  height: auto;
}
.services-carousel-container {
  min-height: 410px;
}
.services-carousel-container .services-carousel {
  font-family: "SofiaproLight";
  color: #000000;
  padding: 20px 0;
  display: flex;
}
.services-carousel-container .services-carousel .content-item-carousel {
  text-align: center;
  line-height: 1.2;
  padding: 0 3%;
  min-height: 300px;
}
.services-carousel-container .services-carousel .content-item-carousel a {
  display: inline-block;
  max-width: 150px;
  margin: 0 0 15px;
}
.services-carousel-container .services-carousel .content-item-carousel h4 {
  text-transform: uppercase;
  font: 400 30px/1 "SofiaproBold";
  margin: 0 0 10px;
}
.block-text-item {
  background: rgba(75, 168, 198, 0.75);
  padding: 10px 0;
}
.block-text-item .content-text-item {
  text-align: center;
  color: #f4f4f4;
  font-family: "OpenSansBold";
  font-size: 20px;
  line-height: 1.3;
  margin: 0;
}
.home-description-holder {
  display: flex;
  max-width: 1300px;
  margin: 0 auto;
  padding: 50px 15px 50px;
  justify-content: space-between;
}
.home-description-holder .img-holder {
  width: 43%;
}
.home-description-holder .text-holder {
  width: 50%;
  font-family: "SofiaproLight";
  font-size: 17px;
  line-height: 1.3;
}
.home-description-holder .text-holder h2 {
  color: #000000;
  font: 400 35px/1 "SofiaproBold";
  margin: 0 0 20px;
}
.home-products-holder {
  max-width: 1400px;
  padding: 0 15px 30px;
  margin: 0 auto;
}
.home-products-holder .products-holder .products-carousel {
  padding: 0 50px;
}
.home-products-holder .products-holder .owl-stage {
  display: flex;
}
.home-products-holder .products-holder .owl-stage .owl-item .item {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.home-products-holder .products-holder .owl-stage .owl-item .item .item-bottom-block {
  margin-top: auto;
}
.home-products-holder .products-holder .owl-nav button,
.home-products-holder .products-holder .owl-nav div {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  height: 60px;
  width: 40px;
  background: none;
  border: none;
}
.home-products-holder .products-holder .owl-nav button span,
.home-products-holder .products-holder .owl-nav div span {
  display: none;
}
.home-products-holder .products-holder .owl-nav button:before,
.home-products-holder .products-holder .owl-nav div:before {
  content: '';
  width: 40px;
  height: 40px;
  border-bottom: 4px solid #060606;
  border-radius: 3px;
  display: block;
}
.home-products-holder .products-holder .owl-nav button.owl-prev,
.home-products-holder .products-holder .owl-nav div.owl-prev {
  left: 10px;
}
.home-products-holder .products-holder .owl-nav button.owl-prev:before,
.home-products-holder .products-holder .owl-nav div.owl-prev:before {
  border-left: 4px solid #060606;
  transform: rotate(45deg);
  margin: 0 0 0 10px;
}
.home-products-holder .products-holder .owl-nav button.owl-prev:hover:before,
.home-products-holder .products-holder .owl-nav div.owl-prev:hover:before {
  border-color: #21bcec;
}
.home-products-holder .products-holder .owl-nav button.owl-next,
.home-products-holder .products-holder .owl-nav div.owl-next {
  right: 10px;
}
.home-products-holder .products-holder .owl-nav button.owl-next:before,
.home-products-holder .products-holder .owl-nav div.owl-next:before {
  border-right: 4px solid #060606;
  transform: rotate(-45deg);
  margin: 0 0 0 -13px;
}
.home-products-holder .products-holder .owl-nav button.owl-next:hover:before,
.home-products-holder .products-holder .owl-nav div.owl-next:hover:before {
  border-color: #21bcec;
}
.home-products-holder .products-carousel {
  text-align: center;
}
.home-products-holder .products-carousel .item {
  padding: 0 10px;
}
.home-products-holder .products-carousel .product-image {
  position: relative;
  padding: 95% 0 0;
  margin: 0 0 15px;
  display: block;
}
.home-products-holder .products-carousel .product-image img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.home-products-holder .products-carousel .product-name {
  font: 18px/1.4 "SofiaproBold";
  margin: 0 auto 10px;
  max-width: 200px;
}
.home-products-holder .products-carousel .product-name a {
  color: #060606;
}
.home-products-holder .products-carousel .product-name a:hover {
  color: #21bcec;
  text-decoration: none;
}
.home-products-holder .products-carousel .price-box {
  font-family: "SofiaproLight";
  font-size: 32px;
  line-height: 1;
  margin: 0 0 15px;
  display: flex;
  justify-content: center;
}
.home-products-holder .products-carousel .price-box .old-price {
  margin: 0 15px 0 0;
  text-decoration: line-through;
}
.articles-list-footer {
  display: flex;
  justify-content: space-between;
  margin: 40px 0 50px;
}
.articles-list-footer .article-item {
  width: 30%;
  display: flex;
  flex-direction: column;
}
.articles-list-footer .article-item .article-image-holder {
  padding: 57% 0 0;
  background-size: cover;
  background-position: center;
  margin: 0 0 15px;
  border-radius: 4px;
  position: relative;
  font-size: 0;
  overflow: hidden;
}
.articles-list-footer .article-item .article-image-holder iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border: none;
  top: 0;
  left: 0;
}
.articles-list-footer .article-item h3 {
  font: normal 24px/1 "SofiaproBold";
  color: #303030;
  margin: 0 0 15px;
}
.articles-list-footer .article-item p {
  font: 14px/1.6 "SofiaproLight";
}
.articles-list-footer .article-item .actions {
  margin-top: auto;
}
@media (max-width: 1440px) {
  .cms-home #banner-slider-carousel {
    min-height: 520px;
  }
}
@media (max-width: 1024px) {
  .cms-home #banner-slider-carousel {
    min-height: 370px;
  }
}
@media (max-width: 767px) {
  .cms-home #banner-slider-carousel {
    min-height: 270px;
  }
}
@media (max-width: 640px) {
  .cms-home #banner-slider-carousel {
    min-height: 230px;
  }
}
@media (max-width: 480px) {
  .cms-home #banner-slider-carousel {
    min-height: 170px;
  }
  .cms-home .services-carousel-container .services-carousel:not(.owl-loaded) .item-carousel:not(:first-child) {
    display: none;
  }
}
@media (max-width: 320px) {
  .cms-home #banner-slider-carousel {
    min-height: 115px;
  }
}
.login-container {
  display: flex;
  justify-content: space-between;
}
.login-container > div {
  width: 49%;
}
.actions-toolbar {
  display: flex;
  align-items: center;
  padding: 15px 0 0;
}
.actions-toolbar .action {
  margin: 0 0 7px;
}
.actions-toolbar .remind {
  font-size: 12px;
  color: #757575;
  margin: 0 14px;
  display: inline-block;
  background: none;
  padding: 0;
}
.actions-toolbar .remind:hover {
  color: #21bcec;
  background: none;
}
.actions-toolbar .back {
  margin: 0 14px 0 0;
  display: inline-block;
}
.actions-toolbar .back:before {
  content: '« ';
}
.actions-toolbar .back:hover {
  color: #060606;
  text-decoration: none;
}
.form-create-account {
  max-width: 700px;
  margin: 0 auto;
}
.account .main .block-content {
  display: flex;
  justify-content: space-between;
}
.account .main .block-content .box {
  padding: 10px;
  border: 1px solid #dadada;
  width: 48%;
  position: relative;
}
.account .main .block-content .box .box-title {
  color: #060606;
  margin: 0 0 5px;
  font-size: 1rem;
  font-family: "SofiaproBold";
}
.account .main .edit {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #757575;
  font-size: 14px;
}
.account .main .edit:hover {
  color: #21bcec;
  text-decoration: none;
}
.account .main .edit span {
  display: none;
}
.account .main .edit:before {
  content: '\f040';
  font-family: "FontAwesome";
}
.account .main .block-title {
  position: relative;
}
.account .main .block-title strong {
  font-family: "SofiaproBold";
}
.account .sidebar .title {
  font-size: 18px;
  margin: 0 0 10px;
}
.account .sidebar .title strong {
  font-family: "OpenSansRegular";
}
.account .sidebar .items li {
  padding: 0 0 3px;
}
.account .sidebar .items li a {
  color: #757575;
  font-size: 14px;
}
.account .sidebar .items li a:hover {
  color: #21bcec;
  text-decoration: none;
}
.account .sidebar .items li strong {
  font-family: "OpenSansRegular";
}
.account .sidebar .items li.current {
  color: #21bcec;
}
.account .sidebar .items li.current a {
  color: #21bcec;
}
.account .sidebar .account-nav {
  display: none;
}
.block-dashboard-info,
.block-dashboard-addresses,
.block-addresses-default {
  margin: 0 0 30px;
}
.block-dashboard-orders .block-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.block-dashboard-orders .block-title .view {
  font-size: 14px;
}
.orders-history,
.orders-recent {
  margin: 0 0 30px;
  width: 100%;
}
.orders-history .table-caption,
.orders-recent .table-caption {
  display: none;
}
.orders-history .table,
.orders-recent .table {
  width: 100%;
  text-align: center;
}
.orders-history .table thead,
.orders-recent .table thead {
  background: #ffffff;
}
.orders-history .table th,
.orders-recent .table th {
  padding: 4px 7px;
}
.orders-history .table td,
.orders-recent .table td {
  padding: 4px 3px;
  border-bottom: 1px solid #dadada;
  font-size: 13px;
}
.orders-history .table .actions,
.orders-recent .table .actions {
  width: 11%;
}
.orders-history .table .actions .action,
.orders-recent .table .actions .action {
  padding: 7px 10px;
  font-size: 12px;
  max-width: 100%;
  display: block;
  margin: 3px 0;
}
.order-products-toolbar .pager {
  display: flex;
  width: 100%;
  padding: 14px;
  justify-content: flex-end;
}
.order-products-toolbar .pager .limiter .limiter-label {
  padding: 0 30px 0 0;
  font-family: "OpenSansRegular";
  border-right: 1px solid #f4f4f4;
  margin: 0 15px 0 0;
}
.catalog-product-view .more-views {
  width: 50px;
  position: absolute;
  top: 0;
  left: 0;
}
.catalog-product-view .more-views .slick-slider.slider-nav {
  margin-top: 0;
}
.catalog-product-view .more-views .slick-slider.slider-nav .slick-prev,
.catalog-product-view .more-views .slick-slider.slider-nav .slick-next {
  width: 30px;
  height: 30px;
  z-index: 7;
  opacity: 1;
}
.catalog-product-view .more-views .slick-slider.slider-nav .slick-prev:hover,
.catalog-product-view .more-views .slick-slider.slider-nav .slick-next:hover,
.catalog-product-view .more-views .slick-slider.slider-nav .slick-prev:active,
.catalog-product-view .more-views .slick-slider.slider-nav .slick-next:active,
.catalog-product-view .more-views .slick-slider.slider-nav .slick-prev:focus,
.catalog-product-view .more-views .slick-slider.slider-nav .slick-next:focus,
.catalog-product-view .more-views .slick-slider.slider-nav .slick-prev:visited,
.catalog-product-view .more-views .slick-slider.slider-nav .slick-next:visited {
  border: none;
  box-shadow: none;
  outline: none;
}
.catalog-product-view .more-views .slick-slider.slider-nav .slick-prev:before,
.catalog-product-view .more-views .slick-slider.slider-nav .slick-next:before {
  display: none;
}
.catalog-product-view .more-views .slick-slider.slider-nav .slick-prev.slick-disabled,
.catalog-product-view .more-views .slick-slider.slider-nav .slick-next.slick-disabled {
  opacity: 0.4;
}
.catalog-product-view .more-views .slick-slider.slider-nav .slick-next {
  background: url('../../frontend/Charcoal/theme_new/en_US/images/next-sl.png') 50% 50% no-repeat;
  bottom: -35px;
  top: initial;
  right: 0;
  transform: rotate(90deg);
  left: 14px;
}
.catalog-product-view .more-views .slick-slider.slider-nav .slick-prev {
  background: url('../../frontend/Charcoal/theme_new/en_US/images/prev-sl.png') 50% 50% no-repeat;
  top: -35px;
  bottom: initial;
  right: 0;
  transform: rotate(90deg);
  left: 14px;
}
.catalog-product-view .more-views .slick-vertical .slick-slide {
  margin-bottom: 5px;
}
.catalog-product-view .gallery-placeholder {
  position: relative;
  padding-left: 50px;
}
.catalog-product-view .gallery-placeholder .slider-for {
  margin-left: 20px;
}
.category-view .category-image {
  margin: 0 0 10px;
}
.category-view .category-image img {
  width: 100%;
}
.products-grid {
  padding: 0 0 30px;
}
.products-grid .product-items {
  display: flex;
  margin: 0 -5px;
  flex-wrap: wrap;
}
.products-grid .product-items .product-item {
  padding: 5px;
  width: 25%;
  position: relative;
  height: 310px;
}
.products-grid .product-items .product-item .product-item-info {
  transition: .3s all ease;
  height: 100%;
  border: 1px solid transparent;
}
.products-grid .product-items .product-item .product-item-details {
  padding: 25px 15px 0 15px;
}
.products-grid .product-items .product-item .product-item-name {
  margin: 0 0 5px;
  display: block;
  font-size: 12px;
}
.products-grid .product-items .product-item .price-box {
  margin-bottom: 30px;
  font-size: 16px;
}
.products-grid .product-items .product-item .product-item-inner {
  margin-bottom: 10px;
  display: flex;
  max-height: 0;
  overflow: hidden;
}
.products-grid .product-items .product-item .product-item-inner .tocart {
  font-size: 11px;
}
.products-grid .product-items .product-item:hover {
  z-index: 2;
}
.products-grid .product-items .product-item:hover .product-item-info {
  background: #ffffff;
  height: auto;
  z-index: 9;
  box-shadow: 3px 3px 20px rgba(6, 6, 6, 0.25);
}
.products-grid .product-items .product-item:hover .product-item-info .product-item-inner {
  max-height: 300px;
}
.products-grid.wishlist .product-items .product-item {
  height: auto;
  background: #ffffff;
  text-align: center;
}
.products-grid.wishlist .product-items .product-item .product-item-name {
  font-size: 14px;
}
.products-grid.wishlist .product-items .product-item .product-item-name .product-item-link {
  font-family: "OpenSansRegular";
}
.products-grid.wishlist .product-items .product-item .price-box,
.products-grid.wishlist .product-items .product-item .qty {
  display: none;
}
.products-grid.wishlist .product-items .product-item .product-item-inner {
  max-height: 100%;
  flex-direction: column;
}
.products-grid.wishlist .product-items .product-item .product-item-actions {
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.products-grid.wishlist .product-items .product-item .product-item-actions a {
  padding: 6px 8px;
  margin: 0 2px;
  color: #757575;
}
.products-grid.wishlist .product-items .product-item .product-item-actions a span {
  display: none;
}
.products-grid.wishlist .product-items .product-item fieldset {
  display: none;
}
.products-grid.wishlist .product-items .product-item .edit {
  position: static;
}
.products-grid.wishlist .product-items .product-item .delete:before {
  content: '\f2ed';
  font-family: "FontAwesomeSolid";
}
.products-grid.wishlist .product-items .product-item .delete:hover {
  color: #21bcec;
}
.products-list .item {
  padding: 20px;
  margin: 0 0 10px;
  background: #ffffff;
}
.products-list .item .product-item-info {
  display: flex;
}
.products-list .item .product-item-info .product-item-photo {
  width: 210px;
  margin-right: 30px;
}
.products-list .item .product-item-info .product-item-details {
  width: calc(100% - 140px);
  position: relative;
}
.products-list .item .product-item-info .product-item-name {
  font-size: 16px;
  margin: 0 0 15px;
  display: block;
}
.products-list .item .product-item-info .product-item-description {
  margin: 0 0 15px;
}
.products-list .item .product-item-info .product-item-description p {
  margin: 0;
}
.products-list .item .product-item-info .product-item-description a {
  color: #060606;
}
.products-list .item .product-item-info .product-item-description a:hover {
  color: #21bcec;
}
.products-list .item .product-item-info .price-box {
  font-size: 24px;
  margin: 0 20px 0 0;
}
.products-list .item .product-item-info .product-item-inner {
  display: flex;
  flex-direction: column;
}
.products-list .item .product-item-info .product-item-actions {
  order: 1;
}
.products-list .item .product-item-info .product-item-actions .tocart {
  font-size: 18px;
  font-family: "OpenSansLight";
}
.product-item-photo {
  background: #ffffff;
  display: block;
}
.product-item-photo .product-image-wrapper {
  padding: 100% 0 0;
  position: relative;
  display: block;
}
.product-item-photo .product-image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.price-box {
  font-family: "OpenSansBold";
  color: #060606;
  display: flex;
}
.price-box .price-label {
  display: none;
}
.price-box .old-price {
  order: -1;
  margin: 0 7px 0 0;
  text-decoration: line-through;
}
.product-item-link {
  color: #060606;
  padding: 0 0 5px;
  display: inline-block;
  font-family: "OpenSansBold";
  transition: .3s all ease;
  line-height: 1.25;
}
.product-item-link:hover {
  color: #21bcec;
  text-decoration: none;
}
.product-item-actions {
  display: flex;
  width: 100%;
  align-items: center;
}
.product-item-actions .actions-secondary {
  margin-left: auto;
}
.product-item-actions .tocart {
  color: #23bfef;
  background: none;
  border: none;
  font-family: "OpenSansSemiBold";
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 11px;
  cursor: pointer;
}
.product-item-actions .tocart:before {
  content: '\e04f';
  margin: 0 7px 0 0;
  font-family: "Outicons";
  font-size: 24px;
}
.product-item-actions .tocart:hover {
  color: #060606;
  text-decoration: none;
}
.product-item-actions .tocompare,
.product-item-actions .towishlist {
  color: #23bfef;
  background-color: transparent;
  font-size: 19px;
  line-height: 1;
  padding: 5px;
  display: inline-block;
}
.product-item-actions .tocompare span,
.product-item-actions .towishlist span {
  display: none;
}
.product-item-actions .tocompare:before,
.product-item-actions .towishlist:before {
  display: inline-block;
  font-family: "Outicons";
}
.product-item-actions .tocompare:hover,
.product-item-actions .towishlist:hover {
  color: #060606;
  background: none;
}
.product-item-actions .towishlist:before {
  content: '\e028';
}
.product-item-actions .tocompare:before {
  content: '\e052';
}
.product-view-holder {
  display: flex;
  padding: 0 0 25px;
  justify-content: space-between;
}
.product-view-holder .media {
  min-width: 337px;
  width: 40%;
  padding: 0 15px;
}
.product-view-holder .media .action-skip-wrapper {
  display: none;
}
.product-view-holder .product-info-main {
  width: 60%;
  max-width: calc(100% - 337px);
  padding: 0 15px;
}
.product-view-holder .product-info-main .page-title {
  text-align: left;
  margin: 0 0 10px;
  font-size: 28px;
}
.product-view-holder .product-info-main .product-info-stock-sku {
  margin: 0 0 7px;
}
.product-view-holder .product-info-main .product-info-stock-sku .available {
  color: #00b06c;
}
.product-view-holder .product-info-main .product-info-stock-sku .unavailable {
  color: #d83820;
}
.product-view-holder .product-info-main .product-options-bottom .price-box {
  display: none;
}
.product-view-holder .product-info-main .price-box {
  color: #060606;
  font-size: 32px;
  line-height: 1;
  font-family: "OpenSansBold";
  margin: 0 0 25px;
  display: flex;
}
.product-view-holder .product-info-main .price-box .price-label {
  display: none;
}
.product-view-holder .product-info-main .price-box .old-price {
  order: -1;
  margin: 0 15px 0 0;
  text-decoration: line-through;
}
.product-view-holder .product-info-main .product-reviews-summary {
  margin: 0 0 20px;
}
.product-view-holder .product-info-main .product-reviews-summary a {
  color: #858585;
}
.product-view-holder .product-info-main .product-reviews-summary a:hover {
  text-decoration: none;
  color: #21bcec;
}
.product-view-holder .product-info-main .sku {
  display: flex;
  margin: 0 0 10px;
}
.product-view-holder .product-info-main .sku strong {
  margin: 0 4px 0 0;
}
.product-view-holder .product-info-main .overview {
  padding: 0 0 10px;
}
.product-view-holder .product-info-main .product-options-wrapper > .fieldset > .field {
  display: flex;
  margin: 0 0 25px;
}
.product-view-holder .product-info-main .product-options-wrapper > .fieldset > .field > .label {
  width: 25%;
  font-size: 16px;
}
.product-view-holder .product-info-main .product-options-wrapper > .fieldset > .field .control {
  width: 75%;
}
.product-view-holder .product-info-main .product-options-wrapper > .fieldset > .field .control .options-list {
  display: flex;
  flex-wrap: wrap;
}
.product-view-holder .product-info-main .product-options-wrapper > .fieldset > .field .control .field.choice {
  margin: 0 7px 10px 0;
}
.product-view-holder .product-info-main .product-options-wrapper > .fieldset > .field .control .field.choice input[type='checkbox'] + label {
  padding: 10px 20px;
  min-width: 20px;
  min-height: 20px;
  background: #f0f0f0;
  color: #949494;
  border-radius: 20px;
  margin: 0;
  cursor: pointer;
}
.product-view-holder .product-info-main .product-options-wrapper > .fieldset > .field .control .field.choice input[type='checkbox'] + label:before,
.product-view-holder .product-info-main .product-options-wrapper > .fieldset > .field .control .field.choice input[type='checkbox'] + label:after {
  display: none;
}
.product-view-holder .product-info-main .product-options-wrapper > .fieldset > .field .control .field.choice input[type='checkbox']:checked + label {
  background: #21bcec;
  color: #ffffff;
}
.product-view-holder .product-info-main .box-tocart .qty {
  display: flex;
  align-items: center;
}
.product-view-holder .product-info-main .box-tocart .qty .label {
  margin: 0 30px 0 0;
}
.product-view-holder .product-info-main .box-tocart .qty input {
  width: 96px;
}
.product-view-holder .product-info-main .box-tocart .tocart {
  padding: 15px 40px;
  border-radius: 33px;
  font-size: 18px;
  margin: 0 0 15px;
}
.product-view-holder .product-info-main .box-tocart .tocart:before {
  content: '\e04f';
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  font-size: 20px;
  font-family: "Outicons";
}
.product-view-holder .product-info-main .box-tocart .tocart span {
  display: inline-block;
  vertical-align: middle;
}
.product-view-holder .product-info-main .product-social-links .action {
  color: #858585;
  display: inline-block;
  margin: 0 5px 0 0;
}
.product-view-holder .product-info-main .product-social-links .action span {
  display: none;
}
.product-view-holder .product-info-main .product-social-links .action:before {
  font-family: "Outicons";
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  font-size: 19px;
}
.product-view-holder .product-info-main .product-social-links .action.towishlist:before {
  content: '\e028';
}
.product-view-holder .product-info-main .product-social-links .action.tocompare:before {
  content: '\e052';
}
.product-view-holder .product-info-main .product-social-links .action:hover {
  color: #21bcec;
}
.product-view-holder .products-grid .product-items {
  margin: 0;
  display: block;
}
.product-view-holder .products-grid .product-items .product-item {
  width: 100%;
  padding: 0;
  border-bottom: 1px solid #dadada;
  margin: 0;
  height: auto;
}
.product-view-holder .products-grid .product-items .product-item .product-item-info {
  background: none;
}
.product-view-holder .products-grid .product-items .product-item:hover .product-item-info {
  box-shadow: none;
}
.product-view-holder .products-grid .product-items .product-item .product-item-details {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0;
}
.product-view-holder .products-grid .product-items .product-item .product-item-details .details-wrap {
  display: flex;
  align-items: center;
}
.product-view-holder .products-grid .product-items .product-item .product-item-name {
  font-size: 14px;
  margin: 0 4px 0 0;
}
.product-view-holder .products-grid .product-items .product-item .product-item-name p {
  margin: 0;
}
.product-view-holder .products-grid .product-items .product-item .price-box {
  font-size: 14px;
  color: #858585;
  margin: 0;
}
.product-view-holder .products-grid .product-items .product-item .price-box:before {
  content: '(';
}
.product-view-holder .products-grid .product-items .product-item .price-box:after {
  content: ')';
}
.product-view-holder .products-grid .product-items .product-item .product-item-actions {
  width: auto;
}
.product-view-holder .products-grid .product-items .product-item .product-item-actions form {
  display: flex;
  align-items: center;
}
.product-view-holder .products-grid .product-items .product-item .product-item-actions form input {
  margin: 0 15px;
}
.product-view-holder .products-grid .product-items .product-item .product-item-actions form .tocart {
  padding: 12px 19px;
  font-size: 15px;
  line-height: 1;
  color: #ffffff;
  background: #21bcec;
  font-family: "OpenSansRegular";
}
.gallery-placeholder .slider-for {
  width: 308px;
  height: 308px;
  margin: 0 auto 15px;
  background: #ffffff;
}
.gallery-placeholder .slider-for img.small {
  height: 106px;
  width: 106px;
  opacity: 0;
  z-index: 120;
  position: absolute;
  right: 8px;
  bottom: 8px;
}
.gallery-placeholder .slider-for img.big {
  max-height: 308px;
  margin: 0 auto;
  height: auto;
  width: auto;
}
.gallery-placeholder .slider-for .mousetrap {
  top: auto !important;
  left: auto !important;
  right: 8px;
  bottom: 8px;
  opacity: 0.5;
  background: #ffffff;
  border: 1px solid #858585;
}
.gallery-placeholder .slider-for .mousetrap:before {
  content: '\e8ff';
  font-family: "MaterialIcons";
  font-size: 50px;
  width: 50px;
  height: 50px;
  line-height: 1;
  color: #858585;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.gallery-placeholder .cloud-zoom-big {
  overflow: hidden;
  width: 308px !important;
  height: 308px !important;
  background-color: #ffffff;
  left: 0 !important;
  top: 0 !important;
  border: none;
  background-repeat: no-repeat;
  background-position: center;
}
.gallery-placeholder .cloud-zoom-title {
  font-family: Arial, Helvetica, sans-serif;
  position: absolute !important;
  background-color: rgba(0, 0, 0, 0.8);
  color: #ffffff;
  padding: 5px;
  width: 100%;
  text-align: center;
  font-family: "OpenSansBold";
  font-size: 10px;
  top: 0;
  left: 0;
}
.gallery-placeholder .slider-nav li {
  display: inline-block;
}
.gallery-placeholder .slider-nav li a {
  display: block;
  background: #ffffff;
}
.gallery-placeholder .slider-nav li img {
  margin: 0 auto;
}
.product.detailed .tabs-title-holder {
  display: flex;
  margin: 0 0 50px;
  justify-content: center;
}
.product.detailed .tabs-title-holder .title {
  margin: 0 10px;
}
.product.detailed .tabs-title-holder .title h2 {
  font-family: unset;
}
.product.detailed .tabs-title-holder .title a {
  padding: 7px 70px;
  line-height: 1.5em;
  color: #060606;
  font-size: 18px;
  border-bottom: 2px solid #dadada;
}
.product.detailed .tabs-title-holder .title a:hover {
  border-color: #21bcec;
  text-decoration: none;
}
.product.detailed .tabs-title-holder .title.active a {
  border-color: #21bcec;
}
.product.detailed .tabs-content-holder {
  font-size: 1.2em;
}
.product.detailed ul {
  list-style: disc;
  padding: 0 0 20px 20px;
}
.related .block-title {
  font-size: 18px;
  margin: 0 0 15px;
}
.related .block-title strong {
  font-family: "OpenSansRegular";
}
.related .block-actions {
  color: #060606;
  font-size: 12px;
  margin: 0 0 15px;
}
.related .block-actions button {
  border: none;
  color: #21bcec;
  background: none;
  font-size: 12px;
}
.related .block-actions button:hover {
  color: #858585;
}
.products-grid.products-related .product-items .product-item {
  width: 20%;
  height: auto;
  margin: 0 0 15px;
}
.products-grid.products-related .product-items .product-item .choice {
  position: absolute;
  top: 5px;
  left: 8px;
  z-index: 1;
}
.products-grid.products-related .product-items .product-item .choice input[type='checkbox'] {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
.products-grid.products-related .product-items .product-item .choice input[type='checkbox'] + label {
  position: relative;
  padding: 0 0 0 20px;
  cursor: pointer;
}
.products-grid.products-related .product-items .product-item .choice input[type='checkbox'] + label span {
  display: none;
}
.products-grid.products-related .product-items .product-item .choice input[type='checkbox'] + label:before {
  content: '\e835';
  position: absolute;
  width: 18px;
  height: 18px;
  font-size: 18px;
  top: 1px;
  line-height: 1;
  left: 0;
  font-family: "MaterialIcons";
  color: #21bcec;
}
.products-grid.products-related .product-items .product-item .choice input[type='checkbox']:checked + label:before {
  content: '\e834';
}
.products-grid.products-related .product-items .product-item .product-item-info {
  display: flex;
  justify-content: space-between;
}
.products-grid.products-related .product-items .product-item .product-item-photo {
  width: 41%;
  background: none;
}
.products-grid.products-related .product-items .product-item .product-item-photo .product-image-wrapper {
  background: #ffffff;
}
.products-grid.products-related .product-items .product-item .product-item-details {
  width: 54%;
  padding: 0;
}
.products-grid.products-related .product-items .product-item .product-item-name {
  font-size: 14px;
  margin: 0 0 12px;
}
.products-grid.products-related .product-items .product-item .product-item-name .product-item-link {
  line-height: 1.7;
}
.products-grid.products-related .product-items .product-item .product-item-actions .actions-secondary {
  margin: 0;
}
.products-grid.products-related .product-items .product-item:hover .product-item-info {
  background: none;
  box-shadow: none;
}
.checkout-cart-index .page-title {
  text-align: left;
}
.checkout-cart-index .crosssell {
  padding: 30px 0 0;
  margin: 20px 0 0;
  border-top: 1px solid #dadada;
}
.checkout-cart-index .crosssell .block-title strong {
  font-family: "OpenSansRegular";
  font-size: 17px;
}
.checkout-cart-index .crosssell .products-grid .product-items .product-item {
  height: auto;
}
.checkout-cart-index .crosssell .products-grid .product-items .product-item:hover .product-item-info {
  height: 100%;
}
.checkout-cart-index .crosssell .products-grid .product-items .product-item .product-item-details {
  padding: 25px 15px 15px;
}
.checkout-cart-index .crosssell .products-grid .product-items .product-item .price-box {
  margin: 0 0 10px;
}
.checkout-cart-index .crosssell .product-item-actions .tocart {
  padding: 0;
}
.checkout-cart-index .crosssell .product-item-actions .tocart:hover {
  background: none;
}
.cart-container {
  display: flex;
  flex-wrap: wrap;
}
.cart-container .checkout-cart-wrapper {
  width: 75%;
  padding: 0 2% 0 0;
}
.cart-container .cart-summary {
  width: 25%;
  background: #ffffff;
  padding: 30px;
  order: 1;
  position: relative;
  top: 0 !important;
}
.cart-container .cart-summary .summary.title {
  color: #060606;
  margin-bottom: 1.5rem;
  font-size: 26px;
  font-family: "OpenSansRegular";
  display: block;
}
.cart-container .cart-summary .block .title {
  text-transform: uppercase;
  position: relative;
  color: #858585;
  cursor: pointer;
  margin: 0 0 1rem;
  padding: 0 15px 0 0;
}
.cart-container .cart-summary .block .title strong {
  font-family: "OpenSansSemiBold";
}
.cart-container .cart-summary .block .title:before {
  content: '\f107';
  font-family: "FontAwesome";
  position: absolute;
  top: 0;
  right: 5px;
}
.cart-container .cart-summary .block .actions-toolbar {
  padding: 0;
  flex-direction: column;
}
.cart-container .cart-summary .block .actions-toolbar .action {
  width: 100%;
}
.cart-container .cart-summary .cart-totals {
  margin: 10px 0;
}
.cart-container .cart-summary .cart-totals table {
  width: 100%;
  text-align: right;
}
.cart-container .cart-summary .cart-totals table .table-caption {
  display: none;
}
.cart-container .cart-summary .cart-totals table th {
  padding: 0 7px 0 0;
  font-family: "OpenSansSemiBold";
}
.cart-container .cart-summary .cart-totals table th strong {
  font-family: "OpenSansSemiBold";
}
.cart-container .cart-summary .cart-totals table td {
  color: #21bcec;
}
.cart-container .cart-summary .cart-totals table td strong {
  font-family: "OpenSansRegular";
}
.cart-container .cart-summary .checkout-methods-items {
  text-align: center;
}
.cart-container .cart-summary .checkout-methods-items li {
  margin: 0 0 10px;
}
.cart-container .cart-summary .checkout-methods-items li a {
  display: inline-block;
}
.cart-container .cart-summary .checkout-methods-items button.checkout {
  padding: 15px 32px;
  border-radius: 25px;
  display: inline-block;
  line-height: 1;
  color: #ffffff;
  font: 15px/1 "OpenSansRegular";
  background: #89cadc;
  border: none;
  transition: all 0.3s ease-out;
  cursor: pointer;
  outline: none;
}
.cart-container .cart-summary .checkout-methods-items button.checkout:hover {
  background: #2fa0c3;
}
.cart-container .form-cart {
  width: 100%;
  padding: 0;
}
.cart-container .form-cart .thead,
.cart-container .form-cart .item-info {
  padding: 10px 20px 10px 0;
  display: flex;
  border-bottom: 1px solid #dadada;
}
.cart-container .form-cart .thead .col,
.cart-container .form-cart .item-info .col {
  width: 15%;
  align-self: center;
}
.cart-container .form-cart .thead .col.item,
.cart-container .form-cart .item-info .col.item {
  width: 50%;
  display: flex;
  align-items: center;
  padding: 0 2% 0 0;
  justify-content: space-between;
}
.cart-container .form-cart .thead .col.item .product-item-photo,
.cart-container .form-cart .item-info .col.item .product-item-photo {
  width: 30%;
}
.cart-container .form-cart .thead .col.item .product-item-details,
.cart-container .form-cart .item-info .col.item .product-item-details {
  width: 70%;
  padding: 0 0 0 15px;
}
.cart-container .form-cart .thead .col.item .product-item-details strong,
.cart-container .form-cart .item-info .col.item .product-item-details strong {
  font-family: "OpenSansRegular";
  line-height: 1.25;
  font-size: 16px;
}
.cart-container .form-cart .thead .col.item .product-item-details strong a,
.cart-container .form-cart .item-info .col.item .product-item-details strong a {
  color: #060606;
}
.cart-container .form-cart .thead .col.item .product-item-details strong a:hover,
.cart-container .form-cart .item-info .col.item .product-item-details strong a:hover {
  color: #21bcec;
  text-decoration: none;
}
.cart-container .form-cart .thead .col.item .product-item-details .item-options,
.cart-container .form-cart .item-info .col.item .product-item-details .item-options {
  font-size: 12px;
  font-style: italic;
}
.cart-container .form-cart .thead .col.item .product-item-details .item-options li,
.cart-container .form-cart .item-info .col.item .product-item-details .item-options li {
  display: flex;
  justify-content: space-between;
  margin: 0 0 2px;
}
.cart-container .form-cart .thead .col.item .product-item-details .item-options li span,
.cart-container .form-cart .item-info .col.item .product-item-details .item-options li span {
  width: 40%;
}
.cart-container .form-cart .thead .col.item .product-item-details .item-options li span:after,
.cart-container .form-cart .item-info .col.item .product-item-details .item-options li span:after {
  content: ':';
}
.cart-container .form-cart .thead .col.item .product-item-details .item-options li div,
.cart-container .form-cart .item-info .col.item .product-item-details .item-options li div {
  width: 58%;
}
.cart-container .form-cart .thead .col.qty input,
.cart-container .form-cart .item-info .col.qty input {
  max-width: 80px;
}
.cart-container .form-cart .thead .col .cart-price,
.cart-container .form-cart .item-info .col .cart-price {
  color: #060606;
  font-size: 16px;
  font-family: "OpenSansBold";
}
.cart-container .form-cart .thead {
  border-top: 1px solid #dadada;
}
.cart-container .form-cart .item-info {
  position: relative;
}
.cart-container .form-cart .item-info .actions-toolbar {
  position: absolute;
  display: flex;
  flex-direction: column;
  top: 10px;
  right: 0;
}
.cart-container .form-cart .item-info .actions-toolbar .action {
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #858585;
  margin: 0 auto 5px;
  padding: 0;
  background: none;
  font-size: 12px;
}
.cart-container .form-cart .item-info .actions-toolbar .action span {
  display: none;
}
.cart-container .form-cart .item-info .actions-toolbar .action:before {
  font-family: "FontAwesomeSolid";
  display: inline-block;
}
.cart-container .form-cart .item-info .actions-toolbar .action.action-edit:before {
  content: '\f303';
}
.cart-container .form-cart .item-info .actions-toolbar .action.action-delete:before {
  content: '\f2ed';
}
.cart-container .form-cart .item-info .actions-toolbar .action.towishlist {
  display: none;
}
.cart-container .form-cart .item-info .actions-toolbar .action:hover {
  color: #21bcec;
}
.cart-container .form-cart .actions {
  padding: 25px 0 0;
  display: flex;
}
.cart-container .form-cart .actions .action {
  color: #060606;
  font-size: 16px;
  background: none;
  padding: 0;
}
.cart-container .form-cart .actions .action:hover {
  color: #21bcec;
}
.cart-container .form-cart .actions .action.continue {
  margin: 0 25px 0 0;
}
.cart-container .form-cart .actions .action.update {
  margin-left: auto;
}
.checkout-container {
  overflow: hidden;
}
.checkout-container input[type='text'],
.checkout-container input[type='email'],
.checkout-container input[type='password'],
.checkout-container textarea,
.checkout-container select {
  max-width: 100%;
  width: 100%;
}
.checkout-container .authentication-wrapper {
  float: right;
  position: relative;
  margin: 0 10px 0 0;
}
.checkout-container .authentication-wrapper .action-auth-toggle {
  border: none;
  background: none;
  font-size: 14px;
  color: #22c0f1;
  cursor: pointer;
}
.checkout-container .authentication-wrapper .action-auth-toggle:hover {
  color: #060606;
}
.checkout-container .authentication-wrapper .authentication-dropdown {
  position: absolute;
  right: 0;
  top: 100%;
  visibility: hidden;
  opacity: 0;
  transform: translateY(30px);
  box-shadow: 0 0 2px 0 rgba(6, 6, 6, 0.25), 0 3px 5px 0 rgba(6, 6, 6, 0.25);
  background: #f4f6f7;
  transition: 0.3s ease;
  overflow: auto;
  max-height: 450px;
  width: 310px;
}
.checkout-container .authentication-wrapper .authentication-dropdown._show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}
.checkout-container .authentication-wrapper .authentication-dropdown .modal-inner-wrap {
  padding: 15px;
}
.checkout-container .authentication-wrapper .authentication-dropdown .modal-inner-wrap .action-close {
  color: #858585;
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  height: 20px;
  width: 20px;
  cursor: pointer;
}
.checkout-container .authentication-wrapper .authentication-dropdown .modal-inner-wrap .action-close span {
  display: none;
}
.checkout-container .authentication-wrapper .authentication-dropdown .modal-inner-wrap .action-close:before {
  content: '\f00d';
  font-family: "FontAwesome";
  font-size: 16px;
}
.checkout-container .authentication-wrapper .authentication-dropdown .modal-inner-wrap .action-close:hover {
  color: #21bcec;
}
.checkout-container .authentication-wrapper .authentication-dropdown .modal-inner-wrap .actions-toolbar {
  flex-direction: row-reverse;
  display: flex;
  justify-content: end;
}
.checkout-container .authentication-wrapper .authentication-dropdown .modal-inner-wrap .actions-toolbar .action-remind {
  color: #757575;
  background: none;
  padding: 0;
  font-size: 12px;
  margin: 0 10px 0 0;
}
.checkout-container .authentication-wrapper .authentication-dropdown .modal-inner-wrap .actions-toolbar .action-remind:hover {
  color: #21bcec;
}
.checkout-container .opc-progress-bar {
  margin: 0 0 30px;
  list-style: none;
  display: flex;
}
.checkout-container .opc-progress-bar li {
  text-align: center;
  width: 210px;
  position: relative;
  color: #060606;
}
.checkout-container .opc-progress-bar li:before {
  content: '';
  background: #dadada;
  top: 19px;
  height: 7px;
  left: 0;
  position: absolute;
  width: 100%;
}
.checkout-container .opc-progress-bar li._active:before,
.checkout-container .opc-progress-bar li._complete:before,
.checkout-container .opc-progress-bar li._active span:before,
.checkout-container .opc-progress-bar li._complete span:before {
  background: #89cadc;
}
.checkout-container .opc-progress-bar li._active span:after,
.checkout-container .opc-progress-bar li._complete span:after {
  content: '\f00c';
  font-family: "FontAwesome";
  font-size: 15px;
}
.checkout-container .opc-progress-bar li span {
  display: inline-block;
  padding-top: 45px;
}
.checkout-container .opc-progress-bar li span:before,
.checkout-container .opc-progress-bar li span:after {
  content: '';
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.checkout-container .opc-progress-bar li span:before {
  height: 38px;
  width: 38px;
  background: #dadada;
}
.checkout-container .opc-progress-bar li span:after {
  background: #ffffff;
  height: 26px;
  top: 6px;
  width: 26px;
  content: counter(i);
  counter-increment: i;
  line-height: 30px;
  text-align: center;
  color: #060606;
}
.checkout-container .step-title,
.checkout-container .opc-block-summary .title,
.checkout-container .payment-option-title {
  color: #060606;
  margin-bottom: 0.5em;
  font-size: 1.5em;
  font-family: "SofiaproBold";
}
.checkout-container .opc-estimated-wrapper {
  display: none;
}
.checkout-container .opc-wrapper {
  width: 48%;
  float: left;
}
.checkout-container .opc-wrapper li {
  margin: 0 0 15px;
  padding: 15px;
  background: #ffffff;
}
.checkout-container .opc-wrapper .street .control .label {
  display: none;
}
.checkout-container .opc-wrapper .table-checkout-shipping-method {
  margin: 0 0 10px;
  max-width: 100%;
}
.checkout-container .opc-wrapper .table-checkout-shipping-method thead {
  display: none;
}
.checkout-container .opc-wrapper .table-checkout-shipping-method td {
  padding: 8px 7px;
}
.checkout-container .opc-wrapper .table-checkout-shipping-method td:first-child {
  width: 26px;
}
.checkout-container .opc-wrapper .table-checkout-shipping-method td.col-price {
  width: 60px;
}
.checkout-container .opc-wrapper .table-checkout-shipping-method td:nth-child(3) {
  width: 40%;
}
.checkout-container .opc-wrapper .table-checkout-shipping-method td.col-carrier {
  width: calc(100% - 86px - 40%);
}
.checkout-container .opc-wrapper .methods .item-title {
  font-family: "SofiaproBold";
  font-size: 16px;
  color: #060606;
}
.checkout-container .opc-wrapper .methods .item-options {
  margin: 0 0 15px;
}
.checkout-container .opc-wrapper .methods .item-options .field {
  margin: 0;
}
.checkout-container .opc-wrapper .methods .item-options .field .price {
  font-family: "OpenSansSemiBold";
  color: #060606;
}
.checkout-container .opc-summary-wrapper {
  float: right;
  width: 48%;
  max-width: 440px;
  background: #ffffff;
  padding: 15px;
}
.checkout-container .opc-summary-wrapper .modal-header {
  display: none;
}
.checkout-container .opc-summary-wrapper .items-in-cart .title {
  position: relative;
  font-size: 17px;
  cursor: pointer;
}
.checkout-container .opc-summary-wrapper .items-in-cart .title strong {
  font-family: "OpenSansRegular";
}
.checkout-container .opc-summary-wrapper .items-in-cart .title:before {
  content: '\f078';
  font-family: "FontAwesomeSolid";
  font-size: 14px;
  width: 11px;
  height: 11px;
  line-height: 1;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
}
.checkout-container .opc-summary-wrapper .items-in-cart.active .title:before {
  content: '\f077';
}
.checkout-container .opc-summary-wrapper .product-item {
  padding: 10px 0;
  border-bottom: 1px solid #ececec;
}
.checkout-container .opc-summary-wrapper .product {
  display: flex;
}
.checkout-container .opc-summary-wrapper .product .product-item-details {
  width: calc(100% - 75px);
  padding: 0 0 0 15px;
}
.checkout-container .opc-summary-wrapper .product .product-item-details .product-item-inner {
  display: flex;
  justify-content: space-between;
}
.checkout-container .opc-summary-wrapper .product .product-item-details .product-item-name {
  color: #060606;
  display: block;
  margin: 0 0 5px;
}
.checkout-container .opc-summary-wrapper .product .product-item-details .details-qty .label:after {
  content: ':';
}
.checkout-container .opc-summary-wrapper .product .product-item-details .subtotal {
  color: #060606;
  font-family: "OpenSansSemiBold";
  font-size: 16px;
  padding: 0 0 0 10px;
}
.checkout-container .actions-toolbar {
  justify-content: flex-end;
}
.checkout-container .checkout-payment-method fieldset .legend {
  display: none;
}
.checkout-container .checkout-payment-method .payment-method {
  padding: 0 0 15px;
  margin: 0 0 15px;
  border-bottom: 1px solid #eeeeee;
}
.checkout-container .checkout-payment-method .payment-method .payment-method-title {
  display: flex;
  align-items: center;
}
.checkout-container .checkout-payment-method .payment-method .payment-method-title label {
  display: flex;
  align-items: center;
  margin: 0 0 0 10px;
}
.checkout-container .checkout-payment-method .payment-method .payment-method-title label img,
.checkout-container .checkout-payment-method .payment-method .payment-method-title label span {
  margin: 0 10px 0 0;
}
.checkout-container .checkout-payment-method .payment-method fieldset {
  margin: 0;
}
.checkout-container .checkout-payment-method .payment-method .date .fields {
  display: flex;
}
.checkout-container .checkout-payment-method .payment-method .date .fields .field {
  width: 150px;
  margin: 0 6px 0 0;
}
.checkout-container .checkout-payment-method .credit-card-types {
  display: flex;
}
.checkout-container .checkout-payment-method .credit-card-types li {
  padding: 0;
  margin: 0 4px 0 0;
  background: none;
}
.checkout-container .checkout-payment-method .cvv .control._with-tooltip {
  display: flex;
  align-items: center;
}
.checkout-container .checkout-payment-method .cvv .control._with-tooltip .field-tooltip {
  position: relative;
  margin: 0 0 0 6px;
}
.checkout-container .checkout-payment-method .cvv .control._with-tooltip .field-tooltip .action-cvv {
  display: flex;
  align-items: center;
}
.checkout-container .checkout-payment-method .cvv .control._with-tooltip .field-tooltip .action-cvv:before {
  margin: 0 0 0 5px;
}
.checkout-container .checkout-payment-method .cvv .control._with-tooltip .field-tooltip .field-tooltip-content {
  width: 200px;
}
.checkout-container .discount-code .payment-option-title {
  position: relative;
  cursor: pointer;
}
.checkout-container .discount-code .payment-option-title:before {
  content: '\f078';
  font-family: "FontAwesomeSolid";
  font-size: 14px;
  width: 11px;
  height: 11px;
  line-height: 1;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: absolute;
}
.checkout-container .discount-code.active .payment-option-title:before {
  content: '\f077';
}
.checkout-container .billing-address-details,
.checkout-container .shipping-information {
  padding: 15px 0 0;
  color: #060606;
}
.checkout-container .shipping-information .shipping-information-title {
  font-family: "OpenSansSemiBold";
  font-size: 15px;
  display: flex;
  align-items: center;
}
.checkout-container .shipping-information .shipping-information-title .action-edit {
  background: none;
  border: none;
  font-size: 12px;
  color: #060606;
  margin: 0 0 0 15px;
  cursor: pointer;
}
.checkout-container .shipping-information .shipping-information-title .action-edit span {
  display: none;
}
.checkout-container .shipping-information .shipping-information-title .action-edit:before {
  content: '\f303';
  font-family: "FontAwesomeSolid";
}
.checkout-container .shipping-information .shipping-information-title .action-edit:hover {
  color: #21bcec;
}
.checkout-container .shipping-information .ship-to {
  margin: 0 0 15px;
}
.checkout-container .opc-block-summary .table-totals {
  width: 100%;
  text-align: right;
  font-size: 15px;
  margin: 0 0 15px;
}
.checkout-container .opc-block-summary .table-totals .table-caption {
  display: none;
}
.checkout-container .opc-block-summary .table-totals th {
  padding: 0 7px 0 0;
  font-family: "OpenSansSemiBold";
}
.checkout-container .opc-block-summary .table-totals td {
  color: #21bcec;
}
.checkout-shipping-address button.edit-address-link,
.checkout-shipping-address button.action-select-shipping-item,
.checkout-shipping-address button.action-show-popup {
  padding: 15px 32px;
  border-radius: 25px;
  display: inline-block;
  line-height: 1;
  color: #ffffff;
  font: 15px/1 "OpenSansRegular";
  background: #89cadc;
  border: none;
  transition: all 0.3s ease-out;
  cursor: pointer;
  outline: none;
  text-align: center;
  margin: 0 0 10px;
}
.checkout-shipping-address button.edit-address-link:hover,
.checkout-shipping-address button.action-select-shipping-item:hover,
.checkout-shipping-address button.action-show-popup:hover {
  background: #2fa0c3;
  text-decoration: none;
}
.checkout-shipping-address button.edit-address-link:disabled,
.checkout-shipping-address button.action-select-shipping-item:disabled,
.checkout-shipping-address button.action-show-popup:disabled {
  opacity: 0.6;
}
.form.methods-shipping .item-title,
.block.shipping .item-title {
  font-weight: 700;
  color: #060606;
  text-transform: uppercase;
}
.form.methods-shipping .item-options,
.block.shipping .item-options {
  margin-bottom: 25px;
}
.form.methods-shipping .label,
.block.shipping .label {
  font-weight: 700;
  color: #060606;
}
.form.methods-shipping .label > .price:before,
.block.shipping .label > .price:before {
  content: "- ";
}
.form.methods-shipping .shipping-description,
.block.shipping .shipping-description {
  margin: 0 0 10px;
}
.block.shipping .methods .item-options .field > .label {
  font-weight: 700;
}
.checkout-payment-method .payment-method-content {
  display: none;
}
.checkout-payment-method .payment-method._active .payment-method-content {
  display: block;
}
@media (max-width: 1200px) {
  .block-search .search {
    width: 470px;
  }
}
@media (max-width: 1100px) {
  .header-container-top {
    padding: 5px 0;
    min-width: 320px;
  }
  .header-container-top .top-navigation .holder-image-menu-item {
    display: none;
  }
  .header-container-top .top-navigation:before {
    content: '';
    position: fixed;
    width: 100%;
    height: 5px;
    top: 55px;
    left: 0;
    z-index: 22;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
  }
  .header-wrap-container .header-wrapper {
    padding: 0 15px;
  }
  .rd-navbar-nav-wrap {
    transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
    position: fixed;
    top: -56px;
    left: 0;
    width: 280px;
    padding: 115px 0 56px;
    bottom: -56px;
    color: #858585;
    background: #045c79;
    z-index: 15;
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
  }
  .rd-navbar-nav-wrap .rd-navbar-nav {
    height: 100%;
    overflow: auto;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    padding: 7px 0 0;
    flex-direction: column;
  }
  .rd-navbar-nav-wrap .rd-navbar-nav li {
    position: relative;
  }
  .rd-navbar-nav-wrap .rd-navbar-nav li a {
    font-family: "OpenSansRegular";
    padding: 11px 25px;
  }
  .rd-navbar-nav-wrap .rd-navbar-nav li a:hover {
    background: #21bcec;
  }
  .rd-navbar-nav-wrap .rd-navbar-nav li:hover > a {
    background: #21bcec;
  }
  .rd-navbar-nav-wrap .rd-navbar-nav li.parent.active .rd-navbar-nav-dropdown,
  .rd-navbar-nav-wrap .rd-navbar-nav li .rd-navbar-nav-dropdown li.parent.active .rd-navbar-nav-sub-dropdown,
  .rd-navbar-nav-wrap .rd-navbar-nav li .rd-navbar-nav-dropdown .rd-navbar-nav-sub-dropdown ul li.parent.active ul {
    max-height: 4000px;
    visibility: visible;
    opacity: 1;
  }
  .rd-navbar-nav-wrap .rd-navbar-nav > li {
    margin: 0;
  }
  .rd-navbar-nav-wrap .rd-navbar-nav > li.parent > a:after {
    display: none;
  }
  .rd-navbar-nav-wrap .rd-navbar-nav .rd-navbar-nav-dropdown a {
    color: #ffffff;
    padding: 11px 25px 11px 35px;
  }
  .rd-navbar-nav-wrap .rd-navbar-nav .rd-navbar-nav-dropdown a:hover {
    background: #21bcec;
  }
  .rd-navbar-nav-wrap .rd-navbar-nav .rd-navbar-nav-dropdown > .submenu {
    width: 100%;
    min-height: 0;
    box-shadow: none;
    padding: 0;
  }
  .rd-navbar-nav-wrap .rd-navbar-nav .rd-navbar-nav-dropdown > .submenu li.parent > a:after {
    display: none;
  }
  .rd-navbar-nav-wrap .rd-navbar-nav .rd-navbar-nav-dropdown:before {
    display: none;
  }
  .rd-navbar-nav-wrap .rd-navbar-nav .rd-navbar-nav-dropdown .rd-navbar-nav-sub-dropdown > ul {
    float: none;
    width: 100%;
  }
  .rd-navbar-nav-wrap .rd-navbar-nav .rd-navbar-nav-dropdown .rd-navbar-nav-sub-dropdown a {
    padding-left: 45px;
  }
  .rd-navbar-nav-wrap .rd-navbar-nav .rd-navbar-nav-dropdown .rd-navbar-nav-sub-dropdown ul ul a {
    padding-left: 60px;
  }
  .rd-navbar-nav-wrap .rd-navbar-nav .rd-navbar-nav-dropdown,
  .rd-navbar-nav-wrap .rd-navbar-nav .rd-navbar-nav-dropdown .rd-navbar-nav-sub-dropdown,
  .rd-navbar-nav-wrap .rd-navbar-nav .rd-navbar-nav-dropdown .rd-navbar-nav-sub-dropdown > ul ul {
    position: static;
    background: none;
    padding: 0;
    opacity: 1;
    transform: none;
    width: 100%;
    visibility: visible;
    margin: 0;
    height: auto;
    overflow: hidden;
    max-height: 0;
  }
  .rd-navbar-nav-wrap.active {
    transform: translateX(0);
  }
  .rd-navbar-submenu-toggle {
    position: absolute;
    right: 0;
    z-index: 999;
    top: 0;
    width: 40px;
    height: 48px;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    line-height: 48px;
    transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
  }
  .rd-navbar-submenu-toggle:before {
    content: '\f107';
    display: inline-block;
    font-family: "FontAwesome";
  }
  .rd-navbar-toggle {
    display: inline-block;
    width: 48px;
    height: 48px;
    font-size: 24px;
    line-height: 48px;
    text-align: center;
    cursor: pointer;
    color: #ffffff;
    transition: 0.3s all ease;
    background: none;
    border: 0;
    position: relative;
    z-index: 17;
  }
  .rd-navbar-toggle span {
    width: 24px;
    height: 4px;
    background-color: #ffffff;
    backface-visibility: hidden;
    position: relative;
    display: block;
    margin: auto;
    transition: 0.3s all ease;
    transform: rotate(180deg);
  }
  .rd-navbar-toggle span:before,
  .rd-navbar-toggle span:after {
    content: '';
    width: 24px;
    height: 4px;
    transform-origin: 1.71429px center;
    background-color: #ffffff;
    backface-visibility: hidden;
    position: absolute;
    left: 0;
    top: -8px;
    transition: 0.3s all ease;
  }
  .rd-navbar-toggle span:after {
    top: 8px;
  }
  .rd-navbar-toggle.active span {
    transform: rotate(360deg);
  }
  .rd-navbar-toggle.active span:before,
  .rd-navbar-toggle.active span:after {
    top: 0;
    width: 15px;
  }
  .rd-navbar-toggle.active span:before {
    transform: rotate3d(0, 0, 1, -40deg);
  }
  .rd-navbar-toggle.active span:after {
    transform: rotate3d(0, 0, 1, 40deg);
  }
  .products-grid.products-related .product-items .product-item {
    width: 25%;
  }
  .newsletter-wrap .newsletter .input-wrap .control {
    width: 334px;
  }
}
@media (max-width: 992px) {
  .header-wrapper .logo {
    max-width: 300px;
  }
  .block-search .search {
    width: 400px;
  }
  .home-description-holder .img-holder {
    display: none;
  }
  .home-description-holder .text-holder {
    width: 100%;
  }
  .toolbar .limiter {
    margin: 0 0 0 10px;
  }
  .toolbar .limiter .label {
    display: none;
  }
  .toolbar.order-products-toolbar .pager .limiter .limiter-label {
    padding: 0 15px 0 0;
  }
  .store-holder .store-item h4 {
    font-size: 24px;
  }
  .products-grid .product-items .product-item {
    width: 50%;
    height: auto;
  }
  .products-grid .product-items .product-item .product-item-info {
    background: #ffffff;
  }
  .products-grid .product-items .product-item .product-item-inner {
    max-height: none;
  }
  .products-grid.products-related .product-items .product-item {
    width: 33%;
  }
  .products-grid.products-related .product-items .product-item .product-item-info {
    background: none;
  }
  .cart-container .checkout-cart-wrapper,
  .cart-container .form-cart {
    width: 100%;
    padding: 0;
    margin: 0 0 30px;
  }
  .cart-container .cart-summary {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }
  .contact-schedule-map-holder {
    flex-direction: column;
  }
  .contact-schedule-map-holder .contact-map-holder {
    width: 100%;
    max-width: 600px;
  }
  .newsletter-wrap .subscribe {
    flex-wrap: wrap;
  }
  .newsletter-wrap .subscribe .input-wrap {
    width: 100%;
    padding: 3px 0;
  }
  .footer-container .footer-cols {
    flex-wrap: wrap;
  }
  .footer-container .footer-cols .links-wrap {
    border: none;
    width: 50%;
  }
}
@media (max-width: 800px) {
  .store-holder {
    justify-content: center;
  }
  .store-holder .store-item {
    width: 30%;
    margin: 0 1% 2%;
  }
}
@media (max-width: 767px) {
  .header-top-content .header-phone-link:before {
    content: '\f095';
    display: block;
    color: #ffffff;
    font-size: 24px;
    font-family: "FontAwesome";
  }
  .header-top-content .header-phone-link span {
    display: none;
  }
  .header-top-content .header-phone-link:hover {
    text-decoration: none;
  }
  .cms-home .page-header {
    margin-bottom: 0;
  }
  .cms-home .header-wrap-container {
    position: relative;
  }
  .rd-navbar-collapse-container .rd-navbar-collapse-toggle {
    display: block;
    position: relative;
    font-family: "FontAwesome";
    width: 44px;
    height: 44px;
    line-height: 44px;
    z-index: 20;
    border: none;
    background: none;
    text-align: center;
    cursor: pointer;
  }
  .rd-navbar-collapse-container .rd-navbar-collapse-toggle span {
    display: block;
    position: relative;
    font-size: 28px;
    color: #ffffff;
    height: 44px;
  }
  .rd-navbar-collapse-container .rd-navbar-collapse-toggle span:before,
  .rd-navbar-collapse-container .rd-navbar-collapse-toggle span:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s all ease;
  }
  .rd-navbar-collapse-container .rd-navbar-collapse-toggle span:before {
    content: '\f142';
    transform: rotate(0deg) scale(1);
    opacity: 1;
    visibility: visible;
  }
  .rd-navbar-collapse-container .rd-navbar-collapse-toggle span:after {
    content: '\f141';
    transform: rotate(-90deg) scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .rd-navbar-collapse-container .rd-navbar-collapse-toggle.active span:before {
    opacity: 0;
    visibility: hidden;
    transform: rotate(90deg) scale(0);
  }
  .rd-navbar-collapse-container .rd-navbar-collapse-toggle.active span:after {
    transform: rotate(0deg) scale(1);
    opacity: 1;
    visibility: visible;
  }
  .rd-navbar-collapse-container .rd-navbar-collapse {
    text-align: left;
    position: absolute;
    top: 100%;
    right: 0;
    color: #fff;
    padding: 15px 15px 15px;
    z-index: 19;
    width: 250px;
    transform: translateY(30px);
    opacity: 0;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
    visibility: hidden;
    overflow: hidden;
    transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
    background: #045c79;
  }
  .rd-navbar-collapse-container .rd-navbar-collapse li {
    display: block;
    font-size: 15px;
    margin: 0 0 12px;
    position: relative;
  }
  .rd-navbar-collapse-container .rd-navbar-collapse.active {
    visibility: visible;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, 0.25);
    transform: translateY(0);
    opacity: 1;
  }
  .search-mobile-holder {
    display: block;
    order: -2;
  }
  .search-mobile-holder .rd-navbar-search-toggle {
    font-family: "FontAwesome";
    background: none;
    border: none;
    cursor: pointer;
    text-align: center;
  }
  .search-mobile-holder .rd-navbar-search-toggle span {
    display: inline-block;
    position: relative;
    width: 42px;
    height: 42px;
    font-size: 20px;
    line-height: 42px;
    color: #ffffff;
  }
  .search-mobile-holder .rd-navbar-search-toggle span:before,
  .search-mobile-holder .rd-navbar-search-toggle span:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: 0.3s all ease;
  }
  .search-mobile-holder .rd-navbar-search-toggle span:before {
    content: '\f002';
    transform: rotate(0deg) scale(1);
    opacity: 1;
    visibility: visible;
  }
  .search-mobile-holder .rd-navbar-search-toggle span:after {
    content: '\f00d';
    transform: rotate(-90deg) scale(0);
    opacity: 0;
    visibility: hidden;
  }
  .search-mobile-holder .rd-navbar-search-toggle.active span:before {
    opacity: 0;
    visibility: hidden;
    transform: rotate(90deg) scale(0);
  }
  .search-mobile-holder .rd-navbar-search-toggle.active span:after {
    transform: rotate(0deg) scale(1);
    opacity: 1;
    visibility: visible;
  }
  .block-search {
    position: fixed;
    top: 75px;
    left: 0;
    width: 100%;
    transform: translateY(30px);
    transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    z-index: 21;
  }
  .block-search .search {
    width: 100%;
  }
  .block-search.active {
    display: block;
    opacity: 1;
    overflow: visible;
    visibility: visible;
    transform: translateY(0);
  }
  .articles-list-footer {
    flex-wrap: wrap;
  }
  .articles-list-footer .article-item {
    width: 49%;
    margin: 0 0 15px;
  }
  .page-layout-2columns-left .columns,
  .page-layout-2columns-right .columns {
    overflow: visible;
  }
  .page-layout-2columns-left .columns .main,
  .page-layout-2columns-right .columns .main,
  .page-layout-2columns-left .columns .sidebar,
  .page-layout-2columns-right .columns .sidebar {
    width: 100%;
    float: none;
    padding: 0;
  }
  .columns-group .quad.column,
  .columns-group .third.column {
    width: 49%;
  }
  form.contact .form-row {
    flex-direction: column;
  }
  form.contact .form-row .field {
    width: 100%;
  }
  .product-view-holder {
    flex-wrap: wrap;
  }
  .product-view-holder .media,
  .product-view-holder .product-info-main {
    width: 100%;
  }
  .product-view-holder .product-info-main {
    margin: 30px 0 0;
    max-width: 100%;
  }
  .product-view-holder .product-info-main .product-options-bottom {
    padding: 30px 0 0;
  }
  .products-grid.products-related .product-items .product-item {
    width: 50%;
  }
  .login-container {
    flex-wrap: wrap;
  }
  .login-container > div {
    width: 100%;
  }
  .checkout-container .opc-wrapper {
    width: 100%;
    float: none;
  }
  .checkout-container .opc-summary-wrapper {
    width: 100%;
    float: none;
  }
}
@media (max-width: 640px) {
  .articles-list-footer .article-item {
    width: 100%;
  }
  .store-holder .store-item {
    width: 48%;
  }
  .product-view-holder .products-grid .product-items .product-item .product-item-details {
    flex-direction: column;
    align-items: flex-start;
  }
  .product-view-holder .products-grid .product-items .product-item .product-item-details .details-wrap {
    margin: 0 0 10px;
  }
  .account .main .block-content {
    flex-wrap: wrap;
  }
  .account .main .block-content .box {
    width: 100%;
  }
  .actions-toolbar {
    flex-wrap: wrap;
  }
  .actions-toolbar.align-space-between > .primary {
    max-width: 100%;
    width: 100%;
  }
  .actions-toolbar.row-reverse .secondary {
    order: -1;
    width: 100%;
    margin: 0 0 10px;
  }
  .cart-container .form-cart .thead {
    display: none;
  }
  .cart-container .form-cart .item-info {
    flex-direction: column;
  }
  .cart-container .form-cart .item-info .col {
    width: 100%;
    margin: 0 0 15px;
    display: flex;
    align-items: center;
  }
  .cart-container .form-cart .item-info .col.item {
    width: 100%;
  }
  .cart-container .form-cart .item-info .col .mobile-label {
    display: block;
    margin: 0 10px 0 0;
  }
  .cart-container .form-cart .actions {
    flex-direction: column;
    align-items: flex-start;
  }
  .cart-container .form-cart .actions .action {
    margin: 0 0 15px;
  }
  .cart-container .form-cart .actions .action.continue,
  .cart-container .form-cart .actions .action.update {
    margin: 0 0 15px;
  }
  .footer-container .footer-cols .links-wrap {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .toolbar {
    flex-wrap: wrap;
    position: relative;
  }
  .toolbar:before {
    content: '';
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #f4f4f4;
  }
  .toolbar .toolbar-sorter .sorter-options {
    order: 3;
    margin: 0 15px;
  }
  .toolbar .toolbar-amount {
    display: block;
    width: calc(100% - 100px);
    text-align: center;
    order: 1;
  }
  .products-grid .product-items .product-item {
    width: 100%;
  }
  .product-view-holder .product-info-main .product-options-wrapper > .fieldset > .field {
    flex-direction: column;
  }
  .product-view-holder .product-info-main .product-options-wrapper > .fieldset > .field > .label,
  .product-view-holder .product-info-main .product-options-wrapper > .fieldset > .field .column {
    width: 100%;
  }
  .products-grid.products-related .product-items .product-item {
    width: 100%;
  }
}
@media (max-width: 400px) {
  .store-holder .store-item {
    width: 80%;
  }
}
@media screen and (max-width: 979px) {
  .block-search {
    top: 63px;
  }
  .header-container-top .top-navigation:before {
    content: none;
  }
  .page-header {
    margin: 58px 0;
  }
  .header-top-content {
    justify-content: space-between;
  }
  .social-wrap-header {
    margin-right: 11px;
    margin-top: 1px;
  }
  .social-wrap-header p {
    display: none;
  }
  .top-navigation {
    margin-right: 0;
  }
  .header-container-top .header-top-wrapper {
    padding: 0 6px;
  }
  .social-wrap-header .social-wrap-icons li {
    margin: 0 1px;
  }
  .header-top-content .header-phone-link {
    margin: 0;
  }
  .search-mobile-holder .rd-navbar-search-toggle span {
    width: 33px;
    height: 33px;
    line-height: 33px;
    margin-right: -10px;
  }
  .rd-navbar-collapse-container .rd-navbar-collapse-toggle {
    width: 33px;
    height: 33px;
    line-height: 33px;
  }
  .rd-navbar-collapse-container .rd-navbar-collapse-toggle span {
    height: 33px;
  }
}


form.minisearch.loading .control input[type="text"] {
    box-shadow: none;
    -webkit-animation-name: search-loading; /* Chrome, Safari, Opera */
    -webkit-animation-duration: 3s; /* Chrome, Safari, Opera */
    -webkit-animation-iteration-count: infinite; /* Chrome, Safari, Opera */
    animation-name: search-loading;
    animation-duration: 3s;
    animation-iteration-count: infinite;
	background:rgba(0, 0, 0, 0) url("../../frontend/Charcoal/theme_new/en_US/Magehit_Ajaxsearch/css/loading.gif") no-repeat scroll 90% 50%;
}

/* Chrome, Safari, Opera */
@-webkit-keyframes search-loading {
    0%   {box-shadow: none;}
    25%   {box-shadow: 0 0 3px 1px #68a8e0;}
    50%   {box-shadow: 0 0 3px 1px #ffffff;}
    75%   {box-shadow: 0 0 3px 1px #68a8e0;}
    100%   {box-shadow: none;}
}

/* Standard syntax */
@keyframes search-loading {
    0%   {box-shadow: none;}
    25%   {box-shadow: 0 0 3px 1px #68a8e0;}
    50%   {box-shadow: 0 0 3px 1px #ffffff;}
    75%   {box-shadow: 0 0 3px 1px #68a8e0;}
    100%   {box-shadow: none;}
}

.searchsuite-autocomplete {
    background-color: #fff;
    border: 1px solid #c2c2c2;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    right: 0;
    margin-top: 2px;
    width: 350px;
    position: absolute;
    z-index: 9999999;
}
.searchsuite-autocomplete .suggest,
.searchsuite-autocomplete .product {
    margin: 0;
}

.searchsuite-autocomplete.active,
.searchsuite-autocomplete .suggest.active,
.searchsuite-autocomplete .product.active {
    display: block;
}

.searchsuite-autocomplete .suggest {
    color: #3C3C3C;
}

.searchsuite-autocomplete .title {
    padding: 8px 10px;
    margin-bottom: 1px;
    background: #f0f0f0;
    color: #575757;
}

.searchsuite-autocomplete .title .see-all {
    display: inline-block;
    float: right;
    color: #909090;
    cursor: pointer;
}

.searchsuite-autocomplete .no-result {
    padding: 8px 10px;
    background: #f0f0f0;
    color: #575757;
    text-align: center;
}

.searchsuite-autocomplete ul {
    padding: 3px 10px;
    margin-bottom: 0;
    list-style-type: none;
}

.searchsuite-autocomplete ul li {
    color: #000;
    cursor: unset;
    margin: 0;
    padding: 3px 0;
}

.searchsuite-autocomplete .suggest ul li {
    color: #3C3C3C;
}

.searchsuite-autocomplete .product ul li {
    border-bottom: 1px solid #D4D2D2;
}
.searchsuite-autocomplete .product ul li:last-child {
    border-bottom: none;
}

.searchsuite-autocomplete ul li:hover,
.searchsuite-autocomplete ul li.selected {
    background-color: #fff;
}

.searchsuite-autocomplete ul li:after {
    clear: both;
    content: '';
    display: block;
}

.searchsuite-autocomplete ul li.action {
    padding: 0;
}

.searchsuite-autocomplete ul li.action .action.close {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    box-shadow: none;
    box-sizing: content-box;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-weight: 400;
    height: 30px;
    line-height: inherit;
    margin: 0;
    padding: 0;
    right: 0;
    text-decoration: none;
    text-shadow: none;
    top: 0;
    width: 40px;
}

.searchsuite-autocomplete ul li.action .action.close:before {
    color: #8f8f8f;
    content: '\e616';
    display: inline-block;
    font-family: 'luma-icons';
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    overflow: hidden;
    text-align: center;
    vertical-align: top;
}

.searchsuite-autocomplete ul li.gray-row {
    text-align: center;
}

.searchsuite-autocomplete ul li.gray-row,
.searchsuite-autocomplete ul li.gray-row:hover,
.searchsuite-autocomplete ul li.gray-row.selected {
    background-color: #e8e8e8;
}

.searchsuite-autocomplete ul li.gray-row a {
    color: #7B7B7B;
    text-decoration: blink;
}

.searchsuite-autocomplete ul li a {
    cursor: pointer;
}

.searchsuite-autocomplete ul li .mh-option-image {
    float: left;
    max-width: 82px;
    width: 25%;
}

.searchsuite-autocomplete ul li .mh-option-info {
    color: #000;
    display: inline-block;
    float: left;
    padding-left: 5%;
    text-align: left;
    width: 70%;
    margin-bottom: 10px;
}

.searchsuite-autocomplete ul li .mh-option-info.noimage {
    padding-left: 0;
    width: 100%;
}
.searchsuite-autocomplete ul li:last-child .mh-option-info {
    margin-bottom: 0;
}

.searchsuite-autocomplete ul li .mh-option-info .mh-option-title {
    display: inline-block;
    margin: 0;
    width: 100%;
}

.searchsuite-autocomplete ul li .mh-option-info .mh-option-reviews {
    display: inline-block;
    text-transform: lowercase;
    width: 100%;
}

.searchsuite-autocomplete ul li .mh-option-info .mh-option-reviews .product-reviews-summary {
    margin-bottom: 4px;
}

.searchsuite-autocomplete ul li .mh-option-info .mh-option-reviews .reviews-actions {
    font-size: 12px;
}

.searchsuite-autocomplete ul li .mh-option-info .mh-option-sku {
    display: block;
    width: 100%;
    color: #004875;
    font-size: 12px;
}

.searchsuite-autocomplete ul li .mh-option-info .mh-option-shortdescription,
.searchsuite-autocomplete ul li .mh-option-info .mh-option-description {
    color: #3C3C3C;
    font-size: 13px;
}


.searchsuite-autocomplete ul li .mh-option-info .mh-option-price {
    display: inline-block;
    font-weight: bold;
    margin-top: 15px;
}

.searchsuite-autocomplete ul li .mh-option-info .mh-option-addtocart {
    display: inline-block;
    float: right;
    margin-top: 10px;
}

.mhsearch-categories{
	float: left;
	width: 143px;
	margin:0 5px 0 0
}

@media only screen and (max-width: 767px) {
    .searchsuite-autocomplete {
        border-top: 0;
        left: 15px;
        margin-top: 0;
        right: 15px;
        width: auto;
    }
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */
    position: relative;
    z-index: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.banner-item:hover .banner-title {
    opacity: 1 !important;
}
.required-captcha.checkbox{
    display: block;
    visibility: visible;
    overflow: hidden;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    width: 1px;
    height: 1px;
}.stripe-payments-saved-card {
    margin-bottom: 0.7em;
}
.stripe-payments-saved-card span.type {
    font-weight: bold;
}
.stripe-payments-saved-card span.exp {
    float: right;
}
.stripe-payments-saved-card span.stripe-payments-fade {
    color: #999;
    font-weight: normal;
}
.stripe-payments-saved-card label {
    display: inline;
}

/* My Subscriptions customer account section */
a.subscription-name {
    display: block;
}
.stripe-subscription-edit {
    max-height: 30em;
    overflow: hidden;
    transition: max-height;
    transition-duration: 0.8s;
    vertical-align: top;
    display: inline-block;
    padding-right: 20px;
}
.stripe-subscription-edit.show {
    max-height: 30em;
}
.stripe-subscription-edit .section {
    margin: 5px 0;
}
.stripe-subscription-edit .mutable {
    display: none;
}
.stripe-subscription-edit.edit .mutable {
    display: block;
}
.stripe-subscription-edit.edit .static {
    display: none;
}
.stripe-subscription-edit .actions {
    margin-top: 10px;
}
.stripe-subscription-edit input {
    margin: 2px 0;
}
.subscription-card input {
    margin-right: 5px;
}
.subscription-card {
    padding: 5px 0 0 5px;
}
.subscription-card .exp, .details.stripe-payments .exp {
    color: #aaa;
}
.subscription-card.add-new {
    padding: 10px;
    text-align: center;
}
.stripe-subscriptions .section b {
    padding-bottom: 0.5em;
    display: inline-block;
}
table.subscription-details {
    font-size: small;
    color: #333;
    margin-top: 1em;
}
table.subscription-details td {
    padding: 0;
}
table.subscription-details tr td:first-child {
    width: 100%;
}
@media (pointer: fine) {
    table.subscription-details a.edit {
        visibility: hidden;
    }
    table.subscription-details div.details:hover a.edit {
        visibility: visible;
    }
}
.stripe-subscriptions .subscription-name {
    font-size: 1.1em;
}
.stripe-subscriptions div.billed {
    font-size: smaller;
    color: #999;
}
table.subscription-details a {
    cursor: pointer;
}
table.subscription-details .stripe-payments span.type {
    font-size: small;
}

/* My Saved Cards section */
.stripe-payments.delete-card {
    padding-left: 20px;
    background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48dGl0bGU+ZGVsZXRlLS1saW5rPC90aXRsZT48cGF0aCBkPSJNMTEuODY2IDkuOTk5bDIuNzQzLTIuNzQ0YTEuMzIyIDEuMzIyIDAgMCAwIC4wMDItMS44NjggMS4zMTggMS4zMTggMCAwIDAtMS44NjguMDAyTDEwIDguMTMzIDcuMjUyIDUuMzg0YTEuMzIzIDEuMzIzIDAgMCAwLTEuODYzLjAwMyAxLjMxNCAxLjMxNCAwIDAgMC0uMDAzIDEuODYzTDguMTM0IDEwbC0yLjc0MyAyLjc0M2ExLjMyMiAxLjMyMiAwIDAgMC0uMDAyIDEuODY4IDEuMzE4IDEuMzE4IDAgMCAwIDEuODY4LS4wMDJMMTAgMTEuODY0bDIuNzQ4IDIuNzQ5YTEuMzIzIDEuMzIzIDAgMCAwIDEuODYzLS4wMDNjLjUyLS41MTkuNTE3LTEuMzUuMDAzLTEuODYzbC0yLjc0OC0yLjc0OHoiIGZpbGw9IiMwMDk5RTUiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvc3ZnPg==');
    background-repeat: no-repeat;
}
.new-saved-card #stripe_payments_cc_owner { width: auto; min-width: 300px; }
.new-saved-card #stripe_payments_cc_number { width: auto; min-width: 300px; }
.new-saved-card #stripe_payments_expiration_mo { width: auto; }
.new-saved-card #stripe_payments_expiration_yr { width: auto; }

/* Card Icons */
.stripe-payments span.type.Visa,
.stripe-payments span.type.visa { background: url(../../frontend/Charcoal/theme_new/en_US/StripeIntegration_Payments/img/visa.png) no-repeat; }

.stripe-payments span.type.American.Express,
.stripe-payments span.type.amex { background: url(../../frontend/Charcoal/theme_new/en_US/StripeIntegration_Payments/img/amex.png) no-repeat; }

.stripe-payments span.type.MasterCard,
.stripe-payments span.type.mastercard { background: url(../../frontend/Charcoal/theme_new/en_US/StripeIntegration_Payments/img/mastercard.png) no-repeat; }

.stripe-payments span.type.Discover,
.stripe-payments span.type.discover { background: url(../../frontend/Charcoal/theme_new/en_US/StripeIntegration_Payments/img/discover.png) no-repeat; }

.stripe-payments span.type.Diners,
.stripe-payments span.type.diners { background: url(../../frontend/Charcoal/theme_new/en_US/StripeIntegration_Payments/img/diners.png) no-repeat; }

.stripe-payments span.type.JCB,
.stripe-payments span.type.jcb { background: url(../../frontend/Charcoal/theme_new/en_US/StripeIntegration_Payments/img/jcb.png) no-repeat; }

.stripe-payments span.type.Cartes.Bancaires,
.stripe-payments span.type.cartes_bancaires { background: url(../../frontend/Charcoal/theme_new/en_US/StripeIntegration_Payments/img/svg/cartes_bancaires.svg) no-repeat; }

.stripe-payments span.type.Visa, .stripe-payments span.type.visa,
.stripe-payments span.type.American.Express, .stripe-payments span.type.amex,
.stripe-payments span.type.MasterCard, .stripe-payments span.type.mastercard,
.stripe-payments span.type.Discover, .stripe-payments span.type.discover,
.stripe-payments span.type.Diners, .stripe-payments span.type.diners,
.stripe-payments span.type.JCB, .stripe-payments span.type.jcb,
.stripe-payments span.type.Cartes.Bancaires, .stripe-payments span.type.cartes_bancaires {
    padding-left: 40px;
    background-position-y: -3px;
    display: inline-block;
    height: 22px;
    font-size: 16px;
    background-size: 30px;
}

.payment-method.stripe-payments .checkout-agreements-block {
    margin-bottom: 10px;
}
.payment-method.stripe-payments.mobile {
    padding-top: 1em;
}
@media only screen and (max-width: 767px) {
    .checkout-payment-method .step-title.mobile {
        padding-left: 0;
    }
}

/* Apple Pay */
.stripe-payments-apple-pay-section {
    text-align: center;
    margin-bottom: 25px;
}
.stripe-payments-apple-pay-section label {
    font-weight: bold;
    margin: 10px 0;
    float: none;
    display: block;
}

/* Authorized Apple Pay Result */
.stripe-payments-apple-pay-result label {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 18px;
}
.stripe-payments-apple-pay-result {
    text-align: center;
    padding: 10px 0 15px;
    font-size: 1.1em;
}
.stripe-payments-apple-pay-result > div {
    margin-bottom: 18px;
}

/* Checkout Errors */
#stripe-payments-card-errors {
    border: 0;
    border-radius: 3px;
    height: 0;
    margin: 0 auto;
    transition: height 1s, margin 1s, border 1s, padding 1s;
    display: inline-block;
    padding: 0 1em;
}
#stripe-payments-card-errors.populated {
    border: 1px hsla(0,100%,50%,0.5) dashed;
    padding: 5px 1em;
    color: #D20;
    height: auto;
    margin: 0.5em auto 1em;
}

/* Euro Payments */
#payment_form_stripe_payments_sepa .payment-method-note.mandate {
    display: inline-block;
    margin: 0.7em 0;
}
#payment_form_stripe_payments_sepa fieldset {
    border: 0;
}
.indent {
    margin-right: 20px;
}

/* Stripe Express */
@-webkit-keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

.box-tocart .action.tocart.payment-request-button
{
    padding: 0;
}

.payment-request-button {
    width: 240px;
}

.payment-request-button.disabled,
.payment-request-button.disabled * {
    pointer-events: none !important;
}

.payment-request-button.disabled {
    opacity: 0.5;
    filter: grayscale(50%);
}

.payment-request-button.disabled::after {
    position: relative;
    height: 1em;
    width: 1em;
    display: block;
    left: 50%;
    margin-left: -.5em;
    margin-top: -1.2em;
    content: '';
    -webkit-animation: spin 1s ease-in-out infinite;
    animation: spin 1s ease-in-out infinite;
    background: url(../../frontend/Charcoal/theme_new/en_US/StripeIntegration_Payments/svg/loader.svg) center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75)
}

.stripe-payments-express-minicart {
    margin-top: 15px;
}

.stripe-payments-express-minicart .payment-request-button, .payment-request-button.cart {
    width: 100% !important;
}

.cart-summary .stripe-payments-express-minicart {
    margin-top: 0;
    margin-bottom: 25px;
}

.catalog-product-view .payment-request-button {
    margin-bottom: 15px;
    margin-right: 1%;
    width: 49%;
}

/* Checkout success page */
.checkout-onepage-success .stripe-success-section {
    margin-top: 1em;
}
.checkout-onepage-success .stripe-success-section p {
    margin-bottom: 0.8em;
}
.checkout-onepage-success .stripe-success-section img {
    margin: 0 auto;
}
.checkout-onepage-success button.button.wechat {
    background-color: #1979c3;
    border: 1px solid #1979c3;
    color: #fff;
    box-shadow: unset;
}
.stripe-success-section.oxxo .oxxo-voucher div {
    display: block;
    clear: both;
    width: 100%;
}
.stripe-success-section.oxxo .oxxo-voucher {
    padding: 2em 0;
}
.stripe-success-section.oxxo .oxxo-logo img {
    width: 100px;
}
.stripe-success-section.oxxo .oxxo-voucher {
    text-align: center;
}
.stripe-success-section.oxxo .oxxo-amount {
    font-size: 3em;
}
.stripe-success-section.oxxo .oxxo-expires {
    color: #888;
    font-size: 1em;
}
.stripe-success-section.oxxo .oxxo-number {
    font-family: 'LibreBarcode128Text-Regular';
    font-size: 4em;
}
.stripe-success-section.oxxo .print-button {
    display: block;
    width: 100%;
    height: 4em;
}
.stripe-success-section.oxxo .print-button button {
    width: 40%;
    padding: 1em;
    margin: 2em 0 1em;
}

@media print {
    .stripe-success-section.oxxo .action {
        display: none;
    }
}

/* FPX */
#stripe-fpx-select {
    background: #fff url(../../frontend/Charcoal/theme_new/en_US/StripeIntegration_Payments/img/select-bg.svg) no-repeat 100% 45%;
    background-clip: padding-box;
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 14px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
}
#stripe-fpx-select, #stripe-fpx-dropdown {
    padding: 10px;
    border: 1px solid #ccc;
    box-shadow: 0px 1px 3px 0px #ccc;
    border-radius: 3px;
    cursor: pointer;
    user-select: none;
}
#stripe-fpx-dropdown {
    list-style: none;
    padding: 0;
}
#stripe-fpx-dropdown li {
    padding: 10px 12px 10px 50px;
    margin: 0;
    background-position: 10px 45%;
    background-repeat: no-repeat;
    background-size: 30px 30px;
}
#stripe-fpx-dropdown li:first-child {
    margin-top: 5px;
}
#stripe-fpx-dropdown li:last-child {
    margin-bottom: 5px;
}
#stripe-fpx-dropdown li:hover {
    background-color: #eee;
}
#stripe-fpx-dropdown li.affin_bank { background-image: url(../../frontend/Charcoal/theme_new/en_US/StripeIntegration_Payments/svg/fpx/affin_bank.svg); }
#stripe-fpx-dropdown li.alliance_bank { background-image: url(../../frontend/Charcoal/theme_new/en_US/StripeIntegration_Payments/svg/fpx/alliance_bank.svg); }
#stripe-fpx-dropdown li.ambank { background-image: url(../../frontend/Charcoal/theme_new/en_US/StripeIntegration_Payments/svg/fpx/ambank.svg); }
#stripe-fpx-dropdown li.bank_islam { background-image: url(../../frontend/Charcoal/theme_new/en_US/StripeIntegration_Payments/svg/fpx/bank_islam.svg); }
#stripe-fpx-dropdown li.bank_rakyat { background-image: url(../../frontend/Charcoal/theme_new/en_US/StripeIntegration_Payments/svg/fpx/bank_rakyat.svg); }
#stripe-fpx-dropdown li.bank_muamalat { background-image: url(../../frontend/Charcoal/theme_new/en_US/StripeIntegration_Payments/svg/fpx/bank_muamalat.svg); }
#stripe-fpx-dropdown li.bsn { background-image: url(../../frontend/Charcoal/theme_new/en_US/StripeIntegration_Payments/svg/fpx/bsn.svg); }
#stripe-fpx-dropdown li.cimb { background-image: url(../../frontend/Charcoal/theme_new/en_US/StripeIntegration_Payments/svg/fpx/cimb.svg); }
#stripe-fpx-dropdown li.hong_leong_bank { background-image: url(../../frontend/Charcoal/theme_new/en_US/StripeIntegration_Payments/svg/fpx/hong_leong_bank.svg); }
#stripe-fpx-dropdown li.hsbc { background-image: url(../../frontend/Charcoal/theme_new/en_US/StripeIntegration_Payments/svg/fpx/hsbc.svg); }
#stripe-fpx-dropdown li.kfh { background-image: url(../../frontend/Charcoal/theme_new/en_US/StripeIntegration_Payments/svg/fpx/kfh.svg); }
#stripe-fpx-dropdown li.maybank2u { background-image: url(../../frontend/Charcoal/theme_new/en_US/StripeIntegration_Payments/svg/fpx/maybank2u.svg); }
#stripe-fpx-dropdown li.maybank2e { background-image: url(../../frontend/Charcoal/theme_new/en_US/StripeIntegration_Payments/svg/fpx/maybank2u.svg); }
#stripe-fpx-dropdown li.ocbc { background-image: url(../../frontend/Charcoal/theme_new/en_US/StripeIntegration_Payments/svg/fpx/ocbc.svg); }
#stripe-fpx-dropdown li.public_bank { background-image: url(../../frontend/Charcoal/theme_new/en_US/StripeIntegration_Payments/svg/fpx/public_bank.svg); }
#stripe-fpx-dropdown li.rhb { background-image: url(../../frontend/Charcoal/theme_new/en_US/StripeIntegration_Payments/svg/fpx/rhb.svg); }
#stripe-fpx-dropdown li.standard_chartered { background-image: url(../../frontend/Charcoal/theme_new/en_US/StripeIntegration_Payments/svg/fpx/standard_chartered.svg); }
#stripe-fpx-dropdown li.uob { background-image: url(../../frontend/Charcoal/theme_new/en_US/StripeIntegration_Payments/svg/fpx/uob.svg); }
#stripe-fpx-dropdown li.separator {
    border-bottom: 3px dotted #ccc;
    margin-bottom: 5px;
    padding-bottom: 15px;
}

.multishipping-authorization {
    font-size: large;
}
.multishipping-authorization .block-title {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 1em;
    font-weight: 400;
}
.multishipping-authorization .authentication.message {
    margin: 2em 0;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: 0px 1px 3px 0px #ccc;
    padding: 1em 4em 1em 2em;
}

.stripe-icon-container img.stripe-icon {
    height: 1.7em;
    position: relative;
    top: 0.4em;
    margin-right: 2px;
}

#stripe_fpx .stripe-icon-container.right img.stripe-icon {
    height: 3em;
    position: relative;
    top: -0.2em;
}
#stripe_ideal .stripe-icon-container.right img.stripe-icon,
#stripe_eps .stripe-icon-container.right img.stripe-icon,
#stripe_giropay .stripe-icon-container.right img.stripe-icon,
#stripe_bancontact .stripe-icon-container.right img.stripe-icon,
#stripe_wechat .stripe-icon-container.right img.stripe-icon {
    height: 2.5em;
    position: relative;
    top: 0.1em;
}

.stripe-icon-container.right {
    float: right;
    position: relative;
    top: -0.6em;
}
.stripe-checkout-icon-container {
    padding: 1em 0;
}
.stripe-checkout-icon-container .stripe-icon {
    height: 2em;
    margin-right: 0.25em;
}

/* Klarna */
.klarna-payment-options-tabs, .klarna-payment-options-container {
    text-align: center;
    margin: 0 1em 2em;
}
.klarna-tab {
    display: inline-block;
    margin: 0 3px;
    border-radius: 5px;
    padding: 12px 20px;
    box-shadow: 2px 2px 5px 2px #ccc;
}

input[name=klarna-payment-option] {
    display: none;
}

input[name=klarna-payment-option]:checked+label {
    background: #487B94;
    color: #fff;
}

label.klarna-tab {
    font-weight: bold;
    background: #f8f9fa;
    cursor: pointer;
}

.klarna-loader .payment-method-note {
    margin: 2em;
}

/* SEPA Credit */
#payment_form_stripe_payments_sepa_credit .optional {
    font-weight: normal;
    color: #aaa;
    margin-left: 4px;
}
#payment_form_stripe_payments_sepa_credit .subnote
{
    color: #888;
    font-size: smaller;
}

.stripe-payments-installments-form .installments-header {

}
.stripe-payments-installments-form .installments-header .back-link {
    display: inline-block;
    margin-right: 0.5em;
    cursor: pointer;
    text-decoration: none;
}
.stripe-payments-installments-form .installments-header h3 {
    display: block;
    padding: 0.5em 0;
    border-bottom: 1px solid #ccc;
}
.stripe-payments-installments-form .stripe-payments-installment-plans {
    padding: 1em;
    font-size: 1.1em;
}
.stripe-payments-installments-form .stripe-payments-installment-plans label {
    display: block;
    padding: 5px;
    margin-top: 5px;
    cursor: pointer;
}
.stripe-payments-installments-form .stripe-payments-installment-plans select {
    display: inline-block;
    width: 150px;
    margin-left: 1em;
}

/* Trialing Subscriptions */
.trialing_shipping .mark,
.trialing_tax .mark,
.trialing_discount .mark {
    text-indent: 0.5em;
}
.trialing_shipping .mark::before,
.trialing_tax .mark::before,
.trialing_discount .mark::before {
    content: "- ";
}
/**
 * @copyright Copyright (c) Coredevelop.com, Inc. (http://www.coredevelop.com)
 */
@media screen {
  .checkout-popup {
    display: none;
  }
  .modals-wrapper .checkout-popup-modal {
    background-color: rgba(54, 1, 7, 0.5);
    color: #ffffff;
    font-family: 'Antonio';
    width: 100%;
    max-width: none;
    height: 100%;
    max-height: none;
    top: 0;
  }
  .modals-wrapper .checkout-popup-modal .modal-inner-wrap {
    padding: 0;
  }
  .modals-wrapper .checkout-popup-modal .modal-inner-wrap .action-close {
    top: -20px;
    right: -20px;
    padding: 10px;
    line-height: normal;
    background-color: #fff;
    border-radius: 50%;
    border: 2px solid #eb515a;
    width: 40px;
    height: 40px;
  }
  .checkout-popup-modal .modal-inner-wrap {
    background: url('../../frontend/Charcoal/theme_new/en_US/Core_CheckoutPopup/images/checkoutpopup/background.png') no-repeat center center;
    background-color: rgba(195, 23, 35, 0.5);
    border: 2px solid #eb515a;
    position: relative;
  }
  .checkout-popup-modal .modal-header {
    padding: 0;
  }
  .checkout-popup-modal .modal-content {
    padding: 20px;
  }
  .checkout-popup-modal .title {
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Antonio';
    font-weight: 700;
    line-height: normal;
  }
  .checkout-popup-modal .slogan {
    background-color: #000000;
    margin: 5px 0 0;
    padding: 5px 8px;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    line-height: normal;
  }
  .checkout-popup-modal .slogan li:not(:first-child):before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background-color: #ffffff;
    border-radius: 50%;
    margin-right: 5px;
    vertical-align: middle;
  }
  .checkout-popup-modal .product-info {
    display: flex;
  }
  .checkout-popup-modal .add-to-cart {
    padding: 0 0 0 15px;
    flex: 1;
    text-align: center;
  }
  .checkout-popup-modal .add-to-cart h4 {
    font-family: 'Antonio';
  }
  .checkout-popup-modal .add-to-cart .button {
    border: 1px solid #8d2324;
    background-color: #fff;
    color: #000;
    font-size: 19px;
    display: inline-block;
    padding: 10px 15px;
    border-radius: 0;
    font-weight: 400;
  }
  .checkout-popup-modal .price-box {
    display: block;
    color: #ffffff;
  }
  .checkout-popup-modal .price-box.special {
    margin: 0;
  }
  .checkout-popup-modal .price-box.regular .price {
    text-decoration: line-through;
  }
  .checkout-popup-modal .price {
    display: inline-block;
    position: relative;
  }
  .checkout-popup-modal .price:before {
    content: attr(data-currency);
    display: inline-block;
  }
  .checkout-popup-modal .continue {
    margin: 5px 0 0;
  }
  .checkout-popup-modal .continue a {
    color: #ffffff;
  }
  .checkout-popup-modal .action-close:before {
    color: #eb515a;
    font-weight: 700;
  }
  .checkout-popup-modal .action-close:hover,
  .checkout-popup-modal .action-close:focus {
    background-color: #fff;
    border: 2px solid #eb515a;
  }
  .checkout-popup-modal .action-close:hover:before,
  .checkout-popup-modal .action-close:focus:before {
    color: #eb515a;
  }
}
@media screen and (max-width: 767px) {
  .checkout-popup-modal .modal-inner-wrap {
    background-size: cover;
    max-width: 90%;
    margin: 25px auto auto;
  }
  .checkout-popup-modal img {
    display: inline-block;
  }
  .checkout-popup-modal .title {
    font-size: 30px;
  }
  .checkout-popup-modal .slogan {
    font-size: 15px;
    flex-wrap: wrap;
  }
  .checkout-popup-modal .slogan li:first-child {
    width: 100%;
  }
  .checkout-popup-modal .slogan li:not(:first-child) {
    width: 50%;
    margin: 5px 0 0;
  }
  .checkout-popup-modal .product-info {
    text-align: center;
    flex-direction: column;
  }
  .checkout-popup-modal .product-info h4 {
    font-size: 25px;
  }
  .checkout-popup-modal .thumbnail {
    margin: 15px 0;
  }
  .checkout-popup-modal .price-box.special {
    font-size: 40px;
    line-height: 48px;
  }
  .checkout-popup-modal .price-box.special .price:before {
    font-size: 25px;
    vertical-align: text-top;
  }
  .checkout-popup-modal .price-box.regular {
    font-size: 25px;
    line-height: 28px;
    margin: 0 0 10px;
  }
  .checkout-popup-modal .price-box.regular .price:before {
    font-size: 15px;
    vertical-align: text-top;
  }
}
@media screen and (min-width: 768px) {
  .checkout-popup-modal .modal-inner-wrap {
    width: 553px;
    height: 442px;
    margin: 100px auto auto;
  }
  .checkout-popup-modal .title {
    font-size: 46px;
  }
  .checkout-popup-modal .slogan {
    font-size: 20px;
  }
  .checkout-popup-modal .product-info {
    padding: 20px 30px;
  }
  .checkout-popup-modal .product-info h4 {
    font-size: 28px;
  }
  .checkout-popup-modal .price-box.special {
    font-size: 80px;
    line-height: 90px;
  }
  .checkout-popup-modal .price-box.special .price:before {
    font-size: 45px;
    vertical-align: text-top;
  }
  .checkout-popup-modal .price-box.regular {
    font-size: 28px;
    line-height: 33px;
    margin: 0 0 5px;
  }
  .checkout-popup-modal .price-box.regular .price:before {
    font-size: 18px;
    vertical-align: text-top;
  }
  .checkout-index-index .modal-popup.checkout-popup-modal .modal-inner-wrap {
    margin-left: auto;
    width: 553px;
    left: inherit;
  }
}
