

#cssmenu {
    float: left;
}

    #cssmenu ul {
        transition: all ease-in-out 0.4s;
    }

        #cssmenu ul ul {
            margin-top: 0px !important;
            border: 0px !important;
        }

        #cssmenu,
        #cssmenu ul,
        #cssmenu ul li,
        #cssmenu ul li a,
        #cssmenu #menu-button {
            margin: 0;
            padding: 0;
            border: 0;
            list-style: none;
            line-height: 1;
            display: block;
            position: relative;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }


            #cssmenu > ul {
                float: right;
            }


                #cssmenu:after,
                #cssmenu > ul:after {
                    content: ".";
                    display: block;
                    clear: both;
                    visibility: hidden;
                    line-height: 0;
                    height: 0;
                }

            #cssmenu #menu-button {
                display: none;
            }

#cssmenu {
    padding: 0;
    float: none;
    margin: 20px 0 0;
}

#menu-line {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 1px;
    background: #e73338;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

#cssmenu ul li a {
    font-family: 'GothamRounded-Book';
}

#cssmenu > ul > li {
    margin-right: 20px;
    float: left;
}

#cssmenu.align-center > ul {
    font-size: 0;
    text-align: center;
}

    #cssmenu.align-center > ul > li {
        display: inline-block;
        float: none;
    }

#cssmenu.align-center ul ul {
    text-align: left;
}

#cssmenu.align-right > ul > li {
    float: right;
}

#cssmenu.align-right ul ul {
    text-align: right;
}

#cssmenu > ul > li > a {
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border: 1px solid transparent;
    border-radius: 5px;
    color: #444;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

#cssmenu > ul > li:last-child > a:focus {
            background: linear-gradient(to bottom, rgb(249, 93, 18) 0%, rgb(212, 76, 10) 100%);
        }
#cssmenu > ul > li:last-child > a {
    border-right: 0px;
    
    border: 1px solid transparent;
    color: #fff !important;
       background: rgba(253,222,66,1);
     background: rgba(253,222,66,1);
            background: -moz-linear-gradient(to bottom, rgb(249, 93, 18) 0%, rgb(249, 93, 18) 100%);
            background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(249, 93, 18)), color-stop(100%, rgb(249, 93, 18)));
            background: -webkit-linear-gradient(to bottom, rgb(249, 93, 18) 0%, rgb(249, 93, 18) 100%);
            background: -o-linear-gradient(to bottom, rgb(249, 93, 18) 0%, rgb(249, 93, 18) 100%);
            background: -ms-linear-gradient(to bottom, rgb(249, 93, 18) 0%, rgb(249, 93, 18) 100%);
            background: linear-gradient(to bottom, rgb(249, 93, 18) 0%, rgb(249, 93, 18) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdde42', endColorstr='#ffb028', GradientType=0 );
    /*background: rgba(253,222,66,1);
    background: -moz-linear-gradient(top, rgba(253,222,66,1) 0%, rgba(255,176,40,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(253,222,66,1)), color-stop(100%, rgba(255,176,40,1)));
    background: -webkit-linear-gradient(top, rgba(253,222,66,1) 0%, rgba(255,176,40,1) 100%);
    background: -o-linear-gradient(top, rgba(253,222,66,1) 0%, rgba(255,176,40,1) 100%);
    background: -ms-linear-gradient(top, rgba(253,222,66,1) 0%, rgba(255,176,40,1) 100%);
    background: linear-gradient(to bottom, rgba(253,222,66,1) 0%, rgba(255,176,40,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdde42', endColorstr='#ffb028', GradientType=0 );*/
}

    #cssmenu > ul > li:last-child > a:hover {
        color: #fff;
        
        background: #23abe2;

         background: rgb(255, 115, 46);
                background: rgb(255, 115, 46);
                background: -moz-linear-gradient(45deg, rgb(255, 115, 46) 0%, rgb(255, 115, 46) 100%);
                background: -webkit-gradient(left bottom, right top, color-stop(0%, rgb(255, 115, 46)), color-stop(100%, rgb(255, 115, 46)));
                background: -webkit-linear-gradient(45deg, rgb(255, 115, 46) 0%, rgb(255, 115, 46) 100%);
                background: -o-linear-gradient(45deg, rgb(255, 115, 46) 0%, rgb(255, 115, 46) 100%);
                background: -ms-linear-gradient(45deg, rgb(255, 115, 46) 0%, rgb(255, 115, 46) 100%);
                background: linear-gradient(45deg, rgb(255, 115, 46) 0%, rgb(255, 115, 46) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdb123', endColorstr='#fdb123', GradientType=1 );

        /*background: rgba(250,171,25,1);
        background: rgba(253,177,35,1);
        background: -moz-linear-gradient(45deg, rgba(253,177,35,1) 0%, rgba(253,177,35,1) 100%);
        background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(253,177,35,1)), color-stop(100%, rgba(253,177,35,1)));
        background: -webkit-linear-gradient(45deg, rgba(253,177,35,1) 0%, rgba(253,177,35,1) 100%);
        background: -o-linear-gradient(45deg, rgba(253,177,35,1) 0%, rgba(253,177,35,1) 100%);
        background: -ms-linear-gradient(45deg, rgba(253,177,35,1) 0%, rgba(253,177,35,1) 100%);
        background: linear-gradient(45deg, rgba(253,177,35,1) 0%, rgba(253,177,35,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdb123', endColorstr='#fdb123', GradientType=1 );*/
    }

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/* Firefox */
@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/* Webkit */
@-ms-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/* IE */
@keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}
/* Opera and prob css3 final iteration */

.childDetail .getEinsteinBox a, .booksButtons .getEinstein, .indiaLeadingButton a {
    position: relative;
}

    /*#cssmenu > ul > li:last-child > a:after, .childDetail .getEinsteinBox a:after, .booksButtons .getEinstein:after, .indiaLeadingButton a:after {
        font-family: 'GothamRounded-Book';
        -moz-animation: blink normal 1s infinite ease-in-out;
        -webkit-animation: blink normal 1s infinite ease-in-out;
        -ms-animation: blink normal 1s infinite ease-in-out;
        animation: blink normal 1s infinite ease-in-out;
        content: 'Avail Amazing Offers';
        display: inline-block;
        width: 150px;
        font-size: 12px;
        position: absolute;
        left: -10px;
        bottom: -20px;
        font-weight: 700;
        color: red;
    }*/

    .childDetail .getEinsteinBox a:after, .booksButtons .getEinstein:after, .indiaLeadingButton a:after {
        left: 0;
        right: 0;
        margin: 0 auto;
    }

#cssmenu > ul > li > a i {
    margin-right: 10px;
}

#cssmenu > ul > li:hover > a,
#cssmenu > ul > li.active > a {
    color: #ff7800;
    border: 1px solid #ff7800;
    background:#fff;
}

#cssmenu > ul > li.has-sub > a {
    padding-right: 22px;
}

    #cssmenu > ul > li.has-sub > a::after {
        position: absolute;
        top: 10px;
        right: 6px;
        width: 10px;
        height: 10px;
        border-bottom: 2px solid #b4b4b4;
        border-right: 2px solid #b4b4b4;
        content: "";
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: border-color 0.2s ease;
        -moz-transition: border-color 0.2s ease;
        -ms-transition: border-color 0.2s ease;
        -o-transition: border-color 0.2s ease;
        transition: border-color 0.2s ease;
    }

#cssmenu > ul > li.has-sub a {
    padding-right: 24px;
}

#cssmenu > ul > li.has-sub:hover > a::after {
    border-color: #000;
}

#cssmenu ul ul {
    position: absolute;
    z-index: 99;
    left: -9999px;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.35);
    -moz-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.35);
    box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.35);
}

#cssmenu li:hover > ul {
    left: auto;
}

#cssmenu.align-right li:hover > ul {
    right: 0;
}

#cssmenu ul ul ul {
    margin-left: 100%;
    top: 0;
}

#cssmenu.align-right ul ul ul {
    margin-left: 0;
    margin-right: 100%;
}

#cssmenu ul ul li {
    height: 0;
    -webkit-transition: height .2s ease;
    -moz-transition: height .2s ease;
    -ms-transition: height .2s ease;
    -o-transition: height .2s ease;
    transition: height .2s ease;
}

#cssmenu ul li:hover > ul > li {
    height: auto;
}

#cssmenu ul ul li a {
    padding: 8px 15px;
    line-height: 16px;
    border-bottom: 1px solid #f1f1f1;
    width: 130px;
    text-align: left;
    font-size: 14px;
    background: #fff url(../img/menu-hover.jpg) repeat-x bottom left;
    text-decoration: none;
    color: #000;
    -webkit-transition: all ease-in-out 0.3s;
    -moz-transition: all ease-in-out 0.3s;
    -ms-transition: all ease-in-out 0.3s;
    -o-transition: all ease-in-out 0.3s;
    transition: all ease-in-out 0.3s;
}

#cssmenu ul ul li:last-child a {
    border-bottom: 0px;
}

#cssmenu ul ul li:hover > a,
#cssmenu ul ul li a:hover,
#cssmenu .has-sub ul .active a {
    background: #fcc014;
    color: #ffffff;
}

#cssmenu ul ul li.has-sub > a::after {
    position: absolute;
    top: 15px;
    right: 10px;
    width: 4px;
    height: 4px;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    content: "";
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: border-color 0.2s ease;
    -moz-transition: border-color 0.2s ease;
    -ms-transition: border-color 0.2s ease;
    -o-transition: border-color 0.2s ease;
    transition: border-color 0.2s ease;
}

#cssmenu.align-right ul ul li.has-sub > a::after {
    right: auto;
    left: 10px;
    border-bottom: 0;
    border-right: 0;
    border-top: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
}

#cssmenu ul ul li.has-sub:hover > a::after {
    border-color: #ffffff;
}

.home .header-shrink .social-white a {
    transition: all ease-in-out 0.3s;
}

    .home .header-shrink .social-white a:hover {
        transition: all ease-in-out 0.3s;
        border-bottom: 0px !important;
    }

.orderNow {
    display: none;
}

@media screen and (max-width:991px) {
    header {
        padding: 15px 0 !important;
    }

    .orderNow {
        z-index: 999999;
        display: block;
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 13px;
        padding: 4px 10px;
        border-radius: 3px;
        color: #fff;
       
         background: rgba(253,222,66,1);
            background: -moz-linear-gradient(to bottom, rgb(249, 93, 18) 0%, rgb(249, 93, 18) 100%);
            background: -webkit-gradient(left top, left bottom, color-stop(0%, rgb(249, 93, 18)), color-stop(100%, rgb(249, 93, 18)));
            background: -webkit-linear-gradient(to bottom, rgb(249, 93, 18) 0%, rgb(249, 93, 18) 100%);
            background: -o-linear-gradient(to bottom, rgb(249, 93, 18) 0%, rgb(249, 93, 18) 100%);
            background: -ms-linear-gradient(to bottom, rgb(249, 93, 18) 0%, rgb(249, 93, 18) 100%);
            background: linear-gradient(to bottom, rgb(249, 93, 18) 0%, rgb(249, 93, 18) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdde42', endColorstr='#ffb028', GradientType=0 );
        /*background: -moz-linear-gradient(top, rgba(253,222,66,1) 0%, rgba(255,176,40,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(253,222,66,1)), color-stop(100%, rgba(255,176,40,1)));
        background: -webkit-linear-gradient(top, rgba(253,222,66,1) 0%, rgba(255,176,40,1) 100%);
        background: -o-linear-gradient(top, rgba(253,222,66,1) 0%, rgba(255,176,40,1) 100%);
        background: -ms-linear-gradient(top, rgba(253,222,66,1) 0%, rgba(255,176,40,1) 100%);
        background: linear-gradient(to bottom, rgba(253,222,66,1) 0%, rgba(255,176,40,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdde42', endColorstr='#ffb028', GradientType=0 );*/
    }

    #menu-button {
        text-indent: 99999px;
        margin-bottom: 14px !important;
    }

    #cssmenu {
        width: 100%;
        left: 0;
        margin-top: -10px;
        padding: 0;
        position: fixed;
        top: 45px;
        z-index: 99;
    }

        #cssmenu ul {
            top: 0px;
            margin-top: 0px;
            width: 100%;
            display: none;
            background: #fff;
            -webkit-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.4);
            -moz-box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.4);
            box-shadow: 0px 3px 5px 0px rgba(50, 50, 50, 0.4);
        }

        #cssmenu.align-center > ul,
        #cssmenu.align-right ul ul {
            text-align: left;
        }

        #cssmenu ul li,
        #cssmenu ul ul li,
        #cssmenu ul li:hover > ul > li {
            width: 100%;
            height: auto;
            border-top: 1px solid rgba(120, 120, 120, 0.15);
        }

        #cssmenu > ul > li.has-sub a {
            padding-top: 16px;
        }

        #cssmenu ul li a,
        #cssmenu ul ul li a {
            width: 100%;
            padding-bottom: 12px;
            padding-left: 20px;
            color: #000 !important;
        }

            #cssmenu ul li a:hover {
                border-bottom: 0px !important;
            }

            #cssmenu ul li a.active {
                border-bottom: 0px !important;
            }

        #cssmenu > ul > li,
        #cssmenu.align-center > ul > li,
        #cssmenu.align-right > ul > li {
            float: none;
            display: block;
        }

        #cssmenu ul ul li a {
            padding: 10px 20px 10px 30px;
            border-bottom: 0px !important;
            font-size: 12px;
            color: #000000;
            background: none;
        }

            #cssmenu ul ul li:hover > a,
            #cssmenu ul ul li a:hover {
                color: #fff !important;
            }

        #cssmenu ul ul ul li a {
            padding-left: 40px;
        }

        #cssmenu ul ul,
        #cssmenu ul ul ul {
            position: relative;
            left: 0;
            right: auto;
            width: 100%;
            margin: 0;
            padding: 0px !important;
        }

            #cssmenu > ul > li.has-sub > a::after,
            #cssmenu ul ul li.has-sub > a::after {
                display: none;
            }

    #menu-line {
        display: none;
    }

    #cssmenu #menu-button {
        border-top: 3px solid #ffc207;
        border-bottom: 3px solid #ffc207;
        display: block;
        float: left;
        left: 15px;
        top: -15px;
        overflow: hidden;
        width: 30px;
        height: 20px;
        color: #ffc207;
        cursor: pointer;
        font-size: 20px;
        text-transform: uppercase;
    }

        #cssmenu #menu-button::before {
            content: "";
            width: 100%;
            background: #ffc207;
            height: 3px;
            top: 50%;
            margin-top: -2px;
            position: relative;
            display: block;
        }

    /*#cssmenu #menu-button::after {
	content: "Menu";
	font-size: 12px;
	position: absolute;
	top: 26px;
	margin-right: -5px;
	font-family: "FontAwesome", sans-serif;
	right: 12px;
	display: block;
	color: #f9a235;
}*/

    #cssmenu .submenu-button {
        position: absolute;
        z-index: 10;
        right: 0;
        top: 0;
        display: block;
        border-left: 1px solid rgba(120, 120, 120, 0.15);
        height: 47px;
        width: 100%;
        cursor: pointer;
    }

        #cssmenu .submenu-button::after {
            content: '';
            position: absolute;
            top: 18px;
            right: 26px;
            display: block;
            width: 1px;
            height: 11px;
            background: #000000;
            z-index: 99;
        }

        #cssmenu .submenu-button::before {
            content: '';
            position: absolute;
            right: 21px;
            top: 23px;
            display: block;
            width: 11px;
            height: 1px;
            background: #000000;
            z-index: 99;
        }


        #cssmenu .submenu-button.submenu-opened:after {
            display: none;
        }
}
