@import url('https://fonts.googleapis.com/css?family=Montserrat:400,500,600&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Abel&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato:400,700&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Allura&amp;display=swap');

@font-face {
	font-family: 'Butler';
	src: url('../fonts/Butler_Regular.otf') format("opentype");
}

::-webkit-scrollbar {
	width: 10px;
	border-radius: 8px;
}

/* Track */

::-webkit-scrollbar-track {
	border-radius: 8px;
}

/* Handle */

::-webkit-scrollbar-thumb {
	background: #060a27;
	border-radius: 8px;
}

/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.wrapper {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
}

body {
	margin: 0px;
	padding: 0px;
	background: #030220 !important;
	font-size: 14px;
	font-weight: 300;
	color: #333;
	letter-spacing: 0.3px;
	font-family: 'Montserrat', sans-serif;
}

.outer_container {
	background: #030220;
	float: left;
	width: 100%;
	z-index: 111;
}

.header {
	float: left;
	width: 100%;
	position: relative;
	box-shadow: 0px 1px 1px #a9a9a912;
	z-index: 11;
}

.top_header {
	float: left;
	width: 100%;
	background: #030220;
	border-bottom: 1px solid #030220;
}

.top_link_left {
	float: left;
	width: 100%;
}

.top_link_left ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.top_link_left ul li {
	float: left;
	width: auto;
	margin-right: 0px;
	list-style: none;
}

.top_link_left ul li a {
	float: left;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	font-weight: 300;
	padding: 6px 5px;
}

.top_link_left ul li a i {
	line-height: 26px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	border-radius: 100%;
	margin: 0px 1px;
}

.top_link_left ul li a:hover i {
	color: #ffb932;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}

.top_link_left ul li span {
	float: left;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	position: relative;
	font-size: 13px;
	text-decoration: none;
	font-weight: 300;
	margin-right: 15px;
	padding: 3px 5px 0px;
}

.top_link_left ul li a:hover span {
	color: #ffb932;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}

.top_link_left ul li span:after {
	position: absolute;
	content: '|';
	right: -13px;
	color: #fff;
	font-size: 20px;
	font-weight: 100;
	top: -3px;
}

.top_link_right {
	float: right;
	margin-top: 50px;
	width: auto;
}

.top_link_right ul {
	float: left;
	padding: 0px;
	margin: 0px;
}

.top_link_right ul li {
	float: left;
	width: auto;
	list-style: none;
	position: relative;
	padding: 0px 20px;
}

.top_link_right ul li a {
	float: left;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	font-weight: 300;
	padding: 9px 0px 5px;
}

.top_link_right ul li a:hover {
	color: #ffb932;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}

.top_link_right ul li a small {
	color: #ffb932;
	font-size: 13px;
	text-decoration: none;
	font-weight: 300;
}

.top_link_right ul li a i {
	margin-right: 3px;
	font-size: 14px;
}

.top_link_right ul li:last-child {
	padding-right: 0px;
}

.top_link_right ul li div.search_out {
	position: absolute;
	width: 290px;
	display: none;
	right: 0;
	top: 5px;
}

.top_link_right ul li div.search_out input {
	float: left;
	width: 85%;
	border: 1px solid #999999;
	border-radius: 34px;
	background: #030220;
	height: 29px;
	font-family: 'Montserrat', sans-serif;
	outline: 0;
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	padding: 0px 10px;
}

.top_link_right ul li div.search_out button.srch_btn {
	position: absolute;
	background: none;
	color: #fff;
	border: 0px;
	outline: 0;
	margin: 1px 1px 0px 0px;
	right: 48px;
	font-size: 16px;
}

.top_link_right ul li div.search_out button.cls_srch_btn {
	background: none;
	color: #fff;
	border: 0px;
	outline: 0;
	margin: -8px 0px 0px 5px;
	right: 65px;
	font-size: 34px;
	float: right;
	line-height: normal;
}

.top_link_right ul li div.search_out input::placeholder {
	color: #e1e1e1;
}

.top_link_right select {
	float: right;
	margin: 7px 0 0;
	padding: 1px 5px;
	margin-left: 24px;
	border-radius: 4px;
	border: none;
	background: none;
	color: #fff;
	font-size: 14px;
	outline: 0;
}

.top_link_right select option {
	background: #000;
	padding: 9px;
	display: block;
	border: 0px;
	outline: 0;
}


.sticky+.content {
	padding-top: 102px;
}

.outer_banner_box {
	float: left;
	width: 100%;
	background: #030220;
	position: fixed;
	text-align: center;
	height: 100%;
	z-index: 2;
}

#myVideo {
	right: 0;
	bottom: 0;
	left: 0;
	top: -22%;
	width: 100%;
	position: relative;
	height: auto;
}

.go_bottom {
	position: fixed;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.go_bottom a {
	border: 1.6px solid #eeeeeec9;
	width: 32px;
	height: 60px;
	border-radius: 16px;
	display: inline-block;
}

.center-con {
	z-index: 111;
	position: fixed;
	bottom: 102px;
	text-align: center;
	height: 40px;
	width: 40px;
	margin: auto;
	right: 0;
	left: 0;
}

.round {
	position: relative;
	border: 2px solid #fff;
	width: 40px;
	height: 40px;
	border-radius: 100%;
	left: 0;
	right: 0;
	bottom: 1px;
	opacity: 0.5;
	margin: auto;
	text-align: center;
}

#cta {
	cursor: pointer;
	text-align: center;
	position: absolute;
	top: -5px;
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	left: 7px;
	width: 42px;
	height: 30px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

#cta .arrow {
	left: 7%;
}

.arrow {
	position: absolute;
	bottom: 0;
	margin-left: 0px;
	width: 12px;
	height: 12px;
	background-size: contain;
	top: 15px;
}

.segunda {
	margin-left: 8px;
}

span.arrow.segunda.next:before {
	content: "\f101";
	font-size: 30px;
	font-family: 'FontAwesome';
}

@keyframes bounceAlpha {
	0% {
		opacity: 1;
		transform: translateX(0px) scale(1);
	}

	25% {
		opacity: 0;
		transform: translateX(12px) scale(1);
	}

	26% {
		opacity: 0;
		transform: translateX(-11px) scale(1);
	}

	55% {
		opacity: 1;
		transform: translateX(0px) scale(1);
	}
}

.bounceAlpha {
	animation-name: bounceAlpha;
	animation-duration: 1.4s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.arrow.primera.bounceAlpha {
	animation-name: bounceAlpha;
	animation-duration: 1.4s;
	animation-delay: 0.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.round .arrow {
	animation-name: bounceAlpha;
	animation-duration: 1.4s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.round:hover .arrow.primera {
	animation-name: bounceAlpha;
	animation-duration: 1.4s;
	animation-delay: 0.2s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.header_midd {
	float: left;
	width: 100%;
	padding: 10px 0px 0px;
}

.logo {
	float: left;
	width: 100%;
	text-align: left;
	outline: 0;
}

.logo a {
	outline: 0;
	float: left;
}

.logo a:focus img {
	outline: 0;
}

.logo a img:focus {
	outline: 0;
}

.logo a img {
	max-width: 216px;
	text-decoration: none;
	outline: 0;
	width: 100%;
}

.header_search_right {
	float: right;
	position: relative;
	width: 50px;
	margin-top: 18px;
}

.header_search_right ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.header_search_right ul li {
	list-style: none;
	width: auto;
	float: right;
	text-align: right;
	padding-bottom: 0px;
	position: relative;
}

.header_search_right ul li small {
	font-size: 14px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	margin-top: 7px;
	display: none;
}

.header_search_right ul li:last-child {
	text-align: right;
}

.header_search_right ul li ul li:last-child {
	border-bottom: 0px !important;
}

.mhart {
	display: none;
}

.event_none {
	pointer-events: none;
}

.header_search_right ul li a {
	font-size: 26px;
	color: #fff;
	position: relative;
	display: inline-block;
}

.header_search_right ul li a img {
	width: 25px;
}

.header_search_right ul li a span {
	width: 18px;
	height: 18px;
	position: absolute;
	right: -10px;
	top: 2px;
	border-radius: 100%;
	color: #fff;
	background: #ffb932;
	font-size: 13px;
	text-align: center;
	font-weight: 600;
}

.header_search_right ul li ul.sub_cart {
	position: absolute;
	width: 330px;
	margin: 0px;
	box-shadow: 0px 1px 2px #0006;
	padding: 5px;
	visibility: hidden;
	opacity: 0;
	right: 0px;
	background: #fff;
	height: auto;
	top: 58px;
	max-height: 265px;
	overflow-y: auto;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	border-radius: 2px;
}

.header_search_right ul li:hover ul.sub_cart {
	visibility: visible;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	opacity: 1;
}

.header_search_right ul li ul.sub_cart li {
	float: left;
	width: 100%;
	list-style: none;
	margin-bottom: 2px;
	padding: 5px;
	border-bottom: 1px solid #c2c2c2;
}

.header_search_right ul li ul.sub_cart li a.cart_img {
	float: left;
	text-decoration: none;
}

.header_search_right ul li ul.sub_cart li a.cart_img img {
	width: 100px;
	height: 95px;
	float: left;
}

.header_search_right ul li ul.sub_cart li h4 {
	position: relative;
	width: 100%;
	margin: 2px 0px;
	float: left;
}

.header_search_right ul li ul.sub_cart li h4 span {
	float: left;
	width: 95%;
	text-align: center;
	font-size: 13px;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 300;
	text-shadow: 0 0 black;
	font-family: 'Montserrat', sans-serif;
	margin: 6px 5px;
}

.header_search_right ul li ul.sub_cart li h3 {
	height: 95px;
	float: left;
	width: calc(100% - 100px);
	padding: 5px;
	margin: 0;
}

.header_search_right ul li ul.sub_cart li h3 span {
	float: left;
	width: 95%;
	font-size: 14px;
	color: #030220;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 600;
	text-shadow: 0 0 black;
	font-family: 'Montserrat', sans-serif;
	text-align: left;
	margin: 8px 5px 6px;
}

.header_search_right ul li ul.sub_cart li h3 small {
	float: left;
	font-family: 'Montserrat', sans-serif;
	margin: 5px 5px 6px;
	font-size: 12px;
	color: #030220;
	display: block;
	width: 98%;
	font-weight: 500;
	text-align: left;
}

.header_search_right ul li ul.sub_cart li h3 a {
	float: left;
	width: auto;
	height: 17px;
	border-radius: 100%;
	text-align: center;
	line-height: 20px;
	color: #030220;
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	margin-top: 5px;
	padding-left: 5px;
}

.header_search_right ul li ul.sub_cart li h3 a big {
	float: left;
	font-size: 19px;
	font-weight: 200;
	margin-right: 5px;
}

.header_search_right ul li ul.sub_cart li h2 {
	position: relative;
	width: 100%;
	margin: 0px 0px 10px;
	float: left;
	color: #030220;
	font-family: 'Montserrat', sans-serif;
	font-size: 15px;
	text-align: right;
	font-weight: 600;
	padding: 5px 9px;
}

.header_search_right ul li ul.sub_cart li h2 b {
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}

.header_search_right ul li ul.sub_cart li h4 {
	float: left;
	width: 100%;
	margin-bottom: 5px;
	text-align: right;
}

.header_search_right ul li ul.sub_cart li h4 a {
	display: inline-block;
	background: #fff;
	padding: 9px 12px;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	border: 1.2px solid #ffb932;
	font-weight: 500;
	text-transform: uppercase;
	color: #ffb21d;
	margin-right: 7px;
	text-decoration: none;
	border-radius: 30px;
	width: 45%;
	text-align: center;
}

.header_search_right ul li ul.sub_cart li h4 a {
	font-size: 14px;
	position: relative;
	overflow: hidden;
	color: #efa116;
	font-weight: 500;
	float: left;
	border: 1px solid #efa116;
	text-transform: uppercase;
	padding: 8px 20px;
	font-family: 'Montserrat', sans-serif;
	border-radius: 30px;
}

.header_search_right ul li ul.sub_cart li h4 a:after {
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	height: 100%;
	content: '';
	z-index: 1;
}

.header_search_right ul li ul.sub_cart li h4 a:hover:after {
	width: 0;
	background: #f7ad1f;
	transition: 0.3s;
}

.header_search_right ul li ul.sub_cart li h4 a:before {
	width: 100%;
	right: 0;
	top: 0;
	position: absolute;
	height: 100%;
	content: '';
	z-index: 1;
}

.header_search_right ul li ul.sub_cart li h4 a:hover:before {
	width: 0;
	background: #f7ad1f;
	transition: 0.3s;
}

.header_search_right ul li ul.sub_like {
	position: absolute;
	width: 280px;
	margin: 0px;
	padding: 5px;
	visibility: hidden;
	opacity: 0;
	right: 9px;
	background: #fff;
	height: auto;
	top: 42px;
	max-height: 185px;
	overflow-y: auto;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	border-radius: 2px;
	box-shadow: 0px 1px 2px #0006;
}

.header_search_right ul li:hover ul.sub_like {
	visibility: visible;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	opacity: 1;
}

.header_search_right ul li ul.sub_like a {
	float: left;
	width: 91%;
}

.header_search_right ul li ul.sub_like li {
	float: left;
	width: 100%;
	list-style: none;
	margin-bottom: 2px;
}

.header_search_right ul li ul.sub_like li a h3 {
	position: relative;
	width: 100%;
	margin: 2px 0px;
	float: left;
}

.header_search_right ul li ul.sub_like li a h3 img {
	width: 32px;
	float: left;
	height: 30px;
}

.header_search_right ul li ul.sub_like li a h3 small {
	float: left;
	width: 81%;
	display: block;
	font-size: 13px;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 400;
	text-shadow: 0 0 black;
	font-family: 'Montserrat', sans-serif;
	text-align: left;
	margin: 8px 5px 6px;
}

.header_search_right ul li ul.sub_like li button.close_btn {
	float: right;
	width: 20px;
	height: 17px;
	border-radius: 100%;
	text-align: center;
	line-height: 20px;
	color: #fff;
	font-size: 14px;
	background: none;
	margin-top: 5px;
	border: 0;
}

.header_search_left {
	display: none;
}

.mob_search_left {
	float: left;
	width: auto;
	display: none;
	margin: 7px 0px 0px 9px;
}

.mob_search_left span {
	float: left;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 500;
}

.mob_search_left span i {
	font-size: 23px;
	float: right;
	margin-top: -1px;
	margin-left: 6px;
}

.mob_search_left span img {
	max-width: 24px;
	margin-left: 5px;
}

.mob_cont {
	float: left;
	width: 100%;
}

.mob_cont ul {
	float: left;
	width: 100%;
	margin: 0px;
}

.mob_cont ul li {
	list-style: none;
	display: inline-block;
	margin: 5px;
	width: auto;
}

.mob_cont ul li a {
	float: left;
	clear: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
}

.menu_outer {
	position: relative;
	float: left;
	margin-top: 15px;
	width: calc(100% - 54px);
}

.banner_outer {
	float: left;
	padding: 145px 0px;
	width: 100%;
	background-repeat: no-repeat;
	background: #030220;
	position: relative;
	overflow: hidden;
	background-size: cover;
}

.banner_outer:before {
	position: absolute;
	left: 0px;
	content: '';
	width: 100%;
	background: rgba(0, 5, 31, 0.19);
	height: 100%;
	top: 0;
}

.banner_outer::after {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255, 255, 255, .1);
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}

.banner_outer:hover::after {
	-webkit-animation: circle .75s;
	animation: circle .75s;
}

@-webkit-keyframes circle {
	0% {
		opacity: 1;
	}

	40% {
		opacity: 1;
	}

	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

@keyframes circle {
	0% {
		opacity: 1;
	}

	40% {
		opacity: 1;
	}

	100% {
		width: 200%;
		height: 200%;
		opacity: 0;
	}
}

.banner_content {
	float: left;
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 1;
}

.banner_content h3 {
	float: left;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 52px;
	text-transform: uppercase;
	font-family: 'Butler';
}

.banner_content p {
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	max-width: 600px;
	display: inline-block;
	line-height: 28px;
}

.banner_content a {
	display: inline-block;
	background: #ffb932;
	position: relative;
	padding: 13px 25px;
	color: #fff;
	overflow: hidden;
	font-size: 14px;
	text-transform: uppercase;
	border-radius: 35px;
	font-family: 'Montserrat', sans-serif;
	margin: 35px 0px;
	text-decoration: none;
	font-weight: 400;
}

.banner_content a:after {
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	height: 100%;
	content: '';
	z-index: 1;
}

.banner_content a:hover:after {
	width: 0;
	background: #fff;
	transition: 0.3s;
}

.banner_content a:before {
	width: 100%;
	right: 0;
	top: 0;
	position: absolute;
	height: 100%;
	content: '';
	z-index: 1;
}

.banner_content a:hover:before {
	width: 0;
	background: #fff;
	transition: 0.3s;
}

.banner_content a:hover {
	text-decoration: none;
	color: #fff;
}

.banner_story {
	max-width: 736px;
	margin: 0 auto;
	padding: 80px 113px 80px;
	background-color: rgba(3, 2, 15, 0.8);
}

.banner_Header {
	margin-bottom: 72px;
	text-align: center;
}

.banner_Header h1 {
	font-size: 46px;
	line-height: 54px;
	text-align: center;
	padding-bottom: 60px;
	position: relative;
}

.banner_Header h1 strong {
	background-image: -webkit-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -o-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -ms-linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: normal;
	margin-bottom: 10px;
	display: inline-block;
	font-family: 'Butler';
}

.banner_Header h1 span {
	display: block;
	font-size: 36px;
	line-height: normal;
	background-image: -webkit-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -o-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -ms-linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: normal;
	font-family: 'Allura', cursive;
}

.banner_Header h1 span i {
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	margin-right: 15px;
}

.banner_Header h1:after {
	content: "";
	position: absolute;
	width: 239px;
	left: 50%;
	bottom: 0px;
	margin-left: -119px;
	display: inline-block;
	opacity: 0.75;
	height: 1px;
	background: #b5a663;
}

.banner_story .hjDetSubTitle {
	font-size: 26px;
	line-height: 1.38;
	font-style: italic;
	color: #fff;
	margin: 0 auto 43px;
	text-align: center;
	letter-spacing: 0.02em;
}

.banner_story .hjDetSubTitle blockquote {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-size: 22px;
	font-family: 'Butler';
}

.banner_title_disc {
	width: 100%;
	line-height: 1.6;
	display: inline-block;
}

.banner_title_disc p {
	font-size: 15px;
	line-height: 1.6;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	overflow: hidden;
	text-align: justify;
	letter-spacing: 0.04em;
}

.dividerRosetteIcon {
	text-align: center;
	margin-top: 62px;
}

.dividerRosetteIcon img {
	max-width: 100%;
}

.cont_one {
	float: left;
	width: 100%;
	background: #fff;
	margin: 30px 0px;
}

.cont_one_left {
	float: left;
	background: #f7f7f7;
	width: 100%;
	padding: 40px 0px;
}

.new_arival {
	float: left;
	width: 100%;
}

.new_arival_left {
	float: left;
	width: 60%;
	text-align: center;
	padding: 30px 10px 50px;
}

.new_arival_left span {
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	display: inline-block;
	font-weight: 400;
	color: #666;
	float: left;
	text-transform: uppercase;
	width: 100%;
	margin: 7px 0px;
}

.new_arival_left h3 {
	float: left;
	width: 100%;
	color: #fff;
	font-weight: 600;
	margin: 5px 0px;
	font-size: 36px;
	text-transform: uppercase;
	font-family: 'Butler';
}

.new_arival_left a {
	font-size: 14px;
	background: #ffb932;
	text-transform: uppercase;
	padding: 13px 25px;
	color: #fff;
	font-weight: 400;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	display: inline-block;
	margin-top: 40px;
	position: relative;
	overflow: hidden;
}

.new_arival_left a:after {
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	height: 100%;
	content: '';
	z-index: 1;
}

.new_arival_left a:hover:after {
	width: 0;
	background: #fff;
	transition: 0.3s;
}

.new_arival_left a:before {
	width: 100%;
	right: 0;
	top: 0;
	position: absolute;
	height: 100%;
	content: '';
	z-index: 1;
}

.new_arival_left a:hover:before {
	width: 0;
	background: #fff;
	transition: 0.3s;
}

.new_arival_left a:hover {
	color: #fff;
	text-decoration: none;
}

.new_arival_right {
	float: left;
	width: 40%;
	overflow: hidden;
	text-align: center;
	padding: 10px;
}

.new_arival_right img {
	width: 100%;
	transition: 0.6s;
	-webkit-transition: 0.6s;
}

.cont_one_left:hover .new_arival_right img {
	transform: scale(1.1);
	transition: 0.6s;
	-webkit-transition: 0.6s;
}

.new_prod_bx {
	float: left;
	width: 100%;
	background: #030220;
	text-align: center;
	padding: 10px;
	height: 406px;
	position: relative;
}

.new_prod_bx h3 {
	float: left;
	width: 100%;
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Butler';
}

.new_prod_bx a h3 {
	float: left;
	text-decoration: none;
	width: 100%;
	margin: 15px 0px 15px;
	font-size: 22px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Butler';
}

.new_prod_bx a:hover h3 {
	text-decoration: none;
	color: #ffb932;
}

.new_prod_bx a {
	display: inline-block;
	font-weight: 400;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
}

.new_prod_bx img {
	height: 180px;
	margin: 25px 0;
	display: inline-block;
}

.new_prod_bx:hover .new_prod_bx_inner {
	transition: 0.4s;
	-webkit-transition: 0.4s;
	opacity: 1;
	visibility: visible;
	top: 0;
	width: 100%;
	height: 100%;
}

.new_prod_bx_inner {
	position: absolute;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	width: 100%;
	height: 100%;
	bottom: 0px;
	left: 0px;
	visibility: hidden;
	opacity: 0;
	background: #030220;
}

.new_prod_bx_inner a {
	text-decoration: none;
	color: #ffb932;
}

.new_prod_bx_inner img {
	height: 160px;
	margin: 25px 0px 10px;
}

.new_prod_bx_inner h3 {
	font-size: 18px !important;
	margin: 15px 0px 6px !important;
}

.new_prod_bx_inner h4 {
	float: left;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}

.new_prod_bx_inner a.wish {
	position: relative;
	color: #fff;
	font-size: 23px;
	display: inline-block;
	margin: 25px 0px 5px;
}

.new_prod_bx_inner a.wish:hover {
	text-decoration: none;
	color: #ffb932;
}

.add_banner {
	float: left;
	width: 100%;
	height: 475px;
	overflow: hidden;
	position: relative;
}

.add_banner img {
	width: 100%;
	transform: scale(1);
	transition: 0.5s;
	-webkit-transition: 0.5s;
}

.add_banner:hover img {
	transform: scale(1.06);
	transition: 0.6s;
	-webkit-transition: 0.6s;
}

.add_banner_inner {
	position: absolute;
	left: 10%;
	top: 30%;
	text-align: center;
	width: 360px;
}

.add_banner_inner h3 {
	float: left;
	width: 100%;
	color: #fff;
	font-weight: 600;
	margin: 5px 0px;
	line-height: 44px;
	font-size: 36px;
	text-transform: uppercase;
	font-family: 'Butler';
}

.add_banner_inner p {
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	display: inline-block;
	font-weight: 400;
	color: #333;
	float: left;
	width: 100%;
	margin: 7px 0px;
}

.add_banner_inner a {
	display: inline-block;
	background: #ffb932;
	padding: 13px 28px;
	color: #fff;
	position: relative;
	overflow: hidden;
	border-radius: 35px;
	font-family: 'Montserrat', sans-serif;
	margin: 35px 0px;
	text-decoration: none;
	font-weight: 400;
	text-transform: uppercase;
}

.add_banner_inner a:after {
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	height: 100%;
	content: '';
	z-index: 1;
}

.add_banner_inner a:hover:after {
	width: 0;
	background: #fff;
	transition: 0.3s;
}

.add_banner_inner a:before {
	width: 100%;
	right: 0;
	top: 0;
	position: absolute;
	height: 100%;
	content: '';
	z-index: 1;
}

.add_banner_inner a:hover:before {
	width: 0;
	background: #fff;
	transition: 0.3s;
}

.add_banner_inner a:hover {
	text-decoration: none;
	color: #fff;
}

.cont_two {
	float: left;
	width: 100%;
	background: #fff;
	margin: 10px 0px;
}

.cont_two_left {
	float: left;
	background: url(../images/bg_new.jpg) no-repeat center #f7f7f7;
	width: 100%;
	background-size: cover;
	padding: 40px 0px;
}

.new_arival2 {
	float: left;
	width: 100%;
}

.new_arival2_left {
	float: left;
	width: 45%;
	text-align: center;
	padding: 65px 10px;
}

.new_arival2_left span {
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	display: inline-block;
	font-weight: 400;
	color: #fff;
	float: left;
	text-transform: uppercase;
	width: 100%;
	margin: 7px 0px;
}

.new_arival2_left h3 {
	float: left;
	width: 100%;
	color: #fff;
	font-weight: 600;
	margin: 5px 0px;
	font-size: 36px;
	text-transform: uppercase;
	font-family: 'Butler';
}

.new_arival2_left p {
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	display: inline-block;
	font-weight: 400;
	color: #fff;
	float: left;
	width: 100%;
	margin: 7px 0px;
}

.new_arival2_left a {
	display: inline-block;
	background: #ffb932;
	padding: 13px 28px;
	color: #fff;
	border-radius: 39px;
	font-family: 'Montserrat', sans-serif;
	margin: 35px 0px;
	text-decoration: none;
	font-weight: 400;
	position: relative;
	overflow: hidden;
	text-transform: uppercase;
}

.new_arival2_left a:after {
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	height: 100%;
	content: '';
	z-index: 1;
}

.new_arival2_left a:hover:after {
	width: 0;
	background: #fff;
	transition: 0.3s;
}

.new_arival2_left a:before {
	width: 100%;
	right: 0;
	top: 0;
	position: absolute;
	height: 100%;
	content: '';
	z-index: 1;
}

.new_arival2_left a:hover:before {
	width: 0;
	background: #fff;
	transition: 0.3s;
}

.new_arival2_left a:hover {
	color: #fff;
	text-decoration: none;
	color: #fff;
}

.new_arival2_right {
	float: left;
	width: 55%;
	text-align: center;
	padding: 10px;
}

.new_arival2_right img {
	width: auto;
	height: 305px;
}

.subjscribe_bx {
	float: left;
	width: 100%;
	padding: 35px 0px 0px;
	background: #fff;
	text-align: center;
}

.subjscribe_bx h3 {
	float: left;
	width: 100%;
	color: #fff;
	font-weight: 600;
	margin: 5px 0px;
	font-size: 30px;
	letter-spacing: 0.8px;
	font-family: 'Butler';
	text-transform: uppercase;
}

.subjscribe_bx p {
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	display: inline-block;
	font-weight: 400;
	color: #666;
	float: left;
	width: 100%;
	margin: 7px 0px;
}

.scribe_bx {
	width: 100%;
	margin: 40px auto;
	position: relative;
	max-width: 630px;
	display: inline-block;
}

.scribe_bx input {
	float: left;
	width: calc(100% - 145px);
	height: 40px;
	border: 1px solid #333;
	border-radius: 38px;
	background: #fff;
	padding: 0px 15px;
	font-family: 'Montserrat', sans-serif;
	color: #333;
	outline: 0;
	font-weight: 400;
}

.scribe_bx button {
	width: 110px;
	text-align: center;
	height: 40px;
	border-radius: 58px;
	background: #030220;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	border: 0;
	margin: 0px 15px;
	font-weight: 400;
	outline: 0;
}

.insta_bx {
	float: left;
	width: 100%;
	padding: 15px 0px;
}

.insta_bx h3 {
	float: left;
	width: 100%;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 19px;
	margin: 30px 0px;
	font-weight: 500;
}

.insta_bx img {
	width: 100%;
}

.popular_outer {
	float: left;
	width: 100%;
	padding: 30px 0px 25px;
}

.popular_inner {
	float: left;
	width: 100%;
	position: relative;
}

.popular_inner h2 {
	float: left;
	width: 100%;
	color: #fff;
	font-weight: 600;
	text-align: center;
	margin: 5px 0px;
	font-size: 30px;
	letter-spacing: 0.8px;
	font-family: 'Butler';
	text-transform: uppercase;
}

.popular_inner i.left {
	position: absolute;
	width: 18px;
	display: none;
	height: 24px;
	left: 1px;
	bottom: 35%;
	background: #fff;
	padding: 4px;
	color: #fff;
	z-index: 1;
	font-size: 26px;
	line-height: 16px;
	font-weight: 500;
}

.popular_inner i.right {
	position: absolute;
	width: 18px;
	display: none;
	height: 24px;
	right: 1px;
	bottom: 35%;
	background: #fff;
	padding: 4px;
	color: #fff;
	z-index: 1;
	font-size: 26px;
	line-height: 16px;
	font-weight: 500;
}

.popular_inner p {
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	display: inline-block;
	font-weight: 400;
	color: #666;
	float: left;
	text-align: center;
	width: 100%;
	margin: 7px 0px;
}

.popular_inner ul {
	display: inline-block;
	margin: 35px 0px 0px;
	padding: 0px;
	position: relative;
	width: 100%;
	text-align: center;
}

.popular_inner ul li {
	list-style: none;
	display: inline-block;
	width: calc(96% / 4);
	margin-right: 15px;
	position: relative;
	background: #030220;
	float: left;
	overflow: hidden;
	height: 290px;
}

.popular_inner ul li:last-child {
	margin-right: 0px;
}

.popular_inner ul li img {
	width: auto;
	max-height: 280px;
}

.popular_inner ul li div.mb_in {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: #030220;
	height: 100%;
	visibility: hidden;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	opacity: 0;
}

.popular_inner ul li div.mb_in a img {
	display: inline-block;
	font-weight: 400;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	margin: 0px 0px;
}

.popular_inner ul li div.mb_in a img {
	height: 140px;
	margin-top: 10px;
}

.popular_inner ul li div.mb_in a:hover h3 {
	text-decoration: none;
	color: #ffb932;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}

.popular_inner ul li div.mb_in a h3 {
	float: left;
	width: 100%;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	text-decoration: none;
	font-size: 19px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Butler';
}

.popular_inner ul li div.mb_in h4 {
	float: left;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	margin: 4px 0px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}

.popular_inner ul li div.mb_in a.wish {
	position: absolute;
	color: #fff;
	font-size: 23px;
	left: 0;
	right: 0;
	bottom: 15px;
}

.popular_inner ul li div.mb_in a.wish:hover {
	color: #ffb932;
	text-decoration: none;
}

.popular_inner ul li:hover div.mb_in {
	opacity: 1;
	top: 0px;
	visibility: visible;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}

.footer {
	float: left;
	padding: 0px 0px 0px;
	width: 100%;
	position: relative;
	background: rgba(0, 5, 29, 0.88);
	position: fixed;
	bottom: 0;
	z-index: 9;
}

.footer_logo ul {
	float: left;
	width: 100%;
	margin: 0px;
	margin-top: 10px;
	padding: 0px;
}

.footer_logo ul li {
	list-style: none;
	display: inline-block;
	margin: 10px;
}

.footer_logo ul li a.social {
	width: 35px;
	height: 35px;
	border-radius: 100%;
	text-align: center;
	font-size: 20px;
	color: #fff;
	text-decoration: none;
	background: #fff;
	display: inline-block;
	line-height: 36px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}

.footer_logo ul li a.social:hover {
	text-decoration: none;
	background: #ffb932;
	color: #fff;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}

.footer_logo {
	float: left;
	width: 100%;
	display: inline-block;
	text-align: center;
}

.footer_logo a img {
	max-width: 60px;
	margin-bottom: 3px;
}

.subscribe_outer {
	width: 100%;
	left: 0px;
	padding: 0px 0px 55px;
	background: rgba(0, 5, 29, 0.88);
	top: -242px;
	z-index: 1;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	display: none;
}

.subscribe {
	width: 100%;
	position: relative;
	border: 0px;
	text-align: center;
	max-width: 600px;
	margin: auto;
}

.close_subs {
	font-size: 35px;
	color: #fff;
	position: absolute;
	right: 15px;
	cursor: pointer;
}

.subscribeheading {
	float: left;
	width: 100%;
	background: #ffffff40;
	margin: 0px 0px 55px;
}

.subscribeheading h3 {
	float: left;
	width: 100%;
	background-image: linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -ms-linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 600;
	text-align: center;
	font-size: 27px;
	margin: 0;
	letter-spacing: 0.8px;
	padding: 10px 0px;
	font-family: 'Butler';
	text-transform: uppercase;
}

.subscribe h4 {
	float: left;
	width: 100%;
	color: #fff;
	font-weight: 600;
	text-align: center;
	margin: 5px 0px;
	margin: 15px 0px 10px;
	font-size: 30px;
	letter-spacing: 0.8px;
	font-family: 'Butler';
	text-transform: uppercase;
}

.subscribe p {
	color: #eee;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	width: 86%;
	position: absolute;
	bottom: -30px;
	text-align: left;
	margin: 8px 0px 0;
	padding: 5px 5px 0;
}

.subscribe input {
	width: calc(100% - 160px);
	height: 40px;
	background: #2a2740;
	border: 1px solid #444163;
	border-radius: 36px;
	outline: 0;
	padding: 0px 15px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

.subscribe button {
	width: 110px;
	text-align: center;
	height: 40px;
	margin: 0px 0px 0px 15px;
	position: relative;
	outline: 0;
	background-image: -webkit-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -o-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -ms-linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 500;
	border: 1px solid #ffb932;
	text-transform: uppercase;
	padding: 7px 16px;
	font-family: 'Montserrat', sans-serif;
	border-radius: 30px;
	overflow: hidden;
}

.subscribe button:hover {
	text-decoration: none;
	color: #fff;
}

.subscribe button:after {
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	height: 100%;
	content: '';
	z-index: 1;
}

.subscribe button:hover:after {
	width: 0;
	background: #f0d473;
	transition: 0.3s;
}

.subscribe button:before {
	width: 100%;
	right: 0;
	top: 0;
	position: absolute;
	height: 100%;
	content: '';
	z-index: 1;
}

.subscribe button:hover:before {
	width: 0;
	background: #f0d473;
	transition: 0.3s;
}

.footer_social {
	float: left;
	width: 100%;
}

.footer_social ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
	text-align: right;
}

.footer_social ul li {
	width: auto;
	margin-right: 0px;
	list-style: none;
	display: inline-block;
}

.footer_social ul li a {
	float: left;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 13px;
	text-decoration: none;
	font-weight: 300;
	padding: 6px 5px;
}

.footer_social ul li i {
	width: 25px;
	height: 25px;
	background: #eee;
	line-height: 26px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	border-radius: 100%;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}

.footer_social ul li a:hover i {
	background: #ffb932;
	color: #fff;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}

.copy_right_outer {
	float: left;
	width: 100%;
	padding: 5px 0px 0;
	border-top: 1px solid #343434;
	margin-top: 16px;
	background: #030220;
	letter-spacing: 0.4px;
	opacity: 0.8;
}

.copy_right {
	float: left;
	width: 100%;
}

.copy_right ul {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
	margin-top: 8px;
}

.copy_right ul li {
	list-style: none;
	margin: 0px 2px;
	display: inline-block;
	padding: 0px 14px;
	position: relative;
}

.copy_right ul li:after {
	position: absolute;
	content: "|";
	right: -5px;
	color: #eee;
}

.copy_right ul li:last-child:after {
	display: none;
}

.copy_right ul li:last-child {
	padding-right: 0px;
	margin-right: 0;
}

.copy_right ul li:first-child {
	padding-left: 0px;
}

.copy_right ul li a {
	float: left;
	color: #eee;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
	cursor: pointer;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	text-transform: uppercase;
}

.copy_right ul li a:hover {
	color: #ffb932;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}

.copy_right ul li span {
	float: left;
	color: #a3a3a3;
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}

.copy_comp {
	float: left;
	width: 100%;
	text-align: center;
	margin: 10px 0px;
}

.copy_comp span {
	display: inline-block;
	color: #eee;
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 0.5px;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
}

.mobile_menu_logo {
	display: none;
}

.menu_footer {
	position: fixed;
	display: none;
	bottom: 25px;
	z-index: 11111;
	width: 100%;
	text-align: center;
}

.menu_footer h2 {
	width: 100%;
	margin: 0px;
	float: left;
	text-align: center;
}

.menu_footer h2 a {
	text-decoration: none;
	color: #fff;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
}

.menu_footer h2 a img {
	max-width: 30px;
	display: inline-block;
}

.menu_footer h2 a span {
	float: left;
	width: 100%;
	font-weight: 400;
	text-transform: uppercase;
	margin: 6px 0px;
}

.menu_footer select {
	float: none;
	margin: 13px 0 0;
	padding: 5px 40px;
	border-radius: 4px;
	border: none;
	background: #fff;
	color: #000;
	font-size: 14px;
	outline: 0;
	font-weight: 500;
}

.menu_footer h3 {
	width: 100%;
	margin: 0px;
	float: left;
	text-align: center;
}

.menu_footer h3 a {
	text-decoration: none;
	color: #fff;
	font-size: 18px;
	font-family: 'Butler';
}

.menu_footer h3 a span {
	float: left;
	width: 100%;
	font-weight: 400;
	text-transform: uppercase;
	margin: 6px 0px;
}

.registration_outer {
	float: left;
	width: 100%;
	background: url(../images/Base_g.png) no-repeat center;
	background-size: cover;
	padding-bottom: 60px;
}

.registration {
	float: left;
	width: 100%;
	padding: 25px 0px 25px;
	font-weight: 200;
	color: #eee;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	margin-top: 8px;
}

.registration h3 {
	float: left;
	width: 100%;
	color: #fff;
	font-weight: 600;
	margin: 5px 0px;
	line-height: 36px;
	font-size: 30px;
	text-transform: uppercase;
	font-family: 'Butler';
}

.registration ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.registration ul li {
	float: left;
	margin: 5px 10px 0px 0px;
	list-style: none;
}

.registration ul li a {
	float: left;
	display: inline-block;
	font-weight: 200;
	color: #eee;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
}

.registration a {
	float: left;
	position: relative;
	display: inline-block;
	font-weight: 200;
	color: #eee;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	padding-right: 14px;
	margin-right: 15px;
}

.registration a:hover {
	color: #eee;
}

.registration a:first-child {
	padding-left: 20px;
}

.registration a:first-child:after {
	content: "\f015";
	position: absolute;
	left: 0;
	font-family: 'FontAwesome';
}

.registration a:before {
	content: "\f105";
	position: absolute;
	right: 0;
	font-family: 'FontAwesome';
}

.registration ul li i {
	display: inline-block;
	margin: 0px 4px;
	color: #eee;
	font-size: 15px;
}

.registration ul li span {
	font-size: 13px;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}

.outer_regser_bx {
	float: left;
	width: 100%;
	margin: 0px 0px 5px;
	margin-bottom: 65px;
}

.inner_rigister {
	float: left;
	width: 100%;
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #151f39), color-stop(75%, rgba(21, 31, 57, 0)), color-stop(96%, rgba(21, 31, 57, 0)));
	background: -webkit-radial-gradient(center, ellipse cover, #151f39 0%, rgba(21, 31, 57, 0) 75%, rgba(21, 31, 57, 0) 96%);
	background: -webkit-radial-gradient(center ellipse, #151f39 0%, rgba(21, 31, 57, 0) 75%, rgba(21, 31, 57, 0) 96%);
	background: radial-gradient(ellipse at center, #151f39 0%, rgba(21, 31, 57, 0) 75%, rgba(21, 31, 57, 0) 96%);
	padding: 10px;
}

.inner_rigister h4 {
	float: left;
	width: 100%;
	background-image: -webkit-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -o-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -ms-linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 600;
	margin: 5px 0px 10px;
	line-height: normal;
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'Butler';
}

.inner_rigister h5 {
	float: left;
	width: 100%;
	color: #fff;
	font-weight: 600;
	margin: 20px 0px 10px;
	line-height: normal;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Butler';
}

.inner_rigister p {
	float: left;
	width: 100%;
	color: #fff;
	font-weight: 400;
	margin: 5px 0px 10px;
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
}

.inner_rigister p a {
	color: #ffb932;
	float: none;
	font-size: 15px;
	text-decoration: underline;
	font-weight: 600;
	font-family: 'Butler';
	letter-spacing: 0.8px;
}

.inner_rigister p a:hover {
	color: #fff;
}

.inner_rigister input {
	float: left;
	width: 100%;
	height: 40px;
	color: #000;
	font-weight: 500;
	background: none;
	outline: 0;
	margin: 15px 0px 10px;
	padding: 0px 19px;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	border: 1px solid #0000004f;
	border-radius: 50px;
	background: #fff;
}

.inner_rigister button {
	float: left;
	background-image: -webkit-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -o-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -ms-linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 500;
	border: 1px solid #ffb932;
	text-transform: uppercase;
	padding: 10px 44px;
	border-radius: 35px;
	font-family: 'Montserrat', sans-serif;
	margin: 20px 0px;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	outline: 0;
}

.inner_rigister button:after {
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	height: 100%;
	content: '';
	z-index: 1;
}

.inner_rigister button:hover:after {
	width: 0;
	background: #f0d473;
	transition: 0.3s;
}

.inner_rigister button:before {
	width: 100%;
	right: 0;
	top: 0;
	position: absolute;
	height: 100%;
	content: '';
	z-index: 1;
}

.inner_rigister button:hover:before {
	width: 0;
	background: #f0d473;
	transition: 0.3s;
}

.inner_rigister a {
	float: left;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-weight: 400;
	margin: 10px;
}

.inner_rigister a:hover {
	color: #eee;
}

#czparallaxcmsblock {
	clear: both;
	width: 100%;
	float: left;
}

#czparallaxcmsblock .parallax {
	padding: 70px 0px 110px;
	background-color: #766e6b;
}

#czparallaxcmsblock .parallax-wrapper {
	margin: 0 -15px;
}

#czparallaxcmsblock .parallax-wrapper .one-half.parallax-left {
	width: 37.18%;
}

#czparallaxcmsblock .parallax-wrapper .one-half.parallax-left .parallax-text {
	padding: 140px 0;
	text-align: left;
	position: static;
}

#czparallaxcmsblock .parallax-wrapper .one-half.parallax-left .parallax-text .offer-title {
	font-size: 16px;
	letter-spacing: .2px;
	color: #ffffff;
	line-height: 32px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

#czparallaxcmsblock .parallax-wrapper .one-half.parallax-left .parallax-text .title {
	font-size: 36px;
	background-image: linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -ms-linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	letter-spacing: .2px;
	font-weight: 700;
	color: #ffffff;
	line-height: 60px;
	margin-top: 10px;
	font-family: 'Butler';
	text-transform: uppercase;
}

#czparallaxcmsblock .parallax-wrapper .one-half.parallax-left .parallax-text .desc {
	font-size: 14px;
	color: #fff;
	line-height: 22px;
	margin-top: 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

#czparallaxcmsblock .parallax-wrapper .one-half.parallax-left .parallax-text .shopnow {
	display: inline-block;
	margin-top: 65px;
}

#czparallaxcmsblock .parallax-wrapper .one-half.parallax-left .parallax-text .shopnow a.shop-now {
	font-size: 14px;
	position: relative;
	overflow: hidden;
	background-image: -webkit-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -o-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -ms-linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 500;
	float: left;
	border: 1px solid #ffb932;
	text-transform: uppercase;
	padding: 7px 26px;
	font-family: 'Montserrat', sans-serif;
	border-radius: 30px;
}

#czparallaxcmsblock .parallax-wrapper .one-half.parallax-left .parallax-text .shopnow a.shop-now:after {
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	height: 100%;
	content: '';
	z-index: 1;
}

#czparallaxcmsblock .parallax-wrapper .one-half.parallax-left .parallax-text .shopnow a.shop-now:hover:after {
	width: 0;
	background: #f0d473;
	transition: 0.3s;
}

#czparallaxcmsblock .parallax-wrapper .one-half.parallax-left .parallax-text .shopnow a.shop-now:before {
	width: 100%;
	right: 0;
	top: 0;
	position: absolute;
	height: 100%;
	content: '';
	z-index: 1;
}

#czparallaxcmsblock .parallax-wrapper .one-half.parallax-left .parallax-text .shopnow a.shop-now:hover:before {
	width: 0;
	background: #f0d473;
	transition: 0.3s;
}

#czparallaxcmsblock .parallax-wrapper .one-half.parallax-right {
	width: 62.82%;
}

#czparallaxcmsblock .parallax-wrapper .one-half.parallax-right .parallax-half {
	margin: 0 -15px;
}

#czparallaxcmsblock .parallax-wrapper .one-half.parallax-right .one-half.parallax-part1 {
	width: 52.6%;
}

#czparallaxcmsblock .parallax-wrapper .one-half {
	padding: 0 15px;
	float: left;
}

#czparallaxcmsblock .parallax-wrapper .one-half .parallaxbanner-inner .parallaxbanner {
	position: relative;
	overflow: hidden;
	vertical-align: middle;
	display: inline-block;
}

#czparallaxcmsblock .parallax-wrapper .one-half .parallaxbanner-inner .parallaxbanner a.banner-anchor {
	display: inline-block;
	position: relative;
	text-decoration: none;
}

#czparallaxcmsblock .parallax-wrapper .one-half .parallaxbanner-inner .parallaxbanner a.banner-anchor:before {
	left: 0;
	top: 0;
}

#czparallaxcmsblock .parallax-wrapper .one-half .parallaxbanner-inner .parallaxbanner a.banner-anchor:before,
#czparallaxcmsblock .parallax-wrapper .one-half .parallaxbanner-inner .parallaxbanner a.banner-anchor:after {
	background: rgba(161, 161, 161, 0.05) none repeat scroll 0 0;
	content: " ";
	height: 0;
	padding: 0;
	position: absolute;
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
	-o-transition: all 0.5s ease-out 0s;
	width: 0;
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	z-index: 1;
}

#czparallaxcmsblock .parallax-wrapper .one-half .parallaxbanner-inner img {
	max-width: 100%;
}

#czparallaxcmsblock .parallax-wrapper .one-half .parallaxbanner-inner .parallaxbanner a.banner-anchor:after {
	bottom: 0;
	right: 0;
}

#czparallaxcmsblock .parallax-wrapper .one-half.parallax-right .parallax-text {
	position: relative;
	left: 0;
	text-decoration: none;
	right: 0;
	text-align: center;
	background: #080321;
	padding-top: 20px;
}

#czparallaxcmsblock .parallax-wrapper .one-half.parallax-right .one-half.parallax-part1 .parallax-text .main-title {
	line-height: 35px;
}

#czparallaxcmsblock .parallax-wrapper .one-half.parallax-right .parallax-text .main-title {
	font-size: 24px;
	letter-spacing: .2px;
	font-weight: 600;
	color: #fff;
	line-height: 30px;
	margin: 0 10px;
	font-family: 'Butler';
	text-transform: uppercase;
	position: relative;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

#czparallaxcmsblock .parallax-wrapper .one-half.parallax-right .parallax-text .main-title span {
	display: block;
	font-weight: 300;
	letter-spacing: 1px;
}

#czparallaxcmsblock .parallax-wrapper .one-half.parallax-right .parallax-text .main-title:after {
	position: absolute;
	content: "";
	display: none;
	width: 60px;
	height: 2px;
	background: #030220;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: auto;
	bottom: -20px;
}

#czparallaxcmsblock .parallax-wrapper .one-half.parallax-right .one-half.parallax-part2 {
	width: 47.4%;
}

#czparallaxcmsblock .parallax-wrapper .one-half.parallax-right .one-half.parallax-part2 .parallax-inner.parallax-top {
	margin-bottom: 30px;
}

#czparallaxcmsblock .parallax-wrapper .one-half .parallaxbanner-inner .parallaxbanner:hover a.banner-anchor:before,
#czparallaxcmsblock .parallax-wrapper .one-half .parallaxbanner-inner .parallaxbanner:hover a.banner-anchor:after {
	height: 100%;
	width: 100%;
	transform: rotatex(-180deg);
	-webkit-transform: rotatex(-180deg);
	-moz-transform: rotatex(-180deg);
	-ms-transform: rotatex(-180deg);
	-o-transform: rotatex(-180deg);
}

.hiraola-banner_area-3 {
	padding-top: 30px;
	float: left;
	width: 100%;
}

.img-hover_effect {
	position: relative;
	display: block;
}

.img-hover_effect a {
	overflow: hidden;
	display: block;
}

.img-hover_effect a:before {
	background: #cda557;
	bottom: 0;
	content: "";
	left: 50%;
	position: absolute;
	right: 51%;
	top: 0;
	opacity: 0.6;
}

.img-hover_effect a img {
	width: 100%;
	height: 100%;
}

.img-hover_effect a:after {
	background: #cda557;
	bottom: 50%;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	opacity: 0.6;
}

.img-hover_effect:hover a:before {
	left: 0;
	right: 0;
	opacity: 0;
	-webkit-transition: all 900ms ease-in;
	-o-transition: all 900ms ease-in;
	transition: all 900ms ease-in;
}

.img-hover_effect:hover a:after {
	top: 0;
	bottom: 0;
	opacity: 0;
	-webkit-transition: all 900ms ease-in;
	-o-transition: all 900ms ease-in;
	transition: all 900ms ease-in;
}

.content-top {
	float: left;
	width: 100%;
	padding: 30px 0px 25px;
	background: #f7f7f7;
	margin: 0px 0px 0px;
}

.trand_heading {
	float: left;
	width: 100%;
}

.trand_heading h2 {
	float: left;
	width: 100%;
	color: #fff;
	font-weight: 600;
	text-align: center;
	margin: 5px 0px;
	font-size: 30px;
	letter-spacing: 0.8px;
	font-family: 'Butler';
	text-transform: uppercase;
}

.trand_heading p {
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	display: inline-block;
	font-weight: 400;
	color: #666;
	float: left;
	text-align: center;
	width: 100%;
	margin: 7px 0px;
}

.product_list {
	float: left;
	width: 100%;
	position: relative;
}

.product_list ul {
	display: inline-block;
	margin: 0px 0px 0px;
	padding: 0px;
	position: relative;
	width: 100%;
	text-align: center;
}

.product_list ul li {
	list-style: none;
	display: inline-block;
	width: calc(94.7% / 4);
	margin-right: 15px;
	margin-bottom: 15px;
	position: relative;
	background: #030220;
	float: left;
	overflow: hidden;
	height: 290px;
}

.product_list ul li img {
	width: auto;
	height: 215px;
	max-width: 100%;
}

.product_list ul li a {
	float: left;
	width: 100%;
	margin: 6px 0px;
}

.product_list ul li a:hover h1 {
	color: #ffb932;
}

.product_list ul li a h1 {
	float: left;
	width: 100%;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Butler';
	margin: 0;
	max-height: 45px;
	overflow: hidden;
	line-height: normal;
	padding: 0px 10px;
}

.product_list ul li div.mb_in {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: #eee;
	height: 100%;
	visibility: hidden;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	opacity: 0;
}

.product_list ul li div.mb_in a {
	display: inline-block;
	font-weight: 400;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	margin: 0px 0px;
}

.product_list ul li div.mb_in a img {
	height: 140px;
	margin-top: 10px;
}

.product_list ul li div.mb_in a h3 {
	float: left;
	width: 100%;
	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Butler';
	max-height: 40px;
	overflow: hidden;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}

.product_list ul li div.mb_in a:hover h3 {
	color: #ffb932;
	text-decoration: none;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}

.product_list ul li div.mb_in h4 {
	float: left;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	margin: 4px 0px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}

.product_list ul li div.mb_in a.wish {
	position: absolute;
	color: #fff;
	font-size: 23px;
	left: 0;
	right: 0;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	bottom: 15px;
}

.product_list ul li div.mb_in a.wish:hover {
	color: #ffb932;
	text-decoration: none;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}

.product_list ul li div.mb_in a {
	display: inline-block;
	font-weight: 400;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	margin: 0px 0px;
}

.product_list ul li:hover div.mb_in {
	opacity: 1;
	top: 0px;
	visibility: visible;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}

.tab-head {
	margin: 1em 0 0;
}

.tabs li {
	display: inline-block !important;
}

ul.nav.tabs {
	text-align: center;
	margin-bottom: 3.5em;
}

.tabs li a {
	color: #fff;
	padding: 15px 30px !important;
	display: inline-block !important;
	font-size: 16px;
	letter-spacing: .2px;
	line-height: 32px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}

.tabs li.active {
	border-bottom: 2px solid #ffb932;
}

.tabs li.active a {
	color: #ffb932 !important;
}

.tabs li a:hover {
	color: #eee !important;
}

.nav>li>a:hover,
.nav>li>a:focus {
	background: none !important;
}

.tab-content-t {
	padding: 0em !important;
}

.zodiacbg {
	background: url(../images/zodiac.png) repeat-y !important;
}

.jacub_outer {
	float: left;
	width: 100%;
	background: url(../images/collection.jpg) no-repeat center;
	background-size: 100% !important;
	padding-bottom: 35px;
	background-position: top !important;
}

.content-area {
	max-width: 1170px;
	width: 100%;
	margin: auto;
}

.cart_outer {
	float: left;
	width: 100%;
	background: url(../images/Base_g.png) no-repeat center;
	background-size: cover;
	padding-bottom: 35px;
}

.cart_inner {
	float: left;
	width: 100%;
	padding: 60px 4px;
}

.cart_inner h4 {
	float: left;
	width: 100%;
	background-image: -webkit-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -o-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -ms-linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 600;
	margin: 5px 0px 20px;
	line-height: normal;
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'Butler';
}

.cart_inner h4 a.print {
	float: right;
	max-width: 16px;
	color: #fff;
}

.cart_inner h5 {
	float: left;
	width: 100%;
	color: #fff;
	font-weight: 600;
	margin: 15px 0px 10px;
	line-height: normal;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Butler';
}

.cart_inner ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.cart_inner ul li {
	float: left;
	width: 100%;
	list-style: none;
	margin-bottom: 2px;
	padding: 5px;
	border-bottom: 1px solid #c2c2c2;
}

.cart_inner ul li:last-child {
	border-bottom: 3px solid #eeeeee54;
}

.cart_inner ul li a.crt_img {
	float: left;
	text-decoration: none;
	width: 120px;
	height: 120px;
	text-align: center;
}

.cart_inner ul li a.crt_img img {
	max-height: 100%;
	display: inline-block;
	width: auto;
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #151f39), color-stop(75%, rgba(21, 31, 57, 0)), color-stop(96%, rgba(21, 31, 57, 0)));
	background: -webkit-radial-gradient(center, ellipse cover, #151f39 0%, rgba(21, 31, 57, 0) 75%, rgba(21, 31, 57, 0) 96%);
	background: -webkit-radial-gradient(center ellipse, #151f39 0%, rgba(21, 31, 57, 0) 75%, rgba(21, 31, 57, 0) 96%);
	background: radial-gradient(ellipse at center, #151f39 0%, rgba(21, 31, 57, 0) 75%, rgba(21, 31, 57, 0) 96%);
}

.cart_inner ul li h3 {
	float: left;
	width: 50%;
	padding: 5px;
	margin: 0;
}

.cart_inner ul li h3 span {
	float: left;
	width: 95%;
	font-size: 18px;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 500;
	text-shadow: 0 0 black;
	font-family: 'Montserrat', sans-serif;
	text-align: left;
	margin: 8px 5px 6px;
}

.cart_inner ul li label {
	display: inline-block;
	max-width: 100%;
	margin-bottom: 5px;
	font-weight: 700;
	text-align: center;
}

.cart_inner ul li label span {
	float: left;
	text-align: center;
	width: 100%;
	font-size: 16px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	text-shadow: 0 0 black;
	margin-top: 10px;
}

.cart_inner ul li label div {
	width: 115px;
	font-size: 16px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	margin-top: 20px;
	position: relative;
	border: 1px solid #5b5b68f0;
	overflow: hidden;
	height: 39px;
	border-radius: 27px;
	display: inherit;
}

.cart_inner ul li label input {
	width: 100%;
	height: 40px;
	outline: 0;
	text-align: center;
	border: 0px;
	background: none;
}

.cart_inner ul li label button.pls {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 40px;
	height: 40px;
	z-index: 1;
	border: 0px;
	outline: 0;
	background: #5b5b68b8;
	text-align: center;
	color: #eee;
	font-size: 22px;
}

.cart_inner ul li label button.mns {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 40px;
	height: 40px;
	z-index: 1;
	border: 0px;
	outline: 0;
	background: #5b5b68b8;
	text-align: center;
	color: #eee;
	font-size: 22px;
}

.cart_inner ul li h3 p {
	float: left;
	width: 100%;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	color: #eee;
	padding: 5px 5px;
	margin-bottom: 4px;
}

.cart_inner ul li h3 p input {
	float: left;
	margin: 1px 5px 0px 0px;
}

.cart_inner ul li h3 small {
	float: left;
	font-family: 'Montserrat', sans-serif;
	margin: 3px 5px 6px;
	font-size: 12px;
	color: #fff;
	display: block;
	width: 98%;
	font-weight: 500;
	text-align: left;
}

.cart_inner ul li div.crt_price_bx {
	float: right;
	width: 200px;
}

.cart_inner ul li div.crt_price_bx h5 {
	float: left;
	width: 100%;
	font-size: 16px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	text-shadow: 0 0 black;
	text-align: right;
	margin-top: 14px;
}

.cart_inner ul li div.crt_price_bx a {
	float: right;
	color: #fff;
	margin-top: 20px;
	font-size: 12px;
	line-height: 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

.cart_inner ul li div.crt_price_bx a big {
	float: left;
	font-size: 19px;
	font-weight: 200;
	margin-right: 5px;
}

.cart_shoping {
	float: left;
	max-width: 415px;
	width: 100%;
}

.cart_shoping a {
	float: left;
	background-image: -webkit-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -o-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -ms-linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 500;
	border: 1px solid #ffb932;
	text-transform: uppercase;
	padding: 10px 26px;
	font-family: 'Montserrat', sans-serif;
	border-radius: 30px;
	margin-top: 10px;
	margin-left: 5px;
	position: relative;
	overflow: hidden;
}

.cart_shoping a:after {
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	height: 100%;
	content: '';
	z-index: 1;
}

.cart_shoping a:hover:after {
	width: 0;
	background: #f0d473;
	transition: 0.3s;
}

.cart_shoping a:before {
	width: 100%;
	right: 0;
	top: 0;
	position: absolute;
	height: 100%;
	content: '';
	z-index: 1;
}

.cart_shoping a:hover:before {
	width: 0;
	background: #f0d473;
	transition: 0.3s;
}

.cart_price {
	float: right;
	max-width: 415px;
	width: 100%;
}

.cart_price h2 {
	float: left;
	width: 100%;
	margin: 5px 0px;
	line-height: 25px;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	background: #5b5b68;
	padding: 5px 10px;
}

.cart_price h2 small {
	font-size: 14px;
	text-transform: none;
}

.cart_price h2 b {
	float: right;
}

.cart_price h3 {
	float: left;
	width: 100%;
	line-height: 25px;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	margin: 5px 0px;
	padding: 5px 10px;
}

.cart_price h3 small {
	font-size: 12px;
	color: #eeeeeeb8;
	text-transform: none;
	font-weight: 500;
}

.cart_price h3 b {
	float: right;
}

.cart_price p {
	float: left;
	width: 100%;
	margin-top: 15px;
	font-size: 14px;
	color: #eee;
	margin-bottom: 25px;
	font-family: 'Montserrat', sans-serif;
}

.cart_price a:nth-of-type(1) {
	width: auto;
	float: left;
	padding: 10px 25px;
}

.cart_price a {
	float: right;
	width: 57%;
	position: relative;
	text-align: center;
	margin-right: 4%;
	overflow: hidden;
	padding: 10px 0px;
	margin-bottom: 15px;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	border-radius: 57px;
	background-image: -webkit-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -o-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -ms-linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 500;
	border: 1px solid #ffb932;
	text-transform: uppercase;
}

.cart_price a:hover {
	text-decoration: none;
	color: #fff;
}

.cart_price a:after {
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	height: 100%;
	content: '';
	z-index: 1;
}

.cart_price a:hover:after {
	width: 0;
	background: #f0d473;
	transition: 0.3s;
}

.cart_price a:before {
	width: 100%;
	right: 0;
	top: 0;
	position: absolute;
	height: 100%;
	content: '';
	z-index: 1;
}

.cart_price a:hover:before {
	width: 0;
	background: #f0d473;
	transition: 0.3s;
}

.cart_price a:last-child {
	margin-right: 0px;
}

.detail_outer {
	float: left;
	width: 100%;
	background: url(../images/Base_g.png) no-repeat center;
	padding-bottom: 35px;
	background-size: cover;
}

.zoomer_left {
	float: left;
	width: 100%;
}

.detaile_right {
	float: left;
	width: 100%;
}

.detaile_right h2 {
	float: left;
	width: 100%;
	color: #fff;
	font-weight: 600;
	margin: 0px 0px 10px;
	line-height: 36px;
	font-size: 30px;
	text-transform: uppercase;
	font-family: 'Butler';
}

.detaile_right h4 {
	float: left;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 16px;
	margin: 0;
	font-weight: 300;
	line-height: normal;
}

.detaile_right h3 {
	float: left;
	width: 100%;
	font-size: 34px;
	margin: 20px 0px;
	color: #f2c62d;
	font-family: 'Butler';
	font-weight: 600;
}

.detaile_right h3 span {
	float: left;
	width: 100%;
	font-size: 12px;
	color: #eee;
	font-weight: 300;
	font-family: 'Montserrat', sans-serif;
	font-style: italic;
	margin: 2px 0px;
}

.detaile_right_size {
	float: left;
	width: 100%;
	margin: 5px 0px;
}

.detaile_right_size ul {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.detaile_right_size ul li {
	float: left;
	margin: 6px 0px;
	list-style: none;
	width: 100%;
}

.detaile_right_size ul li strong {
	float: left;
	width: 140px;
	font-size: 16px;
	color: #fff;
	margin: 9px 0px;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}

.detaile_right_size ul li select {
	float: left;
	width: calc(100% - 180px);
	height: 40px;
	background: #fff;
	padding: 0px 6px;
	outline: 0;
	border: 4px solid #00000036;
	font-family: 'Butler';
	line-height: 22px;
	font-weight: 600;
}

.detaile_right_size ul li select option {
	background: #eeeeeec9;
	outline: 0;
	line-height: normal;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
}

.detaile_discription {
	float: left;
	width: 100%;
	margin: 5px 0px;
}

.detaile_discription ul {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.detaile_discription ul li {
	float: left;
	margin: 6px 0px;
	list-style: none;
	width: 100%;
}

.detaile_discription ul li strong {
	float: left;
	width: 140px;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}

.detaile_discription ul li h3 {
	float: left;
	width: calc(100% - 180px);
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 16px;
	margin: 0;
	font-weight: 300;
	line-height: normal;
}

.detaile_discription ul li h3 a {
	text-decoration: none;
	color: #fff;
	display: inline-block;
	margin-top: 3px;
}

.detaile_discription ul li h3 a.socialmedia {
	font-size: 17px;
	margin: 0px 6px;
	background: #333;
	width: 27px;
	height: 27px;
	color: #fff;
	display: inline-block;
	text-align: center;
	border-radius: 4px;
	line-height: 27px;
}

.detaile_discription ul li h3 a.socialmedia:first-child {
	margin-left: 0px;
}

.detaile_discription ul li h3 span.instock {
	color: #093;
	font-weight: 400;
}

.detaile_discription ul li h3 span.outstock {
	color: #ff2d0b;
	font-weight: 400;
}

.detaile_discription ul li h3 span {
	color: #333;
	font-weight: 300;
}

.detaile_discription ul li h3 a:hover {
	color: #ffb932;
}

.ad_cart_btn {
	float: left;
	width: 100%;
	margin: 25px 0px;
}

.ad_cart_btn ul {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.ad_cart_btn ul li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	float: left;
}

.ad_cart_btn ul li div.quant_bx {
	width: 125px;
	height: 45px;
	border: 1px solid #666666eb;
	position: relative;
	border-radius: 40px;
	overflow: hidden;
	margin-right: 20px;
}

.ad_cart_btn ul li div.quant_bx input {
	position: relative;
	width: 100%;
	text-align: center;
	height: 45px;
	float: left;
	top: 0;
	border: 0;
	font-size: 16px;
	outline: 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	background: none;
	color: #eee;
}

.ad_cart_btn ul li div.quant_bx button.minuse {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 40px;
	height: 44px;
	z-index: 1;
	border: 0px;
	outline: 0;
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #151f39), color-stop(75%, rgba(21, 31, 57, 0)), color-stop(96%, rgba(21, 31, 57, 0)));
	background: -webkit-radial-gradient(center, ellipse cover, #151f39 0%, rgba(21, 31, 57, 0) 75%, rgba(21, 31, 57, 0) 96%);
	background: -webkit-radial-gradient(center ellipse, #151f39 0%, rgba(21, 31, 57, 0) 75%, rgba(21, 31, 57, 0) 96%);
	background: radial-gradient(ellipse at center, #151f39 0%, rgba(21, 31, 57, 0) 75%, rgba(21, 31, 57, 0) 96%);
	text-align: center;
	color: #cfcfd2;
	font-size: 16px;
}

.ad_cart_btn ul li div.quant_bx button.plus {
	position: absolute;
	right: 0px;
	top: 0px;
	outline: 0;
	z-index: 1;
	width: 40px;
	height: 44px;
	border: 0px;
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #151f39), color-stop(75%, rgba(21, 31, 57, 0)), color-stop(96%, rgba(21, 31, 57, 0)));
	background: -webkit-radial-gradient(center, ellipse cover, #151f39 0%, rgba(21, 31, 57, 0) 75%, rgba(21, 31, 57, 0) 96%);
	background: -webkit-radial-gradient(center ellipse, #151f39 0%, rgba(21, 31, 57, 0) 75%, rgba(21, 31, 57, 0) 96%);
	background: radial-gradient(ellipse at center, #151f39 0%, rgba(21, 31, 57, 0) 75%, rgba(21, 31, 57, 0) 96%);
	text-align: center;
	font-size: 16px;
	color: #cfcfd2;
}

.ad_cart_btn ul li button.adcart {
	font-size: 14px;
	outline: 0;
	background-image: -webkit-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -o-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -ms-linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 500;
	border: 1px solid #ffb932;
	text-transform: uppercase;
	border-radius: 35px;
	padding: 13px 65px;
	position: relative;
	overflow: hidden;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	display: inline-block;
}

.ad_cart_btn ul li button.adcart:after {
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	height: 100%;
	content: '';
	z-index: 1;
}

.ad_cart_btn ul li button.adcart:hover:after {
	width: 0;
	background: #f0d473;
	transition: 0.3s;
}

.ad_cart_btn ul li button.adcart:before {
	width: 100%;
	right: 0;
	top: 0;
	position: absolute;
	height: 100%;
	content: '';
	z-index: 1;
}

.ad_cart_btn ul li button.adcart:hover:before {
	width: 0;
	background: #f0d473;
	transition: 0.3s;
}

.ad_cart_btn ul li button.wishlist {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	text-align: center;
	background: none;
	border: 0px;
	outline: 0;
	font-size: 20px;
	margin: 3px 14px;
	color: #666;
}

.ad_cart_btn ul li button.wishlist img.notad {
	max-width: 30px;
}

.ad_cart_btn ul li button.wishlist img.wishad {
	max-width: 30px;
	display: none;
}

.ad_cart_btn ul li button.wishlist:hover img.notad {
	display: none;
}

.ad_cart_btn ul li button.wishlist:hover img.wishad {
	display: block;
}

.tooltip.top {
	padding: 2px;
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
}

.ad_cart_btn ul li button.wishlist:hover {
	background: none;
}

.discription_box_inner {
	float: left;
	width: 100%;
	margin-bottom: 45px;
}

.discription_box_inner h4 {
	float: left;
	width: 100%;
	color: #fff;
	font-weight: 600;
	margin: 0px 0px 15px;
	line-height: 36px;
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'Butler';
}

.discription_box_inner p {
	float: left;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 14px;
	margin: 0;
	font-weight: 400;
	line-height: 25px;
}

.abt_collect {
	float: left;
	width: 100%;
	margin-bottom: 35px;
}

.abt_collect p {
	float: left;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 16px;
	margin: 0;
	font-weight: 400;
	line-height: normal;
	padding: 0px 0px 15px;
}

.abt_collect small {
	float: left;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 15px;
	margin: 0;
	font-weight: 300;
	line-height: normal;
	padding: 20px 0px;
}

.abt_collect ul {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.abt_collect ul li {
	float: left;
	list-style: none;
	width: 50%;
	margin: 5px 0px;
}

.abt_collect ul li label {
	float: left;
	width: 35%;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	font-family: 'Montserrat', sans-serif;
}

.abt_collect ul li h3 {
	float: left;
	width: 65%;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 15px;
	margin: 0;
	padding-right: 10px;
	font-weight: 400;
	line-height: normal;
}

.abt_collect ul li h3 span {
	color: #fff;
	font-weight: 300;
	display: inline-block;
	margin-top: 4px;
	margin-left: 10px;
}

.related_outer {
	float: left;
	width: 100%;
	padding: 30px 0px 45px;
}

.related_inner {
	float: left;
	width: 100%;
	position: relative;
}

.related_inner h2 {
	float: left;
	width: 100%;
	background-image: -webkit-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -o-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -ms-linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 600;
	text-align: center;
	margin: 5px 0px;
	font-size: 30px;
	letter-spacing: 0.8px;
	font-family: 'Butler';
	text-transform: uppercase;
}

.related_inner i.left {
	position: absolute;
	width: 18px;
	display: none;
	height: 24px;
	left: 1px;
	bottom: 35%;
	background: #fff;
	padding: 4px;
	color: #000;
	z-index: 1;
	font-size: 26px;
	line-height: 16px;
	font-weight: 500;
}

.related_inner i.right {
	position: absolute;
	width: 18px;
	display: none;
	height: 24px;
	right: 1px;
	bottom: 35%;
	background: #fff;
	padding: 4px;
	color: #000;
	z-index: 1;
	font-size: 26px;
	line-height: 16px;
	font-weight: 500;
}

.related_inner p {
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	display: inline-block;
	font-weight: 400;
	color: #666;
	float: left;
	text-align: center;
	width: 100%;
	margin: 7px 0px;
}

.related_inner ul {
	display: inline-block;
	margin: 35px 0px 0px;
	padding: 0px;
	position: relative;
	width: 100%;
	text-align: center;
}

.related_inner ul li {
	list-style: none;
	display: inline-block;
	width: calc(96% / 4);
	margin-right: 15px;
	position: relative;
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #151f39), color-stop(75%, rgba(21, 31, 57, 0)), color-stop(96%, rgba(21, 31, 57, 0)));
	background: -webkit-radial-gradient(center, ellipse cover, #151f39 0%, rgba(21, 31, 57, 0) 75%, rgba(21, 31, 57, 0) 96%);
	background: -webkit-radial-gradient(center ellipse, #151f39 0%, rgba(21, 31, 57, 0) 75%, rgba(21, 31, 57, 0) 96%);
	background: radial-gradient(ellipse at center, #151f39 0%, rgba(21, 31, 57, 0) 75%, rgba(21, 31, 57, 0) 96%);
	float: left;
	overflow: hidden;
	height: 290px;
}

.related_inner ul li:last-child {
	margin-right: 0px;
}

.related_inner ul li img {
	width: auto;
	max-height: 280px;
}

.related_inner ul li div.mb_in {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: #030220;
	height: 100%;
	visibility: hidden;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	opacity: 0;
}

.related_inner ul li div.mb_in a img {
	display: inline-block;
	font-weight: 400;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	margin: 0px 0px;
}

.related_inner ul li div.mb_in a img {
	height: 140px;
	margin-top: 10px;
}

.related_inner ul li div.mb_in a:hover h3 {
	text-decoration: none;
	color: #ffb932;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}

.related_inner ul li div.mb_in a h3 {
	float: left;
	width: 100%;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	text-decoration: none;
	font-size: 19px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Butler';
}

.related_inner ul li div.mb_in h4 {
	float: left;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	margin: 4px 0px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}

.related_inner ul li div.mb_in a.wish {
	position: absolute;
	color: #fff;
	font-size: 23px;
	left: 0;
	right: 0;
	bottom: 15px;
}

.related_inner ul li div.mb_in a.wish:hover {
	color: #ffb932;
	text-decoration: none;
}

.related_inner ul li:hover div.mb_in {
	opacity: 1;
	top: 0px;
	visibility: visible;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}

.outer_categories {
	float: left;
	width: 100%;
	padding: 5px 0px;
}

.filter_box {
	float: left;
	width: 100%;
}

.filter_box h3 {
	float: left;
	width: 100%;
	color: #fff;
	font-weight: 600;
	margin: 0px;
	line-height: normal;
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'Butler';
}

.filter_box ul {
	margin: 10px 0px 25px;
	padding: 0px;
	float: left;
	width: 100%;
	max-height: 210px;
	overflow-y: auto;
}

.filter_box ul li {
	list-style: none;
	width: 100%;
	float: left;
	margin: 7px 0px;
}

.filter_box ul li label {
	display: inline-block;
	position: relative;
	padding-left: 34px;
	cursor: pointer;
	color: #fff;
	margin: 0px;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}

.filter_box ul li label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	border: 1px solid #ccc;
	width: 20px;
	background-color: #eeeeee5c;
}

.filter_box ul li label:hover input~.checkmark {
	background-color: #eeeeee5c;
	border: 1px solid #ccc;
}

.filter_box ul li label input:checked~.checkmark {
	background-color: #e9a15c;
	border: 1px solid #e9a15c;
}

.checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.filter_box ul li label input:checked~.checkmark:after {
	display: block;
}

.filter_box ul li label .checkmark:after {
	left: 6px;
	top: 1px;
	width: 7px;
	height: 13px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.filter_box ul::-webkit-scrollbar {
	width: 8px;
}

/* Track */

.filter_box ul::-webkit-scrollbar-track {
	background: #eee;
}

/* Handle */

.filter_box ul::-webkit-scrollbar-thumb {
	background: #ccc;
}

/* Handle on hover */

.filter_box ul::-webkit-scrollbar-thumb:hover {
	background: #a7a7a7;
}

.jacob_category_banner {
	float: left;
	padding: 30px 0px 55px;
	width: 100%;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	background-size: cover;
}

.jacob_category_banner img {
	max-width: 95px;
	margin: auto;
	display: block;
}

.jacob_category_banner h3 {
	float: left;
	width: 100%;
	text-align: center;
	background-image: -webkit-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -o-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -ms-linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 40px;
	text-transform: uppercase;
	font-family: 'Butler';
	font-weight: 600;
}

.jacob_category_banner p {
	width: 73%;
	font-family: 'Montserrat', sans-serif;
	color: #d2d2d2;
	font-size: 15px;
	font-weight: 500;
	line-height: normal;
	padding: 20px 0px;
	text-align: center;
	margin: 15px auto 40px;
	overflow: hidden;
	display: inherit;
	position: relative;
}

.jacob_category_banner p:before {
	position: absolute;
	content: '';
	width: 150px;
	height: 1.5px;
	background: #eeeeeea6;
	top: 5px;
	left: 0;
	right: 0;
	margin: auto;
}

.jacob_left_cont {
	position: relative;
	display: table-cell;
	width: 100%;
	vertical-align: top;
	margin: 30px 0px 15px;
	float: left;
}

.jacob_left_cont h4 {
	font-size: 26px;
	line-height: 35px;
	letter-spacing: .06em;
	float: left;
	text-align: left;
	color: #fff;
	max-height: 165px;
	font-family: 'Butler';
	overflow: hidden;
}

.jacob_right_cont {
	width: 100%;
	float: left;
	margin: 35px 0px 0px;
	padding: 0 0px;
	box-sizing: border-box;
}

.jacob_vAlign {
	float: left;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
	height: 100%;
}

.jacob_box_content {
	display: block;
	width: 100%;
}

.jacob_box_content h3 {
	font-size: 14px;
	line-height: 1.42;
	letter-spacing: 0.1px;
	color: #f0f0f2;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.jacob_box_content p {
	color: #ffffff;
	float: left;
	width: 100%;
	font-weight: 400;
	text-align: left;
	font-size: 14px;
	line-height: 23px;
	letter-spacing: 0.06em;
	margin-top: 20px;
	padding-top: 30px;
	margin-bottom: 31px;
}

.jacob_box_content a.btn_more {
	font-size: 14px;
	position: relative;
	overflow: hidden;
	background-image: -webkit-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -o-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -ms-linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 500;
	float: left;
	border: 1px solid #ffb932;
	text-transform: uppercase;
	padding: 7px 26px;
	font-family: 'Montserrat', sans-serif;
	border-radius: 30px;
}

.jacob_box_content a.btn_more:after {
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	height: 100%;
	content: '';
	z-index: 1;
}

.jacob_box_content a.btn_more:hover:after {
	width: 0;
	background: #f0d473;
	transition: 0.3s;
}

.jacob_box_content a.btn_more:before {
	width: 100%;
	right: 0;
	top: 0;
	position: absolute;
	height: 100%;
	content: '';
	z-index: 1;
}

.jacob_box_content a.btn_more:hover:before {
	width: 0;
	background: #f0d473;
	transition: 0.3s;
}

.category_banner {
	float: left;
	padding: 105px 0px;
	width: 100%;
	background-repeat: no-repeat;
	background: #030220;
	position: relative;
	overflow: hidden;
	background-size: cover;
}

.category_banner:before {
	position: absolute;
	left: 0px;
	content: '';
	width: 100%;
	background: #0000008c;
	height: 100%;
	top: 0;
}

.category_banner h3 {
	float: left;
	width: 100%;
	text-align: center;
	background-image: -webkit-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -o-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -ms-linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 46px;
	text-transform: uppercase;
	font-family: 'Butler';
	font-weight: 600;
}

.category_banner p {
	width: 73%;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	line-height: normal;
	padding: 20px 0px;
	text-align: center;
	margin: 15px auto;
	overflow: hidden;
	display: inherit;
}

.filter_submenu {
	float: left;
	width: 100%;
	border-radius: 16px;
	padding: 25px 0px 25px;
}

.filter_submenu select {
	border: 2px solid #ffffffc2;
	padding: 5px;
	font-family: 'Montserrat', sans-serif;
	width: 100%;
	outline: 0;
	background: #15142ae0;
	color: #fff;
}

.filter_submenu ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin-bottom: 15px;
	margin: 0px;
	text-align: center;
}

.filter_submenu ul li {
	display: inline-block;
	list-style: none;
	margin: 0px 15px;
	padding: 10px;
}

.filter_submenu ul li a {
	float: left;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 16px;
	padding-bottom: 15px;
	margin: 0;
	text-decoration: none;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	font-weight: 400;
	line-height: normal;
	border-bottom: 1.2px solid transparent;
}

.filter_submenu ul li a:hover {
	color: #ffb932;
	border-bottom: 1.2px solid #ffb932;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}

.filter_submenu ul li a.active {
	color: #ffb932;
	border-bottom: 1.2px solid #ffb932;
}

.filter_submenu p {
	width: 73%;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 15px;
	font-weight: 300;
	line-height: normal;
	padding: 20px 0px;
	text-align: center;
	margin: 15px auto;
	overflow: hidden;
	display: inherit;
}

.outer_jacob {
	float: left;
	width: 100%;
	padding: 0px 0px 25px;
	position: relative;
	text-align: center;
}

.outer_catag {
	float: left;
	width: 100%;
	padding: 45px 0px 25px;
	position: relative;
	text-align: center;
	border-top: 1px solid #cccccc36;
}

.outer_catag:before {
	position: absolute;
	content: "\f219";
	font-family: 'FontAwesome';
	color: #cccccc54;
	top: -12px;
	left: 0;
	right: 0;
	margin: auto;
	font-size: 18px;
}

.heading_catag {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

.heading_catag h3 {
	float: left;
	width: auto;
	color: #fff;
	font-weight: 600;
	margin: 0px;
	line-height: normal;
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'Butler';
}

.heading_catag h3 small {
	font-family: 'Montserrat', sans-serif;
	text-decoration: none;
	font-size: 15px;
	font-weight: 400;
	color: #cacaca;
	margin-left: 10px;
}

.heading_catag .sub-nav {
	float: right;
	width: auto;
}

.heading_catag .sub-nav dt {
	color: #a9a9a9;
	text-transform: uppercase;
	font-family: 'Butler';
	float: left;
	width: auto;
}

.heading_catag .sub-nav dd {
	margin-left: 20px;
	float: left;
}

.sub-nav dd a,
.sub-nav dd button {
	text-decoration: none;
	color: #cacaca;
	text-transform: uppercase;
	position: relative;
}

.sub-nav dd a span,
.sub-nav dd button span {
	display: inline-block;
	padding-bottom: 5px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 15px;
}

.sub-nav dd a:hover span,
.sub-nav dd button a:hover {
	color: #ffb932;
}

.sub-nav dd.sort.up span:before {
	content: "\f176";
	font-family: 'FontAwesome';
	margin-left: 4px;
}

.sub-nav dd.sort.down span:after {
	content: "\f176";
	font-family: 'FontAwesome';
	margin-left: 4px;
}

.cat_product {
	float: left;
	width: 100%;
	position: relative;
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #151f39), color-stop(75%, rgba(21, 31, 57, 0)), color-stop(96%, rgba(21, 31, 57, 0)));
	background: -webkit-radial-gradient(center, ellipse cover, #151f39 0%, rgba(21, 31, 57, 0) 75%, rgba(21, 31, 57, 0) 96%);
	background: -webkit-radial-gradient(center ellipse, #151f39 0%, rgba(21, 31, 57, 0) 75%, rgba(21, 31, 57, 0) 96%);
	background: radial-gradient(ellipse at center, #151f39 0%, rgba(21, 31, 57, 0) 75%, rgba(21, 31, 57, 0) 96%);
	padding: 15px;
	margin-bottom: 25px;
	overflow: hidden;
}

.cat_product a.js-no-focus {
	display: block;
	text-decoration: none;
}

.cat_product a figure {
	display: block;
}

.cat_product a figure img {
	height: 180px;
	width: auto;
	max-width: 100%;
}

.cat_product a h4 {
	float: left;
	width: 100%;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Butler';
	margin: 50px 0px 40px;
}

.product-fixed_item-overlay {
	position: absolute;
	width: 100%;
	opacity: 0;
	top: 0px;
	visibility: visible;
	background: #030220;
	left: 0px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	height: 100%;
	border: 1px solid #ccc;
}

.cat_product:hover .product-fixed_item-overlay {
	opacity: 1;
	top: 0px;
	visibility: visible;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}

.product-fixed_item-overlay a {
	display: inline-block;
	font-weight: 400;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	margin: 0px 0px;
	width: 100%;
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #151f39), color-stop(75%, rgba(21, 31, 57, 0)), color-stop(96%, rgba(21, 31, 57, 0)));
	background: -webkit-radial-gradient(center, ellipse cover, #151f39 0%, rgba(21, 31, 57, 0) 75%, rgba(21, 31, 57, 0) 96%);
	background: -webkit-radial-gradient(center ellipse, #151f39 0%, rgba(21, 31, 57, 0) 75%, rgba(21, 31, 57, 0) 96%);
	background: radial-gradient(ellipse at center, #151f39 0%, rgba(21, 31, 57, 0) 75%, rgba(21, 31, 57, 0) 96%);
}

.product-fixed_item-overlay img {
	height: 125px;
	margin-top: 10px;
	margin-bottom: 15px;
}

.product-fixed_item-overlay a h3 {
	float: left;
	width: 100%;
	text-decoration: none;
	padding: 5px;
	font-size: 18px;
	font-weight: 600;
	background-image: -webkit-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -o-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -ms-linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-transform: uppercase;
	font-family: 'Butler';
	max-height: 40px;
	overflow: hidden;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}

.product-fixed_item-overlay a:hover h3 {
	color: #ffb932;
}

.product-fixed_item-overlay h4 {
	float: left;
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	background-image: -webkit-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -o-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -ms-linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 4px 0px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}

.product-fixed_item-overlay a.wish {
	position: relative;
	color: #fff;
	font-size: 30px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	margin: 15px 0px 10px;
}

.product-fixed_item-overlay a.wish:hover {
	color: #ffb932;
}

.product-fixed_item-overlay button {
	font-size: 14px;
	background: #ffb932;
	display: none !important;
	text-transform: uppercase;
	padding: 10px 25px;
	color: #fff;
	margin-top: 10px;
	font-weight: 400;
	border: 0;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	display: inline-block;
	position: relative;
	overflow: hidden;
}

.product-fixed_item-overlay button:after {
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	height: 100%;
	content: '';
	z-index: 1;
}

.product-fixed_item-overlay button:hover:after {
	width: 0;
	background: #fff;
	transition: 0.3s;
}

.product-fixed_item-overlay button:before {
	width: 100%;
	right: 0;
	top: 0;
	position: absolute;
	height: 100%;
	content: '';
	z-index: 1;
}

.product-fixed_item-overlay button:hover:before {
	width: 0;
	background: #fff;
	transition: 0.3s;
}

.product-fixed_item-overlay button:hover {
	color: #fff;
	text-decoration: none;
}

/*---------------jacob_product---------------*/



.jacob_cat_product {
	float: left;
	width: 100%;
	position: relative;
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #151f39), color-stop(75%, rgba(21, 31, 57, 0)), color-stop(96%, rgba(21, 31, 57, 0)));
	background: -webkit-radial-gradient(center, ellipse cover, #151f39 0%, rgba(21, 31, 57, 0) 75%, rgba(21, 31, 57, 0) 96%);
	background: -webkit-radial-gradient(center ellipse, #151f39 0%, rgba(21, 31, 57, 0) 75%, rgba(21, 31, 57, 0) 96%);
	background: radial-gradient(ellipse at center, #151f39 0%, rgba(21, 31, 57, 0) 75%, rgba(21, 31, 57, 0) 96%);
	padding: 15px;
	margin-bottom: 25px;
	overflow: hidden;
}

.jacob_cat_product a.js-no-focus {
	display: block;
	text-decoration: none;
}

.jacob_cat_product a figure {
	display: block;
}

.jacob_cat_product a figure img {
	height: 250px !important;
	width: auto !important;
	max-width: 100%;
}

.jacob_cat_product a h4 {
	float: left;
	width: 100%;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	height: 56px;
	text-transform: uppercase;
	font-family: 'Butler';
	margin: 50px 0px 40px;
	overflow: hidden;
}

.jacob_product-fixed_item-overlay {
	position: absolute;
	width: 100%;
	opacity: 0;
	top: 0px;
	visibility: visible;
	background: #030220;
	left: 0px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	height: 100%;
	border: 1px solid #ccc;
}

.jacob_cat_product:hover .jacob_product-fixed_item-overlay {
	opacity: 1;
	top: 0px;
	visibility: visible;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}

.jacob_product-fixed_item-overlay a {
	display: inline-block;
	font-weight: 400;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	margin: 0px 0px;
	width: 100%;
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #151f39), color-stop(75%, rgba(21, 31, 57, 0)), color-stop(96%, rgba(21, 31, 57, 0)));
	background: -webkit-radial-gradient(center, ellipse cover, #151f39 0%, rgba(21, 31, 57, 0) 75%, rgba(21, 31, 57, 0) 96%);
	background: -webkit-radial-gradient(center ellipse, #151f39 0%, rgba(21, 31, 57, 0) 75%, rgba(21, 31, 57, 0) 96%);
	background: radial-gradient(ellipse at center, #151f39 0%, rgba(21, 31, 57, 0) 75%, rgba(21, 31, 57, 0) 96%);
}

.jacob_product-fixed_item-overlay img {
	height: 255px !important;
	width: auto !important;
	max-width: 100%;
	margin-top: 10px;
	margin-bottom: 15px;
}

.jacob_product-fixed_item-overlay a h3 {
	float: left;
	width: 100%;
	text-decoration: none;
	padding: 5px;
	font-size: 18px;
	font-weight: 600;
	background-image: -webkit-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -o-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -ms-linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-transform: uppercase;
	font-family: 'Butler';
	max-height: 40px;
	overflow: hidden;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}

.jacob_product-fixed_item-overlay a:hover h3 {
	color: #ffb932;
}

.jacob_product-fixed_item-overlay h4 {
	float: left;
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	background-image: -webkit-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -o-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -ms-linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 4px 0px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}

.jacob_product-fixed_item-overlay a.wish {
	position: relative;
	color: #fff;
	font-size: 30px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	margin: 15px 0px 10px;
}

.jacob_product-fixed_item-overlay a.wish:hover {
	color: #ffb932;
}

.jacob_product-fixed_item-overlay button {
	font-size: 14px;
	background: #ffb932;
	display: none !important;
	text-transform: uppercase;
	padding: 10px 25px;
	color: #fff;
	margin-top: 10px;
	font-weight: 400;
	border: 0;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-o-border-radius: 30px;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	display: inline-block;
	position: relative;
	overflow: hidden;
}

.jacob_product-fixed_item-overlay button:after {
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	height: 100%;
	content: '';
	z-index: 1;
}

.jacob_product-fixed_item-overlay button:hover:after {
	width: 0;
	background: #fff;
	transition: 0.3s;
}

.jacob_product-fixed_item-overlay button:before {
	width: 100%;
	right: 0;
	top: 0;
	position: absolute;
	height: 100%;
	content: '';
	z-index: 1;
}

.jacob_product-fixed_item-overlay button:hover:before {
	width: 0;
	background: #fff;
	transition: 0.3s;
}

.jacob_product-fixed_item-overlay button:hover {
	color: #fff;
	text-decoration: none;
}

.load_more {
	margin: 35px 0px 45px;
	float: left;
	width: 100%;
	text-align: center;
}

.load_more a {
	display: inline-block;
	text-align: center;
	margin: 0px 0px 0px 15px;
	position: relative;
	outline: 0;
	background-image: -webkit-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -o-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -ms-linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 500;
	border: 1px solid #ffb932;
	text-transform: uppercase;
	padding: 7px 16px;
	font-family: 'Montserrat', sans-serif;
	border-radius: 30px;
	overflow: hidden;
}

.load_more a:after {
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	height: 100%;
	content: '';
	z-index: 1;
}

.load_more a:hover:after {
	width: 0;
	background: #f0d473;
	transition: 0.3s;
}

.load_more a:before {
	width: 100%;
	right: 0;
	top: 0;
	position: absolute;
	height: 100%;
	content: '';
	z-index: 1;
}

.load_more a:hover:before {
	width: 0;
	background: #f0d473;
	transition: 0.3s;
}

.login_regser_bx {
	float: left;
	width: 100%;
	margin: 5px 0px;
	margin-bottom: 65px;
}

.inner_login_regser {
	float: left;
	width: 100%;
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #151f39), color-stop(75%, rgba(21, 31, 57, 0)), color-stop(96%, rgba(21, 31, 57, 0)));
	background: -webkit-radial-gradient(center, ellipse cover, #151f39 0%, rgba(21, 31, 57, 0) 75%, rgba(21, 31, 57, 0) 96%);
	background: -webkit-radial-gradient(center ellipse, #151f39 0%, rgba(21, 31, 57, 0) 75%, rgba(21, 31, 57, 0) 96%);
	background: radial-gradient(ellipse at center, #151f39 0%, rgba(21, 31, 57, 0) 75%, rgba(21, 31, 57, 0) 96%);
	padding: 10px;
}

.inner_login_regser h4 {
	float: left;
	width: 100%;
	color: #fff;
	font-weight: 600;
	margin: 5px 0px 10px;
	line-height: normal;
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'Butler';
}

.inner_login_regser h3 {
	float: left;
	width: 100%;
	color: #fff;
	font-weight: 600;
	margin: 20px 0px 10px;
	line-height: normal;
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'Butler';
}

.inner_login_regser h5 {
	float: left;
	width: 100%;
	color: #fff;
	font-weight: 600;
	margin: 5px 0px 10px;
	line-height: normal;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Butler';
}

.inner_login_regser p {
	float: left;
	width: 100%;
	color: #fff;
	letter-spacing: 0.4px;
	font-weight: 400;
	margin: 5px 0px 10px;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
}

.inner_login_regser input {
	float: left;
	width: 100%;
	height: 40px;
	color: #fff;
	font-weight: 500;
	background: none;
	outline: 0;
	margin: 15px 0px 10px;
	padding: 0px 19px;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	border: 1px solid #0000004f;
	border-radius: 50px;
	background: #f1f0f11f;
}

.inner_login_regser a {
	float: left;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-weight: 400;
	margin: 10px;
}

.inner_login_regser button {
	float: left;
	background: #ffb932;
	padding: 10px 44px;
	color: #fff;
	border-radius: 35px;
	font-family: 'Montserrat', sans-serif;
	margin: 20px 0px;
	text-decoration: none;
	border: 0;
	position: relative;
	overflow: hidden;
	outline: 0;
	text-transform: uppercase;
	font-weight: 500;
}

.inner_login_regser button:after {
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	height: 100%;
	content: '';
	z-index: 1;
}

.inner_login_regser button:hover:after {
	width: 0;
	background: #fff;
	transition: 0.3s;
}

.inner_login_regser button:before {
	width: 100%;
	right: 0;
	top: 0;
	position: absolute;
	height: 100%;
	content: '';
	z-index: 1;
}

.inner_login_regser button:hover:before {
	width: 0;
	background: #fff;
	transition: 0.3s;
}

.inner_login_regser a.btn_creat {
	float: left;
	background-image: -webkit-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -o-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -ms-linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 500;
	border: 1px solid #ffb932;
	text-transform: uppercase;
	padding: 10px 44px;
	border-radius: 35px;
	font-family: 'Montserrat', sans-serif;
	margin: 20px 0px;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	outline: 0;
}

.inner_login_regser a.btn_creat:after {
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	height: 100%;
	content: '';
	z-index: 1;
}

.inner_login_regser a.btn_creat:hover:after {
	width: 0;
	background: #f8d86a;
	transition: 0.3s;
}

.inner_login_regser a.btn_creat:before {
	width: 100%;
	right: 0;
	top: 0;
	position: absolute;
	height: 100%;
	content: '';
	z-index: 1;
}

.inner_login_regser a.btn_creat:hover:before {
	width: 0;
	background: #f8d86a;
	transition: 0.3s;
}

.or_bx {
	float: left;
	height: 380px;
	width: 100%;
	position: relative;
	text-align: center;
}

.or_bx:before {
	width: 1px;
	height: 100%;
	background: #ccc;
	content: '';
	position: absolute;
}

.or_bx span {
	width: 55px;
	height: 55px;
	border-radius: 100%;
	border: 1px solid #ccc;
	text-align: center;
	text-transform: uppercase;
	font-family: 'Butler';
	font-size: 20px;
	font-weight: 660;
	display: inline-block;
	position: absolute;
	line-height: 54px;
	top: 2%;
	background: #fff;
	left: 0;
	right: 0;
	margin: auto;
}

.policy_bx {
	float: left;
	width: 100%;
	padding-bottom: 60px;
}

.policy_bx p {
	float: left;
	width: 100%;
	color: #fff;
	letter-spacing: 0.4px;
	font-weight: 400;
	margin: 5px 0px 10px;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
}

.policy_bx p b {
	font-weight: 600;
	color: #fff;
}

.no-wishlist {
	float: left;
	width: 100%;
	text-align: left;
	padding: 10px 30px 30px 0px;
}

.no-wishlist p {
	display: inline-block;
	font-size: 16px;
	color: #eee;
	font-family: 'Montserrat', sans-serif;
}

.wish_inner {
	float: left;
	width: 100%;
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #151f39), color-stop(75%, rgba(21, 31, 57, 0)), color-stop(96%, rgba(21, 31, 57, 0)));
	background: -webkit-radial-gradient(center, ellipse cover, #151f39 0%, rgba(21, 31, 57, 0) 75%, rgba(21, 31, 57, 0) 96%);
	background: -webkit-radial-gradient(center ellipse, #151f39 0%, rgba(21, 31, 57, 0) 75%, rgba(21, 31, 57, 0) 96%);
	background: radial-gradient(ellipse at center, #151f39 0%, rgba(21, 31, 57, 0) 75%, rgba(21, 31, 57, 0) 96%);
	padding: 10px 4px;
}

.wish_inner h4 {
	float: left;
	width: 100%;
	background-image: -webkit-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -o-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -ms-linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 600;
	margin: 5px 0px 20px;
	line-height: normal;
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'Butler';
}

.wish_inner ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.wish_inner ul li {
	float: left;
	width: 100%;
	list-style: none;
	margin-bottom: 2px;
	padding: 5px;
	border-bottom: 1px solid #616161;
}

.wish_inner ul li a.wish_img {
	float: left;
	text-decoration: none;
	width: 120px;
	height: 120px;
	text-align: center;
}

.wish_inner ul li a.wish_img img {
	max-height: 100%;
	display: inline-block;
	width: auto;
}

.wish_inner ul li h3 {
	float: left;
	width: 50%;
	padding: 5px;
	margin: 0;
	font-size: 18px;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: 500;
	text-shadow: 0 0 black;
	font-family: 'Montserrat', sans-serif;
	text-align: left;
}

.wish_inner ul li h3 p {
	float: left;
	width: 100%;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	padding: 9px 0px 2px;
	font-weight: 400;
	margin-bottom: 4px;
}

.wish_inner ul li h3 span.instk {
	float: left;
	width: 100%;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	color: #00e799;
	padding: 5px 2px;
	margin-bottom: 4px;
}

.wish_inner ul li h3 span.outstk {
	color: #ff8080;
	float: left;
	width: 100%;
	font-size: 14px;
	padding: 5px 2px;
	margin-bottom: 4px;
	font-family: 'Montserrat', sans-serif;
}

.wish_inner ul li div.wish_price_bx {
	float: right;
	width: 200px;
}

.wish_inner ul li div.wish_price_bx h5 {
	float: left;
	width: 100%;
	font-size: 16px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	text-shadow: 0 0 black;
	text-align: right;
	margin-top: 14px;
}

.wish_inner ul li div.wish_price_bx a {
	float: right;
	color: #fff;
	margin: 5px 0;
	font-size: 12px;
	line-height: 20px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

.wish_inner ul li div.wish_price_bx a big {
	float: left;
	font-size: 19px;
	font-weight: 200;
	margin-right: 5px;
}

.disabled {
	pointer-events: none;
	background: none !important;
	background-image: none !important;
	color: #fff !important;
	-webkit-text-fill-color: #ccc !important;
	text-decoration: line-through !important;
}

.wish_inner ul li div.wish_price_bx button {
	float: right;
	width: auto;
	outline: 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	overflow: hidden;
	background-image: -webkit-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -o-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	color: transparent;
	background-image: linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-clip: text;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	background-image: -ms-linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	padding: 7px 0px;
	color: #fff;
	border: 0px;
	margin-bottom: 15px;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	border-radius: 57px;
	font-weight: 500;
	margin-top: 6px;
}

.wishlist_all_btn {
	float: left;
	width: 100%;
	text-align: left;
	margin-top: 5px;
}

.wishlist_all_btn a {
	display: inline-block;
	width: auto;
	outline: 0;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	overflow: hidden;
	background-image: -webkit-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -o-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -ms-linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 500;
	border: 1px solid #ffb932;
	padding: 12px 25px;
	margin: 6px 10px 6px 0px;
	text-decoration: none;
	font-family: 'Montserrat', sans-serif;
	border-radius: 57px;
}

.wishlist_all_btn a:hover {
	text-decoration: none;
}

.wishlist_all_btn a:after {
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	height: 100%;
	content: '';
	z-index: 1;
}

.wishlist_all_btn a:hover:after {
	width: 0;
	background: #f0d473;
	transition: 0.3s;
}

.wishlist_all_btn a:before {
	width: 100%;
	right: 0;
	top: 0;
	position: absolute;
	height: 100%;
	content: '';
	z-index: 1;
}

.wishlist_all_btn a:hover:before {
	width: 0;
	background: #f0d473;
	transition: 0.3s;
}

.contact_inner {
	float: left;
	width: 100%;
	padding: 10px 4px;
	margin: 40px 0px 70px;
}

.contact_inner h4 {
	float: left;
	width: 100%;
	background-image: -webkit-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -o-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -ms-linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 600;
	margin: 5px 0px 20px;
	line-height: normal;
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'Butler';
}

.contact_us_form {
	float: left;
	width: 100%;
	color: #fff;
}

.contact_us_form p {
	float: left;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	font-size: 16px;
	margin: 0px 0px 15px;
	font-weight: 300;
	line-height: normal;
}

.contact_us_form input:nth-of-type(1) {
	width: 47%;
	margin-right: 15px;
}

.contact_us_form input:nth-of-type(2) {
	width: 50%;
	float: right;
}

.contact_us_form input:nth-of-type(3) {
	width: 47%;
	margin-right: 15px;
}

.contact_us_form input:nth-of-type(4) {
	width: 50%;
	float: right;
}

.contact_us_form input {
	float: left;
	width: 100%;
	color: #000;
	font-weight: 500;
	outline: 0;
	margin: 15px 0px 10px;
	padding: 0px 19px;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	border: 1px solid #0000004f;
	border-radius: 50px;
	background: #fff;
	height: 40px;
}

.contact_us_form textarea {
	float: left;
	width: 100%;
	color: #000;
	font-weight: 500;
	outline: 0;
	margin: 20px 0px 5px;
	padding: 15px 19px;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	border: 1px solid #0000004f;
	border-radius: 20px;
	background: #fff;
	height: 190px;
}

.contact_us_form button.btn_sub {
	font-size: 14px;
	margin-top: 15px;
	position: relative;
	outline: 0;
	overflow: hidden;
	color: #ffb932 !important;
	border: 1px solid #ffb932;
	text-transform: uppercase;
	padding: 10px 30px;
	font-family: 'Montserrat', sans-serif;
	border-radius: 30px;
	background: none;
	font-weight: 400;
}

.contact_us_form button.btn_sub:after {
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	height: 100%;
	content: '';
	z-index: 1;
}

.contact_us_form button.btn_sub:hover:after {
	width: 0;
	background: #f0d473;
	transition: 0.3s;
}

.contact_us_form button.btn_sub:before {
	width: 100%;
	right: 0;
	top: 0;
	position: absolute;
	height: 100%;
	content: '';
	z-index: 1;
}

.contact_us_form button.btn_sub:hover:before {
	width: 0;
	background: #f0d473;
	transition: 0.3s;
}

.contact_us_form input.btn_sub {
	float: left;
	width: auto;
	background-image: -webkit-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -o-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -ms-linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 500;
	border: 1px solid #ffb932;
	padding: 10px 60px;
	border-radius: 35px;
	font-family: 'Montserrat', sans-serif;
	margin: 20px 0px;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	outline: 0;
	text-transform: uppercase;
}

.contact_us_form input.btn_sub:after {
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	height: 100%;
	content: '';
	z-index: 1;
}

.contact_us_form input.btn_sub:hover:after {
	width: 0;
	background: #f0d473;
	transition: 0.3s;
}

.contact_us_form input.btn_sub:before {
	width: 100%;
	right: 0;
	top: 0;
	position: absolute;
	height: 100%;
	content: '';
	z-index: 1;
}

.contact_us_form input.btn_sub:hover:before {
	width: 0;
	background: #f0d473;
	transition: 0.3s;
}

.contact-details {
	float: left;
	padding: 30px;
	color: #fff;
	border-radius: 8px;
	background: #f1f0f11f;
	border: 1px solid #0000004f;
}

.contact-address {}

.contact-address li {
	display: table;
	padding: 5px 0;
}

.contact-address li a {
	font-size: 14px;
	color: #fff;
	text-decoration: none;
	margin-left: 5px;
}

.open-hours {
	margin-bottom: 20px;
}

.open-hours strong {
	font-size: 13px;
	display: block;
	letter-spacing: 1px;
	margin-bottom: 10px;
	color: #fff;
}

.follow-us label {
	display: block;
	margin-bottom: 15px;
}

.contact-template label {
	font-weight: 400;
}

.list--inline {
	padding: 0;
	margin: 0;
}

.follow-us li {
	display: inline-block;
	margin-right: 23px;
}

.social-icons li {
	text-align: center;
}

.list--inline li {
	display: inline-block;
	margin-bottom: 0;
	vertical-align: middle;
}

.follow-us li a {
	line-height: 20px;
	padding: 0;
	color: #fff;
	font-size: 18px;
}

.follow-us li a:hover {
	color: #ffb932;
}

.social-icons a {
	padding: 0 7px;
	display: inline-block;
}

.follow-us li a .ad {
	font-size: 14px;
}

.contact-address {
	padding: 0px;
}

.gift_product {
	float: left;
	width: 100%;
	position: relative;
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #151f39), color-stop(75%, rgba(21, 31, 57, 0)), color-stop(96%, rgba(21, 31, 57, 0)));
	background: -webkit-radial-gradient(center, ellipse cover, #151f39 0%, rgba(21, 31, 57, 0) 75%, rgba(21, 31, 57, 0) 96%);
	background: -webkit-radial-gradient(center ellipse, #151f39 0%, rgba(21, 31, 57, 0) 75%, rgba(21, 31, 57, 0) 96%);
	background: radial-gradient(ellipse at center, #151f39 0%, rgba(21, 31, 57, 0) 75%, rgba(21, 31, 57, 0) 96%);
	padding: 15px;
	margin-bottom: 25px;
	overflow: hidden;
}

.gift_product a.js-no-focus {
	display: block;
	text-decoration: none;
	overflow: hidden;
}

.gift_product a figure {
	display: block;
}

.gift_product a figure img {
	height: 280px;
	width: auto;
	max-width: 100%;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}

.gift_product a:hover figure img {
	transform: scale(1.05);
	transition: 0.4s;
	-webkit-transition: 0.4s;
}

.gift_product:hover {
	box-shadow: 0px 0px 2px #cccccc7d;
}

.gift_product a h4 {
	float: left;
	width: 100%;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Butler';
	margin: 50px 0px 40px;
}

.gift_product a:hover h4 {
	color: #f0d473;
}

.faq_bx {
	float: left;
	width: 100%;
}

.faq_bx ul {
	float: left;
	margin: 0px;
	padding: 0px;
}

.faq_bx ul li {
	list-style: none;
	list-style-position: outside;
	padding: 10px 0px;
	border-bottom: 1px solid #eeeeee54;
}

.faq_bx ul li h2 {
	float: left;
	background-image: url(../images/right_aro.png);
	background-repeat: no-repeat;
	width: 100%;
	color: #fff;
	font-weight: 600;
	margin: 15px 0px 10px;
	line-height: normal;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Butler';
	padding-left: 17px;
	cursor: pointer;
	background-size: 13px;
	background-position-y: 2px;
}

.faq_bx ul li p {
	float: left;
	width: 100%;
	display: none;
	color: #fff;
	letter-spacing: 0.4px;
	font-weight: 400;
	margin: 5px 0px 10px;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
}

.faq_bx ul li:first-child p {
	display: block;
}

.check_out {
	float: left;
	width: 100%;
	padding: 10px 0px;
}

.check_out h4 {
	float: left;
	width: 100%;
	color: #fff;
	font-weight: 600;
	margin: 0px 0px 10px;
	line-height: normal;
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'Butler';
}

.check_out p {
	float: left;
	width: 100%;
	color: #fff;
	font-weight: 400;
	margin: 5px 0px 10px;
	font-size: 15px;
	font-family: 'Montserrat', sans-serif;
}

.check_addres_selcet {
	float: left;
	width: 100%;
}

.check_addres_selcet select {
	float: left;
	width: 100%;
	height: 40px;
	color: #000;
	font-weight: 500;
	background: none;
	outline: 0;
	margin: 15px 0px 10px;
	padding: 0px 19px;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	border: 1px solid #0000004f;
	border-radius: 40px;
	background: #fff;
}

.check_addres_selcet input {
	float: left;
	width: 50%;
	height: 40px;
	color: #fff;
	font-weight: 500;
	background: none;
	outline: 0;
	margin: 15px 0px 10px;
	padding: 0px 19px;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	border: 1px solid #0000004f;
	border-radius: 40px;
	background: #f1f0f11f;
}

.check_addres_selcet select option {
	color: #000;
}

.check_out_form_name {
	float: left;
	width: 49%;
	position: relative;
	height: 40px;
	color: #fff;
	font-weight: 500;
	overflow: hidden;
	outline: 0;
	margin: 15px 0px 10px;
	padding: 0px 6px;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	border: 1px solid #0000004f;
	border-radius: 40px;
	background: #fff;
}

.check_out_form_name select {
	float: left;
	background: transparent;
	width: 49px;
	border: 0;
	height: 100%;
	outline: 0;
	color: #000;
	text-align: center;
	border-right: 1px solid #cccccc63;
}

.check_out_form_name input {
	float: left;
	border: 0;
	width: calc(100% - 62px);
	background: transparent;
	color: #000;
	height: 100%;
	padding: 0px 15px;
	outline: 0;
}

.check_out_form_lname {
	float: left;
	width: 49%;
	margin-left: 2%;
}

.check_out_form_lname input {
	float: left;
	width: 100%;
	height: 40px;
	color: #000;
	font-weight: 500;
	outline: 0;
	margin: 15px 0px 10px;
	padding: 0px 19px;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	border: 1px solid #0000004f;
	border-radius: 40px;
	background: #fff;
}

.check_out_form_lname select {
	float: left;
	width: 100%;
	height: 40px;
	color: #000;
	font-weight: 500;
	background: none;
	outline: 0;
	margin: 15px 0px 10px;
	padding: 0px 19px;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	border: 1px solid #0000004f;
	border-radius: 40px;
	background: #fff;
}

.check_out_form_street {
	float: left;
	width: 49%;
}

.check_out_form_street input.sno {
	float: left;
	width: 39%;
	height: 40px;
	color: #000;
	font-weight: 500;
	background: none;
	outline: 0;
	margin: 15px 0px 10px;
	padding: 0px 19px;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	border: 1px solid #0000004f;
	border-radius: 40px;
	background: #fff;
}

.check_out_form_street input.sname {
	float: right;
	width: 59%;
	height: 40px;
	color: #000;
	font-weight: 500;
	outline: 0;
	margin: 15px 0px 10px;
	padding: 0px 19px;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	border: 1px solid #0000004f;
	border-radius: 40px;
	background: #fff;
}

.check_out_form_city {
	float: left;
	width: 49%;
}

.check_out_form_city input {
	float: left;
	width: 100%;
	height: 40px;
	color: #000;
	font-weight: 500;
	outline: 0;
	margin: 15px 0px 10px;
	padding: 0px 19px;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	border: 1px solid #0000004f;
	border-radius: 40px;
	background: #fff;
}

.check_condit p {
	float: left;
	width: 100%;
	color: #fff;
	font-weight: 400;
	margin: 5px 0px 10px;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
}

.check_out_gift {
	float: left;
	width: 100%;
}

.check_out_gift h5 {
	float: left;
	width: 100%;
	color: #fff;
	font-weight: 600;
	margin: 5px 0px 10px;
	line-height: normal;
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'Butler';
}

.check_out_gift label {
	position: relative;
	padding-left: 35px;
	margin: 8px 0;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	float: left;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
}

/* Hide the browser's default checkbox */

.check_out_gift label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 19px;
	width: 20px;
	left: 0;
	margin: 0;
}

/* Create a custom checkbox */

.check_out_gift label .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 20px;
	background-color: #eee;
}

/* On mouse-over, add a grey background color */

.check_out_gift label:hover input~.checkmark {
	background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */

.check_out_gift label input:checked~.checkmark {
	background-color: #ffb932;
	border: 1px solid #ffb932;
}

/* Create the checkmark/indicator (hidden when not checked) */

.check_out_gift label .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.check_out_gift label input:checked~.checkmark:after {
	display: block;
}

.check_out_gift label .checkmark:after {
	left: 5px;
	top: 0px;
	width: 7px;
	height: 14px;
	border: solid white;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.check_out_gift_msg {
	float: left;
	width: 100%;
	margin: 10px 0px;
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #151f39), color-stop(75%, rgba(21, 31, 57, 0)), color-stop(96%, rgba(21, 31, 57, 0)));
	background: -webkit-radial-gradient(center, ellipse cover, #151f39 0%, rgba(21, 31, 57, 0) 75%, rgba(21, 31, 57, 0) 96%);
	background: -webkit-radial-gradient(center ellipse, #151f39 0%, rgba(21, 31, 57, 0) 75%, rgba(21, 31, 57, 0) 96%);
	background: radial-gradient(ellipse at center, #151f39 0%, rgba(21, 31, 57, 0) 75%, rgba(21, 31, 57, 0) 96%);
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #eeeeee4d;
}

.check_out_gift_msg h3 {
	float: left;
	width: 100%;
	color: #fff;
	font-weight: 600;
	margin: 5px 0px 10px;
	line-height: normal;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Butler';
}

.check_out_gift_msg textarea {
	float: left;
	width: 100%;
	height: 150px;
	color: #000;
	font-weight: 500;
	resize: none;
	outline: 0;
	margin: 15px 0px 10px;
	padding: 10px 10px;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	border: 1px solid #0000004f;
	border-radius: 16px;
	background: #ffff;
}

.check_out_save {
	float: left;
	width: 100%;
	margin-bottom: 25px;
}

.check_out_save button {
	float: left;
	padding: 10px 44px;
	outline: 0;
	background-image: -webkit-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -o-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -ms-linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 500;
	border: 1px solid #ffb932;
	text-transform: uppercase;
	border-radius: 35px;
	font-family: 'Montserrat', sans-serif;
	margin: 20px 0px;
	text-decoration: none;
	position: relative;
	overflow: hidden;
}

.check_out_save button:after {
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	height: 100%;
	content: '';
	z-index: 1;
}

.check_out_save button:hover:after {
	width: 0;
	background: #f0d473;
	transition: 0.3s;
}

.check_out_save button:before {
	width: 100%;
	right: 0;
	top: 0;
	position: absolute;
	height: 100%;
	content: '';
	z-index: 1;
}

.check_out_save button:hover:before {
	width: 0;
	background: #f0d473;
	transition: 0.3s;
}

.outer_check_new_add {
	float: left;
	width: 100%;
}

.check_shoping_outer {
	float: left;
	width: 100%;
	padding: 10px;
	border-radius: 10px;
	background: #f1f0f11f;
	border: 1px solid #0000004f;
}

.check_shoping_inner {
	float: left;
	width: 100%;
}

.check_shoping_inner h3 {
	float: left;
	width: 100%;
	color: #fff;
	font-weight: 600;
	margin: 0px 0px 10px;
	line-height: normal;
	font-size: 20px;
	text-transform: uppercase;
	font-family: 'Butler';
}

.check_shoping {
	float: left;
	width: 100%;
}

.check_shoping ul {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.check_shoping ul li {
	float: left;
	width: 100%;
	margin-top: 10px;
	list-style: none;
	margin-bottom: 10px;
}

.check_shoping ul li img {
	float: left;
	width: 90px;
	height: 80px;
}

.check_shoping ul li h2 {
	float: right;
	width: calc(100% - 100px);
	font-size: 16px;
	margin-top: 10px;
	color: #fff;
	font-weight: 500;
	text-shadow: 0 0 black;
	font-family: 'Montserrat', sans-serif;
}

.check_shoping ul li h4 {
	float: right;
	font-family: 'Montserrat', sans-serif;
	margin: 3px 5px 6px;
	font-size: 14px;
	color: #fff;
	display: block;
	width: calc(100% - 100px);
	font-weight: 500;
	text-align: left;
}

.check_shoping ul li h4 span {
	float: left;
	margin-right: 20px;
	font-size: 14px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	text-shadow: 0 0 black;
	text-align: right;
}

.check_price {
	float: right;
	width: 100%;
	border-top: 1px solid #cccccc8a;
}

.check_price h3 {
	float: left;
	width: 100%;
	line-height: 25px;
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	margin: 4px 0px;
	padding: 0px 4px;
	font-weight: 500;
}

.check_price h3 b {
	float: right;
	font-weight: 500;
}

.check_price h2 {
	float: left;
	width: 100%;
	background-image: -webkit-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -o-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -ms-linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	line-height: 25px;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	margin: 5px 0px;
	padding: 5px 4px;
	font-weight: 600;
}

.check_price h2 b {
	float: right;
	font-size: 16px;
}

.payment_addres_list {
	float: left;
	width: 100%;
	margin-top: 15px;
}

.payment_addres_list ul {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
}

.payment_addres_list ul li {
	list-style: none;
	float: left;
	margin-bottom: 10px;
	width: 48%;
	margin-right: 15px;
}

.payment_addres_list ul li:last-child {
	margin-right: 0px;
}

.payment_addres_list ul li div.addres_new {
	float: left;
	width: 100%;
	height: 210px;
	border: 1.8px dotted #ccc;
	position: relative;
	text-align: center;
	border-radius: 8px;
}

.payment_addres_list ul li div.addres_new a {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
	text-decoration: none;
}

.payment_addres_list ul li div.addres_new i {
	font-size: 35px;
	color: #fff;
	display: block;
	margin-bottom: 15px;
	margin-top: 60px;
}

.payment_addres_list ul li div.addres_new span {
	font-size: 15px;
	width: 100%;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}

.payment_addres_list ul li div.default_new {
	float: left;
	width: 100%;
	min-height: 210px;
	padding: 0px;
	border: 1px solid #ccc;
	position: relative;
	border-radius: 8px;
}

.payment_addres_list ul li div.default_new h3 {
	float: left;
	width: 100%;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	margin: 0;
	padding: 10px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 7px;
	background: #eeeeee45;
}

.payment_addres_list ul li div.default_new h3 img {
	float: right;
	max-width: 26px;
}

.payment_addres_list ul li div.default_new h5 {
	float: left;
	width: 100%;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	padding: 5px 10px 0;
	margin: 10px 0px 5px;
	font-weight: 600;
}

.payment_addres_list ul li div.default_new p {
	float: left;
	width: 100%;
	font-size: 13px;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	padding: 0px 10px;
	margin: 7px 0px;
	font-weight: 400;
}

.payment_addres_list ul li div.default_new p b {
	font-weight: 500;
}

.payment_addres_list ul li div.set_bottom {
	float: left;
	width: 100%;
	padding: 0px 10px;
	bottom: 12px;
	position: absolute;
}

.payment_addres_list ul li div.set_bottom label {
	float: left;
	position: relative;
	padding-left: 24px;
	margin-bottom: 12px;
	font-weight: 500;
	cursor: pointer;
	color: #fff;
	font-size: 13px;
	letter-spacing: 0;
	margin: 3px 0px 0px 0px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

/* Hide the browser's default radio button */

.payment_addres_list ul li div.set_bottom label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

/* Create a custom radio button */

.checkmark_radio {
	position: absolute;
	top: 0px;
	left: 0;
	height: 18px;
	width: 18px;
	border: 1px solid #b9b9b9;
	background-color: #eee;
	border-radius: 50%;
}

/* On mouse-over, add a grey background color */

.payment_addres_list ul li div.set_bottom label:hover input~.checkmark_radio {
	background-color: #ccc;
}

/* When the radio button is checked, add a blue background */

.payment_addres_list ul li div.set_bottom label input:checked~.checkmark_radio {
	background-color: #ffb932;
	border: 1px solid #ffb932;
}

/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark_radio:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the indicator (dot/circle) when checked */

.payment_addres_list ul li div.set_bottom label input:checked~.checkmark_radio:after {
	display: block;
}

/* Style the indicator (dot/circle) */

.payment_addres_list ul li div.set_bottom label .checkmark_radio:after {
	top: 3px;
	left: 3px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #fff;
}

.payment_addres_list ul li div.set_bottom a {
	float: right;
	font-size: 14px;
	color: #ffb932;
	padding-right: 14px;
	position: relative;
}

.payment_addres_list ul li div.set_bottom a:after {
	content: '|';
	right: 5px;
	font-size: 17px;
	position: absolute;
	top: -3px;
}

.payment_addres_list ul li div.set_bottom a:nth-of-type(1) {
	padding-right: 0px;
}

.payment_addres_list ul li div.set_bottom a:nth-of-type(1):after {
	display: none;
}

.new_box_outer {
	float: left;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	background: url(../images/Base_g.png) no-repeat;
	padding: 30px 0px;
}

.new_box_innertop {
	float: left;
	max-width: 710px;
}

.new_box_innertop h2 {
	float: left;
	width: 100%;
	color: #fff;
	font-weight: 600;
	position: relative;
	padding-bottom: 15px;
	margin: 5px 0px;
	font-size: 30px;
	text-transform: uppercase;
	font-family: 'Butler';
}

.new_box_innertop h2 strong {
	position: relative;
	background-image: -webkit-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -o-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -ms-linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 600;
	display: inline-block;
}

.new_box_innertop h2:after {
	content: "";
	position: absolute;
	width: 191px;
	left: 0;
	bottom: 0px;
	display: inline-block;
	opacity: 0.75;
	height: 1px;
	background: #b5a663;
}

.new_box_innertop p {
	float: left;
	margin: 20px 0px;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.6;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	text-align: justify;
	letter-spacing: 0.04em;
}

.new_box_center {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
}

.new_box_center .colLeft {
	width: 30%;
	float: left;
	padding: 0 35px 0 0;
	box-sizing: border-box;
	border: 1px solid transparent;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.new_box_center .colLeft .vAlign {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
	height: 100%;
}

.new_box_center .colLeft .vAlign h3.hjDetProdTitle {
	font-size: 14px;
	line-height: 1.42;
	letter-spacing: 0.1px;
	color: #f0f0f2;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.new_box_center .colLeft .vAlign p {
	color: #ffffff;
	float: left;
	font-size: 14px;
	line-height: 23px;
	letter-spacing: 0.06em;
	margin-top: 7px;
	margin-bottom: 31px;
}

.new_box_center .colLeft .vAlign a.btn_p {
	font-size: 14px;
	position: relative;
	overflow: hidden;
	background-image: -webkit-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -o-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -ms-linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 500;
	float: left;
	border: 1px solid #ffb932;
	text-transform: uppercase;
	padding: 7px 26px;
	font-family: 'Montserrat', sans-serif;
	border-radius: 30px;
}

.new_box_center .colLeft .vAlign a.btn_p:after {
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	height: 100%;
	content: '';
	z-index: 1;
}

.new_box_center .colLeft .vAlign a.btn_p:hover:after {
	width: 0;
	background: #f0d473;
	transition: 0.3s;
}

.new_box_center .colLeft .vAlign a.btn_p:before {
	width: 100%;
	right: 0;
	top: 0;
	position: absolute;
	height: 100%;
	content: '';
	z-index: 1;
}

.new_box_center .colLeft .vAlign a.btn_p:hover:before {
	width: 0;
	background: #f0d473;
	transition: 0.3s;
}

.new_box_center .colRight {
	width: 70%;
	float: left;
	padding: 0 0px;
	box-sizing: border-box;
}

.jacob_bx-viewport {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 410px;
}

.jacob_bx-viewport img {
	width: 100%;
	max-width: 100%;
}

.jacob_bx-viewport span.active {
	position: relative;
	background-color: #fff;
	border: 1.5px solid #ffffff;
	padding: 0px;
	width: 16px;
	height: 16px;
	overflow: hidden;
	text-align: center;
}

.jacob_bx-viewport span.active:after {
	content: '';
	background: #fff;
	width: 11.2px;
	height: 11px;
	position: absolute;
	top: 1px;
	border-radius: 100%;
	border: 1.6px solid #282843;
	left: 0px;
	margin: auto;
	right: 0;
}

.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	zoom: 1;
}

.bx-viewport {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 482px;
}

.bx-viewport img {
	width: 100%;
	max-width: 100%;
}

.box_content {
	display: block;
	width: 100%;
}

.box_content h3 {
	float: left;
	width: 100%;
	font-size: 20px;
	font-family: 'Butler';
}

.box_paginat {
	float: left;
	width: 100%;
	padding: 10px 0px;
	text-align: center;
}

.box_paginat img {
	max-width: 114px;
}

/*------------------------------*/

.new_box_outer2 {
	float: left;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	background-size: cover;
	background: url(../images/Base_g.png) no-repeat;
	padding: 30px 0px;
}

.new_box_innertop2 {
	float: right;
	max-width: 710px;
}

.new_box_innertop2 h2 {
	float: left;
	width: 100%;
	text-align: right;
	color: #fff;
	font-weight: 600;
	position: relative;
	padding-bottom: 15px;
	margin: 5px 0px;
	font-size: 30px;
	text-transform: uppercase;
	font-family: 'Butler';
}

.new_box_innertop2 h2 strong {
	position: relative;
	background-image: -webkit-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -o-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -ms-linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 600;
	display: inline-block;
}

.new_box_innertop2 h2:after {
	content: "";
	position: absolute;
	width: 191px;
	right: 0;
	bottom: 0px;
	display: inline-block;
	opacity: 0.75;
	height: 1px;
	background: #b5a663;
}

.new_box_innertop2 p {
	float: left;
	margin: 20px 0px;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.6;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	text-align: justify;
	letter-spacing: 0.04em;
}

.new_box_center2 {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
}

.new_box_center2 .colLeft2 {
	width: 30%;
	float: left;
	padding: 0 0px 0 35px;
	box-sizing: border-box;
	border: 1px solid transparent;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.new_box_center2 .colLeft2 .vAlign2 {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
	height: 100%;
}

.new_box_center2 .colLeft2 .vAlign2 h3.hjDetProdTitle2 {
	font-size: 14px;
	line-height: 1.42;
	letter-spacing: 0.1px;
	color: #f0f0f2;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 0.08em;
}

.new_box_center2 .colLeft2 .vAlign2 p {
	color: #ffffff;
	float: left;
	font-size: 14px;
	line-height: 23px;
	letter-spacing: 0.06em;
	margin-top: 7px;
	margin-bottom: 31px;
}

.new_box_center2 .colLeft2 .vAlign2 a.btn_p {
	font-size: 14px;
	position: relative;
	overflow: hidden;
	background-image: -webkit-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -o-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -ms-linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 500;
	float: left;
	border: 1px solid #ffb932;
	text-transform: uppercase;
	padding: 7px 26px;
	font-family: 'Montserrat', sans-serif;
	border-radius: 30px;
}

.new_box_center2 .colLeft2 .vAlign2 a.btn_p:after {
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	height: 100%;
	content: '';
	z-index: 1;
}

.new_box_center2 .colLeft2 .vAlign2 a.btn_p:hover:after {
	width: 0;
	background: #f0d473;
	transition: 0.3s;
}

.new_box_center2 .colLeft2 .vAlign2 a.btn_p:before {
	width: 100%;
	right: 0;
	top: 0;
	position: absolute;
	height: 100%;
	content: '';
	z-index: 1;
}

.new_box_center2 .colLeft2 .vAlign2 a.btn_p:hover:before {
	width: 0;
	background: #f0d473;
	transition: 0.3s;
}

.new_box_center2 .colRight2 {
	width: 70%;
	float: left;
	padding: 0 0px;
	box-sizing: border-box;
}

.bx-wrapper2 {
	position: relative;
	margin: 0 auto;
	padding: 0;
	zoom: 1;
}

.bx-viewport2 {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: 482px;
}

.bx-viewport2 img {
	width: 100%;
	max-width: 100%;
}

.box_content2 {
	display: block;
	width: 100%;
}

.box_content2 h3 {
	float: left;
	width: 100%;
	font-size: 20px;
	font-family: 'Butler';
}

.box_paginat2 {
	float: left;
	width: 100%;
	padding: 10px 0px;
	text-align: center;
}

.box_paginat2 img {
	max-width: 114px;
}

/*--------slider------------*/

.mySlides {
	display: none
}

img {
	vertical-align: middle;
}

/* Slideshow container */

.slideshow-container {
	max-width: 1000px;
	position: relative;
	margin: auto;
	margin-bottom: 7px;
}

/* Next & previous buttons */

.prev,
.next {
	cursor: pointer;
	position: absolute;
	top: 48%;
	width: auto;
	padding: 10px;
	margin-top: -22px;
	color: white;
	font-weight: bold;
	font-size: 26px;
	transition: 0.6s ease;
	border-radius: 0 3px 3px 0;
	user-select: none;
	opacity: 0.6;
}

/* Position the "next button" to the right */

.next {
	right: 0;
	border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */

.prev:hover,
.next:hover {
	background-color: transparent;
	opacity: 0.9;
	color: #eee;
}

/* Caption text */

.text {
	color: #f2f2f2;
	font-size: 15px;
	padding: 8px 12px;
	position: absolute;
	bottom: 8px;
	width: 100%;
	text-align: center;
}

/* Number text (1/3 etc) */

.numbertext {
	color: #f2f2f2;
	font-size: 12px;
	padding: 8px 12px;
	position: absolute;
	top: 0;
}

/* The dots/bullets/indicators */

.dot {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #5b5b68;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.dot2 {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #5b5b68;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.dot3 {
	cursor: pointer;
	height: 15px;
	width: 15px;
	margin: 0 2px;
	background-color: #5b5b68;
	border-radius: 50%;
	display: inline-block;
	transition: background-color 0.6s ease;
}

.bx-viewport span.active {
	position: relative;
	background-color: #fff;
	border: 1.5px solid #ffffff;
	padding: 0px;
	width: 16px;
	height: 16px;
	overflow: hidden;
	text-align: center;
}

.bx-viewport span.active:after {
	content: '';
	background: #fff;
	width: 11.2px;
	height: 11px;
	position: absolute;
	top: 1px;
	border-radius: 100%;
	border: 1.6px solid #282843;
	left: 0px;
	margin: auto;
	right: 0;
}

.bx-viewport2 span.active {
	position: relative;
	background-color: #fff;
	border: 1.5px solid #ffffff;
	padding: 0px;
	width: 16px;
	height: 16px;
	overflow: hidden;
	text-align: center;
}

.bx-viewport2 span.active:after {
	content: '';
	background: #fff;
	width: 11.2px;
	height: 11px;
	position: absolute;
	top: 1px;
	border-radius: 100%;
	border: 1.6px solid #282843;
	left: 0px;
	margin: auto;
	right: 0;
}

/* Fading animation */

.fade {
	-webkit-animation-name: fade;
	-webkit-animation-duration: 1.5s;
	animation-name: fade;
	animation-duration: 1.5s;
}

@-webkit-keyframes fade {
	from {
		opacity: .4
	}

	to {
		opacity: 1
	}
}

@keyframes fade {
	from {
		opacity: .4
	}

	to {
		opacity: 1
	}
}

/* On smaller screens, decrease text size */

@media only screen and (max-width: 300px) {

	.prev,
	.next,
	.text {
		font-size: 11px
	}
}

.mobile_discription {
	text-align: center;
	display: none;
	width: 100%;
	margin: 10px 0px;
}

.mobile_discription h3 {
	margin: 5px 0px;
}

.mobile_discription h3 strong {
	font-size: 18px;
	text-align: center;
	background-image: -webkit-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -o-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -ms-linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Butler';
	font-weight: 600;
}

.mobile_discription h3 i {
	color: #ffb932;
	font-size: 15px;
	display: inline-block;
}

.mobile_discription p {
	font-size: 14px;
	font-weight: normal;
	margin: 10px 10px;
	line-height: 1.6;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	text-align: center !important;
}

.mobile_discription a.btn_m {
	font-size: 14px;
	position: relative;
	overflow: hidden;
	background-image: -webkit-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -o-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -ms-linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 500;
	display: inline-block;
	margin-top: 10px;
	border: 1px solid #ffb932;
	text-transform: uppercase;
	padding: 6px 36px;
	font-family: 'Montserrat', sans-serif;
	border-radius: 30px;
}

.read_more_m {
	float: left;
	width: 100%;
	text-align: center;
	font-family: 'Butler';
	font-style: italic;
	display: none;
}

.read_more_m a.more {
	font-size: 15px;
	cursor: pointer;
	color: #ffb932;
}

.read_more_m a.more i {
	display: inline-block;
	margin: 2px;
}

.read_more_m a.less {
	font-size: 15px;
	cursor: pointer;
	color: #ffb932;
	display: none;
}

.read_more_m2 {
	float: left;
	width: 100%;
	text-align: center;
	font-family: 'Butler';
	font-style: italic;
}

.read_more_m2 a.more {
	font-size: 15px;
	cursor: pointer;
	color: #ffb932;
}

.read_more_m2 a.more i {
	display: inline-block;
	margin: 2px;
}

.read_more_m2 a.less {
	font-size: 15px;
	cursor: pointer;
	color: #ffb932;
	display: none;
}

/*-------------jacob_produt_dis-------------*/

.jacob_pop_outer {
	position: fixed;
	width: 100%;
	height: 100%;
	display: none;
	left: 0px;
	top: 0px;
	z-index: 11;
	padding: 15px;
	background: url(../images/collection2.png) no-repeat center;
	background-size: cover;
}

.jacob_pop_inner {
	position: absolute;
	width: 90%;
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #151f39), color-stop(75%, rgba(21, 31, 57, 0)), color-stop(96%, rgba(21, 31, 57, 0)));
	background: -webkit-radial-gradient(center, ellipse cover, #151f39 0%, rgba(21, 31, 57, 0) 75%, rgba(21, 31, 57, 0) 96%);
	background: -webkit-radial-gradient(center ellipse, #151f39 0%, rgba(21, 31, 57, 0) 75%, rgba(21, 31, 57, 0) 96%);
	background: radial-gradient(ellipse at center, #151f39 0%, rgba(21, 31, 57, 0) 75%, rgba(21, 31, 57, 0) 96%);
	min-height: 450px;
	margin: auto;
	left: 0px;
	right: 0px;
}

.jacub_back {
	float: left;
	width: 100%;
	padding: 10px 0px;
	margin-bottom: 15px;
}

.jacub_back a {
	float: left;
	font-size: 14px;
	color: #ffffff;
	letter-spacing: 0.06em;
}

.jacub_back a:hover {
	color: #eee;
}

.jacob_left_pop {
	float: left;
	width: 100%;
}

.jacob_left_cont2::-webkit-scrollbar {
	width: 0px;
	border-radius: 8px;
}

/* Track */

.jacob_left_cont2::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 8px;
}

/* Handle */

.jacob_left_cont2::-webkit-scrollbar-thumb {
	background: #888;
	border-radius: 8px;
}

/* Handle on hover */

.jacob_left_cont2::-webkit-scrollbar-thumb:hover {
	background: #555;
}

.jacob_left_cont2 {
	position: relative;
	display: table-cell;
	width: 100%;
	overflow-y: scroll;
	vertical-align: top;
	margin: 0px 0px;
	text-align: center;
	float: left;
	max-height: 513px;
}

.jacob_left_cont2 h4 {
	font-size: 30px;
	line-height: 35px;
	letter-spacing: .1em;
	float: left;
	color: #fff;
	font-family: 'Butler';
	position: relative;
	width: 100%;
}

.jacob_left_cont2 h4:before {
	position: absolute;
	content: '';
	width: 150px;
	height: 1.5px;
	background: #eeeeeea6;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: auto;
}

.jacob_left_cont2 h5 {
	font-size: 16px;
	letter-spacing: .05em;
	float: left;
	color: #fff;
	font-family: 'Butler';
	width: 100%;
}

.jacob_vAlign2 {
	float: left;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
	height: 100%;
}

.jacob_box_content2 {
	display: block;
	width: 100%;
}

.jacob_box_content2 label {
	font-size: 21px;
	line-height: 30px;
	letter-spacing: 1.8px;
	float: left;
	color: #fff;
	font-weight: 500;
	font-family: 'Butler';
	position: relative;
	width: 100%;
	text-align: left;
	margin-top: 30px;
}

.jacob_box_content2 p {
	color: #ffffff;
	float: left;
	width: 100%;
	font-weight: 400;
	text-align: left;
	position: relative;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0.06em;
	margin-top: 5px;
	padding-top: 2px;
	margin-bottom: 10px;
}

.jacob_box_content2 p b {
	font-weight: 600;
	font-family: 'Butler';
	font-size: 16px;
}

.jacob_box_content2 p strong {
	font-family: 'Butler';
	font-size: 16px;
}

.details_pop {
	width: 100%;
	float: left;
	border-top: 1px solid #eeeeee69;
	margin: 20px 0px;
	padding: 10px 0px;
}

.details_pop p b {
	font-family: 'Butler';
}

.details_pop label {
	font-size: 18px;
	line-height: normal;
	letter-spacing: 1.5px;
	float: left;
	color: #fff;
	font-weight: 600;
	font-family: 'Butler';
	position: relative;
	width: 100%;
	text-align: left;
	margin-top: 18px;
	margin-bottom: 2px;
}

.details_pop p {
	color: #ffffff;
	float: left;
	font-weight: 400;
	text-align: left;
	position: relative;
	font-size: 14px;
	line-height: 28px;
	letter-spacing: 0.06em;
	margin-top: 5px;
	margin-bottom: 5px;
}

.our_category_banner {
	float: left;
	padding: 30px 0px 55px;
	width: 100%;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	background-size: cover;
}

.our_category_banner h3 {
	float: left;
	width: 100%;
	text-align: center;
	background-image: -webkit-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -o-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -ms-linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 46px;
	text-transform: uppercase;
	font-family: 'Butler';
	font-weight: 600;
}

.our_category_banner p {
	width: 100%;
	font-family: 'Allura', cursive;
	color: #d2d2d2;
	font-size: 20px;
	letter-spacing: 1.2px;
	font-weight: 500;
	line-height: normal;
	padding: 20px 0px;
	text-align: center;
	margin: 15px auto 40px;
	overflow: visible;
	display: inline-block;
	position: relative;
}

.our_category_banner p img {
	max-width: 190px;
	height: auto;
}

.our_category_banner p:before {
	position: absolute;
	content: '';
	width: 150px;
	height: 1.5px;
	background: #eeeeeea6;
	top: 5px;
	left: 0;
	right: 0;
	margin: auto;
}

.our_category_banner p:after {
	content: "\f107";
	position: absolute;
	bottom: -25px;
	left: 0;
	right: 0;
	margin: auto;
	font-family: 'FontAwesome';
	font-size: 26px;
}

.about_bg {
	background-size: cover;
	position: relative;
}

.about_bg:before {
	position: absolute;
	content: '';
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #0708259e;
}

.about_bg h5 {
	float: left;
	width: 100%;
	text-align: center;
	background-image: -webkit-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -o-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -ms-linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 36px;
	text-transform: uppercase;
	font-family: 'Butler';
	letter-spacing: 0.8px;
	font-weight: 600;
}

.oure_story_bx {
	float: left;
	width: 100%;
	padding: 10px 0px;
	text-align: center;
}

.oure_story_bx p {
	width: 50%;
	font-weight: 400;
	margin: 0 auto;
	font-size: 15px;
	line-height: 1.6;
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	overflow: visible;
	text-align: justify;
	letter-spacing: 0.04em;
}

.oure_story_bx p:before {
	display: none;
}

.oure_story_bx p:after {
	display: none;
}

.oure_story_bx p:first-child:before {
	top: -114px;
	display: block !important;
}

/*-----------------------------zodiac product-------------------------------------*/

.zodic_cat_product {
	float: left;
	width: 100%;
	position: relative;
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #151f39), color-stop(75%, rgba(21, 31, 57, 0)), color-stop(96%, rgba(21, 31, 57, 0)));
	background: -webkit-radial-gradient(center, ellipse cover, #151f39 0%, rgba(21, 31, 57, 0) 75%, rgba(21, 31, 57, 0) 96%);
	background: -webkit-radial-gradient(center ellipse, #151f39 0%, rgba(21, 31, 57, 0) 75%, rgba(21, 31, 57, 0) 96%);
	background: radial-gradient(ellipse at center, #151f39 0%, rgba(21, 31, 57, 0) 75%, rgba(21, 31, 57, 0) 96%);
	padding: 15px;
	margin-bottom: 25px;
	overflow: hidden;
}

.zodic_cat_product a.js-no-focus {
	display: block;
	text-decoration: none;
}

.zodic_cat_product a figure {
	display: block;
}

.zodic_cat_product a figure img {
	height: 405px !important;
	width: auto !important;
	max-width: 100%;
}

.zodic_cat_product a h4 {
	float: left;
	width: 100%;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Butler';
	margin: 50px 0px 40px;
}

.zodic_product-fixed_item-overlay {
	position: absolute;
	width: 100%;
	opacity: 0;
	top: 0px;
	visibility: visible;
	background: #030220;
	left: 0px;
	transition: 0.4s;
	-webkit-transition: 0.4s;
	height: 100%;
	border: 1px solid #cccccc54;
}

.zodic_cat_product:hover .zodic_product-fixed_item-overlay {
	opacity: 1;
	top: 0px;
	visibility: visible;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}

.zodic_product-fixed_item-overlay a {
	display: inline-block;
	font-weight: 400;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-size: 13px;
	margin: 0px 0px;
	width: 100%;
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #151f39), color-stop(75%, rgba(21, 31, 57, 0)), color-stop(96%, rgba(21, 31, 57, 0)));
	background: -webkit-radial-gradient(center, ellipse cover, #151f39 0%, rgba(21, 31, 57, 0) 75%, rgba(21, 31, 57, 0) 96%);
	background: -webkit-radial-gradient(center ellipse, #151f39 0%, rgba(21, 31, 57, 0) 75%, rgba(21, 31, 57, 0) 96%);
	background: radial-gradient(ellipse at center, #151f39 0%, rgba(21, 31, 57, 0) 75%, rgba(21, 31, 57, 0) 96%);
}

.zodic_product-fixed_item-overlay img {
	height: 405px !important;
	width: auto;
	margin-top: 10px;
	margin-bottom: 15px;
}

.zodic_product-fixed_item-overlay a h3 {
	float: left;
	width: 100%;
	text-decoration: none;
	padding: 5px;
	font-size: 18px;
	font-weight: 600;
	background-image: -webkit-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -o-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -ms-linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-transform: uppercase;
	font-family: 'Butler';
	max-height: 40px;
	overflow: hidden;
	transition: 0.4s;
	-webkit-transition: 0.4s;
}

.zodic_product-fixed_item-overlay a:hover h3 {
	color: #ffb932;
}

.zodic_product-fixed_item-overlay h4 {
	float: left;
	width: 100%;
	font-size: 16px;
	font-weight: 500;
	background-image: -webkit-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -o-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -ms-linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	margin: 4px 0px;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}

.subscribe_outer {
	width: 100%;
	left: 0px;
	padding: 0px 0px 55px;
	background: rgba(0, 5, 29, 0.88);
	top: -242px;
	z-index: 1;
	display: none;
}

.subscribe {
	width: 100%;
	overflow: hidden;
	position: relative;
	border: 0px;
	text-align: center;
	max-width: 600px;
	margin: auto;
}

.close_subs {
	font-size: 35px;
	color: #fff;
	position: absolute;
	right: 15px;
	cursor: pointer;
}

.subscribeheading {
	float: left;
	width: 100%;
	background: #ffffff40;
	margin: 0px 0px 55px;
}

.subscribeheading h3 {
	float: left;
	width: 100%;
	background-image: linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -ms-linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 600;
	text-align: center;
	font-size: 27px;
	margin: 0;
	letter-spacing: 0.8px;
	padding: 10px 0px;
	font-family: 'Butler';
	text-transform: uppercase;
}

.subscribe h4 {
	float: left;
	width: 100%;
	color: #fff;
	font-weight: 600;
	text-align: center;
	margin: 5px 0px;
	margin: 15px 0px 10px;
	font-size: 30px;
	letter-spacing: 0.8px;
	font-family: 'Butler';
	text-transform: uppercase;
}

.subscribe p {
	color: #eee;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	width: 86%;
	position: absolute;
	bottom: -30px;
	text-align: left;
	margin: 8px 0px 0;
	padding: 5px 5px 0;
}

.subscribe input {
	width: calc(100% - 160px);
	height: 40px;
	background: #2a2740;
	border: 1px solid #444163;
	border-radius: 36px;
	outline: 0;
	padding: 0px 15px;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
}

.subscribe button {
	width: 115px;
	height: 40px;
	font-size: 14px;
	position: relative;
	overflow: hidden;
	background-image: -webkit-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -o-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -ms-linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 500;
	border: 1px solid #ffb932;
	text-transform: uppercase;
	padding: 7px 20px;
	font-family: 'Montserrat', sans-serif;
	border-radius: 30px;
}

.subscribe button:hover {
	text-decoration: none;
	color: #fff;
}

.subscribe button:after {
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	height: 100%;
	content: '';
	z-index: 1;
}

.subscribe button:hover:after {
	width: 0;
	background: #f0d473;
	transition: 0.3s;
}

.subscribe button:before {
	width: 100%;
	right: 0;
	top: 0;
	position: absolute;
	height: 100%;
	content: '';
	z-index: 1;
}

.subscribe button:hover:before {
	width: 0;
	background: #f0d473;
	transition: 0.3s;
}

/*----------language---------*/

.lang_outer {
	display: none;
	width: 100%;
	left: 0px;
	padding: 0px 0px 55px;
	background: rgba(0, 5, 29, 0.88);
	top: -242px;
	z-index: 1;
	display: none;
}

.close_lang {
	font-size: 35px;
	color: #fff;
	position: absolute;
	right: 15px;
	cursor: pointer;
}

.languageheading {
	float: left;
	width: 100%;
	background: #ffffff40;
	margin: 0px 0px 50px;
}

.languageheading h3 {
	float: left;
	width: 100%;
	background-image: linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -ms-linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 600;
	text-align: center;
	font-size: 27px;
	margin: 0;
	letter-spacing: 0.8px;
	padding: 10px 0px;
	font-family: 'Butler';
	text-transform: uppercase;
}

.language {
	width: 100%;
	position: relative;
	border: 0px;
	text-align: center;
	max-width: 600px;
	margin: auto;
	overflow: hidden;
}

.language ul {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

.language ul li {
	line-height: normal;
	margin: 10px;
	text-align: center;
	display: inline-block;
}

.language ul li a {
	font-size: 16px;
	color: #fff;
	border: 1px dotted #eee0;
	font-weight: 300;
	text-align: center;
	font-family: 'Montserrat', sans-serif;
	display: inline-block;
	padding: 5px 15px;
}

.language ul li a:hover {
	text-decoration: underline;
}

.language ul li.current-lang a {
	border: 1px dotted #ffb932;
	color: #ffb932;
}

.language ul li a img {
	max-width: 27px;
	float: left;
	margin: 3px 0px 0 0;
}

.woocommerce-products-header {
	display: none;
}

.language button:hover {
	text-decoration: none;
	color: #fff;
}

.language button:after {
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	height: 100%;
	content: '';
	z-index: 1;
}

.language button:hover:after {
	width: 0;
	background: #f0d473;
	transition: 0.3s;
}

.language button:before {
	width: 100%;
	right: 0;
	top: 0;
	position: absolute;
	height: 100%;
	content: '';
	z-index: 1;
}

.language button:hover:before {
	width: 0;
	background: #f0d473;
	transition: 0.3s;
}

/*---------blog------------ */

.blog_container {
	float: left;
	width: 100%;
	margin-top: 50px;
}

.blog_box_bg {
	float: left;
	width: 98%;
	background: #0d0f2ad6;
	margin: 15px 0px;
}

.blog_left_cont {
	position: relative;
	display: table-cell;
	width: 100%;
	vertical-align: top;
	margin: 35px 0px 25px;
	float: left;
	height: 340px;
}

.blog_left_cont h4 {
	float: left;
	width: 100%;
}

.blog_left_cont h4 a {
	font-size: 26px;
	text-decoration: none;
	line-height: 31px;
	letter-spacing: .1em;
	float: left;
	text-align: left;
	color: #fff;
	font-family: 'Butler';
	max-height: 92px;
	overflow: hidden;
	margin: 0;
}

.blog_left_cont h4 a:hover {
	color: #ffba38
}

.blog_left_cont h5 {
	float: left;
	font-size: 12px;
	color: #eee;
	font-weight: 400;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	margin: 15px 0px;
}

.blog_left_cont h5 span {
	float: left;
	font-size: 13px;
	color: #eee;
	margin-right: 18px;
}

.blog_left_cont h5 span i {
	font-size: 14px;
	margin-right: 3px;
}

.blog_vAlign {
	float: left;
}

.blog_box_content {
	display: block;
	width: 100%;
}

.blog_box_content p {
	color: #ffffff;
	float: left;
	width: 100%;
	font-weight: 400;
	text-align: left;
	font-size: 14px;
	line-height: 23px;
	letter-spacing: 0.06em;
	margin-top: 0px;
	padding-top: 5px;
	margin-bottom: 31px;
	max-height: 76px;
	overflow: hidden;
}

.blog_box_content p:after {
	content: '';
	position: absolute;
	bottom: 0px;
	background: url(../images/para_bg.png) repeat-x;
	height: 22px;
	width: 100%;
	left: 0;
	background-size: 100% 100%;
}

.blog_box_content p:before {
	display: none;
}

.blog_box_btn {
	position: absolute;
	bottom: 5px;
	width: 100%;
}

.blog_box_btn .shares {
	float: right;
	position: relative;
	margin-top: 5px;
	text-transform: uppercase;
	width: 100px;
	text-align: right;
}

.blog_box_btn .shares span {
	font-size: 12px;
	color: #eda61f;
	cursor: pointer;
}

.blog_box_btn .shares:hover ul {
	visibility: visible;
	opacity: 1;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}

.blog_box_btn .shares ul {
	position: absolute;
	width: 100%;
	background: #fff;
	border-radius: 3px;
	top: -32px;
	margin: 0;
	opacity: 0;
	padding: 3px 2px;
	text-align: center;
	visibility: hidden;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	right: -8px;
}

.blog_box_btn .shares ul:before {
	content: "\f0d7";
	position: absolute;
	font-family: 'FontAwesome';
	bottom: -12px;
	font-size: 16px;
	color: #fff;
	left: 46px;
}

.blog_box_btn .shares ul li {
	display: inline-block;
	list-style: none;
	margin: 0px 4px;
}

.blog_box_btn .shares ul li a {
	color: #6b6b6b;
	font-size: 16px;
}

.blog_box_btn .shares ul li a:hover {
	color: #eda61f;
}

.blog_box_btn .readbutton {
	font-size: 12px;
	position: relative;
	overflow: hidden;
	background-image: -webkit-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -o-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -ms-linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 500;
	float: left;
	border: 1px solid #ffb932;
	text-transform: uppercase;
	padding: 7px 26px;
	font-family: 'Montserrat', sans-serif;
	border-radius: 30px;
}

.blog_box_content .readbutton:after {
	width: 100%;
	left: 0;
	top: 0;
	position: absolute;
	height: 100%;
	content: '';
	z-index: 1;
}

.blog_box_content .readbutton:hover:after {
	width: 0;
	background: #f0d473;
	transition: 0.3s;
}

.blog_box_content .readbutton:before {
	width: 100%;
	right: 0;
	top: 0;
	position: absolute;
	height: 100%;
	content: '';
	z-index: 1;
}

.blog_box_content .readbutton:hover:before {
	width: 0;
	background: #f0d473;
	transition: 0.3s;
}

.blog_box_right {
	float: right;
	margin: 0px -15px 0px 0px;
	width: 100%;
	height: 410px;
	overflow: hidden;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center right !important;
}

.blog_box_right img {
	max-width: 98%;
	float: left;
	display: none;
}

.blog_box_right2 {
	float: left;
	margin: 0px 0px 0px -15px;
	width: 100%;
	height: 410px;
	overflow: hidden;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center right !important;
}

.blog_box_right2 img {
	max-width: 98%;
	float: left;
	display: none;
}

.blog_bg {
	background: url(../images/blog_bg.jpg) no-repeat !important;
}

.blog_listin_outer {
	float: left;
	width: 100%;
	margin: 15px 0px 90px;
}

.blog_listin_iner {
	float: left;
	width: 100%;
	height: 616px;
	overflow: hidden;
	margin-bottom: 45px;
}

.blog_listin_iner:hover {
	box-shadow: 0px 0px 4px #ffffff9e;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.blog_listin_iner a {
	text-decoration: none;
	float: left;
}

.blog_listin_iner a div.blog_img {
	float: left;
	width: 100%;
	min-height: 359px;
	background: #fff;
	overflow: hidden;
}

.blog_listin_iner a div.blog_img img {
	float: left;
	width: 100%;
	background: #fff;
}

.blog_listin_iner h4 {
	font-size: 26px;
	width: 100%;
	letter-spacing: .05em;
	float: left;
	padding: 0px 10px;
	text-align: left;
	color: #fff;
	line-height: 24px;
	font-family: 'Butler';
}

.blog_listin_iner a h5 {
	float: left;
	font-size: 12px;
	padding: 0px 10px;
	color: #eee;
	font-weight: 400;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	margin: 15px 0px;
}

.blog_listin_iner a:hover h4 {
	color: #ffb932 !important;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.blog_listin_iner a:hover h5 span {
	color: #ffb932 !important;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.blog_listin_iner a:hover p {
	color: #ffb932 !important;
	transition: 0.3s;
	-webkit-transition: 0.3s;
}

.blog_listin_iner a h5 span {
	float: left;
	font-size: 13px;
	color: #eee;
	margin-right: 18px;
}

.blog_listin_iner a h5 span i {
	font-size: 14px;
	margin-right: 3px;
}

.blog_listin_iner a p {
	color: #ffffff;
	padding: 0px 10px;
	float: left;
	width: 100%;
	font-weight: 300;
	text-align: left;
	font-size: 14px;
	line-height: 23px;
	letter-spacing: 0.06em;
	margin-top: 0px;
	font-family: 'Montserrat', sans-serif;
	max-height: 140px;
	overflow: hidden;
}

/*-------------blog detail----------*/

.blog_detail_cont {
	position: relative;
	display: table-cell;
	width: 100%;
	vertical-align: top;
	margin: 5px 0px 25px;
	float: left;
}

.blog_detail_cont h4 {
	font-size: 26px;
	line-height: 34px;
	letter-spacing: .1em;
	float: left;
	text-align: left;
	color: #fff;
	font-family: 'Butler';
}

.blog_detail_cont h5 {
	float: left;
	font-size: 12px;
	color: #eee;
	font-weight: 400;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	margin: 15px 0px;
}

.blog_detail_cont h5 span {
	float: left;
	font-size: 13px;
	color: #eee;
	margin-right: 18px;
}

.blog_detail_cont h5 span i {
	font-size: 14px;
	margin-right: 3px;
}

.blog_detail_cont img {
	display: inline-block;
	width: 100%;
	max-width: 100%;
	margin: 5px 0px;
}

.blog_detail_cont p {
	color: #ffffff;
	float: left;
	width: 100%;
	font-weight: 400;
	text-align: left;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.02em;
	margin-top: 10px;
	padding-top: 5px;
	margin-bottom: 0px;
}

.blog_detail_cont p:before {
	display: none;
}

.blog_detail_cont a.next_blog {
	position: relative;
	background-image: -webkit-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -o-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -ms-linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 600;
	text-align: left;
	display: inline-block;
	font-size: 22px;
	margin: 0;
}

.blog_search {
	float: left;
	width: 100%;
	margin-top: 60px;
	border-bottom: 2px solid #ffb932;
	padding-bottom: 10px;
	margin-bottom: 25px;
}

.blog_search h3 {
	position: relative;
	background-image: -webkit-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -o-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -ms-linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-weight: 600;
	text-align: left;
	display: inline-block;
	font-size: 22px;
	margin: 0;
}

.blog_search_listign {
	position: relative;
	display: table-cell;
	width: 100%;
	vertical-align: top;
	margin: 0px 0px 25px;
	float: left;
	border-bottom: 1px solid #eeeeeeab;
	padding-bottom: 10px;
}

.blog_search_listign a {
	float: left;
	width: 100%;
}

.blog_search_listign a img {
	max-width: 100%;
	display: inline-block;
	width: 100%;
	background: #fff;
}

.blog_search_listign a h4 {
	font-size: 18px;
	line-height: 22px;
	letter-spacing: .04em;
	float: left;
	text-align: left;
	color: #fff;
	margin-bottom: 15px;
	font-family: 'Butler';
	font-weight: 500;
	height: 44px;
	overflow: hidden;
}

.blog_search_listign a h5 {
	float: left;
	font-size: 12px;
	color: #eee;
	font-weight: 400;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	margin: 0px 0px;
}

.blog_search_listign a h5 span {
	float: left;
	font-size: 13px;
	color: #eee;
	margin-right: 18px;
}

.blog_search_listign a h5 span i {
	font-size: 14px;
	margin-right: 3px;
}

.blog_search_listign a p {
	color: #ffffff;
	float: left;
	width: 100%;
	font-weight: 400;
	text-align: left;
	font-size: 14px;
	line-height: 23px;
	letter-spacing: 0.06em;
	margin-top: 10px;
	padding-top: 0px;
	height: 45px;
	margin-bottom: 0px;
}

.blog_search_listign a p:before {
	display: none;
}

.blog_search_listign:last-child {
	border-bottom: 0px;
}

.blog_search_listign a:hover h4 {
	color: #ffb932 !important;
}

.right_blog_box {
	float: left;
	width: 100%;
}

.right_blog_inner {
	float: left;
	position: sticky;
}

.right_blog_section {
	float: left;
	width: 100%;
	border-bottom: 1px solid #eeeeee7a;
	margin-top: 20px;
	padding-bottom: 15px;
}

.right_blog_section:last-child {
	border-bottom: 0px;
}

.right_blog_section_left {
	float: left;
	width: 105px;
}

.right_blog_section_left img {
	max-width: 98%;
	float: left;
}

.right_blog_section_right {
	float: right;
	width: calc(100% - 107px);
	padding: 0px 5px;
}

.right_blog_section_right h4 {
	float: left;
	margin: 0px;
}

.right_blog_section_right h4 a {
	font-size: 14px;
	line-height: normal;
	letter-spacing: .05em;
	float: left;
	text-align: left;
	color: #fff;
	font-family: 'Butler';
	max-height: 55px;
	overflow: hidden;
	margin: 0;
	font-weight: 500;
}

.right_blog_section_right h4 a:hover {
	color: #ffba38
}

.right_blog_section_right h5 {
	float: left;
	font-size: 11px;
	color: #eee;
	font-weight: 400;
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	margin: 9px 0px;
}

.right_blog_section_right h5 span {
	float: left;
	font-size: 11px;
	color: #eee;
	margin-right: 18px;
}

.right_blog_section_right h5 span i {
	font-size: 13px;
	margin-right: 3px;
}

.back_bn {
	float: left;
	width: 100%;
}

.back_bn a i {
	font-family: 'FontAwesome';
	color: #f7ae21;
	font-size: 20px;
	margin-right: 5px;
	float: left;
}

.back_bn a span {
	background-image: -webkit-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -o-linear-gradient(355deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -ms-linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Butler';
	font-weight: 600;
	float: left;
	margin-top: 1px;
}

.share_on {
	float: left;
	width: 100%;
	top: 160px;
	position: relative;
}

.share_on h4 {
	float: left;
	font-family: 'FontAwesome';
	width: 100%;
	font-size: 12px;
	color: #eda61f;
	cursor: pointer;
}

.share_on ul {
	padding: 0px;
	float: left;
	width: 100%;
	text-align: center;
}

.share_on ul li {
	list-style: none;
	float: left;
	margin: 5px;
	width: 100%;
	text-align: center;
}

.share_on ul li a {
	color: #eda61f;
	font-size: 16px;
	width: 26px;
	height: 26px;
	background: #fff;
	line-height: 27px;
	display: block;
	border-radius: 100%;
}

.blog_bx-viewport {
	width: 100%;
	overflow: hidden;
	position: relative;
	height: auto;
}

.blog_bx-viewport span.active {
	position: relative;
	background-color: #fff;
	border: 1.5px solid #ffffff;
	padding: 0px;
	width: 16px;
	height: 16px;
	overflow: hidden;
	text-align: center;
}

.blog_bx-viewport .prev .next {
	background-color: #33333348;
}

.sharedeatil {
	float: right;
	width: 100%;
	position: relative;
	margin-top: 5px;
	text-transform: uppercase;
	text-align: center;
	padding-bottom: 16px;
	border-bottom: 1px solid #eeeeee5c;
	display: none;
}

.sharedeatil span {
	font-size: 14px;
	font-weight: 500;
	color: #eda61f;
	cursor: pointer;
}

.sharedeatil:hover ul {
	visibility: visible;
	opacity: 1;
	transition: 0.5s;
	-webkit-transition: 0.5s;
}

.sharedeatil ul {
	position: absolute;
	width: 100%;
	background: #fff;
	border-radius: 3px;
	top: -32px;
	margin: 0;
	opacity: 0;
	padding: 3px 2px;
	text-align: center;
	visibility: hidden;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	right: 0px;
}

.sharedeatil ul:before {
	content: "\f0d7";
	position: absolute;
	font-family: 'FontAwesome';
	bottom: -13px;
	font-size: 16px;
	color: #fff;
	left: 49%;
}

.sharedeatil ul li {
	display: inline-block;
	list-style: none;
	margin: 0px 22px;
}

.sharedeatil ul li a {
	color: #6b6b6b;
	font-size: 16px;
}

.sharedeatil ul li a:hover {
	color: #eda61f;
}

.footer_title {
	float: left;
	width: 100%;
	text-align: center;
	background: #030220;
	margin-top: 2px;
	padding: 5px 0px;
	border-top: 1px solid #eeeeee42;
}

.footer_title h3 {
	float: left;
	width: 100%;
	margin: 0px;
	font-size: 14px;
	font-weight: 600;
	background-image: linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	background-image: -ms-linear-gradient(95deg, #f0d473, #f8d86a 25%, #ffb932 49%, #f2c62d 75%, #ffb932);
	color: transparent;
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	letter-spacing: .2px;
	font-family: 'Butler';
}

.footer_title h3 span {
	font-family: 'Allura', cursive;
	font-size: 19px;
	margin-left: 4px;
}

nav.woocommerce-pagination {
	display: none;
}

span.woocommerce-Price-amount.amount {
	display: none !important;
}

.rpwe-summary {
	display: none;
}

/*------header_lang-----*/

.header_lang_right {
	float: right;
	position: relative;
	width: 28px;
	margin-top: 6px;
	display: none;
	margin-right: 2px;
}

.header_lang_right label {
	float: left;
	width: 100%;
}

.header_lang_right label img {
	width: 23px;
	display: block;
	height: auto;
}

.header_lang_right ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.header_lang_right ul li.current-lang {
	display: block;
}

.header_lang_right ul li.current-lang a {
	pointer-events: none;
	cursor: pointer;
}

.header_lang_right ul:hover li {
	display: block !important;
	background: #070922;
	border-radius: 0px 0px 2px 2px;
}

.header_lang_right ul:hover li:nth-of-type(2) {
	position: absolute;
	top: 22px;
}

.header_lang_right ul:hover li:nth-of-type(3) {
	position: absolute;
	top: 45px;
}

.header_lang_right ul li:nth-of-type(3) a {
	margin-bottom: 0px;
}

.header_lang_right ul li {
	list-style: none;
	width: 100%;
	display: none;
	float: left;
	padding-bottom: 0px;
	position: relative;
	text-align: center;
}

.header_lang_right ul li a {
	margin-bottom: 3px;
	line-height: normal;
	margin: 0;
	padding: 0;
	display: inline-block;
}

.header_lang_right ul li a img {
	width: 23px;
	display: block;
	height: auto;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
	border: 0px !important;
}

span.wpcf7-not-valid-tip {
	color: #e76666;
	font-size: 12px !important;
	font-weight: normal;
	display: block;
	position: absolute;
	top: -2px;
}

.wpcf7-response-output.wpcf7-display-none.wpcf7-validation-errors {
	float: left;
	width: 100%;
	color: #e76666;
	margin: 15px 0px;
}

@media (min-height: 550px) {
	.jacob_left_cont2 {
		max-height: 545px;
	}
}

@media (min-height: 650px) {
	.jacob_left_cont2 {
		max-height: 650px;
	}
}

@media (min-height: 850px) {
	.jacob_left_cont2 {
		max-height: 845px;
	}
}

@media (min-height: 950px) {
	.jacob_left_cont2 {
		max-height: 945px;
	}
}

@media (min-height: 1050px) {
	.jacob_left_cont2 {
		max-height: 1040px;
	}
}

.wpcf7-display-none {
	color: #96d260;
}

div.wpcf7-mail-sent-ok {
	border: 0px solid #398f14 !important;
}

.upsell {
	display: none;
}

/*---------------new design----*/

.outer_new_red {
	float: left;
	width: 100%;
	padding: 35px 0px;
	margin-bottom: 85px;
}

.new_product_outer {
	background: #0a0a30;
	float: left;
	width: 100%;
	padding: 10px;
	margin: 15px 0px;
}

.new_product_inner {
	float: left;
	width: 100%;
	position: relative;
}

.new_product_inner_left {
	float: left;
	width: 40%;
	height: 487px;
	text-align: center;
	position: relative;
}

.new_product_inner_left img.prd {
	max-width: initial;
	display: inline-block;
	max-height: 380px;
	width: 100%;
}

.new_product_inner_left div.mom_heading {
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding: 10px;
	border-top: double 6px #ecad28;
	border-left: double 6px #ecad28;
	text-align: center;
	float: right;
}

.new_product_inner_left div.mom_heading img {
	max-width: 45px;
	margin-bottom: 3px;
}

.new_product_inner_left div.mom_heading h4 {
	float: left;
	width: 100%;
	text-align: center;
	color: #ecad28;
	font-size: 15px;
}

.new_product_inner_right {
	float: left;
	width: 60%;
	text-align: center;
	position: relative;
}

.new_product_inner_right ul {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.new_product_inner_right ul li {
	display: inline-block;
	width: calc(90% / 3);
	position: relative;
	border: 1px #eee solid;
	padding: 10px;
	text-align: center;
	margin: 9px;
}

.new_product_inner_right ul li:hover {
	border: 1px #ffb932 solid;
}

.new_product_inner_right ul li:hover a h3 {
	color: #ffb932;
}

.new_product_inner_right ul li a img {
	max-width: inherit;
	max-height: 162px;
	display: inline-block;
	width: 100%;
}

.new_product_inner_right ul li a span {
	position: absolute;
	top: -7px;
	right: -7px;
	width: 80px;
}

.new_product_inner_right ul li a span img.lbl {
	max-width: 100%;
}

.new_product_inner_right ul li a h3 {
	display: inline-block;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Butler';
	margin: 0px 0px;
	width: 100%;
	font-size: 16px;
	margin-top: 15px;
}

.new_product_inner_left2 {
	float: right;
	width: 40%;
	text-align: center;
	position: relative;
}

.new_product_inner_left2 img.prd {
	max-width: initial;
	display: inline-block;
	max-height: 380px;
	width: 100%;
}

.new_product_inner_left2 div.mom_heading2 {
	position: relative;
	left: 0px;
	bottom: 0px;
	padding: 10px;
	border-top: double 6px #ecad28;
	border-right: double 6px #ecad28;
	text-align: center;
	float: left;
}

.new_product_inner_left2 div.mom_heading2 img {
	max-width: 45px;
	margin-bottom: 3px;
}

.new_product_inner_left2 div.mom_heading2 h4 {
	float: left;
	width: 100%;
	text-align: center;
	color: #ecad28;
	font-size: 15px;
}

.new_product_inner_right2 {
	float: left;
	width: 60%;
	text-align: center;
	position: relative;
}

.new_product_inner_right2 ul {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 100%;
}

.new_product_inner_right2 ul li {
	display: inline-block;
	width: calc(90% / 3);
	position: relative;
	border: 1px #eee solid;
	padding: 10px;
	text-align: center;
	margin: 9px;
}

.new_product_inner_right2 ul li a img {
	max-width: inherit;
	max-height: 162px;
	display: inline-block;
	width: 100%;
}

.new_product_inner_right2 ul li a span {
	position: absolute;
	top: -7px;
	right: -7px;
	width: 80px;
}

.new_product_inner_right2 ul li a span img.lbl {
	max-width: 100%;
}

.new_product_inner_right2 ul li a h3 {
	display: inline-block;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Butler';
	margin: 0px 0px;
	width: 100%;
	font-size: 16px;
	margin-top: 15px;
}

.new_product_inner_right2 ul li:hover {
	border: 1px #ffb932 solid;
}

.new_product_inner_right2 ul li:hover a h3 {
	color: #ffb932;
}

#slideshow>li {
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
}

.qe-faq-toggle .qe-toggle-content {
	padding: 1.5em 1.5em 1.8em !important;
	margin: 0;
	border: 1px solid #ddd;
	display: none;
	color: #fff;
}

.qe-faq-toggle .qe-toggle-content {
	border: 0px solid #ddd !important;
}

.gallery h5 {
	color: #fcbc30;
	margin: 0px 0px 0px 11px;
}

.woocommerce-tabs.wc-tabs-wrapper {
	display: none;
}

nav.woocommerce-breadcrumb {
	float: left;
	width: 100%;
	margin: 15px 0px !important;
}

nav.woocommerce-breadcrumb a {
	color: #a6a6a6 !important;
}