/*@import url(https://fonts.googleapis.com/css?family=Oxygen:400,700);
*/

/*@import "node_modules/bootstrap-sass/assets/stylesheets/bootstrap";*/

body {
  font-family: "Oxygen", sans-serif;
}

.text-blue {
  color: #225498;
}

.text-red {
  color: #e22426;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                        supported by Chrome and Opera */
}

.check {
  color: #999999;
  font-size: 11px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.form > form > * {
  margin-bottom: 15px;
}

input[type='text'],
input[type='password'],
input[type='email'],
input[type='tel'],
textarea,
select {
  width: 100%;
  background: #f4f4f4;
  border: 1px solid #e6e5e5;
  border-radius: 10px;
  padding: 5px 10px;
  outline: none !important;
}

input[type='text']:focus,
input[type='password']:focus,
input[type='email']:focus,
input[type='tel']:focus,
textarea:focus,
select:focus {
  border: 1px solid #3097d1;
  -webkit-box-shadow: 0 0 1px 0 #3097d1;
          box-shadow: 0 0 1px 0 #3097d1;
}

select {
  width: auto;
}

.page-breadcrumb {
  color: #225498;
  padding-top: 15px;
  margin-bottom: 20px;
  font-size: 15px;
}

.page-breadcrumb a {
  color: #225498;
  font-size: 15px;
}

.page-breadcrumb a:hover {
  text-decoration: underline;
}

.deep-link {
  text-decoration: none;
  color: inherit;
}

.deep-link:hover {
  text-decoration: none;
}

.deep-link:hover span {
  text-decoration: underline;
  color: #3097d1;
}

.category-buttons__category-button {
  display: block;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
  background-color: #f4f4f4;
  border-top: 4px solid #f4f4f4;
  padding: 10px;
  color: #7c7c7c;
  height: 100%;
}

.category-buttons__submenu-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 10px;
  position: absolute;
  visibility: hidden;
  z-index: 1200;
  background-color: #f4f4f4;
  -webkit-box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.2);
  width: calc(100% - 30px);
}

.category-buttons__submenu-row .category-buttons__subcategory-button {
  color: #7c7c7c;
  padding: 7px;
}

.category-buttons__container .row > div:nth-child(2n) > .category-buttons__category-button {
  border-bottom: 4px solid #225498;
}

.category-buttons__container .row > div:nth-child(2n) > .category-buttons__category-button:hover {
  color: #225498;
}

.category-buttons__container .row > div:nth-child(2n) > .category-buttons__submenu-row {
  border-bottom: 4px solid #225498;
}

.category-buttons__container .row > div:nth-child(2n) > .category-buttons__submenu-row .category-buttons__subcategory-button:hover {
  color: #225498;
}

.category-buttons__container .row > div:nth-child(2n + 1) > .category-buttons__category-button {
  border-bottom: 4px solid #e22426;
}

.category-buttons__container .row > div:nth-child(2n + 1) > .category-buttons__category-button:hover {
  color: #e22426;
}

.category-buttons__container .row > div:nth-child(2n + 1) > .category-buttons__submenu-row {
  border-bottom: 4px solid #e22426;
}

.category-buttons__container .row > div:nth-child(2n + 1) > .category-buttons__submenu-row .category-buttons__subcategory-button:hover {
  color: #e22426;
}

.show {
  visibility: visible;
}

@media (max-width: 991px) {
  .category-buttons__category-button {
    font-size: 11px;
    padding: 5px;
  }
}

.product__tabs_content img {
  max-width: 100%;
}

.section {
  padding: 20px;
}

.section.dark {
  background: #f4f4f4;
}

.section__title {
  font-size: 23px;
  font-weight: bold;
  color: #225498;
  width: 100%;
  text-align: center;
  border-bottom: 2px solid #e22426;
  line-height: 0.1em;
  margin: 10px 0 30px;
}

.section__title .title {
  background: #fff;
  padding: 0 10%;
}

.section.dark .section__title .title {
  background: #f4f4f4;
}

@media (max-width: 767px) {
  .section {
    padding: 10px 0;
  }
}

.dealer-popup-container {
  position: fixed;
  background: rgba(128, 128, 128, 0.5);
  width: 100%;
  top: 0;
  bottom: 0;
  z-index: 7;
}

.dealer-popup-container.hidden {
  display: none;
}

.dealer-popup {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 500px;
  max-width: 100%;
  z-index: 8;
}

.dealer-popup-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 9;
}

.dealer-popup-close i {
  font-size: 25px;
}

@media only screen and (min-width: 1026px) {
  .grid-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media only screen and (max-width: 1024px) {
  .header-group-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }

  .grid-5 {
    grid-template-columns: repeat(4, 1fr);
  }

  .product-card {
    width: 230px;
  }
}

@media only screen and (max-width: 990px) {
  .grid-5 {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media only screen and (max-width: 766px) {
  .grid-5 {
    grid-template-columns: repeat(2, 1fr);
  }

  .product-card {
    width: 190px;
  }

  .category-buttons__submenu-row {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media only screen and (max-width: 375px) {
  .product-card {
    width: 170px;
  }
}

@media only screen and (max-width: 320px) {
  .product-card {
    width: 140px;
  }
}

/*
!* Large devices (large desktops, 1440px and 1200px) *!
@media (max-width: 1440px) and (min-width: 1200px) {

}

!* Medium devices (desktops, 1200px and 992px) *!
@media (max-width: 1200px) and (min-width: 992px) {

}

!* Small devices (tablets, 768px and up) *!
@media (max-width: 992px) and (min-width: 768px) {
    .product-card {
        width: 170px;
    }

    .grid-5 {
        grid-template-columns: repeat(3, 1fr);
    }
}

!* Extra small devices (phones, less than 768px) *!
@media (max-width: 767px) {
    .product-card {
        width: 150px;
    }
}

!* Extra small devices (phones, less than 370px) *!
@media (max-width: 400px) {
    .product-card {
        width: 140px;
    }

    .grid-5 {
        grid-template-columns: repeat(2, 1fr);
    }
}*/

.comment-form__input {
  margin-bottom: 10px;
  width: 100%;
}

.comment-form__title {
  text-align: center;
  margin-bottom: 15px;
}

.comment-form__title span {
  font-size: 23px;
  font-weight: bold;
}

.comment-form__form {
  padding: 20px 60px;
}

.comment-form__button {
  text-align: center;
}

.comment-form__remaining-character {
  font-size: 12px;
  margin-bottom: 10px;
}

.chip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 20px;
  color: #fff;
  padding: 10px 40px;
  line-height: 1.1;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  font-size: 24px;
}

.chip a {
  text-decoration: none !important;
  color: #fff !important;
}

.chip__image {
  height: 65px;
}

.home-category-chips {
  margin-left: 10px;
  margin-right: 10px;
  height: 50px;
  display: block;
  text-align: center;
  background: #fff;
  border-radius: 32px;
  border: 1px solid #999;
  padding: 14px 20px;
  color: #225498;
  font-size: 13px;
  text-decoration: none !important;
}

.home-category-chips:hover {
  color: #fff;
  background: #225498;
}

.header-account {
  width: 100%;
}

.account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.account .dropdown-menu {
  position: absolute;
  border-radius: 15px;
  z-index: 999;
  top: 32px;
  left: 18px;
  width: 158px;
  border: none !important;
  overflow: hidden;
  -webkit-box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 5px 3px rgba(0, 0, 0, 0.2);
}

.account .dropdown-menu .dropdown-item {
  display: block;
  padding: 10px;
  color: #999999 !important;
  text-decoration: none !important;
  font-size: 14px;
}

.account .dropdown-menu .dropdown-item:hover {
  color: #e22426 !important;
  background: #ffffff;
}

.account .dropdown-menu .account__menu_item {
  display: block;
  padding: 10px;
  color: #999999 !important;
  text-decoration: none !important;
  font-size: 14px;
}

@media (max-width: 1200px) {
  .account {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.button-account {
  padding: 7px 9px;
  border-radius: 100%;
  color: #fff !important;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  z-index: 1000;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.button-account .icon {
  margin-left: 10px;
}

.cart {
  position: relative;
}

.cart__quantity {
  color: #fff;
  background: #e22426;
  width: 21px;
  height: 21px;
  font-size: 14px;
  padding: 0;
  border-radius: 100%;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: -8px;
  right: -10px;
}

.btn-account {
  padding: 7px 9px !important;
  border-radius: 100% !important;
  color: #fff !important;
  font-weight: bold !important;
  text-decoration: none !important;
  text-align: center !important;
}

.btn:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.product-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product-card__product {
  width: 200px;
  height: 370px;
  overflow: hidden;
  border-radius: 15px;
  position: relative;
  border: 1px solid #e2e2e2;
  background: #fff;
}

.product-card__sale {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 51px;
  height: 51px;
  padding: 5px;
  border-radius: 100%;
  font-size: 11px;
  text-align: center;
  display: block;
  background: #e22426;
  color: #fff;
  font-weight: bold;
}

.product-card__image-container {
  height: 150px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product-card__image-container > img {
  height: 100%;
  min-width: 100%;
}

.product-card__body {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 220px;
}

.product-card__name {
  font-size: 16px;
  color: #225498;
  font-weight: 600;
  height: 51px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
}

.product-card__name:hover {
  text-decoration: none;
}

.product-card__fast-delivery {
  font-size: 0.7rem;
  color: #39b54a;
}

.product-card__compare {
  color: #7c7c7c;
  height: 25px;
  margin-top: 15px;
  text-decoration: line-through;
  font-size: 12px;
  font-weight: lighter;
}

.product-card__price {
  color: #e22426;
  font-size: 18px;
  font-weight: bold;
}

.product-card__amount {
  color: #225498;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #e2e2e2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
}

.product-card__amount .product-card__minus {
  cursor: pointer;
  text-align: center;
  border-right: 1px solid #e2e2e2;
  padding: 3px 10px;
  font-weight: bold;
}

.product-card__amount .product-card__plus {
  cursor: pointer;
  text-align: center;
  border-left: 1px solid #e2e2e2;
  padding: 3px 10px;
  font-weight: bold;
}

.product-card__amount .product-card__input {
  text-align: center;
  font-weight: bold;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.product-card__amount.product-card__amount-disabled {
  color: #e2e2e2;
}

.add-to-cart {
  display: block;
  text-align: center;
  padding: 3px;
  color: #ffffff !important;
  border: 1px solid #fff;
  background: #e22426;
  border-radius: 10px;
  font-weight: bold;
  margin-top: 10px;
  text-decoration: none !important;
  font-size: 14px;
}

.add-to-cart:hover {
  color: #e22426 !important;
  background-color: #fff;
  border: 1px solid #e22426;
}

.no-stock {
  display: block;
  text-align: center;
  padding: 3px;
  color: #e22426 !important;
  background-color: #fff;
  border-radius: 10px;
  font-weight: bold;
  margin-top: 10px;
  text-decoration: none !important;
  font-size: 14px;
  border: 1px solid #e22426;
}

.product__name {
  font-size: 24px;
  font-weight: 600;
  color: #225498;
}

.product__info {
  font-size: 16px;
  color: #00b41c;
}

.product__form {
  padding-top: 25px;
}

.product__sale {
  width: 75px;
  height: 75px;
  padding: 5px;
  border-radius: 100%;
  font-size: 11px;
  text-align: center;
  background: #e22426;
  color: #fff;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.product__sale_percentage {
  font-size: 30px;
  line-height: 1;
}

.product__sale_text {
  font-size: 14px;
}

.product__compare_price {
  font-size: 24px;
  font-weight: lighter;
  color: #7c7c7c;
  text-decoration: line-through;
}

.product__price {
  font-size: 28px;
  font-weight: bolder;
  color: #e22426;
}

.product__amount {
  color: #225498;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  border-radius: 10px;
  border: 1px solid #e2e2e2;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
  max-width: 150px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.product__amount > .product__minus {
  cursor: pointer;
  text-align: center;
  border-right: 1px solid #e2e2e2;
  padding: 3px 10px;
  font-weight: bold;
}

.product__amount > .product__plus {
  cursor: pointer;
  text-align: center;
  border-left: 1px solid #e2e2e2;
  padding: 3px 10px;
  font-weight: bold;
}

.product__amount > .product__input {
  text-align: center;
  font-weight: bold;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.product__addtocart {
  margin-top: 15px;
  border-radius: 10px;
}

.product__addtocart > button {
  color: white;
  background-color: #e22426;
  border: 1px solid white;
}

.product__addtocart > button:hover {
  border: 1px solid #e22426;
  color: #e22426 !important;
  background-color: white;
}

.product__description {
  font-size: 12px;
  margin-top: 25px;
  color: #787878;
}

.product__footer {
  margin-top: 50px;
}

.product__footer_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.product__footer_label {
  display: inline-block;
  font-size: 10px;
  color: #787878;
  line-height: 1.4;
  padding: 5px;
}

.product__footer_icon_wishlist {
  display: block;
  width: 79px;
  height: 34px;
  background: url("/assets/icon-product-wishlist.svg");
}

.product__footer_icon_share {
  display: block;
  width: 71px;
  height: 32px;
  background: url("/assets/icon-product-share.svg");
}

.product__footer_rate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 19px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.star {
  display: inline-block;
}

.product__tabs {
  margin-top: 35px;
  margin-bottom: 25px;
}

.product__tabs_headers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.product__tabs_header {
  background: #e22426;
  width: 100%;
  padding: 10px 20px;
  color: #fff;
  cursor: pointer;
}

.product__tabs_header.active {
  background: #f2f2f2;
  color: #225498;
}

.product__tabs_contents {
  padding: 15px;
  background: #f2f2f2;
}

.product__tabs_content {
  display: none;
  font-size: 13px;
  color: #787878;
}

.product__tabs_content.active {
  display: block;
}

@media (max-width: 767px) {
  .product__tabs_headers {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .product__addtocart .button {
    width: 100%;
  }

  .product__sale {
    width: 50px;
    height: 50px;
  }

  .product__sale_percentage {
    font-size: 16px;
  }

  .product__sale_text {
    font-size: 9px;
  }

  .product__footer_label {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

.blog-card__blog-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blog-card__blog {
  width: 200px;
  height: 360px;
  overflow: hidden;
  border-radius: 15px;
  position: relative;
  border: 1px solid #e2e2e2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-size: cover;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none !important;
}

.blog-card__text {
  color: #225498;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  width: 100%;
  padding: 10px;
  line-height: 1.2;
  font-size: 19px;
  height: 63px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.blog-card__text > span {
  max-height: 43px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  display: -webkit-box;
}

.ads-card__rek-card {
  overflow: hidden;
  position: relative;
  border: 1px solid #e2e2e2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 15px;
}

.ads-card__rek {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-size: cover;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none !important;
}

.ads-card__text {
  color: white;
  text-align: center;
  background: #1e539f;
  padding: 5px 15px;
  line-height: 1.2;
  font-size: 17px;
  margin-bottom: 10px;
  border-radius: 15px;
  font-weight: bold;
}

.toast-title {
  font-weight: bold;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #ffffff;
}

.toast-message a:hover {
  color: #cccccc;
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  -webkit-text-shadow: 0 1px 0 #ffffff;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right {
  top: 12px;
  right: 12px;
}

.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

#toast-container {
  position: fixed;
  z-index: 999999;
  /*overrides*/
}

#toast-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#toast-container > div {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -webkit-box-shadow: 0 0 12px #999999;
  box-shadow: 0 0 12px #999999;
  color: #ffffff;
  opacity: 0.8;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  filter: alpha(opacity=80);
}

#toast-container > div:hover {
  -webkit-box-shadow: 0 0 12px #000000;
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  filter: alpha(opacity=100);
  cursor: pointer;
}

#toast-container > .toast-info {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-error {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=") !important;
}

#toast-container > .toast-success {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==") !important;
}

#toast-container > .toast-warning {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=") !important;
}

#toast-container.toast-top-center > div,
#toast-container.toast-bottom-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

#toast-container.toast-top-full-width > div,
#toast-container.toast-bottom-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.toast {
  background-color: #030303;
}

.toast-success {
  background-color: #51a351;
}

.toast-error {
  background-color: #bd362f;
}

.toast-info {
  background-color: #2f96b4;
}

.toast-warning {
  background-color: #f89406;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  filter: alpha(opacity=40);
}

/*Responsive Design*/

@media all and (max-width: 240px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 241px) and (max-width: 480px) {
  #toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }

  #toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}

@media all and (min-width: 481px) and (max-width: 768px) {
  #toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}

.toast {
  opacity: 1 !important;
}

.toast-success {
  background-color: #51a351 !important;
}

.toast-error {
  background-color: #bd362f !important;
}

.toast-info {
  background-color: #2f96b4 !important;
}

.toast-warning {
  background-color: #f89406 !important;
}

.bg-blue {
  background-color: #225498;
}

.bg-red {
  background-color: #e22426;
}

.btn.bg-blue {
  background-color: #225498;
}

.btn.bg-red {
  background-color: #e22426;
}

