* {
  margin: 0%;
  font-family: Roboto, Arial, Calibiri, sans-serif;
  padding: 0%;
  color: #16171a;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}


/* .fa-solid .top-container button
{
  display: none;
  visibility: hidden;
} */
.show-menu
{
  left: 70vw;
}
.nav-menu-hidden
{
  position: fixed;
  height: 100vh;
  width:70vw;
  background-color: crimson;
  top: 0;
  transition: all .2s;
  
  left: -70vw;
}
.nav-menu-hidden ul
{
  margin-top: 4em;
  list-style: none;
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content:space-evenly;
}
.nav-menu-hidden ul li
{
  margin-top: 1em;
  margin-bottom:3em;
  font-size:1.3em;
  
  cursor: pointer;
}
.nav-menu-hidden a
{
  color: #fff;
}
#btn-hide
{
  display: none;
}
#btn-cross
{
  display: none;
}
.hamburger
{
  display: none;
}


@media screen and (max-width: 64em) {
  header
  {
  height: 60px !important;
  }
  .fa-solid
{
  display: block;
  visibility: visible;
}
.hamburger
{
  display: block !important;
  margin-left: 1em;
  background: transparent;
  position: fixed;
  z-index: 100;
  border: none;
}
#btn-hide
{
  display: block;
}

}
/* #btn-hide
{
  display: block;
  
  border: none;
  margin-left: 1em;
  background: transparent;
  position: fixed;
  z-index: 100;
} */
/* #btn-cross
{
  display: none;
  border: none;
  margin-left: 1em;
  background: transparent;
  position: fixed;
  z-index: 100;
} */




header {
  height: 121px;
  width: 100%;
  position: fixed;
  box-shadow: 0 1px 4px 0 rgb(0 0 0 / 12%);
  background-color: #fff;
  z-index: 9999;
}
@media screen and (max-width:64em)
{
  .top-container{
  height:100% !important;
  }
}
.top-container {
  width: 100%;
  height: 55%;
  position: relative;
  margin:auto;
  display:flex;
  align-items: center;
}
@media screen and (min-width: 80em) {
  .top-container {
    max-width: 1140px;
  }
}
@media screen and (min-width: 64em) and (max-width: 80em) {
  .top-container {
    max-width: 960px;
  }
}
@media screen and (min-width: 48em) and (max-width: 64em) {
  .top-container {
    max-width: 720px;
  }
}
@media screen and (min-width: 35.5em) and (max-width: 48em) {
  .top-container {
    max-width: 540px;
  }
}
@media screen and (max-width:64em)
{
  .search{
    margin-left: 80% !important;
  }
  .search>span
  {
    display:none;
  }
  #search-span-hidden
{
  display: block !important;
  position: absolute;
  right: 4em;
}
}
#search-span-hidden
{
  display: none;
}
.search
{
  position: relative;
  margin-left: 20%;
}
.search>span
{
    position: absolute;
    left: 12px;
    top: 8px;
    line-height: unset;
    width: unset;
}
#search-input
{
  display: none;
}
@media screen and (min-width: 64em){
  
#search-input
{
  display:block;
  width: 448px;
    padding-left: 48px;
    height: 38px;
    border-radius: 4px;
    background-color: #efefef;
    border: none;
    outline: none;
}
}
.noti-login
{
  display:flex;
  justify-content:space-evenly;
  position:absolute;
  right:0;
}
.noti
{
  vertical-align: middle;
  width: 36px;
  height: 36px;
  line-height: 47px;
  margin-left: 18px;
  border-radius: 50%;
  cursor: pointer;
  text-align: center;
  position: relative;
}
.noti-count
{
    font-weight: 500;
    color: #fff;
    font-size: 10px;
    width: 16px;
    height: 16px;
    text-align: center;
    background-color: #de2e2e;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    line-height: 17px;
}
.login{
  display: none;
}
@media screen and (min-width:64em)
{
.login
{
  display:block;
  margin-left: 20px;
  box-shadow: 0 0 6px 0 rgb(0 0 0 / 23%);
  background-color: crimson;
  color: #fff;
  border-radius: 2px;
  height: 38px;
  padding: 0.5em 1em;
  border: none transparent;
  cursor: pointer;
}
}

@media screen and (max-width: 64em)
{
  .nav-menu
  {
    visibility: hidden;
    height: 0px !important;
  }
}
.nav-menu {
  height: 45%;
  width: 100%;
  background-color: #f7f8fa;
}
.nav-container {
  height: 100%;
  margin: auto;
  display: flex;
  position: relative;
  max-width: 960px;
}

.li-nav-left {
  height: 100%;
  width: 35%;
  list-style: none;
  font-size: 15px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 100%;
  font-weight: 500;
}
.li-nav-right {
  border: none;
  list-style: none;
  font-size: 15px;
  position: absolute;
  right: 0px;
  top: 38%;
  font-weight: 500;
}
.li-nav-left li,
.li-nav-right li {
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
.li-nav-left li:hover {
  text-decoration-color: red;
  text-decoration: underline;
}
.li-nav-right li:hover {
  text-decoration: underline;
  text-decoration-color: skyblue;
}
@media screen and (min-width: 80em) {
  .nav-container {
    max-width: 1140px;
  }
}
@media screen and (min-width: 64em) and (max-width: 80em) {
  .nav-container {
    max-width: 960px;
  }
}
@media screen and (min-width: 48em) and (max-width: 64em) {
  .nav-container {
    max-width: 720px;
  }
}
@media screen and (min-width: 35.5em) and (max-width: 48em) {
  .nav-container {
    max-width: 540px;
  }
}

/* Main-bodyy */

@media screen and (min-width: 80em) {
  .container {
    max-width: 1140px;
  }
}
@media screen and (min-width: 64em) and (max-width: 80em) {
  .container {
    max-width: 960px;
  }
}
@media screen and (min-width: 48em) and (max-width: 64em) {
  .container {
    max-width: 720px;
  }
}
@media screen and (min-width: 35.5em) and (max-width: 48em) {
  .container {
    max-width: 540px;
  }
}
.container {
  height: 387px;
  margin: auto;
}

/* slider area */

@media screen and (min-width: 64em) {
  .main-slider {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 48em) and (max-width: 64em) {
  .main-slider {
    height: 158px;
    width: 100%;
  }
}
.main-slider {
  height: 320px;
}
.container-head {
  height: 45px;
  margin-top: 10px;
  position: relative;
}
.container-head::before,
.container-head::after {
  content: "";
  width: calc(100% - 800px);
  background: #d0d0d0;
  height: 1px;
  display: block;
  position: absolute;
  top: 22px;
}
.container-head::after {
  content: "";
  width: calc(100% - 800px);
  background: #d0d0d0;
  height: 1px;
  display: block;
  position: absolute;
  right: 0px;
  top: 22px;
}

@media screen and (min-width: 80em) {
  .container-head {
    max-width: 1140px;
    height: 45px;
  }
}
@media screen and (min-width: 64em) and (max-width: 80em) {
  .container-head {
    max-width: 960px;
    height: 45px;
  }
}
@media screen and (min-width: 48em) and (max-width: 64em) {
  .container-head {
    max-width: 720px;
    height: 30px;
  }
}
@media screen and (min-width: 35.5em) and (max-width: 48em) {
  .container-head {
    max-width: 540px;
    height: 30px;
  }
}
.home-h1 {
  text-align: center;
  border: 1px solid #979797;
  border-radius: 15px;
  line-height: 30px;
  color: #575757;
  font-size: 14px;
  height: 30px;
  margin: 12px auto;
  transition: all 0.2s;
}
.home-h1:hover
{
  color: #fff;
  background-color: black;
}
@media screen and (min-width: 64em) {
  .home-h1 {
    font-size: 16px;
    width: 400px;
    height: 45px;
    line-height: 45px;
    border-radius: 25px;
    margin: 20px auto;
    position: relative;
  }
}

/*photos slider*/

.photo-container {
  display: flex;
  margin-left: -10px;

  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.photo {
  position: relative;
  flex: 0 0 auto;
  width: 100%;
  cursor: pointer;
  padding-left: 10px;
}
.spacer {
  width: 100%;
  height: 130px;
}
@media screen and (max-width:64em)
{
  .spacer{
  height: 60px;
  }
}

/* Popular offers */

.popular-offers {
  background: #f1f5f8;
  background: linear-gradient(to bottom, #f1f5f8, #dfe8ef);
  padding: 12px 0;
  margin-top: 3%;
}
.title {
  font-size: 18px;
  position: relative;
  color: #030306;
  font-weight: 500;
  margin-top: 1%;
  margin-bottom: 24px;
  width: calc(100% - 170px);
}
@media screen and (min-width: 64em) {
  .title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

.title::after {
  content: "";
  background-color: crimson;
  width: 80px;
  display: block;
  height: 4px;
  margin-top: 6px;
}
.po-container {
  overflow: hidden;
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
@media screen and (min-width: 64em) {
  .po-container .po-card img {
    height: 200px;
    width: 100%;
  }
}
.po-card img
{
  height: 50%;
  width: 100%;
}
@media screen and (max-width: 767px) {

  .po-container {
    height: auto;
    width: 100%;
  }
  .po-card img {
    height: auto;
    width: 100%;
  }
}
#po-card-hidden
{
  display: none;
}
.po-card {
  width: 30%;
  cursor: pointer;
  font-size: 14px;
  border-radius: 4px;
  background: #fff;
  overflow: hidden;
  transition: all 0.3s ease;
  margin-bottom: 14px;
  position: relative;
  box-shadow: 0 1px 4px 0 rgb(32 50 162 / 8%);
}
@media screen and (max-width: 767px) {
.po-card
{
  width:45%;
  margin: auto;
  height:auto;
  margin-bottom:1em;
}
#po-card-hidden
{
  display: block;
}
}
.po-card:hover {
  transform: translateY(-10px);
}
.po-txt {

}
.po-title {
  padding: 5px;
  margin-top: 8px;
  font-size: 18px;
  color: #000;
  font-weight: 500;
  height: 20px;
  margin-bottom: 10px;
}
.po-det {
  padding: 5px;
  font-size: 14px;
  margin-bottom: 12px;
  line-height: 1.4;
}

/* category page */

.category-page {
  padding: 20px 0;
  border-top: 1px solid #e7e7e7;
}

.category-list {
  column-count: 5;
  list-style: none;
}
@media screen and (max-width:35.5em)
{
  .category-list{
  column-count:2;
  margin-left: 1em;
  }
}
.category-list li {
  display: list-item;
}
.category-list li a {
  display: block;
  color: #000;
  margin-bottom: 18px;
  text-align: left;
  text-transform: capitalize;
}

/* footer area */

footer {
  padding: 48px 0 24px;
  position: relative;
  z-index: 4;
  background: #071938;
  color: #fff;
}

footer .f-bottom {
  text-align: center;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  margin-top: 36px;
  padding-top: 24px;
  color: #fff;
}

@media screen and (min-width: 64em) {
  footer .f-bottom {
    margin-top: 36px;
  }
}

footer .f-bottom > p:first-child {
  color: cyan;
  font-size: 2em;
  font-weight: 700;
  margin-bottom: 0;
  margin-top: 200px;
}
@media screen and (min-width: 64em) {
  footer .f-bottom > p:first-child {
    font-size: 3.5em;
    letter-spacing: normal;
  }
}

footer .f-bottom > p {
  margin-top: 0;
  margin-bottom: 36px;
  cursor: pointer;
  color: #fff;
}
@media screen and (min-width: 64em) {
  footer .f-bottom > p {
    letter-spacing: 1px;
    font-size: 16px;
    letter-spacing: 0.4px;
  }
}

footer .f-bottom small {
  opacity: 0.8;
  color: #fff;
}
small {
  font-size: 80%;
}

/* deal of day */

.dod {
  padding: 48px 0 24px;
  border-top: 1px solid #e7e7e7;
}
@media screen and (min-width: 64em) {
  .gh-dod {
    padding: 20px 0;
  }
}
.dod-all {
  position: absolute;
  right: 12px;
  top: 0;
  border-radius: 3px;
  border: solid 1px #000;
  color: #000;
  box-sizing: border-box;
  padding: 7px 12px;
}

.dod-all > span {
  width: 20px;
  height: 20px;
  box-shadow: 0 1px 3px 0 rgb(0 0 0 / 37%);
  background-color: #42a1f4;
  display: inline-block;
  border-radius: 50%;
  vertical-align: middle;
  margin-left: 6px;
  text-align: center;
}

/* sre collection */

.sre-coll {
  padding: 48px 0;
  border-top: 1px solid #e7e7e7;
}
@media screen and (min-width: 64em) {
  .sre-coll {
    padding: 20px 0;
  }
}

/* popular-stores */

.pop-features {
  border: solid 1px #e7e7e7;
  display: block;
  position: relative;
  border-radius: 4px;
  box-shadow: 0 3px 6px 0 rgb(2 3 5 / 5%);
  text-align: center;
  margin-bottom: 12px;
  background-color: #b3b0b0;
}

@media screen and (min-width: 64em) {
  .pop-features {
    width: 240px;
    height: 251px;
    border-radius: 6px;
    box-shadow: 0 3px 12px 0 rgb(2 3 5 / 7%);
    border: solid 1px #e7e7e7;
    padding: 12px;
    box-sizing: border-box;
    transition: all 0.3s ease;
  }
}

@media screen and (min-width: 64em) {
  .pop-features,
  .pop-normal {
    display: inline-block;
    vertical-align: top;
  }
}
@media screen and (min-width: 64em) {
  .pop-stores .gp-normal {
    width: calc(100% - 260px);
    margin-left: 12px;
  }
}

/* subscription email address */

.sre-subscribe .container {
  background-color: #e5f6ff;
  border-radius: 22px;
  text-align: center;
  padding: 24px 36px;
  color: #030306;

}
@media screen and (max-width: 35.5em) {
  .sre-subscribe .container {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 64em) {
  .sre-subscribe .container {
    text-align: left;
  }
}

@media screen and (min-width: 64em) {
  .sre-subscribe .gs-form {
    display: inline-block;
    max-width: 510px;
    vertical-align: middle;
    min-height: 270px;

  }
}

.sre-subscribe .gs-form > p {
  line-height: 1.5;
}
.sre-sub-title {
  font-size: 18px;
  font-weight: 700;
}
@media screen and (min-width: 64em) {
  .sre-sub-title {
    font-size: 24px;
    font-weight: 700;
  }
}

.pure-form #user-email {
  margin: 18px auto 8px;
  width: 100%;
  height: 44px;
}
@media screen and (min-width: 64em) {
  .pure-form #user-email {
    margin: 18px auto 8px;
    display: inline-block;
    height: 44px;
    width: calc(100% - 220px);
    vertical-align: inherit;
  }
}

.pure-button {
  height: 45px;
  border-radius: 3px;
  box-shadow: 0 0 6px 0 rgb(0 0 0 / 23%);
  background-color: crimson;
  color: #fff;
  width: 100%;
  cursor: pointer;
}

@media screen and (min-width: 64em) {
  .pure-button {
    font-family: inherit;
    font-size: 100%;
    padding: 0.5em 1em;
    border: none transparent;
    height: 44px;
    border-radius: 3px;
    box-shadow: 0 0 6px 0 rgb(0 0 0 / 23%);
    background-color: crimson;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 220px);
  }
}

.main-slider {
  display: flex;
  margin: 15px 15px;
  height: auto;
}
.slide {
  margin: auto;
  cursor: pointer;
  width: 90%;
  height: 90%;
  background-color: black;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  display: flex;
}
.main-slider .slide img {
  width: 100%;
  height: 100%;
}

.prev-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  border: none;
  left: 10px;
  background-image: url(https://cdn.grabon.in/gograbon/v7/img/left-arrow.svg);
  background-repeat: no-repeat;
  background-position: 40% center;
  cursor: pointer;
}
.next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  border: none;
  right: 10px;
  background-image: url(https://cdn.grabon.in/gograbon/v7/img/right-arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.dot-area {
  display: flex;
  list-style: none;
  justify-content: center;
  padding-top: 10px;
  position: absolute;
  bottom: 15px;
  left: 48%;
  transform: translateX(-50%);
}
.dot {
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  padding: 0;
  outline: 0;
  border: 0;
  width: 10px;
  height: 10px;
  margin-right: 7.5px;
  margin-left: 7.5px;
  display: flex;
}

.sre-coll-cards-container {
  height: 100%;
  width: 100%;
  display:flex;
  justify-content:space-evenly;
  flex-wrap: wrap;
}
.sre-coll-card {
  width: calc(50% - 8px);
  height:310px;
  border-radius: 6px;
  box-shadow: 0 1px 4px 0 rgb(17 19 35 / 8%);
  border: solid 1px #e7e7e7;
  position: relative;
  padding: 12px;
  margin-bottom: 12px;
  cursor: pointer;
  transition: all .3s ease;
}
.sre-coll-card:hover
{
  border: solid 1px crimson;
  box-shadow: 0 1px 4px 0 crimson;
}

@media screen and (min-width: 64em) {
  .sre-coll-card {
    height: 332px;
    width: calc(25% - 16px);
  }
}
.sre-coll-img 
{
  height:150px;
  width: 100%;
  text-align:center;
  margin-top:10px;
}
.sre-coll-img img
{
  height:120px;
  width: 115px;
  margin-top:10px;
}
.sre-coll-card-txt
{
  font-size: 12px;
  margin: 0;
  font-weight: 400;
  height: 52px;
  line-height: 1.4;
  overflow: hidden;
  color: #16171a;
}
@media screen and (min-width: 64em)
{
  .sre-coll-card-txt
  {
    font-size: 14px;
  }
}
.sre-coll-card-tag
{
  font-size:12px;
  margin-bottom:6px;
  color: #a8b9c2;
}
@media screen and (min-width: 64em)
{
  .sre-coll-card-tag
  {
    font-size:14px;
  }
}
.sre-coll-card-price
{
    font-size: 14px;
    color: #000;
    margin-top: 12px;
    font-weight: 700;
}
@media screen and (min-width: 64em)
{
  .sre-coll-card-price
  {
    font-size: 22px;
  }
}
.sre-coll-card>span
{
  position: absolute;
    top: 12px;
    left: 0;
    background: crimson;
    font-size: 12px;
    color: #fff;
    padding: 4px 8px;
}
.sre-coll-card>a
{
    
    opacity: 0;
    color: #2491ef;
    position: absolute;
    right: 12px;
    bottom: 12px;
    font-weight: 700;
    transition: all .3s ease;
}
@media screen and (min-width:64em) {
  .sre-coll-card>a
  {
    right: 24px;
    bottom: 24px;
  }
}
.sre-coll-card:hover>a
{
  visibility: visible;
    opacity: 1;
}

/* po-stores card */
.pop-stores-card-container
{
  
  display:flex;
  justify-content:space-evenly;
  flex-wrap: wrap;
}

.pop-stores-card {
 width: 40%;
  height:100px;
  border-radius: 6px;
  box-shadow: 0 1px 4px 0 rgb(17 19 35 / 8%);
  border: solid 1px #e7e7e7;
  position: relative;
  padding: 12px;
  margin-bottom: 12px;
  cursor: pointer;
  transition: all .3s ease;
}
@media screen and (min-width: 64em)
{
  .pop-stores-card {
    width: 19%;
  }

}
.pop-stores-card:hover
{
  border: solid 1px crimson;
  box-shadow: 0 1px 4px 0 crimson;
}

.pop-stores-card a
{
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  overflow: hidden;
}
.pop-stores-card a img
{
  max-width: 50%;
  position: absolute;
  bottom: 1%;
  left: 20%;
  vertical-align: middle;

}
@media screen and (min-width:64em)
{
  .pop-stores-card a img
  {
    bottom: -15%;
    max-width: 80%;
    max-height: 150%;
  }
}
.pop-stores-card>span
{
  position: absolute;
    bottom: 12px;
    left: 0;
    background: crimson;
    font-size: 12px;
    color: #fff;
    padding: 4px 8px;
}
/* .pop-stores-img img
{
  height:120px;
  width: 115px;
  margin-top:10px;


  height:100%;
  width: 100%;
  text-align:center;
  margin-top:10px;
} */


/* Top Sales  */

#sales-fashion
{
  transition: all .5s ease;
  display: block;
  
}
#sales-food
{
  transition: all .5s ease;
  display:none;  
}
#sales-electronics
{
  transition: all .5s ease;
  display:none;  
}
#sales-groceries
{
  transition: all .5s ease;
  display:none;  
}
#sales-sports
{
  transition: all .5s ease;
  display:none;  
}
#sales-automobiles
{
  transition: all .5s ease;
  display:none;  
}

.sales
{
  padding: 48px 0 24px;
  background: linear-gradient(to bottom,#f1f5f8,#dfe8ef);
}
.sales .container
{
  height:auto;
}
.sales-options-list
{
  display: flex;
  list-style: none;
  flex-direction:row;
}
.sales-options ul li
{
  font-size:12px;
  text-align:center;

}
.off-tag
{
    width: 85px;
    height: 72px;
    border-radius: 4px;
    background-color: #f0f2f5;
    color: #515151;
    margin: 12px;
    font-size: 16px;
    text-align: center;
    font-weight:700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.sales-card
{
  background-color: #fff;
  width:100%;
  padding: 6px;
  display:flex;
  align-items: center;
  justify-content:space-evenly;
  margin-bottom:0.5em;
  margin-top:1em;
    border-radius: 6px;
    box-shadow: 0 1px 4px 0 rgb(17 19 35 / 8%);
    cursor: pointer;
    transition: all .3s ease;
}
.sales-card:hover
{
  transform: translateY(-10px);
}
.sales-card p
{
  font-size: 14px;
  font-weight: 400;
  padding: 8px 12px;
}
@media screen and (min-width: 64em)
{
.sales-options
{
  width: 246px;
  padding:16px;
  border-radius: 10px;
  box-shadow: 0 1px 4px 0 rgb(17 19 35 / 8%);
  background-color: #fff;
  display: inline-block;
  vertical-align:top;
}
.sales-options-list
{
  list-style: none;
  flex-direction: column;
}
.sales-options ul li
{
  font-size: 16px;
  cursor: pointer;
  text-align: left;
  margin-bottom:24px;
  transition: all .3s ease;
}
.sales-options ul li>div
{
  display: inline-block;
  margin-right: 10px;
}
}

.sales-options ul li>div
{
  height:40px;
  width:40px;
  border-radius: 50%;
  background: #efefef;
  margin: 0 auto 8px;
  padding: 11px;
  display: inline-block;
}
@media screen and (min-width:64em)
{
.sales-right
{
  width: calc(100% - 270px);
  margin-left: 12px;
  margin-top: 0;
  display: inline-block;

  vertical-align: top;
}
.sales-card-container
{
  max-height: 470px;
  flex-direction:row !important;
  flex-wrap: wrap;
}
.sales-card
{
  width: 30% !important;
  flex-direction:column !important;
  margin: 10px;
}
}


.sales-card-container
{
  /* max-height: 658px; */
  height: auto;
  display:flex;
  flex-direction: column;
  justify-content:space-evenly;
  
}
.sales-show-btn
{
  height:38px;
  width: 180px;
  border-radius: 3px;
  border: solid 1px #000;
  background: 0 0;
  margin-left: 32%;
  cursor: pointer;
  line-height: 36px;
  margin-top:3em;
  transition: all .3s ease;
}

.sales-show-btn:hover
{
  background-color: black;
  color: #fff;
}

