* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
html {
	margin: 0;
	padding: 0;
}
body {
	font-family: "Raleway", sans-serif;
	color: #333;
	/*background: #f7f7f7;*/
	background: #FFF;
	letter-spacing: 0.5px;
}
a {
	text-decoration: none;
	cursor: pointer;
	color: #333;
	-webkit-transition: opacity 0.3s ease-in-out 0s;
	-moz-transition: opacity 0.3s ease-in-out 0s;
	-o-transition: opacity 0.3s ease-in-out 0s;
	transition: opacity 0.3s ease-in-out 0s;
}
a:focus, a:hover {
	text-decoration: none;
}
em {
	font-weight: 300;
	color: #666;
}
h1, h2, h3, h4, h5, h6 {
	color: #666;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Raleway", sans-serif;
	font-weight: 300;
}
.mrgn_tp15 {
	margin-top: 15px;
}
.mrgn_tp20 {
	margin-top: 20px;
}
.mrgn_tp30 {
	margin-top: 30px;
}
.mrgn_bt15 {
	margin-bottom: 15px;
}
.mrgn_bt20 {
	margin-bottom: 20px;
}
.mrgn_bt30 {
	margin-bottom: 30px;
}
.pull_right_custom {
	float: right;/*margin-top:45px;*/
}
.float_R {
	float: right;
}
.scrollToTop{
    padding: 7px 11px;
    text-align:center;
    background: #FFF;
    border:1px solid #CCC;
    border-radius:100%;
    font-weight: bold;
    color: #444;
    text-decoration: none;
    position:fixed;
    bottom: 75px;
    right: 40px;
    display: none;
    /*background: url('../images/arrow_up.png') no-repeat 0 20px;*/
}
.scrollToTop:hover{
    text-decoration: none;
}
/*==================Button Css start From here=============================*/
.logo {
	display: block;
	width: 70%;
}
.logo a, .logo img {
	width: 100%;
	height: auto;
}
.btn {
	padding: 10px 70px;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-ms-border-radius: 0;
}
.btn-info {
	background-color: #3e3e3f;
	border-color: #323234;
	color: #fff;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-border-radius: 0;
	-ms-border-radius: 0;
}
.btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open > .dropdown-toggle.btn-info {
	background-color: #6c6c6f;
	border-color: #676769;
	color: #fff;
}
.btn-primary {
	background-color: #f05c36;
	border-color: #e65029;
	color: #fff;
	background-image: linear-gradient(to bottom, #f05c36, #f05c36);
	border-radius: 0;
	transition: all 0.3s ease-in-out 0s;
}
.btn-primary.active.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open > .dropdown-toggle.btn-primary {
	background-color: #030325;
	border-color: #02021a;
	background-image: linear-gradient(to bottom, #02021a, #02021a);
	color: #fff;
	transition: all 0.3s ease-in-out 0s;
}
.btn-default {
	background-color: #030325;
	border-color: #030325;
	color: #fff;
	padding: 8px 30px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	-webkit-transition: background-color 0.3s ease-out;
	-moz-transition: background-color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
}
.btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus, .btn-default:hover, .open > .dropdown-toggle.btn-default {
	background-color: #13107f;
	border-color: #13107f;
	color: #fff;
}
.orange {
	color: #f05c36;
}
/*==================Globel Css start From here=============================*/

[class*='col-'] {
	padding-right: 10px;
	padding-left: 10px;
}
.header_inner {
	background: #FFF;
	clear: both;
	padding-top: 14px;
	padding-bottom: 5px;
}
.text_right {
	text-align: right;
}
.signup_menu {
	clear: both;
	float: right;
	margin: 0;
	padding: 0;
	width: auto;
}
.signup_menu li {
	border-right: 1px solid #333;
	color: #fff;
	display: inline-block;
	font-size: 13px;
	line-height: 11px;
	list-style: outside none none;
	padding: 0 15px;
	width: auto;
}
.signup_menu li:last-child {
	border-right: 0 solid #333;
	padding-right: 0;
}
.signup_menu li a {
	color: #333;
	font-weight: 400;
}
.signup_menu li a .fa {
	color: #7c7c7c;
	font-size: 11px;
	margin-right: 5px;
}
.inner_navigation_block {
	background: #f7f7f7;
}
/* Mega Menu */
.navbar.yamm {
	margin-bottom: 0;
	border-radius: 0;
	border: none;
}
.navbar-default.yamm .navbar-nav > li > a {
	color: #333;
}
.yamm .nav, .yamm .collapse, .yamm .dropup, .yamm .dropdown {
	position: static;
}
.yamm .navbar-collapse {
	padding: 0;
}
.yamm .container {
	position: relative;
}
.yamm ul li.dropdown a:hover, .yamm ul li.dropdown a:focus, .yamm ul li.dropdown a:active, .yamm .navbar-nav > .open > a, .yamm .navbar-nav > .open > a:focus {
	background: #f1f1f1;
}
.yamm .dropdown-menu {
	left: 0;
	background: #f1f1f1;
	border-radius: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-o-box-shadow: none;
	-ms-box-shadow: none;
	box-shadow: none;
	border: none;
	width: 100%;
	right: 0;
}
.yamm .yamm-content {
	padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
	left: 0;
	right: 0;
}
.yamm .dropdown-menu li {
	float: left;
	width: 25%;
	padding: 0 25px 0 5px;
	position: relative;
	border-left: 1px solid #dddddd;
}
.yamm .dropdown-menu li:first-child {
	border-left: none;
}
.yamm .dropdown-menu li a, .yamm .dropdown-menu li span {
	display: block;
	padding: 10px 15px;
	font-size: 13px;
}
.yamm .dropdown-menu li a:hover {
	background: none;
	color: #f06947;
}
.border-block {
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 30px;
}
.navbar-header {
	display: none;
}
.project_specific_search {
	float: right;
	background: #fff;
	border: 1px solid #e4e4e4;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	height: 36px;
	width: 39px;
	margin-right: 15px;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position:relative;
}
.project_specific_search:hover{
	width:150px;
}
.margin-bottom-10 {
	margin-bottom: 10px;
}
.project_specific_search input.globel_inp {
	padding: 6px;
	background: trasparent;
	border: 0;
	border-radius: 0;
	height: 34px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	font-weight: 300;
	font-size: 13px;
	border-right: 1px solid #e4e4e4;
	width: 100%;
	float: right;
	margin-left: 3px;
	color: #666;
	font-style: normal;
	max-width: 471px;
}
.project_specific_search select.header_select {
	padding: 6px;
	background: trasparent;
	border: 0;
	border-radius: 0;
	font-weight: 300;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	height: 34px;
	font-size: 16px;
	border-right: 1px solid #e4e4e4;
	width: auto;
	float: right;
	color: #666;
	margin-right: 37px;
}
.search_icon {
	color: #333;
	position: absolute;
	right: 0;
	top: 0;
	height: 34px;
	line-height: 31px;
	padding-left: 10px;
	font-size: 16px;
	border-left: 1px solid #e4e4e4;
	width: 38px;
	background: #FFF;
}
.action_dropdown {
	float: right;
}
.action_dropdown .btn {
	border-radius: 0;
	height: 36px;
	padding: 0 25px 0 50px;
	margin: 0;
	float: right;
	color: #333;
	background: url(../images/cart.png) no-repeat 15px center #FFF;
	border: 1px solid #ddd;
}
.contact_wrap {
	border-bottom: 1px solid #e5e5e5;
	float: right;
	font-family: "roboto", sans serif;
	letter-spacing: 0;
	margin-bottom: 10px;
	margin-top: 5px;
	padding-bottom: 10px;
	text-align: right;
}
.contact_detail{
	margin-right:12px;
	padding-right:12px;
	border-right:1px solid #e5e5e5;
}
.action_dropdown .btn span.caret {
	border-top: 4px solid #333;
}
.action_dropdown_menu {
	border-radius: 0;
	left: auto;
	padding: 15px;
	margin-top: 50px;
	right: 0px;
	width: 300px;
	border: 0;
	background: #fff;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.10);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.10);
	-ms-box-shadow: 0 0 10px rgba(0,0,0,0.10);
	-o-box-shadow: 0 0 10px rgba(0,0,0,0.10);
	box-shadow: 0 0 10px rgba(0,0,0,0.10);
	color: #333;
	border: 1px solid #e5e5e5;
}
.cart_con {
	display: block;
	clear: both;
}
.cart_inner_con {
	display: block;
	clear: both;
	border-bottom: 1px dashed #ddd;
	float: left;
	width: 100%;
	padding: 15px;
	position: relative;
	-webkit-transition: background-color 0.3s ease-out;
	-moz-transition: background-color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
	cursor: pointer;
}
.cart_inner_con:hover {
	background: #f5f5f5;
	color: #333;
}
.thumb_cart {
	float: left;
	border: 1px solid #ddd;
}
.detail_cart {
	padding-left: 64px;
	padding-right: 19px;
}
.detail_cart p {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-family: roboto;
}
.close_cart {
	border: 1px solid #FF0004;
	width: 20px;
	height: 20px;
	text-align: center;
	line-height: 20px;
	font-size: 10px;
	font-weight: 700;
	color: #FF0004;
	border-radius: 100%;
	position: absolute;
	right: 5px;
	top: 5px;
}
.cart_inner_con:hover .close_cart {
	color: #111;
}
.action_dropdown_menu .arrow-up-white {
	position: absolute;
	right: 16px;
	top: -19px;
}
.carousel-control {
	width: 5%;
}
.carousel-control.right .fa, .carousel-control.left .fa {
	font-size: 24px;
	margin-top: -10px;
	position: absolute;
	top: 50%;
}
.carousel-indicators {
	bottom: 76px;
	z-index: 5;
}
.carousel-indicators li {
	background: #fff;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	cursor: pointer;
	display: inline-block;
	height: 15px;
	margin: 1px;
	text-indent: -999px;
	width: 15px;
}
.carousel-indicators .active {
	height: 15px;
	width: 15px;
	background: #f05c36;
	border: 1px solid #f05c36;
}
.custom_container.container {
	max-width: 1180px;
}
.mrgn_minus_bg {
	background: #f7f7f7;
	margin-top: -40px;
	position: relative;
	padding: 0 5px 15px 5px;
}
.footer_three_column {
	background: #030325;
	padding-bottom: 15px;
}
.black_bg_footer {
	background: #030325;
	float: left;
	width: 100%;
	border-top: 1px solid #101033;
}
.blk_bg {
	background: #030325;
	color: #fff;
	border-right: 1px solid #fff;
	text-align: center;
	font-family: "Roboto", sans-serif;
	font-size: 18px;
	font-weight: 400;
	padding: 20px 0;
	cursor: pointer;
	-webkit-transition: background-color 0.3s ease-out;
	-moz-transition: background-color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
}
.blk_bg:hover {
	background: #f05c36;
}
.blk_bg:last-child {
	border-right: 0;
}
.black_bg_footer h4 {
	color: #b0b0b1;
	padding-left: 10px;
}
.blk_bg .fa {
	background: #f05c36;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;
	border-radius: 50px;
	width: 35px;
	height: 35px;
	line-height: 35px;
	-webkit-transition: background-color 0.3s ease-out;
	-moz-transition: background-color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
}
.blk_bg:before {
	bottom: 0;
	content: "_______";
	margin-bottom: 13px;
	position: absolute;
	right: 17%;
}
.blk_bg:hover .fa {
	background: #fff;
	color: #030325;
}
.call {
	color: #fff;
	padding-left: 40px;
	font-size: 22px;
	margin-top: 16px;
	display: block;
}
.call .fa {
	padding-right: 10px;
}
/* Blog Styles */
.blog-container {
	margin: 40px auto 20px;
}
.blog-container h3 {
	color: #000;
	font-size: 36px;
	font-weight: 300;
	text-transform: uppercase;
}
.blog-container .featured-img {
	margin-bottom: 20px;
}
.featured-img, .featured-img img {
	width: 100%;
	height: auto;
}
.blog-title, .blog-title a {
	color: #111;
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 10px;
}
.post-time {
	color: #333;
	font-size: 16px;
	margin-bottom: 15px;
}
.blog-container p {
	color: #757575;
	font-size: 14px;
	line-height: 24px;
}
.blog-post a.read-more {
	border: 1px solid #333;
	color: #000;
	display: inline-block;
	padding: 8px 20px;
}
.blog-post a.read-more:hover {
	border-color: #999;
}
.blog_full_detail {
	padding: 30px 0;
}
.blog_full_detail .blog-title {
	font-size: 26px;
	padding: 10px 0;
}
.blog_full_detail .project_specific_search {
	margin-top: 0;
	margin-bottom: 20px;
}
.recent-posts {
	margin-bottom: 20px;
}
.recent-posts h2 {
	color: #111;
	margin-bottom: 20px;
	border-bottom: 1px solid #CCC;
	padding-bottom: 10px;
	font-size: 24px;
}
.recent-posts .imgb {
	float: left;
	width: 70px;
	height: 70px;
	margin-right: 20px;
}
.recent-posts .imgb img, .featured-post-img img {
	width: 100%;
	height: auto;
}
.recent-post-single {
	margin-bottom: 20px;
}
.recent-post-single h4 {
	font-size: 16px;
	margin-top: 0;
}
.recent-post-single p, .recent-post-single .read-more {
	font-size: 12px;
}
.recent-post-single .read-more {
	padding: 5px 10px;
	border: 1px solid #CCC;
}
.blog-full-block {
	padding-right: 20px;
	margin-bottom: 40px;
}
.blog-full-block p {
	line-height: 30px;
	font-weight: 300;
	letter-spacing: 0.5px;
}
.blog-full-block .blog-title, .blog-full-block .blog-title a {
	margin: 30px auto 20px 0;
}
.featured-post-img {
	float: left;
	width: 160px;
	height: auto;
	margin-right: 25px;
}
.blog-content {
	overflow: hidden;
	padding-bottom: 10px;
}
.blog-content .blog-title {
	margin-top: 0;
	padding-top: 0;
}
.blog-content .read-more {
	border: 1px solid #CCC;
	padding: 8px 20px;
}
.blog-content p {
	margin-bottom: 30px;
}
.footer_heading {
	color: #fff;
	font-size: 18px;
	position: relative;
	padding-left: 10px;
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	padding-left: 43px;
}
.footer_heading::before {
	bottom: -15px;
	content: "_______";
	padding-bottom: 7px;
	position: absolute;
}
/*

.black_bg_footer input[type="text"], .black_bg_footer textarea.custom_textarea {
    background: #fff; 
    border-bottom: 1px solid #fff;
    border-top: 0px solid #fff;
    border-left: 0px solid #fff;
    border-right: 0px solid #fff;
    color: #fff;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	-ms-border-radius:0;
	-o-border-radius:0;
	border-radius:0;
	
}

.black_bg_footer input[type="text"]:focus, .black_bg_footer textarea.custom_textarea:focus{
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	-ms-box-shadow:none;
	-o-box-shadow:none;
	box-shadow:none;
	
	
	}

.black_bg_footer input[type="button"]{
    background: transparent;  
    color: #fff;
    border: 1px solid #fff;
	}
*/


.list_inline_footer {
	clear: both;
	display: block;
	padding-left: 33px;
	margin: 0;
}
.list_inline_footer li {
	display: block;
	padding: 6px 0;
}
.list_inline_footer li a {
	font-size: 14px;
	text-decoration: none;
	color: #fff;
	font-weight: 300;
	display: block;
	padding-left: 10px;
}
.list_inline_footer li a:hover {
	text-decoration: underline;
}
.list_inline_social_footer {
	clear: both;
	display: block;
	margin: 0;
	padding: 0;
}
.list_inline_social_footer li {
	padding: 5px 0;
	clear: both;
}
.list_inline_social_footer li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	color: #b0b0b1;
	font-weight: 300;
	display: block;
	line-height: 30px;
}
.list_inline_social_footer li a:hover {
	color: #8bc027;
}
.list_inline_social_footer li a.facebook:before {
	background: #fff;
	color: #333;
	content: "\f09a";
	float: left;
	font-family: "FontAwesome";
	margin: 0px 6px 0 0;
	width: 30px;
	height: 30px;
	font-style: normal;
	text-align: center;
	line-height: 30px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	font-size: 20px;
}
.list_inline_social_footer li a.facebook:hover:before {
	color: #fff;
	background: #8bc027;
}
.list_inline_social_footer li a.twitter:before {
	background: #fff;
	color: #333;
	content: "\f099";
	float: left;
	font-family: "FontAwesome";
	margin: 0px 6px 0 0;
	width: 30px;
	height: 30px;
	font-style: normal;
	text-align: center;
	line-height: 30px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	font-size: 20px;
}
.list_inline_social_footer li a.twitter:hover:before {
	color: #fff;
	background: #8bc027;
}
.list_inline_social_footer li a.linkdin:before {
	background: #fff;
	color: #333;
	content: "\f0e1";
	float: left;
	font-family: "FontAwesome";
	margin: 0px 6px 0 0;
	width: 30px;
	height: 30px;
	font-style: normal;
	text-align: center;
	line-height: 30px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	font-size: 20px;
}
.list_inline_social_footer li a.linkdin:hover:before {
	color: #fff;
	background: #8bc027;
}
.list_inline_social_footer li a.google:before {
	background: #fff;
	color: #333;
	content: "\f1a0";
	float: left;
	font-family: "FontAwesome";
	margin: 0px 6px 0 0;
	width: 30px;
	height: 30px;
	font-style: normal;
	text-align: center;
	line-height: 30px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-ms-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	font-size: 20px;
}
.list_inline_social_footer li a.google:hover:before {
	color: #fff;
	background: #8bc027;
}
.footer_bottom {
	float: left;
	width: 100%;
	margin-top: 0px;
	color: #b0b0b1;
	background: #666;
	font-family: "roboto", sans serif;
}
.powered {
	padding: 20px 0 20px 0;
	color: #fff;
	text-align: right;
	display: block;
	font-size: 13px;
	font-family: "roboto", sans serif;
	font-weight: 300;
}
.powered a {
	color: #fff;
}
.footer_nav {
	clear: both;
	float: none;
	margin: 0;
	padding: 20px 0 20px 0;
	text-align: left;
	width: 100%;
	font-family: "roboto", sans serif;
}
.footer_nav li:first-child {
	padding-left: 0;
}
.footer_nav li {
	border-right: 1px solid #fff;
}
.footer_nav li:last-child {
	border-right: 0px solid #b0b0b1;
}
.footer_nav li {
	display: inline-block;
	line-height: 11px;
	list-style: outside none none;
	padding: 0 10px;
	width: auto;
	color: #fff;
	font-size: 13px;
}
.footer_nav li a {
	color: #fff;
	font-size: 13px;
	font-weight: 300;
	text-decoration: none;
	letter-spacing: 0;
}
.copy {
	text-align: center;
	padding: 20px 0 0 0;
	display: block;
	clear: both;
	font-weight: 300;
	color: #fff;
	font-size: 13px;
}
.footer_three_column .container {
	max-width: 1180px;
	margin-top: 20px;
}
.bdr_ryt {
	border-right: 1px solid #101033;
	min-height: 165px;
}
.why_buy {
	text-align: center;
	clear: both;
	font-family: 'roboto';
}
.why_buy h2 {
	font-size: 30px;
	color: #000;
	text-transform: uppercase;
	font-weight: 400;
}
.why_buy h3 {
	font-size: 24px;
	color: #000;
	font-weight: 300;
	margin-top: 0;
}
.wht_block {
	background: #fff;
	border: 1px solid #e9e9e9;
	float: left;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
.wht_img {
	text-align: center;
	padding: 20px 0;
	height: 146px;
	overflow: hidden;
}
.wht_img 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;
	transition: all 0.3s ease-in-out;
	width: 45%;
}
.wht_img img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.wht_block h3 {
	font-size: 21px;
	font-weight: 300;
	margin-top: 0;
	padding: 0;
}
.wht_block p {
	font-size: 16px;
	font-weight: 300;
	margin-top: 0;
	padding: 0 20px 20px 20px;
}
.border_right {
	border-right: 1px solid #e9e9e9;
	min-height: 289px;
}
.img_effect {
	display: block;
	clear: both;
	position: relative;
	-webkit-transition: background-color 0.3s ease-out;
	-moz-transition: background-color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
}
.img_effect .dark_div {
	position: absolute;
	width: 100%;
	height: 100%;
	background: url(../images/on_hover.png) repeat 0 0;
	top: 0;
	z-index: 10;
	padding: 20px;
	left: 0;
	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;
}
.img_effect .dark_div:before {
	content: "SHOP NOW";
	color: #000;
	font-family: roboto;
	font-weight: 300;
	width: 80%;
	height: 65px;
	border: 1px solid #000;
	position: absolute;
	text-transform: uppercase;
	text-align: center;
	font-size: 28px;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	padding: 10px 0;
}
.img_effect:hover .dark_div {
	opacity: 1;
}
/*==========================listing page css start here=================================*/

.breadcrumb_con {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #e9e9e9;
	clear: both;
	padding: 5px 10px;
	width: 100%;
}
.breadcrumb_list_inline {
	margin: 0;
	padding: 10px 0;
}
.breadcrumb_list_inline li {
	background: url('../images/arrow-right.png') no-repeat left center;
	background-size: 6px 10px;
	font-size: 15px;
	font-weight: 300;
	padding-left: 15px;
	padding-right: 0;
	color: #f05c36;
}
.breadcrumb_list_inline li:first-child {
	padding-left: 0;
	background: none;
}
.breadcrumb_list_inline li a {
	font-size: 15px;
	font-weight: 300;
	padding-right: 5px;
}
.border_div {
	border-left: 1px solid #e9e9e9;
	border-right: 1px solid #e9e9e9;
	float: left;
	width: 100%;
}
.border_div a{
	display:block;
	position:relative;
}
.border_div a:after{
	content:'';
	display:block;
	width: 0;
	height: 0;
	border-left: 18px solid transparent;
	border-right: 18px solid transparent;
	border-bottom: 18px solid #ef613d;
	position:absolute;
	left:0;
	right:0;
	top:auto;
	bottom:0;
	margin:auto;
	opacity:0;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
.border_div a:hover:after{
	opacity:1;
}
.border_div [class*='col-'] {
	padding-right: 0;
	padding-left: 0;
}
.border_div img {
	width: 100%;
}
.sorting_con {
	border-bottom: 1px solid #ddd;
	clear: both;
	float: left;
	margin: 15px 0;
	padding: 5px 0;
	width: 100%;
}
.sorting_con .blk_txt {
	font-size: 16px;
	font-weight: 500;
	padding-top: 10px;
}
.Sorting {
	float: left;
	font-size: 14px;
	line-height: 15px;
	list-style: outside none none;
	padding: 0;
	width: auto;
	margin-top: 8px;
}
.Sorting select {
	padding: 5px 10px;
}
.Sorting select option {
	padding: 8px 10px;
	margin: 0 10px;
	border-top: 1px solid #e5e5e5;
}
.Sorting select option:first-child {
	border-top: none;
	margin-top: 10px;
}
.inline_custom_sorting {
	clear: both;
	margin: 5px 0 0 0;
	float: left;
}
.inline_custom_sorting li:first-child {
	margin: 0 14px;
}
.inline_custom_sorting li {
	float: left;
	font-size: 14px;
	line-height: 15px;
	list-style: outside none none;
	padding: 10px 0;
	width: auto;
}
.inline_custom_sorting li a {
	border-left: 1px solid #ccc;
	color: #5c5956;
	float: left;
	font-size: 14px;
	font-weight: 300;
	padding: 0 20px;
	text-decoration: none;
}
.inline_custom_sorting li a:hover {
	color: #f05c36;
}
.inline_custom_sorting li a.active {
	color: #f05c36;
}
.grid_list {
	text-align: right;
	float: left;
	width: 100%;
}
.grid_list ul.list-inline {
	clear: both;
}
.grid_list ul.list-inline li {
	padding-left: 0px;
	padding-right: 0px;
}
.grid_list ul li a {
	background: #fff;
	padding: 10px;
	border: 1px solid #ccc;
	color: #333;
	float: left;
}
.grid_list ul li a .fa {
	font-size: 20px;
	float: left;
}
.grid_list ul li a .fa.active {
	color: #f05c36;
}
.favourite-icon {
	background: #FFF;
	border: 1px solid #DDD;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	font-size: 15px;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 2;
}
.favourite-icon a {
	display: block;
	color: #ef613d;
}
.favourite-icon a .fa {
	position: absolute;
	left: 0;
	top: 7px;
	right: 0;
	bottom: 0;
	overflow: auto;
	margin: auto;
}
.favourite-icon a .fa-heart {
	display: none;
}
.favourite-icon a:hover .fa-heart {
	display: inline-block;
	color: #ef613d;
}
.favourite-icon a:hover .fa-heart-o {
	display: none;
}
/* select-related */
.select-related, .testimonial-block {
	position: relative;
	text-align: center;
	margin-bottom: 25px;
}
.select-related .checkbox {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 30px;
	background: rgba(0,0,0,0.20);
	padding: 5px 10px;
	margin: 0;
	text-align: left;
	z-index: 9;
}
.select-related .checkbox input[type="checkbox"], .select-related .checkbox-inline input[type="checkbox"] {
	margin-left: 0;
	margin-right: 5px;
}
.select-related img, .testimonial-block img {
	display: block;
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}
.select-related .product-title, .testimonial-block .product-title {
	font-size: 13px;
	padding: 0 10px;
	display: block;
	line-height: 18px;
	margin-bottom: 5px;
}
.select-related a, .testimonial-block a {
	display: block;
}
.select-related .price_after, .testimonial-block .price_after {
	font-size: 16px;
}
.select-related .price_after .fa, .testimonial-block .price_after .fa {
	position: relative;
	top: 3px;
	right: 6px;
}
.user-icon {
	margin: 0 auto 20px auto;
	border-radius: 100%;
	text-align: center;
}
.user-icon img {
	width: 60px;
	height: 60px;
	border-radius: 100%;
	display: block;
	margin: 0 auto 10px auto;
}
.user-icon a {
	color: #000;
}
.testimonial-block .btn {
	margin-top: 10px;
}
#relatedProductCarousel .carousel-control.left, #relatedProductCarousel .carousel-control.right, #combosCarousel .carousel-control.left, #combosCarousel .carousel-control.right, #customerTestimonialsCarousel .carousel-control.left, #customerTestimonialsCarousel .carousel-control.right {
	background: url('../images/controls.png') no-repeat;
	width: 32px;
	height: 32px;
	top: 30%;
}
#relatedProductCarousel .carousel-control.left, #combosCarousel .carousel-control.left, #customerTestimonialsCarousel .carousel-control.left {
	background-position: left top;
	left: -70px;
}
#relatedProductCarousel .carousel-control.right, #combosCarousel .carousel-control.right, #customerTestimonialsCarousel .carousel-control.right {
	background-position: -43px top;
	right: -70px;
}
#combosCarousel .carousel-control.left {
	left: 0;
}
#combosCarousel .carousel-control.right {
	right: 0;
}
.product_thumb_container_ecommerce {
	background: #fff;
	position: relative;
	margin-bottom: 20px;
}
.product_thumb_container_ecommerce_overlay {
	background: rgba(0,0,0,0.75);
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 50px;
	z-index: 1;
	opacity: 0;
	-moz-transition: all 0.3s ease-out 0.2s;
	-webkit-transition: all 0.3s ease-out 0.2s;
	-o-transition: all 0.3s ease-out 0.2s;
	-ms-transition: all 0.3s ease-out 0.2s;
	transition: all 0.3s ease-out 0.2s;
}
.product_thumb_container_ecommerce_overlay span {
	position: absolute;
	left: 10px;
	right: auto;
	bottom: 0;
	top: 0;
	margin: auto;
	color: #FFF;
	width: 120px;
	height: 30px;
	padding: 5px;
	border: rgba(255,255,255,0.20) 1px solid;
	text-align: center;
}
.product_thumb_container_ecommerce_overlay span a {
	color: #FFF;
}
.product_thumb_container_ecommerce:hover .product_thumb_container_ecommerce_overlay {
	opacity: 1;
}
.product_thumb_ecommerce {
	display: block;
	clear: both;
	position: relative;
	-webkit-transition: background-color 0.3s ease-out;
	-moz-transition: background-color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
	overflow: hidden;
	padding: 20px 0;
}
.product_thumb_ecommerce 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;
	transition: all 0.3s ease-in-out;
}
.product_thumb_ecommerce img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.product_detail_container_ecommerce {
	display: block;
	clear: both;
	padding: 10px 15px 15px;
	background: #FFF;
	color: #333;
	text-align: center;
	-webkit-transition: background-color 0.3s ease-out;
	-moz-transition: background-color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
	border-top: 1px solid #e5e5e5;
}
.product_thumb_container_ecommerce:hover .product_detail_container_ecommerce {
	background: #FFF;
}
.product_detail_container_ecommerce h4 {
	font-family: Roboto;
	font-size: 20px;
	font-weight: 400;
	line-height: 26px;
	color: #333;
}
.product_detail_container_ecommerce p {
	font-family: Roboto;
	font-weight: 400;
	margin-bottom: 20px;
	font-size: 13px;
}
.product_detail_container_ecommerce .price_box {
	display: block;
	clear: both;
}
.product_detail_container_ecommerce .price_box p {
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 10px;
	color: #333;
}
.product_detail_container_ecommerce .price_box .price_cutting {
	width: 47%;
	display: inline-block;
	font-size: 18px;
	font-weight: 300;
	text-align: center;
	text-decoration: line-through;
}
.product_detail_container_ecommerce .price_box .final_price {
	width: 100;
	display: block;
	font-size: 18px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 10px;
}
.product_off {
	background: #000 none repeat scroll 0 0;
	bottom: 0;
	color: #fff;
	font-size: 15px;
	line-height: 10px;
	padding: 10px;
	position: absolute;
	right: 0;
}
.favourite_icon {
	background: #fda100;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99;
}
.favourite_icon:hover {
	background: #09c812;
}
.favourite_icon .fa {
	color: #fff;
	padding: 10px;
	font-size: 22px;
}
/*=====================detail page css start here==================*/



.tab_outer {
	padding: 0;
	border-top: 5px solid #f05c36;
	margin-top: 70px;
	margin-bottom: 20px;
}
.detail_right_block {
}
.detail_right_block h1 {
	font-family: 'Roboto';
	font-size: 25px;
	font-weight: 400;
	margin: 0;
	padding: 0 0 10px;
	text-transform: capitalize;
	text-align: center;
}
.choose_color {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0;
	float: left;
	width: 100%;
}
.choose_color label {
	display: block;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
}
.qty.form-control {
	width: 50px;
	float: none;
	display: inline;
	text-align: center;
	margin-bottom: 10px;
}
.detail_right_block .price_box {
	float: left;
	width: 100%;
	border-bottom: 1px solid #d4cdcd;
	margin: 5px 0;
}
.detail_right_block .price_box p {
	font-size: 20px;
	font-weight: 300;
}
.detail_right_block .price_box span {
	width: 48%;
	float: left;
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 40px;
}
.detail_right_block .price_box span.value {
	width: 48%;
	float: left;
	font-size: 22px;
	font-weight: 300;
	font-weight: bold;
	line-height: 40px;
}
.detail_right_block .price_box .price_cutting {
	width: 49%;
	display: inline-block;
	font-size: 23px;
	font-weight: 500;
	text-align: center;
	text-decoration: line-through;
}
.detail_right_block .price_box .final_price {
	width: 49%;
	display: inline-block;
	font-size: 23px;
	font-weight: 500;
	text-align: center;
}
.detail_right_block .price_box .main_price {
	width: 100%;
	display: block;
	font-size: 23px;
	font-weight: 500;
	text-align: center;
}
.detail_right_block .option {
	font-family: "Roboto", sans-serif;
	font-size: 26px;
	font-weight: 300;
	margin: 0;
	padding: 15px 0px;
	text-transform: uppercase;
	text-align: center;
	color: #f19a21;
}
.detail_right_block .option:before {
	color: #f19a21;
	content: "___";
	left: -11px;
	position: relative;
	top: -10px;
}
.detail_right_block .option:after {
	color: #f19a21;
	content: "___";
	position: relative;
	right: -11px;
	top: -10px;
}
.commen_heading {
	font-family: "Roboto";
	font-size: 25px;
	font-weight: 400;
	margin: 0;
	padding: 0 0 10px;
	text-align: left;
	text-transform: capitalize;
}
.tab_outer .tab-content h4 {
	font-family: 'Roboto';
	font-size: 25px;
	font-weight: 100;
	margin: 0;
	padding: 0 0 10px;
	text-transform: uppercase;
}
.panel-group .panel {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}
.nav-tabs.custom_tab {
	border-bottom: 0;
	margin-top: -42px;
}
.nav-tabs.custom_tab > li > a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	text-transform: uppercase;
	font-weight: 500;
	outline: 0 none;
	border: none;
}
.nav-tabs.custom_tab > li.active > a {
	background-color: #f05c36;
	border: 1px solid #f05c36;
	color: #fff;
}
.nav > li > a:hover, .nav > li > a:focus {
	background-color: #f05c36;
	text-decoration: none;
	color: #fff;
}
.tab_content {
	padding: 20px 0 0 0;
}
.inner_text {
	color: #8c8a8a;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 25px;
}
.btn_center {
	float: left;
	width: 100%;
}
.btn_center .btn {
	width: 70%;
	margin: 0 auto;
	float: none;
}
/*=====================Cart page css start here==================*/

table.myTable {
	border: 1px solid #ddd;
	border-collapse: collapse;
	font-family: 'roboto';
}
table.myTable, th, td {
	border-collapse: collapse;
	padding: 5px;
	text-align: left;
	padding: 10px;
}
table.myTable td {
	background: #fff;
	color: #333;
	font-weight: 300;
	border-bottom: 1px solid #ddd;
	font-size: 16px;
}
table.myTable th {
	background: #f05c36;
	color: #fff;
	font-weight: 400;
	border-bottom: 1px solid #ddd;
	font-size: 18px;
}
table.myTable .img_cart {
	float: left;
	padding-right: 10px;
}
table.myTable h4 {
	font-size: 17px;
	font-weight: 500;
	margin: 0;
	font-family: 'roboto';
}
table.myTable select {
	margin-bottom: 10px;
	width: 100px;
}
table.myTable .cart_link {
	clear: both;
	color: #f58634;
	display: block;
	padding: 0;
	font-weight: 300;
	text-align: left;
}
table.myTable .p1 {
	display: block;
}
table.myTable .p2 {
	display: block;
	font-size: 13px;
}
table.myTable .p3 {
	display: block;
	font-size: 13px;
	text-decoration: line-through;
	color: #f58634;
}
table.myTable a.fa {
	background: #030325 none repeat scroll 0 0;
	border-radius: 98px;
	color: #fff;
	padding: 8px 10px;
}
.promo_code {
	width: 100%;
	float: left;
	padding: 10px;
	border: 1px solid #ddd;
	border-top: 0;
	background: #fff;
}
.form-control.without_radius {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	height: 40px;
	margin-bottom: 0;
}
.promo_label {
	line-height: 40px;
	font-family: "roboto";
	font-size: 16px;
	font-weight: 400;
}
.total_block {
	width: 100%;
	float: left;
	padding: 10px;
	border: 1px solid #ddd;
	background: #fff;
	margin-top: 15px;
	margin-bottom: 15px;
}
.repeat_total {
	display: block;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	text-align: left;
}
.repeat_total.no {
	border-bottom: 0;
}
.repeat_total span {
	font-size: 16px;
	line-height: 40px;
	display: inline-block;
	font-weight: 500;
}
.repeat_total span.label_txt {
	width: 40%;
}
.repeat_total .label_txt_bld {
	font-weight: 500;
	width: 40%;
	display: inline-block;
}
.repeat_total .value_txt_bld {
	font-size: 21px;
	font-weight: 400;
}
.repeat_total .value_txt_bld em {
	clear: both;
	color: #f58634;
	font-size: 12px;
}
.use {
	padding: 8px 30px;
}
/*=====================Cart page css end here==================*/

/*==========Login Form page============*/

.myDiv.fullscreen {
	background: #333;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: block;
	height: 100%;
	left: 0;
	overflow-y: hidden;
	padding: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
.myDiv {
	display: none;
	height: auto;
	position: relative;
	width: auto;
}
.myDiv a.anchor {
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 9999;
}
.myDiv a.anchor .fa {
	border: 5px solid #fff;
	color: #fff;
	font-size: 25px;
	padding: 10px;
}
/*=============Register css start here==================*/

.myDiv1.fullscreen1 {
	background: #333;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	display: block;
	height: 100%;
	left: 0;
	overflow-y: hidden;
	padding: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
}
.myDiv1 {
	display: none;
	height: auto;
	position: relative;
	width: auto;
}
.myDiv1 a.anchor {
	position: absolute;
	right: 20px;
	top: 20px;
	z-index: 9999;
}
.myDiv1 a.anchor .fa {
	border: 5px solid #fff;
	color: #fff;
	font-size: 25px;
	padding: 10px;
}
.center_div {
	float: none;
	margin: 0 auto;
}
.login_con {
	background: #f5f5f5;
	border: 1px solid #ddd;
	padding: 10px 20px;
	margin-top: 15%;
	text-align: center;
	margin-bottom: 20px;
}
.btn.btn-facebook, .btn.btn-google-plus {
	height: 40px;
	line-height: normal;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	padding: 10px 40px;
}
.btn-social *:first-child {
	line-height: 40px;
}
.login_con h2 {
	font-weight: 500;
	font-size: 25px;
	text-transform: uppercase;
	font-family: 'roboto';
	color: #000;
}
.login_con em {
	margin-bottom: 10px;
	display: block;
}
.login_con .or {
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	font-weight: 500;
	margin: 0;
	padding: 10px 0;
	text-transform: uppercase;
	text-align: center;
	color: #000;
}
.login_con .or:before {
	color: #000;
	content: "___";
	left: -11px;
	position: relative;
	top: -8px;
}
.login_con .or:after {
	color: #000;
	content: "___";
	position: relative;
	right: -11px;
	top: -8px;
}
.login_con .checkbox {
	margin: 0;
	text-align: left;
}
.link_login {
	font-size: 14px;
	text-decoration: underline;
	display: inline-block;
}
.form-control.without_radius {
	border-radius: 0;
	height: 40px;
	margin-bottom: 0;
	border: 1px solid #ccc!important;
}
/*=============Feedback css here===================	*/
	
	
	
.feedback-panel {
	padding: 20px;
	width: 250px;
	background: #fff;
	border: 1px solid #d8d8d8;
	position: fixed;
	top: 105px;
	right: -250px;
	z-index: 999999;
	text-align: center;
}
.feedback-panel h4 {
	color: #333;
	font-size: 18px;
	font-weight: 500;
	padding-bottom: 0;
}
.feedback-panel select {
	color: #999;
}
.feedback-panel a.feedback-tab {
	background: url(../images/contact.png) no-repeat 0 0;
	border-width: 1px 1px 1px 0;
	display: block;
	height: 127px;
	right: 248px;
	top: 100px;
	position: absolute;
	float: left;
	text-indent: -9999px;
	width: 46px;
	outline: none;
}
/*=============== new footer css start from here====================*/
.new_footer {
	background: url(../images/new_bg_footer_strip.jpg) repeat-x 0 0;
	min-height: 350px;
	margin-top: 20px;
}
.new_footer_inner {
	background: url(../images/new_bg_footer.jpg) no-repeat 0 0;
	min-height: 350px;
	overflow: hidden;
}
.new_footer_content_div {
	float: left;
	height: 129px;
	margin: 135px 0 0 578px;
	width: 261px;
}
.phone_number {
	color: #fff;
	font-size: 18px;
	margin: 18px 0 0 27px;
	text-transform: uppercase;
}
.social_media_icon_con {
	clear: both;
	margin: 41px 0 0 60px;
	padding: 0;
	list-style: none;
}
.social_media_icon_con li {
	display: inline;
	float: left;
}
.social_media_icon_con li a {
	margin: 0 5px 0 0
}
.social_media_icon_con li a i {
	color: #fff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	float: left;
	text-align: center;
	font-size: 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;
	transition: all 0.3s ease-in-out;
}
.social_media_icon_con li a i:hover {
	color: #f05c36;
	background: #fff;
}
/*=============== new footer css end here====================*/
	
	
	
		/*=============== new detail page css start here====================*/
		
		
.detail_right_block {
	margin-top: 58px;
}
.right_gray_filter_box {
	background: #f0f0f0;
	border: 1px solid #e9e9e9;
	padding: 0 20px;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.bottom_gray_box {
	background: #f0f0f0;
	border: 1px solid #e9e9e9;
	padding: 20px;
	float: left;
	width: 100%;
}
.bottom_gray_box h3 {
	text-align: center;
	font-size: 16px;
}
.right_gray_filter_box h3 {
	text-align: center;
	font-size: 16px;
}
.select_without_image .ddTitleText {
	padding: 13px 20px 13px 20px !important;
}
.select_without_image .dd .ddChild li {
	padding: 13px 20px 13px 20px !important;
}
.price_con {
	text-align: center;
	padding-bottom: 10px;
}
.price_before {
	color: #9f9d9d;
	font-size: 14px;
	text-decoration: line-through;
}
.price_after {
	color: #f05f39;
	font-size: 18px;
	font-weight: 500;
	margin-left: 10px;
}
.emi {
	text-align: center;
	padding: 20px 0;
}
.emi-option {
    display: block;
    font-size: 11px;
    margin-bottom: 15px;
}
.explore-combos {
	background: #FFF;
	padding: 15px;
	clear: both;
	text-align: center;
	border: 2px solid #f05c36;
}
.explore-combos h3 {
	color: #f05c36;
	font-size: 24px;
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 15px;
}
.explore-combos .btn-buy {
	background: #f05c36;
	color: #FFF;
	margin-top: 15px;
}
.delivery_con {
	background: #f0f0f0;
	border: 1px solid #e9e9e9;
	padding: 0 20px;
	float: left;
	width: 100%;
	margin-top: 20px;
}
.delivery_con h3 {
	text-align: center;
	font-size: 16px;
}
.icon_container {
	background: #fff;
	border: 1px solid #e9e9e9;
	padding: 20px 0;
	margin-top: 20px;
	float: left;
	width: 100%;
}
.detail_page_icon {
	margin: 0;
	padding: 0;
}
.detail_page_icon li {
	width: 20%;
	float: left;
	list-style: none;
	min-height: 100px;
	box-sizing: border-box;
	text-align: center;
	color: #666;
	font-size: 13px;
	letter-spacing: 0.5px;
}
.img_con {
	height: 60px;
}
.img_con img {
	height: 70%;
}
.iconinfo {
	margin-left: 5px;
	color: #999;
}
.slider_con {
	position: relative;
}
#bx-pager {
	bottom: 18px;
	left: 40%;
	position: absolute;
}
#bx-pager a.active {
	border: 1px solid #f05d37;
	padding: 10px 5px;
	background: #fff;
}
.custom_radio_con {
	display: block;
	clear: both;
	text-align: center;
	position: relative;
}
.custom-radio {
	width: 38px;
	height: 40px;
	display: inline-block;
	position: absolute;
	z-index: 1;
	left: 0;/*background: url("radio.png") no-repeat;*/
}
.custom-radio:hover {
	background: url(../images/color_hover.png) no-repeat;
}
.custom-radio.selected {
	background: url(../images/color_hover.png) no-repeat;
}
.custom-radio input[type="radio"] {
	margin: 1px;
	position: absolute;
	z-index: 2;
	cursor: pointer;
	outline: none;
	opacity: 0;
		/* CSS hacks for older browsers */
		_noFocusLine: expression(this.hideFocus=true);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-khtml-opacity: 0;
	-moz-opacity: 0;
}
/* Let's Beautify Our Form */
form {
	margin: 20px;
}
label.label_con {
	border: 1px solid #ddd;
	display: inline-block;
	height: 42px;
	line-height: 42px;
	margin-bottom: 10px;
	min-width: 120px;
	padding: 0;
	position: relative;
	cursor: pointer;
	background: #fff;
}
label.label_con.bdr {
	border: 1px solid #f05d37;
}
label.label_con img {
	float: left;
	padding-right: 10px;
}
.div_table {
	display: table;
	width: 100%;
}
.div_table li {
	display: table-cell;
}
.myTable1 th {
	text-align: right;
	color: #f05d37;
	padding: 5px;
	width: 50%;
	font-weight: normal;
}
.myTable1 td {
	text-align: left;
	padding: 5px;
	width: 50%;
}
.product_img {
	border: 1px solid #ddd;
	margin: 10px 0;
}
/*=============== new detail page css end here====================*/

/* dinesh styles */
.page-results {
	display: inline-block;
	background: #f5f5f5;
	padding: 7px 25px;
	border-radius: 20px;
	margin-right: 30px;
}
.footer-img-holder {
	background: url('../images/furniture-outline.gif') no-repeat left bottom;
	background-size: 22%;
	margin-top: 50px;
	height: 150px;
	margin-bottom: -2px;
}
.furnish-footer {
	background: #ededed;
	text-align: center;
	padding: 10px 0;
	margin-top: 50px;
}
.furnish-footer .furnish-common {
	padding: 10px 25px;
}
.furnish-footer .furnish-common p {
	margin-bottom: 0;
	font-size: 16px;
	font-weight: 300;
}
.furnish-footer .furnish-common p span {
	display: block;
}
.furnish-footer .furnish-common .fa {
	font-size: 40px;
	font-weight: 300;
	display: block;
	margin-bottom: 20px;
}
.furnish-footer .location-block {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}
.furnish-social {
	border-top: 1px solid #CCC;
	margin-top: 10px;
	text-align: center;
	padding: 10px 0 0 0;
}
.furnish-social p {
	margin-bottom: 0;
	display: inline-block;
	margin-right: 20px;
	text-transform: uppercase;
	font-size: 18px;
}
.furnish-social ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline-block;
}
.furnish-social ul li {
	display: inline-block;
	font-size: 20px;
	padding: 0 10px;
}
.fb-like{
        padding-top:18px;
}
.delivering-now{
        text-align:left;
        padding-top:18px;
}
.delivering-now p {
	margin-bottom: 0;
	font-size: 16px;
}
.delivering-now p strong {
	text-transform: uppercase;
}
.wishlist-btn {
	float: right;
	margin-right: 10px;
	padding: 10px 20px;
}
.list-group {
	margin-top: 30px;
}
.quick-view-product-info{
	border-left:1px solid #CCC;
	padding-left:20px;
}
.quick-view-product-info .price{
	background: #f5f5f5 none repeat scroll 0 0;
    color: #181818;
    display: inline-block;
    margin-bottom: 15px;
    padding: 5px 20px;
    width: auto;
}
.quick-view-product-info .quick-product-description{
	margin:10px 10px 30px 10px;
	padding:0;
	list-style-type:disc;
}
.quick-view-product-info .quick-product-description li{
	font-size:11px;
	display:block;
	margin-bottom:10px;
}
.product-call-numbers{
	margin-top:15px;
}
#quickViewModal .modal-dialog{
	width:800px;
}
#quickViewModal .close{
    font-size: 60px;
    line-height: 0.5;
    position: relative;
	font-weight:lighter;
    top: -30px;
}

@media only screen and (min-width:1100px) and (max-width: 1400px) {
}

@media only screen and (min-width:900px) and (max-width: 1024px) {
.project_specific_search input.globel_inp {
	max-width: 381px;
}
.promo_label {
	line-height: normal;
}
}

@media (max-width: 991px) {
.navbar-header {
	display: block;
     float: none;
}
  .navbar-toggle {
      display: block;
  }
  .navbar-collapse.collapse {
      display: none!important;
  }
  .navbar-nav {
      float: none!important;
  }
  .navbar-nav>li {
      float: none;
  }
.yamm .open .dropdown-menu li{
	float:none !important;
	display:block !important;
	width:100% !important;
}
.yamm .open .dropdown-menu, .yamm .open .dropdown-menu:hover{
	position:static;
	display:block;
	top:100%;
	float:none !important;
}
.yamm .navbar-collapse{
	max-height:none;
}

  .collapse.in{
      display:block !important;
  }
  .price_box .btn{
	  padding:10px 0;
	  width:100%;
  }
}

@media only screen and (min-width:900px) and (max-width: 980px) {
.project_specific_search input.globel_inp {
	max-width: 255px;
}
}

@media screen and (min-width:768px) and (max-width: 900px) {
.project_specific_search input.globel_inp {
	max-width: 255px;
}
}

@media screen and (min-width:768px) and (max-width: 800px) {
.blk_bg {
	font-size: 15px;
	font-weight: 500;
}
.repeat_total span {
	font-size: 13px;
}
.btn-default {
	padding: 8px 8px;
}
.use {
	padding: 8px 15px;
}
.promo_label {
	line-height: normal;
}
}

@media screen and (max-width:767px) {
/*.navbar-header {
	display: block;
}*/
.logo {
	text-align: center;
	width: 100%;
	padding: 10px 0;
}
.logo img {
	width: 60%;
}

.project_specific_search input.globel_inp {
	float: left;
	width: 87%;
}
.search_icon {
	border-left: 0;
	position:static;
	padding-left:12px;
}
.header_select {
	display: none;
}
.mrgn_minus_bg {
	margin-top: 0;
	padding: 0;
}
.action_dropdown_menu {
	margin-top: -10px;
}
.carousel-indicators {
	bottom: -9px;
}
.action_dropdown .btn {
	margin: 10px 0;
	float: none;
	width: 100%;
	text-align: left;
}
.carousel-control {
	width: 20%;
	z-index: 9;
}
.mrgn_top20_xs {
	margin-top: 20px;
}
.powered {
	text-align: center;
	padding: 10px 0;
}
.copy {
	padding: 0;
}
.footer_nav {
	padding: 10px 0;
}
.payment {
	text-align: center;
}
.blk_bg {
	display: none;
}
.inner_navigation_block {
	background: transparent;
}
.footer_nav {
	text-align: center;
}
.payment {
	display: none;
}
.footer_heading {
	text-align: center;
	padding-left: 0;
}
.list_inline_footer {
	text-align: center;
	padding-left: 0;
}
.call {
	text-align: center;
	padding-left: 0;
}
.why_buy h2 {
	font-size: 22px;
	text-transform: capitalize;
}
.why_buy h3 {
	font-size: 17px;
}
.sorting_con {
	margin: 0 0 6px;
	padding: 0;
}
.inline_custom_sorting li {
	border-bottom: 1px solid #ddd;
	width: 100%;
	padding: 0;
}
.inline_custom_sorting li:first-child {
	margin: 0;
	text-align: center;
	padding: 10px;
}
.inline_custom_sorting li:last-child {
	border-bottom: 0px solid #ddd;
}
.inline_custom_sorting li a {
	border: 0;
	float: left;
	width: 100%;
	text-align: center;
	-webkit-transition: background-color 0.3s ease-out;
	-moz-transition: background-color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
	padding: 10px;
}
.inline_custom_sorting li a:hover {
	background: #f05c36;
	color: #fff;
}
.detail_right_block {
	float: left;
	width: 100%;
}
.tab_outer {
	margin-top: 25px;
	border-top: 0px;
}
.panel-heading {
	padding: 0;
}
.panel-heading .panel-title a {
	padding: 10px 15px;
	display: block;
	background: #030325;
	color: #fff;
}
.footer_heading::before {
	content: normal;
}
.btn_center .btn {
	width: 100%;
}
.bdr_ryt {
	border-bottom: 1px solid #101033;
	border-right: 0 none;
	min-height: auto;
	padding-bottom: 15px;
}
.footer_bottom {
	border-top: 0;
}
.black_bg_footer {
	border-top: 0;
}
/*table.myTable, thead, tbody, td, tr{ display:block;}*/
table.myTable tr {
	position: relative;
}
table.myTable, th, td {
	text-align: center;
	padding: 0;
}
table.myTable td {
	text-align: center;
}
table.myTable th {
	position: absolute;
	top: -999px;
	left: -999px
}
/* Behave  like a "row" */
table.myTable td {
	border: none;
	border-bottom: 1px solid #ddd;
	position: relative;
}
table.myTable .td_inner {
	padding: 10px;
	clear: both;
}
table.myTable .cart_link {
	text-align: center;
}
table.myTable a.fa {
	font-size: 30px;
}
table.myTable .img_cart {
	display: none;
}
table.myTable td:before {
	/* Now like a table header */
	position: relative;
	/* Top/left values mimic padding */
	top: 0;
	left: 0;
	width: 100%;
	padding-right: 0;/*background:#f5f5f5;*/
	white-space: nowrap;
	border-right: 0px solid #ddd;
}
/*
		Label the data
		*/
	
/*		table.myTable td:nth-of-type(even){background:#f5f5f5;}*/
		
table.myTable td:nth-of-type(1):before {
	content: "Item";
	line-height: 40px;
	height: 40px;
	background: #f9f9f9;
	clear: both;
	display: block;
	color: #333;
	font-weight: 400;
	border-bottom: 1px solid #ddd;
	font-size: 18px;
}
table.myTable td:nth-of-type(2):before {
	content: "Qty.";
	line-height: 40px;
	height: 40px;
	background: #f9f9f9;
	clear: both;
	display: block;
	color: #333;
	font-weight: 400;
	border-bottom: 1px solid #ddd;
	font-size: 18px;
}
table.myTable td:nth-of-type(3):before {
	content: "Delivery Time";
	line-height: 40px;
	height: 40px;
	background: #f9f9f9;
	clear: both;
	display: block;
	color: #333;
	font-weight: 400;
	border-bottom: 1px solid #ddd;
	font-size: 18px;
}
table.myTable td:nth-of-type(4):before {
	content: "Price";
	line-height: 40px;
	height: 40px;
	background: #f9f9f9;
	clear: both;
	display: block;
	color: #333;
	font-weight: 400;
	border-bottom: 1px solid #ddd;
	font-size: 18px;
}
table.myTable td:nth-of-type(5):before {
	content: "Subtotal";
	line-height: 40px;
	height: 40px;
	background: #f9f9f9;
	clear: both;
	display: block;
	color: #333;
	font-weight: 400;
	border-bottom: 1px solid #ddd;
	font-size: 18px;
}
.repeat_total span {
	font-size: 14px;
}
.mrgn_bt10_xs {
	margin-bottom: 10px;
}
.width_100 {
	width: 100%;
}
.commen_heading {
	text-align: center;
}
.login_con {
	margin-top: 14px;
}
.myDiv a.anchor .fa {
	border: 0px solid #333;
	color: #fff;
	font-size: 15px;
	padding: 10px;
	background: #333;
}
.myDiv1 a.anchor .fa {
	border: 0px solid #333;
	color: #fff;
	font-size: 15px;
	padding: 10px;
	background: #333;
}
.mrgn_bt15_xs {
	margin-bottom: 15px;
}
.myDiv.fullscreen {
	overflow-y: auto;
	position: absolute;
}
.myDiv1.fullscreen1 {
	overflow-y: auto;
	position: absolute;
}
.feedback-panel {
	top: 20px;
}
#bx-pager {
	display: none;
}
.detail_page_icon li {
	width: 100%;
	margin-bottom: 10px;
}

.icon_container {
	padding: 0;
}
.contact_wrap{
	float:none;
	text-align:center;
}
.contact_detail{
	display:block;
	margin-right:0;
	padding-right:0;
	padding-bottom:5px;
	border-right:none;
}
.pull_right_custom {
	float: none;
	display: block;
	clear: both;
}
.signup_menu {
	padding: 0;
	text-align: center;
	float: none;
	display: block;
	clear: both;
}
.signup_menu li:first-child{
	padding-left:0;
}
.project_specific_search {
	float: none;
	margin-right: 0;
	margin-top:15px;
	width:100%;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.project_specific_search:hover {
	width: 100%;
}
.action_dropdown{
	float:none;
	width:100%;
}
#cart{
	display:block;
}
.action_dropdown .btn{
	margin-bottom:0;
}
.prod-box{
	float:none;
	width:100%;
}
#quickViewModal .modal-dialog{
	width:100%;
}
.quick-view-product-info{
	border-left: none;
    padding-left: 0;
	border-top: 1px solid #ccc;
    padding-top: 20px;
}
.buttons .btn{
	padding:10px 30px;
}
.panel-title{
	padding:10px;
}
}

@media screen and (min-width:480px) and (max-width: 640px) {
}

@media screen and (min-width:320px) and (max-width: 480px) {
}
.txt-center {
	text-align: center;
	width: 100%;
	background: #fff;
}
.txt-center img {
	width: 100%;
	max-height: 240px;
}
.btn-grp-mster {
	width: 200px;
}
.btn-grp-mster .input-md {
	width: 100px;
}
.btn-grp-mster .btn {
	padding: 7px 10px;
	margin: 0px 5px;
}
.btn-gray {
	color: #FFF !important;
	background:#333;
	text-shadow:none;
}
.search_list_relative {
	position: relative;
	width: 100%;
	height: auto;
	top: 37px;
	z-index: 9999;
}
.search_list {
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 1;
	background: #f1f1f1;
	box-shadow: 2px 2px 5px rgba(24, 23, 23, 0.7);
	max-height: 520px;
	overflow-y: scroll;
}
.search_list ul {
	margin: 0px 0px;
	padding: 0px 0px;
}
.search_list ul li {
	font-size: 12px;
	padding: 5px;
	color: #333;
	text-decoration: none;
	text-align: justify;
	border-bottom: 1px solid #ccc;
	min-height: 40px;
}
.search_list ul li a {
	font-size: 12px;
	padding: 0px;
	color: #333;
	text-decoration: none;
}
.search_list ul li a:hover {
	font-size: 12px;
	padding: 0px;
	color: #337ab7;
	text-decoration: none;
}
#combosCarousel .carousel-inner>.item .img-responsive {
	float: none;
	display: inline-block;
	text-align: center;
}
.featr_img {
	max-height: 225px;
	width: 100%;
}
.featr_imges {
	max-height: 300px;
	width: 100%;
}
.logo img {
	width: 100%;
	max-width: 230px;
}

.explore-combos .btn-buy:hover {
	background: #030325 !important;
	color: #fff !important;
}
.navbar {
	z-index: 400!important;
}
#bx-pager {
	width: 100%;
	bottom: 9px;
	left: 38%;
	width: 200px;
	width: 70px;
	overflow: hidden;
}
#bx-pager img {
	width: 95%;
}

