@charset "UTF-8";
/*!
Theme Name: TM Robin
Theme URI: https://robin.thememove.com
Author: ThemeMove
Author URI: https://thememove.com
Description: An Ultimate Furniture WooCommerce WordPress Theme
Version: 2.5.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tm-robin
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Settings
# Tools
# Generic
# Elements
# Objects
# Components
# Trumps
--------------------------------------------------------------*/
/*
SETTINGS
store all variables, config switches, etc.
Split up into logical sections, the smaller and simpler the better.
used with preprocessors and contain font, colors definitions, etc
================================================
*/
/* Define for theme */
@font-face {
  font-family: "Pe-icon-7-stroke";
  src: url("assets/libs/pixeden-stroke-7-icon/fonts/Pe-icon-7-stroke.eot?d7yf1v");
  src: url("assets/libs/pixeden-stroke-7-icon/fonts/Pe-icon-7-stroke.eot?#iefixd7yf1v") format("embedded-opentype"), url("assets/libs/pixeden-stroke-7-icon/fonts/Pe-icon-7-stroke.woff?d7yf1v") format("woff"), url("assets/libs/pixeden-stroke-7-icon/fonts/Pe-icon-7-stroke.ttf?d7yf1v") format("truetype"), url("assets/libs/pixeden-stroke-7-icon/fonts/Pe-icon-7-stroke.svg?d7yf1v#Pe-icon-7-stroke") format("svg");
  font-weight: normal;
  font-style: normal;
}
.bg-faded {
  background-color: #f7f7f9;
}

.bg-primary {
  color: #fff !important;
  background-color: #0275d8 !important;
}

a.bg-primary:focus, a.bg-primary:hover {
  background-color: rgb(1.5321100917, 89.628440367, 165.4678899083) !important;
}

.bg-success {
  color: #fff !important;
  background-color: #5cb85c !important;
}

a.bg-success:focus, a.bg-success:hover {
  background-color: rgb(68.2692307692, 156.7307692308, 68.2692307692) !important;
}

.bg-info {
  color: #fff !important;
  background-color: #5bc0de !important;
}

a.bg-info:focus, a.bg-info:hover {
  background-color: rgb(48.5431472081, 175.6903553299, 213.4568527919) !important;
}

.bg-warning {
  color: #fff !important;
  background-color: #f0ad4e !important;
}

a.bg-warning:focus, a.bg-warning:hover {
  background-color: rgb(236.015625, 151.21875, 30.984375) !important;
}

.bg-danger {
  color: #fff !important;
  background-color: #d9534f !important;
}

a.bg-danger:focus, a.bg-danger:hover {
  background-color: rgb(201.4953271028, 48.0841121495, 43.5046728972) !important;
}

.bg-inverse {
  color: #fff !important;
  background-color: #373a3c !important;
}

a.bg-inverse:focus, a.bg-inverse:hover {
  background-color: rgb(30.6086956522, 32.2782608696, 33.3913043478) !important;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.d-block {
  display: block !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-inline {
  display: inline !important;
}

.flex-xs-first {
  -ms-flex-order: -1;
      order: -1;
}

.flex-xs-last {
  -ms-flex-order: 1;
      order: 1;
}

.flex-xs-unordered {
  -ms-flex-order: 0;
      order: 0;
}

.flex-items-xs-top {
  -ms-flex-align: start;
      align-items: flex-start;
}

.flex-items-xs-middle {
  -ms-flex-align: center;
      align-items: center;
}

.flex-items-xs-bottom {
  -ms-flex-align: end;
      align-items: flex-end;
}

.flex-xs-top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.flex-xs-middle {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.flex-xs-bottom {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.flex-items-xs-left {
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.flex-items-xs-center {
  -ms-flex-pack: center;
      justify-content: center;
}

.flex-items-xs-right {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.flex-items-xs-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.flex-items-xs-between {
  -ms-flex-pack: justify;
      justify-content: space-between;
}
.pull-xs-left {
  float: left !important;
}

.pull-xs-right {
  float: right !important;
}

.pull-xs-none {
  float: none !important;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.w-100 {
  width: 100% !important;
}

.m-x-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.m-a-0 {
  margin: 0 0 !important;
}

.m-t-0 {
  margin-top: 0 !important;
}

.m-r-0 {
  margin-right: 0 !important;
}

.m-b-0 {
  margin-bottom: 0 !important;
}

.m-l-0 {
  margin-left: 0 !important;
}

.m-x-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.m-y-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.m-a-1 {
  margin: 1rem 1rem !important;
}

.m-t-1 {
  margin-top: 1rem !important;
}

.m-r-1 {
  margin-right: 1rem !important;
}

.m-b-1 {
  margin-bottom: 1rem !important;
}

.m-l-1 {
  margin-left: 1rem !important;
}

.m-x-1 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.m-y-1 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.m-a-2 {
  margin: 1.5rem 1.5rem !important;
}

.m-t-2 {
  margin-top: 1.5rem !important;
}

.m-r-2 {
  margin-right: 1.5rem !important;
}

.m-b-2 {
  margin-bottom: 1.5rem !important;
}

.m-l-2 {
  margin-left: 1.5rem !important;
}

.m-x-2 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.m-y-2 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.m-a-3 {
  margin: 3rem 3rem !important;
}

.m-t-3 {
  margin-top: 3rem !important;
}

.m-r-3 {
  margin-right: 3rem !important;
}

.m-b-3 {
  margin-bottom: 3rem !important;
}

.m-l-3 {
  margin-left: 3rem !important;
}

.m-x-3 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.m-y-3 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.p-a-0 {
  padding: 0 0 !important;
}

.p-t-0 {
  padding-top: 0 !important;
}

.p-r-0 {
  padding-right: 0 !important;
}

.p-b-0 {
  padding-bottom: 0 !important;
}

.p-l-0 {
  padding-left: 0 !important;
}

.p-x-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.p-y-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.p-a-1 {
  padding: 1rem 1rem !important;
}

.p-t-1 {
  padding-top: 1rem !important;
}

.p-r-1 {
  padding-right: 1rem !important;
}

.p-b-1 {
  padding-bottom: 1rem !important;
}

.p-l-1 {
  padding-left: 1rem !important;
}

.p-x-1 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.p-y-1 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.p-a-2 {
  padding: 1.5rem 1.5rem !important;
}

.p-t-2 {
  padding-top: 1.5rem !important;
}

.p-r-2 {
  padding-right: 1.5rem !important;
}

.p-b-2 {
  padding-bottom: 1.5rem !important;
}

.p-l-2 {
  padding-left: 1.5rem !important;
}

.p-x-2 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.p-y-2 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.p-a-3 {
  padding: 3rem 3rem !important;
}

.p-t-3 {
  padding-top: 3rem !important;
}

.p-r-3 {
  padding-right: 3rem !important;
}

.p-b-3 {
  padding-bottom: 3rem !important;
}

.p-l-3 {
  padding-left: 3rem !important;
}

.p-x-3 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.p-y-3 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pos-f-t {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

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

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

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.text-xs-left {
  text-align: left !important;
}

.text-xs-right {
  text-align: right !important;
}

.text-xs-center, .tm-robin-icon-box.center {
  text-align: center !important;
}
.text-lowercase {
  text-transform: lowercase !important;
}

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

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

.font-weight-normal {
  font-weight: normal;
}

.font-weight-bold {
  font-weight: bold;
}

.font-italic {
  font-style: italic;
}

.text-muted {
  color: #818a91 !important;
}

a.text-muted:focus, a.text-muted:hover {
  color: rgb(103.9406779661, 112.4449152542, 119.0593220339) !important;
}

.text-primary {
  color: #0275d8 !important;
}

a.text-primary:focus, a.text-primary:hover {
  color: rgb(1.5321100917, 89.628440367, 165.4678899083) !important;
}

.text-success {
  color: #5cb85c !important;
}

a.text-success:focus, a.text-success:hover {
  color: rgb(68.2692307692, 156.7307692308, 68.2692307692) !important;
}

.text-info {
  color: #5bc0de !important;
}

a.text-info:focus, a.text-info:hover {
  color: rgb(48.5431472081, 175.6903553299, 213.4568527919) !important;
}

.text-warning {
  color: #f0ad4e !important;
}

a.text-warning:focus, a.text-warning:hover {
  color: rgb(236.015625, 151.21875, 30.984375) !important;
}

.text-danger {
  color: #d9534f !important;
}

a.text-danger:focus, a.text-danger:hover {
  color: rgb(201.4953271028, 48.0841121495, 43.5046728972) !important;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.invisible {
  visibility: hidden !important;
}

.hidden-xs-up {
  display: none !important;
}

.hidden-xxl-down {
  display: none !important;
}

.visible-print-block {
  display: none !important;
}

.visible-print-inline {
  display: none !important;
}

.visible-print-inline-block {
  display: none !important;
}

/*
TOOLS
================================================
store all programic Sass functionality.
If your tooling is simplistic enough, you can do something like:
  tools.mixins
If your tooling is more complex you can split it up like:
  tools.grid
  tools.typography
  etc.
*/
.col-xs-is-5 {
  -ms-flex: 0 0 20%;
      flex: 0 0 20%;
  max-width: 20%;
}

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

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

.col-xs-offset-is-5 {
  margin-left: 20%;
}
.tm-robin-simple-banner a.banner-link, .tm-robin-simple-banner:after, .tm-robin-banner-with-button:before {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.tp-bullets.custom .tp-bullet, .slick-slider, .vc_row.landing-page-homepages .wpb_column > .vc_column-inner > .wpb_wrapper, .megamenu-home .wpb_single_image, .footer-vc ul.social-links i:hover, .wpb-js-composer .vc_toggle.vc_toggle_robin.vc_toggle_robin .vc_toggle_title, .wpb-js-composer .vc_tta-accordion.vc_tta-style-robin.vc_tta-style-robin .vc_tta-panel .vc_tta-panel-heading, .wpb-js-composer .vc_tta-tabs.vc_tta-style-robin.vc_tta-style-robin .vc_tta-tab > a:after,
.wpb-js-composer .vc_tta-tabs.vc_tta-style-robin.vc_tta-style-robin .vc_tta-panel .vc_tta-panel-title > a:after, .wpb-js-composer .vc_tta-tabs.vc_tta-style-robin.vc_tta-style-robin .vc_tta-panel .vc_tta-panel-title > a, .wpb-js-composer .vc_tta-tabs.vc_tta-style-robin.vc_tta-style-robin .vc_tta-tab > a, .wpb-js-composer .vc_tta-tabs.vc_tta-style-robin.vc_tta-style-robin .vc_tta-panel, .tm-robin-simple-banner .banner-content > *, .tm-robin-simple-banner .banner-content, .tm-robin-simple-banner:after, .tm-loadmore-wrap button, .tm-loadmore-wrap .tm-robin-button, .tm-robin-products-grid .product-loop, .tm-product-details .woocommerce.single-product .product .images .design-carousel, .tm-product-details.enable-carousel .product_list, .tm-robin-products-carousel .products, .tm-products-filter ul li > a:after, .tm-robin-product-categories.categories-item-black-overlay .category-grid-item h2:after, .tm-robin-product-categories.categories-item-black-overlay .category-grid-item .product-category-content, .tm-robin-product-categories.categories-item-black-overlay .category-grid-item .product-category-thumbnail:after, .tm-robin-product-categories.categories-layout-carousel, .tm-robin-image-carousel .tm-carousel-item img, .tm-robin-image-carousel, .tm-robin-countdown, .tm-robin-brands-carousel .tm-carousel-item img, .tm-robin-brands-carousel, .tm-robin-blog .post-item, .tm-robin-banner-with-button:before, .woocommerce-password-hint, .isw-swatches .isw-term, .woocommerce .quantity.robin_qty .plus,
.woocommerce .quantity.robin_qty .minus, .product-instagram .tm-instagram-pics .item-info span:before, .product-instagram .tm-instagram-pics .item-info span, .woocommerce.single-product .product .product-tabs-wrapper .wc-tabs li:after, #woo-quick-view .quick-view-carousel, .product-loop.product-style-hover--info .product-thumb > a:before, .product-loop.product-style-hover--info .product-info, .product-loop.product-style-hover--info .product-badges span, .product-loop.product-style-hover--info, .product-loop .yith-wcwl-add-to-wishlist, .product-loop .product-buttons > div, .product-loop .hover-image, .product-loop .thumb-image, .category-grid-item .product-category-content .category-link:after, .category-grid-item .product-category-content, .category-grid-item mark, .category-grid-item img, .wb-allview-formcnt.wb-multi-filter-robin label.pw_brand_category_filter_checkbox:after, .wb-allview.wb-allview-robin .wb-allview-item-cnt img, .eb-scrollbarcnt .thumb, .eb-scrollbarcnt .track, .col-switcher, .shop-loop-head .switcher, .categories-row.categories-carousel, ul.product-categories-menu li.shop-back-link a span, ul.product-categories-menu li.cat-item > a:after, #customer_login .wc-social-login a.ywsl-social img, .header-wishlist .wishlist_item, .header-wishlist .widget_wishlist_title .undo, .header-wishlist .wishlist-dropdown-wrapper, .widget_tm_layered_nav li.swatch-image img, .widget_tm_layered_nav li.swatch-color .filter-swatch, .widget_shopping_cart .woocommerce-mini-cart__total, .widget_shopping_cart .mini_cart_item, .widget_product_categories li .count, .widget_product_categories li i, .topbar .menu li .sub-menu li, .topbar .menu li .sub-menu, .site-menu .menu > ul > li .children li.page_item:not(.menu-item-object-ic_mega_menu):before,
.site-menu .menu > li .sub-menu li.menu-item:not(.menu-item-object-ic_mega_menu):before, .site-menu .menu > ul > li .children li.page_item.page_item_has_children:after, .site-menu .menu > ul > li .children li.page_item.menu-item-has-children:after,
.site-menu .menu > li .sub-menu li.menu-item.page_item_has_children:after,
.site-menu .menu > li .sub-menu li.menu-item.menu-item-has-children:after, .site-menu .menu > ul > li > a:after,
.site-menu .menu > li > a:after, .select2-results__option span, .select2-results__option, .ajax-results-wrapper .autocomplete-suggestion, .post-quote .source-name span:before, .post-nav__prev-item .item-wrapper,
.post-nav__next-item .item-wrapper, .nice-select .option, .nice-select .current, .nice-select:after, .site-mobile-menu .menu > ul > li .children,
.site-mobile-menu .menu > li .sub-menu, .header-minicart .widget_shopping_cart .widget_minicart_title .undo, .header-minicart .minicart-dropdown-wrapper, .site-header .header-widget .menu li .sub-menu li, .site-header .header-widget .menu li .sub-menu, .site-header, .scroll-to-top i:before, .scroll-to-top i:after, .site-footer .mc4wp-form button[type=submit]:hover, .site-footer .mc4wp-form [type=submit].tm-robin-button:hover, a, button, .tm-robin-button.alt, .tm-robin-button,
input[type=submit],
input[type=button],
a.button {
  transition: all 0.3s ease-in-out;
}
.slick-arrow:before, .vc_row.experience-row .wpb_text_column:before, .vc_row.newsletter-box .tm-robin-mailchimp button:before, .vc_row.newsletter-box .tm-robin-mailchimp .tm-robin-button:before, .tm-robin-social span.icon-title:after, .tm-robin-products-widget .add-to-cart-btn a:not(.loading):before, .tm-robin-products-widget .product-buttons > div a:before, .tm-robin-icon-box .tm-icon-box__content p.subtext:after, .woocommerce-message:before, .woocommerce-order-received .woocommerce-thankyou-order-received:before,
.woocommerce-error:before,
.woocommerce-info:before, .woocommerce-password-hint:after, .star-rating > span:before, .star-rating:before, .woocommerce form .select2-container .select2-selection__rendered:after, .woocommerce.single-product .product #review_form_wrapper .comment-form .stars a:before, .woocommerce.single-product .product #comments .comment .meta time:before, .woocommerce.single-product .product #comments .comment_container .meta time:before, .woocommerce.single-product .product .summary table.group_table .add-to-cart-btn > a.product_type_external:before, .woocommerce.single-product .product .summary #yith-wcwl-form table.group_table.shop_table.wishlist_table .add-to-cart-btn > a.product_type_external:before, #yith-wcwl-form .woocommerce.single-product .product .summary table.group_table.shop_table.wishlist_table .add-to-cart-btn > a.product_type_external:before, .woocommerce.single-product .product .summary .compare-btn a:before, .woocommerce.single-product .product .summary .yith-wcwl-add-to-wishlist a:before, .product-loop .yith-wcwl-add-to-wishlist a:before, .product-loop .product-buttons .add-to-cart-btn a.added:before, .product-loop .product-buttons > div a:before, .product-loop.small-product .product-buttons .add-to-cart-btn a:not(.loading):before, .category-grid-item .product-category-content .category-link:after, .woocommerce .commentlist.notes .comment-text p.meta:before, .woocommerce-checkout-payment .payment_box:before, #pw_stick_brands .pw-title:before, .wb-bx-wrapper.wb-carousel-robin .wb-bx-prev:before,
.wb-bx-wrapper.wb-carousel-robin .wb-bx-next:before, .wb-allview-formcnt.wb-multi-filter-robin label.pw_brand_category_filter_checkbox:after, .wb-allview.wb-allview-robin .wb-allview-cat-cnt .go-to-filter:after, .wb-allview-formcnt .select2 .select2-selection .select2-selection__rendered:after, a.show-categories-menu.open:after, a.show-categories-menu:after, .password-input .show-password-input, .header-wishlist .add-to-cart-btn .button.product_type_simple:before, .header-wishlist .add-to-cart-btn .button.product_type_variable:before, .header-wishlist .add-to-cart-btn .button.product_type_grouped:before, .yith-woocompare-widget a.compare:before, .widget_price_filter .price_slider_amount .button:before, .widget_search button:after, .widget_search .tm-robin-button.alt:after, .widget_search .tm-robin-button:after,
.widget_product_search button:after,
.widget_product_search .tm-robin-button.alt:after,
.widget_product_search .tm-robin-button:after, .widget_search form.woocommerce-product-search:after,
.widget_product_search form.woocommerce-product-search:after, .topbar .menu li.menu-item-has-children > a:after, .social-links li i, .site-menu .menu > ul > li .children li.page_item .children.hover-back li.page_item_has_children:after,
.site-menu .menu > ul > li .children li.page_item .children.hover-back li.menu-item-has-children:after,
.site-menu .menu > ul > li .children li.page_item .sub-menu.hover-back li.page_item_has_children:after,
.site-menu .menu > ul > li .children li.page_item .sub-menu.hover-back li.menu-item-has-children:after,
.site-menu .menu > li .sub-menu li.menu-item .children.hover-back li.page_item_has_children:after,
.site-menu .menu > li .sub-menu li.menu-item .children.hover-back li.menu-item-has-children:after,
.site-menu .menu > li .sub-menu li.menu-item .sub-menu.hover-back li.page_item_has_children:after,
.site-menu .menu > li .sub-menu li.menu-item .sub-menu.hover-back li.menu-item-has-children:after, .site-menu .menu > ul > li .children li.page_item.page_item_has_children.has-hover-back:after, .site-menu .menu > ul > li .children li.page_item.menu-item-has-children.has-hover-back:after,
.site-menu .menu > li .sub-menu li.menu-item.page_item_has_children.has-hover-back:after,
.site-menu .menu > li .sub-menu li.menu-item.menu-item-has-children.has-hover-back:after, .site-menu .menu > ul > li .children li.page_item.page_item_has_children:after, .site-menu .menu > ul > li .children li.page_item.menu-item-has-children:after,
.site-menu .menu > li .sub-menu li.menu-item.page_item_has_children:after,
.site-menu .menu > li .sub-menu li.menu-item.menu-item-has-children:after, .site-menu .menu li.page_item.page_item_has_children > a:before, .site-menu .menu li.page_item.menu-item-has-children > a:before,
.site-menu .menu li.menu-item.page_item_has_children > a:before,
.site-menu .menu li.menu-item.menu-item-has-children > a:before, .ajax-results-wrapper .ajax-search-notice:before, .header-search .search-form-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered:after, .readmore-button:after, .post.sticky .entry-title a:before, .woocommerce-pagination .next:before,
.woocommerce-pagination .prev:before, .nice-select.open:after, .nice-select:after, .site-mobile-menu #searchform button:after, .site-mobile-menu #searchform .tm-robin-button:after, .site-mobile-menu .menu-back:before, .site-mobile-menu .menu > ul li.page_item .open-child:before,
.site-mobile-menu .menu li.menu-item .open-child:before, .site-header .header-widget .menu li.menu-item-has-children > a:after, .scroll-to-top i:after, .comment-text span.date:before {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  line-height: 1;
}

.woocommerce .quantity.robin_qty .plus:before,
.woocommerce .quantity.robin_qty .minus:before, #yith-wcwl-form table.shop_table.wishlist_table td.product-remove a:before, .mfp-content #woo-quick-view .mfp-close:before, #woo-quick-view .quickview-loading.error span:before, #woo-quick-view .quickview-loading.added span:before, #woo-quick-view .quick-view-close:after, #cboxClose:before, .woocommerce-checkout form.login .lost_password a:before, .woocommerce-cart table.cart td.product-remove a:before, .woocommerce-MyAccount-downloads .download-actions .button.download:before, #customer_login .woocommerce-LostPassword > a:before, #customer_login h2:before, .woocommerce-account .woocommerce-MyAccount-navigation ul li > a:after, .header-wishlist .remove:before, .header-wishlist .widget_wishlist_title .close-on-mobile:before, .yith-woocompare-widget .products-list li a.remove:before, .widget_layered_nav_filters ul li > a:before, .widget_shopping_cart .remove:before, .header-search.search-open .toggle > i:before, .header-minicart .widget_shopping_cart .widget_minicart_title .close-on-mobile:before {
  font-family: "Pe-icon-7-stroke";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

/*
GENERIC
================================================
reset and/or normalize styles, box-sizing definition, etc.
This is the first layer which generates actual CSS.
*/
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

progress {
  vertical-align: baseline;
}

template,
[hidden] {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

button, .tm-robin-button.alt, .tm-robin-button,
input,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: bold;
}

button, .tm-robin-button.alt, .tm-robin-button,
input,
select {
  overflow: visible;
}

button, .tm-robin-button.alt, .tm-robin-button,
input,
select,
textarea {
  margin: 0;
}

button, .tm-robin-button.alt, .tm-robin-button,
select {
  text-transform: none;
}

button, .tm-robin-button.alt, .tm-robin-button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

button, .tm-robin-button.alt, .tm-robin-button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, .tm-robin-button.alt::-moz-focus-inner, .tm-robin-button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

button:-moz-focusring, .tm-robin-button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
html {
  box-sizing: border-box;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

@-ms-viewport {
  width: device-width;
}
html {
  font-size: 16px;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #373a3c;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: none !important;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #818a91;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: bold;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

a {
  color: #0275d8;
  text-decoration: none;
}
a:focus, a:hover {
  color: rgb(1.2981651376, 75.9426605505, 140.2018348624);
  text-decoration: none;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: none;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
}

[role=button] {
  cursor: pointer;
}

a,
area,
button,
.tm-robin-button.alt,
.tm-robin-button,
[role=button],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

table, #yith-wcwl-form table.shop_table.wishlist_table {
  border-collapse: collapse;
  background-color: transparent;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #818a91;
  text-align: left;
  caption-side: bottom;
}

th {
  text-align: left;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button:focus, .tm-robin-button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
.tm-robin-button.alt,
.tm-robin-button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0;
}

input[type=radio]:disabled,
input[type=checkbox]:disabled {
  cursor: not-allowed;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
}

input[type=search] {
  -webkit-appearance: none;
}

output {
  display: inline-block;
}

[hidden] {
  display: none !important;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

/*
ELEMENTS
================================================
styling for bare HTML elements (like H1, A, etc.).
moThese come with default styling from the browser so we can redefine them here.
*/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: 6rem;
  font-weight: 300;
}

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
}

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
}

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
}

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

small,
.small {
  font-size: 80%;
  font-weight: normal;
}

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 5px;
}

.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

.blockquote {
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  border-left: 0.25rem solid #eceeef;
}

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #818a91;
}
.blockquote-footer::before {
  content: "— ";
}

.blockquote-reverse {
  padding-right: 1rem;
  padding-left: 0;
  text-align: right;
  border-right: 0.25rem solid #eceeef;
  border-left: 0;
}

.blockquote-reverse .blockquote-footer::before {
  content: "";
}
.blockquote-reverse .blockquote-footer::after {
  content: " —";
}

.img-fluid {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 0.3rem;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0.25rem;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

.figure {
  display: inline-block;
}

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption {
  font-size: 90%;
  color: #818a91;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

code {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #bd4147;
  background-color: #f7f7f9;
  border-radius: 0.25rem;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 90%;
  color: #373a3c;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}
.table th,
.table td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #eceeef;
}
.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #eceeef;
}
.table tbody + tbody {
  border-top: 2px solid #eceeef;
}
.table .table {
  background-color: #fff;
}

.table-sm th,
.table-sm td {
  padding: 0.3rem;
}

.table-bordered {
  border: 1px solid #eceeef;
}
.table-bordered th,
.table-bordered td {
  border: 1px solid #eceeef;
}
.table-bordered thead th,
.table-bordered thead td {
  border-bottom-width: 2px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075);
}
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
  background-color: rgba(0, 0, 0, 0.075);
}

.table-success,
.table-success > th,
.table-success > td {
  background-color: #dff0d8;
}

.table-hover .table-success:hover {
  background-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}
.table-hover .table-success:hover > td,
.table-hover .table-success:hover > th {
  background-color: rgb(207.8888888889, 232.9166666667, 197.5833333333);
}

.table-info,
.table-info > th,
.table-info > td {
  background-color: #d9edf7;
}

.table-hover .table-info:hover {
  background-color: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}
.table-hover .table-info:hover > td,
.table-hover .table-info:hover > th {
  background-color: rgb(195.9347826087, 227.0217391304, 242.5652173913);
}

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #fcf8e3;
}

.table-hover .table-warning:hover {
  background-color: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}
.table-hover .table-warning:hover > td,
.table-hover .table-warning:hover > th {
  background-color: rgb(249.5322580645, 242.2419354839, 203.9677419355);
}

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f2dede;
}

.table-hover .table-danger:hover {
  background-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
  background-color: rgb(234.7934782609, 203.7065217391, 203.7065217391);
}

.thead-inverse th {
  color: #fff;
  background-color: #373a3c;
}

.thead-default th {
  color: #55595c;
  background-color: #eceeef;
}

.table-inverse {
  color: #eceeef;
  background-color: #373a3c;
}
.table-inverse th,
.table-inverse td,
.table-inverse thead th {
  border-color: #55595c;
}
.table-inverse.table-bordered {
  border: 0;
}

.table-responsive {
  display: block;
  width: 100%;
  min-height: 0.01%;
  overflow-x: auto;
}

.table-reflow thead {
  float: left;
}
.table-reflow tbody {
  display: block;
  white-space: nowrap;
}
.table-reflow th,
.table-reflow td {
  border-top: 1px solid #eceeef;
  border-left: 1px solid #eceeef;
}
.table-reflow th:last-child,
.table-reflow td:last-child {
  border-right: 1px solid #eceeef;
}
.table-reflow thead:last-child tr:last-child th,
.table-reflow thead:last-child tr:last-child td,
.table-reflow tbody:last-child tr:last-child th,
.table-reflow tbody:last-child tr:last-child td,
.table-reflow tfoot:last-child tr:last-child th,
.table-reflow tfoot:last-child tr:last-child td {
  border-bottom: 1px solid #eceeef;
}
.table-reflow tr {
  float: left;
}
.table-reflow tr th,
.table-reflow tr td {
  display: block !important;
  border: 1px solid #eceeef;
}

abbr[title] {
  text-decoration: none;
  display: inline-block;
  line-height: 1;
}

address {
  font-style: italic;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.compare-opened {
  overflow: hidden !important;
}
body.ajax-loading .main-container {
  position: relative;
}
body.ajax-loading .main-container:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  opacity: 0.8;
  z-index: 100;
}
body.ajax-loading .main-container:after {
  content: url(assets/images/loading.svg);
  position: absolute;
  top: 50px;
  left: 50%;
  z-index: 101;
  transform: scale(2) translateX(-50%);
}
body.ajax-loading .main-container * {
  animation: fadeOut 0.5s forwards;
  animation-delay: 1s;
}

body.no-redux {
  font-family: Source Sans Pro;
}
body.no-redux .text-hightlight,
body.no-redux .select2-container--default .select2-results__option--highlighted[aria-selected],
body.no-redux #woo-quick-view .quickview-loading span:before,
body.no-redux .isw-swatches .isw-swatch--isw_text .isw-term:not(.isw-disabled):hover,
body.no-redux .product-style-hover--info .add-to-cart-btn,
body.no-redux .area-404__heading,
body.no-redux .isw-swatches .isw-swatch--isw_text .isw-term.isw-selected {
  color: #fab200;
}
body.no-redux .scroll-to-top,
body.no-redux .widget-title:after,
body.no-redux .post-tags .tagcloud a:hover,
body.no-redux .widget_tag_cloud .tagcloud a:hover,
body.no-redux .widget_product_tag_cloud .tagcloud a:hover,
body.no-redux .widget_shopping_cart .button:hover, body.no-redux .widget_shopping_cart .button:focus,
body.no-redux button.alt,
body.no-redux .alt.tm-robin-button, body.no-redux input[type=submit].alt, body.no-redux input[type=button].alt, body.no-redux a.button.alt, body.no-redux .tm-button.button.alt,
body.no-redux button.alt-button,
body.no-redux .alt-button.tm-robin-button, body.no-redux input[type=submit].alt-button, body.no-redux input[type=button].alt-button, body.no-redux a.button.alt-button,
body.no-redux button:hover,
body.no-redux .tm-robin-button:hover, body.no-redux input[type=submit]:hover, body.no-redux input[type=button]:hover, body.no-redux a.button:hover, body.no-redux .tm-button.button:hover,
body.no-redux button:focus,
body.no-redux .tm-robin-button:focus, body.no-redux input[type=submit]:focus, body.no-redux input[type=button]:focus, body.no-redux a.button:focus, body.no-redux .tm-button.button:focus,
body.no-redux .woocommerce-checkout form.checkout_coupon .button,
body.no-redux #customer_login .woocommerce-Button[name=register],
body.no-redux form.track_order p.form-row:last-of-type .button,
body.no-redux .woocommerce .order-again .button .tm-products-filter ul li > a:after,
body.no-redux .page-header__prev-item:hover > a, body.no-redux .page-header__next-item:hover > a,
body.no-redux .product-categories-menu .cat-item a:after,
body.no-redux form.track_order p.form-row:last-of-type .button:hover,
body.no-redux .woocommerce .order-again .button:hover,
body.no-redux .woocommerce.single-product .product .product-tabs-wrapper .wc-tabs li:after,
body.no-redux .woocommerce .order-again .button,
body.no-redux .ui-slider .ui-slider-handle, body.no-redux .ui-slider .ui-slider-range,
body.no-redux .tm-robin-mailchimp .title:after,
body.no-redux .tm-robin-products-widget .product-buttons > div a:hover,
body.no-redux .tm-robin-products-grid-hot.enable-carousel .slick-arrow:hover:before,
body.no-redux .categories-icon-list > [class*=" col-"]:hover,
body.no-redux .tm-products-filter ul li > a:after,
body.no-redux .wb-allview-formcnt .wb-allview-lettercnt .wb-wb-allview-letters:hover,
body.no-redux .wb-allview-formcnt .wb-allview-lettercnt .wb-wb-allview-letters:focus,
body.no-redux .wb-bx-controls.wb-bx-has-controls-direction .wb-bx-prev:hover,
body.no-redux .wb-bx-controls.wb-bx-has-controls-direction .wb-bx-next:hover,
body.no-redux .wpb-js-composer .vc_tta-tabs.vc_tta-style-robin.vc_tta-style-robin .vc_tta-tab > a:after,
body.no-redux .wpb-js-composer .vc_tta-tabs.vc_tta-style-robin.vc_tta-style-robin .vc_tta-panel .vc_tta-panel-title > a:after,
body.no-redux .tm-robin-simple-banner .third-line:after,
body.no-redux .wb-bx-wrapper.wb-carousel-robin .wb-bx-pager.wb-bx-default-pager .wb-bx-pager-item a:hover,
body.no-redux .wb-bx-wrapper.wb-carousel-robin .wb-bx-pager.wb-bx-default-pager .wb-bx-pager-item a.active {
  background-color: #fab200;
}
body.no-redux button.alt, body.no-redux .alt.tm-robin-button, body.no-redux input[type=submit].alt, body.no-redux input[type=button].alt, body.no-redux a.button.alt, body.no-redux .tm-button.button.alt,
body.no-redux button.alt-button,
body.no-redux .alt-button.tm-robin-button, body.no-redux input[type=submit].alt-button, body.no-redux input[type=button].alt-button, body.no-redux a.button.alt-button,
body.no-redux button:hover,
body.no-redux .tm-robin-button:hover, body.no-redux input[type=submit]:hover, body.no-redux input[type=button]:hover, body.no-redux a.button:hover, body.no-redux .tm-button.button:hover,
body.no-redux button:focus,
body.no-redux .tm-robin-button:focus, body.no-redux input[type=submit]:focus, body.no-redux input[type=button]:focus, body.no-redux a.button:focus, body.no-redux .tm-button.button:focus,
body.no-redux .post-tags .tagcloud a:hover,
body.no-redux .widget_tag_cloud .tagcloud a:hover,
body.no-redux .widget_product_tag_cloud .tagcloud a:hover,
body.no-redux .page-header__prev-item:hover > a, body.no-redux .page-header__next-item:hover > a,
body.no-redux .widget_shopping_cart .button:hover, body.no-redux .widget_shopping_cart .button:focus,
body.no-redux form.track_order p.form-row:last-of-type .button:hover,
body.no-redux .woocommerce .order-again .button:hover,
body.no-redux a.show-categories-menu,
body.no-redux .wb-allview-formcnt .wb-allview-lettercnt .wb-wb-allview-letters:hover,
body.no-redux .wb-allview-formcnt .wb-allview-lettercnt .wb-wb-allview-letters:focus,
body.no-redux .tm-products-widget .slick-arrow.small:focus,
body.no-redux .tm-robin-products-widget .slick-arrow.small:focus {
  border-color: #fab200;
}
body.no-redux .ajax-results-wrapper .suggestion-sku,
body.no-redux .ajax-results-wrapper .suggestion-price {
  color: #111111;
}
body.no-redux .widget_shopping_cart .button.checkout:hover,
body.no-redux .slick-arrow:hover, body.no-redux .slick-arrow:focus,
body.no-redux .slick-dots li.slick-active button,
body.no-redux .slick-dots button:hover,
body.no-redux .widget_shopping_cart .button.checkout:focus,
body.no-redux button.alt:hover, body.no-redux input[type=submit].alt:hover, body.no-redux input[type=button].alt:hover, body.no-redux a.button.alt:hover, body.no-redux .tm-button.button.alt:hover,
body.no-redux button.alt:focus, body.no-redux input[type=submit].alt:focus, body.no-redux input[type=button].alt:focus, body.no-redux a.button.alt:focus, body.no-redux .tm-button.button.alt:focus,
body.no-redux button.alt-button:hover, body.no-redux input[type=submit].alt-button:hover, body.no-redux input[type=button].alt-button:hover, body.no-redux a.button.alt-button:hover,
body.no-redux button.alt-button:focus, body.no-redux input[type=submit].alt-button:focus, body.no-redux input[type=button].alt-button:focus, body.no-redux a.button.alt-button:focus,
body.no-redux button,
body.no-redux .tm-robin-button, body.no-redux input[type=submit], body.no-redux input[type=button], body.no-redux a.button, body.no-redux .tm-button.button,
body.no-redux .wb-bx-wrapper.wb-carousel-robin .wb-bx-pager.wb-bx-default-pager .wb-bx-pager-item a {
  background-color: #111111;
}
body.no-redux .widget_shopping_cart .button.checkout:hover,
body.no-redux .widget_shopping_cart .button.checkout:focus,
body.no-redux button.alt:hover, body.no-redux input[type=submit].alt:hover, body.no-redux input[type=button].alt:hover, body.no-redux a.button.alt:hover, body.no-redux .tm-button.button.alt:hover,
body.no-redux button.alt:focus, body.no-redux input[type=submit].alt:focus, body.no-redux input[type=button].alt:focus, body.no-redux a.button.alt:focus, body.no-redux .tm-button.button.alt:focus,
body.no-redux button.alt-button:hover, body.no-redux input[type=submit].alt-button:hover, body.no-redux input[type=button].alt-button:hover, body.no-redux a.button.alt-button:hover,
body.no-redux button.alt-button:focus, body.no-redux input[type=submit].alt-button:focus, body.no-redux input[type=button].alt-button:focus, body.no-redux a.button.alt-button:focus,
body.no-redux button,
body.no-redux .tm-robin-button, body.no-redux input[type=submit], body.no-redux input[type=button], body.no-redux a.button, body.no-redux .tm-button.button {
  border-color: #111111;
}
body.no-redux .secondary-font, body.no-redux .tm-icon-box.secondary-font .title, body.no-redux .tm-icon-box.secondary-font a {
  font-family: Playfair Display;
}
body.no-redux .tertiary-font, body.no-redux .tm-icon-box.tertiary-font .title, body.no-redux .tm-icon-box.tertiary-font a {
  font-family: Yellowtail;
}
body.no-redux h1, body.no-redux h2, body.no-redux h3, body.no-redux h4, body.no-redux h5, body.no-redux h6, body.no-redux h1 a, body.no-redux h2 a, body.no-redux h3 a, body.no-redux h4 a, body.no-redux h5 a, body.no-redux h6 a,
body.no-redux .woocommerce.single-product .product #review_form_wrapper #reply-title {
  font-family: Source Sans Pro;
}
body.no-redux a, body.no-redux .cookie-buttons a.cookie-btn,
body.no-redux .header-wishlist .add-to-cart-btn .button {
  color: #111111;
}
body.no-redux a:hover, body.no-redux a:focus,
body.no-redux .site-mobile-menu .menu-show-all > a,
body.no-redux .topbar .switcher .nice-select:hover .current,
body.no-redux .topbar .switcher .nice-select:hover:after,
body.no-redux .topbar .switcher .nice-select .option:hover,
body.no-redux .cookie-wrapper a,
body.no-redux .entry-meta .meta-author a,
body.no-redux .shop-loop-head .switcher.active,
body.no-redux .shop-loop-head .switcher:hover,
body.no-redux .product-loop .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a,
body.no-redux .product-loop .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a,
body.no-redux .woocommerce.single-product .product .summary .product-meta-buttons > div a:hover,
body.no-redux .woocommerce.single-product .product .summary table.product_meta td.value a:hover,
body.no-redux .woocommerce.single-product .product .summary #yith-wcwl-form table.product_meta.shop_table.wishlist_table td.value a:hover,
#yith-wcwl-form body.no-redux .woocommerce.single-product .product .summary table.product_meta.shop_table.wishlist_table td.value a:hover,
body.no-redux .woocommerce.single-product .product .summary table.product-share td.value a:hover,
body.no-redux .woocommerce.single-product .product .summary #yith-wcwl-form table.product-share.shop_table.wishlist_table td.value a:hover,
#yith-wcwl-form body.no-redux .woocommerce.single-product .product .summary table.product-share.shop_table.wishlist_table td.value a:hover,
body.no-redux .wc-tabs li.active > a,
body.no-redux .category-grid-item:hover .product-category-content .category-link a,
body.no-redux .category-grid-item:hover .product-category-content .category-link:after {
  color: #fab200;
}
body.no-redux .cookie-buttons a:hover,
body.no-redux .header-phone:hover {
  background: #fab200;
}
body.no-redux .widget_calendar tbody td a:hover,
body.no-redux .header-phone {
  border-color: #fab200;
}
body.no-redux .topbar, body.no-redux .topbar a {
  color: #666666;
}
body.no-redux .topbar {
  border-color: #eeeeee;
}
body.no-redux .page-title h1,
body.no-redux .page-title a,
body.no-redux .page-title .site-breadcrumbs,
body.no-redux .page-title .site-breadcrumbs ul li:after,
body.no-redux .page-title .site-breadcrumbs .insight_core_breadcrumb a,
body.no-redux .page-title .site-breadcrumbs .insight_core_breadcrumb a:hover {
  color: #111111;
}
body.no-redux .page-title .page-subtitle {
  color: #111111;
}
body.no-redux .page-title {
  background-color: #f5f5f5;
}
body.no-redux .page-title:before {
  background-color: rgba(0, 0, 0, 0);
}
body.no-redux .site-breadcrumbs,
body.no-redux .site-breadcrumbs ul li:after,
body.no-redux .site-breadcrumbs .insight_core_breadcrumb a {
  color: #444;
}
body.no-redux .site-breadcrumbs .insight_core_breadcrumb a:hover {
  color: #fab200;
}
body.no-redux .site-menu .menu > ul > li > a, body.no-redux .site-menu .menu > li > a {
  color: #111111;
}
body.no-redux .header-search > a.toggle {
  color: #111111;
}
body.no-redux button, body.no-redux .tm-robin-button, body.no-redux input[type=submit], body.no-redux input[type=button], body.no-redux a.button {
  color: #FFFFFF;
}

button, .tm-robin-button.alt, .tm-robin-button,
input[type=submit],
input[type=button],
a.button {
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  color: #ffffff;
  border-radius: 5px;
  border: 2px solid #111111;
  background-color: #111111;
  padding: 10px 20px;
}
button:hover, .tm-robin-button:hover, button:focus, .tm-robin-button:focus,
input[type=submit]:hover,
input[type=submit]:focus,
input[type=button]:hover,
input[type=button]:focus,
a.button:hover,
a.button:focus {
  color: #ffffff;
  border-color: #fab200;
  background-color: #fab200;
}
button:focus, .tm-robin-button:focus,
input[type=submit]:focus,
input[type=button]:focus,
a.button:focus {
  outline: none;
}

button.alt, .alt.tm-robin-button,
button.alt-button,
.alt-button.tm-robin-button,
input[type=submit].alt,
input[type=submit].alt-button,
input[type=button].alt,
input[type=button].alt-button,
a.button.alt,
a.button.alt-button {
  color: #ffffff;
  border-color: #fab200;
  background-color: #fab200;
}
button.alt:hover, .alt.tm-robin-button:hover, button.alt:focus, .alt.tm-robin-button:focus,
button.alt-button:hover,
.alt-button.tm-robin-button:hover,
button.alt-button:focus,
.alt-button.tm-robin-button:focus,
input[type=submit].alt:hover,
input[type=submit].alt:focus,
input[type=submit].alt-button:hover,
input[type=submit].alt-button:focus,
input[type=button].alt:hover,
input[type=button].alt:focus,
input[type=button].alt-button:hover,
input[type=button].alt-button:focus,
a.button.alt:hover,
a.button.alt:focus,
a.button.alt-button:hover,
a.button.alt-button:focus {
  color: #ffffff;
  border-color: #111111;
  background-color: #111111;
}

del {
  color: #aaaaaa;
}

dl {
  margin: 0 20px;
}

dd {
  margin: 0 0 20px;
}

h1, h2, h3, h4, h5, h6 {
  color: #111111;
  margin: 25px 0;
}

img {
  max-width: 100%; /* Make sure images are scaled correctly. */
  height: auto; /* Adhere to container width. */
  vertical-align: top;
}

input[type=text],
input[type=number],
input[type=email],
input[type=search],
input[type=password],
input[type=tel],
textarea {
  font-size: 14px;
  display: block;
  padding: 9px 25px;
  color: #222;
  width: 100%;
  background: #f7f7f7;
  border: 1px solid #eee;
  transition: all 0.3s ease-in-out;
}
input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=tel]:focus,
textarea:focus {
  outline: none;
  border-color: #c7c7c7;
  box-shadow: none;
}

ins {
  text-decoration: none;
}

label .required {
  color: #ff0000;
  font-size: 16px;
}

.link-secret {
  color: currentColor;
}

.link-underline a, a.link-underline {
  display: inline-block;
  border-bottom: 1px solid currentColor;
}

p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 24px;
}
.wpb_text_column p {
  margin-bottom: 0;
}

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

p:empty {
  display: none;
}

pre {
  background: #f5f5f5;
  color: #666;
  font-family: monospace;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  border: 0;
  border-radius: 0;
  border-left: 3px solid #222;
}

blockquote,
blockquote p {
  font-size: 18px;
  line-height: 28px;
  font-style: italic;
}

blockquote {
  border-left: 0;
  padding: 10px 0;
  margin-left: 40px;
}

table, #yith-wcwl-form table.shop_table.wishlist_table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
  border-bottom: 1px solid #ededed;
}

table th, #yith-wcwl-form table.shop_table.wishlist_table th {
  font-weight: bold;
}

table thead th, #yith-wcwl-form table.shop_table.wishlist_table thead th {
  text-transform: uppercase;
}

table tr > th, #yith-wcwl-form table.shop_table.wishlist_table tr > th {
  padding-right: 20px;
}

table td, #yith-wcwl-form table.shop_table.wishlist_table td {
  padding: 6px 10px 6px 0;
  border-top: 1px solid #ededed;
}

table tr td:first-of-type, #yith-wcwl-form table.shop_table.wishlist_table tr td:first-of-type {
  padding-left: 10px;
}

/*
OBJECTS
================================================
"formless", in other words invisible to the user, no cosmetics
  Eg. wrappers, grid systems, etc.
This is the first layer of classes and should be agnostically named
  Eg. list-inline, ui-list, etc.
*/
.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

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

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2, .col-xxl-12, .col-xxl-11, .col-xxl-10, .col-xxl-9, .col-xxl-8, .col-xxl-7, .col-xxl-6, .col-xxl-5, .col-xxl-4, .col-xxl-3, .col-xxl-2, .col-xxl-1, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col-xs-12, .col-xs-11, .col-xs-10, .col-xs-9, .col-xs-8, .col-xs-7, .col-xs-6, .col-xs-5, .col-xs-4, .col-xs-3, .col-xs-2, .col-xs-1, .col-xs-is-5, .col-sm-is-5, .col-md-is-5, .col-lg-is-5, .col-xl-is-5, .col-xxl-is-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

.col-xs {
  position: relative;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1 {
  -ms-flex: 0 0 8.3333333333%;
      flex: 0 0 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-xs-2 {
  -ms-flex: 0 0 16.6666666667%;
      flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-xs-3 {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex: 0 0 33.3333333333%;
      flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-xs-5 {
  -ms-flex: 0 0 41.6666666667%;
      flex: 0 0 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-xs-6 {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex: 0 0 58.3333333333%;
      flex: 0 0 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-xs-8 {
  -ms-flex: 0 0 66.6666666667%;
      flex: 0 0 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-xs-9 {
  -ms-flex: 0 0 75%;
      flex: 0 0 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex: 0 0 83.3333333333%;
      flex: 0 0 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-xs-11 {
  -ms-flex: 0 0 91.6666666667%;
      flex: 0 0 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-xs-12 {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.offset-xs-11 {
  margin-left: 91.6666666667%;
}
/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@keyframes bounce {
  0%, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translateZ(0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}
@keyframes flash {
  0%, 50%, to {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  animation-name: flash;
}
@keyframes pulse {
  0% {
    transform: scaleX(1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scaleX(1);
  }
}
.pulse {
  animation-name: pulse;
}
@keyframes rubberBand {
  0% {
    transform: scaleX(1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scaleX(1);
  }
}
.rubberBand {
  animation-name: rubberBand;
}
@keyframes shake {
  0%, to {
    transform: translateZ(0);
  }
  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  animation-name: shake;
}
@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}
.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  to {
    transform: rotate(0deg);
  }
}
.swing {
  transform-origin: top center;
  animation-name: swing;
}
@keyframes tada {
  0% {
    transform: scaleX(1);
  }
  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
  }
  to {
    transform: scaleX(1);
  }
}
.tada {
  animation-name: tada;
}
@keyframes wobble {
  0% {
    transform: translateZ(0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate(-5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate(3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate(-3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate(2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate(-1deg);
  }
  to {
    transform: translateZ(0);
  }
}
.wobble {
  animation-name: wobble;
}
@keyframes jello {
  0%, 11.1%, to {
    transform: translateZ(0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
.jello {
  animation-name: jello;
  transform-origin: center;
}
@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}
.heartBeat {
  animation-name: heartBeat;
  animation-duration: 1.3s;
  animation-timing-function: ease-in-out;
}
@keyframes bounceIn {
  0%, 20%, 40%, 60%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scaleX(1);
  }
}
.bounceIn {
  animation-duration: 0.75s;
  animation-name: bounceIn;
}
@keyframes bounceInDown {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: translateZ(0);
  }
}
.bounceInDown {
  animation-name: bounceInDown;
}
@keyframes bounceInLeft {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translateZ(0);
  }
}
.bounceInLeft {
  animation-name: bounceInLeft;
}
@keyframes bounceInRight {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: translateZ(0);
  }
}
.bounceInRight {
  animation-name: bounceInRight;
}
@keyframes bounceInUp {
  0%, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translateZ(0);
  }
}
.bounceInUp {
  animation-name: bounceInUp;
}
@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  animation-duration: 0.75s;
  animation-name: bounceOut;
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  animation-name: bounceOutDown;
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  animation-name: bounceOutLeft;
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  animation-name: bounceOutRight;
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  animation-name: bounceOutUp;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInDown {
  animation-name: fadeInDown;
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInDownBig {
  animation-name: fadeInDownBig;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInRight {
  animation-name: fadeInRight;
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInRightBig {
  animation-name: fadeInRightBig;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.fadeInUpBig {
  animation-name: fadeInUpBig;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  animation-name: fadeOutDown;
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  animation-name: fadeOutLeft;
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  animation-name: fadeOutRight;
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  animation-name: fadeOutUp;
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}
@keyframes flip {
  0% {
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  backface-visibility: visible;
  animation-name: flip;
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateX(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInX {
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotateY(10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    transform: perspective(400px);
  }
}
.flipInY {
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateX(-20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  animation-duration: 0.75s;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotateY(-15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  animation-duration: 0.75s;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translateZ(0);
  }
}
.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}
@keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateIn {
  animation-name: rotateIn;
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  animation-name: rotateInDownRight;
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translateZ(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  animation-name: rotateInUpRight;
}
@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  animation-name: rotateOut;
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate(45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate(-45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}
@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%, 80% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  animation-duration: 2s;
  animation-name: hinge;
}
@keyframes jackInTheBox {
  0% {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.jackInTheBox {
  animation-name: jackInTheBox;
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    transform: translateZ(0);
  }
}
.rollIn {
  animation-name: rollIn;
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate(120deg);
  }
}
.rollOut {
  animation-name: rollOut;
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  animation-name: zoomIn;
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  animation-name: zoomInDown;
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  animation-name: zoomInLeft;
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  animation-name: zoomInRight;
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  animation-name: zoomInUp;
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
.zoomOut {
  animation-name: zoomOut;
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  animation-name: zoomOutDown;
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}
.zoomOutLeft {
  animation-name: zoomOutLeft;
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}
.zoomOutRight {
  animation-name: zoomOutRight;
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  animation-name: zoomOutUp;
}
@keyframes slideInDown {
  0% {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
@keyframes slideInLeft {
  0% {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInLeft {
  animation-name: slideInLeft;
}
@keyframes slideInRight {
  0% {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInRight {
  animation-name: slideInRight;
}
@keyframes slideInUp {
  0% {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translateZ(0);
  }
}
.slideInUp {
  animation-name: slideInUp;
}
@keyframes slideOutDown {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}
.slideOutDown {
  animation-name: slideOutDown;
}
@keyframes slideOutLeft {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}
.slideOutLeft {
  animation-name: slideOutLeft;
}
@keyframes slideOutRight {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}
.slideOutRight {
  animation-name: slideOutRight;
}
@keyframes slideOutUp {
  0% {
    transform: translateZ(0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}
.slideOutUp {
  animation-name: slideOutUp;
}

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

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

.animated.delay-1s {
  animation-delay: 1s;
}

.animated.delay-2s {
  animation-delay: 2s;
}

.animated.delay-3s {
  animation-delay: 3s;
}

.animated.delay-4s {
  animation-delay: 4s;
}

.animated.delay-5s {
  animation-delay: 5s;
}

.animated.fast {
  animation-duration: 0.8s;
}

.animated.faster {
  animation-duration: 0.5s;
}

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

.animated.slower {
  animation-duration: 3s;
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

/*
 * 3DX
 */
.hamburger--3dx .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(180deg);
}
.hamburger--3dx.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DX Reverse
 */
.hamburger--3dx-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dx-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dx-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateY(-180deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dx-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DY
 */
.hamburger--3dy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(-180deg);
}
.hamburger--3dy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DY Reverse
 */
.hamburger--3dy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DXY
 */
.hamburger--3dxy .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg);
}
.hamburger--3dxy.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * 3DXY Reverse
 */
.hamburger--3dxy-r .hamburger-box {
  perspective: 80px;
}
.hamburger--3dxy-r .hamburger-inner {
  transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
  transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.hamburger--3dxy-r.is-active .hamburger-inner {
  background-color: transparent !important;
  transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::before {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--3dxy-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
}

/*
 * Arrow
 */
.hamburger--arrow.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrow.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Arrow Right
 */
.hamburger--arrow-r.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrow-r.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Alt
 */
.hamburger--arrowalt .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(-8px, -10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(-8px, 10px, 0) rotate(45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Alt Right
 */
.hamburger--arrowalt-r .hamburger-inner::before {
  transition: top 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r .hamburger-inner::after {
  transition: bottom 0.1s 0.1s ease, transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::before {
  top: 0;
  transform: translate3d(8px, -10px, 0) rotate(45deg) scale(0.7, 1);
  transition: top 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}
.hamburger--arrowalt-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: translate3d(8px, 10px, 0) rotate(-45deg) scale(0.7, 1);
  transition: bottom 0.1s ease, transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

/*
 * Arrow Turn
 */
.hamburger--arrowturn.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn.is-active .hamburger-inner::before {
  transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1);
}
.hamburger--arrowturn.is-active .hamburger-inner::after {
  transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}

/*
 * Arrow Turn Right
 */
.hamburger--arrowturn-r.is-active .hamburger-inner {
  transform: rotate(-180deg);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::before {
  transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1);
}
.hamburger--arrowturn-r.is-active .hamburger-inner::after {
  transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1);
}

/*
 * Boring
 */
.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
  transition-property: none;
}
.hamburger--boring.is-active .hamburger-inner {
  transform: rotate(45deg);
}
.hamburger--boring.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--boring.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Collapse Reverse
 */
.hamburger--collapse-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}
.hamburger--collapse-r .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--collapse-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--collapse-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}
.hamburger--collapse-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Elastic
 */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/*
 * Elastic Reverse
 */
.hamburger--elastic-r .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}
.hamburger--elastic-r .hamburger-inner::after {
  top: 20px;
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.hamburger--elastic-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-135deg);
  transition-delay: 0.075s;
}
.hamburger--elastic-r.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}
.hamburger--elastic-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(270deg);
  transition-delay: 0.075s;
}

/*
 * Emphatic
 */
.hamburger--emphatic {
  overflow: hidden;
}
.hamburger--emphatic .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic.is-active .hamburger-inner::before {
  left: -80px;
  top: -80px;
  transform: translate3d(80px, 80px, 0) rotate(45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic.is-active .hamburger-inner::after {
  right: -80px;
  top: -80px;
  transform: translate3d(-80px, 80px, 0) rotate(-45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Emphatic Reverse
 */
.hamburger--emphatic-r {
  overflow: hidden;
}
.hamburger--emphatic-r .hamburger-inner {
  transition: background-color 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::before {
  left: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, left 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r .hamburger-inner::after {
  top: 10px;
  right: 0;
  transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 0.05s 0.125s linear, right 0.125s 0.175s ease-in;
}
.hamburger--emphatic-r.is-active .hamburger-inner {
  transition-delay: 0s;
  transition-timing-function: ease-out;
  background-color: transparent !important;
}
.hamburger--emphatic-r.is-active .hamburger-inner::before {
  left: -80px;
  top: 80px;
  transform: translate3d(80px, -80px, 0) rotate(-45deg);
  transition: left 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.hamburger--emphatic-r.is-active .hamburger-inner::after {
  right: -80px;
  top: 80px;
  transform: translate3d(-80px, -80px, 0) rotate(45deg);
  transition: right 0.125s ease-out, top 0.05s 0.125s linear, transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1);
}

/*
 * Minus
 */
.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
  transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear;
}
.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
  opacity: 0;
  transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear;
}
.hamburger--minus.is-active .hamburger-inner::before {
  top: 0;
}
.hamburger--minus.is-active .hamburger-inner::after {
  bottom: 0;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.7142857143px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

/*
 * Slider Reverse
 */
.hamburger--slider-r .hamburger-inner {
  top: 2px;
}
.hamburger--slider-r .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider-r .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider-r.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}
.hamburger--slider-r.is-active .hamburger-inner::before {
  transform: rotate(45deg) translate3d(5.7142857143px, -6px, 0);
  opacity: 0;
}
.hamburger--slider-r.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(90deg);
}

/*
 * Spin
 */
.hamburger--spin .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  transform: rotate(225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spin Reverse
 */
.hamburger--spin-r .hamburger-inner {
  transition-duration: 0.22s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r .hamburger-inner::before {
  transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin-r .hamburger-inner::after {
  transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin-r.is-active .hamburger-inner {
  transform: rotate(-225deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out;
}
.hamburger--spin-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
  transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Spring
 */
.hamburger--spring .hamburger-inner {
  top: 2px;
  transition: background-color 0s 0.13s linear;
}
.hamburger--spring .hamburger-inner::before {
  top: 10px;
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring .hamburger-inner::after {
  top: 20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring.is-active .hamburger-inner {
  transition-delay: 0.22s;
  background-color: transparent !important;
}
.hamburger--spring.is-active .hamburger-inner::before {
  top: 0;
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--spring.is-active .hamburger-inner::after {
  top: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translate3d(0, 10px, 0) rotate(-45deg);
}

/*
 * Spring Reverse
 */
.hamburger--spring-r .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r .hamburger-inner::after {
  top: -20px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
}
.hamburger--spring-r .hamburger-inner::before {
  transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spring-r.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spring-r.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
}
.hamburger--spring-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(90deg);
  transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand
 */
.hamburger--stand .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand.is-active .hamburger-inner {
  transform: rotate(90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Stand Reverse
 */
.hamburger--stand-r .hamburger-inner {
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
}
.hamburger--stand-r .hamburger-inner::before {
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r .hamburger-inner::after {
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--stand-r.is-active .hamburger-inner {
  transform: rotate(-90deg);
  background-color: transparent !important;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
}
.hamburger--stand-r.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-45deg);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--stand-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(45deg);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Squeeze
 */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

/*
 * Vortex
 */
.hamburger--vortex .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex.is-active .hamburger-inner {
  transform: rotate(765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(90deg);
}

/*
 * Vortex Reverse
 */
.hamburger--vortex-r .hamburger-inner {
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
  transition-duration: 0s;
  transition-delay: 0.1s;
  transition-timing-function: linear;
}
.hamburger--vortex-r .hamburger-inner::before {
  transition-property: top, opacity;
}
.hamburger--vortex-r .hamburger-inner::after {
  transition-property: bottom, transform;
}
.hamburger--vortex-r.is-active .hamburger-inner {
  transform: rotate(-765deg);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
  transition-delay: 0s;
}
.hamburger--vortex-r.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
}
.hamburger--vortex-r.is-active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
}

/* jQuery Growl
 * Copyright 2015 Kevin Sylvestre
 * 1.3.5
 */
.ontop, #growls-default, #growls-tl, #growls-tr, #growls-bl, #growls-br, #growls-tc, #growls-bc, #growls-cc, #growls-cl, #growls-cr {
  z-index: 50000;
  position: fixed;
}

#growls-default {
  top: 10px;
  right: 10px;
}

#growls-tl {
  top: 10px;
  left: 10px;
}

#growls-tr {
  top: 10px;
  right: 10px;
}

#growls-bl {
  bottom: 10px;
  left: 10px;
}

#growls-br {
  bottom: 10px;
  right: 10px;
}

#growls-tc {
  top: 10px;
  right: 10px;
  left: 10px;
}

#growls-bc {
  bottom: 10px;
  right: 10px;
  left: 10px;
}

#growls-cc {
  top: 50%;
  left: 50%;
  margin-left: -125px;
}

#growls-cl {
  top: 50%;
  left: 10px;
}

#growls-cr {
  top: 50%;
  right: 10px;
}

#growls-tc .growl, #growls-bc .growl {
  margin-left: auto;
  margin-right: auto;
}

.growl {
  opacity: 0.8;
  filter: alpha(opacity=80);
  position: relative;
  border-radius: 4px;
  transition: all 0.4s ease-in-out;
}

.growl.growl-incoming {
  opacity: 0;
  filter: alpha(opacity=0);
}

.growl.growl-outgoing {
  opacity: 0;
  filter: alpha(opacity=0);
}

.growl.growl-small {
  width: 200px;
  padding: 5px;
  margin: 5px;
}

.growl.growl-medium {
  width: 250px;
  padding: 10px;
  margin: 10px;
}

.growl.growl-large {
  width: 300px;
  padding: 15px;
  margin: 15px;
}

.growl.growl-default {
  color: #fff;
  background: #7f8c8d;
}

.growl.growl-error {
  color: #fff;
  background: #c0392b;
}

.growl.growl-notice {
  color: #fff;
  background: #2ecc71;
}

.growl.growl-warning {
  color: #fff;
  background: #f39c12;
}

.growl .growl-close {
  cursor: pointer;
  float: right;
  font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  font-family: helvetica, verdana, sans-serif;
}

.growl .growl-title {
  font-size: 18px;
  line-height: 24px;
}

.growl .growl-message {
  font-size: 14px;
  line-height: 18px;
}

/* jQuery Countdown styles 2.0.0. */
.is-countdown {
  border: 1px solid #ccc;
  background-color: #eee;
}

.countdown-rtl {
  direction: rtl;
}

.countdown-holding span {
  color: #888;
}

.countdown-row {
  clear: both;
  width: 100%;
  padding: 0px 2px;
  text-align: center;
}

.countdown-show1 .countdown-section {
  width: 98%;
}

.countdown-show2 .countdown-section {
  width: 48%;
}

.countdown-show3 .countdown-section {
  width: 32.5%;
}

.countdown-show4 .countdown-section {
  width: 24.5%;
}

.countdown-show5 .countdown-section {
  width: 19.5%;
}

.countdown-show6 .countdown-section {
  width: 16.25%;
}

.countdown-show7 .countdown-section {
  width: 14%;
}

.countdown-section {
  display: block;
  float: left;
  font-size: 75%;
  text-align: center;
}

.countdown-amount {
  font-size: 200%;
}

.countdown-period {
  display: block;
}

.countdown-descr {
  display: block;
  width: 100%;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #ccc;
}

.mfp-preloader a:hover {
  color: #fff;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, .mfp-close.tm-robin-button,
button.mfp-arrow,
.mfp-arrow.tm-robin-button {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

button::-moz-focus-inner, .tm-robin-button.alt::-moz-focus-inner, .tm-robin-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  width: auto;
}

.nice-select:hover {
  border-color: #dbdbdb;
}

.nice-select:active, .nice-select.open, .nice-select:focus {
  border-color: #999;
}

.nice-select:after {
  border-bottom: 2px solid #999;
  border-right: 2px solid #999;
  content: "";
  display: block;
  height: 5px;
  margin-top: -4px;
  pointer-events: none;
  position: absolute;
  right: 12px;
  top: 50%;
  transform-origin: 66% 66%;
  transform: rotate(45deg);
  transition: all 0.15s ease-in-out;
  width: 5px;
}

.nice-select.open:after {
  transform: rotate(-135deg);
}

.nice-select.open .list {
  opacity: 1;
  pointer-events: auto;
  transform: scale(1) translateY(0);
}

.nice-select.disabled {
  border-color: #ededed;
  color: #999;
  pointer-events: none;
}

.nice-select.disabled:after {
  border-color: #ccc;
}

.nice-select.wide {
  width: 100%;
}

.nice-select.wide .list {
  left: 0 !important;
  right: 0 !important;
}

.nice-select.right {
  float: right;
}

.nice-select.right .list {
  left: auto;
  right: 0;
}

.nice-select.small {
  font-size: 12px;
  height: 36px;
  line-height: 34px;
}

.nice-select.small:after {
  height: 4px;
  width: 4px;
}

.nice-select.small .option {
  line-height: 34px;
  min-height: 34px;
}

.nice-select .list {
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
  box-sizing: border-box;
  margin-top: 4px;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  transform-origin: 50% 0;
  transform: scale(0.75) translateY(-21px);
  transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
  z-index: 9;
}

.nice-select .list:hover .option:not(:hover) {
  background-color: transparent !important;
}

.nice-select .option {
  cursor: pointer;
  font-weight: 400;
  line-height: 40px;
  list-style: none;
  min-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 29px;
  text-align: left;
  transition: all 0.2s;
}

.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #f6f6f6;
}

.nice-select .option.selected {
  font-weight: bold;
}

.nice-select .option.disabled {
  background-color: transparent;
  color: #999;
  cursor: default;
}

.no-csspointerevents .nice-select .list {
  display: none;
}

.no-csspointerevents .nice-select.open .list {
  display: block;
}

/* perfect-scrollbar v0.8.1 */
.ps {
  -ms-touch-action: auto;
  touch-action: auto;
  overflow: hidden !important;
  -ms-overflow-style: none;
}

@supports (-ms-overflow-style: none) {
  .ps {
    overflow: auto !important;
  }
}
.ps.ps--active-x > .ps__scrollbar-x-rail, .ps.ps--active-y > .ps__scrollbar-y-rail {
  display: block;
  background-color: transparent;
}

.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #999;
  height: 11px;
}

.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #999;
  width: 11px;
}

.ps > .ps__scrollbar-x-rail {
  display: none;
  position: absolute;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 0px;
  height: 15px;
}

.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  position: absolute;
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  bottom: 2px;
  height: 6px;
}

.ps > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x, .ps > .ps__scrollbar-x-rail:active > .ps__scrollbar-x {
  height: 11px;
}

.ps > .ps__scrollbar-y-rail {
  display: none;
  position: absolute;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 0;
  width: 15px;
}

.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  position: absolute;
  background-color: #aaa;
  border-radius: 6px;
  transition: background-color 0.2s linear, height 0.2s linear, width 0.2s ease-in-out, border-radius 0.2s ease-in-out;
  right: 2px;
  width: 6px;
}

.ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y, .ps > .ps__scrollbar-y-rail:active > .ps__scrollbar-y {
  width: 11px;
}

.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #999;
  height: 11px;
}

.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #999;
  width: 11px;
}

.ps:hover > .ps__scrollbar-x-rail, .ps:hover > .ps__scrollbar-y-rail {
  opacity: 0.6;
}

.ps:hover > .ps__scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}

.ps:hover > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x {
  background-color: #999;
}

.ps:hover > .ps__scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}

.ps:hover > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y {
  background-color: #999;
}

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none;
}

.pswp * {
  box-sizing: border-box;
}

.pswp img {
  max-width: none;
}

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--open {
  display: block;
}

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  transform-origin: left top;
  /* for open/close transition */
  transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  transition: none;
}

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden;
}

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden;
}

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0;
}

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden;
}

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222;
}

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0;
}

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #ccc;
}

.pswp__error-msg a {
  color: #ccc;
  text-decoration: underline;
}

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*

	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  transition: opacity 0.2s;
  box-shadow: none;
}

.pswp__button:focus, .pswp__button:hover {
  opacity: 1;
}

.pswp__button:active {
  outline: none;
  opacity: 0.9;
}

.pswp__button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px;
}
.pswp__button--close {
  background-position: 0 -44px;
}

.pswp__button--share {
  background-position: -44px -44px;
}

.pswp__button--fs {
  display: none;
}

.pswp--supports-fs .pswp__button--fs {
  display: block;
}

.pswp--fs .pswp__button--fs {
  background-position: -44px 0;
}

.pswp__button--zoom {
  display: none;
  background-position: -88px 0;
}

.pswp--zoom-allowed .pswp__button--zoom {
  display: block;
}

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0;
}

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden;
}

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute;
}

.pswp__button--arrow--left {
  left: 0;
}

.pswp__button--arrow--right {
  right: 0;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: "";
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute;
}

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px;
}

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px;
}

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity;
}

.pswp__share-modal--hidden {
  display: none;
}

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #fff;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  transform: translateY(6px);
  transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform;
}

.pswp__share-tooltip a {
  display: block;
  padding: 8px 12px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
  line-height: 18px;
}

.pswp__share-tooltip a:hover {
  text-decoration: none;
  color: #000;
}

.pswp__share-tooltip a:first-child {
  /* round corners on the first/last list item */
  border-radius: 2px 2px 0 0;
}

.pswp__share-tooltip a:last-child {
  border-radius: 0 0 2px 2px;
}

.pswp__share-modal--fade-in {
  opacity: 1;
}

.pswp__share-modal--fade-in .pswp__share-tooltip {
  transform: translateY(0);
}

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px;
}

a.pswp__share--facebook:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #fff;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none;
}

a.pswp__share--facebook:hover {
  background: #3e5c9a;
  color: #fff;
}

a.pswp__share--facebook:hover:before {
  border-bottom-color: #3e5c9a;
}

a.pswp__share--twitter:hover {
  background: #55acee;
  color: #fff;
}

a.pswp__share--pinterest:hover {
  background: #ccc;
  color: #ce272d;
}

a.pswp__share--download:hover {
  background: #ddd;
}

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #fff;
  opacity: 0.75;
  padding: 0 10px;
}

/*

	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px;
}

.pswp__caption small {
  font-size: 11px;
  color: #bbb;
}

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #ccc;
}

.pswp__caption--empty {
  display: none;
}

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden;
}

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr;
}

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px;
}

.pswp__preloader--active {
  opacity: 1;
}

.pswp__preloader--active .pswp__preloader__icn {
  /* We use .gif in browsers that don't support CSS animation */
  background: url(preloader.gif) 0 0 no-repeat;
}

.pswp--css_animation .pswp__preloader--active {
  opacity: 1;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
  animation: clockwise 500ms linear infinite;
}

.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
  animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
}

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0;
}

.pswp--css_animation .pswp__preloader__cut {
  /*
   The idea of animating inner circle is based on Polymer ("material") loading indicator
    by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
  */
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden;
}

.pswp--css_animation .pswp__preloader__donut {
  box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #fff;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0;
}
@keyframes clockwise {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes donut-rotate {
  0% {
    transform: rotate(0);
  }
  50% {
    transform: rotate(-140deg);
  }
  100% {
    transform: rotate(0);
  }
}
/*

	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550;
}

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%;
}

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
}

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible;
}

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5);
}

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3);
}

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0;
}

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0;
}

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001;
}

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none;
}

.pswp__element--disabled {
  display: none !important;
}

.pswp--minimal--dark .pswp__top-bar {
  background: none;
}

.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -ms-user-select: none;
      user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

[class*=hint--] {
  position: relative;
  display: inline-block;
  /**
    * tooltip arrow
    */
  /**
    * tooltip body
    */
}

[class*=hint--]:before, [class*=hint--]:after {
  position: absolute;
  transform: translate3d(0, 0, 0);
  visibility: hidden;
  opacity: 0;
  z-index: 1000000;
  pointer-events: none;
  transition: 0.3s ease;
  transition-delay: 0ms;
}

[class*=hint--]:hover:before, [class*=hint--]:hover:after {
  visibility: visible;
  opacity: 1;
}

[class*=hint--]:hover:before, [class*=hint--]:hover:after {
  transition-delay: 100ms;
}

[class*=hint--]:before {
  content: "";
  position: absolute;
  background: transparent;
  border: 6px solid transparent;
  z-index: 1000001;
}

[class*=hint--]:after {
  background: #383838;
  color: white;
  padding: 8px 10px;
  font-size: 12px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 12px;
  white-space: nowrap;
}

[class*=hint--][aria-label]:after {
  content: attr(aria-label);
}

[class*=hint--][data-hint]:after {
  content: attr(data-hint);
}

[aria-label=""]:before, [aria-label=""]:after,
[data-hint=""]:before,
[data-hint=""]:after {
  display: none !important;
}

/**
 * source: hint-position.scss
 *
 * Defines the positoning logic for the tooltips.
 *
 * Classes added:
 * 	1) hint--top
 * 	2) hint--bottom
 * 	3) hint--left
 * 	4) hint--right
 */
/**
 * set default color for tooltip arrows
 */
.hint--top-left:before {
  border-top-color: #383838;
}

.hint--top-right:before {
  border-top-color: #383838;
}

.hint--top:before {
  border-top-color: #383838;
}

.hint--bottom-left:before {
  border-bottom-color: #383838;
}

.hint--bottom-right:before {
  border-bottom-color: #383838;
}

.hint--bottom:before {
  border-bottom-color: #383838;
}

.hint--left:before {
  border-left-color: #383838;
}

.hint--right:before {
  border-right-color: #383838;
}

/**
 * top tooltip
 */
.hint--top:before {
  margin-bottom: -11px;
}

.hint--top:before, .hint--top:after {
  bottom: 100%;
  left: 50%;
}

.hint--top:before {
  left: calc(50% - 6px);
}

.hint--top:after {
  transform: translateX(-50%);
}

.hint--top:hover:before {
  transform: translateY(-8px);
}

.hint--top:hover:after {
  transform: translateX(-50%) translateY(-8px);
}

/**
 * bottom tooltip
 */
.hint--bottom:before {
  margin-top: -11px;
}

.hint--bottom:before, .hint--bottom:after {
  top: 100%;
  left: 50%;
}

.hint--bottom:before {
  left: calc(50% - 6px);
}

.hint--bottom:after {
  transform: translateX(-50%);
}

.hint--bottom:hover:before {
  transform: translateY(8px);
}

.hint--bottom:hover:after {
  transform: translateX(-50%) translateY(8px);
}

/**
 * right tooltip
 */
.hint--right:before {
  margin-left: -11px;
  margin-bottom: -6px;
}

.hint--right:after {
  margin-bottom: -14px;
}

.hint--right:before, .hint--right:after {
  left: 100%;
  bottom: 50%;
}

.hint--right:hover:before {
  transform: translateX(8px);
}

.hint--right:hover:after {
  transform: translateX(8px);
}

/**
 * left tooltip
 */
.hint--left:before {
  margin-right: -11px;
  margin-bottom: -6px;
}

.hint--left:after {
  margin-bottom: -14px;
}

.hint--left:before, .hint--left:after {
  right: 100%;
  bottom: 50%;
}

.hint--left:hover:before {
  transform: translateX(-8px);
}

.hint--left:hover:after {
  transform: translateX(-8px);
}

/**
 * top-left tooltip
 */
.hint--top-left:before {
  margin-bottom: -11px;
}

.hint--top-left:before, .hint--top-left:after {
  bottom: 100%;
  left: 50%;
}

.hint--top-left:before {
  left: calc(50% - 6px);
}

.hint--top-left:after {
  transform: translateX(-100%);
}

.hint--top-left:after {
  margin-left: 12px;
}

.hint--top-left:hover:before {
  transform: translateY(-8px);
}

.hint--top-left:hover:after {
  transform: translateX(-100%) translateY(-8px);
}

/**
 * top-right tooltip
 */
.hint--top-right:before {
  margin-bottom: -11px;
}

.hint--top-right:before, .hint--top-right:after {
  bottom: 100%;
  left: 50%;
}

.hint--top-right:before {
  left: calc(50% - 6px);
}

.hint--top-right:after {
  transform: translateX(0);
}

.hint--top-right:after {
  margin-left: -12px;
}

.hint--top-right:hover:before {
  transform: translateY(-8px);
}

.hint--top-right:hover:after {
  transform: translateY(-8px);
}

/**
 * bottom-left tooltip
 */
.hint--bottom-left:before {
  margin-top: -11px;
}

.hint--bottom-left:before, .hint--bottom-left:after {
  top: 100%;
  left: 50%;
}

.hint--bottom-left:before {
  left: calc(50% - 6px);
}

.hint--bottom-left:after {
  transform: translateX(-100%);
}

.hint--bottom-left:after {
  margin-left: 12px;
}

.hint--bottom-left:hover:before {
  transform: translateY(8px);
}

.hint--bottom-left:hover:after {
  transform: translateX(-100%) translateY(8px);
}

/**
 * bottom-right tooltip
 */
.hint--bottom-right:before {
  margin-top: -11px;
}

.hint--bottom-right:before, .hint--bottom-right:after {
  top: 100%;
  left: 50%;
}

.hint--bottom-right:before {
  left: calc(50% - 6px);
}

.hint--bottom-right:after {
  transform: translateX(0);
}

.hint--bottom-right:after {
  margin-left: -12px;
}

.hint--bottom-right:hover:before {
  transform: translateY(8px);
}

.hint--bottom-right:hover:after {
  transform: translateY(8px);
}

/**
 * source: hint-sizes.scss
 *
 * Defines width restricted tooltips that can span
 * across multiple lines.
 *
 * Classes added:
 * 	1) hint--small
 * 	2) hint--medium
 * 	3) hint--large
 *
 */
.hint--small:after,
.hint--medium:after,
.hint--large:after {
  white-space: normal;
  line-height: 1.4em;
  word-wrap: break-word;
}

.hint--small:after {
  width: 80px;
}

.hint--medium:after {
  width: 150px;
}

.hint--large:after {
  width: 300px;
}

/**
 * source: hint-theme.scss
 *
 * Defines basic theme for tooltips.
 *
 */
[class*=hint--] {
  /**
    * tooltip body
    */
}

[class*=hint--]:after {
  text-shadow: 0 -1px 0px black;
  box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3);
}

/**
 * source: hint-color-types.scss
 *
 * Contains tooltips of various types based on color differences.
 *
 * Classes added:
 * 	1) hint--error
 * 	2) hint--warning
 * 	3) hint--info
 * 	4) hint--success
 *
 */
/**
 * Error
 */
.hint--error:after {
  background-color: #b34e4d;
  text-shadow: 0 -1px 0px #592726;
}

.hint--error.hint--top-left:before {
  border-top-color: #b34e4d;
}

.hint--error.hint--top-right:before {
  border-top-color: #b34e4d;
}

.hint--error.hint--top:before {
  border-top-color: #b34e4d;
}

.hint--error.hint--bottom-left:before {
  border-bottom-color: #b34e4d;
}

.hint--error.hint--bottom-right:before {
  border-bottom-color: #b34e4d;
}

.hint--error.hint--bottom:before {
  border-bottom-color: #b34e4d;
}

.hint--error.hint--left:before {
  border-left-color: #b34e4d;
}

.hint--error.hint--right:before {
  border-right-color: #b34e4d;
}

/**
 * Warning
 */
.hint--warning:after {
  background-color: #c09854;
  text-shadow: 0 -1px 0px #6c5328;
}

.hint--warning.hint--top-left:before {
  border-top-color: #c09854;
}

.hint--warning.hint--top-right:before {
  border-top-color: #c09854;
}

.hint--warning.hint--top:before {
  border-top-color: #c09854;
}

.hint--warning.hint--bottom-left:before {
  border-bottom-color: #c09854;
}

.hint--warning.hint--bottom-right:before {
  border-bottom-color: #c09854;
}

.hint--warning.hint--bottom:before {
  border-bottom-color: #c09854;
}

.hint--warning.hint--left:before {
  border-left-color: #c09854;
}

.hint--warning.hint--right:before {
  border-right-color: #c09854;
}

/**
 * Info
 */
.hint--info:after {
  background-color: #3986ac;
  text-shadow: 0 -1px 0px #1a3c4d;
}

.hint--info.hint--top-left:before {
  border-top-color: #3986ac;
}

.hint--info.hint--top-right:before {
  border-top-color: #3986ac;
}

.hint--info.hint--top:before {
  border-top-color: #3986ac;
}

.hint--info.hint--bottom-left:before {
  border-bottom-color: #3986ac;
}

.hint--info.hint--bottom-right:before {
  border-bottom-color: #3986ac;
}

.hint--info.hint--bottom:before {
  border-bottom-color: #3986ac;
}

.hint--info.hint--left:before {
  border-left-color: #3986ac;
}

.hint--info.hint--right:before {
  border-right-color: #3986ac;
}

/**
 * Success
 */
.hint--success:after {
  background-color: #458746;
  text-shadow: 0 -1px 0px #1a321a;
}

.hint--success.hint--top-left:before {
  border-top-color: #458746;
}

.hint--success.hint--top-right:before {
  border-top-color: #458746;
}

.hint--success.hint--top:before {
  border-top-color: #458746;
}

.hint--success.hint--bottom-left:before {
  border-bottom-color: #458746;
}

.hint--success.hint--bottom-right:before {
  border-bottom-color: #458746;
}

.hint--success.hint--bottom:before {
  border-bottom-color: #458746;
}

.hint--success.hint--left:before {
  border-left-color: #458746;
}

.hint--success.hint--right:before {
  border-right-color: #458746;
}

/**
 * source: hint-always.scss
 *
 * Defines a persisted tooltip which shows always.
 *
 * Classes added:
 * 	1) hint--always
 *
 */
.hint--always:after, .hint--always:before {
  opacity: 1;
  visibility: visible;
}

.hint--always.hint--top:before {
  transform: translateY(-8px);
}

.hint--always.hint--top:after {
  transform: translateX(-50%) translateY(-8px);
}

.hint--always.hint--top-left:before {
  transform: translateY(-8px);
}

.hint--always.hint--top-left:after {
  transform: translateX(-100%) translateY(-8px);
}

.hint--always.hint--top-right:before {
  transform: translateY(-8px);
}

.hint--always.hint--top-right:after {
  transform: translateY(-8px);
}

.hint--always.hint--bottom:before {
  transform: translateY(8px);
}

.hint--always.hint--bottom:after {
  transform: translateX(-50%) translateY(8px);
}

.hint--always.hint--bottom-left:before {
  transform: translateY(8px);
}

.hint--always.hint--bottom-left:after {
  transform: translateX(-100%) translateY(8px);
}

.hint--always.hint--bottom-right:before {
  transform: translateY(8px);
}

.hint--always.hint--bottom-right:after {
  transform: translateY(8px);
}

.hint--always.hint--left:before {
  transform: translateX(-8px);
}

.hint--always.hint--left:after {
  transform: translateX(-8px);
}

.hint--always.hint--right:before {
  transform: translateX(8px);
}

.hint--always.hint--right:after {
  transform: translateX(8px);
}

/**
 * source: hint-rounded.scss
 *
 * Defines rounded corner tooltips.
 *
 * Classes added:
 * 	1) hint--rounded
 *
 */
.hint--rounded:after {
  border-radius: 4px;
}

/**
 * source: hint-effects.scss
 *
 * Defines various transition effects for the tooltips.
 *
 * Classes added:
 * 	1) hint--no-animate
 * 	2) hint--bounce
 *
 */
.hint--no-animate:before, .hint--no-animate:after {
  transition-duration: 0ms;
}

.hint--bounce:before, .hint--bounce:after {
  transition: opacity 0.3s ease, visibility 0.3s ease, transform 0.3s cubic-bezier(0.71, 1.7, 0.77, 1.24);
}

.hint--no-shadow:before, .hint--no-shadow:after {
  text-shadow: initial;
  box-shadow: initial;
}

.hint--no-arrow:before {
  display: none;
}

/*=====================================
All animation for our theme
======================================*/
/* Widget item move up */
@keyframes widget-item-move-up {
  0% {
    padding-top: 100px;
  }
  100% {
    padding-top: 0;
  }
}
/* Widget item move down */
@keyframes widget-item-move-down {
  0% {
    padding-top: 0;
  }
  100% {
    padding-top: 100px;
  }
}
/* Slide out when remove an widget item */
@keyframes widget-item-slide-out {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(80px);
    opacity: 0;
  }
}
/* Slide up when undo remove an widget item */
@keyframes widget-item-slide-in {
  100% {
    transform: translateX(0);
    opacity: 1;
  }
  0% {
    transform: translateX(80px);
    opacity: 0;
  }
}
/* Slide in for quick view */
@keyframes quickview-slide-in {
  0% {
    transform: translate3d(-40px, 0, 0);
  }
  100% {
    transform: translate3d(0, 0, 0);
  }
}
/* Social shortcode */
@keyframes social-hover {
  0% {
    opacity: 1;
    visibility: visible;
    height: 0;
    width: 0;
  }
  100% {
    opacity: 0;
    visibility: hidden;
    height: 5em;
    width: 5em;
  }
}
/* Animate Gradient on Landing page */
@keyframes animate-gradient {
  0% {
    background-position: 0% 76%;
  }
  50% {
    background-position: 100% 25%;
  }
  100% {
    background-position: 0% 76%;
  }
}
.list-inline {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-inline > li {
  display: inline-block;
  margin-right: 1em;
}
.list-inline > li:last-child {
  margin-right: 0;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  border: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  width: 100%;
  vertical-align: top;
  text-align: center;
}
.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-caption {
  display: block;
}

/*
COMPONENTS
================================================
Specific UI components.
This is where majority of our work takes place and our UI components are often composed of Objects and Components
*/
.error404 {
  overflow: hidden;
}

.error404 .site-header {
  position: absolute;
  width: 100%;
  left: 0;
  border: none;
  background-color: transparent;
  margin-bottom: 0;
}

.error404 .site-logo {
  height: 90px;
}

.area-404 {
  text-align: left;
  background-size: cover;
}

.area-404__heading {
  font-size: 90px;
  font-weight: 700;
  letter-spacing: -0.02em;
  line-height: 1.2em;
  margin: 0;
}

.area-404__sub-heading.area-404__sub-heading,
.error404 .area-404__content-heading {
  font-size: 36px;
  letter-spacing: 0;
  color: #333333;
  font-weight: 700;
  line-height: 1.6em;
  margin: 0;
}

.area-404__content {
  height: 100vh;
}

.error404 .site-breadcrumbs {
  display: none !important;
}

.error404 .area-404__content-heading {
  color: #666666;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 35px;
}

.author-info {
  text-align: center;
  margin-bottom: 40px;
}

.author-link {
  text-transform: capitalize;
}

.author-avatar {
  padding-top: 30px;
  text-align: center;
}

.author-avatar img {
  border-radius: 50%;
}

.author-title {
  margin-top: 0;
  font-size: 18px;
  margin-bottom: 15px;
}

.author-bio {
  margin-bottom: 14px;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.03em;
}

.author-description {
  border: 1px solid #eee;
  margin-top: -50px;
  padding: 70px 10px 30px 10px;
}

.block-list {
  list-style: none;
  margin-left: 0;
  line-height: 2.8;
  padding-left: 0;
}

.block-list .title {
  line-height: 1.2;
  font-weight: 500;
  padding-bottom: 24px;
  margin-bottom: 12px;
  border-bottom: 1px solid #eeeeee;
  letter-spacing: 0.01em;
  color: #212121;
}

/**
 * Breadcrumbs
 */
.site-breadcrumbs {
  margin-top: 10px;
  margin-bottom: 40px;
}
.page-title .site-breadcrumbs {
  margin-top: 20px;
  margin-bottom: 0;
}
.site-breadcrumbs ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-breadcrumbs ul li {
  display: inline-block;
}
.site-breadcrumbs ul li:after {
  content: "/";
  margin: 0 6px;
}
.site-breadcrumbs ul li:last-child:after {
  display: none;
}
.site-breadcrumbs ul li.current {
  font-size: 18px;
  font-weight: 600;
}
.shop-display .site-breadcrumbs {
  margin: 0;
}

.comments-area .comments-title {
  font-size: 20px;
}
.page .comments-area {
  margin-top: 30px;
}

.comment-list,
.comment-list .children {
  padding-left: 0;
  list-style: none;
}

.comment {
  margin-bottom: 30px;
}

.comment-list {
  margin-bottom: 60px;
}

.comments-area .author-avatar {
  padding-top: 0;
  position: relative;
  z-index: 1;
}

.comment-text {
  margin-top: -50px;
  padding: 60px 15px 30px;
  margin-bottom: 10px;
  border: 1px solid #eeeeee;
  position: relative;
  font-size: 15px;
  line-height: 1.8;
  letter-spacing: 0.03em;
}
.thecomment .reply {
  display: inline-block;
  margin-bottom: 5px;
}
.thecomment .reply > a {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.01em;
  font-weight: 600;
}
.thecomment .reply a + a {
  margin-left: 10px;
}

.comments-area .author {
  margin: 0 0 10px 0;
}

.comment-text span.date {
  font-size: 14px;
  letter-spacing: 0.03em;
  margin-bottom: 15px;
  display: inline-block;
}
.comment-text span.date:before {
  content: "\f272";
  margin-right: 0px;
}
.comment-text span.date:before {
  margin-right: 5px;
}
.comment-text span.date + em {
  margin-left: 10px;
  font-size: 13px;
}

#reponse {
  margin-bottom: 20px;
  overflow: hidden;
}

#reply-title {
  font-size: 22px;
  margin-bottom: 30px;
}
#reply-title small {
  margin-left: 10px;
}

.single-post #commentform label {
  display: none;
}

#commentform input[type=text],
#commentform textarea {
  background: #f7f7f7;
  border: 1px solid #eeeeee;
  padding: 9.5px 25px;
}

#commentform input[type=text] {
  margin-bottom: 15px;
}

#commentform textarea {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  outline: 0;
  padding: 15px 20px;
  background-clip: padding-box;
  height: 200px;
  margin-bottom: 20px;
}

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.contact-form input[type=text],
.contact-form input[type=email],
.contact-form textarea {
  margin-bottom: 30px;
}

.contact-form--light input[type=text],
.contact-form--light input[type=email],
.contact-form--light textarea {
  background: #fff;
}

.cookie-wrapper {
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  color: #ffffff;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.8);
  box-shadow: 3px 3px 20px 0 rgba(0, 0, 0, 0.2);
}
.cookie-wrapper.animated {
  opacity: 1;
  visibility: visible;
}

.cookie-inner {
  padding: 20px;
}

.cookie-message {
  display: inline-block;
  text-align: left;
  padding-bottom: 25px;
}

.cookie-buttons {
  text-align: right;
}
.cookie-buttons a.cookie-btn {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
}
.cookie-buttons .cookie-accept-btn {
  background-color: #ffffff;
  padding: 5px 10px;
}
.cookie-buttons .cookie-accept-btn:hover {
  color: #ffffff !important;
}
.cookie-buttons .cookie-more-btn {
  margin-left: 20px;
}

.site-footer {
  padding-top: 100px;
}
.site-footer > .container {
  padding-bottom: 20px;
}
.site-footer .menu li:last-child {
  margin-bottom: 30px;
}
.site-footer .widget-title:after {
  background-color: #333333;
}
.site-footer .mc4wp-form-fields br {
  display: none;
}

.site-footer .mc4wp-form .mc4wp-form-fields {
  margin-bottom: 30px;
}
.site-footer .mc4wp-form input[type=text] {
  display: none !important;
}
.site-footer .mc4wp-form input[type=email],
.site-footer .mc4wp-form button,
.site-footer .mc4wp-form .tm-robin-button.alt,
.site-footer .mc4wp-form .tm-robin-button {
  display: inline-block;
  vertical-align: top;
  height: 50px;
}
.site-footer .mc4wp-form input[type=email] {
  width: 60%;
}
.site-footer .mc4wp-form button[type=submit], .site-footer .mc4wp-form [type=submit].tm-robin-button.alt, .site-footer .mc4wp-form [type=submit].tm-robin-button {
  background-color: #aaaaaa;
  color: #ffffff;
  border-color: #aaaaaa;
  border-radius: 0;
  margin-left: -3px;
}
.site-copyright {
  text-align: center;
  padding: 30px 0;
}

.site-footer .social li {
  display: inline-block;
  padding-right: 20px;
}

.site-footer.site-footer--dark {
  background-color: #111111;
  color: #999999;
}
.site-footer.site-footer--dark ul li > a,
.site-footer.site-footer--dark .widget_tm_contact_info p > a {
  color: #999999;
}
.site-footer.site-footer--dark ul li > a:hover,
.site-footer.site-footer--dark .widget_tm_contact_info p > a:hover {
  color: #ffffff;
}
.site-footer.site-footer--dark .site-copyright {
  background-color: #111111;
  border-top: 1px solid #333333;
}
.site-footer.site-footer--dark .widget-title {
  color: #ffffff;
}
.site-footer.site-footer--dark .col-offset {
  padding-left: 100px;
}
.site-footer.site-footer--dark .site-copyright {
  color: #999999;
  background-color: #111111;
}
.site-footer.site-footer--dark .site-copyright a {
  color: #fab200;
}
.site-footer.site-footer--dark .site-copyright a:hover {
  color: #ffffff;
}

.site-footer.site-footer--light {
  background-color: #ffffff;
  color: #999999;
}
.site-footer.site-footer--light ul li > a,
.site-footer.site-footer--light .widget_tm_contact_info p > a {
  color: #999999;
}
.site-footer.site-footer--light ul li > a:hover,
.site-footer.site-footer--light .widget_tm_contact_info p > a:hover {
  color: #111111;
}
.site-footer.site-footer--light .site-copyright {
  background-color: #ffffff;
  border-top: 1px solid #eeeeee;
}
.site-footer.site-footer--light .site-copyright a:hover {
  color: #111111;
}
.site-footer.site-footer--light .widget-title {
  color: #111111;
}
.site-footer.site-footer--light .widget-title:after {
  background-color: #d3d3d3;
}
.site-footer.site-footer--light .site-copyright {
  border: 1px solid #dddddd;
  background-color: #ffffff;
}
.site-footer.site-footer--light .site-copyright a {
  color: #fab200;
}
.site-footer.site-footer--light .site-copyright a:hover {
  color: #111111;
}

.scroll-to-top {
  display: block;
  color: #ffffff !important;
  cursor: pointer;
  z-index: 2;
  position: fixed;
  right: 30px;
  bottom: -50px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  font-size: 0;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}
.scroll-to-top i {
  text-align: center;
  font-size: 25px;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.scroll-to-top i:before, .scroll-to-top i:after {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
}
.scroll-to-top i:before {
  top: 0;
}
.scroll-to-top i:after {
  bottom: -100%;
  content: "\f106";
}
.scroll-to-top.show {
  bottom: 50px;
  opacity: 0.8;
}
.scroll-to-top:hover {
  opacity: 1;
}
.scroll-to-top:hover i:before {
  top: -100%;
}
.scroll-to-top:hover i:after {
  bottom: 0;
}

.site-header {
  position: relative;
  border-bottom: 1px solid #eeeeee;
}
.site-header > .container > .row {
  display: table;
  margin: 0;
  width: 100%;
}
.site-header .site-logo,
.site-header .header-tools {
  display: table-cell;
  vertical-align: middle;
}
.site-header .header-left {
  display: none;
}
.site-header .site-logo img {
  padding: 10px 0;
  vertical-align: middle;
}
.site-header .header-widget .widget {
  margin-bottom: 0;
}
.site-header .header-widget .menu {
  font-size: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.site-header .header-widget .menu > li > .sub-menu.hover-back {
  right: 0 !important;
}
.site-header .header-widget .menu li {
  font-size: 14px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
  border-top: none;
  border-right: 1px solid #eeeeee;
}
.site-header .header-widget .menu li.menu-item-has-children > a:after {
  opacity: 0.4;
  font-size: 12px;
  margin-left: 5px;
  content: "\f107";
}
.site-header .header-widget .menu li:hover > .sub-menu {
  top: 100%;
  z-index: 999;
  visibility: visible;
  opacity: 1;
}
.site-header .header-widget .menu li:last-child {
  border-right-width: 0;
}
.site-header .header-widget .menu li > a {
  display: block;
  padding: 0;
}
.site-header .header-widget .menu li > a > i {
  margin-right: 10px;
}
.site-header .header-widget .menu li .sub-menu {
  position: absolute;
  top: 90%;
  left: 0;
  z-index: -1;
  visibility: hidden;
  margin: 0;
  padding: 0;
  min-width: 150px;
  background-color: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  opacity: 0;
}
.site-header .header-widget .menu li .sub-menu.hover-back {
  right: 100%;
  left: auto !important;
}
.site-header .header-widget .menu li .sub-menu li {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  line-height: initial;
}
.site-header .header-widget .menu li .sub-menu li:hover {
  transform: translateX(5px);
}
.site-header .header-widget .menu li .sub-menu li a {
  display: block;
  padding: 8px 15px;
}
.site-header .header-widget .menu li .sub-menu li .sub-menu {
  top: -1px;
  left: 100%;
}
.site-header .header-tools {
  text-align: right;
  white-space: nowrap;
}
.site-header .header-tools > div {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
}
.site-header .header-tools section {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  margin-bottom: 0;
}
.site-header .header-tools .widget-title {
  display: none;
}
.site-header .header-tools .account {
  margin-right: 20px;
}
.site-header .header-tools .logged-in {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 14px;
}
.site-header .header-tools .avatar img {
  margin-right: 10px;
  border-radius: 50%;
  width: 30px;
}
.header-overlap .site-header:not(.sticky-header) {
  position: absolute;
  width: 100%;
  z-index: 100;
  background-color: transparent !important;
}

.sticky-header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  border-bottom: none;
  transform: translateY(-100%);
  transition: opacity 0.5s ease, transform 0.5s ease;
}
.sticky-header > .container > .row {
  display: table;
  margin: 0;
  width: 100%;
  min-height: 80px;
}
.sticky-header .header-widget {
  display: none !important;
}
.sticky-header.is-sticky {
  opacity: 1;
  transform: translateY(0);
  z-index: 999 !important;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.admin-bar .sticky-header.is-sticky {
  top: 32px;
}
.mobile-menu-opened .sticky-header:after, .mobile-wishlist-opened .sticky-header:after, .mobile-minicart-opened .sticky-header:after, .mobile-search-opened .sticky-header:after {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.4);
}

.site-header.header-menu-bottom,
.site-header.header-menu-bottom-wide {
  border-bottom: none;
}
.site-header.header-menu-bottom .site-menu-wrap,
.site-header.header-menu-bottom-wide .site-menu-wrap {
  display: none;
  max-height: 60px;
  border-top: 1px solid #eeeeee;
}
.site-header.header-menu-bottom .site-menu-wrap .site-menu,
.site-header.header-menu-bottom-wide .site-menu-wrap .site-menu {
  display: block;
}
.site-header.header-menu-bottom .site-menu-wrap .site-menu > ul > li,
.site-header.header-menu-bottom .site-menu-wrap .site-menu .menu > li,
.site-header.header-menu-bottom-wide .site-menu-wrap .site-menu > ul > li,
.site-header.header-menu-bottom-wide .site-menu-wrap .site-menu .menu > li {
  padding: 19px 25px;
}
.site-header.header-menu-bottom .site-menu-wrap .site-menu .menu li.page_item > .sub-menu,
.site-header.header-menu-bottom .site-menu-wrap .site-menu .menu li.page_item > .children,
.site-header.header-menu-bottom .site-menu-wrap .site-menu .menu li.menu-item > .sub-menu,
.site-header.header-menu-bottom .site-menu-wrap .site-menu .menu li.menu-item > .children,
.site-header.header-menu-bottom-wide .site-menu-wrap .site-menu .menu li.page_item > .sub-menu,
.site-header.header-menu-bottom-wide .site-menu-wrap .site-menu .menu li.page_item > .children,
.site-header.header-menu-bottom-wide .site-menu-wrap .site-menu .menu li.menu-item > .sub-menu,
.site-header.header-menu-bottom-wide .site-menu-wrap .site-menu .menu li.menu-item > .children {
  top: 120%;
}
.site-header.header-menu-bottom .site-menu-wrap .site-menu .menu li.page_item:hover > .sub-menu,
.site-header.header-menu-bottom .site-menu-wrap .site-menu .menu li.page_item:hover > .children,
.site-header.header-menu-bottom .site-menu-wrap .site-menu .menu li.menu-item:hover > .sub-menu,
.site-header.header-menu-bottom .site-menu-wrap .site-menu .menu li.menu-item:hover > .children,
.site-header.header-menu-bottom-wide .site-menu-wrap .site-menu .menu li.page_item:hover > .sub-menu,
.site-header.header-menu-bottom-wide .site-menu-wrap .site-menu .menu li.page_item:hover > .children,
.site-header.header-menu-bottom-wide .site-menu-wrap .site-menu .menu li.menu-item:hover > .sub-menu,
.site-header.header-menu-bottom-wide .site-menu-wrap .site-menu .menu li.menu-item:hover > .children {
  top: 100%;
}
.site-header.header-menu-bottom .site-menu-wrap .site-menu .menu .children li.page_item .children,
.site-header.header-menu-bottom .site-menu-wrap .site-menu .menu .children li.page_item .sub-menu,
.site-header.header-menu-bottom .site-menu-wrap .site-menu .menu .sub-menu li.menu-item .children,
.site-header.header-menu-bottom .site-menu-wrap .site-menu .menu .sub-menu li.menu-item .sub-menu,
.site-header.header-menu-bottom-wide .site-menu-wrap .site-menu .menu .children li.page_item .children,
.site-header.header-menu-bottom-wide .site-menu-wrap .site-menu .menu .children li.page_item .sub-menu,
.site-header.header-menu-bottom-wide .site-menu-wrap .site-menu .menu .sub-menu li.menu-item .children,
.site-header.header-menu-bottom-wide .site-menu-wrap .site-menu .menu .sub-menu li.menu-item .sub-menu {
  top: 0;
}

.main-container > .container,
.main-container > .site-content {
  padding-top: 30px;
}

.main-container.no-whitespace > .container,
.main-container.no-whitespace > .site-content {
  padding-top: 0;
}

.header-minicart {
  position: relative;
  padding-left: 23px;
}
.header-minicart > a.toggle {
  position: relative;
  font-size: 16px;
}
.header-minicart > a.toggle .minicart-text {
  position: absolute;
  top: -5px;
  left: calc(100% - 5px);
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  border-radius: 10px;
  z-index: 1;
  padding: 0 5px;
}
.header-minicart > a.toggle .minicart-devider,
.header-minicart > a.toggle .minicart-total {
  display: none;
}
.header-minicart .minicart-dropdown-wrapper {
  position: absolute;
  top: 180%;
  right: 0;
  z-index: 20;
  visibility: hidden;
  width: 320px;
  background-color: #ffffff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
  opacity: 0;
}
.header-minicart .widget_shopping_cart {
  margin-bottom: 0;
}
.header-minicart .widget_shopping_cart_content {
  padding: 20px;
}
.header-minicart .widget_shopping_cart .widget_minicart_title {
  display: block;
  font-weight: 600;
  text-transform: uppercase;
  color: #111111;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 5px;
}
.header-minicart .widget_shopping_cart .widget_minicart_title .undo {
  visibility: hidden;
  float: right;
  text-transform: none;
  font-weight: 400;
  font-size: 11px;
  opacity: 0;
}
.header-minicart .widget_shopping_cart .widget_minicart_title .undo.visible {
  visibility: visible;
  opacity: 1;
}
.header-minicart .widget_shopping_cart .widget_minicart_title .undo a {
  text-decoration: underline;
}
.header-minicart .widget_shopping_cart .widget_minicart_title .close-on-mobile {
  float: right;
  font-size: 0;
  margin-right: -20px;
  margin-top: -20px;
  color: #222222;
}
.header-minicart .widget_shopping_cart .widget_minicart_title .close-on-mobile:before {
  font-size: 50px;
  content: "\e680";
}
.header-minicart .product_list_widget {
  max-height: 330px;
}
.header-minicart .product_list_widget.loading:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  content: url(assets/images/loading.svg);
  transform: translate(-50%, -50%);
}
.header-minicart .product_list_widget.loading:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #ffffff;
  content: "";
  opacity: 0.9;
}

.mobile-menu-btn {
  margin-right: -10px;
}
.mobile-menu-btn svg {
  display: inline-block;
  vertical-align: -2px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transform: translate3d(0, 0, 0);
}
.mobile-menu-btn path {
  transition: stroke-dashoffset 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25), stroke-dasharray 0.5s cubic-bezier(0.25, -0.25, 0.75, 1.25);
  fill: none;
  stroke-width: 40px;
  stroke-linecap: round;
  stroke: #666666;
  stroke-dashoffset: 0;
}
.mobile-menu-btn path#top, .mobile-menu-btn path#bottom {
  stroke-dasharray: 240px 950px;
}
.mobile-menu-btn path#middle {
  stroke-dasharray: 240px 240px;
}
.mobile-menu-btn.is-active path#top,
.mobile-menu-btn.is-active path#bottom {
  stroke-dashoffset: -650px;
}
.mobile-menu-btn.is-active path#middle {
  stroke-dashoffset: -115px;
  stroke-dasharray: 1px 220px;
}

.site-mobile-menu {
  position: fixed;
  left: 0;
  z-index: 1000;
  display: block;
  overflow-y: auto;
  overflow-x: hidden;
  width: 270px;
  height: 100%;
  background-color: #f5f5f5;
  -webkit-overflow-scrolling: touch;
  transform: translate3d(-100%, 0, 0);
  transition: transform 0.25s ease, z-index 0.1s ease;
}
.mobile-menu-opened .site-mobile-menu {
  transform: translate3d(0, 0, 0);
}
.mobile-search-opened .site-mobile-menu {
  display: none;
}
.site-mobile-menu .menu > ul,
.site-mobile-menu .menu {
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-mobile-menu .menu-item-icon {
  margin-right: 10px;
}
.site-mobile-menu .menu > ul li.page_item,
.site-mobile-menu .menu li.menu-item {
  display: block;
  clear: both;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: 1px solid #e6e6e6;
  vertical-align: top;
}
.site-mobile-menu .menu > ul li.page_item.hide,
.site-mobile-menu .menu li.menu-item.hide {
  display: none;
}
.site-mobile-menu .menu > ul li.page_item.over > .children,
.site-mobile-menu .menu > ul li.page_item.over > .sub-menu,
.site-mobile-menu .menu li.menu-item.over > .children,
.site-mobile-menu .menu li.menu-item.over > .sub-menu {
  transform: translateX(0);
}
.site-mobile-menu .menu > ul li.page_item.mega-menu .sub-menu .menu-item-object-ic_mega_menu,
.site-mobile-menu .menu li.menu-item.mega-menu .sub-menu .menu-item-object-ic_mega_menu {
  padding-top: 20px;
  padding-bottom: 20px;
}
.site-mobile-menu .menu > ul li.page_item.mega-menu .sub-menu .menu-item-object-ic_mega_menu .open-child,
.site-mobile-menu .menu li.menu-item.mega-menu .sub-menu .menu-item-object-ic_mega_menu .open-child {
  display: none;
}
.site-mobile-menu .menu > ul li.page_item.mega-menu .sub-menu .mega-menu-content,
.site-mobile-menu .menu li.menu-item.mega-menu .sub-menu .mega-menu-content {
  padding: 0;
}
.site-mobile-menu .menu > ul li.page_item.page_item_has_children, .site-mobile-menu .menu > ul li.page_item.menu-item-has-children,
.site-mobile-menu .menu li.menu-item.page_item_has_children,
.site-mobile-menu .menu li.menu-item.menu-item-has-children {
  padding-right: 0;
}
.site-mobile-menu .menu > ul li.page_item > a,
.site-mobile-menu .menu li.menu-item > a {
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 40px;
  z-index: 1;
}
.site-mobile-menu .menu > ul li.page_item .open-child,
.site-mobile-menu .menu li.menu-item .open-child {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  float: right;
  font-size: 0;
  line-height: 0;
  z-index: 2;
  background-color: rgba(239, 239, 239, 0.8);
  padding-right: 20px;
  padding-left: 20px;
}
.site-mobile-menu .menu > ul li.page_item .open-child:before,
.site-mobile-menu .menu li.menu-item .open-child:before {
  display: block;
  color: #cccccc;
  font-size: 20px;
  line-height: 40px;
  content: "\f105";
}
.site-mobile-menu .menu > ul > li .children,
.site-mobile-menu .menu > li .sub-menu {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  float: left;
  margin: 0;
  padding: 0;
  min-height: 100% !important;
  width: 100% !important;
  height: 100vh !important;
  background-color: #f5f5f5;
  list-style: none;
  transform: translateX(100%);
}
.site-mobile-menu .menu-back {
  position: relative;
  display: block;
  text-align: center;
  background-color: #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.site-mobile-menu .menu-back a {
  text-transform: uppercase;
  font-weight: 600;
  line-height: 40px;
  opacity: 0.5;
}
.site-mobile-menu .menu-back:before {
  position: absolute;
  top: 0;
  left: 15px;
  display: inline-block;
  font-size: 20px;
  line-height: 39px;
  content: "\f104";
}

.site-mobile-menu #searchform {
  position: relative;
  padding: 10px;
  background-color: #e6e6e6;
}
.site-mobile-menu #searchform input[type=text] {
  padding: 9px 15px;
}
.site-mobile-menu #searchform button, .site-mobile-menu #searchform .tm-robin-button {
  position: absolute;
  top: 50%;
  right: 20px;
  background-color: transparent;
  border: none;
  color: #aaaaaa;
  font-size: 0;
  padding: 0;
  transform: translateY(-50%);
}
.site-mobile-menu #searchform button:after, .site-mobile-menu #searchform .tm-robin-button:after {
  font-size: 18px;
  line-height: 40px;
  content: "\f002";
}

.nice-select:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: auto;
  height: auto;
  border: none;
  pointer-events: none;
  color: #333333;
  transform: translateY(-50%);
  margin-top: 0;
  content: "\f107";
}

.nice-select.open:after {
  transform: rotate(0) translateY(-50%);
  content: "\f106";
}

.nice-select .list {
  border-radius: 0;
  margin-top: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  transform: translateY(0);
}

.nice-select .option {
  min-height: 0;
  line-height: initial;
  padding: 8px 15px;
}
.nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
  background-color: #ffffff;
}
.nice-select .option:hover {
  transform: translate(5px);
}
.nice-select .option.selected {
  font-weight: 400;
}

#page-container {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
#page-container:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 0;
  height: 0;
  opacity: 0;
  transition: opacity 0.3s linear;
  background: rgba(11, 11, 11, 0.4);
}
body.mobile-menu-opened #page-container:after, body.mobile-wishlist-opened #page-container:after, body.mobile-minicart-opened #page-container:after, body.quick-view-opened #page-container:after {
  width: 100%;
  height: 100%;
  opacity: 1;
}
body.mobile-search-opened #page-container:after {
  z-index: -1;
}
body.quick-view-opened #page-container:after {
  display: block;
  z-index: 999;
}
.body-boxed #page-container {
  margin: 0 auto;
  max-width: 1200px;
}

.page-title {
  position: relative;
  text-align: center;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 30px 0;
}
.page-title.has-margin-bottom {
  margin-bottom: 30px;
}
.page-title.page-title-bg_color {
  background-image: none;
}
.page-title.page-title-bg_color:before {
  display: none;
}
.page-title:before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.page-title > .container > .row {
  -ms-flex-align: center;
      align-items: center;
}

.page-title h1 {
  font-size: 30px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 10px;
}

.page-title + .container,
.page-title + .site-content {
  padding-top: 0 !important;
}

/**
 * Post Navigation
 */
.post-nav__prev-item,
.post-nav__next-item {
  width: 30px;
  height: 30px;
  line-height: 28px;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  margin-top: 10px;
}
.site-breadcrumbs .post-nav__prev-item:hover > a,
.site-breadcrumbs .post-nav__next-item:hover > a {
  color: #ffffff;
  border-color: #111111;
  background-color: #111111;
}
.page-title .post-nav__prev-item:hover .item-wrapper a,
.page-title .post-nav__next-item:hover .item-wrapper a {
  color: #111111 !important;
}
.post-nav__prev-item:hover .item-wrapper,
.post-nav__next-item:hover .item-wrapper {
  opacity: 1;
  visibility: visible;
}
.post-nav__prev-item > a,
.post-nav__next-item > a {
  display: block;
  border: 1px solid #eeeeee;
}
.post-nav__prev-item .item-wrapper,
.post-nav__next-item .item-wrapper {
  display: none;
  position: absolute;
  top: 120%;
  min-width: 250px;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  background-color: #ffffff;
  border: 1px solid #efefef;
  transition-duration: 0.2s;
}
.post-nav__prev-item .item-wrapper a,
.post-nav__next-item .item-wrapper a {
  display: table;
  width: 100%;
  padding: 10px;
}
.post-nav__prev-item .item-wrapper div,
.post-nav__next-item .item-wrapper div {
  display: table-cell;
  vertical-align: top;
  line-height: 1;
}
.post-nav__prev-item .item-wrapper div:first-of-type,
.post-nav__next-item .item-wrapper div:first-of-type {
  width: 70px;
  padding-right: 10px;
}
.post-nav__prev-item .item-wrapper div.title,
.post-nav__next-item .item-wrapper div.title {
  font-weight: 500;
  font-size: 0.9em;
  line-height: 1.2;
}
.post-nav__prev-item .item-wrapper span.price,
.post-nav__next-item .item-wrapper span.price {
  display: block;
  font-weight: 400;
  margin-top: 10px;
}

.page-title .post-nav__prev-item .item-wrapper {
  left: 20px;
}
.page-title .post-nav__prev-item:hover .item-wrapper {
  left: 0;
}
.site-breadcrumbs .post-nav__prev-item .item-wrapper {
  right: -20px;
}
.site-breadcrumbs .post-nav__prev-item:hover .item-wrapper {
  right: 0;
}

.post-nav__next-item {
  margin-left: 5px;
}
.page-title .post-nav__next-item .item-wrapper {
  right: 20px;
}
.site-breadcrumbs .post-nav__next-item .item-wrapper {
  right: 20px;
}
.post-nav__next-item:hover .item-wrapper {
  right: 0;
}

.tm-robin-pagination, .woocommerce-pagination {
  margin-bottom: 100px;
}

.tm-robin-pagination ul.page-numbers, .woocommerce-pagination ul.page-numbers {
  font-size: 0;
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.tm-robin-pagination ul li, .woocommerce-pagination ul li {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-size: 14px;
  width: 40px;
  line-height: 38px;
  margin-right: 5px;
}

.tm-robin-pagination ul li span, .woocommerce-pagination ul li span {
  display: block;
}

.tm-robin-pagination .current, .woocommerce-pagination .current {
  color: #ffffff;
  border: 1px solid #444444;
  background-color: #444444;
}

.tm-robin-pagination ul li a, .woocommerce-pagination ul li a {
  display: block;
  border: 1px solid #444444;
  background-color: #ffffff;
}
.tm-robin-pagination ul li a:hover, .woocommerce-pagination ul li a:hover {
  color: #ffffff;
  background-color: #444444;
}

.woocommerce-pagination {
  margin-top: 30px;
}
.woocommerce-pagination .next,
.woocommerce-pagination .prev {
  font-size: 0;
}
.woocommerce-pagination .next:before,
.woocommerce-pagination .prev:before {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}
.woocommerce-pagination .next:before {
  content: "\f105";
}
.woocommerce-pagination .prev:before {
  content: "\f104";
}

.post {
  margin-bottom: 60px;
}
.post.masonry-item {
  padding: 0 15px;
}
.post.masonry-item.grid-sizer-2 {
  width: 50%;
}
.post.masonry-item.grid-sizer-3 {
  width: 33.333333%;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
  display: none;
}

.post-audio iframe {
  width: 100%;
  height: 150px;
}

.post_format-post-format-quote .entry-body {
  display: none;
}

.post-quote {
  position: relative;
  background: #f7f7f7;
  padding: 63px 20px 52px;
}
.post-quote > h2 {
  position: relative;
  font-size: 30px;
  z-index: 1;
  margin-top: 0;
}

.post-quote:before {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEsAAABCCAMAAAAon9sQAAAAM1BMVEUAAADu7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u7u6Q4Jt8AAAAEHRSTlMAECAwQFBgcICQoLDA0ODwVOCoyAAAAWlJREFUeAHt19Gq5CAQhOEycUzHdLTf/2n3cteZ1So4A4eB+W8DnyghaeExr+PfLBZlAEsrkmwd1MqydVLrkC2n1ilbnVouW5GY1XQrMyt0q1Brly2jVpati1omW/5Gq1PLZSveae3M6rqVmRW6Vai1yZZRK/+KdVHrkC2nlv2K1al1ylZQyz/f2t5oZTwXYzemuWCNfa2v9SFW+4GVY8x1a/+BRU/DFhPrWKJWXQw6Yw+6gxZjj6l1vv4fx/bFDEBWNbbFPqUy+6xu8dQlvxGRMHYtLzHjyZOPeQn1uFKPp4xR94y6yapHhLjF/V6vuvniLjqULF4rfx+XK/5TxWu59umMbGbXzYdVAMWs+nLk02YvctNsIFZLspWZtUO1ThCrQLVuEKtCte5ErApiDdTSOqBanrC0eoZqGbC0aoJo3RlLy3dAs1oBFlavG6BZ1wOYW60OjxdWv0qa/X2bV8sJALW6u5XJKfwBmBPAfVq03noAAAAASUVORK5CYII=);
  position: absolute;
  top: 0;
  left: -15px;
  z-index: 0;
}

.post-quote .source-name {
  position: relative;
  font-weight: 600;
}
.post-quote .source-name a.source {
  color: currentColor;
}
.post-quote .source-name span {
  position: relative;
  color: #111111;
  margin-right: 5px;
  padding-left: 35px;
}
.post-quote .source-name span:before {
  background: currentColor;
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 30px;
  height: 1px;
}
.post-quote .source-name span:after {
  content: ".";
}
.post-quote .source-name em {
  color: #999999;
  font-style: italic;
  font-size: 13px;
  font-weight: 400;
}
.post-quote .source-name a.post-link {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 20px;
}
.grid-container .post-quote .source-name a.post-link, .masonry-container .post-quote .source-name a.post-link, .post-related .post-quote .source-name a.post-link, .col-lg-4 .post-quote .source-name a.post-link {
  position: relative;
  bottom: auto;
  right: auto;
  display: block;
  margin-top: 20px;
}
.masonry-item .post-quote .source-name em {
  display: block;
}

.entry-thumbnail {
  margin-bottom: 20px;
}
.post-related .entry-thumbnail {
  margin-bottom: 20px;
}
.entry-thumbnail .slick-slider.slider {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, height 0.4s ease;
}
.entry-thumbnail .slick-slider.slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}
.entry-thumbnail .slick-slider.slider img {
  margin: 0 auto;
}
.entry-thumbnail .slick-slider.slider .slick-slide a {
  margin: 0;
}
.entry-thumbnail .slick-slider.slider .slick-arrow {
  opacity: 0.6;
  visibility: visible;
}
.entry-thumbnail .slick-slider.slider .slick-arrow.slick-prev {
  left: 0;
}
.entry-thumbnail .slick-slider.slider .slick-arrow.slick-next {
  right: 0;
}
.entry-thumbnail .slick-slider.slider .single-image a:focus {
  outline: none;
}

.entry-title {
  font-size: 22px;
  line-height: 1.5;
  word-wrap: break-word;
  margin-top: 0;
  margin-bottom: 10px;
}
.post.sticky .entry-title a:before {
  content: "\f0c6";
  margin-right: 10px;
}
.single .entry-title {
  font-size: 30px;
}
.post-related .post .entry-title {
  font-size: 18px;
  margin-bottom: 10px;
}

.entry-meta {
  margin-bottom: 15px;
}
.entry-meta span {
  display: inline-block;
  line-height: 1.3em;
  border-right: 1px solid #222222;
  margin-right: 5px;
  padding-right: 8px;
}
.entry-meta span:last-of-type {
  border: none;
  margin: 0;
  padding: 0;
}
.single .entry-meta {
  margin-bottom: 20px;
}

.entry-content {
  word-wrap: break-word;
  margin-bottom: 20px;
}
.single .entry-content {
  margin-bottom: 40px;
}

.page-links {
  margin-bottom: 15px;
}
.page-links > span {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}
.page-links > span:not(.page-links-title) {
  border-bottom: 1px dotted #666666;
}
.page-links a {
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

.readmore-button {
  font-size: 16px;
  font-weight: 600;
}
.readmore-button:after {
  font-size: 14px;
  vertical-align: -1px;
  margin-left: 7px;
  content: "\f0da";
}

.post-related {
  margin-bottom: 15px;
}

.post-related__title {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
}

.post-single-hr {
  margin: 22px 0 32px 0;
}

.share-list {
  margin-bottom: 0;
}

.share-list__title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
}

.share-list__item {
  font-size: 18px;
}

.share-list__item > a {
  color: currentColor;
}

.share-list__item:not(:last-child) {
  margin-right: 15px;
}

.header-search.search-open .toggle > i:before {
  font-size: 35px;
  content: "\e680";
}
.header-search.search-loading .toggle > i:before {
  margin-right: 15px;
  content: url(assets/images/loading.svg);
  line-height: 0;
  transform: scale(2);
}
.header-search.search-loading .ajax-search-notice {
  display: block !important;
  content: url(assets/images/loading.svg);
  transform: translate(-50%, -50%) scale(3);
}
.header-search.search-loading .autocomplete-suggestions {
  opacity: 0;
  visibility: hidden;
}
.header-search > a.toggle {
  font-size: 16px;
}
.header-search > a.toggle > i:before {
  display: inline-block;
}
.header-search .search-form-wrapper {
  position: absolute;
  z-index: 20;
  display: none;
}
.header-search .search-form-wrapper .search-form {
  display: table;
  width: 100%;
}
.header-search .search-form-wrapper .search-form.has-categories-select input.search-input {
  border-right: 1px solid #eeeeee;
}
.header-search .search-form-wrapper input.search-input {
  display: table-cell;
  padding: 0 20px;
  width: 100%;
  border: none;
  border-right: 1px solid #eeeeee;
  background-color: #ffffff;
  vertical-align: middle;
  height: 100%;
}
.header-search .search-form-wrapper select#product-cat {
  display: none;
}
.header-search .search-form-wrapper .select2 {
  display: table-cell;
  width: 30% !important;
  border-right: 1px solid #eeeeee;
  vertical-align: middle;
}
.header-search .search-form-wrapper .select2-container--default .select2-selection--single {
  border: none;
}
.header-search .search-form-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-right: 30px;
  padding-left: 30px;
  color: #999999;
}
.header-search .search-form-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered:after {
  position: absolute;
  top: 50%;
  right: 30px;
  font-size: 18px;
  content: "\f107";
  transform: translateY(-50%);
}
.header-search .search-form-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
.header-search .search-dropdown-wrapper {
  background-color: #ffffff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
}
.header-search .search-dropdown-wrapper.only-results {
  display: none;
}
.header-search .search-dropdown-wrapper > .row > [class*=col-] {
  padding: 0;
}
.header-search .search-dropdown-wrapper > .row > [class*=col-]:first-child {
  border-right: 1px solid #eeeeee;
}

.ajax-results-wrapper {
  min-height: 320px;
  height: 100%;
}
.ajax-results-wrapper .ajax-search-notice {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  margin-bottom: 0;
  color: #dcdcdc;
  text-align: center;
  font-size: 20px;
  transform: translate(-50%, -50%);
}
.ajax-results-wrapper .ajax-search-notice:before {
  display: block;
  margin-bottom: 20px;
  font-size: 60px;
  content: "\f002";
}
.ajax-results-wrapper .robin-scroller-pane {
  z-index: 2;
}
.ajax-results-wrapper .search-view-all {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  text-align: right;
  text-transform: uppercase;
  font-weight: 600;
  background-color: transparent;
  padding: 10px 20px;
}
.ajax-results-wrapper .search-view-all .suggestion-title {
  font-size: 14px;
}
.ajax-results-wrapper .autocomplete-suggestions {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-height: 100% !important;
  width: 100% !important;
  z-index: 1 !important;
  background-color: #ffffff;
  padding: 40px 20px 0;
}
.ajax-results-wrapper .autocomplete-suggestion {
  display: inline-block;
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
  border-top: 1px solid #eeeeee;
  vertical-align: top;
  cursor: pointer;
  padding: 20px;
}
.ajax-results-wrapper .autocomplete-suggestion.autocomplete-selected {
  background-color: #fafafa;
}
.ajax-results-wrapper .autocomplete-suggestion:last-child {
  border-bottom: 1px solid #eeeeee;
}
.ajax-results-wrapper .autocomplete-suggestion > div {
  display: table-cell;
  vertical-align: top;
}
.ajax-results-wrapper .suggestion-thumb {
  padding-right: 20px;
  width: 130px;
  min-width: 130px;
}
.ajax-results-wrapper .suggestion-title {
  display: block;
  white-space: normal;
  font-weight: 600;
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 15px;
}
.ajax-results-wrapper .suggestion-title ins {
  border-bottom: 2px solid transparent;
}
.ajax-results-wrapper .suggestion-sku ins {
  border-bottom: 2px solid transparent;
}
.ajax-results-wrapper .suggestion-sku,
.ajax-results-wrapper .suggestion-price {
  display: block;
  margin-bottom: 10px;
  font-weight: 300;
  font-size: 18px;
}

.search-widget-area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.col-xl-12 .search-widget-area section.widget {
  width: 25%;
}
.search-widget-area section.widget {
  vertical-align: top;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 0;
  max-height: 450px;
  width: 50%;
  border-right: 1px solid #eeeeee;
  padding: 40px;
}

.header-search.search-full-header.search-open .toggle {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 21;
  transform: translateY(-50%);
}
.body-boxed .header-search.search-full-header.search-open .toggle {
  right: 0;
}
.header-search.search-full-header .search-form-wrapper {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fafafa;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
}
.header-search.search-full-header .search-dropdown-wrapper .col-xl-12 .autocomplete-suggestion {
  -ms-flex: 0 0 25%;
      flex: 0 0 25%;
  max-width: 25%;
  border: none;
}
.header-search.search-full-header .search-form {
  height: 100%;
}
.header-search.search-full-header input.search-input {
  background-color: #fafafa;
  font-size: 30px;
}
.header-search.search-full-header button#search-btn, .header-search.search-full-header #search-btn.tm-robin-button {
  visibility: hidden;
  padding: 0 7px;
  font-size: 0;
  pointer-events: none;
}
.header-search.search-full-header .select2 {
  background-color: #fafafa;
  font-size: 30px;
}
.header-search.search-full-header .select2-container .select2-selection--single {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  height: 100%;
  background-color: transparent;
}
.header-search.search-full-header .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: 1.5;
  background-color: #fafafa;
}
.header-search.search-full-header .select2-selection:focus {
  outline: none;
}
.sticky-header.is-sticky .header-search.search-full-header.search-open .toggle {
  top: 60%;
}
.site-header.header-menu-bottom .header-search.search-full-header .search-form-wrapper {
  max-height: 90px;
}
.site-header.header-menu-bottom .header-search.search-full-header.search-open .toggle {
  top: 10px;
  transform: translateY(0);
}

.sticky-header .header-search.search-full-screen .search-form-wrapper {
  top: 120px;
}
.sticky-header .header-search.search-full-screen .search-form-wrapper:after {
  height: 100vh;
}
.header-search.search-full-screen.search-open .toggle {
  position: fixed;
  top: 20px;
  right: 10px;
  z-index: 21;
  color: #ffffff;
}
.header-search.search-full-screen.search-open .toggle > i:before {
  font-size: 70px;
}
.admin-bar .header-search.search-full-screen.search-open .toggle {
  top: 52px;
}
.header-search.search-full-screen .search-form-wrapper {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fafafa;
}
.header-search.search-full-screen .search-form-wrapper:after {
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  content: "";
}
.header-search.search-full-screen .search-dropdown-wrapper {
  width: 70%;
}
.header-search.search-full-screen .search-dropdown-wrapper .col-xl-6 .autocomplete-suggestion {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}
.header-search.search-full-screen .search-dropdown-wrapper .col-xl-12 .autocomplete-suggestion {
  -ms-flex: 0 0 50%;
      flex: 0 0 50%;
  max-width: 50%;
  border: none;
}
.header-search.search-full-screen .search-form {
  margin: 0 auto;
  width: 70%;
  height: 90px;
}
.header-search.search-full-screen input.search-input {
  background-color: #fafafa;
  font-size: 24px;
}
.header-search.search-full-screen .select2 {
  background-color: #fafafa;
  font-size: 24px;
}
.header-search.search-full-screen .select2-container .select2-selection--single {
  height: 100%;
  outline: none;
  background-color: transparent;
}
.header-search.search-full-screen .select2-container .select2-selection--single .select2-selection__rendered {
  background-color: #fafafa;
}
.header-search.search-full-screen button#search-btn, .header-search.search-full-screen #search-btn.tm-robin-button {
  display: none;
}

.header-search.search-dropdown {
  position: relative;
}
.header-search.search-dropdown.search-open .toggle > i:before {
  font-size: 30px;
}
.header-search.search-dropdown.search-loading .toggle > i:before {
  margin-top: 13px;
  margin-right: 5px;
  transform: scale(1);
}
.header-search.search-dropdown.search-loading .ajax-search-notice {
  transform: translate(-50%, -50%) scale(0.1);
}
.header-search.search-dropdown .search-form-wrapper {
  right: 0;
  width: 500px;
}
.header-search.search-dropdown .search-form {
  padding: 10px;
  background-color: #f2f2f2;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
}
.header-search.search-dropdown .search-form.has-categories-select button#search-btn, .header-search.search-dropdown .search-form.has-categories-select #search-btn.tm-robin-button {
  width: 100%;
}
.header-search.search-dropdown .search-form.has-categories-select input.search-input {
  width: 100%;
}
.header-search.search-dropdown input.search-input {
  border: none;
  height: 44px;
  width: 70%;
}
.header-search.search-dropdown .select2 {
  height: 44px;
  border-right-width: 0;
  border-left-width: 0;
}
.header-search.search-dropdown .select2-container--default .select2-selection--single {
  height: auto;
  border-radius: 0;
  padding: 0;
}
.header-search.search-dropdown .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 44px;
  padding: 0 15px;
}
.header-search.search-dropdown .select2-container--default .select2-selection--single .select2-selection__rendered:after {
  right: 10px;
}
.header-search.search-dropdown .ajax-results-wrapper .ajax-search-notice {
  width: 70%;
  font-size: 14px;
}
.header-search.search-dropdown .ajax-results-wrapper .ajax-search-notice:before {
  font-size: 40px;
}
.header-search.search-dropdown .ajax-results-wrapper .autocomplete-suggestions {
  padding: 40px 0 0;
}
.header-search.search-dropdown .ajax-results-wrapper .autocomplete-suggestion {
  display: block;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
  padding: 15px 20px;
}
.header-search.search-dropdown .ajax-results-wrapper .suggestion-title {
  font-size: 16px;
}
.header-search.search-dropdown .ajax-results-wrapper .suggestion-sku,
.header-search.search-dropdown .ajax-results-wrapper .suggestion-price {
  font-size: 14px;
}
.header-search.search-dropdown button#search-btn, .header-search.search-dropdown #search-btn.tm-robin-button {
  display: table-cell;
  height: 44px;
  width: 30%;
  border: none;
  border-radius: 0;
  padding: 10px;
}
.select2-dropdown {
  border-radius: 0;
  border: 1px solid #eee;
  box-sizing: border-box;
  display: block;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.select2-search--dropdown {
  padding: 10px 15px;
}

.select2-container--default .select2-selection--single {
  outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  outline: none;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  padding: 10px;
  background-color: transparent;
  border: 1px solid #eeeeee;
}
.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border-color: #c7c7c7;
}

.select2-results__option {
  padding: 10px 15px;
}
.select2-results__option span {
  display: inline-block;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: transparent;
  color: #111111;
  font-weight: 500;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #fbfbfb;
  color: #111111;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] span {
  transform: translateX(10px);
}

.site-menu {
  position: relative;
  display: table-cell;
  vertical-align: middle;
}
.site-menu.menu-align-center {
  text-align: center;
}
.site-menu.menu-align-right {
  text-align: right;
}
.site-menu .menu > ul,
.site-menu .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0;
}
.site-menu .menu-item-icon {
  margin-right: 10px;
}
.site-menu .menu > ul > li,
.site-menu .menu > li {
  position: relative;
  display: inline-block;
  padding: 0 25px;
  vertical-align: top;
  font-size: 14px;
}
.site-menu .menu > ul > li > a,
.site-menu .menu > li > a {
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.site-menu .menu > ul > li > a:after,
.site-menu .menu > li > a:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #fab200;
  transform: translateX(-50%);
}
.site-menu .menu > ul > li > a > i,
.site-menu .menu > li > a > i {
  margin-right: 10px;
}
.site-menu .menu li.page_item:hover > a:after,
.site-menu .menu li.menu-item:hover > a:after {
  width: 100%;
}
.site-menu .menu li.page_item:hover > .children,
.site-menu .menu li.page_item:hover > .sub-menu,
.site-menu .menu li.menu-item:hover > .children,
.site-menu .menu li.menu-item:hover > .sub-menu {
  top: 100%;
  z-index: 999;
  visibility: visible;
  opacity: 1;
}
.site-menu .menu li.page_item.page_item_has_children > a, .site-menu .menu li.page_item.menu-item-has-children > a,
.site-menu .menu li.menu-item.page_item_has_children > a,
.site-menu .menu li.menu-item.menu-item-has-children > a {
  padding-right: 10px;
}
.site-menu .menu li.page_item.page_item_has_children > a:before, .site-menu .menu li.page_item.menu-item-has-children > a:before,
.site-menu .menu li.menu-item.page_item_has_children > a:before,
.site-menu .menu li.menu-item.menu-item-has-children > a:before {
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: -2px;
  opacity: 0.6;
  transform: translateY(-50%);
  content: "\f107";
}
.site-menu .menu li.current_page_item > a:after,
.site-menu .menu li.current-menu-item > a:after {
  width: 100%;
}
.site-menu .menu > ul > li .children,
.site-menu .menu > li .sub-menu {
  position: absolute;
  top: 120%;
  left: 0;
  z-index: -1;
  visibility: hidden;
  margin: 0;
  width: 200px;
  background-color: #ffffff;
  box-shadow: -2px 2px 81px -27px rgba(0, 0, 0, 0.29);
  list-style: none;
  text-align: left;
  opacity: 0;
  padding: 10px 0;
  transition: opacity 0.3s ease, visibility 0.3s ease, top 0.5s ease, z-index 0.1s ease;
}
.site-menu .menu > ul > li .children.hover-back,
.site-menu .menu > li .sub-menu.hover-back {
  right: 0;
  left: auto;
}
.site-menu .menu > ul > li .children li.page_item,
.site-menu .menu > li .sub-menu li.menu-item {
  position: relative;
  display: block;
  line-height: 1.5;
}
.site-menu .menu > ul > li .children li.page_item.page_item_has_children > a:before, .site-menu .menu > ul > li .children li.page_item.menu-item-has-children > a:before,
.site-menu .menu > li .sub-menu li.menu-item.page_item_has_children > a:before,
.site-menu .menu > li .sub-menu li.menu-item.menu-item-has-children > a:before {
  display: none;
}
.site-menu .menu > ul > li .children li.page_item.page_item_has_children:after, .site-menu .menu > ul > li .children li.page_item.menu-item-has-children:after,
.site-menu .menu > li .sub-menu li.menu-item.page_item_has_children:after,
.site-menu .menu > li .sub-menu li.menu-item.menu-item-has-children:after {
  position: absolute;
  top: 50%;
  right: 10px;
  color: #dddddd;
  font-size: 16px;
  background-color: transparent !important;
  margin: -1px;
  transform: translateY(-50%);
  content: "\f105";
}
.site-menu .menu > ul > li .children li.page_item.page_item_has_children.has-hover-back:after, .site-menu .menu > ul > li .children li.page_item.menu-item-has-children.has-hover-back:after,
.site-menu .menu > li .sub-menu li.menu-item.page_item_has_children.has-hover-back:after,
.site-menu .menu > li .sub-menu li.menu-item.menu-item-has-children.has-hover-back:after {
  content: "\f104";
}
.site-menu .menu > ul > li .children li.page_item.page_item_has_children.has-hover-back > a, .site-menu .menu > ul > li .children li.page_item.menu-item-has-children.has-hover-back > a,
.site-menu .menu > li .sub-menu li.menu-item.page_item_has_children.has-hover-back > a,
.site-menu .menu > li .sub-menu li.menu-item.menu-item-has-children.has-hover-back > a {
  padding-left: 25px;
}
.site-menu .menu > ul > li .children li.page_item.current_page_item:before, .site-menu .menu > ul > li .children li.page_item.current-menu-item:before,
.site-menu .menu > li .sub-menu li.menu-item.current_page_item:before,
.site-menu .menu > li .sub-menu li.menu-item.current-menu-item:before {
  opacity: 1 !important;
  width: 12px !important;
}
.site-menu .menu > ul > li .children li.page_item.current_page_item > a, .site-menu .menu > ul > li .children li.page_item.current-menu-item > a,
.site-menu .menu > li .sub-menu li.menu-item.current_page_item > a,
.site-menu .menu > li .sub-menu li.menu-item.current-menu-item > a {
  transform: translate(5px);
}
.site-menu .menu > ul > li .children li.page_item:not(.menu-item-object-ic_mega_menu):before,
.site-menu .menu > li .sub-menu li.menu-item:not(.menu-item-object-ic_mega_menu):before {
  opacity: 0;
  content: "";
  height: 1px;
  width: 0;
  position: absolute;
  top: 50%;
  left: 14px;
  margin-right: 5px;
}
.site-menu .menu > ul > li .children li.page_item:hover:before,
.site-menu .menu > li .sub-menu li.menu-item:hover:before {
  opacity: 1;
  width: 12px;
}
.site-menu .menu > ul > li .children li.page_item:hover > a,
.site-menu .menu > li .sub-menu li.menu-item:hover > a {
  transform: translate(5px);
}
.site-menu .menu > ul > li .children li.page_item:hover > .children,
.site-menu .menu > ul > li .children li.page_item:hover > .sub-menu,
.site-menu .menu > li .sub-menu li.menu-item:hover > .children,
.site-menu .menu > li .sub-menu li.menu-item:hover > .sub-menu {
  left: 100%;
}
.site-menu .menu > ul > li .children li.page_item:hover > .children.hover-back,
.site-menu .menu > ul > li .children li.page_item:hover > .sub-menu.hover-back,
.site-menu .menu > li .sub-menu li.menu-item:hover > .children.hover-back,
.site-menu .menu > li .sub-menu li.menu-item:hover > .sub-menu.hover-back {
  right: 100%;
}
.site-menu .menu > ul > li .children li.page_item a,
.site-menu .menu > li .sub-menu li.menu-item a {
  display: block;
  padding: 12px 30px;
}
.site-menu .menu > ul > li .children li.page_item .children,
.site-menu .menu > ul > li .children li.page_item .sub-menu,
.site-menu .menu > li .sub-menu li.menu-item .children,
.site-menu .menu > li .sub-menu li.menu-item .sub-menu {
  top: 0;
  left: 110%;
}
.site-menu .menu > ul > li .children li.page_item .children.hover-back,
.site-menu .menu > ul > li .children li.page_item .sub-menu.hover-back,
.site-menu .menu > li .sub-menu li.menu-item .children.hover-back,
.site-menu .menu > li .sub-menu li.menu-item .sub-menu.hover-back {
  right: 110%;
  left: auto;
}
.site-menu .menu > ul > li .children li.page_item .children.hover-back li.page_item_has_children:after,
.site-menu .menu > ul > li .children li.page_item .children.hover-back li.menu-item-has-children:after,
.site-menu .menu > ul > li .children li.page_item .sub-menu.hover-back li.page_item_has_children:after,
.site-menu .menu > ul > li .children li.page_item .sub-menu.hover-back li.menu-item-has-children:after,
.site-menu .menu > li .sub-menu li.menu-item .children.hover-back li.page_item_has_children:after,
.site-menu .menu > li .sub-menu li.menu-item .children.hover-back li.menu-item-has-children:after,
.site-menu .menu > li .sub-menu li.menu-item .sub-menu.hover-back li.page_item_has_children:after,
.site-menu .menu > li .sub-menu li.menu-item .sub-menu.hover-back li.menu-item-has-children:after {
  content: "\f104";
}
.site-menu .menu > ul > li .children li.page_item .children.hover-back li.page_item_has_children > a,
.site-menu .menu > ul > li .children li.page_item .children.hover-back li.menu-item-has-children > a,
.site-menu .menu > ul > li .children li.page_item .sub-menu.hover-back li.page_item_has_children > a,
.site-menu .menu > ul > li .children li.page_item .sub-menu.hover-back li.menu-item-has-children > a,
.site-menu .menu > li .sub-menu li.menu-item .children.hover-back li.page_item_has_children > a,
.site-menu .menu > li .sub-menu li.menu-item .children.hover-back li.menu-item-has-children > a,
.site-menu .menu > li .sub-menu li.menu-item .sub-menu.hover-back li.page_item_has_children > a,
.site-menu .menu > li .sub-menu li.menu-item .sub-menu.hover-back li.menu-item-has-children > a {
  padding-left: 25px;
}

.site-menu .menu > li.mega-menu .sub-menu {
  padding: 0;
}
.site-menu .menu > li.mega-menu .sub-menu li.menu-item a {
  display: inline-block;
  padding: 0;
}

.social-links {
  font-size: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.social-links li {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}
.social-links li:last-child {
  margin-right: 0;
}
.social-links li a {
  position: relative;
  display: inline-block;
  font-size: 0;
}
.social-links li i {
  vertical-align: middle;
  text-align: center;
  font-size: 13px;
}
.social-links li span.title {
  text-align: left;
  display: inline-block;
  margin-right: 10px;
  padding-right: 15px;
  font-size: 13px;
}
.social-links .title {
  font-weight: 400;
}
.topbar .social-links {
  margin-left: 20px;
}
.topbar .social-links li:last-child.has-title .title {
  padding-right: 5px;
}
.topbar .social-links li i {
  font-size: 14px;
  line-height: 50px;
  margin-right: 0;
}
.topbar .social-links li span.title {
  line-height: 50px;
}
.site-mobile-menu .social-links {
  margin-top: 30px;
  text-align: center;
}
.site-mobile-menu .social-links li {
  margin-right: 15px;
}
.site-mobile-menu .social-links li:last-of-type {
  margin-right: 0;
}
.site-mobile-menu .social-links li i {
  line-height: 30px;
  font-size: 15px;
}
.site-mobile-menu .social-links li span.title {
  line-height: 30px;
  margin-left: 5px;
  margin-right: 0;
  padding-right: 0;
}

.social-links--large li i {
  font-size: 18px;
}
.social-links--large li + li {
  margin-left: 18px;
}

.social-list {
  list-style: none;
  padding: 0;
}

.social-list__item {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
}

.social-list__link {
  font-size: 0;
  display: inline-block;
  color: currentColor;
}

.social-list__icon.social-list__icon {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
}

/* Switcher Menu */
.switcher-menu {
  border-right: 1px solid #eeeeee;
}
.switcher-menu:first-child {
  border-left: 1px solid #eeeeee;
}
.switcher-menu ul {
  padding-left: 0;
  list-style: none;
}

/* Switcher Widget */
.switcher.loading .nice-select:after {
  top: 25%;
  right: 8px;
  content: url(assets/images/loading.svg) !important;
  transform: scale(0.7);
}
.switcher select {
  display: none;
}
.switcher {
  /* Drop down style */
}
.switcher .nice-select {
  border-color: #eeeeee;
  border-top-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-radius: 0;
  background-color: transparent;
}
.topbar .switcher .nice-select {
  font-size: 12px;
  line-height: 1.2;
  height: auto;
  padding-left: 15px;
}
.switcher .nice-select:after {
  opacity: 0.4;
  right: 12px;
  color: currentColor;
}
.switcher .nice-select img {
  margin-right: 5px;
  max-width: 16px;
  vertical-align: -1px;
}
.switcher .nice-select .list {
  z-index: 999;
  margin-top: 0;
  min-width: 110px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}
.switcher {
  /* List style */
}
.switcher .menu {
  border-right: 1px solid #eeeeee;
}
.switcher .menu > li {
  border-right-width: 0;
}
.switcher .menu > li:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 10px;
  background-color: #dddddd;
  content: "";
  transform: translateY(-50%);
}
.switcher .menu > li:last-child:after {
  display: none;
}
.switcher .menu > li img {
  margin-right: 5px;
  vertical-align: 0;
}

.topbar {
  font-size: 14px;
  height: 50px;
  border-bottom: 1px solid #eeeeee;
}
.topbar .topbar-text ul {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.topbar .topbar-text li {
  display: inline-block;
  margin-right: 25px;
}
.topbar .topbar-text li:last-child {
  margin-right: 0;
}
.topbar .topbar-text i {
  display: inline-block;
  vertical-align: -1px;
  margin-right: 8px;
}
.topbar .menu {
  font-size: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.topbar .menu > li > .sub-menu.hover-back {
  right: 0 !important;
}
.topbar .menu li {
  font-size: 14px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 15px;
  border-right: 1px solid #eeeeee;
}
.topbar .menu li.menu-item-has-children > a:after {
  opacity: 0.4;
  font-size: 12px;
  margin-left: 5px;
  content: "\f107";
}
.topbar .menu li:hover > .sub-menu {
  top: 100%;
  z-index: 999;
  visibility: visible;
  opacity: 1;
}
.topbar .menu li:last-child {
  border-right-width: 0;
}
.topbar .menu li > a {
  display: block;
}
.topbar .menu li > a > i {
  margin-right: 10px;
}
.topbar .menu li .sub-menu {
  position: absolute;
  top: 90%;
  left: 0;
  z-index: -1;
  visibility: hidden;
  margin: 0;
  padding: 0;
  min-width: 150px;
  background-color: #ffffff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  opacity: 0;
}
.topbar .menu li .sub-menu.hover-back {
  right: 100%;
  left: auto !important;
}
.topbar .menu li .sub-menu li {
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  line-height: initial;
}
.topbar .menu li .sub-menu li:hover {
  transform: translateX(5px);
}
.topbar .menu li .sub-menu li a {
  display: block;
  padding: 8px 15px;
}
.topbar .menu li .sub-menu li .sub-menu {
  top: -1px;
  left: 100%;
}
.topbar .topbar-left > div {
  float: left;
}
.topbar .topbar-left.text-xs-center > div, .topbar .topbar-left.tm-robin-icon-box.center > div {
  float: none;
  display: inline-block;
  vertical-align: top;
}
.topbar .topbar-right > div, .topbar .topbar-right > ul {
  float: right;
}

.widget {
  margin: 0 0 55px;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}
.widget ul {
  margin: 0;
  padding: 0;
}
.widget li {
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-footer .widget {
  margin-bottom: 30px;
}

.widget-title {
  font-size: 22px;
  font-weight: 600;
  margin-top: 0;
  margin-bottom: 30px;
}
.widget-title:after {
  content: "";
  display: block;
  height: 2px;
  width: 100px;
  background-color: #dddddd;
  margin-top: 25px;
}
.site-footer .widget-title {
  font-size: 18px;
  margin-bottom: 15px;
}
.site-footer .widget-title:after {
  width: 50px;
  margin-top: 15px;
}

.widget ul li {
  letter-spacing: 0.03em;
  word-wrap: break-word;
}
.widget ul li > a {
  display: inline-block;
  padding: 14px 0;
}
.widget ul li:first-child > a {
  padding-top: 0;
}
.widget ul li.wc-layered-nav-term {
  line-height: 1.5;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eeeeee;
}
.widget ul li.wc-layered-nav-term > a {
  padding: 0;
}
.widget ul li.wc-layered-nav-term .count {
  float: right;
}
.widget ul li ul.children,
.widget ul li ul.sub-menu {
  border-top: 1px solid #eeeeee;
  padding-left: 1em;
  padding-top: 14px;
}
.sidebar .widget ul li {
  font-size: 15px;
}
.site-footer .widget ul li > a {
  padding: 5px 0;
}
.site-footer .widget ul li ul.children,
.site-footer .widget ul li ul.sub-menu {
  padding-top: 0;
}

.insight-core-bmw ul li + li,
.widget_archive ul > li + li,
.widget_pages ul > li + li,
.widget_nav_menu ul > li + li,
.widget_categories ul li + li,
.widget_recent_comments ul > li + li,
.widget_meta ul > li + li,
.widget_recent_entries ul > li + li,
.widget_product_categories ul > li + li,
.widget_layered_nav ul li + li,
.widget_edd_categories_tags_widget ul li + li,
.widget_display_replies ul li + li,
.widget_display_forums ul li + li,
.widget_display_topics ul li + li {
  border-top: 1px solid #eeeeee;
}

.widget_calendar tfoot td#next {
  text-align: right;
}
.widget_calendar tbody td a {
  font-weight: 600;
  border-bottom: 1px dotted #111111;
}

.widget_recent_comments ul li.recentcomments {
  padding: 10px 0;
}
.widget_recent_comments ul li.recentcomments > a {
  display: inline;
}

.widget_search form,
.widget_product_search form {
  position: relative;
  margin-bottom: 0;
}
.widget_search form.woocommerce-product-search:after,
.widget_product_search form.woocommerce-product-search:after {
  font-size: 18px;
  line-height: 40px;
  position: absolute;
  top: 0;
  right: 18px;
  color: #333333;
  content: "\f002";
}
.widget_search input,
.widget_product_search input {
  margin: 0;
  border: 1px solid #eeeeee;
  background: #f7f7f7;
  width: 100%;
  height: 40px;
  font-size: 14px;
  line-height: 19px;
  padding-left: 15px;
  padding-right: 45px;
  background-clip: padding-box;
}
.widget_search input[type=submit],
.widget_product_search input[type=submit] {
  display: none;
}
.widget_search button, .widget_search .tm-robin-button.alt, .widget_search .tm-robin-button,
.widget_product_search button,
.widget_product_search .tm-robin-button.alt,
.widget_product_search .tm-robin-button {
  position: absolute;
  top: 0;
  right: 18px;
  font-size: 0;
  background-color: transparent !important;
  border: none;
  padding: 0;
}
.widget_search button:after, .widget_search .tm-robin-button.alt:after, .widget_search .tm-robin-button:after,
.widget_product_search button:after,
.widget_product_search .tm-robin-button.alt:after,
.widget_product_search .tm-robin-button:after {
  font-size: 18px;
  line-height: 40px;
  float: right;
  color: #111111;
  content: "\f002";
}

.post-tags .tagcloud,
.widget_tag_cloud .tagcloud,
.widget_product_tag_cloud .tagcloud {
  font-size: 0;
}
.post-tags .tagcloud li,
.widget_tag_cloud .tagcloud li,
.widget_product_tag_cloud .tagcloud li {
  display: inline-block;
}
.post-tags .tagcloud li:last-child a,
.widget_tag_cloud .tagcloud li:last-child a,
.widget_product_tag_cloud .tagcloud li:last-child a {
  margin-right: 0;
}
.post-tags .tagcloud a,
.widget_tag_cloud .tagcloud a,
.widget_product_tag_cloud .tagcloud a {
  color: #666666;
  font-size: 14px !important;
  line-height: 1.6;
  display: inline-block;
  word-wrap: break-word;
  word-break: break-all;
  border: 1px solid #eeeeee;
  padding: 5px 15px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.post-tags .tagcloud a:hover,
.widget_tag_cloud .tagcloud a:hover,
.widget_product_tag_cloud .tagcloud a:hover {
  color: #ffffff !important;
}
.single .post-tags .tagcloud,
.single .widget_tag_cloud .tagcloud,
.single .widget_product_tag_cloud .tagcloud {
  padding: 0;
  margin-bottom: 0;
}
.site-footer .post-tags .tagcloud a,
.site-footer .widget_tag_cloud .tagcloud a,
.site-footer .widget_product_tag_cloud .tagcloud a {
  color: #777777;
  border-color: #777777;
}
.site-footer .post-tags .tagcloud a:hover,
.site-footer .widget_tag_cloud .tagcloud a:hover,
.site-footer .widget_product_tag_cloud .tagcloud a:hover {
  color: #ffffff;
}

.widget_tm_contact_info p {
  display: table;
  vertical-align: middle;
  margin-bottom: 10px;
}
.widget_tm_contact_info p > i {
  display: table-cell;
  width: 30px;
  font-size: 14px;
}
.widget_tm_contact_info p > a,
.widget_tm_contact_info p > span {
  display: table-cell;
  width: calc(100% - 30px);
}
.widget_tm_contact_info .contact-info__logo {
  margin-bottom: 30px;
}
.widget_tm_contact_info .social-links li {
  margin-right: 20px;
}

.widget_product_categories .title-wrap.widget-heading {
  margin-bottom: 30px;
}
.widget_product_categories ul li:first-child a {
  padding-top: 14px;
}
.widget_product_categories ul.product-categories {
  margin-top: -14px;
}
.widget_product_categories ul.product-categories.has-toggle .count {
  margin-right: 20px;
}
.widget_product_categories ul.children {
  display: none;
  padding-left: 30px !important;
  padding-top: 0 !important;
  border-top: 1px solid #eeeeee;
}
.widget_product_categories ul.children li {
  font-weight: 400;
  border-bottom: none;
  margin-bottom: 0;
}
.widget_product_categories ul.children .count {
  color: #999999;
}
.widget_product_categories .count {
  float: right;
  margin-top: 10px;
}
.widget_product_categories li {
  position: relative;
  color: #333333;
}
.widget_product_categories li.expand > i {
  transform: rotate(180deg);
}
.widget_product_categories li i {
  position: absolute;
  top: 5px;
  right: 0;
  cursor: pointer;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
}
.widget_product_categories li .count {
  font-size: 14px;
}
.widget_product_categories li a > span {
  display: inline-block;
  position: relative;
  top: -4px;
  float: none;
  color: #777777;
  font-size: 12px;
  opacity: 0;
  padding: 1px 0;
  margin-left: 3px;
  transition: opacity 0.3s ease-in-out;
}

.widget_nav_menu .title-wrap,
.insight-core-bmw .title-wrap {
  margin-bottom: 15px;
}

.widget_nav_menu ul.sub-menu,
.insight-core-bmw ul.sub-menu {
  border-right: 0;
  border-bottom: 0;
  border-left: 0; /* border radius */
  border-radius: 0;
}

.widget_nav_menu ul.sub-menu li,
.insight-core-bmw ul.sub-menu li {
  padding-left: 15px;
}

.widget_shopping_cart .amount {
  font-size: 18px;
  font-weight: 600;
  color: #d92523;
}
.widget_shopping_cart .widget_minicart_title {
  display: none;
}
.widget_shopping_cart .product_list_widget {
  margin: 0 -10px;
  padding: 0 10px;
  list-style: none;
}
.widget_shopping_cart .mini_cart_item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding-top: 0;
  padding-bottom: 20px;
  min-height: 100px;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
}
.widget_shopping_cart .mini_cart_item:last-child {
  margin-bottom: 0;
  border-bottom: none;
}
.widget_shopping_cart .mini_cart_item.deleted {
  position: absolute;
  width: calc(100% - 20px);
  opacity: 0;
  animation: widget-item-slide-out 0.3s forwards;
}
.widget_shopping_cart .mini_cart_item.deleted + .mini_cart_item:not(.deleted):not(.undo-deleted) {
  animation: widget-item-move-up 0.3s forwards;
}
.widget_shopping_cart .mini_cart_item.undo-deleted {
  animation: widget-item-slide-in 0.3s forwards;
}
.widget_shopping_cart .mini_cart_item.undo-deleted + .mini_cart_item:not(.deleted):not(.undo-deleted) {
  animation: widget-item-move-down 0.3s forwards;
}
.widget_shopping_cart .mini_cart_item .variation {
  margin-top: 5px;
  margin-bottom: 5px;
}
.widget_shopping_cart .product-thumbnail {
  max-width: 80px;
  margin-right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.widget_shopping_cart .remove {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  font-size: 0;
}
.widget_shopping_cart .remove:before {
  vertical-align: -4px;
  font-size: 20px;
  line-height: 0;
  content: "\e680";
}
.widget_shopping_cart .remove:hover {
  color: #ff0000;
}
.widget_shopping_cart .remove.inactive {
  position: relative;
  z-index: -1;
}
.widget_shopping_cart .remove.inactive:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  content: "";
}
.widget_shopping_cart .minicart_item_right {
  -ms-flex-positive: 1;
      flex-grow: 1;
}
.widget_shopping_cart .minicart_item_details {
  font-size: 12px;
}
.widget_shopping_cart .product-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 16px;
  max-width: 90%;
  white-space: initial;
}
.widget_shopping_cart .product-title a {
  font-weight: 500;
}
.widget_shopping_cart .woocommerce-mini-cart__total {
  margin-top: 10px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 8px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.widget_shopping_cart .woocommerce-mini-cart__total strong {
  margin-right: 10px;
  color: #222222;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}
.widget_shopping_cart .woocommerce-mini-cart__total .amount {
  float: right;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons .button {
  display: block;
  margin-bottom: 15px;
  padding: 5px 10px;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons .button:hover {
  opacity: 0.85;
}
.widget_shopping_cart .woocommerce-mini-cart__buttons .checkout {
  margin-bottom: 0;
}

.product_list_widget .product {
  clear: both;
  display: table;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.product_list_widget .product:last-of-type {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.product_list_widget .product > a {
  padding-bottom: 5px;
}
.product_list_widget .product-thumb {
  display: table-cell;
  vertical-align: top;
  width: 120px;
}
.product_list_widget .product-info {
  display: table-cell;
  vertical-align: top;
  position: relative;
  padding-left: 20px;
}
.product_list_widget .product-info a.product-title {
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}
.product_list_widget .product-price {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: #d92523;
  margin-top: 5px;
}

.widget_price_filter input[type=text] {
  display: none;
}
.widget_price_filter .price_slider {
  margin-bottom: 20px;
}
.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4;
}
.widget_price_filter .price_slider_amount .price_label {
  text-align: left;
}
.widget_price_filter .price_slider_amount .button {
  float: right;
  color: #333333;
  font-weight: 600;
  background-color: transparent;
  border: none;
  padding: 0;
}
.widget_price_filter .price_slider_amount .button:before {
  margin-right: 5px;
  content: "\f0b0";
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
  margin-right: 0.5em;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1em;
  height: 1em;
  border-radius: 1em;
  cursor: ew-resize;
  outline: none;
  top: -0.3em;
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  display: block;
  border: 0;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #eeeeee;
  border: 0;
}
.widget_price_filter .ui-slider-horizontal {
  height: 5px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}

.widget_recent_reviews .product_list_widget li {
  clear: both;
}
.widget_recent_reviews .product_list_widget li > a {
  display: block !important;
  padding: 0 !important;
}
.widget_recent_reviews .product_list_widget li > a > img {
  float: left;
  width: 130px;
  padding-right: 10px;
}
.widget_recent_reviews .product_list_widget li .reviewer {
  display: block;
}

.widget_tm_layered_nav a.filter-pseudo-link {
  display: none;
}
.widget_tm_layered_nav ul li.wc-layered-nav-term.swatch-color a:hover span.filter-swatch, .widget_tm_layered_nav ul li.wc-layered-nav-term.swatch-color.chosen span.filter-swatch, .widget_tm_layered_nav ul li.wc-layered-nav-term.swatch-image a:hover img, .widget_tm_layered_nav ul li.wc-layered-nav-term.swatch-image.chosen img {
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #aaaaaa;
}
.widget_tm_layered_nav ul .count {
  color: #bbbbbb;
}
.widget_tm_layered_nav ul.show-labels-off li.wc-layered-nav-term a .term-name {
  display: none;
}
.widget_tm_layered_nav ul.show-labels-on li.wc-layered-nav-term.swatch-color span:before,
.widget_tm_layered_nav ul.show-labels-on li.wc-layered-nav-term.swatch-color span:after {
  display: none;
}
.widget_tm_layered_nav ul.show-display-list {
  max-height: 320px;
  overflow: hidden;
  padding: 0 5px;
}
.widget_tm_layered_nav ul.show-display-list li.wc-layered-nav-term .term-name {
  display: inline-block;
  vertical-align: middle;
}
.widget_tm_layered_nav ul.show-display-inline li {
  display: inline-block;
  vertical-align: top;
  border-bottom: none;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 0;
}
.widget_tm_layered_nav ul.show-display-inline li > a {
  padding: 0;
}
.widget_tm_layered_nav ul.show-display-inline li .count {
  display: inline-block;
  vertical-align: super;
  font-size: 12px;
  margin-left: 5px;
}
.widget_tm_layered_nav li.swatch-color .filter-swatch {
  display: inline-block;
  vertical-align: middle;
  height: 24px;
  width: 24px;
  line-height: 24px;
  border-radius: 100%;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);
}
.widget_tm_layered_nav li.swatch-color .filter-swatch + .term-name {
  margin-left: 10px;
}
.widget_tm_layered_nav li.swatch-image img {
  height: 25px;
  width: 25px;
  border-radius: 100%;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);
}
.widget_tm_layered_nav li.swatch-image img + .term-name {
  margin-left: 10px;
}
.widget_tm_layered_nav li.swatch-text a {
  font-size: 16px;
  font-weight: 600;
  margin-left: 5px;
}

.widget_layered_nav_filters ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  margin-bottom: 10px;
}
.widget_layered_nav_filters ul li > a {
  color: #111111;
  font-weight: 600;
  padding: 0;
}
.widget_layered_nav_filters ul li > a:before {
  content: "\e680";
  display: inline-block;
  vertical-align: -4px;
  font-size: 20px;
}

.yith-woocompare-widget .products-list li {
  margin-bottom: 10px;
  padding-bottom: 10px !important;
  border-bottom-color: #eeeeee !important;
}
.yith-woocompare-widget .products-list li a.title {
  font-size: 14px;
  text-transform: none;
  padding: 0;
}
.yith-woocompare-widget .products-list li a.remove {
  font-size: 0;
  padding: 0;
}
.yith-woocompare-widget .products-list li a.remove:before {
  font-size: 20px;
  display: inline-block;
  line-height: 1;
  content: "\e680";
}
.yith-woocompare-widget .products-list li a.remove:hover:before {
  color: red;
}
.yith-woocompare-widget a.compare {
  line-height: initial;
  font-weight: 500;
  color: #333333;
  background-color: transparent !important;
  border: none;
  padding: 0;
}
.yith-woocompare-widget a.compare:before {
  margin-right: 5px;
  content: "\f0ec";
}

.woocommerce .widget_layered_nav.yith-woocommerce-ajax-product-filter ul.yith-wcan-color li {
  border: none;
}
.woocommerce .widget_layered_nav.yith-woocommerce-ajax-product-filter ul.yith-wcan-color li a {
  border: none !important;
  height: 24px;
  width: 24px;
  border-radius: 100%;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.3);
  margin: 8px;
}
.woocommerce .widget_layered_nav.yith-woocommerce-ajax-product-filter ul.yith-wcan-color li a:hover,
.woocommerce .widget_layered_nav.yith-woocommerce-ajax-product-filter ul.yith-wcan-color li.chosen a {
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #aaaaaa;
}
.woocommerce .widget_layered_nav.yith-woocommerce-ajax-product-filter ul.yith-wcan-label li {
  border: none;
}
.woocommerce .widget_layered_nav.yith-woocommerce-ajax-product-filter ul.yith-wcan-label li a {
  color: #666666;
  font-size: 14px !important;
  line-height: 1.6;
  display: inline-block;
  word-wrap: break-word;
  word-break: break-all;
  background-color: #ffffff;
  border: 1px solid #eeeeee;
  padding: 5px 15px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.woocommerce .widget_layered_nav.yith-woocommerce-ajax-product-filter ul.yith-wcan-label li a:hover {
  color: #ffffff !important;
}

.header-wishlist {
  position: relative;
  padding-left: 20px;
}
.header-wishlist > a.toggle {
  position: relative;
  font-size: 16px;
}
.header-wishlist > a.toggle .wishlist-count {
  position: absolute;
  top: -5px;
  left: calc(100% - 5px);
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  font-weight: 700;
  text-align: center;
  border-radius: 10px;
  z-index: 1;
  padding: 0 5px;
}
.header-wishlist .wishlist-dropdown-wrapper {
  position: absolute;
  top: 180%;
  right: 0;
  z-index: 20;
  visibility: hidden;
  width: 320px;
  background-color: #ffffff;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25);
  opacity: 0;
}
.header-wishlist .widget_wishlist_title {
  font-weight: 600;
  text-transform: uppercase;
  color: #111111;
  border-bottom: 1px solid #eeeeee;
  padding-bottom: 5px;
}
.header-wishlist .widget_wishlist_title .undo {
  visibility: hidden;
  float: right;
  text-transform: none;
  font-weight: 400;
  font-size: 11px;
  opacity: 0;
}
.header-wishlist .widget_wishlist_title .undo.visible {
  visibility: visible;
  opacity: 1;
}
.header-wishlist .widget_wishlist_title .undo a {
  text-decoration: underline;
}
.header-wishlist .widget_wishlist_title .close-on-mobile {
  float: right;
  font-size: 0;
  margin-right: -20px;
  margin-top: -20px;
  color: #111111;
}
.header-wishlist .widget_wishlist_title .close-on-mobile:before {
  font-size: 50px;
  content: "\e680";
}
.header-wishlist .widget_wishlist_content {
  padding: 20px;
}
.header-wishlist .wishlist_items.product_list_widget {
  margin: 0 -10px;
  padding: 0 10px;
  max-height: 330px;
  list-style: none;
}
.header-wishlist .wishlist_items.product_list_widget.loading:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  content: url(assets/images/loading.svg);
  transform: translate(-50%, -50%);
}
.header-wishlist .wishlist_items.product_list_widget.loading:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #ffffff;
  content: "";
  opacity: 0.9;
}
.header-wishlist .wishlist_item {
  position: relative;
  display: table;
  margin-bottom: 20px;
  min-height: 100px;
  width: 100%;
  border-bottom: 1px solid #eeeeee;
}
.header-wishlist .wishlist_item.deleted {
  position: absolute;
  width: calc(100% - 20px);
  opacity: 0;
  animation: widget-item-slide-out 0.3s forwards;
}
.header-wishlist .wishlist_item.deleted + .wishlist_item:not(.deleted):not(.undo-deleted) {
  animation: widget-item-move-up 0.3s forwards;
}
.header-wishlist .wishlist_item.undo-deleted {
  animation: widget-item-slide-in 0.3s forwards;
}
.header-wishlist .wishlist_item.undo-deleted + .wishlist_item:not(.deleted):not(.undo-deleted) {
  animation: widget-item-move-down 0.3s forwards;
}
.header-wishlist .wishlist_item_product_image {
  display: table-cell;
  padding-right: 15px;
  width: 90px;
  min-width: 90px;
  vertical-align: top;
}
.header-wishlist .wishlist_item_right {
  display: table-cell;
  vertical-align: top;
}
.header-wishlist .remove {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
}
.header-wishlist .remove:before {
  vertical-align: -4px;
  font-size: 20px;
  line-height: 0;
  content: "\e680";
}
.header-wishlist .remove:hover {
  color: #ff0000;
}
.header-wishlist .product-title {
  font-size: 16px;
  line-height: 1.2;
  max-width: 90%;
  margin-top: 0;
  margin-bottom: 10px;
  white-space: normal;
}
.header-wishlist .product-title a {
  font-weight: 500;
}
.header-wishlist .amount {
  font-size: 18px;
  font-weight: 600;
  color: #d92523;
}
.header-wishlist del .amount {
  font-size: 14px;
  font-weight: 400;
  color: #aaaaaa;
}
.header-wishlist .button {
  display: block;
  text-transform: uppercase;
  margin-top: 10px;
}
.header-wishlist .add-to-cart-btn {
  display: block;
}
.header-wishlist .add-to-cart-btn:before, .header-wishlist .add-to-cart-btn:after {
  display: none;
}
.header-wishlist .add-to-cart-btn .button {
  font-size: 13px;
  letter-spacing: 0.05em;
  background: none !important;
  border: none;
  margin-top: 5px;
  padding: 0;
}
.header-wishlist .add-to-cart-btn .button:before {
  margin-right: 5px;
}
.header-wishlist .add-to-cart-btn .button.product_type_grouped:before {
  content: "\f06e";
}
.header-wishlist .add-to-cart-btn .button.product_type_variable:before {
  content: "\f046";
}
.header-wishlist .add-to-cart-btn .button.product_type_simple:before {
  content: "\f291";
}
.header-wishlist .added_to_cart {
  display: none;
}
.header-wishlist .btn-view-wishlist {
  padding: 5px 10px;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.1em;
}
.header-wishlist .btn-view-wishlist:hover {
  opacity: 0.8;
}
.header-wishlist .outofstock {
  margin-top: 5px;
  color: #cd5c5c;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 12px;
}

.yith-wcwl-add-button:not(.animated-wishlist):before {
  display: none;
}

.yith-wcwl-add-button .blockUI.blockOverlay:before {
  display: none !important;
}

.yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistexistsbrowse {
  display: block !important;
}

.woocommerce-product-gallery__trigger {
  display: none;
}

.yith-wcwl-add-button .add_to_wishlist svg.yith-wcwl-icon-svg {
  display: none;
}

/* Account page */
.woocommerce-account .woocommerce-MyAccount-navigation {
  float: left;
  width: 30%;
  padding-right: 15px;
  margin-bottom: 40px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none;
  border: 1px solid #eeeeee;
  padding: 0;
  margin: 0;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  border-bottom: 1px solid #eee;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li:last-of-type {
  border-bottom: none;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active > a {
  background-color: #fafafa;
  cursor: default;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li > a {
  position: relative;
  display: block;
  text-transform: uppercase;
  padding: 14px 20px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li > a:after {
  display: inline-block;
  font-size: 20px;
  position: absolute;
  right: 20px;
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard > a:after {
  content: "\e648";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders > a:after {
  content: "\e69d";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads > a:after {
  content: "\e65c";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address > a:after {
  content: "\e638";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods > a:after {
  content: "\e600";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account > a:after {
  content: "\e605";
}
.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout > a:after {
  content: "\e699";
}
.woocommerce-account .woocommerce-MyAccount-content {
  float: right;
  width: 68%;
  padding-left: 15px;
}
.woocommerce-account .woocommerce-MyAccount-content > p:not(.woocommerce-info) {
  padding: 20px;
  background-color: #fafafa;
}
.woocommerce-account .woocommerce-MyAccount-content > p:not(.woocommerce-info):first-child {
  font-size: 14px;
  margin-bottom: 20px;
}
.woocommerce-account .woocommerce-MyAccount-content > p:first-child strong {
  color: #333333;
}
.woocommerce-account .woocommerce-MyAccount-content h2 {
  font-size: 25px;
  text-transform: uppercase;
}
.woocommerce-account .woocommerce-MyAccount-content fieldset {
  border: 1px solid #ddd;
  padding: 20px 40px;
  margin-top: 50px;
  margin-bottom: 30px;
}
.woocommerce-account .woocommerce-MyAccount-content fieldset legend {
  color: #333333;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  line-height: 1.5;
  width: auto;
  padding: 0 15px;
}

.password-input {
  display: block;
  position: relative;
}
.password-input .show-password-input {
  position: absolute;
  bottom: 0;
  right: 0;
  left: auto;
  z-index: 1;
  height: 42px;
  text-align: center;
  line-height: 42px;
  background: none !important;
  box-shadow: none !important;
  padding: 0 15px !important;
  border: 0;
  font-size: 14px;
  color: #696969;
}
.password-input .show-password-input:hover {
  color: #000;
}
.password-input .show-password-input:before {
  content: "\f06e";
}
.password-input .show-password-input.display-password:before {
  content: "\f070";
}

/* Login form */
#customer_login {
  position: relative;
  margin-top: 20px;
  margin-bottom: 60px;
}
#customer_login h2 {
  font-size: 25px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#customer_login h2:before {
  display: inline-block;
  font-size: 24px;
  margin-right: 10px;
}
#customer_login .woocommerce-FormRow--wide {
  width: 100%;
}
#customer_login .col-1 {
  padding-right: 40px;
}
#customer_login .col-1 h2:before {
  content: "\e607";
}
#customer_login .col-2 {
  padding-left: 40px;
}
#customer_login .col-2 h2:before {
  content: "\e605";
}
#customer_login label[for=rememberme] {
  cursor: pointer;
  margin-top: 20px;
}
#customer_login .woocommerce-Button {
  width: 100%;
  margin: 0;
}
#customer_login .woocommerce-Button[name=register]:hover {
  opacity: 0.8;
}
#customer_login .woocommerce-LostPassword {
  position: relative;
  text-align: right;
  float: right;
  margin-top: -53px;
}
#customer_login .woocommerce-LostPassword > a:before {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin-right: 5px;
  content: "\e649";
}
#customer_login {
  /* YITH social login */
}
#customer_login .wc-social-login {
  margin-bottom: 2rem;
}
#customer_login .wc-social-login .ywsl-label {
  margin-bottom: 0.5rem;
}
#customer_login .wc-social-login a.ywsl-social:hover img {
  opacity: 0.8;
}

/* Lost password form */
form.woocommerce-ResetPassword {
  max-width: 500px;
  padding: 30px;
  margin: 0 auto;
  background-color: #f7f7f7;
}
form.woocommerce-ResetPassword .woocommerce-FormRow--first {
  width: 100% !important;
}
form.woocommerce-ResetPassword .woocommerce-Button {
  width: 100%;
  margin-bottom: 0;
}

/* Addresses */
.woocommerce-Address .title,
.addresses .title {
  margin-bottom: 20px;
}
.woocommerce-Address .title h3,
.addresses .title h3 {
  text-transform: uppercase;
  font-size: 25px;
  display: inline-block;
  margin-bottom: 0;
}
.woocommerce-Address .edit,
.addresses .edit {
  font-size: 12px;
  display: inline-block;
  font-weight: 400;
  margin-left: 5px;
}

/* Downloads */
.woocommerce-MyAccount-downloads .download-actions .button.download {
  border: none;
  background-color: transparent;
  padding: 0;
}
.woocommerce-MyAccount-downloads .download-actions .button.download:before {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  content: "\e65c";
}

/* Payment Methods */
form#add_payment_method .woocommerce-PaymentMethods {
  margin-bottom: 20px;
}

/**
 * Style for archive product pages
 */
.archive.woocommerce #main.site-content .term-description,
.archive.woocommerce #main.site-content .page-description {
  display: none;
}

.shop-menu {
  max-width: 1200px;
  padding-bottom: 10px;
  margin: 30px auto 0;
}

a.show-categories-menu {
  display: none;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 10px;
  padding-bottom: 5px;
  border-bottom: 3px solid;
}
a.show-categories-menu:after {
  margin-left: 5px;
  content: "\f107";
}
a.show-categories-menu.open:after {
  content: "\f106";
}

ul.product-categories-menu {
  font-size: 0;
  max-height: 35px;
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin: 0 auto;
}
ul.product-categories-menu li.cat-item {
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.1em;
  display: inline-block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  padding-bottom: 10px;
}
ul.product-categories-menu li.cat-item:hover a:after {
  width: 100%;
}
ul.product-categories-menu li.cat-item > a {
  position: relative;
  margin: 0 20px;
  padding-bottom: 10px;
}
ul.product-categories-menu li.cat-item > a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -3px;
  height: 3px;
  width: 0;
  transform: translateX(-50%);
}
ul.product-categories-menu li.shop-back-link a span {
  display: inline-block;
  margin-right: 5px;
}
ul.product-categories-menu li.shop-back-link a:hover span {
  transform: translateX(-5px);
}
ul.product-categories-menu + select {
  display: none;
}

.categories-row {
  margin-bottom: 50px;
}
.categories-row.categories-carousel {
  opacity: 0;
}
.categories-row.categories-carousel .product-category--content > a {
  margin-left: 0;
  margin-right: 0;
}
.categories-row.categories-carousel.slick-initialized {
  opacity: 1;
}

.shop-loop-head {
  -ms-flex-align: center;
      align-items: center;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
}
.shop-loop-head > div {
  padding: 0;
  margin-bottom: 8px;
}
.shop-loop-head .woocommerce-result-count {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
}
.shop-loop-head .switch-view {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.shop-loop-head .switcher {
  display: inline-block;
  text-align: center;
  width: 30px;
  height: 30px;
  line-height: 28px;
  cursor: pointer;
  border: 1px solid #eeeeee;
  margin-right: 5px;
}

.shop-filter .woocommerce-ordering {
  text-align: right;
  display: inline-block;
  vertical-align: middle;
}
.shop-filter select.orderby {
  display: none;
}
.shop-filter .nice-select {
  border: none;
  height: auto;
  padding-left: 20px;
  padding-right: 25px;
}
.shop-filter .nice-select .list {
  width: 130%;
}
.shop-filter .nice-select .current {
  font-size: 16px;
  letter-spacing: 0.05em;
}
.shop-filter .nice-select .option {
  font-size: 16px;
}

.col-switcher {
  display: inline-block;
  vertical-align: middle;
  background-color: #f5f5f5;
}
.col-switcher .wrapper {
  width: 34px;
  height: 34px;
  overflow: hidden;
  padding-left: 10px;
}
.col-switcher i {
  float: right;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  width: 34px;
  height: 34px;
  line-height: 34px;
}
.col-switcher span {
  display: inline-block;
  vertical-align: middle;
  line-height: 34px;
}
.col-switcher a {
  display: inline-block;
  vertical-align: middle;
  line-height: 34px;
  padding-left: 5px;
  padding-right: 5px;
}
.col-switcher a.active {
  font-weight: 600;
}
.col-switcher a[data-col="1"] {
  display: none;
}
.col-switcher.open .wrapper {
  width: auto;
}

.archive.woocommerce.post-type-archive-product .has-sidebar-left .col-switcher a[data-col="5"],
.archive.woocommerce.post-type-archive-product .has-sidebar-left .col-switcher a[data-col="6"],
.archive.woocommerce.post-type-archive-product .has-sidebar-right .col-switcher a[data-col="5"],
.archive.woocommerce.post-type-archive-product .has-sidebar-right .col-switcher a[data-col="6"],
.archive.woocommerce.tax-product_cat .has-sidebar-left .col-switcher a[data-col="5"],
.archive.woocommerce.tax-product_cat .has-sidebar-left .col-switcher a[data-col="6"],
.archive.woocommerce.tax-product_cat .has-sidebar-right .col-switcher a[data-col="5"],
.archive.woocommerce.tax-product_cat .has-sidebar-right .col-switcher a[data-col="6"] {
  display: none;
}
/* Style for WooCommerce Brand Pro plugin  */
/* Brands thumbnail Shortcode */
.wb-thumb-wrapper .wb-thumb-cnt {
  padding: 0;
}

.wb-thumb-wrapper .wb-thumb-title a {
  font-size: 16px;
}

/* A-Z Filter */
.eb-scrollbarcnt .scrollbar {
  background-color: transparent;
  width: 6px;
}
.eb-scrollbarcnt .scrollbar:hover .track {
  background-color: #e6e6e6;
}
.eb-scrollbarcnt .scrollbar:hover .thumb {
  width: 6px;
}
.eb-scrollbarcnt .track {
  background-color: transparent;
  width: 6px;
  border-radius: 3px;
}
.eb-scrollbarcnt .thumb {
  background-color: #9f9f9f;
  width: 3px;
  left: 0;
}
.eb-scrollbarcnt .thumb .end {
  background-color: #9f9f9f;
}

.wb-filter-robin .wb-alphabet-table {
  background-color: #f5f5f5;
  padding: 15px 0;
}

.wb-filter-robin .wb-alphabet-table .wb-all-alphabet {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 60px;
  line-height: 1.5;
  border-right: 1px solid #eee;
}

.wb-filter-robin .wb-alphabet-table .wb-alphabet-item {
  font-size: 15px !important;
  font-weight: 600;
  padding: 0 10px;
}

.wb-filter-robin .wb-other-brands {
  display: table-cell;
  vertical-align: middle;
  padding-left: 20px;
}

.wb-filter-robin .eb-scrollbarcnt {
  margin-top: 0;
}
.wb-filter-robin .eb-scrollbarcnt .overview {
  padding: 0;
}

.wb-brandlist-robin .wb-filter-item-cnt {
  border-top: 1px solid #eeeeee;
  padding: 10px 0 10px 20px;
}

.wb-brandlist-robin .wb-filter-item {
  font-size: 16px;
  padding-right: 5px;
}

.wb-brandlist-robin .brand-count {
  font-size: 14px;
}

/* Brand List */
.wb-allview.wb-allview-robin .wb-allview-cat-cnt {
  margin-bottom: 70px;
}
.wb-allview.wb-allview-robin .wb-allview-title {
  font-size: 72px;
  line-height: 1.5em;
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #DDDDDD;
  font-weight: 600;
  color: #111111;
}
.wb-allview.wb-allview-robin .wb-allview-item-cnt img {
  margin-bottom: 10px;
}

.wb-allview-formcnt select#pw_brand_category_filter {
  display: none;
}

.wb-allview-formcnt .select2 {
  width: 50% !important;
}
.wb-allview-formcnt .select2 .select2-selection {
  border: none !important;
  background-color: #f7f7f7;
  height: 50px;
}
.wb-allview-formcnt .select2 .select2-selection .select2-selection__rendered {
  position: relative;
  line-height: 50px !important;
}
.wb-allview-formcnt .select2 .select2-selection .select2-selection__rendered:after {
  position: absolute;
  top: 50%;
  right: 30px;
  font-size: 18px;
  transform: translateY(-50%);
  content: "\f107";
}
.wb-allview-formcnt .select2 .select2-selection .select2-selection__arrow {
  display: none;
}

.wb-allview-lettercnt {
  text-align: left;
  border: 1px solid #eeeeee;
  margin: 50px 0;
  padding: 35px 30px 5px;
}
.wb-allview-lettercnt .wb-wb-allview-letters {
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  width: 60px;
  height: 60px;
  border: 1px solid #eeeeee;
  padding: 10px 0;
  margin-right: 30px;
  margin-bottom: 30px;
}
.wb-allview-lettercnt .wb-wb-allview-letters:hover, .wb-allview-lettercnt .wb-wb-allview-letters:focus {
  color: #ffffff !important;
}

.wb-allview.wb-allview-robin .wb-allview-cat-cnt {
  position: relative;
}

.wb-allview.wb-allview-robin .wb-allview-cat-cnt .go-to-filter {
  position: absolute;
  bottom: -60px;
  right: 0;
}
.wb-allview.wb-allview-robin .wb-allview-cat-cnt .go-to-filter:after {
  margin-left: 10px;
  content: "\f106";
}

.wb-allview-formcnt.wb-multi-filter-robin {
  text-align: left;
}

.wb-allview-formcnt.wb-multi-filter-robin label.pw_brand_category_filter_checkbox:before {
  display: inline-block;
  vertical-align: -3px;
  position: relative;
  height: 20px;
  width: 20px;
  border: 1px solid #dddddd;
  background-image: none;
  margin-top: 0;
  margin-right: 5px;
}

.wb-allview-formcnt.wb-multi-filter-robin label.pw_brand_category_filter_checkbox:after {
  position: absolute;
  left: 17px;
  top: 6px;
  opacity: 0;
  content: "\f00c";
}

.wb-allview-formcnt.wb-multi-filter-robin label.pw_brand_category_filter_checkbox.pw-active-filter:after {
  opacity: 1;
}

.pw_brand_loading_cnt .pw_brand_le_loading:before {
  display: inline-block;
  content: url(assets/images/loading.svg);
  transform: scale(2);
}
.pw_brand_loading_cnt img {
  display: none;
}

/* Brand Carousel */
.wb-bx-wrapper.wb-car-robin {
  max-width: none !important;
  text-align: center;
  margin: 0 auto 60px;
}
.wb-bx-wrapper.wb-car-robin img {
  margin: 0 auto;
}
.wb-bx-wrapper.wb-car-robin .wb-car-title {
  font-size: 14px;
  margin-top: 10px;
}
.wb-bx-wrapper.wb-car-robin .wb-car-title > a {
  font-size: 16px;
}
.wb-bx-wrapper.wb-car-robin .wb-car-item-cnt {
  background: transparent;
}
.wb-bx-wrapper.wb-carousel-robin .wb-bx-controls-direction {
  top: 50%;
  transform: translateY(-50%);
}
.wb-bx-wrapper.wb-carousel-robin .wb-bx-controls-direction a {
  text-indent: 0;
  z-index: 99;
}
.wb-bx-wrapper.wb-carousel-robin .wb-bx-prev,
.wb-bx-wrapper.wb-carousel-robin .wb-bx-next {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 60px;
  font-size: 0;
  opacity: 0.6;
  z-index: 1;
  background-color: #111111;
  background-image: none !important;
  transform: translateY(-50%);
}
.wb-bx-wrapper.wb-carousel-robin .wb-bx-prev:before,
.wb-bx-wrapper.wb-carousel-robin .wb-bx-next:before {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  color: #ffffff;
  font-size: 14px;
  transform: translate(-50%, -50%);
  content: "\f053";
}
.wb-bx-wrapper.wb-carousel-robin .wb-bx-prev:hover,
.wb-bx-wrapper.wb-carousel-robin .wb-bx-next:hover {
  opacity: 1;
}
.wb-bx-wrapper.wb-carousel-robin .wb-bx-prev {
  left: -15px;
}
.wb-bx-wrapper.wb-carousel-robin .wb-bx-next {
  left: auto;
  right: -15px;
}
.wb-bx-wrapper.wb-carousel-robin .wb-bx-next:before {
  content: "\f054";
}

.wb-bx-wrapper.wb-carousel-robin .wb-bx-pager.wb-bx-default-pager {
  bottom: -50px;
}
.wb-bx-wrapper.wb-carousel-robin .wb-bx-pager.wb-bx-default-pager .wb-bx-pager-item a {
  cursor: pointer;
  line-height: 1.5;
  border: none;
  height: 5px;
  width: 20px;
  background-color: #111111;
  border-radius: 0;
  opacity: 0.6;
  margin: 0 5px 0 0;
}
.wb-bx-wrapper.wb-carousel-robin .wb-bx-pager.wb-bx-default-pager .wb-bx-pager-item a:hover, .wb-bx-wrapper.wb-carousel-robin .wb-bx-pager.wb-bx-default-pager .wb-bx-pager-item a.active {
  opacity: 1;
}

/* Product Carousel by Brands */
.wb-brandpro-car-header-robin {
  text-align: center;
}
.wb-brandpro-car-header-robin span {
  display: block;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.6;
  color: #111111;
  margin-bottom: 25px;
}
.wb-brandpro-car-header-robin span:after {
  content: "";
  display: block;
  height: 2px;
  width: 100px;
  background-color: #cccccc;
  margin: 20px auto 0;
}
.wb-brandpro-car-header-robin a {
  margin-left: 5px;
}

.wb-brandpro-car-header.wb-brandpro-car-header-robin + .wb-bx-wrapper.wb-carousel-robin {
  margin-top: 40px;
}
.wb-brandpro-car-header.wb-brandpro-car-header-robin + .wb-bx-wrapper.wb-carousel-robin .wb-bxslider > li {
  margin: 0 15px !important;
}
.wb-brandpro-car-header.wb-brandpro-car-header-robin + .wb-bx-wrapper.wb-carousel-robin .wb-brandpro-car-cnt {
  border: none;
}
.wb-brandpro-car-header.wb-brandpro-car-header-robin + .wb-bx-wrapper.wb-carousel-robin .wb-brandpro-car-cnt .wb-brandpro-car-detail {
  background-color: transparent;
  padding: 0;
}
.wb-brandpro-car-header.wb-brandpro-car-header-robin + .wb-bx-wrapper.wb-carousel-robin .wb-brandpro-car-cnt .wb-brandpro-car-title h3 {
  font-size: 16px;
  line-height: 1.5;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 10px;
}
.wb-brandpro-car-header.wb-brandpro-car-header-robin + .wb-bx-wrapper.wb-carousel-robin .wb-brandpro-car-cnt .wb-brandpro-car-price {
  color: #d92523;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
.wb-brandpro-car-header.wb-brandpro-car-header-robin + .wb-bx-wrapper.wb-carousel-robin .wb-brandpro-car-cnt .wb-brandpro-car-price del {
  font-size: 15px;
  margin-right: 5px;
}
.wb-brandpro-car-header.wb-brandpro-car-header-robin + .wb-bx-wrapper.wb-carousel-robin .wb-brandpro-car-cnt .wb-brandpro-car-meta span {
  font-size: 16px;
  margin-top: 5px;
}
.wb-brandpro-car-header.wb-brandpro-car-header-robin + .wb-bx-wrapper.wb-carousel-robin .wb-brandpro-car-cnt .wb-brandpro-car-meta a {
  font-size: 16px;
}

.wb-brandpro-car-header-robin + .products {
  margin-top: 40px;
}

/* Product Grid by Brands with Filter */
select#pw_brand_category_filter_product {
  display: none;
}
select#pw_brand_category_filter_product + .select2 {
  width: 30% !important;
  margin: 0 15px 10px;
}

.wb-brandpro-list-cnt .wb-brandpro-list-detail {
  padding: 0;
}
.wb-brandpro-list-cnt .wb-brandpro-list-detail .wb-brandpro-list-title h3 {
  display: inline-block;
  font-size: 16px;
  line-height: 1.5;
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 10px;
}
.wb-brandpro-list-cnt .wb-brandpro-list-detail .wb-brandpro-list-price {
  color: #d92523;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
.wb-brandpro-list-cnt .wb-brandpro-list-detail .wb-brandpro-list-price del {
  font-size: 15px;
  margin-right: 5px;
}

.wb-brandpro-list-cnt .wb-brandpro-list-meta span {
  font-size: 16px;
  font-weight: 600;
  margin-top: 5px;
}
.wb-brandpro-list-cnt .wb-brandpro-list-meta a {
  font-size: 16px;
  font-weight: 400;
}

.wb-brandpro-list-cnt .tooltip-cnt {
  top: -43px;
  height: auto;
  border: 1px solid #eeeeee;
  margin-left: -15px;
  box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.15);
}

/* Sticky brand button */
#pw_stick_brands {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  width: 100px;
  height: 50px;
  color: #111111;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
}
#pw_stick_brands .pw-title {
  line-height: 50px;
}
#pw_stick_brands .pw-title:before {
  margin-right: 5px;
  content: "\f219";
}

.pw_stick_brands {
  padding: 0 20px 20px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
}
.pw_stick_brands .pw-content-close {
  margin-top: 10px;
  margin-right: -10px;
}
.pw_stick_brands.pw-content-left {
  left: 100px;
}
.pw_stick_brands.pw-content-right {
  right: 100px;
}

/* Brand in single product */
.wb-posted_in {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-top: 0;
}
.wb-posted_in a {
  color: currentColor;
}
.wb-posted_in + .wb-single-img-cnt {
  margin-top: 0;
}

.wb-single-img-cnt {
  margin-top: -30px;
  margin-bottom: 15px;
}
.wb-single-img-cnt a {
  margin: 0;
}
.wb-single-img-cnt {
  /* Plugin outputs a fixed inline width/height (e.g. 150x150) that squashes non-square logos — keep the aspect ratio. */
}
.wb-single-img-cnt img {
  width: auto !important;
  height: auto !important;
  max-width: 150px;
  max-height: 150px;
}

/* A-Z views product */
.widget_pw_widget_a_z_views .wb-alphabet-table {
  padding: 10px 0;
  margin-bottom: 0;
}
.widget_pw_widget_a_z_views .wb-alphabet-table + .eb-scrollbarcnt {
  margin-top: 0;
}
.widget_pw_widget_a_z_views .wb-alphabet-table .wb-alphabet-item {
  font-size: 16px;
}
.widget_pw_widget_a_z_views .brand-count {
  font-size: 14px;
}
.widget_pw_widget_a_z_views .wb-filter-item-cnt.brand-item-short {
  border-bottom: 1px solid #eeeeee;
}
.widget_pw_widget_a_z_views .wb-filter-item-cnt.brand-item-short:first-child {
  border-bottom: none;
}
.widget_pw_widget_a_z_views .wb-filter-item-cnt .wb-filter-item {
  font-size: 15px;
  padding: 14px 0;
}

/**
 * Cart page
 */
.woocommerce-cart table.cart, .woocommerce-cart #yith-wcwl-form table.cart.shop_table.wishlist_table, #yith-wcwl-form .woocommerce-cart table.cart.shop_table.wishlist_table {
  border: none;
  width: 100%;
}
.woocommerce-cart table.cart tr, .woocommerce-cart #yith-wcwl-form table.cart.shop_table.wishlist_table tr, #yith-wcwl-form .woocommerce-cart table.cart.shop_table.wishlist_table tr {
  border: 1px solid #ededed;
}
.woocommerce-cart table.cart td, .woocommerce-cart #yith-wcwl-form table.cart.shop_table.wishlist_table td, #yith-wcwl-form .woocommerce-cart table.cart.shop_table.wishlist_table td {
  padding-top: 30px;
  padding-bottom: 30px;
}
.woocommerce-cart table.cart td.product-remove, .woocommerce-cart #yith-wcwl-form table.cart.shop_table.wishlist_table td.product-remove, #yith-wcwl-form .woocommerce-cart table.cart.shop_table.wishlist_table td.product-remove {
  text-align: center;
}
.woocommerce-cart table.cart td.product-remove a, .woocommerce-cart #yith-wcwl-form table.cart.shop_table.wishlist_table td.product-remove a, #yith-wcwl-form .woocommerce-cart table.cart.shop_table.wishlist_table td.product-remove a {
  font-size: 0;
}
.woocommerce-cart table.cart td.product-remove a:before, .woocommerce-cart #yith-wcwl-form table.cart.shop_table.wishlist_table td.product-remove a:before, #yith-wcwl-form .woocommerce-cart table.cart.shop_table.wishlist_table td.product-remove a:before {
  font-size: 20px;
  content: "\e680";
}
.woocommerce-cart table.cart td.product-thumbnail, .woocommerce-cart #yith-wcwl-form table.cart.shop_table.wishlist_table td.product-thumbnail, #yith-wcwl-form .woocommerce-cart table.cart.shop_table.wishlist_table td.product-thumbnail {
  width: 80px;
}
.woocommerce-cart table.cart td.product-name, .woocommerce-cart #yith-wcwl-form table.cart.shop_table.wishlist_table td.product-name, #yith-wcwl-form .woocommerce-cart table.cart.shop_table.wishlist_table td.product-name {
  width: 30%;
  padding-left: 20px;
}
.woocommerce-cart table.cart td.product-name a, .woocommerce-cart #yith-wcwl-form table.cart.shop_table.wishlist_table td.product-name a, #yith-wcwl-form .woocommerce-cart table.cart.shop_table.wishlist_table td.product-name a {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 3px;
}
.woocommerce-cart table.cart .woocommerce-Price-amount, .woocommerce-cart #yith-wcwl-form table.cart.shop_table.wishlist_table .woocommerce-Price-amount, #yith-wcwl-form .woocommerce-cart table.cart.shop_table.wishlist_table .woocommerce-Price-amount {
  font-size: 18px;
  color: #333333;
}

.cart-actions {
  margin-top: 35px;
}
.cart-actions .coupon label {
  display: none;
}
.cart-actions #coupon_code {
  display: inline-block;
  max-width: 270px;
  background-color: #ffffff;
  margin-right: 16px;
}
.cart-actions input[type=submit].button {
  color: #333333;
  background-color: #f9f9f9;
  border-color: #f9f9f9;
}
.cart-actions input[type=submit].button:hover {
  background-color: #f1f1f1;
}
.cart-actions button[name=update_cart], .cart-actions [name=update_cart].tm-robin-button {
  float: right;
}
.cart-actions button[name=update_cart]:disabled, .cart-actions [name=update_cart].tm-robin-button:disabled {
  cursor: not-allowed;
  opacity: 0.5;
}

.cart-collaterals {
  margin-top: 60px;
}
.cart-collaterals h2 {
  font-size: 25px;
  margin-top: 0;
  text-transform: uppercase;
}
.cart-collaterals .cross-sells .slick-slide {
  max-width: 100%;
}
.cart-collaterals .cart_totals {
  float: right;
  width: 50%;
  background-color: #f7f7f7;
  padding: 30px;
}
.cart-collaterals .cart_totals input[type=text] {
  background-color: #ffffff;
}
.cart-collaterals table.shop_table, .cart-collaterals #yith-wcwl-form table.shop_table.wishlist_table, #yith-wcwl-form .cart-collaterals table.shop_table.wishlist_table {
  width: 100%;
  margin-bottom: 30px;
  background-color: transparent !important;
}
.cart-collaterals table.shop_table th, .cart-collaterals #yith-wcwl-form table.shop_table.wishlist_table th, #yith-wcwl-form .cart-collaterals table.shop_table.wishlist_table th {
  font-weight: 400;
  color: #333333;
}
.cart-collaterals table.shop_table td, .cart-collaterals #yith-wcwl-form table.shop_table.wishlist_table td, #yith-wcwl-form .cart-collaterals table.shop_table.wishlist_table td {
  text-align: right;
}
.cart-collaterals form.woocommerce-shipping-calculator p {
  margin-bottom: 10px;
}

/**
 * Checkout page
 */
.woocommerce-checkout h3 {
  text-transform: uppercase;
  font-size: 25px;
  margin-top: 10px;
}
.woocommerce-checkout .woocommerce-info {
  margin-bottom: 25px;
}
.woocommerce-checkout form.login,
.woocommerce-checkout form.checkout_coupon {
  background-color: #f7f7f7;
  max-width: 500px;
  padding: 20px 25px 0;
  margin-bottom: 25px;
}
.woocommerce-checkout form.checkout_coupon .input-text {
  max-width: 270px;
}
.woocommerce-checkout form.checkout_coupon .button:hover {
  opacity: 0.8;
}
.woocommerce-checkout form.checkout_coupon .form-row-first {
  width: auto;
}
.woocommerce-checkout form.checkout_coupon .form-row-last {
  float: left;
  margin-left: 20px;
}
.woocommerce-checkout form.login .button {
  width: 100%;
}
.woocommerce-checkout form.login label {
  display: block;
  margin-top: 15px;
}
.woocommerce-checkout form.login .lost_password {
  text-align: right;
  float: right;
  width: 50%;
  position: relative;
  z-index: 2;
  margin-top: -43px;
}
.woocommerce-checkout form.login .lost_password a:before {
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  margin-right: 5px;
  content: "\e649";
}
.woocommerce-checkout form.woocommerce-checkout th.product-total,
.woocommerce-checkout form.woocommerce-checkout td.product-total {
  text-align: right;
}
.woocommerce-checkout form.woocommerce-checkout tfoot td {
  text-align: right;
}

.woocommerce-checkout-payment ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
  margin-bottom: 0;
}
.woocommerce-checkout-payment li {
  margin-bottom: 15px;
}
.woocommerce-checkout-payment p {
  margin-bottom: 0;
}
.woocommerce-checkout-payment img {
  max-height: 40px;
  margin-left: 10px;
  margin-right: 20px;
}
.woocommerce-checkout-payment .payment_box {
  background: #ffffff;
  padding: 10px 15px;
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.woocommerce-checkout-payment .payment_box:before {
  font-size: 22px;
  position: absolute;
  top: -3px;
  left: 25px;
  line-height: 0;
  color: #ffffff;
  content: "\f0d8";
}
.woocommerce-checkout-payment .place-order {
  text-align: right;
}

/* Order received */
.woocommerce-order-received h2 {
  font-size: 25px;
  text-transform: uppercase;
  margin-top: 30px;
}
.woocommerce-order-received table.shop_table, .woocommerce-order-received #yith-wcwl-form table.shop_table.wishlist_table, #yith-wcwl-form .woocommerce-order-received table.shop_table.wishlist_table {
  max-width: 500px;
}
.woocommerce-order-received table.shop_table tfoot tr:last-of-type td .amount, .woocommerce-order-received #yith-wcwl-form table.shop_table.wishlist_table tfoot tr:last-of-type td .amount, #yith-wcwl-form .woocommerce-order-received table.shop_table.wishlist_table tfoot tr:last-of-type td .amount {
  font-weight: 300;
  font-size: 30px;
}
/**
Style for compare product
*/
#cboxContent {
  background-color: transparent;
}

#cboxMiddleLeft,
#cboxMiddleRight,
#cboxTopLeft,
#cboxTopCenter,
#cboxTopRight,
#cboxBottomLeft,
#cboxBottomCenter,
#cboxBottomRight {
  display: none;
}

#cboxClose {
  font-size: 30px;
  font-weight: 600;
  width: auto;
  height: auto;
  bottom: -50px;
  text-indent: 0;
  color: #ffffff;
  background: 0 0;
}
#cboxClose:before {
  font-size: 45px;
  display: inline-block;
  vertical-align: middle;
  content: "\e680";
}

body > h1 {
  display: none;
}

table.compare-list th, #yith-wcwl-form table.compare-list.shop_table.wishlist_table th {
  padding: 25px 15px;
  font-weight: 600;
  border-bottom: none;
  font-size: 18px;
}

/* My orders list */
table.shop_table.woocommerce-MyAccount-orders thead th, #yith-wcwl-form table.shop_table.woocommerce-MyAccount-orders.wishlist_table thead th {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
table.shop_table.woocommerce-MyAccount-orders tbody td, #yith-wcwl-form table.shop_table.woocommerce-MyAccount-orders.wishlist_table tbody td {
  text-align: center;
}
table.shop_table.woocommerce-MyAccount-orders .order-number a, #yith-wcwl-form table.shop_table.woocommerce-MyAccount-orders.wishlist_table .order-number a {
  text-decoration: underline;
}
table.shop_table.woocommerce-MyAccount-orders .order-actions a, #yith-wcwl-form table.shop_table.woocommerce-MyAccount-orders.wishlist_table .order-actions a {
  border: none;
  background-color: transparent;
  padding: 0;
}

/* Order details */
table.order_details, #yith-wcwl-form table.order_details.shop_table.wishlist_table {
  margin-bottom: 30px;
}
table.order_details tr.product-purchase-note, #yith-wcwl-form table.order_details.shop_table.wishlist_table tr.product-purchase-note {
  background-color: #fafafa;
}
table.order_details tr.product-purchase-note td, #yith-wcwl-form table.order_details.shop_table.wishlist_table tr.product-purchase-note td {
  border: none;
  padding-left: 30px;
}
table.order_details tr.product-purchase-note td p, #yith-wcwl-form table.order_details.shop_table.wishlist_table tr.product-purchase-note td p {
  font-size: 12px;
}
table.order_details tfoot tr:last-of-type td .amount, #yith-wcwl-form table.order_details.shop_table.wishlist_table tfoot tr:last-of-type td .amount {
  font-weight: 300;
  font-size: 30px;
}

/* Customer Details */
table.customer_details, #yith-wcwl-form table.customer_details.shop_table.wishlist_table {
  margin-bottom: 30px;
}
table.customer_details tr, #yith-wcwl-form table.customer_details.shop_table.wishlist_table tr {
  background: #fafafa;
}
table.customer_details th, #yith-wcwl-form table.customer_details.shop_table.wishlist_table th {
  font-weight: 600;
  width: 50%;
}

/* Comment list notes */
.woocommerce .commentlist.notes {
  list-style-type: none;
  padding: 0;
  margin-bottom: 30px;
}
.woocommerce .commentlist.notes .comment-text {
  padding: 15px 20px;
  min-height: 0;
  margin: 0;
}
.woocommerce .commentlist.notes .comment-text p.meta {
  font-size: 13px;
  letter-spacing: 0.03em;
}
.woocommerce .commentlist.notes .comment-text p.meta:before {
  margin-right: 5px;
  content: "\f272";
}

/* Order Tracking */
form.track_order {
  padding: 40px 30px;
  background-color: #f7f7f7;
}
form.track_order label {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  color: #333333;
}
form.track_order .input-text {
  background-color: #ffffff;
}
form.track_order .form-row {
  float: none !important;
  width: 100% !important;
}
form.track_order p.form-row:last-of-type {
  text-align: center;
  margin-bottom: 0;
}
form.track_order p.form-row:last-of-type .button {
  width: 200px;
}

.woocommerce > .order-info {
  font-size: 14px;
  background-color: #fafafa;
  padding: 20px;
  margin-bottom: 20px;
}
.woocommerce > .order-info + h2 {
  font-size: 25px;
  text-transform: uppercase;
}

.order-again {
  margin-bottom: 20px;
}
.order-again + header > h2 {
  font-size: 25px;
  text-transform: uppercase;
}

/**
Style for product category thumbnails within loops
 */
.category-grid-item {
  margin-bottom: 30px;
}
.category-grid-item:hover img {
  transform: scale(1.05);
}
.category-grid-item:hover .product-category-content {
  border-bottom-color: #cccccc;
}
.category-grid-item:hover .product-category-content .category-link:after {
  margin-left: 10px;
}
.category-grid-item.slick-slide a {
  margin-left: 0;
  margin-right: 0;
}
.category-grid-item .product-category-thumbnail {
  position: relative;
  overflow: hidden;
}
.category-grid-item .product-category-thumbnail a {
  display: block;
  margin: 0;
}
.category-grid-item img {
  width: 100%;
  backface-visibility: hidden;
}
.category-grid-item .woocommerce-loop-category__title {
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.03em;
  line-height: 1.5;
  padding-top: 20px;
  margin: 0;
}
.category-grid-item mark {
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
  background-color: transparent;
  padding: 0;
  opacity: 1;
}
.category-grid-item .product-category-content {
  text-align: center;
  border-bottom: 2px solid #f5f5f5;
  padding: 0 15px;
}
.category-grid-item .product-category-content .category-link a {
  display: inline-block;
  text-align: center;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1.3em;
  letter-spacing: 0;
  color: #cccccc;
  margin-top: 5px;
  margin-bottom: 30px;
}
.category-grid-item .product-category-content .category-link:after {
  position: relative;
  font-size: 10px;
  vertical-align: 1px;
  color: #cccccc;
  margin-left: 5px;
  content: "\f061";
}
.hide_count .category-grid-item mark {
  display: none !important;
}

/**
 Style for product within loops
*/
.product-loop {
  margin-bottom: 30px;
}
.product-loop.empty-box {
  opacity: 0;
}
.product-loop.empty-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  z-index: 10;
}

.product-loop.small-product .product-buttons .add-to-cart-btn {
  font-size: 0;
}
.product-loop.small-product .product-buttons .add-to-cart-btn a:not(.loading):before {
  content: "\f06e";
}
.product-loop.small-product .product-buttons .add-to-cart-btn a:not(.loading).add_to_cart_button:before {
  content: "\f291";
}
.product-loop.small-product .product-buttons .add-to-cart-btn a:not(.loading).product_type_variable:before {
  content: "\f046";
}
.product-loop.small-product .product-buttons .add-to-cart-btn a:not(.loading).product_type_variable.isw-ready:not(.loading):not(.added):before {
  content: "\f291";
}
.product-loop.small-product .product-buttons .add-to-cart-btn a:not(.loading).product_type_variable.isw-readmore:not(.loading):not(.added):before {
  content: "\f06e";
}
.product-loop.small-product .product-buttons .add-to-cart-btn a:not(.loading).product_type_external:before {
  content: "\f291";
}
.product-loop.small-product .product-buttons .add-to-cart-btn a.added:before {
  content: "\f00c" !important;
}

.product-loop.extra-small-product .product-buttons,
.product-loop.extra-small-product .yith-wcwl-add-to-wishlist {
  display: none;
}

/****************** Out of stock ******************/
.product-loop.outofstock .product-thumb:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0.8;
  z-index: 1;
  background-color: #ffffff;
}

/******************* Thumbnail ******************/
.product-loop .product-thumb {
  position: relative;
  text-align: center;
  overflow: hidden;
}
.product-loop .product-thumb img {
  margin: 0 auto;
}

.image-full-width .product-loop .product-thumb img {
  width: 100%;
}

.product-loop .product-thumb.loading:before {
  content: url(assets/images/loading.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  transform: scale(1.5) translate(-50%, -50%);
}
.product-loop .product-thumb.loading:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  opacity: 0.8;
  z-index: 2;
}

.product-loop .hover-image {
  position: absolute;
  top: 0;
  left: 50%;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 20px);
}

.product-loop:hover .hover-image {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

/******************* Buttons ******************/
.product-loop .product-buttons {
  position: absolute;
  left: 0;
  bottom: 30px;
  font-size: 0;
  width: 100%;
  padding: 0 20px;
  z-index: 2;
}
.product-loop .product-buttons > div {
  opacity: 0;
  visibility: hidden;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  height: 40px;
  transform: translateY(20px);
}
.product-loop .product-buttons > div a:before {
  font-size: 15px;
  line-height: 40px;
  height: 100%;
  width: 100%;
}
.product-loop .product-buttons > div a:focus {
  outline: none;
}
.product-loop .product-buttons > div.loading a:before {
  content: url(assets/images/loading.svg);
  line-height: 0;
  height: 0;
  vertical-align: middle;
}
.product-loop .product-buttons .quick-view-btn {
  width: 40px;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
}
.product-loop .product-buttons .quick-view-btn a:before {
  content: "\f002";
}
.product-loop .product-buttons .add-to-cart-btn {
  font-size: 13px;
  letter-spacing: 0.1em;
  width: calc(100% - 40px - 40px);
  transition-delay: 0.1s;
}
.product-loop .product-buttons .add-to-cart-btn a {
  height: 40px;
  width: 100%;
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding-right: 0;
  padding-left: 0;
}
.product-loop .product-buttons .add-to-cart-btn a.loading {
  font-size: 0;
}
.product-loop .product-buttons .add-to-cart-btn a.loading:before {
  content: url(assets/images/loading.svg);
  position: absolute;
  top: 10px;
  left: calc(50% - 15px);
  line-height: 0;
  width: 0;
}
.product-loop .product-buttons .add-to-cart-btn a.added:before {
  display: inline-block;
  vertical-align: -1px;
  width: auto;
  margin-right: 5px;
  content: "\f00c";
}
.product-loop .product-buttons .add-to-cart-btn a.added_to_cart {
  display: none;
}
.product-loop .product-buttons .compare-btn {
  width: 40px;
  display: inline-block;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  margin: 0;
  transition-delay: 0.2s;
}
.product-loop .product-buttons .compare-btn a:before {
  content: "\f0ec";
}
.product-loop .product-buttons .compare-btn .blockUI,
.product-loop .product-buttons .compare-btn .blocOverlay {
  display: none !important;
}
.product-loop .product-buttons.mobile .quick-view-btn,
.product-loop .product-buttons.mobile .compare-btn {
  display: none;
}
.product-loop .product-buttons.mobile .add-to-cart-btn {
  width: 100%;
}

.product-loop .product-buttons.product-buttons--dark > div {
  background-color: #111111;
}
.product-loop .product-buttons.product-buttons--dark > div a {
  color: #ffffff;
}
.product-loop .product-buttons.product-buttons--dark > div:hover {
  background-color: #444444;
}

.product-loop .product-buttons.product-buttons--light > div {
  background-color: #ffffff;
  border: 1px solid #eeeeee;
}
.product-loop .product-buttons.product-buttons--light > div a {
  color: #111111;
}
.product-loop .product-buttons.product-buttons--light .add-to-cart-btn {
  border-left-width: 0;
  border-right-width: 0;
}

.product-loop:hover .product-buttons > div {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

/****************** Wishlist button *****************/
.product-loop .yith-wcwl-add-to-wishlist {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
  margin-top: 0;
  z-index: 2;
}
.product-loop .yith-wcwl-add-to-wishlist .ajax-loading {
  display: none !important;
}
.product-loop .yith-wcwl-add-to-wishlist a {
  display: block;
  text-align: center;
  line-height: 1;
}
.product-loop .yith-wcwl-add-to-wishlist a:before {
  font-size: 15px;
}
.product-loop .yith-wcwl-add-to-wishlist a:focus {
  outline: none;
}
.product-loop .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist:before {
  display: inline-block;
  content: "\f08a";
}
.product-loop .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist.loading:before {
  content: url(assets/images/loading.svg);
  line-height: 0;
  vertical-align: -20px;
}
.product-loop .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.product-loop .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  content: "\f004";
}
.product-loop .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
.product-loop .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback {
  display: none;
}

.product-loop:hover .yith-wcwl-add-to-wishlist {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition-delay: 0.2s;
}

/****************** Product Info *****************/
.product-loop .product-info {
  position: relative;
  text-align: left;
}
.product-loop .product-info .product-title {
  font-size: 16px;
  line-height: 1.5;
  width: calc(100% - 25px);
  margin-top: 20px;
  margin-bottom: 10px;
}
.product-loop .product-info .price {
  color: #d92523;
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 5px;
}
.product-loop .product-info .price del {
  font-size: 15px;
  margin-right: 5px;
}

/****************** Product Description *****************/
.product-loop .product-description {
  display: none;
  margin-top: 15px;
}
.products.list .product-loop .product-description {
  display: block;
}

/***************** Insight Attribute Swatches ****************/
.isw-swatches--in-loop {
  margin-top: 10px;
}
.isw-swatches--in-loop .isw-swatch:last-of-type {
  margin-bottom: 0;
}
.isw-swatches--in-loop .isw-swatch--isw_color .isw-term {
  vertical-align: middle;
  height: 16px;
  width: 16px;
  line-height: 16px;
}
.isw-swatches--in-loop .isw-swatch--isw_color .isw-term.isw-selected {
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #aaaaaa;
}
.isw-swatches--in-loop .isw-swatch--isw_image .isw-term {
  height: 16px;
  width: 16px;
  border-radius: 100%;
}
.isw-swatches--in-loop .isw-swatch--isw_image .isw-term.isw-selected {
  box-shadow: 0 0 0 3px #ffffff, 0 0 0 4px #aaaaaa;
}

.product-loop.isw-product-swatched .hover-image {
  display: none;
}
/***************** Product Grid ****************/
.products.yith-wcan-loading {
  background: none;
  content: url(assets/images/loading.svg);
  opacity: 0.6;
  transform: scale(0.5);
  margin: 0 auto !important;
}

.products .product-loop .product-thumb .yith-wcwl-add-to-wishlist,
.products.grid .product-loop .product-thumb .yith-wcwl-add-to-wishlist {
  display: none;
}
.products .product-loop .product-info .product-buttons,
.products.grid .product-loop .product-info .product-buttons {
  display: none;
}

/***************** Product List ****************/
.products.list .product-loop .product-badges span {
  left: -10px;
}
.products.list .product-loop .product-thumb .yith-wcwl-add-to-wishlist {
  display: block;
  text-align: center;
  position: absolute;
  top: 20px;
  right: 20px;
}
.products.list .product-loop .product-title {
  font-size: 18px;
}
.products.list .product-loop .product-info .product-buttons {
  display: block;
  position: relative;
  bottom: auto;
  left: auto;
  width: 40%;
  padding: 0;
  margin-top: 20px;
}
.products.list .product-loop .product-info .product-buttons > div {
  opacity: 1;
  visibility: visible;
  transform: translate(0, 0);
  transition-delay: 0s;
}
.products.list .product-loop .product-info .product-buttons.product-buttons--light {
  border: 1px solid #eeeeee;
}

/***************** Product Hover Effect ****************/
.product-loop.product-style-hover--info {
  position: relative;
}
.product-loop.product-style-hover--info .yith-wcwl-add-to-wishlist {
  display: block !important;
  top: 5%;
  right: 5%;
  opacity: 0;
  z-index: 15;
  color: #ffffff !important;
}
.product-loop.product-style-hover--info .yith-wcwl-add-to-wishlist a:before {
  color: #ffffff;
}
.product-loop.product-style-hover--info .yith-wcwl-add-to-wishlist a:hover:before {
  color: #fab200;
}
.product-loop.product-style-hover--info .product-buttons {
  z-index: 2;
}
.product-loop.product-style-hover--info:hover .product-info,
.product-loop.product-style-hover--info:hover .product-thumb > a:before,
.product-loop.product-style-hover--info:hover .yith-wcwl-add-to-wishlist {
  opacity: 1;
  visibility: visible;
}

.product-loop.product-style-hover--info .product-info {
  text-align: center;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  z-index: 2;
  margin-top: 0;
  backface-visibility: hidden;
  transform: translate(-50%, -50%);
  transition-duration: 0.5s;
}
.product-loop.product-style-hover--info .product-info .product-title {
  width: 100%;
  margin-top: 0;
}

.product-loop.product-style-hover--info .product-thumb > a {
  position: relative;
  display: block;
}
.product-loop.product-style-hover--info .product-thumb > a:before {
  content: "";
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
  transition-duration: 0.5s;
}

/**
Quick view
 */
#woo-quick-view {
  display: none;
  position: fixed;
  max-width: 960px;
  visibility: hidden;
  /* Force Hardware Acceleration in WebKit */
  backface-visibility: hidden;
  will-change: left, top, width;
  z-index: 1000;
  transform: translateZ(0);
}
#woo-quick-view.is-visible {
  visibility: visible;
}
#woo-quick-view.animate-width {
  background-color: #ffffff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  transition: box-shadow 0.3s;
}
#woo-quick-view .container {
  max-width: none;
}
#woo-quick-view .quick-view-close {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  height: 50px;
  width: 50px;
  line-height: 50px;
  z-index: 99;
}
#woo-quick-view .quick-view-close:after {
  font-size: 50px;
  color: #333333;
  content: "\e680";
}
#woo-quick-view {
  /* Loading class when adding product to cart */
}
#woo-quick-view .quickview-loading {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 4;
}
#woo-quick-view .quickview-loading span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  text-align: center;
  font-size: 28px;
  color: #333333;
  transform: translate(-50%, -50%);
}
#woo-quick-view .quickview-loading span:before {
  display: block;
  text-align: center;
  content: url(assets/images/loading.svg);
  z-index: 3;
  margin-bottom: 40px;
  transform: scale(2.5);
}
#woo-quick-view .quickview-loading.added span:before {
  font-size: 30px;
  content: "\e66c";
}
#woo-quick-view .quickview-loading.error span:before {
  font-size: 30px;
  content: "\e681";
}
#woo-quick-view .post-password-form p {
  opacity: 0;
  visibility: hidden;
}
#woo-quick-view .images {
  position: relative;
  float: left;
  width: 432px;
  margin-bottom: 0;
}
#woo-quick-view .images .product-badges span {
  right: auto;
  left: 20px;
}
#woo-quick-view .quick-view-carousel {
  overflow: hidden;
  margin-bottom: 0;
}
#woo-quick-view .quick-view-carousel img.slick-slide {
  width: 432px;
}
#woo-quick-view .quick-view-carousel img:not(.slick-slide):not(:first-of-type) {
  display: none;
}
#woo-quick-view .summary {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  float: left;
  width: calc(100% - 432px);
  max-height: 576px;
  padding: 40px 50px 30px 60px;
  transition: opacity 0.3s, visibility 0s;
}
#woo-quick-view .summary table.product_meta, #woo-quick-view .summary #yith-wcwl-form table.product_meta.shop_table.wishlist_table, #yith-wcwl-form #woo-quick-view .summary table.product_meta.shop_table.wishlist_table,
#woo-quick-view .summary table.product-share,
#woo-quick-view .summary #yith-wcwl-form table.product-share.shop_table.wishlist_table,
#yith-wcwl-form #woo-quick-view .summary table.product-share.shop_table.wishlist_table {
  width: 100%;
}
#woo-quick-view .summary.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y,
#woo-quick-view .summary.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  width: 6px;
}

#woo-quick-view.add-content .quick-view-close {
  opacity: 0.4;
  visibility: visible;
  animation: quickview-slide-in 0.5s;
}
#woo-quick-view.add-content .quick-view-close:hover {
  opacity: 1;
}
#woo-quick-view.add-content .post-password-form p {
  opacity: 1;
  visibility: visible;
}
#woo-quick-view.add-content .summary {
  opacity: 1;
  visibility: visible;
  position: relative;
}
#woo-quick-view.add-content .summary .product_title,
#woo-quick-view.add-content .summary .woocommerce-product-rating,
#woo-quick-view.add-content .summary .price,
#woo-quick-view.add-content .summary .description,
#woo-quick-view.add-content .summary .cart,
#woo-quick-view.add-content .summary .stock,
#woo-quick-view.add-content .summary .product-meta-buttons,
#woo-quick-view.add-content .summary .product_meta,
#woo-quick-view.add-content .summary .product-share {
  animation: quickview-slide-in 0.5s;
}

.mfp-content #woo-quick-view {
  display: block;
  position: relative;
  visibility: visible;
  margin: 0 auto;
  background-color: #ffffff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
}
.mfp-content #woo-quick-view .summary {
  position: relative;
  opacity: 1;
  visibility: visible;
}
.mfp-content #woo-quick-view .mfp-close {
  height: 50px;
  width: 50px;
  line-height: 50px;
  opacity: 0.4;
}
.mfp-content #woo-quick-view .mfp-close:before {
  font-size: 50px;
  color: #333333;
  content: "\e680";
}
.mfp-content #woo-quick-view .mfp-close:hover {
  opacity: 1;
}

.woocommerce.single-product .product.product-layout-sticky .row.sticky-row {
  -ms-flex-align: start;
      align-items: flex-start;
}
.woocommerce.single-product .product.product-layout-sticky .woocommerce-product-gallery__image {
  margin-bottom: 10px !important;
}
.woocommerce.single-product .product.product-layout-sticky .images .thumbnails {
  opacity: 1;
  visibility: visible;
}
.woocommerce.single-product .product.product-layout-sticky .images .thumbnails > a {
  opacity: 0;
  visibility: hidden;
  display: block;
  margin-bottom: 10px;
  transform: translateY(100px);
  animation-duration: 0.5s;
  animation-delay: 0.2s;
}
.woocommerce.single-product .product.product-layout-sticky .images .thumbnails > a.animate-images {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.woocommerce.single-product .product.product-layout-sticky .images .thumbnails img {
  width: 100%;
}

.woocommerce.single-product .product.product-title-hide .product_title {
  display: none;
}

.woocommerce.single-product .product .images {
  margin-bottom: 40px;
}
.woocommerce.single-product .product .images.thumbnails-bottom .woocommerce-product-gallery__image {
  margin-bottom: 30px;
}
.woocommerce.single-product .product .images .woocommerce-product-gallery__image {
  position: relative;
}
.woocommerce.single-product .product .images .woocommerce-main-image img {
  width: 100%;
}
.woocommerce.single-product .product .images .thumbnails {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, height 0.4s ease;
}
.woocommerce.single-product .product .images .thumbnails .slick-slide {
  opacity: 0.5;
  margin-left: 7px;
  margin-right: 7px;
  border: none;
}
.woocommerce.single-product .product .images .thumbnails .slick-slide.selected-image {
  opacity: 1;
}
.woocommerce.single-product .product .images .thumbnails .slick-slide img {
  width: 100%;
}
.woocommerce.single-product .product .images .thumbnails .slick-dots {
  margin-top: 20px;
}
.woocommerce.single-product .product .images .thumbnails.slick-initialized {
  opacity: 1;
  visibility: visible;
}
.woocommerce.single-product .product .images .thumbnails.slick-slider {
  margin: 0 -7px;
}
.woocommerce.single-product .product .images .thumbnails.slick-slider .slick-arrow {
  height: 30px;
  width: 30px;
  opacity: 0.4;
  visibility: visible;
}
.woocommerce.single-product .product .images .thumbnails.slick-slider .slick-arrow:before {
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 14px;
}
.woocommerce.single-product .product .images .thumbnails.slick-slider .slick-arrow.slick-next {
  right: 7px;
}
.woocommerce.single-product .product .images .thumbnails.slick-slider .slick-arrow.slick-prev {
  left: 7px;
}
.woocommerce.single-product .product .images .thumbnails.slick-vertical {
  margin: 0;
}
.woocommerce.single-product .product .images .thumbnails.slick-vertical .slick-arrow {
  left: 0 !important;
  height: 30px;
  width: 100%;
  color: #ffffff;
  opacity: 0.4;
  background-color: #111111;
  transform: translateY(0);
}
.woocommerce.single-product .product .images .thumbnails.slick-vertical .slick-arrow:before {
  height: 30px;
  width: 100%;
  line-height: 30px;
}
.woocommerce.single-product .product .images .thumbnails.slick-vertical .slick-arrow:hover {
  opacity: 0.6;
  color: #ffffff;
  background-color: #111111;
}
.woocommerce.single-product .product .images .thumbnails.slick-vertical .slick-arrow.slick-next {
  top: auto;
  bottom: 0;
}
.woocommerce.single-product .product .images .thumbnails.slick-vertical .slick-arrow.slick-next:before {
  content: "\f078";
}
.woocommerce.single-product .product .images .thumbnails.slick-vertical .slick-arrow.slick-prev {
  top: 0;
}
.woocommerce.single-product .product .images .thumbnails.slick-vertical .slick-arrow.slick-prev:before {
  content: "\f077";
}
.woocommerce.single-product .product .images .thumbnails.slick-vertical .slick-arrow + .slick-list {
  padding: 50px 0;
}
.woocommerce.single-product .product .images .thumbnails.slick-vertical .slick-slide {
  margin: 0 0 15px;
}
.woocommerce.single-product .product .images .product-badges {
  font-size: 15px;
}
.woocommerce.single-product .product .images .product-badges span {
  left: auto;
  right: 7px;
  min-width: 70px;
  padding: 3px 15px;
}
.woocommerce.single-product .product .images .product-badges span + span {
  top: 55px;
}
.woocommerce.single-product .product .images .product-badges span + span + span {
  top: 110px;
}
.woocommerce.single-product .product .images .lightbox-btn {
  font-size: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  z-index: 1;
}
.woocommerce.single-product .product .images .lightbox-btn i {
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 30px;
}

.woocommerce.single-product .product .summary {
  font-size: 0;
  z-index: 1;
}
.woocommerce.single-product .product .summary table, .woocommerce.single-product .product .summary #yith-wcwl-form table.shop_table.wishlist_table, #yith-wcwl-form .woocommerce.single-product .product .summary table.shop_table.wishlist_table {
  border: none;
}
.woocommerce.single-product .product .summary table td, .woocommerce.single-product .product .summary #yith-wcwl-form table.shop_table.wishlist_table td, #yith-wcwl-form .woocommerce.single-product .product .summary table.shop_table.wishlist_table td {
  border: none;
}
.woocommerce.single-product .product .summary .product_title {
  font-size: 28px;
  line-height: 1;
}
.woocommerce.single-product .product .summary .woocommerce-review-link {
  font-size: 16px;
  vertical-align: middle;
}
.woocommerce.single-product .product .summary .star-rating {
  margin-right: 5px;
}
.woocommerce.single-product .product .summary .star-rating:before {
  font-size: 15px;
}
.woocommerce.single-product .product .summary .star-rating > span:before {
  font-size: 15px;
}
.woocommerce.single-product .product .summary .price {
  font-size: 30px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 10px;
  color: #d92523;
}
.woocommerce.single-product .product .summary .price del {
  margin-right: 10px;
}
.woocommerce.single-product .product .summary .woocommerce-product-details__short-description {
  letter-spacing: 0.03em;
  line-height: 1.6;
  margin-bottom: 30px;
}
.woocommerce.single-product .product .summary .stock {
  display: inline-block;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
  border: 2px solid transparent;
  padding: 0 5px;
}
.woocommerce.single-product .product .summary .stock.in-stock {
  color: #297e29;
  border-color: #297e29;
}
.woocommerce.single-product .product .summary .stock.out-of-stock {
  color: #8b0000;
  border-color: #8b0000;
  margin: 0;
}
.woocommerce.single-product .product .summary form.cart {
  font-size: initial;
}
.woocommerce.single-product .product .summary form.cart .quantity {
  margin-right: 10px;
}
.woocommerce.single-product .product .summary form.variations_form table, .woocommerce.single-product .product .summary form.variations_form #yith-wcwl-form table.shop_table.wishlist_table, #yith-wcwl-form .woocommerce.single-product .product .summary form.variations_form table.shop_table.wishlist_table {
  width: 100%;
  border: none;
  margin-bottom: 30px;
}
.woocommerce.single-product .product .summary form.variations_form table td, .woocommerce.single-product .product .summary form.variations_form #yith-wcwl-form table.shop_table.wishlist_table td, #yith-wcwl-form .woocommerce.single-product .product .summary form.variations_form table.shop_table.wishlist_table td {
  border: none;
}
.woocommerce.single-product .product .summary form.variations_form table td.label, .woocommerce.single-product .product .summary form.variations_form #yith-wcwl-form table.shop_table.wishlist_table td.label, #yith-wcwl-form .woocommerce.single-product .product .summary form.variations_form table.shop_table.wishlist_table td.label {
  width: 20%;
}
.woocommerce.single-product .product .summary form.variations_form label {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  color: #333333;
  margin-bottom: 0;
}
.woocommerce.single-product .product .summary form.variations_form .reset_variations {
  font-size: 8px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: underline;
  margin-left: 20px;
}
.woocommerce.single-product .product .summary form.variations_form .isw-swatch {
  vertical-align: middle;
}
.woocommerce.single-product .product .summary form.variations_form .isw-swatch--isw_color .isw-term {
  vertical-align: middle;
  height: 24px;
  width: 24px;
  line-height: 24px;
}
.woocommerce.single-product .product .summary form.variations_form .isw-swatch--isw_color .isw-term.isw-selected {
  box-shadow: 0 0 0 4px #fff, 0 0 0 5px #aaa;
}
.woocommerce.single-product .product .summary form.variations_form .isw-swatch--isw_image .isw-term {
  height: 24px;
  width: 24px;
  border-radius: 100%;
}
.woocommerce.single-product .product .summary form.variations_form .isw-swatch--isw_image .isw-term.isw-selected {
  box-shadow: 0 0 0 4px #fff, 0 0 0 5px #aaa;
}
.woocommerce.single-product .product .summary form.variations_form .single_variation {
  margin-bottom: 20px;
}
.woocommerce.single-product .product .summary form.variations_form .woocommerce-variation-description {
  margin-bottom: 30px;
}
.woocommerce.single-product .product .summary form.variations_form .out-of-stock {
  margin-top: 15px;
}
.woocommerce.single-product .product .summary .quantity {
  display: inline-block;
  vertical-align: top;
}
.woocommerce.single-product .product .summary .single_add_to_cart_button.loading {
  position: relative;
  padding-left: 40px;
}
.woocommerce.single-product .product .summary .single_add_to_cart_button.loading:before {
  content: url(assets/images/loading.svg);
  position: absolute;
  left: 10px;
}
.woocommerce.single-product .product .summary .product-meta-buttons {
  font-size: 16px;
  padding-top: 25px;
  margin-top: 30px;
  margin-bottom: 15px;
  border-top: 1px solid #eeeeee;
}
.woocommerce.single-product .product .summary .product-meta-buttons > div {
  display: inline-block;
  vertical-align: top;
}
.woocommerce.single-product .product .summary .product-meta-buttons > div a {
  color: currentColor;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.1em;
}
.woocommerce.single-product .product .summary .product-meta-buttons [class*=hint--]:before, .woocommerce.single-product .product .summary .product-meta-buttons [class*=hint--]:after {
  display: none;
}
.woocommerce.single-product .product .summary .yith-wcwl-add-to-wishlist {
  margin-top: 0;
  margin-right: 20px;
}
.woocommerce.single-product .product .summary .yith-wcwl-add-to-wishlist .ajax-loading, .woocommerce.single-product .product .summary .yith-wcwl-add-to-wishlist .feedback {
  display: none !important;
}
.woocommerce.single-product .product .summary .yith-wcwl-add-to-wishlist a:before {
  display: inline-block;
}
.woocommerce.single-product .product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist:before {
  content: "\f08a";
}
.woocommerce.single-product .product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist.loading:before {
  content: url(assets/images/loading.svg);
  line-height: 0;
  vertical-align: -5px;
}
.woocommerce.single-product .product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.woocommerce.single-product .product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  content: "\f004";
}
.woocommerce.single-product .product .summary .compare-btn .blockUI.blockOverlay {
  display: none !important;
}
.woocommerce.single-product .product .summary .compare-btn.loading a:before {
  content: url(assets/images/loading.svg);
  vertical-align: middle;
}
.woocommerce.single-product .product .summary .compare-btn a:before {
  margin-right: 7px;
  content: "\f0ec";
}
.woocommerce.single-product .product .summary table.group_table, .woocommerce.single-product .product .summary #yith-wcwl-form table.group_table.shop_table.wishlist_table, #yith-wcwl-form .woocommerce.single-product .product .summary table.group_table.shop_table.wishlist_table {
  width: 100%;
  margin-bottom: 20px;
}
.woocommerce.single-product .product .summary table.group_table td:first-of-type, .woocommerce.single-product .product .summary #yith-wcwl-form table.group_table.shop_table.wishlist_table td:first-of-type, #yith-wcwl-form .woocommerce.single-product .product .summary table.group_table.shop_table.wishlist_table td:first-of-type {
  width: 150px;
}
.woocommerce.single-product .product .summary table.group_table td:first-of-type .quantity, .woocommerce.single-product .product .summary #yith-wcwl-form table.group_table.shop_table.wishlist_table td:first-of-type .quantity, #yith-wcwl-form .woocommerce.single-product .product .summary table.group_table.shop_table.wishlist_table td:first-of-type .quantity {
  margin-right: 0;
}
.woocommerce.single-product .product .summary table.group_table td.label, .woocommerce.single-product .product .summary #yith-wcwl-form table.group_table.shop_table.wishlist_table td.label, #yith-wcwl-form .woocommerce.single-product .product .summary table.group_table.shop_table.wishlist_table td.label {
  font-size: 16px;
  font-weight: 500;
}
.woocommerce.single-product .product .summary table.group_table td.label label, .woocommerce.single-product .product .summary #yith-wcwl-form table.group_table.shop_table.wishlist_table td.label label, #yith-wcwl-form .woocommerce.single-product .product .summary table.group_table.shop_table.wishlist_table td.label label {
  margin: 0;
}
.woocommerce.single-product .product .summary table.group_table td.price, .woocommerce.single-product .product .summary #yith-wcwl-form table.group_table.shop_table.wishlist_table td.price, #yith-wcwl-form .woocommerce.single-product .product .summary table.group_table.shop_table.wishlist_table td.price {
  font-size: 18px;
}
.woocommerce.single-product .product .summary table.group_table .add-to-cart-btn > a, .woocommerce.single-product .product .summary #yith-wcwl-form table.group_table.shop_table.wishlist_table .add-to-cart-btn > a, #yith-wcwl-form .woocommerce.single-product .product .summary table.group_table.shop_table.wishlist_table .add-to-cart-btn > a {
  text-align: center;
  font-size: 12px;
  background-color: transparent !important;
  border: none !important;
  padding: 0;
}
.woocommerce.single-product .product .summary table.group_table .add-to-cart-btn > a.product_type_external:before, .woocommerce.single-product .product .summary #yith-wcwl-form table.group_table.shop_table.wishlist_table .add-to-cart-btn > a.product_type_external:before, #yith-wcwl-form .woocommerce.single-product .product .summary table.group_table.shop_table.wishlist_table .add-to-cart-btn > a.product_type_external:before {
  margin-right: 5px;
  content: "\f08e";
}
.woocommerce.single-product .product .summary table.product_meta, .woocommerce.single-product .product .summary #yith-wcwl-form table.product_meta.shop_table.wishlist_table, #yith-wcwl-form .woocommerce.single-product .product .summary table.product_meta.shop_table.wishlist_table,
.woocommerce.single-product .product .summary table.product-share,
.woocommerce.single-product .product .summary #yith-wcwl-form table.product-share.shop_table.wishlist_table,
#yith-wcwl-form .woocommerce.single-product .product .summary table.product-share.shop_table.wishlist_table {
  width: 80%;
}
.woocommerce.single-product .product .summary table.product_meta td.label, .woocommerce.single-product .product .summary #yith-wcwl-form table.product_meta.shop_table.wishlist_table td.label, #yith-wcwl-form .woocommerce.single-product .product .summary table.product_meta.shop_table.wishlist_table td.label,
.woocommerce.single-product .product .summary table.product-share td.label,
.woocommerce.single-product .product .summary #yith-wcwl-form table.product-share.shop_table.wishlist_table td.label,
#yith-wcwl-form .woocommerce.single-product .product .summary table.product-share.shop_table.wishlist_table td.label {
  width: 30%;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #333333;
}
.woocommerce.single-product .product .summary table.product_meta td.value a, .woocommerce.single-product .product .summary #yith-wcwl-form table.product_meta.shop_table.wishlist_table td.value a, #yith-wcwl-form .woocommerce.single-product .product .summary table.product_meta.shop_table.wishlist_table td.value a,
.woocommerce.single-product .product .summary table.product-share td.value a,
.woocommerce.single-product .product .summary #yith-wcwl-form table.product-share.shop_table.wishlist_table td.value a,
#yith-wcwl-form .woocommerce.single-product .product .summary table.product-share.shop_table.wishlist_table td.value a {
  color: currentColor;
}
.woocommerce.single-product .product .summary table.product_meta, .woocommerce.single-product .product .summary #yith-wcwl-form table.product_meta.shop_table.wishlist_table, #yith-wcwl-form .woocommerce.single-product .product .summary table.product_meta.shop_table.wishlist_table {
  margin-top: 20px;
}
.woocommerce.single-product .product .summary table.product_meta td, .woocommerce.single-product .product .summary #yith-wcwl-form table.product_meta.shop_table.wishlist_table td, #yith-wcwl-form .woocommerce.single-product .product .summary table.product_meta.shop_table.wishlist_table td {
  padding-left: 0;
}
.woocommerce.single-product .product .summary table.product-share .share-list__item, .woocommerce.single-product .product .summary #yith-wcwl-form table.product-share.shop_table.wishlist_table .share-list__item, #yith-wcwl-form .woocommerce.single-product .product .summary table.product-share.shop_table.wishlist_table .share-list__item {
  font-size: 16px;
}
.woocommerce.single-product .product .summary table.product-share td, .woocommerce.single-product .product .summary #yith-wcwl-form table.product-share.shop_table.wishlist_table td, #yith-wcwl-form .woocommerce.single-product .product .summary table.product-share.shop_table.wishlist_table td {
  padding-left: 0;
}

.woocommerce.single-product .product .product-tabs-wrapper {
  margin-top: 80px;
}
.woocommerce.single-product .product .product-tabs-wrapper .wc-tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  border-top: 1px solid #ededed;
}
.woocommerce.single-product .product .product-tabs-wrapper .wc-tabs li {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin: 0 22px;
}
.woocommerce.single-product .product .product-tabs-wrapper .wc-tabs li:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 3px;
  width: 0;
  transform: translateX(-50%);
}
.woocommerce.single-product .product .product-tabs-wrapper .wc-tabs li.active:after, .woocommerce.single-product .product .product-tabs-wrapper .wc-tabs li:hover:after {
  width: 100%;
}
.woocommerce.single-product .product .product-tabs-wrapper .wc-tabs li > a {
  display: inline-block;
  padding: 20px 0 18px;
}
.woocommerce.single-product .product .product-tabs-wrapper .wc-tabs li > a:focus {
  outline: none;
}
.woocommerce.single-product .product .product-tabs-wrapper .wc-tabs-panel-wrapper {
  background-color: #f7f7f7;
  padding: 80px 0 60px;
}
.woocommerce.single-product .product .product-tabs-wrapper .woocommerce-Tabs-panel--description > h2, .woocommerce.single-product .product .product-tabs-wrapper .woocommerce-Tabs-panel--additional_information > h2 {
  display: none;
}
.woocommerce.single-product .product .product-tabs-wrapper .woocommerce-Tabs-panel--additional_information table.shop_attributes, .woocommerce.single-product .product .product-tabs-wrapper .woocommerce-Tabs-panel--additional_information #yith-wcwl-form table.shop_attributes.shop_table.wishlist_table, #yith-wcwl-form .woocommerce.single-product .product .product-tabs-wrapper .woocommerce-Tabs-panel--additional_information table.shop_attributes.shop_table.wishlist_table {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  font-size: 16px;
}
.woocommerce.single-product .product .product-tabs-wrapper .woocommerce-Tabs-panel--additional_information table.shop_attributes th, .woocommerce.single-product .product .product-tabs-wrapper .woocommerce-Tabs-panel--additional_information #yith-wcwl-form table.shop_attributes.shop_table.wishlist_table th, #yith-wcwl-form .woocommerce.single-product .product .product-tabs-wrapper .woocommerce-Tabs-panel--additional_information table.shop_attributes.shop_table.wishlist_table th {
  color: #333333;
  border-top: 1px solid #ededed;
  padding: 15px 10px;
}
.woocommerce.single-product .product .product-tabs-wrapper .woocommerce-Tabs-panel--additional_information table.shop_attributes td, .woocommerce.single-product .product .product-tabs-wrapper .woocommerce-Tabs-panel--additional_information #yith-wcwl-form table.shop_attributes.shop_table.wishlist_table td, #yith-wcwl-form .woocommerce.single-product .product .product-tabs-wrapper .woocommerce-Tabs-panel--additional_information table.shop_attributes.shop_table.wishlist_table td {
  padding: 15px 10px;
}
.woocommerce.single-product .product .product-tabs-wrapper .woocommerce-Tabs-panel--reviews {
  margin-top: -40px;
}

/*  comments & reviews */
.woocommerce.single-product .product #comments {
  padding-top: 40px;
}
.woocommerce.single-product .product #comments > h2 {
  font-size: 20px;
  margin-top: 0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.woocommerce.single-product .product #comments .commentlist,
.woocommerce.single-product .product #comments .commentlist .children {
  padding-left: 0;
  list-style: none;
}
.woocommerce.single-product .product #comments .comment .avatar, .woocommerce.single-product .product #comments .comment_container .avatar {
  position: relative;
  border-radius: 50%;
  z-index: 1;
  display: block;
  margin: 0 auto;
}
.woocommerce.single-product .product #comments .comment .star-rating, .woocommerce.single-product .product #comments .comment_container .star-rating {
  float: right;
}
.woocommerce.single-product .product #comments .comment .meta, .woocommerce.single-product .product #comments .comment_container .meta {
  font-size: 0;
  margin-bottom: 15px;
}
.woocommerce.single-product .product #comments .comment .meta strong[itemprop=author], .woocommerce.single-product .product #comments .comment_container .meta strong[itemprop=author] {
  font-size: 16px;
  font-weight: 600;
  color: #333333;
}
.woocommerce.single-product .product #comments .comment .meta time, .woocommerce.single-product .product #comments .comment_container .meta time {
  display: block;
  font-size: 14px;
  letter-spacing: 0.03em;
}
.woocommerce.single-product .product #comments .comment .meta time:before, .woocommerce.single-product .product #comments .comment_container .meta time:before {
  content: "\f272";
  margin-right: 5px;
}
.woocommerce.single-product .product #comments .comment .comment-text, .woocommerce.single-product .product #comments .comment_container .comment-text {
  background-color: #ffffff;
}

.woocommerce.single-product .product #review_form_wrapper {
  padding-top: 40px;
}
.woocommerce.single-product .product #review_form_wrapper #reply-title {
  font-size: 20px;
  line-height: 1.2;
  display: block;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
}
.woocommerce.single-product .product #review_form_wrapper .comment-form label {
  display: inline-block;
  vertical-align: middle;
  margin-right: 40px;
}
.woocommerce.single-product .product #review_form_wrapper .comment-form .comment-form-rating label {
  margin-bottom: 0;
}
.woocommerce.single-product .product #review_form_wrapper .comment-form .stars {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  line-height: 0;
  margin-bottom: 0;
}
.woocommerce.single-product .product #review_form_wrapper .comment-form .stars:hover a:before {
  content: "\f005";
}
.woocommerce.single-product .product #review_form_wrapper .comment-form .stars.selected a.active:before {
  content: "\f005";
}
.woocommerce.single-product .product #review_form_wrapper .comment-form .stars.selected a:not(.active):before {
  content: "\f005";
}
.woocommerce.single-product .product #review_form_wrapper .comment-form .stars.selected a.active ~ a:before {
  content: "\f006";
}
.woocommerce.single-product .product #review_form_wrapper .comment-form .stars > span {
  display: inline-block;
  line-height: 0;
}
.woocommerce.single-product .product #review_form_wrapper .comment-form .stars a {
  font-size: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-indent: -999em;
  color: #fbd232;
}
.woocommerce.single-product .product #review_form_wrapper .comment-form .stars a:before {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 1em;
  height: 1em;
  font-size: 15px;
  text-indent: 0;
  overflow: hidden;
  content: "\f006";
}
.woocommerce.single-product .product #review_form_wrapper .comment-form .stars a:hover ~ a:before {
  content: "\f006";
}
.woocommerce.single-product .product #review_form_wrapper .comment-form textarea,
.woocommerce.single-product .product #review_form_wrapper .comment-form input[type=text],
.woocommerce.single-product .product #review_form_wrapper .comment-form input[type=email] {
  background-color: #ffffff;
}
.woocommerce.single-product .product #review_form_wrapper .comment-form-comment {
  margin-top: 20px;
}

/* up sells and related products */
.up-sells,
.related {
  margin-top: 100px;
}
.up-sells > h2,
.related > h2 {
  text-align: center;
  text-transform: uppercase;
  font-size: 35px;
  margin-top: 0;
  margin-bottom: 50px;
}

/* product instagram */
.product-instagram {
  border-top: 1px solid #eeeeee;
  padding-top: 50px;
}
.product-instagram p {
  margin-bottom: 45px;
}
.product-instagram p > a {
  font-weight: 600;
}
.product-instagram .tm-instagram-pics {
  margin: 0;
}
.product-instagram .tm-instagram-pics .item {
  padding: 0;
}
.product-instagram .tm-instagram-pics .item:hover .item-info span {
  padding-left: 40px;
}
.product-instagram .tm-instagram-pics .item:hover .item-info span:before {
  width: 30px;
}
.product-instagram .tm-instagram-pics .item-info {
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #ffffff;
}
.product-instagram .tm-instagram-pics .item-info a {
  color: #ffffff !important;
}
.product-instagram .tm-instagram-pics .item-info span {
  position: relative;
  transition-delay: 0.3s;
}
.product-instagram .tm-instagram-pics .item-info span:before {
  content: "";
  height: 1px;
  width: 0;
  position: absolute;
  left: 0;
  top: 50%;
  background-color: #ffffff;
  transition-duration: 0.5s;
  transform: translateY(-50%);
}

/* Wishlist table */
#yith-wcwl-form .wishlist-title {
  display: none;
}
#yith-wcwl-form table.shop_table.wishlist_table, #yith-wcwl-form table.shop_table.wishlist_table {
  font-size: 100%;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
}
#yith-wcwl-form table.shop_table.wishlist_table th, #yith-wcwl-form table.shop_table.wishlist_table th {
  text-align: center;
}
#yith-wcwl-form table.shop_table.wishlist_table th.product-name, #yith-wcwl-form table.shop_table.wishlist_table th.product-name {
  text-align: left;
}
#yith-wcwl-form table.shop_table.wishlist_table td.product-remove a, #yith-wcwl-form table.shop_table.wishlist_table td.product-remove a {
  font-size: 0;
}
#yith-wcwl-form table.shop_table.wishlist_table td.product-remove a:before {
  font-size: 20px;
  content: "\e680";
}
#yith-wcwl-form table.shop_table.wishlist_table td.product-name a, #yith-wcwl-form table.shop_table.wishlist_table td.product-name a {
  font-size: 16px;
}
#yith-wcwl-form table.shop_table.wishlist_table td.product-price .amount {
  font-size: 18px;
}
#yith-wcwl-form table.shop_table.wishlist_table td.wishlist-empty, #yith-wcwl-form table.shop_table.wishlist_table td.wishlist-empty {
  font-size: initial;
}
#yith-wcwl-form table.shop_table.wishlist_table td.product-stock-status, #yith-wcwl-form table.shop_table.wishlist_table td.product-stock-status {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.1em;
}
#yith-wcwl-form table.shop_table.wishlist_table td.product-stock-status span, #yith-wcwl-form table.shop_table.wishlist_table td.product-stock-status span {
  padding: 0 5px;
  border: 2px solid #297e29;
}
#yith-wcwl-form table.shop_table.wishlist_table td.product-stock-status span.wishlist-out-of-stock {
  color: #8b0000;
  border-color: #8b0000;
}
#yith-wcwl-form table.shop_table.wishlist_table td.product-add-to-cart .add-to-cart-btn:before, #yith-wcwl-form table.shop_table.wishlist_table td.product-add-to-cart .add-to-cart-btn:after {
  display: none;
}
#yith-wcwl-form table.shop_table.wishlist_table td.product-add-to-cart .add-to-cart-btn a.loading:before {
  content: url(assets/images/loading.svg);
  display: inline-block;
  vertical-align: -4px;
}
#yith-wcwl-form table.shop_table.wishlist_table td.product-add-to-cart .button {
  font-size: 14px;
  padding: 12px 20px !important;
  display: block !important;
  border-radius: 0;
}
#yith-wcwl-form .yith-wcwl-share {
  margin-bottom: 0;
}
#yith-wcwl-form .yith-wcwl-share ul {
  list-style: none;
}
#yith-wcwl-form .yith-wcwl-share ul li {
  display: inline-block;
  vertical-align: top;
}
#yith-wcwl-form .yith-wcwl-share-title {
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
  margin-right: 10px;
}

/**
 * Main WooCommerce styles
 */
.woocommerce .blockUI.blockOverlay {
  opacity: 1 !important;
  background: rgba(255, 255, 255, 0.7) none !important;
}
.woocommerce .blockUI.blockOverlay:before {
  content: url(assets/images/loading.svg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -10px;
  transform: scale(2) translate(-50%, -50%);
}
.woocommerce .site-content {
  margin-bottom: 70px;
}
.woocommerce .variation {
  font-size: 12px;
  display: block;
  margin: 0;
  overflow: hidden;
}
.woocommerce .variation:after {
  content: "";
  display: table;
  clear: both;
}
.woocommerce .variation dd,
.woocommerce .variation dt {
  display: block;
  float: left;
  clear: both;
  color: #999999;
}
.woocommerce .variation dt {
  font-weight: inherit;
  margin-right: 5px;
}
.woocommerce .variation dd {
  clear: none;
  margin: 0;
}
.woocommerce .variation dd p {
  font-size: 12px;
  line-height: 24px;
  margin-bottom: 0;
}
.woocommerce .variation .woocommerce-Price-amount {
  font-size: 12px !important;
  color: #999999 !important;
}
.woocommerce input[type=number].qty {
  width: 75px;
  background-color: #f7f7f7;
  margin: 0 auto;
}
.woocommerce .quantity.hidden {
  display: none;
}
.woocommerce .quantity.robin_qty {
  height: 45px;
  max-width: 150px;
  display: inline-block;
  vertical-align: top;
  background-color: #f7f7f7;
  padding: 10px;
}
.woocommerce .quantity.robin_qty .qty {
  text-align: center;
  border: none;
  float: left;
  height: 100%;
  width: 75px;
  margin: 0;
  padding: 0 10px;
  background-color: transparent !important;
  -moz-appearance: textfield;
}
.woocommerce .quantity.robin_qty .qty::-webkit-inner-spin-button, .woocommerce .quantity.robin_qty .qty::-webkit-outer-spin-button {
  -webkit-appearance: none;
}
.woocommerce .quantity.robin_qty .plus,
.woocommerce .quantity.robin_qty .minus {
  font-size: 0;
  float: left;
  cursor: pointer;
  line-height: 1;
}
.woocommerce .quantity.robin_qty .plus:before,
.woocommerce .quantity.robin_qty .minus:before {
  font-size: 22px;
}
.woocommerce .quantity.robin_qty .plus:hover,
.woocommerce .quantity.robin_qty .minus:hover {
  color: #333333;
}
.woocommerce .quantity.robin_qty .plus:before {
  content: "\e623";
}
.woocommerce .quantity.robin_qty .minus:before {
  content: "\e644";
}
.woocommerce {
  /**
   * General layout styles
   */
}
.woocommerce .col2-set {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 30px;
  padding: 0 15px;
}
.woocommerce form > h3 {
  text-transform: uppercase;
  font-size: 25px;
}
.woocommerce form .form-row {
  position: relative;
  margin-bottom: 20px;
}
.woocommerce form .form-row.form-row-first, .woocommerce form .form-row.form-row-last {
  display: inline-block;
  width: 48%;
  overflow: visible;
}
.woocommerce form .form-row.form-row-last {
  float: right;
}
.woocommerce form .form-row.form-row-wide {
  clear: both;
}
.woocommerce form .input-text {
  background-color: #ffffff;
  padding: 9px 15px;
}
.woocommerce form .select2-container.select2-container--open .select2-selection--single {
  border-color: #c7c7c7;
}
.woocommerce form .select2-container .select2-selection--single {
  height: auto;
  border-radius: 0;
  border-color: #f7f7f7;
  padding: 13px 15px;
}
.woocommerce form .select2-container .select2-selection__rendered {
  line-height: 1;
  padding: 0;
}
.woocommerce form .select2-container .select2-selection__rendered:after {
  position: absolute;
  top: 50%;
  right: 20px;
  content: "\f107";
  transform: translateY(-50%);
}
.woocommerce form .select2-container .select2-selection__arrow {
  display: none;
}
.woocommerce table.shop_table, .woocommerce #yith-wcwl-form table.shop_table.wishlist_table, #yith-wcwl-form .woocommerce table.shop_table.wishlist_table {
  width: 100%;
  background-color: #ffffff;
}
.woocommerce table.shop_table .woocommerce-Price-amount, .woocommerce #yith-wcwl-form table.shop_table.wishlist_table .woocommerce-Price-amount, #yith-wcwl-form .woocommerce table.shop_table.wishlist_table .woocommerce-Price-amount {
  color: #333333;
}
.woocommerce table.shop_table label, .woocommerce #yith-wcwl-form table.shop_table.wishlist_table label, #yith-wcwl-form .woocommerce table.shop_table.wishlist_table label {
  color: #333333;
}
.woocommerce table.shop_table thead th, .woocommerce #yith-wcwl-form table.shop_table.wishlist_table thead th, #yith-wcwl-form .woocommerce table.shop_table.wishlist_table thead th {
  background-color: #fafafa;
}
.woocommerce table.shop_table th, .woocommerce #yith-wcwl-form table.shop_table.wishlist_table th, #yith-wcwl-form .woocommerce table.shop_table.wishlist_table th {
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #222222;
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
}
.woocommerce table.shop_table th:first-of-type, .woocommerce #yith-wcwl-form table.shop_table.wishlist_table th:first-of-type, #yith-wcwl-form .woocommerce table.shop_table.wishlist_table th:first-of-type {
  padding-left: 10px;
}
.woocommerce table.shop_table td.product-name, .woocommerce #yith-wcwl-form table.shop_table.wishlist_table td.product-name, #yith-wcwl-form .woocommerce table.shop_table.wishlist_table td.product-name {
  color: #999999;
}
.woocommerce table.shop_table td.product-name a, .woocommerce #yith-wcwl-form table.shop_table.wishlist_table td.product-name a, #yith-wcwl-form .woocommerce table.shop_table.wishlist_table td.product-name a {
  color: #999999;
}
.woocommerce table.shop_table tr.shipping #shipping_method, .woocommerce #yith-wcwl-form table.shop_table.wishlist_table tr.shipping #shipping_method, #yith-wcwl-form .woocommerce table.shop_table.wishlist_table tr.shipping #shipping_method {
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce table.shop_table tr.shipping #shipping_method input[type=radio] {
  width: auto;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 0;
}
.woocommerce table.shop_table tr.order-total .amount, .woocommerce #yith-wcwl-form table.shop_table.wishlist_table tr.order-total .amount, #yith-wcwl-form .woocommerce table.shop_table.wishlist_table tr.order-total .amount {
  font-weight: 300;
  font-size: 30px;
}
.woocommerce table.shop_table tr.order-total .includes_tax, .woocommerce #yith-wcwl-form table.shop_table.wishlist_table tr.order-total .includes_tax, #yith-wcwl-form .woocommerce table.shop_table.wishlist_table tr.order-total .includes_tax {
  font-size: 100%;
}
.woocommerce table.shop_table tr.order-total .includes_tax .amount, .woocommerce #yith-wcwl-form table.shop_table.wishlist_table tr.order-total .includes_tax .amount, #yith-wcwl-form .woocommerce table.shop_table.wishlist_table tr.order-total .includes_tax .amount {
  font-size: inherit;
}
.woocommerce table.shop_table tfoot td, .woocommerce #yith-wcwl-form table.shop_table.wishlist_table tfoot td, #yith-wcwl-form .woocommerce table.shop_table.wishlist_table tfoot td {
  padding-left: 0;
}
.woocommerce {
  /**
   * Order page
   */
}
.woocommerce ul.order_details {
  display: inline-block;
  list-style: none;
  margin: 0 0 1.5em;
  padding: 15px;
  background-color: #f7f7f7;
}
.woocommerce ul.order_details::after {
  clear: both;
  content: "";
  display: table;
}
.woocommerce ul.order_details li {
  float: left;
  text-transform: uppercase;
  font-size: 0.715em;
  line-height: 1;
  border-right: 1px dashed #dddddd;
  margin-left: 0;
  margin-right: 2em;
  padding-left: 0;
  padding-right: 2em;
  list-style-type: none;
}
.woocommerce ul.order_details li strong {
  display: block;
  font-size: 1.4em;
  font-weight: 600;
  text-transform: none;
  line-height: 1.5;
  color: #333333;
}
.woocommerce ul.order_details li:last-of-type {
  border: none;
}

.woocommerce-page .site-content {
  margin-bottom: 70px;
}

.star-rating {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  overflow: hidden;
  font-size: 0;
  width: auto;
  line-height: 1;
  color: #dcdcdc;
}
.star-rating:before {
  font-size: 12px;
  content: "\f005\f005\f005\f005\f005";
}
.star-rating > span {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  color: #ffd24d;
}
.star-rating > span:before {
  font-size: 12px;
  content: "\f005\f005\f005\f005\f005";
}

.product-badges {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 13px;
  color: #ffffff;
}
.product-badges span {
  position: absolute;
  left: 35px;
  top: 20px;
  border-radius: 5px;
  z-index: 3;
  padding: 0 10px;
}
.product-badges span.new {
  background-color: #00b285;
}
.product-badges span.hot {
  background-color: #ffc926;
}
.product-badges span.onsale {
  background-color: #d92523;
}
.product-badges span.outofstock {
  background-color: #aaaaaa;
}
.product-badges span + span {
  top: 50px;
}
.product-badges span + span + span {
  top: 80px;
}

.isw-swatches.isw-swatches--in-loop .isw-term {
  margin-right: 10px;
}
.isw-swatches .isw-term:last-of-type {
  margin-right: 0;
}
.isw-swatches .isw-term:after {
  font-family: inherit;
}
.isw-swatches .isw-white.isw-selected {
  border: 1px solid #dddddd;
}
.isw-swatches .isw-swatch--isw_color .isw-term {
  border-radius: 100%;
}
.isw-swatches .isw-swatch--isw_image .isw-term img {
  border-radius: 100%;
}
.isw-swatches .isw-swatch--isw_text .isw-term {
  color: #333333;
  box-shadow: none;
}
.isw-swatches .isw-swatch--isw_text .isw-term:before, .isw-swatches .isw-swatch--isw_text .isw-term:after {
  display: none;
}
.isw-swatches .reset_variations {
  font-size: 8px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  text-decoration: underline;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
  border: 1px solid transparent;
  padding: 5px 20px;
}
.woocommerce-password-strength.strong {
  background-color: #c1e1b9;
  border-color: #83c373;
  color: #48823a;
}
.woocommerce-password-strength.short {
  background-color: #f1adad;
  border-color: #e35b5b;
  color: #ae4443;
}
.woocommerce-password-strength.bad {
  background-color: #fbc5a9;
  border-color: #f78b53;
  color: #ae5f37;
}
.woocommerce-password-strength.good {
  background-color: #ffe399;
  border-color: #ffc733;
  color: #b69640;
}

.woocommerce-password-hint {
  font-size: 14px;
  position: absolute;
  bottom: 100%;
  right: 0;
  opacity: 0;
  visibility: hidden;
  background: #ffffff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
  max-width: 300px;
  width: 100%;
  margin-bottom: -10px;
  padding: 20px;
}
.woocommerce-password-hint:after {
  position: absolute;
  top: 100%;
  left: 30px;
  font-size: 26px;
  line-height: 7px;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  color: #ffffff;
  content: "\f0d7";
}

.woocommerce-password-strength + .woocommerce-password-hint {
  opacity: 1;
  visibility: visible;
}

/* WooCommerce message */
.woocommerce-message, .woocommerce-order-received .woocommerce-thankyou-order-received,
.woocommerce-error,
.woocommerce-info {
  position: relative;
  word-wrap: break-word;
  background-color: #f7f7f7;
  border-top: 3px solid #1e85be;
  padding: 1em 2em 1em 3.5em;
  margin-bottom: 2em;
}
.woocommerce-message:before, .woocommerce-order-received .woocommerce-thankyou-order-received:before,
.woocommerce-error:before,
.woocommerce-info:before {
  display: inline-block;
  position: absolute;
  top: 1.25em;
  left: 2em;
  content: "\f24a";
}
.woocommerce-message .button, .woocommerce-order-received .woocommerce-thankyou-order-received .button,
.woocommerce-error .button,
.woocommerce-info .button {
  float: right;
  background-color: transparent !important;
  border: none !important;
  color: #333333 !important;
  padding: 0;
}
.woocommerce-message li, .woocommerce-order-received .woocommerce-thankyou-order-received li,
.woocommerce-error li,
.woocommerce-info li {
  list-style: none outside !important;
  padding-left: 0 !important;
  margin-left: 0 !important;
}

.woocommerce-message, .woocommerce-order-received .woocommerce-thankyou-order-received {
  border-top-color: #8fae1b;
}
.woocommerce-message:before, .woocommerce-order-received .woocommerce-thankyou-order-received:before {
  content: "\f00c";
  color: #8fae1b;
}

.woocommerce-info {
  border-top-color: #1e85be;
}
.woocommerce-info:before {
  color: #1e85be;
}

.woocommerce-error {
  border-top-color: #b81c23;
}
.woocommerce-error:before {
  content: "\f00d";
  color: #b81c23;
}

.wpcf7 input[type=text],
.wpcf7 input[type=number],
.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 textarea {
  font-size: 15px;
  padding: 10px 20px;
}
.wpcf7 textarea {
  font-size: 15px !important;
}

.tm-robin-banner-with-button {
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}
.tm-robin-banner-with-button:before {
  content: "";
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 1;
}
.tm-robin-banner-with-button.hover-zoom-in:hover img {
  transform: scale(1.1);
}
.tm-robin-banner-with-button.hover-blur:hover img {
  filter: blur(2px);
}
.tm-robin-banner-with-button.hover-grayscale:hover img {
  filter: grayscale(100%);
}
.tm-robin-banner-with-button.hover-white-overlay:before {
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.8);
}
.tm-robin-banner-with-button.hover-white-overlay:hover:before {
  opacity: 1;
}
.tm-robin-banner-with-button.hover-black-overlay:before {
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.tm-robin-banner-with-button.hover-black-overlay:hover:before {
  opacity: 1;
}
.tm-robin-banner-with-button img {
  backface-visibility: hidden;
  transition: all 0.5s linear;
}
.tm-robin-banner-with-button .banner-content {
  position: absolute;
  top: 50%;
  left: 8%;
  max-width: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.tm-robin-banner-with-button .center {
  text-align: center;
}
.tm-robin-banner-with-button .left {
  text-align: left;
}
.tm-robin-banner-with-button .right {
  text-align: right;
}
.tm-robin-banner-with-button .description {
  line-height: 1.5;
}
.tm-robin-banner-with-button .second-line {
  margin-bottom: 15px;
}
.tm-robin-banner-with-button .description {
  margin-bottom: 25px;
}

.tm-robin-blog .js-post-carousel {
  opacity: 0;
  visibility: hidden;
}
.tm-robin-blog .js-post-carousel .slick-slide a {
  margin: 0;
}
.tm-robin-blog .js-post-carousel .slick-slide .entry-meta a {
  display: inline-block;
  margin-right: 5px;
  margin-left: 5px;
}
.tm-robin-blog .single-image.slick-slide {
  opacity: 1;
}
.tm-robin-blog .post-item > article {
  margin-bottom: 60px;
}
.tm-robin-blog .post-item.adding-item {
  opacity: 0;
  visibility: hidden;
}

.tm-robin-brands-carousel {
  opacity: 0;
  margin-bottom: 0;
}
.tm-robin-brands-carousel.slick-initialized {
  opacity: 1;
}
.tm-robin-brands-carousel .tm-carousel-item {
  text-align: center;
  margin: 0 30px;
}
.tm-robin-brands-carousel .tm-carousel-item a {
  margin: 0;
}
.tm-robin-brands-carousel .tm-carousel-item span {
  display: block;
  margin-top: 10px;
}
.tm-robin-brands-carousel .tm-carousel-item img {
  backface-visibility: hidden;
}
.tm-robin-brands-carousel .slick-dots {
  margin-top: -40px;
  position: relative;
}

.tm-robin-brands-grid .tm-brand-item {
  text-align: center;
  margin-bottom: 30px;
}
.tm-robin-brands-grid .tm-brand-item span {
  display: block;
  margin-top: 10px;
}

.tm-robin-button {
  -webkit-appearance: initial;
  font-size: 14px;
}
.tm-robin-button.small {
  font-size: 12px;
  padding: 8px 15px;
}
.tm-robin-button.large {
  font-size: 16px;
  padding: 12px 35px;
}
.tm-robin-button.xlarge {
  font-size: 20px;
  padding: 20px 45px;
}
.tm-robin-button i.icon-right {
  margin-left: 5px;
}
.tm-robin-button i.icon-left {
  margin-right: 5px;
}

.tm-robin-countdown {
  opacity: 0;
}
.tm-robin-countdown.is-countdown {
  opacity: 1;
  background-color: #ffffff;
  border: none;
}
.tm-robin-countdown .countdown-section {
  float: none;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  line-height: 1;
  max-width: 130px;
  word-wrap: normal;
  border-right: 2px solid transparent;
  padding: 10px 24px;
  margin-bottom: 10px;
}
.tm-robin-countdown .countdown-section:first-child {
  border-left: 2px solid transparent;
}
.tm-robin-countdown .countdown-amount {
  display: block;
  font-weight: 700;
  padding-bottom: 12px;
}
.tm-robin-countdown .countdown-period {
  display: block;
}

.tm-robin-icon-box {
  display: table-row;
}
.tm-robin-icon-box.left .title, .tm-robin-icon-box.right .title {
  margin-bottom: 4px;
  margin-top: 0;
}
.tm-robin-icon-box.left .tm-icon-box__icon,
.tm-robin-icon-box.left .tm-icon-box__content, .tm-robin-icon-box.right .tm-icon-box__icon,
.tm-robin-icon-box.right .tm-icon-box__content {
  display: table-cell;
  vertical-align: top;
}
.tm-robin-icon-box.left.middle .tm-icon-box__icon,
.tm-robin-icon-box.left.middle .tm-icon-box__content, .tm-robin-icon-box.right.middle .tm-icon-box__icon,
.tm-robin-icon-box.right.middle .tm-icon-box__content {
  vertical-align: middle;
}
.tm-robin-icon-box.left.bottom .tm-icon-box__icon,
.tm-robin-icon-box.left.bottom .tm-icon-box__content, .tm-robin-icon-box.right.bottom .tm-icon-box__icon,
.tm-robin-icon-box.right.bottom .tm-icon-box__content {
  vertical-align: bottom;
}
.tm-robin-icon-box.left .tm-icon-box__icon {
  padding-right: 20px;
}
.tm-robin-icon-box.left .tm-icon-box__icon span {
  padding-right: 10px;
}
.tm-robin-icon-box.right .tm-icon-box__icon {
  padding-left: 20px;
}
.tm-robin-icon-box.right .tm-icon-box__icon span {
  padding-left: 10px;
}
.tm-robin-icon-box.right .tm-icon-box__content {
  text-align: right;
}
.tm-robin-icon-box.center {
  display: block;
}
.tm-robin-icon-box.center .tm-icon-box__icon {
  margin-bottom: 20px;
}
.tm-robin-icon-box.only-icon {
  display: inline-block;
}
.tm-robin-icon-box.only-icon .tm-icon-box__icon {
  padding: 0;
}
.tm-robin-icon-box.only-icon .tm-icon-box__icon span {
  padding: 0;
}
.tm-robin-icon-box .tm-icon-box__content .title {
  font-weight: 700;
}
.tm-robin-icon-box .tm-icon-box__content .title a {
  display: block;
}
.tm-robin-icon-box .tm-icon-box__content p.subtext a {
  font-size: 14px;
  font-style: italic;
  text-decoration: underline;
}
.tm-robin-icon-box .tm-icon-box__content p.subtext:after {
  padding-left: 5px;
  content: "\f105";
}
.tm-robin-icon-box .tm-icon-box__icon span {
  line-height: 1;
  font-weight: 300;
}
.tm-robin-icon-box .tm-icon-box__icon a {
  display: block;
}
.tm-robin-icon-box .tm-icon-box__icon.with-bg[class*=circle] i, .tm-robin-icon-box .tm-icon-box__icon.with-bg[class*=circle] span {
  border-radius: 100%;
}
.tm-robin-icon-box .tm-icon-box__icon.with-bg[class*=rounded] i, .tm-robin-icon-box .tm-icon-box__icon.with-bg[class*=rounded] span {
  border-radius: 3px;
}
.tm-robin-icon-box .tm-icon-box__icon.with-bg[class*=outline-] i, .tm-robin-icon-box .tm-icon-box__icon.with-bg[class*=outline-] span {
  border: 2px solid;
}
.tm-robin-icon-box .tm-icon-box__icon.with-bg i, .tm-robin-icon-box .tm-icon-box__icon.with-bg span {
  text-align: center;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.8em;
}
.tm-robin-icon-box .tm-icon-box__icon.with-bg i[class|=pe-7s] {
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
}
.tm-robin-icon-box .description {
  line-height: 1.6;
  margin-top: 15px;
}
.tm-robin-icon-box .description em {
  font-style: italic !important;
}

.tm-robin-image-carousel {
  opacity: 0;
}
.tm-robin-image-carousel.slick-initialized {
  opacity: 1;
}
.tm-robin-image-carousel .tm-carousel-item {
  text-align: center;
}
.tm-robin-image-carousel .tm-carousel-item img {
  backface-visibility: hidden;
}
.tm-robin-image-carousel .slick-dots {
  margin-top: -40px;
  position: relative;
}

.tm-robin-mailchimp .title {
  font-size: 36px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 30px;
}
.tm-robin-mailchimp .title:after {
  content: "";
  display: block;
  height: 2px;
  width: 100px;
  margin-top: 25px;
}
.tm-robin-mailchimp input {
  height: 44px;
  vertical-align: middle;
  margin-bottom: 30px;
}
.tm-robin-mailchimp label {
  display: none;
}
.tm-robin-mailchimp p {
  display: inline-block;
}
.tm-robin-mailchimp p:first-of-type {
  max-width: 560px;
  width: 100%;
  position: relative;
  z-index: 1;
}
.tm-robin-mailchimp p:first-of-type:after {
  z-index: 2;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -12px;
}
.tm-robin-mailchimp input[type=email],
.tm-robin-mailchimp input[type=text] {
  font-size: 16px;
  font-style: italic;
  border-width: 0;
  border-bottom-width: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.tm-robin-mailchimp button, .tm-robin-mailchimp .tm-robin-button {
  padding: 12px 22px;
  margin-top: 10px;
}

.tm-robin-mailchimp.text-xs-center .title:after, .tm-robin-mailchimp.tm-robin-icon-box.center .title:after {
  margin-right: auto;
  margin-left: auto;
}
.tm-robin-mailchimp.text-xs-center input[type=email], .tm-robin-mailchimp.tm-robin-icon-box.center input[type=email],
.tm-robin-mailchimp.text-xs-center input[type=text],
.tm-robin-mailchimp.tm-robin-icon-box.center input[type=text] {
  text-align: center;
}

.tm-robin-product-categories.categories-layout-carousel {
  opacity: 0;
}
.tm-robin-product-categories.categories-space-25 .category-grid-item {
  padding: 0 12.5px;
}
.tm-robin-product-categories.categories-space-20 .category-grid-item {
  padding: 0 10px;
}
.tm-robin-product-categories.categories-space-15 .category-grid-item {
  padding: 0 7.5px;
}
.tm-robin-product-categories.categories-space-10 .category-grid-item {
  padding: 0 5px;
}
.tm-robin-product-categories.categories-space-5 .category-grid-item {
  padding: 0 2.5px;
}
.tm-robin-product-categories.categories-space-0 .category-grid-item {
  padding: 0;
}
.tm-robin-product-categories.categories-item-black-overlay .category-grid-item {
  position: relative;
}
.tm-robin-product-categories.categories-item-black-overlay .category-grid-item:hover .product-category-thumbnail:after {
  opacity: 1;
}
.tm-robin-product-categories.categories-item-black-overlay .category-grid-item:hover .product-category-content {
  opacity: 1;
}
.tm-robin-product-categories.categories-item-black-overlay .category-grid-item:hover h2:after {
  width: 100%;
}
.tm-robin-product-categories.categories-item-black-overlay .category-grid-item .product-category-thumbnail:after {
  content: "";
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.tm-robin-product-categories.categories-item-black-overlay .category-grid-item .product-category-content {
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  z-index: 1;
  border-bottom: none;
  transform: translateY(-50%);
}
.tm-robin-product-categories.categories-item-black-overlay .category-grid-item h2 {
  display: inline-block;
  position: relative;
  color: #ffffff;
}
.tm-robin-product-categories.categories-item-black-overlay .category-grid-item h2:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  margin: 0 auto;
  background-color: #ffffff;
  transition-delay: 0.2s;
}
.tm-robin-product-categories.categories-item-black-overlay .category-grid-item mark.count {
  color: #ffffff;
}
.tm-robin-product-categories.categories-item-black-overlay .category-grid-item .category-link:after {
  display: none;
}
.tm-robin-product-categories.categories-item-black-overlay .category-grid-item .category-link a {
  font-size: 0;
  z-index: 2;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.tm-robin-product-categories.categories-layout-masonry .category-grid-item {
  position: relative;
}
.tm-robin-product-categories.categories-layout-masonry .category-grid-item .product-category-thumbnail {
  position: relative;
}
.tm-robin-product-categories.categories-layout-masonry .category-grid-item .product-category-content {
  position: absolute;
  top: 30px;
  left: 30px;
  padding: 0;
  border-bottom: none;
}
.tm-robin-product-categories.categories-layout-masonry .category-grid-item h2 {
  text-align: left;
  line-height: 1;
  padding: 0;
}
.tm-robin-product-categories.categories-layout-masonry .category-grid-item mark.count {
  display: block;
  color: #666666;
  margin-top: 5px;
}
.tm-robin-product-categories.categories-layout-masonry .category-grid-item .category-link:after {
  display: none;
}
.tm-robin-product-categories.categories-layout-masonry .category-grid-item .category-link a {
  font-size: 0;
  z-index: 2;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.tm-products-filter ul {
  list-style: none;
  text-align: center;
  margin: 0 0 60px;
  padding: 0;
}
.tm-products-filter ul li {
  display: inline-block;
  padding-bottom: 7px;
  margin-left: -4px;
}
.tm-products-filter ul li:first-of-type {
  margin-left: 0;
}
.tm-products-filter ul li a:hover:after,
.tm-products-filter ul li a.active:after {
  width: 100%;
}
.tm-products-filter ul li > a {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  color: #888888;
  padding-bottom: 10px;
  margin: 0 20px;
}
.tm-products-filter ul li > a.active {
  color: #111111;
}
.tm-products-filter ul li > a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  height: 3px;
  width: 0;
  transform: translateX(-50%);
}
.tm-products-filter ul li > a:hover:after {
  width: 100%;
}

.vc_tta-panel-body .tm-robin-products-grid .animated.product,
.vc_tta-panel-body .tm-robin-products-carousel .animated.product {
  animation-duration: 0.4s;
}

.tm-robin-products-carousel .products {
  opacity: 0;
}
.tm-robin-products-carousel .products.slick-initialized {
  opacity: 1;
}
.tm-robin-products-carousel .products .slick-slide a {
  margin-left: 0;
  margin-right: 0;
}
.tm-robin-products-carousel .products .slick-track.filtering {
  transform: translate3d(0, 0, 0) !important;
}
.tm-robin-products-carousel .products .slick-track.filtering .product {
  width: auto !important;
}
.tm-robin-products-carousel .product {
  animation: zoomIn 0.25s;
}

.tm-robin-products-widget {
  margin-bottom: 30px;
}
.tm-robin-products-widget .title {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 0.09em;
  margin-bottom: 35px;
  position: relative;
  font-weight: 700;
  color: #111111;
}
.tm-robin-products-widget .slick-dots {
  margin-top: 30px;
}
.tm-robin-products-widget .slick-arrow {
  width: 40px;
  height: 40px;
}
.tm-robin-products-widget .slick-arrow:before {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 40px;
}
.tm-robin-products-widget .slick-arrow.slick-prev {
  left: -30px;
}
.tm-robin-products-widget .slick-arrow.slick-next {
  right: -30px;
}
.tm-robin-products-widget .slick-arrow.small {
  width: 30px;
  height: 30px;
  color: #111111;
  border: 1px solid #111111;
  background-color: #ffffff;
}
.tm-robin-products-widget .slick-arrow.small:hover {
  color: #ffffff;
  background-color: #111111;
}
.tm-robin-products-widget .slick-arrow.small:focus {
  border: 1px solid #111111 !important;
}
.tm-robin-products-widget .slick-arrow.small:before {
  width: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 12px;
}
.tm-robin-products-widget .slick-arrow.small.slick-prev {
  left: auto;
  right: 35px;
}
.tm-robin-products-widget .slick-arrow.small.slick-next {
  right: 0;
}
.tm-robin-products-widget .slick-arrows-bottom {
  position: relative;
  text-align: right;
  margin-top: 30px;
}
.tm-robin-products-widget .slick-arrows-bottom .slick-arrow {
  position: relative;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  transform: translateY(0);
}
.tm-robin-products-widget .product {
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.tm-robin-products-widget .product-title {
  font-weight: 600;
  color: #111111;
}
.tm-robin-products-widget .product-buttons {
  font-size: 0;
  position: absolute;
  bottom: 0;
  left: 20px;
}
.tm-robin-products-widget .product-buttons > div {
  display: inline-block;
  vertical-align: top;
  width: 38px;
  height: 38px;
  text-align: center;
  margin-right: 5px;
}
.tm-robin-products-widget .product-buttons > div a {
  display: block;
  height: 38px;
  width: 38px;
  line-height: 38px;
  color: #999999;
  background-color: #ededed;
  border: none;
  border-radius: 0;
  padding: 0;
}
.tm-robin-products-widget .product-buttons > div a:before {
  font-size: 15px;
  line-height: 38px !important;
}
.tm-robin-products-widget .product-buttons > div a:focus {
  outline: none;
}
.tm-robin-products-widget .product-buttons > div a:hover {
  color: #ffffff !important;
}
.tm-robin-products-widget .yith-wcwl-add-to-wishlist {
  display: inline-block;
  margin-top: 0;
}
.tm-robin-products-widget .yith-wcwl-add-to-wishlist .ajax-loading {
  display: none !important;
}
.tm-robin-products-widget .yith-wcwl-add-to-wishlist a {
  display: block;
  color: #999999;
}
.tm-robin-products-widget .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist:before {
  display: inline-block;
  content: "\f08a";
}
.tm-robin-products-widget .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist.loading:before {
  content: url(assets/images/loading.svg);
  vertical-align: -10px;
}
.tm-robin-products-widget .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.tm-robin-products-widget .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before {
  content: "\f004";
}
.tm-robin-products-widget .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse .feedback,
.tm-robin-products-widget .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse .feedback {
  display: none;
}
.tm-robin-products-widget .add-to-cart-btn a.loading {
  font-size: 0;
}
.tm-robin-products-widget .add-to-cart-btn a.loading:before {
  content: url(assets/images/loading.svg);
  position: absolute;
  top: 5px;
  left: 8px;
  line-height: 0;
  width: 0;
}
.tm-robin-products-widget .add-to-cart-btn a:not(.loading):before {
  content: "\f06e";
}
.tm-robin-products-widget .add-to-cart-btn a:not(.loading).add_to_cart_button:before {
  content: "\f291";
}
.tm-robin-products-widget .add-to-cart-btn a:not(.loading).product_type_variable:before {
  content: "\f046";
}
.tm-robin-products-widget .add-to-cart-btn a:not(.loading).product_type_variable.isw-ready:not(.loading):not(.added):before {
  content: "\f291";
}
.tm-robin-products-widget .add-to-cart-btn a:not(.loading).product_type_variable.isw-readmore:not(.loading):not(.added):before {
  content: "\f06e";
}
.tm-robin-products-widget .add-to-cart-btn a:not(.loading).product_type_external:before {
  content: "\f291";
}
.tm-robin-products-widget .add-to-cart-btn a.added:before {
  content: "\f00c" !important;
}
.tm-robin-products-widget .add-to-cart-btn a.added:hover:before {
  color: #ffffff !important;
}
.tm-robin-products-widget .add-to-cart-btn a.added_to_cart {
  display: none;
}
.tm-robin-products-widget .compare-btn.loading a:before {
  content: url(assets/images/loading.svg);
  position: absolute;
  top: 5px;
  left: 8px;
  line-height: 0;
  height: 0;
}
.tm-robin-products-widget .compare-btn a:before {
  content: "\f0ec";
}
.tm-robin-products-widget .compare-btn .blockUI,
.tm-robin-products-widget .compare-btn .blocOverlay {
  display: none !important;
}
.tm-robin-products-widget.enable-carousel .product_list_widget {
  opacity: 0;
}
.tm-robin-products-widget.enable-carousel .product_list_widget.slick-initialized {
  opacity: 1;
}

.tm-product-details.enable-carousel .product_list {
  opacity: 0;
}
.tm-product-details.enable-carousel .product_list.slick-initialized {
  opacity: 1;
}
.tm-product-details.enable-carousel .product_list .slick-dots {
  margin-top: -30px;
  margin-bottom: 40px;
}
.tm-product-details .woocommerce-message, .tm-product-details .woocommerce-order-received .woocommerce-thankyou-order-received, .woocommerce-order-received .tm-product-details .woocommerce-thankyou-order-received,
.tm-product-details .woocommerce-error,
.tm-product-details .woocommerce-info {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.tm-product-details .product_list {
  max-width: 960px;
  margin: 0 auto;
}
.tm-product-details .woocommerce.single-product {
  margin-bottom: 30px;
}
.tm-product-details .woocommerce.single-product .product.container {
  padding: 0;
}
.tm-product-details .woocommerce.single-product .product .images {
  position: relative;
}
.tm-product-details .woocommerce.single-product .product .images .design-2-images img.only-one {
  width: 100%;
}
.tm-product-details .woocommerce.single-product .product .images .design-carousel {
  opacity: 0;
}
.tm-product-details .woocommerce.single-product .product .images .design-carousel.slick-initialized {
  opacity: 1;
}
.tm-product-details .woocommerce.single-product .product .images .slick-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
}
.tm-product-details .woocommerce.single-product .product .summary .price {
  margin-bottom: 5px;
}
.tm-product-details .woocommerce.single-product .product .summary .description,
.tm-product-details .woocommerce.single-product .product .summary .product-meta-buttons,
.tm-product-details .woocommerce.single-product .product .summary .product_meta,
.tm-product-details .woocommerce.single-product .product .summary .product-share {
  display: none;
}
.tm-product-details .woocommerce.single-product .product .summary table.variations tr td:first-of-type, .tm-product-details .woocommerce.single-product .product .summary #yith-wcwl-form table.variations.shop_table.wishlist_table tr td:first-of-type, #yith-wcwl-form .tm-product-details .woocommerce.single-product .product .summary table.variations.shop_table.wishlist_table tr td:first-of-type {
  padding-left: 0;
}
.tm-product-details .woocommerce.single-product .product .summary .cart .quantity,
.tm-product-details .woocommerce.single-product .product .summary .cart .button {
  margin-bottom: 30px;
}
.tm-product-details .woocommerce.single-product .product .summary .more-details a {
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: underline;
  letter-spacing: 0.1em;
  color: #999999;
}

.tm-robin-products-grid .product-loop.adding-item {
  opacity: 0;
  visibility: hidden;
}

.tm-loadmore-wrap {
  text-align: center;
  margin-top: 30px;
}
.tm-loadmore-wrap.loading {
  cursor: wait;
}
.tm-loadmore-wrap.loading button:before, .tm-loadmore-wrap.loading .tm-robin-button:before {
  content: url(assets/images/loading.svg);
  vertical-align: -2px;
  margin-right: 10px;
}
.progress-bar .vc_single_bar {
  border: 1px solid #cfcfcf !important;
  height: 50px;
  margin-bottom: 25px !important;
  border-radius: 0 !important;
}
.progress-bar .vc_label {
  line-height: 1em !important;
  padding: 15px !important;
  margin-bottom: 30px;
  height: 48px !important;
}
.progress-bar .vc_label .vc_label_units {
  position: absolute;
  top: 15px;
  right: 0;
  text-align: right;
  padding-right: 10px;
}
.progress-bar small {
  font-size: 18px !important;
  font-weight: 600 !important;
  text-shadow: none !important;
  letter-spacing: 0.05em;
}
.progress-bar .vc_bar {
  position: absolute;
  border-radius: 0 !important;
}
.progress-bar .vc_bar:before {
  position: absolute;
  display: block;
  top: -0.5px;
  left: -0.5px;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid #fab200;
}

.vc_progress_bar .vc_single_bar {
  background: #ffffff !important;
}

.tm-robin-simple-banner {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
.tm-robin-simple-banner:after {
  content: "";
  display: block;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 0;
  opacity: 0;
}
.tm-robin-simple-banner:hover:after, .tm-robin-simple-banner:hover .banner-content {
  opacity: 1;
}
.tm-robin-simple-banner:hover .banner-content > * {
  transform: translateY(0);
}
.tm-robin-simple-banner a.banner-link {
  font-size: 0;
  z-index: 1;
}
.tm-robin-simple-banner .banner-content {
  opacity: 0;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  z-index: 2;
  transform: translateY(-50%);
  color: #111111;
}
.tm-robin-simple-banner .banner-content > * {
  transition-duration: 0.5s;
}
.tm-robin-simple-banner .first-line {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 10px;
  transform: translateY(40px);
}
.tm-robin-simple-banner .second-line {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 15px;
  transform: translateY(50px);
}
.tm-robin-simple-banner .third-line {
  transform: translateY(60px);
  margin-bottom: 25px;
}
.tm-robin-simple-banner .third-line:after {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  margin: 20px auto;
}
.tm-robin-simple-banner .banner-button {
  padding: 8px 24px;
  transform: translateY(100px);
}

.tm-robin-social.shape-circle .social-links li i {
  border-radius: 100%;
}
.tm-robin-social.shape-circle .social-links li i span.hover-mask {
  border-radius: 100%;
}
.tm-robin-social.shape-square .social-links li i, .tm-robin-social.shape-circle .social-links li i {
  height: 2.5em;
  width: 2.5em;
  line-height: 2.5;
}

.tm-robin-social .social-links li {
  display: block;
  margin-bottom: 30px;
  margin-right: 0;
}
.tm-robin-social .social-links li:hover span.hover-mask {
  animation: social-hover 800ms ease;
}

.tm-robin-social .social-links li:last-child {
  margin-right: 0;
}

.tm-robin-social .social-links li i {
  position: relative;
  z-index: 2;
  margin-bottom: 10px;
}

.tm-robin-social span.hover-mask {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  line-height: 2.5;
  background-color: #000000;
  z-index: -1;
  transform: translate(-50%, -50%);
}

.tm-robin-social span.icon-title {
  display: block;
  font-size: 16px;
  color: #111111;
  margin-right: -5px;
}

.tm-robin-social span.icon-title:after {
  font-size: 12px;
  margin-left: 5px;
  content: "\f0da";
}

.tm-robin-team-members {
  margin-bottom: 30px;
}
.tm-robin-team-members img {
  display: block;
  margin-bottom: 25px;
}
.tm-robin-team-members .name {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
}
.tm-robin-team-members .role {
  display: block;
  overflow: hidden;
  letter-spacing: 0.03em;
  margin-bottom: 10px;
}
.tm-robin-team-members .biography {
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.6;
  margin-top: 15px;
}

.tm-robin-testimonial-carousel {
  opacity: 0;
  text-align: center;
  margin-bottom: 0 !important;
}
.tm-robin-testimonial-carousel img {
  margin: 0 auto 30px;
}
.tm-robin-testimonial-carousel p {
  font-size: 18px;
}
.tm-robin-testimonial-carousel .tm-robin-testimonial-carousel__text {
  padding: 0 70px;
  text-align: center;
  margin-bottom: 30px;
}
.gray-box .tm-robin-testimonial-carousel .tm-robin-testimonial-carousel__text {
  padding: 0 50px;
}
.tm-robin-testimonial-carousel .box-cite {
  margin: 0 auto;
}
.tm-robin-testimonial-carousel .tm-robin-testimonial-carousel__cite,
.tm-robin-testimonial-carousel .tm-robin-testimonial-carousel__sub-cite {
  margin: 0 auto;
  line-height: 1.6em;
}
.tm-robin-testimonial-carousel .tm-robin-testimonial-carousel__cite {
  font-weight: 700;
  color: #111111;
  font-size: 18px;
}
.tm-robin-testimonial-carousel .tm-robin-testimonial-carousel__sub-cite {
  bottom: -10px;
  max-width: 120px;
  margin: 0 auto;
}
.tm-robin-testimonial-carousel .slick-list {
  padding-bottom: 30px;
}
.gray-box .tm-robin-testimonial-carousel {
  padding-left: 150px;
}

.vc_custom_heading.style-robin {
  font-weight: 700;
}
.vc_custom_heading.style-robin > span {
  display: inline-block;
}
.vc_custom_heading.style-robin > span:after {
  content: "";
  display: block;
  height: 2px;
  width: 100px;
  margin-top: 15px;
  background-color: #CCCCCC;
}
.vc_custom_heading.align-center > span:after {
  margin-left: auto;
  margin-right: auto;
}
.vc_custom_heading.align-right > span:after {
  margin-left: auto;
  margin-right: 0;
}

.vc_row.row:before,
.vc_row.row:after {
  display: none;
}

.vc_tta-panel-body {
  box-sizing: border-box !important;
}

.wpb-js-composer .vc_tta-tabs.vc_tta-style-robin.vc_tta-style-robin .vc_tta-panel-body {
  border-width: 0;
}
.wpb-js-composer .vc_tta-tabs.vc_tta-style-robin.vc_tta-style-robin .vc_tta-tabs-list {
  margin-bottom: 30px;
}
.wpb-js-composer .vc_tta-tabs.vc_tta-style-robin.vc_tta-style-robin .vc_tta-tab {
  color: #888888;
  padding-bottom: 7px;
}
.wpb-js-composer .vc_tta-tabs.vc_tta-style-robin.vc_tta-style-robin .vc_tta-tab > a {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  border: none;
  margin: 0 20px;
  padding: 0 0 10px;
}
.wpb-js-composer .vc_tta-tabs.vc_tta-style-robin.vc_tta-style-robin .vc_tta-tab > a > span {
  cursor: pointer;
}
.wpb-js-composer .vc_tta-tabs.vc_tta-style-robin.vc_tta-style-robin .vc_tta-panel .vc_tta-panel-title > a {
  display: inline-block;
  color: #888888;
  border: none;
  padding: 0;
}
.wpb-js-composer .vc_tta-tabs.vc_tta-style-robin.vc_tta-style-robin .vc_tta-panel-title {
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 30px;
}
.wpb-js-composer .vc_tta-tabs.vc_tta-style-robin.vc_tta-style-robin .vc_tta-panel-heading {
  border: none;
}
.wpb-js-composer .vc_tta-tabs.vc_tta-style-robin.vc_tta-style-robin .vc_tta-tab > a:after,
.wpb-js-composer .vc_tta-tabs.vc_tta-style-robin.vc_tta-style-robin .vc_tta-panel .vc_tta-panel-title > a:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10px;
  height: 3px !important;
  width: 0 !important;
  display: block !important;
  border: none !important;
  transform: translateX(-50%);
}
.wpb-js-composer .vc_tta-tabs.vc_tta-style-robin.vc_tta-style-robin .vc_tta-tab > a:hover:after,
.wpb-js-composer .vc_tta-tabs.vc_tta-style-robin.vc_tta-style-robin .vc_tta-tab.vc_active > a:after,
.wpb-js-composer .vc_tta-tabs.vc_tta-style-robin.vc_tta-style-robin .vc_tta-panel .vc_tta-panel-title > a:hover:after,
.wpb-js-composer .vc_tta-tabs.vc_tta-style-robin.vc_tta-style-robin .vc_tta-panel.vc_active .vc_tta-panel-title > a:after {
  width: 100% !important;
}
.wpb-js-composer .vc_tta-tabs.vc_tta-style-robin.vc_tta-style-robin.vc_tta-controls-align-left .vc_tta-tab:first-child > a {
  margin-left: 0;
}
.wpb-js-composer .vc_tta-tabs.vc_tta-style-robin.vc_tta-style-robin.vc_tta-controls-align-right .vc_tta-tab:last-child > a {
  margin-right: 0;
}

.wpb-js-composer .vc_tta-accordion.vc_tta-style-robin.vc_tta-style-robin .vc_tta-panel .vc_tta-panel-heading {
  border-top-width: 0;
  border-right-width: 0;
  border-left-width: 0;
  border-bottom: 1px solid #eeeeee;
}
.wpb-js-composer .vc_tta-accordion.vc_tta-style-robin.vc_tta-style-robin .vc_tta-panel:first-child .vc_tta-panel-heading {
  border-top: 1px solid #eeeeee;
}
.wpb-js-composer .vc_tta-accordion.vc_tta-style-robin.vc_tta-style-robin .vc_tta-panel.vc_active {
  border-bottom: 1px solid #eeeeee;
}
.wpb-js-composer .vc_tta-accordion.vc_tta-style-robin.vc_tta-style-robin .vc_tta-panel.vc_active .vc_tta-panel-heading {
  background-color: #eeeeee;
}
.wpb-js-composer .vc_tta-accordion.vc_tta-style-robin.vc_tta-style-robin .vc_tta-panel-title {
  font-size: 18px;
  font-weight: 600;
  color: #444444;
}
.wpb-js-composer .vc_tta-accordion.vc_tta-style-robin.vc_tta-style-robin .vc_tta-panel-body {
  border: none !important;
  padding: 30px 0 !important;
}

.wpb-js-composer .vc_toggle.vc_toggle_robin.vc_toggle_robin {
  margin-bottom: 20px;
}
.wpb-js-composer .vc_toggle.vc_toggle_robin.vc_toggle_robin .vc_toggle_title h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
  color: #444444;
  display: block;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
  margin: 0;
  padding: 14px 20px;
}
.wpb-js-composer .vc_toggle.vc_toggle_robin.vc_toggle_robin.vc_toggle_active .vc_toggle_title {
  background-color: #eeeeee;
}
.wpb-js-composer .vc_toggle.vc_toggle_robin.vc_toggle_robin.vc_toggle_active .vc_toggle_content {
  border-bottom: 1px solid #eeeeee;
}
.wpb-js-composer .vc_toggle.vc_toggle_robin.vc_toggle_robin + .vc_toggle.vc_toggle_robin.vc_toggle_robin {
  margin-top: -20px;
}
.wpb-js-composer .vc_toggle.vc_toggle_robin.vc_toggle_robin + .vc_toggle.vc_toggle_robin.vc_toggle_robin .vc_toggle_title h4 {
  border-top-width: 0;
}
.wpb-js-composer .vc_toggle.vc_toggle_robin.vc_toggle_robin .vc_toggle_content {
  margin: 0;
  padding: 30px 0;
}

.video-lightbox-btn {
  position: absolute !important;
  bottom: 60px;
  right: 10px;
  z-index: 1;
}
.video-lightbox-btn i {
  font-size: 35px;
}

/*
Trumps
================================================
utilities and helper classes with ability to override anything which goes before in the triangle, eg. hide helper class
*/
/* Text meant only for screen readers. */
.screen-reader-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
}
.screen-reader-text:focus {
  top: 5px;
  left: 5px;
  z-index: 100000;
  display: block;
  clip: auto !important;
  padding: 15px 23px 14px;
  width: auto;
  height: auto;
  border-radius: 3px;
  background-color: #f1f1f1;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  color: #21759b;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
  line-height: normal; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
  outline: 0;
}

.alignleft {
  display: inline;
  float: left;
  margin: 5px 20px 20px 0;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*
* =====================
* Only works in Firefox
* =====================
*/
/*
* =====================
* Only works in Safari
* =====================
*/
/*
* Safari 7.1+
*/
_::-webkit-full-page-media, _:future, :root #woo-quick-view .summary table.product-share td, :root #woo-quick-view .summary #yith-wcwl-form table.product-share.shop_table.wishlist_table td, :root #yith-wcwl-form #woo-quick-view .summary table.product-share.shop_table.wishlist_table td {
  padding-bottom: 40px;
}

/*
* Safari 9+
*/
/*
* Safari 9+ (iOS Only)
*/
/*=====================================
Custom CSS classes by theme
 =====================================*/
.header-phone {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.1em;
  margin-right: 30px;
}
.header-phone i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 7px;
}

.header-widget ul.contact-info {
  margin-top: 10px;
}
.header-widget ul.contact-info li {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
}
.header-widget ul.contact-info li + li {
  margin-left: 20px;
}
.header-widget ul.contact-info li > i {
  margin-right: 5px;
}
.header-widget ul.contact-info li > a {
  padding: 0;
}

.vc_row.gray-box {
  padding: 40px 0;
}

.vc_row.gray-box-wide {
  padding: 40px 0;
}

.vc_custom_heading.style-robin.short-underline > span:after {
  width: 30px;
}

.vc_row.newsletter-box .tm-robin-icon-box .title {
  letter-spacing: 0.1em;
  margin-top: 10px;
  margin-bottom: 0;
}
.vc_row.newsletter-box .tm-robin-mailchimp {
  line-height: 52px;
  font-size: 0;
}
.vc_row.newsletter-box .tm-robin-mailchimp input[type=text] {
  display: none;
}
.vc_row.newsletter-box .tm-robin-mailchimp input[type=email] {
  display: inline-block;
  width: 80%;
  height: 50px;
  border-radius: 0;
  border: 2px solid transparent !important;
}
.vc_row.newsletter-box .tm-robin-mailchimp input[type=email]:focus {
  border-color: #222222 !important;
}
.vc_row.newsletter-box .tm-robin-mailchimp button, .vc_row.newsletter-box .tm-robin-mailchimp .tm-robin-button {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-left: -2px;
  border-radius: 0;
}
.vc_row.newsletter-box .tm-robin-mailchimp button:before, .vc_row.newsletter-box .tm-robin-mailchimp .tm-robin-button:before {
  position: absolute;
  content: "\f002";
  color: #ffffff;
  font-size: 14px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "\f002";
}
.vc_row.newsletter-box .tm-robin-mailchimp button:hover, .vc_row.newsletter-box .tm-robin-mailchimp .tm-robin-button:hover {
  background-color: #111111 !important;
  border-color: #111111 !important;
}

.vc_row.newsletter-box-icon {
  position: relative;
  margin: 0 50px !important;
}
.vc_row.newsletter-box-icon input {
  background-color: transparent !important;
}
.vc_row.newsletter-box-icon .tm-robin-mailchimp {
  padding: 0 150px;
}
.vc_row.newsletter-box-icon .tm-robin-icon-box {
  position: absolute;
  top: 50%;
  right: -90px;
  z-index: 10;
  transform: translateY(-50%);
}
.vc_row.newsletter-box-icon .tm-robin-icon-box .tm-icon-box__icon {
  margin: 0;
}
.vc_row.newsletter-box-icon .tm-robin-icon-box .tm-icon-box__icon i {
  width: 60px;
  height: 60px;
  line-height: 60px;
}

.wpb_single_image.image-full-width img {
  max-width: none;
}

.wpb_revslider_element.robin-carousel-slider {
  padding: 30px 0;
}
.wpb_revslider_element.robin-carousel-slider .metis.tparrows {
  width: 30px !important;
}

.banner-fullwidth {
  text-align: center;
  padding: 40px 0 100px;
}
.banner-fullwidth h2.vc_custom_heading strong {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
}
.banner-fullwidth p.vc_custom_heading {
  max-width: 570px;
  margin: 0 auto 30px;
}

.big-margin-bottom .product-loop {
  margin-bottom: 60px;
}

.footer-vc .vc_custom_heading {
  float: left;
}
.footer-vc ul.social-links {
  float: right;
}
.footer-vc ul.social-links > li {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 0;
}
.footer-vc ul.social-links i {
  font-size: 16px !important;
}
.footer-vc ul.social-links i:hover {
  color: #fab200 !important;
}

.homepage-mailchimp {
  text-align: center;
}
.homepage-mailchimp input {
  background-color: transparent !important;
  max-width: 670px;
  margin-right: 25px;
  margin-bottom: 0;
}
.homepage-mailchimp input[type=text] {
  display: none;
}
.homepage-mailchimp input, .homepage-mailchimp button, .homepage-mailchimp .tm-robin-button {
  display: inline-block;
}

.vc_row.testimonial-box-icon .tm-robin-icon-box {
  position: absolute;
  top: 50%;
  left: -30px;
  z-index: 10;
  transform: translateY(-50%);
}
.vc_row.testimonial-box-icon .tm-robin-icon-box .tm-icon-box__icon {
  margin: 0;
}
.vc_row.testimonial-box-icon .tm-robin-icon-box .tm-icon-box__icon i {
  width: 60px;
  height: 60px;
  line-height: 60px;
  border: 2px solid #eee;
}
.megamenu-home h6 {
  letter-spacing: 0.01em;
  margin-bottom: 15px;
}
.megamenu-home .wpb_single_image {
  overflow: hidden;
  margin-right: 30px;
  max-height: 110px;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.3);
}
.megamenu-home .wpb_column:hover .wpb_single_image {
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.4);
}

.megamenu-element {
  padding: 30px;
}

.vc_custom_heading.landing-page-title {
  font-weight: 700;
}
.vc_custom_heading.landing-page-title span {
  color: #fab200;
}

.wpb_text_column.homepages-title p {
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
  color: #111111;
}

.vc_row.landing-page-homepages .wpb_column {
  margin-bottom: 60px;
}
.vc_row.landing-page-homepages .wpb_column > .vc_column-inner > .wpb_wrapper {
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.08);
}
.vc_row.landing-page-homepages .wpb_column:hover > .vc_column-inner > .wpb_wrapper {
  box-shadow: 0 2px 30px 0 rgba(0, 0, 0, 0.3);
}
.vc_row.landing-page-homepages .wpb_single_image {
  margin-bottom: 0;
}
.vc_row.landing-page-homepages .vc_custom_heading {
  background-color: #f8f8f8;
  margin: 0;
  padding: 20px 0;
}

.vc_column_container.install-col > .vc_column-inner {
  padding: 50px 30px !important;
}
.vc_column_container.install-col > .vc_column-inner > .wpb_wrapper > .vc_row.vc_inner {
  background: #ffffff;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
  padding: 20px 40px;
}
.vc_column_container.install-col > .vc_column-inner > .wpb_wrapper > .vc_row.vc_inner > .wpb_column > .vc_column-inner {
  padding-top: 0 !important;
}
.vc_column_container.install-col > .vc_column-inner .wpb_single_image {
  display: table-cell;
  vertical-align: middle;
  min-width: 125px;
  margin-bottom: 0;
  padding-right: 60px;
}
.vc_column_container.install-col > .vc_column-inner .wpb_text_column {
  display: table-cell;
  vertical-align: middle;
  margin-bottom: 0;
}
.vc_column_container.install-col > .vc_column-inner .wpb_text_column h4 {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 5px;
}

.vc_column_container.support-col {
  background: linear-gradient(223deg, #eb753f, #f8b200);
  background-size: 400% 400%;
  animation: animate-gradient 5s ease infinite;
}

.vc_column_container.support-col > .vc_column-inner {
  padding: 50px 30px !important;
}
.vc_column_container.support-col > .vc_column-inner .tm-robin-button {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}
.vc_column_container.support-col > .vc_column-inner .tm-robin-button:hover {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.5);
}

.vc_column_container.options-col > .vc_column-inner {
  padding: 0 30px !important;
}

.vc_column_container.speed-col > .vc_column-inner {
  padding: 50px 30px 0 !important;
}

.vc_row.experience-row {
  padding-top: 60px;
  padding-bottom: 60px;
}
.vc_row.experience-row .wpb_text_column {
  margin-bottom: 20px;
}
.vc_row.experience-row .wpb_text_column:before {
  color: #fab200;
  display: table-cell;
  width: 30px;
  content: "\f00c";
}
.vc_row.experience-row .wpb_text_column .wpb_wrapper {
  display: table-cell;
}
.vc_row.experience-row .wpb_text_column .wpb_wrapper p {
  font-size: 15px;
  color: #666;
}
.vc_row.experience-row .wpb_text_column .wpb_wrapper br {
  display: none;
}
.vc_row.experience-row .wpb_text_column .wpb_wrapper strong {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #111111;
  margin-bottom: 5px;
}

.vc_row.functions-row .vc_row.vc_inner .wpb_column {
  background-color: #ffffff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  min-height: 200px;
  padding: 30px;
}
.vc_row.functions-row .wpb_text_column {
  font-size: 15px;
  color: #666666;
}
.vc_row.functions-row .wpb_text_column h4 {
  font-size: 18px;
  line-height: 23px;
  margin-top: 0;
  margin-bottom: 15px;
}

.vc_row.purchase-row {
  padding: 30px 0 80px;
}
.vc_row.purchase-row .vc_custom_heading {
  margin-bottom: 30px;
}
.vc_row.purchase-row .tm-robin-button {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.3);
}
.vc_row.purchase-row .tm-robin-button:hover {
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.5);
}

.footer-vc .vc_custom_heading {
  float: left;
}
.footer-vc ul.social-links {
  float: right;
}
.footer-vc ul.social-links > li {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 0;
}
.footer-vc ul.social-links i {
  font-size: 16px !important;
}
.footer-vc ul.social-links i:hover {
  color: #fab200 !important;
}

.homepage-mailchimp {
  text-align: center;
}
.homepage-mailchimp input {
  background-color: transparent !important;
  max-width: 670px;
  margin-right: 25px;
  margin-bottom: 0;
}
.homepage-mailchimp input[type=text] {
  display: none;
}
.homepage-mailchimp input, .homepage-mailchimp button, .homepage-mailchimp .tm-robin-button {
  display: inline-block;
}

.text-underline {
  text-decoration: underline;
}

/* Slick */
.slick-slider.slick-initialized {
  opacity: 1;
  visibility: visible;
}

.slick-arrow {
  font-size: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  width: 30px;
  height: 60px;
  color: #ffffff;
  opacity: 0.6;
  border: none;
  transform: translateY(-50%);
  border-radius: 0;
  z-index: 1;
  padding: 0;
}
.slick-arrow:before {
  width: 30px;
  height: 60px;
  line-height: 60px;
  font-size: 14px;
  display: inline-block;
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-prev:before {
  content: "\f053";
}
.slick-arrow.slick-next {
  right: 0;
}
.slick-arrow.slick-next:before {
  content: "\f054";
}
.slick-arrow.slick-disabled {
  opacity: 0 !important;
  visibility: hidden !important;
}
.vc_row[data-vc-stretch-content=true] .slick-arrow.slick-prev {
  left: 15px;
}
.vc_row[data-vc-stretch-content=true] .slick-arrow.slick-next {
  right: 15px;
}

.slick-dots {
  text-align: center;
  font-size: 0;
  padding: 0;
  margin-top: 10px !important;
  margin-bottom: 30px !important;
}
.slick-dots li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
  line-height: 1.5;
  height: 5px;
  width: 20px;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots button, .slick-dots .tm-robin-button {
  height: 5px !important;
  width: 20px !important;
  border-radius: 0 !important;
  border: none !important;
  background-color: #999999;
  padding: 0 !important;
}

.slick-track {
  position: relative;
  display: block;
  left: 0;
  top: 0;
  min-width: 100%;
}

.slick-arrow:hover, .slick-arrow:focus {
  opacity: 0.8 !important;
}

/* Hint.css */
[class*=hint--]:after {
  font-family: inherit !important;
  text-shadow: none !important;
  letter-spacing: 0;
  -webkit-backface-visibility: none;
}

/* Photoswipe */
.admin-bar .pswp {
  top: 46px;
}

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: "";
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background-color: transparent !important;
  background-image: url(assets/images/photoswipe/default-skin.png) !important;
}

.pswp--svg .pswp__button,
.pswp--svg .pswp__button--arrow--left:before,
.pswp--svg .pswp__button--arrow--right:before {
  background-color: transparent !important;
  background-image: url(assets/images/photoswipe/default-skin.svg) !important;
}

.pswp__preloader--active .pswp__preloader__icn {
  background-image: url(assets/images/photoswipe/preloader.gif) !important;
}

.pswp__button.pswp__button--arrow--left,
.pswp__button.pswp__button--arrow--right {
  display: block;
  opacity: 0.8;
  background-color: transparent !important;
  background-image: none !important;
}
.pswp__button.pswp__button--arrow--left:hover,
.pswp__button.pswp__button--arrow--right:hover {
  opacity: 1;
}

/* Growl JS */
.admin-bar #growls.tr {
  top: 42px;
}

.growl {
  overflow: hidden;
  opacity: 1;
  border-radius: 0;
  padding: 0 !important;
  box-shadow: 1px 1px 10px 1px rgba(0, 0, 0, 0.2);
}

.growl .growl-close {
  padding: 8px;
}

.growl .growl-message {
  display: table;
}
.growl .growl-message a {
  color: #ffffff;
  text-decoration: underline;
}

.growl .growl-thumb {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  max-width: 180px;
}

.growl .growl-content {
  display: table-cell;
  vertical-align: middle;
  padding: 10px 15px;
}

.growl .growl-thumb + .growl-content {
  padding-left: 15px;
}

.growl ul.error {
  list-style-type: none;
  padding: 20px;
  margin: 0;
}
.growl ul.error li {
  font-size: 15px;
  line-height: 1.5;
  padding-left: 10px;
}

/**
perfect scrollbar
 */
.ps {
  position: relative;
}

.ps.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  height: 6px;
}

.ps.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  width: 6px;
}

.ps > .ps__scrollbar-x-rail {
  height: 6px;
}

.ps > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  background-color: #9f9f9f;
  border-radius: 3px;
  bottom: 0;
  height: 3px;
}

.ps > .ps__scrollbar-x-rail:hover > .ps__scrollbar-x, .ps > .ps__scrollbar-x-rail:active > .ps__scrollbar-x {
  height: 6px;
}

.ps > .ps__scrollbar-y-rail {
  width: 6px;
}

.ps > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  background-color: #9f9f9f;
  border-radius: 3px;
  right: 0;
  width: 3px;
}

.ps > .ps__scrollbar-y-rail:hover > .ps__scrollbar-y, .ps > .ps__scrollbar-y-rail:active > .ps__scrollbar-y {
  width: 6px;
}

.ps:hover.ps--in-scrolling.ps--x > .ps__scrollbar-x-rail > .ps__scrollbar-x {
  height: 6px;
}

.ps:hover.ps--in-scrolling.ps--y > .ps__scrollbar-y-rail > .ps__scrollbar-y {
  width: 6px;
}

.ps:hover > .ps__scrollbar-x-rail:hover {
  background-color: #e6e6e6;
  opacity: 1;
}

.ps:hover > .ps__scrollbar-y-rail:hover {
  background-color: #e6e6e6;
  opacity: 1;
}

/* Slider Revolution */
.tp-bullets.custom {
  width: auto !important;
  top: 98% !important;
}
.tp-bullets.custom .tp-bullet {
  position: relative;
  top: auto !important;
  left: auto !important;
  display: inline-block;
  width: 20px;
  height: 5px;
  opacity: 0.2;
  background-color: #000;
  margin-right: 5px;
}
.tp-bullets.custom .tp-bullet:hover,
.tp-bullets.custom .tp-bullet.selected {
  opacity: 1;
}
@media (min-width: 544px){
  .flex-sm-first{
    -ms-flex-order: -1;
    order: -1;
  }
  .flex-sm-last{
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-sm-unordered{
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-items-sm-top{
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flex-items-sm-middle{
    -ms-flex-align: center;
    align-items: center;
  }
  .flex-items-sm-bottom{
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .flex-sm-top{
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .flex-sm-middle{
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .flex-sm-bottom{
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .flex-items-sm-left{
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .flex-items-sm-center{
    -ms-flex-pack: center;
    justify-content: center;
  }
  .flex-items-sm-right{
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .flex-items-sm-around{
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .flex-items-sm-between{
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .pull-sm-left{
    float: left !important;
  }
  .pull-sm-right{
    float: right !important;
  }
  .pull-sm-none{
    float: none !important;
  }
  .text-sm-left{
    text-align: left !important;
  }
  .text-sm-right{
    text-align: right !important;
  }
  .text-sm-center{
    text-align: center !important;
  }
  .hidden-sm-up{
    display: none !important;
  }
  .col-sm-is-5{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-sm-pull-is-5{
    right: 20%;
  }
  .col-sm-push-is-5{
    left: 20%;
  }
  .col-sm-offset-is-5{
    margin-left: 20%;
  }
  .container{
    max-width: 576px;
  }
  .col-sm{
    position: relative;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-sm-1{
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2{
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4{
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5{
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7{
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8{
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9{
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10{
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11{
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-sm-0{
    right: auto;
  }
  .pull-sm-1{
    right: 8.3333333333%;
  }
  .pull-sm-2{
    right: 16.6666666667%;
  }
  .pull-sm-3{
    right: 25%;
  }
  .pull-sm-4{
    right: 33.3333333333%;
  }
  .pull-sm-5{
    right: 41.6666666667%;
  }
  .pull-sm-6{
    right: 50%;
  }
  .pull-sm-7{
    right: 58.3333333333%;
  }
  .pull-sm-8{
    right: 66.6666666667%;
  }
  .pull-sm-9{
    right: 75%;
  }
  .pull-sm-10{
    right: 83.3333333333%;
  }
  .pull-sm-11{
    right: 91.6666666667%;
  }
  .pull-sm-12{
    right: 100%;
  }
  .push-sm-0{
    left: auto;
  }
  .push-sm-1{
    left: 8.3333333333%;
  }
  .push-sm-2{
    left: 16.6666666667%;
  }
  .push-sm-3{
    left: 25%;
  }
  .push-sm-4{
    left: 33.3333333333%;
  }
  .push-sm-5{
    left: 41.6666666667%;
  }
  .push-sm-6{
    left: 50%;
  }
  .push-sm-7{
    left: 58.3333333333%;
  }
  .push-sm-8{
    left: 66.6666666667%;
  }
  .push-sm-9{
    left: 75%;
  }
  .push-sm-10{
    left: 83.3333333333%;
  }
  .push-sm-11{
    left: 91.6666666667%;
  }
  .push-sm-12{
    left: 100%;
  }
  .offset-sm-0{
    margin-left: 0%;
  }
  .offset-sm-1{
    margin-left: 8.3333333333%;
  }
  .offset-sm-2{
    margin-left: 16.6666666667%;
  }
  .offset-sm-3{
    margin-left: 25%;
  }
  .offset-sm-4{
    margin-left: 33.3333333333%;
  }
  .offset-sm-5{
    margin-left: 41.6666666667%;
  }
  .offset-sm-6{
    margin-left: 50%;
  }
  .offset-sm-7{
    margin-left: 58.3333333333%;
  }
  .offset-sm-8{
    margin-left: 66.6666666667%;
  }
  .offset-sm-9{
    margin-left: 75%;
  }
  .offset-sm-10{
    margin-left: 83.3333333333%;
  }
  .offset-sm-11{
    margin-left: 91.6666666667%;
  }
  .post-nav__prev-item .item-wrapper,
  .post-nav__next-item .item-wrapper{
    display: block;
  }
  .site-breadcrumbs .post-nav__prev-item{
    right: 50px;
  }
  .page-title .post-nav__prev-item{
    left: 5%;
    right: auto;
  }
  .post-nav__next-item{
    right: 15px;
  }
  .page-title .post-nav__next-item{
    right: 5%;
  }
  .products.list .product-loop{
    position: relative !important;
    top: auto !important;
    left: auto !important;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 30px;
    border-bottom: 1px solid #eeeeee;
  }
  .products.list .product-loop .product-thumb{
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }
  .products.list .product-loop .product-info{
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    padding-left: 30px;
  }
  .products.list .product-loop .product-info .product-title{
    margin-top: 0;
  }
  .products.list .product-loop .product-thumb .product-buttons{
    display: none;
  }
  .products.list .product-loop .product-info .yith-wcwl-add-to-wishlist{
    display: none;
  }
  .vc_column_container.install-col > .vc_column-inner{
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .vc_column_container.support-col > .vc_column-inner{
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .vc_column_container.options-col > .vc_column-inner{
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .vc_column_container.speed-col > .vc_column-inner{
    padding-left: 60px !important;
    padding-right: 60px !important;
  }
  .vc_row.functions-row .wpb_single_image{
    display: table-cell;
    min-width: 130px;
  }
}
@media (max-width: 991px) and (min-width: 544px){
  .product-loop:not(.slick-slide){
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 544px) and (max-width: 767px){
  .tm-robin-blog .slick-arrow.post-carousel-arrow{
    opacity: 0;
    visibility: hidden;
  }
  .tm-robin-blog .slick-arrow.post-carousel-arrow.slick-next{
    right: -30px;
  }
  .tm-robin-blog .slick-arrow.post-carousel-arrow.slick-prev{
    left: -30px;
  }
  .tm-robin-blog:hover .slick-arrow.post-carousel-arrow{
    opacity: 0.6;
    visibility: visible;
  }
  .tm-robin-blog:hover .slick-arrow.post-carousel-arrow.slick-next{
    right: 10px;
  }
  .tm-robin-blog:hover .slick-arrow.post-carousel-arrow.slick-prev{
    left: 10px;
  }
  .wpb_revslider_element.landing-page-slider img.landing-slide1-obj1{
    transform: scale(0.8);
  }
}
@media (min-width: 544px) and (max-width: 991px){
  .tm-robin-countdown .countdown-section{
    padding: 10px 30px 10px 0;
  }
}
@media (min-width: 544px) and (max-width: 1199px){
  .vc_row.newsletter-box-icon .tm-robin-mailchimp{
    padding: 0 70px;
  }
}
@media (min-width: 601px) and (max-width: 782px){
  .admin-bar .sticky-header.is-sticky{
    top: 46px;
  }
}
@media (min-width: 768px){
  .flex-md-first{
    -ms-flex-order: -1;
    order: -1;
  }
  .flex-md-last{
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-md-unordered{
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-items-md-top{
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flex-items-md-middle{
    -ms-flex-align: center;
    align-items: center;
  }
  .flex-items-md-bottom{
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .flex-md-top{
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .flex-md-middle{
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .flex-md-bottom{
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .flex-items-md-left{
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .flex-items-md-center{
    -ms-flex-pack: center;
    justify-content: center;
  }
  .flex-items-md-right{
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .flex-items-md-around{
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .flex-items-md-between{
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .pull-md-left{
    float: left !important;
  }
  .pull-md-right{
    float: right !important;
  }
  .pull-md-none{
    float: none !important;
  }
  .text-md-left{
    text-align: left !important;
  }
  .text-md-right{
    text-align: right !important;
  }
  .text-md-center{
    text-align: center !important;
  }
  .hidden-md-up{
    display: none !important;
  }
  .col-md-is-5{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-md-pull-is-5{
    right: 20%;
  }
  .col-md-push-is-5{
    left: 20%;
  }
  .col-md-offset-is-5{
    margin-left: 20%;
  }
  .container{
    max-width: 720px;
  }
  .col-md{
    position: relative;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-md-1{
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2{
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4{
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5{
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7{
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8{
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9{
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10{
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11{
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-md-0{
    right: auto;
  }
  .pull-md-1{
    right: 8.3333333333%;
  }
  .pull-md-2{
    right: 16.6666666667%;
  }
  .pull-md-3{
    right: 25%;
  }
  .pull-md-4{
    right: 33.3333333333%;
  }
  .pull-md-5{
    right: 41.6666666667%;
  }
  .pull-md-6{
    right: 50%;
  }
  .pull-md-7{
    right: 58.3333333333%;
  }
  .pull-md-8{
    right: 66.6666666667%;
  }
  .pull-md-9{
    right: 75%;
  }
  .pull-md-10{
    right: 83.3333333333%;
  }
  .pull-md-11{
    right: 91.6666666667%;
  }
  .pull-md-12{
    right: 100%;
  }
  .push-md-0{
    left: auto;
  }
  .push-md-1{
    left: 8.3333333333%;
  }
  .push-md-2{
    left: 16.6666666667%;
  }
  .push-md-3{
    left: 25%;
  }
  .push-md-4{
    left: 33.3333333333%;
  }
  .push-md-5{
    left: 41.6666666667%;
  }
  .push-md-6{
    left: 50%;
  }
  .push-md-7{
    left: 58.3333333333%;
  }
  .push-md-8{
    left: 66.6666666667%;
  }
  .push-md-9{
    left: 75%;
  }
  .push-md-10{
    left: 83.3333333333%;
  }
  .push-md-11{
    left: 91.6666666667%;
  }
  .push-md-12{
    left: 100%;
  }
  .offset-md-0{
    margin-left: 0%;
  }
  .offset-md-1{
    margin-left: 8.3333333333%;
  }
  .offset-md-2{
    margin-left: 16.6666666667%;
  }
  .offset-md-3{
    margin-left: 25%;
  }
  .offset-md-4{
    margin-left: 33.3333333333%;
  }
  .offset-md-5{
    margin-left: 41.6666666667%;
  }
  .offset-md-6{
    margin-left: 50%;
  }
  .offset-md-7{
    margin-left: 58.3333333333%;
  }
  .offset-md-8{
    margin-left: 66.6666666667%;
  }
  .offset-md-9{
    margin-left: 75%;
  }
  .offset-md-10{
    margin-left: 83.3333333333%;
  }
  .offset-md-11{
    margin-left: 91.6666666667%;
  }
  .area-404__heading{
    font-size: 200px;
  }
  .error404 .col-404{
    margin-top: -250px;
  }
  .author-avatar{
    float: left;
  }
  .author-description{
    text-align: left;
    margin-top: 0;
    margin-left: 50px;
    padding-left: 75px;
    padding-right: 33px;
    padding-top: 35px;
    padding-bottom: 23px;
    min-height: 170px;
    overflow: visible;
  }
  .comments-area .author-avatar{
    padding-top: 30px;
  }
  .comment-text{
    margin-top: 0;
    margin-left: 50px;
    padding-top: 35px;
    padding-left: 75px;
    padding-right: 30px;
    margin-bottom: 27px;
    min-height: 170px;
  }
  .thecomment .reply{
    float: right;
    line-height: 1;
    margin-bottom: 0;
  }
  #reply-title small{
    float: right;
  }
  .cookie-wrapper{
    right: 20px;
    bottom: 20px;
    max-width: 400px;
  }
  .site-mobile-menu{
    top: auto !important;
  }
  .page-title > .container > .row{
    min-height: 100px;
    max-height: 500px;
  }
  .page-title h1{
    font-size: 40px;
  }
  .post-related .post-quote > h2{
    font-size: 15px;
    line-height: 1.4;
  }
  .share-list__item:not(:last-child){
    margin-right: 23px;
  }
  .wb-bx-wrapper.wb-carousel-robin:hover .wb-bx-prev,
  .wb-bx-wrapper.wb-carousel-robin:hover .wb-bx-next{
    opacity: 0.6;
  }
  .wb-bx-wrapper.wb-carousel-robin:hover .wb-bx-prev{
    left: -25px;
  }
  .wb-bx-wrapper.wb-carousel-robin:hover .wb-bx-next{
    right: -25px;
  }
  .wb-bx-wrapper.wb-carousel-robin .wb-bx-prev,
  .wb-bx-wrapper.wb-carousel-robin .wb-bx-next{
    opacity: 0;
  }
  .wb-bx-wrapper.wb-carousel-robin .wb-bx-prev{
    left: -40px;
  }
  .wb-bx-wrapper.wb-carousel-robin .wb-bx-next{
    right: -40px;
  }
  .vc_row[data-vc-stretch-content=true] .wb-bx-wrapper.wb-carousel-robin .wb-bx-prev{
    left: -15px;
  }
  .vc_row[data-vc-stretch-content=true] .wb-bx-wrapper.wb-carousel-robin .wb-bx-next{
    right: -15px;
  }
  form.track_order{
    max-width: 630px;
    margin: 0 auto;
    padding: 60px;
  }
  .woocommerce.single-product .product .images.thumbnails-left > div.col-md-9{
    padding-left: 0;
  }
  .woocommerce.single-product .product .images.thumbnails-left .product-badges span{
    right: 0;
  }
  .woocommerce.single-product .product #comments .comment .avatar, .woocommerce.single-product .product #comments .comment_container .avatar{
    float: left;
    margin-top: 30px;
  }
  .woocommerce.single-product .product #comments .comment .children{
    margin-left: 100px;
  }
  .up-sells .slick-arrow.slick-prev,
  .related .slick-arrow.slick-prev{
    left: -20px;
  }
  .up-sells .slick-arrow.slick-next,
  .related .slick-arrow.slick-next{
    right: -20px;
  }
  .tm-robin-social .social-links li{
    display: inline-block;
    margin-right: 2em;
  }
  .tm-shortcode.nomargin-product .product-loop.product-style-hover--info{
    margin: 0;
  }
  .tm-shortcode.nopadding-product .product-loop.product-style-hover--info{
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 1199px){
  .header-minicart{
    padding-right: 5px;
  }
  .site-mobile-menu{
    width: 600px;
  }
  .header-wishlist .product_list_widget{
    max-height: 500px;
  }
}
@media (min-width: 768px) and (max-width: 991px){
  .category-grid-item .woocommerce-loop-category__title{
    font-size: 16px;
  }
  .products.list .product-loop .product-thumb{
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .products.list .product-loop .product-info{
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    padding-left: 15px;
  }
  .products.list .product-loop .product-info .product-buttons{
    width: 50%;
  }
  .tm-robin-blog .slick-arrow.post-carousel-arrow{
    opacity: 0;
    visibility: hidden;
  }
  .tm-robin-blog .slick-arrow.post-carousel-arrow.slick-next{
    right: -30px;
  }
  .tm-robin-blog .slick-arrow.post-carousel-arrow.slick-prev{
    left: -30px;
  }
  .tm-robin-blog:hover .slick-arrow.post-carousel-arrow{
    opacity: 0.6;
    visibility: visible;
  }
  .tm-robin-blog:hover .slick-arrow.post-carousel-arrow.slick-next{
    right: -20px;
  }
  .tm-robin-blog:hover .slick-arrow.post-carousel-arrow.slick-prev{
    left: -20px;
  }
  .wpb_revslider_element.landing-page-slider img.landing-slide1-obj1{
    transform: scale(0.9);
  }
}
@media screen and (min-width: 783px){
  .admin-bar .pswp{
    top: 32px;
  }
}
@media (min-width: 992px){
  .flex-lg-first{
    -ms-flex-order: -1;
    order: -1;
  }
  .flex-lg-last{
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-lg-unordered{
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-items-lg-top{
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flex-items-lg-middle{
    -ms-flex-align: center;
    align-items: center;
  }
  .flex-items-lg-bottom{
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .flex-lg-top{
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .flex-lg-middle{
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .flex-lg-bottom{
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .flex-items-lg-left{
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .flex-items-lg-center{
    -ms-flex-pack: center;
    justify-content: center;
  }
  .flex-items-lg-right{
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .flex-items-lg-around{
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .flex-items-lg-between{
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .pull-lg-left{
    float: left !important;
  }
  .pull-lg-right{
    float: right !important;
  }
  .pull-lg-none{
    float: none !important;
  }
  .text-lg-left{
    text-align: left !important;
  }
  .text-lg-right{
    text-align: right !important;
  }
  .text-lg-center{
    text-align: center !important;
  }
  .hidden-lg-up{
    display: none !important;
  }
  .col-lg-is-5{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-lg-pull-is-5{
    right: 20%;
  }
  .col-lg-push-is-5{
    left: 20%;
  }
  .col-lg-offset-is-5{
    margin-left: 20%;
  }
  .container{
    max-width: 940px;
  }
  .col-lg{
    position: relative;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-lg-1{
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2{
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4{
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5{
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7{
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8{
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9{
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10{
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11{
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-lg-0{
    right: auto;
  }
  .pull-lg-1{
    right: 8.3333333333%;
  }
  .pull-lg-2{
    right: 16.6666666667%;
  }
  .pull-lg-3{
    right: 25%;
  }
  .pull-lg-4{
    right: 33.3333333333%;
  }
  .pull-lg-5{
    right: 41.6666666667%;
  }
  .pull-lg-6{
    right: 50%;
  }
  .pull-lg-7{
    right: 58.3333333333%;
  }
  .pull-lg-8{
    right: 66.6666666667%;
  }
  .pull-lg-9{
    right: 75%;
  }
  .pull-lg-10{
    right: 83.3333333333%;
  }
  .pull-lg-11{
    right: 91.6666666667%;
  }
  .pull-lg-12{
    right: 100%;
  }
  .push-lg-0{
    left: auto;
  }
  .push-lg-1{
    left: 8.3333333333%;
  }
  .push-lg-2{
    left: 16.6666666667%;
  }
  .push-lg-3{
    left: 25%;
  }
  .push-lg-4{
    left: 33.3333333333%;
  }
  .push-lg-5{
    left: 41.6666666667%;
  }
  .push-lg-6{
    left: 50%;
  }
  .push-lg-7{
    left: 58.3333333333%;
  }
  .push-lg-8{
    left: 66.6666666667%;
  }
  .push-lg-9{
    left: 75%;
  }
  .push-lg-10{
    left: 83.3333333333%;
  }
  .push-lg-11{
    left: 91.6666666667%;
  }
  .push-lg-12{
    left: 100%;
  }
  .offset-lg-0{
    margin-left: 0%;
  }
  .offset-lg-1{
    margin-left: 8.3333333333%;
  }
  .offset-lg-2{
    margin-left: 16.6666666667%;
  }
  .offset-lg-3{
    margin-left: 25%;
  }
  .offset-lg-4{
    margin-left: 33.3333333333%;
  }
  .offset-lg-5{
    margin-left: 41.6666666667%;
  }
  .offset-lg-6{
    margin-left: 50%;
  }
  .offset-lg-7{
    margin-left: 58.3333333333%;
  }
  .offset-lg-8{
    margin-left: 66.6666666667%;
  }
  .offset-lg-9{
    margin-left: 75%;
  }
  .offset-lg-10{
    margin-left: 83.3333333333%;
  }
  .offset-lg-11{
    margin-left: 91.6666666667%;
  }
  .site-breadcrumbs > .container.full-width{
    max-width: 95%;
  }
  .comments-area ul.children{
    margin-left: 100px;
  }
  .site-footer .container.wide{
    max-width: 95%;
  }
  .body-boxed.header-overlap .site-header:not(.sticky-header){
    max-width: 1200px;
  }
  .site-header > .container.wide{
    max-width: 95%;
  }
  .sticky-header > .container.wide{
    max-width: 95%;
  }
  .main-container > .container,
  .main-container > .site-content{
    padding-top: 60px;
  }
  .header-minicart.minicart-open .minicart-dropdown-wrapper{
    top: 150%;
    visibility: visible;
    opacity: 1;
  }
  .sticky-header.is-sticky .header-minicart.minicart-open .minicart-dropdown-wrapper{
    top: 100%;
  }
  .page-title{
    padding: 0;
    background-attachment: fixed;
  }
  .page-title.has-margin-bottom{
    margin-bottom: 60px;
  }
  .page-title h1{
    font-size: 70px;
  }
  .post-nav__prev-item,
  .post-nav__next-item{
    position: absolute;
    z-index: 3;
  }
  .site-breadcrumbs .post-nav__prev-item,
  .site-breadcrumbs .post-nav__next-item{
    top: -5px;
    margin-top: 0;
  }
  .page-title .post-nav__prev-item,
  .page-title .post-nav__next-item{
    position: absolute;
    top: 50%;
    margin-top: -20px;
  }
  .switcher + .topbar-text{
    margin-left: 20px;
  }
  .header-overlap .topbar{
    position: absolute;
    width: 100%;
    top: 0;
    z-index: 100;
  }
  .topbar > .container.wide{
    max-width: 95%;
  }
  .topbar .switcher-menu + .topbar-text{
    padding-left: 20px;
  }
  .header-wishlist.wishlist-open .wishlist-dropdown-wrapper{
    top: 150%;
    visibility: visible;
    opacity: 1;
  }
  .sticky-header.is-sticky .header-wishlist.wishlist-open .wishlist-dropdown-wrapper{
    top: 100%;
  }
  #customer_login:after{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    margin-left: -1px;
    height: 100%;
  }
  .shop-filter{
    text-align: right;
  }
  .shop-filter .nice-select .list{
    left: auto;
    right: 0;
  }
  .archive.woocommerce.post-type-archive-product .main-container .container.wide,
  .archive.woocommerce.tax-product_cat .main-container .container.wide{
    max-width: 95%;
  }
  .archive.woocommerce.post-type-archive-product .main-container .container.wide .has-sidebar-left .col-switcher a[data-col="5"],
  .archive.woocommerce.post-type-archive-product .main-container .container.wide .has-sidebar-left .col-switcher a[data-col="6"],
  .archive.woocommerce.post-type-archive-product .main-container .container.wide .has-sidebar-right .col-switcher a[data-col="5"],
  .archive.woocommerce.post-type-archive-product .main-container .container.wide .has-sidebar-right .col-switcher a[data-col="6"],
  .archive.woocommerce.tax-product_cat .main-container .container.wide .has-sidebar-left .col-switcher a[data-col="5"],
  .archive.woocommerce.tax-product_cat .main-container .container.wide .has-sidebar-left .col-switcher a[data-col="6"],
  .archive.woocommerce.tax-product_cat .main-container .container.wide .has-sidebar-right .col-switcher a[data-col="5"],
  .archive.woocommerce.tax-product_cat .main-container .container.wide .has-sidebar-right .col-switcher a[data-col="6"]{
    display: inline-block;
  }
  .woocommerce-checkout form.woocommerce-checkout::after{
    clear: both;
    content: "";
    display: table;
  }
  .woocommerce-checkout form.woocommerce-checkout .col2-set{
    display: inline-block;
    width: 50%;
    float: left;
    margin-right: 20px;
  }
  .woocommerce-checkout form.woocommerce-checkout .col2-set .col-1,
  .woocommerce-checkout form.woocommerce-checkout .col2-set .col-2{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .woocommerce-checkout #order_review_heading{
    float: right;
    width: 49%;
  }
  .woocommerce-checkout .woocommerce-checkout-review-order{
    float: right;
    width: 49%;
    background-color: #f7f7f7;
    padding: 30px;
  }
  .product-loop.extra-small-product .product-buttons{
    display: block;
  }
  .product-loop.extra-small-product .product-buttons .quick-view-btn,
  .product-loop.extra-small-product .product-buttons .compare-btn{
    display: none;
  }
  .product-loop.extra-small-product .product-buttons .add-to-cart-btn{
    width: 100%;
  }
  #woo-quick-view{
    display: block;
  }
  .woocommerce.single-product .product.product-layout-fullwidth > .container.full-width{
    max-width: 95%;
  }
  .woocommerce.single-product .product.product-layout-fullwidth .entry-summary{
    max-width: 600px;
    padding-left: 50px;
  }
  .woocommerce.single-product .product #comments{
    float: left;
    width: 50%;
    padding-right: 40px;
  }
  .woocommerce.single-product .product #review_form_wrapper{
    float: left;
    width: 50%;
    border-left: 1px solid #efefef;
    padding-bottom: 40px;
    padding-left: 40px;
  }
  .woocommerce .col2-set .col-1, .woocommerce .col2-set .col-2{
    margin: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .tm-robin-blog .slick-arrow.post-carousel-arrow{
    opacity: 0;
    visibility: hidden;
  }
  .tm-robin-blog .slick-arrow.post-carousel-arrow.slick-next{
    right: -50px;
  }
  .tm-robin-blog .slick-arrow.post-carousel-arrow.slick-prev{
    left: -50px;
  }
  .tm-robin-blog:hover .slick-arrow.post-carousel-arrow{
    opacity: 0.6;
    visibility: visible;
  }
  .tm-robin-blog:hover .slick-arrow.post-carousel-arrow.slick-next{
    right: -30px;
  }
  .tm-robin-blog:hover .slick-arrow.post-carousel-arrow.slick-prev{
    left: -30px;
  }
  .tm-product-details.enable-carousel .product_list .slick-arrow.slick-next{
    right: -30px;
  }
  .tm-product-details.enable-carousel .product_list .slick-arrow.slick-prev{
    left: -50px;
  }
  .tm-product-details.full-width .product_list{
    max-width: 100%;
  }
  .tm-product-details.full-width .woocommerce.single-product .images{
    padding: 0;
  }
  .tm-product-details.full-width .woocommerce.single-product .product .summary{
    padding: 0 40px;
  }
  .tm-product-details.full-width .woocommerce.single-product .product_title{
    position: relative;
  }
  .tm-product-details.full-width .woocommerce.single-product .product_title:after{
    content: "";
    position: absolute;
    height: 1px;
    width: 100px;
    top: 50%;
    background-color: #222222;
    transform: translateY(-50%);
  }
  .tm-product-details.full-width .woocommerce.single-product.even .product_title:after{
    left: -130px;
  }
  .tm-product-details.full-width .woocommerce.single-product.odd .product_title:after{
    right: -130px;
  }
  .tm-product-details .woocommerce.single-product .product .images .design-2-images img{
    float: left;
    width: 50%;
  }
  .tm-robin-social .social-links li{
    margin-right: 3em;
  }
  .megamenu-home .mega-menu-content{
    padding: 30px 0 30px 30px !important;
  }
  .vc_row.experience-row{
    padding-top: 90px;
    padding-bottom: 90px;
  }
  .vc_row.experience-row > .wpb_column:last-child{
    padding-left: 50px;
  }
  .vc_row.functions-row .wpb_text_column{
    display: table-cell;
  }
  .vc_row.purchase-row{
    padding: 150px 0;
  }
  .slick-slider:hover .slick-arrow{
    opacity: 0.6;
    visibility: visible;
  }
  .slick-slider:hover .slick-arrow.slick-next{
    right: 0;
  }
  .slick-slider:hover .slick-arrow.slick-prev{
    left: 0;
  }
  .vc_row[data-vc-stretch-content=true] .slick-slider:hover .slick-arrow.slick-prev{
    left: 15px;
  }
  .vc_row[data-vc-stretch-content=true] .slick-slider:hover .slick-arrow.slick-next{
    right: 15px;
  }
  .slick-arrow{
    opacity: 0;
    visibility: hidden;
  }
  .slick-arrow.slick-next{
    right: -50px;
  }
  .slick-arrow.slick-prev{
    left: -50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px){
  .site-header .site-logo{
    width: 30%;
  }
  .site-header .header-tools{
    width: 70%;
  }
  .mobile-menu-btn svg{
    width: 60px;
    height: 60px;
  }
  .mobile-menu-btn .hamburger{
    transform: scale(1.2);
  }
  .mobile-menu-btn .hamburger-inner,
  .mobile-menu-btn .hamburger-inner:before,
  .mobile-menu-btn .hamburger-inner:after{
    height: 2px;
  }
  .admin-bar .site-mobile-menu{
    top: 32px;
  }
  #woo-quick-view .summary{
    max-height: 530px;
  }
}
@media (min-width: 992px) and (max-width: 1439px){
  .header-minicart .product_list_widget{
    max-height: 200px;
  }
}
@media (min-width: 1200px){
  .flex-xl-first{
    -ms-flex-order: -1;
    order: -1;
  }
  .flex-xl-last{
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-xl-unordered{
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-items-xl-top{
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flex-items-xl-middle{
    -ms-flex-align: center;
    align-items: center;
  }
  .flex-items-xl-bottom{
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .flex-xl-top{
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .flex-xl-middle{
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .flex-xl-bottom{
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .flex-items-xl-left{
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .flex-items-xl-center{
    -ms-flex-pack: center;
    justify-content: center;
  }
  .flex-items-xl-right{
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .flex-items-xl-around{
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .flex-items-xl-between{
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .pull-xl-left{
    float: left !important;
  }
  .pull-xl-right{
    float: right !important;
  }
  .pull-xl-none{
    float: none !important;
  }
  .text-xl-left{
    text-align: left !important;
  }
  .text-xl-right{
    text-align: right !important;
  }
  .text-xl-center{
    text-align: center !important;
  }
  .hidden-xl-up{
    display: none !important;
  }
  .col-xl-is-5{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-xl-pull-is-5{
    right: 20%;
  }
  .col-xl-push-is-5{
    left: 20%;
  }
  .col-xl-offset-is-5{
    margin-left: 20%;
  }
  .container{
    max-width: 1200px;
  }
  .col-xl{
    position: relative;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xl-1{
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2{
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4{
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5{
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7{
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8{
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9{
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10{
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11{
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-xl-0{
    right: auto;
  }
  .pull-xl-1{
    right: 8.3333333333%;
  }
  .pull-xl-2{
    right: 16.6666666667%;
  }
  .pull-xl-3{
    right: 25%;
  }
  .pull-xl-4{
    right: 33.3333333333%;
  }
  .pull-xl-5{
    right: 41.6666666667%;
  }
  .pull-xl-6{
    right: 50%;
  }
  .pull-xl-7{
    right: 58.3333333333%;
  }
  .pull-xl-8{
    right: 66.6666666667%;
  }
  .pull-xl-9{
    right: 75%;
  }
  .pull-xl-10{
    right: 83.3333333333%;
  }
  .pull-xl-11{
    right: 91.6666666667%;
  }
  .pull-xl-12{
    right: 100%;
  }
  .push-xl-0{
    left: auto;
  }
  .push-xl-1{
    left: 8.3333333333%;
  }
  .push-xl-2{
    left: 16.6666666667%;
  }
  .push-xl-3{
    left: 25%;
  }
  .push-xl-4{
    left: 33.3333333333%;
  }
  .push-xl-5{
    left: 41.6666666667%;
  }
  .push-xl-6{
    left: 50%;
  }
  .push-xl-7{
    left: 58.3333333333%;
  }
  .push-xl-8{
    left: 66.6666666667%;
  }
  .push-xl-9{
    left: 75%;
  }
  .push-xl-10{
    left: 83.3333333333%;
  }
  .push-xl-11{
    left: 91.6666666667%;
  }
  .push-xl-12{
    left: 100%;
  }
  .offset-xl-0{
    margin-left: 0%;
  }
  .offset-xl-1{
    margin-left: 8.3333333333%;
  }
  .offset-xl-2{
    margin-left: 16.6666666667%;
  }
  .offset-xl-3{
    margin-left: 25%;
  }
  .offset-xl-4{
    margin-left: 33.3333333333%;
  }
  .offset-xl-5{
    margin-left: 41.6666666667%;
  }
  .offset-xl-6{
    margin-left: 50%;
  }
  .offset-xl-7{
    margin-left: 58.3333333333%;
  }
  .offset-xl-8{
    margin-left: 66.6666666667%;
  }
  .offset-xl-9{
    margin-left: 75%;
  }
  .offset-xl-10{
    margin-left: 83.3333333333%;
  }
  .offset-xl-11{
    margin-left: 91.6666666667%;
  }
  .site-header.header-menu-bottom > .container:not(.sticky-header) .site-logo,
  .site-header.header-menu-bottom-wide > .container:not(.sticky-header) .site-logo{
    text-align: center;
    width: 20%;
  }
  .site-header.header-menu-bottom > .container:not(.sticky-header) .header-tools,
  .site-header.header-menu-bottom-wide > .container:not(.sticky-header) .header-tools{
    width: 40%;
  }
  .site-header.header-menu-bottom > .container:not(.sticky-header) .header-left,
  .site-header.header-menu-bottom-wide > .container:not(.sticky-header) .header-left{
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 40%;
  }
  .site-header.header-menu-bottom .site-menu-wrap,
  .site-header.header-menu-bottom-wide .site-menu-wrap{
    display: block;
  }
  .site-mobile-menu{
    display: none;
  }
  #page-container:after{
    display: none;
  }
  .post-quote{
    padding: 63px 70px 52px;
  }
  .post-related .post-quote{
    padding: 20px 15px;
    min-height: 182px;
  }
  .site-menu .menu > li.mega-menu{
    position: static;
  }
  .site-menu .menu > li.mega-menu.mega-menu-custom{
    position: relative;
  }
  .site-menu .menu > li.mega-menu .sub-menu{
    width: 100%;
  }
  .site-menu .menu > li.mega-menu .mega-menu-content{
    padding: 30px 15px;
  }
  .archive.woocommerce .main-container .container.wide .product.col-xl-3{
    -ms-flex: 0 0 24.99%;
    flex: 0 0 24.99%;
    max-width: 24.99%;
  }
  .product-loop.large-product .product-buttons{
    padding: 0 50px;
  }
  .product-loop.extra-large-product.col-xl-4 .product-buttons{
    padding: 0 100px;
  }
  .product-loop.extra-large-product.col-xl-6 .product-buttons{
    padding: 0 150px;
  }
  .product-loop.extra-large-product.col-xl-12 .product-buttons{
    max-width: 50%;
    left: 50%;
    transform: translateX(-50%);
  }
  .tm-robin-products-carousel .products .slick-arrow.slick-next{
    opacity: 0;
    visibility: hidden;
    right: -50px;
  }
  .tm-robin-products-carousel .products .slick-arrow.slick-prev{
    opacity: 0;
    visibility: hidden;
    left: -50px;
  }
  .tm-robin-products-carousel .products:hover .slick-arrow{
    opacity: 0.6;
    visibility: visible;
  }
  .tm-robin-products-carousel .products:hover .slick-arrow.slick-next{
    right: -30px;
  }
  .tm-robin-products-carousel .products:hover .slick-arrow.slick-prev{
    left: -30px;
  }
  .tm-product-details.enable-carousel .product_list .slick-arrow.slick-next{
    right: -80px;
  }
  .tm-product-details.enable-carousel .product_list .slick-arrow.slick-prev{
    left: -80px;
  }
  .tm-product-details.disable-carousel .product_list .woocommerce.single-product .row{
    box-align: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    align-items: center;
    -ms-flex-align: center;
  }
  .tm-product-details.full-width .product.container{
    max-width: 100%;
  }
  .tm-product-details.full-width .row{
    margin: 0;
  }
  .tm-product-details.full-width .woocommerce.single-product .product .summary{
    padding: 0 100px;
  }
  .tm-product-details.no-spacing .woocommerce.single-product,
  .tm-product-details.no-spacing .woocommerce.single-product .images{
    margin-bottom: 0;
  }
  .tm-robin-social .social-links li{
    margin-right: 5em;
  }
  .vc_row.gray-box{
    padding: 0 90px;
  }
  .vc_row.gray-box-wide{
    margin: 0;
    padding: 0 90px;
  }
  .wpb_revslider_element.robin-carousel-slider .tp-carousel-wrapper{
    overflow: inherit !important;
  }
  .wpb_revslider_element.robin-carousel-slider .tp-revslider-slidesli{
    opacity: 1 !important;
    max-height: 80%;
    margin: 80px 0 !important;
    transition: box-shadow 0.5s linear, height 0.5s linear, margin 0.5s linear;
  }
  .wpb_revslider_element.robin-carousel-slider .tp-revslider-slidesli.active-revslide{
    max-height: none;
    margin: 0 !important;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  }
  .wpb_revslider_element.robin-carousel-slider .tp-revslider-mainul:before{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99 !important;
    visibility: visible;
    /* ff3.6+ */
    /* safari4+,chrome */
    /* safari5.1+,chrome10+ */
    /* opera 11.10+ */
    /* ie10+ */
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(0, 0, 0, 0) 35%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#000000', GradientType=1);
    /* ie6-9 */
  }
  .wpb_revslider_element.robin-carousel-slider .tp-revslider-mainul:after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 99 !important;
    visibility: visible;
    /* ff3.6+ */
    /* safari4+,chrome */
    /* safari5.1+,chrome10+ */
    /* opera 11.10+ */
    /* ie10+ */
    background: linear-gradient(270deg, rgb(255, 255, 255) 0%, rgba(0, 0, 0, 0) 35%);
    /* w3c */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#ffffff', GradientType=1);
    /* ie6-9 */
  }
  .megamenu-home .wpb_column:nth-child(7) .wpb_single_image,
  .megamenu-home .wpb_column:nth-child(8) .wpb_single_image,
  .megamenu-home .wpb_column:nth-child(9) .wpb_single_image{
    margin-bottom: 10px;
  }
}
@media (min-width: 1440px){
  .header-minicart .product_list_widget{
    max-height: 400px;
  }
  .header-wishlist .product_list_widget{
    max-height: 400px;
  }
  .vc_row.gray-box-wide{
    margin: 0 -115px;
  }
  .vc_column_container.install-col > .vc_column-inner{
    padding: 80px 200px !important;
  }
  .vc_column_container.support-col > .vc_column-inner{
    padding: 50px 200px !important;
  }
  .vc_column_container.options-col > .vc_column-inner{
    padding: 0 200px !important;
  }
  .vc_column_container.speed-col > .vc_column-inner{
    padding: 80px 200px 0 !important;
  }
}
@media (min-width: 1920px){
  .flex-xxl-first{
    -ms-flex-order: -1;
    order: -1;
  }
  .flex-xxl-last{
    -ms-flex-order: 1;
    order: 1;
  }
  .flex-xxl-unordered{
    -ms-flex-order: 0;
    order: 0;
  }
  .flex-items-xxl-top{
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .flex-items-xxl-middle{
    -ms-flex-align: center;
    align-items: center;
  }
  .flex-items-xxl-bottom{
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .flex-xxl-top{
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .flex-xxl-middle{
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .flex-xxl-bottom{
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
  .flex-items-xxl-left{
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .flex-items-xxl-center{
    -ms-flex-pack: center;
    justify-content: center;
  }
  .flex-items-xxl-right{
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .flex-items-xxl-around{
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .flex-items-xxl-between{
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .pull-xxl-left{
    float: left !important;
  }
  .pull-xxl-right{
    float: right !important;
  }
  .pull-xxl-none{
    float: none !important;
  }
  .text-xxl-left{
    text-align: left !important;
  }
  .text-xxl-right{
    text-align: right !important;
  }
  .text-xxl-center{
    text-align: center !important;
  }
  .hidden-xxl-up{
    display: none !important;
  }
  .col-xxl-is-5{
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
  }
  .col-xxl-pull-is-5{
    right: 20%;
  }
  .col-xxl-push-is-5{
    left: 20%;
  }
  .col-xxl-offset-is-5{
    margin-left: 20%;
  }
  .col-xxl{
    position: relative;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xxl-1{
    -ms-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xxl-2{
    -ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xxl-3{
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xxl-4{
    -ms-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xxl-5{
    -ms-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xxl-6{
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xxl-7{
    -ms-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xxl-8{
    -ms-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xxl-9{
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xxl-10{
    -ms-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xxl-11{
    -ms-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xxl-12{
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .pull-xxl-0{
    right: auto;
  }
  .pull-xxl-1{
    right: 8.3333333333%;
  }
  .pull-xxl-2{
    right: 16.6666666667%;
  }
  .pull-xxl-3{
    right: 25%;
  }
  .pull-xxl-4{
    right: 33.3333333333%;
  }
  .pull-xxl-5{
    right: 41.6666666667%;
  }
  .pull-xxl-6{
    right: 50%;
  }
  .pull-xxl-7{
    right: 58.3333333333%;
  }
  .pull-xxl-8{
    right: 66.6666666667%;
  }
  .pull-xxl-9{
    right: 75%;
  }
  .pull-xxl-10{
    right: 83.3333333333%;
  }
  .pull-xxl-11{
    right: 91.6666666667%;
  }
  .pull-xxl-12{
    right: 100%;
  }
  .push-xxl-0{
    left: auto;
  }
  .push-xxl-1{
    left: 8.3333333333%;
  }
  .push-xxl-2{
    left: 16.6666666667%;
  }
  .push-xxl-3{
    left: 25%;
  }
  .push-xxl-4{
    left: 33.3333333333%;
  }
  .push-xxl-5{
    left: 41.6666666667%;
  }
  .push-xxl-6{
    left: 50%;
  }
  .push-xxl-7{
    left: 58.3333333333%;
  }
  .push-xxl-8{
    left: 66.6666666667%;
  }
  .push-xxl-9{
    left: 75%;
  }
  .push-xxl-10{
    left: 83.3333333333%;
  }
  .push-xxl-11{
    left: 91.6666666667%;
  }
  .push-xxl-12{
    left: 100%;
  }
  .offset-xxl-0{
    margin-left: 0%;
  }
  .offset-xxl-1{
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2{
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3{
    margin-left: 25%;
  }
  .offset-xxl-4{
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5{
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6{
    margin-left: 50%;
  }
  .offset-xxl-7{
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8{
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9{
    margin-left: 75%;
  }
  .offset-xxl-10{
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11{
    margin-left: 91.6666666667%;
  }
}
@media (max-width: 543px){
  .hidden-xs-down{
    display: none !important;
  }
  .site-footer .mc4wp-form input[type=email]{
    width: 100%;
  }
  .site-footer .mc4wp-form button[type=submit], .site-footer .mc4wp-form [type=submit].tm-robin-button.alt, .site-footer .mc4wp-form [type=submit].tm-robin-button{
    margin-top: 20px;
    margin-left: 0;
  }
  form.woocommerce-ResetPassword{
    max-width: none;
    width: 80%;
  }
  .product-loop .product-buttons{
    padding: 0 10px;
  }
  .product-loop .product-buttons .add-to-cart-btn{
    font-size: 12px;
  }
  .product-loop:not(.slick-slide) .product-badges span{
    left: 15px;
    top: 10px;
  }
  .product-loop:not(.slick-slide) .product-badges span + span{
    top: 40px;
  }
  .product-loop:not(.slick-slide) .product-badges span + span + span{
    top: 70px;
  }
  .tm-robin-blog .slick-arrow.post-carousel-arrow.slick-next{
    right: 10px;
  }
  .tm-robin-blog .slick-arrow.post-carousel-arrow.slick-prev{
    left: 10px;
  }
  .tm-robin-blog .slick-slide{
    opacity: 0.5;
  }
  .tm-robin-blog .slick-active,
  .tm-robin-blog .slick-current{
    opacity: 1;
  }
  .tm-robin-brands-carousel .tm-carousel-item{
    margin: 0;
  }
  .tm-robin-brands-carousel .slick-arrow.slick-next{
    right: 10px;
  }
  .tm-robin-brands-carousel .slick-arrow.slick-prev{
    left: 10px;
  }
  .tm-robin-brands-carousel .slick-slide{
    opacity: 0.5;
  }
  .tm-robin-brands-carousel .slick-active{
    opacity: 1;
  }
  .tm-robin-image-carousel .slick-arrow.slick-next{
    right: 10px;
  }
  .tm-robin-image-carousel .slick-arrow.slick-prev{
    left: 10px;
  }
  .tm-robin-image-carousel .slick-slide{
    opacity: 0.5;
  }
  .tm-robin-image-carousel .slick-current{
    opacity: 1;
  }
  .tm-robin-product-categories.categories-layout-carousel .slick-arrow.slick-next{
    right: 10px;
  }
  .tm-robin-product-categories.categories-layout-carousel .slick-arrow.slick-prev{
    left: 10px;
  }
  .tm-robin-product-categories.categories-layout-carousel .slick-slide{
    opacity: 0.5;
  }
  .tm-robin-product-categories.categories-layout-carousel .slick-active{
    opacity: 1;
  }
  .tm-robin-products-carousel .products .slick-arrow.slick-next{
    right: 10px;
  }
  .tm-robin-products-carousel .products .slick-arrow.slick-prev{
    left: 10px;
  }
  .tm-robin-products-carousel .products .slick-slide{
    opacity: 0.5;
  }
  .tm-robin-products-carousel .products .slick-current{
    opacity: 1;
  }
  .vc_row.newsletter-box-icon .tm-robin-mailchimp{
    padding: 0 15px;
  }
  .wpb_revslider_element.landing-page-slider img.landing-slide1-obj1{
    transform: scale(0.5);
  }
}
@media (max-width: 767px){
  .hidden-sm-down{
    display: none !important;
  }
  .site-header .site-logo{
    width: 50%;
  }
  .site-header .header-tools{
    width: 50%;
  }
  .site-header .header-tools .header-widget{
    display: none;
  }
  .header-minicart{
    padding-left: 25px;
    padding-right: 10px;
  }
  .header-minicart > a.toggle i{
    margin-left: 0;
  }
  .topbar .topbar-text li{
    margin-right: 10px;
  }
  .header-wishlist{
    padding-left: 0;
  }
  .header-wishlist > a.toggle > i{
    margin-left: 0;
  }
  #customer_login .col-1,
  #customer_login .col-2{
    padding: 0 15px;
  }
  #customer_login .woocommerce-LostPassword{
    float: none;
    text-align: left;
    margin-top: -20px;
  }
  .shop-loop-head .switch-view{
    display: none;
  }
  .shop-filter{
    margin-top: 10px;
  }
  .shop-filter .nice-select{
    padding-left: 0;
  }
  .shop-filter .woocommerce-ordering{
    text-align: left;
    display: block;
  }
  .col-switcher a[data-col="1"]{
    display: inline-block !important;
  }
  .col-switcher a[data-col="3"]{
    display: none;
  }
  .wb-allview-lettercnt .wb-wb-allview-letters{
    font-size: 30px;
    margin-right: 15px;
    margin-bottom: 15px;
  }
  .cart-actions #coupon_code{
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .cart-actions button[name=update_cart], .cart-actions [name=update_cart].tm-robin-button{
    float: none;
    margin-top: 20px;
  }
  .cart-collaterals .cart_totals{
    padding: 30px 20px;
  }
  .cart-collaterals table.shop_table.shop_table_responsive tr, .cart-collaterals #yith-wcwl-form table.shop_table.wishlist_table tr, #yith-wcwl-form .cart-collaterals table.shop_table.wishlist_table tr, .cart-collaterals #yith-wcwl-form table.shop_table.shop_table_responsive.wishlist_table tr, .cart-collaterals #yith-wcwl-form table.shop_table.wishlist_table tr, #yith-wcwl-form .cart-collaterals table.shop_table.shop_table_responsive.wishlist_table tr, #yith-wcwl-form .cart-collaterals table.shop_table.wishlist_table tr{
    display: table-row;
    border-bottom: 1px solid #ededed;
    padding: 0;
  }
  .cart-collaterals table.shop_table.shop_table_responsive td, .cart-collaterals #yith-wcwl-form table.shop_table.wishlist_table td, #yith-wcwl-form .cart-collaterals table.shop_table.wishlist_table td, .cart-collaterals #yith-wcwl-form table.shop_table.shop_table_responsive.wishlist_table td, .cart-collaterals #yith-wcwl-form table.shop_table.wishlist_table td, #yith-wcwl-form .cart-collaterals table.shop_table.shop_table_responsive.wishlist_table td, #yith-wcwl-form .cart-collaterals table.shop_table.wishlist_table td{
    display: table-cell;
    text-align: right;
    padding-right: 10px !important;
  }
  .woocommerce-checkout form.checkout_coupon .form-row-last{
    margin-left: 0;
  }
  .woocommerce-checkout form.checkout_coupon .form-row-last .button{
    width: 100%;
  }
  .woocommerce-checkout form.login .lost_password{
    text-align: left;
    margin-top: -15px;
  }
  .category-grid-item mark{
    display: block;
  }
  .product-loop .product-description{
    display: none !important;
  }
  .products:not(.slick-slider){
    margin-left: -10px;
    margin-right: -10px;
  }
  .product-loop:not(.slick-slide){
    padding-left: 5px;
    padding-right: 5px;
  }
  .slick-slide.product-loop .product-buttons{
    max-width: 80%;
    left: 50%;
    padding: 0;
    transform: translateX(-50%);
  }
  .slick-slide.product-loop .product-buttons .add-to-cart-btn{
    font-size: 12px;
  }
  .products.list .product-loop .product-thumb .yith-wcwl-add-to-wishlist{
    display: none;
  }
  .products.list .product-loop .product-info .product-buttons{
    display: none;
  }
  .product-loop.product-style-hover--info .product-info .price{
    display: none;
  }
  .woocommerce.single-product .product .images .woocommerce-product-gallery__image{
    margin-bottom: 30px;
  }
  .woocommerce.single-product .product .summary .compare-btn{
    display: none !important;
  }
  .woocommerce.single-product .product .summary form.variations_form table td, .woocommerce.single-product .product .summary form.variations_form #yith-wcwl-form table.shop_table.wishlist_table td, #yith-wcwl-form .woocommerce.single-product .product .summary form.variations_form table.shop_table.wishlist_table td{
    vertical-align: top;
  }
  .woocommerce.single-product .product .summary form.variations_form table td.label, .woocommerce.single-product .product .summary form.variations_form #yith-wcwl-form table.shop_table.wishlist_table td.label, #yith-wcwl-form .woocommerce.single-product .product .summary form.variations_form table.shop_table.wishlist_table td.label{
    width: 40%;
  }
  .woocommerce.single-product .product .summary table.group_table, .woocommerce.single-product .product .summary #yith-wcwl-form table.group_table.shop_table.wishlist_table, #yith-wcwl-form .woocommerce.single-product .product .summary table.group_table.shop_table.wishlist_table{
    text-align: center;
    border: 1px solid #ededed;
  }
  .woocommerce.single-product .product .summary table.group_table tr, .woocommerce.single-product .product .summary #yith-wcwl-form table.group_table.shop_table.wishlist_table tr, #yith-wcwl-form .woocommerce.single-product .product .summary table.group_table.shop_table.wishlist_table tr{
    display: block;
    padding-top: 18px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ededed;
  }
  .woocommerce.single-product .product .summary table.group_table td, .woocommerce.single-product .product .summary #yith-wcwl-form table.group_table.shop_table.wishlist_table td, #yith-wcwl-form .woocommerce.single-product .product .summary table.group_table.shop_table.wishlist_table td{
    display: block;
    width: 100% !important;
    padding: 0;
  }
  .woocommerce.single-product .product .summary table.group_table td:first-of-type, .woocommerce.single-product .product .summary #yith-wcwl-form table.group_table.shop_table.wishlist_table td:first-of-type, #yith-wcwl-form .woocommerce.single-product .product .summary table.group_table.shop_table.wishlist_table td:first-of-type{
    margin-bottom: 10px;
  }
  .woocommerce.single-product .product .summary table.group_table td.price, .woocommerce.single-product .product .summary #yith-wcwl-form table.group_table.shop_table.wishlist_table td.price, #yith-wcwl-form .woocommerce.single-product .product .summary table.group_table.shop_table.wishlist_table td.price{
    margin: 0;
  }
  .woocommerce.single-product .product .summary table.product_meta, .woocommerce.single-product .product .summary #yith-wcwl-form table.product_meta.shop_table.wishlist_table, #yith-wcwl-form .woocommerce.single-product .product .summary table.product_meta.shop_table.wishlist_table,
  .woocommerce.single-product .product .summary table.product-share,
  .woocommerce.single-product .product .summary #yith-wcwl-form table.product-share.shop_table.wishlist_table,
  #yith-wcwl-form .woocommerce.single-product .product .summary table.product-share.shop_table.wishlist_table{
    width: 100%;
  }
  .woocommerce.single-product .product .summary table.product_meta tr, .woocommerce.single-product .product .summary #yith-wcwl-form table.product_meta.shop_table.wishlist_table tr, #yith-wcwl-form .woocommerce.single-product .product .summary table.product_meta.shop_table.wishlist_table tr,
  .woocommerce.single-product .product .summary table.product-share tr,
  .woocommerce.single-product .product .summary #yith-wcwl-form table.product-share.shop_table.wishlist_table tr,
  #yith-wcwl-form .woocommerce.single-product .product .summary table.product-share.shop_table.wishlist_table tr{
    display: block;
    margin-bottom: 10px;
  }
  .woocommerce.single-product .product .summary table.product_meta td, .woocommerce.single-product .product .summary #yith-wcwl-form table.product_meta.shop_table.wishlist_table td, #yith-wcwl-form .woocommerce.single-product .product .summary table.product_meta.shop_table.wishlist_table td,
  .woocommerce.single-product .product .summary table.product-share td,
  .woocommerce.single-product .product .summary #yith-wcwl-form table.product-share.shop_table.wishlist_table td,
  #yith-wcwl-form .woocommerce.single-product .product .summary table.product-share.shop_table.wishlist_table td{
    display: inline-block;
    width: auto !important;
    padding: 0;
  }
  .woocommerce.single-product .product .summary table.product_meta td.label, .woocommerce.single-product .product .summary #yith-wcwl-form table.product_meta.shop_table.wishlist_table td.label, #yith-wcwl-form .woocommerce.single-product .product .summary table.product_meta.shop_table.wishlist_table td.label,
  .woocommerce.single-product .product .summary table.product-share td.label,
  .woocommerce.single-product .product .summary #yith-wcwl-form table.product-share.shop_table.wishlist_table td.label,
  #yith-wcwl-form .woocommerce.single-product .product .summary table.product-share.shop_table.wishlist_table td.label{
    margin-right: 5px;
  }
  #yith-wcwl-form table.shop_table.wishlist_table td.product-thumbnail a, #yith-wcwl-form table.shop_table.wishlist_table td.product-thumbnail a{
    max-width: none;
  }
  #yith-wcwl-form table.shop_table.wishlist_table td.product-thumbnail a img{
    width: auto;
  }
  .woocommerce table.shop_table_responsive thead, .woocommerce #yith-wcwl-form table.shop_table_responsive.shop_table.wishlist_table thead, #yith-wcwl-form .woocommerce table.shop_table_responsive.shop_table.wishlist_table thead, .woocommerce #yith-wcwl-form table.shop_table.wishlist_table thead, #yith-wcwl-form .woocommerce table.shop_table.wishlist_table thead, .woocommerce #yith-wcwl-form table.shop_table.wishlist_table thead, #yith-wcwl-form .woocommerce table.shop_table.wishlist_table thead{
    display: none;
  }
  .woocommerce table.shop_table_responsive tr, .woocommerce #yith-wcwl-form table.shop_table_responsive.shop_table.wishlist_table tr, #yith-wcwl-form .woocommerce table.shop_table_responsive.shop_table.wishlist_table tr, .woocommerce #yith-wcwl-form table.shop_table.wishlist_table tr, #yith-wcwl-form .woocommerce table.shop_table.wishlist_table tr, .woocommerce #yith-wcwl-form table.shop_table.wishlist_table tr, #yith-wcwl-form .woocommerce table.shop_table.wishlist_table tr{
    position: relative;
    display: block;
    text-align: center;
    border: 1px solid #ededed;
    border-bottom: none;
    padding: 30px 0;
  }
  .woocommerce table.shop_table_responsive tr:last-of-type, .woocommerce #yith-wcwl-form table.shop_table.wishlist_table tr:last-of-type, #yith-wcwl-form .woocommerce table.shop_table.wishlist_table tr:last-of-type{
    border-bottom: 1px solid #ededed;
  }
  .woocommerce table.shop_table_responsive td, .woocommerce #yith-wcwl-form table.shop_table_responsive.shop_table.wishlist_table td, #yith-wcwl-form .woocommerce table.shop_table_responsive.shop_table.wishlist_table td, .woocommerce #yith-wcwl-form table.shop_table.wishlist_table td, #yith-wcwl-form .woocommerce table.shop_table.wishlist_table td, .woocommerce #yith-wcwl-form table.shop_table.wishlist_table td, #yith-wcwl-form .woocommerce table.shop_table.wishlist_table td{
    text-align: center;
    display: block;
    width: 100% !important;
    margin: 0 auto;
    padding: 0 !important;
    border: none;
  }
  .woocommerce table.shop_table_responsive td.product-remove, .woocommerce #yith-wcwl-form table.shop_table.wishlist_table td.product-remove, #yith-wcwl-form .woocommerce table.shop_table.wishlist_table td.product-remove{
    position: absolute;
    top: 10px;
    right: 10px;
    width: auto !important;
  }
  .woocommerce table.shop_table_responsive td.product-thumbnail, .woocommerce #yith-wcwl-form table.shop_table.wishlist_table td.product-thumbnail, #yith-wcwl-form .woocommerce table.shop_table.wishlist_table td.product-thumbnail{
    padding-top: 30px;
  }
  .woocommerce table.shop_table_responsive td.product-name, .woocommerce #yith-wcwl-form table.shop_table.wishlist_table td.product-name, #yith-wcwl-form .woocommerce table.shop_table.wishlist_table td.product-name{
    margin-top: 20px;
  }
  .woocommerce table.shop_table_responsive td.product-price, .woocommerce #yith-wcwl-form table.shop_table.wishlist_table td.product-price, #yith-wcwl-form .woocommerce table.shop_table.wishlist_table td.product-price,
  .woocommerce table.shop_table_responsive td.product-quantity,
  .woocommerce #yith-wcwl-form table.shop_table.wishlist_table td.product-quantity,
  #yith-wcwl-form .woocommerce table.shop_table.wishlist_table td.product-quantity,
  .woocommerce table.shop_table_responsive td.product-subtotal,
  .woocommerce #yith-wcwl-form table.shop_table.wishlist_table td.product-subtotal,
  #yith-wcwl-form .woocommerce table.shop_table.wishlist_table td.product-subtotal,
  .woocommerce table.shop_table_responsive td.product-stock-status,
  .woocommerce #yith-wcwl-form table.shop_table.wishlist_table td.product-stock-status,
  #yith-wcwl-form .woocommerce table.shop_table.wishlist_table td.product-stock-status,
  .woocommerce table.shop_table_responsive td.product-add-to-cart,
  .woocommerce #yith-wcwl-form table.shop_table.wishlist_table td.product-add-to-cart,
  #yith-wcwl-form .woocommerce table.shop_table.wishlist_table td.product-add-to-cart{
    margin-top: 10px;
  }
  .woocommerce form .form-row.form-row-first, .woocommerce form .form-row.form-row-last{
    float: none;
    width: 100%;
  }
  .woocommerce-message .button, .woocommerce-order-received .woocommerce-thankyou-order-received .button,
  .woocommerce-error .button,
  .woocommerce-info .button{
    float: none;
  }
  .tm-robin-countdown .countdown-section{
    padding-left: 0;
    padding-right: 18px;
  }
  .tm-products-filter ul{
    margin-bottom: 30px;
  }
  .tm-products-filter ul li{
    padding-top: 10px;
    border: none;
  }
  .tm-products-filter ul li > a{
    display: inline-block;
    padding-bottom: 5px;
  }
  .tm-robin-products-widget .slick-arrow.small{
    border: none;
    background-color: transparent !important;
  }
  .tm-robin-products-widget .slick-arrow.small.slick-prev{
    left: auto;
    right: 10px;
  }
  .tm-robin-products-widget .slick-arrow.small.slick-next{
    right: -10px;
  }
  .vc_tta-panel-body .tm-shortcode .products{
    margin-left: -5px;
    margin-right: -5px;
  }
  .tm-robin-simple-banner:after,
  .tm-robin-simple-banner .banner-content{
    display: none;
  }
  .gray-box .tm-robin-testimonial-carousel .tm-robin-testimonial-carousel__text{
    padding: 0;
  }
  .footer-vc ul.social-links{
    float: none;
    text-align: center;
  }
  .homepage-mailchimp input{
    margin-bottom: 20px;
  }
  .footer-vc ul.social-links{
    float: none;
    text-align: center;
  }
  .homepage-mailchimp input{
    margin-bottom: 20px;
  }
  .growl{
    margin: 15px auto !important;
  }
}
@media (max-width: 991px){
  .hidden-md-down{
    display: none !important;
  }
  .topbar .topbar-left{
    text-align: center;
  }
  .topbar .topbar-left > div{
    float: none;
  }
  .woocommerce-account .woocommerce-MyAccount-navigation,
  .woocommerce-account .woocommerce-MyAccount-content{
    width: 100%;
    padding: 0;
  }
  a.show-categories-menu{
    display: inline-block;
  }
  ul.product-categories-menu{
    width: auto !important;
    display: none;
    max-height: 300px;
  }
  ul.product-categories-menu li.cat-item{
    display: block;
    padding-top: 10px;
    border: none;
  }
  ul.product-categories-menu li.cat-item > a:after{
    display: none;
  }
  ul.product-categories-menu .ps-scrollbar-x-rail,
  ul.product-categories-menu .ps-scrollbar-y-rail{
    opacity: 0.6;
  }
  .col-switcher a{
    padding-left: 10px;
    padding-right: 10px;
  }
  .archive.woocommerce.post-type-archive-product .has-sidebar-left .col-switcher a[data-col="4"],
  .archive.woocommerce.post-type-archive-product .has-sidebar-left .col-switcher a[data-col="5"],
  .archive.woocommerce.post-type-archive-product .has-sidebar-left .col-switcher a[data-col="6"],
  .archive.woocommerce.post-type-archive-product .has-sidebar-right .col-switcher a[data-col="4"],
  .archive.woocommerce.post-type-archive-product .has-sidebar-right .col-switcher a[data-col="5"],
  .archive.woocommerce.post-type-archive-product .has-sidebar-right .col-switcher a[data-col="6"],
  .archive.woocommerce.tax-product_cat .has-sidebar-left .col-switcher a[data-col="4"],
  .archive.woocommerce.tax-product_cat .has-sidebar-left .col-switcher a[data-col="5"],
  .archive.woocommerce.tax-product_cat .has-sidebar-left .col-switcher a[data-col="6"],
  .archive.woocommerce.tax-product_cat .has-sidebar-right .col-switcher a[data-col="4"],
  .archive.woocommerce.tax-product_cat .has-sidebar-right .col-switcher a[data-col="5"],
  .archive.woocommerce.tax-product_cat .has-sidebar-right .col-switcher a[data-col="6"]{
    display: none;
  }
  .archive.woocommerce.post-type-archive-product .has-no-sidebars .col-switcher a[data-col="6"],
  .archive.woocommerce.tax-product_cat .has-no-sidebars .col-switcher a[data-col="6"]{
    display: none;
  }
  .cart-collaterals .cart_totals{
    float: none;
    width: 100%;
    margin-top: 30px;
  }
  .cart-collaterals .slick-arrow{
    background-color: #ffffff !important;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
  }
  .product-loop .hover-image{
    display: none;
  }
  .product-loop .product-buttons > div,
  .product-loop .yith-wcwl-add-to-wishlist{
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  .product-loop .product-buttons{
    padding: 0 5px;
  }
  .product-loop .product-buttons .quick-view-btn,
  .product-loop .product-buttons .compare-btn{
    display: none;
  }
  .product-loop .product-buttons .add-to-cart-btn{
    width: 100%;
  }
  .woocommerce.single-product .product.product-layout-sticky .summary{
    position: relative !important;
    left: auto !important;
    top: auto !important;
    bottom: auto !important;
  }
  .woocommerce.single-product .product.product-layout-sticky .summary + div{
    display: none !important;
  }
  .tm-robin-banner-with-button .first-line{
    font-size: 24px !important;
  }
  .tm-robin-banner-with-button .second-line{
    font-size: 24px !important;
  }
  .tm-robin-banner-with-button .description{
    margin-bottom: 10px;
  }
  .tm-robin-banner-with-button .banner-content{
    left: 50%;
    width: 90%;
    max-width: 90%;
    transform: translate(-50%, -50%);
  }
  .tm-robin-banner-with-button .banner-button{
    color: #111111 !important;
    border: none !important;
    background-color: transparent !important;
    padding: 0 !important;
  }
  .tm-robin-banner-with-button:before{
    opacity: 1 !important;
    background-color: rgba(255, 255, 255, 0.6) !important;
  }
  .tm-robin-banner-with-button.hover-black-overlay:before{
    background-color: rgba(0, 0, 0, 0.6) !important;
  }
  .tm-robin-banner-with-button.hover-black-overlay button, .tm-robin-banner-with-button.hover-black-overlay .tm-robin-button{
    color: #ffffff !important;
  }
  .tm-robin-countdown .countdown-section{
    border: none !important;
    width: auto;
  }
  .tm-robin-countdown .countdown-amount{
    font-size: 40px !important;
  }
  .tm-robin-countdown .countdown-period{
    font-weight: 400 !important;
  }
  .tm-product-details.enable-carousel .product_list .slick-arrow{
    top: 0;
    right: 0;
    background-color: #ffffff !important;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
    transform: translateY(0);
  }
  .tm-product-details.enable-carousel .product_list .slick-arrow.slick-prev{
    left: auto;
    right: 50px;
  }
  .tm-product-details.enable-carousel .product_list{
    padding-top: 60px;
  }
  .tm-product-details .woocommerce.single-product .product .images .design-2-images img:last-child{
    display: none;
  }
  .tm-robin-testimonial-carousel .tm-robin-testimonial-carousel__text{
    padding: 0 40px;
  }
  .vc_row.newsletter-box-icon .tm-robin-icon-box{
    top: auto;
    bottom: -30px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
  .vc_row.newsletter-box-icon{
    border: none !important;
    margin: 0 !important;
  }
  .banner-fullwidth h2.vc_custom_heading{
    font-size: 50px !important;
    line-height: 1em !important;
    margin-bottom: 20px;
  }
  .banner-fullwidth p.vc_custom_heading{
    max-width: 80%;
  }
  .vc_row.testimonial-box-icon .tm-robin-icon-box{
    top: auto;
    bottom: -30px;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}
@media (max-width: 1199px){
  .hidden-lg-down{
    display: none !important;
  }
  body.mobile-menu-opened, body.mobile-wishlist-opened, body.mobile-minicart-opened, body.mobile-search-opened{
    overflow: hidden !important;
  }
  input[type=text],
  input[type=number],
  input[type=email],
  input[type=search],
  input[type=password],
  input[type=tel],
  textarea{
    appearance: none;
  }
  .site-header > .container > .row{
    min-height: 60px;
  }
  .sticky-header > .container > .row{
    min-height: 60px;
  }
  .header-minicart .minicart-dropdown-wrapper{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: block;
    visibility: visible;
    overflow: hidden;
    width: 270px;
    height: 100vh;
    box-shadow: none;
    opacity: 1;
    -webkit-overflow-scrolling: touch;
    transform: translate3d(-100%, 0, 0);
    transition: transform 0.3s ease-in-out;
  }
  .mobile-minicart-opened .header-minicart .minicart-dropdown-wrapper{
    transform: translate3d(0, 0, 0);
  }
  .post-quote .source-name a.post-link{
    position: relative;
    bottom: auto;
    right: auto;
    display: block;
    margin-top: 20px;
  }
  .header-search .toggle.toggle{
    display: none;
    color: #666666;
  }
  .header-search.search-open{
    z-index: 1000;
    position: relative;
  }
  .header-search.search-open .toggle.toggle{
    position: fixed;
    top: 20px;
    right: 10px;
    z-index: 21;
    color: #222222;
  }
  .admin-bar .header-search.search-open .toggle.toggle{
    top: 46px;
  }
  .header-search.search-open .toggle.toggle i:before{
    font-size: 50px;
  }
  .header-search.search-open.search-full-header .toggle.toggle{
    top: 46px;
  }
  .admin-bar .header-search.search-open.search-full-header .toggle.toggle{
    top: 72px;
  }
  .header-search.search-loading .toggle > i:before{
    margin-right: 0;
    content: "\e680";
    line-height: 1;
    transform: scale(1);
  }
  .header-search.search-loading .ajax-search-notice{
    transform: translate(-50%, -50%) scale(0.1);
  }
  .header-search .search-form-wrapper{
    display: none !important;
  }
  .header-search .search-form-wrapper.search-form-wrapper{
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    height: 100px;
    background-color: transparent;
  }
  .header-search .search-form-wrapper.search-form-wrapper:after{
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100vh;
    height: 100vh;
    background-color: #ffffff;
    content: "";
  }
  .header-search .search-form-wrapper .search-form{
    margin: 0 auto;
    padding: 0;
    width: 90%;
    height: auto;
    background-color: transparent;
    box-shadow: none;
  }
  .header-search .search-form-wrapper input.search-input{
    padding: 0;
    border-top-width: 0;
    border-right-width: 0 !important;
    border-bottom: 1px solid #dddddd;
    border-left-width: 0;
    background-color: transparent;
    color: #222222;
    font-size: 16px;
  }
  .header-search .search-form-wrapper input.search-input::-webkit-input-placeholder{
    color: #222222;
  }
  .header-search .search-form-wrapper input.search-input::-moz-placeholder{
    color: #222222;
  }
  .header-search .search-form-wrapper input.search-input:-ms-input-placeholder{
    color: #222222;
  }
  .header-search .search-form-wrapper .select2{
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100% !important;
    background-color: #ffffff;
    border-top-width: 0;
    border-right-width: 0;
    border-bottom: 1px solid #dddddd;
    font-size: 16px;
  }
  .header-search .search-form-wrapper .select2-container .select2-selection--single .select2-selection__rendered{
    padding: 0;
    background-color: #ffffff;
    color: #222222;
  }
  .header-search .search-form-wrapper .select2-container .select2-selection--single .select2-selection__rendered:after{
    right: 10px;
  }
  .header-search .search-form-wrapper button#search-btn, .header-search .search-form-wrapper #search-btn.tm-robin-button{
    display: none;
  }
  .admin-bar .header-search .search-form-wrapper{
    top: 80px;
  }
  .header-search .search-dropdown-wrapper.search-dropdown-wrapper{
    display: block !important;
    width: 100%;
    box-shadow: none;
  }
  .header-search .search-dropdown-wrapper.search-dropdown-wrapper > .row > .col-xl-6:last-child{
    display: none;
  }
  .header-search .ajax-results-wrapper{
    min-height: 400px;
  }
  .header-search .ajax-results-wrapper .ajax-search-notice{
    width: 90% !important;
    font-size: 14px !important;
  }
  .header-search .ajax-results-wrapper .ajax-search-notice:before{
    font-size: 40px;
  }
  .header-search .robin-scroller-pane{
    opacity: 1;
  }
  .header-search .autocomplete-suggestions{
    padding: 40px 0 0;
  }
  .header-search .autocomplete-suggestion{
    padding: 15px 20px;
    width: 50% !important;
  }
  .header-search .suggestion-title{
    font-size: 16px;
  }
  .header-search .suggestion-sku,
  .header-search .suggestion-price{
    font-size: 14px;
  }
  .select2-container--default .select2-search--dropdown .select2-search__field{
    font-size: 16px;
  }
  .topbar .social-links{
    display: none;
  }
  .switcher-menu{
    display: none !important;
  }
  .topbar .switcher{
    display: none;
  }
  .header-wishlist .wishlist-dropdown-wrapper{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    display: block;
    visibility: visible;
    overflow: hidden;
    width: 270px;
    height: 100vh;
    box-shadow: none;
    opacity: 1;
    -webkit-overflow-scrolling: touch;
    transform: translate3d(-100%, 0, 0);
    transition: transform 0.3s ease-in-out;
  }
  .mobile-wishlist-opened .header-wishlist .wishlist-dropdown-wrapper{
    transform: translate3d(0, 0, 0);
  }
  .up-sells .slick-arrow,
  .related .slick-arrow{
    background-color: #ffffff !important;
    box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
  }
  .tm-robin-simple-banner .first-line{
    line-height: 1;
    margin-top: 10px;
  }
  .tm-robin-simple-banner .second-line{
    font-size: 20px;
    margin-bottom: 10px;
  }
  .tm-robin-simple-banner .third-line{
    margin-bottom: 10px;
  }
  .tm-robin-simple-banner .third-line:after{
    margin: 10px auto;
  }
  .tm-robin-simple-banner .banner-button{
    color: #111111 !important;
    border: none !important;
    background-color: transparent !important;
    padding: 0;
  }
  .gray-box .tm-robin-testimonial-carousel{
    padding: 0;
  }
  .wpb_revslider_element.landing-page-slider .tp-bgimg.defaultimg{
    background-size: cover !important;
    background-position: center center;
  }
}
@media (max-width: 1919px){
  .hidden-xl-down{
    display: none !important;
  }
  .site-footer.site-footer--dark .col-offset{
    padding-left: 15px;
  }
}
@media print{
  .visible-print-block{
    display: block !important;
  }
  .visible-print-inline{
    display: inline !important;
  }
  .visible-print-inline-block{
    display: inline-block !important;
  }
  .hidden-print{
    display: none !important;
  }
  *,
  *::before,
  *::after,
  *::first-letter,
  *::first-line{
    text-shadow: none !important;
    box-shadow: none !important;
  }
  a,
  a:visited{
    text-decoration: underline;
  }
  abbr[title]::after{
    content: " (" attr(title) ")";
  }
  pre,
  blockquote{
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead{
    display: table-header-group;
  }
  tr,
  img{
    page-break-inside: avoid;
  }
  p,
  h2,
  h3{
    orphans: 3;
    widows: 3;
  }
  h2,
  h3{
    page-break-after: avoid;
  }
  .navbar{
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret{
    border-top-color: #000 !important;
  }
  .tag{
    border: 1px solid #000;
  }
  .table{
    border-collapse: collapse !important;
  }
  .table td,
  .table th{
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td{
    border: 1px solid #ddd !important;
  }
}
@media (prefers-reduced-motion: reduce), (print){
  .animated{
    animation-duration: 1ms !important;
    transition-duration: 1ms !important;
    animation-iteration-count: 1 !important;
  }
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px){
  /**
  * Remove all paddings around the image on small screen
  */
  .mfp-img-mobile .mfp-image-holder{
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img{
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after{
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small{
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar{
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty{
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter{
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close{
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px){
  .mfp-arrow{
    transform: scale(0.75);
  }
  .mfp-arrow-left{
    transform-origin: 0;
  }
  .mfp-arrow-right{
    transform-origin: 100%;
  }
  .mfp-container{
    padding-left: 6px;
    padding-right: 6px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none){
  .ps{
    overflow: auto !important;
  }
}
@media (min-resolution: 105dpi), (min-resolution: 1.1dppx){
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before{
    background-image: url(default-skin.svg);
  }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right{
    background: none;
  }
}
@media screen and (max-width: 1024px){
  .pswp__preloader{
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right;
  }
}
@media screen and (max-width: 600px){
  .admin-bar .sticky-header.is-sticky{
    top: 0;
  }
}
@media (max-width: 992px){
  body.quick-view-opened #page-container:after{
    display: none;
  }
}
@media screen and (max-width: 782px){
  .admin-bar #growls.tr{
    top: 56px;
  }
}
/*# sourceMappingURL=assets/scss/sourcemap/style.css.map */
