main .page {
  padding: 90px 0 90px 0;
}
@media screen and (max-width: 1250px) {
  main .page {
    padding: 80px 0px 80px 0px;
  }
}
@media screen and (max-width: 992px) {
  main .page {
    padding: 60px 0px 60px 0px;
  }
}
@media screen and (max-width: 768px) {
  main .page {
    padding: 25px 0px 25px 0px;
  }
}
main .page__heading {
  margin-bottom: 120px;
}
@media screen and (max-width: 1250px) {
  main .page__heading {
    margin-bottom: 90px;
  }
}
@media screen and (max-width: 992px) {
  main .page__heading {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  main .page__heading {
    margin-bottom: 20px;
  }
}
main .page__heading h1 {
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 992px) {
  main .page__heading h1 {
    font-size: 36px;
  }
}
@media screen and (max-width: 768px) {
  main .page__heading h1 {
    font-size: 28px;
  }
}
.woocommerce-cart .woocommerce-notices-wrapper {
  display: none!important;
}
.customcart {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 992px) {
  .customcart {
    flex-direction: column;
  }
}
.customcart label.checkbox {
  padding-left: 0px;
  display: flex;
  align-items: center;
}
.customcart input[type="checkbox"] {
  width: 20px;
  height: 20px;
}
.customcart input.qty {
  height: 30px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .customcart h2 {
    margin-top: 0px;
    margin-bottom: 10px;
  }
}
.customcart__main {
  width: 55%;
}
@media screen and (max-width: 1200px) {
  .customcart__main {
    width: 55%;
  }
}
@media screen and (max-width: 992px) {
  .customcart__main {
    width: 100%;
  }
}
.customcart__main .product-thumbnail img {
  width: 67px!important;
  height: auto;
}
.customcart__side {
  width: 35%;
}
@media screen and (max-width: 1200px) {
  .customcart__side {
    width: 40%;
  }
}
@media screen and (max-width: 992px) {
  .customcart__side {
    width: 100%;
  }
}
.customcart__side .payment_box.payment_method_bacs {
  display: none!important;
}
.customcart__side #place_order {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .customcart__side #place_order {
    margin-bottom: 0px!important;
  }
}
.customcart__side .woocommerce-shipping-destination {
  display: none;
}
.customcart__side .woocommerce-shipping-methods li {
  margin-bottom: 0px!important;
}
.customcart__side .checkout-button {
  padding: 30px 50px!important;
  border-radius: 14px!important;
  background-color: #48AE4C !important;
  transition: 0.2s all linear !important;
  font-size: 20px!important;
  font-style: normal!important;
  font-weight: 700!important;
  line-height: 24px!important;
  color: #FDFDFD !important;
  text-decoration: none!important;
}
@media screen and (max-width: 768px) {
  .customcart__side .checkout-button {
    padding: 10px 15px!important;
  }
}
.customcart__side .checkout-button:hover {
  transition: 0.2s all linear !important;
  background-color: #57C65B !important;
  text-decoration: none!important;
}
