
/* ===================
preloader
====================== */

.preloader {
    background: #fff;
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9999;
}

.loader {
    width: 40px;
    height: 40px;
    position: relative;
    top: calc(50% - 30px);
    left: calc(50% - 20px);
}

.loader-box-1, .loader-box-2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: var(--primary-blue-default);
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    animation: loader-bounce 2.0s infinite ease-in-out;
}

.loader-box-2 {
    animation-delay: -1.0s;
}

@keyframes loader-bounce {
    0%, 100% {
        transform: scale(0.0);
    }

    50% {
        transform: scale(1.0);
    }
}
/* ===================
slider button #051036
====================== */
.sliderOne-btn-testimonials {
    color: var(--main-white-default) !important;
}

    .sliderOne-btn-testimonials:hover {
        color: var(--main-white-default) !important;
        background: #051036 !important;
    }

.sliderOne-btn-aboutUs {
    color: var(--main-white-default) !important;
    background: #0d6efd !important;
}

    .sliderOne-btn-aboutUs:hover {
        color: var(--main-white-default) !important;
        background: #051036 !important;
    }

/* ===================
theme button
====================== */
.theme-btn {
    font-size: 14px;
    color: #fff;
    padding: 7px 8px 7px 8px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    text-align: center;
    border-radius: 10px;
    font-weight: 600;
    overflow: hidden;
    border: none;
    background: red;
    box-shadow: 0 3px 24px rgb(0 0 0/10%);
    transition: all .5s ease-in-out;
    z-index: 1
}

    .theme-btn:hover {
        color: #fff;
        background: #031f4b;
    }
    .theme-btn i {
        height: 36px;
        width: 36px;
        line-height: 36px;
        color: #FF0000;
        background: #fff;
        margin-left: 12px;
        border-radius: 50px;
        transition: all .5s ease-in-out;
    }

    .alternate-btn-red{
        background-color: var(--main-red-default);
        border-radius: 9px !important;
        padding: 8px 12px;
        color: #fff;
        border-color: var(--main-red-default);
    }
    
    .alternate-btn-red:hover {
        color: #fff;
        background-color: #bb2d3b;
        border-color: #b02a37;
    }


    .theme-btn:hover i {
        color: #031F4B;
    }
.theme-btn-dark {
    font-size: 16px;
    color: #fff;
    padding: 7px 8px 7px 8px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    text-align: center;
    border-radius: 10px;
    font-weight: 600;
    overflow: hidden;
    border: none;
    background: red;
    box-shadow: 0 3px 24px rgb(0 0 0/10%);
    transition: all .5s ease-in-out;
    z-index: 1;
}

    .theme-btn-dark:hover {
        color: #031f4b;
        background: #fff;
    }


    .theme-btn-dark i {
        height: 36px;
        width: 36px;
        line-height: 36px;
        color: red;
        background: #fff;
        margin-left: 12px;
        border-radius: 50px;
        transition: all .5s ease-in-out;
    }

    .theme-btn-dark i:hover {
        height: 36px;
        width: 36px;
        line-height: 36px;
        color: #031f4b;
        background: #fff;
        margin-left: 12px;
        border-radius: 50px;
        transition: all .5s ease-in-out;
    }
    .theme-btn-dark i::before {          
        color: red;          
    }
       

/*.theme-btn {
    font-size: 14px;
    color: #ffffff;
    padding: 7px 8px 7px 8px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    text-align: center;
    border-radius: 10px;
    font-weight: 600;
    overflow: hidden;
    border: none;
    background: #FF0000;
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
    transition: all 0.5s ease-in-out;
    z-index: 1;
}


.theme-btn:hover {
    color: #fff;
  background: #031F4B;
  background:var(--main-red-dark);
}*/



.success-btn:hover {
    color: #fff;
    background: #455B25;
}

.purchase-btn:hover, .purchase-btn.active {
    color: #fff;
    background: #FF0000;
}
.btn-sold-out:hover {
    color: #fff;
    background: #757F95;
}
.btn-sold-out {
    width: 100%;
    max-width: 194px;
    font-size: 13px;
    color: #ffffff;
    padding: 5px 8px 5px 13px;
    text-transform: uppercase;
    position: relative;
    cursor : default;
    text-align: center;
    border-radius: 10px;
    font-weight: 600;
    overflow: hidden;
    border: none;
    background: #757F95;
    transition: all 0.5s ease-in-out;
    z-index: 1;
}
.success-btn {
    width: 100%;
    font-size: 16px;
    color: #ffffff;
    padding: 7px 8px 7px 18px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    text-align: center;
    border-radius: 10px;
    font-weight: 600;
    overflow: hidden;
    border: none;
    /*background: #779B41;*/
    background: var(--bs-green);
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
    transition: all 0.5s ease-in-out;
    z-index: 1;
}

.purchase-btn {
    width: 100%;
    max-width: 194px;
    font-size: 13px;
    color: #ffffff;
    padding: 5px 8px 5px 13px;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    text-align: center;
    border-radius: 10px;
    font-weight: 600;
    overflow: hidden;
    border: none;
    background: var(--main-blue-default);
    transition: all 0.5s ease-in-out;
    z-index: 1;
}
.success-btn i {
    height: 30px;
    width: 30px;
    line-height: 30px;
    /*color: #779B41;*/
    color: var(--bs-green);
    background: #fff;
    margin-left: 12px;
    border-radius: 50px;
    transition: all .5s ease-in-out;
}
.purchase-btn i {
    height: 27px;
    width: 27px;
    line-height: 27px;
    color: var(--main-blue-default);
    background: #fff;
    margin-left: 12px;
    border-radius: 50px;
    transition: all .5s ease-in-out;
}
.btn-sold-out i {
    height: 27px;
    width: 27px;
    line-height: 27px;
    color: #757F95;
    background: #fff;
    margin-left: 12px;
    border-radius: 50px;
    transition: all .5s ease-in-out;
}

.success-btn:hover i {
    color: #455B25;
}
.purchase-btn:hover i {
    color: #FF0000;
}


.theme-btn2 {
    color: #fff;
    background: #031F4B;
}

    .theme-btn2 i {
        color: #031F4B;
        background: #fff;
    }

    .theme-btn2:hover {
        background: #FF0000;
    }

        .theme-btn2:hover i {
            color: #FF0000;
        }

/* ===================
message button
====================== */
.message-btn {
    /*font-size: 12px;*/
    /*color: #ffffff;*/
    /*padding: 5px 7px 5px 7px;*/
    /*text-transform: uppercase;*/
    /*position: relative;*/
    /*cursor: pointer;*/
    /*text-align: center;*/
    /*font-weight: 600;*/
    /*overflow: hidden;*/
    /*border: none;*/
    /*background: var(--main-blue-default);*/
    /*box-shadow: 0 3px 24px rgb(0 0 0 / 10%);*/
    /*transition: all 0.5s ease-in-out;*/
    /*z-index: 1;*/
    
    background: var(--main-blue-default);
    border: none;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
    padding: 4px 8px;
}

    .message-btn:hover {
        /*color: gray;*/
    }

    .message-btn i {
        color: #fff;
    }

.wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a {
    background-color: var(--primary-blue-light) !important;
}

    .wizard > .steps .current a, .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
        background-color: var(--primary-blue-default) !important;
    }

.reg-button {
    background-color: var(--primary-blue-default) !important;
    color: aliceblue;
}
/*
.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a:active {
    background-color: var(--primary-blue-default) !important;
}
.wizard > .actions a, .wizard > .actions a:hover, .wizard > .actions a {
        background-color: var(--primary-blue-light) !important;
}
*/


.add-button {
    z-index: 999;
}

/* ===================
User Nav
====================== */
.top-button{
    color: #fff;
    cursor: pointer;
}

.user-menu-avatar {
    height: 24px;
    width: 24px;
}

#user-image-mini {
    object-fit: cover;
}

.mobil-login .dropdown-menu{
    border-radius : 0;
    border: none;
    border-bottom : 1px solid lightgray;
}