/**handles:services**/
.header_menu .sub-menu {
  display: table;
}
.statement {
  line-height: 45px;
}

.detail-container:nth-child(2n) > div:first-child {
    float: right!important;
}

#checkoutResponse {
  background-image: url(https://cl.ly/3b244444223g/801.gif);
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  border: none;
}
#edd_checkout_wrap {
  background-color: #fff;
}
.edd_empty_cart {
    background: white;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    padding: 30px 0;
    left: 0;
}


@media (max-width: 1200px) {
  .service-content-container{
    padding-top: 0;
  }
}