      .mobile_hide2 {
          visibility: visible;
      }


      .mobile_show2 {
        visibility: hidden;
      }



.timeline {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  height: 150px;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 2px;
  background-color: #000000;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
  height: 100%;
  z-index: 0;
}

.timeline span {
  display: block;
  background-color: #ffffff;
  padding:2px;
  position: relative;
  top: 40%;
  z-index: 1;
  margin-left: -5px;
  font-size: 14px;
  font-weight: lighter;
 
}

.fair-box {
  background-color: #f8f8f8; border-radius: 5px; padding-top: 15px; height: 150px;
  color: #000000;
}

.ribbon {
  position: absolute;
  left: -5px; top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 75px; height: 75px;
  text-align: right;
}
.ribbon span {
  font-size: 10px;
  font-weight: bold;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  line-height: 20px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 100px;
  display: block;
  background: #79A70A;
  background: linear-gradient(#F9E400 0%, #ffb600 100%);
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 19px; left: -21px;
}
.ribbon span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #ffb600;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #ffb600;
}
.ribbon span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #ffb600;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #ffb600;
}



.group-menu-sticky{
   
    background-color: #171616;
    height: auto;
    position: fixed;
    width: 100%;
    text-align: center;
    color: #fff;
    z-index: 55;
    padding-top: 0px;
    font-size: 14px;
}

.group-menu-sticky a {
   color: #fff;
}

.group_product_header_top_pick {
    font-size: 22px;
    font-weight: bold;
    display: block;
    background-color: #eb6a4a;
    color: #ffffff;
    padding:10px;
}

.group_product_header {
    font-size: 22px;
    font-weight: bold;
    display: block;
    background-color: #42a89c;
    color: #ffffff;
    padding:10px;
}

.product_group_box_home {
     min-height: 430px;
     border-radius: 10px;
     border: solid 1px #e9e9e9;
     margin-bottom: 10px;
     overflow: hidden;
     width: 95%;
     
     padding: 0px;
     padding:10px 5px 10px 5px;
     background-color: #ffffff;

    -webkit-box-shadow: 10px 10px 10px -10px rgba(0,0,0,0.26);
    -moz-box-shadow: 10px 10px 10px -10px rgba(0,0,0,0.26);
    box-shadow: 10px 10px 10px -10px rgba(0,0,0,0.26);

}
.product_group_box {
     min-height: 500px;
     border-radius: 10px;
     border: solid 1px #e9e9e9;
     margin-bottom: 10px;
     overflow: hidden;
     width: 95%;
     
     padding: 0px;
     padding:10px 5px 10px 5px;
     background-color: #ffffff;

    -webkit-box-shadow: 10px 10px 10px -10px rgba(0,0,0,0.26);
    -moz-box-shadow: 10px 10px 10px -10px rgba(0,0,0,0.26);
    box-shadow: 10px 10px 10px -10px rgba(0,0,0,0.26);

}

.group_buy_name {
    font-size: 13px;
    font-weight: bold;
    color: #010101;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    border-bottom:solid 1px #cccccc;
    padding-bottom: 5px;
    min-height: 50px;
    height: 50px;
    overflow: hidden;
}

.group_buy_name:hover {
    color: #ed1c2a;
    text-decoration: none;
}


.group_price {
    font-size: 17px;
    font-weight: bold;
    color: #ed1c2a;

}

.group_price2 {
    float: left;
    width: 48%;
    color: #000000;
    font-size: 12px;
    line-height: 15px;
}

.group_price3{
    float: left;
    width: 48%;
    color: #000000;
    font-size: 20px;
    line-height: 25px;
}



.slash-final-percent {
    float: right;
    padding:3px 7px 3px 7px;
    color: #ffffff;
    font-size: 12px;
    background-color: #fa9124;
    font-weight: bold;
    display: block;
    margin-bottom: 15px;
}

.group_buy_btn {
   
    color: #000000;
    padding:6px 10px 6px 10px;
    border-radius: 5px;
    color: #000000;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;

    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9e400+0,ffb600+100 */
background: #f9e400; /* Old browsers */
background: -moz-linear-gradient(top, #f9e400 0%, #ffb600 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #f9e400 0%,#ffb600 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #f9e400 0%,#ffb600 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9e400', endColorstr='#ffb600',GradientType=0 ); /* IE6-9 */
}

.group_buy_btn:hover {
    color: #ffffff;
    text-decoration: none;
    cursor: pointer;
}



.product_group_img {
    width: 100%;
    height: 200px;
    object-fit: contain;
    
}


.group-bar {
    width: 100%;
    margin:auto;
    border-radius: 10px;
    border: solid 3px #ffffff;
    background-color: #e1e1e1;
    height: 25px;
    display: block;
    margin-top: 15px;
    overflow: hidden;
    -webkit-box-shadow: 10px 10px 10px -10px rgba(0,0,0,0.66);
    -moz-box-shadow: 10px 10px 10px -10px rgba(0,0,0,0.66);
    box-shadow: 10px 10px 10px -10px rgba(0,0,0,0.66);
}

.group-bar-progress {
        height: 100%;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#31b406+0,337e09+100 */
background: rgb(49,180,6); /* Old browsers */
background: -moz-linear-gradient(top, rgba(49,180,6,1) 0%, rgba(51,126,9,1) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(49,180,6,1) 0%,rgba(51,126,9,1) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(49,180,6,1) 0%,rgba(51,126,9,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#31b406', endColorstr='#337e09',GradientType=0 ); /* IE6-9 */
        border-radius: 10px;
        text-align: center;
        font-size: 10px;
        line-height:18px;
        color: #ffffff;
       
}

.new_prod_container {
    padding: 0px;
    float: left;
    width: 100%;
    margin-bottom: 0px;
}

.new_product_container {
    background-color: #fff;
    float: left;
    padding: 0px;
    border-radius: 5px;
    width: 100%;
}

.product_group_box_home_1 {
    min-height: 275px;
    border-radius: 10px;
     border: solid 1px #e9e9e9; 
    margin-bottom: 5px;
    overflow: hidden;
    padding: 0px;
    padding: 5px 5px 5px 5px;
    background-color: #ffffff;
    margin: 3px;
    width: 16.1%;
    -webkit-box-shadow: 10px 10px 10px -10px rgba(0,0,0,0.26);
    -moz-box-shadow: 10px 10px 10px -10px rgba(0,0,0,0.26);
    box-shadow: 10px 10px 10px -10px rgba(0,0,0,0.26);
}

.bar-big {
    height: 40px;
    line-height:33px;
    font-size: 16px;
    font-weight: bold;
}


.more_purchased_to {
    font-weight: bold;
    font-size: 14px;
    color: #31a707;
}


.more_purchased_to-big {
    font-size: 17px;
}




.slash-final-price {
    font-weight: bold;
    font-size: 30px;
    color: #ff0000;
    margin-top: 10px;
    display: block;
}

.slash-final-price-big  {
    font-size: 40px;
}



.grp_adjustment {
    padding-left: 5px!important;
    padding-right: 5px!important;
    min-height: 540px;
}


.group-container-box {
    border:solid 1px #cfcfcf;
    border-radius: 5px;
    min-height: 100px;
    padding:15px;

    -webkit-box-shadow: 5px 5px 11px -2px rgba(0,0,0,0.24);
    -moz-box-shadow: 5px 5px 11px -2px rgba(0,0,0,0.24);
    box-shadow: 5px 5px 11px -2px rgba(0,0,0,0.24);

}

.group-container-box img {
  max-width: 100%;
  height: auto;
}

.slash-link{
   font-size: 20px;
   font-weight: bold;
   width: 70%;
   line-height: 30px;
   float: left;
   margin: 0px;
}


.grp-flash-deal-label {
    background-color: #ed1c2a;
    color: #ffffff;
    padding: 7px 15px 7px 15px;
    float: right;
    font-size: 18px;
    font-weight: bold;
}


.group_buy_btn-big {
    font-size: 20px;
    padding:15px 30px;
}


.starbuy_header_slash {
    font-weight: bold;
    font-size: 22px;
    color: #000000;
    margin:0px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: solid 1px #afafaf;
}

.group-selection-option {
    width: 100%;

    display: block;
    padding:10px;
    clear: both;
    margin-bottom: 15px;
    font-size: 12px;
    background-color: #ffffff;
     -webkit-box-shadow: 5px 5px 11px -2px rgba(0,0,0,0.24);
    -moz-box-shadow: 5px 5px 11px -2px rgba(0,0,0,0.24);
    box-shadow: 5px 5px 11px -2px rgba(0,0,0,0.24);
    word-wrap: break-word;
    height: 50px;
    text-align: center;
     overflow:auto;
}




a.sharer-grp {
    color: #ffffff;
        width: 300px;
    padding:10px;
    display: block;
    margin: auto;
    line-height: 20px;
    margin-bottom: 30px;
}

a.sharer-grp:hover {
    text-decoration: none;
}

.fb {
      background-color: #082f88;
}


.wa {
      background-color: #337e08;
}


.group_buy_description img {
  width: 400px;
  max-width: 100%;

}


.group_buy_description iframe {
  max-width: 100%;
}











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

        .product_group_box {


        }

        .group_buy_btn {
            width: 100%;
            display:block;
            margin-bottom: 5px;
            text-align: center;
            text-transform: uppercase;
        }


        .slash-link{
           font-size: 18px;
           font-weight: bold;
           width: 100%;
           line-height: 25px;
           
           margin: 0px;
        }


        .grp-flash-deal-label {
            background-color: #ed1c2a;
            color: #ffffff;
            padding: 7px;
            float: right;
            font-size: 11px;
            font-weight: bold;
            width: 30%;
        }


        .timeline {
          position: relative;
          max-width: 100%;
          width: 100%;
          display: block;
          height: 60px;
          border:none;
        }

        .timeline span {
        display: inline-block;
        background-color: #ffffff;
        padding:2px;
        position: relative;
        top: 0px;
        z-index: 2;
        margin-left:0px;
        font-size: 18px;
        font-weight: lighter;
        padding: 5px;
        left: -20px;
   
     

        
      }

      .timeline::after {
        content: '';
        position: relative;
        width: 2px;
        background-color: #ffffff
        top: 0;
        bottom: 0;
        left: 0%
        margin:0px;
        height: 100%;
        z-index: 0;
        padding: 0px;
      }

      .timeline-divider {
        width: 100%;
        border-bottom: solid 1px #000000;
        position: relative;
        z-index: 1;
        bottom: 45px;
      }


      .mobile_hide2 {
          visibility: hidden;
      }


      .mobile_show2 {
        visibility: visible;
      }

           





}






