/*
Theme Name:   	Storefront Child Theme
Theme URI:    	https://github.com/stuartduff/storefront-child-theme
Author:       	Stuart Duff
Author URI:     http://stuartduff.com
Template:     	storefront
Description:  	This is a blank child theme for WooThemes StoreFront theme
Version:      	1.0.964
License:      	GNU General Public License v2 or later
License URI:  	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  	storefront
Tags:         	black, white, light, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Storefront is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
FontAwesome License: SIL Open Font License - http://scripts.sil.org/OFL
Images License: GNU General Public License v2 or later
*/
/*
 * Add your own custom css below this text.
 */

/*
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
*/

body {
	background-color: #E1E4E1;
	color: #1f1f1f; 
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
}

button, input, textarea {
	font-family: "Montserrat", sans-serif;
	line-height: 1.618;
	text-rendering: optimizeLegibility;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
}

p { line-height: 1.6; padding-top: 1.5em; margin: 0; }

a:focus, input:focus, textarea:focus, button:focus { outline: none; }

.link:link, .link:visited { text-decoration: underline; }
.link:hover { text-decoration: none; }

.primary-navigation { padding-left: 0; }

@media only screen and (max-width : 900px) {
	.primary-navigation { padding-left: 100px; }
}

/*
.primary-navigation { display: none; }
@media (min-width: 899px) {
	.primary-navigation { display: block; }
}

.menu-toggle, .handheld-navigation, 
.main-navigation.toggled .handheld-navigation, 
.main-navigation.toggled div.menu {
	display: block;
}
@media (min-width: 899px) {
	.menu-toggle, .handheld-navigation, 
	.main-navigation.toggled .handheld-navigation, 
	.main-navigation.toggled div.menu {
		display: none;
	}
}

.main-navigation ul li, .secondary-navigation ul li { display: block; }
@media (min-width: 899px) {
	.main-navigation ul li, .secondary-navigation ul li { display: inline-block; }
}
*/

.site-search { display: none; }
.site-header .site-branding,
.woocommerce-active .site-header .site-branding { width: auto; }

.col-full { padding: 100px 0 0; }
.col-full,
.page-template-default .site-content .col-full  { max-width: 80%; width: 80%; margin: 0 auto; }

.col-full,
.page-template-default .site-content .col-full  { max-width: 1360px; width: 1360px; margin: 0 auto; } /* 2025-06-04 */

.site-header .col-full { max-width: 80%; width: 80%; margin: 0 auto; padding: 0; }
.site-footer .col-full { padding: 0; }

article.post { padding-bottom: 75px; }

.category .site-content .col-full,
.blog .site-content .col-full,
.page-template-template-our-mission .site-content .col-full,
.page-template-template-contact .site-content .col-full,
.page-template-template-newsletter .site-content .col-full,
.page-template-template-faq .site-content .col-full,
.page-template-template-red-light .site-content .col-full,
.page-template-template-blue-light .site-content .col-full,
.page-template-template-lights .site-content .col-full,
.page-template-template-lights-test .site-content .col-full,
.page-template-template-glasses .site-content .col-full,
.page-template-template-homepage .site-content .col-full { max-width: 100%; width: 100%; margin: 0 auto; /*padding: 0;*/ padding: 0; }

/*
.col-full { width: 1360px; max-width: 1360px; padding: 0; }
*/

.storefront-sticky-add-to-cart .col-full { width: 80%; padding-top: 127px; padding-top: calc(127px - 32px); }
.storefront-sticky-add-to-cart .col-full { width: 1360px; max-width: 1360px; padding-top: 127px; padding-top: calc(127px - 32px); } /* 2025-06-04 */
.storefront-sticky-add-to-cart .col-full { width: 1360px; max-width: 1360px; padding-top: 127px; padding-top: calc(127px); } /* 2025-09-08 */

/* 2025-06-12
.page-template-template-faq .site-content .col-full,
.page-template-template-red-light .site-content .col-full,
.page-template-template-blue-light .site-content .col-full,
.page-template-template-lights .site-content .col-full,
.page-template-template-glasses .site-content .col-full,
.page-template-template-homepage .site-content .col-full { padding: 0; }
/*

@media only screen and (max-width : 1600px) {
	.post-type-archive .site-content .col-full,
	.page-template-default .site-content .col-full { max-width: 90%; width: 90%; }

	.post-type-archive .site-content .col-full,
	.page-template-default .site-content .col-full { max-width: 80%; width: 80%; } /* 2025-06-04 */

.col-full,
.page-template-default .site-content .col-full  { max-width: 80%; width: 80%; margin: 0 auto; } /* 2025-06-04 */

.storefront-sticky-add-to-cart .col-full { max-width: 80%; width: 80%; } /* 2025-06-04 */


@media only screen and (max-width : 1440px) {
	.col-full { padding-top: 75px; }
}
@media only screen and (max-width : 1100px) {
	.col-full { padding-top: 55px; }
}
@media only screen and (max-width : 500px) {
	.col-full { padding-top: 45px; }
}
@media only screen and (max-width : 1200px) {
	.post-type-archive .site-content .col-full,
	.page-template-default .site-content .col-full { max-width: 90%; width: 90%; } /* 2025-06-04 */

	.col-full,
	.page-template-default .site-content .col-full  { max-width: 90%; width: 90%; margin: 0 auto; } /* 2025-06-04 */

	.storefront-sticky-add-to-cart .col-full { max-width: 90%; width: 90%; } /* 2025-06-04 */
}

.wc-tabs { display: none; }
.storefront-full-width-content .woocommerce-tabs .panel { width: 100%; float: none; margin: 0; }
.storefront-breadcrumb { margin: 0; }

.single-product div.product p.price { font-size: 1.41575em; margin: 1.41575em 0; padding: 0; }
.woocommerce-product-details__short-description > p { padding: 0; }

.storefront-full-width-content .woocommerce-tabs .panel > p:nth-of-type(1) { padding-top: 0; }

.woocommerce-tabs { padding-top: 2.617924em; padding-bottom: 2.617924em; padding-top: 0; }

.page-template-template-homepage:not(.has-post-thumbnail) .site-main { padding: 0; }
.site-main { padding: 0; margin: 0; }

.content-area { margin-bottom: 0; }

.tabs h2 { font-size: 36px; font-weight: 700; line-height: 1.4; padding-top: 1.5em; margin: 0; }
.tabs .carousel-related-item h2 { color: inherit; padding: 0; }
.entry-title { font-size: 36px; font-weight: 700; line-height: 1.4; padding-top: 0; }

@media only screen and (max-width : 1600px) {
	.entry-title { font-size: 30px; }
	.tabs h2 { font-size: 30px; }
}

.site-header .site-branding img { height: auto; max-width: 230px; max-height: none; width: 75px; height: auto; }


/*
.storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs {
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    justify-content: flex-start;
    gap: 20px;
}

.storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li { 
	float: none;
	margin: 0;
	width: calc(25% - 15px);
}
.storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
	float: none;
	margin: 0;
	width: calc(25% - 15px)	;
}
*/
/* Thumbnail carousel */

/* Thumbnail carousel */

/* Hide thumbnails completely */
.thumb-carousel-wrapper,
.flex-control-thumbs { display: none !important; }

/* Position arrows over large image */
.woocommerce-product-gallery { position: relative; }

.custom-gallery-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 60px;
    background: rgba(0,0,0,0.25);
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 48px;
    line-height: 50px;
    padding: 0;
    text-align: center;
    z-index: 99;
    transition: background 0.2s ease;
}
.custom-gallery-arrow:hover { background: rgba(0,0,0,0.25); color: #ffffff; }
.custom-prev { left: 0; }
.custom-next { right: 0; }
/* #CYAN */



.site-footer { padding: 0; }
.site-footer > .col-full > .site-info { display: none; }

@media (min-width: 1024px) {
	.storefront-handheld-footer-bar { display: none; }
	.main-navigation, .secondary-navigation {
		clear: both;
		display: block;
		width: 100%;
	}
}

/* -------------------------------------------------------------------------------------------- */

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs::after { clear: both; }
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs::before, .single-product div.product .woocommerce-product-gallery .flex-control-thumbs::after {
	display: none;
}

/* -------------------------------------------------------------------------------------------- */

.site-header { padding: 25px; position: fixed; z-index: 99998; top: 0; left: 0; width: 100%; box-sizing: border-box; }
.site-header .col-full { max-width: 100%; width: 100%; margin: 0 auto; padding: 0; }

.site-header > .col-full:nth-of-type(1) { width: 75px; float: left; }

.storefront-primary-navigation { clear: none; width: calc(100% - 125px); float: right; }

.site-header .site-branding, .woocommerce-active .site-header .site-branding { width: auto; margin: 0; }

.main-navigation ul li a:hover, .main-navigation ul li:hover > a, .site-title a:hover, .site-header ul.menu li.current-menu-item > a { color: #333333; }

.menu.nav-menu > li:last-child { display: none; }




@media (max-width: 1480px) {
	.menu.nav-menu > .menu-item-1584 { display: none; }
}

@media (max-width: 767px) {
    .menu.nav-menu > .menu-item-1584 {
        display: block;
    }
}

.primary-navigation { width: auto; float: right;  margin-right: 1em; }

.woocommerce-active .site-header .main-navigation { /*float: left;*/ clear: both; margin: 0; width: calc(100% - 360px); }
.woocommerce-active .site-header .site-header-cart { float: right; margin-right: 0; margin-bottom: 0; width: 360px; }

.main-navigation ul.menu, .main-navigation ul.nav-menu { max-height: none; overflow: visible; margin-left: -1em; margin: 0; transition: none; padding-top: 0; }
.main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a { padding: 1.28268em 1em; }
.site-header-cart .cart-contents { padding: 1.28268em 0; }

.main-navigation ul.menu ul.sub-menu, .main-navigation ul.nav-menu ul.children { background-color: #ffffff; padding-top: 0; box-shadow: 0 0 30px rgba(0,0,0,0.05); }
.main-navigation ul.menu ul li a, .main-navigation ul.nav-menu ul li a { padding: .875em 1.41575em; font-size: 1em; }
/*.main-navigation ul ul li a, .secondary-navigation ul ul li a { width: 260px; }*/
.main-navigation ul ul li a, .secondary-navigation ul ul li a { width: 240px; }
.main-navigation ul.menu ul a:hover, .main-navigation ul.menu ul li:hover > a, .main-navigation ul.menu ul li.focus, .main-navigation ul.nav-menu ul a:hover, .main-navigation ul.nav-menu ul li:hover > a, .main-navigation ul.nav-menu ul li.focus {
	background-color: rgba(0,0,0,.025);
	background-color: #f5f4f0;
}

@media only screen and (max-width : 1220px) {
	.woocommerce-active .site-header .main-navigation { width: calc(100% - 300px); }
	.woocommerce-active .site-header .site-header-cart { width: 300px; }

	.storefront-primary-navigation { width: calc(100% - 100px); }
	.storefront-primary-navigation { width: 100%; }
	.site-header > .col-full:nth-of-type(1) { position: absolute; top: 25px; left: 25px; float: none; }
	.primary-navigation { margin-right: 0; }
	.woocommerce-active .site-header .main-navigation { width: 100%; float: right; }
	.woocommerce-active .site-header .site-header-cart { display: none; }
	.menu.nav-menu > li:last-child { display: inline-block; }
}
@media only screen and (max-width : 1024px) {
	/*
	.storefront-primary-navigation { width: calc(100% - 100px); }
	.storefront-primary-navigation { width: 100%; }
	.site-header > .col-full:nth-of-type(1) { position: absolute; top: 25px; left: 25px; float: none; }
	.primary-navigation { margin-right: 0; }
	.woocommerce-active .site-header .main-navigation { width: 100%; float: right; }
	.woocommerce-active .site-header .site-header-cart { display: none; }
	.menu.nav-menu > li:last-child { display: inline-block; }
	*/
	

}

/*
@media only screen and (max-width : 899px) {
	.site-header > .col-full:nth-of-type(1) { width: 50px; }
	.site-header .site-branding img { max-width: 50px; width: 50px; height: auto; }
	.woocommerce-active .site-header .site-header-cart { display: none; }

	.handheld-navigation ul.menu .sub-menu.toggled-on,
	.main-navigation ul.menu, .main-navigation ul.nav-menu { padding-left: 0; margin-left: 0; }
	.main-navigation ul ul li a, .secondary-navigation ul ul li a { width: 100%; }

	.handheld-navigation .dropdown-toggle { line-height: 1.6; top: 11.5px;  }

	.main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a { }
	.main-navigation ul.menu, .main-navigation ul.nav-menu { padding-top: 1em; }
	.main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a { padding: 1em; }

	.main-navigation ul.menu ul.sub-menu, .main-navigation ul.nav-menu ul.children { box-shadow: none; }


}
*/

@media only screen and (max-width : 768px) {
	.site-header > .col-full:nth-of-type(1) { width: 50px; }
	.site-header .site-branding img { max-width: 50px; width: 50px; height: auto; }
	.woocommerce-active .site-header .site-header-cart { display: none; }

	.handheld-navigation ul.menu .sub-menu.toggled-on,
	.main-navigation ul.menu, .main-navigation ul.nav-menu { padding-left: 0; margin-left: 0; }
	.main-navigation ul ul li a, .secondary-navigation ul ul li a { width: 100%; }

	.handheld-navigation .dropdown-toggle { line-height: 1.6; top: 11.5px;  }

	.main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a { }
	.main-navigation ul.menu, .main-navigation ul.nav-menu { padding-top: 1em; }
	.main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a { padding: 1em; }

	.main-navigation ul.menu ul.sub-menu, .main-navigation ul.nav-menu ul.children { box-shadow: none; }

	.product-template-default .site-content .col-full { max-width: 90%; width: 90%; }
}

.storefront-handheld-footer-bar ul { padding: 0; }

.site-header-cart .widget_shopping_cart { background-color: #ffffff; box-shadow: 0 0 30px rgba(0,0,0,0.05); }
.widget ul { padding-top: 0; padding-left: 0; }
.added_to_cart, .site-header-cart .widget_shopping_cart a.button, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link {
	background-color: #eeeeee;
	border-color: #eeeeee;
	background-color: #EEEBE2;
	border-color: #EEEBE2;
	color: #333333;
}

@media only screen and (max-width : 400px) {
	ul.products li.product .button { padding-left: 1em; padding-right: 1em; }
}

.added_to_cart.alt, .added_to_cart, .widget a.button.checkout {
	background-color: #333333;
	border-color: #333333;
	color: #ffffff;
}
.added_to_cart:hover, .site-header-cart .widget_shopping_cart a.button:hover, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link:hover {
	background-color: #E7E3D5;
	border-color: #E7E3D5;
	color: #333333;
}
.added_to_cart.alt:hover, .added_to_cart:hover, .widget a.button.checkout:hover {
	background-color: #1a1a1a;
	border-color: #1a1a1a;
	color: #ffffff;
}
.site-header-cart .widget_shopping_cart .buttons, .site-header-cart .widget_shopping_cart .total { background-color: #ffffff; }

input[type="text"], input[type="number"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="search"], textarea, .input-text {
	padding: .6180469716em;
	background-color: #ffffff;
	color: #43454b;
	border: 0;
	-webkit-appearance: none;
	box-sizing: border-box;
	font-weight: 400;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.125);
}
input[type="text"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, textarea:focus, .input-text:focus {
	background-color: #ffffff;
}


.woocommerce-products-header { display: none; }

ul.products li.product img, ul.products .wc-block-grid__product img, .wc-block-grid__products li.product img, .wc-block-grid__products .wc-block-grid__product img {
	display: block;
	margin: 0 auto 1.618em;
	border-radius: 23px;
}
ul.products, .wc-block-grid__products { padding-left: 0; padding-top: 55px; }

.section_lights_mobile ul.products, .section_lights_mobile .wc-block-grid__products { padding-top: 0; }

ul.products + .subtitle { padding-top: 0; }

.single-product div.product .woocommerce-product-gallery img { margin: 0; border-radius: 23px; }

.woocommerce-product-gallery__image { border-radius: 23px; }

/*
.single-product div.product .woocommerce-product-gallery .zoomImg { background-color: #fff; border-radius: 23px; }
.woocommerce-product-gallery__image > a { border-radius: 23px; background-color: lime; }
*/

ul.products li.product .button, 
ul.products .wc-block-grid__product .button, 
.wc-block-grid__products li.product .button, 
.wc-block-grid__products .wc-block-grid__product .button {
	background-color: #333333;
	border-color: #333333;
	border-radius: 5px;
	color: #ffffff;
}
.section_bg_black .carousel-related-item ul.products li.product .button { background-color: #f5f4f0; border-color: #f5f4f0; color: #333333; }
.added_to_cart.alt, .added_to_cart/*, .widget a.button.checkout*/ { background-color: #ffffff; border-color: #ffffff; color: #333333 !important; }
.added_to_cart.alt:hover, .added_to_cart:hover/*, .widget a.button.checkout:hover*/ { background-color: #ffffff; border-color: #ffffff; color: #333333; }


.carousel-related-item ul.products li.product .button { display: none; }
.carousel-related-item .ul.products li.product .price { margin-bottom: 0; }


ul.products li.product .price, 
ul.products .wc-block-grid__product .price, 
.wc-block-grid__products li.product .price, 
.wc-block-grid__products .wc-block-grid__product .price {
	color: inherit;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.4;
}
.price del,
.price ins { font-weight: 700; }

.price.subtitle del,
ul.products li.product .price del { display: block; }

ul.products li.product .woocommerce-loop-product__title, 
ul.products li.product .woocommerce-loop-category__title, 
ul.products li.product .wc-block-grid__product-title, 
ul.products li.product .wc-block-grid__product-title > a:not(.has-font-size), 
ul.products .wc-block-grid__product .woocommerce-loop-product__title, 
ul.products .wc-block-grid__product .woocommerce-loop-category__title, 
ul.products .wc-block-grid__product .wc-block-grid__product-title, 
ul.products .wc-block-grid__product .wc-block-grid__product-title > a:not(.has-font-size), 
.wc-block-grid__products li.product .woocommerce-loop-product__title, 
.wc-block-grid__products li.product .woocommerce-loop-category__title, 
.wc-block-grid__products li.product .wc-block-grid__product-title, 
.wc-block-grid__products li.product .wc-block-grid__product-title > a:not(.has-font-size), 
.wc-block-grid__products .wc-block-grid__product .woocommerce-loop-product__title, 
.wc-block-grid__products .wc-block-grid__product .woocommerce-loop-category__title, 
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title, 
.wc-block-grid__products .wc-block-grid__product .wc-block-grid__product-title > a:not(.has-font-size) {
	font-size: 1rem;
	font-size: 18px;
	font-weight: 700;
}

.section_bg_black .woocommerce-loop-product__title { color: #ffffff; }

.site-content > .col-full > .woocommerce > .woocommerce-message:first-child, 
.site-content > .col-full > .woocommerce > .woocommerce-info:first-child, 
.site-content > .col-full > .woocommerce > .woocommerce-error:first-child { background-color: #333333; margin-top: 0; }
.storefront-full-width-content.woocommerce-cart .entry-header, .storefront-full-width-content.woocommerce-checkout .entry-header, .storefront-full-width-content.woocommerce-account .entry-header, .storefront-full-width-content .woocommerce-products-header {
	text-align: center;
	padding: 0 0 100px;
}

@media only screen and (max-width : 1440px) {
	.storefront-full-width-content.woocommerce-cart .entry-header, .storefront-full-width-content.woocommerce-checkout .entry-header, .storefront-full-width-content.woocommerce-account .entry-header, .storefront-full-width-content .woocommerce-products-header { padding: 0 0 75px; }
}
@media only screen and (max-width : 1100px) {
	.storefront-full-width-content.woocommerce-cart .entry-header, .storefront-full-width-content.woocommerce-checkout .entry-header, .storefront-full-width-content.woocommerce-account .entry-header, .storefront-full-width-content .woocommerce-products-header { padding: 0 0 55px; }
}
@media only screen and (max-width : 1100px) {
	.storefront-full-width-content.woocommerce-cart .entry-header, .storefront-full-width-content.woocommerce-checkout .entry-header, .storefront-full-width-content.woocommerce-account .entry-header, .storefront-full-width-content .woocommerce-products-header { padding: 0 0 45px; }
}

.wp-block-woocommerce-cart,
.wp-block-woocommerce-checkout { padding: 0 !important; }

.storefront-align-wide.page-template-template-fullwidth-php .hentry .entry-content .alignwide, .storefront-align-wide.storefront-full-width-content .hentry .entry-content .alignwide {
	margin-left: calc(25% - 25vw);
	margin-right: calc(25% - 25vw);
	margin-left: 0 !important;
	margin-right: 0 !important;
}


/*

pswp pswp--supports-fs pswp--open pswp--notouch pswp--css_animation pswp--svg pswp--animated-in pswp--zoom-allowed pswp--visible pswp--has_mouse

*/
.storefront-sticky-add-to-cart { z-index: 99997; padding-left: 0; padding-right: 0; }
.pswp--open { z-index: 111111; }

.upsells ul.products { padding-top: 0; width: 138px; }
.storefront-full-width-content .upsells h2:first-child { font-size: 18px; font-weight: 700; text-align: left; padding-top: 0; }

.upsells ul.products .woocommerce-loop-product__title,
.upsells ul.products li.product .price,
.upsells ul.products .add_to_cart_button { display: none; }

.upsells ul.products li.product,
.upsells ul.products li.product img { margin-bottom: 0; }

.site {
	overflow-x: hidden;
	overflow-x: visible;
}
.single-product div.product {
	position: relative;
	overflow: hidden;
	overflow: visible;
}

/*





.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
	margin-bottom: 2.617924em;
	background-color: #0f834d;
	margin-left: 0;
	border-radius: 2px;
	color: #fff;
	clear: both;
	border-left: .6180469716em solid rgba(0,0,0,.15);
	padding: 1em 2em 1em 3.5em;
	position: relative;
	list-style: none outside;
}


*/

/*
.clmns_inner > p:nth-of-type(1) { padding-top: 0; }
.clmns_inner > h2:first-child,
.clmns_inner > p:first-child { padding-top: 0; }
*/

.payment_logos_master { margin-top: 15px; display: flex; flex-wrap: wrap; align-items: center; justify-content: flex-start; gap: 15px; }
.payment_logos_master > img { height: 30px; width: auto; }

.tabela_wrap { overflow-x: auto; }

.tabela { margin-top: 2em; margin-bottom: 0; }
.tabela thead th { background-color: rgba(0,0,0,0.05); font-weight: 700; padding: 0.5em 0.75em; }
.tabela tbody td { background-color: transparent !important; font-weight: normal; padding: 0.5em 0.75em; border-bottom: 2px solid rgba(0,0,0,0.1); }
.tabela tbody .bold { font-weight: 700; }
.tabela tbody tr:last-child td { border-bottom: none; }
/*.tabela tr:last-child td { background-color: rgba(0,0,0,0.05) !important; }*/
.single-product div.product form.cart {
	margin-bottom: 1.618em; 
	margin-bottom: 0; 
	padding: 1em 0;
}
.ppc-button-wrapper { margin-top: 2em; }

.tabela_mobile { display: none; }

@media only screen and (max-width : 1000px) {
	.tabela { margin-top: 45px; }
	.tabela_mobile { display: table; }
	.tabela_desktop { display: none; }
}

@media only screen and (max-width : 800px) {
	.storefront-full-width-content .site-main ul.products.columns-4 li.product { width: 47.5%; float: left; margin-right: 5%; }
	.storefront-full-width-content .site-main ul.products.columns-4 li.product:nth-of-type(2n) { margin-right: 0 !important; }
}

/* --------------------------------------------------------------------------------------------------------------- */

.logo { width: 75px; height: auto; }
.navigacija {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
	background-color: #ffffff;
	padding: 25px 25px;
	text-align: center;
	width: 100%;
	position: fixed;
	z-index: 1111;
	top: 0;
	left: 0;
	box-sizing: border-box;
}
.navigacija > p { padding: 0; }
.navigacija > p > a { font-weight: 700; text-decoration: none; margin: 0 1.5em; }

.logo_content { max-width: 100%; margin: 38px auto 0; }

body {
	color: #292a2d; 
	padding-top: 126px;
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
	background-color: #f5f4f0;
}

h1, h2, h3 { font-weight: normal; }

p { line-height: 1.6; padding-top: 1.5em; }

ul, ol { padding-top: 1.5em; padding-left: 1.5em; margin: 0; }
.list_plain { padding-left: 0; list-style-type: none; }

li { line-height: 1.6; }

a:link, a:visited { color: inherit; }
a:hover { text-decoration: none; }

img { display: block; }
a img { border: 0; }

/*
.section_igor_black { background: #292a2d url('img/bg_mitoc.png') 100px 100px repeat; color: #ffffff; }
.section_igor_white { background-color: #ffffff; color: inherit; }
.section_igor_default { background-color: #f5f4f0; color: inherit; }
*/

.section_bg_default { background-color: #f5f4f0; color: inherit; }
.section_bg_white { background-color: #ffffff; color: inherit; }
.section_bg_black { background: #292a2d url('img/bg_mitoc.png') 100px 100px repeat; color: #ffffff; }

.section_content { width: 80%; margin: 0 auto; position: relative; z-index: 2; }
.section_content > p:first-child { padding-top: 0; }

.section_content_fixed_width { width: 1360px; margin: 0 auto; }

.title { font-size: 64px; line-height: 1.25; }
.subtitle { font-size: 30px; font-size: 36px; line-height: 1.4; margin-bottom: 0; }
.subtitle_larger { font-size: 48px; line-height: 1.4; }

.full .title { color: #ffffff; letter-spacing: 0; margin: 0; }

.section_padding { padding: 100px 0; }

.full { position: relative; height: 100vh; height: 75vh; display: table; width: 100%; }
.full_subpage { height: 65vh; }
.absolute { display: table-cell; vertical-align: middle; }

.full_1 {
	color: #ffffff;
	background: url('img/bg_section_1.jpg') center center no-repeat fixed;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.full_2 {
	color: #ffffff;
	background: url('img/bg_section_6.jpg') center center no-repeat fixed;
	background: url('img/BLue-light-scroll.jpg') center center no-repeat fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.full_3 {
	color: #ffffff;
	background: url('img/bg_section_1.jpg') center center no-repeat fixed;
	
	
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.full_5 {
color: #ffffff;
	background: url('img/red-room.jpg') center center no-repeat fixed;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;



text-align: center;
}

.full_8 {
color: #ffffff;
	/*background: url('img/bg_section_8.jpg') center center no-repeat fixed;*/
	background: url('img/BLue-light-scroll.jpg') center center no-repeat fixed;

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;



text-align: center;
}
.full_contact {
	color: #ffffff;
	background: url('img/bg_sunrise_person.jpg') center center no-repeat fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	text-align: center;
}



.clmns_wrap {
	
	
	width: 1200px;
	width: 1280px;
	width: 1360px;

    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-items: stretch;

    justify-content: space-between;
    gap: 100px;
}
.clmns_wrap_top { align-items: stretch; }

/*
.clmns_wrap_order_alt > .clmns:nth-of-type(1) { order: 1; }
.clmns_wrap_order_alt > .clmns:nth-of-type(2) { order: 0; }

@media only screen and (max-width: 1024px) {
	.clmns_wrap_order_alt > .clmns:nth-of-type(1) { order: 0; }
	.clmns_wrap_order_alt > .clmns:nth-of-type(2) { order: 1; }
}
*/


.clmns { width: calc(50% - 50px);   }
.clmns > p:nth-of-type(1) { padding-top: 0; }
.clmns_img > img { width: 100%; border-radius: 23px; }
.clmns_img_flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-items: stretch;
    align-items: flex-start;

    justify-content: space-between;
    justify-content: flex-start;
    gap: 30px;

    height: auto;
}
.clmns_img_flex > img { width: calc(50% - 15px);  height: auto;  border-radius: 23px; }

.clmns_inner { background-color: #ffffff; padding: 75px; border-radius: 23px; box-sizing: border-box; }
.clmns_inner_transparent { background-color: transparent; border: 5px solid rgba(0,0,0,0.075); }
.clmns_inner_dark { background-color: #404246; }
.clmns_inner_dark { background-color: #353639; }

/*
.clmns_inner > p:nth-of-type(1) { padding-top: 0; }
*/
.clmns_inner > h2:first-child,
.clmns_inner > p:first-child,
.clmns_inner > ul:first-child { padding-top: 0; }

.icons_wrap {
	margin: 1.5em auto 0;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-items: stretch;
    justify-content: space-between;

}
.icons_wrap > img { width: 50px; height: auto; }
.list_flex { padding-left: 0; }
.list_flex > li {
	display: flex;
    flex-wrap: wrap;
    
    align-items: flex-start;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.list_flex > li { margin-bottom: 25px; }
.list_flex > li:last-child { margin-bottom: 0; }
.list_flex > li > img { width: 50px; }
.list_flex > li > span { width: calc(100% - 70px); }

.list_ico { list-style-type: none; padding-left: 0; }
.list_ico > li { padding-left: 1.5em; position: relative; }
.list_ico > li::before {
	font-family:'FontAwesome';
	font-size: 22px;
	line-height: 1;
	position: absolute;
	top: 3px;
	left: 0;
}

.list_ico { margin: 0; }

.list_ico > .list_ico_check::before { content: '\f058'; content: '\f046'; }
.list_ico > .list_ico_false::before { content: '\f2d4'; content: '\f05c'; }
.list_ico > .list_ico_alert::before { content: '\f071'; }

.clmns_3_wrap {
	width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-items: stretch;
    justify-content: space-between;
    justify-content: flex-start;
    gap: 75px;
}
.clmns_3 { width: calc(33.33% - 50px); }
.clmns_3.clmns_inner { padding: 55px; }
.clmns_3 > img { margin: 0 auto 1.5em; }

p + .clmns_wrap,
.clmns_wrap + .clmns_wrap { margin-top: 100px; }
.clmns_wrap + p { padding-top: 100px; }



p + .clmns_3_wrap { margin-top: 75px; }
.clmns_3_wrap + p { padding-top: 75px; }

.anchor_wrap { position: relative; }
.anchor_shop { position: absolute; bottom: 125px; width: 1px; height: 1px; z-index: -1; }
.anchor_shop_bottom { bottom: 0; }

@media only screen and (max-width: 768px) {
	.anchor_shop { position: absolute; bottom: 98px; width: 1px; height: 1px; z-index: -1; }
	.anchor_shop_bottom { bottom: 0; }
}

.btn_nav > a { color: inherit; text-decoration: none; padding: 1em 1.5em; background-color: rgba(0,0,0,0.05); border-radius: 50px; display: inline-block; }
.btn_nav_3 > a { margin-left: 1em; }
.btn_nav_3 > a:nth-of-type(1) { margin-left: 0; }
.btn_nav > a:hover { background-color: rgba(0,0,0,0.075); } 

@media only screen and (max-width: 450px) {
	.btn_nav { text-align: center; }
	.btn_nav > a { display: block; }
	.btn_nav > a { width: 100%; display: block; box-sizing: border-box; }
	.btn_nav > a:nth-of-type(1) { margin: 0; }
	.btn_nav > a:nth-of-type(2) { margin: 1.5em 0 0; }
}

.btn_double > a { margin-left: 1em; }
.btn_double > a:nth-of-type(1) { margin-left: 0; }

.btn_intro { padding-top: 0; margin-top: 65px; }
.btn_intro > a { color: #1f1f1f; text-decoration: none; padding: 1em 1.5em; background-color: #ffffff; border: 1px solid #ffffff; border-radius: 5px; display: inline-block; }
.btn_intro > a:nth-of-type(1) { color: #ffffff; background-color: initial; margin-left: 0; margin-right: 1em;  }
.btn_intro > a:nth-of-type(2) { color: #ffffff; background-color: initial; margin-left: 0; }

.btn { padding-top: 0; margin-top: 65px; margin-top: 55px; }
.btn > a { color: #ffffff; text-decoration: none; padding: 1em 1.5em; background-color: #292a2d; border: 1px solid #292a2d; border-radius: 5px; display: inline-block; }
/*
.btn > a:nth-of-type(1) { margin-right: 1em; }
*/

.clmns_inner_dark .btn > a { color: #292a2d; text-decoration: none; padding: 1em 1.5em; background-color: #f5f4f0; border: 1px solid #f5f4f0; border-radius: 5px; }

.btn_dark { margin-top: 2em; }
.btn_dark > a {  background-color: #ffffff; border: 1px solid #ffffff; color: #292a2d; display: inline-block; padding: 0.75em 1.5em; }

.img_max { max-width: 100%; border-radius: 15px; margin: 50px 0 0; }
.img_max + p { padding-top: 50px; }

.img_question { width: 360px; margin: 1.5em 0 0; }
.img_question + p { padding-top: 1.5em; }

@media only screen and (max-width : 450px) {
	.img_question { width: 100%; }
}

.intro { width: 100%; height: 100vh; height: calc(100vh - 125px); overflow: hidden; color: #ffffff; }
.intro video, .full_subpage_video video, .section_separator_video video {
    /*
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    */
    /*object-fit: cover;*/

	object-fit: cover;
	width: 100%;
	max-width: 100%;
	height: 100vh;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}
.section_separator_video video,
.full_subpage_video video {
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);

	object-fit: cover;

	width: 110%;
	max-width: 110%;
	height: auto;
}
.full_subpage_video video { width: 100%; max-width: 100%; height: 100vh; }
.section_separator_video,
.full_subpage_video { background-color: #292a2d; color: #ffffff; position: relative; overflow: hidden; }
.overflow_hidden { overflow: hidden; }

.bulba {
	margin: 50px auto 0;

	-webkit-filter: drop-shadow(50px 50px 100px rgba(255,0,8,0.55));
			filter: drop-shadow(50px 50px 100px rgba(255,0,8,0.55));

	animation: float 6s ease-in-out infinite;

	
}

@keyframes float {
	0% {
		/*box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);*/
		transform: translatey(0px);
	}
	50% {
		/*box-shadow: 0 25px 15px 0px rgba(0,0,0,0.2);*/
		transform: translatey(-20px);
	}
	100% {
		/*box-shadow: 0 5px 15px 0px rgba(0,0,0,0.6);*/
		transform: translatey(0px);
	}
}

.clmns_bulba_wrap {
	width: 100%;
    margin: 50px auto 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    align-items: center;
    justify-content: space-between;
    /*
    gap: 20px;
    */

}

.clmns_bulba { width: calc(20% - 35px); width: 30%; box-sizing: border-box; }

.clmns_bulba > p:first-child { padding-top: 0; }



/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.clmns_routine_wrap {
	width: 100%;
    margin: 50px auto 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    justify-content: flex-start;
    /*
    gap: 20px;
    */
    gap: 35px;
}
.clmns_routine > p { padding-top: 0; }

.clmns_routine { 
	width: calc(25% - 26.25px);
	box-sizing: border-box;
	padding: 1.5em;
	border-radius: 15px;
	background-color: #ffffff;
	position: relative;
	z-index: 1;
}
.clmns_routine::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0.15em;
	font-size: 128px;
	line-height: 1;
	color: #ffffff;
	opacity: 0.55;
	font-weight: 700;
	color: #E7E3D5;
}

.clmns_routine_wrap_alt > .clmns_routine { padding-top: 100px; }
.clmns_routine_wrap_alt > .clmns_routine::before { left: 27px; top: 17px; font-size: 72px; }

.clmns_routine:nth-of-type(1)::before { content: '1'; }
.clmns_routine:nth-of-type(2)::before { content: '2'; }
.clmns_routine:nth-of-type(3)::before { content: '3'; }
.clmns_routine:nth-of-type(4)::before { content: '4'; }
.clmns_routine:nth-of-type(5)::before { content: '5'; }
.clmns_routine:nth-of-type(6)::before { content: '6'; }
.clmns_routine:nth-of-type(7)::before { content: '7'; }
.clmns_routine:nth-of-type(8)::before { content: '8'; }

/*
.full_1_1 .clmns_routine {
	background: rgba(255,255,255,0.15);
	background: rgba(0,0,0,0.25);
	box-shadow: none;
}
.full_1_1 .clmns_routine::before { opacity: 0.25; }
.full_1_1 { height: 100vh; }
*/

.shop_intro_clmns_wrap {
	width: 75%;
	width: 1360px;
	
    margin: 0 auto 0;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    align-items: flex-start;
    justify-content: space-between;
}


.shop_intro_clmns_wrap + div { width: 75%; width: 1360px; margin: 100px auto 0; }

.shop_intro_clmns { width: 25%; width: calc(50% - 15px); width: 45%; }





.shop_intro_clmns > p:nth-child(1) { font-weight: normal;  margin-bottom: 0.25em; }
.shop_intro_clmns > p:nth-child(2) { font-size: 48px; line-height: 1.25; }

.shop_intro_clmns:nth-of-type(1) { position: sticky; top: 100px; }

.shop_intro_clmns > .subtitle + .subtitle { padding-top: 36px; }
.shop_intro_clmns > .subtitle + .subtitle + .shop_btn { padding-top: 36px; }

.shop_intro_clmns > .shop_img { width: 100%; border-radius: 23px; }

.shop_img + div {

		width: 100%;
    margin: 0 auto 0;

    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    
    justify-content: space-between;
    /*
    gap: 20px;
    column-gap: 30px;
     
    */

}

.shop_img + div { margin-top: 1.5em; }
.shop_img + div > img { width: 21%; border-radius: 5px; }

.shop_btn > span { background-color: #292a2d; color: #ffffff; display: inline-block; padding: 0.75em 1.25em; border-radius: 5px; }
.section_bg_black .shop_btn > span { background-color: #f5f4f0; color: #292a2d; }

.section { transition: background-color ease-in-out 0.25s; }
.shop_btn > span { transition: background-color ease-in-out 0.25s, color ease-in-out 0.25s; }

.product_icons_wrap_outer { width: 1360px; margin-left: auto; margin-right: auto; }



.product_icons_wrap { 
	width: 100%; /*2025-04-24*/
	margin: 50px auto 0; 
	margin: 0 auto 0; 
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.product_icons_wrap_margin-top { margin: 50px auto 0; }
.product_icons_wrap_justify_end { justify-content: flex-end; }
.product_icons_wrap_homepage_1 { justify-content: flex-end; }
	
.product_icons_wrap + div { margin-top: 50px; }
.product_icons { 
	width: 100%;
	box-sizing: border-box;
	padding: 1.5em;
	border-radius: 15px;
	background-color: rgba(0,0,0,0.05);
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	align-items: center;
}
.product_icons_black { background-color: #292a2d; color: #f5f4f0; }
.product_icons_white { background-color: #ffffff; }
.product_icons_2 { width: calc(50% - 10px); }
.product_icons_3 { width: calc(33.33% - 13.33px); }
.product_icons_4 { width: calc(25% - 15px); }
.product_icons_3_arw { position: relative; }
.product_icons_3_arw:nth-of-type(4),
.product_icons_3_arw:nth-of-type(5) { /*width: calc(50% - 10px);*/ }

.product_icons_3_arw:nth-of-type(4) { order: 4; }
.product_icons_3_arw:nth-of-type(5) { order: 3; }

.product_icons_3_arw::before { 
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin: -15px 0 0;
	width: 0; 
	height: 0; 
	border-top: 15px solid transparent; 
	border-left: 15px solid #f5f4f0; 
	border-bottom: 15px solid transparent; 
}
.product_icons_3_arw::after { 
	content: '';
	position: absolute;
	top: 50%;
	right: -15px;
	margin: -15px 0 0;
	width: 0; 
	height: 0; 
	border-top: 15px solid transparent; 
	border-left: 15px solid rgba(0,0,0,0.05); 
	border-bottom: 15px solid transparent; 
}

/*.product_icons_3_arw:nth-of-type(3)::after,*/
.product_icons_3_arw:nth-of-type(5)::after { display: none; }

/*.product_icons_3_arw:nth-of-type(4)::before,*/
.product_icons_3_arw:nth-of-type(1)::before { display: none; }

.product_icons_3_arw:nth-of-type(4)::before { 
	content: '';
	position: absolute;
	top: 0;
	bottom: auto;
	right: auto;
	left: 50%;
	margin: 0 0 0 -15px;
	width: 0; 
	height: 0; 
	border-top: 15px solid #f5f4f0; 
	border-left: 15px solid transparent; 
	border-right: 15px solid transparent; 
}
.product_icons_3_arw:nth-of-type(4)::after { 
	content: '';
	position: absolute;
	top: 50%;
	left: -15px;
	right: auto;
	margin: -15px 0 0;
	width: 0; 
	height: 0; 
	border-top: 15px solid transparent; 
	border-left: none; 
	border-right: 15px solid rgba(0,0,0,0.05); 
	border-bottom: 15px solid transparent; 
}
.product_icons_3_arw:nth-of-type(3)::after { 
	content: '';
	position: absolute;
	right: auto;
	top: auto;
	bottom: -30px;
	left: 50%;
	margin: 0 0 0 -15px;
	width: 0; 
	height: 0; 
	border-top: 15px solid rgba(0,0,0,0.05); 
	border-left: 15px solid transparent; 
	border-right: 15px solid transparent; 
}
.product_icons_3_arw:nth-of-type(5)::before { 
	content: '';
	position: absolute;
	top: 50%;
	left: auto;
	right: 0;
	margin: -15px 0 0;
	width: 0; 
	height: 0; 
	border-top: 15px solid transparent; 
	border-left: none; 
	border-right: 15px solid #f5f4f0; 
	border-bottom: 15px solid transparent; 
}

@media only screen and (max-width : 1280px) {
	.product_icons_wrap_homepage_1 { justify-content: flex-start; }
	.product_icons_3_arw:nth-of-type(3) { order: 3; }
	.product_icons_3_arw:nth-of-type(4) { order: 2; }
	.product_icons_3_arw:nth-of-type(5) { order: 4; }

	.product_icons_3 { width: calc(50% - 10px); }

	.product_icons_3_arw:nth-of-type(2)::after,
	.product_icons_3_arw:nth-of-type(4)::after { 
		content: '';
		position: absolute;
		right: auto;
		top: auto;
		bottom: -30px;
		left: 50%;
		margin: 0 0 0 -15px;
		width: 0; 
		height: 0; 
		border-top: 15px solid rgba(0,0,0,0.05); 
		border-left: 15px solid transparent; 
		border-right: 15px solid transparent; 
	}
	.product_icons_3_arw:nth-of-type(3)::after { 
		content: '';
		position: absolute;
		top: 50%;
		left: -15px;
		right: auto;
		margin: -15px 0 0;
		width: 0; 
		height: 0; 
		border-top: 15px solid transparent; 
		border-left: none; 
		border-right: 15px solid rgba(0,0,0,0.05); 
		border-bottom: 15px solid transparent; 
	}
	.product_icons_3_arw:nth-of-type(3)::before,
	.product_icons_3_arw:nth-of-type(5)::before { 
		content: '';
		position: absolute;
		top: 0;
		bottom: auto;
		right: auto;
		left: 50%;
		margin: 0 0 0 -15px;
		width: 0; 
		height: 0; 
		border-top: 15px solid #f5f4f0; 
		border-left: 15px solid transparent; 
		border-right: 15px solid transparent; 
	}
	.product_icons_3_arw:nth-of-type(4)::before { 
		content: '';
		position: absolute;
		top: 50%;
		left: auto;
		right: 0;
		margin: -15px 0 0;
		width: 0; 
		height: 0; 
		border-top: 15px solid transparent; 
		border-left: none; 
		border-right: 15px solid #f5f4f0; 
		border-bottom: 15px solid transparent; 
	}

	/*.product_icons_3_arw:nth-of-type(2)::after,
	.product_icons_3_arw:nth-of-type(4)::after { display: none; }*/

	.product_icons_3_arw:nth-of-type(3)::after { display: block; }

	/*.product_icons_3_arw:nth-of-type(3)::before,
	.product_icons_3_arw:nth-of-type(5)::before { display: none; }*/

	.product_icons_3_arw:nth-of-type(4)::before { display: block; }
}
@media only screen and (max-width : 1024px) {
	.product_icons_3_arw:nth-of-type(3) { order: 2; }
	.product_icons_3_arw:nth-of-type(4) { order: 3; }
	.product_icons_3_arw:nth-of-type(5) { order: 4; }

	.product_icons_2,
	.product_icons_3,
	.product_icons_4 { width: 100%; }
	.product_icons_3_arw:nth-of-type(4),
	.product_icons_3_arw:nth-of-type(5) { width: 100%; }

	.product_icons_3_arw::before,
	.product_icons_3_arw:nth-of-type(3)::before,
	.product_icons_3_arw:nth-of-type(4)::before { 
		content: '';
		position: absolute;
		top: 0;
		bottom: auto;
		right: auto;
		left: 50%;
		margin: 0 0 0 -15px;
		width: 0; 
		height: 0; 
		border-top: 15px solid #f5f4f0; 
		border-left: 15px solid transparent; 
		border-right: 15px solid transparent; 
	}
	.product_icons_3_arw::after,
	.product_icons_3_arw:nth-of-type(3)::after {
		content: '';
		position: absolute;
		right: auto;
		top: auto;
		bottom: -30px;
		left: 50%;
		margin: 0 0 0 -15px;
		width: 0; 
		height: 0; 
		border-top: 15px solid rgba(0,0,0,0.05); 
		border-left: 15px solid transparent; 
		border-right: 15px solid transparent; 
	}
	.product_icons_3_arw:nth-of-type(2)::after,
	.product_icons_3_arw:nth-of-type(4)::after { display: block; }

	.product_icons_3_arw:nth-of-type(3)::before,
	.product_icons_3_arw:nth-of-type(5)::before { display: block; }


	/*

 border-left: 50px solid transparent;
      border-right: 50px solid transparent;
      border-top: 100px solid red;

	*/
}
.product_icons_txt { align-items: flex-start; }
.product_icons_link { padding: 0; }
.product_icons_link > a {
	width: 100%;
	box-sizing: border-box;
	padding: 1.5em;
	border-radius: 15px;
	
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	text-decoration: none;
	position: relative;
	z-index: 1;
}
.product_icons_link > a::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	height: 100%;
	width: calc(100px + 3em);
	background-color: #ffffff;
	border-radius: 15px 0 0 15px;
}
.product_icons_link > a:hover::before { width: 100%; border-radius: 15px; }

.product_icons > img { width: 50px; height: auto; }
.product_icons > img + p { width: calc(100% - 75px); margin-left: 25px; padding-top: 0; line-height: 1.4; box-sizing: border-box; }

.product_icons_txt > img + div { width: calc(100% - 75px); margin-left: 25px; box-sizing: border-box; }
.product_icons_txt > img + div > p { padding-top: 0; }

.product_icons_center { display: block; text-align: center; }
.product_icons_center > img { margin: 0 auto; }
.product_icons_center > img + div > p { padding-top: 1em; }
.product_icons_center > img + div > p + p { padding-top: 0; }

.product_icons_link > a > img { width: 100px; height: auto; filter: grayscale(1); }
.product_icons_link > a:hover > img { filter: grayscale(0); }
.product_icons_link > a > img + div { width: calc(100% - 125px); margin-left: 25px; box-sizing: border-box; }
.product_icons_link > a > img + div { width: calc(100% - (125px + 1.5em)); margin-left: 25px; box-sizing: border-box; }
.product_icons_link > a > img + div > p { padding-top: 0; }

.product_icons_wrap_half { justify-content: space-between; border-top: 2px solid rgba(0,0,0,0.1); border-bottom: 2px solid rgba(0,0,0,0.1); margin: 40px auto 0; padding: 1em 0; }
.product_icons_wrap_half > .product_icons { width: calc(50% - 10px); width: 46%; padding: 0; background-color: transparent; }
.product_icons_wrap_half > .product_icons > img { width: 36px; height: auto; }
.product_icons_wrap_half > .product_icons > img + p { width: calc(100% - 65px); margin-left: 15px; }
.product_icons_wrap_half > .product_icons > img + p { width: calc(100% - 51px); margin-left: 15px; }

.answer { display: none; width: 100%; }
.product_icons_hidden { display: none; width: 100%; }

.product_icons > .question::before {
    content: '';
    position: absolute;
    top: 26px;
    right: 0;
    width: 7px;
    height: 7px;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    transform: rotate(45deg);
    transition: transform 0.35s;
}
.product_icons > .question_alt::before { top: 7px; }
.product_icons > .question_open::before { transform: rotate(225deg); }

/*.product_icons > .answer > p:last-child, .faq_1 > .answer > ul:last-child { padding-bottom: 16px; }*/
.product_icons > .question { position: relative; padding: 30px 0 0 45px; padding: 16px 16px 16px 0; position: relative; }
.product_icons > .question_alt { padding: 0 16px 0 0; width: 100%; box-sizing: border-box; }
/*.product_icons > .question:hover { cursor: pointer; }*/
.product_icons_toggle { cursor: pointer; }

/*.shop_intro_clmns_wrap + div > .product_icons > img + .question_alt { width: calc(100% - 65px); margin-left: 15px; box-sizing: border-box; }*/
.product_icons_toggle > .question { width: 100%; margin-left: 0; box-sizing: border-box; }
.product_icons_toggle > .question_alt { width: calc(100% - 65px); margin-left: 15px; box-sizing: border-box; }


/*
.tab_clmns_wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.tab_clmns_txt { width: 60%; }
.tab_clmns_img { width: 35%; }
.tab_clmns_img > img { width: 100%; }
*/

.tabs { padding: 0; width: 1360px; margin: 0 auto; }
.horizontal .subtitle { font-size: 30px; }
.horizontal { 
	list-style-type: none; 
	margin: 0 auto; 
	padding: 5px; 
	position: relative; 
	z-index: 1; 
	background-color: #ffffff; 
	border-radius: 50px;
	width: 650px; 
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.horizontal::before {
	content: '';
	position: absolute;
	z-index: -1;
	top: 5px;
	left: 5px;
	height: calc(100% - 10px);
	width: calc(50% - 5px);
	background-color: #292a2d;
	border-radius: 50px;
	transform: translate(0, 0);
	transition: transform ease-in-out 0.25s;
}
.horizontal_3 { width: 975px; }
.horizontal_3::before { width: calc(33.33% - 5px); }
.horizontal_left::before { transform: translate(0, 0); }
.horizontal_center::before { transform: translate(50%, 0); }
.horizontal_right::before { transform: translate(100%, 0); }

.horizontal_3.horizontal_center::before { transform: translate(100%, 0); }
.horizontal_3.horizontal_right::before { transform: translate(200%, 0); }

.tabs_3 > .tab { margin-top: 55px; }

.horizontal li { display: block; width: 50%; padding: 0; text-align: center; }
.horizontal_3 li { width: 33.33%; }
.horizontal li a { color: #292a2d; text-decoration: none; display: block; padding: 0.5em 0; width: 100%; border-radius: 5px 5px 0 0; }
.horizontal li a > p { padding: 0; }

.horizontal .active a { color: #ffffff; }

@media only screen and (max-width : 1100px) {
	.horizontal_3 { width: 325px; border-radius: 5px; }
	.horizontal_3 li { width: 100%; }
	.horizontal_3::before { height: calc(33.33% - 3.33px); width: calc(100% - 10px); border-radius: 5px; }
	.horizontal_3.horizontal_center::before { transform: translate(0, 100%); }
	.horizontal_3.horizontal_right::before { transform: translate(0, 200%); }
}
@media only screen and (max-width : 900px) {
	.horizontal_2 { width: 325px; border-radius: 5px; }
	.horizontal_2 li { width: 100%; }
	.horizontal_2::before { height: calc(50% - 5px); width: calc(100% - 10px); border-radius: 5px; }

	.horizontal_2.horizontal_right::before { transform: translate(0, 100%); }
}
@media only screen and (max-width : 450px) {
	.horizontal { width: 100%; box-sizing: border-box; }
}

.tab { }

.tab > p:nth-of-type(1) { padding-top: 0; }

.shop_icons_wrap {
	width: 100%;
    margin: 0 auto 0;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}

.shop_icons_wrap_mrg { margin-top: 55px; }

.shop_icons { width: calc(50% - 15px); width: 25%; }
.shop_icons_3 { width: calc(50% - 15px); width: 30%; }

.shop_icons > img { margin: 0 auto; }
.shop_icons > img + p { text-align: center; }

.review_wrap { padding: 55px; background-color: #ffffff; border-radius: 23px; margin-top: 1.5em; }
p + .review_wrap { margin-top: 2.5em; }

.review_wrap > p:nth-of-type(1) {}
.review_wrap > .review_wrap_stars { padding-top: 0; position: relative; padding-bottom: 46px; padding-bottom: 28px; }
.review_wrap > .review_wrap_stars::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	height: 20px;
	width: 100px;
	background: url('img/star-solid.svg') left center repeat-x;
	background-size: 20px auto;
}

.shop_collection_wrap {
	width: 100%;
    margin: 50px auto 0;

    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    
    justify-content: space-between;
    /*
    gap: 20px;
    column-gap: 30px;
     
    */
   	


}

.shop_collection { width: calc(50% - 15px); width: 23%; }
.shop_collection > img { width: 100%; border-radius: 23px; }
.shop_collection > img + p { padding-top: 0.5em; font-size: 24px; }
.shop_collection > img + p + p { padding: 0.55em 0 1.15em; }

/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
/* -------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

/*--------------------------------------------------------------------------
#Custom Checkbox
*/

.ccheckbox-wrap {
    float: left;
    width: 100%;
    margin: 1em 0 0;
    position: relative;
}
.ccheckbox_newsletter_wrap { text-align: center; margin-bottom: 1.5em; }
@media only screen and (max-width : 575px) {
    .ccheckbox-wrap {
        /*
        width: 88%;
        margin-left: 6%;
        */
        width: 100%;
        margin-left: 0%;
    }
}
.ccheckbox_label { font-size: 14px; padding: 3px 0 0 32px; }
.ccheckbox_label a:link, .ccheckbox_label a:visited { color: #8fb73e; text-decoration: underline; }
.ccheckbox_label a:hover { text-decoration: none; }

.ccheckbox {
    font-size: 14px;
    position: relative;
    display: block;
    line-height: 30px;
    height: 30px;
    cursor: pointer;
}
.ccheckbox_small { line-height: 24px; height: 24px; }
.ccheckbox_absolute { position: absolute; top: 0; left: 0; z-index: 11; width: 24px; }
.ccheckbox_newsletter { display: inline-block; margin-left: 1.75em; }
.ccheckbox_newsletter:nth-of-type(1) { margin-left: 0; }

@media only screen and (max-width : 700px) {
    .ccheckbox_newsletter { display: block; margin: 0 0 1.5em 0; }
    .ccheckbox_newsletter_wrap { text-align: left; margin-bottom: 0; }
}

.ccheckbox input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.ccheckbox__indicator {
    position: absolute;
    top: 2px;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border: 2px solid #8fb73e;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;

}
.ccheckbox_small__indicator { width: 24px; height: 24px; border: 1px solid #8fb73e; }
.ccheckbox_newsletter__indicator { width: 24px; height: 24px; border: 1px solid #ffffff; }
/* Checked state */
.ccheckbox input:checked ~ .ccheckbox__indicator {
    background: #8fb73e;
    border: 2px solid #8fb73e;
}
.ccheckbox input:checked ~ .ccheckbox_newsletter__indicator {
    background: #8fb73e;
    border: 2px solid #ffffff;
}
.ccheckbox input:checked ~ .ccheckbox_small__indicator { border: 1px solid #8fb73e; }
.ccheckbox input:checked ~ .ccheckbox_newsletter__indicator { background: #ffffff; border: 1px solid #ffffff; }
/* Disabled state */
.ccheckbox input:disabled ~ .ccheckbox__indicator {
    pointer-events: none;
    opacity: .6;
    background: #e6e6e6;
}
/* Check mark */
.ccheckbox__indicator:after {
    position: absolute;
    display: none;
    content: '';
}
/* Show check mark */
.ccheckbox input:checked ~ .ccheckbox__indicator:after {
    display: block;
}

/* Checkbox tick */
.ccheckbox--checkbox .ccheckbox__indicator:after {
    top: 6px;
    left: 10px;
    width: 3px;
    height: 8px;
    transform: rotate(45deg);
    border: solid #fff;
    border-width: 0 2px 2px 0;
}
.ccheckbox_newsletter--checkbox .ccheckbox__indicator:after {
    top: 6px;
    left: 10px;
    width: 3px;
    height: 8px;
    transform: rotate(45deg);
    border: solid #8fb73e;
    border-width: 0 2px 2px 0;
}

.ccheckbox_small--checkbox .ccheckbox__indicator:after { top: 5px; left: 9px; width: 3px; height: 8px; }
.ccheckbox_newsletter--checkbox .ccheckbox__indicator:after { top: 5px; left: 9px; width: 3px; height: 8px; }
/* Disabled tick colour */
.ccheckbox--checkbox input:disabled ~ .ccheckbox__indicator:after {
    border-color: #7b7b7b;
}
/* Radio button inner circle */
.ccheckbox--radio .ccheckbox__indicator:after {
    top: 9px;
    left: 9px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
}
/* Disabled circle colour */
.ccheckbox--radio input:disabled ~ .ccheckbox__indicator:after {
    background: #7b7b7b;
}

.video_wrap_default { width: 100%; max-width: 400px; margin: 0 auto; }
.video_wrap_default video, .video_wrap_default iframe { width: 100%; height: auto; }

.video_inner {
	background-color: #000000;
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-bottom: 56.50%; /* 16:9 */
    padding-top: 0;
    height: 0;
}
.video_inner_1 { padding-bottom: 178%; }

.video_inner video, .video_inner iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.video_width_half { max-width: 50%; }
.video_margin_top { margin-top: 2.5em; margin-left: auto; margin-right: auto; }

/*--------------------------------------------------------------------------
#Contact Form
*/

.call_us a { color: inherit; }
.call_us_phone_mobile { display: none; }

.form_wrap { margin: 0 auto; }

.form_wrap form { margin: 0; }

.form_wrap_center { width: 670px; }
.form_wrap_center > form { border-top: 1px solid #0B353B; margin-top: 30px; padding-top: 30px;  }

/*
.form_wrap > form > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 1.5em;
}
*/

.form_wrap > form > .no-mrg-bottom { margin-bottom: 0; }
.form_wrap > form > div:last-child { justify-content: flex-end; margin-bottom: 0; }

.field-wrap { width: 100%; }
.field-wrap-full { width: 100%; }

.submit {
    line-height: 1.5;
    text-decoration: none; 
    margin: 1.5em 0 0;
	background-color: #292a2d;
	border-radius: 5px;
	border: 1px solid #292a2d;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    line-height: 1;
 
    padding: 1em 1.5em;  

    appearance: none;
    -moz-appearance: none; 
    -webkit-appearance: none; 

    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    width: 50%;
    margin: 1.5em 0 0 50%;
}
.submit:hover { cursor: pointer; background-color: #292a2d; border: 1px solid #292a2d; color: #ffffff; }


@media only screen and (max-width : 450px) {
	.submit { width: 100%; margin: 1.5em 0 0; }
}

.input-text {
    outline: none;
    width: 100%;
    line-height: 18px;
    color: #000000;
    background: #f5f5f5;
    padding: 10px 9px;
    margin: 0;
    border: 1px solid #000000;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}
.input-text:nth-of-type(2) { display: none; }

.input-select {
    outline: none;
    width: 100%;
    line-height: 18px;
    color: #000000;
    background: #ffffff;
    padding: 10px 9px;
    margin: 1em 0 0;
    border: 1px solid #000000;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.input_area {
    outline: none;
    width: 100%;
    line-height: 18px;
    color: #323232;
    background: #f5f5f5;
    border: none;
    padding: 10px 9px;
    margin: 0;
    text-align: left;
    height: 146px;

    border: 1px solid #000000;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}


.form_wrap .input-text,
.form_wrap .input-select,
.form_wrap .input-date,
.form_wrap .input_area {
    outline: none;
    width: 100%;
    line-height: 18px;
    color: #292a2d;
    background: #ffffff;
    padding: 10px 9px;
    margin: 0;
    border: none;
    border: 2px solid #292a2d;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}


/*
input[type="text"], input[type="number"], input[type="email"], input[type="tel"], input[type="url"], input[type="password"], input[type="search"], textarea, .input-text {
	padding: .6180469716em;
	background-color: #ffffff;
	color: #43454b;
	border: 0;
	-webkit-appearance: none;
	box-sizing: border-box;
	font-weight: 400;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.125);
}
*/




.input_area:focus,
.input-text:focus {}

/* Chrome/Opera/Safari */
/* Firefox 19+ */
/* IE 10+ */
/* Firefox 18- */
::-webkit-input-placeholder,
::-moz-placeholder,
:-ms-input-placeholder,
:-moz-placeholder { color: #000000; opacity: 1; }

.form_wrap label { display: inline-block; padding-bottom: 0.25em; }
.form_wrap .ccheckbox_label label { display: inline; padding-bottom: 0; }

.submit, .form_newsletter .submit, .label, .input-text, .input-select, .input-date, .input_area, .subscribed {
	font-family: "Montserrat", sans-serif;
	font-optical-sizing: auto;
	font-weight: normal;
	font-style: normal;
	font-size: 18px;
}
.submit { font-weight: 700; }
.label { font-weight: 700; padding-top: 1.5em; }


/*--------------------------------------------------------------------------
#footer
*/

.footer {
	background: #292a2d url('img/bg_mitoc.png') 100px 100px repeat;
	padding: 55px 10%;
	color: #ffffff;
}

.footer_clmns_wrap {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-items: stretch;
    justify-content: space-between;
}

.footer_clmns:nth-of-type(2) > p { font-size: 30px; font-weight: 700; padding: 0; line-height: 34px; }
.footer_clmns:nth-of-type(2) > p > a { color: inherit; text-decoration: none; }

/*
.footer > img { margin: 0 auto; }
*/

.logo_footer { max-width: 100%; width: 395px;  } 
/*
.logo_footer + p { font-size: 30px; font-weight: 700; padding: 45px 0 35px; line-height: 1.5; text-align: center; }
.logo_footer + p > a { text-decoration: none; }
*/

/*.copy_shop { color: #ffffff; padding: 1.5em 0 0; opacity: 0.5; }*/

.copy_shop { 
	color: #ffffff; 
	padding: 1.5em 0 0; 
	opacity: 1; 
	display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.copy_shop_clmns:nth-of-type(1) { width: 50%; opacity: 0.5; }
.copy_shop_clmns:nth-of-type(2) { width: 50%; text-align: right; }
.copy_shop .copy_shop_clmns:nth-of-type(2) a { opacity: 1; }

.copy_social { display: inline-block; }
.copy_social a svg { fill: #ffffff; height: 40px; width: auto; }
.copy_social a:hover svg { fill: #ffffff; }
.copy_social a:nth-of-type(1) svg { height: 38px; width: auto; }
.copy_social a { height: 40px; color: #ffffff; text-decoration: none; display: inline-block; }
.copy_social a:nth-of-type(1) { }
.copy_social > span { display: block; opacity: 0.5; padding-bottom: 0.5em; }

@media only screen and (max-width : 800px) {
	.copy_shop { text-align: center; }
	.copy_shop_clmns:nth-of-type(1) { width: 100%; order: 1; }
	.copy_shop_clmns:nth-of-type(2) { width: 100%; order: 0; text-align: center; padding-bottom: 1.5em; }
}



/*--------------------------------------------------------------------------
#various
*/

.warm_white { color: rgba(255, 93, 0, 1); text-shadow: 0 0 35px rgba(255, 93, 0, 0.75); animation: warm_white 3s ease-in-out infinite; }

@keyframes warm_white {
	0% {
		text-shadow: 0 0 5px rgba(255, 93, 0, 0.25);
	}
	50% {
		text-shadow: 0 0 35px rgba(255, 93, 0, 0.75);
	}
	100% {
		text-shadow: 0 0 5px rgba(255, 93, 0, 0.25);
	}
}

.block_its_impossible { display: block; }

.font_color_1 { color: #FF0008; }
.font_color_2 { color: #9E005A; }
.font_color_3 { color: #0B4F6C; }

.font_larger { font-size: 24px; }

.bold, strong { font-weight: 700; }

.tiskane, .uppercase { text-transform: uppercase; }
.capped { font-variant: small-caps; }

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

.no-mrg-top { margin-top: 0; }
.no-mrg-bottom { margin-bottom: 0; }
.no-mrg-right { margin-right: 0; }

.spacer { clear: both; }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('fonts/fontawesome-webfont.eot?v=4.7.0');src:url('fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.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}


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

.section_lights_desktop { display: block; }
.section_lights_mobile { display: none; }

@media only screen and (max-width : 1024px) {
	.section_lights_desktop { display: none; }
	.section_lights_mobile { display: block; }
}

.shop_intro_clmns_wrap { padding-top: 0; } /* --------------------------------- začasno --------------------------------- */

.single-product div.product::before, .single-product div.product::after { content: ""; display: table; }

/*
.shop_intro_clmns_wrap.product { background-color: rgba(0,0,0,0.05); }
.shop_intro_clmns_wrap.product { background-color: lime; margin: 0; width: 100%; } 
*/

.storefront-full-width-content.single-product div.product .shop_intro_clmns { float: none; clear: both; width: calc(50% - 15px); width: 45%; margin: 0; }
.storefront-full-width-content.single-product div.product .shop_intro_clmns:nth-of-type(1) { position: relative; position: sticky; top: calc(127px + 1.618em); }
.storefront-full-width-content.single-product div.product .shop_intro_clmns:nth-of-type(1) { position: relative; position: sticky; top: calc(154px + 1.618em); } /* if top_bar active */

.storefront-full-width-content.single-product div.product .woocommerce-product-gallery { width: 100%; float: none; margin: 0; }
.storefront-full-width-content.single-product div.product .woocommerce-product-gallery .flex-viewport { margin-bottom: 0; }

.single-product div.product .price.subtitle { font-size: 30px; font-weight: 700; font-size: 36px; line-height: 1.4; margin: 0; padding-top: 1.5em; }

@media only screen and (max-width : 1000px) {
	.single-product div.product .price.subtitle { padding-top: 1em; }
}

.shop_intro_clmns > h1 { font-size: 18px; font-weight: normal; margin-bottom: 0.25em; padding: 0; text-transform: uppercase; }

article.post { width: 1024px; margin: 0 auto; }
article.post .entry-content > p:first-child { padding-top: 0; }
article.post .entry-content img { max-width: 100%; height: auto; }
article.post .entry-content .wp-video { margin: 1.5em 0 0; max-width: 100%; }
article.post > .entry-header > .posted-on,
article.post > .entry-header > .post-author,
article.post > .entry-taxonomy > .cat-links { display: none; }

@media only screen and (max-width: 1366px) {
	article.post { width: 80%; }
}
@media only screen and (max-width: 1200px) {
	article.post { width: 90%; }
}


@media only screen and (max-width : 1000px) {
	.storefront-full-width-content.single-product div.product .shop_intro_clmns { width: 100%; }
	.storefront-full-width-content.single-product div.product .shop_intro_clmns:nth-of-type(1) { position: relative; top: auto; }
}



@media only screen and (max-width : 1920px) {
	.wrap_outer { width: 100%; }
}	
@media only screen and (max-width : 1740px) {
	.shop_intro_clmns_wrap { width: 100%; }
}
@media only screen and (max-width : 1600px) {
	body { padding-top: 104px; }
	.intro { height: calc(100vh - 104px); }
	.logo { width: 55px; height: auto; }
	.navigacija { padding: 20px; }
	.clmns_wrap { width: 80%; }
	.tabs { width: 80%; }
	.section_content_fixed_width { width: 80%; }
	.product_icons_wrap_outer { width: 80%; }
	.shop_intro_clmns_wrap { width: 100%; }
	.shop_intro_clmns_wrap + div { width: 80%; }

	.title { font-size: 48px; line-height: 1.4; }
	.subtitle { font-size: 30px; }
	.shop_intro_clmns > p:nth-child(2) { font-size: 36px; line-height: 1.4; }
}
@media only screen and (max-width : 1580px) {
	.clmns_wrap_start_mobile { align-items: flex-start; }
}
@media only screen and (max-width : 1440px) {
	.shop_collection > img + p { padding-top: 0.5em; font-size: 18px; } /* Check on WP */
	.section_padding { padding: 75px 0; }
	.clmns_inner { padding: 55px; }
	p + .clmns_wrap, .clmns_wrap + .clmns_wrap { margin-top: 75px; }
	.shop_intro_clmns_wrap + div { margin-top: 75px; }
	.clmns_wrap { gap: 75px; }
	.clmns { width: calc(50% - 37.5px);   }
}
@media only screen and (max-width : 1368px) {}
@media only screen and (max-width : 1360px) {
	.bulba { width: 100%; filter: none; }
}
@media only screen and (max-width : 1280px) {
	.clmns_3 { width: 100%; }
	.shop_intro_clmns > p:nth-child(2) { font-size: 30px; }
	
	.clmns_bulba:nth-of-type(1) { order: 0; width: calc(50% - 120px); }
	.clmns_bulba:nth-of-type(2) { order: 1; width: 160px; margin: 0 auto; }
	.clmns_bulba:nth-of-type(3) { order: 2; width: calc(50% - 120px); text-align: right; }

}
@media only screen and (max-width : 1200px) {
	
	.title { font-size: 36px; line-height: 1.4; }
	.section_content,
	.clmns_wrap { width: 90%; }
	.tabs { width: 90%; }
	.section_content_fixed_width { width: 90%; }
	.product_icons_wrap_outer { width: 90%; }
	.shop_intro_clmns_wrap { width: 100%; }
	.shop_intro_clmns_wrap + div { width: 90%; }
	.footer { padding: 55px 5%; }
	.logo_footer { width: 350px; }
	.footer_clmns:nth-of-type(2) > p { font-size: 24px; line-height: 30px; }

}
@media only screen and (max-width : 1152px) {

}
@media only screen and (max-width : 1100px) {
	.section_padding { padding: 55px 0; }
	.margin-top,
	.carousel-related,
	p + .clmns_wrap, .clmns_wrap + .clmns_wrap { margin-top: 55px; }

	.shop_icons_wrap_4 { row-gap: 75px; }
	.shop_icons_4 { width: 50%; }
	.clmns_bulba_wrap { gap: 50px 100px; align-items: flex-start; }
	.clmns_bulba:nth-of-type(1) { order: 1; width: calc(50% - 50px); }
	.clmns_bulba:nth-of-type(2) { order: 0; width: 160px; margin: 0 auto; width: 100%;  }
	.clmns_bulba:nth-of-type(3) { order: 2; width: calc(50% - 50px); text-align: left; }
	.bulba { width: 240px; margin-top: 0; }
}

/*.clmns_wrap_img_bg_lighting_1_1,
.clmns_wrap_img_bg_lighting_2_1 { display: none; }*/

@media only screen and (max-width : 1024px) {
	.clmns_img_mobile { display: none; }

	.clmns_wrap { width: 600px; }
	.clmns_3_wrap { width: 600px; }
	.clmns_wrap_icons_gap_mobile { gap: 20px; }
	.clmns { width: 100%; }
	.clmns_wrap_order_reverse > .clmns:nth-of-type(1) { order: 1; }
	.clmns_wrap_order_reverse > .clmns:nth-of-type(2) { order: 0; }
	.shop_collection_wrap { gap: 30px; }
	.shop_collection { width: calc(50% - 15px); } /* Check on WP */
	.shop_icons_wrap_3 { gap: 75px 200px; flex-wrap: wrap; }
	.shop_icons_3 { width: 400px; margin: 0 auto; }

	.clmns_wrap_img_bg_short_desc { display: none; }

	.clmns_wrap_img_bg > .clmns_inner { position: relative; z-index: 1; /*height: 0; padding-bottom: calc(100% - 55px); */}
	/*.clmns_wrap_img_bg > .clmns_inner > div { position: absolute; bottom: 0; left: 55px; bottom: 55px;  }*/
	.clmns_wrap_img_bg > .clmns_inner::after { 
		content: '';
		position: absolute;
		z-index: -1;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(41, 42, 45, 0.35);
		background-color: rgba(245, 244, 240, 0.35);
		border-radius: 23px;
	}

/*
	.clmns_wrap_img_bg_lighting_1_1,
	.clmns_wrap_img_bg_lighting_2_1 { display: block; }
*/

	.clmns_wrap_img_bg_homepage_1 > .clmns_inner { background: #353639 url('img/BBG.jpg') center center no-repeat; }
	.clmns_wrap_img_bg_homepage_1 > .clmns_img { display: none; }

	.clmns_wrap_img_bg_homepage_2 > .clmns_img { display: none; }
	.clmns_wrap_img_bg_homepage_2 > .clmns_inner { background: #353639 url('img/IMG20240927105345(1).jpg') center top no-repeat; }

	.clmns_wrap_img_bg > .clmns_inner { }
	.clmns_wrap_img_bg > .clmns_inner .btn > a,
	.clmns_wrap_img_bg_lighting_1 > .clmns_inner .btn > a,
	.clmns_wrap_img_bg_lighting_1_1 > .clmns_inner .btn > a,
	.clmns_wrap_img_bg_lighting_2 > .clmns_inner .btn > a,
	.clmns_wrap_img_bg_lighting_2_1 > .clmns_inner .btn > a { 
		/*
		color: #292a2d; background-color: #f5f4f0; border: 1px solid #f5f4f0; 
		color: #292a2d; background-color: #f5f4f0; border: 1px solid #f5f4f0; 
		*/
	}

	.clmns_wrap_img_bg_lighting_1 > .clmns_img { display: none; }
	.clmns_wrap_img_bg_lighting_1 > .clmns_inner { background: url('img/DSC_1384.jpg') center center no-repeat;  

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
/*
	.clmns_wrap_img_bg_lighting_1_1 > .clmns_img { display: none; }
	.clmns_wrap_img_bg_lighting_1_1 > .clmns_inner { background: #353639 url('img/DSC_1384.jpg') center center no-repeat; color: #ffffff; }
*/
	.clmns_wrap_img_bg_lighting_2 > .clmns_img { display: none; }
	.clmns_wrap_img_bg_lighting_2 > .clmns_inner { background: url('img/DSC_1390.jpg') center center no-repeat;  

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/*
	.clmns_wrap_img_bg_lighting_2_1 > .clmns_img { display: none; }
	.clmns_wrap_img_bg_lighting_2_1 > .clmns_inner { background: #353639 url('img/DSC_1390.jpg') center center no-repeat; color: #ffffff; }
*/	
	.clmns_wrap_img_bg_lighting_3 > .clmns_img { display: none; }
	.clmns_wrap_img_bg_lighting_3 > .clmns_inner { background: url('img/QP01-(3)_650.jpg') center center no-repeat; 

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	 }

	.clmns_wrap_img_bg_lighting_4 > .clmns_img { display: none; }
	.clmns_wrap_img_bg_lighting_4 > .clmns_inner { background: url('img/DSC_1373.jpg') center center no-repeat; 

	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	 }

	.clmns_wrap_img_bg_lighting_5 > .clmns_img { display: none; }
	.clmns_wrap_img_bg_lighting_5 > .clmns_inner { background: url('img/clip1.jpg') center center no-repeat; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	 }

	.clmns_wrap_img_bg_lighting_6 > .clmns_img { display: none; }
	.clmns_wrap_img_bg_lighting_6 > .clmns_inner { background: url('img/DSC_1455.jpg') center center no-repeat; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

	.clmns_wrap_img_bg_lighting_7 > .clmns_img { display: none; }
	.clmns_wrap_img_bg_lighting_7 > .clmns_inner { background: url('img/DSC_1396.jpg') center center no-repeat;  
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
}
@media only screen and (max-width : 1000px) {
	.section_mobile { display: none; }	
	.section_mobile_padding-top { padding-top: 0; }	
	.section_mobile + .section_padding { padding-top: 0; }
	.section_mobile_padding_small { padding: 55px 0; }
	.dark_side_mobile { display: none; }
	.dark_side_mobile_nowrap { white-space: nowrap; }


	.shop_intro_clmns_wrap { width: 600px; gap: 55px; }
	.shop_intro_clmns { width: 100%; }
	.shop_intro_clmns:nth-of-type(1) { position: relative; top: auto; }
}
@media only screen and (max-width : 900px) {
	
	body { padding-top: 95px; }
	.intro { height: calc(100vh - 95px); }
}
@media only screen and (max-width : 800px) {
	
	.footer_clmns_wrap { gap: 36px; }
	.logo_footer { margin: 0 auto; }
	.footer_clmns { width: 100%; text-align: center; }
	.clmns_bulba_wrap { gap: 0; align-items: flex-start; }
	.clmns_bulba:nth-of-type(1) { width: 100%; margin-top: 55px; }
	.clmns_bulba:nth-of-type(2) { width: 100%; }
	.clmns_bulba:nth-of-type(3) { width: 100%; margin-top: 1.5em; }
	.block_its_impossible { display: inline; }
}
@media only screen and (max-width : 768px) {
	.shop_intro_clmns_wrap { width: 90%; }
	.footer { padding: 55px 5% 132px; }
}
@media only screen and (max-width : 700px) {

	.clmns_wrap { width: 90%; }
	.clmns_3_wrap { width: 90%; }
	
	.shop_icons_4 { width: 100%; }

	.btn_intro > a { width: 100%; display: block; margin: 0; box-sizing: border-box; }
	.btn_intro > a:nth-of-type(1) { margin: 0; }
	.btn_intro > a:nth-of-type(2) { margin: 1.5em 0 0; }
}
@media only screen and (max-width : 650px) {

	.full_2 {
		/*
		background: url('img/bg_section_6_768.jpg') center center no-repeat;
		*/
		background: url('img/BLue-light-scroll.jpg') center center no-repeat;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}

	

	.shop_intro_clmns_wrap { width: 100%; }
}
@media only screen and (max-width : 600px) {
	.section_separator_video video { width: 300%; max-width: 300%; }
}
@media only screen and (max-width : 540px) {
	.product_icons_link > a::before { height: 100%; width: 100%; border-radius: 15px; }
	.product_icons_link > a > img { filter: none; }
	.product_icons_link > a > img + div { width: 100%; margin: 1.5em 0 0; box-sizing: border-box; }
}
@media only screen and (max-width : 500px) {

	.section_padding { padding: 45px 0; }
	.btn,
	.margin-top,
	.carousel-related,
	p + .clmns_wrap, .clmns_wrap + .clmns_wrap { margin-top: 45px; }

	
	.clmns_inner { padding: 36px; }
	.clmns_3.clmns_inner { padding: 36px; }


	/*.clmns_wrap_img_bg > .clmns_inner > div { position: absolute; bottom: 0; left: 36px; bottom: 36px;  }*/


	.product_icons_link > a { padding: 36px; }
	.review_wrap { padding: 36px; }
	.shop_collection { width: 100%; } /* Check on WP */

	.btn_double > a { width: 100%; display: block; margin: 0; box-sizing: border-box; }
	.btn_double > a:nth-of-type(1) { margin: 0; }
	.btn_double > a:nth-of-type(2) { margin: 1.5em 0 0; }

	.shop_icons_3 > img, .shop_icons_4 > img { width: 75px; height: auto; }

	.form_txt { font-size: 24px; }

}
@media only screen and (max-width : 450px) {
	.logo_footer { width: 100%; }
	.shop_icons_3 { width: 100%; }
}
@media only screen and (max-width : 400px) {}

/*
.navigacija { background-color: silver; }
	.navigacija { background-color: silver; }



*/



/*.no-padding { padding: 0 !important; }*/
.padding-left-right { padding-left: 1.5em; padding-right: 1.5em; }
.no-padding { padding: 0; }
.no-padding-top { padding-top: 0; }
.no-padding-bottom { padding-bottom: 0; }
.no-padding-left { padding-left: 0; }

/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus { outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* ---- flickity-button ---- */

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
  background: rgba(0,0,0,0.25);
  color: #ffffff;
  background: #f5f4f0; color: #292a2d;
}

.flickity-button:hover { /*background: white;*/ cursor: pointer; background: rgba(0,0,0,0.25); color: #ffffff; background: #f5f4f0; color: #292a2d; }

.flickity-button:focus { outline: none; /*box-shadow: 0 0 0 5px #19F;*/ }

.flickity-button:active { /*opacity: 0.6;*/ }

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ---- previous/next buttons ---- */

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;

	width: 50px; height: 50px;

  border-radius: 50%;
  padding: 0;
  /* vertically center */
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous { left: 10px; left: 20px; }
.flickity-prev-next-button.next { right: 10px; right: 20px; }
/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; right: 20px;
}
.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; left: 20px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

/* ---- page dots ---- */

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots { direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* position dots in carousel */
.flickity-page-dots {
  bottom: 25px;
}
/* white circles */
.flickity-page-dots .dot {
	width: 8px;
	height: 8px;
	margin: 0 4px;
	opacity: 1;
	background: transparent;
	border: 1px solid white;

		    transition: background-color 0.2s linear, border-color 0.2s linear;
	   -moz-transition: background-color 0.2s linear, border-color 0.2s linear;
	-webkit-transition: background-color 0.2s linear, border-color 0.2s linear;
	     -o-transition: background-color 0.2s linear, border-color 0.2s linear;
}
/* fill-in selected dot */
.flickity-page-dots .dot.is-selected {
  background: white;
}
.slider-pagination .swiper-pagination-switch {
	border: 1px solid #fff;
	background-color: transparent;
	border-radius: 10px 10px 10px 10px;
	cursor: pointer;
	display: inline-block;
	height: 10px;
	margin: 0 4px;
	width: 10px;

}

.carousel-related { margin: 100px auto 0; }

.carousel-related-item { width: calc(25% - 15px); margin-right: 20px; }
.carousel-related-item > img { width: 100%; border-radius: 23px; }

.carousel-related-item ul { padding: 0; }
.carousel-related-item ul.products li.product { margin: 0; }
.carousel-related-item ul.products li.product img { display: block; margin: 0 auto 1.618em; border-radius: 23px; width: 100%; max-width: 100%; height: auto; }

@media only screen and (max-width : 1440px) {
	.carousel-related { margin-top: 75px; }
}
@media only screen and (max-width : 1100px) {
	.carousel-related { margin-top: 55px; }
}
@media only screen and (max-width : 1024px) {
	.carousel-related-item { width: calc(50% - 10px); }

}
@media only screen and (max-width : 500px) {
	.carousel-related-item { width: calc(75% - 10px); }
	.carousel-related { margin-top: 45px; }
}
/*
@media only screen and (max-width : 450px) {
	.carousel-related-item { width: 100%; margin: 0; }
}
*/
.carousel-related-no-mrg-top { margin-top: 0; }


/*------------------------------------------------------------------------------------------*/

.site-header .site-branding img { width: 55px; height: auto; }
.intro { height: calc(100vh - 107px); }

.storefront-sticky-add-to-cart .col-full { padding-top: 127px; padding-top: 107px; }

.main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a { padding: 0.75em 1em; }
.site-header-cart .cart-contents { padding: 0.75em 0; }

body { padding-top: 107px; }


@media only screen and (max-width : 1600px) {
	body { padding-top: 107px; }
}
@media only screen and (max-width : 900px) {
	body { padding-top: 107px; }
}
@media only screen and (max-width : 768px) {
	body { padding-top: 99px; }
	.site-header > .col-full:nth-of-type(1) { width: 50px; }
	.site-header .site-branding img { max-width: 50px; width: 50px; height: auto; }
	.main-navigation ul.menu, .main-navigation ul.nav-menu { padding-top: 1em; }
	.main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a { padding: 1em; }
}

/* top_bar ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */

.site-header { top: 46px; }
.top_bar { background-color: #1f1f1f; color: #ffffff; text-align: center; position: fixed; top: 0; left: 0; width: 100%; z-index: 99998; }
.top_bar > p { padding: 0.5em 1.5em; margin: 0; }
.top_bar_bull { padding: 0 1em; }

.storefront-sticky-add-to-cart .col-full { padding-top: 154px; }

body { padding-top: 153px; }

@media only screen and (max-width : 1600px) {
	body { padding-top: 153px; }
	.intro { height: calc(100vh - 153px); }
}
@media only screen and (max-width : 940px) {
	body { padding-top: 176px; }
	.intro { height: calc(100vh - 176px); }
}
@media only screen and (max-width : 500px) {
	body { padding-top: 170px; }
	.intro { height: calc(100vh - 170px); }
}
@media only screen and (max-width : 379px) { 
	body { padding-top: 163px; }
	.intro { height: calc(100vh - 163px); }
}

.top_bar_2 { background-color: #046e3d;  color: #d5022d; background-color: #d5022d; color: #ffffff; }

.ticker-tape:nth-of-type(2) { display: none; }
.ticker-tape-container { padding: 0.5em 0; }
.ticker_dash { padding: 0 1em; }
.ticker_dash svg { width: 16px; height: auto; fill: #ffffff; position: relative; top: 2px; }
.ticker_dash:last-child { display: none; }

@media only screen and (max-width : 940px) { 
	.ticker_mobile_hide { display: none; } 
	.ticker_dash { padding: 0 0.25em; }
	.ticker-tape { font-size: 16px; }
	.ticker_dash svg { width: 10px; height: auto; top: 0; }
	.ticker_dash svg { display: none; }
	.ticker_content { display: block; }
	.ticker-tape-container { padding: 0.5em 1em; }
	.site-header { top: 69px; }
}
@media only screen and (max-width : 670px) {
	/* disabled ticker
	.ticker_dash,
	.ticker_dash:last-child { display: inline; }
	.ticker-tape:nth-of-type(2) { display: flex; }
	.ticker-tape-container { width: 100%; margin: 0 auto; overflow-x: hidden; display: flex; }
	.ticker-tape {
		display: flex;
		flex: 0 0 auto;
		min-width: 100%;
		align-items: center;
		animation-name: marquee;
		animation-duration: 20s;
		animation-timing-function: linear;
		animation-delay: 0s;
		animation-iteration-count: infinite;
		animation-play-state: running;
		animation-direction: normal;
	}
	@keyframes marquee {
		0% { transform: translateX(0%); }
		100% { transform: translateX(-100%); }
	}
	*/
}
@media only screen and (max-width : 650px) {
}
@media only screen and (max-width : 500px) {
	/*.ticker_dash { padding: 0 0.75em; }*/
	/* disabled ticker
	.ticker-tape { animation-duration: 10s; }
	*/
}
@media only screen and (max-width : 500px) { /* for fixed shorter ticker only 2026-02-13 */
	
}
@media only screen and (max-width : 500px) { /* for fixed shorter ticker only 2026-02-13 */

	.ticker-tape-container { padding: 0.5em; }
	.ticker-tape { font-size: 14px; }
	.site-header { top: 63px; }
	
	/*
	.ticker_dash { width: 1em; display: none; }
	.ticker-tape { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
	*/
	
}
@media only screen and (max-width : 450px) { /* for fixed shorter ticker only 2026-02-13 */
	.ticker_content { display: inline; }
}
@media only screen and (max-width : 379px) { /* for fixed shorter ticker only 2026-02-13 */
	.ticker-tape { font-size: 12px; }
	.site-header { top: 56px; }
}






.up-sells.upsells { padding-top: 1.5em; } /* When removed discount table on product page */

.price br { display: none; }

ul.products li.product .price ins, 
ul.products .wc-block-grid__product .price ins, 
.wc-block-grid__products li.product .price ins, 
.wc-block-grid__products .wc-block-grid__product .price ins { margin-left: 0.25em; /*white-space: nowrap;*/ margin-left: 0; }
ul.products li.product .price br + ins { margin-left: calc(0.25em + 8.48px); margin-left: 0; }

.price.subtitle del + ins { margin-left: 0; }

@media only screen and (max-width : 1590px) {
	ul.products li.product .price {
		font-size: 24px;
		line-height: 1.4;
	}
}
@media only screen and (max-width : 768px) {
	ul.products li.product .price { font-size: 20px; }
}

/*------------------------------------------------------------------------------------------*/
.success_body { padding: 0; }
.success_full { height: 100vh; }
.success_wrap > h2 { color: #ffffff; }
.success_link { width: 400px; display: block; margin: 70px auto 0; }
.success_link > img { width: 100%; }

@media only screen and (max-width : 450px) {
	.success_link { width: 300px; margin: 55px auto 0; }
}

.shop_intro_clmns_wrap .ppc-button-wrapper,
.shop_intro_clmns_wrap #wc-stripe-express-checkout-element { display: none !important; }

.custom_shipping_notice { padding: 0 0 1.5em; }
.custom_shipping_notice_cart { padding: 1.5em 0; }


/*
@media (max-width: 768px) {

    .summary.entry-summary {
        display: flex;
        flex-direction: column;
    }

    .summary.entry-summary .payment_logos_master,
    .summary.entry-summary .tabela {
        order: -1;
    }

}
*/