@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;
}
/* width */
::-webkit-scrollbar {
	width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
	box-shadow: inset 0 0 5px #9d9d9d; 
	border-radius: 10px;
}

/* Handle */
	::-webkit-scrollbar-thumb {
	background: #761F47; 
	border-radius: 10px;
}

/* Handle on hover */
	::-webkit-scrollbar-thumb:hover {
	background: #ad2062; 
}
.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;
    text-align: center;
}
#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;
}
#design table tr td a:hover{
	text-decoration:underline;
	font-weight:normal;
}
/*** Common Styles Ends ***/



.main_bg {
    position: relative;
}
.main_bg:before{
    content: "";
	height:49px;
	width:100%;
	background: #FBF8F9;
	position: absolute;
    z-index: 1;
	top:143px;
	left: 0;
}
.main_bg:after{
    content: "";
	height:1px;
	width:100%;
	background: rgba(0,0,0,0.1);
	position: absolute;
    z-index: 1;
	top:237px;
	left: 0;
}
.bg_container{
    background: #ffffff;
}
#header{
	height:237px;
}
#header .page_container{
	background:none;
}
.header_top{
	height: 143px;
    padding: 28px 0;
    text-align: center;
}
.logo{
    margin: 0 auto;
}
/*** Header Menu Style Starts ***/
.header_menu .menu-btn{
	display:none;
}
.header_menu{
	background:#FBF8F9;
    position: relative;
    z-index: 2;
	padding: 0;
}
.header_menu ul{
	margin:0 auto;
	padding:0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_menu ul > li{
	list-style:none;
}
.header_menu ul > li > a{
	display:block;
	color:#323232;
	font-size:15px;
	padding:15.5px 25px;
    font-family: 'Lato', sans-serif;
	font-weight:400;
	text-decoration:none;
	text-transform:uppercase;
	text-align:center;
	box-sizing: border-box;
	background:#FBF8F9;
    letter-spacing: 1px;
	transition:all ease-in-out 0.4s;
}
.header_menu ul > li:hover > a{
	background:#761F47;
    color: #ffffff;
}
/*** USP Content Starts ***/
.usp_content ul{
	margin:0px;
	padding:0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.usp_content ul li{
	list-style:none;
    margin: 12px 0;
}
.usp_content ul li img{
	vertical-align:middle;
	display:inline-block;
	margin-right:5px;
}
.usp_content ul li div{
	color: #707071;
	font-size:16px;
	font-weight:500;
    font-family: 'Inter', sans-serif;
	text-align:left;
	display:inline-block;
	vertical-align:middle;
	position: relative;
}


#storebg{
    padding: 20px 0;
}
#storebg .page_container{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: row-reverse;
    border: 0.5px solid #7070701A;
}
/*** Right Panel Styles ***/
#right_panel{
	width:78%;
	padding:20px 12px;
}
.item_title{
	font-size:22px;
	color:#761F47;
	font-family: 'Inter', sans-serif;
	font-weight:500;
	line-height:30px;
	text-align:left;
	text-transform:capitalize;
	padding:10px 0 20px;
}
.gallery_price_container{
	display: flex;
	justify-content: space-between;
}
.gallery_container{
	width:50%;
}
.price_container{
	width:48%;
}
.specs_bg{
	font-size:15px;
	color:#960A4A;
	font-weight:500;
	font-family: 'Inter', sans-serif;
	padding:12px 0px;
	text-align:left;
	text-transform:uppercase;
}
.item_specs{
    margin:12px 0;
}
.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;
}
.item_specs ul li:nth-child(odd){
    background:#FBF8F9;
}
.item_specs ul li span{
    font-size:15px;
	color:#060606BE;
	font-family: 'Inter', sans-serif;
	text-align:left;
	word-wrap: break-word;
	font-weight:400;
    width:50%;
}
.desc{
	font-size:15px;
	color:#060606BE;
	font-family: 'Inter', sans-serif;
	text-align:left;
	word-wrap: break-word;
	font-weight:400;
	padding:20px;
}
.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: #060606BE;
	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:#060606BE;
	text-align:left;
	word-wrap: break-word;
	font-weight:400;
	padding:6px;
	border:1px solid #1A2036;
}

.sale_banner{
    margin:20px 0;
}
.titlebg{
	font-size:16px;
	color:#1A1A1A;
	background: #FBF8F9;
	font-weight:600;
	font-family: 'Inter', sans-serif;
	padding:12px;
	margin:25px 0 10px;
	text-align:left;
	text-transform:uppercase;
	letter-spacing: 0.5px;
}
/*** Featured Category Section Starts ***/
.featured_cat_section{
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}
.fea_cat{
	border: 1px solid #751F462E;
    padding: 6px;
    background:#ffffff;
}
.fea_cat a{
	text-decoration:none;
	display:block;
	position:relative;
	width:100%;
	overflow:hidden;
	transition: 0.3s all ease-in-out;
}
.fea_cat a span{
	position:relative;
	font-size:13px;
	color:#751F46;
	background: #ffffff;
	text-align:center;
	word-wrap: break-word;
	text-transform:uppercase;
	font-weight:500;
	font-family: 'Inter', sans-serif;
	letter-spacing:0.5px;
	text-decoration:none;
	display: block;
    width: 100%;
    padding: 15px 0px 10px;
	z-index: 1;
	transition: 0.3s all ease-in-out;
}
.fea_cat a:hover span{
	background: #751F46;
	color: #ffffff;
}

/*** Best Seller Section Starts ***/
.bestseller_section ul{
	padding:0;
	margin:0;
	display: flex;
	align-items: flex-start;
	flex-wrap:wrap;
	justify-content: center;
}
.bestseller_section ul li{
	width:23.5%;
	list-style-type: none;
	border: 2px solid #9E617D2E;
	padding: 10px 8px;
	margin: 0 0.625% 1.25% 0.625%;
}
.bestseller_section ul li:last-child{
	margin-right:0;
}
.bestseller_section ul li:nth-child(10){
	display:none;
}
.bestseller_section ul li:before{
	display:none;
}
.bestseller_image{
	background:#ffffff;
	position: relative;
	width:100%;
	min-height: 175px;
}
.bestseller_image img, .”widget_image”{
	position: relative;
	top:0;
	bottom: 0;
	right:0;
	left: 0;
	margin:auto;
}
.bestseller_price, .”widget_price”{
	font-size:15px;
	color:#9E2F62;
	font-family: 'Inter', sans-serif;
	text-align:left;
	word-wrap: break-word;
	font-weight:700;
	margin: 12px 0;
}
.”widget_price”{
	margin:0;
}
.bestseller_title, .”widget_title”{
	height: 40px;
	overflow: hidden;
}
.”widget_title”{
	font-size:15px;
	color:#1A1A1A;
	font-family: 'Inter', sans-serif;
	text-align:left;
	word-wrap: break-word;
	font-weight:500;
	margin: 15px 0 10px;
	transition: all ease-in-out 0.3s;
}
.bestseller_title a, .”widget_title” a{
	font-size:15px;
	color:#1A1A1A;
	font-family: 'Inter', sans-serif;
	text-align:left;
	word-wrap: break-word;
	font-weight:500;
	transition: all ease-in-out 0.3s;
}
.bestseller_title a:hover, .”widget_title” a:hover{
	color:#9E2F62;
}
.bestseller_bin, .”widget_buynow”{
	margin-top:15px;
}
.bestseller_bin a, .”widget_buynow” a{
	font-size:13px;
	color:#9E2F62;
	font-weight:500;
	font-family: 'Inter', sans-serif;
	background:#ffffff;
	border:1px solid #9E2F62;
	border-radius:5px;
	display: block;
	padding:8px;
	max-width:90px;
	text-align:center;
	text-decoration: none;
	transition: all ease-in-out 0.3s;
}
.bestseller_bin a:hover, .”widget_buynow” a:hover{
	color:#ffffff;
	background:#9E2F62;
}

/*** Contact Banner Styles ***/
.contact_banner{
	background: #751F46;
	display: flex;
	align-items: center;
	justify-content: space-between;
    padding:1px;
}
.contact_text_container{
    padding:15px 10px 15px 25px;
    width:58%;
}
.contact_banner_text{
	font-size:17px;
	color:#ffffff;
	text-align:left;
	font-family: 'Inter', sans-serif;
	word-wrap: break-word;
	font-weight:500;
	text-transform: uppercase;
}
.contact_button_container{
    background: url(contact_banner_sprt.png) #ffffff;
    background-repeat: no-repeat;
    background-position: center left;
    width:42%;
    padding:15px 20px 15px 10px;
    text-align: right;
}
.contact_banner_button a{
	color: #751F46;
	display: inline;
	font-size: 16px;
	font-family: 'Inter', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	transition: all ease-in-out 0.3s  ;
}
.contact_banner_button a:hover{
	color: #000000;
}

/*** Left Panel Styles ***/
#left_panel{
	width:21%;
}
.panelbg{
	background: #751F46;
	color:#ffffff;
	font-size:16px;
	font-weight:400;
	font-family: 'Inter', sans-serif;
	margin:0px;
	text-align:left;
	text-transform: uppercase;
	padding:10px 5px 10px 18px;
}
.panel_list, .SSG_menu ul{
	margin:0px 0 15px;
	padding:10px 0;
	width:100%;
    background:#FBF8F9;
}
.panel_list li, .SSG_menu > ul > li{
	list-style-type:none;
	margin:0px;
}
.panel_list li a:link, .panel_list li a:active, .panel_list li a:visited, .SSG_menu > ul > li > a{
	text-decoration:none;
	display:block;
	color:#6B6666;
	font-size:15px;
	text-align:left;
	padding:9px 5px 9px 15px;
	font-weight:400;
	font-family: 'Inter', sans-serif;
	word-wrap: break-word;
	transition:all ease-in-out 0.3s;
	position: relative;
}
.panel_list li a:hover, .panel_list li a:focus, .SSG_menu > ul > li:hover > a, .SSG_menu > ul > li:hover > ul > li:hover > a{
	background: #751F46;
    color: #ffffff;
    position: relative;
}
/*** 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:100%;
    top:0%;
    left:100%;
    z-index:99;
    padding:0;
    margin:0;
    background:#FBF8F9;
    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:#6B6666;
    background:#FBF8F9;
    font-size:15px;
    text-align:left;
    padding:9px 5px 9px 15px;
    font-weight:400;
    transition: all .3s ease-in-out;
}
.SSG_menu > ul > li:hover > ul li a:hover{
    color:#ffffff;
    background: #751F46;
}
.left_banner{
	text-align: center;
    margin-bottom: 30px;
}

.footer_payment{
	background: #FBF8F9;
	padding:10px;
	text-align: center;
}
.footer{
	background: #ffffff;
	padding:25px 5px 15px;
	text-align: center;
}


/*** PC Styles Starts ***/
@media screen and (min-width: 1111px){
	.page_container{
		width:1080px;
        margin: 0 auto;
	}
}


@media screen and (max-width:1110px){
	a img, div img, img, .video embed{
		max-width:100%;
	}
	.page_container{
		width:100%;
		padding:0 10px;
	}
    .header_menu ul > li > a{
        padding:15.5px 15px;
    }
}


@media screen and (min-width:981px){
    .header_menu ul > li > a > br{
        display: none;
    }
}

@media screen and (max-width:980px){
	.main_bg:before{
		height:67px;
	}
    .main_bg:after{
        top:255px;
    }
	#header{
		height:255px;
	}
}


@media screen and (min-width:769px){
	#mob_title{
		display: none;
	}
	#pc_title{
		display: block;
	}
	/*** Bottom Tabs Starts ***/
	.bottom_tab{
        margin:25px auto;
    }
	.tab_top{
		background: #FBF8F9;
	}
	.tab_title{
		color: #323232;
		display:block;
		cursor:pointer;
		text-align:center;
		padding:12px 0px;
		font-size: 14px;
		font-family: 'Inter', sans-serif;
		font-weight:500;
		float: left;
		width:16.60%;
		text-decoration: none;
		position:relative;
		text-transform:uppercase;
        letter-spacing: 0.8px;
		transition: all ease-in-out 0.3s;
	}
	.tab_title:hover{
        color: #ffffff;
		background:#751F46;
	}
	.tab_content{
		padding:15px 20px;
		clear:both;
		text-align:left;
		color:#060606BE;
		font-family: 'Inter', sans-serif;
		font-size: 15px;
		font-weight:400;
		text-decoration: none;
		line-height:24px;
		position: relative;
        border: 1px solid #70707015;
	}
	.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{
		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{
		color: #ffffff;
		background:#751F46;
	}
	/**** Pc Image Module Style Starts ****/
	.mobile_image{
		display:none;
	}
	input[name='thumb_click'] {
		display:none;
	}
	.desktop_image {
		width: 408px;
		position:relative;
	}
	.desktop_image:after{
		content: '';
		display: table;
		clear: both;
	}
	.pc_main_img {
		width:408px;
		height:408px;
		background:#F9F9F9;
		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:408px; /*Width of the Main image*/
		max-height:408px; /*Height of the Main image*/
		position:absolute;
		top:0;
		bottom:0;
		left:0;
		right:0;
		margin:auto;
	}
	.pc_thumb_img {
		margin: 15px auto 0px;
		text-align:center;
	}
	.pc_thumb_img label {
		display:inline-block;
		margin:8px 0 0;
		width:80px;
		height:80px;
		overflow:hidden;
		cursor:pointer;
		border: 1px solid #70707057;
		position:relative;
	}
	.pc_thumb_img label:hover {
		border:1px solid #8AAA00;
	}
	.pc_thumb_img label img{
		display: block;
		width:auto;
		height:auto;
		max-width:80px;
		max-height:80px;
		position:absolute;
		top:0;
		bottom:0;
		left:0;
		right:0;
		margin:auto;
	}
	.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 #1B8133;
	}
	#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{
		background:#761F47;
        height: 2px;
	}
    .main_bg:after{
        display: none;
    }
	#header{
		height:145px;
	}
	.logo{
		margin: 0 auto 0 0;
        width: 257px;
	}
	.usp_content{
		display: none;
	}
	#storebg{
		padding:0;
	}
    #storebg .page_container{
        border:none;
    }
	#mob_title{
		display: block;
	}
	#pc_title{
		display: none;
	}
	#left_panel{
		display: none;
	}
	#right_panel{
		width:100%;
		padding:15px 0;
	}
	.item_title{
		text-align: center;
		font-size: 22px;
		line-height: 30px;
	}
	.gallery_price_container{
		flex-wrap: wrap;
	}
	.gallery_container, .price_container{
		width:100%;
	}
	.price_container{
		margin-top: 20px;
	}
	.price_section{
		text-align: center;
	}
	/**** Mobile Tab Starts ****/
	.tab_top{
		display:none;
	}
	.bottom_tab{
		width:100%;
		margin:10px auto 15px;
	}
	.mob_tab{
		display:block;
	}
	.tab_title{
		color: #323232;
		background:#FBF8F9;
		font-size: 15px;
		font-weight: 600;
		float:none;
		text-decoration: none;
		text-align:left;
		font-family: 'Inter', sans-serif;
		margin:0px 0 8px;
		padding:12px 0;
		text-indent:15px;
		display:block;
		cursor:pointer;
		text-transform:uppercase;
	}
	.tab_title:after{
		content:"+";
		float:right;
		font-size:18px;
		margin-right:15px;
	}
	.tab_content{
		clear:both;
		font-size:15px;
		color:#060606BE;
		font-family: 'Open Sans', sans-serif;
		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{
		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{
		display:block;
        border:1px solid #70707015;
        margin-bottom: 8px;
	}
	#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{
		background:#761F47;
		margin: 0;
        color:#ffffff;
	}
	#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{
		content:"-";
		float:right;
		font-size:20px;
		color:#ffffff;
		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 #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('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="{{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;
	}

    /***** Mobile Menu Starts *****/
	.header_menu .menu-icon{
	    cursor: pointer;
	    display: inline-block;
	    float: right;
	    padding: 15px 10px;
	    margin-top: -85px;
	    position: relative;
	    user-select: none;
	}
	.header_menu .menu-icon .navicon{
	    background: #761F47;
	    display: block;
	    height: 3px;
	    position: relative;
	    transition: background .2s ease-out;
	    width: 25px;
	}
	.header_menu .menu-icon .navicon:before, .header_menu .menu-icon .navicon:after{
	    background: #761F47;
	    content: '';
	    display: block;
	    height: 100%;
	    position: absolute;
	    transition: all .2s ease-out;
	    width: 100%;
	}
	.header_menu .menu-icon .navicon:before{
	    top: 7px;
	}
	.header_menu .menu-icon .navicon:after{
	    top: -7px;
	}
	.header_menu .menu-btn:checked ~ .menu-icon .navicon{
	    background: transparent;
	}
	.header_menu .menu-btn:checked ~ .menu-icon .navicon:before{
	    transform: rotate(-45deg);
	    top: 0px;
	}
	.header_menu .menu-btn:checked ~ .menu-icon .navicon:after{
	    transform: rotate(45deg);
	    top:0px;
	}
	.header_menu{	
	    background: transparent;
	    height: auto;
		padding: 0;
	    position: relative;
	    z-index: 999;
	}
	.header_menu ul{
		display:none;
	}
	.header_menu .menu-btn:checked ~ ul{
		display: inline-block;
		width: 100%;
		background:#761F47;
		padding:0 2px;
	}
	.header_menu ul > li:hover > a:after{
		height:0px;
	}
	.header_menu ul li{
		float:none;
		width: 100% !important;
		padding: 0px !important;
		text-indent: 12px;
		position: unset;
		margin:0;
	}
	.header_menu li.sprt{
		display:none;
	}
	.header_menu ul > li > a{
		padding: 12px 0;
		margin:2px 0;
		text-align:left;
		height:40px;
	}
	.header_menu ul > li:hover a{
		color:#ffffff;
	}
    .header_menu ul > li > a > br{
        display: none;
    }
	.header_menu li:hover > ul{
		display:none;
	}
}


@media screen and (max-width:640px){
	.bestseller_container, .featured_cat_container, .sale_banner{
		display: none;
	}
    .contact_banner_text, .contact_banner_button a{
        font-size:15px;
    }
}


@media screen and (max-width:420px){
    .logo{
        width:220px;
    }
    .contact_banner{
        flex-direction:column;
        padding-bottom: 10px;
    }
    .contact_text_container{
        width:100%;
        padding: 15px 10px;
    }
    .contact_banner_text{
        text-align: center;
    }
    .contact_button_container{
        background: #ffffff;
        text-align: center;
        width:50%;
    }
}