/*** Common Styles Starts ***/
body{
	padding:0;
	margin:0;
}
.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;
}
a.linkopac:hover img{
	filter:alpha(opacity=60);   
	-moz-opacity: 0.6;   
	opacity: 0.6; 
}
.tab_content > #content1,
.tab_content > #content2,
.tab_content > #content3,
.tab_content > #content4,
.tab_content > #content5{
	display:none;
}
#design{
	padding-top:10px;
	background:#f2f4f5;
}
#design table{
	margin-top:10px;
}
#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:#ffffff;
}
.page_container{
	margin:0px auto;
}
/*** Header Starts ***/
#header{
	height:auto;
}
.top_bar{
	background:#1e2a32;
	border-radius:9px;
	margin-top:20px;
	text-align:center;
	color: #fff;
    font-family: 'Open Sans', sans-serif;
    padding: 10px 0;
}
.top_bar img{
	width:270px;
	padding-top:12px;
}
.main_header{
	height:90px;
	margin:15px auto;
	border:2px solid #eeeeee;
	border-radius:9px;
}
.logo{
	float:left;
	width:150px;
}
.logo img{
	padding:25px 0 0 20px;
	width:140px;
}
.main_header_right{
	float:left;
	margin-left:45px;
}
#header_menu input[type="checkbox"]{
    display: none;
}
.header_menu{
	margin:0;
	padding:0;
	position:relative;
	display: inline-block;
}
.header_menu > li{
	float:left;
	list-style:none;
}
.header_menu > li > a{
	display:block;
	color:#1e2a32;
	font-size:15px;
	padding:36px 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	text-decoration:none;
	text-align:center;
	position:relative;
	box-sizing: border-box;
	word-break: break-word;
}
.header_menu > li.menu2 > a, .header_menu > li.menu3 > a, .header_menu > li.menu5 > a{
	padding:36px 45px 36px 20px;
}
.header_menu > li.menu2 > a:before, .header_menu > li.menu3 > a:before, .header_menu > li.menu5 > a:before{
	content: '';
	position: absolute;
	border-right:2px solid #5f5f5f;
	border-bottom:2px solid #5f5f5f;
    width: 8px;
    height: 8px;
    right: 25px;
    margin-top: 8px;
	transform: translateY(-50%) rotate(45deg);
}
.header_menu > li:hover a{
	color:#cf142b;
}
.header_menu > li.menu2:hover > a:before, .header_menu > li.menu3:hover > a:before, .header_menu > li.menu5:hover > a:before{
	border-right:2px solid #cf142b;
	border-bottom:2px solid #cf142b;
}
/*** 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;
	width:240px;
	left: 0px;
	top:92px;
	z-index:999;
	padding:10px 0px;
	margin:0px;
	border-radius:9px;
	background:#ffffff;
	border:2px solid #cf142b;
	border-top:2px solid #cf142b;
}
.header_menu li.menu2:hover > ul{
	width:1200px;
	left:-132px;
}
.header_menu li.menu3:hover > ul{
	width:1200px;
	left:-132px;
}
.header_menu li.menu5:hover > ul{
	width:297px;
	left:468px;
}
.header_menu li:hover > ul > li{
	float:none;
}
.header_menu li:hover > ul > li.submenu_title:before{
	content: '';
	position: absolute;
	border-right:1px solid #cf142b;
	border-bottom:1px solid #cf142b;
	width:5px;
	height:5px;
	left: 8px;
	margin-top:15px;
	transform: translateY(-50%) rotate(-45deg);
}
.header_menu li:hover > ul > li.submenu_title:hover:before{
	border-right:1px solid #ffc000;
	border-bottom:1px solid #ffc000;
}
.header_menu li:hover > ul > li:hover a{
	color:#523b71;
	background:#ffffff;
}
.header_menu li:hover > ul > li > .sub_level{
    display: block;
    background: #ffffff;
}
.header_menu li:hover > ul > li > .sub_level > .sub_level_list{
	float:left;
    width: 297px;
	padding:0;
	position:relative;
	border-right:2px solid #eeeeee;
}
.header_menu li:hover > ul > li > .sub_level > .sub_level_list:last-child{
	border-right:none;
}
.header_menu li.menu5:hover > ul > li > .sub_level > .sub_level_list:last-child, .header_menu li.menu5:hover > ul > li > .sub_level > .sub_level_list:first-child{
	border-right:none;
}
.header_menu li:hover > ul > li > .sub_level > .sub_level_list ul{
	display:block;
}
.header_menu li:hover > ul > li > .sub_level > .sub_level_list ul li.submenu_title:before{
	content: '';
	position: absolute;
	border-right:1px solid #cf142b;
	border-bottom:1px solid #cf142b;
	width:5px;
	height:5px;
	left: 8px;
	margin-top:15px;
	transform: translateY(-50%) rotate(-45deg);
}
.header_menu li:hover > ul > li > .sub_level > .sub_level_list ul li.submenu_title:hover:before{
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
}
.header_menu li:hover > ul > li > .sub_level > .sub_level_list ul li a{
	display:block;
	font-weight:500;
	color:#1e2a32;
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
	text-decoration:none;
	text-align:left;
	border-bottom:none;
	box-sizing: border-box;
	padding:5px 0px 5px 35px;
	background:#ffffff;
	text-transform:none;
}
.header_menu li:hover > ul > li > .sub_level > .sub_level_list ul li.submenu_title a, .header_menu li.menu5:hover > ul > li > .sub_level > .sub_level_list ul li a{
	padding:5px 0px 5px 22px;
}
.header_menu li:hover > ul > li > .sub_level > .sub_level_list ul li.submenu_title a{
	color:#cf142b;
	font-size:15px;
	font-weight:600;
}
.header_menu li:hover > ul > li > .sub_level > .sub_level_list ul li a:hover{
	color:#ffffff;
	background:#1b1b1b;
}
/**** Promotion Banner Styles ***/
.promotion_banner{
	margin-bottom:15px;
	border:3px solid #cf142b;
	border-radius:9px;
	padding:8px 8px 12px;
}
.promotion_banner div{
	text-align:center;
	color: #1e2a32;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}
.promotion_banner div span{

	font-weight:800;
	font-size:20px;
	text-transform:uppercase;
}
/**** USP Styles Starts ****/
#usp_content{
	margin:0 auto;
	padding:10px 0;
	background:#cf142b;
	border-radius:9px;
	display:flex;
	height:38px;
}
.usp_content_1, .usp_content_2, .usp_content_3{
	text-align:center;
}
.usp_content_1{
	width:340px;
	padding:0px 28px;
}
.usp_content_2{
	width:350px;
	padding:0px 23px;
	border-right:1px solid #ffffff;
	border-left:1px solid #ffffff;
}
.usp_content_3{
	width:340px;
	padding:0px 28px;
}
.usp_icon{
	vertical-align:middle;
	display:inline-block;
}
.usp_icon > img {
    vertical-align: bottom;
	width:32px;
	margin-right: 5px;
}
.usp_text{
	display:inline-block;
	padding:5px 0;
	vertical-align:middle;
	color:#ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
}	
#storebg{
	margin:20px auto;
}
.item_title{
	font-size:21px;
	color:#1e2a32;
	font-weight:700;
	font-family: 'Open Sans', sans-serif;
	padding:0px 0px 20px;
	line-height:25px;
	text-align:left;
}
#gallery_desc_content{
	margin:0px 0 15px;
}
#gallery_content{
	float:left;
	width:56%;
}
.dec_container{
	margin-bottom:25px;
}
#desc_content{
	float: right;
	width: 38%;
	margin-left: 2%;
	padding: 24px 2%;
	background: #eeeeee;
	border-radius: 9px;
	min-height: 628px;
}
.desc{
	font-size:15px;
	color:#1e2a32;
	text-align:left;
	font-family: 'Open Sans', sans-serif;
	padding:0px;
	word-wrap: break-word;
	font-weight:400;
	text-decoration:none;
}
.desc a, .tab_content a{
	word-wrap: break-word;
}
.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:9px 0 9px 15px;
}
.desc ul li, .tab_content ul li{
	margin:9px 0 9px 15px;
	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: -16px;
	top: -2px;
	color: #000000;
	font-size: 20px;
}
.tab_content ul li:before{
	top: 2px;
}
.desc img, .tab_content img{
	width:auto;
	height:auto;
	max-width:95%;
}
.desc table, .tab_content table{
	width:100%;
	border-collapse:collapse;
}
.desc table td, .tab_content table td{
	font-size:15px;
	color:#1e2a32;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	word-wrap: break-word;
	font-weight:500;
	padding:8px;
	border:1px solid #e0e0e0;
}
.desc h1{
	font-size:28px;
	font-weight:400;
}
.desc h2{
	font-size:18px;
	font-weight:600;
}
.desc h3{
	font-size:14px;
	font-weight:700;
}
.enquire_section{
	width:100%;
	display:flex;
	margin:20px auto 24px;
	background:#eeeeee;
	padding:22px 25px;
	box-sizing:border-box;
	border-radius:9px;
}
.enquire_text{
	width:82%;
	margin-right:2%;
	padding:10px 0 0 45px;
	background:url(banner_icon.png);
	background-repeat:no-repeat;
	background-size: 35px 35px;
	background-position: left center;
	color:#1e2a32;
	font-size:18px;
	font-family: 'Open Sans', sans-serif;
	font-weight:500;
	text-decoration:none;
	text-align:left;
	display:block;
	box-sizing: border-box;
}
.enquire_text span{
	font-weight:600;
}
.enquire_button{
	width:180px;
	margin:2px 0;
	border-radius:25px;
}
.enquire_button a{
	color:#ffffff;
	background:#1e2a32;
	font-size:18px;
	padding:8px 10px;
	font-family: 'Open Sans', sans-serif;
	font-weight:500;
	text-decoration:none;
	text-align:center;
	display:block;
	position:relative;
	border-radius:25px;
	box-sizing: border-box;
}
.enquire_button a:hover{
	background:#cf142b;
}
.enquire_button a:before{
	content: '';
	position: absolute;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    width: 8px;
    height: 8px;
    right: 10%;
    margin-top: 13px;
	transform: translateY(-50%) rotate(-45deg);
}

.titlebg{
font-size:18px;
color:#1e2a32;
font-weight:600;
padding:9px 0px;
font-family: 'Open Sans', sans-serif;
margin:30px 0 10px;
text-align:left;
text-transform:capitalize;
border-bottom: 2px solid #cf142b;
}
.item_specs{
margin:12px 0;
}
.item_specs ul{
margin:0;
padding: 0;
}
.item_specs ul li{
list-style: none;
padding:10px 15px;
display: flex;
align-items: flex-start;
justify-content: flex-start;
max-width: 350px;
}
.item_specs ul li span{
font-size:13px;
color:#1e2a32;
text-align:left;
word-wrap: break-word;
font-weight:400;
}
.item_specs ul li:nth-child(even){
background: #F2F2F2;
}
.item_specs ul li span:last-child{
padding-left: 5px;
}
/*** New Arrivals & Related Items ***/
.newarrivals ul{
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  justify-content: flex-start;
  gap:1.15%;
  margin-top: 10px;
}
.newarrivals ul li{
  width: 21%;
  padding: 0.75% 1.5%;
  margin: 0 0 1.25%;
  list-style: none;
  border: 1px solid #cccccc;
}
.newarrivals ul li:nth-child(9), .newarrivals ul li:nth-child(10){
  display: none;
}
.newarrivals ul li:before{
  display: none;
}
.newarrivals ul li .”widget_image” {
  aspect-ratio: 4 / 3;  /* or 1 / 1 for square */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.newarrivals ul li .”widget_image” img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
  .”widget_title” {
  height:50px;
  overflow: hidden;
  margin: 15px 0 5px;
}
.”widget_title” a{
  color: #1e2a32;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  line-height: normal;
  transition: all ease-in-out 0.3s;
}
.”widget_title” a:hover{
  color: #cf142b;
}
.”widget_price” {
  color: #1e2a32;
  font-size: 15px;
  font-weight: 600;
  padding: 5px 0;
}
.”widget_buynow”{
  width: 90px;
  height: 33px;
  margin: 10px auto 0 0;
}
.”widget_buynow” a{
  color: #ffffff;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  padding: 8px 10px;
  background-color: #1e2a32;
  transition: all .3s ease-in-out;
}
.”widget_buynow” a:hover{
  background-color:#cf142b;
}


/*** PC Styles Starts ***/
@media screen and (min-width: 1231px){
.page_container{
	max-width:1200px;
	width:100%;
}
#header_menu .menu-icon{
	display:none;
}
#header_menu input[type="checkbox"], #header_menu label{
	display: none;
}
.pc_main_img {
    height: 650px;
}
.pc_main_img div img {
    max-height: 650px;
}
.cross_promotion_content{
	min-height:170px;
}
}


@media screen and (max-width:1000px){
.cross_promotion_content {
    padding: 10px 15px;
}
.cross_promotion_button a {
    padding: 8px 35px 8px 15px;
}
.cross_promotion_button a:before{
	right:15px;
}
}


@media screen and (max-width:1230px){
a img, div img, img, .video embed{
	max-width:100%;
}
.main_bg{
	background:#ffffff;
}
.page_container{
	width:100%;
	padding:0 10px;
	box-sizing: border-box;
}
.top_bar{
	margin-top:15px;
}
.header_menu li:hover > ul, .header_menu li a:hover > ul{
	display:none;
}
.pc_main_img {
    height: 550px;
}
.pc_main_img div img {
    max-height: 550px;
}
#desc_content {
	min-height: 528px;
}
.cross_promotion_list ul li:nth-child(4) .cross_promotion_button a{
	font-size:15px;
}
}


@media screen and (min-width:981px){
#pc_title{
	display:block;
}
#mob_title{
	display:none;
}
.responsive_thumb_img{
	display:none;
}
.pc_thumb_img{
	display:block;
}
.desktop_image {
	width: 100%;
}
.pc_main_img {
	width:100%;
}
}


@media screen and (max-width:980px){
.main_header_right {
    margin-left: 15px;
}
.item_title{
	text-align:center;
	padding:10px 0px 15px;
}
#pc_title{
	display:none;
}
#mob_title{
	display:block;
}
#gallery_content{
	float:none;
	width:100%;
}
.pc_thumb_img{
	display:none;
}
.responsive_thumb_img{
	display:block;
}
.desktop_image {
	width: 90%;
}
.pc_main_img {
	width:90%;
}
#desc_content{
	float:none;
	width:100%;
	margin:20px 0 0 0;
	box-sizing:border-box;
	min-height: unset;
}
}


@media screen and (max-width:930px){
#header {
    height: auto;
}
#usp_content{
	display:none;
}
.pc_main_img {
    height: 500px;
}
.pc_main_img div img {
    max-height: 500px;
}
}

@media screen and (max-width:900px){
.main_header_right {
    float: right;
}
}


@media screen and (max-width:600px){
.enquire_section{
	display:block;
	margin: 10px auto 15px;
}
.enquire_text {
    width: 100%;
    margin: 0%;
}
.enquire_button {
    margin: 15px 0 0px;
}
}


@media screen and (min-width:641px){
.mobile_image{
	display:none;
}
/**** Pc Image Module Style Starts ****/
input[name='thumb_click'] {
	display:none;
}
.desktop_image {
	background:#ffffff;
	margin: 0px auto;
	padding:0px;
	position:relative;
}
.pc_main_img {
	/*height:550px;*/
	background:#ffffff;
	margin: 0 auto;
	padding:10px 0;
	display:inline-block;
	position:relative;
	border:3px solid #eeeeee;
	border-radius:6px;
}
.pc_main_img div {
	display:none;
	text-align:center;
}
.pc_main_img div img {
	width:auto;
	height:auto;
	/*max-width:550px;*/ /*Width of the Main image*/
	/*max-height:550px;*/ /*Height of the Main image*/
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
}
.pc_thumb_img, .responsive_thumb_img {
	width: 100%;
	margin: 30px auto 0px;
	text-align:center;
}
.pc_thumb_img label, .responsive_thumb_img label {
	display:inline-block;
	background:#ffffff;
	margin:2px;
	width:82px;
	height:82px;
	overflow:hidden;
	cursor:pointer;
	border:1px solid #e1e1e1;
	position:relative;
}
.pc_thumb_img label:hover, .responsive_thumb_img label:hover {
	border:1px solid #e94f2d;
}
.pc_thumb_img label img, .responsive_thumb_img label img{
	display: block;
	width:auto;
	height:auto;
	max-width:82px;
	max-height:82px;
	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,
#thumb-id1:checked ~ .responsive_thumb_img .thumb-id1,
#thumb-id2:checked ~ .responsive_thumb_img .thumb-id2,
#thumb-id3:checked ~ .responsive_thumb_img .thumb-id3,
#thumb-id4:checked ~ .responsive_thumb_img .thumb-id4,
#thumb-id5:checked ~ .responsive_thumb_img .thumb-id5,
#thumb-id6:checked ~ .responsive_thumb_img .thumb-id6,
#thumb-id7:checked ~ .responsive_thumb_img .thumb-id7,
#thumb-id8:checked ~ .responsive_thumb_img .thumb-id8,
#thumb-id9:checked ~ .responsive_thumb_img .thumb-id9,
#thumb-id10:checked ~ .responsive_thumb_img .thumb-id10{
	border:1px solid #4a4a4a;
}
#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}}"],
.responsive_thumb_img label[rel=""],
.responsive_thumb_img label[rel="{{image1}}"],
.responsive_thumb_img label[rel="{{image2}}"],
.responsive_thumb_img label[rel="{{image3}}"],
.responsive_thumb_img label[rel="{{image4}}"],
.responsive_thumb_img label[rel="{{image5}}"],
.responsive_thumb_img label[rel="{{image6}}"],
.responsive_thumb_img label[rel="{{image7}}"],
.responsive_thumb_img label[rel="{{image8}}"],
.responsive_thumb_img label[rel="{{image9}}"],
.responsive_thumb_img label[rel="{{image10}}"]{
	display: none !important;
}
/**** Bottom Tabs Style Starts ****/
.bottom_tab {
    margin: 0px auto 20px;
}
.tab_title {
	color: #1e2a32;
	background:#eeeeee;
	display:block;
	float:left;
	cursor:pointer;
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	margin:0px 10px 0 0;
	padding:13px 50px;
	font-size: 18px;
	font-weight:500;
	text-decoration: none;
	border-top-left-radius:9px;
	border-top-right-radius:9px;
}
.tab_title:hover{
	color:#cf142b;
}
.tab_content{
	padding:18px;
	clear:both;
	text-align:left;
	color:#1e2a32;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight:400;
	text-decoration: none;
	line-height:22px;
	border:2px solid #eeeeee;
	border-bottom-left-radius:9px;
	border-bottom-right-radius:9px;
	border-top-right-radius:9px;
}
.tab_content a{
	color:#ff0000;
	text-decoration:underline;
}
.tab_content a:hover{
	text-decoration:none;
}
.mob_tab{
	display:none;
}
#tab1:checked ~ .tab_content #content1,
#tab2:checked ~ .tab_content #content2,
#tab3:checked ~ .tab_content #content3,
#tab4:checked ~ .tab_content #content4,
#tab5:checked ~ .tab_content #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:#1e2a32;
	color:#ffffff;
	font-weight:600;
}
}



@media screen and (max-width:640px){
/**** Mobile Image Slider Starts ****/
.desktop_image, .pc_thumb_img{
	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:12px;
	height:12px;
	position:relative;
	top:-170px;
	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){
	border: solid black;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
	float: right;
	right:0px;
}
#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){
	border: solid black;
	border-width: 0 3px 3px 0;
	display: inline-block;
	padding: 3px;
	transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
	float: left;
	left:0px;
}
#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 Tab Starts ****/
.tab_top{
	display:none;
}
.bottom_tab {
	width:100%;
	margin:15px auto;
	padding:0;
}
.mob_tab {
	display:block;
}
.tab_title {
	background:#eeeeee;
	color: #1e2a32;
	font-size: 18px;
	font-weight: 500;
	float:none;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	text-align:left;
	margin:8px 0;
	width:100%;
	padding:12px 0;
	text-indent:15px;
	display:block;
	cursor:pointer;
	border-radius:7px;
}
.tab_title:after{
	content:"+";
	float:right;
	font-size:18px;
	margin-right:15px;
}
.tab_content {
	clear:both;
	font-size:14px;
	color:#1e2a32;
	font-family: 'Open Sans', sans-serif;
	text-align:left;
	line-height:22px;
	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:15px;
}
#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;
	border: 2px solid #eeeeee;
	border-top:none;
    border-bottom-left-radius: 9px;
    border-bottom-right-radius: 9px;
}
#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: #1e2a32;
    color: #ffffff;
    font-weight: 600;
	border-top-left-radius: 9px;
    border-top-right-radius: 9px;
	border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
	margin-bottom:0px;
}
#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:#ffffff;
	margin-right:15px;
}
}



/**** Responsive Menu Styles *****/
@media screen and (min-width:300px) and (max-width:900px){
.main_header_right{
	float:none;
	margin:0;
}
#header_menu .menu-icon{
    cursor: pointer;
    display: inline-block;
    float: right;
    padding: 15px 8px;
    margin: 30px 10px 0 0;
    position: relative;
    user-select: none;
}
#header_menu .menu-icon .navicon{
    background: #333;
    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: #333;
    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;
    position: relative;
    z-index: 999;
}
ul.header_menu{
	display:none;
}
ul.header_menu{
	background:#ffffff;
	border:2px solid #cf142b;
}
#header_menu .menu-btn:checked ~ ul.header_menu{
	display: inline-block;
    width: 99.8%;
    position: relative;
    top: 22px;
    left: -2px;
    border-radius: 8px;
}
ul.header_menu li{
	float:none;
	width: 100% !important;
	padding: 0px !important;
	text-indent: 18px;
	position: unset;
	border-bottom: 1px solid #eeeeee;
}
ul.header_menu li:last-child{
	border-bottom: none;
}
ul.header_menu li a{
	font-size:14px;
	padding: 12px 0;
	text-align:left;
}
.header_menu > li.menu2 > a, .header_menu > li.menu3 > a, .header_menu > li.menu5 > a {
    padding: 12px 0;
}
.header_menu > li.menu2 > a:before, .header_menu > li.menu3 > a:before, .header_menu > li.menu5 > a:before{
	height:0px;
	width:0px;
	display:none;
}
.header_menu li:hover > ul{
	display:none;
}
ul.header_menu li a label.drop-level2{
    position: absolute;
    right: 0;
    padding: 0px 18px;
    font-size: 17px;
    text-indent: 0px;
    text-align: center;
    background-color: rgba(0, 0, 0, .125);
    color: #ffffff;
    cursor: pointer;
    height: 45px;
    line-height: 45px;
    margin-top: -15px;
}

#header_menu input[type="checkbox"]:checked + .sub-menu{
    display: block;
}
#header_menu input[type="checkbox"]:checked + .sub-menu, #header_menu input[type="checkbox"]:checked + .sub-menu li{
	margin:0px;
	padding:0px;
	list-style:none;
}
#header_menu .sub-menu {
    position: relative;
    display: none;
    width:100%;
    top: 0;
    left: 0;
    margin: 0;
    background: #bf1717;
    border: none;
}
#header_menu input[type="checkbox"]:checked + .sub-menu li{
	float:none;
	width: 100% !important;
	padding: 0 0 0 1px !important;
    box-sizing: border-box;
	height:35px;
	line-height:35px;
	text-indent: 30px;
}
#header_menu input[type="checkbox"]:checked + .sub-menu li a{
	display:block;
	font-weight:400;
	color:#ffffff;
	font-size:14px;
	height:35px;
	font-family: 'Open Sans', sans-serif;
	text-decoration:none;
	text-align:left;
	border-bottom:none;
	box-sizing: border-box;
	padding:0px !important;
	text-transform:none;
}
#header_menu input[type="checkbox"]:checked + .sub-menu li:hover a{
	color:#000000;
	background:#ffffff;
}
}


@media screen and (max-width:500px){
.cross_promotion_content{
	min-height:unset;
}
.cross_promotion_title {
    font-size: 20px;
}
.promotion_banner div{
	font-size:14px;
}
.promotion_banner div span{
	font-size:17px;
}
}


@media screen and (min-width:641px) and (max-width:850px){
.tab_title{
	padding:13px 25px;
}
}

@media screen and (min-width:768px) and (max-width:1024px){
.newarrivals ul li{
	width:29%;
}
}

@media screen and (min-width:300px) and (max-width:500px){
.logo {
    float: none;
}
#header_menu .menu-icon{
    float: left;
	margin: -40px 0px 0 5px;
}
.newarrivals ul li{
	width:46%;
}
}