html, body {
  font-family: 'Work Sans', sans-serif;
  height: 100%;
  width: 100%;
  font-size: 14px;
}

a {
  text-decoration: none;
  color: #FAA63C;
}

a:hover {
  text-decoration: underline;
  color: #FAA63C;
}

body.home {
  padding-top: 73px;
}


.home-h1 {
  margin-top: 20px;
  color: #018FA7;
  text-shadow: 0 0 7px #ffffff;
  font-weight: bold;
  background-color:rgba(255, 255, 255, 0.5);
  padding: 10px;
}

.fixed-top {
  border-bottom: #FAA63C solid 3px;
}

.banner-outer {
  /* The image used */
  background-image: url("../images/KM_trgovina_naslovna.jpg");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

h1 {
  color: #018FA7;
}

.btn-outline-primary{
   border: #018FA7 solid 3px;
   background-color: #ffffff;
   color: #018FA7;
   border-radius: 21px;
 }

.btn-outline-primary:hover, .btn-fill-primary {
  border: #018FA7 solid 3px;
  background-color: #018FA7;
  color: #ffffff;
  border-radius: 21px;
}

.btn-outline-secondary{
   border: #FAA63C solid 3px;
   background-color: #ffffff;
   color: #FAA63C;
   border-radius: 21px;
 }

.btn-outline-secondary:hover{
  border: #FAA63C solid 3px;
  background-color: #FAA63C;
  color: #ffffff;
  border-radius: 21px;
}

.item {
  border: 3px #FAA63C solid;
padding: 0;
  text-align: center;
}

.item .image-holder{
  border-bottom: 3px #FAA63C solid;
  border-top: 3px #FAA63C solid;
  position: relative;
}



.item .image-holder i{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  opacity: 0.2;
  position: absolute;
  top: 30%;
  left: 25%
}

.item a {
  text-decoration: none;
}

.item h2{
  margin: 20px;
  color: #FAA63C;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  min-height: 36px;
}

.item .price {
  margin: 20px;
  color: #FAA63C;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.item .btn {
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.pricing-header {
  max-width: 700px;
}

.card-deck .card {
  min-width: 220px;
}

.page-title h1 {
  text-align: center;
  padding: 20px;
}

.single-item {
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.2em;
}

.single-item h2 {
  padding: 20px;
  color: #FAA63C;
  border: #FAA63C solid 3px;
  font-size: 25px;
  line-height: 25px;
  text-align: left;

  text-transform: uppercase;
}

.single-item h2 a {
  background-color: #FAA63C;
  color: #ffffff;
  line-height: 65px;
  margin-top: -20px;
  margin-right: -20px;
  padding: 0 20px;
  text-decoration: none;
}

.single-item .description-text {
  min-height: 100px;
}

.single-item .item-props {
  margin: 20px;
  font-size: 15px;
}

.single-item .price{
}

.single-item .price .prop {

  font-size: 30px;
}

.single-item .item-props .title {
  color: #018FA7;
}

.single-item .item-props .prop {
  color: #98a6ad;
}

.single-item ul.sizes {
  list-style: none;
  padding-left: 0;
  margin-left: 20px;
}

.single-item .sizes li {
  display: inline-block;
  margin-right: 10px;
}

.single-item #add-to-cart-item {
  margin-top: 30px;
}

.single-item #add-to-cart-item input {
  width: 70px;
  border: black solid 2px;
}

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}

.form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem;
}

.form-check-label {
  margin-bottom: 0;
}

.note-text {
  padding: 0px 30px 10px 30px;
  color: #98a6ad;
}