@charset "UTF-8";
p {
  margin-bottom: 0;
}

.section .inside {
  overflow: hidden;
  min-height: initial;
  height: initial;
}
.section .inside.container {
  position: static;
}
.section .inside .row {
  margin: 0;
}
.section.container {
  padding: 0;
}
.section.container .inside {
  margin: 0 15px;
  position: relative;
}
.section div.floatingWrapper {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 25px;
  z-index: 99;
}
.section div.floatingWrapper > .row {
  margin: 0;
}

div.sectionWrapper .inside > .videoFon {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -4;
  background-color: #000;
  overflow: hidden;
}
div.sectionWrapper .inside > .videoFon .format {
  width: 100%;
  padding-top: 56.25%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
div.sectionWrapper .inside > .videoFon iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

div[class*=Wrapper] {
  position: relative;
  z-index: auto;
}
div[class*=Wrapper] input[type=text] {
  background: transparent;
}
div[class*=Wrapper] .background_fon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -3;
  overflow: hidden;
}
div[class*=Wrapper] .background_fon .blur {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: left top;
  background-repeat: no-repeat;
}
div[class*=Wrapper] div[class*=Wrapper] {
  overflow: hidden;
}
div[class*=Wrapper] div[class*=Wrapper] .background_fon {
  z-index: -2;
}
div[class*=Wrapper] .floatingWrapper .background_fon {
  z-index: -3;
  overflow: initial;
}

.buttonWrapper .btn {
  transition: initial;
}

.separatorWrapper {
  overflow: hidden;
}
.separatorWrapper .currentItem {
  background-repeat: no-repeat;
}

.codeComponentWrapper {
  min-height: 50px;
  position: relative;
}

.spaceWrapper {
  overflow: initial !important;
  height: 50px;
}
.spaceWrapper .background_fon {
  overflow: initial !important;
}

.object3dWrapper {
  position: relative;
}
.object3dWrapper div.object_hint {
  display: none;
  position: absolute;
  bottom: 20%;
  left: 50%;
  width: 100px;
  height: 100px;
  background: center url("/images/core/preloader/move_icon.svg");
  background-size: contain;
  transform: translateX(-50%);
  animation: nudge 2s linear infinite;
}
@keyframes nudge {
  0% {
    transform: translateX(-50%);
  }
  25% {
    transform: translateX(-70%);
  }
  50% {
    transform: translateX(-50%);
  }
  75% {
    transform: translateX(-30%);
  }
  100% {
    transform: translateX(-50%);
  }
}

.waiting_block {
  position: relative;
  color: transparent !important;
}
.waiting_block:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("/images/core/preloader/loading_white.svg") center no-repeat;
}

.media_slider .waiting_block:after,
.object_box.waiting_block:after {
  background: url("/images/core/preloader/loading.svg") center no-repeat;
}

.reviewWrapper {
  display: flex;
  box-sizing: border-box;
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
  position: relative;
}
.reviewWrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 2px solid transparent;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
}
.reviewWrapper .container {
  max-width: initial;
  padding: 0;
}
.reviewWrapper .currentItem {
  width: 100%;
}
.reviewWrapper .currentItem p {
  margin: 0;
}
.reviewWrapper .currentItem .design_1 .quote-text {
  margin-bottom: 40px;
  position: relative;
  box-shadow: 0px 10px 10px rgba(44, 62, 80, 0.16);
}
.reviewWrapper .currentItem .design_1 .quote-text:after {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 33px;
  background: inherit;
  width: 15px;
  height: 15px;
  transform: rotate(-45deg);
}
.reviewWrapper .currentItem .design_1 .quote-text-icon {
  font-size: 40px;
  margin-right: 20px;
}
.reviewWrapper .currentItem .design_1 .quote-text-content {
  font-weight: 500;
  line-height: 21px;
}
.reviewWrapper .currentItem .design_1 .quote-description-image {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}
.reviewWrapper .currentItem .design_1 .quote-description-image img {
  max-width: initial;
  max-height: 100%;
}
.reviewWrapper .currentItem .design_1 .quote-description-text-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 7px;
}
.reviewWrapper .currentItem .design_1 .quote-description-text-data {
  margin-bottom: 7px;
  color: #BDBDBD;
}
.reviewWrapper .currentItem .design_1 .quote-description-text .review_raty {
  font-size: 10px;
  max-width: 120px;
}
.reviewWrapper .currentItem .design_1 .quote-description-text .review_raty > * {
  width: 18px;
}
.reviewWrapper .currentItem .design_2 .quote-text {
  display: flex;
  flex-direction: column;
  align-content: space-between;
  justify-content: center;
}
.reviewWrapper .currentItem .design_2 .quote-text-content {
  flex-grow: 1;
  font-weight: 500;
  line-height: 21px;
  padding-bottom: 10px;
}
.reviewWrapper .currentItem .design_2 .quote-text .review_raty {
  font-size: 10px;
  max-width: 120px;
  margin-bottom: 7px;
}
.reviewWrapper .currentItem .design_2 .quote-text .review_raty > * {
  width: 18px;
}
.reviewWrapper .currentItem .design_2 .quote-description-text-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 5px;
}
.reviewWrapper .currentItem .design_2 .quote-description-text-data {
  margin-bottom: 10px;
  color: #BDBDBD;
}
.reviewWrapper .currentItem .design_3 .quote-text {
  margin-top: 30px;
}
.reviewWrapper .currentItem .design_3 .quote-text-content {
  font-weight: 500;
  line-height: 21px;
}
.reviewWrapper .currentItem .design_3 .quote-description-image {
  width: 80px;
  height: 80px;
  overflow: hidden;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
}
.reviewWrapper .currentItem .design_3 .quote-description-image img {
  max-width: initial;
  max-height: 100%;
}
.reviewWrapper .currentItem .design_3 .quote-description-text-title {
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 7px;
}
.reviewWrapper .currentItem .design_3 .quote-description-text-data {
  color: #BDBDBD;
}
.reviewWrapper .currentItem .design_3 .quote-description-text .review_raty {
  font-size: 10px;
  max-width: 120px;
  margin-bottom: 7px;
}
.reviewWrapper .currentItem .design_3 .quote-description-text .review_raty > * {
  width: 18px;
}

.col-xs-1 .imageWrapper .map .preview_gif span.ae, .col-xs-2 .imageWrapper .map .preview_gif span.ae, .col-xs-3 .imageWrapper .map .preview_gif span.ae, .col-xs-4 .imageWrapper .map .preview_gif span.ae,
.col-sm-1 .imageWrapper .map .preview_gif span.ae, .col-sm-2 .imageWrapper .map .preview_gif span.ae, .col-sm-3 .imageWrapper .map .preview_gif span.ae, .col-sm-4 .imageWrapper .map .preview_gif span.ae,
.col-md-1 .imageWrapper .map .preview_gif span.ae, .col-md-2 .imageWrapper .map .preview_gif span.ae, .col-md-3 .imageWrapper .map .preview_gif span.ae, .col-md-4 .imageWrapper .map .preview_gif span.ae {
  font-size: 40px;
}

.imageWrapper {
  display: block;
}
.imageWrapper .map {
  position: relative;
}
.imageWrapper .map:after {
  opacity: 0;
  content: "";
  position: absolute;
  pointer-events: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25) url("/images/core/preloader/loading_white.svg") center no-repeat;
}
.imageWrapper .map.waiting:after {
  opacity: 1;
}
.imageWrapper .preview_gif {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: 0.3s;
}
.imageWrapper .preview_gif:hover span.ae {
  transform: translate(-50%, -50%) scale(1.25);
}
.imageWrapper .preview_gif span.ae {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  font-size: 70px;
  color: #555;
  transition: 0.2s;
}
.imageWrapper .preview_gif.play {
  opacity: 0;
}
.imageWrapper .preview_gif.use_preview {
  background: none;
}
.imageWrapper .preview_gif.use_preview span.ae {
  color: #fff;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

.formWrapper,
.submitFormWrapper {
  box-sizing: border-box;
  height: 100%;
  position: relative;
}
.formWrapper .inputStyled.error p,
.submitFormWrapper .inputStyled.error p {
  padding-bottom: 0;
}
.formWrapper textarea.form-control,
.submitFormWrapper textarea.form-control {
  background: transparent;
}

.productWrapper {
  box-sizing: border-box;
  height: 100%;
  position: relative;
}
.productWrapper .currentItem .product-item.design2 .raty_box, .productWrapper .currentItem .product-item.design2 .product-image-wrap, .productWrapper .currentItem .product-item.design2 .sku, .productWrapper .currentItem .product-item.design2 .label_box, .productWrapper .currentItem .product-item.design2 .learn_more, .productWrapper .currentItem .product-item.design2 .product-quantity, .productWrapper .currentItem .product-item.design2 .product-icon, .productWrapper .currentItem .product-item.design2 .product-buttons {
  display: none !important;
}
.productWrapper .currentItem .product-item.design2 .product-title {
  min-height: 80px;
  height: initial;
  line-height: 30px;
  font-weight: bold;
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  text-align: center;
  background: #16479b;
  padding: 10px;
  margin-bottom: 0px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.productWrapper .currentItem .product-item.design2 .product-description {
  display: none !important;
}
.productWrapper .currentItem .product-item.design2 .product-price {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  margin-top: auto;
  height: initial !important;
  padding-top: 15px;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.productWrapper .currentItem .product-item.design2 .product-price .new_price {
  position: relative;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  color: #db4437;
}
.productWrapper .currentItem .product-item.design2 .product-price .current_price {
  margin-top: 0 !important;
  position: relative;
  font-weight: bold;
  color: #171238;
  font-size: 28px;
  line-height: 36px;
}
.productWrapper .currentItem .product-item.design2 .product-price .old_price {
  color: #A6A5A5;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
}
.productWrapper .currentItem .product-item.design2 .product-price .old_price:after {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #A6A5A5;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.productWrapper .currentItem .product-item.design3 {
  flex-direction: row !important;
  align-items: flex-start;
}
.productWrapper .currentItem .product-item.design3 .raty_box, .productWrapper .currentItem .product-item.design3 .product-image-wrap, .productWrapper .currentItem .product-item.design3 .sku, .productWrapper .currentItem .product-item.design3 .label_box, .productWrapper .currentItem .product-item.design3 .product-quantity, .productWrapper .currentItem .product-item.design3 .product-buttons {
  display: none !important;
}
.productWrapper .currentItem .product-item.design3 .d-flex.flex-column.flex-grow-1 {
  flex-grow: 0 !important;
}
.productWrapper .currentItem .product-item.design3 .product-comp {
  display: flex;
  align-items: flex-start;
  width: 100%;
}
.productWrapper .currentItem .product-item.design3 .product-group {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  min-height: inherit;
}
.productWrapper .currentItem .product-item.design3 .product-info {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
.productWrapper .currentItem .product-item.design3 .product-icon {
  display: flex;
  padding-right: 15px;
  font-size: 24px;
  flex-shrink: 0;
  color: #16489c;
}
.productWrapper .currentItem .product-item.design3 .product-title {
  flex-grow: 0;
  line-height: 24px;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 0;
  height: initial;
  max-height: initial;
  overflow: initial;
  text-overflow: initial;
  display: initial;
  -webkit-line-clamp: initial;
  -webkit-box-orient: initial;
  color: #171238;
}
.productWrapper .currentItem .product-item.design3 .product-description {
  flex-grow: 1;
  line-height: 20px;
  color: #7a7886;
  height: initial;
  max-height: initial;
  overflow: initial;
  text-overflow: initial;
  margin-bottom: 10px;
  display: initial;
  -webkit-line-clamp: initial;
  -webkit-box-orient: initial;
}
.productWrapper .currentItem .product-item.design3 .product-term {
  display: flex !important;
  align-items: center;
  margin-bottom: 4px;
  order: initial;
  font-size: 13px;
  line-height: 20px;
  color: #171238;
}
.productWrapper .currentItem .product-item.design3 .product-term span {
  color: #171238;
  margin-right: 8px;
}
.productWrapper .currentItem .product-item.design3 .product-price {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: auto;
  flex-direction: row;
  justify-content: start;
  height: initial !important;
  padding-top: 0;
  margin-bottom: 0;
  align-items: center;
  text-align: center;
  flex-grow: 0 !important;
}
.productWrapper .currentItem .product-item.design3 .product-price .new_price {
  position: relative;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  color: #db4437;
}
.productWrapper .currentItem .product-item.design3 .product-price .old_price {
  color: #A6A5A5;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  margin-right: 5px;
}
.productWrapper .currentItem .product-item.design3 .product-price .old_price:after {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #A6A5A5;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.productWrapper .currentItem .product-item.design3 .product-price .current_price {
  margin-top: 0 !important;
  font-weight: 700;
  color: #171238;
  font-size: 14px;
  line-height: 16px;
}
.productWrapper .currentItem .product-item.design3 .learn_more {
  cursor: pointer;
  margin-top: 20px;
  margin-right: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  min-width: 100px;
  padding: 1px 20px 0;
  text-transform: uppercase;
  color: #171238;
  font-size: 13px;
  font-weight: bold;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  transition: 0.3s;
}
.productWrapper .currentItem .product-item.design3 .learn_more:hover {
  background: #16489c;
  color: #fff;
}
.productWrapper .currentItem .product-item.design4 {
  flex-direction: row;
  align-items: flex-start;
}
.productWrapper .currentItem .product-item.design4 .raty_box, .productWrapper .currentItem .product-item.design4 .product-description, .productWrapper .currentItem .product-item.design4 .product-icon, .productWrapper .currentItem .product-item.design4 .product-term, .productWrapper .currentItem .product-item.design4 .sku, .productWrapper .currentItem .product-item.design4 .label_box, .productWrapper .currentItem .product-item.design4 .product-quantity, .productWrapper .currentItem .product-item.design4 .link_to_product, .productWrapper .currentItem .product-item.design4 .learn_more {
  display: none !important;
}
.productWrapper .currentItem .product-item.design4 .product-comp {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  display: flex;
  width: 100%;
  height: 380px;
  z-index: 1;
  transition: 0.3s;
}
.productWrapper .currentItem .product-item.design4 .product-group {
  flex-grow: 1;
  flex-direction: column;
  flex-wrap: wrap;
  display: flex;
}
.productWrapper .currentItem .product-item.design4 .product-info {
  display: flex;
  flex-direction: column;
}
.productWrapper .currentItem .product-item.design4 .product-title {
  opacity: 0;
  flex-grow: 0;
  font-size: 30px;
  line-height: 34px;
  font-weight: bold;
  margin: 40px 10% 0;
  height: initial;
  max-height: 136px;
  overflow: hidden;
  text-overflow: initial;
  display: initial;
  -webkit-line-clamp: initial;
  -webkit-box-orient: initial;
  color: #fff;
}
.productWrapper .currentItem .product-item.design4 .product-image-wrap {
  position: absolute;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
  width: 100%;
  height: 380px;
}
.productWrapper .currentItem .product-item.design4 .product-image-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2021183473) 0%, rgba(0, 0, 0, 0.6530987395) 95%);
  opacity: 0;
  transition: 0.2s;
}
.productWrapper .currentItem .product-item.design4 .product-image-wrap img {
  width: initial;
  max-width: initial;
  height: 100%;
  max-height: 100%;
}
.productWrapper .currentItem .product-item.design4 .product-price {
  opacity: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: start;
  height: initial !important;
  padding: 10px 10% 0;
  align-items: start;
  flex-grow: 0 !important;
}
.productWrapper .currentItem .product-item.design4 .product-price .new_price {
  position: relative;
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  color: #fff;
}
.productWrapper .currentItem .product-item.design4 .product-price .old_price {
  color: #f1f1f1;
  position: relative;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}
.productWrapper .currentItem .product-item.design4 .product-price .old_price:after {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #f1f1f1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.productWrapper .currentItem .product-item.design4 .product-price .current_price {
  margin-top: 0 !important;
  font-weight: 700;
  color: #FFFFFF;
  font-size: 32px;
  line-height: 36px;
}
.productWrapper .currentItem .product-item.design4 .product-buttons {
  opacity: 0;
  width: 100%;
  flex-grow: 1;
  padding-bottom: 20px;
  display: flex;
  align-items: end;
  justify-content: center;
}
.productWrapper .currentItem .product-item.design4 .product-buttons .more_info_button {
  border: 0 !important;
  height: 34px;
  color: #fff;
  margin: 3px;
  border-radius: 8px;
  padding: 0 20px;
}
.productWrapper .currentItem .product-item.design4 .product-buttons .more_info_button .ae {
  display: none;
}
.productWrapper .currentItem .product-item.design4 .product-buttons .add-to-cart-button {
  padding: 0 20px;
  height: 34px;
  border: 0;
  color: #fff;
  margin: 3px;
  border-radius: 8px;
}
.productWrapper .currentItem .product-item.design4 .product-buttons .add-to-cart-button .ae {
  display: none;
}
.productWrapper .currentItem .product-item.design4 .product-buttons .like_button {
  height: 34px;
  width: 34px;
  background: #fff;
  border-radius: 50%;
  margin: 3px;
  font-size: 18px;
  line-height: 18px;
  padding-top: 1px;
}
.productWrapper .currentItem .product-item.design4 .product-buttons .like_button.liked:after {
  font-size: 18px;
  line-height: 18px;
}
.productWrapper .currentItem .product-item.design4:hover .product-title, .productWrapper .currentItem .product-item.design4:hover .product-price, .productWrapper .currentItem .product-item.design4:hover .product-buttons {
  opacity: 1;
}
.productWrapper .currentItem .product-item.design4:hover .product-image-wrap:after {
  opacity: 1;
}
.productWrapper .currentItem .product-item.design5 {
  flex-direction: row;
  flex-grow: 1;
  align-items: flex-start;
}
.productWrapper .currentItem .product-item.design5 .raty_box, .productWrapper .currentItem .product-item.design5 .product-description, .productWrapper .currentItem .product-item.design5 .product-icon, .productWrapper .currentItem .product-item.design5 .product-term, .productWrapper .currentItem .product-item.design5 .sku, .productWrapper .currentItem .product-item.design5 .label_box, .productWrapper .currentItem .product-item.design5 .product-quantity, .productWrapper .currentItem .product-item.design5 .link_to_product, .productWrapper .currentItem .product-item.design5 .learn_more {
  display: none !important;
}
.productWrapper .currentItem .product-item.design5 .product-comp {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  flex-grow: 1;
  display: flex;
  width: 100%;
  height: 400px;
  border-radius: 10px;
  z-index: 1;
  transition: 0.3s;
  overflow: hidden;
}
.productWrapper .currentItem .product-item.design5 .product-comp .flex-grow-1 {
  flex-grow: 0 !important;
}
.productWrapper .currentItem .product-item.design5 .product-info {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
.productWrapper .currentItem .product-item.design5 .product-title {
  opacity: 0;
  flex-grow: 0;
  font-size: 30px;
  line-height: 34px;
  font-weight: bold;
  margin: 40px 10% 0;
  height: initial;
  max-height: 136px;
  overflow: hidden;
  text-overflow: initial;
  display: initial;
  -webkit-line-clamp: initial;
  -webkit-box-orient: initial;
  color: #fff;
}
.productWrapper .currentItem .product-item.design5 .product-image-wrap {
  position: absolute;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
  width: 100%;
  height: 400px;
}
.productWrapper .currentItem .product-item.design5 .product-image-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #012340;
  background: linear-gradient(0deg, rgb(1, 35, 64) 0%, rgba(255, 255, 255, 0) 100%);
  opacity: 0;
  transition: 0.2s;
}
.productWrapper .currentItem .product-item.design5 .product-image-wrap img {
  width: initial;
  max-width: initial;
  height: 100%;
  max-height: 100%;
}
.productWrapper .currentItem .product-item.design5 .product-price {
  opacity: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: start;
  height: initial !important;
  padding: 10px 10% 0;
  align-items: start;
  flex-grow: 0 !important;
}
.productWrapper .currentItem .product-item.design5 .product-price .new_price {
  position: relative;
  font-weight: 400;
  font-size: 32px;
  line-height: 36px;
  color: #fff;
}
.productWrapper .currentItem .product-item.design5 .product-price .old_price {
  color: #ccc;
  position: relative;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}
.productWrapper .currentItem .product-item.design5 .product-price .old_price:after {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #ccc;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.productWrapper .currentItem .product-item.design5 .product-price .current_price {
  margin-top: 0 !important;
  font-weight: 700;
  color: #FFFFFF;
  font-size: 32px;
  line-height: 36px;
}
.productWrapper .currentItem .product-item.design5 .product-buttons {
  opacity: 0;
  width: 100%;
  flex-grow: 0;
  padding: 20px 10% 20px;
  display: flex;
  align-items: end;
  justify-content: start;
}
.productWrapper .currentItem .product-item.design5 .product-buttons .add-to-cart-button, .productWrapper .currentItem .product-item.design5 .product-buttons .more_info_button {
  padding: 0;
  height: 46px;
  width: 46px;
  border: 0;
  color: #fff;
  margin: 4px 4px 4px 0;
  border-radius: 4px;
}
.productWrapper .currentItem .product-item.design5 .product-buttons .add-to-cart-button .text, .productWrapper .currentItem .product-item.design5 .product-buttons .more_info_button .text {
  display: none;
}
.productWrapper .currentItem .product-item.design5 .product-buttons .add-to-cart-button .ae, .productWrapper .currentItem .product-item.design5 .product-buttons .more_info_button .ae {
  color: #fff;
}
.productWrapper .currentItem .product-item.design5 .product-buttons .more_info_button {
  border: none !important;
}
.productWrapper .currentItem .product-item.design5 .product-buttons .like_button {
  height: 46px;
  width: 46px;
  border-radius: 4px;
  margin: 4px;
  font-size: 18px;
  line-height: 18px;
  padding-top: 1px;
}
.productWrapper .currentItem .product-item.design5 .product-buttons .like_button:after {
  color: #fff;
}
.productWrapper .currentItem .product-item.design5 .product-buttons .like_button.liked:after {
  color: #fff;
  font-size: 16px;
  line-height: 18px;
}
.productWrapper .currentItem .product-item.design5:hover .product-title, .productWrapper .currentItem .product-item.design5:hover .product-price, .productWrapper .currentItem .product-item.design5:hover .product-buttons, .productWrapper .currentItem .product-item.design5:hover .product-image-wrap:after {
  opacity: 1;
}
.productWrapper .currentItem .product-item.design6 {
  flex-direction: row;
  flex-grow: 1;
  align-items: flex-start;
}
.productWrapper .currentItem .product-item.design6 .raty_box, .productWrapper .currentItem .product-item.design6 .product-description, .productWrapper .currentItem .product-item.design6 .product-icon, .productWrapper .currentItem .product-item.design6 .product-term, .productWrapper .currentItem .product-item.design6 .sku, .productWrapper .currentItem .product-item.design6 .label_box, .productWrapper .currentItem .product-item.design6 .product-quantity, .productWrapper .currentItem .product-item.design6 .link_to_product, .productWrapper .currentItem .product-item.design6 .learn_more {
  display: none !important;
}
.productWrapper .currentItem .product-item.design6 .product-comp {
  position: relative;
  flex-wrap: wrap;
  flex-grow: 1;
  display: flex;
  align-content: flex-end;
  width: 100%;
  height: 400px;
  border: 1px solid #aaa;
  border-radius: 10px;
  z-index: 1;
  overflow: hidden;
}
.productWrapper .currentItem .product-item.design6 .product-comp .flex-grow-1 {
  flex-grow: 0 !important;
}
.productWrapper .currentItem .product-item.design6 .product-info {
  display: flex;
  flex-grow: 1;
  width: 100%;
  flex-direction: column;
  justify-content: end;
  min-height: 92px;
}
.productWrapper .currentItem .product-item.design6 .product-group {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.productWrapper .currentItem .product-item.design6 .product-title {
  flex-grow: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  height: initial;
  padding: 10px 15px;
  max-height: 92px;
  overflow: hidden;
  text-overflow: initial;
  display: initial;
  -webkit-line-clamp: initial;
  -webkit-box-orient: initial;
  color: #000;
}
.productWrapper .currentItem .product-item.design6 .product-image-wrap {
  overflow: hidden;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.productWrapper .currentItem .product-item.design6 .product-image-wrap img {
  width: initial;
  max-width: 100%;
}
.productWrapper .currentItem .product-item.design6 .product-price_wrap {
  width: 50% !important;
  flex-grow: 0 !important;
  justify-content: end;
}
.productWrapper .currentItem .product-item.design6 .product-price {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: start;
  height: initial !important;
  padding: 0 0 15px 15px;
  align-items: start;
  flex-grow: 0 !important;
}
.productWrapper .currentItem .product-item.design6 .product-price .new_price {
  position: relative;
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
}
.productWrapper .currentItem .product-item.design6 .product-price .old_price {
  color: #ccc;
  position: relative;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
}
.productWrapper .currentItem .product-item.design6 .product-price .old_price:after {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #ccc;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.productWrapper .currentItem .product-item.design6 .product-price .current_price {
  margin-top: 0 !important;
  font-weight: 400;
  color: #F25041;
  font-size: 26px;
  line-height: 34px;
}
.productWrapper .currentItem .product-item.design6 .product-buttons {
  width: 50%;
  flex-grow: 0;
  padding: 0 15px 15px 0;
  display: flex;
  align-items: end;
  justify-content: start;
  box-sizing: border-box;
}
.productWrapper .currentItem .product-item.design6 .product-buttons .add-to-cart-button, .productWrapper .currentItem .product-item.design6 .product-buttons .more_info_button {
  border: 0;
  width: 100%;
  padding: 8px 12px;
  color: #fff;
  border-radius: 4px;
}
.productWrapper .currentItem .product-item.design6 .product-buttons .add-to-cart-button:not(.more_info_button) .ae, .productWrapper .currentItem .product-item.design6 .product-buttons .more_info_button:not(.more_info_button) .ae {
  font-size: 12px;
  color: #fff;
}
.productWrapper .currentItem .product-item.design6 .product-buttons .add-to-cart-button:not(.more_info_button) .ae:after, .productWrapper .currentItem .product-item.design6 .product-buttons .more_info_button:not(.more_info_button) .ae:after {
  content: "\e900";
}
.productWrapper .currentItem .product-item.design6 .product-buttons .add-to-cart-button .text, .productWrapper .currentItem .product-item.design6 .product-buttons .more_info_button .text {
  padding: 0 0 0 5px;
  font-size: 11px;
}
.productWrapper .currentItem .product-item.design6 .product-buttons .more_info_button .ae {
  font-size: 12px;
  color: #fff;
}
.productWrapper .currentItem .product-item.design6 .product-buttons .like_button {
  position: absolute;
  top: 10px;
  left: auto;
  right: 10px;
  height: 40px;
  width: 40px;
  border-radius: 4px;
  font-size: 18px;
  line-height: 18px;
  padding-top: 1px;
}
.productWrapper .currentItem .product-item.design6 .product-buttons .like_button:after {
  color: #fff;
}
.productWrapper .currentItem .product-item.design6 .product-buttons .like_button.liked:after {
  color: #fff;
  font-size: 16px;
  line-height: 18px;
}
.productWrapper .currentItem .product-item.design7 {
  flex-direction: row;
  flex-grow: 1;
  align-items: flex-start;
}
.productWrapper .currentItem .product-item.design7 .raty_box, .productWrapper .currentItem .product-item.design7 .product-description, .productWrapper .currentItem .product-item.design7 .product-title, .productWrapper .currentItem .product-item.design7 .product-icon, .productWrapper .currentItem .product-item.design7 .product-term, .productWrapper .currentItem .product-item.design7 .sku, .productWrapper .currentItem .product-item.design7 .label_box, .productWrapper .currentItem .product-item.design7 .product-quantity, .productWrapper .currentItem .product-item.design7 .link_to_product, .productWrapper .currentItem .product-item.design7 .learn_more {
  display: none !important;
}
.productWrapper .currentItem .product-item.design7 .product-comp {
  position: relative;
  flex-wrap: wrap;
  flex-grow: 1;
  display: flex;
  align-content: flex-end;
  width: 100%;
  height: initial;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 10px;
  z-index: 1;
  overflow: hidden;
}
.productWrapper .currentItem .product-item.design7 .product-comp .flex-grow-1 {
  flex-grow: 0 !important;
}
.productWrapper .currentItem .product-item.design7 .product-group {
  display: flex;
  width: 100%;
}
.productWrapper .currentItem .product-item.design7 .product-info {
  display: none;
}
.productWrapper .currentItem .product-item.design7 .product-image-wrap {
  overflow: hidden;
  display: flex;
  flex-grow: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 250px;
  border-radius: 10px;
}
.productWrapper .currentItem .product-item.design7 .product-image-wrap img {
  width: initial;
  max-width: initial;
  height: 100%;
}
.productWrapper .currentItem .product-item.design7 .product-price_wrap {
  width: 50% !important;
  height: 90px;
  padding-top: 10px;
  justify-content: center;
  align-items: end;
  order: 10;
}
.productWrapper .currentItem .product-item.design7 .product-price {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 40px !important;
  padding: 0;
  align-items: end;
  flex-grow: 0 !important;
}
.productWrapper .currentItem .product-item.design7 .product-price .new_price {
  position: relative;
  font-weight: 400;
  font-size: 28px;
  line-height: 34px;
  color: #F25041;
}
.productWrapper .currentItem .product-item.design7 .product-price .old_price {
  color: #ccc;
  position: relative;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}
.productWrapper .currentItem .product-item.design7 .product-price .old_price:after {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #ccc;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.productWrapper .currentItem .product-item.design7 .product-price .current_price {
  margin-top: 0 !important;
  font-weight: 400;
  color: #F25041;
  font-size: 26px;
  line-height: 34px;
}
.productWrapper .currentItem .product-item.design7 .product-buttons {
  width: 50%;
  flex-grow: 0;
  padding: 10px 0 0;
  display: flex;
  align-items: center;
  justify-content: start;
  box-sizing: border-box;
}
.productWrapper .currentItem .product-item.design7 .product-buttons .add-to-cart-button, .productWrapper .currentItem .product-item.design7 .product-buttons .more_info_button {
  width: 46px;
  height: 40px;
  background: transparent;
  border: 1px solid #F25041;
  color: #000;
  margin-right: 10px;
  border-radius: 4px;
}
.productWrapper .currentItem .product-item.design7 .product-buttons .add-to-cart-button:not(.more_info_button) .ae, .productWrapper .currentItem .product-item.design7 .product-buttons .more_info_button:not(.more_info_button) .ae {
  font-size: 18px;
}
.productWrapper .currentItem .product-item.design7 .product-buttons .add-to-cart-button:not(.more_info_button) .ae:after, .productWrapper .currentItem .product-item.design7 .product-buttons .more_info_button:not(.more_info_button) .ae:after {
  content: "\e900";
}
.productWrapper .currentItem .product-item.design7 .product-buttons .add-to-cart-button .text, .productWrapper .currentItem .product-item.design7 .product-buttons .more_info_button .text {
  display: none;
}
.productWrapper .currentItem .product-item.design7 .product-buttons .more_info_button {
  border-width: 1px !important;
}
.productWrapper .currentItem .product-item.design7 .product-buttons .more_info_button .ae {
  font-size: 18px;
}
.productWrapper .currentItem .product-item.design7 .product-buttons .like_button {
  height: 40px;
  width: 46px;
  background: transparent;
  border: 1px solid #F25041;
  border-radius: 4px;
  font-size: 18px;
  line-height: 18px;
  padding-top: 1px;
}
.productWrapper .currentItem .product-item.design7 .product-buttons .like_button .ae {
  color: #000;
}
.productWrapper .currentItem .product-item.design7 .product-buttons .like_button .ae:after {
  color: #000;
}
.productWrapper .currentItem .product-item.design7 .product-buttons .like_button.liked:after {
  color: #fff;
  font-size: 16px;
  line-height: 18px;
}
.productWrapper .currentItem .product-item.design8 {
  flex-direction: row;
  flex-grow: 1;
  align-items: flex-start;
}
.productWrapper .currentItem .product-item.design8 .raty_box, .productWrapper .currentItem .product-item.design8 .product-description, .productWrapper .currentItem .product-item.design8 .product-icon, .productWrapper .currentItem .product-item.design8 .product-term, .productWrapper .currentItem .product-item.design8 .sku, .productWrapper .currentItem .product-item.design8 .label_box, .productWrapper .currentItem .product-item.design8 .product-quantity, .productWrapper .currentItem .product-item.design8 .link_to_product, .productWrapper .currentItem .product-item.design8 .learn_more {
  display: none !important;
}
.productWrapper .currentItem .product-item.design8 .product-comp {
  position: relative;
  flex-wrap: wrap;
  flex-grow: 1;
  display: flex;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  background: #a7c0f2;
  padding: 10px;
  height: 170px;
}
.productWrapper .currentItem .product-item.design8 .product-comp .flex-grow-1 {
  flex-grow: 0 !important;
}
.productWrapper .currentItem .product-item.design8 .product-group {
  width: 100%;
  padding-left: 160px;
}
.productWrapper .currentItem .product-item.design8 .product-title {
  flex-grow: 0;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  max-height: 48px;
  overflow: hidden;
  text-overflow: initial;
  display: inline-block;
  -webkit-line-clamp: initial;
  -webkit-box-orient: initial;
  color: #000;
}
.productWrapper .currentItem .product-item.design8 .product-image-wrap {
  position: absolute;
  top: 10px;
  left: 10px;
  overflow: hidden;
  display: flex;
  flex-grow: 0;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 150px;
}
.productWrapper .currentItem .product-item.design8 .product-image-wrap img {
  width: initial;
  max-width: 100%;
}
.productWrapper .currentItem .product-item.design8 .product-price_wrap {
  padding-top: 5px;
  width: 100% !important;
  flex-grow: 0 !important;
  justify-content: end;
}
.productWrapper .currentItem .product-item.design8 .product-price {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: start;
  height: initial !important;
  align-items: start;
  flex-grow: 0 !important;
}
.productWrapper .currentItem .product-item.design8 .product-price .new_price {
  position: relative;
  font-weight: 700;
  font-size: 28px;
  line-height: 34px;
  color: #F25041;
}
.productWrapper .currentItem .product-item.design8 .product-price .old_price {
  color: #f1f1f1;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
}
.productWrapper .currentItem .product-item.design8 .product-price .old_price:after {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #f1f1f1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.productWrapper .currentItem .product-item.design8 .product-price .current_price {
  margin-top: 0 !important;
  font-weight: 700;
  color: #fff;
  font-size: 40px;
  line-height: 53px;
}
.productWrapper .currentItem .product-item.design8 .product-price .current_price .currency_sybmol_left {
  font-size: 26px;
  vertical-align: text-bottom;
}
.productWrapper .currentItem .product-item.design8 .product-buttons {
  padding-top: 5px;
  width: 100%;
  flex-grow: 0;
  display: flex;
  align-items: end;
  justify-content: start;
  box-sizing: border-box;
}
.productWrapper .currentItem .product-item.design8 .product-buttons .add-to-cart-button {
  border: 0;
  padding: 3px 15px;
  background: #f27329;
  color: #fff;
  border-radius: 0;
  height: 37px;
}
.productWrapper .currentItem .product-item.design8 .product-buttons .add-to-cart-button .ae {
  display: none;
}
.productWrapper .currentItem .product-item.design8 .product-buttons .add-to-cart-button .text {
  font-size: 12px;
}
.productWrapper .currentItem .product-item.design8 .product-buttons .more_info_button {
  padding: 3px 15px;
  color: #fff;
  border-radius: 0;
  height: 37px;
}
.productWrapper .currentItem .product-item.design8 .product-buttons .more_info_button .ae {
  display: none;
}
.productWrapper .currentItem .product-item.design8 .product-buttons .more_info_button .text {
  font-size: 12px;
}
.productWrapper .currentItem .product-item.design8 .product-buttons .like_button {
  display: none;
}
.productWrapper .currentItem .product-item.design9 {
  flex-direction: row;
  flex-grow: 1;
  align-items: flex-start;
}
.productWrapper .currentItem .product-item.design9 .raty_box, .productWrapper .currentItem .product-item.design9 .product-description, .productWrapper .currentItem .product-item.design9 .product-icon, .productWrapper .currentItem .product-item.design9 .product-term, .productWrapper .currentItem .product-item.design9 .sku, .productWrapper .currentItem .product-item.design9 .product-quantity, .productWrapper .currentItem .product-item.design9 .link_to_product, .productWrapper .currentItem .product-item.design9 .learn_more {
  display: none !important;
}
.productWrapper .currentItem .product-item.design9 .product-comp {
  background: #fff;
  position: relative;
  flex-wrap: wrap;
  flex-grow: 1;
  display: flex;
  align-content: flex-end;
  width: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  padding: 10px;
  z-index: 1;
  overflow: hidden;
}
.productWrapper .currentItem .product-item.design9 .product-info {
  width: 100%;
}
.productWrapper .currentItem .product-item.design9 .product-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: bolder;
  color: #1c1c1c;
  height: 48px;
  overflow: hidden;
  display: flex;
  align-items: end;
  justify-content: center;
}
.productWrapper .currentItem .product-item.design9 .product-group {
  flex-wrap: wrap;
  flex-grow: 1;
  display: flex;
  align-content: flex-end;
  width: 100%;
}
.productWrapper .currentItem .product-item.design9 .product-image-wrap {
  overflow: hidden;
  display: flex;
  flex-grow: 0;
  justify-content: center;
  align-items: center;
  margin: -10px -10px 0;
  width: calc(100% + 20px);
  height: 220px;
}
.productWrapper .currentItem .product-item.design9 .product-image-wrap img {
  width: initial;
  max-width: initial;
  height: 100%;
}
.productWrapper .currentItem .product-item.design9 .product-price_wrap {
  height: 50px;
  padding-bottom: 10px;
  justify-content: center;
  align-items: center;
  order: 10;
}
.productWrapper .currentItem .product-item.design9 .product-price {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  height: 40px !important;
  padding: 0;
  align-items: baseline;
  flex-grow: 0 !important;
}
.productWrapper .currentItem .product-item.design9 .product-price .new_price {
  position: relative;
  font-weight: bolder;
  font-size: 30px;
  line-height: 36px;
  color: #F25041;
  padding: 0 5px;
}
.productWrapper .currentItem .product-item.design9 .product-price .old_price {
  color: #ccc;
  position: relative;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
}
.productWrapper .currentItem .product-item.design9 .product-price .old_price:after {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #ccc;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.productWrapper .currentItem .product-item.design9 .product-price .current_price {
  margin-top: 0 !important;
  font-weight: bolder;
  color: #1c1c1c;
  font-size: 30px;
  line-height: 36px;
}
.productWrapper .currentItem .product-item.design9 .product-buttons {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 40px;
  flex-grow: 0;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: start;
  box-sizing: border-box;
}
.productWrapper .currentItem .product-item.design9 .product-buttons .add-to-cart-button, .productWrapper .currentItem .product-item.design9 .product-buttons .more_info_button {
  width: 40px;
  height: 40px;
  background: transparent;
  border: 1px solid #F25041;
  color: #000;
  margin-top: 5px;
  border-radius: 4px;
}
.productWrapper .currentItem .product-item.design9 .product-buttons .add-to-cart-button:not(.more_info_button) .ae, .productWrapper .currentItem .product-item.design9 .product-buttons .more_info_button:not(.more_info_button) .ae {
  font-size: 18px;
}
.productWrapper .currentItem .product-item.design9 .product-buttons .add-to-cart-button:not(.more_info_button) .ae:after, .productWrapper .currentItem .product-item.design9 .product-buttons .more_info_button:not(.more_info_button) .ae:after {
  content: "\e900";
}
.productWrapper .currentItem .product-item.design9 .product-buttons .add-to-cart-button .text, .productWrapper .currentItem .product-item.design9 .product-buttons .more_info_button .text {
  display: none;
}
.productWrapper .currentItem .product-item.design9 .product-buttons .more_info_button {
  border-width: 1px !important;
}
.productWrapper .currentItem .product-item.design9 .product-buttons .more_info_button .ae {
  font-size: 18px;
}
.productWrapper .currentItem .product-item.design9 .product-buttons .like_button {
  height: 40px;
  width: 40px;
  background: transparent;
  border: 1px solid #F25041;
  border-radius: 4px;
  font-size: 18px;
  line-height: 18px;
  padding-top: 1px;
}
.productWrapper .currentItem .product-item.design9 .product-buttons .like_button.liked:after {
  font-size: 18px;
  line-height: 18px;
}
.productWrapper .currentItem .product-item.design9 .product-buttons .like_button .ae {
  color: #000;
}
.productWrapper .currentItem .product-item.design9 .product-buttons .like_button .ae:after {
  color: #000;
}
.productWrapper .currentItem .product-item.design9 .label_box {
  position: absolute;
  top: 0;
  right: 0;
}
.productWrapper .currentItem .product-item.design9 .label_box .sale {
  display: none;
}
.productWrapper .currentItem .product-item.design9 .label_box div[class*=label_] {
  width: 100px;
  height: 20px;
  transform: rotate(45deg);
  transform-origin: center;
  margin: 15px -25px 0 0px;
  background: #fe4545;
  color: #fff;
  font-size: 13px;
  text-align: center;
  line-height: 20px;
}
.productWrapper .currentItem .product-item.design9 .label_box div[class*=label_]:after {
  content: attr(lang);
}
.productWrapper .currentItem .product-item.design10 .raty_box, .productWrapper .currentItem .product-item.design10 .product-description, .productWrapper .currentItem .product-item.design10 .product-icon, .productWrapper .currentItem .product-item.design10 .product-term, .productWrapper .currentItem .product-item.design10 .sku, .productWrapper .currentItem .product-item.design10 .label_box, .productWrapper .currentItem .product-item.design10 .product-quantity, .productWrapper .currentItem .product-item.design10 .link_to_product, .productWrapper .currentItem .product-item.design10 .learn_more {
  display: none !important;
}
.productWrapper .currentItem .product-item.design10 .product-comp {
  position: relative;
  flex-direction: column;
  flex-grow: 1;
  display: flex;
  width: 100%;
  z-index: 1;
  transition: 0.3s;
  overflow: hidden;
}
.productWrapper .currentItem .product-item.design10 .product-comp:hover .product-image-wrap:after {
  opacity: 1;
}
.productWrapper .currentItem .product-item.design10 .product-comp:hover .product-buttons {
  opacity: 1;
}
.productWrapper .currentItem .product-item.design10 .product-comp .flex-grow-1 {
  flex-grow: 0 !important;
}
.productWrapper .currentItem .product-item.design10 .product-info {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
}
.productWrapper .currentItem .product-item.design10 .product-title {
  text-align: center;
  flex-grow: 0;
  font-size: 18px;
  line-height: 24px;
  margin: 20px 5px 0;
  height: initial;
  max-height: 24px;
  overflow: hidden;
  text-overflow: initial;
  display: initial;
  -webkit-line-clamp: initial;
  -webkit-box-orient: initial;
  color: #000;
}
.productWrapper .currentItem .product-item.design10 .product-image-wrap {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: -1;
  width: 100%;
  height: 400px;
}
.productWrapper .currentItem .product-item.design10 .product-image-wrap:after {
  content: "";
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25);
  transition: 0.3s;
}
.productWrapper .currentItem .product-item.design10 .product-image-wrap img {
  width: initial;
  max-width: initial;
  height: 100%;
  max-height: 100%;
}
.productWrapper .currentItem .product-item.design10 .product-price {
  margin: 5px 5px 10px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  height: initial !important;
  align-items: center;
  flex-grow: 0 !important;
}
.productWrapper .currentItem .product-item.design10 .product-price .new_price {
  position: relative;
  font-size: 18px;
  line-height: 24px;
  color: #ce894a;
}
.productWrapper .currentItem .product-item.design10 .product-price .old_price {
  color: #f1f1f1;
  position: relative;
  font-size: 18px;
  line-height: 24px;
}
.productWrapper .currentItem .product-item.design10 .product-price .old_price:after {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #f1f1f1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.productWrapper .currentItem .product-item.design10 .product-price .current_price {
  margin-top: 0 !important;
  color: #ce894a;
  font-size: 18px;
  line-height: 18px;
}
.productWrapper .currentItem .product-item.design10 .product-buttons {
  opacity: 0;
  position: absolute;
  top: 177px;
  left: 0;
  padding: 0;
  width: 100%;
  flex-grow: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
}
.productWrapper .currentItem .product-item.design10 .product-buttons .add-to-cart-button, .productWrapper .currentItem .product-item.design10 .product-buttons .more_info_button {
  padding: 0;
  height: 46px;
  width: 46px;
  border: 0;
  font-size: 18px;
  background: #F25041;
  color: #fff;
  margin: 2px 2px 2px 0;
  border-radius: 0;
}
.productWrapper .currentItem .product-item.design10 .product-buttons .add-to-cart-button .text, .productWrapper .currentItem .product-item.design10 .product-buttons .more_info_button .text {
  display: none;
}
.productWrapper .currentItem .product-item.design10 .product-buttons .add-to-cart-button .ae, .productWrapper .currentItem .product-item.design10 .product-buttons .more_info_button .ae {
  color: #fff;
}
.productWrapper .currentItem .product-item.design10 .product-buttons .more_info_button {
  border: none !important;
}
.productWrapper .currentItem .product-item.design10 .product-buttons .like_button {
  height: 46px;
  width: 46px;
  background: #F25041;
  border-radius: 0;
  margin: 2px;
  font-size: 18px;
  line-height: 18px;
  padding-top: 1px;
  color: #fff !important;
}
.productWrapper .currentItem .product-item.design10 .product-buttons .like_button.liked:after {
  color: #fff !important;
  font-size: 16px !important;
  line-height: 16px !important;
}
.productWrapper .currentItem .product-item.design10 .product-buttons .like_button .ae {
  color: #fff !important;
}
.productWrapper .currentItem .product-item.design11 {
  flex-direction: row;
  flex-grow: 1;
  align-items: flex-start;
}
.productWrapper .currentItem .product-item.design11 .raty_box, .productWrapper .currentItem .product-item.design11 .label_box, .productWrapper .currentItem .product-item.design11 .product-description, .productWrapper .currentItem .product-item.design11 .product-icon, .productWrapper .currentItem .product-item.design11 .product-term, .productWrapper .currentItem .product-item.design11 .sku, .productWrapper .currentItem .product-item.design11 .product-quantity, .productWrapper .currentItem .product-item.design11 .link_to_product, .productWrapper .currentItem .product-item.design11 .learn_more {
  display: none !important;
}
.productWrapper .currentItem .product-item.design11 .product-comp {
  position: relative;
  flex-wrap: wrap;
  flex-grow: 1;
  display: flex;
  align-content: flex-end;
  width: 100%;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  padding: 10px;
  z-index: 1;
  background: #fff;
}
.productWrapper .currentItem .product-item.design11 .product-comp .flex-grow-1 {
  flex-grow: 0 !important;
}
.productWrapper .currentItem .product-item.design11 .product-info {
  width: 100%;
}
.productWrapper .currentItem .product-item.design11 .product-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: bolder;
  margin: 10px 0 15px;
  color: #1c1c1c;
  height: 48px;
  overflow: hidden;
  display: flex;
  justify-content: center;
}
.productWrapper .currentItem .product-item.design11 .product-group {
  flex-wrap: wrap;
  flex-grow: 1;
  display: flex;
  align-content: flex-end;
  width: 100%;
}
.productWrapper .currentItem .product-item.design11 .product-image-wrap {
  overflow: hidden;
  display: flex;
  flex-grow: 0;
  justify-content: center;
  align-items: center;
  margin: -10px -10px 0;
  width: calc(100% + 20px);
  height: 280px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.productWrapper .currentItem .product-item.design11 .product-image-wrap img {
  width: initial;
  max-width: initial;
  height: 100%;
}
.productWrapper .currentItem .product-item.design11 .product-price_wrap {
  position: absolute;
  top: 10px;
  right: 10px;
  min-height: 40px;
  width: 50% !important;
  display: flex;
  justify-content: center;
  align-items: end;
  order: 10;
}
.productWrapper .currentItem .product-item.design11 .product-price {
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 0;
  align-items: end;
  flex-grow: 0 !important;
}
.productWrapper .currentItem .product-item.design11 .product-price .new_price {
  position: relative;
  font-weight: bolder;
  font-size: 14px;
  line-height: 20px;
  color: #F25041;
}
.productWrapper .currentItem .product-item.design11 .product-price .old_price {
  color: #ccc;
  position: relative;
  font-weight: 500;
  font-size: 12px;
  line-height: 20px;
}
.productWrapper .currentItem .product-item.design11 .product-price .old_price:after {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #ccc;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.productWrapper .currentItem .product-item.design11 .product-price .current_price {
  margin-top: 0 !important;
  font-weight: bolder;
  color: #1c1c1c;
  font-size: 14px;
  line-height: 22px;
}
.productWrapper .currentItem .product-item.design11 .product-buttons {
  width: 40px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  justify-content: start;
  box-sizing: border-box;
}
.productWrapper .currentItem .product-item.design11 .product-buttons .add-to-cart-button, .productWrapper .currentItem .product-item.design11 .product-buttons .more_info_button {
  position: absolute;
  bottom: -15px;
  left: 50%;
  height: 30px;
  background: #f2e80f;
  border: none;
  color: #000;
  border-radius: 40px;
  padding: 5px 20px;
  transform: translateX(-50%);
  line-height: 18px;
}
.productWrapper .currentItem .product-item.design11 .product-buttons .add-to-cart-button .ae, .productWrapper .currentItem .product-item.design11 .product-buttons .more_info_button .ae {
  display: none;
}
.productWrapper .currentItem .product-item.design11 .product-buttons .add-to-cart-button .text, .productWrapper .currentItem .product-item.design11 .product-buttons .more_info_button .text {
  font-size: 10px;
  font-weight: 700;
}
.productWrapper .currentItem .product-item.design11 .product-buttons .add-to-cart-button:hover .text, .productWrapper .currentItem .product-item.design11 .product-buttons .more_info_button:hover .text {
  color: #fff;
}
.productWrapper .currentItem .product-item.design11 .product-buttons .more_info_button {
  border-width: 1px !important;
}
.productWrapper .currentItem .product-item.design11 .product-buttons .more_info_button .ae {
  font-size: 18px;
}
.productWrapper .currentItem .product-item.design11 .product-buttons .like_button {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 40px;
  width: 40px;
  background: #493e92;
  border-radius: 50px;
  font-size: 18px;
  line-height: 18px;
  padding-top: 1px;
  color: #fff;
}
.productWrapper .currentItem .product-item.design11 .product-buttons .like_button.liked:after {
  font-size: 18px;
  line-height: 18px;
}
.productWrapper .currentItem .product-item.design11 .product-buttons .like_button:hover {
  color: #f2e80f;
}
.productWrapper .currentItem .product-item.design12 {
  flex-direction: row;
  flex-grow: 1;
  align-items: flex-start;
}
.productWrapper .currentItem .product-item.design12 .product-description, .productWrapper .currentItem .product-item.design12 .product-icon, .productWrapper .currentItem .product-item.design12 .product-term, .productWrapper .currentItem .product-item.design12 .sku, .productWrapper .currentItem .product-item.design12 .label_box, .productWrapper .currentItem .product-item.design12 .product-quantity, .productWrapper .currentItem .product-item.design12 .link_to_product, .productWrapper .currentItem .product-item.design12 .learn_more {
  display: none !important;
}
.productWrapper .currentItem .product-item.design12 .product-comp {
  position: relative;
  flex-wrap: wrap;
  flex-grow: 1;
  display: flex;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  padding: 20px;
  height: 160px;
}
.productWrapper .currentItem .product-item.design12 .product-comp .flex-grow-1 {
  flex-grow: 0 !important;
}
.productWrapper .currentItem .product-item.design12 .product-group {
  width: 100%;
  padding-left: 130px;
  display: flex;
  flex-direction: column;
  align-content: flex-end;
  justify-content: space-between;
}
.productWrapper .currentItem .product-item.design12 .product-title {
  flex-grow: 0;
  font-size: 18px;
  line-height: 24px;
  max-height: 48px;
  overflow: hidden;
  text-overflow: initial;
  display: initial;
  -webkit-line-clamp: initial;
  -webkit-box-orient: initial;
  color: #000;
}
.productWrapper .currentItem .product-item.design12 .product-image-wrap {
  position: absolute;
  top: 20px;
  left: 20px;
  overflow: hidden;
  display: flex;
  flex-grow: 0;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  border-radius: 5px;
  overflow: hidden;
  background: #9fb3bf;
}
.productWrapper .currentItem .product-item.design12 .product-image-wrap img {
  width: initial;
  max-width: 90%;
  max-height: 90%;
}
.productWrapper .currentItem .product-item.design12 .product-price_wrap {
  padding-top: 5px;
  width: 100% !important;
  flex-grow: 0 !important;
  justify-content: end;
}
.productWrapper .currentItem .product-item.design12 .product-price {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: start;
  height: initial !important;
  align-items: start;
  flex-grow: 0 !important;
}
.productWrapper .currentItem .product-item.design12 .product-price .new_price {
  position: relative;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  color: #F25041;
}
.productWrapper .currentItem .product-item.design12 .product-price .old_price {
  color: #e1e1e1;
  position: relative;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}
.productWrapper .currentItem .product-item.design12 .product-price .old_price:after {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.productWrapper .currentItem .product-item.design12 .product-price .current_price {
  margin-top: 0 !important;
  color: #000;
  font-size: 18px;
  line-height: 24px;
}
.productWrapper .currentItem .product-item.design12 .product-buttons {
  position: absolute;
  right: 20px;
  bottom: 20px;
  padding-top: 5px;
  background: #fff;
  flex-grow: 0;
  display: flex;
  align-items: end;
  justify-content: start;
  box-sizing: border-box;
}
.productWrapper .currentItem .product-item.design12 .product-buttons .add-to-cart-button, .productWrapper .currentItem .product-item.design12 .product-buttons .more_info_button {
  border: 0 !important;
  padding: 0;
  line-height: 24px;
  background: transparent !important;
  border-radius: 0;
  height: auto;
  transition: none;
  color: #000 !important;
}
.productWrapper .currentItem .product-item.design12 .product-buttons .add-to-cart-button .ae, .productWrapper .currentItem .product-item.design12 .product-buttons .more_info_button .ae {
  display: none;
}
.productWrapper .currentItem .product-item.design12 .product-buttons .add-to-cart-button:hover .text, .productWrapper .currentItem .product-item.design12 .product-buttons .more_info_button:hover .text {
  text-decoration: none;
}
.productWrapper .currentItem .product-item.design12 .product-buttons .add-to-cart-button .text, .productWrapper .currentItem .product-item.design12 .product-buttons .more_info_button .text {
  font-size: 12px;
  text-decoration: underline;
}
.productWrapper .currentItem .product-item.design12 .product-buttons .like_button {
  display: none;
}
.productWrapper .currentItem .product-item.design13 {
  flex-direction: row;
  flex-grow: 1;
  align-items: flex-start;
}
.productWrapper .currentItem .product-item.design13 .raty_box, .productWrapper .currentItem .product-item.design13 .product-description, .productWrapper .currentItem .product-item.design13 .product-icon, .productWrapper .currentItem .product-item.design13 .product-term, .productWrapper .currentItem .product-item.design13 .sku, .productWrapper .currentItem .product-item.design13 .label_box, .productWrapper .currentItem .product-item.design13 .product-quantity, .productWrapper .currentItem .product-item.design13 .link_to_product, .productWrapper .currentItem .product-item.design13 .learn_more {
  display: none !important;
}
.productWrapper .currentItem .product-item.design13 .product-comp {
  position: relative;
  flex-wrap: wrap;
  flex-grow: 1;
  display: flex;
  align-content: flex-end;
  width: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 15px;
  z-index: 1;
  overflow: hidden;
}
.productWrapper .currentItem .product-item.design13 .product-comp .flex-grow-1 {
  flex-grow: 0 !important;
}
.productWrapper .currentItem .product-item.design13 .product-info {
  position: absolute;
  top: 15px;
  left: 15px;
  display: flex;
  justify-content: center;
  align-items: end;
  width: calc(100% - 30px);
  height: 48px;
}
.productWrapper .currentItem .product-item.design13 .product-title {
  font-weight: bolder;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
}
.productWrapper .currentItem .product-item.design13 .product-group {
  flex-wrap: wrap;
  flex-grow: 1;
  display: flex;
  align-content: flex-end;
  width: 100%;
}
.productWrapper .currentItem .product-item.design13 .product-image-wrap {
  margin-top: 60px;
  display: flex;
  flex-grow: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 200px;
}
.productWrapper .currentItem .product-item.design13 .product-image-wrap img {
  width: initial;
  max-width: initial;
  height: 100%;
}
.productWrapper .currentItem .product-item.design13 .product-price_wrap {
  width: 50% !important;
  padding-top: 15px;
  justify-content: center;
  align-items: end;
  order: 10;
}
.productWrapper .currentItem .product-item.design13 .product-price {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 35px !important;
  padding: 0;
  align-items: end;
  flex-grow: 0 !important;
}
.productWrapper .currentItem .product-item.design13 .product-price .new_price {
  position: relative;
  font-weight: 400;
  font-size: 18px;
  line-height: 35px;
  color: #F25041;
}
.productWrapper .currentItem .product-item.design13 .product-price .old_price {
  color: #ccc;
  position: relative;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
}
.productWrapper .currentItem .product-item.design13 .product-price .old_price:after {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #ccc;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.productWrapper .currentItem .product-item.design13 .product-price .current_price {
  margin-top: 0 !important;
  font-weight: 400;
  color: #0165e5;
  font-size: 18px;
  line-height: 35px;
}
.productWrapper .currentItem .product-item.design13 .product-buttons {
  width: 50%;
  flex-grow: 0;
  padding: 15px 0 0;
  display: flex;
  align-items: center;
  justify-content: start;
  box-sizing: border-box;
}
.productWrapper .currentItem .product-item.design13 .product-buttons .add-to-cart-button, .productWrapper .currentItem .product-item.design13 .product-buttons .more_info_button {
  width: 35px;
  height: 35px;
  background: #0165e5;
  border: 1px solid #0165e5;
  color: #f9e52e;
  margin-right: 10px;
  border-radius: 4px;
  padding: 0.25rem 0;
}
.productWrapper .currentItem .product-item.design13 .product-buttons .add-to-cart-button:not(.more_info_button) .ae, .productWrapper .currentItem .product-item.design13 .product-buttons .more_info_button:not(.more_info_button) .ae {
  font-size: 18px;
}
.productWrapper .currentItem .product-item.design13 .product-buttons .add-to-cart-button:not(.more_info_button) .ae:after, .productWrapper .currentItem .product-item.design13 .product-buttons .more_info_button:not(.more_info_button) .ae:after {
  content: "\e900";
}
.productWrapper .currentItem .product-item.design13 .product-buttons .add-to-cart-button .text, .productWrapper .currentItem .product-item.design13 .product-buttons .more_info_button .text {
  display: none;
}
.productWrapper .currentItem .product-item.design13 .product-buttons .more_info_button {
  border-width: 1px !important;
}
.productWrapper .currentItem .product-item.design13 .product-buttons .more_info_button .ae {
  font-size: 18px;
}
.productWrapper .currentItem .product-item.design13 .product-buttons .like_button {
  height: 35px;
  width: 35px;
  background: transparent;
  border: 1px solid #0165e5;
  border-radius: 4px;
  font-size: 18px;
  color: #000;
  line-height: 18px;
  padding-top: 1px;
}
.productWrapper .currentItem .product-item.design13 .product-buttons .like_button.liked:after {
  font-size: 18px;
  line-height: 18px;
}
.productWrapper .currentItem .product-item.design13 .product-buttons .like_button .ae {
  color: #000;
}
.productWrapper .currentItem .product-item.design13 .product-buttons .like_button .ae:after {
  color: #000;
}
.productWrapper .currentItem .product-item.design14 .raty_box, .productWrapper .currentItem .product-item.design14 .product-description, .productWrapper .currentItem .product-item.design14 .product-icon, .productWrapper .currentItem .product-item.design14 .product-term, .productWrapper .currentItem .product-item.design14 .sku, .productWrapper .currentItem .product-item.design14 .label_box, .productWrapper .currentItem .product-item.design14 .product-quantity, .productWrapper .currentItem .product-item.design14 .link_to_product, .productWrapper .currentItem .product-item.design14 .learn_more {
  display: none !important;
}
.productWrapper .currentItem .product-item.design14 .product-comp {
  position: relative;
  flex-direction: column;
  flex-grow: 1;
  display: flex;
  width: 100%;
  z-index: 1;
  transition: 0.3s;
  overflow: hidden;
}
.productWrapper .currentItem .product-item.design14 .product-comp:hover .product-image-wrap {
  background: #fff;
  box-shadow: inset 0 0px 0px 2px #d5d5d5;
}
.productWrapper .currentItem .product-item.design14 .product-comp:hover .product-buttons {
  opacity: 1;
}
.productWrapper .currentItem .product-item.design14 .product-comp .flex-grow-1 {
  flex-grow: 0 !important;
}
.productWrapper .currentItem .product-item.design14 .product-info {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  width: 60%;
}
.productWrapper .currentItem .product-item.design14 .product-group {
  display: flex;
}
.productWrapper .currentItem .product-item.design14 .product-title {
  flex-grow: 0;
  font-size: 16px;
  line-height: 22px;
  margin: 10px 10px 0 0;
  height: initial;
  max-height: 24px;
  overflow: hidden;
  text-overflow: initial;
  display: initial;
  -webkit-line-clamp: initial;
  -webkit-box-orient: initial;
  color: #000;
}
.productWrapper .currentItem .product-item.design14 .product-image-wrap {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 385px;
  background: #f7f5f6;
  transition: 0.3s;
}
.productWrapper .currentItem .product-item.design14 .product-image-wrap img {
  height: initial;
  max-height: initial;
  width: 80%;
  max-width: 80%;
}
.productWrapper .currentItem .product-item.design14 .product-price_wrap {
  width: 40% !important;
  display: flex;
  align-items: end;
}
.productWrapper .currentItem .product-item.design14 .product-price {
  margin: 10px 0 0;
  width: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: end;
  height: initial !important;
  flex-grow: 0 !important;
}
.productWrapper .currentItem .product-item.design14 .product-price .new_price {
  position: relative;
  font-size: 16px;
  line-height: 22px;
  color: #ce894a;
}
.productWrapper .currentItem .product-item.design14 .product-price .old_price {
  color: #f1f1f1;
  position: relative;
  font-size: 16px;
  line-height: 22px;
}
.productWrapper .currentItem .product-item.design14 .product-price .old_price:after {
  content: "";
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #f1f1f1;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.productWrapper .currentItem .product-item.design14 .product-price .current_price {
  margin-top: 0 !important;
  color: #000;
  font-size: 16px;
  line-height: 22px;
}
.productWrapper .currentItem .product-item.design14 .product-buttons {
  opacity: 0;
  position: absolute;
  top: 325px;
  left: calc(50% - 50px);
  padding: 0;
  width: 100px;
  flex-grow: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.3s;
  background: #eaeaea;
}
.productWrapper .currentItem .product-item.design14 .product-buttons .add-to-cart-button, .productWrapper .currentItem .product-item.design14 .product-buttons .more_info_button {
  padding: 0;
  height: 40px;
  width: 40px;
  border: 0;
  background: transparent !important;
  font-size: 18px;
  color: #000;
  margin: 0 2px;
  border-radius: 0;
}
.productWrapper .currentItem .product-item.design14 .product-buttons .add-to-cart-button .text, .productWrapper .currentItem .product-item.design14 .product-buttons .more_info_button .text {
  display: none;
}
.productWrapper .currentItem .product-item.design14 .product-buttons .add-to-cart-button .ae, .productWrapper .currentItem .product-item.design14 .product-buttons .more_info_button .ae {
  color: #000;
}
.productWrapper .currentItem .product-item.design14 .product-buttons .add-to-cart-button:hover .ae, .productWrapper .currentItem .product-item.design14 .product-buttons .more_info_button:hover .ae {
  color: #fff;
}
.productWrapper .currentItem .product-item.design14 .product-buttons .more_info_button {
  border: none !important;
}
.productWrapper .currentItem .product-item.design14 .product-buttons .like_button {
  height: 40px;
  width: 40px;
  border-radius: 0;
  background: transparent !important;
  margin: 0 2px;
  font-size: 18px;
  line-height: 18px;
  padding-top: 1px;
  color: #000 !important;
}
.productWrapper .currentItem .product-item.design14 .product-buttons .like_button.liked:after {
  color: #fff !important;
  font-size: 16px !important;
  line-height: 16px !important;
}
.productWrapper .currentItem .product-item.design14 .product-buttons .like_button:hover:after {
  color: #fff;
}
.productWrapper .currentItem .product-item.design14 .product-buttons .like_button .ae {
  color: #000 !important;
}

.textWrapper a {
  font-size: 1em;
  text-decoration: underline;
  color: #007bff;
}
.textWrapper a:hover {
  text-decoration: none;
}
.textWrapper .editorImage {
  width: 100%;
  max-width: 100%;
  height: auto;
  position: relative;
  padding: 10px;
  box-sizing: border-box;
}
.textWrapper .editorImage .panel {
  display: none;
}
.textWrapper .editorImage img {
  display: block;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  margin: 0 auto;
}

.mapWrapper {
  box-sizing: border-box;
  height: 500px;
  overflow-y: hidden;
  overflow-x: hidden;
  position: relative;
}
.mapWrapper .currentItem, .mapWrapper .currentItem .ae_map {
  height: 100%;
  z-index: 1;
}

.modalWrapper .modal .modal-dialog {
  width: calc(100% - 30px);
}
.modalWrapper .modal .modal-dialog .modal-content {
  background: none;
  overflow: hidden;
}
.modalWrapper .modal .modal-dialog .modal-content .modal-body > .row {
  margin: 0 !important;
}

.slider2Wrapper .owl-carousel {
  overflow: hidden;
}
.slider2Wrapper .owl-carousel .owl-stage-outer {
  overflow: initial;
  z-index: 1;
}
.slider2Wrapper .owl-carousel .owl-item .productWrapper img {
  width: initial;
}
.slider2Wrapper .owl-carousel .ui-sortable-placeholder.owl-item {
  margin-right: 10px;
}
.slider2Wrapper .owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  padding-top: 10px;
  pointer-events: none;
}
.slider2Wrapper .owl-carousel .owl-dots button {
  pointer-events: initial;
  width: 11px;
  height: 11px;
  background: #555;
  border-radius: 50%;
  opacity: 0.5;
  transition: 0.2s;
  margin: 0 5px 10px;
  outline: none;
}
.slider2Wrapper .owl-carousel .owl-dots button:hover, .slider2Wrapper .owl-carousel .owl-dots button.active {
  opacity: 1;
}
.slider2Wrapper .owl-carousel .owl-dots.disabled {
  display: none;
}
.slider2Wrapper .owl-carousel.design_1 .owl-nav {
  display: flex;
  justify-content: center;
}
.slider2Wrapper .owl-carousel.design_1 .owl-nav.disabled {
  display: none;
}
.slider2Wrapper .owl-carousel.design_1 .owl-nav button {
  margin: 5px;
  cursor: pointer;
  outline: none;
  border-radius: 3px;
}
.slider2Wrapper .owl-carousel.design_1 .owl-nav button span {
  display: block;
  padding: 5px;
  font-size: 25px;
  font-weight: bold;
}
.slider2Wrapper .owl-carousel.design_1 .owl-nav button .ae.ae-icon-back-bold:after {
  content: "\e91b";
  line-height: normal;
  font-weight: bold;
}
.slider2Wrapper .owl-carousel.design_1 .owl-nav button .ae.ae-icon-next-bold:after {
  content: "\e91c";
  line-height: normal;
  font-weight: bold;
}
.slider2Wrapper .owl-carousel.design_1 .owl-nav button.disabled {
  position: relative;
  z-index: -1;
}
.slider2Wrapper .owl-carousel.design_2 .owl-nav, .slider2Wrapper .owl-carousel.design_3 .owl-nav {
  display: flex;
  justify-content: center;
}
.slider2Wrapper .owl-carousel.design_2 .owl-nav.disabled, .slider2Wrapper .owl-carousel.design_3 .owl-nav.disabled {
  display: none;
}
.slider2Wrapper .owl-carousel.design_2 .owl-nav button, .slider2Wrapper .owl-carousel.design_3 .owl-nav button {
  position: absolute;
  top: calc(50% - 34px);
  margin: 5px;
  cursor: pointer;
  outline: none;
  border-radius: 3px;
  z-index: 9999;
}
.slider2Wrapper .owl-carousel.design_2 .owl-nav button.owl-next, .slider2Wrapper .owl-carousel.design_3 .owl-nav button.owl-next {
  right: 0;
}
.slider2Wrapper .owl-carousel.design_2 .owl-nav button.owl-prev, .slider2Wrapper .owl-carousel.design_3 .owl-nav button.owl-prev {
  left: 0;
}
.slider2Wrapper .owl-carousel.design_2 .owl-nav button span, .slider2Wrapper .owl-carousel.design_3 .owl-nav button span {
  display: block;
  padding: 5px;
}
.slider2Wrapper .owl-carousel.design_2 .owl-nav button:hover, .slider2Wrapper .owl-carousel.design_3 .owl-nav button:hover {
  background: #999;
  color: #fff;
}
.slider2Wrapper .owl-carousel.design_2 .owl-nav button.disabled, .slider2Wrapper .owl-carousel.design_3 .owl-nav button.disabled {
  pointer-events: none;
}
.slider2Wrapper .owl-carousel.design_3 .owl-dots {
  width: 100%;
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 99999;
}
.slider2Wrapper .owl-carousel.design_3 .owl-nav button {
  top: calc(50% - 18px);
}
.slider2Wrapper .owl-carousel.design_4 .owl-nav {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
}
.slider2Wrapper .owl-carousel.design_4 .owl-nav.disabled {
  display: none;
}
.slider2Wrapper .owl-carousel.design_4 .owl-nav button {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e1e1e1;
  margin-left: 5px;
  cursor: pointer;
  outline: none;
  z-index: 9999;
}
.slider2Wrapper .owl-carousel.design_4 .owl-nav button.owl-next {
  right: 0;
}
.slider2Wrapper .owl-carousel.design_4 .owl-nav button.owl-prev {
  left: 0;
}
.slider2Wrapper .owl-carousel.design_4 .owl-nav button span {
  display: block;
  padding: 5px;
}
.slider2Wrapper .owl-carousel.design_4 .owl-nav button:hover {
  background: #999;
  color: #fff;
}
.slider2Wrapper .owl-carousel.design_4 .owl-nav button.disabled {
  pointer-events: none;
}
.slider2Wrapper .owl-carousel.design_4 .owl-nav.disabled ~ .owl-dots {
  bottom: 30px;
}
.slider2Wrapper .owl-carousel.design_4 .owl-dots {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  justify-content: flex-end;
  position: absolute;
  bottom: 70px;
  padding: 0 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
}
.slider2Wrapper .owl-carousel.design_4 .owl-dots button {
  opacity: 1;
  width: 40px;
  height: 10px;
  margin: 0 2px 4px 3px;
  background: #fff;
  border-radius: 0;
}
.slider2Wrapper .owl-carousel.design_4 .owl-dots button:hover, .slider2Wrapper .owl-carousel.design_4 .owl-dots button.active {
  background: #999;
}
.slider2Wrapper .owl-carousel.design_5 .owl-nav {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
}
.slider2Wrapper .owl-carousel.design_5 .owl-nav.disabled {
  display: none;
}
.slider2Wrapper .owl-carousel.design_5 .owl-nav button {
  position: relative;
  width: 38px;
  height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: transparent;
  border: 3px solid #000;
  margin: 0 3px;
  cursor: pointer;
  outline: none;
  border-radius: 10px;
  z-index: 9999;
}
.slider2Wrapper .owl-carousel.design_5 .owl-nav button:first-child {
  margin-left: 0;
}
.slider2Wrapper .owl-carousel.design_5 .owl-nav button:last-child {
  margin-right: 0;
}
.slider2Wrapper .owl-carousel.design_5 .owl-nav button.owl-next {
  right: 0;
}
.slider2Wrapper .owl-carousel.design_5 .owl-nav button.owl-next span.ae:after {
  content: "\e91c";
  line-height: normal;
  font-weight: 900;
  font-size: 19px;
}
.slider2Wrapper .owl-carousel.design_5 .owl-nav button.owl-prev {
  left: 0;
}
.slider2Wrapper .owl-carousel.design_5 .owl-nav button.owl-prev span.ae:after {
  content: "\e91b";
  line-height: normal;
  font-weight: 900;
  font-size: 19px;
}
.slider2Wrapper .owl-carousel.design_5 .owl-nav button span {
  display: block;
  padding: 5px;
}
.slider2Wrapper .owl-carousel.design_5 .owl-nav button:hover {
  background: #000;
  color: #fff;
}
.slider2Wrapper .owl-carousel.design_5 .owl-nav button.disabled {
  pointer-events: none;
}
.slider2Wrapper .owl-carousel.design_5 .owl-nav.disabled ~ .owl-dots {
  bottom: 60px;
}
.slider2Wrapper .owl-carousel.design_5 .owl-dots {
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  justify-content: flex-end;
  position: absolute;
  bottom: 100px;
  padding: 0 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 99999;
}
.slider2Wrapper .owl-carousel.design_5 .owl-dots button {
  position: relative;
  opacity: 1;
  width: 30px;
  height: 30px;
  margin: 0 2px 4px;
  background: transparent;
  border: 1px solid transparent;
  cursor: pointer;
  outline: none;
  border-radius: 50%;
}
.slider2Wrapper .owl-carousel.design_5 .owl-dots button:after {
  content: "";
  position: absolute;
  top: 9px;
  left: 9px;
  width: 10px;
  height: 10px;
  background: #e1e1e1;
  border-radius: 50%;
}
.slider2Wrapper .owl-carousel.design_5 .owl-dots button:hover, .slider2Wrapper .owl-carousel.design_5 .owl-dots button.active {
  border-color: #554a4c;
}
@media (max-width: 991px) {
  .slider2Wrapper .owl-carousel.design_5 .owl-nav.disabled ~ .owl-dots {
    bottom: 40px;
  }
  .slider2Wrapper .owl-carousel.design_5 .owl-dots {
    bottom: 94px;
  }
}
@media (max-width: 768px) {
  .slider2Wrapper .owl-carousel.design_5 .owl-nav.disabled ~ .owl-dots {
    bottom: 20px;
  }
  .slider2Wrapper .owl-carousel.design_5 .owl-dots {
    bottom: 74px;
  }
}
.slider2Wrapper .owl-carousel.design_6 .owl-nav {
  display: flex;
  justify-content: center;
}
.slider2Wrapper .owl-carousel.design_6 .owl-nav.disabled {
  display: none;
}
.slider2Wrapper .owl-carousel.design_6 .owl-nav button {
  position: absolute;
  top: calc(50% - 49px);
  outline: none;
  z-index: 9999;
}
.slider2Wrapper .owl-carousel.design_6 .owl-nav button.owl-next {
  right: 10px;
}
.slider2Wrapper .owl-carousel.design_6 .owl-nav button.owl-next span {
  margin-right: -1px;
}
.slider2Wrapper .owl-carousel.design_6 .owl-nav button.owl-prev {
  left: 10px;
}
.slider2Wrapper .owl-carousel.design_6 .owl-nav button.owl-prev span {
  margin-left: -1px;
}
.slider2Wrapper .owl-carousel.design_6 .owl-nav button span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 1px 1px 15px 1px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  background: #fff;
  color: #ce894a;
}
.slider2Wrapper .owl-carousel.design_6 .owl-nav button:hover span {
  background: #ce894a;
  color: #fff;
}
.slider2Wrapper .owl-carousel.design_6 .owl-nav button.disabled {
  pointer-events: none;
}
.slider2Wrapper .owl-carousel.design_6 .owl-dots button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  background: #ffe6cf;
  margin: 0 3px 5px;
  transition: 0.3s;
  border-radius: 0;
}
.slider2Wrapper .owl-carousel.design_6 .owl-dots button:hover, .slider2Wrapper .owl-carousel.design_6 .owl-dots button.active {
  background: #ce894a;
  color: #fff;
}
.slider2Wrapper .owl-carousel.design_6 .owl-dots button:after {
  content: attr(data-num);
}
.slider2Wrapper .owl-carousel.design_7 .owl-nav {
  display: flex;
  justify-content: center;
  margin-top: 15px;
}
.slider2Wrapper .owl-carousel.design_7 .owl-nav.disabled {
  display: none;
}
.slider2Wrapper .owl-carousel.design_7 .owl-nav button {
  outline: none;
}
.slider2Wrapper .owl-carousel.design_7 .owl-nav button.owl-next {
  margin-left: 10px;
}
.slider2Wrapper .owl-carousel.design_7 .owl-nav button.owl-next span:after {
  margin-right: -2px;
}
.slider2Wrapper .owl-carousel.design_7 .owl-nav button.owl-prev span:after {
  margin-left: -2px;
}
.slider2Wrapper .owl-carousel.design_7 .owl-nav button span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  font-size: 20px;
  border-radius: 50%;
  cursor: pointer;
  background: transparent;
  border: 2px solid #0165e5;
  color: #0165e5;
}
.slider2Wrapper .owl-carousel.design_7 .owl-nav button:hover span {
  background: #0165e5;
  color: #f9e52e !important;
}
.slider2Wrapper .owl-carousel.design_7 .owl-nav button.disabled {
  pointer-events: none;
}
.slider2Wrapper .owl-carousel.design_7 .owl-dots button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: end;
  height: 24px;
  background: transparent;
  margin: 0 10px 5px 5px;
  transition: 0.3s;
  font-size: 18px;
  line-height: 20px;
  border-radius: 0;
  color: #666;
  opacity: 1;
}
.slider2Wrapper .owl-carousel.design_7 .owl-dots button:last-child:before {
  display: none;
}
.slider2Wrapper .owl-carousel.design_7 .owl-dots button:hover {
  color: #000;
}
.slider2Wrapper .owl-carousel.design_7 .owl-dots button.active {
  font-size: 24px;
  line-height: 24px;
  color: #000;
}
.slider2Wrapper .owl-carousel.design_7 .owl-dots button:after {
  content: attr(data-num);
  font-weight: 700;
}
.slider2Wrapper .owl-carousel.design_7 .owl-dots button:before {
  content: "";
  position: absolute;
  top: calc(50% + 1px);
  right: -10px;
  width: 5px;
  height: 2px;
  background: #666 !important;
}
.slider2Wrapper .owl-carousel.nav_center .owl-nav {
  justify-content: center;
}
.slider2Wrapper .owl-carousel.nav_center .owl-dots {
  justify-content: center;
}
.slider2Wrapper .owl-carousel.nav_left .owl-nav {
  justify-content: left;
}
.slider2Wrapper .owl-carousel.nav_left .owl-dots {
  justify-content: left;
}
.slider2Wrapper .owl-carousel.nav_right .owl-nav {
  justify-content: right;
}
.slider2Wrapper .owl-carousel.nav_right .owl-dots {
  justify-content: right;
}

.wrapComponent {
  display: flex;
  width: 100%;
}
.wrapComponent.use_column_height {
  flex-grow: 1;
  height: 100%;
}

.wrapWrapper {
  box-sizing: border-box;
  display: flex;
  flex-grow: 1;
  position: relative;
}
.wrapWrapper > .componentWrapper {
  display: flex;
  overflow: hidden;
  flex-grow: 1;
  height: fit-content;
}
.wrapWrapper > .componentWrapper > .inside {
  width: auto;
  min-width: 100px;
  border-style: solid;
  overflow: hidden;
  height: auto;
  min-height: initial;
}
.wrapWrapper .wrapperBodySectionWrapper:before {
  display: none !important;
}

.videoWrapper {
  display: flex;
  box-sizing: border-box;
  height: 100%;
  overflow-y: hidden;
  overflow-x: hidden;
  position: relative;
}
.videoWrapper .currentItem {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.videoWrapper .currentItem .format {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
}
.videoWrapper .currentItem .format .ae-video-filled {
  font-size: 150px;
}
.videoWrapper .currentItem .format iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.videoWrapper .currentItem .video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 100ms;
  cursor: pointer;
  background-repeat: no-repeat;
}
.videoWrapper .currentItem .video-overlay.active {
  opacity: 1;
  pointer-events: auto;
}
.videoWrapper .currentItem .unmute {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  cursor: pointer;
  font-size: 30px;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
}
.videoWrapper .currentItem .unmute .ae {
  animation: blinker 1s infinite;
  transition: all 0.5s;
}
@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.videoWrapper .currentItem .ico {
  font-size: 50px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.videoWrapper .currentItem .ico .ae {
  color: gray;
  transition: 400ms;
}
.videoWrapper .currentItem .ico.active .ae {
  color: red;
}
@media (min-width: 576px) {
  .videoWrapper .currentItem .ico {
    font-size: 100px;
  }
}
@media (min-width: 991px) {
  .videoWrapper .currentItem .ico {
    font-size: 150px;
  }
}

.timerWrapper {
  box-sizing: border-box;
  position: relative;
}
.timerWrapper .componentWrapper {
  display: flex;
  width: 100%;
  overflow: hidden;
}
.timerWrapper .currentItem {
  display: flex;
  flex-wrap: wrap;
}
.timerWrapper .currentItem p {
  margin: 0;
}
.timerWrapper .currentItem.days div[data-type=days] {
  display: flex;
}
.timerWrapper .currentItem.days div[data-type=hours] {
  display: flex;
}
.timerWrapper .currentItem.hours div[data-type=days] {
  display: none;
}
.timerWrapper .currentItem.hours div[data-type=hours] {
  display: flex;
}
.timerWrapper .currentItem.minutes div[data-type=days] {
  display: none;
}
.timerWrapper .currentItem.minutes div[data-type=hours] {
  display: none;
}
.timerWrapper .currentItem.design_1 {
  color: #fff;
}
.timerWrapper .currentItem.design_1 .timer_box {
  padding: 15px;
  margin-right: 20px;
  margin-bottom: 30px;
  position: relative;
}
.timerWrapper .currentItem.design_1 .timer_box[data-type=seconds] {
  margin-right: 0;
}
.timerWrapper .currentItem.design_1 .timer_box[data-type=seconds]:after, .timerWrapper .currentItem.design_1 .timer_box[data-type=seconds]:before {
  display: none;
}
.timerWrapper .currentItem.design_1 .timer_box:after, .timerWrapper .currentItem.design_1 .timer_box:before {
  content: "☗";
  text-shadow: -15px -15px 0px;
  line-height: 1px;
  font-size: 100px !important;
  overflow: hidden;
  width: 10px;
  height: 10px;
  position: absolute;
  left: calc(100% + 5px);
  top: 50%;
  background: #fff;
  border-radius: 15px;
}
.timerWrapper .currentItem.design_1 .timer_box:after {
  transform: translateY(5px);
}
.timerWrapper .currentItem.design_1 .timer_box:before {
  transform: translateY(-15px);
}
.timerWrapper .currentItem.design_1 .number {
  font-weight: 900;
}
.timerWrapper .currentItem.design_1 .number > span {
  position: relative;
  display: table-cell;
}
.timerWrapper .currentItem.design_1 .number > span .slide_num {
  position: absolute;
  top: 0;
  left: 0;
}
.timerWrapper .currentItem.design_1 .text {
  display: block;
  position: absolute;
  top: calc(100% + 5px);
  font-size: 14%;
  line-height: 14px;
  text-transform: uppercase;
}
.timerWrapper .currentItem.design_1 .timer_progress {
  display: none;
}
@media screen and (max-width: 767px) {
  .timerWrapper .currentItem.design_1 .timer_box {
    margin-right: 16px;
  }
  .timerWrapper .currentItem.design_1 .timer_box[data-type=seconds] {
    margin-right: 0;
  }
  .timerWrapper .currentItem.design_1 .timer_box:after, .timerWrapper .currentItem.design_1 .timer_box:before {
    width: 7px;
    height: 7px;
    left: calc(100% + 4px);
  }
  .timerWrapper .currentItem.design_1 .timer_box:after {
    transform: translateY(4px);
  }
  .timerWrapper .currentItem.design_1 .timer_box:before {
    transform: translateY(-11px);
  }
  .timerWrapper .currentItem.design_1 .text {
    font-size: 22%;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .timerWrapper .currentItem.design_1 .text {
    font-size: 18%;
  }
}
.timerWrapper .currentItem.design_2 {
  color: #fff;
}
.timerWrapper .currentItem.design_2 .timer_box {
  padding: 15px;
  margin-right: 30px;
  margin-bottom: 30px;
  position: relative;
}
.timerWrapper .currentItem.design_2 .timer_box span {
  float: left;
  position: relative;
}
.timerWrapper .currentItem.design_2 .timer_box span .slide_num {
  position: absolute;
  left: 0;
}
.timerWrapper .currentItem.design_2 .timer_box[data-type=seconds] {
  margin-right: 0;
}
.timerWrapper .currentItem.design_2 .timer_box[data-type=seconds]:after, .timerWrapper .currentItem.design_2 .timer_box[data-type=seconds]:before {
  display: none;
}
.timerWrapper .currentItem.design_2 .timer_box:after, .timerWrapper .currentItem.design_2 .timer_box:before {
  content: "";
  text-shadow: -15px -15px 0px;
  line-height: 1px;
  font-size: 100px !important;
  overflow: hidden;
  width: 10px;
  height: 10px;
  position: absolute;
  left: calc(100% + 10px);
  background: inherit;
  top: 50%;
}
.timerWrapper .currentItem.design_2 .timer_box:after {
  transform: translateY(5px);
}
.timerWrapper .currentItem.design_2 .timer_box:before {
  transform: translateY(-15px);
}
.timerWrapper .currentItem.design_2 .text {
  display: block;
  text-align: center;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  font-size: 20px;
  line-height: 1;
  text-transform: lowercase;
  color: transparent;
  background-color: inherit;
  -webkit-background-clip: text;
}
.timerWrapper .currentItem.design_2 .timer_progress {
  display: none;
}
@media screen and (max-width: 767px) {
  .timerWrapper .currentItem.design_2 .timer_box {
    margin-right: 16px;
  }
  .timerWrapper .currentItem.design_2 .timer_box[data-type=seconds] {
    margin-right: 0;
  }
  .timerWrapper .currentItem.design_2 .timer_box:after, .timerWrapper .currentItem.design_2 .timer_box:before {
    width: 5px;
    height: 5px;
    left: calc(100% + 5px);
  }
  .timerWrapper .currentItem.design_2 .timer_box:after {
    transform: translateY(5px);
  }
  .timerWrapper .currentItem.design_2 .timer_box:before {
    transform: translateY(-10px);
  }
  .timerWrapper .currentItem.design_2 .text {
    font-size: 25%;
  }
}
.timerWrapper .currentItem.design_3 {
  color: #000;
  justify-content: center;
}
.timerWrapper .currentItem.design_3 .timer_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 148px;
  height: 148px;
  max-width: 148px;
  max-height: 148px;
  padding: 15px;
  position: relative;
  border-radius: 50%;
  margin-left: 5px;
  margin-right: 15px;
}
.timerWrapper .currentItem.design_3 .timer_box[data-type=seconds] {
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .timerWrapper .currentItem.design_3 .timer_box {
    width: 112px;
    height: 112px;
    margin: 5px 8px 10px !important;
  }
  .timerWrapper .currentItem.design_3 .timer_box .timer_progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 120px;
    margin: -4px -3px;
  }
  .timerWrapper .currentItem.design_3 .timer_box .text {
    font-size: 20%;
  }
}
.timerWrapper .currentItem.design_3 .number {
  display: flex;
  justify-content: center;
  text-align: center;
}
.timerWrapper .currentItem.design_3 .text {
  display: block;
  text-align: center;
  position: absolute;
  bottom: 14px;
  width: 100%;
  font-size: 14%;
  line-height: 14px;
  text-transform: uppercase;
  opacity: 0.75;
}
.timerWrapper .currentItem.design_3 .timer_progress {
  position: absolute;
  top: 0;
  left: 0;
  margin: -4px -3px;
  transform: rotate(-90deg);
}
.timerWrapper .currentItem.design_3 .timer_progress circle {
  fill: none !important;
}
.timerWrapper .currentItem.design_3 .progress_meter,
.timerWrapper .currentItem.design_3 .progress_value {
  fill: none;
}
.timerWrapper .currentItem.design_3 .progress_value {
  stroke-linecap: round;
  transition: 0.75s;
}
.timerWrapper .currentItem.design_4 {
  color: #000;
  justify-content: center;
}
.timerWrapper .currentItem.design_4 .timer_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 10px;
  min-width: 70px;
  margin-left: 10px;
  position: relative;
  border-radius: 10px;
}
.timerWrapper .currentItem.design_4 .timer_box[data-type=seconds] {
  margin-right: 5px;
}
.timerWrapper .currentItem.design_4 .timer_box:first-child {
  margin-left: 5px;
}
.timerWrapper .currentItem.design_4 .number {
  display: flex;
  justify-content: center;
  text-align: center;
}
.timerWrapper .currentItem.design_4 .number > span {
  position: relative;
  display: table-cell;
}
.timerWrapper .currentItem.design_4 .number > span .slide_num {
  position: absolute;
  top: 0;
  left: 0;
}
.timerWrapper .currentItem.design_4 .text {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 75%;
  line-height: 14px;
  font-weight: 700;
}
.timerWrapper .currentItem.design_4 .timer_progress {
  display: none;
}
.timerWrapper .currentItem.design_4 .progress_meter,
.timerWrapper .currentItem.design_4 .progress_value {
  fill: none !important;
}
.timerWrapper .currentItem.design_4 .progress_value {
  display: none;
}

.accordionWrapper {
  box-sizing: border-box;
  position: relative;
}
.accordionWrapper .custom_accordion > .body_accordion {
  max-height: 0;
  transition: max-height 0.3s ease-out;
  overflow-y: auto;
  overflow-x: hidden;
  box-sizing: initial;
}
.accordionWrapper .custom_accordion > .body_accordion > .sectionWrapper > .currentItem > .background_fon {
  z-index: auto;
}
.accordionWrapper .custom_accordion.active > .body_accordion {
  max-height: initial;
}
.accordionWrapper .custom_accordion.design_1 > .header_accordion {
  position: relative;
  display: flex;
  box-sizing: border-box;
  border: 1px solid #757575;
  width: 100%;
  min-height: 42px;
  margin: 0;
  padding: 0 40px 0 15px;
  cursor: pointer;
  color: #343a40;
  background: #fff;
  transition: 0.3s;
}
.accordionWrapper .custom_accordion.design_1 > .header_accordion:hover {
  border-color: #3A7ABC;
  color: #3A7ABC;
}
.accordionWrapper .custom_accordion.design_1 > .header_accordion:hover:after, .accordionWrapper .custom_accordion.design_1 > .header_accordion:hover:before {
  background: #3A7ABC;
}
.accordionWrapper .custom_accordion.design_1 > .header_accordion:after, .accordionWrapper .custom_accordion.design_1 > .header_accordion:before {
  content: "";
  position: absolute;
  right: 13px;
  top: 20px;
  width: 14px;
  height: 2px;
  background: #757575;
  transition: 0.3s;
}
.accordionWrapper .custom_accordion.design_1 > .header_accordion:before {
  transform: rotate(90deg);
}
.accordionWrapper .custom_accordion.design_1 > .header_accordion .icon_accordion {
  line-height: 38px;
  font-size: 32px;
  padding-right: 10px;
  display: flex;
  align-items: center;
}
.accordionWrapper .custom_accordion.design_1 > .header_accordion .name_accordion {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.accordionWrapper .custom_accordion.design_1 > .header_accordion .name_accordion p {
  margin-bottom: 0;
}
.accordionWrapper .custom_accordion.design_1 > .header_accordion .name_accordion .title_accordion {
  padding-top: 2px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}
.accordionWrapper .custom_accordion.design_1 > .body_accordion {
  background: #f8f8f8;
}
.accordionWrapper .custom_accordion.design_1.active > .header_accordion:before {
  opacity: 0;
}
.accordionWrapper .custom_accordion.design_1.active > .body_accordion {
  border-bottom: 2px solid #3A7ABC;
}
.accordionWrapper .custom_accordion.design_2 {
  border-left: 3px solid #3A7ABC;
}
.accordionWrapper .custom_accordion.design_2 > .header_accordion {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  min-height: 42px;
  margin: 0;
  padding: 0 42px 0 15px;
  cursor: pointer;
  color: #343a40;
  transition: 0.3s;
}
.accordionWrapper .custom_accordion.design_2 > .header_accordion:hover {
  border-color: #3A7ABC;
  color: #3A7ABC;
}
.accordionWrapper .custom_accordion.design_2 > .header_accordion:hover:after, .accordionWrapper .custom_accordion.design_2 > .header_accordion:hover:before {
  background: #3A7ABC;
}
.accordionWrapper .custom_accordion.design_2 > .header_accordion:after, .accordionWrapper .custom_accordion.design_2 > .header_accordion:before {
  content: "";
  position: absolute;
  right: 13px;
  top: 20px;
  width: 14px;
  height: 2px;
  background: #343a40;
  transition: 0.3s;
}
.accordionWrapper .custom_accordion.design_2 > .header_accordion:before {
  transform: rotate(90deg);
}
.accordionWrapper .custom_accordion.design_2 > .header_accordion .icon_accordion {
  line-height: 38px;
  font-size: 32px;
  padding-right: 10px;
  display: flex;
  align-items: center;
}
.accordionWrapper .custom_accordion.design_2 > .header_accordion .name_accordion {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.accordionWrapper .custom_accordion.design_2 > .header_accordion .name_accordion p {
  margin-bottom: 0;
}
.accordionWrapper .custom_accordion.design_2 > .header_accordion .name_accordion .title_accordion {
  padding-top: 2px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}
.accordionWrapper .custom_accordion.design_2.active > .header_accordion {
  background: #f9f9f9;
}
.accordionWrapper .custom_accordion.design_2.active > .header_accordion:before {
  opacity: 0;
}
.accordionWrapper .custom_accordion.design_3 > .header_accordion {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  min-height: 42px;
  margin: 0;
  padding: 0 30px 0 0;
  cursor: pointer;
  color: #000;
  transition: 0.3s;
}
.accordionWrapper .custom_accordion.design_3 > .header_accordion:hover {
  color: #3A7ABC;
}
.accordionWrapper .custom_accordion.design_3 > .header_accordion:hover:after, .accordionWrapper .custom_accordion.design_3 > .header_accordion:hover:before {
  background: #3A7ABC;
}
.accordionWrapper .custom_accordion.design_3 > .header_accordion:after, .accordionWrapper .custom_accordion.design_3 > .header_accordion:before {
  content: "";
  position: absolute;
  right: 0;
  top: 21px;
  width: 14px;
  height: 2px;
  background: #000;
  transition: 0.3s;
}
.accordionWrapper .custom_accordion.design_3 > .header_accordion:after {
  margin-right: 13px;
  transform: rotate(45deg);
}
.accordionWrapper .custom_accordion.design_3 > .header_accordion:before {
  margin-right: 4px;
  transform: rotate(-45deg);
}
.accordionWrapper .custom_accordion.design_3 > .header_accordion .icon_accordion {
  line-height: 38px;
  font-size: 32px;
  padding-right: 10px;
  display: flex;
  align-items: center;
}
.accordionWrapper .custom_accordion.design_3 > .header_accordion .name_accordion {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.accordionWrapper .custom_accordion.design_3 > .header_accordion .name_accordion p {
  margin-bottom: 0;
}
.accordionWrapper .custom_accordion.design_3 > .header_accordion .name_accordion .title_accordion {
  padding-top: 2px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}
.accordionWrapper .custom_accordion.design_3.active > .header_accordion:after {
  transform: rotate(-45deg);
}
.accordionWrapper .custom_accordion.design_3.active > .header_accordion:before {
  transform: rotate(45deg);
}
.accordionWrapper .custom_accordion.design_4 > .header_accordion {
  position: relative;
  display: flex;
  box-sizing: content-box;
  width: 100%;
  min-height: 42px;
  margin: 0;
  padding: 0 50px 0 15px;
  cursor: pointer;
  border: 1px solid #777;
  border-radius: 4px;
  color: #777;
  transition: 0.3s;
}
.accordionWrapper .custom_accordion.design_4 > .header_accordion:hover {
  border-color: #000;
  color: #000;
}
.accordionWrapper .custom_accordion.design_4 > .header_accordion:hover:after, .accordionWrapper .custom_accordion.design_4 > .header_accordion:hover:before {
  background: #000;
}
.accordionWrapper .custom_accordion.design_4 > .header_accordion:after, .accordionWrapper .custom_accordion.design_4 > .header_accordion:before {
  content: "";
  position: absolute;
  right: 10px;
  top: 20px;
  width: 14px;
  height: 2px;
  background: #777;
  transition: 0.3s;
}
.accordionWrapper .custom_accordion.design_4 > .header_accordion:after {
  margin-right: 13px;
  transform: rotate(45deg);
}
.accordionWrapper .custom_accordion.design_4 > .header_accordion:before {
  margin-right: 4px;
  transform: rotate(-45deg);
}
.accordionWrapper .custom_accordion.design_4 > .header_accordion .icon_accordion {
  line-height: 38px;
  font-size: 32px;
  padding-right: 10px;
  display: flex;
  align-items: center;
}
.accordionWrapper .custom_accordion.design_4 > .header_accordion .name_accordion {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.accordionWrapper .custom_accordion.design_4 > .header_accordion .name_accordion p {
  margin-bottom: 0;
}
.accordionWrapper .custom_accordion.design_4 > .header_accordion .name_accordion .title_accordion {
  padding-top: 1px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}
.accordionWrapper .custom_accordion.design_4 > .body_accordion {
  box-sizing: border-box;
  transition: 0.3s;
}
.accordionWrapper .custom_accordion.design_4.active > .header_accordion {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.accordionWrapper .custom_accordion.design_4.active > .header_accordion:after {
  transform: rotate(-45deg);
}
.accordionWrapper .custom_accordion.design_4.active > .header_accordion:before {
  transform: rotate(45deg);
}
.accordionWrapper .custom_accordion.design_4.active > .body_accordion {
  border: 1px solid #777;
  border-top: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.accordionWrapper .custom_accordion.design_5 > .header_accordion {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  min-height: 42px;
  margin: 0;
  cursor: pointer;
  color: #000;
  transition: 0.3s;
}
.accordionWrapper .custom_accordion.design_5 > .header_accordion:hover {
  color: #3A7ABC;
}
.accordionWrapper .custom_accordion.design_5 > .header_accordion .icon_accordion {
  line-height: 38px;
  font-size: 32px;
  padding-right: 10px;
  display: flex;
  align-items: center;
}
.accordionWrapper .custom_accordion.design_5 > .header_accordion .name_accordion {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.accordionWrapper .custom_accordion.design_5 > .header_accordion .name_accordion p {
  margin-bottom: 0;
}
.accordionWrapper .custom_accordion.design_5 > .header_accordion .name_accordion .title_accordion {
  padding-top: 1px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}
.accordionWrapper .custom_accordion.design_6 > .header_accordion {
  position: relative;
  display: flex;
  align-items: center;
  box-sizing: content-box;
  width: 100%;
  min-height: 42px;
  margin: 0;
  cursor: pointer;
  color: #000;
  transition: 0.3s;
}
.accordionWrapper .custom_accordion.design_6 > .header_accordion:hover {
  color: #3A7ABC;
}
.accordionWrapper .custom_accordion.design_6 > .header_accordion .icon_accordion {
  line-height: 38px;
  font-size: 32px;
  padding-right: 10px;
  display: flex;
  align-items: center;
}
.accordionWrapper .custom_accordion.design_6 > .header_accordion .name_accordion {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
}
.accordionWrapper .custom_accordion.design_6 > .header_accordion .name_accordion p {
  margin-bottom: 0;
}
.accordionWrapper .custom_accordion.design_6 > .header_accordion .name_accordion .title_accordion {
  padding-top: 1px;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
}
.accordionWrapper .custom_accordion.design_6 > .body_accordion {
  min-height: 50px;
  overflow: hidden;
  position: relative;
}
.accordionWrapper .custom_accordion.design_6 > .body_accordion:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  z-index: 1;
  opacity: 1;
  background: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, white 100%);
  transition: 0.3s;
}
.accordionWrapper .custom_accordion.design_6.active > .body_accordion {
  min-height: 0;
  overflow: auto;
}
.accordionWrapper .custom_accordion.design_6.active > .body_accordion:after {
  opacity: 0;
}

.switcherWrapper {
  box-sizing: border-box;
  position: relative;
}
.switcherWrapper .custom_switcher > .header_switcher_wrap > .header_switcher {
  display: inline-flex;
  flex-wrap: wrap;
  list-style: none;
  box-sizing: border-box;
}
.switcherWrapper .custom_switcher > .header_switcher_wrap > .header_switcher li a {
  display: block;
}
.switcherWrapper .custom_switcher > .body_switcher {
  transition: max-height 0.3s ease-out;
  overflow: hidden;
  box-sizing: border-box;
}
.switcherWrapper .custom_switcher > .body_switcher > div {
  display: none !important;
}
.switcherWrapper .custom_switcher > .body_switcher > div.activeTab {
  display: block !important;
}
.switcherWrapper .custom_switcher.design_1 > .header_switcher_wrap {
  display: flex;
  justify-content: center;
}
.switcherWrapper .custom_switcher.design_1 > .header_switcher_wrap > .header_switcher {
  justify-content: center;
  align-items: center;
  min-height: 30px;
  padding: 2px;
  margin: 5px auto;
  background: #e1e1e1;
  border-radius: 15px;
}
.switcherWrapper .custom_switcher.design_1 > .header_switcher_wrap > .header_switcher li {
  padding: 1px;
}
.switcherWrapper .custom_switcher.design_1 > .header_switcher_wrap > .header_switcher li.activeTab a {
  color: #fff;
  background: #171238;
}
.switcherWrapper .custom_switcher.design_1 > .header_switcher_wrap > .header_switcher li.activeTab a:hover {
  color: #fff;
}
.switcherWrapper .custom_switcher.design_1 > .header_switcher_wrap > .header_switcher li a {
  height: 26px;
  border-radius: 13px;
  padding: 5px 15px;
  color: #000;
}
.switcherWrapper .custom_switcher.design_1 > .header_switcher_wrap > .header_switcher li a:hover {
  color: #fca12c;
}
.switcherWrapper .custom_switcher.design_2 > .header_switcher_wrap {
  margin-top: 5px;
  width: 100%;
  border-bottom: 1px solid #e3e3e3;
}
.switcherWrapper .custom_switcher.design_2 > .header_switcher_wrap > .header_switcher {
  flex-wrap: nowrap;
  align-items: flex-end;
}
.switcherWrapper .custom_switcher.design_2 > .header_switcher_wrap > .header_switcher li {
  padding-right: 1px;
}
.switcherWrapper .custom_switcher.design_2 > .header_switcher_wrap > .header_switcher li.activeTab a {
  color: #338fff;
  padding-bottom: 8px;
  margin-bottom: -1px;
}
.switcherWrapper .custom_switcher.design_2 > .header_switcher_wrap > .header_switcher li a {
  display: block;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  padding: 7px;
  background: #fff;
  color: #000;
  border: 1px solid #e3e3e3;
  border-bottom: none;
}
.switcherWrapper .custom_switcher.design_2 > .header_switcher_wrap > .header_switcher li a:hover {
  color: #338fff;
}
.switcherWrapper .custom_switcher.design_3 > .header_switcher_wrap {
  width: 100%;
  padding: 10px 15px;
  background: #e9ecef;
}
.switcherWrapper .custom_switcher.design_3 > .header_switcher_wrap > .header_switcher li {
  margin: 2px 5px 2px 0;
}
.switcherWrapper .custom_switcher.design_3 > .header_switcher_wrap > .header_switcher li.activeTab a {
  background: #ced4da;
  border-color: #2296f3;
}
.switcherWrapper .custom_switcher.design_3 > .header_switcher_wrap > .header_switcher li a {
  color: #000;
  padding: 5px 10px 3px;
  border-radius: 0.25rem;
  box-shadow: none;
  border: none;
  line-height: 14px;
  border-bottom: 2px solid transparent;
  transition: 0.3s;
  background: #dee2e6;
}
.switcherWrapper .custom_switcher.design_3 > .header_switcher_wrap > .header_switcher li a:hover {
  background: #ced4da;
}
.switcherWrapper .custom_switcher.design_4 > .header_switcher_wrap {
  display: flex;
  justify-content: center;
}
.switcherWrapper .custom_switcher.design_4 > .header_switcher_wrap > .header_switcher {
  justify-content: center;
  align-items: center;
  min-height: 60px;
  margin: 5px auto;
}
.switcherWrapper .custom_switcher.design_4 > .header_switcher_wrap > .header_switcher li {
  padding: 2px;
}
.switcherWrapper .custom_switcher.design_4 > .header_switcher_wrap > .header_switcher li.activeTab a {
  color: #fff;
  background: #3A7ABC;
}
.switcherWrapper .custom_switcher.design_4 > .header_switcher_wrap > .header_switcher li.activeTab a:hover {
  color: #fff;
}
.switcherWrapper .custom_switcher.design_4 > .header_switcher_wrap > .header_switcher li a {
  font-size: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  border-radius: 30px;
  padding: 5px 25px;
  color: #000;
  background: #4D87BC;
}
.switcherWrapper .custom_switcher.design_4 > .header_switcher_wrap > .header_switcher li a:hover {
  color: #fff;
}

.component {
  position: relative;
  z-index: 1;
}

.iconWrapper {
  display: flex;
}
.iconWrapper .currentItem {
  text-align: center;
  display: block;
  font-size: 30px;
  margin: 5px auto;
  position: relative;
}

.calendarWrapper {
  height: auto;
}
.calendarWrapper .componentWrapper {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.calendarWrapper .componentWrapper .currentItem.design_1 {
  width: 100%;
  max-width: 510px;
  min-height: 370px;
  display: flex;
  flex-wrap: wrap;
}
.calendarWrapper .componentWrapper .currentItem.design_1 .bootstrap-datetimepicker-widget {
  max-width: 280px;
  background: #e1e1e1;
}
.calendarWrapper .componentWrapper .currentItem.design_1 .bootstrap-datetimepicker-widget table {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.calendarWrapper .componentWrapper .currentItem.design_1 .bootstrap-datetimepicker-widget table thead {
  position: relative;
  z-index: 1;
  color: #fff;
}
.calendarWrapper .componentWrapper .currentItem.design_1 .bootstrap-datetimepicker-widget table thead:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3a7abc;
  z-index: -1;
}
.calendarWrapper .componentWrapper .currentItem.design_1 .bootstrap-datetimepicker-widget table thead tr .picker-switch {
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-grow: 1;
  border-radius: 0;
}
.calendarWrapper .componentWrapper .currentItem.design_1 .bootstrap-datetimepicker-widget table thead tr .picker-switch:hover {
  background: #1B428D;
}
.calendarWrapper .componentWrapper .currentItem.design_1 .bootstrap-datetimepicker-widget table thead tr .prev, .calendarWrapper .componentWrapper .currentItem.design_1 .bootstrap-datetimepicker-widget table thead tr .next {
  max-width: 40px;
  height: 40px;
  border-radius: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.calendarWrapper .componentWrapper .currentItem.design_1 .bootstrap-datetimepicker-widget table thead tr .prev:hover, .calendarWrapper .componentWrapper .currentItem.design_1 .bootstrap-datetimepicker-widget table thead tr .next:hover {
  background: #1B428D;
}
.calendarWrapper .componentWrapper .currentItem.design_1 .bootstrap-datetimepicker-widget table thead tr th {
  flex-grow: 1;
  height: 30px;
  line-height: 30px;
  width: 40px;
}
.calendarWrapper .componentWrapper .currentItem.design_1 .bootstrap-datetimepicker-widget table tbody, .calendarWrapper .componentWrapper .currentItem.design_1 .bootstrap-datetimepicker-widget table thead {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.calendarWrapper .componentWrapper .currentItem.design_1 .bootstrap-datetimepicker-widget table tbody tr, .calendarWrapper .componentWrapper .currentItem.design_1 .bootstrap-datetimepicker-widget table thead tr {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.calendarWrapper .componentWrapper .currentItem.design_1 .bootstrap-datetimepicker-widget table tbody td, .calendarWrapper .componentWrapper .currentItem.design_1 .bootstrap-datetimepicker-widget table thead td {
  flex-grow: 1;
  width: 36px;
  height: 36px;
  margin: 2px;
  border-radius: 50%;
}
.calendarWrapper .componentWrapper .currentItem.design_1 .bootstrap-datetimepicker-widget table td {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.calendarWrapper .componentWrapper .currentItem.design_1 .bootstrap-datetimepicker-widget table td.disabled, .calendarWrapper .componentWrapper .currentItem.design_1 .bootstrap-datetimepicker-widget table td.disabled:hover {
  background: none;
  color: #acacac;
  cursor: not-allowed;
}
.calendarWrapper .componentWrapper .currentItem.design_1 .bootstrap-datetimepicker-widget table td.today:before {
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
  border: 0;
  left: calc(50% - 2px);
  bottom: 4px;
}
.calendarWrapper .componentWrapper .currentItem.design_1 .time_picker {
  position: relative;
  background: #e1e1e1;
  width: 200px;
  padding: 80px 10px 10px;
  height: 310px;
  display: flex;
  flex-direction: column;
  margin-left: 30px;
}
.calendarWrapper .componentWrapper .currentItem.design_1 .time_picker .calendar_message {
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 25px 10px;
  line-height: 20px;
  margin: 0;
  text-align: center;
  font-weight: 700;
  background: #3a7abc;
}
.calendarWrapper .componentWrapper .currentItem.design_1 .time_picker .time_area {
  height: 170px;
  margin-bottom: 10px;
  overflow: hidden;
}
.calendarWrapper .componentWrapper .currentItem.design_1 .time_picker .time_area.mCustomScrollbar:hover .mCSB_scrollTools {
  right: 0;
}
.calendarWrapper .componentWrapper .currentItem.design_1 .time_picker .time_area.mCustomScrollbar .mCSB_inside > .mCSB_container {
  margin-right: 0 !important;
}
.calendarWrapper .componentWrapper .currentItem.design_1 .time_picker .time_area.mCustomScrollbar .mCSB_scrollTools {
  width: 12px;
  right: -20px;
}
.calendarWrapper .componentWrapper .currentItem.design_1 .time_picker .time_area.mCustomScrollbar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.5) !important;
}
.calendarWrapper .componentWrapper .currentItem.design_1 .time_picker .time_area.mCustomScrollbar .mCSB_scrollTools .mCSB_draggerRail {
  background: transparent;
}
.calendarWrapper .componentWrapper .currentItem.design_1 .time_picker .time_area .item {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 30px;
  margin-bottom: 5px;
  background: #fff;
  border: 1px solid #3a7abc;
  border-radius: 4px;
  cursor: pointer;
}
.calendarWrapper .componentWrapper .currentItem.design_1 .time_picker .time_area .item.disabled {
  pointer-events: none;
  background: #eaeaea;
  cursor: not-allowed;
}
.calendarWrapper .componentWrapper .currentItem.design_1 .time_picker .time_area .item.selected {
  background: #3a7abc;
  color: #fff;
}
.calendarWrapper .componentWrapper .currentItem.design_1 .time_picker .time_area .item:last-child {
  margin-bottom: 0;
}
.calendarWrapper .componentWrapper .currentItem.design_1 .time_picker .confirm {
  cursor: pointer;
  color: #fff;
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  height: 40px;
  background: #3a7abc;
  border-radius: 4px;
  border: none;
  transition: 0.3s;
}
.calendarWrapper .componentWrapper .currentItem.design_1 .time_picker .confirm.disabled {
  pointer-events: none;
  background: #4D87BC;
  cursor: not-allowed;
}
.calendarWrapper .componentWrapper .currentItem.design_1 .time_picker .confirm:hover {
  background: #1B428D;
}
.calendarWrapper .componentWrapper .currentItem.design_1 .select_time_zone {
  position: relative;
  width: 100%;
  max-width: 510px;
  padding-left: 20px;
  margin: 20px 0;
}
.calendarWrapper .componentWrapper .currentItem.design_1 .select_time_zone > .select2 {
  width: 100%;
  max-width: 260px;
}
.calendarWrapper .componentWrapper .currentItem.design_1 .select_time_zone span.ae {
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  line-height: 18px;
}
.calendarWrapper .componentWrapper .currentItem.design_1 .select_time_zone .select2-container .select2-selection--single {
  border: none !important;
  background: transparent;
}
@media screen and (max-width: 560px) {
  .calendarWrapper .componentWrapper .currentItem {
    justify-content: center;
  }
  .calendarWrapper .componentWrapper .currentItem.design_1 {
    flex-wrap: wrap;
    height: auto;
  }
  .calendarWrapper .componentWrapper .currentItem.design_1 .time_picker {
    margin: 30px auto 0;
  }
}

.socialWrapper {
  box-sizing: border-box;
  height: 100%;
  position: relative;
}
.socialWrapper .currentItem {
  flex-direction: row;
}
.socialWrapper .currentItem > a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-style: solid;
  line-height: 1;
  border-color: inherit;
}
.socialWrapper .currentItem > a.hidden {
  visibility: hidden;
}

@-webkit-keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  from, 20%, 53%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

@-webkit-keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}

@-webkit-keyframes shake {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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 {
  from, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%, 20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
@keyframes jello {
  from, 11.1%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 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(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  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-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
  }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

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

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

.animated.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: 800ms;
  animation-duration: 800ms;
}

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}

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

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
}

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}

/*# sourceMappingURL=main.css.map */
