/** Shopify CDN: Minification failed

Line 367:13 Unexpected "="

**/
         h3.blogHandle {
              font: bold 28px/46px Samsungsharp;
          }
        .catImg svg {
            margin: 0 auto;
        }
      .CategoryItem[data-id="Refrigerator"] img {
          height: 50px;
          margin: 0 !important;
      }
       h4.filterModelHead {
        font: normal normal normal 20px / 30px SamsungOne_400;
        color: #000;
        margin-top: 20px;
    }
        .searchBox {
            width: 100%;
            margin-bottom: 30px;
        }
        h1.wpbPageTitle {
            font-family: DacorDruk;
            font-size: 4.4rem;
            color: #383839;
            margin: 0;
        }
        .catImg {
          align-items: center;
          display: flex;
          width:40%;
          justify-content:center;
       }
        .HowToFound i.fa.fa-question {
            color: #383839;
            margin: 0 5px 0 15px;
        }
        .CatTitle {
            width: 50%;
            text-align: center;
        }

      .error-msg.show{
        display:block !important;
      }
     
      .blog_section {
          max-height: 585px;
          overflow: auto;
          scroll-behavior: smooth;
      }
      .blog_section::-webkit-scrollbar-track {
        background: #f1f1f1; 
      }
      .blog_section::-webkit-scrollbar{
        display:block;
      }
      .blog_section .additional-contect {
        margin-top: 15px;
        width: 100%;
      }

      div#predictive-search-results ul.predictive_result {
          padding: 0 20px;
          list-style: none;
          margin: 0;
      }
      li.predictive_result_item a.predictive_result_items:hover {
          color: #1428A0;
          text-decoration: underline !important;
      }
      li.predictive_result_item a.predictive_result_items{
        color: #000!important;
      }
      li.predictive_result_item {
          border-bottom: 1px solid #ebeaea;
          padding: 9px 0;
      }
      img.watch {
          margin-right: 35px;
      }
      li.predictive_result_item:last-child {
          border-bottom: 0 !important;
      }
      div#shopify-section-predictive-search {
          position: absolute;
          background: #fff;
          box-shadow: 0 0 7px #ccc;
          top: 58px;
          width: 100%;
          max-width: 432px;
          max-height: 350px;
          overflow-y: auto;
      }
      /* category card css */

      .ProductCategory {
          display: flex;
          flex-wrap: wrap;
          gap: 20px;
          margin-top: 30px;
      }

      .CategoryItem {
          width: 280px;
          height: 80px;
          display: flex;
          align-items: center;
          background: #F4F4F4;
          border-radius: 20px;
          justify-content: space-evenly;
          border:4px solid #F4F4F4;
      }
      .CategoryItem.active {
          border: 4px solid #000;
      }

      .CatTitle h4 {
          margin: 0;
          color:#000;
          font-size:20px;
          font-family: 'SamsungOne_400';
          line-height:26px;
      }

      /* category card css end */

      span.error-msg {
          font: 14px/20px SamsungOne_400;
          color: #FF0000;
          display: none;
      }
      form.formSearch.self-repair {
          height: auto !important;
          width: 100%;
          max-width: 432px;
          display: flex;
      }
      h3.blogHandle {
          margin-top: 45px !important;
          margin-bottom:0;
      }

      form.formSearch.self-repair i.ti-search {
          position: relative;
          top: unset !important;
          right: unset;
          color: #000;
          font-size: 24px;
      }
      .blog_section.active {
        display: flex !important;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
      .HowToFound span {
          font: 20px/26px SamsungOne_400;
          color: #000000;
      }
      .HowToFound a {
          display: flex;
          align-items: center;
      }
      .HowToFound {
          display: flex;
          align-items: center;
      }
      .blog_section.searchbox {
          display: flex;
          position: relative;
      }
      .HowToFound i.ti-help-alt {
          font-size: 24px;
          margin-left: 32px;
          margin-right: 10px;
          color: #000;
      }
      .self-repair input::placeholder {
          font: 16px/21px SamsungOne_400 !important;
      }
       form.formSearch.self-repair button.btnTuluSearch {
          height: 56px!important;
          padding: 17px 18px;
          border-left: 0 !important;
          background: #fff;
          border: 1px solid #7F7F7F;
      }
      .blog_list {
          width: 25%;
          padding: 5px 0;
          border-radius: 5px;
          display: inline-block;
          margin-bottom: 5px;
      }
      .blog_list a:hover {
          color: #1428A0;
          text-decoration: underline !important;
      }
      div#dataresult {
          width: 100%;
      }
      .searchResult .blog_list {
          width: 24%;
          padding: 1px 0;
          margin-bottom: 1px;
      }
      form.formSearch.self-repair input.wpbSearch.form-control {
          height: 56px;
          width: 100%;
          border: 1px solid #7F7F7F;
          border-right: 0 !important;
          color:#000;
          outline: none;
      }
      .blog_list a {
          display: flex;
          align-items: center;
          color: #000;
          font: 20px/30px samsungOne_400;
      }
      p.detail {
          font: 24px/26px samsungOne_400;
          color: #000;
          margin:  0;
      }

      .blog_list img {
          margin-right: 10px;
          padding:3px;
      }
      .blog_list p {
          margin-bottom: 0 !important;
      }
      .blog_section {
          display: flex;
          flex-wrap: wrap;
          padding-bottom: 5px;
          margin-top:30px;
          display:none;
      }
      form.formSearch.self-repair input.wpbSearch.form-control {
          border-radius: 0;
      }
      /*   mobile view   */

      @media(max-width:670px){
        .catImg svg {
    max-height: 45px;
}
       .CategoryItem {
            flex-direction: column;
        }
      .HowToFound a {
          margin-top: 30px;
      }
      .rte {
          position: relative;
      }
      span.error-msg {
          position: absolute;
          top: 17%;
      }
      .HowToFound i.ti-help-alt {
          margin-left: 0 !important;
      }
      .blog_list img {
          padding: 3px;
          width: 40px  !important;
      }
      p.detail {
          font: 14px/24px samsungOne_400 !important;
          margin-top: 0 !important;
      }
      h3.blogHandle {
          font: 703 18px/21px Samsungsharp!important;
      }
       .blog_list {
          width:50%;
          padding: 0px 9px !important;
          margin-bottom: 9px !important;
      }
      h1.wpbPageTitle {
          font: 30px/68px Samsung Sharp Sans!important;
          margin-bottom: 0 !important;
      }
      .CatTitle h4 {
          color: #000;
          font: 13px/18px SamsungOne_400;
      }
      img[alt="Refrigerator"] {
          width: 26px;
      }
      .CategoryItem[data-id="DigitalTv"] .catImg img {
          width: 46px;
          height: 32px;
      }
      .CategoryItem[data-id="Monitor"] .catImg img {
          width: 40px;
          height: 39px;
      }
      .CategoryItem[data-id="Soundbar"] .catImg img {
          width: 68px;
          height: 25px;
      }
      [data-id="Computing"] svg {
          width: 52px;
      }
      img[alt="Microwave"] {
        width: 56px;
       }  
      img[alt="Dishwasher"] {
          width: 35px;
      }
      img[alt="Dryer"] {
          width: 32px;
      }
      img[alt="Oven"] {
            width: 36px;
      }

      [data-id="Monitor"] svg {
          width: 40px;
      }
      .CategoryItem[data-id="Projector"] .catImg img {
        width: 53px;
        height: 26px;
      }
        
      .CategoryItem {
          width: 29% !important;
          height: 100px !important;
          border-radius:15px;
      }
      img[alt="Smartphones"] {
          width: 22px;
      }  
      .ProductCategory {
          gap: 18px !important;
      }
     .CatTitle {
        width: 100% !important;
     }
     [data-id="Vacuum"] img {
        width: 14px;
     }
     img[alt="Washer"] {
    width: 32px;
}   
     .CategoryItem.active {
          border: 3px solid #000 !important;
      }
      .CategoryItem.active {
          border-width: 3px !important;
      }
      img[alt="Tablets"] {
          width: 33px;
      }
      .catImg {
          width: 82% !important ;
      }  
      [data-id="DigitalTv"] svg {
          width: 45px;
      }
      data-id="Computing"] svg {
          width: 52px;
      }
      [data-id="Wearable"] svg {
          width: 77px;
      }  

        
      }
           
 @media (max-width:350px){
         .CategoryItem {
           width: 30% !important;
         }
         .ProductCategory {
            gap: 12px !important;
         }
      }  


      @media(min-width:671px) and (max-width:766px){
        .CategoryItem {
            width: 48% !important;
        }
      }  

      @media(min-width:767px) and (max-width:1024px){
        .CategoryItem {
        width: 226px !important;
          }
      }
      @media (min-width: 1500px){
       header div#wpbHeaderMain .container, div#pageContainer .main-section {
          max-width: 1600px!important;
          width:100% !important;
          padding-right: 0!important;
        }
        .pageContent {
            min-width: 1180px;
        }
        .SelfRepairPage {
          max-width: 1500px;
          margin: 0 auto;
          padding: 0 25px;
        }
      }