.cart-section .cart-header{
    background-color: #ececec;
}

.cart-section .cart-header i{
  color: #63c7c9;
}
.tour-details .ioc{
padding: 7px !important;
}

.tour-details .arrow-icon {
    display: inline-block;
    margin-left: 8px;
    transition: transform 0.3s ease;
}
.tour-details .arrow-icon.up {
    transform: rotate(180deg);
}
.tour-details .ioc a{
    display: flex;
    justify-content: space-between;
    align-items: center;
}