@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200;300;400;500;600;700;800&display=swap');



html {
	font-size: 16px;
}

body {
	font-family: "Assistant", sans-serif;
	color: #333333;
	line-height: 1.4;
}

html,
body {
	overflow-x: hidden;
	width: 100%;
	max-width: 100%;
}

a:hover {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2;
}

ul,
li {
	margin: 0;
	padding: 0;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #333!important;
	opacity: 1;
  }
  ::-moz-placeholder { /* Firefox 19+ */
	color: #333!important;
	opacity: 1;
  }
  :-ms-input-placeholder { /* IE 10+ */
	color: #333!important;
	opacity: 1;
  }
  :-moz-placeholder { /* Firefox 18- */
	color: #333!important;
	opacity: 1;
  }

.d-flex {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
}

.flex-wrap {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex-grow-1,
.media-body {
	-ms-flex-positive: 1!important;
	flex-grow: 1!important;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.row {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.media {
	display: -webkit-flex;
}

.custom-control-inline {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
}

.flex-nowrap {
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}

.align-items-start {
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.justify-content-center {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.justify-content-between {
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.align-items-center {
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.flex-column {
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.justify-content-end {
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.form-control {
	width: 100%;
	padding: 10px;
	height: 45px;
	color: #333;
	line-height: 1;
	border: 1px solid #333;
	border-radius: 0;
	font-weight: 400;
	margin-bottom: 1rem;
	font-family: "Assistant", sans-serif;
	font-size: 1.125rem;
}
footer .form-control {margin-bottom: 0;}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
	transition: all 0.5s;
	z-index:999999;
	padding: 12px 0;
	/* background: #fff; */
}

#header.header-scrolled,
#header.header-inner-pages {
	background: rgba(0, 0, 0, 0.8);
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/* Desktop Navigation */

.logo {
	border-right: 1px solid #BDBDBD;
}

.nav-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* .nav-menu.menu-1 {
	width: 55%;
} */

.nav-menu ul li.border-right {
	border-right: 1px solid #BDBDBD !important;
	padding-right: 15px;
}

.nav-menu>ul {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.nav-menu>ul>li {
	position: relative;
	/* white-space: nowrap; */
}
nav.nav-menu.menu-2 {
    margin-left: auto;
}
.nav-menu.menu-1>ul>li,.nav-menu.menu-2 ul li+li {
	padding-left:2.1rem;
}
header .container{padding: 0;width: 100%;max-width: 100%;}
footer .container{width: 100%;max-width: 100%;}
.nav-menu a {
	display: block;
	position: relative;
	color: #333333;
	font-family: 'Assistant', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.1em;
}

.badge-light {
	border: 1px solid #333333;
	border-radius: 50%;
	color: #333333;
	background: #fff;
	font-size: 12px;
	line-height: 12px;
	width: 21px;
	height: 21px;
	text-align: center;
}

.sec-1 {
	margin: 80px 0;
}

.sec-2 h2 {
	font-family: Gotham;
	font-style: italic;
	font-weight:bold;
	font-size: 5.625rem;
	line-height: 108px;
	text-align: center;
	color: #333333;
	text-transform: uppercase;
}

.sec-2 h2 span {
	color: #BDBDBD;
	display: block;
}

.sec-2 p {
	font-family: Assistant;
	font-style: normal;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 38px;
	text-align: center;
	color: #333333;
	margin: 24px 0px;
}

.sec-2 .feature h3 {
	font-family: Assistant;
	font-style: normal;
	font-weight: bold;
	font-size: 1.5rem;
	line-height: 31px;
	margin: 16px 0px;
}

.sec-2 .feature p {
	font-family: Assistant;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	margin: 16px 0;
}

.border-right {
	border-right: 1px solid #BDBDBD !important;
}

.sec-2 {
	padding: 40px 0;
}

.sec-2 .feature {
	padding: 80px 20px;
}

a.learn-more {
	font-family: Assistant;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 13px;
	text-transform: uppercase;
	text-align: center;
	color: #333333;
}

.sec-3 {
	padding: 40px 0;
}

.sec-3 h2 {
	font-family: Gotham;
	font-style: italic;
	font-weight:bold;
	font-size: 5.625rem;
	line-height: 108px;
	text-transform: uppercase;
	color: #BDBDBD;
	margin: 30px 0px;
}

.sec-3 h2 span {
	color: #333333;
	display: block;
}

.sec-3 p {
	font-family: Assistant;
	font-style: normal;
	font-weight: 400;
	/*font-size: 14px;
	line-height: 22px;*/
    font-size: 18px;
	line-height: 36px;
	margin: 30px 0px;
	border-top: 1px solid #BDBDBD;
	border-bottom: 1px solid #BDBDBD;
	padding: 30px 0;
}

.sec-4 {
	padding: 40px 0;
}

.sec-4 h2 {
	font-family: Gotham;
	font-style: italic;
	font-weight:bold;
	font-size: 4.375rem;
	line-height: 84px;
	text-align: center;
	text-transform: uppercase;
}

.sec-4 h2 span {
	color: #BDBDBD;
	display: block;
}

.sec-4 h4 {
	font-family: Assistant;
	font-style: normal;
	font-weight: bold;
	font-size: 2rem;
	line-height: 33px;
	margin: 40px 0px;
	text-align: center;
}

.sec-4 p {
	font-family: Assistant;
	font-style: normal;
	font-weight: 400;
	font-size: 1.5rem;
	line-height: 25px;
	text-align: center;
	margin: 40px 0px;
}

a.get-started-btn {
	font-family: Assistant;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 13px;
	text-align: center;
	text-transform: uppercase;
	background: rgba(255, 255, 255, 0.1);
	border: 1px solid #333333;
	box-sizing: border-box;
	color: #333333;
	backdrop-filter: blur(15px);
	border-radius: 0;
	margin: 0px auto;
	display: inline-block;
	width: auto;
	padding: 20px 40px;
}

.sec-5 {
	padding: 10px 0;
}

.demo {
	background: #f8f8f8;
}

.testimonial {
	margin: 0 20px 0px;
}

.testimonial-border {
	border-top: 1px solid #BDBDBD;
	border-bottom: 1px solid #BDBDBD;
}

.testimonial .testimonial-content {
	padding: 35px 25px 0px 50px;
	margin-bottom: 35px;
	background: #fff;
	/* border: 1px solid #f0f0f0;*/
	position: relative;
}

.testimonial .testimonial-content:after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 20px;
	background: #fff;
	position: absolute;
	bottom: -10px;
	left: 22px;
	transform: rotate(45deg);
}

.testimonial-content .testimonial-icon {
	width: 50px;
	height: 45px;
	text-align: center;
	position: absolute;
	top: 37px;
	left: -19px;
	font-family: Roboto;
	font-style: normal;
	font-weight: bold;
	font-size: 1.875rem;
	line-height: 35px;
	color: #BDBDBD;
}

.testimonial .description {
	font-family: Assistant;
	font-style: normal;
	font-weight: 600;
	font-size: 15px;
	line-height: 22px;
	margin: 0;
}

.testimonial .title {
	font-family: Assistant;
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	line-height: 22px;
	margin: 30px 0 0;
}

.testimonial .post {
	font-family: Assistant;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 2px;
	margin: 0;
}

.owl-theme .owl-controls {
	margin-top: 20px;
}

.owl-theme .owl-controls .owl-page span {
	background: #ccc;
	opacity: 1;
	transition: all 0.4s ease 0s;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
	background: #ff4242;
}

footer {
  padding: 40px 0;
  background: #fff;
  z-index: 999;
  position: relative;
}

footer .contact,
footer .newsletter,
footer .footer-icons {
	border-left: 1px solid #BDBDBD;
}

footer .contact p {
	font-family: Assistant;
	font-style: normal;
	font-weight: 300;
	font-size: 1.125rem;
	line-height: 36px;
	text-align: center;
	margin: 0;
}

footer .contact p b {
	font-weight: 700;
}

footer .newsletter label {
	font-family: Assistant;
	font-style: normal;
	font-weight: 300;
	font-size: 1.125rem;
	line-height: 24px;
	display: inline;
	padding: 0 20px 0 10px;
}

footer .newsletter input {
    border: 1px solid #333;
    border-radius: 0;
    flex: 1;
    max-width: 60%;
}

footer .footer-icons ul.social-icons li {
	list-style: none;
	display: inline-block;
}

footer .footer-icons ul.social-icons li a {
	color: #333333;
	font-size: 1.125rem;
	line-height: 21px;
	padding: 0 10px;
}

footer .footer-icons ul.social-icons {
	margin: 8px 0;
}



@media screen and (max-width: 1024px) {
	.sec-3 h2 {
		font-size: 4.375rem;
	}
	/* .container-1 {
    width: 96%;
  } */
	/* .navbar.navbar-expand-lg {
		padding: .5rem 0rem;
	} */
	footer .contact p {
		font-size: 13px;
		line-height: 24px;
	}
	footer .newsletter label {
		font-size: 1rem;
		padding: 0 10px 0 0px;
	}
	footer .footer-icons ul.social-icons li a {
		font-size: 14px;
		padding: 0 9px;
	}
	footer .footer-icons ul.social-icons li {
		padding: 0;
	}
}

@media screen and (max-width: 992px) {
	.sec-3 h2 {
		font-size: 3.5rem;
		line-height: 76px;
	}
}

@media (max-width: 991.5px) {
	/* Mobile Navigation */
	.mobile-nav-toggle {
		position: fixed;
		top: 20px;
		left: 10px;
		z-index: 9998;
		border: 0;
		background: none;
		font-size: 1.5rem;
		transition: all 0.4s;
		outline: none !important;
		line-height: 1;
		cursor: pointer;
		text-align: right;
		font-family: 'Assistant', sans-serif;
		font-weight: 400;
	}
	.mobile-nav-toggle i {
		color: #333333;
	}
	.mobile-nav {
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 9;
		overflow-y: auto;
		background: #333 url(../images/mob-bg.jpg) 50% 0 no-repeat;
		transition: ease-in-out 0.2s;
		opacity: 0;
		visibility: hidden;
		/* border-radius: 10px; */
		padding: 10px 0;
		background-size:100%;
	}
	@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) { 
		.mobile-nav {
			background: #333 url(../images/mob-bg@2x.jpg) 50% 0 no-repeat;
		}
	}
	.mobile-nav * {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.mobile-nav .badge-light {
		background: #000;
		border: 2px solid #fff;
		color: #fff;
		font-size: 12px;
		line-height: 16px;
		font-weight: 700;
		text-align: center;
		width: 20px;
		height: 20px;
	}
	.show {
		overflow: hidden;
	}
	/* .show.mobile-nav {
		opacity: 1;
		visibility: visible;
		z-index: 999;
		padding: 20px;
	} */
	.show.mobile-nav {
		opacity: 1;
		visibility: visible;
		z-index: 999;
		padding: 20px;
		/* display: flex;
		flex-direction: column;
		width: 100vw;
		flex-wrap: wrap;
		justify-content: space-between;
		padding-bottom: 40px; */
	}
	.show.mobile-nav>*{width: 100%;}
	ul.social-icons.text-center {
		/* position: absolute;
		bottom: 20px; */
	}
	.show .mobile-nav-toggle i {
		color: #fff !important;
	}
	.logo {
		border-right: 0;
		margin-left: 12px;
	}
	.navbar-light .navbar-toggler {
		border: 0;
		padding: 0;
	}
	/* .navbar {
		padding: 0;
	} */
	.nav-menu ul li.shopping-cart {
		border-left: 1px solid #BDBDBD;
		padding: 3px 0 3px 20px;
	}
	.mobile-nav a:hover,
	.mobile-nav .active>a,
	.mobile-nav li:hover>a {
		color: #fff !important;
	}
	ul.mob-menu {
		margin:30px 0;
		margin: 25vh 0;
	}
	ul.mob-menu li {
		text-align: center;
		padding:0;
	}
	ul.mob-menu li+li {
		margin:20px 0 0 0;
	}
	ul.mob-menu li a {
		color: #828282;
		font-style: italic;
		font-weight: 500;
		font-size: 1.5rem;
		line-height:1.2;
		font-family: 'Gotham';
		letter-spacing: 0.1em;
	}
	ul.mob-btn {
		text-align: center;
	}
	ul.mob-btn li {
		border: 1px solid #fff;
		padding: 15px 0;
		width: 62%;
		margin: 0 auto 30px;
	}
	ul.mob-btn li a {
		font-family: 'Assistant';
		color: #fff;
		font-weight: 400;
		font-size: 14px;
		display: inline-flex;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		letter-spacing: 0.1em;
	}
	ul.social-icons li {
		display: inline-block;
		padding: 0 15px;
	}
	ul.social-icons li a {
		color: #BDBDBD;
		font-size: 1.125rem;
		line-height: 21px;
	}
}

@media (min-width: 992px) {
	.navbar-expand-lg .navbar-collapse {
		display: none !important;
	}
	.navbar-expand-lg .navbar-toggler {
		display: none !important;
	}
}

@media screen and (max-width: 768px) {
	footer .footer-icons ul.social-icons li a {
		font-size: 11px;
		padding: 0 6px;
	}
}

@media screen and (max-width: 767px) {
	.logo img {
		width: 130px;
	}
	.sec-2 h2 {
		font-size: 3.5rem;
		line-height: 58px;
		margin: 40px 0;
		display: inline-block;
    text-align: center;
    width: 100%;
	}
	.sec-2 p {
		font-size: 14px;
		line-height: 22px;
		margin: 30px 0;
	}
	.sec-2 p br {
		display: none;
	}
	.sec-2 .feature {
		padding: 40px 15px;
		border-right: 0 !important;
		border-top: 1px solid #BDBDBD;
	}
	.home-container {
		width: 85%;
	}
	.sec-3 h2 {
		font-size: 3rem;
		line-height: 49px;
		margin: 24px 0;
	}
	.sec-3 p {
		font-size: 14px;
		line-height: 22px;
		border: 0;
		margin: 0;
		padding: 20px 0;
	}
	.sec-3 .certified {
		border-top: 1px solid #BDBDBD;
		border-bottom: 1px solid #BDBDBD;
		padding-bottom: 24px;
	}
	.sec-4 h2 {
		font-size: 3rem;
		line-height: 49px;
	}
	.sec-4 h4 {
		font-size: 2rem;
		line-height: 33px;
	}
	.sec-4 p {
		font-size: 14px;
		line-height: 14px;
	}
	/*.testimonial .testimonial-content{
  padding-left: 70px;
}
.testimonial-content .testimonial-icon{
  left: 0;
}*/
	.testimonial-border {
		border: 0;
	}
	.testimonial-border-mob {
		border-top: 1px solid #BDBDBD;
		border-bottom: 1px solid #BDBDBD;
	}
	/* .container-1 {
    width: 85%;
  } */
	footer .contact p b {
		display: block;
	}
	footer .contact p {
		line-height: 24px;
		margin: 32px 0;
		font-size: 1.125rem;
	}
	footer .footer-icons ul.social-icons li {
		padding: 0px 5px;
	}
	footer .contact,
	footer .newsletter,
	footer .footer-icons {
		border-left: 0;
	}
	footer .footer-icons ul.social-icons li a {
		font-size: 1.125rem;
		line-height: 21px;
		padding: 0 12px;
	}
	ul.mob-menu {
		margin:30px 0;
		margin: 10vh 0;
	}
}


/* -------------------------------------------
home slider 
--------------------------------------------*/

.bg {
	background: url(../images/home-bg.jpg) 50% 0 no-repeat;
	background-size: 100% auto;
}
@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi) { 
	.bg {
		background: url(../images/home-bg@2x.jpg) 50% 0 no-repeat;
		background-size: 100% auto;
	}
  } 
.rlt {
	position: relative;
}

.abs {
	position: absolute;
}

.home-slider {
	margin: 10.25rem 0 5rem 0;
	color: #333333;
}

img {
	max-width: 100%;
}

.home-slider p {
	margin: 0;
}

.home-slider .owl-carousel img {
	display: inline-block;
	width: auto;
}

.home-cont .left-cont {
	text-align: right;
}

.home-cont h2 {
	font-family: 'Gotham';
	font-style: italic;
	font-weight: bold;
	font-size: 123px;
	line-height: 82.8%;
	text-transform: uppercase;
	margin: 40px 0 35px 0;
}

.home-cont h2 em {
	color: #FF8542;
	font-style: italic;
}

.home-cont[data-hash=topgun] h2 em {
	color: #C01B52;
}

.home-cont[data-hash=immortal] h2 em {
	color: #3679BA;
}

.home-cont[data-hash=titan] h2 em {
	color: #828282;
}

.home-cont[data-hash=lightsout] h2 em {
	color: #662D91;
}

.home-cont p {
	font-size: 1.875rem;
}

.home-cont .left-cont,
.home-cont .right-cont,
figure.main-product {
	width: 33%;
}

.home-cont .right-cont p {
	font-size: 14px;
}

.home-cont .right-cont p.hd {
	font-size: 1.5rem;
	border-bottom: 1px solid #bababa;
	margin: 0;
	padding: 0 0 12px 0;
}

.home-cont .right-cont p.hd b {
	font-family: 'Gotham';
	font-style: italic;
	font-weight: bold;
	font-size: 1.875rem;
	text-transform: uppercase;
}

.home-cont .right-cont p.hd+p {
	padding: 17px 0;
	margin: 0;
	border-bottom: 1px solid #bababa;
}

.home-cont .right-cont .icons {
	text-align: center;
	padding: 15px 0;
	border-bottom: 1px solid #bababa;
	margin-bottom: 34px;
}

.icons p:nth-child(2) {
	margin: 0 5px;
}

.home-cont .right-cont .icons img {
	height: 18px;
	display: block;
	margin: auto;
	margin-bottom: 5px;
}

figure.main-product {
	text-align: center;
}

.small-up-4 img {
	height: 95px;
}

.small-up-4 h3,
figure.main-product h3 {
	font-family: 'Gotham';
	font-style: italic;
	font-weight: bold;
	font-size: 1.125rem;
	line-height: 22px;
	text-transform: uppercase;
	color: #333333;
	margin: 8px 0px;
}

.small-up-4 p,
figure.main-product p {
	font-family: Assistant;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	line-height: 18px;
	color: #333333;
}

.btn.buy-now,
.btn.dflt {
	color: #333;
	line-height: 1;
	text-transform: uppercase;
	padding: 17px 34px;
	border: 1px solid #333;
	border-radius: 0;
	font-weight: 700;  
}

/*.btn.buy-now:hover,
.btn.dflt :hover {
	color: #fff;
	border: 1px solid #333;
	background: #333;
}*/

/* .btn.buy-now:hover,
.btn.dflt img:hover {
	-webkit-filter: brightness(0) invert(1); filter: brightness(0) invert(1);
} */

section.small-up-4.text-center.d-flex.justify-content-between {
	position: absolute;
	bottom: 16px;
	left: 0;
	width: 100%;
	z-index: 999;
	
}

.small-up-4 .column {
	position: relative;
	width: 115px;
}

.small-up-4 .column.active {
	visibility: visible;
	opacity: .5;
	display: none;
}

.small-up-4 .column+.column,
.small-up-4.l5 .column.n4 {
	margin-left: 14.6%;
}

.small-up-4 .column.n4,
.small-up-4.l4 .column.n3,
.small-up-4.l5 .column.n3 {
	margin-left: 34%;
}

.small-up-4 .column.n1.active+.column.n2 {
	margin-left: 0;
}

section.small-up-4 {
	position: absolute;
	left: 0;
	bottom: 16px;
	width: 100%;
	z-index: 999;
}

.fcm,ul.mob-btn li{
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

/*.home-slider*/

.container {
	max-width: 95%;
}

@media (min-width: 1330px) {
	/*.home-slider*/
	.container {
		max-width: 1300px;
	}
}

@media (max-width: 1329px) {
	.small-up-4 .column+.column,
	.small-up-4.l5 .column.n4 {
		margin-left: 13%;
	}
	.small-up-4 .column.n4,
	.small-up-4.l4 .column.n3,
	.small-up-4.l5 .column.n3 {
		margin-left: 33%;
	}
}

@media (max-width:1199px) {
	.home-cont h2 {
		font-family: 'Gotham';
    font-style: italic;
    font-weight: bold;
    font-size: 9vw;
    line-height: 6vh;
    text-transform: uppercase;
    margin: .8rem 0 1.5rem 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
	}
	.home-cont .left-cont,
	.home-cont .right-cont {
		width: 32vw;
	}
	figure.main-product {
		text-align: center;
		width: 28vw;
	}
	.small-up-4 .column+.column,
	.small-up-4.l5 .column.n4 {
		margin-left: 10vw;
	}
	.small-up-4 .column.n4,
	.small-up-4.l4 .column.n3,
	.small-up-4.l5 .column.n3 {
		margin-left: 30vw;
	}
	.home-cont p,
	.home-cont .right-cont p.hd {
		font-size: 2.5vw;
		line-height: 1.3;
	}
	.home-cont .right-cont p.hd b {
		font-size: 2.5vw;
	}
	.home-cont .right-cont .icons {
		text-align: center;
		padding: 10px 0;
		border-bottom: 1px solid #bababa;
		margin-bottom: 20px;
	}
	.home-cont .right-cont p.hd+p {
		padding: 10px 0;
		margin: 0;
		border-bottom: 1px solid #bababa;
	}
	figure.main-product {
		text-align: center;
		width: 28vw;
		padding: 4vw 0 0;
	}
	.home-slider {
		margin: 15vw 0 0 0;
		color: #333333;
	}
	.icons p:nth-child(2) {
		margin: 0 2%;
	}
}

@media(max-width:1023px) {
	figure.main-product {
		text-align: center;
		width: 27vw;
		padding: 4vw 0 0;
	}
	.small-up-4 .column+.column,
	.small-up-4.l5 .column.n4 {
		margin-left: 9vw;
	}
	.small-up-4 .column.n4,
	.small-up-4.l4 .column.n3,
	.small-up-4.l5 .column.n3 {
		margin-left: 29vw;
	}
	.small-up-4 .column {
		position: relative;
		width: 113px;
	}
}

@media(max-width:991px) {
	figure.main-product {
		text-align: center;
		width: 27vw;
		padding: 10vw 0 0;
	}
	.home-cont .right-cont p {
		font-size: 12px;
	}
	.small-up-4 .column+.column,
	.small-up-4.l5 .column.n4 {
		margin-left: 8vw;
	}
	.small-up-4 .column.n4,
	.small-up-4.l4 .column.n3,
	.small-up-4.l5 .column.n3 {
		margin-left: 28vw;
	}
}

@media(max-width:884px) {
	.small-up-4 .column+.column,
	.small-up-4.l5 .column.n4 {
		margin-left: 7vw;
	}
	.small-up-4 .column.n4,
	.small-up-4.l4 .column.n3,
	.small-up-4.l5 .column.n3 {
		margin-left: 24vw;
	}
}

@media(max-width:799px) {
	.small-up-4 .column+.column,
	.small-up-4.l5 .column.n4 {
		margin-left: 6vw;
	}
	.small-up-4 .column.n4,
	.small-up-4.l4 .column.n3,
	.small-up-4.l5 .column.n3 {
		margin-left: 24vw;
	}
}

@media(max-width:767px) {
	#header {
		background: transparent;
	}
	section.small-up-4 {
		display: none!important;
	}
	.home-cont .left-cont,
	.home-cont .right-cont,
	figure.main-product {
		width: 100%;
		text-align: center!important;
	}
	figure.main-product img~* {
		display: none;
	}
	.home-slider .home-container {
		width: 100%;
	}
	.home-cont p,
	.home-cont .right-cont p {
		font-size: 1rem;
		line-height: 1.3;
	}
	.home-cont h2 br {
		display: none;
	}
	.mobile-bg
	{
	background: url(../images/mobile-bg.png) 50% 0 no-repeat;
    background-size: 100% auto;
	}
	.home-slider {
		margin: 70px 0 0 0;
		color: #333333;
	}
	.home-cont .right-cont p.hd,
	.home-cont .right-cont p.hd b {
		font-size: 1.5rem;
	}
	.owl-carousel .owl-nav.disabled {
		display: block;
	}
	.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
		position: absolute;
		top: 50%;
		z-index: 999;
		left: 10px;
		font-size: 0;
		padding: 10px;
		height: 50px;
		width: 30px;
	}
	.owl-carousel .owl-nav .owl-next {
		left: auto;
		right:10px;
	}
	.owl-carousel .owl-nav .owl-next:after, .owl-carousel .owl-nav .owl-prev:after {
		content: " ";
		position: absolute;
		font-size: 3rem;
		font-family: fontawesome;
		color: #333;
		position: absolute;
		top: 0;
		left: 7px;
	}
	.owl-carousel .owl-nav .owl-prev:after {
		content: "\f104";
	}
	.owl-carousel .owl-nav .owl-next:after {
		content: "\f105";
	}
	.home-cont .right-cont p.hd+p,
	.home-cont .right-cont .icons {
		display: none!important;
	}
	.home-cont .right-cont p.hd {
		border: 0;
		margin-bottom: 1rem;
	}
	.home-cont h2 em {
		font-style: italic;
		margin-right: 10px;
	}
	.home-slider .owl-carousel img
	{
		height: 350px;
	}
}


/* -----------------------------
product-details
-------------------------------*/

em {
	font-style: normal;
}

.product-details {
	margin:6rem 0 2rem;
}

.product-details .container {
	width: 95%;
	max-width: 1300px;
}

.product-details p {
	font-size: 14px;
}

.product-details .left-cont {
	width: 54%;
}

.product-details .right-cont {
	width: 40%;
}

.product-details .hd {
	font-size: 1.875rem;
	border-bottom: 1px solid #bababa;
	margin: 0;
	padding: 0 0 1.2rem 0;
}

.product-details .right-cont p {
	font-size: 14px;
	margin: 0;
}

.product-details .hd b {
	font-family: 'Gotham';
	font-style: italic;
	font-weight: bold;
	text-transform: uppercase;
}

p.spl {
	padding: 15px 0;
	border-bottom: 1px solid #bdbdbd;
	text-transform: uppercase;
}

p.brd-y {
	padding: 10px 0;
	border-bottom: 1px solid #bdbdbd;
}

.amnt {
	font-size: 2.5rem;
	font-weight: bold;
	margin-left: auto!important;
}

.bb {
	width: 86px;
	height: 51px;
	padding: 16px 0;
	color: #333;
	line-height: 1;
	text-transform: uppercase;
	border: 1px solid #333;
	border-radius: 0;
	font-weight: 700;
	text-align: center;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.qnt.bb img {
    margin-right: 8%;
}
.form-check.rdo {
	position: relative;
	display: block;
	/* min-height: 54px; */
	padding: 0;
	font-size: 12px;
	color: #b4b4b4;
}

.form-check.rdo input[type="radio"] {
	-webkit-appearance: none;
	width: 17px;
	height: 17px;
	border: 1px solid #737373;
	border-radius: 100%;
	position: relative;
	margin: 0 10px 0 0;
	display: inline-block;
	vertical-align: text-bottom;
	top: -2px;
}

.form-check.rdo input[type="radio"]:checked {
	border: 1px solid #63A197;
}

.form-check.rdo input[type="radio"]:checked:before {
	position: absolute;
	content: "\f111";
	width: 100%;
	height: 100%;
	background-color: #fff;
	border-radius: 100%;
	font-family: 'FontAwesome';
	color: #63A197;
	font-size: 9px;
	text-align: center;
	line-height: 16px;
}

.form-check.rdo .form-check-label {
	margin-bottom: 0;
	line-height: 1.2;
	font-size: 1.5rem;
	font-weight: bold;
	color: #333;
}

.inc a {
	color: #333!important;
	font-size: 150%;
}

.inc a * {
	color: #333!important;
}

.sub .amnt {
	font-size: 1.5rem;
	font-weight: bold;
	margin-left: auto!important;
	color: #bdbdbd!important;
	line-height: 1;
}

select.form-control.bb {
	width: 100%;
	padding: 10px;
	height: 45px!important;
}

.stickHeader #header {
	background: #fff;
}

.product-details .right-cont {
	width: 40%;
	width: 490px;
	position: fixed;
	left: 60%;
	top: 52%;
	transform: translateY(-48%);
	-webkit-transform: translateY(-48%);
	-ms-transform: translateY(-48%);
}

.pd2 article {
	min-height: 130px;
}

.pd2 h3 {
	border-bottom: 1px solid #bdbdbd;
	font-size: 1.5rem;
	padding: 0 0 10px;
	margin-bottom: .7rem;
	font-weight: 700;
	/* text-transform: uppercase; */
}

.pd2 p {
	padding: 0 0 10px;
	margin-bottom: 1rem;
	font-weight: 300;
}

.pd3 article {
	padding: 0 0 0 50px;
	position: relative;
	margin-bottom: 4rem;
}

.pd3 h3 {
	font-size: 1.875rem;
	font-weight: 700;
	text-transform: uppercase;
	position: absolute;
	left: 0;
	top: -2px;
	color: #bdbdbd;
}

.pd3 p {
	margin-bottom: 1rem;
	font-weight: 600;
    font-size:15px;
}

.pd3 p b {
	display: block;
}

.pd4 article {
	/* min-height: 200px; */
	padding: 0 0 0 50px;
	position: relative;
	margin-bottom: 4rem;
}

.pd4 h3 {
	font-size: 1.5rem;
	margin-bottom: .7rem;
	font-weight: 700;
}

.pd4 img {
	position: absolute;
	left: 0;
	top: 5px;
}

.pd5 h3 {
	border-bottom: 1px solid #bdbdbd;
	font-size: 1.5rem;
	padding: 0 0 10px;
	font-weight: 700;
}

.pd5 dl {
	padding: 5px 0;
}

.pd5 dl,
.pd5 dl * {
	margin-bottom: 0;
	font-size: 14px;
}

.pd5 dl i {
	font-style: normal;
	font-weight: 400;
}

.pd5 hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid #bdbdbd;
}

.bold * {
	font-weight: bold;
}

.mob-slider{
		display: none;
	}

	.sub .active_price{color: #333333 !important;}
@media(max-width:1299px) {
	.product-details .right-cont {
		width: 40%;
		max-width: 490px;
		position: fixed;
		left: auto;
		right: 15px;
	}
}

@media(max-width:991px) {
	.product-details .right-cont {
		width: 100%;
		max-width: 490px;
		position: relative;
		left: auto;
		right: auto;
		margin: auto;
		margin-bottom: 30px;
		transform: none;
	}
	.product-details .left-cont {
		width: 100%;
	}

	.pd1.text-center.mb-4{
		display: none;
	}
	.mob-slider{
		display: block;
		margin-bottom: 20px;
	}
}

.ss1 {}

.ss1 .mdl {
	margin: 6rem 0 2rem;
}

.mh {
	min-height: calc(100vh - 220px);
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.ss1 h1 {
	font-family: 'Gotham';
	font-size: 5.625rem;
	;
	font-style: italic;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 1.8rem;
}

.ss1 h1 em {
	color: #bdbdbd;
	font-style: italic;
}

.ss1 h2 {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 1.4rem;
}

.ss1 p {
	font-size: 1.5rem;
	margin-bottom: 1.5rem;
}

.btm-icn em {
	width: 25%;
	padding: 0;
	font-weight: bold;
	font-size: 1.5rem;
}

.btm-icn em img {
	display: block;
	margin: auto;
	margin-bottom: 10px;
}

.btm-icn em+em {
	border-left: 1px solid #8B8F8E;
}

.c1 {
	color: #8B8F8E;
}

.btm-icn.tab-links em a {
	color: #bdbdbd;
}
.btm-icn.tab-links em a b,.btm-icn.tab-links em a i {
	font-style: normal;
	font-weight: bold;
}
.btm-icn.tab-links em a i {display: none;}
.btm-icn.tab-links em a.active {
	color: #333;
}

.tab-sec .box {
	border: 1px solid #8B8F8E;
	padding: 20px 30px;
}

.tab-sec .sp {
	font-size: 1.5rem;
	color: #8B8F8E;
}

.ss1 .tab-sec p.tick,
.tab-sec .form-check.rdo .form-check-label {
	font-size: 1.125rem;
	font-weight: 400;
}

.tab-sec#package .form-check.rdo .form-check-label {
	font-size: 1.125rem;
	font-weight: 700;
}

.ss1 .tab-sec p.tick {
	background: url(../images/check-circle.svg) 0 3px no-repeat;
	padding-left: 25px;
}

#package h3 {
	font-size: 1.5rem;
	font-family: Gotham;
	font-style: italic;
	font-weight: bold;
	overflow: hidden;
	border-bottom: 1px solid #8B8F8E;
	padding: 0 0 20px 0;
	position: relative;
}

#package h3 em {
	float: right;
	font-weight: 300;
	font-family: "Assistant", sans-serif;
}

#package .cont {
	min-height: 263px;
	padding: 15px 0;
	border-bottom: 1px solid #8B8F8E;
	margin-bottom: 1rem;
}

#package .box {
	width: 24%;
}

#package .box.n3 {
	width: 46.5%;
}

#package h4 {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 1rem;
}

.ss1 #package p.st {
	font-size: 1.125rem;
	font-weight: bold;
	margin-bottom: 1rem;
}

.ss1 #package p.st del {
	font-weight: bold;
	color: #bdbdbd;
}

.ss1 #package p.st em {
	font-weight: 300;
	color: #63A197;
	padding-left: 15px;
}

#shipping .box.n1 {
	border: 1px solid #8B8F8E;
	padding: 20px 30px;
	width: 70%;
}

#shipping .line {
	width: 2px;
	background: #8B8F8E;
}

#shipping .box.n2 {
	padding: 20px 30px;
	width: 24%;
}

#shipping .form-control {
	height: 40px;
	border-radius: 0;
	border: 1px solid #333;
	color: #333;
	margin-bottom: 1rem;
	max-width: 49%;
}

#shipping .form-control.w25 {
	max-width: 32%;
}

#shipping hr {
	margin-top: 0;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid #8B8F8E;
}

.scl a {
	width: 55px;
	height: 35px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #333;
}

#shipping .form-control.email {
	background: url(../images/at.svg) 5px 50% no-repeat;
	max-width: 100%;
	padding-left: 25px;
}

#shipping .form-control.pass {
	background: url(../images/lock.svg) 5px 50% no-repeat;
	max-width: 100%;
	padding-left: 25px;
}

#shipping .form-control.em {
	background: url(../images/at.svg) 5px 50% no-repeat;
	padding-left: 25px;
}

#shipping .form-control.pn {
	background: url(../images/phone.svg) 5px 50% no-repeat;
	padding-left: 25px;
}

.ss1 .fp {
	font-size: 1.125rem;
	margin: 1rem 0 4rem;
}

.ca {
	font-size: 1.125rem;
	margin: 0;
}

.c3 {
	color: #333;
}


/* ========================checkout============================= */

.ss1 .checkout p {
	font-size: 1.125rem;
	margin-bottom: 1rem;
}

.checkout .box.n1 {
	width: 62%;
}

.checkout .box.n2 {
	width: 35%;
}

.bt {
	border-top: 1px solid #e0e0e0;
}

.checkout .tr {
	border-bottom: 1px solid #e0e0e0;
}

.checkout .tr,
.checkout .tr p {
	font-size: 1.125rem;
	margin: 0;
}

.checkout .tr .f1 {
	width: 100px;
	padding: 10px;
}

.checkout .tr .f2 {
	width: calc(100% - 100px);
	padding: 10px;
}

.checkout .bb {
	width: 55px;
	height: 28px;
	padding: 0;
	color: #333;
	line-height: 1;
	text-transform: uppercase;
	border: 1px solid #333;
	border-radius: 0;
	font-weight: 700;
	text-align: center;
	font-size: 13px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.checkout .tr p.hd em {
	font-family: Assistant;
	font-style: normal;
	font-weight: normal;
	font-weight: 300;
}

.checkout .tr p.hd em b {
	font-family: 'Gotham';
	font-style: italic;
	font-weight: bold;
	font-size: 1.125rem;
	text-transform: uppercase;
}

.checkout .fa {
	color: #e0e0e0;
}

.checkout .price {
	font-weight: bold;
}

.checkout .price del {
	color: #e0e0e0;
	margin-right: 1rem;
}

.inc span#value {
	width: 50%;
}

.acc {
	width: 300px;
	float: right;
	margin: 1rem 0 0 0;
}

.ss1 .checkout .acc p {
	font-size: 14px;
	margin: 0!important;
	padding: 5px;
}

.acc p i,
.clr {
	color: #63A197;
	font-style: normal;
}

.clear {
	width: 100%;
	clear: both;
	line-height: 1;
	height: 1px;
	font-size: 1px;
}

.total {
	padding: 10px 0;
	border-top: 1px solid #e0e0e0;
	margin-top: 4rem;
	font-size: 1.5rem;
}

.rlt {
	position: relative;
}

.abs {
	position: absolute;
}

a.info {
	position: absolute;
	top: 10px;
	right: 30px;
}

.mm {
	width: 66%;
}

.cvv {
	width: 30%;
}

.ss1 .checkout .scl a {
	width: auto;
	height: auto;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 0;
}

.ss1 .checkout p.addr {
	font-size: 14px;
}


/* ========================sign up============================= */

aside.box>p {
	font-size: 1.125rem;
}

.sign-up .box.n1 {
	border: 1px solid #8B8F8E;
	padding: 10px 30px;
	width: 70%;
}

.sign-up .line {
	width: 2px;
	background: #8B8F8E;
}

.sign-up .box.n2 {
	padding: 10px 30px;
	width: 24%;
}

.sign-up .form-control {
	height: 40px;
	border-radius: 0;
	border: 1px solid #333;
	color: #333;
	margin-bottom: 1rem;
	max-width: 49%;
}

.sign-up .form-control.w25 {
	max-width: 32%;
}

.sign-up hr {
	margin-top: 0;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid #8B8F8E;
}

.scl a {
	width: 55px;
	height: 35px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid #333;
}
.scl a+a{margin-left:4px;}
.sign-up .form-control.email {
	background: url(../images/at.svg) 5px 50% no-repeat;
	max-width: 100%;
	padding-left:2rem;
}

.sign-up .form-control.pass {
	background: url(../images/lock.svg) 5px 50% no-repeat;
	max-width: 100%;
	padding-left:2rem;
}

.sign-up .form-control.em {
	background: url(../images/at.svg) 5px 50% no-repeat;
	padding-left:2rem;
}

.sign-up .form-control.pn {
	background: url(../images/phone.svg) 5px 50% no-repeat;
	padding-left: 2rem;
}

.scl.wt a {
	width: 23.5%;
	height: 35px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: left;
	border: 1px solid #333;
	padding: 10px;
	color: #333;
}

.scl.wt a img {
	margin-right: 5px;
}

aside.box {
	position: relative;
}

.bot-div {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.btm-icn {
	margin-bottom: 2rem;
}

.products-list {
	padding: 6rem 0 2rem 0;
}

/* .dvd {
	width: 1px;
	background: #BDBDBD;
	margin: 2% 0;
} */
.all-products .item{position: relative; margin: auto;display: block;}
.all-products .item img{width: auto!important;max-width:100%!important;margin: auto!important;}

.all-products h2 {
	font-size: 1.5rem;
	font-family: Gotham;
	font-style: italic;
	font-weight: bold;
	margin: 0;
	padding: 1rem 0 0 0;
	text-transform: uppercase;
}


.all-products h3 {
	font-size: 1.875rem;
	font-weight: bold;
}

.all-products p {
	font-size: 14px;
}

.cart-modal {
    padding: 20px;
    max-width: 500px;
    box-shadow: 0 0 10px #d6d2d2;
    margin: auto;
    z-index: 99999999;
    background: #fff;
    position:absolute;
    right: 20px;
    top: 60px;
}



.cart-modal .hhd {
	font-size: 2.5rem;
	font-family: Gotham;
	font-style: italic;
	font-weight: bold;
	margin: 0;
	padding: 0 0 1rem 0;
	text-transform: uppercase;
}

.cart-modal .total {
	padding: 0 0 6rem 0;
	border-top: 0;
	margin-top: 0;
	font-size: 1.5rem;
}

.cart-modal .bot-div {
	width: auto;
	margin: auto;
	bottom: 20px;
	left: 20px;
	right: 20px;
}

.cart-modal .btn {
	background: #333;
	color: #fff;
}

.cart-modal .del {
	position: absolute;
	right: 10px;
	top: 10px;
	color: #333;
}

.cart-modal .del i {
	color: #333;
}

.d_menu .dropdown-menu{padding: .5rem 0;left: 30px;top: 26px;min-width: 8rem;}
.d_menu .dropdown-menu:before{
    position: absolute;
    content: "";
    top: -10px;
    left: 0;
    width: 18px;
    height: 10px;
    background: url(../images/m_arrow.jpg) top no-repeat;
}
.preload{
	width: 100%;
    height: 100%;
    background: #000;
    z-index: 99999999999;
    overflow: hidden;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
}
.preload_logo{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
    height: 100%;
}

.pro-points ul{
	list-style-position: inside;
	    font-size: 14px;
}
.pro-points ul li{
	padding: 2px 0px;
	position: relative;
	list-style: none;
	    padding-left: 10px;
}
.pro-points ul li:before{
	position: absolute;
	content:"" ;
	width: 4px;
	height: 4px;
	background: #000;
	border-radius: 50%;
	top: 9px;
	left: 0px;
}
.pro-points{
		padding: 10px 0;
    border-bottom: 1px solid #bdbdbd;
}
.pro-points p{
	font-weight: 700;
    margin-bottom: 5px !important;
    font-size: 16px !important;
}
.pro-points ul:nth-child(2){
	margin-left: 15px;
}

.pro-2{
	display: none;
}

.pd1:hover .pro-1{
	display: none;
}
.pd1:hover .pro-2{
	display: block;
	margin: 0 auto;
}

.thmp-img{
	display: flex;
	display: -webkit-flex;
	justify-content: center;
	-webkit-justify-content: center;
	margin-top: 30px;

}

.thmp-img img{
width: 60px;
    border: 1px solid #dcd8d8;
    padding: 5px;
    margin: 5px;
    cursor: pointer;

}
.mob-slider{
	text-align: center;
}


@media (max-width: 991.5px){
	.d_menu.show{overflow: inherit !important;display: inline-block; width: 100%;}
	.d_menu .dropdown-menu{
	position: relative;
    left: 0;
    top: 0;
    min-width: 8rem;
    position: relative;
    width: 100%;
    text-align: center;
    background: transparent;
}
.d_menu .dropdown-menu a{margin-top: 20px;}

}




@media (max-width:1199px) {
	.container{max-width: 100%;width: 100%;}
}
@media (max-width:1023px) {
	html {
		font-size: 14px;
	}
	.tab-sec .box {
		padding: 10px 15px;
	}
	a.info {
		right: 10px;
	}
	.sign-up .box.n1,.sign-up .box.n2 {
		padding: 10px 20px;
	}
	.form-check.rdo input[type="radio"]{top:0;}
}

@media (max-width:991px) {
	.all-products h2 {
		font-size: 1.15rem;
	}
	.checkout .box.n1 {
		width: 58%;
	}
	.checkout .box.n2 {
		width: 40%;
	}
	.checkout .tr .f1 {
		width: 70px;
		padding: 10px;
	}
	.checkout .tr .f2 {
		width: calc(100% - 70px);
		padding: 10px;
	}
	.all-products .btn.dflt {
		margin: auto;
		padding: 15px;
	}
	.sign-up .box.n2,#shipping .box.n2 {
		width: 30%;
	}
	.sign-up .box.n1,#shipping .box.n1{width: 66%;}
	#shipping .box.n2,#shipping .box.n1{padding:10px 15px ;}
}
@media(min-width:768px){
	.all-products .owl-item{position: relative;}
	.all-products .owl-item:first-child:before{display: none;}
	.all-products .owl-item:before {
		content: " ";
		width: 1px;
		background: #BDBDBD;
		height: 90%;
		position: absolute;
		left: -8%;
		top: 5%;
		bottom: 5%;
	}
	.ms{display: none!important;}
	
	
	}


@media (max-width:767px) {
	.checkout .box.n1,
	.checkout .box.n2,
	.sign-up .box.n2,
	.sign-up .box.n1 {
		width: 100%;
		display: block;
		margin: auto;
		margin-bottom: 2rem;
		padding: 0;
	}
	.all-products h2 {
		font-size: 1.5rem;
	}

	.bot-div {
		position: static;
		bottom: 0;
		left: 0;
		width: 100%;
	}
	.scl.wt a span{display: none;}
	.scl.wt a img {
		display: block;
		margin: auto;
	}
	.sign-up .form-control {
		height: 40px;
		border-radius: 0;
		border: 1px solid #333;
		color: #333;
		margin-bottom: 1rem;
		max-width: 100%;
	}
	.sign-up .form-control.w25 {
		max-width: 100%;
	}
	.sign-up a.btn.dflt {
		width: 100%;
	}
	
	.bd{color: #bdbdbd!important;border-color:#bdbdbd!important}
	.tab-sec .box {border: 0!important;}
	.Subscribe-save .btm-icn em {font-size: 16px;}

	.btm-icn.tab-links em a b{
		display: none;
	}
	.btm-icn.tab-links em a i {display:block;}

	.ss1.set-schedule .mdl {
		margin: 6rem 0 5rem;
	}
	#package .box {
		width: 100%!important;
		border: 1px solid #bdbdbd!important;
		margin-bottom: 2rem;
	}
	#package .box .cont-all{display: none;}
	#package .box .cont-all.show{display:block;}
	#package .cont {
		min-height: auto;
		padding: 15px 0;
		border-bottom: 1px solid #bdbdbd;
		margin-bottom: 1rem;
	}
	#package h3 {
		font-size: 1.5rem;
		font-family: Gotham;
		font-style: italic;
		font-weight: bold;
		overflow: hidden;
		border-bottom: 0;
		padding: 0;
		position: relative;
	}
	#package h3 em{display: none;}
	#package h3:after {
		content: "\f107";
		font-family: fontawesome;
		color: #bdbdbd;
		position: absolute;
		right: 10px;
		top: 4px;
		font-size: 20px;
		font-style: normal;
	}
	#shipping .box.n2,#shipping .box.n1{padding:10px 15px ;}
	#shipping .box.n1{width: 100%;}
	#shipping .box.n2{display: none;}

	.tab-sec .sp {
		font-size: 1.5rem;
		color: #8B8F8E;
		text-align: center;
	}
	#shipping .form-control,#shipping .form-control.w25 {
    	max-width: 100%;
		width: 100%;
	}
	p.form-check.rdo.mc {
		text-align: center;
	}
	.checkout .tr .f1 img {
		height: auto;
	}
	.checkout .total {
		padding: 10px 0;
		border-top: 1px solid #e0e0e0;
		border-bottom: 1px solid #e0e0e0;
		margin-top: 4rem;
		font-size: 1.5rem;
	}
	.checkout .box.n2 {
		padding: 20px;
		border: 1px solid #bdbdbd!important;
	}
	.pro-points .d-flex{
		display: block !important;
	}
	.pro-points ul:nth-child(2) {
	    margin-left: 0px;
	}
}

@media (max-width:599px) {
	p.spl.d-flex.justify-content-between {
		flex-wrap: wrap;
		text-align: center;
	}
	p.spl.d-flex.justify-content-between em {
		width: 33%;
		padding: 5px;
	}
	.amnt {
		font-size: 1.5rem;
		font-weight: bold;
		margin-left: auto!important;
	}
	.bb {
		width: 60px;
		height: 30px;
		padding: 16px 0;
		color: #333;
		line-height: 1;
		text-transform: uppercase;
		border: 1px solid #333;
		border-radius: 0;
		font-weight: 700;
		text-align: center;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.form-check.rdo .form-check-label {
		margin-bottom: 0;
		line-height: 1.2;
		font-size: 1.125rem;
		font-weight: bold;
		color: #333;
	}
	select.form-control.bb {
		width: 100%;
		padding: 10px;
		height: 45px!important;
		font-size: .9rem;
	}
	.btn.dflt.save {
		display: none;
	}
	.btn.dflt.pur.border-0 {
		margin: auto;
	}
	.col-6 {
		width: 100%;
		max-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
	.pd2 article {
		min-height: auto;
	}
	.product-details .left-cont {
		width: 100%;
		/* border-bottom: 1px solid #bdbdbd; */
	}
	.bot-ft-link .btn.dflt.save {
		display:flex;
	}
	.bot-ft-link {
		background: #FF8542;
		padding: 10px;
        display: none !important;
	}
	.bot-ft-link * {
		color: #fff!important;
		border-color: #fff!important;
	}
  .bot-ft-link img{margin-right:10px;}
  .bot-ft-link .ft-prc {
    font-size: 2.5rem;
    font-weight: bold;
    margin-right: 20px;
}
	.checkout .tr .f1 {
		width: 50px;
		padding: 10px 5px;
	}
	.checkout .tr .f2 {
		width: calc(100% - 50px);
		padding: 10px 5px;
	}
	.acc {
		width: 100%;
		float: right;
		margin: 1rem 0 0 0;
	}
	.btn.buy-now,
	.btn.dflt {
		color: #333;
		line-height: 1;
		text-transform: uppercase;
		padding: 15px 25px;
		border: 1px solid #333;
		border-radius: 0;
		font-weight: 700;
	}

	.checkout .box.n2 .btn.dflt {
		width: 100%;
	}
	.cart-modal {
		padding: 10px;
		max-width: 300px;
		right: 10px;
		top: 60px;
	}
	.cart-modal .hhd {
		font-size: 1.5rem;
	}
	.checkout .tr, .checkout .tr p, .checkout .tr p.hd em b {
		font-size: 14px;
	}
	.modal-bg .btn.dflt {
		color: #fff;
		line-height: 1;
		text-transform: uppercase;
		padding: 10px 20px;
		border: 1px solid #333;
		border-radius: 0;
		font-weight: 700;
		max-width: 148px;
		margin: auto;
	}
	.ss1 h1 {
		font-family: 'Gotham';
		font-size: 13vw;
		font-style: italic;
		font-weight: bold;
		line-height: 1;
		margin-bottom: 1.8rem;
	}
	.Subscribe-save .btm-icn{border-top:1px solid #bdbdbd;}
	.Subscribe-save .btm-icn em {
		width: 50%;
		padding: 20px 0;
		font-weight: bold;
		font-size: 14px;
	}
	.Subscribe-save .btm-icn em+em {
		border-left: 0;
	}
	.ss1 h2 {
		font-size: 1.5rem;
		font-weight: bold;
		margin-bottom: 1.4rem;
	}
	.ss1 p {
		font-size: 1.3rem;
		margin-bottom: 1.5rem;
	}
	.mh {
		min-height:auto;
	}
	.sys1 a.btn.dflt {
		width: 100%;
		margin: 1rem 0!important;
		font-size: 18px;
	}
	.container {
		max-width: 100%;
	}
}

@media (min-width:600px){
  .btn-sec.bot-ft-link {
    display: none!important;
  }

}
@media (min-width:768px) and (max-width:1292px){
	.row.align-items-center.justify-content-center>div {
		width: auto;
		max-width:100%;
		flex: auto;
		padding: 0 10px;
	}
	footer .newsletter label {
		line-height:1.2;
		padding: 0 10px 0 0;
	}
}
@media (min-width:768px) and (max-width:991px){
	footer .contact p b {
		font-weight: 700;
		display: block;
	}
	footer .form-inline,footer .newsletter label,footer .form-inline .form-control{
		display: block;
		text-align: center;
		width: 100%;
		max-width: 100%;
	}
	footer .form-inline .form-control{
		text-align:left;
		height: 35px;
	}
	footer .newsletter label {
		line-height:1.2;
		padding: 0 0 10px 0;
	}
	
}



@media screen and (max-height:479px) {

 ul.mob-menu li a {
    font-size:3vw;
    line-height: 1.2;
}
ul.mob-btn li {
    border: 1px solid #fff;
    padding: 10px 0;
    width: 100%;
    margin: 0 auto 2vw;
    max-width: 40%;
}
ul.mob-menu li+li {
    margin:2vw 0 0 0;
}
ul.mob-menu {
    margin: 4vw 0;
}
ul.mob-btn.mt-5 {
    margin: 0!important;
}
ul.mob-btn.mt-5 {
    margin: 6vw 0!important;
    display: flex;
    justify-content: space-between;
}
ul.mob-btn.mt-5 {
    margin: 7vw 0 3vw!important;
    display: flex;
    justify-content: space-between;
}

}

.btn.dflt.save.goToCheckout:hover{

	background: #000;
	color: #fff;

}
.btn.dflt.save.goToCheckout:hover img{
	-webkit-filter: brightness(0) invert(1); 
	filter: brightness(0) invert(1);
}
.btn.dflt.pur.border-0.goToCheckout:hover{
	background: #000;
	color: #fff;
}
.btn.dflt.pur.border-0.goToCheckout:hover img{
	-webkit-filter: brightness(0) invert(1); 
	filter: brightness(0) invert(1);
}

.btn.dflt.save.goToCheckout img {
	margin-right: 4px;
}

.btn.dflt.pur.border-0.goToCheckout img {
    margin-right: 4px;
}

.btn.dflt.pur.goToCheckout img {
    margin-right: 4px;
}
/************why masculan**********/

.why-masculan h2 {
	font-family: Gotham;
	font-style: italic;
	font-weight:bold;
	/* font-size: 5.625rem; */
	font-size: 80px;
    line-height: 89px;
	text-transform: uppercase;
	color: #BDBDBD;
	margin: 10px 0px ;
}

.why-masculan .take-heading {
	color: #333333;
	display: block;
	font-size: 80px;
}

@media(max-width:767px)
{
	.why-masculan h2 {
	    font-size: 47px;
    line-height: 46px;
	}
	.why-masculan .take-heading {
		font-size: 47px;
	}
	#big-slider
	{
		height: 350px;
	}
}

@media(max-width:370px)
{
	.why-masculan h2 {
	    font-size: 45px;
    line-height: 46px;
	}
	.why-masculan .take-heading {
		font-size: 45px;
	}
}

/* @media(max-width:1200px) and (min-width:768px)
{
	.why-masculan h2 {
	    font-size: 50px;
    line-height: 46px;
	}
	.why-masculan .take-heading {
		font-size: 50px;
	}
} */