/*** Common Styles Starts ***/
body{
	padding:0;
	margin:0;
}
#dzine div,
#dzine table,
#dzine table td,
#dzine a,
#dzine span,
#dzine p,
#dzine li,
#dzine li a,
#dzine input,
#dzine select{
	font-family: 'Montserrat', sans-serif;
}
.cleaner{
	clear:both;
}
.radioclk, .hide_images{
	display:none;
}
a, a:active, a:focus{
   outline: 0;
}
a img, img{
	border: 0;
	vertical-align:middle;
}
a img, div img, img, .video embed{
	max-width:100%;
}
a{
	text-decoration: none;
}
a.linkopac img{
	filter:alpha(opacity=100);
	-moz-opacity: 1.0; 
	opacity: 1.0;
}
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:#f2f4f5;
}
.page_container{
	margin:0px auto;
}
/*** Header Starts ***/
#header{
	height:131px;
}
#header_top{
	height:90px;
	background:#9BA5A6;
	border-bottom:1px solid #efedf2;
}
#header_left{
	width:270px;
	margin:0 auto;
}
#header_left img{
	padding:10px 0 0 0px;
}
/*** USP Content Starts ***/
#usp_content{
	margin:0 0 0 auto;
	padding:32px 0 0 0;
}
.usp_content_1, .usp_content_2, .usp_content_3, .usp_content_4{
	text-align:center;
	float:left;
	margin-left:20px;
}
.usp_content_1{
	width:160px;
}
.usp_content_2{
	width:190px;
}
.usp_content_3{
	width:165px;
}
.usp_content_4{
	width:170px;
}
.usp_icon{
	vertical-align:middle;
	float:left;
}
.usp_icon > img {
    vertical-align: bottom;
}
.usp_text{
	color:#2d2d2d;
	font-size:10px;
	font-weight:700;
	text-transform:uppercase;
	text-align:left;
	line-height:14px;
	vertical-align:middle;
	float:right;
}
/*** Header Menu Starts ***/
#header_menu{
	height:37px;
	border-top:2px solid #4e386d;
	border-bottom:1px solid #d9dbdc;
}
.header_menu{
	margin:0;
	padding:0;
	overflow: hidden;
	display: inline-block;
}
.header_menu > li{
	float:left;
	list-style:none;
	background: #ffffff;
	padding:0 8px;
}
.header_menu > li.menu1{
	width:46px;
}
.header_menu > li.menu2{
	width:49px;
}
.header_menu > li.menu3{
	width:54px;
}
.header_menu > li.menu4{
	width:40px;
}
.header_menu > li.menu5{
	width:35px;
}
.header_menu > li.menu6{
	width:104px;
}
.header_menu > li.menu7{
	width:139px;
}
.header_menu > li.menu8{
	width:70px;
}
.header_menu > li.menu9{
	width:54px;
}
.header_menu > li.menu10{
	width:59px;
}
.header_menu > li.menu11{
	width:54px;
}
.header_menu > li.menu12{
	width:84px;
}
.header_menu > li > a{
	display:block;
	color:#2d2d2d;
	font-size:10px;
	padding:13px 0px;
	font-weight:700;
	border-bottom:3px solid #ffffff;
	text-decoration:none;
	text-align:center;
	height:37px;
	box-sizing: border-box;
	text-transform:uppercase;
}
.header_menu > li:hover{
	background: #523b71;
}
.header_menu > li:hover a{
	color:#ffffff;
}
/*** 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:relative;
	display:block;
	width:240px;
	top:0px;
	left: 0px;
	z-index:999;
	padding:10px 0px 6px;
	margin:0 0 0 -8px;
	background:#523b71;
	border:2px solid #523b71;
}
.header_menu li.menu11:hover > ul{
	left: -174px;
}
.header_menu li.menu12:hover > ul{
	left: -144px;
}
.header_menu li:hover > ul > li{
	text-indent:23px;
	float:none;
	height:30px;
	line-height:30px;
}
.header_menu li:hover > ul > li:before{
	content: '';
	position: absolute;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	width:5px;
	height:5px;
	left: 8px;
	margin-top:15px;
	transform: translateY(-50%) rotate(-45deg);
}
.header_menu li:hover > ul > li a {
	display:block;
	font-weight:400;
	color:#ffffff;
	font-size:12px;
	height:30px;
	text-decoration:none;
	text-align:left;
	border-bottom:none;
	box-sizing: border-box;
	padding:0px;
	text-transform:none;
}
.header_menu li:hover > ul > li:hover:before{
	border-right:1px solid #523b71;
	border-bottom:1px solid #523b71;
}
.header_menu li:hover > ul > li:hover a{
	color:#523b71;
	background:#ffffff;
}
.header_menu li.menu5:hover > ul{
	width:458px;
	left: 0px;
	height:335px;
	border:none;
}
.header_menu li.menu6:hover > ul{
	width:458px;
	left: 0px;
	height:275px;
	border:none;
}
.header_menu li.menu5:hover > ul > li:before, .header_menu li.menu6:hover > ul > li:before{
	width:0px;
	height:0px;
	border:none;
}
.header_menu li:hover > ul > li > .sub_level{
    display: block;
    background: #523b71;
}
.header_menu li:hover > ul > li > .sub_level > .sub_level_list{
	float:left;
    width: 225px;
	padding:0;
	position:relative;
	border:2px solid #523b71;
}
.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{
	text-indent:23px;
	float:none;
	height:30px;
	line-height:30px;
}
.header_menu li:hover > ul > li > .sub_level > .sub_level_list ul li:before{
	content: '';
	position: absolute;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
	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:hover:before{
	border-right:1px solid #523b71;
	border-bottom:1px solid #523b71;
}
.header_menu li:hover > ul > li > .sub_level > .sub_level_list ul li a{
	display:block;
	font-weight:400;
	color:#ffffff;
	font-size:12px;
	height:30px;
	text-decoration:none;
	text-align:left;
	border-bottom:none;
	box-sizing: border-box;
	padding:0px;
	background:#523b71;
	text-transform:none;
}
.header_menu li:hover > ul > li > .sub_level > .sub_level_list ul li a:hover{
	color:#523b71;
	background:#ffffff;
}
#gallery_title_content{
	margin:18px 0 0 0;
}
#gallery_content{
	float:left;
	width:450px;
}
#title_content{
	float:right;
	width:520px;
	margin-left:10px;
}
.item_title{
	font-size:23px;
	color:#08223d;
	font-weight:600;
	margin:-5px 0px 5px;
	line-height:29px;
	text-align:left;
	text-transform:capitalize;
	letter-spacing:-0.3px;
}
.sub_usp_text{
	font-size:12px;
	color:#2d2d2d;
	font-weight:500;
	margin:0px 0px 5px;
	text-align:left;
	text-transform:uppercase;
}
#rating_stock_price_section{
	margin:5px auto;
}
.rating_stock_section{
	float:left;
	width:135px;
	text-align:left;
}
.stock_content{
	margin:10px 0 5px;
}
.stock_content img.stock_icon{
	display:inline-block;
}
.stock_content span.stock_status, .condition_content{
	display:inline-block;
	font-size:14px;
	color:#2d2d2d;
	font-weight:500;
	text-align:left;
	vertical-align:bottom;
}
.condition_content{
	display:block;
}
/*** Price Section Starts ***/
.price_section{
	float:right;
	margin-top: 35px; /* Default */
}
.price_section:has(.save_value) {
    margin-top: 12px; /* Apply when .save_value exists */
}
.price_value{
	font-size:31px;
	color:#df4062;
	font-weight:700;
	margin:0px 5px 0px 0;
	text-align:left;
}
.price_value span.wasprice_value{
	font-size:24px;
	color:#2d2d2d;
	font-weight:500;
}
.price_value span.wasprice_value span.strkethrgh{
	text-decoration:line-through;
}
.save_value{
	font-size:20px;
	color:#2d2d2d;
	font-weight:500;
	margin:-3px 0px 0px;
	text-align:left;
}
/*** Other eBay Details Starts ***/
#other_ebay_details{
	margin:15px 0 12px;
	padding:8px 5px 3px;
	background:#ffffff;
}
.row_details{
	width: 460px;
    box-sizing: border-box;
}
.row_content{
	float: right;
	padding: 7px 0;
	width: 74%;
	font-size:13px;
	color:#2d2d2d;
	font-weight:700;
	text-align: left;
}
.row_title{
	float: left;
	padding: 7px 0;
	width: 26%;
	font-size:13.5px;
	color:#2d2d2d;
	font-weight:500;
	text-align: right;
}
.row_title > span{
	float: right;
	margin:0 5px;
}
.row_content .green_text{
	color:#70924f;	
}
.row_content img{
	vertical-align:top;
	margin:-5px 0px 0 0;
}
.row_content .row_subcontent{
	font-size:9px;
	color:#7d8083;
	line-height:15px;
	font-weight:500;
	text-align: left;
}
.row_content .row_smallcontent{
	font-size:10px;
	color:#575658;
	line-height:19px;
	font-weight:700;
	text-align: left;
}
.row_content img.moneyback_icon{
	margin:0px;
}
/*** Batch Content Starts ***/
#batch_content{
	width:500px;
}
.batch_1, .batch_2, .batch_3, .batch_4{
	float:left;
	background:#ffffff;
	text-align:center;
	width:23.2%;
	font-size:11.5px;
	color:#484848;
	line-height:15px;
	font-weight:600;
	text-align: center;
	margin-right:2.3%;
	padding:8px 0;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.14);
	-moz-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.14);
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.14);
}
.batch_4{
	margin-right:0;
}
.batch_1 img, .batch_2 img, .batch_3 img, .batch_4 img{
	display:block;
	margin:0 auto;
}
.titlebg{
	color:#000000;
	font-size:15px;
	text-align:left;
	text-transform:uppercase;
	font-weight:700;
	padding:0px 0 7px;
	margin:12px 0 0;
	border-bottom:2px solid #20295a;
}
/*** Desc Content Starts ***/
.desc{
	font-size:14px;
	color:#000000;
	text-align:left;
	padding:12px 3px;
	word-wrap: break-word;
	font-weight:500;
	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 0 6px;
}
.desc ol li, .tab_content ol li{
	margin:8px 0 8px 30px;
}
.desc ul li, .tab_content ul li{
	margin:8px 0 8px 30px;
	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: -7px;
	color: #000000;
	font-size: 25px;
}
.tab_content ul li:before{
	top: -1px;
}
.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:14px;
	color:#000000;
	text-align:left;
	word-wrap: break-word;
	font-weight:500;
	padding:6px;
	border:1px solid #dbdbdb;
}
.static_desc{
	background:#e2e1e8;
	padding:20px;
	margin:25px 0 0;
	line-height:21px;
	clear: both;
}
.static_desc h4{
	font-size:15px;
	color:#d91313;
	font-weight:700;
	margin:0;
}
/*** Variant Styles Starts ***/
.variation_desc{
	width:100%;
	margin:10px 0 0;
}
#variation_item1_controller, #variation_item2_controller, #variation_item3_controller, #variation_item4_controller, #variation_item5_controller, #variation_item6_controller{
	display:none;
}
#variation_item1_controller:empty ~ #variation_item1, #variation_item2_controller:empty ~ #variation_item2, #variation_item3_controller:empty ~ #variation_item3, #variation_item4_controller:empty ~ #variation_item4, #variation_item5_controller:empty ~ #variation_item5, #variation_item6_controller:empty ~ #variation_item6{
	display:none;
}
.variation_list{
	width:100%;
	padding:35px 0;
	border-bottom:1px solid #d9dbdc;
}
.variation_left{
	float:left;
	/*width:460px;*/
	width:50%;
}
.variation_img{
	width:420px;
	background:#ffffff;
}
.variation_img img{
	width:auto;
	height:auto;
	max-width:420px;
	max-height:420px;
}
.variation_right{
	float:right;
	/*width:508px;*/
	width:50%;
	/*margin-left:12px;*/
}
.variation_numb{
	font-size:22px;
	color:#523b71;
	text-align:left;
	padding:0px;
	margin:-3px 0 0;
	word-wrap: break-word;
	font-weight:700;
	text-decoration:none;
}
.variation_numb .variation_price{
	color:#df4062;
}
.variation_title{
	font-size:24px;
	color:#08223d;
	font-weight:700;
	margin:0px;
	line-height:29px;
	text-align:left;
	text-transform:capitalize;
	letter-spacing:-0.8px;
}
.variation_list .desc{
	line-height:22px;
	padding:5px 3px 0px;
}
.spec_title{
	font-size:15px;
	color:#523b71;
	text-align:left;
	padding:15px 0px 5px;
	word-wrap: break-word;
	font-weight:700;
	text-transform:uppercase;
}
.variation_list .desc ul{
	padding:0;
	margin:-10px 0 0;
}
.variation_list .desc ul li{
	margin:9px 0 9px 30px;
}
.variation_list .desc ul li:before{
	color:#3e6630;
	font-size:30px;
	top:0px;
}
/*** Delivery Zones Styles Starts ***/
.delivery_zones{
	color:#ffffff;
}
.zone_map{
	margin:15px 0;
	text-align:center;
}
.left_zone{
	float:left;
	width:42%;
	padding:1% 3% 2%;
}
.right_zone{
	float:right;
	width:43%;
	padding:1% 3% 2%;
	margin-left:2%;
}
.zone_one{
	background:#296b79;
}
.zone_two{
	background:#4c9955;
	height:403px;
}
.zone_three{
	background:#dd9447;
}
.zone_four{
	background:#663660;
	height:380px;
}
/*** Bottom Batch Styles ***/
#bottom_batch_content{
    width: 100%;
	margin:10px 0;
}
#bottom_batch_content .batch_1, #bottom_batch_content .batch_2, #bottom_batch_content .batch_3{
	float:left;
	width:32.5%;
	margin:0;
	padding:8px 12px;
	box-sizing:border-box;
}
#bottom_batch_content .batch_2{
	margin:0 1%;
}
#bottom_batch_content .batch_1 img, #bottom_batch_content .batch_2 img, #bottom_batch_content .batch_3 img{
	display: inline-block;
    margin-right: 12px;
}
#bottom_batch_content .batch_1 span, #bottom_batch_content .batch_2 span, #bottom_batch_content .batch_3 span{
	display: inline-block;
	color:#000000;
	width:180px;
    text-align: left;
    vertical-align: middle;
	text-transform:uppercase;
}
/*** Featured Categories Starts ***/
.fea_cat{
	padding:8px 0;
}
.fea_cat a{
	float:left;
	text-decoration:none;
	margin-right:6px;
	width:191px;
	height:193px;
}
.fea_cat a:last-child{
	margin-right:0;
}
.footer{
	margin-top:20px;
	padding-top: 20px;
	border-top:2px solid #000000;
	text-align:center;
}



/*** PC Styles Starts ***/
@media screen and (min-width: 1011px){
.page_container{
	width:980px;
}
#mob_title, #mob_subtitle{
	display:none;
}
#pc_title, #pc_subtitle{
	display:block;
}
}



@media screen and (max-width:1010px){
a img, div img, img, .video embed{
	max-width:100%;
}
.page_container{
	width:100%;
	padding:0 5px;
	box-sizing: border-box;
}
#header {
    height:auto;
	border-bottom:2px solid #4e386d;
}
#header_menu{
	display:none;
}
#gallery_content{
	float:none;
	width:100%;
}
#title_content{
	float:none;
	width:100%;
	margin-left:0px;
}
#mob_title, #mob_subtitle{
	display:block;
}
#pc_title, #pc_subtitle{
	display:none;
}
.item_title{
	text-align:center;
	padding:0px 10px 8px;
	margin:0;
}
.sub_usp_text{
	text-align:center;
	margin-bottom:20px;
}
#rating_stock_price_section{
	margin:15px auto;
}
#batch_content{
	margin-bottom:25px;
}
.variation_list{
	padding:20px 0;
}
.variation_left{
    width: 45%;
}
.variation_img{
    width: 95%;
}
.variation_img img{
	width:100%;
	height:auto;
}
.variation_right{
    width: 53%;
    margin-left: 2%;
}
.fea_cat img {
	width: 18%;
}
.fea_cat a{
	float:none;
	width:auto;
	height:auto;
}
.fea_cat a:hover{
	background:none;
	display: unset;
}
a.fea1:hover img, a.fea2:hover img, a.fea3:hover img, a.fea4:hover img, a.fea5:hover img{
	display: inline-block;
}
}


@media screen and (max-width:860px){
	#bottom_batch_content .batch_1, #bottom_batch_content .batch_2, #bottom_batch_content .batch_3{
		float:none;
		width:100%;
	}
	#bottom_batch_content .batch_2{
		margin:10px 0;
	}
}


@media screen and (max-width:750px){
.variation_left{
	float:none;
	width: 98%;
}
.variation_img{
	width: 100%;
}
.variation_img img{
	width:100%;
	height:auto;
}
.variation_right{
	float:none;
	width: 98%;
	margin:20px 0% 0;
}
.featured_cats{
	display:none;
}
.zone_two, .zone_four{
	height:auto;
}
.tab_content{
	font-size:14px;
}
.desc{
	font-size:14px;
}
.row_content .row_subcontent{
	font-size:10px;
}
.row_content .row_smallcontent{
	font-size:11px;
}
}



@media screen and (min-width:571px){
.mobile_image{
	display:none;
}
/**** Pc Image Module Style Starts ****/
input[name='thumb_click'] {
	display:none;
}
.desktop_image {
	width: 450px;
	margin: 0px auto;
	position:relative;
}
.main_img{
	width:450px;
	height:480px;
	background:#ffffff;
	margin: 0 auto;
	display:inline-block;
	position:relative;
}
.main_img img {
	width:auto;
	height:auto;
	max-width:450px; /*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;
}
.pc_main_img {
	width:450px;
	height:480px;
	background:#ffffff;
	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:450px; /*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;
}
.pc_thumb_img {
	width: 450px;
	margin: 10px auto 0px;
	text-align:center;
}
.pc_thumb_img label {
	display:inline-block;
	background:#ffffff;
	margin:2px;
	width:68px;
	height:68px;
	overflow:hidden;
	cursor:pointer;
	border:1px solid #e8e8e8;
	position:relative;
}
.pc_thumb_img label:hover {
	border:1px solid #000000;
}
.pc_thumb_img label img{
	display: block;
	width:auto;
	height:auto;
	max-width:68px;
	max-height:68px;
	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 #523b71;
}
#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;
}
/**** Bottom Tabs Style Starts ****/
.bottom_tab {
	margin:0px auto 8px;
}
.tab_title {
	color: #000000;
	display:block;
	float:left;
	cursor:pointer;
	text-align:center;
	margin:0px;
	padding:10px 0px;
	width:150px;
	font-size: 15px;
	font-weight:700;
	text-decoration: none;
	text-transform:uppercase;
	border-bottom:3px solid #d9dbdc;
}
.tab_title:hover{
	color:#20295a;
}
.tab5{
	color:transparent;
	cursor:default;
	width:380px;
}
.tab5:hover{
	color:transparent;
}
.tab_content{
	padding:14px 5px;
	clear:both;
	text-align:left;
	color:#000000;
	font-size: 14px;
	font-weight:500;
	text-decoration: none;
	line-height:23px;
}
.tab_content a{
	color:#1865f0;
	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{
	display:block;
}
#tab1:checked ~ .tab_top .tab1,
#tab2:checked ~ .tab_top .tab2,
#tab3:checked ~ .tab_top .tab3,
#tab4:checked ~ .tab_top .tab4{
	color:#20295a;
	border-bottom:3px solid #20295a;
}
}


@media screen and (min-width:571px) and (max-width:1010px){
.tab5{
	display:none;
}
.tab_title{
	width:25%;
}
}


@media screen and (max-width:570px){
/**** Mobile Image Slider Starts ****/
.desktop_image{
	display:none;
}
#mob-slider {
	background: #ffffff;
	text-align: center;
	margin: 10px auto;
	max-width: 90%;
	width: auto;
	padding:15px 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:26px;
	height:22px;
	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;
	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;
	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 Tab Starts ****/
.tab_top{
	display:none;
}
.bottom_tab {
	width:100%;
	margin:0px auto;
	padding:0;
}
.mob_tab {
	display:block;
}
.tab_title {
	color: #000000;
	font-size: 15px;
	font-weight: 700;
	float:none;
	text-decoration: none;
	text-align:left;
	margin:0px;
	width:100%;
	padding:8px 0;
	text-indent:8px;
	display:block;
	cursor:pointer;
	text-transform:uppercase;
	border-bottom:3px solid #d9dbdc;
}
.tab_title:after{
	content:"+";
	float:right;
	font-size:18px;
	margin-right:15px;
}
.tab_content {
	clear:both;
	font-size:14px;
	color:#000000;
	text-align:left;
	line-height:22px;
	word-wrap: break-word;
	font-weight:500;
}
.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{
	margin:0px;
	padding:10px 10px;
}
#mobtab1:checked ~ .tab_content #content1,
#mobtab2:checked ~ .tab_content #content2,
#mobtab3:checked ~ .tab_content #content3,
#mobtab4:checked ~ .tab_content #content4{
	display:block;
}
#mobtab1:checked ~ .tab_content .tab1,
#mobtab2:checked ~ .tab_content .tab2,
#mobtab3:checked ~ .tab_content .tab3,
#mobtab4:checked ~ .tab_content .tab4{
	color: #20295a;
	border-bottom:3px solid #20295a;
}
#mobtab1:checked ~ .tab_content .tab1:after,
#mobtab2:checked ~ .tab_content .tab2:after,
#mobtab3:checked ~ .tab_content .tab3:after,
#mobtab4:checked ~ .tab_content .tab4:after{
	content:"-";
	float:right;
	font-size:20px;
	color:#20295a;
	margin-right:15px;
}
.left_zone{
	float:none;
	width:92%;
	padding:1% 3% 2%;
}
.right_zone{
	float:none;
	width:92%;
	padding:1% 3% 2%;
	margin-left:0%;
	margin-top:2%;
}
}


@media screen and (max-width:500px){
#rating_stock_price_section{
	width:100%;
}
.rating_stock_section {
    float: none;
    text-align:center;
}
.price_section {
    float: none;
    margin-top: 12px;
	text-align:center;
}
.price_value, .save_value{
	text-align:center;
}
#other_ebay_details{
	margin:15px 0 6px;
}
.row_details{
	width:280px;
	margin:0 auto;
	padding:8px 0;
    box-sizing: border-box;
}
.row_title, .row_content{
	float:none;
	text-align:left;
	margin:0 auto 0 0;
	padding:2px 0;
}
.row_title{
	width:115px;
}
.row_title > span{
	float:none;
}
.row_content {
	width:280px;
}
#batch_content {
    width: 100%;
}
.batch_1, .batch_2, .batch_3, .batch_4{
	float:none;
	width:100%;
	margin-bottom:5px;
}
.batch_1 img, .batch_2 img, .batch_3 img, .batch_4 img{
	display: inline-block;
    margin-right: 10px;
}
.batch_1 span, .batch_2 span, .batch_3 span, .batch_4 span{
	display: inline-block;
    width: 100px;
    text-align: left;
    vertical-align: middle;
}
.desc{
	padding:12px 3px 5px;
}
.static_desc.desc{
	padding:12px 15px 5px;
}
.sub_usp_text{
	font-size:14px;
}
.stock_content span.stock_status, .condition_content{
	font-size:15px;
}
.batch_1, .batch_2, .batch_3, .batch_4{
	font-size:12.5px;
}
.batch_1 span, .batch_2 span, .batch_3 span, .batch_4 span{
	width:115px;
}
}