#block-tvoklubokazji {
    box-shadow: 2px 2px 11px 0 rgba(0, 0, 0, .1);
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}

#product #block-tvoklubokazji {
    margin-top: 20px;
    border: none;
}

#block-tvoklubokazji .text-center {
    text-align: center;
}

#block-tvoklubokazji .text-right {
    text-align: right;
}

#block-tvoklubokazji .text-left {
    text-align: left;
}

#block-tvoklubokazji .tvo-user-data {
    position: relative;
}
#block-tvoklubokazji .tvo-user-data .row{
    margin: 0 auto;
    background-color: black;
}
.button-tvo .col-md-6 a{
    display: block;
    float: left;
    width: 254px;
    padding-top:10px;
    padding-bottom:10px;
    background-color: #FF931E;
    border-radius: 100px;
    border: 0;
    border: 3px solid #FF931E;
    transition-duration: 0.3s;
    text-transform: initial;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0px;
}
.button-tvo .col-md-6 a:hover{
    background-color: #fff;
    transition-duration: 0.3s;
    border: 3px solid #FF931E;
    color: #FF931E;
}
#block-tvoklubokazji .tvo-user-data-loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.block-tvoklubokazji-item {
    border-bottom: 1px solid rgba(200, 200, 200, .15);
}

.block-tvoklubokazji-item .row {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
    font-size: 13px;
}

.block-tvoklubokazji-item .row.row-heading {
    text-align: center;
    font-size: 11px;
    color: rgba(51, 51, 51, 0.7);
}

.block-tvoklubokazji-item .row .col {
    flex: 1;
    line-height: 1.25em;
    padding-top: 2px;
    padding-bottom: 2px;
}

#block-tvoklubokazji .h2 {
    padding: 1rem;
    padding-bottom: 0;
}

#product .block-tvoklubokazji-item .row .col {
    padding: 2px 4px;
}

.block-tvoklubokazji-item .row:first-of-type .col {
    padding-top: 6px;
}

.block-tvoklubokazji-item .row:last-of-type .col {
    padding-bottom: 8px;
}

.block-tvoklubokazji-item ul {
    list-style: disc;
    margin-left: 1.5em;
    margin-bottom: 0;
}

.tvoko-connect {
    margin: 0 auto;
    display: none;
}
.tvoko-connect .col-md-12{
    text-align: center;
    margin: 0 auto;
}
.tvoko-connect .col-md-12 .col-md-12 a{
    display: block;
    margin: 0 auto;
    width: 144px;
    padding-top:10px;
    padding-bottom:10px;
    background-color: #FF931E;
    border-radius: 100px;
    border: 0;
    border: 3px solid #FF931E;
    transition-duration: 0.3s;
    text-transform: initial;
    font-size: 16px;
    text-align: center;
    letter-spacing: 0px;
}
.tvoko-connect .col-md-12 a:hover{
    background-color: #fff;
    transition-duration: 0.3s;
    border: 3px solid #FF931E;
    color: #FF931E;
}
.block-promo .promo-code-button,
.cart-voucher-list .promo-code-button {
    margin-top: 0.25rem;
    margin-bottom: 0;
    padding-left: 1.25rem;
}

.block-promo .promo-code,
#promo-vouchers {
    background: #fff;
}

.golden {
    background-color: #fff;
    border: 1px solid #1a2340;
    color: white;
    padding: 2%;
    width: 100%;
    border-radius: 15px;
    color: #1a2340;
}
.golder span{
    padding-top: 5px;
    padding-bottom: 5px;
}
.tvoko-details-name{
    font-weight: bold;
}
.tvoko-details-join-date{
    font-weight: bold;
}
.tvoko-details-card-number{
    font-weight: bold;
}
.tvoko-details-address{
    font-weight: bold;
}
.tvoko-details-coupons{
    font-weight: bold;
}
.tvoko-details-points{
    font-weight: bold;
}
.tvo-user-data .row .col-md-6 p{
    font-weight: 100;
    color: #8b8b8b;
}
.golden2 {
    background-color: #fea03e;
    color: white;
    padding: 4%;
    width: 100%;
}

.tvo-btn {
    width: 100%;
}

.code-style {
    padding: 2%;
}

.tvo-gift {
    display: none;
}

.tvo-gift.show {
    display: block;
}

#ko-consent-dialog.modal.in .modal-dialog.modal-dialog-centered {
    transform: translateX(0) translateY(60%);
}
.tvokomodal .modal-title{
    color: #707070 !important;
    font-size: 18px !important;
    text-align: center;
    text-transform: initial;
}
.tvokomodal .modal-body{
    text-align:center;
    color: #707070 !important;
    font-size: 16px;
}

@media screen and (max-width: 991px) {
    #ko-consent-dialog .btn.btn-default {
        display: block;
        margin-top: 4px;
        width: 100%;
    }
    .button-tvo .col-md-6{
        text-align: center;
        width: 70%;
        margin-top: 2%;
    }
    .button-tvo .col-md-6 a{
        float: right;
    }
}