body {
    font-family: 'Open Sans', sans-serif;
    padding-top: 90px;
}

h3 {
    display: inline;
}

.navbar-header {
    width: 100%;
}

#ollie1 {
    max-width: 85%;
}

#desc {
    text-align: justify;
}

.bluecolor {
    color: #138FDC;
}

.thumbnail {
    padding: 15px;
}

#quantity {
    float: left;
}

.customers {
    margin-left: 15px;
    margin-right: 15px;
}

.navbar {
    
    min-height: 50px;
}

#logotoplg {
      display: inline-block;
      margin-right: 8px;
      height: 40px;
      margin-top: 18px;
}

#logotopxs {
      display: inline-block;
      margin-right: 8px;
      height: 35px;
      margin-top: 27px;
      margin-left: 13px;
}
  
#logobottomlg {
      display: inline-block;
      margin-right: 8px;
      height: 60px;
      /*margin-top: 6px;*/
      margin-left: 12px;
}
  
#logobottomxs {
      display: block;
      height: 90px;
      margin-left: auto;
      margin-right: auto;
      margin-top: 15px;
}
  
#cart1 {
      /*background-color:white;*/
      list-style: none;
  }
  
#cart2 {
      margin-top: -15px;
      list-style: none;
  }
  
.cartA {
    margin-top: -50px;
}
  
.list-inline>li {
    margin-left: -10px;
}

.list-inline.buttons {
    float:left;
    margin-left: 8px;
}

#copyrightlg {
    float: right;
    color: #828282;
}

#copyrightxs {
    display:block;
    margin-left: auto;
    margin-right: auto;
}

#parts {
    list-style: none;
    -webkit-padding-start: 0px;
    padding-top: 12px;
}

#signinlink {
    text-align: left;
    margin-left: 900px;
    margin-top: 19px;
    list-style: none;
}

#signin {
    color: #FDCA40;
}

#account {
    color: white;
}

#showmore {
    padding-left: 0px;
}

#wicked {
    margin-bottom: 3px;
}

#leftleft {
    float: left;
}

#rightright {
    float: right;
}

#noborder {
    border: none;
}

.form-control {
    border-radius: 15px;
    margin-top: 14px;
}

.navbar-default.navbar-form {
    border-color: white;
}

@media (min-width: 768px) {
.navbar-form .form-control {
    width: 600px;
}

.navbar-default {
    
    background-color: #138FDC;
}
}

@media (max-width: 760px) {
.navbar-form .form-control {
    width: 225px;
    margin-left: 80px;
    border-radius: 0px;
    margin-top: 10px;
}
.navbar-default {
    background-color: white;
}
.navbar-default .navbar-form {
    
    border: 0px;
    border-color: #ffffff;
}
}

.btn-outline {
    background-color: white;
    border: 1px solid #E2E2E2;
}

.narrow {
    width: 230px;
}

/*!
 * jQuery simple gallery Plugin 1.1.0
 *
 * http://fernandomoreiraweb.com/
 *
 * Copyright 2013 Fernando Moreira
 * Released under the MIT license:
 *   http://mit.fernandomoreiraweb.com/
 */

.simplegallery {
    margin: 0 auto;
    width: 600px;
    height: 500px;
    overflow: hidden;
}

.simplegallery .content {
    background: #fff;
    position: relative;
    width: 470px;
    height: 380px;
    overflow: hidden;
}

.simplegallery .content img {
    width: 415px;
    border: none;
    margin-left: 50px;
}

/*simplegallery .thumbnail {
    margin-top: 5px;
}*/

.simplegallery .thumbnail .thumb {
    float: left;
    width: 100px;
    height: 100px;
    margin: 0 5px 0 0;
    cursor: pointer;
}

/*.simplegallery */.thumbnail .thumb img {
    border: 1px solid #E2E2E2;
    width: 100px;
}

/*.simplegallery */.thumbnail .last {
    margin: 0;
}

