/********************************************************common blank button css start*******************************************/

@media screen and (min-width: 100px) and (max-width: 1023px) {
  .button .siteButton {
    margin: 0 auto;
    text-transform: uppercase;
  }
}

.btnContainer{
  margin:0px auto;
  display:block;
  text-align: center;
}

.btnContainer .button{
  display: inline-block;
  margin:0 auto;
}

.button .siteButton {
  height: 40px;
  line-height: 29px;
  min-width: 155px;
  text-align: center;
  cursor: pointer;
  text-transform: uppercase;
}

.button .siteButton {
  background: #ed1c24;
  border: 1px solid #ed1c24;
  color: #fff;
  margin:0 auto;
  padding: 5px 5px;
  border-radius: 4px;
  display: block;
  font-size: 12px;
  font-weight: 600;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn-alignment{
  text-align: left !important;
}

.btn-outlined{
  background: transparent !important;
  color: #ed1c24 !important;
  border-color: #ed1c24 !important;
  min-width:unset!important;
  padding:5px 20px!important;
  line-height:20px !important;
  height:unset !important;
  width:100%;
}

.btn-outlined:hover{
  background: #fff!important;
  box-shadow: 0 5px 7px rgb(228 24 32 / 40%)!important;
}

.btn-outlined:active{
  background: #ff373f !important;
  border: 1px solid #ff373f !important;
  color: #fff !important;
  box-shadow: 0 5px 7px rgb(228 24 32 / 40%)!important;
  
}
.blankButton .removeButtonFromDesktop {
  display: none;

}
@media screen and (max-width: 768px) {
  .blankButton .removeButtonFromDesktop {
    display: block;
    padding-bottom: 20px;
  
  }
  .blankButton .removeButtonFromDesktop .siteButton {
    border-radius: 8px;
    text-transform: none;
    font-size: 14px;
  }
}
/*************************************************************common blank button css end*************************************************************/