



.btn-cart{
    padding: 0px;
    height: auto;
    margin-right: 0px;
    width:25px;
}
.btn-cart i{

    margin-right: 2px !important;
}


.btn-cart :active{
   color:grey ;
}












.onoffswitch_opakovat {
    position: relative; width: 126px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch_opakovat-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.onoffswitch_opakovat-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 50px;
}
.onoffswitch_opakovat-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch_opakovat-inner:before, .onoffswitch_opakovat-inner:after {
    display: block; float: left; width: 50%; height: 25px; padding: 0; line-height: 25px;
     color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
     /*font-size: 12px;*/
    box-sizing: border-box;
}
.onoffswitch_opakovat-inner:before {
    content: "Opakovat";
    padding-left: 12px;
    background-color: #FF5821; color: #FFFFFF;
}
.onoffswitch_opakovat-inner:after {
    content: "Neopakovat";
    padding-right: 12px;
    background-color: #EEEEEE; color: #595959;
    text-align: right;
}
.onoffswitch_opakovat-switch {
    display: block; width: 31px; margin: -3px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 97px;
    border: 2px solid #999999; border-radius: 50px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch_opakovat-checkbox:checked + .onoffswitch_opakovat-label .onoffswitch_opakovat-inner {
    margin-left: 0;
}
.onoffswitch_opakovat-checkbox:checked + .onoffswitch_opakovat-label .onoffswitch_opakovat-switch {
    right: 0px; 
}












/*****************************/
/* on of switch zeleny windows version pro v podstate to same jako tlacitko ve stavu na povoleni azakazani zarizeni*/
.onoffswitch_povolit {
    position: relative; width: 41px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch_povolit-checkbox {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
.onoffswitch_povolit-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 0px;
}
.onoffswitch_povolit-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch_povolit-inner:before, .onoffswitch_povolit-inner:after {
    display: block; float: left; width: 50%; height: 14px; padding: 0; line-height: 12px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
    border: 2px solid transparent;
    background-clip: padding-box;
}
.onoffswitch_povolit-inner:before {
    content: "";
    padding-left: 10px;
    background-color: #47FF47; color: #FFFFFF;
}
.onoffswitch_povolit-inner:after {
    content: "";
    padding-right: 10px;
    background-color: #CCCCCC; color: #333333;
    text-align: right;
}
.onoffswitch_povolit-switch {
    display: block; width: 13px; margin: 0px;
    background: #000000;
    position: absolute; top: 0; bottom: 0;
    right: 28px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch_povolit-checkbox:checked + .onoffswitch_povolit-label .onoffswitch_povolit-inner {
    margin-left: 0;
}
.onoffswitch_povolit-checkbox:checked + .onoffswitch_povolit-label .onoffswitch_povolit-switch {
    right: 0px; 
}