html {
	font-family: 'Gotham';
	/* 1 */
	-ms-text-size-adjust: 100%;
	/* 2 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
	overflow-x: hidden;
}

body {
	margin: 0;
	font-family: 'Gotham';
	font-size: 14px;
	color: #666666;
	overflow-x: hidden;
	background: #f1f4f6;
}

article, aside, details,
/* 1 */

figcaption, figure, footer, header, main,
/* 2 */

menu, nav, section, summary {
	/* 1 */
	display: block;
}

audio, canvas, progress, video, a, span {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

progress {
	vertical-align: baseline;
}

template,
/* 1 */

[hidden] {
	display: none;
}

a, button {
	background-color: transparent;
	/* 1 */
	-webkit-text-decoration-skip: objects;
	/* 2 */
	transition: all 0.3s ease;
}

a:active, a:hover {
	outline-width: 0;
}

abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

b, strong {
	font-weight: inherit;
}

b, strong {
	font-weight: bolder;
}

dfn {
	font-style: italic;
}

h1, h2, h3, h4, h5 {
	margin: 0 0 15px;
}

mark {
	background-color: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

img, i, a, span {
	border-style: none;
	transition: all 0.3s ease;
}

svg:not(:root) {
	overflow: hidden;
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

button, input, select, textarea {
	font: inherit;
	/* 1 */
	margin: 0;
	/* 2 */
}

optgroup {
	font-weight: bold;
}

button, input {
	/* 1 */
	overflow: visible;
}

button, select {
	/* 1 */
	text-transform: none;
}

button, html [type="button"],
/* 1 */

[type="reset"], [type="submit"] {
	-webkit-appearance: button;
	/* 2 */
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

textarea {
	overflow: auto;
}

[type="checkbox"], [type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: 0.54;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

a {
	color: #056839;
}

a:hover {
	color: #056839;
	text-decoration: none;
}

/******** Start Home Page CSS **********************************************************/


.logoArea {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	display: inline-block;
	width: auto;
	max-width: 150px;
	top: 10px;
	z-index:99;
}

.navigation {
	padding: 0;
	background: rgb(4, 12, 42);
	background: linear-gradient(-2deg, rgba(4, 12, 42, 1) 0%, rgba(28, 45, 91, 1) 100%);
	box-shadow: 0 0 13px rgba(0, 0, 0, 0.3);
	border-radius: 0;
	border: none;
}

.navigation .navbar-collapse {
	width: auto;
	flex-grow: unset;
	margin-left: -15px;
}

.navbar-dark .menu-item a {
	color: #fff;
	font-size: 17px;
	padding: 15px 15px 15px;
	text-transform: uppercase;
	outline: none;
	font-family: 'Futura';
	font-weight: 500;
	position: relative;
	line-height: normal;
}

.navbar .current-menu-item a::before, .navbar-dark .menu-item a:focus::before, .navbar-dark .menu-item a:hover::before {
	content: "";
	height: 10px;
	width: 50px;
	background: url('../images/navActive.png');
	position: absolute;
	bottom: 0;
	left: 20px;
	right: auto;
}

.navbar-dark .menu-item a:focus, .navbar-dark .menu-item a:hover {
	color: #056839;
}

.navbar-dark .active .menu-item a {
	color: #fff;
}

.extActions {
	display: flex;
	text-align: center;
	margin-right: -20px;
}

.extActions img {
	display: block;
	text-align: center;
	margin: 0 auto 5px;
}

.extActions a {
	padding: 15px 20px;
	border-left: solid 1px #233b7e;
	line-height: normal;
	font-family: 'Futura';
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	font-size: 17px;
}

.extActions a:hover {
	background: #056839;
}

.navbarBottom {
	line-height: 55px;
	background: #FFF;
}

.navbarBottom p {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}

.navbarBottom p span, table, ul {
	font-weight: 300;
	color: #333333;
}

.navbarBottom p a {
	font-weight: bold;
	color: #056839;
}

.navbarBottom p a:hover, .navbarBottom p a:focus {
	color: #1c2d5b;
}

.searchArea {
	text-align: right;
}

.searchBox {
	position: relative;
}

.searchBox input {
	text-align: left;
	border: 1px solid #cbcbcb;
	font-size: 13px;
	line-height: 35px;
	color: #999999;
	padding: 0 30px 0 15px;
	border-radius: 25px;
	max-width: 265px;
	width: 100%;
	font-weight: 300;
}
.searchBox input[type="submit"] {
	width: 50px;
	position: absolute;
	right: 0;
	top: 10px;
	z-index: 2;
	opacity: 0;
}

.searchBox input:focus {
	border: 1px solid #1c2d5b;
	outline: none;
	box-shadow: none;
}

.searchBox i {
	position: absolute;
	right: 15px;
	top: 19px;
	color: #1a7449;
	font-size: 16px;
	cursor: pointer;
}

.searchBox i:hover {
	color: #1c2d5b;
	;
}

.main_banner {
	padding: 0 0;
}

.carousel-inner a {width:100%;}
.carousel-inner .carousel-item {max-height:525px;}

.carousel-caption {
	position: absolute;
	right: 0;
	bottom: auto;
	left: 0;
	z-index: 0;
	padding-top: 0;
	padding-bottom: 0;
	color: #fff;
	text-align: left;
	max-width: 100%;
	top: 50%;
	transform: translateY(-50%);
	width: 90%;
	margin: auto;
}

.carousel-indicators {
	bottom: 60px;
}

.carousel-caption .captionBox {
	width: 50%;
	text-align: center;
	max-width: 450px;
}

.carousel-control-prev {
	width: 45px;
	opacity: 1;
	font-size: 40px;
	left: 15px;
	right: auto;
}

.carousel-control-next {
	width: 45px;
	opacity: 1;
	font-size: 40px;
	right: 15px;
	left: auto
}

.carousel-control-prev span {
	background: url('../images/prev.png') no-repeat center center / 100%;
	width: 44px;
	height: 42px;
}

.carousel-control-prev span.fa-angle-left::before {
	content: "\f104";
	position: absolute;
	top: 50%;
	color: #056839;
	transform: translateY(-50%);
	left: 8px;
}

.carousel-control-next span {
	background: url('../images/next.png') no-repeat center center / 100%;
	width: 44px;
	height: 42px;
}

.carousel-control-next span.fa-angle-right::before {
	position: absolute;
	top: 50%;
	color: #056839;
	transform: translateY(-50%);
	right: 8px;
}

.carousel-control-next span:hover::before {
	color: #1c2d5b;
}

.carousel-control-prev span:hover::before {
	color: #1c2d5b;
}

.captionBox img {
	margin: 0 0 15px;
	max-width: 110px;
}

.captionBox h2 {
	color: #fff;
	font-size: 48px;
	font-family: 'Futura';
	font-weight: 500;
	margin: 0 0 40px;
	text-transform: uppercase;
}

.captionBox h2 span {
	color: #fff;
	text-transform: uppercase;
	display: block;
	font-weight: 500;
	font-size: 24px;
	margin: 5px 0 0;
	font-family: 'Futura';
}

.captionBox a {
	color: #fff;
	display: inline-block;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	position: relative;
	padding: 0 60px 0 30px;
	line-height: 42px;
	border-radius: 25px;
	border: 1px solid #fff
}

.captionBox a img {
	position: absolute;
	top: 17px;
	right: 20px;
	margin: 0;
}

.captionBox a:hover {
	background: #089a55;
}

.captionBox a:hover img {
	right: 5px;
}

#shape {
	height: 0;
	width: 45px;
	border-top: 45px solid blue;
	border-right: 20px solid transparent;
	border-radius: 7px 0 0 7px;
}

.ourPromise {
	padding: 30px 0;
	background:#FFF;
}

.ourPromise h2 {
	color: #1c2d5b;
	font-size: 18px;
	font-family: 'Futura';
	font-weight: bold;
	margin: 0 0 0;
	text-transform: uppercase;
}

.ourPromiseBox img {
	float: left;
	margin-right: 15px;
	margin-top: 5px;
}

.ourPromiseBox p {
	padding-left: 40px;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
}

.ourPromiseBox p span {
	margin: 0;
	font-size: 13px;
	font-family: 'Gotham Book';
	font-weight: normal;
	color: #333333;
	display: block;
	text-transform: none;
}

.ourPromise ul {padding:0px; list-style:none; margin-bottom:0px;}
.ourPromise ul li {
    display:inline-block;
    width: 25%;
    margin-right: -5px;
    vertical-align: middle;
}

.ourPromise h2 {margin-bottom:0px;}

.extProducts {
	padding: 50px 0;
	background: #f4f4f4;
}

.extProducts img {
	width: 100%;
}

.extProBox {
	position: absolute;
	bottom: 30px;
	left: 45px;
	right: 45px;
	color: #fff;
}

.extProBox h2 {
	margin: 0 0 5px;
	font-size: 28px;
	font-family: 'Futura';
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}

.extProBox p {
	margin: 0 0 25px;
	font-size: 13px;
	font-family: 'Gotham Book';
	font-weight: normal;
	color: #fff;
}

a.moreBtn {
	color: #fff;
	display: inline-block;
	font-weight: bold;
	font-size: 14px;
	text-transform: uppercase;
	position: relative;
	padding: 0 50px 0 0;
	line-height: normal;
	border-radius: 25px;
	border: none;
}

a.moreBtn::after {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	height: 24px;
	border-radius: 50%;
	border: 1px solid #fff;
	width: 24px;
}

a.moreBtn img {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	margin: 0;
	max-width: 24px;
}

a.moreBtn:hover {
	color: #089a55;
}

a.moreBtn:hover img {
	right: 5px;
}

.featuredProducts {
	padding-top: 0;
}

.featuredProducts h3 {
	margin: 0 0 15px;
	font-size: 48px;
	font-family: 'Futura';
	font-weight: bold;
	color: #adb2c3;
	text-transform: uppercase;
	text-align: center;
}

.allDeals {
	padding: 0 0 50px;
	background: #f4f4f4;
}

.allDeals .owl-prev {
	position: absolute;
	left: -15px;
	color: #000;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	height: 43px;
	background: url('../images/owl_left.png') no-repeat center center / 100%;
}

.allDeals .owl-prev i {
	position: absolute;
	top: 4px;
	color: #fff;
	transform: ;
	font-size: 32px;
	left: 9px;
}

.allDeals .owl-next {
	position: absolute;
	right: -15px;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
	height: 43px;
	background: url('../images/owl_right.png') no-repeat center center / 100%;
}

.allDeals .owl-next i {
	position: absolute;
	top: 4px;
	color: #fff;
	font-size: 32px;
	right: 9px;
}

.dealsOwl .item {
	padding: 0 0 0px;
	background: #fff;
	position: relative;
}
.dealsOwl .item > a {
	display: block;
}
.dealTag {
	font-weight: 700;
	color: #fff;
	position: relative;
	z-index: 1;
	line-height: 27px;
	padding-left: 10px;
	padding-right: 20px;
	position: absolute;
	top: 20px;
	text-transform: uppercase;
}

.allDeals .owl-prev:hover i, .allDeals .owl-next:hover i {
	color: #089a55;
}

.dealTag::after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-top: 27px solid #1c2d5b;
	border-right: 10px solid transparent;
	z-index: -1;
	color: #fff;
}

.allDeals h2 {
	margin: 25px 0 15px;
	font-size: 18px;
	font-family: 'Futura';
	font-weight: 500;
	color: #adb2c3;
	text-transform: uppercase;
}

.allDeals h2 span {
	margin: 5px 0 0;
	font-size: 38px;
	display: block;
	font-weight: bold;
	color: #333;
	text-transform: uppercase;
}

.allDeals p {
	margin: 0 0 20px;
	font-size: 14px;
	font-family: 'Gotham Book';
	font-weight: normal;
	color: #333;
	text-transform: none;
	position: relative;
	padding-bottom: 20px;
}

.allDeals p::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	height: 5px;
	width: 34px;
	background: #333;
}
.item p::before {
	display:none;
}
.item p {
	margin: 0 !important;
}
/*
.product.woocommerce.add_to_cart_inline {
	display: none;
}*/
.allDeals a.moreBtn {
	color: #056839;
}

.allDeals a.moreBtn::after {
	border: 1px solid #056839;
}

.allDeals a.moreBtn:hover {
	color: #1c2d5b;
}

.dealsTitle {
	margin: 0 0 5px;
	padding: 0 20px;
	font-size: 16px;
	line-height: 22px;
	font-weight: 400;
	color: #056839;
	text-transform: none;
	height:45px;
	overflow:hidden;
}
.dealsTitle a {
	color: #056839;
	text-transform: none;
}
	
.dealsRating {
	padding: 0 0 10px;
	border-bottom: 1px solid #eee;
	margin: 10px 20px;
	display: flex;
	align-content: center;
	justify-content: space-between;
}

.dealsRating i {
	color: #b39f85;
}

.dealsRating i.none {
	color: #d8cdc0;
}

 

.dealPrice {
	padding: 0 20px;
	margin-bottom: 20px;
}

.ratinBox {
	display: inline-block;
	font-size:14px;
}
.ratinBox strong {
	font-weight:normal;
	font-size:11px;;
}

.moreColor {
	color: #333;
	font-size: 12px;
	font-family: 'Gotham Book';
	font-weight: normal; 
	line-height:12px;
}

.dealPrice {
	color: #333;
	font-size: 18px;
	font-weight: 700;
}

.dealPrice sup {
	color: #333;
	font-size: 13px;
	font-family: 'Gotham Book';
	font-weight: normal;
	text-transform: none;
}

.dealPrice strike {
	color: #adb2c3;
	font-size: 14px;
	font-family: 'Gotham Book';
	font-weight: normal;
	text-transform: none;
}

.allDeals .item a.add_to_cart_button, .allDeals .item a.added_to_cart, .woocommerce ul.products li.product .button {
	color: #fff;
	background: #1c2d5b;
	line-height: 35px;
	border-radius: 5px;
	padding: 0 16px 0 46px;
	position: relative;
	font-weight: bold;
	text-transform: uppercase;
	overflow: hidden;
	text-align: center;
	display: inline-block;
	margin-top:0;
} 
.allDeals .item a.add_to_cart_button::after, .allDeals .item a.added_to_cart::after {
	content: "";
	position: absolute;
	right: -12px;
	bottom: -18px;
	background: #089a55;
	height: 20px;
	width: 100px;
	transform: rotate(-13deg);
}

.allDeals .item a.add_to_cart_button:hover, .allDeals .item a.added_to_cart:hover, .woocommerce ul.products li.product .button:hover {
	background: #089a55;
}

.allDeals .item a.add_to_cart_button:hover::after, .allDeals .item a.added_to_cart:hover::after, .woocommerce ul.products li.product .button:hover::after {
	background: #1c2d5b;
}

.allDeals .item a.add_to_cart_button img,.allDeals .item a.added_to_cart img {
	width: auto;
	display: inline-block;
	margin-right: 5px;
	margin-top: -4px;
}
.allDeals .item a.add_to_cart_button::before, .allDeals .item a.added_to_cart::before, .woocommerce ul.products li.product .button::before {
	content: "";
	position: absolute;
	left: 15px;
	top:6px; 
	background:url('../images/ti3.png') no-repeat center center / 100%;
	height: 21px;
	width: 22px; 
}

.customerFav {
	background: url('../images/customer_bg.jpg') no-repeat center center / cover;
	text-align: center;
	color: #fff;
}

.customerFav .row {
	min-height: 500px;
}

.customerFav h2 {
	color: #fff;
	font-size: 38px;
	font-family: 'Futura';
	font-weight: bold;
	line-height: 36px;
	text-transform: uppercase;
	margin: 0 0 5px;
}

.customerFav h2 span {
	color: #fff;
	font-size: 18px;
	font-family: 'Gotham Book';
	font-weight: normal;
	line-height: normal;
	text-transform: none;
	margin: 0 0 5px;
	display: block;
}

.customerFav p {
	color: #fff;
	font-size: 22px;
	font-family: 'Gotham Book';
	font-weight: normal;
	line-height: normal;
	text-transform: none;
	margin: 0 0 25px;
}

.pdt50 {
	padding-top: 50px;
}

.subscribeBox {
	text-align: left;
}

.subscribeBox h4 {
	color: #089a55;
	font-size: 22px;
	font-weight: 700;
	line-height: 22px;
	text-transform: none;
	margin: 0 0 0;
	display: inline-block;
	vertical-align: middle;
}

.subscribeBox h4 span {
	color: #080808;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	text-transform: none;
	margin: 5px 0 0;
	display: block;
}

.newsletterBox {
	position: relative;
	text-align: right;
	display: inline-block;
	max-width: 315px;
	width: 100%;
	vertical-align: middle;
	margin-left: 50px;
}

.newsletterBox input {
	text-align: left;
	border: 2px solid #adb2c3;
	font-size: 13px;
	line-height: 45px;
	color: #999999;
	padding: 0 30px 0 15px;
	border-radius: 35px;
	max-width: 315px;
	width: 100%;
}

.newsletterBox input:focus {
	border: 2px solid #1c2d5b;
	outline: none;
	box-shadow: none;
}

.newsletterBox img {
	position: absolute;
	right: 15px;
	top: 20px;
	color: #1a7449;
	font-size: 16px;
	cursor: pointer;
	width: auto;
}

.socialBox {
	text-align: right;
}

.socialBox h3 {
	color: #080808;
	font-size: 14px;
	font-weight: 400;
	line-height: 22px;
	text-transform: none;
	margin: 0 0 0;
	display: inline-block;
	vertical-align: middle;
}

.socialLinks {
	display: inline-block;
	vertical-align: middle;
}

.socialLinks a {
	color: #fff;
	font-size: 18px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	background: #1c2d5b;
	border-radius: 50%;
	margin-left: 10px;
	display: inline-block;
}

.socialLinks a:hover {
	background: #089a55;
}

footer hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	height: 1px;
	background: #dcdee4;
	width: 100%;
	border: navajowhite;
	margin: 30px 15px;
}

footer {
	background: #fff;
	padding: 50px 0;
}

footer h2 {
	color: #089a55;
	font-size: 14px;
	font-weight: 700;
	text-transform: none;
	margin-bottom: 15px;
}
footer ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
footer ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}
footer a {
	font-size: 14px;
	color: #140404;
	display: block;
	font-weight: 400;
	text-transform: none;
	line-height: 27px;
}

footer img {
	max-width: 150px !important;
	width: 100%;
}

.copyright {
	padding: 20px 0;
	background: #1c2d5b;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
}

.copyright a {
	font-size: 15px;
	color: #089a55;
	line-height: normal;
	display: inline-block;
	text-transform: none;
	margin: 0;
	font-weight: 400;
}

.copyright a:hover {
	color: #fff !important;
}

ul.breadcrumb {
    background: none;
    padding: 15px 0;
}
ul.breadcrumb span {color:#ccc;}
ul.breadcrumb li {padding:0px 5px; font-size:13px;}
ul.breadcrumb li a {color: #056839}

.filters {background:#FFF; padding:25px;}
.filters ul.cat-list {padding:0px; list-style:none;}
.filters ul.cat-list li {margin-bottom:10px;}
.filters h2 {
    font-size: 28px;
    font-family: 'Futura';
    font-weight: bold;
    color: #056839;
    text-transform: uppercase;
    position:relative;
    margin-bottom:30px;
}
.filters h2:before {content:''; height:5px; width:30px; position:absolute; background:#056839; bottom:-5px; }
.filters h4 {font-size:18px; color:#0e193e; font-weight:400;}
.sort {float: right; background: #FFF; padding: 10px;}
ul.woof_list {padding:0px;}
.woof_list label { margin-bottom: 0px;}
.woof_childs_list { margin: 0px !important; padding: 0px 0px 0px 20px;}

.woocommerce .woocommerce-breadcrumb {margin:0px; padding: 10px 30px; border-bottom: 1px solid #e8e8e8; margin-bottom: 30px;}
.woof_price_search_container, .woof_container_pa_gender, .woof_container_pa_size, .woof_container {border-top: 1px solid #e8e8e8; padding: 20px 0 0 0;}
a.woof_front_toggle { font-weight: 300; font-size: 28px; color: #adb2c3; line-height: 24px;}
.productlisting {padding-top:20px;}
.productlisting h1, .page-header h1 {font-size: 38px; font-family: 'Futura'; font-weight: bold; color: #056839;}
.product .item {background:#FFF;}

.woocommerce ul.products li.product a {width:100%;}

.product .item a picture, picture.homepimg {
    height: 245px;
    display: block;
}

.product .item a picture img, picture.homepimg img {max-height:225px; width:auto !important; max-width:100%; margin:0 auto !important;}
    
ul.products li.product .star-rating {
    font-size: .857em;
}
.products .star-rating {
    display: block;
    margin: 0 0 .5em;
    float: none;
}
.star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star;
}
.star-rating::before {
    content: "\73\73\73\73\73";
    color: #b39f85;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}
.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
.star-rating span::before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
    color: #b39f85;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {background: #056839;}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {background: #056839; border:none;}
.woof_reset_button_2 {padding: 0 15px; border-radius: 50px; height: auto; border: none; background: #056839; text-transform: uppercase; font-size: 12px; color: #FFF;}
.woof_reset_button_2:hover {background:#1c2d5b;}
ul.woof_products_top_panel_ul li, .woof_products_top_panel2 li span {text-transform: uppercase; font-size: 11px;}
.woocommerce .woocommerce-ordering select {height: 40px; border-radius: 5px; border: none;}
.woocommerce .woocommerce-result-count {
    margin: 10px 0 1em;
}
.woocommerce a.added_to_cart {
    line-height: 35px;
    vertical-align: top;
    display: inline-block;
    padding-left: 5px;
    color: #056839;
}
.woocommerce .products ul, .woocommerce ul.products {margin-bottom:0px;}
.woocommerce nav.woocommerce-pagination {text-align:left; margin-bottom:25px;}
.woocommerce nav.woocommerce-pagination ul {border:none;}
.woocommerce nav.woocommerce-pagination ul li {border-right:none;}
.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {background: #056839; color: #FFF; border-radius: 100px;}
.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {line-height:2;  width: 40px; height: 40px; text-align: center;}

.mainContainer {margin-top:30px;}
.mainContainer .leftContainer .woocommerce {background: #FFF; padding: 25px 0px; margin-bottom:30px;}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {border: none; padding: 0;}
.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {border: none; background: #f8f8f8; height: 40px; border-radius: 5px; padding:0 10px;}
.woocommerce form .password-input, .woocommerce-page form .password-input {width:100%;}
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {width:100%;}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
    color: #fff !important;
	background: #1c2d5b;
	line-height: 35px;
	border-radius: 5px;
	padding: 0 16px 0 16px;
	position: relative;
	font-weight: bold;
	text-transform: uppercase;
	overflow: hidden;
	text-align: center;
	display: inline-block;
	margin-top:0;
} 
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit::after, .woocommerce-Button::after, .woocommerce a.buttont::after, .woocommerce button.buttont::after, .woocommerce input.buttont::after {
	content: "";
	position: absolute;
	right: -12px;
	bottom: -18px;
	background: #089a55;
	height: 20px;
	width: 100px;
	transform: rotate(-13deg);
}
#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {width:100px;}
.shop_table thead {background: #056839; color: #FFF;}
.woocommerce table.shop_table {border:none;}
.woocommerce a.remove {font-weight: 300; color: #1c2d5b!important;}
#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {border:none; background:#f8f8f8; border-radius:5px; min-width:150px; height:36px;}
.woocommerce-message, .woocommerce-info { border-top-color: #056839; background: #d9e8e2; border: none;}
.woocommerce-Price-currencySymbol {font-size:10px; font-weight:400; margin-right:3px;}
.woocommerce-message::before, .woocommerce-info::before {color: #056839;}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {background-color: #056839; padding:0 16px;}
.woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {background-color: #1c2d5b;}
.woocommerce #respond input#submit.disabled, .woocommerce #respond input#submit:disabled, .woocommerce #respond input#submit:disabled[disabled], .woocommerce a.button.disabled, .woocommerce a.button:disabled, .woocommerce a.button:disabled[disabled], .woocommerce button.button.disabled, .woocommerce button.button:disabled, .woocommerce button.button:disabled[disabled], .woocommerce input.button.disabled, .woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled] {padding:0 16px;}
.woocommerce form .form-row label {width:100%;}
span.woocommerce-input-wrapper {width:100%;}
textarea#order_comments {height:100px; padding:10px; width:100%;}

.page-id-121 .leftContainer, .page-id-124 .leftContainer {background:#FFF; padding:30px; margin-bottom:30px;}
#pp-login-1-wrap.pp-form-container {min-width:100%;}
.pp-form-container .pp-form-wrapper.ppBuildScratch {padding:0px; box-shadow:none;}
.pp-form-container #pp-login-1.ppBuildScratch .ppbs-headline, .pp-form-container #pp-login-1.ppBuildScratch h1, .pp-form-container #pp-login-1.ppBuildScratch h2, .pp-form-container #pp-login-1.ppBuildScratch h3, .pp-form-container #pp-login-1.ppBuildScratch, .pp-form-container .pp-form-wrapper.ppBuildScratch .ppbs-headline {
    color: #056839 !important;
    font-family: 'Gotham' !important;
    font-weight: 400;
    text-align: left;
}
.pp-form-container #pp-login-1.ppBuildScratch .pp-form-submit-button-wrap input[type="submit"], .pp-form-container #pp-registration-1.ppBuildScratch .pp-form-submit-button-wrap input[type="submit"] {
     color: #fff;
	background: #1c2d5b !important;
	height: 40px;
	max-height: 40px;
	border-radius: 5px !important;
	padding: 0 16px 0 16px;
	position: relative !important;
	font-weight: bold;
	text-transform: uppercase;
	overflow: hidden;
	text-align: center;
	display: inline-block;
	margin-top:0;
    font-family: 'Gotham' !important;
    width:auto !important;
}
.pp-form-container #pp-login-1.ppBuildScratch .pp-form-submit-button-wrap input[type="submit"]::after {
	content: "";
	position: absolute;
	right: -12px;
	bottom: -18px;
	background: #089a55;
	height: 20px;
	width: 100px;
	transform: rotate(-13deg);
}
.pp-form-container #pp-login-1.ppBuildScratch .pp-form-submit-button-wrap input[type="submit"]:hover, .pp-form-container #pp-registration-1.ppBuildScratch .pp-form-submit-button-wrap input[type="submit"]:hover {background:#056839 !important; color:#FFF !important;}


.pp-form-container #pp-login-1.ppBuildScratch .pp-form-field-wrap .pp-form-material-icons, .pp-form-container #pp-registration-1.ppBuildScratch .pp-form-field-wrap .pp-form-material-icons {color: #056839 !important;}
.pp-form-container .ppress-form-bottom-links {text-align:left !important;}
.pp-form-container #pp-login-1.ppBuildScratch .pp-form-field-wrap input, .pp-form-container #pp-login-1.ppBuildScratch .pp-form-field-wrap select, .pp-form-container #pp-login-1.ppBuildScratch .pp-form-field-wrap textarea, .pp-form-container #pp-registration-1.ppBuildScratch .pp-form-field-wrap input, .pp-form-container #pp-registration-1.ppBuildScratch .pp-form-field-wrap select, .pp-form-container #pp-registration-1.ppBuildScratch .pp-form-field-wrap textarea {
    font-family: 'Gotham'; font-weight: 300;}
#pp-registration-1-wrap.pp-form-container {border-left:1px solid #e8e8e8; min-width:100%; padding-left:30px;}
.slick-initialized .slick-slide {text-align:center;}
.slick-slide img {margin:0 auto;}
.woocommerce-product-gallery {background:#FFF;}

.wpgs-for .slick-arrow {color: #089a55;}

.summary h1 {font-family: 'Futura'; font-size:32px; color: #1c2d5b;}
.product_meta {border-top: 1px solid #ccc; padding: 8px 0; text-transform:uppercase; font-size:12px; margin-bottom:10px;}
.product_meta p {margin-top:10px;}
.woocommerce-tabs {background: #FFF; margin-top: 50px ; padding: 30px ; margin-bottom: 50px; width:100%;}
.woocommerce-tabs ul.tabs {display: flex; list-style: none; padding: 0px; border-bottom:1px solid #e8e8e8;}
.woocommerce-tabs ul.tabs li {padding: 7px 0; margin-right: 20px;}
.woocommerce-tabs ul.tabs li.active {border-bottom: 3px solid #056839;}
.woocommerce-Tabs-panel h2 { font-size: 22px; font-family: 'Futura'; font-weight: 500; color: #adb2c3; text-transform: uppercase;}
.woocommerce-Tabs-panel p {font-weight:300;}
p.product {border:none !important; padding: 0px 20px 20px 20px !important;}
.product del, .price del {position:relative; color:#adb2c3;}
.product del span::before, .price del span::before {content:''; position: absolute; height:1px; background:#adb2c3; width:100%; z-index:1; top:6px; }
.single-product .product del span::before, .price del span::before {content:''; position: absolute; height:1px; background:#adb2c3; width:100%; z-index:1; top:12px; }
.product ins, .price ins {font-size:18px; line-height:20px; color: #056839; width100%; display:inline-block;}
.product a.button {margin-top:15px;}
.single-product .product ins, .price ins {vertical-align:bottom; color:#FFF; margin:0px;}
.single-product .product del, .price del {color:#FFF;}
.single-product .woof-slide-out-div {display:none !important;}
.product ins span bdi span, .price ins span bdi span {font-size:12px; position:relative; }
.woocommerce-product-rating, .quantity {margin-bottom: 20px;}
.postid-35 .product ins, .price ins {font-size:28px;}
.tagged_as {margin-bottom: 20px; border-bottom: 1px solid #ccc; padding-bottom: 10px;width: 100%;}

.quantity input.qty { border: 1px solid #ccc; border-radius: 5px; height: 40px; width: 80px;}
.single-product .tinv-wraper.tinv-wishlist {float:right;}
.single-product .tinv-wraper.tinv-wishlist a.tinvwl_add_to_wishlist_button {margin-top: 0px; background: #1c2d5b; border-radius: 5px; padding: 10px 10px ; color: #FFF;}
.single-product .tinv-wraper.tinv-wishlist a.tinvwl_add_to_wishlist_button:hover {background: #000;}
.single-product .woocommerce-product-details__short-description {display:none;}
.single-product .related h2 {font-size: 32px; font-family: 'Futura'; font-weight: 500; color: #adb2c3; text-transform: uppercase;}
#review_form input, #review_form textarea {border: 1px solid #ccc; border-radius: 5px; height: 40px;}
.woocommerce-notices-wrapper {padding: 0 34px;}
.leftContainer {background:#FFF; padding:30px; margin-bottom:30px;}
.leftContainer h1 {font-size: 38px; font-family: 'Futura'; font-weight: bold; color: #056839;}
.leftContainer h2 {font-size: 22px; font-weight: 400; color: #0c173a;}
.c-accordion__title {background:#f8f8f8; padding:7px 10px;}
.c-accordion__title:after {right:10px;}
.c-accordion__content {padding:7px 10px;}
.c-accordion__content h5 { font-size: 17px; font-weight: 400; color: #101d43; margin-bottom: 5px;}
ul.search-products {padding:0px; list-style:none;}
ul.search-products li {margin-bottom:30px;}
ul.search-products .item {background:#FFF; position:relative;}
ul.search-products .item a {width:100%;}
ul.search-products .item a picture { height: 245px; display: block; text-align:center;}
ul.search-products .item a picture img {
    max-height: 225px;
    width: auto !important;
    max-width: 100%;
    margin: 0 auto !important;
}
a.add_to_cart_button, a.wc-forward {width:auto !important;}
.page-id-7 .woocommerce, .page-id-7 .woocommerce-notices-wrapper {padding:0px !important;}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {width:100%;}
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {width:100%;}
.perOff {display:inline-block;}
.woocommerce div.product form.cart .variations label {    font-weight: normal; color: #1c2d5b; text-transform: uppercase;}
.woocommerce div.product form.cart .variations select { height: 40px; border: none; color: #333; padding: 0 10px;}
.woocommerce button.button.alt.disabled {background-color: #056839; line-height:40px;}
.woocommerce div.product p.price, .woocommerce div.product span.price { 
    color: #05693c;
}
.sku_wrapper {
    border-right: 1px solid #ccc;
    padding-right: 10px;
    margin-right: 5px;
}

.entry-summary .price, .woocommerce-variation-price {
    margin-right: 10px;
    background: #05693c;
    border-radius: 10px;
    padding: 5px 14px;
    color: #FFF !important;
    display:inline-block;
}
.woocommerce div.product form.cart .variations {margin-bottom: 2em;}
.single_variation_wrap {border-top: 1px solid #d0d0d0; padding: 20px 0; margin-top: 10px;}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {width: 50px; height: 50px;}

.blog-page {background:#FFF; padding:30px 10px; margin-bottom:30px;}
.right_menu {background:#FFF; padding:30px;}
.right_menu h2 {
    font-size: 28px;
    font-family: 'Futura';
    font-weight: bold;
    color: #056839;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 10px;
}
.right_menu ul {
    padding: 0; list-style: none; margin-bottom: 30px;
}
.right_menu ul li{
    border-top: 1px solid #e8e8e8;
}
.right_menu ul li a{
    padding:10px 0px;
    display:inline-block;
}
.news-tag {font-size:11px; font-weight:400; margin-bottom:5px;}
.news-list h4 {font-size: 18px; font-weight: 400;}
.news-list p {font-size: 14px; font-weight: 300;}
.news-block {margin-bottom: 30px; border-bottom: 1px solid #e8e8e8; padding-bottom: 30px;}
.news_img {width: 100%; max-height: 230px; overflow: hidden;}
.news_img img { width: 100%; }
.single-post .blog-page { padding:30px;}
.single-post .blog-page h1 {font-size: 26px; font-weight: 300; color: #132149;}
.single-post .blog-page .news-content img { width:100%; margin-bottom:30px;}

.aboutus-page h1 {margin: 0px; font-size: 1px;}
.aboutbanner, .about-block3 {position:relative;}
.aboutbanner picture img {width:100%;}
.aboutbanner .caption {
    position: absolute;
    top: 30%;
    text-align: center;
    color: #f4f2ea;
}
.aboutbanner .caption h4 {font-size:16px; text-transform:uppercase; font-weight:300;}
.aboutbanner .caption h2 {font-size:24px; font-weight:200;}
.about-block2 {padding:50px 0;}
.block2content {padding:0 50px;}
.about-block3 .caption {
    position: absolute;
    top: 30%;
    color: #f4f2ea;
}
.about-block3 .caption p {
    font-size:24px;
    font-weight:300;
}
.block2content p {
    font-size:21px;
    font-weight:300;
}
.block2content h2 {
    font-family: 'Futura-Medium';
    font-size:32px;
    color:#166466;
}

.addresses .col-1, .addresses .col-2 { max-width:inherit; }
.woocommerce-MyAccount-navigation ul { padding:0px; list-style:none;}
.woocommerce-MyAccount-navigation ul li { padding:5px 0;}
.woocommerce .woocommerce-customer-details address {
    padding: 20px;
    border: none;
    background: #f8f8f8;
}
.page-id-9 .woocommerce-Address {
    background: #f8f8f8;
    padding: 20px;
    border-radius: 10px;
}

.sgpb-main-html-content-wrapper figure {margin:0px;}
.sgpb-content {background:#FFF !important; padding:0 !important;}
.sgpb-main-html-content-wrapper figure img {width:100% !important;}
.sgpb-theme-1-content {box-shadow:rgb(0 0 0 / 60%) 0 0 0 10px !important;}

.woocommerce-Tabs-panel ul {padding:10px;}
.woocommerce-variation-availability {display:inline-block;}
.woocommerce div.product p.stock {color:#05693c; font-size:14px; }
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {width:100%;}
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {margin-bottom:80px;}
a.woof_front_toggle {}

.rtl .owl-stage {display:revert; float:left; text-align:right;}
.rtl .dealTag {display:none;}
.rtl {text-align:right !important; font-family:'TheMixArabic-Plain' !important;}
.rtl .navbar-dark .menu-item a, .rtl .extActions a, .rtl h1, .rtl h2, .rtl h3, .rtl h4, .rtl p {font-family:'TheMixArabic-Plain' !important;}
.rtl .searchBox {float:left;}
.rtl .searchBox form input {text-align:right;}
.rtl ul.navbar-nav {padding:0px;}
.otgs-development-site-front-end {display:none;}
.rtl .carousel-caption .captionBox {float:left;}
.rtl p {font-size:16px;}
.rtl .tinv-wraper.tinv-wishlist { float:left !important;}
.rtl .subscribeBox {text-align:right;}
.rtl .product del span::before, .price del span::before {top:10px;}
.rtl .sku_wrapper { border-right:inherit; padding-right:inherit; margin-right:inherit; border-left: 1px solid #ccc; padding-left: 10px; margin-left: 5px; }
.rtl .entry-summary p.price { margin-right:0px; margin-left:10px;}
.rtl .allDeals p::before {left:inherit;}
.rtl a.woof_front_toggle {float:left;}
.rtl .ourPromiseBox img {float:right; margin-right:0px; margin-left:15px;}
.rtl .c-accordion__title:after {right:inherit; left:10px;}



/******** Strat Media CSS **********************************************************/
@media only screen and (min-width: 1200px) {
	.container  {
		max-width: 1200px;
		width: 100%; 
	}

}

@media only screen and (max-width: 1199px) {
	.navigation {
		padding: 0 15px;
	}
	.extActions { 
		margin-right: -15px;
	}
	.navbar-dark .navbar-toggler {
		color: rgba(255,255,255,1);
		border-color: #fff;
	}
	.navbar-dark .navbar-toggler:hover, .navbar-dark .navbar-toggler:focus { 
		border-color: #056839;
		outline: none;
	}
	.navbar-dark .navbar-toggler-icon {
		background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
	}
	.navbar-toggler:focus .navbar-toggler-icon, .navbar-toggler:hover .navbar-toggler-icon {
		background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'30\' height=\'30\' viewBox=\'0 0 30 30\'%3e%3cpath stroke=\'rgba(5, 104, 57, 1)\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' stroke-width=\'2\' d=\'M4 7h22M4 15h22M4 23h22\'/%3e%3c/svg%3e");
	}
	.navigation .navbar-collapse {
		width: auto;
		flex-grow: unset;
		margin-left: -15px;
		position: absolute;
		top: 100%;
		background: #fff;
		left: 0;
		right: 0;
		z-index: 99;
		margin: 0;
		padding: 15px;
		box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
	}
	.navbar-dark .menu-item a {
		color: #1c2d5b; 
		padding: 15px 15px 15px; 
		display:block;
		border-bottom: 1px dotted #CCC;
	}
	.extProBox { 
		left: 30px;
		right: 30px; 
		bottom: 30px;
	}
	.navbar-dark .active .menu-item a {
		color: #056839;
	}
	.logoArea { 
		z-index: 99;
	}
	.navbarBottom p { 
		line-height: normal;
	}
	.navbarBottom {
		line-height: normal;
		padding: 10px 0;
	}
	.searchBox i { 
		top: 10px; 
	}
	.ourPromise ul li {width:230px;}
}
@media only screen and (max-width: 991px) {
	.ourPromise h2 {
		text-align: center;
	}
	.extActions a {
		padding: 15px 10px; 
	}
	.newsletterBox input { 
		line-height: 45px; 
	}
	.newsletterBox { 
		margin-left: 0;
		margin-top: 10px;
	}
	.newsletterBox img { 
		top: 20px; 
	}
	.filters {display:none;}
	.ourPromiseBox p {font-size:13px;}
	.ourPromiseBox p span {font-size:12px;}
	.psb {margin-bottom:15px;}
	
}
@media only screen and (max-width: 768px) {
    .ourPromise ul {width:1000px;}
    .ourPromise {overflow-x:scroll;}
}

@media only screen and (max-width: 767px) {
	.carousel-caption .captionBox { 
		background:#000;
		margin: 0 auto;
		padding: 15px;
		position:inherit;
	}
	.carousel-caption {position:inherit; top:inherit; bottom:inherit; transform:inherit; width:100%;}
	.carousel-inner .carousel-item .d-block.w-100, .carousel-inner .carousel-item > img {
		object-fit: cover;
	}
	.navbarBottom { 
		padding-top: 10px;
		text-align: center;
	}
	.searchArea {
		text-align: center;
		margin-top: 10px;
	}
	.searchBox {
		position: relative;
		display: inline-block;
	}
	.dealsOwl {
		margin-top: 25px;
	}
	.subscribeBox {
		text-align: center;
		margin: 0 0 25px;
	}
	.socialBox {
		text-align: center;
	}
	footer img {
		max-width: 150px;
		width: 100%; 
		margin: 0 auto 25px;
	}
	footer .text-sm-center {
		text-align: center;
	}
	.extActions {
		position: fixed;
		bottom: 0;
		left: 0;
		text-align: center;
		display: flex;
		justify-content: space-around;
		right: 0;
		z-index: 99;
		background: rgb(4, 12, 42);
		background: linear-gradient(-2deg, rgba(4, 12, 42, 1) 0%, rgba(28, 45, 91, 1) 100%);		
	}
	.extActions a {
		padding: 8px 10px;
		width: 100%;
		display: block;
	}
	.navigation {
		padding: 0 15px;
		min-height: 70px;
	}
	.navigation  .navbar-toggler { 
		margin: 0 0 0 auto;
	}
	.logoArea {
		z-index: 99;
		right: auto;
		left: 10px;
		max-width: 80px;
		top: 5px;
	}
	.logoArea img {
		width: 100%;
	}
	.carousel-caption .captionBox {
		width: 100%;
		text-align: center;
		max-width: 450px;
	}
	
	footer .col-sm-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.ourPromiseBox p {
		padding-left: 0;
		margin: 0; 
	}
	.cart_totals {
    position: fixed;
    bottom: 64px;
    z-index: 10000;
    background: #FFF;
    width: 100%;
    left: 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.16);
	}
	.cart_totals h2 {display:none;}
	.cart_totals table tr {display:inline-block !important; width:50%;}
	.cart_totals .wc-proceed-to-checkout {padding: 0px 10px;}
}
@media only screen and (max-width: 575px) {
    .allDeals .item a.add_to_cart_button, .allDeals .item a.added_to_cart, .woocommerce ul.products li.product .button {display:block;}
	
}
@media only screen and (max-width: 480px) {
	.searchBox {
		position: relative;
		width:  100%;
	}
	.searchBox input { 
		max-width: 100%; 
	}
	.captionBox h2 { 
		font-size: 38px; 
	}
	footer a { 
		line-height: normal;
		margin-bottom: 10px;
	}
	.woocommerce ul.products[class*=columns-] li.product, .woocommerce-page ul.products[class*=columns-] li.product {width:100%;}
	.woocommerce ul.products li.product a {display:block;}
}

	/* 
@media only screen and (max-width: 767px) {
 
 
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'30\' height=\'30\' viewBox=\'0 0 30 30\'%3e%3cpath stroke=\'rgba(0, 167, 96, 1)\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' stroke-width=\'2\' d=\'M4 7h22M4 15h22M4 23h22\'/%3e%3c/svg%3e");
}
.navbar-toggler:focus, .navbar-toggler:hover {
  outline: medium none;
  text-decoration: none;
  border-color:#009cd7 !important;
} 
.navbar-toggler:focus .navbar-toggler-icon , .navbar-toggler:hover .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns=\'http://www.w3.org/2000/svg\' width=\'30\' height=\'30\' viewBox=\'0 0 30 30\'%3e%3cpath stroke=\'rgba(0, 156, 215, 1)\' stroke-linecap=\'round\' stroke-miterlimit=\'10\' stroke-width=\'2\' d=\'M4 7h22M4 15h22M4 23h22\'/%3e%3c/svg%3e");
}
 

}
*/
	/******** End Media CSS **********************************************************/



