/**
* 2008-2023 Prestaworld
*
* NOTICE OF LICENSE
*
* The source code of this module is under a commercial license.
* Each license is unique and can be installed and used on only one website.
* Any reproduction or representation total or partial of the module, one or more of its components,
* by any means whatsoever, without express permission from us is prohibited.
*
* DISCLAIMER
*
* Do not alter or add/update to this file if you wish to upgrade this module to newer
* versions in the future.
*
* @author    prestaworld
* @copyright 2008-2023 Prestaworld
* @license https://opensource.org/licenses/AFL-3.0 Academic Free License version 3.0
* International Registered Trademark & Property of prestaworld
*/
.switch {
    position: relative;
    display: inline-block;
    width: 500px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.switch2 {
    position: relative;
    display: inline-block;
    width: 500px;
    height: 34px;
}

.switch2 input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: -8px;
    left: 170px;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    -webkit-transition: .4s;
    transition: .4s;
    text-align: center;
    padding: 5px;
    border: solid black 1px;
    border-right: unset;
}
.slider2 {
    /* position: absolute; */
    cursor: pointer;
    top: -74px;
    left: 329px;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    -webkit-transition: .4s;
    transition: .4s;
    text-align: center;
    padding: 3px 2px 5px;
    border: solid black 1px;
    border-left:unset;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    /* background-color: rgb(12, 12, 12); */
    -webkit-transition: .4s;
    transition: .4s;
}

.slider2:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    /* background-color: rgb(12, 12, 12); */
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #24b9d7;
    color:#ffff;
}
input:checked + .slider2 {
    background-color: #24b9d7;
    color:#ffff;
}

/* input:focus + .slider {
    box-shadow: 0 0 1px #c70606;
}
input:focus + .slider2 {
    box-shadow: 0 0 1px #b30303;
} */

input:checked + .slider:before {
    -webkit-transform: translateX(215px);
    -ms-transform: translateX(215px);
    transform: translateX(215px);
}
input:checked + .slider2:before {
    -webkit-transform: translateX(200px);
    -ms-transform: translateX(200px);
    transform: translateX(200px);
}

  /* Rounded sliders */
.slider.round {
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
}

.slider2.round2 {
    border-bottom-right-radius: 20px;
    border-top-right-radius: 20px;
}

.slider.round:before {
    border-radius: 50%;
}
.slider2.round2:before {
    border-radius: 50%;
}
.presta_pr_subscriber_block {
    /* border: solid rgb(184, 183, 183) 2px; */
    background: white;
}
.presta_switch {
    margin-bottom: -30px !important;
    margin-left: 10px;
}

.label_heading {
    font-size: 20px;
    margin: 13px;
}
/* label {
    display: inline !important;
} */
.product-prices div {
    margin-bottom: 0.155rem !important;
}
.msg {
    display: none !important;
}
.err {
    display: none !important;
}
.presta_icons .material-icons{
    font-size: 17px !important;
}
.presta_date_end_cycle .material-icons{
    font-size: 17px !important;
}
.presta_pr_subscriber_block{
    padding: 20px 30px 5px 30px;
}
.presta-label-css {
    text-align: center;
}
.presta-bages {
    background: #11d3e0;
    padding: 4px 70px;
    border-bottom-left-radius: 32px;
    border-top-right-radius: 22px;
}
.presta_check_label_css {
    padding: 4px;
}
