/*#sample {
  background: #fff;
  position: fixed;
  bottom: 70px;
  height: auto;
  max-height: 200px;
  z-index: 999;
  display: none;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  border: 1px solid #ccc;
}*/

/*#sample 
{
    background: #fff;
    position: fixed;
    bottom: 70px;
    height: auto;
    max-height: 200px;
    z-index: 999;
    display: none;
    border-top-right-radius: 80px;
    border-bottom-right-radius: 80px;
    border: 1px solid #ccc;
    width: 350px;
    background: linear-gradient(-45deg, #fdfdfd, #fafbfb, #fff6f6, #c1c3c3);
}*/

#sample 
{
    position: fixed;
    bottom: 70px;
    height: auto;
    max-height: 300px;
    z-index: 999;
    display: none;
    border-top-right-radius: 180px;
    border-bottom-right-radius: 180px;
    width: 360px;
}

#sample.img-slider
{
    background-image: url('../notification_bar/slider_1.png');
    background-repeat: no-repeat;
    background-size: cover;
    height: 250px;
    /*width: 100%;*/
}

.h2-slider
{
    font-size: 25px;
    font-family: 'Roboto-Regular';
    padding-left: 20px;
    padding-right: 35px;
    padding-top: 0px;
    color: #fff60c;
    margin-top: -8px;
}

.strong-1-slider
{
    /*color: #2dca94;*/
    color:#fff;
    font-size: 50px;
    font-family:'Roboto-Regular';
}

.span-1-slider
{
    /*color: #3a3a3c;*/
    color: #fff60c;
    font-size: 50px;
    font-family: 'Roboto-Regular';
    font-weight: normal;
    text-transform: uppercase;
}

.span-code-slider
{
    /*color: #2dca94;*/
    color: #fff;
    font-size: 25px;
    font-family: 'Roboto-Regular';
    font-weight: 700;
    margin-left: 15px;
}
/*.p-slider
{
    font-family: 'Roboto-Regular';
    padding-left: 20px;
}*/
.p-slider
{
    font-family: 'Roboto-Regular';
    padding-left: 20px;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: -10px;
    margin-bottom: 20px;
    color: #fff;
}

.p-slider-1
{
    font-family: 'Roboto-Regular';
    padding-left: 20px;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff60c;
}

.p-slider-2
{
    font-family: 'Roboto-Regular';
    font-style: italic;
    color: #fff;
    padding-top: 25px;
    padding-left: 30px;
    font-weight: 500;
    font-size: 17px;
}

/*.wecome-content-trail .a-shopnow-slider 
{
    display: inline-block;
    background-color: #2dca94;
    color: #fff;
    padding: 5px 20px;
    border-radius: 25px;
    margin: 0px 15px 10px;
    font-weight: 500;
}*/
.wecome-content-trail .a-shopnow-slider 
{
    display: inline-block;
    padding: 5px 20px;
    border-radius: 25px;
   /* margin: 0px 15px 10px;*/
    margin: 146px 15px 10px 190px;
    font-weight: 600;
}



/*.hb-close-wrapper .icon-close-slider {
    font-size: 14px;
    top: -15px;
    right: 48px;
    width: 20px;
    height: 20px;
    color: #3a3a3c;
    cursor: pointer;
    position: absolute;
    text-align: center;
    line-height: 15px;
    z-index: 1000;
    text-decoration: none;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    border-radius: 25px;
    padding: 1px 1px 1px 1px;
}*/
.hb-close-wrapper .icon-close-slider 
{
    font-size: 14px;
    top: 30px;
    right: 60px;
    /*top: 0px;
    right: 48px;*/
    width: 30px;
    height: 30px;
    color: #3a3a3c;
    cursor: pointer;
    position: absolute;
    text-align: center;
    line-height: 25px;
    z-index: 1000;
    text-decoration: none;
    background-color: #f7f7f7;
    border: 1px solid #ccc;
    border-radius: 25px;
    padding: 1px 1px 1px 1px;
}

.wecome-content-trail .hb-close-wrapper .icon-close-slider:hover {
    background-color: #3a3a3c;
    color: #fff;
}

.hellobar-slider .hellobar-arrow-slider {
    cursor: pointer;
    display: flex;
    height: 11px;
    opacity: .3;
    width: 11px;
    filter: flipv;
    transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
}

@media(max-width:768px){
    /*.hb-close-wrapper .icon-close-slider 
    {
      top: -35px;
    }*/
    .hb-close-wrapper .icon-close-slider 
    {
      /*top: 10px;*/
        top: 25px;
    }
}

@media(max-width:767px){

    #sample
    {
        margin-right: 20px;
        width:350px;
    }

    /*.hb-close-wrapper .icon-close-slider {
       top: -35px;
   }*/
   .hb-close-wrapper .icon-close-slider {
       /*top: -20px;*/
       /*top: 5px;*/
       top: 20px;
   }

}