@charset "UTF-8";

/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Inconsolata|Nunito+Sans|Nunito:800|Pacifico');
html {
  font-family: 'Nunito Sans', sans-serif;
  font-family: 'Pacifico', cursive;
  font-family: 'Inconsolata', monospace;
  font-family: 'Nunito', sans-serif;
}

h3 {
  font-family: 'Nunito Sans', sans-serif;
}

a {
  border-color: transparent;
  background-color: transparent;
}



.list-group {
  display: inline-block;
  margin: 1em;
  width: 95%;
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
}

.list-group-item {
  margin: auto;
  display: block;
  width: 100%;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}

.purple-bg {
  background: #6a3093;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #a044ff, #6a3093);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #a044ff, #6a3093);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.blue-bg {
  background: #00d2ff;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #00d2ff, #928dab);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #00d2ff, #928dab);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.pink-bg {
  background: #ff00cc;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #ff00cc, #333399);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #ff00cc, #333399);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

.white-bg {
  background-color: rgb(255, 255, 255);
  padding: 2em 0;
  width: 100%;
  margin: auto;
}

.glyphicon-cloud {
  font-size: 30px;
  margin-top: 2px;
  margin-left: 70%;
  z-index: 10;
  padding: 15px;
  position: absolute;
  color: #e1f5fe;
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
}
.glyphicon-check {
  font-size: 30px;
  margin-top: 2px;
  margin-left: 70%;
  z-index: 10;
  padding: 15px;
  position: absolute;
  color: #e1f5fe;
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
}

.glyphicon-music {
  font-size: 30px;
  margin-top: 2px;
  margin-left: 70%;
  z-index: 10;
  padding: 15px;
  position: absolute;
  color: #ea80fc;
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
}
.glyphicon-tags {
  font-size: 30px;
  margin-top: 2px;
  margin-left: 70%;
  z-index: 10;
  padding: 15px;
  position: absolute;
  color: #ea80fc;
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
}


.glyphicon-gift {
  font-size: 30px;
  margin-top: 2px;
  margin-left: 70%;
  z-index: 10;
  padding: 15px;
  position: absolute;
  color: #651fff;
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
}
.glyphicon-cog {
  font-size: 30px;
  margin-top: 2px;
  margin-left: 70%;
  z-index: 10;
  padding: 15px;
  position: absolute;
  color: #651fff;
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
}

.custom-button {
  font-family: 'Nunito', sans-serif;
  font-size: 1.3em;
  font-weight: 800;
  background: #f7971e;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to right, #f7971e, #ffd200);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to right, #f7971e, #ffd200);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  margin-left: 50%;
  margin-top: -32px;
  width: 35%;
  box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
}

.custom-button:hover {
  position: relative;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  vertical-align: middle;
  transform: scale(1.1);
  transition: .3s ease-out;
}


/* Medium devices (desktops, 992px and up) */

@media (min-width: 480px) {
  .row {
    padding-bottom: 0px !important;
  }
  .glyphicon-cloud {
    font-size: 30px;
    margin-top: 2px;
    margin-left: 70%;
    z-index: 10;
    padding: 15px;
    position: absolute;
    color: #e1f5fe;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
  }
  .glyphicon-music {
    font-size: 30px;
    margin-top: 2px;
    margin-left: 70%;
    z-index: 10;
    padding: 15px;
    position: absolute;
    color: #ea80fc;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
  }
  .glyphicon-gift {
    font-size: 30px;
    margin-top: 2px;
    margin-left: 70%;
    z-index: 10;
    padding: 15px;
    position: absolute;
    color: #651fff;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
  }
   .glyphicon-check {
    font-size: 30px;
    margin-top: 2px;
    margin-left: 70%;
    z-index: 10;
    padding: 15px;
    position: absolute;
    color: #e1f5fe;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
  }
  .glyphicon-tags {
    font-size: 30px;
    margin-top: 2px;
    margin-left: 70%;
    z-index: 10;
    padding: 15px;
    position: absolute;
    color: #ea80fc;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
  }
  .glyphicon-cog {
    font-size: 30px;
    margin-top: 2px;
    margin-left: 70%;
    z-index: 10;
    padding: 15px;
    position: absolute;
    color: #651fff;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
  }
  .custom-button {
    font-family: 'Nunito', sans-serif;
    font-size: 1.3em;
    font-weight: 800;
    background: #f7971e;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #f7971e, #ffd200);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #f7971e, #ffd200);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    margin-left: 60%;
    margin-top: -30px;
    width: 30%;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
  }
}


/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
  .row {
    padding-bottom: 0px !important;
  }
  .list-group {
    display: inline-block;
    margin: 0 auto;
    width: 33%;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
  }
  .list-group-item {
    display: block;
    width: 100%;
    padding: 10px 15px;
  }
  .list-group-item.active,
  .list-group-item.active:hover,
  .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: transparent;
    border-color: transparent;
  }
  .purple-bg {
    background-color: #673ab7;
  }
  .blue-bg {
    background-color: #039be5;
  }
  .pink-bg {
    background-color: #f06292;
  }
  .white-bg {
    background-color: rgb(255, 255, 255);
    padding: 2em 0;
    width: 100%;
  }
  .glyphicon-cloud {
    font-size: 30px;
    margin-top: 10px;
    margin-left: 10px;
    z-index: 10;
    padding: 15px;
    position: absolute;
    color: #e1f5fe;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
  }
  .glyphicon-music {
    font-size: 30px;
    margin-top: 10px;
    margin-left: 10px;
    z-index: 10;
    padding: 15px;
    position: absolute;
    color: #ea80fc;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
  }
  .glyphicon-gift {
    font-size: 30px;
    margin-top: 10px;
    margin-left: 10px;
    z-index: 10;
    padding: 15px;
    position: absolute;
    color: #651fff;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
  }
  .custom-button {
    font-family: 'Nunito', sans-serif;
    font-size: 1em;
    font-weight: 800;
    background: #f7971e;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #f7971e, #ffd200);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #f7971e, #ffd200);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    margin-left: 125px;
    margin-top: -30px;
    width: 100px;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
  }
}


/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) {
  div.row {
    padding-bottom: 0px!important;
  }
  .list-group {
    display: inline-block;
    margin: 0 auto;
    width: 33%;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
  }
  .list-group-item {
    display: inline-block;
    width: 100%;
    padding: 0 15px;
  }
  .list-group-item.active,
  .list-group-item.active:hover,
  .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: transparent;
    border-color: transparent;
  }
  .purple-bg {
    background-color: #673ab7;
  }
  .blue-bg {
    background-color: #039be5;
  }
  .pink-bg {
    background-color: #f06292;
  }
  .white-bg {
    background-color: rgb(255, 255, 255);
    width: 100%;
  }
  .glyphicon-cloud {
    font-size: 60px;
    margin-top: 10px;
    margin-left: 10px;
    z-index: 10;
    padding: 15px;
    position: absolute;
    color: #e1f5fe;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
  }
  .glyphicon-music {
    font-size: 60px!important;
    margin-top: 10px;
    margin-left: 10px;
    z-index: 10;
    padding: 15px;
    position: absolute;
    color: #ea80fc;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
  }
  .glyphicon-gift {
    font-size: 60px!important;
    margin-top: 10px;
    margin-left: 10px;
    z-index: 10;
    padding: 15px;
    position: absolute;
    color: #651fff;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
  }
  .custom-button {
    font-family: 'Nunito', sans-serif;
    font-size: 1.25em;
    font-weight: 800;
    background: #f7971e;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #f7971e, #ffd200);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #f7971e, #ffd200);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    margin-left: 200px;
    margin-top: -30px;
    width: 120px;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
  }
}


/* Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
  div.row {
    padding-bottom: 0px!important;
  }
  .list-group {
    display: inline-block;
    margin: 0 auto;
    width: 33%;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
  }
  .list-group-item {
    display: inline-block;
    width: 100%;
  }
  .list-group-item.active,
  .list-group-item.active:hover,
  .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: transparent;
    border-color: transparent;
  }
  .purple-bg {
    background-color: #673ab7 !important;
  }
  .blue-bg {
    background-color: #039be5 !important;
  }
  .pink-bg {
    background-color: #f06292 !important;
  }
  .white-bg {
    background-color: rgb(255, 255, 255);
    width: 100%;
  }
  .glyphicon-cloud {
    font-size: 60px!important;
    margin-top: 7px;
    margin-left: 10px;
    z-index: 10;
    padding: 15px;
    position: absolute;
    color: #e1f5fe;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
  }
  .glyphicon-music {
    font-size: 60px!important;
    margin-top: 7px;
    margin-left: 10px;
    z-index: 10;
    padding: 15px;
    position: absolute;
    color: #ea80fc;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
  }
  .glyphicon-gift {
    font-size: 60px!important;
    margin-top: 7px;
    margin-left: 10px;
    z-index: 10;
    padding: 15px;
    position: absolute;
    color: #651fff;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
  }
  .custom-button {
    font-family: 'Nunito', sans-serif;
    font-size: 1.5em;
    font-weight: 800;
    background: #f7971e;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #f7971e, #ffd200);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #f7971e, #ffd200);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    margin-left: 200px;
    margin-top: -30px;
    width: 130px;
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
  }
}


.img-wrapper {
  position: relative;
}

.img-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.img-overlay:before {
  content: ' ';
  display: block;
  /* adjust 'height' to position overlay content vertically */
  height: 50%;
}

<!-- Search bar  -->

#flipkart-navbar {
    background-color: #2874f0;
    color: #000;
}

.row1{
    padding-top: 10px;
}

.row2 {
    padding-bottom: 0px;
}

.flipkart-navbar-input {
    padding: 11px 16px;
    border-radius: 2px 0 0 2px;
    border: 0 none;
    outline: 0 none;
    font-size: 15px;
    font-color:#000;
}

.flipkart-navbar-button {
    background-color: #ffe11b;
    border: 1px solid #ffe11b;
    border-radius: 0 2px 2px 0;
    color: #565656;
    padding: 10px 0;
    height: 43px;
    cursor: pointer;
}

.cart-button {
    background-color: #2469d9;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .23), inset 1px 1px 0 0 hsla(0, 0%, 100%, .2);
    padding: 10px 0;
    text-align: center;
    height: 41px;
    border-radius: 2px;
    font-weight: 500;
    width: 120px;
    display: inline-block;
    color: #FFFFFF;
    text-decoration: none;
    color: inherit;
    border: none;
    outline: none;
}

.cart-button:hover{
    text-decoration: none;
    color: #fff;
    cursor: pointer;
}

.cart-svg {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin-right: 8px;
}

.item-number {
    border-radius: 3px;
    background-color: rgba(0, 0, 0, .1);
    height: 20px;
    padding: 3px 6px;
    font-weight: 500;
    display: inline-block;
    color: #fff;
    line-height: 12px;
    margin-left: 10px;
}

.upper-links {
    display: inline-block;
    padding: 0 11px;
    line-height: 23px;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0;
    color: inherit;
    border: none;
    outline: none;
    font-size: 12px;
}

.dropdown {
    position: relative;
    display: inline-block;
    margin-bottom: 0px;
}

.dropdown:hover {
    background-color: #fff;
}

.dropdown:hover .links {
    color: #000;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    display: none;
    background-color: #fff;
    color: #333;
    left: 0px;
    border: 0;
    border-radius: 0;
    box-shadow: 0 4px 8px -3px #555454;
    margin: 0;
    padding: 0px;
}

.links {
    color: #fff;
    text-decoration: none;
}

.links:hover {
    color: #fff;
    text-decoration: none;
}

.profile-links {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    border-bottom: 1px solid #e9e9e9;
    box-sizing: border-box;
    display: block;
    padding: 0 11px;
    line-height: 23px;
}

.profile-li{
    padding-top: 2px;
}

.largenav {
    display: none;
}

.smallnav{
    display: block;
}

.smallsearch{
    margin-left: 15px;
    margin-top: 15px;
}

.menu{
    cursor: pointer;
}

@media screen and (min-width: 768px) {
    .largenav {
        display: block;
    }
    .smallnav{
        display: none;
    }
    .smallsearch{
        margin: 0px;
    }
}

/*Sidenav*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    box-shadow: 0 4px 8px -3px #555454;
    padding-top: 0px;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
    color: #fff;        
}

@media screen and (max-height: 450px) {
  .sidenav a {font-size: 18px;}
}

.sidenav-heading{
    font-size: 36px;
    color: #fff;
}

.thumbnail {
    position: relative;
    padding: 0px;
    margin-bottom: 20px;
}

.thumbnail img {
    width: 100%;
}

#fnt {font-size: 13px;
 color="#0000";
 }

