@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: "Montserrat", sans-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: #CE002E;
}
.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{
    content: "";
	height:101px;
	width:100%;
	position: absolute;
    z-index: 1;
	top:0px;
	background: #F8F6F4;
}
.bg_container{
    position: relative;
}
#header{
	height:334px;
	position: relative;	
   	z-index: 99;
}
.header_top{
    height:101px;
}
.header_top .page_container{
	height:101px;
	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;
	background-position: center right;
}
.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:#050505;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
	text-transform: uppercase;
	transition: all ease-in-out 0.4s;
}
.header_usp_text a{
	color: #BD214C;
	font-weight: 700;
}
.header_usp_text a:hover{
    color:#050505;
}
/*** Header Banner Starts ***/
.header_banner{
	background: url(header_banner.png) repeat-x #9a1030;
	background-position: center center;
	height: 187px;
}
.header_banner .page_container{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	height:187px;
}
.header_banner_conent{
	max-width: 500px;
	margin: 0 auto 0 0;
}
.header_banner_maintext{
	font-size: 34px;
	font-weight: 700;
	color: #ffffff;
	text-transform: uppercase;
	text-align: left;
	line-height: 30px;
}
.header_banner_subtext{
	font-size: 13px;
	font-weight: 400;
	color: #ffffff;
	text-transform: capitalize;
	text-align: left;
	line-height: 17px;
	margin-top: 5px;
}
/*** USP Content Starts ***/
.usp_content{
	background:#343434;
}
.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: #ffffff;
	font-size:12px;
	font-weight:500;
	text-align:left;
	display:inline-block;
	text-transform: capitalize;
	line-height:12px;
	vertical-align:middle;
}
#storebg{
	width:100%;
	background: #ffffff;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-top:12px;
	padding: 5px 0;
	box-shadow: 0px 0px 15px #FCECF0;
	border-radius: 5px;
}
#left_panel{
	width:21%;
}
#right_panel{
	width:78.75%;
	border-left:1px solid rgb(112, 112, 112, 0.3);
}
.panelbg_container, .helpfulbg_container{
	background-color: #ffffff;
	margin-bottom: 20px;
}
.panelbg, .panelbg.helpfulbg{
	text-decoration:none;
	font-size:13px;
	color:#ffffff;
	background: url('panelbg_icon.svg') no-repeat center right 20px, linear-gradient(90deg, #CE002E 0%, #CC043100 100%);
	text-align:left;
	padding:13px 5px 13px 13px;
	font-weight:700;
	text-transform:uppercase;
}
.panelbg.helpfulbg{
	background:url(panelbg_icon.svg);
	background-repeat: no-repeat;
	background-position: center right 20px;
	color: #050505;
	position: relative;
}
.panelbg.helpfulbg::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 2px;
	width: 100%;
	background: transparent linear-gradient(90deg, #CE002E 0%, #CC043100 100%) 0% 0% no-repeat padding-box;
}
.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,
.SSG_menu ul li > a,
.helpful_list li a {
    text-decoration: none;
    display: block;
    font-size: 13px;
    color: #050505;
    text-align: left;
    padding: 14px 38px 14px 14px;
    font-weight: normal;
    text-transform: uppercase;
    background: #ffffff;
    word-wrap: break-word;
    position: relative;
}

/* ============================================================
   ALWAYS SHOW ARROWS FOR ANY LI THAT HAS SUBMENU
   LEVEL 1 + LEVEL 2 + LEVEL 3 (IMPORTANT FIX)
============================================================ */
.panel_list li:has(ul) > a,
.SSG_menu > ul > li:has(ul) > a,
.SSG_menu > ul > li > ul > li:has(ul) > a,
.SSG_menu > ul > li > ul > li > ul > li:has(ul) > a {
    background: url('menu_arrow.svg') no-repeat center right 15px #ffffff;
    padding-right: 38px !important; /* ensure space for arrow */
}

/* ============================================================
   HOVER STATES
============================================================ */
.panel_list li a:hover,
.SSG_menu ul li > a:hover,
.MenuItem a:hover,
.helpful_list li a:hover {
    color: #ffffff;
    background: linear-gradient(90deg, #CE002E 0%, #CC043100 100%);
}

/* Keep ARROW when hovering (IMPORTANT FIX) */
.panel_list li:has(ul) > a:hover,
.SSG_menu ul li:has(ul) > a:hover {
    background: url('menu_arrow.svg') no-repeat center right 15px,
    linear-gradient(90deg, #CE002E 0%, #CC043100 100%);
    color: #ffffff;
}

/* When hovering child submenu, parent arrow stays visible */
.SSG_menu li:hover > a:has(+ ul) {
    background: url('menu_arrow.svg') no-repeat center right 15px,
    linear-gradient(90deg, #CE002E 0%, #CC043100 100%);
    color: #ffffff;
}

/* ============================================================
   DROPDOWN DISPLAY
============================================================ */
.SSG_menu > ul > li > ul,
.SSG_menu > ul > li > ul > li > ul {
    display: none;
}

/* Show level 2 */
.SSG_menu > ul > li:hover > ul {
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 1px 3px #18171733;
    padding: 0;
    margin: 0;
    z-index: 99;
}

/* Show level 3 */
.SSG_menu > ul > li > ul > li:hover > ul {
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    background: #ffffff;
    box-shadow: 0px 1px 3px #18171733;
    padding: 0;
    margin: 0;
    z-index: 999;
}

/* ============================================================
   LEVEL 2 + LEVEL 3 LINK STYLING
============================================================ */
.SSG_menu > ul > li > ul li > a,
.SSG_menu > ul > li > ul > li > ul li > a {
    padding: 10px 8px;
    font-size: 13px;
    background: #ffffff;
    color: #050505;
    text-transform: none;
}

.SSG_menu > ul > li > ul li > a:hover,
.SSG_menu > ul > li > ul > li > ul li > a:hover {
    color: #ffffff;
    background: linear-gradient(90deg, #CE002E 0%, #CC043100 100%);
}

/* ARROWS FOR SUB LEVELS (IMPORTANT FIX) */
.SSG_menu > ul > li > ul > li:has(ul) > a,
.SSG_menu > ul > li > ul > li > ul > li:has(ul) > a {
    background: url('menu_arrow.svg') no-repeat center right 15px #ffffff;
    padding-right: 28px !important;
}

.SSG_menu > ul > li > ul > li:has(ul) > a:hover,
.SSG_menu > ul > li > ul > li > ul > li:has(ul) > a:hover {
    background: url('menu_arrow.svg') no-repeat center right 15px,
    linear-gradient(90deg, #CE002E 0%, #CC043100 100%);
    color: #ffffff;
}

.helpful_list li a:link, .helpful_list li a:active, .helpful_list li a:visited{
	background-color:#ffffff;
	text-transform: none;
	background: #ffffff;
	padding:8px 5px 8px 14px;
}
.helpful_list li a::after{
	display: none;
}
.helpful_list li a:hover,.helpful_list li a:focus{
	background: linear-gradient(90deg, #CE002E 0%, #CC043100 100%);
}
.newsletter_container{
	background: url(news_bg.png);
	background-position: center bottom;
	background-size: cover;
	padding: 28px 0px 0px;
	margin:0 10px 24px;
}
.newsletter_inner{
	padding:8px;
}
.newsletter_content{
	background: #222121;
	text-align: center;
	border-radius: 5px;
	padding:12px 10px;
}
.newsletter_subtitle{
	font-size: 12px;
	color: #ffffff;
	font-weight: 400;
	text-align: center;
	line-height: 13px;
	text-transform: uppercase;
}
.newsletter_title{
	font-size: 29px;
	color: #ffffff;
	font-weight: 700;
	text-align: center;
	line-height: 27px;
	text-transform: uppercase;
	margin:4px 0;
}
.signup{
    width: fit-content;
    height:40px;
    border-radius: 5px;
	margin: 0 auto;
}
.signup a{
    background: #CE002E;
    color: #ffffff;
    padding:11px 14px;
    display: block;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    border-radius: 5px;
    transition: all ease-in-out 0.4s;
}
.signup a:hover{
    background: #ffffff;
	color: #222222;
}
.left_banner{
	text-align: center;
}

.item_title{
	font-size:20px;
	color:#050505;
	font-weight:700;
	line-height:25px;
	text-align:center;
	text-transform:uppercase;
	padding:25px 100px 15px;
}
.price_container{
	margin:20px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap:6px;
}
.price_container > div{
	font-size: 19px;
	font-weight: 700;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
}
.price_label{
	color: #181818;
}
.price_value{
	color: #AB020E;
}
.titlebg{
	position: relative;
	font-size:20px;
	color:#050505;
	font-weight:700;
	padding:10px;
	text-align:center;
	text-transform:uppercase;
}
.titlebg::before, .titlebg::after{
	content: "";
	position: absolute;
	left: 0;
	bottom: 21px;
	height: 2px;
	width: 50%;
	background: transparent linear-gradient(90deg, #CC043100 0%, #CE002E 100%) 0% 0% no-repeat padding-box;
}
.titlebg::after{
	right: 0;
	left: inherit;
	background: transparent linear-gradient(90deg, #CE002E 0%, #CC043100 100%) 0% 0% no-repeat padding-box;
}
.titlebg span{
	display: block;
    width: fit-content;
    margin: 0 auto;
    background: #F8F6F4;
    position: relative;
    z-index: 999;
    padding: 0 10px;
}
.desc{
	font-size:13px;
	color:#050505;
	text-align:left;
	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: #AB020E;
	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:13px;
	color:#050505;
	text-align:left;
	word-wrap: break-word;
	font-weight:400;
	padding:6px;
	border:1px solid #1A2036;
}
.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::before{
	display: none;
}
.item_specs ul li span{
    font-size:13px;
	color:#050505;
	text-align:left;
	word-wrap: break-word;
	font-weight:400;
    width:50%;
}
.item_specs ul li span:first-child{
	font-weight: 600;
}
/*** Featured Category Section Starts ***/
.featured_cat_container{
	margin: 20px auto 0;
}
.featured_cat_section{
	display: flex;
	flex-direction: column;
	gap:1.5%;
}
.featured_cat_packs{
	display: flex;
	gap:1.5%;
	margin: 1.5% 0 0;
}
.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.cat_title{
	display: block;
	font-size: 18px;
	color: #050505;
	line-height: 25px;
	font-weight: 700;
	text-transform: uppercase;
	position: absolute;
	z-index: 1;
	bottom: 28px;
	left: 10px;
}
.featured_cat_section a span.cat_link{
	display: inline-block;
	font-size: 13px;
	color: #B6242F;
	line-height: 17px;
	font-weight: 400;
	text-transform: capitalize;
	position: absolute;
	z-index: 1;
	bottom: 10px;
	left: 10px;
}
/*** Best Seller Section ***/
.bestseller_container{
	background: #ffffff;
	margin-top:18px;
	padding: 15px 0 10px;
	border-radius: 5px;
}
.bestseller_container .titlebg span{
	background: #ffffff;
}
.bestseller_section.newarrivals{
	padding: 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: 0px;
}
.newarrivals ul li{
	width: 19%;
	padding: 1%;
	margin: 0;
	list-style: none;
}
.newarrivals ul li:before{
	display: none;
}
.”widget_image”{
	position: relative;
	min-height: 160px;
	text-align: center;
	background: #F2F2F2;
	border-radius: 5px;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.”widget_image” img{
	width: 100%;
	max-height: 140px;
	position: relative;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.”widget_title” {
	height:35px;
	overflow: hidden;
	margin: 10px 0 0;
}
.”widget_title” a{
	color: #050505;
	font-size: 13px;
	font-weight: 400;
	line-height: 17px;
	transition: all ease-in-out 0.3s;
}
.”widget_title” a:hover{
	color: #AB020E;
}
.”widget_price” {
	color: #AB020E;
	font-size: 16px;
	font-weight: 700;
	padding: 8px 0;
}
.”widget_buynow”{
	display: none;
}

.footer{
	text-align: center;
	padding:30px 0 10px;
}


/*** 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:24px auto;
		background-color: #ffffff;
		border-radius: 5px;
	}
	.tab_top{
		display: flex;
        justify-content: flex-start;
	}
	.tab_title{
		color: #050505;
		display:block;
		cursor:pointer;
		text-align:center;
		padding:14px 0px;
		font-size: 13px;
		font-weight:700;
        width:20%;
        text-align: center;
		text-decoration: none;
		position:relative;
		text-transform:uppercase;
		transition: all ease-in-out 0.3s;
        border-bottom:2px solid rgb(162, 162, 162, 0.4);
	}
	.tab_title:hover{
		border-bottom:2px solid #050505;
	}
	.bottom_tab.desc_top .tab_title{
		width:25%;
		padding:14px 0px;
	}
	.bottom_tab.desc_top .tab_top .empty_tab{
		color: transparent;
		font-size: 0px;
		width:50%;
	}
	.bottom_tab.desc_top .tab_top .empty_tab:hover{
		cursor: default;
		border-bottom:2px solid rgb(162, 162, 162, 0.4);
	}
	.tab_content{
		padding:20px;
		clear:both;
		text-align:left;
		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 #AA030F;
	}
	/**** Pc Image Module Style Starts ****/
	.mobile_image{
		display:none;
	}
	input[name='thumb_click'] {
		display:none;
	}
	.desktop_image{
		width:500px;
		margin: 0 auto;
	}
	.desktop_image:after{
		content: '';
		display: table;
		clear: both;
	}
	.pc_main_img {
		width:480px;
		height:480px;
		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:480px; /*Width of the Main image*/
		max-height:480px; /*Height of the Main image*/
		position:absolute;
		top:0;
		bottom:0;
		left:0;
		right:0;
		margin:auto;
		border: 1px solid #B5B5B5;
	}
	.pc_thumb_img {
		margin: 15px auto 0px;
		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 #CE002E;
	}
	.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 #000000;
	}
	#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){
	#header{
		height: 288px;
	}
	.header_right{
		display: none;
	}
	.header_top .page_container{
		justify-content: center;
	}
	.header_banner_maintext{
		font-size: 28px;
	}
	.logo{
		text-align: center;
	}
	#left_panel{
		display: none;
	}
	#right_panel{
		width:100%;
	}
	.item_title{
		font-size: 22px;
		padding: 20px 10px 10px;
	}
	#header .usp_content{
		display: none;
	}
	.usp_content.mobile_usp{
		background: #222121;
		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: 13px;
		font-weight: 700;
		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:uppercase;
		border-bottom: 2px solid rgb(162, 162, 162, 0.4);
	}
	.tab_title:after{
		content:"+";
		float:right;
		font-size:18px;
		margin-right:15px;
	}
	.tab_content{
		clear:both;
		font-size:13px;
		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 #AA030F;
		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:#AA030F;
		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;
	}
}

@media screen and (max-width:480px){
	.item_title{
		font-size: 18px;
	}
}