/*
Table Of Contents
 
 1.)  Typography
 2.)  Default Styles
 3.)  Header
 4.)  Content - Main
 5.)  Footer
 6.)  Product - Gallery
 7.)  Single - Product
 8.)  Blog

========================================*/


/*
 1.) Typography
----------------------------------------*/

@import url("bootstrap.min-15.css") all;
@import url("brands.min-24.css") all;
@import url("light.min-24.css") all;
@import url("regular.min-24.css") all;
@import url("solid.min-24.css") all;
@import url("../404.html") all;
@import url("fontawesome.min-24.css") all;

@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap'); /* font-family: "Poppins", sans-serif; */
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&amp;display=swap'); /* font-family: "Roboto", sans-serif; */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p,
ol,
ul,
li {
	padding: 0;
	margin: 0;
}

/*= Body 
=======================================================*/
body {
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #000000;
	line-height: 32px;
	background: #222222;
	margin: 0;
	padding: 0;
}

@media (max-width: 1199px) {
body {
	font-size: 16px;
	line-height: 28px;
}
}

@media (max-width: 767px) {
body {
	font-size: 15px;
	line-height: 24px;
}
}


sub,
sup{
	font-size: 50%;
}

img { 
	max-width: 100%;
	height: auto;
}


/*= Links 
=======================================================*/
a { 
	font-weight: 700;
	color: #1daeef;
	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: #93deef;
	text-decoration: underline;
}

a:visited {
	outline: 0;
}

a[href^="tel:"], 
a[href^="fax:"] {
	color: #1daeef;
	text-decoration: none;
}

a:hover[href^="tel:"], 
a:focus[href^="tel:"], 
a:hover[href^="fax:"],
a:focus[href^="fax:"] {
	color: #93deef;
	text-decoration: underline;
}


/*= Heading H1, H2, H3, H4, H5, H6, P 
=======================================================*/
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 { 
	font-weight: 700;
	padding-bottom: 30px;
}

h1,
.h1 {
	font-size: 72px;
	line-height: 80px; 
}

h2,
.h2 {
	font-size: 42px;
	line-height: 52px;
}

h3,
.h3 {
	font-size: 32px;
	line-height: 42px;
}

h4,
.h4 {
	font-size: 20px;
	line-height: 30px;
}

h5,
.h5 {
	font-size: 18px;
	line-height: 28px;
}

h6,
.h6 {
	font-size: 16px;
	line-height: 26px;
}

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: 30px;
}

p:last-child {
	padding-bottom: 0;
}

.txt {
	padding-bottom: 50px;
}

.txt:last-child {
	padding-bottom: 0;
}

em {
	font-style: italic; 
}

em.fal,
em.far,
em.fas,
em.fab {
	font-style: normal; 
}

strong {
	font-weight: 700; 
}

@media (max-width: 1399px) {
h1,
.h1 {
	font-size: 62px;
	line-height: 70px; 
}

}

@media (max-width: 1199px) {
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 { 
	padding-bottom: 25px;
}

h1,
.h1 {
	font-size: 52px;
	line-height: 60px; 
}

h2,
.h2 {
	font-size: 36px;
	line-height: 46px;
}

h3,
.h3 {
	font-size: 26px;
	line-height: 36px;
}

h4,
.h4 {
	font-size: 18px;
	line-height: 28px;
}

p {
	padding-bottom: 25px;
}

.txt {
	padding-bottom: 40px;
}
}

@media (max-width: 767px) {
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 { 
	padding-bottom: 20px;
}

h1,
.h1 {
	font-size: 40px;
	line-height: 48px; 
}

h2,
.h2 {
	font-size: 30px;
	line-height: 38px;
}

h3,
.h3 {
	font-size: 24px;
	line-height: 34px;
}

h4,
.h4 {
	font-size: 16px;
	line-height: 26px;
}

h5,
.h5 {
	font-size: 16px;
	line-height: 26px;
}

h6,
.h6 {
	font-size: 14px;
	line-height: 24px;
}

p {
	padding-bottom: 20px;
}
}


/*= Unorder List 
=======================================================*/
ul,
ol {
	list-style: none; 
	padding: 0;
}

li {
	position: relative; 
	padding-left: 15px;
}

li:last-child {
	padding-bottom: 30px;

}

ul li ul,
ol li ol {
	padding: 0;
}

ul:last-child li:last-child,
ol:last-child li:last-child {
	padding-bottom: 0;
}

ul li:before {
	content: "";
	width: 4px;
	height: 4px;
	background: #000000;
	border-radius: 360px; 
	position: absolute;
	top: 14px;
	left: 0;
}

@media (max-width: 1199px) {
li:last-child {
	padding-bottom: 25px;
}

ul li:before {
	top: 13px;
}
}

@media (max-width: 767px) {
li:last-child {
	padding-bottom: 20px;
}

ul li:before {
	top: 11px;
}
}


/*= Order List 
=======================================================*/
ol {
	counter-reset: item;
}

ol > li {
	counter-increment: item;
	padding-left: 25px;
}

ol > li:before {
	content: counter(item)".";
	font-weight: 500;
	color: #1daeef;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
}


/* #Input
================================================= */
select,
textarea,
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 {
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: 0;
}

select,
textarea,
input {
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}

label {
	width: 100%;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	line-height: 24px;
	letter-spacing: 0.04em;
	padding: 0 0 10px 0;
	margin: 0;
}

select,
textarea,
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%;
	height: 47px;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	line-height: 24px;
	letter-spacing: 0.04em;
	white-space: nowrap;
	text-overflow: ellipsis;	
	background: none;
	box-shadow: none;
	border: 1px solid #cccccc;
	border-radius: 24px;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	overflow: hidden;
	position: relative;
	padding: 10px 30px;
	margin: 0;
}

textarea {
	height: 102px;
	white-space: normal;
	outline: none;
	resize: none; 
	padding-top: 15px; 
	padding-bottom: 15px;
}

select {
	background-image: url(../404.html);
	background-size: 17px auto;
	background-repeat: no-repeat;
	background-position: top 18px right 18px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-top: 0;
	padding-right: 65px;
	padding-bottom: 0;
}

select::-ms-expand {
	display:none;
}

select.colorize option:not([disabled]) {
	color: #000000;
}

select.colorize option.def:not([disabled]),
select.colorize.empty:not([disabled]) {
	color: #000000;
}

::-webkit-input-placeholder, 
::-webkit-textarea-placeholder {
	color: #878787;
}

input::-moz-placeholder, 
textarea::-moz-placeholder {
	color: #878787;
}

::-moz-placeholder {
	color: #878787;
}

::-ms-input-placeholder {
	color: #878787;
}

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 {
	outline: 0; 
	border-color: #000000;
}


/* #Buttons
================================================== */
.btn,
.button,
input[type="button"],
input[type="submit"] {
	width: auto;
	height: auto;
	float: none;
	display: inline-block;
	vertical-align: middle;
	font-weight: 700;
	font-size: 16px;
	color: #ffffff;
	line-height: 20px;
	letter-spacing: 2.4px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	white-space: normal;
	background: #f150a9;
	border: none;
	border-radius: 0 14px;
	box-shadow: none;
	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: 20px 40px 20px 40px;
	margin: 0;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus,
.btn.active,
.btn.active:focus,
.button:hover,
.button:focus,
.button:active,
.button:active:focus,
.button.active,
.button.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, 
.button:not(:disabled):not(.disabled):active {
	color: #ffffff;
	text-decoration: none; 
	background: #ce579c;
	box-shadow: none; 
	outline: 0;
}

.btn-white, 
.button.btn-white, 
input.btn-white[type="button"], 
input.btn-white[type="submit"] {
	color: #ffffff;
	background: #ffffff1f; 
	box-shadow: inset rgba(255, 255, 255, 0.5) 0 0 0 1px; 
}

.btn-white:hover, 
.btn-white:focus, 
.btn-white:active, 
.btn-white:active:focus, 
.btn-white.active, 
.btn-white.active:focus,
.button.btn-white:hover, 
.button.btn-white:focus, 
.button.btn-white:active, 
.button.btn-white:active:focus, 
.button.btn-white.active, 
.button.btn-white.active:focus, 
input.btn-white[type="button"]:hover, 
input.btn-white[type="button"]:focus, 
input.btn-white[type="button"]:active, 
input.btn-white[type="button"]:active:focus, 
input.btn-white[type="button"].active, 
input.btn-white[type="button"].active:focus, 
input.btn-white[type="submit"]:hover, 
input.btn-white[type="submit"]:focus, 
input.btn-white[type="submit"]:active, 
input.btn-white[type="submit"]:active:focus, 
input.btn-white[type="submit"].active, 
input.btn-white[type="submit"].active:focus,
.btn-white:not(:disabled):not(.disabled).active, 
.button.btn-white:not(:disabled):not(.disabled):active { 
	color: #ffffff;
	background: #ffffff3f; 
	box-shadow: inset rgba(255, 255, 255, 0.5) 0 0 0 1px; 
}

.btn:focus,
.button: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 {
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 15px 0 0 0;
}

@media (max-width: 1199px) {
.btn,
.button,
input[type="button"],
input[type="submit"] {
	font-size: 15px;
	letter-spacing: 2px;
	padding: 17.5px 35px 17.5px 35px;
}
}

@media (max-width: 767px) {
.btn,
.button,
input[type="button"],
input[type="submit"] {
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 1.6px;
	border-radius: 0 12px;
	padding: 15px 30px 15px 30px;
}

.btn-out {
	margin: 10px 0 0 0;
}
}


figure,
.figure {
	vertical-align: top;
}


/* 
 2.) Container - Main
----------------------------------------*/
.container-main {
	width: 100%;
	float: left; 
	background: #ffffff;
	position: relative;
	overflow: hidden;
}

.container {
	width: 100%;
	max-width: 1220px;
	padding: 0 40px;
}

@media (max-width: 767px) {
.container {
	max-width: 600px;
	padding: 0 30px;
}
}

@media (max-width: 399px) {
.container {
	padding: 0 20px;
}
}


/* 
 3.) Header
----------------------------------------*/
.header-main {
	width: 100%;
	height: 104px;
	float: left;
	background: transparent linear-gradient(270deg, rgba(147, 222, 255, 0.92) 0%, rgba(29, 174, 239, 0.92) 100%) 0% 0% no-repeat;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10001;
}

.header-main .brand {
	float: left;
	position: relative;
	z-index: 10;
	margin: 23px 0 0 0;
}

.header-main .brand img {
	max-height: 58px;
}

.header-main .nav-bar {
	float: right;
}

.header-main .nav-bar nav {
	float: left;
	padding: 0;
	margin: 0;
}

.header-main .nav-bar nav ul {
	float: left;
	padding: 0;
	margin: 0;
}

.header-main .nav-bar nav ul li {
	height: 104px;
	float: left;
	font-weight: 700;
	font-size: 14px;
	color: #ffffff;
	line-height: 20px;
	letter-spacing: 2.1px;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 0 40px;
}

.header-main .nav-bar nav ul li:before {
	display: none;
}

.header-main .nav-bar nav ul li a {
	height: 104px;
	float: left;
	font-weight: 700;
	color: #ffffff;
	line-height: 104px;
	text-decoration: none;
	position: relative;
}

.header-main .nav-bar nav ul li:hover a,
.header-main .nav-bar nav ul li.active a {
	color: #f150a9;
}

.header-main .user-icons {
	float: left;
	margin: 35px -15px 0 50px;
}

.header-main .user-icons .user,
.header-main .user-icons .bag {
	height: 34px;
	float: left;
	line-height: 34px;
	position: relative;
	margin: 0 15px;
}

.header-main .user-icons .user img,
.header-main .user-icons .bag img {
	max-height: 24px;
	vertical-align: middle;
}

.header-main .user-icons .user:before {
	content: "";
	width: 2px;
	height: 100%;
	float: left;
	background: #ffffff;
	position: absolute;
	top: 0;
	left: -16px;
}

.fixed {
	width: 100%;
	float: left;
	position: fixed;
	top: 0;
	left: 0;
}

.fixed.header-main {
	background: transparent linear-gradient(270deg, rgba(147, 222, 255, 1) 0%, rgba(29, 174, 239, 1) 100%) 0% 0% no-repeat;
}

.header-main .menu-btn {
	width: 32px;
	height: 22px;
	float: left;
	display: none;
	cursor: pointer;
	z-index: 10001;
	position: absolute;
	top: 31px;
	right: 30px;
}

.header-main .menu-btn .icon-bar {
	width: 100%;
	float: right;
	text-decoration: none;
	position: relative;
}

.header-main .menu-btn .icon-bar span {
	width: 100%;
	height: 3px;
	float: left;
	background: #ffffff;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin: 10px 0 0 0;
}

.header-main .menu-btn .icon-bar span:before {
	content: "";
	width: 100%;
	height: 3px;
	float: left;
	background: #ffffff;
	position: absolute;
	top: -9px;
	left: 0;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.header-main .menu-btn .icon-bar span:after {
	content: "";
	width: 100%;
	height: 3px;
	float: left;
	background: #ffffff;
	position: absolute;
	top: 9px;
	left: 0;
	-webkit-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.header-main .menu-btn.active {
	color: #ffffff;
}

.header-main .menu-btn.active .icon-bar span {
	background: none;
}

.header-main .menu-btn.active .icon-bar span:before {
	height: 3px;
	top: 0;
	background: #ffffff;
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}

.header-main .menu-btn.active .icon-bar span:after {
	height: 3px;
	top: 0;
	background: #ffffff;
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}

@media (max-width: 1199px) {
.header-main {
	height: 90px;
}

.header-main .brand {
	margin: 20px 0 0 0;
}

.header-main .brand img {
	max-height: 50px;
}

.header-main .nav-bar nav ul li {
	height: 90px;
	margin: 0 0 0 30px;
}

.header-main .nav-bar nav ul li:before {
	display: none;
}

.header-main .nav-bar nav ul li a {
	height: 90px;
	line-height: 90px;
}

.header-main .user-icons {
	margin: 28px -15px 0 30px;
}
}

@media (min-width: 768px) {
.header-main .nav-bar {
	display: block;
}
}

@media (max-width: 767px) {
.header-main {
	height: 80px;
}

.header-main .container {
	max-width: 100%;
}

.header-main .brand {
	margin: 15px 0 0 0;
}

.header-main .nav-bar {
	width: 100%;
	background: transparent linear-gradient(270deg, #93deff 0%, #1daeef 100%) 0% 0% no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}

.header-main .nav-bar nav {
	width: 100%;
	padding: 105px 0 0 0;
	margin: 0;
}

.header-main .nav-bar nav ul {
	width: 100%;
}

.header-main .nav-bar nav ul li {
	width: 100%;
	height: auto;
	margin: 0;
}

.header-main .nav-bar nav ul li a {
	width: 100%;
	height: auto;
	line-height: inherit;
	padding: 15px 30px;
}

.header-main .nav-bar nav ul li:hover a:before,
.header-main .nav-bar nav ul li.active a:before {
	display: none;
}

.header-main .user-icons {
	padding: 0 30px 60px 30px;
	margin: 15px -15px 0 -15px;
}

.header-main .menu-btn {
	display: block;
}
}

@media (max-width: 399px) {
.header-main .nav-bar nav ul li a {
	padding: 15px 20px;
}

.header-main .user-icons {
	padding: 0 20px 60px 20px;
}

.header-main .menu-btn {
	right: 20px;
}
}



/* 
 4.) Content - Main
----------------------------------------*/
.content-main { 
	width: 100%; 
	float: left;
}


/* Heading - Txt */
.heading-txt {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	padding: 0 0 60px 0;
}

.heading-txt:last-child {
	padding-bottom: 0;
}

.heading-txt .aside {
	width: 100%;
	max-width: 700px;
	float: none;
	display: inline-block;
	vertical-align: top;
}

@media (max-width: 1199px) {
.heading-txt {
	padding: 0 0 50px 0;
}
}

@media (max-width: 767px) {
.heading-txt {
	padding: 0 0 40px 0;
}
}


/* Banner - Main */
.banner-main {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.banner-main .figure {
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.banner-main .figure img {
	width: 100%;
	min-width: 1600px;
	margin: 0 -800px;
}

.banner-main .banner-cont {
	width: 100%;
	height: 100%;
	float: left;
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	padding: 104px 0 0 0;
}

.banner-main .banner-cont h1 {
	color: #ffffff;
}

.banner-main .banner-cont .btn-out {
	margin: 0;
}

.banner-main .banner-cont .aside {
	width: 100%;
	max-width: 560px;
	float: left;
}

@media (max-width: 1399px) {
.banner-main .banner-cont .aside {
	max-width: 500px;
}
}

@media (max-width: 1199px) {
.banner-main .figure img {
	min-width: 1400px;
	margin: 0 -700px;
}

.banner-main .banner-cont {
	padding: 90px 0 0 0;
}

.banner-main .banner-cont .btn-out {
	margin: 10px 0 0 0;
}

.banner-main .banner-cont .aside {
	max-width: 400px;
}
}

@media (max-width: 767px) {
.banner-main .figure img {
	min-width: 1200px;
	margin: 0 -600px;
}

.banner-main .banner-cont {
	padding: 80px 0 0 0;
}

.banner-main .banner-cont .aside {
	max-width: 320px;
}
}


/* Split - Cont */
.split-cont {
	width: 100%;
	overflow: hidden;
	padding: 80px 0;
}

.split-cont .aside {
	width: 39.47%;
	float: left;
	padding: 80px 0 0 0;
}

.split-cont .aside h3 {
	font-size: 28px;
	line-height: 36px;
	letter-spacing: 1.26px;
	padding-bottom: 15px;
}

.split-cont .aside .price {
	font-size: 24px;
	line-height: 32px;
	padding-bottom: 30px;
}

.split-cont .aside .price:last-child {
	padding-bottom: 0;
}

.split-cont .aside .btn,
.split-cont .aside .button,
.split-cont .aside input[type="button"],
.split-cont .aside input[type="submit"] { 
	min-width: 215px;
}

.split-cont .aside .btn-out { 
	margin: 0;
} 

.split-cont .aside .txt-max {
	width: 100%;
	max-width: 380px;
	float: right;
}

.split-cont .figure {
	width: 66.66%;
	float: left;
	position: relative;
	margin-right: -6.13%;
}

.split-cont .figure img {
	width: 100%;
}

.split-cont .figure .boost-logo {
	width: 19.07%;
	position: absolute;
	top: 0;
	right: 24%;
}

.split-cont .figure .boost-logo img {
	width: 100%;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.split-cont .figure .boost-logo:hover img {
	-webkit-filter: grayscale(0);
	filter: none;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

@media (max-width: 1399px) {
.split-cont .figure {
	width: 60.53%;
	margin-right: 0;
}
}

@media (max-width: 1199px) {
.split-cont {
	padding: 60px 0;
}

.split-cont .aside {
	padding: 0;
}

.split-cont .aside h3 {
	font-size: 24px;
	line-height: 32px;
	letter-spacing: 1px;
}

.split-cont .aside .price {
	font-size: 20px;
	line-height: 28px;
	padding-bottom: 25px;
}
}

@media (max-width: 767px) {
.split-cont {
	padding: 50px 0;
}

.split-cont .aside {
	width: 100%;
	padding: 0 0 40px 0;
}

.split-cont .aside:last-child {
	padding-bottom: 0;
}

.split-cont .aside h3 {
	font-size: 22px;
	line-height: 30px;
	padding-bottom: 10px;
}

.split-cont .aside .price {
	font-size: 18px;
	line-height: 24px;
	padding-bottom: 20px;
}

.split-cont .aside .txt-max {
	max-width: 100%;
}

.split-cont .figure {
	width: 100%;
	margin-right: 0;
}
}


/* Banner - CTA */
.banner-cta {
	width: 100%;
	color: #ffffff;
	text-align: center;
	overflow: hidden;
	position: relative;
}

.banner-cta .figure {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
}

.banner-cta .figure img {
	width: 100%;
	min-width: 1000px;
	margin: 0 -500px;
}

.banner-cta .cta-cont {
	width: 100%;
	height: 100%;
	float: left;
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
}

.banner-cta .cta-cont h2 {
	padding-bottom: 20px;
}

.banner-cta .cta-cont h2:last-child {
	padding-bottom: 0;
}

.banner-cta .cta-cont p {
	line-height: 24px;
}

.banner-cta .cta-cont .txt-max {
	width: 100%;
	max-width: 720px;
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 30px 0;
}

.banner-cta .cta-cont .txt-max:last-child {
	padding-bottom: 0;
}

.banner-cta .cta-cont .aside {
	width: 100%;
	max-width: 820px;
	float: none;
	display: inline-block;
	vertical-align: top;
}

@media (max-width: 1199px) {
.banner-cta .cta-cont .txt-max {
	padding: 0 0 25px 0;
}
}

@media (max-width: 767px) {
.banner-cta .cta-cont h2 {
	padding-bottom: 15px;
}

.banner-cta .cta-cont .txt-max {
	max-width: 100%;
	padding: 0 0 20px 0;
}

.banner-cta .cta-cont .aside {
	max-width: 100%;
}
}


/* Filter - Btns */
.filter-btns {
	width: 100%;
	text-align: center;
	background: #1daeef;
	overflow: hidden;
	padding: 36px 0;
}

.filter-btns .container {
	max-width: 1170px;
}

.filter-btns ul {
	width: 104%;
	float: left;
	padding: 0;
	margin: 0 -2% -20px -2%;
}

.filter-btns ul li {
	width: 29.33%;
	float: left;
	padding: 0;
	margin: 0 2% 20px 2%;
}

.filter-btns ul li:before {
	display: none;
}

.filter-btns .btn,
.filter-btns .button,
.filter-btns input[type="button"],
.filter-btns input[type="submit"] {
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
}

@media (max-width: 1199px) {
.filter-btns {
	padding: 30px 0;
}
}

@media (max-width: 767px) {
.filter-btns .container {
	max-width: 600px;
}

.filter-btns ul {
	width: 100%;
	max-width: 240px;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 -15px 0;
}

.filter-btns ul li {
	width: 100%;
	margin: 0 0 15px 0;
}
}


/* Content - Inner */
.content-inner {
	width: 100%;
	overflow: hidden;
	padding: 100px 0;
}

.content-inner.single-product { 
	padding-top: 205px;
}
	

@media (max-width: 1199px) {
.content-inner {
	padding: 80px 0;
}

.content-inner.single-product { 
	padding-top: 170px;
}
}

@media (max-width: 767px) {
.content-inner {
	padding: 60px 0;
}

.content-inner.single-product { 
	padding-top: 150px;
}
}


/* Products - List */
.product-list {
	width: 100%;
	overflow: hidden;
}

.product-list .row {
	padding: 0;
	margin: 0 0 -20px 0;
}

.product-list .row>div {
	padding: 0 0 20px 0;
	margin: 0;
}

.product-list .row>div .box {
	width: 100%;
	font-weight: inherit;
	text-decoration: none;
	overflow: hidden;
}

.product-list .row>div .box h4 {
	text-transform: uppercase;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	padding-bottom: 15px;
}

.product-list .row>div .box h4:last-child {
	padding-bottom: 0;
}

.product-list .row>div .box h4 a { 
	color: #000000; 
	text-decoration: none;
}

.product-list .row>div .box h4 a:hover,
.product-list .row>div .box h4 a:focus,
.product-list .row>div .box h4 a:active {
	color: #93deef;
}

.product-list .row>div .box .price {
	font-weight: 300;
	font-size: 20px;
	line-height: 26px;
}

.product-list .row>div .box .figure {
	width: 100%;
	text-align: center;
	overflow: hidden;
	margin-bottom: 15px;
}

.product-list .row>div .box .figure img {
	width: 100%;
}

.product-list .row>div .box .product-color {
	width: 100%;
	float: left;
}

.product-list .row>div .box .product-color .colors {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: bottom;
	padding: 0 150px 0 0;
	margin: 0 -8px 0 0;
}

.product-list .row>div .box .product-color .colors img {
	max-height: 35px;
	vertical-align: top;
}

.product-list .row>div .box .product-color .colors ul {
	float: left;
	padding: 0;
	margin: 0 -2px;
}

.product-list .row>div .box .product-color .colors ul li {
	width: 36px;
	float: left;
	border: 2px solid #a0a0a0;
	border-radius: 100%;
	padding: 0;
	margin: 0 2px;
}

.product-list .row>div .box .product-color .colors ul li:before {
	display: none;
}

.product-list .row>div .box .product-color .colors ul li img {
	width: 100%;
	vertical-align: top;
	border-radius: 100%;
}

.product-list .row>div .box .product-color .boost-logos {
	width: 130px;
	float: none;
	display: inline-block;
	vertical-align: bottom;
	position: relative;
	z-index: 5;
	margin: 0 0 0 -130px;
}

.product-list .row>div .box .product-color .boost-logos ul {
	float: left;
	padding: 0;
	margin: 0 -5px;
}

.product-list .row>div .box .product-color .boost-logos ul li {
	width: 60px;
	float: left;
	padding: 0;
	margin: 0 5px;
}

.product-list .row>div .box .product-color .boost-logos ul li:before {
	display: none;
}

.product-list .row>div .box .product-color .boost-logos ul li img {
	width: 100%;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	max-width: 93px;
}

.product-list .row>div .box .product-color .boost-logos ul li:hover img {
	-webkit-filter: grayscale(0);
	filter: none;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

@media (min-width: 768px) {
.product-list .row {
	padding: 0;
	margin: 0 -22px -70px -22px;
}

.product-list .row>div {
	padding: 0 22px 70px 22px;
	margin: 0;
}
}

@media (max-width: 1199px) and (min-width: 768px) {
.product-list .row {
	margin: 0 -20px -50px -20px;
}

.product-list .row>div {
	padding: 0 20px 50px 20px;
}
}

@media (max-width: 1199px) {
.product-list .row>div .box h4 {
	padding-bottom: 10px;
}

.product-list .row>div .box .figure {
	margin-bottom: 10px;
}

.product-list .row>div .box .price {
	font-size: 18px;
}

.product-list .row>div .box .product-color .colors {
	padding: 0 130px 0 0;
}

.product-list .row>div .box .product-color .boost-logos {
	width: 110px;
	margin: 0 0 0 -110px;
}

.product-list .row>div .box .product-color .boost-logos ul li {
	width: 50px;
}
}

@media (max-width: 767px) {
.product-list .row>div .box h4 {
	padding-bottom: 10px;
}

.product-list .row>div .box .price {
	font-size: 16px;
	line-height: 24px;
}

.product-list .row>div .box .figure {
	margin-bottom: 0;
}
}


/* Banner - CTA */
.btm-banner-cta {
	width: 100%;
	color: #ffffff;
	overflow: hidden;
	position: relative;
}

.btm-banner-cta .figure {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
}

.btm-banner-cta .figure img {
	width: 100%;
	filter: gray;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	min-width: 1600px;
	margin: 0 -800px;
	width: 100%;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

.btm-banner-cta:hover .figure img {
	-webkit-filter: grayscale(0);
	filter: none;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.btm-banner-cta .cta-cont {
	width: 100%;
	height: 100%;
	float: left;
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
}

.btm-banner-cta .cta-cont .container {
	max-width: 1140px;
}

.btm-banner-cta .cta-cont .aside {
	width: 46.22%;
	float: left;
	padding: 15px 8% 0 0;
}

.btm-banner-cta .cta-cont .aside p {
	font-weight: 500;
	font-size: 32px;
	line-height: 42px;
}

.btm-banner-cta .cta-cont .aside .name {
	width: 100%;
	font-weight: 700;
	font-size: 20px;
	color: #1daeef;
	line-height: 30px;
	letter-spacing: 3px;
	text-transform: uppercase;
	overflow: hidden;
}

.btm-banner-cta .cta-cont .boom-havana {
	width: 81.13%;
	float: left;
	margin: 0 -27.35% 0 0;
}

.btm-banner-cta .cta-cont .boom-havana img {
	width: 100%;
}

@media (max-width: 1699px) {
.btm-banner-cta .cta-cont .aside {
	padding: 15px 40px 0 0;
}

.btm-banner-cta .cta-cont .boom-havana {
	width: 65.78%;
	margin: 0 -12% 0 0;
}
}

@media (max-width: 1399px) {
.btm-banner-cta .cta-cont .boom-havana {
	width: 58.78%;
	margin: 0 -5% 0 0;
}
}

@media (max-width: 1199px) {
.btm-banner-cta .figure img {
	min-width: 1400px;
	margin: 0 -700px;
}

.btm-banner-cta .cta-cont .aside {
	padding: 0 40px 0 0;
}

.btm-banner-cta .cta-cont .aside p {
	font-size: 28px;
	line-height: 38px;
}

.btm-banner-cta .cta-cont .aside .name {
	font-size: 18px;
	line-height: 28px;
	letter-spacing: 2.5px;
}

.btm-banner-cta .cta-cont .boom-havana {
	width: 55.78%;
	margin: 0 -2% 0 0;
}
}

@media (max-width: 991px) {
.btm-banner-cta .figure img {
	min-width: 1200px;
	margin: 0 -600px;
}

.btm-banner-cta .cta-cont .aside {
	width: 52%;
	padding: 0 30px 0 0;
}

.btm-banner-cta .cta-cont .aside p {
	font-size: 24px;
	line-height: 34px;
}

.btm-banner-cta .cta-cont .boom-havana {
	width: 51%;
	margin: 30px -3% 0 0;
}
}

@media (max-width: 767px) {
.btm-banner-cta .figure img {
	min-width: 1600px;
	margin: 0 -800px;
}

.btm-banner-cta .cta-cont .container {
	max-width: 600px;
}

.btm-banner-cta .cta-cont .aside {
	width: 100%;
	padding: 0 0 20px 0;
}

.btm-banner-cta .cta-cont .aside p {
	font-size: 22px;
	line-height: 32px;
}

.btm-banner-cta .cta-cont .aside .name {
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 2px;
}

.btm-banner-cta .cta-cont .boom-havana {
	width: 100%;
	margin: 0 0 0 0;
}

.btm-banner-cta .cta-cont .boom-havana img {
	max-width: 340px;
}
}


/* Testimonials */
.testimonials {
	width: 100%;
	overflow: hidden;
}

.testimonials .row {
	padding: 0;
	margin: 0;
}

.testimonials .row>div {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 24px;
	color: #ffffff;
	line-height: 32px;
	padding: 0;
	margin: 0;
}

.testimonials .row>div .box {
	width: 100%;
	height: 100%;
	float: left;
	background: #0a61ab;
	position: relative;
}

.testimonials .row>div .box .figure {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
}

.testimonials .row>div .box .figure img {
	width: 100%;
}

.testimonials .row>div .box .aside {
	width: 41.65%;
	float: right;
	position: absolute;
	top: 0;
	right: 0;
	padding: 85px 8% 0 0;
}

.testimonials .row>div .box .aside p {
	padding-bottom: 12px;
}

.testimonials .row>div .box .aside p:last-child {
	padding-bottom: 0;
}

.testimonials .row>div .box .aside .rating-star {
	width: 100%;
	overflow: hidden;
}

.testimonials .row>div .box .aside .rating-star img {
	max-height: 24px;
}

.testimonials .row>div:nth-child(2) .box {
	background: #ff9c7e;
}

.testimonials .row>div:nth-child(2) .box .aside {
	right: auto;
	left: auto;
	padding: 140px 0 0 8%;
}

@media (max-width: 1599px) {
.testimonials .row>div .box .aside {
	width: 47%;
	padding: 60px 40px 0 0;
}

.testimonials .row>div:nth-child(2) .box .aside {
	padding: 100px 0 0 40px;
}
}

@media (max-width: 1399px) {
.testimonials .row>div {
	font-size: 20px;
	line-height: 28px;
}

.testimonials .row>div .box .aside {
	width: 50%;
	padding: 60px 40px 0 0;
}

.testimonials .row>div .box .aside p {
	padding-bottom: 15px;
}

.testimonials .row>div .box .aside .rating-star img {
	max-height: 22px;
}
}

@media (max-width: 1199px) {
.testimonials .row>div {
	font-size: 18px;
	line-height: 26px;
}

.testimonials .row>div .box .aside {
	width: 50%;
	padding: 40px 40px 0 0;
}

.testimonials .row>div:nth-child(2) .box .aside {
	padding: 80px 0 0 40px;
}
}

@media (max-width: 767px) {
.testimonials .row>div {
	font-size: 18px;
	line-height: 26px;
}

.testimonials .row>div .box .aside {
	width: 100%;
	border-top: 2px solid rgba(255, 255, 255, 0.35);
	position: relative;
	padding: 30px 30px;
}

.testimonials .row>div:nth-child(2) .box .aside {
	padding: 30px 30px;
}
}

@media (max-width: 399px) {
.testimonials .row>div .box .aside {
	padding: 30px 20px;
}

.testimonials .row>div:nth-child(2) .box .aside {
	padding: 30px 20px;
}
}


/* Gallery - Imgs */
.gallery-imgs {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.gallery-imgs .figure {
	width: 20%;
	float: left;
	text-align: center;
	overflow: hidden;
}

.gallery-imgs .figure img {
	width: 100%;
}

@media (max-width: 767px) {
.gallery-imgs .figure {
	width: 50%;
}
}


/* News - Letter */
.news-letter {
	width: 100%;
	overflow: hidden;
	text-align: center;
	padding: 100px 0;
}

.news-letter .heading-txt {
	padding-bottom: 25px;
}

.news-letter .heading-txt:last-child {
	padding-bottom: 0;
}

.news-letter .heading-txt h2 {
	padding-bottom: 15px;
}

.news-letter .heading-txt h2:last-child {
	padding-bottom: 0;
}

.news-letter .heading-txt p {
	line-height: 24px;
}

.news-letter .heading-txt .aside {
	max-width: 660px;
}

.news-letter .signup-form {
	width: 100%;
	max-width: 600px;
	float: none;
	display: inline-block;
	vertical-align: top;
	background: #ffffff;
	border-radius: 0 15px 0 0;
	box-shadow: 0px 3px 20px #0000001a;
	position: relative;
}

.news-letter .signup-form select,
.news-letter .signup-form textarea,
.news-letter .signup-form input[type="text"],
.news-letter .signup-form input[type="password"],
.news-letter .signup-form input[type="datetime"],
.news-letter .signup-form input[type="datetime-local"],
.news-letter .signup-form input[type="date"],
.news-letter .signup-form input[type="month"],
.news-letter .signup-form input[type="time"],
.news-letter .signup-form input[type="week"],
.news-letter .signup-form input[type="number"],
.news-letter .signup-form input[type="email"],
.news-letter .signup-form input[type="url"],
.news-letter .signup-form input[type="search"],
.news-letter .signup-form input[type="tel"],
.news-letter .signup-form input[type="color"],
.news-letter .signup-form .uneditable-input {
	width: 100%;
	height: 64px;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	line-height: 24px;
	letter-spacing: normal;
	background: #ffffff;
	border: none;
	border-radius: 0;
	padding: 15px 20px;
}

.news-letter .signup-form .btn,
.news-letter .signup-form .button,
.news-letter .signup-form input[type="button"],
.news-letter .signup-form input[type="submit"] {
	width: 232px;
	height: 64px;
	font-size: 14px;
	line-height: 64px;
	letter-spacing: 2.1px;
	border-radius: 0 15px;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0 20px;
}

.news-letter .signup-form .input-out {
	width: 100%;
	float: left;
	position: relative;
	padding: 0 232px 0 0;
}

@media (max-width: 1199px) {
.news-letter {
	padding: 80px 0;
}

.news-letter .heading-txt h2 {
	padding-bottom: 10px;
}

.news-letter .signup-form select,
.news-letter .signup-form textarea,
.news-letter .signup-form input[type="text"],
.news-letter .signup-form input[type="password"],
.news-letter .signup-form input[type="datetime"],
.news-letter .signup-form input[type="datetime-local"],
.news-letter .signup-form input[type="date"],
.news-letter .signup-form input[type="month"],
.news-letter .signup-form input[type="time"],
.news-letter .signup-form input[type="week"],
.news-letter .signup-form input[type="number"],
.news-letter .signup-form input[type="email"],
.news-letter .signup-form input[type="url"],
.news-letter .signup-form input[type="search"],
.news-letter .signup-form input[type="tel"],
.news-letter .signup-form input[type="color"],
.news-letter .signup-form .uneditable-input {
	height: 60px;
	padding: 12px 20px;
}

.news-letter .signup-form .btn,
.news-letter .signup-form .button,
.news-letter .signup-form input[type="button"],
.news-letter .signup-form input[type="submit"] {
	height: 60px;
	line-height: 60px;
}
}

@media (max-width: 767px) {
.news-letter {
	padding: 60px 0;
}

.news-letter .heading-txt p {
	line-height: 22px;
}

.news-letter .signup-form {
	background: none;
	border-radius: 0 15px 0 0;
	box-shadow: none;
}

.news-letter .signup-form select,
.news-letter .signup-form textarea,
.news-letter .signup-form input[type="text"],
.news-letter .signup-form input[type="password"],
.news-letter .signup-form input[type="datetime"],
.news-letter .signup-form input[type="datetime-local"],
.news-letter .signup-form input[type="date"],
.news-letter .signup-form input[type="month"],
.news-letter .signup-form input[type="time"],
.news-letter .signup-form input[type="week"],
.news-letter .signup-form input[type="number"],
.news-letter .signup-form input[type="email"],
.news-letter .signup-form input[type="url"],
.news-letter .signup-form input[type="search"],
.news-letter .signup-form input[type="tel"],
.news-letter .signup-form input[type="color"],
.news-letter .signup-form .uneditable-input {
	height: 55px;
	border-radius: 0 15px;
	box-shadow: 0px 3px 20px #0000001a;
	padding: 10px 20px;
	margin: 0 0 15px 0;
}

.news-letter .signup-form .btn,
.news-letter .signup-form .button,
.news-letter .signup-form input[type="button"],
.news-letter .signup-form input[type="submit"] {
	width: 100%;
	height: 55px;
	line-height: 55px;
	position: relative;
}

.news-letter .signup-form .input-out {
	padding: 0;
}
}


/* 
 5.) Footer
----------------------------------------*/
.footer-main {
	width: 100%;
	color: #ffffff;
	background: #222222;
	overflow: hidden;
	padding: 100px 0 40px 0;
}

.footer-main .container {
	max-width: 1180px;
}

.footer-main .pre-footer {
	width: 100%;
	max-width: 990px;
	float: right;
	padding: 0 0 55px 0;
}

.footer-main .pre-footer:last-child {
	padding-bottom: 0;
}

.footer-main .pre-footer .row {
	padding: 0;
	margin: 0 -15px -50px -15px;
}

.footer-main .pre-footer .row>div {
	font-weight: 300;
	font-size: 20px;
	line-height: 30px;
	padding: 0 15px 40px 15px;
	margin: 0;
}

.footer-main .pre-footer .row>div .box {
	width: 100%;
	height: 100%;
	float: left;
}

.footer-main .pre-footer .row>div h4 {
	text-transform: uppercase;
	padding: 0 0 27px 0;
}

.footer-main .pre-footer .row>div h4:last-child {
	padding-bottom: 0;
}

.footer-main .pre-footer .row>div ul {
	padding: 0;
	margin: 0 0 -20px 0;
}

.footer-main .pre-footer .row>div ul li {
	padding: 0 0 20px 0;
	margin: 0;
}

.footer-main .pre-footer .row>div ul li:before {
	display: none;
}

.footer-main .pre-footer .row>div ul li a {
	font-weight: 300;
	color: #ffffff;
	text-decoration: none;
}

.footer-main .pre-footer .row>div ul li a:hover,
.footer-main .pre-footer .row>div ul li a:focus,
.footer-main .pre-footer .row>div ul li a:active {
	color: #f150a9;
}

.footer-main .copy-rights {
	width: 100%;
	font-weight: 500;
	font-size: 14px;
	color: #ffffff;
	line-height: 24px;
	overflow: hidden;
}

.footer-main .copy-rights .footer-links {
	width: 100%;
	overflow: hidden;
	padding: 0 0 30px 0;
}

.footer-main .copy-rights .footer-links:last-child {
	padding-bottom: 0;
}

.footer-main .copy-rights .footer-links .logo {
	width: 50%;
	float: none;
	display: inline-block;
	vertical-align: bottom;
	margin: 0 -4px 0 0;
}

.footer-main .copy-rights .footer-links .logo img {
	max-height: 93px;
}

.footer-main .copy-rights .footer-links .nav-links {
	width: 50%;
	float: none;
	display: inline-block;
	vertical-align: bottom;
	text-align: right;
	margin: 0 0 0 -4px;
}

.footer-main .copy-rights .footer-links .nav-links ul {
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0 -55px;
}

.footer-main .copy-rights .footer-links .nav-links ul li {
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0 55px;
}

.footer-main .copy-rights .footer-links .nav-links ul li:before {
	display: none;
}

.footer-main .copy-rights .footer-links .nav-links ul li a {
	font-weight: 500;
	color: #ffffff;
	text-decoration: none;
}

.footer-main .copy-rights .footer-links .nav-links ul li a:hover,
.footer-main .copy-rights .footer-links .nav-links ul li a:focus,
.footer-main .copy-rights .footer-links .nav-links ul li a:active {
	color: #f150a9;
}

.footer-main .copy-rights p {
	width: 100%;
	text-align: center;
	overflow: hidden;
	padding: 0;
}

@media (max-width: 1199px) {
.footer-main {
	padding: 80px 0 40px 0;
}

.footer-main .pre-footer {
	padding: 0 0 50px 0;
}

.footer-main .pre-footer .row>div {
	font-size: 18px;
	line-height: 28px;
}

.footer-main .pre-footer .row>div h4 {
	padding: 0 0 22px 0;
}

.footer-main .pre-footer .row>div ul {
	margin: 0 0 -17px 0;
}

.footer-main .pre-footer .row>div ul li {
	padding: 0 0 17px 0;
}

.footer-main .copy-rights .footer-links .logo img {
	max-height: 70px;
}

.footer-main .copy-rights .footer-links .nav-links ul {
	margin: 0 -30px;
}

.footer-main .copy-rights .footer-links .nav-links ul li {
	margin: 0 30px;
}
}

@media (max-width: 767px) {
.footer-main {
	padding: 60px 0 40px 0;
}

.footer-main .container {
	max-width: 600px;
}

.footer-main .pre-footer {
	padding: 0 0 40px 0;
}

.footer-main .pre-footer:last-child {
	padding-bottom: 0;
}

.footer-main .pre-footer .row {
	padding: 0;
	margin: 0 -10px -40px -10px;
}

.footer-main .pre-footer .row>div {
	font-size: 15px;
	line-height: 26px;
	padding: 0 10px 40px 10px;
}

.footer-main .pre-footer .row>div h4 {
	font-size: 15px;
	padding: 0 0 17px 0;
}

.footer-main .pre-footer .row>div ul {
	padding: 0;
	margin: 0 0 -14px 0;
}

.footer-main .pre-footer .row>div ul li {
	padding: 0 0 14px 0;
}

.footer-main .copy-rights .footer-links .logo {
	width: 100%;
	margin: 0 0 30px 0;
}

.footer-main .copy-rights .footer-links .logo img {
	max-height: 60px;
}

.footer-main .copy-rights .footer-links .nav-links {
	width: 100%;
	text-align: center;
	margin: 0;
}

.footer-main .copy-rights .footer-links .nav-links ul {
	margin: 0 -20px;
}

.footer-main .copy-rights .footer-links .nav-links ul li {
	margin: 0 20px;
}
}


/* 
 6.) Product - Gallery
----------------------------------------*/

/* Banner - Inner */
.banner-inner {
	width: 100%;
	overflow: hidden;
	position: relative;
}

.banner-inner .figure {
	width: 100%;
	text-align: center;
	overflow: hidden;
}

.banner-inner .figure img {
	width: 100%;
	min-width: 1000px;
	margin: 0 -500px;
}

.banner-inner .banner-cont {
	width: 100%;
	height: 100%;
	float: left;
	display: flex;
	align-items: end;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 0 50px 0;
}

.banner-inner .banner-cont .aside {
	width: 100%;
	max-width: 560px;
	float: left;
}

@media (max-width: 1199px) {
.banner-inner .banner-cont {
	padding: 0 0 40px 0;
}
}

@media (max-width: 767px) {
.banner-inner {
	color: #ffffff;
}

.banner-inner .banner-cont {
	padding: 0 0 30px 0;
}
}


/* 
 7.) Single -  Product
----------------------------------------*/

/* Choose - Options */
.choose-options {
	width: 100%;
	overflow: hidden;
	margin-bottom: 28px;
}

.choose-options:last-child {
	margin-bottom: 0;
}

.choose-options h4 {
	padding-bottom: 16px;
}

.choose-options h4:last-child {
	padding-bottom: 0;
}

.choose-options .options-list {
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 0 0 30px 0;
	margin: 0 -6px -12px -6px;
}

.choose-options .options-list:last-child {
	padding-bottom: 0;
}

.choose-options .radio-option {
	float: none;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	padding: 0;
	margin: 0 6px 12px 6px;
}

.choose-options .radio-option input[type=radio] {
	display: none;
}

.choose-options .radio-option label {
	width: auto;
	min-width: 99px;
	height: 39px;
	float: none;
	display: inline-block;
	vertical-align: top;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	line-height: 37px;
	letter-spacing: 2.1px;
	text-transform: uppercase;
	text-align: center;
	-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 #f150a9;
	padding: 0;
	margin: 0;
}

.choose-options .radio-option input[type=radio]:checked+label,
.choose-options .radio-option input[type=radio]:checked+label:focus {
	color: #000000;
}

.choose-options .radio-option input[type=radio]:checked+label,
.choose-options .radio-option input[type=radio]:checked+label:focus {
	color: #ffffff;
	background: #f150a9;
}

.choose-options .btn,
.choose-options .button,
.choose-options input[type="button"],
.choose-options input[type="submit"] {
	width: 100%;
	max-width: 297px;
}

.choose-options .btn-out {
	width: 100%;
	margin: 0;
}

.choose-options.lenses .radio-option label {
	min-width: 68px;
}


/* Product - Details */
.product-details {
	width: 100%;
	overflow: hidden;
	padding: 0 0 100px 0;
}

.product-details:last-child {
	padding-bottom: 0;
}

.product-details .product-img {
	width: 59.20%;
	float: left;
}

.product-details .product-img .product-thumbs {
	width: 114px;
	float: left;
	position: relative;
	z-index: 1;
	margin: 0 -114px 0 0;
}

.product-details .product-img .product-thumbs .item {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
	margin: 0 0 20px 0;
}

.product-details .product-img .product-thumbs .item:last-child {
	margin-bottom: 0;
}

.product-details .product-img .product-thumbs .item img {
	width: 100%;
}

.product-details .product-img .product-lrg {
	width: 100%;
	float: left;
	padding: 0 0 0 155px;
	margin: 70px 0 0 0;
}

.product-details .product-img .product-lrg .item {
	width: 100%;
	float: left;
	text-align: center;
	overflow: hidden;
	margin-bottom: 15px;
}

.product-details .product-img .product-lrg .item img {
	width: 100%;
}

.product-details .product-img .product-lrg .boost-logos {
	width: 100%;
	text-align: right;
	overflow: hidden;
}

.product-details .product-img .product-lrg .boost-logos ul {
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0 -6px;
}

.product-details .product-img .product-lrg .boost-logos ul li {
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0 6px;
}

.product-details .product-img .product-lrg .boost-logos ul li:before {
	display: none;
}

.product-details .product-img .product-lrg .boost-logos ul li img {
	width: 100%;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	max-width: 93px;
}

.product-details .product-img .product-lrg .boost-logos ul li:hover img {
	-webkit-filter: grayscale(0);
	filter: none;
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.product-details .product-cont {
	width: 40.80%;
	float: left;
	padding: 0 0 0 60px;
}

.product-details .product-cont h2 {
	padding: 0;
}

.product-details .product-cont h4 {
	font-weight: 400;
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 2.7px;
	text-transform: uppercase;
}

.product-details .product-cont .price {
	font-size: 18px;
	line-height: 26px;
}

.product-details .product-cont .txt-max {
	width: 100%;
	overflow: hidden;
	margin-bottom: 28px;
}

.product-details .product-cont .txt-max:last-child {
	margin-bottom: 0;
}

.product-details .product-cont .txt-max h4 {
	padding-bottom: 16px;
}

.product-details .product-cont .txt-max h4:last-child {
	padding-bottom: 0;
}

.product-details .product-cont .color-bg {
	width: 100%;
	overflow: hidden;
}

.product-details .product-cont .color-bg img { 
	max-height: 50px;
}

.product-details .product-cont .aside {
	width: 100%;
	max-width: 340px;
	float: left;
	padding: 0 0 40px 0;
}

.product-details .product-cont .aside:last-child {
	padding-bottom: 0;
}

@media (max-width: 1199px) {
.product-details {
	padding: 0 0 80px 0;
}

.product-details .product-img .product-thumbs {
	width: 90px;
	margin: 0 -90px 0 0;
}

.product-details .product-img .product-thumbs .item {
	margin: 0 0 15px 0;
}

.product-details .product-img .product-lrg {
	padding: 0 0 0 130px;
	margin: 50px 0 0 0;
}

.product-details .product-img .product-lrg .boost-logos ul li img {
	max-width: 70px;
}

.product-details .product-cont {
	padding: 0 0 0 40px;
}
}

@media (max-width: 767px) {
.product-details {
	padding: 0 0 60px 0;
}

.product-details .product-img {
	width: 100%;
	margin: 0 0 60px 0;
}

.product-details .product-img:last-child {
	margin-bottom: 0;
}

.product-details .product-img .product-thumbs {
	width: 60px;
	margin: 0 -60px 0 0;
}

.product-details .product-img .product-thumbs .item {
	margin: 0 0 10px 0;
}

.product-details .product-img .product-lrg {
	padding: 0 0 0 80px;
}

.product-details .product-img .product-lrg .boost-logos ul li img {
	max-width: 50px;
}

.product-details .product-cont {
	width: 100%;
	padding: 0;
}

.product-details .product-cont h4 {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 2px;
}

.product-details .product-cont .price {
	font-size: 16px;
	line-height: 24px;
}

.product-details .product-cont .aside {
	max-width: 100%;
}
}

/* 
 8.) Blog
----------------------------------------*/

/* Banner - Blog */
.banner-blog {
	width: 100%;
	color: #ffffff;
	text-align: center;
	overflow: hidden;
	position: relative;
}

.banner-blog .figure {
	width: 100%;
	text-align: center;
	overflow: hidden;
	position: relative;
}

.banner-blog .figure img {
	width: 100%;
	min-width: 1100px;
	margin: 0 -550px;
}

.banner-blog .figure:before {
	content: "";
	width: 100%;
	height: 1005;
	float: left;
	background: rgba(0, 0, 0, 0.4);
	position: absolute;
	top: 0;
	left: 0;
}

.banner-blog .date {
	width: 100%;
	font-weight: 700;
	font-size: 24px;
	line-height: 34px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 0 30px 0;
}

@media (max-width: 1199px) {
.banner-blog .date {
	font-size: 22px;
	line-height: 32px;
}
}

@media (max-width: 767px) {
.banner-blog .figure img {
	min-width: 900px;
	margin: 0 -450px;
}

.banner-blog .date {
	font-size: 20px;
	line-height: 30px;
	padding: 0 0 20px 0;
}
}


/* Blog - Content */
.blog-content {
	width: 100%;
	overflow: hidden;
	padding: 50px 0 100px 0;
}

.blog-content .container {
	max-width: 860px;
}

.blog-content .figure {
	width: 100%;
	text-align: center;
	overflow: hidden;
	margin: 0 0 30px 0;
}

.blog-content .figure:last-child {
	margin-bottom: 0;
}

.blog-content .figure img {
	width: 100%;
}

.blog-content .aside {
	width: 100%;
	overflow: hidden;
	padding: 0 10px 30px 10px;
}

.blog-content .aside:last-child {
	padding-bottom: 0;
}

@media (max-width: 1199px) {
.blog-content {
	padding: 40px 0 80px 0;
}
}

@media (max-width: 767px) {
.blog-content {
	padding: 30px 0 60px 0;
}

.blog-content .container {
	max-width: 600px;
}
}



.simple-slider {
	position: relative;
	overflow: hidden;
}

.simple-slider__img-a,
.simple-slider__img-b {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
}

.simple-slider__img-a {
	position: absolute;
	height: 100%;
	clip: rect(0 200px auto 0);
}

.simple-slider__slider {
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	cursor: pointer;
	border: 2px solid #FFF;
	-webkit-box-shadow:: 0 0 2px rgba(0, 0, 0, 0.4);
	-moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
	box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);
}