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

.notification-cu {
  background-color: #FAA63C;
  position: absolute;
  top: 73px;
  z-index: 999;
  color: #ffffff;
}

.notification-cu .notification-cu-inner {
  margin: 15px;
  font-size: 17px
}

.notification-cu .notification-cu-inner a {
  color: #018FA7;
}

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-size: 3.125em;
  font-weight: 600;
  /*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;
  position: relative;
  text-align: center;
}

.banner-title{
  text-align: left;
  position: absolute;
  bottom: 200px;
}

.banner-title .btn:hover {
  background: none;
}

.banner-outer .down {
  position: absolute;
  bottom: 20px;
  margin-left: -50px;
}

.banner-outer .down:hover {
  opacity: 1;
}

h1 {
  color: #018FA7;
}

.btn {
  font-size: 1.14em;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.btn-outline-primary, .btn-fill-primary:hover{
   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 .item-title-holder{
  min-height: 76px;
  line-height: 76px;
  position: relative;

}

.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%
}

.single-image-holder .discount-percent, .item .image-holder .discount-percent, .item .image-holder .discounted-price {
  position: absolute;
  padding: 10px 8px;
  border-radius: 3px;
  background-color: #FAA63C;
  color: #ffffff;
}

.single-image-holder .discount-percent,.item .image-holder .discount-percent {
  top: 10px;
  right: 10px;
}

.item .image-holder .discounted-price {
  bottom: 10px;
  right: 10px;
}

.item a {
  text-decoration: none;
}

.item h2{
  color: #FAA63C;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.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 .price span{
  color:#6c757d;
  font-size: 15px;
}



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

.no-price .btn {
  margin-top: 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;
  font-weight: 400;
  letter-spacing: 0.2em;

  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;
  font-weight: 400;
  letter-spacing: 0.2em;
}

.single-item .description-text {
  min-height: 100px;
  font-size: 1.07em;
  font-weight: 400;
  letter-spacing: 0.05em;
}

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

.single-item .price{
}

.single-item .price .prop {
 font-weight: 500;
  font-size: 1.67em;
  letter-spacing: 0.2em;
  color: #018FA7;
}


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

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

.single-item ul.connected {
  list-style: none;
  padding-left: 0;
}

.single-item .connected li {
  display: block;
  margin-top: 10px;
}

.single-item .connected .new_price {
  color: #a92222;
}

.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;
}

.iframe-field {
  height: 41px;
  margin-bottom: 20px; }

.badge-light {
  background-color: #018FA7;
  color: #ffffff;
}
#cart-link{
  position: relative;
}
#cart-quantity {
  position: absolute;
  top: 0px;
  left: 20px;
}

.payer {
  margin-bottom: 20px;
}

.payer p {
  margin-bottom: 0.2rem;
}
.payer p:first-of-type {
  font-weight: bolder;
  margin-bottom: 0.5rem;
}
.payer p.text-muted {
  font-size: 0.8rem;
}

.donation-data span {
  font-weight: bold;
  color: #018FA7;
  margin-top: 10px;
}

.donation-types .card-header {
  background-color: transparent;
  padding: 0;
  color: #018FA7;
}

.card-header .btn-link {

  color: #018FA7 !important;
}

.trr-data-container {
  text-align: center;

}

.trr-data-container .trr-data {
  background-color: #018FA7;
  width: auto;
  padding: 20px;
}

.trr-data-container .trr-data p {
  margin-bottom: 0.25rem;
  color: #ffffff;
}

.trr-data-container .trr-data p span {
  font-weight: bolder;
}

.progress-bar{
  background-color: #018FA7;
}