@media only screen and (max-width: 1024px) {
  .header .row-cover .nav {
    gap: 20px;
  }

  .userRegister .formWrapper {
    flex-direction: column;
    height: 100%;
  }

  .userRegister .formWrapper .formText {
    width: 100%;
    padding: 60px;
    order: 1;
  }

  .userRegister .formWrapper .formInput {
    width: 100%;
    padding: 60px;
    gap: 30px;
    order: 2;
  }

  .userRegister .formWrapper .formInput .user_form {
    padding: 0;
  }
}

@media only screen and (max-width: 900px) {
  .products__showcase {
    flex-direction: column;
  }

  .products__showcase--item {
    width: 100%;
    max-width: 500px;
    margin-bottom: 30px;
  }

  .products__showcase--option {
    width: 100%;
  }

  .dashboard__memberinfo,
  .tipsterpage__profile {
    flex-wrap: wrap;
    gap: 30px;
  }

  .dashboard__memberinfo--performance,
  .tipsterpage__profile .performance {
    width: 100%;
  }

  .checkout__wrapper {
    flex-direction: column;
    align-items: flex-end;
  }

  .checkout__wrapper--cart,
  .checkout__wrapper--paymentmethod {
    width: 100%;
  }

  .header .row-cover .mobilemenu {
    display: block;
  }

  .header .row-cover .nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100svh;
    background-color: var(--themepurple);
    gap: 30px;
    z-index: 100;
    padding: 100px 30px 50px;
    overflow-y: auto;
    overflow-x: hidden;
    flex-direction: column;
    transition: all ease 0.3s;
  }

  .header .row-cover .nav.slideIn {
    right: 0;
    transition: all ease 0.3s;
  }

  .header .row-cover .nav .mobileclose {
    position: absolute;
    right: 30px;
    top: 30px;
    cursor: pointer;
    display: block;
  }

  .header .row-cover .nav .mobileclose span {
    color: #ffffff;
    font-size: 30px;
  }

  .header .row-cover .nav a {
    width: 100%;
  }

  .header .row-cover .nav a.market {
    height: 44px;
  }

  .header .row-cover .nav a.cart {
    background: var(--themeblue);
    text-align: center;
    padding: 10px 10px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    gap: 5px;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  }
  .header .row-cover .nav a b {
    position: relative;
    top: initial;
    right: initial;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }

  .header .row-cover .nav a.login {
    background: var(--themeyellow);
    text-align: center;
    padding: 10px 10px;
    color: #000;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    gap: 5px;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  }

  .header .row-cover .nav a.logout {
    background: var(--themepink);
    text-align: center;
    padding: 10px 10px;
    color: #ffffff;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    gap: 5px;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset;
  }
}

@media only screen and (max-width: 768px) {
  .productbanner__links {
    width: 100%;
    padding-right: 0;
    margin-bottom: 30px;
  }

  .productbanner .row-cover {
    padding: 60px 0px 0px;
  }

  .productbanner .productbanner__image {
    position: relative;
    height: auto;
    width: 100%;
    background: none;
  }

  .productbanner .productbanner__image img {
    display: block;
  }

  .signupfree {
    background-position: center;
  }

  .tipsterpage__summary .list .box .hidden .servicetype {
    gap: 20px;
    flex-wrap: wrap;
  }

  .tipsterpage__summary .list .box .hidden .servicetype ul {
    flex: 1 1 100%;
  }

  .tipsterpage__summary .list .box .hidden .performance div {
    width: 32%;
  }

  .tipsterpage__profile {
    flex-wrap: wrap;
    gap: 30px;
  }

  .tipsterpage__profile .performance {
    width: 100%;
    flex: 1 1 100%;
  }

  .dashboard__profile--form .field {
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }

  .dashboard__profile--form .field > p {
    width: 100%;
    font-weight: 600;
  }

  .dashboard__profile--form .field .verification {
    width: 160px;
    justify-self: end;
  }

  .dashboard__profile--form .field .input-field {
    max-width: 100%;
  }

  table.purchaseorder thead {
    display: none;
  }

  .dashboard__history--tipsresult .thead,
  .dashboard__history--purchase .thead,
  .dashboard__history--transaction .thead {
    display: none;
  }

  .dashboard__history--purchase .tbody .tr > div {
    width: 25%;
    position: relative;
    flex: 1 1 auto;
  }

  .dashboard__history--transaction .tbody .tr > div {
    flex: 1 1 170px;
  }

  .dashboard__history--purchase .tbody .tr .action {
    width: 100%;
    padding-top: 0 !important;
  }

  .dashboard__history--tipsresult .tbody .tr > div {
    width: 50%;
    padding-top: 40px;
    text-align: left;
    position: relative;
  }

  .dashboard__history--tipsresult .tbody .tr .date,
  .dashboard__history--purchase .tbody .tr .date {
    width: 30%;
  }

  .dashboard__history--tipsresult .tbody .tr .event,
  .dashboard__history--purchase .tbody .tr .invoice {
    width: 70%;
  }

  .dashboard__history--tipsresult .action,
  .dashboard__history--tipsresult .more-content {
    width: 100% !important;
    padding-top: 0 !important;
  }

  .dashboard__history--tipsresult .more-content ul {
    flex-wrap: wrap;
    gap: 2%;
    row-gap: 10px;
  }

  .dashboard__history--tipsresult .more-content ul li {
    width: 49%;
    flex: 1 1 auto;
  }

  .dashboard__runningtips .title,
  .dashboard__history .title {
    padding-top: 30px;
    border-top: 1px solid var(--bordercolor);
  }

  table.tips_table thead,
  table.purchaseorder thead {
    display: none;
  }

  table.tips_table,
  table.tips_table td,
  table.purchaseorder,
  table.purchaseorder td {
    display: block;
  }

  table.tips_table tbody,
  table.purchaseorder tbody {
    display: flex;
    gap: 30px;
    flex-direction: column;
  }

  table.purchaseorder {
    padding: 10px 5px;
  }

  table.tips_table tr,
  table.purchaseorder tr {
    display: flex;
    flex-wrap: wrap;
    border-radius: 6px;
    overflow: hidden;
    border-bottom: 2px solid var(--themepink);
    box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.6);
  }

  table.tips_table tbody tr td {
    padding-top: 40px;
    position: relative;
    text-align: left;
  }

  table.purchaseorder tbody tr td {
    flex: 1 1 130px;
    text-align: left !important;
    position: relative;
    padding: 40px 10px 10px 10px !important;
  }

  table#dashboard_runningtips td {
    width: 50%;
  }

  table#dashboard_runningtips td.date,
  table.purchaseorder tbody tr td.event {
    width: 30%;
  }

  table#dashboard_runningtips td.event,
  table.purchaseorder tbody tr td.match {
    width: 70%;
  }

  table.purchaseorder tbody tr td.event,
  table.purchaseorder tbody tr td.match {
    flex: 1 1 auto;
  }

  table#dashboard_subscriptiontips td {
    width: 50%;
  }

  table#dashboard_subscriptiontips td.date {
    width: 30%;
  }

  table#dashboard_subscriptiontips td.tipster {
    width: 70%;
  }

  table.tips_table tbody tr td.details {
    width: 100% !important;
    padding-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }

  table.tips_table tbody tr td.details a {
    flex: 1 1 50%;
  }

  .userRegister .formWrapper .formInput {
    flex-direction: column;
  }

  .userRegister .formWrapper .formInput .user_form,
  .userRegister .formWrapper .formInput .sociallogin {
    width: 100%;
  }

  .userRegister .formWrapper .formInput .user_form {
    order: 1;
  }

  .userRegister .formWrapper .formInput .sociallogin {
    flex-direction: row;
    padding-top: 50px;
    order: 2;
  }

  .userRegister .formWrapper .formInput .sociallogin .divider {
    top: 0;
    left: 50% !important;
    display: block;
    width: 100%;
    text-align: center;
    height: auto;
    transform: translateX(-50%);
  }

  .divider::before,
  .divider::after {
    position: absolute;
  }

  .divider::before {
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    height: 1px;
    background: #ffffff;
    width: calc(50% - 17px);
  }

  .divider::after {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    height: 1px;
    background: #ffffff;
    width: calc(50% - 17px);
  }

  .featured-match .box {
    padding-top: 100px;
  }

  .featured-match .box .othermatch.prevmatch {
    left: -12px;
  }

  .featured-match .box .othermatch.nextmatch {
    right: -12px;
  }

  .blogpost .swipercover {
    margin-top: 35px;
  }

  .copyright .row-cover {
    justify-content: center;
  }

  .todaytips__table--tbody .tr,
  .tipsters__leaderboard--table .tbody .tr,
  .dashboard__history--tipsresult .tbody .tr,
  .dashboard__history--purchase .tbody .tr,
  .dashboard__history--transaction .tbody .tr,
  .tipsterpage__runningtips--table .tbody .tr {
    border-radius: 6px;
    align-items: stretch;
    border-bottom: 2px solid var(--themepink);
    margin-bottom: 30px;
    box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.6);
    overflow: hidden;
  }

  .subscription_tips_dd .dd_option {
    position: relative;
  }

  .todaytips__table--tbody .tr > div,
  .tipsters__leaderboard--table .tbody .tr div,
  .dashboard__history--purchase .tbody .tr > div,
  .dashboard__history--transaction .tbody .tr > div,
  .tipsterpage__runningtips--table .tbody .tr > div {
    padding-top: 40px;
    text-align: left;
    position: relative;
  }

  .todaytips__table--tbody .tr .more-content,
  .tipsters__leaderboard--table .tbody .tr .more-content,
  .tipsterpage__runningtips--table .tbody .tr .more-content {
    padding-top: 15px;
  }

  .todaytips__table--tbody .tr .date,
  .tipsterpage__runningtips--table .tr .date {
    width: 30%;
  }

  .todaytips__table--tbody .tr .event,
  .tipsterpage__runningtips--table .tr .event {
    width: 70%;
  }

  .todaytips__table--tbody .bettingtype,
  .todaytips__table--tbody .tipster,
  .todaytips__table--tbody .result,
  .todaytips__table--tbody .action,
  .tipsterpage__runningtips--table .action {
    width: 50%;
  }

  .tipsterpage__runningtips--table .action {
    order: 5;
  }

  .tipsterpage__runningtips--table .more-content {
    order: 6;
  }

  .tipsterpage__runningtips--table .plus,
  .tipsterpage__runningtips--table .result,
  .tipsterpage__runningtips--table .bettingtype,
  .tipsterpage__runningtips--table .odds {
    width: 33%;
  }

  .tipsterpage__runningtips--table .tip,
  .tipsterpage__runningtips--table .action,
  .tipsterpage__runningtips--table .wager {
    width: 34%;
  }

  .todaytips__table--thead,
  .tipsters__leaderboard--table .thead,
  .tipsterpage__runningtips--table .thead {
    display: none;
  }

  .tipsters__leaderboard--table .tbody .tr {
    align-items: stretch;
  }

  .tipsters__leaderboard--table .pos {
    width: 33%;
  }

  .tipsters__leaderboard--table .tipsters {
    width: 67%;
  }

  .tipsters__leaderboard--table .notips,
  .tipsters__leaderboard--table .country,
  .tipsters__leaderboard--table .datejoined {
    width: 33%;
  }

  .tipsters__leaderboard--table .datejoined {
    width: 34%;
  }

  .tipsters__leaderboard--table .hit,
  .tipsters__leaderboard--table .profit {
    width: 50%;
  }

  .tipsters__leaderboard--table .tbody .tr .action {
    width: 100%;
    padding-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  .tipsters__leaderboard--table .action:before {
    display: none;
    padding-top: 0;
  }

  .matchexplorer-list .match-row .top {
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px 0px;
  }

  .matchexplorer-list .match-row .top .time,
  .matchexplorer-list .match-row .top .countdown,
  .matchexplorer-list .match-row .top .teams {
    width: 100%;
    text-align: center;
  }

  .leaderboard-table table,
  .leaderboard-table table thead,
  .leaderboard-table table tbody,
  .leaderboard-table table th,
  .leaderboard-table table td {
    display: block;
    width: 100%;
  }

  .leaderboard-table table thead {
    display: none;
  }

  .leaderboard-table table tbody tr {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
    border: 1px solid #d7d7d7;
    box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.28);
    -webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.28);
    -moz-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.28);

    border-radius: 6px;
    overflow: hidden;
  }

  .leaderboard-table table tr td {
    position: relative;
    padding-top: 35px;
    padding-bottom: 10px;
    box-sizing: border-box;
    text-align: left !important;
    flex: 1 1 33%;
  }

  .leaderboard-table table tr:first-child td:first-child,
  .leaderboard-table table tr:nth-child(2) td:first-child,
  .leaderboard-table table tr:nth-child(3) td:first-child {
    border-left: none;
  }
}

@media only screen and (max-width: 640px) {
  .dashboard__history--mytipstertips-items .box .item-desc {
    flex-wrap: wrap;
  }

  .dashboard__history--mytipstertips-items .box .item-desc .match,
  .dashboard__history--mytipstertips-items .box .item-desc .price {
    width: 100%;
  }

  .dashboard__history--mytipstertips-items .box .item-desc .price {
    background: var(--bordercolor);
  }

  .featured-match .box .currentTotalvote {
    margin-top: 100px;
  }

  .featured-match .box .votes {
    /* flex-direction: column; */
    flex-wrap: wrap;
  }

  .featured-match .box .matchInfo {
    padding-bottom: 100px;
  }

  .footer .site-map {
    flex-wrap: wrap;
    row-gap: 20px;
  }

  .featured-match .box .teams {
    flex-wrap: wrap;
    gap: 150px;
  }

  .featured-match .box .teams .middleline {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }

  .featured-match .box .teams .middleline:before,
  .featured-match .box .teams .middleline:after {
    display: none;
  }

  .featured-match .box .teams .cover {
    width: 100%;
  }

  .featured-match .box .othermatch.prevmatch {
    left: 0;
  }

  .featured-match .box .othermatch.nextmatch {
    right: 0;
  }

  .header_banner h1 {
    font-size: 50px;
  }
}

@media only screen and (max-width: 570px) {
  .products__shippingform .form-group > div {
    width: 100%;
  }

  .userRegister .formWrapper .formInput .user_form .cover .inputcover {
    width: 100%;
  }

  .userRegister .formWrapper .formInput .user_form .cover .inputcover.notField {
    width: calc(50% - 10px);
  }
}

@media only screen and (max-width: 480px) {
  .products__cart table thead {
    display: none;
  }

  .products__cart {
    overflow: visible;
  }

  .products__cart table {
    border: none;
  }

  .products__cart table,
  .products__cart table tbody,
  .products__cart table tfoot,
  .products__cart table td {
    display: block;
  }

  .products__cart table tr {
    display: flex;
    flex-wrap: wrap;
    border-radius: 6px;
    align-items: stretch;
    border-bottom: 2px solid var(--themepink);
    margin-bottom: 30px;
    box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.6);
    overflow: hidden;
  }

  .products__cart table tr td {
    width: 50%;
    padding-top: 40px;
    text-align: left !important;
    margin-bottom: 0 !important;
    position: relative;
  }

  .products__cart table tr td.remove {
    width: 100%;
    padding-top: 0;
  }

  .products__cart table tfoot tr td {
    width: 100%;
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .tipsterpage__summary .list .box .hidden .performance div {
    width: 49%;
  }

  .marketplace__link a {
    width: 100%;
  }

  .featured-match .box .title {
    font-size: 32px;
  }

  .featured-match .slider .othermatch.prevmatch {
    left: -5px;
  }

  .featured-match .slider .othermatch.nextmatch {
    right: -5px;
  }

  .matchfilter .filter-row {
    flex-wrap: wrap;
  }

  .matchfilter .filter-row > div {
    width: 100%;
  }

  .bundle-detail-overall li {
    max-width: 100%;
  }

  .dashboard__profile--form .button input {
    width: 100%;
  }

  .dashboard__profile--form .field .input-field.dob {
    flex-direction: column;
  }

  .dashboard__memberinfo--profile,
  .tipsterpage__profile .user {
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 100%;
  }

  .dashboard__memberinfo--profile .button,
  .tipsterpage__profile .user .button {
    width: 100%;
  }

  .dashboard__memberinfo--performance,
  .tipsterpage__profile .performance {
    flex-wrap: wrap;
    gap: 2%;
    row-gap: 10px;
  }

  .dashboard__memberinfo--performance > div,
  .tipsterpage__profile .performance > div {
    width: 49%;
  }

  .tipsters__leaderboard--table .tbody .tr .action > * {
    width: 100%;
  }

  .checkout__wrapper--total {
    width: 100%;
  }

  .checkout__wrapper--items .box .item-desc {
    flex-wrap: wrap;
  }

  .checkout__wrapper--items .box .item-desc .match,
  .checkout__wrapper--items .box .item-desc .price {
    width: 100%;
  }

  .checkout__wrapper--items .box .item-desc .match {
    border-right: none;
    border-bottom: 1px solid var(--bordercolor);
  }

  .checkout__wrapper--items .box .item-desc .price {
    background: var(--bordercolor);
  }

  .userRegister .formWrapper .formText,
  .userRegister .formWrapper .formInput {
    padding: 50px 30px;
  }

  .userRegister .formWrapper .formInput .user_form .button-link {
    flex-wrap: wrap;
  }

  .userRegister .formWrapper .formInput .user_form .button-link input,
  .userRegister .formWrapper .formInput .user_form .button-link > div {
    width: 100%;
  }

  .tipsters__leaderboard--table .title_date {
    flex-direction: column;
  }

  .tipsters__leaderboard--select {
    margin-bottom: 20px;
  }

  .tipsters__leaderboard--table .tbody .tr .more-content ul li {
    flex: 1 1 33%;
  }

  .matchexplorer-list .match-row {
    box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 1px 2px 5px 0px rgba(0, 0, 0, 0.6);
  }

  .matchexplorer-list .match-row .top .teams {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 0px;
    border-top: 3px solid var(--themepink);
    border-bottom: 3px solid var(--themepink);
    background: var(--themepurple);
    color: #ffffff;
  }

  .contactus__form--input {
    width: 100%;
  }
}

@media only screen and (max-width: 414px) {
  .copyright .row-cover p {
    text-align: center;
  }

  .todaytips__table--tbody .bettingtype,
  .todaytips__table--tbody .tipster,
  .todaytips__table--tbody .result,
  .todaytips__table--tbody .action {
    width: 100%;
  }

  .todaytips__table--tbody .action:before {
    display: none;
  }

  .todaytips__table--tbody .tr .action {
    padding-top: 0px;
  }

  .default_cover {
    padding: 60px 15px;
  }

  .todaytips__table--tbody .tr > div {
    text-align: center;
  }

  .todaytips__table--tbody .bettingtype:before,
  .todaytips__table--tbody .tipster:before,
  .todaytips__table--tbody .result:before {
    text-align: center !important;
  }
}

@media screen and (min-width: 1024px) and (max-height: 580px) {
  .userRegister .formWrapper .formInput .user_form {
    height: 100%;
    overflow-y: auto;
  }
}
