.row-flex {
    align-items: center;
    display: flex;
}

.filter-container {
    display:flex;
}

.filters {
    display:none;
    flex: 25%;
}

.feefo {
    max-width:100%;
}

.products {
    flex: 100%;
}

.feefo-header {
    position: absolute;
    bottom: 90px;
    display: block;
    padding: 0 3rem;
}

.main-hero {
    min-height: 100vh;
}

.filter-title {
    text-transform: uppercase;
}

input[type=checkbox], input[type=radio] {
    margin-right: 8px;
}

div.berocket_single_filter_widget div.berocket_aapf_widget-wrapper * {
    padding-left:0;
}

.woocommerce_product_search-2 {
    margin-top: 1rem;
}

.woocommerce_product_search-2 input[type=submit] {
    border-radius: 0!important;
    background-color: #fff!important;
    padding: 10px!important;
    width: 56px;
    opacity: 1!important;
    font-size: 1em!important;
    font-weight: 700;
    display: inline;
    clear: left;
    margin-top: 10px!important;
    border: 1px solid #3b3f4b!important;
    color: #3b3f4b;
    clear: both;
    transition: all .4s ease;
}

.search-field {
    padding: 10px 10px;
    font-size: 14px;
    border-radius: 0;
    border: 1px solid #ebebec;
    box-shadow: none!important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: calc(100% - 60px);
    font-weight: 300;
    font-family: brandon-grotesque, sans-serif;
}

.currency-container {
    position: absolute;
    right: 0;
    top:0;
    z-index: 2;
}

.wcpbc-currency-switcher {
    width: 80px;
    padding: 0 15px;
    color: #fff;
    background-color: #1d212b;
    font-weight: bold;
    font-family: brandon-grotesque, sans-serif;
    background-image: none;
    border-left: 2px solid #fff;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
}

#pwgc-redeem-gift-card-form {
    padding: 1em;
}

#pwgc-redeem-gift-card-number {
    padding: 5px;
}

#pwgc-redeem-button {
    border-radius: 0!important;
    background-color: #fff!important;
    padding: 10px!important;
    width: 100%;
    opacity: 1!important;
    font-size: 1em!important;
    font-weight: 700;
    float: left!important;
    clear: left;
    margin-top: 10px!important;
    border: 1px solid #3b3f4b!important;
    color: #3b3f4b;
    clear: both;
    transition: all .4s ease;
}


@media only screen and (max-width: 768px) {

    header.side .header-container {
        display: flex;
        align-items: center;
    }
    .filters {
        flex: 50%
    }
    header.side .menu-list {
        width:40%
    }

    .currency-container {
        display:none;
    }
  .filters div.berocket_single_filter_widget.berocket_single_filter_widget_3342 {
    width:100%!important;
  }

  .filters div.berocket_single_filter_widget.berocket_single_filter_widget_3343,
  .filters div.berocket_single_filter_widget.berocket_single_filter_widget_3344
  {
    width:50%!important;
    padding-left:0!important;
  }

  }
