
@media (max-width: 991px) {
	header#header .headerMain .container  .headerMenu {
		display: none;
	}
}

header#header .headerMain .container  .headerMenu .mainNav > ul {
	justify-content: center;
	display: flex;
}

header#header .headerMain .container  .headerMenu .mainNav > ul > li.haveMega {
	display: inline-block;
	white-space: nowrap;
}

header#header .headerMain .container  .headerMenu .mainNav > ul > li.haveMega.active a {
	color: #ff3c58;
	font-weight: 700;
}

header#header .headerMain .container  .headerMenu .mainNav > ul > li.haveMega > a {
	color: #000;
}

header#header .headerMain .container  .headerMenu .mainNav > ul > li.haveMega > a i {
	font-size: 10px;
}

header#header .headerMain .container  .headerMenu .mainNav > ul > li.haveMega:hover > a {
	color: #ff3c58;
}

header#header .headerMain .container  .headerMenu .mainNav > ul > li.haveMega:hover .subMenuTwo {
	visibility: visible;
	transform: scaleY(1);
}

header#header .headerMain .container  .headerMenu .mainNav > ul > li.haveMega .subMenuTwo {
	display: flex;
	visibility: hidden;
	transition: all .4s;
	transform: scaleY(0);
	transform-origin: top;
	position: absolute;
	z-index: 10;
	background: #fff;
	width: 100%;
	box-shadow: 0 2px 4px rgba(40, 40, 40, 0.3);
	padding: 20px 0px;
	top: 100%;
	left: 0;
}

header#header .headerMain .container  .headerMenu .mainNav > ul > li.haveMega .subMenuTwo .subMenuTwoColumOne {
	padding-left: 30px;
	width: 15%;
	position: relative;
}

header#header .headerMain .container  .headerMenu .mainNav > ul > li.haveMega .subMenuTwo .subMenuTwoColumOne.haveThree {
	width: 30%;
}

header#header .headerMain .container  .headerMenu .mainNav > ul > li.haveMega .subMenuTwo .subMenuTwoColumOne.haveThree .subMenuItem {
	width: 40%;
}

header#header .headerMain .container  .headerMenu .mainNav > ul > li.haveMega .subMenuTwo .subMenuTwoColumOne.border-right-new {
	padding-right: 20px;
	border-right: 1px solid #e1e1e1;
}

header#header .headerMain .container  .headerMenu .mainNav > ul > li.haveMega .subMenuTwo .subMenuTwoColumOne .subMenuItem {
	width: 100%;
	margin: 10px 0px;
	display: block;
	white-space: initial;
}

header#header .headerMain .container  .headerMenu .mainNav > ul > li.haveMega .subMenuTwo .subMenuTwoColumOne .subMenuItem.hasChild {
	display: flex;
}

header#header .headerMain .container  .headerMenu .mainNav > ul > li.haveMega .subMenuTwo .subMenuTwoColumOne .subMenuItem.hasChild i {
	font-size: 10px;
	font-weight: 700;
	margin-left: 10px;
}

header#header .headerMain .container  .headerMenu .mainNav > ul > li.haveMega .subMenuTwo .subMenuTwoColumOne .subMenuItem > a {
	width: 100%;
	justify-content: space-between;
	display: flex;
	align-items: center;
	text-transform: capitalize;
}

header#header .headerMain .container  .headerMenu .mainNav > ul > li.haveMega .subMenuTwo .subMenuTwoColumOne .subMenuItem.activeMenuTwo > a {
	color: #ff3c58;
}

header#header .headerMain .container  .headerMenu .mainNav > ul > li.haveMega .subMenuTwo .subMenuTwoColumOne .subMenuItem > .subMenuThree {
	display: none;
	position: absolute;
	left: 50%;
	top: 0;
}

header#header .headerMain .container  .headerMenu .mainNav > ul > li.haveMega .subMenuTwo .subMenuTwoColumOne .subMenuItem > .subMenuThree li {
	margin: 10px 0px;
}

header#header .headerMain .container  .headerMenu .mainNav > ul > li.haveMega .subMenuTwo .subMenuTwoColumOne .subMenuItem > .subMenuThree li:hover > a {
	color: #ff3c58;
}

header#header .headerMain .container  .headerMenu .mainNav > ul > li.haveMega .subMenuTwo .subMenuTwoColumOne .subMenuItem > .subMenuThree li a {
	display: block;
	text-transform: capitalize;
}

header#header .headerMain .container  .headerMenu .mainNav > ul > li.haveMega .subMenuTwo .subMenuTwoColumTwo {
	width: 85%;
	display: flex;
	justify-content: space-evenly;
}

header#header .headerMain .container  .headerMenu .mainNav > ul > li.haveMega .subMenuTwo .subMenuTwoColumTwo.haveThree {
	width: 70%;
	position: relative;
	overflow: hidden;
}

header#header .headerMain .container  .headerMenu .mainNav > ul > li.haveMega .subMenuTwo .subMenuTwoColumTwo .subMenuItem {
	width: 45%;
}

header#header .headerMain .container  .headerMenu .mainNav > ul > li.haveMega .subMenuTwo .subMenuTwoColumTwo .subMenuItem a {
	display: block;
	margin: 10px 0px;
}

header#header .headerMain .container  .headerMenu .mainNav > ul > li.haveMega .subMenuTwo .subMenuTwoColumTwo .subMenuItem a img {
	max-width: 100%;
	height: 160px;
}

header#header .headerMain .container  .headerMenu .mainNav > ul > li > a {
	text-transform: uppercase;
	padding: 25px;
	display: block;
}

header#header .headerMain .container  .headerMenu .mainNav > ul > li:not(.haveMega) {
	position: relative;
	display: inline-block;
	white-space: nowrap;
}

header#header .headerMain .container  .headerMenu .mainNav > ul > li:not(.haveMega):hover > a {
	color: #ff3c58;
}

header#header .headerMain .container  .headerMenu .mainNav > ul > li:not(.haveMega):hover .subMenu {
	visibility: visible;
	transform: scaleY(1);
}

header#header .headerMain .container  .headerMenu .mainNav > ul > li:not(.haveMega) > a i {
	font-size: 10px;
}

header#header .headerMain .container  .headerMenu .mainNav > ul > li:not(.haveMega) ul.subMenu {
	visibility: hidden;
	transition: all .4s;
	transform: scaleY(0);
	transform-origin: top;
	position: absolute;
	z-index: 10;
	background: #fff;
	box-shadow: 0 2px 4px rgba(40, 40, 40, 0.3);
	top: 100%;
	left: 0;
	width: 200px;
}

header#header .headerMain .container  .headerMenu .mainNav > ul > li:not(.haveMega) ul.subMenu .subMenuItem {
	width: 100%;
	padding: 10px 20px;
	display: block;
	white-space: initial;
	position: relative;
}

header#header .headerMain .container  .headerMenu .mainNav > ul > li:not(.haveMega) ul.subMenu .subMenuItem:hover > a {
	color: #ff3c58;
}

header#header .headerMain .container  .headerMenu .mainNav > ul > li:not(.haveMega) ul.subMenu .subMenuItem:hover .subMenuThree {
	visibility: visible;
	transform: scaleX(1);
}

header#header .headerMain .container  .headerMenu .mainNav > ul > li:not(.haveMega) ul.subMenu .subMenuItem > .subMenuThree {
	visibility: hidden;
	transition: all .4s;
	transform: scaleX(0);
	transform-origin: left;
	position: absolute;
	z-index: 10;
	background: #fff;
	box-shadow: 0 2px 4px rgba(40, 40, 40, 0.3);
	top: 0;
	left: 100%;
	width: 200px;
}

header#header .headerMain .container  .headerMenu .mainNav > ul > li:not(.haveMega) ul.subMenu .subMenuItem > .subMenuThree li {
	padding: 10px 20px;
}

header#header .headerMain .container  .headerMenu .mainNav > ul > li:not(.haveMega) ul.subMenu .subMenuItem > .subMenuThree li:hover > a {
	color: #ff3c58;
}

header#header .headerMain .container  .headerMenu .mainNav > ul > li:not(.haveMega) ul.subMenu .subMenuItem > .subMenuThree li a {
	display: block;
	text-transform: capitalize;
}

header#header .headerMain .container  .showMoreMenu {
	justify-content: flex-end;
}

header#header .headerMain .container  .showMoreMenu .showMoreMenuItem {
	display: none;
	align-items: center;
}

@media (max-width: 1200px) {
	header#header .headerMain .container  .showMoreMenu .showMoreMenuItem {
		display: flex;
	}
}

header#header .headerMain .container  .showMoreMenu .showMoreMenuItem i {
	line-height: 40px;
	font-size: 20px;
	margin: 0px 10px;
	font-weight: 700;
}
.thelogo{
	padding: 0 !important;
	margin-left: 15px;
	margin-right: 20px;
}
.thelogo img{
	max-width:95px;

}
@media (min-width:768px){
	.header-wrap-top-left,.header-wrap-top-center-logo{
		display:none  !important

	}
}
@media (max-width:767px){
	.video-wrapper {
		position: relative;
		padding-bottom: 56.25%; /* 16:9 */
		padding-top: 25px;
		height: 0;
	}
	.video-wrapper iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
}
.bg_store_content {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.section_store{
	position: relative;
}
.section_store_content a {
	color: #fff;
	font-size: 25px;
	font-weight: bold;
}

.section_store_content {
	border: solid 4px #000000;
	min-width: 500px;
	display: inline-block;
	background: #000000;
	position: relative;
	z-index: 99;
	padding: 10px 30px;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
}

.main-layout{ margin-top: 50px !important;}


.video-container{
	width: 100%;
	height: 540px;
	/* overflow: hidden; */
	position: relative;
	margin-bottom: 60px;
}
.video-container iframe,{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height:100%;
}
.video-container iframe, {
	pointer-events: none;
}
.video-container iframe{
	position: absolute;
	top: -60px;
	left: 0;
	width: 100%;
	height: calc(100% + 120px);
}
.video-foreground{
	pointer-events:none;
}

@media(max-width:767px){
	.bg_store_content {
		width: 100%;
	}
	.section_store_content { 
		min-width: 100%;    padding: 0px 30px;
	}
	.inner_section_store img{width:100%;}
	#gallery{
		display:flex;
	}
	#gallery .g-w-main{
		flex-flow: column;justify-content: flex-start;
	}
	.video-container{
		height:270px;
	}
	
}


.section_store img{
	width:100%
}










