.top-links__a[href="#"] {
    color: #000 !important;
    font-weight: bold;
}

.bottom-content {
	display: none;
	/*padding: 30px 0px 40px 0px;*/
}
table {
	min-width: 100%;
}
table, th, td {
	border: 1px rgb(230, 230, 230);
	border-collapse: collapse;
}
table td {
	padding: 5px;
}

table.fr-solid-borders,
table.fr-solid-borders td,
table.fr-solid-borders th {
	border-style: solid;
}
table.fr-dashed-borders,
table.fr-dashed-borders td,
table.fr-dashed-borders th {
	border-style: dashed;
}

table.fr-alternate-rows tr:nth-child(even){ 
	background: #eaeaea90;
}

table th,
table td {
	min-width: 150px;
}

.table-wrapper {
	overflow-x: auto;
	max-width: 100%;
	width: 100%;
}

.category-info  {
    margin: 0;
}

.category-info__description {
    height: 50px;
    display: block;
    overflow: hidden;
    margin: 0 0 40px;
}
body .linker-slider.owl-carousel .owl-nav .owl-prev, body .linker-slider.owl-carousel .owl-nav .owl-next {
	border-radius: 3px !important;
    background: #ffffff9c !important;
	top: -5px !important;
}
.owl-carousel .owl-nav {
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 3px;
    right: 3px;
}
body .linker-slider a {
    color: #780471 !important;
    border-radius: 3px;
    background: #e655dd14;
    border: 0px;
	display: inline-flex;
	height: 40px;
	margin-right: 5px;
}
body .linker-slider a:hover {
    background: #e655dd24;
	color: #000000 !important;
}
body .linker-slider-wrap .tags-wrap {
    overflow: hidden !important;
    height: 50px !important;
    width: auto !important;
    float: none !important;
}

.account-register .custom-field {
    display: block !important;
}

span.descr {
    font-size: 12px !important;
    line-height: 120% !important;
    display: block;
    margin: 7px 0 0 0;
    opacity: 0.8;
}