@font-face {
    font-family: 'bebasregular';
    src: url('BEBASwebfont.eot');
    src: url('web_fonts/bebas_regular/BEBASwebfont.eot?#iefix') format('embedded-opentype'),
         url('web_fonts/bebas_regular/BEBASwebfont.woff2') format('woff2'),
         url('web_fonts/bebas_regular/BEBASwebfont.woff') format('woff'),
         url('web_fonts/bebas_regular/BEBASwebfont.ttf') format('truetype'),
         url('web_fonts/bebas_regular/BEBASwebfont.svg#bebasregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    min-height: 100vh;
    padding-bottom: 30px;
}
p, ul, ol {
    margin: 0;
    padding: 0;
    list-style: none;
}
.container {
    max-width: 1200px;
}
img {
    max-width: 100%;
}
header {
    background: #fff;
    border-top: 10px solid #003243;
}
.btn {
    border-radius: 0;
    transition: all 0.3s ease-in-out;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1;
    padding: 15px 15px 17px;
}
.btn-primary {
    color: #fff;
    background-color: #ff117e;
    border-color: #ff117e;
}
.btn-primary:hover, .btn-primary:focus {
    background-color: #d00562;
    border-color: #d00562;
}
.form-control {
    border-radius: 0;
    border-color: #ebebeb;
}
.form-control:focus {
    color: #495057;
    background-color: #f3f3f3;
    border-color: #999999;
    outline: 0;
    /* box-shadow: 0 0 4px 2px rgba(204, 204, 204, 0.6); */
    box-shadow: none;
}
.nav-top {
    padding: 15px 0 25px;
    align-items: center;
    border-bottom: 1px solid #cccccc;
}
.NykaaManLogo {
    background: url('../img/logo/nykaamanlogo.svg') no-repeat;
    width: 126px;
    height: 37px;
    background-position: center;
    background-size: 100%;
    display: block;
}
nav {
    border-radius: 2px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
}
nav.navbar {
    padding: 0;
}
.search-field {
    position: relative;
    align-self: center;
}
.form-control {
    height: calc(2.25rem + 4px);
}
.brand-logo-wrapper {
    text-align: center;
}
.search-wrapper {
    text-align: right;
    display: flex;
    justify-content: flex-end;
}
.search-field input {
    border: 1px solid #e1e1e1;
    border-radius: 2px;
    outline: none;
    box-shadow: none;
    padding: 5px 10px;
    padding-right: 50px;
    width: 300px;
    color: #8c8d94;
    font-size: 12px;
    background: #f3f3f3;
}
.search-field .search-btn {
    position: absolute;
    right: 0;
    top: 0;
    opacity: 1;
    display: inline-block;
    width: 40px;
    height: 40px;
    border-radius: 2px;
    background-color: #3f414d;
    background-image: url(../img/icons/search.png);
    background-repeat: no-repeat;
    background-position: center;
    transition: all 0.3s ease-in-out;
}
.nav-menu {
    width: 100%;
}
.nav-menu .nav-link, 
.navbar-light .navbar-nav .nav-link, 
.navbar-expand-lg .navbar-nav .nav-link {
    border-bottom: 4px solid transparent;
    transition: all 0.3s ease-in-out;
    font-size: 16px;
    font-weight: 600;
    color: #3f414d;
    padding: 11px 15px;
}
.nav-menu .nav-link:hover, 
.nav-menu .nav-link:focus, 
.nav-menu .nav-link.active, 
.navbar-light .navbar-nav .active>.nav-link, 
.navbar-light .navbar-nav .nav-link.active, 
.navbar-light .navbar-nav .nav-link.show, 
.navbar-light .navbar-nav .show>.nav-link {
    border-bottom: 4px solid #247f92;
    color: #247f92;
}
.nav-bottom {
    width: 100%;
}
.GA-logo, .GA-logo:hover, .GA-logo:focus {
    font-family: 'bebasregular', sans-serif;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 1.9px;
    color: #003243;
    display: inline-block;
    position: relative;
    bottom: -4px;
    text-decoration: none;
    white-space: nowrap;
}
.nav-top .nav-upper-row {
    align-items: flex-end;
}
button.navbar-toggler {
    border: 0;
    border-top: 3px solid #3f414d !important;
    border-bottom: 3px solid #3f414d !important;
    position: absolute;
    bottom: 100%;
    margin-bottom: 25px;
    margin-left: 15px;
    outline: none;
    padding: 0;
    border-radius: 0;
    height: 30px;
    width: 40px;
    box-shadow: none; 
    opacity: unset !important; 
}
button.navbar-toggler:before {
    content: "";
    border-top: 3px solid #3f414d;
    width: 40px;
    display: block;
    margin: 11px 0;;
}
/* media query styles */
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-collapse .navbar-nav {
        justify-content: space-between;
        flex-wrap: wrap;
    }
}
@media (max-width: 992px) {
    .search-wrapper {
        flex-basis: auto;
        margin-top: 20px;
        text-align: center;
    }
    .brand-logo-wrapper {
        text-align: right;
    }
    .search-field input {
        max-width: 100%;
    }
}
@media (max-width: 420px) {
    .brand-logo-wrapper {
        text-align: center;
        flex-basis: auto;
    }
    .NykaaManLogo {
        width: 87px;
        height: 47px;
        margin: 0 0 10px;
    }
/*    .search-field, .search-field input {
        width: 100%;
    }*/
    button.navbar-toggler {
        margin: 0 0 142px;
        left: auto;
        right: 15px;
    }
}