/* !- konfigurator */
 .configurator .configurator-group{
     
     padding: 5px 10px;
     background-color:#f7f7f7;
     
     
 }
 
 .configurator .configurator-subgroup-name{
     font-size: 0.8rem;
 }
 
 .configurator .btn-white{
     border-width: 2px;
 }
 .configurator .btn-white:hover{
     border-color: #ececec;
     
 }
 
 .configurator .btn-light{
     background-color: white !important;
     border-color: black;
     border-width: 2px;
     position: relative;
 }
 
 .configurator .btn-light:hover{
     border-color: black !important;
 }
 
 
 .configurator .btn-light:not(.variantic-show-ar):after{
     content: "\f14a";
     font-family: "Font Awesome 5 Pro";
     position: absolute;
     top: 2px;
     right: 5px;
     font-size: 12px;
 }
 .configurator .alert{
     background-color: #e8d28c;
     border-color:#e8d28c;
     font-size: 12px;
     color: black;
     line-height: 1.1;
     border-radius: 2px;
     margin-bottom: .5rem;
 }
 
 .configurator .configurator-subgroup-name{
     border-top: 1px solid #ddd;
     padding-top: .5rem;
 }
 
 .configurator .configurator-subgroup-text{
     font-size: 12px;
 }
 
 .configurator .cofigurator-button{
     border:1px solid #f7f7f7;
     padding: 5px 10px;
     background-color: #f7f7f7;
     padding: 1.5rem;
     cursor: pointer;
 }
 
 .configurator .cofigurator-button.cofigurator-button-clicked{
     background-color: #eee;
 }
 
 .configurator .cofigurator-button span{
     font-size: 13px;
 }
 
 .configurator .cofigurator-button span.text-muted{
     font-size: 11px;
 }
 
 .configurator.configurator-side .configurator-group{
     position: fixed;
     right:-40%;
     top: 0px;
     height: 100vh;
     width: 30%;
     z-index: 1000000;
     box-shadow: 0 -0.4rem 10rem rgba(0, 0, 0, .3); 
     padding:  0px 0px;
     transition: right 0.5s;
 }
 
 .configurator.configurator-side .configurator-group.open{
     right:0;
 }
 
 .configurator .configuration-side-close{
     padding: 10px;
     margin: -10px;
     cursor: pointer;
 }
 
 .configurator .configurator-picked-preview img{
     height: 50px !important;
 }
 
 .configuration-side-close:hover{
     color: black !important;
 }
 
 .configurator.configurator-side .configurator-group-header{
     padding:  15px 30px 10px;
     box-shadow: 0 .4rem 10rem rgba(0, 0, 0, .15);
     background-color:white;
     border-bottom: #f7f7f7 1px solid;;
 }
 
 .configurator.configurator-side .configurator-group-body{
     padding:  10px 30px 10px;
     overflow-y: scroll;
     
 }
 
 .configurator.configurator-side .configurator-group-footer{
     box-shadow: 0 .4rem 10rem rgba(0, 0, 0, .15);
     padding:  10px 30px 15px;
     background-color:white;
     border-top: #f7f7f7 1px solid;;
     
 }
 
@media (max-width: 992px){
    .configurator.configurator-side .configurator-group{
        width: 100%;
        right:-100%;
    }
}
 
 .configurator-picked-preview .configurator-no-preview{
    background-image: 
    linear-gradient(90deg, #eee 10px, #fff 10px),
    linear-gradient(90deg, #fff 10px, #eee 10px),
    linear-gradient(90deg, #eee 10px, #fff 10px),
    linear-gradient(90deg, #fff 10px, #eee 10px),
    linear-gradient(90deg, #eee 10px, #fff 10px),
    linear-gradient(90deg, #eee 10px, #fff 10px),
    linear-gradient(90deg, #fff 10px, #eee 10px),
    linear-gradient(90deg, #eee 10px, #fff 10px),
    linear-gradient(90deg, #fff 10px, #eee 10px),
    linear-gradient(90deg, #eee 10px, #fff 10px),
    linear-gradient(90deg, #eee 10px, #fff 10px),
    linear-gradient(90deg, #fff 10px, #eee 10px),
    linear-gradient(90deg, #eee 10px, #fff 10px),
    linear-gradient(90deg, #fff 10px, #eee 10px),
    linear-gradient(90deg, #eee 10px, #fff 10px);
    background-position: 0 0, 0 10px, 0 20px, 0 30px, 0px 40px, 20px 0, 20px 10px, 20px 20px, 20px 30px, 20px 40px, 40px 0, 40px 10px, 40px 20px, 40px 30px, 40px 40px;
    background-repeat: no-repeat;
    background-size: 20px 10px, 20px 10px, 20px 10px;
    height: 50px;
    width: 50px;
 }


/* !- prodejny stavy */

.product-detail-shop-quantity{
    color:black;
    line-height: 12px;
    font-size: 10px;
    font-weight: 300;
    
}
.product-detail-shop-quantity .product-detail-shop-quantity-show{
    cursor: pointer;
    
}
.product-detail-shop-quantity .product-detail-shop-quantity-show:hover{
    text-decoration: underline;
} 
.product-detail-shop-quantity .product-detail-shop-quantity-info{
    position: fixed;
    font-size: 16px !important;
    font-weight: 400;
    right:-40%;
    top: 0px;
    height: 100vh;
    width: 30%;
    z-index: 1000000;
    box-shadow: 0 -0.4rem 10rem rgba(0, 0, 0, .3); 
    padding:  0px 0px;
    transition: right 0.5s;
    background-color: #f7f7f7;
    text-align: left;
    line-height: 22px !important;
}

.product-detail-shop-quantity .product-detail-shop-quantity-info.open{
     right:0;
}
.product-detail-shop-quantity .product-detail-shop-quantity-header{
    padding:  15px 30px 10px;
    box-shadow: 0 .4rem 10rem rgba(0, 0, 0, .15);
    background-color:white;
    border-bottom: #f7f7f7 1px solid;;
}
.product-detail-shop-quantity .product-detail-shop-quantity-body{
    padding: 10px 30px 10px;
    overflow-y: scroll;
}
.product-detail-shop-quantity .product-detail-shop-quantity-info-close{
    cursor: pointer;
}

.product-detail-shop-quantity .product-detail-shop-quantity-body li{
    font-size: 12px;
}

.product-detail-shop-quantity .product-detail-shop-quantity-body-qty{
    font-size: 15px;
    white-space: nowrap;
}

@media (max-width: 992px){
    .product-detail-shop-quantity .product-detail-shop-quantity-info{
        width: 100%;
        right:-100%;
    }
}

.product-detail-shop-quantity .product-detail-shop-quantity-info-store-info{
    width: 22px;
    text-align: center;
    height: 22px;
    cursor: pointer;
    
    
}
.product-detail-shop-quantity .product-detail-shop-quantity-info-store .product-detail-shop-quantity-info-store-info i
{
    transition: transform 0.5s;    
}
.product-detail-shop-quantity .product-detail-shop-quantity-info-store.open-detail  .product-detail-shop-quantity-info-store-info i{
    transform: rotate(180deg);
}

.product-detail-shop-quantity .product-detail-shop-quantity-info-store-details{
    display: grid; 
    grid-template-rows: 0fr;
    transition: 250ms grid-template-rows ease;
}

.product-detail-shop-quantity .product-detail-shop-quantity-info-store-details > div{
    overflow: hidden;
}


.product-detail-shop-quantity .product-detail-shop-quantity-info-store.open-detail .product-detail-shop-quantity-info-store-details{
    grid-template-rows: 1fr;
}

.product-detail-shop-quantity .product-detail-shop-quantity-reservation a{
    font-weight: normal!important;
}



/* ! prodejeny vyber */

.delivery-shop-picker{
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #00000088;
    z-index: 100000;
    justify-content: center;
    align-items: center;
    color: #333;
    font-size: 12px;
    cursor: pointer;
}

.delivery-shop-picker.open{
    display: flex;
    
}

.delivery-shop-picker .delivery-shop-picker-body{
    
    display: flex;
    gap: 15px;
    flex-direction: column;
    background-color: white;
    width: 50vh;
    height: 80%;
    cursor: default;
}

@media (max-width: 992px){
    .delivery-shop-picker .delivery-shop-picker-body{
        width: 100%;
        height: 100%;
    }
}

.delivery-shop-picker .delivery-shop-picker-body-head{
    display: flex;
    padding: 2em 2em 0em 2em; 
    align-items: center;
    justify-content: space-between;
    
}

.delivery-shop-picker .delivery-shop-picker-close{
    cursor: pointer;
}


.delivery-shop-picker .delivery-shop-picker-shop{
    border:1px solid #ddd;
    border-radius: 5px;
    cursor: pointer;
    padding: .7em 1.2em;
    transition: border-color 0.5s;
    background-color: white;
}

.delivery-shop-picker .delivery-shop-picker-body-content{
    display: flex;
    padding: .5em 1em; 
    flex-direction: column;
    gap: 1em;
    overflow-y: scroll;
    background-color: #f7f7f7;
    border-top: 1px solid #eee;
    height: 100%;
}

.delivery-shop-picker .delivery-shop-picker-shop:hover{
    border-color: #333;
}

.delivery-shop-picker .delivery-shop-picker-shop .delivery-shop-picker-shop-name{
    
    font-size: 15px;
    font-weight: bold;
}

.delivery-shop-picker .delivery-shop-picker-shop .delivery-shop-picker-shop-description{
    color: #555;
    line-height: 15px;
}

/* bonusy */


.product-detail-bonuses{
    position: fixed;
    font-size: 16px !important;
    font-weight: 400;
    right:-30%;
    top: 0px;
    height: 100vh;
    width: 30%;
    z-index: 1000000;
    box-shadow: 0 -0.4rem 10rem rgba(0, 0, 0, .3); 
    padding:  0px 0px;
    transition: right 0.5s;
    background-color: #f7f7f7;
    text-align: left;
    line-height: 22px !important;
}



.product-detail-bonuses.open{
     right:0;
}

.product-detail-bonuses .product-detail-bonuses-info-close{
    cursor: pointer;
}

.product-detail-bonuses .product-detail-bonuses-header{
    padding:  15px 30px 10px;
    box-shadow: 0 .4rem 10rem rgba(0, 0, 0, .15);
    background-color:white;
    border-bottom: #f7f7f7 1px solid;;
}

.product-detail-bonuses .product-detail-bonuses-body{
    padding: 10px 30px 10px;
    overflow-y: scroll;
}

.product-detail-bonus .product-detail-bonus-image{
    width: 74px;
}
.product-detail-bonus .product-detail-bonus-image img{
    max-width: 74px;
    max-height: 74px;
}

.product-detail-bonuses .product-detail-bonuses-body .product-detail-bonus p{
    padding-bottom: 10px; 
    margin-bottom: 0px;
}

.product-detail-bonuses .product-detail-bonuses-body .product-detail-bonus{
    border: 1px solid #f2f2f2;
    text-decoration: none !important;
}
.product-detail-bonuses .product-detail-bonuses-body .product-detail-bonus:hover{
    background-color: #f9f9f9f9 !important;
}

.product-detail-bonuses-info-open{
    cursor: pointer;
    position: fixed;
    right: 0px;
    background-color: #ffffffaa;
    transform: rotate(-90deg);
    transform-origin: right bottom;
    transition: right 0.5s;
    top: 15%;
}

.product-detail-bonuses-info-open:hover, .product-detail-bonuses.open .product-detail-bonuses-info-open{
    background-color: #ffffff;
}

.product-detail-bonuses.open .product-detail-bonuses-info-open{
    right: 30%;
}

.product-detail-bonuses .product-detail-bonus-text{
    font-size: 14px;
    line-height: 18px;
}

@media (max-width: 992px){
    .product-detail-bonuses{
        right: -100%;
        width: 100%;
        height: 100%;
    }
    
    .product-detail-bonuses, .product-detail-bonuses .product-detail-bonuses-header{
        box-shadow: none !important;
    }
    
    .product-detail-bonuses.open .product-detail-bonuses-info-open{
        right: 100%;
    }
    
    .product-detail-shop-quantity .product-detail-shop-quantity-info, .product-detail-shop-quantity .product-detail-shop-quantity-header{
        box-shadow: none !important;
    }
}

