

/* General Styles */
body{
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #F0F0F0;
  overflow-x: hidden;
}

.btn-success {
  background-color: green !important;
  border-color: black !important;
  color: white !important;
}
.btn-success:hover,
.btn-success:focus {
  background-color: #46D8A7 !important;
  border-color: black;
}

.btn-primary {
  background-color: green !important;
  border-color: black !important;
  color: white !important;
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #46D8A7 !important;
  border-color: white;
}

.btn-info {
  background-color: #green; !important;
  border-color: black !important;
  color: black !important;
}
.btn-info:hover,
.btn-info:focus {
  background-color: #green !important;
  border-color: black;
}

/* Top  Styles */
#top{
  background: #555;
  padding: 10px 0;
}

#top .offer{color: #FFF;}

#top .offer .btn{text-transform: uppercase;}

#top a{color: #FFF;}

#top ul.menu{
  padding-top: 5px;
  margin: 0px;
  text-align: right;
  font-size: 12px;
  list-style: none;
}

#top ul.menu > li{
  display: inline-block;
}

#top ul.menu > li a{
  color: #EEE;
}

#top ul.menu > li + li:before{
  content: "|\00A0";
  color: #F7F7F7;
  padding: 0 5px;
}

/* Header Styles */
.navbar{background: #FFF;}

.navbar-collapse .right{float:right;}

.navbar-brand{
  float: left;
  padding: 10px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 70px;
}

.navbar-brand:hover,
.navbar-brand:focus{
  text-decoration: none;
}

.navbar ul.nav > li > a{
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}

.navbar ul.nav > li > a:hover{
  background: #E7E7E7;
}

.padding-nav{
  padding-top: 10px;
}

.btn-primary{
  color:rgb(255, 255, 255);
  background: rgb(79, 191, 168);
  border-color: rgb(65, 179, 156);
}

#search .navbar-form{
  float: right;
}

#search{
  clear: both;
  border-top: solid 1px #9ADACD;
  text-align: right;
}

#search .navbar-form .input-group{
  display: table;
}

#search .navbar-form .input-group .form-control{
  width: 100%;
}

#slider{
  margin-bottom: 40px;
}

/* Advantages styles */
#advantages{
  text-align: center;
}

.box{
  background: #FFF;
  margin: 0 0 30px;
  border: solid 1px #E6E6E6;
  box-sizing: border-box;
  padding: 20px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, .3);
}

#advantages .box .icon{
  position: absolute;
  font-size: 120px;
  width: 100%;
  text-align: center;
  top: auto;
  left: 0px;
  height: 100%;
  float: left;
  color: #DADADA;
  box-sizing: border-box;
  z-index: 1;
}

#advantages .box h3{
  position: relative;
  margin: 0 0 20px;
  font-weight: 300;
  text-transform: uppercase;
  z-index: 2;
}

#advantages .box h3 a{
  color: #4FBFAB;
}

#advantages .box h3 a:hover{
  text-decoration: none;
}

#advantages .box p{
  position: relative;
  z-index: 3;
  color: #555;
}

/* Latest Products styles */
#hot h2{
  font-size: 30px;
  font-weight: 400;
  color: #4FBFAB;
  text-align: center;
  text-transform: uppercase;
}

#content{
  padding-left: 25px;
}

.single{
  width: 290px;
}

#content .product{
  background: #FFF;
  border: solid 1px #E6E6E6;
  margin-bottom: 30px;
  box-sizing: border-box;
}

#content .product .text{
  padding: 10px 10px 0px;
}

#content .product .text p.price{
  font-size: 18px;
  text-align: center;
  font-weight: 400;
}

#content .product .text .button{
  text-align: center;
  clear: both;
}

#content .product .text .button .btn{
  margin-bottom: 10px;
}

#content .product .text h3{
  text-align: center;
  font-size: 20px;
}

#content .product .text h3{
  color: rgb(85, 85, 85);
}

/* Products Categories and Categories Styles */
#content .panel.sidebar-menu{
  box-sizing: border-box;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, .5);
}

#content .panel.sidebar-menu ul.nav.category-menu{margin-bottom: 20px;}

#content .panel.sidebar-menu ul.nav.category-menu li a{
  text-transform: uppercase;
  font-weight: 600;
}

#content .panel.sidebar-menu h3{
  padding: 5px 0px;
  margin: 0px;
}

/* Details.php Styles */
#content #productMain{
  margin-bottom: 30px;
}

#content #productMain .price{
  font-size: 30px;
  font-weight: 300;
  text-align:center;
  margin-top: 30px;
}

#content #mainImage{
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.7);
}

#content #thumbs a{
  display: block;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.5);
  border: 2px solid transparent;
}

#content .headline{
  height: 255px;
}

#content #cart .table tbody tr td img{
  width: 50px;
}

/*Cart.php Styles*/
#content #cart .table tbody tr td input{
  width: 40px;
  text-align: right;
}

#content #cart .table tbody tr td{
  vertical-align: middle;
}

#content #cart .table tfoot{
  font-size:18px;
}

.box .box-footer{
  background-color: #F7F7F7;
  margin: 30px -20px 20px;
  padding: 20px;
  border-top: 1px solid #EEE;
}

.box .box-footer:before,
.box .box-footer:after{
  content: "";
  display: table;
}

.box .box-footer:after{
  clear: both;
}

.box .box-header{
  background-color: #F7F7F7;
  margin: -20px -20px 20px;
  padding: 20px;
  border-top: 1px solid #EEE;
}

#content #order-summary table{
  margin-top: 20px;
}

#content #order-summary table td{
  color: #999;
}

#content #order-summary table tr.total td,
#content #order-summary table tr.total th{
  font-size: 16px;
  color: #555;
  font-weight: 600;
}



/* Footer Styles */
#footer{
  background: #E0E0E0;
  padding: 20px 0;
}

#footer a{
  color: #999;
  padding: 0;
  text-decoration: none;
}

#footer a:hover{
  color: #666;
}

#footer ul{
  list-style: none;
  padding-left: 0px;
}

#footer .social{text-align: left;}

#footer .social a{
  margin: 0 10px 0 0;
  color: #FFF;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  line-height: 30px;
  font-size: 15px;
  text-align: center;
  vertical-align: bottom;
  background: #555;
  text-decoration: none;
}

#footer .social a:hover{
  color: #DEDEDE;
  background: #777;
}

/*Copyright Styles*/
#copyright{
  background: #333;
  color: #CCC;
  padding: 20px 0px;
  font-size: 12px;
}

#copyright p{
  margin: 0px;
}

/* Breadcrumb Styles*/
.breadcrumb{
  padding: 8px;
  margin-bottom: 20px;
  background: #FFF;
  border-radius: 5px;
  box-shadow: 0px 1px 5px rgba(0, 0, 0, .5);
}

.breadcrumb > li + li:before{
  content: ">\00A0";
  color: #CCC;
}

.center-all{
  text-align: center;
}

/* Responsive behaviors */
@media(max-width: 991px){
  #top{
    font-size: 12px;
    text-align: center;
  }

  #top .offer{margin-bottom: 10px;}

  #top ul.menu{text-align: center;}

  .breadcrumb{
    padding: 8px 0;
    text-align: center;
  }

}

@media(max-width: 768px){
  .single{
    width: 70%;
    margin: 0 auto;
  }

  .content-responsive{
    width: 70%;
    margin: 0px auto;
  }

}

@media(max-width: 550px){
  .content-responsive{
    width: 95%;
    margin: 0px auto;
  }
}

/* For Firefox Only */
@-moz-document url-prefix(){
  .form-height-custom{
    height: auto;
  }
}

.flex-container{
  display: flex;
  flex-wrap: wrap;
}
