* {
	outline: none;
}

body {
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	line-height: 1.5;
	color: #666666;
}

@media (min-width: 1200px) {
	body {
		font-size: 15px;
		line-height: 1.6;
	}
}

body .wrapper {
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

@media (min-width: 1336px) {
	body .wrapper {
		width: 100%;
		max-width: 1400px;
	}
}

b,
strong {
	font-weight: 700;
}

@media print {
	.container {
		width: 100% !important;
	}
}

@media (max-width: 767px) {
	.container,
	.container-fluid {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (min-width: 768px) {
	.row.row-clean {
		margin: 0;
	}
	.row.row-clean > div {
		padding: 0;
	}
}

@media (max-width: 767px) {
	.row {
		margin-left: -10px;
		margin-right: -10px;
	}
	.row > div {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.form-control {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.btn:focus,
.form-control:focus {
	box-shadow: none !important;
}

@media print {
	a[href]:after,
	abbr[title]:after,
	a[href^="#"]:after {
		content: none !important;
	}
}

/* iPad fix */
input,
textarea,
select {
	border-radius: 0;
	/*disable border-radius ipad*/
}

/*  
----------------------------------
Page loader
----------------------------------
*/
.page-loader {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
	z-index: 999999;
	background-color: white;
}

.page-loader .spinner-border {
	position: fixed;
	left: 50%;
	top: 50%;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	margin-left: -16px;
	margin-top: -16px;
}

.page-loader.loaded {
	width: 0;
	left: 0;
	-moz-transition: all 1s cubic-bezier(0.8, 0.2, 0.2, 0.9);
	-o-transition: all 1s cubic-bezier(0.8, 0.2, 0.2, 0.9);
	-webkit-transition: all 1s cubic-bezier(0.8, 0.2, 0.2, 0.9);
	transition: all 1s cubic-bezier(0.8, 0.2, 0.2, 0.9);
}

.page-loader.loaded .spinner-border {
	opacity: 0;
}

.page-loader.loaded:before {
	opacity: 0;
}

/*  
----------------------------------
Headings
----------------------------------
*/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
.h1:first-child,
.h2:first-child,
.h3:first-child,
.h4:first-child,
.h5:first-child,
.h6:first-child {
	margin-top: 0;
}

h1,
.h1 {
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 10px;
}

@media (min-width: 1200px) {
	h1,
	.h1 {
		font-size: 29px;
		margin-top: 28.57143px;
		margin-bottom: 13.33333px;
	}
}

@media (min-width: 1336px) {
	h1,
	.h1 {
		font-size: 34.5px;
		margin-top: 33.33333px;
		margin-bottom: 13.33333px;
	}
}

h2,
.h2 {
	font-size: 22px;
	margin-top: 10px;
	margin-bottom: 10px;
}

@media (min-width: 1200px) {
	h2,
	.h2 {
		font-size: 26px;
		margin-top: 28.57143px;
		margin-bottom: 13.33333px;
	}
}

@media (min-width: 1336px) {
	h2,
	.h2 {
		font-size: 30.6px;
		margin-top: 33.33333px;
		margin-bottom: 13.33333px;
	}
}

h3,
.h3 {
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

@media (min-width: 1200px) {
	h3,
	.h3 {
		font-size: 23px;
		margin-top: 28.57143px;
		margin-bottom: 13.33333px;
	}
}

@media (min-width: 1336px) {
	h3,
	.h3 {
		font-size: 26.7px;
		margin-top: 33.33333px;
		margin-bottom: 13.33333px;
	}
}

h4,
.h4 {
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}

@media (min-width: 1200px) {
	h4,
	.h4 {
		font-size: 20px;
		margin-top: 28.57143px;
		margin-bottom: 13.33333px;
	}
}

@media (min-width: 1336px) {
	h4,
	.h4 {
		font-size: 22.8px;
		margin-top: 33.33333px;
		margin-bottom: 13.33333px;
	}
}

h5,
.h5 {
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}

@media (min-width: 1200px) {
	h5,
	.h5 {
		font-size: 17px;
		margin-top: 28.57143px;
		margin-bottom: 13.33333px;
	}
}

@media (min-width: 1336px) {
	h5,
	.h5 {
		font-size: 18.9px;
		margin-top: 33.33333px;
		margin-bottom: 13.33333px;
	}
}

h6,
.h6 {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 10px;
}

@media (min-width: 1200px) {
	h6,
	.h6 {
		font-size: 14px;
		margin-top: 28.57143px;
		margin-bottom: 13.33333px;
	}
}

@media (min-width: 1336px) {
	h6,
	.h6 {
		font-size: 15px;
		margin-top: 33.33333px;
		margin-bottom: 13.33333px;
	}
}

/*  
----------------------------------
Anchors
----------------------------------
*/
a {
	color: #3a3d45;
}

a:focus,
a:active,
a:hover {
	color: #666666;
	text-decoration: none;
}

a,
.btn {
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

a:focus,
.btn:focus {
	outline: none;
	box-shadow: none;
}

/*  
----------------------------------
Button styles
----------------------------------
*/
.btn {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: inherit;
}

.btn.btn-main {
	background-color: transparent;
	border: none;
	position: relative;
	padding-left: 0;
	padding-right: 0;
}

.btn.btn-main:after {
	content: "";
	width: 0;
	height: 1px;
	position: absolute;
	bottom: 0;
	background-color: #3c5570;
	left: 0;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.btn.btn-main:hover:after {
	width: 100%;
}

.btn.btn-main-white {
	background-color: transparent;
	border: none;
	position: relative;
	padding-left: 0;
	padding-right: 0;
	color: white;
}

.btn.btn-main-white:after {
	content: "";
	width: 0;
	height: 1px;
	position: absolute;
	bottom: 0;
	background-color: white;
	left: 0;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.btn.btn-main-white:hover:after {
	width: 100%;
}

.btn.btn-clean {
	background-color: transparent;
	border-color: white;
	color: white !important;
}

.btn.btn-clean:hover {
	background-color: white;
	border-color: white;
	color: black !important;
}

.btn.btn-clean-dark {
	background-color: transparent;
	border-color: rgba(58, 61, 69, 0.5);
	color: #3a3d45 !important;
}

.btn.btn-clean-dark:hover {
	background-color: #3a3d45;
	border-color: #3a3d45;
	color: white !important;
}

.btn.btn-add {
	background: #3c5570;
	position: absolute;
	overflow: hidden;
	color: white;
	bottom: 20px;
	right: 10px;
	border: 0;
	width: 50px;
	height: 50px;
	font-size: 19px;
	cursor: pointer;
	z-index: 9;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}

.btn.btn-add:hover {
	color: white;
}

.btn.btn-add:hover:before {
	background-color: #000000;
}

.btn.btn-add .icon {
	position: absolute;
	left: 50%;
	top: 50%;
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.btn.btn-buy {
	background-color: #3c5570;
	color: white;
	position: absolute;
	padding: 0;
	right: 10px;
	top: 0;
	width: 80px;
	height: 80px;
	font-size: 25px;
	line-height: 50px;
	text-align: center;
	overflow: hidden;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	z-index: 20;
}

.btn.btn-buy:after,
.btn.btn-buy:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	line-height: 80px;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.btn.btn-buy:before {
	font-family: "LinearIcons";
	content: "\e82e";
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.btn.btn-buy:after {
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	font-weight: 600;
	content: attr(data-text);
	-moz-transform: translate3d(0, 100%, 0);
	-ms-transform: translate3d(0, 100%, 0);
	-o-transform: translate3d(0, 100%, 0);
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

.btn.btn-buy:hover:before {
	font-family: "LinearIcons";
	content: "\e82e";
	-moz-transform: translate3d(0, 100%, 0);
	-ms-transform: translate3d(0, 100%, 0);
	-o-transform: translate3d(0, 100%, 0);
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
}

.btn.btn-buy:hover:after {
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

/*  
----------------------------------
Breadcrumbs
----------------------------------
*/
.breadcrumb {
	position: relative;
}

.breadcrumb.breadcrumb-inverted .breadcrumb-item::before {
	color: white;
}

.breadcrumb.breadcrumb-inverted .breadcrumb-item a {
	color: white;
	position: relative;
}

.breadcrumb.breadcrumb-inverted .breadcrumb-item.active {
	color: white;
	opacity: 0.6;
}

/*  
----------------------------------
Checkbox
----------------------------------
*/
.checkbox {
	margin: 0;
	padding: 5px 0;
	position: relative;
}

.checkbox label {
	padding-left: 35px;
	line-height: 1.8;
}

.checkbox label a {
	color: #8b8b8b;
	text-decoration: underline;
}

.checkbox label a:hover {
	color: #3c5570;
}

.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
	display: none;
}

.checkbox input[type="checkbox"] + label:before,
.checkbox input[type="radio"] + label:before {
	font-family: "LinearIcons";
	content: "";
	line-height: 22px;
	font-size: 16px;
	position: absolute;
	border: 1px solid #bbc4c7;
	display: inline-block;
	height: 25px;
	width: 25px;
	padding: 0;
	left: 0;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}

.checkbox input[type="checkbox"]:checked + label:before,
.checkbox input[type="radio"]:checked + label:before {
	background: #3c5570;
	color: white;
	border-color: #3c5570;
	text-align: center;
	-moz-transform: scale(0.8);
	-ms-transform: scale(0.8);
	-o-transform: scale(0.8);
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
}

.checkbox input[type="checkbox"]:checked + label:before {
	content: "\e870";
}

.checkbox input[type="radio"]:checked + label:before {
	content: "●";
	line-height: 16px;
	font-size: 20px;
}

.checkbox input[type="checkbox"]:checked + label:after,
.checkbox input[type="radio"]:checked + label:after {
	font-weight: bold;
}

/*  
----------------------------------
Sections
----------------------------------
*/
section {
	padding-top: 50px;
}

@media (min-width: 768px) {
	section {
		padding-top: 50px;
	}
}

@media (min-width: 992px) {
	section {
		padding-top: 50px;
	}
}

@media (min-width: 1200px) {
	/*
section {
padding-top: 100px;
}
*/
}

/*  
----------------------------------
Header
----------------------------------
*/
header {
	display: block;
	padding-bottom: 20px;
	position: relative;
	border-bottom: 1px solid #f3f3f3;
	margin-bottom: 20px;
}

@media (min-width: 768px) {
	header {
		padding-bottom: 20px;
	}
}

@media (min-width: 992px) {
	header {
		border-bottom: 0;
		margin-bottom: 0;
		padding-bottom: 40px;
	}
}

header .breadcrumb {
	margin-bottom: 0;
}

@media (min-width: 992px) {
	header .breadcrumb {
		margin-bottom: 20px;
	}
}

header .title {
	margin-top: 0;
	color: #3a3d45;
	z-index: 1;
	position: relative;
}

header .title:last-child {
	margin-bottom: 0;
}

@media (min-width: 768px) {
	header .title:before {
		position: absolute;
		width: 200px;
		height: 110px;
		left: -100px;
		top: 50%;
		z-index: -1;
		-moz-transform: translateY(-50%) rotate(0deg);
		-ms-transform: translateY(-50%) rotate(0deg);
		-o-transform: translateY(-50%) rotate(0deg);
		-webkit-transform: translateY(-50%) rotate(0deg);
		transform: translateY(-50%) rotate(0deg);
		background-image: url(../assets/images/x.png);
		background-size: cover;
		opacity: 0.2;
	}
}

@media (max-width: 991px) {
	header .title {
		margin-bottom: 5px;
	}
}

header .text {
	display: block;
}

header .text .btn-main {
	vertical-align: baseline;
	color: inherit;
	padding: 0;
	float: right;
}

header .subtitle {
	text-transform: none;
}

header .text p:last-child {
	margin-bottom: 0;
}

/*  
----------------------------------
Main Header
----------------------------------
*/
.main-header {
	padding: 0;
}

.main-header .title {
	color: white !important;
	margin-bottom: 0;
}

.main-header header {
	padding-top: 20px;
	padding-top: 20px;
	background-image: url(img/header-bg.jpg);
	background-position: center center;
	background-size: cover;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	overflow: hidden;
	color: white;
}

@media (min-width: 992px) {
	.main-header header {
		padding-top: 20px;
		padding-bottom: 40px;
	}
}

.main-header header .breadcrumb {
	padding-top: 0;
}

@media print {
	.main-header {
		padding: 40px 0 !important;
	}
}

/*  
----------------------------------
Main navigation
----------------------------------
*/
nav {
	background-color: white;
	position: fixed;
	top: 0px;
	z-index: 1030;
	width: 100%;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}

@media print {
	nav {
		display: none !important;
	}
}

nav.navbar-fixed {
	position: fixed;
	left: 0;
	top: 0;
	background-color: transparent;
}

nav.navbar-default {
	position: relative;
	background-color: transparent;
}

nav.navbar-sticked .navigation-top > ul {
	height: 0;
	border: 0;
}

nav.navbar-sticked .navigation-main {
	-moz-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1);
}

nav .container,
nav .navigation {
	position: relative;
}

nav .logo {
	position: absolute;
	display: inline-block;
	overflow: hidden;
	left: 10px;
	top: -20px;
	border: 0;
	z-index: 10;
	/* display: none; */
}

nav .logo img {
	height: auto;
	margin-top: -10px;
	width: 200px;
	position: fixed;
}

.adjust-menu-drop {
	height: 500px;
	overflow: auto;
}

@media (max-width: 991px) {
	nav .logo img {
		top: 0px;
		margin-top: 5px;
		width: 120px;
	}
}

nav .navigation ul,
nav .navigation ul li {
	margin: 0;
	padding: 0;
}

nav .navigation ul li {
	list-style-type: none;
}

nav .navigation > ul > li,
nav .navigation > ul > li > a {
	display: inline-block;
}

nav .navigation > ul > li > a {
	padding: 14px 20px;
}

nav .navigation > ul > li.active a,
nav .navigation > ul > li.active a:hover {
	color: #7b7b7b;
}

nav .navigation-pre {
	display: none;
	background-color: #3c5570;
	color: white;
	text-align: center;
	font-size: 11px;
}

nav .navigation-pre .row {
	margin: 0;
}

nav .navigation-pre .row > div {
	padding: 0;
}

nav .navigation-pre a {
	color: white;
	padding: 10px;
	display: block;
}

nav .navigation-pre a:hover {
	background-color: #2a3c4f;
}

@media (min-width: 992px) {
	nav .navigation-pre {
		display: block;
	}
}

nav .navigation-top {
	display: none;
	border-bottom: 1px solid #2b1f7f;
	background-color: #2b1f7f;
}

nav .navigation-top > ul {
	text-align: right;
	height: 40px;
	overflow: hidden;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	width: 88%;
	margin: 0px auto;
	display: flex;
	justify-content: flex-end;
}

nav .navigation-top > ul .left-side {
	float: left;
}

nav .navigation-top > ul .left-side.active a {
	background-color: #e0e0e0;
}

nav .navigation-top > ul .left-side > a {
	border-right: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	font-size: 12px;
	color: #fff;
}

nav .navigation-top > ul .left-side .logo-icon {
	padding: 10px 10px 0 0;
	line-height: normal;
}

nav .navigation-top > ul .left-side .logo-icon img {
	vertical-align: baseline;
}

nav .navigation-top > ul > li > a {
	font-family: "Poppins", sans-serif;
	text-transform: uppercase;
	border-left: 1px solid #e0e0e0;
	padding: 0 20px;
	line-height: 40px;
	font-size: 12px;
	color: #fff;
	display: flex;
	align-items: center;
}
nav .navigation-top > ul > li > a i {
	font-size: 14px;
	margin-right: 10px;
}

.contact-us-infi {
	border-right: 1px solid #e0e0e0;
}

nav .navigation-top .open-login-infinit {
	margin-left: 10px;
}

nav .navigation-main .open-cart-infinit,
nav .navigation-main .open-login-infinit,
nav .navigation-main .open-search-infinit,
nav .navigation-main .open-searchicon-infinit,
nav .navigation-main .open-menu-infinit,
nav .navigation-main .close-menu-wrapper {
	display: none;
}

nav .navigation-main .open-dropdown {
	margin-left: 5px;
}

nav .navigation-main .floating-menu {
	/* background-color: white; */
	padding: 0px 100px 0 486px;
}

nav .navigation-main .floating-menu > ul > li > a {
	position: relative;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	-moz-transition: none;
	-o-transition: none;
	-webkit-transition: none;
	transition: none;
}

nav .navigation-main .navbar-dropdown .navbar-box .row > div {
	margin-bottom: 15px;
	margin-bottom: 0;
}

nav .navigation-main .navbar-dropdown .navbar-box ul {
	margin-bottom: 60px;
}

nav .navigation-main .navbar-dropdown .navbar-box ul > li {
	padding: 0;
	list-style-type: none;
	margin-bottom: 5px;
}

nav .navigation-main .navbar-dropdown .navbar-box ul > li.label {
	padding: 5px 0;
	font-size: 14px;
	display: inline-block;
	margin-bottom: 6px;
	font-weight: normal;
	color: #3c5570;
}

@media (min-width: 992px) {
	nav .navigation-main .navbar-dropdown .navbar-box ul > li.label {
		font-size: 18px;
		color: #000;
		margin-bottom: 12px;
	}
}

nav .navigation-main .navbar-dropdown .navbar-box ul > li.more a {
	font-size: 10px;
	color: #8fc4ff;
	text-transform: uppercase;
}

nav .navigation-main .navbar-dropdown .navbar-box ul > li.more a .icon {
	font-size: 6px;
}

nav .navigation-main .navbar-dropdown .navbar-box ul > li > a {
	color: #000;
	display: block;
	padding-bottom: 5px;
	border-bottom: 0;
	font-size: 14px;
}
@media (min-width: 1280px) {
	nav .navigation-main .floating-menu {
		/* background-color: white; */
		padding: 0px 100px 0 386px;
	}
}
@media (max-width: 991px) {
	nav .navigation-main .navbar-dropdown .navbar-box ul > li > a {
		color: #000;
	}
}

nav .navigation-main .navbar-dropdown .navbar-box ul > li > a span.label {
	padding: 2px 4px;
	vertical-align: super;
	font-size: 55%;
}

@media (min-width: 992px) {
	nav .navigation-main .navbar-dropdown .navbar-box ul > li > a:hover {
		-moz-transform: translateX(5px);
		-ms-transform: translateX(5px);
		-o-transform: translateX(5px);
		-webkit-transform: translateX(5px);
		transform: translateX(5px);
	}
}

nav .navigation-main .navbar-dropdown .navbar-box ul > li:last-child > a {
	border-bottom: 0;
	text-transform: capitalize;
}

@media (min-width: 992px) {
	nav .navigation .floating-menu > ul > li,
	nav .navigation .floating-menu > ul > li > a {
		display: inline-block;
	}
	nav .navigation .logo {
		position: absolute;
		z-index: 1;
		padding-left: 35px;
	}
	nav .navigation-top {
		display: flex;
	}
	nav .navigation-main {
		border-bottom: 1px solid #e0e0e0;
	}
	nav .navigation-main .floating-menu > ul {
		position: relative;
		border-bottom: 0px solid #ccc;
		margin: 0px auto;
		padding: 0 0px 0 0px;
		margin: 0;
	}
	nav .navigation-main .floating-menu > ul > li > a {
		padding: 15px;
	}
	nav .navigation-main .floating-menu > ul > li.nav-settings {
		float: right;
		margin-top: 10px;
	}
	nav .navigation-main .floating-menu > ul > li.nav-settings ul li {
		cursor: pointer;
	}
	nav .navigation-main .floating-menu > ul > li .navbar-dropdown {
		display: none;
		position: absolute;
		overflow: hidden;
		color: white;
		width: 100%;
		left: 0;
		right: 0;
		top: 100%;
		text-align: left;
		z-index: 9999;
	}
	nav .navigation-main .floating-menu > ul > li .navbar-dropdown .navbar-box {
		display: table;
		width: 100%;
	}
	nav
		.navigation-main
		.floating-menu
		> ul
		> li
		.navbar-dropdown
		.navbar-box
		.image
		img {
		width: 100%;
	}
	nav
		.navigation-main
		.floating-menu
		> ul
		> li
		.navbar-dropdown
		.navbar-box
		> div {
		display: table-cell;
		vertical-align: top;
		width: 50%;
	}
	nav
		.navigation-main
		.floating-menu
		> ul
		> li
		.navbar-dropdown
		.navbar-box
		.box-sm {
		width: 40%;
		background-color: #2a3c4f;
	}
	nav
		.navigation-main
		.floating-menu
		> ul
		> li
		.navbar-dropdown
		.navbar-box
		.box-lg {
		width: 100%;
		background-color: #fff;
	}
	nav
		.navigation-main
		.floating-menu
		> ul
		> li
		.navbar-dropdown
		.navbar-box
		.box-full {
		background-color: #fff;
	}
	nav
		.navigation-main
		.floating-menu
		> ul
		> li
		.navbar-dropdown
		.navbar-box
		.box {
		padding: 40px;
	}
	nav
		.navigation-main
		.floating-menu
		> ul
		> li
		.navbar-dropdown
		.navbar-box
		ul {
		width: 100%;
	}
	nav
		.navigation-main
		.floating-menu
		> ul
		> li
		.navbar-dropdown.navbar-dropdown-single {
		width: auto;
		right: auto;
		left: auto;
		max-width: 200px;
	}
	nav
		.navigation-main
		.floating-menu
		> ul
		> li
		.navbar-dropdown.navbar-dropdown-single
		.navbar-box {
		min-height: inherit;
	}
	nav
		.navigation-main
		.floating-menu
		> ul
		> li
		.navbar-dropdown.navbar-dropdown-single
		.navbar-box
		.box {
		padding: 20px;
	}
	nav
		.navigation-main
		.floating-menu
		> ul
		> li
		.navbar-dropdown.navbar-dropdown-single
		.navbar-box
		ul:last-child {
		margin-bottom: 0;
	}
	nav .navigation-main .floating-menu > ul > li .navbar-dropdown .btn {
		margin-top: 20px;
	}
	nav .navigation-main .floating-menu > ul > li.active a:hover {
		color: #3c5570;
	}
	nav .navigation-main .floating-menu > ul > li:hover {
		border-bottom: 2px solid #2b1f7f;
	}
	nav .navigation-main .floating-menu > ul > li:hover a {
		color: #000;
	}
	nav .navigation-main .floating-menu > ul > li:hover .navbar-dropdown {
		display: block;
	}
}

@media (max-width: 991px) {
	nav {
		box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	}
	nav.navbar-fixed {
		position: absolute;
		background-color: black;
	}
	nav .container {
		padding: 0;
		margin: 0;
		width: 100%;
		max-width: none;
	}
	nav .navigation-main {
		height: 60px;
		border-top: 10px solid #2b1f7f;
		background-color: #fff;
	}
	nav .navigation-main .open-cart-infinit,
	nav .navigation-main .open-login-infinit,
	nav .navigation-main .open-search-infinit,
	nav .navigation-main .open-searchicon-infinit,
	nav .navigation-main .open-menu-infinit,
	nav .navigation-main .close-menu-wrapper {
		display: block;
	}
	nav .navigation-main .open-cart-infinit,
	nav .navigation-main .open-login-infinit,
	nav .navigation-main .open-search-infinit,
	nav .navigation-main .open-searchicon-infinit,
	nav .navigation-main .open-menu-infinit {
		position: absolute;
		top: 0px;
		right: 0;
		width: 40px;
		height: 100%;
		text-align: center;
		border-left: 1px solid #dcdcdc;
	}
	nav .navigation-main .open-cart-infinit .icon,
	nav .navigation-main .open-login-infinit .icon,
	nav .navigation-main .open-search-infinit .icon,
	nav .navigation-main .open-searchicon-infinit .icon,
	nav .navigation-main .open-menu-infinit .icon {
		font-size: 15px;
		line-height: 58px;
	}
	nav .navigation-main .open-login-infinit {
		right: 40px;
	}
	nav .navigation-main .open-cart-infinit {
		right: 80px;
	}
	nav .navigation-main .open-search-infinit {
		right: 120px;
	}
	nav .navigation-main .open-searchicon-infinit {
		right: 160px;
	}
	nav .navigation-main .floating-menu {
		position: absolute;
		padding: 0 10px;
		z-index: 9999;
		width: 100%;
		height: 100vh;
		top: -30px;
		right: 0;
		left: auto;
		background-color: #fff;
		-moz-transform: translate3d(0, -100%, 0);
		-ms-transform: translate3d(0, -100%, 0);
		-o-transform: translate3d(0, -100%, 0);
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	nav .navigation-main .floating-menu.expanded,
	nav .navigation-main .floating-menu.expanded .close-menu {
		display: block;
		top: -10px;
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	nav .navigation-main .floating-menu.expanded > ul > li {
		-moz-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		-o-transform: translate3d(0, 0, 0);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		-moz-transition: all 0.2s;
		-o-transition: all 0.2s;
		-webkit-transition: all 0.2s;
		transition: all 0.2s;
	}
	nav .navigation-main .floating-menu .navbar-dropdown {
		display: none;
		background-color: #fff;
		padding: 0 10px;
		margin-bottom: 10px;
	}
	nav .navigation-main .floating-menu > ul {
		overflow: hidden;
	}
	nav .navigation-main .floating-menu > ul > li {
		-moz-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		-o-transform: translate3d(100%, 0, 0);
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0);
	}
	nav .navigation-main .floating-menu > ul > li:nth-child(1) {
		-moz-transition-delay: 0.1s;
		-o-transition-delay: 0.1s;
		-webkit-transition-delay: 0.1s;
		transition-delay: 0.1s;
	}
	nav .navigation-main .floating-menu > ul > li:nth-child(2) {
		-moz-transition-delay: 0.2s;
		-o-transition-delay: 0.2s;
		-webkit-transition-delay: 0.2s;
		transition-delay: 0.2s;
	}
	nav .navigation-main .floating-menu > ul > li:nth-child(3) {
		-moz-transition-delay: 0.3s;
		-o-transition-delay: 0.3s;
		-webkit-transition-delay: 0.3s;
		transition-delay: 0.3s;
	}
	nav .navigation-main .floating-menu > ul > li:nth-child(4) {
		-moz-transition-delay: 0.4s;
		-o-transition-delay: 0.4s;
		-webkit-transition-delay: 0.4s;
		transition-delay: 0.4s;
	}
	nav .navigation-main .floating-menu > ul > li:nth-child(5) {
		-moz-transition-delay: 0.5s;
		-o-transition-delay: 0.5s;
		-webkit-transition-delay: 0.5s;
		transition-delay: 0.5s;
	}
	nav .navigation-main .floating-menu > ul > li:nth-child(6) {
		-moz-transition-delay: 0.6s;
		-o-transition-delay: 0.6s;
		-webkit-transition-delay: 0.6s;
		transition-delay: 0.6s;
	}
	nav .navigation-main .floating-menu > ul > li:nth-child(7) {
		-moz-transition-delay: 0.7s;
		-o-transition-delay: 0.7s;
		-webkit-transition-delay: 0.7s;
		transition-delay: 0.7s;
	}
	nav .navigation-main .floating-menu > ul > li:nth-child(8) {
		-moz-transition-delay: 0.8s;
		-o-transition-delay: 0.8s;
		-webkit-transition-delay: 0.8s;
		transition-delay: 0.8s;
	}
	nav .navigation-main .floating-menu > ul > li:nth-child(9) {
		-moz-transition-delay: 0.9s;
		-o-transition-delay: 0.9s;
		-webkit-transition-delay: 0.9s;
		transition-delay: 0.9s;
	}
	nav .navigation-main .floating-menu > ul > li:nth-child(10) {
		-moz-transition-delay: 1s;
		-o-transition-delay: 1s;
		-webkit-transition-delay: 1s;
		transition-delay: 1s;
	}
	nav .navigation-main .floating-menu > ul > li:nth-child(11) {
		-moz-transition-delay: 1.1s;
		-o-transition-delay: 1.1s;
		-webkit-transition-delay: 1.1s;
		transition-delay: 1.1s;
	}
	nav .navigation-main .floating-menu > ul > li:nth-child(12) {
		-moz-transition-delay: 1.2s;
		-o-transition-delay: 1.2s;
		-webkit-transition-delay: 1.2s;
		transition-delay: 1.2s;
	}
	nav .navigation-main .floating-menu > ul > li:nth-child(13) {
		-moz-transition-delay: 1.3s;
		-o-transition-delay: 1.3s;
		-webkit-transition-delay: 1.3s;
		transition-delay: 1.3s;
	}
	nav .navigation-main .floating-menu > ul > li:nth-child(14) {
		-moz-transition-delay: 1.4s;
		-o-transition-delay: 1.4s;
		-webkit-transition-delay: 1.4s;
		transition-delay: 1.4s;
	}
	nav .navigation-main .floating-menu > ul > li:nth-child(15) {
		-moz-transition-delay: 1.5s;
		-o-transition-delay: 1.5s;
		-webkit-transition-delay: 1.5s;
		transition-delay: 1.5s;
	}
	nav .navigation-main .floating-menu > ul > li:nth-child(16) {
		-moz-transition-delay: 1.6s;
		-o-transition-delay: 1.6s;
		-webkit-transition-delay: 1.6s;
		transition-delay: 1.6s;
	}
	nav .navigation-main .floating-menu > ul > li:nth-child(17) {
		-moz-transition-delay: 1.7s;
		-o-transition-delay: 1.7s;
		-webkit-transition-delay: 1.7s;
		transition-delay: 1.7s;
	}
	nav .navigation-main .floating-menu > ul > li:nth-child(18) {
		-moz-transition-delay: 1.8s;
		-o-transition-delay: 1.8s;
		-webkit-transition-delay: 1.8s;
		transition-delay: 1.8s;
	}
	nav .navigation-main .floating-menu > ul > li:nth-child(19) {
		-moz-transition-delay: 1.9s;
		-o-transition-delay: 1.9s;
		-webkit-transition-delay: 1.9s;
		transition-delay: 1.9s;
	}
	nav .navigation-main .floating-menu > ul > li:nth-child(20) {
		-moz-transition-delay: 2s;
		-o-transition-delay: 2s;
		-webkit-transition-delay: 2s;
		transition-delay: 2s;
	}
	nav .navigation-main .floating-menu > ul > li > a {
		color: #000;
		display: block;
		/* border-bottom: 1px solid #405a77; */
		padding: 15px 0;
		position: relative;
	}
	nav .navigation-main .floating-menu > ul > li .open-dropdown {
		position: absolute;
		display: block;
		width: 40px;
		height: 100%;
		right: 0;
		top: 0;
		font-size: 22px;
		line-height: 50px;
		text-align: center;
	}
	nav .navigation-main .floating-menu > ul > li .open-dropdown .fa:before {
		-moz-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		-o-transform: rotate(-90deg);
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		display: inline-block;
	}
	nav
		.navigation-main
		.floating-menu
		> ul
		> li.expanded
		.open-dropdown
		.fa:before {
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	nav .navigation-main .close-menu-wrapper {
		height: 50px;
		/* border-bottom: 1px solid #405a77; */
	}
	nav .navigation-main .close-menu {
		cursor: pointer;
		display: block;
		height: 50px;
		width: 50px;
		float: right;
		background-size: auto 50px;
		background-position: 100% center;
		background-repeat: no-repeat;
		color: #000;
		text-align: center;
		padding-top: 12px;
		-moz-transform: translate3d(0, -100%, 0);
		-ms-transform: translate3d(0, -100%, 0);
		-o-transform: translate3d(0, -100%, 0);
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
		-moz-transition: all 0.3s;
		-o-transition: all 0.3s;
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
		-moz-transition-delay: 0.2s;
		-o-transition-delay: 0.2s;
		-webkit-transition-delay: 0.2s;
		transition-delay: 0.2s;
	}
	nav .navigation-main .close-menu .icon {
		font-size: 26px;
		line-height: 50px;
		padding-right: 8px;
	}
	nav .navigation-main .navbar-dropdown .box-1 {
		display: none;
	}
	nav .navigation-main .navbar-dropdown ul {
		margin: 20px 0;
		padding: 0;
	}
	nav .navigation-main .navbar-dropdown .navbar-box ul {
		margin-bottom: 15px;
	}
	nav .navigation-main .navbar-dropdown .navbar-box ul > li > a {
		border-color: #405a77;
		font-size: 14px;
		padding-top: 8px;
		padding-bottom: 8px;
	}
	nav .navigation-main .navbar-dropdown .navbar-box ul > li.label {
		text-transform: uppercase;
		margin-bottom: 10px;
		display: inline-block;
		color: #fff;
	}
}

nav .open-login-infinit,
nav .open-cart-infinit,
nav .open-search-infinit,
nav .open-searchicon-infinit {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

nav .open-login-infinit.open .icon:before,
nav .open-cart-infinit.open .icon:before,
nav .open-search-infinit.open .icon:before,
nav .open-searchicon-infinit.open .icon:before {
	content: "\e870";
}

nav .open-cart-infinit {
	position: relative;
}

nav .open-cart-infinit span {
	background-color: #3a3d45;
	color: white;
	position: absolute;
	width: 15px;
	height: 15px;
	line-height: 15px;
	right: 4px;
	top: 5%;
	text-align: center;
	font-size: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

nav .search-wrapper {
	position: absolute;
	background: white;
	top: 56px;
	right: 15px;
	left: 15px;
	z-index: 9999;
	padding: 0;
}

nav .search-wrapper .form-control {
	height: 50px;
	border-color: transparent;
}

@media (min-width: 992px) {
	nav .search-wrapper .form-control {
		padding-left: 0;
		padding-right: 0;
	}
}

nav .search-wrapper .form-control:focus {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

nav .search-wrapper .btn {
	position: absolute;
	right: 5px;
	top: 9px;
}

@media (min-width: 992px) {
	nav .search-wrapper .btn {
		right: 0;
		top: 10px;
	}
}

@media (max-width: 991px) {
	nav .search-wrapper {
		left: 0;
		right: 0;
	}
}

nav .login-wrapper {
	width: 100%;
	background-color: white;
	border: 1px solid #e0e0e0;
	border-top: 0;
	position: absolute;
	display: inline-block;
	text-align: left;
	padding: 20px;
	top: 56px;
	left: auto;
	right: 0;
	z-index: 999;
}

@media (min-width: 768px) {
	nav .login-wrapper {
		max-width: 300px;
	}
}

nav .cart-wrapper {
	position: absolute;
	width: 100%;
	top: 56px;
	right: 0;
	padding: 7.5px;
	max-width: 500px;
	border: 1px solid #e0e0e0;
	border-top: 0;
	overflow: hidden;
	background-color: white;
}

@media (min-width: 992px) {
	nav .cart-wrapper {
		right: 15px;
	}
}

nav .cart-wrapper .checkout {
	padding: 0 15px;
	opacity: 0;
	-moz-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	-moz-transform: translate3d(100%, 0, 0);
	-ms-transform: translate3d(100%, 0, 0);
	-o-transform: translate3d(100%, 0, 0);
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
}

nav .cart-wrapper .checkout hr {
	margin-top: 5px;
	margin-bottom: 5px;
}

nav .cart-wrapper .checkout .cart-block {
	padding: 10px;
	margin-bottom: 10px;
}

nav .cart-wrapper .checkout .cart-block > div.quantity {
	padding: 5px 0;
	text-align: left;
}

nav .cart-wrapper .checkout .cart-block > div.quantity .form-control {
	width: 60px;
	height: inherit;
}

nav .cart-wrapper .checkout .cart-block > div.price {
	padding-right: 10px;
}

nav .cart-wrapper .checkout .cart-block .title {
	padding: 15px 0;
}

@media (min-width: 992px) {
	nav .cart-wrapper .checkout .cart-block .title {
		padding: 15px;
	}
}

nav .cart-wrapper .checkout .cart-block.cart-block-footer {
	padding: 5px 0;
	margin: 0;
	margin-bottom: 3px;
	width: 100%;
	background-color: transparent;
}

nav .cart-wrapper .checkout .cart-block.cart-block-footer .title {
	padding: 0;
}

nav .cart-wrapper .checkout .cart-block.cart-block-footer > div {
	float: left;
	padding: 0;
}

nav .cart-wrapper .checkout .cart-block .icon-delete {
	padding: 2px;
}

nav .cart-wrapper .checkout .cart-block-buttons {
	margin: 20px 0;
}

nav .cart-wrapper.open .checkout {
	opacity: 1;
	-moz-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

nav .search-wrapper,
nav .login-wrapper,
nav .cart-wrapper {
	-moz-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
	-moz-transform: scale(1, 0);
	-ms-transform: scale(1, 0);
	-o-transform: scale(1, 0);
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-moz-transform-origin: 50% 0;
	-ms-transform-origin: 50% 0;
	-o-transform-origin: 50% 0;
	-webkit-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

nav .search-wrapper.open,
nav .login-wrapper.open,
nav .cart-wrapper.open {
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}

@media (max-width: 991px) {
	nav .search-wrapper,
	nav .login-wrapper,
	nav .cart-wrapper {
		top: 55px;
		border-top: 1px solid #e0e0e0;
		border-bottom: 1px solid #e0e0e0;
	}
}

.logo-icon {
	display: none;
}
.mob-menu {
	display: none !important;
}
@media (max-width: 991px) {
	.mob-menu {
		display: block !important;
	}
}

@media (max-width: 991px) {
	.navigation-main,
	.open-login-infinit,
	.open-search-infinit,
	.open-searchicon-infinit {
		display: flex !important;
		justify-content: center;
		align-items: center;
	}

	.navigation-main .open-menu-infinit,
	.open-cart-infinit {
		display: flex !important;
		justify-content: center;
		align-items: center;
	}
}

.main-slider .slick-track a img {
	height: 100%;
	width: 100%;
}

.menu-after-login {
	right: 0;
	max-width: 300px;
	left: auto;
}
.whishlist {
	padding: 15px;
}

.cart-adjutsment {
	right: 0;
}
.cart-sidebar-menu {
	z-index: 9991;
}

.phone-visible-area {
	display: none;
}
@media (max-width: 991px) {
	.desktop-visible-area {
		display: none;
	}
	.phone-visible-area {
		display: block;
		right: 35px;
		position: absolute;
		border-left: 1px solid #dcdcdc;
		width: 40px;
	}
	.phone-visible-area #menu-after-login-phone {
		color: #000;
	}
}
.modal-backdrop {
	opacity: 0.5;
}
.color-add {
	background-color: white;
	color: #000 !important;
}
.color-add-red {
	background-color: red;
	color: #fff !important;
}
nav .navigation-top > ul .left-side > a {
	font-weight: 900;
}
.menwomenlist {
	width: 80%;
	margin: 0px auto;
	margin-bottom: 20px;
	display: none;
	margin-top: 50px;
}
@media (max-width: 991px) {
	.menwomenlist {
		display: block;
	}
	.floating-menu ul .nav-settings {
		display: none;
	}
	nav .navigation-main .open-cart-infinit,
	nav .navigation-main .open-login-infinit,
	nav .navigation-main .open-search-infinit,
	nav .navigation-main .open-searchicon-infinit,
	nav .navigation-main .open-menu-infinit {
		color: #000;
	}
}
.menwomenlist ul {
	width: 100%;
	margin-top: 20px !important;
	display: flex;
	justify-content: space-between;
	background: #cfcfcf;
	border-radius: 10px;
	align-items: center;
	position: relative;
	overflow: hidden;
	box-shadow: 0 3px 10px 0 rgba(0 0 0 0.3) !important;
}
.menwomenlist ul li {
	padding: 5px !important;
	text-align: center;
	min-width: 50px;
	width: 100%;
	background: #cfcfcf;
	color: #000;
	border-left: 1px solid #fff;
}
.menwomenlist ul li.active {
	background-color: #f5f3f3;
	font-weight: 800;
}
.menwomenlist ul li:first-child {
	border-left: 0;
}

.terms {
	margin-top: 80px;
}

.identify-cl:hover {
	color: #2b1f7f !important;
}
