.bottom-text a {
	color: #0dcaf0;
}

.bottom-text a:hover {
	color: #3f5a9e 6.754%;
}

.catalog-page table a {
	text-decoration: none;
}

.ajax-pages.pages {
	text-align: center;
}

.ajax-pages.pages a {
	width: 15%;
}

.filter-item.show-all .d-none {
	display: block !important
}
.url-catalog {
	text-decoration: none;
	display: block;
	text-align: center;
	background: none;
	width: 128px;
	height: 46px;
	border: 1.5px solid #294487;
	border-radius: 50px;
	font-size: 20px;
	font-weight: 500;
	font-family: "Manrope", sans-serif;
}

.cart-added {
text-decoration: none;
    width: 100%;
    color: #fff;
    border-radius: 50px;
    line-height: 60px;
    height: 60px;
    text-align: center;
    padding: 0 73px 0 30px;
    font-family: Manrope;
    font-size: 20px;
    font-weight: 500;
    background: url(../img/arrow.svg) no-repeat right 7px top 50%, linear-gradient(216.87deg, #3f5a9e 6.754%, #294487 68.346%);
    margin-bottom: 12px;
}

.cart-close {
text-decoration: none;
    width: 100%;
    color: #fff;
    border-radius: 50px;
    line-height: 60px;
    height: 60px;
    text-align: center;
    padding: 0 73px 0 30px;
    font-family: Manrope;
    font-size: 20px;
    font-weight: 500;
    background: url(../img/arrow.svg) no-repeat right 7px top 50%, linear-gradient(216.87deg, #fff 6.754%, #374151 68.346%);
    margin-bottom: 12px;
}

.header .catalog .list .item .diss {
  display: inline-block;
  text-decoration: none;
  line-height: 20px;
  padding-right: 30px;
  color: #294487;
  font-weight: 500;
  background: url('../img/arrow4.svg') no-repeat right;
}

.header .search .form-button {
	 position: static !important;
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    border-radius: 0 !important;
    background: none !important;	
}

.btn-lft {
    position: fixed;
    top: 120px;
    right: 10px;
    z-index: 9999;

    writing-mode: sideways-lr;
    text-orientation: upright;

    color: #fff;
    border-radius: 50px;
    padding: 20px 10px;
    font-family: Manrope;
    font-size: 18px;
    font-weight: 500;
    background: linear-gradient(216.87deg, #3f5a9e 6.754%, #294487 68.346%);
    text-transform: lowercase;
    border: none;
    cursor: pointer;
}

.ahref {
	text-decoration: none;
}
