/* Tudor in-store 2506*/
.eshop-image-block {
    display: none;
}
.eshop-info-block h5 {
    display: none;
}
.eshop-product-show {
    display: none;
}
.sortPagiBar {
    display: none !important;
}
.eshop-filter-keyword {display: none;}
.eshop-filter > a {
    cursor: pointer;
    background: #ffffff !important;
    font-size: 13px !important;
    border-top: 1px solid #fff;
    display: block;
    padding: 10px;
    text-transform: uppercase;
}
.eshop-filter .eshop-filter-reset-all {
    border: 1px solid #fff !important;
    border-bottom: none;
    margin: 0 0 -1px;
    text-decoration: none;
    display: block;
    padding: 5px;
}
.eshop-filter-reset-all a {
    cursor: pointer;
    color: #B3962F !important;
    font-size: 12px;
    text-decoration: none;
}
.eshop-filter .panel-collapse {
    border-top: 2px solid #fff !important;
    border-left: 1px solid #fff !important;
    border-right: 1px solid #fff !important;
}
.eshop-filter .badge-info {
    display: none;
}
.panel-collapse .panel-body {
    padding: 0;
    font-size: 13px;
}
.eshop-filter .radio, .eshop-filter .checkbox {
    margin-top: 0;
    margin-bottom: 15px !important;
    font-size: 13px;
    cursor: pointer;
}

.eshop-filter:nth-last-child(2) .panel-collapse {
    border-bottom: 1px solid #fff !important;
}
.form-check-input:checked {
    background-color: #B3962F !important;
    border-color: #B3962F !important;
}
.form-check-input[type=checkbox] {
    margin: 0 5px 0 0 !important;
}
.panel-collapse .panel-body li {
    list-style: none;
    padding: 0 8px !important;
    border-bottom: 1px dashed #fff !important;
}

/* Adjust the product container width to 50% for 2 per row */
@media (max-width: 767px) {
  .grid div.ajax-block-product {
  display: flex;
  flex-direction: column;
  width: 50% !important;
  }
}

.eshop-filter .panel-body ul li a.eshop-filter-selected-category {
    background: none !important;
    font-weight: 400 !important;
    padding-left: 20px;
    color: #B3962F !important;
}

/* Not full width instore */
#sp-main-body {
    padding: 0;
    max-width: 1320px;
    margin: 0 auto;
}

/* Make sidebar narrower (e.g. from 4 cols to ~3) */
#sp-left.col-lg-4 {
    flex: 0 0 22%;   /* 22% width */
    max-width: 22%;
}

/* Adjust main content to use the remaining space */
#sp-component.col-lg-8 {
    flex: 0 0 76%;
    max-width: 76%;
}

/* Center the pagination row */
.pagination {
    justify-content: center;
    align-items: center;
    padding: 30px;
}

/* Mobile columns */
@media (max-width: 1199px) {
  
  /* Make sidebar narrower (e.g. from 4 cols to ~3) */
  #sp-left.col-lg-4 {
      flex: 0 0 0%;
      max-width: 0;
  }

  /* Adjust main content to use the remaining space */
  #sp-component.col-lg-8 {
      flex: 0 0 100%;
      max-width: 100%;
  }
  
}

/* Hide arrow down */
.filter-head-icon {
    display: none !important;
}

.eshop-filter > a {
    font-weight: 600;
}

/* Hide categories */

#eshop-filter-categories-container {
  display: none !important;
}

/* Hide categories page-header */
.page-header {
    display: none;
}