button#continue_button {
    background-color: #024DFA !important;
}
.template-cart .icons-s {
  max-width: 600px;
    margin: 0 auto;
}
.template-cart .icons-section-inner {
    display: flex;
    justify-content: center;
    /* justify-content: space-between; */
    text-align: center;
    padding-top: 50px;
}
.template-cart .icons-section-inner .inner-col {
    padding: 0px 40px;
}
.template-cart .icons-section-inner img{
  max-width:140px;
}
.fa-chevron-up:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    display: inline-block;
}