.nav-sections {
  margin-bottom: 0 !important;
}
.sidebar-main .mobile-filter-button {
  display: none;
  text-decoration: none;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  background: #2d2d2d; }

.sidebar-main .remove-all-filters {
  text-decoration: none;
  color: #fff;
  padding: 10px;
  border-radius: 5px;
  background: #E1111C;
  display: inline-block;
  margin-bottom: 50px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.2s opacity all;
  transition: 0.2s opacity all; }
  .sidebar-main .remove-all-filters.active {
    opacity: 1;
    pointer-events: all; }

@media only screen and (max-width: 768px) {
  .sidebar-main .mobile-filter-button {
    display: inline-block;
    margin-bottom: 40px; }
  .sidebar-main .sidebar-wrapper {
    height: 0;
    overflow: hidden; }
    .sidebar-main .sidebar-wrapper.active {
      height: auto;
      overflow: visible; } }

.filter-option-wrapper input[type='checkbox'] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  border: none;
  pointer-events: none; }

.filter-option-wrapper .filter-button-wrapper {
  height: 0;
  overflow: hidden; }
  .filter-option-wrapper .filter-button-wrapper.active {
    height: auto;
    overflow: visible;
    margin-bottom: 30px; }
  .filter-option-wrapper .filter-button-wrapper label {
    cursor: pointer; }

.filter-option-wrapper .filter-option-title {
  font-size: 1em;
  color: #000;
  margin: 0 0 20px;
  width: 100%;
  cursor: pointer;
  position: relative; }
  .filter-option-wrapper .filter-option-title.active .dropdown-icon img {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  .filter-option-wrapper .filter-option-title.active .filter-option-title-underline {
    background: #000; }
  .filter-option-wrapper .filter-option-title .title-filter-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .filter-option-wrapper .filter-option-title h3 {
    display: inline-block;
    line-height: 20px; 
    margin: 0;
    width: calc(100% - 60px);
  }
  .sidebar-wrapper ul,
  .sidebar-wrapper ol {
    list-style-type: 0;
    margin: 0;
    padding: 0;
  }
  .filter-option-wrapper .filter-option-title .information-icon {
    position: relative;
    padding: 0px 5px 5px 10px; }
    .filter-option-wrapper .filter-option-title .information-icon .filter-information-cont {
      -webkit-transform: translateY(10px);
      transform: translateY(10px);
      line-height: 1.5em;
      position: absolute;
      top: 0;
      width: 630px;
      left: calc(100% + 10px);
      background: #2d2d2d;
      color: #fff;
      padding: 20px 20px 0;
      pointer-events: none;
      display: none;
      font-weight: normal;
      z-index: 11;
      text-align: center;
      border-radius: 5px;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .filter-option-wrapper .filter-option-title .information-icon .filter-information-cont .filter-information-grid-cont {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
        @media only screen and (max-width: 1024px) {
          .filter-option-wrapper .filter-option-title .information-icon .filter-information-cont .filter-information-grid-cont {
            padding-top: 30px;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; } }
        @media only screen and (max-width: 480px) {
          .filter-option-wrapper .filter-option-title .information-icon .filter-information-cont .filter-information-grid-cont {
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center; } }
      .filter-option-wrapper .filter-option-title .information-icon .filter-information-cont .filter-information-wrapper {
        padding: 10px; }
        .filter-option-wrapper .filter-option-title .information-icon .filter-information-cont .filter-information-wrapper:nth-of-type(1) {
          margin-left: 0; }
        .filter-option-wrapper .filter-option-title .information-icon .filter-information-cont .filter-information-wrapper:nth-of-type(4) {
          margin-left: 0; }
      .filter-option-wrapper .filter-option-title .information-icon .filter-information-cont p {
        margin: 0 0 20px; }
      .filter-option-wrapper .filter-option-title .information-icon .filter-information-cont .filter-information-image {
        width: 190px;
        height: 190px;
        background-size: cover;
        background-position: center;
        margin-bottom: 10px; }
      .filter-option-wrapper .filter-option-title .information-icon .filter-information-cont .close-filter-information-cont {
        height: 35px;
        width: 35px;
        top: 10px;
        right: 10px;
        position: absolute; }
        .filter-option-wrapper .filter-option-title .information-icon .filter-information-cont .close-filter-information-cont span {
          background: #fff;
          width: 24px;
          height: 4px;
          position: absolute;
          top: 12px;
          right: 0;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg); }
          .filter-option-wrapper .filter-option-title .information-icon .filter-information-cont .close-filter-information-cont span:nth-of-type(2) {
            -webkit-transform: rotate(-45deg);
                    transform: rotate(-45deg); }
        .filter-option-wrapper .filter-option-title .information-icon .filter-information-cont .close-filter-information-cont:after {
          content: "";
          display: table;
          clear: both; }
    .filter-option-wrapper .filter-option-title .information-icon.no-hover.display-el-small {
      display: inline-block;
      float: left;
      padding: 5px 5px 0 0;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
      .filter-option-wrapper .filter-option-title .information-icon.no-hover.display-el-small.active {
        z-index: 20; }
        .filter-option-wrapper .filter-option-title .information-icon.no-hover.display-el-small.active .filter-information-cont {
          pointer-events: all;
          display: flex;
          -webkit-transform: translateY(0px);
                  transform: translateY(0px); }
      .filter-option-wrapper .filter-option-title .information-icon.no-hover.display-el-small .information-icon-img {
        width: 26px;
        margin: 0 10px 0 0; }
      .filter-option-wrapper .filter-option-title .information-icon.no-hover.display-el-small .filter-information-cont {
        left: 0;
        top: 0;
        width: calc(100vw - 120px);
        padding: 40px 10px 10px; }
        @media only screen and (max-width: 768px) {
          .filter-option-wrapper .filter-option-title .information-icon.no-hover.display-el-small .filter-information-cont {
            width: calc(100vw - 40px); } }
        .filter-option-wrapper .filter-option-title .information-icon.no-hover.display-el-small .filter-information-cont .filter-information-wrapper {
          width: auto; }
    .filter-option-wrapper .filter-option-title .information-icon.no-hover.display-el-large {
      display: none; }
  .filter-option-wrapper .filter-option-title .information-icon.hover:hover .filter-information-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;}
  .filter-option-wrapper .filter-option-title .dropdown-icon {
    display: inline;
    position: absolute;
    top: 0;
    right: 0; }
    .filter-option-wrapper .filter-option-title .dropdown-icon img {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg);
      -webkit-transition: 0.2s -webkit-transform ease;
      transition: 0.2s -webkit-transform ease;
      transition: 0.2s transform ease;
      transition: 0.2s transform ease, 0.2s -webkit-transform ease; }
  .filter-option-wrapper .filter-option-title .filter-option-title-underline {
    height: 1px;
    width: 100%;
    background: #D8D7D8;
    margin-top: 10px;
    -webkit-transition: 0.2s background ease;
    transition: 0.2s background ease; }

.filter-option-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .filter-option-wrapper ul li {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
    .filter-option-wrapper ul li.remove-active-filter {
      display: none; }
    .filter-option-wrapper ul li .filter-checkbox {
      color: #ECEFF1;
      pointer-events: none;
      cursor: default; }
      .filter-option-wrapper ul li .filter-checkbox span {
        display: inline; }
    .filter-option-wrapper ul li .filter-cross {
      display: inline !important;
      float: right;
      position: relative; }
      .filter-option-wrapper ul li .filter-cross:after {
        content: "";
        display: table;
        clear: both; }
      .filter-option-wrapper ul li .filter-cross div {
        -webkit-transition: 0.1s opacity ease;
        transition: 0.1s opacity ease;
        width: 20px;
        height: 2px;
        background: #E1111C;
        display: inline-block;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        position: absolute;
        right: 0;
        top: 10px;
        opacity: 0; }
        .filter-option-wrapper ul li .filter-cross div:nth-of-type(2) {
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
      .filter-option-wrapper ul li .filter-cross.active {
        display: inline !important; }
        .filter-option-wrapper ul li .filter-cross.active div {
          opacity: 1; }
    .filter-option-wrapper ul li.active {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
      .filter-option-wrapper ul li.active .filter-checkbox {
        color: #7D838C;
        pointer-events: all;
        display: block;
        cursor: pointer; }

.filter-option-wrapper #search_collection {
  margin-bottom: 10px;
  border-radius: 5px; }
  .filter-option-wrapper #search_collection:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: 1px #000000 solid; }

.filter-option-wrapper .responsive-br-sec {
  display: none; }
  @media only screen and (max-width: 1110px) {
    .filter-option-wrapper .responsive-br-sec {
      display: block; } }

@media only screen and (max-width: 768px) {
  .filter-option-wrapper .responsive-br-first,
  .filter-option-wrapper .responsive-br-sec {
    display: none; } }

.page-products .products-grid .product-items.flex-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
          margin-left: -5px;
          margin-right: -5px; }
  .page-products .products-grid .product-items.flex-grid .product-item {
    margin: 0 0 10px;
    padding-left: 20px;
    width: 50%; }
    @media only screen and (min-width: 768px) {
      .page-products .products-grid .product-items.flex-grid .product-item {
        width: 33.33333333%; } }
    @media only screen and (max-width: 480px) {
      .page-products .products-grid .product-items.flex-grid .product-item {
        width: 100%; } }
  .page-products .products-grid .product-items.flex-grid .product {
    background: #F5F5F5;
    height: 100%; }
    .page-products .products-grid .product-items.flex-grid .product .inner {
      padding: 15px;
      position: relative; }
      .page-products .products-grid .product-items.flex-grid .product .inner .product-item-details .product-item-name {
        margin: 15px 0 0;
        font-size: 1.3em;
        -webkit-transition: 0.1s margin ease;
        transition: 0.1s margin ease; }
        @media only screen and (max-width: 1024px) {
          .page-products .products-grid .product-items.flex-grid .product .inner .product-item-details .product-item-name {
            margin: 0; } }
        .page-products .products-grid .product-items.flex-grid .product .inner .product-item-details .product-item-name .product-item-link {
          text-decoration: none; }
      .page-products .products-grid .product-items.flex-grid .product .inner .product-item-details .view-product-model {
        overflow: hidden;
        text-decoration: none;
        display: inline-block;
        text-align: left;
        width: 100%; }
        .page-products .products-grid .product-items.flex-grid .product .inner .product-item-details .view-product-model .product-item-link {
          -webkit-transition: 0.2s -webkit-transform ease;
          transition: 0.2s -webkit-transform ease;
          transition: 0.2s transform ease;
          transition: 0.2s transform ease, 0.2s -webkit-transform ease;
          color: #000000;
          -webkit-transform: translateY(2em);
                  transform: translateY(2em);
          display: inline-block; }
          .page-products .products-grid .product-items.flex-grid .product .inner .product-item-details .view-product-model .product-item-link img {
            -webkit-transform: rotate(90deg) translate(-25%, 0);
                    transform: rotate(90deg) translate(-25%, 0);
            margin-left: 10px; }
        @media only screen and (max-width: 1024px) {
          .page-products .products-grid .product-items.flex-grid .product .inner .product-item-details .view-product-model {
            display: none; } }
      .page-products .products-grid .product-items.flex-grid .product .inner .product-hover-border {
        height: 0;
        width: 100%;
        bottom: 0;
        left: 0;
        background: #E1111C;
        position: absolute;
        -webkit-transition: 0.05s height ease;
        transition: 0.05s height ease; }
        @media only screen and (max-width: 1024px) {
          .page-products .products-grid .product-items.flex-grid .product .inner .product-hover-border {
            display: none; } }
    .page-products .products-grid .product-items.flex-grid .product:hover .inner .product-item-details .product-item-name {
      margin: 0 0 15px; }
      @media only screen and (max-width: 1024px) {
        .page-products .products-grid .product-items.flex-grid .product:hover .inner .product-item-details .product-item-name {
          margin: 0; } }
    .page-products .products-grid .product-items.flex-grid .product:hover .inner .product-item-details .view-product-model .product-item-link {
      -webkit-transform: translateY(0em);
              transform: translateY(0em); }
    .page-products .products-grid .product-items.flex-grid .product:hover .inner .product-hover-border {
      height: 2px; }
    .page-products .products-grid .product-items.flex-grid .product .open-product-modal {
      padding: 5px;
      position: absolute;
      top: 15px;
      right: 15px;
      z-index: 5;
      pointer-events: all;
      cursor: pointer; }
      .page-products .products-grid .product-items.flex-grid .product .open-product-modal p {
        float: left;
        display: inline-block;
        margin-right: 10px;
        line-height: 30px; }
      .page-products .products-grid .product-items.flex-grid .product .open-product-modal .open-product-modal-icon {
        display: inline-block; }
        .page-products .products-grid .product-items.flex-grid .product .open-product-modal .open-product-modal-icon img {
          height: 100%;
          -webkit-transition: 0.1s -webkit-transform ease;
          transition: 0.1s -webkit-transform ease;
          transition: 0.1s transform ease;
          transition: 0.1s transform ease, 0.1s -webkit-transform ease; }
      .page-products .products-grid .product-items.flex-grid .product .open-product-modal:hover .open-product-modal-icon img {
        -webkit-transform: scale(1.2);
                transform: scale(1.2); }
  .page-products .products-grid .product-items.flex-grid .product-image-container {
    width: 100% !important;
    position: relative; }
    .page-products .products-grid .product-items.flex-grid .product-image-container .product-image-wrapper {
      padding-bottom: 117.5% !important; }
      .page-products .products-grid .product-items.flex-grid .product-image-container .product-image-wrapper .product-image-photo {
        margin: 0;
        width: 100%; }

.toolbar {
  text-align: left;
  height: 60px; }
  .toolbar h3 {
    float: left;
    line-height: 60px;
    font-weight: 500;
    font-size: 1.2em; 
    margin: 0;
  }
  .toolbar #search_product {
    width: 33%;
    float: right;
    height: 60px;
    border-radius: 5px;
    background-image: url("../images/search-product-icon.svg");
    background-repeat: no-repeat;
    background-position: right 10px center;
    -webkit-transition: background-image 0.2s ease;
    transition: background-image 0.2s ease; }
    .toolbar #search_product:focus {
      -webkit-box-shadow: none;
              box-shadow: none;
      border: 1px #000000 solid;
      background-image: none; }
  @media only screen and (max-width: 768px) {
    .toolbar {
      margin-bottom: 100px; }
      .toolbar h3:after {
        content: "";
        display: table;
        clear: both; }
      .toolbar #search_product {
        width: 100%; } }

#product-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 10;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease; }
  #product-modal #product-modal-background {
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    width: 100%;
    height: 100%; }
    #product-modal #product-modal-background .close-product-modal {
      width: 34px;
      height: 34px;
      position: absolute;
      top: 5vw;
      right: 5vw;
      cursor: pointer; }
      #product-modal #product-modal-background .close-product-modal div {
        height: 4px;
        width: 30px;
        background: #fff;
        -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
        position: absolute;
        top: 15px;
        left: 0; }
        #product-modal #product-modal-background .close-product-modal div:nth-of-type(2) {
          -webkit-transform: rotate(-45deg);
                  transform: rotate(-45deg); }
  #product-modal img {
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%; }
  #product-modal.active {
    display: block;
    opacity: 1;
    pointer-events: all; }

.which-product-header {
  padding: 50px 0;
  width: 100%;
  background: #F5F5F5;
  margin-bottom: 50px; }
  .which-product-header h3 {
    font-size: 2em;
    margin-bottom: 30px;
    font-weight: 600; }
  .which-product-header .description-selector-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .which-product-header .description-selector-wrapper .description-selector-step {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-right: 6rem;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      line-height: 1.4em;
      width: calc(100% / 3); }
      .which-product-header .description-selector-wrapper .description-selector-step .description-selector-number {
        font-size: 3em;
        margin-right: 20px;
        width: 30px;
        text-align: center; }
    @media only screen and (max-width: 1024px) {
      .which-product-header .description-selector-wrapper .description-selector-step {
        margin-right: 3rem; } }
    @media only screen and (max-width: 768px) {
      .which-product-header .description-selector-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .which-product-header .description-selector-wrapper .description-selector-step {
          margin: 30px 0 0;
          width: 100%; } }
          
body {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0); }

.clear {
  clear: both; }

.columns {
  overflow-x: hidden; }
  .columns .display-el-large {
    display: inline-block; }
  .columns .display-el-small {
    display: none; }
  @media only screen and (max-width: 768px) {
    .columns .display-el-large {
      display: none; }
    .columns .display-el-small {
      display: inline-block; } 
      .filter-option-wrapper .filter-option-title h3 {
        width: 100%;
      }    
  }

.loading-products {  position: relative;  overflow: hidden; }  .loading-products::after {    top: 0;    left: 0;    display: block;    content: '';    position: absolute;    width: 100%;    height: 100%;    -webkit-transform: translateX(-100%);transform: translateX(-100%);    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(rgba(255, 255, 255, 0.6)), to(transparent));    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6), transparent);    -webkit-animation: loading 1.5s infinite;animation: loading 1.5s infinite;    z-index: 10; }@-webkit-keyframes loading {  100% {    -webkit-transform: translateX(100%);transform: translateX(100%); } }@keyframes loading {  100% {    -webkit-transform: translateX(100%);transform: translateX(100%); } }