.add-product,
.left-side-login,
.right-side,
.transaction,
.confirm,
.register,
.product,
p,
h2,
div.cookies p{
    font-family: 'Fira Sans', sans-serif;
}

.product p.payment,
.product p.details,
.transaction p.your-order,
.product p.product-header{
    font-size: 22px;
    color: #4C4C4C;
}

.product p.product-header{
    line-height: 27px;
}

.product p.details,
.cards-images{
    margin-bottom: 20px;
}

.product p.payment{
    margin-top: 26px;
    margin-bottom: 20px;
}


button.confirm{
    margin: 40px 0;
}


.right-side-payment{
    background: #F8FAFC;
}

.inner-parts{
    margin-top: 20vh;
}

.card-holder{
    position: relative;
}


.card-images img{
    height: 1.4em;
    margin: 15px 5px;
}

.product-image{
    margin-bottom: 40px;
}


.product .user-info .cards-images img{
    width: 100%;
}


button.cancel,
button.confirm,
a.cancel,
a.conf{
    height: 48px;
    color: #00C7A9;
    border: 1px solid #00C7A9;
    font-size: 18px;
    font-weight: 500;
    border-radius: 2px;
}

button.confirm,
a.conf{
    color: white;
    background: linear-gradient(90deg, #00C7A9 0%, #00CBDE 100%);
}

a.conf:hover{
    color: white;
}


.product label{
    font-size: 14px;
    color: #4C4C4C;
}

.product input{
    height: 48px;
    border: 1px solid #DFE1E4;
    border-radius: 2px;
    background-color: #FFFFFF;
}


.tab-content,
#footer,
p.powered,
.transaction p.transaction-confirm,
.add-comment span,
.transaction p.order-number,
.left-side-login p.first-time,
.left-side-login a,
.right-side-successful-register p.success-text,
.right-side p.link-send,
.right-side p.got-link,
.confirm p,
.confirm h2,
.add-product label,
.right-side-register p.add-info {
    font-size: 16px;
    color: #4C4C4C;
}

.right-side-register p.add-info{
    line-height: 19px;
}

.right-side label{
    font-size: 14px;
    color: #4C4C4C;
}


.transaction h2{
    font-size: 28px;
    color: #4C4C4C;
    margin-top: 50px;
}

.product p.product-price{
    font-size: 32px;
    color: #00C7A9;
    font-weight: 500;
}


div.product-footer a{
    font-weight: 500;
    opacity: 0.6;
}

.number input::-webkit-outer-spin-button,
.number input::-webkit-inner-spin-button,
.date-input input::-webkit-outer-spin-button,
.date-input input::-webkit-inner-spin-button{
    -webkit-appearance: none;
    margin: 0;
}



/*product-page---------------------------------------------------------------------------------------------------------------*/


.left-side-login{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("../assets/static/images/background-rays.png");
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;

}

.left-side-login img{
    margin-bottom: 27px;
}

.left-side-login p.welcome{
    margin-bottom: 63px;
    font-size: 24px;
    color: #4C4C4C;
}

.left-side-login a,
.transaction p.order-number{
    font-weight: 700;
}

.left-side-login a,
.right-side a,
.right-side-successful-register a{
    text-decoration: underline;
    color: #00C7A9;
    font-weight: 500;
}

.right-side a.change{
    color: #4C4C4C;
    font-size: 16px;
    text-decoration: none;
    font-weight: normal;
}

.right-side p.announce{
    font-size: 32px;
    color: #4C4C4C;
    margin-top: 110px;
    line-height: 35px;
    font-weight: 500;
    margin-bottom: 56px;
}

.right-side p.contact,
.right-side p.location,
.right-side p.security{
    font-size: 22px;
    margin: 25px 0 30px 0;
    color: #4C4C4C;
}

.right-side input{
    height: 48px;
    border: 1px solid #DFE1E4;
    border-radius: 2px!important;
}


.right-side button,
.right-side-successful-register button{
    height: 48px;
    border-radius: 2px;
    background: linear-gradient(90deg, #00C7A9 0%, #00CBDE 100%);
    font-weight: 500;
    font-size: 18px;
}

.right-side button.send-link{
    margin-top: 56px;
    margin-bottom: 48px;
}


 .group {
    position: relative;
}

 .group > i {
    position: absolute;
    right: 1px;
    bottom: 1px;
    cursor: pointer;
    font-size: 20px;
    background: #EFF0F2;
    padding: 13px;
}


.right-side-register{
    height: 100vh;
    overflow: hidden;
    overflow-y: scroll;
}


.right-side::-webkit-scrollbar,
.right-side-successful-register::-webkit-scrollbar{
  display: none;
}


.left-side-register{
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url("../assets/static/images/registration.png");
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
}


.left-side-register p.click-pay{
    font-size: 24px;
    color: #FFFFFF;
    margin-top: 24px;
    margin-bottom: 56px;
}


.left-side-register ul{
    list-style: none;
    color: white;
    padding-left: 25px;
}

.left-side-register ul li{
    font-size: 16px;
    display: flex;
    margin-bottom: 20px;
    align-items: center;
}

.left-side-register ul li img{
    margin-right: 16px;
    width: 16px;
    height: 16px;
}

.right-side-successful-register{
    display: flex;
    justify-content: center;
    align-items: center;
}

.right-side-successful-register img{
    margin-bottom: 40px;
}


.right-side-successful-register p.success,
.add-product p.title{
    font-size: 32px;
    margin-bottom: 9px;
    margin-top: 0;
    color: #4C4C4C;
    font-weight: 500;
}

.right-side-successful-register button{
    width: 65%;
    margin: 56px 0;
}


button.ok-button{
    width: 30%;
    margin: 56px 0;
}


@media screen and (max-width: 1440px){
    .right-side-successful-register button{
        margin: 27px 0;
    }

    .right-side-successful-register img{
        margin-bottom: 20px;
    }

}


@media screen and (max-width: 1336px){
    .inner-parts{
        margin-top: 12vh;
    }
}



/*login and register ---------------------------------------------------------------------------------------------------*/




.transaction h2,
.confirm h2{
    font-size: 32px;
    margin-top: 90px;
}

.transaction img.transaction-img{
    margin: 62px 0 32px 0;
}

.transaction table thead tr{
    background: #00C7A9;
    color: white;
    font-weight: 400;
}

.transaction .price,
.confirm p.main-info{
    font-weight: 700;
    font-size: 16px;
    color: #4C4C4C;
}

.transaction table thead tr th{
    padding: 20px;
}

.transaction table{
    border-left: 1px solid #DFE1E4;
    border-right: 1px solid #DFE1E4;
    margin-bottom: 0;
}

.transaction table td.amount,
.transaction table td.price{
    vertical-align: middle;
    height: 5em;
}

.transaction div.total{
    border: 1px solid #DFE1E4;
    padding: 15px 15px;
    margin-bottom: 96px;
}


.transaction span#show-copied{
    display: none;
    font-size: 12px;
}


.transaction a.try-again{
    height: 48px;
    border-radius: 2px;
    background: linear-gradient(90deg, #00C7A9 0%, #00CBDE 100%);
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    color: white;
    padding: 17px 80px;
    margin-bottom: 140px;
}


/*transaction----------------------------------------------------------*/

.confirm h2{
    margin-bottom: 42px;
}

.confirm p{
    font-size: 16px;
    margin: 4px;
}


.confirm .buttons{
    margin-top: 55px;
    margin-bottom: 96px;
}

.confirm img.choosen-card-image{
    height: 2.2em;
}


.confirm a.cancel,
.confirm a.conf{
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}



.confirm .product,
.confirm .comment{
    margin-top: 40px;
}


/*confirm-----------------------------------------------------------*/


.add-product div.form-group{
    margin: 24px 0;
}

.add-product p.title{
    margin-top: 30px;
}

.add-product div.input-group-prepend{
    height: 35px;
}


.add-product img#show-image{
    width: 140px;
    display: block;
    margin-top: 15px;
    display: none;
}


.add-product button.add-product{
    height: 46px;
    font-weight: bold;
    border-radius: 2px;
    margin-bottom: 30px;
    font-size: 16px;
}

.add-product button.add-product i{
    font-size: 14px;
}


.product p.product-full i{
    color: red;
}


#more_fields,
#add_inputs,
.product-row{
    cursor: pointer;
}


#input_fileds,
#add_inputs{
    display: none;
}

#add_inputs{
    font-size: 15px;
    color: #00C7A9;
}

span.icon-home:before{
    margin-top: 7px!important;
}


/*add-product ----------------------------------------------------------------------------------------------*/


span.badgeCopy{
    font-size: 12px;
}


table tr:hover span.badgeCopy{
    visibility: visible;
}

div.total-amount{
    display: flex;
    align-items: flex-end;
    height: 43px;
}

div.transaction-list{
    margin: 40px 0 30px 0;
}

a.product-preview{
    color: #ffffff;
    background-color: #6c757d;
    border-color: #6c757d;
    border-radius: 3px;
    padding: 9px;
    font-size: 15px;
    text-decoration: none;
    margin-right: 10px;
}

a.product-preview:hover{
    color: #ffffff;
}

a.product-edit{
    color: #ffffff;
    background-color: #F9DB6D;
    border-color: #F9DB6D;
    border-radius: 3px;
    padding: 9px;
    font-size: 15px;
    text-decoration: none;
    margin-right: 10px;
}
a.product-edit:hover{
    color: #ffffff;
}

a.product-copy {
    color: #ffffff !important;
    background-color: #0f9aee;
    border-color: #0f9aee;
    border-radius: 3px;
    padding: 9px;
    font-size: 15px;
    text-decoration: none;
}

a.product-copy:hover{
    color: #ffffff;
}

i.edit-icon{
    color: red;
    padding-top: 40px;
    cursor: pointer;
}


.mt-50{
    margin-top: 50px;
}

.mt-100{
    margin-top: 100px;
}

.mb-50{
    margin-bottom: 50px;
}

.ml-40{
    margin-left: 40px;
}

.pr-95{
    padding-right: 95px;
}

i.fa-plus-circle{
    vertical-align: middle;
}


p.transaction-confirm{
    margin-bottom: 30px;
}


i#copyInfo,
span.icon-holder,
.product-footer a{
    cursor: pointer;
}

.em5{
    height: 5em;
}


div.flex-center{
    display: flex;
    align-items: center;
}

.no-decoration{
    text-decoration: none;
}

.dis-none{
    display: none;
}


div.cookies{
    height: 95px;
    width: 100%;
    background: #4C4C4C;
    position: fixed;
    bottom: 0;
    z-index: 2;
}

div.cookies p{
    font-size: 14px;
    color: #FFFFFF;
    padding: 12px 0;
    line-height: 22px;
}


div.cookies button{
    height: 40px;
    font-size: 12px;
    font-weight: 500;
    border-radius: 2px;
    background: #2563AC;
    outline: none;
    margin: 10px 0 10px 0;
}

div.cookies a{
    color: #FFFFFF;
    text-decoration: underline;
}

input:focus {
    box-shadow: none!important;
    border-color: #00C7A9!important;
}


@media screen and (max-width: 425px){
    .left-side-register{
        height: 20vh;
    }

    .right-side p.announce{
        margin-top: 50px;
    }

    div.cookies{
        height: auto;
    }

    .inner-parts{
        margin-top: 4vh;
    }

    .card-holder img{
        height: 1.2em;
    }


    .right-side-register{
        overflow-y: unset;
        overflow: unset;
    }


    .left-side-login{
        height: 45vh;
    }




}
