/*

Theme Name: Cube

Theme URI: http://cubemedia.nz

Author: Hanyu Zhang

Description: Theme For Cube Media Company website

*/

@import url('https://fonts.googleapis.com/css?family=Barlow:400,500,600,700,800');

html, body{
	font-family: 'Barlow', sans-serif !important;
}
.nav-previous a,
.nav-next a{
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #44b2e5 !important;
}
.nav-previous a:hover,
.nav-next a:hover{
	text-decoration: underline;
}
#refresh_captcha{
	display: none !important;
}
.woocommerce-form-register .clear{
	display: none !important;
}
.site-content{
	overflow:hidden;
}
.woocommerce button[name="update_cart"],
.woocommerce input[name="update_cart"] {
	display: none;
}
input[type="submit"], input[type="text"], input[type="email"], textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
h1{
	font-size: 66px;
	font-weight: 800;
	line-height: 79px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h2{
	font-size: 48px;
	font-weight: 600;
	line-height: 58px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h3{
	font-size: 32px;
	font-weight: 600;
	line-height: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h4{
	font-size: 26px;
	font-weight: 400;
	line-height: 36px;
	margin-top: 0px;
	margin-bottom: 0px;
}
h5{
	font-size: 22px;
	font-weight: 600;
	line-height: 32px;
	margin-top: 0px;
	margin-bottom: 0px;
}
p{
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 15px;
	margin-top: 0px;
}
body{
	margin: 0 auto;    
	overflow-x: hidden;
}
img{
	max-width: 100%;
	display: block;
	height: auto;
}
a{
	text-decoration: none;
/* 	color: #2E2E2E; */
}
a:hover{
	text-decoration: none;
/* 	color: #44b2e5; */
}
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('/wp-content/uploads/2025/06/loading.gif') center no-repeat #fff;
	background-size: 150px;
}
.top-bar{
	background-color: #3254a5;
	color: white;
	display: table;
	width: 100%;
	padding-top: 10px;
	padding-bottom: 15px;
}
.top-left{
	width: 70%;
	display: inline-block;
	float: left;
}
.top-right{
	width: 30%;
	display: inline-block;
	float: left;
	text-align: right;
	height: 30px;
}
.top-bar a{
	color: #FFFFFF;
	font-size: 18px;
	font-weight: 400;
	line-height: 22px;
	display: inline-block;
	text-decoration: none;
}
.top-bar a:hover{
	color: #FFFFFF;
	text-decoration: none;
}
.page-container{
	max-width: 1110px;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0 auto;
	display: block;
}
.content-container{
	max-width: 890px;
	padding-right: 15px;
	padding-left: 15px;
	margin: 0 auto;
	display: block;
}
.top-left a img, .top-right a img{
	float: left;
	margin-right: 5px;
}
.mail-logo{
	margin-top: 5px;
}
.phone-logo{
	margin-top: 3px;
}
.quote-logo{
	width: 30px;
	position: relative;
	top: -5px;
}
.divide-line{
	color: #FFFFFF;
	margin-left: 20px;
	margin-right: 20px;
	font-size: 25px;
	position: relative;
	top: 3px;
}
.top-right a{
    position: relative;
    top: 8px;
}
.site-header{
	padding-top: 20px;
	padding-bottom: 20px;
	display: table;
	width: 100%;
}
.site-branding{
	width: 30%;
	display: inline-block;
	float: left;
}
.main-navigation{
	width: 70%;
	float: left;
	display: table;
	height: 74px;
}
.main-navigation .menu-page-menu-container{
	display: table-cell;
	vertical-align: middle;
}
nav#site-navigation.main-navigation div.menu-page-menu-container ul#primary-menu.menu{
	list-style-type: none;
	padding-left: 0px;
	float: right;
	margin-top: 0px;
	margin-bottom: 0px;
}
nav#site-navigation.main-navigation div.menu-page-menu-container ul#primary-menu.menu li{
	display: inline-block;
	float: left;
}
nav#site-navigation.main-navigation div.menu-page-menu-container ul#primary-menu.menu li a{
	color: #2E2E2E;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	padding: 15px 20px;
}
nav#site-navigation.main-navigation div.menu-page-menu-container ul#primary-menu.menu li a:hover{
	text-decoration: none;
	color: #44b2e5;
}
nav#site-navigation.main-navigation div.menu-page-menu-container ul#primary-menu.menu li:last-child a{
	padding-right: 0px;
}
.home-banner{
	border-top: 10px solid #44b2e5;
	border-bottom: 10px solid #44b2e5;
}
.home-banner .page-container{
	display: table;
	width: 100%;
	height: 100%;
}
.banner-content{
	display: table-cell;
	vertical-align: middle;
	max-width: 975px;
	padding-left: 40px;
	padding-right: 40px;
}
.banner-content h1{
	font-size: 55px;
	font-weight: 600;
	line-height: 70px;
	color: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
	max-width: 750px;
	padding: 25px;
	text-align: right;
	float: right;
	margin-right: -25px;
	background-color: rgba(69, 69, 69, 0.9);
}
.two-columns{
	background-color: #F8F8F8;
	padding-top: 140px;
	padding-bottom: 120px;
	display: table;
	width: 100%;
}
.two-columns .page-container{
	display: table;
	/*width: 100%;*/
}
.left-column{
	width: calc(50% - 30px);
	display: block;
	float: left;
	margin-right: 30px;
}
.left-column h3{
	font-weight: 400;
	font-size: 32px;
	line-height: 40px;
	color: #2E2E2E;
	margin-top: 0px;
	margin-bottom: 20px;
	max-width: 412px;
}
.right-column{
	width: calc(50% - 30px);
	display: block;
	float: left;	
	margin-left: 30px;
}
.right-column p{
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
	color: #2E2E2E;
	margin-bottom: 15px;
	margin-top: 0px;
}
.small-bar{
	width: 85px;
	height: 10px;
	background-color: #44b2e5;
	display: block;
	margin-top: 20px;
}
.our-products{
	padding-top: 150px;
	padding-bottom: 150px;
}
.our-products .page-container{
	display: table;
	/*width: 100%;*/
}
.our-products-heading{
	width: calc(33% - 30px);
	display: block;
	float: left;
	margin-right: 30px;
}
.our-products-heading h2{
	font-size: 48px;
	font-weight: 400;
	line-height: 65px;
	color: #44b2e5;
	margin-top: 0px;
	max-width: 215px;
	margin-bottom: 30px;
}
.our-products-heading p{
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	color: #2E2E2E;
}
.our-products-lists{
	display: block;
	width: calc(67% - 30px);
	float: left;
	margin-left: 30px;
}
.home-banefit{
	background-color: #F8F8F8;
	padding-top: 100px;
	padding-bottom: 100px;
}
.home-banefit .page-container{
	display: table;
	/*width: 100%;*/
}
.banefit{
	width: calc((100% / 3) - 60px);
	display: block;
	float: left;
	padding-left: 30px;
	padding-right: 30px;
}
.banefit-outter{
	width: calc(100% + 60px);
	margin-left: -30px;
	margin-right: -30px;
}
.banefit h3{
	font-size: 38px;
	font-weight: 400;
	line-height: 48px;
	color: #44b2e5;
	margin-top: 0px;
	margin-bottom: 30px;
}
.banefit p{
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	color: #2E2E2E;
}
.site-footer{
	background-color: #fafafa;
	padding-top: 80px;
	padding-bottom: 60px;
}
.footer-inner{
	display: table;
	width: 100%;
}
.footer-1{
	width: 30%;
	display: block;
	float: left;
}
.footer-2{
	width: 30%;
	display: block;
	float: left;
}
.footer-3{
	width: 25%;
	display: block;
	float: left;
}
.footer-4{
	width: 15%;
	display: block;
	float: left;
}
.footer-4 img{
	max-width: 140px;
	margin-bottom: 30px;
}
.footer-4 img:last-child{
	margin-bottom: 0px;
}
footer h5{
	font-weight: bold;
	font-size: 18px;
	color: #2E2E2E;
	line-height: 32px;
	margin-top: 0px;
	margin-bottom: 20px;
}
footer p{
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	color: #2E2E2E;
	display: block;
	margin-top: 0px;
	margin-bottom: 5px;
}
footer p a{
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	color: #2E2E2E;
}
footer p a:hover{
	text-decoration: none;
}
footer ul{
	list-style-type: none;
	padding-left: 0px;
}
footer ul li a{
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	color: #2E2E2E;
	margin-bottom: 10px;
	display: block;
}
footer p a{
	margin-bottom: 10px;
}
.footer-bottom{
	background-color: #fafafa;
	padding-bottom: 80px;
	padding-top: 1px;
	margin-top: -1px;
}
.footer-bottom .page-container{
	display: block;
	/*width: 100%;*/
}
.footer-bottom-inner{
	width: 60%;
	float: right;
}
.footer-bottom-inner p, .footer-bottom-inner p a{
	color: #2E2E2E;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 0px;
	line-height: 24px;
	margin-top: 0px;
}
.footer-bottom-inner p a:hover{
	text-decoration: none;
}
.yellow-bar{
	width: 100%;
	height: 10px;
	background-color: #44b2e5;
}
.column-left, .column-right{
	width: calc(50% - 15px);
	display: block;
	float: left;
}
.column-left{
	padding-right: 15px;
}
.column-right{
	padding-left: 15px;
}
.full-width{
	padding-top: 50px;
	padding-bottom: 50px;
}
.two-column{
	padding-bottom: 50px;
	padding-top: 50px;
	display: table;
	width: 100%;
}
.page-content h4{
	margin-bottom: 20px;
}
.page-content h5{
	margin-bottom: 30px;
}
.page-heading{
	padding-top: 80px;
	padding-bottom: 30px;
}
.page-heading h2{
	color: #44b2e5;
}
#gform_2 ul li.gfield{
	margin-top: 0px !important;
	margin-bottom: 30px !important;
}
#gform_2 .no-label label{
	display: none;
}
#gform_2 .left-input{
	width: 50%;
	float: left;
	display: block;
	margin-bottom: 40px;
	margin-top: 0px !important;
	clear: unset !important;
}
#gform_2 .right-input{
	margin-bottom: 40px;
	margin-top: 0px !important;
	clear: unset !important;
	width: 50%;
	float: left;
	display: block;
}
#gform_2 input[type="text"]{
	width: 100% !important;
	height: 60px !important;
	border: 1px solid #B5B5B5;
	border-radius: 3px;
	padding: 20px;
}
#gform_2 textarea{
	padding: 20px;
	width: 100% !important;
	border: 1px solid #B5B5B5;
	border-radius: 3px;
}
#gform_wrapper_2{
	margin-top: 0px !important;
}
form#gform_2 div.gform_body ul li.left-input div.ginput_container, form#gform_2 div.gform_body ul li.right-input div.ginput_container{
	margin-top: 0px !important;
}
form#gform_2 div.gform_footer.top_label{
	margin-top: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
#gform_submit_button_2{
	color: #2E2E2E !important;
	font-family: 'Barlow', sans-serif !important;
	font-weight: bold !important;
	font-size: 18px !important;
	line-height: 20px !important;
	padding: 10px !important;
	display: block !important;
	max-width: 165px !important;
	background-color: #44b2e5 !important;
	border-radius: 0px !important;
	border: 0px !important;
	height: 46px !important;
	border-radius: 3px !important;
	margin-right: 0px !important;
	width: 100% !important;
	text-transform: uppercase !important;
}
#gform_submit_button_2:hover{
	background-color: #56c4f7 !important;
}
.contact-page .two-column .column-left{
	width: calc(40% - 15px);
}
.contact-page .two-column .column-right{
	width: calc(60% - 15px);
}
.contact-page .two-column .column-left p{
	font-size: 18px;
	line-height: 40px;
	color: #2E2E2E;
	font-weight: 400;
}
.contact-page .two-column .column-left p strong{
	color: #44b2e5;
	font-size: 18px;
	font-weight: bold;
	line-height: 40px;
	margin-right: 5px;
}
.contact-page .two-column .column-left p a{
	font-size: 18px;
	line-height: 40px;
	color: #2E2E2E;
	font-weight: 400;
	text-decoration: none;
}
.contact-page .two-column .column-left p a:hover{
	color: #44b2e5;	
}
.contact-page .two-column .column-left p a:hover{
	text-decoration: none;
}
.home-product{
	border: 2px solid #44b2e5;
	padding: 40px;
	width: calc(50% - 15px);
	display: block;
	min-height: 376px;
	float: left;
	box-sizing: border-box;
}
.our-products-lists-inner{
	width: 100%;
	display: table;
}
.home-product:nth-of-type(1){
	margin-right: 15px;
}
.home-product:nth-of-type(2){
	margin-left: 15px;
}
.home-product h2{
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	color: #2E2E2E;
	margin-top: 0px;
	margin-bottom: 10px;
	text-align: center;
}
.home-product p{
	text-align: center;
	color: #2E2E2E;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 0px;
}
#tab-description a,
#tab-description a:hover{
	color: #44b2e5;
}
.learmore-button{
	color: #2E2E2E;
	font-weight: bold;
	font-size: 18px;
	line-height: 26px;
	background-color: #44b2e5;
	padding: 10px;
	max-width: 165px;
	display: block;
	margin: 0 auto;
	text-align: center;
	margin-top: 25px;
	border-radius: 3px;
}
.learmore-button:hover{
	background-color: #56c4f7;
}
.product-tab-inner{
	display: table;
	width: 100%;
}
.product-left, .product-tab-left{
	width: calc(30% - 20px);
	display: block;
	float: left;
	margin-right: 20px;
}
.product-right, .product-tab-right{
	width: calc(70% - 20px);
	display: block;
	float: left;
	margin-left: 20px;
}
.product-inner{
	display: table;
	width: 100%;
}
.product-content{
	padding-top: 80px;
	padding-bottom: 30px;
}
.product-left h5{
	color: #44b2e5;
	margin-bottom: 25px;
}
.product-left ul{
	list-style-type: none;
	/*padding-left: 0px;*/
}
.product-left ul li a{
/*	color: #7C7C7C;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;*/
	text-decoration: none;
}
.product-left ul li a.actived{
	color: #2E2E2E;
}
.product-left ul li{
	margin-bottom: 10px;
}
.single-product div.product-right div.product-right-inner div.woocommerce div.single-product div.summary{
	width: 100% !important;
}
.woocommerce div.product p.price, .woocommerce div.product span.price{
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	color: #2E2E2E;
}
.product-header .pro-name{
	color: #44b2e5;
	font-weight: bold;
	font-size: 28px;
	line-height: 38px;
	margin-bottom: 35px;
}
.woocommerce-product-details__short-description p{
	color: #2E2E2E;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
}
.woocommerce-product-details__short-description h5{
	color: #2E2E2E;
	font-weight: bold;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 10px;
}
.woocommerce-product-details__short-description{
	margin-bottom: 35px;
}
.feature-image-outter{
/* 	border: 2px solid #44b2e5; */
	display: block;
	width: 100%;
	max-width: 365px !important;
}
.woocommerce div.product form.cart{
	margin-top: 40px !important;
}
.product-tabs{
	background-color: #F8F8F8;
	padding-bottom: 100px;
	padding-top: 55px;
}
.product-tabs .product-tab-right p{
	color: #2E2E2E;
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	margin-bottom: 0px;
}
.product-tabs .product-tab-right p a{
	color: #2E2E2E;
}
.product-tabs .product-tab-right p a:hover{
	color: #44b2e5;
	text-decoration: underline;
}
div.product-tabs div.page-container div.product-tab-inner div.product-tab-right div.woocommerce-tabs ul.tabs{
	list-style-type: none;
	padding-left: 0px;
	border-bottom: 2px solid #7C7C7C;
	display: table;
	width: 100%;
	margin-bottom: 40px;
}
div.product-tabs div.page-container div.product-tab-inner div.product-tab-right div.woocommerce-tabs ul.tabs li{
	color: #44b2e5;
	display: inline-block;
	float: left;
	position: relative;
	top: -6px;
	padding-bottom: 15px;
	padding-top: 15px;
	padding-right: 20px;
	padding-left: 20px;
}
div.product-tabs div.page-container div.product-tab-inner div.product-tab-right div.woocommerce-tabs ul.tabs li a{
	font-size: 22px;
	font-weight: 400;
	line-height: 30px;
	color: #7C7C7C;
}
div.product-tabs div.page-container div.product-tab-inner div.product-tab-right div.woocommerce-tabs ul.tabs li:first-child{
	padding-left: 0px;
}
div.product-tabs div.page-container div.product-tab-inner div.product-tab-right div.woocommerce-tabs ul.tabs li.active a{
	color: #44b2e5;
	border-bottom: 2px solid #44b2e5;
	padding-bottom: 23px;
}
.yikes-custom-woo-tab-title{
	display: none !important;
}
form.variations_form.cart table.variations tbody tr td.label{
	display: none !important;
}
.additional_information_tab, #tab-additional_information{
	display: none !important;
}
#tab-description h2{
	display: none;
}
.woocommerce-Tabs-panel h4{
	color: #2E2E2E;
	margin-bottom: 15px;
	margin-top: 30px;
}
.woocommerce-Tabs-panel p b{
	color: #2E2E2E;
}
.nice-select{
	width: 100%;
	border: 2px solid #44b2e5;
	margin-bottom: 10px;
	border-radius: 0px !important;
}
.nice-select:hover{
	border: 2px solid #44b2e5 !important;
}
.woocommerce div.product form.cart .variations select{
	border: 2px solid #44b2e5 !important;
}
.nice-select .list{
	left: -2px !important;
	width: calc(100% + 4px) !important;
	border-radius: 0px !important;
}
.iconBK{
	background-color: #44b2e5;
	height: 42px;
	position: absolute;
	width: 42px;
	right: 0;
	top: -2px;
}
.nice-select:after{
	border-bottom: 2px solid white; 
	border-right: 2px solid white;
	width: 10px;
	height: 10px;
	right: 15px;
	top: 15px;
}
.nice-select span.current{
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	text-transform: uppercase;
	color: #454545;
}
.woocommerce div.product form.cart .reset_variations{
	color: #44b2e5;
}
.single-product .quantity input{
	height: 45px !important;
	width: 90px !important;
	border: 2px solid #44b2e5;
	margin-right: 30px;
	font-size: 18px !important;
}
.nice-select:active, .nice-select.open, .nice-select:focus{
	border: 2px solid #44b2e5 !important;
}
.single_add_to_cart_button{
	background-color: #44b2e5 !important;
	height: 45px !important;
	width: 165px !important;
	text-align: center !important;
	padding-top: 10px !important;
	font-size: 16px !important;
	font-weight: bold !important;
	line-height: 20px !important;
	text-transform: uppercase !important;
	padding-bottom: 10px !important;
	border-radius: 0px !important;
	color: #454545 !important;
	float: right !important;
}
.single_add_to_cart_button:hover{
	background-color: #56c4f7;
}
.cart_totals h2{
	display: none;
}
.cart_totals table{
	display: none;
}
.checkout-button{
	color: #454545 !important;
	font-size: 18px !important;
	font-weight: bold !important;
	line-height: 20px !important;
	background-color: #44b2e5 !important;
	padding: 15px !important;
	width: 165px !important;
	border-radius: 3px !important;
	float: right !important;
	text-transform: uppercase !important;
}
.checkout-button:hover{
	background-color: #56c4f7 !important;
}
div.woocommerce form.woocommerce-cart-form table.shop_table tbody tr.woocommerce-cart-form__cart-item td.product-name a{
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	color: #2E2E2E;
}
div.woocommerce form.woocommerce-cart-form table.shop_table tbody tr.woocommerce-cart-form__cart-item td.product-name a:hover{
	color: #44b2e5;
}
/*.woocommerce table.shop_table .product-price {
	font-size: unset;
	font-weight: unset;
	line-height: unset;
	color: #2E2E2E;
	text-align: left;
}*/
.button.wecb_emptycart{
	max-width: 100% !important;
	width: auto !important;
	text-align: center !important;
}
.woocommerce table.shop_table th.product-price, .woocommerce table.shop_table td.product-price{
	/*display: none !important;*/
}
.woocommerce table.shop_table th.product-subtotal, .woocommerce table.shop_table td.product-subtotal{
	/*display: none !important;*/
}
/*.woocommerce table.shop_table th.product-quantity{
	width: 120px !important;
}*/
.woocommerce table.shop_table th.product-price{
	font-weight: bold;
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img{
	width: 70px !important;
}
.woocommerce-message:before,
.woocommerce-info:before{
	color: #44b2e5 !important;
}
.woocommerce-message,
.woocommerce-info{
	border-top-color: #44b2e5 !important;	
}
.woocommerce a.remove{
	line-height: 16px !important;
}
.woocommerce form .form-row .optional{
	visibility: hidden !important;
}
.woocommerce .col2-set .col-1, .woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2, .woocommerce-page .col2-set .col-2{
	width: 100%;
	clear: both;
	float: none;
}	
.woocommerce .col2-set, .woocommerce-page .col2-set{
	width: 100%;
	float: left;
	clear: both;
}
/*#order_review{
	width: 48%;
	float: right;
}*/
/*.woocommerce table.shop_table th.product-total, .woocommerce table.shop_table td.product-total, .woocommerce table.shop_table tfoot{
	display: none !important;
}*/
/*.woocommerce-checkout{
	display: table;
	width: 100%;
}*/
.woocommerce-checkout h3{
	color: #2E2E2E;
	margin-bottom: 20px;
}
.woocommerce-additional-fields h3{
	display: none;
}
.woocommerce .site-content form .form-row label{
	font-size: 18px;
	line-height: 30px;
	color: #2E2E2E;
	font-weight: 400;
	margin-bottom: 10px !important;
}
.woocommerce-checkout .site-content input, .woocommerce-checkout .site-content select{
	border-radius: 0px !important;
	border: 1px solid #2E2E2E !important;
	height: 40px !important;
	font-size: 18px !important;
	padding: 5px 10px !important;
	line-height: 30px !important;
	color: #2E2E2E !important;
	font-family: 'Barlow', sans-serif !important;
	font-weight: 400 !important;
}
.select2-container--default .select2-selection--single{
	border-radius: 0px !important;
	border: 1px solid #2E2E2E !important;
	height: 40px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
/* 	line-height: 40px !important; */
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	height: 40px !important;
}
.select2-dropdown{
	border: 1px solid #2E2E2E !important;
}
#order_comments{
	min-height: 100px !important;
	font-size: 18px !important;
	padding: 5px 10px !important;
	line-height: 30px !important;
	color: #2E2E2E !important;
	font-weight: 400 !important;
	font-family: 'Barlow', sans-serif !important;
}
#order_review_heading{
	margin-top: 35px;
	display: inline-block;
	width: 100%;
}
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment{
	background-color: white;
	border-radius: 0px;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
	color: #454545 !important;
	font-size: 16px !important;
	font-weight: bold !important;
	line-height: 20px !important;
	background-color: #44b2e5 !important;
	padding: 15px !important;
	width: 165px !important;
	border-radius: 0px !important;
}
.woocommerce-customer-details{
	display: none;
}
.woocommerce-thankyou-order-details{
	padding-left: 0px;
}
.woocommerce-order-details__title{
	color: #2E2E2E;
	margin-bottom: 25px;
	font-size: 32px;
}
.woocommerce table.shop_table td a{
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	color: #2E2E2E;
}
header.site-header div.page-container nav#site-navigation div.menu-page-menu-container ul#primary-menu.menu li:last-child{
	display: none;
}
.top-bar a:hover{
	color: #44b2e5;
}
.page-content ul, .page-content ol{
	padding-left: 20px;
}
.page-content ul li, .page-content ol li{
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
	color: #2E2E2E;
	margin-bottom: 10px;
}
.woocommerce .woocommerce-message .button, .woocommerce-page .woocommerce-message .button{
	background-color: #44b2e5 !important;
	color: white !important;
	font-size: 18px !important;
	font-weight: 400 !important;
	line-height: 20px !important;
}
.woocommerce .woocommerce-message .button:hover, .woocommerce-page .woocommerce-message .button:hover{
	background-color: #56c4f7 !important;
}
.woocommerce-message{
	font-size: 18px;
}
div.woocommerce form.woocommerce-cart-form table tbody tr.cart_item td.product-quantity div.quantity input.qty{
	font-size: 18px;
}
.woocommerce-order-received div.woocommerce div.woocommerce-order ul.woocommerce-order-overview.woocommerce-thankyou-order-details li.woocommerce-order-overview__total.total{
	display: none;
}
.woocommerce-order-received div.woocommerce div.woocommerce-order ul.woocommerce-order-overview.woocommerce-thankyou-order-details li.woocommerce-order-overview__email.email{
	border-right: 0px;
}
.woocommerce-order-received div#page.hfeed.site div#content.site-content div.page-content div.content-container div.woocommerce div.woocommerce-order ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details{
	padding-left: 0px;
}
.page-template-tpl-content .page-content  a{
	color: #2E2E2E;
}
.page-template-tpl-content .page-content  a:hover{
	color: #44b2e5;
	text-decoration: underline;
}
.product-sidebar{
	width: calc(30% - 30px);
	display: block;
	float: left;
	margin-right: 30px;
}
.product-lists{
	margin-left: 15px;
	width: calc(70% - 15px);
	display: block;
	float: left;
	list-style-type: none;
	padding-left: 0px;
}
.product-inner{
	display: table;
	width: 100%;
	padding-bottom: 0px;
}
.woocommerce-result-count{
	display: none;
}
.woocommerce-ordering{
	display: none;
}
.page-template-tpl-products div.product-inner div.product-lists div.woocommerce ul.products li.product a.button{
	display: none;
}
.woocommerce-page div.product-inner div.product-lists div.woocommerce ul.products li.product a.button{
	display: none;
}
.product-price{
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	color: #2E2E2E;
	text-align: center;
	/*margin-bottom: 5px;*/
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
	border: 2px solid #44b2e5;
	min-height: 414px;
	padding: 25px 20px !important;
	position: relative;
	padding-bottom: 0px !important;
}
/* .woocommerce ul.products li.product .woocommerce-LoopProduct-link, 
.woocommerce-page ul.products li.product .woocommerce-LoopProduct-link{
	padding: 0 20px !important; 
}
.woocommerce ul.products li.product .product-price, 
.woocommerce-page ul.products li.product .product-price{
	padding: 0 20px !important; 
} */
.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product{
	width: calc((100% / 3) - 65px) !important;
}
h2.woocommerce-loop-product__title, h2.woocommerce-loop-category__title{
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	color: #2E2E2E;
	text-align: center;
	min-height: 100px;
}
h2.woocommerce-loop-category__title .count{
	display: none;
}
.product-learn-more{
	background-color: transparent;
	border-top: 1px solid #44b2e5;
	padding: 10px;
	width: 50%;
	max-width: 160px;
	margin: 0 auto;
	margin-top: 15px;
	display: block;
	color: #2E2E2E;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
/* 	position: absolute;
	bottom: 25px; */
	float: right;	
	margin-right: -20px;
}
.product-add-cart{
	background-color: #44b2e5;
	padding: 10px;
	width: 50%;
	max-width: 160px;
	margin: 0 auto;
	margin-top: 15px;
	display: block;
	color: #2E2E2E;
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	border-top: 1px solid #44b2e5;
/* 	position: absolute;
	bottom: 25px; */
	float: left;
	margin-left: -20px;
}
.product-learn-more:hover,
.product-add-cart:hover{
    background-color: #56c4f7 !important;
}
.home-product .product-add-cart{
	margin-left: -40px;
	width: 55%;
	margin-top: 25px;
}
.home-product .learmore-button{
	margin-right: -40px;
	border-radius: 0px;
	padding: 7px;	
	background-color: transparent;
	border-top: 1px solid #44b2e5;
	font-size: 16px;
}
.home-product .learmore-button:hover{
	background-color: #56c4f7 !important;
}
.home-product{
	padding-bottom: 0px;
}
div.product-left h4,
div.product-sidebar h4{
	color: #44b2e5;
	font-size: 22px;
	font-weight: bold;
	line-height: 30px;
	border-bottom: 2px solid #DEDEDE;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
h5.filter-header{
	display: block;
	clear: both;
	margin-bottom: 10px;
}
h5.filter-header a{
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	color: #2E2E2E;	
}
h5.filter-header a:hover{
	color: #44b2e5;
}
h5.filter-header img{
	float: right;
	position: relative;
	top: 15px;
}
ul.product-lists{
	list-style-type: none;
	display: block;
	clear: both;
	padding-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	width: 100%;
}
ul.product-lists li a{
	color: #7C7C7C;
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
}
ul.product-lists li a:hover{
	color: #44b2e5;
}
.icon-span{
	display: inline-block;
	margin-right: 10px;
	margin-left: 10px;
}
.up-icon{
	-webkit-transform: translateY(0) translateX(0) rotate(180deg);
    transform: translateY(0) translateX(0) rotate(180deg);
}
.product-left-inner{
	max-width: 300px;
}
.woocommerce ul.products li.last, .woocommerce-page ul.products li{
	margin-right: 25px !important;
}
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last{
	margin-right: 0px !important;
}
.cat-name{
	width: 90%;
	display: inline-block;
}
h5.filter-header img{
	max-width: 23px;
	display: inline-block;
}
div.wc-tab ul{
	padding-left: 20px;
}
div.wc-tab ul li{
	color: #2E2E2E;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
}
form.variations_form fieldset.add{
	border: 0px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}
form .add .qty .minus {
	position: relative;
	float: left;
	width: 45px;
	height: 45px;
	border: 2px solid #44b2e5;
	border-right: 0;
	box-sizing: border-box;
	cursor: pointer; 
	background-color: #F0F0F0;
}
form .add .qty .minus:after {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "-";
	font-size: 20px;
	font-weight: 500;
}
form .add .qty .quantity {
	position: relative;
	float: left;
	width: 45px;
	margin-right: 0px !important;
	height: 45px; 
}
form .add .qty input {
	position: relative;
	width: 100% !important;
	height: 45px;
	box-sizing: border-box;
	text-align: center;
	-moz-appearance: textfield;
	border: 2px solid #44b2e5;
	border-right: 0px;
	border-left: 0px; 
}
form .add .qty input[type=number]::-webkit-inner-spin-button,
form .add .qty input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0; 
}
form .add .qty .plus {
	position: relative;
	float: left;
	width: 45px;
	height: 45px;
	box-sizing: border-box;
	border: 2px solid #44b2e5;
	border-left: 0px;
	border-left: 0;
	background-color: #F0F0F0;
	cursor: pointer; 
}
form .add .qty .plus:after {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: "+";
	font-size: 20px;
	font-weight: 500;
}
.single-product div.woocommerce div.single-product div.product{
	display: table;
	width: 100%;
}
.product-details-left{
	width: calc(50% - 15px);
	display: block;
	float: left;
	margin-right: 15px;
}
.product-details-right{
	width: calc(50% - 15px);
	display: block;
	float: left;
	margin-left: 15px;
}
.woocommerce div.product div.summary{
	margin-bottom: 0px;
}
h5.sub-cat-header{
	display: block;
	clear: both;
	margin-bottom: 10px;	
}
h5.sub-cat-header a, .sub-cat-lists li a{	
	color: #7C7C7C;	
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
}
h5.sub-cat-header a:hover, .sub-cat-lists li a:hover{
	color: #44b2e5;
}
h5.sub-cat-header img{
	float: right;
	position: relative;
	top: 15px;
}
.sub-cat-lists{
	display: none;
	padding-left: 15px !important;
	color: #7C7C7C;	
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	list-style-type: none;
}
.sub-cat-lists.open-it{
	display: block;
}
.third-cat-lists{
	padding-left: 15px !important;
	color: #7C7C7C;	
	font-size: 16px;
	font-weight: bold;
	line-height: 30px;
	list-style-type: none;
}
.active-cat{
	color: #44b2e5 !important;
}
.clear{
	padding-bottom: 50px;
}
.woocommerce-billing-fields .clear{
	padding-bottom: 0px !important;
}
.woocommerce ul.products li.product.product-category, .woocommerce-page ul.products li.product.product-category{
	min-height: 315px;
	display: table;
}
.woocommerce ul.products li.product.product-category a, .woocommerce-page ul.products li.product.product-category a{
	display: table-cell;
	vertical-align: middle;
}
form.cart.form-styles fieldset.add{
	border: 0px !important;
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.aws-container .aws-search-form{
	height: 30px !important;
	top: 3px !important;
}
.website-search{
	display: inline-block;
	float: left;
}
.aws-container .aws-search-form .aws-search-clear{
	width: 25px;
}
.aws-container .aws-search-form .aws-search-clear span{
	top: 0px;
	margin-top: 0px;
}
.aws-search-result .aws_result_title, .aws-search-result .aws_search_more a{
	font-size: 12px;
	font-weight: bold;
	color: #2E2E2E;
}
.right-inner{
    max-width: 345px;
    float: right;
    display: block;
    width: 100%;
}
.single-product div.product-right div.product-right-inner div.woocommerce div.single-product div.feature-image-outter div.woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs{
	margin-top: 25px !important;
	margin-left: -2px !important;
}
.single-product div.product-right div.product-right-inner div.woocommerce div.single-product div.feature-image-outter div.woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs li{
	border: 2px solid #44b2e5;
	margin-left: 10px !important;
	width: calc(25% - 12px);
}
.single-product div.product-right div.product-right-inner div.woocommerce div.single-product div.feature-image-outter div.woocommerce-product-gallery ol.flex-control-nav.flex-control-thumbs li:first-child{
	margin-left: 0px !important;
}
.product-details-left > .feature-image-outter > .woocommerce-product-gallery > .flex-viewport{
 	border: 2px solid #44b2e5; 
}
.product-details-left > .feature-image-outter > .woocommerce-product-gallery > .woocommerce-product-gallery__wrapper{
	border: 2px solid #44b2e5; 
}
div.product-details-left div.feature-image-outter div.woocommerce-product-gallery figure.woocommerce-product-gallery__wrapper div.woocommerce-product-gallery__image{
 	/*border: 2px solid #44b2e5; */
}
div.product-details-left div.feature-image-outter div.woocommerce-product-gallery div.flex-viewport figure.woocommerce-product-gallery__wrapper div.woocommerce-product-gallery__image.flex-active-slide a{
	/*border: 2px solid #44b2e5; */
	display: block !important;
}
.zoomImg{
	display: none !important;
}
header#masthead.site-header div.page-container div.site-branding a img{
	max-width: 290px;
}
footer.site-footer div.page-container div.footer-inner div.footer-1 a img{
	max-width: 245px;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
.carousel {
  position: relative;
}
.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
       -o-transition: .6s ease-in-out left;
          transition: .6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  line-height: 1;
}
.gform_confirmation_message{
	font-size: 18px;
	line-height: 40px;
	color: #2E2E2E;
	font-weight: 400;
	margin-bottom: 15px;
	margin-top: 0px;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
         -o-transition:      -o-transform .6s ease-in-out;
            transition:         transform .6s ease-in-out;

    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-perspective: 1000;
            perspective: 1000;
  }
  .carousel-inner > .item.next,
  .carousel-inner > .item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
  }
  .carousel-inner > .item.prev,
  .carousel-inner > .item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner > .active {
  left: 0;
}
.carousel-inner > .next,
.carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}
.carousel-inner > .next {
  left: 100%;
}
.carousel-inner > .prev {
  left: -100%;
}
.carousel-inner > .next.left,
.carousel-inner > .prev.right {
  left: 0;
}
.carousel-inner > .active.left {
  left: -100%;
}
.carousel-inner > .active.right {
  left: 100%;
}
.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  filter: alpha(opacity=50);
  opacity: .5;
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image:      -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image:         linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}
.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}
.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  font-family: serif;
  line-height: 1;
}
.carousel-control .icon-prev:before {
  content: '\2039';
}
.carousel-control .icon-next:before {
  content: '\203a';
}
.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}
.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}
.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-caption .btn {
  text-shadow: none;
}
#top-slider{
	border-top: 10px solid #44b2e5;
	border-bottom: 10px solid #44b2e5;
}
.carousel-caption {
    right: unset !important;
    left: 15px !important;
    padding-bottom: 0 !important;
    top: 30% !important;
    position: absolute !important;
    bottom: unset !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    text-align: unset !important;
    text-shadow: unset !important;
}
div#top-slider.carousel.slide div.carousel-inner div.item div.page-container{
	height: 100%;
	position: relative;
}
.carousel-control.left, .carousel-control.right{
	background-image: unset !important; 
	width: 52px;
	height: 52px;
	z-index: 15;
	opacity: 1 !important;
	position: absolute;
}
.carousel-control.left{
	left: 30px;
	top: 45%;
	background: none !important;
}
.carousel-control.right {
	right: 30px;
	top: 45%;
	background: none !important;
}
.carousel-control:hover{
	opacity: 1 !important;
	background: none !important;
}
.carousel-control:focus{
	opacity: 1 !important;
	background: none !important;
}
.carousel-control svg{
	opacity: 0.5 !important;
}
.carousel-control svg:hover{
	opacity: 1 !important;
}
div#top-slider.carousel.slide div.carousel-inner div.item div.page-container div.carousel-caption.top-slider-caption.toggleCaption div.carousel-caption-inner div.banner-content h2{
/* 	padding-left: 40px;
	padding-right: 40px; */
	text-shadow: 5px 5px 5px rgba(0, 0, 0, .5);
	margin-bottom: 25px;
}
.pro-sku{
	color: #2E2E2E;
	font-weight: 400;
	font-size: 18px;
	line-height: 30px;
}
ul#primary-menu.menu li{
	position: relative;
}
ul#primary-menu.menu li > ul.sub-menu{
	background-color: white;
	width: 220px;
	list-style-type: none;
	padding-left: 0px;
	border-top: 5px solid #44b2e5;
	position: absolute;
	z-index: 10;
	top: 37px;
	visibility: hidden;
	left: 0px;
}
ul#primary-menu.menu li:hover > ul.sub-menu{
	visibility: visible;
}
ul#primary-menu.menu li > ul.sub-menu li{
	display: block !important;
	clear: both;
    border-bottom: 1px solid #ececec;
	width: calc(100% - 30px);
	padding: 10px 15px;
	float: none;
}
ul#primary-menu.menu li > ul.sub-menu li a{
	color: #2E2E2E !important;
	text-align: left !important;
	display: block !important;
	width: 100% !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 27px !important;
    padding: 0px !important;
    text-transform: capitalize !important;
}
ul#primary-menu.menu li > ul.sub-menu li a:hover{
	color: #44b2e5 !important;
}
ul#primary-menu.menu .current_page_parent a{
	color: #44b2e5 !important;
}
ul#primary-menu.menu li > ul.sub-menu li.current_page_item a{
	color: #44b2e5 !important;
}
.gform_wrapper label.gfield_label{
	font-size: 18px !important;
	font-weight: 600 !important;
	line-height: 28px !important;
}
#field_3_5{
	margin-top: -15px !important;
}
#choice_3_5_1{
	margin-top: 6px;
}
#gform_3 input[type="text"]{
	width: 100% !important;
	height: 60px !important;
	border: 1px solid #B5B5B5;
	border-radius: 3px;
	padding: 20px;
}
input[type="email"]{
	width: 100% !important;
	height: 60px !important;
	border: 1px solid #B5B5B5;
	border-radius: 3px;
	padding: 20px !important;
}
#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box{
	font-size: 18px;
	line-height: 30px;
	color: #2E2E2E;
	font-weight: 400;
}
#add_payment_method #payment div.payment_box a, .woocommerce-cart #payment div.payment_box a, .woocommerce-checkout #payment div.payment_box a{
	color: #44b2e5;
}
#gform_3 textarea{
	padding: 20px;
	width: 100% !important;
	border: 1px solid #B5B5B5;
	border-radius: 3px;
}
#order_comments{
	padding: 20px;
	width: 100% !important;
	border-radius: 0px !important;
	border: 1px solid #2E2E2E !important;
}
#gform_wrapper_3{
	margin-top: 0px !important;
}
#gform_submit_button_3{
	color: #2E2E2E !important;
	font-weight: bold !important;
	font-family: 'Barlow', sans-serif !important;
	font-size: 18px !important;
	line-height: 20px !important;
	padding: 10px !important;
	display: block !important;
	max-width: 165px !important;
	background-color: #44b2e5 !important;
	border-radius: 0px !important;
	border: 0px !important;
	height: 46px !important;
	border-radius: 3px !important;
	margin-right: 0px !important;
	width: 100% !important;
	text-transform: uppercase !important;
}
#gform_submit_button_3:hover{
	background-color: #56c4f7 !important;
}
.woocommerce-order-received form.aws-search-form.aws-show-clear div.aws-wrapper input.aws-search-field{

	width: 100% !important;
	max-width: 100% !important;
	color: #313131 !important;
	padding: 6px !important;
	line-height: 30px !important;
	display: block !important;
	font-size: 12px !important;
	position: relative !important;
	z-index: 2 !important;
	-webkit-appearance: none !important;
	height: 100% !important;
	margin: 0 !important !important;
	border: 1px solid #d8d8d8 !important;
	outline: 0 !important;
	padding-right: 40px !important;
}
.product-tab-right section.products{
	display: none !important;
}
.woocommerce .product-recent-view ul.products.columns-3 li.product, .woocommerce-page .product-recent-view ul.products.columns-3 li.product{
	width: calc((100% / 3) - 70px) !important;
	min-height: auto;
	margin-right: 25px !important;
	clear: unset !important;
}
.product-recent-view{
	max-width: 767px;
	margin: 0 auto;
}
div.product-recent-view  a.button{
	display: none;
}
.product-recent-view > .page-container > .products > h2 {
    color: #44b2e5;
    font-weight: bold;
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 35px;
	margin-top: 45px;
}
#gform_4 input[type="text"]{
	width: 100% !important;
	height: 60px !important;
	border: 1px solid #B5B5B5;
	border-radius: 3px;
	padding: 20px;
}
#gform_4 li.hidden_label input{
	margin-top: 6px;
}
#gform_submit_button_4{
	color: #2E2E2E !important;
	font-family: 'Barlow', sans-serif !important;
	font-weight: bold !important;
	font-size: 18px !important;
	line-height: 20px !important;
	padding: 10px !important;
	display: block !important;
	max-width: 165px !important;
	background-color: #44b2e5 !important;
	border-radius: 0px !important;
	border: 0px !important;
	height: 46px !important;
	border-radius: 3px !important;
	margin-right: 0px !important;
	width: 100% !important;
	text-transform: uppercase !important;
}
#gform_submit_button_4:hover{
	background-color: #56c4f7 !important;
}
.news{
	padding-top: 40px;
}
.news, .similar-news-inner{
	display: block;
	width: calc(100% + 40px);
	margin-right: -20px;
	margin-left: -20px;
}
.news-item{
	display: block;
	float: left;
	width: 50%;
	padding-left: 20px;
	padding-right: 20px;
	box-sizing: border-box;
}
.news-content{
	padding-bottom: 90px;
}
.news-content .news-item{
	padding-top: 20px;
	padding-bottom: 20px;
}
.news-item-inner{
	margin: 0 auto;
	cursor: pointer;
}
.news-item .news-feature-img{
	height: 255px;
	width: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: all .75s;
    -moz-transition: all .75s;
    -o-transition: all .75s;
    transition: all .75s;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.news-item-inner:hover .news-feature-img{
	margin: 0 auto;
	-ms-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: all .75s;
    -moz-transition: all .75s;
    -o-transition: all .75s;
    transition: all .75s;
}
.news-item .img-hover-zoom {
    overflow: hidden;
}
.news-info a{
	text-decoration: none;
	display: inline-block;
}
.news-info a h5{
	text-transform: capitalize;
	color: #2E2E2E;
	font-size: 24px;
	line-height: 34px;
	font-weight: bold;
	margin-bottom: 30px;
	margin-top: 30px;
}
.news-info a:hover h5{
	text-decoration: none;
}
.news-info{
	margin-bottom: 30px;
}
div.navigation{
	padding-top: 60px;
	padding-bottom: 90px;
}
div.navigation ol{
	text-align: center;
}
div.navigation ol li{
	line-height: 30px !important;
	display: inline-block !important;
}
div.navigation ol li a{
	border-radius: 0% !important;
	border: 0 !important;
	opacity: 0.4 !important;
	color: #58595B !important;
	font-size: 22px !important;
	line-height: 32px !important;
	background-color: transparent !important;
	padding: 0px 15px !important;
	margin: 0px !important;
	font-weight: bold !important;
	font-family: 'Barlow', sans-serif !important;
	-o-transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
  	transition: all 500ms ease-in-out;
}
div.navigation ol li a:hover{
	border: 0 !important;
	color: #58595B !important;
	opacity: 1 !important;
	background-color: transparent !important;
	-o-transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
  	transition: all 500ms ease-in-out;
}
div.navigation ol li span.current{
	border: 0 !important;
	color: #58595B !important;
	background-color: transparent !important;
	border-radius: 0% !important;
	font-size: 22px !important;
	line-height: 32px !important;
	font-weight: bold !important;
	padding: 0px !important;
	opacity: 1 !important;
	-o-transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
  	transition: all 500ms ease-in-out;
}
.wp-paginate.wpp-modern-grey .current{
	opacity: 1 !important;
	-o-transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
  	transition: all 500ms ease-in-out;
}
div.navigation ol li a.next i, div.navigation ol li a.prev i{
	font-size: 18px !important;
	line-height: 32px;
	border: 0px !important;
	/*opacity: 0.4 !important;*/
	color: #58595B !important;
	-o-transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
  	transition: all 500ms ease-in-out;
}
#coupon_code{
	width: 145px !important;
}
div.navigation ol li a.next i{
	margin-left: 10px;
}
div.navigation ol li a.prev i{
	margin-right: 10px;
}
div.navigation ol li a.next:hover i, div.navigation ol li a.prev:hover i{
	opacity: 1 !important;
	color: #58595B !important;
	-o-transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
  	transition: all 500ms ease-in-out;
}
div.navigation ol li a.next, div.navigation ol li a.prev{
	padding: 0 !important;
}
div.navigation ol li a.next{
	position: relative !important;
	left: 10px !important;
}
div.navigation ol li a.prev{
	position: relative !important;
	right: 10px !important;
}
.clearfix:after {
    content: "";
  	display: table;
  	clear: both;
}
.post-content{
	padding-bottom: 60px;
	padding-top: 30px;
}
.bolg-image{
	margin-bottom: 60px;
}
.post-content h4{
	padding-bottom: 15px;
}
.post-footer{
	text-align: center;
	padding-bottom: 60px;
}
.post-divide-line{
	border: 1px solid #D8D8D8;
}
.post-footer a{
	color: #58595B;
	font-size: 22px;
	line-height: 32px;
	font-weight: bold;
	opacity: 0.4;
	-o-transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
  	transition: all 500ms ease-in-out;
}
.post-footer a:hover{
	opacity: 1;
	color: #58595B;
	-o-transition: all 500ms ease-in-out;
	-webkit-transition: all 500ms ease-in-out;
	-ms-transition: all 500ms ease-in-out;
	-moz-transition: all 500ms ease-in-out;
  	transition: all 500ms ease-in-out;
}
.post-link-left {
	margin-right: 45px;
}
.post-link-left i{
	margin-right: 15px;
	font-size: 18px;
	line-height: 32px;	
}
.post-link-right i{
	margin-left: 15px;	
	font-size: 18px;
	line-height: 32px;	
}
.similar-news{
	padding-top: 90px;
	padding-bottom: 90px;
}
.similar-news h3{
	font-size: 28px;
	line-height: 38px;
	color: #2E2E2E;
	font-weight: bold;
	margin-bottom: 60px;
	padding-left: 20px;
}
.post-content a{
	color: #44b2e5;
}
.post-content a:hover{
	text-decoration: underline;
}
.swnza_banner{
	position: relative !important;
}
.woocommerce ul.order_details li{
	font-size: 14px;
  	font-weight: 400;
  	line-height: 24px;
}
.continueBtn{
	color: #2E2E2E !important;
	font-family: 'Barlow', sans-serif !important;
	font-weight: bold !important;
	font-size: 18px !important;
	line-height: 28px !important;
	padding: 10px !important;
	display: block !important;
	max-width: 195px !important;
	background-color: #44b2e5 !important;
	border-radius: 0px !important;
	border: 0px !important;
	border-radius: 3px !important;
	margin-right: 0px !important;
	width: 100% !important;
	text-transform: uppercase !important;
	text-align: center;
	margin-bottom: 30px;
	float: left;
}
.contactBtn{
	color: #2E2E2E !important;
	font-family: 'Barlow', sans-serif !important;
	font-weight: bold !important;
	font-size: 18px !important;
	line-height: 28px !important;
	padding: 10px !important;
	display: block !important;
	max-width: 225px !important;
	background-color: #44b2e5 !important;
	border-radius: 0px !important;
	border: 0px !important;
	border-radius: 3px !important;
	margin-right: 0px !important;
	width: 100% !important;
	text-transform: uppercase !important;
	text-align: center;
	margin-bottom: 30px;
}
.contactBtn:hover,
.continueBtn:hover
{
	background-color: #56c4f7 !important;
}
.woocommerce ul#shipping_method li label{
	font-size: 18px;
	font-weight: 400;
	line-height: 30px;
	position: relative;
	top: 6px;
}
.woocommerce ul.products li.product a{
	display: block;
}
.woocommerce a.remove:hover{
	background: #44b2e5;
}
.woocommerce a.remove{
	color: #44b2e5 !important;
}
.woocommerce-message a{
	font-size: 18px;
	color: #44b2e5;
}
.freeShipping {
	color: #44b2e5;
}
nav.woocommerce-MyAccount-navigation ul{
	list-style: none;
	padding-left: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	max-width: 280px;
}
nav.woocommerce-MyAccount-navigation ul li{
	border-radius: 25px;
	background-color: #fafafa;
	margin-bottom: 15px;
	transition: all 500ms linear;
	-o-transition: all 500ms linear;
	-webkit-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
}
nav.woocommerce-MyAccount-navigation ul li.is-active{
	background-color: #44b2e5;
}
nav.woocommerce-MyAccount-navigation ul li.is-active a{
	color: #000000;
}
nav.woocommerce-MyAccount-navigation ul li a{
	color: #44b2e5;
	font-size: 18px;
	line-height: 28px;
	font-weight: 400;
	font-family: 'Barlow', sans-serif;
	margin-bottom: 0px;
	text-decoration: none;
	padding: 10px 20px;
	display: block;
	transition: all 500ms linear;
	-o-transition: all 500ms linear;
	-webkit-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
}
nav.woocommerce-MyAccount-navigation ul li:hover{
	background-color: #44b2e5;
	transition: all 500ms linear;
	-o-transition: all 500ms linear;
	-webkit-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
}
nav.woocommerce-MyAccount-navigation ul li:hover a{
	color: #000000;
	transition: all 500ms linear;
	-o-transition: all 500ms linear;
	-webkit-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
}
.woocommerce-MyAccount-content p{
	color: #000000;
	font-size: 18px;
	line-height: 28px !important;
	font-weight: 400;
	font-family: 'Barlow', sans-serif !important;
	margin-bottom: 15px;
}
.woocommerce-MyAccount-content a{
	color: #44b2e5;
	font-size: 18px;
	line-height: 28px !important;
	font-weight: 400;
	font-family: 'Barlow', sans-serif !important;
	margin-bottom: 15px;
}
.woocommerce-MyAccount-content a:hover{
	text-decoration: underline;
}
.woocommerce-form-login input#username, .woocommerce-form-login input#password, .woocommerce-ResetPassword input#user_login, .woocommerce-ResetPassword input#password_1, .woocommerce-ResetPassword input#password_2, .woocommerce-checkout input#billing_first_name, .woocommerce-checkout input#billing_last_name, .woocommerce-checkout input#billing_email, .woocommerce-EditAccountForm input#account_first_name, .woocommerce-EditAccountForm input#account_last_name, .woocommerce-EditAccountForm input#account_display_name, .woocommerce-EditAccountForm input#account_email, .woocommerce-EditAccountForm input#password_current, .woocommerce-EditAccountForm input#password_1, .woocommerce-EditAccountForm input#password_2, #coupon_code,
.woocommerce form .form-row input.input-text{
	border-radius: 0px !important;
	border: 1px solid #2E2E2E !important;
	height: 40px !important;
	font-size: 18px !important;
	padding: 5px 10px !important;
	line-height: 30px !important;
	color: #2E2E2E !important;
	font-family: 'Barlow', sans-serif !important;
	font-weight: 400 !important;
}
dt.variation-SoldbythemetreSpecifythelengthofcablerequired{
	font-weight: bold;
}
form.woocommerce-EditAccountForm fieldset legend{
	color: #000000;
	font-size: 18px;
	line-height: 28px !important;
	font-weight: 400;
	font-family: 'Barlow', sans-serif !important;
}
form.woocommerce-EditAccountForm div.clear,
.woocommerce-ResetPassword div.clear{
	display: none;
}
form.woocommerce-EditAccountForm button.button{
	color: #454545 !important;
	font-size: 18px !important;
	font-weight: bold !important;
	line-height: 20px !important;
	background-color: #44b2e5 !important;
	padding: 15px !important;
	/*width: 165px !important;*/
	margin-top: 30px !important;
	border-radius: 3px !important;
	float: right !important;
	text-transform: uppercase !important;
}
form.woocommerce-EditAccountForm button.button:hover {
  	background-color: #56c4f7 !important;
}
.woocommerce #payment #place_order:hover, .woocommerce-page #payment #place_order:hover{
  	background-color: #56c4f7 !important;
}
.woocommerce-account .page-content{
	padding-top: 60px;
	padding-bottom: 60px;
}
.woocommerce table.shop_table td{
	font-size: 18px;
	line-height: 28px;
	color: #2E2E2E !important;	
	font-weight: 400;
	font-family: 'Barlow', sans-serif !important;
}
.woocommerce table.shop_table th{
	font-size: 18px !important;
	line-height: 28px !important;
	color: #2E2E2E !important;	
	font-family: 'Barlow', sans-serif !important;
}
.account-logo{
	width: 30px;
	position: relative;
	top: -5px;
}
.woocommerce table.shop_table{
	border-collapse: collapse !important;
}
#customer_login{
	font-size: 18px !important;
	line-height: 28px !important;
	font-weight: 400 !important;
	color: #2E2E2E !important;	
	font-family: 'Barlow', sans-serif !important;
}
#customer_login a{
	font-size: 18px !important;
	line-height: 28px !important;
	font-weight: 400 !important;
	color: #44b2e5 !important;	
	font-family: 'Barlow', sans-serif !important;
}
#customer_login .col-1{
	margin-right: 20px;
	float: left;
	width: calc(50% - 20px);
	clear: unset;
}
#customer_login .col-2{
	margin-left: 20px;
	float: left;
	width: calc(50% - 20px);
	clear: unset;
}
#customer_login h2{
	font-size: 26px;
	font-weight: bold;
	line-height: 36px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.woocommerce-form-login__submit,
.woocommerce-form-register__submit,
form.woocommerce-ResetPassword button.woocommerce-Button{
	color: #454545 !important;
	font-size: 18px !important;
	font-weight: bold !important;
	line-height: 20px !important;
	background-color: #44b2e5 !important;
	padding: 15px !important;
	/*width: 165px !important;*/
	margin-top: 0px !important;
	border-radius: 3px !important;
	text-transform: uppercase !important;
}
form.woocommerce-ResetPassword button.woocommerce-Button{
	clear: both;
  	display: block;
}
ul.woocommerce-error li{
	margin-left: 30px !important;
	line-height: 18px !important;
}
.woocommerce-error::before{
	top: 13px;
}
.woocommerce-form-login__submit:hover,
.woocommerce-form-register__submit:hover,
form.woocommerce-ResetPassword button.woocommerce-Button:hover {
  	background-color: #56c4f7 !important;
}
.woocommerce form .show-password-input, .woocommerce-page form .show-password-input{
/* 	top: 6px; */
}
#customer_login input[type="email"],
.woocommerce form .password-input input[type="password"], 
.woocommerce-page form .password-input input[type="password"],
.woocommerce-page form .password-input input[type="text"]{
	border-radius: 0px !important;
	border: 1px solid #2E2E2E !important;
	height: 40px !important;
	font-size: 18px !important;
	padding: 5px 10px !important;
	line-height: 30px !important;
	color: #2E2E2E !important;
	font-family: 'Barlow', sans-serif !important;
	font-weight: 400 !important;
}
#order_review table.shop_table th{
	width: 55%;
}
#order_review table.shop_table td{
	width: 45%;
	/*word-break: break-word;*/
}
.fa-lg{
  	font-size: 15px;
  	color: #44b2e5;
  	position: relative;
  	top: 4px;
}
.woocommerce-price-suffix{
	font-size: 12px;
	line-height: 22px;
}
.quote-logo{
	position: relative;
}
.top-right .right-inner .quote-link a span.qty {
  position: absolute;
  top: -8px;
  right: -8px;
  border-radius: 50%;
  box-sizing: border-box;
  padding: 4px 0 0 0;
  width: 22px;
  height: 22px;
  background: #44b2e5;
  color: #000;
  font-size: 14px;
  text-align: center;
  line-height: 1;
}
.woocommerce-info a,
.woocommerce-info a:hover,
.lost_password a,
.lost_password a:hover{
	color: #44b2e5 !important;
}
#rememberme, #ship-to-different-address-checkbox{
	height: auto !important;
}
.product-recent-view ul.products li.product .price{
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
	color: #2E2E2E;
	text-align: center;
	margin-bottom: 25px;
}
.product-recent-view ul.products li.product .button{
	display: none;
}
.extraProductNote input[type="text"] {
  width: 100% !important;
  border: 1px solid #B5B5B5;
  border-radius: 3px;
  padding: 15px;
  box-sizing: border-box;
}
.woocommerce td.product-name dl.variation{
	margin-top: 0px;
}
.woocommerce-product-details__short-description a{
	color: #44b2e5;
}
.woocommerce-product-details__short-description a:hover{
	color: #44b2e5;
	text-decoration: underline;
}
.extra-flate-subtitle::before{
	display: none;
}
.stock.in-stock{
	display: none;
}
.extra-flate-subtitle {
    background-color: #fff;
    color: #2E2E2E;
    text-align: left;
    font-size: 18px;
    line-height: 28px;
    padding: 0;
    border-radius: 0;
    width: 100%;
    position: relative;
    font-style: italic;
}
.woocommerce-account .content-container{
	max-width: 1110px;
}/*
.woocommerce table.my_account_orders .button.view{
	margin-right: 10px;
}*/
.woocommerce table.my_account_orders .button{
	padding: 5px 10px;
	margin: 10px;
}
.banner-content a{
	margin-top: 30px !important;
	color: #2E2E2E !important;
	font-family: 'Barlow', sans-serif !important;
	font-weight: bold !important;
	font-size: 18px !important;
	line-height: 20px !important;
	padding: 10px !important;
	display: block !important;
	max-width: 165px !important;
	background-color: #44b2e5 !important;
	border-radius: 0px !important;
	border: 0px !important;
	text-align: center !important;
	border-radius: 3px !important;
	margin-right: 0px !important;
	width: 100% !important;
	text-transform: uppercase !important;
	position: relative !important;
/* 	left: 40px !important; */
}
.banner-content a:hover {
  background-color: #56c4f7 !important;
}
.footer-img{
	display: table;
	width: 100%;
	margin-bottom: 40px;
}
.footer-img img{
	max-width: 230px;
}
#gform_5 ul li.gfield{
	margin-top: 0px !important;
	margin-bottom: 30px !important;
}
#gform_5 .no-label label{
	display: none;
}
#gform_5 .left-input{
	width: 50%;
	float: left;
	display: block;
	margin-bottom: 40px;
	margin-top: 0px !important;
	clear: unset !important;
}
#gform_5 .right-input{
	margin-bottom: 40px;
	margin-top: 0px !important;
	clear: unset !important;
	width: 50%;
	float: left;
	display: block;
}
#gform_5 input[type="text"]{
	width: 100% !important;
	height: 60px !important;
	border: 1px solid #B5B5B5;
	border-radius: 3px;
	padding: 20px;
}
#gform_5 textarea{
	padding: 20px;
	width: 100% !important;
	border: 1px solid #B5B5B5;
	border-radius: 3px;
}
#gform_wrapper_5{
	margin-top: 0px !important;
}
form#gform_5 div.gform_body ul li.left-input div.ginput_container, form#gform_5 div.gform_body ul li.right-input div.ginput_container{
	margin-top: 0px !important;
}
form#gform_5 div.gform_footer.top_label{
	margin-top: 0px !important;
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
#gform_submit_button_5{
	color: #2E2E2E !important;
	font-family: 'Barlow', sans-serif !important;
	font-weight: bold !important;
	font-size: 18px !important;
	line-height: 20px !important;
	padding: 10px !important;
	display: block !important;
	max-width: 165px !important;
	background-color: #44b2e5 !important;
	border-radius: 0px !important;
	border: 0px !important;
	height: 46px !important;
	border-radius: 3px !important;
	margin-right: 0px !important;
	width: 100% !important;
	text-transform: uppercase !important;
}
#gform_submit_button_5:hover{
	background-color: #56c4f7 !important;
}
#ship-to-different-address{
	font-size: 18px;
	font-weight: 400;
}
.banner-content a.sliderBtn{
	position: relative !important;
	border-radius: 4px !important;
	background-color: #44b2e5 !important;
	font-size: 15px !important;
	line-height: 23px !important;
	text-align: center !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
	padding: 10px 15px !important;
	width: 160px !important;
	display: block !important;
	margin-top: 40px !important;
	color: #fff !important;
	-o-transition: all 500ms ease-in-out !important;
	-webkit-transition: all 500ms ease-in-out !important;
	-ms-transition: all 500ms ease-in-out !important;
	-moz-transition: all 500ms ease-in-out !important;
  	transition: all 500ms ease-in-out !important;
}
.banner-content a.sliderBtn:hover{
	background-color: #56c4f7 !important;
	text-decoration: none !important;
	-o-transition: all 500ms ease-in-out !important;
	-webkit-transition: all 500ms ease-in-out !important;
	-ms-transition: all 500ms ease-in-out !important;
	-moz-transition: all 500ms ease-in-out !important;
  	transition: all 500ms ease-in-out !important;
}
@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
}
@media(max-width: 1200px){
	.carousel-control.left{
		left: 0px;
	}
	.carousel-control.right {
		right: 0px;
	}
	.banner-content h1{
		margin-right: 0px;
	}
	.banefit-outter {
	    width: 100%;
	    margin-left: 0px;
	    margin-right: 0px;
	}
	.banefit {
	    width: calc((100% / 3) - 30px);
	    padding-left: 15px;
	    padding-right: 15px;
	}
}
@media(max-width: 1135px){
	.product-details-right{
		width: 100%;
		display: table;
		float: none;
		clear: both;
		margin-left: 0;
		max-width: 365px;
	}
	div.product-details-left .woocommerce-product-gallery {
		height: 100% !important;
	}
	.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product{
		width: calc(50% - 75px) !important;
	}
	.woocommerce .product-recent-view ul.products.columns-3 li.product, .woocommerce-page .product-recent-view ul.products.columns-3 li.product {
		width: calc((100% / 3) - 70px) !important;
		min-height: auto !important;
	}
	.woocommerce .product-recent-view ul.products.columns-3 li.product:nth-of-type(2n+1), .woocommerce-page .product-recent-view ul.products.columns-3 li.product:nth-of-type(2n+1)
	{
		clear: unset;
	}
	.woocommerce ul.products li.first, .woocommerce-page ul.products li.first{
		clear: unset !important;
	}
	.woocommerce ul.products li.last, .woocommerce-page ul.products li.last{
		margin-right: 25px !important;
	}
	/*.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
		min-height: unset !important;
	}*/
	.product-learn-more{
		position: unset !important;
	}
	.woocommerce ul.products li.product:nth-of-type(2n+1){
		clear: left;
	}
	nav#site-navigation.main-navigation div.menu-page-menu-container ul#primary-menu.menu li a{
		padding: 15px 10px;
	}
}
@media(max-width: 1125px){
	.banner-content h1{
		margin-right: 15px;
	}
}
@media(max-width: 1110px){
	/*.main-navigation{
		width: 60%;
	}
	.site-branding{
		width: 40%;
	}*/
	.banner-content h1{
		font-size: 55px;
		line-height: 65px;
		padding: 25px 15px;
	}
	.product-left, .product-tab-left{
		width: calc(35% - 20px);
	    margin-right: 20px;
	}
	.product-right, .product-tab-right {
	    width: calc(65% - 20px);
	    margin-left: 20px;
	}
	/*.feature-image-outter {
	    max-width: 575px;
	}*/
	.woocommerce div.product form.cart .variations{
		max-width: 580px;
	}
}
@media(max-width: 1099px){
	.news-item{
		padding-left: 15px;
		padding-right: 15px;
	}
	.post-content {
	    padding-bottom: 40px;
	    padding-top: 20px;
	}
	.bolg-image{
		margin-bottom: 40px;
	}
	.similar-news{
		padding-top: 75px;
		padding-bottom: 75px;
	}
	.similar-news h3{
		padding-left: 15px;
	}
	.news{
		padding-top: 20px;
	}
	.news-info a h5{
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.news-info{
		margin-bottom: 20px;
	}
	.news, .similar-news-inner {
	    width: calc(100% + 30px);
	    margin-right: -15px;
	    margin-left: -15px;
	}
	.product-details-left, .product-details-right {
	    width: 100%;
	    display: block;
	    float: none;
	    margin-left: 0px;
	    margin-right: 0px;
	}
	.product-details-left{
		margin-bottom: 30px;
		margin-top: 30px;
	}
	.single_add_to_cart_button{
		float: left !important;
	    margin-left: 30px !important;
	}
	.top-left{
		width: 67%;
	}
	.top-right{
		width: 33%;
	}
	.website-search{
		max-width: 215px;
	}
	.divide-line{
		margin-left: 4px;
		margin-right: 4px;
	}
	.top-left a img, .top-right a img{
		margin-right: 0px;
	}
	.footer-img img{
		margin: 0 auto;
	}
	.footer-1, .footer-2{
		width: 50%;
		margin-bottom: 30px;
	}
	.footerInner{
		max-width: 215px;
		margin: 0 auto;
	}
	.footer-3, .footer-4{
		width: 50%;
	}
}
@media(max-width: 1015px){
	.site-branding{
		width: 30%;
	}
	.main-navigation{
		width: 70%;
	}
}	
/*@media(max-width: 966px){
	.top-right {
		position: relative;
		top: 12px;
	}
}*/
@media(max-width: 991px){
	h2{
		font-size: 45px;
		line-height: 55px;
	}
	.home-product{
		max-width: 345px !important;
	}
	.post-content {
	    padding-bottom: 20px;
	    padding-top: 0px;
	}
	.bolg-image{
		margin-bottom: 20px;
	}
	.post-footer{
		padding-bottom: 40px;
	}
	.similar-news{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	div.navigation{
		padding-bottom: 75px;
	}
	.similar-news h3{
		padding-left: 10px;
	}
	.news-item{
		padding-left: 10px;
		padding-right: 10px;
	}
	.news-info a h5{
		margin-bottom: 15px;
		margin-top: 15px;
	}
	.news-info{
		margin-bottom: 15px;
	}
	.news, .similar-news-inner {
	    width: calc(100% + 20px);
	    margin-right: -10px;
	    margin-left: -10px;
	}
	nav#site-navigation.main-navigation div.menu-page-menu-container ul#primary-menu.menu li a{
		padding-left: 5px;
		padding-right: 5px;
	}
	.product-left, .product-tab-left{
		width: calc(40% - 10px);
	    margin-right: 10px;
	}
	.product-right, .product-tab-right {
	    width: calc(60% - 10px);
	    margin-left: 10px;
	}
	.two-columns, .our-products {
	    padding-top: 100px;
	    padding-bottom: 100px;
	}
	.banner-content h1{
		font-size: 50px;
		line-height: 60px;
		padding: 25px 15px;
		max-width: 615px;
	}
	.banefit{
		width: 100%;
		float: none;
		clear: both;
		padding: 0px;
		max-width: 345px;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.banefit:last-child{
		margin-bottom: 0px;
	}
	.home-banefit .page-container{
		display: block;
		width: auto;
	}
	.our-products-heading{
		width: 100%;
		margin-right: 0px;
		float: none;
	}
	.our-products-lists{
		width: 100%;
		margin-left: 0px;
		float: none;
		margin-top: 45px;
	}
	.feature-image{
		height: 470px !important;
	}
	.footer-bottom{
		padding-bottom: 40px;
	}
	.website-search {
	  max-width: 185px;
	}
	.top-left{
		width: 71%;
	}
	.top-right{
		width: 28%;
	}
}
@media(max-width: 925px){
	header#masthead.site-header div.page-container div.site-branding a img{
		width: 290px;
	}
	.top-right{
		display: none;
	}
	.top-left{
		width: 100% !important;
	}
	.mobmenur-container{
		top: 10px !important;
	}
}
@media(max-width: 870px){
	.site-branding{
		width: 30%;
	}
	.main-navigation{
		width: 70%;
	}
	.main-navigation{
		height: 56px;
	}
	header#masthead.site-header div.page-container div.site-branding a img {
	    max-width: 100%;
	}
}
@media(max-width: 767px){
	.banner-content a{
		left: 0px !important;
	}
	.extra-flate-subtitle{
		margin-left: 0px !important;
	}
	#order_review table.shop_table td.product-code{
		word-break: break-all;
	}
	.freeShipping, .divide-line.last{
		display: none;
	}
	h2{
		font-size: 38px;
		line-height: 48px;
	}
	.blog div.page-heading div.content-container h2{
		text-align: center;
	}
	.similar-news h3{
		text-align: center;
		padding-left: 0px;
	}
	.similar-news h3{
		margin-bottom: 45px;
	}
	.news-item{
		padding-left: 0px;
		padding-right: 0px;
		width: 100%;
		float: none;
		clear: both;
		max-width: 365px;
		margin: 0 auto;
	}
	div.navigation{
		padding-top: 45px;
		padding-bottom: 45px;
	}
	.news, .similar-news-inner {
	    width: 100%;
	    margin-right: 0px;
	    margin-left: 0px;
	}
	div#top-slider div.carousel-inner div.item{
		height: 525px !important;
	}
	div#top-slider div.carousel-inner div.item div.page-container div.carousel-caption.top-slider-caption.toggleCaption div.carousel-caption-inner div.banner-content h2{
		font-size: 32px;
		line-height: 42px;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	header#masthead.site-header div.page-container div.site-branding a img {
	    max-width: 290px;
	}
	.product-left-inner{
		margin: 0 auto;
		max-width: 100%;
	}
	.feature-image-outter {
	    /*max-width: 575px;*/
	    margin: 0 auto;
	}
	.product-details-right{
		max-width: 575px;
	    margin: 0 auto;
	}
	.feature-image{
		margin: 0 auto;
	}
	#site-navigation{
		display: none !important;
	}
	.woocommerce-page.columns-3 ul.products li.product, .woocommerce.columns-3 ul.products li.product{
		width: calc(100% - 45px) !important;
		max-width: 275px;
		margin: 50px auto !important;
		clear: both !important;
		float: unset !important;
	}
	.product-recent-view > .page-container > .products > h2{
		margin-bottom: 0px;
		text-align:center;
	}
	.woocommerce .product-recent-view ul.products.columns-3 li.product, .woocommerce-page .product-recent-view ul.products.columns-3 li.product{
		width: calc(100% - 45px) !important;
		max-width: 275px;
		margin: 25px auto !important;
		clear: both !important;
		float: unset !important;
	}
	.woocommerce ul.products[class*=columns-] li.product:nth-child(2n), .woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n){
		float: none !important;
	}
	.two-columns, .our-products, .home-banefit {
	    padding-top: 75px;
	    padding-bottom: 75px;
	}
	div.product-tabs div.page-container div.product-tab-inner div.product-tab-right div.woocommerce-tabs ul.tabs li{
		width: calc(25% - 30px);
	}
	div.product-tabs div.page-container div.product-tab-inner div.product-tab-right div.woocommerce-tabs ul.tabs li:nth-of-type(4n+1){
		clear: left;
		padding-left: 0px;
	}
	div.product-tabs div.page-container div.product-tab-inner div.product-tab-right div.woocommerce-tabs ul.tabs li{
		padding-left: 15px;
		padding-right: 15px;
	}
	.product-left, .product-sidebar{
		width: 100%;
		display: block;
		float: none;
		clear: both;
		margin-right: 0px;
	}
	.product-right, .product-lists{
		margin-left: 0px;
		width: 100%;
		display: block;
		float: none;
		clear: both;
	}
	.product-tab-left{
		display: none;
	}
	.product-tab-right{
		width: 100%;
		margin-left: 0px;
	}
	.mob-menu-left-panel .mobmenu-left-bt, .mob-menu-right-panel .mobmenu-right-bt{
		top: 10px !important;
	}
	.mob-cancel-button{
		z-index: 100 !important;
	}
	.mob-menu-header-holder{
		height: 0px !important;
	}
	.mobmenur-container{
		top: 10px !important;
	}
	.top-right{
/* 		display: inline-block; */
	}
	.banner-content h1{
		font-size: 45px;
		line-height: 55px;
		padding: 20px 15px;
		max-width: 535px;
		float: none;
		text-align: center;
		margin-right: 0px;
	}
	.home-banner .page-container{
		width: auto;
	}
	.left-column, .right-column {
	    width: 100%;
	    display: block;
	    float: none;
	    margin-right: 0px;
	    margin-left: 0px;
	    max-width: 412px;
	    margin: 0 auto;
	    margin-bottom: 45px;
	}
	.right-column {
		margin-bottom: 0px;
	}
	.home-product:nth-of-type(1) {
	    margin-right: 0px;
	}
	.home-product:nth-of-type(2) {
	    margin-left: 0px;
	}
	.home-product {
	    border: 2px solid #44b2e5;
	    padding: 40px;
	    width: 100%;
	    display: block;
	    float: none;
	    clear: both;
	    max-width: 285px;
	    margin: 0 auto !important;
		padding-bottom: 0px;
	}
	.home-product:first-child{
		margin-bottom: 30px !important;
	}
	.footer-1, .footer-2, .footer-3, .footer-4{
		width: 100%;
	    display: block;
	    float: none;
	    clear: both;
	    max-width: 320px;
	    margin:  0 auto;
	    margin-bottom: 30px;
	}
	.footer-4{
		margin-bottom: 0px;
	}
	.footer-bottom-inner {
	    width: 100%;
	    float: none;
	    clear: both;
	    text-align: center;
	}
	.full-width{
		padding-top: 50px;
		padding-bottom: 50px;
	}
	.two-column{
		padding-bottom: 50px;
		padding-top: 50px;
		display: block;
		width: 100% !important;
	}
	.column-left, .column-right{
		width: 100% !important;
		float: none;
		display: block;
		clear: both;
		padding-left: 0px;
		padding-right: 0px;
	}
	.column-left{
		padding-bottom: 15px;
	}
	.column-right{
		padding-top: 15px;
	}
	.column-left img, .column-right img{
		display: block;
		margin: 0px auto;
	}
	#gform_2 .left-input, #gform_2 .right-input{
		width: 100% !important;
	}
	.carousel-caption {

	    right: unset !important;
	    left: unset !important;
	    padding-bottom: 0 !important;
	    top: 20% !important;
	    position: relative !important;
	    bottom: unset !important;
	    padding-top: 0 !important;
	    padding-bottom: 0 !important;
	    text-align: unset !important;
	    text-shadow: unset !important;
	    margin: 0 auto !important;
	    text-align: center;
	    max-width: 565px !important;

	}
	.slider-control{
		display: none;
	}
	.woocommerce ul.products li.product, .woocommerce-page ul.products li.product{
		min-height: 500px;
	}
}
@media(max-width: 766px){
	.top-right{
		display: none;
	}
	.top-left{
		width: 100% !important;
	}
}
@media(max-width: 600px){
	div.product-tabs div.page-container div.product-tab-inner div.product-tab-right div.woocommerce-tabs ul.tabs li{
		width: calc((100% / 3) - 30px);
	}	
	div.product-tabs div.page-container div.product-tab-inner div.product-tab-right div.woocommerce-tabs ul.tabs li:nth-of-type(4n+1){
		clear: unset;
		padding-left: 15px;
	}
	div.product-tabs div.page-container div.product-tab-inner div.product-tab-right div.woocommerce-tabs ul.tabs li:nth-of-type(3n+1){
		clear: left;
		padding-left: 0px;
	}
}
@media(max-width: 515px){
	.feature-image {
	    height: 350px !important;
	}
	.home-product{
		padding: 20px;
		padding-bottom: 0px;
	}
	.home-product .product-add-cart{
		margin-left: -20px;
		width: 50%;
	}
	.home-product .learmore-button{
		margin-right: -20px;
	}
}
@media(max-width: 485px){
	.carousel-caption {
		top: 5% !important;
	}
	div#top-slider div.carousel-inner div.item{
		height: 475px !important;
	}
	div.product-tabs div.page-container div.product-tab-inner div.product-tab-right div.woocommerce-tabs ul.tabs li{
		width: calc((100% / 2) - 30px);
	}	
	div.product-tabs div.page-container div.product-tab-inner div.product-tab-right div.woocommerce-tabs ul.tabs li:nth-of-type(3n+1){
		clear: unset;
		padding-left: 15px;
	}
	div.product-tabs div.page-container div.product-tab-inner div.product-tab-right div.woocommerce-tabs ul.tabs li:nth-of-type(2n+1){
		clear: left;
		padding-left: 0px;
	}
	.divide-line{
		display: none;
	}
	.top-bar a{
		display: block;
		margin-bottom: 10px;
	}
	.top-bar a:last-child{
		margin-bottom: 0px;
	}
	.mobmenur-container{
		top: 35px !important;
	}
	.feature-image-outter {
		max-width: 290px !important;
	}
}
@media(max-width: 375px){
	.woocommerce div.product form.cart .button{
		clear: both;
	    margin-top: 25px;
	    margin-left: 0px !important;
	    max-width: 135px;
	}
	form.cart.form-styles fieldset.add{
		text-align: center;
	    margin: 0 auto;
	    max-width: 135px;
	}
}
