﻿.error {
    border: 1px solid #f00 !important;
}

.valid {
    border: 1px solid #0ff;
}

.link {
    cursor:pointer;
    text-decoration:underline;
}

.top-header-nav li span {
    color: #fff;
    font-weight: 700;
    font-size: 12px;
}

.top-header-nav li span:hover {
    color: #ED4E53;
}

.top-header-contacts {
    padding: 0px 0;
}

.top-header .header-cta li span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
    background-color: #ED4E53;
    cursor: pointer;
}

    .top-header .header-cta li span:hover {
        color: #fff;
        background-color: #da464a;
    }

.ct-footer {
    padding: 30px 0 0;
}

.footer-top {
    margin-bottom:30px;
}
.footer-widget {
    padding-bottom: 30px;
}

.cart-sidebar-price {
    padding-right:10px;
}

.cart-sidebar-item-meta {
    width: 30%
}

canvas {
    /*prevent interaction with the canvas*/
    pointer-events: none;
}

.alert-danger {
    text-align: left;
    color: #dc3545 !important;
}


@-webkit-keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

@keyframes lds-ripple {
    0% {
        top: 36px;
        left: 36px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 72px;
        height: 72px;
        opacity: 0;
    }
}

.ct-preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 999999;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

    .ct-preloader.hidden {
        opacity: 0;
        visibility: hidden;
    }

.lds-ring {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}

    .lds-ring div {
        box-sizing: border-box;
        display: block;
        position: absolute;
        width: 64px;
        height: 64px;
        margin: 8px;
        border: 8px solid #e54750;
        border-radius: 50%;
        animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
        border-color: #e54750 transparent transparent transparent;
    }

        .lds-ring div:nth-child(1) {
            animation-delay: -0.45s;
        }

        .lds-ring div:nth-child(2) {
            animation-delay: -0.3s;
        }

        .lds-ring div:nth-child(3) {
            animation-delay: -0.15s;
        }

@keyframes lds-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


@keyframes spinner-border {
    to {
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid #fff;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em;
}

.spinner-border-black {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: text-bottom;
    border: .25em solid #000;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spinner-border .75s linear infinite;
}

.spinner-border-black-sm {
    width: 1rem;
    height: 1rem;
    border-width: .2em;
}

#sign-in-dialog {
    z-index: 999999;
}

#modal-dialog .footer {
    position: -webkit-sticky;
    position: sticky;
    bottom: 0;
}

#sign-in-dialog .modal_footer {
    position: -webkit-sticky;
    /*position: sticky;*/
    left: 0;
    bottom: 0px;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid #ededed;
}
#sign-in-dialog .modal_footer .text-center {
    padding-bottom:10px;
}
#sign-in-dialog .modal_content {
    padding:2px 5px;
}

@media (max-width: 991px) {
    #modal-dialog {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        position: fixed;
        overflow-y: scroll;
        border: 0;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 999999;
        background-color: #fff;
        margin: 0;
        max-width: 100%;
    }


    #sign-in-dialog {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        -ms-border-radius: 0;
        border-radius: 0;
        position: fixed;
        overflow-y: scroll;
        border: 0;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 999999;
        background-color: #fff;
        margin: 0;
        max-width: 100%;
    }

}


.validate-has-error {
    color: #dc3545 !important;
}

#top_menu .dropdown.user .dropdown-menu {
    width: 200px;
}


div:focus {
    outline: none;
}

.alert-danger {
    padding: 1em 1em;
    margin-bottom: 1em;
    border: 1px solid #f5c2c7;
    border-radius: .25em;
    background-color: #f8d7da;
    color: #842029;
}


.btn_1.disable:hover {
    cursor: default;
}

.form-group span.validate-has-error {
    margin-top: 3px;
    display:block;
}