body{
    counter-reset: numeration-counter;
}

.opc_ovl_payment{
    position: absolute;
    width:100%;
    height:100%;
    min-height:300px;
    background: rgba(0,0,0,0.55);
    top:0px;
}


.apms_form_button{
    float:unset!important;
}

.site-footer.opc{
    padding-top:20px;
    background: #fff!important;
}

.site-footer.opc .footer-copyright{
    color: #000;
}

.site-footer.opc a{
    color: #000;
}

.site-footer.opc .dasme{
    text-align: right;
    margin-top:10px;
    font-size:12px;
}

.site-footer.opc .dasme{
    font-size:12px;
}

.mapouter{
    position:relative;
    text-align:right;
    height:300px;
    width:100%;
}
    
.gmap_canvas {
    overflow:hidden;
    background:none!important;
    height:300px;
    width:100%;
}

.opc.success{
    margin-top:30px
}

.opc.success h1{
    font-size:20px;
}

.opc.success h2{
    font-size:16px;
    font-weight: 600;
    margin-bottom:10px;
}

.opc.success h3{
    font-size:13px;
    font-weight: 600;
    margin-bottom:4px;
}

.opc.success .sicmo .lhh{
    font-size:12px;
    line-height: 16px;
    margin-bottom:5px;
}

.opc.success .sicmo{
    border:1px solid #efefef;
    padding:10px;
    margin-bottom:15px;
    color: #000;    
}

.opc .payment_options,
.opc .shipping_options{
    padding-top:10px!important;
    padding-left:0px;
    /* height: auto!important; */
    font-size:13px;
    font-weight:400;
    color: #777;
    background: #fff;
}

#opc_jui{
    background: url(/schimmer-consulting/opc/style/img/efs.gif) 50% 50% no-repeat;
    background-size: 100px;
}

#opcConfigurationSection{
    border: .1rem #d9d9d9 solid;
    margin-top: -7px;
}

#opcConfigurationSection .haris{
    background: #F0F2F2;
    padding:10px;
    border-top: .1rem #d9d9d9 solid;
}

#opcConfigurationSection .smaris{
    padding:10px;
}

#opcConfigurationSection .btn{
    background: #FCD200;
    color: #000;
    font-weight: 700;
    padding: 8px 25px;
    height: auto;
    line-height: 20px;    
    margin:0px
}

.closeOpcConfigurationSettings{
    text-decoration: none;
    color: #0066c0;
    float:right;
    cursor: pointer;
    font-size:13px;
}

.closeOpcConfigurationSettings:hover{
    text-decoration: underline;
}


.opc #ppplus iframe{
    width:100%!important;
}

.opc .ui-accordion .ui-accordion-content{
    padding: 1px 20px!important;
    margin-bottom:30px;
    font-style: italic;
}

.opc .payment_options h3,
.opc .shipping_options h3{
    font-weight: 600;
    font-size:13px;
    border:0 none;
}

.opc .ui-widget-content{
    border: none;
}

.opc .payment_options .ui-state-active,
.opc .shipping_options .ui-state-active{
    border: none;
    border-radius: 0;
    padding-top:1px;
}

.opc .payment_options .ui-state-default,
.opc .shipping_options .ui-state-default{
    border:0 none;
    background: none;
    border-radius: 0;
    padding-top:6px;
    padding-bottom:6px;
}

.opc .costless-shipping-block{
    border: 1px #ddd solid;
    background-color: #eef9e9!important;
    border-left:10px solid green;
    padding: 20px 15px;
    font-size: 12px;    
    margin-bottom:20px; 
}

.opc_success_ovl{
    display: block!important;
    background-color:rgb(0,0,0,0.95)!important;
    background-color:rgba(0,0,0,0.95)!important;
    /* background: url(img/hs4.jpg) 50% 50% no-repeat; */
    background-size: cover;
    z-index: 99900000!important;
    color: #fff;
    text-align: center;
    display: table;    
}

.opc_success_ovl .cvf{
    position: absolute;
    text-align: center;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}    

.opc_success_ovl .spinner{
    width:100%;
    height:70px;
    background: url(img/spinner.gif) 50% 50% no-repeat;
    background-size: 70px;
    margin-bottom:20px;
}

.opc_success_ovl .a{
    font-size:53px;
    font-weight:100;
    font-family: roboto;
}

.opc_success_ovl .b{
    font-size:20px;
    font-weight:200;
    font-family: roboto;
    color: #d8d8d8;
}

.opc_success_ovl .logo{
    width:100%;
    height:140px;
    background: url(img/success-logo.png) 50% 50% no-repeat;
    background-size: 140px;
    margin-bottom:20px;
    margin-top:35px;
}


#opcConfigurationSection .input-feedback-message-section{
    color: green;
    margin-top:4px;
    line-height:20px;
    font-size: 11px;
    font-weight: 700;
    margin-bottom:6px;
}


#opcConfigurationSection .formFieldError{
    border:1px solid #F90606;
    background: url(img/pl_fail.jpg) 98% 50% no-repeat;
    background-size: 20px
}

#opcConfigurationSection .input-feedback-message-section{
    color: #cc0000;
    font-weight: 700;
}

#opcConfigurationSection .go-back{
    cursor: pointer;
    margin-right:20px;
    display:none;
}

#opcConfigurationSection .go-back:hover{
    text-decoration: underline;
}

#opcConfigurationSection .new_address_block{
    margin-bottom:20px;
    display:none;
    min-height:300px;
}

.opc .new_address.billing,
.opc .new_address.shipping{
    color: #0066c0;
    text-decoration: none;
}    

.opc .new_address.billing:hover,
.opc .new_address.shipping:hover{
    text-decoration: underline;
}

.opc h5{
    font-size: 14px;
    font-weight: 700;
    padding-bottom: 0px;
    margin-bottom: 5px;
}

.opc .paymentCsm td{
    padding:0px
}

.opc .espox{
    padding-top:15px!important;
}

.opc .paymentCsm .smi .desc{
    padding-bottom:0px;
}

.opc .voucherResult{
    color: orangered;
    margin-top:5px;
    margin-bottom:15px;
    line-height:25px;
    font-weight: 700;
}

.opc .card-title {
    border-bottom: 1px solid #d4e2e2;
    padding-bottom: 10px;
    color: #3f4c58;
    font-size: 15px!important;
    font-weight: 700;
    line-height: 1.2;    
    margin-bottom: .75rem;
}

.opc .card{
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: transparent;
    -webkit-background-clip: border-box;
    background-clip: border-box;
    border: 1px solid transparent;
    border-radius: 3px;    
}

.opc .static-buy-button .revocation-info{
    margin-top:10px;
    margin-bottom:10px;
    font-size:14px;
}

.opc .static-buy-button{
    margin-bottom:20px;
}

.opc .shpt{
    font-size:11px;
    font-weight:700;
}

.opc .card-body{
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;    
    padding:0px;
}


.opc .link{
    color: #0066c0;
    cursor: pointer;
}

.opc .saveOpcOrderComments{
    font-size:10px;
    padding:10px 5px;
    line-height:10px;
}

.opc .link:hover{
    text-decoration: underline;
}

.opc_fixed{
    position: fixed;
}

.opc .comments{
    resize: vertical;
    width:100%;
    height:100px;
    border:1px solid #efefef;
    padding:8px;
    font-size:12px;
    letter-spacing: 0.5pt;
    line-height:18px;
    color: #555;
}

.opc .comments.success{
    background: #ffffff url(img/pl_ok.jpg) 97% 97% no-repeat;
    background-size: 20px
}

.opc-header .site-logo > img{
    width:80px!important;
}

.opc{
    margin-top:5px;
}

#opcConfigurationSection .action_btn{
    background: #f0c14b;
    padding:6px 16px;
    color: #000;
    border:1px solid #000;
    margin-top:30px;
    text-decoration: none;
    border-radius: 1px;
}

.opc h3.checkout-numeration::before {
    content: counter(numeration-counter);
    border-radius: 2rem;
    display: inline-block;
    text-align: center;
    margin-right: 1.5rem;
    color: #003a70;
    font-weight: 700;
    font-size: 1.9rem;
    width: 3.7rem;
    height: 3.7rem;
    border: .3rem #003a70 solid;
}

.opc h3.checkout-numeration {
    counter-increment: numeration-counter;
    line-height: 3.2rem;
    margin-bottom: 1.6rem;
    font-size: 2rem;
    min-height: 3.4rem;
    font-weight: 400;
}

.opc h3.checkout-numeration .checkout-numeration-text {
    display: block;
    margin-left: 1.5rem;
}

.opc h3.checkout-numeration::before {
    float: left;
    display: block;
}

.opc .-static-buy-button p {
    margin: 1.6rem 0;
    font-size: 13px;
}

.opc h3{
    font-size:14px;
    font-weight:700;
    padding-bottom:7px;
    border-bottom: .1rem #d9d9d9 solid;
    margin-bottom:5px;    
}


.rd-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 4.8rem;
    width: 100%;
    border-width: 0;
    border-radius: .2rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    font-size: 1.4rem;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    -webkit-transition-property: background-color,border-color;
    -o-transition-property: background-color,border-color;
    transition-property: background-color,border-color;
    -webkit-transition-duration: 150ms;
    -o-transition-duration: 150ms;
    transition-duration: 150ms;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    background-color: #003a70;
}

.opc .-static-buy-button button {
    margin: 0 0 3.2rem 0;
    height: 60px;
}

.rd-button--buy {
    background-color: #2d9b55;
}

.rd-button--buy:hover {
    background-color: #1e693a;
}

.opc_table{
    width: 100%;
    margin-bottom: 1rem;
    background-color: rgba(0, 0, 0, 0)!important;   
}

.opc_table td{
    padding:0px 0px;
    line-height:15px;
}

.opc_table .small{
    font-size:11px;
    color: #999;
}


.opc_table.products .vpe{
    font-size:11px;
    color: #999;
    font-weight: 200;
    margin-top:5px;
}

.opc .remove_voucher{
    font-size:14px;
    font-weight:600;
    color: #cc0000;
    cursor: pointer;
}

.opc_table.products img{
    width:60px;
    height:60px;
    max-width:60px;
    max-height:60px;
    border:1px solid #999;
}

.opc_table.products td{
    padding:0px;
    vertical-align: top;
}

.opc_table.products .desc{
    padding-left:6px;
}

.opc_table.products .img{
    width:65px;
}


.opc_table.products .desc .title{
    font-weight: 600;
    line-height: 17px;
    white-space: nowrap;
    width: 90%;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-top:1px;
    font-size:13px;
}

.opc .qtySelector{
    border-color: #D5D9D9;
    border-radius: 8px;
    color: #0F1111;
    background: #F0F2F2;    
    font-size:12px;
    box-shadow: 0 2px 5px rgb(15 17 17 / 15%);
    padding:2px 4px;
}

.opc_table.products .desc .title a{
    text-decoration: none;
    font-size:13px;
    color: #000;
}

.opc_table.products .desc .title a:hover{
    text-decoration: underline;
}


.opc_table.products .desc .single{
    font-size:11px
}

.opc_table.products .trash{
    width:50px;
    padding-top:3px;    
    text-align: center;
}

.opc_table.products .sum,
.opc_table .sum{
    width:100px;
    text-align: right;
    padding-top:2px;
    font-size:13px;
}

.opc_table.products .trash .fa{
    font-size:18px;
    cursor: pointer;
}

.opc_table.products .trash .fa:hover{
    color: #cc0000;
}

.opc_table.products .qty_select{
    width:90px;
    text-align: center;
    padding-left:5px;
    padding-right:5px;
}

.opc_table.products .qty input{
    width:40px;
    text-align: center;
    padding: 3px 6px;
}

.opc_table.products td{
    border-bottom: 4px solid transparent
}

.opc .cart-title{
    line-height: 3.5rem;
    margin-bottom: 1.6rem;
    font-size: 2rem;
    min-height: 3.4rem;
    font-weight: 400;    
}

.opc .cart-block{
    border: .1rem #d9d9d9 solid;
    border-radius: .4rem;
    background: #fff;
    padding: 1rem;
}

.opc_table{
    border-collapse:separate;
    border-spacing:0 3px;
}


.opc_table.totals{
    border-spacing:0 0px;
}

.opc_table.totals td{
    line-height:25px;
}

.opc .affix{
    position: -webkit-sticky;
    position: sticky;
    top: 15px;
    background: #F0F2F2!important;
    border-radius: 8px;
    padding: 20px;
    border:1px #D5D9D9 solid
}

.opc .duty_info{
    border:1px solid #333;
    border-left:10px solid #cc0000;
    background: #f8f6f6;
    padding:10px;
    margin-top:10px;
    color: #000;
    font-size:12px;
    padding-right:20px;
}

.opc .duty_info strong{
    text-decoration: underline;
}

.opc .row.addressModificationHeadline{
    display:none;
}

/*
.opc [type="radio"]:checked,
.opc [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.opc [type="radio"]:checked + label,
.opc [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.opc [type="radio"]:checked + label:before,
.opc [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}
.opc [type="radio"]:checked + label:after,
.opc [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #F87DA9;
    position: absolute; 
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.opc [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.opc [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

*/