.fs_12 {
	font-size: 12px;
}

.fs_14 {
	font-size: 14px;
}

.fs_14i {
    font-size: 14px!important;
}



.alert {
	border-radius: 0;
  font-size: 12px;
}

.simple-link--big {
	font-size: 1rem;
}

a.wishlist:hover {
	color:rgba(0,0,0,0);
}

.fwb {
  font-weight: 500;
}

.preloader {
  padding: 20px 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.loader {
  border: 5px solid #f3f3f3;
  border-top: 5px solid #000;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: spin 1s linear infinite;
  margin: 0 auto;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.overflow_hidden {
	overflow: hidden!important;
}

.card-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; overflow: auto;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}


#cart {
    height: calc(100% - 87px);
}

@media(max-width: 1023px) {
    #cart {
        height: calc(100% - 57px);
    }

}

.h-100 {
  height: 100%;
}

.text-danger {
    color: #fb0a0a !important;
}

.page-link {
  color: #000;
}

.label_20-board {
    position: absolute;
    top: 3rem;
    left: 1.125rem;
    z-index: 2;
}

.navbar-nav .nav-item > a.nav-link.active:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 9px;
    width: 84%;
    height: 1px;
    margin: auto;
    left: 0;
    right: 0;
    background-color: #565353;
    -webkit-transition: width .2slinear;
    transition: width .2slinear;
}

.link-delivety-payment .size-btn__icon {
    margin: 0 .7375rem 0 0;
}
