@charset "UTF-8";
/*
* Theme Name: Zoa
* Version: 2.5.7
* Description: Zoa theme from Haintheme
* Author: Haintheme
* Author URI: https://themeforest.net/user/boostifythemes
* Theme URI: https://boostifythemes.com/
* Text Domain: zoa
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: custom-background, threaded-comments, custom-menu, featured-images, full-width-template, theme-options
*/
/*
TABLE OF CONTENTS:
    # variables
    # mixins
    # modules
    # general
    # site
    # custom
    # plugin
*/
/* VARIABLES */
/* MIXINS */
.row {
  margin-left: -15px;
  margin-right: -15px;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1200px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
}

/* custom */
/* filter */
.flex, .ie-detected .tns-controls [data-controls], .ht-pagination ul .page-numbers,
.woocommerce-pagination ul .page-numbers, .post-nav-item, .search-submit, .menu-layout-6 .content-center, .menu-layout-7 .menu-7-content, .page-header.ph-layout-1 .container, .scroll-to-top, .woocommerce-wishlist .yith-wcwl-share li a, .onsale, .loop-action, #close-cart-sidebar, .product_list_widget .remove_from_cart_button, .woocommerce-cart .woocommerce-cart-form .product-remove .remove, .video-popup-btn, .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before, .quick-view-close-btn, .select2-container--default .select2-selection--single .select2-selection__arrow, .product-categories.zoa-product-categories .accordion-cat-toggle, .flash-sale-cd, .flash-sale-cd .cd-item, .flash-sale-cd .cd-time {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.inline-flex, .theme-page-links span, .blog-article .theme-social-icon a, .blog-article .woocommerce-wishlist .yith-wcwl-share a, .woocommerce-wishlist .blog-article .yith-wcwl-share a, .shop-cart-count, .swatch.swatch-label, .p-attr-swatch, .loop-action .product-quick-view-btn, .loop-action .zoa-add-to-cart-btn, .loop-action .added_to_cart, .loop-action .yith-wcwl-add-to-wishlist a, .cart-sidebar-content .woocommerce-mini-cart__buttons a, .has-product-load-more-button .load-more-product-btn, .flash-sale-atc a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.ht-grid {
  margin-left: -15px;
  margin-right: -15px;
  min-height: 1px;
}

.ht-grid-item {
  padding-left: 15px;
  padding-right: 15px;
  float: left;
  min-height: 1px;
  min-height: 1px;
}

@media (min-width: 1024px) {
  .ht-grid-1 .ht-grid-item {
    width: calc( 100% / 1);
  }
  .ht-grid-2 .ht-grid-item {
    width: calc( 100% / 2);
  }
  .ht-grid-2 .ht-grid-item:nth-of-type(2n+3) {
    clear: both;
  }
  .ht-grid-3 .ht-grid-item {
    width: calc( 100% / 3);
  }
  .ht-grid-3 .ht-grid-item:nth-of-type(3n+4) {
    clear: both;
  }
  .ht-grid-4 .ht-grid-item {
    width: calc( 100% / 4);
  }
  .ht-grid-4 .ht-grid-item:nth-of-type(4n+5) {
    clear: both;
  }
  .ht-grid-5 .ht-grid-item {
    width: calc( 100% / 5);
  }
  .ht-grid-5 .ht-grid-item:nth-of-type(5n+6) {
    clear: both;
  }
  .ht-grid-6 .ht-grid-item {
    width: calc( 100% / 6);
  }
  .ht-grid-6 .ht-grid-item:nth-of-type(6n+7) {
    clear: both;
  }
  .ht-grid-7 .ht-grid-item {
    width: calc( 100% / 7);
  }
  .ht-grid-7 .ht-grid-item:nth-of-type(7n+8) {
    clear: both;
  }
  .ht-grid-8 .ht-grid-item {
    width: calc( 100% / 8);
  }
  .ht-grid-8 .ht-grid-item:nth-of-type(8n+9) {
    clear: both;
  }
  .ht-grid-9 .ht-grid-item {
    width: calc( 100% / 9);
  }
  .ht-grid-9 .ht-grid-item:nth-of-type(9n+10) {
    clear: both;
  }
  .ht-grid-10 .ht-grid-item {
    width: calc( 100% / 10);
  }
  .ht-grid-10 .ht-grid-item:nth-of-type(10n+11) {
    clear: both;
  }
  .ht-grid-11 .ht-grid-item {
    width: calc( 100% / 11);
  }
  .ht-grid-11 .ht-grid-item:nth-of-type(11n+12) {
    clear: both;
  }
  .ht-grid-12 .ht-grid-item {
    width: calc( 100% / 12);
  }
  .ht-grid-12 .ht-grid-item:nth-of-type(12n+13) {
    clear: both;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .ht-grid-tablet-1 .ht-grid-item {
    width: calc( 100% / 1);
  }
  .ht-grid-tablet-2 .ht-grid-item {
    width: calc( 100% / 2);
  }
  .ht-grid-tablet-2 .ht-grid-item:nth-of-type(2n+3) {
    clear: both;
  }
  .ht-grid-tablet-3 .ht-grid-item {
    width: calc( 100% / 3);
  }
  .ht-grid-tablet-3 .ht-grid-item:nth-of-type(3n+4) {
    clear: both;
  }
  .ht-grid-tablet-4 .ht-grid-item {
    width: calc( 100% / 4);
  }
  .ht-grid-tablet-4 .ht-grid-item:nth-of-type(4n+5) {
    clear: both;
  }
  .ht-grid-tablet-5 .ht-grid-item {
    width: calc( 100% / 5);
  }
  .ht-grid-tablet-5 .ht-grid-item:nth-of-type(5n+6) {
    clear: both;
  }
  .ht-grid-tablet-6 .ht-grid-item {
    width: calc( 100% / 6);
  }
  .ht-grid-tablet-6 .ht-grid-item:nth-of-type(6n+7) {
    clear: both;
  }
  .ht-grid-tablet-7 .ht-grid-item {
    width: calc( 100% / 7);
  }
  .ht-grid-tablet-7 .ht-grid-item:nth-of-type(7n+8) {
    clear: both;
  }
  .ht-grid-tablet-8 .ht-grid-item {
    width: calc( 100% / 8);
  }
  .ht-grid-tablet-8 .ht-grid-item:nth-of-type(8n+9) {
    clear: both;
  }
  .ht-grid-tablet-9 .ht-grid-item {
    width: calc( 100% / 9);
  }
  .ht-grid-tablet-9 .ht-grid-item:nth-of-type(9n+10) {
    clear: both;
  }
  .ht-grid-tablet-10 .ht-grid-item {
    width: calc( 100% / 10);
  }
  .ht-grid-tablet-10 .ht-grid-item:nth-of-type(10n+11) {
    clear: both;
  }
  .ht-grid-tablet-11 .ht-grid-item {
    width: calc( 100% / 11);
  }
  .ht-grid-tablet-11 .ht-grid-item:nth-of-type(11n+12) {
    clear: both;
  }
  .ht-grid-tablet-12 .ht-grid-item {
    width: calc( 100% / 12);
  }
  .ht-grid-tablet-12 .ht-grid-item:nth-of-type(12n+13) {
    clear: both;
  }
}

@media (max-width: 767px) {
  .ht-grid-mobile-1 .ht-grid-item {
    width: calc( 100% / 1);
  }
  .ht-grid-mobile-2 .ht-grid-item {
    width: calc( 100% / 2);
  }
  .ht-grid-mobile-2 .ht-grid-item:nth-of-type(2n+3) {
    clear: both;
  }
  .ht-grid-mobile-3 .ht-grid-item {
    width: calc( 100% / 3);
  }
  .ht-grid-mobile-3 .ht-grid-item:nth-of-type(3n+4) {
    clear: both;
  }
  .ht-grid-mobile-4 .ht-grid-item {
    width: calc( 100% / 4);
  }
  .ht-grid-mobile-4 .ht-grid-item:nth-of-type(4n+5) {
    clear: both;
  }
  .ht-grid-mobile-5 .ht-grid-item {
    width: calc( 100% / 5);
  }
  .ht-grid-mobile-5 .ht-grid-item:nth-of-type(5n+6) {
    clear: both;
  }
  .ht-grid-mobile-6 .ht-grid-item {
    width: calc( 100% / 6);
  }
  .ht-grid-mobile-6 .ht-grid-item:nth-of-type(6n+7) {
    clear: both;
  }
  .ht-grid-mobile-7 .ht-grid-item {
    width: calc( 100% / 7);
  }
  .ht-grid-mobile-7 .ht-grid-item:nth-of-type(7n+8) {
    clear: both;
  }
  .ht-grid-mobile-8 .ht-grid-item {
    width: calc( 100% / 8);
  }
  .ht-grid-mobile-8 .ht-grid-item:nth-of-type(8n+9) {
    clear: both;
  }
  .ht-grid-mobile-9 .ht-grid-item {
    width: calc( 100% / 9);
  }
  .ht-grid-mobile-9 .ht-grid-item:nth-of-type(9n+10) {
    clear: both;
  }
  .ht-grid-mobile-10 .ht-grid-item {
    width: calc( 100% / 10);
  }
  .ht-grid-mobile-10 .ht-grid-item:nth-of-type(10n+11) {
    clear: both;
  }
  .ht-grid-mobile-11 .ht-grid-item {
    width: calc( 100% / 11);
  }
  .ht-grid-mobile-11 .ht-grid-item:nth-of-type(11n+12) {
    clear: both;
  }
  .ht-grid-mobile-12 .ht-grid-item {
    width: calc( 100% / 12);
  }
  .ht-grid-mobile-12 .ht-grid-item:nth-of-type(12n+13) {
    clear: both;
  }
}

/* skew */
/* translate */
.duration, .theme-page-links a span, a, #commentform #comment, #commentform #author,
#commentform #email, #commentform #submit, #sidebar-menu-content .theme-primary-menu a:before, #menu-overlay, .footer-subscribe-form input, .footer-subscribe-form button, .p-attr-swatch:before, .yith-wcwl-add-to-wishlist, .woocommerce-MyAccount-content .woocommerce-EditAccountForm button[type="submit"], .woocommerce-address-fields .button:hover, .hover-product-image, #shop-cart-sidebar:after, #close-cart-sidebar, #shop-overlay, .woocommerce-cart .woocommerce-cart-form .actions button[type="submit"], .woocommerce-cart .woocommerce-shipping-calculator button[type="submit"], form.woocommerce-checkout #place_order, .form-row input[type="text"],
.form-row input[type="tel"],
.form-row input[type="email"],
.form-row input[type="password"], .form-row textarea, .single-gallery-slider .pro-carousel-thumb .tns-controls button, .cart .single_add_to_cart_button, #shop-quick-view, .quick-view-content .quick-view-images .tns-controls button, .quick-view-content .quick-view-images .tns-nav, .quick-view-close-btn, .price_slider_wrapper .price_slider_amount button, .product-categories.zoa-product-categories .accordion-cat-toggle:before, .widget-products-filter.filter-by-color .pf-link:before, .widget-products-filter.filter-by-label .pf-item span {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.delay {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

/* MODULES */
/*--------------------------------------------------------------
Reset
--------------------------------------------------------------*/
*,
*:before,
*:after {
  box-sizing: border-box;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  background-color: #fff;
}

body {
  overflow-x: hidden;
  margin: 0;
  word-wrap: break-word;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary,
audio,
canvas,
progress,
video {
  display: block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

ul,
ol {
  padding-left: 20px;
}

iframe,
embed,
figure,
figcaption {
  border: 0;
  margin: 20px 0;
  max-width: 100%;
}

iframe {
  margin: 0;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

td p:last-child {
  margin-bottom: 0;
}

blockquote,
blockquote:before,
blockquote:after,
q,
q:before,
q:after {
  content: "";
}

img,
video {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

audio,
canvas,
video {
  display: inline;
  zoom: 1;
}

.cl {
  clear: both;
}

.flw, .widget_recent_posts_thumbnail .widget_recent_post_thumbnail_item,
.elementor-widget-wp-widget-goto_recent_posts_with_thumbnail .widget_recent_post_thumbnail_item, .widget_recent_posts_thumbnail .blog-recent-post-thumbnail-sumary span,
.elementor-widget-wp-widget-goto_recent_posts_with_thumbnail .blog-recent-post-thumbnail-sumary span, .theme-page-links, .comment-post-pingback, .ht-pagination,
.woocommerce-pagination, .blog-article, .blog-article .entry-footer .tagcloud, .posts-nav, #respond, #commentform #comment, #comments, #comments .navigation, .comment-list, .comment-list .children, .comment-item, .comment-text, .blog .blog-article-sum, .elementor-widget, .widget select, .search-form, .search-field, .flickr-widget, #theme-footer, .footer-bot, .footer-logo, .footer-copyright, .footer-bot-right, #theme-menu-layout, .menu-layout, #theme-menu-pusher, #theme-page-header, .page-header, .footer-subscribe-form, .pro-swatch-list, .woocommerce-account .u-column1, .woocommerce-account .u-column2, .woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content, .woocommerce-MyAccount-content .woocommerce-EditAccountForm button[type="submit"], .cart-sidebar-content .variation, .cart-sidebar-content .quantity, .product_list_widget, .product_list_widget .mini_cart_item, .woocommerce-cart .woocommerce-cart-form, .woocommerce-cart .cart-collaterals, .woocommerce-cart .cart_totals, form.woocommerce-checkout, form.woocommerce-checkout #customer_details, form.woocommerce-checkout #order_review, form.woocommerce-checkout #place_order, .form-row, .form-row select, .form-row input[type="text"],
.form-row input[type="tel"],
.form-row input[type="email"],
.form-row input[type="password"], .form-row textarea, .single-gallery-slider.single-gallery-horizontal .has-product-thumbnails .pro-carousel-thumb, .single-gallery-slider.single-gallery-horizontal .pro-carousel-image, .single-gallery-slider .summary, .product-type-variable .variations td, .product-type-variable .variations tr, .product_meta, .product_meta > span, .woocommerce-tabs .tabs, .woocommerce-tabs .woocommerce-Tabs-panel, .woocommerce-Reviews .comment_container, .woocommerce-Reviews .comment_container .comment-text, .upsells.products,
.related.products, .widget.widget_shopping_cart .product_list_widget .quantity, .widget.widget_shopping_cart .woocommerce-mini-cart__total, .widget.widget_shopping_cart .woocommerce-mini-cart__buttons, .widget.widget_shopping_cart .variation, .price_slider_wrapper .price_slider, .widget_products li,
.widget_recent_reviews li,
.widget_top_rated_products li,
.widget_recently_viewed_products li, .wd-pro-flash-sale {
  float: left;
  width: 100%;
}

.display-none {
  display: none;
}

.display-block {
  display: block;
}

.display-inline-block {
  display: inline-block;
}

.display-table {
  display: table;
}

.display-flex {
  display: flex;
}

.display-inline-flex {
  display: inline-flex;
}

.display-inline {
  display: inline;
}

.display-initial {
  display: initial;
}

.display-inherit {
  display: inherit;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.hidden {
  display: none;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.float-none {
  float: none;
}

.screen-reader-text,
.sr-only {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/* sticky style - author
------------------------------------------------->*/
.sticky,
.bypostauthor {
  background: rgba(0, 0, 0, 0);
}

/* caption
------------------------------------------------->*/
.wp-caption {
  margin-bottom: 15px;
  max-width: 100%;
}

.wp-caption img[class*='wp-image-'] {
  display: block;
  margin: 0;
}

.wp-caption .wp-caption-text {
  margin-top: 5px;
  color: #686868;
  font-size: 13px;
  font-size: 14px;
  font-style: italic;
  line-height: 1.6153846154;
  padding-top: 0.5384615385em;
}

.wp-caption .wp-caption-text a {
  color: #7b98aa;
}

/* gallery image columns
------------------------------------------------->*/
.gallery-icon img {
  margin: 0 auto;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-item {
  width: 100%;
  display: inline-block;
  text-align: center;
  vertical-align: top;
  margin-top: 0 !important;
}

.gallery-caption {
  color: #686868;
  display: block;
  font-size: 13px;
  font-size: 0.8125rem;
  font-style: italic;
  margin-bottom: 0;
}

/* Alignments
------------------------------------------------->*/
.alignleft {
  float: left;
  margin: 0.375em 1.75em 1.75em 0;
}

.alignright {
  float: right;
  margin: 0.375em 0 1.75em 1.75em;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}

/* blog password form
------------------------------------------------->*/
.post-password-form label {
  float: left;
  display: -webkit-inline-flex;
  display: inline-flex;
  align-items: center;
}

.post-password-form input[type='password'] {
  height: 36px;
  min-width: 240px;
  max-width: 100%;
  padding: 0 10px;
  float: right;
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid #ddd;
}

.post-password-form input[type='submit'] {
  height: 36px;
  padding: 0 20px;
  cursor: pointer;
  border: 0;
  float: left;
  background: #333;
  color: #fff;
}

/* widget calendar
------------------------------------------------->*/
#wp-calendar {
  width: 100%;
}

#wp-calendar caption {
  text-align: left;
  margin-bottom: 10px;
}

#wp-calendar * {
  text-align: center;
}

#wp-calendar #prev {
  text-align: left;
}

#wp-calendar #next {
  text-align: right;
}

#wp-calendar td,
#wp-calendar th {
  padding: 10px 5px;
}

/* widget recen posts with thumbnail
------------------------------------------------->*/
.widget_recent_posts_thumbnail .widget_recent_post_thumbnail_item + .widget_recent_post_thumbnail_item,
.elementor-widget-wp-widget-goto_recent_posts_with_thumbnail .widget_recent_post_thumbnail_item + .widget_recent_post_thumbnail_item {
  margin-top: 15px;
}

.widget_recent_posts_thumbnail .blog-recent-post-thumbnail-img,
.elementor-widget-wp-widget-goto_recent_posts_with_thumbnail .blog-recent-post-thumbnail-img {
  float: left;
  width: 70px;
}

.widget_recent_posts_thumbnail .blog-recent-post-thumbnail-sumary,
.elementor-widget-wp-widget-goto_recent_posts_with_thumbnail .blog-recent-post-thumbnail-sumary {
  width: -webkit-calc( 100% - 80px);
  width: -moz-calc( 100% - 80px);
  width: calc( 100% - 80px);
  margin-left: 9px;
  float: left;
}

.widget_recent_posts_thumbnail .blog-recent-post-thumbnail-sumary a,
.elementor-widget-wp-widget-goto_recent_posts_with_thumbnail .blog-recent-post-thumbnail-sumary a {
  font-weight: 600;
  line-height: initial;
}

.widget_recent_posts_thumbnail .blog-recent-post-thumbnail-sumary span,
.elementor-widget-wp-widget-goto_recent_posts_with_thumbnail .blog-recent-post-thumbnail-sumary span {
  margin-top: 10px;
  font-size: 12px;
  color: #aaaaaa;
}

/* Template: Paginated
------------------------------------------------->*/
.theme-page-links {
  margin-top: 20px;
}

.theme-page-links a:hover span {
  background: #ccc;
}

.theme-page-links a span {
  background: #ddd;
  border: 1px solid #ddd;
  color: #333;
}

.theme-page-links span {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #333;
  color: #fff;
}

/* Template: Pingbacks And Trackbacks
------------------------------------------------->*/
.comment-post-pingback {
  line-height: 24px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px;
}

.comment-post-pingback + .comment-post-pingback {
  margin-top: 12px;
}

.comment-post-pingback + .comment-item {
  margin-top: 50px;
}

.comment-post-pingback .comment-edit-link {
  float: right;
  margin-left: 20px;
}

.comment-post-pingback .url {
  margin-left: 7px;
}

.comment-post-pingback .url:hover {
  text-decoration: underline;
}

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */
@-webkit-keyframes bounce {
  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.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

@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.39062deg) skewY(0.39062deg);
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.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 (prefers-reduced-motion) {
  .animated {
    -webkit-animation: unset !important;
    animation: unset !important;
    -webkit-transition: none !important;
    transition: none !important;
  }
}

@font-face {
  font-family: "FontAwesome";
  src: url("fonts/fontawesome-webfont.eot");
  src: url("fonts/fontawesome-webfont.eot") format("embedded-opentype"), url("fonts/fontawesome-webfont.woff2") format("woff2"), url("fonts/fontawesome-webfont.woff") format("woff"), url("fonts/fontawesome-webfont.ttf") format("truetype"), url("fonts/fontawesome-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.fa {
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa:before {
  font-family: "FontAwesome" !important;
}

/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571429em;
  text-align: center;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}

.fa-li.fa-lg {
  left: -1.85714286em;
}

.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right {
  float: right;
}

.fa.fa-pull-left {
  margin-right: .3em;
}

.fa.fa-pull-right {
  margin-left: .3em;
}

/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa.pull-left {
  margin-right: .3em;
}

.fa.pull-right {
  margin-left: .3em;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

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

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

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #ffffff;
}

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}

.fa-music:before {
  content: "\f001";
}

.fa-search:before {
  content: "\f002";
}

.fa-envelope-o:before {
  content: "\f003";
}

.fa-heart:before {
  content: "\f004";
}

.fa-star:before {
  content: "\f005";
}

.fa-star-o:before {
  content: "\f006";
}

.fa-user:before {
  content: "\f007";
}

.fa-film:before {
  content: "\f008";
}

.fa-th-large:before {
  content: "\f009";
}

.fa-th:before {
  content: "\f00a";
}

.fa-th-list:before {
  content: "\f00b";
}

.fa-check:before {
  content: "\f00c";
}

.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}

.fa-search-plus:before {
  content: "\f00e";
}

.fa-search-minus:before {
  content: "\f010";
}

.fa-power-off:before {
  content: "\f011";
}

.fa-signal:before {
  content: "\f012";
}

.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}

.fa-trash-o:before {
  content: "\f014";
}

.fa-home:before {
  content: "\f015";
}

.fa-file-o:before {
  content: "\f016";
}

.fa-clock-o:before {
  content: "\f017";
}

.fa-road:before {
  content: "\f018";
}

.fa-download:before {
  content: "\f019";
}

.fa-arrow-circle-o-down:before {
  content: "\f01a";
}

.fa-arrow-circle-o-up:before {
  content: "\f01b";
}

.fa-inbox:before {
  content: "\f01c";
}

.fa-play-circle-o:before {
  content: "\f01d";
}

.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}

.fa-refresh:before {
  content: "\f021";
}

.fa-list-alt:before {
  content: "\f022";
}

.fa-lock:before {
  content: "\f023";
}

.fa-flag:before {
  content: "\f024";
}

.fa-headphones:before {
  content: "\f025";
}

.fa-volume-off:before {
  content: "\f026";
}

.fa-volume-down:before {
  content: "\f027";
}

.fa-volume-up:before {
  content: "\f028";
}

.fa-qrcode:before {
  content: "\f029";
}

.fa-barcode:before {
  content: "\f02a";
}

.fa-tag:before {
  content: "\f02b";
}

.fa-tags:before {
  content: "\f02c";
}

.fa-book:before {
  content: "\f02d";
}

.fa-bookmark:before {
  content: "\f02e";
}

.fa-print:before {
  content: "\f02f";
}

.fa-camera:before {
  content: "\f030";
}

.fa-font:before {
  content: "\f031";
}

.fa-bold:before {
  content: "\f032";
}

.fa-italic:before {
  content: "\f033";
}

.fa-text-height:before {
  content: "\f034";
}

.fa-text-width:before {
  content: "\f035";
}

.fa-align-left:before {
  content: "\f036";
}

.fa-align-center:before {
  content: "\f037";
}

.fa-align-right:before {
  content: "\f038";
}

.fa-align-justify:before {
  content: "\f039";
}

.fa-list:before {
  content: "\f03a";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}

.fa-indent:before {
  content: "\f03c";
}

.fa-video-camera:before {
  content: "\f03d";
}

.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}

.fa-pencil:before {
  content: "\f040";
}

.fa-map-marker:before {
  content: "\f041";
}

.fa-adjust:before {
  content: "\f042";
}

.fa-tint:before {
  content: "\f043";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}

.fa-share-square-o:before {
  content: "\f045";
}

.fa-check-square-o:before {
  content: "\f046";
}

.fa-arrows:before {
  content: "\f047";
}

.fa-step-backward:before {
  content: "\f048";
}

.fa-fast-backward:before {
  content: "\f049";
}

.fa-backward:before {
  content: "\f04a";
}

.fa-play:before {
  content: "\f04b";
}

.fa-pause:before {
  content: "\f04c";
}

.fa-stop:before {
  content: "\f04d";
}

.fa-forward:before {
  content: "\f04e";
}

.fa-fast-forward:before {
  content: "\f050";
}

.fa-step-forward:before {
  content: "\f051";
}

.fa-eject:before {
  content: "\f052";
}

.fa-chevron-left:before {
  content: "\f053";
}

.fa-chevron-right:before {
  content: "\f054";
}

.fa-plus-circle:before {
  content: "\f055";
}

.fa-minus-circle:before {
  content: "\f056";
}

.fa-times-circle:before {
  content: "\f057";
}

.fa-check-circle:before {
  content: "\f058";
}

.fa-question-circle:before {
  content: "\f059";
}

.fa-info-circle:before {
  content: "\f05a";
}

.fa-crosshairs:before {
  content: "\f05b";
}

.fa-times-circle-o:before {
  content: "\f05c";
}

.fa-check-circle-o:before {
  content: "\f05d";
}

.fa-ban:before {
  content: "\f05e";
}

.fa-arrow-left:before {
  content: "\f060";
}

.fa-arrow-right:before {
  content: "\f061";
}

.fa-arrow-up:before {
  content: "\f062";
}

.fa-arrow-down:before {
  content: "\f063";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}

.fa-expand:before {
  content: "\f065";
}

.fa-compress:before {
  content: "\f066";
}

.fa-plus:before {
  content: "\f067";
}

.fa-minus:before {
  content: "\f068";
}

.fa-asterisk:before {
  content: "\f069";
}

.fa-exclamation-circle:before {
  content: "\f06a";
}

.fa-gift:before {
  content: "\f06b";
}

.fa-leaf:before {
  content: "\f06c";
}

.fa-fire:before {
  content: "\f06d";
}

.fa-eye:before {
  content: "\f06e";
}

.fa-eye-slash:before {
  content: "\f070";
}

.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}

.fa-plane:before {
  content: "\f072";
}

.fa-calendar:before {
  content: "\f073";
}

.fa-random:before {
  content: "\f074";
}

.fa-comment:before {
  content: "\f075";
}

.fa-magnet:before {
  content: "\f076";
}

.fa-chevron-up:before {
  content: "\f077";
}

.fa-chevron-down:before {
  content: "\f078";
}

.fa-retweet:before {
  content: "\f079";
}

.fa-shopping-cart:before {
  content: "\f07a";
}

.fa-folder:before {
  content: "\f07b";
}

.fa-folder-open:before {
  content: "\f07c";
}

.fa-arrows-v:before {
  content: "\f07d";
}

.fa-arrows-h:before {
  content: "\f07e";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}

.fa-twitter-square:before {
  content: "\f081";
}

.fa-facebook-square:before {
  content: "\f082";
}

.fa-camera-retro:before {
  content: "\f083";
}

.fa-key:before {
  content: "\f084";
}

.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}

.fa-comments:before {
  content: "\f086";
}

.fa-thumbs-o-up:before {
  content: "\f087";
}

.fa-thumbs-o-down:before {
  content: "\f088";
}

.fa-star-half:before {
  content: "\f089";
}

.fa-heart-o:before {
  content: "\f08a";
}

.fa-sign-out:before {
  content: "\f08b";
}

.fa-linkedin-square:before {
  content: "\f08c";
}

.fa-thumb-tack:before {
  content: "\f08d";
}

.fa-external-link:before {
  content: "\f08e";
}

.fa-sign-in:before {
  content: "\f090";
}

.fa-trophy:before {
  content: "\f091";
}

.fa-github-square:before {
  content: "\f092";
}

.fa-upload:before {
  content: "\f093";
}

.fa-lemon-o:before {
  content: "\f094";
}

.fa-phone:before {
  content: "\f095";
}

.fa-square-o:before {
  content: "\f096";
}

.fa-bookmark-o:before {
  content: "\f097";
}

.fa-phone-square:before {
  content: "\f098";
}

.fa-twitter:before {
  content: "\f099";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}

.fa-github:before {
  content: "\f09b";
}

.fa-unlock:before {
  content: "\f09c";
}

.fa-credit-card:before {
  content: "\f09d";
}

.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}

.fa-hdd-o:before {
  content: "\f0a0";
}

.fa-bullhorn:before {
  content: "\f0a1";
}

.fa-bell:before {
  content: "\f0f3";
}

.fa-certificate:before {
  content: "\f0a3";
}

.fa-hand-o-right:before {
  content: "\f0a4";
}

.fa-hand-o-left:before {
  content: "\f0a5";
}

.fa-hand-o-up:before {
  content: "\f0a6";
}

.fa-hand-o-down:before {
  content: "\f0a7";
}

.fa-arrow-circle-left:before {
  content: "\f0a8";
}

.fa-arrow-circle-right:before {
  content: "\f0a9";
}

.fa-arrow-circle-up:before {
  content: "\f0aa";
}

.fa-arrow-circle-down:before {
  content: "\f0ab";
}

.fa-globe:before {
  content: "\f0ac";
}

.fa-wrench:before {
  content: "\f0ad";
}

.fa-tasks:before {
  content: "\f0ae";
}

.fa-filter:before {
  content: "\f0b0";
}

.fa-briefcase:before {
  content: "\f0b1";
}

.fa-arrows-alt:before {
  content: "\f0b2";
}

.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}

.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}

.fa-cloud:before {
  content: "\f0c2";
}

.fa-flask:before {
  content: "\f0c3";
}

.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}

.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}

.fa-paperclip:before {
  content: "\f0c6";
}

.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}

.fa-square:before {
  content: "\f0c8";
}

.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}

.fa-list-ul:before {
  content: "\f0ca";
}

.fa-list-ol:before {
  content: "\f0cb";
}

.fa-strikethrough:before {
  content: "\f0cc";
}

.fa-underline:before {
  content: "\f0cd";
}

.fa-table:before {
  content: "\f0ce";
}

.fa-magic:before {
  content: "\f0d0";
}

.fa-truck:before {
  content: "\f0d1";
}

.fa-pinterest:before {
  content: "\f0d2";
}

.fa-pinterest-square:before {
  content: "\f0d3";
}

.fa-google-plus-square:before {
  content: "\f0d4";
}

.fa-google-plus:before {
  content: "\f0d5";
}

.fa-money:before {
  content: "\f0d6";
}

.fa-caret-down:before {
  content: "\f0d7";
}

.fa-caret-up:before {
  content: "\f0d8";
}

.fa-caret-left:before {
  content: "\f0d9";
}

.fa-caret-right:before {
  content: "\f0da";
}

.fa-columns:before {
  content: "\f0db";
}

.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}

.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}

.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}

.fa-envelope:before {
  content: "\f0e0";
}

.fa-linkedin:before {
  content: "\f0e1";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}

.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}

.fa-comment-o:before {
  content: "\f0e5";
}

.fa-comments-o:before {
  content: "\f0e6";
}

.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}

.fa-sitemap:before {
  content: "\f0e8";
}

.fa-umbrella:before {
  content: "\f0e9";
}

.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}

.fa-lightbulb-o:before {
  content: "\f0eb";
}

.fa-exchange:before {
  content: "\f0ec";
}

.fa-cloud-download:before {
  content: "\f0ed";
}

.fa-cloud-upload:before {
  content: "\f0ee";
}

.fa-user-md:before {
  content: "\f0f0";
}

.fa-stethoscope:before {
  content: "\f0f1";
}

.fa-suitcase:before {
  content: "\f0f2";
}

.fa-bell-o:before {
  content: "\f0a2";
}

.fa-coffee:before {
  content: "\f0f4";
}

.fa-cutlery:before {
  content: "\f0f5";
}

.fa-file-text-o:before {
  content: "\f0f6";
}

.fa-building-o:before {
  content: "\f0f7";
}

.fa-hospital-o:before {
  content: "\f0f8";
}

.fa-ambulance:before {
  content: "\f0f9";
}

.fa-medkit:before {
  content: "\f0fa";
}

.fa-fighter-jet:before {
  content: "\f0fb";
}

.fa-beer:before {
  content: "\f0fc";
}

.fa-h-square:before {
  content: "\f0fd";
}

.fa-plus-square:before {
  content: "\f0fe";
}

.fa-angle-double-left:before {
  content: "\f100";
}

.fa-angle-double-right:before {
  content: "\f101";
}

.fa-angle-double-up:before {
  content: "\f102";
}

.fa-angle-double-down:before {
  content: "\f103";
}

.fa-angle-left:before {
  content: "\f104";
}

.fa-angle-right:before {
  content: "\f105";
}

.fa-angle-up:before {
  content: "\f106";
}

.fa-angle-down:before {
  content: "\f107";
}

.fa-desktop:before {
  content: "\f108";
}

.fa-laptop:before {
  content: "\f109";
}

.fa-tablet:before {
  content: "\f10a";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}

.fa-circle-o:before {
  content: "\f10c";
}

.fa-quote-left:before {
  content: "\f10d";
}

.fa-quote-right:before {
  content: "\f10e";
}

.fa-spinner:before {
  content: "\f110";
}

.fa-circle:before {
  content: "\f111";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}

.fa-github-alt:before {
  content: "\f113";
}

.fa-folder-o:before {
  content: "\f114";
}

.fa-folder-open-o:before {
  content: "\f115";
}

.fa-smile-o:before {
  content: "\f118";
}

.fa-frown-o:before {
  content: "\f119";
}

.fa-meh-o:before {
  content: "\f11a";
}

.fa-gamepad:before {
  content: "\f11b";
}

.fa-keyboard-o:before {
  content: "\f11c";
}

.fa-flag-o:before {
  content: "\f11d";
}

.fa-flag-checkered:before {
  content: "\f11e";
}

.fa-terminal:before {
  content: "\f120";
}

.fa-code:before {
  content: "\f121";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}

.fa-location-arrow:before {
  content: "\f124";
}

.fa-crop:before {
  content: "\f125";
}

.fa-code-fork:before {
  content: "\f126";
}

.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}

.fa-question:before {
  content: "\f128";
}

.fa-info:before {
  content: "\f129";
}

.fa-exclamation:before {
  content: "\f12a";
}

.fa-superscript:before {
  content: "\f12b";
}

.fa-subscript:before {
  content: "\f12c";
}

.fa-eraser:before {
  content: "\f12d";
}

.fa-puzzle-piece:before {
  content: "\f12e";
}

.fa-microphone:before {
  content: "\f130";
}

.fa-microphone-slash:before {
  content: "\f131";
}

.fa-shield:before {
  content: "\f132";
}

.fa-calendar-o:before {
  content: "\f133";
}

.fa-fire-extinguisher:before {
  content: "\f134";
}

.fa-rocket:before {
  content: "\f135";
}

.fa-maxcdn:before {
  content: "\f136";
}

.fa-chevron-circle-left:before {
  content: "\f137";
}

.fa-chevron-circle-right:before {
  content: "\f138";
}

.fa-chevron-circle-up:before {
  content: "\f139";
}

.fa-chevron-circle-down:before {
  content: "\f13a";
}

.fa-html5:before {
  content: "\f13b";
}

.fa-css3:before {
  content: "\f13c";
}

.fa-anchor:before {
  content: "\f13d";
}

.fa-unlock-alt:before {
  content: "\f13e";
}

.fa-bullseye:before {
  content: "\f140";
}

.fa-ellipsis-h:before {
  content: "\f141";
}

.fa-ellipsis-v:before {
  content: "\f142";
}

.fa-rss-square:before {
  content: "\f143";
}

.fa-play-circle:before {
  content: "\f144";
}

.fa-ticket:before {
  content: "\f145";
}

.fa-minus-square:before {
  content: "\f146";
}

.fa-minus-square-o:before {
  content: "\f147";
}

.fa-level-up:before {
  content: "\f148";
}

.fa-level-down:before {
  content: "\f149";
}

.fa-check-square:before {
  content: "\f14a";
}

.fa-pencil-square:before {
  content: "\f14b";
}

.fa-external-link-square:before {
  content: "\f14c";
}

.fa-share-square:before {
  content: "\f14d";
}

.fa-compass:before {
  content: "\f14e";
}

.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}

.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}

.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}

.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}

.fa-gbp:before {
  content: "\f154";
}

.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}

.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}

.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}

.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}

.fa-won:before,
.fa-krw:before {
  content: "\f159";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}

.fa-file:before {
  content: "\f15b";
}

.fa-file-text:before {
  content: "\f15c";
}

.fa-sort-alpha-asc:before {
  content: "\f15d";
}

.fa-sort-alpha-desc:before {
  content: "\f15e";
}

.fa-sort-amount-asc:before {
  content: "\f160";
}

.fa-sort-amount-desc:before {
  content: "\f161";
}

.fa-sort-numeric-asc:before {
  content: "\f162";
}

.fa-sort-numeric-desc:before {
  content: "\f163";
}

.fa-thumbs-up:before {
  content: "\f164";
}

.fa-thumbs-down:before {
  content: "\f165";
}

.fa-youtube-square:before {
  content: "\f166";
}

.fa-youtube:before {
  content: "\f167";
}

.fa-xing:before {
  content: "\f168";
}

.fa-xing-square:before {
  content: "\f169";
}

.fa-youtube-play:before {
  content: "\f16a";
}

.fa-dropbox:before {
  content: "\f16b";
}

.fa-stack-overflow:before {
  content: "\f16c";
}

.fa-instagram:before {
  content: "\f16d";
}

.fa-flickr:before {
  content: "\f16e";
}

.fa-adn:before {
  content: "\f170";
}

.fa-bitbucket:before {
  content: "\f171";
}

.fa-bitbucket-square:before {
  content: "\f172";
}

.fa-tumblr:before {
  content: "\f173";
}

.fa-tumblr-square:before {
  content: "\f174";
}

.fa-long-arrow-down:before {
  content: "\f175";
}

.fa-long-arrow-up:before {
  content: "\f176";
}

.fa-long-arrow-left:before {
  content: "\f177";
}

.fa-long-arrow-right:before {
  content: "\f178";
}

.fa-apple:before {
  content: "\f179";
}

.fa-windows:before {
  content: "\f17a";
}

.fa-android:before {
  content: "\f17b";
}

.fa-linux:before {
  content: "\f17c";
}

.fa-dribbble:before {
  content: "\f17d";
}

.fa-skype:before {
  content: "\f17e";
}

.fa-foursquare:before {
  content: "\f180";
}

.fa-trello:before {
  content: "\f181";
}

.fa-female:before {
  content: "\f182";
}

.fa-male:before {
  content: "\f183";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}

.fa-sun-o:before {
  content: "\f185";
}

.fa-moon-o:before {
  content: "\f186";
}

.fa-archive:before {
  content: "\f187";
}

.fa-bug:before {
  content: "\f188";
}

.fa-vk:before {
  content: "\f189";
}

.fa-weibo:before {
  content: "\f18a";
}

.fa-renren:before {
  content: "\f18b";
}

.fa-pagelines:before {
  content: "\f18c";
}

.fa-stack-exchange:before {
  content: "\f18d";
}

.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-arrow-circle-o-left:before {
  content: "\f190";
}

.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}

.fa-dot-circle-o:before {
  content: "\f192";
}

.fa-wheelchair:before {
  content: "\f193";
}

.fa-vimeo-square:before {
  content: "\f194";
}

.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}

.fa-plus-square-o:before {
  content: "\f196";
}

.fa-space-shuttle:before {
  content: "\f197";
}

.fa-slack:before {
  content: "\f198";
}

.fa-envelope-square:before {
  content: "\f199";
}

.fa-wordpress:before {
  content: "\f19a";
}

.fa-openid:before {
  content: "\f19b";
}

.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}

.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}

.fa-yahoo:before {
  content: "\f19e";
}

.fa-google:before {
  content: "\f1a0";
}

.fa-reddit:before {
  content: "\f1a1";
}

.fa-reddit-square:before {
  content: "\f1a2";
}

.fa-stumbleupon-circle:before {
  content: "\f1a3";
}

.fa-stumbleupon:before {
  content: "\f1a4";
}

.fa-delicious:before {
  content: "\f1a5";
}

.fa-digg:before {
  content: "\f1a6";
}

.fa-pied-piper-pp:before {
  content: "\f1a7";
}

.fa-pied-piper-alt:before {
  content: "\f1a8";
}

.fa-drupal:before {
  content: "\f1a9";
}

.fa-joomla:before {
  content: "\f1aa";
}

.fa-language:before {
  content: "\f1ab";
}

.fa-fax:before {
  content: "\f1ac";
}

.fa-building:before {
  content: "\f1ad";
}

.fa-child:before {
  content: "\f1ae";
}

.fa-paw:before {
  content: "\f1b0";
}

.fa-spoon:before {
  content: "\f1b1";
}

.fa-cube:before {
  content: "\f1b2";
}

.fa-cubes:before {
  content: "\f1b3";
}

.fa-behance:before {
  content: "\f1b4";
}

.fa-behance-square:before {
  content: "\f1b5";
}

.fa-steam:before {
  content: "\f1b6";
}

.fa-steam-square:before {
  content: "\f1b7";
}

.fa-recycle:before {
  content: "\f1b8";
}

.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}

.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}

.fa-tree:before {
  content: "\f1bb";
}

.fa-spotify:before {
  content: "\f1bc";
}

.fa-deviantart:before {
  content: "\f1bd";
}

.fa-soundcloud:before {
  content: "\f1be";
}

.fa-database:before {
  content: "\f1c0";
}

.fa-file-pdf-o:before {
  content: "\f1c1";
}

.fa-file-word-o:before {
  content: "\f1c2";
}

.fa-file-excel-o:before {
  content: "\f1c3";
}

.fa-file-powerpoint-o:before {
  content: "\f1c4";
}

.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}

.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}

.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}

.fa-file-code-o:before {
  content: "\f1c9";
}

.fa-vine:before {
  content: "\f1ca";
}

.fa-codepen:before {
  content: "\f1cb";
}

.fa-jsfiddle:before {
  content: "\f1cc";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}

.fa-circle-o-notch:before {
  content: "\f1ce";
}

.fa-ra:before,
.fa-resistance:before,
.fa-rebel:before {
  content: "\f1d0";
}

.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}

.fa-git-square:before {
  content: "\f1d2";
}

.fa-git:before {
  content: "\f1d3";
}

.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}

.fa-tencent-weibo:before {
  content: "\f1d5";
}

.fa-qq:before {
  content: "\f1d6";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}

.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}

.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}

.fa-history:before {
  content: "\f1da";
}

.fa-circle-thin:before {
  content: "\f1db";
}

.fa-header:before {
  content: "\f1dc";
}

.fa-paragraph:before {
  content: "\f1dd";
}

.fa-sliders:before {
  content: "\f1de";
}

.fa-share-alt:before {
  content: "\f1e0";
}

.fa-share-alt-square:before {
  content: "\f1e1";
}

.fa-bomb:before {
  content: "\f1e2";
}

.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}

.fa-tty:before {
  content: "\f1e4";
}

.fa-binoculars:before {
  content: "\f1e5";
}

.fa-plug:before {
  content: "\f1e6";
}

.fa-slideshare:before {
  content: "\f1e7";
}

.fa-twitch:before {
  content: "\f1e8";
}

.fa-yelp:before {
  content: "\f1e9";
}

.fa-newspaper-o:before {
  content: "\f1ea";
}

.fa-wifi:before {
  content: "\f1eb";
}

.fa-calculator:before {
  content: "\f1ec";
}

.fa-paypal:before {
  content: "\f1ed";
}

.fa-google-wallet:before {
  content: "\f1ee";
}

.fa-cc-visa:before {
  content: "\f1f0";
}

.fa-cc-mastercard:before {
  content: "\f1f1";
}

.fa-cc-discover:before {
  content: "\f1f2";
}

.fa-cc-amex:before {
  content: "\f1f3";
}

.fa-cc-paypal:before {
  content: "\f1f4";
}

.fa-cc-stripe:before {
  content: "\f1f5";
}

.fa-bell-slash:before {
  content: "\f1f6";
}

.fa-bell-slash-o:before {
  content: "\f1f7";
}

.fa-trash:before {
  content: "\f1f8";
}

.fa-copyright:before {
  content: "\f1f9";
}

.fa-at:before {
  content: "\f1fa";
}

.fa-eyedropper:before {
  content: "\f1fb";
}

.fa-paint-brush:before {
  content: "\f1fc";
}

.fa-birthday-cake:before {
  content: "\f1fd";
}

.fa-area-chart:before {
  content: "\f1fe";
}

.fa-pie-chart:before {
  content: "\f200";
}

.fa-line-chart:before {
  content: "\f201";
}

.fa-lastfm:before {
  content: "\f202";
}

.fa-lastfm-square:before {
  content: "\f203";
}

.fa-toggle-off:before {
  content: "\f204";
}

.fa-toggle-on:before {
  content: "\f205";
}

.fa-bicycle:before {
  content: "\f206";
}

.fa-bus:before {
  content: "\f207";
}

.fa-ioxhost:before {
  content: "\f208";
}

.fa-angellist:before {
  content: "\f209";
}

.fa-cc:before {
  content: "\f20a";
}

.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}

.fa-meanpath:before {
  content: "\f20c";
}

.fa-buysellads:before {
  content: "\f20d";
}

.fa-connectdevelop:before {
  content: "\f20e";
}

.fa-dashcube:before {
  content: "\f210";
}

.fa-forumbee:before {
  content: "\f211";
}

.fa-leanpub:before {
  content: "\f212";
}

.fa-sellsy:before {
  content: "\f213";
}

.fa-shirtsinbulk:before {
  content: "\f214";
}

.fa-simplybuilt:before {
  content: "\f215";
}

.fa-skyatlas:before {
  content: "\f216";
}

.fa-cart-plus:before {
  content: "\f217";
}

.fa-cart-arrow-down:before {
  content: "\f218";
}

.fa-diamond:before {
  content: "\f219";
}

.fa-ship:before {
  content: "\f21a";
}

.fa-user-secret:before {
  content: "\f21b";
}

.fa-motorcycle:before {
  content: "\f21c";
}

.fa-street-view:before {
  content: "\f21d";
}

.fa-heartbeat:before {
  content: "\f21e";
}

.fa-venus:before {
  content: "\f221";
}

.fa-mars:before {
  content: "\f222";
}

.fa-mercury:before {
  content: "\f223";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}

.fa-transgender-alt:before {
  content: "\f225";
}

.fa-venus-double:before {
  content: "\f226";
}

.fa-mars-double:before {
  content: "\f227";
}

.fa-venus-mars:before {
  content: "\f228";
}

.fa-mars-stroke:before {
  content: "\f229";
}

.fa-mars-stroke-v:before {
  content: "\f22a";
}

.fa-mars-stroke-h:before {
  content: "\f22b";
}

.fa-neuter:before {
  content: "\f22c";
}

.fa-genderless:before {
  content: "\f22d";
}

.fa-facebook-official:before {
  content: "\f230";
}

.fa-pinterest-p:before {
  content: "\f231";
}

.fa-whatsapp:before {
  content: "\f232";
}

.fa-server:before {
  content: "\f233";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-user-times:before {
  content: "\f235";
}

.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}

.fa-viacoin:before {
  content: "\f237";
}

.fa-train:before {
  content: "\f238";
}

.fa-subway:before {
  content: "\f239";
}

.fa-medium:before {
  content: "\f23a";
}

.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}

.fa-optin-monster:before {
  content: "\f23c";
}

.fa-opencart:before {
  content: "\f23d";
}

.fa-expeditedssl:before {
  content: "\f23e";
}

.fa-battery-4:before,
.fa-battery:before,
.fa-battery-full:before {
  content: "\f240";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}

.fa-mouse-pointer:before {
  content: "\f245";
}

.fa-i-cursor:before {
  content: "\f246";
}

.fa-object-group:before {
  content: "\f247";
}

.fa-object-ungroup:before {
  content: "\f248";
}

.fa-sticky-note:before {
  content: "\f249";
}

.fa-sticky-note-o:before {
  content: "\f24a";
}

.fa-cc-jcb:before {
  content: "\f24b";
}

.fa-cc-diners-club:before {
  content: "\f24c";
}

.fa-clone:before {
  content: "\f24d";
}

.fa-balance-scale:before {
  content: "\f24e";
}

.fa-hourglass-o:before {
  content: "\f250";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}

.fa-hourglass:before {
  content: "\f254";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}

.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}

.fa-hand-scissors-o:before {
  content: "\f257";
}

.fa-hand-lizard-o:before {
  content: "\f258";
}

.fa-hand-spock-o:before {
  content: "\f259";
}

.fa-hand-pointer-o:before {
  content: "\f25a";
}

.fa-hand-peace-o:before {
  content: "\f25b";
}

.fa-trademark:before {
  content: "\f25c";
}

.fa-registered:before {
  content: "\f25d";
}

.fa-creative-commons:before {
  content: "\f25e";
}

.fa-gg:before {
  content: "\f260";
}

.fa-gg-circle:before {
  content: "\f261";
}

.fa-tripadvisor:before {
  content: "\f262";
}

.fa-odnoklassniki:before {
  content: "\f263";
}

.fa-odnoklassniki-square:before {
  content: "\f264";
}

.fa-get-pocket:before {
  content: "\f265";
}

.fa-wikipedia-w:before {
  content: "\f266";
}

.fa-safari:before {
  content: "\f267";
}

.fa-chrome:before {
  content: "\f268";
}

.fa-firefox:before {
  content: "\f269";
}

.fa-opera:before {
  content: "\f26a";
}

.fa-internet-explorer:before {
  content: "\f26b";
}

.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}

.fa-contao:before {
  content: "\f26d";
}

.fa-500px:before {
  content: "\f26e";
}

.fa-amazon:before {
  content: "\f270";
}

.fa-calendar-plus-o:before {
  content: "\f271";
}

.fa-calendar-minus-o:before {
  content: "\f272";
}

.fa-calendar-times-o:before {
  content: "\f273";
}

.fa-calendar-check-o:before {
  content: "\f274";
}

.fa-industry:before {
  content: "\f275";
}

.fa-map-pin:before {
  content: "\f276";
}

.fa-map-signs:before {
  content: "\f277";
}

.fa-map-o:before {
  content: "\f278";
}

.fa-map:before {
  content: "\f279";
}

.fa-commenting:before {
  content: "\f27a";
}

.fa-commenting-o:before {
  content: "\f27b";
}

.fa-houzz:before {
  content: "\f27c";
}

.fa-vimeo:before {
  content: "\f27d";
}

.fa-black-tie:before {
  content: "\f27e";
}

.fa-fonticons:before {
  content: "\f280";
}

.fa-reddit-alien:before {
  content: "\f281";
}

.fa-edge:before {
  content: "\f282";
}

.fa-credit-card-alt:before {
  content: "\f283";
}

.fa-codiepie:before {
  content: "\f284";
}

.fa-modx:before {
  content: "\f285";
}

.fa-fort-awesome:before {
  content: "\f286";
}

.fa-usb:before {
  content: "\f287";
}

.fa-product-hunt:before {
  content: "\f288";
}

.fa-mixcloud:before {
  content: "\f289";
}

.fa-scribd:before {
  content: "\f28a";
}

.fa-pause-circle:before {
  content: "\f28b";
}

.fa-pause-circle-o:before {
  content: "\f28c";
}

.fa-stop-circle:before {
  content: "\f28d";
}

.fa-stop-circle-o:before {
  content: "\f28e";
}

.fa-shopping-bag:before {
  content: "\f290";
}

.fa-shopping-basket:before {
  content: "\f291";
}

.fa-hashtag:before {
  content: "\f292";
}

.fa-bluetooth:before {
  content: "\f293";
}

.fa-bluetooth-b:before {
  content: "\f294";
}

.fa-percent:before {
  content: "\f295";
}

.fa-gitlab:before {
  content: "\f296";
}

.fa-wpbeginner:before {
  content: "\f297";
}

.fa-wpforms:before {
  content: "\f298";
}

.fa-envira:before {
  content: "\f299";
}

.fa-universal-access:before {
  content: "\f29a";
}

.fa-wheelchair-alt:before {
  content: "\f29b";
}

.fa-question-circle-o:before {
  content: "\f29c";
}

.fa-blind:before {
  content: "\f29d";
}

.fa-audio-description:before {
  content: "\f29e";
}

.fa-volume-control-phone:before {
  content: "\f2a0";
}

.fa-braille:before {
  content: "\f2a1";
}

.fa-assistive-listening-systems:before {
  content: "\f2a2";
}

.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}

.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}

.fa-glide:before {
  content: "\f2a5";
}

.fa-glide-g:before {
  content: "\f2a6";
}

.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}

.fa-low-vision:before {
  content: "\f2a8";
}

.fa-viadeo:before {
  content: "\f2a9";
}

.fa-viadeo-square:before {
  content: "\f2aa";
}

.fa-snapchat:before {
  content: "\f2ab";
}

.fa-snapchat-ghost:before {
  content: "\f2ac";
}

.fa-snapchat-square:before {
  content: "\f2ad";
}

.fa-pied-piper:before {
  content: "\f2ae";
}

.fa-first-order:before {
  content: "\f2b0";
}

.fa-yoast:before {
  content: "\f2b1";
}

.fa-themeisle:before {
  content: "\f2b2";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}

.fa-handshake-o:before {
  content: "\f2b5";
}

.fa-envelope-open:before {
  content: "\f2b6";
}

.fa-envelope-open-o:before {
  content: "\f2b7";
}

.fa-linode:before {
  content: "\f2b8";
}

.fa-address-book:before {
  content: "\f2b9";
}

.fa-address-book-o:before {
  content: "\f2ba";
}

.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}

.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}

.fa-user-circle:before {
  content: "\f2bd";
}

.fa-user-circle-o:before {
  content: "\f2be";
}

.fa-user-o:before {
  content: "\f2c0";
}

.fa-id-badge:before {
  content: "\f2c1";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}

.fa-quora:before {
  content: "\f2c4";
}

.fa-free-code-camp:before {
  content: "\f2c5";
}

.fa-telegram:before {
  content: "\f2c6";
}

.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}

.fa-shower:before {
  content: "\f2cc";
}

.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}

.fa-podcast:before {
  content: "\f2ce";
}

.fa-window-maximize:before {
  content: "\f2d0";
}

.fa-window-minimize:before {
  content: "\f2d1";
}

.fa-window-restore:before {
  content: "\f2d2";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}

.fa-bandcamp:before {
  content: "\f2d5";
}

.fa-grav:before {
  content: "\f2d6";
}

.fa-etsy:before {
  content: "\f2d7";
}

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

.wpcf7 .ajax-loader {
  position: absolute;
  left: 0;
  bottom: -30px;
  opacity: 0;
  visibility: hidden;
}

.wpcf7 .ajax-loader:before {
  content: "\f021";
  font-family: "FontAwesome";
}

.wpcf7 .ajax-loader.is-active {
  opacity: 1;
  visibility: visible;
  animation: loading 0.5s linear infinite;
}

.wpcf7 .screen-reader-response {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.wpcf7-not-valid {
  border-color: #dd2a2a !important;
}

.wpcf7-mail-sent-ok {
  color: #27ae61;
}

.wpcf7-not-valid-tip,
.wpcf7-display-none {
  display: none;
}

.wpcf7-response-output {
  margin: 10px 0 10px;
}

.wpcf7-validation-errors {
  color: #dd2a2a;
}

.wpcf7-text,
.wpcf7-textarea {
  border: 1px solid #dddddd;
  color: #666666;
  width: 100%;
}

.wpcf7-text:focus,
.wpcf7-textarea:focus {
  border-color: #666666;
}

.wpcf7-text {
  height: 45px;
  padding: 0 20px;
}

.wpcf7-textarea {
  padding: 15px 20px;
}

.wpcf7-submit {
  height: 45px;
  border: 1px solid transparent;
  background-color: #222222;
  color: #ffffff;
}

.wpcf7-submit:hover {
  opacity: 0.8;
}

.ctf-deco1:after {
  display: table;
  clear: both;
  content: "";
}

.ctf-deco1 .wpcf7-text {
  float: left;
  width: 70%;
}

.ctf-deco1 .wpcf7-submit {
  float: right;
  width: 30%;
}

.ctf-deco1--dark .wpcf7-text {
  padding-left: 0;
  border-top: 0;
  border-right: 0;
  border-bottom: 1px solid #999999;
  border-left: 0;
  background-color: transparent;
  color: #ffffff;
}

.ctf-deco1--dark .wpcf7-text:focus {
  border-bottom-color: #ffffff;
}

.ctf-deco1--dark .wpcf7-submit {
  width: 25%;
  border: 1px solid #ffffff;
  background-color: transparent;
}

.ctf-deco1--dark .wpcf7-submit:hover {
  background-color: #ffffff;
  color: #222222;
  opacity: 1;
}

.ctf-contact-form .wpcf7-form-control {
  margin-bottom: 15px;
}

.ctf-contact-form .wpcf7-submit {
  padding-right: 40px;
  padding-left: 40px;
}

.ctf-contact-form .ajax-loader {
  left: 15px;
}

@keyframes loading {
  100% {
    transform: rotate(360deg);
  }
}

.newsletter-section {
  max-width: 570px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #f3f3f3;
  background-color: #fff;
  text-align: center;
}

@media (min-width: 768px) {
  .newsletter-section {
    padding: 60px 100px;
  }
}

.newsletter-section ~ .wpcf7-response-output {
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
}

.newsletter-section__title {
  margin-top: 0;
  margin-bottom: 35px;
  color: #234069;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 1.6;
}

@media (min-width: 768px) {
  .newsletter-section__title {
    max-width: 275px;
    margin-left: auto;
    margin-right: auto;
  }
}

.newsletter-section__field {
  height: 50px;
  margin-bottom: 30px;
  border: 1px solid transparent;
  background-color: #f3f3f3;
  color: #999;
  font-size: 18px;
}

.newsletter-section__field:focus {
  border: 1px solid #999;
}

.newsletter-section__submit {
  border: 0 !important;
  background: none;
  color: #d21515;
  font-weight: 600;
  text-decoration: underline;
  text-transform: uppercase;
}

.newsletter-section__submit:focus {
  outline: thin dotted;
}

/* FIREFOX: REMOVE DOTTED BORDER WHEN FOCUS */
/* IE BROWSER */
.ie-detected .menu-open .menu-layout-1 .menu-toggle-btn span:before {
  -webkit-transform: rotate(45deg) translate(14px, -9px);
  transform: rotate(45deg) translate(14px, -9px);
}

.ie-detected .menu-open .menu-layout-1 .menu-toggle-btn span:after {
  -webkit-transform: rotate(-45deg) translate(14px, 9px);
  transform: rotate(-45deg) translate(14px, 9px);
}

.ie-detected .quick-view-content .single_add_to_cart_button {
  width: auto;
}

@font-face {
  font-family: "Ionicons";
  src: url("fonts/ionicons.eot");
  src: url("fonts/ionicons.eot") format("embedded-opentype"), url("fonts/ionicons.ttf") format("truetype"), url("fonts/ionicons.woff") format("woff"), url("fonts/ionicons.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

.ion, .ionicons, [class^="ion-"]:before, [class*=" ion-"]:before {
  display: inline-block;
  font-family: "Ionicons";
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  text-rendering: auto;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ion-alert:before {
  content: "\f101";
}

.ion-alert-circled:before {
  content: "\f100";
}

.ion-android-add:before {
  content: "\f2c7";
}

.ion-android-add-circle:before {
  content: "\f359";
}

.ion-android-alarm-clock:before {
  content: "\f35a";
}

.ion-android-alert:before {
  content: "\f35b";
}

.ion-android-apps:before {
  content: "\f35c";
}

.ion-android-archive:before {
  content: "\f2c9";
}

.ion-android-arrow-back:before {
  content: "\f2ca";
}

.ion-android-arrow-down:before {
  content: "\f35d";
}

.ion-android-arrow-dropdown:before {
  content: "\f35f";
}

.ion-android-arrow-dropdown-circle:before {
  content: "\f35e";
}

.ion-android-arrow-dropleft:before {
  content: "\f361";
}

.ion-android-arrow-dropleft-circle:before {
  content: "\f360";
}

.ion-android-arrow-dropright:before {
  content: "\f363";
}

.ion-android-arrow-dropright-circle:before {
  content: "\f362";
}

.ion-android-arrow-dropup:before {
  content: "\f365";
}

.ion-android-arrow-dropup-circle:before {
  content: "\f364";
}

.ion-android-arrow-forward:before {
  content: "\f30f";
}

.ion-android-arrow-up:before {
  content: "\f366";
}

.ion-android-attach:before {
  content: "\f367";
}

.ion-android-bar:before {
  content: "\f368";
}

.ion-android-bicycle:before {
  content: "\f369";
}

.ion-android-boat:before {
  content: "\f36a";
}

.ion-android-bookmark:before {
  content: "\f36b";
}

.ion-android-bulb:before {
  content: "\f36c";
}

.ion-android-bus:before {
  content: "\f36d";
}

.ion-android-calendar:before {
  content: "\f2d1";
}

.ion-android-call:before {
  content: "\f2d2";
}

.ion-android-camera:before {
  content: "\f2d3";
}

.ion-android-cancel:before {
  content: "\f36e";
}

.ion-android-car:before {
  content: "\f36f";
}

.ion-android-cart:before {
  content: "\f370";
}

.ion-android-chat:before {
  content: "\f2d4";
}

.ion-android-checkbox:before {
  content: "\f374";
}

.ion-android-checkbox-blank:before {
  content: "\f371";
}

.ion-android-checkbox-outline:before {
  content: "\f373";
}

.ion-android-checkbox-outline-blank:before {
  content: "\f372";
}

.ion-android-checkmark-circle:before {
  content: "\f375";
}

.ion-android-clipboard:before {
  content: "\f376";
}

.ion-android-close:before {
  content: "\f2d7";
}

.ion-android-cloud:before {
  content: "\f37a";
}

.ion-android-cloud-circle:before {
  content: "\f377";
}

.ion-android-cloud-done:before {
  content: "\f378";
}

.ion-android-cloud-outline:before {
  content: "\f379";
}

.ion-android-color-palette:before {
  content: "\f37b";
}

.ion-android-compass:before {
  content: "\f37c";
}

.ion-android-contact:before {
  content: "\f2d8";
}

.ion-android-contacts:before {
  content: "\f2d9";
}

.ion-android-contract:before {
  content: "\f37d";
}

.ion-android-create:before {
  content: "\f37e";
}

.ion-android-delete:before {
  content: "\f37f";
}

.ion-android-desktop:before {
  content: "\f380";
}

.ion-android-document:before {
  content: "\f381";
}

.ion-android-done:before {
  content: "\f383";
}

.ion-android-done-all:before {
  content: "\f382";
}

.ion-android-download:before {
  content: "\f2dd";
}

.ion-android-drafts:before {
  content: "\f384";
}

.ion-android-exit:before {
  content: "\f385";
}

.ion-android-expand:before {
  content: "\f386";
}

.ion-android-favorite:before {
  content: "\f388";
}

.ion-android-favorite-outline:before {
  content: "\f387";
}

.ion-android-film:before {
  content: "\f389";
}

.ion-android-folder:before {
  content: "\f2e0";
}

.ion-android-folder-open:before {
  content: "\f38a";
}

.ion-android-funnel:before {
  content: "\f38b";
}

.ion-android-globe:before {
  content: "\f38c";
}

.ion-android-hand:before {
  content: "\f2e3";
}

.ion-android-hangout:before {
  content: "\f38d";
}

.ion-android-happy:before {
  content: "\f38e";
}

.ion-android-home:before {
  content: "\f38f";
}

.ion-android-image:before {
  content: "\f2e4";
}

.ion-android-laptop:before {
  content: "\f390";
}

.ion-android-list:before {
  content: "\f391";
}

.ion-android-locate:before {
  content: "\f2e9";
}

.ion-android-lock:before {
  content: "\f392";
}

.ion-android-mail:before {
  content: "\f2eb";
}

.ion-android-map:before {
  content: "\f393";
}

.ion-android-menu:before {
  content: "\f394";
}

.ion-android-microphone:before {
  content: "\f2ec";
}

.ion-android-microphone-off:before {
  content: "\f395";
}

.ion-android-more-horizontal:before {
  content: "\f396";
}

.ion-android-more-vertical:before {
  content: "\f397";
}

.ion-android-navigate:before {
  content: "\f398";
}

.ion-android-notifications:before {
  content: "\f39b";
}

.ion-android-notifications-none:before {
  content: "\f399";
}

.ion-android-notifications-off:before {
  content: "\f39a";
}

.ion-android-open:before {
  content: "\f39c";
}

.ion-android-options:before {
  content: "\f39d";
}

.ion-android-people:before {
  content: "\f39e";
}

.ion-android-person:before {
  content: "\f3a0";
}

.ion-android-person-add:before {
  content: "\f39f";
}

.ion-android-phone-landscape:before {
  content: "\f3a1";
}

.ion-android-phone-portrait:before {
  content: "\f3a2";
}

.ion-android-pin:before {
  content: "\f3a3";
}

.ion-android-plane:before {
  content: "\f3a4";
}

.ion-android-playstore:before {
  content: "\f2f0";
}

.ion-android-print:before {
  content: "\f3a5";
}

.ion-android-radio-button-off:before {
  content: "\f3a6";
}

.ion-android-radio-button-on:before {
  content: "\f3a7";
}

.ion-android-refresh:before {
  content: "\f3a8";
}

.ion-android-remove:before {
  content: "\f2f4";
}

.ion-android-remove-circle:before {
  content: "\f3a9";
}

.ion-android-restaurant:before {
  content: "\f3aa";
}

.ion-android-sad:before {
  content: "\f3ab";
}

.ion-android-search:before {
  content: "\f2f5";
}

.ion-android-send:before {
  content: "\f2f6";
}

.ion-android-settings:before {
  content: "\f2f7";
}

.ion-android-share:before {
  content: "\f2f8";
}

.ion-android-share-alt:before {
  content: "\f3ac";
}

.ion-android-star:before {
  content: "\f2fc";
}

.ion-android-star-half:before {
  content: "\f3ad";
}

.ion-android-star-outline:before {
  content: "\f3ae";
}

.ion-android-stopwatch:before {
  content: "\f2fd";
}

.ion-android-subway:before {
  content: "\f3af";
}

.ion-android-sunny:before {
  content: "\f3b0";
}

.ion-android-sync:before {
  content: "\f3b1";
}

.ion-android-textsms:before {
  content: "\f3b2";
}

.ion-android-time:before {
  content: "\f3b3";
}

.ion-android-train:before {
  content: "\f3b4";
}

.ion-android-unlock:before {
  content: "\f3b5";
}

.ion-android-upload:before {
  content: "\f3b6";
}

.ion-android-volume-down:before {
  content: "\f3b7";
}

.ion-android-volume-mute:before {
  content: "\f3b8";
}

.ion-android-volume-off:before {
  content: "\f3b9";
}

.ion-android-volume-up:before {
  content: "\f3ba";
}

.ion-android-walk:before {
  content: "\f3bb";
}

.ion-android-warning:before {
  content: "\f3bc";
}

.ion-android-watch:before {
  content: "\f3bd";
}

.ion-android-wifi:before {
  content: "\f305";
}

.ion-aperture:before {
  content: "\f313";
}

.ion-archive:before {
  content: "\f102";
}

.ion-arrow-down-a:before {
  content: "\f103";
}

.ion-arrow-down-b:before {
  content: "\f104";
}

.ion-arrow-down-c:before {
  content: "\f105";
}

.ion-arrow-expand:before {
  content: "\f25e";
}

.ion-arrow-graph-down-left:before {
  content: "\f25f";
}

.ion-arrow-graph-down-right:before {
  content: "\f260";
}

.ion-arrow-graph-up-left:before {
  content: "\f261";
}

.ion-arrow-graph-up-right:before {
  content: "\f262";
}

.ion-arrow-left-a:before {
  content: "\f106";
}

.ion-arrow-left-b:before {
  content: "\f107";
}

.ion-arrow-left-c:before {
  content: "\f108";
}

.ion-arrow-move:before {
  content: "\f263";
}

.ion-arrow-resize:before {
  content: "\f264";
}

.ion-arrow-return-left:before {
  content: "\f265";
}

.ion-arrow-return-right:before {
  content: "\f266";
}

.ion-arrow-right-a:before {
  content: "\f109";
}

.ion-arrow-right-b:before {
  content: "\f10a";
}

.ion-arrow-right-c:before {
  content: "\f10b";
}

.ion-arrow-shrink:before {
  content: "\f267";
}

.ion-arrow-swap:before {
  content: "\f268";
}

.ion-arrow-up-a:before {
  content: "\f10c";
}

.ion-arrow-up-b:before {
  content: "\f10d";
}

.ion-arrow-up-c:before {
  content: "\f10e";
}

.ion-asterisk:before {
  content: "\f314";
}

.ion-at:before {
  content: "\f10f";
}

.ion-backspace:before {
  content: "\f3bf";
}

.ion-backspace-outline:before {
  content: "\f3be";
}

.ion-bag:before {
  content: "\f110";
}

.ion-battery-charging:before {
  content: "\f111";
}

.ion-battery-empty:before {
  content: "\f112";
}

.ion-battery-full:before {
  content: "\f113";
}

.ion-battery-half:before {
  content: "\f114";
}

.ion-battery-low:before {
  content: "\f115";
}

.ion-beaker:before {
  content: "\f269";
}

.ion-beer:before {
  content: "\f26a";
}

.ion-bluetooth:before {
  content: "\f116";
}

.ion-bonfire:before {
  content: "\f315";
}

.ion-bookmark:before {
  content: "\f26b";
}

.ion-bowtie:before {
  content: "\f3c0";
}

.ion-briefcase:before {
  content: "\f26c";
}

.ion-bug:before {
  content: "\f2be";
}

.ion-calculator:before {
  content: "\f26d";
}

.ion-calendar:before {
  content: "\f117";
}

.ion-camera:before {
  content: "\f118";
}

.ion-card:before {
  content: "\f119";
}

.ion-cash:before {
  content: "\f316";
}

.ion-chatbox:before {
  content: "\f11b";
}

.ion-chatbox-working:before {
  content: "\f11a";
}

.ion-chatboxes:before {
  content: "\f11c";
}

.ion-chatbubble:before {
  content: "\f11e";
}

.ion-chatbubble-working:before {
  content: "\f11d";
}

.ion-chatbubbles:before {
  content: "\f11f";
}

.ion-checkmark:before {
  content: "\f122";
}

.ion-checkmark-circled:before {
  content: "\f120";
}

.ion-checkmark-round:before {
  content: "\f121";
}

.ion-chevron-down:before {
  content: "\f123";
}

.ion-chevron-left:before {
  content: "\f124";
}

.ion-chevron-right:before {
  content: "\f125";
}

.ion-chevron-up:before {
  content: "\f126";
}

.ion-clipboard:before {
  content: "\f127";
}

.ion-clock:before {
  content: "\f26e";
}

.ion-close:before {
  content: "\f12a";
}

.ion-close-circled:before {
  content: "\f128";
}

.ion-close-round:before {
  content: "\f129";
}

.ion-closed-captioning:before {
  content: "\f317";
}

.ion-cloud:before {
  content: "\f12b";
}

.ion-code:before {
  content: "\f271";
}

.ion-code-download:before {
  content: "\f26f";
}

.ion-code-working:before {
  content: "\f270";
}

.ion-coffee:before {
  content: "\f272";
}

.ion-compass:before {
  content: "\f273";
}

.ion-compose:before {
  content: "\f12c";
}

.ion-connection-bars:before {
  content: "\f274";
}

.ion-contrast:before {
  content: "\f275";
}

.ion-crop:before {
  content: "\f3c1";
}

.ion-cube:before {
  content: "\f318";
}

.ion-disc:before {
  content: "\f12d";
}

.ion-document:before {
  content: "\f12f";
}

.ion-document-text:before {
  content: "\f12e";
}

.ion-drag:before {
  content: "\f130";
}

.ion-earth:before {
  content: "\f276";
}

.ion-easel:before {
  content: "\f3c2";
}

.ion-edit:before {
  content: "\f2bf";
}

.ion-egg:before {
  content: "\f277";
}

.ion-eject:before {
  content: "\f131";
}

.ion-email:before {
  content: "\f132";
}

.ion-email-unread:before {
  content: "\f3c3";
}

.ion-erlenmeyer-flask:before {
  content: "\f3c5";
}

.ion-erlenmeyer-flask-bubbles:before {
  content: "\f3c4";
}

.ion-eye:before {
  content: "\f133";
}

.ion-eye-disabled:before {
  content: "\f306";
}

.ion-female:before {
  content: "\f278";
}

.ion-filing:before {
  content: "\f134";
}

.ion-film-marker:before {
  content: "\f135";
}

.ion-fireball:before {
  content: "\f319";
}

.ion-flag:before {
  content: "\f279";
}

.ion-flame:before {
  content: "\f31a";
}

.ion-flash:before {
  content: "\f137";
}

.ion-flash-off:before {
  content: "\f136";
}

.ion-folder:before {
  content: "\f139";
}

.ion-fork:before {
  content: "\f27a";
}

.ion-fork-repo:before {
  content: "\f2c0";
}

.ion-forward:before {
  content: "\f13a";
}

.ion-funnel:before {
  content: "\f31b";
}

.ion-gear-a:before {
  content: "\f13d";
}

.ion-gear-b:before {
  content: "\f13e";
}

.ion-grid:before {
  content: "\f13f";
}

.ion-hammer:before {
  content: "\f27b";
}

.ion-happy:before {
  content: "\f31c";
}

.ion-happy-outline:before {
  content: "\f3c6";
}

.ion-headphone:before {
  content: "\f140";
}

.ion-heart:before {
  content: "\f141";
}

.ion-heart-broken:before {
  content: "\f31d";
}

.ion-help:before {
  content: "\f143";
}

.ion-help-buoy:before {
  content: "\f27c";
}

.ion-help-circled:before {
  content: "\f142";
}

.ion-home:before {
  content: "\f144";
}

.ion-icecream:before {
  content: "\f27d";
}

.ion-image:before {
  content: "\f147";
}

.ion-images:before {
  content: "\f148";
}

.ion-information:before {
  content: "\f14a";
}

.ion-information-circled:before {
  content: "\f149";
}

.ion-ionic:before {
  content: "\f14b";
}

.ion-ios-alarm:before {
  content: "\f3c8";
}

.ion-ios-alarm-outline:before {
  content: "\f3c7";
}

.ion-ios-albums:before {
  content: "\f3ca";
}

.ion-ios-albums-outline:before {
  content: "\f3c9";
}

.ion-ios-americanfootball:before {
  content: "\f3cc";
}

.ion-ios-americanfootball-outline:before {
  content: "\f3cb";
}

.ion-ios-analytics:before {
  content: "\f3ce";
}

.ion-ios-analytics-outline:before {
  content: "\f3cd";
}

.ion-ios-arrow-back:before {
  content: "\f3cf";
}

.ion-ios-arrow-down:before {
  content: "\f3d0";
}

.ion-ios-arrow-forward:before {
  content: "\f3d1";
}

.ion-ios-arrow-left:before {
  content: "\f3d2";
}

.ion-ios-arrow-right:before {
  content: "\f3d3";
}

.ion-ios-arrow-thin-down:before {
  content: "\f3d4";
}

.ion-ios-arrow-thin-left:before {
  content: "\f3d5";
}

.ion-ios-arrow-thin-right:before {
  content: "\f3d6";
}

.ion-ios-arrow-thin-up:before {
  content: "\f3d7";
}

.ion-ios-arrow-up:before {
  content: "\f3d8";
}

.ion-ios-at:before {
  content: "\f3da";
}

.ion-ios-at-outline:before {
  content: "\f3d9";
}

.ion-ios-barcode:before {
  content: "\f3dc";
}

.ion-ios-barcode-outline:before {
  content: "\f3db";
}

.ion-ios-baseball:before {
  content: "\f3de";
}

.ion-ios-baseball-outline:before {
  content: "\f3dd";
}

.ion-ios-basketball:before {
  content: "\f3e0";
}

.ion-ios-basketball-outline:before {
  content: "\f3df";
}

.ion-ios-bell:before {
  content: "\f3e2";
}

.ion-ios-bell-outline:before {
  content: "\f3e1";
}

.ion-ios-body:before {
  content: "\f3e4";
}

.ion-ios-body-outline:before {
  content: "\f3e3";
}

.ion-ios-bolt:before {
  content: "\f3e6";
}

.ion-ios-bolt-outline:before {
  content: "\f3e5";
}

.ion-ios-book:before {
  content: "\f3e8";
}

.ion-ios-book-outline:before {
  content: "\f3e7";
}

.ion-ios-bookmarks:before {
  content: "\f3ea";
}

.ion-ios-bookmarks-outline:before {
  content: "\f3e9";
}

.ion-ios-box:before {
  content: "\f3ec";
}

.ion-ios-box-outline:before {
  content: "\f3eb";
}

.ion-ios-briefcase:before {
  content: "\f3ee";
}

.ion-ios-briefcase-outline:before {
  content: "\f3ed";
}

.ion-ios-browsers:before {
  content: "\f3f0";
}

.ion-ios-browsers-outline:before {
  content: "\f3ef";
}

.ion-ios-calculator:before {
  content: "\f3f2";
}

.ion-ios-calculator-outline:before {
  content: "\f3f1";
}

.ion-ios-calendar:before {
  content: "\f3f4";
}

.ion-ios-calendar-outline:before {
  content: "\f3f3";
}

.ion-ios-camera:before {
  content: "\f3f6";
}

.ion-ios-camera-outline:before {
  content: "\f3f5";
}

.ion-ios-cart:before {
  content: "\f3f8";
}

.ion-ios-cart-outline:before {
  content: "\f3f7";
}

.ion-ios-chatboxes:before {
  content: "\f3fa";
}

.ion-ios-chatboxes-outline:before {
  content: "\f3f9";
}

.ion-ios-chatbubble:before {
  content: "\f3fc";
}

.ion-ios-chatbubble-outline:before {
  content: "\f3fb";
}

.ion-ios-checkmark:before {
  content: "\f3ff";
}

.ion-ios-checkmark-empty:before {
  content: "\f3fd";
}

.ion-ios-checkmark-outline:before {
  content: "\f3fe";
}

.ion-ios-circle-filled:before {
  content: "\f400";
}

.ion-ios-circle-outline:before {
  content: "\f401";
}

.ion-ios-clock:before {
  content: "\f403";
}

.ion-ios-clock-outline:before {
  content: "\f402";
}

.ion-ios-close:before {
  content: "\f406";
}

.ion-ios-close-empty:before {
  content: "\f404";
}

.ion-ios-close-outline:before {
  content: "\f405";
}

.ion-ios-cloud:before {
  content: "\f40c";
}

.ion-ios-cloud-download:before {
  content: "\f408";
}

.ion-ios-cloud-download-outline:before {
  content: "\f407";
}

.ion-ios-cloud-outline:before {
  content: "\f409";
}

.ion-ios-cloud-upload:before {
  content: "\f40b";
}

.ion-ios-cloud-upload-outline:before {
  content: "\f40a";
}

.ion-ios-cloudy:before {
  content: "\f410";
}

.ion-ios-cloudy-night:before {
  content: "\f40e";
}

.ion-ios-cloudy-night-outline:before {
  content: "\f40d";
}

.ion-ios-cloudy-outline:before {
  content: "\f40f";
}

.ion-ios-cog:before {
  content: "\f412";
}

.ion-ios-cog-outline:before {
  content: "\f411";
}

.ion-ios-color-filter:before {
  content: "\f414";
}

.ion-ios-color-filter-outline:before {
  content: "\f413";
}

.ion-ios-color-wand:before {
  content: "\f416";
}

.ion-ios-color-wand-outline:before {
  content: "\f415";
}

.ion-ios-compose:before {
  content: "\f418";
}

.ion-ios-compose-outline:before {
  content: "\f417";
}

.ion-ios-contact:before {
  content: "\f41a";
}

.ion-ios-contact-outline:before {
  content: "\f419";
}

.ion-ios-copy:before {
  content: "\f41c";
}

.ion-ios-copy-outline:before {
  content: "\f41b";
}

.ion-ios-crop:before {
  content: "\f41e";
}

.ion-ios-crop-strong:before {
  content: "\f41d";
}

.ion-ios-download:before {
  content: "\f420";
}

.ion-ios-download-outline:before {
  content: "\f41f";
}

.ion-ios-drag:before {
  content: "\f421";
}

.ion-ios-email:before {
  content: "\f423";
}

.ion-ios-email-outline:before {
  content: "\f422";
}

.ion-ios-eye:before {
  content: "\f425";
}

.ion-ios-eye-outline:before {
  content: "\f424";
}

.ion-ios-fastforward:before {
  content: "\f427";
}

.ion-ios-fastforward-outline:before {
  content: "\f426";
}

.ion-ios-filing:before {
  content: "\f429";
}

.ion-ios-filing-outline:before {
  content: "\f428";
}

.ion-ios-film:before {
  content: "\f42b";
}

.ion-ios-film-outline:before {
  content: "\f42a";
}

.ion-ios-flag:before {
  content: "\f42d";
}

.ion-ios-flag-outline:before {
  content: "\f42c";
}

.ion-ios-flame:before {
  content: "\f42f";
}

.ion-ios-flame-outline:before {
  content: "\f42e";
}

.ion-ios-flask:before {
  content: "\f431";
}

.ion-ios-flask-outline:before {
  content: "\f430";
}

.ion-ios-flower:before {
  content: "\f433";
}

.ion-ios-flower-outline:before {
  content: "\f432";
}

.ion-ios-folder:before {
  content: "\f435";
}

.ion-ios-folder-outline:before {
  content: "\f434";
}

.ion-ios-football:before {
  content: "\f437";
}

.ion-ios-football-outline:before {
  content: "\f436";
}

.ion-ios-game-controller-a:before {
  content: "\f439";
}

.ion-ios-game-controller-a-outline:before {
  content: "\f438";
}

.ion-ios-game-controller-b:before {
  content: "\f43b";
}

.ion-ios-game-controller-b-outline:before {
  content: "\f43a";
}

.ion-ios-gear:before {
  content: "\f43d";
}

.ion-ios-gear-outline:before {
  content: "\f43c";
}

.ion-ios-glasses:before {
  content: "\f43f";
}

.ion-ios-glasses-outline:before {
  content: "\f43e";
}

.ion-ios-grid-view:before {
  content: "\f441";
}

.ion-ios-grid-view-outline:before {
  content: "\f440";
}

.ion-ios-heart:before {
  content: "\f443";
}

.ion-ios-heart-outline:before {
  content: "\f442";
}

.ion-ios-help:before {
  content: "\f446";
}

.ion-ios-help-empty:before {
  content: "\f444";
}

.ion-ios-help-outline:before {
  content: "\f445";
}

.ion-ios-home:before {
  content: "\f448";
}

.ion-ios-home-outline:before {
  content: "\f447";
}

.ion-ios-infinite:before {
  content: "\f44a";
}

.ion-ios-infinite-outline:before {
  content: "\f449";
}

.ion-ios-information:before {
  content: "\f44d";
}

.ion-ios-information-empty:before {
  content: "\f44b";
}

.ion-ios-information-outline:before {
  content: "\f44c";
}

.ion-ios-ionic-outline:before {
  content: "\f44e";
}

.ion-ios-keypad:before {
  content: "\f450";
}

.ion-ios-keypad-outline:before {
  content: "\f44f";
}

.ion-ios-lightbulb:before {
  content: "\f452";
}

.ion-ios-lightbulb-outline:before {
  content: "\f451";
}

.ion-ios-list:before {
  content: "\f454";
}

.ion-ios-list-outline:before {
  content: "\f453";
}

.ion-ios-location:before {
  content: "\f456";
}

.ion-ios-location-outline:before {
  content: "\f455";
}

.ion-ios-locked:before {
  content: "\f458";
}

.ion-ios-locked-outline:before {
  content: "\f457";
}

.ion-ios-loop:before {
  content: "\f45a";
}

.ion-ios-loop-strong:before {
  content: "\f459";
}

.ion-ios-medical:before {
  content: "\f45c";
}

.ion-ios-medical-outline:before {
  content: "\f45b";
}

.ion-ios-medkit:before {
  content: "\f45e";
}

.ion-ios-medkit-outline:before {
  content: "\f45d";
}

.ion-ios-mic:before {
  content: "\f461";
}

.ion-ios-mic-off:before {
  content: "\f45f";
}

.ion-ios-mic-outline:before {
  content: "\f460";
}

.ion-ios-minus:before {
  content: "\f464";
}

.ion-ios-minus-empty:before {
  content: "\f462";
}

.ion-ios-minus-outline:before {
  content: "\f463";
}

.ion-ios-monitor:before {
  content: "\f466";
}

.ion-ios-monitor-outline:before {
  content: "\f465";
}

.ion-ios-moon:before {
  content: "\f468";
}

.ion-ios-moon-outline:before {
  content: "\f467";
}

.ion-ios-more:before {
  content: "\f46a";
}

.ion-ios-more-outline:before {
  content: "\f469";
}

.ion-ios-musical-note:before {
  content: "\f46b";
}

.ion-ios-musical-notes:before {
  content: "\f46c";
}

.ion-ios-navigate:before {
  content: "\f46e";
}

.ion-ios-navigate-outline:before {
  content: "\f46d";
}

.ion-ios-nutrition:before {
  content: "\f470";
}

.ion-ios-nutrition-outline:before {
  content: "\f46f";
}

.ion-ios-paper:before {
  content: "\f472";
}

.ion-ios-paper-outline:before {
  content: "\f471";
}

.ion-ios-paperplane:before {
  content: "\f474";
}

.ion-ios-paperplane-outline:before {
  content: "\f473";
}

.ion-ios-partlysunny:before {
  content: "\f476";
}

.ion-ios-partlysunny-outline:before {
  content: "\f475";
}

.ion-ios-pause:before {
  content: "\f478";
}

.ion-ios-pause-outline:before {
  content: "\f477";
}

.ion-ios-paw:before {
  content: "\f47a";
}

.ion-ios-paw-outline:before {
  content: "\f479";
}

.ion-ios-people:before {
  content: "\f47c";
}

.ion-ios-people-outline:before {
  content: "\f47b";
}

.ion-ios-person:before {
  content: "\f47e";
}

.ion-ios-person-outline:before {
  content: "\f47d";
}

.ion-ios-personadd:before {
  content: "\f480";
}

.ion-ios-personadd-outline:before {
  content: "\f47f";
}

.ion-ios-photos:before {
  content: "\f482";
}

.ion-ios-photos-outline:before {
  content: "\f481";
}

.ion-ios-pie:before {
  content: "\f484";
}

.ion-ios-pie-outline:before {
  content: "\f483";
}

.ion-ios-pint:before {
  content: "\f486";
}

.ion-ios-pint-outline:before {
  content: "\f485";
}

.ion-ios-play:before {
  content: "\f488";
}

.ion-ios-play-outline:before {
  content: "\f487";
}

.ion-ios-plus:before {
  content: "\f48b";
}

.ion-ios-plus-empty:before {
  content: "\f489";
}

.ion-ios-plus-outline:before {
  content: "\f48a";
}

.ion-ios-pricetag:before {
  content: "\f48d";
}

.ion-ios-pricetag-outline:before {
  content: "\f48c";
}

.ion-ios-pricetags:before {
  content: "\f48f";
}

.ion-ios-pricetags-outline:before {
  content: "\f48e";
}

.ion-ios-printer:before {
  content: "\f491";
}

.ion-ios-printer-outline:before {
  content: "\f490";
}

.ion-ios-pulse:before {
  content: "\f493";
}

.ion-ios-pulse-strong:before {
  content: "\f492";
}

.ion-ios-rainy:before {
  content: "\f495";
}

.ion-ios-rainy-outline:before {
  content: "\f494";
}

.ion-ios-recording:before {
  content: "\f497";
}

.ion-ios-recording-outline:before {
  content: "\f496";
}

.ion-ios-redo:before {
  content: "\f499";
}

.ion-ios-redo-outline:before {
  content: "\f498";
}

.ion-ios-refresh:before {
  content: "\f49c";
}

.ion-ios-refresh-empty:before {
  content: "\f49a";
}

.ion-ios-refresh-outline:before {
  content: "\f49b";
}

.ion-ios-reload:before {
  content: "\f49d";
}

.ion-ios-reverse-camera:before {
  content: "\f49f";
}

.ion-ios-reverse-camera-outline:before {
  content: "\f49e";
}

.ion-ios-rewind:before {
  content: "\f4a1";
}

.ion-ios-rewind-outline:before {
  content: "\f4a0";
}

.ion-ios-rose:before {
  content: "\f4a3";
}

.ion-ios-rose-outline:before {
  content: "\f4a2";
}

.ion-ios-search:before {
  content: "\f4a5";
}

.ion-ios-search-strong:before {
  content: "\f4a4";
}

.ion-ios-settings:before {
  content: "\f4a7";
}

.ion-ios-settings-strong:before {
  content: "\f4a6";
}

.ion-ios-shuffle:before {
  content: "\f4a9";
}

.ion-ios-shuffle-strong:before {
  content: "\f4a8";
}

.ion-ios-skipbackward:before {
  content: "\f4ab";
}

.ion-ios-skipbackward-outline:before {
  content: "\f4aa";
}

.ion-ios-skipforward:before {
  content: "\f4ad";
}

.ion-ios-skipforward-outline:before {
  content: "\f4ac";
}

.ion-ios-snowy:before {
  content: "\f4ae";
}

.ion-ios-speedometer:before {
  content: "\f4b0";
}

.ion-ios-speedometer-outline:before {
  content: "\f4af";
}

.ion-ios-star:before {
  content: "\f4b3";
}

.ion-ios-star-half:before {
  content: "\f4b1";
}

.ion-ios-star-outline:before {
  content: "\f4b2";
}

.ion-ios-stopwatch:before {
  content: "\f4b5";
}

.ion-ios-stopwatch-outline:before {
  content: "\f4b4";
}

.ion-ios-sunny:before {
  content: "\f4b7";
}

.ion-ios-sunny-outline:before {
  content: "\f4b6";
}

.ion-ios-telephone:before {
  content: "\f4b9";
}

.ion-ios-telephone-outline:before {
  content: "\f4b8";
}

.ion-ios-tennisball:before {
  content: "\f4bb";
}

.ion-ios-tennisball-outline:before {
  content: "\f4ba";
}

.ion-ios-thunderstorm:before {
  content: "\f4bd";
}

.ion-ios-thunderstorm-outline:before {
  content: "\f4bc";
}

.ion-ios-time:before {
  content: "\f4bf";
}

.ion-ios-time-outline:before {
  content: "\f4be";
}

.ion-ios-timer:before {
  content: "\f4c1";
}

.ion-ios-timer-outline:before {
  content: "\f4c0";
}

.ion-ios-toggle:before {
  content: "\f4c3";
}

.ion-ios-toggle-outline:before {
  content: "\f4c2";
}

.ion-ios-trash:before {
  content: "\f4c5";
}

.ion-ios-trash-outline:before {
  content: "\f4c4";
}

.ion-ios-undo:before {
  content: "\f4c7";
}

.ion-ios-undo-outline:before {
  content: "\f4c6";
}

.ion-ios-unlocked:before {
  content: "\f4c9";
}

.ion-ios-unlocked-outline:before {
  content: "\f4c8";
}

.ion-ios-upload:before {
  content: "\f4cb";
}

.ion-ios-upload-outline:before {
  content: "\f4ca";
}

.ion-ios-videocam:before {
  content: "\f4cd";
}

.ion-ios-videocam-outline:before {
  content: "\f4cc";
}

.ion-ios-volume-high:before {
  content: "\f4ce";
}

.ion-ios-volume-low:before {
  content: "\f4cf";
}

.ion-ios-wineglass:before {
  content: "\f4d1";
}

.ion-ios-wineglass-outline:before {
  content: "\f4d0";
}

.ion-ios-world:before {
  content: "\f4d3";
}

.ion-ios-world-outline:before {
  content: "\f4d2";
}

.ion-ipad:before {
  content: "\f1f9";
}

.ion-iphone:before {
  content: "\f1fa";
}

.ion-ipod:before {
  content: "\f1fb";
}

.ion-jet:before {
  content: "\f295";
}

.ion-key:before {
  content: "\f296";
}

.ion-knife:before {
  content: "\f297";
}

.ion-laptop:before {
  content: "\f1fc";
}

.ion-leaf:before {
  content: "\f1fd";
}

.ion-levels:before {
  content: "\f298";
}

.ion-lightbulb:before {
  content: "\f299";
}

.ion-link:before {
  content: "\f1fe";
}

.ion-load-a:before {
  content: "\f29a";
}

.ion-load-b:before {
  content: "\f29b";
}

.ion-load-c:before {
  content: "\f29c";
}

.ion-load-d:before {
  content: "\f29d";
}

.ion-location:before {
  content: "\f1ff";
}

.ion-lock-combination:before {
  content: "\f4d4";
}

.ion-locked:before {
  content: "\f200";
}

.ion-log-in:before {
  content: "\f29e";
}

.ion-log-out:before {
  content: "\f29f";
}

.ion-loop:before {
  content: "\f201";
}

.ion-magnet:before {
  content: "\f2a0";
}

.ion-male:before {
  content: "\f2a1";
}

.ion-man:before {
  content: "\f202";
}

.ion-map:before {
  content: "\f203";
}

.ion-medkit:before {
  content: "\f2a2";
}

.ion-merge:before {
  content: "\f33f";
}

.ion-mic-a:before {
  content: "\f204";
}

.ion-mic-b:before {
  content: "\f205";
}

.ion-mic-c:before {
  content: "\f206";
}

.ion-minus:before {
  content: "\f209";
}

.ion-minus-circled:before {
  content: "\f207";
}

.ion-minus-round:before {
  content: "\f208";
}

.ion-model-s:before {
  content: "\f2c1";
}

.ion-monitor:before {
  content: "\f20a";
}

.ion-more:before {
  content: "\f20b";
}

.ion-mouse:before {
  content: "\f340";
}

.ion-music-note:before {
  content: "\f20c";
}

.ion-navicon:before {
  content: "\f20e";
}

.ion-navicon-round:before {
  content: "\f20d";
}

.ion-navigate:before {
  content: "\f2a3";
}

.ion-network:before {
  content: "\f341";
}

.ion-no-smoking:before {
  content: "\f2c2";
}

.ion-nuclear:before {
  content: "\f2a4";
}

.ion-outlet:before {
  content: "\f342";
}

.ion-paintbrush:before {
  content: "\f4d5";
}

.ion-paintbucket:before {
  content: "\f4d6";
}

.ion-paper-airplane:before {
  content: "\f2c3";
}

.ion-paperclip:before {
  content: "\f20f";
}

.ion-pause:before {
  content: "\f210";
}

.ion-person:before {
  content: "\f213";
}

.ion-person-add:before {
  content: "\f211";
}

.ion-person-stalker:before {
  content: "\f212";
}

.ion-pie-graph:before {
  content: "\f2a5";
}

.ion-pin:before {
  content: "\f2a6";
}

.ion-pinpoint:before {
  content: "\f2a7";
}

.ion-pizza:before {
  content: "\f2a8";
}

.ion-plane:before {
  content: "\f214";
}

.ion-planet:before {
  content: "\f343";
}

.ion-play:before {
  content: "\f215";
}

.ion-playstation:before {
  content: "\f30a";
}

.ion-plus:before {
  content: "\f218";
}

.ion-plus-circled:before {
  content: "\f216";
}

.ion-plus-round:before {
  content: "\f217";
}

.ion-podium:before {
  content: "\f344";
}

.ion-pound:before {
  content: "\f219";
}

.ion-power:before {
  content: "\f2a9";
}

.ion-pricetag:before {
  content: "\f2aa";
}

.ion-pricetags:before {
  content: "\f2ab";
}

.ion-printer:before {
  content: "\f21a";
}

.ion-pull-request:before {
  content: "\f345";
}

.ion-qr-scanner:before {
  content: "\f346";
}

.ion-quote:before {
  content: "\f347";
}

.ion-radio-waves:before {
  content: "\f2ac";
}

.ion-record:before {
  content: "\f21b";
}

.ion-refresh:before {
  content: "\f21c";
}

.ion-reply:before {
  content: "\f21e";
}

.ion-reply-all:before {
  content: "\f21d";
}

.ion-ribbon-a:before {
  content: "\f348";
}

.ion-ribbon-b:before {
  content: "\f349";
}

.ion-sad:before {
  content: "\f34a";
}

.ion-sad-outline:before {
  content: "\f4d7";
}

.ion-scissors:before {
  content: "\f34b";
}

.ion-search:before {
  content: "\f21f";
}

.ion-settings:before {
  content: "\f2ad";
}

.ion-share:before {
  content: "\f220";
}

.ion-shuffle:before {
  content: "\f221";
}

.ion-skip-backward:before {
  content: "\f222";
}

.ion-skip-forward:before {
  content: "\f223";
}

.ion-social-android:before {
  content: "\f225";
}

.ion-social-android-outline:before {
  content: "\f224";
}

.ion-social-angular:before {
  content: "\f4d9";
}

.ion-social-angular-outline:before {
  content: "\f4d8";
}

.ion-social-apple:before {
  content: "\f227";
}

.ion-social-apple-outline:before {
  content: "\f226";
}

.ion-social-bitcoin:before {
  content: "\f2af";
}

.ion-social-bitcoin-outline:before {
  content: "\f2ae";
}

.ion-social-buffer:before {
  content: "\f229";
}

.ion-social-buffer-outline:before {
  content: "\f228";
}

.ion-social-chrome:before {
  content: "\f4db";
}

.ion-social-chrome-outline:before {
  content: "\f4da";
}

.ion-social-codepen:before {
  content: "\f4dd";
}

.ion-social-codepen-outline:before {
  content: "\f4dc";
}

.ion-social-css3:before {
  content: "\f4df";
}

.ion-social-css3-outline:before {
  content: "\f4de";
}

.ion-social-designernews:before {
  content: "\f22b";
}

.ion-social-designernews-outline:before {
  content: "\f22a";
}

.ion-social-dribbble:before {
  content: "\f22d";
}

.ion-social-dribbble-outline:before {
  content: "\f22c";
}

.ion-social-dropbox:before {
  content: "\f22f";
}

.ion-social-dropbox-outline:before {
  content: "\f22e";
}

.ion-social-euro:before {
  content: "\f4e1";
}

.ion-social-euro-outline:before {
  content: "\f4e0";
}

.ion-social-facebook:before {
  content: "\f231";
}

.ion-social-facebook-outline:before {
  content: "\f230";
}

.ion-social-foursquare:before {
  content: "\f34d";
}

.ion-social-foursquare-outline:before {
  content: "\f34c";
}

.ion-social-freebsd-devil:before {
  content: "\f2c4";
}

.ion-social-github:before {
  content: "\f233";
}

.ion-social-github-outline:before {
  content: "\f232";
}

.ion-social-google:before {
  content: "\f34f";
}

.ion-social-google-outline:before {
  content: "\f34e";
}

.ion-social-googleplus:before {
  content: "\f235";
}

.ion-social-googleplus-outline:before {
  content: "\f234";
}

.ion-social-hackernews:before {
  content: "\f237";
}

.ion-social-hackernews-outline:before {
  content: "\f236";
}

.ion-social-html5:before {
  content: "\f4e3";
}

.ion-social-html5-outline:before {
  content: "\f4e2";
}

.ion-social-instagram:before {
  content: "\f351";
}

.ion-social-instagram-outline:before {
  content: "\f350";
}

.ion-social-javascript:before {
  content: "\f4e5";
}

.ion-social-javascript-outline:before {
  content: "\f4e4";
}

.ion-social-linkedin:before {
  content: "\f239";
}

.ion-social-linkedin-outline:before {
  content: "\f238";
}

.ion-social-markdown:before {
  content: "\f4e6";
}

.ion-social-nodejs:before {
  content: "\f4e7";
}

.ion-social-octocat:before {
  content: "\f4e8";
}

.ion-social-pinterest:before {
  content: "\f2b1";
}

.ion-social-pinterest-outline:before {
  content: "\f2b0";
}

.ion-social-python:before {
  content: "\f4e9";
}

.ion-social-reddit:before {
  content: "\f23b";
}

.ion-social-reddit-outline:before {
  content: "\f23a";
}

.ion-social-rss:before {
  content: "\f23d";
}

.ion-social-rss-outline:before {
  content: "\f23c";
}

.ion-social-sass:before {
  content: "\f4ea";
}

.ion-social-skype:before {
  content: "\f23f";
}

.ion-social-skype-outline:before {
  content: "\f23e";
}

.ion-social-snapchat:before {
  content: "\f4ec";
}

.ion-social-snapchat-outline:before {
  content: "\f4eb";
}

.ion-social-tumblr:before {
  content: "\f241";
}

.ion-social-tumblr-outline:before {
  content: "\f240";
}

.ion-social-tux:before {
  content: "\f2c5";
}

.ion-social-twitch:before {
  content: "\f4ee";
}

.ion-social-twitch-outline:before {
  content: "\f4ed";
}

.ion-social-twitter:before {
  content: "\f243";
}

.ion-social-twitter-outline:before {
  content: "\f242";
}

.ion-social-usd:before {
  content: "\f353";
}

.ion-social-usd-outline:before {
  content: "\f352";
}

.ion-social-vimeo:before {
  content: "\f245";
}

.ion-social-vimeo-outline:before {
  content: "\f244";
}

.ion-social-whatsapp:before {
  content: "\f4f0";
}

.ion-social-whatsapp-outline:before {
  content: "\f4ef";
}

.ion-social-windows:before {
  content: "\f247";
}

.ion-social-windows-outline:before {
  content: "\f246";
}

.ion-social-wordpress:before {
  content: "\f249";
}

.ion-social-wordpress-outline:before {
  content: "\f248";
}

.ion-social-yahoo:before {
  content: "\f24b";
}

.ion-social-yahoo-outline:before {
  content: "\f24a";
}

.ion-social-yen:before {
  content: "\f4f2";
}

.ion-social-yen-outline:before {
  content: "\f4f1";
}

.ion-social-youtube:before {
  content: "\f24d";
}

.ion-social-youtube-outline:before {
  content: "\f24c";
}

.ion-soup-can:before {
  content: "\f4f4";
}

.ion-soup-can-outline:before {
  content: "\f4f3";
}

.ion-speakerphone:before {
  content: "\f2b2";
}

.ion-speedometer:before {
  content: "\f2b3";
}

.ion-spoon:before {
  content: "\f2b4";
}

.ion-star:before {
  content: "\f24e";
}

.ion-stats-bars:before {
  content: "\f2b5";
}

.ion-steam:before {
  content: "\f30b";
}

.ion-stop:before {
  content: "\f24f";
}

.ion-thermometer:before {
  content: "\f2b6";
}

.ion-thumbsdown:before {
  content: "\f250";
}

.ion-thumbsup:before {
  content: "\f251";
}

.ion-toggle:before {
  content: "\f355";
}

.ion-toggle-filled:before {
  content: "\f354";
}

.ion-transgender:before {
  content: "\f4f5";
}

.ion-trash-a:before {
  content: "\f252";
}

.ion-trash-b:before {
  content: "\f253";
}

.ion-trophy:before {
  content: "\f356";
}

.ion-tshirt:before {
  content: "\f4f7";
}

.ion-tshirt-outline:before {
  content: "\f4f6";
}

.ion-umbrella:before {
  content: "\f2b7";
}

.ion-university:before {
  content: "\f357";
}

.ion-unlocked:before {
  content: "\f254";
}

.ion-upload:before {
  content: "\f255";
}

.ion-usb:before {
  content: "\f2b8";
}

.ion-videocamera:before {
  content: "\f256";
}

.ion-volume-high:before {
  content: "\f257";
}

.ion-volume-low:before {
  content: "\f258";
}

.ion-volume-medium:before {
  content: "\f259";
}

.ion-volume-mute:before {
  content: "\f25a";
}

.ion-wand:before {
  content: "\f358";
}

.ion-waterdrop:before {
  content: "\f25b";
}

.ion-wifi:before {
  content: "\f25c";
}

.ion-wineglass:before {
  content: "\f2b9";
}

.ion-woman:before {
  content: "\f25d";
}

.ion-wrench:before {
  content: "\f2ba";
}

.ion-xbox:before {
  content: "\f30c";
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
    Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
@media (min-width: 783px) {
  .logged-in.admin-bar .pswp__top-bar {
    top: 32px;
  }
}

@media (max-width: 782px) {
  .logged-in.admin-bar .pswp__top-bar {
    top: 46px;
  }
}

.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
    Background is added as a separate element.
    As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 0;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container, .pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container, .pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg, .pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none;
}

.pswp__container, .pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
    stretched thumbnail or div placeholder element (see below)
    style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
    div element that matches size of large image
    large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
    Error message appears when image is not loaded
    (JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC;
}

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.pswp__button:focus, .pswp__button:hover {
  opacity: 1;
}

.pswp__button:active {
  outline: none;
  opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button, .pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  background: url(images/pswp/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button, .pswp--svg .pswp__button--arrow--left:before, .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(images/pswp/default-skin.svg);
  }
  .pswp--svg .pswp__button--arrow--left, .pswp--svg .pswp__button--arrow--right {
    background: none;
  }
}

.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left, .pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left, .pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/*

	2. Share modal/popup and links

 */
.pswp__counter, .pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}

.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF;
}

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3E5C9A;
}

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF;
}

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D;
}

a.pswp__share--download:hover {
  background: #DDD;
}

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px;
}

/*

	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}

.pswp__caption small {
  font-size: 11px;
  color: #BBB;
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC;
}

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(images/pswp/preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  -webkit-animation: clockwise 500ms linear infinite;
  animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
  /*
			The idea of animating inner circle is based on Polymer ("material") loading indicator
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}

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

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

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg);
  }
  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}

/*

	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption, .pswp__top-bar, .pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left, .pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar, .pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left, .pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar, .pswp__ui--hidden .pswp__caption, .pswp__ui--hidden .pswp__button--arrow--left, .pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left, .pswp__ui--one-slide .pswp__button--arrow--right, .pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

.size-guide {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #f7f7f7;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: opacity 0.3s ease-out;
}

.size-guide table {
  table-layout: auto;
  overflow-x: auto;
}

.size-guide table,
.size-guide td,
.size-guide th {
  border: 0;
}

.size-guide tr:nth-child(odd) {
  background-color: #f2f2f2;
}

.size-guide tr:nth-child(event) {
  background-color: #fff;
}

.size-guide td {
  padding: 10px 15px;
}

body.size-guide--is-visible {
  overflow: hidden;
}

body.size-guide--is-visible .scroll-to-top {
  display: none !important;
}

body.size-guide--is-visible .size-guide {
  opacity: 1;
  visibility: visible;
  z-index: 999999;
}

.size-guide__wrapper {
  display: none;
  flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 60px 20px 60px;
  overflow-y: auto;
}

@media (min-width: 768px) {
  .size-guide__wrapper {
    padding: 80px 20px 100px;
  }
}

.size-guide__wrapper.is-visible {
  display: flex;
}

.size-guide__close {
  position: absolute;
  top: 50px;
  align-self: flex-end;
  width: 50px;
  height: 50px;
  border: 0;
  background: none;
  font-size: 30px;
  cursor: pointer;
  z-index: 1;
}

.size-guide__close:hover, .size-guide__close:focus {
  color: #dd2a2a;
}

.size-guide-button {
  display: inline-block;
  margin-bottom: 15px;
  padding: 5px 10px;
  border: 0;
  background-color: #222;
  color: #fff;
}

.tns-outer {
  position: relative;
  direction: ltr;
}

.tns-outer [hidden] {
  display: none !important;
}

.tns-outer.ms-touch {
  overflow-x: scroll;
  overflow-y: hidden;
  -ms-overflow-style: none;
  -ms-scroll-chaining: none;
  -ms-scroll-snap-type: mandatory;
  -ms-scroll-snap-points-x: snapInterval(0%, 100%);
}

.tns-slider {
  -webkit-transition: all 0s;
  -moz-transition: all 0s;
  transition: all 0s;
}

.tns-slider > .tns-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.tns-horizontal.tns-subpixel {
  white-space: nowrap;
}

.tns-horizontal.tns-subpixel > .tns-item {
  display: inline-block;
  vertical-align: top;
  white-space: normal;
}

.tns-horizontal.tns-no-subpixel:after {
  content: '';
  display: table;
  clear: both;
}

.tns-horizontal.tns-no-subpixel > .tns-item {
  float: left;
  margin-right: -100%;
}

.tns-no-calc {
  position: relative;
  left: 0;
}

.tns-gallery {
  position: relative;
  left: 0;
  min-height: 1px;
}

.tns-gallery > .tns-item {
  position: absolute;
  left: -100%;
  -webkit-transition: transform 0s, opacity 0s;
  -moz-transition: transform 0s, opacity 0s;
  transition: transform 0s, opacity 0s;
}

.tns-gallery > .tns-moving {
  -webkit-transition: all 0.25s;
  -moz-transition: all 0.25s;
  transition: all 0.25s;
}

.tns-lazy-img {
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  transition: opacity 0.6s;
  opacity: 0.6;
}

.tns-lazy-img.loaded {
  opacity: 1;
}

.tns-ah {
  -webkit-transition: height 0s;
  -moz-transition: height 0s;
  transition: height 0s;
}

.tns-ovh {
  overflow: hidden;
}

.tns-hdx {
  overflow-x: hidden;
}

.tns-hdy {
  overflow-y: hidden;
}

.tns-visually-hidden {
  position: absolute;
  left: -10000em;
}

.tns-transparent {
  opacity: 0;
  visibility: hidden;
}

.tns-fadeIn {
  opacity: 1;
  filter: alpha(opacity=100);
  z-index: 0;
}

.tns-normal,
.tns-fadeOut {
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: -1;
}

/* arrows */
.tns-controls [data-controls] {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  background: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #aaa;
  border: 0;
  font-size: 0;
  z-index: 2;
}

.tns-controls [data-controls]:disabled {
  visibility: hidden;
  opacity: 0;
  transition: all 0.25s;
}

.tns-controls [data-controls]:before {
  font-family: "Ionicons";
  font-size: 18px;
}

.tns-controls [data-controls="prev"] {
  left: 20px;
}

.tns-controls [data-controls="prev"]:before {
  content: "\f3d2";
}

.tns-controls [data-controls="next"] {
  right: 20px;
}

.tns-controls [data-controls="next"]:before {
  content: "\f3d3";
}

/* dots */
.tns-nav {
  position: absolute;
  bottom: 30px;
  width: 100%;
  text-align: center;
  z-index: 2;
  height: 0;
}

.tns-nav button {
  width: 12px;
  height: 12px;
  margin: 0 5px;
  border-radius: 50%;
  display: inline-block;
  background: #fff;
  border: 0;
}

.tns-nav button.tns-nav-active {
  cursor: default;
  background: #444;
}

select {
  -webkit-border-radius: 0;
  border: 1px solid #ddd;
  border-radius: 0;
  max-width: 100%;
}

input {
  border: 1px solid #eeeeee;
}

input[type="text"], input[type="email"], input[type="password"], input[type="search"], input[type="url"], input[type="number"], input[type="tel"] {
  /* Remove First */
  -webkit-appearance: none;
}

input,
textarea,
button {
  -webkit-border-radius: 0;
  border-radius: 0;
  max-width: 100%;
  font-size: 14px;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="file"],
button {
  -webkit-appearance: none;
  cursor: pointer;
  padding: 0;
  border: 1px solid #cac7c7;
}

input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="file"]::-moz-focus-inner,
button::-moz-focus-inner {
  border: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  clear: both;
  margin: 15px 0;
  line-height: 1.2;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 42px;
}

h2 {
  font-size: 40px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 18px;
}

p {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  margin: 0 0 10px;
}

li ul,
li ol {
  padding-left: 0;
  margin-left: 20px;
}

b,
strong {
  font-weight: 700;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

li,
figcaption {
  line-height: 24px;
}

blockquote {
  font-weight: 300;
  margin: 30px 0;
  border-left: 4px solid #333;
  padding-left: 15px;
  position: relative;
  clear: both;
  display: block;
}

blockquote p {
  margin-bottom: 1.6667em;
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote cite,
blockquote small {
  color: #333;
  font-size: 16px;
  line-height: 1.6;
}

blockquote em,
blockquote i,
blockquote cite {
  font-style: normal;
}

address {
  font-style: italic;
  margin: 0 0 1.6em;
  line-height: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
  font-family: Inconsolata, monospace;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}

pre {
  background-color: rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0.01);
  border: 1px solid #eaeaea;
  border: 1px solid rgba(51, 51, 51, 0.1);
  line-height: 24px;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 0.8em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

mark,
ins {
  background-color: #fff9c0;
  text-decoration: none;
}

sup,
sub {
  font-size: 75%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: .5ex;
}

small {
  font-size: 75%;
}

big {
  font-size: 125%;
}

hr {
  background-color: #eaeaea;
  background-color: rgba(51, 51, 51, 0.1);
  border: 0;
  height: 1px;
  margin: 15px 0;
}

table,
th,
td {
  border: 1px solid #eaeaea;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 20px 0;
  table-layout: fixed;
  max-width: 100%;
}

.woocommerce table {
  width: 100%;
}

caption,
th,
td {
  font-weight: normal;
  text-align: left;
}

tbody th {
  background: #fff;
}

thead th {
  border-width: 0 1px 1px 0;
  font-weight: 700;
}

td {
  border-width: 0 1px 1px 0;
}

th,
td {
  padding: 5px 10px;
  line-height: 24px;
}

del {
  opacity: 0.8;
}

/* Placeholder text color -- selectors need to be separate to work. */
input::-webkit-input-placeholder {
  color: inherit;
}

input:-moz-placeholder {
  color: inherit;
}

input::-moz-placeholder {
  color: inherit;
}

input:-ms-input-placeholder {
  color: inherit;
}

textarea {
  -webkit-appearance: none;
  border: 1px solid #eeeeee;
  max-width: 100%;
}

textarea::-webkit-input-placeholder {
  color: inherit;
}

textarea:-moz-placeholder {
  color: inherit;
}

textarea::-moz-placeholder {
  color: inherit;
}

textarea:-ms-input-placeholder {
  color: inherit;
}

a {
  text-decoration: none;
}

dl {
  margin: 0 0 1.75em;
  line-height: 24px;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 0 10px;
}

.rtl {
  direction: rtl;
}

/* GENERAL */
@font-face {
  font-family: 'Eina03';
  src: url("fonts/Eina03-Regular.ttf"), url("fonts/Eina03-Regular.eot"), url("fonts/Eina03-Regular.woff"), url("fonts/Eina03-Regular.svg"), url("fonts/Eina03-Light.ttf"), url("fonts/Eina03-SemiBold.ttf"), url("fonts/Eina03-Bold.ttf");
  font-weight: normal;
  font-style: normal;
}

/* loading animation */
@-webkit-keyframes circle-loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

.circle-loading:before, .product-image-wrapper.image-is-loading:before, .ajax_add_to_cart.loading:before, .adding-to-wishlist.add_to_wishlist:before, .updating-cart #shop-cart-sidebar:before, .product_list_widget .remove_from_cart_button:focus:before, .single-gallery-slider .has-product-thumbnails #gallery-image:not(.tns-slider) .pro-img-item:first-of-type:before, .single-gallery-slider .has-product-thumbnails #gallery-thumb:not(.tns-slider) .pro-thumb:first-of-type:before, .pro-img-item.image-is-loading:before {
  content: "" !important;
  z-index: 2;
  position: absolute;
  border: 1px solid #ddd;
  border-top-color: #222;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  top: 50%;
  left: 50%;
  margin-left: -webkit-calc( -20px / 2);
  margin-left: -moz-calc( -20px / 2);
  margin-left: calc( -20px / 2);
  margin-top: -webkit-calc( -20px / 2);
  margin-top: -moz-calc( -20px / 2);
  margin-top: calc( -20px / 2);
  -webkit-animation: circle-loading 0.35s linear infinite;
  animation: circle-loading 0.35s linear infinite;
}

.ht-pagination ul,
.woocommerce-pagination ul {
  margin: 0;
  padding-left: 0;
}

.ht-pagination ul a:hover,
.woocommerce-pagination ul a:hover {
  border-color: #999;
}

.ht-pagination ul .page-numbers,
.woocommerce-pagination ul .page-numbers {
  width: 40px;
  height: 40px;
  border: 1px solid #e5e5e5;
}

.ht-pagination ul .next,
.ht-pagination ul .prev,
.woocommerce-pagination ul .next,
.woocommerce-pagination ul .prev {
  min-width: 70px;
}

.ht-pagination ul .fa-angle-double-left,
.woocommerce-pagination ul .fa-angle-double-left {
  margin-right: 3px;
}

.ht-pagination ul .fa-angle-double-right,
.woocommerce-pagination ul .fa-angle-double-right {
  margin-left: 3px;
}

.ht-pagination ul .current,
.woocommerce-pagination ul .current {
  background-color: #333;
  color: #fff;
  border-color: rgba(0, 0, 0, 0);
}

.ht-pagination li,
.woocommerce-pagination li {
  list-style: none;
  display: inline-block;
}

.ht-pagination li + li,
.woocommerce-pagination li + li {
  margin-left: 13px;
}

/* SITE */
.blog-article {
  margin-bottom: 35px;
}

.sticky .blog-header-info:after {
  content: '\f2a6';
  font-family: "ionicons";
  margin-left: 15px;
  font-size: 30px;
  display: inline-block;
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.blog-header-info .if-item {
  text-transform: uppercase;
}

.blog-header-info .if-item:after {
  content: '/';
  margin: 0 12px;
}

.blog-header-info .if-item:last-child:after {
  content: none;
}

.blog-header-info .if-item a:hover {
  text-decoration: underline;
}

.blog-read-more {
  font-size: 15px;
  border-bottom: 2px solid;
  padding-bottom: 5px;
  display: inline-block;
  margin-top: 10px;
}

.post-layout-classic,
.post-layout-overlap {
  margin-bottom: 30px;
}

.post-layout-classic .entry-title,
.post-layout-overlap .entry-title {
  font-size: 20px;
}

.post-layout-overlap .read-more {
  display: flex;
  align-items: center;
  margin-top: 10px;
  font-size: 13px;
}

.post-layout-overlap .read-more-icon {
  display: inline-block;
  margin-right: 10px;
  font-size: 24px;
  color: #222222;
}

.single .blog-article {
  margin-bottom: 65px;
}

.single .cover-image {
  margin-bottom: 20px;
}

.single .blog-article-header {
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
}

.single .blog-article-header .blog-header-info {
  order: 2;
  display: flex;
  display: -webkit-flex;
  margin-bottom: 40px;
}

.single .blog-article-header .blog-header-info .if-date {
  order: 1;
}

.single .blog-article-header .entry-header {
  order: 1;
}

.single .blog-header-info .if-item {
  text-transform: none;
  order: 2;
}

.single .blog-header-info .if-item a {
  text-transform: uppercase;
  font-weight: 600;
}

.single .blog-article .entry-footer .tagcloud {
  border-top: 1px solid #eeeeee;
  padding: 30px 0;
  margin-top: 40px;
}

.blog-article .theme-social-icon, .blog-article .woocommerce-wishlist .yith-wcwl-share, .woocommerce-wishlist .blog-article .yith-wcwl-share {
  float: right;
}

.blog-article .theme-social-icon a, .blog-article .woocommerce-wishlist .yith-wcwl-share a, .woocommerce-wishlist .blog-article .yith-wcwl-share a {
  color: #999999;
  width: 30px;
  height: 30px;
}

.blog-article .theme-social-icon a:before, .blog-article .woocommerce-wishlist .yith-wcwl-share a:before, .woocommerce-wishlist .blog-article .yith-wcwl-share a:before {
  font-size: 20px;
}

.tagcloud a {
  height: 30px;
  padding: 0 15px;
  border-radius: 50px;
  display: inline-block;
  border: 1px solid #dddddd;
  margin-right: 8px;
  margin-bottom: 8px;
}

.posts-nav {
  margin-top: 40px;
  background: #f4f4f4;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.post-nav-item {
  padding: 60px;
  width: 50%;
}

.post-nav-item.prev-nav {
  justify-content: flex-start;
}

.post-nav-item.prev-nav img {
  margin-right: 30px;
}

.post-nav-item.next-nav {
  justify-content: flex-end;
  align-self: stretch;
  background: #ededed;
  text-align: right;
}

.post-nav-item.next-nav .nav-item-cont {
  margin-right: 30px;
}

.post-nav-item .nav-item-cont {
  display: -webkit-inline-flex;
  display: inline-flex;
  flex-direction: column;
  min-height: 100px;
  justify-content: center;
  max-width: -webkit-calc( 100% - 130px);
  max-width: -moz-calc( 100% - 130px);
  max-width: calc( 100% - 130px);
}

.post-nav-item .nav-item-cont .entry-title {
  margin: 0;
  font-size: 20px;
  font-weight: normal;
  line-height: 30px;
}

.post-nav-item .nav-item-cont a:hover {
  text-decoration: underline;
}

.post-nav-item .nav-item-cont span {
  text-transform: uppercase;
  font-size: 10px;
}

.post-nav-item img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}

.post-layout-classic .entry-thumbnail {
  margin-bottom: 20px;
}

.entry-meta {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 12px;
}

.entry-categories {
  display: inline-block;
}

.entry-categories:after {
  content: '/';
  display: inline-block;
  padding: 0 5px;
}

.entry-categories a {
  display: inline-block;
  color: #222222;
  border-bottom: 2px solid;
  line-height: 1;
}

.entry-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 400;
}

.entry-wrapper--overlap {
  position: relative;
  top: -70px;
  margin: 0 20px -70px;
  padding: 15px 20px;
  background-color: #fff;
}

@media (min-width: 992px) {
  .entry-wrapper--overlap {
    padding: 30px 40px;
    margin: 0 40px -70px;
  }
}

.entry-wrapper--overlap .entry-categories a {
  border-bottom: 0;
}

.entry-wrapper--overlap .entry-title {
  margin-top: 5px;
  font-weight: 600;
}

.comment-reply-title {
  font-weight: normal;
}

#commentform .comment-notes {
  margin-bottom: 30px;
}

#commentform #comment {
  border: 1px solid rgba(0, 0, 0, 0);
  background: #f6f6f6;
  min-height: 240px;
  padding: 20px;
  resize: none;
  margin-bottom: 30px;
}

#commentform #comment:focus {
  border-color: #ddd;
}

#commentform #email {
  margin-right: 30px;
}

#commentform #author,
#commentform #email {
  height: 60px;
  padding: 0 20px;
  border: 1px solid rgba(0, 0, 0, 0);
  background: #f6f6f6;
  max-width: 100%;
  float: left;
  margin-bottom: 30px;
  width: -webkit-calc( ( 100% - 30px ) / 2);
  width: -moz-calc( ( 100% - 30px ) / 2);
  width: calc( ( 100% - 30px ) / 2);
}

#commentform #author:focus,
#commentform #email:focus {
  border-color: #ddd;
}

#commentform .form-submit {
  margin-bottom: 0;
}

#commentform #submit {
  min-width: 200px;
  height: 55px;
  padding: 0 15px;
  border: 0;
  color: #fff;
  background-color: #333333;
  font-size: 15px;
  font-family: 'Eina03';
}

#commentform #submit:hover {
  opacity: 0.8;
}

#comments .navigation {
  margin-top: 20px;
  margin-bottom: 30px;
}

#comments .cmt-previous {
  float: left;
}

#comments .cmt-previous a:before {
  content: "\f100";
  font-family: "FontAwesome";
  margin-right: 5px;
}

#comments .cmt-next {
  float: right;
}

#comments .cmt-next a:after {
  content: "\f101";
  font-family: "FontAwesome";
  margin-left: 5px;
}

.comments-title {
  font-weight: normal;
}

.comments-title + .comment-list {
  margin-top: 30px;
}

.comment-list {
  border-top: 1px solid #eeeeee;
  padding-top: 30px;
}

.comment-list .children {
  margin: 0;
}

.comment-list .children #respond {
  margin-bottom: 50px;
}

.comment-list #respond {
  border-bottom: 1px solid #eee;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .comment-list #respond {
    float: right;
    width: -webkit-calc( 100% - 130px);
    width: -moz-calc( 100% - 130px);
    width: calc( 100% - 130px);
  }
}

.comment-item {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #eeeeee;
}

.comment-avatar {
  width: 100px;
  float: left;
  margin-right: 30px;
}

.comment-avatar img {
  border-radius: 50%;
}

.comment-content {
  float: left;
  max-width: 100%;
  width: -webkit-calc( 100% - 130px);
  width: -moz-calc( 100% - 130px);
  width: calc( 100% - 130px);
}

.comment-author {
  float: left;
}

.comment-author-name {
  font-weight: 600;
  font-size: 16px;
}

.comment-info {
  float: right;
}

.comment-info a {
  text-transform: uppercase;
  font-size: 11px;
}

.comment-reply-link:before {
  content: "\f075";
  font-family: "FontAwesome";
  margin-right: 7px;
}

.comment-edit-link {
  margin-left: 30px;
}

.comment-edit-link:before {
  content: "\f040";
  font-family: "FontAwesome";
  margin-right: 7px;
}

.comment-time {
  display: inline-block;
  margin-left: 30px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: normal;
}

.comment-time:before {
  content: "\f017";
  font-family: "FontAwesome";
  margin-right: 7px;
}

.comment-text {
  margin-top: 10px;
}

.group-blog-sidebar-left #theme-menu-pusher > .container {
  padding: 0;
}

@media (max-width: 991px) {
  .group-blog-sidebar-left #theme-menu-pusher > .container > .row {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
  }
  .group-blog-sidebar-left #theme-menu-pusher > .container > .row .col-md-3 {
    order: 2;
    margin-top: 40px;
  }
}

.group-blog .blog-title {
  font-weight: normal;
}

.blog .cover-image {
  float: right;
  max-width: -webkit-calc( 100% - 500px);
  max-width: -moz-calc( 100% - 500px);
  max-width: calc( 100% - 500px);
}

.blog .cover-image + .blog-article-sum {
  max-width: 500px;
  padding-right: 100px;
}

.has-menu-open {
  overflow: hidden;
}

/* elementor widget */
.elementor-section {
  clear: both;
}

.elementor-widget-container {
  min-height: 1px;
}

.elementor-widget-wp-widget-archives .elementor-widget-container > ul,
.elementor-widget-wp-widget-categories .elementor-widget-container > ul {
  padding-left: 0;
}

.elementor-widget-wp-widget-archives li,
.elementor-widget-wp-widget-categories li {
  list-style: none;
}

.elementor-widget-wp-widget-archives a,
.elementor-widget-wp-widget-categories a {
  line-height: 35px;
}

/* general */
.widget {
  float: left;
  position: relative;
  margin-bottom: 40px;
}

.widget:not(.footer-widget) {
  width: 100%;
}

.widget .widget-title {
  margin-bottom: 20px;
}

.widget:first-of-type .widget-title {
  margin-top: 0;
}

.widget:not(.footer-widget) .widget-title {
  font-weight: 600;
}

.widget > ul {
  padding-left: 0;
}

.widget li {
  list-style: none;
}

.widget a {
  line-height: 35px;
}

.widget select {
  height: 40px;
  padding: 0 15px;
}

.widget .tagcloud a {
  line-height: unset;
}

.widget_archive:not(.footer-widget) li,
.widget_categories:not(.footer-widget) li,
.elementor-widget-wp-widget-archives:not(.footer-widget) li,
.elementor-widget-wp-widget-categories:not(.footer-widget) li,
.widget_pages:not(.footer-widget) li,
.widget_meta:not(.footer-widget) li,
.widget_recent_entries:not(.footer-widget) li,
.widget_nav_menu:not(.footer-widget) li {
  border-bottom: 1px dotted #e3e3e3;
}

.widget_archive:not(.footer-widget) li > ul,
.widget_categories:not(.footer-widget) li > ul,
.elementor-widget-wp-widget-archives:not(.footer-widget) li > ul,
.elementor-widget-wp-widget-categories:not(.footer-widget) li > ul,
.widget_pages:not(.footer-widget) li > ul,
.widget_meta:not(.footer-widget) li > ul,
.widget_recent_entries:not(.footer-widget) li > ul,
.widget_nav_menu:not(.footer-widget) li > ul {
  border-top: 1px dotted #e3e3e3;
}

.widget_archive:not(.footer-widget) li > ul li:last-child,
.widget_categories:not(.footer-widget) li > ul li:last-child,
.elementor-widget-wp-widget-archives:not(.footer-widget) li > ul li:last-child,
.elementor-widget-wp-widget-categories:not(.footer-widget) li > ul li:last-child,
.widget_pages:not(.footer-widget) li > ul li:last-child,
.widget_meta:not(.footer-widget) li > ul li:last-child,
.widget_recent_entries:not(.footer-widget) li > ul li:last-child,
.widget_nav_menu:not(.footer-widget) li > ul li:last-child {
  border-bottom: 0;
}

.widget_archive:not(.footer-widget) a,
.widget_categories:not(.footer-widget) a,
.elementor-widget-wp-widget-archives:not(.footer-widget) a,
.elementor-widget-wp-widget-categories:not(.footer-widget) a,
.widget_pages:not(.footer-widget) a,
.widget_meta:not(.footer-widget) a,
.widget_recent_entries:not(.footer-widget) a,
.widget_nav_menu:not(.footer-widget) a {
  margin-right: 10px;
  padding: 3px 0;
  display: inline-block;
}

/* search */
.search-form {
  position: relative;
}

.search-no-results .search-form {
  max-width: 400px;
}

.search-field {
  height: 40px;
  border-radius: 20px;
  border: 1px solid #eeeeee;
  background: #f7f7f7;
  padding: 0 40px 0 20px;
}

.search-field:focus {
  border-color: #ddd;
}

.search-submit {
  position: absolute;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 0;
  right: 0;
  top: 0;
  background: rgba(0, 0, 0, 0);
  font-size: 16px;
}

/* menu */
.widget_nav_menu > div > ul {
  padding-left: 0;
}

.widget_nav_menu li {
  position: relative;
}

.widget_nav_menu li ul {
  margin-left: 15px;
}

.widget_nav_menu .theme-menu-label {
  float: right;
  cursor: default;
  pointer-events: none;
}

/* flickr */
.flickr-widget {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.flickr-widget.flickr-col-1 a {
  width: 100%;
}

.flickr-widget.flickr-col-2 a {
  flex-basis: -webkit-calc( (100% - 10px) / 2);
  flex-basis: -moz-calc( (100% - 10px) / 2);
  flex-basis: calc( (100% - 10px) / 2);
}

.flickr-widget.flickr-col-3 a {
  flex-basis: -webkit-calc( (100% - 20px) / 3);
  flex-basis: -moz-calc( (100% - 20px) / 3);
  flex-basis: calc( (100% - 20px) / 3);
}

.flickr-widget.flickr-col-4 a {
  flex-basis: -webkit-calc( (100% - 30px) / 4);
  flex-basis: -moz-calc( (100% - 30px) / 4);
  flex-basis: calc( (100% - 30px) / 4);
}

.flickr-widget.flickr-col-5 a {
  flex-basis: -webkit-calc( (100% - 40px) / 5);
  flex-basis: -moz-calc( (100% - 40px) / 5);
  flex-basis: calc( (100% - 40px) / 5);
}

.flickr-widget a {
  margin-bottom: 10px;
}

#main {
  clear: both;
}

#main[class*="col-"] {
  clear: none;
}

.not-found {
  clear: both;
  padding: 100px 0 30px;
}

.not-found:after {
  content: " ";
  display: table;
}

.not-found:after {
  clear: both;
}

.not-found h2.title {
  font-size: 80px;
}

@media (min-width: 991px) {
  .not-found h2.title {
    margin-top: 150px;
  }
}

.not-found h3.sub-title {
  font-size: 30px;
  padding-top: 10px;
}

@media (min-width: 991px) {
  .not-found figure {
    margin-bottom: 155px;
  }
}

.not-found .back-to-home {
  color: initial;
  font-size: 15px;
  line-height: 18px;
  border-bottom: 2px solid #dd2a2a;
  display: inline-block;
  margin: 45px 0;
}

.not-found p.subscript {
  margin-left: 40px;
  padding-top: 4px;
}

.not-found .get-in-touch {
  font-size: 42px;
  margin: 0;
}

.not-found .subscription-widget {
  margin-top: 15px;
}

.not-found .subscription-widget input,
.not-found .subscription-widget button {
  font-size: 14px;
}

[data-elementor-type] {
  clear: both;
}

.dropdown {
  position: relative;
}

.dropdown:not(:last-child) {
  margin-right: 25px;
}

.dropdown:hover .dropdown__content {
  display: block;
  z-index: 9999;
}

.dropdown__content {
  position: absolute;
  display: none;
  min-width: 80px;
  background-color: #f1f1f3;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}

.dropdown__content a {
  display: block;
  padding: 5px 10px;
}

.footer-col-1 .footer-widget {
  width: 100%;
}

@media (min-width: 992px) {
  .footer-col-3 .footer-widget {
    width: -webkit-calc( 100% / 3);
    width: -moz-calc( 100% / 3);
    width: calc( 100% / 3);
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-col-3 .footer-widget:nth-of-type(3n+4) {
    clear: both;
  }
  .footer-col-4 .footer-widget {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-col-4 .footer-widget:nth-of-type(4n+5) {
    clear: both;
  }
  .footer-col-5 .footer-widget {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-col-5 .footer-widget:nth-of-type(5n+6) {
    clear: both;
  }
  .footer-col-6 .footer-widget {
    width: -webkit-calc( 100% / 6);
    width: -moz-calc( 100% / 6);
    width: calc( 100% / 6);
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-col-6 .footer-widget:nth-of-type(6n+7) {
    clear: both;
  }
}

@media (min-width: 600px) and (max-width: 991px) {
  .footer-col-3 .footer-widget,
  .footer-col-4 .footer-widget,
  .footer-col-5 .footer-widget,
  .footer-col-6 .footer-widget {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-col-3 .footer-widget:nth-of-type(2n+3),
  .footer-col-4 .footer-widget:nth-of-type(2n+3),
  .footer-col-5 .footer-widget:nth-of-type(2n+3),
  .footer-col-6 .footer-widget:nth-of-type(2n+3) {
    clear: both;
  }
}

@media (min-width: 600px) {
  .footer-col-2 .footer-widget {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer-col-2 .footer-widget:nth-of-type(2n+3) {
    clear: both;
  }
}

@media (max-width: 599px) {
  .footer-col-2 .footer-widget,
  .footer-col-3 .footer-widget,
  .footer-col-4 .footer-widget,
  .footer-col-5 .footer-widget,
  .footer-col-6 .footer-widget {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    clear: both;
  }
}

#theme-footer {
  margin-top: 50px;
  position: relative;
}

.footer-widget {
  float: left;
}

.footer-bot {
  border-top: 1px solid #eeeeee;
  padding: 30px 0;
}

.footer-logo {
  min-height: 1px;
}

.footer-logo .customize-partial-edit-shortcut {
  display: none;
}

@media (min-width: 992px) {
  .footer-logo {
    width: 20%;
  }
}

@media (max-width: 991px) {
  .footer-logo {
    text-align: center;
    margin-bottom: 15px;
  }
  .footer-logo:empty {
    display: none;
  }
}

.footer-logo img {
  max-width: 84px;
}

.footer-copyright {
  text-align: center;
  min-height: 1px;
}

@media (min-width: 992px) {
  .footer-copyright {
    width: 60%;
  }
}

@media (max-width: 991px) {
  .footer-copyright {
    margin-bottom: 15px;
  }
  .footer-copyright:empty {
    display: none;
  }
}

.footer-bot-right {
  text-align: right;
  min-height: 1px;
}

@media (min-width: 992px) {
  .footer-bot-right {
    width: 20%;
  }
}

@media (max-width: 991px) {
  .footer-bot-right {
    text-align: center;
  }
}

.footer-bot-right p:last-child {
  margin-bottom: 0;
}

.footer-bot-right .fa {
  font-size: 0;
  display: inline-block;
  margin-left: 18px;
}

.footer-bot-right .fa + br {
  display: none;
}

.footer-bot-right .fa:before {
  font-size: 17px;
}

#theme-menu-layout {
  position: relative;
}

.menu-layout {
  position: relative;
  z-index: 20;
}

@media (min-width: 1380px) {
  .menu-layout .container {
    width: 100%;
    padding-left: 105px;
    padding-right: 105px;
  }
}

.theme-logo {
  font-size: 0;
  margin: 0;
  min-width: 80px;
  max-width: 350px;
}

.menu-layout-1 .theme-logo {
  text-align: center;
}

/*!
------------------------------------------------->*/
.menu-toggle-btn {
  min-width: 26px;
  width: 26px;
  height: 26px;
  background: none;
  border: 0;
}

.menu-toggle-btn span {
  position: relative;
  background-color: #000;
  width: 100%;
  height: 2px;
  display: block;
}

.menu-toggle-btn span:before, .menu-toggle-btn span:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: inherit;
}

.menu-toggle-btn span:before {
  top: -6px;
}

.menu-toggle-btn span:after {
  bottom: -6px;
}

#theme-search-btn {
  padding: 0 5px;
  background: none;
  border: 0;
  font-size: 20px;
}

.menu-layout-4 #theme-search-btn {
  padding: 0;
}

.menu-layout .header-wishlist-icon {
  font-size: 22px;
}

.header-wishlist-icon {
  margin-left: 15px;
}

@media (max-width: 991px) {
  .header-wishlist-icon {
    margin-right: 15px;
  }
}

.menu-woo-action {
  display: inherit;
  position: relative;
  margin-left: 20px;
}

.menu-woo-action:hover ul {
  opacity: 1;
  visibility: visible;
  top: 100%;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.menu-woo-action ul {
  padding-left: 0;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 110%;
  left: -50px;
  background: #fff;
  min-width: 180px;
  text-align: left;
  z-index: 2;
  list-style: none;
  border-radius: 4px;
  -webkit-transition: top 0.3s ease 0s, opacity 0.3s;
  transition: top 0.3s ease 0s, opacity 0.3s;
  -webkit-box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 4px 0 rgba(0, 0, 0, 0.2);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

.menu-woo-action ul a {
  display: block;
  padding: 10px 20px;
  white-space: nowrap;
}

.menu-woo-action li + li {
  border-top: 1px solid #eee;
}

.menu-woo-user,
.menu-woo-cart {
  font-size: 20px;
}

.menu-woo-cart {
  margin-left: 25px;
  margin-right: 15px;
  position: relative;
}

.menu-woo-cart .shop-cart-count {
  position: absolute;
  top: -6px;
  left: 80%;
}

.shop-cart-count {
  padding: 0 5px;
  height: 18px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  border-radius: 8px;
  min-width: 18px;
}

@media (min-width: 783px) {
  .mobile-header-menu-sticky.mobile-header-fixed.logged-in.admin-bar #theme-menu-layout .menu-layout {
    top: 32px;
  }
}

@media (min-width: 601px) and (max-width: 782px) {
  .mobile-header-menu-sticky.mobile-header-fixed.logged-in.admin-bar #theme-menu-layout .menu-layout {
    top: 46px;
  }
}

.mobile-header-menu-sticky.mobile-header-fixed #theme-menu-layout .menu-layout {
  position: fixed;
  left: 0;
  top: 0;
  background-color: #fff;
}

@media (max-width: 991px) {
  .mobile-header-menu-sticky:not(.logged-in):not(.admin-bar) #theme-menu-layout .menu-layout {
    position: fixed;
    left: 0;
    top: 0;
    background-color: #fff;
  }
}

@media (max-width: 991px) {
  .menu-layout-5 .header-container .m-col {
    flex: 1 1 0px;
  }
  .menu-layout-5 .header-container .header-logo {
    text-align: center;
    flex: 0 1 auto;
  }
}

#page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999998;
  overflow: hidden;
  height: 2px;
}

@media (max-width: 991px) {
  #page-loader {
    display: none;
  }
}

#theme-container {
  background: #fff;
  position: relative;
  overflow-x: hidden;
  -webkit-transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.8s cubic-bezier(0.77, 0, 0.175, 1);
}

.is-page-loading #theme-container {
  opacity: 0.2;
}

.is-page-loading #theme-container.is-ready {
  opacity: 1;
}

.is-page-loading #theme-container.is-ready + .is-loading-effect {
  opacity: 0;
  visibility: hidden;
}

.is-page-loading #theme-container.is-loading {
  opacity: 0.2;
}

.is-page-loading #theme-container.is-loading + .is-loading-effect {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
}

.is-loading-effect {
  position: fixed;
  z-index: 99999999;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  pointer-events: none;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}

.is-loading-effect:before {
  content: "" !important;
  z-index: 2;
  position: absolute;
  border: 2px solid #ddd;
  border-top-color: #222;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  top: 50%;
  left: 50%;
  margin-left: -webkit-calc( -40px / 2);
  margin-left: -moz-calc( -40px / 2);
  margin-left: calc( -40px / 2);
  margin-top: -webkit-calc( -40px / 2);
  margin-top: -moz-calc( -40px / 2);
  margin-top: calc( -40px / 2);
  -webkit-animation: circle-loading 0.35s linear infinite;
  animation: circle-loading 0.35s linear infinite;
}

.page-template-elementor_canvas .is-loading-effect {
  opacity: 0;
  visibility: hidden;
}

.is-content-ready .is-loading-effect {
  opacity: 0;
  visibility: hidden;
}

/* icon menu */
.theme-icon-wp-menu {
  margin-right: 3px;
}

/*mega menu*/
@media (min-width: 992px) {
  .theme-primary-menu:not(.theme-sidebar-menu) {
    /*mega menu row*/
  }
  .theme-primary-menu:not(.theme-sidebar-menu) .menu-item-has-mega-menu:hover .mega-menu-row {
    opacity: 1;
    visibility: visible;
    top: 100%;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
  .theme-primary-menu:not(.theme-sidebar-menu) .mega-menu-row {
    position: absolute;
    left: 0;
    top: 110%;
    visibility: hidden;
    opacity: 0;
    z-index: 10;
    text-align: left;
    margin-left: 0;
    padding: 20px 20px 0 20px;
    background-color: #fff;
    width: 800px;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  .theme-primary-menu:not(.theme-sidebar-menu) .mega-menu-row * {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
  }
  .theme-primary-menu:not(.theme-sidebar-menu) .mega-menu-row.mega-menu-col-2 {
    width: 400px;
    left: -100px;
  }
  .theme-primary-menu:not(.theme-sidebar-menu) .mega-menu-row.mega-menu-col-2.mega-menu-in-right {
    left: initial;
    right: -100px;
  }
  .theme-primary-menu:not(.theme-sidebar-menu) .mega-menu-row.mega-menu-col-2 > li {
    width: 50%;
  }
  .theme-primary-menu:not(.theme-sidebar-menu) .mega-menu-row.mega-menu-col-3 {
    width: 600px;
    left: -150px;
  }
  .theme-primary-menu:not(.theme-sidebar-menu) .mega-menu-row.mega-menu-col-3.mega-menu-in-right {
    left: initial;
    right: -150px;
  }
  .theme-primary-menu:not(.theme-sidebar-menu) .mega-menu-row.mega-menu-col-3 > li {
    width: percentag(1/3);
  }
  .theme-primary-menu:not(.theme-sidebar-menu) .mega-menu-row.mega-menu-col-4 {
    left: -200px;
  }
  .theme-primary-menu:not(.theme-sidebar-menu) .mega-menu-row.mega-menu-col-4.mega-menu-in-right {
    left: initial;
    right: -200px;
  }
  .theme-primary-menu:not(.theme-sidebar-menu) .mega-menu-row > li {
    float: left;
    margin-bottom: 20px;
    width: 25%;
  }
  .theme-primary-menu:not(.theme-sidebar-menu) .mega-menu-row > li > a {
    padding: 0 10px;
    margin-bottom: 15px;
    display: block;
    font-weight: 600;
    font-size: -webkit-calc( 100% + 2px);
    font-size: -moz-calc( 100% + 2px);
    font-size: calc( 100% + 2px);
  }
  .theme-primary-menu:not(.theme-sidebar-menu) .mega-menu-row li {
    overflow: hidden;
  }
  .theme-primary-menu:not(.theme-sidebar-menu) .mega-menu-row li span:not(.theme-icon-wp-menu) {
    color: #b6b6b6;
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 10px;
  }
  .theme-primary-menu:not(.theme-sidebar-menu) .mega-menu-row li div {
    line-height: 24px;
    color: #b6b6b6;
    font-size: 12px;
    padding: 5px 10px;
  }
  .theme-primary-menu:not(.theme-sidebar-menu) .mega-menu-row li div p {
    margin-top: 10px;
    color: #b6b6b6;
  }
  .theme-primary-menu:not(.theme-sidebar-menu) .mega-menu-row li ul {
    position: static;
    float: left;
    border: 0;
    width: 100%;
  }
  .theme-primary-menu:not(.theme-sidebar-menu) .mega-menu-row li ul li {
    width: 100%;
    padding: 0 0 0 1px;
  }
  .theme-primary-menu:not(.theme-sidebar-menu) .mega-menu-row .sub-menu {
    margin-left: 0;
    left: 0;
    position: static;
    background: rgba(0, 0, 0, 0);
  }
  .theme-primary-menu:not(.theme-sidebar-menu) .mega-menu-row .sub-menu a {
    display: block;
    padding: 5px 10px;
    white-space: nowrap;
  }
  .theme-primary-menu:not(.theme-sidebar-menu) .mega-menu-col li {
    display: inline-block;
  }
  .theme-primary-menu:not(.theme-sidebar-menu) .mega-menu-col .sub-menu {
    width: 100%;
  }
}

.menu-open {
  overflow: hidden;
}

#theme-menu-pusher {
  background: #fff;
  position: relative;
  z-index: 99;
  -webkit-transition: transform 0.5s;
  transition: transform 0.5s;
}

.menu-open #theme-menu-pusher {
  -webkit-transform: translate3d(300px, 0, 0);
  transform: translate3d(300px, 0, 0);
}

@media (min-width: 768px) {
  .menu-open #theme-menu-pusher {
    -webkit-transform: translate3d(345px, 0, 0);
    transform: translate3d(345px, 0, 0);
  }
}

.menu-open #theme-menu-pusher #menu-overlay {
  visibility: visible;
  pointer-events: auto;
  z-index: 99;
  opacity: 1;
}

.menu-layout {
  border-bottom: 1px solid #eeeeee;
}

.menu-layout #menu-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.menu-layout .m-col {
  flex-basis: 90px;
}

@media (min-width: 992px) {
  .menu-layout .m-col {
    flex-basis: 170px;
  }
}

.menu-layout .primary-logo {
  width: 100%;
}

.menu-layout .m2-col {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  align-items: center;
}

.menu-layout .menu-toggle-btn span {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.menu-layout .menu-toggle-btn span:before, .menu-layout .menu-toggle-btn span:after {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.menu-open .menu-layout .menu-toggle-btn span {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.menu-open .menu-layout .menu-toggle-btn span:before {
  width: 50%;
  -webkit-transform: rotate(45deg) translate(14px, -11px);
  transform: rotate(45deg) translate(14px, -11px);
}

.menu-open .menu-layout .menu-toggle-btn span:after {
  width: 50%;
  -webkit-transform: rotate(-45deg) translate(14px, 11px);
  transform: rotate(-45deg) translate(14px, 11px);
}

#sidebar-menu-content {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 1;
  visibility: hidden;
  background: #fff;
  overflow: auto;
  width: 300px;
  padding: 30px;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  /*LOGO*/
  /*MAIN MENU*/
  /*EMPTY MENU*/
}

@media (min-width: 768px) {
  #sidebar-menu-content {
    padding: 40px 60px;
    width: 345px;
  }
}

.menu-open #sidebar-menu-content {
  visibility: visible;
  z-index: 100;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: transform 0.5s;
  transition: transform 0.5s;
}

.logged-in.admin-bar #sidebar-menu-content {
  top: 46px;
}

@media (min-width: 783px) {
  .logged-in.admin-bar #sidebar-menu-content {
    top: 32px;
  }
}

#sidebar-menu-content .theme-logo {
  max-width: 100%;
  margin-bottom: 25px;
}

#sidebar-menu-content .theme-primary-menu {
  padding: 0;
  margin: 0;
}

#sidebar-menu-content .theme-primary-menu .sub-menu {
  overflow: hidden;
  display: none;
}

#sidebar-menu-content .theme-primary-menu > li.current-menu-ancestor, #sidebar-menu-content .theme-primary-menu > li.current-menu-parent, #sidebar-menu-content .theme-primary-menu > li.current_page_parent, #sidebar-menu-content .theme-primary-menu > li.current_page_ancestor {
  position: relative;
}

#sidebar-menu-content .theme-primary-menu > li.current-menu-ancestor > a:before, #sidebar-menu-content .theme-primary-menu > li.current-menu-parent > a:before, #sidebar-menu-content .theme-primary-menu > li.current_page_parent > a:before, #sidebar-menu-content .theme-primary-menu > li.current_page_ancestor > a:before {
  content: '';
  width: 45px;
}

#sidebar-menu-content .theme-primary-menu li {
  list-style: none;
}

#sidebar-menu-content .theme-primary-menu li.menu-item-has-children {
  position: relative;
}

#sidebar-menu-content .theme-primary-menu li.menu-item-has-children:after {
  content: '\e902';
  font-family: zoa;
  position: absolute;
  right: 0;
  font-size: 5px;
  line-height: 1;
  top: 25px;
}

#sidebar-menu-content .theme-primary-menu li ul {
  margin-left: 15px;
}

#sidebar-menu-content .theme-primary-menu a {
  width: 100%;
  display: block;
  color: #222222;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  line-height: 50px;
  position: relative;
}

#sidebar-menu-content .theme-primary-menu a:hover:before {
  width: 45px;
}

#sidebar-menu-content .theme-primary-menu a:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 8px;
  height: 2px;
  width: 0;
}

#sidebar-menu-content .add-menu {
  display: block;
  line-height: 50px;
}

#menu-overlay {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.3);
}

.header-action {
  display: flex;
  align-items: center;
}

.has-menu-layout-6 .menu-open #theme-menu-pusher {
  -webkit-transform: translate3d(-280px, 0, 0);
  transform: translate3d(-280px, 0, 0);
}

@media (min-width: 768px) {
  .has-menu-layout-6 .menu-open #theme-menu-pusher {
    -webkit-transform: translate3d(-345px, 0, 0);
    transform: translate3d(-345px, 0, 0);
  }
}

.has-menu-layout-6 .menu-open .menu-layout-6#sidebar-menu-content {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media (max-width: 767px) {
  .has-menu-layout-6 .menu-open .menu-layout-6#sidebar-menu-content {
    width: 280px;
  }
}

.has-menu-layout-6 .menu-open .menu-layout-6 .menu-toggle-btn span {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.menu-layout-6#sidebar-menu-content {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  left: auto;
  left: initial;
  right: 0;
}

.menu-layout-6 .header-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

@media (min-width: 992px) {
  .menu-layout-6 .m-col {
    max-width: 170px;
    flex-basis: 170px;
  }
}

.menu-layout-6 .m-col .search-field {
  background-color: #f3f3f3;
}

.menu-layout-6 .content-center {
  flex-grow: 1;
  text-align: center;
}

.menu-layout-6 .header-logo {
  margin: 0 20px;
}

.menu-layout-6 .menu-toggle-btn {
  margin-left: 10px;
}

@media (min-width: 992px) {
  .menu-layout-6 .layout-6-sidebar-menu {
    display: none;
  }
}

@media (max-width: 991px) {
  .menu-layout-6 .header-container {
    min-height: 70px;
  }
  .menu-layout-6 .m1-col {
    display: none;
  }
  .menu-layout-6 .content-center {
    justify-content: flex-start;
  }
  .menu-layout-6 .content-center .theme-primary-menu {
    display: none;
  }
  .menu-layout-6 .content-center .header-logo {
    margin: 0;
  }
}

.menu-layout-7 .header-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

@media (min-width: 992px) {
  .menu-layout-7 .m-col {
    max-width: 300px;
    flex-basis: 300px;
  }
  .menu-layout-7 .m-col .menu-toggle-btn {
    display: none;
  }
}

.menu-layout-7 .m-col .search-field {
  background-color: rgba(0, 0, 0, 0);
  border-width: 0 0 1px 0;
  border-radius: 0;
  padding-left: 0;
  text-transform: uppercase;
}

@media (max-width: 992px) {
  .menu-layout-7 .header-container .search-form {
    display: none;
  }
  .menu-layout-7 .menu-7-content .theme-primary-menu {
    display: none;
  }
}

.menu-layout--centered .menu-toggle {
  height: 26px;
}

.menu-layout--centered .header-container {
  display: flex;
  align-items: center;
  padding: 15px 0;
}

.menu-layout--centered .header-content {
  margin-right: auto;
  margin-left: auto;
}

.menu-layout--centered .theme-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

.menu-layout--centered .header-menu {
  display: none;
}

.menu-layout--centered #theme-search-btn {
  display: none;
}

@media (min-width: 992px) {
  .menu-layout--centered .header-container {
    justify-content: space-between;
    padding: 0;
  }
  .menu-layout--centered .header-content {
    display: flex;
    align-items: center;
  }
  .menu-layout--centered .header-logo {
    padding: 0 20px 0;
  }
  .menu-layout--centered .header-menu {
    display: block;
  }
  .menu-layout--centered .header-action {
    display: flex;
    flex-basis: 80px;
  }
  .menu-layout--centered .menu-toggle {
    flex-basis: 80px;
  }
  .menu-layout--centered .menu-toggle-btn {
    display: none;
  }
  .menu-layout--centered #theme-search-btn {
    display: inline-block;
  }
}

@media (min-width: 992px) {
  .menu-layout-4 #theme-search-btn,
  .menu-layout-4 .menu-woo-user,
  .menu-layout-4 .menu-woo-cart {
    color: #ffffff !important;
  }
}

.menu-layout--classic .header-container {
  display: flex;
  align-items: center;
  padding: 15px 0;
}

.menu-layout--classic .header-logo {
  margin-right: auto;
  margin-left: auto;
}

.menu-layout--classic .header-menu {
  display: none;
}

.menu-layout--classic .header-container__inner {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 992px) {
  .menu-layout--classic.menu-layout-2 .m1-col, .menu-layout--classic.menu-layout-3 .m1-col {
    display: none;
  }
  .menu-layout--classic .header-container {
    justify-content: space-between;
    padding: 0;
  }
  .menu-layout--classic .header-logo {
    margin-left: 0;
    padding: 0;
  }
  .menu-layout--classic .header-container__inner {
    display: flex;
    align-items: center;
    margin-left: 0;
  }
  .menu-layout--classic .header-container__inner .header-logo {
    margin-right: 50px;
  }
  .menu-layout--classic .header-menu {
    display: block;
  }
  .menu-layout--classic .header-action {
    display: flex;
    margin-left: 30px;
  }
  .menu-layout--classic .menu-toggle-btn {
    display: none;
  }
}

@media (min-width: 1200px) {
  .menu-layout--classic .header-action {
    margin-left: 100px;
  }
}

.menu-layout--transparent {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.menu-layout--offset-top {
  position: absolute;
  top: 47px;
  left: 0;
  width: 100%;
}

.menu-layout--transparent.menu-layout {
  border-bottom: 0;
}

.menu-layout--sticky {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: transform 0.5s ease-out, height 0s ease-out;
  transform: translateY(-100%);
  background-color: #ffffff !important;
}

@media (min-width: 992px) {
  .menu-layout--sticky {
    display: block;
  }
}

.menu-layout--sticky.is-visible {
  transform: translateY(0);
}

.logged-in.admin-bar .menu-layout--sticky.is-visible {
  top: 46px;
}

@media (min-width: 783px) {
  .logged-in.admin-bar .menu-layout--sticky.is-visible {
    top: 32px;
  }
}

.menu-layout--sticky .logo .secondary-logo {
  display: none;
}

.menu-layout.menu-layout-5 {
  border-bottom: 0;
}

.sidebar-menu-middle {
  flex-grow: 1;
}

.menu-layout--vertical .header-container {
  display: flex;
  align-items: center;
  padding: 15px 0;
}

.menu-layout--vertical .header-logo {
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 992px) {
  .menu-layout--vertical .header-container {
    display: none;
  }
}

#sidebar-menu-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow-y: auto;
}

@media (min-width: 992px) {
  #sidebar-menu-content.sidebar-menu--md-visible {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
    z-index: 100;
    width: 275px;
    padding: 30px;
  }
}

@media (min-width: 1400px) {
  #sidebar-menu-content.sidebar-menu--md-visible {
    width: 345px;
    padding: 40px 60px;
  }
}

#sidebar-menu-content.sidebar-menu--md-visible .header-action {
  display: flex;
  align-items: center;
}

@media (min-width: 992px) {
  .content-container {
    position: relative;
    -webkit-transform: translateX(275px);
    transform: translateX(275px);
    width: -webkit-calc( 100% - 275px);
    width: -moz-calc( 100% - 275px);
    width: calc( 100% - 275px);
  }
  .content-container .container {
    width: 100%;
  }
  .content-container #theme-menu-layout {
    display: none;
  }
}

@media (min-width: 1400px) {
  .content-container {
    -webkit-transform: translateX(345px);
    transform: translateX(345px);
    width: -webkit-calc( 100% - 345px);
    width: -moz-calc( 100% - 345px);
    width: calc( 100% - 345px);
  }
}

.sidebar-menu-top {
  margin-bottom: 20px;
}

.sidebar-menu-bottom {
  margin-top: 20px;
}

.sidebar-menu-links,
.sidebar-menu-social {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-menu-links {
  position: relative;
  margin-bottom: 25px;
  padding-bottom: 30px;
}

.sidebar-menu-links:after {
  content: '';
  position: absolute;
  bottom: 0;
  display: inline-block;
  width: 60px;
  height: 1px;
  background-color: #dddddd;
}

.sidebar-menu-links li:not(:last-child) {
  margin-bottom: 5px;
}

.sidebar-menu-social {
  margin-bottom: 30px;
}

.menu-social {
  margin: 0;
  padding: 0;
  list-style: none;
}

.menu-social li {
  display: inline-block;
}

.menu-social li:not(:last-child) {
  margin-right: 15px;
}

.menu-social a:before {
  font-size: 16px;
  font-family: 'ionicons';
}

.menu-social a[href*='facebook.com']:before {
  content: '\f231';
}

.menu-social a[href*='twitter.com']:before {
  content: '\f243';
}

.menu-social a[href*='instagram.com']:before {
  content: '\f350';
}

.sidebar-actions {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sidebar-action {
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #eeeeee;
  font-size: 18px;
}

.sidebar-action:last-child {
  padding-bottom: 0;
}

.sidebar-action-link {
  position: relative;
  display: block;
}

.sidebar-action-icon {
  display: inline-block;
  margin-right: 10px;
}

.sidebar-action-cart {
  position: absolute;
  right: 0;
  top: 50%;
  display: inline-block;
  height: 18px;
  padding: 0 5px;
  color: #ffffff;
  border-radius: 8px;
  line-height: 18px;
  font-size: 10px;
  font-weight: 700;
  text-align: center;
  transform: translateY(-60%);
}

.theme-primary-menu:not(.theme-sidebar-menu) {
  padding-left: 0;
  margin: 0;
}

@media (min-width: 992px) {
  .theme-primary-menu:not(.theme-sidebar-menu) > li {
    display: inline-flex;
    line-height: 1;
    /*parent item menu*/
  }
  .theme-primary-menu:not(.theme-sidebar-menu) > li > a {
    line-height: 85px;
    padding: 0 20px;
  }
  .theme-primary-menu:not(.theme-sidebar-menu) > li:not(.menu-item-has-mega-menu) ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 110%;
    left: 0;
    margin-left: 0;
    background: #fff;
    min-width: 180px;
    text-align: left;
    z-index: 2;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  .theme-primary-menu:not(.theme-sidebar-menu) > li:not(.menu-item-has-mega-menu) ul ul {
    top: 110%;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .theme-primary-menu:not(.theme-sidebar-menu) > li:not(.menu-item-has-mega-menu) ul li.menu-item-has-children:after {
    content: '\f3d3';
    font-family: "ionicons" !important;
    font-size: 12px !important;
    top: 17px;
    line-height: 1 !important;
    position: absolute;
    right: 10px;
  }
  .theme-primary-menu:not(.theme-sidebar-menu) > li:not(.menu-item-has-mega-menu) ul a {
    display: block;
    line-height: 24px;
    padding: 10px 20px;
  }
  .theme-primary-menu:not(.theme-sidebar-menu) > li:not(.menu-item-has-mega-menu) ul a:hover {
    background: rgba(239, 239, 239, 0.28);
  }
  .theme-primary-menu:not(.theme-sidebar-menu) li {
    position: relative;
    list-style: none;
  }
  .theme-primary-menu:not(.theme-sidebar-menu) li:hover > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    top: 100%;
  }
  .theme-primary-menu:not(.theme-sidebar-menu) .sub-menu {
    -webkit-transition: top 0.3s ease 0s, opacity 0.3s;
    transition: top 0.3s ease 0s, opacity 0.3s;
    /*improved when resize width*/
    display: initial !important;
  }
  .theme-primary-menu:not(.theme-sidebar-menu) .sub-menu > li:hover > ul {
    left: 100%;
    top: 0;
  }
}

@media (min-width: 992px) {
  .theme-primary-menu:not(.theme-sidebar-menu) .sub-menu {
    -webkit-box-shadow: 1px 4px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 1px 4px 4px 0 rgba(0, 0, 0, 0.1);
    border-radius: 4px;
  }
}

.theme-primary-menu:not(.theme-sidebar-menu) .sub-menu a {
  white-space: nowrap;
}

/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: #29d;
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}

/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;
  -webkit-transform: rotate(3deg) translate(0px, -4px);
  -ms-transform: rotate(3deg) translate(0px, -4px);
  transform: rotate(3deg) translate(0px, -4px);
}

/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;
  -webkit-animation: nprogress-spinner 400ms linear infinite;
  animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}

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

@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

#theme-page-header {
  position: relative;
}

.page-header {
  position: relative;
  padding: 15px 0;
}

.page-header.ph-layout-1 {
  text-align: center;
}

.page-header.ph-layout-1 .container {
  flex-direction: column;
  height: 100%;
}

.page-header.ph-layout-2 .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  height: 100%;
}

.page-header.ph-layout-2 .shop-single-nav {
  position: relative;
  z-index: 1;
}

.page-header.ph-layout-2 .shop-single-nav a {
  font-size: 7px;
}

.page-header.ph-layout-2 .shop-single-nav a:before {
  font-family: 'zoa';
  content: '\e90e';
}

.page-header.ph-layout-2 .shop-single-nav a + a {
  margin-left: 25px;
}

.page-header.ph-layout-2 .ssv-prev {
  display: inline-flex;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

#page-header-parallax {
  background-position: 0 0;
}

.page-title {
  line-height: 1.2;
  margin: 0;
  font-size: 36px;
}

.crumbs {
  display: block;
}

.crumbs > span {
  font-size: 13px;
}

.crumbs > span:after {
  content: '\f3d3';
  font-family: "ionicons";
  margin-left: 8px;
  margin-right: 4px;
}

.crumbs .last-item span {
  font-weight: 600;
}

.crumbs .last-item:after {
  content: none;
}

@media (min-width: 1380px) {
  .page-header .container {
    width: 100%;
    padding-left: 105px;
    padding-right: 105px;
  }
}

.page-header .customize-partial-edit-shortcut {
  display: none;
}

.scroll-to-top {
  position: fixed;
  z-index: 100;
  right: 20px;
  bottom: -100%;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #ffffff;
  font-size: 16px;
  opacity: 0.5;
  transition: opacity 0.3s ease-in-out, bottom 1s;
}

@media (max-width: 767px) {
  .scroll-to-top {
    display: none;
  }
}

.scroll-to-top:hover {
  opacity: 1;
  color: #ffffff !important;
}

.scroll-to-top.is-visible {
  bottom: 20px;
}

.zoa-search-form-container {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.89);
  opacity: 0;
  visibility: hidden;
}

.zoa-search-form-container.is-open {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}

.zoa-search-form-container.is-open .zoa-search-form__inner {
  animation: open-modal 1s linear forwards;
}

.zoa-search-form {
  position: relative;
  margin-bottom: 0;
}

.zoa-search-form__inner {
  max-width: 768px;
  margin: 0 auto;
}

.zoa-search-form__loader {
  position: absolute;
  right: 0;
  top: 10px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
}

.zoa-search-form__loader.is-active {
  opacity: 1;
  visibility: visible;
}

.zoa-search-form__field {
  display: block;
  width: 100%;
  border: 0;
  border-bottom: 1px solid #343434;
  padding: 15px 0;
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  letter-spacing: 3px;
}

.zoa-search-form__close {
  position: absolute;
  top: -40px;
  right: 10px;
  color: #999999;
  font-size: 30px;
  z-index: 102;
  transition: color 0.3s, transform 0.3s;
  cursor: pointer;
}

.zoa-search-form__close:hover {
  color: #ffffff;
  transform: rotate(90deg);
}

.zoa-search-form__desc {
  display: block;
  margin-top: 5px;
  color: #fff;
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
}

.zoa-search-form__suggestions {
  position: relative;
}

.zoa-search-form__suggestions .autocomplete-suggestions {
  overflow: auto;
  padding: 10px;
  background-color: #fff;
}

.autocomplete-suggestion {
  display: flex;
  padding-bottom: 10px;
  border-bottom: 1px solid #dddddd;
  margin-bottom: 10px;
}

.autocomplete-suggestion:last-of-type {
  padding-bottom: 0;
  border-bottom: 0;
  margin-bottom: 0;
}

.autocomplete-suggestion__thumbnail {
  flex-shrink: 0;
  max-width: 60px;
  margin-right: 10px;
}

.autocomplete-suggestion__title {
  margin: 0;
  font-size: 18px;
}

@keyframes open-modal {
  0% {
    opacity: 0;
    -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  2.083333% {
    -webkit-transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  4.166667% {
    -webkit-transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  6.25% {
    -webkit-transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  8.333333% {
    -webkit-transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  10.416667% {
    -webkit-transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  12.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  14.583333% {
    -webkit-transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  16.666667% {
    -webkit-transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  18.75% {
    -webkit-transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  20.833333% {
    -webkit-transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  22.916667% {
    -webkit-transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  25% {
    -webkit-transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  27.083333% {
    -webkit-transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  29.166667% {
    -webkit-transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  31.25% {
    -webkit-transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  33.333333% {
    -webkit-transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  35.416667% {
    -webkit-transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  37.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  39.583333% {
    -webkit-transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  41.666667% {
    -webkit-transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  43.75% {
    -webkit-transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  45.833333% {
    -webkit-transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  47.916667% {
    -webkit-transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  50% {
    opacity: 1;
    -webkit-transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  52.083333% {
    -webkit-transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  54.166667% {
    -webkit-transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  56.25% {
    -webkit-transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  58.333333% {
    -webkit-transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  60.416667% {
    -webkit-transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  62.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  64.583333% {
    -webkit-transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  66.666667% {
    -webkit-transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  68.75% {
    -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  70.833333% {
    -webkit-transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  72.916667% {
    -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  75% {
    -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  77.083333% {
    -webkit-transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  79.166667% {
    -webkit-transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  81.25% {
    -webkit-transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  83.333333% {
    -webkit-transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  85.416667% {
    -webkit-transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  87.5% {
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  89.583333% {
    -webkit-transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  91.666667% {
    -webkit-transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  93.75% {
    -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  95.833333% {
    -webkit-transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  97.916667% {
    -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
  100% {
    opacity: 1;
    -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
  }
}

.theme-social-icon a, .woocommerce-wishlist .yith-wcwl-share a {
  font-size: 0;
}

.theme-social-icon a:before, .woocommerce-wishlist .yith-wcwl-share a:before {
  font-size: 16px;
  font-family: "ionicons";
}

.theme-social-icon a[href*="twitter.com"]:before, .woocommerce-wishlist .yith-wcwl-share a[href*="twitter.com"]:before {
  content: "\f243";
}

.theme-social-icon a[href*="facebook.com"]:before, .woocommerce-wishlist .yith-wcwl-share a[href*="facebook.com"]:before {
  content: "\f231";
}

.theme-social-icon a[href*="plus.google.com"]:before, .woocommerce-wishlist .yith-wcwl-share a[href*="plus.google.com"]:before {
  content: "\f235";
}

.theme-social-icon a[href*="instagram.com"]:before, .woocommerce-wishlist .yith-wcwl-share a[href*="instagram.com"]:before {
  content: "\f351";
}

.theme-social-icon a[href*="vimeo.com"]:before, .woocommerce-wishlist .yith-wcwl-share a[href*="vimeo.com"]:before {
  content: "\f245";
}

.theme-social-icon a[href*="youtube.com"]:before, .woocommerce-wishlist .yith-wcwl-share a[href*="youtube.com"]:before {
  content: "\f24d";
}

.theme-social-icon a[href*="github.com"]:before, .woocommerce-wishlist .yith-wcwl-share a[href*="github.com"]:before {
  content: "\f233";
}

.theme-social-icon a[href*="linkedin.com"]:before, .woocommerce-wishlist .yith-wcwl-share a[href*="linkedin.com"]:before {
  content: "\f239";
}

.theme-social-icon a[href*="pinterest.com"]:before, .woocommerce-wishlist .yith-wcwl-share a[href*="pinterest.com"]:before {
  content: "\f2b1";
}

.theme-social-icon a[href*="feed"]:before, .woocommerce-wishlist .yith-wcwl-share a[href*="feed"]:before {
  content: "\f23d";
}

.topbar {
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f7f7f7;
}

@media (min-width: 992px) {
  .topbar {
    display: block;
  }
}

@media (min-width: 1380px) {
  .topbar .container {
    width: 100%;
    padding-right: 105px;
    padding-left: 105px;
  }
}

.topbar__container,
.topbar__left,
.topbar__right {
  display: flex;
}

.topbar__container {
  justify-content: space-between;
  align-items: center;
}

.topbar__social {
  margin-left: 30px;
}

.footer-subscribe-form input {
  float: left;
  height: 50px;
  padding: 0 20px;
  border-color: #ddd;
  width: -webkit-calc( 100% - 180px);
  width: -moz-calc( 100% - 180px);
  width: calc( 100% - 180px);
}

.footer-subscribe-form input:focus {
  border-color: #999;
}

.footer-subscribe-form button {
  width: 180px;
  float: left;
  height: 50px;
  padding: 0 15px;
  border: 0;
  color: #fff;
}

.footer-subscribe-form button:hover {
  opacity: 0.8;
}

@font-face {
  font-family: 'zoa';
  src: url("fonts/zoa.eot");
  src: url("fonts/zoa.eot") format("embedded-opentype"), url("fonts/zoa.ttf") format("truetype"), url("fonts/zoa.woff") format("woff"), url("fonts/zoa.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="zoa-icon-"],
[class*=" zoa-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

.zoa-icon-360:before {
  content: "\e900";
}

.zoa-icon-address:before {
  content: "\e901";
}

.zoa-icon-arrow-down-bold:before {
  content: "\e902";
}

.zoa-icon-arrow-down-thin:before {
  content: "\e903";
}

.zoa-icon-cart:before {
  content: "\e904";
}

.zoa-icon-change-pass:before {
  content: "\e905";
}

.zoa-icon-filter:before {
  content: "\e906";
}

.zoa-icon-free-ship:before {
  content: "\e907";
}

.zoa-icon-heart:before {
  content: "\e908";
}

.zoa-icon-log-out:before {
  content: "\e909";
}

.zoa-icon-order:before {
  content: "\e90a";
}

.zoa-icon-play:before {
  content: "\e90b";
}

.zoa-icon-quick-view:before {
  content: "\e90c";
}

.zoa-icon-refund:before {
  content: "\e90d";
}

.zoa-icon-right-arrow:before {
  content: "\e90e";
}

.zoa-icon-search:before {
  content: "\e90f";
}

.zoa-icon-secure:before {
  content: "\e910";
}

.zoa-icon-sort:before {
  content: "\e911";
}

.zoa-icon-user:before {
  content: "\e912";
}

.zoa-icon-user-detail:before {
  content: "\e913";
}

.zoa-icon-view-2:before {
  content: "\e914";
}

.zoa-icon-view-3:before {
  content: "\e915";
}

.zoa-icon-warranty:before {
  content: "\e916";
}

/* CUSTOM */
#wp-admin-bar-updates {
  display: none;
}

.comment-reply-link,
.comment-edit-link {
  float: left;
}

.comment-edit-link {
  margin-left: 15px;
}

#cancel-comment-reply-link {
  margin-left: 15px;
  color: #f00;
}

/* EDIT LOCATION
------------------------------------------------->*/
.customize-partial-edit-shortcut {
  width: 30px;
  height: 30px;
  top: 50px;
  left: 20px;
  z-index: 21;
}

.menu-layout .customize-partial-edit-shortcut {
  display: none;
}

#theme-page-header .customize-partial-edit-shortcut {
  top: 15px;
}

.customize-partial-edit-shortcut .customize-partial-edit-shortcut-button {
  left: 0;
  top: 0;
}

/* BLANK MENU
------------------------------------------------->*/
.add-menu {
  line-height: 85px;
  display: inline-block;
}

.add-menu + .add-menu {
  margin-left: 20px;
}

/*! ELEMENTOR EDIT MODE
------------------------------------------------->*/
.elementor-editor-active .elementor-element-edit-mode {
  min-height: 20px;
}

/*! G_CAPCHA
******************************************************************************************************/
.g-recaptcha {
  position: static !important;
  clear: both;
  margin-bottom: 10px;
}

.single .g-recaptcha {
  margin-bottom: 30px;
}

/*! FOR PEN-MENU WHEN TEXT SELECTED
------------------------------------------------->*/
.pen-menu {
  z-index: 100 !important;
}

/* PLUGINS */
.variations select {
  float: left;
}

.variations .label {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  margin-bottom: 7px;
}

.variations tr:last-of-type .label {
  margin-bottom: 13px;
}

.swatch {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
  position: relative;
}

.swatch img {
  border-radius: 50%;
}

.swatch:before {
  content: '';
  position: absolute;
  left: -4px;
  top: -4px;
  right: -4px;
  bottom: -4px;
  border: 1px solid #ddd;
  border-radius: 20px;
}

.swatch + .swatch {
  margin-left: 15px;
}

.swatch:not(.swatch-label) {
  font-size: 0;
}

.swatch.swatch-label {
  width: auto;
  min-width: 25px;
  padding: 0 5px;
}

.reset_variations {
  margin-top: 15px;
  float: left;
}

.reset_variations:before {
  content: "\f49a";
  font-family: "ionicons";
  font-size: 25px;
  position: relative;
  top: 4px;
  margin-right: 5px;
  display: inline-block;
}

.pro-swatch-list {
  margin-top: 10px;
}

.pro-swatch-list .p-attr-image img {
  border-radius: 50%;
  max-height: 100%;
}

.p-attr-swatch {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin: 0 5px;
  cursor: pointer;
  position: relative;
}

.p-attr-swatch:before {
  position: absolute;
  content: '';
  left: -3px;
  top: -3px;
  right: -3px;
  bottom: -3px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 50%;
}

.p-attr-swatch.p-attr-color {
  width: 20px;
  height: 20px;
}

.p-attr-swatch.p-attr-label {
  width: auto;
  height: auto;
  border-radius: 20px;
  border: 1px solid #ddd;
  display: inline-block;
  font-size: 12px;
  padding: 0 10px;
  margin-bottom: 5px;
}

.p-attr-swatch.p-attr-label:before {
  content: none;
}

.p-attr-swatch.active:before {
  border-color: #dedede;
}

.tawcvs-swatches .swatch span {
  display: none;
}

.single-product .yith-wcwl-add-to-wishlist > a {
  font-size: 14px;
}

.single-product .yith-wcwl-add-to-wishlist > a:first-child:last-child:before {
  margin-right: 10px;
}

.yith-wcwl-add-to-wishlist > a:first-child:last-child:before {
  content: "\e912";
  font-family: 'zoa';
  font-size: 14px;
}

.loop-action .yith-wcwl-add-to-wishlist {
  height: 35px;
  display: inline-block;
  margin-right: 10px;
}

@media (min-width: 1200px) {
  .loop-action .yith-wcwl-add-to-wishlist {
    height: 45px;
  }
}

.yith-wcwl-add-to-wishlist div:empty {
  display: none;
}

.yith-wcwl-add-to-wishlist .ajax-loading {
  display: none !important;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-add-button a:before,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  content: "\f442";
  font-family: "ionicons";
  font-size: 20px;
  line-height: 1;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before {
  content: "\f3fd";
  font-family: "ionicons";
  font-size: 30px;
}

.yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  content: "\f443";
}

.loop-action .clear {
  display: none;
}

/* notice after added to wishlist */
#yith-wcwl-popup-message {
  display: none !important;
}

@media (max-width: 991px) {
  .woocommerce-wishlist .wishlist-title h2 {
    font-size: 150%;
  }
}

.woocommerce-wishlist .wishlist_table {
  border-left: 0;
  border-right: 0;
  border-top: 0;
}

.woocommerce-wishlist .wishlist_table thead th {
  border: 0;
  background: #f3f3f3;
}

.woocommerce-wishlist .wishlist_table th, .woocommerce-wishlist .wishlist_table td {
  border-left: 0;
  border-right: 0;
  padding: 20px 0;
}

.woocommerce-wishlist .wishlist_table .product-remove {
  font-size: 16px;
}

@media (min-width: 768px) {
  .woocommerce-wishlist .wishlist_table .product-remove {
    width: 50px;
    text-align: center;
  }
}

.woocommerce-wishlist .wishlist_table .product-thumbnail img {
  max-width: 80px;
  max-height: 80px;
}

@media (max-width: 767px) {
  .woocommerce-wishlist .wishlist_table .product-remove {
    padding: 10px;
    background: #f3f3f3 !important;
  }
  .woocommerce-wishlist .wishlist_table .product-remove a {
    color: #f00;
  }
  .woocommerce-wishlist .wishlist_table .pro-swatch-list {
    float: none;
  }
  .woocommerce-wishlist .wishlist_table thead {
    display: none;
  }
  .woocommerce-wishlist .wishlist_table td {
    display: block;
    padding: 10px 0;
  }
  .woocommerce-wishlist .wishlist_table tr:last-of-type td:last-of-type {
    border-bottom: 0;
  }
}

.woocommerce-wishlist .yith-wcwl-share .yith-wcwl-share-title {
  margin-bottom: 0;
  padding: 0 10px;
}

.woocommerce-wishlist .yith-wcwl-share ul {
  padding-left: 0;
  margin: 0;
}

.woocommerce-wishlist .yith-wcwl-share li a {
  width: 30px;
  height: 30px;
}

.woocommerce-wishlist .yith-wcwl-share li a:before {
  font-size: 18px;
}

.woocommerce-form-login .form-row input:not([type="submit"]),
.woocommerce-form-register .form-row input:not([type="submit"]),
.woocommerce-form-coupon .form-row input:not([type="submit"]) {
  height: 40px;
}

.woocommerce-form-login button[type="submit"],
.woocommerce-form-register button[type="submit"],
.woocommerce-form-coupon button[type="submit"] {
  color: #fff;
  border: 0;
  height: 40px;
  padding: 0 20px;
  margin-right: 10px;
}

.woocommerce-account h2 {
  font-size: 20px;
}

.woocommerce-account .u-column1 {
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .woocommerce-account .u-column1 {
    max-width: -webkit-calc( ( 100% - 30px ) / 2);
    max-width: -moz-calc( ( 100% - 30px ) / 2);
    max-width: calc( ( 100% - 30px ) / 2);
    margin-right: 30px;
    margin-bottom: 0;
  }
}

.woocommerce-account .u-column1 .woocommerce-form-login {
  width: 100%;
  max-width: 100%;
}

@media (min-width: 768px) {
  .woocommerce-account .u-column2 {
    max-width: -webkit-calc( ( 100% - 30px ) / 2);
    max-width: -moz-calc( ( 100% - 30px ) / 2);
    max-width: calc( ( 100% - 30px ) / 2);
  }
}

.woocommerce-MyAccount-navigation {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .woocommerce-MyAccount-navigation {
    margin-right: 130px;
    margin-bottom: 0;
    max-width: 270px;
  }
}

.woocommerce-MyAccount-navigation ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link {
  margin-bottom: 20px;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a {
  font-weight: 700;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
  font-size: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a:before {
  font-size: 20px;
  font-family: 'zoa';
  margin-right: 15px;
  line-height: 0;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--dashboard a:before {
  font-family: "ionicons";
  font-weight: 700;
  content: "\f447";
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--orders a:before {
  content: "\e90a";
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--downloads a:before {
  font-family: "ionicons";
  font-weight: 700;
  content: "\f407";
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--edit-address a:before {
  content: "\e901";
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--edit-account a:before {
  content: "\e913";
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link--customer-logout a:before {
  content: "\e909";
}

@media (min-width: 992px) {
  .woocommerce-MyAccount-content {
    width: -webkit-calc( 100% - 400px);
    width: -moz-calc( 100% - 400px);
    width: calc( 100% - 400px);
  }
}

.woocommerce-MyAccount-content .woocommerce-EditAccountForm button[type="submit"] {
  height: 55px;
  color: #fff;
  border: 0;
  margin-top: 40px;
}

.woocommerce-MyAccount-content .woocommerce-EditAccountForm button[type="submit"]:hover {
  opacity: 0.8;
}

.woocommerce-MyAccount-content fieldset {
  border: 1px solid #ddd;
  margin: 0;
  padding: 5px 15px;
}

.woocommerce-address-fields .button {
  height: 50px;
  color: #fff;
  padding: 0 25px;
  border: 0;
}

.woocommerce-address-fields .button:hover {
  opacity: 0.7;
}

.lost_reset_password button[type="submit"] {
  color: #fff;
  padding: 10px 20px;
}

/* container */
.shop-container {
  padding: 0 15px;
  clear: both;
}

@media (min-width: 1380px) {
  .shop-container {
    padding-left: 105px;
    padding-right: 105px;
    width: auto;
  }
}

@media (min-width: 992px) {
  .shop-container.with-left-sidebar, .shop-container.with-right-sidebar {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: flex-start;
    align-items: flex-start;
  }
  .shop-container.with-left-sidebar .shop-content, .shop-container.with-right-sidebar .shop-content {
    width: -webkit-calc( 100% - 400px);
    width: -moz-calc( 100% - 400px);
    width: calc( 100% - 400px);
  }
}

@media (min-width: 992px) and (max-width: 1600px) {
  .shop-container.with-left-sidebar .shop-content, .shop-container.with-right-sidebar .shop-content {
    width: -webkit-calc( 100% - 320px);
    width: -moz-calc( 100% - 320px);
    width: calc( 100% - 320px);
  }
}

@media (min-width: 992px) {
  .shop-container.with-left-sidebar .shop-sidebar, .shop-container.with-right-sidebar .shop-sidebar {
    width: 300px;
  }
}

@media (min-width: 992px) and (max-width: 1600px) {
  .shop-container.with-left-sidebar .shop-sidebar, .shop-container.with-right-sidebar .shop-sidebar {
    width: 270px;
  }
}

@media (min-width: 992px) {
  .shop-container.with-left-sidebar .shop-content {
    order: 2;
  }
  .shop-container.with-left-sidebar .shop-sidebar {
    order: 1;
  }
}

.shop-content {
  position: relative;
}

/* columns */
.products {
  clear: both;
  padding-left: 0;
  margin: 0;
}

.products .product {
  text-align: center;
  list-style: none;
  float: left;
  margin: 0 30px 56px 0;
  position: relative;
  /*ios*/
  /* label plugin */
}

@media (min-width: 992px) {
  .products .product {
    width: -webkit-calc( ( 100% - 90px ) / 4);
    width: -moz-calc( ( 100% - 90px ) / 4);
    width: calc( ( 100% - 90px ) / 4);
  }
}

@media (min-width: 320px) and (max-width: 991px) {
  .products .product {
    width: -webkit-calc( ( 100% - 30px ) / 2);
    width: -moz-calc( ( 100% - 30px ) / 2);
    width: calc( ( 100% - 30px ) / 2);
  }
  .products .product:nth-of-type(2n) {
    margin-right: 0;
  }
  .products .product:nth-of-type(2n + 3) {
    clear: both;
  }
}

@media (max-width: 319px) {
  .products .product {
    width: 100%;
    clear: both;
  }
}

@media (min-width: 1200px) {
  .products .product:hover .product-quick-view-btn, .products .product:hover .zoa-add-to-cart-btn, .products .product:hover .added_to_cart, .products .product:hover .yith-wcwl-add-to-wishlist a {
    opacity: 1;
    visibility: visible;
  }
  .products .product:hover .product-quick-view-btn, .products .product:hover .zoa-add-to-cart-btn, .products .product:hover .yith-wcwl-add-to-wishlist, .products .product:hover .added_to_cart {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.products .product .label-wrap {
  position: static;
}

.products.columns-1 .product {
  width: 100%;
  margin-right: 0;
}

@media (min-width: 992px) {
  .products.columns-2 .product {
    width: -webkit-calc( ( 100% - ( 30px * 1 ) ) / 2);
    width: -moz-calc( ( 100% - ( 30px * 1 ) ) / 2);
    width: calc( ( 100% - ( 30px * 1 ) ) / 2);
  }
  .products.columns-2 .product:nth-of-type(2n + 3) {
    clear: both;
  }
  .products.columns-2 .product:nth-of-type(2n) {
    margin-right: 0;
  }
  .products.columns-3 .product {
    width: -webkit-calc( ( 100% - ( 30px * 2 ) ) / 3);
    width: -moz-calc( ( 100% - ( 30px * 2 ) ) / 3);
    width: calc( ( 100% - ( 30px * 2 ) ) / 3);
  }
  .products.columns-3 .product:nth-of-type(3n + 4) {
    clear: both;
  }
  .products.columns-3 .product:nth-of-type(3n) {
    margin-right: 0;
  }
  .products.columns-4 .product {
    width: -webkit-calc( ( 100% - ( 30px * 3 ) ) / 4);
    width: -moz-calc( ( 100% - ( 30px * 3 ) ) / 4);
    width: calc( ( 100% - ( 30px * 3 ) ) / 4);
  }
  .products.columns-4 .product:nth-of-type(4n + 5) {
    clear: both;
  }
  .products.columns-4 .product:nth-of-type(4n) {
    margin-right: 0;
  }
  .products.columns-5 .product {
    width: -webkit-calc( ( 100% - ( 30px * 4 ) ) / 5);
    width: -moz-calc( ( 100% - ( 30px * 4 ) ) / 5);
    width: calc( ( 100% - ( 30px * 4 ) ) / 5);
  }
  .products.columns-5 .product:nth-of-type(5n + 6) {
    clear: both;
  }
  .products.columns-5 .product:nth-of-type(5n) {
    margin-right: 0;
  }
  .products.columns-6 .product {
    width: -webkit-calc( ( 100% - ( 30px * 5 ) ) / 6);
    width: -moz-calc( ( 100% - ( 30px * 5 ) ) / 6);
    width: calc( ( 100% - ( 30px * 5 ) ) / 6);
  }
  .products.columns-6 .product:nth-of-type(6n + 7) {
    clear: both;
  }
  .products.columns-6 .product:nth-of-type(6n) {
    margin-right: 0;
  }
}

/* sidebar */
.shop-sidebar {
  min-height: 1px;
}

.shop-sidebar .woocommerce-widget-layered-nav-dropdown__submit {
  padding: 6px 17px;
  border: 0;
  color: #fff;
  background: #ebe9eb;
  border-radius: 3px;
  font-size: 12px;
  margin-top: 10px;
}

.shop-sidebar .woocommerce-widget-layered-nav-dropdown__submit:hover {
  opacity: 0.8;
}

.shop-sidebar .tagcloud a {
  line-height: 26px;
}

/* top bar */
.shop-top-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.shop-top-bar .woocommerce-result-count {
  margin-bottom: 25px;
}

.shop-top-bar .woocommerce-ordering {
  margin-bottom: 25px;
}

.shop-top-bar .woocommerce-ordering select {
  border: 0;
  border-bottom: 1px solid #eeeeee;
  height: 40px;
  font-size: 14px;
}

/* content-product */
.woocommerce-loop-product__title {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 11px;
}

.onsale {
  position: absolute;
  z-index: 2;
  padding: 0 5px;
  left: 15px;
  top: 15px;
  font-size: 11px;
  min-width: 50px;
  height: 18px;
  background: #fff;
  font-weight: 600;
  pointer-events: none;
}

.price {
  display: block;
}

.price > .amount, .price ins {
  font-weight: 700;
}

.price ins {
  margin-left: 13px;
}

.product-image-wrapper {
  position: relative;
}

.product-image-wrapper:hover .hover-product-image {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.hover-product-image {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center center;
}

.loop-action {
  width: 100%;
  position: absolute;
  left: 50%;
  bottom: 10px;
  height: 35px;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (min-width: 1200px) {
  .loop-action {
    bottom: 0;
    height: 45px;
  }
}

.loop-action .product-quick-view-btn, .loop-action .zoa-add-to-cart-btn, .loop-action .added_to_cart, .loop-action .yith-wcwl-add-to-wishlist a {
  width: 35px;
  height: 35px;
  color: #fff;
  background: #222222;
  border-radius: 50%;
  pointer-events: auto;
}

.loop-action .product-quick-view-btn:before, .loop-action .zoa-add-to-cart-btn:before, .loop-action .added_to_cart:before, .loop-action .yith-wcwl-add-to-wishlist a:before {
  color: #fff;
}

@media (min-width: 1200px) {
  .loop-action .product-quick-view-btn, .loop-action .zoa-add-to-cart-btn, .loop-action .added_to_cart, .loop-action .yith-wcwl-add-to-wishlist a {
    width: 45px;
    height: 45px;
    opacity: 0;
    visibility: hidden;
  }
}

@media (max-width: 991px) {
  .loop-action .product-quick-view-btn, .loop-action .zoa-add-to-cart-btn, .loop-action .added_to_cart, .loop-action .yith-wcwl-add-to-wishlist a {
    opacity: 0;
    visibility: hidden;
  }
  .loop-action--visible-on-mobile .product-quick-view-btn, .loop-action--visible-on-mobile .zoa-add-to-cart-btn, .loop-action--visible-on-mobile .added_to_cart, .loop-action--visible-on-mobile .yith-wcwl-add-to-wishlist a {
    opacity: 1;
    visibility: visible;
  }
}

.yith-wcwl-add-to-wishlist .feedback {
  display: none;
}

.loop-action .yith-wcwl-add-to-wishlist a {
  font-size: 0;
}

.product-quick-view-btn {
  cursor: pointer;
  margin-right: 10px;
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.zoa-add-to-cart-btn, .added_to_cart {
  font-size: 0;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.zoa-add-to-cart-btn:before, .added_to_cart:before {
  content: "\e904";
  font-family: zoa;
  font-size: 14px;
}

.zoa-add-to-cart-btn.added {
  display: none;
}

.zoa-add-to-cart-btn.added + .added_to_cart:before {
  content: "\f3fd";
  font-family: "ionicons";
  font-size: 30px;
}

.added_to_cart {
  z-index: 2;
}

/* updating cart */
.ajax_add_to_cart {
  position: relative;
}

/* adding to wishlist */
.adding-to-wishlist.add_to_wishlist:before {
  position: static;
  margin-left: 0;
  margin-top: 0;
}

/* PRODUCT LABEL */
.zoa-product-label {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 5;
  padding: 0 10px;
  pointer-events: none;
  height: 18px;
  font-size: 11px;
  line-height: 18px;
}

.zoa-product-label.sold-out-label {
  background-color: #999;
  color: #fff;
}

.has-default-loop-add-to-cart-button .product .button {
  padding: 0.4em 2em;
  border: 1px solid #e3e3e3;
  display: inline-block;
  margin-top: 20px;
}

.has-default-loop-add-to-cart-button .product .added_to_cart {
  font-size: 14px;
  padding: 0.4em 2em;
  border: 1px solid #e3e3e3;
  display: inline-block;
  transform: none !important;
}

.has-default-loop-add-to-cart-button .product .added_to_cart:before {
  content: none;
}

.updating-cart.cart-sidebar-open #shop-cart-sidebar:after {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.updating-cart.ajax-single-add-to-cart .single_add_to_cart_button.loading:before {
  content: "" !important;
  z-index: 2;
  position: absolute;
  border: 1px solid #ddd;
  border-top-color: #222;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  top: 50%;
  left: 50%;
  margin-left: -webkit-calc( -20px / 2);
  margin-left: -moz-calc( -20px / 2);
  margin-left: calc( -20px / 2);
  margin-top: -webkit-calc( -20px / 2);
  margin-top: -moz-calc( -20px / 2);
  margin-top: calc( -20px / 2);
  -webkit-animation: circle-loading 0.35s linear infinite;
  animation: circle-loading 0.35s linear infinite;
  height: 15px;
  width: 15px;
  position: static;
  display: inline-flex;
  margin-top: 0;
  margin-left: 0;
}

.updating-cart.ajax-single-add-to-cart.quick-view-open .single_add_to_cart_button:before {
  height: 12px;
  width: 12px;
}

.updating-cart #shop-cart-sidebar:before {
  top: -webkit-calc( 50% + 30px);
  top: -moz-calc( 50% + 30px);
  top: calc( 50% + 30px);
  z-index: 3;
}

.updating-cart #shop-cart-sidebar:after {
  opacity: 1;
  visibility: visible;
}

.cart-sidebar-open.cart-updated #shop-cart-sidebar:before {
  content: none !important;
}

.cart-sidebar-open.cart-updated #shop-cart-sidebar:after {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.cart-sidebar-open #shop-cart-sidebar {
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.cart-sidebar-open #shop-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#shop-cart-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 200;
  width: 300px;
  background: #ffffff;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.logged-in.admin-bar #shop-cart-sidebar {
  top: 46px;
}

@media (min-width: 783px) {
  .logged-in.admin-bar #shop-cart-sidebar {
    top: 32px;
  }
}

#shop-cart-sidebar:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: inherit;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}

.cart-sidebar-head {
  border-bottom: 1px solid #ddd;
  padding: 20px;
  position: relative;
  z-index: 3;
  min-height: 60px;
  background: inherit;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
}

.cart-sidebar-head .shop-cart-count {
  margin-left: 10px;
}

.cart-sidebar-title {
  margin: 0;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  white-space: nowrap;
}

#close-cart-sidebar {
  border: 0;
  background: none;
  position: absolute;
  right: 20px;
  top: 50%;
  font-size: 20px;
  width: 30px;
  height: 30px;
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}

#close-cart-sidebar:hover {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.cart-sidebar-content {
  overflow: auto;
  height: -webkit-calc( 100% - 140px);
  height: -moz-calc( 100% - 140px);
  height: calc( 100% - 140px);
}

.cart-sidebar-content .woocommerce-mini-cart__total {
  position: absolute;
  margin-bottom: 0;
  bottom: 40px;
  background: #fff;
  width: 100%;
  height: 40px;
  padding: 0 20px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.cart-sidebar-content .woocommerce-mini-cart__total .amount {
  font-weight: 700;
}

.cart-sidebar-content .woocommerce-mini-cart__buttons {
  margin-bottom: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.cart-sidebar-content .woocommerce-mini-cart__buttons a {
  width: 50%;
  height: 40px;
  background: #f3f3f3;
  text-transform: uppercase;
}

.cart-sidebar-content .woocommerce-mini-cart__buttons .checkout {
  color: #fff;
}

.cart-sidebar-content .woocommerce-mini-cart__empty-message {
  margin-bottom: 0;
  padding: 20px;
}

.cart-sidebar-content .variation {
  margin: 5px 0;
  font-size: 13px;
}

.cart-sidebar-content .variation dt,
.cart-sidebar-content .variation dd {
  float: left;
  line-height: 18px;
}

.cart-sidebar-content .variation dt {
  font-weight: normal;
  clear: both;
  margin-right: 5px;
}

.cart-sidebar-content .variation dd {
  margin: 0;
}

.cart-sidebar-content .variation dd p:last-child {
  margin-bottom: 0;
}

.cart-sidebar-content .quantity {
  height: auto;
  font-size: 13px;
}

/* CART ITEM */
.product_list_widget {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.product_list_widget .blockUI.blockOverlay {
  background: #f3f3f3 !important;
  opacity: 0.7 !important;
  cursor: pointer !important;
}

.product_list_widget .mini_cart_item {
  min-height: 110px;
  position: relative;
  padding: 20px 20px 20px 110px;
  border-bottom: 1px solid #eaeaec;
}

.product_list_widget .mini_cart_item:hover .remove_from_cart_button {
  opacity: 1;
  -webkit-transform: translateY(-50%) translateX(0) rotate(0deg);
  transform: translateY(-50%) translateX(0) rotate(0deg);
}

.product_list_widget img {
  width: 70px;
  position: absolute;
  left: 20px;
  top: 20px;
}

.product_list_widget a:not(.remove_from_cart_button) {
  display: block;
}

.product_list_widget .remove_from_cart_button {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 20px;
  top: 50%;
  font-size: 0;
  color: inherit;
  opacity: 0;
  z-index: 2;
  -webkit-transform: translateY(-50%) translateX(10px) rotate(0deg);
  transform: translateY(-50%) translateX(10px) rotate(0deg);
}

.product_list_widget .remove_from_cart_button:before {
  content: '\f2d7';
  font-family: "ionicons";
  line-height: 1;
  font-size: 14px;
}

.product_list_widget .remove_from_cart_button:hover {
  -webkit-transform: translateY(-50%) translateX(0) rotate(90deg) !important;
  transform: translateY(-50%) translateX(0) rotate(90deg) !important;
}

#shop-overlay {
  position: fixed;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  z-index: 199;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
}

.woocommerce-cart .return-to-shop .wc-backward {
  font-size: 16px;
  font-weight: 700;
}

.woocommerce-cart .woocommerce-cart-form table {
  border: 0;
}

.woocommerce-cart .woocommerce-cart-form thead tr {
  border-bottom: 0;
}

.woocommerce-cart .woocommerce-cart-form tr {
  border-bottom: 1px solid #eaeaea;
  position: relative;
}

.woocommerce-cart .woocommerce-cart-form td, .woocommerce-cart .woocommerce-cart-form th {
  border: 0;
  padding: 20px 0;
}

.woocommerce-cart .woocommerce-cart-form th {
  background: #f3f3f3;
}

.woocommerce-cart .woocommerce-cart-form .product-remove {
  width: 50px;
}

.woocommerce-cart .woocommerce-cart-form .product-remove .remove {
  width: 50px;
  height: 50px;
  float: left;
  font-size: 20px;
}

.woocommerce-cart .woocommerce-cart-form .product-thumbnail {
  width: 100px;
}

.woocommerce-cart .woocommerce-cart-form .product-thumbnail img {
  max-width: 80px;
}

.woocommerce-cart .woocommerce-cart-form .quantity {
  height: 40px;
}

@media (min-width: 1200px) {
  .woocommerce-cart .woocommerce-cart-form .product-name {
    width: 500px;
  }
}

.woocommerce-cart .woocommerce-cart-form .product-subtotal {
  text-align: right;
  padding-right: 15px;
}

.woocommerce-cart .woocommerce-cart-form .actions {
  padding-left: 15px;
  padding-right: 15px;
}

.woocommerce-cart .woocommerce-cart-form .actions .coupon {
  float: left;
}

.woocommerce-cart .woocommerce-cart-form .actions .coupon label {
  display: none;
}

.woocommerce-cart .woocommerce-cart-form .actions .coupon input {
  height: 40px;
  padding: 0 15px;
  margin-right: 10px;
}

.woocommerce-cart .woocommerce-cart-form .actions .coupon input:focus {
  border-color: #ddd;
}

.woocommerce-cart .woocommerce-cart-form .actions button[type="submit"] {
  float: right;
  height: 40px;
  padding: 0 15px;
  color: #fff;
  border: 0;
}

.woocommerce-cart .woocommerce-cart-form .actions button[type="submit"]:disabled {
  opacity: 0.3;
  pointer-events: none;
}

.woocommerce-cart .woocommerce-cart-form .actions button[type="submit"]:hover {
  opacity: 0.8;
}

.woocommerce-cart .woocommerce-cart-form .actions .cart-empty-btn {
  float: right;
  line-height: 40px;
  margin-right: 20px;
}

.woocommerce-cart .cart-collaterals {
  margin-top: 60px;
}

.woocommerce-cart .cross-sells {
  float: left;
  margin-right: 30px;
  width: -webkit-calc( ( 100% - 30px ) / 2);
  width: -moz-calc( ( 100% - 30px ) / 2);
  width: calc( ( 100% - 30px ) / 2);
}

.woocommerce-cart .cross-sells > h2 {
  font-size: 20px;
}

.woocommerce-cart .cross-sells + .cart_totals {
  width: -webkit-calc( ( 100% - 30px ) / 2);
  width: -moz-calc( ( 100% - 30px ) / 2);
  width: calc( ( 100% - 30px ) / 2);
}

.woocommerce-cart .cart_totals > h2 {
  font-size: 20px;
}

.woocommerce-cart .cart_totals .checkout-button {
  float: right;
  color: #fff;
  height: 40px;
  line-height: 40px;
  padding: 0 30px;
}

.woocommerce-cart .cart_totals .checkout-button:hover {
  opacity: 0.8;
}

.woocommerce-cart .woocommerce-shipping-calculator button[type="submit"] {
  float: left;
  height: 40px;
  margin-bottom: 10px;
  padding: 0 15px;
  color: #fff;
  border: 0;
  font-size: 13px;
}

.woocommerce-cart .woocommerce-shipping-calculator button[type="submit"]:disabled {
  opacity: 0.3;
  pointer-events: none;
}

.woocommerce-cart .woocommerce-shipping-calculator button[type="submit"]:hover {
  opacity: 0.8;
}

@media (max-width: 767px) {
  .woocommerce-cart .woocommerce-cart-form__contents tr {
    border-bottom: 0;
  }
  .woocommerce-cart .woocommerce-cart-form__contents thead {
    display: none;
  }
  .woocommerce-cart .woocommerce-cart-form__contents td {
    display: block;
    clear: both;
    padding: 10px 15px;
    width: 100% !important;
    border: 0;
    background: #fdfdfd;
  }
  .woocommerce-cart .woocommerce-cart-form__contents td:nth-child(even) {
    background: #fafafa;
  }
  .woocommerce-cart .woocommerce-cart-form__contents .product-quantity {
    padding: 0;
  }
  .woocommerce-cart .woocommerce-cart-form__contents .quantity {
    width: 100%;
  }
  .woocommerce-cart .woocommerce-cart-form__contents .quantity .qty {
    width: 100%;
    background: rgba(0, 0, 0, 0);
    border: 0;
  }
  .woocommerce-cart .woocommerce-cart-form__contents .product-remove {
    background: #f3f3f3;
  }
  .woocommerce-cart .woocommerce-cart-form__contents .product-remove .remove {
    float: none;
    width: 30px;
    height: 30px;
    color: #f00;
  }
  .woocommerce-cart .woocommerce-cart-form__contents .quantity {
    float: none;
  }
  .woocommerce-cart .woocommerce-cart-form__contents .product-subtotal {
    text-align: left;
  }
  .woocommerce-cart .woocommerce-cart-form__contents .variation dt, .woocommerce-cart .woocommerce-cart-form__contents .variation dd {
    float: left;
    margin: 0 !important;
    width: 50%;
  }
  .woocommerce-cart .woocommerce-cart-form__contents .actions {
    padding-left: 0;
    padding-right: 0;
  }
  .woocommerce-cart .woocommerce-cart-form__contents .actions .coupon {
    width: 100%;
  }
  .woocommerce-cart .woocommerce-cart-form__contents .actions .coupon input {
    width: 100%;
    margin-right: 0;
  }
  .woocommerce-cart .woocommerce-cart-form__contents .actions .cart-empty-btn {
    float: left;
    margin-right: 0;
    font-size: 12px;
  }
  .woocommerce-cart .woocommerce-cart-form__contents .actions button[type="submit"] {
    width: 100%;
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .cart_totals .shop_table_responsive th, .cart_totals .shop_table_responsive td {
    display: block;
    border-left: 0;
    border-right: 0;
  }
  .cart_totals .shop_table_responsive th {
    font-weight: 600;
  }
  .cart_totals .shop_table_responsive tr:first-child th {
    border-top: 0;
  }
  .cart_totals .shop_table_responsive tr:nth-child(odd) td {
    border-bottom: 0;
  }
  .cart_totals .shop_table_responsive tr:nth-child(even) td {
    border-bottom: 0;
  }
  .cart_totals .wc-proceed-to-checkout a {
    width: 100%;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .woocommerce-checkout .woocommerce-form,
  .woocommerce-checkout .woocommerce-form-coupon {
    max-width: 50%;
  }
}

.woocommerce-checkout .woocommerce-form .form-row-first,
.woocommerce-checkout .woocommerce-form .form-row-last,
.woocommerce-checkout .woocommerce-form-coupon .form-row-first,
.woocommerce-checkout .woocommerce-form-coupon .form-row-last {
  width: 100%;
}

.woocommerce-checkout .country_to_state {
  -webkit-appearance: none;
}

form.woocommerce-checkout {
  /**/
}

form.woocommerce-checkout .woocommerce-billing-fields > h3 {
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  form.woocommerce-checkout #customer_details {
    width: 670px;
    padding-right: 50px;
  }
}

form.woocommerce-checkout #order_review_heading {
  float: left;
  clear: none;
  margin-bottom: 58px;
}

form.woocommerce-checkout #order_review {
  border: 1px solid #eee;
  padding: 25px 45px 45px 45px;
}

@media (min-width: 1200px) {
  form.woocommerce-checkout #order_review {
    width: -webkit-calc( 100% - 720px);
    width: -moz-calc( 100% - 720px);
    width: calc( 100% - 720px);
  }
}

form.woocommerce-checkout .shop_table {
  border: 0;
  margin: 0;
}

form.woocommerce-checkout .shop_table td, form.woocommerce-checkout .shop_table th {
  border: 0;
  padding: 13px 0;
  vertical-align: top;
}

form.woocommerce-checkout .shop_table td:last-child, form.woocommerce-checkout .shop_table th:last-child {
  text-align: right;
}

form.woocommerce-checkout .shop_table tr {
  border-bottom: 1px solid #dddddd;
}

form.woocommerce-checkout .shop_table tfoot tr th:first-of-type {
  font-weight: 700;
  text-transform: uppercase;
}

form.woocommerce-checkout .shop_table .shipping th, form.woocommerce-checkout .shop_table .shipping td {
  display: block;
  width: 100%;
  text-align: left;
}

form.woocommerce-checkout .shop_table .shipping th {
  padding-bottom: 5px;
}

form.woocommerce-checkout .shop_table .shipping td {
  padding: 5px 0;
}

form.woocommerce-checkout .shop_table .shipping ul {
  margin: 0;
}

form.woocommerce-checkout .shop_table .shipping,
form.woocommerce-checkout .shop_table .order-total {
  border-bottom: 0;
}

form.woocommerce-checkout #payment {
  margin-top: 10px;
}

form.woocommerce-checkout .wc_payment_method {
  border-bottom: 1px solid #dddddd;
  padding: 19px 0;
}

form.woocommerce-checkout .wc_payment_method:last-of-type {
  border-bottom: 0;
}

form.woocommerce-checkout .wc_payment_method.payment_method_paypal img {
  max-width: 100px;
  margin: 0 10px;
}

form.woocommerce-checkout .wc_payment_method label {
  font-size: 18px;
}

form.woocommerce-checkout .payment_box {
  padding-left: 28px;
  padding-top: 10px;
}

form.woocommerce-checkout .about_paypal {
  font-size: 14px;
  position: relative;
  top: 2px;
}

form.woocommerce-checkout #place_order {
  border: 0;
  color: #fff;
  height: 55px;
  text-transform: uppercase;
}

form.woocommerce-checkout #place_order:hover {
  opacity: 0.8;
}

@media (max-width: 767px) {
  form.woocommerce-checkout #customer_details {
    margin-bottom: 30px;
  }
  form.woocommerce-checkout #order_review_heading {
    margin-bottom: 10px;
    float: none;
    clear: both;
    font-size: 150%;
  }
  form.woocommerce-checkout .form-row {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  form.woocommerce-checkout #order_review {
    border: 0;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .shop-buttons-is-sticky #place_order {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    z-index: 9999;
  }
}

/* Add to cart */
.elementor-add-to-cart .woocommerce-variation-add-to-cart {
  display: block !important;
}

.elementor-add-to-cart .variations {
  border: 0;
}

.elementor-add-to-cart .variations td {
  border: 0;
  padding: 0 10px;
}

.elementor-add-to-cart .variations td.value {
  max-width: 50%;
}

.elementor-add-to-cart .variations td.value:before {
  content: none !important;
}

.elementor-add-to-cart .variations tr:last-of-type .label {
  margin-bottom: 0;
}

@media (max-width: 600px) {
  .elementor-add-to-cart .variations tr {
    display: block !important;
  }
  .elementor-add-to-cart .variations tr:last-of-type {
    margin-bottom: 0 !important;
  }
  .elementor-add-to-cart .variations tr:last-of-type .label {
    margin-bottom: 13px !important;
  }
  .elementor-add-to-cart .variations .label,
  .elementor-add-to-cart .variations .value {
    width: 100% !important;
    display: block !important;
    max-width: 100% !important;
  }
  .elementor-add-to-cart .variations .reset_variations {
    margin-left: 0;
  }
  .elementor-add-to-cart .variations .single_add_to_cart_button {
    margin-left: 0 !important;
  }
}

.elementor-add-to-cart .reset_variations {
  margin-top: 7px;
  margin-left: 20px;
  float: none;
}

/* Product tabs */
.elementor-widget-woocommerce-product-data-tabs .woocommerce-tabs .panel {
  border-top: 0 !important;
}

.star-rating {
  display: inline-block;
  width: 63.13px;
  height: 16px;
  position: relative;
  line-height: 16px;
}

.star-rating:before {
  font-family: "ionicons";
  font-size: 16px;
  content: "";
  white-space: nowrap;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.25;
}

.star-rating > span {
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
  overflow: hidden;
  white-space: nowrap;
  line-height: 16px;
}

.star-rating > span:before {
  font-family: "ionicons";
  font-size: 16px;
  content: "";
  color: #ffc400;
  position: absolute;
  left: 0;
  top: 0;
}

.price mark,
.price ins,
.cart mark,
.cart ins {
  background: none;
}

/* UL - RADIO INPUT */
#shipping_method,
.methods {
  list-style: none;
  padding: 0;
}

#shipping_method input[type="radio"],
.methods input[type="radio"] {
  display: none;
}

#shipping_method input[type="radio"]:checked + label,
.methods input[type="radio"]:checked + label {
  font-weight: 700;
}

#shipping_method input[type="radio"]:checked + label:before,
.methods input[type="radio"]:checked + label:before {
  content: "\f192";
}

#shipping_method input[type="radio"] + label:before,
.methods input[type="radio"] + label:before {
  font-family: "FontAwesome";
  content: "\f10c";
  margin-right: 10px;
  font-size: 16px;
  color: #cccccc;
}

/* FORM ROW */
.form-row {
  margin-bottom: 16px;
}

.form-row > label {
  font-size: 13px;
  margin-bottom: 2px;
  display: block;
}

.form-row > label abbr {
  text-decoration: none;
}

.form-row.form-row-first {
  margin-right: 20px;
  width: -webkit-calc( ( 100% - 20px ) / 2);
  width: -moz-calc( ( 100% - 20px ) / 2);
  width: calc( ( 100% - 20px ) / 2);
}

.form-row.form-row-last {
  width: -webkit-calc( ( 100% - 20px ) / 2);
  width: -moz-calc( ( 100% - 20px ) / 2);
  width: calc( ( 100% - 20px ) / 2);
}

.form-row select {
  height: 50px;
  padding: 0 20px;
  border-color: #f3f3f3;
  background: #f9f9f9;
}

.form-row input[type="text"],
.form-row input[type="tel"],
.form-row input[type="email"],
.form-row input[type="password"] {
  height: 50px;
  padding: 0 20px;
  border-color: #f3f3f3;
  background: #f9f9f9;
}

.form-row input[type="text"]:focus,
.form-row input[type="tel"]:focus,
.form-row input[type="email"]:focus,
.form-row input[type="password"]:focus {
  border-color: #ddd;
}

.form-row textarea {
  min-height: 240px;
  padding: 20px;
  border-color: #f3f3f3;
  background: #f9f9f9;
  resize: none;
}

.form-row textarea:focus {
  border-color: #ddd;
}

/* LOGIN FORM */
.woocommerce-form-login-toggle,
.woocommerce-form-coupon-toggle {
  display: block;
  clear: both;
  line-height: 40px;
  text-align: center;
}

.woocommerce-form-login-toggle .woocommerce-info,
.woocommerce-form-coupon-toggle .woocommerce-info {
  font-weight: 700;
}

.woocommerce-form-login-toggle a,
.woocommerce-form-coupon-toggle a {
  text-transform: uppercase;
}

@media (max-width: 991px) {
  .woocommerce-form-login-toggle a,
  .woocommerce-form-coupon-toggle a {
    display: inline-block;
  }
}

.woocommerce-form-login-toggle .woocommerce-info:before {
  content: "\e912";
  font-family: 'zoa';
  margin-right: 10px;
  font-size: 20px;
  line-height: 1;
  vertical-align: text-bottom;
}

.woocommerce-form-coupon-toggle .woocommerce-info:before {
  content: "\f34b";
  font-family: "ionicons";
  margin-right: 10px;
  font-size: 20px;
}

.woocommerce-form-coupon {
  padding-top: 10px;
  text-align: center;
  margin: 0 auto;
}

.woocommerce-form-coupon + .woocommerce-checkout {
  margin-top: 50px;
}

/* VARIATION */
.shop_table .variation {
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
}

.shop_table .variation dt {
  font-weight: normal;
  float: left;
  margin-right: 5px;
  clear: both;
}

.shop_table .variation dd {
  margin-bottom: 0;
  float: left;
}

.shop_table .variation dd p:last-child {
  margin-bottom: 0;
}

/*  */
.woocommerce {
  /* INPUT CHECKBOX */
}

.woocommerce input[type="checkbox"] {
  margin: 0;
}

.woocommerce input[type="checkbox"]:not(.partial_pay_through_wallet) {
  display: none;
}

.woocommerce input[type="checkbox"]:checked + span:before {
  content: "\f046";
}

.woocommerce input[type="checkbox"] + span {
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
}

.woocommerce input[type="checkbox"] + span:not(.woocommerce-terms-and-conditions-checkbox-text) {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.6;
}

.woocommerce input[type="checkbox"] + span:before {
  font-weight: normal;
  font-family: "FontAwesome";
  content: "\f096";
  margin-right: 10px;
  font-size: 20px;
  line-height: 0;
}

.woocommerce .woocommerce-form-login {
  padding: 10px 0;
  margin: 0 auto;
  max-width: 50%;
}

.woocommerce .woocommerce-form__label.inline {
  display: inline-block;
  position: relative;
  top: 2px;
}

/* WARNING */
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  list-style: none;
  padding-left: 0;
}

.woocommerce-error {
  color: #b81c23;
}

.woocommerce-info {
  color: #1e85be;
}

.woocommerce-message {
  color: #8fae1b;
}

.woocommerce-notice--success {
  color: #339966;
}

/* Product load more button */
.has-product-load-more-button ul.products > .product {
  transition: margin 1000ms;
  opacity: 1;
  margin-top: 0;
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
}

.has-product-load-more-button ul.products > .product.loaded {
  margin-top: 20px;
  opacity: 0;
}

.has-product-load-more-button .load-more-product-btn {
  color: #fff;
  padding: 15px;
  min-width: 160px;
  font-weight: 600;
  position: relative;
}

.has-product-load-more-button .load-more-product-btn:before {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border: 2px solid;
  border-left-color: transparent;
  border-radius: 50%;
  opacity: 0;
  transition-duration: 0.5s;
  transition-property: opacity;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-name: circle-loading;
  animation-timing-function: linear;
}

.has-product-load-more-button .load-more-product-btn:after {
  content: '';
  display: inline-block;
  height: 100%;
  width: 0px;
  transition-delay: 0.5s;
  transition-duration: 0.75s;
  transition-property: width;
}

.has-product-load-more-button .load-more-product-btn:hover {
  color: #fff;
  filter: grayscale(10%);
}

.has-product-load-more-button .load-more-product-btn.loading {
  pointer-events: none;
  cursor: not-allowed;
}

.has-product-load-more-button .load-more-product-btn.loading:before {
  transition-delay: 0.5s;
  transition-duration: 1s;
  opacity: 1;
}

.has-product-load-more-button .load-more-product-btn.loading:after {
  transition-delay: 0s;
  width: 20px;
}

/* hide sticky button when quick-view open */
@media (max-width: 767px) {
  .shop-buttons-is-sticky.quick-view-open .single_add_to_cart_button {
    position: static;
  }
}

/* ELEMENTOR PREVIEW MODE */
.elementor-editor-active .elementor-add-to-cart.elementor-product-variable .value select,
.elementor-editor-preview .elementor-add-to-cart.elementor-product-variable .value select {
  position: static !important;
}

.elementor-editor-active .elementor-add-to-cart.elementor-product-variable .value .reset_variations,
.elementor-editor-preview .elementor-add-to-cart.elementor-product-variable .value .reset_variations {
  margin-top: -10px !important;
}

/*GENERAL
******************************************************************************************************/
.shop-content > .product {
  position: relative;
  clear: both;
  max-width: 1440px;
  margin: 0 auto;
}

.shop-content > .product:after {
  clear: both;
  display: block;
  content: '';
}

.wrapper-product-content:after {
  clear: both;
  display: block;
  content: '';
}

/* PRODUCT */
.woocommerce-loop-product__link .star-rating {
  margin-bottom: 20px;
}

/* COMMENT FORM */
.comment-form-rating .stars.selected span:hover a {
  color: #ffc400;
}

.comment-form-rating .stars.selected span:hover a:before {
  content: "" !important;
}

.comment-form-rating .stars.selected span:hover a.active ~ a:before {
  content: "\f4b2";
}

.comment-form-rating .stars.selected span a {
  color: #ffc400;
}

.comment-form-rating .stars.selected span a:before {
  content: "\f4b3";
}

.comment-form-rating .stars.selected span a.active ~ a:before {
  content: "\f4b2";
}

.comment-form-rating .stars.selected span a:hover ~ a:before {
  content: "" !important;
}

.comment-form-rating .stars span:hover a {
  color: #ffc400;
}

.comment-form-rating .stars span:hover a:before {
  content: "\f4b3";
}

.comment-form-rating .stars span a {
  font-size: 0;
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

.comment-form-rating .stars span a:hover:before {
  content: "\f4b3";
}

.comment-form-rating .stars span a:hover ~ a:before {
  content: "\f4b2";
}

.comment-form-rating .stars span a:before {
  font-size: 18px;
  font-family: "ionicons";
  content: "\f4b2";
}

/* PRODUCT IMAGES
******************************************************************************************************/
/* VIDEO BUTTON */
.single-product-gallery:hover .video-popup-btn {
  opacity: 1;
}

.video-popup-btn {
  opacity: 0;
  position: absolute;
  z-index: 2;
}

.video-popup-btn:before {
  font-size: 20px;
  margin-right: 10px;
}

/* IMAGE ZOOM */
.ez-zoom {
  position: relative;
}

.easyzoom-flyout {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 1;
  overflow: hidden;
  background: #FFF;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

.easyzoom-flyout:hover {
  opacity: 1;
}

.easyzoom-flyout img {
  max-width: initial !important;
}

/* GALLERY SLIDER */
.single-gallery-slider .single-product-gallery {
  position: relative;
  min-height: 1px;
  float: left;
}

.single-gallery-slider .single-product-gallery + .summary {
  padding-left: 50px;
}

.single-gallery-slider .video-popup-btn {
  right: 20px;
}

.single-gallery-slider .pro-thumb {
  cursor: pointer;
  position: relative;
}

.single-gallery-slider .pro-thumb.tns-nav-active img {
  border-color: #999;
}

.single-gallery-slider .pro-thumb img {
  border: 1px solid rgba(0, 0, 0, 0);
}

@media (min-width: 992px) {
  .single-gallery-slider .pro-carousel-image .tns-controls button {
    opacity: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .single-gallery-slider .pro-carousel-image .tns-controls button[data-controls="prev"] {
    left: 0;
  }
  .single-gallery-slider .pro-carousel-image .tns-controls button[data-controls="next"] {
    right: 0;
  }
  .single-gallery-slider .pro-carousel-image:hover .tns-controls button {
    opacity: 1;
  }
  .single-gallery-slider .pro-carousel-image:hover .tns-controls button[data-controls="prev"] {
    left: 20px;
  }
  .single-gallery-slider .pro-carousel-image:hover .tns-controls button[data-controls="next"] {
    right: 20px;
  }
}

@media (max-width: 991px) {
  .single-gallery-slider .pro-carousel-image .tns-controls button {
    opacity: 1;
  }
  .single-gallery-slider .pro-carousel-image .tns-controls button[data-controls="prev"] {
    left: 20px;
  }
  .single-gallery-slider .pro-carousel-image .tns-controls button[data-controls="next"] {
    right: 20px;
  }
}

.single-gallery-slider .pro-carousel-thumb .tns-controls button {
  opacity: 0;
  visibility: hidden;
  width: 30px;
  height: 30px;
}

.single-gallery-slider .pro-carousel-thumb:hover .tns-controls button {
  opacity: 1;
  visibility: visible;
}

@media (min-width: 1200px) {
  .single-gallery-slider.single-gallery-vertical .single-product-gallery {
    width: 700px;
  }
  .single-gallery-slider.single-gallery-vertical .single-product-gallery + .summary {
    width: -webkit-calc( 100% - 700px);
    width: -moz-calc( 100% - 700px);
    width: calc( 100% - 700px);
  }
  .single-gallery-slider.single-gallery-vertical .single-product-gallery:not(.has-product-thumbnails) {
    width: 600px;
  }
  .single-gallery-slider.single-gallery-vertical .single-product-gallery:not(.has-product-thumbnails) .pro-carousel-image {
    width: 100%;
  }
  .single-gallery-slider.single-gallery-vertical .single-product-gallery:not(.has-product-thumbnails) + .summary {
    width: -webkit-calc( 100% - 600px);
    width: -moz-calc( 100% - 600px);
    width: calc( 100% - 600px);
  }
}

.single-gallery-slider.single-gallery-vertical .pro-carousel-thumb {
  float: left;
  max-width: 100%;
}

@media (min-width: 992px) {
  .single-gallery-slider.single-gallery-vertical .pro-carousel-thumb {
    width: 80px;
    margin-right: 20px;
  }
}

.single-gallery-slider.single-gallery-vertical .pro-carousel-thumb .tns-controls [data-controls="prev"] {
  top: 20px;
  left: 50%;
  transform: translateX(-50%) translateY(0) rotate(90deg);
}

.single-gallery-slider.single-gallery-vertical .pro-carousel-thumb .tns-controls [data-controls="next"] {
  right: auto;
  top: auto;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%) translateY(0) rotate(90deg);
}

.single-gallery-slider.single-gallery-vertical .pro-thumb {
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .single-gallery-slider.single-gallery-vertical .has-product-thumbnails .pro-carousel-image {
    float: right;
    width: -webkit-calc( 100% - 100px);
    width: -moz-calc( 100% - 100px);
    width: calc( 100% - 100px);
  }
}

@media (max-width: 991px) {
  .single-gallery-slider.single-gallery-vertical .has-product-thumbnails .pro-carousel-image {
    margin-bottom: 10px;
  }
}

.single-gallery-slider.single-gallery-vertical .shop-content > .this-product-has-gallery-image > .onsale {
  left: 120px;
  top: 20px;
}

.single-gallery-slider.single-gallery-vertical .video-popup-btn {
  bottom: 20px;
}

@media (min-width: 1200px) {
  .single-gallery-slider.single-gallery-horizontal .single-product-gallery {
    width: 600px;
  }
  .single-gallery-slider.single-gallery-horizontal .single-product-gallery + .summary {
    width: -webkit-calc( 100% - 600px);
    width: -moz-calc( 100% - 600px);
    width: calc( 100% - 600px);
  }
}

.single-gallery-slider.single-gallery-horizontal .single-product-gallery:not(.has-product-thumbnails) .video-popup-btn {
  bottom: 20px;
}

.single-gallery-slider.single-gallery-horizontal .video-popup-btn {
  bottom: 110px;
}

.single-gallery-slider.single-gallery-horizontal .has-product-thumbnails .pro-carousel-thumb {
  margin-top: 10px;
}

@media (max-width: 991px) {
  .single-gallery-slider .has-product-thumbnails .pro-thumb {
    max-width: 100px;
  }
}

.single-gallery-slider .has-product-thumbnails #gallery-image:not(.tns-slider) .pro-img-item:first-of-type img {
  opacity: 0;
}

.single-gallery-slider .has-product-thumbnails #gallery-image:not(.tns-slider) .pro-img-item:first-of-type ~ .pro-img-item {
  display: none;
}

.single-gallery-slider .has-product-thumbnails #gallery-thumb:not(.tns-slider) .pro-thumb:first-of-type img {
  opacity: 0;
}

.single-gallery-slider .has-product-thumbnails #gallery-thumb:not(.tns-slider) .pro-thumb:first-of-type ~ .pro-thumb {
  display: none;
}

/* GALLERY IMAGE */
.single-gallery-image .single-product-gallery {
  position: relative;
  float: left;
}

@media (min-width: 1200px) {
  .single-gallery-image .single-product-gallery {
    margin-right: 50px;
  }
}

.single-gallery-image .video-popup-btn {
  top: 15px;
  right: 20px;
}

@media (min-width: 992px) {
  .single-gallery-image .single-product-gallery .pro-img-item {
    float: left;
    margin-bottom: 30px !important;
  }
}

@media (min-width: 1200px) {
  .single-gallery-image.single-gallery-list .single-product-gallery {
    width: 600px;
  }
  .single-gallery-image.single-gallery-list .single-product-gallery + .summary {
    width: -webkit-calc( 100% - 650px);
    width: -moz-calc( 100% - 650px);
    width: calc( 100% - 650px);
  }
}

@media (max-width: 1800px) {
  .single-gallery-image.single-gallery-grid .cart .single_add_to_cart_button {
    width: auto;
    padding: 0 30px;
  }
}

@media (min-width: 992px) {
  .single-gallery-image.single-gallery-grid .single-product-gallery.has-product-thumbnails .pro-img-item {
    max-width: -webkit-calc( ( 100% - 30px ) / 2);
    max-width: -moz-calc( ( 100% - 30px ) / 2);
    max-width: calc( ( 100% - 30px ) / 2);
  }
  .single-gallery-image.single-gallery-grid .single-product-gallery.has-product-thumbnails .pro-img-item:nth-child(odd) {
    clear: both;
    margin-right: 30px;
  }
}

.single-gallery-image.single-gallery-grid .single-product-gallery .pro-img-item {
  max-width: 100%;
}

.single-gallery-image.single-gallery-grid .single-product-gallery .pro-img-item:first-of-type:last-of-type {
  margin: 0 !important;
}

@media (min-width: 1600px) {
  .single-gallery-image.single-gallery-grid .single-product-gallery {
    width: 930px;
  }
  .single-gallery-image.single-gallery-grid .single-product-gallery + .summary {
    width: -webkit-calc( 100% - 980px);
    width: -moz-calc( 100% - 980px);
    width: calc( 100% - 980px);
  }
  .single-gallery-image.single-gallery-grid .single-product-gallery:not(.has-product-thumbnails) {
    width: 600px;
  }
  .single-gallery-image.single-gallery-grid .single-product-gallery:not(.has-product-thumbnails) + .summary {
    width: -webkit-calc( 100% - 650px);
    width: -moz-calc( 100% - 650px);
    width: calc( 100% - 650px);
  }
  .single-gallery-image.single-gallery-grid .single-product-gallery:not(.has-product-thumbnails) .pro-img-item {
    max-width: 100%;
    margin-right: 0;
  }
  .single-gallery-image.single-gallery-grid .single-product-gallery .pro-img-item {
    max-width: 450px;
  }
  .single-gallery-image.single-gallery-grid .single-product-gallery .pro-img-item:nth-child(odd) {
    clear: both;
    margin-right: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1599px) {
  .single-gallery-image.single-gallery-grid .single-product-gallery.has-product-thumbnails {
    width: 100%;
    margin-right: 0;
  }
  .single-gallery-image.single-gallery-grid .single-product-gallery:not(.has-product-thumbnails) {
    width: 50%;
  }
  .single-gallery-image.single-gallery-grid .single-product-gallery:not(.has-product-thumbnails) + .summary.entry-summary {
    width: -webkit-calc( 50% - 50px);
    width: -moz-calc( 50% - 50px);
    width: calc( 50% - 50px);
  }
}

.single-gallery-image .summary {
  float: left;
}

@media (max-width: 991px) {
  .single-gallery-image .has-product-thumbnails #gallery-image:not(.tns-slider) .pro-img-item:first-of-type:before {
    content: "" !important;
    z-index: 2;
    position: absolute;
    border: 1px solid #ddd;
    border-top-color: #222;
    border-radius: 100%;
    height: 20px;
    width: 20px;
    top: 50%;
    left: 50%;
    margin-left: -webkit-calc( -20px / 2);
    margin-left: -moz-calc( -20px / 2);
    margin-left: calc( -20px / 2);
    margin-top: -webkit-calc( -20px / 2);
    margin-top: -moz-calc( -20px / 2);
    margin-top: calc( -20px / 2);
    -webkit-animation: circle-loading 0.35s linear infinite;
    animation: circle-loading 0.35s linear infinite;
  }
  .single-gallery-image .has-product-thumbnails #gallery-image:not(.tns-slider) .pro-img-item:first-of-type img {
    opacity: 0;
  }
  .single-gallery-image .has-product-thumbnails #gallery-image:not(.tns-slider) .pro-img-item:first-of-type ~ .pro-img-item {
    display: none;
  }
}

figure.pro-img-item {
  margin: 0;
  cursor: pointer;
}

.pro-img-item {
  position: relative;
}

/* For Elementor Theme Builder */
.zoa-product-images-widget .single-product-gallery {
  width: 100% !important;
}

/* SUMMARY
******************************************************************************************************/
.product-type-grouped .summary .yith-wcwl-add-to-wishlist {
  margin-top: 0;
}

.product-type-grouped .summary .group_table {
  margin-top: 0;
  border-left: 0;
  border-right: 0;
}

.product-type-grouped .summary .group_table td {
  border-left: 0;
  border-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.product-type-grouped .summary .group_table .loop-action {
  position: static;
  transform: none;
}

.product-type-grouped .summary .group_table .loop-action {
  justify-content: flex-start;
}

.product-type-grouped .summary .group_table .loop-action .product-quick-view-btn,
.product-type-grouped .summary .group_table .loop-action .zoa-add-to-cart-btn,
.product-type-grouped .summary .group_table .loop-action .added_to_cart,
.product-type-grouped .summary .group_table .loop-action .yith-wcwl-add-to-wishlist a {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.product-type-grouped .summary .group_table .loop-action .yith-wcwl-add-to-wishlist {
  border-bottom: 0;
  transform: none;
}

.product-type-grouped .summary .group_table .loop-action .yith-wcwl-add-to-wishlist a {
  justify-content: center;
  font-size: 0;
}

.product-type-grouped .summary .group_table .loop-action .yith-wcwl-add-to-wishlist a:before {
  margin-right: 0;
}

.product-type-variable .variations {
  border: 0;
  margin-top: 0;
}

.product-type-variable .variations td {
  border: 0;
  padding: 0;
}

.product-type-variable .variations tr {
  display: block;
}

.product-type-variable .variations tr + tr {
  margin-top: 21px;
}

.product-type-variable .woocommerce-variation-price {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f8f5f5;
}

.product-type-external .summary .yith-wcwl-add-to-wishlist {
  margin-top: 0;
}

.summary .product_title {
  font-size: 36px;
  margin-top: 35px;
}

.summary .product_title + .price {
  margin-top: 15px;
}

.summary .yith-wcwl-add-to-wishlist {
  margin-top: 15px;
  border-bottom: 1px solid;
}

.summary .yith-wcwl-add-to-wishlist a {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  font-size: 15px;
}

.summary .yith-wcwl-add-to-wishlist a:before {
  min-width: 20px;
  margin-right: 5px;
}

.summary .yith-wcwl-add-to-wishlist a.adding-to-wishlist {
  position: relative;
}

.summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before {
  height: 20px;
}

.woocommerce-product-rating {
  margin: 10px 0;
}

.woocommerce-product-rating .star-rating {
  position: relative;
  top: 2px;
}

.woocommerce-product-details__short-description {
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 15px;
}

.cart .single_add_to_cart_button {
  width: 380px;
  height: 55px;
  color: #fff;
  border: 0;
  margin-left: 10px;
  text-transform: uppercase;
  font-size: 15px;
}

.cart .single_add_to_cart_button:hover {
  opacity: 0.7;
}

.cart .single_add_to_cart_button:before {
  content: "\e904";
  font-family: 'zoa';
  margin-right: 18px;
}

.cart .single_add_to_cart_button.disabled {
  cursor: default;
  pointer-events: none;
  opacity: 0.5;
}

.cart .yith-wcwl-add-to-wishlist {
  float: left;
  clear: both;
  margin-top: 15px;
}

.quantity {
  width: 130px;
  height: 55px;
  float: left;
}

.quantity:not(.hidden) {
  position: relative;
}

.quantity:not(.hidden) .modify-qty {
  cursor: pointer;
  position: absolute;
  font-family: "ionicons";
  font-size: 30px;
  width: 35px;
  height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.quantity:not(.hidden) .modify-qty[data-click=minus] {
  left: 0;
  text-align: right;
  padding-right: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  align-items: center;
}

.quantity:not(.hidden) .modify-qty[data-click=minus]:before {
  content: "\f462";
}

.quantity:not(.hidden) .modify-qty[data-click=plus] {
  right: 0;
  text-align: left;
  padding-left: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
}

.quantity:not(.hidden) .modify-qty[data-click=plus]:before {
  content: "\f489";
}

.quantity:not(.hidden) .qty {
  height: 100%;
  width: 100%;
  text-align: center;
  padding: 0 35px;
  font-size: 18px;
  -moz-appearance: textfield;
}

.quantity:not(.hidden) .qty::-webkit-inner-spin-button, .quantity:not(.hidden) .qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.product_meta {
  border-top: 1px solid #f8f5f5;
  padding-top: 30px;
  margin-top: 50px;
}

.product_meta span {
  font-size: 15px;
}

.product_meta > span {
  font-weight: bold;
  line-height: 35px;
}

.product_meta > span > span,
.product_meta > span > a {
  font-weight: normal;
}

.p-shared {
  margin-top: 44px;
}

.p-shared span {
  display: block;
  line-height: 24px;
}

.p-shared a {
  margin-right: 18px;
  font-size: 17px;
}

/* TABS
******************************************************************************************************/
.woocommerce-tabs {
  max-width: 770px;
  margin: 0 auto;
  clear: both;
}

.woocommerce-tabs .tabs {
  margin-top: 100px;
  margin-bottom: 55px;
  padding-left: 0;
  list-style: none;
  text-align: center;
}

.woocommerce-tabs .tabs li {
  display: inline-block;
  padding: 0 30px;
}

.woocommerce-tabs .tabs a {
  border-bottom: 2px solid rgba(0, 0, 0, 0);
  font-size: 18px;
  font-weight: 600;
  padding: 5px 0;
}

.woocommerce-tabs .woocommerce-Tabs-panel {
  margin-bottom: 120px;
  display: none;
}

.woocommerce-Reviews .woocommerce-Reviews-title,
.woocommerce-Reviews .woocommerce-review__dash {
  display: none;
}

.woocommerce-Reviews .commentlist {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.woocommerce-Reviews .comment_container {
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid #eeeeee;
}

.woocommerce-Reviews .comment_container img {
  float: left;
  border-radius: 50%;
  max-width: 60px;
}

.woocommerce-Reviews .comment_container img + .comment-text {
  width: -webkit-calc( 100% - 80px);
  width: -moz-calc( 100% - 80px);
  width: calc( 100% - 80px);
  margin-left: 20px;
}

.woocommerce-Reviews .comment_container .comment-text {
  margin-top: 0;
}

.woocommerce-Reviews .comment_container .woocommerce-review__author {
  font-size: 16px;
  font-weight: 600;
}

.woocommerce-Reviews .comment_container .woocommerce-review__published-date {
  display: block;
  font-size: 12px;
}

.woocommerce-Reviews .meta {
  margin-bottom: 15px;
}

.woocommerce-Reviews #reply-title,
.woocommerce-Reviews .comment-form-rating label {
  font-weight: 700;
}

.woocommerce-Reviews #commentform .comment-form-author,
.woocommerce-Reviews #commentform .comment-form-email {
  float: left;
  width: -webkit-calc( ( 100% - 30px ) / 2);
  width: -moz-calc( ( 100% - 30px ) / 2);
  width: calc( ( 100% - 30px ) / 2);
}

.woocommerce-Reviews #commentform .comment-form-author #author,
.woocommerce-Reviews #commentform .comment-form-author #email,
.woocommerce-Reviews #commentform .comment-form-email #author,
.woocommerce-Reviews #commentform .comment-form-email #email {
  width: 100%;
}

.woocommerce-Reviews #commentform .comment-form-email {
  margin-left: 30px;
}

.woocommerce-Reviews #commentform .required {
  color: #f00;
}

/* RELATED && UPSELL
******************************************************************************************************/
.upsells.products,
.related.products {
  border-top: 1px solid #eeeeee;
  padding-top: 76px;
}

.upsells.products > h2,
.related.products > h2 {
  text-align: center;
  font-size: 36px;
  font-weight: normal;
  margin-bottom: 63px;
}

/* Hide breadcrumb layout-2 on mobile */
@media (max-width: 991px) {
  .page-header #theme-bread {
    display: none;
  }
}

/* ELEMENTOR WOOCOMMERCE WIDGET */
.elementor-add-to-cart .cart {
  display: block !important;
}

.quick-viewing #shop-quick-view:before {
  content: "" !important;
  z-index: 2;
  position: absolute;
  border: 2px solid #ddd;
  border-top-color: #222;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  top: 50%;
  left: 50%;
  margin-left: -webkit-calc( -30px / 2);
  margin-left: -moz-calc( -30px / 2);
  margin-left: calc( -30px / 2);
  margin-top: -webkit-calc( -30px / 2);
  margin-top: -moz-calc( -30px / 2);
  margin-top: calc( -30px / 2);
  -webkit-animation: circle-loading 0.35s linear infinite;
  animation: circle-loading 0.35s linear infinite;
}

.quick-view-open {
  overflow: hidden;
}

.quick-view-open #shop-quick-view {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.quick-view-open #shop-overlay {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

#shop-quick-view {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  height: 600px;
  width: 1200px;
  overflow: hidden;
  background: #fff;
  z-index: 200;
  top: -webkit-calc( ( 100% - 600px ) / 2);
  top: -moz-calc( ( 100% - 600px ) / 2);
  top: calc( ( 100% - 600px ) / 2);
  left: -webkit-calc( ( 100% - 1200px ) / 2);
  left: -moz-calc( ( 100% - 1200px ) / 2);
  left: calc( ( 100% - 1200px ) / 2);
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
}

#quick-view-gallery {
  height: 600px;
}

#quick-view-gallery:not(.quick-view-slider) {
  max-width: 100%;
}

.quick-view-content {
  position: relative;
}

.quick-view-content .product-quick-view-btn {
  display: none;
}

.quick-view-content .product-type-grouped .group_table .yith-wcwl-add-to-wishlist {
  margin-left: 0;
}

.quick-view-content .quick-view-images {
  width: 50%;
  float: left;
}

.quick-view-content .quick-view-images .tns-controls button {
  opacity: 0;
}

.quick-view-content .quick-view-images .tns-controls button[data-controls="prev"] {
  left: 0;
}

.quick-view-content .quick-view-images .tns-controls button[data-controls="next"] {
  right: 0;
}

.quick-view-content .quick-view-images .tns-nav {
  opacity: 0;
  bottom: 20px;
}

.quick-view-content .quick-view-images:hover .tns-nav {
  opacity: 1;
  bottom: 30px;
}

.quick-view-content .quick-view-images:hover .tns-controls button {
  opacity: 1;
}

.quick-view-content .quick-view-images:hover .tns-controls button[data-controls="prev"] {
  left: 20px;
}

.quick-view-content .quick-view-images:hover .tns-controls button[data-controls="next"] {
  right: 20px;
}

.quick-view-content .summary {
  width: 50%;
  float: left;
  height: 600px;
  padding: 40px 50px;
  overflow: auto;
}

.quick-view-content .product_title {
  margin-top: 0;
  font-weight: normal;
  font-size: 28px;
}

.quick-view-content .woocommerce-product-details__short-description {
  margin-top: 10px;
  margin-bottom: 30px;
}

.quick-view-content .quantity {
  height: 40px;
  width: 110px;
}

.quick-view-content .quantity .qty {
  font-size: 14px;
}

.quick-view-content .quantity:not(.hidden) .modify-qty {
  font-size: 20px;
  justify-content: center;
  padding: 0;
  width: 40px;
  z-index: 10;
}

.quick-view-content .single_add_to_cart_button {
  min-width: 150px;
  width: initial;
  padding: 0 15px;
  height: 40px;
  font-size: 12px;
  float: left;
}

.quick-view-content .single_add_to_cart_button:before {
  margin-right: 7px;
}

.quick-view-content .yith-wcwl-add-to-wishlist {
  clear: none;
  margin-left: 10px;
  margin-top: -5px;
}

.quick-view-content .yith-wcwl-add-to-wishlist a {
  font-size: 14px;
}

.quick-view-content .product_meta {
  padding-top: 15px;
  margin-top: 30px;
}

.quick-view-content .product_meta span {
  font-size: 13px;
}

.quick-view-content .p-shared {
  margin-top: 0;
}

.quick-view-content .p-shared > span {
  display: inline-block;
  margin-right: 10px;
  font-weight: 700;
}

@media (max-width: 600px) {
  .quick-view-content .cart .yith-wcwl-add-to-wishlist {
    clear: both;
    margin-left: 0;
    margin-top: 15px;
  }
}

@media (max-width: 400px) {
  .quick-view-content .cart .quantity {
    width: 100%;
  }
  .quick-view-content .cart .button {
    margin-left: 0;
    width: 100%;
    margin-top: 10px;
  }
}

.quick-view-close-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
  font-size: 30px;
  z-index: 2;
  background: none;
  border: 0;
}

.quick-view-close-btn:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.quick-view-images {
  position: relative;
}

#shop-quick-view .size-guide-button,
#shop-quick-view .size-guide {
  display: none;
}

.select2-container .select2-selection--single {
  height: 55px;
  margin: 0;
  border-radius: 0;
  border-color: #f3f3f3;
  background: #f9f9f9;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  height: 55px;
  line-height: 55px;
  padding: 0 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 0;
  top: 0;
  width: 20px;
  height: 55px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-color: #ddd;
}

.select2-dropdown {
  border-color: #f3f3f3;
}

.woocommerce-thankyou-order-received {
  display: block;
  clear: both;
}

.woocommerce-thankyou-order-details {
  padding-left: 0;
  background: #f8f8f8;
  margin-bottom: 50px;
}

.woocommerce-thankyou-order-details li {
  list-style: none;
  border-bottom: 1px dotted #e3e3e3;
  padding: 15px;
}

.woocommerce-thankyou-order-details li:last-of-type {
  border-bottom: 0;
}

.woocommerce-thankyou-order-details strong {
  display: block;
  font-size: larger;
}

.woocommerce-table--order-details {
  margin-bottom: 50px;
}

.woocommerce-table--order-details .wc-item-meta {
  padding-left: 0;
  margin: 0;
}

.woocommerce-table--order-details .wc-item-meta li {
  list-style: none;
}

.woocommerce-table--order-details .wc-item-meta li + li {
  margin-top: 10px;
}

.woocommerce-table--order-details .wc-item-meta li p {
  display: inline-block;
}

.woocommerce-table--order-details tr:nth-child(2n) td {
  background: #fdfdfd;
}

.woocommerce-table--order-details th {
  background: #f8f8f8;
  font-weight: 600;
}

.woocommerce-table--order-details td {
  background: #fbfbfb;
  padding: 15px;
}

@media (max-width: 767px) {
  .woocommerce-table--order-details th, .woocommerce-table--order-details td {
    display: block;
    border-right: 0;
    border-top: 0;
    border-left: 0;
  }
  .woocommerce-table--order-details tr:last-of-type td:last-of-type {
    border-bottom: 0;
  }
}

.widget {
  /*SHOPPING CART*/
}

.widget.widget_shopping_cart .product_list_widget .mini_cart_item {
  padding-right: 0;
  padding-left: 90px;
}

.widget.widget_shopping_cart .product_list_widget img {
  left: 0;
}

.widget.widget_shopping_cart .product_list_widget .quantity {
  height: auto;
}

.widget.widget_shopping_cart .woocommerce-mini-cart__total {
  margin-top: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.widget.widget_shopping_cart .woocommerce-mini-cart__buttons {
  margin-bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
}

.widget.widget_shopping_cart .woocommerce-mini-cart__buttons a {
  width: 50%;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
}

.widget.widget_shopping_cart .woocommerce-mini-cart__buttons a:hover {
  opacity: 0.8;
}

.widget.widget_shopping_cart .woocommerce-mini-cart__buttons .wc-forward {
  border-left: 1px solid #fff;
}

.widget.widget_shopping_cart .variation {
  margin: 5px 0;
  font-size: 13px;
}

.widget.widget_shopping_cart .variation dt, .widget.widget_shopping_cart .variation dd {
  float: left;
  line-height: 18px;
}

.widget.widget_shopping_cart .variation dt {
  font-weight: normal;
  clear: both;
  margin-right: 5px;
}

.widget.widget_shopping_cart .variation dd {
  margin: 0;
}

.widget.widget_shopping_cart .variation dd p:last-child {
  margin-bottom: 0;
}

/*PRICE FILTER*/
.price_slider_wrapper {
  height: 4px;
  background: #f3f3f3;
}

.price_slider_wrapper .price_slider {
  margin-bottom: 30px;
  position: relative;
}

.price_slider_wrapper .ui-widget-header {
  height: 4px;
  position: absolute;
}

.price_slider_wrapper .ui-slider-handle {
  cursor: pointer;
  top: -8px;
  position: absolute;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.2);
}

.price_slider_wrapper .price_slider_amount input, .price_slider_wrapper .price_slider_amount .clear {
  display: none;
}

.price_slider_wrapper .price_slider_amount button {
  display: inline-block;
  border: 0;
  color: #fff;
  padding: 6px 17px;
  margin-right: 15px;
  font-size: 12px;
  border-radius: 3px;
}

.price_slider_wrapper .price_slider_amount button:hover, .price_slider_wrapper .price_slider_amount button:active {
  opacity: 0.8;
}

.price_slider_wrapper .price_slider_amount .price_label {
  display: inline-block;
}

/* PRODUCTS && REVIEWS && TOP RATED */
.widget_products .product_list_widget img,
.widget_recent_reviews .product_list_widget img,
.widget_top_rated_products .product_list_widget img,
.widget_recently_viewed_products .product_list_widget img {
  left: 0;
}

.widget_products li,
.widget_recent_reviews li,
.widget_top_rated_products li,
.widget_recently_viewed_products li {
  min-height: 110px;
  position: relative;
  padding: 20px 0 20px 90px;
  border-bottom: 1px solid #eaeaec;
}

.widget_products a,
.widget_recent_reviews a,
.widget_top_rated_products a,
.widget_recently_viewed_products a {
  line-height: 1.3;
  margin-bottom: 5px;
}

.widget_products .star-rating,
.widget_recent_reviews .star-rating,
.widget_top_rated_products .star-rating,
.widget_recently_viewed_products .star-rating {
  display: block;
  margin-bottom: 10px;
}

.widget_products del,
.widget_recent_reviews del,
.widget_top_rated_products del,
.widget_recently_viewed_products del {
  margin-right: 5px;
  float: left;
  clear: both;
}

.widget_products ins,
.widget_recent_reviews ins,
.widget_top_rated_products ins,
.widget_recently_viewed_products ins {
  float: left;
  background: rgba(0, 0, 0, 0);
}

/* REVIEWS */
.widget_recent_reviews .reviewer {
  float: left;
  clear: both;
}

/* Accordion product category */
.product-categories.zoa-product-categories .cat-item {
  position: relative;
}

.product-categories.zoa-product-categories .cat-item:not(.active) .children {
  display: none;
}

.product-categories.zoa-product-categories .accordion-cat-toggle {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
  color: #888;
  font-size: 1.1em;
  user-select: none;
}

.product-categories.zoa-product-categories .accordion-cat-toggle:before {
  position: relative;
}

.product-categories.zoa-product-categories .accordion-cat-toggle.active:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

/*Featured products*/
.widget_featured_product .widget-title {
  padding-right: 40px;
  position: relative;
}

.widget-featured-carousel-product-arrow {
  float: right;
  position: absolute;
  right: 0;
  top: -2px;
}

.widget-featured-carousel-product-arrow span {
  cursor: pointer;
  width: 18px;
  height: 25px;
  font-size: 1.1em;
  float: left;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.widget-featured-carousel-product .slick-slide > div .featured-carousel-product-item {
  width: 100% !important;
}

.widget-featured-carousel-product .featured-carousel-product-item {
  margin-bottom: 15px;
}

.widget-featured-carousel-product .featured-carousel-product-item:after {
  content: '';
  display: block;
  clear: both;
}

.widget-featured-carousel-product .fcp-image {
  float: left;
  width: 80px;
  margin-right: 20px;
}

.widget-featured-carousel-product .fcp-content {
  float: left;
  width: -webkit-calc( 100% - 100px);
  width: -moz-calc( 100% - 100px);
  width: calc( 100% - 100px);
}

.widget-featured-carousel-product .fcp-title {
  font-size: 1em;
  margin-top: 0;
  font-weight: normal;
}

/* Product filter */
.widget-products-filter.filter-by-color .pf-item {
  margin-right: 15px;
  margin-bottom: 15px;
}

.widget-products-filter.filter-by-color .pf-item:hover .pf-link:before, .widget-products-filter.filter-by-color .pf-item.active .pf-link:before {
  border-color: #e8e8e8;
}

.widget-products-filter.filter-by-color .pf-link {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: block;
  position: relative;
}

.widget-products-filter.filter-by-color .pf-link:before {
  content: '';
  left: -5px;
  right: -5px;
  bottom: -5px;
  top: -5px;
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0);
}

.widget-products-filter.filter-by-image .pf-item {
  width: 40px;
  height: 40px;
  margin-right: 8px;
  margin-bottom: 8px;
  font-size: 0;
}

.widget-products-filter.filter-by-image .pf-item .pf-link {
  display: block;
  border: 1px solid rgba(0, 0, 0, 0);
}

.widget-products-filter.filter-by-image .pf-item .pf-link:hover {
  border-color: #f00;
}

.widget-products-filter.filter-by-image .pf-item.active .pf-link {
  border-color: #f00;
}

.widget-products-filter.filter-by-label .pf-item {
  margin-right: 10px;
  margin-bottom: 15px;
}

.widget-products-filter.filter-by-label .pf-item:hover {
  opacity: 0.8;
}

.widget-products-filter.filter-by-label .pf-item.active .pf-label {
  background-color: #ccc;
  color: #fff;
}

.widget-products-filter.filter-by-label .pf-item.active .pf-count {
  background-color: #ddd;
  color: #444;
}

.widget-products-filter.filter-by-label .pf-item span {
  position: relative;
}

.widget-products-filter.filter-by-label .pf-link {
  line-height: 2em;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.widget-products-filter.filter-by-label .pf-label {
  padding: 0 1em;
  background-color: #ddd;
  color: #444;
}

.widget-products-filter.filter-by-label .pf-count {
  font-size: 0.9em;
  padding: 0 1em;
  background-color: #ccc;
  color: #fff;
}

.widget-products-filter.filter-by-select .pf-item {
  float: none;
  display: block;
}

.widget-products-filter .product-filter-list {
  margin: 0;
  padding: 0;
}

.widget-products-filter .product-filter-list:after {
  content: '';
  display: block;
  clear: both;
}

.widget-products-filter .pf-item {
  float: left;
}

/* WIDGETS */
.zoa-category-box-overlay {
  position: relative;
}

.zoa-category-box-overlay .zoa-category-box-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.zoa-category-box-overlay .zoa-category-box-inner {
  position: absolute;
}

.zoa-category-box-wrapper {
  position: relative;
}

.zoa-category-box-link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}

.zoa-category-box-top-left .zoa-category-box-content {
  justify-content: flex-start;
  align-items: flex-start;
}

.zoa-category-box-top-center .zoa-category-box-content {
  justify-content: flex-start;
  align-items: center;
}

.zoa-category-box-top-right .zoa-category-box-content {
  justify-content: flex-start;
  align-items: flex-end;
}

.zoa-category-box-center-left .zoa-category-box-content {
  justify-content: center;
  align-items: flex-start;
}

.zoa-category-box-center-center .zoa-category-box-content {
  justify-content: center;
  align-items: center;
}

.zoa-category-box-center-right .zoa-category-box-content {
  justify-content: center;
  align-items: flex-end;
}

.zoa-category-box-bottom-left .zoa-category-box-content {
  justify-content: flex-end;
  align-items: flex-start;
}

.zoa-category-box-bottom-center .zoa-category-box-content {
  justify-content: flex-end;
  align-items: center;
}

.zoa-category-box-bottom-right .zoa-category-box-content {
  justify-content: flex-end;
  align-items: flex-end;
}

.zoa-category-box-image {
  overflow: hidden;
}

.zoa-category-box-image img {
  display: block;
  margin: 0 auto;
  transition: transform 0.3s ease-out;
}

.zoa-category-box-title {
  margin-top: 0;
  margin-bottom: 0;
}

.zoa-category-box-wrapper:hover .zoa-category-box-image img {
  transform: scale(1.1);
}

.zoa-countdown-item {
  display: inline-block;
  margin-bottom: 10px;
  padding: 0 15px;
}

.zoa-countdown-item > * {
  display: block;
}

.zoa-countdown-digit {
  margin-bottom: 10px;
  font-size: 30px;
}

.zoa-landing-image {
  margin-bottom: 50px;
}

.zoa-landing-image-wrapper {
  position: relative;
  box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.1);
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}

.zoa-landing-image-wrapper:hover {
  box-shadow: 0 5px 60px 0 rgba(0, 0, 0, 0.1);
}

.zoa-landing-image-wrapper:hover .zoa-landing-image-link {
  background-color: rgba(58, 52, 42, 0.3);
}

.zoa-landing-image-wrapper:hover .zoa-landing-image-text {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.zoa-landing-image-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1;
  transition: background-color 0.3s;
}

.zoa-landing-image-text {
  display: inline-block;
  padding: 10px 15px;
  background-color: #dd2a2a;
  color: #fff;
  opacity: 0;
  transform: scale3d(0.9, 0.9, 1);
  transition: opacity 0.3s, transform 0.3s;
  font-weight: 600;
  text-transform: uppercase;
}

.zoa-landing-image-content {
  padding: 30px 30px 0;
}

.zoa-landing-image-title {
  margin: 0;
  font-size: 18px;
  text-align: center;
}

.zoa-landing-image-title a {
  color: #234069;
}

.zoa-landing-image-title a:hover,
.zoa-landing-image-title a:focus {
  color: #dd2a2a;
}

.wd-pro-flash-sale {
  text-align: center;
}

.wd-pro-flash-sale .price {
  font-size: 16px;
}

.flash-sale-cd {
  margin: 50px 0 30px 0;
}

.flash-sale-cd .cd-item {
  flex-direction: column;
  position: relative;
  padding-right: 40px;
  margin-right: 30px;
}

.flash-sale-cd .cd-item:after {
  content: ':';
  font-size: 24px;
  top: 2px;
  position: absolute;
  right: 0;
}

.flash-sale-cd .cd-item:last-of-type {
  margin-right: 0;
  padding-right: 0;
}

.flash-sale-cd .cd-item:last-of-type:after {
  content: none;
}

.flash-sale-cd .cd-time {
  line-height: 36px;
  font-size: 36px;
}

.flash-sale-atc a {
  width: 180px;
  height: 50px;
  padding: 0 15px;
  color: #fff !important;
  margin-top: 40px;
}

.flash-sale-atc a:hover {
  opacity: 0.8;
}

.flash-sale-atc a.loading:before {
  content: none !important;
}

.flash-sale-atc a.added {
  display: none;
}

.flash-sale-atc a.added_to_cart {
  font-size: 14px;
}

.flash-sale-atc a.added_to_cart:before {
  content: none !important;
}

.flash-sale-atc a.disable {
  pointer-events: none;
  opacity: 0.3;
}

/* RESPONSIVE */
@media (max-width: 991px) {
  .blog .cover-image {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .blog .cover-image + .blog-article-sum {
    padding-right: 0;
    max-width: 100%;
  }
  .blog .blog-article {
    margin-bottom: 50px;
  }
  .blog .blog-read-more {
    margin-top: 20px;
  }
  .single .post-nav-item {
    padding: 10px;
  }
  .single .post-nav-item .nav-item-cont .entry-title {
    font-size: 16px;
    line-height: 1.4;
  }
  /* title for blog widget - elementor */
  .ht-grid-item .entry-title,
  .blog-article-sum .entry-title {
    font-size: 150%;
  }
}

@media (max-width: 767px) {
  .single .posts-nav {
    flex-direction: column;
  }
  .single .prev-nav .nav-item-cont {
    margin-left: 15px;
  }
  .single .prev-nav img {
    margin-right: 0;
  }
  .single .post-nav-item {
    width: 100%;
  }
  .single .post-nav-item img {
    width: 70px;
    height: 70px;
  }
  .single .post-nav-item .nav-item-cont {
    max-width: -webkit-calc( 100% - 85px);
    max-width: -moz-calc( 100% - 85px);
    max-width: calc( 100% - 85px);
  }
  .single .post-nav-item.next-nav {
    justify-content: flex-start;
  }
  .single .post-nav-item.next-nav .nav-item-cont {
    order: 2;
    margin-right: 0;
    margin-left: 15px;
    text-align: left;
  }
  .single #commentform #author,
  .single #commentform #email {
    width: 100%;
    margin-right: 0;
  }
}

@media (max-width: 600px) {
  .single-post .comment-item {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  .single-post .comment-avatar {
    width: 60px;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .single-post .comment-content {
    width: 100%;
  }
}

@media (max-width: 320px) {
  #commentform #submit {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .menu-layout-4 .primary-logo {
    display: none;
  }
}

@media (max-width: 991px) {
  .menu-layout:not(.menu-layout-5) .menu-woo-action,
  .menu-layout:not(.menu-layout-5) #theme-search-btn {
    display: none;
  }
  .menu-layout:not(.menu-layout-5) .menu-woo-cart {
    margin-left: 0;
  }
  .menu-layout.menu-layout-5 .menu-toggle-btn {
    margin-right: 0;
  }
  .menu-layout.menu-layout-5 .header-logo {
    text-align: center;
  }
  .menu-layout.menu-layout-5.menu-layout--vertical .logo {
    /*iconbar width*/
    margin-left: -26px;
  }
  .menu-toggle-btn {
    margin-right: 9px;
  }
  .menu-layout--transparent {
    position: static;
  }
  .menu-layout--classic .header-logo,
  .menu-layout--classic .header-container__inner {
    text-align: center;
  }
  .menu-layout-4 .secondary-logo {
    display: none;
  }
  .menu-layout-4 .menu-toggle {
    flex-basis: 35px;
  }
}

.menu-layout-1 #menu-box {
  padding: 15px 0;
}

@media (max-width: 767px) {
  #theme-page-header .page-header {
    height: auto;
    padding: 30px 0;
    margin-bottom: 0;
  }
  #theme-page-header .page-header.ph-layout-1 {
    margin-bottom: 40px;
  }
  #theme-page-header #theme-page-title {
    margin-bottom: 10px;
  }
  #theme-page-header .page-title {
    font-size: 1.5em;
  }
}

@media (max-width: 1800px) {
  #shop-quick-view {
    width: 992px;
    height: 500px;
    top: -webkit-calc( ( 100% - 500px ) / 2);
    top: -moz-calc( ( 100% - 500px ) / 2);
    top: calc( ( 100% - 500px ) / 2);
    left: -webkit-calc( ( 100% - 992px ) / 2);
    left: -moz-calc( ( 100% - 992px ) / 2);
    left: calc( ( 100% - 992px ) / 2);
  }
  #quick-view-gallery {
    height: 500px;
  }
  .quick-view-open .quick-view-content .summary.entry-summary {
    width: 50%;
    padding-left: 30px;
    height: 500px;
  }
}

@media (max-width: 1600px) {
  .quick-view-open.cart-sidebar-open.cart-updated #shop-quick-view {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
}

@media (max-width: 991px) {
  #shop-quick-view {
    width: 100%;
    height: 400px;
    max-height: 70%;
    left: 15px;
    width: -webkit-calc( 100% - 30px);
    width: -moz-calc( 100% - 30px);
    width: calc( 100% - 30px);
    top: -webkit-calc( ( 100% - 400px ) / 2);
    top: -moz-calc( ( 100% - 400px ) / 2);
    top: calc( ( 100% - 400px ) / 2);
  }
  #quick-view-gallery {
    height: 400px;
  }
  .quick-view-open .quick-view-content .quick-view-images .tns-controls {
    display: none;
  }
  .quick-view-open .quick-view-content .quick-view-images .tns-nav {
    bottom: 30px;
    opacity: 1;
  }
  .quick-view-open .quick-view-content .summary.entry-summary {
    width: 50%;
    padding-left: 30px;
    height: 400px;
  }
}

@media (max-width: 767px) {
  #shop-quick-view {
    left: 15px;
    right: 15px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  #quick-view-gallery {
    height: auto;
  }
  .quick-view-content .quick-view-images {
    width: 100%;
  }
  .quick-view-open {
    overflow: auto;
  }
  .quick-view-open .quick-view-close-btn {
    display: none;
  }
  .quick-view-open #shop-overlay:before {
    content: "\f404";
    font-family: "ionicons";
    position: absolute;
    top: -webkit-calc( ( 100% - 480px ) / 2);
    top: -moz-calc( ( 100% - 480px ) / 2);
    top: calc( ( 100% - 480px ) / 2);
    background-color: #000;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 15px;
    color: #fff;
    font-size: 30px;
  }
  .quick-view-open .quick-view-content .summary.entry-summary {
    height: auto;
    width: 100%;
    padding: 0 15px;
  }
}

@media (max-width: 1500px) {
  .cart .single_add_to_cart_button {
    width: auto;
    padding: 0 30px;
  }
}

@media (max-width: 1199px) {
  .single-gallery-slider .single-product-gallery, .single-gallery-image .single-product-gallery {
    width: 50%;
  }
  .single-gallery-slider .single-product-gallery + .summary, .single-gallery-image .single-product-gallery + .summary {
    padding-left: 30px;
  }
  .single-gallery-slider .summary, .single-gallery-image .summary {
    width: 50%;
  }
  .single-gallery-image .single-product-gallery {
    margin-right: 30px;
  }
  .single-gallery-image .single-product-gallery + .summary {
    padding-left: 0;
  }
  .single-gallery-image .summary {
    width: -webkit-calc( 50% - 30px);
    width: -moz-calc( 50% - 30px);
    width: calc( 50% - 30px);
  }
}

@media (max-width: 991px) {
  .hover-product-image,
  .pro-carousel-thumb .tns-controls {
    display: none;
  }
  .product_list_widget .mini_cart_item .remove_from_cart_button {
    opacity: 1;
    -webkit-transform: translateY(-50%) translateX(0) rotate(0deg);
    transform: translateY(-50%) translateX(0) rotate(0deg);
  }
  .single-gallery-image .single-product-gallery {
    width: 100%;
    margin-right: 0;
  }
  .single-gallery-image .summary.entry-summary {
    width: 100%;
    padding-left: 0;
  }
  .single-gallery-slider .single-product-gallery {
    width: 100%;
    margin-right: 0;
  }
  .single-gallery-slider .summary.entry-summary {
    width: 100%;
    padding-left: 0;
  }
  .shop-container .shop-content {
    float: left;
    width: 100%;
  }
  .shop-container .shop-content + .shop-sidebar {
    margin-top: 50px;
  }
  .shop-container .shop-sidebar {
    float: left;
    width: 100%;
  }
  .single-product .woocommerce-Reviews #commentform .comment-form-author, .single-product .woocommerce-Reviews #commentform .comment-form-email {
    width: 100%;
    margin-left: 0;
  }
  .single-product .woocommerce-Reviews #commentform .comment-form-author input, .single-product .woocommerce-Reviews #commentform .comment-form-email input {
    margin-bottom: 10px !important;
  }
  .single-product .ph-layout-2 {
    height: auto;
    margin-bottom: 0;
  }
  .single-product .ph-layout-2 .container {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 991px) {
  .single-gallery-image .shop-content .pro-img-item {
    margin-bottom: 0;
  }
  .single-gallery-image .tns-inner.tns-ah {
    overflow: hidden;
  }
  .single-gallery-image .tns-nav button {
    border: 1px solid #ccc;
  }
}

@media (max-width: 720px) {
  .single-gallery-slider.single-gallery-vertical .pro-carousel-image, .single-gallery-slider.single-gallery-horizontal .pro-carousel-image {
    width: 100%;
  }
  .summary .product_title {
    margin-top: 25px;
    font-size: 200%;
  }
  .woocommerce-tabs .tabs {
    margin: 30px 0;
    text-align: left;
  }
  .woocommerce-tabs .tabs li {
    padding: 2px 0;
  }
  .woocommerce-tabs .tabs li + li {
    margin-right: 10px;
  }
  .woocommerce-tabs .tabs li.active a {
    border-bottom-width: 2px;
  }
  .woocommerce-tabs .tabs a {
    font-size: 14px;
    font-weight: normal;
    padding: 5px 10px;
    border: 1px solid #ccc;
  }
  .single-gallery-slider.single-gallery-vertical .shop-content > .this-product-has-gallery-image > .onsale {
    left: 20px;
  }
}

@media (max-width: 600px) {
  .shop-top-bar {
    display: block;
  }
  .shop-top-bar .woocommerce-result-count {
    margin-bottom: 5px;
    font-size: 13px;
  }
  .shop-top-bar .woocommerce-ordering select {
    width: 100%;
    padding: 0 10px;
    border-radius: 4px;
  }
  .single-product .woocommerce-tabs .woocommerce-Tabs-panel {
    margin-bottom: 50px;
  }
  .single-product .woocommerce-Reviews .comment_container {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .single-product .woocommerce-Reviews .comment_container img + .comment-text {
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
  .single-product .upsells.products, .single-product .related.products {
    padding-top: 0;
  }
  .single-product .upsells.products > h2, .single-product .related.products > h2 {
    font-size: 200%;
    margin: 30px 0;
  }
  .single-product .tawcvs-swatches .swatch {
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .single-product .cart .quantity {
    width: 100%;
  }
  .single-product .single_add_to_cart_button {
    margin-top: 10px;
    margin-left: 0;
    width: 100%;
    padding-left: 15px;
    padding-top: 15px;
  }
}

@media (max-width: 767px) {
  .shop-buttons-is-sticky .single_add_to_cart_button {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    margin-left: 0;
    z-index: 9999;
  }
}

@media (max-width: 991px) {
  .shop-container.has-flexible-sidebar .shop-sidebar {
    float: none;
    width: 280px;
    margin-top: 0;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    padding: 25px;
    background-color: #ffffff;
    transition: transform 0.5s ease-in-out;
    transform: translateX(-280px);
    z-index: 1000;
    overflow: auto;
  }
  .shop-container.has-flexible-sidebar .shop-sidebar.is-visible {
    transform: translateX(0);
  }
}

@media (min-width: 992px) {
  .shop-container.has-flexible-sidebar .sidebar-toggle, .shop-container.has-flexible-sidebar .sidebar-overlay {
    display: none;
  }
}

.logged-in.admin-bar .shop-container.has-flexible-sidebar .shop-sidebar {
  padding-top: 71px;
}

@media (min-width: 783px) {
  .logged-in.admin-bar .shop-container.has-flexible-sidebar .shop-sidebar {
    padding-top: 57px;
  }
}

.sidebar-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: opacity 0.5s ease-in-out;
}

.sidebar-overlay.is-visible {
  opacity: 1;
  visibility: visible;
  z-index: 999;
}

.sidebar-toggle {
  position: fixed;
  left: 0;
  top: 20%;
  z-index: 999;
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 1px solid #aaaaaa;
  background-color: #ffffff;
  font-size: 20px;
  text-align: center;
  line-height: 40px;
  transition: transform 0.5s ease-in-out, color 0.5s, box-shadow 0.5s;
  transform: translateX(0);
}

.sidebar-toggle:hover {
  box-shadow: 0 0 11px rgba(33, 33, 33, 0.2);
}

.sidebar-toggle.is-active {
  transform: translateX(280px);
}

body.hide-scrollbar {
  overflow: hidden;
}

@media (min-width: 992px) {
  body.hide-scrollbar {
    overflow: auto;
  }
}

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