body {
    font-family: 'averta-semibold', sans-serif;
    background: #f9f9f9;
    color: #333333;
}

.logo {
    width: 96px;
}

.navbar {
    height: 100px;
}

.navbar a {
    font-weight: bold;
}

.navbar a:hover {
    text-decoration: none;
}

.navbar a.active, footer a {
    color: #13b080 !important;
}

.btn-green, .btn-danger {
    border: none;
    border-radius: 2px!important;
    padding: 16px 36px!important;
    color: #fff!important;
    font-size: 16px;
    letter-spacing: -0.46px;
    line-height: 20px;
    box-shadow: 0 2px 5px 0 rgba(31,61,103,0.17);
    font-weight: bold;
}

.btn-green {
    background-color: #13b080!important;
}

.product .card-header {
    min-height: 100px;
    background-image: url(/images/product-name-bg.png);
}

.product .card-header .title {
    color: #fff;
    font-weight: bold;
}

.product .card-body {
    background-color: #fff;
    min-height: 80px;
    padding: 10px 20px;
}

.product .card-body .price {
    margin-bottom: 0px;
}

.product-info1 .price {
    font-weight: bold;
    white-space: nowrap;
}

.product-info1 ul {
    padding-left: 15px;
    margin-bottom: 0px;
}

.product-info2 img {
    width: 100px;
}

.product-info2 .author span {
    display: block;
}

.product-info2 .author span:first-child {
    font-weight: bold;
}

.card.product {
    height: 350px;
}

.order-product {
    background-color: #fff;
    padding-top:5px;
    padding-bottom:5px;
}

.order-product .form-inputs, .order-product .title {
    padding-left: 15px;
    padding-right: 15px;
}

a.normal {
    color: #333333;
}

a.green {
    color: #13b080;
}



a:hover {
    text-decoration: none;
}

.order-product .title {
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #DFF9EE;
    color: #13b080;
    margin-top:15px;
    font-size: 16px;
}

.order-product .footer {
    padding-top: 45px;
    padding-bottom: 45px;
}

.modal-iframe-content iframe {
    width: 100%;
    border: 0px;
}

.loader {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 999999;
  background-color: #eeeeee;
  opacity: 0.6;
  background-image: url(/images/loader.gif);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.btn-group-sm>.btn, .btn-sm {
    padding: .25rem .5rem !important;
    font-size: .875rem !important;
    border-radius: .2rem !important;
}

.sub-product, .products-summary {
    margin-top: 15px;
    border: 0px solid;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #13b080 !important;
    background-color: #13b080 !important;
}

img.subproduct {
    width: 100px;
}

.hide {
    display:none;
}

.mb-15 {
    margin-bottom:15px !important;
}

.mb-30 {
    margin-bottom:30px !important;
}

.mt-30 {
    margin-top:30px !important;
}

.custom-control-label {
    color: #333 !important;
}