/*
Theme Name: 	Defensie
Theme URI: 		https://ciloo.com
Template: 		storefront
Author: 		Ciloo
Author URI: 	https://ciloo.com
Description: 	Storefront is the perfect theme for your next WooCommerce project. Designed and developed by WooCommerce Core developers, it features a bespoke integration with WooCommerce itself plus many of the most popular customer facing WooCommerce extensions. There are several layout &amp; color options to personalise your shop, multiple widget regions, a responsive design and much more. Developers will love its lean and extensible codebase making it a joy to customize and extend. Looking for a WooCommerce theme? Look no further!
Tags: 			e-commerce,two-columns,left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,featured-images,full-width-template,threaded-comments,accessibility-ready,rtl-language-support,footer-widgets,sticky-post,theme-options,editor-style
Version: 		1.0.0
Updated: 		2022-12-16
Text Domain: 	defensie
*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700;800&display=swap');
body{
	font-family: 'Open Sans',Arial,Helvetica,sans-serif;;
}
img{
	max-width: 100%;
}
h1{
	font-size: 64px;
	font-weight: bold;
	color: #66666D;
	letter-spacing: -1.28px;
}
@media screen and (max-width: 992px) {
	h1{
		font-size: 50px;
		line-height: 1.2;
	}
}
@media screen and (max-width: 576px) {
	h1{
		font-size: 35px;
		line-height: 1.2;
	}
}
h2{
	font: bold 32px 'Open Sans';
	color: #66666D;
}
*{
	outline: none!important;
	box-sizing: border-box;
}
* {
  scrollbar-width: thin;
  scrollbar-color: #4895CA #fff;
}
*::-webkit-scrollbar{
	width: 4px;
    height: 10px;
}
*::-webkit-scrollbar-track {
  background: #fff;
}
*::-webkit-scrollbar-thumb {
  background-color: #4895CA;
  border-radius: 20px;
  border: 2px solid #fff;
}
a{
	transition: ease all 0.3s;
	color: #4895CA;
}
button.cta,
button.alt,
input[type='button'].cta,
input[type='button'].alt,
input[type='reset'].cta,
input[type='reset'].alt,
input[type='submit'].cta,
input[type='submit'].alt,
.button.cta,
.button.alt,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link.cta,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link.alt,
.added_to_cart.cta,
.added_to_cart.alt,
button, input[type='button'], input[type='reset'], input[type='submit'], .button, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link, .added_to_cart{
	background: #4895CA;
	border-radius: 3px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 600;
	transition: ease all 0.3s;
	padding: 7px 16px;
}
button.cta:hover,
button.alt:hover,
input[type='button'].cta:hover,
input[type='button'].alt:hover,
input[type='reset'].cta:hover,
input[type='reset'].alt:hover,
input[type='submit'].cta:hover,
input[type='submit'].alt:hover,
.button.cta:hover,
.button.alt:hover,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link.cta:hover,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link.alt:hover,
.added_to_cart.cta:hover,
.added_to_cart.alt:hover,
button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover,
.button:hover,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link:hover,
.added_to_cart:hover {
	background: #EEEEEE;
	color: #4895CA;
}
input[type='text'], input[type='number'], input[type='email'], input[type='tel'], input[type='url'], input[type='password'], input[type='search'], textarea, .input-text{
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
    box-shadow: none;
    color: #66666E;
    font-family: 'Open Sans';
}
.form-row select{
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	background: #fff url(images/chevron-down.svg) no-repeat;
	background-position: center right 10px;
	background-size: 20px;
	border: 1px solid #CCCCCC;
    border-radius: 3px;
    color: #66666D;
    box-shadow: none;
    font-family: 'Open Sans';
}
.col-full{
	min-width: 320px;
	width: 100%;
	max-width: 1480px;
	margin: 0 auto;
    padding: 0 2.617924em;
    box-sizing: border-box;
}
@media screen and (max-width: 576px) {
	.col-full{
		padding: 0 15px;
	}
}
/*HEADER*/
.site-header{
	padding: 0;
	box-shadow: 0px 1px 4px #66666E0001A;
}
.home .site-header{
	box-shadow: none;
}
.header__row{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.top_logo_contianer {
	margin-right: 49px;
    flex: 0 0 204px;
    max-width: 204px;
}
.main-navigation a {
	font-weight: 600;
	font-size: 18px;
	color: #66666D;
}
.main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a{
	padding: 0.97em 1em;
    color: #66666D;
}
.main-navigation ul.menu > li.menu-item-has-children > a::after, .main-navigation ul.menu > li.page_item_has_children > a::after, .main-navigation ul.nav-menu > li.menu-item-has-children > a::after, .main-navigation ul.nav-menu > li.page_item_has_children > a::after{
	margin-left: 4px;
	font-size: 14px;
}
.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{
	color: #4895CA;
    background: #F0EFED;
}
.main-navigation ul.menu ul li a, .main-navigation ul.nav-menu ul li a{
	font-size: 14px;
	font-weight: 600;
	transition: ease all 0.3s;
	width: auto;
	padding: 10px 20px;
}
.main-navigation ul.menu li.menu-item-has-children {
	white-space: nowrap;
}
.main-navigation ul.menu li.menu-item-has-children a:after{
	transition: ease all 0.3s;
}
.main-navigation ul.menu li.menu-item-has-children:hover > a:after{
	transform: rotate(-180deg);
}
.main-navigation ul.menu ul.sub-menu, .main-navigation ul.nav-menu ul.children{
	background: #fff;
	border:1px solid #F5F5F5;
}
.woocommerce-active .site-header .main-navigation{
	width:auto;
}
.woocommerce-active .site-header .site-search{
	width: 572px;
	max-width: 100%;
	margin: 0 30px 0 0;
	border-left: 1px solid #F5F5F5;
	border-right: 1px solid #F5F5F5;
}
.site-search .widget_product_search form input[type=search],
.site-search .widget_product_search form input[type=text]{
	font-size: 16px;
	color: #ABABB0;
	height: 64px;
	background: #fff;
	border:0;
	box-shadow: none;
	padding: 20px 50px 20px 20px;
}
.site-search .widget_product_search form::before{
    top: 22px;
    left: auto;
    right: 20px;
    font-size: 18px;
    color: #4895CA;
}
#top-cart{
	margin-left: 40px;
}
.top-cart-icon .total,
.top-cart-icon .fa{
	display: none;
}
.cart-items{
	width: 27px;
	height: 22px;
	background: url(images/cart.svg) no-repeat;
	background-position: center;
	display: block;
	position: relative;
}
.cart-items .count{
	width: 15px;
	height: 15px;
	border-radius: 50%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	color: #fff;
	background: #4895CA;
	font-weight: bold;
	font-size: 13px;
    white-space: nowrap;
    padding-left: 4px;
    overflow: hidden;
    position: absolute;
    top: -5px;
    right: -5px;
}

.top_menu_links {
    position: relative;
    margin-left: auto;
}
.top_menu_links ul
{
    margin-left: 0;
    margin-bottom: 0;
    padding-left: 0;
    text-align: right;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.top_menu_links li
{
    position: relative;
    margin-right: 25px;
    display: inline-block;
}
.top_menu_links li:last-child
{
    margin-right: 0;
}
.top_menu_links li a
{
    font-size: 16px;
    font-weight: 600;
    color: #66666D;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    padding: 19px 0;
    white-space: nowrap;
}
.top_menu_links li a i{
	font-size: 14px;
	margin-left: 4px;
}

.top_menu_links li a img {
    position: absolute;
    right: 0;
    top: 50%;
    height: 5px;
    transform: translate(0,-50%);
}
.top_menu_links li.button-li a img {
    left: 20px;
    line-height: 0;
    height: 22px;
}
.top_menu_links ul.account-drop{
    position: absolute;
    top: 100%;
    left: -20px;
    padding: 10px 0px;
    background: #fff;
    z-index: 2;
    width: 180px;
    opacity: 0;
    visibility: hidden;
    transition: ease all 0.3s;
    border:1px solid #F5F5F5;
    display: block;
}
.top_menu_links > ul> li:first-child > a i{
    transition: ease all 0.3s;
}
.top_menu_links > ul> li:first-child:hover ul.account-drop{
    opacity: 1;
    visibility: visible;
}
.top_menu_links > ul> li:first-child:hover > a i{
    transform: rotate(-180deg);
}
.top_menu_links ul.account-drop li{
    display: block;
    text-align: left;
    margin: 0;
}
.top_menu_links ul.account-drop li a{
    color: #66666D;
    padding: 10px 20px;
    display: block;
    font-weight: 600;
    transition: ease all 0.3s;
    font-size: 14px;
}
.top_menu_links ul.account-drop li a:hover{
    color: #4895CA;
    background: #F0EFED;
}

.header-country{
	margin-left: 40px;
}
.header-country select{
	font-size: 16px;
	color: #66666D;
	border:0;
	font-family: 'Open Sans';
	font-weight: 600;
}
@media screen and (max-width:992px) {
	.top_logo_contianer {
		flex: 0 0 120px;
		max-width: 120px;
	}
	#top-cart,
	.header-country{
		margin-left: 20px;
	}
	.main-navigation a{
		font-size: 16px;
	}
	.top_menu_links li a,
	.header-country select,
	.main-navigation ul.menu ul li a, .main-navigation ul.nav-menu ul li a{
		font-size: 14px;
	}
	.top_logo_contianer,
	.woocommerce-active .site-header .main-navigation{
		margin-right: 20px;
	}
}
@media screen and (max-width: 810px) {
	.main-navigation a{
		font-size: 14px;
	}
	.top_menu_links li a,
	.header-country select,
	.main-navigation ul.menu ul li a, .main-navigation ul.nav-menu ul li a{
		font-size: 13px;
	}
}
@media screen and (max-width: 767px) {
	.top_logo_contianer{
		max-width: 204px;
		flex: 0 0 auto;
	}
    .site-header{
        height: 60px;
        position: relative;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
    }
    .site-header:before,
    .site-header:after{
        display: none;
    }
    .main-navigation{
        position: absolute;
        right: 0;
        width: 100%;
        background:#fff;
        top: 100%;
        padding:0 20px;
    }
    .woocommerce-active .site-header .main-navigation{
    	width: 100%;
    }
    .primary-navigation{
        display: block;
    }
    .main-navigation div.menu:last-child{
        display: none;
    }
    button.menu-toggle{
        margin-top: -50px;
        border:0;
        padding: 0;
    }
    button.menu-toggle span{
        width: 40px;
        height: 40px;
        display: block;
        font-size: 0;
    }
    button.menu-toggle::before, button.menu-toggle::after,
    button.menu-toggle span::before{
        width: 40px;
        left: 0;
    }
    button.menu-toggle::after{
        -webkit-transform: translateY(8px);
        -ms-transform: translateY(8px);
        transform: translateY(8px);
    }
    button.menu-toggle::before {
        -webkit-transform: translateY(-8px);
        -ms-transform: translateY(-8px);
        transform: translateY(-8px);
    }
    .toggled button.menu-toggle::before,
    .toggled button.menu-toggle::after {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .toggled button.menu-toggle::after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .main-navigation ul.menu ul.sub-menu, .main-navigation ul.nav-menu ul.children{
    	border:0;
    }
    .main-navigation ul.menu > li > a, .main-navigation ul.nav-menu > li > a{
        text-align: center;
        font-size: 18px;
        padding: 10px 0;
    }
    .main-navigation ul.menu > li:last-child{
        margin-bottom: 20px;
    }
    .main-navigation ul ul{
        text-align: center;
        margin: 0;
    }
    .main-navigation ul.sub-menu li a {
        padding: 5px 0;
        font-size: 14px;
    }
    #top-cart{
    	margin-right: 40px;
    	margin-left: auto;
    }
    .top_menu_links, .header-country {
    	display: none;
    }
    .top_logo_contianer, .woocommerce-active .site-header .main-navigation{
    	margin-right: 0;
    }
}
@media screen and (max-width: 576px) {
	#top-cart{
		margin-right: 60px;
	}
}
@media screen and (max-width: 360px) {
	.top_logo_contianer a{
		max-width: 160px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
		justify-content: center;
	}
}
/*BANNER*/
.homepage_hero_section{
	padding: 60px 0;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	width: 100%;
	overflow: hidden;
	background-size: cover;
	background-position: bottom center;
}
.homepage_hero_section h1{
	margin: 0;
	font-family: 'Open Sans';
	color: #fff;
}
.homepage_hero_section .heading_wrapper{
	max-width: 876px;
	margin-right: auto;
	padding-right: 20px;
}
.home_hero_content{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.banner__product{
	width: 285px;
	background: #fff;
	margin-left: auto;
	padding: 40px 25px 25px;
}
.product__row{
	margin-bottom: 14px;
}
.product__tech{
	font-size: 13px;
	letter-spacing: 0.01px;
	color: #888888;
}
.product__title{
	font-size: 22px;
	font-weight: 600;
	letter-spacing: 0.02px;
	color: #666666;
	line-height: 1.2;
	margin-bottom: 10px;
}
.product__price{
	margin-left: auto;
	font-size: 24px;
	font-weight: 900;
	letter-spacing: 0.02px;
	color: #444444;
}
.product__rating{
	margin-bottom: 20px;
}
.product__img{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	max-width: 70%;
	margin: 0 auto 20px;
}
.product__btn a{
	background: #4895CA;
	font-size: 18px;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-align: center;
	height: 40px;
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	transition: ease all 0.3s;
	border-radius: 3px;
}
.product__btn a:hover{
	background: #EEEEEE;
    color: #4895CA;
}
@media screen and (max-width: 768px) {
	.home_hero_content{
		flex-wrap: wrap;
	}
	.homepage_hero_section .heading_wrapper{
		max-width: 100%;
		padding: 0;
		margin-bottom: 30px;
		flex: 0 0 100%;
	}
	.banner__product{
		margin-left: 0;
	}
}
/*HOMEPAGE TEXT*/
.homepage-text-bg{
	background: #fff;
	padding: 80px 0;
}
.homepage-text__row{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -40px;
	position: relative;
}
.homepage-text__row:before{
	content: "";
	position: absolute;
	left: 50%;
	width: 2px;
	background: #EEEEEE;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+1,eeeeee+50,ffffff+100&0+0,1+49,1+49,0+100 */
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.02) 1%, rgba(238,238,238,1) 49%, rgba(238,238,238,0.98) 50%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.02) 1%,rgba(238,238,238,1) 49%,rgba(238,238,238,0.98) 50%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.02) 1%,rgba(238,238,238,1) 49%,rgba(238,238,238,0.98) 50%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-9 */
	height: 100%;
	top: 0;
}
.homepage-text {
	padding: 0 40px;
	position: relative;
	flex: 0 0 50%;
	max-width: 50%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.homepage-text h2{
	color: #66666D;
	font-weight: bold;
	font-size: 32px;
	margin: 0 0 20px;
	min-height: 82px;
	overflow: hidden;
}
.homepage-text p{
	font-size: 18px;
	color: #66666D;
	margin: 0 0 10px;
	text-align: justify;
}
.homepage-text p br{
	margin-bottom: 10px;
}
.homepage-text__wrap {
	max-width:810px;
	margin-bottom: 20px;
}
.homepage-text .link{
	font-weight: 600;
	font-size: 16px;
	color: #FFFFFF;
	background: #4895CA;
	border-radius: 3px;
	padding: 7px 16px;
	display: inline-block;
	text-decoration: none;
	max-width: 220px;
}
.homepage-text .link:hover{
	background: #EEEEEE;
	color: #4895CA;
}
.homepage-text__btns{
	margin-top: auto;
}
.homepage-text__btns a{
	margin-top: 5px;
}
.homepage-text__btns .button_category{
	background: #B2D600;
	margin-right: 10px;
}
.homepage-text__btns .button_category:hover{
	background: #EEEEEE;
}
.homepage-text__btns .button_read{
	background: #EEEEEE;
	color: #4895CA;
}
.homepage-text__btns .button_read:hover{
	background: #4895CA;
	color: #fff;
}
@media screen and (max-width: 992px) {
	.homepage-text h2{
		font-size: 25px;
	}
	.homepage-text p{
		font-size: 16px;
	}
}
@media screen and (max-width:820px){
	.homepage-text h2{
		font-size: 22px;
	}
}
@media screen and (max-width: 768px) {
	.homepage-text__row:before{
		display: none;
	}
	.homepage-text__row{
		margin: 0;
	}
	.homepage-text {
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0;
		margin-bottom: 30px;
	}
	.homepage-text:last-child{
		margin-bottom: 0;
	}
	.homepage-text h2{
		font-size: 32px;
		min-height: auto;
	}
	.homepage-text p{
		text-align: left;
		font-size: 18px;
	}
}
@media screen and (max-width: 576px){
	.homepage-text-bg{
		padding: 60px 0;
	}
	.homepage-text p{
		font-size: 16px;
	}
}
/*CATEGORIES*/
.categories_section{
	background: #EEEEEE;
	padding: 80px 0;
}
.categories_content .heading_wrapper h2{
	margin: 0 0 50px;
	text-align: center;
}
.categories_container{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.categories_container .item{
	flex: 0 0 20%;
	max-width: 20%;
	padding: 0 15px;
	margin: 0 0 30px;
}
.categories_container .item a{
	position: relative;
	display: block;
	text-align: center;
	border-radius: 3px 3px 0 0;
	height: 100%;
}
.categories_container .image_wrapper{
	position: relative;
	z-index: 2;
	margin-bottom: 20px;
}
.image_wrapper img {
	transition: ease all 0.6s;
	border-radius: 0;
	width: 100%;
	max-width: 200px;
	margin: 0 auto;
}
.categories_container .item a:hover .image_wrapper img{
	transform: scale(1.1);
}
.categories_container .product_title{
	padding: 10px 5px;
	z-index: 1;
	position: relative;
	background: #fff;
	transition: ease all 0.3s;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	min-height: 55px;
	max-width: 220px;
	margin: 0 auto;
	border-radius: 3px;
}
.categories_container .product_title .title{
	font-size: 16px;
	line-height: 1.1;
	font-weight: 600;
	color: #66666D;
	display: block;
	transition: ease all 0.3s;
}
.categories_container .item a:hover .product_title{
	box-shadow: rgba(0, 0, 0, 0.2) 0px 18px 50px -10px;
}
.button_container{
	text-align: center;
	margin-top: 16px;
}

@media screen and (max-width: 1200px){
	.categories_container .item{
		flex: 0 0 25%;
    	max-width: 25%;
	}
}
@media screen and (max-width: 992px){
	.categories_container .item{
		flex: 0 0 33.333%;
    	max-width: 33.333%;
	}
}
@media screen and (max-width: 768px){
	.categories_container .item{
		flex: 0 0 50%;
    	max-width: 50%;
	}
}
@media screen and (max-width: 576px){
	.categories_section{
		padding: 70px 0 30px;
	}
	.categories_container{
		margin: 0 -5px;
	}
	.categories_container .item{
		padding: 0 5px;
		margin-bottom: 20px;
	}
	.categories_container .product_title .title{
		font-size: 14px;
	}
	.categories_container .product_title{
		padding: 10px 15px;
		min-height: 60px;
	}
	.categories_container .product_title .view_products{
		font-size: 14px;
	}
}
@media screen and (max-width:400px){
	.categories_container{
		margin: 0;
	}
	.categories_container .item{
		flex: 0 0 100%;
    	max-width: 100%;
    	padding: 0;
	}
}
/*SHOP PAGE*/
.right-sidebar .content-area{
	width: 100%;
	margin: 0;
	float: none;
}
.right-sidebar .widget-area {
	display: none;
}
.woocommerce-products-header__title.page-title{
	font-size: 36px;
	font-weight: bold;
	color: #66666D;
}
.storefront-sorting,
.storefront-sorting .woocommerce-ordering,
.storefront-sorting .woocommerce-result-count{
	display: none;
}
.pagination, .woocommerce-pagination{
	border: 0;
	padding: 0;
}
ul.products + .storefront-sorting {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}
.pagination .page-numbers li,
.woocommerce-pagination .page-numbers li {
	background: #FFFFFF;
	margin: 0 7px;
}
.pagination .page-numbers li .page-numbers,
.woocommerce-pagination .page-numbers li .page-numbers{
	width: 40px;
	height: 40px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	background: #fff;
	border-radius: 4px;
	font-weight: bold;
	font-size: 16px;
	color: #ABABB0;
	border: 1px solid #EEEEEE;
	transition: ease all 0.3s;
}
.pagination .page-numbers li a.page-numbers:hover,
.woocommerce-pagination .page-numbers li a.page-numbers:hover {
	border-color: #4895CA;
	color: #4895CA;
	background: #fff;
}
.pagination .page-numbers li .page-numbers.current,
.woocommerce-pagination .page-numbers li .page-numbers.current{
	border-color: #4895CA;
	color: #4895CA;
	background: #fff;
}
.pagination .page-numbers li .page-numbers.next,
.woocommerce-pagination .page-numbers li .page-numbers.next,
.pagination .page-numbers li .page-numbers.prev,
.woocommerce-pagination .page-numbers li .page-numbers.prev {
	border-color: #4895CA;
	color: #4895CA;
}
.woocommerce-pagination .next::after{
	content: '\f105'
}
.woocommerce-pagination .prev::after{
	content: '\f104'
}

/* category menu */
.product_archive_menu{
	background: #EEEEEE;
}
.product_archive_menu ul{
	list-style: none;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0px;
	margin: 0px -10px;
	margin-bottom: 98px;
	overflow: auto;
}
.menu-category-page-menu-container{
	min-width: 320px;
	width: 100%;
	max-width: 1480px;
	margin: 0 auto;
	padding: 0 2.617924em;
}
.product_archive_menu li{
	font-size: 16px;
	float: left;
}
.product_archive_menu ul .mCustomScrollBox{
	width: 100%;
}
.product_archive_menu ul .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar{
	height: 8px;
}
.product_archive_menu ul .mCSB_container{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	position: relative;
}
.product_archive_menu ul .mCustomScrollBox:after{
	content: "";
	position: absolute;
	right: 0;
	width: 60px;
	height: 100%;
	top: 0;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#ffffff+0,eeeeee+100&0+0,1+100 */
	background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(238,238,238,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(238,238,238,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(238,238,238,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#eeeeee',GradientType=1 ); /* IE6-9 */
}
.product_archive_menu ul.mCS_no_scrollbar .mCustomScrollBox:after{
	background: transparent;
}
.product_archive_menu li a{
	padding: 20px 10px;
	display: block;
	white-space: nowrap;
	color: #888888;
	border-bottom: 2px solid transparent;
	transition: ease all 0.3s;
}
.product_archive_menu li:last-child a{
	padding-right: 40px;
}
.product_archive_menu li.current-menu-item a{
	font-weight: 600;
	border-bottom: 2px solid #4895CA;
	color: #66666D;
}
.product_archive_menu li a:hover{
	border-bottom: 2px solid #4895CA;
}
@media screen and (max-width: 1300px) {
	.product_archive_menu li{
		font-size: 14px;
	}
}
@media screen and (max-width: 1150px) {
	.product_archive_menu li{
		font-size: 12px;
	}
	.product_archive_menu li a{
		padding: 15px 10px;
	}
}
@media screen and (max-width: 576px) {
	.product_archive_menu ul{
		margin-bottom: 30px;
	}
	.menu-category-page-menu-container{
		padding: 0 15px;
	}
}

ul.products {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -22px;
}
.site-main ul.products li.product,
.site-main ul.products.columns-3 li.product{
	flex: 0 0 25%;
	max-width: 25%;
	padding: 0 22px;
	margin: 0 0 44px;
	position: relative;
}
.site-main ul.products li.product .woocommerce-LoopProduct-link.woocommerce-loop-product__link {
	border: 1px solid #F1F1F1;
	padding: 25px;
	text-align: left;
	border-radius: 4px;
	height: 100%;
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
}
.site-main ul.products li.product .woocommerce-LoopProduct-link.woocommerce-loop-product__link img{
	margin: 0 auto 20px;
}
.site-main ul.products li.product .woocommerce-LoopProduct-link.woocommerce-loop-product__link h2{
	margin-top: auto;
	font: 20px/24px 'Open Sans';
	color: #66666D;
	padding-right: 25px;
}
.site-main ul.products li.product .woocommerce-LoopProduct-link.woocommerce-loop-product__link .price {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	padding-right: 25px;
}
.site-main ul.products li.product .woocommerce-LoopProduct-link.woocommerce-loop-product__link .price ins {
	order: -1;
	margin-left: 0;
	margin-right: 10px;
	font-weight: 600;
	font-size: 18px;
	color: #66666D;
}
.site-main ul.products li.product .woocommerce-LoopProduct-link.woocommerce-loop-product__link .price del {
	opacity: 1;
	font-size: 16px;
	color: #84817D;
}
.site-main ul.products li.product .woocommerce-LoopProduct-link.woocommerce-loop-product__link .onsale{
	border: 0;
	padding: 0;
	color: #4895CA;
	position: absolute;
	top: 10px;
	right: 10px;
}
.site-main ul.products li.product .button.product_type_simple.add_to_cart_button {
	position: absolute;
	bottom: 0;
	right: 22px;
	background: #4895CA url(images/icon-cart.svg) no-repeat;
	background-position: center;
	border-radius: 4px 0px;
	width: 50px;
	height: 50px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	font-size: 0;
	transition: ease all 0.3s;
}
.site-main ul.products li.product .button.product_type_simple.add_to_cart_button:hover{
	background-color: #66666D;
}
.site-main ul.products li.product .added_to_cart{
	position: absolute;
    right: 22px;
    bottom: 0;
    z-index: 22;
    font-size: 14px;
    width: 50px;
    padding: 0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    border-radius: 4px 0px;
}
.site-main ul.products li.product .button.product_type_simple{
	position: absolute;
    right: 22px;
    bottom: 0;
    z-index: 22;
    font-size: 14px;
    width: 50px;
    padding: 0;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2;
    margin: 0;
    border-radius: 4px 0px;
}
.site-main ul.products li.product .added_to_cart:after{
	display: none;
}
.site-main ul.products li.product .button.product_type_simple:hover{
	color: #fff;
	background-color: #66666D;
}
@media screen and (max-width: 1200px) {
	ul.products{
		margin: 0 -10px;
	}
	.site-main ul.products li.product, .site-main ul.products.columns-3 li.product{
		padding: 0 10px;
		margin-bottom: 20px;
	}
	.site-main ul.products li.product .woocommerce-LoopProduct-link.woocommerce-loop-product__link{
		padding: 15px;
	}
	.site-main ul.products li.product .button.product_type_simple,
	.site-main ul.products li.product .button.product_type_simple.add_to_cart_button,
	.site-main ul.products li.product .add_to_cart_button{
		right: 10px;
	}
	.site-main ul.products li.product .added_to_cart{
		right: 10px;
	}
	.site-main ul.products li.product .woocommerce-LoopProduct-link.woocommerce-loop-product__link h2{
		font-size: 18px;
		padding-right: 40px;
	}
}
@media screen and (max-width: 992px) {
	.site-main ul.products li.product, .site-main ul.products.columns-3 li.product{
		flex: 0 0 33.333%;
		max-width: 33.333%;
	}
}
@media screen and (max-width: 768px) {
	.site-main ul.products li.product, .site-main ul.products.columns-3 li.product{
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media screen and (max-width: 420px) {
	ul.products{
		margin: 0;
	}
	.site-main ul.products li.product, .site-main ul.products.columns-3 li.product{
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0;
	}
	.site-main ul.products li.product .button.product_type_simple,
	.site-main ul.products li.product .button.product_type_simple.add_to_cart_button,
	.site-main ul.products li.product .add_to_cart_button{
		right: 0px;
	}
	.site-main ul.products li.product .added_to_cart{
		right: 0px;
	}
}
/*BREAD CRUMBS*/
.woocommerce-breadcrumb{
	color: #888888;
	font-size: 16px;
}
.woocommerce-breadcrumb a:first-of-type::before{
	display: none;
}
.woocommerce-breadcrumb a, a.woocommerce-review-link{
	color: #66666D;
	text-decoration: none;
}
.woocommerce-breadcrumb .breadcrumb-separator{
	text-indent: 0;
	color: #CDCCCB;
	font-size: 16px;
}
.woocommerce-breadcrumb .breadcrumb-separator::after{
	display: none;
}
/*SINGLE PRODUCT*/
.single-product div.product{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	overflow: visible;
}
.single-product div.product .woocommerce-product-gallery{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 0;
	flex: 0 0 53.5%;
	max-width: 53.5%;
	padding: 0;
}
.single-product div.product .summary {
	flex: 0 0 46.5%;
	max-width: 46.5%;
	padding-left: 100px;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger{
	background: transparent;
	color: #66666D;
	transition: ease all 0.3s;
	top: 2px;
	right: 2px;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger:hover{
	color: #4895CA;
	background: transparent;
}
.single-product div.product::before, .single-product div.product::after{
	display: none;
}
.single-product div.product .woocommerce-product-gallery__wrapper {
	margin: 0 auto;
}
.single-product div.product .flex-viewport .woocommerce-product-gallery__image {
	max-width: 100%;
	width: 576px;
}
.single-product div.product .woocommerce-product-gallery__image a{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	padding: 30px;
}
.single-product div.product .woocommerce-product-gallery img {
	margin: 0 auto;
	width: 100%;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport{
	border: 1px solid #F4F4F4;
	margin: 0;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	order:-1;
	margin-right: 32px;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li{
	border: 1px solid #F4F4F4;
	border-radius: 4px;
	width: 148px;
	height: 148px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	margin: 0;
	margin-bottom: 22px;
	transition: ease all 0.3s;
	padding: 10px;
}
.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:hover{
	border-color: #ABE0E7;
}
.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img{
	opacity: 1;
}
.single-product div.product .wc-block-grid__product-onsale,
.single-product div.product .onsale{
	border: 0;
    padding: 0;
    color: #66666D;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}
.single-product div.product .summary h1{
	font: 36px/50px 'Open Sans';
	color: #66666D;
	margin: 0 0 8px;
}
.single-product div.product .summary .price{
	margin: 0 0 20px;
}
.single-product div.product .summary .price del{
	font-size: 18px;
}
.single-product div.product .summary .price ins {
	font-weight: bold;
	font-size: 22px;
	color: #66666E;
}
.single-product div.product .summary .woocommerce-product-details__short-description {
	font-size: 16px;
	color: #66666E;
}
.price-breakdown{
	display: none;
}
.single-product .price-breakdown-value.price-breakdown-total {
	font-weight: bold;
    font-size: 22px;
    color: #66666E;
}
.single-product div.product form.cart{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
.single-product div.product form.cart .quantity .qty{
	background: #F1F1F1;
	border-radius: 4px;
	box-shadow: none;
	font-weight: bold;
	font-size: 20px;
	color: #66666D;
	width: 80px;
	height: 50px;
	padding: 15px;
	text-align: left;
	border:0;
	margin-bottom: 5px;
}
.single-product div.product form.cart .single_add_to_cart_button {
	height: 50px;
	padding: 0;
	width:252px;
	font-size: 18px;
	margin-bottom: 5px;
}
.single-product div.product .product_meta {
	margin: 0;
	padding: 0;
	border:0;
}
.single-product div.product .product_meta {
	font-size: 16px;
	color: #66666E;
}
.single-product div.product .product_meta a{
	font-weight: normal;
	color: #66666E;
}
.single-product div.product-addon-totals{
	display: none;
}
.related.products{
	padding: 70px 0;
}
.single-product .wc-prod-attributes {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
	.single-product div.product .woocommerce-product-gallery .flex-control-thumbs{
		margin-right: 20px;
	}
	.single-product div.product .summary{
		padding-left: 30px;
	}
}
@media screen and (max-width: 992px) {
	.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li{
		width: 100px;
		height: 100px;
		margin-bottom: 10px;
	}
	.single-product div.product .woocommerce-product-gallery .flex-control-thumbs{
		margin-right: 10px;
	}
}
@media screen and (max-width: 768px) {
	.single-product div.product .woocommerce-product-gallery,
	.single-product div.product .summary{
		flex: 0 0 100%;
    	max-width:100%;
    	padding: 0;
	}
	.single-product div.product .woocommerce-product-gallery {
		margin-bottom: 20px;
	}
	.single-product div.product .wc-block-grid__product-onsale, .single-product div.product .onsale{
		right: 10px;
		top: 2px;
		font-size: 20px;
	}
	.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger{
		top:2px;
		bottom: 0.875em;
	}
	.related.products{
		padding: 30px 0;
	}
}
@media screen and (max-width:400px) {
	.single-product div.product .woocommerce-product-gallery{
		flex-wrap: wrap;
	}
	.single-product div.product .woocommerce-product-gallery .flex-viewport{
		margin-bottom: 10px;
	}
	.single-product div.product .woocommerce-product-gallery .flex-control-thumbs{
		width: 100%;
		margin: 0;
		order:0;
		-webkit-flex-direction: row;
		-moz-flex-direction: row;
		-ms-flex-direction: row;
		-o-flex-direction: row;
		flex-direction: row;
	}
	.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li{
		margin: 0 10px 0 0;
	}
	.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger{
		left: 2px;
		bottom: auto;
	}
}
/*TABS*/
.single-product div.product .woocommerce-tabs {
	background: #EEEEEE;
	position: relative;
	overflow: visible;
	padding: 0;
	width: 100%;
	margin-top: 50px;
}
.single-product div.product .woocommerce-tabs * {
	z-index: 2;
	position: relative;
}
.single-product div.product .woocommerce-tabs::before,
.single-product div.product .woocommerce-tabs::after {
	position: absolute;
	background: #EEEEEE;
	left: -50%;
	width: 100%;
	z-index: 1;
	height: 100%;
	top:0;
}
.single-product div.product .woocommerce-tabs::after{
	left: auto;
	right: -50%;
}
.woocommerce-tabs ul.tabs {
	position: relative;
	padding-top: 90px;
	border:0;
}
.woocommerce-tabs ul.tabs li:first-child {
	border-top:1px solid #DDDDDD;
}
.woocommerce-tabs ul.tabs li{
	border-color: #DDDDDD;
}
.woocommerce-tabs ul.tabs li a,
.woocommerce-tabs ul.tabs li.active a{
	font-weight: 600;
	font-size: 18px;
	color: #66666D;
}
.woocommerce-tabs ul.tabs li::after{
	opacity: 1;
    right: 1em;
}
.woocommerce-tabs ul.tabs li.active::after{
	color: #4895CA;
}
.woocommerce-tabs .panel {
	padding:70px 0;
}
.woocommerce-tabs .panel h2{
	font: normal normal bold 32px/50px 'Open Sans';
	color: #66666D;
	margin: 0 0 25px;
	text-transform: uppercase;
}
.woocommerce-tabs .panel p{
	font-size: 16px;
	color: #66666E;
}
@media screen and (max-width: 767px) {
	.woocommerce-tabs ul.tabs{
		padding-top: 60px;
	}
	.woocommerce-tabs .panel{
		padding: 30px 0;
	}
	.woocommerce-tabs ul.tabs li::after{
		right: 0;
	}
}
/*CART*/
.entry-header h1{
	font-size: 32px;
	font-weight: bold;
	text-transform: uppercase;
}
table:not( .has-background ) tbody tr:nth-child(2n) td, fieldset, fieldset legend,
table:not( .has-background ) th,
table:not( .has-background ) tbody td{
	background: transparent;
}
table.cart.woocommerce-cart-form__contents th{
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	font-weight: 600;
	font-size: 16px;
	color: #66666D;
	padding-top: 20px;
	padding-bottom: 20px;
}
table.cart.woocommerce-cart-form__contents td{
	vertical-align: middle;
	border-bottom: 1px solid #EEEEEE;
}
table.cart tr:first-child td.product-remove{
    width: 70px;
    padding: 0;
    vertical-align: middle;
    padding-left: 40px;
}
table.cart td.product-remove a.remove{
	width: 20px;
	height: 20px;
}
table.cart td.product-remove a.remove:before{
	color: #ABABB0;
	font-size: 20px;
}
table.cart .product-thumbnail{
	width: 125px;
	padding-right: 0;
}
table.cart .product-thumbnail img {
	max-width: 100px;
}
table.cart .product-name a {
	font: bold 22px/30px 'Open Sans';
	color: #66666D;
	text-decoration: none;
}
table.cart .product-name a:hover{
	color: #66666D;
}
.hentry .entry-content a:not(.button):not(.components-button){
	text-decoration: none;
}
table.cart .product-price {
	color: #66666D;
	font-size: 16px;
}
table.cart td.product-quantity .qty{
	color: #66666D;
	font-size: 18px;
	font-weight: bold;
	background: #EEEEEE;
	border:0;
}
table.cart .product-subtotal {
	color: #66666D;
	font-size: 18px;
	font-weight: bold;
}
table.cart.woocommerce-cart-form__contents td.actions{
	border:0;
	background: transparent;
	padding-top: 30px;
}
table.cart td.actions .coupon {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	border:0;
}
table.cart td.actions .coupon input{
	border-radius: 4px 0 0 4px;
}
table.cart td.actions .coupon button{
	border-radius: 0 4px 4px 0;
}
table.cart td.actions > .button{
	background: #FFFFFF;
	border: 1px solid #4895CA;
	border-radius: 4px;
	font-size: 18px;
	font-weight: bold;
	color: #4895CA;
	height: 50px;
	padding: 0 27px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	margin-left: auto;
}
table.cart td.actions > .button:hover{
	background: #4895CA;
	color: #fff;
}
.cart-collaterals .cart_totals{
	max-width: 330px;
}
.cart-collaterals h2{
	font-size: 22px;
	font-weight: bold;
	margin: 0 0 20px;
}
.cart_totals .shop_table.shop_table_responsive{
	background: #F1F1F1;
	position: relative;
	margin-bottom: 30px;
	border-radius: 3px;
	overflow: hidden;
}
.cart_totals table.shop_table_responsive tbody tr.cart-subtotal td,
.cart_totals table.shop_table_responsive tbody tr.cart-subtotal th {
	padding-top: 40px;
}
.cart_totals table.shop_table_responsive tbody tr td,
.cart_totals table.shop_table_responsive tbody tr th{
	font-size: 16px;
	font-weight: normal;
	color: #66666D;
	vertical-align: middle;
	padding: 10px 35px;
}
.cart_totals table.shop_table_responsive tbody tr th{
	padding-right: 10px;
}
.cart_totals table.shop_table_responsive tbody tr td{
	padding-left: 10px;
	text-align: right;
}
.cart_totals table.shop_table_responsive tbody tr.order-total td{
	font-weight: bold;
	font-size: 20px;
}
.cart_totals table.shop_table_responsive tbody tr.order-total td,
.cart_totals table.shop_table_responsive tbody tr.order-total th {
	padding-bottom: 35px;
}
.cart_totals table.shop_table_responsive tbody tr.woocommerce-shipping-totals td,
.cart_totals table.shop_table_responsive tbody tr.woocommerce-shipping-totals th{
	vertical-align: top;
}
.wc-proceed-to-checkout .button.checkout-button{
	height: 60px;
	font-weight: bold;
	font-size: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}
.wc-proceed-to-checkout .button.checkout-button.wc-forward::after{
	display: none;
}
.woocommerce-shipping-calculator input {
	background: #fff;
	font-size: 16px;
}
.select2-container--default .select2-selection--single{
	border:0;
	text-align: left;
	height: 45px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 45px;
	font-size: 16px;
	color: #66666E;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 50px;
	right: 10px;
	background: url(images/chevron-down.svg) no-repeat;
	background-size: 20px;
	background-position: center;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder{
	color: #66666E;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
	display: none;
}
.select2-dropdown{
	border:0;
}
.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected]{
	background-color: #66666D;
}
@media screen and (max-width: 767px) {
	.woocommerce-cart-form__cart-item {
		position: relative;
	}
	table.cart tr:first-child td.product-remove{
		position: absolute;
		top: 0;
		right: 0;
		width: 40px;
		height: 40px;
		padding: 0;
	}
	table.cart .product-thumbnail{
		width: 100%;
		padding: 0;
	}
	table.cart .product-thumbnail img{
		max-width: 150px;
	}
	table.shop_table_responsive tr td[data-title]::before{
		color: #66666E;
		font-size: 16px;
	}
	table.cart.woocommerce-cart-form__contents td{
		padding: 10px 0;
		border:0;
	}
	table.cart td.actions .coupon{
		-ms-align-items: center;
		align-items: center;
		justify-content: center;
		margin-bottom: 20px;
	}
	table.cart td.actions .coupon input{
		width: auto;
		margin: 0;
		height: 51.33px;
	}
	table.cart td.actions .coupon button{
		height: 51.33px;
	}
	table.cart td.actions > .button{
		margin: 0 auto;
	}
	.cart-collaterals .cart_totals{
		max-width: 100%;
	}
}
@media screen and (max-width: 400px){
	table.cart td.actions .coupon{
		flex-wrap: wrap;
	}
	table.cart td.actions .coupon input{
		width: 100%;
		border-radius: 4px 4px 0 0;
	}
	table.cart td.actions .coupon button{
		width: 100%;
		border-radius:0 0 4px 4px;
	}
	table.cart td.actions > .button{
		width: 100%;
	}
}
/*CHECKOUT*/
.col2-set{
	width: 62%;
	margin-right: 5%;
}
#order_review.woocommerce-checkout-review-order{
	background: #EEEEEE;
	padding:0 35px 0px;
	width: 33%;
}
#order_review_heading, #order_review{
	width: 33%;
	margin: 0;
}
.checkout h3,
.checkout h3 label{
	font-size: 22px;
	font-weight: bold;
	list-style: none;
	color: #66666D;
	margin: 0 0 30px;
}
#ship-to-different-address label{
	font-weight: bold;
}
.checkout_coupon .button{
	height: 52px;
}
@media (min-width: 768px) {
	.checkout_coupon .form-row-first{
		margin-right: 20px;
	}
	.checkout_coupon .form-row-last{
		float: left;
	}
}
.checkout label{
	font: 16px/22px "Open Sans";
	letter-spacing: 0.8px;
	color: #66666D;
	margin: 0 0 10px;
	width: 100%;
	position: relative;
}
.optional{
	position: absolute;
	right: 0;
	top: 0;
	font-size: 14px;
	letter-spacing: 0px;
	color: #888888;
}
.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper,
.woocommerce-additional-fields__field-wrapper{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
	margin: 0 -12px;
}
.col2-set .form-row{
	flex: 0 0 50%;
	max-width: 50%;
	padding: 0 12px;
	margin: 0 0 25px;
}
.col2-set #address_selector_field.form-row,
.col2-set #billing_address_selector_field.form-row  {
	padding: 0;
	flex: 0 0 100%;
	max-width: 100%;
}
.col2-set .form-row-wide,
.col2-set .form-row.notes {
	flex: 0 0 100%;
	max-width: 100%;
}
.form-row input, .form-row textarea, .form-row select{
	padding: 12px 20px;
	font-size: 16px;
}
.form-row textarea{
	height: 140px;
	padding: 20px;
}
.woocommerce-checkout .select2-dropdown{
	border:1px solid #F1F1F1;
}
.checkout .select2-container--default .select2-selection--single .select2-selection__rendered{
	line-height: 50px;
	padding-left: 20px;
}
.checkout .select2-container--default .select2-selection--single{
	height: 50px;
	background: #FFFFFF;
	border: 1px solid #CCCCCC;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox input{
    display: none;
    -webkit-appearance: checkbox;
    vertical-align: top;
    margin: 0 3px 0 0;
    width: 12px;
    height: 12px;
    cursor: pointer;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox input:not(checked) {
    position: absolute;
    opacity: 0;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox input:not(checked) + span{
    padding-right: 30px;
    position: relative;
    display: inline-block;
    width: 100%;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox input:not(checked) + span:before{
    content: '';
    display: block;
    position: absolute;
    width: 22px;
    height: 22px;
    background: #FFFFFF;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
    left: auto;
    right: 0px;
    top:2px;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox input:not(checked) + span:after{
    content: "\f00c";
    display: block;
    font-family: 'Font Awesome 5 Free';
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    left: auto;
    right: 4px;
    top: 3px;
    font-size: 15px;
    color: #4895CA;
    opacity: 0;
    transition: 0.6s;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox input:checked + span:after{
     opacity: 1;
}
#order_review_heading{
	padding: 35px 37px 30px;
	background: #eee;
	position: relative;
}
#payment .place-order .button{
	height: 60px;
}
table.woocommerce-checkout-review-order-table th,
table.woocommerce-checkout-review-order-table td{
	font-size: 16px;
	color: #66666D;
	font-weight: normal;
	padding: 5px 0;
}
table.woocommerce-checkout-review-order-table td strong .woocommerce-Price-amount.amount{
	font-size: 20px;
	font-weight: bold;
}
.woocommerce-checkout-payment{
	margin: 0 -35px;
	background: #fff;
}
#payment .place-order{
	padding:30px 0 0;
	border-top: 1px solid #F1F1F1;
	margin: 0;
	background: #fff;
}
@media screen and (max-width: 992px) {
	.col2-set{
		width:100%;
		margin-right: 0%;
		float: none;
	}
	#order_review.woocommerce-checkout-review-order{
		width: 100%;
		float: none;
	}
	#order_review_heading, #order_review{
		width: 100%;
		float: none;
	}
}
@media screen and (max-width: 767px) {
	.woocommerce-shipping-fields{
		margin-top: 30px;
	}
}
@media screen and (max-width: 576px) {
	.woocommerce-billing-fields__field-wrapper,
	.woocommerce-shipping-fields__field-wrapper,
	.woocommerce-additional-fields__field-wrapper{
		margin: 0 -5px;
	}
	.col2-set .form-row{
		padding: 0 5px;
	}
	#order_review_heading {
		padding: 40px 20px 20px;
	}
	#order_review.woocommerce-checkout-review-order{
		padding: 0 20px 0;
	}
	#order_review_heading:before{
		left: -15px;
	}
	.woocommerce-checkout-payment{
		margin: 0 -20px;
	}
}
/*FOOTER*/
.site-footer{
	background: #fff;
	padding: 80px 0 60px;
}
.site-footer__row{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: wrap;
}
.site-footer__col{
	padding-right: 10px;
	flex: 0 0 25%;
	max-width: 25%;
}
.site-footer__col h4{
	font-weight: bold;
	font-size: 18px;
	color: #66666D;
	text-transform: uppercase;
	margin: 0 0 15px;
}
.site-footer__col a,
.site-footer__col p{
	font-size: 16px;
	color: #66666D;
}
.site-footer__col p:last-child{
	margin-bottom: 0;
}
.site-footer .logo {
	margin-bottom: 30px;
}
.site-footer .logo a {
	width: 164px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.site-footer  .site-info {
	padding: 0;
	font-size: 16px;
	color: #66666E;
}
.woocommerce-info, .woocommerce-noreviews, p.no-comments{
	background: #4895CA;
	color: #fff!important;
}

#respond{
	background: #fff;
}
@media screen and (max-width: 1200px){
	.site-footer__col{
		flex: 0 0 33.333%;
		max-width: 33.333%;
	}
}
@media screen and (max-width: 768px){
	.site-footer{
		text-align: center;
		padding: 60px 0 30px;
	}
	.site-footer__col{
		flex: 0 0 100%;
		max-width: 100%;
		padding: 0;
		margin-bottom: 30px;
	}
	.site-footer .logo a{
		margin: 0 auto;
	}
}
@media screen and (max-width:576px) {
	.site-footer{
		padding: 40px 0 10px;
	}
	.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments{
		font-size: 12px;
	}
	.woocommerce-message .button, .woocommerce-info .button, .woocommerce-error .button, .woocommerce-noreviews .button, p.no-comments .button{
		font-size: 14px;
	}
}

/*HIDE SHIPPING*/
.single-product div.product .shipping-estimate {
	display: none;
}

.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments{
	background: #4895CA;
}
.hentry .entry-content .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link a{
	color: #66666E;
}
.woocommerce-MyAccount-content fieldset{
	padding: 0;
}

/* home page slider */

.home-slider{
	position: relative;
}
.wpsisac-slick-slider-wrp{
	position: absolute;
	width: 100%;
	height:100%;
	top:0;
	bottom:0;
}
.wpsisac-slick-slider-wrp *{
	height:100%;
}
.wpsisac-slick-slider.design-1 .wpsisac-image-slide img{
		width: 100%;
		object-fit: cover;
}
.homepage_hero_section{
	position: relative;
	z-index: 1;
}
.slick-dots{
	position: absolute;
	height: auto;
	z-index: 3;
}
.wpsisac-slick-slider .slick-dots li button{
	background: #eee;
	border:1px solid #eee;
	box-shadow: 0px 0px 5px #666;
}
.wpsisac-slick-slider .slick-dots li.slick-active button{
	background: #4895CA !important;
	border:1px solid #4895CA !important;
}
.slick-arrow{
	display: flex !important;
	justify-content: center;
	align-items: center;
	color: #fff;
}
.slick-arrow svg{
	display: none;
}
span.slick-prev.slick-arrow:before{
	font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f053";
}
span.slick-next.slick-arrow:before{
	font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: "\f054";
}
.fa.fa-location-dot:before{
	content:'\f3c5';
}

/* sustainability label */

.sust_label{
	background: #34b080;
    color: #fff;
    position: absolute;
    top: 0px;
    left: 0px;
    border-top-left-radius: 4px;
    padding: 4px 6px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
}
.single-product div.product .woocommerce-product-gallery.sustainable{
	padding-left: 60px !important;
}
.single-product div.product .woocommerce-product-gallery.sustainable:after{
	content:'';
	position : absolute;
	background: url('images/sustainable_choice.png');
	background-size: cover;
    width: 60px;
    height: 60px;
    top: 0;
    left: 0;
    z-index: 1;
}
.single-product div.product .woocommerce-product-gallery.sustainable img{
	margin-left: -30px !important;
}