.wrapper {
  display: table;
  height: 100%;
  width: 100%;
}

.container-fostrap {
  display: table-cell;
  padding: 1em;
  text-align: center;
  vertical-align: middle;
  background: #081e5b08;
  padding-left: 6%;
  padding-right: 6%;
}

.container-fostrap .section-header h2{
  font-size: 1.6em;
  text-align: left;
}

.fostrap-logo {
  width: 100px;
  margin-bottom:15px
}
@media (min-width: 450px) {
  h1.heading {
    font-size: 3.55em;
  }
}
@media (min-width: 760px) {
  h1.heading {
    font-size: 3.05em;
  }
}
@media (min-width: 900px) {
  h1.heading {
    font-size: 3.25em;
    margin: 0 0 0.3em;
  }
} 
.card {
  display: block; 
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  transition: box-shadow .25s; 
  border: 0;
}
.card:hover {
  box-shadow: 0 8px 17px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
}
.img-card {
  width: 100%;
  height: 200px;
  border-top-left-radius:2px;
  border-top-right-radius:2px;
  display:block;
  overflow: hidden;
  padding: 10px;
}
.img-card img{
  width: 100%;
  height: 190px;
  object-fit:contain; 
  transition: all .25s ease;
} 
.card-content {
  padding:15px;
  text-align:center;
}

.card-content p{
  font-size: .8em;
  margin-bottom: 10px;
}

.card-content .description{
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.num-product{
  background: #fa9e0c;
  display: inline-block;
  padding: 3px 15px;
  font-size: .8em;
  color: #fff;
  border-radius: 20px;
}
.card-title {
  margin-top:0px;
  font-weight: 700;
  font-size: 1em;
  text-transform: uppercase;
}
.card-title a {
  color: #000;
  text-decoration: none !important;
}
.card-read-more {
  border-top: 1px solid #D4D4D4;
}
.card-read-more a {
  text-decoration: none !important;
  padding:10px;
  font-weight:600;
  text-transform: uppercase;
  color: #081e5b
}

[class*="col-"] {
  margin-bottom: 10px !important;
}

a.card, a.card:hover{
  color: #000;
}

.breadcrumb{
  padding: 0px !important;
  background: none;
}

.breadcrumb ol.breadcrumb-list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
  border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: inline-block;
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  /*color: #fff;*/
  content: "/";
}
.breadcrumb-item a{
  /*color: #fff;*/
}
.breadcrumb-item + .breadcrumb-item:hover::before {
  text-decoration: none;
}
.breadcrumb-item.active a {
  color: #a6a6a6 !important;
  font-weight: bold;
}
.breadcrumb li + li {
  margin-top: 0;
}
.page {
  min-height: 100%;
  height: 100%;
  padding: 20px;
  font-size: 16px !important;
}

.modal-container {
  max-width: 1200px;
  margin: 0 auto;
  background: white;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 20px;
}
@media (max-width: 769px) {
  .modal-container {
    padding: 10px;
  }
}

.c-product-nav {
  border: 1px solid #ccc;
  width: 35px;
  height: 35px;
  border-radius: 3px;
  background: #fff;
  font-size: 13px;
  cursor: pointer;
  color: #ccc;
}
.c-product-nav:hover {
  background: #999;
  color: #fff;
}
.c-product-nav__wrap {
  display: inline-block;
  float: right;
}
.c-product-nav--prev {
  left: -40px;
}
.c-product-nav--next {
  right: -40px;
}

.l-product {
  color: #4A4A4A;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 769px) {
  .l-product {
    -webkit-box-flex: 0;
            flex: 0 1 50%;
  }
}
@media (min-width: 969px) {
  .l-product {
    padding: 0 30px;
  }
}
.l-product__container {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.l-product__main {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  -webkit-box-flex: 0;
          flex: 0 1 66%;
}
@media (max-width: 769px) {
  .l-product__main {
    -webkit-box-flex: 0;
            flex: 0 1 50%;
  }
}
@media (max-width: 600px) {
  .l-product__main {
    -webkit-box-flex: 0;
            flex: 0 1 100%;
    -webkit-box-ordinal-group: 3;
            order: 2;
  }
}
.l-product__aside {
  -webkit-box-flex: 0;
          flex: 0 1 33%;
  min-width: 200px;
  padding-left: 10px;
}
@media (max-width: 769px) {
  .l-product__aside {
    -webkit-box-flex: 0;
            flex: 0 1 50%;
  }
}
@media (max-width: 600px) {
  .l-product__aside {
    -webkit-box-flex: 0;
            flex: 0 1 100%;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
}
.l-product__title {
  flex-basis: 100%;
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #4A4A4A;
  line-height: 1.2;
}
.l-product__image {
  -webkit-box-flex: 0;
          flex: 0 1 50%;
  width: 50%;
  text-align: center;
  margin-bottom: 20px;
  padding: 0 10px;
}
@media (max-width: 769px) {
  .l-product__image {
    -webkit-box-flex: 0;
            flex: 0 1 100%;
    width: 100%;
    margin-bottom: 20px;
  }
}
.l-product__price {
  -webkit-box-flex: 0;
          flex: 0 1 50%;
  width: 50%;
}
@media (max-width: 769px) {
  .l-product__price {
    -webkit-box-flex: 0;
            flex: 0 1 100%;
    width: 100%;
  }
}
.l-product__add-to {
  width: 100%;
}
.l-product__description {
  width: 100%;
}

.c-price {
  border: 1px solid #DDDDDD;
  border-radius: 6px;
  margin: 0 10px 10px 10px;
  padding: 20px;
  font-size: 1rem;
}
.c-price__row {
  margin-bottom: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #DDDDDD;
  width: 100%;
}
.c-price__date {
  font-size: 11px;
}
.c-price__index {
  -webkit-box-flex: 0;
          flex: 0 1 50%;
  font-size: 11px;
}
.c-price__index--main {
  font-size: 18px;
}
.c-price__index--xs {
  font-size: 11px;
}
.c-price__index--s {
  font-size: 14px;
}
.c-price__index--m {
  font-size: 16px;
}
.c-price__index--xl {
  font-size: 18px;
}
.c-price__index--xxl {
  font-size: 24px;
}
.c-price__index--b {
  font-weight: bold;
}
.c-price__value {
  font-size: 14px;
}
.c-price__value--main {
  font-size: 18px;
  font-weight: bold;
}
.c-price__value--xs {
  font-size: 11px;
}
.c-price__value--s {
  font-size: 14px;
}
.c-price__value--m {
  font-size: 16px;
}
.c-price__value--xl {
  font-size: 18px;
}
.c-price__value--xxl {
  font-size: 24px;
}
.c-price__value--b {
  font-weight: bold;
}
.c-price__value--red {
  color: #E94B40;
}
.c-price__value--green {
  color: #108249;
}

.c-info {
  padding: 20px 10px;
  font-size: 1rem;
  width: 100%;
}
.c-info--total {
  padding: 0;
}
.c-info__row {
  margin-bottom: 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.c-info__index {
  -webkit-box-flex: 0;
          flex: 0 1 50%;
  font-size: 14px;
  font-weight: bold;
  padding-right: 10px;
}
.c-info__value {
  font-size: 13px;
  -webkit-box-flex: 0;
          flex: 0 1 50%;
}
.c-info__value--total {
  font-size: 18px;
  color: #108249;
  font-weight: bold;
}
.c-info__math {
  font-size: 12px;
  color: #4A4A4A;
  display: block;
  font-weight: normal;
}

.c-add-to {
  background: #F3F3F3;
  margin-bottom: 40px;
}
.c-add-to__container {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}
.c-add-to__cell {
  padding: 20px;
  -webkit-box-flex: 0;
          flex: 0 1 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
@media (max-width: 769px) {
  .c-add-to__cell {
    -webkit-box-flex: 0;
            flex: 0 1 100%;
  }
}
.c-add-to__cell--end {
  -webkit-box-align: end;
          align-items: flex-end;
}

.basket-button {
  width: 100%;
}
.basket-button__btn {
  width: 100%;
  font-size: 20px !important;
  cursor: pointer;
  background: #108249;
  border: 0;
}
.basket-button__btn:hover {
  background: #16af63;
}
.basket-button__btn:active, .basket-button__btn:focus {
  background: #0a5530;
}

.c-total {
  width: 100%;
}
.c-total__row {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.c-total__col {
  font-size: 12px;
}
.c-total__col:nth-child(1) {
  width: 50%;
}
.c-total__col:nth-child(2) {
  width: 15%;
  font-weight: bold;
}
.c-total__col:nth-child(3) {
  width: 35%;
  color: #9B9B9B;
}
.c-total__col--half:nth-child(1) {
  width: 65%;
  color: #9B9B9B;
}
.c-total__col--half:nth-child(2) {
  width: 35%;
  color: #9B9B9B;
}

.c-amount {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: flex-end;
  width: 100%;
}
.c-amount__item {
  text-align: center;
}
.c-amount__item--input {
  padding: 0 10px;
}
.c-amount__label {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 0;
}
.c-amount__input {
  text-align: center;
  font-size: 20px;
  height: 40px;
}
.c-amount__icon {
  color: #fff;
}
.c-amount__control {
  cursor: pointer;
  background: #9B9B9B;
  border: 1px solid #9B9B9B;
  color: #fff;
  font-size: 20px;
  width: 50px;
  height: 40px;
  text-align: center;
}
.c-amount__control:hover {
  border: 1px solid #b5b5b5;
  background: #b5b5b5;
}
.c-amount__control:active, .c-amount__control:focus {
  border: 1px solid #828282;
  background: #828282;
}

.product-type-1-inputs input {
  width: 30%;
  margin-right: 10px;
}
.product-type-1-inputs input:nth-child(3) {
  margin-right: 0;
}

.c-title--h2 {
  width: 100%;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
  color: #4A4A4A;
}

.c-desription {
  border: 1px solid #ccc;
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 60px;
}

.c-related {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
@media (max-width: 400px) {
  .c-related {
    -webkit-box-pack: center;
            justify-content: center;
  }
}
.c-related__supplier {
  margin-top: auto;
  font-size: 11px;
  color: #b0b0b0;
}
.c-related__item {
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  min-width: 150px;
  width: 170px;
  margin-bottom: 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  margin-right: 20px;
  border-radius: 3px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.c-related__title {
  padding: 5px 10px;
  -webkit-box-flex: 1;
          flex: 1 0 auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.c-related__figure {
  overflow: hidden;
}
.c-related__img {
  width: 100%;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}
.c-related__item {
  text-align: left;
  margin-bottom: 40px;
}
.c-related__a {
  font-size: 14px;
  color: #4A4A4A;
  word-break: break-all;
}
.c-related__a:hover, .c-related__a:active, .c-related__a:focus {
  color: rgba(74, 74, 74, 0.8);
  text-decoration: none;
}
.c-related__a:hover img, .c-related__a:active img, .c-related__a:focus img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
}

.c-file-list {
  padding: 0;
  margin: 0 0 40px;
  list-style: none;
}
.c-file-list__li {
  margin-bottom: 10px;
}
.c-file-list__icon {
  position: absolute;
  left: -20px;
  top: 3px;
  color: #108249;
}
.c-file-list__a {
  color: #108249;
  position: relative;
  margin-left: 20px;
  display: inline-block;
  word-break: break-all;
}
.c-file-list__a:hover, .c-file-list__a:active, .c-file-list__a:focus {
  color: #16af63;
  text-decoration: none;
}
.c-file-list__icon {
  position: absolute;
  left: -20px;
  top: 3px;
}

.c-prod-attr__section {
  margin-bottom: 40px;
}
.c-prod-attr__title {
  font-weight: bold;
}
.c-prod-attr__item {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  padding: 5px 0;
  border-bottom: 1px solid #DDDDDD;
  color: #4A4A4A;
}
.c-prod-attr__name {
  -webkit-box-flex: 0;
          flex: 0 1 50%;
}
.c-prod-attr__value {
  -webkit-box-flex: 0;
          flex: 0 1 50%;
  text-align: left;
}