@font-face {
    font-family: Nilland;
    src: url(/fonts/Nilland.woff);
}


.font-nillad {
    font-family: Nilland !important;
}

.logo {
    max-width: 250px;
    width: 187px;
}

/*.header {
    border-bottom: 1px solid #1B77BD;
}*/

.header li a {
    font-family: 'Roboto', sans-serif !important;
}

p.star {
    margin-bottom: 7px;
}

/* SHOPPING CONTAINER */
.shopping-cart-text button {
    cursor: pointer;
}

.arrow-right {
    position: absolute;
    right: 10%;
    top: 15px;
    background: none;
    border: none;
    cursor: pointer;
    width: 20px;
    height: 20px;
    z-index: 999;
}

    .arrow-right::before {
        content: "\2794";
        font-size: 20px;
        color: gray;
    }

.shopping-cart {
    width: 300px;
    position: fixed;
    right: -300px;
    height: 100%;
    background: #fff;
    z-index: 1021;
    border-left: solid 1px #b9b9b9;
    transition: all 200ms ease-in-out;
}

.shopping-cart-text p {
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    padding: 20px;
    position: relative;
}

.empty-cart {
    margin-top: 22px;
    /* border-top-color: #1e85be; */
    border-top: 3px solid #1e85be;
    padding: 22px;
    background: #efeeee;
}

.shopping-cart-text hr {
    margin: 0;
}

.list-of-orders {
    padding: 10px 3px 10px 10px;
    font-weight: 300;
}

.addToCart.added:after {
    content: "\2713";
    margin-left: 10px;
    font-size: 1.2em;
}

.product-title {
    font-size: 26px;
    font-family: "Nilland",Sans-serif;
    color: #006bcd !important;
    line-height: 30px;
}

.removeToCart, .removeToCart_ {
    cursor: pointer;
}

#carted-products-container {
    overflow-y: auto;
    height: 65vh;
}

.shopping-cart.active {
    right: 0;
}

.number-of-order {
    position: relative;
    padding: 5px 10px;
    border-radius: 50px;
    width: 28px;
    background: #1b75bb;
    color: #fff;
    left: 15px;
    top: 10px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
}
/*  */

/* HEAD */
.cart-container {
    position: relative;
    padding: 20px;
    /*border-right: 1px solid #ececec;
    border-left: 1px solid #ececec;*/
    z-index: 977;
}

.main h1 {
    font-size: 1.8rem !important;
    font-weight: 500 !important;
}

#header-container {
    background: #fff;
}

.header-links ul li {
    display: inline;
    letter-spacing: 2.7px;
    /* margin-right: 45px; */
    padding: 15px 25px;
}

    .header-links ul li:hover {
        border-bottom: 2px solid #006bcd;
    }

li.shop-parent ul.shop-child li:hover {
    border-bottom: unset;
}

.header-links a:focus,
.header-links a:hover {
    color: #006bcd !important;
    text-decoration: unset;
}

.header-links ul {
    z-index: 999;
}

.header-links ul {
    padding: 0;
}

    .header-links ul li:last-child {
        margin: 0;
    }

.header-links a {
    color: #000 !important;
    transition: all 150ms ease-in-out;
    text-transform: uppercase;
}

.contact {
    margin-right: 0 !important;
}


.header-links {
    padding: 20px 0;
}

    .header-links ul {
        margin: 0;
    }

.header {
    padding: 10px 60px;
}

.carousel-item {
    cursor: pointer;
}

.shop-parent {
    position: relative;
}

.shop-child-container {
    position: absolute;
    right: -148px;
    top: 42px;
    display: none;
    /*! height: 316px; */
    padding: 19px 0 0 0;
    transition: all 200ms ease-in-out;
    z-index: 10;
    height: 100%;
}

.shop-child {
    width: 252px;
    font-size: 16px;
    background: #fff;
    margin-top: 0px !important;
    transition: 3s ease-in-out;
    height: auto;
}

.shop-child-container.active {
    display: block;
}

.shop-child li a {
    display: block;
    text-transform: none;
    padding: 17px !important;
    text-decoration: unset;
    transition: all 150ms ease-in-out;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0;
    /*! border-bottom: solid 1px #dadce0; */
    text-align: left;
}

.cart {
    margin-right: 0px !important;
    padding: 0 10px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

.facebook-icon, .instagram-icon {
    width: 16px !important;
    height: 16px !important;
    background-repeat: no-repeat;
    background-size: 16px 16px !important;
}

.facebook-icon {
    background: url(/images/fb.png);
    transition: all 200ms ease-in-out;
    border-radius: 6px;
}

.instagram-icon {
    width: 14px !important;
    height: 14px !important;
    background: url(/images/ig.png);
    background-size: 14px 14px !important;
    transition: all 200ms ease-in-out;
}
/* ------*/

/* HEADER-LINKS-MOBILE */
.header-links-mobile ul li {
    list-style: none;
    text-transform: uppercase;
    letter-spacing: 2.7px;
    padding: 10px 0;
}

.header-links-mobile a, .header-links-mobile > ul > .shop-mobile > a {
    color: #000;
    font-size: 16px;
    display: block;
}

.header-links-mobile li a:hover, .header-links-mobile > ul > .shop-mobile:hover, .header-links-mobile > ul > .shop-mobile:hover a {
    color: #fff !important;
    text-decoration: unset;
}

.header-links-mobile ul {
    padding: 0;
}

    .header-links-mobile ul li {
        z-index: 1;
        padding: 5px 30px;
    }

        .header-links-mobile ul li:hover {
            background: #01c07e;
        }

.header-links-mobile {
    opacity: 0;
    position: absolute;
    background: #fff;
    width: 100%;
    transition: all 400ms ease-in-out;
    top: -40px;
    font-size: 14px;
    display: none;
}

    .header-links-mobile.active {
        opacity: 1;
        /*top: 120px;*/
    }

.burger-toggle {
    display: none;
    z-index: 999;
}

.line-parent {
    position: absolute;
    right: 20px;
    top: 40px;
    z-index: 999;
}

    .line-parent.active {
        top: 52px;
    }

.line01, .line02, .line03 {
    width: 30px;
    height: 3px;
    background: #006bcd;
    margin: 4px 0;
    transition: all 300ms ease-in-out;
}

    .line01.active {
        transform: rotate(45deg);
        background: #01c07e;
    }

    .line02.active {
        transform: rotate(-45deg);
        margin-top: -7px;
        background: #01c07e;
    }

    .line03.active {
        display: none;
    }

.shop-mobile {
    display: block;
    position: relative;
}

.arrow-down.active {
    color: #fff;
}

.shop-child-mobile {
    display: none;
}

    .shop-child-mobile.active {
        display: block;
    }

    .shop-child-mobile a {
        display: block;
        text-transform: uppercase;
    }

        .shop-child-mobile a:hover {
            color: #fff;
            background: #006bcd;
            text-decoration: unset;
        }

.aligncenter {
    display: block;
    margin: auto;
}

.bold {
    font-weight: 700 !important;
}

.font-reg {
    font-weight: 400 !important;
}

/* MEDIA QUERIES */
@media only screen and (max-width:1440px) {
    .header .container {
        max-width: 1232px !important;
    }
}

@media only screen and (max-width: 768px) {
    .icons {
        display: none;
    }

    .header-links {
        display: none;
    }

    .logo {
        width: 170px;
    }

    .header-links-mobile.active {
        z-index: 9;
    }

    .menu {
        padding: 1rem 20px;
    }

    .header-links-mobile.active {
        display: block !important;
    }

    .burger-toggle {
        display: block !important;
    }

    .header {
        padding: 30px 60px 30px 30px;
    }

    .max2 {
        max-width: 50% !important;
    }

    .number-of-order {
        right: -15px;
    }
}

@media only screen and (max-width: 600px) {
    .regular-mobile.slider {
        display: block !important;
    }

    .regular.slider {
        display: none;
    }
}

.regular-mobile.slider {
    display: none;
}

/*chrome scroll*/
/* width */
#carted-products-container::-webkit-scrollbar {
    width: 8px;
}

/* Track */
#carted-products-container::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
}

/* Handle */
#carted-products-container::-webkit-scrollbar-thumb {
    background: #bfbfbf;
    border-radius: 10px;
}

    /* Handle on hover */
    #carted-products-container::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.col-md-4.parent {
    margin-bottom: 35px;
}

.forUndo, #notification_cart {
    padding: 1em 2em 1em 1em;
    margin-top: 10px;
    border-top: 3px solid #8fae1b;
    background: #f7f6f7;
    color: #515151;
    font-size: 15px;
}

.fa-check-circle {
    color: #8fae1b;
    margin-right: 10px;
}

.qtyerror {
    color: red;
}

.my-class .bar {
    background: #01c07e;
}

.blog-container {
    max-width: 1230px;
    margin: 3em auto 0px;
}

div#notification_cart {
    position: fixed;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 50%;
    top: 7%;
    z-index: 1000;
    display: none;
}

a:hover {
    text-decoration: none !important;
}

/*Small Devices*/

@media screen and (max-width: 768px) {
    hr.m-2 {
        display: none;
    }
    
    div#notification_cart {
       width: 78%; 
    }

    .line-parent {
        top: 13px;
    }

    .logo {
        width: 140px;
        /* position: relative;
        float: left;
        left: -60px;
        top: -3px; */
    }

    .cart-imgs {
        width: 15px;
        left: 10px;
        position: relative;
        left: -25px;
        top: 0;
    }

    .number-of-order {
        position: relative;
        padding: 0 !important;
        border-radius: 50% !important;
        width: 15px !important;
        background: #1b75bb;
        color: #fff;
        right: -73px !important;
        top: 13px !important;
        font-size: 10px !important;
        font-weight: 700;
        cursor: pointer;
        text-align: center;
        left: 8px !important;
    }

    .line01, .line02, .line03 {
        width: 21px;
    }

    .header-links-mobile {
        left: 0;
        top: 52px;
    }

        .header-links-mobile ul li {
            z-index: 1;
            padding: 15px;
            border-top: 1px solid #f0f0f0;
        }

    #header-container > div.header-links-mobile.active > ul > li.nav-home {
        /*! background-color: rgba(0,107,205,.5); */
    }

        #header-container > div.header-links-mobile.active > ul > li.nav-home > a {
            /*! color: #fff !important; */
        }
}

.header-links-mobile {
    z-index: 10 !important;
}

.line-parent {
    z-index: 100 !important;
}

.header {
    padding: 5px 60px;
}

.number-of-order {
    position: relative;
    padding: 0;
    border-radius: 50px;
    width: 18px;
    background: #1b75bb;
    color: #fff;
    /* right: -73px !important; */
    top: 5px;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    text-align: center;
    left: 51px;
}

.cart-container {
    padding: 0;
    /* margin-top: 16px; */
    margin: 0 auto;
    text-align: center;
    /*border-right: 1px solid rgba(35,164,85,.08);
             border-left: 1px solid rgba(35,164,85,.08);*/
    position: relative;
    top: 0px;
}

a.cart-click {
    position: relative;
    top: -8px;
}

.col-sm-6.pt-3.icons {
    margin-top: 14px;
}

.fixed-position {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 999;
    background: #f9f9f9;
    margin-top: 0;
    /*-webkit-box-shadow: 0 -4px 16px 0px #888;
    box-shadow: 0 -4px 16px 0px #888;*/
    right: -1px;
}

#header-container.fixed-position, #header-container.sticky-top {
    background: rgba(255,255,255,.9) !important;
}

.header {
    padding: 0;
}

.active-nav {
    background-color: #fff !important;
    border-color: #f2f2f2 !important;
    border-style: solid !important;
    border-width: 1px !important;
}

    .active-nav a {
        color: #006bcd !important;
    }

.header-links-mobile li.active-nav {
    background-color: rgba(0,107,205,.5) !important;
}

    .header-links-mobile li.active-nav a {
        color: #fff !important;
    }


.shop-child li {
    display: block !important;
    padding: 5px 0px !important;
    border-bottom: solid 1px #dadce0 !important;
    color: black;
}

    .shop-child li a {
        color: black !important;
    }

    .shop-child li.active a {
        color: #fff !important;
    }

    .shop-child li.active, .shop-child li.active {
        background-color: #006bcd;
    }


.header .container {
    max-width: 1230px !important;
}


/*styles for banner red*/
._red-banner {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    z-index: 900;


    background: #ff0a01;
}
._red-banner ._content {
    padding: 16px 0 0px 0;
}
._red-banner ._content p {
    color: rgb(239,237,243);
    font-family: Roboto;
    font-weight: 500;
    font-size: 16px;

        margin: 0;
    margin-top: -13px;
}


.closes {
    cursor: pointer;
    top: 15px;
    background: #fff;
    padding: 2px 10px;
    border-radius: 40px;
    position: absolute;
    right: 20px;
    color: #ff0a01;
    font-weight: 700;
}

button.loading:after {
    font-family: "FontAwesome";
    content: "\f110";
    top: .4em;
    margin-left: .5em;
    position: static;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display:inline-block;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.eapps-widget-toolbar-panel, .eapps-widget-toolbar, .es-load-more-button, .eapps-link {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden!important;
}

.eapps-instagram-feed-posts-grid .eapps-instagram-feed-posts-inner {
    margin-top: 19px !important;
}