/* Default css */

a,
input,
textarea,
button,
select {
    outline: none;
}

    a:hover,
    h1:focus,
    h2:focus,
    h3:focus,
    h4:focus,
    h5:focus,
    h6:focus {
        text-decoration: none;
    }

    a:focus,
    input:focus,
    textarea:focus,
    button:focus,
    select:focus {
        outline: none !important;
        text-decoration: none;
    }

input, textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

    input[type="search"],
    input[type="text"],
    input[type="url"],
    input[type="number"],
    input[type="password"],
    input[type="email"],
    input[type="file"] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    input[type=number]::-webkit-outer-spin-button,
    input[type=number]::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    input[type=number] {
        -moz-appearance: textfield;
    }

a {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

ol, ul {
    list-style: none;
    padding: 0;
}

code, kbd, pre, samp {
    font-family: "PT Sans Narrow", sans-serif;
    font-size: inherit;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

::selection {
    color: #fff;
    background-color: #c272bf;
}

/* End default css*/

html {
    padding: 0;
    margin: 0;
}

body {
    position: relative;
    font-family: "PT Sans Narrow", sans-serif;
    font-size: 16px;
    line-height: 120%;
    color: #262626;
    background-color: #fff;
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
    padding-top: 70px;
}

header {
    position: fixed;
    background-color: #000000;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 4px solid #c272bf;
    z-index: 10;
}

.header {
    height: 70px;
    display: flex;
    align-items: center;
}

.header__icons {
    color: #fff;
    margin-left: auto;
    font-size: 15px;
    display: flex;
}

.header__icon {
    cursor: pointer;
    position: relative;
}

    .header__icon + .header__icon {
        margin-left: 15px;
    }

footer {
    position: relative;
    width: 100%;
    padding: 25px 0;
    border-top: 5px solid #c272bf;
    background-color: #000;
}

.footer__title {
    color: #444;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}

.footer__menu {
    padding-left: 10px;
    margin-bottom: 25px;
}

.footer__menu_link {
    color: #333;
    text-decoration: none;
}

    .footer__menu_link:hover {
        color: #333;
        text-decoration: underline;
    }

.footer__menu_line + .footer__menu_line {
    margin-top: 5px;
}

.footer__payment {
    display: inline-block;
}

.footer__payment_icon {
    width: 60px;
}

.header__icon::before {
    content: '';
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #c272bf;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    top: -6px;
    right: -6px;
}

.homeSlider__slide {
    position: relative;
}

.homeSlider__img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.homeSlider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    border: 1px solid #fff;
    background-color: transparent;
    opacity: 1;
}

.homeSlider .swiper-pagination-bullet-active {
    background-color: #FFF;
}

.loader {
    width: 50px;
    aspect-ratio: 1;
    display: grid;
    border-radius: 50%;
    background: linear-gradient(0deg,rgb(0 0 0/50%) 30%,#0000 0 70%,rgb(0 0 0/100%) 0) 50%/8% 100%, linear-gradient(90deg,rgb(0 0 0/25%) 30%,#0000 0 70%,rgb(0 0 0/75% ) 0) 50%/100% 8%;
    background-repeat: no-repeat;
    animation: l23 1s infinite steps(12);
}

.loader::before,
.loader::after {
    content: "";
    grid-area: 1/1;
    border-radius: 50%;
    background: inherit;
    opacity: 0.915;
    transform: rotate(30deg);
}

.loader::after {
    opacity: 0.83;
    transform: rotate(60deg);
}

@keyframes l23 {
    100% {
        transform: rotate(1turn)
    }
}

.hide {
    display: none !important;
}

.homeSlider__tBlock {
    position: absolute;
    z-index: 999;
    color: #fff;
    display: inline-block;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.homeSlider__tTitle {
    color: #fff;
    font-size: 16px;
    line-height: 1.4em;
    letter-spacing: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase
}

.homeSlider__overlay {
    background-color: rgba(0, 0, 0, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.homeSlider__Title {
    font-size: 28px;
    padding: 0 5px;
    border-top: 3px dotted #fff;
    border-bottom: 3px dotted #fff;
    white-space: nowrap;
    margin-top: 30px;
    color: #eee;
    line-height: 1.7em;
    font-weight: bold;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    text-align: center;
}

.homeSlider__lBlock {
    margin-top: 40px;
    background-color: transparent;
    border: 2px solid #fff;
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 10px;
    letter-spacing: 1px;
    text-align: center;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.homeSlider__lBlock a {
    color: #fff;
    display: inline-block;
    outline: none;
    font-size: 12px;
    font-weight: 400;
    background: none;
    border: 0;
    text-transform: inherit;
    text-align: center;
    padding: 10px 20px;
    letter-spacing: 0.1em;
    white-space: nowrap;
    text-decoration: none;
}

.homeSlider__tBlock2 {
    display: inline-block;
    padding: 20px 15px;
    text-align: center;
}

.homeSlider__tTitle2B {
    position: relative;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    border-top: 1px solid transparent;
    z-index: 9;
    border-bottom: 0 solid #000;
}

.homeSlider__tTitle2B:before {
    border: solid transparent;
    border-right-color: #000;
    border-top-color: #000;
    border-bottom-color: #000;
    transform: translateX(-100%);
    left: 1px;
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-width: 28px 20px;
    top: 0;
    z-index: -1;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.homeSlider__tTitle2B:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: solid transparent;
    border-left-color: #000;
    border-top-color: #000;
    border-bottom-color: #000;
    transform: translateX(100%);
    right: 1px;
    border-width: 28px 20px;
    top: 0;
    z-index: -1;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
}

.homeSlider__tTitle2 {
    background-color: #000;
    font-size: 18px;
    padding: 7px 35px;
    margin: 0;
    line-height: 1.4em;
    letter-spacing: 1px;
    position: relative;
    min-height: 58px;
}

.homeSlider__tTitle2:before {
    background-color: #c272bf;
    right: 5px;
    content: '';
    display: block;
    position: absolute;
    width: 13px;
    height: 13px;
    transform: rotate(45deg);
    margin: auto;
    top: 0;
    bottom: 0;
}

.homeSlider__tTitle2:after {
    background-color: #c272bf;
    left: 5px;
    content: '';
    display: block;
    position: absolute;
    width: 13px;
    height: 13px;
    transform: rotate(45deg);
    margin: auto;
    top: 0;
    bottom: 0;
}

.homeSlider__Title2 {
    font-size: 28px;
    padding: 0 5px;
    margin-top: 30px;
    color: #eee;
    white-space: nowrap;
    line-height: 1.7em;
    font-weight: bold;
}
.tiser__booking {
    background-color: #000;
    padding: 10px 0;
    overflow: hidden;
}
.tiser__booking_title {
    font-size: 20px;
    color: #ca2c92;
    line-height: 120%;
    margin-bottom: 16px;
}
.btn-bwhite {
    display: inline-flex;
    height: 40px;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    outline: none;
    padding: 0 20px;
    letter-spacing: 0.1em;
    white-space: nowrap;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    text-transform: uppercase;
    text-decoration: none;
    align-items: center;
    justify-content: center;
}
.btn-bwhite:hover {
    color: #c272bf;
    border: 2px solid #c272bf;
}
.page__h1_block {
    background-color: #000;
    text-align: center;
    overflow: hidden;
    padding: 25px 0;
}
.page__h1 {
    padding: 0;
    margin: 0;
    color: #f2f2f2;
    font-size: 25px;
}
.page__banner {
    position: relative;
    padding-bottom: 90px;
    padding-top: 90px;
    text-align: center;
    background-color: #808080;
}
.page__banner_img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    top: 0;
    left: 0;
}
.page__banner_title {
    padding: 20px 25px;
    background-color: #000;
    position: relative;
    display: inline-block;
    font-size: 18px;
    letter-spacing: 0.25em;
    color: #fff;
    height: 56px;
}
.page__banner_title:before {
    border: solid transparent;
    border-right-color: #000;
    border-top-color: #000;
    border-bottom-color: #000;
    transform: translateX(-100%);
    left: 1px;
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-width: 28px 20px;
    top: 0;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
}

.page__banner_title:after {
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border: solid transparent;
    border-left-color: #000;
    border-top-color: #000;
    border-bottom-color: #000;
    transform: translateX(100%);
    right: 1px;
    border-width: 28px 20px;
    top: 0;
    box-sizing: border-box;
    text-align: center;
    text-transform: uppercase;
}
.news__box {
    background-color: #f1f1f1;
    padding: 50px 0;
}
.news__short_form {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
}
.news__short_form_photo {
    display: block;
    border: 6px solid #ddd;
    margin-bottom: 20px;
    overflow: hidden;
    height: 190px;
    position: relative;
}
.news__short_form_img {
    position: absolute;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.news__short_form_title {
    font-weight: bold;
    font-size: 16px;
    color: #121213;
    line-height: 120%;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 10px;
}
.news__short_form_desc {
    color: #666;
    text-align: justify;
    margin-top: 8px;
    font-size: 14px;
    margin-bottom: 20px;
}
.btn-cblack {
    padding-left: 35px;
    padding-right: 35px;
    border: 2px solid #000;
    background-color: #000;
    display: inline-flex;
    height: 42px;
    width: 178px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 10px 20px;
    letter-spacing: 0.1em;
    white-space: nowrap;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}
.product__box {
    padding: 50px 0;
}
.product__short_form {
    display: flex;
    flex-direction: column;
}
.contacts_title {
    color: #121213;
    line-height: 120%;
    letter-spacing: 2px;
    font-size: 22px;
    margin-bottom: 16px;
}
.contacts_address_title {
    padding: 15px 8px 10px 8px;
    background: #EEEEEE;
    text-align: center;
    border-bottom: 2px dotted #90688F;
    margin-bottom: 16px;
}
.contacts_address_field {
    display: flex;
    align-items: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
}
.contacts_address_icon_box {
    margin-right: 10px;
}
.contacts_address_icon {
    color: #c272bf;
    text-align: center;
    width: 15px;
}
.contacts_address_value {
    color: #666;
}
.contacts_address_value a,
.contacts_address_value a:hover {
    color: #666;
}
.contacts_address_field + .contacts_address_field {
    margin-top: 16px;
}
.contacts_address_box {
    border-bottom: 2px dotted #90688F;
    padding-bottom: 16px;
    margin-bottom: 25px;
}
.form__textarea {
    background-color: #eee;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    width: 100%;
    vertical-align: middle;
    resize: none;
    padding: 15px;
    height: 100px;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form__input {
    width: 100%;
    height: 50px;
    font-size: 16px;
    font-weight: 400;
    background-color: #eee;
    color: #000;
    padding: 0 15px;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.form__field {
    margin-bottom: 16px;
}
.btn-form {
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
    letter-spacing: 1px;
    white-space: nowrap;
    background-color: #c272bf;
    border: 0 none;
    height: 48px;
    cursor: pointer;
    text-align: center;
    color: #fff;
    width: 100%;
}
.btn-form .preloader {
    margin-left: 10px;
}
.contacts_map {
    width: 100%;
    height: 410px;
    background-color: rgb(0, 0, 0, .3)
}
.reservation-link,
.reservation-completed,
.reservation-ok {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    width: 100%;
}
.reservation-ok i {
    color: #5bb75b;
    font-size: 80px;
}
.reservation-completed {
    font-size: 16px;
    color: #333332;
}
.reservation-link {
    padding: 0;
}
.reservation-link a {
    text-decoration: none;
    color: #175bbf;
    font-size: 14px;
    margin-right: 15px;
}
.reservation-link a:hover {
    text-decoration: underline;
}
/* HTML: <span class="preloader"></span> */
.preloader {
    width: 20px;
    padding: 4px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #852c81;
    --_m: conic-gradient(#0000 10%,#000), linear-gradient(#000 0 0) content-box;
    -webkit-mask: var(--_m);
    mask: var(--_m);
    -webkit-mask-composite: source-out;
    mask-composite: subtract;
    animation: l3 1s infinite linear;
}
@keyframes l3 {
    to {
        transform: rotate(1turn)
    }
}
/* HTML: <span class="preloader"></span> */

.login__form {
    position: relative;
    padding: 30px;
}
.form__label {
    font-size: 16px;
    color: #262626;
    margin-bottom: 5px;
    font-weight: 700;
}
.login__menu {
    display: flex;
    justify-content: space-around;
}
.login__link {
    color: #428bca;
    text-decoration: none;
}
.login__link:hover {
    color: #2a6496;
    text-decoration: underline;
}
.blocked {
    overflow: hidden;
}
.profile_title {
    color: #121213;
    line-height: 120%;
    letter-spacing: 2px;
    font-size: 22px;
    margin-bottom: 16px;
}
.profile_menu_item {
    display: flex;
}
.profile_menu_item .fa {
    color: #c272bf;
    text-align: center;
}
.profile_menu_icon {
    color: #c272bf;
    text-align: center;
    width: 15px;
    margin-right: 10px;
}
.profile_menu_link, .profile_menu_link:hover {
    color: #666;
}
.profile_menu_item {
    border-bottom: 2px dotted #90688F;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
.field__name {
    color: #262626;
    font-weight: bold;
}
.orders__item {
    border-bottom: 2px dotted #90688F;
    padding: 20px;
    display: flex;
}
.order__field_name {
    font-size: 16px;
    color: #A6A6A6;
}
.order__link {
    font-size: 16px;
    color: #2a6496;
    text-decoration: none;
}
.order__link:hover {
    color: #2a6496;
}
.order__b1 {
    padding-right: 10px;
    width: 33%;
}
.order__b2 {
    padding: 0 10px;
    width: 33%;
}
.order__b3 {
    width: 33%;
    padding-left: 10px;
}
.order__line {
    margin-bottom: 10px;
}
.order__actions {
    display: flex;
    justify-content: space-between;
}
.order__action {
    font-size: 16px;
    color: #D4D4D4;
}
.order__action:hover {
    color: #c272bf;
}
.product__short_form_title {
    font-size: 20px;
    line-height: 1.4em;
    letter-spacing: 1px;
    font-weight: 500;
    color: #121213;
    text-decoration: none;
}
.product__short_form_title:hover {
    color: #121213;
}
.product__short_form_img {
    width: 100%;
    max-height: 270px;
    max-width: 270px;
}
.product__short_form_fp {
    display: block;
    position: relative;
    margin-bottom: 20px;
}
.product__short_form_pc {
    position: absolute;
    bottom: 15px;
    display: flex;
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    padding-left: 12px;
    background-color: #000;
    height: 30px;
    align-items: center;
    transition: all 0.3s ease;
}
.product__short_form:hover .product__short_form_pc {
    padding-left: 20px;
}
.product__short_form:hover .product__short_form_cart {
    padding-right: 3px;
}
.product__short_form_price {
    font-size: 18px;
    color: #fff;
    line-height: 28px;
}
.product__short_form_cart a, .product__short_form_cart span {
    font-size: 16px;
    color: #c272bf;
    cursor: pointer;
    margin-left: 10px;
}
.product__short_form_cart a:hover {
    color: #ffd3fd;
}
.product__short_form_cart {
    position: relative;
    height: 30px;
    display: flex;
    align-items: center;
}
.product__short_form_price:after {
    content: '';
    display: block;
    position: absolute;
    border: solid #000;
    border-right-color: transparent;
    border-width: 15px 10px;
    top: 0;
    right: 0;
    transform: translateX(100%);
}
#page-notification {
    position: fixed;
    width: 100%;
    display: flex;
    justify-content: center;
    top: 50px;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
    z-index: 10000;
}
#page-notification .alert {
    min-width: 500px;
    display: flex;
    align-items: center;
}
#page-notification .alert .icon {
    margin-right: 12px;
}
#page-notification .alert .close {
    position: absolute;
    top: 7px;
    right: 7px;
    cursor: pointer;
    color: #c272bf;
}
#page-notification .alert .close:hover {
    color: #0d6efd;
}
.remind-form {
    background: #f1f1f1;
    border: 4px solid #c272bf;
    padding: 20px 30px;
    text-align: left;
    max-width: 450px;
    margin: 40px auto;
    position: relative;
}
.btn-narrow {
    height: 35px;
}
.menu_item {
    position: relative;
}
.menu_box {
    border-right: 2px dotted #90688F;
    height: 100%;
    padding-top: 25px;
}
.menu_item_a {
    font-size: 18px;
    color: #121213;
    text-decoration: none;
    display: block;
    padding: 5px 0;
}
.menu_item_a.active {
    font-weight: 600;
}
.menu_item_a:hover {
    color: #121213;
    text-decoration: underline;
}
.menu_box_sub {
    padding-left: 16px;
}
.menu_box_sub .menu_item:before {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background: #c272bf;
    position: absolute;
    top: 12px;
    left: -16px;
}
.pagination__box {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 50px;
}
.pagination__item {
    display: flex;
    border: 1px solid #dee2e6;
    height: 40px;
    width: 40px;
    align-items: center;
    justify-content: center;
    color: #121213;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
}
.pagination__item:hover {
    color: #fff;
    border: 1px solid #c272bf;
    background: #c272bf;
}
.pagination__item + .pagination__item {
    margin-left: 12px;
}
.product__short_form_options {
    display: flex;
    position: absolute;
    background-color: rgb(0, 0, 0, .75);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 25px;
    flex-direction: column;
}
.product__short_form_optitlt {
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 120%;
    text-transform: uppercase;
    font-weight: 600;
}
.product__short_form_ops {
    margin-top: auto;
    margin-bottom: auto;
}
.product__short_form_radio {
    display: none;
}
.product__short_form_label {
    color: #fff;
    display: flex;
    width: 100%;
    border: 1px solid #fff;
    border-radius: 25px;
    height: 30px;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 14px;
}
.product__short_form_radio:checked + .product__short_form_label {
    border: 1px solid #c272bf;
    background-color: #c272bf;
}
.product__short_form_prices {
    height: 28px;
}
.product__short_form_prices .btn span {
    margin-left: 10px;
}
.product__short_form_prices .btn {
    height: 28px;
    color: #FFFFFF!important;
    background-color: transparent!important;
    border: none!important;
    padding: 0 5px 2px 5px!important;
    font-size: 18px;
    display: flex;
    align-items: center;
}
.product__short_form_prices .btn .fa {
    color: #c272bf!important;
    font-size: 16px;
}
.product__short_form_prices .dropdown-menu {
    border-radius: 0;
    padding: 0;
}
.product__short_form_prices .dropdown-menu li a:hover {
    background-color: #c272bf!important;
    color: #FFFFFF!important;
}
/* pagination from Laravel */
.pagination {
    position: relative;
}
.pagination .page-item {
    display: flex;
    border: 1px solid #dee2e6;
    height: 40px;
    width: 40px;
    align-items: center;
    justify-content: center;
    color: #121213;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    margin-left: 12px;
}
.pagination .page-item.active {
    background-color: #c272bf;
    border: 1px solid #c272bf;
}
.pagination .page-item:not(.disabled):hover {
    border: 1px solid #c272bf;
    background: #c272bf;
    color: #FFFFFF;
}
.pagination .page-item:not(.disabled):hover .page-link {
    color: #FFFFFF;
}
.pagination .page-item.active .page-link {
    background-color: transparent;
    color: #FFFFFF;
}
.pagination .page-item .page-link {
    border: none!important;
    background-color: transparent;
}
.pagination .page-item + .pagination .page-item {
    margin-left: 12px;
}
/* cart */
.required {
    color: #E21013;
    margin-left: 5px;
}
.order-processing {
    position: relative;
    margin: 35px 0 20px 0;
}
.order-processing .cart-steps {

}
.cart-processing-items {
    position: relative;
}
.cart-processing-items .item {
    position: relative;
    display: flex;
    width: 100%;
    margin: 0 0 15px 0;
}
.cart-processing-items .item:hover {
    /*background-color: #ffe0feba;*/
    background-color: #fdf1fd;
}
.cart-processing-items .item .image {
    width: 90px;
    margin-right: 10px;
}
.cart-processing-items .item .details {
    display: block;
    width: 100%;
    position: relative;
}
.cart-processing-items .item .details .title {
    position: relative;
    margin: 0 0 10px 0;
}
.cart-processing-items .item .details .title a {
    font-size: 20px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #121213;
    text-decoration: none;
}
.cart-processing-items .item .details .title .sub-title {
    font-size: 16px;
    color: #91979b;
    margin-top: 3px;
}
.cart-processing-items .item .details .calculate {
    position: relative;
    display: flex;
    align-items: center;
    margin: 7px 0 0 0;
    padding: 10px 10px 0 0;
    border-top: 1px solid #EDEDED;
}
/*.cart-processing-items .item .details .calculate:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 15px;
    width: 70%;
    border-top: 1px solid #EDEDED;
}*/
.cart-processing-items .item .details .calculate .quantity {
    display: flex;
    align-items: center;
    width: 100%;
}
.cart-processing-items .item .details .calculate .quantity .name {
    margin-right: 15px;
}
.cart-processing-items .item .details .calculate .quantity .quantity-actions {
    display: flex;
    align-items: center;
}
.cart-processing-items .item .details .calculate .quantity .quantity-actions .minus,
.cart-processing-items .item .details .calculate .quantity .quantity-actions .plus {
    cursor: pointer;
    margin: 0 5px;
    color: #c272bf;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cart-processing-items .item .details .calculate .quantity .quantity-actions .minus:hover,
.cart-processing-items .item .details .calculate .quantity .quantity-actions .plus:hover {
    border: 1px solid #c272bf;
}
.cart-processing-items .item .details .calculate .quantity .quantity-actions .minus i,
.cart-processing-items .item .details .calculate .quantity .quantity-actions .plus i {
    color: #c272bf;
}
.cart-processing-items .item .details .calculate .quantity .quantity-actions .value {
    width: 50px;
    border: 1px solid #d1caca;
    text-align: center;
    font-size: 13px;
    padding: 3px 5px;
}
.cart-processing-items .item .details .calculate .subtotal,
.cart-processing-items .item .details .calculate .price {
    margin-left: auto;
    width: 120px;
    text-align: end;
    font-size: 16px;
    color: #333333;
}
.cart-processing-items .item .details .calculate .subtotal {
    margin-left: auto;
    width: 120px;
    text-align: end;
    font-weight: 600;
    font-size: 18px;
}
.cart-processing-items .item .delete {
    position: absolute;
    top: 0;
    right: 10px;
}
.cart-processing-items .item .delete i {
    cursor: pointer;
    color: #a0a4ab;
}
.cart-processing-items .item .delete i:hover {
    color: #121213;
}
.cart__info {
    position: relative;
}
.cart__info .cart__info--item {
    position: relative;
    display: flex;
    font-size: 18px;
    margin-bottom: 10px;
}
.cart__info .cart__info--item .name {
    width: 140px;
}
.cart__info .cart__info--item .value.field {
    display: flex;
}
.cart__info .cart__info--item.total .value {
    font-weight: bold;
}
.cart__info .cart__info--item.coupon .value input {
    max-width: 150px;
    margin-right: 10px;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    padding: 0 15px;
    height: 30px;
    border: 1px solid #d1caca;
}
.cart__info .cart__info--item.coupon .value {
    display: flex;
}
.cart__info .cart__info--item .value .free {
    color: #21A038;
    font-weight: 600;
}
.cart__info .cart__info--item.coupon .value .btn-form {
    height: 30px;
    min-width: 110px;
}
.cart-processing-shipping {
    position: relative;
}
.cart-processing-shipping .section {
    margin-top: 20px;
}
.cart-processing-items.section .section-name,
.cart-processing-shipping .section .section-name {
    display: block;
    width: 100%;
    font-size: 20px;
    color: #333333;
    padding: 0 0 7px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #c272bf; /*#EEEEEE*/
}
.cart-processing-items.section .section-name {
    margin: 0 0 20px 0;
}
.cart-processing-shipping .section .form {
    display: flex;
    flex-wrap: wrap;
}
.cart-processing-shipping .section .form .form__field {
    width: 400px;
    max-width: 400px;
    margin-right: 15px;
}
.cart-processing-shipping .section .form .form__field .form__label {
    font-weight: normal!important;
}
.cart-processing-shipping .return-to-cart {
    display: flex;
    margin-left: auto;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
}
.cart-processing-shipping .return-to-cart span {
    color: #6e376c;
    cursor: pointer;
    margin-left: 10px;
    font-size: 16px;
}
.cart-processing-shipping .return-to-cart span:hover {
    color: #b53ab0;
}
/* payment gateways */
.payment-gateways {
    position: relative;
    display: flex;
    align-items: center;
}
.payment-gateways .payment-gateway {
    padding: 10px 20px;
    border: 1px solid #EEEEEE;
    margin: 0 0 10px 15px;
}
.payment-gateways .payment-gateway.active {
    border: 1px solid #c272bf;
    background-color: #f7e1f6;
}
.payment-gateways .payment-gateway input {
    display: none;
}
/* credit-card */
.credit-card {
    position: relative;
}
.credit-card .form {
    display: block;
}
.credit-card .form .field-row {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 10px;
}
.credit-card .form .field-row .field-item {
    margin-right: 10px;
}
.credit-card .form .field-row .field-item .name {
    display: block;
    width: 100%;
    margin-bottom: 5px;
}
.credit-card .form .field-row .field-item .field {
    display: block;
    width: 100%;
}
.credit-card .form .field-row .field-item .field.expiration {

}
.credit-card .form .field-row .field-item .field.csv {

 }
@media (min-width: 375px) {
    .header__icons {
        font-size: 16px;
    }

    .header__icon + .header__icon {
        margin-left: 25px;
    }
}

@media (min-width: 576px) {
    .header__icon + .header__icon {
        margin-left: 36px;
    }
}

@media (min-width: 768px) {
    .header__menu {
        margin-left: auto;
    }

    .header__menu_link {
        color: #c272bf;
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
        text-transform: uppercase;
    }
    .header__icons, .header__menu_link + .header__menu_link, .header__icon + .header__icon {
        margin-left: 22px;
    }
    .homeSlider__tTitle {
        font-size: 18px;
    }

    .homeSlider__Title {
        font-size: 40px;
    }
    .tiser__booking {
        padding: 20px 0;
    }
    .tiser__booking_title {
        margin-bottom: 0;
    }
    .page__h1 {
        font-size: 30px;
    }
    .contacts_title {
        font-size: 26px;
    }
    .contacts_box_1 {
        max-width: 250px;
        position: relative;
        height: 100%;
    }

    .contacts_box_1:after {
        position: absolute;
        top: 0;
        right: -25px;
        bottom: 0;
        content: '';
        border-left: 3px dotted #d4d4d4;
    }
    .profile_title {
        font-size: 26px;
    }
    .product__sku_box {
        margin-bottom: 0;
    }
    .product__top {
        display: flex;
        flex-direction: column-reverse;
    }
    .product__title {
        margin-bottom: 6px;
    }
}

@media (min-width: 992px) {
    .header__icons, .header__menu_link + .header__menu_link, .header__icon + .header__icon {
        margin-left: 38px;
    }
    .homeSlider__tTitle {
        font-size: 20px;
    }
    .homeSlider__Title {
        font-size: 80px;
    }
    .contacts_title {
        font-size: 28px;
        margin-bottom: 26px;
    }
    .contacts_box_1:after {
        right: -35px;
    }
    .profile_title {
        font-size: 28px;
        margin-bottom: 26px;
    }
    .product__title {
        font-size: 36px;
    }
    .product__sku_box {
        font-size: 16px;
    }
    .product__price_box {
        padding-top: 40px;
        margin-bottom: 40px;
        margin-top: 0;
    }
    .product__h2 {
        font-size: 30px;
        margin-bottom: 40px;
    }
}
.no-items {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 20px 30px;
    font-size: 16px;
    color: #333;
}
.set-password-form {
    padding: 50px 30px;
    max-width: 600px;
}
.set-password-form button {
    width: 120px;
}
.set-password-form .form__field.confirm-password,
.set-password-form .form__field.password {
    position: relative;
}
.set-password-form .generate-password {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 16px;
    text-decoration: none;
    color: #333333;
}
.set-password-form .generate-password:hover {
    color: #c272bf;
}
.set-password-form .generate-password i {
    margin-right: 4px;
}
.set-password-form .toggle-visibility-password {
    position: absolute;
    top: 38px;
    right: 15px;
    cursor: pointer;
}
.set-password-form .toggle-visibility-password i {
    font-size: 22px;
}
.set-password-form .strength-password {
    width: 100%;
}
.set-password-form .strength-password .text {
    width: 100%;
    text-align: center;
    font-size: 11px;
}
.set-password-form .strength-password .indicator {
    height: 3px;
    background-color: #D0D0D0;
}
.set-password-form .strength-password .indicator.password-simple {
    background-color: #E38A8A;
}
.set-password-form .strength-password .indicator.password-average {
    background-color: #FFD800;
}
.set-password-form .strength-password .indicator.password-reliable {
    background-color: #2CB117;
}
.set-password-error {
    padding: 50px 30px;
    text-align: center;
    font-size: 20px;
}
.registration-page {
    padding: 30px 0;
    width: 100%;
}
.registration-page > div {
    display: flex;
    align-items: center;
    justify-content: center;
}
.registration-phone {
    width: 500px;
}
.registration-phone .send-again,
.registration-phone .phone-options {
    display: flex;
    align-items: center;
    justify-content: end;
}
.registration-phone .phone-options span {
    margin-right: 8px;
    font-size: 25px;
}
.registration-phone .send-again {
    margin-top: 10px;
}
.registration-phone button {
    width: 180px;
}
.registration-phone .send-again button.small {
    height: 30px;
    padding: 0 10px !important;
    width: auto;
}
.registration-phone .send-again .timer {
    margin-right: 10px;
}
.registration-phone .phone-options .verification-code {
    text-align: center;
}

@media (min-width: 1200px) {
    .tiser__booking_title {
        font-size: 22px;
    }
    .contacts_box_1:after {
        right: -65px;
    }
}

@media (min-width: 1300px) {
}

@media (min-width: 1400px) {
    .tiser__booking_title {
        font-size: 24px;
    }
    .contacts_box_1:after {
        right: -95px;
    }
}
