
/*
Table Of Contents

1.)  Default Styles
2.)  Header
3.)  Content - Main
4.)  Footer
5.)  Product Page
6.)  Product Details Page


===============================================*/
 
/* font-family: "Poppins", sans-serif; */


/*
 1.) Default Styles
----------------------------------------*/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
ol,
ul,
li {
	padding: 0;
	margin: 0;
}

/* #Basic Styles
================================================== */
body {
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #9D9D9D;
	line-height: 24px;
	background: #000000;
	margin: 0;
	padding: 0;
}

sub,
sup {
	font-size: 60%;
}

sup {
	top: 0;
}

sub {
	bottom: 0;
}

img { 
	max-width: 100%;
	height: auto;
}

@media (max-width: 767px) {
body {
	font-size: 12px;
	line-height: 18px;
}
}


/* #Links
================================================== */

a {
	color: #50A64B;
	text-decoration: none;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	cursor: pointer;
}

a:hover,
a:focus,
a:active {
	color: #50A64B;
	text-decoration: none;
}

a:visited {
	outline: 0;
}

a[href^="tel:"], 
a[href^="fax:"] {
	color: #50A64B;
	text-decoration: none;
}

a:hover[href^="tel:"], 
a:focus[href^="tel:"], 
a:hover[href^="fax:"],
a:focus[href^="fax:"] {
	color: #50A64B;
	text-decoration: none;
}


/*= Headings: P, H1, H2, H3, H4, H5, H6
================================================== */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,	
h6,
.h6 { 
	color: #ffffff;
	padding-bottom: 20px;
}

h1,
.h1,
h2,
.h2 {
	font-size: 40px; 
	line-height: 60px; 
}

h3,
.h3 {
	font-size: 36px;
	line-height: 44px; 
}

h3,
.h3 {
	font-size: 32px;
	line-height: 48px; 
}

h5,
.h5{
	font-size: 24px;
	line-height: 32px;
}

h6,
.h6 {	
	font-size: 20px;
	line-height: 28px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: inherit;
	color: inherit;
	text-decoration: none;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	text-decoration: none;
}

h1:last-child,
.h1:last-child,
h2:last-child,
.h2:last-child,
h3:last-child,
.h3:last-child,
h4:last-child,
.h4:last-child,
h5:last-child,
.h5:last-child,
h6:last-child,
.h6:last-child {
	padding-bottom: 0;
}

p { 
	padding-bottom: 24px;
}

p:last-child {
	padding-bottom: 0;
}

em {
	font-style: italic; 
}

em.fal,
em.far,
em.fas,
em.fab {
	font-style: normal; 
}

strong {
	font-weight: 600; 
}

.underline { 
	text-decoration: underline;
}

@media (max-width: 767px) {
p { 
	padding-bottom: 18px;
}
}


/*= Unorder List
================================================== */

ul,
ol {
	list-style: none; 
}

li {
	position: relative; 
	padding-bottom: 8px; 
	padding-left: 16px;
}

li:last-child {
	padding-bottom: 24px;
}

ul:last-child li:last-child,
ol:last-child li:last-child {
	padding-bottom: 0;
}

ul li ul,
ol li ol {
	padding: 8px 0 0 0;
}

ul li:before {
	content: "";
	width: 6px;
	height: 6px;
	float: left;
	background: #9D9D9D;
	border-radius: 360px;
	position: absolute;
	top: 9px;
	left: 0;
}

@media (max-width: 767px) {
li {
	padding-bottom: 4px; 
	padding-left: 12px;
}

ul li:before {
	width: 4px;
	height: 4px;
	top: 8px;
}
}


/*= Order Styles
================================================== */

ol {
	counter-reset: item;
}

ol > li {
	counter-increment: item;
	padding-left: 20px;
}

ol > li:before {
	content: counter(item)".";
	font-weight: 700;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
}


/* #Input Styles
================================================= */

label { 
	width: 100%; 
	float: left;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 16px; 
	color: #ffffff;
	line-height: 24px; 
	text-align: left;
	margin-top: 0;
	margin-bottom: 8px;
}

label .redmark {
	color: #ff0000;
}

textarea,
select,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input { 
	width: 100%;
	float: left;
	height: 46px;	
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: normal;
	white-space: nowrap;
	text-overflow: ellipsis;
	border: 1px solid #282828;
	background: none;
	box-shadow: none;
	border-radius: 8px;
	outline: none;
	overflow: hidden;
	position: relative;
	padding: 20px 16px;
	margin: 0;
}

textarea[rows],
textarea {
	height: 110px;
	white-space: normal;
	resize: none;
}

select {
	background-image: url(../404.html);
	background-size: 12px auto;
	background-repeat: no-repeat;
	background-position: top 20px right 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
}

select::-ms-expand {
	display:none;
}

select option:not([disabled]) {
	color: #ffffff;
}

select option.def:not([disabled]),
select.gf_placeholder:not([disabled]) {
	color: #ffffff;
}

::-webkit-input-placeholder, 
::-webkit-textarea-placeholder {
	color: #ffffff;
}

input::-moz-placeholder, 
textarea::-moz-placeholder {
	color: #ffffff;
}

::-moz-placeholder {
	color: #ffffff;
}

::-ms-input-placeholder {
	color: #ffffff;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus { 
	border: none; 
	box-shadow: inset #ffffff 0 0 0 1px;
}


 /* #Buttons
================================================== */

/* Custom - Select */
button {
	background: none;
	border: none;
	box-shadow: none;
	text-decoration: none;
	white-space: normal;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
}

button:hover,
button:focus,
button:active,
button:active:focus,
button.active,
button.active:focus {
	outline: 0;
}

.btn,
input[type="button"],
input[type="submit"] {
	width: auto;
	height: auto;
	float: none;
	display: inline-block;
	vertical-align: middle; 
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #ffffff;
	line-height: 24px; 
	letter-spacing: normal;
	text-align: center;
	text-decoration: none;
	white-space: normal; 
	background: linear-gradient(135deg, #50A64B 0%, #52AA4D 19.27%, #62C75D 48.44%, #50A64B 74.48%, #50A64B 96.35%);
	border-radius: 16px;
	border: none;
	box-shadow: rgba(80, 166, 75, 0.5) 0 10px 15px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	cursor: pointer;
	outline: 0;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	padding: 11px 26px;
	margin: 0;
}

.btn::before {
	content: "";
	width: 0;
	height: 100%;
	float: left;
	background: linear-gradient(135deg, #50A64B 0%, #52AA4D 19.27%, #62C75D 48.44%, #50A64B 74.48%, #50A64B 96.35%);
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.btn em {
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: relative;
	top: 0;
	margin: 0 0 0 8px;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus,
.btn.active,
.btn.active:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="button"]:active:focus,
input[type="button"].active,
input[type="button"].active:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="submit"]:active:focus,
input[type="submit"].active,
input[type="submit"].active:focus,
.btn:not(:disabled):not(.disabled).active {
	color: #ffffff;
	text-decoration: none;
	outline: 0;
}

input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="button"]:active:focus,
input[type="button"].active,
input[type="button"].active:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="submit"]:active:focus,
input[type="submit"].active,
input[type="submit"].active:focus {
	background: #51A64C;
}

.btn:hover:before,
.btn:focus:before,
.btn:active:before,
.btn:active:focus:before,
.btn.active:before,
.btn.active:focus:before {
	width: 100%;
}

.btn:hover em,
.btn:focus em,
.btn:active em,
.btn:active:focus em,
.btn.active em,
.btn.active:focus em {
	animation: arrowright 0.5s linear 1;
	-webkit-animation-name: arrowright 0.5s linear 1;
}

.btn-blank, 
input.btn-blank[type="button"], 
input.btn-blank[type="submit"] {
	color: #50A64B;
	background: none;
	box-shadow: inset #50A64B 0 0 0 2px;
}

.btn-blank::before {
	background: #50A64B; 
}

.btn-blank:hover, 
.btn-blank:focus, 
.btn-blank:active, 
.btn-blank:active:focus, 
.btn-blank.active, 
.btn-blank.active:focus,
input.btn-blank[type="button"]:hover, 
input.btn-blank[type="button"]:focus, 
input.btn-blank[type="button"]:active, 
input.btn-blank[type="button"]:active:focus, 
input.btn-blank[type="button"].active, 
input.btn-blank[type="button"].active:focus, 
input.btn-blank[type="submit"]:hover, 
input.btn-blank[type="submit"]:focus, 
input.btn-blank[type="submit"]:active, 
input.btn-blank[type="submit"]:active:focus, 
input.btn-blank[type="submit"].active, 
input.btn-blank[type="submit"].active:focus,
.btn-blank:not(:disabled):not(.disabled).active { 
	color: #ffffff;
	box-shadow: inset #50A64B 0 0 0 2px;
}

input.btn-blank[type="button"]:hover, 
input.btn-blank[type="button"]:focus, 
input.btn-blank[type="button"]:active, 
input.btn-blank[type="button"]:active:focus, 
input.btn-blank[type="button"].active, 
input.btn-blank[type="button"].active:focus, 
input.btn-blank[type="submit"]:hover, 
input.btn-blank[type="submit"]:focus, 
input.btn-blank[type="submit"]:active, 
input.btn-blank[type="submit"]:active:focus, 
input.btn-blank[type="submit"].active, 
input.btn-blank[type="submit"].active:focus {
	background: #50A64B;
}

.btn:focus,
input[type="button"]:focus,
input[type="submit"]:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: 2px;
}

.disabled {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	opacity: .65;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none;
}

.btn-out {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.btn-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -12px -15px -12px;
}

.btn-wrap .btn {
	float: left;
	margin: 0 12px 15px 12px;
}


/*= Owl - Carousel */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
	/* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	width: 100%;
	display: inline-block;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}


/* No Js */
.no-js .owl-carousel {
	display: block;
}


s/* Owl Carousel - Animate Plugin */
.owl-carousel .animated {
	animation-duration: 1000ms;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	animation-name: fadeOut;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}


/* Owl Carousel - Auto Height Plugin */
.owl-height {
	transition: height 500ms ease-in-out;
}


/* Owl Carousel - Lazy Load Plugin */
.owl-carousel .owl-item {
/**
This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
calculation of the height of the owl-item that breaks page layouts
*/
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
	max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}


/* Owl Carousel - Video Plugin */
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	/*background: url("owl.video.play.png") no-repeat;*/
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}


/* Previous and Next */
.owl-nav button {
	width: 32px;
	height: 32px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	vertical-align: top;
	font-weight: inherit;
	font-size: 19px;
	color:  #091f34;
	line-height: 1em;
	text-decoration: none;
	text-align: center;
	background: none;
	box-shadow: none;
	border-radius: 0;
	position: absolute;
	top: 50%;	
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	z-index: 2;
	outline: 0;
	padding: 0;
	margin: 0;
}

.owl-nav button:hover,
.owl-nav button:focus,
.owl-nav button:active {
	color: #0056DE;
	background: none;
	outline: 0;
}

.owl-nav button.owl-prev {
	left: 0;
}

.owl-nav button.owl-next {
	right: 0;
}

.owl-nav button.disabled {
	display: none;
	cursor: default;
	pointer-events: none;
}

.owl-nav button.disabled:hover,
.owl-nav button.disabled:focus,
.owl-nav button.disabled:active {
	opacity: .50;
}

.owl-nav.disabled {
	display: none;
}


/*= Bullets */
.owl-dots {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	line-height: .5em;
	margin: 32px 0 0 0;
}

.owl-dots button.owl-dot {
	width: 10px;
	height: 10px;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	background: #595A5C;
	border: none;
	box-shadow: none; 
	border-radius: 360px;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out; 
	position: relative;
	cursor: pointer;
	padding: 0;
	margin: 0 8px;
}

.owl-dots button.owl-dot:hover,
.owl-dots button.owl-dot:focus {
	background: #FFFFFF;
}

.owl-dots button.owl-dot:active,
.owl-dots button.owl-dot.active {
	background: #FFFFFF;
}

.owl-dots.disabled {
	display: none;
}


/*= Container - Main
=====================*/

.container-main {
	width: 100%;
	min-height: 100vh;
	float: left; 	
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
}

.container {
	width: 100%;
	max-width: 1300px;
	padding: 0 35px;
}

@media (max-width: 767px) {
.container {
	max-width: 650px;
	padding: 0 25px;
}
}


/* MyBtn */
#myBtn {
	width: 54px;
	height: 54px;
	text-align: center;
	display: inline-block;
	transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
	opacity: 0;
	visibility: hidden;
	position: fixed;
	bottom: 28px;
	left: 50%;
	transform: translate(-50%, 0);
	z-index: 1000;
}

#myBtn::after {
	content: "\f077";
	width: 54px;
	height: 54px;
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	font-size: 24px;
	color: #FFFFFF;
	line-height: 1em;
	text-align: center;
	background: #000000;
	border: 1px solid #D9D9D9;
	border-radius: 360px;
	position: absolute;
	top: 0;
	left: 0;
}

#myBtn:hover {
	cursor: pointer;
	background: none;
}

#myBtn:active {
	background: none;
}

#myBtn.show {
	opacity: 1;
	visibility: visible;
}


/* MyBtn */
#myBtnhome {
	width: 56px;
	height: 56px;
	float: left;
	text-align: center;
	display: inline-block;
	transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
	opacity: 0;
	visibility: hidden;
	position: fixed;
	bottom: 215px;
	right: 120px;
	z-index: 1000;
}

#myBtnhome::after {
	content: "\f077";
	width: 56px;
	height: 56px;
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
	font-size: 24px;
	color: #000000;
	line-height: 1em;
	text-align: center;
	background: #E9ECEF;
	border: none;
	border-radius: 360px;
	position: absolute;
	top: 0;
	left: 0;
}

#myBtnhome:hover {
	cursor: pointer;
	background: none;
}

#myBtnhome:active {
	background: none;
}

#myBtnhome.show {
	opacity: 1;
	visibility: visible;
}

@media (max-width: 1199px) {
#myBtnhome {
	bottom: 200px;
	right: 35px;
}
}

@media (max-width: 767px) {
#myBtnhome {
	width: 36px;
	height: 36px;
	bottom: 188px;
	left: auto;
	right: 28px;
}

#myBtnhome::after {
	width: 36px;
	height: 36px;
	font-size: 16px;
}
}


/* Navigation - Dropdown */
.navigation-dropdown {
	width: 90%;
	max-width: 630px;
	height: 100%;
	float: left;
	display: none;
	background: rgba(15, 15, 15, 0.95);
	overflow: auto;
	overflow-x: hidden;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 1000000;
	padding: 130px 65px;
	margin: 0;
}

.navigation-dropdown .nav-brand {
	width: 100%;
	float: left;
	margin-bottom: 90px;
}

.navigation-dropdown .nav-brand:last-child {
	margin-bottom: 0;
}

.navigation-dropdown .nav-brand img {
	max-height: 65px;
}

.navigation-dropdown .aside {
	width: 100%;
	max-width: 400px;
	float: left;
	margin-bottom: 100px;
}

.navigation-dropdown .aside ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 -15px -46px -15px;
}

.navigation-dropdown .aside ul li {
	width: 50%;
	font-weight: 400;
	font-size: 20px;
	color: #9D9D9D;
	line-height: 30px;
	padding: 0 15px 46px 15px;
	margin: 0;
}

.navigation-dropdown .aside ul li:before {
	display: none;
}

.navigation-dropdown .aside ul li a {
	color: #9D9D9D;
	text-decoration: none;
}

.navigation-dropdown .aside ul li a:hover,
.navigation-dropdown .aside ul li a:focus,
.navigation-dropdown .aside ul li.active a {
	color: #50A64B;
}

.navigation-dropdown .menu-close {
	float: left;
	position: absolute;
	top: 146px;
	right: 58px;
}

.navigation-dropdown .menu-close button {
	float: left;
	font-weight: 300;
	font-size: 32px;
	color: #ffffff;
	line-height: 1em;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	padding: 0;
	margin: 0;
}

@media only screen and (max-width: 1199px) {
.navigation-dropdown {
	width: 100%;
	max-width: 400px;
	padding: 100px 36px;
}

.navigation-dropdown .nav-brand {
	margin-bottom: 80px;
}

.navigation-dropdown .aside {
	max-width: 100%;
}

.navigation-dropdown .aside ul {
	margin: 0 -40px -46px -40px;
}

.navigation-dropdown .aside ul li {
	font-size: 16px;
	line-height: 24px;
	padding: 0 40px 46px 40px;
}

.navigation-dropdown .menu-close {
	top: 116px;
	right: 36px;
}
}


/* Hidden Scroll */
.social-links-home {
	width: 100%;
	float: left;
	margin: 0 0 0 0;
}

.social-links-home p {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	padding-bottom: 20px;
}

.social-links-home ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	padding: 0;
	margin: 0 -7px -8px -7px;
}

.social-links-home ul li {
	padding: 0;
	margin: 0 7px 8px 7px;
}

.social-links-home ul li:before {
	display: none;
}

.social-links-home ul li span {
	display: none;
}

.social-links-home ul li a {
	width: 30px;
	height: 30px;
	float: left;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
	background: none;
	border: 1px solid #ffffff;
	border-radius: 360px;
}

.social-links-home ul li a:hover,
.social-links-home ul li a:active,
.social-links-home ul li a:focus {
	color: #50A64B;
	border-color: #50A64B;
}


/* Hidden Scroll */
.hiddenscroll {
	overflow: hidden;
}


/* 
 3.) Header
----------------------------------------*/

.header-main {
	width: 100%;
	height: 100px;
	float: left;
	position: relative;
	z-index: 101;
}

.header-main .container {
	max-width: 1360px;
}

.header-main .brand {
	width: 210px;
	height: 36px;
	float: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	z-index: 5;
	margin: 32px -210px 0 0;
}

.header-main .brand img {
	width: 100%;
}

.header-main .main-menu {
	width: 100%;
	float: left;
	padding: 27px 0 0 210px;
}

.header-main .main-menu .nav-bar {
	float: right;
}

.header-main .main-menu .nav-inn {
	float: left;
}

.header-main .main-menu .nav-bar nav {
	width: auto;
	float: left;
}

.header-main .main-menu .nav-bar nav ul {
	float: left;
	padding: 0;
	margin: 0 -13px;
}

.header-main .main-menu .nav-bar nav ul li {
	float: left;
	padding: 0;
	margin: 0 13px;
}

.header-main .main-menu .nav-bar nav ul li:before {
	display: none;
}

.header-main .main-menu .nav-bar nav ul li a {
	height: 46px;
	float: left;
	font-weight: 500;
	font-size: 16px;
	color: #9D9D9D;
	line-height: 46px;
	letter-spacing: normal;
	text-decoration: none;
	position: relative;
}

.header-main .main-menu .nav-bar nav ul li a:after {
	content: "";
	width: 0;
	height: 1px;
	float: left;
	background: #50A64B;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	position: absolute;
	bottom: 8px;
	left: 50%;
}

.header-main .main-menu .nav-bar nav ul li a:hover,
.header-main .main-menu .nav-bar nav ul li a:focus,
.header-main .main-menu .nav-bar nav ul li.active a {
	color: #ffffff;
}

.header-main .main-menu .nav-bar nav ul li a:hover:after,
.header-main .main-menu .nav-bar nav ul li a:focus:after,
.header-main .main-menu .nav-bar nav ul li.active a:after {
	width: 100%;
	left: 0;
}

.header-main .main-menu .nav-bar .btn-out {
	width: auto;
	float: left;
	padding: 0;
	margin: 0 0 0 26px;
}

.header-main .main-menu .nav-bar .btn {
	height: 46px;
	float: left;
	font-size: 16px;
	letter-spacing: normal;
	line-height: 46px;
	padding: 0 24px;
}

.header-main .main-menu .nav-bar .social-links-home {
	width: auto;
	margin: 8px 118px 0 0;
}


.header-main .menu-btn {
	width: 22px;
	height: 12px;
	float: right;
	cursor: pointer;
	position: relative;
	z-index: 5;
	margin: 16px 0 0 26px;
}

.header-main .menu-btn .icon-bar {
	width: 100%;
	float: right;
	text-decoration: none;
	position: relative;
}

.header-main .menu-btn .icon-bar span {
	width: 16PX;
	height: 2px;
	float: right;
	background: #FFFFFF;
	position: relative;
	margin: 6px 0 0 0;
}

.header-main .menu-btn .icon-bar span:before {
	content: "";
	width: 22PX;
	height: 2px;
	float: left;
	background: #FFFFFF;
	position: absolute;
	top: -6px;
	right: 0;
}

.header-main .menu-btn .icon-bar span:after {
	content: "";
	width: 12PX;
	height: 2px;
	float: left;
	background: #FFFFFF;
	position: absolute;
	top: 6px;
	right: 0;
}

.header-main .show-mbl {
	display: none;
}

@media only screen and (max-width: 1299px) {
.header-main .main-menu .nav-bar .social-links-home {
	margin: 8px 26px 0 0;
}
}

@media only screen and (max-width: 1199px) {
.header-main .container {
	max-width: 100%;
}

.header-main .brand {
	width: auto;
	height: 65px;
	margin: 16px 0 0 0;
}

.header-main .brand img {
	width: auto;
	max-height: 65px;
}

.header-main .main-menu {
	padding: 0;
}

.header-main .main-menu .nav-bar {
	float: right;
}

.header-main .main-menu .nav-inn {
	float: left;
}

.header-main .main-menu .nav-bar nav {
	display: none;
}

.header-main .main-menu .nav-bar .btn-out {
	display: none;
}

.header-main .main-menu .nav-bar .social-links-home {
	display: none;
}

.header-main .menu-btn {
	position: absolute;
	top: 43px;
	right: 35px;
	margin: 0;
}

.header-main .hide-mbl {
	display: none;
}

.header-main .show-mbl {
	display: inline-block;
}
}


/* 
 3.) Content - Main
----------------------------------------*/

.content-main {
	width: 100%;
	float: left;
	flex: 1 0 auto;
}

.content-main .container.alt {
	max-width: 1510px;
}

@media (max-width: 767px) {
.content-main .container.alt {
	max-width: 640px;
}
}


/* Banner - Main */
.banner-main {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.banner-main .figure {
	width: 59.95%;
	float: right;
}

.banner-main .figure img {
	width: 100%;
}

.banner-main .banner-cont {
	width: 100%;
	height: 100%;
	float: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
}

.banner-main .banner-cont .aside {
	width: 100%;
	max-width: 546px;
	float: left;
}

.banner-main .banner-cont .aside h1,
.banner-main .banner-cont .aside .h1 {
	padding-left: 64px;
}

.banner-main .banner-cont .aside p.lrg {
	font-weight: 600;
	font-size: 18px;
	color: #ffffff;
}

.banner-main .banner-cont .aside .txt-max {
	width: 100%;
	float: left;
}

.banner-main .banner-cont .aside .txt {
	width: 100%;
	float: left;
	position: relative;
	padding: 0 0 0 64px;
}

.banner-main .banner-cont .aside .txt:before {
	content: "";
	width: 44px;
	height: 1px;
	float: left;
	background: #51B14C;
	position: absolute;
	top: 11px;
	left: 0;
}

@media (max-width: 1199px) {
.banner-main .figure {
	width: 80%;
}

.banner-main .banner-cont .aside {
	max-width: 480px;
}
}

@media (max-width: 767px) {
.banner-main {
	padding: 0 0 56px 0;
}

.banner-main .figure {
	width: 100%;
	margin: 0 0 32px 0;
}

.banner-main .banner-cont {
	position: relative;
}

.banner-main .banner-cont .aside {
	max-width: 100%;
}

.banner-main .banner-cont .aside h1,
.banner-main .banner-cont .aside .h1 {
	padding-left: 40px;
}

.banner-main .banner-cont .aside p.lrg {
	font-size: 14px;
}

.banner-main .banner-cont .aside .txt {
	padding: 0 0 0 40px;
}

.banner-main .banner-cont .aside .txt:before {
	width: 20px;
	top: 8px;
}
}


/* Icon - List */
.icon-list {
	width: 100%;
	overflow: hidden;
	padding: 80px 0 115px 0;
}

.icon-list .article {
	width: 33.33%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0 20px 40px 20px;
	margin: 0;
}

.icon-list .article .box {
	width: 88.80%;
	height: 100%;
	float: left;
	font-weight: 600;
	font-size: 20px;
	color: #ffffff;
	line-height: 30px;
	text-align: center;
	background: #0F0F0F;
	border: 1px solid rgba(255, 255, 255, 0.5);
	position: relative;
	padding: 32px 32px;
}

.icon-list .article .box .icon {
	width: 100%;
	height: 180px;
	float: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-bottom: 12px;
}

.icon-list .article .box .icon img {
	max-height: 180px;
}

.icon-list .article.selected .box {
	width: 100%;
	height: 114%;
	border: 1px solid rgba(81, 177, 76, 0.5);
	top: -7%;
}

.icon-list .article.selected .box .icon {
	margin-top: 5%;
}

.icon-list .article-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -20px -40px -20px;
}

@media (max-width: 1199px) {
.icon-list {
	padding: 60px 0 80px 0;
}

.icon-list .article {
	padding: 0 10px 40px 10px;
}

.icon-list .article .box {
	width: 94%;
	font-size: 18px;
	line-height: 26px;
}

.icon-list .article-wrap {
	margin: 0 -10px -40px -10px;
}
}

@media (max-width: 767px) {
.icon-list {
	padding: 0 0 40px 0;
}

.icon-list .article {
	width: 100%;
	padding: 0 0 20px 0;
}

.icon-list .article .box {
	width: 88.80%;
	height: 100%;
	float: left;
	font-weight: 600;
	font-size: 20px;
	color: #ffffff;
	line-height: 30px;
	text-align: center;
	background: #0F0F0F;
	border: 1px solid rgba(255, 255, 255, 0.5);
	position: relative;
	padding: 32px 32px;
}

.icon-list .article .box .icon {
	width: 100%;
	height: 180px;
	float: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	margin-bottom: 12px;
}

.icon-list .article .box .icon img {
	max-height: 180px;
}

.icon-list .article.selected .box {
	width: 88.80%;
	height: 100%;
	border: 1px solid rgba(255, 255, 255, 0.5);
	top: 0;
}

.icon-list .article.selected .box .icon {
	margin-top: 0;
}

.icon-list .article-wrap {
	margin: 0 0 -20px 0;
}
}


/* Split - Content */
.split-cont2 {
	width: 100%;
	background: #000000 url(../png/photo-50.png) no-repeat left center;
	background-size: auto 100%;
	overflow: hidden;
	padding: 160px 0;
}

.split-cont2 .box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
}

.split-cont2 .box .figure {
	width: 56.80%;
	text-align: center;
	overflow: hidden;
}

.split-cont2 .box .figure img {
	width: 100%;
}

.split-cont2 .box .aside {
	width: 43.20%;
	padding: 0 40px 0 0;
}

.split-cont2 .box .aside .txt-max {
	width: 100%;
	max-width: 420px;
	float: left;
}

.split-cont2 .box .aside .txt {
	width: 100%;
	float: left;
	position: relative;
	padding: 0 0 0 64px;
}

.split-cont2 .box .aside .txt:before {
	content: "";
	width: 44px;
	height: 1px;
	float: left;
	background: #51B14C;
	position: absolute;
	top: 11px;
	left: 0;
}

.split-cont2 .box .aside h3,
.split-cont2 .box .aside .h3 {
	font-weight: 500;
	font-size: 40px;
	line-height: 60px;
	padding-bottom: 32px;
}

@media (max-width: 1199px) {
.split-cont2 {
	padding: 80px 0;
}

.split-cont2 .box .figure {
	width: 50%;
}

.split-cont2 .box .aside {
	width: 50%;
}

.split-cont2 .box .aside h3,
.split-cont2 .box .aside .h3 {
	font-size: 32px;
	line-height: 48px;
}
}

@media (max-width: 767px) {
.split-cont2 {
	background-size: 100% 100%;
	padding: 80px 0;
}

.split-cont2 .box .figure {
	display: none;
}

.split-cont2 .box .aside {
	width: 100%;
	padding: 0;
}

.split-cont2 .box .aside .txt-max {
	max-width: 250px;
}

.split-cont2 .box .aside .txt {
	padding: 0 0 0 40px;
}

.split-cont2 .box .aside .txt:before {
	width: 20px;
	top: 9px;
	left: 0;
}

.split-cont2 .box .aside h3,
.split-cont2 .box .aside .h3 {
	font-size: 18px;
	line-height: 30px;
	padding: 0 40px 24px 40px;
}

.split-cont2 .box .aside p {
	font-size: 12px;
	line-height: 18px;
}
}


/* Two - Col - Articles */
.two-col-articles {
	width: 100%;
	overflow: hidden;
	padding: 40px 0 80px 0;
}

.two-col-articles .row {
	align-items: center;
	padding: 0 0 40px 0;
	margin: 0;
}

.two-col-articles .row:last-child {
	padding-bottom: 0;
}

.two-col-articles .row>div {
	position: relative;
	padding: 0;
	margin: 0;
}

.two-col-articles .row>div .figure {
	width: 118.60%;
	text-align: center;
	overflow: hidden;
	position: relative;
	z-index: 1;
	margin: 0 -18.60% 0 0;
}

.two-col-articles .row>div .figure img {
	width: 100%;
}

.two-col-articles .row>div .aside {
	width: 100%;
	min-height: 800px;
	float: left;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	background: #0F0F0F;
}

.two-col-articles .row>div .aside .txt-max {
	width: 100%;
	max-width: 650px;
	float: right;
	padding: 0 35px 0 26%;
}

.two-col-articles .row>div .aside .txt {
	width: 100%;
	float: left;
	position: relative;
	padding: 0 0 0 64px;
}

.two-col-articles .row>div .aside .txt:before {
	content: "";
	width: 44px;
	height: 1px;
	float: left;
	background: #51B14C;
	position: absolute;
	top: 11px;
	left: 0;
}

.two-col-articles .row:nth-child(even)>div .figure {
	margin: 0 0 0 -18.60%;
}

.two-col-articles .row:nth-child(even)>div .aside {
	justify-content: right;
}

.two-col-articles .row:nth-child(even)>div .aside .txt-max {
	padding: 0 26% 0 35px;
}

@media (min-width: 768px) {
.two-col-articles .row:nth-child(even)>div:first-child {
	left: 50%;
}

.two-col-articles .row:nth-child(even)>div:nth-child(even) {
	right: 50%;
}
}

@media (max-width: 1199px) {
.two-col-articles .row>div .aside {
	min-height: 600px;
	justify-content: right;
	background: #0F0F0F;
}
}

@media (max-width: 767px) {
.two-col-articles {
	padding: 32px 0;
}

.two-col-articles .row {
	padding: 0 0 75px 0;
}

.two-col-articles .row>div .figure {
	width: 100%;
	padding: 0 65px 0 0;
	margin: 0 0 -115px 0;
}

.two-col-articles .row>div .aside {
	min-height: inherit;
	justify-content: inherit;
	padding: 156px 0 40px 0;
}

.two-col-articles .row>div .aside .txt-max {
	max-width: 240px;
	padding: 0 0 0 65px;
}


.two-col-articles .row>div .aside .txt {
	padding: 0;
}

.two-col-articles .row>div .aside .txt:before {
	width: 20px;
	left: -40px;
	top: 8px;
}

.two-col-articles .row:nth-child(even)>div .figure {
	padding: 0 0 0 65px;
	margin: 0 0 -115px 0;
}

.two-col-articles .row:nth-child(even)>div .aside {
	justify-content: inherit;
}

.two-col-articles .row:nth-child(even)>div .aside .txt-max {
	padding: 0 0 0 65px;
}
}


/* Two - Col - Articles */
.two-col-articles2 {
	width: 100%;
	overflow: hidden;
}

.two-col-articles2 .row {
	align-items: end;
	padding: 0;
	margin: 0 -10px;
}

.two-col-articles2 .row>div {
	padding: 0 10px;
	margin: 0;
}

.two-col-articles2 .row>div .box {
	width: 100%;
	float: left;
	position: relative;
}

.two-col-articles2 .row>div .box .figure {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
}

.two-col-articles2 .row>div .box .figure img {
	width: 100%;
}

.two-col-articles2 .row>div .box .aside {
	width: 100%;
	max-width: 650px;
	float: left;
	font-weight: 400;
	color: #FFFFFF;
	position: absolute;
	bottom: 0;
	right: -10px;
	padding: 40px 35px 40px 25px;
}

.two-col-articles2 .row>div .aside .txt-max {
	width: 100%;
	max-width: 320px;
	float: left;
}

.two-col-articles2 .row>div .aside .txt {
	width: 100%;
	float: left;
	position: relative;
	padding: 0 0 0 64px;
}

.two-col-articles2 .row>div .aside .txt:before {
	content: "";
	width: 44px;
	height: 1px;
	float: left;
	background: #51B14C;
	position: absolute;
	top: 11px;
	left: 0;
}

.two-col-articles2 .row>div .aside h3,
.two-col-articles2 .row>div .aside .h3 {
	font-weight: 500;
	font-size: 40px;
	line-height: 60px;
	padding-bottom: 0;
}

.two-col-articles2 .row>div:nth-child(even) .aside {
	left: -10px;
	right: auto;
	padding: 40px 40px 40px 130px;
}

@media (max-width: 1199px) {
.two-col-articles2 {
	width: 100%;
	overflow: hidden;
}

.two-col-articles2 .row {
	align-items: end;
	padding: 0;
	margin: 0 -10px;
}

.two-col-articles2 .row>div {
	padding: 0 10px;
	margin: 0;
}

.two-col-articles2 .row>div .box {
	width: 100%;
	float: left;
	position: relative;
}

.two-col-articles2 .row>div .box .figure {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
}

.two-col-articles2 .row>div .box .figure img {
	width: 100%;
}

.two-col-articles2 .row>div .box .aside {
	width: 100%;
	max-width: 650px;
	float: left;
	font-weight: 400;
	color: #FFFFFF;
	position: absolute;
	bottom: 0;
	right: -10px;
	padding: 40px 35px 40px 25px;
}

.two-col-articles2 .row>div .aside .txt-max {
	width: 100%;
	max-width: 320px;
	float: left;
}

.two-col-articles2 .row>div .aside .txt {
	width: 100%;
	float: left;
	position: relative;
	padding: 0 0 0 64px;
}

.two-col-articles2 .row>div .aside .txt:before {
	content: "";
	width: 44px;
	height: 1px;
	float: left;
	background: #51B14C;
	position: absolute;
	top: 11px;
	left: 0;
}

.two-col-articles2 .row>div .aside h3,
.two-col-articles2 .row>div .aside .h3 {
	font-size: 32px;
	line-height: 48px;
}

.two-col-articles2 .row>div:nth-child(even) .aside {
	left: -10px;
	right: auto;
	padding: 40px 40px 40px 45px;
}
}

@media (max-width: 767px) {
.two-col-articles2 .row {
	margin: 0;
}

.two-col-articles2 .row>div {
	padding: 0;
}


.two-col-articles2 .row>div .box .aside {
	max-width: 100%;
	right: 0;
	padding: 50px 20px 50px 45px;
}


.two-col-articles2 .row>div .aside .txt-max {
	max-width: 220px;
}

.two-col-articles2 .row>div .aside .txt {
	padding: 0;
}

.two-col-articles2 .row>div .aside .txt:before {
	width: 20px;
	top: 9px;
	left: -36px;
}

.two-col-articles2 .row>div .aside h3,
.two-col-articles2 .row>div .aside .h3 {
	font-size: 18px;
	line-height: 30px;
	padding-bottom: 0;
}

.two-col-articles2 .row>div .aside p {
	font-size: 12px;
	line-height: 18px;
}

.two-col-articles2 .row>div:nth-child(even) .aside {
	left: 0;
	right: auto;
	padding: 50px 20px 50px 45px;
}
}

/* Split - Content */
.split-cont3 {
	width: 100%;
	overflow: hidden;
	padding: 55px 0 0 0;
}

.split-cont3 .row {
	align-items: end;
	padding: 0;
	margin: 0 -35px;
}

.split-cont3 .row>div {
	padding: 0 35px;
	margin: 0;
}

.split-cont3 .row>div .figure {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
}

.split-cont3 .row>div .figure img {
	max-width: 100%;
}

.split-cont3 .row>div .aside {
	width: 100%;
	float: left;
	padding: 0 0 156px 0;
}

.split-cont3 .row>div .aside .txt-max {
	width: 100%;
	max-width: 420px;
	float: left;
}

.split-cont3 .row>div .aside .txt {
	width: 100%;
	float: left;
	position: relative;
	padding: 0 0 0 64px;
}

.split-cont3 .row>div .aside .txt:before {
	content: "";
	width: 44px;
	height: 1px;
	float: left;
	background: #51B14C;
	position: absolute;
	top: 11px;
	left: 0;
}

.split-cont3 .row>div .aside h3,
.split-cont3 .row>div .aside .h3 {
	font-weight: 500;
	font-size: 40px;
	line-height: 60px;
	padding-bottom: 32px;
}

@media (max-width: 1199px) {
.split-cont3 .row {
	margin: 0 -20px;
}

.split-cont3 .row>div {
	padding: 0 20px;
}

.split-cont3 .row>div .aside {
	padding: 0 0 80px 0;
}

.split-cont3 .row>div .aside h3,
.split-cont3 .row>div .aside .h3 {
	font-size: 32px;
	line-height: 48px;
}
}

@media (max-width: 767px) {
.split-cont3 {
	padding: 80px 0 0 0;
}

.split-cont3 .row {
	margin: 0 0 -32px 0;
}

.split-cont3 .row>div {
	padding: 0 0 32px 0;
}

.split-cont3 .row>div .aside {
	padding: 0 0 0 25px;
}

.split-cont3 .row>div .aside .txt-max {
	max-width: 220px;
}

.split-cont3 .row>div .aside .txt {
	padding: 0;
}

.split-cont3 .row>div .aside .txt:before {
	width: 20px;
	top: 9px;
	left: -36px;
}

.split-cont3 .row>div .aside h3,
.split-cont3 .row>div .aside .h3 {
	font-size: 18px;
	line-height: 30px;
	padding-bottom: 24px;
}

.split-cont3 .row>div .aside p {
	font-size: 12px;
	line-height: 18px;
}
}


/* Banner - CTA */
.banner-cta {
	width: 100%;
	color: #C3C3C3;
	background: #000000 url(../png/banner-cta-4.png) no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	overflow: hidden;
	position: relative;
}

.banner-cta:before {
	content: "";
	width: 100%;
	height: 100%;
	float: left;
	background: rgba(0, 0, 0, 0.24);
	position: absolute;
	top: 0;
	left: 0;
}

.banner-cta .box {
	width: 100%;
	min-height: 700px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 10;
	padding: 100px 0;
}

.banner-cta .aside {
	width: 100%;
	max-width: 740px;
	float: left;
	text-align: center;
}

.banner-cta .aside .logo {
	width: 100%;
	float: left;
	margin-bottom: 30px;
}

.banner-cta .aside .logo:last-child {
	margin-bottom: 0;
}

.banner-cta .aside .logo img {
	max-height: 228px;
}

@media (max-width: 1199px) {
.banner-cta .box {
	min-height: 500px;
	padding: 80px 0;
}

.banner-cta .aside .logo {
	margin-bottom: 16px;
}

.banner-cta .aside .logo img {
	max-height: 150px;
}
}

@media (max-width: 767px) {
.banner-cta .box {
	min-height: 315px;
	padding: 60px 0;
}

.banner-cta .aside {
	max-width: 100%;
	padding: 0 10%;
}

.banner-cta .aside .logo {
	margin-bottom: 10px;
}

.banner-cta .aside .logo img {
	max-height: 98px;
}
}


/* 
 4.) Footer
----------------------------------------*/

.footer-main {
	width: 100%;
	float: left;
	flex-shrink: 0;
	position: relative;
	z-index: 10001;
	padding: 32px 0;
}

.footer-main .container {
	max-width: 1270px;
}

.footer-main .box {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
}

.footer-main .brand-wrap {
	width: 40%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 20px 0 0;
}

.footer-main .brand-wrap .brand {
	width: 81px;
	float: left;
	position: relative;
	z-index: 5;
	margin: 0 -81px 0 0;
}

.footer-main .brand-wrap .brand img {
	width: 100%;
}

.footer-main .brand-wrap p {
	padding: 0 0 0 96px;
}

.footer-main .nav-bar {
	width: 60%;
}

.footer-main .nav-bar nav {
	width: auto;
	float: right;
}

.footer-main .nav-bar nav ul {
	float: left;
	padding: 0;
	margin: 0 -20px -10px -20px;
}

.footer-main .nav-bar nav ul li {
	float: left;
	padding: 0;
	margin: 0 20px 10px 20px;
}

.footer-main .nav-bar nav ul li:before {
	display: none;
}

.footer-main .nav-bar nav ul li a {
	float: left;
	font-weight: 500;
	font-size: 14px;
	color: #9D9D9D;
	line-height: 24px;
	letter-spacing: normal;
	text-decoration: none;
	position: relative;
}

.footer-main .nav-bar nav ul li a:after {
	content: "";
	width: 0;
	height: 1px;
	float: left;
	background: #50A64B;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	position: absolute;
	bottom: -1px;
	left: 50%;
}

.footer-main .nav-bar nav ul li a:hover,
.footer-main .nav-bar nav ul li a:focus,
.footer-main .nav-bar nav ul li.active a {
	color: #FFFFFF;
}

.footer-main .nav-bar nav ul li a:hover:after,
.footer-main .nav-bar nav ul li a:focus:after,
.footer-main .nav-bar nav ul li.active a:after {
	width: 100%;
	left: 0;
}

.footer-main .menu-btn {
	width: 22px;
	height: 12px;
	float: right;
	cursor: pointer;
	position: relative;
	z-index: 5;
	margin: 4px 0 0 26px;
}

.footer-main .menu-btn .icon-bar {
	width: 100%;
	float: right;
	text-decoration: none;
	position: relative;
}

.footer-main .menu-btn .icon-bar span {
	width: 16PX;
	height: 2px;
	float: right;
	background: #FFFFFF;
	position: relative;
	margin: 6px 0 0 0;
}

.footer-main .menu-btn .icon-bar span:before {
	content: "";
	width: 22PX;
	height: 2px;
	float: left;
	background: #FFFFFF;
	position: absolute;
	top: -6px;
	right: 0;
}

.footer-main .menu-btn .icon-bar span:after {
	content: "";
	width: 12PX;
	height: 2px;
	float: left;
	background: #FFFFFF;
	position: absolute;
	top: 6px;
	right: 0;
}

@media only screen and (max-width: 1199px) {
.footer-main .brand-wrap {
	width: 100%;
	text-align: center;
	padding: 0;
}

.footer-main .brand-wrap .brand {
	width: 100%;
	text-align: center;
	margin: 0 0 8px 0;
}

.footer-main .brand-wrap .brand img {
	width: 77px;
}

.footer-main .brand-wrap p {
	width: 100%;
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	padding: 0;
}

.footer-main .nav-bar {
	display: none;
}
}


/* Header */
.header-inner {
	width: 100%;
	height: 112px;
	float: left;
	border-bottom: 1px solid #50A64B;
	position: relative;
	z-index: 50;
}

.header-inner .container {
	max-width: 1510px;
}

.header-inner .brand {
	width: 228px;
	float: left;
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 5;
}

.header-inner .brand img {
	width: 100%;
}

.header-inner .main-menu {
	width: 100%;
	float: left;
}

.header-inner .main-menu .nav-bar {
	width: 100%;
	float: left;
}

.header-inner .main-menu .nav-inn {
	width: 100%;
	float: left;
}

.header-inner .main-menu .nav-bar nav {
	width: 50%;
	float: left;
	padding: 42px 149px 0 0;
}

.header-inner .main-menu .nav-bar nav ul {
	float: left;
	padding: 0;
	margin: 0 -16px;
}

.header-inner .main-menu .nav-bar nav ul li {
	float: left;
	padding: 0;
	margin: 0 16px;
}

.header-inner .main-menu .nav-bar nav ul li:before {
	display: none;
}

.header-inner .main-menu .nav-bar nav ul li a {
	height: 36px;
	float: left;
	font-family: "Roboto Mono", monospace;
	font-weight: 600;
	font-size: 16px;
	color: #808080;
	line-height: 20px;
	letter-spacing: 0.1em;
	text-decoration: none;
	text-transform: uppercase;
	transition: none;
	position: relative;
	padding: 8px 0;
}

.header-inner .main-menu .nav-bar nav ul li a:hover,
.header-inner .main-menu .nav-bar nav ul li a:focus,
.header-inner .main-menu .nav-bar nav ul li.active a {
	color: #50A64B;
}

.header-inner .main-menu .nav-bar nav ul li.child:hover ul {
	display: block;
}

.header-inner .main-menu .nav-bar nav ul li.child a {
	padding-right: 30px;
}

.header-inner .main-menu .nav-bar nav ul li.child a:after {
	content: "\f078";
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	font-size: 125%;
	line-height: 1em;
	position: absolute;
	top: 50%;
	right: 0;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.header-inner .main-menu .nav-bar nav ul li.child ul {
	width: 200px;
	float: left;
	display: none;
	background: #ffffff;
	border: 1px solid #808080;
	border-radius: 8px;
	position: absolute;
	top: 36px;
	left: 0;
	z-index: 5;
	padding: 24px 16px;
	margin: 0;
}

.header-inner .main-menu .nav-bar nav ul li.child ul li {
	width: 100%;
	height: auto;
	float: left;
	padding: 0;
	margin: 0 0 16px 0;
}

.header-inner .main-menu .nav-bar nav ul li.child ul li:before {
	display: none;
}

.header-inner .main-menu .nav-bar nav ul li.child ul li:last-child {
	margin-bottom: 0;
}

.header-inner .main-menu .nav-bar nav ul li.child ul li a {
	height: auto;
	line-height: inherit;
	position: relative;
	padding: 0;
}

.header-inner .main-menu .nav-bar nav ul li.child ul li a:after {
	display: none;
}

.header-inner .main-menu .nav-bar nav ul li.child:hover ul li a {
	color: #808080;
}

.header-inner .main-menu .nav-bar nav ul li.child ul li:hover a,
.header-inner .main-menu .nav-bar nav ul li.child ul li.active a {
	color: #50A64B;
}

.header-inner .main-menu .nav-bar nav ul li.child .sub-link {
	width: 40px;
	height: 40px;
	float: left;
	display: none;
	cursor: pointer;
	text-indent: -99999px;
	position: absolute;
	top: 6px;
	right: 0;
}

.header-inner .main-menu .nav-bar nav ul li.child .sub-link:before {
	content: "\f078";
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
	font-size: 125%;
	line-height: 40px;
	text-indent: 0;
	text-align: right;
	position: absolute;
	top: 0;
	right: 0;
}

.header-inner .main-menu .nav-bar nav ul li.child .sub-link.active:before {
	content: "\f077";
}

.header-inner .main-menu .nav-bar .head-right {
	width: 50%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: right;
	padding: 30px 0 0 149px;
}

.header-inner .main-menu .nav-bar .head-right .search-box {
	width: 245px;
	float: left;
	position: relative;
	margin-right: 16px;
}

.header-inner .main-menu .nav-bar .head-right .search-box form {
	width: 100%;
	float: left;
	position: relative;
	padding: 0;
	margin: 0;
}

.header-inner .main-menu .nav-bar .head-right .search-box select,
.header-inner .main-menu .nav-bar .head-right .search-box textarea,
.header-inner .main-menu .nav-bar .head-right .search-box input[type="text"],
.header-inner .main-menu .nav-bar .head-right .search-box input[type="password"],
.header-inner .main-menu .nav-bar .head-right .search-box input[type="datetime"],
.header-inner .main-menu .nav-bar .head-right .search-box input[type="datetime-local"],
.header-inner .main-menu .nav-bar .head-right .search-box input[type="date"],
.header-inner .main-menu .nav-bar .head-right .search-box input[type="month"],
.header-inner .main-menu .nav-bar .head-right .search-box input[type="time"],
.header-inner .main-menu .nav-bar .head-right .search-box input[type="week"],
.header-inner .main-menu .nav-bar .head-right .search-box input[type="number"],
.header-inner .main-menu .nav-bar .head-right .search-box input[type="email"],
.header-inner .main-menu .nav-bar .head-right .search-box input[type="url"],
.header-inner .main-menu .nav-bar .head-right .search-box input[type="search"],
.header-inner .main-menu .nav-bar .head-right .search-box input[type="tel"],
.header-inner .main-menu .nav-bar .head-right .search-box input[type="color"],
.header-inner .main-menu .nav-bar .head-right .search-box .uneditable-input {
	height: 52px;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #ffffff;
	line-height: 20px;
	background: none;
	border: 1px solid #282828;
	border-radius: 4px !important;
	box-shadow: none;
	border-radius: 0;
	padding: 16px 73px 16px 24px;
}

.header-inner .main-menu .nav-bar .head-right .search-box select.colorize option:not([disabled]) {
	color: #A1A1A1;
}

.header-inner .main-menu .nav-bar .head-right .search-box select.colorize option.def:not([disabled]),
.header-inner .main-menu .nav-bar .head-right .search-box select.colorize.empty:not([disabled]) {
	color: #A1A1A1;
}

.header-inner .main-menu .nav-bar .head-right .search-box ::-webkit-input-placeholder,
.header-inner .main-menu .nav-bar .head-right .search-box ::-webkit-textarea-placeholder {
	color: #A1A1A1;
}

.header-inner .main-menu .nav-bar .head-right .search-box input::-moz-placeholder,
.header-inner .main-menu .nav-bar .head-right .search-box textarea::-moz-placeholder {
	color: #A1A1A1;
}

.header-inner .main-menu .nav-bar .head-right .search-box ::-moz-placeholder {
	color: #A1A1A1;
}

.header-inner .main-menu .nav-bar .head-right .search-box ::-ms-input-placeholder {
	color: #A1A1A1;
}

.header-inner .main-menu .nav-bar .head-right .search-box .searchbtn {
	width: 25px;
	height: 52px;
	float: right;
	text-indent: -99999px;
	background: url(../svg/icon-search-4.svg) no-repeat center center;
	background-size: 25px auto;
	box-shadow: none;
	border-radius: 0;
	border: none;
	padding: 0;
	position: absolute;
	top: 0;
	right: 24px;
	z-index: 1;
}

.header-inner .main-menu .nav-bar .head-right .search-box select:focus,
.header-inner .main-menu .nav-bar .head-right .search-box textarea:focus,
.header-inner .main-menu .nav-bar .head-right .search-box input[type="text"]:focus,
.header-inner .main-menu .nav-bar .head-right .search-box input[type="password"]:focus,
.header-inner .main-menu .nav-bar .head-right .search-box input[type="datetime"]:focus,
.header-inner .main-menu .nav-bar .head-right .search-box input[type="datetime-local"]:focus,
.header-inner .main-menu .nav-bar .head-right .search-box input[type="date"]:focus,
.header-inner .main-menu .nav-bar .head-right .search-box input[type="month"]:focus,
.header-inner .main-menu .nav-bar .head-right .search-box input[type="time"]:focus,
.header-inner .main-menu .nav-bar .head-right .search-box input[type="week"]:focus,
.header-inner .main-menu .nav-bar .head-right .search-box input[type="number"]:focus,
.header-inner .main-menu .nav-bar .head-right .search-box input[type="email"]:focus,
.header-inner .main-menu .nav-bar .head-right .search-box input[type="url"]:focus,
.header-inner .main-menu .nav-bar .head-right .search-box input[type="search"]:focus,
.header-inner .main-menu .nav-bar .head-right .search-box input[type="tel"]:focus,
.header-inner .main-menu .nav-bar .head-right .search-box input[type="color"]:focus,
.header-inner .main-menu .nav-bar .head-right .search-box .uneditable-input:focus {
	border-color: #ffffff;
	outline: 0;
}

.header-inner .main-menu .nav-bar .head-right .login {
	float: left;
	margin-right: 16px;
}

.header-inner .main-menu .nav-bar .head-right .login a {
	height: 52px;
	float: left;
	font-family: "Roboto Mono", monospace;
	font-weight: 700;
	font-size: 16px;
	color: #A1A1A1;
	line-height: 52px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	border: 1px solid #A1A1A1;
	border-radius: 4px;
	padding: 0 24px;
}

.header-inner .main-menu .nav-bar .head-right .login a:hover,
.header-inner .main-menu .nav-bar .head-right .login a:focus,
.header-inner .main-menu .nav-bar .head-right .login a:active {
	color: #59B554;
	border-color: #59B554;
}

.header-inner .main-menu .nav-bar .head-right .shopping-cart {
	float: left;
}

.header-inner .main-menu .nav-bar .head-right .shopping-cart a {
	height: 52px;
	float: left;
	font-size: 20px;
	color: #A1A1A1;
	line-height: 52px;
	border: 1px solid #A1A1A1;
	border-radius: 4px;
	padding: 0 24px;
}

.header-inner .main-menu .nav-bar .head-right .shopping-cart .count {
	font-family: "Roboto Mono", monospace;
	font-weight: 700;
	font-size: 20px;
	color: #ffffff;
	line-height: 20px;
	background: #282828;
	border-radius: 8px;
	position: relative;
	top: 0;
	padding: 3px 8px;
	margin-left: 10px;
}

.header-inner .main-menu .nav-bar .head-right .shopping-cart a:hover,
.header-inner .main-menu .nav-bar .head-right .shopping-cart a:focus,
.header-inner .main-menu .nav-bar .head-right .shopping-cart a:active {
	color: #59B554;
	border-color: #59B554;
}

.header-inner .main-menu .nav-bar .menu-close {
	display: none;
	position: absolute;
	top: 26px;
	right: 32px;
}

.header-inner .main-menu .nav-bar .menu-close button {
	font-weight: 300;
	font-size: 32px;
	color: #A1A1A1;
	line-height: 1em;
	text-decoration: none;
	cursor: pointer;
	background: none;
	border: none;
	border-radius: 0;
	padding: 0;
	margin: 0;
}

.header-inner .menu-btn {
	width: 30px;
	height: 18px;
	float: left;
	display: none;
	cursor: pointer;
	z-index: 5;
	position: absolute;
	top: 46px;
	left: 35px;
}

.header-inner .menu-btn .icon-bar {
	width: 100%;
	float: right;
	text-decoration: none;
	position: relative;
}

.header-inner .menu-btn .icon-bar span {
	width: 26px;
	height: 2px;
	float: right;
	background: #A1A1A1;
	border-radius: 0;
	position: relative;
	margin: 9px 0 0 0;
}

.header-inner .menu-btn .icon-bar span:before {
	content: "";
	width: 100%;
	height: 2px;
	float: left;
	background: #A1A1A1;
	border-radius: 0;
	position: absolute;
	top: -9px;
	right: 0;
}

.header-inner .menu-btn .icon-bar span:after {
	content: "";
	width: 100%;
	height: 2px;
	float: left;
	background: #A1A1A1;
	border-radius: 0;
	position: absolute;
	top: 9px;
	right: 0;
}

@media (max-width: 1439px) {
.header-inner .main-menu .nav-bar .head-right .search-box {
	width: 200px;
}

.header-inner .main-menu .nav-bar .head-right .login a {
	padding: 0 16px;
}

.header-inner .main-menu .nav-bar .head-right .shopping-cart a {
	padding: 0 16px;
}
}

@media (min-width: 1280px) {
.header-inner .main-menu .nav-bar {
	display: block !important;
}
}

@media (max-width: 1279px) {
.hidden-body {
	overflow: hidden;
}

.overlay {
	width: 100%;
	height: 100%;
	float: left;
	background: rgba(0, 0, 0, 0.35);
	-webkit-transition: top .15s ease-out;
	-moz-transition: top .15s ease-out;
	transition: top .15s ease-out;
	overflow: hidden;
	visibility: hidden;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9;
}

.overlay.show {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}

.header-inner .main-menu .nav-bar {
	width: 90%;
	max-width: 300px;
	height: 100%;
	float: left;
	display: none;
	background: #000000;
	border-right: 1px solid rgba(255, 255, 255, 0.24);
	overflow: auto;
	overflow-x: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
	padding: 0;
	margin: 0;
}

.header-inner .main-menu .nav-inn {
	width: 100%;
	float: left;
	padding: 63px 32px;
}

.header-inner .main-menu .nav-bar nav {
	width: 100%;
	padding: 0;
}

.header-inner .main-menu .nav-bar nav ul {
	width: 100%;
	margin: 0;
}

.header-inner .main-menu .nav-bar nav ul li {
	width: 100%;
	margin: 0;
}

.header-inner .main-menu .nav-bar nav ul li a {
	width: 100%;
	height: auto;
	font-size: 16px;
	line-height: 20px;
	padding: 16px 0;
}

.header-inner .main-menu .nav-bar nav ul li.child:hover ul {
	display: none;
}

.header-inner .main-menu .nav-bar nav ul li.child ul {
	width: 100%;
	display: none;
	background: none;
	border: none;
	border-radius: 0;
	position: relative;
	top: 0;
	left: 0;
	padding: 12px 0 12px 16px;
	margin: 0;
}

.header-inner .main-menu .nav-bar nav ul li.child a:after {
	display: none;
}

.header-inner .main-menu .nav-bar nav ul li.child ul li a {
	background: none;
	padding: 0;
	margin: 0;
}

.header-inner .main-menu .nav-bar nav ul li.child .sub-link {
	display: block;
}

.header-inner .main-menu .nav-bar .menu-close {
	display: inline-block;
}

.header-inner .main-menu .nav-bar .head-right {
	width: 100%;
	justify-content: left;
	padding: 22px 0 0 0;
}

.header-inner .main-menu .nav-bar .head-right .search-box {
	width: 100%;
	margin: 0 0 16px 0;
}

.header-inner .main-menu .nav-bar .head-right .search-box form {
	width: 100%;
	float: left;
	position: relative;
	padding: 0;
	margin: 0;
}

.header-inner .main-menu .nav-bar .head-right .login {
	width: 50%;
	text-align: center;
	padding: 0 8px 0 0;
	margin: 0;
}

.header-inner .main-menu .nav-bar .head-right .login a {
	width: 100%;
	float: left;
	padding: 0 8px;
}

.header-inner .main-menu .nav-bar .head-right .shopping-cart {
	width: 50%;
	text-align: center;
	padding: 0 0 0 8px;
	margin: 0;
}

.header-inner .main-menu .nav-bar .head-right .shopping-cart a {
	width: 100%;
	float: left;
	padding: 0 8px;
}

.header-inner .menu-btn {
	display: inline-block;
}
}

@media (max-width: 767px) {
.header-inner {
	height: 90px;
}

.header-inner .container {
	max-width: 100%;
}

.header-inner .brand {
	width: 190px;
}

.header-inner .menu-btn {
	top: 35px;
	left: 20px;
}
}


/* Catagery - Links */
.catagery-links {
	width: 100%;
	overflow: hidden;
	padding: 0 0 32px 0;
}

.catagery-links ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	padding: 0;
	margin: 0 -4px -8px -4px;
}

.catagery-links ul li {
	padding: 0;
	margin: 0 4px 8px 4px;
}

.catagery-links ul li:before {
	display: none;
}

.catagery-links ul li a {
	float: left;
	font-weight: 400;
	font-size: 16px;
	color: #EBEBEB;
	line-height: 24px;
	background: #282828;
	border-radius: 360px;
	padding: 16px 16px;
}

.catagery-links ul li a:hover,
.catagery-links ul li a:focus,
.catagery-links ul li a.active {
	color: #EBEBEB;
	background: #59B554;
}


/* Feature - List */
.product-list {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #282828;
	position: relative;
	padding: 48px 0;
}

.product-list .container {
	max-width: 1510px;
}

.product-list h1,
.product-list .h1 {
	font-weight: 500;
	font-size: 36px;
	line-height: 44px;
	padding-bottom: 36px;
}

.product-list .row {
	padding: 0;
	margin: 0 -12px -48px -12px;
}

.product-list .row>div {
	padding: 0 12px 48px 12px;
	margin: 0;
}

.product-list .row>div .box {
	width: 100%;
	float: left;
	font-weight: inherit;
	color: inherit;
	text-decoration: none;
}

.product-list .row>div .box .figure {
	width: 100%;
	float: left;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	border: 1px solid rgba(89, 90, 92, 0.75);
	border-radius: 20px;
	margin-bottom: 16px;
}

.product-list .row>div .box .figure img {
	width: 100%;
	border-radius: 20px;
}

.product-list .row>div .box .aside {
	width: 100%;
	float: left;
}

.product-list .row>div .box .aside h4,
.product-list .row>div .box .aside .h4 {
	font-family: "Inter", sans-serif;
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
	padding-bottom: 16px;
}

.product-list .row>div .box .aside h4 .price,
.product-list .row>div .box .aside .h4 .price {
	font-family: "Plus Jakarta Sans", sans-serif;
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	position: relative;
	top: -5px;
	margin-left: 10px;
}

.product-list .row>div .box .aside h4:last-child,
.product-list .row>div .box .aside .h4:last-child {
	padding-bottom: 0;
}

.product-list .row>div .box .aside .btns {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 -4px -8px -4px;
}

.product-list .row>div .box .aside .btns .btn {
	font-family: "Roboto Mono", monospace;
	font-weight: 700;
	font-size: 12px;
	color: #808080;
	line-height: 16px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	background: none;
	border: none;
	box-shadow: inset #808080 0 0 0 1px;
	border-radius: 8px;
	padding: 11px 16px;
	margin: 0 4px 8px 4px;
}

.product-list .row>div .box .aside .btns .btn em {
	font-size: 125%;
	margin: 0 0 0 4px;
}

.product-list .row>div .box .aside .btns .btn::before {
	display: none;
}

.product-list .row>div .box:hover .figure,
.product-list .row>div .box:focus .figure,
.product-list .row>div .box:active .figure {
	border-color: rgba(89, 181, 84, 0.75);
}

.product-list .row>div .box:hover .aside .btns .btn,
.product-list .row>div .box:focus .aside .btns .btn,
.product-list .row>div .box:active .aside .btns .btn {
	color: #59B554;
	box-shadow: inset #59B554 0 0 0 1px;
}

@media (max-width: 767px) {
.product-list .row {
	margin: 0 -12px -36px -12px;
}

.product-list .row>div {
	padding: 0 12px 36px 12px;
}
}


/* Split - Cont */
.split-cont {
	width: 100%;
	font-weight: 400;
	font-size: 16px;
	color: #A1A1A1;
	line-height: 24px;
	border-bottom: 1px solid #282828;
	overflow: hidden;
	padding: 32px 0;
}

.split-cont .box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 30px;
}

.split-cont .box .figure {
	width: 56.35%;
	text-align: center;
	overflow: hidden;
}

.split-cont .box .figure img {
	width: 100%;
}

.split-cont .box .aside {
	width: 43.65%;
}

.split-cont .box .aside .txt-max {
	width: 100%;
	max-width: 450px;
	float: left;
}

@media (max-width: 1199px) {
.split-cont .box {
	padding: 0;
}

.split-cont .box .figure {
	width: 50%;
}

.split-cont .box .aside {
	width: 50%;
}
}

@media (max-width: 767px) {
.split-cont .box .figure {
	width: 100%;
}

.split-cont .box .aside {
	width: 100%;
}

.split-cont .box .aside .txt-max {
	max-width: 100%;
}
}


/* Custumer - Reviews */
.custumer-reviews {
	width: 100%;
	overflow: hidden;
	color: #141413;
	border-bottom: 1px solid #282828;
	padding: 32px 0;
}

.custumer-reviews .row {
	margin: 0 -8px -16px -8px;
}

.custumer-reviews .row>div {
	padding: 0 8px 16px 8px;
}

.custumer-reviews .row>div .box {
	width: 100%;
	float: left;
	font-weight: 400;
	font-size: 16px;
	color: #A1A1A1;
	line-height: 24px;
	background: #282828;
	border-radius: 16px;
	padding: 16px 16px;
}

.custumer-reviews .row>div .box p {
	padding-bottom: 32px;
}

.custumer-reviews .row>div .box p:last-child {
	padding-bottom: 0;
}

.custumer-reviews .row>div .box p a {
	color: #55AEC9;
}

.custumer-reviews .row>div .box p a:hover,
.custumer-reviews .row>div .box p a:focus,
.custumer-reviews .row>div .box p a:active {
	color: #50A64B;
}

.custumer-reviews .row>div .box .profile {
	width: 100%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 16px;
}

.custumer-reviews .row>div .box .profile:last-child {
	margin-bottom: 0;
}

.custumer-reviews .row>div .box .profile .icon {
	width: 56px;
	border-radius: 360px;
	position: relative;
	z-index: 1;
	margin-right: -56px;
}

.custumer-reviews .row>div .box .profile .icon img {
	width: 100%;
	border-radius: 360px;
}

.custumer-reviews .row>div .box .profile .aside {
	width: 100%;
	padding: 0 0 0 74px;
}

.custumer-reviews .row>div .box .profile .aside .name {
	width: 100%;
	float: left;
	color: #ffffff;
	margin-bottom: 10px;
}

.custumer-reviews .row>div .box .profile .aside .name:last-child {
	margin-bottom: 0;
}

.custumer-reviews .row>div .box .profile .aside .ratings {
	width: 100%;
	float: left;
	font-size: 14px;
	color: #808080;
	line-height: 17px;
}

.custumer-reviews .row>div .box .profile .aside .ratings img {
	width: auto;
	max-width: inherit;
	max-height: 14px;
}

.custumer-reviews .row>div .box .profile .aside .ratings .days {
	position: relative;
	top: 2px;
	margin-left: 8px;
}

.custumer-reviews .google-rating {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 16px;
}

.custumer-reviews .google-rating h4,
.custumer-reviews .google-rating .h4 {
	padding-bottom: 8px;
}

.custumer-reviews .google-rating .box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	background: #282828;
	border-radius: 16px;
	padding: 16px 16px;
}

.custumer-reviews .google-rating .box .aside {
	width: 70%;
	padding: 0 16px 0 0;
}

.custumer-reviews .google-rating .box .aside .logo {
	width: 100%;
	float: left;
	margin-top: 10px;
	margin-bottom: 12px;
}

.custumer-reviews .google-rating .box .aside .logo:last-child {
	margin-bottom: 0;
}

.custumer-reviews .google-rating .box .aside .logo img {
	max-height: 36px;
}

.custumer-reviews .google-rating .box .aside .logo .rating {
	font-weight: 400;
	font-size: 16px;
	color: #ffffff;
	line-height: 24px;
	position: relative;
	top: 2px;
	margin-left: 6px;
}

.custumer-reviews .google-rating .box .aside .ratings {
	width: 100%;
	float: left;
	font-weight: 500;
	font-size: 24px;
	color: #808080;
	line-height: 28px;
}

.custumer-reviews .google-rating .box .aside .ratings img {
	max-height: 17px;
	position: relative;
	top: -3px;
	margin: 0 6px;
}

.custumer-reviews .google-rating .box .aside .ratings .review-txt {
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	position: relative;
	top: -2px;
}

.custumer-reviews .google-rating .box .btn {
	font-family: "Roboto Mono", monospace;
	font-weight: 700;
	font-size: 12px;
	line-height: 20px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	border-radius: 360px;
	padding: 6px 16px;
}

.custumer-reviews .google-rating .box .btn-out {
	width: 30%;
	text-align: right;
	padding: 0 0 0 16px;
	margin: 0;
}

@media (max-width: 767px) {
.custumer-reviews .google-rating .box .aside {
	width: 100%;
	padding: 0 0 16px 0;
}

.custumer-reviews .google-rating .box .btn-out {
	width: 100%;
	text-align: left;
	padding: 0;
}
}


/* Footer */
.footer-inner {
	width: 100%;
	float: left;
	flex-shrink: 0;
	position: relative;
	overflow: hidden;
}

.footer-inner .container {
	max-width: 1510px;
}

.footer-inner .pre-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-bottom: 1px solid #282828;
	padding: 32px 0;
}

.footer-inner .pre-footer:last-child {
	border-bottom: none;
}

.footer-inner .pre-footer .logo {
	width: 77px;
	position: relative;
	z-index: 1;
	margin-left: -77px;
}

.footer-inner .pre-footer .logo img {
	width: 100%;
}

.footer-inner .pre-footer .footer-links {
	width: 100%;
	font-weight: 500;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 18px;
	padding: 0 112px 0 0;
}

.footer-inner .pre-footer .footer-links ul {
	padding: 0;
	margin: 0;
}

.footer-inner .pre-footer .footer-links ul li {
	padding: 0;
	margin: 0 0 16px 0;
}

.footer-inner .pre-footer .footer-links ul li:before {
	display: none;
}

.footer-inner .pre-footer .footer-links ul li:last-child {
	margin-bottom: 0;
}

.footer-inner .pre-footer .footer-links ul li a {
	color: #FFFFFF;
	text-decoration: none;
}

.footer-inner .pre-footer .footer-links ul li a:hover,
.footer-inner .pre-footer .footer-links ul li a:focus,
.footer-inner .pre-footer .footer-links ul li a:active {
	color: #50A64B;
}

.footer-inner .pre-footer .footer-links .more {
	width: 100%;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	overflow: hidden;
	margin-bottom: 16px;
}

.footer-inner .pre-footer .footer-links .more:last-child {
	margin-bottom: 0;
}

.footer-inner .pre-footer .footer-links .more a {
	color: #595A5C;
	text-decoration: none;
}

.footer-inner .pre-footer .footer-links .more a:hover,
.footer-inner .pre-footer .footer-links .more a:focus,
.footer-inner .pre-footer .footer-links .more a:active {
	color: #50A64B;
}

.footer-inner .newsletter-form-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 32px 0;
	margin: 0 -8px;
}

.footer-inner .newsletter-form-wrap h4,
.footer-inner .newsletter-form-wrap .h4 {
	font-size: 24px;
	line-height: 30px;
	padding-bottom: 12px;
}

.footer-inner .newsletter-form-wrap h4:last-child,
.footer-inner .newsletter-form-wrap .h4:last-child {
	padding-bottom: 0;
}

.footer-inner .newsletter-form-wrap .newsletter-form {
	width: 50%;
	padding: 0 8px;
}

.footer-inner .newsletter-form-wrap .newsletter-form .box {
	width: 100%;
	height: 84px;
	overflow: hidden;
	box-shadow: #282828 0 0 0 1px;
	border-radius: 8px;
	padding: 16px 16px;
}

.footer-inner .newsletter-form-wrap .newsletter-form form {
	width: 100%;
	float: left;
	position: relative;
	padding: 0;
	margin: 0;
}

.footer-inner .newsletter-form-wrap .newsletter-form select,
.footer-inner .newsletter-form-wrap .newsletter-form textarea,
.footer-inner .newsletter-form-wrap .newsletter-form input[type="text"],
.footer-inner .newsletter-form-wrap .newsletter-form input[type="password"],
.footer-inner .newsletter-form-wrap .newsletter-form input[type="datetime"],
.footer-inner .newsletter-form-wrap .newsletter-form input[type="datetime-local"],
.footer-inner .newsletter-form-wrap .newsletter-form input[type="date"],
.footer-inner .newsletter-form-wrap .newsletter-form input[type="month"],
.footer-inner .newsletter-form-wrap .newsletter-form input[type="time"],
.footer-inner .newsletter-form-wrap .newsletter-form input[type="week"],
.footer-inner .newsletter-form-wrap .newsletter-form input[type="number"],
.footer-inner .newsletter-form-wrap .newsletter-form input[type="email"],
.footer-inner .newsletter-form-wrap .newsletter-form input[type="url"],
.footer-inner .newsletter-form-wrap .newsletter-form input[type="search"],
.footer-inner .newsletter-form-wrap .newsletter-form input[type="tel"],
.footer-inner .newsletter-form-wrap .newsletter-form input[type="color"],
.footer-inner .newsletter-form-wrap .newsletter-form .uneditable-input {
	height: 52px;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #ffffff;
	line-height: 20px;
	background: none;
	border: none;
	border-bottom: none;
	box-shadow: none;
	border-radius: 0;
	padding: 16px 106px 16px 0;
}

.footer-inner .newsletter-form-wrap .newsletter-form select.colorize option:not([disabled]) {
	color: #FFFFFF;
}

.footer-inner .newsletter-form-wrap .newsletter-form select.colorize option.def:not([disabled]),
.footer-inner .newsletter-form-wrap .newsletter-form select.colorize.empty:not([disabled]) {
	color: #FFFFFF;
}

.footer-inner .newsletter-form-wrap .newsletter-form ::-webkit-input-placeholder,
.footer-inner .newsletter-form-wrap .newsletter-form ::-webkit-textarea-placeholder {
	color: #FFFFFF;
}

.footer-inner .newsletter-form-wrap .newsletter-form input::-moz-placeholder,
.footer-inner .newsletter-form-wrap .newsletter-form textarea::-moz-placeholder {
	color: #FFFFFF;
}

.footer-inner .newsletter-form-wrap .newsletter-form ::-moz-placeholder {
	color: #FFFFFF;
}

.footer-inner .newsletter-form-wrap .newsletter-form ::-ms-input-placeholder {
	color: #FFFFFF;
}

.footer-inner .newsletter-form-wrap .newsletter-form .btn,
.footer-inner .newsletter-form-wrap .newsletter-form .button,
.footer-inner .newsletter-form-wrap .newsletter-form input[type="button"],
.footer-inner .newsletter-form-wrap .newsletter-form input[type="submit"] {
	width: 90px;
	height: 52px;
	float: right;
	font-family: "Roboto Mono", monospace;
	font-weight: 700;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 52px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	background: none;
	box-shadow: inset #FFFFFF 0 0 0 1px;
	border-radius: 8px;
	border: none;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.footer-inner .newsletter-form-wrap .newsletter-form .btn:hover,
.footer-inner .newsletter-form-wrap .newsletter-form .btn:focus,
.footer-inner .newsletter-form-wrap .newsletter-form .btn:active,
.footer-inner .newsletter-form-wrap .newsletter-form .btn:active:focus,
.footer-inner .newsletter-form-wrap .newsletter-form .btn.active,
.footer-inner .newsletter-form-wrap .newsletter-form .btn.active:focus,
.footer-inner .newsletter-form-wrap .newsletter-form .button:hover,
.footer-inner .newsletter-form-wrap .newsletter-form .button:focus,
.footer-inner .newsletter-form-wrap .newsletter-form .button:active,
.footer-inner .newsletter-form-wrap .newsletter-form .button:active:focus,
.footer-inner .newsletter-form-wrap .newsletter-form .button.active,
.footer-inner .newsletter-form-wrap .newsletter-form .button.active:focus,
.footer-inner .newsletter-form-wrap .newsletter-form input[type="button"]:hover,
.footer-inner .newsletter-form-wrap .newsletter-form input[type="button"]:focus,
.footer-inner .newsletter-form-wrap .newsletter-form input[type="button"]:active,
.footer-inner .newsletter-form-wrap .newsletter-form input[type="button"]:active:focus,
.footer-inner .newsletter-form-wrap .newsletter-form input[type="button"].active,
.footer-inner .newsletter-form-wrap .newsletter-form input[type="button"].active:focus,
.footer-inner .newsletter-form-wrap .newsletter-form input[type="submit"]:hover,
.footer-inner .newsletter-form-wrap .newsletter-form input[type="submit"]:focus,
.footer-inner .newsletter-form-wrap .newsletter-form input[type="submit"]:active,
.footer-inner .newsletter-form-wrap .newsletter-form input[type="submit"]:active:focus,
.footer-inner .newsletter-form-wrap .newsletter-form input[type="submit"].active,
.footer-inner .newsletter-form-wrap .newsletter-form input[type="submit"].active:focus,
.footer-inner .newsletter-form-wrap .newsletter-form .btn:not(:disabled):not(.disabled).active,
.footer-inner .newsletter-form-wrap .newsletter-form .btn:not(:disabled):not(.disabled):active {
	color: #59B554;
	box-shadow: inset #59B554 0 0 0 1px;
}

.footer-inner .newsletter-form-wrap .social-links {
	width: 50%;
	padding: 0 8px;
}

.footer-inner .newsletter-form-wrap .social-links ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 -12px;
}

.footer-inner .newsletter-form-wrap .social-links ul li {
	float: left;
	padding: 0;
	margin: 0 12px;
}

.footer-inner .newsletter-form-wrap .social-links ul li:before {
	display: none;
}

.footer-inner .newsletter-form-wrap .social-links ul li a {
	height: 52px;
	font-size: 38px;
	color: #808080;
	line-height: 52px;
	text-decoration: none;
}

.footer-inner .newsletter-form-wrap .social-links ul li a span {
	display: none;
}

.footer-inner .newsletter-form-wrap .social-links ul li .fa-instagram {
	font-size: 46px;
}

.footer-inner .newsletter-form-wrap .social-links ul li a:hover,
.footer-inner .newsletter-form-wrap .social-links ul li a:focus,
.footer-inner .newsletter-form-wrap .social-links ul li a:active {
	color: #50A64B;
}

.footer-inner .newsletter-form-wrap .social-links .box {
	width: 100%;
	height: 84px;
	overflow: hidden;
	box-shadow: #282828 0 0 0 1px;
	border-radius: 8px;
	padding: 16px 16px;
}

.footer-inner .copyrights {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding-bottom: 32px;
}

.footer-inner .copyrights .copyrights-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	font-weight: 700;
	font-size: 14px;
	color: #808080;
	line-height: 17px;
	margin-bottom: 32px;
}

.footer-inner .copyrights .copyrights-wrap:last-child {
	margin-bottom: 0;
}

.footer-inner .copyrights .copyrights-wrap p {
	width: 100%;
	padding: 0 100px 0 0;
}

.footer-inner .copyrights .copyrights-wrap p a {
	color: #808080;
	text-decoration: underline;
}

.footer-inner .copyrights .copyrights-wrap p a:hover,
.footer-inner .copyrights .copyrights-wrap p a:focus,
.footer-inner .copyrights .copyrights-wrap p a:active {
	color: #50A64B;
}

.footer-inner .copyrights .copyrights-wrap .select-box {
	width: 84px;
	position: relative;
	z-index: 1;
	margin: 0 0 0 -84px;
}

.footer-inner .copyrights .copyrights-wrap .select-box select {
	height: 49px;
	font-weight: 700;
	font-size: 14px;
	color: #FFFFFF;
	line-height: 17px;
	text-transform: uppercase;
	background: none;
	border: 1px solid #808080;
	border-radius: 8px;
	padding: 16px 16px;
}

.footer-inner .copyrights .copyrights-wrap .select-box select {
	background-image: url(../svg/chevron-down-7.svg);
	background-size: 15px auto;
	background-repeat: no-repeat;
	background-position: top 19px right 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-top: 0;
	padding-right: 35px;
	padding-bottom: 0;
}

.footer-inner .copyrights .copyrights-wrap .select-box select option:not([disabled]) {
	color: #070703;
}

.footer-inner .copyrights .copyrights-wrap .select-box select option.def:not([disabled]),
.footer-inner .copyrights .copyrights-wrap .select-box select.gf_placeholder:not([disabled]) {
	color: #070703;
}

.footer-inner .copyrights .copyrights-wrap .select-box select:focus {
	border-color: #5757ff;
}

.footer-inner .copyrights .foot-btm {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	color: #070703;
}

.footer-inner .copyrights .foot-btm p {
	width: 50%;
	font-weight: 400;
	color: #ffffff;
	padding: 0 16px 0 0;
}

.footer-inner .copyrights .foot-btm p br {
	display: none;
}

.footer-inner .copyrights .foot-btm p a {
	color: #55AEC9;
	text-decoration: none;
}

.footer-inner .copyrights .foot-btm p a:hover,
.footer-inner .copyrights .foot-btm p a:focus,
.footer-inner .copyrights .foot-btm p a:active {
	color: #50A64B;
}

.footer-inner .copyrights .foot-btm .cards {
	width: 50%;
	text-align: right;
	padding: 0 0 0 16px;
}

.footer-inner .copyrights .foot-btm .cards img {
	max-height: 24px;
}

@media (max-width: 767px) {
.footer-inner .newsletter-form-wrap {
	margin: 0;
}

.footer-inner .newsletter-form-wrap .newsletter-form {
	width: 100%;
	padding: 0 0 32px 0;
}

.footer-inner .newsletter-form-wrap .social-links {
	width: 100%;
	padding: 0;
}

.footer-inner .newsletter-form-wrap .social-links ul li a {
	font-size: 32px;
}

.footer-inner .newsletter-form-wrap .social-links ul li .fa-instagram {
	font-size: 36px;
}

.footer-inner .copyrights .foot-btm p br {
	display: inline-block;
}
}


/*  Product - Details
----------------------------------------*/

/* Breadcrumb */
.breadcrumb {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	color: #808080;
	background: none;
	border: none;
	border-radius: 0;
	padding: 0 0 16px 0;
	margin: 0;
}

.breadcrumb ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	padding: 0;
	margin: 0 -8px -12px -8px;
}

.breadcrumb ul li {
	padding: 0 24px 0 0;
	margin: 0 8px 12px 8px;
}

.breadcrumb ul li:before {
	display: none;
}

.breadcrumb ul li:after {
	content: "\f054";
	font-family: "Font Awesome 5 Pro";
	font-style: normal;
	font-weight: 300;
	font-size: 125%;
	color: #808080;
	line-height: 1em;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translate(0, -50%);
}

.breadcrumb ul li:last-child {
	padding-right: 0;
	margin-right: 0;
}

.breadcrumb ul li:last-child:after {
	display: none;
}

.breadcrumb ul li a {
	font-weight: 400;
	color: #EBEBEB;
	text-decoration: none;
	position: relative;
}

.breadcrumb ul li a:hover,
.breadcrumb ul li a:focus,
.breadcrumb ul li a.active {
	color: #5757FF;
}

@media (max-width: 767px) {
.breadcrumb-out {
	padding-top: 32px;
	padding-right: 0;
}
}


/* Product - Details */
.product-details {
	width: 100%;
	overflow: hidden;
	border-bottom: 1px solid #282828;
	padding: 32px 0;
}

.product-details .box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
}

.product-details .box .product-img {
	width: 53.80%;
}

.product-details .box .product-img .tab-content {
	width: 74%;
	float: left;
}

.product-details .box .product-img .product-lrg {
	width: 100%;
	float: left;
	text-align: center;
	border: 1px solid #595A5C;
	border-radius: 40px;
	position: relative;
	z-index: 20;
}

.product-details .box .product-img .product-lrg img {
	width: 100%;
	border-radius: 40px;
}

.product-details .box .product-img .tab-links {
	width: 26%;
	float: left;
	overflow: hidden;
	padding: 0 0 0 4%;
	margin: 0;
}

.product-details .box .product-img .tab-links ul {
	width: 100%;
	position: relative;
	padding: 0;
	margin: 0 0 -18% 0;
}

.product-details .box .product-img .tab-links ul li {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0 0 18% 0;
}

.product-details .box .product-img .tab-links ul li:before {
	display: none;
}

.product-details .box .product-img .tab-links ul li a {
	width: 100%;
	float: left;
	text-decoration: none;
	border: 1px solid #595A5C;
	border-radius: 20px;
	cursor: pointer;
}

.product-details .box .product-img .tab-links ul li a img {
	width: 100%;
	border-radius: 20px;
}

.product-details .box .product-img .tab-links ul li a.active {
	border-color: #50A64B;
}

.product-details .box .aside {
	width: 46.20%;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #282828;
	padding: 0 0 0 2.2%;
}

.product-details .box .aside h1,
.product-details .box .aside .h1,
.product-details .box .aside h2,
.product-details .box .aside .h2 {
	font-family: "Inter", sans-serif;
	font-weight: 500;
	font-size: 36px;
	line-height: 44px;
	border-bottom: 1px solid #282828;
	padding-bottom: 16px;
	margin-bottom: 16px;
}

.product-details .box .aside p {
	font-weight: 400;
	color: #A1A1A1;
	padding-bottom: 20px;
}

.product-details .box .aside p:last-child {
	padding-bottom: 0;
}

.product-details .box .aside .price {
	width: 100%;
	float: left;
	font-family: "Inter", sans-serif;
	font-size: 24px;
	color: #ffffff;
	line-height: 32px;
	padding-bottom: 16px;
}

.product-details .box .aside .price:last-child {
	padding-bottom: 0;
}

.product-details .box .aside .select-box {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 12px 0 16px 0;
}

.product-details .box .aside .select-box select {
	height: 40px;
	font-family: "Roboto Mono", monospace;
	font-weight: 700;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	background: #282828;
	border: none;
	border-radius: 8px;
	padding: 16px 16px;
}

.product-details .box .aside .select-box select {
	background-image: url(../svg/chevron-down-7.svg);
	background-size: 17px auto;
	background-repeat: no-repeat;
	background-position: top 14px right 16px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-top: 0;
	padding-right: 37px;
	padding-bottom: 0;
}

.product-details .box .aside .select-box select.colorize option:not([disabled]) {
	color: #070703;
}

.product-details .box .aside .select-box select.colorize option.def:not([disabled]),
.product-details .box .aside .select-box select.colorize.empty:not([disabled]) {
	color: #070703;
}

.product-details .box .aside .select-box select:focus {
	border: none;
	box-shadow: inset #50A64B 0 0 0 1px;
}

.product-details .box .aside .btns {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 16px 0;
	margin: 0 -4px -8px -4px;
}

.product-details .box .aside .btns:last-child {
	padding-bottom: 0;
}

.product-details .box .aside .btns .btn {
	font-family: "Roboto Mono", monospace;
	font-weight: 700;
	font-size: 12px;
	color: #808080;
	line-height: 20px;
	letter-spacing: 0.1em;
	background: none;
	border: none;
	box-shadow: inset #808080 0 0 0 1px;
	border-radius: 8px;
	padding: 9px 16px;
	margin: 0 4px 8px 4px;
}

.product-details .box .aside .btns .btn em {
	font-size: 125%;
}

.product-details .box .aside .btns .btn::before {
	display: none;
}

.product-details .box .aside .btns .btn:hover,
.product-details .box .aside .btns .btn:focus,
.product-details .box .aside .btns .btn:active,
.product-details .box .aside .btns .btn:active:focus,
.product-details .box .aside .btns .btn.active {
	color: #50A64B;
	box-shadow: inset #50A64B 0 0 0 1px;
}

.product-details .box .aside .social-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.product-details .box .aside .social-links p {
	color: #A1A1A1;
	padding: 0 8px 0 0;
}

.product-details .box .aside .social-links ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0;
	margin: 0 -4px -8px -4px;
}

.product-details .box .aside .social-links ul li {
	padding: 0;
	margin: 0 4px 8px 4px;
}

.product-details .box .aside .social-links ul li span {
	display: none;
}

.product-details .box .aside .social-links ul li:before {
	display: none;
}

.product-details .box .aside .social-links ul li a {
	width: 39px;
	height: 39px;
	float: left;
	font-size: 16px;
	color: #ffffff;
	line-height: 39px;
	text-align: center;
	text-decoration: none;
	background: #2F75EC;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.1);
	border-radius: 360px;
}

.product-details .box .aside .social-links ul li a:hover {
	background: rgba(47, 117, 236, 0.80);
}

.product-details .box .aside .social-links ul li .fa-twitter {
	background: #2AA3EF;
}

.product-details .box .aside .social-links ul li .fa-twitter:hover {
	background: rgba(42, 163, 239, 0.80);
}

.product-details .box .aside .social-links ul li .fa-facebook-f {
	background: #3D5A96;
}

.product-details .box .aside .social-links ul li .fa-facebook-f:hover {
	background: rgba(61, 90, 150, 0.80);
}

.product-details .box .aside .inner-cont {
	width: 100%;
	max-width: 342px;
	float: left;
}

@media (max-width: 1199px) {
.product-details .box .product-img {
	width: 60%;
}

.product-details .box .aside {
	width: 40%;
	padding: 0 0 0 2.5%;
}
}

@media (max-width: 767px) {
.product-details .box .product-img {
	width: 100%;
	margin: 0 0 32px 0;
}

.product-details .box .product-img .tab-content {
	width: 100%;
	margin: 0 0 5% 0;
}

.product-details .box .product-img .product-lrg {
	border-radius: 32px;
}

.product-details .box .product-img .product-lrg img {
	border-radius: 32px;
}

.product-details .box .product-img .tab-links {
	width: 100%;
	padding: 0;
}

.product-details .box .product-img .tab-links ul {
	width: 105%;
	margin: 0 -2.5% -4% -2.5%;
}

.product-details .box .product-img .tab-links ul li {
	width: 28.33%;
	margin: 0 2.5% 4% 2.5%;
}

.product-details .box .aside {
	width: 100%;
	padding: 0;
}

.product-details .box .aside .inner-cont {
	max-width: 100%;
}
}