
/*
----------------------------------------------------------------------------- */
/*   Navigations
----------------------------------------------------------------------------- */
header.header .container{
    padding:0 15px;
    position: relative;
}
.navbar {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #0669b2;
}

.dropdown-item {
    padding: .60rem 1rem;
}

.dropdown-menu {
    margin: 0;
    border-radius: 0;
    padding: 0;
    border-top: 2px solid red;
}
.header .navbar-nav li .nav-link {
    color: #333333;
    font-size: 17px;
    padding: 28px 15px 27px 15px;
    z-index: 102;
    border: none;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.header .main-navigation.animated .navbar-nav li a {
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.header .navbar-nav li.dropdown .nav-link {
    padding-right: 20px;
}


.header .navbar-nav li .nav-link:focus,
.header .navbar-nav li .nav-link:hover,
.header .navbar-nav .show > .nav-link,
.header .navbar-nav li .nav-link.show,
.header .navbar-nav .active.show > .nav-link,
.header .navbar-nav li.show .nav-link.active {
    z-index: 106;
}

.header .scrollspy .navbar-nav li .nav-link:focus,
.header .scrollspy .navbar-nav li .nav-link:hover {
    background-color: transparent;
    border-left-color: transparent;
    border-right-color: transparent;
}

.header .navbar-nav .active > .nav-link,
.header .navbar-nav li .nav-link.active {
    background-color: transparent;
}

.header .navbar-nav .dropdown-toggle::after {
    /*font-family: 'FontAwesome';
    content: "\f107";
    position: absolute;
    top: 51%;
    left: auto;
    right: 0px;
    line-height: 20px;
    font-size: 14px;
    border: none;
    width: 20px;
    height: 20px;
    margin: 0;
    text-align: center;
    margin-top: -10px;*/
}





/*Mega Menu*/
.mega-menu.dropdown {
    position: static;
}

.mega-menu > a {
    position: relative;
}

.header .navbar-nav li.mega-menu .dropdown-menu {
    left: 0;
    width: 100%;
    padding: 20px 30px;
}

.header .navbar-nav li.mega-menu .menu-item {
    list-style: none;
    padding: 0;
    margin: 0;
    box-shadow: none;
    border: none;
    min-width: 0;
    background-color: transparent;
}

.mega-menu .menu-item li {
    position: relative;
}

.mega-menu h4.title {
    margin: 5px 0;
    font-size: 15px;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.header .navbar-nav li.mega-menu .menu-item > li > a {
    padding: 5px 0;
    border-bottom: 1px solid #f7f7f7;
    display: block;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    text-align: left;
    font-family: 'Poppins', sans-serif;
}
.header .navbar-nav li li:hover a,
.header .navbar-nav li.mega-menu .menu-item > li:hover > a {
    background: #ffcd22;
    color: #fff;
    font-size: 14px;
} 

.mega-menu .menu-item > li > a i,
.dropdown-menu > li > a i {
    padding-left: 5px;
    font-size: 12px;
    width: 20px;
    position: relative;
    top: -1px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    color: #cdcdcd;
}

.mega-menu .menu-item > li > a i.fa,
.dropdown-menu > li > a i.fa {
    width: 32px;
    text-align: center;
}

.mega-menu .menu-item > li > a i.fa-circle-o,
.dropdown-menu > li > a i.fa-circle-o {
    font-size: 7px;
    top: -3px;
}

.mega-menu .menu-item > li > a i.fa-spin {
    width: 11px;
    padding: 0;
    margin-right: 13px;
    margin-left: 8px;
}

.mega-menu .menu-item > li:last-child > a {
    border-bottom: none !important;
}




.mega-menu .menu-item > li > a:hover i.fa-circle-o:before,
.dropdown-menu > li > a:hover i.fa-circle-o:before,
.mega-menu .menu-item > li.active > a i.fa-circle-o:before,
.dropdown-menu > li.active > a i.fa-circle-o:before {
    /*content: "\f111";*/
}
/* Main menu dropdown rigt chevron arrow*/
.header .navbar-nav li.nav-item .dropdown-toggle.dropdown-item::after {
    /*content: "\f105";
    right: 5px;*/
}

/*centered logo header*/
.col-md-12 .mega-menu-full-wide .dropdown-menu {
    left: 0 !important;
}


/* Dropdown animations
------------------------------ */
header.header div.main-navigation.animated li.dropdown .dropdown-menu.show{
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInSmallUp;
    -moz-animation-name: fadeInSmallUp;
    -ms-animation-name: fadeInSmallUp;
    -o-animation-name: fadeInSmallUp;
    animation-name: fadeInSmallUp;
}
header.header div.main-navigation.animated li.dropdown div.dropdown div.dropdown-menu.show-sub-menu {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInSmallRight;
    -moz-animation-name: fadeInSmallRight;
    -ms-animation-name: fadeInSmallRight;
    -o-animation-name: fadeInSmallRight;
    animation-name: fadeInSmallRight;
}

.dropdown-menu.navbar-right {
    right: 0;
    left: auto;
}

.dropdown-item.active,
.dropdown-item:active,
.dropdown-item:hover {
    color: #fff;
    background-color: #255669;
}
.menu-item .dropdown-item i {
    margin-right: 8px;
}



/* Shop Pages
---------------------------------- */
/*Product Page*/
.product.price {
    font-size: 24px;
    font-weight: 400;
}

.product.price del {
    color: #cdcdcd;
    font-size: 14px;
}

.product.element-list {
    margin-top: 7px;
}

/*Dropdown Cart*/
.navbar.navbar-toggleable-md .dropdown-buttons {
    position: absolute;
    top: 19px;
    right: 80px;
    padding-top: 0;
}
.dropdown-buttons {
    /*margin-left: 15px;*/
    margin-top: -15px;
}
.dropdown-buttons .btn-group .dropdown-menu.cart {
    padding: 0;
    min-width: 350px;
    font-size: 13px;
}

.dropdown-buttons .btn-group .dropdown-menu.cart table {
    margin-bottom: 0;
}

.dropdown-buttons .btn-group .dropdown-menu.cart .panel-body {
    padding: 0px 10px 0px;
}

.menu-cart {
    position: absolute;
    top: -2px;
    right: -3px;
    line-height: 18px;
    width: 18px;
    height: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    font-size: 10px;
    font-weight: 600;
    text-shadow: none;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background: #ffcd22;
    color: #000;
}

.dropdown-buttons .dropdown-toggle::after {
    display: none;
}

.dropdown-buttons .btn-group .btn:hover .menu-cart {
    background: #ff0000;
    color:#fff;
}
.dropdown-buttons .btn-group .btn.hover, 
.dropdown-buttons .btn-group .btn:hover,
.dropdown-buttons .btn-group .btn.active, 
.dropdown-buttons .btn-group .btn:active {
    background: #ffcd22;
    color: #fff;
}
.dropdown-buttons .btn-group .btn.focus, 
.dropdown-buttons .btn-group .btn:focus {
    box-shadow: none;
}
.dropdown-buttons .btn-group .btn {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding: 0;
    line-height: 38px;
    background:#eee;
    font-size: .8rem;
    border: none;

}
.dropdown.open .menu-cart,
.dropdown:hover .menu-cart {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    filter: alpha(opacity=0);
}

.total-amount,
.total-quantity {
    font-size: 13px;
}

.cart .table > tbody > tr > td,
.cart.table > tbody > tr > td {
    vertical-align: inherit;
}

.cart .quantity {
    width: 50px;
    font-size: 11px;
}

.cart .product {
    width: 220px;
    font-size: 13px;
}

.cart .product .small {
    display: block;
    color: #999999;
}

.dropdown-buttons .menu-search-box form .form-group,
.dropdown-buttons .menu-search-box form .form-group .form-control {
    margin-bottom: 0;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.dropdown-buttons .menu-search-box ul {
    padding: 20px;
    border: 0;
    min-width: 280px;
    position: absolute;
    left: 60px;
    border-radius: 10px 0 10px 10px;
}

.dropdown-buttons .menu-search-box .search-box i {
    width: 55px;
    height: 55px;
    line-height: 55px;
    top: 0;
    right: 0;
    position: absolute;
    text-align: center;
    margin-top: 0px;
    background: #ffcd22;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}


.dropdown-buttons .menu-search-box .search-box i:hover {
    background: #333;
}
.dropdown-buttons .dropdown-menu-right {
    position: absolute;
    transform: translate3d(-310px, 40px, 0px);
    top: 0px;
    left: 0px;
    will-change: transform;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;

}

.fixed-header { 
    z-index: 5;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background-color: #F6F6F6;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}


/* Small devices (phones less than 575px) */
@media (max-width: 575px) {
    .dropdown-buttons .btn-group .dropdown-menu.cart {
        min-width: 300px;
    }
}


/* Medium devices (desktops, tablets, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
    .container .mega-menu-full-wide .dropdown-menu {
        width: 930px !important;
    }
}

/* Large devices (Large desktops 1200px and up) */
@media (min-width: 1200px) {
    .container .mega-menu-full-wide .dropdown-menu {
        width: 1110px !important;
    }

    .main-navigation .navbar-nav > li:first-child {
        margin: 0;
    }
}



@media (min-width: 992px) and (max-width: 1200px) {
    .header .navbar-nav li .nav-link {
        padding: 28 12 27 12;
    }

    .header .navbar-nav li.dropdown .nav-link {
        padding-right: 18px;
    }
}

@media (min-width: 320px) and (max-width: 991px) {
    .header .navbar-nav li .nav-link {
        padding: 15px 0;
    }
}


/* Menu Hover & Amination Style Css */
.bg-transparent {
    z-index: 22;
    position: absolute;
    width: 100%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    border-top-color: #a0a0a0;
}
.transparent-dark {
    z-index: 22;
    position: absolute;
    width: 100%;
    left: 0;
    background-color: rgba(0, 0, 0, 0.8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    border-top-color: #a0a0a0;
}

ul.navbar-nav li.nav-item div.dropdown-menu .dropdown a.dropdown-item,
ul.navbar-nav li.nav-item a.dropdown-item,
ul.navbar-nav li.nav-item.mega-menu div.dropdown-menu .menu-item a.dropdown-item {
    border-bottom: 1px solid #f5f5f5;
}

.header .menu-style.bg-transparent .navbar-nav li a.nav-link {
    color: #fff;
    text-decoration: none;
}
.header .menu-style.bg-transparent .fixed-header .navbar-nav li a.nav-link {
    color: #333;
}

.header .menu-style.transparent-dark .navbar-nav li a.nav-link {
    color: #ffffff;
}
.header .menu-style.transparent-dark .fixed-header .navbar-nav li a.nav-link {
    color: #333;
}



.header .menu-style.bg-transparent .navbar-nav li.active a.nav-link,
.header .menu-style.bg-transparent .navbar-nav li:focus a.nav-link,
.header .menu-style.bg-transparent .navbar-nav li:hover a.nav-link {
    color: #ffcd22;
    cursor: pointer;
}
.header .menu-style .navbar-nav li.active a.nav-link,
.header .menu-style .navbar-nav li:focus a.nav-link, 
.header .menu-style .navbar-nav li:hover a.nav-link {
    color: #ffcd22;
}

.header .menu-style.menu-hover-1 .navbar-nav li.active a.nav-link,
.header .menu-style.menu-hover-1 .navbar-nav li:focus a.nav-link, 
.header .menu-style.menu-hover-1 .navbar-nav li:hover a.nav-link {
    background: #ffcd22;
    color: #fff;
}



.header .menu-style.menu-hover-2 .navbar-nav li.active a.nav-link,
.header .menu-style.menu-hover-2 .navbar-nav li:focus a.nav-link, 
.header .menu-style.menu-hover-2 .navbar-nav li:hover a.nav-link {
    background: rgba(0,0,0, .8);
    color: #fff;
}

/* Language Menu Start */


.language {
    /*width: 110px;*/
}

.language .select {
    cursor: pointer
}

.language  a {
    padding: 0px;
    color: #fff !important;
    text-decoration: none;
}

    .language a:hover {
        padding: 0px;
        color: #ffcd22 !important;
        text-decoration: none;
    }

    .language .select + li {
        display: none
    }

.language .language-menu {
    position: absolute;
    display: none;
    background-color: #fff;
    margin-left: -4px;
    margin-top: 8px;
  
}


    .language .language-menu ul {
        list-style-type: none;
        padding: 0px;
        width: auto;
    }


        .language .language-menu ul li {
            list-style-type: none;
            padding: 8px 12px 8px 8px;
            cursor: pointer;
            border-bottom: solid 1px #ddd;
            background-color: #fff;
            color: #000;
            width:auto;
            min-width: 100px;
        }


            .language .language-menu ul li:hover {
                color: #000 !important;
                background-color: #ffcd22;
            }


            .language .language-menu ul li a {
                padding: 0px;
                color: #000 !important;
                text-decoration:none;
            }


            .language .language-menu ul li:last-child {
                border-bottom: none;
            }


            .language .language-menu ul li img {
                width: 20px;
                margin-right: 10px;
            }


                .language .language-menu ul li img .s1 {
                    width: 20px;
                    margin-right: 10px;
                }


/* Language Menu End */


/* Login and Register start */

.user-icon {
    width: 50px;
    height: 50px;
    line-height: 59px;
    font-size: 22px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin-right: 5px;
}

    .user-icon:hover {
        color: #ffcd22;
    }



.customer-menu .menu-popup {
    width: 180px;
    height: auto;
    background: #0669b2;
    position: absolute;
    z-index: 5;
    box-shadow: 1px 4px 3px rgba(0,0,0,.2);
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    padding: 20px 18px 10px 18px;
    cursor: default;
    font-weight: bold;
    visibility: hidden;
    /* top: 10px; */
    right: 0px;
}


    .customer-menu .menu-popup.show {
        visibility: visible;
        display: block;
    }


    .customer-menu .menu-popup ul {
        /*height: calc(100% - 140px);*/
        list-style-type: none;
        padding: 0px;
    }


        .customer-menu .menu-popup ul li {
            /* width: 100%; */
            text-align: left;
            /* font-size: 12px; */
            line-height: 21px;
        }


            .customer-menu .menu-popup ul li:hover {
                background-color: #f1f1f1;
            }



            .customer-menu .menu-popup ul li a {
                color: #000;
                font-size: 13px;
                text-decoration: none;
                margin-bottom: 10px;
            }



                .customer-menu .menu-popup ul li a:hover {
                    color: #00782b;
                }

.menu-popup-shadow {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 5;
    top: 0;
    background: rgba(0,0,0,.55);
    visibility: hidden;
    cursor: default;
    height: 4195px;
    left: 0;
}




    .menu-popup-shadow.show,
    .customer-menu .menu-popup.show {
        visibility: visible;
        display: block;
    }

.customer-menu .menu-icon {
    height: 40px;
    position: relative;
    padding: 8px 0px;
}

    .customer-menu .menu-icon .icon {
        float: left;
        font-size: 16px;
        margin-right: 6px;
    }

    .customer-menu .menu-icon .login-label {
        font-size: 14px;
        font-weight: bold;
        color: #000;
        font-family: arial;
        float: left;
    }

    .customer-menu .menu-icon .member-label {
        font-size: 12px;
        font-weight: normal;
        color: #7d7d7d;
        font-family: arial;
        margin: 0px 0px 0px 22px;
        text-align: left;
        width: 100%;
        float: left;
    }

.customer-menu .user-icon .tringle {
    padding: 0px 0px 0px 6px;
}



.login-button, .member-button {
    display: block;
    height: 30px;
    font: 500 16px/30px Roboto, Arial, sans-serif;
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-align: center;
    cursor: pointer;
}

.login-button {
    background: #fff;
    border-color: #ddd;
    color: #0654ba;
    margin-top: 20px;
    margin-bottom: 12px;
}

.login-button {
    background: #fff;
    border-color: #ddd;
    color: #0654ba;
    margin-top: 20px;
    margin-bottom: 12px;
}

.member-button {
    background: #ffcd22;
    border: none;
    color: #000 !important;
}

    .member-button a {
        background: #ffcd22;
        border: none;
        color: #000 !important;
    }

        .member-button a:hover {
            background: #000;
            border: none;
            color: #fff !important;
        }


/* Login and Register end */

/* new full page search start */


.search-box {
    /* position: absolute; */
    /* top: 0; */
    /* right: 0; */
    /* width: 80px; */
    /* height: 80px; */
    background: #0669b2;
    transition: .5s;
    z-index: 999;
}

    .search-box .search-icon {
        width: 50px;
        height: 50px;
        line-height: 59px;
        font-size: 22px;
        color: #fff;
        text-align: center;
        cursor: pointer;
    }

        .search-box .search-icon:before {
            content: '\f002';
            font-family: fontAwesome;
        }

    .search-box.active .search-icon:before {
        content: '\f00d';
        font-family: fontAwesome;
        position: absolute;
        right: 50px;
        font-size: 35px;
    }

    .search-box.active {
        width: 100vw;
        height: 100vw;
        position: fixed;
        z-index: 9999;
        top: 0;
        left: 0;
        /*opacity: 0.9;*/
    }


.form-search {
    text-align: center;
    width: 50%;
    display: none;
    margin: auto;
    margin-top: 10%;
}



.search-box.active .form-search {
    display: block;
}




.form-search .box-title {
    font-size: 26px;
    font-weight: 500;
    color: #ffcd22;
    text-align: center;
    margin-bottom: 30px;
}


.form-search input {
    height: 46px;
    padding: 7px 14px;
    color: #000;
    background-color: #fff;
    border: 2px solid #ffcd22;
    display: block;
    width: calc(100% - 70px);
    float: left;
    opacity: 1;
    font-size: 18px;
    color: #000;
}

.form-search .search-button {
    height: 46px;
    background-color: #ffcd22;
    /* display: block; */
    width: 70px;
    /* float: right; */
    cursor: pointer;
    font-size: 26px;
    line-height: 34px;
    position: relative;
    margin-left: -110px;
    border: none;
    border-radius: 5px;
}

    .form-search .search-button:hover {
        color: #fff;
        background-color: #ff0000;
    }

.form-search input:hover,
.form-search input:focus {
    border: 1px solid #ff0000
}




/* new full page search end */