/**
* @author Gaël Digard
* @date   2019-04-04
* @desc   Surcharge du thème pour iKado
*/

/**
* Logo
*/
.logo {
    margin-top: 15px;
}

/**
* Header
*/
.transparent-bar.stick{
    z-index:99999;
}
.header-bottom-right {
    align-items: center;

}

/**
* Menu header
*
*/
.main-menu {
    margin-top: 17px;
    margin-bottom: 13px;
}
.main-menu ul li{
    padding-right:10px;
}
.main-menu ul li a {
    background: #E72166;
    display: block;
    position: relative;
    padding: 9px;
    line-height: inherit;
    color: white;

}

.main-menu ul li a:hover {
    background: transparent
}

/** sticky menu */
.stick .main-menu ul li a {
    line-height: inherit;
}

/**
* Cart panier
*/
.header-cart {
    padding-top: 0px;
}
.cart-text {

    margin-top: 17px;

}

/**
* Search block homepage
 */
#search-block-home {
    top: 10%;
    position: absolute;
    width: 100%;
    z-index: 99998;
    text-align: center;
}

#search-block-home input {
    max-width: 80%;
    min-width: 50%;
    background-color: rgba(255, 255, 255, 0.9) !important;
    height: 65px;
    font-size: 21px;
    font-weight: 100;
    outline: none !important;
    outline-width: 0;
}

#search-block-home #search_block:focus {

    outline: none !important;
    outline-width: 0;
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;

}

#search-block-home .ion-search {

    color: #E72166;
    font-size: 40px;
    display: inline-block;

    position: absolute;
    opacity: 0.8;
    margin-left: -60px;
}

ul.search-results {
    min-width: 50%;
    max-width: 80%;
    display: inline-block;
    text-align: left;
    list-style: none;
    margin-left: 3px;
}

ul.search-results li {
    display: flex;
    background: rgba(255, 255, 255, 0.88);
    padding-top: 5px;
    padding-bottom: 5px;
}

ul.search-results li:hover {
    background: rgba(255, 255, 255, 1);
}

ul.search-results li a {
    display: block;
    width: 100%;
}

ul.search-results li .title {
    color: #E72166;
    display: block;
    font-size: 22px;
    padding-left: 10px;

}

ul.search-results li .subtitle {
}

ul.search-results li .shopinfo {
    display: block;
    color: #767676;
    font-size: 14px;
}

ul.search-results li .thumbnail {
    float: left;
    margin-right: 5px;
    padding-left: 5px;
}

ul.search-results li .thumbnail img {
    height: 100px;
}

/**
* Slider
*/
.owl-height {
    min-height: 500px;
}

.pb-165 {
    padding-bottom: 165px;
}

.slider-area {
    position: relative;
}

.slider-content h1 {
    font-size: 90px;
 }

.slider-content h3 {
    font-size: 56px;
 }

.slider-area h1,
.slider-area h3 {
    font-family: 'Rubik', sans-serif;
    font-weight: 100;


}

.slider-area h1.black,
.slider-area h3.black{ color:black;}
.slider-area h1.white,
.slider-area h3.white{ color:white;}
.slider-area h1.pink,
.slider-area h3.pink{ color:#E72166;}

/**
* Zone banière présentant les shops
*
*/
#zoom-sur{
    position: relative;
    z-index: 49;
    color:#000;
    text-align: center;
    font-size: 37px;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.banner-wrap {
    z-index: 49;
    margin-top: 00px;
}
.banner-content{
    top:auto;
    bottom:0;
    background: rgba(255,255,255,0.8);
}
.banner-area {
    margin-bottom: 6%;
}

/* Conteneur de chaque shop */
.single-banner {
    background-color: black;
}

/* Titre du shop */
.banner-content > h4 {
    color:black;
    /*text-shadow: 0px 0px 10px black;*/
}

/* découvrir la boutique */
.banner-content > a{
    color:black;
}

/* Image d'arrière plan */
.banner-area .img-zoom img {
    opacity: 0.8;
}

.banner-area .img-zoom:hover img {
    opacity: 1;
}

/**
* Zone explications
*
*/
#explanations {
    margin-top: 5%;
    margin-bottom: 5%;
}

#explanations h3 {
    font-family: "Playfair Display", serif;
    margin-bottom: 5%;
}

#explanations img {
    margin-bottom: 5%;
}

#explanations span {
    text-align: left;
}

#explanations .row {
    margin-top: 3%;
}

/**
* Page toutes les boutiques
*
 */

/* sidebar */
.shoplistfull .shop-sidebar-wrapper{
    position: fixed;

    background:
            white;
    z-index: 2;
    max-height: 70vh;
    overflow-y: auto;
}

/* Moteur recherche */
#search-boutique {
    background-color: transparent;
    border: 0;
}

.is_double {
    display: none !important;
}

.container.shoplistfull {
    padding-top: 10px;
    padding-bottom: 10px;
}

.container.shoplistfull h3 {
    color: #E72166;
    border-bottom: 3px solid #e72166;
    padding-left: 0;
    margin-bottom: 2%;
}

/**
* Page détail shop
*
*/

.product-details hr {
    margin-top: 2%;
    margin-bottom: 2%;
}

.product-details .subtitle {
    margin-bottom: 3%;
    color: #E72166;
}

.shop-list-cart-wishlist a {
    width: auto;
}

    .product-dec-slider .slick-slide img {
    height: 125px;
}

.zoomLens {
    border: 2px solid #E72166 !important;
    border-radius: 100%;
}

/** Zone Ajouter au panier **/
.quality-add-to-cart {
    border-top: 2px solid #E72166;
    background: #F473A01A;
    padding-left: 2%;
}

/** icon panier */
.product-details-content .shop-list-cart-wishlist a i {
    display: inline-block;
}

/** labels personnalisation **/

.quality-add-to-cart label {
    width: 200px;
    margin-right: 0;
}

/* Bouton panier */
.product-details-content .shop-list-cart-wishlist a {
    background: #E72166;
    height: auto;
    position: relative;
    color: white;
    border-radius: 0;
    line-height: inherit;

}

.otherAmount {
    display: none;
}

/* montant personnalisé de la carte */
#otherAmountInput {
    width: 20%;
}

.quality .info {
    font-size: 12px;
    color: grey;
    margin-left: 20px;
}

/* quantité de cartes souhaités */
.quality input.cart-plus-minus-boxOtherAmount,
.quality input.cart-plus-minus-box {
    background-color: #fff;
}

.quality-add-to-cart {
}

/**
* Ma carte
 */
.login-text h2 {
    text-transform: none;
}

.login-toggle-btn .section-button {
    background: #E72166;
    padding: 10px;
    line-height: inherit;
    color: white;
}

.login-form-container input[type="checkbox"] {
    top: 4px;
}

#error_no_card_found,
#success_zone,
#error_card,
#error_account_existing,
#error_card_used {
    display: none;
}

/***
* Mon panier / basket / cart
 */
.delete-card {
    cursor: pointer;
}

table.cards-table .edit {
    padding: 0;
    width: 40px;
    vertical-align: middle;
}

.table-content table {
    border: 1px solid #ebebeb;
}

.table-content table thead > tr {
    background-color: #f9f9f9;
    border: 1px solid #ebebeb;
}

#help_process i {
    background-color: #E72166;
    color: white;
    display: inline-block;
    padding: 5px;
    border-radius: 100%;
    width: 20px;
    text-align: center;
}

.inline-checkbox {
    display: inline;
    width: auto;
    height: auto;
}

.table-content table td.total-basket{
    font-size: 22px;
    font-weight: normal;
    padding-right: 5px;
}

/****
* Customization de la carte
*
*/
#customization {
    padding-top: 10px;
    padding-bottom: 10px;
    min-height: 100vh;
}

#customization > .row {
    min-height: 80vh;
}

/* center zone */
#customization .content-zone {
    border: 1px solid #e9e9e9;
    /*margin-bottom: 30px;*/
    padding: 15px 24px;
    height: 100%;
}

/* sidebar */
#customization .shop-sidebar-wrapper {
    height: 80vh;
    overflow: auto;
    padding-left: 10px;
    padding-right: 10px;
}

#customization .content-zone .login-form.flex form {
    display: flex;
    justify-content: space-around;
}

#customization .content-zone .login-form.flex input {
    width: 40%;
}

#customization #big_image-container {
    position: relative;
}

#customization #big_image-container #container-text1 {
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 100%;
    /*border:2px solid blue;*/
}

#customization #big_image-container #for-content {
    /*border:2px solid red;*/
    font-weight: bold;
    font-size: 18px;
    margin: auto;
    width: 160px;
    height: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    word-break: break-all;
}

#customization #big_image-container #container-text {
    position: absolute;

    top: 117px;

    left: 0;

    width: 100%;

   /* border: 2px solid blue;*/

    height: 165px;
}

#customization #big_image-container #message-content {
    /*border: 2px solid red;*/

    display: flex;
    font-weight: bold;
    font-size: 18px;

    justify-content: center;

    align-items: center;

    word-break: break-all;

    background: transparent;

    width: 92%;

    margin-left: 4%;

    text-align: center;

    word-break: break-word;

    height: 100%;

    overflow: auto;
}

#customization .action-button {
    margin-top: 20px;
}

#customization .action-button button {
    height: 45px;
    font-size: 21px;
}

#customization ul#faq {

}

#customization ul#faq li {
    display: inline-flex;
    margin: 3%;
    cursor: pointer;
}

#customization ul#faq li img.active {
    border: 2px solid #E72166;
    padding: 3px;
}

/* date picker */
.datepicker td.day.disabled {
    color: #bfbcbc !important;
}

.datepicker td.active.active, .datepicker td.active:hover.active {
    background: #E72166 !important;
    border-radius: 0 !important;
}

.datepicker table {
    font-size: 0.8rem !important;
}

/* Upload d'image */
.gf-cardUpload{
    display: flex;
}
.gf-card-imageshow{
    max-height: 150px;
    border:1px solid #E72166;
}

/* delete button */
.btn.gf-image-delete {
    background:
            transparent url("/img/theme/delUpload.png") no-repeat right top;
    background-color: transparent;
    background-color:
            #fff;
    border: none;
    height: 26px;
    width: 26px;
}

/* upload button */
.btn.btn-success.fileinput-button {
    background:
            transparent url("/img/theme/picto-downloadPhoto.png") no-repeat right top;
    background-color: transparent;
    background-color:
            #fff;
    border: none;
    height: 26px;
    width: 26px;
    position:relative;
}
/** file input hidden */
.fileinput-button input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
    font-size: 200px;
    direction: ltr;
    cursor: pointer;
}


/**
* Pre checkout page
*
 */
#information-inscription {
    color: #E72166;
}

/**
* Vérification commande
 */
.total_line {
    font-weight: bolder;
    font-size: 24px;
}

.total_line td {
    padding-right: 5%;
}

/**
* Footer zone
*
*/
footer {
    position: relative;

    clear: both;

    display: block;
}

footer i.icon {
    font-size: 90px;
    opacity: 0.4;

    margin-top: 8%;
    margin-bottom: 8%;
}

footer .social i {
    font-size: 25px;
    opacity: 0.8;
    margin-right: 15px;
}

footer .payment-img i {
    font-size: 25px;
    opacity: 0.8;
    margin-right: 15px;
}

/* Modale */
.modal-header .close {
    margin: 0;
    padding: 0;
}

/* check card */
.modal-body .result-zone {
    margin-top: 25px;
}



/** popover */
.popover-body ul{
    list-style:none;
}

/** Helpers **/
.pink {
    color: #E72166;
}
.important_pink{
    color: #E72166 !important;
}

.button_pink {
    background: #E72166;
    color: white;
    border: 0;
    border-radius: 0;
    padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    cursor: pointer;
}

.button_pink:hover {
    background-color: #fff;
    color: #E72166;
}

.button_pink a {
    color: white;
}

.button_pink:hover a {
    color: #E72166;
}

.gf-bold {
    font-weight: bold;
}

.radio-inline{
    margin:2%;
}

    /** Surcharge bootstrap **/
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background: #E72166;
}

/** bug chrome hauteur des radio */
.login-form-container input[type=radio]{
    height: auto;
}

/** Media queries */
/* small mobile :320px. */

@media (max-width: 977px) {

    /* slider typo */
    .single-slider{
        padding-top: 155px;
        padding-bottom: 65px;
    }

    .slider-content h1 {
        font-size: 8vw;

    }

    .slider-content h3 {
        font-size: 36px;

    }

    /* bouton menu mobile */
    .mean-container a.meanmenu-reveal {
        top: -66px;
        border: 1px solid #333;
        padding: 5px 6px 2px;
    }

    /** tableau panier */
    table.cards-table,
    .cards-table tbody,
    .cards-table tr,
    .cards-table thead,
    .cards-table th,
    .cards-table td {
        display: block;
        width: auto!important;
        /* parceque tu as mis des style inline grrr */
    }

    /* Customization des cartes */
    #customization{}
    #customization{
        height:auto;
    }
    #customization #big_image-container img{
        max-width:100%;
    }

    #customization > .row {

        height: auto;

    }

}