﻿
.navbar-inverse {
            border-color: white;
        }

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: white;
}

input, select, textarea {
    max-width: unset;
}

/*.navbarHeaderTable{
    width:unset;
}*/

.CheckoutButtonStyle {
    display: none;
    width: 100%;
    position: fixed;
    bottom: 0px;
    right: 0px;
    /*padding: 10px;*/
    /*padding-bottom: 5px;*/
    z-index: 1053;
}

@media (max-width: 768px) {
    .CheckoutButtonStyle {
        display: unset;
       
    }
}

@media (min-width: 769px) {
    .CheckoutButtonStyle {
        display: none;
        
    }
}


    .showDivOnMobileView {
        display: none;
    }
    /* CSS that should be displayed if width is equal to or less than 1199px goes here */
    @media (max-width: 768px) {
        .showDivOnMobileView {
            display: unset;
        }

        .showDivOnDescView {
            display: none;
        }

        

        /*.navbarHeaderTable {
        width: 100%;
    }*/

    }


    /*Mobile View search textbox*/
    @media (min-width: 768px) {
        #AutocompleteSearchProduct_txtbox_MobileView {
            display: none;
        }
    }


    /*for autocomplete search textbox*/
    #AutocompleteSearchProduct_txtbox {
        /*color: black;
        background-color: white;
        border-color: #400A1D;
        border-radius: 5px;
        font-family: "Segoe UI",sans-serif;*/
        /*padding:15px;*/
    }



    #mainSearchProductDDL .btn-default {
        color: #AA9382;
        background-color: #F6DDC9;
        border-color: #400A1D;
        border-radius: 30px;
        /*padding:15px;*/
    }

    .text-muted {
        /*color: #777;*/
        color: black;
    }

    #mainSearchProductDDL .form-control {
        /*color: #AA9382;*/
        color: black;
        background-color: #F6DDC9;
        border-color: #400A1D;
        border-radius: 30px;
    }

    .badge {
        font-size: 12px;
        background: #FF7C2E;
        color: #fff;
        padding: 2px 6px;
        vertical-align: top;
    }

    .Myaccountsubmenu {
        list-style-type: none;
        margin-bottom: 1px;
        /*background-color: dimgray;
    color: white;*/
        background-color: white;
        color: dimgray;
        padding-top: 5px;
        padding-bottom: 5px;
        padding-left: 5px;
    }

    .dropdown-divider {
        height: 0;
        margin: .5rem 0;
        overflow: hidden;
        border-top: 1px solid #e9ecef;
    }

    .Myaccountsubmenu_MobileView {
        list-style-type: none;
        /*margin-bottom: 1px;*/
        background-color: #F6DDC9;
        color: #400A1D;
        /*padding-top: 5px;
    padding-bottom: 5px;*/
        padding-left: 5px;
        border: 0px;
    }


#loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    /* opacity: 1;*/
    background: url('../../Images/GifImages/Windpowerplant.gif') 50% 50% no-repeat rgb(249,249,249);
    background-size: 100px 100px;
    background-color: white;
    /*background-color: rgba(0, 0, 0, 0.4);*/
}



    #Menubar_mobileViewDiv ul {
        display: none;
    }



    /* CSS that should be displayed if width is equal to or less than 767px goes here */
    @media (max-width: 767px) {
        #Menubar_mobileViewDiv ul {
            display: unset;
        }

        #Menubar_descViewDiv ul {
            display: none;
        }
    }



    /*Checkout Button Shake Animation Style*/

    .shakeButton.is-active {
        animation-name: shake-with-delay;
        animation-duration: 6s;
        animation-iteration-count: infinite;
    }

    @keyframes shake-with-delay {
        from, 16%, to {
            -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
        }

        1.6%, 4.8%, 8%, 11.2%, 14.4% {
            -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
        }

        3.2%, 6.4%, 9.6%, 12.8% {
            -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
        }
    }

    /*Checkout Button Animation*/

    /*.shakeButton.is-active {
    -webkit-animation: 1s wiggle ease infinite;
   animation: 1s wiggle ease infinite;
}


@-webkit-keyframes wiggle {
    0% {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    }

    20% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
    }

    40% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    90% {
        -webkit-transform: rotate(-1deg);
        transform: rotate(-1deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    }
}

@keyframes wiggle {
    0% {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    }

    20% {
        -webkit-transform: rotate(20deg);
        transform: rotate(20deg);
    }

    40% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }

    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }

    90% {
        -webkit-transform: rotate(-1deg);
        transform: rotate(-1deg);
    }

    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    }
}*/


    /*Login form css*/
    .login100-form-title {
        font-family: Poppins-Bold;
        font-size: 24px;
        color: #333333;
        line-height: 1.2;
        text-align: center;
        width: 100%;
        display: block;
        padding-bottom: 10px;
    }

    #PaymentOptionDiv {
        padding: 10px;
    }

    /* CSS that should be displayed if width is equal to or less than 1199px goes here */
    @media (max-width: 1199px) {
        #PaymentOptionDiv {
            padding: 10px;
            /*width:100%;*/
            overflow-x: scroll;
        }
    }


    /*footer styles*/
    #footer {
        font-family: Poppins;
        background: #FAFAFA;
        padding: 35px 0;
        color: #4A4A4A;
    }

        #footer ul {
            padding-left: 0;
            list-style: none;
        }

            #footer ul a {
                color: #848484;
                font-size:12px;
                letter-spacing:0px;
            }

        #footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6 {
            color: #4A4A4A;
            display: inline-block;
            /*border-bottom: solid 1px #FE9965;*/
            line-height: .1;
            margin-bottom: 0;
            padding-bottom: 12px;
            vertical-align: middle;
            /*text-transform: capitalize;
                        letter-spacing: .06em;*/
        }


    .footer-menu {
        margin-bottom: 10px;
        color: #4A4A4A;
    }

    #myImg {
        border-radius: 5px;
        cursor: pointer;
        transition: 0.3s;
    }



    .footer-links-circle a {
        line-height: 25px;
    }

    .footer-nita ul li img {
        width: 100px;
    }

    /*#copyright {
    background: #070721;
    color: #fff;
    padding: 0 0;
    font-size: 12px;
    line-height: 28px;
    border-top: 1px solid #4e4e53;
}

    #copyright p {
        margin: 10px 15px 8px;
        font-size: 13px;
    }

    #copyright a {
        color: #FE9965;
        transition: 0.5s;
    }*/
input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

    /*input[type=checkbox] + label {
        display: block;
        margin: 0.2em;
        cursor: pointer;
        padding: 0.2em;
    }

    input[type=checkbox] {
        display: none;
    }

        input[type=checkbox] + label:before {
            content: "\2714";
            border: 0.1em solid #506ccf;
            border-radius: 0.2em;*/
            /*border-radius: 50%;*/
            /*display: inline-block;
            width: 1.5em;
            height: 1.5em;
            padding-left: 0.2em;
            padding-bottom: 0.3em;
            margin-right: 0.2em;
            vertical-align: middle;
            color: transparent;
            transition: .2s;
        }

        input[type=checkbox] + label:active:before {
            transform: scale(0);
        }

        input[type=checkbox]:checked + label:before {
            background-color: #506ccf;
            border-color: #506ccf;
            color: #fff;
        }

        input[type=checkbox]:disabled + label:before {
            transform: scale(1);
            border-color: #aaa;
        }

        input[type=checkbox]:checked:disabled + label:before {
            transform: scale(1);
            background-color: #bfb;
            border-color: #bfb;
        }*/
