.fullscreen-bg-video {
    position: absolute;
    object-fit: cover;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	z-index: 1;
}
.payment_radio_btn img{
    width:50px;
}
body{
    background: url(../images/blue_bg_reepat2.gif) repeat;
}
.owl_dot_parent .owl-dots {
	position: absolute;
	bottom: 30px;
	left: 0px;
	text-align: center;
	width:100%;
}

.owl_dot_parent .owl-dots .owl-dot {
	width: 15px;
	height: 15px;
	float: none;
	display: inline-block;
	position: relative;
	background: #fff;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
}

.owl_dot_parent .owl-dots .owl-dot + .owl-dot {
	margin-left: 5px;
}

.owl_dot_parent .owl-dots .owl-dot.active {
	background: #ffe400;
}

.common_loader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	height: 100%;
	background: url(../images/circle_loader.gif) center center no-repeat rgba(255, 255, 255, 0.9);
	display: none;
}
#button-back{
	margin-left:20px;
}
.checkout-checkout{
	background:#131313
}
.checkout_parent_wrap label{
	color:#fff;
}
.checkout_parent_wrap .form-control,.common_text_input{
	width: 100%;
	float: left;
	border: 1px solid #fff;
	height: auto;
	background: rgba(255,255,255,0.1);
	color: #fff;
	border-radius: 0;
	line-height: normal;
	padding: 10px;
	margin-bottom: 20px;
}
.checkout_parent_wrap select.form-control option{
	color:#000;
}
.checkout_main_wrap{
	padding:0;
}
.checkout_wrap legend {
	color: #fff;
}
.checkout_login_parent_wrap label{
	color: #000;
}
.checkout_login_parent_wrap .form-control,.common_text_input{
	color:#000;
}
.checkout_parent_wrap p{
	color:#fff;
}
.checkout_logo_wrap {
	max-width: 150px;
}
.checkout_login_info_wrap {
	float: right;
	display: inline-block;
	position: relative;
	margin-top: 20px;
	color:#fff;
}
.checkout_login_info_wrap a{
	color:#fff;
	border-bottom: 1px dashed #fff !important;
}
.checkout_login_parent_wrap .close_wrap{
	position:absolute;
	top:20px;
	right:20px;
	z-index: 10;
	cursor: pointer;
}
.checkout_parent_wrap .panel-body{
	float:left;
	width:100%;
	display:inline-block;
}
.checkout_parent_wrap .right_wrap .mob_cart_btn,
.checkout_parent_wrap .right_wrap .mob_close_btn{
	display:none;
}
.checkout_parent_wrap .left_wrap{
	padding-right:40px;
	width:60%;
	float:left;
	padding-top: 50px;
	padding-bottom: 50px;
	border-right:1px solid #eee;
}
.checkout_parent_wrap .right_wrap{
	padding-left:40px;
	width:40%;
	padding-top: 50px;
	padding-bottom: 50px;
	float:left;
}
.ps-hero__heading.med{
	font-size:25px;
}
.checkout_cart_item_wrap{
	width:100%;
	float:left;
	display:table;
	margin-bottom: 20px;
	color:#fff;
	border-bottom: 1px solid #aeaeae;
	padding-bottom: 10px;
}
.checkout_cart_item_wrap > *{
	display:table-cell;
	vertical-align: middle;
}
.checkout_cart_item_wrap .img_wrap{
	width:60px;
	position: relative;
}
.checkout_cart_item_wrap .img_wrap img{
	border:1px solid #eee;
}
.checkout_cart_item_wrap .qty{
	min-width:20px;
	height:20px;
	background:#000;
	font-size:12px;
	line-height:20px;
	color:#fff;
	position: absolute;;
	top:-10px;
	right:-10px;
	text-align: center;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
}
.checkout_cart_item_wrap .total_wrap{
	white-space: nowrap;
	text-align: right;
}
.checkout_cart_item_wrap .name_wrap{
	padding:0 15px;
}
.checkout_cart_item_wrap.last .name_wrap,
.checkout_cart_item_wrap.last .total_wrap{
	font-size:25px;
}
.payment_btn{
	float:left;
	display:inline-block;
	margin:5px;
}
.checkout_cart_item_wrap .name_wrap a{
	color:#fff;
}
.button.white{
	background:#fff !important;
	color:#000 !important;
}
.checkout_login_info_wrap{
	float:right;
	display: inline-block;
	margin-top:20px;
}
.checkout_login_info_wrap a{
	border-bottom: 1px dashed #000;
}
.checkout_login_parent_wrap{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index: 1000;
	background:#fff;
	overflow: auto;
	padding:100px 20px;
	display:none;
}
.checkout_login_parent_wrap .close_wrap{
	position:absolute;
	top:20px;
	right:20px;
	z-index: 10;
	cursor: pointer;
}
.checkout_login_parent_wrap .panel-body{
	max-width:500px;
	margin:0 auto;
	float:none;
	display:block !important;
}
.payment_radio{
	float:left;
	display:inline-block;
	margin:10px !important;
}
.payment_radio label{
	color:#fff;
	padding-left: 0;
	padding:10px;
	background:#000;
	margin-bottom: 10px;
	margin-top:0 !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border:1px solid #eee;
	text-align: center;
	border-radius: 5px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.payment_radio label:hover{
	background: #eee;
	color:#000;
}
.payment_radio input[type='radio']{
	display:none;
}


.prefooter_popup_ul li.full{
	width:100%;
}
.personalise_icons_wrap{
	margin-top:30px;
}
.personalise_icons_wrap a{
	width:100%;
	float:left;
	display:inline-block;
	position: relative;
	text-align: center;
	text-decoration: none;
	padding:10px;
	background:#eee;
	color:#000;
	margin-bottom: 15px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.personalise_icons_wrap a:hover{
	background-color: #ffe400;
	color: #1f1f1f;
	text-decoration: none;
}
.personalise_icons_wrap a .icon_wrap{
	font-size:35px;
	margin-bottom: 10px;
}
.personalise_icons_wrap a .value_wrap{
	font-size:12px;
}
.top_range_wrap{
	text-align: center;
	position: absolute;
	top:128px;
	z-index: 10;
	left:0;
}
.common_desc_wrap{
	color:#fff;
	font-size:14px;
	line-height: 1.8em;
}
.mbot50{
	margin-bottom: 50px;
}
.top_range_wrap a{
	color:#1f1f1f;
	padding: 2px;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	font-size: 13px;
	display: inline-block;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	text-decoration: none;
	background:#fff;
	margin: 3px;
	white-space: nowrap;
}
.top_range_wrap a:nth-child(3n+0){
	margin-left:250px;
}
.top_range_wrap a:hover{
	background:#ffe400;
	color:#1f1f1f;
	text-decoration: none;
}
.empty_wrap{
	margin-bottom: 30px;
}
.empty_wrap p{
	color:#fff;
	text-align: center;
	font-size:20px;
}
.list_grid_anchor{
    float:left;
    display:inline-block;;
    position:relative;
    padding:0px 10px;
    height:34px;
    line-height: 34px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.65);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.65);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.65);
    background:#fff;
    color:#000;
    font-size:20px;
    margin-left:10px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.list_grid_anchor:hover,
.list_grid_anchor.active{
    background-color: #333;
    color: #fff;
    text-decoration: none;
}

.product_list_table{
	width:100%;
	float:left;
	position:relative;
	color:#000;
	border-spacing: 10px;
	border-collapse: separate;
}
.product_list_table tbody tr .mobile_td a{
	color:#000;
}
.product_list_table thead{
	/*background:#cd9700;*/
	background: rgba(79,79,79,1);
background: -moz-linear-gradient(top, rgba(79,79,79,1) 0%, rgba(170,169,173,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(79,79,79,1)), color-stop(100%, rgba(170,169,173,1)));
background: -webkit-linear-gradient(top, rgba(79,79,79,1) 0%, rgba(170,169,173,1) 100%);
background: -o-linear-gradient(top, rgba(79,79,79,1) 0%, rgba(170,169,173,1) 100%);
background: -ms-linear-gradient(top, rgba(79,79,79,1) 0%, rgba(170,169,173,1) 100%);
background: linear-gradient(to bottom, rgba(79,79,79,1) 0%, rgba(170,169,173,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f4f4f', endColorstr='#aaa9ad', GradientType=0 );
	color:#fff;
}
.product_list_table td .yellow_anchor{
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.58);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.58);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.58);
}
.product_list_table td .yellow_anchor + .yellow_anchor{
	margin-left:15px;
}
.product_list_table th,
.product_list_table td{
	padding:8px;
}
.product_list_table tbody tr .mobile_td{
	width:50%;
}
.product_list_table tbody tr .price_td{
	width:25%;
}
.product_list_table tbody tr .cart_td{
	width:25%;
}
.product_list_table tbody tr{
	background-color: #fff;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.product_list_table tbody tr:hover{
	background:#d4d4d4;
}


.category_filter_wrap{
	display:inline-block;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	overflow-y:scroll;
	z-index:11009;
    padding: 20px;
	padding-bottom: 60px;
	background:#ededed;
	display:none;
}
.category_filter_wrap .panel-heading{
	background:#001230;
	color:white;
}
.category_filter_wrap a.list-group-item{
	background:#d8d8d8;
	color:black;
}
.category_filter_wrap .checkbox,
.category_filter_wrap .radio{
	width:23.5%;
	float:left;
	display:inline-block;
	position:relative;
	margin:0;
	margin-right:2%;
	margin-bottom:10px;
}
.category_filter_wrap .checkbox:nth-child(4n+0),
.category_filter_wrap .radio:nth-child(4n+0){
	margin-right:0;
}
.category_filter_wrap .checkbox .fil_label,
.category_filter_wrap .radio .fil_label{
	width:100%;
	text-align:center;
	padding:5px;
	background-color: #333;
    color: #FFF;
	    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
	cursor:pointer;
    border-radius: 20px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.category_filter_wrap .checkbox .fil_label:hover,
.category_filter_wrap .radio .fil_label:hover,
.category_filter_wrap .checkbox.active .fil_label,
.category_filter_wrap .radio.active .fil_label{
	    background-color: #ffe400;
    color: #1f1f1f;
}
.category_filter_wrap .list-group .list-group-item{
	width:100%;
	float:left;
	display:inline-block;
}
.category_filter_title_wrap{
	width:250px;
	position:fixed;
	bottom:0;
	left:50%;
	margin-left:-125px;
	z-index:11010;
	padding:10px;
	background:#fff;
	color:#000;
	font-size:16px;
	text-transform:uppercase;
	letter-spacing:2px;
	text-align:center;
	font-weight:700;
	-webkit-border-top-left-radius: 15px;
-webkit-border-top-right-radius: 15px;
-moz-border-radius-topleft: 15px;
-moz-border-radius-topright: 15px;
border-top-left-radius: 15px;
border-top-right-radius: 15px;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.65);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.65);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.65);
cursor:pointer;
}
.pay_by_footer_li img{
	margin-right:10px;
	float:left;
	margin-bottom:10px;
	max-width:50px
}
.mm-slideout{
	overflow-x:hidden
}
.gallery_ul li .price_wrap{
	color:white;
	font-weight:700;
	text-align:center;
	margin-top:10px;
}
.popup_content p{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	margin-top:0;
	margin-bottom:8px;
	line-height:1.8em;
}
.popup_content h2{
	    width: 100%;
    float: left;
    display: inline-block;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 0;
    font-size: 24px;
    margin-bottom: 8px;
    border-bottom: 1px dashed #999;
    padding-bottom: 5px;
}
.gallery_ul li .price_wrap span + span{
	margin-left:10px;
}
.gallery_ul li .price-old{
	color:#800000;
	text-decoration:line-through;
}
.home_sim_wrap{
	background:url('../images/grey_bg_trans.png') bottom center repeat-x;
}
.pre_footer_grey_wrap{
	background:url('../images/grey_bg_trans.png') bottom center repeat-x;
}
.pre_footer_grey_wrap .gridContainer{
	background:url(../images/grey_black_bg_repeat.png) top center no-repeat;
}
#go_to_top {
	bottom: 50px;
	width: 52px;
	height: 52px;
	z-index: 23;
	position: fixed;
	left: 40px;
	display: none;
	z-index: 1000;
}
#go_to_top a img {
	border: none;
}
.gallery_ul .yellow_anchor{
	float:none;
	margin-top:15px;
}
.gallery_ul li .yellow_anchor + .yellow_anchor{
	margin-left:10px;
}
#notification {
	position:fixed;
	top:20px;
	max-width:50%;
	left:50%;
	margin-left:-25%;
	z-index:1001;
}
.category_list_ul .owl-item > *{
	width:100% !important;
}
.owl-item img{
	display:inline-block !important;
}
.footer_carousel_wrap{
	padding-bottom:70px;
	    background: #e1e1e1;
		/* url(../images/footer_bg.png) center center no-repeat  */
}
.menu_parent_wrap{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:1000
}
.bg_overlay{
	position:fixed;
	top:0;
	left:0;
	pointer-events:none;
	width:100%;
	height:272px;
	background:url('../images/top_menu_wrap_overlay.png') 0 0 repeat-x;
	z-index:900;
}
.footer_carousel_wrap .home_globe_work{
	margin-bottom:20px;
	background:transparent;
}
.bxslider .item{
	padding-left:15px;
	padding-right:15px;
}
.owl-wrapper-outer{
	box-shadow:none;
}
.gallery_ul li{
	position:relative;
	margin-bottom:15px;
}
.color_black{
	color:#000
}
.wow{
	visibility:hidden;
}
*{
	outline:none !important;
}
.top_ul_mob_icons{
	display:none !important;
}
.product_opt_ul{
	float:left;
	display:inline-block;
	position:relative;
	width:100%;
	padding:0;
	margin:0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.product_opt_ul li{
	float:left;
	display:inline-block;
	position:relative;
	padding:0;
	margin:0;
	margin-right:15px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor:pointer;
	margin-bottom:15px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.product_opt_ul li:hover,.product_opt_ul li.active{
	opacity:0.2;
}
.form-horizontal label{
	color:black
}
.checkout_parent_wrap .form-horizontal label{
	color:#fff;
}
.login_input,.div_as_login_input{
	width:100%;
	border:1px solid rgb(169, 169, 169);
	float:left;
	display:inline-block;
	position:relative;
	padding:7px 10px;
	font-size:14px;
	color:#000;
}
.button,.buttons .f_right .button{
	float:left;
	display:inline-block;
	position:relative;
	padding:10px 20px;	
	background:#001733;
	color:#fff;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	border:0;
	text-decoration:none;
}
.buttons .f_left .button{
	background:#a1a1a1;
	color:#000;
}
.buttons .f_left .button:hover{
	background:#000;
	color:#fff;
}
.error_full_wrap{
	float:left;
	display:inline-block;
	position:relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	color:red;
	margin-bottom:10px;
}
.success_full_wrap{
float:left;
	display:inline-block;
	position:relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width:100%;
	margin-bottom:10px;
    color: green;
}
.button:hover,.buttons .f_right .button:hover{
	background:#141414;
	color:#fff;
	text-decoration:none;
}
.margin_top_10{
	margin-top:10px;
}
.row{
	margin-left:0  !important;
	margin-right:0 !important;
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cat_filter_wrap{
	margin-bottom:20px;
}
.pagination_wrap{
	margin-top:30px;
}
.radio-inline, .checkbox-inline{
	color:#fff
}
.cat_filter_wrap  > *{
	float:left;
}
.cat_filter_wrap  > *{
	margin-top:7px;
	margin-bottom:7px;
}
.cat_filter_wrap .radio-inline,.cat_filter_wrap .checkbox-inline{
	margin-top:10px;
}
.container,#content{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	padding:0;
	margin:0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.top_account_dp_parent {
	float: right;
	display: inline-block;
	position: relative;
}
.top_account_dp_parent ul li {
	width: 100%;
	float: left;
	display: inline-block;
	position: relative;
}
.top_account_dp_parent ul li a {
	width: 100%;
	margin-left: 0;
	text-align: left;
	float: left;
	display: inline-block;
	position: relative;
}
.owl-carousel {
	background: transparent;
	margin-bottom: 0;
}
.owl-wrapper-outer {
	background: transparent;
	border: 0;
}
.yellow_anchor_parent_wrap{
	text-align:center;
}
.yellow_anchor_parent_wrap a{
	float:none;
}
.title_2_wrap{
	/*position:absolute;
	top:50%;
	left:0;*/
	float:left;
	position:relative;
	text-align:center;
	margin-top:15px;
	
	padding-left:15px;
	padding-right:15px;
	width:100%;
	display:inline-block;
}

.title_2_wrap h3{
	width:100%;
	float:left;
	display:inline-block;
	text-align:center;
	background:#fff;
	margin:0;
	margin-top:-5px;
	-webkit-box-shadow: 0px 0px 15px 4px rgba(0,0,0,0.52);
-moz-box-shadow: 0px 0px 15px 4px rgba(0,0,0,0.52);
box-shadow: 0px 0px 15px 4px rgba(0,0,0,0.52);
	font-size:16px;
	font-weight:600;
	color:#191919;
	padding:7px 10px;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.no_bg_image{
	background-image:none !important;
}
.only_title_parent_wrap h2{
	padding:0;
}
.login_parent_wrap .para_anchor{
	color:#fff !important;
	border-color:#fff !important;
}
.payment_radio_btn{
	cursor: pointer;
	padding:10px 20px;
	background:#fff;
	color:#000;
	display:inline-block;
}
.white_color_heading.small h2{
	font-size:30px;
	text-align: left;
}
.payment_radio input[type='radio'],
.payment_radio_btn input[type='radio']{
	display:none;
}
.margin_top_20{
	margin-top:20px;
}
.fb_loader,.googleplus_loader {
    float: left;
    margin-left: 10px;
    background: url(../images/loader.gif) no-repeat;
    background-size: 30px 30px;
    height: 30px;
    margin-top: 12px;
    display: none;
    width: 30px;
}
.fb_anchor
{
	display:inline-block;float:left;margin:0;padding:0;padding:10px;padding-left:20px;padding-right:20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color:#4A65A0;color:#FFF	;font-size:18px;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	  -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	
}

.fb_anchor:hover
{
	text-decoration:none;background-color:#333;color:#FFF;
	
	
}
.google_plus_anchor {
	display: inline-block;
	float: left;
	margin: 0;
	padding: 0;
	padding: 10px;
	padding-left: 20px;
	padding-right: 20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #DD4C39;
	color: #FFF;
	font-size: 18px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.google_plus_anchor:hover, .google_plus_anchor:active, .google_plus_anchor:focus {
	text-decoration: none;
	background-color: #333;
	color: #FFF;
}
.cart_table_wrap .label_for_mob{
	display:none;
}
.menu_icon{
	display:none;
}
.top_telephone{
	display: inline-block;
    padding: 0;
    margin: 0;
    float: left;
	margin-left:15px;
        background-color: #ffe400;
    color: #1f1f1f;
    font-weight: bold;
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
    float: left !important;
    border: none;
    font-size: 13px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.top_telephone:hover{
	background:#333 !important;
	color:#fff !important;
	text-decoration:none !important;
}
.checkout_parent_wrap .right_wrap .mob_close_btn{
	background:#fff;
	padding:5px;
}
.checkout_parent_wrap .right_wrap .mob_close_btn img{
	width:20px;
}
.checkout_payment_icon_wrap img{
	float:left;
	margin:2px;
	display:inline-block;
}
.for_mob{
    display:none;
}
.not_for_mob{
    display:inline-block;
}
.product_list_table .yellow_anchor img{
    width:24px;
}
.product_list_table tbody tr .cart_td,
.product_list_table thead tr .cart_td{
    text-align:right;
}
.home_steps_icons_wrap{
	padding:50px 0;
	text-align: center;
	color:#fff;
	background:#1b1b1b;
}
.home_steps_icons_wrap .icon_wrap{
	font-size:55px;
	margin-bottom: 20px;
}
.home_steps_icons_wrap .name_wrap {
	font-size: 17px;
}
.home_steps_wrap{
	padding:50px 0;
	text-align: center;
	color:#fff;
}
.home_steps_wrap h3{
	margin-bottom: 20px;
	color:#999;
	font-size:16px;
}
.home_steps_wrap .icon_wrap{
	font-size:55px;
	margin-bottom: 20px;
}
.home_steps_wrap .name_wrap {
	font-size: 17px;
}
.checkout-success .left_right_parent_wrap .right_content_wrap .right_content_inner_wrap p{
	text-align: center;
	font-size:17px;
}
.whatsapp_button{
	position: fixed;
	bottom:40px;
	right:40px;
	width:60px;
	z-index: 1000;
	background: #fff;
	padding: 5px;
	border-radius: 60px;
}
.whatsapp_button img{
	float:left;
}
.listing_whatsapp_button{
	width:30px;
	float:right;
}
.grid_whatsapp_button{
	width:25px;
	display:inline-block;
	margin-left: 10px;
}
@media only screen and (min-width:1380px) {
.home_slider_parent {
	position: absolute !important;
	z-index: 5 !important;
	    right: 220px !important;
    bottom: 92px !important;
	width: 380px !important;
}
.product_top_wrap .desc_info{
	padding:100px 150px
}
.product_top_wrap .image_info{
	padding-top:90px;
}
}
@media only screen and (min-width:1100px) {
    .product_list_table td{
        vertical-align:middle;
    }
    .product_list_table  .yellow_anchor {
        padding-top:5px;padding-bottom:5px;
    }
	.checkout_parent_wrap .right_wrap.desk_active{
		position:absolute;
		top:0;
		right:0;
		width:80%;
		background:#131313;
		min-height:100%;
		z-index:100;
		border-left:1px solid #eee;
	}
	.checkout_parent_wrap .left_wrap.desk_active:after{
		position:absolute;
		top:0;
		left:0;
		content:'';
		width:100%;
		height:100%;
		background:#131313;
		opacity:0.5;
	}
	
	.ul_menu_wrap ul li:nth-child(1){
		margin-left: 40px;
	}
	.ul_menu_wrap ul li:nth-child(3){
		margin-right:220px;
	}
.prefooter_popup_ul{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	padding:0;
	margin:0;
}
.prefooter_popup_ul li{
	width:50%;
	float:left;
	display:inline-block;
	position:relative;
	padding:0;
	margin:0;
	text-align:center;
	height:300px;
	background: url(../images/home_know_numbers.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.prefooter_popup_ul li .title {
    position: absolute;
    z-index: 99;
    width: 100%;
    background: rgba(255,255,255,0.7);
    text-align: center;
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    padding-top: 12px;
}
.prefooter_popup_ul li:nth-child(odd) .title{
	background: rgba(0,0,0,0.7);
	color:#fff
}

.category_list_ul li{
	width:31.33%;
	margin-right:3%;
}
.category_list_ul li:nth-child(5n+0){
	margin-right:3%;
}
.category_list_ul li:nth-child(3n+0){
	margin-right:0;
}
.menu_parent_wrap.fixed .ul_menu_wrap ul{
	position:fixed !important;
	top:-300px;
	left:0;
	width:100%;
	padding-top:20px;
	text-align:center;
}
.menu_parent_wrap.fixed .ul_menu_wrap ul li{
	float:none;
	margin-left:15px;
	margin-right:15px;
}
.iphone_frame{
	position: absolute;
    bottom: 0;
    right: 155px;
    z-index: 20;
	width:390px;
	pointer-events:none;
}
.white_color_heading h2{
	padding:0;margin:0;font-size:60px;font-weight:200;padding-bottom:20px;color:#fff;text-align:center
}
.footer_slide .item{
	width:20%;
	float:left;
	display:inline-block;
	position:relative;
	text-align:center;
	cursor:pointer;
	filter: grayscale(1);
	-webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.footer_slide .item img{
	 max-width: 120px;
    display: inline-block;

}
.footer_slide .item:hover{
	filter: grayscale(0);
}
.gallery_ul li:nth-child(4n+0){
	margin-right:0;
}
.top_telephone{
	display: inline-block;
    padding: 0;
    margin: 0;
    float: left;
	margin-left:15px;
        background-color: #ffe400;
    color: #1f1f1f;
    font-weight: bold;
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
    float: left !important;
    border: none;
    font-size: 13px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.login_half_wrap{
	padding-left:10px;
	padding-right:10px;
}
.common_right_title{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	margin:0;
	margin-bottom:15px;
	color:#001733;
	font-size:18px;
}
.address_list_table{
	border:0;
	background:white;
}
.address_list_table .action_tr{
	padding-top:45px;
}
.login_parent_wrap .half_wrap{
	width:48%;
	float:left;
	color:white;
	margin-right:4%;
	padding: 90px 50px;
    background: url(../images/login_wrap.png) center center #1b1b1b no-repeat;
    overflow: hidden;
}
.login_parent_wrap .half_wrap .name {
    padding-top: 10px;
}
.login_parent_wrap .half_wrap:nth-child(even){
	margin-right:0;
}
.cart_coupon_wrap .button{
	float:right;
	padding-top:7px;
	padding-bottom:7px;
}
.left_right_parent_wrap{
	margin-bottom:20px;
}	
.left_right_parent_wrap .left_content_wrap{
	width:20%;
	float:left;
	display:inline-block;
	position:relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.left_right_parent_wrap .left_content_wrap ul{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:10px;
	margin:0;
	background:#cba322;
	margin-bottom:15px;
}
.left_right_parent_wrap .left_content_wrap ul li{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:0;
	margin:0;
}
.left_right_parent_wrap .left_content_wrap ul li a{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration:none;
	font-size:14px;
	color:#000;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	padding:10px 15px;
}
.left_right_parent_wrap .left_content_wrap ul li.active a,
.left_right_parent_wrap .left_content_wrap ul li a.active,
.left_right_parent_wrap .left_content_wrap ul li a:hover{
	background:#ccd1d6;
	color:#000;
	text-decoration:none;
}
.left_right_parent_wrap .right_content_wrap{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.left_right_parent_wrap .right_content_wrap .right_content_inner_wrap{
	background:#e1e1e1;
	color:#fff;
	padding:30px;
}
.left_right_parent_wrap .right_content_wrap .right_content_inner_wrap p{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin:0;
	margin-bottom:10px;
	color: #626262;
    font-size: 12px;
    line-height: 1.8em;
}
.left_right_parent_wrap .right_content_wrap .right_content_inner_wrap ul,
.left_right_parent_wrap .right_content_wrap .right_content_inner_wrap ol{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin:0;
	margin-bottom:10px;
	padding:0;
	padding-left:20px;
}
.left_right_parent_wrap .right_content_wrap .right_content_inner_wrap ul li,
.left_right_parent_wrap .right_content_wrap .right_content_inner_wrap ol li{
	width:100%;
	float:left;
	position:relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin:0;
	margin-bottom:10px;
	color: #626262;
    font-size: 12px;
    line-height: 1.8em;
}
.left_right_parent_wrap .left_content_wrap + .right_content_wrap {
	padding-left:30px;
	width:80%;
}
.large_pad_wrap{
	padding:0 100px;
}
.common_heading_wrap{
	padding:70px 0;
	margin-bottom:20px;
	background:#e1e1e1;
}
.common_heading_wrap h2{
	margin:0;
	text-align:center;
	width:100%;
	float:left;
	display:inline-block;
	padding: 0;
    font-size: 60px;
    font-weight: 200;
}

.product_top_wrap{
	background:#e1e1e1;
	width:100%;
	float:left;
	display:table;
	position:relative;
}
.product_top_wrap .desc_info{
	padding:100px 70px;
	width:50%;
	display:table-cell;
	position:relative;
}
.product_top_wrap .image_info{
	text-align:center;
	width:50%;
	display:table-cell;
	position:relative;
}
.product_top_wrap .image_info{
	padding-top:50px;
	text-align:center;
	vertical-align:bottom;
}
.product_top_wrap .image_info .product_phone{
	position:relative;
	float:none;
	display:inline-block;
}
.product_top_wrap .image_info .product_phone span{
	position:absolute;
	top:300px;
	font-weight:700;
	color:white;
	font-size:35px;
	letter-spacing:3px;
	left:0;
	width:100%;
	text-align:center;
}
.product_top_wrap .desc_info h1{
	margin:0;
	margin-bottom:15px;
	font-size:40px;
	font-weight:300;
	color:#001733;
}
.product_top_wrap .prod_desc_wrap{
	margin-bottom:15px;
}
.product_top_wrap .prod_desc_wrap *{
	margin:0;
	margin-bottom:15px;
	font-size:13px;
	line-height:20px;
	font-weight:400;
	color:#353535;
}
.product_top_wrap .desc_info .price_wrap{
	font-weight:400;
	color:#585858;
	font-size:22px;
	margin-bottom:15px;
}
.product_top_wrap .desc_info .price_wrap span{
	color:red;
	text-decoration:line-through;
	font-size:17px;
	margin-right:10px;
}

.cart_btn{
	position:relative;
	float:left;
	display:inline-block;
	padding:7px 25px;
	background:#ffe400;
	color:#1f1f1f;
	font-weight:600;
	font-size:17px;
	text-decoration:none;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin-bottom:20px;
border:0;
-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cart_btn:hover{
	color:white;
	background-color:#1f1f1f;
}
.grey_btn{
	position:relative;
	float:left;
	display:inline-block;
	padding:7px 25px;
	background:#2c2c2c;
	color:#fff;
	font-weight:600;
	font-size:17px;
	text-decoration:none;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin-bottom:20px;
border:0;
-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.grey_btn:hover{
	color:white;
	background-color:#000;
}
.grey_btn + .cart_btn,
.cart_btn + .grey_btn{
	margin-left:15px;
}




.header_top_wrap{
	padding-bottom:50px;
}
.home_slider_parent {
	position: absolute;
	z-index: 5;
	right: 211px;
    bottom: 83px;
	width: 280px;
}
.home_slider_parent, .home_slider_parent .owl-item{
	width: 270px !important;
}
.home_top_wrap .icon_container {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 90%;
}
.category_list_parent{
	background:url('../images/cat_image_bg.jpg') top center no-repeat;
	padding:100px 50px;
}
.category_list_ul{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	padding:0;
	margin:0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.category_list_ul li{
	width:31.33%;
	float:left;
	display:inline-block;
	position:relative;
	margin-bottom:15px;
	padding:0;
	margin:0;
	text-align:center;
	margin-right:3%;
	margin-bottom:20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.category_list_ul li:nth-child(3n+0){
	margin-right:0;
}
.category_list_ul li .title_wrap{
	text-transform:uppercase;
	color:white;
	text-decoration:none;
	font-weight:600;
	font-size:20px;
	line-height:30px;
	margin-top:10px;
	margin-bottom:15px;
}
.right_content_wrap.account_right_content_wrap .right_content_inner_wrap{
	background:transparent;
	padding:0;
}
.right_content_wrap.account_right_content_wrap .right_content_inner_wrap .half_wrap{
	width:48.5%;
	float:left;
	background:#1b1b1b;
	padding:20px;
	margin-bottom:20px;
	margin-right:3%;
}
.right_content_wrap.account_right_content_wrap .right_content_inner_wrap .half_wrap h2{
	margin:0;
	width:100%;
	float:left;
	display:inline-block;
	font-size:24px;
	position:relative;
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:1px dashed #fff;
}
.right_content_wrap.account_right_content_wrap .right_content_inner_wrap .half_wrap ul{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	padding:0;
	margin:0;
}
.right_content_wrap.account_right_content_wrap .right_content_inner_wrap .half_wrap ul li{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	padding:0;
	margin:0;
	line-height:2em;
}
.right_content_wrap.account_right_content_wrap .right_content_inner_wrap .half_wrap ul li a{
	color:white;
	font-size:13px;
}
.right_content_wrap.account_right_content_wrap .right_content_inner_wrap .half_wrap:nth-child(even){
	margin-right:0;
}
.logo_wrap{
	margin-left:-100px;
}
.slider_nav_left{
	position:absolute;
	top:50%;
	left:15px;
	z-index:100; 
	color:white;
}
.slider_nav_right{
	position:absolute;
	top:50%;
	right:15px;
	z-index:100; 
	color:white;
}
}
@media only screen and (min-width:1100px) and (max-width:1600px){
	.iphone_frame{
		position: absolute;
		bottom: 0;
		right: 155px;
		z-index: 20;
		pointer-events:none;
		width:350px;
	}
.home_slider_parent,
	.home_slider_parent .owl-item{
		width:260px !important;
	}
	.slider_nav_left{
	position:absolute;
	top:50%;
	left:25px;
	z-index:100; 
	color:white;
}
.slider_nav_right{
	position:absolute;
	top:50%;
	right:05px;
	z-index:100; 
	color:white;
}
}
@media only screen and (min-width:1401px) and (max-width:1600px){
		.home_slider_parent,
	.home_slider_parent .owl-item{
		width:260px !important;
	}
	.home_slider_parent{
		right: 210px !important;
    bottom: 80px !important;
	}
}
@media only screen and (min-width:768px) and (max-width:1100px) {
	.checkout_payment_icon_wrap{
		text-align: center;
	}
	.checkout_payment_icon_wrap img{
		float:none;
	}
	.checkout_parent_wrap .left_wrap{
		border-right:0;
	}
	.checkout_parent_wrap .left_wrap{
		width:100%;
		padding-right: 0;
	}
	.checkout_parent_wrap .right_wrap{
		position:fixed;
		top: -100%;
		left:0;
		height:100%;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		width:100%;
		z-index: 10;
		padding-right: 40px;
		background: #131313;
		-webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.49);
		-moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.49);
		box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.49);

	}
	.checkout_parent_wrap .right_wrap.active{
		overflow: auto;
		top:0;
	}
	.checkout_parent_wrap .right_wrap .mob_cart_btn{
		display:inline-block;
		position: absolute;
		top:100%;
		left:50%;
		width:250px;
		background:#000;
		color:#fff;
		text-align: center;
		cursor: pointer;
		margin-left:-125px;
		z-index: 1;
		border:1px solid #fff;
		border-top:0;
		font-size:18px;
		padding:10px;

	}
	.checkout_parent_wrap .right_wrap .mob_close_btn{
		position: absolute;
		top:10px;
		right:20px;
		display: inline-block;
		z-index: 1;
	}

	.ul_menu_wrap ul li:nth-child(1){
		margin-left: 40px;
	}
	.ul_menu_wrap ul li:nth-child(3){
		margin-right:220px;
	}
.prefooter_popup_ul{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	padding:0;
	margin:0;
}
.prefooter_popup_ul li{
	width:50%;
	float:left;
	display:inline-block;
	position:relative;
	padding:0;
	margin:0;
	text-align:center;
	height:300px;
	background: url(../images/home_know_numbers.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.prefooter_popup_ul li .title {
    position: absolute;
    z-index: 99;
    width: 100%;
    background: rgba(255,255,255,0.7);
    text-align: center;
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    padding-top: 12px;
}
.prefooter_popup_ul li:nth-child(odd) .title{
	background: rgba(0,0,0,0.7);
	color:#fff
}
.menu_parent_wrap.fixed .ul_menu_wrap ul{
	position:fixed !important;
	top:-300px;
	left:0;
	width:100%;
	padding-top:20px;
	text-align:center;
}
.menu_parent_wrap.fixed .ul_menu_wrap ul li{
	float:none;
	margin-left:15px;
	margin-right:15px;
}
.slider_nav_left{
	position:absolute;
	top:50%;
	left:15px;
	z-index:100; 
	color:white;
}
.slider_nav_right{
	position:absolute;
	top:50%;
	right:15px;
	z-index:100; 
	color:white;
}
	#notification {
	position:fixed;
	top:20px;
	max-width:70%;
	left:50%;
	margin-left:-35%;
		z-index:1001;
}
.white_color_heading h2{
	padding:0;margin:0;font-size:60px;font-weight:200;padding-bottom:20px;color:#fff;text-align:center
}
.top_telephone{
	display: inline-block;
    padding: 0;
    margin: 0;
    float: left;
	margin-left:15px;
        background-color: #ffe400;
    color: #1f1f1f;
    font-weight: bold;
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
    float: left !important;
    border: none;
    font-size: 13px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
	.login_half_wrap{
	padding-left:10px;
	padding-right:10px;
}
.common_right_title{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	margin:0;
	margin-bottom:15px;
	color:#001733;
	font-size:18px;
}
.address_list_table{
	border:0;
	background:white;
}
.address_list_table .action_tr{
	padding-top:45px;
}
.login_parent_wrap .half_wrap{
	width:48%;
	float:left;
	color:white;
	margin-right:4%;
	padding: 90px 50px;
    background: url(../images/login_wrap.png) center center #1b1b1b no-repeat;
    overflow: hidden;
}
.login_parent_wrap .half_wrap .name {
    padding-top: 10px;
}
.login_parent_wrap .half_wrap:nth-child(even){
	margin-right:0;
}
	.cart_coupon_wrap .button{
	float:right;
	padding-top:7px;
	padding-bottom:7px;
}
.left_right_parent_wrap{
	margin-bottom:20px;
}	
.left_right_parent_wrap .left_content_wrap{
	width:25%;
	float:left;
	display:inline-block;
	position:relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.left_right_parent_wrap .left_content_wrap ul{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:10px;
	margin:0;
	background:#cba322;
	margin-bottom:15px;
}
.left_right_parent_wrap .left_content_wrap ul li{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:0;
	margin:0;
}
.left_right_parent_wrap .left_content_wrap ul li a{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration:none;
	font-size:14px;
	color:#000;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	padding:10px 15px;
}
.left_right_parent_wrap .left_content_wrap ul li.active a,
.left_right_parent_wrap .left_content_wrap ul li a.active,
.left_right_parent_wrap .left_content_wrap ul li a:hover{
	background:#ccd1d6;
	color:#000;
	text-decoration:none;
}
.left_right_parent_wrap .right_content_wrap{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.left_right_parent_wrap .right_content_wrap .right_content_inner_wrap{
	background:#e1e1e1;
	color:#fff;
	padding:30px;
}
.left_right_parent_wrap .right_content_wrap .right_content_inner_wrap p{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin:0;
	margin-bottom:10px;
	color: #626262;
    font-size: 12px;
    line-height: 1.8em;
}
.left_right_parent_wrap .right_content_wrap .right_content_inner_wrap ul,
.left_right_parent_wrap .right_content_wrap .right_content_inner_wrap ol{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin:0;
	margin-bottom:10px;
	padding:0;
	padding-left:20px;
}
.left_right_parent_wrap .right_content_wrap .right_content_inner_wrap ul li,
.left_right_parent_wrap .right_content_wrap .right_content_inner_wrap ol li{
	width:100%;
	float:left;
	position:relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin:0;
	margin-bottom:10px;
	color: #626262;
    font-size: 12px;
    line-height: 1.8em;
}
.left_right_parent_wrap .left_content_wrap + .right_content_wrap {
	padding-left:30px;
	width:75%;
}
.large_pad_wrap{
	padding:0 70px;
}
.common_heading_wrap{
	padding:70px 0;
	margin-bottom:20px;
	background:#e1e1e1;
}
.common_heading_wrap h2{
	margin:0;
	text-align:center;
	width:100%;
	float:left;
	display:inline-block;
	padding: 0;
    font-size: 60px;
    font-weight: 200;
}


.product_top_wrap{
	background:#e1e1e1;
	width:100%;
	float:left;
	display:table;
	position:relative;
}
.product_top_wrap .desc_info{
	padding:100px 30px;
	width:50%;
	display:table-cell;
	position:relative;
}
.product_top_wrap .image_info{
	text-align:center;
	width:50%;
	display:table-cell;
	position:relative;
}
.product_top_wrap .image_info{
	padding-top:50px;
	text-align:center;
	vertical-align:bottom;
}
.product_top_wrap .image_info .product_phone{
	position:relative;
	float:none;
	width:400px;
	display:inline-block;
}
.product_top_wrap .image_info .product_phone span{
	position:absolute;
	top:210px;
	font-weight:700;
	color:white;
	font-size:35px;
	letter-spacing:3px;
	left:0;
	width:100%;
	text-align:center;
}
.product_top_wrap .desc_info h1{
	margin:0;
	margin-bottom:15px;
	font-size:40px;
	font-weight:300;
	color:#001733;
}
.product_top_wrap .prod_desc_wrap{
	margin-bottom:15px;
}
.product_top_wrap .prod_desc_wrap *{
	margin:0;
	margin-bottom:15px;
	font-size:13px;
	line-height:20px;
	font-weight:400;
	color:#353535;
}
.product_top_wrap .desc_info .price_wrap{
	font-weight:400;
	color:#585858;
	font-size:22px;
	margin-bottom:15px;
}
.product_top_wrap .desc_info .price_wrap span{
	color:red;
	text-decoration:line-through;
	font-size:17px;
	margin-right:10px;
}

.cart_btn{
	position:relative;
	float:left;
	display:inline-block;
	padding:7px 25px;
	background:#ffe400;
	color:#1f1f1f;
	font-weight:600;
	font-size:17px;
	text-decoration:none;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin-bottom:20px;
border:0;
-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cart_btn:hover{
	color:white;
	background-color:#1f1f1f;
}
.grey_btn{
	position:relative;
	float:left;
	display:inline-block;
	padding:7px 25px;
	background:#2c2c2c;
	color:#fff;
	font-weight:600;
	font-size:17px;
	text-decoration:none;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin-bottom:20px;
border:0;
-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.grey_btn:hover{
	color:white;
	background-color:#000;
}
.grey_btn + .cart_btn,
.cart_btn + .grey_btn{
	margin-left:15px;
}
.header_top_wrap{
	padding-bottom:50px;
}
.home_slider_parent {
	position: absolute;
	z-index: 5;
	right: 125px;
	bottom: 81px;
	width: 240px;
}
.category_list_parent{
	background:url('../images/cat_image_bg.jpg') center center no-repeat;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	padding:70px 50px;
}
.category_list_ul{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	padding:0;
	margin:0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.category_list_ul li{
	width:31.33%;
	float:left;
	display:inline-block;
	position:relative;
	margin-bottom:15px;
	padding:0;
	margin:0;
	text-align:center;
	margin-right:3%;
	margin-bottom:20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.category_list_ul li:nth-child(3n+0){
	margin-right:0;
}
.category_list_ul li .title_wrap{
	text-transform:uppercase;
	color:white;
	text-decoration:none;
	font-weight:600;
	font-size:20px;
	line-height:30px;
	margin-top:10px;
	margin-bottom:15px;
}
.right_content_wrap.account_right_content_wrap .right_content_inner_wrap{
	background:transparent;
	padding:0;
}
.right_content_wrap.account_right_content_wrap .right_content_inner_wrap .half_wrap{
	width:48.5%;
	float:left;
	background:#1b1b1b;
	padding:20px;
	margin-bottom:20px;
	margin-right:3%;
}
.right_content_wrap.account_right_content_wrap .right_content_inner_wrap .half_wrap h2{
	margin:0;
	width:100%;
	float:left;
	display:inline-block;
	font-size:24px;
	position:relative;
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:1px dashed #fff;
}
.right_content_wrap.account_right_content_wrap .right_content_inner_wrap .half_wrap ul{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	padding:0;
	margin:0;
}
.right_content_wrap.account_right_content_wrap .right_content_inner_wrap .half_wrap ul li{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	padding:0;
	margin:0;
	line-height:2em;
}
.right_content_wrap.account_right_content_wrap .right_content_inner_wrap .half_wrap ul li a{
	color:white;
	font-size:13px;
}
.right_content_wrap.account_right_content_wrap .right_content_inner_wrap .half_wrap:nth-child(even){
	margin-right:0;
}
.iphone_frame{
	position: absolute;
       bottom: 0;
    right: 68px;
    z-index: 20;
    width: 344px;
	pointer-events:none;
}
}

@media only screen and (min-width:486px) and (max-width:768px) {
	.home_new_slider_wrap{
		margin-top:210px;
	}
	.checkout_parent_wrap .left_wrap{
		border-right:0;
	}
	.checkout_parent_wrap .left_wrap{
		width:100%;
		padding-right: 0;
	}
	.checkout_parent_wrap .right_wrap{
		position:fixed;
		top: -100%;
		left:0;
		height:100%;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		width:100%;
		z-index: 10;
		padding-right: 40px;
		background: #131313;
		-webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.49);
		-moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.49);
		box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.49);

	}
	.checkout_parent_wrap .right_wrap.active{
		overflow: auto;
		top:0;
	}
	.checkout_parent_wrap .right_wrap .mob_cart_btn{
		display:inline-block;
		position: absolute;
		top:100%;
		left:50%;
		width:250px;
		background:#000;
		color:#fff;
		text-align: center;
		cursor: pointer;
		margin-left:-125px;
		z-index: 1;
		border:1px solid #fff;
		border-top:0;
		font-size:18px;
		padding:10px;

	}
	.checkout_parent_wrap .right_wrap .mob_close_btn{
		position: absolute;
		top:10px;
		right:20px;
		display: inline-block;
		z-index: 1;
	}
	.top_range_wrap{

	}
	.product_list_table tbody tr .mobile_td{
		width:45%;
	}
	.product_list_table tbody tr .price_td{
		width:20%;
	}
	.product_list_table tbody tr .cart_td{
		width:35%;
	}
.category_filter_wrap .gridContainer{
	width:100%;
	padding:0;
}
.category_filter_wrap .checkbox, .category_filter_wrap .radio{
	width:32%;
}
.category_filter_wrap .checkbox:nth-child(4n+0), .category_filter_wrap .radio:nth-child(4n+0){
	margin-right:2%;
}
.category_filter_wrap .checkbox:nth-child(3n+0), .category_filter_wrap .radio:nth-child(3n+0){
	margin-right:0%;
}
.prefooter_popup_ul{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	padding:0;
	margin:0;
}
.prefooter_popup_ul li{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	padding:0;
	margin:0;
	text-align:center;
	height:200px;
	background: url(../images/home_know_numbers.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.prefooter_popup_ul li .title {
    position: absolute;
    z-index: 99;
    width: 100%;
    background: rgba(255,255,255,0.7);
    text-align: center;
    color: #000;
    text-transform: uppercase;
    font-size: 18px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    padding-top: 12px;
}
.prefooter_popup_ul li:nth-child(odd) .title{
	background: rgba(0,0,0,0.7);
	color:#fff
}
.top_menu_wrap,.menu_icon{
	display:none !important;
}
.top_ul_mob_icons{
	display:inline-block !important;
	margin-top:15px;
	padding:7px 10px;
	background: rgba(79,79,79,1);
background: -moz-linear-gradient(top, rgba(79,79,79,1) 0%, rgba(170,169,173,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(79,79,79,1)), color-stop(100%, rgba(170,169,173,1)));
background: -webkit-linear-gradient(top, rgba(79,79,79,1) 0%, rgba(170,169,173,1) 100%);
background: -o-linear-gradient(top, rgba(79,79,79,1) 0%, rgba(170,169,173,1) 100%);
background: -ms-linear-gradient(top, rgba(79,79,79,1) 0%, rgba(170,169,173,1) 100%);
background: linear-gradient(to bottom, rgba(79,79,79,1) 0%, rgba(170,169,173,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f4f4f', endColorstr='#aaa9ad', GradientType=0 );
	/*background:#cf9a00;*/
}
.top_ul_mob_icons ul{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	padding:0;
	margin:0;
}
.top_ul_mob_icons ul li{
	width:25%;
	float:left;
	display:inline-block;
	position:relative;
	padding:0;
	margin:0;
	text-align:center;
}
.top_ul_mob_icons ul li a{
	color:white;
	font-size:18px;
}
.notification_span{
	min-width:20px;
	height:20px;
	line-height:20px;
	font-size:10px;
	color:white;
	background:red;
	-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
position:absolute;
    top: -7px;
    left: 50%;
z-index:99;
}
.menu_parent_wrap.fixed .top_ul_mob_icons{
	position:fixed !important;
	top:-300px;
	left:0;
	width:100%;
	margin-top:0px;
	text-align:center;
}
.menu_parent_wrap.fixed #search_mob{
	position:fixed !important;
	top:50px;
	left:0;
	width:100%;
	margin-top:0px;
	text-align:center;
}
.slider_nav_left{
	position:absolute;
	top:50%;
	left:15px;
	z-index:100; 
	color:white;
}
.slider_nav_right{
	position:absolute;
	top:50%;
	right:15px;
	z-index:100; 
	color:white;
}
.home_top_text_wrap {
	padding-top:280px;
}
.white_color_heading h2{
	padding:0;margin:0;font-size:45px;font-weight:200;padding-bottom:20px;color:#fff;text-align:center
}
.common-home .home_top_wrap{
    margin-bottom: -5px;

}
	.top_range_wrap{
		z-index: 1001;
	}
.category_list_parent {
	z-index:1;
}
.gallery_ul li:nth-child(2n+0){
	margin-right:0;
}
.menu_icon{
	text-align:center;
	margin-top:20px;
	display:inline-block;
}
.login_half_wrap{
	padding-left:10px;
	padding-right:10px;
}
.login_parent_wrap .half_wrap{
	width:100%;
	float:left;
	color:white;
	margin-bottom:30px;;
	padding: 90px 50px;
    background: url(../images/login_wrap.png) center center #1b1b1b no-repeat;
    overflow: hidden;
}
.login_parent_wrap .half_wrap .name {
    padding-top: 10px;
}
.login_parent_wrap .half_wrap:nth-child(even){
	margin-right:0;
}
.cart_coupon_wrap .button{
	float:right;
	padding-top:7px;
	padding-bottom:7px;
}
.left_right_parent_wrap{
	margin-bottom:20px;
}	
.left_right_parent_wrap .left_content_wrap{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.left_right_parent_wrap .left_content_wrap ul{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:10px;
	margin:0;
	background:#cba322;
	margin-bottom:15px;
}
.left_right_parent_wrap .left_content_wrap ul li{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:0;
	margin:0;
}
.left_right_parent_wrap .left_content_wrap ul li a{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration:none;
	font-size:14px;
	color:#000;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	padding:10px 15px;
}
.left_right_parent_wrap .left_content_wrap ul li.active a,
.left_right_parent_wrap .left_content_wrap ul li a.active,
.left_right_parent_wrap .left_content_wrap ul li a:hover{
	background:#ccd1d6;
	color:#000;
	text-decoration:none;
}
.left_right_parent_wrap .right_content_wrap{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.left_right_parent_wrap .right_content_wrap .right_content_inner_wrap{
	background:#e1e1e1;
	color:#fff;
	padding:30px;
}
.left_right_parent_wrap .right_content_wrap .right_content_inner_wrap p{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin:0;
	margin-bottom:10px;
	color: #626262;
    font-size: 12px;
    line-height: 1.8em;
}
.left_right_parent_wrap .right_content_wrap .right_content_inner_wrap ul,
.left_right_parent_wrap .right_content_wrap .right_content_inner_wrap ol{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin:0;
	margin-bottom:10px;
	padding:0;
	padding-left:20px;
}
.left_right_parent_wrap .right_content_wrap .right_content_inner_wrap ul li,
.left_right_parent_wrap .right_content_wrap .right_content_inner_wrap ol li{
	width:100%;
	float:left;
	position:relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin:0;
	margin-bottom:10px;
	color: #626262;
    font-size: 12px;
    line-height: 1.8em;
}
.left_right_parent_wrap .left_content_wrap + .right_content_wrap {
	margin-top:10px;
	padding-left:0;
	width:100%;
}
.large_pad_wrap{
	padding:0 70px;
}
.common_heading_wrap{
	padding:50px 0;
	margin-bottom:20px;
	background:#e1e1e1;
}
.common_heading_wrap h2{
	margin:0;
	text-align:center;
	width:100%;
	float:left;
	display:inline-block;
	padding: 0;
    font-size: 45px;
    font-weight: 200;
}

	
	
	
.product_top_wrap{
	background:#e1e1e1;
	width:100%;
	float:left;
	display:table;
	position:relative;
}
.product_top_wrap .desc_info{
	padding:100px 30px;
	width:100%;
	display:inline-block;
	float:left;
	position:relative;
}
.product_top_wrap .image_info{
	text-align:center;
	display:inline-block;
	float:left;
	width:100%;
	position:relative;
}
.product_top_wrap .image_info{
	padding-top:50px;
	text-align:center;
	vertical-align:bottom;
}
.product_top_wrap .image_info .product_phone{
	position:relative;
	float:none;
	width:400px;
	display:inline-block;
}
.product_top_wrap .image_info .product_phone span{
	position:absolute;
	top:210px;
	font-weight:700;
	color:white;
	font-size:35px;
	letter-spacing:3px;
	left:0;
	width:100%;
	text-align:center;
}
.product_top_wrap .desc_info h1{
	margin:0;
	margin-bottom:15px;
	font-size:40px;
	font-weight:300;
	color:#001733;
}
.product_top_wrap .prod_desc_wrap{
	margin-bottom:15px;
}
.product_top_wrap .prod_desc_wrap *{
	margin:0;
	margin-bottom:15px;
	font-size:13px;
	line-height:20px;
	font-weight:400;
	color:#353535;
}
.product_top_wrap .desc_info .price_wrap{
	font-weight:400;
	color:#585858;
	font-size:22px;
	margin-bottom:15px;
}
.product_top_wrap .desc_info .price_wrap span{
	color:red;
	text-decoration:line-through;
	font-size:17px;
	margin-right:10px;
}

.cart_btn{
	position:relative;
	float:left;
	display:inline-block;
	padding:7px 25px;
	background:#ffe400;
	color:#1f1f1f;
	font-weight:600;
	font-size:17px;
	text-decoration:none;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin-bottom:20px;
border:0;
-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cart_btn:hover{
	color:white;
	background-color:#1f1f1f;
}
.grey_btn{
	position:relative;
	float:left;
	display:inline-block;
	padding:7px 25px;
	background:#2c2c2c;
	color:#fff;
	font-weight:600;
	font-size:17px;
	text-decoration:none;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin-bottom:20px;
border:0;
-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.grey_btn:hover{
	color:white;
	background-color:#000;
}
.grey_btn + .cart_btn,
.cart_btn + .grey_btn{
	margin-left:15px;
}


.header_top_wrap{
	padding-bottom:40px;
}
	.header_top_wrap.other_page_wrap{
		padding-top: 200px !important;
	}
.home_slider_parent {
	position: relative;
	width: 100%;
	float: left;
	width: 240px;
	    right: initial !important;
    bottom: initial !important;
	float: none;
	margin-top:60px;
	margin-left:-15px;
	text-align: center;
	display: inline-block !important;
}
.home_top_wrap .icon_container {
	position: relative;
	width: 100%;
	text-align: center;
}
.category_list_parent{
	background:url('../images/cat_image_bg.jpg') center center no-repeat;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	padding:70px 50px;
}
.category_list_ul{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	padding:0;
	margin:0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.category_list_ul li{
	width:31.33%;
	float:left;
	display:inline-block;
	position:relative;
	padding:0;
	margin:0;
	margin-bottom:20px;
	text-align:center;
	margin-right:3%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.category_list_ul li:nth-child(3n+0){
	margin-right:0;
}
.category_list_ul li .title_wrap{
	text-transform:uppercase;
	color:white;
	text-decoration:none;
	font-weight:600;
	font-size:15px;
	line-height:20px;
	margin-top:10px;
	margin-bottom:15px;
}
.title_2_wrap h3{
	padding:10px 10px;
}
.cart_table_wrap .model{
	display:none;
}
.right_content_wrap.account_right_content_wrap .right_content_inner_wrap{
	background:transparent;
	padding:0;
}
.right_content_wrap.account_right_content_wrap .right_content_inner_wrap .half_wrap{
	width:48.5%;
	float:left;
	background:#1b1b1b;
	padding:20px;
	margin-bottom:20px;
	margin-right:3%;
}
.right_content_wrap.account_right_content_wrap .right_content_inner_wrap .half_wrap h2{
	margin:0;
	width:100%;
	float:left;
	display:inline-block;
	font-size:24px;
	position:relative;
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:1px dashed #fff;
}
.right_content_wrap.account_right_content_wrap .right_content_inner_wrap .half_wrap ul{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	padding:0;
	margin:0;
}
.right_content_wrap.account_right_content_wrap .right_content_inner_wrap .half_wrap ul li{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	padding:0;
	margin:0;
	line-height:2em;
}
.right_content_wrap.account_right_content_wrap .right_content_inner_wrap .half_wrap ul li a{
	color:white;
	font-size:13px;
}
.right_content_wrap.account_right_content_wrap .right_content_inner_wrap .half_wrap:nth-child(even){
	margin-right:0;
}
.iphone_frame{
	position: absolute;
       bottom:23px;
    left: 50%;
    z-index: 20;
    width: 344px;
	margin-left:-172px;
	pointer-events:none;
}
.home_top_wrap .icon_container{
	padding-top:0px;
	padding-bottom:100px;
}
}

@media only screen and (max-width:486px) {
	.listing_whatsapp_button{
		width:20px;
		float:right;
	}
	.whatsapp_button{

		bottom:20px;
		right:20px;
		width:40px;

	}
	.home_steps_wrap .icon_wrap{
		font-size:40px;
		margin-bottom: 20px;
	}
	.home_steps_wrap .icon_wrap{
		font-size:40px;
	}
	.home_steps_wrap .name_wrap {
		font-size: 12px;
	}
	.home_steps_icons_wrap .name_wrap{
		margin-bottom: 20px;font-size: 12px;
	}
    .product_list_table thead{
            /*background: #aaa9ad;*/
    }
    .for_mob{
    display:inline-block;
}
.not_for_mob{
    display:none;
}
	.owl_dot_parent .owl-dots {
		left: 10px;
		bottom:10px;
		width:auto;
	}
	.menu_parent_wrap{
		z-index: 10000;
	}
	.home_new_slider_wrap{
		margin-top:169px;
	}
	#content{
		margin-top:30px;
	}
	.top_range_wrap{
		top:175px;
		width:100%;
		left:0;
		text-align: center;
		display: table;
		z-index: 1000;
	}
	.logo_wrap{
		text-align: center;
	}
	.top_range_wrap a:nth-child(3n+0){
		margin:3px;
	}
	.product_list_table{
		border-spacing: 0;
		border-collapse: collapse;
	}
	.checkout_logo_parent_wrap{
		text-align: center;
	}
	.checkout_login_info_wrap{
		text-align: center;
		width:100%;
	}
	.checkout_parent_wrap .panel-body{
		padding-left: 0;
		padding-right: 0;
	}
	.checkout_parent_wrap .left_wrap{
		border-right:0;
	}
	.checkout-checkout .gridContainer{
		padding-left: 20px;
		width:100%;
		float:left;
		display:inline-block;;
		padding-right: 20px;
	}
	.checkout_login_info_wrap{
		float:left;
	}
	.checkout_login_parent_wrap{
		padding-top:50px;
		padding-bottom: 50px;
	}
	#button-back{
		margin-top:20px;
		margin-left:0;
	}
	.checkout_parent_wrap .left_wrap{
		width:100%;
		padding-right: 0;
	}
	.checkout_parent_wrap .right_wrap{
		position:fixed;
		top: -100%;
		left:0;
		height:100%;
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		width:100%;
		z-index: 10;
		padding-right: 20px;
		padding-left: 20px;
		background: #131313;
		-webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.49);
		-moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.49);
		box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.49);

	}
	.checkout_parent_wrap .right_wrap.active{
		overflow: auto;
		top:0;
	}
	.checkout_parent_wrap .right_wrap .mob_cart_btn{
		display:inline-block;
		position: absolute;
		top:100%;
		left:50%;
		width:250px;
		background:#000;
		color:#fff;
		text-align: center;
		cursor: pointer;
		margin-left:-125px;
		z-index: 1;
		font-size:12px;
		text-transform: uppercase;
		letter-spacing: 0.1em;
		padding:10px;
		border:1px solid #fff;
		border-top:0;

	}
	.checkout_parent_wrap .right_wrap .mob_close_btn{
		position: absolute;
		top:10px;
		right:20px;
		display: inline-block;
		z-index: 1;
	}
	.top_range_wrap a{
		font-size:11px;
		padding-left: 7px;
		float:none;
		padding-right: 7px;
	}
	.product_list_table thead{
		font-size:11px;
	}
	.product_list_table tbody tr{
		width: 100%;
		/* float: left; */
		/* display: inline-block; */
		margin-bottom: 10px;
		padding: 0px;

		border-bottom: 10px solid #0d1d3c;
	}
	.product_list_table tbody tr .mobile_td{
		width:40%;
		padding:10px 5px ;
		font-size: 12px;
		vertical-align: middle;
	}
	.product_list_table tbody tr .price_td{
		width:17%;
		padding:10px 5px ;
		font-size: 12px;
		text-align: center;
		background: transparent;
		vertical-align: middle;
	}
	.product_list_table tbody tr .cart_td{
		width: 43%;
		padding:10px 5px ;
		margin-top:0px;
		text-align: right;
		vertical-align: middle;
	}
	.product_list_table thead tr .cart_td{
	    text-align: right;
	    
	}
	

	.category_grid.gridContainer{
		width:100%;
		float:left;
		display:inline-block;
		padding-left:20px;
		padding-right: 20px;
	}
	.product_list_table td .yellow_anchor + .yellow_anchor {
		margin-left: 5px;
	}
	#go_to_top{
		left:20px;
		bottom:20px;
		width:40px;
		height:40px;
	}
.category_filter_wrap .gridContainer{
	width:100%;
	padding:0;
}
.category_filter_wrap .checkbox, .category_filter_wrap .radio{
	width:100%;
}
.category_filter_wrap .checkbox:nth-child(4n+0), .category_filter_wrap .radio:nth-child(4n+0),
.category_filter_wrap .checkbox:nth-child(3n+0), .category_filter_wrap .radio:nth-child(3n+0){
	margin-right:0;
}

.category_filter_title_wrap{
	width:200px;
	margin-left:-100px;
	padding:5px;
}
.category_filter_wrap .list-group .list-group-item{
	padding:10px;
}
.prefooter_popup_ul{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	padding:0;
	margin:0;
}
.prefooter_popup_ul li{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	padding:0;
	margin:0;
	text-align:center;
	height:200px;
	background: url(../images/home_know_numbers.jpg) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.prefooter_popup_ul li .title {
    position: absolute;
    z-index: 99;
    width: 100%;
    background: rgba(255,255,255,0.7);
    text-align: center;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    padding-top: 12px;
}
.prefooter_popup_ul li:nth-child(odd) .title{
	background: rgba(0,0,0,0.7);
	color:#fff
}
.gallery_ul li .price_wrap{
	font-size:12px !important;
}
.category_list_parent{
	padding-left:0 !important;
	padding-right:0 !important;
}
.slider_nav_left{
	position:absolute;
	top:50%;
	left:15px;
	z-index:100; 
	color:white;
	font-size:25px;
}
.slider_nav_right{
	position:absolute;
	top:50%;
	right:15px;
	z-index:100; 
	font-size:25px;
	color:white;
}
	#notification {
	position:fixed;
	top:20px;
	width:90%;
	max-width:90%;
	left:5%;
	margin-left:0;
		z-index:1001;
}
.gallery_ul li .yellow_anchor + .yellow_anchor{
	margin-left:0;
}
.home_top_text_wrap {
	padding-top:50px;
}
.white_color_heading h2{
	padding:0;margin:0;font-size:30px;font-weight:200;padding-bottom:20px;color:#fff;text-align:center
}
.common-home .home_top_wrap{
    margin-bottom: -5px;

}
.category_list_parent {
	z-index:1;
}
.top_telephone{
	display: inline-block;
    padding: 0;
    margin: 0;
    float: left;
	margin-top:15px;
	width:100%;
	text-align:center;
        background-color: #ffe400;
    color: #1f1f1f;
    font-weight: bold;
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
    float: left !important;
    border: none;
    font-size: 13px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.top_menu_wrap{
	display:inline-block !important;
}
.top_menu_wrap input[type=text]
{
	display:inline-block;padding:0;margin:0;float:right;background:rgba(255,255,255,0.8);color:#000;font-weight:normal;padding:4px;padding-left:10px;padding-right:10px;float:left;border:none;
	font-size:13px;
	width:100%;
	-webkit-border-radius: 30px;
-moz-border-radius: 30px;
border-radius: 30px;
}
.top_menu_wrap .f_left{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
}
.top_menu_wrap .f_right{
	width:100%;
	float:left;
	display:none;
	position:relative;
}
.menu_icon{
	display:inline-block;
	text-align:center;
	margin-top:20px;
}
.login_half_wrap{
	margin-bottom:20px;
}
.common_right_title{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	margin:0;
	margin-bottom:15px;
	color:#001733;
	font-size:18px;
}
.address_list_table{
	border:0;
	background:white;
}
.address_list_table .action_tr{
	width:100%;
	float:left;
	display:inline-block;
	text-align:left;
	position:relative;
}
.address_list_table tr,.address_list_table td{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
}
.buttons .f_right,
.buttons .f_left{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
}
.buttons .f_left + .f_right{
	margin-top:15px;
}
.buttons .f_right .button,
.buttons .f_left .button{
	width:100%;
	text-align:center;
	float:left;
	display:inline-block;
	position:relative;
}
.cart_coupon_wrap .half_wrap{
	width:100%;
}
.cart_coupon_wrap .half_wrap + .half_wrap{
	margin-top:10px;
}
.cart_coupon_wrap .input-group{
	width:100%;
	float:left;
	display:inline-block;
}
.cart_coupon_wrap .input-group-btn{
	margin-top:10px;
	float: left;
    width: 100%;
	display:inline-block;
}
.cart_coupon_wrap .input-group-btn * {
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	text-align:center;
	border-radius:0;
}
.cart_coupon_wrap .button{
	float:right;
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	text-align:center;
	padding-top:7px;
	padding-bottom:7px;
}
.left_right_parent_wrap{
	margin-bottom:20px;
}	
.left_right_parent_wrap .left_content_wrap{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.left_right_parent_wrap .left_content_wrap ul{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:10px;
	margin:0;
	background:#cba322;
	margin-bottom:15px;
}
.left_right_parent_wrap .left_content_wrap ul li{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding:0;
	margin:0;
}
.left_right_parent_wrap .left_content_wrap ul li a{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-decoration:none;
	font-size:12px;
	color:#000;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
	padding:7px 10px;
}
.left_right_parent_wrap .left_content_wrap ul li.active a,
.left_right_parent_wrap .left_content_wrap ul li a.active,
.left_right_parent_wrap .left_content_wrap ul li a:hover{
	background:#ccd1d6;
	color:#000;
	text-decoration:none;
}
.left_right_parent_wrap .right_content_wrap{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.left_right_parent_wrap .right_content_wrap .right_content_inner_wrap{
	background:#e1e1e1;
	color:#fff;
	padding:20px;
}
.left_right_parent_wrap .right_content_wrap .right_content_inner_wrap p{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin:0;
	margin-bottom:10px;
	color: #626262;
    font-size: 12px;
    line-height: 1.8em;
}
.left_right_parent_wrap .right_content_wrap .right_content_inner_wrap ul,
.left_right_parent_wrap .right_content_wrap .right_content_inner_wrap ol{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin:0;
	margin-bottom:10px;
	padding:0;
	padding-left:20px;
}
.left_right_parent_wrap .right_content_wrap .right_content_inner_wrap ul li,
.left_right_parent_wrap .right_content_wrap .right_content_inner_wrap ol li{
	width:100%;
	float:left;
	position:relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin:0;
	margin-bottom:10px;
	color: #626262;
    font-size: 12px;
    line-height: 1.8em;
}
.left_right_parent_wrap .left_content_wrap + .right_content_wrap {
	margin-top:10px;
	padding-left:0;
	width:100%;
}
.large_pad_wrap{
	padding:0 20px;
}
.common_heading_wrap{
	padding:30px 0;
	margin-bottom:20px;
	background:#e1e1e1;
}
.common_heading_wrap h2{
	margin:0;
	text-align:center;
	width:100%;
	float:left;
	display:inline-block;
	padding: 0;
    font-size: 30px;
    font-weight: 200;
}

.header_top_wrap{
	padding-bottom:40px;
}
.home_slider_parent {
	position: relative;

	float: left;
	width: 200px !important;
	margin-left:-10px;
	float: none;
	text-align: center;
	display: inline-block !important;
}
.home_top_wrap .icon_container {
	position: relative;
	width: 100%;
	text-align: center;
}
.category_list_parent{
	background:url('../images/cat_image_bg.jpg') center center no-repeat;
	 -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	padding:50px 30px;
}
.category_list_ul{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	padding:0;
	margin:0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.category_list_ul li{
	width:47.5%;
	float:left;
	display:inline-block;
	position:relative;
	padding:0;
	margin:0;
	text-align:center;
	margin-right:5%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-bottom:20px;
}
.category_list_ul li:nth-child(5n+0){
	margin-right:5%;
}
.category_list_ul li:nth-child(2n+0){
	margin-right:0;
}
.category_list_ul li .title_wrap{
	text-transform:uppercase;
	color:white;
	text-decoration:none;
	font-weight:600;
	font-size:15px;
	line-height:20px;
	margin-top:10px;
	margin-bottom:15px;
}
.category_list_ul li a.yellow_anchor{
	padding-left:0;
	padding-right:0;
	text-align:center;
	width:100%;
}
.title_2_wrap{
	padding-right:0;
	padding-left:0;
}
.title_2_wrap h3{
	font-size:13px;
	padding:5px 10px;
}
.gallery_ul li{
	width:47% !important;
	margin-right:6% !important;
}
.gallery_ul li:nth-child(3n+0),
.gallery_ul li:nth-child(4n+0){
	margin-right:6% !important;
}
.gallery_ul li:nth-child(2n+0){
	margin-right:0 !important;
}

.product_top_wrap{
	background:#e1e1e1;
	width:100%;
	float:left;
	display:table;
	position:relative;
}
.product_top_wrap .desc_info{
	padding:50px 30px;
	width:100%;
	display:inline-block;
	float:left;
	position:relative;
}
.product_top_wrap .image_info{
	text-align:center;
	display:inline-block;
	float:left;
	width:100%;
	position:relative;
}
.product_top_wrap .image_info{
	padding-top:50px;
	text-align:center;
	vertical-align:bottom;
}
.product_top_wrap .image_info .product_phone{
	position:relative;
	float:none;
	width:300px;
	display:inline-block;
}
.product_top_wrap .image_info .product_phone span{
	position:absolute;
	top:170px;
	font-weight:700;
	color:white;
	font-size:27px;
	letter-spacing:2px;
	left:0;
	width:100%;
	text-align:center;
}
.product_top_wrap .desc_info h1{
	margin:0;
	margin-bottom:10px;
	font-size:35px;
	font-weight:300;
	color:#001733;
}
.product_top_wrap .prod_desc_wrap{
	margin-bottom:10px;
}
.product_top_wrap .prod_desc_wrap *{
	margin:0;
	margin-bottom:10px;
	font-size:12px;
	line-height:20px;
	font-weight:400;
	color:#353535;
}
.product_top_wrap .desc_info .price_wrap{
	font-weight:400;
	color:#585858;
	font-size:18px;
	margin-bottom:15px;
}
.product_top_wrap .desc_info .price_wrap span{
	color:red;
	text-decoration:line-through;
	font-size:14px;
	margin-right:10px;
}

.cart_btn{
	position:relative;
	float:left;
	display:inline-block;
	padding:7px 25px;
	background:#ffe400;
	color:#1f1f1f;
	font-weight:600;
	font-size:17px;
	text-decoration:none;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin-bottom:20px;
border:0;
width:100%;
text-align:center;
-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.cart_btn:hover{
	color:white;
	background-color:#1f1f1f;
}
.grey_btn{
	position:relative;
	float:left;
	display:inline-block;
	padding:7px 25px;
	background:#2c2c2c;
	color:#fff;
	font-weight:600;
	font-size:17px;
	text-decoration:none;
	-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
margin-bottom:20px;
border:0;
width:100%;
text-align:center;
-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.grey_btn:hover{
	color:white;
	background-color:#000;
}
.cart_table_wrap .model,.cart_table_wrap .price{
	display:none;
}
.cart_table_wrap thead{
	display:none;
}
.cart_table_wrap{
	border:0 !important;
}
.cart_table_wrap tr{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	border:0 !important;
	border-bottom:3px solid #FFFFFF !important;
}
.cart_table_wrap tr td{
	width:100%;
	border:0 !important;
	float:left;
	text-align:left;
	border-bottom:1px solid #FFFFFF !important;
	display:inline-block;
	position:relative;
}
.login_parent_wrap .half_wrap{
	width:100%;
	float:left;
	color:white;
	margin-bottom:30px;;
	padding: 30px 20px;
    background: url(../images/login_wrap.png) center center #1b1b1b no-repeat;
    overflow: hidden;
}
.login_parent_wrap .half_wrap .name {
    padding-top: 10px;
}
.login_parent_wrap .half_wrap:nth-child(even){
	margin-right:0;
}
.right_content_wrap.account_right_content_wrap .right_content_inner_wrap{
	background:transparent;
	padding:0;
}
.right_content_wrap.account_right_content_wrap .right_content_inner_wrap .half_wrap{
	width:100%;
	float:left;
	background:#1b1b1b;
	padding:20px;
	margin-bottom:20px;
}
.right_content_wrap.account_right_content_wrap .right_content_inner_wrap .half_wrap h2{
	margin:0;
	width:100%;
	float:left;
	display:inline-block;
	font-size:18px;
	position:relative;
	padding-bottom:5px;
	margin-bottom:10px;
	border-bottom:1px dashed #fff;
}
.right_content_wrap.account_right_content_wrap .right_content_inner_wrap .half_wrap ul{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	padding:0;
	margin:0;
}
.right_content_wrap.account_right_content_wrap .right_content_inner_wrap .half_wrap ul li{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	padding:0;
	margin:0;
	line-height:2em;
}
.right_content_wrap.account_right_content_wrap .right_content_inner_wrap .half_wrap ul li a{
	color:white;
	font-size:13px;
}
.right_content_wrap.account_right_content_wrap .right_content_inner_wrap .half_wrap:nth-child(even){
	margin-right:0;
}
.cart_table_wrap .label_for_mob{
	display:inline-block;
	position:relative;
	font-weight:bold;
}
.cart_table_wrap .not_for_mob{
	display:none;
}
.tab_full_in_mob tr,.tab_full_in_mob tr th,.tab_full_in_mob tr td{
	width:100% !important;
	float:left;
	display:inline-block;
	position:relative;
}
.top_menu_wrap,.menu_icon{
	display:none !important;
}
.top_ul_mob_icons{
	display:inline-block !important;
	margin-top:15px;
	padding:7px 10px;
	/*background:#aaa9ad;*/
	background: rgba(79,79,79,1);
background: -moz-linear-gradient(top, rgba(79,79,79,1) 0%, rgba(170,169,173,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(79,79,79,1)), color-stop(100%, rgba(170,169,173,1)));
background: -webkit-linear-gradient(top, rgba(79,79,79,1) 0%, rgba(170,169,173,1) 100%);
background: -o-linear-gradient(top, rgba(79,79,79,1) 0%, rgba(170,169,173,1) 100%);
background: -ms-linear-gradient(top, rgba(79,79,79,1) 0%, rgba(170,169,173,1) 100%);
background: linear-gradient(to bottom, rgba(79,79,79,1) 0%, rgba(170,169,173,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f4f4f', endColorstr='#aaa9ad', GradientType=0 );
}
.top_ul_mob_icons ul{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	padding:0;
	margin:0;
}
.top_ul_mob_icons ul li{
	width:25%;
	float:left;
	display:inline-block;
	position:relative;
	padding:0;
	margin:0;
	text-align:center;
}
.top_ul_mob_icons ul li a{
	color:white;
	font-size:18px;
}
.notification_span{
	min-width:20px;
	height:20px;
	line-height:20px;
	font-size:10px;
	color:white;
	background:red;
	-webkit-border-radius: 20px;
-moz-border-radius: 20px;
border-radius: 20px;
position:absolute;
    top: -7px;
    right: 15px;
z-index:99;
}

.iphone_frame{
	position: absolute;
       bottom: 38px;
    left: 50%;
    z-index: 20;
    width: 280px;
	margin-left:-140px;
	pointer-events:none;
}
.home_top_wrap .icon_container{
	    padding-top: 0;
    padding-bottom: 100px;
}
.menu_parent_wrap.fixed .top_ul_mob_icons{
	position:fixed !important;
	top:-300px;
	left:0;
	width:100%;
	margin-top:0px;
	text-align:center;
}
.menu_parent_wrap.fixed #search_mob{
	position:fixed !important;
	top:50px;
	left:0;
	width:100%;
	margin-top:0px;
	text-align:center;
}
}
#search_mob{
	display:none;
	padding:15px;
	float:left;
	position:relative;
	width:100%;
	background: #000;
}
#search_mob input[type="text"]{
	float:left;
	position:relative;
	width:100%;
	display:inline-block;
	background: rgba(255,255,255,0.8);
    color: #000;
    font-weight: normal;
    padding: 4px;
    padding-left: 10px;
    padding-right: 10px;
    border: none;
    font-size: 13px;
    width: 100%;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.gallery_ul li .title_2_wrap h3{
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;

}
.gallery_ul li:hover .title_2_wrap h3{
	color:#fff;
	background:#1b1b1b;
}

.left_right_parent_wrap .right_content_wrap .right_content_inner_wrap p a,.para_anchor,#notification .alert a{
	border-bottom:1px dashed #001733;
	color:#001733;
text-decoration:none;
}
.left_right_parent_wrap .right_content_wrap .right_content_inner_wrap p a:hover,.para_anchor:hover,#notification .alert a:hover{
text-decoration:none;	
	border-bottom:1px dashed #001733;
	color:#001733;
}
.table-bordered{
	color:#000;
	border-color:white;
}
.table-bordered tr,.table-bordered td,.table-bordered th{
	border-color:white !important;
}
.table-bordered thead{
	background: #001733;
    color: white;
}
.table-bordered .btn-primary{
	background:#275c8c;
}
.table-bordered .btn-danger{
	background:#c4322e;
}
.alert{
	width: 100%;
    float: left;
    display: inline-block;
}
.left_right_parent_wrap .right_content_wrap .right_content_inner_wrap.checkout_wrap label{
	color:black;
}
.checkout_wrap .common_right_title{
	padding-bottom:5px;
	border-bottom:1px dashed #494949;
}
.checkout_wrap .cart_table_parent_wrap{
	border:0 !important;
}
.checkout_wrap .cart_table_wrap,.checkout_wrap .cart_table_wrap *{
	border-color:#001733 !important;
}

.header_top_wrap.other_page_wrap{
	padding-top: 150px;
}
.product_list_table td .yellow_anchor{
		background:transparent !important;
		font-size: 12px;
padding:6px 8px;padding:0;
        -webkit-border-radius: 0px;
    -moz-border-radius:0px;
    border-radius: 0px;
    -webkit-box-shadow: none;float:none;
    -moz-box-shadow: none;
    box-shadow: none;


	}
	
	.product_list_table td .yellow_anchor:hover{
		background:#efefef;background:transparent !important;
	}
@media only screen and (min-width:1700px) {
.home_slider_parent {
	position: absolute !important;
	z-index: 5 !important;
	    right:220px !important;
    bottom: 92px !important;
	
}
.home_slider_parent, .home_slider_parent .owl-item{
	width: 320px !important;
	max-width:320px !important;
}
.iphone_frame{
	width:450px;
}
}
.prefooter_popup_ul li{
	cursor:pointer;
}