*{
	outline:none!important;
}
.storefront-full-width-content h1, 
.storefront-full-width-content h2, 
.storefront-full-width-content h3, 
.storefront-full-width-content h4, 
.storefront-full-width-content h5, 
.storefront-full-width-content h6{
	color: #154273;
}
.storefront-full-width-content{
	font-family: Verdana, sans-serif;
}
.storefront-full-width-content .col-full{
	max-width: 1200px;
	padding: 0 20px;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}
.storefront-full-width-content h2{
	font: bold 30px/35px Verdana;
	letter-spacing: 0.03px;
	color: #333333;
}
.storefront-full-width-content button, 
.storefront-full-width-content input[type="button"], 
.storefront-full-width-content input[type="reset"], 
.storefront-full-width-content input[type="submit"], 
.storefront-full-width-content .button, 
.storefront-full-width-content .widget a.button,
.storefront-full-width-content .button.alt,
.storefront-full-width-content button.alt {
	background-color:  #154273;
	border-color: #154273;
	color: #ffffff;
	font: bold 13px Verdana, sans-serif;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	transition: ease all 0.3s;
}
.storefront-full-width-content button:hover, 
.storefront-full-width-content input[type="button"]:hover, 
.storefront-full-width-content input[type="reset"]:hover, 
.storefront-full-width-content input[type="submit"]:hover, 
.storefront-full-width-content .button:hover, 
.storefront-full-width-content .widget a.button:hover,
.storefront-full-width-content .button.alt:hover,
.storefront-full-width-content button.alt:hover {
    background-color: #154273;
    border-color: #154273;
    color: #fff;
}
.storefront-full-width-content a{
	color: #154273;
	transition: ease all 0.3s;
}
.storefront-full-width-content a:hover{
	color: #154273;
}
.storefront-full-width-content header.site-header,
.storefront-full-width-content.home.blog .site-header, 
.storefront-full-width-content.home.page:not(.storefront-full-width-content-template-homepage) .site-header, 
.storefront-full-width-content.home.post-type-archive-product .site-header{
	background: #fff;
	padding-top: 15px;
	margin: 0;
	border-bottom: 0;
}
.header-top{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative;
	height: 100px;
	margin-bottom: 20px;
}
.storefront-full-width-content.page .header-top .site-branding{
	margin: 0;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
	width: 211px;
}

.storefront-full-width-content .header-top .site-branding img{
	max-width: 100%;
}
.woocommerce-active .site-header .header-secondary-wrapper .site-search{
	flex: 0 0 321px;
	max-width:321px;
	width: 321px;
	margin: 0;
}
.header-secondary-wrapper .site-search .widget_product_search form{
	width: 100%;
	margin: 0;
}
.header-secondary-wrapper .site-search .widget_product_search form input[type=search]{
	width:100%;
	max-width: 100%;
	height: 50px;
	border: 1px solid #CCCCCC;
	font: 14px/62px Verdana, sans-serif;
	letter-spacing: 0px;
	color: #AAAAAA;
	background: #fff;
	box-shadow: none;
	padding:0 20px;
	line-height: 50px;
	border-radius: 6px;
}
.header-secondary-wrapper .site-search .widget_product_search form input::-moz-placeholder { opacity: 1; color: #AAAAAA; font-family: Verdana; }
.header-secondary-wrapper .site-search .widget_product_search form input::placeholder {opacity: 1; color: #AAAAAA; font-family: Verdana;}
.header-secondary-wrapper .site-search .widget_product_search form input::-o-placeholder {opacity: 1; color: #AAAAAA; font-family: Verdana;}
.header-secondary-wrapper .site-search .widget_product_search form input::-webkit-input-placeholder {opacity: 1; color: #AAAAAA; font-family: Verdana;}
.header-secondary-wrapper .site-search .widget_product_search form input:-ms-input-placeholder {opacity: 1; color: #AAAAAA; font-family: Verdana;}

.header-secondary-wrapper .site-search .widget_product_search form::before{
	width: 50px;height: 50px;
	background: #DDDDDD;
	top: 0px;
	right: 0px;
	left: auto;
	color: #154273;
	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: 20px;
	border-radius:0 6px 6px 0;
}

.header-secondary-wrapper .site-search .widget_product_search form button[type=submit] {
	clip-path: none;
	height: 100%;
	width: 50px;
	z-index: 22;
	left: auto;
	right: 0;
	font-size: 0;
	clip: inherit;
	background: transparent;
}

.header-icons{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	margin-left: auto;
}
.header-icons .wishlist-icon{
	flex: 0 0 25px;
	width: 25px;
	height: 23px;
	background: url(../images/icon-heart.svg) no-repeat;
	background-size: 100%;
	margin-right: 20px;
	display: block;
}
.header-icons .account-icon{
	flex: 0 0 22px;
	width: 22px;
	height: 24px;
	background: url(../images/icon-user.svg) no-repeat;
	background-size: 100%;
	display: block;
	margin-left: 20px;
}

#site-header-cart > li a.cart-contents {
	flex: 0 0 22px;
	width: 22px;
	height: 25px;
	background: url(../images/icon-shopping-bag.svg) no-repeat;
	background-size: 100%;
	margin-right: 30px;
	position: relative;
	padding: 0;
}
#site-header-cart > li a.cart-contents .count{
	position: absolute;
	top: 0px;
    right: -10px;
	font-size: 14px;
	width: 19px;
	height: 19px;
	border-radius: 50%;
	background: #154273;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	color: #fff;
	font-weight: bold;
	border: 1px solid #FFFFFF;
	opacity: 1;
}

#site-header-cart > li a.cart-contents .amount{
	display: none;
}
#site-header-cart.site-header-cart .cart-contents::after{
	display: none;
}
.site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart{
	display: none!important;
}
.site-header  .main-navigation ul.menu, .main-navigation ul.nav-menu{
	margin-left: 0;
}
.site-header .main-navigation ul.menu > li > a, 
.site-header .main-navigation ul.nav-menu > li > a{
	color: #444444;
	font: 14px/20px Verdana;
}
.site-header .main-navigation ul li a, 
.site-header .main-navigation  ul.menu li.current-menu-item > a{
	color: #444444;
	padding: 9px 12px;
}

.site-header .main-navigation ul li.current-menu-item  a {
	background: #f3f3f3 ;
	color: #154273!important;
}
.site-header .main-navigation ul li.highlight  a,
.site-header .main-navigation ul li.highlight.current-menu-item  a {
	background: #154273;
	color: #fff!important;
}

.header-secondary-wrapper{
	background: #154273;
	padding:10px 0;
}
.header-secondary-wrapper .col-full{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.storefront-secondary-navigation.woocommerce-active .site-header .secondary-navigation{
	width: calc(100% - 321px);
	margin: 0;
}
.storefront-secondary-navigation.woocommerce-active .site-header .secondary-navigation ul.menu{
	float: left;
	list-style: none;
}
.storefront-secondary-navigation.woocommerce-active .site-header .secondary-navigation ul.menu a{
	color: #fff;
}

@media screen and (min-width: 768px) {
	.site-header .main-navigation ul ul, .secondary-navigation ul ul{
		box-shadow: 0px 4px 30px #0000001A;
		padding: 5px 0;
	}
	.storefront-full-width-content.woocommerce-active .site-header .main-navigation{
		margin-right: 0;
		width: auto;
	}
	.site-header .main-navigation ul.menu ul.sub-menu, .main-navigation ul.nav-menu ul.children {
		background: #fff;
	}
	.site-header .main-navigation ul.menu ul a:hover, 
	.site-header .main-navigation ul.menu ul li:hover > a, 
	.site-header .main-navigation ul.menu ul li.focus, 
	.site-header .main-navigation ul.nav-menu ul a:hover, 
	.site-header .main-navigation ul.nav-menu ul li:hover > a, 
	.site-header .main-navigation ul.nav-menu ul li.focus{
		background: #fff;
		color: #154273;
	}
}
.site-header .main-navigation ul.sub-menu li a,
.site-header .main-navigation ul.sub-menu li.current-menu-item > a {
	font: 15px/35px Verdana;
	letter-spacing: 0px;
	color: #444444;
	padding: 5px 20px;
}
.site-header .main-navigation ul.sub-menu li.current-menu-item > a {
	color: #154273;
}

.call-us{
	color: #333;
	font: 14px/20px Verdana;
	margin-left: auto;
	white-space: nowrap;
}
.call-us a{
	font-weight: bold;
}


@media screen and (max-width: 1200px) {
	.site-header .main-navigation ul.menu > li > a, .site-header .main-navigation ul.nav-menu > li > a{
		font-size: 13px;
	}
	.call-us{
		font-size: 13px;
	}
}
@media screen and (max-width: 1125px) {
	.header-actions-inner .wishlist-icon{
		margin-right: 15px;
	}
	#site-header-cart > li a.cart-contents{
		margin-right: 20px;
	}
	.site-header .main-navigation ul.menu > li > a, .site-header .main-navigation ul.nav-menu > li > a{
		font-size: 12px;
		padding-left: 9px;
		padding-right: 9px;
	}
	.call-us{
		font-size: 12px;
	}
}

@media screen and (max-width: 992px) {
	.site-header .main-navigation ul.menu{
		margin-left: 0;
	}
	.call-us{
		display: none;
	}
	.storefront-secondary-navigation.woocommerce-active .site-header .secondary-navigation ul.menu a{
		font-size: 12px;
	}
	.site-header .main-navigation ul.menu > li > a, .site-header .main-navigation ul.nav-menu > li > a,
	.storefront-secondary-navigation.woocommerce-active .site-header .secondary-navigation ul.menu a{
		padding-left: 5px;
		padding-right: 5px;
	}
	.woocommerce-active .site-header .header-secondary-wrapper .site-search{
		flex: 0 0 250px;
	    max-width: 250px;
	    width: 250px;
	}
	.storefront-secondary-navigation.woocommerce-active .site-header .secondary-navigation{
	    width: calc(100% - 250px);
	}
}
@media screen and (max-width:900px) {
	.storefront-full-width-content.page .header-top .site-branding{
		transform: translate(-20%, 0);
	}
}
@media screen and (max-width: 820px) {
	.storefront-full-width-content button.menu-toggle {
		float: left;
	}
	.storefront-full-width-content button.menu-toggle:after, 
	.storefront-full-width-content button.menu-toggle:before, 
	.storefront-full-width-content button.menu-toggle span:before{
		background: #fff;
	}
	.storefront-full-width-content .toggled button.menu-toggle::before, 
	.storefront-full-width-content .toggled button.menu-toggle::after{
		background:#fff;
	}
}
@media screen and (max-width: 767px) {
	.handheld-navigation{
		position: absolute;
		top: 100%;
		background: #fff;
		z-index: 2;
		box-shadow: 0 0.5rem 1rem #ccc;
	}
	.handheld-navigation .menu{
		padding: 20px;
	}
	.header-secondary-wrapper .col-full{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.storefront-secondary-navigation.woocommerce-active .site-header .secondary-navigation{
		width: 100%;
		margin-bottom: 20px;
		display: block;
	}
	.storefront-secondary-navigation.woocommerce-active .site-header .secondary-navigation ul.menu{
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		-ms-align-items: center;
		align-items: center;
		justify-content: center;
		width: 100%;
		margin: 0;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.woocommerce-active .site-header .header-secondary-wrapper .site-search{
		display: block;
		width: 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
	.storefront-full-width-content.page .header-top .site-branding{
		transform: translate(-50%, 0);
	}
	.header-icons .account-icon{
		margin-left: 0;
	}
}
@media screen and (max-width: 576px) {
	.header-actions-inner{
		padding: 0;
	}
	.storefront-full-width-content header.site-header, .storefront-full-width-content.home.blog .site-header, .storefront-full-width-content.home.page:not(.storefront-full-width-content-template-homepage) .site-header, .storefront-full-width-content.home.post-type-archive-product .site-header{
		padding-top: 5px;
	}
	.header__wrap{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.header-actions-inner .wishlist-icon{
		margin-left: 0;
	}
	.header-actions-inner .button{
		margin: 0 auto;
	}
	.storefront-full-width-content button.menu-toggle{
		position: absolute;
		top:50px;
		background: transparent;
		border: 0;
		padding: 0;
		width: auto;
		height: auto;
		outline: none;
	}
	.storefront-full-width-content button.menu-toggle span{
		width: 100%;
		display: block;
		font-size: 0;
	}
	.storefront-full-width-content button.menu-toggle:after, 
	.storefront-full-width-content button.menu-toggle:before, 
	.storefront-full-width-content button.menu-toggle span:before,
	.storefront-full-width-content .toggled button.menu-toggle::before, 
	.storefront-full-width-content .toggled button.menu-toggle::after{
		background: #154273;
		width: 20px;
		height: 3px;
		left: 0;
	}
	.storefront-full-width-content button.menu-toggle::before{
	    -webkit-transform: translateY(-6px);
	    -ms-transform: translateY(-6px);
	    transform: translateY(-6px);
	}
	.storefront-full-width-content button.menu-toggle::after{
		-webkit-transform: translateY(6px);
		-ms-transform: translateY(6px);
		transform: translateY(6px);
	}
	.storefront-full-width-content .toggled button.menu-toggle::before, 
	.storefront-full-width-content .toggled button.menu-toggle::after {
	    -webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	    transform: rotate(45deg);
	}
	.storefront-full-width-content .toggled button.menu-toggle::after {
	    -webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	    transform: rotate(-45deg);
	}
	.nav__wrap{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.call-us{
		flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
	}
	.main-navigation {
		width: 100%;
	}
	.wishlist-icon,
	.account-icon{
		display: none;
	}
	.header-top{
		height: 85px;
	}
}
@media screen and (max-width: 460px) {
	.storefront-full-width-content.page .header-top .site-branding{
		width: 180px;
	}
	.header-top{
		height: 70px;
	}
	.storefront-full-width-content button.menu-toggle{
		top: 45px;
	}
}
@media screen and (max-width: 400px) {
	.storefront-full-width-content.page .header-top .site-branding{
		width: 130px;
		top: 13px;
	}
	.header-icons .wishlist-icon{
		margin-right: 10px;
	}
}



.banner{
	position: relative;
	margin-bottom: 0px;
	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__img{
	max-width: none;
}
.banner__product{
	position: absolute;
	top: 30px;
	right: 30px;
	width: 285px;
	background: #fff;
	padding: 40px 25px 25px;
}
.product__row{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 14px;
}
.product__tech{
	font: 13px/22px Verdana;
	letter-spacing: 0.01px;
	color: #888888;
}
.product__title{
	font:600 20px/22px Verdana;
	letter-spacing: 0.02px;
	color: #666666;
}
.product__price{
	margin-left: auto;
	font: 900 20px/25px Verdana;
	letter-spacing: 0.02px;
	color: #444444;
	white-space: nowrap;
}
.product__rating{
	margin-bottom: 20px;
}
.product__img{
	margin-bottom: 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;
}
.product__btn a{
	background: #154273;
	font:  18px/62px Verdana;
	letter-spacing: 0px;
	color: #FFFFFF;
	text-align: center;
	height: 70px;
	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;
	text-transform: uppercase;
	transition: ease all 0.3s;
}
.product__btn a:hover{
	background: #154273;
	color: #fff;
}
/*@media screen and (max-width: 992px) {
	.banner{
		margin-bottom: 100px;
	}
}
@media screen and (max-width: 768px) {
	.banner{
		margin-bottom:60px;
	}
}*/
@media screen and (max-width: 576px) {
	.banner__product{
		position: relative;
		top:auto;
		right:auto;
		margin: -50px auto 0;
		border: 1px solid #CCCCCC;
		width: 80%;
	}
	.banner{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -20px 0px;
	}
	.banner__img{
		max-width: 100%;
	}
}
@media screen and (max-width:400px) {
	.banner__product{
		margin: 0;
		width: 100%;
	}
}

.intro {
	padding: 0 15px 140px;
}


.cards{
	padding: 0 15px 140px;
}
.cards h2{
	margin: 0 0 45px;
}
.cards__row{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.cards__col{
	flex: 0 0 25%;
	max-width: 25%;
	padding: 0 15px;
}
.cards__wrap{
	position: relative;
}

.cards__title{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 2;
	padding: 22px 20px;
}
.cards__title h4{
	font: bold 22px/30px Verdana;
	letter-spacing: 0.02px;
	color: #FFFFFF;
	margin: 0 0 15px;
}
.cards__title a{
	background: #154273;
	width: 82px;
	height: 28px;
	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: bold 12px Verdana;
	letter-spacing: 0.01px;
	color: #FFFFFF;
	text-transform: uppercase;
	text-align: center;
	transition: ease all 0.3s;
}
.cards__title a:hover{
	background: #154273;
	color: #fff;
}

@media screen and (max-width: 992px) {
	.cards{
		padding: 0 0 100px;
	}
	.cards__row{
		margin: 0 -10px;
	}
	.cards__col{
		padding: 0 10px;
	}
}
@media screen and (max-width: 860px) {
	.cards__row{
		margin: 0 -15px;
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.cards__col{
		flex: 0 0 50%;
    	max-width: 50%;
    	padding: 0 15px;
    	margin-bottom: 30px;
	}
	.cards__wrap img{
		width: 100%;
	}
}
@media screen and (max-width: 576px) {
	.cards{
		padding: 0 0 30px;
	}
	.cards__row{
		margin: 0 -10px;
	}
	.cards__col{
		padding: 0 10px;
		margin-bottom: 20px;
	}
}
@media screen and (max-width:450px) {
	.cards__row{
		margin: 0;
	}
	.cards__col{
		flex: 0 0 100%;
    	max-width: 100%;
    	padding: 0;
	}
}

.coming-soon{
	background: #FFF;
}

.heading__row{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}
.heading__row h2{
	margin: 0 10px 0 0;
}
.heading__row a{
	font: bold 16px/20px Roboto;
	letter-spacing: 0px;
	color: #666666;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	margin-left: auto;
}
.heading__row a i{
	margin-left: 5px;
	color: #154273;
	font-size: 13px;
}
.coming-soon .heading__row{
	margin-bottom: 44px;
}

.coming-soon ul.products li.product,
.coming-soon ul.products li.product.first {
	clear: none !important;
}

.coming-soon .products li .category-label,
.coming-soon .products li .wishlist-icon,
.coming-soon .products li .woocommerce-loop-product__title,
.coming-soon ul.products li.product h2.woocommerce-loop-product__title,
.storefront-full-width-content .coming-soon .products li .price,
.coming-soon .products li .product_type_simple {
	display: none;
}

.coming-soon .slick-arrow {
	position: absolute;
	left: -50px;
	top: 50%;
	margin-top: -25px;
	z-index: 1;
	font-size: 0;
	width: 50px;
	height: 50px;
}
.coming-soon .slick-arrow:before{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;	
	font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    content: "\f053";
    color: #fff;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.coming-soon .slick-next {
	right: -50px;
	left: auto;
}

.coming-soon .slick-next:before{
	content: "\f054";
}

@media screen and (max-width: 1300px) {
	.coming-soon .slick-arrow {
		left: 0px;
	}
	.coming-soon .slick-next {
		right: 0px;
		left: auto;
	}
}

/*
.coming-soon ul.products{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px;
}
.coming-soon ul.products li.product{
	flex: 0 0 25%;
	max-width: 25%;
	padding: 0 15px;
	margin-bottom: 30px;
}
.coming-soon .products li > span{
	background: #fff;
	padding:40px 16px 16px;
	display: block;
	height: 100%;
	position: relative;
}
.coming-soon .products li .woocommerce-LoopProduct-link.woocommerce-loop-product__link img{
	margin-bottom: 20px;
}
.coming-soon .products li .category-label{
	position: absolute;
	top: 10px;
	left: 15px;
	font: 13px/22px Verdana;
	letter-spacing: 0.01px;
	color: #888888;
}
.coming-soon .products li .wishlist-icon{
	width: 18px;
	height: 16px;
	position: absolute;
	top: 15px;
	right: 15px;
	background: url(../images/icon-heart2.svg) no-repeat;
}
.coming-soon .products li .woocommerce-loop-product__title,
.coming-soon ul.products li.product h2.woocommerce-loop-product__title{
	text-align: left;
	font: 18px/22px Verdana;
	font-weight: 500;
	letter-spacing: 0.02px;
	color: #666666;
	padding-right: 60px;
	margin-bottom: 8px;
}
.storefront-full-width-content .coming-soon .products li .price{
	text-align: left;
	font: bold 20px/30px Verdana;
	letter-spacing: 0.02px;
	color: #444444;
	padding-right: 50px;
	margin: 0;
}

.coming-soon .products li .product_type_simple{
	position: absolute;
	bottom: 37px;
	right: 15px;
	width: 44px;
	height: 44px;
	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;
	background:#154273 url(../images/icon-shopping-bag2.svg) no-repeat;
	background-position: center;
	background-size: 21px;
}
.coming-soon .products li .product_type_simple:after{
	content: 'pre-order';
	font: 12px/22px Verdana;
	letter-spacing: 0.01px;
	color: #666666;
	display: block;
	position: absolute;
	top: 100%;
	left: -5px;
	right: -5px;
	text-align: center;
	text-transform: none;
}
.coming-soon .products li .product_type_simple:hover{
	background-color: #154273;
}

@media screen and (max-width: 992px) {
	.coming-soon ul.products{
		margin: 0 -10px;
	}
	.coming-soon ul.products li.product{
		padding: 0 10px;
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 860px) {
	.coming-soon ul.products{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.coming-soon ul.products li.product{
		flex: 0 0 33%;
    	max-width: 33%;
	}
}
@media screen and (max-width: 700px) {
	.coming-soon ul.products li.product{
		flex: 0 0 50%;
    	max-width: 50%;
	}
}
*/

@media screen and (max-width:500px) {
	.heading__row{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.heading__row h2{
		flex: 0 0 100%;
		max-width: 100%;
		margin: 0 0 10px;
	}
	.heading__row a{
		margin-left: 0;
	}
}

.description{
	padding: 140px 0;
}
.description__row{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.description__img{
	flex: 0 0 50%;
	max-width: 50%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.description__img img{
	max-width: none;
	height: 100%;
}
.description__col{
	flex: 0 0 50%;
	max-width: 50%;
	background: #154273;
	padding: 60px 40px;
}
.description__col h3{
	margin: 0 0 25px;
	font: bold 20px/32px Verdana;
	letter-spacing: 0px;
	color: #FFFFFF;
}
.description__col p{
	font: 16px/24px Verdana;
	letter-spacing: 0px;
	color: #FFFFFF;
	margin: 0 0 40px;
}
.description__col h4{
	font: bold 20px/24px Verdana;
	letter-spacing: 0px;
	color: #FFFFFF;
	margin: 0 0 25px;
}
.description__col ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
.description__col ul li{
	font: 16px/34px Verdana;
	letter-spacing: 0px;
	color: #FFFFFF;

}

@media screen and (max-width:1200px){
	.description__row{
		margin: 0 -20px;
	}
}
@media screen and (max-width:992px) {
	.description{
		padding: 100px 0;
	}
}
@media screen and (max-width:768px) {
	.description{
		padding: 0;
		border-bottom: 1px solid #fff;
	}
	.description__row{
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.description__img,
	.description__col{
		flex: 0 0 100%;
		max-width: 100%;
	}
	.description__img img{
		height: auto;
		max-width: 100%;
	}
}
@media screen and (max-width:576px) {
	.description__col{
		padding: 30px 20px;
	}
}

.storefront-full-width-content .site-footer{
	background: #f3f3f3;
	padding:70px 0 80px;
}
@media screen and (min-width: 768px){
	.storefront-full-width-content .footer-widgets {
	    padding: 0;
	    border-bottom: 0;
	}
}
.site-footer .gamma.widget-title{
	font: bold 18px/39px Verdana;
	letter-spacing: 0px;
	color: #000;
	margin: 0 0 25px;
	padding: 0;
	border:0;
}
.site-footer .widget{
	margin: 0;
}
.textwidget,
.textwidget p,
.textwidget a,
.site-footer .footer-widgets a:not(.button):not(.components-button){
	font: 14px/32px Verdana;
	letter-spacing: 0px;
	color: #000;
	margin: 0;
}
.site-footer .site-info{
	padding: 0;
}
.credit-copyright{
	background: #393D3E;
	padding: 22px 0 15px;
}
.credit-copyright span{
	max-width: 1200px;
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
    box-sizing: border-box;
    font:  15px/39px Verdana;
	letter-spacing: 0px;
	color: #DDDDDD;
	display: block;
}

@media screen and (max-width: 767px) {
	.credit-copyright{
		margin-bottom: 70px;
	}
}
@media screen and (max-width: 400px) {
	.credit-copyright span {
		font-size: 12px;
		line-height: normal;
	}
}

.category-banner{
	min-height: 540px;
	padding: 50px;
	text-align: left;
}
.category-banner h1{
	color: #154273;
	background: rgba(255,255,255,0.5);
	padding: 20px;
	display: inline-block;
}

@media screen and (max-width: 767px) {
	.category-banner {
		margin-bottom: 20px;
		min-height: 400px;
		background-size: cover;
	}
}
@media screen and (max-width: 576px) {
	.category-banner {
		margin-bottom: 20px;
		min-height: 300px;
		background-size: cover;
		padding: 20px;
	}
}

@media screen and (max-width: 400px) {
	.category-banner {
		min-height: 200px;
		padding: 10px;
	}
	.category-banner h1 {
		font-size: 35px;
		padding: 10px;
	}
}

.intro{
	background: #f3f3f3;
	padding: 60px 0;
	margin-bottom: 140px;
}
.intro p:last-child{
	margin-bottom: 0;
}
@media screen and (max-width: 992px) {
	.intro{
		margin-bottom: 90px;
	}
}
@media screen and (max-width: 768px) {
	.intro{
		margin-bottom: 60px;
	}
}
@media screen and (max-width: 576px) {
	.intro{
		margin-bottom: 30px;
	}
}


.storefront-full-width-content .woocommerce-message, 
.storefront-full-width-content .woocommerce-info, 
.storefront-full-width-content .woocommerce-error, 
.storefront-full-width-content .woocommerce-noreviews, 
.storefront-full-width-content p.no-comments,
.select2-container--default .select2-results__option--highlighted[aria-selected], 
.select2-container--default .select2-results__option--highlighted[data-selected] {
	background-color: #154273;
}

.storefront-full-width-content .quantity .qty{
	height: 31.06px;
	padding: 0 10px;
}

/*Cards item*/
.site-main ul.products li.product .button{
	display: block;
	max-width: 180px;
	margin: 0 auto;
}
.site-main ul.products li.product .added_to_cart{
	display: block;
	max-width: 180px;
	margin: 5px auto 0;
    background: #f3f3f3;
    border-color: #f3f3f3;
    color: #154273;
    padding: 5px;
    font-size: 12px;
}