.pop {
    font-family: 'Poppins',serif;
}

.lora-title {
    font-family: 'Lora';
    font-weight: 400;
}

.robo-text {
    font-family: 'Roboto';
}

.w-85 {
    width: 85% !important;
}

.pop-country {
    font-size: 12px;
}

.mi_elements_container .element {
    /* border-bottom: 1px solid #e3e3e3; */
    height: 100%;
    /*  padding: 23px 10px; */
    margin: 2px 1px;
    cursor: pointer;
    /* border-right-style: dotted; */
}
    /*.mi_elements_container .element:hover{*/
    /*background: #f1f1f1;*/
    /*}*/
    .mi_elements_container .element div img {
        /*width: 100%;*/
    }

.btn-35 {
    height: 35px;
    font-size: 10px;
}

.mi_elements_container .element div.text-uppercase {
    font-size: 15px;
    text-align: center;
}

.mi_container .custom_shirt {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-height: 45vh;
}

.mi_container .custom_pant {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-height: 45vh;
}

.mi_container .custom_woman_shirt {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    max-height: 45vh;
}

.hide {
    display: none;
}


.mi_elements_container .element .mi_dropdown {
    position: absolute;
    /* width: 160px; */
    min-height: 100px;
    padding: 5px 16px;
    background: #fff;
    border: 1px solid #e3e3e3;
    text-align: center;
    right: 50px;
    z-index: 99999999;
    margin-top: -45px;
    max-height: 550px;
    overflow: auto;
    overflow-x: hidden;
}

.mi_elements_container .element .element_container_parent {
    width: 100%;
    background: white;
    padding: 5%;
    margin-right: 3px;
}

.mi_elements_container .element .mi_dropdown .head {
    border-bottom: 1px solid #e3e3e3;
    text-align: left;
}

.mi_elements_container .element .mi_dropdown .mi_dropdown_item {
    padding: 5px;
    border-bottom: 1px solid #e3e3e3;
    margin-top: 10px;
}

    .mi_elements_container .element .mi_dropdown .mi_dropdown_item:last-child {
        border: none;
    }

    .mi_elements_container .element .mi_dropdown .mi_dropdown_item:hover {
        background: #f1f1f1;
    }

.mi_elements_container .element .mi_dropdown .mi_dropdown_dismiss {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 999999;
    border: 1px solid #e3e3e3;
    padding: 6.5px 6px;
    border-radius: 0px !important;
}

.mi_sidebar_toggle_dismiss {
    display: none;
}

.cloth_container {
    overflow: auto;
    padding: 15px 5px;
}

    .cloth_container .cloth_elements {
        list-style: none;
        padding-left: 0;
        overflow: scroll;
        height: 4.4rem;
        display: inline-flex;
    }

        .cloth_container .cloth_elements .cloth_el {
            display: grid;
            width: 4.3rem;
            margin: 0 5px;
            text-align: center;
            padding: 1%;
            margin-bottom: 1%;
            /* position: relative; */
            /*border: 1px solid #f0f0f0;*/
        }

            .cloth_container .cloth_elements .cloth_el:hover {
                border: #444;
                box-shadow: 0px 0px 4px 0px #969696;
            }

            .cloth_container .cloth_elements .cloth_el img {
                width: 100%;
            }


.category_container {
    overflow: auto;
    padding: 15px 5px;
}

    .category_container .category_elements {
        list-style: none;
        padding-left: 0;
        text-align: center;
    }

        .category_container .category_elements .fit_el img {
            border: 1px solid #f0f0f0;
            padding: 10px;
        }

        .category_container .category_elements .fit_el {
            display: inline-block;
            width: 40%;
            max-width: 250px;
            margin: 0 5px;
            text-align: center;
            padding: 5px;
            margin-bottom: 10px;
        }

            .category_container .category_elements .fit_el img:hover {
                border: #444;
                box-shadow: 0px 0px 4px 0px #969696;
            }

            .category_container .category_elements .fit_el img {
                width: 100%;
            }

.country_container {
    overflow: auto;
    padding: 15px 5px;
}

    .country_container .country_elements {
        list-style: none;
        padding-left: 0;
        text-align: center;
    }

        .country_container .country_elements .fit_el img {
            border: 1px solid #f0f0f0;
            padding: 10px;
        }

        .country_container .country_elements .fit_el {
            display: inline-block;
            width: 40%;
            max-width: 250px;
            margin: 0 5px;
            text-align: center;
            padding: 5px;
            margin-bottom: 10px;
        }

            .country_container .country_elements .fit_el img:hover {
                border: #444;
                box-shadow: 0px 0px 4px 0px #969696;
            }

            .country_container .country_elements .fit_el img {
                width: 100%;
            }

.fits_container {
    /*overflow: auto;*/
    overflow: hidden;
    padding: 15px 5px;
}

    .fits_container .fits_elements {
        list-style: none;
        padding-left: 0;
        text-align: center;
    }

        .fits_container .fits_elements .fit_el img {
            border: 1px solid #f0f0f0;
            padding: 10px;
        }

        .fits_container .fits_elements .fit_el {
            display: inline-block;
            /*width: 45%;*/
            /*max-width: 18%;*/
            /*margin: 0 5px;*/
            text-align: center;
            /*padding: 5px;*/
            /*margin-bottom: 10px;*/
        }

            .fits_container .fits_elements .fit_el img:hover {
                border: #444;
                box-shadow: 0px 0px 4px 0px #969696;
            }

            .fits_container .fits_elements .fit_el img {
                width: 100%;
            }




.measurement_container {
    overflow: auto;
    padding: 15px 5px;
}

    .measurement_container .measurement_elements {
        list-style: none;
        padding-left: 0;
        text-align: center;
    }

        .measurement_container .measurement_elements .fit_el img {
            border: 1px solid #f0f0f0;
            padding: 10px;
        }

        .measurement_container .measurement_elements .fit_el {
            display: inline-block;
            /*width: 45%;*/
            /*max-width: 18%;*/
            /*margin: 0 5px;*/
            text-align: center;
            /*padding: 5px;*/
            /*margin-bottom: 10px;*/
        }

            .measurement_container .measurement_elements .fit_el img:hover {
                border: #444;
                box-shadow: 0px 0px 4px 0px #969696;
            }

            .measurement_container .measurement_elements .fit_el img {
                width: 100%;
            }


.mi_fabric_previewer img {
    margin-top: 35%;
}

.mi_fabric_previewer button {
    text-align: center;
    /*width: 49%;*/
}

li.mi_selected_option:before {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    background: url(../img/check.png) no-repeat;
    background-size: cover;
    margin-left: 30%;
    margin-top: -10px;
}

li.mi_selected_option.fit_el:before {
    margin-left: 10%;
    margin-top: -6px;
}

li.cloth_el.pop.mi_selected_option:before {
    margin-left: 15%;
    margin-top: 0%;
}

.category_elements li.mi_selected_option.fit_el:before {
    margin-left: 30%;
    margin-top: -10px;
}


.country_elements li.mi_selected_option.fit_el:before {
    margin-left: 30%;
    margin-top: -10px;
}

.mi_selection_overview li {
    padding: 10px 5px;
    border-bottom: 1px solid #e3e3e3;
}


@media only screen and (max-width: 900px) {
    .mi_sidebar_floating {
        display: flex;
        background: #ffffff;
        width: 100%;
    }

    .mi_toggler {
        display: none;
    }

    .mi_sidebar_toggle_dismiss {
        display: block;
    }

    .mi_elements_container .element {
        /* height: 80px; */
        /* padding: 15px 10px; */
        /*margin-right: -106px;*/
    }

        .mi_elements_container .element .mi_dropdown {
            top: 125px;
        }
}


/*.qty .count {
    color: #000;
    display: inline-block;
    vertical-align: top;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    padding: 0 2px
    ;min-width: 35px;
    text-align: center;
}
.qty .plus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: white;
    width: 30px;
    height: 30px;
    font: 30px/1 Arial,sans-serif;
    text-align: center;
    border-radius: 50%;
    }
.qty .minus {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: white;
    width: 30px;
    height: 30px;
    font: 30px/1 Arial,sans-serif;
    text-align: center;
    border-radius: 50%;
    background-clip: padding-box;
}*/

.qty_incr_decr {
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    color: white;
    width: 30px;
    height: 30px;
    font: 30px/1 Arial,sans-serif;
    text-align: center;
    border-radius: 50%;
}


.qty .count {
    color: #000;
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    font-weight: 900;
    line-height: 30px;
    padding: 0 2px;
    min-width: 35px;
    text-align: center;
    font-family: 'Poppins';
}

.minus:hover {
    border: #081a2a !important;
    background: white;
}

.plus:hover {
    border: #081a2a !important;
    background: white;
}

.mi_plus:hover {
    border: #081a2a !important;
}

.mi_minus:hover {
    border: #081a2a !important;
}

.mi_plus2:hover {
    border: #081a2a !important;
}

.mi_minus2:hover {
    border: #081a2a !important;
}
/*Prevent text selection*/

/*.input-group-prepend{
    background: #fbfaf9;
}

.input-group-append{
    background: #fbfaf9;
}*/


.trailer {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100000000000;
    background: rgba(0, 0, 0, 0.95);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
}

    .trailer.active {
        visibility: visible;
        opacity: 1;
    }

    .trailer video {
        position: relative;
        max-width: 900px;
        outline: none;
    }

.close {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    filter: invert(1);
    max-width: 32px;
}

@media(max-width: 991px) {
    .trailer video {
        max-width: 90%;
    }
}



.trailer-size {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 100000000000;
    background: rgba(0, 0, 0, 0.95);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
}

    .trailer-size.active {
        visibility: visible;
        opacity: 1;
    }

    .trailer-size img {
        max-width: 900px;
        outline: none;
    }

.close-size {
    position: absolute;
    top: 100px;
    right: 20px;
    cursor: pointer;
    filter: invert(1);
    max-width: 32px !important;
}

@media(max-width: 991px) {
    .trailer-size img {
        max-width: 90%;
    }
}


.mb-60 {
    margin-bottom: 60px;
}


.btn-circle.btn-sm {
    width: 30px;
    height: 30px;
    padding: 6px 0px;
    border-radius: 15px;
    font-size: 8px;
    text-align: center;
}

.btn-circle {
    min-width: 50px;
    height: 50px;
    border-radius: 25px;
    -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 5%);
    display: inline-block;
    margin: 0;
    text-align: center;
    line-height: 12px;
    color: #212121;
    font-weight: 500;
    background: none;
    border: 0;
    outline: none;
    font-size: 14px;
    font-weight: 500;
    font-family: "Rubik", sans-serif;
    padding: 0 15px;
    background-color: white;
}

    .btn-circle.btn-md:focus {
        background-color: #2850cf;
        color: white;
    }

.btn-circle1.btn-sm {
    width: 30px;
    height: 25px;
    padding: 6px 0px;
    border-radius: 15px;
    font-size: 8px;
    font-weight: bold;
    text-align: center;
}

.btn-circle1.btn-md1 {
    min-width: 50px;
    height: 50px;
    border-radius: 25px;
    -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 5%);
    display: inline-block;
    margin: 5px;
    text-align: center;
    line-height: 50px;
    color: #212121;
    font-weight: 700;
    background: none;
    border: 0;
    outline: none;
    font-size: 14px;
    font-family: "Rubik", sans-serif;
    padding: 0 15px;
    background-color: #bacbff;
}

    .btn-circle1.btn-md1:focus {
        background-color: #2850cf;
        color: white;
    }

btn-circle1.btn-md1:active {
    background-color: #2850cf;
    color: white;
}

.sizeVar .btn-md:active {
    background-color: #081A2A;
    color: #fff !important;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

.size .btn-md.active {
    min-width: 50px;
    height: 50px;
    border-radius: 25px;
    -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 5%);
    background-color: #212121;
    color: #fff !important;
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.19);
}

span.size {
    font-family: 'Poppins';
    font-size: 20px;
    color: black;
    font-weight: 700;
}

.sizeMsg {
    color: red;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 12px;
    text-align: center;
}

.fabric_shower img {
    width: 50px;
    margin-left: 15.4rem !important;
}

.fabric_shower_pant img {
    width: 50px;
    margin-left: 16rem !important;
}

.back_design {
    height: 70%;
    margin-top: 4% !important;
    font-size: 75%;
    padding: .75rem 0.5%;
    width: 45%;
}

.completeOrder {
    height: 70%;
    margin: 4%;
    margin-right: 0%;
    font-size: 78%;
    padding: .75rem 0.5%;
    width: 55%;
}

.home .btn-light:hover {
    color: #212529;
    background-color: white;
    border-color: white;
}

.home .btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus, .show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0rem;
}

.home a:hover, a:focus, a:active {
    color: #000;
}

.element .mod {
    display: block;
    width: .6em;
    height: .6em;
    border-radius: .3em;
    background-color: #71abd7;
    position: absolute;
    top: .5em;
    left: .5em;
}


.show-result {
    margin: 10px;
    padding: 10px;
    color: green;
    font-size: 20px;
}

.star-rating s:hover,
.star-rating s.active {
    color: #337ab7;
}

.star-rating-rtl s:hover,
.star-rating-rtl s.active {
    color: #337ab7;
}

.star-rating s,
.star-rating-rtl s {
    color: black;
    font-size: 40px;
    cursor: default;
    text-decoration: none;
}

.star-rating {
    padding: 2px;
}

.star-rating-rtl {
    background: #555;
    display: inline-block;
    border: 2px solid #444;
}

    .star-rating-rtl s {
        color: yellow;
    }

.star-rating s:hover:before,
.star-rating s.rated:before,
.star-rating s.active:before {
    content: "\2605";
}

.star-rating s:before {
    content: "\2606";
}

.star-rating-rtl s:hover:after,
.star-rating-rtl s.rated:after,
.star-rating-rtl s.active:after {
    content: "\2605";
}

.star-rating-rtl s:after {
    content: "\2606";
}


.form-design {
    display: block;
    width: 100%;
    height: calc(1.4em + 1.5rem + 2px);
    padding: 0.75rem 0.85rem;
    font-size: 10px;
    font-weight: 900;
    line-height: 1.4;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.5rem;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}


/* The message box is shown when the user clicks on the password field */
#pwd_message {
    display: none;
    background: #f1f1f1;
    color: #000;
    position: relative;
    padding: 20px;
    margin-top: 10px;
}

    #pwd_message p {
        padding: 10px 35px;
        font-size: 18px;
    }


#new_pwd_message {
    display: none;
    background: #f1f1f1;
    color: #000;
    position: relative;
    padding: 20px;
    margin-top: 10px;
}

    #new_pwd_message p {
        padding: 10px 35px;
        font-size: 18px;
    }

/* Add a green text color and a checkmark when the requirements are right */
.valid {
    color: green;
}

    .valid:before {
        position: relative;
        left: -35px;
        content: "✔";
    }

/* Add a red text color and an "x" when the requirements are wrong */
.invalid {
    color: red;
}

    .invalid:before {
        position: relative;
        left: -35px;
        content: "✖";
    }


/*h2 {
    font-family: Arial, Verdana;
    font-weight: 800;
    font-size: 2.5rem;
    color: #091f2f;
    text-transform: uppercase;
}*/
.accordion-section .panel-default > .panel-heading {
    border: 0;
    background: #f4f4f4;
    padding: 0;
}

.accordion-section .panel-default .panel-title a {
    display: block;
    font-style: italic;
    font-size: 1.5rem;
}

    .accordion-section .panel-default .panel-title a:after {
        font-family: 'FontAwesome';
        font-style: normal;
        font-size: 3rem;
        content: "\f106";
        color: #1f7de2;
        float: right;
        margin-top: -12px;
    }

    .accordion-section .panel-default .panel-title a.collapsed:after {
        content: "\f107";
    }

.accordion-section .panel-default .panel-body {
    font-size: 1.2rem;
}
