@import url('https://fonts.googleapis.com/css2?family=Nunito:wght@400;700&display=swap');

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,

video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

:root {
    --denied-color: #ff0000;
    --success-color: #22e689;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

nav ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

* html .clearfix {
    zoom: 1;
}

*:first-child+html .clearfix {
    zoom: 1;
}

html,
body {
    height: 100%;
}

a,
a:hover {
    color: black;
    text-decoration: none;
}

h1,
h2 {
    font-size: 18px;
    font-weight: bold;
}

h2 {
    font-weight: normal;
}

.form h2 {
    padding-top: 25px;
}

.header {
    height: 90px;
    width: 720px;
    margin: 0 auto;
}

.header a {
    display: block;
    padding-top: 40px;
    padding-left: 40px;
}

.container-wh {
    background: white url('../img/bg.png') top center repeat;
}

.content-hold {
    width: 640px;
    margin: 0 auto;
    padding: 40px 60px 100px 60px;
    background: transparent url('../img/bg-white.png') 0 0 repeat;
}

.container-wh {
    min-height: 100%;
    height: auto !important;
    height: 100%;
}

.steps {
    margin: 0;
    padding: 0;
    margin: 25px 0 0 0;
    border: 1px solid #08a3de;
    float: left;
}

.steps li {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: 1px solid #08a3de;
}

.steps li a {
    padding: 0 15px;
    display: block;
    font-size: 16px;
    height: 26px;
    background: black;
    color: white;
    line-height: 1.6;
}

.step-num {
    display: block;
    width: 20px;
    float: left;
    text-align: center;
}

.steps li a.step-done {
    background: black url(../img/done.png) 11px 4px no-repeat;
}

.steps li a.step-active {
    background: #08a3de;
}

.step-done .step-num {
    visibility: hidden;
}

.fieldset-h {
    border: 2px solid #08a3de;
    padding: 15px 8px;
    margin: 0 -8px 30px -8px;
}

.form-hold p {
    padding: 7px 0;
}

.inp-hold {
    padding: 5px 0;
}

.inp-hold label {
    width: 140px;
    display: block;
    float: left;
    line-height: 1.4;
}

.inp-hold input {
    height: 18px;
    border: 2px solid #d1d3d4;
    padding: 2px 4px;
    line-height: 1.2;
    font-weight: bold;
    background-color: white;
    float: left;
    color: black;
    font-size: 15px;
}

.sm-inp {
    width: 50px;
}

.xs-inp {
    width: 20px;
}

.inp-hold .small-label {
    width: auto;
    text-align: right;
    margin-left: 15px;
}

.radio-hold {
    padding: 5px 0;
}

.radio-hold label {
    line-height: 1.2;
    padding-left: 5px;
}

.radio-hold input {
    float: left;
    padding-left: 5px;
}

.radio-hold input[type="radio"]:checked+label {
    font-weight: bold;
}

.second-form {
    position: relative;
}

.blue-text {
    color: #08a3de;
    padding: 10px 0;
    display: block;
    font-size: 17px;
}

.logo-online {
    display: block;
    text-align: right;
    padding-bottom: 10px;
}

.form-logo {
    position: absolute;
    right: 70px;
    top: 42px;
}

.submit-button {
    font-family: "Avenir Next W02";
    background-color: #08a3de;
    padding: 6px 15px;
    font-size: 18px;
    font-weight: 700;
    border: 0;
    color: white;
    margin-top: 20px;
    border-radius: 5px;
    cursor: pointer;
}

/*status*/


.return-link {
    font-size: 21px;
    font-weight: 700;
    color: #4c4c4c;
}
@media(max-width:767px){
    .return-link{
        font-size: 1rem;
    }
}
.return-link:visited {
    color: #4c4c4c;
}

.cent-hold {
    position: absolute;
    top: 0;
}



/** responsivity **/

.floater {
    float: left;
}

@media screen and (max-width: 1024px) {
    /*775px*/

    .header {
        width: inherit;
    }

    #logoimg {
        width: 400px;
    }

    .steps li {
        float: none;
        list-style-type: none;
        margin: 0;
        padding: 0;
        border: 1px solid #08a3de;
    }

    .steps li a {
        padding: 10px 15px;
        font-size: 16pt;
    }

    .steps {
        float: none;
        text-align: center;
    }

    .floater {
        float: left;
        width: 100%;
        margin-bottom: 10px;
    }

    .inp-hold .small-label {
        width: 50%;
        text-align: left;
        margin-left: 0px;
    }

    .inp-hold label {
        width: 50%;
        font-size: 16pt;
    }

    .inp-hold input {
        font-size: 16pt;
        width: 45%;
    }

    .blue-text {
        font-size: 16pt;
    }

    .radio-hold {
        font-size: 16pt;
    }

    .submit-button {
        font-size: 22pt;
    }

    h1,
    h2 {
        font-size: 18pt;
    }

    .form-hold {
        padding-top: 30px;
    }

    .form-hold p {
        font-size: 14pt;
    }

    .radio-hold input {
        width: 16pt;
        height: 16pt;
    }

    .content-hold {
        width: 80%;
        max-width: 1440px;
        padding: 0px;
    }


}

@media screen and (min-width: 1025px) {

    /*776px*/
    .content-hold {
        width: 640px;
    }
}

@media screen and (max-width: 700px) {
    .inp-hold label {
        width: 100%;
    }

    .inp-hold input {
        width: 95%;
    }

    #logoimg {
        width: 300px;
    }

    .form-logo {
        display: none;
    }
}

/*DEMOSHOP -------------------------------------------- START */

.header-switch {
    display: flex;
    justify-content: center;
    padding: 5px 0;
    border-bottom: 0px solid #e1e1e1;
    background-color: rgba(248, 248, 252, .85);
    position: relative;
    z-index: 999 !Important;
    height: 100px;
}



.header-switch .switch-button {
    background: #ebe6e6b0;
    padding: 0;
    box-shadow: rgba(189, 189, 193, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    border-radius: 10px;
    max-height: 45px;
    height: auto;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

@media(max-width:767px) {
    .header-switch {
        height: 75px;
        padding-top: 1rem;
        position: fixed;
        width: 100%;
        margin-top: 0rem;
        background-color: white;
        box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
        display: flex;
        justify-content: space-around;
        align-items: center;
    }

    .header-switch .switch-button {
        display: none;
    }
}

.header-switch .view-button {
    cursor: pointer;
    transition: background-color 0.3s ease;
    background: #ebe6e6b0;
    border: none;
    border-radius: 12px;
    margin: 0 10px;
}

.header-switch .view-button:focus {
    border: none;
}

.header-switch .view-button:active {
    border: none;
}

.header-switch .view-button img {
    width: 30px;
    height: 30px;
    padding: 2px;
}

.header-switch .view-button:hover {
    background-color: #f0f0f0;
}

.header-switch .view-button.active {
    background-color: white;
    color: #fff;
    border-color: none;
    border: none;
}

.header-switch .top-menu-demoshop {
    display: flex;
    padding: 5px;
}

.demoshop {
    background: rgba(248, 248, 252, .85);
}

.demoshop .sticky-column {
    position: sticky;
    top: 0;
    padding: 0rem 3rem 3rem 3rem;
    background: #f9f9fc;
    z-index: 4;
    margin-top: -1rem;
}


.demoshop .payment-methods div {
    margin-top: 15px;
}

.demoshop .added-payment-method {
    margin-top: 10px;
    padding: 5px;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
}

.demoshop .title-menu {
    font-size: 20px;
    font-weight: 600;
    font-family: sans-serif;
    margin: 1rem 0;
}



.demoshop .top-header {
    text-align: center;
}

.demoshop .top-header .row {
    align-items: center;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);

}

@media(max-width:767px) {
    .demoshop .top-header .row {
        margin-bottom: 1rem;
    }
}

.demoshop .top-logo-shop {
    z-index: 99 !important;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: -1rem;
}

.demoshop .top-logo-shop img {
    width: 20%;
    height: 145px;
    object-fit: contain;
}

@media(max-width:500px) {
    .demoshop .top-logo-shop img {
        width: 30%;
    }
}

.demoshop .top-header .title-of-shop {
    background: #5b5b5b;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 2.5rem;
    font-family: "Roboto", sans-serif;
    filter: drop-shadow(0px 2px 5px rgb(0, 0, 0, 0.3));
}


.demoshop .top-header h2 {
    font-size: 1.2rem;
    font-weight: 700;
    color: #313030;
    margin-bottom: 1rem;
    text-align: left;
    position: relative;
    left: 20px;
    display: none;

}

.demoshop .top-header h5 {
    font-size: 1rem;
    font-weight: 400;
    color: #313030;

}

.demoshop .top-header .total-price {
    font-size: 0.8rem;
    text-align: right;
}

@media(max-width:767px) {
    .demoshop .top-header .total-price {
        position: relative;
        top: -3rem;
    }
}

.demoshop .top-header .image-product {
    width: 101px;
    height: 101px;
}

.demoshop .top-header .product-details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-left: 1rem;
    justify-content: center;

}



.demoshop .top-header .product-details div {
    margin: 3px 0;
}

.demoshop .top-header .product-details .title-product,
.demoshop .top-header .product-details .model-product {
    font-weight: 600;
}

.demoshop .top-header .product-details .quantity-product {
    font-size: 0.8rem;
}

.demoshop .bottom-header {
    text-align: center;
}

.demoshop .bottom-header .row {
    margin: 15px 0;
}

@media(max-width:767px) {
    .demoshop .bottom-header .row {
        margin: 5px 0;
    }
}

.demoshop .bottom-header .payment-title-detail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    left: 15px;

}

@media(max-width:500px) {
    .demoshop .bottom-header .payment-title-detail {
        left: -10px;
    }
}

.demoshop .bottom-header .payment-price {
    display: flex;
    align-items: center;
    justify-content: right;
    padding: 0;
}

@media(max-width:767px) {
    .demoshop .bottom-header .payment-price {
        padding: 0;
        position: relative;
        top: -1rem;
    }
}

.demoshop .bottom-header .clmn h2 {
    font-size: 1rem;
    font-weight: 800;
}

.demoshop .bottom-header .clmn h5 {
    font-size: 0.8rem;
    font-weight: 400;
}

.demoshop .show-methods {
    display: flex;
    flex-direction: column;
    align-items: normal;
    justify-content: flex-start;
    align-items: center;
}

.demoshop .pc-version .payment-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1rem 0;
}

.demoshop .mobile-version .payment-buttons {
    display: flex;
    align-items: center;
    width: 100%;
    flex-direction: column;
}

.demoshop .pc-version .payment-buttons .apple-pay-btn {
    background: #000;
    width: 100%;
    margin: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(2px 4px 6px rgb(0, 0, 0, 0.3));
    border-radius: 25px;
    max-width: 47%;
}

.demoshop .mobile-version .payment-buttons .apple-pay-btn {
    background: #000;
    width: 100%;
    margin: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    filter: drop-shadow(2px 4px 6px rgb(0, 0, 0, 0.3));
    border-radius: 25px;
    max-width: 85%;
}

.demoshop .payment-buttons .apple-pay-btn .name-payment {
    color: #fff;
}

.demoshop .payment-buttons .apple-pay-btn img {
    filter: invert(100%);
}

.demoshop .pc-version .payment-buttons .google-pay-btn {
    background: #000;
    width: 100%;
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(2px 4px 6px rgb(0, 0, 0, 0.3));
    border-radius: 25px;
    max-width: 47%;
}

.demoshop .mobile-version .payment-buttons .google-pay-btn {
    background: #000;
    width: 100%;
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    filter: drop-shadow(2px 4px 6px rgb(0, 0, 0, 0.3));
    border-radius: 25px;
    max-width: 85%;
}

.demoshop .payment-buttons .google-pay-btn .name-payment {
    color: #fff;
}

.payment-buttons .btn img {
    margin-right: 8px;
    height: 24px;
}


.demoshop .mobile-version .phone-screen {
    position: relative;
    margin: auto;
    overflow: hidden;
    max-height: 1200px;
    padding-top: 6rem;
    max-width: 440px;
    margin-top: 2rem;
    backdrop-filter: blur(0px);
    border-radius: 40px;
}

.demoshop .mobile-version .mobile-frame {
    position: relative;
    width: 100%;
    max-width: 495px;
    margin: auto;
}

.demoshop .mobile-version .mobile-frame img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    filter: drop-shadow(0px 64px 26px rgba(0, 0, 0, 0.3));
}



.demoshop .pc-version,
.demoshop .mobile-version {
    padding-top: 5rem;
    background: #ebe6e6b0;
    border-top-left-radius: 5rem;
    border-bottom-left-radius: 5rem;
    padding: 0;
}

@media(max-width:767px) {

    .demoshop .pc-version,
    .demoshop .mobile-version {
        padding-top: 0;
        padding: 3rem 0;
        border-bottom-left-radius: 0;
    }
}

.demoshop .pc-version .desktop-screen {
    position: relative;
    top: 0;
    margin-bottom: 6rem;
    max-width: 50%;
    margin: auto;
    background: #f9f9fc;
    padding: 2rem;
    border-radius: 40px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    backdrop-filter: blur(337px);
    overflow-y: auto;
    margin-bottom: 3rem;
    backdrop-filter: blur(7px);
    z-index: 4;
}

@media(max-width:767px) {
    .demoshop .pc-version .desktop-screen {
        max-width: 75%;
    }
}

@media(max-width: 500px) {
    .demoshop .pc-version .desktop-screen {
        max-width: 90%;
        padding: 1rem;
    }
}



/*
.phone-iframe::before {
    content: "";
    display: flex;
    background-image: url(/demoshop/assets/img/demo_bg.png);
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    top: 0;
    z-index: 0;
    background-position: top;
    background-size: cover;
    background-size: 100% auto;
    background-position: bottom;
} */



@media(max-width:992px) {
    .phone-iframe::before {
        background-position: center 55%;

    }

}

.demoshop .select-wrapper {
    position: relative;
    display: inline-block;
    background: #ebe6e6b0;
    width: 100%;
    border-radius: 12px;
}


.demoshop .select-wrapper::before {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url('/demoshop/assets/img/arrow_rounded.webp');
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}

.demoshop .select-location {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent;
    padding: 10px 30px 10px 10px;
    width: 100%;
    border: none;
    border-radius: 0;
    cursor: pointer;
    font-family: "Roboto", sans-serif;
    font-size: 0.8rem;
    font-weight: 500;
    color: #3b3939;
}

.select-location option {
    padding: 1rem;
    margin: 1rem;
    background-color: #efeced;
    color: #333;
    border-radius: 12px;
    border: none;
}

.demoshop .select-location:focus-visible {
    outline: -webkit-focus-ring-color auto 0px;
    outline: none;
}

.demoshop .custom-control {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    position: relative;
}

.demoshop .custom-control::before {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    z-index: -1;
}

.demoshop .custom-label {
    flex: 1;
    display: flex;
    font-family: "Roboto", sans-serif;
    justify-content: space-between;
    color: #312727;
    font-weight: 400;
    align-items: center;
    margin: 5px 0;
    font-size: 14px;
}

.demoshop .custom-checkbox {
    position: relative;
    padding-left: 0;
}

.demoshop .custom-checkbox-input {
    opacity: 0;
    position: absolute;
}

.demoshop .checkmark {
    height: 25px;
    width: 25px;
    background-color: #7d7d7d;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}

.demoshop .custom-label .checkmark:after {
    content: "";
    position: absolute;
    top: 6px;
    left: 11px;
    width: 5px;
    height: 11px;
    border: solid white;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
    display: none;
}

.demoshop .custom-checkbox-input:checked~.checkmark {
    background: #00f380;
    border-color: #00f380;
}

.demoshop .custom-checkbox-input:checked~.checkmark:after {
    display: block;
}

.demoshop .added-payment-method .wrapper-methods {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

@media(max-width:767px) {
    .demoshop .added-payment-method .wrapper-methods {
        display: grid;
        grid-template-columns: 15% 75% 10%;
        text-align: left;
        align-items: center;
    }

    .demoshop .added-payment-method .wrapper-methods .col-md-2 {
        display: flex;
        justify-content: center;
    }

    .demoshop .added-payment-method .wrapper-methods .cards-section span {
        font-size: 13px;
        font-weight: 600;
    }
}

.demoshop .added-payment-method .wrapper-methods .cards-section {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.demoshop .added-payment-method .wrapper-methods .arrow-icon {
    max-width: 20px;
    transform: rotate(272deg);
}

.demoshop .added-payment-method .wrapper-methods .payment-method-logo {
    width: 30px;
    height: 30px;
    object-fit: contain;
    filter: drop-shadow(3px 7px 4px rgba(0, 0, 0, 0.3));
    border-radius: 100px;
}

@media(max-width:767px) {
    .demoshop .added-payment-method .wrapper-methods .payment-method-logo {
        width: 40px;
        height: 40px;
    }
}

.demoshop .added-payment-method .wrapper-methods .payment-method-logo:hover {
    transition: all 0.2s;
    transform: scale(1.1);
    cursor: pointer;
}

.demoshop .pc-version .logo-top {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -3rem;
}

.demoshop .mobile-version .logo-top {
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
    position: relative;
    top: 6rem;
}

.demoshop .mobile-version .selected-payment-methods {
    overflow: auto;
    max-height: 500px;
    overflow-y: scroll;
    padding-bottom: 14px;
}

.selected-payment-methods::-webkit-scrollbar {
    width: 5px;
}

.selected-payment-methods::-webkit-scrollbar-track {
    background: #b5b5b5;
    border-radius: 20px;
}

.selected-payment-methods::-webkit-scrollbar-thumb {
    background: #b5b5b5;
    border-radius: 20px;
}

.selected-payment-methods::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.demoshop .mobile-version .mobile-frame {
    display: block;
}

.demoshop .pc-version.frame-icon::before,
.demoshop .mobile-version.frame-icon::before {
    content: "";
    top: 0rem;
    border-top-left-radius: 5rem;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-image: url(/demoshop/assets/img/header-primary-demoshop.svg), linear-gradient(288deg, #323745, #323745);
    z-index: 0;
    background-position-y: 100%;
    height: 508px;
    left: -1px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-size: contain;
    background-color: #eeebec;
}

@media(max-width:767px) {

    .demoshop .pc-version.frame-icon::before,
    .demoshop .mobile-version.frame-icon::before {
        border-top-left-radius: 0rem;

    }
}


/*DEMOSHOP -------------------------------------------- koniec */

/* DROPDOWN MENU */

#dropdownMenuButton img {
    height: 20px;
    margin: 10px;
}


.dropdown {
    position: relative;
    display: inline-block;
    max-height: 45px;
    margin-left: 1rem;
}

.dropdown-toggle {
    color: #000000;
    border: 0px solid #ced4da;
    padding: 4px 15px;
    cursor: pointer;
    height: 45px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.dropdown-menu {
    display: none;
    position: absolute;
    background-color: #efeced;
    border: 1px solid #efeced;
    padding: 10px;
    z-index: 1;
    top: 3rem;
    border-radius: 12px;
    min-width: 6rem !important;
    opacity: 0;
    transition: opacity 0.3s ease;
    left: 10px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.dropdown-menu.show {
    display: block;
    opacity: 1;

}

.dropdown-item {
    display: flex;
    text-decoration: none;
    color: #212529;
    padding: 5px;
    align-items: center;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #c1b9bc;
    border-radius: 5px;
}


.dropdown-item:hover {
    background-color: #dadada;
    color: #000000;
    border-radius: 5px;
}

.dropdown-menu img {
    height: 20px;
    width: 20px;
    margin-right: 8px;
}

/* DROPDOWN MENU END */


/* VISA / MASTERCARD LOGO V KARTE */

.visa-logo,
.mastercard-logo {
    height: 28px;
    padding: 0px 10px !important;
    border-radius: 12px;
    left: -1rem;
    position: relative;
    top: -5px;
}

.trustpay__crd {
    background-color: #DFFF00;
    color: var(--card-font-color);

}

.trustpay__crd * {
    margin: 0;
    padding: 0;
    font-size: 14px;
    color: black;
}

.trustpay__inactiveButton {
    color: black !important;
    background-color: #DFFF00 !important;
    pointer-events: none;
}

.visa-logo path,
.mastercard-logo path {
    fill: black !important;
}

/* VISA / MASTERCARD LOGO V KARTE */


/* responzivita - mobilné zobrazenie a rozloženia */

.close-slider {
    display: none;
}

#slideArrow {
    display: none;

}

@media(max-width:767px) {
    #slideArrow {
        border: none;
        font-size: 15px;
        font-weight: bolder;
        cursor: pointer;
        background: #f0f0f0;
        border-radius: 100%;
        padding: 5px 5px;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: black;
    }
}

.slide-arrow img {
    width: 30px;
    height: 35px;
}

@media (max-width: 767px) {

    #sliderColumn {
        position: absolute;
        top: 0;
        left: -100%;
        width: 100%;
        height: auto;
        transition: left 0.3s ease;
        z-index: 1000;
    }

    #sliderColumn.open {
        left: 0;
        width: 100%;
        height: 100vh;
        padding-top: 2rem;
        z-index: 999 !important;
        overflow-y: auto;
    }

    .overlay {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: rgba(0, 0, 0, 0.5);
        z-index: 998;
        display: none;
    }

    .overlay.show {
        display: block;
    }

    .close-slider {
        display: block;
        background: none;
        border: none;
        font-size: 15px;
        font-weight: bolder;
        cursor: pointer;
        position: absolute;
        right: 55px;
        background: #00f380;
        border-radius: 100%;
        padding: 5px 5px;
        width: 30px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: black;
    }

}



/*koniec */

@media(max-width:767px) {
    #Search_mobileButtonBanks {
        display: flex !important;
        width: 100%;
        align-items: center;
        justify-content: center;
        margin: 3rem 0rem;
        padding: 8px;
        border-radius: 12px;
        background: #17f48b;
        border: 3px solid #39df90;
        color: #3d3d3d;
    }
}

/*Selected - main page - tp.php*/

.select-container {
    position: relative;
    margin: 0 auto;
    width: 100%;
}

.select-container .select {
    position: relative;
    background: #efeced;
    height: 40px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
}

.select-container .select::after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    right: 15px;
    transform: rotate(45deg);
    border-bottom: 2px solid #323745;
    border-right: 2px solid #323745;
    cursor: pointer;
    transition: border-color 0.4s;
}

.select-container.active .select::after {
    border: none;
    border-left: 2px solid #323745;
    border-top: 2px solid #323745;
}

.select-container .select input {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 15px;
    background: none;
    outline: none;
    border: none;
    font-size: 14px;
    color: #323745;
    cursor: pointer;
    border-radius: 12px;
    font-weight: 500;
    color: #616161;
    font-family: "Roboto", sans-serif;
}

.select-container .option-container {
    position: relative;
    background: #ffffff;
    height: 0;
    overflow-y: hidden;
    /* overflow-y: hidden; */
    transition: 0.4s;
    margin: 10px 0;
    border-radius: 12px;
    box-shadow: 0px 0px 5px rgb(35 224 135);
}

.select-container.active .option-container {
    height: 449px;
}

.select-container .option-container::-webkit-scrollbar {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
    width: 3px;
}

.select-container .option-container::-webkit-scrollbar-thumb {
    background: #0f0e11;
}

.select-container .option-container .option {
    position: relative;
    padding-left: 15px;
    height: 30px;
    border-bottom: 1px solid rgb(34 227 137 / 34%);
    cursor: pointer;
    display: flex;
    align-items: center;
    transition: 0.2s;
    color: #616161;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
}

.select-container .option-container .option.selected {
    background: rgba(0, 0, 0, 0.5);
    pointer-events: none;
}

.select-container .option-container .option:hover {
    background: rgb(35 225 136);
    padding-left: 20px;
}

.select-container .option-container .option label {
    font-size: 1.1rem;
    color: white;
    cursor: pointer;
}

/*SUCESS_PAGE - MERCHANT PAGE - START */

#denied-status::after {
    content: "";
    background-repeat: no-repeat;
    background-image: url(/demoshop/assets/img/header-primary-demoshop.svg), linear-gradient(288deg, #323745, #323745);
    z-index: -1;
    height: 100vh;
    left: 0px;
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-size: cover;
    background-color: #323745;
    animation: moveBackground 4s linear forwards;
}

@keyframes moveBackground {
    0% {
        background-position: 0% 170px;
    }

    33% {
        background-position: 20% 170px;
    }

    67% {
        background-position: 40% 170px;
    }

    100% {
        background-position: 60% 170px;
    }
}

.status-holder {
    font-size: 2rem;
    color: #323745;
}
@media(max-width:767px){
    .status-holder { 
    font-size: 1.5rem;
    line-height: 35px;
    font-weight: 600;
}}
.status-hold {
    width: 100%;
    text-align: center;
    margin-top: 3rem;
    color: white;
}

.button-return-merchant {
    display: flex;
    justify-content: center;
    margin-top: 3rem;
}

.button-return-merchant .hvr-glow {
    display: flex !important;
    width: 30%;
    align-items: center;
    justify-content: center;
    margin: 0rem 0rem;
    padding: 8px;
    border-radius: 12px;
    color: #3d3d3d;
    margin-top: -5rem;

}

.button-denied {
    background: var(--denied-color);
    border: 3px solid var(--denied-color);
}

.button-success {
    background: var(--success-color);
    border: 3px solid var(--success-color);
}

.button-denied:hover {
    box-shadow: 0px 0px 15px var(--denied-color);
}

.button-success:hover {
    box-shadow: 0px 0px 15px var(--success-color);
}
.tp-font{
    font-family: "Roboto", sans-serif;
}
.status-denied {
    color: var(--denied-color);
    
}

.status-success {
    color: var(--success-color);
}
#content-result-merchant{
    margin-top: 7rem;
    padding: 2rem;
}
@media(max-width:767px){
    #content-result-merchant{
        margin-top: 1rem;
    } 
}
.contact-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: #fff;
    max-width: 470px;
    margin: auto;
    border-radius: 35px;
    padding: 3rem;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.contact-item {
    font-size: 1.3rem;
}

/*SUCESS_PAGE - MERCHANT PAGE - END */

