.btn-link {
    background-color: Transparent;
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    overflow: hidden;
    outline: none;
}
.page__topline .lang .dropdown__nav button:hover {
    opacity: 0.5;
}
.form__input.error input,
.form__input.error textarea {
    border-color: #d83358;
    color: #d83358;
}
.form__input.error input::placeholder,
.form__input.error textarea::placeholder,
.form__input.error input::-moz-placeholder,
.form__input.error textarea::-moz-placeholder,
.form__input.error input::-webkit-input-placeholder,
.form__input.error textarea::-webkit-input-placeholder {
    color: #d83358;
}
.error-field {
    padding: 5px 20px 0;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    color: #d83358;
}

a.btn.btn-lg.accent.video {
    width:100%;
    text-align: center;
    margin: -15px 0 0 0;
}

button.btn:disabled {
    background: -webkit-gradient(linear, left top, right top, from(#777575), to(#a6a6ad));
    background: -webkit-linear-gradient(left, #777575, #a6a6ad);
    background: -o-linear-gradient(left, #777575, #a6a6ad);
    background: linear-gradient(to right, #777575, #a6a6ad);
    cursor: default;
}
button.btn:disabled:hover {
    background-size: 100%;
}
.success-email {
    background-color: #ffffff;
    border: 1px solid rgba(51, 51, 51, 0.15);
    padding: 10px 20px 20px;
    border-radius: 5px;
    margin-bottom: 20px;
    min-height: 160px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 20px;
    border-color: #284e80;
    color: #99295e;
    text-align: center;
}
#contactus .success-email {
    margin: 20px;
}
.awesome-sort {
    font-size: 11px;
}

.right .sort li.active .awesome-sort {
    color: #a52859;
}
.catalog__item__slider .owl-carousel .owl-item img {
    width: auto;
}
.video-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0.1;
    transition: .3s ease;
    background-color: #000000;
}
.video-icon {
    color: #efeff0;
    font-size: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}
.video-slide:hover .video-overlay {
    opacity: 0.3;
}
.gallery__thumb {
    cursor: pointer;
}
.synced .gallery__thumb {
    cursor: default;
}
.service__form .error-field {
    color: #ffffff;
    text-shadow: 0px 1px 10px #d83358, 0 0 1em #0000;
}
.service__form  .success-email {
    min-height: 120px;
    opacity: 0.8;
    padding: 20px;
}
.not-found__page {
    min-height: 300px;
}
.not-found__main {
    margin-top: 50px;
    text-align: center;
}
.error-continue {
    padding: 0 20px;
}
.buttons-error {
    margin-top: 30px;
}
.empty-products {
    text-align: center;
    min-height: 140px;
    align-items: center;
    justify-content: center;
    align-content: center;
    display: flex;
    font-size: 16px;
    color: #999999;
}
input[type=search]::-ms-clear {  display: none; width : 0; height: 0; }
input[type=search]::-ms-reveal {  display: none; width : 0; height: 0; }
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration { display: none; }

.cod__produs_one {
	line-height: 25px;
}

.cod__produs_one strong {
	margin-right: 5px;
}

.cod__produs_one span {
	float: right;
}
.catalog__list__item .item__title {
    height: 35px;
    white-space: inherit;
    font-size: 15px;
}
.form__action__text {
    visibility: hidden;
}
.search__title {
    text-transform: none !important;
}

.filter__list_categories:hover {
    border-color: rgba(51, 51, 51, 0.15);
}
.filter__list_categories > ul {
    padding: 0;
    margin: 0;
    margin-top: 10px;
}

.filter__list_categories > ul li {
    padding: 8px 30px 8px 15px;
    color: #333333;
    cursor: pointer;
    -webkit-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear;
    font-weight: 500;
    margin: 0;
    display: flex;
    align-items: center;
}
span.filter__count {
    position: absolute;
    right: 15px;
    color: #9c9999;
}
.filter__subcategories {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    border-bottom: 1px solid rgb(224, 224, 224);
    padding: 7px 15px;
}
.filter__list_categories > ul li:hover {
    background-color: rgba(51, 51, 51, 0.05);
    border-radius: 0;
}

.filter__list_categories > ul li.selected {
    background-color: rgba(51, 51, 51, 0.2);
    border-radius: 10px 0 0 10px;
}