@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;0,900;1,400;1,500;1,700;1,900&display=swap);
/*******************************************************************************************************************************************************
*   Font Family
*******************************************************************************************************************************************************/
.product_filter_listing {
  padding: 50px 0 0 !important; }
  .product_filter_listing .product_filter {
    border: 1px solid #5b5360;
    border-radius: 7px; }
    .product_filter_listing .product_filter .filter_data {
      padding: 10px 15px 10px; }
    .product_filter_listing .product_filter .clear p {
      font-weight: 500;
      margin-bottom: 0; }
      .product_filter_listing .product_filter .clear p a {
        color: #8f8f8f;
        transition: 0.5s; }
        .product_filter_listing .product_filter .clear p a:hover {
          color: #5b5360;
          transition: 0.5s; }
          @media (max-width: 1199.98px) {
            .product_filter_listing .product_filter .clear p a:hover {
              color: #8f8f8f; } }
        @media (max-width: 1199.98px) {
          .product_filter_listing .product_filter .clear p a {
            color: white; } }
    .product_filter_listing .product_filter .apply p {
      margin-bottom: 0; }
    .product_filter_listing .product_filter .apply input {
      border-radius: 0;
      border: 0;
      background-color: transparent;
      cursor: pointer;
      color: #686868;
      font-weight: 500; }
      @media (max-width: 1199.98px) {
        .product_filter_listing .product_filter .apply input {
          color: white; } }
    .product_filter_listing .product_filter span.border-bottom {
      border-bottom: 1px solid #5b5360 !important;
      display: block; }
      @media (max-width: 1199.98px) {
        .product_filter_listing .product_filter span.border-bottom {
          border-bottom: 1px solid white !important; } }
    .product_filter_listing .product_filter h5 {
      color: #5b5360;
      font-size: 23px;
      line-height: 30px;
      font-weight: 700;
      margin-bottom: 15px; }
    .product_filter_listing .product_filter .category .cat-inverse-left {
      width: 70%; }
    .product_filter_listing .product_filter .category .cat-inverse-right {
      width: 70%; }
    .product_filter_listing .product_filter .category .list_cat {
      position: relative;
      padding: 5px 0 7px; }
      .product_filter_listing .product_filter .category .list_cat .no_of_products {
        background-color: #ECEDEF;
        color: #5b5360;
        border-radius: 50px;
        position: absolute;
        font-size: 13px;
        font-weight: 500;
        right: -12px;
        top: 3px;
        padding: 6px 0;
        width: 29px;
        height: 29px;
        text-align: center; }
        @media (max-width: 1199.98px) {
          .product_filter_listing .product_filter .category .list_cat .no_of_products {
            background-color: white;
            color: #000; } }
    .product_filter_listing .product_filter .category span.border-bottom {
      border-bottom: 1px solid #5b5360 !important;
      margin: 5px 0 10px; }
      @media (max-width: 1199.98px) {
        .product_filter_listing .product_filter .category span.border-bottom {
          border-bottom: 1px solid white !important; } }
    .product_filter_listing .product_filter .category .checkboxes-data input {
      display: none; }
    .product_filter_listing .product_filter .category .checkboxes-data label {
      color: #5b5360;
      font-size: 15px;
      font-weight: 400;
      position: relative;
      cursor: pointer;
      margin-bottom: 0;
      padding-left: 5px; }
    .product_filter_listing .product_filter .category .checkboxes-data label:before {
      content: '';
      -webkit-appearance: none;
      background-color: transparent;
      border: 1px solid #5b5360;
      padding: 6px;
      display: inline-block;
      position: relative;
      top: -1px;
      left: -3px;
      vertical-align: middle;
      cursor: pointer;
      margin-right: 5px; }
      @media (max-width: 1199.98px) {
        .product_filter_listing .product_filter .category .checkboxes-data label:before {
          border: 1px solid white; } }
    .product_filter_listing .product_filter .category .checkboxes-data input:checked + label:before {
      content: '';
      -webkit-appearance: none;
      background-color: #5b5360;
      border: 1px solid #5b5360;
      padding: 6px;
      display: inline-block;
      position: relative;
      top: -1px;
      left: -3px;
      vertical-align: middle;
      cursor: pointer;
      margin-right: 5px; }
      @media (max-width: 1199.98px) {
        .product_filter_listing .product_filter .category .checkboxes-data input:checked + label:before {
          background-color: transparent;
          border: 1px solid white; } }
    .product_filter_listing .product_filter .category .checkboxes-data input:checked + label:after {
      content: '';
      display: block;
      position: absolute;
      top: 5px;
      left: 7px;
      width: 4px;
      height: 9px;
      border: solid white;
      border-width: 0 2px 2px 0;
      transform: rotate(45deg); }
    .product_filter_listing .product_filter .category .checkboxes-data.parent-cat input:checked + label {
      color: #415A70;
      font-weight: 700; }
    .product_filter_listing .product_filter .category #filter_heading {
      color: #415A70;
      font-weight: 700; }
      @media (max-width: 1199.99px) {
        .product_filter_listing .product_filter .category #filter_heading {
          color: white; } }
    .product_filter_listing .product_filter .category .sub_cat {
      margin-left: 22px;
      margin-top: 5px; }
    .product_filter_listing .product_filter .category .sub_cat .checkboxes-data label {
      color: #5b5360;
      font-size: 14px; }
    .product_filter_listing .product_filter .category .sub_cat .checkboxes-data label:before {
      content: '';
      -webkit-appearance: none;
      background-color: transparent;
      border: 1px solid #5b5360;
      padding: 6px;
      display: inline-block;
      position: relative;
      top: -1px;
      left: -3px;
      vertical-align: middle;
      cursor: pointer;
      margin-right: 5px; }
      @media (max-width: 1199.98px) {
        .product_filter_listing .product_filter .category .sub_cat .checkboxes-data label:before {
          border: 1px solid white; } }
    .product_filter_listing .product_filter .category .sub_cat .checkboxes-data input:checked + label {
      font-weight: 500; }
    .product_filter_listing .product_filter .category .sub_cat .checkboxes-data input:checked + label:before {
      content: '';
      -webkit-appearance: none;
      background-color: transparent;
      border: 1px solid #5b5360;
      padding: 6px;
      display: inline-block;
      position: relative;
      top: -1px;
      left: -3px;
      vertical-align: middle;
      cursor: pointer;
      margin-right: 5px; }
      @media (max-width: 1199.98px) {
        .product_filter_listing .product_filter .category .sub_cat .checkboxes-data input:checked + label:before {
          border: 1px solid white; } }
    .product_filter_listing .product_filter .category .sub_cat .checkboxes-data input:checked + label:after {
      content: '';
      display: block;
      position: absolute;
      top: 6px;
      left: 7px;
      width: 4px;
      height: 7px;
      border: solid #5b5360;
      border-width: 0 2px 2px 0;
      transform: rotate(45deg); }
      @media (max-width: 1199.98px) {
        .product_filter_listing .product_filter .category .sub_cat .checkboxes-data input:checked + label:after {
          border: solid white;
          border-width: 0 2px 2px 0; } }
    .product_filter_listing .product_filter .category #price_range [slider] {
      position: relative;
      height: 10px;
      border-radius: 10px;
      text-align: left;
      margin: 20px 0 40px 0; }
    .product_filter_listing .product_filter .category #price_range [slider] > div {
      position: absolute;
      left: 13px;
      right: 15px;
      height: 10px;
      width: 80%; }
    .product_filter_listing .product_filter .category #price_range [slider] > div > [inverse-left] {
      position: absolute;
      left: 0;
      height: 10px;
      border-radius: 10px;
      background-color: #CCC;
      margin: 0 7px; }
    .product_filter_listing .product_filter .category #price_range [slider] > div > [inverse-right] {
      position: absolute;
      right: 0;
      height: 10px;
      border-radius: 10px;
      background-color: #CCC;
      margin: 0 7px; }
    .product_filter_listing .product_filter .category #price_range [slider] > div > [range] {
      position: absolute;
      left: 0;
      height: 10px;
      border-radius: 14px;
      background-color: #5b5360; }
    .product_filter_listing .product_filter .category #price_range [slider] > div > [thumb] {
      position: absolute;
      top: -7px;
      z-index: 2;
      height: 23px;
      width: 23px;
      text-align: left;
      margin-left: -11px;
      cursor: pointer;
      box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
      background-color: #5b5360;
      border: 1px solid white;
      border-radius: 50%;
      outline: none; }
    .product_filter_listing .product_filter .category #price_range [slider] > input[type=range] {
      position: absolute;
      pointer-events: none;
      -webkit-appearance: none;
      z-index: 3;
      height: 10px;
      top: -2px;
      width: 100%;
      -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
      filter: alpha(opacity=0);
      -moz-opacity: 0;
      -khtml-opacity: 0;
      opacity: 0; }
    .product_filter_listing .product_filter .category #price_range div[slider] > input[type=range]::-ms-track {
      -webkit-appearance: none;
      background: transparent;
      color: transparent; }
    .product_filter_listing .product_filter .category #price_range div[slider] > input[type=range]::-moz-range-track {
      -moz-appearance: none;
      background: transparent;
      color: transparent; }
    .product_filter_listing .product_filter .category #price_range div[slider] > input[type=range]:focus::-webkit-slider-runnable-track {
      background: transparent;
      border: transparent; }
    .product_filter_listing .product_filter .category #price_range div[slider] > input[type=range]:focus {
      outline: none; }
    .product_filter_listing .product_filter .category #price_range div[slider] > input[type=range]::-ms-thumb {
      pointer-events: all;
      width: 28px;
      height: 28px;
      border-radius: 0px;
      border: 0 none;
      background: red; }
    .product_filter_listing .product_filter .category #price_range div[slider] > input[type=range]::-moz-range-thumb {
      pointer-events: all;
      width: 28px;
      height: 28px;
      border-radius: 0px;
      border: 0 none;
      background: red; }
    .product_filter_listing .product_filter .category #price_range div[slider] > input[type=range]::-webkit-slider-thumb {
      pointer-events: all;
      width: 28px;
      height: 28px;
      border-radius: 0px;
      border: 0 none;
      background: red;
      -webkit-appearance: none; }
    .product_filter_listing .product_filter .category #price_range div[slider] > input[type=range]::-ms-fill-lower {
      background: transparent;
      border: 0 none; }
    .product_filter_listing .product_filter .category #price_range div[slider] > input[type=range]::-ms-fill-upper {
      background: transparent;
      border: 0 none; }
    .product_filter_listing .product_filter .category #price_range div[slider] > input[type=range]::-ms-tooltip {
      display: none; }
    .product_filter_listing .product_filter .category #price_range [slider] > div > [sign] {
      color: #415A70;
      font-size: 12px;
      font-weight: 700;
      line-height: 28px;
      opacity: 1;
      position: absolute;
      margin-left: -11px;
      bottom: -39px;
      z-index: 3;
      width: 31px;
      height: 28px;
      border-radius: 28px;
      -webkit-border-radius: 28px;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center;
      text-align: center; }
    .product_filter_listing .product_filter .category .size-data {
      display: inline-block;
      margin-left: 10px;
      margin-top: 5px; }
      .product_filter_listing .product_filter .category .size-data input {
        display: none; }
      .product_filter_listing .product_filter .category .size-data .radio-img span {
        color: #5b5360 !important;
        cursor: pointer;
        font-size: 14px !important;
        background-color: white;
        border: 1px solid #5b5360;
        font-weight: 500 !important;
        border-radius: 7px;
        display: block;
        padding: 7px 3px;
        height: 35px;
        width: 35px;
        transition: 0.5s;
        text-align: center; }
      .product_filter_listing .product_filter .category .size-data .radio-img > input:checked + span {
        color: white !important;
        border: 1px solid #415A70;
        background-color: #415A70; }
    .product_filter_listing .product_filter .category .colors_data label span {
      width: 14px;
      height: 14px;
      display: inline-block;
      border-radius: 50px;
      position: relative;
      top: 2px;
      margin-right: 4px;
      border: 1px solid; }
    .product_filter_listing .product_filter .filter-category {
      overflow: hidden; }
      .product_filter_listing .product_filter .filter-category button {
        pointer-events: none;
        overflow: hidden;
        white-space: nowrap; }
      .product_filter_listing .product_filter .filter-category #filter_heading {
        color: #415A70;
        font-weight: 700; }
      .product_filter_listing .product_filter .filter-category .content.filter-category .sub_cat {
        margin-left: 10px;
        margin-top: 5px; }
      .product_filter_listing .product_filter .filter-category .content.filter-category button {
        pointer-events: auto; }
      .product_filter_listing .product_filter .filter-category .content.filter-category .fa-check-circle {
        display: inline-block; }
      .product_filter_listing .product_filter .filter-category .content.filter-category .fa-circle-o {
        display: inline-block; }
      .product_filter_listing .product_filter .filter-category .content.filter-category .heading {
        color: #5B5360;
        font-weight: 400;
        font-size: 14px; }
      .product_filter_listing .product_filter .filter-category .content.filter-category .list_cat {
        position: relative;
        font-size: 0;
        padding: 5px 0 7px; }
        .product_filter_listing .product_filter .filter-category .content.filter-category .list_cat .no_of_products {
          display: none; }
      .product_filter_listing .product_filter .filter-category .content.filter-category span.border-bottom {
        border-bottom: 1px solid #5b5360 !important;
        margin: 5px 0 10px; }
        @media (max-width: 1199.98px) {
          .product_filter_listing .product_filter .filter-category .content.filter-category span.border-bottom {
            border-bottom: 1px solid white !important; } }
      .product_filter_listing .product_filter .filter-category .content.filter-category .checkboxes-data label {
        display: inline-block;
        height: 0;
        margin-bottom: 0; }
      .product_filter_listing .product_filter .filter-category .content.filter-category .checkboxes-data label:before {
        content: '';
        -webkit-appearance: none;
        background-color: transparent;
        border: 1px solid #5b5360;
        padding: 6px;
        display: inline-block;
        position: relative;
        top: -1px;
        left: -3px;
        vertical-align: middle;
        cursor: pointer;
        margin-right: 5px; }
        @media (max-width: 1199.98px) {
          .product_filter_listing .product_filter .filter-category .content.filter-category .checkboxes-data label:before {
            border: 1px solid white; } }
      .product_filter_listing .product_filter .filter-category .content.filter-category .checkboxes-data input:checked + label:before {
        content: '';
        -webkit-appearance: none;
        background-color: #5b5360;
        border: 1px solid #5b5360;
        padding: 6px;
        display: inline-block;
        position: relative;
        top: -1px;
        left: -3px;
        vertical-align: middle;
        cursor: pointer;
        margin-right: 5px; }
        @media (max-width: 1199.98px) {
          .product_filter_listing .product_filter .filter-category .content.filter-category .checkboxes-data input:checked + label:before {
            background-color: transparent;
            border: 1px solid white; } }
      .product_filter_listing .product_filter .filter-category .content.filter-category .checkboxes-data input:checked + label:after {
        content: '';
        display: block;
        position: absolute;
        top: 6px;
        left: 8px;
        width: 4px;
        height: 9px;
        border: solid #ffffff;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg); }
      .product_filter_listing .product_filter .filter-category .content.filter-category .checkboxes-data.parent-cat input:checked + label {
        color: #415A70;
        font-weight: 700; }
      .product_filter_listing .product_filter .filter-category .cat-inverse-left {
        width: 70%; }
      .product_filter_listing .product_filter .filter-category .cat-inverse-right {
        width: 70%; }
      .product_filter_listing .product_filter .filter-category .fa-check-circle {
        display: none; }
      .product_filter_listing .product_filter .filter-category .fa-circle-o {
        display: none; }
      .product_filter_listing .product_filter .filter-category .list_cat {
        position: relative;
        padding: 5px 0 7px; }
        .product_filter_listing .product_filter .filter-category .list_cat .no_of_products {
          background-color: #ECEDEF;
          color: #5b5360;
          border-radius: 50px;
          position: absolute;
          font-size: 13px;
          font-weight: 500;
          right: 0;
          top: 3px;
          padding: 6px 0;
          width: 29px;
          height: 29px;
          text-align: center; }
          @media (max-width: 1199.98px) {
            .product_filter_listing .product_filter .filter-category .list_cat .no_of_products {
              background-color: #5b5360;
              color: #000; } }
      .product_filter_listing .product_filter .filter-category span.border-bottom {
        border-bottom: 1px solid #5b5360 !important;
        margin: 5px 0 10px; }
        @media (max-width: 1199.98px) {
          .product_filter_listing .product_filter .filter-category span.border-bottom {
            border-bottom: 1px solid white !important; } }
      .product_filter_listing .product_filter .filter-category .categ .checkboxes-data input {
        display: none; }
      .product_filter_listing .product_filter .filter-category .categ .checkboxes-data .head {
        display: none; }
      .product_filter_listing .product_filter .filter-category .checkboxes-data label:before {
        content: '';
        -webkit-appearance: none;
        background-color: transparent;
        border: 1px solid #5b5360;
        padding: 6px;
        display: inline-block;
        position: relative;
        top: -1px;
        left: -3px;
        vertical-align: middle;
        cursor: pointer;
        margin-right: 5px; }
        @media (max-width: 1199.98px) {
          .product_filter_listing .product_filter .filter-category .checkboxes-data label:before {
            border: 1px solid white; } }
      .product_filter_listing .product_filter .filter-category .checkboxes-data input:checked + label:before {
        content: '';
        -webkit-appearance: none;
        background-color: #5b5360;
        border: 1px solid #5b5360;
        padding: 6px;
        display: inline-block;
        position: relative;
        top: -1px;
        left: -3px;
        vertical-align: middle;
        cursor: pointer;
        margin-right: 5px; }
        @media (max-width: 1199.98px) {
          .product_filter_listing .product_filter .filter-category .checkboxes-data input:checked + label:before {
            background-color: transparent;
            border: 1px solid white; } }
      .product_filter_listing .product_filter .filter-category .checkboxes-data input:checked + label:after {
        content: '';
        display: block;
        position: absolute;
        top: 6px;
        left: 8px;
        width: 4px;
        height: 9px;
        border: solid #ffffff;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg); }
      .product_filter_listing .product_filter .filter-category .checkboxes-data.parent-cat input:checked + label {
        color: #415A70;
        font-weight: 700; }
      .product_filter_listing .product_filter .filter-category .heading {
        color: #415A70;
        font-weight: 700; }
      .product_filter_listing .product_filter .filter-category .categ.sub_cat {
        margin-left: 0px;
        margin-top: 5px; }
      .product_filter_listing .product_filter .filter-category .sub_cat {
        margin-left: 14px;
        margin-top: 5px; }
      .product_filter_listing .product_filter .filter-category .sub_cat .checkboxes-data label {
        color: #5b5360;
        font-size: 14px; }
      .product_filter_listing .product_filter .filter-category .sub_cat .checkboxes-data label:before {
        content: '';
        -webkit-appearance: none;
        background-color: transparent;
        border: 1px solid #5b5360;
        padding: 6px;
        display: inline-block;
        position: relative;
        top: -1px;
        left: -3px;
        vertical-align: middle;
        cursor: pointer;
        margin-right: 5px; }
        @media (max-width: 1199.98px) {
          .product_filter_listing .product_filter .filter-category .sub_cat .checkboxes-data label:before {
            border: 1px solid white; } }
      .product_filter_listing .product_filter .filter-category .sub_cat .checkboxes-data input:checked + label {
        font-weight: 500; }
      .product_filter_listing .product_filter .filter-category .sub_cat .checkboxes-data input:checked + label:before {
        content: '';
        -webkit-appearance: none;
        background-color: transparent;
        border: 1px solid #5b5360;
        padding: 6px;
        display: inline-block;
        position: relative;
        top: -1px;
        left: -3px;
        vertical-align: middle;
        cursor: pointer;
        margin-right: 5px; }
        @media (max-width: 1199.98px) {
          .product_filter_listing .product_filter .filter-category .sub_cat .checkboxes-data input:checked + label:before {
            border: 1px solid white; } }
      .product_filter_listing .product_filter .filter-category .sub_cat .checkboxes-data input:checked + label:after {
        content: '';
        display: block;
        position: absolute;
        top: 6px;
        left: 7px;
        width: 4px;
        height: 7px;
        border: solid #5b5360;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg); }
        @media (max-width: 1199.98px) {
          .product_filter_listing .product_filter .filter-category .sub_cat .checkboxes-data input:checked + label:after {
            border: solid white;
            border-width: 0 2px 2px 0; } }
      .product_filter_listing .product_filter .filter-category #price_range [slider] {
        position: relative;
        height: 10px;
        border-radius: 10px;
        text-align: left;
        margin: 20px 0 40px 0; }
      .product_filter_listing .product_filter .filter-category #price_range [slider] > div {
        position: absolute;
        left: 13px;
        right: 15px;
        height: 10px;
        width: 80%; }
      .product_filter_listing .product_filter .filter-category #price_range [slider] > div > [inverse-left] {
        position: absolute;
        left: 0;
        height: 10px;
        border-radius: 10px;
        background-color: #CCC;
        margin: 0 7px; }
      .product_filter_listing .product_filter .filter-category #price_range [slider] > div > [inverse-right] {
        position: absolute;
        right: 0;
        height: 10px;
        border-radius: 10px;
        background-color: #CCC;
        margin: 0 7px; }
      .product_filter_listing .product_filter .filter-category #price_range [slider] > div > [range] {
        position: absolute;
        left: 0;
        height: 10px;
        border-radius: 14px;
        background-color: #5b5360; }
      .product_filter_listing .product_filter .filter-category #price_range [slider] > div > [thumb] {
        position: absolute;
        top: -7px;
        z-index: 2;
        height: 23px;
        width: 23px;
        text-align: left;
        margin-left: -11px;
        cursor: pointer;
        box-shadow: 0 3px 8px rgba(0, 0, 0, 0.4);
        background-color: #5b5360;
        border: 1px solid white;
        border-radius: 50%;
        outline: none; }
      .product_filter_listing .product_filter .filter-category #price_range [slider] > input[type=range] {
        position: absolute;
        pointer-events: none;
        -webkit-appearance: none;
        z-index: 3;
        height: 10px;
        top: -2px;
        width: 100%;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        -khtml-opacity: 0;
        opacity: 0; }
      .product_filter_listing .product_filter .filter-category #price_range div[slider] > input[type=range]::-ms-track {
        -webkit-appearance: none;
        background: transparent;
        color: transparent; }
      .product_filter_listing .product_filter .filter-category #price_range div[slider] > input[type=range]::-moz-range-track {
        -moz-appearance: none;
        background: transparent;
        color: transparent; }
      .product_filter_listing .product_filter .filter-category #price_range div[slider] > input[type=range]:focus::-webkit-slider-runnable-track {
        background: transparent;
        border: transparent; }
      .product_filter_listing .product_filter .filter-category #price_range div[slider] > input[type=range]:focus {
        outline: none; }
      .product_filter_listing .product_filter .filter-category #price_range div[slider] > input[type=range]::-ms-thumb {
        pointer-events: all;
        width: 28px;
        height: 28px;
        border-radius: 0px;
        border: 0 none;
        background: red; }
      .product_filter_listing .product_filter .filter-category #price_range div[slider] > input[type=range]::-moz-range-thumb {
        pointer-events: all;
        width: 28px;
        height: 28px;
        border-radius: 0px;
        border: 0 none;
        background: red; }
      .product_filter_listing .product_filter .filter-category #price_range div[slider] > input[type=range]::-webkit-slider-thumb {
        pointer-events: all;
        width: 28px;
        height: 28px;
        border-radius: 0px;
        border: 0 none;
        background: red;
        -webkit-appearance: none; }
      .product_filter_listing .product_filter .filter-category #price_range div[slider] > input[type=range]::-ms-fill-lower {
        background: transparent;
        border: 0 none; }
      .product_filter_listing .product_filter .filter-category #price_range div[slider] > input[type=range]::-ms-fill-upper {
        background: transparent;
        border: 0 none; }
      .product_filter_listing .product_filter .filter-category #price_range div[slider] > input[type=range]::-ms-tooltip {
        display: none; }
      .product_filter_listing .product_filter .filter-category #price_range [slider] > div > [sign] {
        color: #415A70;
        font-size: 12px;
        font-weight: 700;
        line-height: 28px;
        opacity: 1;
        position: absolute;
        margin-left: -11px;
        bottom: -39px;
        z-index: 3;
        width: 31px;
        height: 28px;
        border-radius: 28px;
        -webkit-border-radius: 28px;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        text-align: center; }
      .product_filter_listing .product_filter .filter-category .size-data {
        display: inline-block;
        margin-left: 10px;
        margin-top: 5px; }
        .product_filter_listing .product_filter .filter-category .size-data input {
          display: none; }
        .product_filter_listing .product_filter .filter-category .size-data .radio-img span {
          color: #5b5360 !important;
          cursor: pointer;
          font-size: 14px !important;
          background-color: white;
          border: 1px solid #5b5360;
          font-weight: 500 !important;
          border-radius: 7px;
          display: block;
          padding: 7px 3px;
          height: 35px;
          width: 35px;
          transition: 0.5s;
          text-align: center; }
        .product_filter_listing .product_filter .filter-category .size-data .radio-img > input:checked + span {
          color: white !important;
          border: 1px solid #415A70;
          background-color: #415A70; }
      .product_filter_listing .product_filter .filter-category .colors_data label span {
        width: 14px;
        height: 14px;
        display: inline-block;
        border-radius: 50px;
        position: relative;
        top: 2px;
        margin-right: 4px;
        border: 1px solid; }
    @media (max-width: 1199.98px) {
      .product_filter_listing .product_filter {
        border: 1px solid white; } }
  .product_filter_listing .product_listing .topbar {
    border: 2px solid #efefef;
    border-radius: 7px;
    padding: 10px 40px; }
    .product_filter_listing .product_listing .topbar p {
      color: #5b5360;
      margin-bottom: 0;
      display: -ms-inline-flexbox;
      display: inline-flex; }
      .product_filter_listing .product_listing .topbar p span {
        position: relative;
        top: 2px;
        margin-left: 5px; }
      @media (max-width: 767.98px) {
        .product_filter_listing .product_listing .topbar p {
          margin-bottom: 5px; } }
    .product_filter_listing .product_listing .topbar select {
      border: 0;
      color: #415A70;
      font-weight: 500;
      -webkit-appearance: none;
      appearance: none;
      background-image: url("../images/arrow_dropup.svg");
      font-size: 13px;
      font-weight: 700;
      background-size: 10px;
      background-position: calc(100% - 0px) 8px;
      background-repeat: no-repeat;
      padding: 0 0 6px;
      border-bottom: 2px solid;
      margin-left: 15px; }
      @media (max-width: 767.98px) {
        .product_filter_listing .product_listing .topbar select {
          padding-bottom: 5px; } }
    .product_filter_listing .product_listing .topbar .switch {
      position: relative;
      display: inline-block;
      margin-bottom: 0;
      width: 53px;
      height: 28px; }
      .product_filter_listing .product_listing .topbar .switch input {
        opacity: 0;
        width: 0;
        height: 0; }
      .product_filter_listing .product_listing .topbar .switch .slider {
        border-radius: 34px;
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin-left: 0;
        background-color: #989898;
        transition: .4s; }
      .product_filter_listing .product_listing .topbar .switch input:checked + .slider {
        background-color: #47c639; }
      .product_filter_listing .product_listing .topbar .switch .slider:before {
        position: absolute;
        content: "";
        height: 22px;
        width: 22px;
        left: 4px;
        bottom: 3px;
        background-color: white;
        transition: .4s; }
      .product_filter_listing .product_listing .topbar .switch .slider.round:before {
        border-radius: 50%; }
      .product_filter_listing .product_listing .topbar .switch input:checked + .slider:before {
        transform: translateX(26px);
        left: 2px; }
    @media (max-width: 1199.98px) {
      .product_filter_listing .product_listing .topbar {
        padding: 10px; } }
  .product_filter_listing .product_listing .products .product_box {
    border: 1px solid transparent;
    border-radius: 7px;
    margin-bottom: 20px;
    overflow: hidden;
    transition: 0.5s;
    padding: 0px; }
    .product_filter_listing .product_listing .products .product_box .product_discountLabelBox {
      height: 45px;
      margin-bottom: 10px;
      overflow: hidden; }
    .product_filter_listing .product_listing .products .product_box .product_msgLabelBox {
      display: -ms-flexbox;
      display: flex;
      height: 18px;
      -ms-flex-pack: end;
          justify-content: end; }
    .product_filter_listing .product_listing .products .product_box .product_innerBox {
      padding: 15px; }
    .product_filter_listing .product_listing .products .product_box .product_shotLabel {
      background: #FF0000;
      color: #FFFFFF;
      padding: 3px 10px;
      font-size: 12px;
      font-weight: 600; }
    .product_filter_listing .product_listing .products .product_box .product_CalloutMsg {
      color: #000000;
      background: #B6D0E2;
      padding: 0px 15px;
      font-size: 12px;
      font-weight: 600; }
    .product_filter_listing .product_listing .products .product_box .product_discountLabel {
      font-size: 12px;
      padding: 0px 5px;
      background-color: #1b3582;
      color: white;
      margin-right: 10px;
      height: 20px; }
    .product_filter_listing .product_listing .products .product_box .product_codLabel {
      font-size: 12px;
      padding: 0px 5px;
      background-color: #1b3582;
      color: white;
      margin-right: 10px;
      height: 20px; }
    .product_filter_listing .product_listing .products .product_box .product_innerBox {
      padding: 15px; }
    .product_filter_listing .product_listing .products .product_box .img img {
      height: 220px;
      object-fit: contain;
      transition: 0.5s; }
    .product_filter_listing .product_listing .products .product_box .content {
      border-bottom: 1px solid #aaaaaa;
      padding: 15px 0 20px;
      position: relative;
      transition: 0.5s; }
      .product_filter_listing .product_listing .products .product_box .content .heart_icon {
        position: absolute;
        top: 10px;
        right: 0; }
        .product_filter_listing .product_listing .products .product_box .content .heart_icon i {
          color: #5b5360;
          cursor: pointer;
          border-radius: 50px;
          font-weight: 300;
          font-size: 17px;
          padding: 8px 6px 4px; }
        .product_filter_listing .product_listing .products .product_box .content .heart_icon.selected i {
          background-color: #5b5360;
          color: white; }
      .product_filter_listing .product_listing .products .product_box .content h2 {
        color: #5b5360;
        font-size: 18px;
        line-height: 24px;
        font-weight: 700;
        margin-bottom: 5px;
        width: 183px !important;
        height: 70px !important;
        overflow: hidden !important; }
        .product_filter_listing .product_listing .products .product_box .content h2:hover {
          color: #1b3582;
          transition: 0.5s; }
        @media (max-width: 991.98px) {
          .product_filter_listing .product_listing .products .product_box .content h2 {
            width: 170px; } }
      .product_filter_listing .product_listing .products .product_box .content .price .price-style {
        color: #1b3582;
        font-size: 20px;
        line-height: 25px;
        font-weight: 700;
        margin-bottom: 6px; }
        .product_filter_listing .product_listing .products .product_box .content .price .price-style span {
          font-size: 15px;
          font-weight: 400;
          display: inline-block;
          position: relative;
          top: -1px; }
        .product_filter_listing .product_listing .products .product_box .content .price .price-style span.original_price {
          color: #8f8f8f;
          margin: 0 5px; }
          .product_filter_listing .product_listing .products .product_box .content .price .price-style span.original_price::before {
            content: '';
            background-color: #8f8f8f;
            width: 100%;
            height: 2px;
            display: inline-block;
            position: absolute;
            top: 11px; }
        .product_filter_listing .product_listing .products .product_box .content .price .price-style span.discount {
          color: #b41617; }
      .product_filter_listing .product_listing .products .product_box .content .price .price-per-unit {
        font-size: 12px;
        font-weight: 600;
        color: grey; }
      .product_filter_listing .product_listing .products .product_box .content .ratting {
        margin-bottom: 8px; }
        .product_filter_listing .product_listing .products .product_box .content .ratting .fa {
          color: #d6d6d6;
          cursor: pointer;
          font-size: 13px; }
        .product_filter_listing .product_listing .products .product_box .content .ratting .checked {
          color: #fdc42d; }
        .product_filter_listing .product_listing .products .product_box .content .ratting p {
          color: #5b5360;
          font-size: 13px;
          margin-bottom: 0;
          margin-left: 5px; }
      .product_filter_listing .product_listing .products .product_box .content .rating-box-height {
        height: 25px; }
      .product_filter_listing .product_listing .products .product_box .content .color-box-height {
        height: 25px; }
      .product_filter_listing .product_listing .products .product_box .content .round-border {
        border: 1px solid #84c8f9; }
      .product_filter_listing .product_listing .products .product_box .content .colors_list p {
        color: #415A70;
        font-weight: 500; }
      .product_filter_listing .product_listing .products .product_box .content .colors_list .colors input {
        display: none; }
      .product_filter_listing .product_listing .products .product_box .content .colors_list .colors label {
        cursor: pointer;
        margin: 0 2px;
        height: 20px;
        width: 15px;
        position: relative;
        top: 2px; }
      .product_filter_listing .product_listing .products .product_box .content .colors_list .colors span {
        display: inline-block;
        position: relative;
        width: 14px;
        height: 10px; }
      .product_filter_listing .product_listing .products .product_box .content .colors_list .colors span.round {
        border: 1px solid #6d6e70;
        border-radius: 50px;
        width: 14px;
        height: 14px; }
      .product_filter_listing .product_listing .products .product_box .content .colors_list .colors p.select_round {
        display: block;
        border-radius: 50px;
        width: 10px;
        height: 10px;
        margin-bottom: 0;
        position: absolute;
        left: 2px;
        top: 5px; }
      .product_filter_listing .product_listing .products .product_box .content .colors_list .colors input:checked + .select_round {
        display: block !important; }
    .product_filter_listing .product_listing .products .product_box:hover {
      border: 1px solid #1b3582;
      transition: 0.5s; }
      .product_filter_listing .product_listing .products .product_box:hover .img img {
        transform: scale(1.1);
        transition: 0.5s; }
      .product_filter_listing .product_listing .products .product_box:hover .content {
        border-bottom: 1px solid transparent;
        transition: 0.5s; }
  .product_filter_listing .product_listing .products .pagination a {
    color: #5b5360;
    float: left;
    padding: 5px;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    transition: background-color .3s;
    border-radius: 5px;
    border: 2px solid #5b5360;
    margin: 0 4px 10px;
    height: 35px;
    width: 35px; }
    .product_filter_listing .product_listing .products .pagination a.active {
      background-color: #415A70;
      color: white;
      border: 1px solid #415A70; }
  .product_filter_listing .product_listing .products .pagination a:hover:not(.active) {
    background-color: #415A70;
    color: white; }
  .product_filter_listing .product_listing .products .desc {
    margin-bottom: 35px; }
    .product_filter_listing .product_listing .products .desc h5 {
      color: #5b5360;
      font-weight: 700; }

.product_box .rating-box-height {
  height: 25px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }

@media (max-width: 1199.98px) {
  .product_listing_sec .fixed_filter_sort {
    background-color: #ffffff;
    box-shadow: 0px 3px 7px #00000040;
    position: relative;
    z-index: 999;
    padding: 15px 10px;
    margin-bottom: 30px;
    top: 0;
    transition: 0.5s; }
    .product_listing_sec .fixed_filter_sort.sticky_fixed_filter_sort {
      position: fixed;
      width: 92%;
      margin-top: -115px;
      top: 170px;
      transition: 0.5s; }
    .product_listing_sec .fixed_filter_sort .filter_icon {
      margin-bottom: 0; } }

.likes_products .products .product_box .content h6 {
  width: 185px !important; }

.wishlistTile i.fa-heart-o {
  color: rgba(0, 0, 0, 0.7); }

.wishlistTile i.fa-circle {
  color: rgba(255, 255, 255, 0.7);
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.2); }

.wishlistTile span.fa-stack {
  position: absolute;
  top: 8px;
  left: 0; }

.wishlistTile .fa-heart {
  color: black; }

.product_filter_description {
  background-color: #f6f6f6;
  padding: 10px 0;
  /* If the screen size is 600px wide or less, set the font-size of <div> to 30px */ }
  @media (min-width: 601px) {
    .product_filter_description p {
      text-align: center;
      font-weight: bold;
      font-family: 'Roboto';
      color: #5b5360;
      font-size: 18px;
      line-height: 24px;
      font-weight: 700; } }
  @media (max-width: 600px) {
    .product_filter_description p {
      text-align: center;
      font-weight: bold;
      font-family: 'Roboto';
      color: #5b5360;
      font-size: 12px;
      line-height: 24px;
      font-weight: 700; } }


/*# sourceMappingURL=product_listing.css.map*/