/*---------------------------------------------------------------*/
/*----------------------------- Admin ---------------------------*/
/*---------------------------------------------------------------*/

/*=========================*/
/*==== Site Customizer ====*/
/*=========================*/


/*==== Styles ====*/

/* Fonts */
.ks-m-themes-manager-site-customizer-admin-style-fonts 
{
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    height: 250px;
    overflow: auto;
    box-sizing: border-box;
}

.ks-m-themes-manager-site-customizer-admin-style-font 
{
    margin-right: 10px;
    margin-bottom: 10px;
    border: thin solid #CAC8D6;
    padding: 10px;
    cursor: pointer;
    transform: scale(1);

    transition: all 0.5s ease 0s;
}

.ks-m-themes-manager-site-customizer-admin-style-font:hover, 
.ks-m-themes-manager-site-customizer-admin-style-font:focus,
.ks-m-themes-manager-site-customizer-admin-style-font-selected
{
    border-color: #4429B4;
    transform: scale(1.08);
    border-width: 2px;
    /*font-weight: bold;*/
}


/* Themes */
.ks-m-themes-manager-site-customizer-admin-style-themes 
{
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    /*height: 250px;
    overflow: auto;*/
    box-sizing: border-box;
}

.ks-m-themes-manager-site-customizer-admin-style-theme-wrapper 
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
    margin-bottom: 30px;
}

.ks-m-themes-manager-site-customizer-admin-style-theme-wrapper:last-child 
{
    margin-right: 0;
}

.ks-m-themes-manager-site-customizer-admin-style-theme 
{
    margin-bottom: 10px;
    border: 3px solid #CAC8D6;
    padding: 10px;
    cursor: pointer;
    width: 105px;
    height: 105px;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    transform: scale(1);
    transition: all 0.5s ease 0s;
}

.ks-m-themes-manager-site-customizer-admin-style-theme:hover, 
.ks-m-themes-manager-site-customizer-admin-style-theme:focus,
.ks-m-themes-manager-site-customizer-admin-style-theme-selected
{
    border-color: #4429B4;
    transform: scale(1.05);
    /*font-weight: bold;*/
}

.ks-m-themes-manager-site-customizer-admin-style-theme-image 
{
    position: absolute;
    top: 0;
    left: 0;
}

.ks-m-themes-manager-site-customizer-admin-style-theme-image img
{
    width: 100%;
}

.ks-m-themes-manager-site-customizer-admin-style-theme-title 
{
    position: absolute;
    left: 0;
    bottom: 21px;
    text-align: center;
    font-weight: bold;
    background-color: rgba(255,255,255,0.9);
    width: 100%;
    display: none;
}

.ks-m-themes-manager-site-customizer-admin-style-theme-colors 
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 22px;
    background-color: rgba(255,255,255,0.9);
    display: flex;
}

.ks-m-themes-manager-site-customizer-admin-style-theme-color 
{
    background-color: #A5A5A5;
    height: 100%;
    width: 33.33%;
}

.ks-m-themes-manager-site-customizer-admin-style-theme-link 
{

}

.ks-m-themes-manager-site-customizer-admin-style-theme-link a
{

}

/* Main banner */
.ks-m-themes-manager-site-customizer-admin .mainBannerTitle-container .add_media,
.ks-m-themes-manager-site-customizer-admin .mainBannerDescription-container .add_media
{
    display: none;
}

/*---------------------------------------------------------------*/
/*---------------------------- Public ---------------------------*/
/*---------------------------------------------------------------*/

/*==== Footer ====*/
.ks-m-themes-manager-site-customizer-footer-social-hide 
{
    display: none;
}

.ks-m-themes-manager-site-customizer-footer-payment-methods-cards-hide 
{
    display: none;
}

.ks-m-themes-manager-site-customizer-footer-made-by 
{

}

.ks-m-themes-manager-site-customizer-footer-made-by div
{

}

.ks-m-themes-manager-site-customizer-footer-made-by div p
{

}

.ks-m-themes-manager-site-customizer-footer-made-by div p a
{

}

/* - Copyright Text */
.ks-m-themes-manager-site-customizer-footer-theme-copyright 
{
    font-size: 15px;
    line-height: 1.5;
}

/* - Made By */
.ks-m-themes-manager-site-customizer-footer-theme-made-by 
{
    text-shadow: 1px 1px 1px #000;
}

/* - Client Fiscal Data */
.ks-m-themes-manager-site-customizer-footer-theme-client-fiscal-data 
{
    width: 50px;
    margin: 15px 0 0 0;
}

.ks-m-themes-manager-site-customizer-footer-theme-client-fiscal-data a
{
    
}

.ks-m-themes-manager-site-customizer-footer-theme-client-fiscal-data img
{
    width: 100%;
}

/* - Copyright Consumer Protection */
.ks-m-themes-manager-site-customizer-footer-theme-consumer-protection 
{
    margin: 0 2px;
    font-size: 10px;
    text-shadow: 1px 1px 1px #000;
    letter-spacing: 1px;
}
.ks-m-themes-manager-site-customizer-footer-theme-consumer-protection a 
{
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    text-shadow: 1px 1px 1px #000;
}

/* - Copyright Fiscal Store Regret Button */
.ks-m-themes-manager-site-customizer-footer-theme-store-regret-button 
{
    text-transform: uppercase;
    margin: -4px 2px 0 2px;
}
.ks-m-themes-manager-site-customizer-footer-theme-store-regret-button a 
{
    font-size: 10px;
    font-weight: bold;
    text-shadow: 1px 1px 1px #000;
}

.ks-m-themes-manager-site-customizer-footer-theme-consumer-protection-separator 
{
    font-size: 10px;
}


/*---- Mobile ----*/
@media only screen and (max-width: 500px)  
{
    /* - Copyright Consumer Protection */
    .ks-m-themes-manager-site-customizer-footer-theme-consumer-protection 
    {
        font-size: 7px;
    }
    .ks-m-themes-manager-site-customizer-footer-theme-consumer-protection a 
    {
        font-size: 7px;
    }

    /* - Copyright Fiscal Store Regret Button */
    .ks-m-themes-manager-site-customizer-footer-theme-store-regret-button a 
    {
        font-size: 7px;
    }

    .ks-m-themes-manager-site-customizer-footer-theme-consumer-protection-separator 
    {
        font-size: 7px;
    }
}