.dashboard__intro--smaller {
    font-size: 1.5rem !important;
}

.workshops-list {
    margin-bottom: 2rem;
}

.workshops-list__item {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #B4B4B4;
}

.workshops-list__details-wrapper {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.workshops-list__variants {
    order: 3;
}

.workshops-list__collapsible-button {
    order: 1;
    display: flex;
    flex-direction: column;
    padding-right: 46px;
    position: relative;
}

.workshops-list__collapsible-button:focus {
    background-color: transparent;
}

@media (min-width: 800px) {
    .workshops-list__collapsible-button {
        flex-direction: row;
        align-items: flex-start;
        width: 100%;
        /* padding-right: 46px; */
    }
}

.workshops-list__logo-wrapper {
    
}

.workshops-list__logo-wrapper--desktop {
    display: none;
}

.workshops-list__logo-wrapper--mobile {
    margin-top: 1rem;
}

@media (min-width: 800px) {
    .workshops-list__logo-wrapper {
        width: 160px;
        padding-right: 20px;
    }

    .workshops-list__logo-wrapper--desktop {
        display: block;
    }

    .workshops-list__logo-wrapper--mobile {
        display: none;
    }

    .site-footer__toggle-switch--mobile-only ~ * {
        max-height: none !important;
    }
}

.workshops-list__details {
    
}

@media (min-width: 800px) {
    .workshops-list__details {
        flex: 1;
    }
}

.workshops-list__title {
    display: block;
    font-weight: 600;
    color: #F60182;
    font-size: 1rem;
}

.workshops-list__leaders {
    display: block;
    margin-top: .2rem;
    font-size: 1rem;
}

.workshops-list__price {
    display: block;
    margin-top: .2rem;
    font-size: .9rem;
    color: #F60182;
}

.workshops-list__arrow-wrapper {
    text-align: right;
    color: #F60182;
    align-self: center;
    position: absolute;
    top: 0;
    right: 0;
}

.workshops-list__arrow::before {
    transition: transform .4s ease-in-out;
}

.is-hidden .workshops-list__arrow::before {
    transform: rotate(180deg);
}

.workshops-list__collapsible-box {
    order: 2;
}

.workshops-list__variants-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-top: .25rem;
    padding-top: .25rem;
    border-top: 1px solid #E5E5E5;
}

.workshops-list__variants-item:first-of-type {
    border-top: none;
}

.workshops-list__variants-item > div {
    color: #F60182;
}

.workshops-list__variants-item-attributes {
    display: flex;
    flex-direction: column;
    font-size: .9rem;
}

@media (min-width: 800px) {
    .workshops-list__variants-item-attributes {
        flex-direction: row;
        align-items: center;
        flex: 1;
        justify-content: flex-start;
    }

    .workshops-list__variants-item-attribute {
        margin-left: 10px;
    }

    .workshops-list__variants-item-attribute:first-of-type {
        margin-left: 0;
        width: 29%;
    }

    .workshops-list__variants-item-attribute:nth-child(2) {
        width: 32%;
    }
    
    .workshops-list__variants-item-attribute:nth-child(3) {
        width: 27%;
    }

    .workshops-list__variants-item-attributes > div {
        width: 33.333333%;
    }

    .workshops-list__variants-item-buy {
        margin-left: 10px;
    }
}

.workshops-list__variants-item-buy-button {
    background-color: #AD017A;
    color: #FFF;
    padding: .5rem 1rem;
    display: inline-block;
}

.workshops-list__variants-item-buy-button--inactive {
    background-color: #E0E0E0;
    color: #B4B4B4;
    cursor: default;
}

.workshops-list__variants-item-buy-button--signed {
    background-color: #403F3F;
    color: #FFF;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

[class*="col-"] {
    position: relative;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 800px) {
    .col-lg-6 {
        max-width: 50%;
        flex: 0 0 50%;
    }
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    order: 1;
}

.form-group label span {
    color: #FF2095;
}

.form-group input {
    order: 2;
}

.form-group .invalid-feedback {
    order: 3;
}

.invalid-feedback {
    color: #FF2095;
    font-size: 85%;
}

.d-none {
    display: none;
}

.floating-notification__wrapper {
    background-color: rgba(0, 0, 0, .7);
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}

.floating-notification {
    background-color: #FFF;
    position: absolute;
    top: 4rem;
    left: 0;
    right: 0;
    max-width: 31.25rem;
    padding: 1rem 2rem 1rem 1rem;
    border-radius: .25rem;
    margin-left: auto;
    margin-right: auto;
}

.floating-notification__close {
    position: absolute;
    top: .25rem;
    right: .5rem;
    background-color: transparent;
    padding: 0;
}

#kanaly {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

#kanaly > div {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 1rem;
}

@media (min-width: 800px) {
    #kanaly > div {
        width: 25%;
    }
}

#kanaly input[type="radio"] {
    display: none;
}

#kanaly label {
    display: block;
    min-height: 50px;
    border: 2px solid transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

#kanaly input[type="radio"]:checked ~ label {
    border-color: #FF2095;
}

.nav-tabs__tabs {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.nav-tabs__tab-trigger {
    margin-left: 1rem;
    display: block;
    background-color: transparent;
    color: #403F3F;
    font-size: 1.25rem;
    border-radius: 0px;
}

.nav-tabs__tab-trigger:first-of-type {
    margin-left: 0;
}

.nav-tabs__tab-trigger.active {
    color: #F60182;
    font-weight: 600;
    border-bottom: 2px solid #F60182;
}

.nav-tabs__tab-contents {
    margin-top: 1rem;
}

.nav-tabs__tab-content {
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s ease-in-out, visibility .4s ease-in-out;
}

.nav-tabs__tab-content.active {
    opacity: 1;
    visibility: visible;
}

.home .workshops-list__variants-item-attributes {
    padding-top: .5rem;
    padding-bottom: .5rem;
}

@media (min-width: 50rem) {
    .voucher-form--logged_in {
        display: block !important;
        width: 50%;
    }
}

.vouchers-table {
    width: 100%;
}

.vouchers-table thead tr th {
    background-color: #F7F7F7;
    padding: .25rem .45rem;
}

.vouchers-table thead tr th:first-child {
    text-align: left;
}

.vouchers-table tbody tr td {
    padding: .5rem .45rem;
    text-align: center;
}

.vouchers-table tbody tr td:first-child {
    text-align: left;
}

.product-presentation {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}

.product-presentation__primary-image-wrapper {
    order: 1;
}

.product-presentation > div {
    width: 100%;
    padding: 0 10px;
}

.product-presentation__details-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
    order: 3;
}

.product-presentation__button-wrapper {
    margin-top: 1rem;
}

.product-presentation__details-title {
    font-weight: 600;
    font-size: 2.125rem;
    line-height: 1.2;
}

.product-presentation__variants {
    margin-top: 1.25rem;
}

.product-presentation__short-description {
    margin-top: 1.25rem;
    font-size: 1.125rem;
    line-height: 1.6;
    color: #403F3F;
}

.product-presentation__short-description p {
    margin-top: 1.25rem;
}

.product-presentation__short-description p:first-of-type {
    margin-top: 0;
}

.product-presentation__button {
    width: 100%;
    padding: 1.125rem;
    background-color: #AD017A;
    color: #FFF;
    text-transform: uppercase;
    border-radius: 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.product-presentation__button-icon {
    margin-top: 1px;
    margin-left: 1.25rem;
}

.product-presentation__gallery-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    order: 2;
    margin-top: 1rem;
}

.product-presentation__gallery-item {
    padding: 0 10px;
    width: 50%;
}

.product-presentation__gallery-button {
    max-width: 100%;
    padding: 0;
    margin: 0;
    background-color: transparent;
}

.product-presentation__size-table-wrapper {
    order: 4;
    margin-top: 2rem;
}

.product-presentation__size-table {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 2rem;
}

.product-presentation__size-table-table-wrapper {
    margin-top: 1rem;
}

.product-presentation__size-table-table-wrapper {
    width: 100%;
}

.product-presentation__size-table-table {
    width: 100%;
    margin-bottom: 2rem;
}

.product-presentation__size-table-table td, .product-presentation__size-table-table th {
    text-align: center;
    padding: 4px;
}

.product-presentation__size-table-table th {
    color: #F60182;
}

.product-presentation__size-table-table tbody th, .product-presentation__size-table-table tbody td {
    border-top: 1px solid #C4C4C4;
}

.submit-error {
    display: block;
    margin-top: .25rem;
    color: #F60182;
}

.barcode-holder {
    margin-top: 2rem;
    text-align: center;
}

.barcode-holder + .barcode-holder {
    margin-top: 4rem;
}

.barcode-holder img {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.barcode-holder span {
    margin-top: .5rem;
    display: block;
}

.barcode-holder .order-assignment {
    margin-top: 0;
    margin-bottom: 1rem;
    display: block;
}

@media(min-width: 800px) {
    .product-presentation__primary-image-wrapper,
    .product-presentation__details-wrapper,
    .product-presentation__gallery-wrapper {
        width: 50% !important;
    }

    .product-presentation__primary-image-wrapper {
        order: 1;
    }

    .product-presentation__details-wrapper {
        order: 2;
    }

    .product-presentation__gallery-wrapper {
        order: 3;
    }

    .product-presentation__button-wrapper {
        margin-top: auto;
    }

    .product-presentation__gallery-item {
        width: 25%;
    }

    .product-presentation__size-table {
        flex-direction: row;
    }
}