@charset "UTF-8";
/*!
Theme Name: Learts
Theme URI: http://learts.thememove.com
Author: ThemeMove
Author URI: http://thememove.com
Description: WooCommerce Handmade Shop Theme
Version: 1.3.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: learts
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;
}

@font-face {
	font-family: 'Ionicons';
	src: url("assets/libs/Ionicons/fonts/ionicons.eot");
	src: url("assets/libs/Ionicons/fonts/ionicons.eot") format("embedded-opentype"), url("assets/libs/Ionicons/fonts/ionicons.woff") format("woff"), url("assets/libs/Ionicons/fonts/ionicons.ttf") format("truetype"), url("assets/libs/Ionicons/fonts/ionicons.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Modesty';
	src: url("assets/libs/modesty/ModestyFontInfo.txt");
	src: url("assets/libs/modesty/ModestyFreshStyle.otf");
	src: url("assets/libs/modesty/ModestyFreshStyle.ttf");
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Notera';
	src: url("assets/libs/notera/Notera_PersonalUseOnly.ttf");
	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: #025aa5 !important;
}

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

a.bg-success:focus, a.bg-success:hover {
	background-color: #449d44 !important;
}

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

a.bg-info:focus, a.bg-info:hover {
	background-color: #31b0d5 !important;
}

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

a.bg-warning:focus, a.bg-warning:hover {
	background-color: #ec971f !important;
}

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

a.bg-danger:focus, a.bg-danger:hover {
	background-color: #c9302c !important;
}

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

a.bg-inverse:focus, a.bg-inverse:hover {
	background-color: #1f2021 !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, .learts-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: #687077 !important;
}

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

a.text-primary:focus, a.text-primary:hover {
	color: #025aa5 !important;
}

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

a.text-success:focus, a.text-success:hover {
	color: #449d44 !important;
}

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

a.text-info:focus, a.text-info:hover {
	color: #31b0d5 !important;
}

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

a.text-warning:focus, a.text-warning:hover {
	color: #ec971f !important;
}

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

a.text-danger:focus, a.text-danger:hover {
	color: #c9302c !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%;
}

.image-lightbox-gallery-item.hover-white-overlay:before, .image-lightbox-gallery-item.hover-black-overlay:before, .learts-banner.hover-white-overlay:before, .learts-banner.hover-black-overlay:before, .learts-banner2.hover-white-overlay:before, .learts-banner2.hover-black-overlay:before, .learts-banner3.hover-white-overlay:before, .learts-banner3.hover-black-overlay:before, .learts-product-category-banner.hover-white-overlay:before, .learts-product-category-banner.hover-black-overlay:before, .learts-simple-banner.hover-white-overlay:before, .learts-simple-banner.hover-black-overlay:before {
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

button, .learts-button,
input[type="submit"],
input[type="button"],
a.button,
.search-view-all, button.alt, .alt.learts-button,
button.alt-button, .alt-button.learts-button,
input.alt[type="submit"],
input.alt-button[type="submit"],
input.alt[type="button"],
input.alt-button[type="button"],
a.button.alt,
a.button.alt-button, button.grey, .grey.learts-button,
button.grey-button, .grey-button.learts-button,
input.grey[type="submit"],
input.grey-button[type="submit"],
input.grey[type="button"],
input.grey-button[type="button"],
a.button.grey,
a.button.grey-button, input[type='text'],
input[type='number'],
input[type='email'],
input[type='search'],
input[type='password'],
input[type='tel'],
textarea, a, .error404 .area-404__content-heading .button, .error404 .area-404__content-heading .button:after, .site-footer .mc4wp-form input[type="email"],
.site-footer .mc4wp-form button, .site-footer .mc4wp-form .learts-button, .site-footer .mc4wp-form button[type="submit"]:before, .site-footer .mc4wp-form .learts-button[type="submit"]:before,
.site-footer .mc4wp-form input[type="submit"]:before, .site-header .left-col .switcher-menu .menu li .sub-menu, .site-header .left-col .switcher-menu .menu li .sub-menu > li, .sticky-header:after, .tm-instagram-pics .item .play-button, .tm-instagram-pics .item .overlay, .tm-instagram-pics .item-info, .learts-loadmore-wrap .learts-loadmore-btn, .header-minicart .widget_shopping_cart .widget_minicart_title .undo, .site-mobile-menu .menu > ul > li .children,
.site-mobile-menu .menu > li .sub-menu, .site-mobile-menu .menu-item-tag, .site-mobile-menu .menu-item-tag:after, .nice-select:after, .nice-select .current, .nice-select .option, .offcanvas-sidebar, #page-container:after, .learts-pagination ul li a:after, .woocommerce-pagination ul li a:after, article.type-portfolio.style-base .entry-thumbnail img, article.type-portfolio.style-inside-image:before, article.type-portfolio.style-inside-image .entry-body, .masonry-container, .entry-thumbnail .post-thumb img, .readmore-button, .share-list__title, .share-list__title .share-button, .share-list__title .post-share-buttons, body:not(.has-inline-search) .search-form-wrapper .search-results-wrapper .autocomplete-suggestion, .select2-dropdown .select2-results__option, .single-nav__prev-item .item-wrapper,
.single-nav__next-item .item-wrapper, .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-item-tag, .site-menu .menu-item-tag:after, .social-links li i, .topbar .social-links li, .topbar, .topbar .menu li .sub-menu li, .topbar-open-btn, .widget_search input,
.widget_product_search input, .widget_search button:after, .widget_search .learts-button:after,
.widget_product_search button:after, .widget_product_search .learts-button:after, .widget_categories .count, .widget_product_categories span.count, .widget_product_categories i, .widget_shopping_cart .mini_cart_item, .widget_layered_nav li .count, .widget_tm_layered_nav ul li.swatch-color .filter-swatch, .widget_tm_layered_nav ul li.swatch-image img, .widget_tm_layered_nav ul .count, .header-wishlist .widget_wishlist_title .undo, .header-wishlist .wishlist_item, #customer_login .wc-social-login a.ywsl-social img, ul.product-categories-menu li.cat-item > a:after, .categories-row.categories-carousel, .shop-toolbar .filter-button .open-filters:before, .eb-scrollbarcnt .track, .eb-scrollbarcnt .thumb, .wb-allview.wb-allview-learts .wb-allview-item-cnt img, .wb-allview-formcnt.wb-multi-filter-learts label.pw_brand_category_filter_checkbox:after, .confirm-popup, .woocommerce-checkout .showlogin,
.woocommerce-checkout .showcoupon, .woocommerce-checkout .showlogin:after,
.woocommerce-checkout .showcoupon:after, .mabel-siwc-img-wrapper .mb-siwc-tag, .btn-360, .btn-360 img, .close-360 i:before, .cd-product-viewer-wrapper, body.single-product:before, .category-grid-item img, .category-grid-item mark, .category-grid-item .product-category-content, .category-grid-item .product-category-content .category-link:after, .product-loop.product-style--default .product-info:hover .isw-swatches.isw-swatches--in-loop, .product-loop .thumb-image, .product-loop .hover-image, .product-loop .product-buttons > div, .product-loop .yith-wcwl-add-to-wishlist, .product-loop .learts-product-buttons, .product-loop .product-info .product-title, .product-loop .product-info .price, #woo-quick-view .quick-view-carousel, .woocommerce.single-product .wb-single-img-cnt a img, .thumbnails-slider .slick-slide img, .woocommerce.single-product .product .summary .compare-btn a,
.product-loop .compare-btn a, .woocommerce.single-product .product .summary .single_add_to_cart_button,
.woocommerce.single-product .product .summary .add_to_cart_button,
.product-loop .single_add_to_cart_button,
.product-loop .add_to_cart_button, .woocommerce.single-product .product .summary .single_add_to_cart_button:before,
.woocommerce.single-product .product .summary .add_to_cart_button:before, .woocommerce.single-product .product .summary .product_type_external:before,
.woocommerce.single-product .product .summary.outofstock .add-to-cart-btn .button:before,
.product-loop .single_add_to_cart_button:before,
.product-loop .add_to_cart_button:before,
.product-loop .product_type_external:before,
.product-loop.outofstock .add-to-cart-btn .button:before, .woocommerce.single-product .product .product-tabs-wrapper .wc-tabs li, .up-sells.slick-slider .products,
.related.slick-slider .products, .product-instagram .tm-instagram-pics .item-info span, .product-instagram .tm-instagram-pics .item-info span:before, .video-lightbox-btn, .video-lightbox-btn img, .woocommerce .quantity.learts_qty .plus,
.woocommerce .quantity.learts_qty .minus, .isw-swatches .isw-term, .reset_variations, .woocommerce-password-hint, .image-lightbox-gallery-item img, .image-lightbox-gallery-item.hover-border-zoom .banner-link:after, .image-lightbox-gallery-item.hover-white-overlay:before, .image-lightbox-gallery-item.hover-black-overlay:before, .learts-banner.hover-border-zoom .banner-link:after, .learts-banner.hover-white-overlay:before, .learts-banner.hover-black-overlay:before, .learts-banner .banner-button.link:after, .learts-banner2.hover-white-overlay:before, .learts-banner2.hover-black-overlay:before, .learts-banner2 .banner-button.link:after, .learts-banner3.hover-white-overlay:before, .learts-banner3.hover-black-overlay:before, .learts-banner3 .banner-content, .learts-banner3 .banner-button.link:after, .learts-banner4 .banner-content, .learts-banner4 .banner-button.link:after, .learts-blog .post-item, .learts-brands-carousel, .learts-brands-carousel .tm-carousel-item img, .learts-brands-grid .tm-brand-item, .learts-countdown, .learts-icon-box .description a, .learts-image-carousel .tm-carousel-item img, .learts-image-carousel .single-image img, .learts-image-carousel .single-image, .learts-instagram--carousel .tm-instagram-pics, .learts-megamenu .block-list li > img, .tm-shortcode.learts-menu-vertical .title:after, .learts-menu-vertical.display-dropdown .cat-menu-wrapper .menu-item, .learts-product-categories.categories-layout-carousel.categories-item-bottom-content .product-category-thumbnail, .learts-product-categories.categories-layout-default.categories-item-bottom-content .product-category-thumbnail, .learts-product-categories.categories-layout-carousel, .learts-product-categories.categories-item-black-overlay .category-grid-item .product-category-thumbnail:after, .learts-product-categories.categories-item-black-overlay .category-grid-item .product-category-content, .learts-product-categories.categories-item-black-overlay .category-grid-item h2:after, .learts-product-category-banner.hover-white-overlay:before, .learts-product-category-banner.hover-black-overlay:before, .learts-product-category-banner .banner-image:after, .learts-product-category-banner .category-name, .learts-product-category-banner .product-count, .learts-product-category-banner .button-view, .learts-product-carousel .products, .learts-product-tabs .product-filter.hover-effect-cloudy.hover-effect-cloudy li a:after,
.learts-product-tabs .product-filter.hover-effect-botanical.hover-effect-cloudy li a:after,
.learts-product-tabs .product-filter.hover-effect-color.hover-effect-cloudy li a:after,
.learts-product-tabs .product-filter.hover-effect-botanical.hover-effect-botanical li a:after,
.learts-product-tabs .product-filter.hover-effect-color.hover-effect-botanical li a:after, .learts-product .background-overlay, .learts-product .button, .learts-quote .button-link:before, .learts-simple-banner.hover-border-zoom-in:after, .learts-simple-banner.hover-border-zoom-out:after, .learts-simple-banner.hover-border-zoom-out:before, .learts-simple-banner.hover-white-overlay:before, .learts-simple-banner.hover-black-overlay:before, .learts-simple-banner img, .learts-social .social-links li i, .learts-team-members .member-image:before, .learts-team-members .member-image:after, .learts-team-members .social-list, .wpb-js-composer .vc_tta-tabs.vc_tta-style-learts.vc_tta-style-learts .vc_tta-panel, .wpb-js-composer .vc_tta-tabs.vc_tta-style-learts.vc_tta-style-learts .vc_tta-tab > a, .wpb-js-composer .vc_tta-tabs.vc_tta-style-learts.vc_tta-style-learts .vc_tta-panel .vc_tta-panel-title > a, .wpb-js-composer .vc_tta-accordion.vc_tta-style-learts.vc_tta-style-learts .vc_tta-panel .vc_tta-panel-heading, .wpb-js-composer .vc_toggle.vc_toggle_learts.vc_toggle_learts .vc_toggle_title, .wpb_image_grid_ul li.isotope-item img, .button.btn-only-text.btn-separator:before, .vc_row.footer-vc .custom-mailchimp .mailchimp-button, .img-grey img, .button-video img, button.slick-arrow:before, .slick-arrow.learts-button:before, .slick-dots li, .slick-dots li button, .slick-dots li .learts-button, .tp-bullets.custom .tp-bullet {
	transition: all 0.5s ease;
}

.site-header .left-col .switcher-menu .menu li.menu-item-has-children > a:after, .site-mobile-menu .menu > ul li.page_item .open-child:before,
.site-mobile-menu .menu li.menu-item .open-child:before, .site-mobile-menu .menu-back:before, .post.sticky .entry-title a:before, body:not(.has-inline-search) .search-form-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered: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, .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 .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 .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-header.header-vertical-full .site-menu .menu > li.menu-item-has-children:after, .social-links li i, .topbar .menu li.menu-item-has-children > a:after, a.show-categories-menu:after, a.show-categories-menu.open:after, .wb-allview-formcnt .select2 .select2-selection .select2-selection__rendered:after, .wb-allview.wb-allview-learts .wb-allview-cat-cnt .go-to-filter:after, .wb-allview-formcnt.wb-multi-filter-learts label.pw_brand_category_filter_checkbox:after, .wb-bx-wrapper.wb-carousel-learts .wb-bx-prev:before,
.wb-bx-wrapper.wb-carousel-learts .wb-bx-next:before, #pw_stick_brands .pw-title:before, .woocommerce-checkout-payment .payment_box:before, .woocommerce .commentlist.notes .comment-text p.meta:before, .category-grid-item .product-category-content .category-link:after, .woocommerce.single-product .product .summary table.group_table .add-to-cart-btn > a.product_type_external:before, .woocommerce-password-hint:after, .woocommerce-message:before, .woocommerce-order-received .woocommerce-thankyou-order-received:before,
.woocommerce-error:before,
.woocommerce-info:before, .learts-icon-box .tm-icon-box__content p.subtext:after {
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	line-height: 1;
}

.post-view:before, .entry-meta .meta-date:before, .entry-meta .meta-comments:before, .entry-meta .meta-author:before, .entry-meta .meta-featured-post:before, body.has-inline-search .search-form-wrapper.header-search #search-btn:after, .widget_search button:after, .widget_search .learts-button:after,
.widget_product_search button:after, .widget_product_search .learts-button:after, .woocommerce-account .woocommerce-MyAccount-navigation ul li > a:after, .cart-actions .button-coupon:before, .woocommerce.single-product .product .summary .single_add_to_cart_button:before,
.woocommerce.single-product .product .summary .add_to_cart_button:before, .woocommerce.single-product .product .summary .product_type_external:before,
.woocommerce.single-product .product .summary.outofstock .add-to-cart-btn .button:before,
.product-loop .single_add_to_cart_button:before,
.product-loop .add_to_cart_button:before,
.product-loop .product_type_external:before,
.product-loop.outofstock .add-to-cart-btn .button:before, .tm-shortcode.learts-menu-vertical .title:before, .tm-shortcode.learts-menu-vertical .title:after, .vc_wp_posts.custom-recent-post li:before, button.slick-arrow:before, .slick-arrow.learts-button:before {
	font-family: "Font Awesome 5 Pro";
	font-weight: normal;
	font-style: normal;
	display: inline-block;
	text-decoration: inherit;
	line-height: 1;
}

.insight-popup button.mfp-close:before, .insight-popup .mfp-close.learts-button:before, .yith-woocompare-widget .products-list li a.remove:before, #customer_login h2:before, .woocommerce-MyAccount-downloads .download-actions .button.download:before, .woocommerce-cart table.cart td.product-remove a:before, .woocommerce-checkout form.login .lost_password a:before, #cboxClose:before, #woo-quick-view .quickview-loading.added span:before, #woo-quick-view .quickview-loading.error span:before, .mfp-content #woo-quick-view .mfp-close:before {
	font-family: 'Pe-icon-7-stroke';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}

.author-info .author-social-networks .author-social.social-facebook:before, .author-info .author-social-networks .author-social.social-twitter:before, .author-info .author-social-networks .author-social.social-behance:before, .author-info .author-social-networks .author-social.social-instagram:before, .site-footer .mc4wp-form button[type="submit"]:before, .site-footer .mc4wp-form .learts-button[type="submit"]:before,
.site-footer .mc4wp-form input[type="submit"]:before, .tm-instagram-pics .item .play-button:before, .tm-instagram-pics .item-info > div:before, .learts-loadmore-wrap .learts-loadmore-btn:before, .site-mobile-menu #mobile-searchform button:after, .site-mobile-menu #mobile-searchform .learts-button:after, .nice-select:after, .nice-select.open:after, .share-list__title .share-button:after, .post-tags .tagcloud:before, .select2 .select2-selection__rendered:after, .single-nav__prev-item .item-wrapper span.meta-date:before,
.single-nav__next-item .item-wrapper span.meta-date:before, .topbar-close-btn:before, .widget_price_filter .price_slider_amount .button:before, .widget_layered_nav .woocommerce-widget-layered-nav-dropdown__submit:before, .widget_layered_nav_filters ul li > a:before, .yith-woocompare-widget a.compare:before, .header-wishlist .add-to-cart-btn .button:before, .shop-toolbar .filter-button .open-filters:before, .woocommerce-customer-details .woocommerce-customer-details--phone:before, .woocommerce-customer-details .woocommerce-customer-details--email:before, .product-loop .product-buttons > div a:before, .learts-product-buttons a.loading:before, .learts-product-buttons a.added:before, .woocommerce.single-product .product .summary .single_add_to_cart_button.recent-added:before,
.woocommerce.single-product .product .summary .add_to_cart_button.recent-added:before,
.product-loop .single_add_to_cart_button.recent-added:before,
.product-loop .add_to_cart_button.recent-added:before, .woocommerce.single-product .product .summary .single_add_to_cart_button.wc-variation-selection-needed.disabled:before,
.woocommerce.single-product .product .summary .add_to_cart_button.wc-variation-selection-needed.disabled:before,
.product-loop .single_add_to_cart_button.wc-variation-selection-needed.disabled:before,
.product-loop .add_to_cart_button.wc-variation-selection-needed.disabled:before, .woocommerce.single-product .product .summary .stock:before,
.product-loop .stock:before, .woocommerce.single-product .product #review_form_wrapper .comment-form .stars a:before, #yith-wcwl-form table.shop_table.wishlist_table td.product-stock-status span:before, #yith-wcwl-form table.shop_table.wishlist_table td.product-add-to-cart .button:before, .woocommerce .quantity.learts_qty .plus:before,
.woocommerce .quantity.learts_qty .minus:before, .woocommerce table.shop_table td.product-remove a:before, .star-rating:before, .star-rating > span:before, .learts-mailchimp .mailchimp-message:before, .learts-product-categories.categories-layout-carousel button.slick-arrow.slick-prev:before, .learts-product-categories.categories-layout-carousel .slick-arrow.slick-prev.learts-button:before, .learts-product-categories.categories-layout-carousel button.slick-arrow.slick-next:before, .learts-product-categories.categories-layout-carousel .slick-arrow.slick-next.learts-button:before {
	font-family: 'Ionicons';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
}

.pt--100 {
	padding-top: -100px;
}

.pt--100-i {
	padding-top: -100px !important;
}

.mt--100 {
	margin-top: -100px;
}

.mt--100-i {
	margin-top: -100px !important;
}

.pt-xs--100 {
	padding-top: -100px;
}

.pt-xs--100-i {
	padding-top: -100px !important;
}

.mt-xs--100 {
	margin-top: -100px;
}

.mt-xs--100-i {
	margin-top: -100px !important;
}

.pt--95 {
	padding-top: -95px;
}

.pt--95-i {
	padding-top: -95px !important;
}

.mt--95 {
	margin-top: -95px;
}

.mt--95-i {
	margin-top: -95px !important;
}

.pt-xs--95 {
	padding-top: -95px;
}

.pt-xs--95-i {
	padding-top: -95px !important;
}

.mt-xs--95 {
	margin-top: -95px;
}

.mt-xs--95-i {
	margin-top: -95px !important;
}

.pt--90 {
	padding-top: -90px;
}

.pt--90-i {
	padding-top: -90px !important;
}

.mt--90 {
	margin-top: -90px;
}

.mt--90-i {
	margin-top: -90px !important;
}

.pt-xs--90 {
	padding-top: -90px;
}

.pt-xs--90-i {
	padding-top: -90px !important;
}

.mt-xs--90 {
	margin-top: -90px;
}

.mt-xs--90-i {
	margin-top: -90px !important;
}

.pt--85 {
	padding-top: -85px;
}

.pt--85-i {
	padding-top: -85px !important;
}

.mt--85 {
	margin-top: -85px;
}

.mt--85-i {
	margin-top: -85px !important;
}

.pt-xs--85 {
	padding-top: -85px;
}

.pt-xs--85-i {
	padding-top: -85px !important;
}

.mt-xs--85 {
	margin-top: -85px;
}

.mt-xs--85-i {
	margin-top: -85px !important;
}

.pt--80 {
	padding-top: -80px;
}

.pt--80-i {
	padding-top: -80px !important;
}

.mt--80 {
	margin-top: -80px;
}

.mt--80-i {
	margin-top: -80px !important;
}

.pt-xs--80 {
	padding-top: -80px;
}

.pt-xs--80-i {
	padding-top: -80px !important;
}

.mt-xs--80 {
	margin-top: -80px;
}

.mt-xs--80-i {
	margin-top: -80px !important;
}

.pt--75 {
	padding-top: -75px;
}

.pt--75-i {
	padding-top: -75px !important;
}

.mt--75 {
	margin-top: -75px;
}

.mt--75-i {
	margin-top: -75px !important;
}

.pt-xs--75 {
	padding-top: -75px;
}

.pt-xs--75-i {
	padding-top: -75px !important;
}

.mt-xs--75 {
	margin-top: -75px;
}

.mt-xs--75-i {
	margin-top: -75px !important;
}

.pt--70 {
	padding-top: -70px;
}

.pt--70-i {
	padding-top: -70px !important;
}

.mt--70 {
	margin-top: -70px;
}

.mt--70-i {
	margin-top: -70px !important;
}

.pt-xs--70 {
	padding-top: -70px;
}

.pt-xs--70-i {
	padding-top: -70px !important;
}

.mt-xs--70 {
	margin-top: -70px;
}

.mt-xs--70-i {
	margin-top: -70px !important;
}

.pt--65 {
	padding-top: -65px;
}

.pt--65-i {
	padding-top: -65px !important;
}

.mt--65 {
	margin-top: -65px;
}

.mt--65-i {
	margin-top: -65px !important;
}

.pt-xs--65 {
	padding-top: -65px;
}

.pt-xs--65-i {
	padding-top: -65px !important;
}

.mt-xs--65 {
	margin-top: -65px;
}

.mt-xs--65-i {
	margin-top: -65px !important;
}

.pt--60 {
	padding-top: -60px;
}

.pt--60-i {
	padding-top: -60px !important;
}

.mt--60 {
	margin-top: -60px;
}

.mt--60-i {
	margin-top: -60px !important;
}

.pt-xs--60 {
	padding-top: -60px;
}

.pt-xs--60-i {
	padding-top: -60px !important;
}

.mt-xs--60 {
	margin-top: -60px;
}

.mt-xs--60-i {
	margin-top: -60px !important;
}

.pt--55 {
	padding-top: -55px;
}

.pt--55-i {
	padding-top: -55px !important;
}

.mt--55 {
	margin-top: -55px;
}

.mt--55-i {
	margin-top: -55px !important;
}

.pt-xs--55 {
	padding-top: -55px;
}

.pt-xs--55-i {
	padding-top: -55px !important;
}

.mt-xs--55 {
	margin-top: -55px;
}

.mt-xs--55-i {
	margin-top: -55px !important;
}

.pt--50 {
	padding-top: -50px;
}

.pt--50-i {
	padding-top: -50px !important;
}

.mt--50 {
	margin-top: -50px;
}

.mt--50-i {
	margin-top: -50px !important;
}

.pt-xs--50 {
	padding-top: -50px;
}

.pt-xs--50-i {
	padding-top: -50px !important;
}

.mt-xs--50 {
	margin-top: -50px;
}

.mt-xs--50-i {
	margin-top: -50px !important;
}

.pt--45 {
	padding-top: -45px;
}

.pt--45-i {
	padding-top: -45px !important;
}

.mt--45 {
	margin-top: -45px;
}

.mt--45-i {
	margin-top: -45px !important;
}

.pt-xs--45 {
	padding-top: -45px;
}

.pt-xs--45-i {
	padding-top: -45px !important;
}

.mt-xs--45 {
	margin-top: -45px;
}

.mt-xs--45-i {
	margin-top: -45px !important;
}

.pt--40 {
	padding-top: -40px;
}

.pt--40-i {
	padding-top: -40px !important;
}

.mt--40 {
	margin-top: -40px;
}

.mt--40-i {
	margin-top: -40px !important;
}

.pt-xs--40 {
	padding-top: -40px;
}

.pt-xs--40-i {
	padding-top: -40px !important;
}

.mt-xs--40 {
	margin-top: -40px;
}

.mt-xs--40-i {
	margin-top: -40px !important;
}

.pt--35 {
	padding-top: -35px;
}

.pt--35-i {
	padding-top: -35px !important;
}

.mt--35 {
	margin-top: -35px;
}

.mt--35-i {
	margin-top: -35px !important;
}

.pt-xs--35 {
	padding-top: -35px;
}

.pt-xs--35-i {
	padding-top: -35px !important;
}

.mt-xs--35 {
	margin-top: -35px;
}

.mt-xs--35-i {
	margin-top: -35px !important;
}

.pt--30 {
	padding-top: -30px;
}

.pt--30-i {
	padding-top: -30px !important;
}

.mt--30 {
	margin-top: -30px;
}

.mt--30-i {
	margin-top: -30px !important;
}

.pt-xs--30 {
	padding-top: -30px;
}

.pt-xs--30-i {
	padding-top: -30px !important;
}

.mt-xs--30 {
	margin-top: -30px;
}

.mt-xs--30-i {
	margin-top: -30px !important;
}

.pt--25 {
	padding-top: -25px;
}

.pt--25-i {
	padding-top: -25px !important;
}

.mt--25 {
	margin-top: -25px;
}

.mt--25-i {
	margin-top: -25px !important;
}

.pt-xs--25 {
	padding-top: -25px;
}

.pt-xs--25-i {
	padding-top: -25px !important;
}

.mt-xs--25 {
	margin-top: -25px;
}

.mt-xs--25-i {
	margin-top: -25px !important;
}

.pt--20 {
	padding-top: -20px;
}

.pt--20-i {
	padding-top: -20px !important;
}

.mt--20 {
	margin-top: -20px;
}

.mt--20-i {
	margin-top: -20px !important;
}

.pt-xs--20 {
	padding-top: -20px;
}

.pt-xs--20-i {
	padding-top: -20px !important;
}

.mt-xs--20 {
	margin-top: -20px;
}

.mt-xs--20-i {
	margin-top: -20px !important;
}

.pt--15 {
	padding-top: -15px;
}

.pt--15-i {
	padding-top: -15px !important;
}

.mt--15 {
	margin-top: -15px;
}

.mt--15-i {
	margin-top: -15px !important;
}

.pt-xs--15 {
	padding-top: -15px;
}

.pt-xs--15-i {
	padding-top: -15px !important;
}

.mt-xs--15 {
	margin-top: -15px;
}

.mt-xs--15-i {
	margin-top: -15px !important;
}

.pt--10 {
	padding-top: -10px;
}

.pt--10-i {
	padding-top: -10px !important;
}

.mt--10 {
	margin-top: -10px;
}

.mt--10-i {
	margin-top: -10px !important;
}

.pt-xs--10 {
	padding-top: -10px;
}

.pt-xs--10-i {
	padding-top: -10px !important;
}

.mt-xs--10 {
	margin-top: -10px;
}

.mt-xs--10-i {
	margin-top: -10px !important;
}

.pt--5 {
	padding-top: -5px;
}

.pt--5-i {
	padding-top: -5px !important;
}

.mt--5 {
	margin-top: -5px;
}

.mt--5-i {
	margin-top: -5px !important;
}

.pt-xs--5 {
	padding-top: -5px;
}

.pt-xs--5-i {
	padding-top: -5px !important;
}

.mt-xs--5 {
	margin-top: -5px;
}

.mt-xs--5-i {
	margin-top: -5px !important;
}

.pt-0 {
	padding-top: 0px;
}

.pt-0-i {
	padding-top: 0px !important;
}

.mt-0 {
	margin-top: 0px;
}

.mt-0-i {
	margin-top: 0px !important;
}

.pt-xs-0 {
	padding-top: 0px;
}

.pt-xs-0-i {
	padding-top: 0px !important;
}

.mt-xs-0 {
	margin-top: 0px;
}

.mt-xs-0-i {
	margin-top: 0px !important;
}

.pt-5 {
	padding-top: 5px;
}

.pt-5-i {
	padding-top: 5px !important;
}

.mt-5 {
	margin-top: 5px;
}

.mt-5-i {
	margin-top: 5px !important;
}

.pt-xs-5 {
	padding-top: 5px;
}

.pt-xs-5-i {
	padding-top: 5px !important;
}

.mt-xs-5 {
	margin-top: 5px;
}

.mt-xs-5-i {
	margin-top: 5px !important;
}

.pt-10 {
	padding-top: 10px;
}

.pt-10-i {
	padding-top: 10px !important;
}

.mt-10 {
	margin-top: 10px;
}

.mt-10-i {
	margin-top: 10px !important;
}

.pt-xs-10 {
	padding-top: 10px;
}

.pt-xs-10-i {
	padding-top: 10px !important;
}

.mt-xs-10 {
	margin-top: 10px;
}

.mt-xs-10-i {
	margin-top: 10px !important;
}

.pt-15 {
	padding-top: 15px;
}

.pt-15-i {
	padding-top: 15px !important;
}

.mt-15 {
	margin-top: 15px;
}

.mt-15-i {
	margin-top: 15px !important;
}

.pt-xs-15 {
	padding-top: 15px;
}

.pt-xs-15-i {
	padding-top: 15px !important;
}

.mt-xs-15 {
	margin-top: 15px;
}

.mt-xs-15-i {
	margin-top: 15px !important;
}

.pt-20 {
	padding-top: 20px;
}

.pt-20-i {
	padding-top: 20px !important;
}

.mt-20 {
	margin-top: 20px;
}

.mt-20-i {
	margin-top: 20px !important;
}

.pt-xs-20 {
	padding-top: 20px;
}

.pt-xs-20-i {
	padding-top: 20px !important;
}

.mt-xs-20 {
	margin-top: 20px;
}

.mt-xs-20-i {
	margin-top: 20px !important;
}

.pt-25 {
	padding-top: 25px;
}

.pt-25-i {
	padding-top: 25px !important;
}

.mt-25 {
	margin-top: 25px;
}

.mt-25-i {
	margin-top: 25px !important;
}

.pt-xs-25 {
	padding-top: 25px;
}

.pt-xs-25-i {
	padding-top: 25px !important;
}

.mt-xs-25 {
	margin-top: 25px;
}

.mt-xs-25-i {
	margin-top: 25px !important;
}

.pt-30 {
	padding-top: 30px;
}

.pt-30-i {
	padding-top: 30px !important;
}

.mt-30 {
	margin-top: 30px;
}

.mt-30-i {
	margin-top: 30px !important;
}

.pt-xs-30 {
	padding-top: 30px;
}

.pt-xs-30-i {
	padding-top: 30px !important;
}

.mt-xs-30 {
	margin-top: 30px;
}

.mt-xs-30-i {
	margin-top: 30px !important;
}

.pt-35 {
	padding-top: 35px;
}

.pt-35-i {
	padding-top: 35px !important;
}

.mt-35 {
	margin-top: 35px;
}

.mt-35-i {
	margin-top: 35px !important;
}

.pt-xs-35 {
	padding-top: 35px;
}

.pt-xs-35-i {
	padding-top: 35px !important;
}

.mt-xs-35 {
	margin-top: 35px;
}

.mt-xs-35-i {
	margin-top: 35px !important;
}

.pt-40 {
	padding-top: 40px;
}

.pt-40-i {
	padding-top: 40px !important;
}

.mt-40 {
	margin-top: 40px;
}

.mt-40-i {
	margin-top: 40px !important;
}

.pt-xs-40 {
	padding-top: 40px;
}

.pt-xs-40-i {
	padding-top: 40px !important;
}

.mt-xs-40 {
	margin-top: 40px;
}

.mt-xs-40-i {
	margin-top: 40px !important;
}

.pt-45 {
	padding-top: 45px;
}

.pt-45-i {
	padding-top: 45px !important;
}

.mt-45 {
	margin-top: 45px;
}

.mt-45-i {
	margin-top: 45px !important;
}

.pt-xs-45 {
	padding-top: 45px;
}

.pt-xs-45-i {
	padding-top: 45px !important;
}

.mt-xs-45 {
	margin-top: 45px;
}

.mt-xs-45-i {
	margin-top: 45px !important;
}

.pt-50 {
	padding-top: 50px;
}

.pt-50-i {
	padding-top: 50px !important;
}

.mt-50 {
	margin-top: 50px;
}

.mt-50-i {
	margin-top: 50px !important;
}

.pt-xs-50 {
	padding-top: 50px;
}

.pt-xs-50-i {
	padding-top: 50px !important;
}

.mt-xs-50 {
	margin-top: 50px;
}

.mt-xs-50-i {
	margin-top: 50px !important;
}

.pt-55 {
	padding-top: 55px;
}

.pt-55-i {
	padding-top: 55px !important;
}

.mt-55 {
	margin-top: 55px;
}

.mt-55-i {
	margin-top: 55px !important;
}

.pt-xs-55 {
	padding-top: 55px;
}

.pt-xs-55-i {
	padding-top: 55px !important;
}

.mt-xs-55 {
	margin-top: 55px;
}

.mt-xs-55-i {
	margin-top: 55px !important;
}

.pt-60 {
	padding-top: 60px;
}

.pt-60-i {
	padding-top: 60px !important;
}

.mt-60 {
	margin-top: 60px;
}

.mt-60-i {
	margin-top: 60px !important;
}

.pt-xs-60 {
	padding-top: 60px;
}

.pt-xs-60-i {
	padding-top: 60px !important;
}

.mt-xs-60 {
	margin-top: 60px;
}

.mt-xs-60-i {
	margin-top: 60px !important;
}

.pt-65 {
	padding-top: 65px;
}

.pt-65-i {
	padding-top: 65px !important;
}

.mt-65 {
	margin-top: 65px;
}

.mt-65-i {
	margin-top: 65px !important;
}

.pt-xs-65 {
	padding-top: 65px;
}

.pt-xs-65-i {
	padding-top: 65px !important;
}

.mt-xs-65 {
	margin-top: 65px;
}

.mt-xs-65-i {
	margin-top: 65px !important;
}

.pt-70 {
	padding-top: 70px;
}

.pt-70-i {
	padding-top: 70px !important;
}

.mt-70 {
	margin-top: 70px;
}

.mt-70-i {
	margin-top: 70px !important;
}

.pt-xs-70 {
	padding-top: 70px;
}

.pt-xs-70-i {
	padding-top: 70px !important;
}

.mt-xs-70 {
	margin-top: 70px;
}

.mt-xs-70-i {
	margin-top: 70px !important;
}

.pt-75 {
	padding-top: 75px;
}

.pt-75-i {
	padding-top: 75px !important;
}

.mt-75 {
	margin-top: 75px;
}

.mt-75-i {
	margin-top: 75px !important;
}

.pt-xs-75 {
	padding-top: 75px;
}

.pt-xs-75-i {
	padding-top: 75px !important;
}

.mt-xs-75 {
	margin-top: 75px;
}

.mt-xs-75-i {
	margin-top: 75px !important;
}

.pt-80 {
	padding-top: 80px;
}

.pt-80-i {
	padding-top: 80px !important;
}

.mt-80 {
	margin-top: 80px;
}

.mt-80-i {
	margin-top: 80px !important;
}

.pt-xs-80 {
	padding-top: 80px;
}

.pt-xs-80-i {
	padding-top: 80px !important;
}

.mt-xs-80 {
	margin-top: 80px;
}

.mt-xs-80-i {
	margin-top: 80px !important;
}

.pt-85 {
	padding-top: 85px;
}

.pt-85-i {
	padding-top: 85px !important;
}

.mt-85 {
	margin-top: 85px;
}

.mt-85-i {
	margin-top: 85px !important;
}

.pt-xs-85 {
	padding-top: 85px;
}

.pt-xs-85-i {
	padding-top: 85px !important;
}

.mt-xs-85 {
	margin-top: 85px;
}

.mt-xs-85-i {
	margin-top: 85px !important;
}

.pt-90 {
	padding-top: 90px;
}

.pt-90-i {
	padding-top: 90px !important;
}

.mt-90 {
	margin-top: 90px;
}

.mt-90-i {
	margin-top: 90px !important;
}

.pt-xs-90 {
	padding-top: 90px;
}

.pt-xs-90-i {
	padding-top: 90px !important;
}

.mt-xs-90 {
	margin-top: 90px;
}

.mt-xs-90-i {
	margin-top: 90px !important;
}

.pt-95 {
	padding-top: 95px;
}

.pt-95-i {
	padding-top: 95px !important;
}

.mt-95 {
	margin-top: 95px;
}

.mt-95-i {
	margin-top: 95px !important;
}

.pt-xs-95 {
	padding-top: 95px;
}

.pt-xs-95-i {
	padding-top: 95px !important;
}

.mt-xs-95 {
	margin-top: 95px;
}

.mt-xs-95-i {
	margin-top: 95px !important;
}

.pt-100 {
	padding-top: 100px;
}

.pt-100-i {
	padding-top: 100px !important;
}

.mt-100 {
	margin-top: 100px;
}

.mt-100-i {
	margin-top: 100px !important;
}

.pt-xs-100 {
	padding-top: 100px;
}

.pt-xs-100-i {
	padding-top: 100px !important;
}

.mt-xs-100 {
	margin-top: 100px;
}

.mt-xs-100-i {
	margin-top: 100px !important;
}

.pr--100 {
	padding-right: -100px;
}

.pr--100-i {
	padding-right: -100px !important;
}

.mr--100 {
	margin-right: -100px;
}

.mr--100-i {
	margin-right: -100px !important;
}

.pr-xs--100 {
	padding-right: -100px;
}

.pr-xs--100-i {
	padding-right: -100px !important;
}

.mr-xs--100 {
	margin-right: -100px;
}

.mr-xs--100-i {
	margin-right: -100px !important;
}

.pr--95 {
	padding-right: -95px;
}

.pr--95-i {
	padding-right: -95px !important;
}

.mr--95 {
	margin-right: -95px;
}

.mr--95-i {
	margin-right: -95px !important;
}

.pr-xs--95 {
	padding-right: -95px;
}

.pr-xs--95-i {
	padding-right: -95px !important;
}

.mr-xs--95 {
	margin-right: -95px;
}

.mr-xs--95-i {
	margin-right: -95px !important;
}

.pr--90 {
	padding-right: -90px;
}

.pr--90-i {
	padding-right: -90px !important;
}

.mr--90 {
	margin-right: -90px;
}

.mr--90-i {
	margin-right: -90px !important;
}

.pr-xs--90 {
	padding-right: -90px;
}

.pr-xs--90-i {
	padding-right: -90px !important;
}

.mr-xs--90 {
	margin-right: -90px;
}

.mr-xs--90-i {
	margin-right: -90px !important;
}

.pr--85 {
	padding-right: -85px;
}

.pr--85-i {
	padding-right: -85px !important;
}

.mr--85 {
	margin-right: -85px;
}

.mr--85-i {
	margin-right: -85px !important;
}

.pr-xs--85 {
	padding-right: -85px;
}

.pr-xs--85-i {
	padding-right: -85px !important;
}

.mr-xs--85 {
	margin-right: -85px;
}

.mr-xs--85-i {
	margin-right: -85px !important;
}

.pr--80 {
	padding-right: -80px;
}

.pr--80-i {
	padding-right: -80px !important;
}

.mr--80 {
	margin-right: -80px;
}

.mr--80-i {
	margin-right: -80px !important;
}

.pr-xs--80 {
	padding-right: -80px;
}

.pr-xs--80-i {
	padding-right: -80px !important;
}

.mr-xs--80 {
	margin-right: -80px;
}

.mr-xs--80-i {
	margin-right: -80px !important;
}

.pr--75 {
	padding-right: -75px;
}

.pr--75-i {
	padding-right: -75px !important;
}

.mr--75 {
	margin-right: -75px;
}

.mr--75-i {
	margin-right: -75px !important;
}

.pr-xs--75 {
	padding-right: -75px;
}

.pr-xs--75-i {
	padding-right: -75px !important;
}

.mr-xs--75 {
	margin-right: -75px;
}

.mr-xs--75-i {
	margin-right: -75px !important;
}

.pr--70 {
	padding-right: -70px;
}

.pr--70-i {
	padding-right: -70px !important;
}

.mr--70 {
	margin-right: -70px;
}

.mr--70-i {
	margin-right: -70px !important;
}

.pr-xs--70 {
	padding-right: -70px;
}

.pr-xs--70-i {
	padding-right: -70px !important;
}

.mr-xs--70 {
	margin-right: -70px;
}

.mr-xs--70-i {
	margin-right: -70px !important;
}

.pr--65 {
	padding-right: -65px;
}

.pr--65-i {
	padding-right: -65px !important;
}

.mr--65 {
	margin-right: -65px;
}

.mr--65-i {
	margin-right: -65px !important;
}

.pr-xs--65 {
	padding-right: -65px;
}

.pr-xs--65-i {
	padding-right: -65px !important;
}

.mr-xs--65 {
	margin-right: -65px;
}

.mr-xs--65-i {
	margin-right: -65px !important;
}

.pr--60 {
	padding-right: -60px;
}

.pr--60-i {
	padding-right: -60px !important;
}

.mr--60 {
	margin-right: -60px;
}

.mr--60-i {
	margin-right: -60px !important;
}

.pr-xs--60 {
	padding-right: -60px;
}

.pr-xs--60-i {
	padding-right: -60px !important;
}

.mr-xs--60 {
	margin-right: -60px;
}

.mr-xs--60-i {
	margin-right: -60px !important;
}

.pr--55 {
	padding-right: -55px;
}

.pr--55-i {
	padding-right: -55px !important;
}

.mr--55 {
	margin-right: -55px;
}

.mr--55-i {
	margin-right: -55px !important;
}

.pr-xs--55 {
	padding-right: -55px;
}

.pr-xs--55-i {
	padding-right: -55px !important;
}

.mr-xs--55 {
	margin-right: -55px;
}

.mr-xs--55-i {
	margin-right: -55px !important;
}

.pr--50 {
	padding-right: -50px;
}

.pr--50-i {
	padding-right: -50px !important;
}

.mr--50 {
	margin-right: -50px;
}

.mr--50-i {
	margin-right: -50px !important;
}

.pr-xs--50 {
	padding-right: -50px;
}

.pr-xs--50-i {
	padding-right: -50px !important;
}

.mr-xs--50 {
	margin-right: -50px;
}

.mr-xs--50-i {
	margin-right: -50px !important;
}

.pr--45 {
	padding-right: -45px;
}

.pr--45-i {
	padding-right: -45px !important;
}

.mr--45 {
	margin-right: -45px;
}

.mr--45-i {
	margin-right: -45px !important;
}

.pr-xs--45 {
	padding-right: -45px;
}

.pr-xs--45-i {
	padding-right: -45px !important;
}

.mr-xs--45 {
	margin-right: -45px;
}

.mr-xs--45-i {
	margin-right: -45px !important;
}

.pr--40 {
	padding-right: -40px;
}

.pr--40-i {
	padding-right: -40px !important;
}

.mr--40 {
	margin-right: -40px;
}

.mr--40-i {
	margin-right: -40px !important;
}

.pr-xs--40 {
	padding-right: -40px;
}

.pr-xs--40-i {
	padding-right: -40px !important;
}

.mr-xs--40 {
	margin-right: -40px;
}

.mr-xs--40-i {
	margin-right: -40px !important;
}

.pr--35 {
	padding-right: -35px;
}

.pr--35-i {
	padding-right: -35px !important;
}

.mr--35 {
	margin-right: -35px;
}

.mr--35-i {
	margin-right: -35px !important;
}

.pr-xs--35 {
	padding-right: -35px;
}

.pr-xs--35-i {
	padding-right: -35px !important;
}

.mr-xs--35 {
	margin-right: -35px;
}

.mr-xs--35-i {
	margin-right: -35px !important;
}

.pr--30 {
	padding-right: -30px;
}

.pr--30-i {
	padding-right: -30px !important;
}

.mr--30 {
	margin-right: -30px;
}

.mr--30-i {
	margin-right: -30px !important;
}

.pr-xs--30 {
	padding-right: -30px;
}

.pr-xs--30-i {
	padding-right: -30px !important;
}

.mr-xs--30 {
	margin-right: -30px;
}

.mr-xs--30-i {
	margin-right: -30px !important;
}

.pr--25 {
	padding-right: -25px;
}

.pr--25-i {
	padding-right: -25px !important;
}

.mr--25 {
	margin-right: -25px;
}

.mr--25-i {
	margin-right: -25px !important;
}

.pr-xs--25 {
	padding-right: -25px;
}

.pr-xs--25-i {
	padding-right: -25px !important;
}

.mr-xs--25 {
	margin-right: -25px;
}

.mr-xs--25-i {
	margin-right: -25px !important;
}

.pr--20 {
	padding-right: -20px;
}

.pr--20-i {
	padding-right: -20px !important;
}

.mr--20 {
	margin-right: -20px;
}

.mr--20-i {
	margin-right: -20px !important;
}

.pr-xs--20 {
	padding-right: -20px;
}

.pr-xs--20-i {
	padding-right: -20px !important;
}

.mr-xs--20 {
	margin-right: -20px;
}

.mr-xs--20-i {
	margin-right: -20px !important;
}

.pr--15 {
	padding-right: -15px;
}

.pr--15-i {
	padding-right: -15px !important;
}

.mr--15 {
	margin-right: -15px;
}

.mr--15-i {
	margin-right: -15px !important;
}

.pr-xs--15 {
	padding-right: -15px;
}

.pr-xs--15-i {
	padding-right: -15px !important;
}

.mr-xs--15 {
	margin-right: -15px;
}

.mr-xs--15-i {
	margin-right: -15px !important;
}

.pr--10 {
	padding-right: -10px;
}

.pr--10-i {
	padding-right: -10px !important;
}

.mr--10 {
	margin-right: -10px;
}

.mr--10-i {
	margin-right: -10px !important;
}

.pr-xs--10 {
	padding-right: -10px;
}

.pr-xs--10-i {
	padding-right: -10px !important;
}

.mr-xs--10 {
	margin-right: -10px;
}

.mr-xs--10-i {
	margin-right: -10px !important;
}

.pr--5 {
	padding-right: -5px;
}

.pr--5-i {
	padding-right: -5px !important;
}

.mr--5 {
	margin-right: -5px;
}

.mr--5-i {
	margin-right: -5px !important;
}

.pr-xs--5 {
	padding-right: -5px;
}

.pr-xs--5-i {
	padding-right: -5px !important;
}

.mr-xs--5 {
	margin-right: -5px;
}

.mr-xs--5-i {
	margin-right: -5px !important;
}

.pr-0 {
	padding-right: 0px;
}

.pr-0-i {
	padding-right: 0px !important;
}

.mr-0 {
	margin-right: 0px;
}

.mr-0-i {
	margin-right: 0px !important;
}

.pr-xs-0 {
	padding-right: 0px;
}

.pr-xs-0-i {
	padding-right: 0px !important;
}

.mr-xs-0 {
	margin-right: 0px;
}

.mr-xs-0-i {
	margin-right: 0px !important;
}

.pr-5 {
	padding-right: 5px;
}

.pr-5-i {
	padding-right: 5px !important;
}

.mr-5 {
	margin-right: 5px;
}

.mr-5-i {
	margin-right: 5px !important;
}

.pr-xs-5 {
	padding-right: 5px;
}

.pr-xs-5-i {
	padding-right: 5px !important;
}

.mr-xs-5 {
	margin-right: 5px;
}

.mr-xs-5-i {
	margin-right: 5px !important;
}

.pr-10 {
	padding-right: 10px;
}

.pr-10-i {
	padding-right: 10px !important;
}

.mr-10 {
	margin-right: 10px;
}

.mr-10-i {
	margin-right: 10px !important;
}

.pr-xs-10 {
	padding-right: 10px;
}

.pr-xs-10-i {
	padding-right: 10px !important;
}

.mr-xs-10 {
	margin-right: 10px;
}

.mr-xs-10-i {
	margin-right: 10px !important;
}

.pr-15 {
	padding-right: 15px;
}

.pr-15-i {
	padding-right: 15px !important;
}

.mr-15 {
	margin-right: 15px;
}

.mr-15-i {
	margin-right: 15px !important;
}

.pr-xs-15 {
	padding-right: 15px;
}

.pr-xs-15-i {
	padding-right: 15px !important;
}

.mr-xs-15 {
	margin-right: 15px;
}

.mr-xs-15-i {
	margin-right: 15px !important;
}

.pr-20 {
	padding-right: 20px;
}

.pr-20-i {
	padding-right: 20px !important;
}

.mr-20 {
	margin-right: 20px;
}

.mr-20-i {
	margin-right: 20px !important;
}

.pr-xs-20 {
	padding-right: 20px;
}

.pr-xs-20-i {
	padding-right: 20px !important;
}

.mr-xs-20 {
	margin-right: 20px;
}

.mr-xs-20-i {
	margin-right: 20px !important;
}

.pr-25 {
	padding-right: 25px;
}

.pr-25-i {
	padding-right: 25px !important;
}

.mr-25 {
	margin-right: 25px;
}

.mr-25-i {
	margin-right: 25px !important;
}

.pr-xs-25 {
	padding-right: 25px;
}

.pr-xs-25-i {
	padding-right: 25px !important;
}

.mr-xs-25 {
	margin-right: 25px;
}

.mr-xs-25-i {
	margin-right: 25px !important;
}

.pr-30 {
	padding-right: 30px;
}

.pr-30-i {
	padding-right: 30px !important;
}

.mr-30 {
	margin-right: 30px;
}

.mr-30-i {
	margin-right: 30px !important;
}

.pr-xs-30 {
	padding-right: 30px;
}

.pr-xs-30-i {
	padding-right: 30px !important;
}

.mr-xs-30 {
	margin-right: 30px;
}

.mr-xs-30-i {
	margin-right: 30px !important;
}

.pr-35 {
	padding-right: 35px;
}

.pr-35-i {
	padding-right: 35px !important;
}

.mr-35 {
	margin-right: 35px;
}

.mr-35-i {
	margin-right: 35px !important;
}

.pr-xs-35 {
	padding-right: 35px;
}

.pr-xs-35-i {
	padding-right: 35px !important;
}

.mr-xs-35 {
	margin-right: 35px;
}

.mr-xs-35-i {
	margin-right: 35px !important;
}

.pr-40 {
	padding-right: 40px;
}

.pr-40-i {
	padding-right: 40px !important;
}

.mr-40 {
	margin-right: 40px;
}

.mr-40-i {
	margin-right: 40px !important;
}

.pr-xs-40 {
	padding-right: 40px;
}

.pr-xs-40-i {
	padding-right: 40px !important;
}

.mr-xs-40 {
	margin-right: 40px;
}

.mr-xs-40-i {
	margin-right: 40px !important;
}

.pr-45 {
	padding-right: 45px;
}

.pr-45-i {
	padding-right: 45px !important;
}

.mr-45 {
	margin-right: 45px;
}

.mr-45-i {
	margin-right: 45px !important;
}

.pr-xs-45 {
	padding-right: 45px;
}

.pr-xs-45-i {
	padding-right: 45px !important;
}

.mr-xs-45 {
	margin-right: 45px;
}

.mr-xs-45-i {
	margin-right: 45px !important;
}

.pr-50 {
	padding-right: 50px;
}

.pr-50-i {
	padding-right: 50px !important;
}

.mr-50 {
	margin-right: 50px;
}

.mr-50-i {
	margin-right: 50px !important;
}

.pr-xs-50 {
	padding-right: 50px;
}

.pr-xs-50-i {
	padding-right: 50px !important;
}

.mr-xs-50 {
	margin-right: 50px;
}

.mr-xs-50-i {
	margin-right: 50px !important;
}

.pr-55 {
	padding-right: 55px;
}

.pr-55-i {
	padding-right: 55px !important;
}

.mr-55 {
	margin-right: 55px;
}

.mr-55-i {
	margin-right: 55px !important;
}

.pr-xs-55 {
	padding-right: 55px;
}

.pr-xs-55-i {
	padding-right: 55px !important;
}

.mr-xs-55 {
	margin-right: 55px;
}

.mr-xs-55-i {
	margin-right: 55px !important;
}

.pr-60 {
	padding-right: 60px;
}

.pr-60-i {
	padding-right: 60px !important;
}

.mr-60 {
	margin-right: 60px;
}

.mr-60-i {
	margin-right: 60px !important;
}

.pr-xs-60 {
	padding-right: 60px;
}

.pr-xs-60-i {
	padding-right: 60px !important;
}

.mr-xs-60 {
	margin-right: 60px;
}

.mr-xs-60-i {
	margin-right: 60px !important;
}

.pr-65 {
	padding-right: 65px;
}

.pr-65-i {
	padding-right: 65px !important;
}

.mr-65 {
	margin-right: 65px;
}

.mr-65-i {
	margin-right: 65px !important;
}

.pr-xs-65 {
	padding-right: 65px;
}

.pr-xs-65-i {
	padding-right: 65px !important;
}

.mr-xs-65 {
	margin-right: 65px;
}

.mr-xs-65-i {
	margin-right: 65px !important;
}

.pr-70 {
	padding-right: 70px;
}

.pr-70-i {
	padding-right: 70px !important;
}

.mr-70 {
	margin-right: 70px;
}

.mr-70-i {
	margin-right: 70px !important;
}

.pr-xs-70 {
	padding-right: 70px;
}

.pr-xs-70-i {
	padding-right: 70px !important;
}

.mr-xs-70 {
	margin-right: 70px;
}

.mr-xs-70-i {
	margin-right: 70px !important;
}

.pr-75 {
	padding-right: 75px;
}

.pr-75-i {
	padding-right: 75px !important;
}

.mr-75 {
	margin-right: 75px;
}

.mr-75-i {
	margin-right: 75px !important;
}

.pr-xs-75 {
	padding-right: 75px;
}

.pr-xs-75-i {
	padding-right: 75px !important;
}

.mr-xs-75 {
	margin-right: 75px;
}

.mr-xs-75-i {
	margin-right: 75px !important;
}

.pr-80 {
	padding-right: 80px;
}

.pr-80-i {
	padding-right: 80px !important;
}

.mr-80 {
	margin-right: 80px;
}

.mr-80-i {
	margin-right: 80px !important;
}

.pr-xs-80 {
	padding-right: 80px;
}

.pr-xs-80-i {
	padding-right: 80px !important;
}

.mr-xs-80 {
	margin-right: 80px;
}

.mr-xs-80-i {
	margin-right: 80px !important;
}

.pr-85 {
	padding-right: 85px;
}

.pr-85-i {
	padding-right: 85px !important;
}

.mr-85 {
	margin-right: 85px;
}

.mr-85-i {
	margin-right: 85px !important;
}

.pr-xs-85 {
	padding-right: 85px;
}

.pr-xs-85-i {
	padding-right: 85px !important;
}

.mr-xs-85 {
	margin-right: 85px;
}

.mr-xs-85-i {
	margin-right: 85px !important;
}

.pr-90 {
	padding-right: 90px;
}

.pr-90-i {
	padding-right: 90px !important;
}

.mr-90 {
	margin-right: 90px;
}

.mr-90-i {
	margin-right: 90px !important;
}

.pr-xs-90 {
	padding-right: 90px;
}

.pr-xs-90-i {
	padding-right: 90px !important;
}

.mr-xs-90 {
	margin-right: 90px;
}

.mr-xs-90-i {
	margin-right: 90px !important;
}

.pr-95 {
	padding-right: 95px;
}

.pr-95-i {
	padding-right: 95px !important;
}

.mr-95 {
	margin-right: 95px;
}

.mr-95-i {
	margin-right: 95px !important;
}

.pr-xs-95 {
	padding-right: 95px;
}

.pr-xs-95-i {
	padding-right: 95px !important;
}

.mr-xs-95 {
	margin-right: 95px;
}

.mr-xs-95-i {
	margin-right: 95px !important;
}

.pr-100 {
	padding-right: 100px;
}

.pr-100-i {
	padding-right: 100px !important;
}

.mr-100 {
	margin-right: 100px;
}

.mr-100-i {
	margin-right: 100px !important;
}

.pr-xs-100 {
	padding-right: 100px;
}

.pr-xs-100-i {
	padding-right: 100px !important;
}

.mr-xs-100 {
	margin-right: 100px;
}

.mr-xs-100-i {
	margin-right: 100px !important;
}

.pb--100 {
	padding-bottom: -100px;
}

.pb--100-i {
	padding-bottom: -100px !important;
}

.mb--100 {
	margin-bottom: -100px;
}

.mb--100-i {
	margin-bottom: -100px !important;
}

.pb-xs--100 {
	padding-bottom: -100px;
}

.pb-xs--100-i {
	padding-bottom: -100px !important;
}

.mb-xs--100 {
	margin-bottom: -100px;
}

.mb-xs--100-i {
	margin-bottom: -100px !important;
}

.pb--95 {
	padding-bottom: -95px;
}

.pb--95-i {
	padding-bottom: -95px !important;
}

.mb--95 {
	margin-bottom: -95px;
}

.mb--95-i {
	margin-bottom: -95px !important;
}

.pb-xs--95 {
	padding-bottom: -95px;
}

.pb-xs--95-i {
	padding-bottom: -95px !important;
}

.mb-xs--95 {
	margin-bottom: -95px;
}

.mb-xs--95-i {
	margin-bottom: -95px !important;
}

.pb--90 {
	padding-bottom: -90px;
}

.pb--90-i {
	padding-bottom: -90px !important;
}

.mb--90 {
	margin-bottom: -90px;
}

.mb--90-i {
	margin-bottom: -90px !important;
}

.pb-xs--90 {
	padding-bottom: -90px;
}

.pb-xs--90-i {
	padding-bottom: -90px !important;
}

.mb-xs--90 {
	margin-bottom: -90px;
}

.mb-xs--90-i {
	margin-bottom: -90px !important;
}

.pb--85 {
	padding-bottom: -85px;
}

.pb--85-i {
	padding-bottom: -85px !important;
}

.mb--85 {
	margin-bottom: -85px;
}

.mb--85-i {
	margin-bottom: -85px !important;
}

.pb-xs--85 {
	padding-bottom: -85px;
}

.pb-xs--85-i {
	padding-bottom: -85px !important;
}

.mb-xs--85 {
	margin-bottom: -85px;
}

.mb-xs--85-i {
	margin-bottom: -85px !important;
}

.pb--80 {
	padding-bottom: -80px;
}

.pb--80-i {
	padding-bottom: -80px !important;
}

.mb--80 {
	margin-bottom: -80px;
}

.mb--80-i {
	margin-bottom: -80px !important;
}

.pb-xs--80 {
	padding-bottom: -80px;
}

.pb-xs--80-i {
	padding-bottom: -80px !important;
}

.mb-xs--80 {
	margin-bottom: -80px;
}

.mb-xs--80-i {
	margin-bottom: -80px !important;
}

.pb--75 {
	padding-bottom: -75px;
}

.pb--75-i {
	padding-bottom: -75px !important;
}

.mb--75 {
	margin-bottom: -75px;
}

.mb--75-i {
	margin-bottom: -75px !important;
}

.pb-xs--75 {
	padding-bottom: -75px;
}

.pb-xs--75-i {
	padding-bottom: -75px !important;
}

.mb-xs--75 {
	margin-bottom: -75px;
}

.mb-xs--75-i {
	margin-bottom: -75px !important;
}

.pb--70 {
	padding-bottom: -70px;
}

.pb--70-i {
	padding-bottom: -70px !important;
}

.mb--70 {
	margin-bottom: -70px;
}

.mb--70-i {
	margin-bottom: -70px !important;
}

.pb-xs--70 {
	padding-bottom: -70px;
}

.pb-xs--70-i {
	padding-bottom: -70px !important;
}

.mb-xs--70 {
	margin-bottom: -70px;
}

.mb-xs--70-i {
	margin-bottom: -70px !important;
}

.pb--65 {
	padding-bottom: -65px;
}

.pb--65-i {
	padding-bottom: -65px !important;
}

.mb--65 {
	margin-bottom: -65px;
}

.mb--65-i {
	margin-bottom: -65px !important;
}

.pb-xs--65 {
	padding-bottom: -65px;
}

.pb-xs--65-i {
	padding-bottom: -65px !important;
}

.mb-xs--65 {
	margin-bottom: -65px;
}

.mb-xs--65-i {
	margin-bottom: -65px !important;
}

.pb--60 {
	padding-bottom: -60px;
}

.pb--60-i {
	padding-bottom: -60px !important;
}

.mb--60 {
	margin-bottom: -60px;
}

.mb--60-i {
	margin-bottom: -60px !important;
}

.pb-xs--60 {
	padding-bottom: -60px;
}

.pb-xs--60-i {
	padding-bottom: -60px !important;
}

.mb-xs--60 {
	margin-bottom: -60px;
}

.mb-xs--60-i {
	margin-bottom: -60px !important;
}

.pb--55 {
	padding-bottom: -55px;
}

.pb--55-i {
	padding-bottom: -55px !important;
}

.mb--55 {
	margin-bottom: -55px;
}

.mb--55-i {
	margin-bottom: -55px !important;
}

.pb-xs--55 {
	padding-bottom: -55px;
}

.pb-xs--55-i {
	padding-bottom: -55px !important;
}

.mb-xs--55 {
	margin-bottom: -55px;
}

.mb-xs--55-i {
	margin-bottom: -55px !important;
}

.pb--50 {
	padding-bottom: -50px;
}

.pb--50-i {
	padding-bottom: -50px !important;
}

.mb--50 {
	margin-bottom: -50px;
}

.mb--50-i {
	margin-bottom: -50px !important;
}

.pb-xs--50 {
	padding-bottom: -50px;
}

.pb-xs--50-i {
	padding-bottom: -50px !important;
}

.mb-xs--50 {
	margin-bottom: -50px;
}

.mb-xs--50-i {
	margin-bottom: -50px !important;
}

.pb--45 {
	padding-bottom: -45px;
}

.pb--45-i {
	padding-bottom: -45px !important;
}

.mb--45 {
	margin-bottom: -45px;
}

.mb--45-i {
	margin-bottom: -45px !important;
}

.pb-xs--45 {
	padding-bottom: -45px;
}

.pb-xs--45-i {
	padding-bottom: -45px !important;
}

.mb-xs--45 {
	margin-bottom: -45px;
}

.mb-xs--45-i {
	margin-bottom: -45px !important;
}

.pb--40 {
	padding-bottom: -40px;
}

.pb--40-i {
	padding-bottom: -40px !important;
}

.mb--40 {
	margin-bottom: -40px;
}

.mb--40-i {
	margin-bottom: -40px !important;
}

.pb-xs--40 {
	padding-bottom: -40px;
}

.pb-xs--40-i {
	padding-bottom: -40px !important;
}

.mb-xs--40 {
	margin-bottom: -40px;
}

.mb-xs--40-i {
	margin-bottom: -40px !important;
}

.pb--35 {
	padding-bottom: -35px;
}

.pb--35-i {
	padding-bottom: -35px !important;
}

.mb--35 {
	margin-bottom: -35px;
}

.mb--35-i {
	margin-bottom: -35px !important;
}

.pb-xs--35 {
	padding-bottom: -35px;
}

.pb-xs--35-i {
	padding-bottom: -35px !important;
}

.mb-xs--35 {
	margin-bottom: -35px;
}

.mb-xs--35-i {
	margin-bottom: -35px !important;
}

.pb--30 {
	padding-bottom: -30px;
}

.pb--30-i {
	padding-bottom: -30px !important;
}

.mb--30 {
	margin-bottom: -30px;
}

.mb--30-i {
	margin-bottom: -30px !important;
}

.pb-xs--30 {
	padding-bottom: -30px;
}

.pb-xs--30-i {
	padding-bottom: -30px !important;
}

.mb-xs--30 {
	margin-bottom: -30px;
}

.mb-xs--30-i {
	margin-bottom: -30px !important;
}

.pb--25 {
	padding-bottom: -25px;
}

.pb--25-i {
	padding-bottom: -25px !important;
}

.mb--25 {
	margin-bottom: -25px;
}

.mb--25-i {
	margin-bottom: -25px !important;
}

.pb-xs--25 {
	padding-bottom: -25px;
}

.pb-xs--25-i {
	padding-bottom: -25px !important;
}

.mb-xs--25 {
	margin-bottom: -25px;
}

.mb-xs--25-i {
	margin-bottom: -25px !important;
}

.pb--20 {
	padding-bottom: -20px;
}

.pb--20-i {
	padding-bottom: -20px !important;
}

.mb--20 {
	margin-bottom: -20px;
}

.mb--20-i {
	margin-bottom: -20px !important;
}

.pb-xs--20 {
	padding-bottom: -20px;
}

.pb-xs--20-i {
	padding-bottom: -20px !important;
}

.mb-xs--20 {
	margin-bottom: -20px;
}

.mb-xs--20-i {
	margin-bottom: -20px !important;
}

.pb--15 {
	padding-bottom: -15px;
}

.pb--15-i {
	padding-bottom: -15px !important;
}

.mb--15 {
	margin-bottom: -15px;
}

.mb--15-i {
	margin-bottom: -15px !important;
}

.pb-xs--15 {
	padding-bottom: -15px;
}

.pb-xs--15-i {
	padding-bottom: -15px !important;
}

.mb-xs--15 {
	margin-bottom: -15px;
}

.mb-xs--15-i {
	margin-bottom: -15px !important;
}

.pb--10 {
	padding-bottom: -10px;
}

.pb--10-i {
	padding-bottom: -10px !important;
}

.mb--10 {
	margin-bottom: -10px;
}

.mb--10-i {
	margin-bottom: -10px !important;
}

.pb-xs--10 {
	padding-bottom: -10px;
}

.pb-xs--10-i {
	padding-bottom: -10px !important;
}

.mb-xs--10 {
	margin-bottom: -10px;
}

.mb-xs--10-i {
	margin-bottom: -10px !important;
}

.pb--5 {
	padding-bottom: -5px;
}

.pb--5-i {
	padding-bottom: -5px !important;
}

.mb--5 {
	margin-bottom: -5px;
}

.mb--5-i {
	margin-bottom: -5px !important;
}

.pb-xs--5 {
	padding-bottom: -5px;
}

.pb-xs--5-i {
	padding-bottom: -5px !important;
}

.mb-xs--5 {
	margin-bottom: -5px;
}

.mb-xs--5-i {
	margin-bottom: -5px !important;
}

.pb-0 {
	padding-bottom: 0px;
}

.pb-0-i {
	padding-bottom: 0px !important;
}

.mb-0 {
	margin-bottom: 0px;
}

.mb-0-i {
	margin-bottom: 0px !important;
}

.pb-xs-0 {
	padding-bottom: 0px;
}

.pb-xs-0-i {
	padding-bottom: 0px !important;
}

.mb-xs-0 {
	margin-bottom: 0px;
}

.mb-xs-0-i {
	margin-bottom: 0px !important;
}

.pb-5 {
	padding-bottom: 5px;
}

.pb-5-i {
	padding-bottom: 5px !important;
}

.mb-5 {
	margin-bottom: 5px;
}

.mb-5-i {
	margin-bottom: 5px !important;
}

.pb-xs-5 {
	padding-bottom: 5px;
}

.pb-xs-5-i {
	padding-bottom: 5px !important;
}

.mb-xs-5 {
	margin-bottom: 5px;
}

.mb-xs-5-i {
	margin-bottom: 5px !important;
}

.pb-10 {
	padding-bottom: 10px;
}

.pb-10-i {
	padding-bottom: 10px !important;
}

.mb-10 {
	margin-bottom: 10px;
}

.mb-10-i {
	margin-bottom: 10px !important;
}

.pb-xs-10 {
	padding-bottom: 10px;
}

.pb-xs-10-i {
	padding-bottom: 10px !important;
}

.mb-xs-10 {
	margin-bottom: 10px;
}

.mb-xs-10-i {
	margin-bottom: 10px !important;
}

.pb-15 {
	padding-bottom: 15px;
}

.pb-15-i {
	padding-bottom: 15px !important;
}

.mb-15 {
	margin-bottom: 15px;
}

.mb-15-i {
	margin-bottom: 15px !important;
}

.pb-xs-15 {
	padding-bottom: 15px;
}

.pb-xs-15-i {
	padding-bottom: 15px !important;
}

.mb-xs-15 {
	margin-bottom: 15px;
}

.mb-xs-15-i {
	margin-bottom: 15px !important;
}

.pb-20 {
	padding-bottom: 20px;
}

.pb-20-i {
	padding-bottom: 20px !important;
}

.mb-20 {
	margin-bottom: 20px;
}

.mb-20-i {
	margin-bottom: 20px !important;
}

.pb-xs-20 {
	padding-bottom: 20px;
}

.pb-xs-20-i {
	padding-bottom: 20px !important;
}

.mb-xs-20 {
	margin-bottom: 20px;
}

.mb-xs-20-i {
	margin-bottom: 20px !important;
}

.pb-25 {
	padding-bottom: 25px;
}

.pb-25-i {
	padding-bottom: 25px !important;
}

.mb-25 {
	margin-bottom: 25px;
}

.mb-25-i {
	margin-bottom: 25px !important;
}

.pb-xs-25 {
	padding-bottom: 25px;
}

.pb-xs-25-i {
	padding-bottom: 25px !important;
}

.mb-xs-25 {
	margin-bottom: 25px;
}

.mb-xs-25-i {
	margin-bottom: 25px !important;
}

.pb-30 {
	padding-bottom: 30px;
}

.pb-30-i {
	padding-bottom: 30px !important;
}

.mb-30 {
	margin-bottom: 30px;
}

.mb-30-i {
	margin-bottom: 30px !important;
}

.pb-xs-30 {
	padding-bottom: 30px;
}

.pb-xs-30-i {
	padding-bottom: 30px !important;
}

.mb-xs-30 {
	margin-bottom: 30px;
}

.mb-xs-30-i {
	margin-bottom: 30px !important;
}

.pb-35 {
	padding-bottom: 35px;
}

.pb-35-i {
	padding-bottom: 35px !important;
}

.mb-35 {
	margin-bottom: 35px;
}

.mb-35-i {
	margin-bottom: 35px !important;
}

.pb-xs-35 {
	padding-bottom: 35px;
}

.pb-xs-35-i {
	padding-bottom: 35px !important;
}

.mb-xs-35 {
	margin-bottom: 35px;
}

.mb-xs-35-i {
	margin-bottom: 35px !important;
}

.pb-40 {
	padding-bottom: 40px;
}

.pb-40-i {
	padding-bottom: 40px !important;
}

.mb-40 {
	margin-bottom: 40px;
}

.mb-40-i {
	margin-bottom: 40px !important;
}

.pb-xs-40 {
	padding-bottom: 40px;
}

.pb-xs-40-i {
	padding-bottom: 40px !important;
}

.mb-xs-40 {
	margin-bottom: 40px;
}

.mb-xs-40-i {
	margin-bottom: 40px !important;
}

.pb-45 {
	padding-bottom: 45px;
}

.pb-45-i {
	padding-bottom: 45px !important;
}

.mb-45 {
	margin-bottom: 45px;
}

.mb-45-i {
	margin-bottom: 45px !important;
}

.pb-xs-45 {
	padding-bottom: 45px;
}

.pb-xs-45-i {
	padding-bottom: 45px !important;
}

.mb-xs-45 {
	margin-bottom: 45px;
}

.mb-xs-45-i {
	margin-bottom: 45px !important;
}

.pb-50 {
	padding-bottom: 50px;
}

.pb-50-i {
	padding-bottom: 50px !important;
}

.mb-50 {
	margin-bottom: 50px;
}

.mb-50-i {
	margin-bottom: 50px !important;
}

.pb-xs-50 {
	padding-bottom: 50px;
}

.pb-xs-50-i {
	padding-bottom: 50px !important;
}

.mb-xs-50 {
	margin-bottom: 50px;
}

.mb-xs-50-i {
	margin-bottom: 50px !important;
}

.pb-55 {
	padding-bottom: 55px;
}

.pb-55-i {
	padding-bottom: 55px !important;
}

.mb-55 {
	margin-bottom: 55px;
}

.mb-55-i {
	margin-bottom: 55px !important;
}

.pb-xs-55 {
	padding-bottom: 55px;
}

.pb-xs-55-i {
	padding-bottom: 55px !important;
}

.mb-xs-55 {
	margin-bottom: 55px;
}

.mb-xs-55-i {
	margin-bottom: 55px !important;
}

.pb-60 {
	padding-bottom: 60px;
}

.pb-60-i {
	padding-bottom: 60px !important;
}

.mb-60 {
	margin-bottom: 60px;
}

.mb-60-i {
	margin-bottom: 60px !important;
}

.pb-xs-60 {
	padding-bottom: 60px;
}

.pb-xs-60-i {
	padding-bottom: 60px !important;
}

.mb-xs-60 {
	margin-bottom: 60px;
}

.mb-xs-60-i {
	margin-bottom: 60px !important;
}

.pb-65 {
	padding-bottom: 65px;
}

.pb-65-i {
	padding-bottom: 65px !important;
}

.mb-65 {
	margin-bottom: 65px;
}

.mb-65-i {
	margin-bottom: 65px !important;
}

.pb-xs-65 {
	padding-bottom: 65px;
}

.pb-xs-65-i {
	padding-bottom: 65px !important;
}

.mb-xs-65 {
	margin-bottom: 65px;
}

.mb-xs-65-i {
	margin-bottom: 65px !important;
}

.pb-70 {
	padding-bottom: 70px;
}

.pb-70-i {
	padding-bottom: 70px !important;
}

.mb-70 {
	margin-bottom: 70px;
}

.mb-70-i {
	margin-bottom: 70px !important;
}

.pb-xs-70 {
	padding-bottom: 70px;
}

.pb-xs-70-i {
	padding-bottom: 70px !important;
}

.mb-xs-70 {
	margin-bottom: 70px;
}

.mb-xs-70-i {
	margin-bottom: 70px !important;
}

.pb-75 {
	padding-bottom: 75px;
}

.pb-75-i {
	padding-bottom: 75px !important;
}

.mb-75 {
	margin-bottom: 75px;
}

.mb-75-i {
	margin-bottom: 75px !important;
}

.pb-xs-75 {
	padding-bottom: 75px;
}

.pb-xs-75-i {
	padding-bottom: 75px !important;
}

.mb-xs-75 {
	margin-bottom: 75px;
}

.mb-xs-75-i {
	margin-bottom: 75px !important;
}

.pb-80 {
	padding-bottom: 80px;
}

.pb-80-i {
	padding-bottom: 80px !important;
}

.mb-80 {
	margin-bottom: 80px;
}

.mb-80-i {
	margin-bottom: 80px !important;
}

.pb-xs-80 {
	padding-bottom: 80px;
}

.pb-xs-80-i {
	padding-bottom: 80px !important;
}

.mb-xs-80 {
	margin-bottom: 80px;
}

.mb-xs-80-i {
	margin-bottom: 80px !important;
}

.pb-85 {
	padding-bottom: 85px;
}

.pb-85-i {
	padding-bottom: 85px !important;
}

.mb-85 {
	margin-bottom: 85px;
}

.mb-85-i {
	margin-bottom: 85px !important;
}

.pb-xs-85 {
	padding-bottom: 85px;
}

.pb-xs-85-i {
	padding-bottom: 85px !important;
}

.mb-xs-85 {
	margin-bottom: 85px;
}

.mb-xs-85-i {
	margin-bottom: 85px !important;
}

.pb-90 {
	padding-bottom: 90px;
}

.pb-90-i {
	padding-bottom: 90px !important;
}

.mb-90 {
	margin-bottom: 90px;
}

.mb-90-i {
	margin-bottom: 90px !important;
}

.pb-xs-90 {
	padding-bottom: 90px;
}

.pb-xs-90-i {
	padding-bottom: 90px !important;
}

.mb-xs-90 {
	margin-bottom: 90px;
}

.mb-xs-90-i {
	margin-bottom: 90px !important;
}

.pb-95 {
	padding-bottom: 95px;
}

.pb-95-i {
	padding-bottom: 95px !important;
}

.mb-95 {
	margin-bottom: 95px;
}

.mb-95-i {
	margin-bottom: 95px !important;
}

.pb-xs-95 {
	padding-bottom: 95px;
}

.pb-xs-95-i {
	padding-bottom: 95px !important;
}

.mb-xs-95 {
	margin-bottom: 95px;
}

.mb-xs-95-i {
	margin-bottom: 95px !important;
}

.pb-100 {
	padding-bottom: 100px;
}

.pb-100-i {
	padding-bottom: 100px !important;
}

.mb-100 {
	margin-bottom: 100px;
}

.mb-100-i {
	margin-bottom: 100px !important;
}

.pb-xs-100 {
	padding-bottom: 100px;
}

.pb-xs-100-i {
	padding-bottom: 100px !important;
}

.mb-xs-100 {
	margin-bottom: 100px;
}

.mb-xs-100-i {
	margin-bottom: 100px !important;
}

.pl--100 {
	padding-left: -100px;
}

.pl--100-i {
	padding-left: -100px !important;
}

.ml--100 {
	margin-left: -100px;
}

.ml--100-i {
	margin-left: -100px !important;
}

.pl-xs--100 {
	padding-left: -100px;
}

.pl-xs--100-i {
	padding-left: -100px !important;
}

.ml-xs--100 {
	margin-left: -100px;
}

.ml-xs--100-i {
	margin-left: -100px !important;
}

.pl--95 {
	padding-left: -95px;
}

.pl--95-i {
	padding-left: -95px !important;
}

.ml--95 {
	margin-left: -95px;
}

.ml--95-i {
	margin-left: -95px !important;
}

.pl-xs--95 {
	padding-left: -95px;
}

.pl-xs--95-i {
	padding-left: -95px !important;
}

.ml-xs--95 {
	margin-left: -95px;
}

.ml-xs--95-i {
	margin-left: -95px !important;
}

.pl--90 {
	padding-left: -90px;
}

.pl--90-i {
	padding-left: -90px !important;
}

.ml--90 {
	margin-left: -90px;
}

.ml--90-i {
	margin-left: -90px !important;
}

.pl-xs--90 {
	padding-left: -90px;
}

.pl-xs--90-i {
	padding-left: -90px !important;
}

.ml-xs--90 {
	margin-left: -90px;
}

.ml-xs--90-i {
	margin-left: -90px !important;
}

.pl--85 {
	padding-left: -85px;
}

.pl--85-i {
	padding-left: -85px !important;
}

.ml--85 {
	margin-left: -85px;
}

.ml--85-i {
	margin-left: -85px !important;
}

.pl-xs--85 {
	padding-left: -85px;
}

.pl-xs--85-i {
	padding-left: -85px !important;
}

.ml-xs--85 {
	margin-left: -85px;
}

.ml-xs--85-i {
	margin-left: -85px !important;
}

.pl--80 {
	padding-left: -80px;
}

.pl--80-i {
	padding-left: -80px !important;
}

.ml--80 {
	margin-left: -80px;
}

.ml--80-i {
	margin-left: -80px !important;
}

.pl-xs--80 {
	padding-left: -80px;
}

.pl-xs--80-i {
	padding-left: -80px !important;
}

.ml-xs--80 {
	margin-left: -80px;
}

.ml-xs--80-i {
	margin-left: -80px !important;
}

.pl--75 {
	padding-left: -75px;
}

.pl--75-i {
	padding-left: -75px !important;
}

.ml--75 {
	margin-left: -75px;
}

.ml--75-i {
	margin-left: -75px !important;
}

.pl-xs--75 {
	padding-left: -75px;
}

.pl-xs--75-i {
	padding-left: -75px !important;
}

.ml-xs--75 {
	margin-left: -75px;
}

.ml-xs--75-i {
	margin-left: -75px !important;
}

.pl--70 {
	padding-left: -70px;
}

.pl--70-i {
	padding-left: -70px !important;
}

.ml--70 {
	margin-left: -70px;
}

.ml--70-i {
	margin-left: -70px !important;
}

.pl-xs--70 {
	padding-left: -70px;
}

.pl-xs--70-i {
	padding-left: -70px !important;
}

.ml-xs--70 {
	margin-left: -70px;
}

.ml-xs--70-i {
	margin-left: -70px !important;
}

.pl--65 {
	padding-left: -65px;
}

.pl--65-i {
	padding-left: -65px !important;
}

.ml--65 {
	margin-left: -65px;
}

.ml--65-i {
	margin-left: -65px !important;
}

.pl-xs--65 {
	padding-left: -65px;
}

.pl-xs--65-i {
	padding-left: -65px !important;
}

.ml-xs--65 {
	margin-left: -65px;
}

.ml-xs--65-i {
	margin-left: -65px !important;
}

.pl--60 {
	padding-left: -60px;
}

.pl--60-i {
	padding-left: -60px !important;
}

.ml--60 {
	margin-left: -60px;
}

.ml--60-i {
	margin-left: -60px !important;
}

.pl-xs--60 {
	padding-left: -60px;
}

.pl-xs--60-i {
	padding-left: -60px !important;
}

.ml-xs--60 {
	margin-left: -60px;
}

.ml-xs--60-i {
	margin-left: -60px !important;
}

.pl--55 {
	padding-left: -55px;
}

.pl--55-i {
	padding-left: -55px !important;
}

.ml--55 {
	margin-left: -55px;
}

.ml--55-i {
	margin-left: -55px !important;
}

.pl-xs--55 {
	padding-left: -55px;
}

.pl-xs--55-i {
	padding-left: -55px !important;
}

.ml-xs--55 {
	margin-left: -55px;
}

.ml-xs--55-i {
	margin-left: -55px !important;
}

.pl--50 {
	padding-left: -50px;
}

.pl--50-i {
	padding-left: -50px !important;
}

.ml--50 {
	margin-left: -50px;
}

.ml--50-i {
	margin-left: -50px !important;
}

.pl-xs--50 {
	padding-left: -50px;
}

.pl-xs--50-i {
	padding-left: -50px !important;
}

.ml-xs--50 {
	margin-left: -50px;
}

.ml-xs--50-i {
	margin-left: -50px !important;
}

.pl--45 {
	padding-left: -45px;
}

.pl--45-i {
	padding-left: -45px !important;
}

.ml--45 {
	margin-left: -45px;
}

.ml--45-i {
	margin-left: -45px !important;
}

.pl-xs--45 {
	padding-left: -45px;
}

.pl-xs--45-i {
	padding-left: -45px !important;
}

.ml-xs--45 {
	margin-left: -45px;
}

.ml-xs--45-i {
	margin-left: -45px !important;
}

.pl--40 {
	padding-left: -40px;
}

.pl--40-i {
	padding-left: -40px !important;
}

.ml--40 {
	margin-left: -40px;
}

.ml--40-i {
	margin-left: -40px !important;
}

.pl-xs--40 {
	padding-left: -40px;
}

.pl-xs--40-i {
	padding-left: -40px !important;
}

.ml-xs--40 {
	margin-left: -40px;
}

.ml-xs--40-i {
	margin-left: -40px !important;
}

.pl--35 {
	padding-left: -35px;
}

.pl--35-i {
	padding-left: -35px !important;
}

.ml--35 {
	margin-left: -35px;
}

.ml--35-i {
	margin-left: -35px !important;
}

.pl-xs--35 {
	padding-left: -35px;
}

.pl-xs--35-i {
	padding-left: -35px !important;
}

.ml-xs--35 {
	margin-left: -35px;
}

.ml-xs--35-i {
	margin-left: -35px !important;
}

.pl--30 {
	padding-left: -30px;
}

.pl--30-i {
	padding-left: -30px !important;
}

.ml--30 {
	margin-left: -30px;
}

.ml--30-i {
	margin-left: -30px !important;
}

.pl-xs--30 {
	padding-left: -30px;
}

.pl-xs--30-i {
	padding-left: -30px !important;
}

.ml-xs--30 {
	margin-left: -30px;
}

.ml-xs--30-i {
	margin-left: -30px !important;
}

.pl--25 {
	padding-left: -25px;
}

.pl--25-i {
	padding-left: -25px !important;
}

.ml--25 {
	margin-left: -25px;
}

.ml--25-i {
	margin-left: -25px !important;
}

.pl-xs--25 {
	padding-left: -25px;
}

.pl-xs--25-i {
	padding-left: -25px !important;
}

.ml-xs--25 {
	margin-left: -25px;
}

.ml-xs--25-i {
	margin-left: -25px !important;
}

.pl--20 {
	padding-left: -20px;
}

.pl--20-i {
	padding-left: -20px !important;
}

.ml--20 {
	margin-left: -20px;
}

.ml--20-i {
	margin-left: -20px !important;
}

.pl-xs--20 {
	padding-left: -20px;
}

.pl-xs--20-i {
	padding-left: -20px !important;
}

.ml-xs--20 {
	margin-left: -20px;
}

.ml-xs--20-i {
	margin-left: -20px !important;
}

.pl--15 {
	padding-left: -15px;
}

.pl--15-i {
	padding-left: -15px !important;
}

.ml--15 {
	margin-left: -15px;
}

.ml--15-i {
	margin-left: -15px !important;
}

.pl-xs--15 {
	padding-left: -15px;
}

.pl-xs--15-i {
	padding-left: -15px !important;
}

.ml-xs--15 {
	margin-left: -15px;
}

.ml-xs--15-i {
	margin-left: -15px !important;
}

.pl--10 {
	padding-left: -10px;
}

.pl--10-i {
	padding-left: -10px !important;
}

.ml--10 {
	margin-left: -10px;
}

.ml--10-i {
	margin-left: -10px !important;
}

.pl-xs--10 {
	padding-left: -10px;
}

.pl-xs--10-i {
	padding-left: -10px !important;
}

.ml-xs--10 {
	margin-left: -10px;
}

.ml-xs--10-i {
	margin-left: -10px !important;
}

.pl--5 {
	padding-left: -5px;
}

.pl--5-i {
	padding-left: -5px !important;
}

.ml--5 {
	margin-left: -5px;
}

.ml--5-i {
	margin-left: -5px !important;
}

.pl-xs--5 {
	padding-left: -5px;
}

.pl-xs--5-i {
	padding-left: -5px !important;
}

.ml-xs--5 {
	margin-left: -5px;
}

.ml-xs--5-i {
	margin-left: -5px !important;
}

.pl-0 {
	padding-left: 0px;
}

.pl-0-i {
	padding-left: 0px !important;
}

.ml-0 {
	margin-left: 0px;
}

.ml-0-i {
	margin-left: 0px !important;
}

.pl-xs-0 {
	padding-left: 0px;
}

.pl-xs-0-i {
	padding-left: 0px !important;
}

.ml-xs-0 {
	margin-left: 0px;
}

.ml-xs-0-i {
	margin-left: 0px !important;
}

.pl-5 {
	padding-left: 5px;
}

.pl-5-i {
	padding-left: 5px !important;
}

.ml-5 {
	margin-left: 5px;
}

.ml-5-i {
	margin-left: 5px !important;
}

.pl-xs-5 {
	padding-left: 5px;
}

.pl-xs-5-i {
	padding-left: 5px !important;
}

.ml-xs-5 {
	margin-left: 5px;
}

.ml-xs-5-i {
	margin-left: 5px !important;
}

.pl-10 {
	padding-left: 10px;
}

.pl-10-i {
	padding-left: 10px !important;
}

.ml-10 {
	margin-left: 10px;
}

.ml-10-i {
	margin-left: 10px !important;
}

.pl-xs-10 {
	padding-left: 10px;
}

.pl-xs-10-i {
	padding-left: 10px !important;
}

.ml-xs-10 {
	margin-left: 10px;
}

.ml-xs-10-i {
	margin-left: 10px !important;
}

.pl-15 {
	padding-left: 15px;
}

.pl-15-i {
	padding-left: 15px !important;
}

.ml-15 {
	margin-left: 15px;
}

.ml-15-i {
	margin-left: 15px !important;
}

.pl-xs-15 {
	padding-left: 15px;
}

.pl-xs-15-i {
	padding-left: 15px !important;
}

.ml-xs-15 {
	margin-left: 15px;
}

.ml-xs-15-i {
	margin-left: 15px !important;
}

.pl-20 {
	padding-left: 20px;
}

.pl-20-i {
	padding-left: 20px !important;
}

.ml-20 {
	margin-left: 20px;
}

.ml-20-i {
	margin-left: 20px !important;
}

.pl-xs-20 {
	padding-left: 20px;
}

.pl-xs-20-i {
	padding-left: 20px !important;
}

.ml-xs-20 {
	margin-left: 20px;
}

.ml-xs-20-i {
	margin-left: 20px !important;
}

.pl-25 {
	padding-left: 25px;
}

.pl-25-i {
	padding-left: 25px !important;
}

.ml-25 {
	margin-left: 25px;
}

.ml-25-i {
	margin-left: 25px !important;
}

.pl-xs-25 {
	padding-left: 25px;
}

.pl-xs-25-i {
	padding-left: 25px !important;
}

.ml-xs-25 {
	margin-left: 25px;
}

.ml-xs-25-i {
	margin-left: 25px !important;
}

.pl-30 {
	padding-left: 30px;
}

.pl-30-i {
	padding-left: 30px !important;
}

.ml-30 {
	margin-left: 30px;
}

.ml-30-i {
	margin-left: 30px !important;
}

.pl-xs-30 {
	padding-left: 30px;
}

.pl-xs-30-i {
	padding-left: 30px !important;
}

.ml-xs-30 {
	margin-left: 30px;
}

.ml-xs-30-i {
	margin-left: 30px !important;
}

.pl-35 {
	padding-left: 35px;
}

.pl-35-i {
	padding-left: 35px !important;
}

.ml-35 {
	margin-left: 35px;
}

.ml-35-i {
	margin-left: 35px !important;
}

.pl-xs-35 {
	padding-left: 35px;
}

.pl-xs-35-i {
	padding-left: 35px !important;
}

.ml-xs-35 {
	margin-left: 35px;
}

.ml-xs-35-i {
	margin-left: 35px !important;
}

.pl-40 {
	padding-left: 40px;
}

.pl-40-i {
	padding-left: 40px !important;
}

.ml-40 {
	margin-left: 40px;
}

.ml-40-i {
	margin-left: 40px !important;
}

.pl-xs-40 {
	padding-left: 40px;
}

.pl-xs-40-i {
	padding-left: 40px !important;
}

.ml-xs-40 {
	margin-left: 40px;
}

.ml-xs-40-i {
	margin-left: 40px !important;
}

.pl-45 {
	padding-left: 45px;
}

.pl-45-i {
	padding-left: 45px !important;
}

.ml-45 {
	margin-left: 45px;
}

.ml-45-i {
	margin-left: 45px !important;
}

.pl-xs-45 {
	padding-left: 45px;
}

.pl-xs-45-i {
	padding-left: 45px !important;
}

.ml-xs-45 {
	margin-left: 45px;
}

.ml-xs-45-i {
	margin-left: 45px !important;
}

.pl-50 {
	padding-left: 50px;
}

.pl-50-i {
	padding-left: 50px !important;
}

.ml-50 {
	margin-left: 50px;
}

.ml-50-i {
	margin-left: 50px !important;
}

.pl-xs-50 {
	padding-left: 50px;
}

.pl-xs-50-i {
	padding-left: 50px !important;
}

.ml-xs-50 {
	margin-left: 50px;
}

.ml-xs-50-i {
	margin-left: 50px !important;
}

.pl-55 {
	padding-left: 55px;
}

.pl-55-i {
	padding-left: 55px !important;
}

.ml-55 {
	margin-left: 55px;
}

.ml-55-i {
	margin-left: 55px !important;
}

.pl-xs-55 {
	padding-left: 55px;
}

.pl-xs-55-i {
	padding-left: 55px !important;
}

.ml-xs-55 {
	margin-left: 55px;
}

.ml-xs-55-i {
	margin-left: 55px !important;
}

.pl-60 {
	padding-left: 60px;
}

.pl-60-i {
	padding-left: 60px !important;
}

.ml-60 {
	margin-left: 60px;
}

.ml-60-i {
	margin-left: 60px !important;
}

.pl-xs-60 {
	padding-left: 60px;
}

.pl-xs-60-i {
	padding-left: 60px !important;
}

.ml-xs-60 {
	margin-left: 60px;
}

.ml-xs-60-i {
	margin-left: 60px !important;
}

.pl-65 {
	padding-left: 65px;
}

.pl-65-i {
	padding-left: 65px !important;
}

.ml-65 {
	margin-left: 65px;
}

.ml-65-i {
	margin-left: 65px !important;
}

.pl-xs-65 {
	padding-left: 65px;
}

.pl-xs-65-i {
	padding-left: 65px !important;
}

.ml-xs-65 {
	margin-left: 65px;
}

.ml-xs-65-i {
	margin-left: 65px !important;
}

.pl-70 {
	padding-left: 70px;
}

.pl-70-i {
	padding-left: 70px !important;
}

.ml-70 {
	margin-left: 70px;
}

.ml-70-i {
	margin-left: 70px !important;
}

.pl-xs-70 {
	padding-left: 70px;
}

.pl-xs-70-i {
	padding-left: 70px !important;
}

.ml-xs-70 {
	margin-left: 70px;
}

.ml-xs-70-i {
	margin-left: 70px !important;
}

.pl-75 {
	padding-left: 75px;
}

.pl-75-i {
	padding-left: 75px !important;
}

.ml-75 {
	margin-left: 75px;
}

.ml-75-i {
	margin-left: 75px !important;
}

.pl-xs-75 {
	padding-left: 75px;
}

.pl-xs-75-i {
	padding-left: 75px !important;
}

.ml-xs-75 {
	margin-left: 75px;
}

.ml-xs-75-i {
	margin-left: 75px !important;
}

.pl-80 {
	padding-left: 80px;
}

.pl-80-i {
	padding-left: 80px !important;
}

.ml-80 {
	margin-left: 80px;
}

.ml-80-i {
	margin-left: 80px !important;
}

.pl-xs-80 {
	padding-left: 80px;
}

.pl-xs-80-i {
	padding-left: 80px !important;
}

.ml-xs-80 {
	margin-left: 80px;
}

.ml-xs-80-i {
	margin-left: 80px !important;
}

.pl-85 {
	padding-left: 85px;
}

.pl-85-i {
	padding-left: 85px !important;
}

.ml-85 {
	margin-left: 85px;
}

.ml-85-i {
	margin-left: 85px !important;
}

.pl-xs-85 {
	padding-left: 85px;
}

.pl-xs-85-i {
	padding-left: 85px !important;
}

.ml-xs-85 {
	margin-left: 85px;
}

.ml-xs-85-i {
	margin-left: 85px !important;
}

.pl-90 {
	padding-left: 90px;
}

.pl-90-i {
	padding-left: 90px !important;
}

.ml-90 {
	margin-left: 90px;
}

.ml-90-i {
	margin-left: 90px !important;
}

.pl-xs-90 {
	padding-left: 90px;
}

.pl-xs-90-i {
	padding-left: 90px !important;
}

.ml-xs-90 {
	margin-left: 90px;
}

.ml-xs-90-i {
	margin-left: 90px !important;
}

.pl-95 {
	padding-left: 95px;
}

.pl-95-i {
	padding-left: 95px !important;
}

.ml-95 {
	margin-left: 95px;
}

.ml-95-i {
	margin-left: 95px !important;
}

.pl-xs-95 {
	padding-left: 95px;
}

.pl-xs-95-i {
	padding-left: 95px !important;
}

.ml-xs-95 {
	margin-left: 95px;
}

.ml-xs-95-i {
	margin-left: 95px !important;
}

.pl-100 {
	padding-left: 100px;
}

.pl-100-i {
	padding-left: 100px !important;
}

.ml-100 {
	margin-left: 100px;
}

.ml-100-i {
	margin-left: 100px !important;
}

.pl-xs-100 {
	padding-left: 100px;
}

.pl-xs-100-i {
	padding-left: 100px !important;
}

.ml-xs-100 {
	margin-left: 100px;
}

.ml-xs-100-i {
	margin-left: 100px !important;
}

.pa--100 {
	padding: -100px;
}

.ma--100 {
	margin: -100px;
}

.pv--100 {
	padding-top: -100px;
	padding-bottom: -100px;
}

.mv--100 {
	margin-top: -100px;
	margin-bottom: -100px;
}

.ph--100 {
	padding-left: -100px;
	padding-right: -100px;
}

.mh--100 {
	margin-left: -100px;
	margin-right: -100px;
}

.pa-xs--100 {
	padding: -100px;
}

.ma-xs--100 {
	margin: -100px;
}

.pv-xs--100 {
	padding-top: -100px;
	padding-bottom: -100px;
}

.mv-xs--100 {
	margin-top: -100px;
	margin-bottom: -100px;
}

.ph-xs--100 {
	padding-left: -100px;
	padding-right: -100px;
}

.mh-xs--100 {
	margin-left: -100px;
	padding-right: -100px;
}

.pa--95 {
	padding: -95px;
}

.ma--95 {
	margin: -95px;
}

.pv--95 {
	padding-top: -95px;
	padding-bottom: -95px;
}

.mv--95 {
	margin-top: -95px;
	margin-bottom: -95px;
}

.ph--95 {
	padding-left: -95px;
	padding-right: -95px;
}

.mh--95 {
	margin-left: -95px;
	margin-right: -95px;
}

.pa-xs--95 {
	padding: -95px;
}

.ma-xs--95 {
	margin: -95px;
}

.pv-xs--95 {
	padding-top: -95px;
	padding-bottom: -95px;
}

.mv-xs--95 {
	margin-top: -95px;
	margin-bottom: -95px;
}

.ph-xs--95 {
	padding-left: -95px;
	padding-right: -95px;
}

.mh-xs--95 {
	margin-left: -95px;
	padding-right: -95px;
}

.pa--90 {
	padding: -90px;
}

.ma--90 {
	margin: -90px;
}

.pv--90 {
	padding-top: -90px;
	padding-bottom: -90px;
}

.mv--90 {
	margin-top: -90px;
	margin-bottom: -90px;
}

.ph--90 {
	padding-left: -90px;
	padding-right: -90px;
}

.mh--90 {
	margin-left: -90px;
	margin-right: -90px;
}

.pa-xs--90 {
	padding: -90px;
}

.ma-xs--90 {
	margin: -90px;
}

.pv-xs--90 {
	padding-top: -90px;
	padding-bottom: -90px;
}

.mv-xs--90 {
	margin-top: -90px;
	margin-bottom: -90px;
}

.ph-xs--90 {
	padding-left: -90px;
	padding-right: -90px;
}

.mh-xs--90 {
	margin-left: -90px;
	padding-right: -90px;
}

.pa--85 {
	padding: -85px;
}

.ma--85 {
	margin: -85px;
}

.pv--85 {
	padding-top: -85px;
	padding-bottom: -85px;
}

.mv--85 {
	margin-top: -85px;
	margin-bottom: -85px;
}

.ph--85 {
	padding-left: -85px;
	padding-right: -85px;
}

.mh--85 {
	margin-left: -85px;
	margin-right: -85px;
}

.pa-xs--85 {
	padding: -85px;
}

.ma-xs--85 {
	margin: -85px;
}

.pv-xs--85 {
	padding-top: -85px;
	padding-bottom: -85px;
}

.mv-xs--85 {
	margin-top: -85px;
	margin-bottom: -85px;
}

.ph-xs--85 {
	padding-left: -85px;
	padding-right: -85px;
}

.mh-xs--85 {
	margin-left: -85px;
	padding-right: -85px;
}

.pa--80 {
	padding: -80px;
}

.ma--80 {
	margin: -80px;
}

.pv--80 {
	padding-top: -80px;
	padding-bottom: -80px;
}

.mv--80 {
	margin-top: -80px;
	margin-bottom: -80px;
}

.ph--80 {
	padding-left: -80px;
	padding-right: -80px;
}

.mh--80 {
	margin-left: -80px;
	margin-right: -80px;
}

.pa-xs--80 {
	padding: -80px;
}

.ma-xs--80 {
	margin: -80px;
}

.pv-xs--80 {
	padding-top: -80px;
	padding-bottom: -80px;
}

.mv-xs--80 {
	margin-top: -80px;
	margin-bottom: -80px;
}

.ph-xs--80 {
	padding-left: -80px;
	padding-right: -80px;
}

.mh-xs--80 {
	margin-left: -80px;
	padding-right: -80px;
}

.pa--75 {
	padding: -75px;
}

.ma--75 {
	margin: -75px;
}

.pv--75 {
	padding-top: -75px;
	padding-bottom: -75px;
}

.mv--75 {
	margin-top: -75px;
	margin-bottom: -75px;
}

.ph--75 {
	padding-left: -75px;
	padding-right: -75px;
}

.mh--75 {
	margin-left: -75px;
	margin-right: -75px;
}

.pa-xs--75 {
	padding: -75px;
}

.ma-xs--75 {
	margin: -75px;
}

.pv-xs--75 {
	padding-top: -75px;
	padding-bottom: -75px;
}

.mv-xs--75 {
	margin-top: -75px;
	margin-bottom: -75px;
}

.ph-xs--75 {
	padding-left: -75px;
	padding-right: -75px;
}

.mh-xs--75 {
	margin-left: -75px;
	padding-right: -75px;
}

.pa--70 {
	padding: -70px;
}

.ma--70 {
	margin: -70px;
}

.pv--70 {
	padding-top: -70px;
	padding-bottom: -70px;
}

.mv--70 {
	margin-top: -70px;
	margin-bottom: -70px;
}

.ph--70 {
	padding-left: -70px;
	padding-right: -70px;
}

.mh--70 {
	margin-left: -70px;
	margin-right: -70px;
}

.pa-xs--70 {
	padding: -70px;
}

.ma-xs--70 {
	margin: -70px;
}

.pv-xs--70 {
	padding-top: -70px;
	padding-bottom: -70px;
}

.mv-xs--70 {
	margin-top: -70px;
	margin-bottom: -70px;
}

.ph-xs--70 {
	padding-left: -70px;
	padding-right: -70px;
}

.mh-xs--70 {
	margin-left: -70px;
	padding-right: -70px;
}

.pa--65 {
	padding: -65px;
}

.ma--65 {
	margin: -65px;
}

.pv--65 {
	padding-top: -65px;
	padding-bottom: -65px;
}

.mv--65 {
	margin-top: -65px;
	margin-bottom: -65px;
}

.ph--65 {
	padding-left: -65px;
	padding-right: -65px;
}

.mh--65 {
	margin-left: -65px;
	margin-right: -65px;
}

.pa-xs--65 {
	padding: -65px;
}

.ma-xs--65 {
	margin: -65px;
}

.pv-xs--65 {
	padding-top: -65px;
	padding-bottom: -65px;
}

.mv-xs--65 {
	margin-top: -65px;
	margin-bottom: -65px;
}

.ph-xs--65 {
	padding-left: -65px;
	padding-right: -65px;
}

.mh-xs--65 {
	margin-left: -65px;
	padding-right: -65px;
}

.pa--60 {
	padding: -60px;
}

.ma--60 {
	margin: -60px;
}

.pv--60 {
	padding-top: -60px;
	padding-bottom: -60px;
}

.mv--60 {
	margin-top: -60px;
	margin-bottom: -60px;
}

.ph--60 {
	padding-left: -60px;
	padding-right: -60px;
}

.mh--60 {
	margin-left: -60px;
	margin-right: -60px;
}

.pa-xs--60 {
	padding: -60px;
}

.ma-xs--60 {
	margin: -60px;
}

.pv-xs--60 {
	padding-top: -60px;
	padding-bottom: -60px;
}

.mv-xs--60 {
	margin-top: -60px;
	margin-bottom: -60px;
}

.ph-xs--60 {
	padding-left: -60px;
	padding-right: -60px;
}

.mh-xs--60 {
	margin-left: -60px;
	padding-right: -60px;
}

.pa--55 {
	padding: -55px;
}

.ma--55 {
	margin: -55px;
}

.pv--55 {
	padding-top: -55px;
	padding-bottom: -55px;
}

.mv--55 {
	margin-top: -55px;
	margin-bottom: -55px;
}

.ph--55 {
	padding-left: -55px;
	padding-right: -55px;
}

.mh--55 {
	margin-left: -55px;
	margin-right: -55px;
}

.pa-xs--55 {
	padding: -55px;
}

.ma-xs--55 {
	margin: -55px;
}

.pv-xs--55 {
	padding-top: -55px;
	padding-bottom: -55px;
}

.mv-xs--55 {
	margin-top: -55px;
	margin-bottom: -55px;
}

.ph-xs--55 {
	padding-left: -55px;
	padding-right: -55px;
}

.mh-xs--55 {
	margin-left: -55px;
	padding-right: -55px;
}

.pa--50 {
	padding: -50px;
}

.ma--50 {
	margin: -50px;
}

.pv--50 {
	padding-top: -50px;
	padding-bottom: -50px;
}

.mv--50 {
	margin-top: -50px;
	margin-bottom: -50px;
}

.ph--50 {
	padding-left: -50px;
	padding-right: -50px;
}

.mh--50 {
	margin-left: -50px;
	margin-right: -50px;
}

.pa-xs--50 {
	padding: -50px;
}

.ma-xs--50 {
	margin: -50px;
}

.pv-xs--50 {
	padding-top: -50px;
	padding-bottom: -50px;
}

.mv-xs--50 {
	margin-top: -50px;
	margin-bottom: -50px;
}

.ph-xs--50 {
	padding-left: -50px;
	padding-right: -50px;
}

.mh-xs--50 {
	margin-left: -50px;
	padding-right: -50px;
}

.pa--45 {
	padding: -45px;
}

.ma--45 {
	margin: -45px;
}

.pv--45 {
	padding-top: -45px;
	padding-bottom: -45px;
}

.mv--45 {
	margin-top: -45px;
	margin-bottom: -45px;
}

.ph--45 {
	padding-left: -45px;
	padding-right: -45px;
}

.mh--45 {
	margin-left: -45px;
	margin-right: -45px;
}

.pa-xs--45 {
	padding: -45px;
}

.ma-xs--45 {
	margin: -45px;
}

.pv-xs--45 {
	padding-top: -45px;
	padding-bottom: -45px;
}

.mv-xs--45 {
	margin-top: -45px;
	margin-bottom: -45px;
}

.ph-xs--45 {
	padding-left: -45px;
	padding-right: -45px;
}

.mh-xs--45 {
	margin-left: -45px;
	padding-right: -45px;
}

.pa--40 {
	padding: -40px;
}

.ma--40 {
	margin: -40px;
}

.pv--40 {
	padding-top: -40px;
	padding-bottom: -40px;
}

.mv--40 {
	margin-top: -40px;
	margin-bottom: -40px;
}

.ph--40 {
	padding-left: -40px;
	padding-right: -40px;
}

.mh--40 {
	margin-left: -40px;
	margin-right: -40px;
}

.pa-xs--40 {
	padding: -40px;
}

.ma-xs--40 {
	margin: -40px;
}

.pv-xs--40 {
	padding-top: -40px;
	padding-bottom: -40px;
}

.mv-xs--40 {
	margin-top: -40px;
	margin-bottom: -40px;
}

.ph-xs--40 {
	padding-left: -40px;
	padding-right: -40px;
}

.mh-xs--40 {
	margin-left: -40px;
	padding-right: -40px;
}

.pa--35 {
	padding: -35px;
}

.ma--35 {
	margin: -35px;
}

.pv--35 {
	padding-top: -35px;
	padding-bottom: -35px;
}

.mv--35 {
	margin-top: -35px;
	margin-bottom: -35px;
}

.ph--35 {
	padding-left: -35px;
	padding-right: -35px;
}

.mh--35 {
	margin-left: -35px;
	margin-right: -35px;
}

.pa-xs--35 {
	padding: -35px;
}

.ma-xs--35 {
	margin: -35px;
}

.pv-xs--35 {
	padding-top: -35px;
	padding-bottom: -35px;
}

.mv-xs--35 {
	margin-top: -35px;
	margin-bottom: -35px;
}

.ph-xs--35 {
	padding-left: -35px;
	padding-right: -35px;
}

.mh-xs--35 {
	margin-left: -35px;
	padding-right: -35px;
}

.pa--30 {
	padding: -30px;
}

.ma--30 {
	margin: -30px;
}

.pv--30 {
	padding-top: -30px;
	padding-bottom: -30px;
}

.mv--30 {
	margin-top: -30px;
	margin-bottom: -30px;
}

.ph--30 {
	padding-left: -30px;
	padding-right: -30px;
}

.mh--30 {
	margin-left: -30px;
	margin-right: -30px;
}

.pa-xs--30 {
	padding: -30px;
}

.ma-xs--30 {
	margin: -30px;
}

.pv-xs--30 {
	padding-top: -30px;
	padding-bottom: -30px;
}

.mv-xs--30 {
	margin-top: -30px;
	margin-bottom: -30px;
}

.ph-xs--30 {
	padding-left: -30px;
	padding-right: -30px;
}

.mh-xs--30 {
	margin-left: -30px;
	padding-right: -30px;
}

.pa--25 {
	padding: -25px;
}

.ma--25 {
	margin: -25px;
}

.pv--25 {
	padding-top: -25px;
	padding-bottom: -25px;
}

.mv--25 {
	margin-top: -25px;
	margin-bottom: -25px;
}

.ph--25 {
	padding-left: -25px;
	padding-right: -25px;
}

.mh--25 {
	margin-left: -25px;
	margin-right: -25px;
}

.pa-xs--25 {
	padding: -25px;
}

.ma-xs--25 {
	margin: -25px;
}

.pv-xs--25 {
	padding-top: -25px;
	padding-bottom: -25px;
}

.mv-xs--25 {
	margin-top: -25px;
	margin-bottom: -25px;
}

.ph-xs--25 {
	padding-left: -25px;
	padding-right: -25px;
}

.mh-xs--25 {
	margin-left: -25px;
	padding-right: -25px;
}

.pa--20 {
	padding: -20px;
}

.ma--20 {
	margin: -20px;
}

.pv--20 {
	padding-top: -20px;
	padding-bottom: -20px;
}

.mv--20 {
	margin-top: -20px;
	margin-bottom: -20px;
}

.ph--20 {
	padding-left: -20px;
	padding-right: -20px;
}

.mh--20 {
	margin-left: -20px;
	margin-right: -20px;
}

.pa-xs--20 {
	padding: -20px;
}

.ma-xs--20 {
	margin: -20px;
}

.pv-xs--20 {
	padding-top: -20px;
	padding-bottom: -20px;
}

.mv-xs--20 {
	margin-top: -20px;
	margin-bottom: -20px;
}

.ph-xs--20 {
	padding-left: -20px;
	padding-right: -20px;
}

.mh-xs--20 {
	margin-left: -20px;
	padding-right: -20px;
}

.pa--15 {
	padding: -15px;
}

.ma--15 {
	margin: -15px;
}

.pv--15 {
	padding-top: -15px;
	padding-bottom: -15px;
}

.mv--15 {
	margin-top: -15px;
	margin-bottom: -15px;
}

.ph--15 {
	padding-left: -15px;
	padding-right: -15px;
}

.mh--15 {
	margin-left: -15px;
	margin-right: -15px;
}

.pa-xs--15 {
	padding: -15px;
}

.ma-xs--15 {
	margin: -15px;
}

.pv-xs--15 {
	padding-top: -15px;
	padding-bottom: -15px;
}

.mv-xs--15 {
	margin-top: -15px;
	margin-bottom: -15px;
}

.ph-xs--15 {
	padding-left: -15px;
	padding-right: -15px;
}

.mh-xs--15 {
	margin-left: -15px;
	padding-right: -15px;
}

.pa--10 {
	padding: -10px;
}

.ma--10 {
	margin: -10px;
}

.pv--10 {
	padding-top: -10px;
	padding-bottom: -10px;
}

.mv--10 {
	margin-top: -10px;
	margin-bottom: -10px;
}

.ph--10 {
	padding-left: -10px;
	padding-right: -10px;
}

.mh--10 {
	margin-left: -10px;
	margin-right: -10px;
}

.pa-xs--10 {
	padding: -10px;
}

.ma-xs--10 {
	margin: -10px;
}

.pv-xs--10 {
	padding-top: -10px;
	padding-bottom: -10px;
}

.mv-xs--10 {
	margin-top: -10px;
	margin-bottom: -10px;
}

.ph-xs--10 {
	padding-left: -10px;
	padding-right: -10px;
}

.mh-xs--10 {
	margin-left: -10px;
	padding-right: -10px;
}

.pa--5 {
	padding: -5px;
}

.ma--5 {
	margin: -5px;
}

.pv--5 {
	padding-top: -5px;
	padding-bottom: -5px;
}

.mv--5 {
	margin-top: -5px;
	margin-bottom: -5px;
}

.ph--5 {
	padding-left: -5px;
	padding-right: -5px;
}

.mh--5 {
	margin-left: -5px;
	margin-right: -5px;
}

.pa-xs--5 {
	padding: -5px;
}

.ma-xs--5 {
	margin: -5px;
}

.pv-xs--5 {
	padding-top: -5px;
	padding-bottom: -5px;
}

.mv-xs--5 {
	margin-top: -5px;
	margin-bottom: -5px;
}

.ph-xs--5 {
	padding-left: -5px;
	padding-right: -5px;
}

.mh-xs--5 {
	margin-left: -5px;
	padding-right: -5px;
}

.pa-0 {
	padding: 0px;
}

.ma-0 {
	margin: 0px;
}

.pv-0 {
	padding-top: 0px;
	padding-bottom: 0px;
}

.mv-0 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.ph-0 {
	padding-left: 0px;
	padding-right: 0px;
}

.mh-0 {
	margin-left: 0px;
	margin-right: 0px;
}

.pa-xs-0 {
	padding: 0px;
}

.ma-xs-0 {
	margin: 0px;
}

.pv-xs-0 {
	padding-top: 0px;
	padding-bottom: 0px;
}

.mv-xs-0 {
	margin-top: 0px;
	margin-bottom: 0px;
}

.ph-xs-0 {
	padding-left: 0px;
	padding-right: 0px;
}

.mh-xs-0 {
	margin-left: 0px;
	padding-right: 0px;
}

.pa-5 {
	padding: 5px;
}

.ma-5 {
	margin: 5px;
}

.pv-5 {
	padding-top: 5px;
	padding-bottom: 5px;
}

.mv-5 {
	margin-top: 5px;
	margin-bottom: 5px;
}

.ph-5 {
	padding-left: 5px;
	padding-right: 5px;
}

.mh-5 {
	margin-left: 5px;
	margin-right: 5px;
}

.pa-xs-5 {
	padding: 5px;
}

.ma-xs-5 {
	margin: 5px;
}

.pv-xs-5 {
	padding-top: 5px;
	padding-bottom: 5px;
}

.mv-xs-5 {
	margin-top: 5px;
	margin-bottom: 5px;
}

.ph-xs-5 {
	padding-left: 5px;
	padding-right: 5px;
}

.mh-xs-5 {
	margin-left: 5px;
	padding-right: 5px;
}

.pa-10 {
	padding: 10px;
}

.ma-10 {
	margin: 10px;
}

.pv-10 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.mv-10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.ph-10 {
	padding-left: 10px;
	padding-right: 10px;
}

.mh-10 {
	margin-left: 10px;
	margin-right: 10px;
}

.pa-xs-10 {
	padding: 10px;
}

.ma-xs-10 {
	margin: 10px;
}

.pv-xs-10 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.mv-xs-10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.ph-xs-10 {
	padding-left: 10px;
	padding-right: 10px;
}

.mh-xs-10 {
	margin-left: 10px;
	padding-right: 10px;
}

.pa-15 {
	padding: 15px;
}

.ma-15 {
	margin: 15px;
}

.pv-15 {
	padding-top: 15px;
	padding-bottom: 15px;
}

.mv-15 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.ph-15 {
	padding-left: 15px;
	padding-right: 15px;
}

.mh-15 {
	margin-left: 15px;
	margin-right: 15px;
}

.pa-xs-15 {
	padding: 15px;
}

.ma-xs-15 {
	margin: 15px;
}

.pv-xs-15 {
	padding-top: 15px;
	padding-bottom: 15px;
}

.mv-xs-15 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.ph-xs-15 {
	padding-left: 15px;
	padding-right: 15px;
}

.mh-xs-15 {
	margin-left: 15px;
	padding-right: 15px;
}

.pa-20 {
	padding: 20px;
}

.ma-20 {
	margin: 20px;
}

.pv-20 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.mv-20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.ph-20 {
	padding-left: 20px;
	padding-right: 20px;
}

.mh-20 {
	margin-left: 20px;
	margin-right: 20px;
}

.pa-xs-20 {
	padding: 20px;
}

.ma-xs-20 {
	margin: 20px;
}

.pv-xs-20 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.mv-xs-20 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.ph-xs-20 {
	padding-left: 20px;
	padding-right: 20px;
}

.mh-xs-20 {
	margin-left: 20px;
	padding-right: 20px;
}

.pa-25 {
	padding: 25px;
}

.ma-25 {
	margin: 25px;
}

.pv-25 {
	padding-top: 25px;
	padding-bottom: 25px;
}

.mv-25 {
	margin-top: 25px;
	margin-bottom: 25px;
}

.ph-25 {
	padding-left: 25px;
	padding-right: 25px;
}

.mh-25 {
	margin-left: 25px;
	margin-right: 25px;
}

.pa-xs-25 {
	padding: 25px;
}

.ma-xs-25 {
	margin: 25px;
}

.pv-xs-25 {
	padding-top: 25px;
	padding-bottom: 25px;
}

.mv-xs-25 {
	margin-top: 25px;
	margin-bottom: 25px;
}

.ph-xs-25 {
	padding-left: 25px;
	padding-right: 25px;
}

.mh-xs-25 {
	margin-left: 25px;
	padding-right: 25px;
}

.pa-30 {
	padding: 30px;
}

.ma-30 {
	margin: 30px;
}

.pv-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.mv-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.ph-30 {
	padding-left: 30px;
	padding-right: 30px;
}

.mh-30 {
	margin-left: 30px;
	margin-right: 30px;
}

.pa-xs-30 {
	padding: 30px;
}

.ma-xs-30 {
	margin: 30px;
}

.pv-xs-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.mv-xs-30 {
	margin-top: 30px;
	margin-bottom: 30px;
}

.ph-xs-30 {
	padding-left: 30px;
	padding-right: 30px;
}

.mh-xs-30 {
	margin-left: 30px;
	padding-right: 30px;
}

.pa-35 {
	padding: 35px;
}

.ma-35 {
	margin: 35px;
}

.pv-35 {
	padding-top: 35px;
	padding-bottom: 35px;
}

.mv-35 {
	margin-top: 35px;
	margin-bottom: 35px;
}

.ph-35 {
	padding-left: 35px;
	padding-right: 35px;
}

.mh-35 {
	margin-left: 35px;
	margin-right: 35px;
}

.pa-xs-35 {
	padding: 35px;
}

.ma-xs-35 {
	margin: 35px;
}

.pv-xs-35 {
	padding-top: 35px;
	padding-bottom: 35px;
}

.mv-xs-35 {
	margin-top: 35px;
	margin-bottom: 35px;
}

.ph-xs-35 {
	padding-left: 35px;
	padding-right: 35px;
}

.mh-xs-35 {
	margin-left: 35px;
	padding-right: 35px;
}

.pa-40 {
	padding: 40px;
}

.ma-40 {
	margin: 40px;
}

.pv-40 {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mv-40 {
	margin-top: 40px;
	margin-bottom: 40px;
}

.ph-40 {
	padding-left: 40px;
	padding-right: 40px;
}

.mh-40 {
	margin-left: 40px;
	margin-right: 40px;
}

.pa-xs-40 {
	padding: 40px;
}

.ma-xs-40 {
	margin: 40px;
}

.pv-xs-40 {
	padding-top: 40px;
	padding-bottom: 40px;
}

.mv-xs-40 {
	margin-top: 40px;
	margin-bottom: 40px;
}

.ph-xs-40 {
	padding-left: 40px;
	padding-right: 40px;
}

.mh-xs-40 {
	margin-left: 40px;
	padding-right: 40px;
}

.pa-45 {
	padding: 45px;
}

.ma-45 {
	margin: 45px;
}

.pv-45 {
	padding-top: 45px;
	padding-bottom: 45px;
}

.mv-45 {
	margin-top: 45px;
	margin-bottom: 45px;
}

.ph-45 {
	padding-left: 45px;
	padding-right: 45px;
}

.mh-45 {
	margin-left: 45px;
	margin-right: 45px;
}

.pa-xs-45 {
	padding: 45px;
}

.ma-xs-45 {
	margin: 45px;
}

.pv-xs-45 {
	padding-top: 45px;
	padding-bottom: 45px;
}

.mv-xs-45 {
	margin-top: 45px;
	margin-bottom: 45px;
}

.ph-xs-45 {
	padding-left: 45px;
	padding-right: 45px;
}

.mh-xs-45 {
	margin-left: 45px;
	padding-right: 45px;
}

.pa-50 {
	padding: 50px;
}

.ma-50 {
	margin: 50px;
}

.pv-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.mv-50 {
	margin-top: 50px;
	margin-bottom: 50px;
}

.ph-50 {
	padding-left: 50px;
	padding-right: 50px;
}

.mh-50 {
	margin-left: 50px;
	margin-right: 50px;
}

.pa-xs-50 {
	padding: 50px;
}

.ma-xs-50 {
	margin: 50px;
}

.pv-xs-50 {
	padding-top: 50px;
	padding-bottom: 50px;
}

.mv-xs-50 {
	margin-top: 50px;
	margin-bottom: 50px;
}

.ph-xs-50 {
	padding-left: 50px;
	padding-right: 50px;
}

.mh-xs-50 {
	margin-left: 50px;
	padding-right: 50px;
}

.pa-55 {
	padding: 55px;
}

.ma-55 {
	margin: 55px;
}

.pv-55 {
	padding-top: 55px;
	padding-bottom: 55px;
}

.mv-55 {
	margin-top: 55px;
	margin-bottom: 55px;
}

.ph-55 {
	padding-left: 55px;
	padding-right: 55px;
}

.mh-55 {
	margin-left: 55px;
	margin-right: 55px;
}

.pa-xs-55 {
	padding: 55px;
}

.ma-xs-55 {
	margin: 55px;
}

.pv-xs-55 {
	padding-top: 55px;
	padding-bottom: 55px;
}

.mv-xs-55 {
	margin-top: 55px;
	margin-bottom: 55px;
}

.ph-xs-55 {
	padding-left: 55px;
	padding-right: 55px;
}

.mh-xs-55 {
	margin-left: 55px;
	padding-right: 55px;
}

.pa-60 {
	padding: 60px;
}

.ma-60 {
	margin: 60px;
}

.pv-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.mv-60 {
	margin-top: 60px;
	margin-bottom: 60px;
}

.ph-60 {
	padding-left: 60px;
	padding-right: 60px;
}

.mh-60 {
	margin-left: 60px;
	margin-right: 60px;
}

.pa-xs-60 {
	padding: 60px;
}

.ma-xs-60 {
	margin: 60px;
}

.pv-xs-60 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.mv-xs-60 {
	margin-top: 60px;
	margin-bottom: 60px;
}

.ph-xs-60 {
	padding-left: 60px;
	padding-right: 60px;
}

.mh-xs-60 {
	margin-left: 60px;
	padding-right: 60px;
}

.pa-65 {
	padding: 65px;
}

.ma-65 {
	margin: 65px;
}

.pv-65 {
	padding-top: 65px;
	padding-bottom: 65px;
}

.mv-65 {
	margin-top: 65px;
	margin-bottom: 65px;
}

.ph-65 {
	padding-left: 65px;
	padding-right: 65px;
}

.mh-65 {
	margin-left: 65px;
	margin-right: 65px;
}

.pa-xs-65 {
	padding: 65px;
}

.ma-xs-65 {
	margin: 65px;
}

.pv-xs-65 {
	padding-top: 65px;
	padding-bottom: 65px;
}

.mv-xs-65 {
	margin-top: 65px;
	margin-bottom: 65px;
}

.ph-xs-65 {
	padding-left: 65px;
	padding-right: 65px;
}

.mh-xs-65 {
	margin-left: 65px;
	padding-right: 65px;
}

.pa-70 {
	padding: 70px;
}

.ma-70 {
	margin: 70px;
}

.pv-70 {
	padding-top: 70px;
	padding-bottom: 70px;
}

.mv-70 {
	margin-top: 70px;
	margin-bottom: 70px;
}

.ph-70 {
	padding-left: 70px;
	padding-right: 70px;
}

.mh-70 {
	margin-left: 70px;
	margin-right: 70px;
}

.pa-xs-70 {
	padding: 70px;
}

.ma-xs-70 {
	margin: 70px;
}

.pv-xs-70 {
	padding-top: 70px;
	padding-bottom: 70px;
}

.mv-xs-70 {
	margin-top: 70px;
	margin-bottom: 70px;
}

.ph-xs-70 {
	padding-left: 70px;
	padding-right: 70px;
}

.mh-xs-70 {
	margin-left: 70px;
	padding-right: 70px;
}

.pa-75 {
	padding: 75px;
}

.ma-75 {
	margin: 75px;
}

.pv-75 {
	padding-top: 75px;
	padding-bottom: 75px;
}

.mv-75 {
	margin-top: 75px;
	margin-bottom: 75px;
}

.ph-75 {
	padding-left: 75px;
	padding-right: 75px;
}

.mh-75 {
	margin-left: 75px;
	margin-right: 75px;
}

.pa-xs-75 {
	padding: 75px;
}

.ma-xs-75 {
	margin: 75px;
}

.pv-xs-75 {
	padding-top: 75px;
	padding-bottom: 75px;
}

.mv-xs-75 {
	margin-top: 75px;
	margin-bottom: 75px;
}

.ph-xs-75 {
	padding-left: 75px;
	padding-right: 75px;
}

.mh-xs-75 {
	margin-left: 75px;
	padding-right: 75px;
}

.pa-80 {
	padding: 80px;
}

.ma-80 {
	margin: 80px;
}

.pv-80 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.mv-80 {
	margin-top: 80px;
	margin-bottom: 80px;
}

.ph-80 {
	padding-left: 80px;
	padding-right: 80px;
}

.mh-80 {
	margin-left: 80px;
	margin-right: 80px;
}

.pa-xs-80 {
	padding: 80px;
}

.ma-xs-80 {
	margin: 80px;
}

.pv-xs-80 {
	padding-top: 80px;
	padding-bottom: 80px;
}

.mv-xs-80 {
	margin-top: 80px;
	margin-bottom: 80px;
}

.ph-xs-80 {
	padding-left: 80px;
	padding-right: 80px;
}

.mh-xs-80 {
	margin-left: 80px;
	padding-right: 80px;
}

.pa-85 {
	padding: 85px;
}

.ma-85 {
	margin: 85px;
}

.pv-85 {
	padding-top: 85px;
	padding-bottom: 85px;
}

.mv-85 {
	margin-top: 85px;
	margin-bottom: 85px;
}

.ph-85 {
	padding-left: 85px;
	padding-right: 85px;
}

.mh-85 {
	margin-left: 85px;
	margin-right: 85px;
}

.pa-xs-85 {
	padding: 85px;
}

.ma-xs-85 {
	margin: 85px;
}

.pv-xs-85 {
	padding-top: 85px;
	padding-bottom: 85px;
}

.mv-xs-85 {
	margin-top: 85px;
	margin-bottom: 85px;
}

.ph-xs-85 {
	padding-left: 85px;
	padding-right: 85px;
}

.mh-xs-85 {
	margin-left: 85px;
	padding-right: 85px;
}

.pa-90 {
	padding: 90px;
}

.ma-90 {
	margin: 90px;
}

.pv-90 {
	padding-top: 90px;
	padding-bottom: 90px;
}

.mv-90 {
	margin-top: 90px;
	margin-bottom: 90px;
}

.ph-90 {
	padding-left: 90px;
	padding-right: 90px;
}

.mh-90 {
	margin-left: 90px;
	margin-right: 90px;
}

.pa-xs-90 {
	padding: 90px;
}

.ma-xs-90 {
	margin: 90px;
}

.pv-xs-90 {
	padding-top: 90px;
	padding-bottom: 90px;
}

.mv-xs-90 {
	margin-top: 90px;
	margin-bottom: 90px;
}

.ph-xs-90 {
	padding-left: 90px;
	padding-right: 90px;
}

.mh-xs-90 {
	margin-left: 90px;
	padding-right: 90px;
}

.pa-95 {
	padding: 95px;
}

.ma-95 {
	margin: 95px;
}

.pv-95 {
	padding-top: 95px;
	padding-bottom: 95px;
}

.mv-95 {
	margin-top: 95px;
	margin-bottom: 95px;
}

.ph-95 {
	padding-left: 95px;
	padding-right: 95px;
}

.mh-95 {
	margin-left: 95px;
	margin-right: 95px;
}

.pa-xs-95 {
	padding: 95px;
}

.ma-xs-95 {
	margin: 95px;
}

.pv-xs-95 {
	padding-top: 95px;
	padding-bottom: 95px;
}

.mv-xs-95 {
	margin-top: 95px;
	margin-bottom: 95px;
}

.ph-xs-95 {
	padding-left: 95px;
	padding-right: 95px;
}

.mh-xs-95 {
	margin-left: 95px;
	padding-right: 95px;
}

.pa-100 {
	padding: 100px;
}

.ma-100 {
	margin: 100px;
}

.pv-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.mv-100 {
	margin-top: 100px;
	margin-bottom: 100px;
}

.ph-100 {
	padding-left: 100px;
	padding-right: 100px;
}

.mh-100 {
	margin-left: 100px;
	margin-right: 100px;
}

.pa-xs-100 {
	padding: 100px;
}

.ma-xs-100 {
	margin: 100px;
}

.pv-xs-100 {
	padding-top: 100px;
	padding-bottom: 100px;
}

.mv-xs-100 {
	margin-top: 100px;
	margin-bottom: 100px;
}

.ph-xs-100 {
	padding-left: 100px;
	padding-right: 100px;
}

.mh-xs-100 {
	margin-left: 100px;
	padding-right: 100px;
}

/*
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, .learts-button,
input,
select,
textarea {
	font: inherit;
}

optgroup {
	font-weight: bold;
}

button, .learts-button,
input,
select {
	overflow: visible;
}

button, .learts-button,
input,
select,
textarea {
	margin: 0;
}

button, .learts-button,
select {
	text-transform: none;
}

button, .learts-button,
[type="button"],
[type="reset"],
[type="submit"] {
	cursor: pointer;
}

[disabled] {
	cursor: default;
}

button, .learts-button,
html [type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner, .learts-button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

button:-moz-focusring, .learts-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: .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: .5rem;
	margin-left: 0;
}

blockquote {
	margin: 0 0 1rem;
}

a {
	color: #0275d8;
	text-decoration: none;
}

a:focus, a:hover {
	color: #014c8c;
	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, .learts-button,
[role="button"],
input,
label,
select,
summary,
textarea {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

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: .5rem;
}

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

input, button, .learts-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: .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: "\2014 \00A0";
}

.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: "\00A0 \2014";
}

.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 .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: #d0e9c6;
}

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

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

.table-hover .table-info:hover {
	background-color: #c4e3f3;
}

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

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

.table-hover .table-warning:hover {
	background-color: #faf2cc;
}

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

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

.table-hover .table-danger:hover {
	background-color: #ebcccc;
}

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

.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: .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;
	font-size: 14px;
	border: 1px solid #ddd;
	padding: 20px;
}

address p {
	font-size: 14px;
}

body {
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body.compare-opened, body.search-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: #fff;
	opacity: .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 .5s forwards;
	animation-delay: 1s;
}

body.no-redux {
	font-family: "Futura";
	font-size: 16px;
}

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 .isw-swatches .isw-swatch--isw_text .isw-term.isw-selected {
	color: #333;
}

body.no-redux .scroll-to-top,
body.no-redux .widget-title:after,
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.learts-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.learts-button,
body.no-redux .learts-button.alt, 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 .tm-button.button.alt,
body.no-redux button:hover,
body.no-redux .learts-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 .learts-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 form.track_order p.form-row:last-of-type .button,
body.no-redux .woocommerce-checkout form.checkout_coupon .button,
body.no-redux #customer_login .woocommerce-Button[name="register"],
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 .learts-mailchimp .title:after,
body.no-redux .learts-products-widget .product-buttons > div a:hover,
body.no-redux .learts-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-learts.vc_tta-style-learts .vc_tta-tab > a:after,
body.no-redux .wpb-js-composer .vc_tta-tabs.vc_tta-style-learts.vc_tta-style-learts .vc_tta-panel .vc_tta-panel-title > a:after,
body.no-redux .learts-simple-banner .third-line:after,
body.no-redux .wb-bx-wrapper.wb-carousel-learts .wb-bx-pager.wb-bx-default-pager .wb-bx-pager-item a:hover,
body.no-redux .wb-bx-wrapper.wb-carousel-learts .wb-bx-pager.wb-bx-default-pager .wb-bx-pager-item a.active {
	background-color: #333;
}

body.no-redux button.alt,
body.no-redux .alt.learts-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.learts-button,
body.no-redux .learts-button.alt, 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 .tm-button.button.alt,
body.no-redux button:hover,
body.no-redux .learts-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 .learts-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 .learts-products-widget .slick-arrow.small:focus {
	border-color: #333;
}

body.no-redux .ajax-results-wrapper .suggestion-sku,
body.no-redux .ajax-results-wrapper .suggestion-price {
	color: #7e7e7e;
}

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 li.slick-active .learts-button,
body.no-redux .slick-dots button:hover,
body.no-redux .slick-dots .learts-button:hover,
body.no-redux .widget_shopping_cart .button.checkout:focus,
body.no-redux button.alt:hover,
body.no-redux .alt.learts-button: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 .alt.learts-button: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 .alt-button.learts-button:hover,
body.no-redux .learts-button.alt: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 .alt-button.learts-button:focus,
body.no-redux .learts-button.alt: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 .learts-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-learts .wb-bx-pager.wb-bx-default-pager .wb-bx-pager-item a {
	background-color: #333;
}

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 .alt.learts-button: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 .alt.learts-button: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 .alt-button.learts-button:hover,
body.no-redux .learts-button.alt: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 .alt-button.learts-button:focus,
body.no-redux .learts-button.alt: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 .learts-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: #7e7e7e;
}

body.no-redux .minicart-dropdown-wrapper .button.checkout {
	color: #333 !important;
}

body.no-redux .minicart-dropdown-wrapper .button.checkout:hover {
	color: #fff !important;
	background-color: #333 !important;
}

body.no-redux .button.wc-forward:hover {
	color: #333 !important;
	background: transparent !important;
}

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: "Futura";
}

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: "Futura";
}

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: "Futura";
}

body.no-redux a, body.no-redux .cookie-buttons a.cookie-btn,
body.no-redux .header-wishlist .add-to-cart-btn .button,
body.no-redux .widget li > a {
	color: #333;
}

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-toolbar .switcher.active,
body.no-redux .shop-toolbar .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 table.product-share 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: #333;
}

body.no-redux .cookie-buttons a:hover,
body.no-redux .header-phone:hover {
	background: #333;
}

body.no-redux .button.grey {
	color: #333 !important;
}

body.no-redux .button.grey:hover {
	color: #fff !important;
}

body.no-redux .wc-proceed-to-checkout .checkout-button {
	color: #fff !important;
	background-color: #333 !important;
}

body.no-redux .wc-proceed-to-checkout .checkout-button:hover {
	color: #333 !important;
	background-color: #fff !important;
}

body.no-redux .widget_calendar tbody td a:hover,
body.no-redux .header-phone {
	border-color: #333;
}

body.no-redux .topbar, body.no-redux .topbar a {
	color: #666;
}

body.no-redux .topbar {
	border-color: #eee;
}

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: #111;
}

body.no-redux .page-title .page-subtitle {
	color: #111;
}

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: #333;
}

body.no-redux .site-menu .menu > ul > li > a, body.no-redux .site-menu .menu > li > a {
	color: #333;
}

body.no-redux .site-header {
	background-color: #fff;
}

body.no-redux .header-search > a.toggle {
	color: #7e7e7e;
}

body.no-redux button,
body.no-redux .learts-button, body.no-redux .learts-button, body.no-redux input[type="submit"], body.no-redux input[type="button"], body.no-redux a.button {
	color: #fff;
}

body.no-redux .comment-text p {
	font-size: 16px !important;
}

body.no-redux .widget ul,
body.no-redux .insight-core-bmw ul.sub-menu li,
body.no-redux .widget_nav_menu ul.sub-menu li {
	padding-left: 0 !important;
}

body.no-redux #menu-item-707 {
	display: none;
}

body.no-redux .rsswidget img {
	margin-top: 8px;
}

body.no-redux .post-password-form input[type="submit"],
body.no-redux .form-submit input[type="submit"] {
	padding: 5px 25px;
	background-color: #333;
}

body.no-redux .post-password-form input[type="submit"]:hover,
body.no-redux .post-password-form input[type="submit"]:focus,
body.no-redux .form-submit input[type="submit"]:hover,
body.no-redux .form-submit input[type="submit"]:focus {
	background-color: transparent !important;
	color: #333 !important;
}

body.no-redux .post-item {
	width: 100%;
}

body.no-redux .mobile-menu-btn path {
	stroke: #666 !important;
}

body.no-redux .slick-arrow {
	background-color: transparent !important;
	color: #333 !important;
}

body.no-redux .minicart-count {
	border-color: #f8796c;
	background-color: #f8796c;
	color: #fff;
}

button, .learts-button,
input[type="submit"],
input[type="button"],
a.button,
.search-view-all {
	display: inline-block;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	border: 1px solid #333;
	background-color: #333;
	padding: 12px 40px;
	border-radius: 52px;
	letter-spacing: 1.5px;
}

button:hover, .learts-button:hover, button:focus, .learts-button:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="button"]:hover,
input[type="button"]:focus,
a.button:hover,
a.button:focus,
.search-view-all:hover,
.search-view-all:focus {
	color: #333;
	background-color: transparent;
}

button:focus, .learts-button:focus,
input[type="submit"]:focus,
input[type="button"]:focus,
a.button:focus,
.search-view-all:focus {
	outline: none;
}

button.button-grey, .button-grey.learts-button,
input[type="submit"].button-grey,
input[type="button"].button-grey,
a.button.button-grey,
.search-view-all.button-grey {
	background-color: #ededed;
	border-color: #ededed;
	color: #333;
}

button.button-grey:hover, .button-grey.learts-button:hover, button.button-grey:focus, .button-grey.learts-button:focus,
input[type="submit"].button-grey:hover,
input[type="submit"].button-grey:focus,
input[type="button"].button-grey:hover,
input[type="button"].button-grey:focus,
a.button.button-grey:hover,
a.button.button-grey:focus,
.search-view-all.button-grey:hover,
.search-view-all.button-grey:focus {
	background-color: transparent;
	border-color: #333;
}

button.alt, .alt.learts-button,
button.alt-button,
.alt-button.learts-button,
.learts-button.alt,
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: #333;
	background-color: transparent !important;
}

button.alt:hover, .alt.learts-button:hover, button.alt:focus, .alt.learts-button:focus,
button.alt-button:hover,
.alt-button.learts-button:hover,
.learts-button.alt:hover,
button.alt-button:focus,
.alt-button.learts-button:focus,
.learts-button.alt: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: #fff !important;
	background-color: #333 !important;
}

.minicart-dropdown-wrapper a.button.wc-forward:hover {
	color: #fff;
}

.button.btn-view-wishlist:hover {
	color: #fff;
}

button.grey, .grey.learts-button,
button.grey-button,
.grey-button.learts-button,
input[type="submit"].grey,
input[type="submit"].grey-button,
input[type="button"].grey,
input[type="button"].grey-button,
a.button.grey,
a.button.grey-button {
	color: #333;
	background-color: #dedede !important;
	border-color: #dedede !important;
}

button.grey:hover, .grey.learts-button:hover, button.grey:focus, .grey.learts-button:focus,
button.grey-button:hover,
.grey-button.learts-button:hover,
button.grey-button:focus,
.grey-button.learts-button:focus,
input[type="submit"].grey:hover,
input[type="submit"].grey:focus,
input[type="submit"].grey-button:hover,
input[type="submit"].grey-button:focus,
input[type="button"].grey:hover,
input[type="button"].grey:focus,
input[type="button"].grey-button:hover,
input[type="button"].grey-button:focus,
a.button.grey:hover,
a.button.grey:focus,
a.button.grey-button:hover,
a.button.grey-button:focus {
	color: #fff !important;
	background-color: #333 !important;
	border-color: #333 !important;
}

.minicart-dropdown-wrapper a.button.wc-forward:hover {
	color: #fff;
}

.button.btn-view-wishlist:hover {
	color: #fff;
}

del {
	color: #aaa;
}

dl {
	margin: 0 20px;
}

dd {
	margin: 0 0 20px;
}

h1, h2, h3, h4, h5, h6 {
	color: #111;
	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: 16px;
	display: block;
	color: #222;
	width: 100%;
	transition: all .3s ease-in-out;
	background: transparent;
	padding: 9.5px 0;
	border: 2px solid transparent;
	border-bottom-color: #ededed;
}

input[type='text']:hover, input[type='text']:focus,
input[type='number']:hover,
input[type='number']:focus,
input[type='email']:hover,
input[type='email']:focus,
input[type='search']:hover,
input[type='search']:focus,
input[type='password']:hover,
input[type='password']:focus,
input[type='tel']:hover,
input[type='tel']:focus,
textarea:hover,
textarea:focus {
	outline: none;
	box-shadow: none;
}

input[type='text'] ::-webkit-input-placeholder,
input[type='text'] ::-moz-placeholder :-ms-input-placeholder,
input[type='text'] :-moz-placeholder,
input[type='number'] ::-webkit-input-placeholder,
input[type='number'] ::-moz-placeholder :-ms-input-placeholder,
input[type='number'] :-moz-placeholder,
input[type='email'] ::-webkit-input-placeholder,
input[type='email'] ::-moz-placeholder :-ms-input-placeholder,
input[type='email'] :-moz-placeholder,
input[type='search'] ::-webkit-input-placeholder,
input[type='search'] ::-moz-placeholder :-ms-input-placeholder,
input[type='search'] :-moz-placeholder,
input[type='password'] ::-webkit-input-placeholder,
input[type='password'] ::-moz-placeholder :-ms-input-placeholder,
input[type='password'] :-moz-placeholder,
input[type='tel'] ::-webkit-input-placeholder,
input[type='tel'] ::-moz-placeholder :-ms-input-placeholder,
input[type='tel'] :-moz-placeholder,
textarea ::-webkit-input-placeholder,
textarea ::-moz-placeholder :-ms-input-placeholder,
textarea :-moz-placeholder {
	color: #ababab;
	letter-spacing: 1px;
	font-size: 16px;
	line-height: 1.7;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	-webkit-text-fill-color: #333;
	-webkit-box-shadow: 0 0 0px 1000px #fff inset;
	transition: background-color 5000s ease-in-out 0s;
}

ins {
	text-decoration: none;
}

label .required {
	color: #f00;
	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: 2;
	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 {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	border-bottom: 1px solid #ededed;
}

table th {
	font-weight: bold;
}

table thead th {
	text-transform: uppercase;
}

table tr > th {
	padding-right: 20px;
}

table td {
	padding: 6px 10px 6px 0;
	border-top: 1px solid #ededed;
}

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

.col-xs-is-5, .col-sm-is-5, .col-md-is-5, .col-lg-is-5, .col-xl-is-5, .col-xxl-is-5, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
	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.33333%;
	flex: 0 0 8.33333%;
	max-width: 8.33333%;
}

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

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

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

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

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

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

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

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

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

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

.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.33333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* 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;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	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;
}

/*=====================================
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%;
	}
}

/* Spin */

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

/* Blink */

@keyframes blink {
	from {
		opacity: 1.0;
	}
	50% {
		opacity: 0.5;
	}
	to {
		opacity: 1.0;
	}
}

/* Fade Out Up & Down small for site-menu */

@keyframes fadeOutDownSmall {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
		transform: translate3d(0, 10px, 0);
	}
}

.fadeOutDownSmall {
	animation-name: fadeOutDownSmall;
}

@keyframes fadeInUpSmall {
	0% {
		opacity: 0;
		transform: translate3d(0, 10px, 0);
	}
	100% {
		opacity: 1;
		transform: none;
	}
}

.fadeInUpSmall {
	animation-name: fadeInUpSmall;
}

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

@keyframes moveVertical {
	0% {
	}
	100% {
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes moveHorizontal {
	0% {
	}
	100% {
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes scaleUp {
	0% {
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

@keyframes fallPerspective {
	0% {
	}
	100% {
		transform: translateZ(0px) translateY(0px) rotateX(0deg);
		opacity: 1;
	}
}

@keyframes fly {
	0% {
	}
	100% {
		transform: rotateX(0deg);
		opacity: 1;
	}
}

@keyframes flip {
	0% {
	}
	100% {
		transform: rotateX(0deg);
		opacity: 1;
	}
}

@keyframes helix {
	0% {
	}
	100% {
		transform: rotateY(0deg);
		opacity: 1;
	}
}

@keyframes popUp {
	0% {
	}
	70% {
		transform: scale(1.1);
		opacity: .8;
		animation-timing-function: ease-out;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}

.tm-animation {
	opacity: 0;
}

.tm-animation.none {
	opacity: 1;
}

.tm-animation.fade-in.animated {
	animation: fadeIn 0.95s ease forwards;
}

.tm-animation.move-up.animated {
	transform: translateY(150px);
	animation: moveVertical 0.65s ease forwards;
}

.tm-animation.move-down.animated {
	transform: translateY(-150px);
	animation: moveVertical 0.65s ease forwards;
}

.tm-animation.move-left.animated {
	transform: translateX(150px);
	animation: moveHorizontal 0.65s ease forwards;
}

.tm-animation.move-right.animated {
	transform: translateX(-150px);
	animation: moveHorizontal 0.65s ease forwards;
}

.tm-animation.scale-up.animated {
	transform: scale(0.6);
	animation: scaleUp 0.65s ease-in-out forwards;
}

.tm-animation.scale-up-menu.animated {
	transform: scale(0.6);
	animation: scaleUp 0.3s ease-in-out forwards;
}

.tm-animation.fall-perspective {
	perspective: 1300px;
}

.tm-animation.fall-perspective.animated {
	transform-style: preserve-3d;
	transform: translateZ(400px) translateY(300px) rotateX(-90deg);
	animation: fallPerspective .8s ease-in-out forwards;
}

.tm-animation.fly {
	perspective: 1300px;
}

.tm-animation.fly.animated {
	transform-style: preserve-3d;
	transform-origin: 50% 50% -300px;
	transform: rotateX(-180deg);
	animation: fly .8s ease-in-out forwards;
}

.tm-animation.flip.animated {
	transform-style: preserve-3d;
	transform-origin: 0% 0%;
	transform: rotateX(-80deg);
	animation: flip .8s ease-in-out forwards;
}

.tm-animation.helix {
	perspective: 1300px;
}

.tm-animation.helix.animated {
	transform-style: preserve-3d;
	transform: rotateY(-180deg);
	animation: helix .8s ease-in-out forwards;
}

.tm-animation.pop-up {
	perspective: 1300px;
}

.tm-animation.pop-up.animated {
	transform-style: preserve-3d;
	transform: scale(0.4);
	animation: popUp .8s ease-in forwards;
}

/* Clear float */
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.page-content:after {
	clear: both;
}

.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: .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
*/
.insight-popup .insight-popup-never-show {
	margin-left: 15px;
	margin-bottom: 5px;
}

.insight-popup button.mfp-close, .insight-popup .mfp-close.learts-button {
	background-color: #fff;
}

.insight-popup button.mfp-close:before, .insight-popup .mfp-close.learts-button:before {
	font-size: 40px;
	content: "";
}

.insight-popup {
	padding: 0 !important;
}

.insight-popup .mfp-close {
	top: 10px;
	right: 0;
	width: 40px;
	height: 40px;
}

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

.area-404__heading,
.area-404__sub-heading {
	font-size: 64px;
	line-height: 80px;
	font-weight: 400;
	color: #333;
	text-align: left;
	margin: 0;
}

.area-404__heading {
	font-size: 100px;
	line-height: 100px;
}

.area-404__sub-heading {
	margin-bottom: 30px !important;
}

.area-404__content {
	height: 100vh;
}

.error404 .site-breadcrumbs {
	display: none !important;
}

.error404 .area-404__content-heading {
	font-weight: 300;
	font-size: 18px;
	text-transform: none;
	line-height: 32px;
	color: #696969;
	margin-bottom: 40px;
}

.error404 .area-404__content-heading .button {
	color: #333;
	background-color: transparent;
	border: none;
	padding: 0;
}

.error404 .area-404__content-heading .button:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	background-color: #333;
}

.error404 .col-404 {
	margin-top: 80px;
}

.content-404-back {
	margin-right: 15px;
}

.error404 .header-widget {
	display: none;
}

.author-info {
	display: table;
	text-align: center;
	margin-bottom: 80px;
	position: relative;
}

.has-no-sidebars .author-info {
	max-width: 860px;
	margin: 0 auto 40px auto;
}

.author-info .author-social-networks .author-social {
	display: inline-block;
	padding: 0 5px;
}

.author-info .author-social-networks .author-social:before {
	display: block;
	font-size: 14px;
	color: #7e7e7e;
	transition: all 0.5s ease;
}

.author-info .author-social-networks .author-social:hover:before {
	color: #333;
}

.author-info .author-social-networks .author-social:first-child {
	padding-left: 0;
}

.author-info .author-social-networks .author-social:last-child {
	padding-right: 0;
}

.author-info .author-social-networks .author-social.social-facebook:before {
	content: "";
}

.author-info .author-social-networks .author-social.social-twitter:before {
	content: "";
}

.author-info .author-social-networks .author-social.social-behance:before {
	content: "";
}

.author-info .author-social-networks .author-social.social-instagram:before {
	content: "";
}

.author-info .author-wrap {
	position: relative;
	padding-bottom: 15px;
}

.author-info .author-social-networks {
	padding-top: 15px;
}

.author-link {
	text-transform: capitalize;
	font-size: 18px;
	font-weight: 700;
}

.author-avatar {
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}

.author-avatar img {
	border-radius: 50%;
}

.author-title {
	margin-top: 0;
	font-size: 18px;
	margin-bottom: 10px;
}

.author-bio {
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: .03em;
	margin-bottom: 14px;
}

.back-to-top {
	display: block;
	color: #ababab !important;
	cursor: pointer;
	z-index: 2;
	position: fixed;
	right: 30px;
	bottom: 30px;
	font-size: 0;
	opacity: 0;
	text-align: center;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 100%;
	background-color: #333;
}

.back-to-top i {
	font-size: 20px;
	line-height: 50px;
	color: #fff;
}

.back-to-top.show {
	opacity: 1;
}

.back-to-top:hover {
	background-color: #f8796c;
}

.chevron {
	position: absolute;
	width: 28px;
	height: 8px;
	opacity: 1;
	transform: scale3d(0.5, 0.5, 0.5);
	animation: move-down 3s ease-out infinite;
}

.chevron:first-child {
	animation: move-down 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
	animation: move-down 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
	content: ' ';
	position: absolute;
	top: 0;
	height: 100%;
	width: 51%;
	background: #696969;
}

.chevron:before {
	left: 0;
	transform: skew(0deg, 30deg);
}

.chevron:after {
	right: 0;
	width: 50%;
	transform: skew(0deg, -30deg);
}

@keyframes move-down {
	25% {
		opacity: 1;
	}
	33% {
		opacity: 1;
		transform: translateY(30px);
	}
	67% {
		opacity: 1;
		transform: translateY(40px);
	}
	100% {
		opacity: 0;
		transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
	}
}

.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;
	margin-bottom: 16px;
	letter-spacing: .01em;
	color: #333;
}

/**
 * Breadcrumbs
 */
.site-breadcrumbs {
	margin-top: 20px;
	margin-bottom: 20px;
}

.page-title .site-breadcrumbs {
	margin-top: 10px;
	margin-bottom: 0;
}

.site-breadcrumbs ul {
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: capitalize;
}

.site-breadcrumbs ul li {
	display: inline-block;
	font-size: 16px;
	letter-spacing: 0;
	font-weight: 400;
}

.site-breadcrumbs ul li:after {
	content: '>';
	margin: 0 5px 0 10px;
}

.site-breadcrumbs ul li:last-child:after {
	display: none;
}

.shop-display .site-breadcrumbs {
	margin: 0;
}

.site-breadcrumbs + .container.container {
	padding-top: 0;
}

.page-template-coming-soon .learts-countdown .countdown-section {
	text-align: center;
}

.page-template-coming-soon .learts-countdown .countdown-section:after {
	display: none !important;
}

.page-template-coming-soon .left-col {
	height: 100px;
}

body.page-template-coming-soon {
	overflow: hidden;
}

body.page-template-coming-soon .learts-mailchimp {
	margin: 0 auto;
}

body.page-template-coming-soon .countdown-amount {
	font-weight: 300 !important;
}

.comments-area .comments-title {
	font-size: 34px;
	line-height: 1.4;
	font-weight: 400;
	margin-bottom: 30px;
	text-align: left;
}

.comments-area .comment-count {
	color: #ababab;
}

.page .comments-area {
	margin-top: 40px;
}

.has-no-sidebars .comments-area {
	max-width: 860px;
	margin: 0 auto;
}

.comment-list {
	list-style: none;
	padding: 0;
	margin-bottom: 60px;
}

.comment-list .children {
	list-style: none;
	padding-left: 30px;
}

.comment,
.review {
	text-align: center;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 40px;
	margin-bottom: 40px;
}

.comment-text .author {
	font-size: 18px;
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	font-weight: 700;
}

.comment-text .date {
	font-size: 14px;
	display: block;
	color: #7e7e7e;
}

.comment-text p {
	font-size: 18px;
	margin-top: 20px;
}

.comment-actions a {
	margin: 0 10px;
	font-weight: 700;
	font-size: 16px;
	line-height: 2.2;
	text-transform: capitalize;
	letter-spacing: 0;
}

#reponse {
	margin-bottom: 20px;
	overflow: hidden;
}

#reply-title {
	font-size: 34px;
	line-height: 1.4;
	font-weight: 400;
	position: relative;
	text-align: left;
	margin-bottom: 40px;
}

#reply-title small a {
	font-size: 14px;
	font-weight: 400;
}

#commentform {
	text-align: left;
}

#commentform label {
	display: none;
}

#commentform input[type='text'] {
	margin-bottom: 15px;
}

#commentform textarea {
	height: 200px;
	padding: 15px 0;
	margin-bottom: 20px;
}

#commentform p.form-submit {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 40px;
}

.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

.logged-in-as a:last-child {
	display: inline-block;
	color: #333;
	line-height: 1.3;
}

.logged-in-as a:last-child:after {
	content: '';
	display: block;
	background-color: #333;
	width: 100%;
	height: 1px;
	opacity: 0;
	transition: opacity .5s ease;
}

.logged-in-as a:last-child:hover {
	color: #333;
}

.logged-in-as a:last-child:hover:after {
	opacity: .2;
}

.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: #fff;
	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: justify;
	max-width: 400px;
}

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

.cookie-buttons a.cookie-btn {
	font-size: 0;
	float: right;
	position: absolute;
	top: 20px;
	right: 20px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	display: inline-block;
}

.cookie-buttons a.cookie-btn:before, .cookie-buttons a.cookie-btn:after {
	transform: rotate(-45deg);
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -1px;
	margin-left: -15px;
	display: block;
	height: 2px;
	width: 30px;
	background-color: #fff;
	transition: all 0.25s ease-out;
}

.cookie-buttons a.cookie-btn:after {
	transform: rotate(-135deg);
}

.cookie-buttons a.cookie-btn:hover:before, .cookie-buttons a.cookie-btn:hover:after {
	transform: rotate(0deg);
}

.site-footer {
	padding-top: 100px;
	margin-top: 40px;
}

.site-footer > .container {
	padding-bottom: 20px;
}

.site-footer .menu li {
	color: #ababab;
	letter-spacing: 0;
}

.site-footer .menu li > a {
	line-height: 1.3;
}

.site-footer .menu li > a:after {
	content: '';
	display: block;
	background-color: #333;
	width: 100%;
	height: 1px;
	opacity: 0;
	transition: opacity .5s ease;
}

.site-footer .menu li > a:hover {
	color: #333;
}

.site-footer .menu li > a:hover:after {
	opacity: .2;
}

.site-footer .widget-title:after {
	background-color: #333;
}

.site-footer .mc4wp-form-fields br {
	display: none;
}

.site-footer .widget.section-widget {
	padding: 0;
}

.site-footer .footer-column {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 0px;
}

.site-header-vertical .site-footer {
	margin-left: -120px;
}

.site-footer .mc4wp-form .mc4wp-form-fields {
	position: relative;
	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 .learts-button {
	display: inline-block;
	vertical-align: top;
	height: 50px;
	padding: 10px 0;
	border: none;
	border-bottom: 2px solid #ccc;
}

.site-footer .mc4wp-form input[type="email"]:focus,
.site-footer .mc4wp-form button:focus,
.site-footer .mc4wp-form .learts-button:focus {
	border-bottom-color: #333;
}

.site-footer .mc4wp-form input[type="email"] {
	position: relative;
	background-color: transparent;
	width: 100%;
}

.site-footer .mc4wp-form button[type="submit"], .site-footer .mc4wp-form .learts-button[type="submit"],
.site-footer .mc4wp-form input[type="submit"] {
	font-size: 0;
	background: transparent;
	border: none;
}

.site-footer .mc4wp-form button[type="submit"]:before, .site-footer .mc4wp-form .learts-button[type="submit"]:before,
.site-footer .mc4wp-form input[type="submit"]:before {
	position: absolute;
	display: block;
	padding: 10px 0;
	right: 0;
	top: 0;
	font-size: 40px;
	color: #ccc;
	content: "";
}

.site-footer .mc4wp-form button[type="submit"]:hover:before, .site-footer .mc4wp-form .learts-button[type="submit"]:hover:before,
.site-footer .mc4wp-form input[type="submit"]:hover:before {
	color: #333;
}

.site-copyright {
	text-align: center;
	padding: 30px 0;
}

.site-footer.site-footer--dark {
	background-color: #111;
	color: #999;
}

.site-footer.site-footer--dark ul li > a,
.site-footer.site-footer--dark .widget_tm_contact_info p > a {
	color: #999;
}

.site-footer.site-footer--dark ul li > a:hover,
.site-footer.site-footer--dark .widget_tm_contact_info p > a:hover {
	color: #fff;
}

.site-footer.site-footer--dark .site-copyright {
	background-color: #111;
	border-top: 1px solid #333;
}

.site-footer.site-footer--dark .widget-title {
	color: #fff;
}

.site-footer.site-footer--dark .col-offset {
	padding-left: 100px;
}

.site-footer.site-footer--dark .site-copyright {
	color: #999;
	background-color: #111;
}

.site-footer.site-footer--dark .site-copyright a {
	color: #333;
}

.site-footer.site-footer--dark .site-copyright a:hover {
	color: #fff;
}

.site-footer.site-footer--dark h3.title-subcribe {
	color: #fff;
}

.site-footer.site-footer--dark .site-footer .widget ul li > a:after {
	background-color: #fff;
}

.site-footer.site-footer--dark input[type="email"]:focus,
.site-footer.site-footer--dark button:focus,
.site-footer.site-footer--dark .learts-button:focus {
	border-bottom-color: #fff;
}

.site-footer.site-footer--dark button[type="submit"]:hover:before, .site-footer.site-footer--dark .learts-button[type="submit"]:hover:before,
.site-footer.site-footer--dark input[type="submit"]:hover:before {
	color: #fff;
}

.site-footer.site-footer--light {
	background-color: #fff;
	color: #999;
	border-top: 1px solid #eee;
}

.site-footer.site-footer--light ul li > a,
.site-footer.site-footer--light .widget_tm_contact_info p > a {
	color: #999;
}

.site-footer.site-footer--light ul li > a:hover,
.site-footer.site-footer--light .widget_tm_contact_info p > a:hover {
	color: #111;
}

.site-footer.site-footer--light .site-copyright {
	background-color: #fff;
	border-top: 1px solid #eee;
}

.site-footer.site-footer--light .site-copyright a:hover {
	color: #111;
}

.site-footer.site-footer--light .widget-title {
	color: #111;
}

.site-footer.site-footer--light .widget-title:after {
	background-color: #d3d3d3;
}

.site-footer.site-footer--light .site-copyright {
	border: 1px solid #ddd;
	background-color: #fff;
}

.site-footer.site-footer--light .site-copyright a {
	color: #333;
}

.site-footer.site-footer--light .site-copyright a:hover {
	color: #111;
}

.site-footer.site-footer--light h3.title-subcribe {
	color: #333;
}

.header-login {
	display: none !important;
	position: relative;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	letter-spacing: .01em;
	margin-right: 25px;
	vertical-align: top !important;
}

.header-login a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.header-login i {
	font-size: 20px;
}

.header-menu-bottom .header-login {
	margin-right: 20px;
}

.header-menu-bottom .header-login a:after {
	display: none;
}

.header-menu-bottom .header-login i {
	display: inline-block;
}

.header-menu-bottom .header-search + .header-login {
	margin-left: 0;
	margin-right: 20px;
}

.header-menu-bottom .header-search + .header-login a {
	vertical-align: 5px;
}

.header-search + .header-login {
	font-weight: 600;
	margin-left: 10px;
	margin-right: 30px;
}

.header-search + .header-login a:after {
	display: none;
}

.header-login i {
	display: none !important;
}

.header-login.login-icon i {
	display: inline-block !important;
}

.header-login.login-icon span {
	display: none;
}

.header-login.login-icon a:after {
	display: none;
}

.site-mobile-menu .header-login {
	display: block !important;
	background-color: #e9e9e9;
	padding: 0 20px;
	margin: 40px 0 -10px 0;
}

.site-mobile-menu .header-login a {
	vertical-align: middle;
	line-height: 40px;
}

.site-mobile-menu .header-login a:after {
	display: none;
}

.site-header {
	position: relative;
	transition: all .5s ease, background 1.2s ease;
}

.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 .site-logo a {
	z-index: 1;
}

.site-header .site-logo img {
	padding: 10px 0;
	vertical-align: middle;
}

.site-header .left-col {
	display: none;
	z-index: 1;
}

.site-header .left-col .switcher-menu:first-of-type li:first-of-type {
	padding-left: 0;
}

.site-header .left-col .switcher-menu .menu {
	font-size: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.site-header .left-col .switcher-menu .menu > li > .sub-menu.hover-back {
	right: 0 !important;
}

.site-header .left-col .switcher-menu .menu li {
	font-size: 16px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	border-top: none;
	padding: 0 15px;
}

.site-header .left-col .switcher-menu .menu li.menu-item-has-children > a:after {
	opacity: .4;
	font-size: 12px;
	margin-left: 5px;
	content: "";
}

.site-header .left-col .switcher-menu .menu li:hover > .sub-menu {
	top: 120%;
	visibility: visible;
	opacity: 1;
}

.site-header .left-col .switcher-menu .menu li > a {
	display: block;
	padding: 0;
}

.site-header .left-col .switcher-menu .menu li > a > i {
	margin-right: 10px;
}

.site-header .left-col .switcher-menu .menu li .sub-menu {
	position: absolute;
	top: 150%;
	left: 0;
	z-index: 1;
	visibility: hidden;
	margin: 0;
	padding: 0;
	min-width: 150px;
	background-color: #fff;
	box-shadow: -1px 10px 80px -15px rgba(0, 0, 0, 0.3);
	opacity: 0;
}

.site-header .left-col .switcher-menu .menu li .sub-menu.hover-back {
	right: 100%;
	left: auto !important;
}

.site-header .left-col .switcher-menu .menu li .sub-menu > li {
	display: block;
	margin: 0;
	padding: 0;
	border: none;
	line-height: initial;
}

.site-header .left-col .switcher-menu .menu li .sub-menu > li:hover {
	transform: translateX(5px);
}

.site-header .left-col .switcher-menu .menu li .sub-menu > li a {
	display: block;
	padding: 8px 15px;
}

.site-header .left-col .switcher-menu .menu li .sub-menu > li .sub-menu {
	top: -1px;
	left: 100%;
}

.site-header .header-tools {
	text-align: right;
	font-size: 0;
}

.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.has-margin-bottom {
	margin-bottom: 40px;
}

.site-header.header-split .left-col .widget_search button[type="submit"], .site-header.header-split .left-col .widget_search .learts-button[type="submit"] {
	left: 0;
	right: auto;
}

.site-header.header-split .left-col .widget_search button[type="submit"]:after, .site-header.header-split .left-col .widget_search .learts-button[type="submit"]:after {
	font-size: 16px;
}

.site-header.header-split .left-col .widget_search input[type="text"] {
	padding: 0 0 0 40px;
	border: none;
}

.site-header.header-split .left-col .widget_search input[type="text"]::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	letter-spacing: 0.5px;
	font-size: 16px;
	color: #7e7e7e;
}

.site-header.header-split .left-col .widget_search input[type="text"]::-moz-placeholder {
	/* Firefox 19+ */
	letter-spacing: 0.5px;
	font-size: 16px;
	color: #7e7e7e;
}

.site-header.header-split .left-col .widget_search input[type="text"]:-ms-input-placeholder {
	/* IE 10+ */
	letter-spacing: 0.5px;
	font-size: 16px;
	color: #7e7e7e;
}

.site-header.header-split .left-col .widget_search input[type="text"]:-moz-placeholder {
	/* Firefox 18- */
	letter-spacing: 0.5px;
	font-size: 16px;
	color: #7e7e7e;
}

.site-header.header-menu-bottom {
	border-bottom: none;
}

.site-header.header-menu-bottom .site-menu-wrap {
	max-height: 90px;
	border-top: 1px dashed #dedede;
}

.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 {
	top: 0;
}

.site-header.header-menu-bottom.sticky-header .site-menu {
	width: 60%;
}

.site-header.header-menu-bottom.sticky-header .site-menu .menu > ul > li,
.site-header.header-menu-bottom.sticky-header .site-menu .menu > li {
	padding-top: 0;
	padding-bottom: 0;
}

.site-header.header-menu-bottom.sticky-header .left-col,
.site-header.header-menu-bottom.sticky-header .right-col {
	width: 20%;
}

.site-header.header-vertical .header-text {
	display: none;
}

.site-header.header-vertical .hamburger-icon {
	display: none;
	position: relative;
	width: 25px;
	height: 20px;
	cursor: pointer;
}

.site-header.header-vertical .hamburger-icon.is-active .hamburger-inner {
	transition-delay: .22s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transform: translate3d(0, -10px, 0) rotate(-45deg);
}

.site-header.header-vertical .hamburger-icon.is-active .hamburger-inner:before {
	top: 0;
	transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
	transform: rotate(-90deg);
}

.site-header.header-vertical .hamburger-icon.is-active .hamburger-inner:after {
	top: 0;
	transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s linear 0.22s;
	opacity: 0;
}

.site-header.header-vertical .hamburger-inner,
.site-header.header-vertical .hamburger-inner:before,
.site-header.header-vertical .hamburger-inner:after {
	content: '';
	display: block;
	position: absolute;
	width: 25px;
	height: 3px;
	transition-timing-function: ease;
	transition-duration: .15s;
	transition-property: transform;
	background-color: #333;
}

.site-header.header-vertical .hamburger-inner {
	top: auto;
	bottom: 0;
	transition-delay: .13s;
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition-duration: .13s;
}

.site-header.header-vertical .hamburger-inner:before {
	top: -14px;
	transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.site-header.header-vertical .hamburger-inner:after {
	top: -7px;
	transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}

.site-header.header-vertical .site-logo {
	text-align: center;
}

.site-header.header-sub-menu-bottom .site-menu .menu > ul > li > a, .site-header.header-sub-menu-bottom .site-menu .menu > li > a {
	height: 60px;
	line-height: 60px;
}

.site-header.header-sub-menu-bottom .site-menu-wrap {
	max-height: 90px;
	border-top: 1px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}

.site-header.header-sub-menu-bottom .search-col {
	text-align: center;
}

.site-header.header-sub-menu-bottom .widget.widget_search {
	max-width: 570px;
	margin: 0 auto;
	display: inline-block;
	width: 100%;
}

.site-header.header-sub-menu-bottom .widget.widget_search form {
	border: 2px solid #ededed;
	border-radius: 52px;
	padding: 0 30px;
}

.site-header.header-sub-menu-bottom .widget.widget_search input[type="text"] {
	width: 90%;
	border: none !important;
}

.site-header.header-sub-menu-bottom .widget.widget_search button[type="submit"], .site-header.header-sub-menu-bottom .widget.widget_search .learts-button[type="submit"] {
	right: 30px;
}

.site-header.header-sub-menu-bottom .widget.widget_search button[type="submit"]:after, .site-header.header-sub-menu-bottom .widget.widget_search .learts-button[type="submit"]:after {
	color: #ababab !important;
	font-weight: 900;
}

.site-header.header-sub-menu-bottom .widget.widget_search button[type="submit"]:hover:after, .site-header.header-sub-menu-bottom .widget.widget_search .learts-button[type="submit"]:hover:after {
	color: #72a499 !important;
}

.site-header.header-sub-menu-bottom .site-menu-wrap .col-md-2 {
	text-align: center;
}

.site-header.header-sub-menu-bottom .learts-menu-vertical {
	max-height: 60px;
}

.sticky-header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1000;
	border-bottom: none;
	border-color: transparent !important;
	box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
	transform: translateY(-100%);
	transition: opacity .5s ease, transform .5s ease;
}

.sticky-header:after {
	content: '';
	opacity: 0;
}

body.body-boxed .sticky-header {
	left: 50%;
	transform: translate(-50%, -100%);
	max-width: 1200px !important;
}

body.mobile-menu-opened .sticky-header:after,
body.search-opened .sticky-header:after,
body.wishlist-opened .sticky-header:after,
body.minicart-opened .sticky-header:after,
body.quick-view-opened .sticky-header:after,
body.offcanvas-sidebar-opened .sticky-header:after {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	opacity: 1;
	z-index: 1;
	background-color: rgba(35, 35, 44, 0.5);
}

.sticky-header.is-sticky {
	opacity: 1;
	transform: translate(0, 0);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

body.body-boxed .sticky-header.is-sticky {
	transform: translate(-50%, 0);
}

.admin-bar .sticky-header.is-sticky {
	top: 32px;
}

.header-overlap .site-header:not(.sticky-header) {
	position: absolute;
	width: 100%;
	z-index: 1000;
	background-color: transparent;
}

body.mobile-menu-opened .site-header:not(.sticky-header).real-header:after,
body.wishlist-opened .site-header:not(.sticky-header).real-header:after,
body.minicart-opened .site-header:not(.sticky-header).real-header:after,
body.quick-view-opened .site-header:not(.sticky-header).real-header:after,
body.offcanvas-sidebar-opened .site-header:not(.sticky-header).real-header:after {
	display: none;
}

.site-header.header-scheme--dark {
	color: #ababab;
	background-color: #333;
	border-color: #333;
}

.site-header.header-scheme--dark a {
	color: #ababab;
}

.site-header.header-scheme--dark a:hover {
	color: #fff;
}

.site-header.header-scheme--dark .social-links li i {
	color: #ababab;
}

.site-header.header-scheme--dark .social-links li:hover i {
	color: #fff;
}

.site-header.header-scheme--dark .header-tools .header-login a,
.site-header.header-scheme--dark .header-search a.toggle,
.site-header.header-scheme--dark .header-wishlist a.toggle,
.site-header.header-scheme--dark .header-minicart a.toggle {
	color: #fff;
}

.site-header.header-scheme--dark .offcanvas-btn i {
	color: #fff !important;
}

.site-header.header-scheme--dark .header-wishlist a.toggle .wishlist-count,
.site-header.header-scheme--dark .header-minicart a.toggle .minicart-count {
	border-color: #fff;
	color: #fff;
}

.site-header.header-scheme--dark .hamburger-inner,
.site-header.header-scheme--dark .hamburger-inner:before,
.site-header.header-scheme--dark .hamburger-inner:after {
	background-color: #fff;
}

.site-header.header-scheme--dark .mobile-menu-btn.mobile-menu-btn path {
	stroke: #fff;
}

.site-header.header-scheme--dark .header-text {
	color: #ababab;
}

.site-header.header-scheme--dark .site-menu .menu > li.menu-item > a {
	color: #ababab;
}

.site-header.header-scheme--dark .site-menu .menu > li.menu-item:hover > a {
	color: #fff;
}

.site-header.header-scheme--dark .site-menu .menu > li.menu-item .menu-item-text:after {
	background-color: #fff;
}

.site-header.header-scheme--dark .site-menu .menu li.menu-item.menu-item-has-children:hover > a:before {
	color: #fff;
}

.site-header.header-scheme--dark .site-menu .menu > li.menu-item .sub-menu {
	background-color: #333;
}

.site-header.header-scheme--dark .site-menu .menu > li.menu-item .sub-menu a {
	color: #ababab;
}

.site-header.header-scheme--dark .site-menu .menu > li.menu-item .sub-menu a:hover {
	color: #fff;
}

.site-header.header-scheme--dark .site-menu .menu > li.menu-item .sub-menu a:before {
	background-color: #fff;
}

.site-header.header-scheme--dark .site-menu .menu > li.menu-item .sub-menu li.menu-item:not(.menu-item-object-ic_mega_menu):before {
	background-color: #fff;
}

.site-header.header-scheme--dark.header-vertical .site-menu,
.site-header.header-scheme--dark.header-menu-bottom .site-menu-wrap {
	background-color: #383838;
}

.site-header.header-scheme--dark .left-col .switcher-menu .menu li .sub-menu {
	background-color: #444;
}

/*-----------------------
 Instagram shortcode
-----------------------*/
.tm-instagram {
	text-align: center;
}

.tm-instagram-pics {
	padding: 0;
}

.tm-instagram-pics .item {
	position: relative;
	display: inline-block;
}

.tm-instagram-pics .item:hover .overlay, .tm-instagram-pics .item:hover .item-info {
	opacity: 1;
	visibility: visible;
}

.tm-instagram-pics .item:hover .play-button {
	opacity: 0;
	visibility: hidden;
}

.tm-instagram-pics .item .play-button {
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	z-index: 1;
	height: 40px;
	width: 40px;
	line-height: 40px;
	font-size: 0;
	transform: translate(-50%, -50%);
}

.tm-instagram-pics .item .play-button:before {
	display: inline-block;
	font-size: 40px;
	color: #fff;
	border-radius: 100%;
	content: "";
}

.tm-instagram-pics .item .overlay {
	content: '';
	background: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%);
}

.tm-instagram-pics .item .overlay a {
	font-size: 0;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.tm-instagram-pics .item-info {
	cursor: pointer;
	display: block;
	position: absolute;
	text-align: center;
	top: 50%;
	left: 0;
	width: 100%;
	font-size: 0;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
	transform: translateY(-50%);
	margin: 0;
	-webkit-backface-visibility: hidden;
	/* Safari */
	backface-visibility: hidden;
}

.tm-instagram-pics .item-info > div {
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	padding: 0 10px !important;
	border: none !important;
}

.tm-instagram-pics .item-info > div a {
	display: inline-block !important;
	color: #fff !important;
	padding: 0 !important;
}

.tm-instagram-pics .item-info > div:before {
	font-size: 16px;
	margin-right: 5px;
	display: inline-block;
	vertical-align: middle;
}

.tm-instagram-pics .item-info > div.likes:before {
	content: '\f387';
}

.tm-instagram-pics .item-info > div.comments:before {
	content: '\f11d';
}

.tm-instagram-follow-links {
	text-align: center;
	font-size: 12px;
	line-height: 1.2;
	letter-spacing: .01em;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 0;
}

.learts-loadmore-wrap {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 30px;
}

.learts-loadmore-wrap .learts-loadmore-btn {
	position: relative;
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #fff;
	line-height: 1.3;
}

.tm-shortcode .learts-loadmore-wrap .learts-loadmore-btn {
	cursor: pointer;
}

.learts-loadmore-wrap .learts-loadmore-btn:before {
	display: inline-block;
	font-size: 14px;
	padding-right: 8px;
	content: "";
}

.learts-loadmore-wrap .learts-loadmore-btn.load-on-scroll {
	font-size: 0;
	background-color: transparent;
	border: none;
}

.learts-loadmore-wrap.loading {
	cursor: wait;
}

.learts-loadmore-wrap.loading .learts-loadmore-btn:before {
	content: url(assets/images/loading.svg);
	display: inline-block;
	vertical-align: -11px;
	height: 0;
	margin-right: 10px;
}

.learts-loadmore-wrap.woocommerce-pagination.hidden {
	display: none;
}

.main-container > .container,
.main-container > .site-content {
	padding-top: 30px;
}

.error404 .main-container .site-content,
.main-container.no-whitespace > .container,
.main-container.no-whitespace > .site-content {
	padding-top: 0;
}

.header-minicart {
	position: relative;
	margin-right: 10px;
}

.header-minicart > a.toggle {
	font-size: 20px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.header-minicart > a.toggle .minicart-count {
	position: absolute;
	top: 0;
	left: 15px;
	height: 16px;
	min-width: 16px;
	line-height: 13px;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	z-index: 1;
	border: .5px solid transparent;
	border-radius: 14px;
	padding: 0 3px;
}

.header-minicart > a.toggle .minicart-title,
.header-minicart > a.toggle .minicart-total {
	display: none;
}

.header-minicart .minicart-dropdown-wrapper {
	font-size: 16px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	display: block;
	overflow: hidden;
	width: 270px;
	height: 100vh;
	box-shadow: none;
	background-color: #fff;
	transform: translate3d(-100%, 0, 0);
	transition: transform .5s ease;
}

.header-minicart .minicart-dropdown-wrapper.loading:before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	content: url(assets/images/loading.svg);
	transform: translate(-50%, -50%);
}

.header-minicart .minicart-dropdown-wrapper.loading:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	background-color: #fff;
	content: '';
	opacity: .9;
}

.header-minicart.minicart-open .minicart-dropdown-wrapper {
	transform: translate3d(0, 0, 0);
}

.header-minicart .widget_shopping_cart {
	padding-bottom: 0;
	margin-bottom: 0;
}

.header-minicart .widget_shopping_cart_content {
	padding: 20px;
}

.header-minicart .widget_shopping_cart .widget_minicart_title {
	display: block;
	font-size: 18px;
	font-weight: 500;
	color: #333;
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
}

.header-minicart .widget_shopping_cart .widget_minicart_title .undo {
	float: right;
	text-transform: none;
	font-weight: 400;
	font-size: 11px;
	opacity: 0;
	visibility: hidden;
	margin-top: 5px;
	margin-right: 15px;
}

.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-btn {
	float: right;
	font-size: 0;
	color: #333;
	position: relative;
	height: 20px;
	width: 20px;
	line-height: 20px;
	display: inline-block;
}

.header-minicart .widget_shopping_cart .widget_minicart_title .close-btn:before, .header-minicart .widget_shopping_cart .widget_minicart_title .close-btn:after {
	transform: rotate(-45deg);
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -10px;
	display: block;
	height: 2px;
	width: 20px;
	background-color: #333;
	transition: all 0.25s ease-out;
}

.header-minicart .widget_shopping_cart .widget_minicart_title .close-btn:after {
	transform: rotate(-135deg);
}

.header-minicart .widget_shopping_cart .widget_minicart_title .close-btn:hover:before, .header-minicart .widget_shopping_cart .widget_minicart_title .close-btn:hover:after {
	transform: rotate(0deg);
}

.header-minicart .product_list_widget {
	max-height: 330px;
	overflow-y: hidden;
}

.header-minicart .woocommerce-mini-cart__empty-message.hidden {
	display: none !important;
}

.header-minicart .minicart-message {
	font-size: 16px;
}

.mobile-menu-btn {
	margin-right: -10px;
}

.mobile-menu-btn svg {
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	height: 60px;
	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-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: 1001;
	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 .5s 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;
	position: relative;
	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;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	float: right;
	font-size: 0;
	line-height: 0;
	width: 40px;
	z-index: 2;
	background-color: rgba(239, 239, 239, 0.8);
}

.site-mobile-menu .menu > ul li.page_item .open-child:before,
.site-mobile-menu .menu li.menu-item .open-child:before {
	display: block;
	opacity: .6;
	font-size: 20px;
	line-height: 40px;
	content: "";
}

.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: .5;
}

.site-mobile-menu .menu-back:before {
	position: absolute;
	top: 0;
	left: 15px;
	display: inline-block;
	font-size: 20px;
	line-height: 39px;
	content: "";
}

.site-mobile-menu .menu-item-tag {
	font-size: 10px;
	line-height: 1.2;
	letter-spacing: .05em;
	text-transform: lowercase;
	position: absolute;
	top: 50%;
	right: auto;
	min-width: 35px;
	min-height: 16px;
	text-align: center;
	transform: translateY(-50%);
	padding: 3px;
	margin-left: 10px;
}

.site-mobile-menu .menu-item-tag:after {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: -5px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 5px 3.5px 0;
	border-color: transparent transparent transparent transparent;
	transform: translateY(-50%);
}

.site-mobile-menu img {
	display: none;
}

.site-mobile-menu #mobile-searchform {
	position: relative;
	padding: 10px;
	background-color: #e6e6e6;
}

.site-mobile-menu #mobile-searchform input[type='text'] {
	padding: 9px 15px;
	background-color: #f7f7f7;
}

.site-mobile-menu #mobile-searchform button, .site-mobile-menu #mobile-searchform .learts-button {
	position: absolute;
	top: 50%;
	right: 20px;
	background-color: transparent;
	border: none;
	color: #aaa;
	font-size: 0;
	padding: 0;
	transform: translateY(-50%);
}

.site-mobile-menu #mobile-searchform button:after, .site-mobile-menu #mobile-searchform .learts-button:after {
	font-size: 25px;
	line-height: 40px;
	content: "";
}

#site-mobile-menu .mega-menu .vc_row[data-vc-full-width] {
	left: 0 !important;
}

.nice-select {
	padding-left: 0px;
	padding-right: 35px;
	background-color: #fff;
	border-radius: 0;
	border-top: none;
	border-right: none;
	border-left: none;
	border-bottom: 2px solid #ccc;
}

.nice-select:after {
	position: absolute;
	top: 50%;
	right: 15px;
	width: auto;
	height: auto;
	border: none;
	pointer-events: none;
	color: #ababab;
	transform: translateY(-50%);
	margin-top: 0;
	content: "";
}

.nice-select.open:after {
	transform: rotate(0) translateY(-50%);
	content: "";
}

.nice-select .list {
	border-radius: 0;
	margin: 0;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
	transform: translateY(0);
}

.nice-select .option {
	display: block;
	min-height: 0;
	line-height: initial;
	padding: 8px 15px;
}

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

.nice-select .option:hover {
	transform: translate(5px);
}

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

.offcanvas-btn {
	position: relative;
}

.offcanvas-btn i {
	display: inline-block;
	vertical-align: middle;
	font-size: 30px;
	color: #333;
}

.offcanvas-btn.on-left {
	display: table-cell;
	vertical-align: middle;
	width: 24px;
}

.offcanvas-btn.on-left i {
	margin-right: 20px;
}

.offcanvas-btn.on-right {
	margin-left: 20px;
}

.site-header.header-menu-bottom:not(.sticky-header) .offcanvas-btn.on-right {
	display: table-cell;
	vertical-align: middle;
}

.offcanvas-btn .open-nav {
	cursor: pointer;
}

.offcanvas-btn .open-nav .icon-inner {
	width: 26px;
	height: 16px;
	position: relative;
}

.offcanvas-btn .open-nav .icon-inner span {
	background: #333;
	display: block;
	position: absolute;
	height: 2px;
	border-radius: 1px;
	opacity: 1;
	left: 0;
	transform: rotate(0deg);
	transition: 0.25s ease-in-out;
}

.offcanvas-btn .open-nav .icon-inner span:nth-child(1) {
	top: 0px;
	width: 20px;
}

.offcanvas-btn .open-nav .icon-inner span:nth-child(2) {
	top: 7px;
	width: 14px;
}

.offcanvas-btn .open-nav .icon-inner span:nth-child(3) {
	top: 14px;
	width: 20px;
}

header.header.headroom--not-top .offcanvas-btn .open-nav .icon-inner span {
	background: #333;
}

.offcanvas-btn .open-nav.is-active .icon-inner span:nth-child(1), .offcanvas-btn .open-nav:hover .icon-inner span:nth-child(1) {
	width: 14px;
}

.offcanvas-btn .open-nav.is-active .icon-inner span:nth-child(2), .offcanvas-btn .open-nav:hover .icon-inner span:nth-child(2) {
	width: 20px;
}

.offcanvas-btn .open-nav.is-active .icon-inner span:nth-child(3), .offcanvas-btn .open-nav:hover .icon-inner span:nth-child(3) {
	width: 14px;
}

.offcanvas-close {
	font-size: 0;
	float: right;
	margin: 20px 20px 0 0;
	position: relative;
	height: 50px;
	width: 50px;
	line-height: 50px;
	display: inline-block;
}

.offcanvas-close:before, .offcanvas-close:after {
	transform: rotate(-45deg);
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -1px;
	margin-left: -15px;
	display: block;
	height: 2px;
	width: 30px;
	background-color: #333;
	transition: all 0.25s ease-out;
}

.offcanvas-close:after {
	transform: rotate(-135deg);
}

.offcanvas-close:hover:before, .offcanvas-close:hover:after {
	transform: rotate(0deg);
}

.offcanvas-sidebar {
	position: fixed;
	top: 0;
	z-index: 1001;
	width: 360px;
	height: 100vh;
	background-color: #fff;
	-webkit-overflow-scrolling: touch;
}

.offcanvas-sidebar.on-left {
	left: 0;
	box-shadow: 3px 0 15px 0 rgba(0, 0, 0, 0.05);
	transform: translateX(-100%);
}

.offcanvas-sidebar.on-right {
	right: 0;
	transform: translateX(100%);
	box-shadow: -3px 0 15px 0 rgba(0, 0, 0, 0.05);
}

.offcanvas-sidebar.open {
	transform: translateX(0);
}

.admin-bar .offcanvas-sidebar {
	top: 32px;
}

.offcanvas-sidebar .custom-html-widget {
	position: absolute;
	bottom: 0;
	padding-bottom: 150px;
}

.offcanvas-sidebar .custom-html-widget .phone {
	font-size: 24px;
	line-height: 40px;
	font-weight: 700;
	margin-bottom: 25px;
}

.offcanvas-sidebar .custom-html-widget li {
	padding: 0 10px;
}

.offcanvas-sidebar .custom-html-widget li:first-child {
	padding-left: 0;
}

.offcanvas-sidebar .custom-html-widget li:last-child {
	padding-right: 0;
}

.offcanvas-sidebar .custom-html-widget .social i {
	font-size: 18px;
}

.offcanvas-sidebar-inner {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0 40px;
}

.offcanvas-sidebar-inner .social-links li {
	padding: 10px;
}

.offcanvas-sidebar-inner .social-links li:first-child {
	padding-left: 0;
	padding-top: 10px;
}

.offcanvas-sidebar-inner .social-links li a {
	font-size: 18px !important;
}

.offcanvas-sidebar-inner .social-links .title {
	display: none;
}

.offcanvas-menu-wrapper {
	display: table;
	width: 100%;
	height: 100%;
}

.offcanvas-menu {
	position: fixed;
	text-align: center;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 9999;
	visibility: hidden;
	overflow: hidden;
	overflow-y: auto;
	opacity: 0;
	transform: scale(0.3);
	transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
	background-color: rgba(255, 255, 255, 0.9);
}

.offcanvas-menu .menu {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
	padding: 0;
	list-style: none;
}

.offcanvas-menu .menu > li {
	opacity: 0;
	transition: all .5s ease;
	transform: translateY(50px);
}

.offcanvas-menu .menu > li > a {
	position: relative;
	display: inline-block;
	font-size: 32px;
	line-height: 1.8;
	margin-bottom: 20px;
	color: #333;
}

.offcanvas-menu .menu > li > a:hover:after {
	transform: scale3d(1, 1, 1);
	transform-origin: 0% 50%;
}

.offcanvas-menu .menu > li > a:after {
	content: '';
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
	height: 2px;
	transition: transform 0.5s cubic-bezier(0.8, 0, 0.2, 1);
	transform: scale3d(0, 1, 1);
	transform-origin: 100% 50%;
	background-color: #333;
}

.offcanvas-menu .menu > li .sub-menu {
	display: none;
}

.admin-bar .offcanvas-menu {
	top: 32px;
}

body.offcanvas-menu-opened .offcanvas-menu {
	opacity: 1;
	visibility: visible;
	transform: scale(1);
}

body.offcanvas-menu-opened .menu > ul > li,
body.offcanvas-menu-opened .menu > li {
	opacity: 1;
	transform: translateY(0);
}

#menu-full-screen-menu .sub-menu {
	list-style: none;
	padding: 0;
	font-size: 20px;
	line-height: 40px;
}

#menu-full-screen-menu .sub-menu li > a {
	position: relative;
	display: inline-block;
	color: #333;
}

#menu-full-screen-menu .sub-menu li > a:hover:after {
	transform: scale3d(1, 1, 1);
	transform-origin: 0% 50%;
}

#menu-full-screen-menu .sub-menu li > a:after {
	content: '';
	position: absolute;
	bottom: 5px;
	left: 0;
	width: 100%;
	height: 2px;
	transition: transform 0.5s cubic-bezier(0.8, 0, 0.2, 1);
	transform: scale3d(0, 1, 1);
	transform-origin: 100% 50%;
	background-color: #333;
}

#menu-full-screen-menu li.opened > a:after {
	transform: scale3d(1, 1, 1);
	transform-origin: 0% 50%;
}

#page-container {
	position: relative;
	overflow: hidden;
	background-color: #fff;
	transition: all 1s;
}

#page-container:after {
	content: '';
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
	opacity: 0;
	background: rgba(35, 35, 44, 0.5);
}

body.mobile-menu-opened #page-container:after,
body.wishlist-opened #page-container:after,
body.minicart-opened #page-container:after,
body.search-opened #page-container:after,
body.quick-view-opened #page-container:after,
body.offcanvas-sidebar-opened #page-container:after {
	opacity: 1;
	z-index: 999;
}

.body-boxed #page-container {
	margin: 0 auto;
	max-width: 1200px;
}

body.quick-view-opened #page-container {
	filter: blur(25px);
}

.page-title {
	position: relative;
	text-align: left;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	margin-bottom: 50px;
	padding: 30px 0;
}

.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;
	min-height: 200px;
}

.page-title-shop {
	margin-bottom: 0 !important;
}

.page-title.no-page-title {
	display: none !important;
}

.page-title .entry-meta {
	display: none;
}

.page-title h1 {
	font-size: 30px;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 20px;
}

.page-title + .container,
.page-title + .site-content {
	padding-top: 0 !important;
}

.learts-pagination, .woocommerce-pagination {
	margin-bottom: 100px;
}

.learts-pagination.woocommerce-pagination, .woocommerce-pagination {
	margin-bottom: 30px;
}

.learts-pagination ul.page-numbers, .woocommerce-pagination ul.page-numbers {
	font-size: 0;
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0;
}

.learts-pagination ul.page-numbers a, .woocommerce-pagination ul.page-numbers a {
	color: #ababab;
	font-weight: 500;
}

.learts-pagination ul li, .woocommerce-pagination ul li {
	display: inline-block;
	vertical-align: top;
	text-align: center;
	font-size: 14px;
	line-height: 1.7;
	border-radius: 100%;
	margin: 0 10px;
}

.learts-pagination ul li span, .woocommerce-pagination ul li span {
	display: block;
	width: 15px;
	line-height: 1.7;
}

.learts-pagination .current:after, .woocommerce-pagination .current:after,
.learts-pagination ul li a:after,
.woocommerce-pagination ul li a:after {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	top: 100%;
	left: 0;
	margin-top: -3px;
	background-color: rgba(51, 51, 51, 0.2);
}

.learts-pagination .current, .woocommerce-pagination .current {
	position: relative;
	color: #333;
	font-weight: 500;
}

.learts-pagination ul li a, .woocommerce-pagination ul li a {
	position: relative;
	display: block;
	width: 15px;
	line-height: 1.7;
}

.learts-pagination ul li a:after,
.woocommerce-pagination ul li a:after {
	opacity: 0;
	visibility: hidden;
}

.learts-pagination ul li a:hover, .woocommerce-pagination ul li a:hover {
	color: #333;
	transition: all 0.5s ease;
}

.learts-pagination ul li a:hover:after, .woocommerce-pagination ul li a:hover:after {
	opacity: 1;
	visibility: visible;
}

.learts-pagination .prev, .woocommerce-pagination .prev,
.learts-pagination .next,
.woocommerce-pagination .next {
	width: 100%;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.learts-pagination .prev:after, .woocommerce-pagination .prev:after,
.learts-pagination .next:after,
.woocommerce-pagination .next:after {
	display: none;
}

.woocommerce-pagination {
	margin-top: 30px;
}

.shop-full-width-no-space .woocommerce-pagination {
	margin-top: 80px;
}

article.type-portfolio .entry-body {
	margin-bottom: 40px;
}

article.type-portfolio .portfolio-media.portfolio-thumb {
	overflow: hidden;
}

article.type-portfolio.style-base:hover .entry-thumbnail img {
	transform: scale(1.1);
}

article.type-portfolio.style-inside-image {
	position: relative;
}

article.type-portfolio.style-inside-image:before {
	display: block;
	position: absolute;
	content: '';
	top: 0;
	left: 15px;
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	background-color: #f4ede7;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
}

article.type-portfolio.style-inside-image .entry-body {
	position: absolute;
	top: 50%;
	width: calc(100% - 30px);
	text-align: center;
	transform: translateY(-30%);
	z-index: 2;
	opacity: 0;
	visibility: hidden;
}

article.type-portfolio.style-inside-image:hover:before,
article.type-portfolio.style-inside-image:hover .entry-body {
	opacity: 1;
	visibility: visible;
}

article.type-portfolio.style-inside-image:hover .entry-body {
	transform: translateY(-50%);
}

article.type-portfolio.col-xl-is-5 .entry-content p {
	font-size: 16px;
}

body.single-portfolio .portfolio .portfolio-media img {
	width: 100%;
	transition: all 1s;
}

body.single-portfolio .portfolio .date,
body.single-portfolio .portfolio .categories,
body.single-portfolio .portfolio .tags,
body.single-portfolio .portfolio .link,
body.single-portfolio .portfolio .share {
	font-weight: 400;
	color: #333;
	font-size: 18px;
}

body.single-portfolio .portfolio .date span,
body.single-portfolio .portfolio .categories span,
body.single-portfolio .portfolio .tags span,
body.single-portfolio .portfolio .link span,
body.single-portfolio .portfolio .share span {
	font-weight: 300;
}

body.single-portfolio .portfolio .entry-header {
	margin-bottom: 0;
}

body.single-portfolio .portfolio .entry-title {
	text-align: left;
}

body.single-portfolio .portfolio .entry-content {
	margin-bottom: 0 !important;
}

body.single-portfolio .portfolio .entry-content {
	max-width: none !important;
}

body.single-portfolio .portfolio .entry-description p {
	font-weight: 300;
}

body.single-portfolio .portfolio hr {
	margin: 12px 0;
}

body.single-portfolio .portfolio .description-portfolio {
	margin-bottom: 50px;
}

body.single-portfolio .portfolio .list-inline.share-list {
	display: inline-block;
}

body.single-portfolio .portfolio .portfolio-share-buttons a {
	padding: 0 10px;
}

body.single-portfolio .portfolio .meta-link a:hover {
	color: #f8796c;
}

body.single-portfolio .portfolio .portfolio-thumb:hover img {
	transform: scale(1.1);
}

body.single-portfolio .related-portfolio {
	max-width: none !important;
}

body.single-portfolio .related-portfolio .entry-header {
	text-align: left !important;
}

body.post-type-archive-portfolio .posts-wrapper.masonry-container.row {
	height: auto !important;
}

.post {
	margin-bottom: 0;
}

.single-post .post {
	margin-bottom: 40px;
}

.post .entry-content p {
	font-weight: 300;
}

.post-view {
	display: inline-block;
	line-height: 1.3;
}

.post-view:before {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	color: #999;
	margin-right: 8px;
	content: "";
}

.post-view:after {
	width: 70% !important;
	float: right !important;
}

.post-view:after {
	content: '';
	display: block;
	background-color: #333;
	width: 100%;
	height: 1px;
	opacity: 0;
	transition: opacity .5s ease;
}

.post-view:hover {
	color: #333;
}

.post-view:hover:after {
	opacity: .2;
}

.post.list-item {
	margin: 0 0 40px;
	padding: 0 0 40px;
	border-bottom: 1px solid #d8d8d8;
}

.post.list-item:last-child {
	border: none;
}

.post.masonry-item {
	padding: 0 15px;
}

.post.masonry-item.grid-sizer-2 {
	width: 50%;
}

.post.masonry-item.grid-sizer-3 {
	width: 33.333333%;
}

.list-container.row {
	margin: 0;
}

.masonry-container {
	opacity: 0;
}

.masonry-container.loaded {
	opacity: 1;
}

.row.standard-container {
	margin: 0 !important;
}

.post-full-grid,
.post-fullwidth {
	text-align: center;
}

.post-fullwidth .entry-aux {
	padding: 20px 0 30px 0;
}

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

.single .has-no-sidebars .entry-header,
.single .has-no-sidebars .entry-meta {
	text-align: center;
	margin-bottom: 50px;
}

.single .has-no-sidebars .entry-meta {
	margin-bottom: 15px;
}

.single .has-no-sidebars .related-posts {
	max-width: 860px;
	margin: 0 auto;
}

.single .has-no-sidebars .entry-title {
	width: 100% !important;
}

.single .has-no-sidebars .meta-categories {
	margin: 0 !important;
}

.entry-header.single-nav-on {
	position: relative;
}

.entry-header.single-nav-on .entry-title {
	width: calc(100% - 60px);
}

.grid-item .entry-header {
	margin-bottom: 20px;
}

.list-item .entry-header {
	margin-bottom: 10px;
}

.entry-thumbnail {
	margin-bottom: 30px;
}

.post-related .entry-thumbnail {
	margin-bottom: 15px;
}

.entry-thumbnail .post-thumb {
	overflow: hidden;
}

.entry-thumbnail .post-thumb img {
	width: 100%;
}

.entry-thumbnail .slick-slider.slider {
	opacity: 0;
	visibility: hidden;
	transition: opacity .4s ease, height .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 img:hover {
	transform: scale(1);
}

.entry-thumbnail .slick-slider.slider .slick-slide a {
	margin: 0;
}

.entry-thumbnail .slick-slider.slider .slick-arrow {
	opacity: .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;
}

.list-item .entry-thumbnail {
	margin-bottom: 20px;
	padding: 0;
}

.post-fullwidth .entry-thumbnail {
	margin-bottom: 35px;
}

.entry-title {
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
	word-wrap: break-word;
	margin-top: 0;
	margin-bottom: 15px;
}

.post.sticky .entry-title a:before {
	content: "";
	margin-right: 10px;
}

.single .entry-title {
	font-size: 34px;
	font-weight: 400;
}

.page-title .entry-title {
	font-size: 56px;
}

.post-related .entry-title {
	font-size: 18px;
	margin-bottom: 5px;
}

.post-related .entry-title a {
	font-weight: 500;
}

.post-fullwidth .entry-title {
	font-size: 34px;
	margin-bottom: 15px;
}

.entry-heading.post-full-width .meta-post {
	margin: 50px 0 25px 0;
}

.entry-body {
	padding-bottom: 40px;
}

.entry-meta {
	margin-bottom: 15px;
}

.entry-meta span {
	font-size: 16px;
	display: inline-block;
	margin-right: 25px;
}

.entry-meta span a {
	display: inline-block;
	color: #696969;
	line-height: 1.5;
	line-height: 1.3;
}

.entry-meta span a:after {
	content: '';
	display: block;
	background-color: #333;
	width: 100%;
	height: 1px;
	opacity: 0;
	transition: opacity .5s ease;
}

.entry-meta span a:hover {
	color: #333;
}

.entry-meta span a:hover:after {
	opacity: .2;
}

.entry-meta .vcard {
	margin: 0;
}

.grid-item .entry-meta {
	margin-bottom: 15px;
}

.list-item .entry-meta {
	margin-bottom: 10px;
}

.post-related .entry-meta {
	margin-bottom: 0px;
}

.entry-meta .meta-date:before,
.entry-meta .meta-comments:before,
.entry-meta .meta-author:before,
.entry-meta .meta-featured-post:before {
	display: inline-block;
	font-size: 16px;
	color: #999;
	margin-right: 8px;
}

.entry-meta .meta-date:before {
	content: "";
}

.entry-meta .meta-comments:before {
	content: "";
}

.entry-meta .meta-author:before {
	margin-right: 4px;
	content: "";
}

.entry-meta .meta-featured-post:before {
	content: "";
}

.entry-meta .meta-categories a {
	font-size: 16px;
	line-height: 1.4;
	letter-spacing: 1px;
	font-weight: 500;
	color: #ababab;
	text-transform: uppercase;
}

.entry-content {
	word-wrap: break-word;
	margin-bottom: 20px;
}

.single .entry-content {
	margin-bottom: 60px !important;
	font-size: 16px;
	line-height: 1.8;
}

.single .entry-content blockquote {
	position: relative;
	font-size: 24px;
	font-style: normal;
	line-height: 40px;
	padding: 10px 20px;
	margin: 40px 0 40px 60px;
	color: #7e7e7e;
}

.single .entry-content blockquote:before {
	display: inline-block;
	position: absolute;
	content: '';
	height: 100%;
	width: 2px;
	top: 0;
	left: 0;
	background-color: #333;
}

.grid-item .entry-content {
	margin-bottom: 25px;
}

.single .has-no-sidebars article .entry-content, .single .has-no-sidebars article
.entry-footer {
	max-width: 860px;
	margin: 0 auto;
}

.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 #666;
}

.page-links a {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}

.readmore-button {
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	text-transform: uppercase;
	color: #333;
	padding: 0 !important;
	line-height: 1.3;
}

.readmore-button:after {
	content: '';
	display: block;
	background-color: #333;
	width: 100%;
	height: 1px;
	opacity: 0;
	transition: opacity .5s ease;
}

.readmore-button:hover {
	color: #333;
}

.readmore-button:hover:after {
	opacity: .2;
}

.readmore-button:after {
	margin-top: 5px;
	opacity: .2;
}

.readmore-button:hover:after {
	opacity: 1;
}

.post-related {
	position: relative;
	border: 1px solid transparent;
	margin-bottom: 30px;
}

.has-no-sidebars .post-related {
	margin: 0 auto 30px auto;
	max-width: 860px;
}

.post-related:hover .entry-body {
	opacity: 1;
	visibility: visible;
}

.post-related:hover .entry-header {
	transform: translateY(-50%);
}

.post-single-hr {
	margin: 22px 0 32px 0;
}

.single .has-no-sidebars .post-single-hr {
	max-width: 860px;
	margin: 22px auto 32px auto;
}

.post-share {
	margin-bottom: 15px;
}

.share-list {
	margin-bottom: 0;
}

.share-list__title {
	font-size: 16px;
	color: #7e7e7e;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 0;
}

.share-list__title .share-button {
	display: inline-block;
	vertical-align: middle;
	width: 48px;
	height: 48px;
	line-height: 40px;
	text-align: center;
	font-size: 25px;
	padding: 3px 0;
	border: 2px solid #ededed;
	border-radius: 100%;
	margin-left: 20px;
	cursor: pointer;
}

.share-list__title .share-button:after {
	content: "";
}

.share-list__title .share-button:hover {
	color: #fff;
}

.share-list__title .post-share-buttons {
	padding-right: 10px;
	opacity: 0;
	visibility: hidden;
}

.active .share-list__title .post-share-buttons {
	opacity: 1;
	visibility: visible;
}

.blog .share-list__title .title {
	display: none;
}

.blog .share-list__title ul.social-links {
	display: inline-block;
	vertical-align: top;
}

.active .share-list__title {
	transform: translateX(0px);
}

.share-list__item {
	font-size: 16px;
}

.share-list__item > a {
	color: currentColor;
}

.share-list__item:not(:last-child) {
	margin-right: 15px;
}

.post-tags .tagcloud {
	font-size: 0;
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: left;
}

.post-tags .tagcloud:before {
	display: inline-block;
	font-size: 16px;
	padding-right: 10px;
	color: #333;
	content: "";
}

.post-tags .tagcloud li.tag-cloud__item {
	display: inline-block;
	position: relative;
	font-size: 16px;
}

.post-tags .tagcloud li.tag-cloud__item:after {
	content: ',';
	margin-right: 5px;
}

.post-tags .tagcloud li.tag-cloud__item:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #333;
	height: 1px;
	width: calc(100% - 10px);
	opacity: 0;
	transition: opacity .5s ease;
}

.post-tags .tagcloud li.tag-cloud__item:hover:before {
	opacity: .2;
}

.post-tags .tagcloud li.tag-cloud__item:last-child:after {
	display: none;
}

.has-no-sidebars .sidebar {
	display: none;
}

.search-form-wrapper.search-loading input.search-input {
	margin: 0 auto;
	background-image: url(assets/images/loading.svg) !important;
}

body:not(.has-inline-search) .header-search {
	position: relative;
	margin-right: 25px;
}

body:not(.has-inline-search) .header-search > a.toggle {
	font-size: 20px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

body:not(.has-inline-search) .header-search > a.toggle span {
	font-size: 0;
	position: absolute;
	top: 0;
	left: 0;
}

body:not(.has-inline-search) .header-search > a.toggle > i:before {
	display: inline-block;
}

.site-header .left-col body:not(.has-inline-search) .header-search {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	z-index: 1;
}

.site-header .left-col body:not(.has-inline-search) .header-search i:before {
	vertical-align: -3px;
}

.site-header.header-menu-bottom .site-menu-wrap body:not(.has-inline-search) .header-search {
	position: absolute;
	top: 50%;
	left: auto;
	right: auto;
	transform: translateY(-50%);
	margin-left: 20px;
}

.site-header.header-menu-bottom .site-menu-wrap body:not(.has-inline-search) .header-search input.fake-input {
	width: 200px;
}

body:not(.has-inline-search) .search-form {
	display: table;
	width: 90%;
}

body:not(.has-inline-search) .search-form-wrapper {
	pointer-events: none;
	position: fixed;
	top: 0;
	left: 100%;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	background-color: #fff;
	z-index: 1001;
	padding: 40px;
	transition: transform .5s ease-out;
	transition-delay: .4s;
}

body:not(.has-inline-search) .search-form-wrapper:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: #fff;
	transition: transform .5s ease-out;
}

body:not(.has-inline-search) .search-form-wrapper.search--open {
	pointer-events: auto;
	transform: translate3d(-100%, 0, 0);
	transition-delay: 0s;
}

body:not(.has-inline-search) .search-form-wrapper.search--open:after {
	transform: translate3d(100%, 0, 0);
	transition-delay: .4s;
}

body:not(.has-inline-search) .search-form-wrapper input.search-input {
	font-size: 2.5vw;
	display: table-cell;
	vertical-align: middle;
	line-height: 1;
	width: 95%;
	border: none;
	border-bottom: 2px solid #222;
	background: #fff none no-repeat right center;
	background-size: 30px;
	padding: 5px 0;
}

body:not(.has-inline-search) .search-form-wrapper .select2 {
	font-size: 2vw;
	display: table-cell;
	vertical-align: middle;
	line-height: 1;
	border-bottom: 2px solid #222;
	width: 30% !important;
}

body:not(.has-inline-search) .search-form-wrapper .select2-container--default .select2-selection--single {
	height: 3vw;
	border: none;
	border-radius: 0;
}

body:not(.has-inline-search) .search-form-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #333;
	opacity: 0.8;
	line-height: 3.5vw;
}

body:not(.has-inline-search) .search-form-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered:after {
	position: absolute;
	top: 50%;
	right: 0;
	font-size: 30px;
	content: "";
	transform: translateY(-50%);
}

body:not(.has-inline-search) .search-form-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
	display: none;
}

body:not(.has-inline-search) .search-form-wrapper input.search-input::-webkit-input-placeholder {
	color: #333;
	opacity: 0.8;
}

body:not(.has-inline-search) .search-form-wrapper input.search-input::-moz-placeholder {
	color: #333;
	opacity: 0.8;
}

body:not(.has-inline-search) .search-form-wrapper input.search-input:-ms-input-placeholder {
	color: #333;
	opacity: 0.8;
}

body:not(.has-inline-search) .search-form-wrapper input.search-input::-webkit-search-cancel-button,
body:not(.has-inline-search) .search-form-wrapper input.search-input::-webkit-search-decoration {
	-webkit-appearance: none;
}

body:not(.has-inline-search) .search-form-wrapper select {
	display: none;
}

body:not(.has-inline-search) .search-form-wrapper #search-btn {
	display: none;
}

body:not(.has-inline-search) .search-form-wrapper .search-description {
	font-size: 16px;
	color: #999;
	padding: 10px 0;
}

body:not(.has-inline-search) .search-form-wrapper .search-description span {
	display: inline-block;
	margin-right: 20px;
}

body:not(.has-inline-search) .search-form-wrapper .btn-search-close {
	font-size: 0;
	float: right;
	position: absolute;
	top: 70px;
	right: 70px;
	height: 50px;
	width: 50px;
	line-height: 50px;
	display: inline-block;
}

body:not(.has-inline-search) .search-form-wrapper .btn-search-close:before, body:not(.has-inline-search) .search-form-wrapper .btn-search-close:after {
	transform: rotate(-45deg);
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -1px;
	margin-left: -25px;
	display: block;
	height: 2px;
	width: 50px;
	background-color: #333;
	transition: all 0.25s ease-out;
}

body:not(.has-inline-search) .search-form-wrapper .btn-search-close:after {
	transform: rotate(-135deg);
}

body:not(.has-inline-search) .search-form-wrapper .btn-search-close:hover:before, body:not(.has-inline-search) .search-form-wrapper .btn-search-close:hover:after {
	transform: rotate(0deg);
}

body:not(.has-inline-search) .search-form-wrapper .search-results-wrapper .learts-scroller-pane {
	z-index: 2;
}

body:not(.has-inline-search) .search-form-wrapper .search-results-wrapper .search-view-all {
	display: inline-block;
	font-weight: 500;
	text-transform: uppercase;
	margin-top: 20px;
}

body:not(.has-inline-search) .search-form-wrapper .search-results-wrapper .search-view-all .suggestion-title {
	font-size: 14px;
}

body:not(.has-inline-search) .search-form-wrapper .search-results-wrapper .autocomplete-suggestions {
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-height: 60% !important;
	z-index: 1 !important;
}

body:not(.has-inline-search) .search-form-wrapper .search-results-wrapper .autocomplete-suggestion {
	background-color: #fff;
	cursor: pointer;
	display: inline-block;
	vertical-align: top;
	width: calc(33% - 20px);
	border-top: 1px solid #eee;
	padding: 20px;
	margin: 10px;
}

body:not(.has-inline-search) .search-form-wrapper .search-results-wrapper .autocomplete-suggestion.autocomplete-selected {
	box-shadow: 0 0 20px 0 rgba(51, 51, 51, 0.2);
}

body:not(.has-inline-search) .search-form-wrapper .search-results-wrapper .autocomplete-suggestion:last-child {
	border-bottom: 1px solid #eee;
}

body:not(.has-inline-search) .search-form-wrapper .search-results-wrapper .autocomplete-suggestion > div {
	display: table-cell;
	vertical-align: top;
}

body:not(.has-inline-search) .search-form-wrapper .search-results-wrapper .autocomplete-suggestion .suggestion-excerpt {
	display: none;
}

body:not(.has-inline-search) .search-form-wrapper .search-results-wrapper .suggestion-thumb {
	padding-right: 20px;
	width: 130px;
}

body:not(.has-inline-search) .search-form-wrapper .search-results-wrapper .suggestion-title {
	display: block;
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 18px;
}

body:not(.has-inline-search) .search-form-wrapper .search-results-wrapper .suggestion-title a {
	font-weight: 500;
}

body:not(.has-inline-search) .search-form-wrapper .search-results-wrapper .suggestion-title ins {
	text-decoration: underline;
}

body:not(.has-inline-search) .search-form-wrapper .search-results-wrapper .woocommerce-Price-amount {
	font-weight: 600;
	color: #333;
}

body:not(.has-inline-search) .search-form-wrapper .search-results-wrapper del {
	color: #aaa !important;
}

body:not(.has-inline-search) .search-form-wrapper .search-results-wrapper del .woocommerce-Price-amount {
	font-weight: 400;
	color: #aaa;
}

body:not(.has-inline-search) .search-form-wrapper .search-results-wrapper .suggestion-sku,
body:not(.has-inline-search) .search-form-wrapper .search-results-wrapper .suggestion-price {
	display: block;
	margin-bottom: 10px;
	font-weight: 300;
	font-size: 16px;
}

body:not(.has-inline-search) .search-form-wrapper .ajax-search-notice {
	font-size: 20px;
}

body:not(.has-inline-search) .no-results.not-found .page-title {
	background: transparent;
}

body:not(.has-inline-search) .no-results.not-found input[type="text"] {
	margin-bottom: 40px;
}

body:not(.has-inline-search) .header-vertical-full .header-search {
	margin-left: 25px;
	margin-right: 0;
}

body.has-inline-search .search-form-wrapper.header-search {
	max-width: 650px;
	margin: 0 auto;
	transform: translateY(50px);
}

body.has-inline-search .search-form-wrapper.header-search .search-form {
	line-height: 50px;
}

body.has-inline-search .search-form-wrapper.header-search .form-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

body.has-inline-search .search-form-wrapper.header-search select:not(.select2-hidden-accessible) {
	width: 250px;
	opacity: 0;
	visibility: hidden;
}

body.has-inline-search .search-form-wrapper.header-search .search-input {
	padding: 0 20px;
	line-height: 46px;
	background: #fff none no-repeat right center;
}

body.has-inline-search .search-form-wrapper.header-search .select2 {
	width: 250px !important;
	text-align: left;
	margin-bottom: 0;
	padding-right: 10px;
}

body.has-inline-search .search-form-wrapper.header-search .select2 .select2-selection__rendered {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 1px;
}

body.has-inline-search .search-form-wrapper.header-search .select2 .select2-selection {
	height: 50px;
}

body.has-inline-search .search-form-wrapper.header-search .select2 .select2-selection__rendered {
	top: 10px;
}

body.has-inline-search .search-form-wrapper.header-search #search-btn {
	font-size: 0;
	padding: 0;
	background-color: transparent;
	border: none;
	position: absolute;
	top: 8px;
	right: 10px;
}

body.has-inline-search .search-form-wrapper.header-search #search-btn:after {
	content: "";
	font-size: 18px;
	color: #333;
}

body.has-inline-search .search-form-wrapper.header-search .btn-search-close {
	display: none;
}

body.has-inline-search .search-form-wrapper.header-search .search-description {
	display: none;
}

body.has-inline-search .search-form-wrapper.header-search .autocomplete-suggestions {
	max-height: 340px !important;
	width: 100% !important;
	z-index: 9999 !important;
	background-color: #fff;
}

body.has-inline-search .search-form-wrapper.header-search .autocomplete-suggestion {
	border-bottom: 1px solid #eee;
}

body.has-inline-search .search-form-wrapper.header-search .autocomplete-suggestion .suggestion-thumb {
	display: inline-block;
	vertical-align: top;
	width: 120px;
	padding: 10px;
}

body.has-inline-search .search-form-wrapper.header-search .autocomplete-suggestion .suggestion-thumb img {
	vertical-align: middle;
}

body.has-inline-search .search-form-wrapper.header-search .autocomplete-suggestion .suggestion-details {
	display: inline-block;
	width: calc(100% - 120px);
	vertical-align: middle;
}

body.has-inline-search .search-form-wrapper.header-search .autocomplete-suggestion .suggestion-excerpt {
	display: none;
}

body.has-inline-search .search-form-wrapper.header-search .autocomplete-suggestion:nth-child(even) {
	background-color: #fff;
}

body.has-inline-search .search-form-wrapper.header-search .autocomplete-suggestion:nth-child(odd) {
	background-color: #f8f8f8;
}

body.has-inline-search .search-form-wrapper.header-search .ajax-search-notice {
	margin: 12px 0;
}

body.has-inline-search .search-form-wrapper.search-loading #search-btn {
	opacity: 0;
	visibility: hidden;
}

body.has-inline-search .site-header {
	z-index: 5;
}

body.has-inline-search.minicart-opened .header-sub-menu-bottom.site-header,
body.has-inline-search.minicart-opened .header-sub-menu-bottom.site-header > .container,
body.has-inline-search.minicart-opened .site-menu-wrap, body.has-inline-search.wishlist-opened .header-sub-menu-bottom.site-header,
body.has-inline-search.wishlist-opened .header-sub-menu-bottom.site-header > .container,
body.has-inline-search.wishlist-opened .site-menu-wrap {
	z-index: auto !important;
}

body.has-inline-search.minicart-opened .header-sub-menu-bottom.site-header.is-sticky, body.has-inline-search.wishlist-opened .header-sub-menu-bottom.site-header.is-sticky {
	z-index: 1000 !important;
}

body.has-inline-search .site-menu-wrap {
	position: relative;
	z-index: 1;
}

body.has-inline-search .suggestion-details {
	line-height: 88px;
	padding: 0 15px;
}

body.has-inline-search .suggestion-details .suggestion-title,
body.has-inline-search .suggestion-details .suggestion-sku,
body.has-inline-search .suggestion-details .suggestion-price {
	display: block;
	line-height: 30px;
	margin: 5px 0;
	text-align: left;
}

body.has-inline-search .suggestion-details .suggestion-title {
	margin-top: 0 !important;
	font-size: 16px;
}

body.has-inline-search .suggestion-details .suggestion-sku {
	font-size: 14px;
}

body.has-inline-search .suggestion-details .suggestion-price {
	font-size: 14px;
	font-weight: 600;
	color: #333;
}

body.has-inline-search .suggestion-details .suggestion-price ins .woocommerce-Price-amount {
	color: #f8796c;
}

body.has-inline-search .search-view-all {
	line-height: 30px;
	padding: 10px 35px;
}

body.has-inline-search header.header-sub-menu-bottom .container {
	position: relative;
	z-index: 2;
}

body.has-inline-search .select2 .select2-selection--single {
	border-bottom: none !important;
}

.select2 {
	margin-bottom: 20px;
}

.select2.select2-container--open .select2-selection__rendered:after {
	content: '\f365';
}

.select2 .select2-selection__arrow {
	display: none;
}

.select2 .select2-selection__rendered {
	position: relative;
	line-height: 1;
	padding: 0 !important;
}

.select2 .select2-selection__rendered:after {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	content: "";
}

.select2 .select2-selection--single {
	outline: none;
	height: auto;
	border-radius: 0;
	border: 0 solid #ccc;
	border-bottom-width: 2px;
	padding: 5px 0;
}

.select2 .select2-selection--single .select2-selection__rendered {
	outline: none;
}

.select2 .select2-selection--multiple {
	border: 0 solid #ccc !important;
	border-bottom-width: 2px !important;
	border-radius: 0;
}

.select2 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
	font-size: 14px;
	line-height: 1.2;
	border: none;
	border-radius: 0;
	background-color: #333;
	color: #fff;
	margin-top: 0;
	margin-bottom: 5px;
	padding: 5px 10px;
}

.select2 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice__remove {
	color: #fff;
	margin-right: 5px;
}

.select2 .select2-selection--multiple .select2-selection__rendered .select2-search--inline {
	display: none;
}

.select2-dropdown {
	border-radius: 0;
	border: 1px solid #eee;
	box-sizing: border-box;
	display: block;
	box-shadow: -2px 2px 80px -27px rgba(0, 0, 0, 0.3);
}

.select2-dropdown .select2-search--dropdown {
	padding: 10px 10px;
}

.select2-dropdown .select2-search--dropdown .select2-search__field {
	border-color: #ededed;
}

.select2-dropdown .select2-results__option {
	position: relative;
	padding: 10px 15px;
}

.select2-dropdown .select2-results__option[aria-selected=true] {
	background-color: transparent;
	font-weight: 500;
}

.select2-dropdown .select2-results__option.select2-results__option--highlighted {
	background-color: #f7f7f7 !important;
}

/**
 * Single Navigation
 */
.single-nav-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 0;
	z-index: 1;
}

.single-nav__prev-item,
.single-nav__next-item {
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}

.single-nav__prev-item:hover .item-wrapper, .single-nav__prev-item:focus .item-wrapper,
.single-nav__next-item:hover .item-wrapper,
.single-nav__next-item:focus .item-wrapper {
	opacity: 1;
	visibility: visible;
}

.single-nav__prev-item:hover > a, .single-nav__prev-item:focus > a,
.single-nav__next-item:hover > a,
.single-nav__next-item:focus > a {
	color: #333;
}

.single-nav__prev-item > a,
.single-nav__next-item > a {
	font-size: 34px;
	color: #ababab;
}

.single-nav__prev-item .item-wrapper,
.single-nav__next-item .item-wrapper {
	display: none;
	position: absolute;
	top: 120%;
	min-width: 250px;
	text-align: left;
	opacity: 0;
	visibility: hidden;
	padding: 10px;
	background-color: #fff;
	box-shadow: -2px 2px 81px -20px rgba(0, 0, 0, 0.3);
}

.single-nav__prev-item .item-wrapper div,
.single-nav__next-item .item-wrapper div {
	display: table-cell;
	vertical-align: top;
	line-height: 1;
}

.single-nav__prev-item .item-wrapper div.thumbnail,
.single-nav__next-item .item-wrapper div.thumbnail {
	width: 70px;
	padding-right: 10px;
}

.single-nav__prev-item .item-wrapper a.title,
.single-nav__next-item .item-wrapper a.title {
	font-size: 16px;
	line-height: 1.5;
	display: block;
}

.single-nav__prev-item .item-wrapper span.meta-date,
.single-nav__next-item .item-wrapper span.meta-date {
	display: block;
	font-size: 12px;
	margin-top: 10px;
	color: #ababab;
}

.single-nav__prev-item .item-wrapper span.meta-date:before,
.single-nav__next-item .item-wrapper span.meta-date:before {
	margin-right: 5px;
	content: "";
}

.single-nav__prev-item .item-wrapper span.price,
.single-nav__next-item .item-wrapper span.price {
	display: block;
	font-size: 14px !important;
	margin-bottom: 0 !important;
}

.single-nav__prev-item .item-wrapper span.price del,
.single-nav__next-item .item-wrapper span.price del {
	margin-right: 5px !important;
}

.single-nav__prev-item {
	margin-right: 5px;
}

.single-nav__prev-item .item-wrapper {
	left: 20px;
}

.product-layout-fullwidth .single-nav__prev-item .item-wrapper {
	left: -220px;
}

.single-nav__prev-item:hover .item-wrapper {
	left: 0;
}

.product-layout-fullwidth .single-nav__prev-item:hover .item-wrapper {
	left: -200px;
}

.single-nav__next-item {
	margin-left: 5px;
}

.single-nav__next-item .item-wrapper {
	right: 20px;
}

.single-nav__next-item:hover .item-wrapper {
	right: 0;
}

.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-hover-top .menu > ul > li > a:after,
.site-menu.menu-hover-top .menu > li > a:after {
	top: -25px;
	bottom: auto;
}

.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;
	vertical-align: top;
	font-size: 16px;
}

.site-menu .menu > ul > li > a,
.site-menu .menu > li > a {
	position: relative;
	display: inline-block;
	line-height: 1.5;
	padding: 0 25px;
	font-weight: 500;
}

.site-menu .menu > ul > li > a > i,
.site-menu .menu > li > a > i {
	margin-right: 10px;
}

.site-menu .menu > ul > li span.menu-item-text,
.site-menu .menu > li span.menu-item-text {
	position: relative;
}

.site-menu .menu > ul > li span.menu-item-text:after,
.site-menu .menu > li span.menu-item-text:after {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 1px;
	transition: transform 0.5s cubic-bezier(0.8, 0, 0.2, 1);
	transform: scale3d(0, 1, 1);
	transform-origin: 100% 50%;
}

.site-menu .menu li.page_item:hover span.menu-item-text:after,
.site-menu .menu li.menu-item:hover span.menu-item-text:after {
	transform: scale3d(1, 1, 1);
	transform-origin: 0% 50%;
}

.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 {
	display: block;
}

.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: 10px;
	opacity: .6;
	transform: translateY(-50%);
	content: "";
}

.site-menu .menu li.current_page_item > a:after,
.site-menu .menu li.current-menu-item > a:after {
	transform: scale3d(1, 1, 1);
	transform-origin: 0% 50%;
}

.site-menu .menu > ul > li .children,
.site-menu .menu > li .sub-menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 25px;
	width: 100%;
	min-width: 280px;
	background-color: #fff;
	box-shadow: -2px 2px 81px -20px rgba(0, 0, 0, 0.3);
	list-style: none;
	text-align: left;
	animation-duration: .6s;
	transition: left .5s ease, right .5s ease;
	margin: 0;
	padding: 10px 0;
	z-index: 999;
}

.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: 30px;
	color: #ababab;
	font-size: 16px;
	background-color: transparent !important;
	margin: -1px;
	transform: translateY(-50%);
	content: "";
}

.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: "";
}

.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 a,
.site-menu .menu > li .sub-menu li.menu-item a {
	display: block;
	font-size: 16px;
	padding: 12px 30px;
	letter-spacing: 0;
}

.site-menu .menu > ul > li .children li.page_item span.menu-item-text,
.site-menu .menu > li .sub-menu li.menu-item span.menu-item-text {
	line-height: 1.3;
}

.site-menu .menu > ul > li .children li.page_item span.menu-item-text:after,
.site-menu .menu > li .sub-menu li.menu-item span.menu-item-text:after {
	content: '';
	display: block;
	background-color: #333;
	width: 100%;
	height: 1px;
	opacity: 0;
	transition: opacity .5s ease;
}

.site-menu .menu > ul > li .children li.page_item span.menu-item-text:hover,
.site-menu .menu > li .sub-menu li.menu-item span.menu-item-text:hover {
	color: #333;
}

.site-menu .menu > ul > li .children li.page_item span.menu-item-text:hover:after,
.site-menu .menu > li .sub-menu li.menu-item span.menu-item-text:hover:after {
	opacity: .2;
}

.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: 100%;
	margin-top: -10px;
}

.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: 100%;
	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: "";
}

.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-item-tag {
	font-size: 10px;
	line-height: 1.2;
	letter-spacing: .05em;
	text-transform: lowercase;
	position: absolute;
	top: -20px;
	right: -25px;
	min-width: 35px;
	min-height: 16px;
	text-align: center;
	padding: 3px;
}

.site-menu .menu-item-tag:after {
	content: '';
	display: block;
	position: absolute;
	bottom: -7px;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 7px 0 0;
	border-color: transparent transparent transparent transparent;
	transform: translateX(-50%);
}

.site-header.header-split .site-menu {
	text-align: center;
	opacity: 0;
	transition: opacity .5s ease;
}

.site-header.header-split .site-menu.menu-calculated {
	opacity: 1;
}

.site-header.header-menu-bottom .site-menu {
	width: 100%;
}

.site-header.header-menu-bottom .site-menu .menu > ul > li,
.site-header.header-menu-bottom .site-menu .menu > li {
	height: auto !important;
	line-height: 1 !important;
	padding: 25px 0;
	letter-spacing: 1.5px;
}

.site-header.header-menu-bottom .site-menu > div {
	display: inline-block;
	vertical-align: middle;
}

.site-header.header-vertical-full .site-menu {
	display: block;
}

.site-header.header-vertical.header-scheme--dark .menu-item-text {
	color: #fff !important;
}

.site-header.header-vertical.header-scheme--dark li.menu-item a {
	color: #fff !important;
}

.site-menu.menu-style-separator .menu > li:after {
	content: '';
	display: inherit;
	height: 1px;
	width: 30px;
	background-color: #ccc;
}

.site-menu.menu-style-separator .menu > li:last-of-type:after {
	display: none;
}

.site-menu.menu-style-separator .menu > li.menu-item-has-children > a:before {
	right: 28px;
}

.site-menu.menu-style-separator .menu > li > a {
	padding: 0 40px;
}

.site-menu.menu-style-separator .menu > li .sub-menu {
	left: 40px;
}

.site-menu .menu > li.mega-menu .sub-menu {
	padding: 0;
	box-shadow: -2px 2px 81px -27px rgba(0, 0, 0, 0.3);
}

.site-menu .menu > li.mega-menu .sub-menu li.menu-item {
	overflow: visible;
}

.site-menu .menu > li.mega-menu .sub-menu li.menu-item a {
	display: inline-block;
	padding: 0;
	letter-spacing: 0;
	line-height: 1.3;
}

.site-menu .menu > li.mega-menu .sub-menu li.menu-item a:after {
	content: '';
	display: block;
	background-color: #333;
	width: 100%;
	height: 1px;
	opacity: 0;
	transition: opacity .5s ease;
}

.site-menu .menu > li.mega-menu .sub-menu li.menu-item a:hover {
	color: #333;
}

.site-menu .menu > li.mega-menu .sub-menu li.menu-item a:hover:after {
	opacity: .2;
}

.site-menu .menu > li.mega-menu .sub-menu .has-line {
	position: relative;
}

.site-menu .menu > li.mega-menu .sub-menu .has-line:after {
	position: absolute;
	display: block;
	content: '';
	width: 1px;
	height: 100%;
	top: 0;
	right: 20px;
	background-color: #e7e7e7;
}

.site-menu .menu > li.mega-menu.menu-item-home li.menu-item {
	overflow: visible;
}

.social-links {
	font-size: 0;
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.social-links li {
	display: inline-block;
	vertical-align: middle;
}

.social-links li a {
	position: relative;
	display: inline-block;
	font-size: 0;
}

.site-footer .social-links li a {
	vertical-align: middle;
}

.social-links li a:hover:after {
	display: none;
}

.social-links li i {
	vertical-align: middle;
	text-align: center;
	font-size: 16px;
	width: 20px;
}

.social-links .title {
	font-size: 16px;
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	padding-left: 15px;
}

.topbar .social-links li {
	padding: 0 5px;
}

.topbar .social-links li:first-child {
	padding-left: 0;
}

.topbar .social-links li:last-child {
	padding-right: 0;
}

.topbar .social-links li:before, .topbar .social-links li:after,
.topbar .social-links li span.title {
	display: none;
}

.topbar .social-links li:hover {
	transform: translateY(-5px);
}

.topbar.topbar-switchers-right .social-links li:last-child:after {
	display: block;
}

.site-mobile-menu .social-links {
	padding: 0 20px;
	margin-top: 40px;
}

.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 span.title {
	line-height: 30px;
	margin-left: 5px;
	margin-right: 0;
	padding-right: 0;
}

.site-mobile-menu .social-links .title {
	display: none;
}

.site-header .content-social .social-links li {
	margin-right: 20px;
}

.site-header .content-social .social-links li i {
	font-size: 14px;
}

.site-header .content-social .social-links li:before, .site-header .content-social .social-links li:after,
.site-header .content-social .social-links li span.title {
	display: none;
}

.site-footer .social-links li {
	display: block;
	vertical-align: top;
}

.site-footer .social-links li:before, .site-footer .social-links li:after {
	display: none;
}

.site-footer .social-links li > a:after {
	display: none;
}

.social-links--large li i {
	font-size: 18px;
}

.social-links--large li + li {
	margin-left: 18px;
}

.post .post-share-buttons {
	display: inline-block;
}

.post .post-share-buttons a {
	padding: 0 5px;
}

.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 {
	position: relative;
}

.switcher-menu:after {
	content: '';
	height: 15px;
	width: 1px;
	background-color: #d8d8d8;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.switcher-menu:nth-of-type(2n):after {
	display: none;
}

.switcher-menu ul {
	padding-left: 0;
	list-style: none;
}

.switcher-menu ul > li:after {
	display: none;
}

/* Switcher Widget */
.switcher {
	/* Drop down style */
	/* List style */
}

.switcher.loading .nice-select:after {
	top: 15%;
	right: 5px;
	content: url(assets/images/loading.svg) !important;
	background-color: transparent !important;
	transform: scale(0.7);
}

.switcher select {
	display: none;
}

.switcher:first-child .nice-select {
	margin-right: 20px;
}

.switcher:first-child .nice-select:before {
	content: '';
	height: 15px;
	width: 1px;
	background-color: #d8d8d8;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.switcher .nice-select {
	border: none;
	border-radius: 0;
	background-color: transparent;
}

.switcher .nice-select:after {
	right: 18px;
	opacity: .6;
	color: currentColor;
}

.switcher .nice-select img {
	margin-right: 5px;
	max-width: 16px;
	vertical-align: -1px;
}

.switcher .nice-select .list {
	top: 120%;
	width: 100%;
	box-shadow: 0 5px 35px -10px rgba(0, 0, 0, 0.3);
	transition-duration: .5s;
	z-index: 999;
	margin-top: 0;
}

.switcher .nice-select.open .list {
	top: 100%;
}

.switcher .menu {
	border-right: 1px solid #eee;
}

.switcher .menu > li {
	border-right-width: 0;
}

.switcher .menu > li img {
	margin-right: 5px;
	vertical-align: 0;
}

.topbar-text:before {
	display: none !important;
}

.topbar.topbar-switchers-left .switcher-menu:first-of-type li:first-of-type {
	padding-left: 0;
}

.topbar.topbar-switchers-right .switcher-menu:first-of-type:after {
	display: none;
}

.topbar.topbar-switchers-right .switcher-menu:first-of-type .menu > li {
	padding-right: 0;
}

.topbar.topbar-switchers-right .switcher:first-child .nice-select:after {
	display: none;
}

.site-header .content-switchers .switcher-menu {
	display: inline-block;
	vertical-align: middle;
}

.site-header .content-switchers .switcher {
	display: inline-block;
	vertical-align: middle;
}

.site-header .content-switchers .switcher .menu li {
	padding-right: 20px;
	padding-left: 20px;
}

.site-header .content-switchers .switcher .menu li:first-child {
	padding-left: 0;
}

.site-header .content-switchers .switcher .nice-select {
	position: relative;
	border-right: none;
}

.site-header .content-switchers .switcher .nice-select:before {
	content: '';
	position: absolute;
	display: block;
	top: 50%;
	right: -10px;
	height: 15px;
	width: 1px;
	background-color: #e0e0e0;
	transform: translateY(-50%);
}

.site-header .content-switchers .switcher:last-child .nice-select {
	padding-left: 25px;
}

.site-header .content-switchers .switcher:last-child .nice-select:before {
	display: none;
}

.topbar {
	position: relative;
	font-size: 16px;
	min-height: 44px;
	border-bottom: 1px solid #dedede;
}

.topbar.closed {
	transform: translateY(-100%);
}

.topbar.closed + .topbar-open-btn {
	opacity: 1;
	visibility: visible;
}

.topbar .topbar-text {
	position: relative;
	font-size: 16px;
}

.topbar .topbar-text:before {
	content: '';
	height: 15px;
	width: 1px;
	background-color: #d8d8d8;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.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 .topbar-text a {
	text-decoration: underline;
}

.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:after {
	content: '';
	height: 15px;
	width: 1px;
	background-color: #d8d8d8;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.topbar .menu li {
	font-size: 16px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	padding: 0 15px;
}

.topbar .menu li.menu-item-has-children > a:after {
	opacity: .6;
	font-size: 12px;
	margin-left: 5px;
	content: "";
}

.topbar .menu li:hover > .sub-menu {
	top: 100%;
	visibility: visible;
	opacity: 1;
	z-index: 999;
}

.topbar .menu li > a {
	display: block;
}

.topbar .menu li > a > i {
	margin-right: 10px;
}

.topbar .menu li .sub-menu {
	position: absolute;
	top: 120%;
	left: 0;
	visibility: hidden;
	margin: 0;
	padding: 0;
	min-width: 150px;
	background-color: #fff;
	box-shadow: -1px 10px 80px -15px rgba(0, 0, 0, 0.3);
	opacity: 0;
	z-index: 0;
	transition: top .5s ease-in-out, visibility .5s ease-in-out, opacity .5s ease-in-out, z-index .6s ease-in-out;
}

.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-menu li:first-child {
	padding-left: 0 !important;
}

.topbar .topbar-left > div, .topbar .topbar-left > ul {
	float: left;
}

.topbar .topbar-left.text-xs-center > div, .topbar .topbar-left.learts-icon-box.center > div {
	float: none;
	display: inline-block;
	vertical-align: top;
}

.topbar .topbar-right > div, .topbar .topbar-right > ul {
	float: right;
}

.topbar .topbar-right .topbar-menu .menu li:last-of-type {
	padding-right: 0;
}

.topbar .topbar-right .topbar-menu .menu li:last-of-type:after {
	display: none;
}

.topbar .topbar-right .social-links + .topbar-menu {
	padding-right: 15px;
}

.topbar .topbar-right .social-links + .topbar-menu .menu li:last-of-type {
	padding-right: 20px;
}

.topbar .topbar-right .social-links + .topbar-menu .menu li:last-of-type:after {
	display: inline-block;
}

.header-overlap .topbar {
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 1001;
	background-color: transparent !important;
}

.topbar.topbar-switchers-right .menu li .sub-menu {
	left: auto;
	right: 0;
}

.topbar-close-btn,
.topbar-open-btn {
	display: inline-block;
	font-size: 0;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
}

.topbar-close-btn:before {
	display: inline-block;
	font-size: 30px;
	content: "";
}

.topbar-open-btn {
	opacity: 0;
	visibility: hidden;
	right: 15px;
	z-index: 999;
}

.topbar-open-btn i {
	font-size: 16px;
}

.topbar.topbar-scheme--light {
	background-color: #fff;
}

.topbar.topbar-scheme--light .topbar-text a i,
.topbar.topbar-scheme--light .topbar-menu > .menu > li > a:hover,
.topbar.topbar-scheme--light .switcher-menu > .menu > li > a:hover,
.topbar.topbar-scheme--light .switcher .nice-select .list > li:hover,
.topbar.topbar-scheme--light .switcher > .menu > li > a:hover {
	color: #333;
}

.topbar.topbar-scheme--dark {
	color: #fff;
	background-color: #333;
	border-color: #333;
}

.topbar.topbar-scheme--dark .switcher-menu:after,
.topbar.topbar-scheme--dark .menu > li:after {
	background-color: #696969;
}

.topbar.topbar-scheme--dark .social-links a i,
.topbar.topbar-scheme--dark .topbar-menu > .menu > li > a,
.topbar.topbar-scheme--dark .topbar-text a,
.topbar.topbar-scheme--dark .switcher-menu > .menu > li > a,
.topbar.topbar-scheme--dark .switcher .nice-select .list > li,
.topbar.topbar-scheme--dark .switcher > .menu > li > a {
	color: #fff;
}

.topbar.topbar-scheme--dark a.topbar-close-btn {
	color: #fff;
}

.topbar.topbar-text-menu-switchers .menu > li:after,
.topbar.topbar-switchers-right .menu > li:after {
	display: block !important;
}

.topbar.topbar-text-menu-switchers #topbar-menu > li:last-of-type,
.topbar.topbar-switchers-right #topbar-menu > li:last-of-type {
	padding-right: 15px !important;
}

.topbar.topbar-text-menu-switchers .currency-switcher-menu li,
.topbar.topbar-switchers-right .currency-switcher-menu li {
	padding-right: 0 !important;
}

.topbar.topbar-text-menu-switchers .currency-switcher-menu li:after,
.topbar.topbar-text-menu-switchers .switcher-menu:after,
.topbar.topbar-switchers-right .currency-switcher-menu li:after,
.topbar.topbar-switchers-right .switcher-menu:after {
	display: none !important;
}

.topbar.topbar-text-menu-switchers .topbar-text,
.topbar.topbar-switchers-right .topbar-text {
	text-align: left;
}

.topbar.topbar-menu-text-switchers .topbar-text {
	text-align: center;
}

.topbar.topbar-menu-text-switchers #topbar-menu > li:last-of-type:after {
	display: none;
}

.topbar.topbar-menu-text-switchers .language-switcher-menu:after {
	display: block !important;
}

.topbar.topbar-menu-text-switchers .currency-switcher-menu:after {
	display: none;
}

.topbar.topbar-menu-text-switchers .currency-switcher-menu li {
	padding-right: 0;
}

.widget {
	margin: 0 0 30px;
	padding-bottom: 15px;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

.widget ul {
	margin: 0;
	padding: 0;
}

.widget li {
	font-size: 16px;
	word-wrap: break-word;
	margin: 0;
	padding: 10px 0;
	list-style: none;
}

.widget li:first-of-type {
	padding-top: 0;
}

.widget li > a {
	display: inline-block;
	color: #999;
	line-height: 1.3;
}

.widget li > a:after {
	content: '';
	display: block;
	background-color: #333;
	width: 100%;
	height: 1px;
	opacity: 0;
	transition: opacity .5s ease;
}

.widget li > a:hover {
	color: #333;
}

.widget li > a:hover:after {
	opacity: .2;
}

.widget li > a:hover {
	color: #333;
}

.widget li ul.children,
.widget li ul.sub-menu {
	padding-left: 1em;
	margin-top: 15px;
	margin-bottom: -10px;
}

.site-footer .widget {
	border-bottom: none;
	margin-bottom: 30px;
	padding-bottom: 0;
}

.filters-area .widget {
	border-bottom: none;
	margin-bottom: 0;
}

.active-filters .widget {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.site-header .widget {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.offcanvas-sidebar .widget {
	border-bottom: none;
}

.widget-title {
	font-size: 24px;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 30px;
	text-transform: none;
}

.filters-area .widget-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}

.site-footer .widget-title {
	font-size: 14px;
	letter-spacing: 1px;
	font-weight: 600;
}

.widget_calendar thead th {
	color: #333;
}

.widget_calendar tbody td a {
	color: #333;
	font-weight: 600;
	border-bottom: 1px dotted #7e7e7e;
}

.widget_calendar tfoot td#next {
	text-align: right;
}

.widget_recent_comments ul li.recentcomments {
	color: #333;
	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:hover button:after, .widget_search form:hover .learts-button:after,
.widget_search form:focus button:after,
.widget_search form:focus .learts-button:after,
.widget_product_search form:hover button:after,
.widget_product_search form:hover .learts-button:after,
.widget_product_search form:focus button:after,
.widget_product_search form:focus .learts-button:after {
	color: #333;
}

.widget_search input,
.widget_product_search input {
	background: transparent;
	width: 100%;
	height: 40px;
	font-size: 16px;
	line-height: 19px;
	background-clip: padding-box;
	padding-left: 0;
	padding-right: 20px;
	margin: 0;
	border: none;
	border-bottom: 2px solid #ccc;
}

.widget_search input[type='submit'],
.widget_product_search input[type='submit'] {
	display: none;
}

.widget_search button, .widget_search .learts-button,
.widget_product_search button,
.widget_product_search .learts-button {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 0;
	background-color: transparent !important;
	border: none;
	padding: 0;
}

.widget_search button:after, .widget_search .learts-button:after,
.widget_product_search button:after,
.widget_product_search .learts-button:after {
	font-size: 18px;
	line-height: 40px;
	float: right;
	color: #ababab;
	content: "";
}

.widget_search button:hover:after, .widget_search .learts-button:hover:after,
.widget_product_search button:hover:after,
.widget_product_search .learts-button:hover:after {
	color: #333;
}

.widget_tag_cloud .tagcloud {
	font-size: 0;
}

.widget_tag_cloud .tagcloud li {
	display: inline-block;
}

.widget_tag_cloud .tagcloud li:last-child a {
	margin-right: 0;
}

.widget_tag_cloud .tagcloud li:after {
	display: inline-block;
	content: '/';
	color: #999;
	margin: 0 5px;
}

.widget_tag_cloud .tagcloud li:last-child:after {
	display: none;
}

.widget_tag_cloud .tagcloud a {
	position: relative;
	color: #999;
	font-size: 18px !important;
	letter-spacing: 0;
	display: inline-block;
	word-wrap: break-word;
	word-break: break-all;
	padding: 0;
}

.widget_product_tag_cloud .tagcloud {
	font-size: 0;
}

.widget_product_tag_cloud .tagcloud a {
	position: relative;
	display: inline-block;
	font-size: 16px !important;
}

.widget_product_tag_cloud .tagcloud a:after {
	display: inline-block;
	content: '/';
	color: #999;
	margin: 0 8px;
}

.widget_product_tag_cloud .tagcloud a:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #333;
	height: 1px;
	width: calc(100% - 18px);
	opacity: 0;
	transition: opacity .5s ease;
}

.widget_product_tag_cloud .tagcloud a:hover:before {
	opacity: .2;
}

.widget_categories ul li {
	padding: 8px 0;
}

.widget_categories ul li:hover > a,
.widget_categories ul li:hover > .count {
	color: #333;
}

.widget_categories .count {
	float: right;
	color: #ababab;
}

.widget_product_categories ul li:hover > a,
.widget_product_categories ul li:hover > span.count .count,
.widget_product_categories ul li:hover > i {
	color: #333;
}

.widget_product_categories span.count {
	float: right;
	color: #ababab;
}

.widget_product_categories i {
	float: right;
	cursor: pointer;
	padding-left: 10px;
	margin-top: 3px;
	color: #ababab;
}

.widget_product_categories li.expand > i:before {
	content: '\f2f4';
}

.widget_rss {
	color: #333;
}

.widget_rss .rss-date {
	font-size: 12px;
}

.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: 14px;
	font-weight: 600;
	color: #333;
}

.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: table;
	margin-bottom: 20px;
	padding-bottom: 20px;
	min-height: 100px;
	width: 100%;
	border-bottom: 1px solid #eee;
}

.widget_shopping_cart .mini_cart_item:last-of-type {
	padding-bottom: 0;
	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 .remove {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 1;
	padding: 0;
}

.widget_shopping_cart .remove:hover {
	color: #f00;
}

.widget_shopping_cart .minicart_item_product_image {
	display: table-cell;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	width: 90px;
	vertical-align: top;
}

.widget_shopping_cart .minicart_item_right {
	display: table-cell;
	vertical-align: top;
}

.widget_shopping_cart .minicart_item_details {
	position: relative;
	font-size: 0;
}

.widget_shopping_cart .minicart_item_details .quantity {
	font-size: 12px;
}

.widget_shopping_cart .product-title {
	font-size: 16px;
	width: 90%;
	margin-top: 0;
	margin-bottom: 5px;
}

.widget_shopping_cart .product-title a {
	font-weight: 400;
}

.widget_shopping_cart .product-title span {
	display: block;
	font-size: 14px;
	line-height: 18px;
	color: #ababab;
	margin: 10px 0;
}

.widget_shopping_cart .woocommerce-mini-cart__total {
	margin-top: 10px;
	margin-bottom: 20px;
	padding-top: 10px;
	padding-bottom: 8px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.widget_shopping_cart .woocommerce-mini-cart__total strong {
	font-size: 16px;
	font-weight: 600;
	color: #333;
}

.widget_shopping_cart .woocommerce-mini-cart__total .amount {
	float: right;
	font-size: 16px;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons .button {
	display: block;
	margin-bottom: 15px;
	padding: 5px 10px;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: .1em;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons .checkout {
	margin-bottom: 0;
}

.widget_shopping_cart .woocommerce-mini-cart__buttons .checkout:hover {
	color: #fff;
}

.product_list_widget .product {
	clear: both;
	display: table;
	width: 100%;
	border-bottom: 1px solid #eee;
	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: 18px;
}

.product_list_widget .product-price {
	display: block;
	font-size: 14px;
	line-height: 1.7;
	font-weight: 700;
	color: #333;
}

.product_list_widget .product-price del {
	font-size: .875em;
	font-weight: 600;
	margin-right: 5px;
}

.site-footer .product_list_widget .product-thumb {
	width: 50px;
}

.widget_price_filter input[type="text"] {
	display: none;
}

.widget_price_filter .price_label {
	font-size: 14px;
	font-weight: 500;
}

.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;
	font-size: 14px;
	font-weight: 600;
	background-color: transparent;
	border: none;
	padding: 0;
	color: #333;
}

.widget_price_filter .price_slider_amount .button:before {
	margin-right: 5px;
	content: "";
}

.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
	margin-right: .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: -.3em;
	background-color: #333;
}

.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	background-color: #333;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: #eee;
	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 {
	border-bottom: 1px solid #eee;
	padding-top: 0;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.widget_recent_reviews .product_list_widget li:last-of-type {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.widget_recent_reviews .product_list_widget li:after {
	content: '';
	display: table;
	clear: both;
}

.widget_recent_reviews .product_list_widget li > a {
	display: block;
}

.widget_recent_reviews .product_list_widget li > a:after {
	display: none;
}

.widget_recent_reviews .product_list_widget li > a > img {
	float: left;
	width: 100px;
	padding-right: 10px;
}

.widget_recent_reviews .product_list_widget li .reviewer {
	display: block;
}

.widget_layered_nav li:hover a,
.widget_layered_nav li:hover .count,
.widget_layered_nav li.chosen a,
.widget_layered_nav li.chosen .count {
	color: #333;
}

.widget_layered_nav li .count {
	font-size: 16px;
	color: #bbb;
	float: right;
}

.widget_layered_nav .woocommerce-widget-layered-nav-dropdown__submit {
	font-weight: 600;
	background-color: transparent;
	border: none;
	padding: 0;
	color: #333;
}

.widget_layered_nav .woocommerce-widget-layered-nav-dropdown__submit:before {
	margin-right: 5px;
	content: "";
}

.widget_layered_nav_filters ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin-right: 15px;
	margin-bottom: 10px;
}

.widget_layered_nav_filters ul li > a {
	color: #333;
	font-size: 14px;
	font-weight: 500;
	padding: 0;
}

.widget_layered_nav_filters ul li > a:before {
	display: inline-block;
	vertical-align: baseline;
	font-size: 10px;
	color: #ababab;
	margin-right: 5px;
	content: "";
}

.active-filters .widget_layered_nav_filters ul li {
	margin-bottom: 5px;
}

.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_tm_contact_info .social-links li a {
	padding: 0;
}

.widget_tm_recent_posts .recent-post {
	display: table;
	padding-top: 0;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #e7e7e7;
}

.widget_tm_recent_posts .recent-post:last-of-type {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.widget_tm_recent_posts .recent-post__thumb {
	display: table-cell;
	vertical-align: top;
	width: 120px;
	padding-right: 20px;
}

.widget_tm_recent_posts .recent-post__info {
	display: table-cell;
	vertical-align: top;
}

.widget_tm_recent_posts .recent-post__info .title {
	font-size: 16px;
	line-height: 1.6;
	margin-top: 0;
	margin-bottom: 10px;
}

.widget_tm_recent_posts .recent-post__info .post-meta {
	font-size: 14px;
}

.widget_tm_layered_nav a.filter-pseudo-link {
	display: none;
}

.widget_tm_layered_nav a:after {
	display: none !important;
}

.widget_tm_layered_nav ul li {
	line-height: 1.5;
}

.widget_tm_layered_nav ul li.swatch-color a:hover span.filter-swatch,
.widget_tm_layered_nav ul li.swatch-color.chosen span.filter-swatch,
.widget_tm_layered_nav ul li.swatch-image a:hover img,
.widget_tm_layered_nav ul li.swatch-image.chosen img {
	box-shadow: 0 0 0 2px #fff, 0 0 0 3px rgba(0, 0, 0, 0.3);
}

.widget_tm_layered_nav ul li.chosen a,
.widget_tm_layered_nav ul li.chosen .count {
	color: #333;
}

.widget_tm_layered_nav ul li.swatch-color .filter-swatch {
	display: inline-block;
	vertical-align: top;
	height: 18px;
	width: 18px;
	line-height: 18px;
	border-radius: 100%;
	border: 1px solid #e6e6e6;
}

.widget_tm_layered_nav ul li.swatch-color .filter-swatch + .term-name {
	width: calc(100% - 26px);
	white-space: nowrap;
	margin-left: 10px;
}

.widget_tm_layered_nav ul li.swatch-image img {
	height: 20px;
	width: 20px;
	border-radius: 100%;
}

.widget_tm_layered_nav ul li.swatch-image img + .term-name {
	margin-left: 10px;
}

.widget_tm_layered_nav ul .count {
	font-size: 16px;
	color: #bbb;
}

.widget_tm_layered_nav ul.show-labels-on li:hover a, .widget_tm_layered_nav ul.show-labels-on li:hover .count, .widget_tm_layered_nav ul.show-labels-on li.chosen a, .widget_tm_layered_nav ul.show-labels-on li.chosen .count {
	color: #333;
}

.widget_tm_layered_nav ul.show-labels-on li a {
	font-size: 16px;
	color: #ccc;
	z-index: 1;
}

.widget_tm_layered_nav ul.show-labels-on li.swatch-color .filter-swatch:before,
.widget_tm_layered_nav ul.show-labels-on li.swatch-color .filter-swatch:after {
	display: none;
}

.widget_tm_layered_nav ul.show-labels-off li .term-name {
	display: none;
}

.widget_tm_layered_nav ul.show-display-list li.swatch-color span.filter-swatch,
.widget_tm_layered_nav ul.show-display-list li.swatch-image img {
	box-shadow: none !important;
}

.widget_tm_layered_nav ul.show-display-list .count {
	float: right;
}

.widget_tm_layered_nav ul.show-display-inline li {
	display: inline-block;
	vertical-align: top;
	border-bottom: none;
	margin-right: 30px;
	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;
}

.widget_tm_layered_nav ul.show-display-inline li.swatch-color,
.widget_tm_layered_nav ul.show-display-inline li.swatch-image,
.widget_tm_layered_nav ul.show-display-inline li.swatch-html {
	margin-right: 20px;
}

.filter-widgets .widget_tm_layered_nav ul {
	max-height: 200px;
}

.widget_tm_sorting a {
	position: relative;
}

.widget_tm_sorting a:hover, .widget_tm_sorting a.selected-order {
	color: #333;
}

.widget_tm_sorting a:after {
	opacity: 1 !important;
	transition: transform .5s ease !important;
}

.widget_tm_sorting a:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #333;
	transition: transform .5s ease;
	transform: scale3d(0, 1, 1);
	transform-origin: 100% 50%;
	transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
}

.widget_tm_sorting a:hover:after {
	transform: scale3d(1, 1, 1);
	transform-origin: 0% 50%;
}

.widget_tm_sorting a.selected-order:after:after {
	transform: scale3d(1, 1, 1);
	transform-origin: 0% 50%;
}

.widget_tm_price_filter ul li a {
	color: #999;
	position: relative;
}

.widget_tm_price_filter ul li a:hover, .widget_tm_price_filter ul li a.current-state {
	color: #333;
}

.widget_tm_price_filter ul li a:after {
	opacity: 1 !important;
	transition: transform .5s ease !important;
}

.widget_tm_price_filter ul li a:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #333;
	transition: transform .5s ease;
	transform: scale3d(0, 1, 1);
	transform-origin: 100% 50%;
	transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
}

.widget_tm_price_filter ul li a:hover:after {
	transform: scale3d(1, 1, 1);
	transform-origin: 0% 50%;
}

.widget_tm_price_filter a.current-state:after:after {
	transform: scale3d(1, 1, 1);
	transform-origin: 0% 50%;
}

.yith-woocompare-widget .products-list li {
	margin-bottom: 10px;
	padding-bottom: 10px !important;
	border-bottom-color: #eee !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: "";
}

.yith-woocompare-widget .products-list li a.remove:hover:before {
	color: red;
}

.yith-woocompare-widget a.compare {
	line-height: initial;
	font-weight: 500;
	color: #333;
	background-color: transparent !important;
	border: none;
	padding: 0;
}

.yith-woocompare-widget a.compare:before {
	margin-right: 5px;
	content: "";
}

.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 #fff, 0 0 0 4px #aaa;
}

.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: #666;
	font-size: 14px !important;
	line-height: 1.6;
	display: inline-block;
	word-wrap: break-word;
	word-break: break-all;
	background-color: #fff;
	border: 1px solid #eee;
	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: #fff !important;
}

.site-header.real-header .cat-menu-wrapper .menu-item {
	opacity: 0 !important;
	visibility: hidden !important;
}

.header-wishlist {
	position: relative;
	margin-right: 25px;
}

.header-wishlist > a.toggle {
	font-size: 20px;
	position: relative;
	display: inline-block;
	vertical-align: middle;
}

.header-wishlist > a.toggle .wishlist-count {
	position: absolute;
	top: 0;
	left: 15px;
	height: 16px;
	min-width: 16px;
	line-height: 13px;
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	z-index: 1;
	border: .5px solid transparent;
	border-radius: 14px;
	padding: 0 3px;
}

.header-wishlist .wishlist-dropdown-wrapper {
	font-size: 16px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	display: block;
	overflow: hidden;
	width: 270px;
	height: 100vh;
	box-shadow: none;
	background-color: #fff;
	transform: translate3d(-100%, 0, 0);
	transition: transform .5s ease;
}

.header-wishlist .wishlist-dropdown-wrapper.loading:before {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	content: url(assets/images/loading.svg);
	transform: translate(-50%, -50%);
}

.header-wishlist .wishlist-dropdown-wrapper.loading:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 0;
	background-color: #fff;
	content: '';
	opacity: .9;
}

.header-wishlist.wishlist-open .wishlist-dropdown-wrapper {
	transform: translate3d(0, 0, 0);
}

.header-wishlist .widget_wishlist_title {
	font-size: 18px;
	font-weight: 500;
	color: #333;
	border-bottom: 1px solid #eee;
	padding-bottom: 5px;
}

.header-wishlist .widget_wishlist_title .undo {
	float: right;
	text-transform: none;
	font-weight: 400;
	font-size: 11px;
	opacity: 0;
	visibility: hidden;
	margin-top: 5px;
	margin-right: 15px;
}

.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-btn {
	float: right;
	font-size: 0;
	color: #333;
	position: relative;
	height: 20px;
	width: 20px;
	line-height: 20px;
	display: inline-block;
}

.header-wishlist .widget_wishlist_title .close-btn:before, .header-wishlist .widget_wishlist_title .close-btn:after {
	transform: rotate(-45deg);
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -10px;
	display: block;
	height: 2px;
	width: 20px;
	background-color: #333;
	transition: all 0.25s ease-out;
}

.header-wishlist .widget_wishlist_title .close-btn:after {
	transform: rotate(-135deg);
}

.header-wishlist .widget_wishlist_title .close-btn:hover:before, .header-wishlist .widget_wishlist_title .close-btn:hover:after {
	transform: rotate(0deg);
}

.header-wishlist .widget_wishlist_content {
	padding: 20px;
}

.header-wishlist .wishlist_items.product_list_widget {
	margin: 0 -10px;
	padding: 0 10px;
	max-height: 74vh;
	list-style: none;
}

.header-wishlist .wishlist_items.product_list_widget .learts-product-buttons {
	display: none;
}

.header-wishlist .wishlist_item {
	position: relative;
	display: table;
	margin-bottom: 20px;
	min-height: 100px;
	width: 100%;
	border-bottom: 1px solid #eee;
}

.header-wishlist .wishlist_item:last-of-type {
	margin-bottom: 0;
}

.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;
	vertical-align: top;
}

.header-wishlist .wishlist_item_right {
	display: table-cell;
	vertical-align: top;
}

.header-wishlist .remove {
	position: absolute;
	top: 0;
	right: 0;
	line-height: 1;
	padding: 0;
}

.header-wishlist .remove:hover {
	color: #f00;
}

.header-wishlist .product-title {
	font-size: 16px;
	width: 90%;
	margin-top: 0;
	margin-bottom: 5px;
}

.header-wishlist .product-title a {
	font-weight: 400;
}

.header-wishlist .amount {
	font-size: 14px;
	font-weight: 600;
	color: #333;
}

.header-wishlist del .amount {
	font-size: .8em;
	font-weight: 400;
	color: #7e7e7e;
}

.header-wishlist .button {
	display: block;
	margin-top: 30px;
}

.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: 14px;
	text-transform: none;
	letter-spacing: 0;
	background: none !important;
	border: none;
	margin-top: 5px;
	padding: 0;
}

.header-wishlist .add-to-cart-btn .button:before {
	margin-right: 5px;
	content: "";
}

.header-wishlist .added_to_cart {
	display: none;
}

.header-wishlist .btn-view-wishlist {
	text-align: center;
	padding: 5px 10px;
}

.header-wishlist .outofstock {
	font-size: 12px;
	font-weight: 500;
	color: #cd5c5c;
	margin-top: 5px;
}

.yith-wcwl-add-button .blockUI.blockOverlay:before {
	display: none !important;
}

.yith-wcwl-add-to-wishlist.exists .yith-wcwl-wishlistexistsbrowse {
	display: block !important;
}

/* 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 #eee;
	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: '\f015';
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders > a:after {
	content: '\f15c';
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads > a:after {
	content: '\f33d';
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address > a:after {
	content: '\f3c5';
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods > a:after {
	content: '\f3d1';
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account > a:after {
	content: '\f007';
}

.woocommerce-account .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout > a:after {
	content: '\f2f5';
}

.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: #333;
}

.woocommerce-account .woocommerce-MyAccount-content h2 {
	font-size: 25px;
	text-transform: none;
	font-weight: 400;
}

.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: #333;
	font-size: 20px;
	text-transform: uppercase;
	letter-spacing: .1em;
	line-height: 1.5;
	width: auto;
	padding: 0 15px;
}

.woocommerce-account .description {
	text-align: center;
	font-size: 16px;
	line-height: 28px;
	padding: 0 25px;
	margin: 0 0 40px 0;
}

.woocommerce-account .woocommerce-form__label.woocommerce-form__label-for-checkbox.inline {
	text-transform: none;
	letter-spacing: 0;
	font-size: 16px;
}

.woocommerce-account .woocommerce-form.woocommerce-form-login.login input[type="text"],
.woocommerce-account .woocommerce-form.woocommerce-form-login.login input[type="password"] {
	background-color: #fff;
	line-height: 30px;
}

.woocommerce-account .woocommerce-form.woocommerce-form-login.login .form-row {
	text-align: center;
	margin: 50px 0 20px 0;
}

.woocommerce-account .woocommerce-form.woocommerce-form-login.login .woocommerce-form__label.woocommerce-form__label-for-checkbox.inline {
	display: block;
	text-align: left;
	padding: 25px 0;
}

.woocommerce-account input {
	background-color: transparent !important;
}

/* Login form */
#customer_login {
	position: relative;
	margin: 20px 0 60px;
	/* YITH social login */
}

#customer_login h2 {
	text-align: center;
	text-transform: none;
	margin-bottom: 20px;
	font-weight: 400;
	font-size: 34px;
	line-height: 48px;
	margin-top: 0;
}

#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: 60px;
	background-color: #f7f7f7;
}

#customer_login .col-2 {
	padding: 60px;
}

#customer_login .col-1,
#customer_login .col-2 {
	margin: 0 auto;
}

#customer_login label[for='rememberme'] {
	cursor: pointer;
	margin-top: 20px;
}

#customer_login .woocommerce-Button {
	text-align: center;
	width: 100%;
	max-width: 180px;
	margin: 0;
}

#customer_login .woocommerce-Button[name='register']:hover {
	opacity: .8;
}

#customer_login .button-login,
#customer_login .button-register {
	text-align: center;
}

#customer_login .button-register {
	margin-top: 50px;
}

#customer_login .wc-social-login {
	margin-bottom: 2rem;
}

#customer_login .wc-social-login .ywsl-label {
	margin-bottom: .5rem;
}

#customer_login .wc-social-login a.ywsl-social:hover img {
	opacity: .8;
}

#customer_login .woocommerce-LostPassword {
	float: none;
	text-align: left;
	margin-top: -20px;
}

/* 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: 30px;
}

form.woocommerce-ResetPassword .woocommerce-Input.woocommerce-Input--text.input-text {
	background-color: #fff;
	margin-bottom: 30px;
}

form.woocommerce-ResetPassword .woocommerce-form-row.form-row {
	width: 60%;
	margin: 0 auto;
}

form.woocommerce-ResetPassword .woocommerce-form-row.form-row.woocommerce-form-row--first {
	width: 100%;
}

form.woocommerce-ResetPassword .woocommerce-form-row.form-row .woocommerce-form-row--last {
	float: none;
	width: 100%;
}

/* Addresses */
.woocommerce-Address .title,
.addresses .title {
	margin-bottom: 20px;
}

.woocommerce-Address .title h3,
.addresses .title h3 {
	text-transform: none;
	font-size: 25px;
	font-weight: 400;
	display: inline-block;
	margin-bottom: 0;
}

.woocommerce-Address .edit,
.addresses .edit {
	font-size: 12px;
	display: inline-block;
	font-weight: 400;
	margin-left: 5px;
}

.woocommerce-MyAccount-content input[type='text'],
.woocommerce-MyAccount-content input[type='tel'],
.woocommerce-MyAccount-content input[type='email'],
.woocommerce-MyAccount-content .select2-selection.select2-selection--single {
	border: none;
}

.woocommerce-MyAccount-content h3 {
	background-color: #fff !important;
	padding-top: 0 !important;
}

.woocommerce-MyAccount-content .woocommerce-address-fields label {
	text-transform: uppercase;
	letter-spacing: 0.1em;
}

.woocommerce-MyAccount-content .woocommerce-address-fields .required {
	border: none;
}

/* 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: "";
}

/* Payment Methods */
form#add_payment_method .woocommerce-PaymentMethods {
	margin-bottom: 20px;
}

/* Account Detail */
.woocommerce-EditAccountForm.edit-account label {
	text-transform: none;
	letter-spacing: 0;
}

.woocommerce-EditAccountForm.edit-account input[type='password'],
.woocommerce-EditAccountForm.edit-account .select2-selection.select2-selection--single {
	border: none;
	border-bottom: 2px solid #e7e7e7;
}

.order-again a {
	border: none;
}

.order-again a:hover {
	background-color: #333 !important;
}

/**
 * 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: 960px;
	padding-bottom: 10px;
	margin: 30px auto 0;
}

a.show-categories-menu {
	display: none;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: .1em;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: 3px solid;
}

a.show-categories-menu:after {
	margin-left: 5px;
	content: "";
}

a.show-categories-menu.open:after {
	content: "";
}

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: 16px;
	font-weight: 500;
	letter-spacing: .1em;
	display: inline-block;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	margin: 0 20px;
	padding-bottom: 10px;
}

ul.product-categories-menu li.cat-item > a {
	position: relative;
	display: inline-block;
}

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.cat-item > a:hover:after {
	width: 100%;
}

ul.product-categories-menu li.shop-back-link a span {
	display: inline-block;
	margin-right: 5px;
	transition: transform .5s ease;
}

ul.product-categories-menu li.shop-back-link a:hover span {
	transform: translateX(-5px);
}

ul.product-categories-menu + select {
	display: none;
}

.products {
	position: relative;
}

.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-toolbar {
	border-bottom: 1px solid #d8d8d8;
	/* Order by */
	/* Product count */
	/* Column switcher */
	/* Filter button */
}

.shop-toolbar .row {
	-ms-flex-align: center;
	align-items: center;
	height: 80px;
}

.shop-toolbar ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.shop-toolbar ul > li {
	display: inline-block;
	vertical-align: middle;
}

.shop-toolbar .woocommerce-result-count {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #ababab;
	margin-bottom: 0;
}

.shop-toolbar .woocommerce-result-count span {
	color: #333;
}

.shop-toolbar .nav-filter .product-tabs li {
	margin: 0 10px;
}

.shop-toolbar .nav-filter .product-tabs li:first-child {
	margin-left: 0;
}

.shop-toolbar .nav-filter .product-tabs li.active a,
.shop-toolbar .nav-filter .product-tabs li:hover a,
.shop-toolbar .nav-filter .product-tabs li:focus a {
	color: #333;
}

.shop-toolbar .nav-filter .product-tabs a {
	color: #ababab;
	text-transform: uppercase;
	font-weight: 500;
}

.shop-toolbar .controls {
	text-align: left;
}

.shop-toolbar .toolbar-control {
	font-size: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.shop-toolbar select.orderby {
	display: none;
}

.shop-toolbar .woocommerce-ordering {
	text-align: right;
	display: inline-block;
	vertical-align: middle;
}

.shop-toolbar .nice-select {
	height: 36px;
	font-size: 16px;
}

.shop-toolbar .nice-select:after {
	right: 10px;
}

.shop-toolbar .nice-select .list {
	padding: 10px;
}

.shop-toolbar .woocommerce-result-count span {
	color: #ababab;
	font-weight: 500;
}

.shop-toolbar .col-switcher {
	display: none;
	margin-left: 20px;
}

.shop-toolbar .col-switcher a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	color: #ccc;
	font-size: 14px;
	margin-left: 5px;
	margin-right: 5px;
}

.shop-toolbar .col-switcher a:hover,
.shop-toolbar .col-switcher a:focus,
.shop-toolbar .col-switcher a.active {
	font-weight: 600;
	color: #333;
}

.shop-toolbar .col-switcher a:hover:after,
.shop-toolbar .col-switcher a:focus:after,
.shop-toolbar .col-switcher a.active:after {
	width: 100%;
}

.shop-toolbar .filter-button {
	margin-left: 20px;
}

.shop-toolbar .filter-button .open-filters {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	transform: translateY(50%);
	position: relative;
}

.shop-toolbar .filter-button .open-filters:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background-color: #333;
	transition: transform .5s ease;
	transform: scale3d(0, 1, 1);
	transform-origin: 100% 50%;
	transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
}

.shop-toolbar .filter-button .open-filters:hover:after {
	transform: scale3d(1, 1, 1);
	transform-origin: 0% 50%;
}

.shop-toolbar .filter-button .open-filters:before {
	display: inline-block;
	font-size: 13px;
	margin-right: 10px;
	content: "";
}

.shop-toolbar .filter-button .open-filters.opened:after {
	transform: scale3d(1, 1, 1);
	transform-origin: 0% 50%;
}

.shop-toolbar .filter-button .open-filters.opened:before {
	transform: rotate(180deg);
}

.shop-toolbar.disable-switcher .col-switcher {
	display: none;
}

.filter-widgets {
	display: none;
	background-color: #f9f9f9;
	padding-top: 30px;
}

.filter-widgets .dropdown_layered_nav_size {
	width: 50%;
	display: block;
	height: 30px;
	border: none;
	border-bottom: 2px solid #ccc;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
}

.filter-widgets .widget .learts-price-filter ul,
.filter-widgets .widget ul.product-categories,
.filter-widgets .widget ul.wc-brand-list-layered-nav-product_brand {
	max-height: 240px;
	overflow-y: scroll;
}

.active-filters {
	min-height: 27px;
	margin-top: 20px;
	margin-bottom: -10px;
}

.archive.tax-product_brand .page-title .page-subtitle {
	display: none;
}

.archive.tax-product_brand .container {
	padding-top: 0 !important;
}

/* 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;
}

.eb-scrollbarcnt .scrollbar,
.eb-scrollbarcnt-short .scrollbar {
	z-index: 1 !important;
}

.wb-alphabet-table .wb-other-brands {
	display: table-cell;
	vertical-align: middle;
}

.wb-filter-learts .wb-alphabet-table {
	background-color: #f5f5f5;
	padding: 15px 0;
}

.wb-filter-learts .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-learts .wb-alphabet-table .wb-alphabet-item {
	font-size: 15px !important;
	font-weight: 600;
	padding: 0 10px;
}

.wb-filter-learts .wb-other-brands {
	display: table-cell;
	vertical-align: middle;
	padding-left: 20px;
}

.wb-filter-learts .eb-scrollbarcnt {
	margin-top: 0;
}

.wb-filter-learts .eb-scrollbarcnt .overview {
	padding: 0;
}

.wb-brandlist-learts .wb-filter-item-cnt {
	border-top: 1px solid #eee;
	padding: 10px 0 10px 20px;
}

.wb-brandlist-learts .wb-filter-item {
	font-size: 16px;
	padding-right: 5px;
}

.wb-brandlist-learts .brand-count {
	font-size: 14px;
}

/* Brand List */
.wb-allview.wb-allview-learts .wb-allview-cat-cnt {
	margin-bottom: 70px;
}

.wb-allview.wb-allview-learts .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 #ddd;
	font-weight: 600;
	color: #7e7e7e;
}

.wb-allview.wb-allview-learts .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: "";
}

.wb-allview-formcnt .select2 .select2-selection .select2-selection__arrow {
	display: none;
}

.wb-allview-lettercnt {
	text-align: left;
	border: 1px solid #eee;
	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 #eee;
	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: #fff !important;
}

.wb-allview.wb-allview-learts .wb-allview-cat-cnt {
	position: relative;
}

.wb-allview.wb-allview-learts .wb-allview-cat-cnt .go-to-filter {
	position: absolute;
	bottom: -60px;
	right: 0;
}

.wb-allview.wb-allview-learts .wb-allview-cat-cnt .go-to-filter:after {
	margin-left: 10px;
	content: "";
}

.wb-allview-formcnt.wb-multi-filter-learts {
	text-align: left;
}

.wb-allview-formcnt.wb-multi-filter-learts label.pw_brand_category_filter_checkbox:before {
	display: inline-block;
	vertical-align: -3px;
	position: relative;
	height: 20px;
	width: 20px;
	border: 1px solid #ddd;
	background-image: none;
	margin-top: 0;
	margin-right: 5px;
}

.wb-allview-formcnt.wb-multi-filter-learts label.pw_brand_category_filter_checkbox:after {
	position: absolute;
	left: 17px;
	top: 6px;
	opacity: 0;
	content: "";
}

.wb-allview-formcnt.wb-multi-filter-learts 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-learts {
	max-width: none !important;
	text-align: center;
	margin: 0 auto 60px;
}

.wb-bx-wrapper.wb-car-learts img {
	margin: 0 auto;
}

.wb-bx-wrapper.wb-car-learts .wb-car-title {
	font-size: 14px;
	margin-top: 10px;
}

.wb-bx-wrapper.wb-car-learts .wb-car-title > a {
	font-size: 16px;
}

.wb-bx-wrapper.wb-car-learts .wb-car-item-cnt {
	background: transparent;
}

.wb-bx-wrapper.wb-carousel-learts .wb-bx-controls-direction {
	top: 50%;
	transform: translateY(-50%);
}

.wb-bx-wrapper.wb-carousel-learts .wb-bx-controls-direction a {
	text-indent: 0;
	z-index: 99;
}

.wb-bx-wrapper.wb-carousel-learts .wb-bx-prev,
.wb-bx-wrapper.wb-carousel-learts .wb-bx-next {
	position: absolute;
	top: 50%;
	width: 30px;
	height: 60px;
	font-size: 0;
	opacity: .6;
	z-index: 1;
	background-color: #7e7e7e;
	background-image: none !important;
	transform: translateY(-50%);
}

.wb-bx-wrapper.wb-carousel-learts .wb-bx-prev:before,
.wb-bx-wrapper.wb-carousel-learts .wb-bx-next:before {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	color: #fff;
	font-size: 14px;
	transform: translate(-50%, -50%);
	content: "";
}

.wb-bx-wrapper.wb-carousel-learts .wb-bx-prev:hover,
.wb-bx-wrapper.wb-carousel-learts .wb-bx-next:hover {
	opacity: 1;
}

.wb-bx-wrapper.wb-carousel-learts .wb-bx-prev {
	left: -15px;
}

.wb-bx-wrapper.wb-carousel-learts .wb-bx-next {
	left: auto;
	right: -15px;
}

.wb-bx-wrapper.wb-carousel-learts .wb-bx-next:before {
	content: '\f054';
}

.wb-bx-wrapper.wb-carousel-learts .wb-bx-pager.wb-bx-default-pager {
	bottom: -50px;
}

.wb-bx-wrapper.wb-carousel-learts .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: #7e7e7e;
	border-radius: 0;
	opacity: .6;
	margin: 0 5px 0 0;
}

.wb-bx-wrapper.wb-carousel-learts .wb-bx-pager.wb-bx-default-pager .wb-bx-pager-item a:hover, .wb-bx-wrapper.wb-carousel-learts .wb-bx-pager.wb-bx-default-pager .wb-bx-pager-item a.active {
	opacity: 1;
}

/* Product Carousel by Brands */
.wb-brandpro-car-header-learts {
	text-align: center;
}

.wb-brandpro-car-header-learts span {
	display: block;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.6;
	color: #7e7e7e;
	margin-bottom: 25px;
}

.wb-brandpro-car-header-learts span:after {
	content: '';
	display: block;
	height: 2px;
	width: 100px;
	background-color: #ccc;
	margin: 20px auto 0;
}

.wb-brandpro-car-header-learts a {
	margin-left: 5px;
}

.wb-brandpro-car-header.wb-brandpro-car-header-learts + .wb-bx-wrapper.wb-carousel-learts {
	margin-top: 40px;
}

.wb-brandpro-car-header.wb-brandpro-car-header-learts + .wb-bx-wrapper.wb-carousel-learts .wb-bxslider > li {
	margin: 0 15px !important;
}

.wb-brandpro-car-header.wb-brandpro-car-header-learts + .wb-bx-wrapper.wb-carousel-learts .wb-brandpro-car-cnt {
	border: none;
}

.wb-brandpro-car-header.wb-brandpro-car-header-learts + .wb-bx-wrapper.wb-carousel-learts .wb-brandpro-car-cnt .wb-brandpro-car-detail {
	background-color: transparent;
	padding: 0;
}

.wb-brandpro-car-header.wb-brandpro-car-header-learts + .wb-bx-wrapper.wb-carousel-learts .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-learts + .wb-bx-wrapper.wb-carousel-learts .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-learts + .wb-bx-wrapper.wb-carousel-learts .wb-brandpro-car-cnt .wb-brandpro-car-price del {
	font-size: 16px;
	margin-right: 5px;
}

.wb-brandpro-car-header.wb-brandpro-car-header-learts + .wb-bx-wrapper.wb-carousel-learts .wb-brandpro-car-cnt .wb-brandpro-car-meta span {
	font-size: 16px;
	margin-top: 5px;
}

.wb-brandpro-car-header.wb-brandpro-car-header-learts + .wb-bx-wrapper.wb-carousel-learts .wb-brandpro-car-cnt .wb-brandpro-car-meta a {
	font-size: 16px;
}

.wb-brandpro-car-header-learts + .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: 16px;
	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 #eee;
	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: .03em;
	width: 100px;
	height: 50px;
	color: #7e7e7e;
	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: "";
}

.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 {
	font-size: 0;
}

.wb-posted_in:before {
	content: 'BRANDS';
	font-size: 16px;
	line-height: 45px;
	font-weight: 500;
	color: #333;
}

.product-layout-fullwidth .wb-posted_in {
	display: none;
}

.wb-single-img-cnt {
	margin-bottom: 20px;
}

.wb-single-img-cnt a {
	margin: 0;
}

.wb-single-img-cnt img {
	height: auto !important;
	width: auto !important;
	padding: 10px;
}

.wb-single-img-cnt + .product_meta {
	margin-top: 0 !important;
}

/* A-Z views product widget */
.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;
	background-color: transparent !important;
	color: #333 !important;
	padding: 0;
}

.widget_pw_widget_a_z_views .brand-count {
	float: right;
	font-size: 16px;
	margin-right: 5px;
}

.widget_pw_widget_a_z_views .wb-filter-item-cnt.brand-item-short {
	padding: 10px 0;
}

.widget_pw_widget_a_z_views .wb-filter-item-cnt .wb-filter-item {
	font-size: 16px;
}

.pw_brand_product_list {
	display: none !important;
}

.tax-product_brand .page-title.no-page-title {
	display: block !important;
}

.tax-product_brand .inner-page-wrap {
	margin-top: 50px;
}

/**
 * Cart page
 */
.woocommerce-cart table.cart {
	border: none;
	width: 100%;
}

.woocommerce-cart table.cart tr {
	border-bottom: 1px solid #ededed;
}

.woocommerce-cart table.cart td {
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 25px;
}

.woocommerce-cart table.cart td.product-name {
	font-size: 0;
}

.woocommerce-cart table.cart td.product-remove {
	text-align: center;
}

.woocommerce-cart table.cart td.product-remove a {
	font-size: 0;
}

.woocommerce-cart table.cart td.product-remove a:before {
	font-size: 20px;
	content: "";
}

.woocommerce-cart table.cart td.product-thumbnail {
	width: 115px;
}

.woocommerce-cart table.cart td.product-name {
	width: 30%;
	padding-left: 20px;
}

.woocommerce-cart table.cart td.product-name a {
	display: block;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	margin-bottom: 20px;
}

.woocommerce-cart table.cart td.product-price {
	clear: left;
}

.woocommerce-cart table.cart td.product-quantity .quantity.learts_qty {
	background-color: #fff;
}

.cart-actions {
	margin-top: 35px;
	padding-bottom: 40px;
}

.cart-actions .coupon {
	text-align: left;
}

.cart-actions .coupon label {
	display: none;
}

.cart-actions #coupon_code {
	display: inline-block;
	max-width: 300px;
	padding-right: 30px;
}

.cart-actions .button-action {
	text-align: right;
}

.cart-actions .button-action .button:first-child {
	margin-right: 10px;
}

.cart-actions .button-coupon {
	background: transparent !important;
	border: none !important;
	padding: 0;
	position: relative;
	width: 30px;
	height: 30px;
	margin-left: -30px !important;
}

.cart-actions .button-coupon:before {
	content: "";
	font-size: 20px;
	color: #333;
	font-weight: 300;
}

.cart-actions button[type="submit"], .cart-actions .learts-button[type="submit"],
.cart-actions .back-to-shop {
	margin: 15px 15px 15px 0;
}

.cart-actions input[name='apply_coupon'] {
	color: #fff;
	border: 1px solid transparent;
}

.cart-actions input[name='apply_coupon']:hover {
	background-color: #fff;
}

.cart-actions button[name='update_cart'], .cart-actions .learts-button[name='update_cart'] {
	cursor: pointer;
}

.cart-collaterals {
	margin-top: 40px;
}

.cart-collaterals h2 {
	font-size: 34px;
	font-weight: 400;
	text-align: center;
	margin-top: 0;
}

.cart-collaterals .wc-proceed-to-checkout {
	text-align: center;
}

.cart-collaterals .wc-proceed-to-checkout a:hover {
	background-color: transparent;
}

.cart-collaterals .cart_totals {
	float: right;
	width: 35%;
	background-color: #f7f7f7;
	padding: 30px;
}

.cart-collaterals .cart_totals .select2-container--default .select2-selection--single {
	text-align: left;
	background-color: #f7f7f7;
}

.cart-collaterals .cart_totals button[name='calc_shipping'], .cart-collaterals .cart_totals .learts-button[name='calc_shipping'] {
	color: #333;
	background-color: transparent;
	border: none;
	padding: 0;
}

.cart-collaterals .shipping-calculator-button {
	font-size: 12px;
	text-decoration: underline;
}

.cart-collaterals table.shop_table {
	width: 100%;
	border: none;
	margin-bottom: 30px;
}

.cart-collaterals table.shop_table th {
	font-weight: 400;
	padding-left: 10px !important;
	color: #333;
}

.cart-collaterals table.shop_table td {
	padding-left: 10px !important;
	text-align: right;
}

.cart-collaterals form.woocommerce-shipping-calculator p {
	margin-bottom: 10px;
}

.cross-sells {
	float: left;
	width: 60%;
}

.cross-sells h2 {
	margin-bottom: 50px;
}

.confirm-popup {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(31, 31, 31, 0.9);
	opacity: 0;
	z-index: 10;
	visibility: hidden;
}

.confirm-popup .popup-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -60%);
	padding: 40px 60px;
	background: #fff;
	transition: all 1s;
}

.confirm-popup .button {
	margin: 0 10px;
}

.confirm-popup.active {
	opacity: 1;
	visibility: visible;
}

.confirm-popup.active .popup-container {
	transform: translate(-50%, -50%);
}

/**
 * Checkout page
 */
.woocommerce-checkout form h3,
.woocommerce-checkout #order_review_heading {
	text-transform: none;
	font-size: 48px;
	line-height: 64px;
	font-weight: 400;
	margin: 50px 0;
	padding: 0;
}

.woocommerce-checkout .woocommerce-additional-fields h3 {
	display: none;
}

.woocommerce-checkout .woocommerce-info {
	margin-bottom: 20px;
	padding: 0 15px;
	border: none;
	background-color: transparent;
}

.woocommerce-checkout .woocommerce-info:before {
	display: none;
}

.woocommerce-checkout .woocommerce-checkout-review-order {
	padding: 0 15px;
	margin-bottom: 100px;
	line-height: 30px;
}

.woocommerce-checkout .woocommerce-checkout-review-order th {
	padding: 16px 12px !important;
}

.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods.payment_methods > li {
	margin: 0;
	padding: 20px;
	font-size: 24px;
	border: 1px solid #ccc;
	border-bottom: none;
}

.woocommerce-checkout .woocommerce-checkout-payment .wc_payment_methods.payment_methods > li:last-child {
	border-bottom: 1px solid #ccc;
}

.woocommerce-checkout .woocommerce-checkout-payment .form-row.place-order {
	left: 50%;
	bottom: 0;
	margin: 0;
	transform: translateX(-50%);
}

.woocommerce-checkout .showlogin,
.woocommerce-checkout .showcoupon {
	position: relative;
	color: #333;
}

.woocommerce-checkout .showlogin:after,
.woocommerce-checkout .showcoupon:after {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 1px;
	left: 0;
	background-color: #333;
}

.woocommerce-checkout .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
	text-transform: none;
	letter-spacing: 0;
}

.woocommerce-checkout .woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span {
	padding-left: 5px;
}

.woocommerce-checkout table.shop_table .product-name {
	font-size: 16px;
}

.woocommerce-checkout form .input-text,
.woocommerce-checkout .select2-selection.select2-selection--single {
	border: none;
	min-height: 40px;
}

.woocommerce-checkout form.login,
.woocommerce-checkout form.checkout_coupon {
	background-color: #f7f7f7;
	max-width: 500px;
	padding: 20px 25px;
	margin-bottom: 25px;
}

.woocommerce-checkout form.checkout_coupon .input-text {
	max-width: 270px;
	background-color: transparent;
	height: 44px;
	margin-bottom: 0;
}

.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.checkout_coupon input[type="submit"] {
	border: none;
	color: #333;
	background-color: #ddd;
}

.woocommerce-checkout form.checkout_coupon input[type="submit"]:hover {
	color: #fff;
}

.woocommerce-checkout form.login .button {
	width: 100%;
}

.woocommerce-checkout form.login .input-text {
	border: 1px solid #fff;
	background-color: #fff;
}

.woocommerce-checkout form.login .input-text:focus {
	border-color: #c7c7c7;
}

.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: "";
}

.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 abbr.required {
	border: none;
}

.woocommerce-checkout .wc_payment_method.payment_method_paypal .about_paypal {
	font-size: 12px;
	text-decoration: underline;
}

.woocommerce-checkout .woocommerce-privacy-policy-text p {
	padding-bottom: 30px !important;
}

.woocommerce-checkout-payment ul {
	list-style: none;
	padding: 0;
	margin-top: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
}

.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;
	vertical-align: middle;
}

.woocommerce-checkout-payment .payment_box {
	background: #fff;
	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: #fff;
	content: "";
}

.woocommerce-checkout-payment .place-order {
	text-align: right;
}

.woocommerce-checkout-payment .button {
	background-color: #333 !important;
	color: #fff !important;
	border-color: #333 !important;
}

.woocommerce-checkout-payment .button:hover {
	background-color: transparent !important;
	color: #333 !important;
}

/**
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: #fff;
	background: 0 0;
}

#cboxClose:before {
	font-size: 45px;
	display: inline-block;
	vertical-align: middle;
	content: "";
}

body > h1 {
	display: none;
}

table.compare-list th {
	padding: 25px 15px;
	font-weight: 600;
	border-bottom: none;
	font-size: 18px;
}

.mabel-siwc-img-wrapper {
	width: auto;
}

.mabel-siwc-img-wrapper .mb-siwc-tag {
	font-size: 16px;
	font-weight: 700;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.25);
}

.mabel-siwc-img-wrapper .mb-siwc-tag:hover, .mabel-siwc-img-wrapper .mb-siwc-tag.active {
	color: #fff;
}

.mb-siwc-popup.mb-siwc-popup {
	opacity: 1;
	z-index: 11;
	border-radius: 0;
	transition: opacity .5s ease;
}

.mb-siwc-popup.mb-siwc-popup.mabel-invisible {
	opacity: 0;
	z-index: -1;
}

.mb-siwc-popup {
	width: 300px !important;
}

.mb-siwc-popup:after {
	display: none;
}

.mb-siwc-popup.mb-siwc-popup .mb-siwc-popup-inner {
	text-align: left;
}

.mb-siwc-popup.mb-siwc-popup .mb-siwc-popup-inner h1, .mb-siwc-popup.mb-siwc-popup .mb-siwc-popup-inner h2, .mb-siwc-popup.mb-siwc-popup .mb-siwc-popup-inner a {
	text-align: left;
}

.mb-siwc-popup.mb-siwc-popup .mb-siwc-popup-inner h1 {
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
}

.mb-siwc-popup.mb-siwc-popup .mb-siwc-popup-inner h2 {
	font-size: 16px;
	font-weight: 700;
	color: #333;
}

/* Customized by ThemeMove */
.mabel-siwc-img-wrapper.product-popup .mb-siwc-popup .mb-siwc-popup-inner {
	padding: 20px 20px 0;
}

.mabel-siwc-img-wrapper.product-popup .mb-siwc-popup .mb-siwc-popup-inner .siwc-thumb-wrapper {
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	width: auto;
}

.mabel-siwc-img-wrapper.product-popup .mb-siwc-popup .mb-siwc-popup-inner .siwc-thumb-wrapper a {
	border: none;
	background-color: transparent;
	padding: 0;
	margin: 0;
}

.mabel-siwc-img-wrapper.product-popup .mb-siwc-popup .mb-siwc-popup-inner .product-title, .mabel-siwc-img-wrapper.product-popup .mb-siwc-popup .mb-siwc-popup-inner .product-price, .mabel-siwc-img-wrapper.product-popup .mb-siwc-popup .mb-siwc-popup-inner .shop-button {
	margin-left: 0;
}

.mabel-siwc-img-wrapper.product-popup .mb-siwc-popup .mb-siwc-popup-inner .product-title {
	margin-top: 20px;
}

.mabel-siwc-img-wrapper.product-popup .mb-siwc-popup .mb-siwc-popup-inner .product-title a {
	text-align: left;
	color: #696969;
	border: none;
	background-color: transparent;
	padding: 0;
	margin: 0;
}

.mabel-siwc-img-wrapper.product-popup .mb-siwc-popup .mb-siwc-popup-inner .product-price {
	padding-bottom: 0;
}

.mabel-siwc-img-wrapper.product-popup .mb-siwc-popup .mb-siwc-popup-inner .wrap-price {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	padding-bottom: 15px;
}

.mb-siwc-popup.mb-siwc-popup .shop-button {
	display: block;
	text-transform: uppercase;
	letter-spacing: .1em;
	padding: 10px 15px;
	text-align: center;
}

/***************** Insight Attribute Swatches ****************/
.mb-siwc-popup.mb-siwc-popup .product-swatches .isw-swatch:last-of-type {
	margin-bottom: 0;
}

.mb-siwc-popup.mb-siwc-popup .product-swatches .isw-swatch--isw_color .isw-term {
	vertical-align: middle;
	height: 14px;
	width: 14px;
	border-radius: 100%;
	line-height: 14px;
}

.mb-siwc-popup.mb-siwc-popup .product-swatches .isw-swatch--isw_color .isw-term[data-term="white"] {
	border: 1px solid #ddd;
}

.mb-siwc-popup.mb-siwc-popup .product-swatches .isw-swatch--isw_image .isw-term {
	height: 14px;
	width: 14px;
}

.mb-siwc-popup.mb-siwc-popup .product-swatches .isw-swatch--isw_image .isw-term img {
	vertical-align: middle !important;
	border-radius: 100%;
}

.mb-siwc-popup-inner {
	margin: 10px !important;
}

.mb-siwc-popup-inner a {
	border-radius: 0 !important;
	text-transform: uppercase !important;
}

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

/* My orders list */
table.shop_table.woocommerce-MyAccount-orders thead th {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

table.shop_table.woocommerce-MyAccount-orders tbody td {
	text-align: center;
}

table.shop_table.woocommerce-MyAccount-orders .woocommerce-orders-table__cell-order-actions a.button {
	color: #696969;
	border: none;
	background-color: transparent;
}

table.shop_table.woocommerce-MyAccount-orders .order-number a {
	text-decoration: underline;
}

table.shop_table.woocommerce-MyAccount-orders .order-actions a {
	border: none;
	background-color: transparent;
	padding: 0;
}

/* Order received */
.woocommerce-order-received h2 {
	font-size: 25px;
	text-transform: none;
	font-weight: 400;
	margin-top: 30px;
}

.woocommerce-order-received table.shop_table {
	max-width: 500px;
}

/* Order details */
table.woocommerce-table--order-details {
	margin-bottom: 30px;
}

table.woocommerce-table--order-details .wc-item-meta {
	list-style-type: none;
	font-size: 12px;
	padding-left: 15px;
	margin-bottom: 0;
}

table.woocommerce-table--order-details .wc-item-meta .wc-item-meta-label {
	color: #696969;
	font-weight: 500;
}

table.woocommerce-table--order-details tr.product-purchase-note {
	background-color: #fafafa;
}

table.woocommerce-table--order-details tr.product-purchase-note td {
	border: none;
	padding-left: 30px;
}

table.woocommerce-table--order-details tr.product-purchase-note td p {
	font-size: 12px;
}

table.woocommerce-table--order-details tfoot tr:last-of-type td .woocommerce-Price-amount {
	font-size: 20px;
}

/* Customer Details */
table.customer_details {
	margin-bottom: 30px;
}

table.customer_details tr {
	background: #fafafa;
}

table.customer_details 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: .03em;
}

.woocommerce .commentlist.notes .comment-text p.meta:before {
	margin-right: 5px;
	content: "";
}

/* Order Tracking */
form.track_order {
	padding: 40px 30px;
	background-color: #f7f7f7;
}

form.track_order label {
	text-transform: none;
	font-size: 20px;
	font-weight: 500;
}

form.track_order .input-text {
	background-color: #fff;
}

form.track_order .form-row {
	float: none !important;
	width: 100% !important;
}

form.track_order .form-row.form-row-last {
	margin-bottom: 40px !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;
	color: #fff;
}

form.track_order p.form-row:last-of-type .button:hover {
	background-color: transparent;
}

form.track_order input[type="text"] {
	border: none;
	background-color: transparent;
	border-bottom: 2px solid #ccc;
}

form.track_order input[type="text"]:hover {
	border-color: #333;
}

.woocommerce > .order-info {
	font-size: 14px;
	background-color: #fafafa;
	padding: 20px;
	margin-bottom: 20px;
}

.woocommerce > .order-info + h2 {
	font-size: 25px;
	text-transform: uppercase;
}

.woocommerce-customer-details .woocommerce-customer-details--phone {
	margin-top: 10px;
	margin-bottom: 0;
}

.woocommerce-customer-details .woocommerce-customer-details--phone:before {
	margin-right: 10px;
	content: "";
}

.woocommerce-customer-details .woocommerce-customer-details--email:before {
	margin-right: 10px;
	content: "";
}

.order-again {
	margin-bottom: 20px;
}

.order-again + header > h2 {
	font-size: 25px;
	text-transform: uppercase;
}

.btn-360 {
	position: absolute !important;
	top: 80px;
	right: 18px;
	z-index: 1;
}

.btn-360 img {
	width: 30px;
	height: 30px;
}

.woocommerce-product-gallery.has-video .btn-360 {
	top: 140px;
}

.btn-360:hover img {
	transform: scale(1.1);
}

.close-360 {
	font-size: 20px;
	line-height: 20px;
	position: absolute;
	top: -40px;
	right: 0;
}

.close-360 i:before {
	opacity: 0.7;
	color: #fff;
}

.close-360:hover i:before {
	opacity: 1;
}

.cd-product-viewer-wrapper {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -30%);
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	cursor: grab;
}

body.single-product:before {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	content: '';
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	background-color: #000;
	z-index: 5;
}

body.single-product.active-360 {
	position: relative;
}

body.single-product.active-360 .cd-product-viewer-wrapper {
	transform: translate(-50%, -50%);
	opacity: 1;
	visibility: visible;
}

body.single-product.active-360:before {
	opacity: 0.7;
	visibility: visible;
}

body.single-product.active-360 .cd-product-viewer-wrapper:before {
	opacity: 1;
	visibility: visible;
}

.cd-product-viewer-wrapper .product-viewer {
	position: relative;
	overflow: hidden;
}

.cd-product-viewer-wrapper img {
	/* this is the image visible before the image sprite is loaded */
	display: block;
	position: relative;
	z-index: 1;
}

.product-sprite {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	height: 100%;
	background-size: 100% !important;
	opacity: 0;
	transition: opacity 0.3s;
}

.cd-product-viewer-wrapper.has-8-frames .product-sprite {
	width: 800%;
}

.cd-product-viewer-wrapper.has-16-frames .product-sprite {
	width: 1600%;
}

.cd-product-viewer-wrapper.has-24-frames .product-sprite {
	width: 2400%;
}

.cd-product-viewer-wrapper.loaded .product-sprite {
	/* image sprite has been loaded */
	opacity: 1;
}

.cd-product-viewer-handle {
	position: absolute;
	bottom: 50px;
	left: 50%;
	z-index: 2;
	width: 60%;
	max-width: 300px;
	height: 4px;
	background: #4d4d4d;
	transform: translate(-50%, -50%);
}

.cd-product-viewer-handle .fill {
	/* this is used to create the loading fill effect */
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border-radius: inherit;
	background: #b54240;
	transform: scaleX(0);
	transform-origin: left center;
	transition: transform 0.5s;
}

.loaded .cd-product-viewer-handle .fill {
	/* image sprite has been loaded */
	opacity: 0;
}

.cd-product-viewer-handle .handle {
	position: absolute;
	z-index: 2;
	display: inline-block;
	height: 44px;
	width: 44px;
	left: 0;
	top: -20px;
	background: #b54240 url(./assets/images/cd-arrows.png) no-repeat center center;
	border-radius: 50%;
	box-shadow: 0 0 0 6px rgba(181, 66, 64, 0.3), 0 0 20px rgba(0, 0, 0, 0.2);
	transform: translateX(-50%) scale(0);
}

.loaded .cd-product-viewer-handle .handle {
	/* image sprite has been loaded */
	transform: translateX(-50%) scale(1);
	animation: cd-bounce 0.3s 0.3s;
	animation-fill-mode: both;
}

@keyframes cd-bounce {
	0% {
		transform: translateX(-50%) scale(0);
	}
	60% {
		transform: translateX(-50%) scale(1.1);
	}
	100% {
		transform: translateX(-50%) scale(1);
	}
}

.woobt-wrap {
	margin-top: 25px;
}

.woobt-wrap .woobt-text {
	font-size: 16px;
	line-height: 1.6;
}

.woobt-wrap .woobt-text span {
	color: #f8796c;
	font-weight: 600;
}

.woobt-wrap .woobt-products.woobt-table {
	width: 100%;
}

.woobt-wrap .woocommerce-Price-amount.amount {
	font-size: 16px;
	line-height: 28px;
	font-weight: 600;
	color: #333;
}

.woobt-wrap del .woocommerce-Price-amount.amount {
	font-size: 13px;
	text-decoration: line-through;
}

.woobt-wrap .woobt-thumb {
	width: 100px;
}

.woobt-wrap .woobt-title {
	font-size: 16px;
	line-height: 1.6;
}

.woobt-wrap .woobt-thumb img {
	height: 50px !important;
}

.woobt-wrap .woobt-title {
	padding-left: 10px !important;
}

.single_variation_wrap #woobt_wrap {
	display: block !important;
}

/**
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: #ccc;
}

.category-grid-item:hover .product-category-content .category-link:after {
	margin-left: 10px;
}

.category-grid-item.slick-slide {
	margin-bottom: 0;
}

.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%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.category-grid-item .woocommerce-loop-category__title {
	text-align: center;
	font-size: 20px;
	letter-spacing: .03em;
	line-height: 1.5;
	padding-top: 20px;
	margin: 0;
}

.category-grid-item .woocommerce-loop-category__title a {
	font-weight: 500;
}

.category-grid-item mark {
	font-size: 16px;
	font-weight: 400;
	display: block;
	background-color: transparent;
	color: #606060;
	letter-spacing: 0;
	padding: 0;
	opacity: 1;
}

.category-grid-item .product-category-content {
	text-align: center;
	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: #ccc;
	margin-top: 5px;
	margin-bottom: 30px;
}

.category-grid-item .product-category-content .category-link:after {
	position: relative;
	font-size: 10px;
	vertical-align: 1px;
	color: #ccc;
	margin-left: 5px;
	content: "";
}

.hide_count .category-grid-item mark {
	display: none !important;
}

/**
 Style for product within loops
*/
.product-loop {
	margin-bottom: 50px;
}

.product-loop.empty-box {
	opacity: 0;
}

.product-loop.empty-box:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #fff;
	z-index: 10;
}

.product-loop.adding-item {
	opacity: 0;
	visibility: hidden;
}

.product-loop.product-style--default .isw-swatches.isw-swatches--in-loop {
	opacity: 0;
	visibility: hidden;
	transform: translateY(-50px);
	transition-delay: 2s;
	transition: all .3s linear 1s;
}

.product-loop.product-style--default .product-info:hover .isw-swatches.isw-swatches--in-loop {
	opacity: 1;
	visibility: visible;
	transform: translateY(-70px);
}

.product-loop .yith-wcwl-add-to-wishlist:hover a:before,
.product-loop .yith-wcwl-add-to-wishlist a:before {
	color: #f8796c !important;
}

.product-loop ins .woocommerce-Price-amount {
	color: #f8796c;
}

.product-loop .quick-view-btn a:before,
.product-loop .compare-btn a:before,
.product-loop .add-to-cart-btn a:before {
	color: #fff !important;
}

.product-loop .quick-view-btn:hover,
.product-loop .compare-btn a:hover,
.product-loop .add-to-cart-btn:hover {
	background-color: #f8796c !important;
	border-color: #f8796c !important;
}

.product-loop .status-bar,
.product-loop .sold-bar {
	height: 7px;
	border-radius: 52px;
}

.product-loop .wrap-rating {
	padding: 5px 0;
}

.product-loop .status-bar {
	background-color: #ededed;
	margin: 5px 0;
}

.product-loop .sold-bar {
	background-color: #f8796c;
	height: 7px;
}

.product-loop .product-stock-status {
	font-size: 0;
}

.product-loop .product-stock-status .sold,
.product-loop .product-stock-status .available {
	display: inline-block;
	width: 50%;
	font-size: 16px;
}

.product-loop .product-stock-status .sold span,
.product-loop .product-stock-status .available span {
	font-weight: 600;
	color: #333;
}

.product-loop .product-stock-status .sold {
	text-align: left;
}

.product-loop .product-stock-status .available {
	text-align: right;
}

/******************* Product Badges ******************/
.product-loop.small-product .product-badges,
.product-loop.extra-small-product .product-badges {
	font-size: 16px;
}

.product-loop.small-product .product-badges span,
.product-loop.extra-small-product .product-badges span {
	position: absolute;
	top: 15px;
	left: 15px;
	text-transform: lowercase;
	display: inline-block;
	height: 40px;
	width: 40px;
	line-height: 36px;
	border-radius: 100%;
	z-index: 1;
}

.product-loop.small-product .product-badges span + span,
.product-loop.extra-small-product .product-badges span + span {
	top: 60px;
}

.product-loop.small-product .product-badges span + span + span,
.product-loop.extra-small-product .product-badges span + span + span {
	top: 100px;
}

.product-loop.small-product .product-badges span + span + span + span,
.product-loop.extra-small-product .product-badges span + span + span + span {
	top: 140px;
}

.product-loop.small-product .product-badges span.outofstock i,
.product-loop.extra-small-product .product-badges span.outofstock i {
	font-size: 25px;
}

/******************* Thumbnail ******************/
.product-loop .product-thumb {
	position: relative;
	text-align: center;
	overflow: hidden;
}

.product-loop .product-thumb img {
	width: 100%;
	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: #fff;
	opacity: .8;
	z-index: 2;
}

.product-loop .hover-image {
	position: absolute;
	top: 0;
	left: 50%;
	opacity: 0;
	visibility: hidden;
	transform: translateX(-50%) scale(1.1);
	transition-duration: .7s;
}

.product-loop:hover .hover-image {
	opacity: 1;
	visibility: visible;
}

/******************* Buttons ******************/
.product-loop .product-buttons {
	position: absolute;
	top: 15px;
	right: 15px;
	font-size: 0;
	z-index: 2;
}

.product-loop .product-buttons > div {
	display: block;
	text-align: center;
	width: 50px;
	height: 50px;
	background-color: #fff;
	margin-bottom: 5px;
}

.product-loop .product-buttons > div > a {
	display: block;
}

.product-loop .product-buttons > div a:before {
	font-size: 20px;
	line-height: 40px;
	height: 100%;
	width: 100%;
}

.product-loop .product-buttons > div a:focus {
	outline: none;
}

.product-loop .quick-view-btn {
	display: none;
}

.product-loop .quick-view-btn a {
	font-size: 0;
}

.product-loop .quick-view-btn a:before {
	font-family: "Font Awesome 5 Pro";
	content: '\f002';
	font-size: 16px;
	line-height: 46px;
}

/****************** Wishlist button *****************/
.product-loop .yith-wcwl-add-to-wishlist {
	margin: 0;
	border: none !important;
	width: initial !important;
	height: initial !important;
	background-color: transparent !important;
}

.product-loop .yith-wcwl-add-to-wishlist img.ajax-loading {
	display: none !important;
}

.product-loop .yith-wcwl-add-to-wishlist a {
	display: block;
	text-align: center;
}

.product-loop .yith-wcwl-add-to-wishlist a:before {
	font-size: 24px !important;
}

.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 {
	content: '\f387';
}

.product-loop .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist.loading:before {
	content: url(assets/images/loading.svg);
	opacity: .5;
}

.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: '\f388';
}

.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 .yith-wcwl-add-to-wishlist .hint--bounce:before, .product-loop .yith-wcwl-add-to-wishlist .hint--bounce:after {
	transform: translateX(0) !important;
}

.product-loop .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist.loading:before {
	content: url(assets/images/loading.svg) !important;
}

/****************** Add to cart button *****************/
.learts-product-buttons a {
	font-size: 16px;
	letter-spacing: 0;
	line-height: 1.6;
	text-transform: none;
	background-color: transparent;
	border: none;
	border-radius: 0;
	padding: 0;
}

.learts-product-buttons a.loading:before {
	animation: blink .5s linear infinite;
	content: "";
}

.learts-product-buttons a.added:before {
	font-size: 14px;
	vertical-align: 1px;
	content: "";
}

.learts-product-buttons a.added_to_cart {
	display: none;
}

.product-loop .learts-product-buttons .quick-view-btn,
.product-loop .learts-product-buttons .add-to-cart-btn,
.product-loop .learts-product-buttons .compare-btn {
	display: inline-block;
	text-transform: capitalize;
}

.product-loop .learts-product-buttons .compare-btn {
	margin-top: -5px;
}

.product-loop .learts-product-buttons .compare-btn.loading a:before {
	margin-top: 6px !important;
}

.product-loop .learts-product-buttons .add-to-cart-btn {
	margin: 0 5px;
	font-weight: 400;
	letter-spacing: 1.5px;
	vertical-align: middle;
}

.product-loop .learts-product-buttons .add_to_cart_button {
	padding: 0 !important;
}

.product-loop .learts-product-buttons .add_to_cart_button.loading:before {
	position: relative !important;
	content: url(assets/images/loading-alt.svg) !important;
	top: 0;
	left: 0;
}

.product-loop .learts-product-buttons .add_to_cart_button:focus {
	color: #fff;
}

.product-loop .title-wrap {
	transition: all 0.5s ease;
}

/****************** Product Info *****************/
.product-loop .product-info {
	position: relative;
	text-align: center;
}

.product-loop .product-info .title-wrap {
	position: relative;
}

.product-loop .product-info .product-title {
	font-size: 18px;
	line-height: 1.6;
	margin-top: 25px;
	margin-bottom: 10px;
}

.product-loop .product-info .price {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 1;
	font-weight: 600;
	color: #333;
	opacity: 1;
	visibility: visible;
}

.product-loop .product-info .price del {
	font-size: .875em;
	font-weight: 600;
	margin-right: 5px;
}

.product-loop .product-info .yith-wcwl-add-to-wishlist a {
	font-size: 0;
}

.product-loop .product-info .product-rating {
	display: none;
	margin-top: 10px;
}

/***************** Insight Attribute Swatches ****************/
.isw-swatches--in-loop {
	position: static;
	margin-top: 10px;
	text-align: right;
}

.product-style--default .isw-swatches--in-loop {
	text-align: center;
	background-color: #fff;
	padding: 10px;
	width: calc(100% - 40px);
}

.isw-swatches--in-loop .isw-swatch {
	margin-bottom: 0;
}

.isw-swatches--in-loop .isw-swatch--isw_color .isw-term {
	vertical-align: middle;
	height: 18px;
	width: 18px;
	line-height: 18px;
}

.isw-swatches--in-loop .isw-swatch--isw_color .isw-term.isw-selected {
	box-shadow: 0 0 0 2px #fff, 0 0 0 3px #aaa;
}

.isw-swatches--in-loop .isw-swatch--isw_image .isw-term {
	height: 18px;
	width: 18px;
	border-radius: 100%;
}

.isw-swatches--in-loop .isw-swatch--isw_image .isw-term.isw-selected {
	box-shadow: 0 0 0 2px #fff, 0 0 0 3px #aaa;
}

.isw-swatches--in-loop .isw-swatch--isw_text {
	margin-bottom: 5px;
}

.isw-swatches--in-loop .isw-swatch--isw_text .isw-term {
	opacity: 0.5;
}

.isw-swatches--in-loop .isw-swatch--isw_text .isw-term.isw-selected, .isw-swatches--in-loop .isw-swatch--isw_text .isw-term:hover {
	opacity: 1;
}

.product-loop.isw-product-swatched .hover-image {
	display: none;
}

/***************** YITH WooCommerce Ajax Product Filter ****************/
.products.yith-wcan-loading {
	background: none;
	content: url(assets/images/loading.svg);
	opacity: .6;
	transform: scale(0.5);
	margin: 0 auto !important;
}

/***************** PRODUCT STYLE: BUTTON HOVER ****************/

/**
Quick view
 */
#woo-quick-view {
	display: none;
	position: fixed;
	max-width: 960px;
	visibility: hidden;
	/* Force Hardware Acceleration in WebKit */
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	will-change: left, top, width;
	z-index: 1000;
	transform: translateZ(0);
	/* Loading class when adding product to cart */
}

#woo-quick-view img {
	width: 100%;
}

#woo-quick-view.is-visible {
	visibility: visible;
}

#woo-quick-view.animate-width {
	background-color: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
	transition: box-shadow .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:before, #woo-quick-view .quick-view-close:after {
	transform: rotate(-45deg);
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -10px;
	display: block;
	height: 2px;
	width: 20px;
	background-color: #333;
	transition: all 0.25s ease-out;
}

#woo-quick-view .quick-view-close:after {
	transform: rotate(-135deg);
}

#woo-quick-view .quick-view-close:hover:before, #woo-quick-view .quick-view-close:hover:after {
	transform: rotate(0deg);
}

#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: #333;
	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: "";
}

#woo-quick-view .quickview-loading.error span:before {
	font-size: 30px;
	content: "";
}

#woo-quick-view .post-password-form p {
	opacity: 0;
	visibility: hidden;
}

#woo-quick-view .images {
	position: relative;
	float: left;
	width: 432px;
	margin-bottom: 0;
	z-index: 2;
}

#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;
	z-index: 1;
	width: calc(100% - 432px);
	max-height: 544px;
	padding: 40px 50px 30px;
	transition: opacity 0.3s, visibility 0s;
}

#woo-quick-view .summary table.product_meta,
#woo-quick-view .summary table.product-share {
	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 .slick-dots {
	position: absolute;
	left: 0;
	bottom: 20px;
	margin-top: 0 !important;
}

#woo-quick-view .stock-status {
	width: 20%;
}

#woo-quick-view .yith-wcwl-wishlistexistsbrowse:before, #woo-quick-view .yith-wcwl-wishlistexistsbrowse:after,
#woo-quick-view .yith-wcwl-add-button:before,
#woo-quick-view .yith-wcwl-add-button:after,
#woo-quick-view .yith-wcwl-wishlistaddedbrowse:before,
#woo-quick-view .yith-wcwl-wishlistaddedbrowse:after,
#woo-quick-view .compare-btn:before,
#woo-quick-view .compare-btn:after {
	display: none !important;
}

#woo-quick-view .product_title {
	font-size: 40px !important;
}

#woo-quick-view.add-content .quick-view-close {
	opacity: .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 {
	line-height: 1.2;
}

#woo-quick-view.add-content .summary .product_title a {
	color: #696969;
}

#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 .woocommerce-product-details__short-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: #fff;
	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;
	background-color: transparent;
	opacity: .4;
}

.mfp-content #woo-quick-view .mfp-close:before {
	font-size: 50px;
	content: "";
}

.mfp-content #woo-quick-view .mfp-close:hover {
	opacity: 1;
}

.quick-view-carousel .slick-arrow.slick-next {
	right: 0 !important;
	color: #333;
}

.quick-view-carousel .slick-arrow.slick-prev {
	left: 0 !important;
	color: #333;
}

.woocommerce.single-product .product.product-title-hide {
	padding-top: 50px;
	border-top: 1px solid #eee;
}

.woocommerce.single-product .background-wrapper {
	padding-bottom: 50px;
}

.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: .5s;
	animation-delay: .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 .wb-single-img-cnt a {
	padding: 0 10px;
}

.woocommerce.single-product .wb-single-img-cnt a:first-child {
	padding-left: 0;
}

.woocommerce.single-product .wb-single-img-cnt a:last-child {
	padding-right: 0;
}

.woocommerce.single-product .wb-single-img-cnt a img {
	opacity: 0.3;
}

.woocommerce.single-product .wb-single-img-cnt a:hover img {
	opacity: 1;
}

.woocommerce-variation {
	font-size: 0;
}

.woocommerce.single-product .woocommerce-variation-price,
.woocommerce.single-product .woocommerce-variation-availability {
	margin: 20px 0;
	display: inline-block;
	vertical-align: middle;
}

.woocommerce.single-product .woocommerce-variation-availability {
	margin: 0 20px;
}

.woocommerce.single-product .page-title + .site-content .product.product-layout-background .background-wrapper,
.woocommerce.single-product .page-title + .site-content .product.product-layout-background-fullwidth .background-wrapper {
	margin-top: -30px;
	padding-top: 30px;
}

.woocommerce.single-product .page-title + .site-content .product.product-layout-background .background-wrapper + .product-tabs-wrapper,
.woocommerce.single-product .page-title + .site-content .product.product-layout-background-fullwidth .background-wrapper + .product-tabs-wrapper {
	margin-top: 0;
}

.woocommerce.single-product .product.product-layout-background .background-wrapper,
.woocommerce.single-product .product.product-layout-background-fullwidth .background-wrapper {
	padding-top: 60px;
}

.woocommerce.single-product .product .woocommerce-product-gallery {
	margin-bottom: 40px;
}

.woocommerce.single-product .product .woocommerce-product-gallery.only-featured-image {
	margin-bottom: 0;
}

.woocommerce.single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	display: none;
}

.woocommerce.single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__image {
	position: relative;
}

.woocommerce.single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__image img {
	width: 100%;
}

.woocommerce.single-product .product .woocommerce-product-gallery .product-badges {
	font-size: 16px;
}

.woocommerce.single-product .product .woocommerce-product-gallery .product-badges span {
	left: 20px;
	width: 50px;
	height: 50px;
}

.woocommerce.single-product .product .woocommerce-product-gallery .product-badges span + span {
	top: 85px;
}

.woocommerce.single-product .product .woocommerce-product-gallery .product-badges span + span + span {
	top: 150px;
}

.woocommerce.single-product .product .woocommerce-product-gallery .lightbox-btn {
	font-size: 0;
	line-height: 1;
	height: 30px;
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 1;
}

.woocommerce.single-product .product .woocommerce-product-gallery .lightbox-btn i {
	font-size: 30px;
}

.woocommerce.single-product .input-text.qty.text {
	padding: 0 15px !important;
}

.woocommerce-product-gallery__wrapper {
	position: relative;
}

.woocommerce-product-gallery__slider {
	opacity: 0;
	visibility: hidden;
	margin-bottom: 0;
}

.woocommerce-product-gallery__slider:hover .slick-arrow {
	opacity: 1;
}

.thumbnails-bottom .woocommerce-product-gallery__slider {
	margin-bottom: 30px;
}

.only-featured-image .woocommerce-product-gallery__slider {
	opacity: 1;
	visibility: visible;
}

.woocommerce-product-gallery__slider .slick-dots {
	position: absolute;
	left: 0;
	bottom: 20px;
}

.woocommerce-product-gallery__slider .slick-arrow.slick-prev {
	left: 0;
}

.woocommerce-product-gallery__slider .slick-arrow.slick-arrow {
	right: 0;
}

.woocommerce-product-gallery__slider .woocommerce-product-gallery__image,
.woocommerce-product-gallery__slider .woocommerce-product-gallery__image a {
	cursor: crosshair;
}

.product-layout-sticky .woocommerce-product-gallery__slider {
	opacity: 1;
	visibility: visible;
}

.thumbnails-slider {
	opacity: 0;
	visibility: hidden;
	transition: opacity .4s ease, height .4s ease;
}

.thumbnails-slider .slick-slide {
	margin-left: 15px;
	margin-right: 15px;
}

.thumbnails-slider .slick-slide.slick-current img {
	border-color: #696969;
}

.thumbnails-slider .slick-slide img {
	max-width: 100%;
	border: 1px solid transparent;
}

.thumbnails-slider .slick-slide.first-child {
	margin-left: 0;
}

.thumbnails-slider .slick-slide.last-child {
	margin-right: 0;
}

.thumbnails-slider .slick-dots {
	margin-top: 20px;
}

.thumbnails-slider.slick-slider .slick-arrow {
	height: 30px;
	width: 30px;
	visibility: visible;
}

.thumbnails-slider.slick-slider .slick-arrow:before {
	height: 30px;
	width: 30px;
	line-height: 30px;
	font-size: 14px;
}

.thumbnails-slider.slick-slider:hover .slick-arrow {
	opacity: 1;
}

.thumbnails-slider.slick-slider:hover .slick-arrow.slick-next {
	right: -10px;
}

.thumbnails-slider.slick-slider:hover .slick-arrow.slick-prev {
	left: -10px;
}

.thumbnails-slider.slick-vertical {
	margin: 0;
}

.thumbnails-slider.slick-vertical .slick-arrow {
	height: 30px;
	width: 49%;
	color: #fff;
	opacity: .7;
	background-color: #7e7e7e;
	transform: translateY(0);
}

.thumbnails-slider.slick-vertical .slick-arrow:before {
	height: 30px;
	width: 100%;
	line-height: 30px;
}

.thumbnails-slider.slick-vertical .slick-arrow:hover {
	opacity: 1;
	color: #fff;
	background-color: #7e7e7e;
}

.thumbnails-slider.slick-vertical .slick-arrow.slick-next {
	left: auto;
	right: 0 !important;
	top: auto;
	bottom: 0;
}

.thumbnails-slider.slick-vertical .slick-arrow.slick-next:before {
	content: '\f078';
}

.thumbnails-slider.slick-vertical .slick-arrow.slick-prev {
	left: 0 !important;
	top: auto;
	bottom: 0;
}

.thumbnails-slider.slick-vertical .slick-arrow.slick-prev:before {
	content: '\f077';
}

.thumbnails-slider.slick-vertical .slick-arrow.slick-disabled {
	opacity: .4 !important;
	visibility: visible !important;
}

.thumbnails-slider.slick-vertical .slick-list {
	padding-bottom: 60px;
}

.thumbnails-slider.slick-vertical .slick-slide {
	margin: 0 0 10px;
}

.woocommerce.single-product .product .summary {
	z-index: 1;
}

.woocommerce.single-product .product .summary.single-nav-on {
	position: relative;
}

.woocommerce.single-product .product .summary.single-nav-on .post-nav-wrapper {
	right: 15px;
}

.woocommerce.single-product .product .summary .woocommerce-product-rating {
	margin-bottom: 15px;
}

.woocommerce.single-product .product .summary .product_title {
	font-size: 48px;
	line-height: 56px;
	font-weight: 500;
	padding: 10px 0;
	max-width: 90%;
}

.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: 16px;
}

.woocommerce.single-product .product .summary .star-rating > span:before {
	font-size: 16px;
}

.woocommerce.single-product .product .summary .price {
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
}

.woocommerce.single-product .product .summary .price del {
	font-size: .875em;
	margin-right: 10px;
}

.woocommerce.single-product .product .summary .woocommerce-product-details__short-description p {
	font-size: 18px;
	line-height: 28px;
	margin-bottom: 30px;
	letter-spacing: 0.5px;
	font-weight: 300;
}

.woocommerce.single-product .product .summary form.cart {
	margin-bottom: 35px;
}

.woocommerce.single-product .product .summary form.cart .quantity {
	margin: 0 5%;
}

.woocommerce.single-product .product .summary .quantity {
	display: inline-block;
	vertical-align: middle;
}

.woocommerce.single-product .product .summary form.variations_form table.variations {
	width: 100%;
	border: none;
	margin-bottom: 10px;
	text-transform: capitalize;
}

.woocommerce.single-product .product .summary form.variations_form table.variations td {
	border: none;
	padding: 10px 0 0;
}

.woocommerce.single-product .product .summary form.variations_form table.variations td.label {
	width: 28%;
}

.woocommerce.single-product .product .summary form.variations_form label {
	font-size: 14px;
	font-weight: 500;
	color: #333;
	margin-bottom: 0;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.woocommerce.single-product .product .summary form.variations_form select.isw-selectbox {
	display: none;
}

.woocommerce.single-product .product .summary form.variations_form .isw-swatch {
	vertical-align: middle;
}

.woocommerce.single-product .product .summary form.variations_form .isw-swatch.isw-swatch--isw_color {
	padding-left: 10px;
}

.woocommerce.single-product .product .summary form.variations_form .isw-swatch--isw_color .isw-term {
	vertical-align: middle;
	height: 18px;
	width: 18px;
	line-height: 18px;
}

.woocommerce.single-product .product .summary form.variations_form .isw-swatch--isw_color .isw-term.isw-selected {
	box-shadow: 0 0 0 3px #fff, 0 0 0 4px #aaa;
}

.woocommerce.single-product .product .summary form.variations_form .isw-swatch--isw_text .isw-term {
	height: 30px;
	min-width: 30px;
	font-size: 24px;
	line-height: 24px;
	font-weight: 400;
	text-align: center;
	z-index: 1;
	color: #ababab;
	padding: 0 10px;
	margin-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	border: none;
}

.woocommerce.single-product .product .summary form.variations_form .isw-selectbox.nice-select {
	height: auto;
	border-radius: 0;
	border: none;
}

.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 .cart {
	position: relative;
	display: block;
	margin-top: 15px;
}

.woocommerce.single-product .product .summary .cart .qty {
	display: inline-block;
	padding: 10px 0;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 500;
	color: #333;
	margin-bottom: 0;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.woocommerce.single-product .product .summary p.cart {
	display: inline-block;
	margin-bottom: 25px;
}

.woocommerce.single-product .product .summary p.cart + .compare-btn {
	margin-bottom: 25px;
}

.woocommerce.single-product .product .summary table.group_table {
	width: 100%;
	margin-bottom: 25px;
}

.woocommerce.single-product .product .summary table.group_table td {
	padding-top: 10px;
	padding-bottom: 10px;
}

.woocommerce.single-product .product .summary table.group_table td:first-of-type {
	width: 150px;
	padding-left: 0;
}

.woocommerce.single-product .product .summary table.group_table td:first-of-type .quantity {
	margin-right: 0;
}

.woocommerce.single-product .product .summary table.group_table td.label {
	font-size: 16px;
	font-weight: 500;
}

.woocommerce.single-product .product .summary table.group_table td.label label {
	margin: 0;
}

.woocommerce.single-product .product .summary table.group_table td.price {
	font-size: 18px;
}

.woocommerce.single-product .product .summary table.group_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 {
	margin-right: 5px;
	content: "";
}

.woocommerce.single-product .product .summary table.product_meta,
.woocommerce.single-product .product .summary table.product-share {
	width: 100%;
	border-bottom: none;
}

.woocommerce.single-product .product .summary table.product_meta tr,
.woocommerce.single-product .product .summary table.product-share tr {
	padding: 0;
}

.woocommerce.single-product .product .summary table.product_meta td,
.woocommerce.single-product .product .summary table.product-share td {
	border: none;
	padding-top: 5px;
	padding-bottom: 0;
}

.woocommerce.single-product .product .summary table.product_meta td.label,
.woocommerce.single-product .product .summary table.product-share td.label {
	font-size: 16px;
	line-height: 45px;
	font-weight: 500;
	color: #333;
	width: 30%;
	margin-bottom: 0;
}

.woocommerce.single-product .product .summary table.product_meta td.value a,
.woocommerce.single-product .product .summary table.product-share td.value a {
	color: currentColor;
}

.woocommerce.single-product .product .summary table.product_meta td:first-of-type,
.woocommerce.single-product .product .summary table.product-share td:first-of-type {
	padding-left: 0;
}

.woocommerce.single-product .product .summary table.product_meta span,
.woocommerce.single-product .product .summary table.product-share span {
	font-size: 16px;
}

.woocommerce.single-product .product .summary table.product_meta {
	border-top: 1px solid #e0e0e0;
	margin-top: 20px;
}

.woocommerce.single-product .product .summary table.product_meta tr:first-of-type td {
	padding-top: 20px;
}

.woocommerce.single-product .product .summary table.product_meta td {
	font-size: 16px;
	font-weight: 300;
}

.woocommerce.single-product .product .summary table.product-share .share-list__item {
	font-size: 16px;
}

.woocommerce.single-product .product .summary table.product-share td {
	padding-left: 0;
}

.woocommerce.single-product .product .summary .compare-btn,
.product-loop .compare-btn {
	display: inline-block;
	vertical-align: bottom;
}

.woocommerce.single-product .product .summary .compare-btn .blockUI.blockOverlay,
.product-loop .compare-btn .blockUI.blockOverlay {
	display: none !important;
}

.woocommerce.single-product .product .summary .compare-btn.loading a:before,
.product-loop .compare-btn.loading a:before {
	content: url(assets/images/loading-alt.svg);
	line-height: 1;
	display: inline-block;
	vertical-align: middle;
}

.woocommerce.single-product .product .summary .compare-btn:hover a:before,
.product-loop .compare-btn:hover a:before {
	color: #fff;
}

.woocommerce.single-product .product .summary .compare-btn a,
.product-loop .compare-btn a {
	font-size: 0;
	display: block;
	height: 48px;
	width: 48px;
	text-align: center;
	border-radius: 100%;
	line-height: 48px;
	margin-top: -2px;
	margin-left: -2px;
}

.woocommerce.single-product .product .summary .compare-btn a:before,
.product-loop .compare-btn a:before {
	display: block;
	font-family: "Font Awesome 5 Pro";
	content: '\f074';
	font-size: 16px;
	line-height: 48px;
}

.woocommerce.single-product .product .summary .block-action,
.product-loop .block-action {
	margin: 30px 0;
}

.woocommerce.single-product .product .summary .single_add_to_cart_button,
.woocommerce.single-product .product .summary .add_to_cart_button,
.product-loop .single_add_to_cart_button,
.product-loop .add_to_cart_button {
	display: inline-block;
	font-size: 14px;
	padding-left: 35px;
	padding-right: 35px;
	margin: 0 20px;
	color: #fff;
	border-color: #333 !important;
	text-transform: uppercase;
}

.woocommerce.single-product .product .summary .single_add_to_cart_button.recent-added:before,
.woocommerce.single-product .product .summary .add_to_cart_button.recent-added:before,
.product-loop .single_add_to_cart_button.recent-added:before,
.product-loop .add_to_cart_button.recent-added:before {
	content: "";
	font-size: 20px;
}

.woocommerce.single-product .product .summary .single_add_to_cart_button.wc-variation-selection-needed.disabled:before,
.woocommerce.single-product .product .summary .add_to_cart_button.wc-variation-selection-needed.disabled:before,
.product-loop .single_add_to_cart_button.wc-variation-selection-needed.disabled:before,
.product-loop .add_to_cart_button.wc-variation-selection-needed.disabled:before {
	content: "";
}

.woocommerce.single-product .product .summary .single_add_to_cart_button:hover,
.woocommerce.single-product .product .summary .add_to_cart_button:hover,
.product-loop .single_add_to_cart_button:hover,
.product-loop .add_to_cart_button:hover {
	background-color: transparent !important;
	color: #333 !important;
}

.woocommerce.single-product .product .summary .single_add_to_cart_button:hover:before,
.woocommerce.single-product .product .summary .add_to_cart_button:hover:before,
.product-loop .single_add_to_cart_button:hover:before,
.product-loop .add_to_cart_button:hover:before {
	color: #333;
}

.woocommerce.single-product .product .summary .single_add_to_cart_button.loading,
.woocommerce.single-product .product .summary .add_to_cart_button.loading,
.product-loop .single_add_to_cart_button.loading,
.product-loop .add_to_cart_button.loading {
	position: relative;
	padding-left: 40px;
}

.woocommerce.single-product .product .summary .single_add_to_cart_button.loading:before,
.woocommerce.single-product .product .summary .add_to_cart_button.loading:before,
.product-loop .single_add_to_cart_button.loading:before,
.product-loop .add_to_cart_button.loading:before {
	content: url(assets/images/loading.svg);
	position: absolute;
	top: 15px;
	left: 10px;
}

.woocommerce.single-product .product .summary .add-to-cart-btn a,
.product-loop .add-to-cart-btn a {
	margin: 0;
	font-size: 16px;
}

.woocommerce.single-product .product .summary .stock,
.product-loop .stock {
	line-height: 20px;
	margin-top: -10px;
}

.woocommerce.single-product .product .summary .stock:before,
.product-loop .stock:before {
	display: inline-block;
	margin-right: 5px;
	vertical-align: top;
	font-size: 20px;
}

.woocommerce.single-product .product .summary .stock.in-stock:before,
.product-loop .stock.in-stock:before {
	color: #8cc63e;
	content: '\f120';
}

.woocommerce.single-product .product .summary .stock.out-of-stock:before,
.product-loop .stock.out-of-stock:before {
	color: #a44;
	content: '\f100';
}

.woocommerce.single-product .product .summary .stock.on-back-order:before,
.product-loop .stock.on-back-order:before {
	color: #eaa600;
	content: '\f26e';
}

.woocommerce.single-product .product .summary table.variations a.reset_variations,
.product-loop table.variations a.reset_variations {
	display: none !important;
}

.woocommerce.single-product .product .summary table.variations tr:last-child a.reset_variations,
.product-loop table.variations tr:last-child a.reset_variations {
	display: inline-block !important;
}

.woocommerce.single-product .product .summary .single_add_to_cart_button:before,
.woocommerce.single-product .product .summary .add_to_cart_button:before, .woocommerce.single-product .product .summary .product_type_external:before,
.woocommerce.single-product .product .summary.outofstock .add-to-cart-btn .button:before,
.product-loop .single_add_to_cart_button:before,
.product-loop .add_to_cart_button:before,
.product-loop .product_type_external:before,
.product-loop.outofstock .add-to-cart-btn .button:before {
	content: "";
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	padding-right: 5px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -5px;
}

.woocommerce.single-product .product .summary .product_type_external:before,
.woocommerce.single-product .product .summary.outofstock .add-to-cart-btn .button:before,
.product-loop .product_type_external:before,
.product-loop.outofstock .add-to-cart-btn .button:before {
	content: "";
	cursor: pointer;
}

.woocommerce.single-product .product .summary .woocommerce-variation:empty,
.woocommerce.single-product .product .summary .woocommerce-variation-description:empty,
.woocommerce.single-product .product .summary .woocommerce-variation-price:empty,
.woocommerce.single-product .product .summary .woocommerce-variation-availability:empty,
.product-loop .woocommerce-variation:empty,
.product-loop .woocommerce-variation-description:empty,
.product-loop .woocommerce-variation-price:empty,
.product-loop .woocommerce-variation-availability:empty {
	display: none;
}

.woocommerce.single-product .product .summary .single_add_to_cart_button {
	background-color: #333 !important;
}

.woocommerce.single-product .product .summary .add-to-cart-btn {
	margin: 0 !important;
	padding: 12px 18px;
}

.woocommerce.single-product .product .product-tabs-wrapper {
	margin-top: 50px;
	border-bottom: 1px solid #eee;
}

.woocommerce.single-product .product .product-tabs-wrapper .wc-tabs {
	list-style: none;
	margin: 0;
	padding-top: 80px;
	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: 34px;
	line-height: 50px;
	font-weight: 600;
	margin: 0 22px;
}

.woocommerce.single-product .product .product-tabs-wrapper .wc-tabs li > a {
	display: inline-block;
	text-align: center;
	text-transform: none;
	font-weight: 500;
	font-size: 40px;
	line-height: 56px;
	padding: 20px 0 18px;
	opacity: 0.1;
}

.woocommerce.single-product .product .product-tabs-wrapper .wc-tabs li.active > a, .woocommerce.single-product .product .product-tabs-wrapper .wc-tabs li:hover > a {
	opacity: 1;
}

.woocommerce.single-product .product .product-tabs-wrapper .wc-tabs-panel-wrapper {
	background-color: #fff;
	padding: 80px 0 60px;
}

.woocommerce.single-product .product .product-tabs-wrapper .woocommerce-Tabs-panel p {
	font-weight: 300;
}

.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 {
	width: 100%;
	max-width: 550px;
	margin: 0 auto;
	font-size: 18px;
}

.woocommerce.single-product .product .product-tabs-wrapper .woocommerce-Tabs-panel--additional_information table.shop_attributes th {
	font-size: 14px;
	font-weight: 500;
	color: #333;
	border-top: 1px solid #ededed;
	padding-top: 10px;
	padding-bottom: 10px;
}

.woocommerce.single-product .product .product-tabs-wrapper .woocommerce-Tabs-panel--additional_information table.shop_attributes td {
	font-size: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.woocommerce.single-product .product .product-tabs-wrapper .woocommerce-Tabs-panel--reviews {
	margin-top: -40px;
}

.woocommerce.single-product .product .product-tabs-wrapper #tab-pwb_tab h2 {
	display: none;
}

/*  comments & reviews */

.woocommerce.single-product .product #comments {
	padding-top: 60px;
}

.woocommerce.single-product .product #comments > h2 {
	text-align: center;
	font-size: 24px;
	font-weight: 400;
	line-height: 1.2;
	display: block;
	text-transform: none;
	color: #333;
	margin-top: 0;
}

.woocommerce.single-product .product #comments .woocommerce-review__author {
	font-size: 18px;
	font-weight: 600;
	color: #333;
}

.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 .review .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 .review .star-rating {
	float: left;
}

.woocommerce.single-product .product #comments .comment .meta,
.woocommerce.single-product .product #comments .review .meta {
	font-size: 0;
	margin-bottom: 10px;
}

.woocommerce.single-product .product #comments .comment .meta strong[itemprop="author"],
.woocommerce.single-product .product #comments .review .meta strong[itemprop="author"] {
	font-size: 16px;
	font-weight: 600;
	color: #333;
}

.woocommerce.single-product .product #comments .comment .meta time,
.woocommerce.single-product .product #comments .review .meta time {
	font-size: 16px;
	margin-left: 15px;
	font-weight: 400;
	color: #333;
}

.woocommerce.single-product .product #comments .comment .meta time:before,
.woocommerce.single-product .product #comments .review .meta time:before {
	content: '/';
	margin-right: 8px;
}

.woocommerce.single-product .product #comments .comment .comment-text,
.woocommerce.single-product .product #comments .review .comment-text {
	background-color: #fff;
	padding-left: 30px;
	padding-right: 0 !important;
}

.woocommerce.single-product .product #tab-reviews .woocommerce-Reviews-title,
.woocommerce.single-product .product #review_form_wrapper #reply-title {
	text-align: center;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
	display: block;
	text-transform: none;
	margin-bottom: 25px;
	letter-spacing: 0;
}

.woocommerce.single-product .product #review_form_wrapper {
	padding-top: 40px;
}

.woocommerce.single-product .product #review_form_wrapper .comment-form label[for="rating"] {
	font-weight: 500;
	color: #333;
	display: inline-block;
	vertical-align: middle;
	margin-right: 40px;
	margin-bottom: 0;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.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: '\f2fc';
}

.woocommerce.single-product .product #review_form_wrapper .comment-form .stars.selected a.active:before {
	content: '\f2fc';
}

.woocommerce.single-product .product #review_form_wrapper .comment-form .stars.selected a:not(.active):before {
	content: '\f2fc';
}

.woocommerce.single-product .product #review_form_wrapper .comment-form .stars.selected a.active ~ a:before {
	content: '\f3ae';
}

.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: #f5cc26;
}

.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: 16px;
	text-indent: 0;
	overflow: hidden;
	content: "";
}

.woocommerce.single-product .product #review_form_wrapper .comment-form .stars a:hover ~ a:before {
	content: '\f3ae';
}

.woocommerce.single-product .product #review_form_wrapper .comment-form-author {
	float: left;
	width: calc(50% - 15px);
	margin-right: 30px;
	margin-bottom: 20px;
}

.woocommerce.single-product .product #review_form_wrapper .comment-form-email {
	float: right;
	width: calc(50% - 15px);
	margin-bottom: 20px;
}

.woocommerce.single-product .product #review_form_wrapper .comment-form-rating {
	clear: both;
}

.woocommerce.single-product .product #review_form_wrapper .comment-form-comment {
	margin-bottom: 30px;
}

.woocommerce.single-product .product #review_form_wrapper #submit {
	padding: 10px 35px;
}

/* up sells and related products */
.up-sells,
.related {
	margin-top: 100px;
}

.up-sells.slick-slider .products,
.related.slick-slider .products {
	opacity: 0;
	visibility: hidden;
	margin-bottom: 0;
}

.up-sells .slick-dots,
.related .slick-dots {
	margin-bottom: 35px !important;
}

.up-sells > .title,
.related > .title {
	text-align: center;
	text-transform: none;
	font-weight: 500;
	font-size: 40px;
	line-height: 56px;
	margin-top: 0;
	margin-bottom: 50px;
}

/* product instagram */
.product-instagram {
	border-top: 1px solid #eee;
	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: .1em;
	color: #fff;
}

.product-instagram .tm-instagram-pics .item-info a {
	color: #fff !important;
}

.product-instagram .tm-instagram-pics .item-info span {
	position: relative;
	transition-delay: .3s;
}

.product-instagram .tm-instagram-pics .item-info span:before {
	content: '';
	height: 1px;
	width: 0;
	position: absolute;
	left: 0;
	top: 50%;
	background-color: #fff;
	transition-duration: .5s;
	transform: translateY(-50%);
}

.single-product .yith-wcwl-add-to-wishlist,
.single-product .quick-view-btn,
.single-product .compare-btn,
.product-loop .yith-wcwl-add-to-wishlist,
.product-loop .quick-view-btn,
.product-loop .compare-btn {
	position: relative;
	font-size: 0;
	display: inline-block;
	vertical-align: middle;
	width: 48px;
	height: 48px;
	border: 2px solid #ededed;
	border-radius: 100%;
	line-height: 48px;
	margin-top: 0 !important;
	transition: all 0.5s ease;
}

.single-product .yith-wcwl-add-to-wishlist:hover a:before,
.single-product .quick-view-btn:hover a:before,
.single-product .compare-btn:hover a:before,
.product-loop .yith-wcwl-add-to-wishlist:hover a:before,
.product-loop .quick-view-btn:hover a:before,
.product-loop .compare-btn:hover a:before {
	color: #fff;
}

.single-product .yith-wcwl-add-to-wishlist .ajax-loading,
.single-product .yith-wcwl-add-to-wishlist .feedback,
.single-product .quick-view-btn .ajax-loading,
.single-product .quick-view-btn .feedback,
.single-product .compare-btn .ajax-loading,
.single-product .compare-btn .feedback,
.product-loop .yith-wcwl-add-to-wishlist .ajax-loading,
.product-loop .yith-wcwl-add-to-wishlist .feedback,
.product-loop .quick-view-btn .ajax-loading,
.product-loop .quick-view-btn .feedback,
.product-loop .compare-btn .ajax-loading,
.product-loop .compare-btn .feedback {
	display: none !important;
}

.single-product .yith-wcwl-add-to-wishlist a,
.single-product .quick-view-btn a,
.single-product .compare-btn a,
.product-loop .yith-wcwl-add-to-wishlist a,
.product-loop .quick-view-btn a,
.product-loop .compare-btn a {
	display: block;
	text-align: center;
	line-height: 1;
	width: 48px;
}

.single-product .yith-wcwl-add-to-wishlist a:focus,
.single-product .quick-view-btn a:focus,
.single-product .compare-btn a:focus,
.product-loop .yith-wcwl-add-to-wishlist a:focus,
.product-loop .quick-view-btn a:focus,
.product-loop .compare-btn a:focus {
	outline: none;
}

.single-product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist:before,
.single-product .quick-view-btn .yith-wcwl-add-button a.add_to_wishlist:before,
.single-product .compare-btn .yith-wcwl-add-button a.add_to_wishlist:before,
.product-loop .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist:before,
.product-loop .quick-view-btn .yith-wcwl-add-button a.add_to_wishlist:before,
.product-loop .compare-btn .yith-wcwl-add-button a.add_to_wishlist:before {
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	content: '\f004';
	font-size: 18px;
	line-height: 50px;
	margin-left: -2px;
}

.single-product .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist.loading:before,
.single-product .quick-view-btn .yith-wcwl-add-button a.add_to_wishlist.loading:before,
.single-product .compare-btn .yith-wcwl-add-button a.add_to_wishlist.loading:before,
.product-loop .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a.add_to_wishlist.loading:before,
.product-loop .quick-view-btn .yith-wcwl-add-button a.add_to_wishlist.loading:before,
.product-loop .compare-btn .yith-wcwl-add-button a.add_to_wishlist.loading:before {
	content: url(assets/images/loading-alt.svg);
	line-height: 50px;
	width: 50px;
	margin-top: 5px;
	margin-left: -2px;
}

.single-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.single-product .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.single-product .quick-view-btn .yith-wcwl-wishlistaddedbrowse a:before,
.single-product .quick-view-btn .yith-wcwl-wishlistexistsbrowse a:before,
.single-product .compare-btn .yith-wcwl-wishlistaddedbrowse a:before,
.single-product .compare-btn .yith-wcwl-wishlistexistsbrowse a:before,
.product-loop .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistaddedbrowse a:before,
.product-loop .yith-wcwl-add-to-wishlist .yith-wcwl-wishlistexistsbrowse a:before,
.product-loop .quick-view-btn .yith-wcwl-wishlistaddedbrowse a:before,
.product-loop .quick-view-btn .yith-wcwl-wishlistexistsbrowse a:before,
.product-loop .compare-btn .yith-wcwl-wishlistaddedbrowse a:before,
.product-loop .compare-btn .yith-wcwl-wishlistexistsbrowse a:before {
	font-family: "Font Awesome 5 Pro";
	content: '\f004';
	font-weight: bold;
	font-size: 18px;
	line-height: 50px;
	margin-left: -2px;
}

.single-product .quick-view-btn a,
.product-loop .quick-view-btn a {
	display: inline !important;
}

.single-product .yith-wcwl-add-to-wishlist,
.single-product .quick-view-btn,
.single-product .compare-btn a,
.single-product .compare-btn:hover a {
	width: 50px !important;
	height: 50px !important;
}

.single-product .compare-btn.loading a:before {
	margin-top: 5px;
	line-height: 20px !important;
}

.video-lightbox-btn {
	position: absolute !important;
	top: 80px;
	right: 18px;
	z-index: 1;
}

.video-lightbox-btn img {
	width: 30px;
	height: 30px;
}

.video-lightbox-btn:hover img {
	transform: scale(1.1);
}

/* Wishlist table */
#yith-wcwl-form {
	background-color: transparent;
	border: 1px solid #e7e7e7;
}

#yith-wcwl-form .wishlist-title {
	display: none;
}

#yith-wcwl-form table.shop_table.wishlist_table {
	font-size: 100%;
}

#yith-wcwl-form table.shop_table.wishlist_table th {
	border-top: none;
}

#yith-wcwl-form table.shop_table.wishlist_table th.product-name {
	text-align: left;
	padding-left: 25px;
}

#yith-wcwl-form table.shop_table.wishlist_table td {
	text-align: left;
	padding-top: 30px;
	padding-bottom: 30px;
}

#yith-wcwl-form table.shop_table.wishlist_table td.product-thumbnail {
	width: 130px;
	padding-left: 25px;
}

#yith-wcwl-form table.shop_table.wishlist_table td.product-thumbnail a {
	max-width: 100px;
}

#yith-wcwl-form table.shop_table.wishlist_table td.product-name {
	padding-left: 0;
}

#yith-wcwl-form table.shop_table.wishlist_table td.product-name a {
	font-size: 16px;
}

#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 {
	font-size: 14px;
}

#yith-wcwl-form table.shop_table.wishlist_table td.product-stock-status span {
	color: #ababab;
}

#yith-wcwl-form table.shop_table.wishlist_table td.product-stock-status span:before {
	content: '\f120';
	margin-right: 5px;
	color: #8cc63e;
}

#yith-wcwl-form table.shop_table.wishlist_table td.product-stock-status span.wishlist-out-of-stock:before {
	content: '\f100';
	color: #ababab;
}

#yith-wcwl-form table.shop_table.wishlist_table td.product-add-to-cart .add-to-cart-btn {
	position: static;
	opacity: 1;
	visibility: visible;
	text-align: center;
	transform: translateY(0);
	padding: 0;
	border: none;
	background-color: #dedede;
}

#yith-wcwl-form table.shop_table.wishlist_table td.product-add-to-cart .add-to-cart-btn > a {
	border-color: #dedede;
}

#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-alt.svg);
	display: inline-block;
	float: left;
	margin-right: 5px;
}

#yith-wcwl-form table.shop_table.wishlist_table td.product-add-to-cart .button {
	text-transform: none;
	font-size: 16px;
	line-height: 28px;
	margin: 0 auto;
	border: 2px solid transparent;
	color: #333;
	padding: 10px 30px;
	border-radius: 52px;
	display: inline-block !important;
}

#yith-wcwl-form table.shop_table.wishlist_table td.product-add-to-cart .button:before {
	font-size: 20px;
	margin-right: 10px;
	content: "";
}

#yith-wcwl-form table.shop_table.wishlist_table td.product-remove {
	padding: 30px;
}

#yith-wcwl-form .yith-wcwl-share {
	margin-bottom: 0;
	padding-left: 25px;
}

#yith-wcwl-form .yith-wcwl-share ul {
	display: inline-block;
	vertical-align: top;
}

#yith-wcwl-form .yith-wcwl-share-title {
	font-size: 18px;
	font-weight: 500;
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}

#yith-wcwl-form .learts-product-buttons .quick-view-btn,
#yith-wcwl-form .learts-product-buttons .compare-btn {
	display: none;
}

.wishlist-action {
	margin-top: 40px;
	text-align: center;
}

.wishlist-action .button {
	margin: 0 10px;
}

.yith-wcwl-share {
	display: none;
}

.shop_table .yith-wcwl-share {
	display: block;
}

/**
 * Main WooCommerce styles
 */
.woocommerce {
	/**
	 * General layout styles
	 */
	/**
	 * Order page
	 */
}

.woocommerce .blockUI.blockOverlay {
	opacity: 1 !important;
	background: rgba(255, 255, 255, 0.5) 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 .variation {
	font-size: 16px;
	display: block;
	margin: 0;
}

.woocommerce .variation:after {
	content: '';
	display: table;
	clear: both;
}

.woocommerce .variation dd,
.woocommerce .variation dt {
	display: block;
	line-height: 22px;
	float: left;
	clear: both;
	color: #ababab;
}

.woocommerce .variation dt {
	font-weight: inherit;
	margin-right: 5px;
}

.woocommerce .variation dd {
	clear: none;
	margin: 0;
}

.woocommerce .variation dd p {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 0;
}

.woocommerce .variation dd span.filter-swatch.swatch-color,
.woocommerce .variation dd span.filter-swatch.swatch-image img {
	display: inline-block;
	vertical-align: 0px;
	height: 16px;
	width: 16px;
	line-height: 16px;
	border-radius: 100%;
}

.woocommerce .variation .woocommerce-Price-amount {
	font-size: 12px !important;
	color: #999 !important;
}

.woocommerce input[type="number"].qty {
	width: 45px;
	margin: 0 auto;
}

.woocommerce .quantity.hidden {
	display: none;
}

.woocommerce .quantity.learts_qty {
	height: 45px;
	font-weight: 600;
	max-width: 110px;
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 10px 0;
	border-bottom: 2px solid #ccc;
}

.woocommerce .quantity.learts_qty .qty {
	text-align: center;
	border: none;
	float: left;
	height: 100%;
	width: 80%;
	margin: 0;
	padding: 0 10px;
	background-color: transparent !important;
	-moz-appearance: textfield;
}

.woocommerce .quantity.learts_qty .qty::-webkit-inner-spin-button, .woocommerce .quantity.learts_qty .qty::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

.woocommerce .quantity.learts_qty .plus,
.woocommerce .quantity.learts_qty .minus {
	font-size: 0;
	float: left;
	cursor: pointer;
	line-height: 1;
	margin-top: 5px;
}

.woocommerce .quantity.learts_qty .plus:before,
.woocommerce .quantity.learts_qty .minus:before {
	font-size: 14px;
}

.woocommerce .quantity.learts_qty .plus:hover,
.woocommerce .quantity.learts_qty .minus:hover {
	color: #333;
}

.woocommerce .quantity.learts_qty .plus:before {
	content: '\f218';
}

.woocommerce .quantity.learts_qty .minus:before {
	content: '\f209';
}

.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 .col2-set label {
	text-transform: uppercase;
	letter-spacing: 0.1em;
	font-weight: 500;
}

.woocommerce form > h3 {
	text-transform: none;
	text-align: center;
	margin: 0;
	padding: 50px 0 30px 0;
	font-size: 34px;
	line-height: 48px;
	font-weight: 400;
}

.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;
	margin: 0;
}

.woocommerce form .form-row.form-row-wide {
	clear: both;
}

.woocommerce form .form-row.place-order {
	text-align: center;
}

.woocommerce form .form-row.place-order button:hover, .woocommerce form .form-row.place-order .learts-button:hover {
	background-color: transparent;
}

.woocommerce form .input-text {
	font-size: 16px;
	line-height: 24px;
	border: none;
	border-bottom: 2px solid #ccc;
}

.woocommerce form #order_comments {
	min-height: 140px;
}

.woocommerce table.shop_table {
	width: 100%;
}

.woocommerce table.shop_table.woocommerce-cart-form__contents {
	border: 1px solid #e7e7e7;
}

.woocommerce table.shop_table .cart-subtotal .woocommerce-Price-amount {
	color: #333;
}

.woocommerce table.shop_table .cart-subtotal td {
	border: none;
}

.woocommerce table.shop_table .woocommerce-Price-amount {
	font-weight: 600;
}

.woocommerce table.shop_table label {
	color: #333;
}

.woocommerce table.shop_table th {
	text-transform: none;
	font-size: 18px;
	line-height: 24px;
	font-weight: 700;
	color: #222;
	background-color: transparent;
	padding: 16px 12px;
}

.woocommerce table.shop_table th:first-of-type {
	padding-left: 25px;
}

.woocommerce table.shop_table td.product-name {
	color: #696969;
}

.woocommerce table.shop_table td.product-name a {
	color: currentColor;
}

.woocommerce table.shop_table td.product-price del span.woocommerce-Price-amount {
	font-size: 12px;
	font-weight: 400;
	color: #ababab;
}

.woocommerce table.shop_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 {
	font-size: 24px;
	font-weight: 600;
}

.woocommerce table.shop_table tr.order-total .includes_tax {
	font-size: 100%;
}

.woocommerce table.shop_table tr.order-total .includes_tax .amount {
	font-size: inherit;
}

.woocommerce table.shop_table tr.order-total td {
	border: none;
}

.woocommerce table.shop_table td.product-remove a {
	text-align: center;
	font-size: 0;
	display: block;
	height: 45px;
	width: 45px;
	color: #ababab;
}

.woocommerce table.shop_table td.product-remove a:before {
	font-size: 20px;
	line-height: 41px;
	content: "";
}

.woocommerce table.shop_table td.product-remove a:hover {
	color: #c61932;
}

.woocommerce table.shop_table tfoot td {
	padding-left: 0;
}

.woocommerce ul.order_details {
	display: inline-block;
	list-style: none;
	margin: 0 0 1.5em;
	padding: 15px 15px 0;
	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: .715em;
	line-height: 1;
	border-right: 1px dashed #ddd;
	margin-left: 0;
	margin-right: 2em;
	margin-bottom: 15px;
	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: #333;
}

.woocommerce ul.order_details li:last-of-type {
	border: none;
}

.woocommerce #customer_details {
	display: block;
	width: 100%;
	float: none;
	margin: 0;
}

.woocommerce .select2 {
	border-bottom: 2px solid #ccc;
}

.star-rating {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	overflow: hidden;
	font-size: 0;
	width: auto;
	line-height: 1;
	color: #ababab;
}

.star-rating:before {
	font-size: 16px;
	content: "    ";
}

.star-rating > span {
	position: absolute;
	top: 0;
	left: 0;
	overflow: visible;
	color: #f5cc26;
	text-align: left;
}

.star-rating > span:before {
	position: absolute;
	font-size: 16px;
	left: 0;
	content: "    ";
}

.product-badges {
	font-size: 18px;
	text-align: center;
	color: #fff;
}

.product-badges span {
	position: absolute;
	top: 20px;
	left: 20px;
	text-transform: lowercase;
	display: inline-block;
	height: 48px;
	width: 48px;
	line-height: 48px;
	font-weight: 500;
	border-radius: 100%;
	z-index: 3;
}

.product-badges span.new {
	background-color: #ffcb05;
}

.product-badges span.hot {
	background-color: #f8796c;
}

.product-badges span.onsale {
	background-color: #98d8ca;
}

.product-badges span.outofstock {
	background-color: #aaa;
}

.product-badges span.outofstock i {
	font-size: 20px;
}

.product-badges span + span {
	top: 80px;
}

.product-badges span + span + span {
	top: 140px;
}

.product-badges span + span + span + span {
	top: 200px;
}

.isw-swatches.isw-swatches--in-loop .isw-term {
	margin-right: 8px;
}

.isw-swatches.isw-swatches--in-loop .isw-term:last-of-type {
	margin-right: 0;
}

.isw-swatches .isw-swatch--isw_color .isw-term {
	border: 1px solid #ddd;
}

.isw-swatches .isw-term:after {
	font-family: inherit;
}

.isw-swatches .isw-white.isw-selected {
	border: 1px solid #ddd;
}

.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: #333;
	box-shadow: none;
	font-weight: 400;
}

.isw-swatches .isw-swatch--isw_text .isw-term:before, .isw-swatches .isw-swatch--isw_text .isw-term:after {
	display: none;
}

.isw-disabled {
	cursor: no-drop !important;
}

.reset_variations {
	font-size: 8px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: .1em;
	text-decoration: underline;
}

.product-style--button-hover-alt .reset_variations,
.product-style--button-hover .reset_variations {
	display: inline-block !important;
}

.reset_variations.show {
	opacity: 1;
	visibility: visible;
}

/**
 * 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: #fff;
	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: #fff;
	content: "";
}

.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: "";
}

.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: #333 !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;
}

.wc-points-rewards-product-message {
	font-size: 14px;
	display: block;
}

.wpf-umf-cart-upload-button-container {
	margin-top: 10px;
}

.button.wpf-umf-cart-upload-button {
	font-size: 12px !important;
}

.product-price ins .woocommerce-Price-amount {
	color: #f8796c;
}

.tm-shortcode.learts-image-360 .cd-product-viewer-wrapper {
	position: relative;
	top: 0;
	left: 0;
	transform: none;
	opacity: 1;
	visibility: visible;
}

.image-lightbox-gallery-item {
	position: relative;
	margin-bottom: 25px;
}

.image-lightbox-gallery-item .image {
	overflow: hidden;
}

.image-lightbox-gallery-item.hover-zoom-in:hover img {
	transform: scale(1.1);
}

.image-lightbox-gallery-item.hover-border-zoom:hover .banner-link:after {
	opacity: 1;
	visibility: visible;
}

.image-lightbox-gallery-item.hover-border-zoom:hover img {
	transform: scale(1.1);
}

.image-lightbox-gallery-item.hover-border-zoom .banner-link {
	position: relative;
	overflow: hidden;
}

.image-lightbox-gallery-item.hover-border-zoom .banner-link:after {
	display: block;
	position: absolute;
	content: '';
	top: 20px;
	left: 20px;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	background-color: transparent;
	border: 1px solid #fff;
	opacity: 0;
	visibility: hidden;
}

.image-lightbox-gallery-item.hover-blur:hover img {
	filter: blur(2px);
}

.image-lightbox-gallery-item.hover-grayscale:hover img {
	filter: grayscale(100%);
}

.image-lightbox-gallery-item.hover-white-overlay:before, .image-lightbox-gallery-item.hover-black-overlay:before {
	content: '';
	opacity: 0;
	z-index: 1;
}

.image-lightbox-gallery-item.hover-white-overlay:before {
	background-color: #fff;
}

.image-lightbox-gallery-item.hover-white-overlay:hover:before {
	opacity: .3;
}

.image-lightbox-gallery-item.hover-black-overlay:before {
	background-color: #000;
}

.image-lightbox-gallery-item.hover-black-overlay:hover:before {
	opacity: .3;
}

.learts-banner-carousel {
	cursor: grab;
}

.learts-banner-carousel .inner {
	position: relative;
}

.learts-banner-carousel img {
	width: inherit;
}

.learts-banner-carousel .title {
	font-size: 16px;
	line-height: 36px;
	letter-spacing: 3px;
	font-weight: 600;
	margin-bottom: 8px;
}

.learts-banner-carousel .content {
	font-size: 40px;
	line-height: 56px;
	font-weight: 600;
	margin-bottom: 35px;
}

.learts-banner-carousel .content h2 {
	font-size: 48px;
	line-height: 64px;
}

.learts-banner-carousel .content-banner {
	position: absolute;
	top: 50%;
	left: 70px;
	transform: translateY(-50%);
	z-index: 9999;
}

.learts-banner-carousel .single-banner.left .content-banner {
	text-align: left;
	left: 70px;
}

.learts-banner-carousel .single-banner.right .content-banner {
	text-align: right;
	right: 70px;
}

.learts-banner-carousel .single-banner.center .content-banner {
	text-align: center;
	left: 50%;
	transform: translate(-50%, -50%);
}

.learts-banner-carousel .slick-next:before,
.learts-banner-carousel .slick-prev:before {
	font-size: 48px;
	color: #e7e7e7;
}

.learts-banner-grid-group {
	overflow: hidden;
	display: -ms-grid;
	display: grid;
	grid-gap: 30px;
}

.learts-banner-grid-group img {
	width: 100%;
	height: 100%;
}

.learts-banner-grid-group .tm-shortcode {
	overflow: hidden;
	margin: 0;
	position: relative;
}

.learts-banner-grid-group .product {
	margin-bottom: 0 !important;
}

.learts-banner-grid-group.group-3-items .tm-shortcode:nth-child(1) {
	-ms-grid-column: 1;
	grid-column-start: 1;
	grid-column-end: 2;
	-ms-grid-row: 1;
	grid-row-start: 1;
	grid-row-end: 3;
}

.learts-banner-grid-group.group-3-items .tm-shortcode:nth-child(2) {
	-ms-grid-column: 2;
	grid-column-start: 2;
	grid-column-end: 3;
	-ms-grid-row: 1;
	grid-row-start: 1;
	grid-row-end: 2;
}

.learts-banner-grid-group.group-3-items .tm-shortcode:nth-child(3) {
	-ms-grid-column: 2;
	grid-column-start: 2;
	grid-column-end: 3;
	-ms-grid-row: 2;
	grid-row-start: 2;
	grid-row-end: 3;
}

.learts-banner-grid-group.group-5-items .tm-shortcode:nth-child(1) {
	-ms-grid-column: 1;
	grid-column-start: 1;
	grid-column-end: 3;
	-ms-grid-row: 1;
	grid-row-start: 1;
	grid-row-end: 3;
}

.learts-banner-grid-group.group-5-items .tm-shortcode:nth-child(2) {
	-ms-grid-column: 3;
	grid-column-start: 3;
	grid-column-end: 4;
	-ms-grid-row: 1;
	grid-row-start: 1;
	grid-row-end: 2;
}

.learts-banner-grid-group.group-5-items .tm-shortcode:nth-child(3) {
	-ms-grid-column: 4;
	grid-column-start: 4;
	grid-column-end: 5;
	-ms-grid-row: 1;
	grid-row-start: 1;
	grid-row-end: 2;
}

.learts-banner-grid-group.group-5-items .tm-shortcode:nth-child(4) {
	-ms-grid-column: 3;
	grid-column-start: 3;
	grid-column-end: 4;
	-ms-grid-row: 2;
	grid-row-start: 2;
	grid-row-end: 3;
}

.learts-banner-grid-group.group-5-items .tm-shortcode:nth-child(5) {
	-ms-grid-column: 4;
	grid-column-start: 4;
	grid-column-end: 5;
	-ms-grid-row: 2;
	grid-row-start: 2;
	grid-row-end: 3;
}

.learts-banner-grid-group.group-6-items .tm-shortcode:nth-child(1) {
	-ms-grid-column: 1;
	grid-column-start: 1;
	grid-column-end: 3;
	-ms-grid-row: 1;
	grid-row-start: 1;
	grid-row-end: 2;
}

.learts-banner-grid-group.group-6-items .tm-shortcode:nth-child(2) {
	-ms-grid-column: 3;
	grid-column-start: 3;
	grid-column-end: 4;
	-ms-grid-row: 1;
	grid-row-start: 1;
	grid-row-end: 2;
}

.learts-banner-grid-group.group-6-items .tm-shortcode:nth-child(3) {
	-ms-grid-column: 4;
	grid-column-start: 4;
	grid-column-end: 5;
	-ms-grid-row: 1;
	grid-row-start: 1;
	grid-row-end: 2;
}

.learts-banner-grid-group.group-6-items .tm-shortcode:nth-child(4) {
	-ms-grid-column: 1;
	grid-column-start: 1;
	grid-column-end: 2;
	-ms-grid-row: 2;
	grid-row-start: 2;
	grid-row-end: 3;
}

.learts-banner-grid-group.group-6-items .tm-shortcode:nth-child(5) {
	-ms-grid-column: 2;
	grid-column-start: 2;
	grid-column-end: 4;
	-ms-grid-row: 2;
	grid-row-start: 2;
	grid-row-end: 3;
}

.learts-banner-grid-group.group-6-items .tm-shortcode:nth-child(6) {
	-ms-grid-column: 4;
	grid-column-start: 4;
	grid-column-end: 5;
	-ms-grid-row: 2;
	grid-row-start: 2;
	grid-row-end: 3;
}

.learts-banner-grid-group.group-9-items .tm-shortcode:nth-child(1) {
	-ms-grid-column: 1;
	grid-column-start: 1;
	grid-column-end: 3;
	-ms-grid-row: 1;
	grid-row-start: 1;
	grid-row-end: 3;
}

.learts-banner-grid-group.group-9-items .tm-shortcode:nth-child(2) {
	-ms-grid-column: 3;
	grid-column-start: 3;
	grid-column-end: 4;
	-ms-grid-row: 1;
	grid-row-start: 1;
	grid-row-end: 2;
}

.learts-banner-grid-group.group-9-items .tm-shortcode:nth-child(3) {
	-ms-grid-column: 4;
	grid-column-start: 4;
	grid-column-end: 5;
	-ms-grid-row: 1;
	grid-row-start: 1;
	grid-row-end: 2;
}

.learts-banner-grid-group.group-9-items .tm-shortcode:nth-child(4) {
	-ms-grid-column: 1;
	grid-column-start: 1;
	grid-column-end: 2;
	-ms-grid-row: 3;
	grid-row-start: 3;
	grid-row-end: 4;
}

.learts-banner-grid-group.group-9-items .tm-shortcode:nth-child(5) {
	-ms-grid-column: 2;
	grid-column-start: 2;
	grid-column-end: 3;
	-ms-grid-row: 3;
	grid-row-start: 3;
	grid-row-end: 4;
}

.learts-banner-grid-group.group-9-items .tm-shortcode:nth-child(6) {
	-ms-grid-column: 3;
	grid-column-start: 3;
	grid-column-end: 5;
	-ms-grid-row: 2;
	grid-row-start: 2;
	grid-row-end: 4;
}

.learts-banner-grid-group.group-9-items .tm-shortcode:nth-child(7) {
	-ms-grid-column: 1;
	grid-column-start: 1;
	grid-column-end: 2;
	-ms-grid-row: 4;
	grid-row-start: 4;
	grid-row-end: 5;
}

.learts-banner-grid-group.group-9-items .tm-shortcode:nth-child(8) {
	-ms-grid-column: 2;
	grid-column-start: 2;
	grid-column-end: 4;
	-ms-grid-row: 4;
	grid-row-start: 4;
	grid-row-end: 5;
}

.learts-banner-grid-group.group-9-items .tm-shortcode:nth-child(9) {
	-ms-grid-column: 4;
	grid-column-start: 4;
	grid-column-end: 5;
	-ms-grid-row: 4;
	grid-row-start: 4;
	grid-row-end: 5;
}

.learts-banner {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.learts-banner.hover-zoom-in:hover img {
	transform: scale(1.1);
}

.learts-banner.hover-border-zoom:hover .banner-link:after {
	opacity: 1;
	visibility: visible;
}

.learts-banner.hover-border-zoom:hover img {
	transform: scale(1.1);
}

.learts-banner.hover-border-zoom .banner-link {
	position: relative;
	overflow: hidden;
}

.learts-banner.hover-border-zoom .banner-link:after {
	display: block;
	position: absolute;
	content: '';
	top: 20px;
	left: 20px;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	background-color: transparent;
	border: 1px solid #fff;
	opacity: 0;
	visibility: hidden;
}

.learts-banner.hover-blur:hover img {
	filter: blur(2px);
}

.learts-banner.hover-grayscale:hover img {
	filter: grayscale(100%);
}

.learts-banner.hover-white-overlay:before, .learts-banner.hover-black-overlay:before {
	content: '';
	opacity: 0;
	z-index: 1;
}

.learts-banner.hover-white-overlay:before {
	background-color: #fff;
}

.learts-banner.hover-white-overlay:hover:before {
	opacity: .3;
}

.learts-banner.hover-black-overlay:before {
	background-color: #000;
}

.learts-banner.hover-black-overlay:hover:before {
	opacity: .3;
}

.learts-banner.text-position-left .banner-content {
	left: 0;
}

.learts-banner.text-position-right .banner-content {
	right: 0;
}

.learts-banner.text-position-center .banner-content {
	left: 0;
	width: 100%;
}

.learts-banner.button-visible-hover .banner-content {
	margin-top: 20px;
}

.learts-banner.button-visible-hover .banner-button {
	opacity: 0;
}

.learts-banner.button-visible-hover:hover .banner-button {
	opacity: 1;
}

.learts-banner img {
	display: block;
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: all .8s ease;
	margin: 0 auto;
}

.learts-banner .banner-desc {
	display: block;
	margin-bottom: 10px;
}

.learts-banner .banner-content {
	text-align: center;
	position: absolute;
	top: 50%;
	width: 50%;
	z-index: 2;
	transform: translateY(-50%);
}

.learts-banner .banner-text {
	display: block;
	margin-bottom: 10px;
}

.learts-banner .banner-link {
	display: block;
}

.learts-banner .banner-button {
	padding: 10px 30px;
}

.learts-banner .banner-button.link {
	position: relative;
	text-transform: none;
	background-color: transparent;
	border: none;
	padding: 0;
	margin-top: 10px;
}

.learts-banner .banner-button.link:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
}

.learts-banner2 {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.learts-banner2.hover-zoom-in:hover img {
	transform: scale(1.1);
}

.learts-banner2.hover-blur:hover img {
	filter: blur(2px);
}

.learts-banner2.hover-grayscale:hover img {
	filter: grayscale(100%);
}

.learts-banner2.hover-white-overlay:before, .learts-banner2.hover-black-overlay:before {
	content: '';
	opacity: 0;
	z-index: 0;
}

.learts-banner2.hover-white-overlay:before {
	background-color: #fff;
}

.learts-banner2.hover-white-overlay:hover:before {
	opacity: .3;
}

.learts-banner2.hover-black-overlay:before {
	background-color: #000;
}

.learts-banner2.hover-black-overlay:hover:before {
	opacity: .3;
}

.learts-banner2 img {
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: all .8s ease;
	margin: 0 auto;
}

.learts-banner2 .banner-buttons {
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 50px;
	width: 100%;
}

.learts-banner2 .banner-button {
	font-size: 14px;
	letter-spacing: .1em;
	min-width: 220px;
	padding: 15px 40px;
	margin: 0 15px;
}

.learts-banner2 .banner-button.link {
	position: relative;
	text-transform: none;
	background-color: transparent;
	border: none;
	min-width: 0;
	min-height: 0;
	padding: 0;
	margin-top: 10px;
}

.learts-banner2 .banner-button.link:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
}

.learts-banner3 {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.learts-banner3.hover-zoom-in:hover img {
	transform: scale(1.1);
}

.learts-banner3.hover-blur:hover img {
	filter: blur(2px);
}

.learts-banner3.hover-grayscale:hover img {
	filter: grayscale(100%);
}

.learts-banner3.hover-white-overlay:before, .learts-banner3.hover-black-overlay:before {
	content: '';
	opacity: 0;
	z-index: 1;
}

.learts-banner3.hover-white-overlay:before {
	background-color: #fff;
}

.learts-banner3.hover-white-overlay:hover:before {
	opacity: .3;
}

.learts-banner3.hover-black-overlay:before {
	background-color: #000;
}

.learts-banner3.hover-black-overlay:hover:before {
	opacity: .3;
}

.learts-banner3.text-align-left .banner-content {
	left: 0;
}

.learts-banner3.text-align-center .banner-content {
	text-align: center;
	left: 0;
	width: 100%;
}

.learts-banner3.text-align-right .banner-content {
	text-align: right;
	right: 0;
}

.learts-banner3.vertical-align-top .banner-content {
	top: 0;
}

.learts-banner3.vertical-align-middle .banner-content {
	top: 50%;
	transform: translateY(-50%);
}

.learts-banner3.vertical-align-bottom .banner-content {
	bottom: 0;
}

.learts-banner3.button-visible-hover .banner-content {
	margin-top: 20px;
}

.learts-banner3.button-visible-hover .banner-button {
	opacity: 0;
	transition-delay: .1s;
}

.learts-banner3.button-visible-hover:hover .banner-button {
	opacity: 1;
}

.learts-banner3.button-visible-hover:hover .banner-content {
	margin-top: 0;
}

.learts-banner3 img {
	display: block;
	width: 100%;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: all .8s ease;
	margin: 0 auto;
}

.learts-banner3 .banner-content {
	position: absolute;
	z-index: 2;
	padding: 30px;
}

.learts-banner3 .banner-content h1,
.learts-banner3 .banner-content h2,
.learts-banner3 .banner-content h3,
.learts-banner3 .banner-content h4,
.learts-banner3 .banner-content h5,
.learts-banner3 .banner-content h6 {
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 15px;
}

.learts-banner3 .banner-text {
	display: block;
}

.learts-banner3 .banner-link {
	font-size: 0;
	z-index: 2;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.learts-banner3 .banner-button {
	padding: 10px 30px;
}

.learts-banner3 .banner-button.link {
	position: relative;
	text-transform: none;
	background-color: transparent;
	border: none;
	padding: 0;
	margin-top: 10px;
}

.learts-banner3 .banner-button.link:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
}

.learts-banner4 {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
}

.learts-banner4.image-position-left .banner-image:after {
	left: auto;
	right: -100%;
}

.learts-banner4.image-position-right {
	text-align: right;
}

.learts-banner4.image-position-top .banner-image:after {
	left: 0;
	top: auto;
	bottom: 0;
}

.learts-banner4.image-position-bottom .banner-image:after {
	left: 0;
	top: 0;
}

.learts-banner4.image-position-bottom .banner-image {
	padding-top: 100px;
}

.learts-banner4.image-position-top .banner-image {
	padding-bottom: 100px;
}

.learts-banner4.text-position-top-left .banner-content {
	left: 0;
}

.learts-banner4.text-position-top-right .banner-content {
	right: 0;
}

.learts-banner4.text-position-top-center .banner-content {
	left: 50%;
	transform: translateX(-50%);
}

.learts-banner4.text-position-middle-left .banner-content {
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.learts-banner4.text-position-middle-center .banner-content {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.learts-banner4.text-position-middle-right .banner-content {
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.learts-banner4.text-position-bottom-left .banner-content {
	left: 0;
	top: auto;
	bottom: 0;
}

.learts-banner4.text-position-bottom-right .banner-content {
	right: 0;
	top: auto;
	bottom: 0;
}

.learts-banner4.text-position-bottom-center .banner-content {
	left: 50%;
	top: auto;
	bottom: 0;
	transform: translateX(-50%);
}

.learts-banner4.text-align-left .banner-content {
	text-align: left;
}

.learts-banner4.text-align-center .banner-content {
	text-align: center;
}

.learts-banner4.text-align-right .banner-content {
	text-align: right;
}

.learts-banner4.button-visible-hover .banner-content {
	margin-top: 20px;
}

.learts-banner4.button-visible-hover .banner-button {
	opacity: 0;
}

.learts-banner4.button-visible-hover:hover .banner-button {
	opacity: 1;
}

.learts-banner4.button-visible-hover:hover .banner-content {
	margin-top: 0;
}

.learts-banner4 img {
	position: relative;
	z-index: 2;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	width: 100%;
	margin: 0 auto;
}

.learts-banner4 .banner-image {
	font-size: 0;
	display: block;
	position: relative;
}

.learts-banner4 .banner-image:after {
	display: none;
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 80%;
	background: transparent url("assets/images/banner4-pattern.png");
	z-index: 1;
}

.learts-banner4 .banner-hashtag {
	display: none;
	font-size: 50px;
	font-weight: 700;
	color: #f8f8f8;
	margin: 0;
}

.learts-banner4 .banner-desc {
	letter-spacing: .2em;
	color: #696969;
	margin-bottom: 10px;
}

.learts-banner4 .banner-desc strong {
	color: #333;
}

.learts-banner4 .banner-content {
	position: absolute;
	top: 0;
	z-index: 2;
	padding: 30px;
}

.learts-banner4 .banner-content h1,
.learts-banner4 .banner-content h2,
.learts-banner4 .banner-content h3,
.learts-banner4 .banner-content h4,
.learts-banner4 .banner-content h5,
.learts-banner4 .banner-content h6 {
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 0;
}

.learts-banner4 .banner-content h1 {
	font-size: 50px;
}

.learts-banner4 .banner-content h2 {
	font-size: 45px;
}

.learts-banner4 .banner-content h3 {
	font-size: 40px;
}

.learts-banner4 .banner-content h4 {
	font-size: 35px;
}

.learts-banner4 .banner-content h5 {
	font-size: 30px;
}

.learts-banner4 .banner-content h6 {
	font-size: 25px;
}

.learts-banner4 .banner-button {
	letter-spacing: .1em;
	padding-left: 30px;
	padding-right: 30px;
}

.learts-banner4 .banner-button.link {
	position: relative;
	text-transform: none;
	background-color: transparent;
	border: none;
	padding: 0;
	margin-top: 20px;
}

.learts-banner4 .banner-button.link:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
}

.learts-blog {
	opacity: 1;
	transition: opacity .3s ease-in-out;
}

.learts-blog.loaded {
	opacity: 1;
}

.learts-blog .js-post-carousel {
	opacity: 0;
	visibility: hidden;
}

.learts-blog .js-post-carousel .slick-slide a {
	margin: 0;
}

.learts-blog .js-post-carousel .slick-slide .entry-meta a {
	display: inline-block;
	margin-right: 5px;
	margin-left: 5px;
}

.learts-blog .single-image.slick-slide {
	opacity: 1;
}

.learts-blog .post-item {
	margin-bottom: 40px;
}

.learts-blog .post-item.adding-item {
	opacity: 0;
	visibility: hidden;
}

.learts-blog .post-grid-layout .post-item > article {
	margin-bottom: 30px;
}

.learts-blog .post-grid-layout .post-item > article .entry-body {
	left: 0;
	width: 100%;
}

.learts-blog .entry-aux {
	position: absolute;
}

.learts-blog .post-masonry-layout .post {
	margin-bottom: 50px;
}

.learts-brands-carousel {
	opacity: 0;
	margin-bottom: 0;
}

.learts-brands-carousel.slick-initialized {
	opacity: 1;
}

.learts-brands-carousel .tm-carousel-item {
	text-align: center;
	margin: 0 30px;
}

.learts-brands-carousel .tm-carousel-item:hover img {
	opacity: 1;
}

.learts-brands-carousel .tm-carousel-item a {
	margin: 0;
}

.learts-brands-carousel .tm-carousel-item span {
	display: block;
	margin-top: 10px;
}

.learts-brands-carousel .tm-carousel-item img {
	opacity: .5;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	margin: 0 auto;
}

.learts-brands-carousel .slick-dots {
	margin-top: -40px;
	position: relative;
}

.learts-brands-grid .tm-brand-item {
	opacity: 0.4;
	text-align: center;
	margin-bottom: 30px;
}

.learts-brands-grid .tm-brand-item span {
	display: block;
	margin-top: 10px;
}

.learts-brands-grid .tm-brand-item:hover {
	opacity: 1;
}

.learts-button {
	-webkit-appearance: initial;
	font-size: 14px;
}

.learts-button.text {
	padding: 0 !important;
	border: none;
	background-color: transparent !important;
}

.learts-button.small {
	font-size: 12px;
	padding: 8px 15px;
}

.learts-button.large {
	font-size: 16px;
	padding: 12px 35px;
}

.learts-button.xlarge {
	font-size: 19px;
	padding: 20px 45px;
}

.learts-button i.icon-right {
	margin-left: 5px;
}

.learts-button i.icon-left {
	margin-right: 5px;
}

.learts-countdown {
	opacity: 0;
}

.learts-countdown.is-countdown {
	opacity: 1;
	background-color: transparent;
	border: none;
}

.learts-countdown .countdown-section {
	position: relative;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	line-height: 1;
	max-width: 130px;
	word-wrap: normal;
	padding: 20px 0;
	margin-bottom: 10px;
	margin-right: 18px;
}

.learts-countdown .countdown-section:first-child {
	border-left: 2px solid transparent;
}

.learts-countdown .countdown-section:after {
	position: absolute;
	top: 35%;
	right: 10px;
	content: ':';
	font-weight: 300;
	font-size: 30px;
	color: #696969;
	transform: translateY(-50%);
}

.learts-countdown .countdown-section:last-child:after {
	display: none;
}

.learts-countdown .countdown-amount {
	display: block;
	font-weight: 600;
	padding-bottom: 10px;
}

.learts-countdown .countdown-period {
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.learts-icon-box {
	height: 100%;
}

.learts-icon-box.left .title, .learts-icon-box.right .title {
	margin-bottom: 15px;
	margin-top: 0;
}

.learts-icon-box.left .tm-icon-box__icon,
.learts-icon-box.left .tm-icon-box__content, .learts-icon-box.right .tm-icon-box__icon,
.learts-icon-box.right .tm-icon-box__content {
	display: table-cell;
	vertical-align: top;
}

.learts-icon-box.left.middle .tm-icon-box__icon,
.learts-icon-box.left.middle .tm-icon-box__content, .learts-icon-box.right.middle .tm-icon-box__icon,
.learts-icon-box.right.middle .tm-icon-box__content {
	vertical-align: middle;
}

.learts-icon-box.left.bottom .tm-icon-box__icon,
.learts-icon-box.left.bottom .tm-icon-box__content, .learts-icon-box.right.bottom .tm-icon-box__icon,
.learts-icon-box.right.bottom .tm-icon-box__content {
	vertical-align: bottom;
}

.learts-icon-box.left .tm-icon-box__icon {
	padding-right: 20px;
}

.learts-icon-box.left .tm-icon-box__icon span {
	padding-right: 10px;
}

.learts-icon-box.right .tm-icon-box__icon {
	padding-left: 20px;
}

.learts-icon-box.right .tm-icon-box__icon span {
	padding-left: 10px;
}

.learts-icon-box.right .tm-icon-box__content {
	text-align: right;
}

.learts-icon-box.center {
	display: block;
}

.learts-icon-box.center .tm-icon-box__icon {
	margin-bottom: 20px;
}

.learts-icon-box.only-icon {
	display: inline-block;
}

.learts-icon-box.only-icon .tm-icon-box__icon {
	padding: 0;
}

.learts-icon-box.only-icon .tm-icon-box__icon span {
	padding: 0;
}

.learts-icon-box .tm-icon-box__content .title {
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 10px;
}

.learts-icon-box .tm-icon-box__content .title a {
	display: block;
}

.learts-icon-box .tm-icon-box__content p.subtext a {
	font-size: 14px;
	font-style: italic;
	text-decoration: underline;
}

.learts-icon-box .tm-icon-box__content p.subtext:after {
	padding-left: 5px;
	content: "";
}

.learts-icon-box .tm-icon-box__icon span {
	line-height: 1;
	font-weight: 300;
}

.learts-icon-box .tm-icon-box__icon a {
	display: block;
}

.learts-icon-box .tm-icon-box__icon.with-bg[class*='circle'] i, .learts-icon-box .tm-icon-box__icon.with-bg[class*='circle'] span {
	border-radius: 100%;
}

.learts-icon-box .tm-icon-box__icon.with-bg[class*='rounded'] i, .learts-icon-box .tm-icon-box__icon.with-bg[class*='rounded'] span {
	border-radius: 3px;
}

.learts-icon-box .tm-icon-box__icon.with-bg[class*='outline-'] i, .learts-icon-box .tm-icon-box__icon.with-bg[class*='outline-'] span {
	border: 2px solid;
}

.learts-icon-box .tm-icon-box__icon.with-bg i, .learts-icon-box .tm-icon-box__icon.with-bg span {
	text-align: center;
	width: 90px;
	height: 90px;
	line-height: 90px;
}

.learts-icon-box .tm-icon-box__icon.with-bg i[class|="pe-7s"] {
	width: 1.5em;
	height: 1.5em;
	line-height: 1.5em;
}

.learts-icon-box .description {
	line-height: 1.6;
}

.learts-icon-box .description em {
	font-style: italic !important;
}

.learts-icon-box .description a:hover {
	color: #333 !important;
}

.learts-image-carousel .tm-carousel-item {
	text-align: center;
}

.learts-image-carousel .tm-carousel-item img {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.learts-image-carousel .slick-dots {
	margin-top: -40px;
	position: relative;
}

.learts-image-carousel .content-image {
	text-align: center;
	font-size: 20px;
	line-height: 36px;
}

.learts-image-carousel .single-image:hover {
	transform: translateY(-20px);
}

.learts-image-carousel .single-image:hover img {
	box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.25);
}

.learts-image-carousel .slick-list {
	overflow: visible !important;
}

.learts-image-carousel img {
	width: 90%;
	margin: 0 auto;
}

.learts-instagram .user-name {
	font-size: 18px;
	color: #999;
}

.learts-instagram .user-name a {
	display: inline-block;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	color: #333;
	line-height: 1.3;
}

.learts-instagram .user-name a:after {
	content: '';
	display: block;
	background-color: #333;
	width: 100%;
	height: 1px;
	opacity: 0;
	transition: opacity .5s ease;
}

.learts-instagram .user-name a:hover {
	color: #333;
}

.learts-instagram .user-name a:hover:after {
	opacity: .2;
}

.learts-instagram--carousel .tm-instagram-pics {
	opacity: 0;
}

.learts-instagram .tm-instagram-follow-links {
	text-align: center;
	font-size: 20px;
	line-height: 22px;
	text-transform: none;
	font-weight: 400;
	color: #333;
	margin-top: 15px !important;
}

.learts-instagram .user-name,
.learts-instagram .tm-instagram-follow-links {
	text-align: center;
	margin-bottom: 20px;
}

.learts-instagram .row-instagram {
	-ms-flex-align: center;
	align-items: center;
}

.learts-mailchimp .mailchimp-message {
	margin-bottom: 0;
}

.learts-mailchimp .mailchimp-message:before {
	font-size: 25px;
	display: inline-block;
	vertical-align: -5px;
	margin-right: 10px;
}

.learts-mailchimp .mailchimp-message.success:before {
	content: '\f3fd';
}

.learts-mailchimp .mailchimp-message.error:before {
	content: '\f404';
}

.learts-mailchimp .mailchimp-form {
	position: relative;
}

.learts-mailchimp .mailchimp-form.mailchimp-loading .mailchimp-button {
	opacity: 0;
	visibility: hidden;
}

.learts-mailchimp .mailchimp-form.mailchimp-loading:before {
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	text-align: center;
	content: url(assets/images/loading.svg);
	transform: translateY(-50%);
}

.learts-mailchimp .mailchimp-email {
	font-size: 16px;
	font-style: normal;
	height: 50px;
	letter-spacing: .03em;
	background-color: transparent;
	border-width: 1px;
	margin-bottom: 0;
	padding-right: 95px;
	border-radius: 52px;
	padding-left: 20px;
	border-color: transparent;
}

.learts-mailchimp .mailchimp-button {
	position: absolute;
	height: 50px;
	right: -2px;
	top: 50%;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 1.5px;
	font-weight: 400;
	text-transform: uppercase;
	background-color: transparent;
	border: none;
	margin: 0;
	transform: translateY(-50%);
	border-radius: 52px;
	padding: 15px 30px;
}

.learts-mailchimp.color-scheme--dark .mailchimp-button {
	color: #333;
}

.learts-mailchimp.color-scheme--light .mailchimp-message {
	color: #fff;
}

.learts-mailchimp.color-scheme--light .mailchimp-email {
	color: #fff;
}

.learts-mailchimp.color-scheme--light .mailchimp-email::-webkit-input-placeholder {
	color: rgba(255, 255, 255, 0.6);
}

.learts-mailchimp.color-scheme--light .mailchimp-email::-moz-placeholder {
	color: rgba(255, 255, 255, 0.6);
}

.learts-mailchimp.color-scheme--light .mailchimp-email:-ms-input {
	color: rgba(255, 255, 255, 0.6);
}

.learts-mailchimp.color-scheme--light .mailchimp-email:-moz-placeholder {
	color: rgba(255, 255, 255, 0.6);
}

.learts-mailchimp.color-scheme--light .mailchimp-button {
	color: #fff;
}

.learts-megamenu .block-list li {
	position: relative;
}

.learts-megamenu .block-list li > img {
	position: absolute;
	top: -80%;
	left: 30%;
	width: 250px;
	height: auto;
	border-radius: 5px;
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
	opacity: 0;
	visibility: hidden;
	z-index: 99;
}

.learts-megamenu .block-list li:hover img {
	opacity: 1;
	visibility: visible;
	top: -100%;
}

.learts-menu-grid {
	text-align: center;
}

.learts-menu-grid .row {
	margin: 0 15px;
}

.learts-menu-grid .menu-item img {
	box-shadow: 0 0 40px 0 rgba(51, 51, 51, 0.2);
}

.learts-menu-grid .wrap-image {
	position: relative;
}

.learts-menu-grid .wrap-image:before {
	display: block;
	position: absolute;
	content: '';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #f5ede6;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease;
}

.learts-menu-grid .button {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 200px;
	width: 100%;
	transform: translate(-50%, -30%);
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s ease;
}

.learts-menu-grid .button i {
	/*   positioning */
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
	/* IE6-9 */
	width: 15%;
	height: 100%;
	transform: skew(-10deg, 0deg);
	animation: move 2s;
	animation-iteration-count: infinite;
	animation-delay: 1s;
}

@keyframes move {
	0% {
		left: 0;
		opacity: 0;
	}
	5% {
		opacity: 0.0;
	}
	48% {
		opacity: 0.2;
	}
	80% {
		opacity: 0.0;
	}
	100% {
		left: 82%;
	}
}

.learts-menu-grid .menu-item {
	margin-bottom: 20px;
}

.learts-menu-grid .menu-item:hover .button {
	transform: translate(-50%, -50%);
	opacity: 1;
	visibility: visible;
}

.learts-menu-grid .menu-item:hover .wrap-image:before {
	opacity: 0.8;
	visibility: visible;
}

.learts-menu-grid .menu-item.tag-new:before, .learts-menu-grid .menu-item.tag-hot:before {
	display: block;
	content: 'NEW';
	width: 80px;
	height: 80px;
	position: absolute;
	top: -40px;
	right: 5px;
	line-height: 80px;
	color: #fff;
	background-color: #6aca1e;
	z-index: 10;
	border-radius: 100%;
	font-weight: 600;
	text-align: center;
	font-size: 20px;
}

.learts-menu-grid .menu-item.tag-hot:before {
	content: 'HOT';
	background-color: #d3122a;
}

.learts-menu-grid .wrap-title {
	margin: 35px 0;
}

.learts-menu-grid .come-in {
	transform: translateY(300px);
	animation: come-in 1s ease forwards;
	transition: all 1s;
}

.learts-menu-grid .come-in:nth-child(1),
.learts-menu-grid .come-in:nth-child(4),
.learts-menu-grid .come-in:nth-child(7),
.learts-menu-grid .come-in:nth-child(10) {
	animation-duration: 0.5s;
}

.learts-menu-grid .come-in:nth-child(2),
.learts-menu-grid .come-in:nth-child(5),
.learts-menu-grid .come-in:nth-child(8),
.learts-menu-grid .come-in:nth-child(11) {
	animation-duration: 1s;
}

.learts-menu-grid .come-in:nth-child(3),
.learts-menu-grid .come-in:nth-child(6),
.learts-menu-grid .come-in:nth-child(9),
.learts-menu-grid .come-in:nth-child(12) {
	animation-duration: 1.5s;
}

.learts-menu-grid .already-visible {
	transform: translateY(0);
	animation: none;
}

@keyframes come-in {
	to {
		transform: translateY(0px);
	}
}

.tm-shortcode.learts-menu-vertical .title {
	position: relative;
	background-color: #454545;
	padding: 13px 35px;
	text-align: left;
	margin: 0;
	color: #fff;
	font-size: 18px;
	line-height: 2;
	cursor: pointer;
}

.tm-shortcode.learts-menu-vertical .title:before {
	content: "";
	margin-right: 0px;
}

.tm-shortcode.learts-menu-vertical .title:after {
	content: "";
	margin-left: 0px;
}

.tm-shortcode.learts-menu-vertical .title:before {
	padding-right: 10px;
}

.tm-shortcode.learts-menu-vertical .title:after {
	position: absolute;
	top: 50%;
	font-weight: bold;
	right: 30px;
	transform: translate(-50%, -50%);
}

.tm-shortcode.learts-menu-vertical .menu-item {
	position: relative;
	background-color: #72a499;
	padding: 5px 30px;
	transition: all 0.5s ease;
}

.tm-shortcode.learts-menu-vertical .menu-item:after {
	display: block;
	content: '';
	width: 80%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 30px;
	border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
}

.tm-shortcode.learts-menu-vertical .menu-item img,
.tm-shortcode.learts-menu-vertical .menu-item a {
	display: inline-block;
	vertical-align: middle;
}

.tm-shortcode.learts-menu-vertical .menu-item img {
	margin-right: 20px;
}

.tm-shortcode.learts-menu-vertical .menu-item a {
	font-size: 16px;
	color: #fff !important;
}

.tm-shortcode.learts-menu-vertical .menu-item:hover {
	background-color: #6b988e;
}

.tm-shortcode.learts-menu-vertical.color-white .title-vertical-menu {
	background-color: #fff;
	color: #333;
	border: 1px solid #333;
}

.tm-shortcode.learts-menu-vertical.color-white .cat-menu-wrapper {
	border: 1px solid #333;
	border-top: none;
}

.tm-shortcode.learts-menu-vertical.color-white .menu-item {
	background-color: #fff;
}

.tm-shortcode.learts-menu-vertical.color-white .menu-item:after {
	border-bottom: 1px dashed #333;
}

.learts-menu-vertical.display-dropdown .cat-menu-wrapper .menu-item {
	opacity: 0;
	visibility: hidden;
}

.learts-menu-vertical.display-dropdown.active .cat-menu-wrapper .menu-item {
	opacity: 1;
	visibility: visible;
}

.learts-menu-vertical.display-dropdown.active .title-vertical-menu:after {
	transform: translate(-50%, -50%) rotate(180deg) !important;
}

.learts-product-categories.categories-layout-carousel.categories-item-bottom-content .woocommerce-loop-category__title, .learts-product-categories.categories-layout-default.categories-item-bottom-content .woocommerce-loop-category__title {
	text-align: left;
}

.learts-product-categories.categories-layout-carousel.categories-item-bottom-content .product-category-thumbnail, .learts-product-categories.categories-layout-default.categories-item-bottom-content .product-category-thumbnail {
	position: relative;
	cursor: pointer;
}

.learts-product-categories.categories-layout-carousel.categories-item-bottom-content .product-category-thumbnail:hover:after, .learts-product-categories.categories-layout-carousel.categories-item-bottom-content .product-category-thumbnail:hover:before, .learts-product-categories.categories-layout-default.categories-item-bottom-content .product-category-thumbnail:hover:after, .learts-product-categories.categories-layout-default.categories-item-bottom-content .product-category-thumbnail:hover:before {
	opacity: 1;
	visibility: visible;
}

.learts-product-categories.categories-layout-carousel.categories-item-bottom-content .product-category-content, .learts-product-categories.categories-layout-default.categories-item-bottom-content .product-category-content {
	padding: 0;
}

.learts-product-categories.categories-layout-carousel.categories-item-bottom-content .product-category-content a,
.learts-product-categories.categories-layout-carousel.categories-item-bottom-content .product-category-content .item, .learts-product-categories.categories-layout-default.categories-item-bottom-content .product-category-content a,
.learts-product-categories.categories-layout-default.categories-item-bottom-content .product-category-content .item {
	display: inline-block;
	vertical-align: middle;
}

.learts-product-categories.categories-layout-carousel.categories-item-bottom-content .product-category-content .item, .learts-product-categories.categories-layout-default.categories-item-bottom-content .product-category-content .item {
	float: right;
}

.learts-product-categories.categories-layout-carousel.categories-item-bottom-content .product-category-content a, .learts-product-categories.categories-layout-default.categories-item-bottom-content .product-category-content a {
	position: relative;
	font-size: 24px;
	line-height: 36px;
}

.learts-product-categories.categories-layout-carousel.categories-item-bottom-content .product-category-content .count, .learts-product-categories.categories-layout-default.categories-item-bottom-content .product-category-content .count {
	font-size: 16px;
	line-height: 36px;
	float: right;
	letter-spacing: 1px;
	color: #333;
}

.learts-product-categories.categories-layout-carousel.categories-item-bottom-content .product-category-content .count:before, .learts-product-categories.categories-layout-default.categories-item-bottom-content .product-category-content .count:before {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 50px;
	height: 1px;
	margin-right: 10px;
	background-color: #ccc;
}

.learts-product-categories.categories-layout-carousel {
	opacity: 0;
}

.learts-product-categories.categories-layout-carousel button.slick-arrow.slick-prev:before, .learts-product-categories.categories-layout-carousel .slick-arrow.slick-prev.learts-button:before,
.learts-product-categories.categories-layout-carousel .slick-arrow.slick-prev.learts-button:before {
	content: "";
	font-size: 40px;
	color: #333;
}

.learts-product-categories.categories-layout-carousel button.slick-arrow.slick-next:before, .learts-product-categories.categories-layout-carousel .slick-arrow.slick-next.learts-button:before,
.learts-product-categories.categories-layout-carousel .slick-arrow.slick-next.learts-button:before {
	content: "";
	font-size: 40px;
	color: #333;
}

.learts-product-categories.categories-space-50 .category-grid-item {
	margin-bottom: 50px;
	padding: 0 25px;
}

.learts-product-categories.categories-space-50.categories-item-black-overlay .product-category-content {
	width: calc(100% - 50px);
}

.learts-product-categories.categories-space-45 .category-grid-item {
	margin-bottom: 45px;
	padding: 0 22.5px;
}

.learts-product-categories.categories-space-45.categories-item-black-overlay .product-category-content {
	width: calc(100% - 45px);
}

.learts-product-categories.categories-space-40 .category-grid-item {
	margin-bottom: 40px;
	padding: 0 20px;
}

.learts-product-categories.categories-space-40.categories-item-black-overlay .product-category-content {
	width: calc(100% - 40px);
}

.learts-product-categories.categories-space-35 .category-grid-item {
	margin-bottom: 35px;
	padding: 0 17.5px;
}

.learts-product-categories.categories-space-35.categories-item-black-overlay .product-category-content {
	width: calc(100% - 35px);
}

.learts-product-categories.categories-space-30 .category-grid-item {
	margin-bottom: 30px;
	padding: 0 15px;
}

.learts-product-categories.categories-space-30.categories-item-black-overlay .product-category-content {
	width: calc(100% - 30px);
}

.learts-product-categories.categories-space-25 .category-grid-item {
	margin-bottom: 25px;
	padding: 0 12.5px;
}

.learts-product-categories.categories-space-25.categories-item-black-overlay .product-category-content {
	width: calc(100% - 25px);
}

.learts-product-categories.categories-space-20 .category-grid-item {
	margin-bottom: 10px;
	padding: 0 10px;
}

.learts-product-categories.categories-space-20.categories-item-black-overlay .product-category-content {
	width: calc(100% - 20px);
}

.learts-product-categories.categories-space-15 .category-grid-item {
	margin-bottom: 15px;
	padding: 0 7.5px;
}

.learts-product-categories.categories-space-15.categories-item-black-overlay .product-category-content {
	width: calc(100% - 15px);
}

.learts-product-categories.categories-space-10 .category-grid-item {
	margin-bottom: 10px;
	padding: 0 5px;
}

.learts-product-categories.categories-space-10.categories-item-black-overlay .product-category-content {
	width: calc(100% - 10px);
}

.learts-product-categories.categories-space-5 .category-grid-item {
	margin-bottom: 5px;
	padding: 0 2.5px;
}

.learts-product-categories.categories-space-5.categories-item-black-overlay .product-category-content {
	width: calc(100% - 5px);
}

.learts-product-categories.categories-space-0 .category-grid-item {
	margin-bottom: 0;
	padding: 0;
}

.learts-product-categories.categories-space-0.categories-item-black-overlay .product-category-content {
	width: 100%;
}

.learts-product-categories .item span {
	display: none;
}

.learts-product-categories.categories-item-black-overlay .category-grid-item {
	position: relative;
}

.learts-product-categories.categories-item-black-overlay .category-grid-item:hover .product-category-thumbnail:after {
	opacity: 1;
}

.learts-product-categories.categories-item-black-overlay .category-grid-item:hover .product-category-content {
	opacity: 1;
}

.learts-product-categories.categories-item-black-overlay .category-grid-item:hover h2:after {
	width: 100%;
}

.learts-product-categories.categories-item-black-overlay .category-grid-item .woocommerce-loop-category__title a {
	color: #fff;
	display: inline-block;
	vertical-align: middle;
}

.learts-product-categories.categories-item-black-overlay .category-grid-item .item {
	display: inline-block;
	vertical-align: middle;
}

.learts-product-categories.categories-item-black-overlay .category-grid-item .count {
	font-size: 16px;
	line-height: 33px;
	float: right;
	letter-spacing: 1px;
}

.learts-product-categories.categories-item-black-overlay .category-grid-item .count:before {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 30px;
	height: 1px;
	margin: 0 10px;
	background-color: #fff;
}

.learts-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;
}

.learts-product-categories.categories-item-black-overlay .category-grid-item .product-category-thumbnail:hover:before {
	transform: translate(-50%, -50%);
}

.learts-product-categories.categories-item-black-overlay .category-grid-item .product-category-content {
	opacity: 0;
	position: absolute;
	top: 50%;
	z-index: 1;
	border-bottom: none;
	transform: translateY(-50%);
}

.learts-product-categories.categories-item-black-overlay .category-grid-item h2 {
	display: inline-block;
	position: relative;
	color: #fff;
}

.learts-product-categories.categories-item-black-overlay .category-grid-item h2:after {
	content: '';
	display: block;
	width: 0;
	height: 2px;
	margin: 0 auto;
	background-color: #fff;
	transition-delay: .2s;
}

.learts-product-categories.categories-item-black-overlay .category-grid-item mark.count {
	color: #fff;
}

.learts-product-categories.categories-item-black-overlay .category-grid-item .category-link:after {
	display: none;
}

.learts-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;
}

.learts-product-categories.categories-layout-masonry .category-grid-item {
	position: relative;
}

.learts-product-categories.categories-layout-masonry .category-grid-item .product-category-thumbnail {
	position: relative;
}

.learts-product-categories.categories-layout-masonry .category-grid-item .product-category-content {
	position: absolute;
	top: 30px;
	left: 30px;
	padding: 0;
	border-bottom: none;
}

.learts-product-categories.categories-layout-masonry .category-grid-item h2 {
	text-align: left;
	line-height: 1;
	padding: 0;
}

.learts-product-categories.categories-layout-masonry .category-grid-item mark.count {
	display: block;
	color: #666;
	margin-top: 5px;
}

.learts-product-categories.categories-layout-masonry .category-grid-item .category-link:after {
	display: none;
}

.learts-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;
}

.learts-product-category-banner {
	position: relative;
	margin-bottom: 10px;
}

.learts-product-category-banner img {
	width: 100%;
}

.learts-product-category-banner.hover-border-zoom:hover .banner-image:after {
	opacity: 1;
	visibility: visible;
}

.learts-product-category-banner.hover-border-zoom:hover img {
	transform: scale(1.1);
}

.learts-product-category-banner.hover-zoom-in:hover img {
	transform: scale(1.1);
}

.learts-product-category-banner.hover-blur:hover img {
	filter: blur(2px);
}

.learts-product-category-banner.hover-grayscale:hover img {
	filter: grayscale(100%);
}

.learts-product-category-banner.hover-white-overlay:before, .learts-product-category-banner.hover-black-overlay:before {
	content: '';
	opacity: 0;
	z-index: 1;
}

.learts-product-category-banner.hover-white-overlay:before {
	background-color: #fff;
}

.learts-product-category-banner.hover-white-overlay:hover:before {
	opacity: .6;
}

.learts-product-category-banner.hover-black-overlay:before {
	background-color: #000;
}

.learts-product-category-banner.hover-black-overlay:hover:before {
	opacity: .6;
}

.learts-product-category-banner:hover .button-view {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.learts-product-category-banner:hover.hover-with-background .banner-content {
	background-color: #fff;
}

.learts-product-category-banner img {
	display: block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: all .8s ease;
	margin: 0 auto;
}

.learts-product-category-banner .banner-image {
	position: relative;
	overflow: hidden;
}

.learts-product-category-banner .banner-image:after {
	display: block;
	position: absolute;
	content: '';
	top: 20px;
	left: 20px;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	background-color: transparent;
	border: 1px solid #fff;
	opacity: 0;
	visibility: hidden;
}

.learts-product-category-banner .category-name,
.learts-product-category-banner .product-count {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

.learts-product-category-banner .category-name {
	line-height: 56px;
	font-weight: 400;
	margin: 0;
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.learts-product-category-banner .product-count {
	display: inline-block;
	padding-left: 5px;
	font-size: 16px;
	line-height: 32px;
}

.learts-product-category-banner .banner-link {
	font-size: 0;
	z-index: 2;
}

.learts-product-category-banner .banner-content {
	position: relative;
	margin: 25px 0;
	z-index: 1;
	cursor: pointer;
}

.learts-product-category-banner .button-view {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	transform: translateY(60%);
}

.learts-product-category-banner .button-view a {
	font-size: 24px;
	line-height: 36px;
}

.learts-product-category-banner .description-banner {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 3px;
	font-weight: 600;
	color: #696969;
	top: 50%;
	position: absolute;
	transform: translateY(-50%);
}

.learts-product-category-banner .description-banner.left {
	left: -40px;
}

.learts-product-category-banner .description-banner.right {
	right: -40px;
}

.learts-product-category-banner.style-banner-inside .banner-content {
	position: absolute;
	bottom: 20px;
	left: 40px;
}

.learts-product-category-banner.style-banner-color .banner-content {
	text-align: center;
	max-width: 80%;
	margin: 0 auto;
	transform: translateY(-25px);
}

.learts-product-category-banner.style-banner-color .banner-content .category-name {
	line-height: 50px;
}

.learts-product-category-banner.style-banner-color .banner-content .product-count {
	display: none;
}

/*=========================================================
 * Product grid, carousel, tabs and widget
 =========================================================*/
.vc_tta-panel-body .learts-product-grid .animated.product, .vc_tta-panel-body
.learts-product-carousel .animated.product {
	animation-duration: .4s;
}

.learts-product-grid .learts-loadmore-wrap .learts-loadmore-btn {
	color: #333;
}

.learts-product-carousel .products {
	opacity: 0;
}

.learts-product-carousel .products .slick-track.filtering {
	transform: translate3d(0, 0, 0) !important;
}

.learts-product-carousel .products .slick-track.filtering .product {
	width: auto !important;
}

.learts-product-carousel .product {
	animation: zoomIn .25s;
}

.learts-product-tabs.tabs-align-left .product-filter {
	text-align: left;
}

.learts-product-tabs.tabs-align-left .product-filter li:first-of-type > a {
	margin-left: 0;
}

.learts-product-tabs.tabs-align-right .product-filter {
	text-align: right;
}

.learts-product-tabs.tabs-align-right .product-filter li:last-of-type > a {
	margin-right: 0;
}

.learts-product-tabs.tabs-align-center {
	text-align: center;
}

.learts-product-tabs .product-filter.hover-effect-cloudy,
.learts-product-tabs .product-filter.hover-effect-botanical,
.learts-product-tabs .product-filter.hover-effect-color {
	list-style: none;
	margin: 0 0 60px;
	padding: 0;
}

.learts-product-tabs .product-filter.hover-effect-cloudy li,
.learts-product-tabs .product-filter.hover-effect-botanical li,
.learts-product-tabs .product-filter.hover-effect-color li {
	display: inline-block;
	margin-left: -4px;
}

.learts-product-tabs .product-filter.hover-effect-cloudy li:first-of-type,
.learts-product-tabs .product-filter.hover-effect-botanical li:first-of-type,
.learts-product-tabs .product-filter.hover-effect-color li:first-of-type {
	margin-left: 0;
}

.learts-product-tabs .product-filter.hover-effect-cloudy.hover-effect-cloudy li a:after,
.learts-product-tabs .product-filter.hover-effect-botanical.hover-effect-cloudy li a:after,
.learts-product-tabs .product-filter.hover-effect-color.hover-effect-cloudy li a:after {
	content: url(./assets/images/hover-tab-cloudy.png);
	opacity: 0;
	visibility: hidden;
}

.learts-product-tabs .product-filter.hover-effect-cloudy.hover-effect-cloudy li a.active:after,
.learts-product-tabs .product-filter.hover-effect-cloudy.hover-effect-cloudy li a:hover:after,
.learts-product-tabs .product-filter.hover-effect-botanical.hover-effect-cloudy li a.active:after,
.learts-product-tabs .product-filter.hover-effect-botanical.hover-effect-cloudy li a:hover:after,
.learts-product-tabs .product-filter.hover-effect-color.hover-effect-cloudy li a.active:after,
.learts-product-tabs .product-filter.hover-effect-color.hover-effect-cloudy li a:hover:after {
	bottom: -25px;
	opacity: 1;
	visibility: visible;
}

.learts-product-tabs .product-filter.hover-effect-cloudy.hover-effect-botanical li a:after,
.learts-product-tabs .product-filter.hover-effect-botanical.hover-effect-botanical li a:after,
.learts-product-tabs .product-filter.hover-effect-color.hover-effect-botanical li a:after {
	content: url(./assets/images/hover-tab-botanical.png);
	opacity: 0;
	visibility: hidden;
}

.learts-product-tabs .product-filter.hover-effect-cloudy.hover-effect-botanical li a.active:after,
.learts-product-tabs .product-filter.hover-effect-cloudy.hover-effect-botanical li a:hover:after,
.learts-product-tabs .product-filter.hover-effect-botanical.hover-effect-botanical li a.active:after,
.learts-product-tabs .product-filter.hover-effect-botanical.hover-effect-botanical li a:hover:after,
.learts-product-tabs .product-filter.hover-effect-color.hover-effect-botanical li a.active:after,
.learts-product-tabs .product-filter.hover-effect-color.hover-effect-botanical li a:hover:after {
	bottom: -50px;
	opacity: 1;
	visibility: visible;
}

.learts-product-tabs .product-filter.hover-effect-color li a {
	padding: 15px 25px;
	margin: 0 5px;
	font-size: 16px;
	line-height: 36px;
	letter-spacing: 1.5px;
	border-radius: 52px;
	text-transform: uppercase;
}

.learts-product-tabs .product-filter.hover-effect-cloudy li a:hover:after,
.learts-product-tabs .product-filter.hover-effect-cloudy li a.active:after,
.learts-product-tabs .product-filter.hover-effect-botanical li a:hover:after,
.learts-product-tabs .product-filter.hover-effect-botanical li a.active:after {
	width: 100%;
}

.learts-product-tabs .product-filter.hover-effect-cloudy li a,
.learts-product-tabs .product-filter.hover-effect-botanical li a {
	position: relative;
	font-size: 27px;
	line-height: 40px;
	font-weight: 400;
	color: #ababab !important;
	margin: 0 5px;
}

.learts-product-tabs .product-filter.hover-effect-cloudy li a.active, .learts-product-tabs .product-filter.hover-effect-cloudy li a:hover,
.learts-product-tabs .product-filter.hover-effect-botanical li a.active,
.learts-product-tabs .product-filter.hover-effect-botanical li a:hover {
	color: #333 !important;
}

.learts-product-tabs .product-filter.hover-effect-cloudy li a:after,
.learts-product-tabs .product-filter.hover-effect-botanical li a:after {
	position: absolute;
	left: 0;
	width: 100%;
	bottom: -10px;
	overflow: hidden;
}

.learts-product-tabs .products.loading:before {
	content: '';
	background-color: #fff;
	z-index: 10;
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.learts-product-tabs .products.loading:after {
	position: absolute;
	top: 20px;
	left: 50%;
	content: url(assets/images/loading.svg);
	z-index: 10;
	transform: translateX(-50%) scale(1.5);
}

.learts-product-widget {
	margin-bottom: 30px;
}

.learts-product-widget .title {
	font-size: 34px;
	line-height: 56px;
	margin-bottom: 35px;
	position: relative;
	font-weight: 600;
	color: #333;
	border-bottom: 2px solid #ededed;
}

.learts-product-widget .slick-dots {
	float: right;
	width: auto;
	margin-top: 15px !important;
}

.learts-product-widget .slick-arrow.slick-prev {
	left: -30px;
}

.learts-product-widget .slick-arrow.slick-next {
	right: -30px;
}

.learts-product-widget .slick-arrow.small {
	width: 30px;
	height: 30px;
	opacity: 1;
	visibility: visible;
	color: #999;
	border: none;
	background-color: transparent;
}

.learts-product-widget .slick-arrow.small:before {
	width: 28px;
	height: 28px;
	line-height: 28px;
	font-size: 16px;
}

.learts-product-widget .slick-arrow.small.slick-prev {
	left: auto;
	right: 30px;
}

.learts-product-widget .slick-arrow.small.slick-next {
	right: 0;
}

.learts-product-widget .slick-arrows-bottom {
	position: relative;
	text-align: right;
	float: left;
	margin-top: -18px;
}

.learts-product-widget .slick-arrows-bottom .slick-arrow {
	position: relative;
	left: auto !important;
	right: auto !important;
	top: auto !important;
	transform: translateY(0);
}

.learts-product-widget .product {
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.learts-product-widget .add-to-cart-btn {
	position: absolute;
	bottom: 0;
	top: auto;
	left: 20px;
	opacity: 1;
	visibility: visible;
	transform: none;
}

.learts-product-widget.enable-carousel .product_list_widget {
	opacity: 0;
}

.learts-product-widget.enable-carousel .product_list_widget.slick-initialized {
	opacity: 1;
}

.wrap-rating,
.status-bar,
.product-stock-status {
	display: none;
}

.learts-product-grid.has-star-stock-status .wrap-rating,
.learts-product-grid.has-star-stock-status .status-bar,
.learts-product-grid.has-star-stock-status .product-stock-status,
.learts-product-tabs.has-star-stock-status .wrap-rating,
.learts-product-tabs.has-star-stock-status .status-bar,
.learts-product-tabs.has-star-stock-status .product-stock-status,
.learts-product-carousel.has-star-stock-status .wrap-rating,
.learts-product-carousel.has-star-stock-status .status-bar,
.learts-product-carousel.has-star-stock-status .product-stock-status {
	display: block;
}

.learts-product {
	position: relative;
	text-align: center;
}

.learts-product:hover .background-overlay {
	opacity: 1;
	visibility: visible;
}

.learts-product:hover .button {
	opacity: 1;
	visibility: visible;
	transform: translate(-50%, -50%);
}

.learts-product .product-top-text {
	position: absolute;
	top: 60px;
	left: 50%;
	font-size: 34px;
	letter-spacing: 0.1em;
	color: #333;
	font-weight: 700;
	transform: translateX(-50%);
}

.learts-product .background-overlay {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	opacity: 0;
	visibility: hidden;
	z-index: 1;
}

.learts-product .product-image {
	background: no-repeat center center;
	background-size: 100%;
}

.learts-product .product-image img {
	opacity: 0;
}

.learts-product .product-title,
.learts-product .product-price {
	font-size: 24px;
}

.learts-product .product-title {
	margin-bottom: 20px;
}

.learts-product .product-price {
	font-weight: 700;
	color: #333;
}

.learts-product .product-info {
	position: absolute;
	bottom: 60px;
	left: 50%;
	width: 100%;
	transform: translateX(-50%);
}

.learts-product .button {
	position: absolute;
	text-align: center;
	top: 50%;
	left: 50%;
	max-width: 220px;
	width: 100%;
	z-index: 2;
	background-color: transparent;
	border: 1px solid #fff;
	opacity: 0;
	visibility: hidden;
	padding: 20px 0;
	transform: translate(-50%, -30%);
}

.learts-product .button:hover {
	background-color: #fff;
	color: #333;
	border-color: #fff;
}

.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: .05em;
}

.progress-bar .vc_bar {
	position: absolute;
	border-radius: 0 !important;
}

.progress-bar .vc_bar:before {
	position: absolute;
	display: block;
	top: -.5px;
	left: -.5px;
	content: '';
	width: 100%;
	height: 100%;
	border: 1px solid #333;
}

.vc_progress_bar .vc_single_bar {
	background: #fff !important;
}

.learts-quote {
	padding: 60px;
}

.learts-quote .title-quote {
	font-size: 40px;
	line-height: 56px;
	margin-top: 0;
}

.learts-quote .content-quote {
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.5px;
	text-align: justify;
}

.learts-quote .button-link {
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 1.5px;
}

.learts-quote .button-link:hover:before {
	margin: 0 !important;
}

.learts-quote .button-link:before {
	display: inline-block;
	vertical-align: middle;
	content: '';
	width: 60px;
	height: 2px;
	background-color: #333;
	margin-right: 20px;
}

.learts-quote .button-link.button-align-right {
	float: right;
}

.learts-quote .button-link.button-align-left {
	float: left;
}

.learts-simple-banner {
	position: relative;
	overflow: hidden;
	text-align: center;
}

.learts-simple-banner.style-image .content {
	position: absolute;
}

.learts-simple-banner.style-text .content {
	padding: 40px 0;
}

.learts-simple-banner.style-text .title-banner-text {
	font-family: 'Modesty';
	color: #72a499;
	font-size: 56px;
	line-height: 1;
}

.learts-simple-banner.style-text .text-decor {
	font-size: 100px;
	line-height: 100px;
	color: #f2f2f2;
	font-weight: 700;
}

.learts-simple-banner.style-text .content-banner-text {
	font-size: 40px;
	margin-top: -65px;
}

.learts-simple-banner.style-text .button-banner a {
	display: inline-block;
	font-size: 16px;
	line-height: 36px;
	margin-top: 30px;
	letter-spacing: 1.5px;
	line-height: 1.3;
}

.learts-simple-banner.style-text .button-banner a:after {
	content: '';
	display: block;
	background-color: #333;
	width: 100%;
	height: 1px;
	opacity: 0;
	transition: opacity .5s ease;
}

.learts-simple-banner.style-text .button-banner a:hover {
	color: #333;
}

.learts-simple-banner.style-text .button-banner a:hover:after {
	opacity: .2;
}

.learts-simple-banner.style-text .button-banner a:after {
	opacity: 0.2;
	margin-top: 5px;
}

.learts-simple-banner.style-text .button-banner a:hover:after {
	opacity: 1;
}

.learts-simple-banner.hover-zoom-in:hover > img {
	transform: scale(1.1);
}

.learts-simple-banner.hover-border-zoom-in:hover:after {
	opacity: 1;
	visibility: visible;
}

.learts-simple-banner.hover-border-zoom-in:hover img {
	transform: scale(1.1);
}

.learts-simple-banner.hover-border-zoom-in:after {
	display: block;
	position: absolute;
	content: '';
	top: 20px;
	left: 20px;
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	background-color: transparent;
	border: 1px solid #fff;
	opacity: 0;
	visibility: hidden;
}

.learts-simple-banner.hover-border-zoom-out:after, .learts-simple-banner.hover-border-zoom-out:before {
	display: block;
	content: '';
	position: absolute;
	top: -5px;
	bottom: -5px;
	left: -5px;
	right: -5px;
	border: 1px solid #fff;
	opacity: 0;
	visibility: hidden;
}

.learts-simple-banner.hover-border-zoom-out:before {
	background-color: #333;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.learts-simple-banner.hover-border-zoom-out:hover:after {
	top: 30px;
	bottom: 30px;
	left: 30px;
	right: 30px;
	opacity: 1;
	visibility: visible;
}

.learts-simple-banner.hover-border-zoom-out:hover:before {
	opacity: 0.3;
	visibility: visible;
}

.learts-simple-banner.hover-blur:hover > img {
	filter: blur(2px);
}

.learts-simple-banner.hover-grayscale:hover > img {
	filter: grayscale(100%);
}

.learts-simple-banner.hover-white-overlay:before, .learts-simple-banner.hover-black-overlay:before {
	content: '';
	opacity: 0;
	z-index: 1;
}

.learts-simple-banner.hover-white-overlay:before {
	background-color: #fff;
}

.learts-simple-banner.hover-white-overlay:hover:before {
	opacity: .3;
}

.learts-simple-banner.hover-black-overlay:before {
	background-color: #000;
}

.learts-simple-banner.hover-black-overlay:hover:before {
	opacity: .3;
}

.learts-simple-banner.has-border {
	border: 3px solid rgba(114, 164, 153, 0.4);
}

.learts-simple-banner .text {
	position: absolute;
	bottom: 30px;
	left: 30px;
	margin: 0;
	font-size: 56px;
	line-height: 50px;
	font-weight: 300;
}

.learts-simple-banner a.button-banner {
	display: inline-block;
	font-size: 16px;
	line-height: 36px;
	color: #333;
	letter-spacing: 1.5px;
	font-weight: 400;
	line-height: 1.3;
}

.learts-simple-banner a.button-banner:after {
	content: '';
	display: block;
	background-color: #333;
	width: 100%;
	height: 1px;
	opacity: 0;
	transition: opacity .5s ease;
}

.learts-simple-banner a.button-banner:hover {
	color: #333;
}

.learts-simple-banner a.button-banner:hover:after {
	opacity: .2;
}

.learts-simple-banner a.button-banner:after {
	opacity: 0.2;
	margin-top: 5px;
}

.learts-simple-banner a.button-banner:hover:after {
	opacity: 1;
}

.learts-simple-banner img {
	width: 100%;
}

.learts-simple-banner .content.position-left-top {
	top: 10px;
	left: 10px;
}

.learts-simple-banner .content.position-left-center {
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
}

.learts-simple-banner .content.position-left-bottom {
	bottom: 10px;
	left: 10px;
}

.learts-simple-banner .content.position-right-top {
	top: 10px;
	right: 10px;
}

.learts-simple-banner .content.position-right-center {
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}

.learts-simple-banner .content.position-right-bottom {
	bottom: 10px;
	right: 10px;
}

.learts-simple-banner .content.position-center-top {
	top: 10px;
	left: 50%;
	transform: translateX(-50%);
}

.learts-simple-banner .content.position-center-center {
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.learts-simple-banner .content.position-center-bottom {
	bottom: 10px;
	left: 50%;
	transform: translateX(-50%);
}

.learts-simple-banner .content.align-left {
	text-align: left;
}

.learts-simple-banner .content.align-center {
	text-align: center;
}

.learts-simple-banner .content.align-right {
	text-align: right;
}

.learts-simple-banner .content.content-fullwidth {
	width: 100%;
}

.learts-social.shape-circle .social-links li i {
	border-radius: 100%;
	border: 1px solid #ccc;
}

.learts-social.shape-square .social-links li i,
.learts-social.shape-circle .social-links li i {
	height: 2.5em;
	width: 2.5em;
	line-height: 2.5;
}

.learts-social.display-name-social .title {
	display: none;
}

.learts-social.shape-none li i {
	background-color: transparent !important;
}

.learts-social .social-links li {
	display: inline-block;
}

.learts-social .social-links li:last-child {
	margin-right: 0 !important;
}

.learts-social .social-links li i {
	position: relative;
	z-index: 2;
}

.learts-team-members {
	position: relative;
	margin-bottom: 30px;
}

.learts-team-members .name {
	font-size: 18px;
	line-height: 36px;
	font-weight: 600;
	color: #333;
	margin-top: 15px;
}

.learts-team-members .member-image {
	overflow: hidden;
	position: relative;
}

.learts-team-members .member-image:before, .learts-team-members .member-image:after {
	position: absolute;
	display: block;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #333;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
}

.learts-team-members .member-image:after {
	width: calc(100% - 40px);
	height: calc(100% - 40px);
	top: 20px;
	left: 20px;
	background-color: transparent;
	border: 1px solid #fff;
}

.learts-team-members .social-list {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	transform: translate(-50%, -50%);
	z-index: 2;
	text-align: center;
	opacity: 0;
	visibility: hidden;
}

.learts-team-members .subtext {
	overflow: hidden;
	font-size: 14px;
	line-height: 32px;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #7e7e7e;
}

.learts-team-members img {
	display: block;
	margin: 0 auto;
	width: 100%;
	transition: all 0.5s ease;
}

.style-circle .learts-team-members img {
	border-radius: 100%;
}

.learts-team-members ul.social-list a:hover {
	color: #f8796c;
}

.learts-team-members ul.social-list i {
	font-size: 20px;
}

.learts-team-members .social-list__item {
	margin: 0 15px;
	font-size: 20px;
}

.learts-team-members .social-inside .social-list__item {
	color: #fff;
}

.learts-team-members:hover img {
	transform: scale(1.1);
}

.learts-team-members:hover .member-image:before,
.learts-team-members:hover .member-image:after {
	opacity: 0.8;
	visibility: visible;
}

.learts-team-members:hover .social-list {
	opacity: 1;
	visibility: visible;
}

.learts-testimonial-carousel {
	text-align: center;
	margin-bottom: 0 !important;
}

.learts-testimonial-carousel .learts-testimonial-carousel__cite {
	font-size: 18px;
	line-height: 36px;
	font-weight: 600;
	color: #333;
}

.learts-testimonial-carousel .learts-testimonial-carousel__sub-cite {
	color: #7e7e7e;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.learts-testimonial-carousel .learts-testimonial-carousel__sub-cite:before {
	content: '/';
	padding-right: 5px;
}

.learts-testimonial-carousel img {
	margin: 0 auto 30px;
}

.learts-testimonial-carousel button.slick-arrow.slick-prev, .learts-testimonial-carousel .slick-arrow.slick-prev.learts-button,
.learts-testimonial-carousel .slick-arrow.slick-prev.learts-button {
	left: -100px;
}

.vc_row-learts-wide .learts-testimonial-carousel button.slick-arrow.slick-prev, .vc_row-learts-wide .learts-testimonial-carousel .slick-arrow.slick-prev.learts-button, .vc_row-learts-wide
.learts-testimonial-carousel .slick-arrow.slick-prev.learts-button {
	left: 20%;
}

.learts-testimonial-carousel button.slick-arrow.slick-next, .learts-testimonial-carousel .slick-arrow.slick-next.learts-button,
.learts-testimonial-carousel .slick-arrow.slick-next.learts-button {
	right: -100px;
}

.vc_row-learts-wide .learts-testimonial-carousel button.slick-arrow.slick-next, .vc_row-learts-wide .learts-testimonial-carousel .slick-arrow.slick-next.learts-button, .vc_row-learts-wide
.learts-testimonial-carousel .slick-arrow.slick-next.learts-button {
	right: 20%;
}

.learts-testimonial-carousel__text {
	position: relative;
	font-size: 16px;
	line-height: 25px;
	font-weight: 400;
	color: #454545;
	opacity: 0.8;
	padding-bottom: 20px;
}

.single-testimonial .learts-testimonial-carousel__text {
	max-width: 800px;
	margin: 0 auto;
}

.gray-box .learts-testimonial-carousel__text {
	padding: 0 50px;
}

.learts-testimonial-carousel__cite {
	font-size: 18px;
	font-weight: 600;
	color: #333;
}

.single-testimonial .learts-testimonial-carousel__cite {
	margin-bottom: 15px;
}

.multiple-testimonials {
	text-align: center;
	padding: 20px;
}

.multiple-testimonials .learts-testimonial-carousel__img,
.multiple-testimonials .box-cite {
	display: inline-block;
	vertical-align: middle;
}

.multiple-testimonials .box-cite {
	width: 100%;
	margin-top: 10px;
	text-align: center;
}

.multiple-testimonials img {
	border-radius: 100%;
}

.single-testimonial .cite-image,
.single-testimonial .box-cite {
	display: inline-block;
	vertical-align: middle;
}

.single-testimonial .cite-image img,
.single-testimonial .box-cite img {
	display: inline-block;
	vertical-align: middle;
	margin: 0 30px 0 0;
	border-radius: 100%;
	width: 100px;
	height: 100px;
}

.single-testimonial .learts-testimonial-carousel__cite {
	font-size: 18px;
	line-height: 36px;
	font-weight: 600;
}

.single-testimonial .learts-testimonial-carousel__sub-cite {
	text-align: left;
	font-size: 14px;
	letter-spacing: 1px;
}

.vc_custom_heading.style-learts {
	font-weight: 500;
	letter-spacing: 0;
}

.vc_custom_heading.style-learts > span {
	display: inline-block;
}

.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_custom_heading.title-learts:before {
	content: url(./assets/images/title-decor-left.png);
	padding-right: 10px;
}

.vc_custom_heading.title-learts:after {
	content: url(./assets/images/title-decor-right.png);
	padding-left: 10px;
}

.vc_custom_heading.use_font_modesty {
	font-family: 'Modesty' !important;
}

.vc_custom_heading.use_font_notera {
	font-family: 'Notera' !important;
}

.vc_custom_heading.use_font_futura {
	font-family: 'Futura' !important;
}

.vc_row.row:before,
.vc_row.row:after {
	display: none;
}

.wpb_single_image.image-border-inline {
	position: relative;
	overflow: hidden;
}

.wpb_single_image.image-border-inline img {
	transition: all 1s;
}

.wpb_single_image.image-border-inline:before {
	display: block;
	position: absolute;
	content: '';
	top: 15px;
	left: 15px;
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	border: 1px solid #fff;
	z-index: 1;
}

.wpb_single_image.image-border-inline:hover img {
	transform: scale(1.1);
}

.vc_tta-panel-body {
	box-sizing: border-box !important;
}

.wpb-js-composer .vc_tta-tabs.vc_tta-style-learts.vc_tta-style-learts .vc_tta-panel-body {
	border-width: 0;
}

.wpb-js-composer .vc_tta-tabs.vc_tta-style-learts.vc_tta-style-learts .vc_tta-tabs-list {
	margin-bottom: 30px;
}

.wpb-js-composer .vc_tta-tabs.vc_tta-style-learts.vc_tta-style-learts .vc_tta-tab {
	color: #888;
	padding-bottom: 7px;
}

.wpb-js-composer .vc_tta-tabs.vc_tta-style-learts.vc_tta-style-learts .vc_tta-tab > a {
	position: relative;
	font-size: 56px;
	line-height: 72px;
	font-weight: 300;
	border: none;
	margin: 0;
	padding: 0 0 10px;
}

.wpb-js-composer .vc_tta-tabs.vc_tta-style-learts.vc_tta-style-learts .vc_tta-tab > a > span {
	cursor: pointer;
}

.wpb-js-composer .vc_tta-tabs.vc_tta-style-learts.vc_tta-style-learts .vc_tta-panel .vc_tta-panel-title > a {
	display: inline-block;
	color: #7e7e7e;
	border: none;
	padding: 0;
}

.wpb-js-composer .vc_tta-tabs.vc_tta-style-learts.vc_tta-style-learts .vc_tta-panel .vc_tta-panel-title > a:hover {
	color: #333;
}

.wpb-js-composer .vc_tta-tabs.vc_tta-style-learts.vc_tta-style-learts .vc_active.vc_tta-panel .vc_tta-panel-title > a {
	color: #333 !important;
}

.wpb-js-composer .vc_tta-tabs.vc_tta-style-learts.vc_tta-style-learts .vc_tta-panel-title {
	line-height: 1.5;
	padding-bottom: 30px;
}

.wpb-js-composer .vc_tta-tabs.vc_tta-style-learts.vc_tta-style-learts .vc_tta-panel-heading {
	border: none;
}

.wpb-js-composer .vc_tta-tabs.vc_tta-style-learts.vc_tta-style-learts li.vc_tta-tab {
	padding: 0 30px;
	position: relative;
	color: #9b9b9b;
}

.wpb-js-composer .vc_tta-tabs.vc_tta-style-learts.vc_tta-style-learts li.vc_tta-tab:first-child {
	padding-left: 0;
}

.wpb-js-composer .vc_tta-tabs.vc_tta-style-learts.vc_tta-style-learts li.vc_tta-tab:last-child {
	padding-right: 0;
}

.wpb-js-composer .vc_tta-tabs.vc_tta-style-learts.vc_tta-style-learts li.vc_tta-tab:last-child:after {
	display: none;
}

.wpb-js-composer .vc_tta-tabs.vc_tta-style-learts.vc_tta-style-learts li.vc_tta-tab:hover, .wpb-js-composer .vc_tta-tabs.vc_tta-style-learts.vc_tta-style-learts li.vc_tta-tab:active {
	color: #333 !important;
}

.wpb-js-composer .vc_tta-tabs.vc_tta-style-learts.vc_tta-style-learts li.vc_tta-tab:after {
	content: '/';
	position: absolute;
	top: 50%;
	right: -35px;
	font-size: 50px;
	color: #ccc;
	background-color: transparent;
	transform: translateY(-50%);
}

.wpb-js-composer .vc_tta-tabs.vc_tta-style-learts.vc_tta-style-learts .vc_tta-tab > a:hover:after,
.wpb-js-composer .vc_tta-tabs.vc_tta-style-learts.vc_tta-style-learts .vc_tta-tab.vc_active > a:after,
.wpb-js-composer .vc_tta-tabs.vc_tta-style-learts.vc_tta-style-learts .vc_tta-panel .vc_tta-panel-title > a:hover:after,
.wpb-js-composer .vc_tta-tabs.vc_tta-style-learts.vc_tta-style-learts .vc_tta-panel.vc_active .vc_tta-panel-title > a:after {
	transform: scale3d(1, 1, 1);
	transform-origin: 0% 50%;
}

.wpb-js-composer .vc_tta-tabs.vc_tta-style-learts.vc_tta-style-learts.vc_tta-controls-align-left .vc_tta-tab:first-child > a {
	margin-left: 0;
}

.wpb-js-composer .vc_tta-tabs.vc_tta-style-learts.vc_tta-style-learts.vc_tta-controls-align-right .vc_tta-tab:last-child > a {
	margin-right: 0;
}

.wpb-js-composer .vc_tta-accordion.vc_tta-style-learts.vc_tta-style-learts .vc_tta-panel .vc_tta-panel-heading {
	border-top-width: 0;
	border-right-width: 0;
	border-left-width: 0;
	border-bottom: 1px solid #eee;
}

.wpb-js-composer .vc_tta-accordion.vc_tta-style-learts.vc_tta-style-learts .vc_tta-panel:first-child .vc_tta-panel-heading {
	border-top: 1px solid #eee;
}

.wpb-js-composer .vc_tta-accordion.vc_tta-style-learts.vc_tta-style-learts .vc_tta-panel.vc_active {
	border-bottom: 1px solid #eee;
}

.wpb-js-composer .vc_tta-accordion.vc_tta-style-learts.vc_tta-style-learts .vc_tta-panel.vc_active .vc_tta-panel-heading {
	background-color: #eee;
}

.wpb-js-composer .vc_tta-accordion.vc_tta-style-learts.vc_tta-style-learts .vc_tta-panel-title {
	font-size: 18px;
	line-height: 1.5;
	color: #333;
}

.wpb-js-composer .vc_tta-accordion.vc_tta-style-learts.vc_tta-style-learts .vc_tta-panel-body {
	border: none !important;
	padding: 30px 0 !important;
}

.wpb-js-composer .vc_toggle.vc_toggle_learts.vc_toggle_learts {
	margin-bottom: 20px;
}

.wpb-js-composer .vc_toggle.vc_toggle_learts.vc_toggle_learts .vc_toggle_title h4 {
	font-size: 18px;
	line-height: 1.5;
	color: #333;
	display: block;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin: 0;
	padding: 14px 20px;
}

.wpb-js-composer .vc_toggle.vc_toggle_learts.vc_toggle_learts.vc_toggle_active .vc_toggle_title {
	background-color: #eee;
}

.wpb-js-composer .vc_toggle.vc_toggle_learts.vc_toggle_learts.vc_toggle_active .vc_toggle_content {
	border-bottom: 1px solid #eee;
}

.wpb-js-composer .vc_toggle.vc_toggle_learts.vc_toggle_learts + .vc_toggle.vc_toggle_learts.vc_toggle_learts {
	margin-top: -20px;
}

.wpb-js-composer .vc_toggle.vc_toggle_learts.vc_toggle_learts + .vc_toggle.vc_toggle_learts.vc_toggle_learts .vc_toggle_title h4 {
	border-top-width: 0;
}

.wpb-js-composer .vc_toggle.vc_toggle_learts.vc_toggle_learts .vc_toggle_content {
	margin: 0;
	padding: 30px 0;
}

.ajax-results-wrapper .suggestion-sku, .ajax-results-wrapper .suggestion-price, .wpb-js-composer .vc_tta-tabs.vc_tta-style-learts.vc_tta-style-learts .vc_tta-tab.vc_active > a {
	color: #333 !important;
}

/*
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 {
	padding-bottom: 40px;
}

/*
* Safari 9+
*/
/*
* Safari 9+ (iOS Only)
*/
/*=====================================
Custom CSS of the theme
 =====================================*/
#post-501 .wp-image-827 {
	display: block;
	float: none;
}

body.no-redux .comments-area input[type="submit"] {
	background: #333;
	border-color: #333;
}

body.no-redux .comments-area input[type="submit"]:hover {
	background: transparent;
	color: #333;
}

.hidden {
	display: none !important;
}

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

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

.w-250 {
	max-width: 250px;
}

.fw-600 {
	font-weight: 600 !important;
}

.fw-300 {
	font-weight: 300 !important;
}

.wpb_image_grid_ul li.isotope-item img {
	margin-right: 20px !important;
}

.wpb_image_grid_ul li.isotope-item img:hover {
	transform: scale(1.1);
}

.wpb_gallery.payment .wpb_image_grid_ul li.isotope-item img {
	margin-left: 20px !important;
	margin-right: 0 !important;
}

.loop-image img {
	animation: image-loop 5s linear infinite;
}

@keyframes image-loop {
	0% {
		transform: translate3d(0, -15px, 0);
	}
	50% {
		transform: translate3d(0, 15px, 0);
	}
	100% {
		transform: translate3d(0, -15px, 0);
	}
}

@keyframes image-zoom-out {
	0% {
		transform: scale(0.9);
	}
	50% {
		transform: scale(1.1);
	}
	100% {
		transform: scale(0.9);
	}
}

@keyframes image-zoom-in {
	0% {
		transform: scale(1.1);
	}
	50% {
		transform: scale(0.9);
	}
	100% {
		transform: scale(1.1);
	}
}

.button.btn-only-text {
	padding: 0 !important;
	border: none !important;
	background-color: transparent !important;
	font-weight: 400 !important;
	letter-spacing: 0;
	text-transform: none;
	line-height: 1.3;
}

.button.btn-only-text.btn-separator:before {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	content: '';
	width: 60px;
	height: 2px;
	background-color: #333;
}

.button.btn-only-text.btn-separator:after {
	display: none;
}

.button.btn-only-text:after {
	content: '';
	display: block;
	background-color: #333;
	width: 100%;
	height: 1px;
	opacity: 0;
	transition: opacity .5s ease;
}

.button.btn-only-text:hover {
	color: #333;
}

.button.btn-only-text:hover:after {
	opacity: .2;
}

.button.btn-only-text:after {
	opacity: 0.2;
}

.button.btn-only-text:hover:after {
	opacity: 1;
}

.btn-underline {
	line-height: 1.3;
}

.btn-underline:after {
	content: '';
	display: block;
	background-color: #333;
	width: 100%;
	height: 1px;
	opacity: 0;
	transition: opacity .5s ease;
}

.btn-underline:hover {
	color: #333;
}

.btn-underline:hover:after {
	opacity: .2;
}

.mega-menu-content li .new {
	position: relative;
	color: #fff;
	background-color: #d3122a;
	font-size: 13px;
	line-height: 12px;
	font-weight: 600;
	padding: 2px 5px;
	margin-left: 10px;
	text-transform: uppercase;
}

.mega-menu-content li .new:before {
	position: absolute;
	top: 50%;
	left: -6px;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 5px 6px 5px 0;
	border-color: transparent #d3122a transparent transparent;
	transform: translateY(-50%);
}

.ads {
	overflow: hidden;
}

.ads figure {
	position: relative;
}

.ads figure::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
	transform: skewX(-25deg);
}

.ads figure:hover::before {
	animation: shine .75s;
}

@keyframes shine {
	100% {
		left: 125%;
	}
}

body.header-vertical-small .site-header {
	background-color: #f4ede7 !important;
}

.language-footer a {
	display: inline-block !important;
}

.language-footer a:first-child {
	margin: 0 15px 0 0 !important;
}

.language-footer a:last-child {
	margin: 0 0 0 15px !important;
}

.footer-column .widget_custom_html .quick-link {
	margin: 0 -15px;
}

.widget_tm_social .widget-title {
	display: none;
}

.vc_row.footer-vc ul.menu {
	list-style: none;
	padding: 0;
}

.vc_row.footer-vc ul.menu > li {
	font-size: 16px;
	line-height: 35px;
}

.vc_row.footer-vc ul.menu > li > a {
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3;
}

.vc_row.footer-vc ul.menu > li > a:hover {
	color: #333;
}

.vc_row.footer-vc ul.menu > li > a:after {
	content: '';
	display: block;
	background-color: #333;
	width: 100%;
	height: 1px;
	opacity: 0;
	transition: opacity .5s ease;
}

.vc_row.footer-vc ul.menu > li > a:hover {
	color: #333;
}

.vc_row.footer-vc ul.menu > li > a:hover:after {
	opacity: .2;
}

.vc_row.footer-vc ul.menu i {
	padding-right: 30px;
	max-width: 35px;
	width: 100%;
}

.vc_row.footer-vc ul.menu.quick-link > li {
	display: inline-block;
	text-transform: uppercase;
	font-size: 16px;
	line-height: 32px;
	padding: 0 20px;
	letter-spacing: 1px;
	font-weight: 400;
}

.vc_row.footer-vc ul.menu.quick-link > li:first-child {
	padding-left: 0;
}

.vc_row.footer-vc ul.menu.menu-large > li {
	line-height: 45px !important;
}

.vc_row.footer-vc .social-links .title {
	display: none;
}

.vc_row.footer-vc .custom-mailchimp .mailchimp-email {
	padding-left: 0;
	padding-right: 0;
	border-bottom: 1px solid #ccc;
	border-radius: 0;
}

.vc_row.footer-vc .custom-mailchimp .mailchimp-button {
	border-bottom: 2px solid #333;
	border-radius: 0;
	padding: 15px;
}

.vc_row.footer-vc .custom-mailchimp .mailchimp-button:hover, .vc_row.footer-vc .custom-mailchimp .mailchimp-button:focus {
	color: #72a499;
	border-bottom-color: #72a499;
}

.vc_row.footer-vc.footer-social .social-links i {
	background-color: transparent !important;
}

.vc_row.footer-vc.footer-social .social-links {
	line-height: 15px !important;
}

.custom-copyright {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.custom-copyright br {
	display: none;
}

.custom-copyright img {
	margin-right: 10px;
}

.custom-social .title {
	font-size: 0;
}

.custom-social a, .custom-social i {
	width: 48px !important;
	height: 48px !important;
	line-height: 48px !important;
	border: none !important;
}

.img-grey img {
	filter: grayscale(100%);
}

.img-grey img:hover {
	filter: grayscale(0);
}

.button-video img:hover {
	transform: scale(1.1);
}

.wpb_single_image.sub-title img {
	transform: translateX(-25px);
}

.vc_custom_heading.custom-title:before {
	display: none;
}

.learts-menu-grid.no-box-shadow img {
	box-shadow: none;
}

.btn-pop-up {
	cursor: pointer;
}

.rev_slider .product-popup {
	opacity: 0 !important;
	visibility: hidden !important;
	transform: translateY(50px) !important;
	transition: all 0.75s cubic-bezier(0.785, 0.135, 0.15, 0.86) !important;
}

.rev_slider.active .product-popup {
	opacity: 1 !important;
	visibility: visible !important;
	transform: translateY(0) !important;
}

body.homepage-bg {
	background-color: #f4ede7;
	padding: 0 15px 15px 15px;
}

body.homepage-bg .topbar {
	background-color: #f4ede7 !important;
	border: none;
}

body.homepage-bg .topbar-text {
	color: #333;
}

body.homepage-bg #menu-main-menu {
	text-align: left;
}

body.homepage-bg .topbar a {
	color: #696969 !important;
}

.title-banner-mini {
	font-family: 'Modesty';
	color: #72a499;
	font-size: 56px;
	line-height: 1;
}

.icon-banner {
	margin-bottom: 20px;
}

.icon-banner:before {
	content: '\f16d';
	font-family: FontAwesome;
	font-size: 40px;
	color: #e2efec;
}

a.link-instagram:hover {
	color: #72a499;
}

.vc_row.grid-custom .banner-image {
	height: 100%;
}

.vc_row.banner-zoom .learts-product-category-banner .banner-image {
	overflow: visible;
}

.vc_row.cat-circle img {
	width: auto;
}

.vc_row.cat-circle .product-count {
	display: block !important;
}

body.topbar-grey .topbar {
	background-color: #f8f8f8 !important;
	border-bottom: none !important;
}

body.topbar-grey .topbar .topbar-text {
	color: #696969;
}

.learts-simple-banner.banner-grid .title {
	font-family: 'Modesty';
	font-size: 72px;
	line-height: 90px;
}

.learts-simple-banner.banner-grid .sub-title {
	font-size: 34px;
	line-height: 1;
	letter-spacing: 10px;
	font-weight: 700;
	color: #baa491;
	text-transform: uppercase;
}

.learts-simple-banner.banner-grid .content {
	top: 15%;
}

.learts-simple-banner.banner-custom-06 .content {
	left: 40px;
}

.title-notera {
	font-family: 'Notera';
	font-size: 72px;
	line-height: 1;
	color: #333;
}

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

.countdown-center .countdown-amount {
	text-align: center !important;
}

.custom-product-tab {
	position: relative;
}

span.badge-sale {
	background-image: url(./assets/images/badge-sale.png);
	background-size: cover;
	padding: 2px 20px;
	color: #fff;
	font-weight: 700;
}

.vc_custom_heading.text-frist {
	position: relative;
	z-index: 2;
	animation-delay: 0s;
}

.vc_custom_heading.text-second {
	position: relative;
	z-index: 1;
	animation-delay: 0.5s;
}

.snptwdgt-rtd__ftr.sfx-fade-in {
	display: none;
}

.shop-instagram .offcanvas-btn {
	padding-right: 30px;
}

.banner-grid-2 .content .sub-title,
.banner-grid-4 .content .sub-title {
	font-size: 24px;
	line-height: 26px;
	color: #333;
}

.banner-grid-2 .content .title,
.banner-grid-4 .content .title {
	font-family: 'Modesty';
	font-size: 80px;
	line-height: 72px;
	color: #333;
	margin-bottom: 40px;
}

.banner-grid-2 .content img,
.banner-grid-4 .content img {
	max-width: 240px;
	margin: 0 auto;
}

.banner-grid-2 .content {
	top: 15% !important;
}

.banner-grid-3 .content {
	bottom: 50px !important;
	left: 50px !important;
}

.banner-grid-3 .content p {
	display: none;
}

.banner-grid-3 .content .title {
	max-width: 200px;
	font-size: 40px;
	line-height: 48px;
}

.banner-grid-3 .content .price {
	font-size: 18px;
	line-height: 2;
	font-weight: 600;
	color: #333;
}

.banner-grid-4 .content img.logo {
	max-width: 140px;
}

.banner-grid-4 .content img {
	position: static;
	display: block;
	width: inherit;
}

.banner-grid-4 .content .title {
	margin: 0 0 20px 0;
}

.banner-grid-4 .content .price {
	margin-bottom: 20px;
}

.banner-product-widget .content {
	top: 50px !important;
}

.banner-product-widget .sub-title {
	font-family: 'Modesty';
	font-size: 56px;
	line-height: 72px;
	color: #72a499;
}

.banner-product-widget .title {
	font-family: Marcellus, Arial, Helvetica, sans-serif;
	font-weight: 400;
	font-size: 34px;
	line-height: 56px;
	letter-spacing: 4px;
	color: #333;
}

.banner-product-widget .decor-learts .text-wrap {
	display: inline-block;
	padding: 0 40px;
	font-family: Marcellus, Arial, Helvetica, sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 3px;
	background-image: url(assets/images/badge-sale-black.png) !important;
	background-size: contain;
}

.banner-product-widget .decor-learts:before {
	display: inline-block;
	vertical-align: middle;
	content: url(./assets/images/decor-left.png);
}

.banner-product-widget .decor-learts:after {
	display: inline-block;
	vertical-align: middle;
	content: url(./assets/images/decor-right.png);
}

.vc_row.custom-icon i:before {
	transition: all 0.5s;
}

.vc_row.custom-icon .learts-icon-box:hover i:before {
	font-size: 30px;
}

.vc_wp_posts.custom-recent-post .widgettitle {
	display: none;
}

.vc_wp_posts.custom-recent-post li:before {
	content: "";
	font-size: 16px;
	padding-right: 15px;
}

.learts-simple-banner.banner-grid-5 .content {
	bottom: 10%;
}

.learts-simple-banner.banner-grid-5 .content img {
	max-width: 260px;
}

.learts-simple-banner.banner-grid-5 .content h3 {
	font-size: 34px;
}

.learts-simple-banner.banner-grid-5:after {
	opacity: 1;
	visibility: visible;
}

.learts-simple-banner.banner-grid-5:hover .content img {
	transform: none;
}

.wpim-image img {
	max-width: none !important;
	width: 100%;
}

body.landing-page header.site-header {
	display: none;
}

.vc_row.icon-shadow .tm-icon-box__icon {
	display: inline-block;
	vertical-align: middle;
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	transition-duration: 0.3s;
	transition-property: transform;
}

.vc_row.icon-shadow .tm-icon-box__icon:before {
	pointer-events: none;
	position: absolute;
	z-index: -1;
	content: '';
	top: 100%;
	left: 5%;
	height: 10px;
	width: 90%;
	opacity: 0;
	background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
	transition-duration: 0.3s;
	transition-property: transform, opacity;
}

.vc_row.icon-shadow .learts-icon-box:hover .tm-icon-box__icon, .vc_row.icon-shadow .learts-icon-box:focus .tm-icon-box__icon, .vc_row.icon-shadow .learts-icon-box:active .tm-icon-box__icon {
	transform: translateY(-5px);
}

.vc_row.icon-shadow .learts-icon-box:hover .tm-icon-box__icon:before, .vc_row.icon-shadow .learts-icon-box:focus .tm-icon-box__icon:before, .vc_row.icon-shadow .learts-icon-box:active .tm-icon-box__icon:before {
	opacity: 1;
	transform: translateY(5px);
}

.vc_row.icon-shadow .learts-icon-box:hover i, .vc_row.icon-shadow .learts-icon-box:focus i, .vc_row.icon-shadow .learts-icon-box:active i {
	animation: loop-icon 3s linear infinite;
}

@keyframes loop-icon {
	0% {
		transform: translate3d(0, -5px, 0);
	}
	50% {
		transform: translate3d(0, 5px, 0);
	}
	100% {
		transform: translate3d(0, -5px, 0);
	}
}

#menu-landing-page-menu {
	text-align: right;
}

#menu-landing-page-menu li {
	font-size: 18px !important;
}

.vc_row.woo-lp {
	position: relative;
}

.vc_row.woo-lp .decor-on-left:before, .vc_row.woo-lp .decor-on-left:after,
.vc_row.woo-lp .decor-on-right:before,
.vc_row.woo-lp .decor-on-right:after {
	position: absolute;
	z-index: 2;
}

.vc_row.woo-lp .decor-on-left:before {
	top: 10%;
	left: 25%;
	content: url(./assets/images/decor-woo.png);
}

.vc_row.woo-lp .decor-on-left:after {
	top: 50%;
	left: 20%;
	content: url(./assets/images/decor-product-layout.png);
}

.vc_row.woo-lp .decor-on-right:before {
	top: 30%;
	right: 15%;
	content: url(./assets/images/decor-shop-layout.png);
}

.vc_row.woo-lp .decor-on-right:after {
	bottom: 20%;
	right: 10%;
	content: url(./assets/images/decor-product-layout-2.png);
}

.vc_row.has-decor-right {
	position: relative;
}

.vc_row.has-decor-right:after {
	position: absolute;
	content: url(./assets/images/decor-bg-right.png);
	display: block;
	top: 50%;
	right: 0;
}

.badge-red {
	background-image: url(./assets/images/badge-red.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	color: #fff;
	font-weight: 700;
}

.vc_row.lp-360 {
	overflow: hidden;
}

.vc_row.lp-360 .product-viewer {
	transform: scale(1.5);
}

.wpb_column.new-feature {
	position: relative;
}

.wpb_column.new-feature:after {
	position: absolute;
	content: url(./assets/images/try-it.png);
	display: block;
	top: 0;
	right: 0;
	z-index: 9;
}

.menu-item-3023 {
	vertical-align: middle !important;
}

.menu-item-3023 a {
	height: 46px !important;
	line-height: 40px !important;
	margin-top: 16px;
	color: #fff !important;
	border: 1px solid #333;
	background-color: #333;
	padding: 0 30px !important;
	border-radius: 52px;
	letter-spacing: 1px;
	transition: all 0.5s ease;
}

.menu-item-3023 .menu-item-text:after {
	display: none;
}

.menu-item-3023:hover a {
	background-color: #f8796c !important;
	border-color: #f8796c !important;
}

.menu-item-3023:before {
	/*   positioning */
	position: absolute;
	content: '';
	opacity: 0;
	top: 0;
	left: 0;
	z-index: 1;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.03) 1%, rgba(255, 255, 255, 0.6) 30%, rgba(255, 255, 255, 0.85) 50%, rgba(255, 255, 255, 0.85) 70%, rgba(255, 255, 255, 0.85) 71%, rgba(255, 255, 255, 0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
	/* IE6-9 */
	width: 15%;
	height: 100%;
	transform: skew(-10deg, 0deg);
	animation: move 2s;
	animation-iteration-count: infinite;
	animation-delay: 1s;
}

@keyframes move {
	0% {
		left: 0;
		opacity: 0;
	}
	5% {
		opacity: 0.0;
	}
	48% {
		opacity: 0.2;
	}
	80% {
		opacity: 0.0;
	}
	100% {
		left: 82%;
	}
}

.text-underline {
	text-decoration: underline;
}

/* Slick */
.slick-slider.slick-initialized {
	opacity: 1;
	visibility: visible;
}

.slick-slide a {
	margin: 0;
}

button.slick-arrow, .slick-arrow.learts-button {
	font-size: 0;
	text-align: center;
	position: absolute;
	top: 50%;
	height: 40px;
	width: 40px;
	color: #707070;
	background-color: transparent;
	border: none;
	z-index: 1;
	transform: translateY(-50%);
	padding: 0 !important;
}

button.slick-arrow:hover, .slick-arrow.learts-button:hover, button.slick-arrow:focus, .slick-arrow.learts-button:focus {
	background-color: transparent;
}

button.slick-arrow:hover:before, .slick-arrow.learts-button:hover:before, button.slick-arrow:focus:before, .slick-arrow.learts-button:focus:before {
	color: #333 !important;
}

button.slick-arrow:before, .slick-arrow.learts-button:before {
	position: absolute;
	top: 50%;
	left: 50%;
	font-size: 30px;
	line-height: 40px;
	font-weight: 300;
	display: inline-block;
	transform: translate(-50%, -50%);
}

button.slick-arrow.slick-prev, .slick-arrow.slick-prev.learts-button {
	left: 0;
}

button.slick-arrow.slick-prev:before, .slick-arrow.slick-prev.learts-button:before {
	content: '\f053';
}

button.slick-arrow.slick-next, .slick-arrow.slick-next.learts-button {
	right: 0;
}

button.slick-arrow.slick-next:before, .slick-arrow.slick-next.learts-button:before {
	content: '\f054';
}

button.slick-arrow.slick-disabled, .slick-arrow.slick-disabled.learts-button {
	opacity: 0 !important;
	visibility: hidden !important;
}

button.slick-arrow.slick-disabled:before, .slick-arrow.slick-disabled.learts-button:before {
	opacity: 1;
}

.vc_row[data-vc-stretch-content="true"] button.slick-arrow.slick-prev, .vc_row[data-vc-stretch-content="true"] .slick-arrow.slick-prev.learts-button {
	left: 15px;
}

.vc_row[data-vc-stretch-content="true"] button.slick-arrow.slick-next, .vc_row[data-vc-stretch-content="true"] .slick-arrow.slick-next.learts-button {
	right: 15px;
}

.slick-dots {
	list-style: none;
	display: block;
	text-align: center;
	margin-top: 35px !important;
	padding: 0;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	height: 10px;
	width: 10px;
	margin-right: 5px;
	margin-left: 0;
	line-height: 1.5;
	height: initial;
	width: initial;
	padding: 0;
	cursor: pointer;
	background: none;
}

.slick-dots li:last-child {
	margin: 0;
}

.slick-dots li button, .slick-dots li .learts-button {
	font-size: 0;
	display: block;
	cursor: pointer;
	outline: 0;
	line-height: 0;
	border: 0;
	width: 10px;
	height: 10px;
	color: transparent;
	background-color: #1f1f1f !important;
	opacity: .2;
	padding: 0;
	-webkit-backface-visibility: hidden;
	border-radius: 50%;
	margin: 0 4px;
	padding: 0;
}

.slick-dots li button:focus, .slick-dots li .learts-button:focus {
	outline: 0;
}

.slick-dots li button:hover, .slick-dots li .learts-button:hover {
	opacity: .75;
}

.slick-dots li.slick-active button, .slick-dots li.slick-active .learts-button {
	background-color: transparent !important;
	border: 1px solid #333;
	border-radius: 100%;
	opacity: 1;
	width: 18px;
	height: 18px;
	margin: 0;
}

.slick-track {
	position: relative;
	display: block;
	left: 0;
	top: 0;
	min-width: 100%;
}

.slick-arrow:hover {
	opacity: 1 !important;
}

/* Hint.css */
[class*="hint--"]:after {
	font-family: inherit !important;
	text-shadow: none !important;
	letter-spacing: 0;
	-webkit-backface-visibility: none;
}

/* Photoswipe */
.pswp__caption {
	display: none;
}

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
	background-color: transparent !important;
}

.pswp--svg .pswp__button,
.pswp--svg .pswp__button--arrow--left:before,
.pswp--svg .pswp__button--arrow--right:before {
	background-color: transparent !important;
}

.pswp__button.pswp__button--arrow--left,
.pswp__button.pswp__button--arrow--right {
	background-color: transparent !important;
	background-image: none !important;
}

/* 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: #fff;
	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: 16px;
	line-height: 1.5;
	padding-left: 10px;
}

#growls .growl .growl-large {
	width: 500px !important;
}

/**
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:active > .ps__scrollbar-x-rail,
.ps:active > .ps__scrollbar-y-rail {
	opacity: .6;
}

.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: .2;
	background-color: #000;
	margin-right: 5px;
}

.tp-bullets.custom .tp-bullet:hover,
.tp-bullets.custom .tp-bullet.selected {
	opacity: 1;
}

/* magnific popups */
.mfp-bg {
	opacity: .7;
}

button.mfp-close, .mfp-close.learts-button {
	background-color: transparent !important;
}

body.no-redux.single .page-title .entry-title {
	font-size: 56px !important;
	font-weight: 400 !important;
}

body.no-redux ul.wp-tag-cloud a {
	background-color: transparent !important;
}

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

	.pt-sm--100 {
		padding-top: -100px;
	}

	.pt-sm--100-i {
		padding-top: -100px !important;
	}

	.mt-sm--100 {
		margin-top: -100px;
	}

	.mt-sm--100-i {
		margin-top: -100px !important;
	}

	.pt-sm--95 {
		padding-top: -95px;
	}

	.pt-sm--95-i {
		padding-top: -95px !important;
	}

	.mt-sm--95 {
		margin-top: -95px;
	}

	.mt-sm--95-i {
		margin-top: -95px !important;
	}

	.pt-sm--90 {
		padding-top: -90px;
	}

	.pt-sm--90-i {
		padding-top: -90px !important;
	}

	.mt-sm--90 {
		margin-top: -90px;
	}

	.mt-sm--90-i {
		margin-top: -90px !important;
	}

	.pt-sm--85 {
		padding-top: -85px;
	}

	.pt-sm--85-i {
		padding-top: -85px !important;
	}

	.mt-sm--85 {
		margin-top: -85px;
	}

	.mt-sm--85-i {
		margin-top: -85px !important;
	}

	.pt-sm--80 {
		padding-top: -80px;
	}

	.pt-sm--80-i {
		padding-top: -80px !important;
	}

	.mt-sm--80 {
		margin-top: -80px;
	}

	.mt-sm--80-i {
		margin-top: -80px !important;
	}

	.pt-sm--75 {
		padding-top: -75px;
	}

	.pt-sm--75-i {
		padding-top: -75px !important;
	}

	.mt-sm--75 {
		margin-top: -75px;
	}

	.mt-sm--75-i {
		margin-top: -75px !important;
	}

	.pt-sm--70 {
		padding-top: -70px;
	}

	.pt-sm--70-i {
		padding-top: -70px !important;
	}

	.mt-sm--70 {
		margin-top: -70px;
	}

	.mt-sm--70-i {
		margin-top: -70px !important;
	}

	.pt-sm--65 {
		padding-top: -65px;
	}

	.pt-sm--65-i {
		padding-top: -65px !important;
	}

	.mt-sm--65 {
		margin-top: -65px;
	}

	.mt-sm--65-i {
		margin-top: -65px !important;
	}

	.pt-sm--60 {
		padding-top: -60px;
	}

	.pt-sm--60-i {
		padding-top: -60px !important;
	}

	.mt-sm--60 {
		margin-top: -60px;
	}

	.mt-sm--60-i {
		margin-top: -60px !important;
	}

	.pt-sm--55 {
		padding-top: -55px;
	}

	.pt-sm--55-i {
		padding-top: -55px !important;
	}

	.mt-sm--55 {
		margin-top: -55px;
	}

	.mt-sm--55-i {
		margin-top: -55px !important;
	}

	.pt-sm--50 {
		padding-top: -50px;
	}

	.pt-sm--50-i {
		padding-top: -50px !important;
	}

	.mt-sm--50 {
		margin-top: -50px;
	}

	.mt-sm--50-i {
		margin-top: -50px !important;
	}

	.pt-sm--45 {
		padding-top: -45px;
	}

	.pt-sm--45-i {
		padding-top: -45px !important;
	}

	.mt-sm--45 {
		margin-top: -45px;
	}

	.mt-sm--45-i {
		margin-top: -45px !important;
	}

	.pt-sm--40 {
		padding-top: -40px;
	}

	.pt-sm--40-i {
		padding-top: -40px !important;
	}

	.mt-sm--40 {
		margin-top: -40px;
	}

	.mt-sm--40-i {
		margin-top: -40px !important;
	}

	.pt-sm--35 {
		padding-top: -35px;
	}

	.pt-sm--35-i {
		padding-top: -35px !important;
	}

	.mt-sm--35 {
		margin-top: -35px;
	}

	.mt-sm--35-i {
		margin-top: -35px !important;
	}

	.pt-sm--30 {
		padding-top: -30px;
	}

	.pt-sm--30-i {
		padding-top: -30px !important;
	}

	.mt-sm--30 {
		margin-top: -30px;
	}

	.mt-sm--30-i {
		margin-top: -30px !important;
	}

	.pt-sm--25 {
		padding-top: -25px;
	}

	.pt-sm--25-i {
		padding-top: -25px !important;
	}

	.mt-sm--25 {
		margin-top: -25px;
	}

	.mt-sm--25-i {
		margin-top: -25px !important;
	}

	.pt-sm--20 {
		padding-top: -20px;
	}

	.pt-sm--20-i {
		padding-top: -20px !important;
	}

	.mt-sm--20 {
		margin-top: -20px;
	}

	.mt-sm--20-i {
		margin-top: -20px !important;
	}

	.pt-sm--15 {
		padding-top: -15px;
	}

	.pt-sm--15-i {
		padding-top: -15px !important;
	}

	.mt-sm--15 {
		margin-top: -15px;
	}

	.mt-sm--15-i {
		margin-top: -15px !important;
	}

	.pt-sm--10 {
		padding-top: -10px;
	}

	.pt-sm--10-i {
		padding-top: -10px !important;
	}

	.mt-sm--10 {
		margin-top: -10px;
	}

	.mt-sm--10-i {
		margin-top: -10px !important;
	}

	.pt-sm--5 {
		padding-top: -5px;
	}

	.pt-sm--5-i {
		padding-top: -5px !important;
	}

	.mt-sm--5 {
		margin-top: -5px;
	}

	.mt-sm--5-i {
		margin-top: -5px !important;
	}

	.pt-sm-0 {
		padding-top: 0px;
	}

	.pt-sm-0-i {
		padding-top: 0px !important;
	}

	.mt-sm-0 {
		margin-top: 0px;
	}

	.mt-sm-0-i {
		margin-top: 0px !important;
	}

	.pt-sm-5 {
		padding-top: 5px;
	}

	.pt-sm-5-i {
		padding-top: 5px !important;
	}

	.mt-sm-5 {
		margin-top: 5px;
	}

	.mt-sm-5-i {
		margin-top: 5px !important;
	}

	.pt-sm-10 {
		padding-top: 10px;
	}

	.pt-sm-10-i {
		padding-top: 10px !important;
	}

	.mt-sm-10 {
		margin-top: 10px;
	}

	.mt-sm-10-i {
		margin-top: 10px !important;
	}

	.pt-sm-15 {
		padding-top: 15px;
	}

	.pt-sm-15-i {
		padding-top: 15px !important;
	}

	.mt-sm-15 {
		margin-top: 15px;
	}

	.mt-sm-15-i {
		margin-top: 15px !important;
	}

	.pt-sm-20 {
		padding-top: 20px;
	}

	.pt-sm-20-i {
		padding-top: 20px !important;
	}

	.mt-sm-20 {
		margin-top: 20px;
	}

	.mt-sm-20-i {
		margin-top: 20px !important;
	}

	.pt-sm-25 {
		padding-top: 25px;
	}

	.pt-sm-25-i {
		padding-top: 25px !important;
	}

	.mt-sm-25 {
		margin-top: 25px;
	}

	.mt-sm-25-i {
		margin-top: 25px !important;
	}

	.pt-sm-30 {
		padding-top: 30px;
	}

	.pt-sm-30-i {
		padding-top: 30px !important;
	}

	.mt-sm-30 {
		margin-top: 30px;
	}

	.mt-sm-30-i {
		margin-top: 30px !important;
	}

	.pt-sm-35 {
		padding-top: 35px;
	}

	.pt-sm-35-i {
		padding-top: 35px !important;
	}

	.mt-sm-35 {
		margin-top: 35px;
	}

	.mt-sm-35-i {
		margin-top: 35px !important;
	}

	.pt-sm-40 {
		padding-top: 40px;
	}

	.pt-sm-40-i {
		padding-top: 40px !important;
	}

	.mt-sm-40 {
		margin-top: 40px;
	}

	.mt-sm-40-i {
		margin-top: 40px !important;
	}

	.pt-sm-45 {
		padding-top: 45px;
	}

	.pt-sm-45-i {
		padding-top: 45px !important;
	}

	.mt-sm-45 {
		margin-top: 45px;
	}

	.mt-sm-45-i {
		margin-top: 45px !important;
	}

	.pt-sm-50 {
		padding-top: 50px;
	}

	.pt-sm-50-i {
		padding-top: 50px !important;
	}

	.mt-sm-50 {
		margin-top: 50px;
	}

	.mt-sm-50-i {
		margin-top: 50px !important;
	}

	.pt-sm-55 {
		padding-top: 55px;
	}

	.pt-sm-55-i {
		padding-top: 55px !important;
	}

	.mt-sm-55 {
		margin-top: 55px;
	}

	.mt-sm-55-i {
		margin-top: 55px !important;
	}

	.pt-sm-60 {
		padding-top: 60px;
	}

	.pt-sm-60-i {
		padding-top: 60px !important;
	}

	.mt-sm-60 {
		margin-top: 60px;
	}

	.mt-sm-60-i {
		margin-top: 60px !important;
	}

	.pt-sm-65 {
		padding-top: 65px;
	}

	.pt-sm-65-i {
		padding-top: 65px !important;
	}

	.mt-sm-65 {
		margin-top: 65px;
	}

	.mt-sm-65-i {
		margin-top: 65px !important;
	}

	.pt-sm-70 {
		padding-top: 70px;
	}

	.pt-sm-70-i {
		padding-top: 70px !important;
	}

	.mt-sm-70 {
		margin-top: 70px;
	}

	.mt-sm-70-i {
		margin-top: 70px !important;
	}

	.pt-sm-75 {
		padding-top: 75px;
	}

	.pt-sm-75-i {
		padding-top: 75px !important;
	}

	.mt-sm-75 {
		margin-top: 75px;
	}

	.mt-sm-75-i {
		margin-top: 75px !important;
	}

	.pt-sm-80 {
		padding-top: 80px;
	}

	.pt-sm-80-i {
		padding-top: 80px !important;
	}

	.mt-sm-80 {
		margin-top: 80px;
	}

	.mt-sm-80-i {
		margin-top: 80px !important;
	}

	.pt-sm-85 {
		padding-top: 85px;
	}

	.pt-sm-85-i {
		padding-top: 85px !important;
	}

	.mt-sm-85 {
		margin-top: 85px;
	}

	.mt-sm-85-i {
		margin-top: 85px !important;
	}

	.pt-sm-90 {
		padding-top: 90px;
	}

	.pt-sm-90-i {
		padding-top: 90px !important;
	}

	.mt-sm-90 {
		margin-top: 90px;
	}

	.mt-sm-90-i {
		margin-top: 90px !important;
	}

	.pt-sm-95 {
		padding-top: 95px;
	}

	.pt-sm-95-i {
		padding-top: 95px !important;
	}

	.mt-sm-95 {
		margin-top: 95px;
	}

	.mt-sm-95-i {
		margin-top: 95px !important;
	}

	.pt-sm-100 {
		padding-top: 100px;
	}

	.pt-sm-100-i {
		padding-top: 100px !important;
	}

	.mt-sm-100 {
		margin-top: 100px;
	}

	.mt-sm-100-i {
		margin-top: 100px !important;
	}

	.pr-sm--100 {
		padding-right: -100px;
	}

	.pr-sm--100-i {
		padding-right: -100px !important;
	}

	.mr-sm--100 {
		margin-right: -100px;
	}

	.mr-sm--100-i {
		margin-right: -100px !important;
	}

	.pr-sm--95 {
		padding-right: -95px;
	}

	.pr-sm--95-i {
		padding-right: -95px !important;
	}

	.mr-sm--95 {
		margin-right: -95px;
	}

	.mr-sm--95-i {
		margin-right: -95px !important;
	}

	.pr-sm--90 {
		padding-right: -90px;
	}

	.pr-sm--90-i {
		padding-right: -90px !important;
	}

	.mr-sm--90 {
		margin-right: -90px;
	}

	.mr-sm--90-i {
		margin-right: -90px !important;
	}

	.pr-sm--85 {
		padding-right: -85px;
	}

	.pr-sm--85-i {
		padding-right: -85px !important;
	}

	.mr-sm--85 {
		margin-right: -85px;
	}

	.mr-sm--85-i {
		margin-right: -85px !important;
	}

	.pr-sm--80 {
		padding-right: -80px;
	}

	.pr-sm--80-i {
		padding-right: -80px !important;
	}

	.mr-sm--80 {
		margin-right: -80px;
	}

	.mr-sm--80-i {
		margin-right: -80px !important;
	}

	.pr-sm--75 {
		padding-right: -75px;
	}

	.pr-sm--75-i {
		padding-right: -75px !important;
	}

	.mr-sm--75 {
		margin-right: -75px;
	}

	.mr-sm--75-i {
		margin-right: -75px !important;
	}

	.pr-sm--70 {
		padding-right: -70px;
	}

	.pr-sm--70-i {
		padding-right: -70px !important;
	}

	.mr-sm--70 {
		margin-right: -70px;
	}

	.mr-sm--70-i {
		margin-right: -70px !important;
	}

	.pr-sm--65 {
		padding-right: -65px;
	}

	.pr-sm--65-i {
		padding-right: -65px !important;
	}

	.mr-sm--65 {
		margin-right: -65px;
	}

	.mr-sm--65-i {
		margin-right: -65px !important;
	}

	.pr-sm--60 {
		padding-right: -60px;
	}

	.pr-sm--60-i {
		padding-right: -60px !important;
	}

	.mr-sm--60 {
		margin-right: -60px;
	}

	.mr-sm--60-i {
		margin-right: -60px !important;
	}

	.pr-sm--55 {
		padding-right: -55px;
	}

	.pr-sm--55-i {
		padding-right: -55px !important;
	}

	.mr-sm--55 {
		margin-right: -55px;
	}

	.mr-sm--55-i {
		margin-right: -55px !important;
	}

	.pr-sm--50 {
		padding-right: -50px;
	}

	.pr-sm--50-i {
		padding-right: -50px !important;
	}

	.mr-sm--50 {
		margin-right: -50px;
	}

	.mr-sm--50-i {
		margin-right: -50px !important;
	}

	.pr-sm--45 {
		padding-right: -45px;
	}

	.pr-sm--45-i {
		padding-right: -45px !important;
	}

	.mr-sm--45 {
		margin-right: -45px;
	}

	.mr-sm--45-i {
		margin-right: -45px !important;
	}

	.pr-sm--40 {
		padding-right: -40px;
	}

	.pr-sm--40-i {
		padding-right: -40px !important;
	}

	.mr-sm--40 {
		margin-right: -40px;
	}

	.mr-sm--40-i {
		margin-right: -40px !important;
	}

	.pr-sm--35 {
		padding-right: -35px;
	}

	.pr-sm--35-i {
		padding-right: -35px !important;
	}

	.mr-sm--35 {
		margin-right: -35px;
	}

	.mr-sm--35-i {
		margin-right: -35px !important;
	}

	.pr-sm--30 {
		padding-right: -30px;
	}

	.pr-sm--30-i {
		padding-right: -30px !important;
	}

	.mr-sm--30 {
		margin-right: -30px;
	}

	.mr-sm--30-i {
		margin-right: -30px !important;
	}

	.pr-sm--25 {
		padding-right: -25px;
	}

	.pr-sm--25-i {
		padding-right: -25px !important;
	}

	.mr-sm--25 {
		margin-right: -25px;
	}

	.mr-sm--25-i {
		margin-right: -25px !important;
	}

	.pr-sm--20 {
		padding-right: -20px;
	}

	.pr-sm--20-i {
		padding-right: -20px !important;
	}

	.mr-sm--20 {
		margin-right: -20px;
	}

	.mr-sm--20-i {
		margin-right: -20px !important;
	}

	.pr-sm--15 {
		padding-right: -15px;
	}

	.pr-sm--15-i {
		padding-right: -15px !important;
	}

	.mr-sm--15 {
		margin-right: -15px;
	}

	.mr-sm--15-i {
		margin-right: -15px !important;
	}

	.pr-sm--10 {
		padding-right: -10px;
	}

	.pr-sm--10-i {
		padding-right: -10px !important;
	}

	.mr-sm--10 {
		margin-right: -10px;
	}

	.mr-sm--10-i {
		margin-right: -10px !important;
	}

	.pr-sm--5 {
		padding-right: -5px;
	}

	.pr-sm--5-i {
		padding-right: -5px !important;
	}

	.mr-sm--5 {
		margin-right: -5px;
	}

	.mr-sm--5-i {
		margin-right: -5px !important;
	}

	.pr-sm-0 {
		padding-right: 0px;
	}

	.pr-sm-0-i {
		padding-right: 0px !important;
	}

	.mr-sm-0 {
		margin-right: 0px;
	}

	.mr-sm-0-i {
		margin-right: 0px !important;
	}

	.pr-sm-5 {
		padding-right: 5px;
	}

	.pr-sm-5-i {
		padding-right: 5px !important;
	}

	.mr-sm-5 {
		margin-right: 5px;
	}

	.mr-sm-5-i {
		margin-right: 5px !important;
	}

	.pr-sm-10 {
		padding-right: 10px;
	}

	.pr-sm-10-i {
		padding-right: 10px !important;
	}

	.mr-sm-10 {
		margin-right: 10px;
	}

	.mr-sm-10-i {
		margin-right: 10px !important;
	}

	.pr-sm-15 {
		padding-right: 15px;
	}

	.pr-sm-15-i {
		padding-right: 15px !important;
	}

	.mr-sm-15 {
		margin-right: 15px;
	}

	.mr-sm-15-i {
		margin-right: 15px !important;
	}

	.pr-sm-20 {
		padding-right: 20px;
	}

	.pr-sm-20-i {
		padding-right: 20px !important;
	}

	.mr-sm-20 {
		margin-right: 20px;
	}

	.mr-sm-20-i {
		margin-right: 20px !important;
	}

	.pr-sm-25 {
		padding-right: 25px;
	}

	.pr-sm-25-i {
		padding-right: 25px !important;
	}

	.mr-sm-25 {
		margin-right: 25px;
	}

	.mr-sm-25-i {
		margin-right: 25px !important;
	}

	.pr-sm-30 {
		padding-right: 30px;
	}

	.pr-sm-30-i {
		padding-right: 30px !important;
	}

	.mr-sm-30 {
		margin-right: 30px;
	}

	.mr-sm-30-i {
		margin-right: 30px !important;
	}

	.pr-sm-35 {
		padding-right: 35px;
	}

	.pr-sm-35-i {
		padding-right: 35px !important;
	}

	.mr-sm-35 {
		margin-right: 35px;
	}

	.mr-sm-35-i {
		margin-right: 35px !important;
	}

	.pr-sm-40 {
		padding-right: 40px;
	}

	.pr-sm-40-i {
		padding-right: 40px !important;
	}

	.mr-sm-40 {
		margin-right: 40px;
	}

	.mr-sm-40-i {
		margin-right: 40px !important;
	}

	.pr-sm-45 {
		padding-right: 45px;
	}

	.pr-sm-45-i {
		padding-right: 45px !important;
	}

	.mr-sm-45 {
		margin-right: 45px;
	}

	.mr-sm-45-i {
		margin-right: 45px !important;
	}

	.pr-sm-50 {
		padding-right: 50px;
	}

	.pr-sm-50-i {
		padding-right: 50px !important;
	}

	.mr-sm-50 {
		margin-right: 50px;
	}

	.mr-sm-50-i {
		margin-right: 50px !important;
	}

	.pr-sm-55 {
		padding-right: 55px;
	}

	.pr-sm-55-i {
		padding-right: 55px !important;
	}

	.mr-sm-55 {
		margin-right: 55px;
	}

	.mr-sm-55-i {
		margin-right: 55px !important;
	}

	.pr-sm-60 {
		padding-right: 60px;
	}

	.pr-sm-60-i {
		padding-right: 60px !important;
	}

	.mr-sm-60 {
		margin-right: 60px;
	}

	.mr-sm-60-i {
		margin-right: 60px !important;
	}

	.pr-sm-65 {
		padding-right: 65px;
	}

	.pr-sm-65-i {
		padding-right: 65px !important;
	}

	.mr-sm-65 {
		margin-right: 65px;
	}

	.mr-sm-65-i {
		margin-right: 65px !important;
	}

	.pr-sm-70 {
		padding-right: 70px;
	}

	.pr-sm-70-i {
		padding-right: 70px !important;
	}

	.mr-sm-70 {
		margin-right: 70px;
	}

	.mr-sm-70-i {
		margin-right: 70px !important;
	}

	.pr-sm-75 {
		padding-right: 75px;
	}

	.pr-sm-75-i {
		padding-right: 75px !important;
	}

	.mr-sm-75 {
		margin-right: 75px;
	}

	.mr-sm-75-i {
		margin-right: 75px !important;
	}

	.pr-sm-80 {
		padding-right: 80px;
	}

	.pr-sm-80-i {
		padding-right: 80px !important;
	}

	.mr-sm-80 {
		margin-right: 80px;
	}

	.mr-sm-80-i {
		margin-right: 80px !important;
	}

	.pr-sm-85 {
		padding-right: 85px;
	}

	.pr-sm-85-i {
		padding-right: 85px !important;
	}

	.mr-sm-85 {
		margin-right: 85px;
	}

	.mr-sm-85-i {
		margin-right: 85px !important;
	}

	.pr-sm-90 {
		padding-right: 90px;
	}

	.pr-sm-90-i {
		padding-right: 90px !important;
	}

	.mr-sm-90 {
		margin-right: 90px;
	}

	.mr-sm-90-i {
		margin-right: 90px !important;
	}

	.pr-sm-95 {
		padding-right: 95px;
	}

	.pr-sm-95-i {
		padding-right: 95px !important;
	}

	.mr-sm-95 {
		margin-right: 95px;
	}

	.mr-sm-95-i {
		margin-right: 95px !important;
	}

	.pr-sm-100 {
		padding-right: 100px;
	}

	.pr-sm-100-i {
		padding-right: 100px !important;
	}

	.mr-sm-100 {
		margin-right: 100px;
	}

	.mr-sm-100-i {
		margin-right: 100px !important;
	}

	.pb-sm--100 {
		padding-bottom: -100px;
	}

	.pb-sm--100-i {
		padding-bottom: -100px !important;
	}

	.mb-sm--100 {
		margin-bottom: -100px;
	}

	.mb-sm--100-i {
		margin-bottom: -100px !important;
	}

	.pb-sm--95 {
		padding-bottom: -95px;
	}

	.pb-sm--95-i {
		padding-bottom: -95px !important;
	}

	.mb-sm--95 {
		margin-bottom: -95px;
	}

	.mb-sm--95-i {
		margin-bottom: -95px !important;
	}

	.pb-sm--90 {
		padding-bottom: -90px;
	}

	.pb-sm--90-i {
		padding-bottom: -90px !important;
	}

	.mb-sm--90 {
		margin-bottom: -90px;
	}

	.mb-sm--90-i {
		margin-bottom: -90px !important;
	}

	.pb-sm--85 {
		padding-bottom: -85px;
	}

	.pb-sm--85-i {
		padding-bottom: -85px !important;
	}

	.mb-sm--85 {
		margin-bottom: -85px;
	}

	.mb-sm--85-i {
		margin-bottom: -85px !important;
	}

	.pb-sm--80 {
		padding-bottom: -80px;
	}

	.pb-sm--80-i {
		padding-bottom: -80px !important;
	}

	.mb-sm--80 {
		margin-bottom: -80px;
	}

	.mb-sm--80-i {
		margin-bottom: -80px !important;
	}

	.pb-sm--75 {
		padding-bottom: -75px;
	}

	.pb-sm--75-i {
		padding-bottom: -75px !important;
	}

	.mb-sm--75 {
		margin-bottom: -75px;
	}

	.mb-sm--75-i {
		margin-bottom: -75px !important;
	}

	.pb-sm--70 {
		padding-bottom: -70px;
	}

	.pb-sm--70-i {
		padding-bottom: -70px !important;
	}

	.mb-sm--70 {
		margin-bottom: -70px;
	}

	.mb-sm--70-i {
		margin-bottom: -70px !important;
	}

	.pb-sm--65 {
		padding-bottom: -65px;
	}

	.pb-sm--65-i {
		padding-bottom: -65px !important;
	}

	.mb-sm--65 {
		margin-bottom: -65px;
	}

	.mb-sm--65-i {
		margin-bottom: -65px !important;
	}

	.pb-sm--60 {
		padding-bottom: -60px;
	}

	.pb-sm--60-i {
		padding-bottom: -60px !important;
	}

	.mb-sm--60 {
		margin-bottom: -60px;
	}

	.mb-sm--60-i {
		margin-bottom: -60px !important;
	}

	.pb-sm--55 {
		padding-bottom: -55px;
	}

	.pb-sm--55-i {
		padding-bottom: -55px !important;
	}

	.mb-sm--55 {
		margin-bottom: -55px;
	}

	.mb-sm--55-i {
		margin-bottom: -55px !important;
	}

	.pb-sm--50 {
		padding-bottom: -50px;
	}

	.pb-sm--50-i {
		padding-bottom: -50px !important;
	}

	.mb-sm--50 {
		margin-bottom: -50px;
	}

	.mb-sm--50-i {
		margin-bottom: -50px !important;
	}

	.pb-sm--45 {
		padding-bottom: -45px;
	}

	.pb-sm--45-i {
		padding-bottom: -45px !important;
	}

	.mb-sm--45 {
		margin-bottom: -45px;
	}

	.mb-sm--45-i {
		margin-bottom: -45px !important;
	}

	.pb-sm--40 {
		padding-bottom: -40px;
	}

	.pb-sm--40-i {
		padding-bottom: -40px !important;
	}

	.mb-sm--40 {
		margin-bottom: -40px;
	}

	.mb-sm--40-i {
		margin-bottom: -40px !important;
	}

	.pb-sm--35 {
		padding-bottom: -35px;
	}

	.pb-sm--35-i {
		padding-bottom: -35px !important;
	}

	.mb-sm--35 {
		margin-bottom: -35px;
	}

	.mb-sm--35-i {
		margin-bottom: -35px !important;
	}

	.pb-sm--30 {
		padding-bottom: -30px;
	}

	.pb-sm--30-i {
		padding-bottom: -30px !important;
	}

	.mb-sm--30 {
		margin-bottom: -30px;
	}

	.mb-sm--30-i {
		margin-bottom: -30px !important;
	}

	.pb-sm--25 {
		padding-bottom: -25px;
	}

	.pb-sm--25-i {
		padding-bottom: -25px !important;
	}

	.mb-sm--25 {
		margin-bottom: -25px;
	}

	.mb-sm--25-i {
		margin-bottom: -25px !important;
	}

	.pb-sm--20 {
		padding-bottom: -20px;
	}

	.pb-sm--20-i {
		padding-bottom: -20px !important;
	}

	.mb-sm--20 {
		margin-bottom: -20px;
	}

	.mb-sm--20-i {
		margin-bottom: -20px !important;
	}

	.pb-sm--15 {
		padding-bottom: -15px;
	}

	.pb-sm--15-i {
		padding-bottom: -15px !important;
	}

	.mb-sm--15 {
		margin-bottom: -15px;
	}

	.mb-sm--15-i {
		margin-bottom: -15px !important;
	}

	.pb-sm--10 {
		padding-bottom: -10px;
	}

	.pb-sm--10-i {
		padding-bottom: -10px !important;
	}

	.mb-sm--10 {
		margin-bottom: -10px;
	}

	.mb-sm--10-i {
		margin-bottom: -10px !important;
	}

	.pb-sm--5 {
		padding-bottom: -5px;
	}

	.pb-sm--5-i {
		padding-bottom: -5px !important;
	}

	.mb-sm--5 {
		margin-bottom: -5px;
	}

	.mb-sm--5-i {
		margin-bottom: -5px !important;
	}

	.pb-sm-0 {
		padding-bottom: 0px;
	}

	.pb-sm-0-i {
		padding-bottom: 0px !important;
	}

	.mb-sm-0 {
		margin-bottom: 0px;
	}

	.mb-sm-0-i {
		margin-bottom: 0px !important;
	}

	.pb-sm-5 {
		padding-bottom: 5px;
	}

	.pb-sm-5-i {
		padding-bottom: 5px !important;
	}

	.mb-sm-5 {
		margin-bottom: 5px;
	}

	.mb-sm-5-i {
		margin-bottom: 5px !important;
	}

	.pb-sm-10 {
		padding-bottom: 10px;
	}

	.pb-sm-10-i {
		padding-bottom: 10px !important;
	}

	.mb-sm-10 {
		margin-bottom: 10px;
	}

	.mb-sm-10-i {
		margin-bottom: 10px !important;
	}

	.pb-sm-15 {
		padding-bottom: 15px;
	}

	.pb-sm-15-i {
		padding-bottom: 15px !important;
	}

	.mb-sm-15 {
		margin-bottom: 15px;
	}

	.mb-sm-15-i {
		margin-bottom: 15px !important;
	}

	.pb-sm-20 {
		padding-bottom: 20px;
	}

	.pb-sm-20-i {
		padding-bottom: 20px !important;
	}

	.mb-sm-20 {
		margin-bottom: 20px;
	}

	.mb-sm-20-i {
		margin-bottom: 20px !important;
	}

	.pb-sm-25 {
		padding-bottom: 25px;
	}

	.pb-sm-25-i {
		padding-bottom: 25px !important;
	}

	.mb-sm-25 {
		margin-bottom: 25px;
	}

	.mb-sm-25-i {
		margin-bottom: 25px !important;
	}

	.pb-sm-30 {
		padding-bottom: 30px;
	}

	.pb-sm-30-i {
		padding-bottom: 30px !important;
	}

	.mb-sm-30 {
		margin-bottom: 30px;
	}

	.mb-sm-30-i {
		margin-bottom: 30px !important;
	}

	.pb-sm-35 {
		padding-bottom: 35px;
	}

	.pb-sm-35-i {
		padding-bottom: 35px !important;
	}

	.mb-sm-35 {
		margin-bottom: 35px;
	}

	.mb-sm-35-i {
		margin-bottom: 35px !important;
	}

	.pb-sm-40 {
		padding-bottom: 40px;
	}

	.pb-sm-40-i {
		padding-bottom: 40px !important;
	}

	.mb-sm-40 {
		margin-bottom: 40px;
	}

	.mb-sm-40-i {
		margin-bottom: 40px !important;
	}

	.pb-sm-45 {
		padding-bottom: 45px;
	}

	.pb-sm-45-i {
		padding-bottom: 45px !important;
	}

	.mb-sm-45 {
		margin-bottom: 45px;
	}

	.mb-sm-45-i {
		margin-bottom: 45px !important;
	}

	.pb-sm-50 {
		padding-bottom: 50px;
	}

	.pb-sm-50-i {
		padding-bottom: 50px !important;
	}

	.mb-sm-50 {
		margin-bottom: 50px;
	}

	.mb-sm-50-i {
		margin-bottom: 50px !important;
	}

	.pb-sm-55 {
		padding-bottom: 55px;
	}

	.pb-sm-55-i {
		padding-bottom: 55px !important;
	}

	.mb-sm-55 {
		margin-bottom: 55px;
	}

	.mb-sm-55-i {
		margin-bottom: 55px !important;
	}

	.pb-sm-60 {
		padding-bottom: 60px;
	}

	.pb-sm-60-i {
		padding-bottom: 60px !important;
	}

	.mb-sm-60 {
		margin-bottom: 60px;
	}

	.mb-sm-60-i {
		margin-bottom: 60px !important;
	}

	.pb-sm-65 {
		padding-bottom: 65px;
	}

	.pb-sm-65-i {
		padding-bottom: 65px !important;
	}

	.mb-sm-65 {
		margin-bottom: 65px;
	}

	.mb-sm-65-i {
		margin-bottom: 65px !important;
	}

	.pb-sm-70 {
		padding-bottom: 70px;
	}

	.pb-sm-70-i {
		padding-bottom: 70px !important;
	}

	.mb-sm-70 {
		margin-bottom: 70px;
	}

	.mb-sm-70-i {
		margin-bottom: 70px !important;
	}

	.pb-sm-75 {
		padding-bottom: 75px;
	}

	.pb-sm-75-i {
		padding-bottom: 75px !important;
	}

	.mb-sm-75 {
		margin-bottom: 75px;
	}

	.mb-sm-75-i {
		margin-bottom: 75px !important;
	}

	.pb-sm-80 {
		padding-bottom: 80px;
	}

	.pb-sm-80-i {
		padding-bottom: 80px !important;
	}

	.mb-sm-80 {
		margin-bottom: 80px;
	}

	.mb-sm-80-i {
		margin-bottom: 80px !important;
	}

	.pb-sm-85 {
		padding-bottom: 85px;
	}

	.pb-sm-85-i {
		padding-bottom: 85px !important;
	}

	.mb-sm-85 {
		margin-bottom: 85px;
	}

	.mb-sm-85-i {
		margin-bottom: 85px !important;
	}

	.pb-sm-90 {
		padding-bottom: 90px;
	}

	.pb-sm-90-i {
		padding-bottom: 90px !important;
	}

	.mb-sm-90 {
		margin-bottom: 90px;
	}

	.mb-sm-90-i {
		margin-bottom: 90px !important;
	}

	.pb-sm-95 {
		padding-bottom: 95px;
	}

	.pb-sm-95-i {
		padding-bottom: 95px !important;
	}

	.mb-sm-95 {
		margin-bottom: 95px;
	}

	.mb-sm-95-i {
		margin-bottom: 95px !important;
	}

	.pb-sm-100 {
		padding-bottom: 100px;
	}

	.pb-sm-100-i {
		padding-bottom: 100px !important;
	}

	.mb-sm-100 {
		margin-bottom: 100px;
	}

	.mb-sm-100-i {
		margin-bottom: 100px !important;
	}

	.pl-sm--100 {
		padding-left: -100px;
	}

	.pl-sm--100-i {
		padding-left: -100px !important;
	}

	.ml-sm--100 {
		margin-left: -100px;
	}

	.ml-sm--100-i {
		margin-left: -100px !important;
	}

	.pl-sm--95 {
		padding-left: -95px;
	}

	.pl-sm--95-i {
		padding-left: -95px !important;
	}

	.ml-sm--95 {
		margin-left: -95px;
	}

	.ml-sm--95-i {
		margin-left: -95px !important;
	}

	.pl-sm--90 {
		padding-left: -90px;
	}

	.pl-sm--90-i {
		padding-left: -90px !important;
	}

	.ml-sm--90 {
		margin-left: -90px;
	}

	.ml-sm--90-i {
		margin-left: -90px !important;
	}

	.pl-sm--85 {
		padding-left: -85px;
	}

	.pl-sm--85-i {
		padding-left: -85px !important;
	}

	.ml-sm--85 {
		margin-left: -85px;
	}

	.ml-sm--85-i {
		margin-left: -85px !important;
	}

	.pl-sm--80 {
		padding-left: -80px;
	}

	.pl-sm--80-i {
		padding-left: -80px !important;
	}

	.ml-sm--80 {
		margin-left: -80px;
	}

	.ml-sm--80-i {
		margin-left: -80px !important;
	}

	.pl-sm--75 {
		padding-left: -75px;
	}

	.pl-sm--75-i {
		padding-left: -75px !important;
	}

	.ml-sm--75 {
		margin-left: -75px;
	}

	.ml-sm--75-i {
		margin-left: -75px !important;
	}

	.pl-sm--70 {
		padding-left: -70px;
	}

	.pl-sm--70-i {
		padding-left: -70px !important;
	}

	.ml-sm--70 {
		margin-left: -70px;
	}

	.ml-sm--70-i {
		margin-left: -70px !important;
	}

	.pl-sm--65 {
		padding-left: -65px;
	}

	.pl-sm--65-i {
		padding-left: -65px !important;
	}

	.ml-sm--65 {
		margin-left: -65px;
	}

	.ml-sm--65-i {
		margin-left: -65px !important;
	}

	.pl-sm--60 {
		padding-left: -60px;
	}

	.pl-sm--60-i {
		padding-left: -60px !important;
	}

	.ml-sm--60 {
		margin-left: -60px;
	}

	.ml-sm--60-i {
		margin-left: -60px !important;
	}

	.pl-sm--55 {
		padding-left: -55px;
	}

	.pl-sm--55-i {
		padding-left: -55px !important;
	}

	.ml-sm--55 {
		margin-left: -55px;
	}

	.ml-sm--55-i {
		margin-left: -55px !important;
	}

	.pl-sm--50 {
		padding-left: -50px;
	}

	.pl-sm--50-i {
		padding-left: -50px !important;
	}

	.ml-sm--50 {
		margin-left: -50px;
	}

	.ml-sm--50-i {
		margin-left: -50px !important;
	}

	.pl-sm--45 {
		padding-left: -45px;
	}

	.pl-sm--45-i {
		padding-left: -45px !important;
	}

	.ml-sm--45 {
		margin-left: -45px;
	}

	.ml-sm--45-i {
		margin-left: -45px !important;
	}

	.pl-sm--40 {
		padding-left: -40px;
	}

	.pl-sm--40-i {
		padding-left: -40px !important;
	}

	.ml-sm--40 {
		margin-left: -40px;
	}

	.ml-sm--40-i {
		margin-left: -40px !important;
	}

	.pl-sm--35 {
		padding-left: -35px;
	}

	.pl-sm--35-i {
		padding-left: -35px !important;
	}

	.ml-sm--35 {
		margin-left: -35px;
	}

	.ml-sm--35-i {
		margin-left: -35px !important;
	}

	.pl-sm--30 {
		padding-left: -30px;
	}

	.pl-sm--30-i {
		padding-left: -30px !important;
	}

	.ml-sm--30 {
		margin-left: -30px;
	}

	.ml-sm--30-i {
		margin-left: -30px !important;
	}

	.pl-sm--25 {
		padding-left: -25px;
	}

	.pl-sm--25-i {
		padding-left: -25px !important;
	}

	.ml-sm--25 {
		margin-left: -25px;
	}

	.ml-sm--25-i {
		margin-left: -25px !important;
	}

	.pl-sm--20 {
		padding-left: -20px;
	}

	.pl-sm--20-i {
		padding-left: -20px !important;
	}

	.ml-sm--20 {
		margin-left: -20px;
	}

	.ml-sm--20-i {
		margin-left: -20px !important;
	}

	.pl-sm--15 {
		padding-left: -15px;
	}

	.pl-sm--15-i {
		padding-left: -15px !important;
	}

	.ml-sm--15 {
		margin-left: -15px;
	}

	.ml-sm--15-i {
		margin-left: -15px !important;
	}

	.pl-sm--10 {
		padding-left: -10px;
	}

	.pl-sm--10-i {
		padding-left: -10px !important;
	}

	.ml-sm--10 {
		margin-left: -10px;
	}

	.ml-sm--10-i {
		margin-left: -10px !important;
	}

	.pl-sm--5 {
		padding-left: -5px;
	}

	.pl-sm--5-i {
		padding-left: -5px !important;
	}

	.ml-sm--5 {
		margin-left: -5px;
	}

	.ml-sm--5-i {
		margin-left: -5px !important;
	}

	.pl-sm-0 {
		padding-left: 0px;
	}

	.pl-sm-0-i {
		padding-left: 0px !important;
	}

	.ml-sm-0 {
		margin-left: 0px;
	}

	.ml-sm-0-i {
		margin-left: 0px !important;
	}

	.pl-sm-5 {
		padding-left: 5px;
	}

	.pl-sm-5-i {
		padding-left: 5px !important;
	}

	.ml-sm-5 {
		margin-left: 5px;
	}

	.ml-sm-5-i {
		margin-left: 5px !important;
	}

	.pl-sm-10 {
		padding-left: 10px;
	}

	.pl-sm-10-i {
		padding-left: 10px !important;
	}

	.ml-sm-10 {
		margin-left: 10px;
	}

	.ml-sm-10-i {
		margin-left: 10px !important;
	}

	.pl-sm-15 {
		padding-left: 15px;
	}

	.pl-sm-15-i {
		padding-left: 15px !important;
	}

	.ml-sm-15 {
		margin-left: 15px;
	}

	.ml-sm-15-i {
		margin-left: 15px !important;
	}

	.pl-sm-20 {
		padding-left: 20px;
	}

	.pl-sm-20-i {
		padding-left: 20px !important;
	}

	.ml-sm-20 {
		margin-left: 20px;
	}

	.ml-sm-20-i {
		margin-left: 20px !important;
	}

	.pl-sm-25 {
		padding-left: 25px;
	}

	.pl-sm-25-i {
		padding-left: 25px !important;
	}

	.ml-sm-25 {
		margin-left: 25px;
	}

	.ml-sm-25-i {
		margin-left: 25px !important;
	}

	.pl-sm-30 {
		padding-left: 30px;
	}

	.pl-sm-30-i {
		padding-left: 30px !important;
	}

	.ml-sm-30 {
		margin-left: 30px;
	}

	.ml-sm-30-i {
		margin-left: 30px !important;
	}

	.pl-sm-35 {
		padding-left: 35px;
	}

	.pl-sm-35-i {
		padding-left: 35px !important;
	}

	.ml-sm-35 {
		margin-left: 35px;
	}

	.ml-sm-35-i {
		margin-left: 35px !important;
	}

	.pl-sm-40 {
		padding-left: 40px;
	}

	.pl-sm-40-i {
		padding-left: 40px !important;
	}

	.ml-sm-40 {
		margin-left: 40px;
	}

	.ml-sm-40-i {
		margin-left: 40px !important;
	}

	.pl-sm-45 {
		padding-left: 45px;
	}

	.pl-sm-45-i {
		padding-left: 45px !important;
	}

	.ml-sm-45 {
		margin-left: 45px;
	}

	.ml-sm-45-i {
		margin-left: 45px !important;
	}

	.pl-sm-50 {
		padding-left: 50px;
	}

	.pl-sm-50-i {
		padding-left: 50px !important;
	}

	.ml-sm-50 {
		margin-left: 50px;
	}

	.ml-sm-50-i {
		margin-left: 50px !important;
	}

	.pl-sm-55 {
		padding-left: 55px;
	}

	.pl-sm-55-i {
		padding-left: 55px !important;
	}

	.ml-sm-55 {
		margin-left: 55px;
	}

	.ml-sm-55-i {
		margin-left: 55px !important;
	}

	.pl-sm-60 {
		padding-left: 60px;
	}

	.pl-sm-60-i {
		padding-left: 60px !important;
	}

	.ml-sm-60 {
		margin-left: 60px;
	}

	.ml-sm-60-i {
		margin-left: 60px !important;
	}

	.pl-sm-65 {
		padding-left: 65px;
	}

	.pl-sm-65-i {
		padding-left: 65px !important;
	}

	.ml-sm-65 {
		margin-left: 65px;
	}

	.ml-sm-65-i {
		margin-left: 65px !important;
	}

	.pl-sm-70 {
		padding-left: 70px;
	}

	.pl-sm-70-i {
		padding-left: 70px !important;
	}

	.ml-sm-70 {
		margin-left: 70px;
	}

	.ml-sm-70-i {
		margin-left: 70px !important;
	}

	.pl-sm-75 {
		padding-left: 75px;
	}

	.pl-sm-75-i {
		padding-left: 75px !important;
	}

	.ml-sm-75 {
		margin-left: 75px;
	}

	.ml-sm-75-i {
		margin-left: 75px !important;
	}

	.pl-sm-80 {
		padding-left: 80px;
	}

	.pl-sm-80-i {
		padding-left: 80px !important;
	}

	.ml-sm-80 {
		margin-left: 80px;
	}

	.ml-sm-80-i {
		margin-left: 80px !important;
	}

	.pl-sm-85 {
		padding-left: 85px;
	}

	.pl-sm-85-i {
		padding-left: 85px !important;
	}

	.ml-sm-85 {
		margin-left: 85px;
	}

	.ml-sm-85-i {
		margin-left: 85px !important;
	}

	.pl-sm-90 {
		padding-left: 90px;
	}

	.pl-sm-90-i {
		padding-left: 90px !important;
	}

	.ml-sm-90 {
		margin-left: 90px;
	}

	.ml-sm-90-i {
		margin-left: 90px !important;
	}

	.pl-sm-95 {
		padding-left: 95px;
	}

	.pl-sm-95-i {
		padding-left: 95px !important;
	}

	.ml-sm-95 {
		margin-left: 95px;
	}

	.ml-sm-95-i {
		margin-left: 95px !important;
	}

	.pl-sm-100 {
		padding-left: 100px;
	}

	.pl-sm-100-i {
		padding-left: 100px !important;
	}

	.ml-sm-100 {
		margin-left: 100px;
	}

	.ml-sm-100-i {
		margin-left: 100px !important;
	}

	.pa-sm--100 {
		padding: -100px;
	}

	.ma-sm--100 {
		margin: -100px;
	}

	.pv-sm--100 {
		padding-top: -100px;
		padding-bottom: -100px;
	}

	.mv-sm--100 {
		margin-top: -100px;
		margin-bottom: -100px;
	}

	.ph-sm--100 {
		padding-left: -100px;
		padding-right: -100px;
	}

	.mh-sm--100 {
		margin-left: -100px;
		padding-right: -100px;
	}

	.pa-sm--95 {
		padding: -95px;
	}

	.ma-sm--95 {
		margin: -95px;
	}

	.pv-sm--95 {
		padding-top: -95px;
		padding-bottom: -95px;
	}

	.mv-sm--95 {
		margin-top: -95px;
		margin-bottom: -95px;
	}

	.ph-sm--95 {
		padding-left: -95px;
		padding-right: -95px;
	}

	.mh-sm--95 {
		margin-left: -95px;
		padding-right: -95px;
	}

	.pa-sm--90 {
		padding: -90px;
	}

	.ma-sm--90 {
		margin: -90px;
	}

	.pv-sm--90 {
		padding-top: -90px;
		padding-bottom: -90px;
	}

	.mv-sm--90 {
		margin-top: -90px;
		margin-bottom: -90px;
	}

	.ph-sm--90 {
		padding-left: -90px;
		padding-right: -90px;
	}

	.mh-sm--90 {
		margin-left: -90px;
		padding-right: -90px;
	}

	.pa-sm--85 {
		padding: -85px;
	}

	.ma-sm--85 {
		margin: -85px;
	}

	.pv-sm--85 {
		padding-top: -85px;
		padding-bottom: -85px;
	}

	.mv-sm--85 {
		margin-top: -85px;
		margin-bottom: -85px;
	}

	.ph-sm--85 {
		padding-left: -85px;
		padding-right: -85px;
	}

	.mh-sm--85 {
		margin-left: -85px;
		padding-right: -85px;
	}

	.pa-sm--80 {
		padding: -80px;
	}

	.ma-sm--80 {
		margin: -80px;
	}

	.pv-sm--80 {
		padding-top: -80px;
		padding-bottom: -80px;
	}

	.mv-sm--80 {
		margin-top: -80px;
		margin-bottom: -80px;
	}

	.ph-sm--80 {
		padding-left: -80px;
		padding-right: -80px;
	}

	.mh-sm--80 {
		margin-left: -80px;
		padding-right: -80px;
	}

	.pa-sm--75 {
		padding: -75px;
	}

	.ma-sm--75 {
		margin: -75px;
	}

	.pv-sm--75 {
		padding-top: -75px;
		padding-bottom: -75px;
	}

	.mv-sm--75 {
		margin-top: -75px;
		margin-bottom: -75px;
	}

	.ph-sm--75 {
		padding-left: -75px;
		padding-right: -75px;
	}

	.mh-sm--75 {
		margin-left: -75px;
		padding-right: -75px;
	}

	.pa-sm--70 {
		padding: -70px;
	}

	.ma-sm--70 {
		margin: -70px;
	}

	.pv-sm--70 {
		padding-top: -70px;
		padding-bottom: -70px;
	}

	.mv-sm--70 {
		margin-top: -70px;
		margin-bottom: -70px;
	}

	.ph-sm--70 {
		padding-left: -70px;
		padding-right: -70px;
	}

	.mh-sm--70 {
		margin-left: -70px;
		padding-right: -70px;
	}

	.pa-sm--65 {
		padding: -65px;
	}

	.ma-sm--65 {
		margin: -65px;
	}

	.pv-sm--65 {
		padding-top: -65px;
		padding-bottom: -65px;
	}

	.mv-sm--65 {
		margin-top: -65px;
		margin-bottom: -65px;
	}

	.ph-sm--65 {
		padding-left: -65px;
		padding-right: -65px;
	}

	.mh-sm--65 {
		margin-left: -65px;
		padding-right: -65px;
	}

	.pa-sm--60 {
		padding: -60px;
	}

	.ma-sm--60 {
		margin: -60px;
	}

	.pv-sm--60 {
		padding-top: -60px;
		padding-bottom: -60px;
	}

	.mv-sm--60 {
		margin-top: -60px;
		margin-bottom: -60px;
	}

	.ph-sm--60 {
		padding-left: -60px;
		padding-right: -60px;
	}

	.mh-sm--60 {
		margin-left: -60px;
		padding-right: -60px;
	}

	.pa-sm--55 {
		padding: -55px;
	}

	.ma-sm--55 {
		margin: -55px;
	}

	.pv-sm--55 {
		padding-top: -55px;
		padding-bottom: -55px;
	}

	.mv-sm--55 {
		margin-top: -55px;
		margin-bottom: -55px;
	}

	.ph-sm--55 {
		padding-left: -55px;
		padding-right: -55px;
	}

	.mh-sm--55 {
		margin-left: -55px;
		padding-right: -55px;
	}

	.pa-sm--50 {
		padding: -50px;
	}

	.ma-sm--50 {
		margin: -50px;
	}

	.pv-sm--50 {
		padding-top: -50px;
		padding-bottom: -50px;
	}

	.mv-sm--50 {
		margin-top: -50px;
		margin-bottom: -50px;
	}

	.ph-sm--50 {
		padding-left: -50px;
		padding-right: -50px;
	}

	.mh-sm--50 {
		margin-left: -50px;
		padding-right: -50px;
	}

	.pa-sm--45 {
		padding: -45px;
	}

	.ma-sm--45 {
		margin: -45px;
	}

	.pv-sm--45 {
		padding-top: -45px;
		padding-bottom: -45px;
	}

	.mv-sm--45 {
		margin-top: -45px;
		margin-bottom: -45px;
	}

	.ph-sm--45 {
		padding-left: -45px;
		padding-right: -45px;
	}

	.mh-sm--45 {
		margin-left: -45px;
		padding-right: -45px;
	}

	.pa-sm--40 {
		padding: -40px;
	}

	.ma-sm--40 {
		margin: -40px;
	}

	.pv-sm--40 {
		padding-top: -40px;
		padding-bottom: -40px;
	}

	.mv-sm--40 {
		margin-top: -40px;
		margin-bottom: -40px;
	}

	.ph-sm--40 {
		padding-left: -40px;
		padding-right: -40px;
	}

	.mh-sm--40 {
		margin-left: -40px;
		padding-right: -40px;
	}

	.pa-sm--35 {
		padding: -35px;
	}

	.ma-sm--35 {
		margin: -35px;
	}

	.pv-sm--35 {
		padding-top: -35px;
		padding-bottom: -35px;
	}

	.mv-sm--35 {
		margin-top: -35px;
		margin-bottom: -35px;
	}

	.ph-sm--35 {
		padding-left: -35px;
		padding-right: -35px;
	}

	.mh-sm--35 {
		margin-left: -35px;
		padding-right: -35px;
	}

	.pa-sm--30 {
		padding: -30px;
	}

	.ma-sm--30 {
		margin: -30px;
	}

	.pv-sm--30 {
		padding-top: -30px;
		padding-bottom: -30px;
	}

	.mv-sm--30 {
		margin-top: -30px;
		margin-bottom: -30px;
	}

	.ph-sm--30 {
		padding-left: -30px;
		padding-right: -30px;
	}

	.mh-sm--30 {
		margin-left: -30px;
		padding-right: -30px;
	}

	.pa-sm--25 {
		padding: -25px;
	}

	.ma-sm--25 {
		margin: -25px;
	}

	.pv-sm--25 {
		padding-top: -25px;
		padding-bottom: -25px;
	}

	.mv-sm--25 {
		margin-top: -25px;
		margin-bottom: -25px;
	}

	.ph-sm--25 {
		padding-left: -25px;
		padding-right: -25px;
	}

	.mh-sm--25 {
		margin-left: -25px;
		padding-right: -25px;
	}

	.pa-sm--20 {
		padding: -20px;
	}

	.ma-sm--20 {
		margin: -20px;
	}

	.pv-sm--20 {
		padding-top: -20px;
		padding-bottom: -20px;
	}

	.mv-sm--20 {
		margin-top: -20px;
		margin-bottom: -20px;
	}

	.ph-sm--20 {
		padding-left: -20px;
		padding-right: -20px;
	}

	.mh-sm--20 {
		margin-left: -20px;
		padding-right: -20px;
	}

	.pa-sm--15 {
		padding: -15px;
	}

	.ma-sm--15 {
		margin: -15px;
	}

	.pv-sm--15 {
		padding-top: -15px;
		padding-bottom: -15px;
	}

	.mv-sm--15 {
		margin-top: -15px;
		margin-bottom: -15px;
	}

	.ph-sm--15 {
		padding-left: -15px;
		padding-right: -15px;
	}

	.mh-sm--15 {
		margin-left: -15px;
		padding-right: -15px;
	}

	.pa-sm--10 {
		padding: -10px;
	}

	.ma-sm--10 {
		margin: -10px;
	}

	.pv-sm--10 {
		padding-top: -10px;
		padding-bottom: -10px;
	}

	.mv-sm--10 {
		margin-top: -10px;
		margin-bottom: -10px;
	}

	.ph-sm--10 {
		padding-left: -10px;
		padding-right: -10px;
	}

	.mh-sm--10 {
		margin-left: -10px;
		padding-right: -10px;
	}

	.pa-sm--5 {
		padding: -5px;
	}

	.ma-sm--5 {
		margin: -5px;
	}

	.pv-sm--5 {
		padding-top: -5px;
		padding-bottom: -5px;
	}

	.mv-sm--5 {
		margin-top: -5px;
		margin-bottom: -5px;
	}

	.ph-sm--5 {
		padding-left: -5px;
		padding-right: -5px;
	}

	.mh-sm--5 {
		margin-left: -5px;
		padding-right: -5px;
	}

	.pa-sm-0 {
		padding: 0px;
	}

	.ma-sm-0 {
		margin: 0px;
	}

	.pv-sm-0 {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.mv-sm-0 {
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.ph-sm-0 {
		padding-left: 0px;
		padding-right: 0px;
	}

	.mh-sm-0 {
		margin-left: 0px;
		padding-right: 0px;
	}

	.pa-sm-5 {
		padding: 5px;
	}

	.ma-sm-5 {
		margin: 5px;
	}

	.pv-sm-5 {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.mv-sm-5 {
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.ph-sm-5 {
		padding-left: 5px;
		padding-right: 5px;
	}

	.mh-sm-5 {
		margin-left: 5px;
		padding-right: 5px;
	}

	.pa-sm-10 {
		padding: 10px;
	}

	.ma-sm-10 {
		margin: 10px;
	}

	.pv-sm-10 {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.mv-sm-10 {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.ph-sm-10 {
		padding-left: 10px;
		padding-right: 10px;
	}

	.mh-sm-10 {
		margin-left: 10px;
		padding-right: 10px;
	}

	.pa-sm-15 {
		padding: 15px;
	}

	.ma-sm-15 {
		margin: 15px;
	}

	.pv-sm-15 {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.mv-sm-15 {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.ph-sm-15 {
		padding-left: 15px;
		padding-right: 15px;
	}

	.mh-sm-15 {
		margin-left: 15px;
		padding-right: 15px;
	}

	.pa-sm-20 {
		padding: 20px;
	}

	.ma-sm-20 {
		margin: 20px;
	}

	.pv-sm-20 {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.mv-sm-20 {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.ph-sm-20 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.mh-sm-20 {
		margin-left: 20px;
		padding-right: 20px;
	}

	.pa-sm-25 {
		padding: 25px;
	}

	.ma-sm-25 {
		margin: 25px;
	}

	.pv-sm-25 {
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.mv-sm-25 {
		margin-top: 25px;
		margin-bottom: 25px;
	}

	.ph-sm-25 {
		padding-left: 25px;
		padding-right: 25px;
	}

	.mh-sm-25 {
		margin-left: 25px;
		padding-right: 25px;
	}

	.pa-sm-30 {
		padding: 30px;
	}

	.ma-sm-30 {
		margin: 30px;
	}

	.pv-sm-30 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.mv-sm-30 {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.ph-sm-30 {
		padding-left: 30px;
		padding-right: 30px;
	}

	.mh-sm-30 {
		margin-left: 30px;
		padding-right: 30px;
	}

	.pa-sm-35 {
		padding: 35px;
	}

	.ma-sm-35 {
		margin: 35px;
	}

	.pv-sm-35 {
		padding-top: 35px;
		padding-bottom: 35px;
	}

	.mv-sm-35 {
		margin-top: 35px;
		margin-bottom: 35px;
	}

	.ph-sm-35 {
		padding-left: 35px;
		padding-right: 35px;
	}

	.mh-sm-35 {
		margin-left: 35px;
		padding-right: 35px;
	}

	.pa-sm-40 {
		padding: 40px;
	}

	.ma-sm-40 {
		margin: 40px;
	}

	.pv-sm-40 {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.mv-sm-40 {
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.ph-sm-40 {
		padding-left: 40px;
		padding-right: 40px;
	}

	.mh-sm-40 {
		margin-left: 40px;
		padding-right: 40px;
	}

	.pa-sm-45 {
		padding: 45px;
	}

	.ma-sm-45 {
		margin: 45px;
	}

	.pv-sm-45 {
		padding-top: 45px;
		padding-bottom: 45px;
	}

	.mv-sm-45 {
		margin-top: 45px;
		margin-bottom: 45px;
	}

	.ph-sm-45 {
		padding-left: 45px;
		padding-right: 45px;
	}

	.mh-sm-45 {
		margin-left: 45px;
		padding-right: 45px;
	}

	.pa-sm-50 {
		padding: 50px;
	}

	.ma-sm-50 {
		margin: 50px;
	}

	.pv-sm-50 {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.mv-sm-50 {
		margin-top: 50px;
		margin-bottom: 50px;
	}

	.ph-sm-50 {
		padding-left: 50px;
		padding-right: 50px;
	}

	.mh-sm-50 {
		margin-left: 50px;
		padding-right: 50px;
	}

	.pa-sm-55 {
		padding: 55px;
	}

	.ma-sm-55 {
		margin: 55px;
	}

	.pv-sm-55 {
		padding-top: 55px;
		padding-bottom: 55px;
	}

	.mv-sm-55 {
		margin-top: 55px;
		margin-bottom: 55px;
	}

	.ph-sm-55 {
		padding-left: 55px;
		padding-right: 55px;
	}

	.mh-sm-55 {
		margin-left: 55px;
		padding-right: 55px;
	}

	.pa-sm-60 {
		padding: 60px;
	}

	.ma-sm-60 {
		margin: 60px;
	}

	.pv-sm-60 {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.mv-sm-60 {
		margin-top: 60px;
		margin-bottom: 60px;
	}

	.ph-sm-60 {
		padding-left: 60px;
		padding-right: 60px;
	}

	.mh-sm-60 {
		margin-left: 60px;
		padding-right: 60px;
	}

	.pa-sm-65 {
		padding: 65px;
	}

	.ma-sm-65 {
		margin: 65px;
	}

	.pv-sm-65 {
		padding-top: 65px;
		padding-bottom: 65px;
	}

	.mv-sm-65 {
		margin-top: 65px;
		margin-bottom: 65px;
	}

	.ph-sm-65 {
		padding-left: 65px;
		padding-right: 65px;
	}

	.mh-sm-65 {
		margin-left: 65px;
		padding-right: 65px;
	}

	.pa-sm-70 {
		padding: 70px;
	}

	.ma-sm-70 {
		margin: 70px;
	}

	.pv-sm-70 {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.mv-sm-70 {
		margin-top: 70px;
		margin-bottom: 70px;
	}

	.ph-sm-70 {
		padding-left: 70px;
		padding-right: 70px;
	}

	.mh-sm-70 {
		margin-left: 70px;
		padding-right: 70px;
	}

	.pa-sm-75 {
		padding: 75px;
	}

	.ma-sm-75 {
		margin: 75px;
	}

	.pv-sm-75 {
		padding-top: 75px;
		padding-bottom: 75px;
	}

	.mv-sm-75 {
		margin-top: 75px;
		margin-bottom: 75px;
	}

	.ph-sm-75 {
		padding-left: 75px;
		padding-right: 75px;
	}

	.mh-sm-75 {
		margin-left: 75px;
		padding-right: 75px;
	}

	.pa-sm-80 {
		padding: 80px;
	}

	.ma-sm-80 {
		margin: 80px;
	}

	.pv-sm-80 {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.mv-sm-80 {
		margin-top: 80px;
		margin-bottom: 80px;
	}

	.ph-sm-80 {
		padding-left: 80px;
		padding-right: 80px;
	}

	.mh-sm-80 {
		margin-left: 80px;
		padding-right: 80px;
	}

	.pa-sm-85 {
		padding: 85px;
	}

	.ma-sm-85 {
		margin: 85px;
	}

	.pv-sm-85 {
		padding-top: 85px;
		padding-bottom: 85px;
	}

	.mv-sm-85 {
		margin-top: 85px;
		margin-bottom: 85px;
	}

	.ph-sm-85 {
		padding-left: 85px;
		padding-right: 85px;
	}

	.mh-sm-85 {
		margin-left: 85px;
		padding-right: 85px;
	}

	.pa-sm-90 {
		padding: 90px;
	}

	.ma-sm-90 {
		margin: 90px;
	}

	.pv-sm-90 {
		padding-top: 90px;
		padding-bottom: 90px;
	}

	.mv-sm-90 {
		margin-top: 90px;
		margin-bottom: 90px;
	}

	.ph-sm-90 {
		padding-left: 90px;
		padding-right: 90px;
	}

	.mh-sm-90 {
		margin-left: 90px;
		padding-right: 90px;
	}

	.pa-sm-95 {
		padding: 95px;
	}

	.ma-sm-95 {
		margin: 95px;
	}

	.pv-sm-95 {
		padding-top: 95px;
		padding-bottom: 95px;
	}

	.mv-sm-95 {
		margin-top: 95px;
		margin-bottom: 95px;
	}

	.ph-sm-95 {
		padding-left: 95px;
		padding-right: 95px;
	}

	.mh-sm-95 {
		margin-left: 95px;
		padding-right: 95px;
	}

	.pa-sm-100 {
		padding: 100px;
	}

	.ma-sm-100 {
		margin: 100px;
	}

	.pv-sm-100 {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.mv-sm-100 {
		margin-top: 100px;
		margin-bottom: 100px;
	}

	.ph-sm-100 {
		padding-left: 100px;
		padding-right: 100px;
	}

	.mh-sm-100 {
		margin-left: 100px;
		padding-right: 100px;
	}

	.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.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}

	.col-sm-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

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

	.col-sm-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.col-sm-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}

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

	.col-sm-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}

	.col-sm-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}

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

	.col-sm-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}

	.col-sm-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}

	.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.33333%;
	}

	.pull-sm-2 {
		right: 16.66667%;
	}

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

	.pull-sm-4 {
		right: 33.33333%;
	}

	.pull-sm-5 {
		right: 41.66667%;
	}

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

	.pull-sm-7 {
		right: 58.33333%;
	}

	.pull-sm-8 {
		right: 66.66667%;
	}

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

	.pull-sm-10 {
		right: 83.33333%;
	}

	.pull-sm-11 {
		right: 91.66667%;
	}

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

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

	.push-sm-1 {
		left: 8.33333%;
	}

	.push-sm-2 {
		left: 16.66667%;
	}

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

	.push-sm-4 {
		left: 33.33333%;
	}

	.push-sm-5 {
		left: 41.66667%;
	}

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

	.push-sm-7 {
		left: 58.33333%;
	}

	.push-sm-8 {
		left: 66.66667%;
	}

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

	.push-sm-10 {
		left: 83.33333%;
	}

	.push-sm-11 {
		left: 91.66667%;
	}

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

	.offset-sm-0 {
		margin-left: 0%;
	}

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

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

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

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

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

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

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

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

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

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

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

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

	.author-avatar {
		display: table-cell;
		vertical-align: top;
		width: 130px;
	}

	.author-description {
		display: table-cell;
		vertical-align: top;
		padding-right: 50px;
	}

	.comment,
	.review {
		text-align: left;
	}

	.comment-text {
		display: table-cell;
		vertical-align: top;
	}

	.comment-text .date {
		display: inline-block;
	}

	.comment-text p {
		padding-right: 40px;
	}

	.comment-actions .action:before {
		content: '|';
		display: inline-block;
		margin-left: 10px;
	}

	.single-nav__prev-item .item-wrapper,
	.single-nav__next-item .item-wrapper {
		display: table;
	}

	.products.list .product-loop .product-thumb {
		-ms-flex: 0 0 30%;
		flex: 0 0 30%;
		max-width: 30%;
	}

	.woocommerce.single-product .product .summary form.cart .quantity {
		margin: 0 15%;
	}

	.woocommerce.single-product .product .product-tabs-wrapper #tab-product_brand_tab-content {
		position: relative;
	}

	.woocommerce.single-product .product .product-tabs-wrapper #tab-product_brand_tab-content > div {
		display: inline-block;
		padding-left: 180px;
		font-size: 18px;
		font-weight: 300;
	}

	.woocommerce.single-product .product .product-tabs-wrapper #tab-product_brand_tab-content img {
		display: inline-block;
		position: absolute;
		top: 50px;
		left: 0;
	}

	.learts-banner-carousel .slide-wrapper {
		padding: 0 100px;
	}

	.learts-product-tabs .product-filter.hover-effect-cloudy li a,
	.learts-product-tabs .product-filter.hover-effect-botanical li a {
		font-size: 34px;
		line-height: 48px;
		margin: 0 20px;
	}

	.learts-simple-banner .text {
		bottom: 40px;
		left: 40px;
	}

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

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

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

	.wpb-js-composer .vc_tta-tabs.vc_tta-style-learts.vc_tta-style-learts li.vc_tta-tab:after {
		padding: 0 25px;
	}
}

@media (min-width: 544px) and (max-width: 991px) {
	.post.masonry-item {
		width: 50% !important;
	}

	.learts-product-tabs .product-filter.hover-effect-color li {
		margin: 15px 0;
	}
}

@media (min-width: 544px) and (max-width: 767px) {
	.learts-blog .slick-arrow.post-carousel-arrow {
		opacity: 0;
		visibility: hidden;
	}

	.learts-blog .slick-arrow.post-carousel-arrow.slick-next {
		right: -30px;
	}

	.learts-blog .slick-arrow.post-carousel-arrow.slick-prev {
		left: -30px;
	}

	.learts-blog:hover .slick-arrow.post-carousel-arrow {
		opacity: .6;
		visibility: visible;
	}

	.learts-blog:hover .slick-arrow.post-carousel-arrow.slick-next {
		right: 10px;
	}

	.learts-blog:hover .slick-arrow.post-carousel-arrow.slick-prev {
		left: 10px;
	}
}

@media (min-width: 601px) and (max-width: 782px) {
	.admin-bar .sticky-header.is-sticky {
		top: 46px;
	}
}

@media screen and (max-width: 999px) and (min-width: 700px) {
	.woocommerce.single-product .product .summary .stock,
	.product-loop .stock {
		width: 40%;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.category-grid-item .woocommerce-loop-category__title {
		font-size: 16px;
	}

	.learts-blog .slick-arrow.post-carousel-arrow {
		opacity: 0;
		visibility: hidden;
	}

	.learts-blog .slick-arrow.post-carousel-arrow.slick-next {
		right: -30px;
	}

	.learts-blog .slick-arrow.post-carousel-arrow.slick-prev {
		left: -30px;
	}

	.learts-blog:hover .slick-arrow.post-carousel-arrow {
		opacity: .6;
		visibility: visible;
	}

	.learts-blog:hover .slick-arrow.post-carousel-arrow.slick-next {
		right: -20px;
	}

	.learts-blog:hover .slick-arrow.post-carousel-arrow.slick-prev {
		left: -20px;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {
	.site-mobile-menu {
		width: 80%;
	}

	.shop-toolbar .totals {
		display: none;
	}
}

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

	.pt-md--100 {
		padding-top: -100px;
	}

	.pt-md--100-i {
		padding-top: -100px !important;
	}

	.mt-md--100 {
		margin-top: -100px;
	}

	.mt-md--100-i {
		margin-top: -100px !important;
	}

	.pt-md--95 {
		padding-top: -95px;
	}

	.pt-md--95-i {
		padding-top: -95px !important;
	}

	.mt-md--95 {
		margin-top: -95px;
	}

	.mt-md--95-i {
		margin-top: -95px !important;
	}

	.pt-md--90 {
		padding-top: -90px;
	}

	.pt-md--90-i {
		padding-top: -90px !important;
	}

	.mt-md--90 {
		margin-top: -90px;
	}

	.mt-md--90-i {
		margin-top: -90px !important;
	}

	.pt-md--85 {
		padding-top: -85px;
	}

	.pt-md--85-i {
		padding-top: -85px !important;
	}

	.mt-md--85 {
		margin-top: -85px;
	}

	.mt-md--85-i {
		margin-top: -85px !important;
	}

	.pt-md--80 {
		padding-top: -80px;
	}

	.pt-md--80-i {
		padding-top: -80px !important;
	}

	.mt-md--80 {
		margin-top: -80px;
	}

	.mt-md--80-i {
		margin-top: -80px !important;
	}

	.pt-md--75 {
		padding-top: -75px;
	}

	.pt-md--75-i {
		padding-top: -75px !important;
	}

	.mt-md--75 {
		margin-top: -75px;
	}

	.mt-md--75-i {
		margin-top: -75px !important;
	}

	.pt-md--70 {
		padding-top: -70px;
	}

	.pt-md--70-i {
		padding-top: -70px !important;
	}

	.mt-md--70 {
		margin-top: -70px;
	}

	.mt-md--70-i {
		margin-top: -70px !important;
	}

	.pt-md--65 {
		padding-top: -65px;
	}

	.pt-md--65-i {
		padding-top: -65px !important;
	}

	.mt-md--65 {
		margin-top: -65px;
	}

	.mt-md--65-i {
		margin-top: -65px !important;
	}

	.pt-md--60 {
		padding-top: -60px;
	}

	.pt-md--60-i {
		padding-top: -60px !important;
	}

	.mt-md--60 {
		margin-top: -60px;
	}

	.mt-md--60-i {
		margin-top: -60px !important;
	}

	.pt-md--55 {
		padding-top: -55px;
	}

	.pt-md--55-i {
		padding-top: -55px !important;
	}

	.mt-md--55 {
		margin-top: -55px;
	}

	.mt-md--55-i {
		margin-top: -55px !important;
	}

	.pt-md--50 {
		padding-top: -50px;
	}

	.pt-md--50-i {
		padding-top: -50px !important;
	}

	.mt-md--50 {
		margin-top: -50px;
	}

	.mt-md--50-i {
		margin-top: -50px !important;
	}

	.pt-md--45 {
		padding-top: -45px;
	}

	.pt-md--45-i {
		padding-top: -45px !important;
	}

	.mt-md--45 {
		margin-top: -45px;
	}

	.mt-md--45-i {
		margin-top: -45px !important;
	}

	.pt-md--40 {
		padding-top: -40px;
	}

	.pt-md--40-i {
		padding-top: -40px !important;
	}

	.mt-md--40 {
		margin-top: -40px;
	}

	.mt-md--40-i {
		margin-top: -40px !important;
	}

	.pt-md--35 {
		padding-top: -35px;
	}

	.pt-md--35-i {
		padding-top: -35px !important;
	}

	.mt-md--35 {
		margin-top: -35px;
	}

	.mt-md--35-i {
		margin-top: -35px !important;
	}

	.pt-md--30 {
		padding-top: -30px;
	}

	.pt-md--30-i {
		padding-top: -30px !important;
	}

	.mt-md--30 {
		margin-top: -30px;
	}

	.mt-md--30-i {
		margin-top: -30px !important;
	}

	.pt-md--25 {
		padding-top: -25px;
	}

	.pt-md--25-i {
		padding-top: -25px !important;
	}

	.mt-md--25 {
		margin-top: -25px;
	}

	.mt-md--25-i {
		margin-top: -25px !important;
	}

	.pt-md--20 {
		padding-top: -20px;
	}

	.pt-md--20-i {
		padding-top: -20px !important;
	}

	.mt-md--20 {
		margin-top: -20px;
	}

	.mt-md--20-i {
		margin-top: -20px !important;
	}

	.pt-md--15 {
		padding-top: -15px;
	}

	.pt-md--15-i {
		padding-top: -15px !important;
	}

	.mt-md--15 {
		margin-top: -15px;
	}

	.mt-md--15-i {
		margin-top: -15px !important;
	}

	.pt-md--10 {
		padding-top: -10px;
	}

	.pt-md--10-i {
		padding-top: -10px !important;
	}

	.mt-md--10 {
		margin-top: -10px;
	}

	.mt-md--10-i {
		margin-top: -10px !important;
	}

	.pt-md--5 {
		padding-top: -5px;
	}

	.pt-md--5-i {
		padding-top: -5px !important;
	}

	.mt-md--5 {
		margin-top: -5px;
	}

	.mt-md--5-i {
		margin-top: -5px !important;
	}

	.pt-md-0 {
		padding-top: 0px;
	}

	.pt-md-0-i {
		padding-top: 0px !important;
	}

	.mt-md-0 {
		margin-top: 0px;
	}

	.mt-md-0-i {
		margin-top: 0px !important;
	}

	.pt-md-5 {
		padding-top: 5px;
	}

	.pt-md-5-i {
		padding-top: 5px !important;
	}

	.mt-md-5 {
		margin-top: 5px;
	}

	.mt-md-5-i {
		margin-top: 5px !important;
	}

	.pt-md-10 {
		padding-top: 10px;
	}

	.pt-md-10-i {
		padding-top: 10px !important;
	}

	.mt-md-10 {
		margin-top: 10px;
	}

	.mt-md-10-i {
		margin-top: 10px !important;
	}

	.pt-md-15 {
		padding-top: 15px;
	}

	.pt-md-15-i {
		padding-top: 15px !important;
	}

	.mt-md-15 {
		margin-top: 15px;
	}

	.mt-md-15-i {
		margin-top: 15px !important;
	}

	.pt-md-20 {
		padding-top: 20px;
	}

	.pt-md-20-i {
		padding-top: 20px !important;
	}

	.mt-md-20 {
		margin-top: 20px;
	}

	.mt-md-20-i {
		margin-top: 20px !important;
	}

	.pt-md-25 {
		padding-top: 25px;
	}

	.pt-md-25-i {
		padding-top: 25px !important;
	}

	.mt-md-25 {
		margin-top: 25px;
	}

	.mt-md-25-i {
		margin-top: 25px !important;
	}

	.pt-md-30 {
		padding-top: 30px;
	}

	.pt-md-30-i {
		padding-top: 30px !important;
	}

	.mt-md-30 {
		margin-top: 30px;
	}

	.mt-md-30-i {
		margin-top: 30px !important;
	}

	.pt-md-35 {
		padding-top: 35px;
	}

	.pt-md-35-i {
		padding-top: 35px !important;
	}

	.mt-md-35 {
		margin-top: 35px;
	}

	.mt-md-35-i {
		margin-top: 35px !important;
	}

	.pt-md-40 {
		padding-top: 40px;
	}

	.pt-md-40-i {
		padding-top: 40px !important;
	}

	.mt-md-40 {
		margin-top: 40px;
	}

	.mt-md-40-i {
		margin-top: 40px !important;
	}

	.pt-md-45 {
		padding-top: 45px;
	}

	.pt-md-45-i {
		padding-top: 45px !important;
	}

	.mt-md-45 {
		margin-top: 45px;
	}

	.mt-md-45-i {
		margin-top: 45px !important;
	}

	.pt-md-50 {
		padding-top: 50px;
	}

	.pt-md-50-i {
		padding-top: 50px !important;
	}

	.mt-md-50 {
		margin-top: 50px;
	}

	.mt-md-50-i {
		margin-top: 50px !important;
	}

	.pt-md-55 {
		padding-top: 55px;
	}

	.pt-md-55-i {
		padding-top: 55px !important;
	}

	.mt-md-55 {
		margin-top: 55px;
	}

	.mt-md-55-i {
		margin-top: 55px !important;
	}

	.pt-md-60 {
		padding-top: 60px;
	}

	.pt-md-60-i {
		padding-top: 60px !important;
	}

	.mt-md-60 {
		margin-top: 60px;
	}

	.mt-md-60-i {
		margin-top: 60px !important;
	}

	.pt-md-65 {
		padding-top: 65px;
	}

	.pt-md-65-i {
		padding-top: 65px !important;
	}

	.mt-md-65 {
		margin-top: 65px;
	}

	.mt-md-65-i {
		margin-top: 65px !important;
	}

	.pt-md-70 {
		padding-top: 70px;
	}

	.pt-md-70-i {
		padding-top: 70px !important;
	}

	.mt-md-70 {
		margin-top: 70px;
	}

	.mt-md-70-i {
		margin-top: 70px !important;
	}

	.pt-md-75 {
		padding-top: 75px;
	}

	.pt-md-75-i {
		padding-top: 75px !important;
	}

	.mt-md-75 {
		margin-top: 75px;
	}

	.mt-md-75-i {
		margin-top: 75px !important;
	}

	.pt-md-80 {
		padding-top: 80px;
	}

	.pt-md-80-i {
		padding-top: 80px !important;
	}

	.mt-md-80 {
		margin-top: 80px;
	}

	.mt-md-80-i {
		margin-top: 80px !important;
	}

	.pt-md-85 {
		padding-top: 85px;
	}

	.pt-md-85-i {
		padding-top: 85px !important;
	}

	.mt-md-85 {
		margin-top: 85px;
	}

	.mt-md-85-i {
		margin-top: 85px !important;
	}

	.pt-md-90 {
		padding-top: 90px;
	}

	.pt-md-90-i {
		padding-top: 90px !important;
	}

	.mt-md-90 {
		margin-top: 90px;
	}

	.mt-md-90-i {
		margin-top: 90px !important;
	}

	.pt-md-95 {
		padding-top: 95px;
	}

	.pt-md-95-i {
		padding-top: 95px !important;
	}

	.mt-md-95 {
		margin-top: 95px;
	}

	.mt-md-95-i {
		margin-top: 95px !important;
	}

	.pt-md-100 {
		padding-top: 100px;
	}

	.pt-md-100-i {
		padding-top: 100px !important;
	}

	.mt-md-100 {
		margin-top: 100px;
	}

	.mt-md-100-i {
		margin-top: 100px !important;
	}

	.pr-md--100 {
		padding-right: -100px;
	}

	.pr-md--100-i {
		padding-right: -100px !important;
	}

	.mr-md--100 {
		margin-right: -100px;
	}

	.mr-md--100-i {
		margin-right: -100px !important;
	}

	.pr-md--95 {
		padding-right: -95px;
	}

	.pr-md--95-i {
		padding-right: -95px !important;
	}

	.mr-md--95 {
		margin-right: -95px;
	}

	.mr-md--95-i {
		margin-right: -95px !important;
	}

	.pr-md--90 {
		padding-right: -90px;
	}

	.pr-md--90-i {
		padding-right: -90px !important;
	}

	.mr-md--90 {
		margin-right: -90px;
	}

	.mr-md--90-i {
		margin-right: -90px !important;
	}

	.pr-md--85 {
		padding-right: -85px;
	}

	.pr-md--85-i {
		padding-right: -85px !important;
	}

	.mr-md--85 {
		margin-right: -85px;
	}

	.mr-md--85-i {
		margin-right: -85px !important;
	}

	.pr-md--80 {
		padding-right: -80px;
	}

	.pr-md--80-i {
		padding-right: -80px !important;
	}

	.mr-md--80 {
		margin-right: -80px;
	}

	.mr-md--80-i {
		margin-right: -80px !important;
	}

	.pr-md--75 {
		padding-right: -75px;
	}

	.pr-md--75-i {
		padding-right: -75px !important;
	}

	.mr-md--75 {
		margin-right: -75px;
	}

	.mr-md--75-i {
		margin-right: -75px !important;
	}

	.pr-md--70 {
		padding-right: -70px;
	}

	.pr-md--70-i {
		padding-right: -70px !important;
	}

	.mr-md--70 {
		margin-right: -70px;
	}

	.mr-md--70-i {
		margin-right: -70px !important;
	}

	.pr-md--65 {
		padding-right: -65px;
	}

	.pr-md--65-i {
		padding-right: -65px !important;
	}

	.mr-md--65 {
		margin-right: -65px;
	}

	.mr-md--65-i {
		margin-right: -65px !important;
	}

	.pr-md--60 {
		padding-right: -60px;
	}

	.pr-md--60-i {
		padding-right: -60px !important;
	}

	.mr-md--60 {
		margin-right: -60px;
	}

	.mr-md--60-i {
		margin-right: -60px !important;
	}

	.pr-md--55 {
		padding-right: -55px;
	}

	.pr-md--55-i {
		padding-right: -55px !important;
	}

	.mr-md--55 {
		margin-right: -55px;
	}

	.mr-md--55-i {
		margin-right: -55px !important;
	}

	.pr-md--50 {
		padding-right: -50px;
	}

	.pr-md--50-i {
		padding-right: -50px !important;
	}

	.mr-md--50 {
		margin-right: -50px;
	}

	.mr-md--50-i {
		margin-right: -50px !important;
	}

	.pr-md--45 {
		padding-right: -45px;
	}

	.pr-md--45-i {
		padding-right: -45px !important;
	}

	.mr-md--45 {
		margin-right: -45px;
	}

	.mr-md--45-i {
		margin-right: -45px !important;
	}

	.pr-md--40 {
		padding-right: -40px;
	}

	.pr-md--40-i {
		padding-right: -40px !important;
	}

	.mr-md--40 {
		margin-right: -40px;
	}

	.mr-md--40-i {
		margin-right: -40px !important;
	}

	.pr-md--35 {
		padding-right: -35px;
	}

	.pr-md--35-i {
		padding-right: -35px !important;
	}

	.mr-md--35 {
		margin-right: -35px;
	}

	.mr-md--35-i {
		margin-right: -35px !important;
	}

	.pr-md--30 {
		padding-right: -30px;
	}

	.pr-md--30-i {
		padding-right: -30px !important;
	}

	.mr-md--30 {
		margin-right: -30px;
	}

	.mr-md--30-i {
		margin-right: -30px !important;
	}

	.pr-md--25 {
		padding-right: -25px;
	}

	.pr-md--25-i {
		padding-right: -25px !important;
	}

	.mr-md--25 {
		margin-right: -25px;
	}

	.mr-md--25-i {
		margin-right: -25px !important;
	}

	.pr-md--20 {
		padding-right: -20px;
	}

	.pr-md--20-i {
		padding-right: -20px !important;
	}

	.mr-md--20 {
		margin-right: -20px;
	}

	.mr-md--20-i {
		margin-right: -20px !important;
	}

	.pr-md--15 {
		padding-right: -15px;
	}

	.pr-md--15-i {
		padding-right: -15px !important;
	}

	.mr-md--15 {
		margin-right: -15px;
	}

	.mr-md--15-i {
		margin-right: -15px !important;
	}

	.pr-md--10 {
		padding-right: -10px;
	}

	.pr-md--10-i {
		padding-right: -10px !important;
	}

	.mr-md--10 {
		margin-right: -10px;
	}

	.mr-md--10-i {
		margin-right: -10px !important;
	}

	.pr-md--5 {
		padding-right: -5px;
	}

	.pr-md--5-i {
		padding-right: -5px !important;
	}

	.mr-md--5 {
		margin-right: -5px;
	}

	.mr-md--5-i {
		margin-right: -5px !important;
	}

	.pr-md-0 {
		padding-right: 0px;
	}

	.pr-md-0-i {
		padding-right: 0px !important;
	}

	.mr-md-0 {
		margin-right: 0px;
	}

	.mr-md-0-i {
		margin-right: 0px !important;
	}

	.pr-md-5 {
		padding-right: 5px;
	}

	.pr-md-5-i {
		padding-right: 5px !important;
	}

	.mr-md-5 {
		margin-right: 5px;
	}

	.mr-md-5-i {
		margin-right: 5px !important;
	}

	.pr-md-10 {
		padding-right: 10px;
	}

	.pr-md-10-i {
		padding-right: 10px !important;
	}

	.mr-md-10 {
		margin-right: 10px;
	}

	.mr-md-10-i {
		margin-right: 10px !important;
	}

	.pr-md-15 {
		padding-right: 15px;
	}

	.pr-md-15-i {
		padding-right: 15px !important;
	}

	.mr-md-15 {
		margin-right: 15px;
	}

	.mr-md-15-i {
		margin-right: 15px !important;
	}

	.pr-md-20 {
		padding-right: 20px;
	}

	.pr-md-20-i {
		padding-right: 20px !important;
	}

	.mr-md-20 {
		margin-right: 20px;
	}

	.mr-md-20-i {
		margin-right: 20px !important;
	}

	.pr-md-25 {
		padding-right: 25px;
	}

	.pr-md-25-i {
		padding-right: 25px !important;
	}

	.mr-md-25 {
		margin-right: 25px;
	}

	.mr-md-25-i {
		margin-right: 25px !important;
	}

	.pr-md-30 {
		padding-right: 30px;
	}

	.pr-md-30-i {
		padding-right: 30px !important;
	}

	.mr-md-30 {
		margin-right: 30px;
	}

	.mr-md-30-i {
		margin-right: 30px !important;
	}

	.pr-md-35 {
		padding-right: 35px;
	}

	.pr-md-35-i {
		padding-right: 35px !important;
	}

	.mr-md-35 {
		margin-right: 35px;
	}

	.mr-md-35-i {
		margin-right: 35px !important;
	}

	.pr-md-40 {
		padding-right: 40px;
	}

	.pr-md-40-i {
		padding-right: 40px !important;
	}

	.mr-md-40 {
		margin-right: 40px;
	}

	.mr-md-40-i {
		margin-right: 40px !important;
	}

	.pr-md-45 {
		padding-right: 45px;
	}

	.pr-md-45-i {
		padding-right: 45px !important;
	}

	.mr-md-45 {
		margin-right: 45px;
	}

	.mr-md-45-i {
		margin-right: 45px !important;
	}

	.pr-md-50 {
		padding-right: 50px;
	}

	.pr-md-50-i {
		padding-right: 50px !important;
	}

	.mr-md-50 {
		margin-right: 50px;
	}

	.mr-md-50-i {
		margin-right: 50px !important;
	}

	.pr-md-55 {
		padding-right: 55px;
	}

	.pr-md-55-i {
		padding-right: 55px !important;
	}

	.mr-md-55 {
		margin-right: 55px;
	}

	.mr-md-55-i {
		margin-right: 55px !important;
	}

	.pr-md-60 {
		padding-right: 60px;
	}

	.pr-md-60-i {
		padding-right: 60px !important;
	}

	.mr-md-60 {
		margin-right: 60px;
	}

	.mr-md-60-i {
		margin-right: 60px !important;
	}

	.pr-md-65 {
		padding-right: 65px;
	}

	.pr-md-65-i {
		padding-right: 65px !important;
	}

	.mr-md-65 {
		margin-right: 65px;
	}

	.mr-md-65-i {
		margin-right: 65px !important;
	}

	.pr-md-70 {
		padding-right: 70px;
	}

	.pr-md-70-i {
		padding-right: 70px !important;
	}

	.mr-md-70 {
		margin-right: 70px;
	}

	.mr-md-70-i {
		margin-right: 70px !important;
	}

	.pr-md-75 {
		padding-right: 75px;
	}

	.pr-md-75-i {
		padding-right: 75px !important;
	}

	.mr-md-75 {
		margin-right: 75px;
	}

	.mr-md-75-i {
		margin-right: 75px !important;
	}

	.pr-md-80 {
		padding-right: 80px;
	}

	.pr-md-80-i {
		padding-right: 80px !important;
	}

	.mr-md-80 {
		margin-right: 80px;
	}

	.mr-md-80-i {
		margin-right: 80px !important;
	}

	.pr-md-85 {
		padding-right: 85px;
	}

	.pr-md-85-i {
		padding-right: 85px !important;
	}

	.mr-md-85 {
		margin-right: 85px;
	}

	.mr-md-85-i {
		margin-right: 85px !important;
	}

	.pr-md-90 {
		padding-right: 90px;
	}

	.pr-md-90-i {
		padding-right: 90px !important;
	}

	.mr-md-90 {
		margin-right: 90px;
	}

	.mr-md-90-i {
		margin-right: 90px !important;
	}

	.pr-md-95 {
		padding-right: 95px;
	}

	.pr-md-95-i {
		padding-right: 95px !important;
	}

	.mr-md-95 {
		margin-right: 95px;
	}

	.mr-md-95-i {
		margin-right: 95px !important;
	}

	.pr-md-100 {
		padding-right: 100px;
	}

	.pr-md-100-i {
		padding-right: 100px !important;
	}

	.mr-md-100 {
		margin-right: 100px;
	}

	.mr-md-100-i {
		margin-right: 100px !important;
	}

	.pb-md--100 {
		padding-bottom: -100px;
	}

	.pb-md--100-i {
		padding-bottom: -100px !important;
	}

	.mb-md--100 {
		margin-bottom: -100px;
	}

	.mb-md--100-i {
		margin-bottom: -100px !important;
	}

	.pb-md--95 {
		padding-bottom: -95px;
	}

	.pb-md--95-i {
		padding-bottom: -95px !important;
	}

	.mb-md--95 {
		margin-bottom: -95px;
	}

	.mb-md--95-i {
		margin-bottom: -95px !important;
	}

	.pb-md--90 {
		padding-bottom: -90px;
	}

	.pb-md--90-i {
		padding-bottom: -90px !important;
	}

	.mb-md--90 {
		margin-bottom: -90px;
	}

	.mb-md--90-i {
		margin-bottom: -90px !important;
	}

	.pb-md--85 {
		padding-bottom: -85px;
	}

	.pb-md--85-i {
		padding-bottom: -85px !important;
	}

	.mb-md--85 {
		margin-bottom: -85px;
	}

	.mb-md--85-i {
		margin-bottom: -85px !important;
	}

	.pb-md--80 {
		padding-bottom: -80px;
	}

	.pb-md--80-i {
		padding-bottom: -80px !important;
	}

	.mb-md--80 {
		margin-bottom: -80px;
	}

	.mb-md--80-i {
		margin-bottom: -80px !important;
	}

	.pb-md--75 {
		padding-bottom: -75px;
	}

	.pb-md--75-i {
		padding-bottom: -75px !important;
	}

	.mb-md--75 {
		margin-bottom: -75px;
	}

	.mb-md--75-i {
		margin-bottom: -75px !important;
	}

	.pb-md--70 {
		padding-bottom: -70px;
	}

	.pb-md--70-i {
		padding-bottom: -70px !important;
	}

	.mb-md--70 {
		margin-bottom: -70px;
	}

	.mb-md--70-i {
		margin-bottom: -70px !important;
	}

	.pb-md--65 {
		padding-bottom: -65px;
	}

	.pb-md--65-i {
		padding-bottom: -65px !important;
	}

	.mb-md--65 {
		margin-bottom: -65px;
	}

	.mb-md--65-i {
		margin-bottom: -65px !important;
	}

	.pb-md--60 {
		padding-bottom: -60px;
	}

	.pb-md--60-i {
		padding-bottom: -60px !important;
	}

	.mb-md--60 {
		margin-bottom: -60px;
	}

	.mb-md--60-i {
		margin-bottom: -60px !important;
	}

	.pb-md--55 {
		padding-bottom: -55px;
	}

	.pb-md--55-i {
		padding-bottom: -55px !important;
	}

	.mb-md--55 {
		margin-bottom: -55px;
	}

	.mb-md--55-i {
		margin-bottom: -55px !important;
	}

	.pb-md--50 {
		padding-bottom: -50px;
	}

	.pb-md--50-i {
		padding-bottom: -50px !important;
	}

	.mb-md--50 {
		margin-bottom: -50px;
	}

	.mb-md--50-i {
		margin-bottom: -50px !important;
	}

	.pb-md--45 {
		padding-bottom: -45px;
	}

	.pb-md--45-i {
		padding-bottom: -45px !important;
	}

	.mb-md--45 {
		margin-bottom: -45px;
	}

	.mb-md--45-i {
		margin-bottom: -45px !important;
	}

	.pb-md--40 {
		padding-bottom: -40px;
	}

	.pb-md--40-i {
		padding-bottom: -40px !important;
	}

	.mb-md--40 {
		margin-bottom: -40px;
	}

	.mb-md--40-i {
		margin-bottom: -40px !important;
	}

	.pb-md--35 {
		padding-bottom: -35px;
	}

	.pb-md--35-i {
		padding-bottom: -35px !important;
	}

	.mb-md--35 {
		margin-bottom: -35px;
	}

	.mb-md--35-i {
		margin-bottom: -35px !important;
	}

	.pb-md--30 {
		padding-bottom: -30px;
	}

	.pb-md--30-i {
		padding-bottom: -30px !important;
	}

	.mb-md--30 {
		margin-bottom: -30px;
	}

	.mb-md--30-i {
		margin-bottom: -30px !important;
	}

	.pb-md--25 {
		padding-bottom: -25px;
	}

	.pb-md--25-i {
		padding-bottom: -25px !important;
	}

	.mb-md--25 {
		margin-bottom: -25px;
	}

	.mb-md--25-i {
		margin-bottom: -25px !important;
	}

	.pb-md--20 {
		padding-bottom: -20px;
	}

	.pb-md--20-i {
		padding-bottom: -20px !important;
	}

	.mb-md--20 {
		margin-bottom: -20px;
	}

	.mb-md--20-i {
		margin-bottom: -20px !important;
	}

	.pb-md--15 {
		padding-bottom: -15px;
	}

	.pb-md--15-i {
		padding-bottom: -15px !important;
	}

	.mb-md--15 {
		margin-bottom: -15px;
	}

	.mb-md--15-i {
		margin-bottom: -15px !important;
	}

	.pb-md--10 {
		padding-bottom: -10px;
	}

	.pb-md--10-i {
		padding-bottom: -10px !important;
	}

	.mb-md--10 {
		margin-bottom: -10px;
	}

	.mb-md--10-i {
		margin-bottom: -10px !important;
	}

	.pb-md--5 {
		padding-bottom: -5px;
	}

	.pb-md--5-i {
		padding-bottom: -5px !important;
	}

	.mb-md--5 {
		margin-bottom: -5px;
	}

	.mb-md--5-i {
		margin-bottom: -5px !important;
	}

	.pb-md-0 {
		padding-bottom: 0px;
	}

	.pb-md-0-i {
		padding-bottom: 0px !important;
	}

	.mb-md-0 {
		margin-bottom: 0px;
	}

	.mb-md-0-i {
		margin-bottom: 0px !important;
	}

	.pb-md-5 {
		padding-bottom: 5px;
	}

	.pb-md-5-i {
		padding-bottom: 5px !important;
	}

	.mb-md-5 {
		margin-bottom: 5px;
	}

	.mb-md-5-i {
		margin-bottom: 5px !important;
	}

	.pb-md-10 {
		padding-bottom: 10px;
	}

	.pb-md-10-i {
		padding-bottom: 10px !important;
	}

	.mb-md-10 {
		margin-bottom: 10px;
	}

	.mb-md-10-i {
		margin-bottom: 10px !important;
	}

	.pb-md-15 {
		padding-bottom: 15px;
	}

	.pb-md-15-i {
		padding-bottom: 15px !important;
	}

	.mb-md-15 {
		margin-bottom: 15px;
	}

	.mb-md-15-i {
		margin-bottom: 15px !important;
	}

	.pb-md-20 {
		padding-bottom: 20px;
	}

	.pb-md-20-i {
		padding-bottom: 20px !important;
	}

	.mb-md-20 {
		margin-bottom: 20px;
	}

	.mb-md-20-i {
		margin-bottom: 20px !important;
	}

	.pb-md-25 {
		padding-bottom: 25px;
	}

	.pb-md-25-i {
		padding-bottom: 25px !important;
	}

	.mb-md-25 {
		margin-bottom: 25px;
	}

	.mb-md-25-i {
		margin-bottom: 25px !important;
	}

	.pb-md-30 {
		padding-bottom: 30px;
	}

	.pb-md-30-i {
		padding-bottom: 30px !important;
	}

	.mb-md-30 {
		margin-bottom: 30px;
	}

	.mb-md-30-i {
		margin-bottom: 30px !important;
	}

	.pb-md-35 {
		padding-bottom: 35px;
	}

	.pb-md-35-i {
		padding-bottom: 35px !important;
	}

	.mb-md-35 {
		margin-bottom: 35px;
	}

	.mb-md-35-i {
		margin-bottom: 35px !important;
	}

	.pb-md-40 {
		padding-bottom: 40px;
	}

	.pb-md-40-i {
		padding-bottom: 40px !important;
	}

	.mb-md-40 {
		margin-bottom: 40px;
	}

	.mb-md-40-i {
		margin-bottom: 40px !important;
	}

	.pb-md-45 {
		padding-bottom: 45px;
	}

	.pb-md-45-i {
		padding-bottom: 45px !important;
	}

	.mb-md-45 {
		margin-bottom: 45px;
	}

	.mb-md-45-i {
		margin-bottom: 45px !important;
	}

	.pb-md-50 {
		padding-bottom: 50px;
	}

	.pb-md-50-i {
		padding-bottom: 50px !important;
	}

	.mb-md-50 {
		margin-bottom: 50px;
	}

	.mb-md-50-i {
		margin-bottom: 50px !important;
	}

	.pb-md-55 {
		padding-bottom: 55px;
	}

	.pb-md-55-i {
		padding-bottom: 55px !important;
	}

	.mb-md-55 {
		margin-bottom: 55px;
	}

	.mb-md-55-i {
		margin-bottom: 55px !important;
	}

	.pb-md-60 {
		padding-bottom: 60px;
	}

	.pb-md-60-i {
		padding-bottom: 60px !important;
	}

	.mb-md-60 {
		margin-bottom: 60px;
	}

	.mb-md-60-i {
		margin-bottom: 60px !important;
	}

	.pb-md-65 {
		padding-bottom: 65px;
	}

	.pb-md-65-i {
		padding-bottom: 65px !important;
	}

	.mb-md-65 {
		margin-bottom: 65px;
	}

	.mb-md-65-i {
		margin-bottom: 65px !important;
	}

	.pb-md-70 {
		padding-bottom: 70px;
	}

	.pb-md-70-i {
		padding-bottom: 70px !important;
	}

	.mb-md-70 {
		margin-bottom: 70px;
	}

	.mb-md-70-i {
		margin-bottom: 70px !important;
	}

	.pb-md-75 {
		padding-bottom: 75px;
	}

	.pb-md-75-i {
		padding-bottom: 75px !important;
	}

	.mb-md-75 {
		margin-bottom: 75px;
	}

	.mb-md-75-i {
		margin-bottom: 75px !important;
	}

	.pb-md-80 {
		padding-bottom: 80px;
	}

	.pb-md-80-i {
		padding-bottom: 80px !important;
	}

	.mb-md-80 {
		margin-bottom: 80px;
	}

	.mb-md-80-i {
		margin-bottom: 80px !important;
	}

	.pb-md-85 {
		padding-bottom: 85px;
	}

	.pb-md-85-i {
		padding-bottom: 85px !important;
	}

	.mb-md-85 {
		margin-bottom: 85px;
	}

	.mb-md-85-i {
		margin-bottom: 85px !important;
	}

	.pb-md-90 {
		padding-bottom: 90px;
	}

	.pb-md-90-i {
		padding-bottom: 90px !important;
	}

	.mb-md-90 {
		margin-bottom: 90px;
	}

	.mb-md-90-i {
		margin-bottom: 90px !important;
	}

	.pb-md-95 {
		padding-bottom: 95px;
	}

	.pb-md-95-i {
		padding-bottom: 95px !important;
	}

	.mb-md-95 {
		margin-bottom: 95px;
	}

	.mb-md-95-i {
		margin-bottom: 95px !important;
	}

	.pb-md-100 {
		padding-bottom: 100px;
	}

	.pb-md-100-i {
		padding-bottom: 100px !important;
	}

	.mb-md-100 {
		margin-bottom: 100px;
	}

	.mb-md-100-i {
		margin-bottom: 100px !important;
	}

	.pl-md--100 {
		padding-left: -100px;
	}

	.pl-md--100-i {
		padding-left: -100px !important;
	}

	.ml-md--100 {
		margin-left: -100px;
	}

	.ml-md--100-i {
		margin-left: -100px !important;
	}

	.pl-md--95 {
		padding-left: -95px;
	}

	.pl-md--95-i {
		padding-left: -95px !important;
	}

	.ml-md--95 {
		margin-left: -95px;
	}

	.ml-md--95-i {
		margin-left: -95px !important;
	}

	.pl-md--90 {
		padding-left: -90px;
	}

	.pl-md--90-i {
		padding-left: -90px !important;
	}

	.ml-md--90 {
		margin-left: -90px;
	}

	.ml-md--90-i {
		margin-left: -90px !important;
	}

	.pl-md--85 {
		padding-left: -85px;
	}

	.pl-md--85-i {
		padding-left: -85px !important;
	}

	.ml-md--85 {
		margin-left: -85px;
	}

	.ml-md--85-i {
		margin-left: -85px !important;
	}

	.pl-md--80 {
		padding-left: -80px;
	}

	.pl-md--80-i {
		padding-left: -80px !important;
	}

	.ml-md--80 {
		margin-left: -80px;
	}

	.ml-md--80-i {
		margin-left: -80px !important;
	}

	.pl-md--75 {
		padding-left: -75px;
	}

	.pl-md--75-i {
		padding-left: -75px !important;
	}

	.ml-md--75 {
		margin-left: -75px;
	}

	.ml-md--75-i {
		margin-left: -75px !important;
	}

	.pl-md--70 {
		padding-left: -70px;
	}

	.pl-md--70-i {
		padding-left: -70px !important;
	}

	.ml-md--70 {
		margin-left: -70px;
	}

	.ml-md--70-i {
		margin-left: -70px !important;
	}

	.pl-md--65 {
		padding-left: -65px;
	}

	.pl-md--65-i {
		padding-left: -65px !important;
	}

	.ml-md--65 {
		margin-left: -65px;
	}

	.ml-md--65-i {
		margin-left: -65px !important;
	}

	.pl-md--60 {
		padding-left: -60px;
	}

	.pl-md--60-i {
		padding-left: -60px !important;
	}

	.ml-md--60 {
		margin-left: -60px;
	}

	.ml-md--60-i {
		margin-left: -60px !important;
	}

	.pl-md--55 {
		padding-left: -55px;
	}

	.pl-md--55-i {
		padding-left: -55px !important;
	}

	.ml-md--55 {
		margin-left: -55px;
	}

	.ml-md--55-i {
		margin-left: -55px !important;
	}

	.pl-md--50 {
		padding-left: -50px;
	}

	.pl-md--50-i {
		padding-left: -50px !important;
	}

	.ml-md--50 {
		margin-left: -50px;
	}

	.ml-md--50-i {
		margin-left: -50px !important;
	}

	.pl-md--45 {
		padding-left: -45px;
	}

	.pl-md--45-i {
		padding-left: -45px !important;
	}

	.ml-md--45 {
		margin-left: -45px;
	}

	.ml-md--45-i {
		margin-left: -45px !important;
	}

	.pl-md--40 {
		padding-left: -40px;
	}

	.pl-md--40-i {
		padding-left: -40px !important;
	}

	.ml-md--40 {
		margin-left: -40px;
	}

	.ml-md--40-i {
		margin-left: -40px !important;
	}

	.pl-md--35 {
		padding-left: -35px;
	}

	.pl-md--35-i {
		padding-left: -35px !important;
	}

	.ml-md--35 {
		margin-left: -35px;
	}

	.ml-md--35-i {
		margin-left: -35px !important;
	}

	.pl-md--30 {
		padding-left: -30px;
	}

	.pl-md--30-i {
		padding-left: -30px !important;
	}

	.ml-md--30 {
		margin-left: -30px;
	}

	.ml-md--30-i {
		margin-left: -30px !important;
	}

	.pl-md--25 {
		padding-left: -25px;
	}

	.pl-md--25-i {
		padding-left: -25px !important;
	}

	.ml-md--25 {
		margin-left: -25px;
	}

	.ml-md--25-i {
		margin-left: -25px !important;
	}

	.pl-md--20 {
		padding-left: -20px;
	}

	.pl-md--20-i {
		padding-left: -20px !important;
	}

	.ml-md--20 {
		margin-left: -20px;
	}

	.ml-md--20-i {
		margin-left: -20px !important;
	}

	.pl-md--15 {
		padding-left: -15px;
	}

	.pl-md--15-i {
		padding-left: -15px !important;
	}

	.ml-md--15 {
		margin-left: -15px;
	}

	.ml-md--15-i {
		margin-left: -15px !important;
	}

	.pl-md--10 {
		padding-left: -10px;
	}

	.pl-md--10-i {
		padding-left: -10px !important;
	}

	.ml-md--10 {
		margin-left: -10px;
	}

	.ml-md--10-i {
		margin-left: -10px !important;
	}

	.pl-md--5 {
		padding-left: -5px;
	}

	.pl-md--5-i {
		padding-left: -5px !important;
	}

	.ml-md--5 {
		margin-left: -5px;
	}

	.ml-md--5-i {
		margin-left: -5px !important;
	}

	.pl-md-0 {
		padding-left: 0px;
	}

	.pl-md-0-i {
		padding-left: 0px !important;
	}

	.ml-md-0 {
		margin-left: 0px;
	}

	.ml-md-0-i {
		margin-left: 0px !important;
	}

	.pl-md-5 {
		padding-left: 5px;
	}

	.pl-md-5-i {
		padding-left: 5px !important;
	}

	.ml-md-5 {
		margin-left: 5px;
	}

	.ml-md-5-i {
		margin-left: 5px !important;
	}

	.pl-md-10 {
		padding-left: 10px;
	}

	.pl-md-10-i {
		padding-left: 10px !important;
	}

	.ml-md-10 {
		margin-left: 10px;
	}

	.ml-md-10-i {
		margin-left: 10px !important;
	}

	.pl-md-15 {
		padding-left: 15px;
	}

	.pl-md-15-i {
		padding-left: 15px !important;
	}

	.ml-md-15 {
		margin-left: 15px;
	}

	.ml-md-15-i {
		margin-left: 15px !important;
	}

	.pl-md-20 {
		padding-left: 20px;
	}

	.pl-md-20-i {
		padding-left: 20px !important;
	}

	.ml-md-20 {
		margin-left: 20px;
	}

	.ml-md-20-i {
		margin-left: 20px !important;
	}

	.pl-md-25 {
		padding-left: 25px;
	}

	.pl-md-25-i {
		padding-left: 25px !important;
	}

	.ml-md-25 {
		margin-left: 25px;
	}

	.ml-md-25-i {
		margin-left: 25px !important;
	}

	.pl-md-30 {
		padding-left: 30px;
	}

	.pl-md-30-i {
		padding-left: 30px !important;
	}

	.ml-md-30 {
		margin-left: 30px;
	}

	.ml-md-30-i {
		margin-left: 30px !important;
	}

	.pl-md-35 {
		padding-left: 35px;
	}

	.pl-md-35-i {
		padding-left: 35px !important;
	}

	.ml-md-35 {
		margin-left: 35px;
	}

	.ml-md-35-i {
		margin-left: 35px !important;
	}

	.pl-md-40 {
		padding-left: 40px;
	}

	.pl-md-40-i {
		padding-left: 40px !important;
	}

	.ml-md-40 {
		margin-left: 40px;
	}

	.ml-md-40-i {
		margin-left: 40px !important;
	}

	.pl-md-45 {
		padding-left: 45px;
	}

	.pl-md-45-i {
		padding-left: 45px !important;
	}

	.ml-md-45 {
		margin-left: 45px;
	}

	.ml-md-45-i {
		margin-left: 45px !important;
	}

	.pl-md-50 {
		padding-left: 50px;
	}

	.pl-md-50-i {
		padding-left: 50px !important;
	}

	.ml-md-50 {
		margin-left: 50px;
	}

	.ml-md-50-i {
		margin-left: 50px !important;
	}

	.pl-md-55 {
		padding-left: 55px;
	}

	.pl-md-55-i {
		padding-left: 55px !important;
	}

	.ml-md-55 {
		margin-left: 55px;
	}

	.ml-md-55-i {
		margin-left: 55px !important;
	}

	.pl-md-60 {
		padding-left: 60px;
	}

	.pl-md-60-i {
		padding-left: 60px !important;
	}

	.ml-md-60 {
		margin-left: 60px;
	}

	.ml-md-60-i {
		margin-left: 60px !important;
	}

	.pl-md-65 {
		padding-left: 65px;
	}

	.pl-md-65-i {
		padding-left: 65px !important;
	}

	.ml-md-65 {
		margin-left: 65px;
	}

	.ml-md-65-i {
		margin-left: 65px !important;
	}

	.pl-md-70 {
		padding-left: 70px;
	}

	.pl-md-70-i {
		padding-left: 70px !important;
	}

	.ml-md-70 {
		margin-left: 70px;
	}

	.ml-md-70-i {
		margin-left: 70px !important;
	}

	.pl-md-75 {
		padding-left: 75px;
	}

	.pl-md-75-i {
		padding-left: 75px !important;
	}

	.ml-md-75 {
		margin-left: 75px;
	}

	.ml-md-75-i {
		margin-left: 75px !important;
	}

	.pl-md-80 {
		padding-left: 80px;
	}

	.pl-md-80-i {
		padding-left: 80px !important;
	}

	.ml-md-80 {
		margin-left: 80px;
	}

	.ml-md-80-i {
		margin-left: 80px !important;
	}

	.pl-md-85 {
		padding-left: 85px;
	}

	.pl-md-85-i {
		padding-left: 85px !important;
	}

	.ml-md-85 {
		margin-left: 85px;
	}

	.ml-md-85-i {
		margin-left: 85px !important;
	}

	.pl-md-90 {
		padding-left: 90px;
	}

	.pl-md-90-i {
		padding-left: 90px !important;
	}

	.ml-md-90 {
		margin-left: 90px;
	}

	.ml-md-90-i {
		margin-left: 90px !important;
	}

	.pl-md-95 {
		padding-left: 95px;
	}

	.pl-md-95-i {
		padding-left: 95px !important;
	}

	.ml-md-95 {
		margin-left: 95px;
	}

	.ml-md-95-i {
		margin-left: 95px !important;
	}

	.pl-md-100 {
		padding-left: 100px;
	}

	.pl-md-100-i {
		padding-left: 100px !important;
	}

	.ml-md-100 {
		margin-left: 100px;
	}

	.ml-md-100-i {
		margin-left: 100px !important;
	}

	.pa-md--100 {
		padding: -100px;
	}

	.ma-md--100 {
		margin: -100px;
	}

	.pv-md--100 {
		padding-top: -100px;
		padding-bottom: -100px;
	}

	.mv-md--100 {
		margin-top: -100px;
		margin-bottom: -100px;
	}

	.ph-md--100 {
		padding-left: -100px;
		padding-right: -100px;
	}

	.mh-md--100 {
		margin-left: -100px;
		padding-right: -100px;
	}

	.pa-md--95 {
		padding: -95px;
	}

	.ma-md--95 {
		margin: -95px;
	}

	.pv-md--95 {
		padding-top: -95px;
		padding-bottom: -95px;
	}

	.mv-md--95 {
		margin-top: -95px;
		margin-bottom: -95px;
	}

	.ph-md--95 {
		padding-left: -95px;
		padding-right: -95px;
	}

	.mh-md--95 {
		margin-left: -95px;
		padding-right: -95px;
	}

	.pa-md--90 {
		padding: -90px;
	}

	.ma-md--90 {
		margin: -90px;
	}

	.pv-md--90 {
		padding-top: -90px;
		padding-bottom: -90px;
	}

	.mv-md--90 {
		margin-top: -90px;
		margin-bottom: -90px;
	}

	.ph-md--90 {
		padding-left: -90px;
		padding-right: -90px;
	}

	.mh-md--90 {
		margin-left: -90px;
		padding-right: -90px;
	}

	.pa-md--85 {
		padding: -85px;
	}

	.ma-md--85 {
		margin: -85px;
	}

	.pv-md--85 {
		padding-top: -85px;
		padding-bottom: -85px;
	}

	.mv-md--85 {
		margin-top: -85px;
		margin-bottom: -85px;
	}

	.ph-md--85 {
		padding-left: -85px;
		padding-right: -85px;
	}

	.mh-md--85 {
		margin-left: -85px;
		padding-right: -85px;
	}

	.pa-md--80 {
		padding: -80px;
	}

	.ma-md--80 {
		margin: -80px;
	}

	.pv-md--80 {
		padding-top: -80px;
		padding-bottom: -80px;
	}

	.mv-md--80 {
		margin-top: -80px;
		margin-bottom: -80px;
	}

	.ph-md--80 {
		padding-left: -80px;
		padding-right: -80px;
	}

	.mh-md--80 {
		margin-left: -80px;
		padding-right: -80px;
	}

	.pa-md--75 {
		padding: -75px;
	}

	.ma-md--75 {
		margin: -75px;
	}

	.pv-md--75 {
		padding-top: -75px;
		padding-bottom: -75px;
	}

	.mv-md--75 {
		margin-top: -75px;
		margin-bottom: -75px;
	}

	.ph-md--75 {
		padding-left: -75px;
		padding-right: -75px;
	}

	.mh-md--75 {
		margin-left: -75px;
		padding-right: -75px;
	}

	.pa-md--70 {
		padding: -70px;
	}

	.ma-md--70 {
		margin: -70px;
	}

	.pv-md--70 {
		padding-top: -70px;
		padding-bottom: -70px;
	}

	.mv-md--70 {
		margin-top: -70px;
		margin-bottom: -70px;
	}

	.ph-md--70 {
		padding-left: -70px;
		padding-right: -70px;
	}

	.mh-md--70 {
		margin-left: -70px;
		padding-right: -70px;
	}

	.pa-md--65 {
		padding: -65px;
	}

	.ma-md--65 {
		margin: -65px;
	}

	.pv-md--65 {
		padding-top: -65px;
		padding-bottom: -65px;
	}

	.mv-md--65 {
		margin-top: -65px;
		margin-bottom: -65px;
	}

	.ph-md--65 {
		padding-left: -65px;
		padding-right: -65px;
	}

	.mh-md--65 {
		margin-left: -65px;
		padding-right: -65px;
	}

	.pa-md--60 {
		padding: -60px;
	}

	.ma-md--60 {
		margin: -60px;
	}

	.pv-md--60 {
		padding-top: -60px;
		padding-bottom: -60px;
	}

	.mv-md--60 {
		margin-top: -60px;
		margin-bottom: -60px;
	}

	.ph-md--60 {
		padding-left: -60px;
		padding-right: -60px;
	}

	.mh-md--60 {
		margin-left: -60px;
		padding-right: -60px;
	}

	.pa-md--55 {
		padding: -55px;
	}

	.ma-md--55 {
		margin: -55px;
	}

	.pv-md--55 {
		padding-top: -55px;
		padding-bottom: -55px;
	}

	.mv-md--55 {
		margin-top: -55px;
		margin-bottom: -55px;
	}

	.ph-md--55 {
		padding-left: -55px;
		padding-right: -55px;
	}

	.mh-md--55 {
		margin-left: -55px;
		padding-right: -55px;
	}

	.pa-md--50 {
		padding: -50px;
	}

	.ma-md--50 {
		margin: -50px;
	}

	.pv-md--50 {
		padding-top: -50px;
		padding-bottom: -50px;
	}

	.mv-md--50 {
		margin-top: -50px;
		margin-bottom: -50px;
	}

	.ph-md--50 {
		padding-left: -50px;
		padding-right: -50px;
	}

	.mh-md--50 {
		margin-left: -50px;
		padding-right: -50px;
	}

	.pa-md--45 {
		padding: -45px;
	}

	.ma-md--45 {
		margin: -45px;
	}

	.pv-md--45 {
		padding-top: -45px;
		padding-bottom: -45px;
	}

	.mv-md--45 {
		margin-top: -45px;
		margin-bottom: -45px;
	}

	.ph-md--45 {
		padding-left: -45px;
		padding-right: -45px;
	}

	.mh-md--45 {
		margin-left: -45px;
		padding-right: -45px;
	}

	.pa-md--40 {
		padding: -40px;
	}

	.ma-md--40 {
		margin: -40px;
	}

	.pv-md--40 {
		padding-top: -40px;
		padding-bottom: -40px;
	}

	.mv-md--40 {
		margin-top: -40px;
		margin-bottom: -40px;
	}

	.ph-md--40 {
		padding-left: -40px;
		padding-right: -40px;
	}

	.mh-md--40 {
		margin-left: -40px;
		padding-right: -40px;
	}

	.pa-md--35 {
		padding: -35px;
	}

	.ma-md--35 {
		margin: -35px;
	}

	.pv-md--35 {
		padding-top: -35px;
		padding-bottom: -35px;
	}

	.mv-md--35 {
		margin-top: -35px;
		margin-bottom: -35px;
	}

	.ph-md--35 {
		padding-left: -35px;
		padding-right: -35px;
	}

	.mh-md--35 {
		margin-left: -35px;
		padding-right: -35px;
	}

	.pa-md--30 {
		padding: -30px;
	}

	.ma-md--30 {
		margin: -30px;
	}

	.pv-md--30 {
		padding-top: -30px;
		padding-bottom: -30px;
	}

	.mv-md--30 {
		margin-top: -30px;
		margin-bottom: -30px;
	}

	.ph-md--30 {
		padding-left: -30px;
		padding-right: -30px;
	}

	.mh-md--30 {
		margin-left: -30px;
		padding-right: -30px;
	}

	.pa-md--25 {
		padding: -25px;
	}

	.ma-md--25 {
		margin: -25px;
	}

	.pv-md--25 {
		padding-top: -25px;
		padding-bottom: -25px;
	}

	.mv-md--25 {
		margin-top: -25px;
		margin-bottom: -25px;
	}

	.ph-md--25 {
		padding-left: -25px;
		padding-right: -25px;
	}

	.mh-md--25 {
		margin-left: -25px;
		padding-right: -25px;
	}

	.pa-md--20 {
		padding: -20px;
	}

	.ma-md--20 {
		margin: -20px;
	}

	.pv-md--20 {
		padding-top: -20px;
		padding-bottom: -20px;
	}

	.mv-md--20 {
		margin-top: -20px;
		margin-bottom: -20px;
	}

	.ph-md--20 {
		padding-left: -20px;
		padding-right: -20px;
	}

	.mh-md--20 {
		margin-left: -20px;
		padding-right: -20px;
	}

	.pa-md--15 {
		padding: -15px;
	}

	.ma-md--15 {
		margin: -15px;
	}

	.pv-md--15 {
		padding-top: -15px;
		padding-bottom: -15px;
	}

	.mv-md--15 {
		margin-top: -15px;
		margin-bottom: -15px;
	}

	.ph-md--15 {
		padding-left: -15px;
		padding-right: -15px;
	}

	.mh-md--15 {
		margin-left: -15px;
		padding-right: -15px;
	}

	.pa-md--10 {
		padding: -10px;
	}

	.ma-md--10 {
		margin: -10px;
	}

	.pv-md--10 {
		padding-top: -10px;
		padding-bottom: -10px;
	}

	.mv-md--10 {
		margin-top: -10px;
		margin-bottom: -10px;
	}

	.ph-md--10 {
		padding-left: -10px;
		padding-right: -10px;
	}

	.mh-md--10 {
		margin-left: -10px;
		padding-right: -10px;
	}

	.pa-md--5 {
		padding: -5px;
	}

	.ma-md--5 {
		margin: -5px;
	}

	.pv-md--5 {
		padding-top: -5px;
		padding-bottom: -5px;
	}

	.mv-md--5 {
		margin-top: -5px;
		margin-bottom: -5px;
	}

	.ph-md--5 {
		padding-left: -5px;
		padding-right: -5px;
	}

	.mh-md--5 {
		margin-left: -5px;
		padding-right: -5px;
	}

	.pa-md-0 {
		padding: 0px;
	}

	.ma-md-0 {
		margin: 0px;
	}

	.pv-md-0 {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.mv-md-0 {
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.ph-md-0 {
		padding-left: 0px;
		padding-right: 0px;
	}

	.mh-md-0 {
		margin-left: 0px;
		padding-right: 0px;
	}

	.pa-md-5 {
		padding: 5px;
	}

	.ma-md-5 {
		margin: 5px;
	}

	.pv-md-5 {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.mv-md-5 {
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.ph-md-5 {
		padding-left: 5px;
		padding-right: 5px;
	}

	.mh-md-5 {
		margin-left: 5px;
		padding-right: 5px;
	}

	.pa-md-10 {
		padding: 10px;
	}

	.ma-md-10 {
		margin: 10px;
	}

	.pv-md-10 {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.mv-md-10 {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.ph-md-10 {
		padding-left: 10px;
		padding-right: 10px;
	}

	.mh-md-10 {
		margin-left: 10px;
		padding-right: 10px;
	}

	.pa-md-15 {
		padding: 15px;
	}

	.ma-md-15 {
		margin: 15px;
	}

	.pv-md-15 {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.mv-md-15 {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.ph-md-15 {
		padding-left: 15px;
		padding-right: 15px;
	}

	.mh-md-15 {
		margin-left: 15px;
		padding-right: 15px;
	}

	.pa-md-20 {
		padding: 20px;
	}

	.ma-md-20 {
		margin: 20px;
	}

	.pv-md-20 {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.mv-md-20 {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.ph-md-20 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.mh-md-20 {
		margin-left: 20px;
		padding-right: 20px;
	}

	.pa-md-25 {
		padding: 25px;
	}

	.ma-md-25 {
		margin: 25px;
	}

	.pv-md-25 {
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.mv-md-25 {
		margin-top: 25px;
		margin-bottom: 25px;
	}

	.ph-md-25 {
		padding-left: 25px;
		padding-right: 25px;
	}

	.mh-md-25 {
		margin-left: 25px;
		padding-right: 25px;
	}

	.pa-md-30 {
		padding: 30px;
	}

	.ma-md-30 {
		margin: 30px;
	}

	.pv-md-30 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.mv-md-30 {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.ph-md-30 {
		padding-left: 30px;
		padding-right: 30px;
	}

	.mh-md-30 {
		margin-left: 30px;
		padding-right: 30px;
	}

	.pa-md-35 {
		padding: 35px;
	}

	.ma-md-35 {
		margin: 35px;
	}

	.pv-md-35 {
		padding-top: 35px;
		padding-bottom: 35px;
	}

	.mv-md-35 {
		margin-top: 35px;
		margin-bottom: 35px;
	}

	.ph-md-35 {
		padding-left: 35px;
		padding-right: 35px;
	}

	.mh-md-35 {
		margin-left: 35px;
		padding-right: 35px;
	}

	.pa-md-40 {
		padding: 40px;
	}

	.ma-md-40 {
		margin: 40px;
	}

	.pv-md-40 {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.mv-md-40 {
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.ph-md-40 {
		padding-left: 40px;
		padding-right: 40px;
	}

	.mh-md-40 {
		margin-left: 40px;
		padding-right: 40px;
	}

	.pa-md-45 {
		padding: 45px;
	}

	.ma-md-45 {
		margin: 45px;
	}

	.pv-md-45 {
		padding-top: 45px;
		padding-bottom: 45px;
	}

	.mv-md-45 {
		margin-top: 45px;
		margin-bottom: 45px;
	}

	.ph-md-45 {
		padding-left: 45px;
		padding-right: 45px;
	}

	.mh-md-45 {
		margin-left: 45px;
		padding-right: 45px;
	}

	.pa-md-50 {
		padding: 50px;
	}

	.ma-md-50 {
		margin: 50px;
	}

	.pv-md-50 {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.mv-md-50 {
		margin-top: 50px;
		margin-bottom: 50px;
	}

	.ph-md-50 {
		padding-left: 50px;
		padding-right: 50px;
	}

	.mh-md-50 {
		margin-left: 50px;
		padding-right: 50px;
	}

	.pa-md-55 {
		padding: 55px;
	}

	.ma-md-55 {
		margin: 55px;
	}

	.pv-md-55 {
		padding-top: 55px;
		padding-bottom: 55px;
	}

	.mv-md-55 {
		margin-top: 55px;
		margin-bottom: 55px;
	}

	.ph-md-55 {
		padding-left: 55px;
		padding-right: 55px;
	}

	.mh-md-55 {
		margin-left: 55px;
		padding-right: 55px;
	}

	.pa-md-60 {
		padding: 60px;
	}

	.ma-md-60 {
		margin: 60px;
	}

	.pv-md-60 {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.mv-md-60 {
		margin-top: 60px;
		margin-bottom: 60px;
	}

	.ph-md-60 {
		padding-left: 60px;
		padding-right: 60px;
	}

	.mh-md-60 {
		margin-left: 60px;
		padding-right: 60px;
	}

	.pa-md-65 {
		padding: 65px;
	}

	.ma-md-65 {
		margin: 65px;
	}

	.pv-md-65 {
		padding-top: 65px;
		padding-bottom: 65px;
	}

	.mv-md-65 {
		margin-top: 65px;
		margin-bottom: 65px;
	}

	.ph-md-65 {
		padding-left: 65px;
		padding-right: 65px;
	}

	.mh-md-65 {
		margin-left: 65px;
		padding-right: 65px;
	}

	.pa-md-70 {
		padding: 70px;
	}

	.ma-md-70 {
		margin: 70px;
	}

	.pv-md-70 {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.mv-md-70 {
		margin-top: 70px;
		margin-bottom: 70px;
	}

	.ph-md-70 {
		padding-left: 70px;
		padding-right: 70px;
	}

	.mh-md-70 {
		margin-left: 70px;
		padding-right: 70px;
	}

	.pa-md-75 {
		padding: 75px;
	}

	.ma-md-75 {
		margin: 75px;
	}

	.pv-md-75 {
		padding-top: 75px;
		padding-bottom: 75px;
	}

	.mv-md-75 {
		margin-top: 75px;
		margin-bottom: 75px;
	}

	.ph-md-75 {
		padding-left: 75px;
		padding-right: 75px;
	}

	.mh-md-75 {
		margin-left: 75px;
		padding-right: 75px;
	}

	.pa-md-80 {
		padding: 80px;
	}

	.ma-md-80 {
		margin: 80px;
	}

	.pv-md-80 {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.mv-md-80 {
		margin-top: 80px;
		margin-bottom: 80px;
	}

	.ph-md-80 {
		padding-left: 80px;
		padding-right: 80px;
	}

	.mh-md-80 {
		margin-left: 80px;
		padding-right: 80px;
	}

	.pa-md-85 {
		padding: 85px;
	}

	.ma-md-85 {
		margin: 85px;
	}

	.pv-md-85 {
		padding-top: 85px;
		padding-bottom: 85px;
	}

	.mv-md-85 {
		margin-top: 85px;
		margin-bottom: 85px;
	}

	.ph-md-85 {
		padding-left: 85px;
		padding-right: 85px;
	}

	.mh-md-85 {
		margin-left: 85px;
		padding-right: 85px;
	}

	.pa-md-90 {
		padding: 90px;
	}

	.ma-md-90 {
		margin: 90px;
	}

	.pv-md-90 {
		padding-top: 90px;
		padding-bottom: 90px;
	}

	.mv-md-90 {
		margin-top: 90px;
		margin-bottom: 90px;
	}

	.ph-md-90 {
		padding-left: 90px;
		padding-right: 90px;
	}

	.mh-md-90 {
		margin-left: 90px;
		padding-right: 90px;
	}

	.pa-md-95 {
		padding: 95px;
	}

	.ma-md-95 {
		margin: 95px;
	}

	.pv-md-95 {
		padding-top: 95px;
		padding-bottom: 95px;
	}

	.mv-md-95 {
		margin-top: 95px;
		margin-bottom: 95px;
	}

	.ph-md-95 {
		padding-left: 95px;
		padding-right: 95px;
	}

	.mh-md-95 {
		margin-left: 95px;
		padding-right: 95px;
	}

	.pa-md-100 {
		padding: 100px;
	}

	.ma-md-100 {
		margin: 100px;
	}

	.pv-md-100 {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.mv-md-100 {
		margin-top: 100px;
		margin-bottom: 100px;
	}

	.ph-md-100 {
		padding-left: 100px;
		padding-right: 100px;
	}

	.mh-md-100 {
		margin-left: 100px;
		padding-right: 100px;
	}

	.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.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}

	.col-md-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

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

	.col-md-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.col-md-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}

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

	.col-md-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}

	.col-md-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}

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

	.col-md-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}

	.col-md-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}

	.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.33333%;
	}

	.pull-md-2 {
		right: 16.66667%;
	}

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

	.pull-md-4 {
		right: 33.33333%;
	}

	.pull-md-5 {
		right: 41.66667%;
	}

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

	.pull-md-7 {
		right: 58.33333%;
	}

	.pull-md-8 {
		right: 66.66667%;
	}

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

	.pull-md-10 {
		right: 83.33333%;
	}

	.pull-md-11 {
		right: 91.66667%;
	}

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

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

	.push-md-1 {
		left: 8.33333%;
	}

	.push-md-2 {
		left: 16.66667%;
	}

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

	.push-md-4 {
		left: 33.33333%;
	}

	.push-md-5 {
		left: 41.66667%;
	}

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

	.push-md-7 {
		left: 58.33333%;
	}

	.push-md-8 {
		left: 66.66667%;
	}

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

	.push-md-10 {
		left: 83.33333%;
	}

	.push-md-11 {
		left: 91.66667%;
	}

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

	.offset-md-0 {
		margin-left: 0%;
	}

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

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

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

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

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

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

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

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

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

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

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

	.page-template-coming-soon .learts-countdown .countdown-period {
		letter-spacing: 3px;
	}

	.comment-list .children {
		padding-left: 40px;
	}

	#reply-title small {
		position: absolute;
		top: 5px;
		right: 15px;
		font-size: 16px;
		margin-left: 10px;
	}

	.cookie-wrapper {
		right: 20px;
		bottom: 20px;
		max-width: 500px;
	}

	.site-mobile-menu {
		top: auto !important;
	}

	.page-title > .container > .row {
		min-height: 250px;
	}

	.page-title h1 {
		font-size: 48px;
	}

	h2.title-related-portfolio {
		margin: 60px 0;
	}

	.has-no-sidebars .list-item .entry-thumbnail {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding-left: 0;
		padding-right: 15px;
		margin: 0;
	}

	.has-no-sidebars .list-item .entry-body {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding: 0 15px;
	}

	.post-related .entry-meta {
		margin-bottom: 20px;
	}

	.post-share {
		margin-bottom: 0;
	}

	.share-list__item:not(:last-child) {
		margin-right: 20px;
	}

	.header-wishlist .product_list_widget {
		max-height: 500px;
	}

	.shop-toolbar .controls {
		text-align: right;
	}

	.shop-toolbar .toolbar-control {
		display: block;
	}

	.shop-toolbar .col-switcher a {
		margin-left: 10px;
		margin-right: 10px;
	}

	.shop-toolbar .filter-button .open-filters {
		transform: none;
	}

	.wb-bx-wrapper.wb-carousel-learts:hover .wb-bx-prev,
	.wb-bx-wrapper.wb-carousel-learts:hover .wb-bx-next {
		opacity: .6;
	}

	.wb-bx-wrapper.wb-carousel-learts:hover .wb-bx-prev {
		left: -25px;
	}

	.wb-bx-wrapper.wb-carousel-learts:hover .wb-bx-next {
		right: -25px;
	}

	.wb-bx-wrapper.wb-carousel-learts .wb-bx-prev,
	.wb-bx-wrapper.wb-carousel-learts .wb-bx-next {
		opacity: 0;
	}

	.wb-bx-wrapper.wb-carousel-learts .wb-bx-prev {
		left: -40px;
	}

	.wb-bx-wrapper.wb-carousel-learts .wb-bx-next {
		right: -40px;
	}

	.vc_row[data-vc-stretch-content="true"] .wb-bx-wrapper.wb-carousel-learts .wb-bx-prev {
		left: -15px;
	}

	.vc_row[data-vc-stretch-content="true"] .wb-bx-wrapper.wb-carousel-learts .wb-bx-next {
		right: -15px;
	}

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

	.woocommerce-checkout .validate-phone,
	.woocommerce-checkout .validate-email {
		display: inline-block;
		width: 48%;
	}

	.woocommerce-checkout .validate-phone {
		float: right;
	}

	form.track_order {
		max-width: 630px;
		margin: 0 auto;
		padding: 60px;
	}

	.product-loop .product-buttons {
		top: 10px;
		right: 10px;
	}

	.product-loop .learts-product-buttons .add-to-cart-btn {
		width: 48px;
		height: 48px;
		padding: 0 !important;
	}

	.product-loop .learts-product-buttons .add-to-cart-btn a {
		font-size: 0 !important;
	}

	.product-loop .learts-product-buttons .add-to-cart-btn a:before {
		padding-right: 0 !important;
	}

	.woocommerce.single-product .product .woocommerce-product-gallery.thumbnails-left > div.col-md-9 {
		padding-left: 0;
	}

	.woocommerce.single-product .product .product-tabs-wrapper .woocommerce-Tabs-panel--description > p {
		max-width: 70%;
		margin: 0 auto;
	}

	#reviews {
		max-width: 70%;
		margin: 0 auto;
	}

	.woocommerce.single-product .product #comments .comment .avatar,
	.woocommerce.single-product .product #comments .review .avatar {
		float: left;
	}

	.woocommerce.single-product .product #comments {
		padding-top: 40px;
	}

	.woocommerce.single-product .product #comments .comment .children {
		margin-left: 100px;
	}

	.learts-banner4 .banner-content h1,
	.learts-banner4 .banner-content h2,
	.learts-banner4 .banner-content h3,
	.learts-banner4 .banner-content h4,
	.learts-banner4 .banner-content h5,
	.learts-banner4 .banner-content h6 {
		font-weight: 700;
	}

	.learts-banner4 .banner-content h1 {
		font-size: 60px;
	}

	.learts-banner4 .banner-content h2 {
		font-size: 50px;
	}

	.learts-banner4 .banner-content h3 {
		font-size: 45px;
	}

	.learts-banner4 .banner-content h4 {
		font-size: 40px;
	}

	.learts-banner4 .banner-content h5 {
		font-size: 35px;
	}

	.learts-banner4 .banner-content h6 {
		font-size: 30px;
	}

	.learts-social .social-links li {
		display: inline-block;
	}

	.learts-testimonial-carousel__text {
		font-size: 18px;
		line-height: 36px;
		padding-bottom: 40px;
	}

	.multiple-testimonials img {
		margin: 0 auto;
	}

	.vc_row.custom-padding .vc_column-inner {
		padding: 0 50px 0 30px;
	}

	.wpb_single_image.learts-plugin:before {
		position: absolute;
		bottom: 30%;
		left: 5%;
		content: url(./assets/images/slider.png);
		z-index: 1;
		animation: image-zoom-out 5s linear infinite;
	}

	.wpb_single_image.learts-plugin:after {
		position: absolute;
		top: 30%;
		right: 10%;
		content: url(./assets/images/wp-bakery.png);
		z-index: 1;
		animation: image-zoom-in 5s linear infinite;
	}
}

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

	.pt-lg--100 {
		padding-top: -100px;
	}

	.pt-lg--100-i {
		padding-top: -100px !important;
	}

	.mt-lg--100 {
		margin-top: -100px;
	}

	.mt-lg--100-i {
		margin-top: -100px !important;
	}

	.pt-lg--95 {
		padding-top: -95px;
	}

	.pt-lg--95-i {
		padding-top: -95px !important;
	}

	.mt-lg--95 {
		margin-top: -95px;
	}

	.mt-lg--95-i {
		margin-top: -95px !important;
	}

	.pt-lg--90 {
		padding-top: -90px;
	}

	.pt-lg--90-i {
		padding-top: -90px !important;
	}

	.mt-lg--90 {
		margin-top: -90px;
	}

	.mt-lg--90-i {
		margin-top: -90px !important;
	}

	.pt-lg--85 {
		padding-top: -85px;
	}

	.pt-lg--85-i {
		padding-top: -85px !important;
	}

	.mt-lg--85 {
		margin-top: -85px;
	}

	.mt-lg--85-i {
		margin-top: -85px !important;
	}

	.pt-lg--80 {
		padding-top: -80px;
	}

	.pt-lg--80-i {
		padding-top: -80px !important;
	}

	.mt-lg--80 {
		margin-top: -80px;
	}

	.mt-lg--80-i {
		margin-top: -80px !important;
	}

	.pt-lg--75 {
		padding-top: -75px;
	}

	.pt-lg--75-i {
		padding-top: -75px !important;
	}

	.mt-lg--75 {
		margin-top: -75px;
	}

	.mt-lg--75-i {
		margin-top: -75px !important;
	}

	.pt-lg--70 {
		padding-top: -70px;
	}

	.pt-lg--70-i {
		padding-top: -70px !important;
	}

	.mt-lg--70 {
		margin-top: -70px;
	}

	.mt-lg--70-i {
		margin-top: -70px !important;
	}

	.pt-lg--65 {
		padding-top: -65px;
	}

	.pt-lg--65-i {
		padding-top: -65px !important;
	}

	.mt-lg--65 {
		margin-top: -65px;
	}

	.mt-lg--65-i {
		margin-top: -65px !important;
	}

	.pt-lg--60 {
		padding-top: -60px;
	}

	.pt-lg--60-i {
		padding-top: -60px !important;
	}

	.mt-lg--60 {
		margin-top: -60px;
	}

	.mt-lg--60-i {
		margin-top: -60px !important;
	}

	.pt-lg--55 {
		padding-top: -55px;
	}

	.pt-lg--55-i {
		padding-top: -55px !important;
	}

	.mt-lg--55 {
		margin-top: -55px;
	}

	.mt-lg--55-i {
		margin-top: -55px !important;
	}

	.pt-lg--50 {
		padding-top: -50px;
	}

	.pt-lg--50-i {
		padding-top: -50px !important;
	}

	.mt-lg--50 {
		margin-top: -50px;
	}

	.mt-lg--50-i {
		margin-top: -50px !important;
	}

	.pt-lg--45 {
		padding-top: -45px;
	}

	.pt-lg--45-i {
		padding-top: -45px !important;
	}

	.mt-lg--45 {
		margin-top: -45px;
	}

	.mt-lg--45-i {
		margin-top: -45px !important;
	}

	.pt-lg--40 {
		padding-top: -40px;
	}

	.pt-lg--40-i {
		padding-top: -40px !important;
	}

	.mt-lg--40 {
		margin-top: -40px;
	}

	.mt-lg--40-i {
		margin-top: -40px !important;
	}

	.pt-lg--35 {
		padding-top: -35px;
	}

	.pt-lg--35-i {
		padding-top: -35px !important;
	}

	.mt-lg--35 {
		margin-top: -35px;
	}

	.mt-lg--35-i {
		margin-top: -35px !important;
	}

	.pt-lg--30 {
		padding-top: -30px;
	}

	.pt-lg--30-i {
		padding-top: -30px !important;
	}

	.mt-lg--30 {
		margin-top: -30px;
	}

	.mt-lg--30-i {
		margin-top: -30px !important;
	}

	.pt-lg--25 {
		padding-top: -25px;
	}

	.pt-lg--25-i {
		padding-top: -25px !important;
	}

	.mt-lg--25 {
		margin-top: -25px;
	}

	.mt-lg--25-i {
		margin-top: -25px !important;
	}

	.pt-lg--20 {
		padding-top: -20px;
	}

	.pt-lg--20-i {
		padding-top: -20px !important;
	}

	.mt-lg--20 {
		margin-top: -20px;
	}

	.mt-lg--20-i {
		margin-top: -20px !important;
	}

	.pt-lg--15 {
		padding-top: -15px;
	}

	.pt-lg--15-i {
		padding-top: -15px !important;
	}

	.mt-lg--15 {
		margin-top: -15px;
	}

	.mt-lg--15-i {
		margin-top: -15px !important;
	}

	.pt-lg--10 {
		padding-top: -10px;
	}

	.pt-lg--10-i {
		padding-top: -10px !important;
	}

	.mt-lg--10 {
		margin-top: -10px;
	}

	.mt-lg--10-i {
		margin-top: -10px !important;
	}

	.pt-lg--5 {
		padding-top: -5px;
	}

	.pt-lg--5-i {
		padding-top: -5px !important;
	}

	.mt-lg--5 {
		margin-top: -5px;
	}

	.mt-lg--5-i {
		margin-top: -5px !important;
	}

	.pt-lg-0 {
		padding-top: 0px;
	}

	.pt-lg-0-i {
		padding-top: 0px !important;
	}

	.mt-lg-0 {
		margin-top: 0px;
	}

	.mt-lg-0-i {
		margin-top: 0px !important;
	}

	.pt-lg-5 {
		padding-top: 5px;
	}

	.pt-lg-5-i {
		padding-top: 5px !important;
	}

	.mt-lg-5 {
		margin-top: 5px;
	}

	.mt-lg-5-i {
		margin-top: 5px !important;
	}

	.pt-lg-10 {
		padding-top: 10px;
	}

	.pt-lg-10-i {
		padding-top: 10px !important;
	}

	.mt-lg-10 {
		margin-top: 10px;
	}

	.mt-lg-10-i {
		margin-top: 10px !important;
	}

	.pt-lg-15 {
		padding-top: 15px;
	}

	.pt-lg-15-i {
		padding-top: 15px !important;
	}

	.mt-lg-15 {
		margin-top: 15px;
	}

	.mt-lg-15-i {
		margin-top: 15px !important;
	}

	.pt-lg-20 {
		padding-top: 20px;
	}

	.pt-lg-20-i {
		padding-top: 20px !important;
	}

	.mt-lg-20 {
		margin-top: 20px;
	}

	.mt-lg-20-i {
		margin-top: 20px !important;
	}

	.pt-lg-25 {
		padding-top: 25px;
	}

	.pt-lg-25-i {
		padding-top: 25px !important;
	}

	.mt-lg-25 {
		margin-top: 25px;
	}

	.mt-lg-25-i {
		margin-top: 25px !important;
	}

	.pt-lg-30 {
		padding-top: 30px;
	}

	.pt-lg-30-i {
		padding-top: 30px !important;
	}

	.mt-lg-30 {
		margin-top: 30px;
	}

	.mt-lg-30-i {
		margin-top: 30px !important;
	}

	.pt-lg-35 {
		padding-top: 35px;
	}

	.pt-lg-35-i {
		padding-top: 35px !important;
	}

	.mt-lg-35 {
		margin-top: 35px;
	}

	.mt-lg-35-i {
		margin-top: 35px !important;
	}

	.pt-lg-40 {
		padding-top: 40px;
	}

	.pt-lg-40-i {
		padding-top: 40px !important;
	}

	.mt-lg-40 {
		margin-top: 40px;
	}

	.mt-lg-40-i {
		margin-top: 40px !important;
	}

	.pt-lg-45 {
		padding-top: 45px;
	}

	.pt-lg-45-i {
		padding-top: 45px !important;
	}

	.mt-lg-45 {
		margin-top: 45px;
	}

	.mt-lg-45-i {
		margin-top: 45px !important;
	}

	.pt-lg-50 {
		padding-top: 50px;
	}

	.pt-lg-50-i {
		padding-top: 50px !important;
	}

	.mt-lg-50 {
		margin-top: 50px;
	}

	.mt-lg-50-i {
		margin-top: 50px !important;
	}

	.pt-lg-55 {
		padding-top: 55px;
	}

	.pt-lg-55-i {
		padding-top: 55px !important;
	}

	.mt-lg-55 {
		margin-top: 55px;
	}

	.mt-lg-55-i {
		margin-top: 55px !important;
	}

	.pt-lg-60 {
		padding-top: 60px;
	}

	.pt-lg-60-i {
		padding-top: 60px !important;
	}

	.mt-lg-60 {
		margin-top: 60px;
	}

	.mt-lg-60-i {
		margin-top: 60px !important;
	}

	.pt-lg-65 {
		padding-top: 65px;
	}

	.pt-lg-65-i {
		padding-top: 65px !important;
	}

	.mt-lg-65 {
		margin-top: 65px;
	}

	.mt-lg-65-i {
		margin-top: 65px !important;
	}

	.pt-lg-70 {
		padding-top: 70px;
	}

	.pt-lg-70-i {
		padding-top: 70px !important;
	}

	.mt-lg-70 {
		margin-top: 70px;
	}

	.mt-lg-70-i {
		margin-top: 70px !important;
	}

	.pt-lg-75 {
		padding-top: 75px;
	}

	.pt-lg-75-i {
		padding-top: 75px !important;
	}

	.mt-lg-75 {
		margin-top: 75px;
	}

	.mt-lg-75-i {
		margin-top: 75px !important;
	}

	.pt-lg-80 {
		padding-top: 80px;
	}

	.pt-lg-80-i {
		padding-top: 80px !important;
	}

	.mt-lg-80 {
		margin-top: 80px;
	}

	.mt-lg-80-i {
		margin-top: 80px !important;
	}

	.pt-lg-85 {
		padding-top: 85px;
	}

	.pt-lg-85-i {
		padding-top: 85px !important;
	}

	.mt-lg-85 {
		margin-top: 85px;
	}

	.mt-lg-85-i {
		margin-top: 85px !important;
	}

	.pt-lg-90 {
		padding-top: 90px;
	}

	.pt-lg-90-i {
		padding-top: 90px !important;
	}

	.mt-lg-90 {
		margin-top: 90px;
	}

	.mt-lg-90-i {
		margin-top: 90px !important;
	}

	.pt-lg-95 {
		padding-top: 95px;
	}

	.pt-lg-95-i {
		padding-top: 95px !important;
	}

	.mt-lg-95 {
		margin-top: 95px;
	}

	.mt-lg-95-i {
		margin-top: 95px !important;
	}

	.pt-lg-100 {
		padding-top: 100px;
	}

	.pt-lg-100-i {
		padding-top: 100px !important;
	}

	.mt-lg-100 {
		margin-top: 100px;
	}

	.mt-lg-100-i {
		margin-top: 100px !important;
	}

	.pr-lg--100 {
		padding-right: -100px;
	}

	.pr-lg--100-i {
		padding-right: -100px !important;
	}

	.mr-lg--100 {
		margin-right: -100px;
	}

	.mr-lg--100-i {
		margin-right: -100px !important;
	}

	.pr-lg--95 {
		padding-right: -95px;
	}

	.pr-lg--95-i {
		padding-right: -95px !important;
	}

	.mr-lg--95 {
		margin-right: -95px;
	}

	.mr-lg--95-i {
		margin-right: -95px !important;
	}

	.pr-lg--90 {
		padding-right: -90px;
	}

	.pr-lg--90-i {
		padding-right: -90px !important;
	}

	.mr-lg--90 {
		margin-right: -90px;
	}

	.mr-lg--90-i {
		margin-right: -90px !important;
	}

	.pr-lg--85 {
		padding-right: -85px;
	}

	.pr-lg--85-i {
		padding-right: -85px !important;
	}

	.mr-lg--85 {
		margin-right: -85px;
	}

	.mr-lg--85-i {
		margin-right: -85px !important;
	}

	.pr-lg--80 {
		padding-right: -80px;
	}

	.pr-lg--80-i {
		padding-right: -80px !important;
	}

	.mr-lg--80 {
		margin-right: -80px;
	}

	.mr-lg--80-i {
		margin-right: -80px !important;
	}

	.pr-lg--75 {
		padding-right: -75px;
	}

	.pr-lg--75-i {
		padding-right: -75px !important;
	}

	.mr-lg--75 {
		margin-right: -75px;
	}

	.mr-lg--75-i {
		margin-right: -75px !important;
	}

	.pr-lg--70 {
		padding-right: -70px;
	}

	.pr-lg--70-i {
		padding-right: -70px !important;
	}

	.mr-lg--70 {
		margin-right: -70px;
	}

	.mr-lg--70-i {
		margin-right: -70px !important;
	}

	.pr-lg--65 {
		padding-right: -65px;
	}

	.pr-lg--65-i {
		padding-right: -65px !important;
	}

	.mr-lg--65 {
		margin-right: -65px;
	}

	.mr-lg--65-i {
		margin-right: -65px !important;
	}

	.pr-lg--60 {
		padding-right: -60px;
	}

	.pr-lg--60-i {
		padding-right: -60px !important;
	}

	.mr-lg--60 {
		margin-right: -60px;
	}

	.mr-lg--60-i {
		margin-right: -60px !important;
	}

	.pr-lg--55 {
		padding-right: -55px;
	}

	.pr-lg--55-i {
		padding-right: -55px !important;
	}

	.mr-lg--55 {
		margin-right: -55px;
	}

	.mr-lg--55-i {
		margin-right: -55px !important;
	}

	.pr-lg--50 {
		padding-right: -50px;
	}

	.pr-lg--50-i {
		padding-right: -50px !important;
	}

	.mr-lg--50 {
		margin-right: -50px;
	}

	.mr-lg--50-i {
		margin-right: -50px !important;
	}

	.pr-lg--45 {
		padding-right: -45px;
	}

	.pr-lg--45-i {
		padding-right: -45px !important;
	}

	.mr-lg--45 {
		margin-right: -45px;
	}

	.mr-lg--45-i {
		margin-right: -45px !important;
	}

	.pr-lg--40 {
		padding-right: -40px;
	}

	.pr-lg--40-i {
		padding-right: -40px !important;
	}

	.mr-lg--40 {
		margin-right: -40px;
	}

	.mr-lg--40-i {
		margin-right: -40px !important;
	}

	.pr-lg--35 {
		padding-right: -35px;
	}

	.pr-lg--35-i {
		padding-right: -35px !important;
	}

	.mr-lg--35 {
		margin-right: -35px;
	}

	.mr-lg--35-i {
		margin-right: -35px !important;
	}

	.pr-lg--30 {
		padding-right: -30px;
	}

	.pr-lg--30-i {
		padding-right: -30px !important;
	}

	.mr-lg--30 {
		margin-right: -30px;
	}

	.mr-lg--30-i {
		margin-right: -30px !important;
	}

	.pr-lg--25 {
		padding-right: -25px;
	}

	.pr-lg--25-i {
		padding-right: -25px !important;
	}

	.mr-lg--25 {
		margin-right: -25px;
	}

	.mr-lg--25-i {
		margin-right: -25px !important;
	}

	.pr-lg--20 {
		padding-right: -20px;
	}

	.pr-lg--20-i {
		padding-right: -20px !important;
	}

	.mr-lg--20 {
		margin-right: -20px;
	}

	.mr-lg--20-i {
		margin-right: -20px !important;
	}

	.pr-lg--15 {
		padding-right: -15px;
	}

	.pr-lg--15-i {
		padding-right: -15px !important;
	}

	.mr-lg--15 {
		margin-right: -15px;
	}

	.mr-lg--15-i {
		margin-right: -15px !important;
	}

	.pr-lg--10 {
		padding-right: -10px;
	}

	.pr-lg--10-i {
		padding-right: -10px !important;
	}

	.mr-lg--10 {
		margin-right: -10px;
	}

	.mr-lg--10-i {
		margin-right: -10px !important;
	}

	.pr-lg--5 {
		padding-right: -5px;
	}

	.pr-lg--5-i {
		padding-right: -5px !important;
	}

	.mr-lg--5 {
		margin-right: -5px;
	}

	.mr-lg--5-i {
		margin-right: -5px !important;
	}

	.pr-lg-0 {
		padding-right: 0px;
	}

	.pr-lg-0-i {
		padding-right: 0px !important;
	}

	.mr-lg-0 {
		margin-right: 0px;
	}

	.mr-lg-0-i {
		margin-right: 0px !important;
	}

	.pr-lg-5 {
		padding-right: 5px;
	}

	.pr-lg-5-i {
		padding-right: 5px !important;
	}

	.mr-lg-5 {
		margin-right: 5px;
	}

	.mr-lg-5-i {
		margin-right: 5px !important;
	}

	.pr-lg-10 {
		padding-right: 10px;
	}

	.pr-lg-10-i {
		padding-right: 10px !important;
	}

	.mr-lg-10 {
		margin-right: 10px;
	}

	.mr-lg-10-i {
		margin-right: 10px !important;
	}

	.pr-lg-15 {
		padding-right: 15px;
	}

	.pr-lg-15-i {
		padding-right: 15px !important;
	}

	.mr-lg-15 {
		margin-right: 15px;
	}

	.mr-lg-15-i {
		margin-right: 15px !important;
	}

	.pr-lg-20 {
		padding-right: 20px;
	}

	.pr-lg-20-i {
		padding-right: 20px !important;
	}

	.mr-lg-20 {
		margin-right: 20px;
	}

	.mr-lg-20-i {
		margin-right: 20px !important;
	}

	.pr-lg-25 {
		padding-right: 25px;
	}

	.pr-lg-25-i {
		padding-right: 25px !important;
	}

	.mr-lg-25 {
		margin-right: 25px;
	}

	.mr-lg-25-i {
		margin-right: 25px !important;
	}

	.pr-lg-30 {
		padding-right: 30px;
	}

	.pr-lg-30-i {
		padding-right: 30px !important;
	}

	.mr-lg-30 {
		margin-right: 30px;
	}

	.mr-lg-30-i {
		margin-right: 30px !important;
	}

	.pr-lg-35 {
		padding-right: 35px;
	}

	.pr-lg-35-i {
		padding-right: 35px !important;
	}

	.mr-lg-35 {
		margin-right: 35px;
	}

	.mr-lg-35-i {
		margin-right: 35px !important;
	}

	.pr-lg-40 {
		padding-right: 40px;
	}

	.pr-lg-40-i {
		padding-right: 40px !important;
	}

	.mr-lg-40 {
		margin-right: 40px;
	}

	.mr-lg-40-i {
		margin-right: 40px !important;
	}

	.pr-lg-45 {
		padding-right: 45px;
	}

	.pr-lg-45-i {
		padding-right: 45px !important;
	}

	.mr-lg-45 {
		margin-right: 45px;
	}

	.mr-lg-45-i {
		margin-right: 45px !important;
	}

	.pr-lg-50 {
		padding-right: 50px;
	}

	.pr-lg-50-i {
		padding-right: 50px !important;
	}

	.mr-lg-50 {
		margin-right: 50px;
	}

	.mr-lg-50-i {
		margin-right: 50px !important;
	}

	.pr-lg-55 {
		padding-right: 55px;
	}

	.pr-lg-55-i {
		padding-right: 55px !important;
	}

	.mr-lg-55 {
		margin-right: 55px;
	}

	.mr-lg-55-i {
		margin-right: 55px !important;
	}

	.pr-lg-60 {
		padding-right: 60px;
	}

	.pr-lg-60-i {
		padding-right: 60px !important;
	}

	.mr-lg-60 {
		margin-right: 60px;
	}

	.mr-lg-60-i {
		margin-right: 60px !important;
	}

	.pr-lg-65 {
		padding-right: 65px;
	}

	.pr-lg-65-i {
		padding-right: 65px !important;
	}

	.mr-lg-65 {
		margin-right: 65px;
	}

	.mr-lg-65-i {
		margin-right: 65px !important;
	}

	.pr-lg-70 {
		padding-right: 70px;
	}

	.pr-lg-70-i {
		padding-right: 70px !important;
	}

	.mr-lg-70 {
		margin-right: 70px;
	}

	.mr-lg-70-i {
		margin-right: 70px !important;
	}

	.pr-lg-75 {
		padding-right: 75px;
	}

	.pr-lg-75-i {
		padding-right: 75px !important;
	}

	.mr-lg-75 {
		margin-right: 75px;
	}

	.mr-lg-75-i {
		margin-right: 75px !important;
	}

	.pr-lg-80 {
		padding-right: 80px;
	}

	.pr-lg-80-i {
		padding-right: 80px !important;
	}

	.mr-lg-80 {
		margin-right: 80px;
	}

	.mr-lg-80-i {
		margin-right: 80px !important;
	}

	.pr-lg-85 {
		padding-right: 85px;
	}

	.pr-lg-85-i {
		padding-right: 85px !important;
	}

	.mr-lg-85 {
		margin-right: 85px;
	}

	.mr-lg-85-i {
		margin-right: 85px !important;
	}

	.pr-lg-90 {
		padding-right: 90px;
	}

	.pr-lg-90-i {
		padding-right: 90px !important;
	}

	.mr-lg-90 {
		margin-right: 90px;
	}

	.mr-lg-90-i {
		margin-right: 90px !important;
	}

	.pr-lg-95 {
		padding-right: 95px;
	}

	.pr-lg-95-i {
		padding-right: 95px !important;
	}

	.mr-lg-95 {
		margin-right: 95px;
	}

	.mr-lg-95-i {
		margin-right: 95px !important;
	}

	.pr-lg-100 {
		padding-right: 100px;
	}

	.pr-lg-100-i {
		padding-right: 100px !important;
	}

	.mr-lg-100 {
		margin-right: 100px;
	}

	.mr-lg-100-i {
		margin-right: 100px !important;
	}

	.pb-lg--100 {
		padding-bottom: -100px;
	}

	.pb-lg--100-i {
		padding-bottom: -100px !important;
	}

	.mb-lg--100 {
		margin-bottom: -100px;
	}

	.mb-lg--100-i {
		margin-bottom: -100px !important;
	}

	.pb-lg--95 {
		padding-bottom: -95px;
	}

	.pb-lg--95-i {
		padding-bottom: -95px !important;
	}

	.mb-lg--95 {
		margin-bottom: -95px;
	}

	.mb-lg--95-i {
		margin-bottom: -95px !important;
	}

	.pb-lg--90 {
		padding-bottom: -90px;
	}

	.pb-lg--90-i {
		padding-bottom: -90px !important;
	}

	.mb-lg--90 {
		margin-bottom: -90px;
	}

	.mb-lg--90-i {
		margin-bottom: -90px !important;
	}

	.pb-lg--85 {
		padding-bottom: -85px;
	}

	.pb-lg--85-i {
		padding-bottom: -85px !important;
	}

	.mb-lg--85 {
		margin-bottom: -85px;
	}

	.mb-lg--85-i {
		margin-bottom: -85px !important;
	}

	.pb-lg--80 {
		padding-bottom: -80px;
	}

	.pb-lg--80-i {
		padding-bottom: -80px !important;
	}

	.mb-lg--80 {
		margin-bottom: -80px;
	}

	.mb-lg--80-i {
		margin-bottom: -80px !important;
	}

	.pb-lg--75 {
		padding-bottom: -75px;
	}

	.pb-lg--75-i {
		padding-bottom: -75px !important;
	}

	.mb-lg--75 {
		margin-bottom: -75px;
	}

	.mb-lg--75-i {
		margin-bottom: -75px !important;
	}

	.pb-lg--70 {
		padding-bottom: -70px;
	}

	.pb-lg--70-i {
		padding-bottom: -70px !important;
	}

	.mb-lg--70 {
		margin-bottom: -70px;
	}

	.mb-lg--70-i {
		margin-bottom: -70px !important;
	}

	.pb-lg--65 {
		padding-bottom: -65px;
	}

	.pb-lg--65-i {
		padding-bottom: -65px !important;
	}

	.mb-lg--65 {
		margin-bottom: -65px;
	}

	.mb-lg--65-i {
		margin-bottom: -65px !important;
	}

	.pb-lg--60 {
		padding-bottom: -60px;
	}

	.pb-lg--60-i {
		padding-bottom: -60px !important;
	}

	.mb-lg--60 {
		margin-bottom: -60px;
	}

	.mb-lg--60-i {
		margin-bottom: -60px !important;
	}

	.pb-lg--55 {
		padding-bottom: -55px;
	}

	.pb-lg--55-i {
		padding-bottom: -55px !important;
	}

	.mb-lg--55 {
		margin-bottom: -55px;
	}

	.mb-lg--55-i {
		margin-bottom: -55px !important;
	}

	.pb-lg--50 {
		padding-bottom: -50px;
	}

	.pb-lg--50-i {
		padding-bottom: -50px !important;
	}

	.mb-lg--50 {
		margin-bottom: -50px;
	}

	.mb-lg--50-i {
		margin-bottom: -50px !important;
	}

	.pb-lg--45 {
		padding-bottom: -45px;
	}

	.pb-lg--45-i {
		padding-bottom: -45px !important;
	}

	.mb-lg--45 {
		margin-bottom: -45px;
	}

	.mb-lg--45-i {
		margin-bottom: -45px !important;
	}

	.pb-lg--40 {
		padding-bottom: -40px;
	}

	.pb-lg--40-i {
		padding-bottom: -40px !important;
	}

	.mb-lg--40 {
		margin-bottom: -40px;
	}

	.mb-lg--40-i {
		margin-bottom: -40px !important;
	}

	.pb-lg--35 {
		padding-bottom: -35px;
	}

	.pb-lg--35-i {
		padding-bottom: -35px !important;
	}

	.mb-lg--35 {
		margin-bottom: -35px;
	}

	.mb-lg--35-i {
		margin-bottom: -35px !important;
	}

	.pb-lg--30 {
		padding-bottom: -30px;
	}

	.pb-lg--30-i {
		padding-bottom: -30px !important;
	}

	.mb-lg--30 {
		margin-bottom: -30px;
	}

	.mb-lg--30-i {
		margin-bottom: -30px !important;
	}

	.pb-lg--25 {
		padding-bottom: -25px;
	}

	.pb-lg--25-i {
		padding-bottom: -25px !important;
	}

	.mb-lg--25 {
		margin-bottom: -25px;
	}

	.mb-lg--25-i {
		margin-bottom: -25px !important;
	}

	.pb-lg--20 {
		padding-bottom: -20px;
	}

	.pb-lg--20-i {
		padding-bottom: -20px !important;
	}

	.mb-lg--20 {
		margin-bottom: -20px;
	}

	.mb-lg--20-i {
		margin-bottom: -20px !important;
	}

	.pb-lg--15 {
		padding-bottom: -15px;
	}

	.pb-lg--15-i {
		padding-bottom: -15px !important;
	}

	.mb-lg--15 {
		margin-bottom: -15px;
	}

	.mb-lg--15-i {
		margin-bottom: -15px !important;
	}

	.pb-lg--10 {
		padding-bottom: -10px;
	}

	.pb-lg--10-i {
		padding-bottom: -10px !important;
	}

	.mb-lg--10 {
		margin-bottom: -10px;
	}

	.mb-lg--10-i {
		margin-bottom: -10px !important;
	}

	.pb-lg--5 {
		padding-bottom: -5px;
	}

	.pb-lg--5-i {
		padding-bottom: -5px !important;
	}

	.mb-lg--5 {
		margin-bottom: -5px;
	}

	.mb-lg--5-i {
		margin-bottom: -5px !important;
	}

	.pb-lg-0 {
		padding-bottom: 0px;
	}

	.pb-lg-0-i {
		padding-bottom: 0px !important;
	}

	.mb-lg-0 {
		margin-bottom: 0px;
	}

	.mb-lg-0-i {
		margin-bottom: 0px !important;
	}

	.pb-lg-5 {
		padding-bottom: 5px;
	}

	.pb-lg-5-i {
		padding-bottom: 5px !important;
	}

	.mb-lg-5 {
		margin-bottom: 5px;
	}

	.mb-lg-5-i {
		margin-bottom: 5px !important;
	}

	.pb-lg-10 {
		padding-bottom: 10px;
	}

	.pb-lg-10-i {
		padding-bottom: 10px !important;
	}

	.mb-lg-10 {
		margin-bottom: 10px;
	}

	.mb-lg-10-i {
		margin-bottom: 10px !important;
	}

	.pb-lg-15 {
		padding-bottom: 15px;
	}

	.pb-lg-15-i {
		padding-bottom: 15px !important;
	}

	.mb-lg-15 {
		margin-bottom: 15px;
	}

	.mb-lg-15-i {
		margin-bottom: 15px !important;
	}

	.pb-lg-20 {
		padding-bottom: 20px;
	}

	.pb-lg-20-i {
		padding-bottom: 20px !important;
	}

	.mb-lg-20 {
		margin-bottom: 20px;
	}

	.mb-lg-20-i {
		margin-bottom: 20px !important;
	}

	.pb-lg-25 {
		padding-bottom: 25px;
	}

	.pb-lg-25-i {
		padding-bottom: 25px !important;
	}

	.mb-lg-25 {
		margin-bottom: 25px;
	}

	.mb-lg-25-i {
		margin-bottom: 25px !important;
	}

	.pb-lg-30 {
		padding-bottom: 30px;
	}

	.pb-lg-30-i {
		padding-bottom: 30px !important;
	}

	.mb-lg-30 {
		margin-bottom: 30px;
	}

	.mb-lg-30-i {
		margin-bottom: 30px !important;
	}

	.pb-lg-35 {
		padding-bottom: 35px;
	}

	.pb-lg-35-i {
		padding-bottom: 35px !important;
	}

	.mb-lg-35 {
		margin-bottom: 35px;
	}

	.mb-lg-35-i {
		margin-bottom: 35px !important;
	}

	.pb-lg-40 {
		padding-bottom: 40px;
	}

	.pb-lg-40-i {
		padding-bottom: 40px !important;
	}

	.mb-lg-40 {
		margin-bottom: 40px;
	}

	.mb-lg-40-i {
		margin-bottom: 40px !important;
	}

	.pb-lg-45 {
		padding-bottom: 45px;
	}

	.pb-lg-45-i {
		padding-bottom: 45px !important;
	}

	.mb-lg-45 {
		margin-bottom: 45px;
	}

	.mb-lg-45-i {
		margin-bottom: 45px !important;
	}

	.pb-lg-50 {
		padding-bottom: 50px;
	}

	.pb-lg-50-i {
		padding-bottom: 50px !important;
	}

	.mb-lg-50 {
		margin-bottom: 50px;
	}

	.mb-lg-50-i {
		margin-bottom: 50px !important;
	}

	.pb-lg-55 {
		padding-bottom: 55px;
	}

	.pb-lg-55-i {
		padding-bottom: 55px !important;
	}

	.mb-lg-55 {
		margin-bottom: 55px;
	}

	.mb-lg-55-i {
		margin-bottom: 55px !important;
	}

	.pb-lg-60 {
		padding-bottom: 60px;
	}

	.pb-lg-60-i {
		padding-bottom: 60px !important;
	}

	.mb-lg-60 {
		margin-bottom: 60px;
	}

	.mb-lg-60-i {
		margin-bottom: 60px !important;
	}

	.pb-lg-65 {
		padding-bottom: 65px;
	}

	.pb-lg-65-i {
		padding-bottom: 65px !important;
	}

	.mb-lg-65 {
		margin-bottom: 65px;
	}

	.mb-lg-65-i {
		margin-bottom: 65px !important;
	}

	.pb-lg-70 {
		padding-bottom: 70px;
	}

	.pb-lg-70-i {
		padding-bottom: 70px !important;
	}

	.mb-lg-70 {
		margin-bottom: 70px;
	}

	.mb-lg-70-i {
		margin-bottom: 70px !important;
	}

	.pb-lg-75 {
		padding-bottom: 75px;
	}

	.pb-lg-75-i {
		padding-bottom: 75px !important;
	}

	.mb-lg-75 {
		margin-bottom: 75px;
	}

	.mb-lg-75-i {
		margin-bottom: 75px !important;
	}

	.pb-lg-80 {
		padding-bottom: 80px;
	}

	.pb-lg-80-i {
		padding-bottom: 80px !important;
	}

	.mb-lg-80 {
		margin-bottom: 80px;
	}

	.mb-lg-80-i {
		margin-bottom: 80px !important;
	}

	.pb-lg-85 {
		padding-bottom: 85px;
	}

	.pb-lg-85-i {
		padding-bottom: 85px !important;
	}

	.mb-lg-85 {
		margin-bottom: 85px;
	}

	.mb-lg-85-i {
		margin-bottom: 85px !important;
	}

	.pb-lg-90 {
		padding-bottom: 90px;
	}

	.pb-lg-90-i {
		padding-bottom: 90px !important;
	}

	.mb-lg-90 {
		margin-bottom: 90px;
	}

	.mb-lg-90-i {
		margin-bottom: 90px !important;
	}

	.pb-lg-95 {
		padding-bottom: 95px;
	}

	.pb-lg-95-i {
		padding-bottom: 95px !important;
	}

	.mb-lg-95 {
		margin-bottom: 95px;
	}

	.mb-lg-95-i {
		margin-bottom: 95px !important;
	}

	.pb-lg-100 {
		padding-bottom: 100px;
	}

	.pb-lg-100-i {
		padding-bottom: 100px !important;
	}

	.mb-lg-100 {
		margin-bottom: 100px;
	}

	.mb-lg-100-i {
		margin-bottom: 100px !important;
	}

	.pl-lg--100 {
		padding-left: -100px;
	}

	.pl-lg--100-i {
		padding-left: -100px !important;
	}

	.ml-lg--100 {
		margin-left: -100px;
	}

	.ml-lg--100-i {
		margin-left: -100px !important;
	}

	.pl-lg--95 {
		padding-left: -95px;
	}

	.pl-lg--95-i {
		padding-left: -95px !important;
	}

	.ml-lg--95 {
		margin-left: -95px;
	}

	.ml-lg--95-i {
		margin-left: -95px !important;
	}

	.pl-lg--90 {
		padding-left: -90px;
	}

	.pl-lg--90-i {
		padding-left: -90px !important;
	}

	.ml-lg--90 {
		margin-left: -90px;
	}

	.ml-lg--90-i {
		margin-left: -90px !important;
	}

	.pl-lg--85 {
		padding-left: -85px;
	}

	.pl-lg--85-i {
		padding-left: -85px !important;
	}

	.ml-lg--85 {
		margin-left: -85px;
	}

	.ml-lg--85-i {
		margin-left: -85px !important;
	}

	.pl-lg--80 {
		padding-left: -80px;
	}

	.pl-lg--80-i {
		padding-left: -80px !important;
	}

	.ml-lg--80 {
		margin-left: -80px;
	}

	.ml-lg--80-i {
		margin-left: -80px !important;
	}

	.pl-lg--75 {
		padding-left: -75px;
	}

	.pl-lg--75-i {
		padding-left: -75px !important;
	}

	.ml-lg--75 {
		margin-left: -75px;
	}

	.ml-lg--75-i {
		margin-left: -75px !important;
	}

	.pl-lg--70 {
		padding-left: -70px;
	}

	.pl-lg--70-i {
		padding-left: -70px !important;
	}

	.ml-lg--70 {
		margin-left: -70px;
	}

	.ml-lg--70-i {
		margin-left: -70px !important;
	}

	.pl-lg--65 {
		padding-left: -65px;
	}

	.pl-lg--65-i {
		padding-left: -65px !important;
	}

	.ml-lg--65 {
		margin-left: -65px;
	}

	.ml-lg--65-i {
		margin-left: -65px !important;
	}

	.pl-lg--60 {
		padding-left: -60px;
	}

	.pl-lg--60-i {
		padding-left: -60px !important;
	}

	.ml-lg--60 {
		margin-left: -60px;
	}

	.ml-lg--60-i {
		margin-left: -60px !important;
	}

	.pl-lg--55 {
		padding-left: -55px;
	}

	.pl-lg--55-i {
		padding-left: -55px !important;
	}

	.ml-lg--55 {
		margin-left: -55px;
	}

	.ml-lg--55-i {
		margin-left: -55px !important;
	}

	.pl-lg--50 {
		padding-left: -50px;
	}

	.pl-lg--50-i {
		padding-left: -50px !important;
	}

	.ml-lg--50 {
		margin-left: -50px;
	}

	.ml-lg--50-i {
		margin-left: -50px !important;
	}

	.pl-lg--45 {
		padding-left: -45px;
	}

	.pl-lg--45-i {
		padding-left: -45px !important;
	}

	.ml-lg--45 {
		margin-left: -45px;
	}

	.ml-lg--45-i {
		margin-left: -45px !important;
	}

	.pl-lg--40 {
		padding-left: -40px;
	}

	.pl-lg--40-i {
		padding-left: -40px !important;
	}

	.ml-lg--40 {
		margin-left: -40px;
	}

	.ml-lg--40-i {
		margin-left: -40px !important;
	}

	.pl-lg--35 {
		padding-left: -35px;
	}

	.pl-lg--35-i {
		padding-left: -35px !important;
	}

	.ml-lg--35 {
		margin-left: -35px;
	}

	.ml-lg--35-i {
		margin-left: -35px !important;
	}

	.pl-lg--30 {
		padding-left: -30px;
	}

	.pl-lg--30-i {
		padding-left: -30px !important;
	}

	.ml-lg--30 {
		margin-left: -30px;
	}

	.ml-lg--30-i {
		margin-left: -30px !important;
	}

	.pl-lg--25 {
		padding-left: -25px;
	}

	.pl-lg--25-i {
		padding-left: -25px !important;
	}

	.ml-lg--25 {
		margin-left: -25px;
	}

	.ml-lg--25-i {
		margin-left: -25px !important;
	}

	.pl-lg--20 {
		padding-left: -20px;
	}

	.pl-lg--20-i {
		padding-left: -20px !important;
	}

	.ml-lg--20 {
		margin-left: -20px;
	}

	.ml-lg--20-i {
		margin-left: -20px !important;
	}

	.pl-lg--15 {
		padding-left: -15px;
	}

	.pl-lg--15-i {
		padding-left: -15px !important;
	}

	.ml-lg--15 {
		margin-left: -15px;
	}

	.ml-lg--15-i {
		margin-left: -15px !important;
	}

	.pl-lg--10 {
		padding-left: -10px;
	}

	.pl-lg--10-i {
		padding-left: -10px !important;
	}

	.ml-lg--10 {
		margin-left: -10px;
	}

	.ml-lg--10-i {
		margin-left: -10px !important;
	}

	.pl-lg--5 {
		padding-left: -5px;
	}

	.pl-lg--5-i {
		padding-left: -5px !important;
	}

	.ml-lg--5 {
		margin-left: -5px;
	}

	.ml-lg--5-i {
		margin-left: -5px !important;
	}

	.pl-lg-0 {
		padding-left: 0px;
	}

	.pl-lg-0-i {
		padding-left: 0px !important;
	}

	.ml-lg-0 {
		margin-left: 0px;
	}

	.ml-lg-0-i {
		margin-left: 0px !important;
	}

	.pl-lg-5 {
		padding-left: 5px;
	}

	.pl-lg-5-i {
		padding-left: 5px !important;
	}

	.ml-lg-5 {
		margin-left: 5px;
	}

	.ml-lg-5-i {
		margin-left: 5px !important;
	}

	.pl-lg-10 {
		padding-left: 10px;
	}

	.pl-lg-10-i {
		padding-left: 10px !important;
	}

	.ml-lg-10 {
		margin-left: 10px;
	}

	.ml-lg-10-i {
		margin-left: 10px !important;
	}

	.pl-lg-15 {
		padding-left: 15px;
	}

	.pl-lg-15-i {
		padding-left: 15px !important;
	}

	.ml-lg-15 {
		margin-left: 15px;
	}

	.ml-lg-15-i {
		margin-left: 15px !important;
	}

	.pl-lg-20 {
		padding-left: 20px;
	}

	.pl-lg-20-i {
		padding-left: 20px !important;
	}

	.ml-lg-20 {
		margin-left: 20px;
	}

	.ml-lg-20-i {
		margin-left: 20px !important;
	}

	.pl-lg-25 {
		padding-left: 25px;
	}

	.pl-lg-25-i {
		padding-left: 25px !important;
	}

	.ml-lg-25 {
		margin-left: 25px;
	}

	.ml-lg-25-i {
		margin-left: 25px !important;
	}

	.pl-lg-30 {
		padding-left: 30px;
	}

	.pl-lg-30-i {
		padding-left: 30px !important;
	}

	.ml-lg-30 {
		margin-left: 30px;
	}

	.ml-lg-30-i {
		margin-left: 30px !important;
	}

	.pl-lg-35 {
		padding-left: 35px;
	}

	.pl-lg-35-i {
		padding-left: 35px !important;
	}

	.ml-lg-35 {
		margin-left: 35px;
	}

	.ml-lg-35-i {
		margin-left: 35px !important;
	}

	.pl-lg-40 {
		padding-left: 40px;
	}

	.pl-lg-40-i {
		padding-left: 40px !important;
	}

	.ml-lg-40 {
		margin-left: 40px;
	}

	.ml-lg-40-i {
		margin-left: 40px !important;
	}

	.pl-lg-45 {
		padding-left: 45px;
	}

	.pl-lg-45-i {
		padding-left: 45px !important;
	}

	.ml-lg-45 {
		margin-left: 45px;
	}

	.ml-lg-45-i {
		margin-left: 45px !important;
	}

	.pl-lg-50 {
		padding-left: 50px;
	}

	.pl-lg-50-i {
		padding-left: 50px !important;
	}

	.ml-lg-50 {
		margin-left: 50px;
	}

	.ml-lg-50-i {
		margin-left: 50px !important;
	}

	.pl-lg-55 {
		padding-left: 55px;
	}

	.pl-lg-55-i {
		padding-left: 55px !important;
	}

	.ml-lg-55 {
		margin-left: 55px;
	}

	.ml-lg-55-i {
		margin-left: 55px !important;
	}

	.pl-lg-60 {
		padding-left: 60px;
	}

	.pl-lg-60-i {
		padding-left: 60px !important;
	}

	.ml-lg-60 {
		margin-left: 60px;
	}

	.ml-lg-60-i {
		margin-left: 60px !important;
	}

	.pl-lg-65 {
		padding-left: 65px;
	}

	.pl-lg-65-i {
		padding-left: 65px !important;
	}

	.ml-lg-65 {
		margin-left: 65px;
	}

	.ml-lg-65-i {
		margin-left: 65px !important;
	}

	.pl-lg-70 {
		padding-left: 70px;
	}

	.pl-lg-70-i {
		padding-left: 70px !important;
	}

	.ml-lg-70 {
		margin-left: 70px;
	}

	.ml-lg-70-i {
		margin-left: 70px !important;
	}

	.pl-lg-75 {
		padding-left: 75px;
	}

	.pl-lg-75-i {
		padding-left: 75px !important;
	}

	.ml-lg-75 {
		margin-left: 75px;
	}

	.ml-lg-75-i {
		margin-left: 75px !important;
	}

	.pl-lg-80 {
		padding-left: 80px;
	}

	.pl-lg-80-i {
		padding-left: 80px !important;
	}

	.ml-lg-80 {
		margin-left: 80px;
	}

	.ml-lg-80-i {
		margin-left: 80px !important;
	}

	.pl-lg-85 {
		padding-left: 85px;
	}

	.pl-lg-85-i {
		padding-left: 85px !important;
	}

	.ml-lg-85 {
		margin-left: 85px;
	}

	.ml-lg-85-i {
		margin-left: 85px !important;
	}

	.pl-lg-90 {
		padding-left: 90px;
	}

	.pl-lg-90-i {
		padding-left: 90px !important;
	}

	.ml-lg-90 {
		margin-left: 90px;
	}

	.ml-lg-90-i {
		margin-left: 90px !important;
	}

	.pl-lg-95 {
		padding-left: 95px;
	}

	.pl-lg-95-i {
		padding-left: 95px !important;
	}

	.ml-lg-95 {
		margin-left: 95px;
	}

	.ml-lg-95-i {
		margin-left: 95px !important;
	}

	.pl-lg-100 {
		padding-left: 100px;
	}

	.pl-lg-100-i {
		padding-left: 100px !important;
	}

	.ml-lg-100 {
		margin-left: 100px;
	}

	.ml-lg-100-i {
		margin-left: 100px !important;
	}

	.pa-lg--100 {
		padding: -100px;
	}

	.ma-lg--100 {
		margin: -100px;
	}

	.pv-lg--100 {
		padding-top: -100px;
		padding-bottom: -100px;
	}

	.mv-lg--100 {
		margin-top: -100px;
		margin-bottom: -100px;
	}

	.ph-lg--100 {
		padding-left: -100px;
		padding-right: -100px;
	}

	.mh-lg--100 {
		margin-left: -100px;
		padding-right: -100px;
	}

	.pa-lg--95 {
		padding: -95px;
	}

	.ma-lg--95 {
		margin: -95px;
	}

	.pv-lg--95 {
		padding-top: -95px;
		padding-bottom: -95px;
	}

	.mv-lg--95 {
		margin-top: -95px;
		margin-bottom: -95px;
	}

	.ph-lg--95 {
		padding-left: -95px;
		padding-right: -95px;
	}

	.mh-lg--95 {
		margin-left: -95px;
		padding-right: -95px;
	}

	.pa-lg--90 {
		padding: -90px;
	}

	.ma-lg--90 {
		margin: -90px;
	}

	.pv-lg--90 {
		padding-top: -90px;
		padding-bottom: -90px;
	}

	.mv-lg--90 {
		margin-top: -90px;
		margin-bottom: -90px;
	}

	.ph-lg--90 {
		padding-left: -90px;
		padding-right: -90px;
	}

	.mh-lg--90 {
		margin-left: -90px;
		padding-right: -90px;
	}

	.pa-lg--85 {
		padding: -85px;
	}

	.ma-lg--85 {
		margin: -85px;
	}

	.pv-lg--85 {
		padding-top: -85px;
		padding-bottom: -85px;
	}

	.mv-lg--85 {
		margin-top: -85px;
		margin-bottom: -85px;
	}

	.ph-lg--85 {
		padding-left: -85px;
		padding-right: -85px;
	}

	.mh-lg--85 {
		margin-left: -85px;
		padding-right: -85px;
	}

	.pa-lg--80 {
		padding: -80px;
	}

	.ma-lg--80 {
		margin: -80px;
	}

	.pv-lg--80 {
		padding-top: -80px;
		padding-bottom: -80px;
	}

	.mv-lg--80 {
		margin-top: -80px;
		margin-bottom: -80px;
	}

	.ph-lg--80 {
		padding-left: -80px;
		padding-right: -80px;
	}

	.mh-lg--80 {
		margin-left: -80px;
		padding-right: -80px;
	}

	.pa-lg--75 {
		padding: -75px;
	}

	.ma-lg--75 {
		margin: -75px;
	}

	.pv-lg--75 {
		padding-top: -75px;
		padding-bottom: -75px;
	}

	.mv-lg--75 {
		margin-top: -75px;
		margin-bottom: -75px;
	}

	.ph-lg--75 {
		padding-left: -75px;
		padding-right: -75px;
	}

	.mh-lg--75 {
		margin-left: -75px;
		padding-right: -75px;
	}

	.pa-lg--70 {
		padding: -70px;
	}

	.ma-lg--70 {
		margin: -70px;
	}

	.pv-lg--70 {
		padding-top: -70px;
		padding-bottom: -70px;
	}

	.mv-lg--70 {
		margin-top: -70px;
		margin-bottom: -70px;
	}

	.ph-lg--70 {
		padding-left: -70px;
		padding-right: -70px;
	}

	.mh-lg--70 {
		margin-left: -70px;
		padding-right: -70px;
	}

	.pa-lg--65 {
		padding: -65px;
	}

	.ma-lg--65 {
		margin: -65px;
	}

	.pv-lg--65 {
		padding-top: -65px;
		padding-bottom: -65px;
	}

	.mv-lg--65 {
		margin-top: -65px;
		margin-bottom: -65px;
	}

	.ph-lg--65 {
		padding-left: -65px;
		padding-right: -65px;
	}

	.mh-lg--65 {
		margin-left: -65px;
		padding-right: -65px;
	}

	.pa-lg--60 {
		padding: -60px;
	}

	.ma-lg--60 {
		margin: -60px;
	}

	.pv-lg--60 {
		padding-top: -60px;
		padding-bottom: -60px;
	}

	.mv-lg--60 {
		margin-top: -60px;
		margin-bottom: -60px;
	}

	.ph-lg--60 {
		padding-left: -60px;
		padding-right: -60px;
	}

	.mh-lg--60 {
		margin-left: -60px;
		padding-right: -60px;
	}

	.pa-lg--55 {
		padding: -55px;
	}

	.ma-lg--55 {
		margin: -55px;
	}

	.pv-lg--55 {
		padding-top: -55px;
		padding-bottom: -55px;
	}

	.mv-lg--55 {
		margin-top: -55px;
		margin-bottom: -55px;
	}

	.ph-lg--55 {
		padding-left: -55px;
		padding-right: -55px;
	}

	.mh-lg--55 {
		margin-left: -55px;
		padding-right: -55px;
	}

	.pa-lg--50 {
		padding: -50px;
	}

	.ma-lg--50 {
		margin: -50px;
	}

	.pv-lg--50 {
		padding-top: -50px;
		padding-bottom: -50px;
	}

	.mv-lg--50 {
		margin-top: -50px;
		margin-bottom: -50px;
	}

	.ph-lg--50 {
		padding-left: -50px;
		padding-right: -50px;
	}

	.mh-lg--50 {
		margin-left: -50px;
		padding-right: -50px;
	}

	.pa-lg--45 {
		padding: -45px;
	}

	.ma-lg--45 {
		margin: -45px;
	}

	.pv-lg--45 {
		padding-top: -45px;
		padding-bottom: -45px;
	}

	.mv-lg--45 {
		margin-top: -45px;
		margin-bottom: -45px;
	}

	.ph-lg--45 {
		padding-left: -45px;
		padding-right: -45px;
	}

	.mh-lg--45 {
		margin-left: -45px;
		padding-right: -45px;
	}

	.pa-lg--40 {
		padding: -40px;
	}

	.ma-lg--40 {
		margin: -40px;
	}

	.pv-lg--40 {
		padding-top: -40px;
		padding-bottom: -40px;
	}

	.mv-lg--40 {
		margin-top: -40px;
		margin-bottom: -40px;
	}

	.ph-lg--40 {
		padding-left: -40px;
		padding-right: -40px;
	}

	.mh-lg--40 {
		margin-left: -40px;
		padding-right: -40px;
	}

	.pa-lg--35 {
		padding: -35px;
	}

	.ma-lg--35 {
		margin: -35px;
	}

	.pv-lg--35 {
		padding-top: -35px;
		padding-bottom: -35px;
	}

	.mv-lg--35 {
		margin-top: -35px;
		margin-bottom: -35px;
	}

	.ph-lg--35 {
		padding-left: -35px;
		padding-right: -35px;
	}

	.mh-lg--35 {
		margin-left: -35px;
		padding-right: -35px;
	}

	.pa-lg--30 {
		padding: -30px;
	}

	.ma-lg--30 {
		margin: -30px;
	}

	.pv-lg--30 {
		padding-top: -30px;
		padding-bottom: -30px;
	}

	.mv-lg--30 {
		margin-top: -30px;
		margin-bottom: -30px;
	}

	.ph-lg--30 {
		padding-left: -30px;
		padding-right: -30px;
	}

	.mh-lg--30 {
		margin-left: -30px;
		padding-right: -30px;
	}

	.pa-lg--25 {
		padding: -25px;
	}

	.ma-lg--25 {
		margin: -25px;
	}

	.pv-lg--25 {
		padding-top: -25px;
		padding-bottom: -25px;
	}

	.mv-lg--25 {
		margin-top: -25px;
		margin-bottom: -25px;
	}

	.ph-lg--25 {
		padding-left: -25px;
		padding-right: -25px;
	}

	.mh-lg--25 {
		margin-left: -25px;
		padding-right: -25px;
	}

	.pa-lg--20 {
		padding: -20px;
	}

	.ma-lg--20 {
		margin: -20px;
	}

	.pv-lg--20 {
		padding-top: -20px;
		padding-bottom: -20px;
	}

	.mv-lg--20 {
		margin-top: -20px;
		margin-bottom: -20px;
	}

	.ph-lg--20 {
		padding-left: -20px;
		padding-right: -20px;
	}

	.mh-lg--20 {
		margin-left: -20px;
		padding-right: -20px;
	}

	.pa-lg--15 {
		padding: -15px;
	}

	.ma-lg--15 {
		margin: -15px;
	}

	.pv-lg--15 {
		padding-top: -15px;
		padding-bottom: -15px;
	}

	.mv-lg--15 {
		margin-top: -15px;
		margin-bottom: -15px;
	}

	.ph-lg--15 {
		padding-left: -15px;
		padding-right: -15px;
	}

	.mh-lg--15 {
		margin-left: -15px;
		padding-right: -15px;
	}

	.pa-lg--10 {
		padding: -10px;
	}

	.ma-lg--10 {
		margin: -10px;
	}

	.pv-lg--10 {
		padding-top: -10px;
		padding-bottom: -10px;
	}

	.mv-lg--10 {
		margin-top: -10px;
		margin-bottom: -10px;
	}

	.ph-lg--10 {
		padding-left: -10px;
		padding-right: -10px;
	}

	.mh-lg--10 {
		margin-left: -10px;
		padding-right: -10px;
	}

	.pa-lg--5 {
		padding: -5px;
	}

	.ma-lg--5 {
		margin: -5px;
	}

	.pv-lg--5 {
		padding-top: -5px;
		padding-bottom: -5px;
	}

	.mv-lg--5 {
		margin-top: -5px;
		margin-bottom: -5px;
	}

	.ph-lg--5 {
		padding-left: -5px;
		padding-right: -5px;
	}

	.mh-lg--5 {
		margin-left: -5px;
		padding-right: -5px;
	}

	.pa-lg-0 {
		padding: 0px;
	}

	.ma-lg-0 {
		margin: 0px;
	}

	.pv-lg-0 {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.mv-lg-0 {
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.ph-lg-0 {
		padding-left: 0px;
		padding-right: 0px;
	}

	.mh-lg-0 {
		margin-left: 0px;
		padding-right: 0px;
	}

	.pa-lg-5 {
		padding: 5px;
	}

	.ma-lg-5 {
		margin: 5px;
	}

	.pv-lg-5 {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.mv-lg-5 {
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.ph-lg-5 {
		padding-left: 5px;
		padding-right: 5px;
	}

	.mh-lg-5 {
		margin-left: 5px;
		padding-right: 5px;
	}

	.pa-lg-10 {
		padding: 10px;
	}

	.ma-lg-10 {
		margin: 10px;
	}

	.pv-lg-10 {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.mv-lg-10 {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.ph-lg-10 {
		padding-left: 10px;
		padding-right: 10px;
	}

	.mh-lg-10 {
		margin-left: 10px;
		padding-right: 10px;
	}

	.pa-lg-15 {
		padding: 15px;
	}

	.ma-lg-15 {
		margin: 15px;
	}

	.pv-lg-15 {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.mv-lg-15 {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.ph-lg-15 {
		padding-left: 15px;
		padding-right: 15px;
	}

	.mh-lg-15 {
		margin-left: 15px;
		padding-right: 15px;
	}

	.pa-lg-20 {
		padding: 20px;
	}

	.ma-lg-20 {
		margin: 20px;
	}

	.pv-lg-20 {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.mv-lg-20 {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.ph-lg-20 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.mh-lg-20 {
		margin-left: 20px;
		padding-right: 20px;
	}

	.pa-lg-25 {
		padding: 25px;
	}

	.ma-lg-25 {
		margin: 25px;
	}

	.pv-lg-25 {
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.mv-lg-25 {
		margin-top: 25px;
		margin-bottom: 25px;
	}

	.ph-lg-25 {
		padding-left: 25px;
		padding-right: 25px;
	}

	.mh-lg-25 {
		margin-left: 25px;
		padding-right: 25px;
	}

	.pa-lg-30 {
		padding: 30px;
	}

	.ma-lg-30 {
		margin: 30px;
	}

	.pv-lg-30 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.mv-lg-30 {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.ph-lg-30 {
		padding-left: 30px;
		padding-right: 30px;
	}

	.mh-lg-30 {
		margin-left: 30px;
		padding-right: 30px;
	}

	.pa-lg-35 {
		padding: 35px;
	}

	.ma-lg-35 {
		margin: 35px;
	}

	.pv-lg-35 {
		padding-top: 35px;
		padding-bottom: 35px;
	}

	.mv-lg-35 {
		margin-top: 35px;
		margin-bottom: 35px;
	}

	.ph-lg-35 {
		padding-left: 35px;
		padding-right: 35px;
	}

	.mh-lg-35 {
		margin-left: 35px;
		padding-right: 35px;
	}

	.pa-lg-40 {
		padding: 40px;
	}

	.ma-lg-40 {
		margin: 40px;
	}

	.pv-lg-40 {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.mv-lg-40 {
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.ph-lg-40 {
		padding-left: 40px;
		padding-right: 40px;
	}

	.mh-lg-40 {
		margin-left: 40px;
		padding-right: 40px;
	}

	.pa-lg-45 {
		padding: 45px;
	}

	.ma-lg-45 {
		margin: 45px;
	}

	.pv-lg-45 {
		padding-top: 45px;
		padding-bottom: 45px;
	}

	.mv-lg-45 {
		margin-top: 45px;
		margin-bottom: 45px;
	}

	.ph-lg-45 {
		padding-left: 45px;
		padding-right: 45px;
	}

	.mh-lg-45 {
		margin-left: 45px;
		padding-right: 45px;
	}

	.pa-lg-50 {
		padding: 50px;
	}

	.ma-lg-50 {
		margin: 50px;
	}

	.pv-lg-50 {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.mv-lg-50 {
		margin-top: 50px;
		margin-bottom: 50px;
	}

	.ph-lg-50 {
		padding-left: 50px;
		padding-right: 50px;
	}

	.mh-lg-50 {
		margin-left: 50px;
		padding-right: 50px;
	}

	.pa-lg-55 {
		padding: 55px;
	}

	.ma-lg-55 {
		margin: 55px;
	}

	.pv-lg-55 {
		padding-top: 55px;
		padding-bottom: 55px;
	}

	.mv-lg-55 {
		margin-top: 55px;
		margin-bottom: 55px;
	}

	.ph-lg-55 {
		padding-left: 55px;
		padding-right: 55px;
	}

	.mh-lg-55 {
		margin-left: 55px;
		padding-right: 55px;
	}

	.pa-lg-60 {
		padding: 60px;
	}

	.ma-lg-60 {
		margin: 60px;
	}

	.pv-lg-60 {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.mv-lg-60 {
		margin-top: 60px;
		margin-bottom: 60px;
	}

	.ph-lg-60 {
		padding-left: 60px;
		padding-right: 60px;
	}

	.mh-lg-60 {
		margin-left: 60px;
		padding-right: 60px;
	}

	.pa-lg-65 {
		padding: 65px;
	}

	.ma-lg-65 {
		margin: 65px;
	}

	.pv-lg-65 {
		padding-top: 65px;
		padding-bottom: 65px;
	}

	.mv-lg-65 {
		margin-top: 65px;
		margin-bottom: 65px;
	}

	.ph-lg-65 {
		padding-left: 65px;
		padding-right: 65px;
	}

	.mh-lg-65 {
		margin-left: 65px;
		padding-right: 65px;
	}

	.pa-lg-70 {
		padding: 70px;
	}

	.ma-lg-70 {
		margin: 70px;
	}

	.pv-lg-70 {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.mv-lg-70 {
		margin-top: 70px;
		margin-bottom: 70px;
	}

	.ph-lg-70 {
		padding-left: 70px;
		padding-right: 70px;
	}

	.mh-lg-70 {
		margin-left: 70px;
		padding-right: 70px;
	}

	.pa-lg-75 {
		padding: 75px;
	}

	.ma-lg-75 {
		margin: 75px;
	}

	.pv-lg-75 {
		padding-top: 75px;
		padding-bottom: 75px;
	}

	.mv-lg-75 {
		margin-top: 75px;
		margin-bottom: 75px;
	}

	.ph-lg-75 {
		padding-left: 75px;
		padding-right: 75px;
	}

	.mh-lg-75 {
		margin-left: 75px;
		padding-right: 75px;
	}

	.pa-lg-80 {
		padding: 80px;
	}

	.ma-lg-80 {
		margin: 80px;
	}

	.pv-lg-80 {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.mv-lg-80 {
		margin-top: 80px;
		margin-bottom: 80px;
	}

	.ph-lg-80 {
		padding-left: 80px;
		padding-right: 80px;
	}

	.mh-lg-80 {
		margin-left: 80px;
		padding-right: 80px;
	}

	.pa-lg-85 {
		padding: 85px;
	}

	.ma-lg-85 {
		margin: 85px;
	}

	.pv-lg-85 {
		padding-top: 85px;
		padding-bottom: 85px;
	}

	.mv-lg-85 {
		margin-top: 85px;
		margin-bottom: 85px;
	}

	.ph-lg-85 {
		padding-left: 85px;
		padding-right: 85px;
	}

	.mh-lg-85 {
		margin-left: 85px;
		padding-right: 85px;
	}

	.pa-lg-90 {
		padding: 90px;
	}

	.ma-lg-90 {
		margin: 90px;
	}

	.pv-lg-90 {
		padding-top: 90px;
		padding-bottom: 90px;
	}

	.mv-lg-90 {
		margin-top: 90px;
		margin-bottom: 90px;
	}

	.ph-lg-90 {
		padding-left: 90px;
		padding-right: 90px;
	}

	.mh-lg-90 {
		margin-left: 90px;
		padding-right: 90px;
	}

	.pa-lg-95 {
		padding: 95px;
	}

	.ma-lg-95 {
		margin: 95px;
	}

	.pv-lg-95 {
		padding-top: 95px;
		padding-bottom: 95px;
	}

	.mv-lg-95 {
		margin-top: 95px;
		margin-bottom: 95px;
	}

	.ph-lg-95 {
		padding-left: 95px;
		padding-right: 95px;
	}

	.mh-lg-95 {
		margin-left: 95px;
		padding-right: 95px;
	}

	.pa-lg-100 {
		padding: 100px;
	}

	.ma-lg-100 {
		margin: 100px;
	}

	.pv-lg-100 {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.mv-lg-100 {
		margin-top: 100px;
		margin-bottom: 100px;
	}

	.ph-lg-100 {
		padding-left: 100px;
		padding-right: 100px;
	}

	.mh-lg-100 {
		margin-left: 100px;
		padding-right: 100px;
	}

	.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.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}

	.col-lg-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

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

	.col-lg-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.col-lg-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}

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

	.col-lg-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}

	.col-lg-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}

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

	.col-lg-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}

	.col-lg-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}

	.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.33333%;
	}

	.pull-lg-2 {
		right: 16.66667%;
	}

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

	.pull-lg-4 {
		right: 33.33333%;
	}

	.pull-lg-5 {
		right: 41.66667%;
	}

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

	.pull-lg-7 {
		right: 58.33333%;
	}

	.pull-lg-8 {
		right: 66.66667%;
	}

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

	.pull-lg-10 {
		right: 83.33333%;
	}

	.pull-lg-11 {
		right: 91.66667%;
	}

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

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

	.push-lg-1 {
		left: 8.33333%;
	}

	.push-lg-2 {
		left: 16.66667%;
	}

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

	.push-lg-4 {
		left: 33.33333%;
	}

	.push-lg-5 {
		left: 41.66667%;
	}

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

	.push-lg-7 {
		left: 58.33333%;
	}

	.push-lg-8 {
		left: 66.66667%;
	}

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

	.push-lg-10 {
		left: 83.33333%;
	}

	.push-lg-11 {
		left: 91.66667%;
	}

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

	.offset-lg-0 {
		margin-left: 0%;
	}

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

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

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

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

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

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

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

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

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

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

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

	.tm-animation-menu {
		opacity: 0;
	}

	.tm-animation-menu.fade-up-menu.animated-menu {
		transform: translateY(30px);
		animation: moveVertical 0.5s ease forwards;
	}

	.comment-list {
		padding-top: 30px;
	}

	.comment-list .children {
		padding-left: 60px;
	}

	.comment-text {
		padding-right: 60px;
	}

	.site-footer {
		margin-top: 80px;
	}

	.site-footer .container.wide {
		max-width: 95%;
	}

	.body-boxed.header-overlap .site-header:not(.sticky-header) {
		max-width: 1200px;
	}

	.site-header.has-margin-bottom {
		margin-bottom: 60px;
	}

	.site-header.header-sub-menu-bottom .site-menu-wrap .col-md-2 {
		border-left: 1px solid #e8e8e8;
		border-right: 1px solid #e8e8e8;
	}

	.main-container > .container,
	.main-container > .site-content {
		padding-top: 60px;
	}

	.page-title {
		margin-bottom: 100px;
		padding: 0;
	}

	.page-title.no-parallax {
		background-attachment: initial;
	}

	.post-related .entry-header {
		position: absolute;
		top: 50%;
		width: 100%;
		padding: 0 30px;
		transform: translateY(-30%);
		transition: all 0.5s ease;
	}

	.post-related .entry-thumbnail {
		margin-bottom: 0;
	}

	.post-related .entry-thumbnail img {
		width: 100%;
	}

	.list-item .entry-thumbnail {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
		padding-left: 0;
		padding-right: 15px;
		margin: 0;
	}

	.has-no-sidebars .list-item .entry-thumbnail {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}

	.post-related .entry-body {
		position: absolute;
		top: 0;
		left: 15px;
		width: calc(100% - 30px);
		height: 100%;
		margin: 0 auto;
		opacity: 0;
		visibility: hidden;
		background-color: #f4ede7;
		border: 1px solid #eee;
		transition: all 0.5s ease;
	}

	.list-item .entry-body {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
		padding: 0 15px;
	}

	.has-no-sidebars .list-item .entry-body {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}

	.post-related {
		overflow: hidden;
		max-height: 200px;
	}

	.share-list__title {
		transform: translateX(150px);
	}

	.site-header.header-vertical .site-menu {
		position: fixed;
		top: 0;
		left: 120px;
		width: 320px;
		height: 100%;
		opacity: 0;
		visibility: hidden;
		background-color: #fafafa;
		box-shadow: 10px 0 30px rgba(0, 0, 0, 0.05);
		transform: translateX(-50px);
		transition: all 0.5s ease;
	}

	.admin-bar .site-header.header-vertical .site-menu {
		top: 32px;
	}

	.site-header.header-vertical .site-menu.open {
		opacity: 1;
		visibility: visible;
		transform: translate(0);
	}

	.site-header.header-vertical .site-menu .vertical-menu-wrapper {
		display: table;
		width: 100%;
		height: 100%;
	}

	.site-header.header-vertical .site-menu .sub-menu {
		left: 320px;
		top: -300%;
	}

	.site-header.header-vertical .site-menu .sub-menu li a {
		width: 100%;
	}

	.site-header.header-vertical .site-menu li.menu-item-has-children:after {
		color: #fff !important;
	}

	.site-header.header-vertical .site-menu .menu {
		display: table-cell;
		vertical-align: middle;
	}

	.site-header.header-vertical .site-menu .menu > li {
		display: block;
	}

	.site-header.header-vertical .site-menu .menu > li > a {
		height: auto !important;
		font-size: 28px;
		vertical-align: middle;
		line-height: 1.5 !important;
		padding: 0;
		margin-bottom: 30px;
	}

	.site-header.header-vertical .site-menu .menu > li > a:before {
		display: none;
	}

	.site-header.header-vertical .site-menu .menu > li .sub-menu {
		display: none;
	}

	.topbar-switchers-right .switcher + .topbar-text {
		padding-left: 0;
		padding-right: 20px;
	}

	.shop-toolbar .nav-filter .product-tabs li {
		margin: 0 20px;
	}

	.shop-toolbar .nice-select {
		height: 40px;
	}

	.shop-toolbar .col-switcher {
		display: inline-block;
	}

	.filter-widgets {
		padding-top: 50px;
	}

	.active-filters {
		margin-bottom: -35px;
	}

	.shop-full-width-no-space {
		padding: 0 !important;
		margin: 0;
		max-width: 100% !important;
		transform: translateY(-15px);
	}

	.shop-full-width-no-space .products {
		margin-left: 0;
		margin-right: 0;
	}

	.cart-actions button[type="submit"], .cart-actions .learts-button[type="submit"],
	.cart-actions .back-to-shop {
		margin: 0;
	}

	.woocommerce-checkout .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table,
	.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-checkout-payment {
		width: 48%;
		display: inline-table;
	}

	.woocommerce-checkout .woocommerce-checkout-review-order .shop_table.woocommerce-checkout-review-order-table {
		float: right;
	}

	.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%;
	}

	.product-loop .product-buttons > div {
		opacity: 0;
		visibility: hidden;
	}

	.product-loop .product-buttons {
		top: 15px;
		right: 15px;
	}

	.product-loop .product-buttons > div {
		transform: translateY(10px);
	}

	.product-loop .product-buttons .quick-view-btn,
	.product-loop .product-buttons .compare-btn {
		display: block;
	}

	.product-loop:hover .product-buttons > div {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}

	#woo-quick-view {
		display: block;
	}

	.woocommerce.single-product .page-title + .site-content .product.product-layout-background .background-wrapper,
	.woocommerce.single-product .page-title + .site-content .product.product-layout-background-fullwidth .background-wrapper {
		margin-top: -60px;
		padding-top: 60px;
	}

	.woocommerce.single-product .product.product-layout-background .background-wrapper,
	.woocommerce.single-product .product.product-layout-background-fullwidth .background-wrapper {
		padding-top: 120px;
	}

	.woocommerce .col2-set .col-1,
	.woocommerce .col2-set .col-2 {
		margin: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.learts-blog .slick-arrow.post-carousel-arrow {
		opacity: 0;
		visibility: hidden;
	}

	.learts-blog .slick-arrow.post-carousel-arrow.slick-next {
		right: -50px;
	}

	.learts-blog .slick-arrow.post-carousel-arrow.slick-prev {
		left: -50px;
	}

	.learts-blog:hover .slick-arrow.post-carousel-arrow {
		opacity: .6;
		visibility: visible;
	}

	.learts-blog:hover .slick-arrow.post-carousel-arrow.slick-next {
		right: -30px;
	}

	.learts-blog:hover .slick-arrow.post-carousel-arrow.slick-prev {
		left: -30px;
	}

	.multiple-testimonials .box-cite {
		width: calc(100% - 110px);
		margin: 10px 0 20px 20px;
		text-align: left;
	}

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

	.vc_row.vc_row-learts-wide {
		opacity: 0;
		transition: all .5s ease-in-out !important;
	}

	.vc_row.vc_row-learts-wide.row-calculated {
		opacity: 1;
	}

	.slick-slider:hover .slick-arrow {
		opacity: 1;
		visibility: visible;
	}

	button.slick-arrow.slick-prev, .slick-arrow.slick-prev.learts-button {
		left: -40px;
	}

	button.slick-arrow.slick-next, .slick-arrow.slick-next.learts-button {
		right: -40px;
	}

	button.slick-arrow, .slick-arrow.learts-button {
		opacity: 0;
		visibility: hidden;
	}
}

@media (min-width: 992px) and (max-width: 1439px) {
	.header-minicart .product_list_widget {
		max-height: 400px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.site-header .site-logo {
		width: 30%;
	}

	.site-header .header-tools {
		width: 70%;
	}

	.admin-bar .site-mobile-menu {
		top: 32px;
	}

	#woo-quick-view .summary {
		max-height: 530px;
	}
}

@media screen and (max-width: 1200px) and (min-width: 1000px), (max-width: 320px) {
	.woocommerce.single-product .product .summary .stock,
	.product-loop .stock {
		width: 25%;
	}
}

@media only screen and (min-width: 1024px) {
	.shop-full-width-no-space .product {
		padding: 0;
		margin: 0 !important;
	}

	.shop-full-width-no-space .product:before {
		left: 0 !important;
		width: 100% !important;
	}
}

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

	.pt-xl--100 {
		padding-top: -100px;
	}

	.pt-xl--100-i {
		padding-top: -100px !important;
	}

	.mt-xl--100 {
		margin-top: -100px;
	}

	.mt-xl--100-i {
		margin-top: -100px !important;
	}

	.pt-xl--95 {
		padding-top: -95px;
	}

	.pt-xl--95-i {
		padding-top: -95px !important;
	}

	.mt-xl--95 {
		margin-top: -95px;
	}

	.mt-xl--95-i {
		margin-top: -95px !important;
	}

	.pt-xl--90 {
		padding-top: -90px;
	}

	.pt-xl--90-i {
		padding-top: -90px !important;
	}

	.mt-xl--90 {
		margin-top: -90px;
	}

	.mt-xl--90-i {
		margin-top: -90px !important;
	}

	.pt-xl--85 {
		padding-top: -85px;
	}

	.pt-xl--85-i {
		padding-top: -85px !important;
	}

	.mt-xl--85 {
		margin-top: -85px;
	}

	.mt-xl--85-i {
		margin-top: -85px !important;
	}

	.pt-xl--80 {
		padding-top: -80px;
	}

	.pt-xl--80-i {
		padding-top: -80px !important;
	}

	.mt-xl--80 {
		margin-top: -80px;
	}

	.mt-xl--80-i {
		margin-top: -80px !important;
	}

	.pt-xl--75 {
		padding-top: -75px;
	}

	.pt-xl--75-i {
		padding-top: -75px !important;
	}

	.mt-xl--75 {
		margin-top: -75px;
	}

	.mt-xl--75-i {
		margin-top: -75px !important;
	}

	.pt-xl--70 {
		padding-top: -70px;
	}

	.pt-xl--70-i {
		padding-top: -70px !important;
	}

	.mt-xl--70 {
		margin-top: -70px;
	}

	.mt-xl--70-i {
		margin-top: -70px !important;
	}

	.pt-xl--65 {
		padding-top: -65px;
	}

	.pt-xl--65-i {
		padding-top: -65px !important;
	}

	.mt-xl--65 {
		margin-top: -65px;
	}

	.mt-xl--65-i {
		margin-top: -65px !important;
	}

	.pt-xl--60 {
		padding-top: -60px;
	}

	.pt-xl--60-i {
		padding-top: -60px !important;
	}

	.mt-xl--60 {
		margin-top: -60px;
	}

	.mt-xl--60-i {
		margin-top: -60px !important;
	}

	.pt-xl--55 {
		padding-top: -55px;
	}

	.pt-xl--55-i {
		padding-top: -55px !important;
	}

	.mt-xl--55 {
		margin-top: -55px;
	}

	.mt-xl--55-i {
		margin-top: -55px !important;
	}

	.pt-xl--50 {
		padding-top: -50px;
	}

	.pt-xl--50-i {
		padding-top: -50px !important;
	}

	.mt-xl--50 {
		margin-top: -50px;
	}

	.mt-xl--50-i {
		margin-top: -50px !important;
	}

	.pt-xl--45 {
		padding-top: -45px;
	}

	.pt-xl--45-i {
		padding-top: -45px !important;
	}

	.mt-xl--45 {
		margin-top: -45px;
	}

	.mt-xl--45-i {
		margin-top: -45px !important;
	}

	.pt-xl--40 {
		padding-top: -40px;
	}

	.pt-xl--40-i {
		padding-top: -40px !important;
	}

	.mt-xl--40 {
		margin-top: -40px;
	}

	.mt-xl--40-i {
		margin-top: -40px !important;
	}

	.pt-xl--35 {
		padding-top: -35px;
	}

	.pt-xl--35-i {
		padding-top: -35px !important;
	}

	.mt-xl--35 {
		margin-top: -35px;
	}

	.mt-xl--35-i {
		margin-top: -35px !important;
	}

	.pt-xl--30 {
		padding-top: -30px;
	}

	.pt-xl--30-i {
		padding-top: -30px !important;
	}

	.mt-xl--30 {
		margin-top: -30px;
	}

	.mt-xl--30-i {
		margin-top: -30px !important;
	}

	.pt-xl--25 {
		padding-top: -25px;
	}

	.pt-xl--25-i {
		padding-top: -25px !important;
	}

	.mt-xl--25 {
		margin-top: -25px;
	}

	.mt-xl--25-i {
		margin-top: -25px !important;
	}

	.pt-xl--20 {
		padding-top: -20px;
	}

	.pt-xl--20-i {
		padding-top: -20px !important;
	}

	.mt-xl--20 {
		margin-top: -20px;
	}

	.mt-xl--20-i {
		margin-top: -20px !important;
	}

	.pt-xl--15 {
		padding-top: -15px;
	}

	.pt-xl--15-i {
		padding-top: -15px !important;
	}

	.mt-xl--15 {
		margin-top: -15px;
	}

	.mt-xl--15-i {
		margin-top: -15px !important;
	}

	.pt-xl--10 {
		padding-top: -10px;
	}

	.pt-xl--10-i {
		padding-top: -10px !important;
	}

	.mt-xl--10 {
		margin-top: -10px;
	}

	.mt-xl--10-i {
		margin-top: -10px !important;
	}

	.pt-xl--5 {
		padding-top: -5px;
	}

	.pt-xl--5-i {
		padding-top: -5px !important;
	}

	.mt-xl--5 {
		margin-top: -5px;
	}

	.mt-xl--5-i {
		margin-top: -5px !important;
	}

	.pt-xl-0 {
		padding-top: 0px;
	}

	.pt-xl-0-i {
		padding-top: 0px !important;
	}

	.mt-xl-0 {
		margin-top: 0px;
	}

	.mt-xl-0-i {
		margin-top: 0px !important;
	}

	.pt-xl-5 {
		padding-top: 5px;
	}

	.pt-xl-5-i {
		padding-top: 5px !important;
	}

	.mt-xl-5 {
		margin-top: 5px;
	}

	.mt-xl-5-i {
		margin-top: 5px !important;
	}

	.pt-xl-10 {
		padding-top: 10px;
	}

	.pt-xl-10-i {
		padding-top: 10px !important;
	}

	.mt-xl-10 {
		margin-top: 10px;
	}

	.mt-xl-10-i {
		margin-top: 10px !important;
	}

	.pt-xl-15 {
		padding-top: 15px;
	}

	.pt-xl-15-i {
		padding-top: 15px !important;
	}

	.mt-xl-15 {
		margin-top: 15px;
	}

	.mt-xl-15-i {
		margin-top: 15px !important;
	}

	.pt-xl-20 {
		padding-top: 20px;
	}

	.pt-xl-20-i {
		padding-top: 20px !important;
	}

	.mt-xl-20 {
		margin-top: 20px;
	}

	.mt-xl-20-i {
		margin-top: 20px !important;
	}

	.pt-xl-25 {
		padding-top: 25px;
	}

	.pt-xl-25-i {
		padding-top: 25px !important;
	}

	.mt-xl-25 {
		margin-top: 25px;
	}

	.mt-xl-25-i {
		margin-top: 25px !important;
	}

	.pt-xl-30 {
		padding-top: 30px;
	}

	.pt-xl-30-i {
		padding-top: 30px !important;
	}

	.mt-xl-30 {
		margin-top: 30px;
	}

	.mt-xl-30-i {
		margin-top: 30px !important;
	}

	.pt-xl-35 {
		padding-top: 35px;
	}

	.pt-xl-35-i {
		padding-top: 35px !important;
	}

	.mt-xl-35 {
		margin-top: 35px;
	}

	.mt-xl-35-i {
		margin-top: 35px !important;
	}

	.pt-xl-40 {
		padding-top: 40px;
	}

	.pt-xl-40-i {
		padding-top: 40px !important;
	}

	.mt-xl-40 {
		margin-top: 40px;
	}

	.mt-xl-40-i {
		margin-top: 40px !important;
	}

	.pt-xl-45 {
		padding-top: 45px;
	}

	.pt-xl-45-i {
		padding-top: 45px !important;
	}

	.mt-xl-45 {
		margin-top: 45px;
	}

	.mt-xl-45-i {
		margin-top: 45px !important;
	}

	.pt-xl-50 {
		padding-top: 50px;
	}

	.pt-xl-50-i {
		padding-top: 50px !important;
	}

	.mt-xl-50 {
		margin-top: 50px;
	}

	.mt-xl-50-i {
		margin-top: 50px !important;
	}

	.pt-xl-55 {
		padding-top: 55px;
	}

	.pt-xl-55-i {
		padding-top: 55px !important;
	}

	.mt-xl-55 {
		margin-top: 55px;
	}

	.mt-xl-55-i {
		margin-top: 55px !important;
	}

	.pt-xl-60 {
		padding-top: 60px;
	}

	.pt-xl-60-i {
		padding-top: 60px !important;
	}

	.mt-xl-60 {
		margin-top: 60px;
	}

	.mt-xl-60-i {
		margin-top: 60px !important;
	}

	.pt-xl-65 {
		padding-top: 65px;
	}

	.pt-xl-65-i {
		padding-top: 65px !important;
	}

	.mt-xl-65 {
		margin-top: 65px;
	}

	.mt-xl-65-i {
		margin-top: 65px !important;
	}

	.pt-xl-70 {
		padding-top: 70px;
	}

	.pt-xl-70-i {
		padding-top: 70px !important;
	}

	.mt-xl-70 {
		margin-top: 70px;
	}

	.mt-xl-70-i {
		margin-top: 70px !important;
	}

	.pt-xl-75 {
		padding-top: 75px;
	}

	.pt-xl-75-i {
		padding-top: 75px !important;
	}

	.mt-xl-75 {
		margin-top: 75px;
	}

	.mt-xl-75-i {
		margin-top: 75px !important;
	}

	.pt-xl-80 {
		padding-top: 80px;
	}

	.pt-xl-80-i {
		padding-top: 80px !important;
	}

	.mt-xl-80 {
		margin-top: 80px;
	}

	.mt-xl-80-i {
		margin-top: 80px !important;
	}

	.pt-xl-85 {
		padding-top: 85px;
	}

	.pt-xl-85-i {
		padding-top: 85px !important;
	}

	.mt-xl-85 {
		margin-top: 85px;
	}

	.mt-xl-85-i {
		margin-top: 85px !important;
	}

	.pt-xl-90 {
		padding-top: 90px;
	}

	.pt-xl-90-i {
		padding-top: 90px !important;
	}

	.mt-xl-90 {
		margin-top: 90px;
	}

	.mt-xl-90-i {
		margin-top: 90px !important;
	}

	.pt-xl-95 {
		padding-top: 95px;
	}

	.pt-xl-95-i {
		padding-top: 95px !important;
	}

	.mt-xl-95 {
		margin-top: 95px;
	}

	.mt-xl-95-i {
		margin-top: 95px !important;
	}

	.pt-xl-100 {
		padding-top: 100px;
	}

	.pt-xl-100-i {
		padding-top: 100px !important;
	}

	.mt-xl-100 {
		margin-top: 100px;
	}

	.mt-xl-100-i {
		margin-top: 100px !important;
	}

	.pr-xl--100 {
		padding-right: -100px;
	}

	.pr-xl--100-i {
		padding-right: -100px !important;
	}

	.mr-xl--100 {
		margin-right: -100px;
	}

	.mr-xl--100-i {
		margin-right: -100px !important;
	}

	.pr-xl--95 {
		padding-right: -95px;
	}

	.pr-xl--95-i {
		padding-right: -95px !important;
	}

	.mr-xl--95 {
		margin-right: -95px;
	}

	.mr-xl--95-i {
		margin-right: -95px !important;
	}

	.pr-xl--90 {
		padding-right: -90px;
	}

	.pr-xl--90-i {
		padding-right: -90px !important;
	}

	.mr-xl--90 {
		margin-right: -90px;
	}

	.mr-xl--90-i {
		margin-right: -90px !important;
	}

	.pr-xl--85 {
		padding-right: -85px;
	}

	.pr-xl--85-i {
		padding-right: -85px !important;
	}

	.mr-xl--85 {
		margin-right: -85px;
	}

	.mr-xl--85-i {
		margin-right: -85px !important;
	}

	.pr-xl--80 {
		padding-right: -80px;
	}

	.pr-xl--80-i {
		padding-right: -80px !important;
	}

	.mr-xl--80 {
		margin-right: -80px;
	}

	.mr-xl--80-i {
		margin-right: -80px !important;
	}

	.pr-xl--75 {
		padding-right: -75px;
	}

	.pr-xl--75-i {
		padding-right: -75px !important;
	}

	.mr-xl--75 {
		margin-right: -75px;
	}

	.mr-xl--75-i {
		margin-right: -75px !important;
	}

	.pr-xl--70 {
		padding-right: -70px;
	}

	.pr-xl--70-i {
		padding-right: -70px !important;
	}

	.mr-xl--70 {
		margin-right: -70px;
	}

	.mr-xl--70-i {
		margin-right: -70px !important;
	}

	.pr-xl--65 {
		padding-right: -65px;
	}

	.pr-xl--65-i {
		padding-right: -65px !important;
	}

	.mr-xl--65 {
		margin-right: -65px;
	}

	.mr-xl--65-i {
		margin-right: -65px !important;
	}

	.pr-xl--60 {
		padding-right: -60px;
	}

	.pr-xl--60-i {
		padding-right: -60px !important;
	}

	.mr-xl--60 {
		margin-right: -60px;
	}

	.mr-xl--60-i {
		margin-right: -60px !important;
	}

	.pr-xl--55 {
		padding-right: -55px;
	}

	.pr-xl--55-i {
		padding-right: -55px !important;
	}

	.mr-xl--55 {
		margin-right: -55px;
	}

	.mr-xl--55-i {
		margin-right: -55px !important;
	}

	.pr-xl--50 {
		padding-right: -50px;
	}

	.pr-xl--50-i {
		padding-right: -50px !important;
	}

	.mr-xl--50 {
		margin-right: -50px;
	}

	.mr-xl--50-i {
		margin-right: -50px !important;
	}

	.pr-xl--45 {
		padding-right: -45px;
	}

	.pr-xl--45-i {
		padding-right: -45px !important;
	}

	.mr-xl--45 {
		margin-right: -45px;
	}

	.mr-xl--45-i {
		margin-right: -45px !important;
	}

	.pr-xl--40 {
		padding-right: -40px;
	}

	.pr-xl--40-i {
		padding-right: -40px !important;
	}

	.mr-xl--40 {
		margin-right: -40px;
	}

	.mr-xl--40-i {
		margin-right: -40px !important;
	}

	.pr-xl--35 {
		padding-right: -35px;
	}

	.pr-xl--35-i {
		padding-right: -35px !important;
	}

	.mr-xl--35 {
		margin-right: -35px;
	}

	.mr-xl--35-i {
		margin-right: -35px !important;
	}

	.pr-xl--30 {
		padding-right: -30px;
	}

	.pr-xl--30-i {
		padding-right: -30px !important;
	}

	.mr-xl--30 {
		margin-right: -30px;
	}

	.mr-xl--30-i {
		margin-right: -30px !important;
	}

	.pr-xl--25 {
		padding-right: -25px;
	}

	.pr-xl--25-i {
		padding-right: -25px !important;
	}

	.mr-xl--25 {
		margin-right: -25px;
	}

	.mr-xl--25-i {
		margin-right: -25px !important;
	}

	.pr-xl--20 {
		padding-right: -20px;
	}

	.pr-xl--20-i {
		padding-right: -20px !important;
	}

	.mr-xl--20 {
		margin-right: -20px;
	}

	.mr-xl--20-i {
		margin-right: -20px !important;
	}

	.pr-xl--15 {
		padding-right: -15px;
	}

	.pr-xl--15-i {
		padding-right: -15px !important;
	}

	.mr-xl--15 {
		margin-right: -15px;
	}

	.mr-xl--15-i {
		margin-right: -15px !important;
	}

	.pr-xl--10 {
		padding-right: -10px;
	}

	.pr-xl--10-i {
		padding-right: -10px !important;
	}

	.mr-xl--10 {
		margin-right: -10px;
	}

	.mr-xl--10-i {
		margin-right: -10px !important;
	}

	.pr-xl--5 {
		padding-right: -5px;
	}

	.pr-xl--5-i {
		padding-right: -5px !important;
	}

	.mr-xl--5 {
		margin-right: -5px;
	}

	.mr-xl--5-i {
		margin-right: -5px !important;
	}

	.pr-xl-0 {
		padding-right: 0px;
	}

	.pr-xl-0-i {
		padding-right: 0px !important;
	}

	.mr-xl-0 {
		margin-right: 0px;
	}

	.mr-xl-0-i {
		margin-right: 0px !important;
	}

	.pr-xl-5 {
		padding-right: 5px;
	}

	.pr-xl-5-i {
		padding-right: 5px !important;
	}

	.mr-xl-5 {
		margin-right: 5px;
	}

	.mr-xl-5-i {
		margin-right: 5px !important;
	}

	.pr-xl-10 {
		padding-right: 10px;
	}

	.pr-xl-10-i {
		padding-right: 10px !important;
	}

	.mr-xl-10 {
		margin-right: 10px;
	}

	.mr-xl-10-i {
		margin-right: 10px !important;
	}

	.pr-xl-15 {
		padding-right: 15px;
	}

	.pr-xl-15-i {
		padding-right: 15px !important;
	}

	.mr-xl-15 {
		margin-right: 15px;
	}

	.mr-xl-15-i {
		margin-right: 15px !important;
	}

	.pr-xl-20 {
		padding-right: 20px;
	}

	.pr-xl-20-i {
		padding-right: 20px !important;
	}

	.mr-xl-20 {
		margin-right: 20px;
	}

	.mr-xl-20-i {
		margin-right: 20px !important;
	}

	.pr-xl-25 {
		padding-right: 25px;
	}

	.pr-xl-25-i {
		padding-right: 25px !important;
	}

	.mr-xl-25 {
		margin-right: 25px;
	}

	.mr-xl-25-i {
		margin-right: 25px !important;
	}

	.pr-xl-30 {
		padding-right: 30px;
	}

	.pr-xl-30-i {
		padding-right: 30px !important;
	}

	.mr-xl-30 {
		margin-right: 30px;
	}

	.mr-xl-30-i {
		margin-right: 30px !important;
	}

	.pr-xl-35 {
		padding-right: 35px;
	}

	.pr-xl-35-i {
		padding-right: 35px !important;
	}

	.mr-xl-35 {
		margin-right: 35px;
	}

	.mr-xl-35-i {
		margin-right: 35px !important;
	}

	.pr-xl-40 {
		padding-right: 40px;
	}

	.pr-xl-40-i {
		padding-right: 40px !important;
	}

	.mr-xl-40 {
		margin-right: 40px;
	}

	.mr-xl-40-i {
		margin-right: 40px !important;
	}

	.pr-xl-45 {
		padding-right: 45px;
	}

	.pr-xl-45-i {
		padding-right: 45px !important;
	}

	.mr-xl-45 {
		margin-right: 45px;
	}

	.mr-xl-45-i {
		margin-right: 45px !important;
	}

	.pr-xl-50 {
		padding-right: 50px;
	}

	.pr-xl-50-i {
		padding-right: 50px !important;
	}

	.mr-xl-50 {
		margin-right: 50px;
	}

	.mr-xl-50-i {
		margin-right: 50px !important;
	}

	.pr-xl-55 {
		padding-right: 55px;
	}

	.pr-xl-55-i {
		padding-right: 55px !important;
	}

	.mr-xl-55 {
		margin-right: 55px;
	}

	.mr-xl-55-i {
		margin-right: 55px !important;
	}

	.pr-xl-60 {
		padding-right: 60px;
	}

	.pr-xl-60-i {
		padding-right: 60px !important;
	}

	.mr-xl-60 {
		margin-right: 60px;
	}

	.mr-xl-60-i {
		margin-right: 60px !important;
	}

	.pr-xl-65 {
		padding-right: 65px;
	}

	.pr-xl-65-i {
		padding-right: 65px !important;
	}

	.mr-xl-65 {
		margin-right: 65px;
	}

	.mr-xl-65-i {
		margin-right: 65px !important;
	}

	.pr-xl-70 {
		padding-right: 70px;
	}

	.pr-xl-70-i {
		padding-right: 70px !important;
	}

	.mr-xl-70 {
		margin-right: 70px;
	}

	.mr-xl-70-i {
		margin-right: 70px !important;
	}

	.pr-xl-75 {
		padding-right: 75px;
	}

	.pr-xl-75-i {
		padding-right: 75px !important;
	}

	.mr-xl-75 {
		margin-right: 75px;
	}

	.mr-xl-75-i {
		margin-right: 75px !important;
	}

	.pr-xl-80 {
		padding-right: 80px;
	}

	.pr-xl-80-i {
		padding-right: 80px !important;
	}

	.mr-xl-80 {
		margin-right: 80px;
	}

	.mr-xl-80-i {
		margin-right: 80px !important;
	}

	.pr-xl-85 {
		padding-right: 85px;
	}

	.pr-xl-85-i {
		padding-right: 85px !important;
	}

	.mr-xl-85 {
		margin-right: 85px;
	}

	.mr-xl-85-i {
		margin-right: 85px !important;
	}

	.pr-xl-90 {
		padding-right: 90px;
	}

	.pr-xl-90-i {
		padding-right: 90px !important;
	}

	.mr-xl-90 {
		margin-right: 90px;
	}

	.mr-xl-90-i {
		margin-right: 90px !important;
	}

	.pr-xl-95 {
		padding-right: 95px;
	}

	.pr-xl-95-i {
		padding-right: 95px !important;
	}

	.mr-xl-95 {
		margin-right: 95px;
	}

	.mr-xl-95-i {
		margin-right: 95px !important;
	}

	.pr-xl-100 {
		padding-right: 100px;
	}

	.pr-xl-100-i {
		padding-right: 100px !important;
	}

	.mr-xl-100 {
		margin-right: 100px;
	}

	.mr-xl-100-i {
		margin-right: 100px !important;
	}

	.pb-xl--100 {
		padding-bottom: -100px;
	}

	.pb-xl--100-i {
		padding-bottom: -100px !important;
	}

	.mb-xl--100 {
		margin-bottom: -100px;
	}

	.mb-xl--100-i {
		margin-bottom: -100px !important;
	}

	.pb-xl--95 {
		padding-bottom: -95px;
	}

	.pb-xl--95-i {
		padding-bottom: -95px !important;
	}

	.mb-xl--95 {
		margin-bottom: -95px;
	}

	.mb-xl--95-i {
		margin-bottom: -95px !important;
	}

	.pb-xl--90 {
		padding-bottom: -90px;
	}

	.pb-xl--90-i {
		padding-bottom: -90px !important;
	}

	.mb-xl--90 {
		margin-bottom: -90px;
	}

	.mb-xl--90-i {
		margin-bottom: -90px !important;
	}

	.pb-xl--85 {
		padding-bottom: -85px;
	}

	.pb-xl--85-i {
		padding-bottom: -85px !important;
	}

	.mb-xl--85 {
		margin-bottom: -85px;
	}

	.mb-xl--85-i {
		margin-bottom: -85px !important;
	}

	.pb-xl--80 {
		padding-bottom: -80px;
	}

	.pb-xl--80-i {
		padding-bottom: -80px !important;
	}

	.mb-xl--80 {
		margin-bottom: -80px;
	}

	.mb-xl--80-i {
		margin-bottom: -80px !important;
	}

	.pb-xl--75 {
		padding-bottom: -75px;
	}

	.pb-xl--75-i {
		padding-bottom: -75px !important;
	}

	.mb-xl--75 {
		margin-bottom: -75px;
	}

	.mb-xl--75-i {
		margin-bottom: -75px !important;
	}

	.pb-xl--70 {
		padding-bottom: -70px;
	}

	.pb-xl--70-i {
		padding-bottom: -70px !important;
	}

	.mb-xl--70 {
		margin-bottom: -70px;
	}

	.mb-xl--70-i {
		margin-bottom: -70px !important;
	}

	.pb-xl--65 {
		padding-bottom: -65px;
	}

	.pb-xl--65-i {
		padding-bottom: -65px !important;
	}

	.mb-xl--65 {
		margin-bottom: -65px;
	}

	.mb-xl--65-i {
		margin-bottom: -65px !important;
	}

	.pb-xl--60 {
		padding-bottom: -60px;
	}

	.pb-xl--60-i {
		padding-bottom: -60px !important;
	}

	.mb-xl--60 {
		margin-bottom: -60px;
	}

	.mb-xl--60-i {
		margin-bottom: -60px !important;
	}

	.pb-xl--55 {
		padding-bottom: -55px;
	}

	.pb-xl--55-i {
		padding-bottom: -55px !important;
	}

	.mb-xl--55 {
		margin-bottom: -55px;
	}

	.mb-xl--55-i {
		margin-bottom: -55px !important;
	}

	.pb-xl--50 {
		padding-bottom: -50px;
	}

	.pb-xl--50-i {
		padding-bottom: -50px !important;
	}

	.mb-xl--50 {
		margin-bottom: -50px;
	}

	.mb-xl--50-i {
		margin-bottom: -50px !important;
	}

	.pb-xl--45 {
		padding-bottom: -45px;
	}

	.pb-xl--45-i {
		padding-bottom: -45px !important;
	}

	.mb-xl--45 {
		margin-bottom: -45px;
	}

	.mb-xl--45-i {
		margin-bottom: -45px !important;
	}

	.pb-xl--40 {
		padding-bottom: -40px;
	}

	.pb-xl--40-i {
		padding-bottom: -40px !important;
	}

	.mb-xl--40 {
		margin-bottom: -40px;
	}

	.mb-xl--40-i {
		margin-bottom: -40px !important;
	}

	.pb-xl--35 {
		padding-bottom: -35px;
	}

	.pb-xl--35-i {
		padding-bottom: -35px !important;
	}

	.mb-xl--35 {
		margin-bottom: -35px;
	}

	.mb-xl--35-i {
		margin-bottom: -35px !important;
	}

	.pb-xl--30 {
		padding-bottom: -30px;
	}

	.pb-xl--30-i {
		padding-bottom: -30px !important;
	}

	.mb-xl--30 {
		margin-bottom: -30px;
	}

	.mb-xl--30-i {
		margin-bottom: -30px !important;
	}

	.pb-xl--25 {
		padding-bottom: -25px;
	}

	.pb-xl--25-i {
		padding-bottom: -25px !important;
	}

	.mb-xl--25 {
		margin-bottom: -25px;
	}

	.mb-xl--25-i {
		margin-bottom: -25px !important;
	}

	.pb-xl--20 {
		padding-bottom: -20px;
	}

	.pb-xl--20-i {
		padding-bottom: -20px !important;
	}

	.mb-xl--20 {
		margin-bottom: -20px;
	}

	.mb-xl--20-i {
		margin-bottom: -20px !important;
	}

	.pb-xl--15 {
		padding-bottom: -15px;
	}

	.pb-xl--15-i {
		padding-bottom: -15px !important;
	}

	.mb-xl--15 {
		margin-bottom: -15px;
	}

	.mb-xl--15-i {
		margin-bottom: -15px !important;
	}

	.pb-xl--10 {
		padding-bottom: -10px;
	}

	.pb-xl--10-i {
		padding-bottom: -10px !important;
	}

	.mb-xl--10 {
		margin-bottom: -10px;
	}

	.mb-xl--10-i {
		margin-bottom: -10px !important;
	}

	.pb-xl--5 {
		padding-bottom: -5px;
	}

	.pb-xl--5-i {
		padding-bottom: -5px !important;
	}

	.mb-xl--5 {
		margin-bottom: -5px;
	}

	.mb-xl--5-i {
		margin-bottom: -5px !important;
	}

	.pb-xl-0 {
		padding-bottom: 0px;
	}

	.pb-xl-0-i {
		padding-bottom: 0px !important;
	}

	.mb-xl-0 {
		margin-bottom: 0px;
	}

	.mb-xl-0-i {
		margin-bottom: 0px !important;
	}

	.pb-xl-5 {
		padding-bottom: 5px;
	}

	.pb-xl-5-i {
		padding-bottom: 5px !important;
	}

	.mb-xl-5 {
		margin-bottom: 5px;
	}

	.mb-xl-5-i {
		margin-bottom: 5px !important;
	}

	.pb-xl-10 {
		padding-bottom: 10px;
	}

	.pb-xl-10-i {
		padding-bottom: 10px !important;
	}

	.mb-xl-10 {
		margin-bottom: 10px;
	}

	.mb-xl-10-i {
		margin-bottom: 10px !important;
	}

	.pb-xl-15 {
		padding-bottom: 15px;
	}

	.pb-xl-15-i {
		padding-bottom: 15px !important;
	}

	.mb-xl-15 {
		margin-bottom: 15px;
	}

	.mb-xl-15-i {
		margin-bottom: 15px !important;
	}

	.pb-xl-20 {
		padding-bottom: 20px;
	}

	.pb-xl-20-i {
		padding-bottom: 20px !important;
	}

	.mb-xl-20 {
		margin-bottom: 20px;
	}

	.mb-xl-20-i {
		margin-bottom: 20px !important;
	}

	.pb-xl-25 {
		padding-bottom: 25px;
	}

	.pb-xl-25-i {
		padding-bottom: 25px !important;
	}

	.mb-xl-25 {
		margin-bottom: 25px;
	}

	.mb-xl-25-i {
		margin-bottom: 25px !important;
	}

	.pb-xl-30 {
		padding-bottom: 30px;
	}

	.pb-xl-30-i {
		padding-bottom: 30px !important;
	}

	.mb-xl-30 {
		margin-bottom: 30px;
	}

	.mb-xl-30-i {
		margin-bottom: 30px !important;
	}

	.pb-xl-35 {
		padding-bottom: 35px;
	}

	.pb-xl-35-i {
		padding-bottom: 35px !important;
	}

	.mb-xl-35 {
		margin-bottom: 35px;
	}

	.mb-xl-35-i {
		margin-bottom: 35px !important;
	}

	.pb-xl-40 {
		padding-bottom: 40px;
	}

	.pb-xl-40-i {
		padding-bottom: 40px !important;
	}

	.mb-xl-40 {
		margin-bottom: 40px;
	}

	.mb-xl-40-i {
		margin-bottom: 40px !important;
	}

	.pb-xl-45 {
		padding-bottom: 45px;
	}

	.pb-xl-45-i {
		padding-bottom: 45px !important;
	}

	.mb-xl-45 {
		margin-bottom: 45px;
	}

	.mb-xl-45-i {
		margin-bottom: 45px !important;
	}

	.pb-xl-50 {
		padding-bottom: 50px;
	}

	.pb-xl-50-i {
		padding-bottom: 50px !important;
	}

	.mb-xl-50 {
		margin-bottom: 50px;
	}

	.mb-xl-50-i {
		margin-bottom: 50px !important;
	}

	.pb-xl-55 {
		padding-bottom: 55px;
	}

	.pb-xl-55-i {
		padding-bottom: 55px !important;
	}

	.mb-xl-55 {
		margin-bottom: 55px;
	}

	.mb-xl-55-i {
		margin-bottom: 55px !important;
	}

	.pb-xl-60 {
		padding-bottom: 60px;
	}

	.pb-xl-60-i {
		padding-bottom: 60px !important;
	}

	.mb-xl-60 {
		margin-bottom: 60px;
	}

	.mb-xl-60-i {
		margin-bottom: 60px !important;
	}

	.pb-xl-65 {
		padding-bottom: 65px;
	}

	.pb-xl-65-i {
		padding-bottom: 65px !important;
	}

	.mb-xl-65 {
		margin-bottom: 65px;
	}

	.mb-xl-65-i {
		margin-bottom: 65px !important;
	}

	.pb-xl-70 {
		padding-bottom: 70px;
	}

	.pb-xl-70-i {
		padding-bottom: 70px !important;
	}

	.mb-xl-70 {
		margin-bottom: 70px;
	}

	.mb-xl-70-i {
		margin-bottom: 70px !important;
	}

	.pb-xl-75 {
		padding-bottom: 75px;
	}

	.pb-xl-75-i {
		padding-bottom: 75px !important;
	}

	.mb-xl-75 {
		margin-bottom: 75px;
	}

	.mb-xl-75-i {
		margin-bottom: 75px !important;
	}

	.pb-xl-80 {
		padding-bottom: 80px;
	}

	.pb-xl-80-i {
		padding-bottom: 80px !important;
	}

	.mb-xl-80 {
		margin-bottom: 80px;
	}

	.mb-xl-80-i {
		margin-bottom: 80px !important;
	}

	.pb-xl-85 {
		padding-bottom: 85px;
	}

	.pb-xl-85-i {
		padding-bottom: 85px !important;
	}

	.mb-xl-85 {
		margin-bottom: 85px;
	}

	.mb-xl-85-i {
		margin-bottom: 85px !important;
	}

	.pb-xl-90 {
		padding-bottom: 90px;
	}

	.pb-xl-90-i {
		padding-bottom: 90px !important;
	}

	.mb-xl-90 {
		margin-bottom: 90px;
	}

	.mb-xl-90-i {
		margin-bottom: 90px !important;
	}

	.pb-xl-95 {
		padding-bottom: 95px;
	}

	.pb-xl-95-i {
		padding-bottom: 95px !important;
	}

	.mb-xl-95 {
		margin-bottom: 95px;
	}

	.mb-xl-95-i {
		margin-bottom: 95px !important;
	}

	.pb-xl-100 {
		padding-bottom: 100px;
	}

	.pb-xl-100-i {
		padding-bottom: 100px !important;
	}

	.mb-xl-100 {
		margin-bottom: 100px;
	}

	.mb-xl-100-i {
		margin-bottom: 100px !important;
	}

	.pl-xl--100 {
		padding-left: -100px;
	}

	.pl-xl--100-i {
		padding-left: -100px !important;
	}

	.ml-xl--100 {
		margin-left: -100px;
	}

	.ml-xl--100-i {
		margin-left: -100px !important;
	}

	.pl-xl--95 {
		padding-left: -95px;
	}

	.pl-xl--95-i {
		padding-left: -95px !important;
	}

	.ml-xl--95 {
		margin-left: -95px;
	}

	.ml-xl--95-i {
		margin-left: -95px !important;
	}

	.pl-xl--90 {
		padding-left: -90px;
	}

	.pl-xl--90-i {
		padding-left: -90px !important;
	}

	.ml-xl--90 {
		margin-left: -90px;
	}

	.ml-xl--90-i {
		margin-left: -90px !important;
	}

	.pl-xl--85 {
		padding-left: -85px;
	}

	.pl-xl--85-i {
		padding-left: -85px !important;
	}

	.ml-xl--85 {
		margin-left: -85px;
	}

	.ml-xl--85-i {
		margin-left: -85px !important;
	}

	.pl-xl--80 {
		padding-left: -80px;
	}

	.pl-xl--80-i {
		padding-left: -80px !important;
	}

	.ml-xl--80 {
		margin-left: -80px;
	}

	.ml-xl--80-i {
		margin-left: -80px !important;
	}

	.pl-xl--75 {
		padding-left: -75px;
	}

	.pl-xl--75-i {
		padding-left: -75px !important;
	}

	.ml-xl--75 {
		margin-left: -75px;
	}

	.ml-xl--75-i {
		margin-left: -75px !important;
	}

	.pl-xl--70 {
		padding-left: -70px;
	}

	.pl-xl--70-i {
		padding-left: -70px !important;
	}

	.ml-xl--70 {
		margin-left: -70px;
	}

	.ml-xl--70-i {
		margin-left: -70px !important;
	}

	.pl-xl--65 {
		padding-left: -65px;
	}

	.pl-xl--65-i {
		padding-left: -65px !important;
	}

	.ml-xl--65 {
		margin-left: -65px;
	}

	.ml-xl--65-i {
		margin-left: -65px !important;
	}

	.pl-xl--60 {
		padding-left: -60px;
	}

	.pl-xl--60-i {
		padding-left: -60px !important;
	}

	.ml-xl--60 {
		margin-left: -60px;
	}

	.ml-xl--60-i {
		margin-left: -60px !important;
	}

	.pl-xl--55 {
		padding-left: -55px;
	}

	.pl-xl--55-i {
		padding-left: -55px !important;
	}

	.ml-xl--55 {
		margin-left: -55px;
	}

	.ml-xl--55-i {
		margin-left: -55px !important;
	}

	.pl-xl--50 {
		padding-left: -50px;
	}

	.pl-xl--50-i {
		padding-left: -50px !important;
	}

	.ml-xl--50 {
		margin-left: -50px;
	}

	.ml-xl--50-i {
		margin-left: -50px !important;
	}

	.pl-xl--45 {
		padding-left: -45px;
	}

	.pl-xl--45-i {
		padding-left: -45px !important;
	}

	.ml-xl--45 {
		margin-left: -45px;
	}

	.ml-xl--45-i {
		margin-left: -45px !important;
	}

	.pl-xl--40 {
		padding-left: -40px;
	}

	.pl-xl--40-i {
		padding-left: -40px !important;
	}

	.ml-xl--40 {
		margin-left: -40px;
	}

	.ml-xl--40-i {
		margin-left: -40px !important;
	}

	.pl-xl--35 {
		padding-left: -35px;
	}

	.pl-xl--35-i {
		padding-left: -35px !important;
	}

	.ml-xl--35 {
		margin-left: -35px;
	}

	.ml-xl--35-i {
		margin-left: -35px !important;
	}

	.pl-xl--30 {
		padding-left: -30px;
	}

	.pl-xl--30-i {
		padding-left: -30px !important;
	}

	.ml-xl--30 {
		margin-left: -30px;
	}

	.ml-xl--30-i {
		margin-left: -30px !important;
	}

	.pl-xl--25 {
		padding-left: -25px;
	}

	.pl-xl--25-i {
		padding-left: -25px !important;
	}

	.ml-xl--25 {
		margin-left: -25px;
	}

	.ml-xl--25-i {
		margin-left: -25px !important;
	}

	.pl-xl--20 {
		padding-left: -20px;
	}

	.pl-xl--20-i {
		padding-left: -20px !important;
	}

	.ml-xl--20 {
		margin-left: -20px;
	}

	.ml-xl--20-i {
		margin-left: -20px !important;
	}

	.pl-xl--15 {
		padding-left: -15px;
	}

	.pl-xl--15-i {
		padding-left: -15px !important;
	}

	.ml-xl--15 {
		margin-left: -15px;
	}

	.ml-xl--15-i {
		margin-left: -15px !important;
	}

	.pl-xl--10 {
		padding-left: -10px;
	}

	.pl-xl--10-i {
		padding-left: -10px !important;
	}

	.ml-xl--10 {
		margin-left: -10px;
	}

	.ml-xl--10-i {
		margin-left: -10px !important;
	}

	.pl-xl--5 {
		padding-left: -5px;
	}

	.pl-xl--5-i {
		padding-left: -5px !important;
	}

	.ml-xl--5 {
		margin-left: -5px;
	}

	.ml-xl--5-i {
		margin-left: -5px !important;
	}

	.pl-xl-0 {
		padding-left: 0px;
	}

	.pl-xl-0-i {
		padding-left: 0px !important;
	}

	.ml-xl-0 {
		margin-left: 0px;
	}

	.ml-xl-0-i {
		margin-left: 0px !important;
	}

	.pl-xl-5 {
		padding-left: 5px;
	}

	.pl-xl-5-i {
		padding-left: 5px !important;
	}

	.ml-xl-5 {
		margin-left: 5px;
	}

	.ml-xl-5-i {
		margin-left: 5px !important;
	}

	.pl-xl-10 {
		padding-left: 10px;
	}

	.pl-xl-10-i {
		padding-left: 10px !important;
	}

	.ml-xl-10 {
		margin-left: 10px;
	}

	.ml-xl-10-i {
		margin-left: 10px !important;
	}

	.pl-xl-15 {
		padding-left: 15px;
	}

	.pl-xl-15-i {
		padding-left: 15px !important;
	}

	.ml-xl-15 {
		margin-left: 15px;
	}

	.ml-xl-15-i {
		margin-left: 15px !important;
	}

	.pl-xl-20 {
		padding-left: 20px;
	}

	.pl-xl-20-i {
		padding-left: 20px !important;
	}

	.ml-xl-20 {
		margin-left: 20px;
	}

	.ml-xl-20-i {
		margin-left: 20px !important;
	}

	.pl-xl-25 {
		padding-left: 25px;
	}

	.pl-xl-25-i {
		padding-left: 25px !important;
	}

	.ml-xl-25 {
		margin-left: 25px;
	}

	.ml-xl-25-i {
		margin-left: 25px !important;
	}

	.pl-xl-30 {
		padding-left: 30px;
	}

	.pl-xl-30-i {
		padding-left: 30px !important;
	}

	.ml-xl-30 {
		margin-left: 30px;
	}

	.ml-xl-30-i {
		margin-left: 30px !important;
	}

	.pl-xl-35 {
		padding-left: 35px;
	}

	.pl-xl-35-i {
		padding-left: 35px !important;
	}

	.ml-xl-35 {
		margin-left: 35px;
	}

	.ml-xl-35-i {
		margin-left: 35px !important;
	}

	.pl-xl-40 {
		padding-left: 40px;
	}

	.pl-xl-40-i {
		padding-left: 40px !important;
	}

	.ml-xl-40 {
		margin-left: 40px;
	}

	.ml-xl-40-i {
		margin-left: 40px !important;
	}

	.pl-xl-45 {
		padding-left: 45px;
	}

	.pl-xl-45-i {
		padding-left: 45px !important;
	}

	.ml-xl-45 {
		margin-left: 45px;
	}

	.ml-xl-45-i {
		margin-left: 45px !important;
	}

	.pl-xl-50 {
		padding-left: 50px;
	}

	.pl-xl-50-i {
		padding-left: 50px !important;
	}

	.ml-xl-50 {
		margin-left: 50px;
	}

	.ml-xl-50-i {
		margin-left: 50px !important;
	}

	.pl-xl-55 {
		padding-left: 55px;
	}

	.pl-xl-55-i {
		padding-left: 55px !important;
	}

	.ml-xl-55 {
		margin-left: 55px;
	}

	.ml-xl-55-i {
		margin-left: 55px !important;
	}

	.pl-xl-60 {
		padding-left: 60px;
	}

	.pl-xl-60-i {
		padding-left: 60px !important;
	}

	.ml-xl-60 {
		margin-left: 60px;
	}

	.ml-xl-60-i {
		margin-left: 60px !important;
	}

	.pl-xl-65 {
		padding-left: 65px;
	}

	.pl-xl-65-i {
		padding-left: 65px !important;
	}

	.ml-xl-65 {
		margin-left: 65px;
	}

	.ml-xl-65-i {
		margin-left: 65px !important;
	}

	.pl-xl-70 {
		padding-left: 70px;
	}

	.pl-xl-70-i {
		padding-left: 70px !important;
	}

	.ml-xl-70 {
		margin-left: 70px;
	}

	.ml-xl-70-i {
		margin-left: 70px !important;
	}

	.pl-xl-75 {
		padding-left: 75px;
	}

	.pl-xl-75-i {
		padding-left: 75px !important;
	}

	.ml-xl-75 {
		margin-left: 75px;
	}

	.ml-xl-75-i {
		margin-left: 75px !important;
	}

	.pl-xl-80 {
		padding-left: 80px;
	}

	.pl-xl-80-i {
		padding-left: 80px !important;
	}

	.ml-xl-80 {
		margin-left: 80px;
	}

	.ml-xl-80-i {
		margin-left: 80px !important;
	}

	.pl-xl-85 {
		padding-left: 85px;
	}

	.pl-xl-85-i {
		padding-left: 85px !important;
	}

	.ml-xl-85 {
		margin-left: 85px;
	}

	.ml-xl-85-i {
		margin-left: 85px !important;
	}

	.pl-xl-90 {
		padding-left: 90px;
	}

	.pl-xl-90-i {
		padding-left: 90px !important;
	}

	.ml-xl-90 {
		margin-left: 90px;
	}

	.ml-xl-90-i {
		margin-left: 90px !important;
	}

	.pl-xl-95 {
		padding-left: 95px;
	}

	.pl-xl-95-i {
		padding-left: 95px !important;
	}

	.ml-xl-95 {
		margin-left: 95px;
	}

	.ml-xl-95-i {
		margin-left: 95px !important;
	}

	.pl-xl-100 {
		padding-left: 100px;
	}

	.pl-xl-100-i {
		padding-left: 100px !important;
	}

	.ml-xl-100 {
		margin-left: 100px;
	}

	.ml-xl-100-i {
		margin-left: 100px !important;
	}

	.pa-xl--100 {
		padding: -100px;
	}

	.ma-xl--100 {
		margin: -100px;
	}

	.pv-xl--100 {
		padding-top: -100px;
		padding-bottom: -100px;
	}

	.mv-xl--100 {
		margin-top: -100px;
		margin-bottom: -100px;
	}

	.ph-xl--100 {
		padding-left: -100px;
		padding-right: -100px;
	}

	.mh-xl--100 {
		margin-left: -100px;
		padding-right: -100px;
	}

	.pa-xl--95 {
		padding: -95px;
	}

	.ma-xl--95 {
		margin: -95px;
	}

	.pv-xl--95 {
		padding-top: -95px;
		padding-bottom: -95px;
	}

	.mv-xl--95 {
		margin-top: -95px;
		margin-bottom: -95px;
	}

	.ph-xl--95 {
		padding-left: -95px;
		padding-right: -95px;
	}

	.mh-xl--95 {
		margin-left: -95px;
		padding-right: -95px;
	}

	.pa-xl--90 {
		padding: -90px;
	}

	.ma-xl--90 {
		margin: -90px;
	}

	.pv-xl--90 {
		padding-top: -90px;
		padding-bottom: -90px;
	}

	.mv-xl--90 {
		margin-top: -90px;
		margin-bottom: -90px;
	}

	.ph-xl--90 {
		padding-left: -90px;
		padding-right: -90px;
	}

	.mh-xl--90 {
		margin-left: -90px;
		padding-right: -90px;
	}

	.pa-xl--85 {
		padding: -85px;
	}

	.ma-xl--85 {
		margin: -85px;
	}

	.pv-xl--85 {
		padding-top: -85px;
		padding-bottom: -85px;
	}

	.mv-xl--85 {
		margin-top: -85px;
		margin-bottom: -85px;
	}

	.ph-xl--85 {
		padding-left: -85px;
		padding-right: -85px;
	}

	.mh-xl--85 {
		margin-left: -85px;
		padding-right: -85px;
	}

	.pa-xl--80 {
		padding: -80px;
	}

	.ma-xl--80 {
		margin: -80px;
	}

	.pv-xl--80 {
		padding-top: -80px;
		padding-bottom: -80px;
	}

	.mv-xl--80 {
		margin-top: -80px;
		margin-bottom: -80px;
	}

	.ph-xl--80 {
		padding-left: -80px;
		padding-right: -80px;
	}

	.mh-xl--80 {
		margin-left: -80px;
		padding-right: -80px;
	}

	.pa-xl--75 {
		padding: -75px;
	}

	.ma-xl--75 {
		margin: -75px;
	}

	.pv-xl--75 {
		padding-top: -75px;
		padding-bottom: -75px;
	}

	.mv-xl--75 {
		margin-top: -75px;
		margin-bottom: -75px;
	}

	.ph-xl--75 {
		padding-left: -75px;
		padding-right: -75px;
	}

	.mh-xl--75 {
		margin-left: -75px;
		padding-right: -75px;
	}

	.pa-xl--70 {
		padding: -70px;
	}

	.ma-xl--70 {
		margin: -70px;
	}

	.pv-xl--70 {
		padding-top: -70px;
		padding-bottom: -70px;
	}

	.mv-xl--70 {
		margin-top: -70px;
		margin-bottom: -70px;
	}

	.ph-xl--70 {
		padding-left: -70px;
		padding-right: -70px;
	}

	.mh-xl--70 {
		margin-left: -70px;
		padding-right: -70px;
	}

	.pa-xl--65 {
		padding: -65px;
	}

	.ma-xl--65 {
		margin: -65px;
	}

	.pv-xl--65 {
		padding-top: -65px;
		padding-bottom: -65px;
	}

	.mv-xl--65 {
		margin-top: -65px;
		margin-bottom: -65px;
	}

	.ph-xl--65 {
		padding-left: -65px;
		padding-right: -65px;
	}

	.mh-xl--65 {
		margin-left: -65px;
		padding-right: -65px;
	}

	.pa-xl--60 {
		padding: -60px;
	}

	.ma-xl--60 {
		margin: -60px;
	}

	.pv-xl--60 {
		padding-top: -60px;
		padding-bottom: -60px;
	}

	.mv-xl--60 {
		margin-top: -60px;
		margin-bottom: -60px;
	}

	.ph-xl--60 {
		padding-left: -60px;
		padding-right: -60px;
	}

	.mh-xl--60 {
		margin-left: -60px;
		padding-right: -60px;
	}

	.pa-xl--55 {
		padding: -55px;
	}

	.ma-xl--55 {
		margin: -55px;
	}

	.pv-xl--55 {
		padding-top: -55px;
		padding-bottom: -55px;
	}

	.mv-xl--55 {
		margin-top: -55px;
		margin-bottom: -55px;
	}

	.ph-xl--55 {
		padding-left: -55px;
		padding-right: -55px;
	}

	.mh-xl--55 {
		margin-left: -55px;
		padding-right: -55px;
	}

	.pa-xl--50 {
		padding: -50px;
	}

	.ma-xl--50 {
		margin: -50px;
	}

	.pv-xl--50 {
		padding-top: -50px;
		padding-bottom: -50px;
	}

	.mv-xl--50 {
		margin-top: -50px;
		margin-bottom: -50px;
	}

	.ph-xl--50 {
		padding-left: -50px;
		padding-right: -50px;
	}

	.mh-xl--50 {
		margin-left: -50px;
		padding-right: -50px;
	}

	.pa-xl--45 {
		padding: -45px;
	}

	.ma-xl--45 {
		margin: -45px;
	}

	.pv-xl--45 {
		padding-top: -45px;
		padding-bottom: -45px;
	}

	.mv-xl--45 {
		margin-top: -45px;
		margin-bottom: -45px;
	}

	.ph-xl--45 {
		padding-left: -45px;
		padding-right: -45px;
	}

	.mh-xl--45 {
		margin-left: -45px;
		padding-right: -45px;
	}

	.pa-xl--40 {
		padding: -40px;
	}

	.ma-xl--40 {
		margin: -40px;
	}

	.pv-xl--40 {
		padding-top: -40px;
		padding-bottom: -40px;
	}

	.mv-xl--40 {
		margin-top: -40px;
		margin-bottom: -40px;
	}

	.ph-xl--40 {
		padding-left: -40px;
		padding-right: -40px;
	}

	.mh-xl--40 {
		margin-left: -40px;
		padding-right: -40px;
	}

	.pa-xl--35 {
		padding: -35px;
	}

	.ma-xl--35 {
		margin: -35px;
	}

	.pv-xl--35 {
		padding-top: -35px;
		padding-bottom: -35px;
	}

	.mv-xl--35 {
		margin-top: -35px;
		margin-bottom: -35px;
	}

	.ph-xl--35 {
		padding-left: -35px;
		padding-right: -35px;
	}

	.mh-xl--35 {
		margin-left: -35px;
		padding-right: -35px;
	}

	.pa-xl--30 {
		padding: -30px;
	}

	.ma-xl--30 {
		margin: -30px;
	}

	.pv-xl--30 {
		padding-top: -30px;
		padding-bottom: -30px;
	}

	.mv-xl--30 {
		margin-top: -30px;
		margin-bottom: -30px;
	}

	.ph-xl--30 {
		padding-left: -30px;
		padding-right: -30px;
	}

	.mh-xl--30 {
		margin-left: -30px;
		padding-right: -30px;
	}

	.pa-xl--25 {
		padding: -25px;
	}

	.ma-xl--25 {
		margin: -25px;
	}

	.pv-xl--25 {
		padding-top: -25px;
		padding-bottom: -25px;
	}

	.mv-xl--25 {
		margin-top: -25px;
		margin-bottom: -25px;
	}

	.ph-xl--25 {
		padding-left: -25px;
		padding-right: -25px;
	}

	.mh-xl--25 {
		margin-left: -25px;
		padding-right: -25px;
	}

	.pa-xl--20 {
		padding: -20px;
	}

	.ma-xl--20 {
		margin: -20px;
	}

	.pv-xl--20 {
		padding-top: -20px;
		padding-bottom: -20px;
	}

	.mv-xl--20 {
		margin-top: -20px;
		margin-bottom: -20px;
	}

	.ph-xl--20 {
		padding-left: -20px;
		padding-right: -20px;
	}

	.mh-xl--20 {
		margin-left: -20px;
		padding-right: -20px;
	}

	.pa-xl--15 {
		padding: -15px;
	}

	.ma-xl--15 {
		margin: -15px;
	}

	.pv-xl--15 {
		padding-top: -15px;
		padding-bottom: -15px;
	}

	.mv-xl--15 {
		margin-top: -15px;
		margin-bottom: -15px;
	}

	.ph-xl--15 {
		padding-left: -15px;
		padding-right: -15px;
	}

	.mh-xl--15 {
		margin-left: -15px;
		padding-right: -15px;
	}

	.pa-xl--10 {
		padding: -10px;
	}

	.ma-xl--10 {
		margin: -10px;
	}

	.pv-xl--10 {
		padding-top: -10px;
		padding-bottom: -10px;
	}

	.mv-xl--10 {
		margin-top: -10px;
		margin-bottom: -10px;
	}

	.ph-xl--10 {
		padding-left: -10px;
		padding-right: -10px;
	}

	.mh-xl--10 {
		margin-left: -10px;
		padding-right: -10px;
	}

	.pa-xl--5 {
		padding: -5px;
	}

	.ma-xl--5 {
		margin: -5px;
	}

	.pv-xl--5 {
		padding-top: -5px;
		padding-bottom: -5px;
	}

	.mv-xl--5 {
		margin-top: -5px;
		margin-bottom: -5px;
	}

	.ph-xl--5 {
		padding-left: -5px;
		padding-right: -5px;
	}

	.mh-xl--5 {
		margin-left: -5px;
		padding-right: -5px;
	}

	.pa-xl-0 {
		padding: 0px;
	}

	.ma-xl-0 {
		margin: 0px;
	}

	.pv-xl-0 {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.mv-xl-0 {
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.ph-xl-0 {
		padding-left: 0px;
		padding-right: 0px;
	}

	.mh-xl-0 {
		margin-left: 0px;
		padding-right: 0px;
	}

	.pa-xl-5 {
		padding: 5px;
	}

	.ma-xl-5 {
		margin: 5px;
	}

	.pv-xl-5 {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.mv-xl-5 {
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.ph-xl-5 {
		padding-left: 5px;
		padding-right: 5px;
	}

	.mh-xl-5 {
		margin-left: 5px;
		padding-right: 5px;
	}

	.pa-xl-10 {
		padding: 10px;
	}

	.ma-xl-10 {
		margin: 10px;
	}

	.pv-xl-10 {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.mv-xl-10 {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.ph-xl-10 {
		padding-left: 10px;
		padding-right: 10px;
	}

	.mh-xl-10 {
		margin-left: 10px;
		padding-right: 10px;
	}

	.pa-xl-15 {
		padding: 15px;
	}

	.ma-xl-15 {
		margin: 15px;
	}

	.pv-xl-15 {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.mv-xl-15 {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.ph-xl-15 {
		padding-left: 15px;
		padding-right: 15px;
	}

	.mh-xl-15 {
		margin-left: 15px;
		padding-right: 15px;
	}

	.pa-xl-20 {
		padding: 20px;
	}

	.ma-xl-20 {
		margin: 20px;
	}

	.pv-xl-20 {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.mv-xl-20 {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.ph-xl-20 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.mh-xl-20 {
		margin-left: 20px;
		padding-right: 20px;
	}

	.pa-xl-25 {
		padding: 25px;
	}

	.ma-xl-25 {
		margin: 25px;
	}

	.pv-xl-25 {
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.mv-xl-25 {
		margin-top: 25px;
		margin-bottom: 25px;
	}

	.ph-xl-25 {
		padding-left: 25px;
		padding-right: 25px;
	}

	.mh-xl-25 {
		margin-left: 25px;
		padding-right: 25px;
	}

	.pa-xl-30 {
		padding: 30px;
	}

	.ma-xl-30 {
		margin: 30px;
	}

	.pv-xl-30 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.mv-xl-30 {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.ph-xl-30 {
		padding-left: 30px;
		padding-right: 30px;
	}

	.mh-xl-30 {
		margin-left: 30px;
		padding-right: 30px;
	}

	.pa-xl-35 {
		padding: 35px;
	}

	.ma-xl-35 {
		margin: 35px;
	}

	.pv-xl-35 {
		padding-top: 35px;
		padding-bottom: 35px;
	}

	.mv-xl-35 {
		margin-top: 35px;
		margin-bottom: 35px;
	}

	.ph-xl-35 {
		padding-left: 35px;
		padding-right: 35px;
	}

	.mh-xl-35 {
		margin-left: 35px;
		padding-right: 35px;
	}

	.pa-xl-40 {
		padding: 40px;
	}

	.ma-xl-40 {
		margin: 40px;
	}

	.pv-xl-40 {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.mv-xl-40 {
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.ph-xl-40 {
		padding-left: 40px;
		padding-right: 40px;
	}

	.mh-xl-40 {
		margin-left: 40px;
		padding-right: 40px;
	}

	.pa-xl-45 {
		padding: 45px;
	}

	.ma-xl-45 {
		margin: 45px;
	}

	.pv-xl-45 {
		padding-top: 45px;
		padding-bottom: 45px;
	}

	.mv-xl-45 {
		margin-top: 45px;
		margin-bottom: 45px;
	}

	.ph-xl-45 {
		padding-left: 45px;
		padding-right: 45px;
	}

	.mh-xl-45 {
		margin-left: 45px;
		padding-right: 45px;
	}

	.pa-xl-50 {
		padding: 50px;
	}

	.ma-xl-50 {
		margin: 50px;
	}

	.pv-xl-50 {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.mv-xl-50 {
		margin-top: 50px;
		margin-bottom: 50px;
	}

	.ph-xl-50 {
		padding-left: 50px;
		padding-right: 50px;
	}

	.mh-xl-50 {
		margin-left: 50px;
		padding-right: 50px;
	}

	.pa-xl-55 {
		padding: 55px;
	}

	.ma-xl-55 {
		margin: 55px;
	}

	.pv-xl-55 {
		padding-top: 55px;
		padding-bottom: 55px;
	}

	.mv-xl-55 {
		margin-top: 55px;
		margin-bottom: 55px;
	}

	.ph-xl-55 {
		padding-left: 55px;
		padding-right: 55px;
	}

	.mh-xl-55 {
		margin-left: 55px;
		padding-right: 55px;
	}

	.pa-xl-60 {
		padding: 60px;
	}

	.ma-xl-60 {
		margin: 60px;
	}

	.pv-xl-60 {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.mv-xl-60 {
		margin-top: 60px;
		margin-bottom: 60px;
	}

	.ph-xl-60 {
		padding-left: 60px;
		padding-right: 60px;
	}

	.mh-xl-60 {
		margin-left: 60px;
		padding-right: 60px;
	}

	.pa-xl-65 {
		padding: 65px;
	}

	.ma-xl-65 {
		margin: 65px;
	}

	.pv-xl-65 {
		padding-top: 65px;
		padding-bottom: 65px;
	}

	.mv-xl-65 {
		margin-top: 65px;
		margin-bottom: 65px;
	}

	.ph-xl-65 {
		padding-left: 65px;
		padding-right: 65px;
	}

	.mh-xl-65 {
		margin-left: 65px;
		padding-right: 65px;
	}

	.pa-xl-70 {
		padding: 70px;
	}

	.ma-xl-70 {
		margin: 70px;
	}

	.pv-xl-70 {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.mv-xl-70 {
		margin-top: 70px;
		margin-bottom: 70px;
	}

	.ph-xl-70 {
		padding-left: 70px;
		padding-right: 70px;
	}

	.mh-xl-70 {
		margin-left: 70px;
		padding-right: 70px;
	}

	.pa-xl-75 {
		padding: 75px;
	}

	.ma-xl-75 {
		margin: 75px;
	}

	.pv-xl-75 {
		padding-top: 75px;
		padding-bottom: 75px;
	}

	.mv-xl-75 {
		margin-top: 75px;
		margin-bottom: 75px;
	}

	.ph-xl-75 {
		padding-left: 75px;
		padding-right: 75px;
	}

	.mh-xl-75 {
		margin-left: 75px;
		padding-right: 75px;
	}

	.pa-xl-80 {
		padding: 80px;
	}

	.ma-xl-80 {
		margin: 80px;
	}

	.pv-xl-80 {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.mv-xl-80 {
		margin-top: 80px;
		margin-bottom: 80px;
	}

	.ph-xl-80 {
		padding-left: 80px;
		padding-right: 80px;
	}

	.mh-xl-80 {
		margin-left: 80px;
		padding-right: 80px;
	}

	.pa-xl-85 {
		padding: 85px;
	}

	.ma-xl-85 {
		margin: 85px;
	}

	.pv-xl-85 {
		padding-top: 85px;
		padding-bottom: 85px;
	}

	.mv-xl-85 {
		margin-top: 85px;
		margin-bottom: 85px;
	}

	.ph-xl-85 {
		padding-left: 85px;
		padding-right: 85px;
	}

	.mh-xl-85 {
		margin-left: 85px;
		padding-right: 85px;
	}

	.pa-xl-90 {
		padding: 90px;
	}

	.ma-xl-90 {
		margin: 90px;
	}

	.pv-xl-90 {
		padding-top: 90px;
		padding-bottom: 90px;
	}

	.mv-xl-90 {
		margin-top: 90px;
		margin-bottom: 90px;
	}

	.ph-xl-90 {
		padding-left: 90px;
		padding-right: 90px;
	}

	.mh-xl-90 {
		margin-left: 90px;
		padding-right: 90px;
	}

	.pa-xl-95 {
		padding: 95px;
	}

	.ma-xl-95 {
		margin: 95px;
	}

	.pv-xl-95 {
		padding-top: 95px;
		padding-bottom: 95px;
	}

	.mv-xl-95 {
		margin-top: 95px;
		margin-bottom: 95px;
	}

	.ph-xl-95 {
		padding-left: 95px;
		padding-right: 95px;
	}

	.mh-xl-95 {
		margin-left: 95px;
		padding-right: 95px;
	}

	.pa-xl-100 {
		padding: 100px;
	}

	.ma-xl-100 {
		margin: 100px;
	}

	.pv-xl-100 {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.mv-xl-100 {
		margin-top: 100px;
		margin-bottom: 100px;
	}

	.ph-xl-100 {
		padding-left: 100px;
		padding-right: 100px;
	}

	.mh-xl-100 {
		margin-left: 100px;
		padding-right: 100px;
	}

	.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.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}

	.col-xl-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

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

	.col-xl-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.col-xl-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}

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

	.col-xl-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}

	.col-xl-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}

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

	.col-xl-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}

	.col-xl-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}

	.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.33333%;
	}

	.pull-xl-2 {
		right: 16.66667%;
	}

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

	.pull-xl-4 {
		right: 33.33333%;
	}

	.pull-xl-5 {
		right: 41.66667%;
	}

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

	.pull-xl-7 {
		right: 58.33333%;
	}

	.pull-xl-8 {
		right: 66.66667%;
	}

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

	.pull-xl-10 {
		right: 83.33333%;
	}

	.pull-xl-11 {
		right: 91.66667%;
	}

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

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

	.push-xl-1 {
		left: 8.33333%;
	}

	.push-xl-2 {
		left: 16.66667%;
	}

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

	.push-xl-4 {
		left: 33.33333%;
	}

	.push-xl-5 {
		left: 41.66667%;
	}

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

	.push-xl-7 {
		left: 58.33333%;
	}

	.push-xl-8 {
		left: 66.66667%;
	}

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

	.push-xl-10 {
		left: 83.33333%;
	}

	.push-xl-11 {
		left: 91.66667%;
	}

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

	.offset-xl-0 {
		margin-left: 0%;
	}

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

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

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

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

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

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

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

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

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

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

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

	.header-tools .header-login {
		display: inline-block !important;
	}

	.site-header.header-split .site-logo {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		width: auto;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.site-header.header-split .left-col {
		position: relative;
		display: table-cell;
		vertical-align: middle;
		width: 150px;
	}

	.site-header.header-split .right-col {
		width: 150px;
	}

	.site-header.header-menu-bottom:not(.sticky-header) .site-logo {
		text-align: center;
		width: 20%;
	}

	.site-header.header-menu-bottom:not(.sticky-header) .header-tools {
		width: 40%;
	}

	.site-header.header-menu-bottom .left-col {
		display: table-cell;
		vertical-align: middle;
		width: 40%;
	}

	.site-header.header-menu-bottom.sticky-header .site-logo {
		width: 20%;
	}

	.site-header.header-menu-bottom.sticky-header .left-col {
		width: auto;
	}

	.site-header.header-menu-bottom .site-menu-wrap {
		display: block;
	}

	.site-header.header-menu-bottom .site-menu-wrap > .container {
		display: table;
		width: 100%;
	}

	.site-header.header-vertical .hamburger-icon {
		display: block;
	}

	.site-header.header-vertical {
		position: fixed;
		top: 0;
		left: 0;
		height: 100% !important;
		z-index: 1000;
		box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
	}

	.admin-bar .site-header.header-vertical {
		top: 32px;
	}

	.site-header.header-vertical > .container {
		height: 100%;
		width: 100%;
		max-width: none;
	}

	.site-header.header-vertical > .container > .row {
		display: block;
		position: relative;
		height: 100%;
	}

	.site-header.header-vertical .hamburger-icon {
		position: absolute;
		left: 50%;
		top: 50%;
		transform: translate(-50%, -50%);
	}

	.site-header.header-vertical .header-text {
		display: block;
		position: fixed;
		left: 0;
		bottom: 80px;
		transform: rotate(270deg);
		margin: 0;
	}

	.site-header.header-vertical .header-tools {
		position: absolute;
		left: 0;
		bottom: 30px;
		width: 100%;
	}

	.site-header.header-vertical .header-tools > div {
		display: block;
		text-align: center;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.site-header.header-vertical .header-tools + .header-text {
		bottom: 250px;
	}

	.site-header.header-vertical-full {
		position: fixed;
		top: 0;
		left: 0;
		height: 100% !important;
		min-width: 200px;
		z-index: 1000;
		box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
	}

	.admin-bar .site-header.header-vertical-full {
		top: 32px;
	}

	.site-header.header-vertical-full > .container {
		height: 100%;
		width: 100%;
		max-width: none;
		padding: 50px 40px 0;
	}

	.site-header.header-vertical-full > .container > .row {
		display: block;
		position: relative;
		height: 100%;
	}

	.site-header.header-vertical-full .menu-wrapper {
		margin-top: 50px;
		margin-bottom: 30px;
	}

	.site-header.header-vertical-full .header-tools {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		text-align: left;
	}

	.site-header.header-vertical-full .social-links {
		position: fixed;
		bottom: 50px;
	}

	.site-header.header-vertical-full .social-links li {
		width: 48px;
		height: 48px;
		border-radius: 100%;
		line-height: 48px;
		text-align: center;
		background-color: #f4ede7;
		margin: 0 10px;
		transition: all 0.5s ease;
	}

	.site-header.header-vertical-full .social-links li:hover {
		background-color: #333;
	}

	.site-header.header-vertical-full .social-links li:hover i {
		color: #fff !important;
	}

	.site-header.header-vertical-full .social-links > li > a > i {
		color: #333 !important;
	}

	.site-header.header-vertical-full .social-links .title {
		display: none;
	}

	.site-header.header-vertical-full .search-col {
		width: 100%;
		position: absolute;
		bottom: 170px;
		border: 2px solid #ededed;
		border-radius: 52px;
	}

	.site-header.header-vertical-full .widget_search input[type="text"] {
		padding: 0 0 0 20px;
		border: none;
		margin-left: 20px;
		min-width: 120px;
	}

	.site-header.header-vertical-full .widget_search button[type="submit"], .site-header.header-vertical-full .widget_search .learts-button[type="submit"] {
		left: 0;
	}

	.site-header.header-vertical-full .widget_search form {
		margin-left: 15px;
	}

	.header-minicart .minicart-dropdown-wrapper {
		left: auto;
		right: 0;
		width: 350px;
		transform: translate3d(100%, 0, 0);
	}

	.site-mobile-menu {
		display: none;
	}

	body.mobile-menu-opened #page-container:after {
		display: none;
	}

	.page-title > .container > .row {
		min-height: 100px;
		max-height: 600px;
	}

	.has-no-sidebars .list-item .entry-thumbnail {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.has-no-sidebars .list-item .entry-body {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}

	.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.mega-menu-wide .mega-menu-content,
	.site-menu .menu > li.mega-menu.mega-menu-full-width .mega-menu-content {
		max-width: none;
	}

	.site-menu .menu > li.mega-menu .sub-menu {
		width: 100%;
	}

	.site-menu .menu > li.mega-menu .mega-menu-content {
		padding: 30px;
	}

	.site-menu .menu > li.mega-menu .vc_row {
		max-width: 100%;
		overflow: visible;
	}

	.site-header.header-vertical-full .site-menu .menu > ul > li,
	.site-header.header-vertical-full .site-menu .menu > li {
		display: block;
		text-align: left;
		height: auto !important;
		line-height: 1 !important;
		padding: 0;
		margin-bottom: 30px;
	}

	.site-header.header-vertical-full .site-menu .menu > ul > li > a,
	.site-header.header-vertical-full .site-menu .menu > li > a {
		letter-spacing: 0;
		padding: 0;
		height: auto !important;
		line-height: 1 !important;
	}

	.site-header.header-vertical-full .site-menu .menu > ul > li > a:before,
	.site-header.header-vertical-full .site-menu .menu > ul > li > a:after,
	.site-header.header-vertical-full .site-menu .menu > li > a:before,
	.site-header.header-vertical-full .site-menu .menu > li > a:after {
		display: none;
	}

	.site-header.header-vertical-full .site-menu .menu > ul > li .children,
	.site-header.header-vertical-full .site-menu .menu > li .sub-menu {
		min-width: 250px;
	}

	.site-header.header-vertical-full .site-menu .menu > ul > li .children li,
	.site-header.header-vertical-full .site-menu .menu > li .sub-menu li {
		font-size: 14px;
		font-weight: 400;
		text-transform: uppercase;
	}

	.site-header.header-vertical-full .site-menu .menu > ul > li .children li:after,
	.site-header.header-vertical-full .site-menu .menu > li .sub-menu li:after {
		color: #333 !important;
	}

	.site-header.header-vertical-full .site-menu .menu > ul > li .children li:before,
	.site-header.header-vertical-full .site-menu .menu > li .sub-menu li:before {
		background-color: #333 !important;
	}

	.site-header.header-vertical-full .site-menu .menu > ul > li .children li > a:after,
	.site-header.header-vertical-full .site-menu .menu > li .sub-menu li > a:after {
		display: none;
	}

	.site-header.header-vertical-full .site-menu .menu > li.menu-item-has-children {
		position: relative;
	}

	.site-header.header-vertical-full .site-menu .menu > li.menu-item-has-children:after {
		position: absolute;
		top: 50%;
		right: 10px;
		color: #ababab;
		font-size: 16px;
		background-color: transparent !important;
		margin: -1px;
		transform: translateY(-50%);
		content: "";
	}

	.topbar .switcher + .topbar-text,
	.topbar .switcher-menu + .topbar-text,
	.topbar .social-links + .topbar-text {
		padding-left: 20px;
	}

	.header-wishlist .wishlist-dropdown-wrapper {
		left: auto;
		right: 0;
		width: 350px;
		transform: translate3d(100%, 0, 0);
	}

	.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%;
	}

	.learts-product-buttons a {
		font-size: 18px;
	}

	.product-loop .learts-product-buttons {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		opacity: 0;
		visibility: hidden;
		transform: translateY(50%);
		transition: all 0.5s ease;
	}

	.product-loop:hover .learts-product-buttons {
		opacity: 1;
		visibility: visible;
		transform: translateY(0);
	}

	.product-loop:hover .title-wrap {
		opacity: 0;
		visibility: hidden;
		transform: translateY(-20px);
	}

	.product-loop:hover .hover-image {
		transform: translateX(-50%) scale(1);
	}

	.product-loop:hover .price {
		transform: translateY(-20px);
		opacity: 0;
		visibility: hidden;
	}

	.isw-swatches--in-loop {
		right: 20px;
		bottom: 0;
	}

	.product-style--default .isw-swatches--in-loop {
		bottom: 25px;
	}

	.product-loop.product-style--button-hover {
		margin-bottom: 30px;
	}

	.product-loop.product-style--button-hover .product-info {
		position: absolute !important;
		bottom: 30px !important;
		left: 30px !important;
		width: calc(100% - 40px) !important;
	}

	.product-loop.product-style--button-hover .product-info .product-title {
		margin-top: 0;
	}

	.product-loop.product-style--button-hover .learts-product-buttons {
		opacity: 0;
		visibility: hidden;
		position: absolute;
		top: 50%;
		left: 50%;
		text-align: center;
		transform: translate(-50%, -20%);
		z-index: 2;
		transition: all 0.5s ease;
	}

	.product-loop.product-style--button-hover .product-thumb a:before {
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		content: '';
		background-color: rgba(51, 51, 51, 0.1);
		z-index: 1;
		opacity: 0;
		visibility: hidden;
		transition: all 0.5s ease;
	}

	.product-loop.product-style--button-hover:hover .learts-product-buttons {
		opacity: 1;
		visibility: visible;
		transform: translate(-50%, -50%);
	}

	.product-loop.product-style--button-hover:hover .product-thumb a:before {
		opacity: 1;
		visibility: visible;
	}

	.product-loop.product-style--button-hover .title-wrap,
	.product-loop.product-style--button-hover .price {
		text-align: left;
	}

	.product-loop.product-style--button-hover .isw-swatches {
		display: none;
	}

	.woocommerce.single-product .product.product-layout-fullwidth > .container.full-width {
		max-width: 95%;
	}

	.woocommerce.single-product .product.product-layout-fullwidth .product_title {
		max-width: 100% !important;
	}

	.woocommerce.single-product .product.product-layout-fullwidth .entry-summary {
		text-align: center;
		padding-left: 50px;
	}

	.woocommerce.single-product .product.product-layout-fullwidth .variations {
		max-width: 600px;
		margin: 0 auto;
	}

	.woocommerce.single-product .product.product-layout-fullwidth .variations .value {
		text-align: left;
		padding-left: 80px !important;
	}

	.woocommerce.single-product .product.product-layout-fullwidth td.label {
		width: 28%;
		text-align: right;
	}

	.woocommerce.single-product .product.product-layout-fullwidth .woocommerce-variation-add-to-cart {
		max-width: 600px;
		margin: 0 auto 20px auto;
	}

	.woocommerce.single-product .product.product-layout-fullwidth .block-quantity {
		max-width: 700px;
		margin: 0 auto;
	}

	.woocommerce.single-product .product.product-layout-fullwidth .learts_qty {
		margin: 0 10px !important;
		float: left;
	}

	.woocommerce.single-product .product.product-layout-fullwidth .block-quantity > .qty {
		max-width: 250px;
		width: 100%;
		padding-right: 80px !important;
		text-align: right;
		float: left;
	}

	.woocommerce.single-product .product.product-layout-fullwidth .block-action {
		display: block;
		clear: both;
		padding-top: 30px;
		margin-bottom: 30px;
	}

	.woocommerce.single-product .product.product-layout-fullwidth .product-share {
		margin-top: 0 !important;
	}

	.woocommerce.single-product .product.product-layout-fullwidth .product_meta,
	.woocommerce.single-product .product.product-layout-fullwidth .product-share {
		max-width: 600px;
		margin: 20px auto 0 auto;
	}

	.woocommerce.single-product .product.product-layout-fullwidth .product_meta .value,
	.woocommerce.single-product .product.product-layout-fullwidth .product-share .value {
		padding-left: 14%;
		text-align: left;
	}

	.container.wide {
		max-width: 95%;
	}

	.container.full {
		max-width: 100%;
	}

	.container.full-no-paddings {
		max-width: 100%;
		padding: 0;
	}

	.learts-banner2 .banner-button {
		padding: 18px 60px;
	}

	.learts-banner4 img {
		display: block;
		width: auto;
	}

	.learts-banner4 .banner-image {
		display: inline-block;
	}

	.learts-banner4 .banner-image:after {
		display: block;
		left: -80%;
	}

	.learts-banner4 .banner-hashtag {
		display: block;
		font-size: 150px;
		margin-top: 30px;
		margin-bottom: 18px;
	}

	.learts-banner4 .banner-desc {
		font-size: 18px;
		line-height: 24px;
		letter-spacing: .3em;
		margin-bottom: 35px;
	}

	.learts-banner4 .banner-content h1 {
		font-size: 90px;
	}

	.learts-banner4 .banner-content h2 {
		font-size: 80px;
	}

	.learts-banner4 .banner-content h3 {
		font-size: 70px;
	}

	.learts-banner4 .banner-content h4 {
		font-size: 60px;
	}

	.learts-banner4 .banner-content h5 {
		font-size: 50px;
	}

	.learts-banner4 .banner-content h6 {
		font-size: 40px;
	}

	.learts-banner4 .banner-button {
		margin-top: 50px;
	}

	.learts-product-categories.categories-layout-carousel.categories-item-bottom-content .product-category-thumbnail:before, .learts-product-categories.categories-layout-default.categories-item-bottom-content .product-category-thumbnail:before {
		display: block;
		content: '';
		position: absolute;
		top: 15px;
		left: 15px;
		width: calc(100% - 30px);
		height: calc(100% - 30px);
		border: 1px solid #fff;
		z-index: 1;
	}

	.learts-product-carousel .products .slick-arrow.slick-next {
		right: -50px;
	}

	.learts-product-carousel .products .slick-arrow.slick-prev {
		left: -50px;
	}

	.learts-product-carousel .products:hover .slick-arrow.slick-next {
		right: -30px;
	}

	.learts-product-carousel .products:hover .slick-arrow.slick-prev {
		left: -30px;
	}

	.single-testimonial .learts-testimonial-carousel__text {
		font-size: 24px;
		line-height: 40px;
	}

	.ls-2 {
		letter-spacing: 2px;
	}

	.ls-3 {
		letter-spacing: 3px;
	}

	.ls-5 {
		letter-spacing: 5px;
	}

	.ls-20 {
		letter-spacing: 20px;
	}

	.btn-float-right.btn-float-right {
		float: right;
	}

	.custom-product-tab .product-filter {
		position: absolute;
		top: 20px;
		right: 0;
	}

	.learts-countdown .countdown-section {
		margin: 0 !important;
	}
}

@media (min-width: 1200px) and (max-width: 1440px) {
	.site-header.header-split .site-menu .menu > ul > li,
	.site-header.header-split .site-menu .menu > li {
		padding: 0;
	}
}

@media screen and (min-width: 1200px) {
	.isw-swatches--in-loop {
		position: absolute;
		right: 0;
		bottom: 15px;
		text-align: right;
	}

	.product-style--default .isw-swatches--in-loop {
		right: 20px;
		text-align: center;
	}
}

@media screen and (min-width: 1400px) {
	body.custom-logo-sticky .sticky-header {
		height: 105px !important;
		margin: -25px 0;
	}

	body.custom-logo-sticky .sticky-header .sub-menu {
		margin-top: -25px;
	}

	body.custom-logo-sticky .sticky-header .site-logo img:first-child {
		display: none;
	}

	body.custom-logo-sticky .sticky-header .site-logo img:last-child {
		display: block !important;
	}

	body.custom-logo-sticky .sticky-header .wishlist-dropdown-wrapper,
	body.custom-logo-sticky .sticky-header .widget_shopping_cart_content {
		margin-top: 25px;
	}
}

@media (min-width: 1440px) {
	.header-minicart .product_list_widget {
		max-height: 55vh;
	}
}

@media (min-width: 1440px) and (max-width: 1919px) {
	.site-header.header-split .left-col,
	.site-header.header-split .right-col {
		width: 15%;
	}
}

@media only screen and (min-width: 1800px) {
	.learts-banner-carousel .slick-next {
		right: 14% !important;
	}

	.learts-banner-carousel .slick-prev {
		left: 14% !important;
	}
}

@media screen and (min-width: 1800px) {
	.learts-menu-grid .menu-item.col-xl-4 .wrap-image, .learts-menu-grid .menu-item.col-xl-6 .wrap-image, .learts-menu-grid .menu-item.col-xl-12 .wrap-image {
		width: -webkit-max-content;
		width: max-content;
		margin: 0 auto;
	}
}

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

	.pt-xxl--100 {
		padding-top: -100px;
	}

	.pt-xxl--100-i {
		padding-top: -100px !important;
	}

	.mt-xxl--100 {
		margin-top: -100px;
	}

	.mt-xxl--100-i {
		margin-top: -100px !important;
	}

	.pt-xxl--95 {
		padding-top: -95px;
	}

	.pt-xxl--95-i {
		padding-top: -95px !important;
	}

	.mt-xxl--95 {
		margin-top: -95px;
	}

	.mt-xxl--95-i {
		margin-top: -95px !important;
	}

	.pt-xxl--90 {
		padding-top: -90px;
	}

	.pt-xxl--90-i {
		padding-top: -90px !important;
	}

	.mt-xxl--90 {
		margin-top: -90px;
	}

	.mt-xxl--90-i {
		margin-top: -90px !important;
	}

	.pt-xxl--85 {
		padding-top: -85px;
	}

	.pt-xxl--85-i {
		padding-top: -85px !important;
	}

	.mt-xxl--85 {
		margin-top: -85px;
	}

	.mt-xxl--85-i {
		margin-top: -85px !important;
	}

	.pt-xxl--80 {
		padding-top: -80px;
	}

	.pt-xxl--80-i {
		padding-top: -80px !important;
	}

	.mt-xxl--80 {
		margin-top: -80px;
	}

	.mt-xxl--80-i {
		margin-top: -80px !important;
	}

	.pt-xxl--75 {
		padding-top: -75px;
	}

	.pt-xxl--75-i {
		padding-top: -75px !important;
	}

	.mt-xxl--75 {
		margin-top: -75px;
	}

	.mt-xxl--75-i {
		margin-top: -75px !important;
	}

	.pt-xxl--70 {
		padding-top: -70px;
	}

	.pt-xxl--70-i {
		padding-top: -70px !important;
	}

	.mt-xxl--70 {
		margin-top: -70px;
	}

	.mt-xxl--70-i {
		margin-top: -70px !important;
	}

	.pt-xxl--65 {
		padding-top: -65px;
	}

	.pt-xxl--65-i {
		padding-top: -65px !important;
	}

	.mt-xxl--65 {
		margin-top: -65px;
	}

	.mt-xxl--65-i {
		margin-top: -65px !important;
	}

	.pt-xxl--60 {
		padding-top: -60px;
	}

	.pt-xxl--60-i {
		padding-top: -60px !important;
	}

	.mt-xxl--60 {
		margin-top: -60px;
	}

	.mt-xxl--60-i {
		margin-top: -60px !important;
	}

	.pt-xxl--55 {
		padding-top: -55px;
	}

	.pt-xxl--55-i {
		padding-top: -55px !important;
	}

	.mt-xxl--55 {
		margin-top: -55px;
	}

	.mt-xxl--55-i {
		margin-top: -55px !important;
	}

	.pt-xxl--50 {
		padding-top: -50px;
	}

	.pt-xxl--50-i {
		padding-top: -50px !important;
	}

	.mt-xxl--50 {
		margin-top: -50px;
	}

	.mt-xxl--50-i {
		margin-top: -50px !important;
	}

	.pt-xxl--45 {
		padding-top: -45px;
	}

	.pt-xxl--45-i {
		padding-top: -45px !important;
	}

	.mt-xxl--45 {
		margin-top: -45px;
	}

	.mt-xxl--45-i {
		margin-top: -45px !important;
	}

	.pt-xxl--40 {
		padding-top: -40px;
	}

	.pt-xxl--40-i {
		padding-top: -40px !important;
	}

	.mt-xxl--40 {
		margin-top: -40px;
	}

	.mt-xxl--40-i {
		margin-top: -40px !important;
	}

	.pt-xxl--35 {
		padding-top: -35px;
	}

	.pt-xxl--35-i {
		padding-top: -35px !important;
	}

	.mt-xxl--35 {
		margin-top: -35px;
	}

	.mt-xxl--35-i {
		margin-top: -35px !important;
	}

	.pt-xxl--30 {
		padding-top: -30px;
	}

	.pt-xxl--30-i {
		padding-top: -30px !important;
	}

	.mt-xxl--30 {
		margin-top: -30px;
	}

	.mt-xxl--30-i {
		margin-top: -30px !important;
	}

	.pt-xxl--25 {
		padding-top: -25px;
	}

	.pt-xxl--25-i {
		padding-top: -25px !important;
	}

	.mt-xxl--25 {
		margin-top: -25px;
	}

	.mt-xxl--25-i {
		margin-top: -25px !important;
	}

	.pt-xxl--20 {
		padding-top: -20px;
	}

	.pt-xxl--20-i {
		padding-top: -20px !important;
	}

	.mt-xxl--20 {
		margin-top: -20px;
	}

	.mt-xxl--20-i {
		margin-top: -20px !important;
	}

	.pt-xxl--15 {
		padding-top: -15px;
	}

	.pt-xxl--15-i {
		padding-top: -15px !important;
	}

	.mt-xxl--15 {
		margin-top: -15px;
	}

	.mt-xxl--15-i {
		margin-top: -15px !important;
	}

	.pt-xxl--10 {
		padding-top: -10px;
	}

	.pt-xxl--10-i {
		padding-top: -10px !important;
	}

	.mt-xxl--10 {
		margin-top: -10px;
	}

	.mt-xxl--10-i {
		margin-top: -10px !important;
	}

	.pt-xxl--5 {
		padding-top: -5px;
	}

	.pt-xxl--5-i {
		padding-top: -5px !important;
	}

	.mt-xxl--5 {
		margin-top: -5px;
	}

	.mt-xxl--5-i {
		margin-top: -5px !important;
	}

	.pt-xxl-0 {
		padding-top: 0px;
	}

	.pt-xxl-0-i {
		padding-top: 0px !important;
	}

	.mt-xxl-0 {
		margin-top: 0px;
	}

	.mt-xxl-0-i {
		margin-top: 0px !important;
	}

	.pt-xxl-5 {
		padding-top: 5px;
	}

	.pt-xxl-5-i {
		padding-top: 5px !important;
	}

	.mt-xxl-5 {
		margin-top: 5px;
	}

	.mt-xxl-5-i {
		margin-top: 5px !important;
	}

	.pt-xxl-10 {
		padding-top: 10px;
	}

	.pt-xxl-10-i {
		padding-top: 10px !important;
	}

	.mt-xxl-10 {
		margin-top: 10px;
	}

	.mt-xxl-10-i {
		margin-top: 10px !important;
	}

	.pt-xxl-15 {
		padding-top: 15px;
	}

	.pt-xxl-15-i {
		padding-top: 15px !important;
	}

	.mt-xxl-15 {
		margin-top: 15px;
	}

	.mt-xxl-15-i {
		margin-top: 15px !important;
	}

	.pt-xxl-20 {
		padding-top: 20px;
	}

	.pt-xxl-20-i {
		padding-top: 20px !important;
	}

	.mt-xxl-20 {
		margin-top: 20px;
	}

	.mt-xxl-20-i {
		margin-top: 20px !important;
	}

	.pt-xxl-25 {
		padding-top: 25px;
	}

	.pt-xxl-25-i {
		padding-top: 25px !important;
	}

	.mt-xxl-25 {
		margin-top: 25px;
	}

	.mt-xxl-25-i {
		margin-top: 25px !important;
	}

	.pt-xxl-30 {
		padding-top: 30px;
	}

	.pt-xxl-30-i {
		padding-top: 30px !important;
	}

	.mt-xxl-30 {
		margin-top: 30px;
	}

	.mt-xxl-30-i {
		margin-top: 30px !important;
	}

	.pt-xxl-35 {
		padding-top: 35px;
	}

	.pt-xxl-35-i {
		padding-top: 35px !important;
	}

	.mt-xxl-35 {
		margin-top: 35px;
	}

	.mt-xxl-35-i {
		margin-top: 35px !important;
	}

	.pt-xxl-40 {
		padding-top: 40px;
	}

	.pt-xxl-40-i {
		padding-top: 40px !important;
	}

	.mt-xxl-40 {
		margin-top: 40px;
	}

	.mt-xxl-40-i {
		margin-top: 40px !important;
	}

	.pt-xxl-45 {
		padding-top: 45px;
	}

	.pt-xxl-45-i {
		padding-top: 45px !important;
	}

	.mt-xxl-45 {
		margin-top: 45px;
	}

	.mt-xxl-45-i {
		margin-top: 45px !important;
	}

	.pt-xxl-50 {
		padding-top: 50px;
	}

	.pt-xxl-50-i {
		padding-top: 50px !important;
	}

	.mt-xxl-50 {
		margin-top: 50px;
	}

	.mt-xxl-50-i {
		margin-top: 50px !important;
	}

	.pt-xxl-55 {
		padding-top: 55px;
	}

	.pt-xxl-55-i {
		padding-top: 55px !important;
	}

	.mt-xxl-55 {
		margin-top: 55px;
	}

	.mt-xxl-55-i {
		margin-top: 55px !important;
	}

	.pt-xxl-60 {
		padding-top: 60px;
	}

	.pt-xxl-60-i {
		padding-top: 60px !important;
	}

	.mt-xxl-60 {
		margin-top: 60px;
	}

	.mt-xxl-60-i {
		margin-top: 60px !important;
	}

	.pt-xxl-65 {
		padding-top: 65px;
	}

	.pt-xxl-65-i {
		padding-top: 65px !important;
	}

	.mt-xxl-65 {
		margin-top: 65px;
	}

	.mt-xxl-65-i {
		margin-top: 65px !important;
	}

	.pt-xxl-70 {
		padding-top: 70px;
	}

	.pt-xxl-70-i {
		padding-top: 70px !important;
	}

	.mt-xxl-70 {
		margin-top: 70px;
	}

	.mt-xxl-70-i {
		margin-top: 70px !important;
	}

	.pt-xxl-75 {
		padding-top: 75px;
	}

	.pt-xxl-75-i {
		padding-top: 75px !important;
	}

	.mt-xxl-75 {
		margin-top: 75px;
	}

	.mt-xxl-75-i {
		margin-top: 75px !important;
	}

	.pt-xxl-80 {
		padding-top: 80px;
	}

	.pt-xxl-80-i {
		padding-top: 80px !important;
	}

	.mt-xxl-80 {
		margin-top: 80px;
	}

	.mt-xxl-80-i {
		margin-top: 80px !important;
	}

	.pt-xxl-85 {
		padding-top: 85px;
	}

	.pt-xxl-85-i {
		padding-top: 85px !important;
	}

	.mt-xxl-85 {
		margin-top: 85px;
	}

	.mt-xxl-85-i {
		margin-top: 85px !important;
	}

	.pt-xxl-90 {
		padding-top: 90px;
	}

	.pt-xxl-90-i {
		padding-top: 90px !important;
	}

	.mt-xxl-90 {
		margin-top: 90px;
	}

	.mt-xxl-90-i {
		margin-top: 90px !important;
	}

	.pt-xxl-95 {
		padding-top: 95px;
	}

	.pt-xxl-95-i {
		padding-top: 95px !important;
	}

	.mt-xxl-95 {
		margin-top: 95px;
	}

	.mt-xxl-95-i {
		margin-top: 95px !important;
	}

	.pt-xxl-100 {
		padding-top: 100px;
	}

	.pt-xxl-100-i {
		padding-top: 100px !important;
	}

	.mt-xxl-100 {
		margin-top: 100px;
	}

	.mt-xxl-100-i {
		margin-top: 100px !important;
	}

	.pr-xxl--100 {
		padding-right: -100px;
	}

	.pr-xxl--100-i {
		padding-right: -100px !important;
	}

	.mr-xxl--100 {
		margin-right: -100px;
	}

	.mr-xxl--100-i {
		margin-right: -100px !important;
	}

	.pr-xxl--95 {
		padding-right: -95px;
	}

	.pr-xxl--95-i {
		padding-right: -95px !important;
	}

	.mr-xxl--95 {
		margin-right: -95px;
	}

	.mr-xxl--95-i {
		margin-right: -95px !important;
	}

	.pr-xxl--90 {
		padding-right: -90px;
	}

	.pr-xxl--90-i {
		padding-right: -90px !important;
	}

	.mr-xxl--90 {
		margin-right: -90px;
	}

	.mr-xxl--90-i {
		margin-right: -90px !important;
	}

	.pr-xxl--85 {
		padding-right: -85px;
	}

	.pr-xxl--85-i {
		padding-right: -85px !important;
	}

	.mr-xxl--85 {
		margin-right: -85px;
	}

	.mr-xxl--85-i {
		margin-right: -85px !important;
	}

	.pr-xxl--80 {
		padding-right: -80px;
	}

	.pr-xxl--80-i {
		padding-right: -80px !important;
	}

	.mr-xxl--80 {
		margin-right: -80px;
	}

	.mr-xxl--80-i {
		margin-right: -80px !important;
	}

	.pr-xxl--75 {
		padding-right: -75px;
	}

	.pr-xxl--75-i {
		padding-right: -75px !important;
	}

	.mr-xxl--75 {
		margin-right: -75px;
	}

	.mr-xxl--75-i {
		margin-right: -75px !important;
	}

	.pr-xxl--70 {
		padding-right: -70px;
	}

	.pr-xxl--70-i {
		padding-right: -70px !important;
	}

	.mr-xxl--70 {
		margin-right: -70px;
	}

	.mr-xxl--70-i {
		margin-right: -70px !important;
	}

	.pr-xxl--65 {
		padding-right: -65px;
	}

	.pr-xxl--65-i {
		padding-right: -65px !important;
	}

	.mr-xxl--65 {
		margin-right: -65px;
	}

	.mr-xxl--65-i {
		margin-right: -65px !important;
	}

	.pr-xxl--60 {
		padding-right: -60px;
	}

	.pr-xxl--60-i {
		padding-right: -60px !important;
	}

	.mr-xxl--60 {
		margin-right: -60px;
	}

	.mr-xxl--60-i {
		margin-right: -60px !important;
	}

	.pr-xxl--55 {
		padding-right: -55px;
	}

	.pr-xxl--55-i {
		padding-right: -55px !important;
	}

	.mr-xxl--55 {
		margin-right: -55px;
	}

	.mr-xxl--55-i {
		margin-right: -55px !important;
	}

	.pr-xxl--50 {
		padding-right: -50px;
	}

	.pr-xxl--50-i {
		padding-right: -50px !important;
	}

	.mr-xxl--50 {
		margin-right: -50px;
	}

	.mr-xxl--50-i {
		margin-right: -50px !important;
	}

	.pr-xxl--45 {
		padding-right: -45px;
	}

	.pr-xxl--45-i {
		padding-right: -45px !important;
	}

	.mr-xxl--45 {
		margin-right: -45px;
	}

	.mr-xxl--45-i {
		margin-right: -45px !important;
	}

	.pr-xxl--40 {
		padding-right: -40px;
	}

	.pr-xxl--40-i {
		padding-right: -40px !important;
	}

	.mr-xxl--40 {
		margin-right: -40px;
	}

	.mr-xxl--40-i {
		margin-right: -40px !important;
	}

	.pr-xxl--35 {
		padding-right: -35px;
	}

	.pr-xxl--35-i {
		padding-right: -35px !important;
	}

	.mr-xxl--35 {
		margin-right: -35px;
	}

	.mr-xxl--35-i {
		margin-right: -35px !important;
	}

	.pr-xxl--30 {
		padding-right: -30px;
	}

	.pr-xxl--30-i {
		padding-right: -30px !important;
	}

	.mr-xxl--30 {
		margin-right: -30px;
	}

	.mr-xxl--30-i {
		margin-right: -30px !important;
	}

	.pr-xxl--25 {
		padding-right: -25px;
	}

	.pr-xxl--25-i {
		padding-right: -25px !important;
	}

	.mr-xxl--25 {
		margin-right: -25px;
	}

	.mr-xxl--25-i {
		margin-right: -25px !important;
	}

	.pr-xxl--20 {
		padding-right: -20px;
	}

	.pr-xxl--20-i {
		padding-right: -20px !important;
	}

	.mr-xxl--20 {
		margin-right: -20px;
	}

	.mr-xxl--20-i {
		margin-right: -20px !important;
	}

	.pr-xxl--15 {
		padding-right: -15px;
	}

	.pr-xxl--15-i {
		padding-right: -15px !important;
	}

	.mr-xxl--15 {
		margin-right: -15px;
	}

	.mr-xxl--15-i {
		margin-right: -15px !important;
	}

	.pr-xxl--10 {
		padding-right: -10px;
	}

	.pr-xxl--10-i {
		padding-right: -10px !important;
	}

	.mr-xxl--10 {
		margin-right: -10px;
	}

	.mr-xxl--10-i {
		margin-right: -10px !important;
	}

	.pr-xxl--5 {
		padding-right: -5px;
	}

	.pr-xxl--5-i {
		padding-right: -5px !important;
	}

	.mr-xxl--5 {
		margin-right: -5px;
	}

	.mr-xxl--5-i {
		margin-right: -5px !important;
	}

	.pr-xxl-0 {
		padding-right: 0px;
	}

	.pr-xxl-0-i {
		padding-right: 0px !important;
	}

	.mr-xxl-0 {
		margin-right: 0px;
	}

	.mr-xxl-0-i {
		margin-right: 0px !important;
	}

	.pr-xxl-5 {
		padding-right: 5px;
	}

	.pr-xxl-5-i {
		padding-right: 5px !important;
	}

	.mr-xxl-5 {
		margin-right: 5px;
	}

	.mr-xxl-5-i {
		margin-right: 5px !important;
	}

	.pr-xxl-10 {
		padding-right: 10px;
	}

	.pr-xxl-10-i {
		padding-right: 10px !important;
	}

	.mr-xxl-10 {
		margin-right: 10px;
	}

	.mr-xxl-10-i {
		margin-right: 10px !important;
	}

	.pr-xxl-15 {
		padding-right: 15px;
	}

	.pr-xxl-15-i {
		padding-right: 15px !important;
	}

	.mr-xxl-15 {
		margin-right: 15px;
	}

	.mr-xxl-15-i {
		margin-right: 15px !important;
	}

	.pr-xxl-20 {
		padding-right: 20px;
	}

	.pr-xxl-20-i {
		padding-right: 20px !important;
	}

	.mr-xxl-20 {
		margin-right: 20px;
	}

	.mr-xxl-20-i {
		margin-right: 20px !important;
	}

	.pr-xxl-25 {
		padding-right: 25px;
	}

	.pr-xxl-25-i {
		padding-right: 25px !important;
	}

	.mr-xxl-25 {
		margin-right: 25px;
	}

	.mr-xxl-25-i {
		margin-right: 25px !important;
	}

	.pr-xxl-30 {
		padding-right: 30px;
	}

	.pr-xxl-30-i {
		padding-right: 30px !important;
	}

	.mr-xxl-30 {
		margin-right: 30px;
	}

	.mr-xxl-30-i {
		margin-right: 30px !important;
	}

	.pr-xxl-35 {
		padding-right: 35px;
	}

	.pr-xxl-35-i {
		padding-right: 35px !important;
	}

	.mr-xxl-35 {
		margin-right: 35px;
	}

	.mr-xxl-35-i {
		margin-right: 35px !important;
	}

	.pr-xxl-40 {
		padding-right: 40px;
	}

	.pr-xxl-40-i {
		padding-right: 40px !important;
	}

	.mr-xxl-40 {
		margin-right: 40px;
	}

	.mr-xxl-40-i {
		margin-right: 40px !important;
	}

	.pr-xxl-45 {
		padding-right: 45px;
	}

	.pr-xxl-45-i {
		padding-right: 45px !important;
	}

	.mr-xxl-45 {
		margin-right: 45px;
	}

	.mr-xxl-45-i {
		margin-right: 45px !important;
	}

	.pr-xxl-50 {
		padding-right: 50px;
	}

	.pr-xxl-50-i {
		padding-right: 50px !important;
	}

	.mr-xxl-50 {
		margin-right: 50px;
	}

	.mr-xxl-50-i {
		margin-right: 50px !important;
	}

	.pr-xxl-55 {
		padding-right: 55px;
	}

	.pr-xxl-55-i {
		padding-right: 55px !important;
	}

	.mr-xxl-55 {
		margin-right: 55px;
	}

	.mr-xxl-55-i {
		margin-right: 55px !important;
	}

	.pr-xxl-60 {
		padding-right: 60px;
	}

	.pr-xxl-60-i {
		padding-right: 60px !important;
	}

	.mr-xxl-60 {
		margin-right: 60px;
	}

	.mr-xxl-60-i {
		margin-right: 60px !important;
	}

	.pr-xxl-65 {
		padding-right: 65px;
	}

	.pr-xxl-65-i {
		padding-right: 65px !important;
	}

	.mr-xxl-65 {
		margin-right: 65px;
	}

	.mr-xxl-65-i {
		margin-right: 65px !important;
	}

	.pr-xxl-70 {
		padding-right: 70px;
	}

	.pr-xxl-70-i {
		padding-right: 70px !important;
	}

	.mr-xxl-70 {
		margin-right: 70px;
	}

	.mr-xxl-70-i {
		margin-right: 70px !important;
	}

	.pr-xxl-75 {
		padding-right: 75px;
	}

	.pr-xxl-75-i {
		padding-right: 75px !important;
	}

	.mr-xxl-75 {
		margin-right: 75px;
	}

	.mr-xxl-75-i {
		margin-right: 75px !important;
	}

	.pr-xxl-80 {
		padding-right: 80px;
	}

	.pr-xxl-80-i {
		padding-right: 80px !important;
	}

	.mr-xxl-80 {
		margin-right: 80px;
	}

	.mr-xxl-80-i {
		margin-right: 80px !important;
	}

	.pr-xxl-85 {
		padding-right: 85px;
	}

	.pr-xxl-85-i {
		padding-right: 85px !important;
	}

	.mr-xxl-85 {
		margin-right: 85px;
	}

	.mr-xxl-85-i {
		margin-right: 85px !important;
	}

	.pr-xxl-90 {
		padding-right: 90px;
	}

	.pr-xxl-90-i {
		padding-right: 90px !important;
	}

	.mr-xxl-90 {
		margin-right: 90px;
	}

	.mr-xxl-90-i {
		margin-right: 90px !important;
	}

	.pr-xxl-95 {
		padding-right: 95px;
	}

	.pr-xxl-95-i {
		padding-right: 95px !important;
	}

	.mr-xxl-95 {
		margin-right: 95px;
	}

	.mr-xxl-95-i {
		margin-right: 95px !important;
	}

	.pr-xxl-100 {
		padding-right: 100px;
	}

	.pr-xxl-100-i {
		padding-right: 100px !important;
	}

	.mr-xxl-100 {
		margin-right: 100px;
	}

	.mr-xxl-100-i {
		margin-right: 100px !important;
	}

	.pb-xxl--100 {
		padding-bottom: -100px;
	}

	.pb-xxl--100-i {
		padding-bottom: -100px !important;
	}

	.mb-xxl--100 {
		margin-bottom: -100px;
	}

	.mb-xxl--100-i {
		margin-bottom: -100px !important;
	}

	.pb-xxl--95 {
		padding-bottom: -95px;
	}

	.pb-xxl--95-i {
		padding-bottom: -95px !important;
	}

	.mb-xxl--95 {
		margin-bottom: -95px;
	}

	.mb-xxl--95-i {
		margin-bottom: -95px !important;
	}

	.pb-xxl--90 {
		padding-bottom: -90px;
	}

	.pb-xxl--90-i {
		padding-bottom: -90px !important;
	}

	.mb-xxl--90 {
		margin-bottom: -90px;
	}

	.mb-xxl--90-i {
		margin-bottom: -90px !important;
	}

	.pb-xxl--85 {
		padding-bottom: -85px;
	}

	.pb-xxl--85-i {
		padding-bottom: -85px !important;
	}

	.mb-xxl--85 {
		margin-bottom: -85px;
	}

	.mb-xxl--85-i {
		margin-bottom: -85px !important;
	}

	.pb-xxl--80 {
		padding-bottom: -80px;
	}

	.pb-xxl--80-i {
		padding-bottom: -80px !important;
	}

	.mb-xxl--80 {
		margin-bottom: -80px;
	}

	.mb-xxl--80-i {
		margin-bottom: -80px !important;
	}

	.pb-xxl--75 {
		padding-bottom: -75px;
	}

	.pb-xxl--75-i {
		padding-bottom: -75px !important;
	}

	.mb-xxl--75 {
		margin-bottom: -75px;
	}

	.mb-xxl--75-i {
		margin-bottom: -75px !important;
	}

	.pb-xxl--70 {
		padding-bottom: -70px;
	}

	.pb-xxl--70-i {
		padding-bottom: -70px !important;
	}

	.mb-xxl--70 {
		margin-bottom: -70px;
	}

	.mb-xxl--70-i {
		margin-bottom: -70px !important;
	}

	.pb-xxl--65 {
		padding-bottom: -65px;
	}

	.pb-xxl--65-i {
		padding-bottom: -65px !important;
	}

	.mb-xxl--65 {
		margin-bottom: -65px;
	}

	.mb-xxl--65-i {
		margin-bottom: -65px !important;
	}

	.pb-xxl--60 {
		padding-bottom: -60px;
	}

	.pb-xxl--60-i {
		padding-bottom: -60px !important;
	}

	.mb-xxl--60 {
		margin-bottom: -60px;
	}

	.mb-xxl--60-i {
		margin-bottom: -60px !important;
	}

	.pb-xxl--55 {
		padding-bottom: -55px;
	}

	.pb-xxl--55-i {
		padding-bottom: -55px !important;
	}

	.mb-xxl--55 {
		margin-bottom: -55px;
	}

	.mb-xxl--55-i {
		margin-bottom: -55px !important;
	}

	.pb-xxl--50 {
		padding-bottom: -50px;
	}

	.pb-xxl--50-i {
		padding-bottom: -50px !important;
	}

	.mb-xxl--50 {
		margin-bottom: -50px;
	}

	.mb-xxl--50-i {
		margin-bottom: -50px !important;
	}

	.pb-xxl--45 {
		padding-bottom: -45px;
	}

	.pb-xxl--45-i {
		padding-bottom: -45px !important;
	}

	.mb-xxl--45 {
		margin-bottom: -45px;
	}

	.mb-xxl--45-i {
		margin-bottom: -45px !important;
	}

	.pb-xxl--40 {
		padding-bottom: -40px;
	}

	.pb-xxl--40-i {
		padding-bottom: -40px !important;
	}

	.mb-xxl--40 {
		margin-bottom: -40px;
	}

	.mb-xxl--40-i {
		margin-bottom: -40px !important;
	}

	.pb-xxl--35 {
		padding-bottom: -35px;
	}

	.pb-xxl--35-i {
		padding-bottom: -35px !important;
	}

	.mb-xxl--35 {
		margin-bottom: -35px;
	}

	.mb-xxl--35-i {
		margin-bottom: -35px !important;
	}

	.pb-xxl--30 {
		padding-bottom: -30px;
	}

	.pb-xxl--30-i {
		padding-bottom: -30px !important;
	}

	.mb-xxl--30 {
		margin-bottom: -30px;
	}

	.mb-xxl--30-i {
		margin-bottom: -30px !important;
	}

	.pb-xxl--25 {
		padding-bottom: -25px;
	}

	.pb-xxl--25-i {
		padding-bottom: -25px !important;
	}

	.mb-xxl--25 {
		margin-bottom: -25px;
	}

	.mb-xxl--25-i {
		margin-bottom: -25px !important;
	}

	.pb-xxl--20 {
		padding-bottom: -20px;
	}

	.pb-xxl--20-i {
		padding-bottom: -20px !important;
	}

	.mb-xxl--20 {
		margin-bottom: -20px;
	}

	.mb-xxl--20-i {
		margin-bottom: -20px !important;
	}

	.pb-xxl--15 {
		padding-bottom: -15px;
	}

	.pb-xxl--15-i {
		padding-bottom: -15px !important;
	}

	.mb-xxl--15 {
		margin-bottom: -15px;
	}

	.mb-xxl--15-i {
		margin-bottom: -15px !important;
	}

	.pb-xxl--10 {
		padding-bottom: -10px;
	}

	.pb-xxl--10-i {
		padding-bottom: -10px !important;
	}

	.mb-xxl--10 {
		margin-bottom: -10px;
	}

	.mb-xxl--10-i {
		margin-bottom: -10px !important;
	}

	.pb-xxl--5 {
		padding-bottom: -5px;
	}

	.pb-xxl--5-i {
		padding-bottom: -5px !important;
	}

	.mb-xxl--5 {
		margin-bottom: -5px;
	}

	.mb-xxl--5-i {
		margin-bottom: -5px !important;
	}

	.pb-xxl-0 {
		padding-bottom: 0px;
	}

	.pb-xxl-0-i {
		padding-bottom: 0px !important;
	}

	.mb-xxl-0 {
		margin-bottom: 0px;
	}

	.mb-xxl-0-i {
		margin-bottom: 0px !important;
	}

	.pb-xxl-5 {
		padding-bottom: 5px;
	}

	.pb-xxl-5-i {
		padding-bottom: 5px !important;
	}

	.mb-xxl-5 {
		margin-bottom: 5px;
	}

	.mb-xxl-5-i {
		margin-bottom: 5px !important;
	}

	.pb-xxl-10 {
		padding-bottom: 10px;
	}

	.pb-xxl-10-i {
		padding-bottom: 10px !important;
	}

	.mb-xxl-10 {
		margin-bottom: 10px;
	}

	.mb-xxl-10-i {
		margin-bottom: 10px !important;
	}

	.pb-xxl-15 {
		padding-bottom: 15px;
	}

	.pb-xxl-15-i {
		padding-bottom: 15px !important;
	}

	.mb-xxl-15 {
		margin-bottom: 15px;
	}

	.mb-xxl-15-i {
		margin-bottom: 15px !important;
	}

	.pb-xxl-20 {
		padding-bottom: 20px;
	}

	.pb-xxl-20-i {
		padding-bottom: 20px !important;
	}

	.mb-xxl-20 {
		margin-bottom: 20px;
	}

	.mb-xxl-20-i {
		margin-bottom: 20px !important;
	}

	.pb-xxl-25 {
		padding-bottom: 25px;
	}

	.pb-xxl-25-i {
		padding-bottom: 25px !important;
	}

	.mb-xxl-25 {
		margin-bottom: 25px;
	}

	.mb-xxl-25-i {
		margin-bottom: 25px !important;
	}

	.pb-xxl-30 {
		padding-bottom: 30px;
	}

	.pb-xxl-30-i {
		padding-bottom: 30px !important;
	}

	.mb-xxl-30 {
		margin-bottom: 30px;
	}

	.mb-xxl-30-i {
		margin-bottom: 30px !important;
	}

	.pb-xxl-35 {
		padding-bottom: 35px;
	}

	.pb-xxl-35-i {
		padding-bottom: 35px !important;
	}

	.mb-xxl-35 {
		margin-bottom: 35px;
	}

	.mb-xxl-35-i {
		margin-bottom: 35px !important;
	}

	.pb-xxl-40 {
		padding-bottom: 40px;
	}

	.pb-xxl-40-i {
		padding-bottom: 40px !important;
	}

	.mb-xxl-40 {
		margin-bottom: 40px;
	}

	.mb-xxl-40-i {
		margin-bottom: 40px !important;
	}

	.pb-xxl-45 {
		padding-bottom: 45px;
	}

	.pb-xxl-45-i {
		padding-bottom: 45px !important;
	}

	.mb-xxl-45 {
		margin-bottom: 45px;
	}

	.mb-xxl-45-i {
		margin-bottom: 45px !important;
	}

	.pb-xxl-50 {
		padding-bottom: 50px;
	}

	.pb-xxl-50-i {
		padding-bottom: 50px !important;
	}

	.mb-xxl-50 {
		margin-bottom: 50px;
	}

	.mb-xxl-50-i {
		margin-bottom: 50px !important;
	}

	.pb-xxl-55 {
		padding-bottom: 55px;
	}

	.pb-xxl-55-i {
		padding-bottom: 55px !important;
	}

	.mb-xxl-55 {
		margin-bottom: 55px;
	}

	.mb-xxl-55-i {
		margin-bottom: 55px !important;
	}

	.pb-xxl-60 {
		padding-bottom: 60px;
	}

	.pb-xxl-60-i {
		padding-bottom: 60px !important;
	}

	.mb-xxl-60 {
		margin-bottom: 60px;
	}

	.mb-xxl-60-i {
		margin-bottom: 60px !important;
	}

	.pb-xxl-65 {
		padding-bottom: 65px;
	}

	.pb-xxl-65-i {
		padding-bottom: 65px !important;
	}

	.mb-xxl-65 {
		margin-bottom: 65px;
	}

	.mb-xxl-65-i {
		margin-bottom: 65px !important;
	}

	.pb-xxl-70 {
		padding-bottom: 70px;
	}

	.pb-xxl-70-i {
		padding-bottom: 70px !important;
	}

	.mb-xxl-70 {
		margin-bottom: 70px;
	}

	.mb-xxl-70-i {
		margin-bottom: 70px !important;
	}

	.pb-xxl-75 {
		padding-bottom: 75px;
	}

	.pb-xxl-75-i {
		padding-bottom: 75px !important;
	}

	.mb-xxl-75 {
		margin-bottom: 75px;
	}

	.mb-xxl-75-i {
		margin-bottom: 75px !important;
	}

	.pb-xxl-80 {
		padding-bottom: 80px;
	}

	.pb-xxl-80-i {
		padding-bottom: 80px !important;
	}

	.mb-xxl-80 {
		margin-bottom: 80px;
	}

	.mb-xxl-80-i {
		margin-bottom: 80px !important;
	}

	.pb-xxl-85 {
		padding-bottom: 85px;
	}

	.pb-xxl-85-i {
		padding-bottom: 85px !important;
	}

	.mb-xxl-85 {
		margin-bottom: 85px;
	}

	.mb-xxl-85-i {
		margin-bottom: 85px !important;
	}

	.pb-xxl-90 {
		padding-bottom: 90px;
	}

	.pb-xxl-90-i {
		padding-bottom: 90px !important;
	}

	.mb-xxl-90 {
		margin-bottom: 90px;
	}

	.mb-xxl-90-i {
		margin-bottom: 90px !important;
	}

	.pb-xxl-95 {
		padding-bottom: 95px;
	}

	.pb-xxl-95-i {
		padding-bottom: 95px !important;
	}

	.mb-xxl-95 {
		margin-bottom: 95px;
	}

	.mb-xxl-95-i {
		margin-bottom: 95px !important;
	}

	.pb-xxl-100 {
		padding-bottom: 100px;
	}

	.pb-xxl-100-i {
		padding-bottom: 100px !important;
	}

	.mb-xxl-100 {
		margin-bottom: 100px;
	}

	.mb-xxl-100-i {
		margin-bottom: 100px !important;
	}

	.pl-xxl--100 {
		padding-left: -100px;
	}

	.pl-xxl--100-i {
		padding-left: -100px !important;
	}

	.ml-xxl--100 {
		margin-left: -100px;
	}

	.ml-xxl--100-i {
		margin-left: -100px !important;
	}

	.pl-xxl--95 {
		padding-left: -95px;
	}

	.pl-xxl--95-i {
		padding-left: -95px !important;
	}

	.ml-xxl--95 {
		margin-left: -95px;
	}

	.ml-xxl--95-i {
		margin-left: -95px !important;
	}

	.pl-xxl--90 {
		padding-left: -90px;
	}

	.pl-xxl--90-i {
		padding-left: -90px !important;
	}

	.ml-xxl--90 {
		margin-left: -90px;
	}

	.ml-xxl--90-i {
		margin-left: -90px !important;
	}

	.pl-xxl--85 {
		padding-left: -85px;
	}

	.pl-xxl--85-i {
		padding-left: -85px !important;
	}

	.ml-xxl--85 {
		margin-left: -85px;
	}

	.ml-xxl--85-i {
		margin-left: -85px !important;
	}

	.pl-xxl--80 {
		padding-left: -80px;
	}

	.pl-xxl--80-i {
		padding-left: -80px !important;
	}

	.ml-xxl--80 {
		margin-left: -80px;
	}

	.ml-xxl--80-i {
		margin-left: -80px !important;
	}

	.pl-xxl--75 {
		padding-left: -75px;
	}

	.pl-xxl--75-i {
		padding-left: -75px !important;
	}

	.ml-xxl--75 {
		margin-left: -75px;
	}

	.ml-xxl--75-i {
		margin-left: -75px !important;
	}

	.pl-xxl--70 {
		padding-left: -70px;
	}

	.pl-xxl--70-i {
		padding-left: -70px !important;
	}

	.ml-xxl--70 {
		margin-left: -70px;
	}

	.ml-xxl--70-i {
		margin-left: -70px !important;
	}

	.pl-xxl--65 {
		padding-left: -65px;
	}

	.pl-xxl--65-i {
		padding-left: -65px !important;
	}

	.ml-xxl--65 {
		margin-left: -65px;
	}

	.ml-xxl--65-i {
		margin-left: -65px !important;
	}

	.pl-xxl--60 {
		padding-left: -60px;
	}

	.pl-xxl--60-i {
		padding-left: -60px !important;
	}

	.ml-xxl--60 {
		margin-left: -60px;
	}

	.ml-xxl--60-i {
		margin-left: -60px !important;
	}

	.pl-xxl--55 {
		padding-left: -55px;
	}

	.pl-xxl--55-i {
		padding-left: -55px !important;
	}

	.ml-xxl--55 {
		margin-left: -55px;
	}

	.ml-xxl--55-i {
		margin-left: -55px !important;
	}

	.pl-xxl--50 {
		padding-left: -50px;
	}

	.pl-xxl--50-i {
		padding-left: -50px !important;
	}

	.ml-xxl--50 {
		margin-left: -50px;
	}

	.ml-xxl--50-i {
		margin-left: -50px !important;
	}

	.pl-xxl--45 {
		padding-left: -45px;
	}

	.pl-xxl--45-i {
		padding-left: -45px !important;
	}

	.ml-xxl--45 {
		margin-left: -45px;
	}

	.ml-xxl--45-i {
		margin-left: -45px !important;
	}

	.pl-xxl--40 {
		padding-left: -40px;
	}

	.pl-xxl--40-i {
		padding-left: -40px !important;
	}

	.ml-xxl--40 {
		margin-left: -40px;
	}

	.ml-xxl--40-i {
		margin-left: -40px !important;
	}

	.pl-xxl--35 {
		padding-left: -35px;
	}

	.pl-xxl--35-i {
		padding-left: -35px !important;
	}

	.ml-xxl--35 {
		margin-left: -35px;
	}

	.ml-xxl--35-i {
		margin-left: -35px !important;
	}

	.pl-xxl--30 {
		padding-left: -30px;
	}

	.pl-xxl--30-i {
		padding-left: -30px !important;
	}

	.ml-xxl--30 {
		margin-left: -30px;
	}

	.ml-xxl--30-i {
		margin-left: -30px !important;
	}

	.pl-xxl--25 {
		padding-left: -25px;
	}

	.pl-xxl--25-i {
		padding-left: -25px !important;
	}

	.ml-xxl--25 {
		margin-left: -25px;
	}

	.ml-xxl--25-i {
		margin-left: -25px !important;
	}

	.pl-xxl--20 {
		padding-left: -20px;
	}

	.pl-xxl--20-i {
		padding-left: -20px !important;
	}

	.ml-xxl--20 {
		margin-left: -20px;
	}

	.ml-xxl--20-i {
		margin-left: -20px !important;
	}

	.pl-xxl--15 {
		padding-left: -15px;
	}

	.pl-xxl--15-i {
		padding-left: -15px !important;
	}

	.ml-xxl--15 {
		margin-left: -15px;
	}

	.ml-xxl--15-i {
		margin-left: -15px !important;
	}

	.pl-xxl--10 {
		padding-left: -10px;
	}

	.pl-xxl--10-i {
		padding-left: -10px !important;
	}

	.ml-xxl--10 {
		margin-left: -10px;
	}

	.ml-xxl--10-i {
		margin-left: -10px !important;
	}

	.pl-xxl--5 {
		padding-left: -5px;
	}

	.pl-xxl--5-i {
		padding-left: -5px !important;
	}

	.ml-xxl--5 {
		margin-left: -5px;
	}

	.ml-xxl--5-i {
		margin-left: -5px !important;
	}

	.pl-xxl-0 {
		padding-left: 0px;
	}

	.pl-xxl-0-i {
		padding-left: 0px !important;
	}

	.ml-xxl-0 {
		margin-left: 0px;
	}

	.ml-xxl-0-i {
		margin-left: 0px !important;
	}

	.pl-xxl-5 {
		padding-left: 5px;
	}

	.pl-xxl-5-i {
		padding-left: 5px !important;
	}

	.ml-xxl-5 {
		margin-left: 5px;
	}

	.ml-xxl-5-i {
		margin-left: 5px !important;
	}

	.pl-xxl-10 {
		padding-left: 10px;
	}

	.pl-xxl-10-i {
		padding-left: 10px !important;
	}

	.ml-xxl-10 {
		margin-left: 10px;
	}

	.ml-xxl-10-i {
		margin-left: 10px !important;
	}

	.pl-xxl-15 {
		padding-left: 15px;
	}

	.pl-xxl-15-i {
		padding-left: 15px !important;
	}

	.ml-xxl-15 {
		margin-left: 15px;
	}

	.ml-xxl-15-i {
		margin-left: 15px !important;
	}

	.pl-xxl-20 {
		padding-left: 20px;
	}

	.pl-xxl-20-i {
		padding-left: 20px !important;
	}

	.ml-xxl-20 {
		margin-left: 20px;
	}

	.ml-xxl-20-i {
		margin-left: 20px !important;
	}

	.pl-xxl-25 {
		padding-left: 25px;
	}

	.pl-xxl-25-i {
		padding-left: 25px !important;
	}

	.ml-xxl-25 {
		margin-left: 25px;
	}

	.ml-xxl-25-i {
		margin-left: 25px !important;
	}

	.pl-xxl-30 {
		padding-left: 30px;
	}

	.pl-xxl-30-i {
		padding-left: 30px !important;
	}

	.ml-xxl-30 {
		margin-left: 30px;
	}

	.ml-xxl-30-i {
		margin-left: 30px !important;
	}

	.pl-xxl-35 {
		padding-left: 35px;
	}

	.pl-xxl-35-i {
		padding-left: 35px !important;
	}

	.ml-xxl-35 {
		margin-left: 35px;
	}

	.ml-xxl-35-i {
		margin-left: 35px !important;
	}

	.pl-xxl-40 {
		padding-left: 40px;
	}

	.pl-xxl-40-i {
		padding-left: 40px !important;
	}

	.ml-xxl-40 {
		margin-left: 40px;
	}

	.ml-xxl-40-i {
		margin-left: 40px !important;
	}

	.pl-xxl-45 {
		padding-left: 45px;
	}

	.pl-xxl-45-i {
		padding-left: 45px !important;
	}

	.ml-xxl-45 {
		margin-left: 45px;
	}

	.ml-xxl-45-i {
		margin-left: 45px !important;
	}

	.pl-xxl-50 {
		padding-left: 50px;
	}

	.pl-xxl-50-i {
		padding-left: 50px !important;
	}

	.ml-xxl-50 {
		margin-left: 50px;
	}

	.ml-xxl-50-i {
		margin-left: 50px !important;
	}

	.pl-xxl-55 {
		padding-left: 55px;
	}

	.pl-xxl-55-i {
		padding-left: 55px !important;
	}

	.ml-xxl-55 {
		margin-left: 55px;
	}

	.ml-xxl-55-i {
		margin-left: 55px !important;
	}

	.pl-xxl-60 {
		padding-left: 60px;
	}

	.pl-xxl-60-i {
		padding-left: 60px !important;
	}

	.ml-xxl-60 {
		margin-left: 60px;
	}

	.ml-xxl-60-i {
		margin-left: 60px !important;
	}

	.pl-xxl-65 {
		padding-left: 65px;
	}

	.pl-xxl-65-i {
		padding-left: 65px !important;
	}

	.ml-xxl-65 {
		margin-left: 65px;
	}

	.ml-xxl-65-i {
		margin-left: 65px !important;
	}

	.pl-xxl-70 {
		padding-left: 70px;
	}

	.pl-xxl-70-i {
		padding-left: 70px !important;
	}

	.ml-xxl-70 {
		margin-left: 70px;
	}

	.ml-xxl-70-i {
		margin-left: 70px !important;
	}

	.pl-xxl-75 {
		padding-left: 75px;
	}

	.pl-xxl-75-i {
		padding-left: 75px !important;
	}

	.ml-xxl-75 {
		margin-left: 75px;
	}

	.ml-xxl-75-i {
		margin-left: 75px !important;
	}

	.pl-xxl-80 {
		padding-left: 80px;
	}

	.pl-xxl-80-i {
		padding-left: 80px !important;
	}

	.ml-xxl-80 {
		margin-left: 80px;
	}

	.ml-xxl-80-i {
		margin-left: 80px !important;
	}

	.pl-xxl-85 {
		padding-left: 85px;
	}

	.pl-xxl-85-i {
		padding-left: 85px !important;
	}

	.ml-xxl-85 {
		margin-left: 85px;
	}

	.ml-xxl-85-i {
		margin-left: 85px !important;
	}

	.pl-xxl-90 {
		padding-left: 90px;
	}

	.pl-xxl-90-i {
		padding-left: 90px !important;
	}

	.ml-xxl-90 {
		margin-left: 90px;
	}

	.ml-xxl-90-i {
		margin-left: 90px !important;
	}

	.pl-xxl-95 {
		padding-left: 95px;
	}

	.pl-xxl-95-i {
		padding-left: 95px !important;
	}

	.ml-xxl-95 {
		margin-left: 95px;
	}

	.ml-xxl-95-i {
		margin-left: 95px !important;
	}

	.pl-xxl-100 {
		padding-left: 100px;
	}

	.pl-xxl-100-i {
		padding-left: 100px !important;
	}

	.ml-xxl-100 {
		margin-left: 100px;
	}

	.ml-xxl-100-i {
		margin-left: 100px !important;
	}

	.pa-xxl--100 {
		padding: -100px;
	}

	.ma-xxl--100 {
		margin: -100px;
	}

	.pv-xxl--100 {
		padding-top: -100px;
		padding-bottom: -100px;
	}

	.mv-xxl--100 {
		margin-top: -100px;
		margin-bottom: -100px;
	}

	.ph-xxl--100 {
		padding-left: -100px;
		padding-right: -100px;
	}

	.mh-xxl--100 {
		margin-left: -100px;
		padding-right: -100px;
	}

	.pa-xxl--95 {
		padding: -95px;
	}

	.ma-xxl--95 {
		margin: -95px;
	}

	.pv-xxl--95 {
		padding-top: -95px;
		padding-bottom: -95px;
	}

	.mv-xxl--95 {
		margin-top: -95px;
		margin-bottom: -95px;
	}

	.ph-xxl--95 {
		padding-left: -95px;
		padding-right: -95px;
	}

	.mh-xxl--95 {
		margin-left: -95px;
		padding-right: -95px;
	}

	.pa-xxl--90 {
		padding: -90px;
	}

	.ma-xxl--90 {
		margin: -90px;
	}

	.pv-xxl--90 {
		padding-top: -90px;
		padding-bottom: -90px;
	}

	.mv-xxl--90 {
		margin-top: -90px;
		margin-bottom: -90px;
	}

	.ph-xxl--90 {
		padding-left: -90px;
		padding-right: -90px;
	}

	.mh-xxl--90 {
		margin-left: -90px;
		padding-right: -90px;
	}

	.pa-xxl--85 {
		padding: -85px;
	}

	.ma-xxl--85 {
		margin: -85px;
	}

	.pv-xxl--85 {
		padding-top: -85px;
		padding-bottom: -85px;
	}

	.mv-xxl--85 {
		margin-top: -85px;
		margin-bottom: -85px;
	}

	.ph-xxl--85 {
		padding-left: -85px;
		padding-right: -85px;
	}

	.mh-xxl--85 {
		margin-left: -85px;
		padding-right: -85px;
	}

	.pa-xxl--80 {
		padding: -80px;
	}

	.ma-xxl--80 {
		margin: -80px;
	}

	.pv-xxl--80 {
		padding-top: -80px;
		padding-bottom: -80px;
	}

	.mv-xxl--80 {
		margin-top: -80px;
		margin-bottom: -80px;
	}

	.ph-xxl--80 {
		padding-left: -80px;
		padding-right: -80px;
	}

	.mh-xxl--80 {
		margin-left: -80px;
		padding-right: -80px;
	}

	.pa-xxl--75 {
		padding: -75px;
	}

	.ma-xxl--75 {
		margin: -75px;
	}

	.pv-xxl--75 {
		padding-top: -75px;
		padding-bottom: -75px;
	}

	.mv-xxl--75 {
		margin-top: -75px;
		margin-bottom: -75px;
	}

	.ph-xxl--75 {
		padding-left: -75px;
		padding-right: -75px;
	}

	.mh-xxl--75 {
		margin-left: -75px;
		padding-right: -75px;
	}

	.pa-xxl--70 {
		padding: -70px;
	}

	.ma-xxl--70 {
		margin: -70px;
	}

	.pv-xxl--70 {
		padding-top: -70px;
		padding-bottom: -70px;
	}

	.mv-xxl--70 {
		margin-top: -70px;
		margin-bottom: -70px;
	}

	.ph-xxl--70 {
		padding-left: -70px;
		padding-right: -70px;
	}

	.mh-xxl--70 {
		margin-left: -70px;
		padding-right: -70px;
	}

	.pa-xxl--65 {
		padding: -65px;
	}

	.ma-xxl--65 {
		margin: -65px;
	}

	.pv-xxl--65 {
		padding-top: -65px;
		padding-bottom: -65px;
	}

	.mv-xxl--65 {
		margin-top: -65px;
		margin-bottom: -65px;
	}

	.ph-xxl--65 {
		padding-left: -65px;
		padding-right: -65px;
	}

	.mh-xxl--65 {
		margin-left: -65px;
		padding-right: -65px;
	}

	.pa-xxl--60 {
		padding: -60px;
	}

	.ma-xxl--60 {
		margin: -60px;
	}

	.pv-xxl--60 {
		padding-top: -60px;
		padding-bottom: -60px;
	}

	.mv-xxl--60 {
		margin-top: -60px;
		margin-bottom: -60px;
	}

	.ph-xxl--60 {
		padding-left: -60px;
		padding-right: -60px;
	}

	.mh-xxl--60 {
		margin-left: -60px;
		padding-right: -60px;
	}

	.pa-xxl--55 {
		padding: -55px;
	}

	.ma-xxl--55 {
		margin: -55px;
	}

	.pv-xxl--55 {
		padding-top: -55px;
		padding-bottom: -55px;
	}

	.mv-xxl--55 {
		margin-top: -55px;
		margin-bottom: -55px;
	}

	.ph-xxl--55 {
		padding-left: -55px;
		padding-right: -55px;
	}

	.mh-xxl--55 {
		margin-left: -55px;
		padding-right: -55px;
	}

	.pa-xxl--50 {
		padding: -50px;
	}

	.ma-xxl--50 {
		margin: -50px;
	}

	.pv-xxl--50 {
		padding-top: -50px;
		padding-bottom: -50px;
	}

	.mv-xxl--50 {
		margin-top: -50px;
		margin-bottom: -50px;
	}

	.ph-xxl--50 {
		padding-left: -50px;
		padding-right: -50px;
	}

	.mh-xxl--50 {
		margin-left: -50px;
		padding-right: -50px;
	}

	.pa-xxl--45 {
		padding: -45px;
	}

	.ma-xxl--45 {
		margin: -45px;
	}

	.pv-xxl--45 {
		padding-top: -45px;
		padding-bottom: -45px;
	}

	.mv-xxl--45 {
		margin-top: -45px;
		margin-bottom: -45px;
	}

	.ph-xxl--45 {
		padding-left: -45px;
		padding-right: -45px;
	}

	.mh-xxl--45 {
		margin-left: -45px;
		padding-right: -45px;
	}

	.pa-xxl--40 {
		padding: -40px;
	}

	.ma-xxl--40 {
		margin: -40px;
	}

	.pv-xxl--40 {
		padding-top: -40px;
		padding-bottom: -40px;
	}

	.mv-xxl--40 {
		margin-top: -40px;
		margin-bottom: -40px;
	}

	.ph-xxl--40 {
		padding-left: -40px;
		padding-right: -40px;
	}

	.mh-xxl--40 {
		margin-left: -40px;
		padding-right: -40px;
	}

	.pa-xxl--35 {
		padding: -35px;
	}

	.ma-xxl--35 {
		margin: -35px;
	}

	.pv-xxl--35 {
		padding-top: -35px;
		padding-bottom: -35px;
	}

	.mv-xxl--35 {
		margin-top: -35px;
		margin-bottom: -35px;
	}

	.ph-xxl--35 {
		padding-left: -35px;
		padding-right: -35px;
	}

	.mh-xxl--35 {
		margin-left: -35px;
		padding-right: -35px;
	}

	.pa-xxl--30 {
		padding: -30px;
	}

	.ma-xxl--30 {
		margin: -30px;
	}

	.pv-xxl--30 {
		padding-top: -30px;
		padding-bottom: -30px;
	}

	.mv-xxl--30 {
		margin-top: -30px;
		margin-bottom: -30px;
	}

	.ph-xxl--30 {
		padding-left: -30px;
		padding-right: -30px;
	}

	.mh-xxl--30 {
		margin-left: -30px;
		padding-right: -30px;
	}

	.pa-xxl--25 {
		padding: -25px;
	}

	.ma-xxl--25 {
		margin: -25px;
	}

	.pv-xxl--25 {
		padding-top: -25px;
		padding-bottom: -25px;
	}

	.mv-xxl--25 {
		margin-top: -25px;
		margin-bottom: -25px;
	}

	.ph-xxl--25 {
		padding-left: -25px;
		padding-right: -25px;
	}

	.mh-xxl--25 {
		margin-left: -25px;
		padding-right: -25px;
	}

	.pa-xxl--20 {
		padding: -20px;
	}

	.ma-xxl--20 {
		margin: -20px;
	}

	.pv-xxl--20 {
		padding-top: -20px;
		padding-bottom: -20px;
	}

	.mv-xxl--20 {
		margin-top: -20px;
		margin-bottom: -20px;
	}

	.ph-xxl--20 {
		padding-left: -20px;
		padding-right: -20px;
	}

	.mh-xxl--20 {
		margin-left: -20px;
		padding-right: -20px;
	}

	.pa-xxl--15 {
		padding: -15px;
	}

	.ma-xxl--15 {
		margin: -15px;
	}

	.pv-xxl--15 {
		padding-top: -15px;
		padding-bottom: -15px;
	}

	.mv-xxl--15 {
		margin-top: -15px;
		margin-bottom: -15px;
	}

	.ph-xxl--15 {
		padding-left: -15px;
		padding-right: -15px;
	}

	.mh-xxl--15 {
		margin-left: -15px;
		padding-right: -15px;
	}

	.pa-xxl--10 {
		padding: -10px;
	}

	.ma-xxl--10 {
		margin: -10px;
	}

	.pv-xxl--10 {
		padding-top: -10px;
		padding-bottom: -10px;
	}

	.mv-xxl--10 {
		margin-top: -10px;
		margin-bottom: -10px;
	}

	.ph-xxl--10 {
		padding-left: -10px;
		padding-right: -10px;
	}

	.mh-xxl--10 {
		margin-left: -10px;
		padding-right: -10px;
	}

	.pa-xxl--5 {
		padding: -5px;
	}

	.ma-xxl--5 {
		margin: -5px;
	}

	.pv-xxl--5 {
		padding-top: -5px;
		padding-bottom: -5px;
	}

	.mv-xxl--5 {
		margin-top: -5px;
		margin-bottom: -5px;
	}

	.ph-xxl--5 {
		padding-left: -5px;
		padding-right: -5px;
	}

	.mh-xxl--5 {
		margin-left: -5px;
		padding-right: -5px;
	}

	.pa-xxl-0 {
		padding: 0px;
	}

	.ma-xxl-0 {
		margin: 0px;
	}

	.pv-xxl-0 {
		padding-top: 0px;
		padding-bottom: 0px;
	}

	.mv-xxl-0 {
		margin-top: 0px;
		margin-bottom: 0px;
	}

	.ph-xxl-0 {
		padding-left: 0px;
		padding-right: 0px;
	}

	.mh-xxl-0 {
		margin-left: 0px;
		padding-right: 0px;
	}

	.pa-xxl-5 {
		padding: 5px;
	}

	.ma-xxl-5 {
		margin: 5px;
	}

	.pv-xxl-5 {
		padding-top: 5px;
		padding-bottom: 5px;
	}

	.mv-xxl-5 {
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.ph-xxl-5 {
		padding-left: 5px;
		padding-right: 5px;
	}

	.mh-xxl-5 {
		margin-left: 5px;
		padding-right: 5px;
	}

	.pa-xxl-10 {
		padding: 10px;
	}

	.ma-xxl-10 {
		margin: 10px;
	}

	.pv-xxl-10 {
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.mv-xxl-10 {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.ph-xxl-10 {
		padding-left: 10px;
		padding-right: 10px;
	}

	.mh-xxl-10 {
		margin-left: 10px;
		padding-right: 10px;
	}

	.pa-xxl-15 {
		padding: 15px;
	}

	.ma-xxl-15 {
		margin: 15px;
	}

	.pv-xxl-15 {
		padding-top: 15px;
		padding-bottom: 15px;
	}

	.mv-xxl-15 {
		margin-top: 15px;
		margin-bottom: 15px;
	}

	.ph-xxl-15 {
		padding-left: 15px;
		padding-right: 15px;
	}

	.mh-xxl-15 {
		margin-left: 15px;
		padding-right: 15px;
	}

	.pa-xxl-20 {
		padding: 20px;
	}

	.ma-xxl-20 {
		margin: 20px;
	}

	.pv-xxl-20 {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	.mv-xxl-20 {
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.ph-xxl-20 {
		padding-left: 20px;
		padding-right: 20px;
	}

	.mh-xxl-20 {
		margin-left: 20px;
		padding-right: 20px;
	}

	.pa-xxl-25 {
		padding: 25px;
	}

	.ma-xxl-25 {
		margin: 25px;
	}

	.pv-xxl-25 {
		padding-top: 25px;
		padding-bottom: 25px;
	}

	.mv-xxl-25 {
		margin-top: 25px;
		margin-bottom: 25px;
	}

	.ph-xxl-25 {
		padding-left: 25px;
		padding-right: 25px;
	}

	.mh-xxl-25 {
		margin-left: 25px;
		padding-right: 25px;
	}

	.pa-xxl-30 {
		padding: 30px;
	}

	.ma-xxl-30 {
		margin: 30px;
	}

	.pv-xxl-30 {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.mv-xxl-30 {
		margin-top: 30px;
		margin-bottom: 30px;
	}

	.ph-xxl-30 {
		padding-left: 30px;
		padding-right: 30px;
	}

	.mh-xxl-30 {
		margin-left: 30px;
		padding-right: 30px;
	}

	.pa-xxl-35 {
		padding: 35px;
	}

	.ma-xxl-35 {
		margin: 35px;
	}

	.pv-xxl-35 {
		padding-top: 35px;
		padding-bottom: 35px;
	}

	.mv-xxl-35 {
		margin-top: 35px;
		margin-bottom: 35px;
	}

	.ph-xxl-35 {
		padding-left: 35px;
		padding-right: 35px;
	}

	.mh-xxl-35 {
		margin-left: 35px;
		padding-right: 35px;
	}

	.pa-xxl-40 {
		padding: 40px;
	}

	.ma-xxl-40 {
		margin: 40px;
	}

	.pv-xxl-40 {
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.mv-xxl-40 {
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.ph-xxl-40 {
		padding-left: 40px;
		padding-right: 40px;
	}

	.mh-xxl-40 {
		margin-left: 40px;
		padding-right: 40px;
	}

	.pa-xxl-45 {
		padding: 45px;
	}

	.ma-xxl-45 {
		margin: 45px;
	}

	.pv-xxl-45 {
		padding-top: 45px;
		padding-bottom: 45px;
	}

	.mv-xxl-45 {
		margin-top: 45px;
		margin-bottom: 45px;
	}

	.ph-xxl-45 {
		padding-left: 45px;
		padding-right: 45px;
	}

	.mh-xxl-45 {
		margin-left: 45px;
		padding-right: 45px;
	}

	.pa-xxl-50 {
		padding: 50px;
	}

	.ma-xxl-50 {
		margin: 50px;
	}

	.pv-xxl-50 {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.mv-xxl-50 {
		margin-top: 50px;
		margin-bottom: 50px;
	}

	.ph-xxl-50 {
		padding-left: 50px;
		padding-right: 50px;
	}

	.mh-xxl-50 {
		margin-left: 50px;
		padding-right: 50px;
	}

	.pa-xxl-55 {
		padding: 55px;
	}

	.ma-xxl-55 {
		margin: 55px;
	}

	.pv-xxl-55 {
		padding-top: 55px;
		padding-bottom: 55px;
	}

	.mv-xxl-55 {
		margin-top: 55px;
		margin-bottom: 55px;
	}

	.ph-xxl-55 {
		padding-left: 55px;
		padding-right: 55px;
	}

	.mh-xxl-55 {
		margin-left: 55px;
		padding-right: 55px;
	}

	.pa-xxl-60 {
		padding: 60px;
	}

	.ma-xxl-60 {
		margin: 60px;
	}

	.pv-xxl-60 {
		padding-top: 60px;
		padding-bottom: 60px;
	}

	.mv-xxl-60 {
		margin-top: 60px;
		margin-bottom: 60px;
	}

	.ph-xxl-60 {
		padding-left: 60px;
		padding-right: 60px;
	}

	.mh-xxl-60 {
		margin-left: 60px;
		padding-right: 60px;
	}

	.pa-xxl-65 {
		padding: 65px;
	}

	.ma-xxl-65 {
		margin: 65px;
	}

	.pv-xxl-65 {
		padding-top: 65px;
		padding-bottom: 65px;
	}

	.mv-xxl-65 {
		margin-top: 65px;
		margin-bottom: 65px;
	}

	.ph-xxl-65 {
		padding-left: 65px;
		padding-right: 65px;
	}

	.mh-xxl-65 {
		margin-left: 65px;
		padding-right: 65px;
	}

	.pa-xxl-70 {
		padding: 70px;
	}

	.ma-xxl-70 {
		margin: 70px;
	}

	.pv-xxl-70 {
		padding-top: 70px;
		padding-bottom: 70px;
	}

	.mv-xxl-70 {
		margin-top: 70px;
		margin-bottom: 70px;
	}

	.ph-xxl-70 {
		padding-left: 70px;
		padding-right: 70px;
	}

	.mh-xxl-70 {
		margin-left: 70px;
		padding-right: 70px;
	}

	.pa-xxl-75 {
		padding: 75px;
	}

	.ma-xxl-75 {
		margin: 75px;
	}

	.pv-xxl-75 {
		padding-top: 75px;
		padding-bottom: 75px;
	}

	.mv-xxl-75 {
		margin-top: 75px;
		margin-bottom: 75px;
	}

	.ph-xxl-75 {
		padding-left: 75px;
		padding-right: 75px;
	}

	.mh-xxl-75 {
		margin-left: 75px;
		padding-right: 75px;
	}

	.pa-xxl-80 {
		padding: 80px;
	}

	.ma-xxl-80 {
		margin: 80px;
	}

	.pv-xxl-80 {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	.mv-xxl-80 {
		margin-top: 80px;
		margin-bottom: 80px;
	}

	.ph-xxl-80 {
		padding-left: 80px;
		padding-right: 80px;
	}

	.mh-xxl-80 {
		margin-left: 80px;
		padding-right: 80px;
	}

	.pa-xxl-85 {
		padding: 85px;
	}

	.ma-xxl-85 {
		margin: 85px;
	}

	.pv-xxl-85 {
		padding-top: 85px;
		padding-bottom: 85px;
	}

	.mv-xxl-85 {
		margin-top: 85px;
		margin-bottom: 85px;
	}

	.ph-xxl-85 {
		padding-left: 85px;
		padding-right: 85px;
	}

	.mh-xxl-85 {
		margin-left: 85px;
		padding-right: 85px;
	}

	.pa-xxl-90 {
		padding: 90px;
	}

	.ma-xxl-90 {
		margin: 90px;
	}

	.pv-xxl-90 {
		padding-top: 90px;
		padding-bottom: 90px;
	}

	.mv-xxl-90 {
		margin-top: 90px;
		margin-bottom: 90px;
	}

	.ph-xxl-90 {
		padding-left: 90px;
		padding-right: 90px;
	}

	.mh-xxl-90 {
		margin-left: 90px;
		padding-right: 90px;
	}

	.pa-xxl-95 {
		padding: 95px;
	}

	.ma-xxl-95 {
		margin: 95px;
	}

	.pv-xxl-95 {
		padding-top: 95px;
		padding-bottom: 95px;
	}

	.mv-xxl-95 {
		margin-top: 95px;
		margin-bottom: 95px;
	}

	.ph-xxl-95 {
		padding-left: 95px;
		padding-right: 95px;
	}

	.mh-xxl-95 {
		margin-left: 95px;
		padding-right: 95px;
	}

	.pa-xxl-100 {
		padding: 100px;
	}

	.ma-xxl-100 {
		margin: 100px;
	}

	.pv-xxl-100 {
		padding-top: 100px;
		padding-bottom: 100px;
	}

	.mv-xxl-100 {
		margin-top: 100px;
		margin-bottom: 100px;
	}

	.ph-xxl-100 {
		padding-left: 100px;
		padding-right: 100px;
	}

	.mh-xxl-100 {
		margin-left: 100px;
		padding-right: 100px;
	}

	.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.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%;
	}

	.col-xxl-2 {
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%;
	}

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

	.col-xxl-4 {
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%;
	}

	.col-xxl-5 {
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%;
	}

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

	.col-xxl-7 {
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%;
	}

	.col-xxl-8 {
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%;
	}

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

	.col-xxl-10 {
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%;
	}

	.col-xxl-11 {
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%;
	}

	.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.33333%;
	}

	.pull-xxl-2 {
		right: 16.66667%;
	}

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

	.pull-xxl-4 {
		right: 33.33333%;
	}

	.pull-xxl-5 {
		right: 41.66667%;
	}

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

	.pull-xxl-7 {
		right: 58.33333%;
	}

	.pull-xxl-8 {
		right: 66.66667%;
	}

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

	.pull-xxl-10 {
		right: 83.33333%;
	}

	.pull-xxl-11 {
		right: 91.66667%;
	}

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

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

	.push-xxl-1 {
		left: 8.33333%;
	}

	.push-xxl-2 {
		left: 16.66667%;
	}

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

	.push-xxl-4 {
		left: 33.33333%;
	}

	.push-xxl-5 {
		left: 41.66667%;
	}

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

	.push-xxl-7 {
		left: 58.33333%;
	}

	.push-xxl-8 {
		left: 66.66667%;
	}

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

	.push-xxl-10 {
		left: 83.33333%;
	}

	.push-xxl-11 {
		left: 91.66667%;
	}

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

	.offset-xxl-0 {
		margin-left: 0%;
	}

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

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

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

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

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

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

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

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

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

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

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

	.site-header.header-split .left-col,
	.site-header.header-split .right-col {
		width: 20%;
	}

	.site-menu.menu-style-separator .menu > li {
		font-size: 18px;
	}

	.site-menu.menu-style-separator .menu > li:after {
		width: 50px;
		right: -25px;
	}

	.site-menu.menu-style-separator .menu > li.menu-item-has-children > a:before {
		font-size: 14px;
		right: 60px;
	}

	.site-menu.menu-style-separator .menu > li > a {
		padding: 0 80px;
	}

	.site-menu.menu-style-separator .menu > li .sub-menu {
		left: 80px;
	}
}

@media (max-width: 1199px) {
	.hidden-lg-down {
		display: none !important;
	}

	input[type='text'],
	input[type='number'],
	input[type='email'],
	input[type='search'],
	input[type='password'],
	input[type='tel'],
	textarea {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
	}

	.site-header-vertical .site-footer {
		margin-left: 0;
	}

	.site-header > .container > .row {
		min-height: 60px;
	}

	.site-header.header-menu-bottom.sticky-header > .container > .row {
		min-height: 60px;
	}

	.site-header.header-vertical-full .social-links,
	.site-header.header-vertical-full .search-col {
		display: none;
	}

	.site-header.header-sub-menu-bottom .social-links,
	.site-header.header-sub-menu-bottom .search-col {
		display: none;
	}

	.offcanvas-sidebar {
		display: none;
	}

	body:not(.has-inline-search) .header-search {
		display: none !important;
	}

	.topbar .social-links {
		display: none;
	}

	.switcher-menu {
		display: none;
	}

	.product-loop {
		margin-bottom: 30px;
	}

	.isw-swatches--in-loop {
		display: none;
	}

	.single-product .learts-product-buttons,
	.product-loop .learts-product-buttons {
		margin: 15px 0;
		text-align: center;
	}

	.learts-banner-carousel .slick-next:before,
	.learts-banner-carousel .slick-prev:before {
		font-size: 30px;
		color: #333;
		opacity: 0.5;
	}

	.learts-banner2 .banner-button {
		min-width: 0;
	}

	.learts-simple-banner .text {
		font-size: 30px;
		line-height: 30px;
	}

	.wpb_column.banner-label .vc_single_image-wrapper {
		width: 100px;
	}

	.wpb_column.banner-label .vc_custom_heading {
		font-size: 50px !important;
		line-height: 80px !important;
		margin-bottom: 10px !important;
	}

	.wpb_column.banner-label .wpb_text_column {
		margin-bottom: 10px;
	}
}

@media (max-width: 991px) {
	.hidden-md-down {
		display: none !important;
	}

	.header-login.login-icon i {
		display: none;
	}

	.site-header .site-logo {
		width: 50%;
	}

	.site-header .header-tools {
		width: 50%;
	}

	.site-header .header-tools .header-widget {
		display: none;
	}

	.entry-title {
		font-size: 24px !important;
	}

	.single .entry-content blockquote {
		font-size: 20px;
		line-height: 30px;
		margin-left: 20px;
	}

	.single .has-no-sidebars article .entry-content, .single .has-no-sidebars article
	.entry-footer {
		padding: 0;
	}

	.single .has-no-sidebars .post-single-hr {
		padding: 0;
	}

	.topbar .switcher {
		display: none;
	}

	.topbar {
		display: table;
		width: 100%;
		text-align: center;
	}

	.topbar > .container {
		display: table-cell;
		vertical-align: middle;
	}

	.topbar .topbar-left > div {
		float: none;
	}

	.topbar .topbar-left,
	.topbar .topbar-right,
	.topbar .topbar-center {
		line-height: 1.5 !important;
	}

	.topbar .topbar-text {
		padding: 5px 0;
	}

	.woocommerce-account .woocommerce-MyAccount-navigation,
	.woocommerce-account .woocommerce-MyAccount-content {
		width: 100%;
		padding: 0;
	}

	.cart-actions .coupon {
		text-align: center;
	}

	.cart-actions .button-action {
		text-align: center;
	}

	.cart-collaterals .cart_totals {
		float: none;
		width: 100%;
		margin-top: 30px;
	}

	.cart-collaterals table.shop_table.shop_table th {
		display: none;
	}

	.cart-collaterals table.shop_table.shop_table tr {
		text-align: right;
		padding: 0;
	}

	.cart-collaterals table.shop_table.shop_table td {
		text-align: right;
		padding: 10px !important;
	}

	.cart-collaterals table.shop_table.shop_table td:before {
		content: attr(data-title);
		color: #333;
		font-weight: 600;
		float: left;
	}

	.cross-sells {
		float: none;
		width: 100%;
	}

	.confirm-popup .button {
		margin: 10px;
	}

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

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

	.wishlist-action .button {
		margin: 10px;
	}

	.woocommerce table.shop_table_responsive 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.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.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 table.shop_table_responsive td.product-remove a, .woocommerce #yith-wcwl-form table.shop_table.wishlist_table td.product-remove a, #yith-wcwl-form .woocommerce table.shop_table.wishlist_table td.product-remove a {
		border: none;
		width: auto;
		height: auto;
	}

	.woocommerce table.shop_table_responsive td.product-remove a:before, .woocommerce #yith-wcwl-form table.shop_table.wishlist_table td.product-remove a:before, #yith-wcwl-form .woocommerce table.shop_table.wishlist_table td.product-remove a:before {
		line-height: 1;
	}

	.woocommerce table.shop_table_responsive dl.variation, .woocommerce #yith-wcwl-form table.shop_table.wishlist_table dl.variation, #yith-wcwl-form .woocommerce table.shop_table.wishlist_table dl.variation {
		margin-bottom: 10px;
	}

	.woocommerce table.shop_table_responsive dl.variation dt, .woocommerce #yith-wcwl-form table.shop_table.wishlist_table dl.variation dt, #yith-wcwl-form .woocommerce table.shop_table.wishlist_table dl.variation dt, .woocommerce table.shop_table_responsive dl.variation dd, .woocommerce #yith-wcwl-form table.shop_table.wishlist_table dl.variation dd, #yith-wcwl-form .woocommerce table.shop_table.wishlist_table dl.variation dd {
		position: relative;
		left: 50%;
		transform: translateX(-50%);
	}

	.woocommerce table.shop_table_responsive dl.variation dd:last-child, .woocommerce #yith-wcwl-form table.shop_table.wishlist_table dl.variation dd:last-child, #yith-wcwl-form .woocommerce table.shop_table.wishlist_table dl.variation dd:last-child {
		margin-bottom: 10px;
	}

	.learts-banner-grid-group {
		display: block;
	}

	.learts-banner-grid-group .tm-shortcode {
		display: block;
		width: 100%;
		margin: 10px 0px;
	}

	.learts-banner-grid-group .tm-shortcode img {
		width: 100%;
		height: inherit !important;
	}

	.learts-banner3 .banner-button {
		padding: 0;
		border: none;
		border-bottom: 2px solid;
	}

	.learts-countdown .countdown-section {
		border: none !important;
		width: auto;
	}

	.learts-countdown .countdown-amount {
		font-size: 40px !important;
	}

	.learts-countdown .countdown-period {
		font-weight: 400 !important;
		font-size: 13px !important;
	}

	.learts-product-category-banner .description-banner {
		display: none;
	}

	.wpb_image_grid_ul li.isotope-item img {
		margin: 5px !important;
	}

	.banner-grid-4 .content img {
		width: 100px;
	}

	.vc_row.woo-lp .decor-on-left,
	.vc_row.woo-lp .decor-on-right {
		display: none;
	}
}

@media (max-width: 767px) {
	.hidden-sm-down {
		display: none !important;
	}

	.insight-popup .vc_row {
		background: none !important;
	}

	.insight-popup .vc_column-inner {
		padding: 35px;
	}

	.content-404-back {
		margin-bottom: 15px;
	}

	.post.masonry-item {
		position: relative !important;
		width: 100% !important;
	}

	.single .has-no-sidebars .entry-header,
	.single .has-no-sidebars .entry-meta {
		text-align: left;
	}

	.list-inline-item {
		padding-top: 30px;
	}

	.topbar .topbar-text li {
		margin-right: 10px;
	}

	.header-wishlist {
		display: none !important;
	}

	#customer_login .col-1,
	#customer_login .col-2 {
		padding: 50px 15px;
	}

	.woocommerce-table--order-downloads thead {
		display: none;
	}

	.woocommerce-table--order-downloads tbody {
		text-align: center;
	}

	.woocommerce-table--order-downloads tbody,
	.woocommerce-table--order-downloads tr,
	.woocommerce-table--order-downloads td {
		display: block;
	}

	.woocommerce-table--order-downloads tr {
		text-align: right;
	}

	.woocommerce-table--order-downloads td {
		border-bottom: 1px solid #eee !important;
		padding-left: 10px;
	}

	.woocommerce-table--order-downloads tr:last-child td {
		border-top: none;
	}

	.woocommerce-table--order-downloads tr:nth-child(2n) td {
		background-color: rgba(0, 0, 0, 0.025);
	}

	.woocommerce-table--order-downloads td:before {
		content: attr(data-title) ": ";
		font-weight: 600;
		float: left;
	}

	.shop-toolbar .nav-filter.no-tabs {
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.wb-allview-lettercnt .wb-wb-allview-letters {
		font-size: 30px;
		margin-right: 15px;
		margin-bottom: 15px;
	}

	.cart-actions #coupon_code {
		max-width: 250px;
		text-align: center;
	}

	.cart-actions #coupon_code {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}

	.cart-actions button[name='update_cart'], .cart-actions .learts-button[name='update_cart'] {
		float: none;
		margin-top: 20px;
	}

	.cart-collaterals {
		margin-top: 60px;
	}

	.cart-collaterals .cart_totals {
		padding: 30px 20px;
	}

	.cart-collaterals .checkout-button {
		letter-spacing: 0;
	}

	.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.col-xs-6 .add-to-cart-btn a {
		font-size: 0 !important;
	}

	.woocommerce.single-product .product .woocommerce-product-gallery .woocommerce-product-gallery__image {
		margin-bottom: 30px;
	}

	.woocommerce.single-product .product .woocommerce-product-gallery .lightbox-btn {
		bottom: 30px;
	}

	.woocommerce-product-gallery__slider .slick-dots {
		bottom: 0;
	}

	.woocommerce.single-product .product .summary form.variations_form table td {
		vertical-align: top;
	}

	.woocommerce.single-product .product .summary form.variations_form table td.label {
		width: 40%;
	}

	.woocommerce.single-product .product .summary table.group_table {
		text-align: center;
		border: 1px solid #ededed;
	}

	.woocommerce.single-product .product .summary table.group_table tr {
		display: block;
		padding-top: 18px;
		padding-bottom: 10px;
		border-bottom: 1px solid #ededed;
	}

	.woocommerce.single-product .product .summary table.group_table td {
		display: block;
		width: 100% !important;
		padding: 0;
	}

	.woocommerce.single-product .product .summary table.group_table td:first-of-type {
		margin-bottom: 10px;
	}

	.woocommerce.single-product .product .summary table.group_table td.price {
		margin: 0;
	}

	.woocommerce.single-product .product .summary table.product_meta,
	.woocommerce.single-product .product .summary table.product-share {
		width: 100%;
	}

	.woocommerce.single-product .product .summary table.product_meta tr,
	.woocommerce.single-product .product .summary table.product-share tr {
		display: block;
		margin-bottom: 10px;
	}

	.woocommerce.single-product .product .summary table.product_meta td,
	.woocommerce.single-product .product .summary table.product-share td {
		display: inline-block;
		padding: 0;
	}

	.woocommerce.single-product .product .summary table.product_meta td.label,
	.woocommerce.single-product .product .summary table.product-share td.label {
		margin-right: 5px;
	}

	.woocommerce.single-product .product .list-inline-item {
		padding-top: 0;
	}

	.woocommerce.single-product .product .product-tabs-wrapper .wc-tabs li > a {
		padding: 5px 0;
	}

	.woocommerce.single-product .product .product-tabs-wrapper .wc-tabs {
		padding-left: 0;
	}

	.woocommerce.single-product .product #comments .comment .star-rating,
	.woocommerce.single-product .product #comments .review .star-rating {
		float: none;
	}

	.woocommerce.single-product .product #comments .comment .comment-text,
	.woocommerce.single-product .product #comments .review .comment-text {
		padding-left: 0 !important;
	}

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

	.learts-banner-carousel img {
		width: 100%;
	}

	.learts-banner-carousel .title {
		margin-bottom: 0;
	}

	.learts-banner-carousel .content {
		font-size: 22px;
		line-height: 26px;
		margin-bottom: 15px;
	}

	.learts-banner-carousel .banner-link {
		padding: 5px 20px;
		font-size: 10px;
	}

	.learts-banner.text-position-left .banner-content {
		left: 20px;
	}

	.learts-banner.text-position-right .banner-content {
		right: 20px;
	}

	.learts-banner .banner-text {
		font-size: 20px !important;
		line-height: 20px !important;
	}

	.learts-banner3 .banner-content h1,
	.learts-banner3 .banner-content h2,
	.learts-banner3 .banner-content h3,
	.learts-banner3 .banner-content h4,
	.learts-banner3 .banner-content h5,
	.learts-banner3 .banner-content h6 {
		margin-bottom: 10px;
	}

	.learts-blog .post-item {
		margin-bottom: 20px !important;
	}

	.learts-countdown .countdown-section {
		padding: 0 18px 0 0;
		margin: 0;
	}

	.learts-icon-box {
		border: none !important;
	}

	.learts-image-carousel img {
		width: 80%;
	}

	.learts-megamenu .block-list li:first-child {
		margin: 10px 0;
	}

	.learts-product-tabs .product-filter.hover-effect-cloudy,
	.learts-product-tabs .product-filter.hover-effect-botanical,
	.learts-product-tabs .product-filter.hover-effect-color {
		margin-bottom: 30px;
	}

	.learts-product-tabs .product-filter.hover-effect-cloudy li,
	.learts-product-tabs .product-filter.hover-effect-botanical li,
	.learts-product-tabs .product-filter.hover-effect-color li {
		padding-top: 10px;
		border: none;
	}

	.learts-product-tabs .product-filter.hover-effect-cloudy li > a,
	.learts-product-tabs .product-filter.hover-effect-botanical li > a,
	.learts-product-tabs .product-filter.hover-effect-color li > a {
		display: inline-block;
		padding-bottom: 5px;
	}

	.learts-product-tabs .product-filter.hover-effect-cloudy li a:after,
	.learts-product-tabs .product-filter.hover-effect-botanical li a:after {
		display: none;
	}

	.vc_tta-panel-body .tm-shortcode .products {
		margin-left: -5px;
		margin-right: -5px;
	}

	.learts-product .product-title {
		margin-bottom: 15px;
	}

	.learts-product .product-info {
		bottom: 30px;
	}

	.learts-quote .title-quote {
		font-size: 20px;
		line-height: 30px;
	}

	.learts-simple-banner.style-text .text-decor {
		font-size: 100px;
	}

	.learts-simple-banner .content h1, .learts-simple-banner .content h2, .learts-simple-banner .content h3, .learts-simple-banner .content h4, .learts-simple-banner .content h5, .learts-simple-banner .content h6, .learts-simple-banner .content h1 a, .learts-simple-banner .content h2 a, .learts-simple-banner .content h3 a, .learts-simple-banner .content h4 a, .learts-simple-banner .content h5 a, .learts-simple-banner .content h6 a, .learts-simple-banner .content .learts-product-tabs .product-filter li > a, .learts-simple-banner .content .tm-shortcode.learts-categories .menu-item a {
		font-size: 25px !important;
	}

	.gray-box .learts-testimonial-carousel__text {
		padding: 0;
	}

	.wpb-js-composer .vc_tta-tabs.vc_tta-style-learts.vc_tta-style-learts .vc_tta-panel .vc_tta-panel-title > a {
		font-size: 56px;
		line-height: 72px;
		font-weight: 300;
	}

	.wpb-js-composer .vc_tta-tabs.vc_tta-style-learts.vc_tta-style-learts .vc_tta-panel-heading {
		text-align: center !important;
	}

	.vc_tta-tabs {
		padding: 0 15px;
	}

	.wpb_single_image {
		text-align: center !important;
	}

	.vc_row.footer-vc ul.menu.quick-link > li {
		display: block;
		padding: 0;
	}

	.custom-copyright {
		display: block;
		text-align: center;
	}

	.wpb_column.banner-label {
		margin: 50px 0;
	}

	.ss-18 {
		font-size: 80px !important;
		margin-bottom: 70px;
	}

	.banner-text {
		margin: 0 15px;
	}

	body.homepage-bg .custom-content .banner-content {
		bottom: 0;
	}

	body.homepage-bg .icon-banner {
		margin: 0;
	}

	.banner-grid-2 .content .title,
	.banner-grid-4 .content .title {
		font-size: 40px;
		line-height: 1;
		margin: 0;
	}

	.banner-grid-2 .content .title {
		margin-bottom: 10px;
	}

	.banner-grid-3 .content .title {
		font-size: 30px;
		margin: 10px 0;
	}

	.banner-grid-3 .content {
		bottom: 0 !important;
	}

	.growl {
		margin: 15px auto !important;
	}
}

@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 (max-width: 424px) {
	.learts-banner3 .banner-content {
		padding: 15px;
	}

	.learts-banner4 .banner-content {
		padding: 15px;
	}
}

@media (max-width: 543px) {
	.hidden-xs-down {
		display: none !important;
	}

	.site-footer .mc4wp-form button[type="submit"], .site-footer .mc4wp-form .learts-button[type="submit"],
	.site-footer .mc4wp-form input[type="submit"] {
		margin-top: 20px;
		margin-left: 0;
	}

	form.woocommerce-ResetPassword {
		max-width: none;
		width: 80%;
	}

	.woocommerce form .form-row.form-row-last {
		margin-bottom: 20px;
	}

	.learts-banner4.text-position-custom {
		bottom: 0 !important;
		right: 0 !important;
		left: auto !important;
		top: auto !important;
	}

	.learts-banner4.text-position-custom h1, .learts-banner4.text-position-custom h2, .learts-banner4.text-position-custom h3, .learts-banner4.text-position-custom h4, .learts-banner4.text-position-custom h5, .learts-banner4.text-position-custom h6 {
		font-size: 30px !important;
	}

	.learts-blog .slick-arrow.post-carousel-arrow.slick-next {
		right: 10px;
	}

	.learts-blog .slick-arrow.post-carousel-arrow.slick-prev {
		left: 10px;
	}

	.learts-blog .slick-slide {
		opacity: .5;
	}

	.learts-blog .slick-active,
	.learts-blog .slick-current {
		opacity: 1;
	}

	.learts-brands-carousel .tm-carousel-item {
		margin: 0;
	}

	.learts-brands-carousel .slick-arrow.slick-next {
		right: 10px;
	}

	.learts-brands-carousel .slick-arrow.slick-prev {
		left: 10px;
	}

	.learts-brands-carousel .slick-slide {
		opacity: .5;
	}

	.learts-brands-carousel .slick-active {
		opacity: 1;
	}

	.learts-image-carousel .slick-arrow.slick-next {
		right: 10px;
	}

	.learts-image-carousel .slick-arrow.slick-prev {
		left: 10px;
	}

	.learts-image-carousel .slick-slide {
		opacity: .5;
	}

	.learts-image-carousel .slick-active {
		opacity: 1;
	}

	.learts-product-categories.categories-layout-carousel .slick-arrow.slick-next {
		right: 10px;
	}

	.learts-product-categories.categories-layout-carousel .slick-arrow.slick-prev {
		left: 10px;
	}

	.learts-product-categories.categories-layout-carousel .slick-slide {
		opacity: .5;
	}

	.learts-product-categories.categories-layout-carousel .slick-active {
		opacity: 1;
	}

	.learts-product-carousel .products .slick-arrow.slick-next {
		right: 10px;
	}

	.learts-product-carousel .products .slick-arrow.slick-prev {
		left: 10px;
	}

	.learts-product-carousel .products .slick-slide {
		opacity: .5;
	}

	.learts-product-carousel .products .slick-active,
	.learts-product-carousel .products .slick-current {
		opacity: 1;
	}

	.vc_custom_heading.title-learts {
		font-size: 35px !important;
	}

	.vc_custom_heading.title-learts:before, .vc_custom_heading.title-learts:after {
		display: none;
	}

	.learts-simple-banner.banner-custom-06 .content p {
		font-size: 25px !important;
		line-height: 30px !important;
		margin-bottom: 10px !important;
	}

	.banner-grid-4 .content img {
		width: 50px !important;
		margin-bottom: 0 !important;
	}

	.banner-product-widget .decor-learts {
		font-size: 35px !important;
	}

	.banner-product-widget .decor-learts:before, .banner-product-widget .decor-learts:after {
		display: none;
	}

	.learts-simple-banner.banner-grid-5 .content img {
		max-width: 150px;
	}

	.learts-simple-banner.banner-grid-5 .content h3 {
		font-size: 20px;
	}
}

@media screen and (max-width: 600px) {
	.admin-bar .sticky-header.is-sticky {
		top: 0;
	}
}

@media screen and (max-width: 1600px) {
	.learts-quote {
		padding: 20px;
	}

	.learts-quote .title-quote {
		font-size: 20px;
		line-height: 30px;
		margin-top: 25px;
	}
}

@media (max-width: 1919px) {
	.hidden-xl-down {
		display: none !important;
	}

	.site-footer.site-footer--dark .col-offset {
		padding-left: 15px;
	}

	.product .single-nav-on .single-nav__prev-item .item-wrapper {
		left: -220px;
	}

	.learts-menu-grid .menu-item.tag-new:before, .learts-menu-grid .menu-item.tag-hot:before {
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 16px;
		top: 10px;
		right: 25px;
	}

	.learts-testimonial-carousel button.slick-arrow.slick-prev, .learts-testimonial-carousel .slick-arrow.slick-prev.learts-button,
	.learts-testimonial-carousel .slick-arrow.slick-prev.learts-button {
		left: 0;
	}

	.learts-testimonial-carousel button.slick-arrow.slick-next, .learts-testimonial-carousel .slick-arrow.slick-next.learts-button,
	.learts-testimonial-carousel .slick-arrow.slick-next.learts-button {
		right: 0;
	}

	.banner-grid-3 .content .title {
		max-width: none;
	}
}

@media screen and (max-width: 782px) {
	.admin-bar #growls.tr {
		top: 56px;
	}
}