﻿@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: trebuc;
    src: url(../type/trebuc.ttf);
	
}

@font-face {
    font-family: big_noodle;
    src: url(../type/big_noodle_titling.ttf);
	
}	
*{
	margin:0px;
	padding:0px;
	}
	
body{
	font-family:trebuc !important;
    font-size:14px;
	background: #eee !important;
    -webkit-animation-delay: 0.1s;
    -webkit-animation-name: fontfix;
    -webkit-animation-duration: 0.1s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
	}

@-webkit-keyframes fontfix {
    from { opacity: 1; }
    to   { opacity: 1; }
}
.pp{padding:0px;}

.padding_right_0{padding-right: 0px}
/*=====================================header-css-start==========================================*/

.col-md-20P {
    position:relative;min-height:1px;padding-right:15px;padding-left:15px;float:left;
    width:20%;
}

.my_header{
	background:#303030;
	min-height: 130px;
}

.top-xs-nav{
	background: #f06022;
	padding:5px 10px;
}

.top-xs-nav ul{
	margin:0px;
}

.top-xs-nav ul li a{
	color: #fff;
}

.cart-collapse{
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.search-collapse{
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.cart-collapse .well{
	margin-bottom: 10px;
}

.search-collapse .well{
	margin-bottom: 10px;
	padding: 0px;
	background: transparent;
	border: 0px;
}
.top-xs-nav-btn{
color: #333;
background-color: #f06022;
border-color: #303030;
}

.top-xs-nav-btn:hover{
color: #333;
background-color: #f06022;
border-color: #fff;
}

.top-xs-nav-btn:focus{
color: #333;
background-color: #f06022;
border-color: #fff;
}

.top-xs-nav-btn:active{
color: #333;
background-color: #f06022;
border-color: #fff;
}

.my_logo{
	margin: 15px 10px;
}

.searchbar-right-header{
	padding: 13px 25px; /* In place of 13, 30 was earlier)*/
}

.searchbar-right-header ul li a{
	color: #fff;
}

.searchbar_width{
	    width: 250px !important;
		border-radius: 0px !important;
}

#top_nav li:last-child{
	margin-right: -5px;
}
.searchbar-right-header button{
	    background: #f06022;
    outline: none;
    border-color: #f06022;
    color: #fff;
    border-radius: 0px;
}

.searchbar-right-header button:hover{
	background: #f06022;
	color: #333;
	outline: none;
	border-color: #f06022;
}
/*=====================================header-css-end==========================================*/


/*===================================MEGA MENU============================*/

.dropdown-large {
  position: static !important;
}
.dropdown-menu-large {
  /*margin-left: 74px;*/
  /*margin-right: 16px;*/
  padding: 15px 0px;
}
.dropdown-menu-large > li > ul {
  padding: 0;
  margin: 0;
}
.dropdown-menu-large > li > ul > li {
  list-style: none;
}
.dropdown-menu-large > li > ul > li > a {
  display: block;
  /*padding: 3px 20px;*/
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #808080;
  white-space: normal;
}
.dropdown-menu-large > li ul > li > a:hover,
.dropdown-menu-large > li ul > li > a:focus {
  text-decoration: none;
  color: #f06022;/*#262626*/
  background-color: #f5f5f5;
}
.dropdown-menu-large .disabled > a,
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  color: #999999;
}
.dropdown-menu-large .disabled > a:hover,
.dropdown-menu-large .disabled > a:focus {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}
.dropdown-menu-large .dropdown-header a {
  color: #000000 !important;
  font-size: 18px;
}
.dropdown-header {
        padding:0px;
        border-bottom:1px solid #666666
    }

@media (max-width: 768px) {
  .dropdown-menu-large {
      background-color:#fff !important;
    margin-left: 0 ;
    margin-right: 0 ;
  }
  .dropdown-menu-large > li {
    /*margin-bottom: 30px;*/
  }
  .dropdown-menu-large > li:last-child {
    margin-bottom: 0;
  }
  .dropdown-menu-large .dropdown-header a{
      /*color: #fff !important;*/
    /*padding: 3px 15px !important;*/
  }
   .dropdown-header {
        padding:0px !important;
    }  
}


.mega-menu{
	left: -133px;
    width: 1141px;
}

.mega-ul{
	list-style-type: none;
}

.mega-li{}

 .bordterm {
    padding-left:5px;
    vertical-align:top;
    border:1px solid black;
}

.display_product_main_box {
    background: #F8F8F8;
    width: 100%;
    height: auto;
    /*margin-top: 20px;
	margin-bottom: 10px;*/
}

p.sort_filter select {
    float: left;
    width: 200px;
    font-size: 14px;
    height: 18px;
    line-height: 18px !important;
    padding-top: 3px;
    padding-bottom: 3px;
    box-sizing: content-box;
    padding-right: 5px;
	margin-bottom: 10px;
	color: #F06022;
}

.sidebar_filters{
	background: #fff;
	/*min-height: 500px;*/
}

.filter_box{
	background: #fff;
	
}

.sort_filter{
	
}
/*======================mega menu=========================*/

/*===========================navigation style start======================*/
.navbar-nav>li>a {

    line-height: 7px;
	}

.navbar{
	margin-bottom: 0px;
        /*z-index: 2000;*/
}
.navbar-default {
	background-color: #f06022;
    border-color: transparent;
    border-radius: 0px;
    min-height: 40px;
	border:none;
	}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: #fff;
    background-color: #ff5d17;
	font-size:18px;
}

.navbar-default .navbar-nav>li>a{
	color: #fff;
	font-size:16px;
	padding: 17px;
	border-right: 1px solid #fff;
}
.navbar-default .navbar-nav>li>a:hover{
	background-color: #ff5d17;
	color: #fff;
}

.navbar-default .navbar-nav>li>a:focus{
	background-color: #ff5d17;
	color: #fff;
}

.navbar-collapse {
    padding-right: 0px;
    padding-left: 0px;
}

.navbar-default .navbar-nav>.open>a:focus{
	background-color: #ff5d17;
	color: #fff;
}

/*===========================navigation style end======================*/

/*============================Home start===================================*/
.divimgh{
    width:100%;height:177px;position: relative;background-color: white;
}
.divimginh {
    max-width: 69%;
    max-height: 135px;
    vertical-align: middle;
    /* z-index: 2; */
    position: absolute;
    top: 50%;
    left: 50%;
    /* margin-right: -50%; */
    /*margin: 0px auto;*/
     transform: translate(-50%, -50%); 
}
/*===========================top four start======================*/
.top_four{
	padding: 0px;
	cursor: pointer;
}

.top_four img{
	/*width: 100%;*/
}

.four_boxes_caption{
	text-align: center;
    margin-top: -45px;
    background: rgba(0, 0, 0, 0.70);
    padding: 10px;
    font-size: 18px;
    box-sizing: border-box;
	color:#fff;
	cursor: pointer;
	position: absolute;
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	-o-transition:all .2s ease;
	transition:all .2s ease;
}

.high{
	color: #ff5d17;
    /*font-size: 16px;nathan ch*/
    font-size: 18px;
	-webkit-transition:all .2s ease;
	-moz-transition:all .2s ease;
	-o-transition:all .2s ease;
	transition:all .2s ease;
}

.top_four:hover .four_boxes_caption{
	background: rgba(240, 96, 34, 0.7);
    padding: 15px;
    margin-top: -55px;
	box-sizing: border-box;
}

.top_four:hover .high{
	color: #303030;
}
/*===========================top four end======================*/
.high_1{
	color: #ff5d17;

}

.title_section{
	float: left;
    background: #303030;
    width: 100%;
    color: #fff;
    padding: 10px;
}

/*===========================main body start======================*/
.top_two_add_1{
	padding: 0px 5px 0px 0px;
}

.top_two_add_2{
	padding: 0px 0px 0px 5px;
}

.top_two_img_wrapper{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.top_two_add_1 img, .top_two_add_2 img{
	width: 100%;
}

.overlay {
  position: relative;
}


.overlay:after {
	position: absolute;
    content: "";
	margin-top:-466px;
    width: 100%;
    min-height: 466px;
    background: /*#f06022*/ rgba(0,0,0,.5);
	-webkit-transform:scale(0,0);
	-moz-transform:scale(0,0);
	-o-transform:scale(0,0);
	transform:scale(0,0);
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease;
}

.top_two_img_wrapper:hover .overlay:after{
	-webkit-transform:scale(1,1);
	-moz-transform:scale(1,1);
	-o-transform:scale(1,1);
	transform:scale(1,1);
	
}

.top_two_heading{
	position: absolute;
	margin-top: -250px;
	text-align: center;
	height: auto;
	padding: 10px;
	box-sizing: border-box;
	width: 100%;
	z-index: 1000;
}

.top_two_heading h1{
	font-family: big_noodle;
	color: #fff;
	font-size: 70px;
	    margin: 20px 0px 0px;
}

.top_two_heading p{
	color: #fff;
	font-size: 16px;
}

.top_two_heading button{
	background: transparent;
    border-radius: 0px;
    width: 120px;
    height: 30px;
    line-height: 15px;
    color: #fff;
}

.top_two_heading button:hover{
	background: #f06022;
	border-color: #f06022;
	color: #fff;
}

.top_two_heading button:focus{
	background: #f06022;
	border-color: #f06022;
	color: #fff;
	outline: none;
}

.top_two_heading button:active{
	background: #f06022;
	border-color: #f06022;
	color: #fff;
}
.btn-default:active:hover{
background: #f06022;
	border-color: #f06022;
	color: #fff;
	outline: none;
	
}

.full_width_add{
    padding: 10px 0px 10px 0px;
}

.full_width_add img{
	width:100%;
}

.overlay_full_width {
  position: relative;
}


.overlay_full_width:after {
	position: absolute;
    content: "";
	margin-top:-512px;
    width: 100%;
    min-height: 512px;
    background: /*#f06022*/ rgba(0,0,0,.5);
	-webkit-transform:scale(0,0);
	-moz-transform:scale(0,0);
	-o-transform:scale(0,0);
	transform:scale(0,0);
	-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease;
}

.top_two_img_wrapper:hover .overlay_full_width:after{
	-webkit-transform:scale(1,1);
	-moz-transform:scale(1,1);
	-o-transform:scale(1,1);
	transform:scale(1,1);
	
}

.overlay_banner_4 {
  position: relative;
}

.overlay_banner_4:after {
    position: absolute;
    content: "";
    margin-top: -354px;
    width: 100%;
    min-height: 354px;
    background: /*#f06022*/ rgba(0,0,0,.5);
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.top_two_img_wrapper:hover .overlay_banner_4:after{
	-webkit-transform:scale(1,1);
	-moz-transform:scale(1,1);
	-o-transform:scale(1,1);
	transform:scale(1,1);
	
}

.overlay_banner_5 {
  position: relative;
}

.overlay_banner_5:after {
    position: absolute;
    content: "";
    margin-top: -353px;
    width: 100%;
    min-height: 353px;
    background: /*#f06022*/ rgba(0,0,0,.5);
    -webkit-transform: scale(0,0);
    -moz-transform: scale(0,0);
    -o-transform: scale(0,0);
    transform: scale(0,0);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.top_two_img_wrapper:hover .overlay_banner_5:after{
	-webkit-transform:scale(1,1);
	-moz-transform:scale(1,1);
	-o-transform:scale(1,1);
	transform:scale(1,1);
	
}
/*===========================main body end======================*/

/*===========================footer-link-start======================*/
.brand{
	
}
.footer_link{
	margin-top: 10px;
    border-top: 10px solid #f06022;
	border-bottom: 10px solid #f06022;
	padding: 10px;
	background: #303030;
}

.links{
	
}

.links ul{
	list-style-type: none;
	display: block;
}

.list_head{
	font-size:18px;
	text-decoration: underline;
	color: #f06022 !important;
}

.links ul li a{
	color: #fff;
}

.main_footer{
	padding: 10px;
	background: #303030;
}
address{
	color: #fff;
/*    border-top: .8px solid #353535;*/
    margin: 10px;
}

.clr{
	color:#f06022;
}
.mm{
	margin-top: 49px;
}
.fb{
	float: right;
}
/*===========================footer-link-end======================*/






/*===========================Product_display_page_start======================*/
.product_banner{
	margin-bottom: 10px;
	}

.filter{
 float: right;
	display: block;
	    background: #f06022;
    outline: none;
    border-color: #f06022;
    color: #fff;
    border-radius: 0px;
	}
.filter:hover, .filter:active, .filter:focus{   
	background: #f06022;
    color: #333;
    outline: none;
    border-color: #f06022;
	}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #f06022;
    border-color: #f06022;
}

.pagination>li>a:hover{
	    background-color: #f06022;
    border-color: #f06022;
}


.pagination>li>a:focus{
    background-color: #ffffff;
    border-color: #ddd;
}
.pagination>li>a, .pagination>li>span{
	color:#333;
}
.content_head{
    width: 100%;
    height: 40px;
    margin-top: 10px;
    text-align: left;
    float: left;
	}
.my_side_bar{
	height:500px;
	background: #fff;
	}
.sidebar{
	padding: 0px 0px 0px 15px;
}

.title_sidebar{
	float: left;
	background: #303030;
	width: 100%;
	color: #fff;
	padding: 10px;
	margin: 0px;
}

.filter_heading{
	background: #333;
    font-size: 17px;
    color: #f06022;
    padding: 5px 7px;
}

.filter_heading p{
	margin-bottom: 0px;
}

.filter_content{
	padding:2px 5px;
}
.product_box{
      
	background: #fff;
	    margin-bottom: 10px;
}

.title_product{
	float: left;
	background: #303030;
	width: 100%;
	color: #fff;
	padding: 5px 5px;
	text-align: center;
	line-height: 15px;
	height: 40px;
}

.product_box:hover .title_product{
	background: #F06022;
}

.title_product p{
	margin-bottom: 0px;	
}

.filter_content ul {
	list-style-type: none;
}


.filter_content ul li input {
	    margin-right: 08px;
	    width: 15px;
    height: 15px;
}


.product_content{
	padding:5px 25px;
	margin-top: 10px;
	}

.margin_bottom_zero{
	margin-bottom: 0px;
}

.thumbnail {
    background-color: transparent !important;
    border: none !important;
}

.product_content{
	border-bottom:5px solid #303030;
	padding:0px 10px;
}

.price_box{
    width: 90px;
    height: 90px;
    background: #f06022;
    /* margin-top: -50px; */
    z-index: 10;
    position: absolute;
    bottom: 10px;
    right: 25px;
    border-radius: 50px;
	padding: 15px 0px 15px 0px;
    text-align: center;
    line-height:13px;
}

.price_box:hover{
	background: #ff5d17;
}

.price_box p, .price_box h3{
	padding: 0px;
	margin: 0px;
}

.price_box h3{
	color: #fff;
}

.product_wrapper{
	margin-bottom: 10px;
	overflow: hidden;
}

.product_filter{
	
}
		.glyphicon:before {
     visibility: visible;
			cursor: pointer;
}
.glyphicon.glyphicon-ok:checked:before {
	color: #f06022;
}
input[type=checkbox].glyphicon{
     visibility: hidden;        
}


.proimga {
    float: left;
    width: 100%;
    height: 200px;
    /* background-color: White; */
    vertical-align: middle;
    position: relative;
}

.proimg {
    max-width: 150px;
    max-height: 150px;
    vertical-align: middle;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}


.smlMatrix{ width:80%; font-family:Trebuchet MS; margin:2px 2px 2px 2px; padding:0px; border:1px solid #c4c4c4; text-align:center; font-size:small; }
.smlMatrixEntered{ width:90%; font-family:Trebuchet MS; margin:2px 2px 2px 2px; padding:0px; border:1px solid #c4c4c4; text-align:center; font-size:small; background-color:#FFCC99; }
.matrixpricenew
{
	font-size:8pt;
	/*background-color:#CCCCCC;*/		
}
.MatrixBorderLeft
{
	border-left: solid 1px #6B6B6B;	
}
.ProductDetailPrices
{
	background-color:#FF7113;
	margin: 3px 0px 3px 0px;
    width: 100%;
	float:left;
	text-align:right;
	color:White;
	padding-right:20px;
	
	vertical-align:middle;
	font-size:11pt;
	font-weight:bold;
	line-height:24px;
	
}
.AddCart {
    border-radius: 10px;
    background-color:greenyellow;
    float: right;
    /* margin: 50px auto; */
    width: 120px;
    height: 120px;
    border-left: 10px solid #555;
    border-right: 10px solid #555;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-position: 0 0, 0 100%;
    background-repeat: no-repeat;
    -webkit-background-size: 100% 10px;
    -moz-background-size: 100% 10px;
    background-size: 100% 10px;
    background-image: -webkit-linear-gradient(left, #555 0%, #555 100%), -webkit-linear-gradient(left, #555 0%, #555 100%);
    background-image: -moz-linear-gradient(left, #555 0%, #555 100%), -moz-linear-gradient(left, #555 0%, #555 100%);
    background-image: -o-linear-gradient(left, #555 0%, #555 100%), -o-linear-gradient(left, #555 0%, #555 100%);
    background-image: linear-gradient(to right, #555 0%, #555 100%), linear-gradient(to right, #555 0%, #555 100%);
}
/*===========================Product_display_page_end======================*/
.product_bulk {
    margin-right: 2%;
    text-align:center;
    float:left;
    width:23%;
    color:#303030;
    border-top:2px solid #f06022;
    /*background-image: -webkit-linear-gradient(top , rgba(240, 96, 34, 0.45) 0%, rgba(240, 96, 34, 0.68) 100%), -webkit-linear-gradient(top , rgb(240, 167, 34) 0%, #f06022 100%);
    background-image: -moz-linear-gradient(top , rgba(240, 96, 34, 0.45) 0%, rgba(240, 96, 34, 0.68) 100%), -moz-linear-gradient(top , rgb(240, 167, 34) 0%, #f06022 100%);
    background-image: -o-linear-gradient(top , rgba(240, 96, 34, 0.45) 0%, rgba(240, 96, 34, 0.68) 100%), -o-linear-gradient(top , rgb(240, 167, 34) 0%, #f06022 100%);
    background-image: linear-gradient(to bottom, rgba(240, 96, 34, 0.45) 0%, rgba(240, 96, 34, 0.68) 100%), linear-gradient(to bottom, rgb(240, 167, 34) 0%, #f06022 100%);*/
    /*border-radius: 9px;*/
    background-color: #eeeeee;/*#f06022*/
}

product_container{
	width:80%;
	float: left;
	height: 500px;
	}
	
.thumbnail{
	padding:10px 10px 10px 10px;
}
.thumbnail_1{
	display: block;
	padding: 4px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	}
	
.thumbnail_1 img{
	margin-left:auto;
	margin-right:auto;
	
}


.thumbnail>img, .thumbnail a>img {
	-transition:all .5s ease;
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	-o-transition:all .5s ease;
}
.product_content{
	padding:5px 25px;
	margin-top: 10px;
	}
	


.display_product_main_box{
	background:#fff;
	width:100%;
	height:auto;
	/*margin-top:60px;*/
	}
	
.main_thumbnail{
	float: left;
	height: auto;
	width: 70px;
	margin-right: 40px;
	margin-left: 20px;
	}

.small_thum{
	float:left;
	display:block;
	width:50px;
	height:50px;
	margin:10px;
	border:1px solid #DDD;
	}
	
.desplay_product_image{
	float: left;
    text-align: center;
    height: 278px;
    /*width: 225px;*/
    line-height: 200px;
	/*margin-top: 10px;*/
	padding: 35px 10px
	}

.desplay_product_image a img{
	max-width:100%;
    max-height :200px;
    /*display:block;
    margin:0px auto;*/
	}

.product_detail_1{
	/*width: 94%;*/
	height: auto;
	margin-top: 20px;
	padding: 0% 3%;
	}
	
.product_detail_2{
	width: 96%;
    height: auto;
    padding: 0px 0px 0px 8px;
    margin-top: 15px;
    border: 1px solid #DDD;
	}
	

.border_dotted{
	border-bottom: 1px dashed #CBCBCB;
	border-top: 1px dashed #F5F5F5;
	}
	
.smart_lbl{
	display: block;
	float: left;
	/*height: 30px;
	width: 150px;*/
	color: #7C7C7C;
	font-weight: 100;
	/*padding-top: 7px;*/
	font-size: 14px;
	}
	
.smart_lbl:hover{
	color:#F06022 ;
	}
.smart_selct{
	float: left;
	width: 120px !important;
	height:25px !important;
	}
	
.redfoot{
	padding:10px 0px;
	width:100%;
	background: #BA3636;
	}
	
.cart_btn_top{
	    background: #f06022;
    outline: none;
    border-color: #f06022;
    color: #fff;
    border-radius: 0px;
}
.cart_btn_top:hover, .cart_btn_top:active, .cart_btn_top:focus{   
	background: #f06022;
    color: #333;
    outline: none;
    border-color: #f06022;
}

.margin_top_zero{
	margin-top: 0px;
	}
	

		.glyphicon:before {
     visibility: visible;
}
.glyphicon.glyphicon-star-empty:checked:before {
    content: "\e006";
	color: #f06022;
}
input[type=checkbox].glyphicon{
     visibility: hidden;        
}
	.smtext{
		color: red;
		    font-size: 9px;
    text-decoration: underline;
	}
	
.matrix{
	width: 100%;
	/*min-height: 150px;
	background: #fff;*/
	padding:10px;
	
	}
	
.matrix_tab{
	}
	
.matrix_tab li a{
	color:#333;
	}
	
.matrix_content{
	padding:10px;
	border-top: 0px solid #ddd;
	border-left: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-radius: 4px;
	}
	
.nav-tabs>li.active>a{
	color:#f06022; 		
	}
	
.nav-tabs>li.active>a:hover{
	color:#ff5d17; 		
	}
	
.nav-tabs>li.active>a:focus{
	color:#f06022; 		
	}
	
.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd;
}
	
.customer_review_heading{
		border-bottom:1px solid #ddd;
	padding-bottom:5px;
	}

.customer_name{
	font-weight: 100;
	    margin-bottom: 3px;
	}

.customer_name mark{
	color: #f06022;
	
	}
.customer_name mark:after{
	content: " :";
	}

.rating_star{
	color: #f06022;
	border-bottom:1px solid #f7f7f7;
	}
	
.customer_review:after, .customer_review:before{
		content: "''";
	}

	
/*=========================================================Place_order_page====================================================*/
	
.place_order{
	padding: 10px 0px;
	}
	
/*.panel-default>*/
.mypannel_heading{
	color: #f06022;
    background-color: #ffffff;
    border-color: #ffffff;
    border-radius: 0px;
    height: 50px;
    padding: 15px 15px;
	}
.mypannel_title{
	 font-size: 18px;
	}
.address_box{
	background: #eee;
	padding:10px 20px;
	border-radius: 5px;
    margin-bottom: 10px;
	}

.address_name{
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 5px;
	font-weight: bold;
	    font-size: 16px;
height: 42px;
    line-height: 18px;
	}

.address_ad{
		border-bottom: 1px solid #e0e0e0;
	padding-bottom: 5px;
    height:66px;
	}
	
.address_number{
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 5px;
    height: 27px;
	}

.address_email{
	border-bottom: 1px solid #e0e0e0;
	padding-bottom: 5px;
    height: 45px;
	}

.edit_delete{
	position: absolute;
	z-index: 100;
	right: 20px;
	}

.edit_delete a{
	    color: #333;
    text-decoration: none;
	padding: 0px 2px;
	}
.edit_delete a:hover{
	    color: #f06022;
    text-decoration: none;
	}
	.address_box:hover .address_name{
		color: #f06022;
	}
	
	.amnt_payble{
		font-size: 20px;
	}

.collapse1 {
    border-top:1px solid #ddd;
}
/*===================================================Place_order_page_end====================================================*/
	

/*===================================================Shopping Cart_page_start========================================*/
	.my_shopping_cart{
	background: #fff;
	}
	
.cart_discription{
	width: 350px;
	}
.cart_remove{
	width: 20px;
	color: red;
	}
.cart_100{
	width: 100px;
	}
.cart_80{
	width: 80px;
	}
.cart_60{
	width: 60px;
	}
.my_shopping_cart .table-bordered>tbody>tr>td{
	vertical-align: middle;
	height: 100px;
	}
.cart_body{
	min-height: 80px;
	}
	
	.discription_box{
		float: left;
		width: 100%;
		height: auto;
	}
	
	.discription_box_1{
		float: left;
		width: 92%;
		height: auto;
	}
	.discription_header{
		background: #1672E0;
		padding: 10px;
		font-size: 18px;
		color: #fff;
		border-radius: 8px 8px 0px 0px;
	}
	
	.discription_box_1 textarea{    
	width: 100%;
    padding: 5px 10px;
    height: 100px;
	}
	
.order_totals{background: #fff;}
	
	.btn_width{
		width:226px;
	}
	
/*===================================================Shopping Cart_page_end========================================*/
	
/*==================================================PopupPage Start===============================================*/

.popup_Container {
    width:450px;
    /*height:350px;*/
}

.popup_ContainerTerms {
    width:770px;
    
}

.popup_ContainerAddress {
    width:600px;
}


.popup_ContainerApr {
    width:640px;
    /*height:350px;*/
}

.popup_Titlebar {
        border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #f06022;
    width: 100%;
    height: 30px;
}

.TitlebarLeft {
        padding-left: 10px;
    float: left;
    color: #fff;
    font-size: 20px;
}

.TitlebarRight {
    margin: 5px 5px 5px 5px;
    width: 20px;
    float: right;
    border-radius: 10px;
    background-color: #333;
    color: #fff;
    cursor: pointer;
}

.PopupBody {
    float:left;
    /*background-color:#fff;*/
    width:100%;
    /*height:300px;*/
}

.Background
        {
            background-color: Black;
            filter: alpha(opacity=90);
            opacity: 0.8;
        }

.panreg {
    overflow:auto;
    background-color:#fff;
    padding-top:15px;
}

.framelog {
    width:100%;
    /*height:250px;*/
    
}
.popup_ContainerLogo {
    width:1000px;
}

.popup_ContainerOrder {
    width:1000px;
}

.framelogo {
    width:100%;
    height:300px;
}

/*==================================================PopupPage End===============================================*/	

/*===================================================Existing Login start========================================*/
	.existing_main_wrapper{


	}

.logfl {
    line-height:15px;
}

.logpop {
    
    margin:0 auto;
}
	
.panel-default>.mypannel_heading_1{
	color: #f06022;
    background-color: #ffffff;
    border-color: #ffffff;
    border-radius: 0px;
    height: 100px;
    padding: 15px 15px;
	}
.mypannel_title_1{
	     font-size: 20px;
    margin: 15px 80px 10px 80px;
	}

.heading_img{
	float: left;
	width: 70px;
	}
	
.panel-default>.mypannel_heading_1 p{
		margin: -10px 80px;
    color: #303030;
	}

.input_login{
		border-radius: 0px;
	text-align: left;
    
    /*max-width:250px;*/
    height:30px;
	}
	.input_login:focus{
		border-color: #f06022;
	}

.labht {
    line-height:30px;
}

.forgot{
	
	}
.textarea_order{
	width:100%;
	min-height: 80px;
	padding: 5px 7px;
}

.textarea_order:focus{
		border-color: #f06022 !important;
	}
.input::after{
		content: "*";
	}

/*.star{}

.star input::after {
 content:"*";
 color:red;
}*/
/*===================================================Existing Login end========================================*/

/*=====================================================Checkout Start============================================*/

.labvis {
    display:none;
}
/*=====================================================Checkout End============================================*/

.disabled{
    pointer-events: none;
    color:#ccc;    
}
/*===================================================Carousel================================*/


/*===================================================My Account start========================================*/	
.myaccount_side{
		
	}

.myaccount_side a{
		color: #303030;
	background: #e2e2e2;
	}

	.myaccount_side a:hover{
	color: #fff;
	background: #f06022 !important;	
	}
.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    color: #fff;
    background-color: #f06022;
}
	
.badge {
    background-color: #f06022;

}

.my_orders{
		width: 100%;
		display: block;
	}
	
.myorderhead_1{
	width: 130px;
		font-weight: bold;
	}
.myorderhead_2{
	width: 200px;
	font-weight: bold;
	}

.myorderbtn{
	width:100px;
	}
.order_date_head{
	margin-top: 5px;
	margin-bottom: 5px;
	}

.order_disc{
	text-align: left;
	width:300px;
	vertical-align: middle !important;
	}
	.order_discription_table{	
	}

	.order_btn{
		vertical-align: middle !important;
	}

	.order_image{
		width:120px;
	}

	.myorderbtn_1{
		width:175px;
	}
/*===================================================My Account end========================================*/
	
	
/*===================================================brand start========================================*/
	.brand_title{
		float: left;
		background: #303030;
		width: 100%;
		color: #fff;
		text-align: center;
		height: 40px;
	}
	
	.brand_wrapper{
		float: left;
		width: 100%;
		margin-top: 10px;
		border-bottom: 5px solid #303030;
		min-height: 200px;
		background: #fff;
	}
	
	
	
	
	.brand_wrapper:hover{
	border-bottom: 5px solid #f06022;

	}
	
	.brand_image{
		margin: 10px 12px;
	}
	
	
	.about_discription{
		float: left;
		text-align: justify;
	}
	
	.about_discription h4{
		color:#f06022;
	}
	.our_warehouse{
		color:#f06022;
	}
	
	.our_warehouse img{
		width: 100%;
	}
	
	.map{
		float: left;
		width: 100%;
		max-height: 300px;
	}
	
	.map iframe{
		width: 100%;
		height: auto;
	}
	
	.location_map{
		color: #F06022;
	}
	
	.map-responsive{
    overflow:hidden;
    padding-bottom:50%;
    position:relative;
    height:0;
	border:4px solid #fff;
	border-radius:5px;
	-webkit-box-shadow:0px 0px 3px #bfbfbf;
	-moz-box-shadow:0px 0px 3px #bfbfbf;
	-o-box-shadow:0px 0px 3px #bfbfbf;
	box-shadow:0px 0px 3px #bfbfbf;
		
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
	
/*===================================================brand start========================================*/
	
/*===================================================Contact_start========================================*/
	.address_contact{
		color:#303030;
	}
/*===================================================Contact_end========================================*/

/*===============================================Terms start=============================================*/
 .termhead {
    color: #f06022;
    font-size: 20px;
    text-decoration: none;
}
 .termh a:hover {
    color: #f06022 !important;
    
    text-decoration: none !important;
}

 .termh a:visited {
    color: #f06022 !important;
    
    text-decoration: none !important;
}

.termtabbord {
    border-right:1px solid;
}
/*===============================================Terms end=============================================*/
/*==================================================Cart Popup Start===========================================*/
.cart_box{
	width: 333px;
	height: auto;
	position: absolute;
	top: 78px; /*100%*/
	z-index: 200;
	right: 115px; /*2.6%*/
	/*border-radius: 5px;*/
	display:none;
	padding:10px;
	background: rgb(240, 96, 34);
    background: -moz-linear-gradient(top, rgba(152,26,26,1) 0%, rgba(214,62,62,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(152,26,26,1)), color-stop(100%, rgba(214,62,62,1)));
    background: -webkit-linear-gradient(top, rgb(240, 96, 34) 0%, rgb(240, 96, 34) 100%);
    background: -o-linear-gradient(top, rgba(152,26,26,1) 0%, rgba(214,62,62,1) 100%);
    background: -ms-linear-gradient(top, rgba(152,26,26,1) 0%, rgba(214,62,62,1) 100%);
    background: linear-gradient(to bottom, rgb(240, 96, 34) 0%, #a94442 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#981a1a', endColorstr='#d63e3e', GradientType=0 );
	}

.cart_top_head{
	width:100%;
	height:70px;
	margin-bottom:5px;
	border-bottom:dashed 1px #000000;
	float:left;
	}
.qty_star{
  float: left;
  width: 65px;
  height: 65px;
  margin-top: 2px;
  background: url(../images/cart_star.png) no-repeat;
  text-align: center;
  padding: 15px;
  font-size: 26px;
  color: #fff;
	}
.cart_details{
	background: #5b5f66; /* Old browsers */
background: -moz-linear-gradient(top,  #5b5f66 0%, #000000 100%)!important; /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5b5f66), color-stop(100%,#000000))!important; /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #5b5f66 0%,#000000 100%)!important; /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #5b5f66 0%,#000000 100%)!important; /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #5b5f66 0%,#000000 100%)!important; /* IE10+ */
background: linear-gradient(to bottom,  #5b5f66 0%,#000000 100%)!important; /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b5f66', endColorstr='#000000',GradientType=0 )!important; /* IE6-9 */
  color: #fff !important;
  height: 30px;
  padding: 4px 20px !important;
	}

.cart_items_top{
	  width: 100%;
	  height: auto;
	  margin-bottom: 5px;
	  border-bottom: dashed 1px #000000;
	  float: left;
	  padding-bottom: 10px;
	}
	
.tbl_pro{
	width:50%;
	text-align:left;
	color:#fff;
	}

/*==================================================Cart Popup End===========================================*/