#productcollections{
    padding: 1em 0;
  }

  #productcollections > .top{
    padding: 2em 1em 0em 1em;
  }

  #productcollections > .top > h3{
    color: black;
    line-height: 0;
    font-size: 1.7em;
  }

  #productcollections > .top > p{
    line-height: 1.5;
    font-size: 1.1em;
  }

  #productcollections > .items .viewall{
    border: 1px solid #ccc;
    margin: auto;
    min-height: 10em;
    height: 100%;
    display: grid;
  }

  #productcollections > .items .viewall > a{
    margin: auto;
    justify-self: center;
    justify-content: center;
    justify-items: center;
    text-align: center;
    font-size: 0.95em;
    line-height: 1.7;
    color: #000;
  }



  /*
    * Bag header start
  */



  .bag_header{
    background: black;
    display: grid;
    grid-template-areas:
      "logo logo"
      "steps steps"
      ;
    grid-gap: 1em 0;
    padding: 1em 0em;
    margin-top: -1px;
  }

  .bag_header > .logo{
    grid-area: logo;
    margin: auto;
  }

  .bag_header > .logo > img{
    height: 4em;
  }

  .bag_header > .bag_steps{
    grid-area: steps;
    text-align: center;
  }

  .bag_header > .bag_steps > a{
    display: inline-block;
    /* margin-top: 1.5em; */
  /*   margin-right: 3em; */
    font-size: 1em;
    font-weight: 300;
    color: #ccc;
  }

  .bag_header > .bag_steps > a.active{
    color: orange;
    font-weight: 600;
  }

  .bag_header > .bag_steps > a.active:after{
    color: #ccc;
  }

  .bag_header > .bag_steps > a:after{
    content: '---------';
    margin: 0.2em 0.5em;
  }


  .bag_header > .bag_steps > a:last-child:after{
    content: '';
  }

  .bag_header > .bag_steps > a:last-child{
    margin-right: 0;
  }

  .bag_header > .secure{
    grid-area: secure;
    display: grid;
    grid-template-columns: 2em 1fr;
    margin: auto;
    display: none;
  }

  .bag_header > .secure > .secureicon{
    margin-right: 0.5em;
  }

  .bag_header > .secure > .securename{
    color: #ccc;
    margin: auto;
  }

  /*
    * Bag header end
  */




  /*
  * Login popup start
  */



  .login_popup {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999;
  }

  .login_popup .login_popup_overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.9);
    z-index: -1;
  }

  .login_popup .login_popup_content {
    background: #eee;
    display: grid;
    grid-template-columns: 1fr;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    overflow: scroll;
    position: relative;
  }

  .login_popup .login_popup_content .login_popup_left {

  }

  .login_popup .login_popup_content .login_popup_left .img-reponsive {
    height: 100%;
  }

  .login_popup .login_popup_content .login_popup_right{
    width: 100%;
    padding: 3em 1em;
    overflow: scroll;
    margin: 0 auto;
  }

  .login_popup .login_popup_content .login_popup_right .login_popup_header {

  }

  .login_popup .login_popup_content .login_popup_right .login_popup_header .login_popup_close{
    position: absolute;
    right: 1em;
    top: 0.5em;
    color: gray;
    font-size: 2em;
  }

  .login_popup .login_popup_content .login_popup_right .login_popup_header .login_popup_close:hover{
    color: red;
  }

  .login_popup .login_popup_content .login_popup_right .login_popup_header ul {
    margin: 0;
    padding: 0;
  }

  .login_popup .login_popup_content .login_popup_right .login_popup_header ul li{
    display: inline-block;
  }

  .login_popup .login_popup_content .login_popup_right .login_popup_header ul li.active {

  }

  .login_popup .login_popup_content .login_popup_right .login_popup_header ul li h3 {

  }

  .login_popup .login_popup_content .login_popup_right .login_popup_header ul li {

  }

  .login_popup .login_popup_content .login_popup_right .login_popup_header ul li h3 {
    font-size: 1.5em;
    font-weight: 300;
    margin-right: 1em;
    cursor: pointer;
    color: #000;
  }

  .login_popup .login_popup_content .login_popup_right .login_popup_header ul li.active h3{
    border-bottom: 3px solid blue;
  }

  .login_popup .login_popup_content .login_popup_right .login_popup_form {
    /*! margin-top: 1em; */
    /*! max-width: 65%; */
  }

  .login_popup .login_popup_content .login_popup_right .login_popup_form.register{
    /*! display: none; */
  }

  .login_popup .login_popup_content .login_popup_right .login_popup_form form {

  }

  .login_popup .login_popup_content .login_popup_right .login_popup_form form .form-group {
    margin-bottom: 1.5em;
  }

  .login_popup .login_popup_content .login_popup_right .login_popup_form form .form-group label {
    font-size: 1em;
    letter-spacing: 1px;
  }

  .login_popup .login_popup_content .login_popup_right .login_popup_form form .form-group .form-control {
    margin-top: 1em;
    border: 1px solid #a9a9a9;
    border-radius: 10px;
  }


  .login_popup .login_popup_content .login_popup_right .login_popup_form form .form-group .btn{
    padding: 0.8em 0;
    display: block;
    width: 100%;
    font-size: 1em;
    font-weight: 300;
    border: none;
    margin-top: 1em;
  }


  .login_popup .login_popup_content .login_popup_right .login_popup_social_logins{
    text-align: center;
    display: grid;
    grid-gap: 1em;
  }

  .login_popup .login_popup_content .login_popup_right .login_popup_social_logins span{
    text-align: center;

  }

  .login_popup .login_popup_content .login_popup_right .login_popup_social_logins .btn{
    margin-top: 1em;
    width: 100%;
    font-size: 0.9em;
    font-weight: 300;
    border-radius: 10px !important;
    background: transparent;
    border: 1px solid gray;
    color: #000;
  }

  .login_popup .login_popup_content .login_popup_right .login_popup_social_logins .btn i{
    margin-right: 1em;
  }

  .login_popup .login_popup_content .login_popup_right .login_popup_social_logins .btn-facebook:hover{
    border: 1px solid blue;
    color: blue;
  }

  .login_popup .login_popup_content .login_popup_right .login_popup_social_logins .btn-google:hover{
    border: 1px solid #e0950c;
    color: #e0950c;
  }


  /*
  * Login popup end
  */
