﻿/* Custom styles for app page */

/* Styles for main app container */
@import url("font-awesome/font-awesome.min.css");

div#appContent {
    background: white !important;
    margin: 0px auto;
    padding: 20px;
    max-width: 980px;
}


/* Styles for Back button */

.content-control-menu-nav .horizontal-icolink {
    font-weight: 600;
}

.content-control-menu-nav {
    padding-left: 25px;
    padding-right: 24px;
    font-size: 16px;
    height: 50px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: flex;
    align-items: center;
    display: none;
}

/* Styles for edit product label page */

.edit-product-label {
    display: none;
}
checkbox input[type=checkbox] + .checkbox-label, .checkbox .checkbox__content {
    box-sizing: border-box;
    padding-left: 36px;
}
.checkbox {
    position: relative;
    min-height: 20px;
    text-align: left;
    transition: color .1s linear 0s;
    cursor: pointer;
    font-size: 14px;
    line-height: 40px;
}

    .checkbox .checkbox-label span {
        margin-bottom: 4px;
        color: #262a2e;
        font-weight: 600;
    }
.checkbox input[type=checkbox] + .checkbox-label {
    display: inline;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding-top: 12px;
    padding-bottom: 8px;
    cursor: pointer;
    line-height: 34px;
}
 .checkbox .checkbox-label .checkbox-label-note {
        margin: 0;
        font-weight: 400;
        padding-left:23px;
    }
.checkbox-label-note {
    font-size: 14px;
    line-height: 22px;
    display: block;
}

.checkbox1 {
    position: relative;
    min-height: 20px;
    text-align: left;
    transition: color .1s linear 0s;
    cursor: pointer;
    font-size: 14px;
    line-height: 40px;
}

    .checkbox1 .checkbox-label span {
        margin-bottom: 4px;
        color: #262a2e;
        font-weight: 600;
    }

    .checkbox1 input[type=radio] + .checkbox-label {
        display: inline;
        position: relative;
        z-index: 1;
        box-sizing: border-box;
        width: 100%;
        margin: 0;
        padding-top: 12px;
        padding-bottom: 8px;
        cursor: pointer;
        line-height: 34px;
    }

    .checkbox1 .checkbox-label .checkbox-label-note {
        margin: 0;
        font-weight: 400;
        padding-left: 23px;
    }

.checkbox1-label-note {
    font-size: 14px;
    line-height: 22px;
    display: block;
}

.cart-settings {
    display:block;
    padding-left:14%;
 }
.cart-settings5 {
    display: block;
    padding-left: 5%;
}

.cart-settings-total {
    display: block;
}
.settings-page__cta-wrappet_left {
    margin-bottom: 48px;
    text-align: left;
    padding-left: 0;
}
.titled-items-list1 {
    width: 100%;
    max-width: 280px;
    padding: 16px;
    display:inline-table;
}
.fieldset--select .field__select {
    height: 40px;
    width: 100%;
    font-size: 14px !important;
    padding-top: 0!important;
    opacity: 1 !important;
    top: -3px!important;
}
.feature-element__action {
    margin-bottom: 10px!important;
}
.titled-item__title1 {
    font-weight: 500;
    font-size:14px;

}
.titled-item__content1 {
    font-size: 14px;
    line-height: 22px;
    margin-top: 8px;
    color: #068eef;
}
.toast-top-right {
    top: 25% !important;
    left: 40% !important;
}
#toast-container {
    position: fixed !important;
    z-index: 100000000 !important;
    pointer-events: none !important
}

.template {
    display: inline-block;
    position: relative;
    width: 100%;
    border: 1px solid #99a9b7;
    outline: 0;
    color: #262a2e;
    text-align: left;
    vertical-align: middle;
    padding: 2px 9px 3px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 19px;
    font-weight: 400 !important;
    margin-top: 10px;
    margin-left: 20px;
    pointer-events: none;
    text-decoration:none;
     background-color: #dddddd;

}
.readonly {
    pointer-events: none;
    -webkit-appearance: none;
}
/****** Style Star Rating Widget *****/
.rating {
    border: none;
}

    .rating > input {
        display: none;
    }

    .rating > label:before {
        margin: 5px;
        font-size: 1.25em;
        font-family: FontAwesome;
        display: inline-block;
        content: "\f005";
    }

    .rating > .half:before {
        content: "\f089";
        position: absolute;
    }

    .rating > label {
        color: #ddd;
        float: right;
    }

    /***** CSS Magic to Highlight Stars on Hover *****/

    .rating > input:checked ~ label, /* show gold star when clicked */
    .rating:not(:checked) > label:hover, /* hover current star */
    .rating:not(:checked) > label:hover ~ label {
        color: #FFD700;
    }
        /* hover previous stars in list */

        .rating > input:checked + label:hover, /* hover current star when changing rating */
        .rating > input:checked ~ label:hover,
        .rating > label:hover ~ input:checked ~ label, /* lighten current selection */
        .rating > input:checked ~ label:hover ~ label {
            color: #FFED85;
        }

/* --------- Tooltip Styles ---------- */

/*.tooltip {
    position: relative;
    background: rgba(0,0,0,0.3);
    padding: 5px 12px;
    border-radius: 100%;
    font-size: 20px;
    cursor: help;
}

    .tooltip::before, .tooltip::after {
        position: absolute;
        left: 50%;
        opacity: 0;
        transition: allease0.3s;
    }

    .tooltip::before {
        content: "";
        border-width: 10px 8px 08px;
        border-style: solid;
        border-color: rgba(0,0,0,0.3) transparent transparent transparent;
        top: -20px;
        margin-left: -8px;
    }

    .tooltip::after {
        content: attr(data-tooltip);
        background: #068eef;
        top: -20px;
        transform: translateY(-50%);
        font-size: 14px;
        margin-left: -150px;
        width: 300px;
        border-radius: 10px;
        color: #fff;
        padding: 14px;
    }


    .tooltip:hover::before, .tooltip:hover::after {
        opacity: 1;
    }*/
.tooltip {
    position: relative;
    display: inline-block;
    background: rgba(0,0,0,0.3);
    padding: 5px 12px;
    border-radius: 100%;
    font-size: 20px;
    cursor: help;
}

    .tooltip .tooltiptext {
        width: 300px;
        bottom: 100%;
        left: 50%;
        margin-left: -60px; /* Use half of the width (120/2 = 60), to center the tooltip */
        visibility: hidden;
        background: #068eef;
        color: #fff;
        border-radius: 6px;
        padding: 5px;
        position: absolute;
        z-index: 1;
        opacity: 0;
        transition: opacity 0.3s;
        font-size: 14px;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }

.padding-top-left-title {
    padding-top: 2%;
    padding-left: 2%;
}
container {
    margin: 5px auto;
    max-width: 500px;
}

ul.gallery-slideshow > img, ul {
    margin: 0;
    padding: 0;
}

    ul.gallery-slideshow {
        position: relative;
        list-style: none;
        background: #000000;
        overflow: hidden;
    }

        ul.gallery-slideshow li img {
            position: absolute;
            min-width: 100%;
            min-height: 100%;
        }
/*gallery controls*/
.gallery-control {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,0.8);
    margin: auto;
    cursor: pointer;
}

    .gallery-control.prev {
        left: -5px;
    }

    .gallery-control.next {
        right: -5px;
    }

    .gallery-control.trigger {
        left: 0;
        right: 0;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
    }

    .gallery-control:after {
        position: absolute;
        z-index: 2;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        content: "";
        width: 20px;
        height: 20px;
        box-sizing: border-box;
        border-style: solid;
        border-color: transparent;
    }

    .gallery-control.prev:after {
        border-width: 10px 15px 10px 0px;
        border-right-color: #ffffff;
    }

    .gallery-control.next:after {
        border-width: 10px 0px 10px 15px;
        border-left-color: #ffffff;
    }

    .gallery-control.trigger.pause:after {
        border-style: double;
        border-width: 0px 0px 0px 20px;
        border-color: #ffffff;
    }

    .gallery-control.trigger.play:after {
        left: 5px;
        border-width: 10px 0px 10px 20px;
        border-left-color: #ffffff;
    }
/*gallery navigation*/
ul.gallery-slideshow ul.gallery-navbar {
    position: absolute;
    bottom: 5%;
    width: 100%;
    text-align: center;
}

ul.gallery-navbar li {
    all: unset;
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    background: rgba(255,255,255,0.5);
    margin: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    cursor: pointer;
}

    ul.gallery-navbar li.active {
        background: rgba(255,255,255,1);
    }
    /**STATES**/
    ul.gallery-navbar li:hover, .gallery-control:hover {
        transform: scale(0.9);
    }

    ul.gallery-navbar li:hover {
        background: rgba(255,255,255,0.8);
    }

    ul.gallery-navbar li:active, .gallery-control:active {
        transform: scale(0.8);
    }

.ui-dialog .ui-dialog-title {
    text-align: center;
    width: 100%;
}
.dialog_style1 {
    top: 0px !important;
}

.float {
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
}

.my-float {
    padding-top: 16px;
}
.callWhatsApp {
    margin-top: 16px;
}
.fieldset--textarea .field{
    overflow:hidden !important;
}
.fieldsets-batch.fieldsets-batch--with-titles .fieldset {
    margin-bottom: 2px!important;
    display: inline-block;
}

