.moh_switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 22px;
    margin-left: 8px;
}

.moh_switch input { 
    opacity: 0;
    width: 0;
    height: 0;
}

.moh_slider {
    border-radius: 15px;
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #dcdcde;
    -webkit-transition: .4s;
    transition: .4s;
    width: 45px;
    height: 25px; 
}

.moh_slider:before {
    border-radius: 50%; 
    position: absolute;
    content: "";
    height: 20px;
    width: 20px; 
    left: 5px; 
    bottom: 2px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .moh_slider {
    background-color: #51dddf;

}


input:focus + .moh_slider {
    box-shadow: 0 0 1px #ae7b3b;
}

input:checked + .moh_slider:before {
    -webkit-transform: translateX(16px); 
    -ms-transform: translateX(16px);
    transform: translateX(16px);

}
/*	input:checked + .moh_slider:after {
    content: '\2713';
    color: white;
    position: absolute; 
    transform: translate(6px, 7px);
}*/

.prtct_shpng_main_div table td{
    border:unset !important;
}
.prtct_shpng_main_div{
    margin-bottom: 1%;
    border-radius: 4px;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
    transition: box-shadow 0.3s;
    padding: 2px;
}
.ship_prtct_table_class{
    margin: unset;
    border-radius: 5px;
    margin-bottom: 0 !important;
}
.div_in_first_td{
    display: flex;
    /*vertical-align: middle;*/
    align-items: center;

}
.protection_logo {
    margin-top: auto;
    margin-bottom: auto;
}

/*	.protection_logo{
    height: 16%;
    width: 16%;
    margin-top: 3%;

}*/
.protection_logo_i{
    height: 10px !important;
    width: 10px !important;
    margin-left: 4px;
    margin-top: 4px;
}
.protection_logo_route{

    height: 4%;
    width: 4%;
    margin-left: 1%;
    margin-right: 1%;
}
.div_in_first_td strong{
    margin: auto;
}
.ship_prtct_table_class td{
    margin: unset;
    padding: 10px;
}

#cso-popup {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999999;
    padding: 20px;
    box-sizing: border-box;
    display: block;
    justify-content: center;
    align-items: center;
    overflow: auto;
}
.model_content {
    background: #fff;
    border-radius: 5px;
    width: 36%;
    margin-top: 4%;
    margin-left: 34%;
    padding: 20px;
}
.modal-header{
    display: inline-flex;
    width: 100%;
    margin-bottom: unset;
}
.modal-title{
    color: #000 !important; 

    width:95%;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 10px;
    margin-left: 10px;

}
.add_custom_style{
    padding-left: 20px;
    margin-top: -20px;
}
.heading{
    width: 95%;
    padding: 20px 0px 0px 20px;
}
.close_popup{
    color: black !important;
    background: transparent;
    float: right;
    opacity: 1;
    font-size: 40px;
    padding: 10px;
    border-radius: 11px !important;
}
.close_popup:hover{
    background-color: transparent;
    border-radius: 50% ;
    outline: none;
}
.widget_label{
    line-height: 18px;

}
.package{
    margin-top: 12px; 
    margin-left: 10px;
}
.my_html{
    margin-bottom: 25px;
}
.text_div{
    margin-left: 3%;
}

.points{
    font-size: 14px;
    color:black;
    margin:unset;
    padding-bottom: 5px;
}

.desciption_detail{
    margin-top: 5px;
    padding: 5px 40px 0px 0;
    color: #000;
}
.desciption_detail p{
    font-size: 12px;
    font-size: 14px;
}
.points_div{
    margin:unset ;
    margin-top: 10px;
}
.label_button_type{
    margin-left: 2%;
}
.popup_footer{
    display: flex;

}
.popup_footer label{
    color: black;
    font-size: 10px;
    text-decoration: underline;
    margin-left: 10px;
    margin-bottom: 20px;

}

.package_first_label{
    font-weight: 400 !important; font-size: 14px !important;
    color: #000;
}


@media only screen and (max-width: 767px) {

/*		input:checked + .moh_slider:after {
    position: absolute; 
    transform: translate(6px, 1px);
}*/
.modal-header{
    margin-bottom: 25px !important;
}
.model_content{
    width: 80% !important;	
    margin-top: 17%;
    margin-left: 10%;
    height: 74%;
    overflow: auto;
    padding: 20px;
}
.heading {
    font-size: 12px;
}
.modal-body{
    font-size: 12px;
}
.close_popup{ 
    margin-top:-5px; 
    font-size: 20px;
    margin-left: 10px;
    padding-right:10px ;
}
.div_in_first_td {
    margin-left: 5px;
}
.prtct_shpng_main_div{
    margin-bottom: 4% !important;
}
.protection_logo_route{

    height: 15px !important;
    width: 15px !important;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 2%;
}
.modal-title{
    margin-top: 15px;
    font-size: 15px;
    margin-left: unset;
}
.label_button_type{
    display: grid;
    grid-gap: 10px;
    width: 80%;
}
.label_button_type label{
    margin:unset !important;
}
.package{
    margin-left: unset;
}

.package_first_label{
    font-size: 14px;
    color: #000;
}

.points {
    margin-left:unset !important;
    padding: 20px;
    padding-top: 0;
}
.desciption_detail p {
    line-height: 20px;
    text-align: left;
}
.moh_switch{
    position: relative;
    display: inline-block;
    width: 40px;
    height: 22px;
}
.lisss {
    padding-top: 5px;
    line-height: 20px;
}
.close_popup {
    height: 47px;
}
.modal-header {
    margin-bottom: 0px !important;
}
    .protection_logo_i {
        height: 10px;
        width: 10px;
    }
    .popup_footer label {
    color: black;
    font-size: 10px;
    text-decoration: underline;
    margin-left: 0;
    margin-bottom: 20px;
    }
    .popup_footer label:last-child {
    margin-right: 5px;
    }
}

.lisss {
    padding-top: 5px; 
}


.text_div .amount {
    color: black !important;
}

.text_div .woocommerce-Price-currencySymbol {
    color: black !important;
}
.single-product form label{
    font-weight: normal !important;
}
.page-id-1636 .ship_prtct_table_class{
    width: 100% !important;
}
.page-id-1636 .ship_prtct_table_class tr td:last-child{
    padding-left: 4px !important;
}

.page-id-1637 .ship_prtct_table_class{
    background-color: #fcfcfc !important;
    border-top: unset !important;
}

@media screen and (max-width:767px) {
    .page-id-1636 .ship_prtct_table_class tr td{
        padding-left: 8px !important;
    }
    .add_custom_style{
        margin-top: 0 !important;
    }
}
.protection_logo {
    margin-left: 10px;
}

@media only screen and (max-width: 767px) {
    .protection_logo {
        margin-left: unset !important;
    }
}
@media only screen and (max-width: 767px) {
    .widget_label {
        inline-size: unset;
    }
}

.woocommerce-cart .my_html,
.woocommerce-checkout .my_html{
    display: block !important;
}