.filter {
    position: relative;
    z-index: 0;
    text-align: center;
    width: 100%;
    height: 100%;
    background: url("https://storage-asset.msi.com/event/2026/cnd/best-motherboard-for-gaming-pc-build/images/filter-bg.jpg") right center no-repeat ;
    background-size: cover;
    background-attachment: fixed;
    padding-top: 2vw;
    padding-bottom: 2vw;
    color: #fff;
    }
    .filter .filter__inner {
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    border-radius: 30px;
    padding: 50px 0;
    }
    .filter .pdbox {
    margin: 0 auto;
    width: 100%;
    margin: 0 auto;
    max-width: 1200px;
    padding: 25px;
    }

    .filter-title {
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: capitalize;
    margin: 25px auto 10px;
    font-weight: 300;
    }
    @media (min-width: 996px) {
    .filter-title {
        margin: 50px auto 20px;
        font-size: 30px;
        text-shadow: #ae3b3b 0px 5px 10px;
    }
    }
    .filter-title img {
    width: 40px;
    flex: 0 0 40px;
    }

    @media (min-width: 996px) {
    .filterTab {
        display: flex;
        justify-content: space-between;
    }
    }
    .filterTab .mtfilter {
    font-weight: bold;
    text-align: left;
    flex: 1;
    margin-top: 10px;
    }
    @media (min-width: 996px) {
    .filterTab .mtfilter {
        margin-right: 20px;
    }
    .filterTab .mtfilter:last-child {
        margin-right: 0;
    }
    }
    .filterTab .mtfilter b {
    display: block;
    font-weight: normal;
    font-size: 14px;
    opacity: 0.7;
    }
    .filterTab .mtfilter label {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-align: left;
    padding: 15px;
    background: rgba(208, 68, 68, 0.8);
    border-radius: 10px;
    cursor: pointer;
    }
    @media (min-width: 996px) {
    .filterTab .mtfilter label {
        padding: 25px;
    }
    }
    .filterTab .mtfilter label::before {
    content: "";
    font-family: "msi-icons";
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 30px;
    border: rgba(208, 68, 68, 0.4) 1px solid;
    margin-right: 20px;
    flex: 0 0 30px;
    }
    .filterTab .mtfilter label:hover {
    box-shadow: var(--color-red-400) 0 0 10px;
    }
    .filterTab .mtfilter input[type=checkbox] {
    display: none;
    }
    .filterTab .mtfilter input[type=checkbox]:checked + label {
    background-image: linear-gradient(45deg, #f90a1a, #856ee0 80%, #2991f3);
    }
    .filterTab .mtfilter input[type=checkbox]:checked + label::before {
    border-color: #fff;
    content: "\ea01";
    }
    .filterTab .mtfilter input[type=checkbox]:disabled + label {
    background: #333;
    border-color: #333;
    }
    .filterTab .mtfilter input[type=checkbox]:disabled + label:before {
    content: "\ea02";
    color: var(--color-red-400);
    }
    .filterTab .mtfilter input[type=checkbox]:disabled + label:hover {
    box-shadow: none;
    }
    #ad-filter-bt {
    padding-top: 25px;
    padding-bottom: 30px;
    }
    #ad-filter-bt button {
    background-image: linear-gradient(300deg, #6a5378, #08437d);
    color: #fff;
    padding: 15px 25px;
    border-radius: 10px;
    }
    #ad-filter-bt button:hover {
    box-shadow: #fff 0 0 30px;
    }
    .advancebox {
        background: var(--color-red-400);
        width: 30px;
        height: 30px;
        border-radius: 30px;
        margin: 0 auto 20px;
        font-size: 24px;
        line-height: 24px;
        cursor: pointer;
        transition: 1s all ease-in-out;
      }
      @media (min-width: 996px) {
        .advancebox {
          display: none;
        }
      }
      .advancebox.plus-icon {
        transform: rotate(45deg);
      }
      
      .plus {
        border-collapse: collapse;
        width: 100%;
        display: none;
      }
      @media (min-width: 996px) {
        .plus {
          display: block;
        }
      }
      .plus-show {
        display: table;
      }
      .plus .css_tr {
        display: flex;
        flex-direction: column;
      }
      @media (min-width: 996px) {
        .plus .css_tr {
          flex-direction: row;
          width: 100%;
          margin-bottom: 3px;
        }
      }
      .plus .css_td_1 {
        background: #333;
        padding: 10px;
      }
      @media (min-width: 996px) {
        .plus .css_td_1 {
          flex: 0 0 250px;
          display: inline-flex;
          align-items: center;
          justify-content: flex-end;
        }
      }
      .plus .css_td_2 {
        display: flex;
        flex-wrap: wrap;
        background: #222;
        padding: 15px 10px;
      }
      @media (min-width: 996px) {
        .plus .css_td_2 {
          flex: 0 0 calc(100% - 250px);
          border-bottom: #444 1px solid;
        }
      }
      .plus .css_td_2 .mtfilter {
        display: inline-flex;
        width: calc(50% - 20px);
        margin: 5px 10px;
      }
      @media (min-width: 996px) {
        .plus .css_td_2 .mtfilter {
          width: auto;
        }
      }
      .plus .css_td_2 .mtfilter label {
        display: flex;
        align-items: center;
        text-align: left;
        border-radius: 30px;
        padding: 5px 10px 5px 5px;
        cursor: pointer;
      }
      .plus .css_td_2 .mtfilter label::before {
        content: "";
        font-family: "msi-icons";
        display: flex;
        justify-content: center;
        align-items: center;
        flex: 0 0 15px;
        width: 15px;
        height: 15px;
        border-radius: 15px;
        border: #ccc 1px solid;
        margin-right: 10px;
      }
      .plus .css_td_2 .mtfilter label:hover {
        box-shadow: var(--color-red-400) 0 0 10px;
      }
      .plus .css_td_2 .mtfilter input[type=checkbox] {
        display: none;
      }
      .plus .css_td_2 .mtfilter input[type=checkbox]:checked + label {
        background-image: linear-gradient(45deg, #f90a1a, #856ee0 80%, #2991f3);
      }
      .plus .css_td_2 .mtfilter input[type=checkbox]:checked + label::before {
        border-color: #fff;
        content: "\ea01";
      }
      .plus .css_td_2 .mtfilter input[type=checkbox]:disabled + label {
        background: #333;
        border-color: #333;
        color: #999;
      }
      .plus .css_td_2 .mtfilter input[type=checkbox]:disabled + label:before {
        content: "\ea02";
        color: #999;
      }
      .plus .css_td_2 .mtfilter input[type=checkbox]:disabled + label:hover {
        box-shadow: none;
      }
      
      #ad-filter-bt {
        padding-top: 25px;
        padding-bottom: 30px;
      }
      #ad-filter-bt button {
        background-image: linear-gradient(45deg, #f90a1a, #856ee0 80%, #2991f3);
        color: #fff;
        padding: 15px 25px;
        border-radius: 10px;
      }
      #ad-filter-bt button:hover {
        box-shadow: #fff 0 0 30px;
      }
      
      .result-area {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10;
      }
      .result-area .more {
        padding: 50px 0 0;
      }
      .result-area .more .btnmore {
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--color-red-400);
        font-size: 16px;
        transition: 0.2s all;
        text-transform: uppercase;
        cursor: pointer;
      }
      .result-area .more .btnmore::after {
        content: "";
        display: inline-block;
        width: 30px;
        height: 30px;
        border-radius: 30px;
        background: url(https://storage-asset.msi.com/event/mb/2019/best-motherboard/images/cross.png) center center no-repeat;
        background-color: var(--color-red-400);
        transition: all 0.2s;
        margin-left: 30px;
      }
      .result-area .more .btnmore:hover {
        color: #fff;
        text-shadow: var(--color-red-400) 0 0 30px;
      }
      .form-modbox {
        display: inline-flex;
        flex-direction: column;
      }
      @media (min-width: 768px) {
        .form-modbox {
          width: calc(50% - 20px);
          margin: 10px;
        }
      }
      @media (min-width: 996px) {
        .form-modbox {
          width: calc(25% - 40px);
          margin: 20px;
        }
      }
      .form-modbox .modal-but {
        color: #fff;
      }
      .form-modbox .modal-but h5 {
        padding: 8px 0;
        font-size: 18px;
      }
      .form-modbox .modal-but:hover {
        color: var(--color-red-400);
      }
      .form-modbox .sn-btn {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-top: 8px;
      }
      .form-modbox .sn-btn a {
        background: rgba(208, 68, 68, 0.8);
        border-radius: 20px;
        padding: 10px;
        font-size: 14px;
        cursor: pointer;
        width: calc(50% - 5px);
        text-align: center;
        color: #fff;
      }
      .form-modbox .sn-btn a:hover {
        box-shadow: var(--color-red-400) 0 0 10px;
      }
      .form-modbox .sn-btn .compare label {
        display: inline-flex;
        align-items: center;
        text-align: right;
        background: rgba(208, 68, 68, 0.8);
        border-radius: 20px;
        padding: 10px 25px 10px 5px;
        font-size: 14px;
        cursor: pointer;
      }
      .form-modbox .sn-btn .compare label::before {
        content: "";
        font-family: "msi-icons";
        display: flex;
        justify-content: center;
        align-items: center;
        width: 15px;
        height: 15px;
        border-radius: 30px;
        border: rgba(208, 68, 68, 0.4) 1px solid;
        margin-right: 5px;
      }
      .form-modbox .sn-btn .compare label:hover {
        box-shadow: var(--color-red-400) 0 0 10px;
      }
      .form-modbox .sn-btn .compare input[type=checkbox] {
        display: none;
      }
      .form-modbox .sn-btn .compare input[type=checkbox]:checked + label {
        background-image: linear-gradient(45deg, #f90a1a, #856ee0 80%, #2991f3);
      }
      .form-modbox .sn-btn .compare input[type=checkbox]:checked + label::before {
        border-color: #fff;
        content: "\ea01";
      }
      .form-modbox .sn-btn .compare input[type=checkbox]:disabled + label {
        background: #333;
        border-color: #333;
      }
      .form-modbox .sn-btn .compare input[type=checkbox]:disabled + label:before {
        content: "\ea02";
        color: var(--color-red-400);
      }
      .form-modbox .sn-btn a {
        background: rgba(208, 68, 68, 0.8);
        border-radius: 20px;
        display: inline-block;
      }
      
      .modal-dialog {
        width: 100% !important;
        padding: 25px;
      }
      .modal-open {
        padding-right: 0px !important;
      }
      .modal-open .modal {
        background: rgba(0, 0, 0, 0.7) !important;
      }
      .modal-content {
        text-align: left;
        line-height: 1.8rem;
        display: flow-root;
        background: rgba(0, 0, 0, 0.6);
        color: #fff;
        border: 0px solid #530001;
        padding: 0 15px;
        letter-spacing: normal;
        border-radius: 0px !important;
      }
      .modal-content .ok {
        font-size: 1em;
        background-color: #ffdc00;
        border-radius: 3px;
        color: #000;
        border: 0px;
        margin-top: 15px;
      }
      .modal-content p {
        padding-bottom: 20px;
        font-size: 18px;
      }
      .modal-content .mediabox {
        width: 100%;
        margin: 0 auto;
        text-align: center;
        display: flex;
        justify-content: center;
      }
      .modal-content .item {
        flex: 1;
        max-width: 350px;
        margin: 10px;
      }
      .modal-content .item ul {
        color: #fff;
        text-align: center;
        list-style: none;
        background: rgba(0, 0, 0, 0.8);
        border: 3px solid rgba(255, 0, 0, 0.6);
        opacity: 1;
        padding: 15px;
        font-size: 18px;
        -webkit-box-shadow: 0 0 35px rgba(255, 0, 0, 0.7);
        box-shadow: 0 0 35px rgba(255, 0, 0, 0.4);
        min-height: 320px;
      }
      .modal-content .item ul li {
        line-height: 2em;
      }
      .modal-content .item ul li img {
        padding-bottom: 5px;
      }
      .modal-content .item ul li.mntpd {
        color: #c00;
        font-size: 110%;
        padding: 2px 0px;
      }
      .modal-content .item ul li.mname {
        color: #c00;
        line-height: normal;
      }
      .modal-content .item ul li.introduction {
        font-size: 80%;
        line-height: 1.5;
      }
      .modal .close {
        background: #880002 !important;
        width: 30px;
        height: 30px;
        border-radius: 50px;
        text-align: center;
        border: none;
        color: #fff;
        opacity: 1 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
        padding: 0px;
      }
      .modal .close p {
        padding-bottom: 5px;
        margin: 0px;
      }
      .modal .close:focus, .modal .close:hover {
        text-decoration: none;
        cursor: pointer;
        background: #C90003 !important;
        -webkit-box-shadow: none;
        box-shadow: none;
        text-shadow: none;
      }
      .modal-backdrop {
        pointer-events: none;
        background: none;
      }