.text_decoration_none{
    text-decoration: none !important;
}

.editable-buttons{
    display: none;
}
a.editable-click:hover{
    cursor: pointer !important;
}

.cont {
    position: relative;

}

.image {
    opacity: 1;
    display: block;
    width: 100%;
    height: auto;
    transition: .5s ease;
    backface-visibility: hidden;
}

.middle {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
}

.cont:hover .image {
    opacity: 0.3;
}

.cont:hover .middle {
    opacity: 1;
}

[aria-expanded="true"] .fa-chevron-right,
[aria-expanded="false"] .fa-chevron-down{display:none}
[aria-expanded="true"] .fa-chevron-circle-down,
[aria-expanded="false"] .fa-chevron-circle-up{display:none}

.accordion-button:not(.collapsed) {
    border-left: 5px solid #0c63e4;
}
.accordion-button::after {
    display: none;
 }

label.error.fail-alert {
    line-height: 1;
    color: red;
    display: block;
}
input.error.fail-alert {
    border: 1px solid red;
}
input.valid.success-alert{
    border: 1px solid cornflowerblue;
}
.cz_textarea{
    resize: none;
    line-height: initial;
}
.cz_text_turncate_boot{
    max-width: 80px;
    display: inline-block;
}
/*media query for editBundle.php*/
.paid_by_customer_div{
    width: 100% !important;

}
@media screen and (min-width: 768px) {
    .paid_by_customer_div{
        width: 50% !important;
    }
}
@media screen and (min-width: 1024px) {
    .paid_by_customer_div{
        width: 40% !important;
    }
}
@media screen and (min-width: 2560px) {
    .paid_by_customer_div{
        width: 20% !important;
    }
}
.paid_by_customer_div input, textarea{
    outline: none;
}
/*.popover{*/
/*   border: 1.9px solid #cccccc;*/
/*    outline: none !important;*/

/*}*/
/*.popover-header{*/
/*    border: none !important;*/
/*    background: white !important;*/
/*    min-height: 40px !important;*/

/*}*/
/*.popover-body{*/

/*    display: none !important;*/
/*}*/

.slider-selection{
    background: #65ac8b !important;
    background-image: none !important;
}
.slider.slider-horizontal {
    width: 100% !important;
}

.cz_loader_box{
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 1;
    position: absolute;
    background: white;
}
.cz_loader{
    position: relative;
    top: 10%;
    left: 50%;
    width: 50px;
    height: 50px;

}
/*multiple delete model (walter) */
.btnclose{
    top: 25px;
    padding: 35px !important;
}
.nobtn{
    position: absolute;
    right: 20%;
    bottom: 15px;
}
.cz_bulk_delete1{
    position: absolute;
    left: 20%;
    bottom: 15px;
}
.cz_product_id{
    opacity: 1!important;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}
.cz_sidebar{
    min-height: 100vh;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 10px;
    width: 100%;
    margin:0;
    flex-direction: column;



}
.cz_sidebar-top{
    /*height: 53px;*/
    padding-bottom: 5px;


}
.cz_sidebar-bottom{
    display: flex;
    align-items: flex-end;
    justify-content: center;

}
.cz_sidebar ul{
    margin-top: 10px;
    flex-grow: 7;

}
.cz_sidebar ul li{
    margin-top: 5px;
    width: 100%;

}
.cz_sidebar ul li a {
    display: block;
    width: 100%;
    color: #fff;
}
.cz_small_device_nav ul li a{
    display: block;
    width: 100%;
    color: #fff !important;
}
.cz_small_device_nav ul li a.active{
    color: #514b9e !important;
}
.cz_small_device_nav .navbar-toggler{
    outline: none !important;
    box-shadow: none !important;
    color: white !important;

}
.cz_small_device_nav ul li a div h5{
    font-size: 1rem !important;
}
@media screen and (min-width: 1024px) {
    .cz_sidebar ul li a div h5{
        font-size: 0.8rem;
    }

}
@media screen and (min-width: 1440px) {
    .cz_sidebar_parent {
        width: 22% !important;
    }
    .cz_sidebar ul li a div h5{
        font-size: 1rem;
    }

}
@media screen and (min-width: 1920px) {
    .cz_sidebar_parent {
        width: 18% !important;
    }
    .cz_sidebar ul li a div h5{
        font-size: 1rem;
    }

}
/*nevigation line*/
.cz_line{
    width: 100%;
    height: 5px;
    background: #ccc;
    position: relative;
    margin-bottom: 20px;
}

.cz_circle{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background: #ccc;
    position: absolute;
    top: -667%;



}
.cz_circle_btn{
    display: block;
    width: 100%;
    height: 100%;
    z-index: 5;
    top: 0;
    font-size: 2rem;
    color: #fff;
    border: 0;
    padding: 5px;
}
.cz_circle_btn.active{
    background: #514b9e;
}
.cz_circle:nth-child(1){
  left: 0;
}
.cz_circle:nth-child(2){
  left: 40%;
}
.cz_circle:nth-child(3){
   right: 0%;
}
.cz_line.activehalfline{
    background-image: linear-gradient(90deg,#514b9e 45%, #ccc 45%);
}

.cz_line.activefullline{
    background-image: linear-gradient(90deg,#514b9e 100%, #ccc );
}
.cz_myactive{
    background: #514b9e;
}
.cz_app_title{
    font-size: 1.8rem;
    text-shadow: 0px 2px 2px rgba(0,0,0,0.2);
    font-weight: 700;
}
@media screen and (min-width: 1024px) {
    .cz_circle:nth-child(2){
        left: 45%;
    }
    .cz_circle.active{
        background: #514b9e;
    }
    .cz_circle_btn{
        top: 0;
    }
    .cz_circle_btn.active{
        background: #514b9e;
    }
    .navbar-toggler{
        display: none;
    }
}

.cz_table_design {
    border-radius: 8px!important;
    border: 1px solid #8080803b;
    border-collapse: initial;
    border-spacing: 0;
}
.table-bordered>:not(caption)>*>* {
    border-width: 0;
}
select#theme_id {
    background-image: url(//cdn.shopify.com/s/files/1/0017/7307/6529/files/cozy-select-down-arrow.svg?141);
    background-repeat: no-repeat;
    background-position: right 10px center;
}
/*product not found in search */
#cz_not_found_product{
    text-align: center;
    margin-top: 20px !important;
    font-size: 20px;
    color: #dc3545;
}
.cz_discount{
    width: 4rem;
}
.czbs_copy_embed_code{
    cursor: pointer;
}
.cz_not_allowed {
    pointer-events: auto! important;
    cursor: not-allowed! important;
}
.cz_variant_body{
    max-height: 75vh;
    overflow-y: scroll;
}

.cz_discount_type_box {
    width: 20rem;
    border-radius: 50px;
    display: flex;
    position: relative;
    padding: 0;
    background: #f2f2f2;
}
.cz_discount_type_button {
    visibility: hidden;
    position: absolute;
}
.cz_discount_type_box label {
    padding: 10px 15px;
    z-index: 999;
    cursor: pointer;
    user-select: none;
    justify-content: space-evenly;
    border-radius: 50px;
}
.cz_discount_type_active {
    width: 50%;
    height: 100%;
    border-radius: 50px;
    position: absolute;
    background-color: #514b9e;
    left: 0;
    transition: transform 100ms linear;
    box-shadow: 2px 1px 2px rgba(0, 0, 0, 0.1);
    color: #fff;
}
.cz_discount_api:checked ~ .cz_discount_type_active {
    transform: translateX(0%);

}
.cz_discount_api:checked + label{
    color: #fff;
}
.cz_discount_draft:checked ~ .cz_discount_type_active {
    transform: translateX(100%);
    box-shadow: -2px 1px 2px rgba(0, 0, 0, 0.1);
}
.cz_discount_draft:checked + label {
   color: #fff;
}
.cz_speedup-spinner{
    vertical-align: baseline;
}
