@charset "utf-8";
/*** Common Styles Starts ***/
body{
	padding:0;
	margin:0;
}
*{
	box-sizing:border-box;
}
.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;
}
.main_bg > div,
.main_bg > p,
.main_bg > span,
.main_bg > ul,
.main_bg > ul > li,
.main_bg > ul > li > a,
.main_bg > table,
.main_bg > table > tr,
.main_bg > table > tr > td {
	font-family: "Libre Baskerville", serif;
	font-size:13px;
}
/* width */
::-webkit-scrollbar {
	width: 5px;
}

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

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

/* Handle on hover */
	::-webkit-scrollbar-thumb:hover {
	background: #DC732F; 
}
.tab_content > #content1,
.tab_content > #content2,
.tab_content > #content3,
.tab_content > #content4,
.tab_content > #content5,
.tab_content > #content6,
.tab_content > #content7{
	display:none;
}
#design{
	padding:10px 0;
}
#design table{
	margin: 0 auto;
}
#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;
	text-align: center;
}
#design table tr td a:hover{
	text-decoration:underline;
	font-weight:normal;
}
/*** Common Styles Ends ***/


.main_bg {
	background:#F8F6F4;
    position: relative;
}
.main_bg:before, .main_bg:after{
    content: "";
	height:95px;
	width:30%;
	position: absolute;
    z-index: 1;
	top:0px;
}
.main_bg:before{
	background: #004A8B;
	left: 0;
}
.main_bg:after{
	background: #00325E;
	right: 0;
	width: 70%;
}
.bg_container{
    position: relative;
}
#header{
	height:140px;
	position: relative;	
   	z-index: 99;
}
.header_top{
    height:95px;
}
.header_top .page_container{
	display: flex;
    justify-content: space-between;
    align-items:center;
}
.logo_container{
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.main_logo{
    background: url(main_logo_bg.png) no-repeat #004A8B;
	background-position: center right;
	height: 95px;
	display: inline-flex;
	align-items: center;
	padding-right: 30px;
}
.sub_logo{
	background: url(sub_logo_bg.png) no-repeat #00325E;
	background-position: center right;
	height: 95px;
	display: inline-flex;
	align-items: center;
	padding-right: 40px;
}
.header_right{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}
.header_usp{
    display: flex;
    align-items: center;
    gap: 10px;
}
.header_usp_text{
    color:#ffffff;
    font-size: 15px;
	font-family: "Red Hat Display", sans-serif;
    font-weight: 500;
    line-height: 23px;
	text-transform: uppercase;
	transition: all ease-in-out 0.4s;
}
.header_usp_text a{
	color: #FF9600;
	font-weight: 700;
}
.header_usp_text a:hover{
    color:#ffffff;
}
/*** USP Content Starts ***/
.usp_content{
	background:#ffffff;
	box-shadow: 0px 3px 15px #0000000D;
}
.usp_content ul{
	margin:0;
	padding:0;
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.usp_content ul li{
	list-style:none;
    margin: 8px 0;
}
.usp_content ul li img{
	vertical-align:middle;
	display:inline-block;
	margin-right:6px;
}
.usp_content ul li div{
	color: #424242;
	font-size:14px;
	font-weight:400;
	text-align:left;
	font-family: "Oswald", sans-serif;
	display:inline-block;
	text-transform: uppercase;
	line-height:29px;
	vertical-align:middle;
}
#storebg{
	width:100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap:2.5%;
	margin-top:12px;
}
#left_panel{
	width:21.5%;
}
#right_panel{
	width:76%;
}
.panelbg_container{
	background-color: #00325E;
	margin-bottom: 23px;
}
.helpfulbg_container{
	background-color: #004A8B;
	margin-bottom: 23px;
}
.panelbg, .panelbg.helpfulbg{
	text-decoration:none;
	font-size:14px;
	color:#ffffff;
	font-family: "Oswald", sans-serif;
	background:url(panelbg.png) #004A8B;
	background-repeat: no-repeat;
	background-position: top right;
	text-align:left;
	padding:10px 5px 10px 15px;
	font-weight:500;
	text-transform:uppercase;
}
.panelbg.helpfulbg{
	background:url(helpfulbg.png) #004A8B;
	background-repeat: no-repeat;
	background-position: top right;
}
.panel_list ul, .SSG_menu ul{
	margin:0px;
	padding:6px 0;
	width:100%;
}
.panel_list li, .SSG_menu ul li{
	list-style-type:none;
	position: relative;
}
.panel_list li a:link, .panel_list li a:active, .panel_list li a:visited, .SSG_menu > ul > li > a, .helpful_list li a:link, .helpful_list li a:active, .helpful_list li a:visited{
	text-decoration:none;
	display:block;
	font-size:13px;
	font-family: "Red Hat Display", sans-serif;
	color:#ffffff;
	text-align:left;
	padding:7px 5px 7px 15px;
	font-weight:normal;
	text-transform:capitalize;
	text-decoration: none;
	background-color:#00325E;
	transition: all ease-in-out 0.5s;
	position: relative;
}
.panel_list li a:hover,.panel_list li a:focus,.MenuItem a:hover, .SSG_menu > ul > li:hover > a, .SSG_menu > ul > li:hover > ul > li:hover > a, .helpful_list li a:hover,.helpful_list li a:focus{
	color:#ffffff;
	background-color:#004A8B;
	position: relative;
}
.helpful_list li a:link, .helpful_list li a:active, .helpful_list li a:visited{
	background-color:#004A8B;
	text-transform: none;
}
.helpful_list li a:hover,.helpful_list li a:focus{
	background-color:#00325E;
}
/*** Dropdown Menu Starts ***/
.SSG_menu > ul > li:hover > ul, .SSG_menu > ul > li a:hover > ul{
    display: block;
}
.SSG_menu > ul > li > ul, .SSG_menu > ul > li > ul > li > ul{
    display:none;
}
.SSG_menu > ul > li:hover > ul{
    position:absolute;
    display:block;
    width:200px;
    top:0px;
    left:100%;
    z-index:99;
    padding:3px 0;
    margin:0;
    background:#ffffff;
    overflow: visible;
    box-shadow: 0px 1px 6px #18171733;
}
.SSG_menu > ul > li:hover > ul > li{
    list-style-type:none;
    margin:0px;
    padding:0px;
    position: relative;
}
.SSG_menu > ul > li:hover > ul li a{
    text-decoration:none;
    display:block;
    color:#323232;
	font-family: "Red Hat Display", sans-serif;
    background:#ffffff;
    font-size:13px;
    text-align:left;
    padding:7px 12px;
    font-weight:400;
    transition: all .3s ease-in-out;
}
.SSG_menu > ul > li:hover > ul li a:hover{
    color:#ffffff;
    background: #004A8B;
}
.left_banner{
	text-align: center;
    margin-bottom: 20px;
}
.located_banner{
	background: #FF9600;
	padding:8px 12px;
	display: flex;
	justify-content: space-between;
	gap: 5px;
	align-items: center;
}
.located_content{
	line-height: 24px;
}
.located_text{
	font-size: 18px;
	color: #ffffff;
	font-family: "Oswald", sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}
.located_text span{
	display: block;
	font-size: 23px;
	font-weight: 500;
}

.item_title{
	font-size:24px;
	color:#424242;
	font-family: "Oswald", sans-serif;
	font-weight:400;
	line-height:29px;
	text-align:center;
	text-transform:uppercase;
	padding:20px 180px;
}
.desc_container{
	background:#ffffff;
}
.titlebg{
	display:flex;
	justify-content: space-between;
	gap:0px;
	align-items: flex-start;
}
.titlebg_text{
	font-size:14px;
	color:#ffffff;
	font-weight:500;
	font-family: "Oswald", sans-serif;
	padding:10px;
	text-align:left;
	text-transform:uppercase;
	background: url(titlebg_repeat.png) #004A8B;
	background-repeat: repeat-x;
	background-position: bottom left;
	width: calc(100% - 12px);
}
.desc{
	font-size:14px;
	color:#343434;
	text-align:left;
	font-family: "Red Hat Display", sans-serif;
	word-wrap: break-word;
	font-weight:400;
	padding:15px;
}
.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: #004A8B;
	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:14px;
	color:#323232;
	font-family: "Red Hat Display", sans-serif;
	text-align:left;
	word-wrap: break-word;
	font-weight:400;
	padding:6px;
	border:1px solid #1A2036;
}
.brands_container{
	background-color: #00325E;
	padding: 10px;
	margin:15px 0 18px;
}
.brands_inner{
	border: 1px solid rgba(255, 255, 255, 0.2);
	display: flex;
	flex-direction: column;
	gap: 3px;
	padding: 10px;
}
.brands_title{
	font-size: 14px;
	font-family: "Oswald", sans-serif;
	font-weight: 500;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	line-height: 20px;
	padding:8px 0;
}
.brands_list{
	margin:8px 0;
}
.brands_list ul{
	margin:0;
	padding: 0;
	display: flex;
	justify-content: center;
	gap:15px;
	flex-wrap: wrap;
}
.brands_list ul li{
	list-style: none;
	background-color: #004A8B;
	border:1px solid rgba(255, 255, 255, 0.2);
}
.brands_list ul li a{
	display: block;
	padding: 10px 17px;
	font-size: 18px;
	color: #ffffff;
	font-weight: 400;
	font-family: "Oswald", sans-serif;
	text-align: center;
	text-transform: uppercase;
	transition: all ease-in-out 0.4s;
}
.brands_list ul li a:hover{
	color: #FF9600;
}
.brands_more{
	font-size: 13px;
	font-family: "Red Hat Display", sans-serif;
	font-weight: 400;
	color: #ffffff;
	text-align: center;
	text-transform: lowercase;
	padding:8px 0;
}
.item_specs{
    margin:5px 18px;
}
.item_specs ul{
    margin:0;
    padding: 0;
}
.item_specs ul li{
    list-style: none;
    padding:8px 10px;
    margin:3px 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
	border-bottom:1px solid #cdcdcd;
}
.item_specs ul li span{
    font-size:14px;
	color:#323232;
	text-align:left;
	word-wrap: break-word;
	font-weight:400;
    width:50%;
}
.item_specs ul li span:first-child{
	font-weight: 600;
}
.subtitle_bg{
	display:flex;
	justify-content: space-between;
	gap:0px;
	align-items: flex-start;
	margin-bottom: 12px;
}
.subtitle_bg_text{
	font-size:14px;
	color:#343434;
	font-weight:500;
	font-family: "Oswald", sans-serif;
	padding:10px 0 10px 15px;
	text-align:left;
	text-transform:uppercase;
	background: url(catbg_repeat.png) #ffffff;
	background-repeat: repeat-x;
	background-position: bottom left;
	width: calc(100% - 12px);
}
/*** Featured Category Section Starts ***/
.featured_cat_section{
	display: flex;
	flex-direction: column;
	gap:1.5%;
}
.featured_cat_packs{
	display: flex;
	gap:1.5%;
}
.featured_cat_section a{
	text-decoration:none;
	display:block;
	position:relative;
	width:100%;
	overflow:hidden;
	transition: transform .3s ease;
}
.featured_cat_section a img{
	transition: 0.3s all ease-in-out;
	width:100%;
	position: relative;
	z-index: 0;
}
.featured_cat_section a:hover img{
	transform: scale(1.03);
}
.featured_cat_section a span{
	display: block;
	font-size: 26px;
	color: #ffffff;
	line-height: 26px;
	font-family: "Oswald", sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	max-width: 150px;
	position: absolute;
	z-index: 1;
	bottom: 10px;
	left: 10px;
}
/*** Additional Info Section Starts ***/
.additional_info{
	display: flex;
	justify-content: space-between;
	gap: 1.5%;
	margin-top: 1.5%;
}
.genuine_info, .expert_info{
	background: #EDECE8;
	padding: 10px;
}
.additional_info_inner{
	border:1px solid rgba(123, 123, 123, 0.3);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 20px;
	gap: 15px;
}
.genuine_info .additional_info_inner .additional_info_icon{
	margin:-10px 0 0 -20px;
}
.additional_info_text{
	font-size: 22px;
	font-weight: 700;
	font-family: "Red Hat Display", sans-serif;
	color: #00325E;
	line-height: 24px;
	text-transform: uppercase;
}
/*** Best Seller Section ***/
.bestseller_container{
	background: #ffffff;
	margin-top:20px;
	border-radius: 5px;
}
.bestseller_section.newarrivals{
	padding: 5px 15px 15px;
}
.newarrivals ul{
	display: flex;
	flex-wrap: wrap;
	align-content: flex-start;
	align-items: flex-start;
	justify-content: flex-start;
	gap:1.25%;
	margin-top: 10px;
	padding:0;
}
.newarrivals ul li{
	width: 19%;
	padding: 1%;
	margin: 0 0 1%;
	list-style: none;
}
/* .newarrivals ul li:nth-child(n+5){
	display: none;
} */
.newarrivals ul li:before{
	display: none;
}
.”widget_image”{
	position: relative;
	min-height: 160px;
	text-align: center;
	background: #EEEEEE;
	border-radius: 5px;
}
.”widget_image” img{
	width: 100%;
	max-height: 140px;
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.”widget_title” {
	height:40px;
	overflow: hidden;
	margin: 10px 0;
}
.”widget_title” a{
	color: #050505;
	font-size: 13px;
	font-weight: 400;
	font-family: "Red Hat Display", sans-serif;
	line-height: 22px;
	transition: all ease-in-out 0.3s;
}
.”widget_title” a:hover{
	color: #FF9600;
}
.”widget_price” {
	color: #FF9600;
	font-size: 17px;
	font-family: "Red Hat Display", sans-serif;
	font-weight: 700;
	padding: 8px 0;
}
.”widget_buynow”{
	display: none;
}

.footer{
	padding:10px 0;
	margin-top: 20px;
	height: 95px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap:10px;
	position: relative;
	z-index: 999;
}
.footer:before, .footer:after{
    content: "";
	height:95px;
	width:50%;
	position: absolute;
    z-index: -1;
}
.footer:before{
	background: #004A8B;
	left: 0;
}
.footer:after{
	background: #00325E;
	right: 0;
}


/*** PC Styles Starts ***/
@media screen and (min-width: 1023px){
	.page_container{
		width:992px;
		position: relative;
        margin:0 auto;
	}
}


@media screen and (max-width:1022px){
	a img, div img, img, .video embed{
		max-width:100%;
	}
	.page_container{
		width:100%;
		padding:0 10px;
	}
}


@media screen and (min-width:769px){
	.mobile_usp{
		display: none;
	}
	/*** Bottom Tabs Starts ***/
	.bottom_tab{
        margin:20px auto;
		background-color: #ffffff;
		border-radius: 5px;
	}
	.tab_top{
		display: flex;
        justify-content: flex-start;
	}
	.tab_title{
		color: #050505;
		display:block;
		font-family: "Oswald", sans-serif;
		cursor:pointer;
		text-align:center;
		padding:12px 0px;
		font-size: 14px;
		font-weight:600;
        width:20%;
        text-align: center;
		text-decoration: none;
		position:relative;
		text-transform:uppercase;
		transition: all ease-in-out 0.3s;
        border-bottom:2px solid #A2A2A2;
	}
	.tab_title:hover{
		border-bottom:2px solid #FF9600;
	}
	.tab_content{
		padding:20px;
		clear:both;
		text-align:left;
		font-family: "Red Hat Display", sans-serif;
		color:#050505;
		font-size: 13px;
		font-weight:400;
		text-decoration: none;
		line-height:24px;
		position: relative;
	}
	.mob_tab{
		display:none;
	}
	.bottom_tab #tab1:checked ~ .tab_content #content1,
	.bottom_tab #tab2:checked ~ .tab_content #content2,
	.bottom_tab #tab3:checked ~ .tab_content #content3,
	.bottom_tab #tab4:checked ~ .tab_content #content4,
	.bottom_tab #tab5:checked ~ .tab_content #content5,
	.bottom_tab #tab6:checked ~ .tab_content #content6,
	.bottom_tab #tab7:checked ~ .tab_content #content7{
		display:block;
	}
	.bottom_tab #tab1:checked ~ .tab_top .tab1,
	.bottom_tab #tab2:checked ~ .tab_top .tab2,
	.bottom_tab #tab3:checked ~ .tab_top .tab3,
	.bottom_tab #tab4:checked ~ .tab_top .tab4,
	.bottom_tab #tab5:checked ~ .tab_top .tab5,
	.bottom_tab #tab6:checked ~ .tab_top .tab6,
	.bottom_tab #tab7:checked ~ .tab_top .tab7{
		border-bottom:2px solid #FF9600;
	}
	/**** Pc Image Module Style Starts ****/
	.mobile_image{
		display:none;
	}
	input[name='thumb_click'] {
		display:none;
	}
	.desktop_image{
		width:550px;
		margin: 0 auto;
	}
	.desktop_image:after{
		content: '';
		display: table;
		clear: both;
	}
	.pc_main_img {
		width:525px;
		height:450px;
		margin: 0 auto;
		display:inline-block;
		position:relative;
	}
	.pc_main_img div {
		display:none;
		text-align:center;
	}
	.pc_main_img div img {
		width:auto;
		height:auto;
		max-width:525px; /*Width of the Main image*/
		max-height:450px; /*Height of the Main image*/
		position:absolute;
		top:0;
		bottom:0;
		left:0;
		right:0;
		margin:auto;
	}
	.pc_thumb_img {
		margin: 0px auto 20px;
		text-align:center;
	}
	.pc_thumb_img label {
		display:inline-block;
		margin:2px;
		width:95px;
		height:95px;
		overflow:hidden;
		cursor:pointer;
		border: 1px solid #E9E9E9;
		position:relative;
	}
	.pc_thumb_img label:hover {
		border:1px solid #FF9600;
	}
	.pc_thumb_img label img{
		display: block;
		width:auto;
		height:auto;
		max-width:95px;
		max-height:95px;
		position:absolute;
		top:0;
		bottom:0;
		left:0;
		right:0;
		margin:auto;
	}
	#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 #004A8B;
	}
	#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="{{image1}}"],
	.pc_thumb_img label[rel="{{image2}}"],
	.pc_thumb_img label[rel="{{image3}}"],
	.pc_thumb_img label[rel="{{image4}}"],
	.pc_thumb_img label[rel="{{image5}}"],
	.pc_thumb_img label[rel="{{image6}}"],
	.pc_thumb_img label[rel="{{image7}}"],
	.pc_thumb_img label[rel="{{image8}}"],
	.pc_thumb_img label[rel="{{image9}}"],
	.pc_thumb_img label[rel="{{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){
	.main_bg:before, .main_bg:after{
		width:50%;
	}
	#header{
		height: 95px;
	}
	.header_right{
		display: none;
	}
	.header_top .page_container{
		justify-content: center;
	}
	.logo{
		text-align: center;
	}
	#left_panel{
		display: none;
	}
	#right_panel{
		width:100%;
	}
	.item_title{
		font-size: 22px;
		padding: 10px;
	}
	#header .usp_content, .additional_info{
		display: none;
	}
	.usp_content.mobile_usp{
		background: #004A8B;
		border-radius: 5px;
	}
	.usp_content.mobile_usp ul{
		flex-direction: column;
	}
	.usp_content.mobile_usp ul li{
		display: block;
		width:100%;
		margin:0;
		padding:12px 0;
		text-align: center;
		border-top:1px solid #ffffff;
		border-bottom:1px solid #ffffff;
	}
	.usp_content ul li div{
		color: #ffffff;
	}
	.newarrivals ul li{
		width:49%;
	}
	.newarrivals ul li:nth-child(7), .newarrivals ul li:nth-child(8), .newarrivals ul li:nth-child(9), .newarrivals ul li:nth-child(10){
		margin-right:0;
	}
	.brands_inner{
		padding: 0px;
	}
	/**** Mobile Tab Starts ****/
	.tab_top{
		display:none;
	}
	.bottom_tab{
		width:100%;
		margin:10px auto 15px;
	}
	.mob_tab{
		display:block;
	}
	.tab_title{
		color: #050505;
		background:#ffffff;
		font-size: 14px;
		font-weight: 600;
		float:none;
		font-family: "Oswald", sans-serif;
		text-decoration: none;
		text-align:left;
		margin:0px 0 5px;
		padding:9px 0 7px;
		text-indent:15px;
		display:block;
		cursor:pointer;
		text-transform:uppercase;
		border-bottom: 2px solid #00325E;
	}
	.tab_title:after{
		content:"+";
		float:right;
		font-size:18px;
		margin-right:15px;
	}
	.tab_content{
		clear:both;
		font-size:13px;
		font-family: "Red Hat Display", sans-serif;
		color:#050505;
		text-align:left;
		line-height:24px;
		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,
	.tab_content #content6,
	.tab_content #content7{
		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,
	#mobtab6:checked ~ .tab_content #content6,
	#mobtab7:checked ~ .tab_content #content7{
		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,
	#mobtab6:checked ~ .tab_content .tab6,
	#mobtab7:checked ~ .tab_content .tab7{
		border-bottom:2px solid #FF9600;
		margin: 0;

	}
	#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,
	#mobtab6:checked ~ .tab_content .tab6:after,
	#mobtab7:checked ~ .tab_content .tab7:after{
		content:"-";
		float:right;
		font-size:20px;
		color:#6E3114;
		margin-right:15px;
	}
	/**** 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('arrow_right.png') no-repeat center top 5px;
		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('arrow_left.png') no-repeat center top 5px;
		display: block;
		float: left;
		left:-10px;
	}
	#mob-slides ul li[rel=""], #mob-slides label[rel=""],
	#mob-slides ul li[rel="{{image1}}"], #mob-slides label[rel="{{image1}}"],
	#mob-slides ul li[rel="{{image2}}"], #mob-slides label[rel="{{image2}}"],
	#mob-slides ul li[rel="{{image3}}"], #mob-slides label[rel="{{image3}}"],
	#mob-slides ul li[rel="{{image4}}"], #mob-slides label[rel="{{image4}}"],
	#mob-slides ul li[rel="{{image5}}"], #mob-slides label[rel="{{image5}}"],
	#mob-slides ul li[rel="{{image6}}"], #mob-slides label[rel="{{image6}}"],
	#mob-slides ul li[rel="{{image7}}"], #mob-slides label[rel="{{image7}}"],
	#mob-slides ul li[rel="{{image8}}"], #mob-slides label[rel="{{image8}}"],
	#mob-slides ul li[rel="{{image9}}"], #mob-slides label[rel="{{image9}}"],
	#mob-slides ul li[rel="{{image10}}"], #mob-slides label[rel="{{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){
	.featured_cat_container{
		display: none;
	}
}