body, html{
    font-family: "Open Sans", serif;
    font-weight: 400;
    font-style: normal;
}
.future-section{
    background: #f8f9fa;
}
.feature-box {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}
.icon {
  margin-bottom: 10px;
}
footer {
  background: #f8f9fa;
  padding: 20px 0;
}
.social-icons a {
  color: #6c757d;
  margin-right: 10px;
  font-size: 20px;
}
.about-section {
        padding: 50px 0;
    }
    .about-title {
        font-size: 2rem;
        font-weight: bold;
    }
    .about-text {
        font-size: 1.1rem;
    }
    .highlight {
        color: #962D3E;
        font-weight: bold;
    }
    .btn-orange {
        background-color: #962D3E;
        color: #fff;
    }
    .btn-orange:hover {
        background-color: #962D3E;
    }
    .header-search{
        border-radius: 100px !important;
        background-color: #F9F9F9 !important;
        color: #A8A8A8 !important;
        font-size: 14px;
        font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue',f;
    }
    .header-catalogbtn{
        background-color: #962D3E !important;
        color: #fff !important;
        border-radius: 4px !important;
        font-weight: bold !important;
    }
    .header-basket{
        left: 70%;
        border-radius: 80px !important;
        background-color: #962D3E !important;
    }
    .header-textlinkcolor{
        color: #131313;
        text-decoration: none;
    }
    .header-textlinkcolortop{
        color: #131313;
        font-weight: bold;
    }

    .quantity-control {
        display: flex;
        align-items: center;
        border: 1px solid #962D3E;
        border-radius: 5px;
        overflow: hidden;
        height: 34px;
    }

    .quantity-control .btn-minus,
    .quantity-control .btn-plus {
        background-color: #962D3E;
        color: #fff;
        border: none;
        width: 34px;
        height: 100%;
        text-align: center;
        font-size: 16px;
        line-height: 1;
        cursor: pointer;
    }

    .quantity-control .btn-minus:hover,
    .quantity-control .btn-plus:hover {
        background-color: #e2e6ea;
    }

    .quantity-control .quantity-input {
        width: 50px;
        text-align: center;
        border: none;
        outline: none;
    }

    .quantity-control .quantity-input::-webkit-inner-spin-button,
    .quantity-control .quantity-input::-webkit-outer-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

    .card-footer {
        padding: 10px;
    }
    .btn-gamapackb:hover {
        border: 1px solid !important;
        border-color: #962D3E  !important;
        color: #962D3E !important;
        border-radius: 4px !important;
        padding: 10px !important;
        background-color: #fff !important;
    }
    .btn-gamapackb {
        border: 1px solid !important;
        border-color: #962D3E !important;
        color: #fff !important;
        background-color: #962D3E !important;
        border-radius: 4px !important;
        padding: 10px !important;
    }
    a.btn.btn-gamapack {
        border: 1px solid;
        border-color: #962D3E;
        color: #962D3E;
        border-radius: 4px;
        padding: 10px;
    }
    a.btn.btn-gamapack:hover {
        border: 1px solid;
        border-color: #962D3E;
        color: #fff;
        background-color: #962D3E;
        border-radius: 4px;
        padding: 10px;
    }

    .btn-cart_container{
        padding: 0px 15px;
        margin-bottom: 20px;
    }

    .footer-tal{
        text-align: left;
    }
    @media only screen and (min-width: 600px) {
        .footer-end_container{
            display: flex;
            justify-content: space-between;
        }
      }
      .footer-end_container-global {
        margin-top: 30px;
        border-top: 1px solid #DBDBDB;
    }
      .footer-end_container > div > a, p{
        color: #606060;
      }
    .footer-sl > a{
        padding-left: 25px;
    }

    .footer-catalog > h5, p > a{
        color: #131313;
        text-decoration: none;
    }