.easyPaginateNav a {
    padding:5px;
    color: black;
}
.easyPaginateNav a.current
{
    font-weight:bold;
    text-decoration:none;
    border-radius: 50%;
    background-color: #3095eab3;
    color: white;
} 
.animated
{ 
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    transition: height 0.2s;
}
#hearts { color: #ee8b2d;}
.starrr { color: #ee8b2d;}
.cancel-request
{
    padding: 5px;
    background-color: red;
    color:white;
    /*margin-top:-20px;*/
}

.refunded {
    padding: 8px 12px;
    background-color: green;
    color: white;
    border-radius: 5px;
}

.processing
{
    padding: 5px;
    background-color: #0081ff;
    color:white;
    /*margin-top:-20px;*/
}

@media screen and (max-width: 550px) {
    .text-display{
    margin: 35px;
}
.order-num {
    margin: 5px;
}
.my-acc-rht-header a , .refunded{
    width: 100%; text-align: center;
}
.refunded{
    margin-top: 10px;
}
.select2-container .select2-selection--single .select2-selection__rendered
{
    padding-right: 50% !important;
}

}

@media screen and (max-width: 992px) {
    .text-display{
    margin: 20px;
}
.order-num {
    margin: 3px;
}
.my-acc-side-right {
  /*float: left;
  width: 100%;*/
}
.select2-container .select2-selection--single .select2-selection__rendered
{
    padding-right: 50% !important;
}

}
.header-search-main {
  float: left !important;
  width: 100% !important;
  border-radius: 50px;
  overflow: hidden !important;
  position: relative !important;
  border: 1px solid #dddddd !important;
  background: #f5f5f5;
  padding-right: 56px !important;
  /*margin-top: 20px !important; */
}

/*.select2-container .select2-selection--single .select2-selection__rendered
{
    padding-right: 65% !important;
}*/
.order-num {
    margin: 0px;
}
.text-display{
    margin: 0px;
}