.counter{
	position:absolute;
	top:0;
	right:0;
	min-width:20px;
	height:20px;
	color:#fff;
	padding:3px 5px;
	background:red;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	font-size:12px;
	line-height:14px;
}
.top_menu_wrap .anchor_wrap a{
	position:relative;
}
.footer_map_wrap{
	height:800px;
	text-align: left;
}
.world_map_bottom_inner_wrap,.footer_map_wrap{
	display:none !important;
}
.world_map_bottom_wrap{
	
	padding:0;
}
.world_map_bottom_inner_wrap{
	padding:20px;
	float:none;
	display: inline-block;
	position: relative;
	margin-top: -130px;
	z-index: 100;
	width:50%;
}
.world_map_bottom_inner_wrap  p{
	padding:0;
}
.specification_wrap{
	height:400px;
	overflow: hidden;
}
.specification_wrap.active{
	height:auto;
}
.specification_loader{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:100;
	background:url("../images/loader.gif") center center no-repeat #fef7f5;
}
.mobile_search_anchor{
	display:none;
}
.desk_search_wrap{
	background:transparent;
	padding:20px 0;
	z-index:1001;
	position:fixed;
	left:0;
	top:50%;
	display:none;
	margin-top:-60px;
	width:100%;
}
.desk_search_wrap input[type="text"]{
	width:90%;
	float:left;
	display:inline-block;
	position:relative;
	font-size:60px;
	color:#fff;
	background:none;
	padding-right: 40px;
	border:none;
}
.desk_search_wrap input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	color: #fff;
}
.desk_search_wrap input[type="text"]::-moz-placeholder { /* Firefox 19+ */
	color: #fff;
}
.desk_search_wrap input[type="text"]:-ms-input-placeholder { /* IE 10+ */
	color: #fff;
}
.desk_search_wrap input[type="text"]:-moz-placeholder { /* Firefox 18- */
	color: #fff;
}
.desk_search_wrap .go_btn{
	max-width:10%;
	float:left;
	text-decoration:none;
	display:inline-block;
	position:relative;
	text-align:right;
	font-size:60px;
	color:#fff;
}
.desk_search_wrap .go_btn:hover{
	opacity:0.8;
	text-decoration:none;
}
.search_overlay_wrap{
	z-index:1000;
	background:#000000;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	display:none;
	height:100%;
}
.search_close_btn{
	z-index:1002;
	background:#000000;
	position:fixed;
	top:10px;
	right:10px;
	display:none;
	cursor:pointer;
}


.product_video_anchor{
	position:relative;
	float:left;
}
.product_video_anchor:after{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	content:'';
	background:url("../images/video_icon_large.png") center center no-repeat;
	background-size:30px auto;
}
.product_video_anchor.large:after{
	background-size:60px auto;
}
.prod_mob_slider{
	display:none;
}
.grey_wrap.short{
	height:320px;
}
.cart_page_wrap .form-control{
	margin-bottom:0 !important;
}
.cart_page_wrap .btn{
	    padding-top: 6px !important;
    padding-bottom: 6px !important;
	margin-bottom:0 !important;
}
.margin_bottom_20{
	margin-bottom:20px;
}
.review_table{
	width:100%;
	float:left;
	position:relative;
	border-collapse:separate;
    border-spacing: 10px;
}
.review_table tr td{
	padding:10px;
	font-size:13px;
	border-right:1px solid #BBBBBB;
	position:relative;
	border-bottom:1px solid #BBBBBB;
}

.review_table tr td:last-child{
	border-bottom:1px solid #BBBBBB;
	border-right:0;
}

.warranty_image_wrap{
	position:absolute;
	bottom:30px;
	right:50%;
	margin-right:30px;
	z-index:100;
}
.warranty_image_wrap img + img{
	margin-left:10px;
}
.warranty_image_wrap.mob{
	display:none;
}
.usp_data_wrap {
	margin-top:30px;
}
.usp_data_wrap ul{
	margin:0;
	width:100%;
	float:left;
	padding:0;
	display:inline-block;
	position:relative;
}
.usp_data_wrap ul li{
	display:inline-block;
	position:relative;
	float:left;
	width:48.5%;
	margin-right:3%;
	margin-bottom:15px;
  padding:10px;
  font-size:13px;
  background:rgba(244, 243, 243, 1);
  color:#000000
}
.usp_data_wrap ul li:nth-child(even){
	margin-right:0;
}
.feature_ul.align_left li{
	text-align:left;
}
.stores_wrap .store_list_wrap{
	width:30%;
	float:left;
	display:inline-block;
	position:relative;
	max-height:600px;
	overflow-y:auto
}
.stores_wrap .store_list_wrap .panel-title a{
	width:100%;
	font-size:14px;
}
.stores_wrap .store_map_wrap{
	width:65%;
	float:right;
	display:inline-block;
	margin-left:5%;
	height:600px;
	position:relative;
}
.stores_wrap .store_map_wrap .store_map_inner_wrap{
	height:100%;
}
.common_header.small{
	font-size:22px;
	line-height:30px;
	color:#4D4D4D
}
.info_desc_wrap{
	text-align:center;
	padding:0 20%;
	margin-bottom:60px;
}
.info_desc_wrap *{
	text-align:center;
}
.blog_list_ul{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	padding:20px;
	margin:0;
}
.blog_list_ul li{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	padding:0;
	margin:0;
    margin-bottom: 20px;
}
.blog_list_ul li + li{
    margin-top: 30px;
    padding-top: 40px;
    border-top: 1px solid #CDCDCD;
}
.blog_list_ul li .img_wrap{
	width:50%;
	float:left;
	display:inline-block;
	position:relative;
	padding-right:25px;
}
.blog_list_ul li .info_wrap{
	width:50%;
	float:left;
	display:inline-block;
	position:relative;
	padding-left:25px;
}

.blog_list_ul li .title_wrap a, .blog_list_ul li .title_wrap {
    font-size: 30px;
    text-decoration: none;
    margin-top: 0;
    color: #585858;
    font-weight: 300;
    text-transform: uppercase;
}
.blog_list_ul li .date_wrap {
    margin-top: 20px;
    line-height: 20px;
}
.blog_list_ul li .desc_wrap {
    margin-top: 20px;
	font-size:13px;
    line-height: 1.8em;
}
.blog_list_ul li .buttons_wrap {
    margin-top: 10px;
}

.logo_wrap img{
	-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;
}
.logo_wrap .hover{
	position:absolute;
	top:0;
	left:0;
	opacity:0;
}
.logo_wrap.active .normal{
	opacity:0;
}
.logo_wrap.active .hover{
	opacity:1;
}
.prod_faq_parent{
	padding-bottom:10px;
	border-bottom:1px solid #ccc;
}
.single_prod_desc_wrap *{
	    font-family: work_reg !important;
}
.form-group .common_control{
	margin-bottom:0;
}
.form-horizontal .control-label{
	padding-top:11px
}
.form-group .title_wrap{
	padding-bottom:10px;
    color: #000;
	font-size:14px;
}
.align_center{
	text-align:center;
}
.login_parent_wrap .grey_wrap{
    background: url(../images/water_bg.jpg) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	 background-color: #e1e1e1;
}
.login_parent_wrap .grey_wrap.nobg_img{
	background-image:none;
}

.common_anchor.small{
	font-size: 12px !important;
	padding: 10px;
	background: #103794;
	color: white;
}
.specification_wrap ul li .title_wrap{
	margin-top:10px;
}
.common_anchor{
    font-family: work_semi;
}
button.common_anchor {
	border:0;
}
.product_data_wrap .text_wrap .options_wrap ul li{
	position:relative;
}
.menu_overlay{
	position:absolute;
	margin-top:10px;
	top:100%;
	left:0;
	width:100%;
	z-index:10;
	background:#103794;
	padding:10px;
	opacity:0;
	visibility:hidden;
	-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;
}
.menu_overlay:after{
	position:absolute;
	bottom:100%;
	left:0;
	width:100%;
	padding:10px;
	content:'';
}
.top_menu_wrap ul li:hover .menu_overlay{
	opacity:1;
	visibility:visible;
}
.menu_overlay .category_menu_wrap{
	background:#fff;
}
.menu_overlay .category_menu_wrap .single_category_wrap{
	width:25%;
	float:left;
	display:inline-block;
	position:relative;
	padding:10px;
}
.menu_overlay .category_menu_wrap .single_category_wrap > a{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	padding:10px;
	text-align:left;
	margin-bottom:5px;
	border-bottom:5px solid #C8C8C8;
}
.menu_overlay .category_menu_wrap .single_category_wrap .sub_category_wrap a{
	float:left;
	padding:8px;
	text-transform:none;
	    float: left;
    padding: 8px;
    text-transform: none;
    font-size: 13px;
    letter-spacing: 0.1em;
}
.common_anchor.active, .common_anchor.green.active,
.buttons .pull-right .common_anchor{
    background-color: #2e3192;
    color: #fff;
    text-decoration: none;
}
.buttons .pull-right .common_anchor:hover{
	background-color: #accc33;
    color: #333;
    text-decoration: none;
}
.feat_video_div,
.video_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    background: url(../images/video_icon.png) center center no-repeat rgba(244, 243, 243, 0.6);
    background-size: 60px auto;
    opacity: 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;
}
.prod_faq_desc{
	display:none;
}
.prod_faq_title {
	font-size:14px;
	cursor:pointer
}
.special_faq_wrap .prod_faq_title{
	color:white;
	text-transform:uppercase;
	letter-spacing:0.2em;
}
.special_faq_wrap .prod_faq_desc{
	margin-top:15px;
}
.special_faq_wrap .prod_faq_desc p,
.special_faq_wrap .prod_faq_desc li{
	color:white;
}
.feat_video_parent:hover .feat_video_div,
.gallery_ul li:hover .video_overlay{
	opacity:1	
}
.abs_anchor{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
.sub_cat_wrap ul li .title_wrap{
	color:#333;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gallery_ul li .name_wrap{
	color:#333;
	padding-top:15px;
}
.bottom_category_wrap ul .owl-item li,
.product_feature_wrap ul .owl-item li,
.sub_cat_wrap ul .owl-item li{
	width:100%;
}
.bottom_category_wrap ul li.even .title_wrap{
    bottom: 0;
	top:auto;
}

.owl-carousel.owl_square_dots .owl-dots{
	position:absolute;
	bottom:250px;
	right:10%;
	display:inline-block;
	z-index:100;
}
.owl-carousel.owl_square_dots .owl-dots .owl-dot{
	float:left;
	display:inline-block;
	position:relative;
	width:30px;
	height:30px;
	background:#FCFCFC;
}
.owl-carousel.owl_square_dots .owl-dots .owl-dot + .owl-dot{
	margin-left:15px;
}
.owl-carousel.owl_square_dots .owl-dots .owl-dot.active{
	background:#333;
}
#go_to_top {
	bottom: 30px;
	z-index: 23;
	position: fixed;
	right: 30px;
	display: none;
	z-index: 1000;
}
#go_to_top a {
	padding: 10px;
	text-align: center;
	padding-top: 14px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	width: 40px;
	height: 40px;
	border-radius: 3px;
	background: #e2e2e2;
	-webkit-box-shadow: 0px 0px 11px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 11px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 11px 0px rgba(50, 50, 50, 0.75);
	float: left;
	display: inline-block;
}
#go_to_top img {
	border: none;
	float: left;
	display: inline-block;
}
.website_preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/website_preloader.gif) center center no-repeat #FFF;
    z-index: 10000;
}
.product_feature_wrap ul li{
	-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_feature_wrap ul li.select{
	padding-bottom:15px;
}
.home_category_slider .border_wrap,
.home_category_slider .anchor_wrap,
.home_category_slider .title_wrap{
	z-index:1;
}
.gal_left_arrow{
	position:absolute;
	top:50%;
	left:10px;
	color:#fff;
	z-index:20;
	font-size:35px;
}
.gal_right_arrow{
	position:absolute;
	top:50%;
	right:10px;
	font-size:35px;
	color:#fff;
	z-index:20;
}
.map_parent_wrap iframe{
	float:left;
}
.filter_search_wrap .search_item_wrap{
	width:22.75%;
	float:left;
	margin-right:3%;
	display:inline-block;
	position:relative;
}
.filter_search_wrap .search_item_wrap:nth-child(4n+0){
	margin-right:0
}
.filter_search_wrap .checkbox-inline{
	width:100%;
	float:left;
}
.filter_search_wrap .common_anchor{
	padding:8px 15px;
}
.ipad_v_logo_wrap{
	display:none;
}
.table_view{
	color:#000;
	background:#fff;
}
.table_view tr,.table-bordered td,.table-bordered th{
	border-color:#d1d1d1 !important;
}
.table_view thead *{
	background: rgba(216, 216, 216, 1);
	color: #333;
}
.mob_label{
	display:none;
}
.mob_inline_label{
	display:none;
}


.address_list_table{
	background:#f3f3f3;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.52);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.52);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.52);
}
.address_list_table td{
	border:0 !important;
}
.address_list_table td.action_tr{
	vertical-align:middle
}

.common_control.disabled{
	cursor:not-allowed;
	background:#e7e7e7;
}
.account_right_wrap .log_half_wrap{
	width:50%;
	float:left;
	display:inline-block;
	position:relative;
	margin-bottom:40px;
}
.account_right_wrap .log_half_wrap ul{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	padding:0;
	margin:0;
}
.account_right_wrap .log_half_wrap ul li{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	padding:0;
	margin:0;
	line-height:2em;
}
.gold_opacity{
	opacity:0.6 !important;
}

.account_right_wrap .log_half_wrap:nth-child(odd){
	padding-right:40px;
}
.account_right_wrap .log_half_wrap:nth-child(even){
	padding-left:40px;
}

.category_top_wrap .golf_wrap{
	opacity:0.7;
}
.form-horizontal .checkbox, .form-horizontal .radio{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
}
.panel-default>.panel-heading{
	background: #103794;
    color: white;
	font-family: raleway_semi;
	text-transform:uppercase;
	letter-spacing:0.1em;
}
.facebook_anchor{
	float:left;
	display:inline-block;
	position:relative;
	text-align:center;
	text-decoration:none;
	padding:16px 15px;
	background:#2d609b;
	color:#fff;
	    text-transform: uppercase;
    font-size: 14px;
	margin-top:15px;
    letter-spacing: 0.2em;
    -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-danger{
	line-height: 1.8em !important;
}
.facebook_anchor:hover{
	text-decoration:none;
	color:#fff;
}
.error_full_wrap {
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	color:#FF0004;
	text-align:left;
	        font-family: raleway_semi;
		line-height:1.8em;
}
.margin_top_20{
	margin-top:20px;
}
.empty_wrap{
	text-align:center;
	margin-bottom:50px;
}
.empty_p,.empty_p p{
	    font-family: raleway_reg;
	text-align:center;
	font-size:25px;
}
.noti_parent_wrap{
	z-index:1
}
/* Cart Starts */
.cart_table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 10px;
}

.cart_table th {
	text-align: left;
	font-weight: normal;
	font-size: 16px;
	border-top: 3px solid #333;
	border-bottom: 3px solid #333;
	color: #000;
	display: table-cell;
	padding-top: 10px;
	font-family: raleway_bold;
	cursor:pointer;
	padding-bottom: 10px;
	font-size: 14px;
	vertical-align: middle
}

.cart_table .input-group{
	border-collapse: separate;
    border-spacing: 0;
}
.cart_table .input-group input{
	min-width:100px;
}
.cart_table td {
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	padding: 10px;
	display: table-cell;
	font-size: 14px;
	vertical-align: middle
}
.cart_table td img {
	display: block;
	float: left
}
.full_wrap.nowidth{
	width:auto;
	float:none;
}
.cart_table.cart_page_table{
	border-collapse: collapse;
}
.cart_table.cart_page_table th{
	text-align:center;
	border-top:0;
	border-color:#dedede
}
.cart_table.cart_page_table td{
	border-right:0;
	border-color:#dedede
}
.cart_table.cart_page_table td{
	text-align:center;
}
.cart_table.cart_page_table td.name{
	text-align:left;
}
.cart_table.cart_page_table td img{
	float:none;
	display:inline-block;
}
.cart_table tr td:last-child {
	border-right: none
}
.cart_page_table.subtotal_cart .text-right{
	text-align:right;
}
.coupon_wrap{
	margin-top:30px;
	margin-bottom:30px;
}
.coupon_wrap label{
	float:left;
	margin-top:7px;
	padding-right:15px;
}
.coupon_wrap .input-group{
	width: 30%;
}
.btn.btn-primary{
	background:#103794;
	border-color:#103794;
	color:#fff;
}
.nowrap{
	white-space:nowrap;
}
/* Cart Ends */
.text_data_wrap.full{
	width:100%;
	padding-left:0;
}

.faq_container p {
	display: none;
	margin-top:10px;
}
.faq_container {
	margin-bottom: 8px;
	width: 100%;
	float: left;
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.faq_link {
	color: #231F20;
	padding-bottom: 2px;
	text-decoration: none !important;
	border-bottom: 1px solid black;
}
.faq_link:hover {
	border-bottom: 1px solid #231F20;
}
.faq_link:active, .faq_link:visited, .faq_link:hover {
	text-decoration: none !important;
}
b, mark, optgroup, strong, label{
	font-family: raleway_bold;
}
*,*:focus{
	outline:none !important;
}
.white-popup-block {
    background: #FFF;
    padding: 20px 30px;
    text-align: left;
    max-width: 650px;
    margin: 40px auto;
    position: relative;
    float: none;
}
.f_none{
	float:none;
}
.margin_top_10{
	margin-top:10px;
}
.common_control{
	    width: 100%;
    padding: 10px;
    color: #000;
    font-size: 14px;
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid #ccc;
	float:left;
}
select.common_control{
	padding:11px 10px;
}
.common_control.marginb{
	margin-bottom:15px;
}
.tab-content>.tab-pane{
	width:100% !important;
}
.specs_table{
	width:100%;
	float:left;
	position:relative;
	border-collapse:separate;
    border-spacing: 10px;
}
.specs_table tr td{
	padding:10px;
	font-size:13px;
	border-right:1px solid #BBBBBB;
	position:relative;
	border-bottom:1px solid #BBBBBB;
}

.specs_table tr td:last-child{
	border-bottom:1px solid #BBBBBB;
	border-right:0;
}
.product_tabs_parent_wrap{
	margin-bottom:40px;
	margin-top:40px;
}
.tab-content>.active{
	display:inline-block;
}
.nav-tabs>li{
	margin-bottom:0 !important;
}
.nav-tabs>li>a,
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus,
.nav-tabs>li>a:hover{
	border-radius:0 !important;
	border:0 !important;
	background:transparent !important;
}
.nav-tabs li + li:before{
	position:absolute;
	top:30%;
	left:0;
	content:'';
	background:rgba(200, 200, 200, 1);
	width:1px;
	height:40%;
}
.nav-tabs li a{
	color:#333;
	text-transform:uppercase;
	text-decoration:none;
}
.nav-tabs>li.active:after{
	position:absolute;
	bottom:-1px;
	left:0;
	width:100%;
	content:'';
	background:#27315d;
	height:5px;
}
.tab-content{
	margin-bottom:0;
	line-height:1.7em;
	text-align:justify;
	font-size:13px;
	color:#282828;
	padding:20px;
}
.tab_inner_title{
	display:none;
}
	


.options_wrap .title_wrap{
	text-transform:uppercase;
}
.alert{
	        font-family: raleway_semi;
}
.options_wrap .quater_wrap{
	margin-bottom:15px;
}
.pointer{
	cursor:pointer;
}
del{
	font-size:70%;
	color:#acacac
}
.pagination>li>a, .pagination>li>span{
	color:#000;
}
.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus{
	background-color: #103794;
    border-color: #103794;
	color:#fff;
}
.gallery_ul li a,
.category_top_wrap ul li a{
	color:#333;
}
.top_home_slider_wrap .big_slider_wrap .title_wrap{
	z-index:100;
}
#abs_inner_notification,
#notification{
	position:fixed;
	top:50%;
	left:50%;
	width:500px;
	margin-left:-250px;
	z-index:1000;
	margin-top:-100px;
}
#abs_inner_notification:not(:empty):before,
#notification:not(:empty):before{
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	content:'';
	background:rgba(0,0,0,0.8);
}
.alert{
	color: black !important
}
.alert a,
p a,
.para_anchor{
	color:#5e5e5e;
	border-bottom:1px dashed #5e5e5e;
	-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;
}
.cart_table .para_anchor{
	font-size:13px;
}
.alert a:hover,
p a:hover,
.para_anchor:hover{
	text-decoration:none;
	color:#000;
	border-color:#000;
}
.alert-success{
	background:#dff0d8 !important;
}
#notification div,
#abs_inner_notification div{
    position: relative;
    z-index: 100;
	padding: 30px;
    border-radius: 0;
    background: white !important;
    font-size: 20px;
	line-height:40px
}
#notification  button.close,
#abs_inner_notification button.close{
	    opacity: 0.8;
    font-size: 25px;
}
.common_arrow_left{
	position:absolute;
	top:50%;
	left:-40px;
	z-index:100;
	color:#3B3B3B;
	font-size:30px;
	line-height:30px;
	margin-top:-30px;
}
.common_arrow_left.top_slider_left_arrow{
	left:40%;
	color:#fff;
	cursor:pointer;
	font-size:45px;
	margin-top:-50px;
}
.common_arrow_right{
	position:absolute;
	top:50%;
	right:-40px;
	z-index:100;
	color:#3B3B3B;
	font-size:30px;
	line-height:30px;
	margin-top:-30px;
}
.common_arrow_right.top_slider_right_arrow{
	right:40px;
	color:#fff;
	font-size:45px;
	margin-top:-50px;
	cursor:pointer;
}
.relative{
	position:relative
}
.common_arrow_left.disabled,
.common_arrow_right.disabled{
	opacity:0.6;
	cursor:not-allowed;
	pointer-events:none;
}
.offer_top_wrap .quater_wrap.color_1 {
    background-color: #d3c297;
}
.offer_top_wrap .quater_wrap.color_2 {
    background-color: #e3d9bd;
}
.offer_top_wrap .quater_wrap.color_3 {
    background-color: #ede6d5;
}
.offer_top_wrap .owl-item .quater_wrap{
	width:100%;
}
.gallery_ul .owl-item li,
.category_top_wrap ul .owl-item li{
	width:100%;
}
.gallery_ul.owl_hidden_pad li{
	margin-top:20px;
}
.prod_mobile_slider_wrap{
	display:none;
}
.mob_left_btn{
	display:inline-block;
	position:fixed;
	bottom:80px;
	left:0;
	background:#333;
	z-index:599;
	color:#fff;
	padding:10px;
	cursor:pointer;
	font-size:14px;
	display:none;
}
.mob_left_close_btn{
    position: fixed;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
    z-index: 1003;
    font-size: 14px;
    border-top: 1px solid #333;
    background: #dedede;
    text-transform: uppercase;
    padding: 8px;
	display:none;
}
.login_wrap .half_wrap:nth-child(odd){
	padding-right:50px;
}
.login_wrap .half_wrap:nth-child(even){
	padding-left:50px;
}
.login_wrap{
	padding:20px;
}
.form_wrap{
	    font-family: work_reg;
}
.common_header_small{
	padding: 0;
    margin: 0;
    font-size: 22px;
	width:100%;
	float:left;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    padding-bottom: 10px;
	margin-bottom:10px;
	border-bottom:1px solid #A8A8A8;
}
.buttons{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	margin-top:15px;
}
.mobile_menu_bar{
	position:fixed;
	top:0;
	right:0;
	z-index:1000;
	background:#000;
	color:white !important;
	display:none;
	padding:10px 15px;
	text-transform:uppercase;
	font-size:14px;letter-spacing:0.2em;
	text-decoration:none !important;
	
}
.product_parent_top_wrap.product_long_desc_parent_wrap{
	padding:0;
}
.product_parent_top_wrap.product_long_desc_parent_wrap .half_wrap{
	padding:0;
	width:50%;
}
.product_parent_top_wrap.product_long_desc_parent_wrap .half_wrap:nth-child(odd){
	padding-right:20px;
}
.product_parent_top_wrap.product_long_desc_parent_wrap .half_wrap:nth-child(even){
	padding-left:20px;
}
/*Footer Starts*/
.footer_wrap {
	background-color: #d7d7d7;
	padding: 50px 0;
	margin-top:0;
}
.footer_grid {
	width: 40%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
.footer_wrap .footer_info {
	text-align: center;
}
.footer_wrap .footer_info p {
	margin-top: 25px;
	text-align: center;
	font-size: 13px;
	line-height: 25px;
	color: #414141;
}
.footer_wrap ul {
	width: 15%;
	float: left;
	display: inline-block;
	position: relative;
	padding: 0;
	margin: 0;
	margin-bottom: 30px;
	margin-right: 2%;
}
.footer_wrap ul:nth-child(6n+0) {
	margin-right: 0;
}
.footer_wrap ul li {
	width: 100%;
	float: left;
	display: inline-block;
	position: relative;
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
	text-align: left;
}
.footer_wrap ul li.title_li{
	font-weight:700;
	font-size:12px;
	border-bottom:1px dashed #292929;
}
.footer_wrap ul li a {
	text-decoration: none;
	color: #222;
	display: inline-block;
	position: relative;
	font-size: 12px;
	font-weight:400;
}
.footer_wrap ul li ul{
	width:100%;
	margin-right:0;
}
.post_footer_wrap .quater_wrap{
	width:33.33%;
	float:left;
	display:inline-block;
	position:relative;
}
.post_footer_wrap .quater_wrap .social_media_wrap{
	text-align:center;
}
.post_footer_wrap .quater_wrap .social_media_wrap a{
	float:none;
	display:inline-block;
	position:relative;
	font-size:35px;
	color:#000;
}
.post_footer_wrap .quater_wrap .social_media_wrap a + a{
	margin-left:10px;
}
.post_footer_wrap .quater_wrap .copyright_wrap{
	text-align:right;
}
.post_footer_wrap .quater_wrap .copyright_wrap a{
	border-bottom:1px dashed #888888;
	color:#000;
	font-size:13px;
}
.post_footer_wrap .quater_wrap .copyright_wrap a:hover{
	text-decoration:none;
	color:#000;
}
.post_footer_wrap .quater_wrap:nth-child(3){
	text-align:right;
}
.post_footer_wrap .quater_wrap .copyright_wrap{
	text-align:left;
	font-size:12px;
}
/*Footer Ends*/
.gal_left_arrow.spacing{
	left:20px;
}
.gal_right_arrow.spacing{
	right:20px;
}
.gal_left_arrow.grey,
.gal_right_arrow.grey{
	color:#333;
}
.menu_close_btn{
	display:none;
}
.feature_ul li img{
	width:100%;
}
.specification_wrap ul li .title_wrap{
	color:#333;
}
.common_header.grey{
	color:#333;
}
.inner_info_parent_wrap .inner_menu_wrap {
    width: 24%;
    display: inline-block;
    float: left;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.inner_info_parent_wrap .inner_menu_wrap .white_wrap{
	    background-color: #fff;
		width:100%;
    padding: 10px;
    -webkit-box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.55);
    -moz-box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.55);
    box-shadow: 0px 0px 23px 0px rgba(0, 0, 0, 0.55);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 30px;
}
.inner_info_parent_wrap .inner_menu_wrap .white_wrap ul
    {
        margin: 0;padding: 0;float: left;;display: inline-block;width: 100%;
    }

    .inner_info_parent_wrap .inner_menu_wrap .white_wrap ul li
    {
        margin: 0;padding: 0;float: left;;display: inline-block;width: 100%;list-style: none;
    }

    .inner_info_parent_wrap .inner_menu_wrap .white_wrap ul li a
    {
        margin: 0;padding: 0;float: left;;display: inline-block;width: 100%;list-style: none;text-transform: uppercase;font-size: 14px;color: #333;letter-spacing: 0.2em;padding: 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;
    }

    .inner_info_parent_wrap .inner_menu_wrap .white_wrap ul li a:hover,
.inner_info_parent_wrap .inner_menu_wrap .white_wrap ul li.active a
    {
        color: #103794;text-decoration: none;
    }
.inner_info_parent_wrap .text_data_wrap {
    width: 76%;
    display: inline-block;
    float: right;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 50px;
}
.information_wrap li,
.information_wrap p{
	text-align: justify;
    font-size: 14px;
    color: #000;
    line-height: 2em;
}
.information_wrap ul,
.information_wrap ol{
	padding-left:20px;
}
.gallery_ul.only_title_ul li{
	padding-bottom:0;
}
.gallery_ul.only_title_ul li .title_wrap{
	padding:10px 0;
}
/* Filter Starts */
.filter_parent_wrap{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1001;
	display:none;
	background:rgba(16, 55, 148, 0.62)
}
.filter_parent_wrap .filter_group_wrap{
	width:300px;
	height:100%;
	float:left;
	background:white;
	padding:20px;
}
.filter_parent_wrap .filter_action_wrap{
	float:left;
	margin-top:20px;
	display:inline-block;
	position:relative;
	margin-left:25px;
}
.common_anchor.black{
	background:#000;
}
.filter_parent_wrap .filter_group_wrap .filter_title_wrap{
	color:#000;
	text-transform:uppercase;
	letter-spacing:0.2em;
	padding-bottom:10px;
	font-size:14px;
}
.filter_parent_wrap .filter_group_wrap .single_filter_wrap {
	padding-bottom:15px;
	margin-bottom:15px;
	border-bottom:1px solid #C0C0C0
}
.filter_label{
    font-family: raleway_semi;
	font-weight:400;
	font-size:12px;
	color:#989898;
	letter-spacing:0.1em;
}
.filter_label input[type="checkbox"]{
	vertical-align: middle;
    margin-top: -2px;
	margin-right:3px;
}
.fullscreen-bg{
	display:none;
}
/* Filter Ends */
.service_terms_parent .single_terms_wrap{
	width:47.5%;
	float:left;
	display:inline-block;
	position:relative;
	margin-right:5%;
	margin-top:50px;
	text-align:center;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.36);
-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.36);
box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.36);
}
.service_terms_parent .single_terms_wrap .title_wrap{
	text-transform:uppercase;
	padding:10px 0;
	font-size:20px;
	background:#103794;
	color:white;
}
.service_terms_parent .single_terms_wrap .info_wrap{
	padding:10px;
	background:#fff;
}
.service_terms_parent .single_terms_wrap .info_wrap .app_icon{
	width:300px;
	margin-bottom:5px;
}
.service_terms_parent .single_terms_wrap .common_header{
	color:#103794;
	padding-bottom:10px
}
.service_terms_parent .single_terms_wrap p{
	text-align:center
}
.service_terms_parent .single_terms_wrap:nth-child(even){
	margin-right:0;
}
.category_listing_wrap.no_margin{
	margin-top:0;
}
.login_parent_wrap.cat_grid_wrap .gridContainer{
	max-width:none;
}
.filter_search_wrap{
	margin-bottom: 40px;
}
.common_anchor.white:hover{
	background-color: #a6ce39;
}
.ipad_top_mobile_anchor{
	display:none;
}


/*Testimonial Wrap Starts*/
.testimonial_wrap {

	background-color: #ececec;
	text-align: center;
	padding-top: 80px;
	padding-bottom: 80px;

}

.testimonial_wrap h2 {
	font-size: 40px;
	color: #000;
}
.testimonial_wrap h3 {
	font-size: 20px;
	color: #000;
}
.testimonial_wrap .rating_wrap{
	margin-top:10px;
	font-size:20px;
	color:#a0a0a0;
}

.testimonial_wrap p {
	padding-left: 20%;
	padding-right: 20%;
	text-align: center;
}

.testimonial_wrap .name {
	color: #000;
	padding: 0;
	margin: 0;
	font-size: 30px;
	padding-top: 10px;
}

/*Testimonial Wrap Ends*/
.footer_icons_wrap{
	padding:40px 0;
	background:#f3f3f3;
}
.footer_icons_wrap .bx-wrapper{
	margin-bottom: 0;
	background:transparent !important;
}
.footer_icons_wrap .bx-viewport{
	background:transparent;
}
.slider_top_parent .text_wrap .table_wrap{
	position:relative;
	z-index:10;
}
.child_raleway_reg *{
	font-family: raleway_reg !important;
}
.weight_400{
	font-weight:400;
}
@media only screen and (min-width: 1600px){
	.gallery_ul li:nth-child(4n+0) {
    margin-right: 0;
}
.top_menu_wrap ul li a{
	font-size:12px;
}
}
@media only screen and (min-width: 1100px) and (max-width: 1450px) {
	
.owl-carousel.owl_square_dots .owl-dots{
	bottom:186px;
	right:10px;
}
.owl-carousel.owl_square_dots .owl-dots .owl-dot{
	width:20px;
	height:20px;
}
	.top_menu_wrap ul li.has_children.single_has_children .menu_overlay.right{
		right:0;
		left:auto;
	}
}
@media only screen and (min-width: 1100px) {
	.top_menu_wrap .anchor_wrap a.top_mobile_anchor{
		float: left;
		margin-top: 5px;
		margin-left: 0;
	}
	.specification_wrap ul li{
		width:14.16%;
	}
	.specification_wrap ul li:nth-child(5n+0){
		margin-right:3%;
	}
	.specification_wrap ul li:nth-child(6n+0){
		margin-right:0;
	}
	.top_menu_wrap ul li.has_children.single_has_children{
		position:relative;
	}
	.top_menu_wrap ul li.has_children.single_has_children .menu_overlay{
		min-width:100%;
		width: auto;
	}
	.top_menu_wrap ul li.has_children.single_has_children .menu_overlay  .category_menu_wrap .single_category_wrap{
		width:100%;
	}
	.top_menu_wrap ul li.has_children.single_has_children .menu_overlay  .category_menu_wrap .single_category_wrap a{
		white-space:nowrap;
	}
	
	.fullscreen-bg {
		object-fit: cover;
		width: 100%;
		top:0;
		left:0;
		height:100%;
		position: absolute;
		display:inline-block;
	}
	.fullscreen-bg:after{
		position:absolute;
		top:0;
		left:0;
		width:100%;
		height:100%;
		content:'';
		background:rgba(0,0,0,0.5);
	}
	.top_menu_wrap.prod_top_menu_wrap .main_menu_parent_wrap > ul{
		-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
		-moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
		box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
	}
	
	.gallery_ul.three_item_ul li{
	margin-right:3%;
	width:31.33%;
}

.gallery_ul.three_item_ul li:nth-child(3n+0){
	margin-right:0;
}
	.login_parent_wrap.large_grid_wrap .gridContainer{
		min-width: 1250px;
		max-width: 1250px;
	}
	.gridContainer.vl{
	width: 85.5%;
    min-width: 1250px !important;
	max-width: none !important;
    padding-left: 0.75%;
    padding-right: 0.75%;
}
}
@media only screen and (min-width: 786px) and (max-width: 1100px) {
	.warranty_image_wrap{
		width:80px;
	}
	.warranty_image_wrap img{
		width:100%;
	}
	.warranty_image_wrap img + img{
		margin-left:0; margin-top:10px;
	}
	.footer_map_wrap{
		height:600px;
	}
	.world_map_bottom_inner_wrap{
		width:60%;
	}
	.testimonial_wrap h2{
		font-size:30px;
	}
	.top_menu_wrap .anchor_wrap a.top_mobile_anchor{
		float: left;
		margin-top: 5px;
		margin-left: 0;
	}
	.desk_search_wrap input[type="text"]{
		font-size:45px;
	}
	.desk_search_wrap .go_btn{
		font-size:45px;
	}
	.warranty_image_wrap.desk{
		display:none;
	}
	.warranty_image_wrap.mob{
		display:inline-block;
		right:30px;
		margin-right:0
	}
	.usp_data_wrap ul li{
		width:31.33%;
		margin-right:3%;
	}
	.usp_data_wrap ul li:nth-child(2n+0){
		margin-right:3%;
	}
	.usp_data_wrap ul li:nth-child(3n+0){
		margin-right:0;
	}
	.info_desc_wrap{
		padding:0 15%;
	}
	.blog_list_ul li .date_wrap{
		margin-top:10px;
	}
	.blog_list_ul li .desc_wrap{
		margin-top:10px;
	}
	.blog_list_ul li .title_wrap a, .blog_list_ul li .title_wrap{
		font-size:25px;
	}
	.owl-carousel.owl_square_dots .owl-dots .owl-dot{
	width:20px;
	height:20px;
}
	.filter_parent_wrap .filter_group_wrap{
		overflow:scroll;
	}
	.information_wrap li,
.information_wrap p{
	    text-align: justify;
    font-size: 12px;
    line-height: 2.2em;
    color: #000;
    line-height: 2em;
}
	.login_parent_wrap .gridContainer {
    max-width: 100%;
    min-width: 100%;
}

	.menu_close_btn{
	display:inline-block;
	position:fixed;
	top:0;
	right:10px;
	z-index:100;
	font-size:35px;
	color:#c5da72
}
	.top_menu_wrap{
		z-index:1000;
	}
	.top_menu_wrap ul{
		width:100%;
		float:left;
		display:inline-block;
	}
	.top_menu_wrap ul li{
		width:100%;
		float:left;
		margin-left:0;
		margin-right:0;
		display:inline-block;
	}
	.top_menu_wrap ul li:first-child,
	.top_menu_wrap ul li:nth-child(5){
		margin-left:0;
	}
	.top_menu_wrap ul li.has_children > a{
		position:relative;
	}
	.top_menu_wrap ul li.has_children > a:after{
		position: absolute;
		top: 9px;
		left: 100%;
		margin-left:15px;
		font-size: 28px;
		line-height: 28px;
		width: 20px;
		text-align: center;
		z-index: 10;
		content: '+';
		color: #000;
		font-weight: 700;
	}
	.top_menu_wrap ul li.has_children.active > a:after{
		content:'-';
		line-height:18px;
	}
	.menu_overlay{
		width:100%;
		float:left;
		display:inline-block;
		position:relative;
		top:auto;
		left:auto;
		overflow: scroll;
		background: #00479a;
		margin-top:0;
		display:none;
		opacity:1;
		visibility:visible;
		-webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
	}
	.menu_overlay .category_menu_wrap{
		   background:transparent; 
	}
	.menu_overlay .category_menu_wrap a{
		color:#fff;
	}
	.menu_overlay .category_menu_wrap .single_category_wrap .sub_category_wrap a,
	.menu_overlay .category_menu_wrap .single_category_wrap > a{
		font-size:11px;
		white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
	}
	
	.main_menu_parent_wrap{
		position:fixed;
		top:0;
		left:0;
		width:100%;
		z-index:1000;
		height:100%;
		display:none;
		padding:50px;
		background:rgba(0,0,0,0.95);
	}
	.owl-carousel.owl_square_dots .owl-dots{
	bottom:150px;
	right:10px;
}
	.product_parent_top_wrap.product_long_desc_parent_wrap{
	margin-top:-70px;
}
	.hide_tablet {
    display: none !important;
}
	.common_arrow_right{
		right:15px;
	}
	.common_arrow_left{
		left:15px;
	}
	.common_arrow_right.top_slider_right_arrow{
	right:15px;
}
.category_top_wrap .common_arrow_left,
.category_top_wrap .common_arrow_right{
	color:white;
}
#go_to_top{
		bottom:60px;
		right:20px;
	}
}
@media only screen and (min-width: 481px) and (max-width: 786px) {
	.warranty_image_wrap{
		width:80px;
	}
	.warranty_image_wrap img{
		width:100%;
	}
	.warranty_image_wrap img + img{
		margin-left:0; margin-top:10px;
	}
	.footer_map_wrap{
		height:500px;
	}
	.world_map_bottom_inner_wrap{
		width:80%;
		margin-top: -80px;
	}
	.testimonial_wrap h2{
		font-size:30px;
	}
	.testimonial_wrap p{
		padding:0 10%;
	}
	.testimonial_wrap .name{
		font-size:25px;
	}
	.top_menu_wrap .anchor_wrap a.top_mobile_anchor{
		float: left;
		margin-top: 5px;
		margin-left: 0;
		padding: 10px;
	}
	.desk_search_wrap input[type="text"]{
		font-size:45px;
	}
	.desk_search_wrap .go_btn{
		font-size:45px;
	}
	.prod_left_arrow{
		position:absolute;
		top:50%;
		left:-20px;
		z-index:100;
		font-size:50px;
		color:#333;
	}
	.prod_right_arrow{
		position:absolute;
		top:50%;
		right:-20px;
		z-index:100;
		font-size:50px;
		color:#333;
	}
	.product_data_wrap .main_image_wrap .image_wrap{
	display:none;
}
	.prod_mob_slider{
	display:inline-block;
}
	.warranty_image_wrap.desk{
		display:none;
	}
	.warranty_image_wrap.mob{
		display:inline-block;
		right:30px;
		margin-right:0
	}
	.stores_wrap .store_map_wrap{
		width:100%;
		margin-left:0;
	}
	.stores_wrap .store_list_wrap{
		width:100%;
		margin-top:30px;
		margin-left:0;
	}
	.service_terms_parent .single_terms_wrap{
		width:100%;
		margin-right:0;
	}
	.info_desc_wrap{
	padding:0 10%;
	margin-bottom:40px;
}
.info_desc_wrap .common_header.small{
	font-size:18px;
}
	.blog_list_ul li .img_wrap{
		width:100%;
		padding-right:0;
		padding-bottom:25px;
	}
	.blog_list_ul li .info_wrap{
		width:100%;
		padding-left:0;
	}
	.blog_list_ul li .date_wrap{
		margin-top:10px;
	}
	.blog_list_ul li .desc_wrap{
		margin-top:10px;
	}
	.blog_list_ul li .title_wrap a, .blog_list_ul li .title_wrap{
		font-size:25px;
	}
	
	.owl-carousel.owl_square_dots .owl-dots .owl-dot{
	width:20px;
	height:20px;
	float:none;
}
.owl-carousel.owl_square_dots .owl-dots{
	right:0;
	left:0;
	text-align:center;
}
	.filter_parent_wrap .filter_group_wrap{
		overflow:scroll;
	}
	.information_wrap li,
.information_wrap p{
	    text-align: justify;
    font-size: 12px;
    line-height: 2.2em;
    color: #000;
    line-height: 2em;
}
	.inner_info_parent_wrap .text_data_wrap{
		width:100%;
		padding-left:0
	}
	.coupon_wrap .input-group{
	width:50%;
}
		.menu_close_btn{
	display:inline-block;
	position:fixed;
	top:0;
	right:10px;
	z-index:100;
	font-size:35px;
	color:#c5da72
}
	.top_menu_wrap{
		z-index:1000;
	}
	.top_menu_wrap ul{
		width:100%;
		float:left;
		display:inline-block;
	}
	.top_menu_wrap ul li{
		width:100%;
		float:left;
		margin-left:0;
		margin-right:0;
		display:inline-block;
	}
	.top_menu_wrap ul li:first-child,
	.top_menu_wrap ul li:nth-child(5){
		margin-left:0;
	}
	.top_menu_wrap ul li.has_children > a{
		position:relative;
	}
	.top_menu_wrap ul li.has_children > a:after{
		position: absolute;
		top: 9px;
		left: 100%;
		margin-left:15px;
		font-size: 28px;
		line-height: 28px;
		width: 20px;
		text-align: center;
		z-index: 10;
		content: '+';
		color: #000;
		font-weight: 700;
	}
	.top_menu_wrap ul li.has_children.active > a:after{
		content:'-';
		line-height:18px;
	}
	.menu_overlay{
		width:100%;
		float:left;
		display:inline-block;
		position:relative;
		top:auto;
		left:auto;
		background: #00479a;
		margin-top:0;
		display:none;
		opacity:1;
		visibility:visible;
		-webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
	}
	.menu_overlay .category_menu_wrap{
		   background:transparent; 
	}
	.menu_overlay .category_menu_wrap a{
		color:#fff;
	}
	.menu_overlay .category_menu_wrap .single_category_wrap .sub_category_wrap a,
	.menu_overlay .category_menu_wrap .single_category_wrap > a{
		font-size:11px;
		text-align:center;
		width:100%;
		white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
	}
	
	.main_menu_parent_wrap{
		position:fixed;
		top:0;
		left:0;
		overflow: scroll;
		width:100%;
		z-index:1000;
		display:none;
		height:100%;
		padding:50px;
		background:rgba(0,0,0,0.95);
	}
	.menu_overlay .category_menu_wrap .single_category_wrap{
		width:100%;
	}
	
	
	.sub_cat_wrap .gal_left_arrow{
		left:-15px;
	}
	.sub_cat_wrap  .gal_right_arrow{
		right:-15px;
	}
	.owl-carousel.owl_square_dots .owl-dots{
	bottom:20px;
	right:10px;
}
	.product_parent_top_wrap.product_long_desc_parent_wrap{
	margin-top:-140px;
	padding:0 20px;
}
.product_parent_top_wrap .data_wrap{
	padding-right:20px;
	padding-left:20px;
}
.product_parent_top_wrap.product_long_desc_parent_wrap .half_wrap{
	padding:0;
	width:100%;
}
.product_parent_top_wrap.product_long_desc_parent_wrap .half_wrap:nth-child(odd),
.product_parent_top_wrap.product_long_desc_parent_wrap .half_wrap:nth-child(even){
	padding-left:0;
	padding-right:0;
}
.product_parent_top_wrap.product_long_desc_parent_wrap .half_wrap + .half_wrap{
	margin-top:40px;
}
	.top_menu_wrap .quater_wrap.icon_wrap a:last-child{
		margin-left:0;
	}
	.filter_search_wrap .search_item_wrap{
	width:48.5%;
	margin-right:3%;
	margin-bottom:20px;
}
.filter_search_wrap .search_item_wrap:nth-child(2n+0){
	margin-right:0
}
	.mobile_menu_bar{
		display:inline-block;
	}
	.ipad_v_logo_wrap.logo_wrap{
		float:left;
		display:inline-block;
		padding:15px;
		position:relative;
		width:100%;
		text-align:center;
	}
	.top_menu_wrap .logo_wrap{
		display:none;
	}
	
	.menu_parent_wrap{
		display:none;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background:#ede6d5;
		z-index: 900;
		padding:100px 0;
	}
	.top_menu_wrap .quater_wrap{
		width:50%;
	}
	.top_menu_wrap .quater_wrap.search_wrap,
	.top_menu_wrap .quater_wrap.icon_wrap{
		display:inline-block;
		padding-top:0
	}
	.menu_main_wrap{
		display:inline-block;
	}	
	.menu_main_wrap ul{
		width:100%;
		float:left;
		display:inline-block;
		
	}
	.menu_main_wrap ul li{
		width:100%;
		float:left;
		display:inline-block;
		text-align:center
	}
	.menu_main_wrap ul li a{
		float:none;
		display:inline-block;
	}
	.hide_tablet {
    display: none !important;
}
	.inner_info_parent_wrap .inner_menu_wrap{
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background:rgba(220, 220, 220, 0.9);
		z-index:1001;
		padding:20px;
		padding-bottom:50px;
		overflow:scroll;
		display:none;
	}
	.mob_left_btn{
		display:inline-block;
	}
	.common_arrow_right{
		right:15px;
	}
	.common_arrow_left{
		left:15px;
	}
	.common_arrow_right.top_slider_right_arrow{
	top:50%;
	right:15px;
}
.common_arrow_left.top_slider_left_arrow{
	top:50%
}
.category_top_wrap .common_arrow_left,
.category_top_wrap .common_arrow_right{
	color:white;
}
.login_wrap .half_wrap{
	width:100%;
}
.login_wrap .half_wrap:nth-child(odd){
	padding-right:0;
}
.login_wrap .half_wrap:nth-child(even){
	padding-left:0;
	margin-top:25px;
}
.top_home_slider_wrap .small_slider_wrap h2{
	font-size:90px;
}
.prod_mobile_slider_wrap{
	display:inline-block;
	width:100%;
	float:left;
	position:relative;
	margin-bottom:20px;
}
.product_parent_top_wrap .image_parent_wrap .image_wrap{
	display:none;
}
.footer_wrap ul{
	width: 31.33%;
	margin-right: 3%;
}
.footer_wrap ul:nth-child(3n+0){
	margin-right:0
}
#go_to_top{
		bottom:60px;
		right:20px;
	}
}
@media only screen and (max-width: 481px) {
	.warranty_image_wrap{
		width:80px;
	}
	.warranty_image_wrap img{
		width:100%;
	}
	.warranty_image_wrap img + img{
		margin-left:0; margin-top:10px;
	}
	#abs_inner_notification, #notification{
		left: 10px;
		width: auto;
		margin-left: 0;
		right: 10px;
		
	}
	#notification div, #abs_inner_notification div{
		    font-size: 20px;
    line-height: 30px;
	padding:20px;
	}
	.footer_map_wrap{
		height:300px;
	}
	.world_map_bottom_inner_wrap{
		width:100%;
		margin-top: 30px;
	}
	.testimonial_wrap h2{
		font-size:20px;
	}
	.testimonial_wrap p{
		padding:0;
	}
	.testimonial_wrap{
		padding:50px 0;
	}
	.testimonial_wrap .name{
		font-size:15px;
	}
	.ipad_top_mobile_anchor{
		display:inline-block;
		position: absolute;
		top:10px;
		left:10px;
		z-index:100;
		padding: 8px 15px;
		color:#333;
		background: rgba(255,255,255,0.5);
		font-size:22px;
	}
	.mobile_search_anchor{
		display: inline-block;
		position: absolute;;
		top:10px;
		right:10px;
		z-index: 10;
		padding:8px 10px;
		background:rgba(255,255,255,0.5);
	}
	.desk_search_wrap input[type="text"]{
		font-size:25px;
		padding-right:20px;
		width:90;
	}
	.search_close_btn{
		max-width: 50px;
	}
	.desk_search_wrap .go_btn{
		font-size:25px;
	}
	.home_slider_parent_wrap{
		background-color: #e1e1e1;
		padding-bottom:30px;
	}
	.slider_top_parent .text_wrap{
		height:auto;
	}
	.prod_left_arrow{
		position:absolute;
		top:50%;
		left:-10px;
		z-index:100;
		font-size:30px;
		color:#333;
	}
	.prod_right_arrow{
		position:absolute;
		top:50%;
		right:-10px;
		z-index:100;
		font-size:30px;
		color:#333;
	}
	.prod_mob_slider{
	display:inline-block;
}
.product_data_wrap .main_image_wrap .image_wrap{
	display:none;
}
	#review{
		margin-top:20px;
	}
	.review_table{
		display:inline-block;
	}
	.review_table tr td{
		display:inline-block;
		width:100%;
		border-right:0;
		position:relative;
		border-bottom:1px solid #BBBBBB;
	}
	
	.review_table tr td:last-child{
		border-bottom:3px solid #BBBBBB;
	}
	.warranty_image_wrap.desk{
		display:none;
	}
	.warranty_image_wrap.mob{
		display:inline-block;
		right:10px;
		margin-right:0;
		bottom:auto;
		top:120px;
		max-width:50px;
	}
	.usp_data_wrap ul li{
		width:100%;
		margin-right:0;
	}
	.usp_data_wrap ul li:nth-child(2n+0){
		margin-right:0;
	}
	.stores_wrap .store_map_wrap{
		width:100%;
		margin-left:0;
		height:400px;
	}
	.stores_wrap .store_list_wrap{
		width:100%;
		margin-top:30px;
		margin-left:0;
	}
	.service_terms_parent .single_terms_wrap .info_wrap .app_icon{
	max-width:100%;
}
	.info_desc_wrap .common_header.small{
	font-size:15px;
}
.service_terms_parent .single_terms_wrap{
	width:100%;
	margin-top:0;
	margin-bottom:30px;
	margin-right:0;
}
.service_terms_parent .single_terms_wrap .title_wrap{
	font-size:15px;
}
	.info_desc_wrap{
	padding:0 ;
	margin-bottom:40px;
}
	.blog_list_ul{
		padding-left:0;
		padding-right:0;
	}
	.blog_list_ul li .img_wrap{
		width:100%;
		padding-right:0;
		padding-bottom:15px;
	}
	.blog_list_ul li .info_wrap{
		width:100%;
		padding-left:0;
	}
	.blog_list_ul li .date_wrap{
		margin-top:10px;
	}
	.blog_list_ul li .desc_wrap{
		margin-top:10px;
	}
	.blog_list_ul li .title_wrap a, .blog_list_ul li .title_wrap{
		font-size:20px;
	}
	.owl-carousel.owl_square_dots .owl-dots .owl-dot{
	width:20px;
	height:20px;
	float:none;
}
.owl-carousel.owl_square_dots .owl-dots{
	right:0;
	left:0;
	text-align:center;
}
	.filter_parent_wrap .filter_action_wrap{
		position: fixed;
    bottom: 0;
    left: 0;
    margin-left: 0;
	background:white;
    width: 100%;
	}
	.filter_parent_wrap .filter_group_wrap{
		width:100%;
		padding-bottom:55px;
		padding-right:0;
		overflow:scroll;
	}
	.filter_parent_wrap .filter_action_wrap > *{
		width:50%;
		text-align:center;
		margin-top:10px;
		margin-bottom:10px;
	}
		.information_wrap li,
.information_wrap p{
	    text-align: justify;
    font-size: 11px;
    line-height: 2.2em;
    color: #000;
    line-height: 2em;
}
	.inner_info_parent_wrap .text_data_wrap{
		width:100%;
		padding-left:0
	}
	.panel-title{
		font-size:13px;
	}
	.mob_inline_label{
		display:inline-block;
		font-family:raleway_semi;
	}
	.empty_p, .empty_p p{
		font-size:15px;
	}
	.prod_faq_mega_parent{
		margin-top:15px;
	}
		.menu_close_btn{
	display:inline-block;
	position:fixed;
	top:0;
	right:20px;
	z-index:100;
	font-size:35px;
	color:#99bf00
}
	.top_menu_wrap{
		z-index:1000;
	}
	.top_menu_wrap ul{
		width:100%;
		float:left;
		display:inline-block;
	}
	.top_menu_wrap ul li{
		width:100%;
		float:left;
		margin-left:0;
		margin-right:0;
		display:inline-block;
	}
	.top_menu_wrap ul li:first-child,
	.top_menu_wrap ul li:nth-child(5){
		margin-left:0;
	}
	.top_menu_wrap ul li.has_children > a{
		position:relative;
	}
	.top_menu_wrap ul li.has_children > a:after{
		position: absolute;
		top: 9px;
		left: 100%;
		margin-left:15px;
		font-size: 28px;
		line-height: 28px;
		width: 20px;
		text-align: center;
		z-index: 10;
		content: '+';
		color: #000;
		font-weight: 700;
	}
	.top_menu_wrap ul li.has_children.active > a:after{
		content:'-';
		line-height:18px;
	}
	.menu_overlay{
		width:100%;
		float:left;
		display:inline-block;
		position:relative;
		top:auto;
		left:auto;
		background: #00479a;
		margin-top:0;
		display:none;
		opacity:1;
		visibility:visible;
		-webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
	}
	.menu_overlay .category_menu_wrap{
		   background:transparent; 
	}
	.menu_overlay .category_menu_wrap a{
		color:#fff;
	}
	.menu_overlay .category_menu_wrap .single_category_wrap .sub_category_wrap a,
	.menu_overlay .category_menu_wrap .single_category_wrap > a{
		font-size:11px;
		text-align:center;
		width:100%;
		white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
	}
	
	.main_menu_parent_wrap{
		position:fixed;
		top:0;
		left:0;
		overflow: scroll;
		width:100%;
		z-index:1000;
		display:none;
		height:100%;
		padding:20px;
		background:rgba(0,0,0,0.95);
	}
	.menu_overlay .category_menu_wrap .single_category_wrap{
		width:100%;
	}
	.specification_wrap .button_wrap{
		display:none;
	}
	.specification_wrap .tab-pane  .tab_inner_title{
		display:inline-block;
		width:100%;
		background:rgba(46, 49, 146, 1);
		cursor:pointer;
		padding:7px 15px;
		color:white;
		text-transform:uppercase;letter-spacing:2px;
		float:left;
		position:relative;
	}
	.specification_wrap .tab-pane  .tab_inner_title:after{
		position: absolute;
		top: 7px;
		right: 15px;
		font-size: 22px;
		line-height:22px;
		width:20px;
		text-align:center;
		z-index: 10;
		content: '+';
		color: white;
		font-weight: 700;
	}
	.specification_wrap .tab-pane{
		visibility:visible;
		margin-bottom:20px;
	}
	.specification_wrap .tab-pane  .tab_inner_title.active:after{
		content:'-';
		line-height:18px;
	}
	.specification_wrap .tab-content{
		display:inline-block;
		position:relative;
		padding:0;
		width:100%;
	}
	.specification_wrap .tab-content>.tab-pane{
		width:100%;
		float:left;
		display:inline-block;
		position:relative;
	}
	.sub_cat_wrap .gal_left_arrow{
		left:-5px;
	}
	.sub_cat_wrap  .gal_right_arrow{
		right:-5px;
	}
	#go_to_top{
		bottom:60px;
		right:20px;
	}
	.owl-carousel.owl_square_dots .owl-dots{
	bottom:20px;
	right:10px;
}
	.product_parent_top_wrap.product_long_desc_parent_wrap{
	margin-top:-30px;
	padding:0 20px;
	margin-bottom:40px;
}
.product_parent_top_wrap .data_wrap{
	padding-right:20px;
	padding-left:20px;
}
.product_parent_top_wrap.product_long_desc_parent_wrap .half_wrap{
	padding:0;
	width:100%;
}
.product_parent_top_wrap.product_long_desc_parent_wrap .half_wrap:nth-child(odd),
.product_parent_top_wrap.product_long_desc_parent_wrap .half_wrap:nth-child(even){
	padding-left:0;
	padding-right:0;
}
.product_parent_top_wrap.product_long_desc_parent_wrap .half_wrap + .half_wrap{
	margin-top:40px;
}
	.filter_search_wrap .search_item_wrap .common_control {
		margin-bottom:0;
	}
	.filter_search_wrap .search_item_wrap{
	width:100%;
	margin-right:0;
	margin-bottom:15px;
}
	.mobile_menu_bar{
		display:inline-block;
	}
	.ipad_v_logo_wrap.logo_wrap{
		float:left;
		display:inline-block;
		padding:15px;
		position:relative;
		max-width:65%;
	}
	.top_menu_wrap .logo_wrap{
		display:none;
	}
	
	.menu_parent_wrap{
		display:none;
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background:#ede6d5;
		z-index: 900;
		padding:70px 0;
	}
	.top_menu_wrap .quater_wrap{
		width:100%;
	}
	.top_menu_wrap .quater_wrap.icon_wrap a{
		float:none;
	}
		.top_menu_wrap .quater_wrap.icon_wrap a + a{
			margin-left:15px;
		}
	.top_menu_wrap .quater_wrap.search_wrap,
	.top_menu_wrap .quater_wrap.icon_wrap{
		display:inline-block;
		padding-top:0
	}
	.top_menu_wrap .quater_wrap.icon_wrap{
		margin-top:15px;
		text-align:center
	}
	.menu_main_wrap{
		display:inline-block;
	}	
	.menu_main_wrap ul{
		width:100%;
		float:left;
		display:inline-block;
		
	}
	.menu_main_wrap ul li{
		width:100%;
		float:left;
		display:inline-block;
		text-align:center
	}
	.menu_main_wrap ul li a{
		float:none;
		display:inline-block;
	}
	.mob_left_btn{
		bottom:60px;
	}
	.inner_info_parent_wrap .inner_menu_wrap{
		position:fixed;
		top:0;
		left:0;
		width:100%;
		height:100%;
		background:rgba(220, 220, 220, 0.9);
		z-index:1001;
		padding:20px;
		padding-bottom:50px;
		overflow:scroll;
		display:none;
	}
	.mob_left_btn{
		display:inline-block;
	}
	.specs_table{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
}
.specs_table tr,
.specs_table tbody{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	border-bottom:1px solid #BBBBBB;
}
.specs_table tr td{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	
	padding:10px;
	font-size:12px;
	position:relative;
}
.specs_table tr td:first-child{
	border:0;
	padding-bottom:0;
}
.specs_table tr td:last-child{
	padding-top:0;
	
	border-right:0;
}
.product_tabs_parent_wrap .nav-tabs {
    display: none;
}
.product_tabs_parent_wrap{
	margin-top:0
}
.product_tabs_parent_wrap .tab-content{

		display:inline-block;
		line-height:1.7em;
		text-align:justify;
		font-size:13px;
		color:#282828;
		width:100%;
		padding:0;
	}
	.product_tabs_parent_wrap .tab-content .tab-pane{
		display:inline-block;
		width:100%;
		float:left;
		margin-bottom:10px;
		visibility:visible;
		position:relative;
	}
.product_tabs_parent_wrap .tab-content .tab-pane  .tab_inner_title{
		display:inline-block;
		width:100%;
		background:#d3c297;
		cursor:pointer;
		padding:7px 15px;
		color:#000;
		text-transform:uppercase;letter-spacing:2px;
		float:left;
		position:relative;
	}
	.product_tabs_parent_wrap .tab-content .tab-pane  .tab_inner_title:after{
		position: absolute;
		top: 7px;
		right: 15px;
		font-size: 22px;
		line-height:22px;
		width:20px;
		text-align:center;
		z-index: 10;
		content: '+';
		color: #000;
		font-weight: 700;
	}
	.product_tabs_parent_wrap .tab-content .tab-pane  .tab_inner_title.active:after{
		content:'-';
		line-height:18px;
	}
	.product_tabs_parent_wrap .tab-content .tab-pane .tab_inner_content{
		display:none;
		margin-top:15px;
	}
	
	.specs_table tr td:last-child,
	.specs_table tbody{
		border-bottom:0
	}
	
	
	.product_parent_top_wrap {
     padding-bottom: 10px;
}
	.product_parent_top_wrap .image_parent_wrap .image_wrap{
		display:none;
	}
	.prod_mobile_slider_wrap{
	display:inline-block;
	width:100%;
	float:left;
	position:relative;
	margin-bottom:20px;
}
	.common_arrow_right{
		right:15px;
	}
	.common_arrow_left{
		left:15px;
	}
	.common_arrow_right.top_slider_right_arrow{
	right:10px;
	margin-top:-20px;
}
.common_arrow_left.top_slider_left_arrow{
	left:10px;
	margin-top:-20px;
}
.category_top_wrap .common_arrow_left,
.category_top_wrap .common_arrow_right{
	color:white;
}
.options_wrap .quater_wrap{
	margin-bottom:0;
}
.hide_in_mobile{
    display: none !important;	
}
.hide_tablet {
    display: none !important;
}
.cart_table thead{
	display:none;
}
.cart_table tr{
	border-bottom:5px solid #c5c5c5;
	display: inline-block;
	position:relative;
	float:left;
	width:100%;
}
.cart_table td{
	border:0 !important;
}
.cart_table{
	border-spacing:0 !important;
}
.cart_table td.image,
.cart_table td.name,
.cart_table td.quantity,
.cart_table td.total{
	width:100% !important;
	border-right:0 !important;
	border-bottom:0 !important;
	float:left;
	display:inline-block !important;
}
.cart_table td.total{
	bottom: 0;
    position: absolute;
    right: 0;
}
.cart_table td.quantity,
.cart_table td.total{
	width:50% !important;	
}
.cart_table td.total{
	padding-top:15px !important;
	text-align:right !important;
}
.cart_table .image img{

	float:left !important;
}
.cart_table .name{
	padding-right:80px  !important;
	min-height:80px !important;
}
.cart_table td.image{
	    position: absolute;
    top: 5px;
    right: 0;
    width: auto !important;
    padding: 0;
	
	    width: 60px !important;
    border-right: 0 !important;
    border-bottom: 0 !important;
    display: inline-block !important;
}
.coupon_wrap .input-group{
	width:100%;
}
.cart_table.subtotal_cart td{
	width:50%;
	float:left;
	display:inline-block;
	position:relative;
}
.buttons .pull-left{
	width:100%;
	float:left;
	display:inline-block;
}
.buttons .pull-right{
	width:100%;
	float:left;
	display:inline-block;
}
.buttons .pull-left + .pull-right,
.buttons .pull-right + .pull-left{
	margin-top:15px;
}
.form-horizontal .control-label{
	padding-top:0
}
.buttons .common_anchor{
	width:100%;
	text-align:center;
}
.facebook_anchor{
	width:100%;
	margin-left:0;
	margin-top:15px;
}
.login_wrap .half_wrap{
	width:100%;
}
.login_wrap .half_wrap:nth-child(odd){
	padding-right:0;
}
.login_wrap .half_wrap:nth-child(even){
	padding-left:0;
	margin-top:25px;
}
.top_home_slider_wrap .small_slider_wrap h2{
	font-size:90px;
}
.common_header_small{
	font-size:20px;
}
.login_wrap{
	padding:10px 0px;
}
.account_right_wrap .log_half_wrap{
	width:100%;
}
.account_right_wrap .log_half_wrap:nth-child(odd){
	padding-right:0;
}
.account_right_wrap .log_half_wrap:nth-child(even){
	padding-left:0;
}
.address_list_table,
.address_list_table tr,
.address_list_table td,
.address_list_table th{
	width:100%;
	float:left;
	text-align:left;
	display:inline-block;
}
.wallet_cart_parent{
	border:0;
}
.wallet_cart_parent table,
.wallet_cart_parent table tr,
.wallet_cart_parent table tr td{
	width:100%;
	float:left;
	display:inline-block;
	position:relative;
	text-align:left;
	padding:0;
}
.wallet_cart_parent table tr{
	padding:10px;
	line-height:1.8em;
}

.table_view tr,.table_view tr th,.table_view tr td,.table_view thead,.table_view tfood,.table_view tbody{
		width:100% !important;
		float:left;
		display:inline-block;
		position:relative;
	}
	.table_view{
		border:1px solid #d2d2d2;
		border-top:0;
	}
	.table_view tr td,
	.table_view tr th{
		text-align:left !important;
		border:0;
	}
	.table_view tr{
		border-bottom: 3px solid #ddd !important;
	}
	.table_view tr td + td{
		border-top:0;
	}
	.mob_label {
    display: inline-block;
	font-size:12px;
	font-family: raleway_bold;
}
.cart_table_wrap thead {
    display: none;
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td{
		border-width:0.5px !important;
		    border-left: 0;
    border-right: 0;
	border-bottom:0 !important;
	}
    .footer_wrap{
	    padding-bottom: 80px;
}
.footer_wrap ul{
	width: 48.5%;
	margin-right: 3%;
}
.footer_wrap ul:nth-child(2n+0){
	margin-right:0
}
.post_footer_wrap .quater_wrap,
.post_footer_wrap .quater_wrap .copyright_wrap{
    text-align: center;
	    width: 100%;
}
.post_footer_wrap .quater_wrap + .quater_wrap {
    margin-top: 15px;
}
}