/**
 * Copyright © WebbyTroops Technologies. All rights reserved.
 * See LICENSE.txt for license details.
 */
/*css to set cancel order button on My Account and My Order  page.*/
.cancelButton {
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  background-color: white;
  border: none;
  color: #06488a;
  font-size: 1.4rem;
}
.cancelButton:hover {
  text-decoration: underline;
}
.w-100 {
  width: 100% !important;
}
/* guest user order cancel page css.*/
.gcl_main_div {
  display: flex;
}
.gcl_main_div .gcl_form {
  width: 50%;
  margin-right: 45px;
}
.gcl_main_div .order_c_product_detail {
  width: 50%;
}
@media only screen and (max-width: 1023px) {
  .gcl_main_div {
    flex-wrap: wrap;
  }
  .gcl_main_div .gcl_form {
    width: 100%;
    margin-right: 0px;
  }
  .gcl_main_div .order_c_product_detail {
    width: 100%;
  }
}
/* guest user order cancel page css.*/
