﻿@import url("https://fonts.googleapis.com/css?family=Courgette");

body {
    margin: 0px;
    padding: 0px;
}

header {
    position: relative;
    top: 0;
    left: 0;
    padding: 0 100px;
    background: #222222;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 75px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
}

    header .logo {
        display: block;
        /*background-color: #fff;*/
        height: 75px;
        line-height: 75px;
        font-size: 24px;
        float: left;
        font-weight: bold;
    }

        header .logo img {
            width: 300px;
            height: 75px;
            object-fit: cover;
        }

    header nav {
        float: left;
        padding-left: 50px;
    }

        header nav ul {
            margin: 0;
            padding: 0;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            header nav ul li {
                list-style: none;
                font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
                /*font-family: "Courgette", cursive;*/
            }

                header nav ul li a {
                    height: 75px;
                    line-height: 75px;
                    padding: 0 20px;
                    color: #f2f2f2;
                    text-decoration: none;
                    display: block;
                }

                    header nav ul li a:hover, header nav ul li a.active {
                        color: #f2f2f2;
                        text-decoration: none;
                    }

.toggle {
    display: none;
}

.myslide li {
    list-style: none;
}

.phone {
    display: none;
    position: fixed;
    background: #cd201f;
    height: 65px;
    width: 100%;
    z-index: 10000;
    float: left;
    bottom: 0;
}

    .phone .col1 {
        background-color: #252525;
        height: 65px;
        width: 50%;
        left: 50%;
        position: absolute;
    }

        .phone .col1 a {
            color: #fff;
            font-size: 18px;
        }

            .phone .col1 a i {
                margin: 10px;
                font-size: 20px;
            }

    .phone .col2 {
        background-color: #25D366;
        height: 65px;
        width: 50%;
        float: right;
        position: absolute;
    }

        .phone .col2 a {
            color: #fff;
            font-size: 18px;
        }

            .phone .col2 a i {
                margin: 10px;
                font-size: 20px;
               
            }

/*Search style*/
.search {
    margin: 15px 5px;
}

    .search button {
        border-color: #f8f8f8;
        color: #f8f8f8;
    }

        .search button:hover {
            background-color: #54231c;
            border-color: #f8f8f8;
        }

        .search button:focus {
            background-color: #54231c !important;
            border-color: #f8f8f8 !important;
        }

/**language*/
.language {

    margin-right: 50px;
    margin-top:20px;
    padding: 0;
    position: relative;
    float:right !important;
  
}

    .language li {
        display: inline-block;
        list-style: none;
        cursor: pointer;
    }

    .language img {
        width: 30px;
        height: 30px;
        margin: 1px 0px;
    }

.basket {
    color: #6d6a6a;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 15px;
}

    .basket:hover {
        color: #6d6a6a;
    }

    .basket i {
        margin-left: 5px;
    }
/*product*/
.cf {
    zoom: 1;
}

    .cf:before {
        content: "";
        display: table;
    }

    .cf:after {
        content: "";
        display: table;
        clear: both;
    }

.fl-l {
    float: left;
    font-family: 'Segoe UI';
}

    .fl-l .bg {
        background-color: red;
    }

    .fl-l:hover {
        background-color: rgb(55, 55, 55);
    }

.fl-r {
    float: right;
}

a {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.wrapper {
    list-style: none;
    padding: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}

.urun ul {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    clear: both !important;
}

.product {
    width: 250px;
    margin-right: 5px;
    padding: 0px;
    background-color: #FFFFFF;
    list-style: none;
}

    .product:last-of-type {
        margin-right: 0;
    }

.container-prod {
    height: 350px;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 0px 0px 0px 0px #F2F2F2;
    box-shadow: 0px 0px 0px 0px #F2F2F2;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    .container-prod:hover, .container-prod.information, .container-prod.social-sharing {
        -webkit-box-shadow: 0px 0px 5px 0px #333;
        box-shadow: 0px 0px 5px 0px #333;
    }

    .container-prod .price {
        background-color: #565656;
        color: #f8f8f8;
    }

.image {
    width: 100%;
    height: 250px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    object-fit: scale-down;
}

.information .image {
    height: 150px;
}

.vat {
    background-color: #222222;
    color: #f2f2f2;
}

.vatp {
    background-color: red;
    color: #f2f2f2;
    padding: 5px;
    font-size: 18px;
    border-radius: 1px;
}

.pname {
    background-color: #6d6a6a;
    color: #f2f2f2;
    padding: 5px;
    font-size: 18px;
    border-radius: 1px;
}

.container-information {
    height: 40px;
    overflow: hidden;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    background-color: #031E16;
    color: #FFFFFF;
}

.information .container-information {
    height: 160px;
}

.container-information .title {
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    background-color: #5c5c5c;
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    position: relative;
}

.close {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background-color: #5c5c5c;
    position: absolute;
    right: -40px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    color: #FFFFFF;
}

.information .close {
    right: 0;
}

.container-information .description {
    padding: 10px;
    height: 120px;
    overflow-x: hidden;
    overflow-y: auto;
}

.sharing {
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: -50px;
    overflow: hidden;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    background-color: #031E16;
    z-index: 1;
}

.social-sharing .sharing {
    bottom: 40px;
}

.sharing a {
    color: #FFFFFF;
    font-size: 20px;
    width: 25%;
    height: 40px;
    line-height: 40px;
}

    .sharing a:hover {
        color: #54231c;
    }

.buttons {
    position: relative;
    z-index: 2;
    font-family: 'Segoe UI';
}

    .buttons a {
        text-align: center;
        width: 25%;
        height: 40px;
        /*line-height: 40px;*/
        background-color: #333;
        color: #FFFFFF;
        text-decoration: none;
        position: relative;
        overflow: hidden;
        font-family: 'Segoe UI';
    }

        .buttons a > span > span {
            position: relative;
            z-index: 3;
            display: block;
            width: 100%;
        }

        .buttons a > span:before {
            content: "";
            background-color: rgba(0, 0, 0, 0);
            width: 100%;
            height: 40px;
            position: absolute;
            top: 40px;
            left: 0;
            z-index: 1;
            -webkit-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

        .buttons a:hover > span:before {
            top: 0;
            background-color: rgba(0, 0, 0, 0.5);
        }

.information .buttons a.more > span:before, .social-sharing .buttons a.share > span:before {
    top: 0;
    background-color: rgba(0, 0, 0, 0.5);
}

.information .buttons a.more > span:before, .social-sharing .buttons a.share > span:before {
    top: 0;
    background-color: rgba(0, 0, 0, 0.8);
}

.buttons a.cart.added > span:before {
    top: 0;
    background-color: rgba(255, 255, 255, 0.8);
}

.buttons a.cart.added > span > span.check {
    top: 0;
    color: #11956c;
}

.buttons a.cart.added > span > span.add {
    top: -40px;
}

.buttons a.cart > span > span.check {
    width: 100%;
    height: 40px;
    position: absolute;
    top: 40px;
    left: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.buttons a.cart > span > span.add {
    width: 100%;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.buttons a i {
    font-size: 17px;
}

.buttons a:first-of-type {
    width: 50%;
}

/*footer start*/
/* STYLES SPECIFIC TO FOOTER  */
.footer {
    width: 100%;
    position: relative;
    height: auto;
    background-color: #181818;
}

    .footer .col {
        width: 190px;
        height: auto;
        float: left;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        padding: 0px 20px 20px 20px;
    }

        .footer .col h1 {
            margin: 0;
            padding: 0;
            font-family: inherit;
            font-size: 10px;
            line-height: 17px;
            padding: 20px 0px 5px 0px;
            color: #f8f8f8;
            font-weight: normal;
            text-transform: uppercase;
            letter-spacing: 0.250em;
        }

        .footer .col ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
        }

            .footer .col ul li {
                color: #999999;
                font-size: 14px;
                font-family: inherit;
                font-weight: bold;
                padding: 5px 0px 5px 0px;
                cursor: pointer;
                transition: .2s;
                -webkit-transition: .2s;
                -moz-transition: .2s;
            }

                .footer .col ul li a {
                    color: #999999;
                }

.social ul li {
    display: inline-block;
    padding-right: 5px !important;
}

    .social ul li i {
        font-size: 40px;
        font-weight: 900;
    }

    .social ul li .fa-facebook-square:before {
        color: #3b5998;
    }

    .social ul li .fa-instagram:before {
        color: #e4405f;
    }

    .social ul li .fa-youtube:before {
        color: #cd201f;
    }

.footer .col ul li:hover {
    color: #ffffff;
    transition: .1s;
    -webkit-transition: .1s;
    -moz-transition: .1s;
}

.clearfix {
    clear: both;
}

@media only screen and (min-width: 1280px) {
    .contain {
        width: 1200px;
        margin: 0 auto;
    }

    .cat-fix h5 {
        display: none;
    }
}

@media only screen and (max-width: 1139px) {
    .contain .social {
        width: 1000px;
        display: block;
    }

    .social h1 {
        margin: 0px;
    }
}

@media only screen and (max-width: 950px) {
    .footer .col {
        width: 33%;
    }

        .footer .col h1 {
            font-size: 14px;
        }

        .footer .col ul li {
            font-size: 13px;
        }
}

@media only screen and (max-width: 500px) {
    .footer .col {
        width: 50%;
    }

        .footer .col h1 {
            font-size: 14px;
        }

        .footer .col ul li {
            font-size: 13px;
        }
}

@media only screen and (max-width: 340px) {
    .footer .col {
        width: 100%;
    }
}

/*footer end*/
/**Responsive*/
@media (max-width: 991px) {
    header {
        padding: 0px;
        z-index: 999;
    }

        header .logo {
            margin: 0;
        }

        header .language {
            visibility: hidden;
        }

        header .mobilLang {
            visibility: visible;
            top: 0;
          
            margin-left: 35px;
            position: absolute;
        }
    .language {
        position: absolute;
    }
    .cat-mobile {
        display: none !important;
    }
   
    .cat-fix {
        position: relative !important;
        background-color: red;
        text-align: center;
        height: 60px;
        width: 100%;
        z-index: 5;

      
        
    }
 
        .cat-fix h5 {
            cursor: pointer !important;
            color: #f2f2f2;
            line-height:60px;
        }

    .fixed-cat {
        position: fixed !important;
        top: 0px !important;
    }
 
    .product-img {
        top: -150px;
        margin: 0px;
    }

        .product-img ul {
            margin-top: -100px;
        }

    .product-desc {
        margin-top: -170px;
    }

    .product-img img {
        width: 100%;
        height: 0px;
        object-fit: scale-down;
    }

    .mrow {
        width: 100% !important;
        padding: 0;
        margin: 0;
    }

    .dropdown-toggle {
        padding-left: 0px !important;
    }

    .dropdown button {
        font-size: 20px !important;
        text-align: center !important;
        background-color: transparent !important
    }


    .footer .col {
        padding: 0px 50px 20px 20px;
    }

    .wrapper {
        margin: 20px 10px 0;
    }

    .product {
        margin-left: 45px !important;
        padding: 0;
    }

    .product-index {
        margin: 30px !important;
    }

    .phone {
        display: block;
    }

    .toggle {
        display: block;
        position: absolute;
        top: 20px;
        right: 15px;
        max-width: 40px;
        cursor: pointer;
        z-index: 10;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        font-size: 30px;
        padding: 0 20px;
        line-height: 40px;
    
    }

        .toggle:before {
            font-family: "Font Awesome 5 Free";
            content: "\f0c9";
            display: inline-block;
            padding-right: 3px;
            font-weight: 900;
            color: #f2f2f2;       
            display: block;
            cursor: pointer;
        }

        .toggle.active:before {
            font-family: "Font Awesome 5 Free";
            content: "\f057";
            display: inline-block;
            padding-right: 3px;
            font-weight: 900;
            color: #6d6a6a;
            line-height: 40px;
            display: block;
        }

    header nav {
        display: block;
        position: absolute;
        width: 100%;
        height: calc(100vh - 50px);
        background: #222;
        opacity: 8;
        top: 50px;
        left: -100%;
        -webkit-transition: 0.5s;
        transition: 0.5s;
    }

        header nav.active {
            top: 0;
            left: 0;
            display: block;
            position: fixed;
            width: 100%;
            height: 100vh;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            ub -ms-flex-line-pack: center;
            align-content: center;
        }

        header nav ul {
            display: block;
            text-align: center;
            padding: 50px;
        }

        header nav li a {
            border-bottom: 1px solid rgba(0, 0, 0, 0.2);
            -webkit-transition: 0.5s;
            transition: 0.5s;
            text-align: left;
            font-size: 20px;
        }

    .subcat {
        top: !important;
        position: absolute;
        margin: 0px;
        padding: 0px;
    }

    .prd {
        top: !important;
    }

    .bgabout {
        height: 100% !important;
    }
}

.myrow {
    width: 100% !important;
    padding: 0px !important;
    margin: 0px !important;
    /*display: flex;*/
    /*justify-content: center;
    align-items: center;*/
}

.container-fluid {
    margin: 0 !important;
    padding: 0 !important;
}

.subcat {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.12), 0 2px 4px 0 rgba(0,0,0,0.08);
    width: 100%;
    position: relative;
    margin: 0px;
    padding: 0px;
    top: -150px;
}


    .subcat .sbtitle {
        text-align: center;
    }

        .subcat .sbtitle a {
            text-decoration: none;
            font-size: 20px;
            color: #fff;
            cursor: pointer;
        }

    .subcat ul {
        margin: 0;
        padding: 0;
    }

        .subcat ul li {
            list-style: none;
            background-color: #333;
            margin: 5px;
            padding: 5px;
            color: #fff;
            border-radius: 2px;
            cursor: pointer;
        }



.product-img img {
    width: 100%;
    height: 400px;
    object-fit: scale-down;
}

.product-img ul li {
    display: inline-block;
}

    .product-img ul li img {
        width: 75px !important;
        height: 75px !important;
    }

.product-desc {
    background-color: #f2f2f2;
}

    .product-desc .btn-danger {
        font-size: 16px;
        padding: 10px;
        border-radius: 10px;
    }

        .product-desc .btn-danger:hover {
            text-decoration: none;
        }

    .product-desc i {
        margin: 10px;
    }

/**about*/
.bgabout {
    background-image: url("../img/s1.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    position: relative;
}

    .bgabout:before {
        background-color: rgb(25, 23, 23);
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        opacity: 0.8;
    }

    .bgabout .container {
        padding: 50px 10px;
    }

    .bgabout h1, h2, h3 {
        color: #C6C6C6;
    }

    .bgabout p {
        font-size: 25px;
        color: #C6C6C6;
    }

.inp {
    width: 120px;
    background-color: red;
    color: #fff;
}
/**dropdown-toggle*/
.dropdown button {
    background-color: transparent !important;
    border: none !important;
    color: #f2f2f2 !important;
}

.dropdown-toggle {
    margin-top: 20px;
}

.dropdown-menu {
    background-color: #313131 !important;
    width: 250px;
    margin: 0;
}
/**sidebar*/
.sidebar {
    background: #FFF;
    border: 1px solid #bebebd;
    margin: 5px auto;
    max-width: 400px;
    /*padding: 0 15px;*/
    position: absolute;
}

.widget-title-wrapper {
    background: #e9e9e9;
    margin: 15px 0;
    text-align: left;
    border-left: #de1b1b 2px solid;
}

    .widget-title-wrapper h3 {
        color: red;
    }

.block-title {
    background: #fff none repeat scroll 0 0;
    display: inline-block;
    margin: 0;
    padding: 5px 15px;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    font-family: 'Titillium Web',sans-serif;
}

.sidebar {
    margin: 5px;
    padding: 0;
    top: 0px !important;
    position: relative;
}

    .sidebar ul {
        list-style: none;
        margin: 0 5px 20px 5px;
        padding: 0;
    }

        .sidebar ul li {
            border-bottom: #F0F0F0 1px solid;
            padding: 5px 0;
            display: block;
            text-decoration: none !important;
            background-color: rgba(0,0,0,0.8) !important;
            color: #fff;
        }

        .sidebar ul li {
            color: #000;
            font-family: 'Titillium Web',sans-serif;
            font-size: 18px;
            text-transform: capitialize;
            text-decoration: none !important;
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            text-transform: capitalize;
        }

            .sidebar ul li a {
                color: #fff;
                text-decoration: none !important;
            }

            .sidebar ul li span {
                font-weight: bold;
                margin-left: 5px;
            }

/**scroll*/
.scrollbox {
    overflow: auto;
    width: 100%;
    max-height: 550px;
    margin: 10px auto;
    border: 2px solid #ccc;
    z-index: 999;
    background:
    /* Shadow covers */
    linear-gradient(white 30%, rgba(255,255,255,0)), linear-gradient(rgba(255,255,255,0), white 70%) 0 100%,
    /* Shadows */
    radial-gradient(50% 0, farthest-side, rgba(0,0,0,1), rgba(0,0,0,0)), radial-gradient(50% 100%,farthest-side, rgba(0,0,0,1), rgba(0,0,0,0)) 0 100%;
    background:
    /* Shadow covers */
    linear-gradient(white 30%, rgba(255,255,255,0)), linear-gradient(rgba(255,255,255,0), white 70%) 0 100%,
    /* Shadows */
    radial-gradient(farthest-side at 50% 0, rgba(0,0,0,1), rgba(0,0,0,0)), radial-gradient(farthest-side at 50% 100%, rgba(0,0,0,1), rgba(0,0,0,0)) 0 100%;
    background-repeat: no-repeat;
    background-color: white;
    background-size: 100% 40px, 100% 40px, 100% 14px, 100% 14px;
    /* Opera doesn't support this in the shorthand */
    background-attachment: local, local, scroll, scroll;
}

    .scrollbox ul {
        margin: 0;
        padding: 0;
    }

    .scrollbox li {
        font: 13px/16px Arial, Helvetica, sans-serif;
        padding: 10px;
        list-style: none;
        border-bottom: 1px solid #ccc;
        background-color: rgba(229, 243, 253, 0.8);
    }

        .scrollbox li:hover {
            background-color: rgba(193, 209, 225, 0.8);
        }

        .scrollbox li:last-child {
            border-bottom: none;
        }

    .scrollbox label, .scrollbox input {
        cursor: pointer;
    }
/* width */
::-webkit-scrollbar {
    width: 15px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #605B5B;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #b30000;
    }

.marquee {
    width: 100%;
    position: absolute;
    background-color: #222222;
    display: block;
    margin: 0px;
    padding: 0px;
    z-index:88;
}

    .marquee .box-center {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0px;
        padding: 0px;
    }

        .marquee .box-center h5 {
            color: #f2f2f2;
            font-size: 18px;
            text-align: center;
        }
.validation-summary-errors{
    color:red !important;
       
}

/**new menu*/


.navigation {
    height: 70px;
    background-color: #262626;
    top: 0;
    width: 100%;
    position:relative;
    z-index:9999;
 

}

.nav-container {
    max-width: 1000px;
    margin: 0 auto;
}

.brand {
    float: left;
    line-height: 70px;
    font-size: 1.4em;
    padding-left: 20px;
    display:block;
}

    .brand a {
        color: white;
        text-decoration: none;
        text-transform: uppercase;
    }
    .brand img {
        width: 200px;
        height: 50px;
        object-fit: cover;
    }
nav {
    float: right;
}

    nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        nav ul li {
            float: left;
            position: relative;
            text-decoration:none;
        }

            nav ul li a {
                display: block;
                color: #fff;
                padding: 0 20px;
                background: #262626;
                text-decoration: none !important;
                line-height: 70px;
            }

                nav ul li a:hover {
                    background: #6d6a6a;
                    color: #ffffff;
                    transition: .4s;
                }

                nav ul li a:not(:only-child):after {
                    padding-left: 4px;
                    content: '  ▾';
                }

            nav ul li ul li {
                min-width: 160px;
            }

                nav ul li ul li a {
                    padding: 15px;
                    line-height: 20px;
                }

.nav-dropdown {
    position: absolute;
    z-index: 1;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
    display: none;
}
.nav-dropdown2 {
    position: absolute;
    z-index: 1;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
    display: none;
}
.nav-dropdown3 {
    position: absolute;
    z-index: 1;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
    display: none;
}
/* Mobile Hamburger Menu */

.nav-mobile {
    display: none;
    height: 70px;
    width: 70px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #262626;

}
.nav-search {
    height: 70px;
    width: 70px;
    position: absolute;
    top: 20px;
    right: 50px;

}

/* Media Query for Navigation */

@media only screen and (max-width: 800px) {

    .nav-mobile {
        display: block;


    }

    nav {
        width: 100%;
      
      
    }

        nav ul {
            display: none;
            position: fixed;
            width:100%;

        }

            nav ul li {
                float: none;
            }

                nav ul li a {
                    padding: 15px;
                    line-height: 20px;
                }

                nav ul li ul li a {
                    padding-left: 40px;
                    background-color: gray;
                }

    .nav-dropdown {
        position: static;
    }
    .nav-dropdown2 {
        position: static;
    }
    .nav-dropdown3 {
        position: static;
    }
}

@media screen and (min-width: 800px) {
    .nav-list {
        display: block !important;

  
    }
}

#nav-toggle {
    position: absolute;
    left: 18px;
    top: 22px;
    cursor: pointer;
    padding: 10px 35px 16px 0;
}

    #nav-toggle span,
    #nav-toggle span:before,
    #nav-toggle span:after {
        cursor: pointer;
        border-radius: 1px;
        height: 4px;
        width: 30px;
        background: #c3c3c3;
        position: absolute;
        display: block;
        content: '';
        transition: all 300ms ease-in-out;
    }

        #nav-toggle span:before {
            top: -10px;
        }

        #nav-toggle span:after {
            bottom: -10px;
        }

    #nav-toggle.active span {
        background-color: transparent;
    
    }

        #nav-toggle.active span:before, #nav-toggle.active span:after {
            top: 0;
    
        }

        #nav-toggle.active span:before {
            transform: rotate(45deg);
        }

        #nav-toggle.active span:after {
            transform: rotate(-45deg);
        }