@charset "utf-8";

/*** Common Styles Starts ***/
body {
	padding: 0;
	margin: 0;
}

* {
	box-sizing: border-box;
}

#dzine div,
#dzine table,
#dzine table td,
#dzine a,
#dzine span,
#dzine p,
#dzine li,
#dzine li a,
#dzine input,
#dzine select {
	font-family: 'Noto Sans', sans-serif;
}

.cleaner {
	clear: both;
}

.radioclk,
.hide_images {
	display: none;
}

a,
a:active,
a:focus {
	outline: 0;
}

a img,
img {
	border: 0;
	vertical-align: middle;
}

a img,
div img,
img,
.video embed {
	max-width: 100%;
}

a {
	text-decoration: none;
}

a.linkopac img {
	filter: alpha(opacity=100);
	-moz-opacity: 1.0;
	opacity: 1.0;
	transition: all ease-in-out 0.3s;
}

a.linkopac:hover img {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

/* width */
::-webkit-scrollbar {
	width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px #9d9d9d;
	border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
	background: #3049BE;
	border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #0B1D72;
}

.tab_content>div>#content1,
.tab_content>div>#content2,
.tab_content>div>#content3,
.tab_content>div>#content4,
.tab_content>div>#content5 {
	display: none;
}

#design {
	padding: 10px 0;
}

#design table tr td,
#design table tr td a:link,
#design table tr td a:visited {
	color: #333333;
	font-family: Tahoma;
	font-size: 12px;
	text-decoration: none;
}

#design table tr td a:hover {
	text-decoration: underline;
	font-weight: normal;
}

/*** Common Styles Ends ***/



.main_bg {
	background: url(../assets/bg_circle_right.svg), url(../assets/bg_circle_left.svg) #f7f7f7;
	background-repeat: no-repeat, no-repeat;
	background-position: top -30px right -30px, top 40px left -50px;
}

#header {
	height: 226px;
}

#header .page_container {
	background: none;
}

.header_top {
	background: url(../assets/header_banner.png) no-repeat top right;
	height: 168px;
	display: flex;
	align-content: space-between;
	flex-wrap: wrap;
	flex-direction: column-reverse;
}

.header_top:after {
	content: "";
	display: table;
	clear: both;
}

#header_left {
	background: url(../assets/logo_bg.png) no-repeat top -1px right;
	width: 366px;
	height: 168px;
	text-align: left;
}

.logo img {
	padding: 32px 0 32px 42px;
	background: #ffffff;
}

/*** USP Content Starts ***/
.usp_content {
	padding: 6px 19px 2px;
	background: #ffffff;
	border-radius: 10px 10px 0 0;
}

.usp_content:after {
	content: '';
	display: table;
	clear: both;
}

.usp_content ul {
	margin: 0;
	padding: 0;
}

.usp_content ul li {
	float: left;
	list-style: none;
	position: relative;
}

.usp_content ul li:first-child {
	margin-right: 25px;
}

.usp_content ul li img {
	vertical-align: middle;
	display: inline-block;
	margin-right: 4px;
}

.usp_content ul li div {
	color: #3049BE;
	font-size: 15px;
	font-weight: 400;
	text-align: left;
	display: inline-block;
	line-height: 20px;
	vertical-align: middle;
	position: relative;
}

/*** Header Menu Style Starts ***/
#header_menu {
	height: 58px;
	margin-top: -2px;
	background: #0B1D72;
}

.header_menu {
	margin: 0 auto;
	padding: 0;
	position: relative;
	display: inline-block;
}

.header_menu>li {
	float: left;
	list-style: none;
	margin: 0 12px;
	position: relative;
}

.header_menu>li>a {
	display: block;
	color: #ffffff;
	font-size: 15px;
	padding: 19px 61px 19px 55px;
	font-weight: 500;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	box-sizing: border-box;
	height: 58px;
	background: #0B1D72;
	transition: all ease-in-out 0.4s;
}

.header_menu>li:hover>a {
	color: #0B1D72;
	background: #FDD639;
}

.header_menu>li>a:after {
	content: "";
	position: absolute;
	display: inline-block;
	width: 6px;
	height: 6px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	transform: rotate(135deg);
	right: 42px;
	top: 23px;
}

.header_menu>li:nth-child(3)>a:after {
	display: none;
}

.header_menu>li:hover>a:after {
	border-top: 2px solid #0B1D72;
	border-right: 2px solid #0B1D72;
	transform: rotate(-45deg);
	top: 27px;
}

/*** Dropdown Menu Starts ***/
.header_menu li:hover>ul,
.header_menu li a:hover>ul {
	display: block;
}

.header_menu li ul,
.header_menu li ul>li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.header_menu li ul {
	display: none;
}

.header_menu li:hover>ul {
	position: absolute;
	display: block;
	width: 200px;
	top: 58px;
	z-index: 999;
	padding: 8px 18px;
	margin: 0;
	background: #ffffff;
	border-radius: 0px 0px 10px 10px;
	box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.35);
}

.header_menu li:hover>ul li {
	float: none;
	height: auto;
	line-height: normal;
	list-style: none;
}

.header_menu li:hover>ul li a {
	display: block;
	font-weight: 400;
	color: #2B2A29;
	font-size: 13px;
	height: auto;
	text-decoration: none;
	text-align: left;
	border-bottom: none;
	box-sizing: border-box;
	padding: 6px 0px;
	text-transform: none;
	position: relative;
	transition: all ease-in-out 0.4s;
}

.header_menu li:hover>ul li:hover a {
	padding-left: 10px;
	color: #FDD639;
}

.header_menu li:nth-child(5):hover>ul {
	right: 0px;
}

#storebg {
	padding: 22px 50px;
}

.title_brand_section {
	display: flex;
	justify-content: space-between;
}

.item_title {
	font-size: 30px;
	color: #383838;
	font-weight: 600;
	padding: 20px 0;
	line-height: 41px;
	text-align: left;
	text-transform: capitalize;
	text-align: center; 
	width: 100%;
}

.brand_logo {
	border: 1px solid #6D6D6D;
	border-radius: 5px;
	width: 150px;
	height: 100px;
	position: relative;
}

.brand_logo img {
	width: auto;
	height: auto;
	max-width: 100px;
	max-height: 75px;
	position: absolute;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	border-radius: 6px;
}

.gallery_desc_container {
	margin: 20px 0 15px;
	display: flex;
	justify-content: space-between;
}

.gallery_container {
	width: 56%;
}

.desc_container {
	width: 42.75%;
	border: 1px solid #DDDDDD;
	border-radius: 10px;
	width: 100%;
}

.titlebg {
	font-size: 15px;
	color: #ffffff;
	font-weight: 600;
	padding: 12px 30px;
	line-height: 20px;
	text-align: left;
	text-transform: capitalize;
	background: #3049BE;
	border: 1px solid #3049BE;
	border-radius: 10px 10px 0px 0px;
}

.desc {
	font-size: 15px;
	color: #5E5E5E;
	text-align: left;
	word-wrap: break-word;
	font-weight: 500;
	padding: 20px;
	text-decoration: none;
	height: auto;
	overflow-y: scroll;
}

.desc a,
.tab_content a {
	word-wrap: break-word;
	color: #8A9FFA;
}

.desc a:hover,
.tab_content a:hover {
	text-decoration: underline;
}

.desc p:first-child,
.tab_content p:first-child {
	margin-top: 0px;
}

.desc p:last-child,
.tab_content p:last-child {
	margin-bottom: 0px;
}

.desc ol,
.tab_content ol,
.desc ul,
.tab_content ul {
	margin: 0px;
	padding: 0px;
}

.desc ol li,
.tab_content ol li {
	margin: 0px 0 15px 35px;
}

.desc ul li,
.tab_content ul li {
	margin: 0px 0 15px 35px;
	list-style: none;
}

.desc ul li:before,
.tab_content ul li:before {
	content: '\2022';
	display: block;
	position: relative;
	max-width: 0;
	max-height: 0;
	left: -15px;
	top: -2px;
	color: #5E5E5E;
	font-size: 20px;
}

.tab_content ul li:before {
	top: 0px;
}

.desc img,
.tab_content img {
	width: auto;
	height: auto;
	max-width: 100%;
}

.desc table,
.tab_content table {
	width: 100%;
	border-collapse: collapse;
}

.desc table td,
.tab_content table td {
	font-size: 15px;
	color: #5E5E5E;
	text-align: left;
	word-wrap: break-word;
	font-weight: 500;
	padding: 6px;
	border: 1px solid #1A2036;
}

.main_banner {
	margin: 15px 0;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
}

.main_banner a {
	display: block;
}

.main_banner a img {
	width: 100%;
	border-radius: 10px;
}

/*** Featured Categories ***/
.featured_cat_section {
	margin: 30px 0 0;
}

.featuredbg {
	color: #3049BE;
	font-size: 20px;
	font-weight: 600;
	text-align: left;
	line-height: 27px;
	margin-bottom: 35px;
	text-transform: uppercase;
	position: relative;
}

.featuredbg:after {
	content: "";
	position: absolute;
	display: block;
	background: #FADB60;
	width: 54px;
	height: 7px;
	border-radius: 15px;
	bottom: -10px;
	left: 0;
}

.fea_cat.fea_cat_large {
	margin-bottom: 20px;
}

.fea_cat:after {
	content: '';
	display: table;
	clear: both;
}

.fea_cat a {
	float: left;
	display: block;
	text-decoration: none;
	margin: 0 2% 0% 0;
	width: 49%;
	height: auto;
	border: 1px solid #C7C7C7;
	border-radius: 10px;
	position: relative;
	transition: all ease-in-out 0.3s;
}

.fea_cat a:hover {
	border: 1px solid #0B1D72;
}

.fea_cat a.fea2,
.fea_cat a.fea4 {
	margin-right: 0;
}

.fea_cat.fea_cat_large a {
	min-height: 319px;
}

.fea_cat.fea_cat_small a {
	min-height: 160px;
}

.fea_cat a span {
	position: absolute;
	left: 0;
	top: 25px;
	color: #0B1D72;
	background: #FDD639;
	font-size: 25px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	padding: 9px 0px;
	width: 159px;
	border-radius: 0px 10px 10px 0px;
	z-index: 1;
	transition: all ease-in-out 0.3s;
}

.fea_cat a:hover span {
	color: #ffffff;
	background: #0B1D72;
}

.fea_cat a img {
	position: absolute;
	right: 15px;
	top: 0;
}

.fea_cat a.fea1 img {
	top: 118px;
}

.fea_cat a.fea2 img {
	top: 80px;
}

.fea_cat a.fea3 img,
.fea_cat a.fea4 img {
	top: 20px;
}

/*** Newsletter Section ***/
.newsletter_section {
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0b1b65+0,2a40a7+25,3049be+100 */
	background: #0b1b65;
	/* Old browsers */
	background: -moz-linear-gradient(left, #0b1b65 0%, #2a40a7 25%, #3049be 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(left, #0b1b65 0%, #2a40a7 25%, #3049be 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #0b1b65 0%, #2a40a7 25%, #3049be 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b1b65', endColorstr='#3049be', GradientType=1);
	/* IE6-9 */
	display: flex;
	justify-content: space-between;
	margin-top: 21px;
	box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
}

.news_content {
	position: relative;
	padding: 20px 10px;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	width: 58%;
}

.news_content:before {
	content: "";
	position: absolute;
	display: block;
	background: #FDD639;
	width: 27px;
	height: 4px;
	border-radius: 10px;
	top: 23px;
	left: 22px;
}

.news_text {
	color: #ffffff;
	text-align: left;
}

.news_lite_text {
	font-size: 20px;
	font-weight: 300;
	letter-spacing: 0.5px;
}

.news_bold_text {
	font-size: 30px;
	font-weight: 600;
	letter-spacing: 6px;
	text-transform: uppercase;
}

.signup {
	margin: 15px auto 0px 0px;
	width: 178px;
	height: 50px;
	background: transparent linear-gradient(180deg, #F5D866 0%, #FFE479 100%) 0% 0% no-repeat padding-box;
	box-shadow: 0px 5px 10px #06060669;
	border-radius: 10px;
	transition: all ease-in-out 0.3s;
}

.signup:hover {
	background: transparent linear-gradient(180deg, #FDD639 0%, #FDD639 100%) 0% 0% no-repeat padding-box;
}

.signup a {
	color: #3049BE;
	font-weight: 700;
	font-size: 20px;
	display: block;
	padding: 11px 0;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
}

.news_banner {
	width: 39%;
}

.helptitle {
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	display: block;
	text-align: left;
	position: relative;
}

.helptitle:after {
	content: "";
	position: absolute;
	display: block;
	height: 4px;
	width: 27px;
	bottom: -5px;
	left: 0px;
	background: #FDD639;
	border-radius: 5px;
}

.panel_list {
	margin: 0px;
	padding: 0px;
}

.panel_list li {
	list-style-type: none;
}

.panel_list li a:link,
.panel_list li a:active,
.panel_list li a:visited {
	text-decoration: none;
	display: block;
	color: #ffffff;
	font-size: 15px;
	text-align: left;
	padding: 4px 0px;
	font-weight: 300;
	word-wrap: break-word;
	transition: all ease-in-out 0.4s;
}

.panel_list li:first-child {
	padding: 10px 0px 0px;
}

.panel_list li a:hover,
.panel_list li a:focus {
	color: #FDD639;
}

.footerbg {
	background: #0B1D72;
	padding: 30px 0;
}

.footerbg .page_container {
	background: none;
}

.footer_container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer_payment {
	text-align: right;
}

.footer_payment span {
	display: block;
	color: #ffffff;
	font-size: 18px;
	font-weight: 500;
	text-align: right;
	margin-bottom: 15px;
}



/*** PC Styles Starts ***/
@media screen and (min-width: 1111px) {
	.page_container {
		width: 1080px;
		background: #ffffff;
	}
}


@media screen and (max-width:1110px) {

	a img,
	div img,
	img,
	.video embed {
		max-width: 100%;
	}

	.page_container {
		width: 100%;
		padding: 0 10px;
		background: #ffffff;
	}

	#storebg {
		padding: 20px 0px;
	}

	.header_menu>li {
		margin: 0 12px;
	}

	.header_menu>li>a {
		font-size: 18px;
	}
}


@media screen and (max-width:980px) {

	.usp_content ul li img,
	.usp_content ul li div {
		display: block;
	}

	.usp_content ul li img {
		margin: 0px 0 5px;
	}

	.header_menu>li>a {
		padding: 19px 35px;
	}

	.header_menu>li>a:after {
		right: 18px;
		top: 25px;
	}
}


@media screen and (min-width:881px) {
	.usp_content ul li div br {
		display: none;
	}
}


@media screen and (min-width:769px) {

	/*** Bottom Tabs Starts ***/
	.bottom_tabs {
		margin: 0px auto;
	}

	.bottom_tabs:after {
		content: "";
		display: table;
		clear: both;
	}

	.tab_top {
		float: left;
		width: 20%;
	}

	.tab_title {
		color: #303030;
		background: #ffffff;
		font-size: 15px;
		display: block;
		cursor: pointer;
		width: 100%;
		height: 45px;
		text-transform: capitalize;
		font-weight: 500;
		text-align: center;
		padding: 11px 5px;
		margin-bottom: 15px;
		border: 1px solid #8A9FFA;
		border-radius: 10px;
		transition: all ease-in-out 0.4s;
	}

	.tab5 {
		margin-bottom: 0;
	}

	.tab_content {
		float: right;
		width: 78%;
		margin-left: 2%;
		text-align: left;
		color: #5E5E5E;
		font-size: 15px;
		line-height: 30px;
		height: 285px;
		overflow-y: scroll;
		box-shadow: 0px 2px 5px rgba(77, 77, 77, 0.1);
		border: 1px solid #DDDDDD;
		border-radius: 10px;
	}

	.tab_inner_content {
		padding: 20px;
		box-sizing: border-box;
	}

	.mob_tab {
		display: none;
	}

	label.tab_title:hover {
		background: #3049BE;
		color: #ffffff;
	}

	#tab1:checked~.tab_content>div>#content1,
	#tab2:checked~.tab_content>div>#content2,
	#tab3:checked~.tab_content>div>#content3,
	#tab4:checked~.tab_content>div>#content4,
	#tab5:checked~.tab_content>div>#content5 {
		display: block;
	}

	#tab1:checked~.tab_top .tab1,
	#tab2:checked~.tab_top .tab2,
	#tab3:checked~.tab_top .tab3,
	#tab4:checked~.tab_top .tab4,
	#tab5:checked~.tab_top .tab5 {
		background: #3049BE;
		color: #ffffff;
		font-weight: 700;
		position: relative;
		transition: all ease-in-out 0.4s;
	}

	#tab1:checked~.tab_top .tab1:after,
	#tab2:checked~.tab_top .tab2:after,
	#tab3:checked~.tab_top .tab3:after,
	#tab4:checked~.tab_top .tab4:after,
	#tab5:checked~.tab_top .tab5:after {
		content: "";
		position: absolute;
		display: block;
		background: #FDD639;
		width: 27px;
		height: 4px;
		border-radius: 15px 15px 0 0;
		bottom: -1px;
		left: 42%;
	}

	/**** Pc Image Module Style Starts ****/
	.mobile_image {
		display: none;
	}

	input[name='thumb_click'] {
		display: none;
	}

	.desktop_image {
		width: 546px;
		position: relative;
	}

	.desktop_image:after {
		content: '';
		display: table;
		clear: both;
	}

	.pc_main_img {
		width: 432px;
		height: 328px;
		background: #ffffff;
		margin: 0 auto;
		display: inline-block;
		position: relative;
		border: 1px solid #DDDDDD;
		border-radius: 10px;
		float: right;
	}

	.pc_main_img div {
		display: none;
		text-align: center;
	}

	.pc_main_img div img {
		width: auto;
		height: auto;
		max-width: 432px;
		/*Width of the Main image*/
		max-height: 325px;
		/*Height of the Main image*/
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		border-radius: 10px;
	}

	.pc_thumb_img {
		float: left;
		margin: 0px auto 0px;
		text-align: center;
		width: 110px;
		height: 328px;
		overflow-y: scroll;
		overflow-x: unset;
	}

	.pc_thumb_img label {
		display: inline-block;
		margin: 8px 0 0;
		width: 75px;
		height: 75px;
		overflow: hidden;
		cursor: pointer;
		border: 1px solid #DDDDDD;
		border-radius: 5px;
		position: relative;
	}

	.pc_thumb_img label:hover {
		border: 1px solid #FDD639;
	}

	.pc_thumb_img label img {
		display: block;
		width: auto;
		height: auto;
		max-width: 75px;
		max-height: 75px;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		border-radius: 5px;
	}

	.pc_thumb_img label:first-child {
		margin-top: 0px;
	}

	#thumb-id1:checked~.pc_thumb_img .thumb-id1,
	#thumb-id2:checked~.pc_thumb_img .thumb-id2,
	#thumb-id3:checked~.pc_thumb_img .thumb-id3,
	#thumb-id4:checked~.pc_thumb_img .thumb-id4,
	#thumb-id5:checked~.pc_thumb_img .thumb-id5,
	#thumb-id6:checked~.pc_thumb_img .thumb-id6,
	#thumb-id7:checked~.pc_thumb_img .thumb-id7,
	#thumb-id8:checked~.pc_thumb_img .thumb-id8,
	#thumb-id9:checked~.pc_thumb_img .thumb-id9,
	#thumb-id10:checked~.pc_thumb_img .thumb-id10 {
		border: 1px solid #0B1D72;
	}

	#thumb-id1:checked~.pc_main_img #pc_main_img1,
	#thumb-id2:checked~.pc_main_img #pc_main_img2,
	#thumb-id3:checked~.pc_main_img #pc_main_img3,
	#thumb-id4:checked~.pc_main_img #pc_main_img4,
	#thumb-id5:checked~.pc_main_img #pc_main_img5,
	#thumb-id6:checked~.pc_main_img #pc_main_img6,
	#thumb-id7:checked~.pc_main_img #pc_main_img7,
	#thumb-id8:checked~.pc_main_img #pc_main_img8,
	#thumb-id9:checked~.pc_main_img #pc_main_img9,
	#thumb-id10:checked~.pc_main_img #pc_main_img10 {
		display: block;
	}

	/*thumb image unbroken hide */
	.pc_thumb_img label[rel=""],
	.pc_thumb_img label[rel="[{PRODUCT_IMAGE1}]"],
	.pc_thumb_img label[rel="[{PRODUCT_IMAGE2}]"],
	.pc_thumb_img label[rel="[{PRODUCT_IMAGE3}]"],
	.pc_thumb_img label[rel="[{PRODUCT_IMAGE4}]"],
	.pc_thumb_img label[rel="[{PRODUCT_IMAGE5}]"],
	.pc_thumb_img label[rel="[{PRODUCT_IMAGE6}]"],
	.pc_thumb_img label[rel="[{PRODUCT_IMAGE7}]"],
	.pc_thumb_img label[rel="[{PRODUCT_IMAGE8}]"],
	.pc_thumb_img label[rel="[{PRODUCT_IMAGE9}]"],
	.pc_thumb_img label[rel="[{PRODUCT_IMAGE10}]"] {
		display: none !important;
	}
}


@media screen and (min-width:769px) and (max-width:1110px) {
	.desktop_image {
		width: 98%;
	}

	.pc_main_img {
		width: 100%;
		margin-bottom: 8px;
	}

	.pc_main_img div img {
		max-width: 100%;
	}

	.pc_thumb_img label {
		margin: 2px;
	}

	.pc_thumb_img {
		width: 100%;
		height: auto;
		overflow-y: unset;
	}
}


@media screen and (max-width:768px) {
	#header .page_container {
		padding: 0 0;
	}

	#header_right {
		display: none;
	}

	.item_title {
		font-size: 24px;
		line-height: 35px;
	}

	.gallery_desc_container {
		display: block;
	}

	.gallery_container,
	.desc_container {
		width: 100%;
	}

	.desc_container {
		margin-top: 20px;
	}

	.desc {
		overflow-y: unset;
	}

	/**** Mobile Tab Starts ****/
	.tab_top {
		display: none;
	}

	.bottom_tab {
		width: 100%;
		margin: 15px auto 20px;
	}

	.mob_tab {
		display: block;
	}

	.tab_title {
		color: #ffffff;
		background: #3049BE;
		font-size: 15px;
		font-weight: 500;
		float: none;
		text-decoration: none;
		text-align: left;
		margin: 0px 0 5px;
		padding: 9px 0 7px;
		text-indent: 15px;
		display: block;
		cursor: pointer;
		text-transform: capitalize;
		border-bottom: 2px solid #FDD639;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
	}

	.tab_title:after {
		content: "+";
		float: right;
		font-size: 18px;
		margin-right: 15px;
	}

	.tab_content {
		clear: both;
		font-size: 15px;
		color: #5E5E5E;
		text-align: left;
		line-height: 30px;
		word-wrap: break-word;
		font-weight: 400;
	}

	.tab_content a {
		color: #1865f0;
		text-decoration: underline;
	}

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

	.tab_content #content1,
	.tab_content #content2,
	.tab_content #content3,
	.tab_content #content4,
	.tab_content #content5 {
		margin: 0px;
		padding: 10px;
	}

	#mobtab1:checked~.tab_content #content1,
	#mobtab2:checked~.tab_content #content2,
	#mobtab3:checked~.tab_content #content3,
	#mobtab4:checked~.tab_content #content4,
	#mobtab5:checked~.tab_content #content5 {
		display: block;
	}

	#mobtab1:checked~.tab_content .tab1,
	#mobtab2:checked~.tab_content .tab2,
	#mobtab3:checked~.tab_content .tab3,
	#mobtab4:checked~.tab_content .tab4,
	#mobtab5:checked~.tab_content .tab5 {
		background: #FDD639;
		border-bottom: 2px solid #3049BE;
		color: #5A5A5A;
	}

	#mobtab1:checked~.tab_content .tab1:after,
	#mobtab2:checked~.tab_content .tab2:after,
	#mobtab3:checked~.tab_content .tab3:after,
	#mobtab4:checked~.tab_content .tab4:after,
	#mobtab5:checked~.tab_content .tab5:after {
		content: "-";
		float: right;
		font-size: 20px;
		color: #5A5A5A;
		margin-right: 15px;
	}

	.fea_cat a span {
		font-size: 20px;
		width: auto;
		padding: 9px 12px;
	}

	.fea_cat a.fea1 img {
		right: 5px;
	}

	.fea_cat.fea_cat_large {
		margin-bottom: 2%;
	}

	/**** Mobile Image Slider Starts ****/
	.desktop_image {
		display: none;
	}

	#mob-slider {
		background: transparent;
		text-align: center;
		margin: 10px auto;
		max-width: 95%;
		width: auto;
		padding: 0;
		max-height: 320px;
	}

	#mob-slides {
		position: relative;
		border: 0px solid;
	}

	#mob-slider input {
		display: none;
	}

	#mob-slide1:checked~#mob-slides .mob-inner {
		margin-left: 0;
	}

	#mob-slide2:checked~#mob-slides .mob-inner {
		margin-left: -100%;
	}

	#mob-slide3:checked~#mob-slides .mob-inner {
		margin-left: -200%;
	}

	#mob-slide4:checked~#mob-slides .mob-inner {
		margin-left: -300%;
	}

	#mob-slide5:checked~#mob-slides .mob-inner {
		margin-left: -400%;
	}

	#mob-slide6:checked~#mob-slides .mob-inner {
		margin-left: -500%;
	}

	#mob-slide7:checked~#mob-slides .mob-inner {
		margin-left: -600%;
	}

	#mob-slide8:checked~#mob-slides .mob-inner {
		margin-left: -700%;
	}

	#mob-slide9:checked~#mob-slides .mob-inner {
		margin-left: -800%;
	}

	#mob-slide10:checked~#mob-slides .mob-inner {
		margin-left: -900%;
	}

	#mob-overflow {
		width: 100%;
		overflow: hidden;
	}

	#mob-slides .mob-inner {
		width: 10000%;
		line-height: 0;
	}

	#mob-slides div ul {

		margin: 0;
		padding: 0;
		list-style-type: none;
	}

	#mob-slides div ul li {
		width: 1%;
		float: left;
		height: 300px;
		position: relative;
	}

	#mob-slides div ul li img {
		/*width:100%;*/
		height: auto;
		max-width: 100%;
		max-height: 300px;
		position: absolute;
		top: 0px;
		bottom: 0px;
		left: 0px;
		right: 0px;
		margin: auto;
	}

	#mob-slides #mob-controls label {
		display: none;
		width: 20px;
		height: 25px;
		position: absolute;
		top: 0px;
		bottom: 0px;
		margin: auto;
		cursor: pointer;
		text-decoration: none;
	}

	#mob-slide1:checked~#mob-slides #mob-controls label:nth-child(2),
	#mob-slide2:checked~#mob-slides #mob-controls label:nth-child(3),
	#mob-slide3:checked~#mob-slides #mob-controls label:nth-child(4),
	#mob-slide4:checked~#mob-slides #mob-controls label:nth-child(5),
	#mob-slide5:checked~#mob-slides #mob-controls label:nth-child(6),
	#mob-slide6:checked~#mob-slides #mob-controls label:nth-child(7),
	#mob-slide7:checked~#mob-slides #mob-controls label:nth-child(8),
	#mob-slide8:checked~#mob-slides #mob-controls label:nth-child(9),
	#mob-slide9:checked~#mob-slides #mob-controls label:nth-child(10),
	#mob-slide10:checked~#mob-slides #mob-controls label:nth-child(1) {
		background: url('../assets/arrow_right.png') no-repeat center top 5px #ffffff;
		display: block;
		float: right;
		right: -10px;
	}

	#mob-slide1:checked~#mob-slides #mob-controls label:nth-child(10),
	#mob-slide2:checked~#mob-slides #mob-controls label:nth-child(1),
	#mob-slide3:checked~#mob-slides #mob-controls label:nth-child(2),
	#mob-slide4:checked~#mob-slides #mob-controls label:nth-child(3),
	#mob-slide5:checked~#mob-slides #mob-controls label:nth-child(4),
	#mob-slide6:checked~#mob-slides #mob-controls label:nth-child(5),
	#mob-slide7:checked~#mob-slides #mob-controls label:nth-child(6),
	#mob-slide8:checked~#mob-slides #mob-controls label:nth-child(7),
	#mob-slide9:checked~#mob-slides #mob-controls label:nth-child(8),
	#mob-slide10:checked~#mob-slides #mob-controls label:nth-child(9) {
		background: url('../assets/arrow_left.png') no-repeat center top 5px #ffffff;
		display: block;
		float: left;
		left: -10px;
	}

	#mob-slides ul li[rel=""],
	#mob-slides label[rel=""],
	#mob-slides ul li[rel="[{PRODUCT_IMAGE1}]"],
	#mob-slides label[rel="[{PRODUCT_IMAGE1}]"],
	#mob-slides ul li[rel="[{PRODUCT_IMAGE2}]"],
	#mob-slides label[rel="[{PRODUCT_IMAGE2}]"],
	#mob-slides ul li[rel="[{PRODUCT_IMAGE3}]"],
	#mob-slides label[rel="[{PRODUCT_IMAGE3}]"],
	#mob-slides ul li[rel="[{PRODUCT_IMAGE4}]"],
	#mob-slides label[rel="[{PRODUCT_IMAGE4}]"],
	#mob-slides ul li[rel="[{PRODUCT_IMAGE5}]"],
	#mob-slides label[rel="[{PRODUCT_IMAGE5}]"],
	#mob-slides ul li[rel="[{PRODUCT_IMAGE6}]"],
	#mob-slides label[rel="[{PRODUCT_IMAGE6}]"],
	#mob-slides ul li[rel="[{PRODUCT_IMAGE7}]"],
	#mob-slides label[rel="[{PRODUCT_IMAGE7}]"],
	#mob-slides ul li[rel="[{PRODUCT_IMAGE8}]"],
	#mob-slides label[rel="[{PRODUCT_IMAGE8}]"],
	#mob-slides ul li[rel="[{PRODUCT_IMAGE9}]"],
	#mob-slides label[rel="[{PRODUCT_IMAGE9}]"],
	#mob-slides ul li[rel="[{PRODUCT_IMAGE10}]"],
	#mob-slides label[rel="[{PRODUCT_IMAGE10}]"] {
		display: none !important;
	}

	/* Animation */
	#mob-slides .mob-inner {
		-webkit-transform: translateZ(0);
		-webkit-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
		-moz-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
		-ms-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
		-o-transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
		transition: all 800ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
		/* easeInOutQuart */

		-webkit-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
		-moz-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
		-ms-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
		-o-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
		transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
		/* easeInOutQuart */
	}

	#mob-slider {
		-webkit-transform: translateZ(0);
		-webkit-transition: all 0.5s ease-out;
		-moz-transition: all 0.5s ease-out;
		-o-transition: all 0.5s ease-out;
		transition: all 0.5s ease-out;
	}

	#mob-controls label {
		-webkit-transform: translateZ(0);
		-webkit-transition: opacity 0.2s ease-out;
		-moz-transition: opacity 0.2s ease-out;
		-o-transition: opacity 0.2s ease-out;
		transition: opacity 0.2s ease-out;
	}
}


@media screen and (max-width:640px) {
	.bg_container:before {
		height: 20px;
	}

	#header {
		height: 187px;
	}

	.header_top {
		background: url(../assets/header_banner.png) no-repeat top right -350px;
	}

	#header_left {
		width: 300px;
	}

	.logo img {
		padding: 32px 0 32px 0px;
	}

	#header_menu {
		display: none;
	}

	.title_brand_section {
		display: block;
	}

	.item_title {
		font-size: 20px;
		line-height: 28px;
		text-align: center;
		padding: 10px 0 20px;
	}

	.newsletter_section {
		display: block;
		padding: 20px 0;
	}

	.news_content {
		width: 100%;
		padding: 0px 10px
	}

	.news_banner {
		display: none;
	}
}


@media screen and (max-width:550px) {

	.main_banner,
	.featured_cat_section {
		display: none;
	}

	.news_content {
		display: block;
		text-align: center;
	}

	.news_text {
		text-align: center;
		margin-top: 15px;
	}

	.signup {
		margin: 15px auto 0;
	}
}


@media screen and (max-width:480px) {
	.footer_container {
		display: block;
	}

	.helptitle:after {
		left: 47%;
	}

	.helptitle,
	.footer_payment,
	.footer_payment span {
		text-align: center;
	}

	.panel_list li a:link,
	.panel_list li a:active,
	.panel_list li a:visited {
		text-align: center;
	}
}