
/**/
.hidden {
    display: none!important;
}
/**/
.ab-card__img-wrap {
    flex-shrink: 1;
}
/**/

/**/
.field-photo .field-photo__link {
	cursor: pointer;
}
/**/
.rds-slick-slide:not(:first-of-type) {
    display: none;
}
/**/
.l-page__container {
    padding-bottom: 15px;
}
.catalog-filter__action {
    padding: 15px;
}
.btn {
    min-width: 110px;
}
/**/
.ab-card__opt {
    min-width: 157px;
}
/**/
.l-catalog {
    background: white;
}
/**/
.rds_prev-images {
    padding-top: 15px;
}
.rds_prev-image-wrap {
    display: inline-block;
    overflow: hidden;
    width: 49%;
    min-height: 100px;
    position: relative;
}
.rds_prev-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform:translate(-50%, -50%);
}
/**/
.entry-nav {
    margin-top: 0px;
    margin-bottom: 0px;
    line-height: 35px;
}
/**/
.l-seller__sidebar {
    padding-top: 30px;
}
/**/
.l-catalog__footer {
    padding-top: 20px;
}
/**/
.pagination li {
    list-style-type: none;
}
/**/
.rd_pair__input-wrap {
    /*font-size: 0;*/
}
.rd_pair__input-wrap input {
    /*max-width: calc(100% - 210px);*/
}
.rd_pair__input-wrap button {
    display: none;
    float: right;
    margin-left: 4px;
}
/**/
.__rds_correct {
    background-color: rgb(182, 241, 182);
}
.__rds_incorrect {
    border-color: #ff0000 !important;
}
label.__rds_incorrect {
    display: block;
}
.__rds_incorrect + .field-text__help-text,
.__rds_red_color.field-text__help-text,
.__rds_incorrect + label.__rds_incorrect {
    color: #ff0000 !important;
}
.__rds_green_color.field-text__help-text {
    color: green !important;
}
/**/
.field-text--lk + .invalid-feedback {
    padding-left: 180px;
}
/**/
.menu__item--active.menu__link {
    color: #e2001a;
}
/**/
figcaption {
    display: none;
}
.fancybox-caption__body .info {
    color: #ff9f00;
}
.input-style .rds_form-field-auth-hidden {
    display: none;
}
/**/
.rds_image-wrap {
    width: 233px;
    height: 150px;
    overflow: hidden;
    border-radius: 5px;
}
.rds_prop-feature-checkbox {
    width: 100%;
    height: 90px;
    user-select: none !important;
    margin-bottom: 9px;
}
.rds_prop-feature-checkbox label {
    display: block;
    height: 100%;
    position: relative;
    background: black;
    background: #EAEDF1;
    outline: solid 2px transparent;
    color: white;
    color: #34495e;
    cursor: pointer;
    transition-duration: .2s;
    padding-top: 12px;
    padding-right: 200px;
    padding-bottom: 3px;
    padding-left: 90px;
}

.rds_prop-feature-checkbox input:checked+label {
    outline-color: #ff9f00;
}
.rds_prop-feature-checkbox .img-box {
    display: block;
    width: 150px;
    height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 111;
}
.rds_prop-feature-checkbox .img-box img {
    display: block;
    max-width: 160px;
    max-height: 110px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.rds_prop-feature-checkbox .title-box {
    color: #ff9f00;
    font-size: 17px;
    font-weight: 700;
}
.rds_prop-feature-checkbox .employee-box {
    font-style: italic;
    font-size: 14px;
	font-weight: 700;
}
.rds_prop-feature-checkbox .data-box {
    display: inline-block;
    font-size: 14px;
	font-weight: 700;
}
.rds_prop-feature-checkbox .data-box span {
    color: #ff9f00;
}
.rds_prop-feature-checkbox .info-box {
    font-size: 12px;
    color: #ff9f00;
}
.rds_prop-feature-checkbox .info-box a {
    position: relative;
    color: #ff9f00 !important;
    z-index: 111;
}
.rds_prop-feature-checkbox .rds_mask:before {
    content: '\f055';
    position: absolute;
    top: 50%;
    left: 25px;
    color: #ff9f00;
    font-size: 50px;
    transition-duration: .3s;
    transform: translateY(-50%);
}
.rds_prop-feature-checkbox input:checked + .rds_mask:before {
    content: '\f056';
    color: red;
    transform: translateY(-50%) rotateX(180deg);
}
@media (max-width: 1024px) {
    .rds_prop-feature-checkbox {
        height: auto;
    }
    .rds_prop-feature-checkbox label {
        padding-right: 0px;
    }
    .rds_prop-feature-checkbox .img-box {
        display: none;
    }
    .rds_prop-feature-checkbox .title-box,
    .rds_prop-feature-checkbox .employee-box,
    .rds_prop-feature-checkbox .data-box,
    .rds_prop-feature-checkbox .info-box {
        display: block;
    }
}
@media (max-width: 992px) {
    .box {
        padding: 15px;
    }
    .l-catalog__bar-opt {
        display: none;
    }
    .rds_prop-feature-checkbox .info-box span {
        display: none;
    }
    .ab-card__content {
        border-right: none;
    }
}
/**/
.rds_prop-dates-slider-wrap {
    padding-right: 35px !important;
    padding-left: 35px !important;
}
.rds_prop-dates-slider {}

.rds_prop-dates-slider .slick-prev,
.rds_prop-dates-slider .slick-next {
    height: calc(100% - 4px);
    top: 2px;
    bottom: 2px;
    background-color: black;
    transform: none;
}
.rds_prop-dates-slider .slick-prev.slick-disabled,
.rds_prop-dates-slider .slick-next.slick-disabled {
    opacity: .33;
}
.rds_prop-dates-slider .slick-prev {
    left: -33px;
}
.rds_prop-dates-slider .slick-next {
    right: -35px;
}
.rds_prop-dates-slider .slick-prev::before,
.rds_prop-dates-slider .slick-next::before {
    font-family: inherit !important;
    color: white !important;
    opacity: 1 !important;
}
.rds_prop-dates-slider .slick-prev::before {
    content: '\f104' !important;
}
.rds_prop-dates-slider .slick-next::before {
    content: '\f105' !important;
}
.rds_prop-dates-slider .rds_slide {
    height: 50px;
    position: relative;
    padding: 2px;
    margin: 0;
}
.rds_prop-dates-slider label {
    display: block;
    height: 100%;
    background: #34495e;
    color: white;
    font-size: 15px;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    transition-duration: .2s;
    padding: 5px;
    margin: 0;
}
.rds_mask {
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    /*background-color: rgba(255,255,255,.1);*/
    background-color: transparent;
    outline: solid 2px transparent;
    transition-duration: .2s;
    z-index: 99;
}
input:checked + .rds_mask {
    background-color: transparent;
    outline-color: #ff9f00;
}
/**/
.rds_prop-variants-slider-wrap {
    max-height: calc(100vh - 270px);
    -padding-right: 25px !important;
    -padding-left: 25px !important;
}
.rds_prop-variants-slider {
    -padding-top: 30px;
    -padding-bottom: 30px;
}
.rds_prop-variants-slider .rds_slide {
    height: 80px;
    position: relative;
    padding: 1px;
    margin: 0;
}
.rds_prop-variants-slider label {
    display: block;
    height: 100%;
    background: #EAEDF1;
    border-bottom: 2px solid #9F9FA1;
    color: #34495e;
    font-size: 16px;
    cursor: pointer;
    transition-duration: .2s;
    padding: 5px 9px;
    margin: 0;
}
.rds_prop-variants-slider .top-area {
    font-size: 16px;
    margin-bottom: 3px;
}
.rds_prop-variants-slider .rdj_minutes-ph,
.rds_prop-variants-slider .rdj_price-ph {
    padding-right: 2px;
}
.rds_prop-variants-slider .date-box {}
.rds_prop-variants-slider .time-box {
    padding: 0 1px;
}
.rds_prop-variants-slider .mid-area {
    font-size: 14px;
    margin-bottom: 3px;
}
.rds_prop-variants-slider .employee-box {
    font-style: italic;
    color: #9F9FA1
}
.rds_prop-variants-slider .bot-area {
    font-size: 14px;
}
.rds_prop-variants-slider .price-placeholder-box {
    padding-right: 5px;
}
.rds_prop-variants-slider .slick-prev,
.rds_prop-variants-slider .slick-next {
    width: calc(100% + 28px);
    height: 30px;
    background-color: black;
    transform: none;
}
.rds_prop-variants-slider .slick-prev.slick-disabled,
.rds_prop-variants-slider .slick-next.slick-disabled {
    opacity: .33;
}
.rds_prop-variants-slider .slick-prev {
    top: 0px;
    right: -14px;
    left: -14px;
}
.rds_prop-variants-slider .slick-next {
    top: auto !important;
    bottom: 0px;
    right: -14px;
    left: -14px;
}
.rds_prop-variants-slider .slick-prev::before,
.rds_prop-variants-slider .slick-next::before {
    font-family: inherit !important;
    color: white !important;
    opacity: 1 !important;
}
.rds_prop-variants-slider .slick-prev::before {
    content: '\f106' !important;
}
.rds_prop-variants-slider .slick-next::before {
    content: '\f107' !important;
}

.rds_prop-variants-slider .rds_mask:hover {
    outline-color: #ff9f00;
}
/**/
.mm-navbar__title {
    font-family: 'Exo 2', sans-serif;
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #ff9f00 !important;
}
/**/
.rds_booking-table {}
.rds_booking-table tr {
    border-bottom: 2px solid #9F9FA1;
    padding: 9px 0px;
}
.rds_booking-table .rds_td-head {
    font-size: 15px;
    color: #34495e;
}
.rds_booking-table .rds_td-content {
    font-size: 16px;
    color: #9F9FA1;
}
.rds_pleft30 {
    padding-left: 30px;
}
/**/
.rds_title-t1 {
    font-family: 'Exo 2', sans-serif;
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.rds_mmenu-ordering-link {
    font-family: 'Exo 2', sans-serif;
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    -white-space: nowrap;
}
.rds_mmenu-ordering-link_t2 {
    display: block;
    height: 100%;
    font-family: 'Exo 2', sans-serif;
    font-size: 1.25rem;
    font-weight: bold;
    margin-bottom: 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    opacity: .88;
    transition-duration: .2s
}
.rds_mmenu-ordering-link_t2:hover {
    opacity: 1;
}
/**/
.rds_wc-conflicted-event {
    outline: 2px solid red !important;
}
.rds_red-colored {
    color: red !important;
}
.rds_green-colored {
    color: green !important;
}
.rds_disabled {
    pointer-events: none !important;
    cursor: not-allowed;
    opacity: 0.4 !important;
}
.rds_buttonset .ui-state-active {
    background: #009688 !important;
    color: white !important;
}
.rds_buttonset .ui-button-text {
    font-size: 14px;
}
.rds_fullwidth-block {
    width: 100vw!important;
    position: relative;
    left: 50%!important;
    right: 50%!important;
    margin-right: -50vw !important;
    margin-left: -50vw !important;
}
.rds_calendar-box {
    margin-right: -31px !important;
    margin-left: -31px !important;
}

.rds_calendar-goto {
    display: inline-block;
    max-width: 187px;
}
/**/
.rds_prop-features-group {
    border: 1px solid #34495e !important;
}
.rds_prop-features-group legend {
    display: inline-block;
    width: auto;
    font-size: 19px;
    padding-right: 9px;
    padding-left: 9px;
}
/**/
.rds_hidden {
    display: none !important;
}
.rds_fright {
    float: right;
}
.rds_fleft {
    float: left;
}
.rds_mainc {
    color: #ff9f00 !important;
}
.rds_pinkc {
    color:#B786BE !important;
}
.rds_txtcenter {
    text-align: center;
}
.rds_fullw {
    width: 100%;
}
.rds_maxwh300 {
    max-width: 300px !important;
    max-height: 300px !important;
}
.rds_w300 {
    width: 300px;
}
.rds_prleft10 {
    padding-right: 10px !important;
    padding-left: 10px !important;
}
.rds_prleft15 {
    padding-right: 15px !important;
    padding-left: 15px !important;
}
.rds_mrleft-15 {
    margin-right: -15px !important;
    margin-left: -15px !important;
}
input[type="reset"]{
    display: none;
}
/**/
@media (min-width: 1024px) {
    .modal-dialog {
        width: 810px;
    }
}
/**/
.wc-container td {
    color: inherit !important;
}
/**/
.tab-pane:not(.rds_2nd_month) .ui-datepicker-row-break+.ui-datepicker-group {
    display:none !important;
}
td.__shifted .ui-state-default {
    background: green !important;
    color: white !important;
}
td[title].ui-datepicker-today a {
    background: linear-gradient(black, green) !important;
}
td[title].ui-state-highlight a {
    background: linear-gradient(red, green) !important;
}
td.ui-state-highlight.ui-datepicker-today a {
    background: linear-gradient(red, black) !important;
}
.ui-datepicker-current-day {
    outline: 2px solid red;
}
.boxed-legend-active {
    outline: 2px solid red;
}
/**/
.rds_feature-elem {}
.rds_weekday-dataitem,
.rds_feature-dataitem {
    font-size: 11px;
    color: grey;
}
.rds_weekday-dataitem span[class],
.rds_feature-dataitem span[class] {
    color: #009688;
}
.rds_weekday-pop,
.rds_feature-pop {
    display: none;
    width: 180px;
    position: absolute;
    left: 0px;
    top: -140px;
    background: #fff;
    border: 2px solid #009688;
    padding: 9px;
    z-index: 999;
}
 .rds_weekday-pop:after,
 .rds_feature-pop:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    position: absolute;
    left: -1px;
    bottom: -12px;
    border: 5px solid transparent;
    border-top-color: #009688;
}
.rds_close-pop {
    position: absolute;
    right: 2px;
    top: 2px;
    font-size: 12px;
    line-height: 8px;
    color: #009688;
    cursor: pointer;
    opacity: .7;
    padding: 3px;
}
.rds_close-pop:hover {
    opacity: 1;
}

.rds_feature-label {}
.rds_form-group {}
.rds_form-control {
    width: 100%;
}
/* для исправления иконки "добавить в избранное" */
.tovar-card__actions-like {
    width: auto !important;
    height: 20px !important;
    margin-top: 3px !important;
    background: url("../img/like-icon.png") 0 center no-repeat transparent;
    font-size: 14px;
    color: #7f7b7b;
    padding-left: 25px;
    transition-duration: .3s;
}
.tovar-card__actions-like:hover {
    color: #ff0000;
}
/**/
.product-box__cost {
    padding: 26px 0 0 0;
}
@media (max-width: 768px) {
    .product-box__cost span {
        font-size: 22px;
    }
    .option-card {
        display: block;
    }
}
/**/
.rds-main-slider {
    border: 1px solid #d4d4d4;
    margin-bottom: 9px;
}
.rds-minies-slider .slick-track {
    -margin-left: 0;
}
.rds-minies-slider .rds-slick-slide {
	border: 2px solid transparent;
    cursor: pointer;
    padding: 0 4px;
}
.rds-minies-slider .rds-slick-slide.slick-current {
    border-color: #0af
}
.rds-minies-slider .rds-slick-slide .rds-img-wrap {
    height: 100px;
	overflow: hidden;
    position: relative;
}
.rds-minies-slider .rds-slick-slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
/**/
.main-nav--open {
	border: 1px solid grey;
	box-shadow: 0px 2px 5px grey;
}

@media (min-width: 1025px) {
    .main-nav__item:not(:last-child) {
        margin-right: 22px;
    }

	/**/
	.widget-tab-list {
		display: flex;
		flex-direction: column;
		flex-wrap: wrap;
		max-height: 300px;
	}
	.widget-tab-list > li {
		flex: 1 1 65px;
		max-width: 33%;
	}
	/**/
}
form.fine-input-form .fine-input-label {
	position: relative;
}
form.fine-input-form .fine-input-pholder {
    display: inline-block;
    position: absolute;
    top: 11px;
    left: 24px;
    color: #5A5A5A;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    pointer-events: none;
}
form.fine-input-form .fine-input-label input:not(.__rds_correct) + .fine-input-pholder,
form.fine-input-form .fine-input-label input:focus + .fine-input-pholder {
    top: 0px;
    font-size: 12px;
}