﻿@import url('https://fonts.googleapis.com/css?family=Lato&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;800&display=swap');
@font-face {
    font-family:'morganite';
    src:url('Morganite/Morganite-Medium.ttf') format('truetype')
}
*
{
    -moz-box-sizing:border-box;
    -webkit-box-sizing:border-box;
    box-sizing:border-box;
}
html,body
{
    padding: 5px;
    margin: 0;                                                                         
    position: relative;
    font-family:Montserrat;
}
ul li
{
    margin-bottom: 5px;
}
a                                                                                 
{
    text-decoration: none;
    color:#e87426; 
}
h1
{
    padding:0;    
    margin: 0;
    width: 100%;
    font-size: 50px;
    letter-spacing: 2px;
    font-family:morganite;
}
p
{
    line-height: 30px;
}
img
{
    max-width: 100%;
}
.form_html
{
    position: relative;
    display: table;
    margin: auto;
    width: 100%;   
    max-width: 500px;   
    text-align:center;
}
.form_html h1
{
    text-align: center;
    background: url('image/world_black.png') top center no-repeat;
    background-size: auto 60px;                                        
    padding-top: 70px;
}      
.pay_option
{
    margin-bottom:20px;     
    margin-top:20px;   
    text-align:center;
}                    
.btn_pay,.btn_icon  
{                       
    background:none;           
    padding:10px;               
    padding-left:65px!important;       
    display:table;      
    margin:auto;   
    max-width:100%;
    width:310px;                                                                                                                                                                     
    border-radius:10px;        
    border:2px solid;
    font-weight:bold; 
    word-wrap: break-word; 
    cursor:pointer;    
}   
#btn_paypal
{                  
    background:url(../Imm/Pagine/80/PayPal_96px.png) left no-repeat; 
    background-size:40px 40px;
    background-position: 15px ;  
    background-color:#e87426;    
    color:#FFFFFF; 
    border-color:#e87426;  
}          
#btn_paypal:hover                           
{    
    background-color:#000000;
    color:#FFFFFF; 
}        
#btn_paypcarta
{                 
    background-image: url(../Imm/Pagine/80/MasterCard_96px.png), url(../Imm/Pagine/80/Visa_96px.png);           
    background-size:30px 40px,30px 40px;                               
    background-position: left , 30px ; 
    background-repeat: no-repeat, no-repeat;     
    background-color:#008000;    
    color:#FFFFFF; 
    border-color:#008000;  
}                                                 
#btn_paypcarta:hover 
{          
    background-color:#000000;
    color:#FFFFFF; 
}           
#btn_payrate
{                 
    background-image: url(../Imm/Pagine/80/logo_header-403.png.webp);           
    background-size:50px auto;                               
    background-position: 5px ; 
    background-repeat: no-repeat, no-repeat;     
    background-color:#e1e1e1;    
    color:#008000; 
    border-color:#e1e1e1;  
}                                               
#btn_payrate:hover 
{          
    background-color:#000000;  
    color:#ffffff;
}  
#btn_payrarek    
{         
    background:url(../Imm/Pagine/80/klarna.png) left no-repeat; 
    background-size:60px auto;
    background-position: 1px ;  
    background-color:#FFFFFF;                                                                                   
    color:#000000; 
    border-color:#FFB3C7;  
}        
#btn_payrarek:hover 
{          
    background-color:#000000;  
    color:#FFB3C7;
}              
#btn_paypbon 
{                                                  
    background-image: url(../Imm/Pagine/80/bank.png);     
    background-size:35px 35px;                               
    background-position: 5px; 
    background-repeat: no-repeat;     
    background-color:#FFFFFF;    
    color:#000000; 
    border-color:#000000;    
}                                               
#btn_paypbon:hover 
{          
    background-color:#000000;
    color:#FFFFFF; 
}       
#bon_data
{
    display:none;
}      
.soisy_popup
{
    width:100%;
    height:100%;
    overflow:scroll;
}                             
#close_shoppinglist
{
    position: fixed;
    top: 2vh;
    right: 2vw;
}  
#shoppinglist
{
    display: block;
    position: fixed;
    z-index: 10000000000000000;
    width: 96vw;
    height: 84vh;
    background-color: #FFFFFF;
    top: 2vh;
    left: 2vw;
    padding: 20px;
    padding-top: 60px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 1), 0 6px 20px 0 rgba(0, 0, 0,1);
}
.title_popup
{
    box-sizing: border-box;
    position: absolute;
    background-color: #ffffff;
    z-index: 1000;
    top: 0;
    left: 0;
    display: block;
    padding: 20px;
    padding-bottom: 5px;
    padding-right: 60px;
}
.content_popup
{
    height: 100%;
    position: relative;
}
.close-container
{
    width: 50px;
    height: 50px;
    cursor: pointer;
    z-index: 1001;
}
.leftright
{
    height: 4px;
    width: 50px;
    position: absolute;
    margin-top: 24px;
    background-color: #F4A259;
    border-radius: 2px;
    transform: rotate(45deg);
    transition: all 0.3s ease-in;
}
.rightleft
{
    height: 4px;
    width: 50px;
    position: absolute;
    margin-top: 24px;
    background-color: #F4A259;
    border-radius: 2px;
    transform: rotate(-45deg);
    transition: all 0.3s ease-in;
}
label.close
{
    color: #666666;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 0.5em;
    text-transform: uppercase;
    transition: all 0.3s ease-in;
    opacity: 0;
    letter-spacing: 2px;
}
label.close
{
    margin: 60px 0 0 5px;
    position: absolute;
}
.close-container:hover .leftright
{
    transform: rotate(-45deg);
    background-color: #F25C66;
}

.close-container:hover .rightleft {
    transform: rotate(45deg);
    background-color: #F25C66;
}

.close-container:hover label {
    opacity: 1;
}

.loading
{
    background: url(../container/c4cb9abc7c69713e7e816e6a624ce7f8.gif) center no-repeat;
    background-size: contain;
}