/* Small devices (tablets, 768px and up) */
    @media (min-width: 768px){ 
      #search-input{ 
        width: 40% !important
      }
      #navbar-search-input:focus{ 
        width: 100px; 
      }
    }

    /* Medium devices (desktops, 992px and up) */
    @media (min-width: 992px){ 
      #navbar-search-input{ 
        width: 500px; 
      }
      #navbar-search-input:focus{ 
        width: 500px; 
      } 
    }
	
	.main-header #navbar-search-input.form-control:focus, .main-header #navbar-search-input.form-control:active {

    background: #fff;
    border-color: transparent;

}

    .word-wrap{
      overflow-wrap: break-word;
    }
    .prod-body{
      height:300px;
    }

    .box:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    }
    .register-box{
      margin-top:20px;
    }

    #trending{
      list-style: none;
      padding:10px 5px 10px 15px;
    }
    #trending li {
      padding-left: 1.3em;
    }
    #trending li:before {
      content: "\f046";
      font-family: FontAwesome;
      display: inline-block;
      margin-left: -1.3em; 
      width: 1.3em;
    }

    /*Magnify*/
    .magnify > .magnify-lens {
      width: 100px;
      height: 100px;
    }
	
	.main-header .navbar {

    -webkit-transition: margin-left .3s ease-in-out;
    -o-transition: margin-left .3s ease-in-out;
    transition: margin-left .3s ease-in-out;
    margin-bottom: 0px;
    margin-left: 230px;
    border: none;
    min-height: 55px;
    border-radius: 0;
    padding-top: 2px;
    background-color:#2874f0;

}	
	.bgcategory{
	background-color: #ffffff;
    margin-bottom: 0;
    border: none;
    min-height: 40px;
    border-radius: 0;
	}
	
	@media (max-width: 768px){
	.bgcategory{
	background-color: #cdd4de;
    margin-bottom: 0;
    border: none;
    min-height: 40px;
    border-radius: 0;
	}
	}
	
	.navbar-navcategory > li {

    float: left;
    margin: 0 auto;
    padding: 0 45px;

}

.content {

    min-height: auto;
    padding: 0px;
        padding-right: 15px;
        padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;

}
.index_divspace {
    min-height: auto !important;
}

.index_productname {

    min-height: 100%;
    background-color: #ffffff;
    z-index: 800;
	border-top: 1px solid #02010133;
	margin-top: 15px;

}

.page_banner {

    min-height: 100%;
    z-index: 800;
	margin-top: 15px;

}

.view_all {

    padding: 10px 20px;
	float: left;

}
.displaycontainer {

    width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.btn-group, .btn-group-vertical {

    position: relative;
    display: inline-block;
    vertical-align: middle;
    float: right;

}

.page-header2 {

    margin: 9px 0 20px 0px;
    font-size: 26px;
    line-height: 28px;
    font-weight: 500;

}

.categoryname-header {

    margin: 10px 0 20px 0;
    font-size: 27px;
    line-height: 1.5;
	font-weight: 500;
	padding-bottom: 9px;
    border-bottom: 1px solid #3870ce;

}

/*-- footer --*/
.footer {
    padding: 0em 0 0em;
    background: #172337;
}
.footer-copy {
    background: #172337;
    padding: 15px;
    color: #fff;
    border-top: 1px solid #d2d6de;
}
.w3_footer_grid h3 {
    color: #ffffff;
    font-size: 1.5em;
    margin-bottom: 1.8em;
    text-transform: uppercase;
}
.w3_footer_grid p{
	color:#afafaf;
	line-height:1.8em;
	margin-bottom:2em;
}
.w3_footer_grid ul li {
    list-style-type: none;
    margin-bottom: 1em;
    color: #afafaf;
    font-size: 14px;
}
.w3_footer_grid ul.address li i {
    color:#fe9126;
    border: 1px solid #fe9126;
    padding: .5em;
    margin-right: 1em;
}
.w3_footer_grid ul.address li span {
    display: block;
    margin-left: 3em;
}
.w3_footer_grid ul li a {
    color: #afafaf;
    text-decoration: none;
}
.w3_footer_grid ul li a:hover {
	color:#fe9126;
}
.w3_footer_grid h4{
	margin:2em 0 1em;
	font-size:1.2em;
	color:#ff9b05;
}
i.fa.fa-arrow-right {
    color: #fe9126;
    margin-right: 10px;
}
.footer-copy1{
	position:relative;
	padding: 2em 0 0;
    border-bottom: 1px solid #F4F4F4;
}
.footer-copy-pos{
	position: absolute;
    right: 14%;
    bottom: -75%;
    width: 50px;
    height: 50px;
    border: 3px solid rgba(254, 155, 5, 0.69);
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    -ms-border-radius: 25px;
    box-shadow: 0px 0px 15px rgba(255, 155, 5, 0.49);
}
.footer-copy p{
	margin:4em 0 0;
	text-align:center;
	color:#999;
	line-height:1.8em;
}
.footer-copy p a{
	color:#ff9b05;
	text-decoration:none;
}
.footer-copy p a:hover{
	color:#999;
}
.w3layouts-foot ul li{
	display:inline-block;
}
.w3layouts-foot ul li a {
    width: 32px;
    height: 32px;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
    display: inline-block;
    font-size: 18px;
    line-height: 32px;
    border-radius: 50%;
}
a.w3_agile_facebook:hover{
	background:#3b5998;
	 border: 1px solid #3b5998;
}
a.agile_twitter:hover{
	background:#1da1f2;
	 border: 1px solid #1da1f2;
}
a.w3_agile_dribble:hover{
	background:#ea4c89;
	border: 1px solid #ea4c89;
}
a.w3_agile_vimeo:hover{
	background:#1ab7ea;
	border: 1px solid #1ab7ea;
}
/*-- //footer --*/

.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {

    background-color: #fff;

}

.navbar-toggle {
    background-color: #2874f0;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {

    background-color: #2874f0cc;

}

.navbar-inverse {

    background-color: #ffffff;
    border-color: #ffffff;

}
.navbar {

    position: relative;
    min-height: 50px;
	margin-bottom: 0px;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;

}
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {

    display: block;

}

.navbar-fonts {
    font-weight: 501;
	color: #030303 !important;
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {

    color: #366fcc;
    background-color: transparent;

}

.navbar-inverse .navbar-nav > li > a {

    color: #090909;
    font-weight: 501;
    font-size: 16px;

}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:focus, .navbar-inverse .navbar-nav > .open > a:hover {

    color: #366fcc;
    background-color: #fff;

}

.margin_probottom {
    margin-bottom: 15px;
}


.mega-dropdown {
  position: static !important;
}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  color: #222;
  padding: 3px 5px;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
}
.mega-dropdown-menu .dropdown-header {
  font-size: 18px;
  color: #ff3546;
  padding: 5px 60px 5px 5px;
  line-height: 30px;
}
.dropdown-categorylink {
  font-size: 18px;
  color: #ff3546;
  padding: 5px 60px 5px 5px;
  line-height: 30px;
}

.all_product{
	min-height: 100%;
background-color: #ffffff;
z-index: 800;
margin-top: 15px;
margin-bottom: 15px;
}
.all_product_header{
	text-align: center;
	border-bottom: 1px solid #3870ce;
	margin-bottom: 9px;
}
.all_product_header_h1{
	margin: 14px 0 14px 0;
	font-size: 27px;
	line-height: 2.5;
	font-weight: 500;;
}
.all_product_header_p{
	margin: 0;
    margin-top: 0px;
    padding: 0;
    font-size: 18px;
    margin-top: -18px;

}
.page_content{
	padding: 9px;
}

.page_content_design {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    background: #fff;
}

.product_page {
    padding: 10px;
}
.cart_center {
    text-align: center;
}

/* Extra Small devices (phones, 480px to up) */
    @media (max-width: 480px){ 
      #banner_css{ 
        width: 100%; 
        height: 100px; 
      }
    }
	
/* Small devices (tablets, 768px and up) */
    @media (min-width: 768px){ 
      #banner_css{ 
        width: 100%; 
        height: 250px; 
      }
    }

    /* Medium devices (desktops, 992px and up) */
    @media (min-width: 992px){ 
      #banner_css{ 
        width: 100%; 
        height: 360px; 
      } 
    }
	
	.delivery_address{
		margin-top: -5px;
	}
	
	.editdelivery_address {
    margin-top: 6px;
    margin-right: 16px;
	}
	.delivery_header_address {
    padding: 0px;
	}
	
/* Small devices (tablets, 768px and up) */
    @media (min-width: 768px){ 
      #navbar-login-input{ 
        width: 60px; 
      }
      #navbar-login-input:focus{ 
        width: 100px; 
      }
    }

/* Medium devices (desktops, 992px and up) */
    @media (min-width: 992px){ 
      #navbar-login-input{ 
        width: 200px; 
      }
      #navbar-login-input:focus{ 
        width: 200px; 
      } 
    }
	
	.main-header #navbar-login-input.form-control:focus, .main-header #navbar-login-input.form-control:active {

    background: #fff;
    border-color: transparent;

}

/* Logo Name */
.navbar-brand {

    float: left;
    height: 50px;
    padding: 14px 1px;
    font-size: 35px;
    line-height: 20px;

}

.main-header {
    position: fixed !important;
    width: 100% !important;
}

.menubarlist {
    margin-top: 55px !important;
}

.myheading{
    font-size: 20px;
    font-weight: bold;
    color: #415f9c;}
.testbtn{background:#2A91D5; border-color: #0D60AC;}
.testbtn:hover,.testbtn:active {
    color: #fff;
    background: #0D60AC;
    border-color: #02776c;
		}
		.catbtn{background:#FFE867; border-color: #FCDA1E; font-size: 20px;
    font-weight: bold; }
.catbtn:hover,.testbtn:active {
    color: #fff;
    background: #FFD800;
    border-color: #FCDA1E;
    font-size: 20px;
    font-weight: bold;
		}
		
	* {
  box-sizing: border-box;
}

form.search input[type=text] {
  padding: 10px;
  font-size: 17px;
  border: 1px solid black;
  float: left;
  width: 400px !important;
  background: #f1f1f1;
}

form.search button {
  float: left;
min-width: 50px;
  padding: 10px;
  background: #2196F3;
  color: white;
  font-size: 17px;
  border: 1px solid black;
  border-left: none;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
form.search input[type=text] {
  padding: 10px;
  font-size: 17px;
  border: 1px solid black;
  float: left;
  width: 100%!important;
  background: #f1f1f1;
} 

form.search button {
  float: left;
 width: 20% !important;
  padding: 10px;
  background: #2196F3;
  color: white;
  font-size: 17px;
  border: 1px solid black;
  border-left: none;
  cursor: pointer;
}
 
    
}

form.search button:hover {
  background: #0b7dda;
}

form.search::after {
  content: "";
  clear: both;
  display: table;
}

