/*!
* Theme Name: Minera
* Version: 1.0.2
* Description: Minera theme from Haintheme
* Author: Haintheme
* Author URI: http://themeforest.net/user/haintheme
* Theme URI: http://haintheme.com
* Text Domain: minera
* 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
        #_grid
        #_woocommerce
        #animation-keyframe
        #calc
        #filter
        #flexbox
        #shadow
        #transform
        #transition
    # Modules
        #base
        #common
        #awesome-font
        #contact-form-7
        #ionicon-font
        #keyframe
        #plyr
        #slick
        #theme-animation
        #theme-ico
    # Shortcode
        #blog-news
        #button
        #carousel-image
        #contact-form-7
        #iconbox
        #product-feature
        #product-tabs
        #testimonials
        #video-popup
        #woocommerce-column
    # Site
        #header
        #blog-comment
        #blog-content
        #blog-sidebar
        #breadcrumbs
        #comment-pingbacks-trackbacks
        #footer
        #header-layout
        #header-mini-cart
        #header-woocommerce-account
        #mega-menu
        #search-form
        #sidebar-menu-accordion
        #social-icon
    # Woocommerce
        #archive
        #cart
        #checkout-select
        #gallery-image
        #general
        #product-related
        #product-upsell
        #product-view-grid
        #product-view-list
        #quickview
        #review-comment
        #sale
        #sidebar
        #star-rating
        #summary
        #thank-you
        #variation
        #wishlist-components
        #wishlist-page
        #woocommerce-account
        #woocommerce-message
        #woocommerce-tabs
    # Custom
        #admin
        #theme-custom
----------------------------------------------------------------*/
/* 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%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.col-xs-offset-12 {
  margin-left: 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%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.33333%;
  }
  .col-sm-pull-2 {
    right: 16.66667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.33333%;
  }
  .col-sm-pull-5 {
    right: 41.66667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.33333%;
  }
  .col-sm-pull-8 {
    right: 66.66667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.33333%;
  }
  .col-sm-pull-11 {
    right: 91.66667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.33333%;
  }
  .col-sm-push-2 {
    left: 16.66667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.33333%;
  }
  .col-sm-push-5 {
    left: 41.66667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.33333%;
  }
  .col-sm-push-8 {
    left: 66.66667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.33333%;
  }
  .col-sm-push-11 {
    left: 91.66667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
  .col-sm-offset-12 {
    margin-left: 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%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.33333%;
  }
  .col-md-pull-2 {
    right: 16.66667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.33333%;
  }
  .col-md-pull-5 {
    right: 41.66667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.33333%;
  }
  .col-md-pull-8 {
    right: 66.66667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.33333%;
  }
  .col-md-pull-11 {
    right: 91.66667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-push-2 {
    left: 16.66667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.33333%;
  }
  .col-md-push-5 {
    left: 41.66667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.33333%;
  }
  .col-md-push-8 {
    left: 66.66667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.33333%;
  }
  .col-md-push-11 {
    left: 91.66667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333%;
  }
  .col-md-offset-2 {
    margin-left: 16.66667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333%;
  }
  .col-md-offset-5 {
    margin-left: 41.66667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333%;
  }
  .col-md-offset-8 {
    margin-left: 66.66667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333%;
  }
  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
  .col-md-offset-12 {
    margin-left: 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%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.33333%;
  }
  .col-lg-pull-2 {
    right: 16.66667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.33333%;
  }
  .col-lg-pull-5 {
    right: 41.66667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.33333%;
  }
  .col-lg-pull-8 {
    right: 66.66667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.33333%;
  }
  .col-lg-pull-11 {
    right: 91.66667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.33333%;
  }
  .col-lg-push-2 {
    left: 16.66667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.33333%;
  }
  .col-lg-push-5 {
    left: 41.66667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.33333%;
  }
  .col-lg-push-8 {
    left: 66.66667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.33333%;
  }
  .col-lg-push-11 {
    left: 91.66667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

/* custom */
/* filter */
.flex, .blog-news-list-center.list-basic .post-content, .theme-news-carousel.slick-initialized, .theme-news-carousel .slick-arrow, .theme-imgs-crs.slick-initialized, .wpcf7 .ajax-loader, .ctf-fashion-4 label, .ctf-fas3 .wpcf7-form-control-wrap, .ctf-fas3 input[type="submit"], .ctf-deco1 > label, .ctf-fashion-1 label, .theme-testi .slick-arrow, .theme-sc-desc, #bp_loader, .vd-is-btn, .btn-load-more-post, .el-loading, #comment-nav-above, .blog_content .blog-article .sticky .post-content:after, .ht-pagination > .page-numbers, .pf-gallery.slick-initialized, .footer-social a, .ft-menu-custom-df, .scroll-to-top, .w-head-box, .header-action, #sidebar-menu-btn, .theme-shopping-cart, .landing-page .landing-slider-btn, .fte-image, #search-form-content, .box-sidebar-menu .sidebar-menu-foot .social-list li a, .p-action, .p-action > *, .p-action .p-box-atc a, .p-image, .woocommerce-page .login .clear + .form-row, .woocommerce-page .checkout_coupon .clear + .form-row, .woocommerce-page .login .form-row input[type="submit"], .woocommerce-page .checkout_coupon .form-row input[type="submit"], .w-img-crs.slick-initialized, .w-img-crs .slick-arrow, .w-thumb-crs.slick-initialized, #ht-quick-view-popup, #ht-quick-view-popup.ht-qvp-loading, #ht-qvc, .widget_layered_nav .wc-layered-nav-term, .widget_layered_nav .wc-layered-nav-term .count, .w-quantity-btn, .variations_form .variations .reset_variations:before, .p-wl-btn, .p-wl-url, .woocommerce-wishlist .wishlist_table .product-add-to-cart, .woocommerce-wishlist .wishlist_table .product-add-to-cart .wishlist-atc, .woocommerce-wishlist .wishlist_table tfoot ul a, .woocommerce-tabs .reviews_tab span, .menu-collapse-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.flex-inline, .vc_general.vc_btn3, .theme-iconbox .iconbox-last-ico, .sc-pro-feature .sale-count-time .sale-time, .sc-pro-feature.style-1 .sale-count-time, .sc-pro-feature.style-1 .sale-buy-now a, .sc-pro-feature.style-2 .sale-buy-now a, .sc-pro-feature.style-3 .sale-buy-now a, .desc-title.desc-content-title, .desc-read-more, .purchase-minera-theme, .p-attr span, .woocommerce-cart .woocommerce-cart-form__contents .actions .cart-action .cart-update-btn, .shop-view-list .atc-shop-list a, .w-quantity, .single_add_to_cart_button, .tawcvs-swatches .swatch {
  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;
}

/* skew */
/* translate */
.duration, a, .blog-news-grid .blog-news-thumbnail img, .vc_general.vc_btn3.vc_btn3-style-text-underline-btn:after, .vc_general.vc_btn3.vc_btn3-style-text-bg-color-btn, .theme-imgs-crs .slick-arrow, .ctf-blog input[type="submit"], .ctf-fas3 input[type="submit"], .ctf-deco1 > label input[type="submit"], .ctf-contact-form input[type="submit"], .ctf-contact-form input [type="reset"], .wpb-js-composer .vc_general.vc_tta.vc_tta-style-minera-tabs .vc_tta-tab .vc_tta-title-text:before, .theme-sc-desc .sc-desc-bg, .desc-read-more:after, .blog-data .blog-article, .btn-load-more-post, .el-loading, .comment-form input:not([type="submit"]), .comment-form #comment, .comment-form #submit, .search-form .search-field, .search-form .search-submit, .widget_archive .widget-post-count,
.widget_categories .widget-post-count, .scroll-to-top, .theme-search-btn, .fte-title, #ht-search-field, .p-attr span:before, .p-action .add_to_cart_button.added + .added_to_cart:after, .p-action .p-tooltip, .cart-sidebar-close-btn, .woocommerce-cart .woocommerce-cart-form__contents .actions .coupon input[type="submit"], .woocommerce-cart .woocommerce-cart-form__contents .actions .cart-action .cart-update-btn, .woocommerce-cart .cart-collaterals .shipping-calculator-form button[type="submit"], .woocommerce-page .login .form-row input[type="submit"], .woocommerce-page .checkout_coupon .form-row input[type="submit"], .woocommerce-page #place_order, .w-img-crs .slick-arrow, .price_slider_wrapper .price_slider_amount button, .widget_layered_nav .wc-layered-nav-term .count, .single_add_to_cart_button, .tawcvs-swatches .swatch, .woocommerce-wishlist .wishlist_table .product-add-to-cart .wishlist-atc .add_to_cart_button, .woocommerce-wishlist .wishlist_table .product-remove a:before, .woocommerce-account #customer_login form input:not([type="checkbox"]):not([type="submit"]), .woocommerce-account #customer_login form input[type="submit"], .woocommerce-account #customer_login form .woocommerce-form__label-for-checkbox span, .woocommerce-MyAccount-content input[type="submit"], .tp-bullets.uranus .tp-bullet {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

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

/* modules */
/*--------------------------------------------------------------
Reset
--------------------------------------------------------------*/
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  word-wrap: break-word;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  -moz-appearance: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border: 0;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

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;
  line-height: 1;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

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 {
  margin: 20px 0;
  max-width: 100%;
}

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

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

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

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

select {
  border: 1px solid #ddd;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

input, textarea, button {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="file"],
button {
  cursor: pointer;
  padding: 0;
  border: 1px solid #cac7c7;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  clear: both;
  margin: 15px 0;
  line-height: 1.2;
  color: #3e3e3e;
}

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 {
  font-size: 14px;
  line-height: 24px;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  margin: 0 0 10px;
  color: #8f8f8f;
}

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 {
  color: #3e3e3e;
  font-weight: 300;
  line-height: 30px;
  font-size: 18px;
  margin: 42px 0;
  border-left: 4px solid #3e3e3e;
  padding-left: 15px;
  position: relative;
  clear: both;
  display: block;
}

@media (min-width: 992px) {
  blockquote {
    padding-left: 65px;
  }
}

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: transparent;
  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;
  border-width: 1px 0 0 1px;
  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 {
  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 {
  color: #3e3e3e;
  text-decoration: none;
}

dl {
  margin: 0 0 1.75em;
  line-height: 24px;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 0 10px;
}

.gallery-icon img {
  margin: 0 auto;
}

.bypostauthor {
  outline: none;
}

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

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

.wp-caption .wp-caption-text {
  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-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 base */
.post-password-form label {
  float: left;
}

.post-password-form input[type="password"] {
  height: 36px;
  min-width: 200px;
  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 15px;
  cursor: pointer;
  border: 0;
  float: left;
  background: #333;
  color: #fff;
}

.cl {
  clear: both;
}

.flw, .widget_recent_posts_thumbnail .widget_recent_post_thumbnail_item, .slick-slide, .theme-blog-news, .blog-news-thumbnail, .blog-news-list-center .blog-post-info, .blog-has-lazy-loading #ht-lazy-loading, .blog-has-lazy-loading .lazy-msg-text, .theme-news-carousel, .theme-imgs-crs, .wpcf7, .wpcf7-response-output, .ctf-fashion-4 .wpcf7-form-control-wrap, .ctf-fashion-4 label, .ctf-fashion-4 input, .ctf-fas3 .wpcf7-form-control-wrap, .ctf-fas3 input:not([type="submit"]), .ctf-deco1, .ctf-deco1 .wpcf7-form-control-wrap, .ctf-deco1 > label input[type="submit"], .ctf-fashion-1 .wpcf7-form-control-wrap, .ctf-fashion-1 label, .ctf-fashion-1 input, .ctf-contact-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="reset"]), .ctf-contact-form textarea, .wpb-js-composer .vc_general.vc_tta.vc_tta-style-minera-tabs .vc_tta-tabs-container, .wpb-js-composer .vc_general.vc_tta.vc_tta-style-minera-tabs .vc_tta-panels-container, .wpb-js-composer .vc_tta-container, .theme-testi, #comments, #respond, .comment-list .children, .comment-item, .comment-time, .comment-text, .comment-form, .comment-form input:not([type="submit"]), .comment-form #comment, .comment-form .form-submit, .blog_content, .post-content, .blog-article, .blog-post-cover, .blog_content .blog-article .sticky .post-content, .ht-pagination, .woocommerce-pagination, .ht-pagination > .page-numbers, .woocommerce-pagination > .page-numbers, .blog-top-info, .b-related-img, .b-related-content, .b-related-date, .blog-post-single, .single-format-content, .widget, .search-form, .tagcloud, .comment-post-pingback, .footer-social, .footer-default, .theme-header-layout, .header-box, .fte-title, .shop-view-grid .p-attr, .p-col, .p-head, .cart-sidebar-content, .woocommerce-mini-cart-item .variation, .cart_item .variation, .woocommerce-mini-cart, .woocommerce-mini-cart-item, .woocommerce-mini-cart-item .quantity, .woocommerce-mini-cart__total, .woocommerce-mini-cart__buttons, .woocommerce-cart .cart-collaterals, .woocommerce-cart .cart-collaterals .shipping-calculator-form, .woocommerce-page .woocommerce, .woocommerce-page.woocommerce-checkout .woocommerce-info, .woocommerce-page .login, .woocommerce-page .checkout_coupon, .woocommerce-page #customer_details, .woocommerce-page .woocommerce-billing-fields, .woocommerce-page .woocommerce-shipping-fields, .woocommerce-page .woocommerce-account-fields, .woocommerce-page .woocommerce-additional-fields, .woocommerce-page #order_review, .woocommerce-page .woocommerce-checkout-payment, .woocommerce-page .payment_methods, .woocommerce-page .payment_methods .wc_payment_method, .woocommerce-page .place-order, .woocommerce-page #place_order, .w-images-box, .related.products, .up-sells.upsells, .shop-view-grid.theme-product-shortcode, .quick-view-box > .product, #reviews .commentlist, #reviews #review_form_wrapper, #reviews #commentform p:not(.form-submit) input, #reviews .comment-form-rating, .price_slider_wrapper .price_slider, .widget_products li,
.widget_recent_reviews li,
.widget_top_rated_products li, .w-summary-box, .woocommerce-product-details__short-description, .stock-normal, .product_meta, .product_meta > span, .variations_form, .single_variation_wrap, .woocommerce-variation-add-to-cart, .woocommerce-account #customer_login, .woocommerce-account #customer_login form, .woocommerce-account #customer_login form label, .woocommerce-account #customer_login form input:not([type="checkbox"]):not([type="submit"]), .woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content, .woocommerce-MyAccount-content fieldset, .woocommerce-tabs, .woocommerce-tabs .woocommerce-Tabs-panel, .vc_empty_space, .vc_custom_heading, .counter-reset {
  float: left;
  width: 100%;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.float-none {
  float: left;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-none {
  text-transform: none !important;
}

.no-wrap {
  white-space: nowrap;
}

.display-none {
  display: none;
}

.display-block {
  display: block;
}

.display-inline {
  display: inline;
}

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

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

.no-padding {
  padding: 0;
}

.no-margin {
  margin: 0;
}

.screen-reader-text, .woocommerce-tabs .woocommerce-Tabs-panel > h2,
.sr-only,
.plyr__sr-only,
.blog-news-list-center.list-basic .blog-post-sumary,
.blog-news-list-center.list-basic .blog-news-thumbnail,
.blog-news-list-center.list-basic .read-more,
.blog-news-grid.grid-col-3 .if-author,
.blog-news-grid.grid-col-3 .if-comment,
.blog-news-grid.grid-col-3 .blog-post-sumary {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

/* 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 {
  margin-top: 15px;
}

.widget_recent_posts_thumbnail .blog-recent-post-thumbnail-img {
  float: left;
  width: 70px;
}

.widget_recent_posts_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 span {
  float: left;
  width: 100%;
  font-size: 12px;
}

.theme-col-item {
  float: left;
}

@media (min-width: 992px) {
  .theme-col-2 .theme-col-item {
    width: -webkit-calc((100% - 30px) / 2);
    width: -moz-calc((100% - 30px) / 2);
    width: calc((100% - 30px) / 2);
  }
  .theme-col-2 .theme-col-item:nth-of-type(2n+3) {
    clear: both;
  }
  .theme-col-2 .theme-col-item:nth-of-type(odd) {
    margin-right: 30px;
  }
  .theme-col-3 .theme-col-item {
    width: -webkit-calc((100% - 60px) / 3);
    width: -moz-calc((100% - 60px) / 3);
    width: calc((100% - 60px) / 3);
  }
  .theme-col-3 .theme-col-item:nth-of-type(3n+4) {
    clear: both;
  }
  .theme-col-3 .theme-col-item:nth-of-type(3n+2) {
    margin: 0 30px;
  }
  .theme-col-4 .theme-col-item {
    width: -webkit-calc((100% - 90px) / 4);
    width: -moz-calc((100% - 90px) / 4);
    width: calc((100% - 90px) / 4);
  }
  .theme-col-4 .theme-col-item:nth-of-type(4n+5) {
    clear: both;
  }
  .theme-col-4 .theme-col-item:nth-of-type(n+1) {
    margin-right: 30px;
  }
  .theme-col-4 .theme-col-item:nth-of-type(4n) {
    margin-right: 0;
  }
}

@media (min-width: 769px) and (max-width: 991px) {
  .theme-col-2 .theme-col-item, .theme-col-3 .theme-col-item, .theme-col-4 .theme-col-item {
    width: -webkit-calc((100% - 30px) / 2);
    width: -moz-calc((100% - 30px) / 2);
    width: calc((100% - 30px) / 2);
  }
  .theme-col-2 .theme-col-item:nth-of-type(2n+3), .theme-col-3 .theme-col-item:nth-of-type(2n+3), .theme-col-4 .theme-col-item:nth-of-type(2n+3) {
    clear: both;
  }
  .theme-col-2 .theme-col-item:nth-of-type(odd), .theme-col-3 .theme-col-item:nth-of-type(odd), .theme-col-4 .theme-col-item:nth-of-type(odd) {
    margin-right: 30px;
  }
}

@media (max-width: 768px) {
  .theme-col-2 .theme-col-item, .theme-col-3 .theme-col-item, .theme-col-4 .theme-col-item {
    width: 100%;
  }
}

@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;
}

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "\f000";
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fa-imdb:before {
  content: "\f2d8";
}

.fa-ravelry:before {
  content: "\f2d9";
}

.fa-eercast:before {
  content: "\f2da";
}

.fa-microchip:before {
  content: "\f2db";
}

.fa-snowflake-o:before {
  content: "\f2dc";
}

.fa-superpowers:before {
  content: "\f2dd";
}

.fa-wpexplorer:before {
  content: "\f2de";
}

.fa-meetup:before {
  content: "\f2e0";
}

@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";
}

/* rotate 1 round */
@-webkit-keyframes loading360 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

/* img hover effect */
@-webkit-keyframes a-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes a-pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes a-shake {
  0%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
}

@keyframes a-shake {
  0%, to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
}

@-webkit-keyframes a-cicle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@keyframes a-cicle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@-webkit-keyframes a-shine {
  100% {
    left: 125%;
  }
}

@keyframes a-shine {
  100% {
    left: 125%;
  }
}

@-webkit-keyframes a-flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

@keyframes a-flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

/* blog lazy loading */
@-webkit-keyframes lazy-flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes lazy-flash {
  from, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

/* icon wishlist hover */
@-webkit-keyframes a-pulse-big {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes a-pulse-big {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

/* add to wishlist single */
@-webkit-keyframes custom {
  0% {
    opacity: 0;
  }
  1% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  99% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes custom {
  0% {
    opacity: 0;
  }
  1% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
  }
  99% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* animation on sidebar menu when click `a` button */
@-webkit-keyframes menu-ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}

@keyframes menu-ripple {
  100% {
    opacity: 0;
    transform: scale(2.5);
  }
}

/* so more loading */
.so-more-loading, .p-image.image-is-loading:before, .p-action .add_to_cart_button.loading:after, .cart-sidebar-content.cart-removing:before, .w-crs:not(.slick-initialized):before, .shop-view-list .atc-shop-list a.loading:after, .single_add_to_cart_button.adding-to-cart:after, .p-wl-btn-clicked:after {
  content: '';
  z-index: 2;
  position: absolute;
  border: 2px solid #ddd;
  border-top-color: #a9803c;
  border-radius: 100%;
  height: 13px;
  width: 13px;
  top: 2px;
  -webkit-animation: loading360 0.5s linear infinite;
  animation: loading360 0.5s linear infinite;
}

#page-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999999;
  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 {
  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;
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}

.is-loading-effect:before {
  content: '';
  position: absolute;
  border: 3px solid #e8e8e8;
  border-top-color: #29d;
  border-radius: 100%;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: loading360 0.4s linear infinite;
  animation: loading360 0.4s linear infinite;
}

/* 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);
  }
}

.plyr .plyr__video-embed iframe,
.plyr__tooltip {
  pointer-events: none;
}

@-webkit-keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}

@keyframes plyr-progress {
  to {
    background-position: 25px 0;
  }
}

.plyr {
  position: relative;
  width: 100%;
  direction: ltr;
  float: left;
}

.plyr iframe {
  margin: 0;
}

.plyr a,
.plyr button,
.plyr input,
.plyr label {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

.plyr audio,
.plyr video {
  width: 100%;
  height: auto;
  vertical-align: middle;
  border-radius: inherit;
}

.plyr input[type=range] {
  display: block;
  height: 20px;
  width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  border: none;
  background: 0 0;
}

.plyr input[type=range]::-webkit-slider-runnable-track {
  height: 8px;
  background: 0 0;
  border: 0;
  border-radius: 4px;
  -webkit-user-select: none;
  user-select: none;
}

.plyr input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  margin-top: -4px;
  position: relative;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  transition: background .2s ease, border .2s ease, transform .2s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}

.plyr input[type=range]::-moz-range-track {
  height: 8px;
  background: 0 0;
  border: 0;
  border-radius: 4px;
  -moz-user-select: none;
  user-select: none;
}

.plyr input[type=range]::-moz-range-thumb {
  position: relative;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  transition: background .2s ease, border .2s ease, transform .2s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
}

.plyr input[type=range]::-ms-track {
  height: 8px;
  background: 0 0;
  border: 0;
  color: transparent;
}

.plyr input[type=range]::-ms-fill-upper {
  height: 8px;
  background: 0 0;
  border: 0;
  border-radius: 4px;
  -ms-user-select: none;
  user-select: none;
}

.plyr input[type=range]::-ms-fill-lower {
  height: 8px;
  border: 0;
  border-radius: 4px;
  -ms-user-select: none;
  user-select: none;
  background: #3498db;
}

.plyr input[type=range]::-ms-thumb {
  position: relative;
  height: 16px;
  width: 16px;
  background: #fff;
  border: 2px solid transparent;
  border-radius: 100%;
  transition: background .2s ease, border .2s ease, transform .2s ease;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15), 0 0 0 1px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  margin-top: 0;
}

.plyr input[type=range]::-ms-tooltip {
  display: none;
}

.plyr input[type=range]::-moz-focus-outer {
  border: 0;
}

.plyr input[type=range].tab-focus:focus {
  outline-offset: 3px;
}

.plyr input[type=range]:active::-webkit-slider-thumb {
  background: #3498db;
  border-color: #fff;
  transform: scale(1.25);
}

.plyr input[type=range]:active::-moz-range-thumb {
  background: #3498db;
  border-color: #fff;
  transform: scale(1.25);
}

.plyr input[type=range]:active::-ms-thumb {
  background: #3498db;
  border-color: #fff;
  transform: scale(1.25);
}

.plyr--video input[type=range].tab-focus:focus {
  outline: rgba(255, 255, 255, 0.5) dotted 1px;
}

.plyr--audio input[type=range].tab-focus:focus {
  outline: rgba(86, 93, 100, 0.5) dotted 1px;
}

.plyr__video-wrapper {
  position: relative;
  background: #000;
  border-radius: inherit;
}

.plyr__video-embed {
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.plyr__video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.plyr__video-embed > div {
  position: relative;
  padding-bottom: 200%;
  transform: translateY(-35.95%);
}

.plyr video::-webkit-media-text-track-container {
  display: none;
}

.plyr__captions {
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  transform: translateY(-40px);
  transition: transform .3s ease;
  color: #fff;
  font-size: 16px;
  text-align: center;
  font-weight: 400;
}

.plyr__captions span {
  border-radius: 2px;
  padding: 3px 10px;
  background: rgba(0, 0, 0, 0.7);
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
  line-height: 150%;
}

.plyr__captions span:empty {
  display: none;
}

@media (min-width: 768px) {
  .plyr__captions {
    font-size: 24px;
  }
}

.plyr--captions-active .plyr__captions {
  display: block;
}

.plyr--fullscreen-active .plyr__captions {
  font-size: 32px;
}

.plyr--hide-controls .plyr__captions {
  transform: translateY(-15px);
}

.plyr::-webkit-media-controls {
  display: none;
}

.plyr__controls {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  text-align: center;
}

.plyr__controls .plyr__progress,
.plyr__controls .plyr__time,
.plyr__controls > button {
  margin-left: 5px;
}

.plyr__controls .plyr__progress:first-child,
.plyr__controls .plyr__time:first-child,
.plyr__controls > button:first-child {
  margin-left: 0;
}

.plyr__controls .plyr__volume {
  margin-left: 5px;
}

.plyr__controls [data-plyr=pause] {
  margin-left: 0;
}

.plyr__controls button {
  position: relative;
  display: inline-block;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  overflow: visible;
  vertical-align: middle;
  padding: 7px;
  border: 0;
  background: 0 0;
  border-radius: 3px;
  cursor: pointer;
  transition: background .3s ease, color .3s ease, opacity .3s ease;
  color: inherit;
}

.plyr__controls button svg {
  width: 18px;
  height: 18px;
  display: block;
  fill: currentColor;
}

.plyr__controls button:focus {
  outline: 0;
}

.plyr__controls .icon--captions-on,
.plyr__controls .icon--exit-fullscreen,
.plyr__controls .icon--muted {
  display: none;
}

@media (min-width: 480px) {
  .plyr__controls .plyr__progress,
  .plyr__controls .plyr__time,
  .plyr__controls > button {
    margin-left: 10px;
  }
}

.plyr--hide-controls .plyr__controls {
  opacity: 0;
  pointer-events: none;
}

.plyr--video .plyr__controls {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 50px 10px 10px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.5));
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
  color: #fff;
  transition: opacity .3s ease;
}

.plyr--video .plyr__controls button.tab-focus:focus,
.plyr--video .plyr__controls button:hover {
  background: #3498db;
  color: #fff;
}

.plyr--audio .plyr__controls {
  padding: 10px;
  border-radius: inherit;
  background: #fff;
  border: 1px solid #dbe3e8;
  color: #565D64;
}

.plyr--audio .plyr__controls button.tab-focus:focus,
.plyr--audio .plyr__controls button:hover,
.plyr__play-large {
  background: transparent;
  color: #fff;
}

.plyr__play-large {
  cursor: pointer;
  display: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 10px;
  border: 1px solid currentColor;
  border-radius: 100%;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  transition: all .3s ease;
}

.plyr__play-large svg {
  position: relative;
  left: 2px;
  width: 20px;
  height: 20px;
  display: block;
  fill: currentColor;
}

.plyr__play-large:focus {
  outline: rgba(255, 255, 255, 0.5) dotted 1px;
}

.plyr .plyr__play-large {
  display: inline-block;
  outline: none;
}

.plyr--audio .plyr__play-large,
.plyr--playing .plyr__controls [data-plyr=play],
.plyr__controls [data-plyr=pause] {
  display: none;
}

.plyr--playing .plyr__play-large {
  opacity: 0;
  visibility: hidden;
}

.plyr--playing .plyr__controls [data-plyr=pause] {
  display: inline-block;
}

.plyr--captions-active .plyr__controls .icon--captions-on,
.plyr--fullscreen-active .icon--exit-fullscreen,
.plyr--muted .plyr__controls .icon--muted {
  display: block;
}

.plyr [data-plyr=captions],
.plyr [data-plyr=fullscreen],
.plyr--captions-active .plyr__controls .icon--captions-on + svg,
.plyr--fullscreen-active .icon--exit-fullscreen + svg,
.plyr--muted .plyr__controls .icon--muted + svg {
  display: none;
}

.plyr--captions-enabled [data-plyr=captions],
.plyr--fullscreen-enabled [data-plyr=fullscreen] {
  display: inline-block;
}

.plyr__tooltip {
  position: absolute;
  z-index: 2;
  bottom: 100%;
  margin-bottom: 10px;
  padding: 5px 7.5px;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  transform: translate(-50%, 10px) scale(0.8);
  transform-origin: 50% 100%;
  transition: transform .2s .1s ease, opacity .2s .1s ease;
}

.plyr__tooltip::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: -4px;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(0, 0, 0, 0.7);
  border-left: 4px solid transparent;
  z-index: 2;
}

.plyr button.tab-focus:focus .plyr__tooltip,
.plyr button:hover .plyr__tooltip,
.plyr__tooltip--visible {
  opacity: 1;
  transform: translate(-50%, 0) scale(1);
}

.plyr button:hover .plyr__tooltip {
  z-index: 3;
}

.plyr__controls button:first-child .plyr__tooltip {
  left: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 0 100%;
}

.plyr__controls button:first-child .plyr__tooltip::before {
  left: 16px;
}

.plyr__controls button:last-child .plyr__tooltip {
  right: 0;
  transform: translate(0, 10px) scale(0.8);
  transform-origin: 100% 100%;
}

.plyr__controls button:last-child .plyr__tooltip::before {
  left: auto;
  right: 16px;
  transform: translateX(50%);
}

.plyr__controls button:first-child .plyr__tooltip--visible,
.plyr__controls button:first-child.tab-focus:focus .plyr__tooltip,
.plyr__controls button:first-child:hover .plyr__tooltip,
.plyr__controls button:last-child .plyr__tooltip--visible,
.plyr__controls button:last-child.tab-focus:focus .plyr__tooltip,
.plyr__controls button:last-child:hover .plyr__tooltip {
  transform: translate(0, 0) scale(1);
}

.plyr__progress {
  position: relative;
  display: none;
  -ms-flex: 1;
  flex: 1;
}

.plyr__progress input[type=range] {
  position: relative;
  z-index: 2;
}

.plyr__progress input[type=range]::-webkit-slider-runnable-track {
  background: 0 0;
}

.plyr__progress input[type=range]::-moz-range-track {
  background: 0 0;
}

.plyr__progress input[type=range]::-ms-fill-upper {
  background: 0 0;
}

.plyr__progress .plyr__tooltip {
  left: 0;
}

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

.plyr__progress--buffer,
.plyr__progress--played,
.plyr__volume--display {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 8px;
  margin: -4px 0 0;
  padding: 0;
  vertical-align: top;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 100px;
}

.plyr__progress--buffer::-webkit-progress-bar,
.plyr__progress--played::-webkit-progress-bar,
.plyr__volume--display::-webkit-progress-bar {
  background: 0 0;
}

.plyr__progress--buffer::-webkit-progress-value,
.plyr__progress--played::-webkit-progress-value,
.plyr__volume--display::-webkit-progress-value {
  background: currentColor;
  border-radius: 100px;
  min-width: 8px;
}

.plyr__progress--buffer::-moz-progress-bar,
.plyr__progress--played::-moz-progress-bar,
.plyr__volume--display::-moz-progress-bar {
  background: currentColor;
  border-radius: 100px;
  min-width: 8px;
}

.plyr__progress--buffer::-ms-fill,
.plyr__progress--played::-ms-fill,
.plyr__volume--display::-ms-fill {
  border-radius: 100px;
}

.plyr__progress--played,
.plyr__volume--display {
  z-index: 1;
  color: #3498db;
  background: 0 0;
  transition: none;
}

.plyr__progress--played::-webkit-progress-value,
.plyr__volume--display::-webkit-progress-value {
  min-width: 8px;
  max-width: 99%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  transition: none;
}

.plyr__progress--played::-moz-progress-bar,
.plyr__volume--display::-moz-progress-bar {
  min-width: 8px;
  max-width: 99%;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  transition: none;
}

.plyr__progress--played::-ms-fill,
.plyr__volume--display::-ms-fill {
  display: none;
}

.plyr__progress--buffer::-webkit-progress-value {
  transition: width .2s ease;
}

.plyr__progress--buffer::-moz-progress-bar {
  transition: width .2s ease;
}

.plyr__progress--buffer::-ms-fill {
  transition: width .2s ease;
}

.plyr--video .plyr__progress--buffer,
.plyr--video .plyr__volume--display {
  background: rgba(255, 255, 255, 0.25);
}

.plyr--video .plyr__progress--buffer {
  color: rgba(255, 255, 255, 0.25);
}

.plyr--audio .plyr__progress--buffer,
.plyr--audio .plyr__volume--display {
  background: rgba(198, 214, 219, 0.66);
}

.plyr--audio .plyr__progress--buffer {
  color: rgba(198, 214, 219, 0.66);
}

.plyr--loading .plyr__progress--buffer {
  -webkit-animation: plyr-progress 1s linear infinite;
  animation: plyr-progress 1s linear infinite;
  background-size: 25px 25px;
  background-repeat: repeat-x;
  background-image: linear-gradient(-45deg, rgba(0, 0, 0, 0.15) 25%, transparent 25%, transparent 50%, rgba(0, 0, 0, 0.15) 50%, rgba(0, 0, 0, 0.15) 75%, transparent 75%, transparent);
  color: transparent;
}

.plyr--video.plyr--loading .plyr__progress--buffer {
  background-color: rgba(255, 255, 255, 0.25);
}

.plyr--audio.plyr--loading .plyr__progress--buffer {
  background-color: rgba(198, 214, 219, 0.66);
}

.plyr__time {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
}

.plyr__time + .plyr__time {
  display: none;
}

@media (min-width: 768px) {
  .plyr__time + .plyr__time {
    display: inline-block;
  }
}

.plyr__time + .plyr__time::before {
  content: '\2044';
  margin-right: 10px;
}

.plyr__volume {
  display: none;
}

.plyr .plyr__volume {
  -ms-flex: 1;
  flex: 1;
  position: relative;
}

.plyr .plyr__volume input[type=range] {
  position: relative;
  z-index: 2;
}

@media (min-width: 480px) {
  .plyr .plyr__volume {
    display: block;
    max-width: 60px;
  }
}

@media (min-width: 768px) {
  .plyr .plyr__volume {
    max-width: 100px;
  }
}

.plyr--is-ios .plyr__volume,
.plyr--is-ios [data-plyr=mute] {
  display: none !important;
}

.plyr--fullscreen-active {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 10000000;
  background: #000;
  border-radius: 0 !important;
}

.plyr--fullscreen-active video {
  height: 100%;
}

.plyr--fullscreen-active .plyr__video-wrapper {
  height: 100%;
  width: 100%;
}

.plyr--fullscreen-active .plyr__controls {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.plyr--fullscreen-active.plyr--vimeo .plyr__video-wrapper {
  height: 0;
  top: 50%;
  transform: translateY(-50%);
}

.slick-slider {
  position: relative;
  display: block;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list.draggable {
  cursor: -webkit-grab;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  min-height: 1px;
}

.slick-slide img {
  display: inline-block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.draggable img {
  pointer-events: none;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

@media (max-width: 991px) {
  .slick-arrow {
    opacity: 0;
    visibility: hidden;
  }
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow.slick-disabled {
  cursor: default;
  opacity: 0;
  visibility: hidden;
}

.slick-dots {
  padding: 0;
  text-align: center;
}

.slick-dots li {
  list-style: none;
  display: inline-block;
  margin: 0 3px;
  font-size: 0;
}

.slick-dots button {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #ddd;
  font-size: 0;
  border: 0;
}

@media (min-width: 992px) {
  /* image hover effect */
  .w-item img {
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
  }
  /* rotate */
  .h-rotate:hover .w-item img {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  .h-rotate .w-item img {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  /* blur */
  .h-blur:hover .w-item img {
    -webkit-filter: blur(3px);
    filter: blur(3px);
  }
  .h-blur .w-item img {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
  /* gray scale */
  .h-gray-scale:hover .w-item {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
  }
  .h-gray-scale .w-item img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
  /* sepia */
  .h-sepia:hover .w-item img {
    -webkit-filter: sepia(100%);
    filter: sepia(100%);
  }
  .h-sepia .w-item img {
    -webkit-filter: sepia(0);
    filter: sepia(0);
  }
  /* opacity */
  .h-opacity:hover .w-item img {
    opacity: 0.5;
  }
  .h-opacity .w-item img {
    opacity: 1;
  }
  /* flashing */
  .h-flashing:hover .w-item img {
    opacity: 1;
    -webkit-animation: a-flash 0.8s;
    animation: a-flash 0.8s;
  }
  /* shine */
  .h-shine:hover .w-item:before {
    -webkit-animation: a-shine 0.75s;
    animation: a-shine 0.75s;
  }
  .h-shine .w-item {
    position: relative;
    overflow: hidden;
  }
  .h-shine .w-item:before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skew(-25deg, 0deg);
    transform: skew(-25deg, 0deg);
  }
  /* circle */
  .h-circle:hover .w-item:before {
    -webkit-animation: a-cicle 0.75s;
    animation: a-cicle 0.75s;
  }
  .h-circle .w-item {
    position: relative;
    overflow: hidden;
  }
  .h-circle .w-item:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 100%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  /* zoom in */
  .h-zoom-in:hover .w-item img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
  .h-zoom-in .w-item {
    overflow: hidden;
  }
  .h-zoom-in .w-item img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  /* zoom out */
  .h-zoom-out:hover .w-item img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  .h-zoom-out .w-item {
    overflow: hidden;
  }
  .h-zoom-out .w-item img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  /* fade in up */
  .h-fadeup:hover .w-item {
    top: -20px;
  }
  .h-fadeup .w-item {
    position: relative;
    top: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  /* shake */
  .h-shake:hover .w-item {
    -webkit-animation: a-shake 1s ease-in-out;
    animation: a-shake 1s ease-in-out;
  }
  /* pulse */
  .h-pulse:hover .w-item img {
    -webkit-animation: a-pulse 0.3s ease-in-out;
    animation: a-pulse 0.3s ease-in-out;
  }
}

@font-face {
  font-family: 'ht-ico';
  src: url("fonts/ht-ico.eot?1rl7a3");
  src: url("fonts/ht-ico.eot?1rl7a3#iefix") format("embedded-opentype"), url("fonts/ht-ico.ttf?1rl7a3") format("truetype"), url("fonts/ht-ico.woff?1rl7a3") format("woff"), url("fonts/ht-ico.svg?1rl7a3#ht-ico") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="ht-ico-"], [class*=" ht-ico-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'ht-ico' !important;
  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;
}

.ht-ico-cart:before {
  content: "\e900";
}

.ht-ico-cart-full:before {
  content: "\e906";
}

.ht-ico-heart:before {
  content: "\e901";
}

.ht-ico-outline:before {
  content: "\e902";
}

.ht-ico-menu:before {
  content: "\e903";
}

.ht-ico-search:before {
  content: "\e904";
}

.ht-ico-user:before {
  content: "\e905";
}

/* shortcode */
/* BLOG NEWS */
.theme-blog-news .blog-post-info {
  margin-top: 24px;
  margin-bottom: 14px;
}

.theme-blog-news .blog-post-sumary {
  margin-top: 23px;
}

.theme-blog-news:not(.blog-news-masonry) {
  height: initial !important;
}

.if-cate {
  display: none;
}

.blog-news-tit {
  font-size: 24px;
  line-height: 36px;
}

.blog-news-tit:hover {
  color: #8f8f8f;
}

@media (max-width: 991px) {
  .blog-news-tit {
    font-size: 16px;
    line-height: 24px;
  }
}

/* list style */
.blog-news-list .blog-article {
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #e8e8e8;
}

.blog-news-list .blog-news-thumbnail {
  max-width: 370px;
}

.blog-news-list .blog-news-thumbnail + .post-content {
  max-width: -webkit-calc(100% - 411px);
  max-width: -moz-calc(100% - 411px);
  max-width: calc(100% - 411px);
  margin-left: 40px;
}

/* list center style */
.blog-news-list-center {
  /*basic style: not img thumbnail + summary*/
}

.blog-news-list-center * {
  text-align: center;
}

.blog-news-list-center .blog-article {
  margin-bottom: 63px;
}

.blog-news-list-center .post-content {
  padding: 0 15px;
}

@media (min-width: 992px) {
  .blog-news-list-center .post-content {
    max-width: 830px;
    float: none;
    margin: 0 auto;
  }
}

.blog-news-list-center.list-basic .blog-post-sumary, .blog-news-list-center.list-basic .blog-news-thumbnail, .blog-news-list-center.list-basic .read-more {
  margin: 0;
}

.blog-news-list-center.list-basic .if-author span {
  display: none;
}

.blog-news-list-center.list-basic .if-comment {
  display: none;
}

.blog-news-list-center.list-basic .if-cate {
  display: inline;
}

.blog-news-list-center.list-basic .if-cate a {
  color: #3e3e3e;
}

.blog-news-list-center.list-basic .if-cate a:hover {
  color: #8f8f8f;
}

.blog-news-list-center.list-basic .blog-article {
  margin-bottom: 0;
}

.blog-news-list-center.list-basic .blog-article:nth-of-type(even) .post-content {
  background: #fff;
}

.blog-news-list-center.list-basic .blog-post-info {
  margin-top: 17px;
}

.blog-news-list-center.list-basic .blog-post-info li {
  margin: 0 3px;
}

.blog-news-list-center.list-basic .blog-post-info li:not(.if-comment) {
  display: inline;
}

.blog-news-list-center.list-basic .blog-post-info li:last-of-type:after {
  content: none;
}

.blog-news-list-center.list-basic .blog-post-info li:after {
  content: '|';
  margin-left: 7px;
  color: #d9d9d9;
  position: static;
}

.blog-news-list-center.list-basic .post-content {
  flex-direction: column;
  padding-top: 31px;
  padding-bottom: 18px;
}

.blog-news-list-center.list-basic .blog-news-tit {
  font-size: 18px;
  line-height: 27px;
  order: 1;
}

.blog-news-list-center.list-basic .blog-news-tit:hover {
  text-decoration: underline;
}

.blog-news-list-center.list-basic .blog-post-info {
  order: 2;
}

/* grid style */
@media (min-width: 480px) {
  .blog-news-grid {
    width: initial;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.blog-news-grid .blog-news-tit {
  font-size: 20px;
  line-height: 30px;
}

.blog-news-grid .blog-article {
  margin-bottom: 63px;
}

.blog-news-grid .blog-article:hover .blog-news-thumbnail img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.blog-news-grid .blog-news-thumbnail {
  overflow: hidden;
}

@media (min-width: 992px) {
  .blog-news-grid.grid-col-2 .blog-article {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .blog-news-grid.grid-col-2 .blog-article:nth-of-type(2n+3) {
    clear: both;
  }
}

@media (max-width: 767px) {
  .blog-news-grid.grid-col-2 .blog-article > .post.type-post {
    max-width: 405px;
    width: 100%;
    margin: 0 auto;
  }
}

@media (min-width: 992px) {
  .blog-news-grid.grid-col-3 .blog-article {
    width: 33.33333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .blog-news-grid.grid-col-3 .blog-article:nth-of-type(3n+4) {
    clear: both;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .blog-news-grid.grid-col-3 .blog-article {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .blog-news-grid.grid-col-3 .blog-article:nth-of-type(2n+3) {
    clear: both;
  }
}

@media (max-width: 767px) {
  .blog-news-grid.grid-col-3 .blog-article > .post.type-post {
    max-width: 405px;
    width: 100%;
    margin: 0 auto;
  }
}

.blog-news-grid.grid-col-3 .blog-post-info li:after {
  content: none;
}

.blog-news-grid.grid-col-3 .blog-news-thumbnail + .post-content {
  border-top: 0;
}

.blog-news-grid.grid-col-3 .post-content {
  border: 1px solid #e8e8e8;
  padding: 0 30px 37px 30px;
}

.blog-news-grid.grid-col-3 .blog-news-tit {
  font-size: 18px;
  line-height: 27px;
  float: left;
}

.blog-news-grid.grid-col-3 .blog-news-tit:hover {
  color: initial;
  text-decoration: underline;
}

.blog-news-grid.grid-col-3 .blog-post-sumary {
  margin: 0;
}

.blog-news-grid.grid-col-3 .read-more {
  float: left;
  clear: both;
  color: #8f8f8f;
  margin-top: 34px;
}

.blog-news-grid.grid-col-3 .read-more:hover {
  color: #3e3e3e;
}

/* zigzag style */
.blog-news-zigzag .blog-article {
  margin-bottom: 60px;
}

.blog-news-zigzag .blog-article .blog-news-thumbnail {
  max-width: 570px;
}

.blog-news-zigzag .blog-article .post-content {
  max-width: 570px;
}

.blog-news-zigzag .blog-article:nth-of-type(odd) .post-content {
  float: right;
}

.blog-news-zigzag .blog-article:nth-of-type(even) .blog-news-thumbnail {
  float: right;
}

/* lazi loading */
.blog-has-lazy-loading {
  height: initial !important;
}

.blog-has-lazy-loading .ht-pagination {
  display: none;
}

.blog-has-lazy-loading #ht-lazy-loading {
  text-align: center;
}

.blog-has-lazy-loading .lazy-msg-text {
  text-transform: uppercase;
  text-align: center;
  -webkit-animation: lazy-flash 2s forwards;
  animation: lazy-flash 2s forwards;
}

.blog-has-lazy-loading:not(.blog-news-masonry) .blog-article {
  position: static !important;
}

/* masonry style*/
.blog-news-masonry .blog-article {
  max-width: 370px;
  margin-bottom: 43px;
}

.blog-news-masonry .blog-news-tit {
  font-size: 18px;
  line-height: 27px;
}

.blog-news-masonry .read-more {
  color: #8f8f8f;
}

.blog-news-masonry .read-more:hover {
  color: #3e3e3e;
}

.blog-news-masonry .gutter-sizer {
  width: 30px;
}

.blog-news-masonry #ht-lazy-loading {
  position: absolute;
  left: 0;
  bottom: 0;
}

/* carousel style - other shortcode */
.theme-news-carousel {
  display: none;
}

.theme-news-carousel .slick-arrow {
  position: absolute;
  font-size: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 0;
  background: #fff;
}

.theme-news-carousel .slick-arrow:not(.slick-disabled):hover {
  background: #ddd;
}

.theme-news-carousel .slick-arrow:before {
  font-family: "ionicons";
  font-size: 16px;
}

.theme-news-carousel .slick-prev {
  left: -120px;
}

.theme-news-carousel .slick-prev:before {
  content: "\f3d5";
}

.theme-news-carousel .slick-next {
  right: -120px;
}

.theme-news-carousel .slick-next:before {
  content: "\f3d6";
}

.theme-news-carousel .slick-list {
  margin: 0 -15px;
}

.theme-news-carousel .blog-article {
  margin: 0 15px;
}

.theme-news-carousel .blog-news-tit {
  font-size: 18px;
  line-height: 27px;
}

.news-carousel-one .blog-news-thumbnail {
  margin-bottom: 28px;
}

.news-carousel-one .cats {
  display: block;
  margin-bottom: 11px;
}

.news-carousel-one .cats a {
  font-size: 12px;
  text-transform: uppercase;
  color: #8f8f8f;
}

.news-carousel-one .news-crs-info {
  font-size: 12px;
  margin: 10px 0 17px 0;
}

.news-carousel-one .news-crs-info .jr-d:after {
  content: ', ';
}

.news-carousel-one .news-crs-info .jr-time {
  font-size: 12px;
  color: #3e3e3e;
}

.news-carousel-one .blog-post-sumary {
  line-height: 27px;
}

.news-carousel-one .read-more {
  font-size: 0;
}

.news-carousel-one .read-more:before {
  content: 'Continue reading';
  font-size: 14px;
}

@media (max-width: 991px) {
  .news-carousel-two .blog-news-tit {
    font-size: 16px;
    line-height: 24px;
    margin-top: 10px;
  }
}

.news-carousel-two .slick-arrow {
  background: #f3f3f3;
}

.news-carousel-two .slick-arrow:before {
  font-size: 18px;
}

.news-carousel-two .cats {
  display: none;
}

.news-carousel-two .post-content {
  padding-top: 28px;
  position: relative;
  display: flex;
  flex-direction: column;
}

@media (min-width: 768px) {
  .news-carousel-two .post-content {
    padding-left: 130px;
  }
}

.news-carousel-two .post-content * {
  order: 2;
}

.news-carousel-two .news-crs-info {
  order: 1;
}

@media (min-width: 768px) {
  .news-carousel-two .news-crs-info {
    position: absolute;
    left: 0;
    top: 0;
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .news-carousel-two .news-crs-info span:not(.jr-m):not(.jr-d) {
    display: none;
  }
  .news-carousel-two .news-crs-info span.jr-d {
    font-size: 70px;
    color: #d8d8d8;
    position: relative;
    top: 5px;
  }
  .news-carousel-two .news-crs-info span.jr-m {
    font-size: 12px;
    text-transform: uppercase;
    color: #3e3e3e;
    position: absolute;
    z-index: 2;
  }
}

.news-carousel-two .blog-post-sumary {
  margin-top: 24px;
}

@media (max-width: 767px) {
  .news-carousel-two .blog-post-sumary {
    margin-top: 10px;
  }
}

/* pure heading */
.pure-heading {
  line-height: initial;
  margin: 0;
  font-size: 0;
  font-weight: normal;
}

.vc_btn3-container {
  margin-bottom: 20px;
}

.vc_general.vc_btn3 {
  white-space: nowrap;
}

.vc_general.vc_btn3.vc_btn3-style-text-underline-btn {
  font-weight: 600;
  display: inline-block;
  color: #3e3e3e;
  background-color: unset;
  border: unset;
  padding: 0;
}

.vc_general.vc_btn3.vc_btn3-style-text-underline-btn:before, .vc_general.vc_btn3.vc_btn3-style-text-underline-btn:after {
  content: '';
  position: absolute;
  height: 1px;
  bottom: -1px;
}

.vc_general.vc_btn3.vc_btn3-style-text-underline-btn:before {
  background: #3e3e3e;
  width: 100%;
  left: 0;
}

.vc_general.vc_btn3.vc_btn3-style-text-underline-btn:after {
  width: 5px;
  left: -5px;
  background: #fff;
}

.vc_general.vc_btn3.vc_btn3-style-text-underline-btn:hover {
  background-color: unset;
  color: #3e3e3e;
}

.vc_general.vc_btn3.vc_btn3-style-text-underline-btn:hover:after {
  left: 100%;
}

.vc_general.vc_btn3.vc_btn3-style-text-bg-color-btn {
  background: #3e3e3e;
  color: #fff;
  border: unset;
  padding: 0 15px !important;
}

.vc_general.vc_btn3.vc_btn3-style-text-bg-color-btn .vc_btn3-icon {
  position: static;
  -webkit-transform: unset;
  transform: unset;
}

.vc_general.vc_btn3.vc_btn3-style-text-bg-color-btn.btn-no-bg {
  width: initial !important;
  padding: 0 !important;
}

.vc_general.vc_btn3.vc_btn3-style-text-bg-color-btn.vc_btn3-icon-left .vc_btn3-icon {
  margin-right: 10px;
}

.vc_general.vc_btn3.vc_btn3-style-text-bg-color-btn.vc_btn3-icon-right .vc_btn3-icon {
  margin-left: 10px;
}

.vc_general.vc_btn3.vc_btn3-style-text-bg-color-btn.vc_btn3-size-xs {
  width: 100px;
  height: 30px;
}

.vc_general.vc_btn3.vc_btn3-style-text-bg-color-btn.vc_btn3-size-sm {
  width: 130px;
  height: 35px;
}

.vc_general.vc_btn3.vc_btn3-style-text-bg-color-btn.vc_btn3-size-md {
  width: 170px;
  height: 40px;
}

.vc_general.vc_btn3.vc_btn3-style-text-bg-color-btn.vc_btn3-size-lg {
  width: 230px;
  height: 50px;
}

.vc_general.vc_btn3.vc_btn3-style-text-bg-color-btn:hover {
  opacity: 0.8;
}

.theme-imgs-crs {
  display: none;
}

.theme-imgs-crs.slick-initialized:hover .slick-arrow {
  visibility: visible;
  opacity: 1;
}

.theme-imgs-crs .slick-arrow {
  font-size: 0;
  background: none;
  border: 0;
  color: #8f8f8f;
  position: relative;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
}

.theme-imgs-crs .slick-arrow:before {
  font-size: 50px;
  font-family: "ionicons";
}

.theme-imgs-crs .slick-prev:before {
  content: "\f3d2";
}

.theme-imgs-crs .slick-next:before {
  content: "\f3d3";
}

.theme-imgs-crs .slick-disable {
  cursor: default;
}

.csr-item-img {
  text-align: center;
  width: -webkit-calc(1170px / 4);
  width: -moz-calc(1170px / 4);
  width: calc(1170px / 4);
}

.csr-item-img img {
  display: inline-block;
}

/* RESET */
.wpcf7 {
  position: relative;
}

.wpcf7 .ajax-loader {
  visibility: hidden;
  text-align: center;
  width: 16px;
  height: 16px;
  border: unset;
  color: #333;
  position: absolute;
  left: 0;
  bottom: -20px;
  z-index: 999;
}

.wpcf7 .ajax-loader.is-active {
  visibility: visible;
  -webkit-animation: loading360 0.5s linear infinite;
  animation: loading360 0.5s linear infinite;
}

.wpcf7 .ajax-loader:before {
  content: "\f021";
  font-family: "FontAwesome";
}

.wpcf7 p {
  margin: 0;
}

.wpcf7 input[aria-invalid="true"],
.wpcf7 textarea[aria-invalid="true"],
.wpcf7 select[aria-invalid="true"] {
  border-color: #f00 !important;
}

.wpcf7 br {
  display: none !important;
}

.wpcf7 textarea {
  resize: none;
}

.wpcf7 label span {
  color: #f00;
}

.wpcf7-response-output {
  margin: 20px 0;
}

.wpcf7-response-output.wpcf7-display-none {
  display: none;
}

.screen-reader-response,
.wpcf7-not-valid-tip {
  display: none !important;
}

div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ng,
div.wpcf7-mail-sent-ok {
  border: 0;
}

.wpcf7-validation-errors,
.wpcf7-mail-sent-ng {
  font-size: 13px;
  color: #f00;
  line-height: 22px;
  clear: both;
}

.wpcf7-mail-sent-ok {
  color: #27ae61;
  font-size: 13px;
  line-height: 22px;
}

/* SHORT CODE=================== */
/* home fashion 4 = style 1 */
.ctf-fashion-4 label {
  position: relative;
}

.ctf-fashion-4 label:after {
  position: absolute;
  content: "\f422";
  font-family: "ionicons";
  font-size: 18px;
  right: 20px;
  top: -webkit-calc(50% - 12px);
  top: -moz-calc(50% - 12px);
  top: calc(50% - 12px);
}

.ctf-fashion-4 input {
  border-radius: 50px;
  border: 1px solid #e8e8e8;
  background: #f3f3f3;
  color: #8f8f8f;
  height: 50px;
  padding: 0 40px 0 20px;
}

.ctf-fashion-4 input:focus {
  border-color: #ddd;
}

/* blog ctf = style 2*/
.ctf-blog input {
  height: 50px;
  float: left;
}

.ctf-blog input:not([type="submit"]) {
  border: 1px solid #e8e8e8;
  border-right: 0;
  padding: 0 20px;
  width: 70%;
  color: #8f8f8f;
}

.ctf-blog input:not([type="submit"]):focus {
  border-color: #ddd;
}

.ctf-blog input[type="submit"] {
  background: #3e3e3e;
  color: #fff;
  border: 0;
  width: 30%;
}

.ctf-blog input[type="submit"]:hover, .ctf-blog input[type="submit"]:focus {
  opacity: 0.8;
}

.ctf-blog .ajax-loader {
  position: absolute;
  left: 0;
  bottom: -20px;
}

/* fashion 3 = style 3 */
.ctf-fas3 .ajax-loader {
  position: static;
  float: left;
  margin-left: 15px;
  margin-top: 32px;
}

.ctf-fas3 .wpcf7-form-control-wrap {
  position: relative;
}

.ctf-fas3 .wpcf7-form-control-wrap:after {
  content: "\f422";
  font-family: "ionicons";
  font-size: 16px;
  color: #8f8f8f;
  position: absolute;
  right: 18px;
}

.ctf-fas3 input:not([type="submit"]) {
  height: 40px;
  border: 1px solid #e8e8e8;
  background: #f3f3f3;
  border-radius: 50px;
  padding-left: 20px;
  padding-right: 45px;
  color: #8f8f8f;
}

.ctf-fas3 input:not([type="submit"]):focus {
  border-color: #ccc;
}

.ctf-fas3 input[type="submit"] {
  float: left;
  clear: both;
  border-radius: 50px;
  color: #fff;
  height: 40px;
  min-width: 135px;
  background: #3e3e3e;
  border: 0;
  margin-top: 20px;
}

.ctf-fas3 input[type="submit"]:hover, .ctf-fas3 input[type="submit"]:focus {
  opacity: 0.8;
}

/* deco1 = style 4*/
.ctf-deco1 .wpcf7-form-control-wrap {
  max-width: -webkit-calc(100% - 50px);
  max-width: -moz-calc(100% - 50px);
  max-width: calc(100% - 50px);
}

.ctf-deco1 .wpcf7-form-control-wrap input {
  height: 50px;
  border: 1px solid #e8e8e8;
  border-right: 0;
  color: #8f8f8f;
  padding: 0 24px;
  width: 100%;
}

.ctf-deco1 .wpcf7-form-control-wrap input:focus {
  border-color: #ddd;
}

.ctf-deco1 > label {
  position: relative;
  cursor: pointer;
  height: 50px;
  width: 50px;
  float: left;
}

.ctf-deco1 > label:before {
  position: absolute;
  color: #fff;
  font-size: 18px;
  z-index: 2;
}

.ctf-deco1 > label input[type="submit"] {
  height: 50px;
  background: #3e3e3e;
  font-size: 0;
  border: 0;
}

.ctf-deco1 > label input[type="submit"]:hover {
  opacity: 0.8;
}

.ctf-deco1 .ajax-loader {
  position: absolute;
  right: -30px;
  left: initial;
  bottom: initial;
}

/* footer fashion 1 = style 5 */
.ctf-fashion-1 label {
  position: relative;
}

.ctf-fashion-1 label:after {
  position: absolute;
  content: "\f3d6";
  font-family: "ionicons";
  font-size: 18px;
  right: 20px;
}

.ctf-fashion-1 input {
  border-radius: 50px;
  border: 1px solid #e8e8e8;
  background: transparent;
  color: #8f8f8f;
  height: 50px;
  padding: 0 40px 0 20px;
}

.ctf-fashion-1 input:focus {
  border-color: #ddd;
}

/* contact form */
.wpcf7 .ctf-contact-form .ajax-loader {
  left: 15px;
}

.ctf-contact-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="reset"]) {
  height: 40px;
  margin-bottom: 20px;
  border: 1px solid #e8e8e8;
  padding: 0 20px;
  color: #3e3e3e;
}

.ctf-contact-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]):not([type="reset"]):focus {
  border-color: #ddd;
}

.ctf-contact-form input[type="submit"], .ctf-contact-form input [type="reset"] {
  height: 40px;
  background: #3e3e3e;
  color: #fff;
  border: unset;
  padding: 0 15px;
  min-width: 130px;
}

.ctf-contact-form input[type="submit"]:active, .ctf-contact-form input[type="submit"]:hover, .ctf-contact-form input [type="reset"]:active, .ctf-contact-form input [type="reset"]:hover {
  opacity: 0.8;
}

.ctf-contact-form textarea {
  padding: 20px;
  margin-bottom: 20px;
  min-height: 200px;
  border: 1px solid #e8e8e8;
  color: #3e3e3e;
}

.ctf-contact-form textarea:focus {
  border-color: #ddd;
}

/*iconbox===========*/
.theme-iconbox {
  direction: ltr;
  float: left;
  width: 100%;
  margin-bottom: 50px;
}

.theme-iconbox:hover .iconbox-last-ico {
  background: #3e3e3e;
  color: #fff;
}

.theme-iconbox.icon-inline-title.direct-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  align-items: flex-start;
}

.theme-iconbox.icon-inline-title.direct-left * {
  text-align: left;
}

.theme-iconbox.icon-inline-title.direct-left .iconbox-icon {
  margin-right: 20px;
}

.theme-iconbox.icon-inline-title.direct-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-end;
  justify-content: flex-end;
  -webkit-box-align: flex-start;
  align-items: flex-start;
  text-align: right;
}

.theme-iconbox.icon-inline-title.direct-right * {
  text-align: right;
}

.theme-iconbox.icon-inline-title.direct-right .iconbox-icon {
  order: 2;
  margin-left: 20px;
}

.theme-iconbox.icon-inline-title .iconbox-icon {
  max-width: 100px;
  flex: 0 0 auto;
}

.theme-iconbox.icon-above-title.text-left {
  text-align: left;
}

.theme-iconbox.icon-above-title.text-left * {
  text-align: left;
}

.theme-iconbox.icon-above-title.text-right {
  text-align: right;
}

.theme-iconbox.icon-above-title.text-right * {
  text-align: right;
}

.theme-iconbox.icon-above-title.text-center {
  text-align: center;
}

@media (min-width: 992px) {
  .theme-iconbox.icon-above-title.text-center .iconbox-content {
    padding: 0 35px;
  }
}

.theme-iconbox.icon-above-title.text-center * {
  text-align: center;
}

.theme-iconbox.icon-above-title .iconbox-icon {
  margin-bottom: 10px;
}

.theme-iconbox .iconbox-title {
  display: inline-block;
  font-size: 18px;
  font-weight: normal;
  color: #3e3e3e;
  line-height: 56px;
}

.theme-iconbox a.iconbox-title:hover {
  color: #8f8f8f;
}

.theme-iconbox .iconbox-content, .theme-iconbox p {
  margin-bottom: 0;
}

.theme-iconbox .iconbox-last-ico {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #f3f3f3;
  font-size: 18px;
  color: #3e3e3e;
  margin-top: 22px;
}

.sc-pro-feature {
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 50px 0;
}

.sc-pro-feature .star-rating {
  display: inline-block;
  width: 105px;
  margin: 20px 0 35px 0;
}

.sc-pro-feature .star-rating:before {
  font-size: 24px;
}

.sc-pro-feature .star-rating > span:before {
  font-size: 24px;
}

.sc-pro-feature .sale-price {
  font-size: 24px;
}

.sc-pro-feature .sale-price ins {
  background: none;
}

.sc-pro-feature .sale-price del {
  opacity: 1;
  margin-right: 15px;
}

.sc-pro-feature .sale-price del .amount {
  color: #8f8f8f;
}

.sc-pro-feature .sale-price .amount {
  color: #3e3e3e;
}

.sc-pro-feature .sale-count-time .sale-time {
  font-size: 60px;
  font-weight: 300;
  color: #3e3e3e;
}

.sc-pro-feature .sale-count-time .sale-time + .sale-time:before {
  content: ':';
  color: #8f8f8f;
  font-size: 30px;
  margin: 0 20px;
}

.sc-pro-feature .sale-count-time strong {
  font-weight: inherit;
}

.sc-pro-feature .sale-buy-now {
  font-size: 0;
  line-height: 1;
  margin: 0;
}

.sc-pro-feature .sale-name {
  line-height: 1;
  font-size: 0;
  margin: 0;
}

.sc-pro-feature .sale-name + .sale-price {
  margin-top: 30px;
}

@media (max-width: 600px) {
  .sc-pro-feature .sale-count-time .sale-time {
    font-size: 30px;
    font-size: 7vw;
  }
}

.sc-pro-feature.style-1 {
  text-align: center;
}

.sc-pro-feature.style-1 .sale-name a {
  font-size: 28px;
  font-size: 7vw;
}

@media (min-width: 600px) {
  .sc-pro-feature.style-1 .sale-name a {
    font-size: 36px;
    line-height: 40px;
    font-weight: normal;
  }
}

.sc-pro-feature.style-1 .sale-count-time {
  padding: 0 15px;
  margin: 36px 0 40px 0;
  background: #fff;
  border-radius: 50px;
  height: 70px;
}

@media (min-width: 600px) {
  .sc-pro-feature.style-1 .sale-count-time {
    min-width: 470px;
    height: 104px;
  }
}

.sc-pro-feature.style-1 .sale-buy-now {
  text-align: center;
}

.sc-pro-feature.style-1 .sale-buy-now a {
  font-size: 14px;
  background: #3e3e3e;
  color: #fff;
  width: 170px;
  height: 40px;
  padding: 0 15px;
  font-weight: normal;
}

.sc-pro-feature.style-1 .sale-buy-now a:hover, .sc-pro-feature.style-1 .sale-buy-now a:active {
  opacity: 0.8;
}

@media (max-width: 991px) {
  .sc-pro-feature.style-2 {
    padding: 50px 15px;
  }
}

.sc-pro-feature.style-2 .sale-name {
  position: absolute;
  left: 0;
  top: 60px;
}

.sc-pro-feature.style-2 .sale-name a {
  font-size: 36px;
  line-height: 40px;
  font-weight: 700;
  font-family: "Playfair Display", sans-serif;
}

.sc-pro-feature.style-2 .star-rating {
  margin: 0 0 18px 0;
}

.sc-pro-feature.style-2 .sale-count-time {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  margin: 38px 0 41px 0;
}

@media (min-width: 992px) {
  .sc-pro-feature.style-2 {
    padding-left: 400px;
  }
}

.sc-pro-feature.style-2 .sale-buy-now a {
  font-size: 14px;
  background: #cecece;
  color: #3e3e3e;
  width: 140px;
  height: 40px;
  padding: 0 15px;
  font-weight: normal;
  border-radius: 50px;
}

.sc-pro-feature.style-2 .sale-buy-now a:hover, .sc-pro-feature.style-2 .sale-buy-now a:active {
  opacity: 0.8;
}

.sc-pro-feature.style-3 .sale-name a {
  font-size: 36px;
  line-height: 40px;
  font-weight: normal;
}

.sc-pro-feature.style-3 .sale-buy-now {
  margin-top: 50px;
}

.sc-pro-feature.style-3 .sale-buy-now a {
  font-size: 14px;
  background: #3e3e3e;
  color: #fff;
  width: 170px;
  height: 40px;
  padding: 0 15px;
  font-weight: normal;
  border-radius: 50px;
}

.sc-pro-feature.style-3 .sale-buy-now a:hover, .sc-pro-feature.style-3 .sale-buy-now a:active {
  opacity: 0.8;
}

.wpb-js-composer .vc_general.vc_tta.vc_tta-style-minera-tabs {
  /*tabs menu*/
  /*tabs content*/
  /*heading on mobile*/
}

.wpb-js-composer .vc_general.vc_tta.vc_tta-style-minera-tabs .vc_tta-panel-body {
  padding: 0;
  border: 0;
}

.wpb-js-composer .vc_general.vc_tta.vc_tta-style-minera-tabs.vc_tta-controls-align-left .vc_tta-tabs-list li:first-of-type {
  padding-left: 0;
}

.wpb-js-composer .vc_general.vc_tta.vc_tta-style-minera-tabs.vc_tta-controls-align-right .vc_tta-tabs-list li:last-of-type {
  padding-right: 0;
}

.wpb-js-composer .vc_general.vc_tta.vc_tta-style-minera-tabs .vc_tta-tabs-list {
  padding-left: 0;
}

.wpb-js-composer .vc_general.vc_tta.vc_tta-style-minera-tabs .vc_tta-tabs-list > li {
  display: inline-block;
}

.wpb-js-composer .vc_general.vc_tta.vc_tta-style-minera-tabs .vc_tta-tab {
  padding: 0 20px;
}

.wpb-js-composer .vc_general.vc_tta.vc_tta-style-minera-tabs .vc_tta-tab > a {
  font-size: 18px;
  color: #8f8f8f;
  padding: 5px 0;
  border: 0;
}

.wpb-js-composer .vc_general.vc_tta.vc_tta-style-minera-tabs .vc_tta-tab > a:hover {
  color: #3e3e3e;
}

.wpb-js-composer .vc_general.vc_tta.vc_tta-style-minera-tabs .vc_tta-tab > a:before, .wpb-js-composer .vc_general.vc_tta.vc_tta-style-minera-tabs .vc_tta-tab > a:after {
  content: none !important;
}

.wpb-js-composer .vc_general.vc_tta.vc_tta-style-minera-tabs .vc_tta-tab .vc_tta-title-text {
  position: relative;
}

.wpb-js-composer .vc_general.vc_tta.vc_tta-style-minera-tabs .vc_tta-tab .vc_tta-title-text:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 0%;
  height: 1px;
  background: #3e3e3e;
}

.wpb-js-composer .vc_general.vc_tta.vc_tta-style-minera-tabs .vc_tta-tab.vc_active > a {
  color: #3e3e3e;
}

.wpb-js-composer .vc_general.vc_tta.vc_tta-style-minera-tabs .vc_tta-tab.vc_active .vc_tta-title-text:before {
  width: 100%;
}

.wpb-js-composer .vc_general.vc_tta.vc_tta-style-minera-tabs .vc_tta-panels-container {
  margin-top: 39px;
}

.wpb-js-composer .vc_general.vc_tta.vc_tta-style-minera-tabs .vc_tta-panel.vc_active .vc_tta-panel-title > a {
  background: rgba(216, 212, 212, 0.85);
}

.wpb-js-composer .vc_general.vc_tta.vc_tta-style-minera-tabs .vc_tta-panel-title > a {
  background: rgba(0, 0, 0, 0.06);
  font-size: 14px;
  padding: 10px 15px;
}

/*  */
.wpb-js-composer .vc_tta-container {
  margin: 0 !important;
}

/* testi ===============*/
.theme-testi {
  display: none;
  /*controls*/
}

.theme-testi.slick-initialized {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
}

.theme-testi.text-left {
  background: #fff;
  padding: 35px 40px 40px;
}

@media (max-width: 991px) {
  .theme-testi.text-left {
    padding: 30px 15px;
  }
}

.theme-testi.text-left .testi-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
}

.theme-testi.text-left .slick-disabled {
  background: #e4e1e1;
  opacity: 0.7;
}

.theme-testi.text-left:after {
  content: "\f347";
  font-family: "ionicons";
  font-size: 72px;
  line-height: 1;
  position: absolute;
  right: 20px;
  bottom: -9px;
  color: #dfe2e5;
}

.theme-testi.text-center .testi-block {
  margin: 58px auto 0 auto;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
}

.theme-testi.text-center .testi-name {
  font-weight: 700;
}

.theme-testi.text-center .testi-text {
  margin: 0 auto;
  font-size: 300px;
  font-size: 18px;
  line-height: 30px;
}

.theme-testi.text-center .testi-text p {
  font-size: 18px;
  line-height: 30px;
}

.theme-testi.text-center .slick-arrow {
  background: #f3f3f3;
}

.theme-testi.text-center .slick-prev {
  left: -100px;
}

.theme-testi.text-center .slick-next {
  right: -100px;
}

.theme-testi.text-center .slick-disabled {
  background: rgba(243, 243, 243, 0.59);
  opacity: 0.7;
}

.theme-testi .testi-block {
  margin-top: 31px;
}

.theme-testi .testi-block .testi-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
}

.theme-testi .testi-block .testi-detail {
  text-align: left;
  margin-left: 20px;
}

.theme-testi .testi-block .testi-detail span {
  display: block;
}

.theme-testi .testi-block .testi-name {
  color: #3e3e3e;
}

.theme-testi .testi-block .testi-add {
  margin-top: 10px;
  font-size: 13px;
}

.theme-testi .testi-text {
  color: #3e3e3e;
}

.theme-testi .testi-text p:last-child {
  margin-bottom: 0;
}

.theme-testi .testi-text p:empty {
  display: none;
}

.theme-testi .slick-arrow {
  font-size: 0;
  position: absolute;
  z-index: 5;
  border: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  color: #3e3e3e;
}

.theme-testi .slick-arrow:not(.slick-disabled):hover {
  background: #ddd;
}

.theme-testi .slick-arrow:before {
  font-family: "ionicons";
  font-size: 18px;
}

.theme-testi .slick-prev {
  left: -100px;
}

.theme-testi .slick-prev:before {
  content: "\f3d5";
}

.theme-testi .slick-next {
  right: -100px;
}

.theme-testi .slick-next:before {
  content: "\f3d6";
}

.theme-sc-desc {
  color: #3e3e3e;
  padding: 15px;
  flex-direction: column;
  position: relative;
  z-index: 5;
  overflow: hidden;
  /*default style for desc-center*/
}

.theme-sc-desc * {
  position: relative;
  z-index: 3;
}

.theme-sc-desc .sc-desc-bg {
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  z-index: 2;
}

.theme-sc-desc:hover .sc-desc-bg {
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.theme-sc-desc.desc-left {
  justify-content: flex-start;
  align-items: flex-start;
}

@media (min-width: 992px) {
  .theme-sc-desc.desc-left {
    padding-left: 10%;
    padding-top: 50px;
  }
}

.theme-sc-desc.desc-right {
  justify-content: flex-start;
  align-items: flex-end;
}

.theme-sc-desc.desc-right .desc-title {
  text-align: right;
}

@media (min-width: 992px) {
  .theme-sc-desc.desc-right {
    padding-right: 10%;
    padding-top: 50px;
  }
}

.theme-sc-desc.desc-center-left {
  justify-content: center;
  align-items: flex-start;
}

@media (min-width: 992px) {
  .theme-sc-desc.desc-center-left.has-custom-title {
    padding-left: 20%;
  }
}

@media (min-width: 992px) {
  .theme-sc-desc.desc-center-left {
    padding-left: 10%;
  }
}

.theme-sc-desc.desc-center-top {
  justify-content: flex-start;
  align-items: center;
}

@media (min-width: 992px) {
  .theme-sc-desc.desc-center-top {
    padding-top: 50px;
  }
}

.theme-sc-desc.desc-center-right {
  justify-content: center;
  align-items: flex-end;
}

@media (min-width: 992px) {
  .theme-sc-desc.desc-center-right {
    padding-right: 10%;
  }
}

.theme-sc-desc * {
  color: inherit;
}

.desc-title {
  font-size: 36px;
  line-height: 40px;
  font-weight: normal;
  margin: 0;
}

.desc-title.desc-content-title {
  position: relative;
}

.desc-title.desc-content-title:before {
  content: attr(data-text);
  position: absolute;
  top: -8px;
  z-index: -1;
  white-space: nowrap;
  font-size: 60px;
  color: #dbdbdb;
}

.desc-title + .desc-read-more {
  margin-top: 40px;
}

.desc-summ {
  opacity: 0.9;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 2.5px;
  margin-bottom: 40px;
  margin-top: 15px;
}

.desc-read-more {
  z-index: 12;
}

.desc-read-more:hover:after {
  left: 3px;
}

.desc-read-more:after {
  content: "\f3d6";
  font-family: "ionicons";
  font-size: 18px;
  margin-left: 7px;
  position: relative;
  left: 0;
}

.desc-link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
  background: transparent;
}

#bp_container #bp_sv {
  max-width: 80%;
  max-height: 80%;
}

body.admin-bar #bp_container #bp_sv {
  top: 32px;
}

#bp_container iframe {
  margin: 0;
}

#bp_loader {
  top: 0;
  left: 0;
  bottom: 0;
  margin: 0;
  cursor: wait;
  z-index: 9;
  border: 3px solid #000;
  border-radius: 50%;
  position: absolute;
  border-top-color: #fff;
  -webkit-animation: loading360 1s infinite linear;
  animation: loading360 1s infinite linear;
}

.theme-sc-video {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
}

.vd-is-btn {
  font-size: 18px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  color: #3e3e3e;
  border: 0;
}

.vd-is-btn:before {
  content: "\f488";
  font-family: "ionicons";
  font-size: 18px;
  margin-left: 3px;
}

.vd-is-label {
  margin-left: 15px;
}

.vd-is-label:hover {
  color: #8f8f8f;
}

.vd-is-label:after {
  content: "\f3d6";
  font-family: "ionicons";
  margin-left: 8px;
  font-size: 18px;
  position: relative;
  top: 2px;
}

.woocommerce[class*=" columns-"] > .products {
  margin-left: -15px;
  margin-right: -15px;
}

.woocommerce[class*=" columns-"] > .products .p-col {
  padding-left: 15px;
  padding-right: 15px;
}

.woocommerce[class*=" columns-"] > .products .p-col .p-content {
  width: 100%;
}

.woocommerce[class*=" columns-"] > .products .p-col .p-content .p-attr {
  display: none;
}

.woocommerce[class*=" columns-"] > .products .p-col .p-content + .p-attr {
  float: left;
  margin-top: 5px;
}

#product-bot-center .woocommerce[class*=" columns-"] .p-content {
  width: 100%;
  text-align: center;
}

#product-bot-center .woocommerce[class*=" columns-"] .price {
  justify-content: center;
}

@media (min-width: 370px) and (max-width: 991px) {
  .woocommerce[class*=" columns-"]:not(.columns-1):not(.columns-2) > .products .p-col {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .woocommerce[class*=" columns-"]:not(.columns-1):not(.columns-2) > .products .p-col:nth-of-type(2n+3) {
    clear: both;
  }
}

@media (max-width: 369px) {
  .woocommerce[class*=" columns-"]:not(.columns-1):not(.columns-2) > .products .p-col {
    clear: both;
  }
}

.woocommerce.columns-1 > .products .p-col {
  width: 100%;
  clear: both;
}

@media (min-width: 370px) {
  .woocommerce.columns-2 > .products .p-col {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .woocommerce.columns-2 > .products .p-col:nth-of-type(2n+3) {
    clear: both;
  }
}

@media (max-width: 369px) {
  .woocommerce.columns-2 > .products .p-col {
    clear: both;
  }
}

@media (min-width: 992px) {
  .woocommerce.columns-3 > .products .p-col {
    width: 33.33333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .woocommerce.columns-3 > .products .p-col:nth-of-type(3n+4) {
    clear: both;
  }
}

@media (min-width: 992px) {
  .woocommerce.columns-4 > .products .p-col {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .woocommerce.columns-4 > .products .p-col:nth-of-type(4n+5) {
    clear: both;
  }
}

@media (min-width: 992px) {
  .woocommerce.columns-5 > .products .p-col {
    width: 20%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .woocommerce.columns-5 > .products .p-col:nth-of-type(5n+6) {
    clear: both;
  }
}

@media (min-width: 992px) {
  .woocommerce.columns-6 > .products .p-col, .woocommerce:not(.columns-6):not(.columns-5):not(.columns-4):not(.columns-3):not(.columns-2):not(.columns-1) > .products .p-col {
    width: 16.6666%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .woocommerce.columns-6 > .products .p-col:nth-of-type(6n+7), .woocommerce:not(.columns-6):not(.columns-5):not(.columns-4):not(.columns-3):not(.columns-2):not(.columns-1) > .products .p-col:nth-of-type(6n+7) {
    clear: both;
  }
}

/* site */
.error404 #main {
  margin-bottom: 0;
  background: #d0dede;
}

.error404 #main .container {
  min-height: 723px;
  display: flex;
  align-items: center;
}

.l404 {
  float: left;
  width: 370px;
  max-width: 100%;
}

@media (min-width: 1200px) {
  .l404 {
    margin-left: 100px;
  }
}

.l404 p {
  color: #699b9b;
  margin-bottom: 0;
}

.l404 a {
  color: #292929;
}

.l404 a:hover {
  text-decoration: underline;
}

.b404, .s404 {
  display: block;
  color: #3e3e3e;
}

.b404 {
  font-weight: 300;
  font-size: 54px;
  line-height: 54px;
  margin-bottom: 9px;
}

.s404 {
  font-size: 30px;
  font-weight: 400;
  line-height: 54px;
  margin-bottom: 36px;
}

.r404 {
  float: left;
}

@media (min-width: 1200px) {
  .r404 {
    margin-left: 130px;
  }
}

.r404 span {
  font-size: 200px;
  color: #3e3e3e;
}

.r404 span:empty {
  width: 144px;
  height: 144px;
  display: inline-block;
  border-radius: 50%;
  border: 2px dashed #3e3e3e;
  margin-right: 12px;
  margin-left: 20px;
  position: relative;
}

.r404 span:empty:before {
  content: '';
  position: absolute;
  left: 9px;
  right: 9px;
  top: 9px;
  bottom: 9px;
  border-radius: 50%;
  border: 2px dashed #3e3e3e;
}

.blog-data .blog-article {
  position: relative;
}

/* btn load */
.btn-load-more-post {
  margin: 0 auto;
  height: 60px;
  padding: 0 15px;
  min-width: 170px;
  border: 0;
  background: #3e3e3e;
  color: #fff;
}

.btn-load-more-post.is-done {
  opacity: 0.5;
  cursor: default;
}

.btn-load-more-post.is-done:before {
  content: none;
}

.btn-load-more-post.btn-is-loading:before {
  content: '';
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: solid 2px #ebebeb;
  background-color: transparent;
  border-top-color: #59baf3;
  -webkit-animation: loading360 0.8s linear infinite, margin_right 0.3s linear forwards;
  animation: loading360 0.8s linear infinite, margin_right 0.3s linear forwards;
}

@-webkit-keyframes margin_right {
  0% {
    margin-right: 0;
  }
  100% {
    margin-right: 10px;
  }
}

@keyframes margin_right {
  0% {
    margin-right: 0;
  }
  100% {
    margin-right: 10px;
  }
}

/* scroll load */
.el-loading {
  opacity: 0;
  visibility: hidden;
  width: 170px;
  height: 60px;
  float: left;
  background: #3e3e3e;
  color: #fff;
  transform: translateY(30px);
  margin-left: -webkit-calc(50% - 85px);
  margin-left: -moz-calc(50% - 85px);
  margin-left: calc(50% - 85px);
}

.el-loading.is-done:before {
  content: none;
}

.el-loading:before {
  content: '';
  margin-right: 10px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: solid 2px #ebebeb;
  background-color: transparent;
  border-top-color: #59baf3;
  -webkit-animation: loading360 0.8s linear infinite;
  animation: loading360 0.8s linear infinite;
}

.el-loading.is-visible {
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}

#comments {
  padding-bottom: 80px;
}

#comments:not(:last-child) {
  border-bottom: 1px solid #e8e8e8;
}

#comments + .single-blog-related {
  margin-top: 80px;
}

.comment-total-title {
  margin-bottom: 29px;
}

#respond {
  clear: both;
}

.comment-list {
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 80px;
}

.comment-list .children {
  padding-left: 30px;
}

.the-last-comment .comment-content {
  padding-bottom: 0;
  border-bottom: 0;
}

.comment-item {
  margin-bottom: 40px;
}

.comment-item + #respond {
  float: left;
  max-width: 100%;
  margin-bottom: 60px;
  padding-left: 100px;
}

.comment-avatar {
  float: left;
  width: 70px;
}

.comment-avatar img {
  border-radius: 50%;
}

.comment-content {
  float: left;
  width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: calc(100% - 100px);
  margin-left: 29px;
  padding-bottom: 32px;
  border-bottom: 1px solid #e8e8e8;
}

.comment-author-name {
  font-weight: 600;
}

.comment-time {
  font-size: 12px;
  margin: 13px 0 4px 0;
}

.comment-text {
  margin: 15px 0;
}

.comment-text p {
  line-height: 27px;
  margin-bottom: 0;
}

.comment-form input:not([type="submit"]) {
  color: #8f8f8f;
  height: 40px;
  border: 1px solid #e8e8e8;
  padding: 0 22px;
}

@media (min-width: 600px) {
  .comment-form input:not([type="submit"]) {
    width: -webkit-calc((100% - 30px) / 2);
    width: -moz-calc((100% - 30px) / 2);
    width: calc((100% - 30px) / 2);
    margin-top: 20px;
  }
}

.comment-form input:not([type="submit"]) + input:not([type="submit"]) {
  margin-left: 30px;
}

.comment-form #comment {
  height: 200px;
  resize: none;
  padding: 20px;
  border: 1px solid #e8e8e8;
}

.comment-form .form-submit {
  clear: both;
  margin-bottom: 0;
}

.comment-form #submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  min-width: 150px;
  height: 40px;
  padding: 0 15px;
  background: #3e3e3e;
  color: #fff;
  border: 0;
  margin-top: 20px;
}

.comment-form #submit:hover, .comment-form #submit:focus {
  opacity: 0.8;
}

/* older and newer comment */
#comment-nav-above {
  margin-bottom: 30px;
  justify-content: space-between;
}

#comment-nav-above .nav-previous a:before {
  content: "\f3d5";
  margin-right: 7px;
}

#comment-nav-above .nav-next a:after {
  content: "\f3d6";
  margin-left: 7px;
}

#comment-nav-above a:before, #comment-nav-above a:after {
  font-family: "ionicons";
  display: inline-block;
  font-size: 20px;
  position: relative;
  top: 3px;
}

#comment-nav-above a:hover {
  text-decoration: underline;
}

/* basic */
@media (min-width: 992px) {
  .blog_content .col-md-9.col-lg-9 {
    padding-right: 45px;
  }
}

.post-content + .single-blog-related {
  margin-top: 24px;
}

.blog .blog-article:last-of-type {
  border-bottom: 0;
  margin-bottom: 0 !important;
}

.blog .blog-article:last-of-type + .ht-pagination {
  border-top: 1px solid #e8e8e8;
  padding-top: 65px;
}

.blog-post-info {
  padding: 0;
}

.blog-post-info li {
  display: inline-block;
  margin: 0 2px;
  list-style: none;
}

.blog-post-info li:last-of-type:after {
  content: none;
}

.blog-post-info li:after {
  content: '.';
  position: relative;
  top: -3px;
  margin-left: 4px;
}

.blog-post-info a {
  color: #8f8f8f;
}

.blog-post-info a:hover {
  color: #3e3e3e;
}

.blog-post-info a[rel="author"] {
  color: #3e3e3e;
}

.blog-post-info a[rel="author"]:hover {
  color: #8f8f8f;
}

.post-tit {
  margin: 12px 0 21px 0;
}

.post-tit a:hover {
  color: #a9803c;
}

.blog-post-sumary {
  margin-bottom: 23px;
}

.read-more:hover {
  color: #8f8f8f;
}

.read-more:after {
  content: "\f3d6";
  font-family: "ionicons";
  font-size: 18px;
  margin-left: 8px;
  position: relative;
  top: 2px;
}

/* default template =======*/
.blog_content .blog-article {
  margin-bottom: 80px;
  padding-bottom: 72px;
  border-bottom: 1px solid #e8e8e8;
}

.blog_content .blog-article:last-of-type {
  margin-bottom: 65px;
}

.blog_content .blog-article .sticky .post-content {
  position: relative;
}

.blog_content .blog-article .sticky .post-content:after {
  content: "\f2fc";
  font-family: "ionicons";
  font-size: 15px;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  background: #3e3e3e;
  width: 30px;
  height: 30px;
  border-radius: 50%;
}

.blog_content .blog-post-cover {
  margin-bottom: 34px;
}

/* pagination */
.ht-pagination > .page-numbers {
  flex-wrap: wrap;
}

.ht-pagination > .page-numbers .page-numbers.prev, .ht-pagination > .page-numbers .page-numbers.next {
  width: initial;
}

.woocommerce-pagination > .page-numbers {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
}

.woocommerce-pagination > .page-numbers .page-numbers.prev, .woocommerce-pagination > .page-numbers .page-numbers.next {
  width: 40px;
}

@media (max-width: 991px) {
  .ht-pagination, .woocommerce-pagination {
    margin-bottom: 50px;
  }
}

.ht-pagination > .page-numbers, .woocommerce-pagination > .page-numbers {
  padding: 0;
}

.ht-pagination > .page-numbers .page-numbers, .woocommerce-pagination > .page-numbers .page-numbers {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.ht-pagination > .page-numbers .page-numbers.current, .woocommerce-pagination > .page-numbers .page-numbers.current {
  color: #fff;
  border-radius: 50%;
  background: #000;
}

.ht-pagination > .page-numbers .page-numbers:before, .ht-pagination > .page-numbers .page-numbers:after, .woocommerce-pagination > .page-numbers .page-numbers:before, .woocommerce-pagination > .page-numbers .page-numbers:after {
  font-family: "ionicons";
  margin: 0 9px;
}

.ht-pagination > .page-numbers .page-numbers.prev:before, .woocommerce-pagination > .page-numbers .page-numbers.prev:before {
  content: "\f3d5";
  font-size: 20px;
}

.ht-pagination > .page-numbers .page-numbers.next:after, .woocommerce-pagination > .page-numbers .page-numbers.next:after {
  content: "\f3d6";
  font-size: 20px;
}

.ht-pagination li, .woocommerce-pagination li {
  display: inline-block;
  margin: 0 5px;
  color: #8f8f8f;
}

.ht-pagination span, .woocommerce-pagination span {
  color: #8f8f8f;
}

.ht-pagination a, .woocommerce-pagination a {
  color: #8f8f8f;
}

.ht-pagination a:hover, .woocommerce-pagination a:hover {
  color: #000;
}

/* SINGLE======================================== */
.single.single-post .blog-article {
  margin-bottom: 0;
  padding-bottom: 0;
}

.single.single-post:not(.has-related-posts-on-bottom) #comments {
  padding-bottom: 0;
}

/* sidebar widget layout */
@media (min-width: 992px) {
  .blog-has-left-sidebar {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .blog-has-left-sidebar .col-md-3.col-lg-3 {
    order: 1;
  }
  .blog-has-left-sidebar .col-md-9.col-lg-9 {
    order: 2;
    padding-right: 0;
    padding-left: 45px;
  }
}

.blog-top-info {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
}

.blog-top-info.b-info-single {
  margin-bottom: 30px;
}

.blog-top-info.with-right {
  align-items: flex-end;
}

.blog-top-info.with-center {
  align-items: center;
}

.single_content .post-content {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 66px;
  margin-bottom: 56px;
}

.single_content .tagcloud {
  color: #3e3e3e;
}

/* blog related */
.b-related-item .read-more {
  color: #8f8f8f;
  float: left;
  clear: both;
}

.b-related-item .read-more:hover {
  color: #3e3e3e;
}

.b-related-img {
  margin-bottom: 24px;
}

.b-related-tit {
  float: left;
  font-size: 16px;
  line-height: 27px;
  margin: 13px 0 20px 0;
}

.b-related-tit:hover {
  text-decoration: underline;
}

.single-blog-related {
  position: relative;
  float: left;
}

.single-blog-related + #comments {
  margin-top: 80px;
  border-top: 1px solid #e8e8e8;
  padding-bottom: 0;
  border-bottom: 0;
  padding-top: 57px;
}

.blog-post-single + .tagcloud {
  margin-top: 40px;
}

/* single format content */
.single-format-content {
  margin-bottom: 30px;
}

.pf-gallery {
  display: none;
}

.pf-gallery.slick-initialized {
  display: flex !important;
}

.pf-gallery .slick-arrow {
  position: absolute;
  z-index: 5;
  font-size: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #ddd;
  background: #e9ecf0;
  color: #8f8f8f;
}

.pf-gallery .slick-arrow:before {
  font-family: "ionicons";
  font-size: 20px;
}

.pf-gallery .slick-arrow.slick-prev {
  left: 10px;
}

.pf-gallery .slick-arrow.slick-prev:before {
  content: "\f3d5";
}

.pf-gallery .slick-arrow.slick-next {
  right: 10px;
}

.pf-gallery .slick-arrow.slick-next:before {
  content: "\f3d6";
}

.pf-gallery .slick-arrow.slick-disabled {
  cursor: default;
  opacity: 0.7;
}

.pf-gallery .slick-dots {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  text-align: center;
}

.pf-gallery .slick-dots .slick-active button {
  background: #888;
}

.pf-quote blockquote {
  padding-left: 30px;
  margin: 0;
}

.pf-audio iframe {
  margin: 0;
}

/* related post style */
.blog_content.single_content .blog-article {
  border-bottom: 0;
}

/* basics */
.widget ul {
  padding-left: 0;
}

.widget li {
  list-style: none;
}

.widget li ul {
  margin-left: 12px;
}

.widget li + li, .widget li .children, .widget li .sub-menu {
  margin-top: 12px;
}

.widget a {
  color: #8f8f8f;
}

.widget a:hover {
  color: #3e3e3e;
}

.search-form .search-field {
  float: left;
  height: 50px;
  border: 1px solid #e8e8e8;
  border-right: 0;
  color: #8f8f8f;
  padding: 0 23px;
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: calc(100% - 50px);
}

.search-form .search-field:focus {
  border-color: #8f8f8f;
}

.search-form .search-submit {
  float: left;
  width: 50px;
  height: 50px;
  background: #3e3e3e;
  color: #fff;
  border: 0;
}

.search-form .search-submit:hover, .search-form .search-submit:focus {
  opacity: 0.8;
}

.search-form .search-submit:before {
  font-size: 20px;
}

.widget {
  margin-bottom: 50px;
}

.widget select {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border: 1px solid #e8e8e8;
  color: #8f8f8f;
}

.widget-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: normal;
}

.widget_archive a:hover + .widget-post-count,
.widget_categories a:hover + .widget-post-count {
  background: #f3f3f3;
  color: #3e3e3e;
}

.widget_archive .widget-post-count,
.widget_categories .widget-post-count {
  float: right;
  padding: 3px 4px;
  line-height: 1;
  border-radius: 4px;
  background: transparent;
}

.tagcloud a {
  margin-bottom: 6px;
  display: inline-block;
  color: #8f8f8f;
  line-height: 24px;
}

.tagcloud a:hover {
  color: #3e3e3e;
}

.theme-breadcrumb {
  background-position: center;
  background-size: cover;
  background-color: #f9e5b8;
  margin-bottom: 70px;
  position: relative;
}

.bread-title {
  line-height: 1.2;
  margin: 0;
  font-size: 36px;
}

.bread-title + .crumbs {
  margin-top: 15px;
}

.crumbs {
  display: block;
}

.crumbs a:hover {
  color: #a9803c;
}

.crumbs > span:after {
  content: "\f3d3";
  font-family: "ionicons";
  color: #8f8f8f;
  margin-left: 8px;
  margin-right: 4px;
}

.crumbs .last-item {
  color: #a9803c;
}

.crumbs .last-item:after {
  content: none;
}

.crumbs .last-item i {
  font-style: normal;
}

.bread-spacing-top, .bread-spacing-bot {
  height: 80px;
}

.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: none;
  text-decoration: underline;
  margin-left: 10px;
}

.comment-post-pingback .comment-edit-link:hover {
  text-decoration: none;
}

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

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

.theme-footer {
  background: #fff;
  position: relative;
}

/* footer layout */
.theme-footer h4 {
  line-height: 30px;
  margin-top: 0;
}

.theme-footer p:empty {
  display: none;
}

.theme-footer ul {
  padding: 0;
  margin: 0;
}

.theme-footer li {
  list-style: none;
}

.theme-footer .widget_nav_menu:last-of-type {
  margin-bottom: 0;
}

.theme-footer .widget_nav_menu li {
  line-height: 19px;
}

.theme-footer .widget_nav_menu a {
  color: #3e3e3e;
}

.theme-footer .widget_nav_menu a:hover {
  color: #8f8f8f;
}

.footer-social.v2_social a {
  background: #f3f3f3;
}

.footer-social li {
  display: inline-block;
  margin: 0 3px;
}

.footer-social a {
  font-size: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  color: #3e3e3e;
}

.footer-social a:hover {
  color: #fff;
  background: #3e3e3e;
}

.footer-social a:before {
  font-size: 16px;
  font-family: "ionicons";
}

.footer-social a[href*="twitter.com"]:before {
  content: "\f243";
}

.footer-social a[href*="facebook.com"]:before {
  content: "\f231";
}

.footer-social a[href*="plus.google.com"]:before {
  content: "\f235";
}

.footer-social a[href*="instagram.com"]:before {
  content: "\f351";
}

.footer-social a[href*="vimeo.com"]:before {
  content: "\f245";
}

.footer-social a[href*="youtube.com"]:before {
  content: "\f24d";
}

.footer-social a[href*="github.com"]:before {
  content: "\f233";
}

.footer-social a[href*="linkedin.com"]:before {
  content: "\f239";
}

.footer-social a[href*="pinterest.com"]:before {
  content: "\f2b1";
}

.footer-social a[href*="feed"]:before {
  content: "\f23d";
}

.ft-widget-title {
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  margin-bottom: 13px !important;
  letter-spacing: 2.5px;
}

/* 1: center mode */
.footer-v1 h4 {
  margin-bottom: 19px;
}

.footer-v1 p {
  margin-bottom: 12px;
}

/* 1v2 */
.ft-1v2-menu li {
  display: inline-block;
}

.ft-1v2-menu li + li {
  margin-left: 30px;
}

.ft-1v2-menu a {
  font-size: 16px;
  color: #8f8f8f;
}

.footer-1v2 h4 {
  margin: 0 0 22px 0;
}

/* v2 */
#theme-footer-v2 .footer-social {
  margin: 8px 0 34px 0;
}

#theme-footer-v2 .ht-ctf7 {
  margin-top: 8px;
}

.footer-copy {
  display: flex;
  align-items: center;
}

.footer-copy h4 {
  margin: 0 20px 0 0;
  position: relative;
  padding-right: 20px;
}

.footer-copy h4:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1px;
  height: 30px;
  background: #e8e8e8;
}

.credit li {
  display: inline-block;
}

.credit li + li {
  margin-left: 20px;
}

/* 2v2 */
#theme-footer-2v2 .ht-ctf7 {
  margin-top: 22px;
}

#theme-footer-2v2 .ctf-blog input:not([type="submit"]) {
  border-radius: 50px 0 0 50px;
  background: #f3f3f3;
}

#theme-footer-2v2 .ctf-blog input[type="submit"] {
  border-radius: 0 50px 50px 0;
}

#theme-footer-2v2 .footer-social {
  margin-top: 12px;
}

.subscribe-tit {
  text-transform: uppercase;
  margin: 0 0 0 0;
  font-weight: 400;
  margin-bottom: 20px;
}

.ft-logo-txt {
  margin-top: 0;
}

/* 2v3 */
#theme-footer-2v3 .ht-ctf7 {
  margin-top: 22px;
}

#theme-footer-2v3 .footer-social {
  margin-top: 12px;
}

/* 2v4 */
#theme-footer-2v4 .ht-ctf7 {
  margin-top: 22px;
}

#theme-footer-2v4 .footer-social {
  margin-top: 12px;
}

#theme-footer-2v4 .ctf-fashion-4 label:after {
  content: none;
}

#theme-footer-2v4 .ctf-fashion-4 input {
  padding: 0 20px;
}

/* 2v5 */
#theme-footer-2v5 .subscribe-tit {
  color: #fff;
  margin-bottom: 2px;
}

#theme-footer-2v5 .ht-ctf7 {
  margin-top: 22px;
}

#theme-footer-2v5 .footer-social {
  margin-top: 12px;
}

#theme-footer-2v5 .ctf-blog input[type="submit"] {
  background: #93ab6d;
}

#theme-footer-2v5 .widget_nav_menu a {
  color: #8f8f8f;
}

#theme-footer-2v5 .widget_nav_menu a:hover {
  color: #93ab6d;
}

/* v3 */
#theme-footer-3 .footer-social {
  display: inline-block;
  float: none;
  width: initial;
}

#theme-footer-3 .credit {
  margin-top: 24px;
}

/* 4v1 */
.theme-footer-4 .subscribe-tit {
  margin-bottom: 2px;
}

.theme-footer-4 .footer-social {
  float: none;
  width: initial;
  display: inline-block;
  margin-left: 10px;
}

.theme-footer-4 h4 {
  margin: 0;
}

.ft-menu-custom-df {
  flex-wrap: wrap;
}

.ft-menu-custom-df li {
  padding: 0 20px;
}

.ft-menu-custom-df a {
  font-weight: 600;
  text-transform: uppercase;
}

.ft-menu-custom-df a:hover {
  color: #8f8f8f;
}

/* 4v2 */
#theme-footer-4v2 .subscribe-tit {
  margin-bottom: 2px;
}

#theme-footer-4v2 .footer-social {
  float: none;
  width: initial;
  display: inline-block;
  margin-left: 10px;
}

#theme-footer-4v2 .ft-menu-custom-df a {
  font-weight: normal;
  color: #8f8f8f;
}

#theme-footer-4v2 .ft-menu-custom-df a:hover {
  color: #3e3e3e;
}

/* v5 */
#theme-footer-5 .footer-social {
  float: none;
  width: initial;
  display: inline-block;
  margin-left: 10px;
}

@media (min-width: 992px) {
  #theme-footer-5 .vc_col-sm-2 {
    width: 20%;
  }
}

/* footer default */
.footer-default {
  text-align: center;
  padding: 30px 0;
  border-top: 1px solid #e8e8e8;
}

.footer-default > a {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  display: block;
}

/* scroll to top */
.scroll-to-top {
  cursor: pointer;
  position: fixed;
  right: 15px;
  bottom: -50px;
  width: 30px;
  height: 30px;
  background: #a9803c;
  opacity: 0.7;
  color: #fff;
  font-size: 15px;
  line-height: 1;
  z-index: 10;
}

.scroll-to-top:hover {
  opacity: 1;
}

.scroll-to-top.scroll-visible {
  bottom: 15px;
}

@media (min-width: 1200px) {
  .header-layout-1 .wrap-menu {
    margin: 0 60px;
  }
}

@media (min-width: 992px) {
  .header-layout-1 .header-box {
    left: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .header-layout-1 .header-box .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
  }
  .header-layout-1 .wrap-menu {
    flex-grow: 1;
  }
}

.header-layout-2 #sidebar-menu-btn {
  margin-right: 25px;
}

.header-layout-2 #sidebar-menu-btn.active span {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header-layout-2 #sidebar-menu-btn.active span:before {
  -webkit-transform: rotate(45deg) translate(14px, -11px);
  transform: rotate(45deg) translate(14px, -11px);
}

.header-layout-2 #sidebar-menu-btn.active span:after {
  -webkit-transform: rotate(-45deg) translate(14px, 11px);
  transform: rotate(-45deg) translate(14px, 11px);
}

@media (min-width: 992px) {
  .header-layout-2 .header-box .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
  }
  .header-layout-2 .primary-menu-box {
    width: -webkit-calc((100% - 170px) / 2);
    width: -moz-calc((100% - 170px) / 2);
    width: calc((100% - 170px) / 2);
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-box-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
  }
  .header-layout-2 .theme-logo {
    width: 170px;
    text-align: center;
  }
  .header-layout-2 .hd2-action {
    width: -webkit-calc((100% - 170px) / 2);
    width: -moz-calc((100% - 170px) / 2);
    width: calc((100% - 170px) / 2);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
  }
  .header-layout-2 .hd2-action.hd2-end {
    justify-content: flex-start;
    flex-direction: row-reverse;
  }
  .header-layout-2 .hd2-action.hd2-end .theme-search-btn {
    margin-left: 30px;
  }
  .header-layout-2 .hd2-action.hd2-end .cart-price-total > span + span {
    margin-left: 10px;
    color: #000;
  }
}

@media (min-width: 992px) {
  .header-layout-3 .header-box .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .header-layout-3 .theme-primary-menu > li > a {
    line-height: 60px;
  }
  .header-layout-3 .topbar {
    border-bottom: 1px solid #e8e8e8;
  }
  .header-layout-3 .topbar .container {
    height: 117px;
  }
  .header-layout-3 .left-hd3 {
    width: -webkit-calc((100% - 170px) / 2);
    width: -moz-calc((100% - 170px) / 2);
    width: calc((100% - 170px) / 2);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
  }
  .header-layout-3 .theme-search-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
  }
  .header-layout-3 .theme-search-btn:after {
    content: 'Search Products';
    font-size: 16px;
    font-weight: 400;
    margin-left: 20px;
    color: inherit;
  }
  .header-layout-3 .theme-logo {
    width: 170px;
    text-align: center;
  }
  .header-layout-3 .hd3-action {
    width: -webkit-calc((100% - 170px) / 2);
    width: -moz-calc((100% - 170px) / 2);
    width: calc((100% - 170px) / 2);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
  }
}

@media (max-width: 991px) {
  .header-layout-3 .header-box {
    width: 750px;
    margin: 0 auto;
    float: none;
  }
  .header-layout-3 .topbar .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    min-height: 110px;
    padding: 0;
  }
  .header-layout-3 .topbar .left-hd3 {
    display: none;
  }
  .header-layout-3 .menu-collapse-btn {
    top: -webkit-calc(50% - 15px);
    top: -moz-calc(50% - 15px);
    top: calc(50% - 15px);
  }
  .header-layout-3 .theme-menu-responsive .container {
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 767px) {
  .header-layout-3 .header-box {
    width: 100%;
  }
}

.header-layout-4 #sidebar-menu-btn {
  margin-left: 40px;
  background: #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 0 8px;
}

.header-layout-4 #sidebar-menu-btn span {
  background: #fff;
}

.header-layout-4 #sidebar-menu-btn span:before, .header-layout-4 #sidebar-menu-btn span:after {
  background: inherit;
}

.header-layout-4 #sidebar-menu-btn span:before {
  top: -6px;
}

.header-layout-4 #sidebar-menu-btn span:after {
  bottom: -6px;
}

.header-layout-4 #sidebar-menu-btn.active span {
  background: #fff;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.header-layout-4 #sidebar-menu-btn.active span:before, .header-layout-4 #sidebar-menu-btn.active span:after {
  background: #fff;
}

.header-layout-4 #sidebar-menu-btn.active span:before {
  -webkit-transform: rotate(-45deg) translate(-3px, 0px);
  transform: rotate(-45deg) translate(-3px, 0px);
}

.header-layout-4 #sidebar-menu-btn.active span:after {
  -webkit-transform: rotate(45deg) translate(-3px, 0px);
  transform: rotate(45deg) translate(-3px, 0px);
}

@media (min-width: 992px) {
  .header-layout-4 .header-box {
    position: absolute;
  }
  .header-layout-4 .header-box .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
  }
  .header-layout-4 .box-sidebar-menu {
    left: initial;
    right: -365px;
  }
  .header-layout-4 .box-sidebar-menu.active {
    left: initial;
    right: 0;
  }
  .header-layout-4 .theme-search-btn,
  .header-layout-4 .shopping-cart-icon {
    color: #fff;
  }
  .header-layout-4 .theme-search-btn {
    margin-left: 40px;
  }
  .header-layout-4 .shopping-cart-icon {
    font-size: 28px;
  }
  .header-layout-4 .theme-shopping-cart {
    margin: 0;
  }
  .header-layout-4 .theme-shopping-cart .counter-cart {
    background: #fff;
    color: #000;
    top: 0;
  }
  .header-layout-4 .theme-logo + .theme-shopping-cart {
    display: none;
  }
}

@media (max-width: 991px) {
  .header-layout-4 .theme-logo + .theme-shopping-cart {
    right: 15px;
    position: absolute;
  }
  .header-layout-4 .theme-logo + .theme-shopping-cart .shopping-cart-icon {
    margin-left: 0;
  }
  .header-layout-4 .theme-menu-responsive {
    flex-direction: column;
  }
  .header-layout-4 .theme-menu-responsive .theme-shopping-cart {
    display: none;
  }
  .header-layout-4 .box-sidebar-menu, .header-layout-4 .mobile-search-form {
    float: left;
    width: 100%;
  }
}

.header-layout-5 #sidebar-menu-btn {
  margin-right: 135px;
  background: #3e3e3e;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  padding: 0 8px;
}

.header-layout-5 #sidebar-menu-btn.active span {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header-layout-5 #sidebar-menu-btn.active span:before {
  -webkit-transform: rotate(45deg) translate(11px, -8px);
  transform: rotate(45deg) translate(11px, -8px);
}

.header-layout-5 #sidebar-menu-btn.active span:after {
  -webkit-transform: rotate(-45deg) translate(11px, 8px);
  transform: rotate(-45deg) translate(11px, 8px);
}

.header-layout-5 #sidebar-menu-btn span {
  background: #fff;
}

.header-layout-5 #sidebar-menu-btn span:before, .header-layout-5 #sidebar-menu-btn span:after {
  background: inherit;
}

.header-layout-5 #sidebar-menu-btn span:before {
  top: -6px;
}

.header-layout-5 #sidebar-menu-btn span:after {
  bottom: -6px;
}

@media (min-width: 1680px) {
  .header-layout-5 .header-box .container {
    width: 1680px;
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  .header-layout-5 .header-box .container {
    min-height: 200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
  }
  .header-layout-5 .primary-menu-box {
    width: -webkit-calc((100% - 170px) / 2);
    width: -moz-calc((100% - 170px) / 2);
    width: calc((100% - 170px) / 2);
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
    -webkit-box-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
  }
  .header-layout-5 .theme-search-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .header-layout-5 .theme-search-btn:after {
    content: 'Search';
    font-size: 14px;
    color: inherit;
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 20px;
  }
  .header-layout-5 .theme-logo {
    width: 170px;
    text-align: center;
  }
  .header-layout-5 .hd5-action {
    width: -webkit-calc((100% - 170px) / 2);
    width: -moz-calc((100% - 170px) / 2);
    width: calc((100% - 170px) / 2);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
  }
  .header-layout-5 .w-head-box:before {
    content: 'Account';
    margin-right: 20px;
    text-transform: uppercase;
    color: #3e3e3e;
    font-weight: 600;
  }
  .header-layout-5 .theme-shopping-cart {
    margin-left: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .header-layout-5 .theme-shopping-cart:before {
    content: 'Cart';
    margin-right: 20px;
    text-transform: uppercase;
    color: #3e3e3e;
    font-weight: 600;
  }
}

@media (max-width: 991px) {
  .header-layout-5 .theme-search-btn {
    display: none;
  }
}

@media (min-width: 992px) {
  .has-header-layout-6 #theme-container {
    display: flex;
  }
}

@media (min-width: 1576px) {
  .header-layout-6 {
    width: 375px;
  }
  .header-layout-6 + #mainview {
    width: -webkit-calc(100% - 375px);
    width: -moz-calc(100% - 375px);
    width: calc(100% - 375px);
    margin-left: 375px;
  }
  .header-layout-6.theme-header-layout .theme-header-box {
    left: 50px;
    right: 50px;
    bottom: 50px;
    top: 50px;
  }
}

@media (min-width: 992px) and (max-width: 1575px) {
  .header-layout-6 {
    width: 275px;
  }
  .header-layout-6 + #mainview {
    width: -webkit-calc(100% - 275px);
    width: -moz-calc(100% - 275px);
    width: calc(100% - 275px);
    margin-left: 275px;
  }
  .header-layout-6 + #mainview .vc_row.wpb_row.vc_row-fluid:not(.theme-row-default) .container {
    width: 100%;
  }
}

@media (min-width: 992px) {
  .header-layout-6 {
    overflow: auto;
  }
  .header-layout-6.theme-header-layout {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
  }
  .logged-in.admin-bar .header-layout-6.theme-header-layout {
    top: 32px;
  }
  .header-layout-6 .theme-header-box {
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 15px;
    top: 50px;
    display: flex;
    flex-direction: column;
  }
  .header-layout-6 .primary-menu-box {
    flex-grow: 1;
  }
  .header-layout-6 .theme-logo {
    line-height: 1;
  }
  .header-layout-6 .theme-logo + .primary-menu-box {
    margin-top: 100px;
  }
  .header-layout-6 + #mainview {
    float: left;
    overflow-x: hidden;
  }
  .header-layout-6 .theme-sidebar-menu {
    position: relative;
    padding-left: 0;
    width: 100%;
    left: 0;
  }
  .header-layout-6 .theme-sidebar-menu .sub-menu {
    display: none;
  }
  .header-layout-6 .theme-sidebar-menu li a {
    display: block;
    padding: 10px 0;
    overflow: hidden;
    position: relative;
  }
  .header-layout-6 .slg {
    margin-top: 4px;
    margin-bottom: 77px;
  }
  .header-layout-6 .foot-header {
    margin-top: 50px;
  }
  .header-layout-6 .social-list {
    padding-left: 0;
  }
  .header-layout-6 .social-list li {
    display: inline-block;
  }
  .header-layout-6 .social-list li + li {
    margin-left: 5px;
  }
  .header-layout-6 .social-list li a {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #f3f3f3;
    color: #3e3e3e;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .header-layout-6 .social-list li a:hover {
    background: #93ab6c;
    color: #fff;
  }
}

@media (max-width: 991px) {
  .header-layout-6 .theme-header-box {
    min-height: 110px;
    padding: 0 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
  }
  .header-layout-6 .slg, .header-layout-6 .foot-header {
    display: none;
  }
  .header-layout-6 .theme-logo {
    position: absolute;
    right: 15px;
  }
  .header-layout-6 .theme-menu-responsive > ul {
    padding-left: 0;
  }
}

.w-head-box {
  margin-left: 29px;
  position: relative;
  height: 60px;
}

.w-head-box:hover .theme-login-btn {
  color: #a9803c;
}

.w-head-box:hover .w-head-action {
  opacity: 1;
  visibility: visible;
  top: 100%;
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}

.w-head-action {
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  opacity: 0;
  top: 110%;
  visibility: hidden;
  left: -50px;
  min-width: 180px;
  padding-left: 0;
  border: 1px solid #e8e8e8;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: top 0.3s ease 0s, opacity 0.3s;
  transition: top 0.3s ease 0s, opacity 0.3s;
}

.w-head-action li + li {
  border-top: 1px solid #e8e8e8;
}

.w-head-action a {
  white-space: nowrap;
  display: block;
  padding: 10px 15px;
}

.theme-header-layout {
  position: relative;
  z-index: 50;
}

.theme-header-layout li {
  list-style: none;
}

.theme-logo {
  margin: 0;
  line-height: 0;
  font-size: 0;
}

.header-box {
  position: relative;
  z-index: 5;
}

.header-box > .container {
  min-height: 110px;
}

.theme-primary-menu {
  padding-left: 0;
}

@media (min-width: 992px) {
  .theme-primary-menu > li {
    display: inline-flex;
    line-height: 1;
    /*parent item menu*/
  }
  .theme-primary-menu > li:hover > a {
    color: #3e3e3e;
  }
  .theme-primary-menu > li > a {
    font-size: 16px;
    line-height: 117px;
    padding: 0 20px;
  }
  .theme-primary-menu > li.current-menu-ancestor > a, .theme-primary-menu > li.current-menu-parent > a, .theme-primary-menu > li.current_page_parent > a, .theme-primary-menu > li.current_page_ancestor > a {
    color: #3e3e3e;
  }
  .theme-primary-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 > li:not(.menu-item-has-mega-menu) ul ul {
    top: 110%;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .theme-primary-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 > li:not(.menu-item-has-mega-menu) ul a {
    display: block;
    line-height: 24px;
    padding: 10px 20px;
  }
  .theme-primary-menu > li:not(.menu-item-has-mega-menu) ul a:hover {
    background: rgba(239, 239, 239, 0.28);
  }
  .theme-primary-menu > li:not(.menu-item-has-mega-menu):hover > a {
    color: #3e3e3e;
  }
  .theme-primary-menu li {
    position: relative;
  }
  .theme-primary-menu li.current-menu-item a {
    color: #3e3e3e;
  }
  .theme-primary-menu li:hover > ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    top: 100%;
  }
  .theme-primary-menu li a {
    color: #a9803c;
  }
  .theme-primary-menu li a:hover {
    color: #3e3e3e;
  }
  .theme-primary-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 .sub-menu > li:hover > ul {
    left: 100%;
    top: 0;
  }
}

@media (min-width: 992px) {
  .theme-primary-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 .sub-menu a {
  white-space: nowrap;
}

.header-action {
  min-height: 100px;
}

.theme-search-btn,
.theme-login-btn,
.shopping-cart-icon {
  font-size: 24px;
  color: #000;
}

.theme-search-btn:hover,
.theme-login-btn:hover,
.shopping-cart-icon:hover {
  color: #a9803c;
}

.theme-search-btn {
  background: transparent;
  border: 0;
  padding: 5px;
}

/* menu iconbar */
#sidebar-menu-btn {
  width: 33px;
  height: 33px;
  position: relative;
}

#sidebar-menu-btn.active span:before, #sidebar-menu-btn.active span:after {
  width: 50%;
}

#sidebar-menu-btn span {
  position: relative;
  background-color: #000;
  width: 100%;
  height: 2px;
  display: block;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

#sidebar-menu-btn span:before, #sidebar-menu-btn span:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: inherit;
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

#sidebar-menu-btn span:before {
  top: -8px;
}

#sidebar-menu-btn span:after {
  bottom: -8px;
}

@media (max-width: 991px) {
  #sidebar-menu-btn {
    display: none;
  }
}

/* icon cart */
.theme-shopping-cart {
  position: relative;
}

.theme-shopping-cart .shopping-cart-icon {
  position: relative;
  margin-left: 24px;
  margin-right: 13px;
}

.theme-shopping-cart .shopping-cart-icon:hover {
  color: #a9803c;
}

.theme-shopping-cart .counter-cart {
  position: absolute;
  left: 17px;
  top: -6px;
  line-height: 20px;
  font-size: 8px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #000;
  color: #fff;
  font-family: sans-serif;
  text-align: center;
}

/* hide mobile search form on large sreen */
@media (min-width: 992px) {
  .mobile-search-form {
    display: none;
  }
}

.landing-page {
  /* landing big-title */
  /* landing small-title */
}

.landing-page .landing-slider-btn {
  cursor: pointer;
  border-radius: 50px;
  -webkit-transition: all 0.3s linear !important;
  transition: all 0.3s linear !important;
  background: #e2f2e9;
  background: linear-gradient(45deg, #e8c7be 0%, #e2f2e9 100%);
}

.landing-page .landing-slider-btn:hover {
  opacity: 0.8;
}

.landing-page .landing-big-title {
  font-size: 72px;
  line-height: 1.3;
  position: relative;
}

.landing-page .landing-big-title.dollar sup {
  font-size: 30px;
  bottom: 25px;
}

.landing-page .landing-big-title sup {
  font-size: 43px;
}

.landing-page .landing-small-title {
  letter-spacing: 6px;
  text-transform: uppercase;
}

.fte-sc.fte-faded .fte-image:before {
  background: rgba(255, 255, 255, 0.7);
}

.fte-sc.fte-faded .fte-title {
  opacity: 0.7;
}

.fte-sc:hover .fte-title {
  opacity: 1;
}

.fte-image {
  height: 300px;
  overflow: hidden;
  position: relative;
  border: 3px solid #f3f3f3;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  -webkit-transition: background-position 2s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: background-position 2s ease-in-out, box-shadow 0.3s ease-in-out;
}

.fte-image:hover {
  background-position: bottom center;
  -webkit-box-shadow: 0px 10px 76px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 10px 76px 4px rgba(0, 0, 0, 0.4);
}

.fte-image:hover:before {
  background: transparent;
  top: 100%;
}

.fte-image:before {
  content: '';
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.fte-title {
  font-size: 0;
  font-weight: normal;
  text-align: center;
  margin: 32px 0 48px 0;
  line-height: unset;
}

.fte-title a {
  font-size: 16px;
  color: inherit;
}

.purchase-minera-theme {
  width: 300px;
  height: 50px;
  background: #fff;
  color: #222121;
  border-radius: 50px;
  margin-top: 55px;
  -webkit-box-shadow: 0px 10px 28.5px 1.5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 10px 28.5px 1.5px rgba(0, 0, 0, 0.15);
}

.purchase-minera-theme:hover {
  -webkit-box-shadow: 0px 5px 10px 1.5px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px 1.5px rgba(0, 0, 0, 0.15);
  opacity: 0.9;
}

/* icon menu */
.theme-icon-wp-menu {
  min-width: 20px;
}

/*mega menu*/
@media (min-width: 992px) {
  .theme-primary-menu {
    /*mega menu row*/
  }
  .theme-primary-menu .menu-item-has-mega-menu.mega-static {
    position: static;
  }
  .theme-primary-menu .menu-item-has-mega-menu.mega-static .mega-1-col {
    left: -webkit-calc((100% - 250px) / 2);
    left: -moz-calc((100% - 250px) / 2);
    left: calc((100% - 250px) / 2);
  }
  .theme-primary-menu .menu-item-has-mega-menu.mega-static .mega-2-col {
    left: -webkit-calc((100% - 450px) / 2);
    left: -moz-calc((100% - 450px) / 2);
    left: calc((100% - 450px) / 2);
  }
  .theme-primary-menu .menu-item-has-mega-menu.mega-static .mega-3-col {
    left: -webkit-calc((100% - 725px) / 2);
    left: -moz-calc((100% - 725px) / 2);
    left: calc((100% - 725px) / 2);
  }
  .theme-primary-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 .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;
    background-repeat: no-repeat;
    background-position: bottom right;
    color: #a9803c;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  .theme-primary-menu .mega-menu-row * {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
  }
  .theme-primary-menu .mega-menu-row.mega-changed-position {
    right: 0;
    left: initial;
  }
  .theme-primary-menu .mega-menu-row.mega-1-col {
    width: 250px;
  }
  .theme-primary-menu .mega-menu-row.mega-1-col > li {
    width: 100%;
  }
  .theme-primary-menu .mega-menu-row.mega-2-col {
    width: 450px;
  }
  .theme-primary-menu .mega-menu-row.mega-2-col > li {
    width: 50%;
  }
  .theme-primary-menu .mega-menu-row.mega-3-col {
    width: 725px;
  }
  .theme-primary-menu .mega-menu-row.mega-3-col > li {
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
  }
  .theme-primary-menu .mega-menu-row.mega-standard {
    width: 1170px;
    left: -webkit-calc((100% - 1170px) / 2);
    left: -moz-calc((100% - 1170px) / 2);
    left: calc((100% - 1170px) / 2);
  }
  .theme-primary-menu .mega-menu-row.mega-standard > li {
    width: 25%;
  }
  .theme-primary-menu .mega-menu-row > li {
    float: left;
    margin-bottom: 20px;
  }
  .theme-primary-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 .mega-menu-row li {
    overflow: hidden;
  }
  .theme-primary-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 .mega-menu-row li div {
    line-height: 24px;
    color: #b6b6b6;
    font-size: 12px;
    padding: 5px 10px;
  }
  .theme-primary-menu .mega-menu-row li div p {
    margin-top: 10px;
    color: #b6b6b6;
  }
  .theme-primary-menu .mega-menu-row li ul {
    position: static;
    float: left;
    border: 0;
    width: 100%;
  }
  .theme-primary-menu .mega-menu-row li ul li {
    width: 100%;
    padding: 0 0 0 1px;
  }
  .theme-primary-menu .mega-menu-row .sub-menu {
    margin-left: 0;
    left: 0;
    position: static;
    background: transparent;
  }
  .theme-primary-menu .mega-menu-row .sub-menu a {
    display: block;
    padding: 5px 10px;
    white-space: nowrap;
  }
  .theme-primary-menu .mega-menu-col li {
    display: inline-block;
  }
  .theme-primary-menu .mega-menu-col .sub-menu {
    width: 100%;
  }
}

.page-content-boxed {
  overflow-x: hidden;
}

@media (min-width: 1290px) {
  .page-content-boxed {
    width: 1290px;
    margin: 0 auto;
  }
  .page-content-boxed .header-layout-6 + #mainview {
    width: 915px;
  }
  .page-content-boxed .header-layout-6 + #mainview .container {
    width: 100%;
  }
}

.page-content-boxed #main {
  background: #fff;
}

/* content boxed with padding 50px */
@media (min-width: 992px) {
  .page-content-boxed-padding {
    margin: 50px;
    overflow: hidden;
  }
}

body.search-form-on {
  overflow: hidden;
}

#search-form-content {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1010;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  visibility: hidden;
  touch-action: cross-slide-y pinch-zoom double-tap-zoom;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

#search-form-content.search-form-open {
  opacity: 1;
  visibility: visible;
}

#search-form-content.search-form-open .theme-search-form {
  opacity: 1;
}

#search-form-content.search-form-open #ht-search-field {
  transform: scale3d(1, 1, 1);
  transition-duration: 0.5s;
}

#search-form-content.search-form-open .ht-search-info {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.theme-search-form {
  position: relative;
  margin: 0px auto;
  width: 75%;
  max-width: 100%;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

#ht-search-field {
  width: 100%;
  height: 100px;
  font-size: 7vh;
  visibility: visible;
  color: #eaba82;
  background: transparent;
  padding: 0.8em 0;
  border: 0;
  border-bottom: 5px solid #eaba82;
  transform: scale3d(0, 1, 1);
  transform-origin: 0% 50%;
  transition: transform 0.3s;
}

.ht-search-info {
  text-align: right;
  padding: 0.85em 0;
  font-size: 90%;
  color: #eaba82;
  display: block;
  opacity: 0;
  transform: translate3d(0, 100px, 0);
  transition: opacity 0.5s, transform 0.6s;
}

/*sidebar menu*/
.box-sidebar-menu .sidebar-menu-head {
  margin-bottom: 30px;
}

.box-sidebar-menu .theme-sidebar-menu {
  padding-left: 0;
  flex-grow: 1;
}

.box-sidebar-menu .sidebar-menu-foot .social-list {
  padding-left: 0;
  margin-left: -10px;
}

.box-sidebar-menu .sidebar-menu-foot .social-list li {
  display: inline-block;
}

.box-sidebar-menu .sidebar-menu-foot .social-list li a {
  width: 30px;
  height: 30px;
}

.box-sidebar-menu .sidebar-menu-foot .social-list li a:hover {
  color: #000;
}

@media (min-width: 992px) {
  .has-sidebar-menu.has-header-layout-4 #theme-container {
    left: initial;
    right: 0;
  }
  .has-sidebar-menu.has-header-layout-4.sidebar-menu-opened #theme-container {
    left: initial;
    right: 365px;
  }
  .has-sidebar-menu #theme-container {
    position: relative;
    left: 0;
  }
  .has-sidebar-menu.sidebar-menu-opened #theme-container {
    left: 365px;
  }
  #sidebar-menu-btn {
    cursor: pointer;
  }
  .box-sidebar-menu {
    width: 365px;
    position: fixed;
    z-index: 9999;
    left: -365px;
    top: 0;
    bottom: 0;
    background: #fff;
    padding: 50px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    opacity: 0;
    visibility: 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);
  }
  .header-layout-6 .box-sidebar-menu {
    padding: 0;
  }
  .logged-in.admin-bar .header-layout-6 .box-sidebar-menu {
    top: 0;
  }
  .logged-in.admin-bar .box-sidebar-menu {
    top: 32px;
  }
  .box-sidebar-menu.active {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
  .box-sidebar-menu li {
    position: relative;
  }
  .box-sidebar-menu li ul {
    margin-left: 10px;
  }
  .box-sidebar-menu li a {
    font-size: 16px;
    display: block;
    padding: 10px 0;
    overflow: hidden;
    position: relative;
  }
  .box-sidebar-menu > li {
    /*parent item menu*/
  }
  .box-sidebar-menu > li.current-menu-item > a, .box-sidebar-menu > li.current-menu-ancestor > a, .box-sidebar-menu > li.current-menu-parent > a, .box-sidebar-menu > li.current_page_parent > a, .box-sidebar-menu > li.current_page_ancestor > a {
    color: #93ab6c;
  }
  .box-sidebar-menu .sub-menu {
    display: none;
  }
  .box-sidebar-menu .mega-menu {
    width: 100%;
  }
  .sb-panel-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9998;
    width: 100%;
    height: 100%;
    display: none;
    background-color: rgba(0, 0, 0, 0.35);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.05)), color-stop(100%, rgba(0, 0, 0, 0.6)));
    cursor: pointer;
  }
  .submenu-indicator {
    -webkit-transition: transform 0.3s linear;
    transition: transform 0.3s linear;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 50%;
    margin-top: -15px;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .submenu-indicator-minus > .submenu-indicator {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .ink {
    -webkit-transform: scale(0);
    transform: scale(0);
    background: rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    display: block;
    position: absolute;
  }
  .animate-ink {
    -webkit-animation: menu-ripple 0.3s linear;
    animation: menu-ripple 0.3s linear;
  }
}

.theme-social-icon a, .woocommerce-wishlist .wishlist_table tfoot ul a {
  font-size: 0;
}

.theme-social-icon a:before, .woocommerce-wishlist .wishlist_table tfoot ul a:before {
  font-size: 16px;
  font-family: "ionicons";
}

.theme-social-icon a[href*="twitter.com"]:before, .woocommerce-wishlist .wishlist_table tfoot ul a[href*="twitter.com"]:before {
  content: "\f243";
}

.theme-social-icon a[href*="facebook.com"]:before, .woocommerce-wishlist .wishlist_table tfoot ul a[href*="facebook.com"]:before {
  content: "\f231";
}

.theme-social-icon a[href*="plus.google.com"]:before, .woocommerce-wishlist .wishlist_table tfoot ul a[href*="plus.google.com"]:before {
  content: "\f235";
}

.theme-social-icon a[href*="instagram.com"]:before, .woocommerce-wishlist .wishlist_table tfoot ul a[href*="instagram.com"]:before {
  content: "\f351";
}

.theme-social-icon a[href*="vimeo.com"]:before, .woocommerce-wishlist .wishlist_table tfoot ul a[href*="vimeo.com"]:before {
  content: "\f245";
}

.theme-social-icon a[href*="youtube.com"]:before, .woocommerce-wishlist .wishlist_table tfoot ul a[href*="youtube.com"]:before {
  content: "\f24d";
}

.theme-social-icon a[href*="github.com"]:before, .woocommerce-wishlist .wishlist_table tfoot ul a[href*="github.com"]:before {
  content: "\f233";
}

.theme-social-icon a[href*="linkedin.com"]:before, .woocommerce-wishlist .wishlist_table tfoot ul a[href*="linkedin.com"]:before {
  content: "\f239";
}

.theme-social-icon a[href*="pinterest.com"]:before, .woocommerce-wishlist .wishlist_table tfoot ul a[href*="pinterest.com"]:before {
  content: "\f2b1";
}

.theme-social-icon a[href*="feed"]:before, .woocommerce-wishlist .wishlist_table tfoot ul a[href*="feed"]:before {
  content: "\f23d";
}

/* woocommerce */
.p-image.image-is-loading:before {
  width: 20px;
  height: 20px;
  top: 50%;
  left: 50%;
  margin-left: -10px;
  margin-top: -10px;
}

.shop-view-grid .p-attr {
  margin-top: 5px;
}

.shop-view-list .p-attr {
  margin-bottom: 15px;
}

@media (min-width: 769px) {
  .shop-view-list .p-attr {
    margin-top: -20px;
  }
}

.p-attr span {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  cursor: pointer;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
}

.p-attr span:before {
  content: '';
  position: absolute;
  left: -4px;
  top: -4px;
  bottom: -4px;
  right: -4px;
  border-radius: 50%;
  border: 1px solid transparent;
}

.p-attr span.active:before {
  border-color: #ccc;
}

.has-shop-fullwidth .theme-breadcrumb, .has-shop-fullwidth #main {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .woo-archive {
    display: flex;
    justify-content: initial;
    align-items: initial;
  }
  .woo-archive.shop-left-sidebar .shop-archive-content {
    order: 2;
  }
  .woo-archive.shop-left-sidebar .shop-archive-sidebar {
    order: 1;
  }
}

.shop-container-fluid .shop-archive-content {
  padding: 0 15px;
  margin: 70px 0;
}

@media (min-width: 992px) {
  .shop-container-fluid .shop-archive-content {
    padding: 0 80px;
  }
}

.shop-container-fluid .shop-archive-sidebar {
  padding: 15px;
}

@media (min-width: 1400px) {
  .shop-container-fluid .shop-archive-sidebar {
    padding: 70px 80px 0 70px;
  }
}

/* topbar */
.woo-top-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 50px;
  position: relative;
}

.woo-top-page .woocommerce-error, .woo-top-page .woocommerce-message {
  width: 100%;
  padding: 0;
  margin-bottom: 15px;
}

@media (max-width: 480px) {
  .woo-top-page .shop-sort-view {
    display: none;
  }
}

.woo-top-page p {
  margin: 0;
  line-height: 30px;
}

@media (max-width: 680px) {
  .woo-top-page p {
    display: none;
  }
}

.woo-top-page span:not([class^="select2"]):not(.selection):not(.dropdown-wrapper):not(.w-sort-view span) {
  flex-grow: 1;
  text-align: right;
  margin-right: 5px;
}

@media (min-width: 1200px) {
  .woo-top-page span:not([class^="select2"]):not(.selection):not(.dropdown-wrapper):not(.w-sort-view span) {
    font-size: 18px;
  }
}

.woo-top-page .wrap-woocommerce-ordering {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  align-items: center;
}

@media (min-width: 680px) {
  .woo-top-page .wrap-woocommerce-ordering {
    flex-grow: 1;
  }
}

.woo-top-page .wrap-woocommerce-ordering:after {
  content: 'Sort by newness';
  position: absolute;
  right: 103px;
  z-index: 1;
}

@media (max-width: 480px) {
  .woo-top-page .wrap-woocommerce-ordering {
    float: left;
    width: 100%;
  }
  .woo-top-page .wrap-woocommerce-ordering:after {
    content: none;
  }
}

.woo-top-page .woocommerce-ordering {
  min-width: 230px;
  border: 1px solid #e1e1e1;
  height: 44px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
}

@media (max-width: 480px) {
  .woo-top-page .woocommerce-ordering {
    min-width: 100%;
    width: 100%;
  }
}

.woo-top-page .woocommerce-ordering select {
  display: none;
}

.woo-top-page .woocommerce-ordering span {
  white-space: nowrap;
}

.archive .select2-search {
  display: none;
}

.archive .select2-container.select2-container--open {
  background: #fff;
  z-index: 20;
}

.archive .select2-dropdown {
  display: block;
}

.archive .select2-results {
  display: block;
}

.archive .select2-results .select2-results__options {
  padding-left: 0;
  border: 1px solid #e1e1e1;
  margin-left: -1px;
  margin-right: -1px;
  border-top: 0;
  max-height: 200px;
  overflow-y: auto;
}

.archive .select2-results li {
  padding: 7px 15px;
  cursor: pointer;
  font-size: 13px;
  white-space: nowrap;
  user-select: none;
}

.archive .select2-results li:hover {
  color: #3e3e3e;
}

.archive .select2-selection--single {
  position: relative;
  display: block;
}

.archive .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 13px;
  right: 15px;
  line-height: 1;
}

.archive .select2-selection--single .select2-selection__arrow:before {
  content: "\f107";
  font-family: "FontAwesome";
}

.archive .select2-selection__rendered {
  padding: 10px 15px;
  cursor: pointer;
  font-size: 13px;
  color: #3e3e3e;
  display: inline-block;
  width: 100%;
  user-select: none;
}

.archive .select2-container--default {
  vertical-align: middle;
  display: inline-block;
  z-index: 2;
  background: #fff;
}

/* view style button */
.shop-sort-view {
  margin-left: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  align-items: center;
}

.shop-sort-view span {
  color: #3e3e3e;
  margin-right: 20px;
}

.shop-sort-view button {
  color: #8f8f8f;
  background: none;
  border: 0;
}

.shop-sort-view button.active {
  color: #3e3e3e;
}

.shop-sort-view button:before {
  font-family: "ionicons";
  font-size: 30px;
}

.btn-view-list {
  margin-right: 18px;
}

.btn-view-list:before {
  content: "\f453";
}

.btn-view-grid:before {
  content: "\f13f";
}

.p-col {
  margin-bottom: 50px;
  list-style: none;
  position: relative;
}

@media (max-width: 768px) {
  .p-col .price {
    font-size: 14px;
    margin-top: 0;
  }
}

/*product head*/
.p-head {
  position: relative;
  margin-bottom: 24px;
  overflow: hidden;
}

.p-head:hover .p-img-hover {
  opacity: 1;
  visibility: visible;
}

.p-head:hover .p-action {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.p-head:hover .p-action > * {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.p-head:hover .p-action > *:first-child {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.p-head:hover .p-action > *:nth-child(2) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.p-head:hover .p-action > *:last-child {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

/* action button */
.p-action {
  width: 40px;
  position: absolute;
  right: 0;
  background: #fff;
  z-index: 3;
  -webkit-transform: translateY(-150px);
  transform: translateY(-150px);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  flex-direction: column;
}

.p-action > * {
  width: 40px;
  height: 40px;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.p-action > *:hover .p-tooltip {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0px) !important;
  transform: translateX(0px) !important;
}

.p-action .quick-view-btn {
  font-size: 0;
  color: #3e3e3e;
}

.p-action .quick-view-btn *:not(.p-tooltip) {
  font-size: 0 !important;
}

.p-action .quick-view-btn *:not(.p-tooltip):empty {
  display: none !important;
}

.p-action .quick-view-btn:before {
  content: "\f424";
  font-family: "ionicons";
  font-size: 25px;
}

.p-action .p-box-atc {
  position: relative;
}

.p-action .p-box-atc a {
  width: 100%;
  height: 100%;
}

.p-action .select-option-btn {
  font-size: 16px;
  color: #3e3e3e;
}

.p-action .select-option-btn .p-tooltip {
  right: 50px;
}

.p-action .add_to_cart_button {
  font-size: 16px;
  color: #3e3e3e;
}

.p-action .add_to_cart_button .p-tooltip {
  right: 50px;
}

.p-action .add_to_cart_button.loading:after {
  top: 13px !important;
}

.p-action .add_to_cart_button.loading:before {
  content: none;
}

.p-action .add_to_cart_button.added {
  visibility: hidden;
  opacity: 0;
  z-index: -1;
}

.p-action .add_to_cart_button.added + .added_to_cart {
  font-size: 0;
  position: absolute;
  left: 0;
  top: 0;
}

.p-action .add_to_cart_button.added + .added_to_cart:hover:after {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.p-action .add_to_cart_button.added + .added_to_cart:before {
  content: "\e906";
  font-family: 'ht-ico';
  font-size: 16px;
  color: inherit;
}

.p-action .add_to_cart_button.added + .added_to_cart:after {
  position: absolute;
  content: attr(title);
  visibility: hidden;
  opacity: 0;
  right: 50px;
  font-size: 12px;
  background: #3e3e3e;
  padding: 2px 10px;
  white-space: nowrap;
  line-height: 17px;
  border-radius: 20px;
  color: #fff;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}

.p-action .p-tooltip {
  position: absolute;
  right: 50px;
  font-size: 12px;
  background: #3e3e3e;
  padding: 2px 10px;
  white-space: nowrap;
  line-height: 17px;
  border-radius: 20px;
  opacity: 0;
  visibility: hidden;
  color: #fff;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
}

/* p content */
.p-content {
  float: left;
}

.atc-shop-list {
  display: none;
}

.p-title {
  color: #000;
}

.p-title:hover {
  color: #8f8f8f;
}

.price {
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
}

.price * {
  background: none;
}

.price del {
  margin-right: 13px;
}

.price del + ins span {
  color: #3e3e3e;
}

.p-desc {
  display: none;
}

/* woocommerce pagination */
.woocommerce-pagination .next, .woocommerce-pagination .prev {
  font-size: 0;
}

.woocommerce-pagination .next:after, .woocommerce-pagination .prev:after {
  font-size: 24px;
}

/* content product image */
.p-image {
  position: relative;
}

.p-image .p-img-hover {
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

/* body class */
.cart-sidebar-opened #ht-cart-sidebar {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}

.cart-sidebar-opened .ht-cart-overlay {
  opacity: 1;
  visibility: visible;
}

/* main element */
#ht-cart-sidebar {
  position: fixed;
  width: 350px;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  overflow: auto;
  z-index: 901;
  -webkit-transform: translateX(350px);
  transform: translateX(350px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  #ht-cart-sidebar {
    width: 300px;
    -webkit-transform: translateX(300px);
    transform: translateX(300px);
  }
}

.logged-in.admin-bar #ht-cart-sidebar {
  top: 32px;
}

@media (max-width: 782px) {
  .logged-in.admin-bar #ht-cart-sidebar {
    top: 46px;
  }
}

#ht-cart-sidebar .blockUI {
  display: none !important;
}

/* cart sidebar header */
.cart-sidebar-head {
  background: #000;
  padding: 20px;
  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-title {
  text-transform: uppercase;
  margin: 0;
  color: #fff;
  font-size: 20px;
}

/* close button */
.cart-sidebar-close-btn {
  background: transparent;
  border: 0;
  color: #fff;
  font-size: 30px;
  line-height: 1;
  width: 31px;
  height: 31px;
}

.cart-sidebar-close-btn:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

/* overlay */
.ht-cart-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  z-index: 900;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/*mini cart content*/
.cart-sidebar-content {
  padding: 20px;
  position: relative;
  /*for cart sidebar*/
}

.cart-sidebar-content.cart-removing > * {
  opacity: 0.4;
}

.cart-sidebar-content.cart-removing:before {
  width: 40px;
  height: 40px;
  top: -webkit-calc(50% - 20px);
  top: -moz-calc(50% - 20px);
  top: calc(50% - 20px);
  left: -webkit-calc(50% - 20px);
  left: -moz-calc(50% - 20px);
  left: calc(50% - 20px);
}

.cart-sidebar-content .woocommerce-mini-cart-item {
  border-bottom-color: rgba(0, 0, 0, 0.07);
}

.cart-sidebar-content .woocommerce-mini-cart__total {
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
}

.cart-sidebar-content .woocommerce-mini-cart__buttons {
  border-top: 1px solid rgba(0, 0, 0, 0.07);
  padding-top: 10px;
}

.cart-sidebar-content .woocommerce-mini-cart__buttons a {
  width: 100%;
  padding: 10px 15px;
  background: #000;
  text-transform: uppercase;
}

.cart-sidebar-content .woocommerce-mini-cart__buttons a:not(.checkout) {
  margin-bottom: 5px;
}

.cart-sidebar-content .woocommerce-mini-cart__buttons a.checkout {
  border-left: 0;
}

.woocommerce-mini-cart-item .variation, .cart_item .variation {
  margin-bottom: 10px;
}

.woocommerce-mini-cart-item .variation p, .cart_item .variation p {
  margin: 0;
}

.woocommerce-mini-cart-item .variation dt, .woocommerce-mini-cart-item .variation dd, .cart_item .variation dt, .cart_item .variation dd {
  font-size: 13px;
  width: 50%;
  float: left;
  margin-bottom: 0;
}

/* for widget */
.woocommerce-mini-cart {
  padding-left: 0;
  overflow-x: hidden;
}

.woocommerce-mini-cart-item {
  position: relative;
  border-bottom: 1px solid #f4f4f4;
  padding-bottom: 10px;
}

.woocommerce-mini-cart-item + .woocommerce-mini-cart-item {
  margin-top: 10px;
}

.woocommerce-mini-cart-item .remove {
  position: absolute;
  top: 0;
  right: 0;
  color: #f00;
  line-height: 1;
  font-size: 18px;
}

.woocommerce-mini-cart-item .remove:hover {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.woocommerce-mini-cart-item .w-cart-img {
  float: left;
  max-width: 50px;
  margin-right: 10px;
}

.woocommerce-mini-cart-item .w-cart-content {
  width: -webkit-calc(100% - 60px);
  width: -moz-calc(100% - 60px);
  width: calc(100% - 60px);
  float: left;
}

.woocommerce-mini-cart-item .w-cart-pro-name {
  padding-right: 10px;
  display: inline-block;
}

.woocommerce-mini-cart-item .quantity {
  font-size: 13px;
}

.woocommerce-mini-cart__total {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  margin-top: 10px;
}

.woocommerce-mini-cart__buttons {
  margin-bottom: 0;
}

.woocommerce-mini-cart__buttons a {
  float: left;
  width: 50%;
  padding: 5px;
  background: #3e3e3e;
  color: #fff !important;
  text-align: center;
}

.woocommerce-mini-cart__buttons a:hover {
  opacity: 0.8;
}

.woocommerce-mini-cart__buttons a + a {
  border-left: 1px solid #fff;
}

/*cart empty*/
.woocommerce-mini-cart__empty-message {
  margin-bottom: 0;
}

.cart-sidebar-content .woocommerce-mini-cart__empty-message {
  display: -webkit-flex;
  display: inline-flex;
  margin-top: 10px;
}

.cart-sidebar-content .woocommerce-mini-cart__empty-message:before {
  content: "\f110";
  font-family: "ionicons";
  font-size: 40px;
  margin-right: 10px;
}

.my-cart-total {
  font-size: 18px;
  color: #3e3e3e;
  line-height: 30px;
  margin-bottom: 31px;
  display: block;
}

.my-cart-total + .woocommerce-message {
  margin-bottom: 15px;
}

.woocommerce-cart .woocommerce-cart-form__contents {
  margin: 0;
  border: 0;
}

.woocommerce-cart .woocommerce-cart-form__contents tr.tr-action td {
  border-bottom: 0;
}

.woocommerce-cart .woocommerce-cart-form__contents tr th {
  border: 0;
  padding: 8px 30px;
  background: #f3f3f3;
  color: #3e3e3e;
}

.woocommerce-cart .woocommerce-cart-form__contents tr td {
  padding: 30px;
  border: 0;
  border-bottom: 1px solid #e8e8e8;
}

.woocommerce-cart .woocommerce-cart-form__contents .product-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
}

.woocommerce-cart .woocommerce-cart-form__contents .product-price,
.woocommerce-cart .woocommerce-cart-form__contents .product-subtotal {
  width: 140px;
}

.woocommerce-cart .woocommerce-cart-form__contents .product-quantity {
  width: 200px;
}

.woocommerce-cart .woocommerce-cart-form__contents .product-subtotal {
  color: #3e3e3e;
}

.woocommerce-cart .woocommerce-cart-form__contents .product-remove {
  width: 70px;
}

.woocommerce-cart .woocommerce-cart-form__contents .product-remove .remove:hover:before {
  content: "\f406";
  color: #3e3e3e;
}

.woocommerce-cart .woocommerce-cart-form__contents .product-remove .remove:before {
  content: "\f405";
  font-family: "ionicons";
  font-size: 14px;
  color: #8f8f8f;
}

.woocommerce-cart .woocommerce-cart-form__contents .item-cart-img {
  min-width: 70px;
  width: 70px;
  height: 70px;
  margin-right: 20px;
}

.woocommerce-cart .woocommerce-cart-form__contents .actions {
  padding: 30px 0;
}

.woocommerce-cart .woocommerce-cart-form__contents .actions .coupon {
  float: left;
}

.woocommerce-cart .woocommerce-cart-form__contents .actions .coupon input {
  height: 40px;
  float: left;
}

.woocommerce-cart .woocommerce-cart-form__contents .actions .coupon input[type="text"] {
  width: 200px;
  border: 1px solid #e8e8e8;
  border-right: 0;
  padding: 0 20px;
  color: #8f8f8f;
}

.woocommerce-cart .woocommerce-cart-form__contents .actions .coupon input[type="submit"] {
  width: 90px;
  border: 0;
  background: #3e3e3e;
  color: #fff;
}

.woocommerce-cart .woocommerce-cart-form__contents .actions .coupon input[type="submit"]:hover, .woocommerce-cart .woocommerce-cart-form__contents .actions .coupon input[type="submit"]:focus {
  opacity: 0.8;
}

.woocommerce-cart .woocommerce-cart-form__contents .actions .cart-action {
  float: right;
}

.woocommerce-cart .woocommerce-cart-form__contents .actions .cart-action .cart-empty-btn {
  color: #8f8f8f;
  margin-right: 30px;
}

.woocommerce-cart .woocommerce-cart-form__contents .actions .cart-action .cart-empty-btn:hover {
  color: #3e3e3e;
}

.woocommerce-cart .woocommerce-cart-form__contents .actions .cart-action .cart-empty-btn:before {
  content: "\f405";
  font-family: "ionicons";
  margin-right: 8px;
  line-height: 1;
}

.woocommerce-cart .woocommerce-cart-form__contents .actions .cart-action .cart-update-btn {
  height: 40px;
  background: #3e3e3e;
  color: #fff;
  padding: 0 15px;
  border: 0;
}

.woocommerce-cart .woocommerce-cart-form__contents .actions .cart-action .cart-update-btn:disabled {
  cursor: default;
  opacity: 0.4;
}

.woocommerce-cart .woocommerce-cart-form__contents .actions .cart-action .cart-update-btn:not(:disabled):hover, .woocommerce-cart .woocommerce-cart-form__contents .actions .cart-action .cart-update-btn:not(:disabled):focus {
  opacity: 0.8;
}

.woocommerce-cart .cart-collaterals {
  border-top: 1px solid #ddd;
  margin-top: 30px;
  padding-top: 30px;
}

.woocommerce-cart .cart-collaterals h2 {
  font-size: 14px;
  line-height: 17px;
  margin: 0;
}

.woocommerce-cart .cart-collaterals .shipping-calculator-form select {
  height: 40px;
  padding: 0 15px;
  width: 320px;
  max-width: 100%;
}

.woocommerce-cart .cart-collaterals .shipping-calculator-form input {
  height: 40px;
  padding: 0 15px;
}

.woocommerce-cart .cart-collaterals .shipping-calculator-form input:not([type="submit"]) {
  width: 320px;
}

.woocommerce-cart .cart-collaterals .shipping-calculator-form button[type="submit"] {
  padding: 0 15px;
  height: 40px;
  background: #3e3e3e;
  color: #fff;
  border: 0;
}

.woocommerce-cart .cart-collaterals .shipping-calculator-form button[type="submit"]:hover, .woocommerce-cart .cart-collaterals .shipping-calculator-form button[type="submit"]:focus {
  opacity: 0.8;
}

.woocommerce-cart .wc-proceed-to-checkout a {
  color: #fff;
  float: right;
  margin-top: 30px;
  background: #3e3e3e;
  padding: 15px;
}

.woocommerce-cart .wc-proceed-to-checkout a:hover, .woocommerce-cart .wc-proceed-to-checkout a:focus {
  opacity: 0.8;
}

.woocommerce-cart .w-quantity {
  margin-right: 0;
}

.woocommerce-cart.woocommerce-page .woocommerce-error {
  padding-left: 0;
  padding-right: 0;
}

.woocommerce-checkout .select2-container {
  float: left;
  width: 100%;
}

.woocommerce-checkout .select2-container.select2-container--open .select2-selection--single {
  border-color: #aaa;
}

.woocommerce-checkout .select2-container .select2-dropdown {
  border-radius: 0;
}

.woocommerce-checkout .select2-container .select2-choice {
  padding: 0 15px;
  line-height: 40px;
  border-radius: 0;
  height: 40px;
}

.woocommerce-checkout .select2-container .select2-choice:focus {
  border-color: #ccc;
}

.woocommerce-checkout .select2-container .select2-selection--single {
  border-radius: 0;
  height: 40px;
  border: 1px solid #dedede;
}

.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__arrow {
  height: 40px;
}

.woocommerce-checkout .select2-container .select2-selection__rendered {
  line-height: 40px !important;
}

.woocommerce-page.woocommerce-checkout #main .vc_column_container, .woocommerce-page.woocommerce-checkout #main .vc_column_container > .vc_column-inner {
  padding-left: 0;
  padding-right: 0;
}

.woocommerce .blockUI.blockOverlay {
  position: absolute;
  left: 0;
  top: 0;
}

.woocommerce .blockUI.blockOverlay:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-top-color: rgba(0, 0, 0, 0.4);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  margin-left: -25px;
  margin-top: -25px;
  -webkit-animation: loading360 0.5s linear infinite;
  animation: loading360 0.5s linear infinite;
}

.woocommerce .loader:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  border: 2px solid rgba(0, 0, 0, 0.1);
  border-top-color: rgba(0, 0, 0, 0.4);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  margin-left: -25px;
  margin-top: -25px;
  -webkit-animation: loading360 0.5s linear infinite;
  animation: loading360 0.5s linear infinite;
}

.woocommerce .checkout.woocommerce-checkout {
  position: static !important;
}

.woocommerce .checkout.woocommerce-checkout.processing .blockUI.blockOverlay {
  position: relative;
  background: #fff !important;
}

/* form login */
.woocommerce-page {
  /*left col*/
}

.woocommerce-page .woocommerce-error {
  clear: both;
  padding: 15px;
}

.woocommerce-page .woocommerce-NoticeGroup-checkout {
  float: left;
  width: 50%;
  padding: 15px;
}

.woocommerce-page .woocommerce-NoticeGroup-checkout .woocommerce-error {
  padding: 0;
}

.woocommerce-page .woocommerce-NoticeGroup-checkout ul {
  margin-bottom: 0;
}

.woocommerce-page li {
  list-style: none;
}

.woocommerce-page .woocommerce {
  position: relative;
}

.woocommerce-page.woocommerce-checkout .woocommerce-info {
  line-height: 27px;
  background: #f3f3f3;
  padding: 6px 20px;
}

.woocommerce-page.woocommerce-checkout .woocommerce-info ~ .woocommerce-info {
  margin-top: 10px;
}

.woocommerce-page.woocommerce-checkout .woocommerce-info a {
  color: #3e3e3e;
}

.woocommerce-page.woocommerce-checkout .woocommerce-info a:hover {
  text-decoration: underline;
}

.woocommerce-page .login {
  padding: 20px;
  background: #f3f3f3;
}

.woocommerce-page .login input[type="submit"] {
  margin: 15px 0;
}

.woocommerce-page .checkout_coupon {
  padding: 20px 0;
}

.woocommerce-page .login p, .woocommerce-page .checkout_coupon p {
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.woocommerce-page .login .clear + .form-row, .woocommerce-page .checkout_coupon .clear + .form-row {
  width: 50%;
}

.woocommerce-page .login .clear + .form-row label, .woocommerce-page .checkout_coupon .clear + .form-row label {
  margin: 0 0 0 50px;
}

.woocommerce-page .login .form-row label, .woocommerce-page .checkout_coupon .form-row label {
  float: left;
  width: 100%;
  margin: 10px 0;
}

.woocommerce-page .login .form-row input:not([type="checkbox"]):not([type="submit"]), .woocommerce-page .checkout_coupon .form-row input:not([type="checkbox"]):not([type="submit"]) {
  float: left;
  width: 100%;
  max-width: 370px;
  height: 40px;
  padding: 0 20px;
  border: 1px solid #ccc;
}

.woocommerce-page .login .form-row input[type="submit"], .woocommerce-page .checkout_coupon .form-row input[type="submit"] {
  width: -webkit-calc(370px / 3);
  width: -moz-calc(370px / 3);
  width: calc(370px / 3);
  height: 40px;
  background: #fff;
  color: #3e3e3e;
  border: 1px solid #3e3e3e;
  cursor: pointer;
}

.woocommerce-page .login .form-row input[type="submit"]:hover, .woocommerce-page .login .form-row input[type="submit"]:focus, .woocommerce-page .checkout_coupon .form-row input[type="submit"]:hover, .woocommerce-page .checkout_coupon .form-row input[type="submit"]:focus {
  background: #3e3e3e;
  color: #fff;
}

.woocommerce-page .login .form-row .inline, .woocommerce-page .checkout_coupon .form-row .inline {
  font-size: 13px;
}

.woocommerce-page .login .lost_password, .woocommerce-page .checkout_coupon .lost_password {
  width: initial;
  margin-top: 25px;
}

.woocommerce-page .login .lost_password a, .woocommerce-page .checkout_coupon .lost_password a {
  color: #000;
}

.woocommerce-page .login .lost_password a:hover, .woocommerce-page .checkout_coupon .lost_password a:hover {
  text-decoration: underline;
}

.woocommerce-page .woocommerce-billing-fields h3 {
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;
  margin-top: 43px;
  margin-bottom: 30px;
}

.woocommerce-page .woocommerce-billing-fields p {
  margin-bottom: 20px;
}

.woocommerce-page .form-row {
  float: left;
}

.woocommerce-page .form-row label {
  float: left;
  width: 100%;
  font-size: 14px;
  color: #333333;
  margin-bottom: 10px;
}

.woocommerce-page .form-row label .required {
  text-decoration: none;
}

.woocommerce-page .form-row input:not([type="checkbox"]) {
  float: left;
  width: 100%;
  height: 40px;
  border: 1px solid #dedede;
  padding: 0 15px;
}

.woocommerce-page .form-row input:not([type="checkbox"])::-webkit-input-placeholder {
  color: #bdbdbd;
}

.woocommerce-page .form-row input:not([type="checkbox"]):-moz-placeholder {
  color: #bdbdbd;
}

.woocommerce-page .form-row input:not([type="checkbox"])::-moz-placeholder {
  color: #bdbdbd;
}

.woocommerce-page .form-row input:not([type="checkbox"]):-ms-input-placeholder {
  color: #bdbdbd;
}

.woocommerce-page .form-row input:not([type="checkbox"]):focus {
  border-color: #ccc;
}

.woocommerce-page .form-row.form-row-first {
  width: -webkit-calc((100% - 15px) / 2);
  width: -moz-calc((100% - 15px) / 2);
  width: calc((100% - 15px) / 2);
  margin-right: 15px;
}

.woocommerce-page .form-row.form-row-last {
  width: -webkit-calc((100% - 15px) / 2);
  width: -moz-calc((100% - 15px) / 2);
  width: calc((100% - 15px) / 2);
}

.woocommerce-page .form-row.form-row-wide {
  width: 100%;
}

.woocommerce-page .create-account {
  display: flex;
  justify-content: center;
  align-items: center;
}

.woocommerce-page .create-account input {
  margin: 0 5px 0 0;
}

.woocommerce-page .create-account label {
  margin: 0;
}

.woocommerce-page .woocommerce-shipping-fields > h3 {
  font-size: 24px;
  color: #3e3e3e;
}

.woocommerce-page .woocommerce-shipping-fields #order_comments_field label {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}

.woocommerce-page .woocommerce-shipping-fields #order_comments_field textarea {
  float: left;
  width: 100%;
  padding: 10px;
  height: 90px;
  border: 1px solid #dedede;
}

.woocommerce-page .woocommerce-shipping-fields #order_comments_field textarea:focus {
  border-color: #ccc;
}

.woocommerce-page .woocommerce-account-fields .create-account {
  float: left;
  width: 100%;
}

.woocommerce-page .woocommerce-account-fields .create-account .required {
  text-decoration: none;
}

.woocommerce-page .woocommerce-account-fields .form-row {
  float: left;
  width: 100%;
  margin-top: 10px;
}

.woocommerce-page .woocommerce-account-fields .form-row label {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}

.woocommerce-page .woocommerce-account-fields .form-row input {
  float: left;
  width: 100%;
  height: 50px;
  padding: 0 15px;
  background: #f9f9f9;
  border: 1px solid #f3f3f3;
}

.woocommerce-page .woocommerce-account-fields .form-row input:focus {
  border-color: #ccc;
}

.woocommerce-page .woocommerce-account-fields .woocommerce-password-strength {
  float: left;
  width: 100%;
  margin-top: 10px;
}

.woocommerce-page .woocommerce-additional-fields > h3 {
  display: none;
}

.woocommerce-page .woocommerce-additional-fields .form-row {
  float: left;
  width: 100%;
  margin-top: 10px;
}

.woocommerce-page .woocommerce-additional-fields .form-row label {
  float: left;
  width: 100%;
  margin-bottom: 5px;
}

.woocommerce-page .woocommerce-additional-fields .form-row textarea {
  width: 100%;
  height: 90px;
  padding: 15px;
  border: 1px solid #dedede;
  resize: none;
}

.woocommerce-page .woocommerce-additional-fields .form-row textarea:focus {
  border-color: #ccc;
}

.woocommerce-page .woocommerce-form__label {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
}

.woocommerce-page .woocommerce-form__label input {
  display: none;
}

.woocommerce-page .woocommerce-form__label input:checked + span:before {
  background: #232323;
}

.woocommerce-page .woocommerce-form__label span {
  line-height: 16px;
  padding-left: 26px;
  position: relative;
  color: #333333;
}

.woocommerce-page .woocommerce-form__label span:before {
  content: '';
  position: absolute;
  left: 0;
  top: -1px;
  width: 16px;
  height: 16px;
  border: 1px solid #232323;
}

.woocommerce-page #ship-to-different-address span {
  font-size: 14px;
  font-weight: normal;
}

.woocommerce-page #order_review {
  position: relative;
  border: 1px solid #dedede;
}

.woocommerce-page #order_review .shop_table {
  border: 0;
  margin: 0;
  background: #f3f3f3;
  border-bottom: 1px solid #dddddd;
}

.woocommerce-page #order_review .shop_table th, .woocommerce-page #order_review .shop_table td {
  padding: 10px 30px;
  border: 0;
  background: transparent;
  font-weight: normal;
}

.woocommerce-page #order_review .shop_table thead th {
  border-bottom: 1px solid #dddddd;
}

.woocommerce-page #order_review .shop_table .product-name {
  color: #3e3e3e;
}

.woocommerce-page #order_review .shop_table .product-quantity {
  color: #8f8f8f;
  font-weight: normal;
}

.woocommerce-page #order_review .shop_table .order-total * {
  font-size: 18px;
  color: #3e3e3e;
  font-weight: 600;
}

.woocommerce-page #order_review .shop_table .order-total th, .woocommerce-page #order_review .shop_table .order-total td {
  border-top: 1px solid #ddd;
  padding: 30px;
}

.woocommerce-page .woocommerce-checkout-payment {
  padding: 30px;
  background: #f3f3f3;
}

.woocommerce-page .payment_methods {
  padding: 0;
}

.woocommerce-page .payment_methods .wc_payment_method {
  padding: 10px 0;
}

.woocommerce-page .payment_methods .wc_payment_method input {
  display: none;
}

.woocommerce-page .payment_methods .wc_payment_method input:checked + label:after {
  content: '';
  position: absolute;
  left: 3px;
  width: 9px;
  height: 9px;
  background: #424242;
  border-radius: 50%;
  top: -webkit-calc(50% - (9px / 2));
  top: -moz-calc(50% - (9px / 2));
  top: calc(50% - (9px / 2));
}

.woocommerce-page .payment_methods .wc_payment_method label {
  color: #3e3e3e;
  padding-left: 25px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
}

.woocommerce-page .payment_methods .wc_payment_method label:before {
  content: '';
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  border: 1px solid #424242;
}

.woocommerce-page .payment_methods img {
  margin-right: 7px;
  margin-left: 5px;
}

.woocommerce-page .payment_methods .payment_method_paypal img {
  display: inline-block;
  max-height: 40px;
}

.woocommerce-page .payment_methods .payment_method_paypal a {
  font-size: 13px;
  margin-left: 10px;
}

.woocommerce-page .payment_methods .payment_box {
  padding-left: 25px;
  padding-top: 10px;
  float: left;
  width: 100%;
}

.woocommerce-page .payment_methods .payment_box p {
  margin-bottom: 0;
}

.woocommerce-page .place-order {
  position: absolute;
  left: 0;
  bottom: -60px;
}

.woocommerce-page #place_order {
  background: #3e3e3e;
  height: 40px;
  text-align: center;
  color: #fff;
  font-size: 14px;
}

.woocommerce-page #place_order:hover, .woocommerce-page #place_order:focus {
  opacity: 0.8;
}

.w-images-box {
  position: relative;
}

@media (min-width: 992px) {
  .w-images-box {
    max-width: -webkit-calc((100% - 30px) / 2);
    max-width: -moz-calc((100% - 30px) / 2);
    max-width: calc((100% - 30px) / 2);
  }
}

.w-images-box + .w-summary-box {
  padding-right: 15px;
}

@media (min-width: 992px) {
  .w-images-box + .w-summary-box {
    margin-left: 30px;
    max-width: -webkit-calc((100% - 30px) / 2);
    max-width: -moz-calc((100% - 30px) / 2);
    max-width: calc((100% - 30px) / 2);
  }
}

/* default set carousel hidden */
.w-crs:not(.slick-initialized) {
  position: relative;
  overflow: hidden;
}

.w-crs:not(.slick-initialized) > * {
  opacity: 0;
  visibility: hidden;
}

.w-crs:not(.slick-initialized):before {
  width: 30px !important;
  height: 30px !important;
  left: 50%;
  top: 50% !important;
  margin-left: -15px;
  margin-top: -15px;
}

.w-crs.slick-initialized {
  opacity: 1;
  visibility: visible;
}

/* main carousel */
.w-img-crs {
  max-width: 100%;
}

@media (min-width: 570px) {
  .w-img-crs {
    width: 570px;
  }
  .gallery-horizontal .w-img-crs {
    height: 570px;
  }
}

.w-img-crs.slick-initialized:hover .slick-arrow:not(.slick-disabled) {
  opacity: 1;
  visibility: visible;
}

.w-img-crs.slick-initialized:hover .slick-prev {
  left: 10px;
}

.w-img-crs.slick-initialized:hover .slick-next {
  right: 10px;
}

.w-img-crs .slick-arrow {
  position: absolute;
  z-index: 2;
  font-size: 0;
  background: none;
  border: 0;
  opacity: 0;
  visibility: hidden;
  width: 40px;
  height: 40px;
  color: #8f8f8f;
  border: 1px solid #8f8f8f;
}

.w-img-crs .slick-arrow:before {
  font-size: 20px;
  font-family: "ionicons";
}

.w-img-crs .slick-arrow:hover {
  border-color: #a9803c;
  color: #a9803c;
}

.w-img-crs .slick-prev {
  left: 0;
}

.w-img-crs .slick-prev:before {
  content: "\f3d2";
}

.w-img-crs .slick-next {
  right: 0;
}

.w-img-crs .slick-next:before {
  content: "\f3d3";
}

.w-img-crs .slick-disabled {
  opacity: 0;
  visibility: hidden;
}

.w-img-item {
  position: relative;
  overflow: hidden;
}

@media (min-width: 570px) {
  .w-img-item {
    height: 570px;
  }
}

/* thumbs carousel */
.w-thumb-crs {
  margin-top: 20px;
  height: 100px;
}

@media (min-width: 570px) {
  .w-thumb-crs {
    width: 570px;
  }
}

.w-thumb-item {
  width: 100px;
  height: 100px;
  margin: 0 5px;
  overflow: hidden;
  border: 1px solid transparent;
  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;
}

.w-thumb-item.slick-current {
  border-color: #3e3e3e;
}

/* easyzoom */
.easyzoom-flyout {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  z-index: 100;
  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;
}

/* gallery vertical style */
.gallery-vertical {
  /*resize with sidebar*/
}

@media (min-width: 992px) {
  .gallery-vertical .col-md-9.col-lg-9 .w-images-box {
    max-width: 446px;
  }
  .gallery-vertical .col-md-9.col-lg-9 .w-images-box + .w-summary-box {
    max-width: -webkit-calc(100% - 476px);
    max-width: -moz-calc(100% - 476px);
    max-width: calc(100% - 476px);
  }
}

@media (min-width: 992px) {
  .gallery-vertical .col-md-9.col-lg-9 .w-img-crs {
    width: 370px;
    height: 370px;
  }
  .gallery-vertical .col-md-9.col-lg-9 .w-img-item {
    width: 370px !important;
  }
  .gallery-vertical .col-md-9.col-lg-9 .w-thumb-crs {
    width: 66px;
  }
  .gallery-vertical .col-md-9.col-lg-9 .w-thumb-item {
    width: 66px;
    height: 66px;
  }
}

.gallery-vertical .w-images-box {
  display: -webkit-flex;
  display: flex;
  justify-content: baseline;
  align-items: flex-start;
}

.gallery-vertical .w-images-box .onsale {
  left: initial;
  right: 15px;
}

@media (min-width: 992px) {
  .gallery-vertical .w-images-box {
    max-width: 600px;
  }
  .gallery-vertical .w-images-box + .w-summary-box {
    max-width: -webkit-calc(100% - 630px);
    max-width: -moz-calc(100% - 630px);
    max-width: calc(100% - 630px);
  }
}

.gallery-vertical .w-img-crs {
  order: 2;
  float: left;
  overflow: hidden;
}

@media (min-width: 992px) {
  .gallery-vertical .w-img-crs {
    width: 490px;
    height: 490px;
  }
}

.gallery-vertical .w-img-crs .slick-prev {
  left: -webkit-calc(50% - 20px);
  left: -moz-calc(50% - 20px);
  left: calc(50% - 20px);
  top: 0;
}

.gallery-vertical .w-img-crs .slick-prev:before {
  content: "\f3d8";
}

.gallery-vertical .w-img-crs .slick-next {
  right: -webkit-calc(50% - 20px);
  right: -moz-calc(50% - 20px);
  right: calc(50% - 20px);
  bottom: 0;
}

.gallery-vertical .w-img-crs .slick-next:before {
  content: "\f3d0";
}

.gallery-vertical .w-img-crs.slick-initialized:hover .slick-prev {
  left: initial;
  top: 10px;
}

.gallery-vertical .w-img-crs.slick-initialized:hover .slick-next {
  right: initial;
  bottom: 10px;
}

.gallery-vertical .w-img-item {
  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;
}

@media (min-width: 992px) {
  .gallery-vertical .w-img-item {
    width: 490px !important;
  }
}

.gallery-vertical .w-thumb-crs {
  order: 1;
  width: 100px;
  margin-top: 0;
  margin-right: 10px;
  height: auto;
  max-height: 495px;
  align-items: flex-start;
  top: -5px;
  overflow: hidden;
}

.gallery-vertical .w-thumb-item {
  margin: 5px 0;
  height: 100px;
}

.gallery-vertical .w-thumb-item:not(.slick-current) {
  border-color: #e8e8e8;
}

/* gallery horizontal style */
.gallery-horizontal {
  /*resize with sidebar*/
}

@media (min-width: 992px) {
  .gallery-horizontal .col-md-9.col-lg-9 .w-images-box {
    max-width: 370px;
  }
  .gallery-horizontal .col-md-9.col-lg-9 .w-images-box + .w-summary-box {
    max-width: -webkit-calc(100% - 400px);
    max-width: -moz-calc(100% - 400px);
    max-width: calc(100% - 400px);
  }
}

@media (min-width: 992px) {
  .gallery-horizontal .col-md-9.col-lg-9 .w-img-crs {
    width: 370px;
    height: 370px;
  }
  .gallery-horizontal .col-md-9.col-lg-9 .w-img-item {
    width: 370px !important;
    height: 370px;
  }
  .gallery-horizontal .col-md-9.col-lg-9 .w-thumb-crs {
    width: initial;
    height: 75px;
  }
  .gallery-horizontal .col-md-9.col-lg-9 .w-thumb-item {
    width: 75px;
    height: 75px;
  }
}

/* product wrapper */
.products {
  padding-left: 0;
}

.products.text-center .p-content {
  width: 100%;
  text-align: center;
}

.products.text-center .price {
  justify-content: center;
}

.products.text-right .p-content {
  width: 100%;
  text-align: right;
}

.products.text-right .price {
  justify-content: flex-end;
}

.products:not(.related):not(.up-sells):not(.upsells) {
  margin-left: -15px;
  margin-right: -15px;
}

.products li {
  list-style: none;
}

.product-category-archive .container-fluid .shop-archive-content {
  width: 100%;
  padding: 0 15px;
  margin: 70px 0;
}

@media (min-width: 992px) {
  .product-category-archive .container-fluid .shop-archive-content {
    padding: 0 80px;
    max-width: -webkit-calc(100% - 450px);
    max-width: -moz-calc(100% - 450px);
    max-width: calc(100% - 450px);
  }
}

.product-category-archive .container-fluid .shop-archive-sidebar {
  width: 100%;
  padding: 15px;
}

@media (min-width: 992px) {
  .product-category-archive .container-fluid .shop-archive-sidebar {
    padding: 70px 80px;
    max-width: 450px;
  }
}

/* product relate */
.related.products .p-col .p-content .p-attr, .up-sells.upsells .p-col .p-content .p-attr {
  margin-top: 5px;
}

.related.products .p-col .p-content + .p-attr, .up-sells.upsells .p-col .p-content + .p-attr {
  display: none;
}

@media (min-width: 992px) {
  .related.products .p-col, .up-sells.upsells .p-col {
    width: 33.33333%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 370px) and (max-width: 991px) {
  .related.products .p-col, .up-sells.upsells .p-col {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 369px) {
  .related.products .p-col, .up-sells.upsells .p-col {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    clear: both;
  }
}

.related.products {
  padding-top: 28px;
}

.related.products .related-title {
  text-align: center;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 43px;
  font-weight: 400;
}

.up-sells.upsells {
  border-top: 1px solid #e8e8e8;
  margin-top: 80px;
  padding-top: 28px;
}

.up-sells.upsells .upsells-title {
  text-align: center;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 43px;
  font-weight: 400;
}

.shop-view-grid {
  /*for shortcode product*/
}

@media (min-width: 992px) {
  .shop-container-fluid .shop-view-grid:not(.theme-product-shortcode) .p-col {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .shop-container-fluid .shop-view-grid:not(.theme-product-shortcode) .p-col:nth-of-type(3n+4) {
    clear: none;
  }
  .shop-container-fluid .shop-view-grid:not(.theme-product-shortcode) .p-col:nth-of-type(4n+5) {
    clear: both;
  }
}

.shop-view-grid:not(.theme-product-shortcode) .p-col {
  margin-bottom: 43px;
  padding-left: 15px;
  padding-right: 15px;
  /*default grid col*/
}

@media (min-width: 992px) {
  .shop-view-grid:not(.theme-product-shortcode) .p-col {
    width: 33.33333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .shop-view-grid:not(.theme-product-shortcode) .p-col:nth-of-type(3n+4) {
    clear: both;
  }
}

@media (min-width: 370px) and (max-width: 991px) {
  .shop-view-grid:not(.theme-product-shortcode) .p-col {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .shop-view-grid:not(.theme-product-shortcode) .p-col:nth-of-type(2n+3) {
    clear: both;
  }
}

@media (max-width: 369px) {
  .shop-view-grid:not(.theme-product-shortcode) .p-col {
    width: 100%;
    clear: both;
  }
}

.shop-view-grid:not(.theme-product-shortcode) .p-content .p-attr {
  display: none;
}

.shop-view-grid.theme-product-shortcode.shop-view-grid .p-col {
  margin-bottom: 43px;
  padding-left: 15px;
  padding-right: 15px;
  /*default grid col*/
}

@media (min-width: 992px) {
  .shop-view-grid.theme-product-shortcode.shop-view-grid .p-col {
    width: 33.33333%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .shop-view-grid.theme-product-shortcode.shop-view-grid .p-col:nth-of-type(3n+4) {
    clear: both;
  }
}

@media (min-width: 370px) and (max-width: 991px) {
  .shop-view-grid.theme-product-shortcode.shop-view-grid:not(.product-grid-2) .p-col {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .shop-view-grid.theme-product-shortcode.shop-view-grid:not(.product-grid-2) .p-col:nth-of-type(2n+3) {
    clear: both;
  }
}

@media (max-width: 369px) {
  .shop-view-grid.theme-product-shortcode.shop-view-grid:not(.product-grid-2) .p-col {
    width: 100%;
    clear: both;
  }
}

@media (min-width: 370px) {
  .shop-view-grid.theme-product-shortcode.shop-view-grid.product-grid-2 .p-col {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .shop-view-grid.theme-product-shortcode.shop-view-grid.product-grid-2 .p-col:nth-of-type(2n+3) {
    clear: both;
  }
  .shop-view-grid.theme-product-shortcode.shop-view-grid.product-grid-2 .p-col:nth-of-type(3n+4) {
    clear: none;
  }
}

@media (min-width: 992px) {
  .shop-view-grid.theme-product-shortcode.shop-view-grid.product-grid-3 .p-col {
    width: 33.33333%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px) {
  .shop-view-grid.theme-product-shortcode.shop-view-grid.product-grid-4 .p-col {
    width: 25%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .shop-view-grid.theme-product-shortcode.shop-view-grid.product-grid-4 .p-col:nth-of-type(3n+4) {
    clear: none;
  }
  .shop-view-grid.theme-product-shortcode.shop-view-grid.product-grid-4 .p-col:nth-of-type(4n+5) {
    clear: both;
  }
}

.shop-view-list {
  /*for shortcode product*/
  /*end*/
}

@media (min-width: 1200px) {
  .shop-container-fluid .shop-not-sidebar .shop-view-list:not(.theme-product-shortcode) .p-col {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .shop-container-fluid .shop-not-sidebar .shop-view-list:not(.theme-product-shortcode) .p-col:nth-of-type(2n+3) {
    clear: both;
  }
}

.shop-view-list:not(.theme-product-shortcode) .p-col {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
}

.shop-view-list:not(.theme-product-shortcode) .p-content + .p-attr {
  display: none;
}

@media (max-width: 768px) {
  .shop-view-list:not(.theme-product-shortcode) .p-head {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .shop-view-list:not(.theme-product-shortcode) .p-content {
    width: 100%;
    padding-left: 0;
  }
  .shop-view-list:not(.theme-product-shortcode) .p-title, .shop-view-list:not(.theme-product-shortcode) .price {
    font-size: 14px;
  }
  .shop-view-list:not(.theme-product-shortcode) .price {
    margin: 0 0 10px 0;
  }
}

.shop-view-list.theme-product-shortcode.shop-view-list.product-list-1 .p-col {
  padding-left: 15px;
  padding-right: 15px;
}

@media (max-width: 768px) {
  .shop-view-list.theme-product-shortcode.shop-view-list.product-list-1 .p-head {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .shop-view-list.theme-product-shortcode.shop-view-list.product-list-1 .p-content {
    width: 100%;
    padding-left: 0;
  }
  .shop-view-list.theme-product-shortcode.shop-view-list.product-list-1 .p-title, .shop-view-list.theme-product-shortcode.shop-view-list.product-list-1 .price {
    font-size: 14px;
  }
  .shop-view-list.theme-product-shortcode.shop-view-list.product-list-1 .price {
    margin: 0 0 10px 0;
  }
}

@media (min-width: 1200px) {
  .shop-view-list.theme-product-shortcode.shop-view-list.product-list-2 .p-col {
    width: 50%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .shop-view-list.theme-product-shortcode.shop-view-list.product-list-2 .p-col:nth-of-type(2n+3) {
    clear: both;
  }
}

@media (max-width: 1199px) {
  .shop-view-list.theme-product-shortcode.shop-view-list.product-list-2 .p-col {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 768px) {
  .shop-view-list.theme-product-shortcode.shop-view-list.product-list-2 .p-col .p-head {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .shop-view-list.theme-product-shortcode.shop-view-list.product-list-2 .p-col .p-content {
    width: 100%;
    padding-left: 0;
  }
  .shop-view-list.theme-product-shortcode.shop-view-list.product-list-2 .p-col .p-title, .shop-view-list.theme-product-shortcode.shop-view-list.product-list-2 .p-col .price {
    font-size: 14px;
  }
  .shop-view-list.theme-product-shortcode.shop-view-list.product-list-2 .p-col .price {
    margin: 0 0 10px 0;
  }
}

.shop-view-list .p-head {
  margin-bottom: 0;
  margin-right: 30px;
}

@media (min-width: 371px) {
  .shop-view-list .p-head {
    max-width: 305px;
  }
}

.shop-view-list .p-action .p-box-atc {
  display: none;
}

.shop-view-list .p-content {
  margin-top: 15px;
}

@media (min-width: 371px) {
  .shop-view-list .p-content {
    width: -webkit-calc(100% - 335px);
    width: -moz-calc(100% - 335px);
    width: calc(100% - 335px);
  }
}

.shop-view-list .p-title {
  font-size: 20px;
}

.shop-view-list .price {
  font-size: 24px;
  font-weight: 300;
  margin: 15px 0 30px 0;
}

.shop-view-list .p-desc {
  display: block;
  margin-bottom: 43px;
}

.shop-view-list .atc-shop-list {
  display: block;
}

.shop-view-list .atc-shop-list a {
  text-transform: capitalize;
  width: 160px;
  height: 40px;
  padding: 0 15px;
  background: #3e3e3e;
  color: #fff;
  font-weight: 600;
  position: relative;
}

.shop-view-list .atc-shop-list a:after {
  font-family: "ionicons";
  position: absolute;
  right: 10px;
  font-weight: normal;
  font-size: large;
}

.shop-view-list .atc-shop-list a.loading {
  opacity: 0.8;
  padding-right: 20px;
}

.shop-view-list .atc-shop-list a.loading:after {
  width: 20px;
  height: 20px;
  top: 10px;
}

.shop-view-list .atc-shop-list a.added:after {
  content: "\f3fe";
}

.shop-view-list .atc-shop-list a.added_to_cart {
  width: 120px;
}

.shop-view-list .atc-shop-list a:hover, .shop-view-list .atc-shop-list a:active {
  opacity: 0.8;
}

body.quickview-on {
  overflow: hidden;
}

#ht-quick-view-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 997;
}

#ht-quick-view-popup.ht-qvp-open, #ht-quick-view-popup.ht-qvp-loading {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

#ht-quick-view-popup.ht-qvp-open .ht-qvo, #ht-quick-view-popup.ht-qvp-loading .ht-qvo {
  z-index: 90;
  opacity: 1;
}

#ht-quick-view-popup.ht-qvp-ready {
  opacity: 1;
}

#ht-quick-view-popup.ht-qvp-loading:before {
  content: '';
  position: absolute;
  z-index: 9995;
  border: 2px solid #e8e8e8;
  border-top-color: #000;
  border-radius: 100%;
  height: 30px;
  width: 30px;
  -webkit-animation: loading360 0.4s linear infinite;
  animation: loading360 0.4s linear infinite;
}

#ht-quick-view-popup.ht-qvp-open .quick-view-box {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media (max-width: 991px) {
  #ht-quick-view-popup {
    padding: 15px;
  }
  #ht-quick-view-popup .w-images-box {
    display: none;
  }
  #ht-quick-view-popup .w-summary-box {
    padding: 15px;
  }
}

.w-data-view .w-img-item {
  width: 570px;
}

.ht-qvo {
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -99;
  opacity: 0;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.quick-view-box {
  position: relative;
  z-index: 999;
  min-width: 320px;
  max-width: 1170px;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  max-height: 690px;
  overflow: auto;
  -webkit-transition: all ease-out 0.4s;
  transition: all ease-out 0.4s;
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
}

.quick-view-box .w-img-crs {
  height: 570px;
}

.quick-view-box .w-img-item {
  width: 570px;
}

#ht-qvc {
  position: absolute;
  right: 5px;
  top: 5px;
  font-size: 30px;
  width: 20px;
  height: 20px;
}

#ht-qvc:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

#ht-qvc:before {
  line-height: 0;
}

#reviews #comments {
  border-bottom: 0;
  padding-bottom: 0;
}

#reviews .commentlist {
  padding-left: 0;
}

#reviews .comment-review {
  border-bottom: 1px solid #e8e8e8;
}

#reviews .comment-content {
  border-bottom: 0;
}

#reviews .comment-content .star-rating {
  margin-top: 12px;
}

#reviews .comment-time {
  display: inline-block;
  margin: 0;
  font-size: 14px;
  float: none;
  width: initial;
  font-weight: normal;
  margin-left: 7px;
}

#reviews .comment-time:before {
  content: '.';
  position: relative;
  top: -3px;
  margin-right: 8px;
}

#reviews #reply-title {
  color: #3e3e3e;
  margin-bottom: 34px;
  display: block;
}

#reviews .comment-notes {
  margin-bottom: 20px;
}

#reviews #commentform p {
  float: left;
}

#reviews #commentform p.comment-form-comment {
  width: 100%;
  margin-bottom: 21px;
}

#reviews #commentform p.comment-form-comment label {
  margin-bottom: 20px;
  display: block;
}

#reviews #commentform p.comment-form-author, #reviews #commentform p.comment-form-email {
  width: 100%;
}

@media (min-width: 600px) {
  #reviews #commentform p.comment-form-author, #reviews #commentform p.comment-form-email {
    width: -webkit-calc((100% - 30px) / 2);
    width: -moz-calc((100% - 30px) / 2);
    width: calc((100% - 30px) / 2);
  }
}

@media (min-width: 600px) {
  #reviews #commentform p.comment-form-email {
    margin-left: 30px;
  }
}

#reviews #commentform p label {
  color: #3e3e3e;
}

#reviews .comment-form-rating {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 30px;
}

#reviews .comment-form-rating .stars.selected a:before, #reviews .comment-form-rating .stars:hover a:before {
  color: #ddaa20;
}

#reviews .comment-form-rating .stars a.active ~ a:before {
  color: #dadada;
}

#reviews .comment-form-rating label {
  line-height: 24px;
  margin-right: 20px;
  color: #3e3e3e;
}

#reviews .comment-form-rating p {
  line-height: 1;
  margin-bottom: 0;
}

.onsale {
  position: absolute;
  left: 15px;
  top: 15px;
  background: #a9803c;
  color: #fff;
  font-size: 13px;
  min-width: 50px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  z-index: 3;
}

.widget.shop .widget-title {
  margin-top: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
}

.widget:first-of-type .shop-widget-title {
  margin-top: 0;
}

.widget .count {
  float: right;
  padding: 1px 5px;
  border-radius: 2px;
}

.widget a:hover + .count {
  background: #f3f3f3;
  color: #3e3e3e;
}

.shop-widget-title {
  margin-top: 0;
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
}

/*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;
  background: #3e3e3e;
  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;
  background: #3e3e3e;
  color: #fff;
  padding: 5px 15px;
  margin-right: 15px;
  font-size: 12px;
}

.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;
  color: #8f8f8f;
}

.price_slider_wrapper .price_slider_amount .price_label span {
  color: #3e3e3e;
}

/* has product thembnail */
.widget_products ins,
.widget_recent_reviews ins,
.widget_top_rated_products ins {
  background: none;
}

.widget_products li + li,
.widget_recent_reviews li + li,
.widget_top_rated_products li + li {
  padding-top: 12px;
  border-top: 1px solid #f5f2f2;
}

.widget_products a,
.widget_recent_reviews a,
.widget_top_rated_products a {
  display: block;
}

.widget_products img,
.widget_recent_reviews img,
.widget_top_rated_products img {
  max-width: 70px;
  float: right;
  margin-left: 15px;
}

/* layered */
.widget_layered_nav .wc-layered-nav-term {
  display: inline-block;
  margin: 0 10px 10px 0;
  position: relative;
  border-radius: 50px;
  height: 40px;
  min-width: 40px;
  background: #f3f3f3;
  padding: 0 15px;
  line-height: 40px;
}

.widget_layered_nav .wc-layered-nav-term:hover .count {
  background: #a7a7a7;
  color: #3e3e3e;
}

.widget_layered_nav .wc-layered-nav-term a {
  color: #8f8f8f;
}

.widget_layered_nav .wc-layered-nav-term a:hover + .count {
  background: #a7a7a7;
}

.widget_layered_nav .wc-layered-nav-term .count {
  height: 34px;
  min-width: 34px;
  padding: 0 10px;
  background: #d6d6d6;
  border-radius: 50px;
  position: relative;
  right: -11px;
  top: 3px;
}

.single.single-product .woocommerce-error {
  padding-left: 0;
  padding-right: 0;
}

.single.single-product:not(.shop-single-not-sidebar) .gallery-vertical form.cart {
  margin-bottom: 15px;
}

.shop-single-not-sidebar .w-data-view {
  padding-bottom: 60px;
}

.shop-single-not-sidebar .woocommerce-tabs {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.shop-single-not-sidebar .woocommerce-tabs .tabs.wc-tabs {
  padding-top: 45px;
}

.shop-single-not-sidebar .woocommerce-tabs + .related.products {
  margin-top: 0;
  border-top: 0;
}

.shop-single-not-sidebar .up-sells.upsells {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}

.shop-single-not-sidebar .up-sells.upsells .upsells-title {
  margin-top: 50px;
  padding-top: 43px;
  border-top: 1px solid #e8e8e8;
}

.shop-single-not-sidebar .related.products {
  padding-top: 0;
}

.shop-single-not-sidebar .related.products .related-title {
  margin-top: 50px;
  padding-top: 43px;
  border-top: 1px solid #e8e8e8;
}

.star-rating {
  font-size: 0;
  position: relative;
  line-height: 1;
  white-space: nowrap;
  width: 63px;
  /*rating on widget*/
}

.star-rating:before {
  font-size: 14px;
  content: "\f4b2\f4b2\f4b2\f4b2\f4b2";
  font-family: "ionicons";
}

.star-rating > span {
  position: absolute;
  left: 0;
  white-space: nowrap;
  overflow: hidden;
}

.star-rating > span:before {
  font-size: 14px;
  font-family: "ionicons";
  color: #ddaa20;
  content: "\f4b3" "\f4b3" "\f4b3" "\f4b3" "\f4b3";
}

.star-rating + span {
  display: block;
}

.w-summary-box .cart:not(.variations_form), .w-summary-box .p-box-wl {
  display: inline-flex;
}

.w-summary-box > .price {
  font-size: 26px;
  font-weight: 300;
  color: #8f8f8f;
  margin: 28px 0 40px 0;
}

.product_title.entry-title {
  font-size: 24px;
  line-height: 27px;
  font-weight: normal;
  margin-top: 29px;
}

/* total rating */
.woocommerce-product-rating .star-rating {
  display: inline-block;
}

.woocommerce-product-rating .woocommerce-review-link {
  display: inline-block;
  margin-left: 10px;
}

/* comment rating */
.comment-form-rating .stars a {
  font-size: 0;
}

.comment-form-rating .stars a:before {
  font-size: 16px;
  content: "\f4b3";
  font-family: "ionicons";
  color: #dadada;
}

.comment-form-rating .stars a.active:before, .comment-form-rating .stars a:hover:before {
  content: "\f4b3";
}

.comment-form-rating .stars a.active ~ a:before, .comment-form-rating .stars a:hover ~ a:before {
  content: "\f4b2";
}

.comment-form-rating #rating {
  display: none;
}

/* description */
.woocommerce-product-details__short-description {
  margin-bottom: 20px;
}

/* stock manager */
.stock-normal {
  margin-bottom: 30px;
}

.stock-normal span:not(.in-stock) {
  color: #3e3e3e;
  margin-right: 10px;
}

.in-stock {
  color: #a3c239;
}

/* quantity */
.w-quantity {
  border: 1px solid #8f8f8f;
  width: 110px;
  height: 40px;
  margin-right: 10px;
}

.w-quantity.hidden {
  display: none;
}

.w-quantity input {
  border: 0;
  width: 20px;
  text-align: center;
  color: #3e3e3e;
  font-weight: 600;
  margin: 0 5px;
  background: transparent;
}

.w-quantity input::-webkit-inner-spin-button, .w-quantity input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.w-quantity-btn {
  color: #8f8f8f;
  cursor: pointer;
  font-size: 12px;
  width: 40px;
  min-width: 40px;
  height: 40px;
  user-select: none;
}

.w-quantity-btn:hover, .w-quantity-btn:focus {
  color: #3e3e3e;
}

/* single add to cart */
.single_add_to_cart_button {
  min-width: 160px;
  height: 40px;
  padding: 0 10px;
  border: 0;
  background: #3e3e3e;
  color: #fff;
  margin-right: 25px;
  position: relative;
}

.single_add_to_cart_button.disabled {
  cursor: default;
  opacity: 0.3;
}

.single_add_to_cart_button.adding-to-cart {
  padding-right: 20px;
}

.single_add_to_cart_button.adding-to-cart:after {
  width: 20px;
  height: 20px;
  top: 10px;
  margin-left: 5px;
}

.single_add_to_cart_button:not(.disabled):hover, .single_add_to_cart_button:not(.disabled):active {
  opacity: 0.8;
}

/* add to wishlist */
.w-summary-box .p-tooltip {
  font-size: 14px;
  font-weight: 600;
  color: #3e3e3e;
  margin-left: 8px;
  padding-bottom: 3px;
  border-bottom: 1px solid #a4a4a4;
  white-space: nowrap;
}

.w-summary-box .p-wl-btn {
  font-size: 11px;
  line-height: 13px;
}

.w-summary-box .p-wl-btn.p-wl-added .p-tooltip {
  position: relative;
  top: -2px;
  margin-left: 5px;
  display: inline-flex;
}

.w-summary-box .p-wl-btn.p-wl-btn-clicked.p-wl-btn-done {
  display: none;
}

.w-summary-box .p-wl-btn.p-wl-btn-clicked:after {
  -webkit-animation: loading360 0.5s linear infinite;
  animation: loading360 0.5s linear infinite;
  left: 0;
  top: 14px;
}

.w-summary-box .p-wl-btn.p-wl-btn-clicked + .p-wl-url:before {
  color: #cf1e1e;
}

.w-summary-box .p-wl-url {
  font-size: 11px;
  line-height: 13px;
  position: static;
}

.w-summary-box .p-wl-url.p-wl-added:before {
  color: #cf1e1e;
}

.w-summary-box .p-wl-url .p-tooltip {
  position: relative;
  margin-left: 5px;
  display: inline-flex;
}

/* meta */
.product_meta {
  margin-top: 35px;
  line-height: 27px;
}

.product_meta strong {
  min-width: 120px;
  display: inline-block;
  text-transform: uppercase;
  color: #3e3e3e;
  font-size: 12px;
}

.product_meta a {
  color: #8f8f8f;
}

.product_meta a:hover {
  color: #599de3;
}

.product_meta .p-shared a {
  margin-right: 10px;
  font-size: 16px;
}

.product_meta .p-shared a:hover {
  color: #3e3e3e;
}

/* variation */
.variations_form .variations {
  margin: 0;
  border-left: 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 15px;
}

.variations_form .variations * {
  user-select: none;
}

.variations_form .variations td {
  border: 0;
  padding: 0;
  vertical-align: middle;
}

.variations_form .variations div {
  display: inline-block;
}

.variations_form .variations .reset_variations {
  display: inline-block;
  color: #f75555;
  visibility: hidden;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-box-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
}

.variations_form .variations .reset_variations:hover:before {
  -webkit-animation: loading360 0.4s linear forwards;
  animation: loading360 0.4s linear forwards;
}

.variations_form .variations .reset_variations:before {
  content: "\f49a";
  font-family: "ionicons";
  position: relative;
  width: 20px;
  height: 20px;
  font-size: 20px;
}

.variations_form .variations .label {
  width: 110px;
}

@media (max-width: 1199px) {
  .variations_form .variations .label {
    width: 60px;
  }
}

.variations_form .variations .label label {
  color: #3e3e3e;
}

.variations_form .variations .value {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
}

.variations_form .variations .hidden {
  display: none;
}

.tawcvs-swatches .swatch {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  cursor: pointer;
  font-weight: 600;
  overflow: hidden;
  margin: 10px 10px 10px 0;
}

.tawcvs-swatches .swatch.swatch-color, .tawcvs-swatches .swatch.swatch-image {
  font-size: 0;
  border: 3px solid #f3f3f3;
}

.tawcvs-swatches .swatch.swatch-color.selected, .tawcvs-swatches .swatch.swatch-image.selected {
  border-color: #3e3e3e;
}

.tawcvs-swatches .swatch.swatch-label, .tawcvs-swatches .swatch.swatch-text {
  background: #f3f3f3;
}

.tawcvs-swatches .swatch.swatch-label.selected, .tawcvs-swatches .swatch.swatch-text.selected {
  background: #3e3e3e;
  color: #fff;
}

.woocommerce-variation-price {
  margin: 10px 0;
}

.woocommerce-variation-add-to-cart {
  margin: 20px 0;
}

.woocommerce-checkout.woocommerce-page.woocommerce-order-received .woocommerce-notice--success {
  color: #0b9444;
}

.woocommerce-checkout.woocommerce-page.woocommerce-order-received .order_details strong {
  color: #3e3e3e;
}

.woocommerce-checkout.woocommerce-page.woocommerce-order-received ul {
  padding-left: 0;
}

.woocommerce-checkout.woocommerce-page.woocommerce-order-received h2 {
  font-size: 18px;
  font-weight: normal;
  line-height: 30px;
}

.woocommerce-checkout.woocommerce-page.woocommerce-order-received h3 {
  font-size: 16px;
  font-weight: normal;
  line-height: 30px;
}

.woocommerce-checkout.woocommerce-page.woocommerce-order-received .col-1, .woocommerce-checkout.woocommerce-page.woocommerce-order-received .col-2 {
  float: left;
  width: 50%;
  padding-right: 10px;
}

.p-wl-btn {
  font-size: 15px;
  width: 100%;
  height: 40px;
  position: relative;
  z-index: 2;
  opacity: 1;
  color: #3e3e3e;
}

.p-wl-btn:before {
  content: "\e902";
  font-family: ht-ico;
}

.p-wl-btn.p-wl-url-not-logged {
  z-index: 1;
  opacity: 1;
}

.p-wl-btn.p-wl-url-not-logged:before {
  z-index: 1 !important;
  opacity: 1 !important;
}

.p-wl-btn.p-wl-url-not-logged:after {
  content: none;
}

.p-wl-btn.p-wl-added {
  opacity: 0;
}

.w-summary-box .p-wl-btn.p-wl-added {
  display: none;
}

.p-wl-btn.p-wl-btn-clicked:before {
  z-index: 0;
  opacity: 0;
}

.p-wl-btn-clicked .p-tooltip {
  opacity: 0 !important;
  visibility: hidden !important;
}

.p-wl-btn-clicked.p-wl-btn-done:after {
  content: none;
}

.p-wl-btn-clicked:after {
  top: 13px;
}

.p-wl-btn-clicked + .p-wl-url {
  opacity: 1;
  z-index: 3;
  visibility: visible;
  -webkit-transition-delay: 2s;
  transition-delay: 2s;
}

.p-wl-url {
  font-size: 15px;
  width: 100%;
  height: 40px;
  left: 0;
  top: 0;
  position: absolute;
  color: #3e3e3e;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}

.p-wl-url:before {
  content: "\e901";
  font-family: ht-ico;
}

.p-wl-url.p-wl-added {
  opacity: 1;
  z-index: 5;
  visibility: visible;
}

.woocommerce-wishlist .wishlist_table {
  border: 0;
  margin: 0;
}

.woocommerce-wishlist .wishlist_table td {
  border: 0;
}

.woocommerce-wishlist .wishlist_table thead td {
  background: #f3f3f3;
  border-bottom: 0;
  color: #3e3e3e;
  padding: 8px 30px;
}

.woocommerce-wishlist .wishlist_table tbody tr {
  border-bottom: 1px solid #e8e8e8;
}

.woocommerce-wishlist .wishlist_table tbody td {
  padding: 30px;
}

.woocommerce-wishlist .wishlist_table .product-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
}

.woocommerce-wishlist .wishlist_table .product-name img {
  max-width: 70px;
  max-height: 70px;
  margin-right: 20px;
}

.woocommerce-wishlist .wishlist_table .product-name a {
  white-space: nowrap;
}

.woocommerce-wishlist .wishlist_table .product-price {
  width: 160px;
  white-space: nowrap;
}

.woocommerce-wishlist .wishlist_table .product-price ins {
  background: none;
  margin-left: 10px;
}

.woocommerce-wishlist .wishlist_table .product-price span {
  color: #3e3e3e;
}

.woocommerce-wishlist .wishlist_table .product-stock-status {
  width: 130px;
}

.woocommerce-wishlist .wishlist_table .product-stock-status span {
  white-space: nowrap;
}

.woocommerce-wishlist .wishlist_table .wishlist-in-stock {
  color: #a3c239;
}

.woocommerce-wishlist .wishlist_table .wishlist-out-of-stock {
  color: #cf1e1e;
}

.woocommerce-wishlist .wishlist_table .product-add-to-cart {
  flex-direction: column;
}

.woocommerce-wishlist .wishlist_table .product-add-to-cart .dateadded {
  margin-bottom: 10px;
}

.woocommerce-wishlist .wishlist_table .product-add-to-cart .wishlist-atc .add_to_cart_button {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  height: 40px;
  padding: 0px 25px;
}

.woocommerce-wishlist .wishlist_table .product-add-to-cart .wishlist-atc .add_to_cart_button.loading {
  opacity: 0.8;
  padding: 0px 45px 0px 15px;
}

.woocommerce-wishlist .wishlist_table .product-add-to-cart .wishlist-atc .add_to_cart_button.loading:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 10px;
  border: 1px solid #fff;
  border-top-color: #000;
  border-radius: 100%;
  height: 20px;
  width: 20px;
  margin-left: 10px;
  -webkit-animation: loading360 0.8s linear infinite;
  animation: loading360 0.8s linear infinite;
}

.woocommerce-wishlist .wishlist_table .product-add-to-cart .wishlist-atc .added_to_cart {
  margin-left: 10px;
}

.woocommerce-wishlist .wishlist_table .product-add-to-cart a {
  background: #3e3e3e;
  color: #fff;
  padding: 8px 25px;
  border-radius: 0 !important;
}

.woocommerce-wishlist .wishlist_table .product-add-to-cart a:hover {
  opacity: 0.8;
}

.woocommerce-wishlist .wishlist_table .product-add-to-cart .remove_from_wishlist {
  margin-top: 10px;
}

.woocommerce-wishlist .wishlist_table .product-remove {
  width: 70px;
  text-align: center;
}

.woocommerce-wishlist .wishlist_table .product-remove a:before {
  content: "\f405";
  font-family: "ionicons";
  font-size: 14px;
  line-height: 1;
  color: #8f8f8f;
}

.woocommerce-wishlist .wishlist_table .product-remove a:hover:before {
  color: #3e3e3e;
  content: "\f406";
}

.woocommerce-wishlist .wishlist_table tfoot td {
  border: 0;
  padding: 20px 0 0 0;
}

.woocommerce-wishlist .wishlist_table tfoot .yith-wcwl-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
}

.woocommerce-wishlist .wishlist_table tfoot .yith-wcwl-share-title {
  font-weight: normal;
  font-size: 18px;
  margin: 0;
}

.woocommerce-wishlist .wishlist_table tfoot ul {
  padding-left: 0;
  margin-left: 30px;
}

.woocommerce-wishlist .wishlist_table tfoot ul li {
  float: left;
}

.woocommerce-wishlist .wishlist_table tfoot ul a {
  width: 30px;
  height: 30px;
}

#yith-wcwl-form:empty:before {
  content: 'No products were added to the wishlist';
}

.woocommerce-account #customer_login h2 {
  font-size: 18px;
  font-weight: 400;
  margin: 0;
  padding: 0 30px;
  line-height: 50px;
}

.woocommerce-account #customer_login form {
  position: relative;
  padding: 30px 30px 100px 30px;
}

.woocommerce-account #customer_login form .form-row {
  float: left;
  width: 50%;
}

.woocommerce-account #customer_login form .form-row.form-row-wide {
  width: 100%;
}

.woocommerce-account #customer_login form label {
  line-height: 27px;
}

.woocommerce-account #customer_login form input:not([type="checkbox"]):not([type="submit"]) {
  margin-bottom: 10px;
  height: 40px;
  padding: 20px;
  border: 1px solid #dedede;
  color: #8f8f8f;
}

.woocommerce-account #customer_login form input:not([type="checkbox"]):not([type="submit"]):focus {
  border-color: #ccc;
}

.woocommerce-account #customer_login form input[type="submit"] {
  float: left;
  width: 100px;
  height: 40px;
  background: #3e3e3e;
  color: #fff;
  position: absolute;
  left: 30px;
  bottom: 30px;
  border: 0;
}

.woocommerce-account #customer_login form input[type="submit"]:hover, .woocommerce-account #customer_login form input[type="submit"]:focus {
  opacity: 0.8;
}

.woocommerce-account #customer_login form .woocommerce-form__label-for-checkbox {
  float: left;
  max-width: 50%;
}

.woocommerce-account #customer_login form .woocommerce-form__label-for-checkbox input {
  display: none;
}

.woocommerce-account #customer_login form .woocommerce-form__label-for-checkbox input:checked + span:before {
  background: #ddd;
}

.woocommerce-account #customer_login form .woocommerce-form__label-for-checkbox span {
  font-size: 12px;
  color: #8f8f8f;
  cursor: pointer;
  white-space: nowrap;
  user-select: none;
}

.woocommerce-account #customer_login form .woocommerce-form__label-for-checkbox span:hover {
  color: #3e3e3e;
}

.woocommerce-account #customer_login form .woocommerce-form__label-for-checkbox span:before {
  content: '';
  display: inline-block;
  position: relative;
  top: 3px;
  background: #fff;
  margin-right: 10px;
  width: 15px;
  height: 15px;
  border: 1px solid #dedede;
}

.woocommerce-account #customer_login form .lost_password {
  float: right;
  max-width: 50%;
  margin-bottom: 20px;
}

.woocommerce-account #customer_login form .lost_password a {
  font-size: 12px;
}

.woocommerce-account #customer_login form .lost_password a:hover {
  color: #8f8f8f;
}

.woocommerce-account #customer_login .woocommerce-form__label.woocommerce-form__label-for-checkbox.inline span {
  padding-left: 0;
}

.woocommerce-account #customer_login .login .woocommerce-LostPassword.lost_password {
  margin-top: 6px;
}

.woocommerce-account .u-column1.col-1 {
  width: 370px;
  float: left;
  background: #f3f3f3;
}

.woocommerce-account .u-column1.col-1 h2 {
  background: #e8e8e8;
}

.woocommerce-account .u-column2.col-2 {
  float: left;
  width: 370px;
  margin-left: 100px;
}

/* my account page - after login */
.woocommerce-MyAccount-navigation {
  max-width: 270px;
  padding-right: 30px;
  margin-bottom: 50px;
}

.woocommerce-MyAccount-navigation ul {
  padding-left: 0;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link.is-active a {
  background-color: rgba(136, 136, 136, 0.12);
  cursor: default;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link a {
  display: block;
  padding: 10px 15px;
  font-weight: 600;
  border-radius: 4px;
}

.woocommerce-MyAccount-navigation .woocommerce-MyAccount-navigation-link:not(.is-active) a:hover {
  background-color: rgba(136, 136, 136, 0.05);
}

.woocommerce-MyAccount-content {
  max-width: -webkit-calc(100% - 270px);
  max-width: -moz-calc(100% - 270px);
  max-width: calc(100% - 270px);
  padding-left: 30px;
  border-left: 1px solid #dcdada;
  margin-bottom: 50px;
  min-height: 500px;
}

.woocommerce-MyAccount-content > p:first-child {
  border-bottom: 1px solid #dcdada;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.woocommerce-MyAccount-content > p:first-child strong {
  color: #333;
}

.woocommerce-MyAccount-content .woocommerce-Message--info {
  color: #8f8f8f;
}

.woocommerce-MyAccount-content .woocommerce-Message--info > .woocommerce-Button {
  text-decoration: none;
  color: #333;
  display: block;
  margin-right: 0;
  margin-bottom: 30px;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
}

.woocommerce-MyAccount-content .woocommerce-Message--info > .woocommerce-Button:hover {
  opacity: 0.8;
}

.woocommerce-MyAccount-content .woocommerce-Message--info > .woocommerce-Button:before {
  content: "\f361";
  font-family: "ionicons";
  margin-right: 10px;
  font-size: 20px;
}

.woocommerce-MyAccount-content .woocommerce-Address {
  background: #fff !important;
}

.woocommerce-MyAccount-content .woocommerce-Address-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.woocommerce-MyAccount-content .woocommerce-Address-title h3 {
  margin: 0 10px 0 0;
  font-size: 18px;
  line-height: 30px;
}

.woocommerce-MyAccount-content .woocommerce-Address-title address {
  margin-top: 20px;
}

.woocommerce-MyAccount-content fieldset {
  margin: 15px 0;
}

.woocommerce-MyAccount-content input[type="submit"] {
  background: #3e3e3e;
  color: #fff;
  min-width: 140px;
  height: 40px;
  padding: 0 15px;
  border: unset;
}

.woocommerce-MyAccount-content input[type="submit"]:active, .woocommerce-MyAccount-content input[type="submit"]:hover {
  opacity: 0.7;
}

.woocommerce-message, .woocommerce-error {
  padding: 0;
  display: block;
  overflow: hidden;
  line-height: 24px;
}

.woocommerce-message li, .woocommerce-error li {
  list-style: none;
}

.woocommerce-message a, .woocommerce-error a {
  font-weight: 700;
  margin-right: 7px;
  text-decoration: underline;
}

.woocommerce-message a:hover, .woocommerce-error a:hover {
  text-decoration: none;
}

.woocommerce-message {
  color: #0b9444;
}

.woo-top-page .woocommerce-message {
  position: absolute;
  top: -30px;
}

.woocommerce-error {
  color: #f00;
}

.woocommerce-tabs {
  margin-top: 80px;
  padding-top: 45px;
  border-top: 1px solid #e8e8e8;
}

.woocommerce-tabs + .related.products {
  margin-top: 80px;
  border-top: 1px solid #e8e8e8;
}

.woocommerce-tabs .wc-tabs {
  padding-left: 0;
  list-style: none;
  text-align: center;
  margin-bottom: 35px;
}

.woocommerce-tabs .wc-tabs li {
  display: inline-block;
}

.woocommerce-tabs .wc-tabs li.active a {
  color: #000;
}

.woocommerce-tabs .wc-tabs a {
  color: #8f8f8f;
  font-size: 18px;
  padding: 0 25px;
  position: relative;
  display: block;
}

.woocommerce-tabs .reviews_tab span {
  position: absolute;
  right: 10px;
  top: -5px;
  background: #cf1e1e;
  color: #fff;
  font-size: 10px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
}

.woocommerce-tabs .woocommerce-Reviews-title {
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  margin-top: 0;
  margin-bottom: 31px;
}

.woocommerce-tabs .woocommerce-Tabs-panel {
  display: none;
}

.woocommerce-tabs .shop_attributes {
  margin: 0;
  border: 1px solid #f7f7f7;
}

.woocommerce-tabs .shop_attributes p {
  margin-bottom: 0;
}

.woocommerce-tabs .shop_attributes th, .woocommerce-tabs .shop_attributes td {
  border: 0;
}

.woocommerce-tabs .shop_attributes tr:nth-child(odd) * {
  background: #f7f7f7;
  color: #3e3e3e;
}

.woocommerce-tabs .shop_attributes th, .woocommerce-tabs .shop_attributes td {
  padding: 10px;
}

/* custom */
#wp-admin-bar-updates {
  display: none;
}

.logged-in-as a:hover,
.comment-reply-title a:hover {
  color: #8f8f8f;
}

.comment-reply-link,
.comment-edit-link {
  float: left;
}

.comment-reply-link:hover,
.comment-edit-link:hover {
  color: #8f8f8f;
}

.comment-reply-link {
  margin-right: 15px;
}

#cancel-comment-reply-link {
  margin-left: 15px;
}

/* wrap */
.rev_slider_wrapper {
  clear: both;
}

/* override arrow uranus style */
.tparrows.uranus:before {
  font-family: "ionicons";
  color: #8f8f8f;
  font-size: 36px;
}

.tparrows.uranus.tp-leftarrow:before {
  content: "\f3d2";
}

.tparrows.uranus.tp-rightarrow:before {
  content: "\f3d3";
}

/* override bullets uranus style*/
.tp-bullets.uranus .tp-bullet {
  width: 8px !important;
  height: 8px !important;
  background: #9a9a9a !important;
  box-shadow: none !important;
}

.tp-bullets.uranus .tp-bullet .tp-bullet-inner {
  display: none;
}

.tp-bullets.uranus .tp-bullet:not(.selected):hover {
  opacity: 0.8;
}

.tp-bullets.uranus .tp-bullet.selected {
  background: #fff !important;
}

.tp-bullets.uranus .tp-bullet.selected:before {
  content: '';
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 50%;
  border: 1px solid #9a9a9a;
}

/* arrow right icon */
.rev-slider-right-arr {
  font-size: 18px;
  margin-left: 5px;
  position: relative;
  top: 2px;
}

/* filter inside slider */
.collect_item {
  margin-left: 0 !important;
  -webkit-transition: all 0.3s !important;
  transition: all 0.3s !important;
}

.collect_item:before {
  content: '';
  width: 0;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.collect_item.item_active {
  margin-left: 65px !important;
  font-size: 24px !important;
  color: #3e3e3e !important;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: flex !important;
  -webkit-box-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  align-items: center;
}

.collect_item.item_active:before {
  width: 40px;
  left: -65px;
}

#main {
  margin-bottom: 120px;
}

.page:not(.woocommerce-checkout):not(.woocommerce-account):not(.woocommerce-wishlist):not(.woocommerce-cart) #main {
  margin-bottom: initial;
}

/*edit location*/
[id*="-edit-location"] {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 20;
}

[id*="-edit-location"] .customize-partial-edit-shortcut-button {
  left: 50px !important;
  top: 20px !important;
}

.theme-breadcrumb [id*="-edit-location"] {
  top: 50%;
}

.add-menu {
  line-height: 117px;
  display: inline-block;
}

.add-menu + .add-menu {
  margin-left: 20px;
}

.add-menu:hover {
  color: #a9803c;
}

/* widget title */
.widgettitle {
  margin-top: 0;
  margin-bottom: 33px;
  font-size: 18px;
  line-height: 32px;
}

.vc_empty_space {
  position: relative;
}

/* custom heading */
.vc_custom_heading {
  margin-top: 0;
  font-weight: 600;
}

h2.vc_custom_heading {
  font-size: 36px;
}

/* footer logo */
.ft-logo-txt {
  line-height: 1;
}

.bg-top-center {
  background-position: top center;
  background-repeat: no-repeat;
}

/* counter reset ul */
.counter-reset {
  list-style: none;
  counter-reset: theme;
  padding-left: 0;
}

.counter-reset li {
  padding-left: 100px;
  position: relative;
  counter-increment: theme;
}

.counter-reset li + li {
  margin-top: 35px;
}

.counter-reset li:before {
  content: counter(theme, decimal-leading-zero);
  position: absolute;
  font-size: 48px;
  font-weight: 600;
  color: rgba(62, 62, 62, 0.2);
  left: 15px;
  top: 10px;
}

@media (max-width: 600px) {
  .counter-reset li {
    padding-left: 45px;
  }
  .counter-reset li:before {
    font-size: 30px;
    left: 0;
    top: 0;
  }
}

.counter-reset li strong {
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 20px;
  color: #3e3e3e;
  display: inline-block;
  margin-bottom: 16px;
}

.theme-col-16_16_23 > .vc_col-sm-2:first-of-type {
  display: none;
}

.theme-col-16_16_23 .vc_col-sm-2 {
  width: 23.4375%;
}

.theme-col-16_16_23 .vc_col-sm-8 {
  width: 76.5625%;
}

/* deco-3 */
.has-bg-top-right {
  background-repeat: no-repeat;
  background-position: top right;
}

/* fashion-1 */
.has-bg-center-right {
  background-repeat: no-repeat;
  background-position: center right;
}

/* fashion-4 */
.has-bg-bottom-left {
  background-repeat: no-repeat;
  background-position: bottom left;
}

/* shop list wide */
@media (max-width: 768px) {
  .vc_row.vc_custom_1507256174593 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}

#home-deco-4 .desc-title {
  font-size: 18px;
  line-height: 24px;
}

#home-deco-4 .desc-summ {
  font-size: 16px;
  opacity: 0.7;
  font-weight: 300;
}

@media (min-width: 1680px) {
  #home-deco-4 {
    padding-left: 115px;
    padding-right: 115px;
  }
}

@media (min-width: 992px) {
  #home-deco-4 .home-deco-4-heading {
    font-size: 42px;
    line-height: 56px;
  }
}

@media (max-width: 991px) {
  #home-deco-4 .home-deco-4-heading {
    font-size: 24px;
    font-size: 6vw;
    line-height: 1.3;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #home-deco-4 .home-deco-4-sm-left {
    padding-right: 15px;
  }
  #home-deco-4 .home-deco-4-sm-right {
    padding-left: 15px;
  }
}

@media (max-width: 768px) {
  #home-deco-4 .theme-sc-desc .sc-desc-bg {
    background-position: top center;
  }
  #home-deco-4 .square-big {
    height: 320px !important;
  }
  #home-deco-4 .rectangle-vertical {
    height: 320px !important;
  }
}

/* hide search form widget on small screen */
@media (max-width: 991px) {
  .search.search-no-results .page-content-none {
    margin-bottom: 50px;
  }
  .search.search-no-results .widget.widget_search {
    display: none;
  }
}

/* sidebar menu on safari */
::i-block-chrome, .has-sidebar-menu #theme-container {
  left: 0 !important;
  right: 0 !important;
}

_::-webkit-full-page-media, _:future, :root .has-sidebar-menu #theme-container {
  left: 0 !important;
  right: 0 !important;
}

/* responsive */
@media (max-width: 991px) {
  .error404 #main .container {
    justify-content: center;
    flex-direction: column-reverse;
    min-height: 400px;
    padding: 50px 15px;
  }
  .error404 #main .container .l404, .error404 #main .container .r404 {
    width: 100%;
  }
  .error404 #main .container .r404 {
    margin-bottom: 50px;
  }
  .error404 #main .container .b404 {
    font-size: 36px;
    font-size: 6vw;
    line-height: 1.2;
  }
  .error404 #main .container .s404 {
    font-size: 24px;
    font-size: 4vw;
    line-height: 1.2;
  }
}

@media (max-width: 768px) {
  .error404 #main .container .r404 span {
    font-size: 150px;
  }
  .error404 #main .container .r404 span:empty {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 420px) {
  .error404 #main .container .b404 {
    font-size: 7vw;
  }
  .error404 #main .container .s404 {
    font-size: 5vw;
    margin-bottom: 10px;
  }
  .error404 #main .container .l404 p {
    font-size: 4vw;
  }
  .error404 #main .container .r404 span {
    font-size: 100px;
  }
  .error404 #main .container .r404 span:empty {
    width: 70px;
    height: 70px;
    margin-left: 10px;
  }
}

@media (min-width: 1680px) {
  #footer-layout-4 {
    padding-left: 115px;
    padding-right: 115px;
  }
}

@media (min-width: 1576px) {
  #theme-footer-2v5.vc_row.wpb_row.vc_row-fluid:not(.theme-row-default) .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1600px) {
  .vc_row.vc_custom_1510284975446 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}

@media (max-width: 1199px) {
  /*footer layout 3 - fashion 3*/
  #theme-footer-3 .text-right {
    text-align: left;
  }
  /* footer layout 1v3: deco 4 */
  #footer-layout-4 .ft-1v2-menu {
    text-align: center;
  }
  #footer-layout-4 .text-right.footer-social {
    text-align: center;
  }
}

@media (max-width: 991px) {
  /* default layout */
  .ftlg.ft4-lg {
    text-align: center;
  }
  .ft-menu-custom-df li {
    padding: 0 10px;
  }
  .ft4-text-right.text-right {
    text-align: center;
    display: block;
  }
  /* layout 2 - deco 2 */
  .theme-footer-v2 .footer-copy {
    display: block;
  }
  .theme-footer-v2 .footer-copy h4 {
    margin-right: 0;
    padding-right: 0;
  }
  .theme-footer-v2 .footer-copy h4:after {
    content: none;
  }
  .theme-footer-v2 .footer-copy p {
    clear: both;
  }
  .theme-footer-v2 .credit li + li {
    margin-left: 10px;
  }
  .theme-footer-v2 .credit.text-right {
    text-align: left;
  }
  /*footer 4v2 fashion 4*/
  #theme-footer-4v2 .ft-menu-custom-df.text-center {
    text-align: left;
    display: block;
  }
  #theme-footer-4v2 .ft-menu-custom-df.text-center li {
    display: inline-block;
    padding-left: 0;
    padding-right: 15px;
  }
  #theme-footer-4v2 .text-right {
    text-align: left;
  }
  /*footer 5 home plant 2*/
  #theme-footer-5 .text-right {
    text-align: left;
  }
}

@media (max-width: 767px) {
  /* layout 1v2 - deco 3 */
  .ft-1v2-menu {
    text-align: center;
  }
  .footer-social.v2_social.text-right {
    text-align: center;
  }
}

/* iconbar menu */
.menu-collapse-btn {
  /*iconbar menu*/
  cursor: pointer;
  position: absolute;
  left: 15px;
  width: 30px;
  height: 30px;
  top: -webkit-calc(50% - 15px);
  top: -moz-calc(50% - 15px);
  top: calc(50% - 15px);
}

.menu-collapse-btn.active-btn span:before, .menu-collapse-btn.active-btn span:after {
  width: 70%;
}

.menu-collapse-btn span {
  position: relative;
  background-color: #000;
  width: 100%;
  height: 3px;
  display: block;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.menu-collapse-btn span:before, .menu-collapse-btn span:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: inherit;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.menu-collapse-btn span:before {
  top: -9px;
}

.menu-collapse-btn span:after {
  bottom: -9px;
}

@media (min-width: 992px) {
  .menu-collapse-btn {
    display: none;
  }
}

/* menu content */
.theme-menu-responsive.collapsed {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: perspective(10px) rotateX(-1deg) translateY(100px) scale(0.89);
  transform: perspective(10px) rotateX(-1deg) translateY(100px) scale(0.89);
  -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}

.theme-menu-responsive.collapsed.menu-opened {
  opacity: 1;
  visibility: visible;
  -webkit-transform: perspective(0px) rotateX(0deg) translateY(0px);
  transform: perspective(0px) rotateX(0deg) translateY(0px);
}

/* RESPONSIVE===================================== */
@media (max-width: 991px) {
  .sidebar-menu-head, .sidebar-menu-foot, .ink, .submenu-indicator {
    display: none;
  }
  .theme-menu-responsive {
    /*main menu mobile*/
    background: #fff;
    flex: 0 0 auto;
    position: absolute;
    left: 15px;
    right: 15px;
    top: 100%;
    -webkit-box-shadow: 0 9px 6px -6px #777;
    box-shadow: 0 9px 6px -6px #777;
  }
  .theme-menu-responsive:not(.collapsed) {
    display: none;
  }
  .theme-menu-responsive a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    padding: 5px 0 5px 15px;
    color: #000;
  }
  .theme-menu-responsive .menu-icon-arrow.expanded:after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  .theme-menu-responsive .menu-icon-arrow:after {
    line-height: 1;
    content: "\f3d3";
    font-family: "ionicons";
    margin-right: 20px;
    font-size: 15px;
    color: #000;
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
  }
  .header-box > .container {
    position: relative;
    max-height: 110px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
  }
  /*right action*/
  .header-action {
    position: absolute;
    right: 15px;
  }
  /*search mobile*/
  .mobile-search-form {
    position: relative;
    padding-left: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
  }
  .mobile-search-form input {
    width: 100%;
    height: 40px;
    border: 0;
    padding-right: 40px;
    visibility: visible;
  }
  .mobile-search-form button {
    position: absolute;
    right: 0;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 0;
    font-size: 20px;
  }
  .header-action .theme-search-btn, .header-action .w-head-box {
    display: none;
  }
  .header-action .theme-shopping-cart .shopping-cart-icon {
    margin-left: 0;
  }
}

@media (max-width: 767px) {
  .theme-menu-responsive {
    left: 0;
    right: 0;
  }
  .theme-menu-responsive .menu-icon-arrow:after {
    margin-right: 10px;
  }
  .theme-menu-responsive a {
    padding: 5px 15px;
  }
  /*search mobile*/
  .mobile-search-form button {
    right: 5px;
  }
}

/* vertical */
@media (max-width: 991px) {
  .gallery-vertical .w-images-box {
    display: block;
  }
  .gallery-vertical .w-thumb-crs {
    float: left;
    width: initial;
    max-width: 100%;
    max-height: 100px;
    margin-top: 15px;
    margin-right: 0;
    top: initial;
  }
  .gallery-vertical .w-thumb-item {
    margin: 0 5px;
  }
}

/* horizontal */
@media (min-width: 992px) and (max-width: 1199px) {
  .gallery-horizontal .w-data-view .w-img-item {
    width: 455px;
    height: 455px;
  }
  .gallery-horizontal .w-img-crs {
    width: 455px;
    height: 455px;
  }
}

@media (max-width: 991px) {
  .gallery-horizontal .w-thumb-crs {
    margin-top: 10px;
  }
}

/* all */
@media (max-width: 569px) {
  .gallery-horizontal .w-thumb-crs, .gallery-vertical .w-thumb-crs {
    height: 65px;
  }
  .gallery-horizontal .w-thumb-item, .gallery-vertical .w-thumb-item {
    width: 65px;
    height: 65px;
  }
}

@media (max-width: 991px) {
  .woocommerce-cart.woocommerce-page .woocommerce-cart-form__contents thead, .woocommerce-cart.woocommerce-page .woocommerce-cart-form__contents .item-cart-img {
    display: none;
  }
  .woocommerce-cart.woocommerce-page .woocommerce-cart-form__contents tr:not(.tr-action):nth-child(odd) td {
    background: rgba(204, 204, 204, 0.2);
    padding: 10px 15px;
  }
  .woocommerce-cart.woocommerce-page .woocommerce-cart-form__contents td {
    display: block;
    text-align: right;
    width: 100%;
    padding: 10px 0;
    color: #000;
  }
  .woocommerce-cart.woocommerce-page .woocommerce-cart-form__contents td:before {
    content: attr(data-title);
    float: left;
    color: #000;
    font-weight: 700;
  }
  .woocommerce-cart.woocommerce-page .woocommerce-cart-form__contents td .coupon {
    width: 100%;
    margin-bottom: 10px;
  }
  .woocommerce-cart.woocommerce-page .woocommerce-cart-form__contents td .coupon input[type="text"] {
    width: -webkit-calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: calc(100% - 90px);
  }
  .woocommerce-cart.woocommerce-page .woocommerce-cart-form__contents td .cart-action {
    text-align: left;
    float: left;
    width: 100%;
  }
  .woocommerce-cart.woocommerce-page .woocommerce-cart-form__contents td .cart-action .cart-empty-btn {
    float: right;
    margin-right: 0;
    margin-top: 10px;
    font-size: 0;
  }
  .woocommerce-cart.woocommerce-page .woocommerce-cart-form__contents td .cart-action .cart-empty-btn:before {
    font-size: 14px;
  }
  .woocommerce-cart.woocommerce-page .woocommerce-cart-form__contents td .cart-action .cart-empty-btn:after {
    content: 'Clear shop';
    font-size: 14px;
  }
  .woocommerce-cart.woocommerce-page .woocommerce-cart-form__contents td .cart-action input[type="submit"] {
    float: left;
  }
  .woocommerce-cart.woocommerce-page .woocommerce-cart-form__contents .remove {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-pack: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
  }
  .woocommerce-cart.woocommerce-page .woocommerce-cart-form__contents .remove:before {
    font-size: 30px;
    color: #f00 !important;
  }
}

@media (max-width: 991px) {
  .woocommerce-checkout.woocommerce-page .checkout-right {
    float: left;
    margin-top: 30px;
  }
}

@media (max-width: 767px) {
  .woocommerce-checkout.woocommerce-page .form-row.form-row-first, .woocommerce-checkout.woocommerce-page .form-row.form-row-last {
    width: 100%;
  }
  .woocommerce-checkout.woocommerce-page .woocommerce-form.woocommerce-form-login.login input:not([type="checkbox"]):not([type="submit"]), .woocommerce-checkout.woocommerce-page .checkout_coupon input:not([type="checkbox"]):not([type="submit"]) {
    max-width: 100%;
  }
  .woocommerce-checkout.woocommerce-page .login .clear + .form-row {
    width: 100%;
  }
  .woocommerce-checkout.woocommerce-page .lost_password {
    margin-top: 0;
  }
  .woocommerce-checkout.woocommerce-page .checkout_coupon input[type="submit"] {
    margin-top: 10px;
  }
  .woocommerce-checkout.woocommerce-page #order_review .shop_table th, .woocommerce-checkout.woocommerce-page #order_review .shop_table td {
    padding: 10px 15px;
  }
  .woocommerce-checkout.woocommerce-page .woocommerce-checkout-payment {
    padding: 15px;
  }
  .woocommerce-checkout.woocommerce-page .woocommerce-checkout-payment .woocommerce-info {
    padding: 5px 0;
  }
}

@media (max-width: 1400px) {
  .has-shop-fullwidth .woo-archive {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .has-shop-fullwidth .woo-archive {
    margin-left: 0;
    margin-right: 0;
  }
  .has-shop-fullwidth .shop-archive-sidebar {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 991px) {
  .woocommerce-wishlist.woocommerce.woocommerce-page .wishlist_table thead {
    display: none;
  }
  .woocommerce-wishlist.woocommerce.woocommerce-page .wishlist_table td {
    padding: 15px 0;
    display: block;
    text-align: right;
    width: 100%;
    vertical-align: middle;
  }
  .woocommerce-wishlist.woocommerce.woocommerce-page .wishlist_table td:before {
    content: attr(data-title);
    float: left;
    font-weight: 700;
    color: #000;
  }
  .woocommerce-wishlist.woocommerce.woocommerce-page .wishlist_table .product-name img {
    display: none;
  }
  .woocommerce-wishlist.woocommerce.woocommerce-page .wishlist_table .wishlist-atc {
    display: block;
  }
  .woocommerce-wishlist.woocommerce.woocommerce-page .wishlist_table .remove.remove_from_wishlist:before {
    color: #f00;
    font-size: 24px;
  }
}

@media (max-width: 991px) {
  .single.single-product .bread-spacing-top, .single.single-product .bread-spacing-bot {
    height: 40px;
  }
}

@media (max-width: 991px) {
  .single.single-product #main > .container > .row {
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
  }
  .single.single-product #main > .container > .row > .col-md-9 {
    order: 1;
  }
  .single.single-product #main > .container > .row > .col-md-3 {
    order: 2;
  }
}

@media (max-width: 600px) {
  .single.single-product .product_title.entry-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .single.single-product .w-summary-box > .price {
    font-size: 16px;
    margin: 0 0 10px 0;
  }
  .single.single-product .w-summary-box .p-box-wl {
    margin-top: 10px;
  }
}

@media (max-width: 440px) {
  .single.single-product .woocommerce-tabs .wc-tabs .description_tab + .reviews_tab a {
    padding-left: 10px;
  }
  .single.single-product .woocommerce-tabs .wc-tabs .additional_information_tab a {
    padding: 5px 10px;
  }
  .single.single-product .woocommerce-tabs .wc-tabs a {
    font-size: 14px;
    padding: 5px 0;
  }
  .single.single-product .woocommerce-variation-add-to-cart {
    margin: 0;
  }
  .single.single-product .w-quantity {
    width: initial;
  }
  .single.single-product .w-quantity-btn {
    width: 30px;
    min-width: 30px;
  }
  .single.single-product .single_add_to_cart_button {
    margin-right: 0;
    min-width: initial;
    padding: 0 30px;
  }
  .single.single-product .single_add_to_cart_button.adding-to-cart {
    padding-right: 30px;
  }
}

.vc_row.wpb_row.vc_row-fluid:not(.theme-row-default) {
  /*testimonial home deco 2*/
}

.vc_row.wpb_row.vc_row-fluid:not(.theme-row-default).vc_row-has-fill.vc_custom_1508405137611 .container {
  width: 100%;
}

@media (min-width: 992px) {
  .vc_row.wpb_row.vc_row-fluid:not(.theme-row-default) .container .vc_column_container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.vc_row.wpb_row.vc_row-fluid:not(.theme-row-default) .container .vc_column_container > .vc_column-inner {
  float: left;
}

@media (min-width: 768px) {
  .vc_row.wpb_row.vc_row-fluid:not(.theme-row-default) .container .vc_column_container > .vc_column-inner {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 992px) {
  .vc_row.wpb_row.vc_row-fluid:not(.theme-row-default) .container {
    padding-left: 0;
    padding-right: 0;
  }
  .col-md-9.col-lg-9 .vc_row.wpb_row.vc_row-fluid:not(.theme-row-default) .container {
    width: 900px;
  }
}

@media (max-width: 991px) {
  .hide-on-mobile {
    display: none;
  }
  .vc_custom_1508468961671 {
    background-size: cover;
  }
  .vc_row {
    /*home deco 2*/
    /*home deco 3*/
    /*home fashion 1*/
    /*home fashion 3 - footer*/
    /*home plant 2*/
  }
  .vc_row.vc_custom_1508472304536 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .vc_row.vc_custom_1508405137611 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .vc_row.vc_custom_1510136652313 {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .vc_row.vc_custom_1508463836925 {
    background-image: unset !important;
    background-color: #eee;
  }
  .vc_row.vc_custom_1510221721968 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .vc_row.vc_custom_1508469822403, .vc_row.vc_custom_1508469833505 {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .vc_row.vc_custom_1508469873786 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .vc_row.vc_custom_1510283709285 {
    /*footer*/
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .vc_column-inner {
    /*home deco 3*/
    /*home fashion 1*/
  }
  .vc_column-inner.vc_custom_1510128209097 {
    margin-left: unset !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  .vc_column-inner.vc_custom_1510128225433 {
    margin-left: unset !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .vc_column-inner.vc_custom_1506044953783 {
    margin-left: 0 !important;
  }
}

@media (max-width: 767px) {
  .vc_row {
    /*home fashion 1*/
    /*home plant 1*/
  }
  .vc_row.vc_custom_1508468572184 {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
  .vc_row.vc_custom_1508469713433 {
    background-image: unset !important;
    background-color: #e2e2e2;
  }
}

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