
    .mmag-product {
        position: absolute;
        top: 15px;
        left: 120px;
        height: 55px;
        right: 20px;
        text-align: left;
        vertical-align: middle;
        padding: 0 10px 10px 10px;
        font-size: 10pt;
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        font-weight: bold;
        word-break: break-all;
        border: solid 0px blue;
    }

    .mmag-vendor {
        position: absolute;
        top: 22px;
        left: 120px;
        height: 55px;
        right: 100px;
        text-align: left;
        vertical-align: middle;
        padding: 0 10px 10px 10px;
        font-size: 9pt;
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        font-weight: normal;
        word-break: break-all;
        border: solid 0px blue;
    }

    .mmag-product-tags-L {
        position: relative;
        top: 53px;
        left: 120px;
        right: auto;
        padding-right: 10px;
    }

    .mmag-product-tag-L1-tag1 
    {
        /*position: absolute; top: 53px; left: 120px;*/
        float: left;
        right: auto;
        /*width: 120px;*/
        font-size: 9pt;
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        font-weight: bold;
        background: darkred;
        color: white;
        border: solid 1px black;
        padding: 2px 8px;
        border-radius: 4px;
    }

    .mmag-product-tag-L1 {
        /*position: absolute; top: 53px; left: 120px;*/
        float: left;
        right: auto;
        /*width: 120px;*/
        font-size: 9pt;
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        font-weight: bold;
        background: darkred;
        color: white;
        border: solid 1px black;
        padding: 2px 8px;
        border-radius: 4px;
    }

    .mmag-product-tag-L2 {
        /*position: absolute; top: 77px; left: 120px;*/
        float: left;
        right: auto;
        /*width: 120px;*/
        font-size: 9pt;
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        font-weight: bold;
        background: gold;
        color: black;
        border: solid 1px black;
        padding: 2px 8px;
        border-radius: 4px;
    }

    .mmag-product-tag-L3 {
        /*position: absolute; top: 101px; left: 120px;*/
        float: left;
        right: auto;
        /*width: 120px;*/
        font-size: 9pt;
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        font-weight: bold;
        background: #001871;
        color: white;
        border: solid 1px black;
        padding: 2px 8px;
        border-radius: 4px;
    }

    .mmag-product-tag-T1-1 {

        float: left;
        width: fit-content;
        font-size: 10pt;
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        font-weight: bold;
        background: darkred;
        color: white;
        border: solid 1px black;
        border-radius: 4px;
        padding: 2px 12px;
        margin-left: 0px;
    }

    .mmag-product-tag-T2-1 {

        float: left;
        width: fit-content;
        font-size: 10pt;
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        font-weight: bold;
        background: gold;
        color: black;
        border: solid 1px black;
        border-radius: 4px;
        padding: 2px 12px;
        margin-left: 0px;
    }

    .mmag-product-tag-T3-1 {

        float: left;
        width: fit-content;
        font-size: 10pt;
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        font-weight: bold;
        background: #001871;
        color: white;
        border: solid 1px black;
        border-radius: 4px;
        padding: 2px 12px;
        margin-left: 0px;
    }

    .mmag-product-tag-T1-1::before {
        /*content: '';
          position: absolute;
          top: 50%;
          left: 0px;  
          margin-top: -5px;
          border: solid 5px transparent;
          border-right-color: darkred;*/
    }

    .mmag-product-tag-T2-1::before {
        /*content: '';
          position: absolute;
          top: 50%;
          left: 0px;  
          margin-top: -5px;
          border: solid 5px transparent;
          border-right-color: gold;*/
    }

    .mmag-product-tag-T3-1::before {
        /*content: '';
          position: absolute;
          top: 50%;
          left: 0px;  
          margin-top: -5px;
          border: solid 5px transparent;
          border-right-color: #001871;*/
    }

    .mmag-product-tag-T1 {
        position: absolute;
        top: 280px;
        left: 10px;
        right: auto;
        /*width: 120px;*/
        font-size: 10pt;
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        font-weight: bold;
        background: red;
        color: white;
        border: solid 1px black;
        padding: 2px 4px;
    }

    .mmag-product-tag-T2 {
        position: absolute;
        top: 306px;
        left: 10px;
        right: auto;
        /*width: 120px;*/
        font-size: 10pt;
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        font-weight: bold;
        background: gold;
        color: black;
        border: solid 1px black;
        padding: 2px 4px;
    }

    .mmag-product-tag-T3 {
        position: absolute;
        top: 332px;
        left: 10px;
        right: auto;
        /*width: 120px;*/
        font-size: 10pt;
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        font-weight: bold;
        background: #001871;
        color: white;
        border: solid 1px black;
        padding: 2px 4px;
    }

    .mmag-product-tag-T1::before {
        /*content: '';
          position: absolute;
          top: 50%;
          left: 0px;  
          margin-top: -5px;
          border: solid 5px transparent;
          border-right-color: darkred;*/
    }

    .mmag-product-tag-T2::before {
        /*content: '';
          position: absolute;
          top: 50%;
          left: 0px;  
          margin-top: -5px;
          border: solid 5px transparent;
          border-right-color: gold;*/
    }

    .mmag-product-tag-T3::before {
        /*content: '';
          position: absolute;
          top: 50%;
          left: 0px;  
          margin-top: -5px;
          border: solid 5px transparent;
          border-right-color: #001871;*/
    }

    */ .mmag-sellprice-1 {
        position: absolute;
        top: 70px;
        left: auto;
        right: 20px;
        width: 100px;
        font-size: 10pt;
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        padding: 0;
    }

    .mmag-sellprice-2 {
        position: absolute;
        top: 85px;
        left: auto;
        right: 20px;
        width: 100px;
        font-size: 10pt;
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
    }

    .mmag-sellprice-3 {
        position: absolute;
        top: 100px;
        left: auto;
        right: 20px;
        width: 75px;
        font-size: 12pt;
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        padding: 0;
    }

    .mmag-yrprice-1 {
        position: absolute;
        top: 70px;
        left: 20px;
        right: auto;
        width: 120px;
        font-size: 10pt;
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        padding: 0;
    }

    .mmag-yrprice-2 {
        position: absolute;
        top: 85px;
        left: 20px;
        right: auto;
        width: 120px;
        font-size: 10pt;
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        color: #00ADEE;
    }

    .mmag-yrprice-3 {
        position: absolute;
        top: 100px;
        left: 45px;
        right: auto;
        width: 90px;
        font-size: 14pt;
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        color: #00ADEE;
        font-weight: bold;
        padding: 0;
    }

    .mmag-profit-1 {
        position: absolute;
        top: 110px;
        left: 130px;
        color: black;
        font-size: 10pt;
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        padding: 0px;
    }

    .mmag-profit-2 {
        position: absolute;
        top: 110px;
        left: 130px;
        color: #39B54A;
        font-size: 10pt;
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        padding: 0px;
    }

    .mmag-profit-3 {
        position: absolute;
        top: 130px;
        left: 155px;
        color: #39B54A;
        font-size: 12pt;
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        font-weight: bold;
        padding: 0px;
    }

    .mmag-photo {
        height: 106px;
    }

    .mmag-photo-frame {
        height: 106px;
        width: 120px;
    }

    .mmag-qtyavail-1 {
        position: absolute;
        top: 52px;
        right: 9px;
        width: 142px;
        height: 45px;
    }

    .mmag-qtyavail-2 {
        position: absolute;
        top: 238px;
        right: 9px;
        width: 272px;
        height: 45px;
    }

    .mmag-minus {
        position: absolute;
        bottom: 20px;
        left: auto;
        right: 240px;
        width: 40px;
        height: 30px;
        font-size: 10pt;
        font-weight: bold;
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        padding: 0;
    }

    .mmag-plus {
        position: absolute;
        bottom: 20px;
        left: auto;
        right: 150px;
        width: 40px;
        height: 30px;
        font-size: 10pt;
        font-weight: bold;
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        padding: 0;
    }

    .mmag-addqty {
        position: absolute;
        bottom: 5px;
        left: auto;
        right: auto;
        width: 40px;
        height: 78px;
        font-size: 18pt;
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        text-align: center;
        padding: 0 2px;
    }

    .mmag-addcart {
        position: absolute;
        bottom: -15px;
        left: auto;
        right: auto;
        width: 100px;
        height: 78px;
        background-color: #00ADEE;
        color: white;
        font-size: 18pt;
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        padding: 0;
    }

    .pagination>.active>a,
    .pagination>.active>span,
    .pagination>.active>a:hover,
    .pagination>.active>span:hover,
    .pagination>.active>a:focus,
    .pagination>.active>span:focus {
        z-index: 2;
        color: #fff;
        background-color: #00ADEE;
        border-color: #428bca;
        cursor: default;
    }

    .col-mmag-2 {
        width: 15%;
        position: relative;
        float: left;

        border: 1px solid lightgray;
        /*#333333; /* #C0C0C0; */
        overflow: hidden;
        background-color: white;

        /*box-shadow: 2px 2px 5px #888888;*/
        height: 554px;

        border-radius: 8px;

        min-width: 280px;
        /*max-width: 215px; */

        margin: 5px;
        padding: 0px;
    }

    .col-mmag-3 {
        width: 360px;
        /*22%; 31%;*/
        position: relative;
        float: left;

        border: 1px solid lightgray;
        /*#333333; /* #C0C0C0; */
        overflow: hidden;
        background-color: white;

        /*box-shadow: 2px 2px 5px #888888;*/
        height: 220px;
        /*190px; */

        border-radius: 8px;

        min-width: 300px;
        /*max-width: 215px; */

        margin: 5px;
        padding: 0px;
    }

    .col-mmag-4 {
        width: 23%;
        position: relative;
        float: left;

        border: 1px solid #333333;
        /* #C0C0C0; */
        overflow: hidden;
        background-color: white;

        box-shadow: 2px 2px 5px #888888;
        height: 190px;

        border-radius: 8px;

        min-width: 300px;
        /*max-width: 215px; */

        margin: 15px;
        padding: 0px;
    }

    .col-mmag-6 {
        width: 46%;
        position: relative;
        float: left;

        border: 1px solid #333333;
        /* #C0C0C0; */
        overflow: hidden;
        background-color: white;

        box-shadow: 2px 2px 5px #888888;
        height: 190px;

        border-radius: 8px;

        min-width: 300px;
        /*max-width: 215px; */

        margin: 15px;
        padding: 0px;
    }

    .btn-default {
        background-image: none !important;
        background-color: white;
    }

    .default-input-group {
        width: 250px;
    }

    #PwpModalHeader
    {
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .product-card 
    {
      flex: 0 1 auto;
    }

    #pwpModalBody 
    {
      display: flex;
      flex-wrap: wrap; /* Allow wrapping to next row */
      gap: 10px;
      max-height: 70vh;
      overflow-y: auto;
    }
    
    #pwpModalBody .product-card 
    {
      flex: 0 0 calc(50% - 10px); /* 2 per row with 10px gap */
      box-sizing: border-box;
    }

    #pwpModalBodyRow
    {
      width: 564px;
      float: left;
      box-sizing: border-box;
      padding-left: 0px;
    }

    .mmag-productName span 
    {
      display: inline-block;
      background: #f1f1f1;
      padding: 6px 12px;
      border-radius: 12px;
      white-space: nowrap;
    }

    @media (min-width: 300px) {

        /* 300px; */
        .default-input-group {
            width: 100%;
        }

        #divEolDate
        {
            width: 274px;
        }

        #pwpModalBodyRow
        {
            width: 564px;
            float: left;
            box-sizing: border-box;
            padding-left: 0px;
        }

        #divSpecs {
            position: relative;
            float: left;
            width: 460px;
            max-width: 90%;
            min-height: 100px;
            border-right: solid 1px #E5E5E5;
            padding: 0px 0px 20px 30px;
            //top: 86px;
            margin-bottom: 45px;
            margin-top: 39%;
        }

        #divView {
            /*position: relative; float: left;*/
            margin: 0 auto;
            width: fit-content;
            -height: 300px;
            border: solid 1px transparent;
            padding-left: 10px;
        }

        .thumb-slider .swiper-slide {
            width: 80px;
            height: 80px;
            overflow: hidden;
            border: 2px solid #ddd;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #fff;
        }

        .thumb-slider .swiper-slide img,
        .thumb-slider .swiper-slide video {
            //width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 8px;
        }

        .thumb-slider .swiper-slide video {
            pointer-events: none;
        }

        .main-slider .swiper-slide {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .main-slider .swiper-slide video {
            width: 70%;
            max-width: 550px;
            max-height: 400px;
            border-radius: 12px;
            display: block;
            margin: 0 auto;
            position: relative;
            right: 10px;
        }

        .main-slider .swiper-slide img {
            max-width: 300px;
            height: auto;
            display: block;
            margin: 0 auto;
        }

        .thumb-slider .swiper-slide img {
            max-width: 60px;
            height: auto;
            display: block;
        }

        .video-icon {
            position: absolute;
            bottom: 8px;
            left: 8px;
            background: rgba(0, 0, 0, 0.6);
            color: white;
            font-size: 12px;
            padding: 3px 6px;
            border-radius: 4px;
            display: flex;
            align-items: center;
        }

        .thumb-slider {
            max-width: 320px;
            margin: 10px auto;
        }

        #btnAddCart {
            background: #00ADEE;
            border-radius: 20px;
            font-size: 12pt;
            width: 140px;
            height: 36px;
            position: relative;
            left: 13px;
        }

        #groupAddMinusQty {
            text-align: center;
            height: 36px;
            width: 132px;
            float: left;
            margin-bottom: 25px;
            margin-top: 15px;
            position: relative;
            left: 13px;
        }

        #tablePrice {
            margin-top: 103px;
        }

        #lblProductName {
            height: auto;
            padding: 0 10px;
            word-break: break-word;
            font-size: 14pt;
            font-weight: bold;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            color: #001871;
            position: absolute;
            top: -315px;
            width: 340px;
            white-space: normal;
        }

        #divLeft {
            position: relative;
            float: left;
            margin: 0px;
            width: 460px;
            max-width: 100%;
            height: 320px;
            border-right: solid 1px #E5E5E5;
            top: 100px;
        }

        .mmag-div-left {
            padding: 20px 20px 20px 20px;
            top: 112px;
        }

        .mmag-div-right {
            padding: 20px 20px 20px 20px;
        }

        .mmag-product {
            position: absolute;
            top: 124px;
            left: 0;
            height: 55px;
            right: 20px;
            padding: 0px;
            width: 100% !important;
            text-align: center !important;
            color: #000000;
        }

        .mmag-vendor {
            position: absolute;
            top: 22px;
            left: 102px;
            height: 55px;
            right: 90px;
        }

        .mmag-product-tags-L {
            position: relative;
            top: -25px;
            left: -2px;
            right: auto;
        }

        .mmag-product-tag-L1-tag1 {
            /*position: absolute; top: 53px; left: 102px;*/
            float: left;
            right: auto;
            width: 104px;
            font-size: 9pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            /*font-weight: bold;*/
            background: white;
            color: #00008B;
            border: solid 0px black;
            padding: 2px 8px;
            border-radius: 4px;
            position: absolute;
            top: 124px;
            left: 32px;
        }

        .mmag-product-tag-L1 {
            /*position: absolute; top: 53px; left: 102px;*/
            float: left;
            right: auto;
            width: 104px;
            font-size: 9pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            /*font-weight: bold;*/
            background: white;
            color: #00008B;
            border: solid 0px black;
            padding: 2px 8px;
            border-radius: 4px;
            position: absolute;
            top: 124px;
            left: 46px;
        }

        .mmag-product-tag-L2 {
            /*position: absolute; top: 77px; left: 102px;*/
            float: left;
            right: auto;
            /*width: 120px;*/
            font-size: 9pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            font-weight: bold;
            background: #001871;
            color: white;
            padding: 2px 8px;
            position: relative;
            top: 24px;
        }

        .mmag-product-tag-L3 {
            /*position: absolute; top: 101px; left: 102px;*/
            float: left;
            right: auto;
            /*width: 120px;*/
            font-size: 9pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            font-weight: bold;
            background: #001871;
            color: white;
            border: solid 1px black;
            padding: 2px 8px;
            border-radius: 4px;
            display: none;
        }

        .mmag-sellprice-1 {
            display: none;
            position: absolute;
            top: 110px;
            left: 210px;
            right: auto;
            width: 100px;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0;
        }

        .mmag-sellprice-2 {
            display: none;
            position: absolute;
            top: 130px;
            left: 210px;
            right: auto;
            width: 100px;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        }

        .mmag-sellprice-3 {
            display: none;
            position: absolute;
            top: 130px;
            left: 235px;
            right: auto;
            width: 75px;
            font-size: 12pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0;
        }

        .mmag-yrprice-1 {
            display: none;
            position: absolute;
            top: 110px;
            left: 10px;
            right: auto;
            width: 120px;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0;
        }

        .mmag-yrprice-2 {
            position: absolute;
            top: 160px;
            left: 6vh;
            right: auto;
            width: 120px;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            color: #001871;
        }

        .mmag-yrprice-3 {
            position: absolute;
            top: 160px;
            left: 9.5vh;
            right: auto;
            width: 90px;
            font-size: 14pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            color: #001871;
            font-weight: bold;
            padding: 0;
        }

        .mmag-profit-1 {
            display: none;
            position: absolute;
            top: 110px;
            left: 115px;
            right: auto;
            width: 120px;
            color: black;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0px;
        }

        .mmag-profit-2 {
            display: none;
            position: absolute;
            top: 130px;
            left: 115px;
            right: auto;
            width: 120px;
            color: #39B54A;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0px;
        }

        .mmag-profit-3 {
            display: none;
            position: absolute;
            top: 130px;
            left: 140px;
            right: auto;
            width: 90px;
            color: #39B54A;
            font-size: 14pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0px;
        }

        .mmag-photo {
            width: 100px;
            max-width: 100px;
            height: auto;
        }

        .mmag-photo-frame {
            height: 86px;
            width: 102px;
            left: 30px;
            top: 25px;
        }

        .mmag-qtyavail-1 {
            position: absolute;
            top: 95px;
            left: 20px;
            width: 142px;
            height: 45px;
        }

        .mmag-qtyavail-2 {
            position: absolute;
            top: 238px;
            left: 0px;
            right: auto;
            width: 272px;
            height: 45px;
        }

        .mmag-addqty {
            position: absolute;
            bottom: 20px;
            left: auto;
            right: 190px;
            width: 50px;
            height: 30px;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        }

        .mmag-addcart {
            position: absolute;
            bottom: 15px;
            left: 2vh;
            width: 140px;
            height: 30px;
            background-color: #00ADEE;
            color: white;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        }

        .col-mmag-2 {
            width: 90%;
        }

        .col-mmag-3 {
            /* width: 94%;
            height: 220px; 
            margin: 8px;  */
            width: 45%;
            height: 245px;
            margin: 8px;
            min-width: 7px;
            margin-top: 35px;
            overflow: visible !important;
        }

        .col-mmag-4 {
            width: 95%;
            height: 190px;
            margin: 5px;
        }

        .col-mmag-6 {
            width: 95%;
            height: 190px;
            margin: 5px;
        }

        .catalog-tools {

            height: 90px;
        }

        #lblRppPrice {
            font-size: 13pt;
            padding-left: 10px;
            margin-bottom: 10px;
            margin-top: 25px;
            position: absolute;
            top: -280px;
        }

        #tabSpecs {
            margin-top: 90px;
        }

        #filterButton {
            float: none;
            padding: 12px 18px;
            height: 40px;
            margin: -2px 0 0 0;
            font-size: 20px;
        }

        #filterBtn {
            margin-top: 10px;
        }
    }

    @media (min-width: 344px) {
        .default-input-group {
            width: 100%;
        }

        .mmag-product-tag-L1-outrightOnly
    {
      float: none;
      right: auto;
      font-size: 7pt;
      font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
      font-weight: bold;
      background: transparent;
      color: #001871;
      border: solid 0px white;
      padding: 2px 0px;
      border-radius: 4px;
      position: absolute;
      top: 120px;
      left: 27%;
      transform: translateX(-50%);
      margin-left: 0;
      width: auto;
    }


    #colourButtonSectionMobile
    {
      display: grid;
      grid-template-columns: 1fr 1fr;
    }
    
    #divSearchInput
    {
      width: 250px;
    }
    
    .filter-stack
    {
      display:none;
    }
    
    #divSimilar
    {
      width: 317px;
    }
    
    .colorBtn
    {
      width: 95px;
      text-align: justify;
    }

		.mmag-freeGift-wrapper 
      {
          display: block;
          flex-direction: row;
          gap: 10px; 
          margin-top: 10px;
      }
    
      .mmag-freeGift 
      {
          padding: 5px;
          background-color: #f9f9f9;
          border-radius: 9px;
          display: block;
          width: auto;
          max-width: 202px;
          margin-bottom: 5px;
          position: relative;
      }

      .gift-label 
      {
          font-weight: bold;
          color: black;
          padding-left: 3px;
		  position: relative;
          left: 5px;
      }
      
      .gift-details 
      {
          display: flex;
          align-items: center;
          padding-left: 10px;
          margin-top: 5px;
      }
      
      .gift-details span 
      {
          font-size: 13px;
          margin-right: 10px;
          position: relative;
          left: 0px;
          top: -5px;
          font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
          width: 106px;
          margin-top: 13px;
      }

	  .gift-details .soldout-label
	  {
		font-size: 8pt;
		position: relative;
		left: 0px;
		color: red;
		font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
		font-weight: bold;
		top : 0;
	   }
      
      .gift-image 
      {
          max-width: 70px;
          height: auto;
          margin-right: 5px;
          border: solid 1px lightgray;
          border-radius: 3px;
          position: relative;
          left: 0px;
          top: -10px;
      }

    #liSort
    {
        float: left;
        padding: 8px 4px;
        height: 40px;
        margin: -2px 0 0 0;
        position: relative;
        top: 0px;
    }

        #pwpModalBodyRow
        {
            width: 310px;
            float: left;
            box-sizing: border-box;
            padding-left: 0px;
        }

        #btnCloseRight
        {
            font-size: 25pt;
            position: absolute;
            top: -318px;
            right: -176px;
        }

        #spanCelcomDigiNetworkExclusive
        {
            position: relative;
            left: 0px;
            top: -30px;
            display: block;
            width: 213px;
        }

        #spanAvailableToAllNetwork
        {
            position: relative;
            left: 0px;
            top: -45px;
            display: block;
            width: 213px;
        }

        #simLockNoSimLockModalBody
        {
            height: 474px;
        }

        #simLockNoSimLockRow
        {
            position: relative;
            left: 40px;
        }

        #simLockBtn
        {
            background-color: white;
            border: solid 1px gray;
            border-radius: 9px;
            transition: all 0.2s ease-in-out;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            //font-weight: bold;
            position:relative;
            left: -35px;
            top: -39px;
        }

        #noSimLockBtn
        {
            background-color: white;
            border: solid 1px gray;
            border-radius: 9px;
            transition: all 0.2s ease-in-out;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            //font-weight: bold;
            position:relative;
            left: -35px;
            top: -54px;
        }

        #simLockImg
        {
            width: 300px;
            position: relative;
            left: -58px;
            top: -20px;
        }

        #noSimLockImg
        {
            width: 300px;
            position: relative;
            left: -58px;
            top: -31px;
        }

        #txtTag
        {
            position: relative;
            top: -290px;
            left: 11px;
        }

        #divView {
            /*position: relative; float: left;*/
            margin: 0 auto;
            width: fit-content;
            -height: 300px;
            border: solid 1px transparent;
            padding-left: 10px;
        }

        /* #divSpecs
        {
          position: relative !important;
          float: left !important;
          width: 349px !important;
          max-width: 90% !important;
          min-height: 100px !important;
          border-right: 1px solid rgb(229, 229, 229) !important;
          padding: 0px 0px 20px 30px !important;
          top: 90px !important;
        } */

        .thumb-slider .swiper-slide {
            width: 80px;
            height: 80px;
            overflow: hidden;
            border: 2px solid #ddd;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #fff;
        }

        .thumb-slider .swiper-slide img,
        .thumb-slider .swiper-slide video {
            //width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 8px;
        }

        .thumb-slider .swiper-slide video {
            pointer-events: none;
        }

        .main-slider .swiper-slide {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .main-slider .swiper-slide video {
            width: 70%;
            max-width: 550px;
            max-height: 400px;
            border-radius: 12px;
            display: block;
            margin: 0 auto;
            position: relative;
            right: 10px;
        }

        .main-slider .swiper-slide img {
            max-width: 300px;
            height: auto;
            display: block;
            margin: 0 auto;
        }

        .thumb-slider .swiper-slide img {
            max-width: 60px;
            height: auto;
            display: block;
        }

        .video-icon {
            position: absolute;
            bottom: 8px;
            left: 8px;
            background: rgba(0, 0, 0, 0.6);
            color: white;
            font-size: 12px;
            padding: 3px 6px;
            border-radius: 4px;
            display: flex;
            align-items: center;
        }

        .thumb-slider {
            max-width: 320px;
            margin: 10px auto;
        }

        #btnAddCart {
            background: #00ADEE;
            border-radius: 20px;
            font-size: 12pt;
            width: 140px;
            height: 36px;
            position: relative;
            left: 13px;
        }

        #groupAddMinusQty {
            text-align: center;
            height: 36px;
            width: 132px;
            float: left;
            margin-bottom: 25px;
            margin-top: 15px;
            position: relative;
            left: 13px;
        }

        #tablePrice {
            margin-top: 103px;
        }

        #lblProductName {
            height: auto;
            padding: 0 10px;
            word-break: break-word;
            font-size: 14pt;
            font-weight: bold;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            color: #001871;
            position: absolute;
            top: -315px;
            width: 280px;
            white-space: normal;
        }

        #divLeft {
            position: relative;
            float: left;
            margin: 0px;
            width: 460px;
            max-width: 100%;
            height: 320px;
            border-right: solid 1px #E5E5E5;
            top: 100px;
        }

        .mmag-div-left {
            padding: 20px 20px 20px 20px;
            top: 112px;
        }

        .mmag-div-right {
            padding: 20px 20px 20px 20px;
        }

        .mmag-product {
            position: absolute;
            top: 124px;
            left: 0;
            height: 55px;
            right: 20px;
            padding: 0px;
            width: 100% !important;
            text-align: center !important;
            color: #000000;
            word-break: keep-all;
        }

        .mmag-vendor {
            position: absolute;
            top: 22px;
            left: 102px;
            height: 55px;
            right: 90px;
        }

        .mmag-product-tags-L {
            position: relative;
            top: -25px;
            left: -2px;
            right: auto;
        }

        .mmag-product-tag-L1 {
            float: none;
            right: auto;
            font-size: 7pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            font-weight: bold;
            background: transparent;
            color: #001871;
            border: solid 0px white;
            padding: 2px 0px;
            border-radius: 4px;
            position: absolute;
            top: 120px;
            left: 27%;
            transform: translateX(-50%);
            margin-left: 0;
            width: auto;
        }

        .mmag-product-tag-L1-tag1 {
        float: none;
        right: auto;
        font-size: 7pt;
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        font-weight: bold;
        background: transparent;
        color: #001871;
        border: solid 0px white;
        padding: 2px 0px;
        border-radius: 4px;
        position: absolute;
        top: 120px;
        left: 27%;
        transform: translateX(-50%);
        margin-left: 0;
        width: auto;
        }

        .mmag-product-tag-L2 {
            /*position: absolute; top: 77px; left: 102px;*/
            float: left;
            right: auto;
            /*width: 120px;*/
            font-size: 9pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            font-weight: bold;
            background: #001871;
            color: white;
            padding: 2px 8px;
            position: relative;
            top: 24px;
        }

        .mmag-product-tag-L3 {
            /*position: absolute; top: 101px; left: 102px;*/
            float: left;
            right: auto;
            /*width: 120px;*/
            font-size: 9pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            font-weight: bold;
            background: #001871;
            color: white;
            border: solid 1px black;
            padding: 2px 8px;
            border-radius: 4px;
            display: none;
        }

        .mmag-sellprice-1 {
            display: none;
            position: absolute;
            top: 110px;
            left: 210px;
            right: auto;
            width: 100px;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0;
        }

        .mmag-sellprice-2 {
            display: none;
            position: absolute;
            top: 130px;
            left: 210px;
            right: auto;
            width: 100px;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        }

        .mmag-sellprice-3 {
            display: none;
            position: absolute;
            top: 130px;
            left: 235px;
            right: auto;
            width: 75px;
            font-size: 12pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0;
        }

        .mmag-yrprice-1 {
            display: none;
            position: absolute;
            top: 110px;
            left: 10px;
            right: auto;
            width: 120px;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0;
        }

        .mmag-yrprice-2 {
            position: absolute;
            top: 160px;
            left: 33px;
            right: auto;
            width: 120px;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            color: #001871;
        }

        .mmag-yrprice-3 {
            position: absolute;
            top: 160px;
            left: 55px;
            right: auto;
            width: 90px;
            font-size: 14pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            color: #001871;
            font-weight: bold;
            padding: 0;
        }

        .mmag-profit-1 {
            display: none;
            position: absolute;
            top: 110px;
            left: 115px;
            right: auto;
            width: 120px;
            color: black;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0px;
        }

        .mmag-profit-2 {
            display: none;
            position: absolute;
            top: 130px;
            left: 115px;
            right: auto;
            width: 120px;
            color: #39B54A;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0px;
        }

        .mmag-profit-3 {
            display: none;
            position: absolute;
            top: 130px;
            left: 140px;
            right: auto;
            width: 90px;
            color: #39B54A;
            font-size: 14pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0px;
        }

        .mmag-photo {
            width: 100px;
            max-width: 100px;
            height: auto;
        }

        .mmag-photo-frame {
            height: 86px;
            width: 102px;
            left: 24px;
            top: 25px;
        }

        .mmag-qtyavail-1 {
            position: absolute;
            top: 95px;
            left: 20px;
            width: 142px;
            height: 45px;
        }

        .mmag-qtyavail-2 {
            position: absolute;
            top: 238px;
            left: 0px;
            right: auto;
            width: 272px;
            height: 45px;
        }

        .mmag-addqty {
            position: absolute;
            bottom: 20px;
            left: auto;
            right: 190px;
            width: 50px;
            height: 30px;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        }

        .mmag-addcart {
            position: absolute;
            bottom: 15px;
            left: 12px;
            width: 125px;
            height: 30px;
            background-color: #00ADEE;
            color: white;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        }

        .col-mmag-2 {
            width: 90%;
        }

        .col-mmag-3 {
            /* width: 94%;
            height: 220px; 
            margin: 8px;  */
            width: 45%;
            height: 245px;
            margin: 8px;
            min-width: 7px;
            margin-top: 35px;
            overflow: visible !important;
        }

        .col-mmag-4 {
            width: 95%;
            height: 190px;
            margin: 5px;
        }

        .col-mmag-6 {
            width: 95%;
            height: 190px;
            margin: 5px;
        }

        .catalog-tools {

            height: 90px;
        }

        #lblRppPrice {
            font-size: 13pt;
            padding-left: 10px;
            margin-bottom: 10px;
            margin-top: 25px;
            position: absolute;
            top: -280px;
        }

        #tabSpecs {
            margin-top: 0;
        }

        #filterButton {
            float: none;
            padding: 0px 0px;
            height: 40px;
            margin: 0 0 0 0;
            font-size: 20px;
        }

        #filterWord
        {
            margin-left: 4px;
            margin-top: 10px;
        }

        #filterBtn {
            margin-top: 10px;
        }
    }

    @media (min-width: 360px) {

        #colourButtonSectionMobile
	    {
	      display: grid;
	      grid-template-columns: 1fr 1fr;
	    }
    
    #divSearchInput
    {
      width: 250px;
    }
    
    .filter-stack
    {
      display:none;
    }
    
    #divSimilar
    {
      width: 331px;
    }
    
    .colorBtn
    {
      width: 100px;
      text-align: justify;
    }

		.mmag-freeGift-wrapper 
      {
          display: block;
          flex-direction: row;
          gap: 10px; 
          margin-top: 10px;
      }
    
      .mmag-freeGift 
      {
          padding: 5px;
          background-color: #f9f9f9;
          border-radius: 9px;
          display: block;
          width: auto;
          max-width: 202px;
          margin-bottom: 5px;
          position: relative;
      }

      .gift-label 
      {
          font-weight: bold;
          color: black;
          padding-left: 3px;
		  position: relative;
          left: 7px;
      }
      
      .gift-details 
      {
          display: flex;
          align-items: center;
          padding-left: 10px;
          margin-top: 5px;
      }
      
      .gift-details span 
      {
          font-size: 13px;
          margin-right: 10px;
          position: relative;
          left: 0px;
          top: -10px;
          font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
          width: 106px;
          margin-top: 13px;
      }

	  .gift-details .soldout-label
	  {
		font-size: 8pt;
		position: relative;
		left: 0px;
		color: red;
		font-weight: bold;
		font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
		top : 0;
	   }
      
      .gift-image 
      {
          max-width: 70px;
          height: auto;
          margin-right: 5px;
          border: solid 1px lightgray;
          border-radius: 3px;
          position: relative;
          left: 0px;
          top: -10px;
      }

    #liSort
    {
      float: left;
      padding: 8px 4px;
      height: 40px;
      margin: -2px 0 0 0;
      position: relative;
      top: 0px;
    }
        #pwpModalBodyRow
        {
            width: 326px;
            float: left;
            box-sizing: border-box;
            padding-left: 0px;  
        }

        #pwpBox
        {
            width: 325px;
        }
    
        #spanCelcomDigiNetworkExclusive
        {
            position: relative;
            left: 9px;
            top: -30px;
            display: block;
            width: 213px;
        }

      #spanAvailableToAllNetwork
      {
        position: relative;
        left: 9px;
        top: -45px;
        display: block;
        width: 213px;
      }

      #simLockNoSimLockModalBody
      {
        height: 474px;
      }

      #simLockNoSimLockRow
      {
        position: relative;
        left: 40px;
      }

      #simLockBtn
      {
        background-color: white;
        border: solid 1px gray;
        border-radius: 9px;
        transition: all 0.2s ease-in-out;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
        font-size: 10pt;
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        //font-weight: bold;
        position:relative;
        left: -35px;
        top: -39px;
      }

      #noSimLockBtn
      {
        background-color: white;
        border: solid 1px gray;
        border-radius: 9px;
        transition: all 0.2s ease-in-out;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
        font-size: 10pt;
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        //font-weight: bold;
        position:relative;
        left: -35px;
        top: -54px;
      }

      #simLockImg
      {
        width: 300px;
        position: relative;
        left: -58px;
        top: -20px;
      }

      #noSimLockImg
      {
        width: 300px;
        position: relative;
        left: -58px;
        top: -31px;
      }
    }

    @media (min-width: 375px) {

        #filterWord
        {
            margin-left: 4px;
            margin-top: 5px;
        }

        #divSearchInput
        {
            width: 255px;
        }
        .default-input-group {
            width: 100%;
        }

        .mmag-product-tag-L1-outrightOnly
    {
      float: none;
      right: auto;
      font-size: 8pt;
      font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
      font-weight: bold;
      background: transparent;
      color: #001871;
      border: solid 0px white;
      padding: 2px 0px;
      border-radius: 4px;
      position: absolute;
      top: 120px;
      left: 28%;
      transform: translateX(-50%);
      margin-left: 0;
      width: auto;
    }

    #colourButtonSectionMobile
    {
      display: grid;
      grid-template-columns: 1fr 1fr;
    }
    
    .filter-stack
    {
      display:none;
    }

    .colorBtn
    {
      width: 100px;
      text-align: justify;
    }

		.mmag-freeGift-wrapper 
      {
          display: block;
          flex-direction: row;
          gap: 10px; 
          margin-top: 10px;
      }
    
      .mmag-freeGift 
      {
          padding: 5px;
          background-color: #f9f9f9;
          border-radius: 9px;
          display: block;
          width: auto;
          max-width: 202px;
          margin-bottom: 5px;
          position: relative;
      }

      .gift-label 
      {
          font-weight: bold;
          color: black;
          padding-left: 3px;
		  position: relative;
          left: 9px;
      }
      
      .gift-details 
      {
          display: flex;
          align-items: center;
          padding-left: 10px;
          margin-top: 5px;
      }
      
      .gift-details span 
      {
          font-size: 13px;
          margin-right: 10px;
          position: relative;
          left: 0px;
          top: -10px;
          font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
          width: 106px;
          margin-top: 13px;
      }

	  .gift-details .soldout-label
	  {
		font-size: 8pt;
		position: relative;
		left: 0px;
		color: red;
		font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
		font-weight: bold;
		top : 0;
	   }
      
      .gift-image 
      {
          max-width: 70px;
          height: auto;
          margin-right: 5px;
          border: solid 1px lightgray;
          border-radius: 3px;
          position: relative;
          left: 0px;
          top: -10px;
      }

    #liSort
    {
      float: left;
      padding: 8px 4px;
      height: 40px;
      margin: -2px 0 0 0;
      position: relative;
      top: 0px;
    }

        #divEolDate
        {
            width: 274px;
        }

        #pwpModalBodyRow
        {
            width: 343px;
            float: left;
            box-sizing: border-box;
            padding-left: 0px;
        }

        #pwpBox
        {
            width: 343px;
        }

        #spanCelcomDigiNetworkExclusive
        {
            position: relative;
            left: 17px;
            top: -30px;
            display: block;
            width: 213px;
        }

        #spanAvailableToAllNetwork
        {
            position: relative;
            left: 17px;
            top: -45px;
            display: block;
            width: 213px;
        }

        #simLockNoSimLockModalBody
        {
            height: 474px;
        }

        #simLockNoSimLockRow
        {
            position: relative;
            left: 40px;
        }

        #simLockBtn
        {
            background-color: white;
            border: solid 1px gray;
            border-radius: 9px;
            transition: all 0.2s ease-in-out;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            //font-weight: bold;
            position:relative;
            left: -35px;
            top: -39px;
        }

        #noSimLockBtn
        {
            background-color: white;
            border: solid 1px gray;
            border-radius: 9px;
            transition: all 0.2s ease-in-out;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            //font-weight: bold;
            position:relative;
            left: -35px;
            top: -54px;
        }

        #simLockImg
        {
            width: 300px;
            position: relative;
            left: -58px;
            top: -20px;
        }

        #noSimLockImg
        {
            width: 300px;
            position: relative;
            left: -58px;
            top: -31px;
        }

        #btnCloseRight
        {
            font-size: 25pt;
            position: absolute;
            top: -4px;
            right: 21px;
        }

        #txtTag
        {
            position: relative;
            top: -290px;
            left: 11px;
        }

        #divSpecs {
            position: relative;
            float: left;
            width: 460px;
            max-width: 90%;
            min-height: 100px;
            border-right: solid 1px #E5E5E5;
            padding: 55px 0px 20px 30px;
            top: 95px;
            margin-bottom: 45px;
            margin-top: 1%;
        }

        #divView {
            /*position: relative; float: left;*/
            margin: 0 auto;
            width: fit-content;
            -height: 300px;
            border: solid 1px transparent;
            padding-left: 10px;
        }

        /* #divSpecs
        {
          position: relative !important;
          float: left !important;
          width: 349px !important;
          max-width: 90% !important;
          min-height: 100px !important;
          border-right: 1px solid rgb(229, 229, 229) !important;
          padding: 0px 0px 20px 30px !important;
          top: 95px;
        } */

        .thumb-slider .swiper-slide {
            width: 80px;
            height: 80px;
            overflow: hidden;
            border: 2px solid #ddd;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #fff;
        }

        .thumb-slider .swiper-slide img,
        .thumb-slider .swiper-slide video {
            //width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 8px;
        }

        .thumb-slider .swiper-slide video {
            pointer-events: none;
        }

        .main-slider .swiper-slide {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .main-slider .swiper-slide video {
            width: 70%;
            max-width: 550px;
            max-height: 400px;
            border-radius: 12px;
            display: block;
            margin: 0 auto;
            position: relative;
            right: 10px;
        }

        .main-slider .swiper-slide img {
            max-width: 300px;
            height: auto;
            display: block;
            margin: 0 auto;
        }

        .thumb-slider .swiper-slide img {
            max-width: 60px;
            height: auto;
            display: block;
        }

        .video-icon {
            position: absolute;
            bottom: 8px;
            left: 8px;
            background: rgba(0, 0, 0, 0.6);
            color: white;
            font-size: 12px;
            padding: 3px 6px;
            border-radius: 4px;
            display: flex;
            align-items: center;
        }

        .thumb-slider {
            max-width: 320px;
            margin: 10px auto;
        }

        #btnAddCart {
            background: #00ADEE;
            border-radius: 20px;
            font-size: 12pt;
            width: 140px;
            height: 36px;
            position: relative;
            left: 13px;
        }

        #groupAddMinusQty {
            text-align: center;
            height: 36px;
            width: 132px;
            float: left;
            margin-bottom: 25px;
            margin-top: 15px;
            position: relative;
            left: 13px;
        }

        #tablePrice {
            margin-top: 103px;
        }

        #lblProductName {
            height: auto;
            padding: 0 10px;
            word-break: break-word;
            font-size: 14pt;
            font-weight: bold;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            color: #001871;
            position: absolute;
            top: -315px;
            width: 305px;
            white-space: normal;
        }

        #divLeft {
            position: relative;
            float: left;
            margin: 0px;
            width: 460px;
            max-width: 100%;
            height: 320px;
            border-right: solid 1px #E5E5E5;
            top: 100px;
        }

        .mmag-div-left {
            padding: 20px 20px 20px 20px;
            top: 112px;
        }

        .mmag-div-right {
            padding: 20px 20px 20px 20px;
        }

        .mmag-product {
            position: absolute;
            top: 124px;
            left: 0;
            height: 55px;
            right: 20px;
            padding: 0px;
            width: 100% !important;
            text-align: center !important;
            color: #000000;
            word-break: keep-all;
        }

        .mmag-vendor {
            position: absolute;
            top: 22px;
            left: 102px;
            height: 55px;
            right: 90px;
        }

        .mmag-product-tags-L {
            position: relative;
            top: -25px;
            left: -2px;
            right: auto;
        }

        .mmag-product-tag-L1 {
            float: none;
            right: auto;
            font-size: 8pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            font-weight: bold;
            background: transparent;
            color: #001871;
            border: solid 0px white;
            padding: 2px 0px;
            border-radius: 4px;
            position: absolute;
            top: 120px;
            left: 28%;
            transform: translateX(-50%);
            margin-left: 0;
            width: auto;
        }

        .mmag-product-tag-L1-tag1 {
        float: none;
        right: auto;
        font-size: 8pt;
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        font-weight: bold;
        background: transparent;
        color: #001871;
        border: solid 0px white;
        padding: 2px 0px;
        border-radius: 4px;
        position: absolute;
        top: 120px;
        left: 27%;
        transform: translateX(-50%);
        margin-left: 0;
        width: auto;
        }

        .mmag-product-tag-L2 {
            /*position: absolute; top: 77px; left: 102px;*/
            float: left;
            right: auto;
            /*width: 120px;*/
            font-size: 9pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            font-weight: bold;
            background: #001871;
            color: white;
            padding: 2px 8px;
            position: relative;
            top: 24px;
        }

        .mmag-product-tag-L3 {
            /*position: absolute; top: 101px; left: 102px;*/
            float: left;
            right: auto;
            /*width: 120px;*/
            font-size: 9pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            font-weight: bold;
            background: #001871;
            color: white;
            border: solid 1px black;
            padding: 2px 8px;
            border-radius: 4px;
            display: none;
        }

        .mmag-sellprice-1 {
            display: none;
            position: absolute;
            top: 110px;
            left: 210px;
            right: auto;
            width: 100px;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0;
        }

        .mmag-sellprice-2 {
            display: none;
            position: absolute;
            top: 130px;
            left: 210px;
            right: auto;
            width: 100px;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        }

        .mmag-sellprice-3 {
            display: none;
            position: absolute;
            top: 130px;
            left: 235px;
            right: auto;
            width: 75px;
            font-size: 12pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0;
        }

        .mmag-yrprice-1 {
            display: none;
            position: absolute;
            top: 110px;
            left: 10px;
            right: auto;
            width: 120px;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0;
        }

        .mmag-yrprice-2 {
            position: absolute;
            top: 160px;
            left: 40px;
            right: auto;
            width: 120px;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            color: #001871;
        }

        .mmag-yrprice-3 {
            position: absolute;
            top: 160px;
            left: 65px;
            right: auto;
            width: 90px;
            font-size: 14pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            color: #001871;
            font-weight: bold;
            padding: 0;
        }

        .mmag-profit-1 {
            display: none;
            position: absolute;
            top: 110px;
            left: 115px;
            right: auto;
            width: 120px;
            color: black;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0px;
        }

        .mmag-profit-2 {
            display: none;
            position: absolute;
            top: 130px;
            left: 115px;
            right: auto;
            width: 120px;
            color: #39B54A;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0px;
        }

        .mmag-profit-3 {
            display: none;
            position: absolute;
            top: 130px;
            left: 140px;
            right: auto;
            width: 90px;
            color: #39B54A;
            font-size: 14pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0px;
        }

        .mmag-photo {
            width: 100px;
            max-width: 100px;
            height: auto;
        }

        .mmag-photo-frame {
            height: 86px;
            width: 102px;
            left: 30px;
            top: 25px;
        }

        .mmag-qtyavail-1 {
            position: absolute;
            top: 95px;
            left: 20px;
            width: 142px;
            height: 45px;
        }

        .mmag-qtyavail-2 {
            position: absolute;
            top: 238px;
            left: 0px;
            right: auto;
            width: 272px;
            height: 45px;
        }

        .mmag-addqty {
            position: absolute;
            bottom: 20px;
            left: auto;
            right: 190px;
            width: 50px;
            height: 30px;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        }

        .mmag-addcart {
            position: absolute;
            bottom: 15px;
            left: 20px;
            width: 125px;
            height: 30px;
            background-color: #00ADEE;
            color: white;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        }

        .col-mmag-2 {
            width: 90%;
        }

        .col-mmag-3 {
            /* width: 94%;
            height: 220px; 
            margin: 8px;  */
            width: 45%;
            height: 245px;
            margin: 8px;
            min-width: 7px;
            margin-top: 35px;
            overflow: visible !important;
        }

        .col-mmag-4 {
            width: 95%;
            height: 190px;
            margin: 5px;
        }

        .col-mmag-6 {
            width: 95%;
            height: 190px;
            margin: 5px;
        }

        .catalog-tools {

            height: 90px;
        }

        #lblRppPrice {
            font-size: 13pt;
            padding-left: 10px;
            margin-bottom: 10px;
            margin-top: 25px;
            position: absolute;
            top: -280px;
        }

        #tabSpecs {
            margin-top: 0;
        }

        #filterButton {
            float: none;
            padding: 0px 0px;
            height: 37px;
            margin: 0 0 0 0;
            font-size: 20px;
            width: 0px;
            position: relative;
            top: 0;
            left: 0;
        }

        #filterBtn {
            margin-top: 5px;
        }
    }

    @media (min-width: 390px)
    {
        #liSort
        {
            float: left;
            padding: 8px 4px;
            height: 40px;
            margin: -2px 0 0 0;
            position: relative;
            top: 0px;
        }

        #pwpModalBodyRow
        {
            width: 359px;
            float: left;
            box-sizing: border-box;
            padding-left: 0px;
        }
    }

    /*
      @media (min-width: 390px)
      {
        #filterButton
        {
          float: left;
          padding: 4px 18px;
          height: 40px;
          margin: -2px 0 0 0;
          font-size: 20px;
        }
  
        #filterBtn
        {
          margin-top: 10px;
        }
      }
      */

    @media (min-width: 393px) {

      #spanCelcomDigiNetworkExclusive
      {
        position: relative;
        left: 17px;
        top: -30px;
        display: block;
        width: 213px;
      }

        #pwpModalBodyRow
        {
            width: 359px;
            float: left;
            box-sizing: border-box;
            padding-left: 0px;
        }

      #spanAvailableToAllNetwork
      {
        position: relative;
        left: 23px;
        top: -45px;
        display: block;
        width: 213px;
      }

      #simLockNoSimLockModalBody
      {
        height: 474px;
      }

      #simLockNoSimLockRow
      {
        position: relative;
        left: 40px;
      }

      #simLockBtn
      {
        background-color: white;
        border: solid 1px gray;
        border-radius: 9px;
        transition: all 0.2s ease-in-out;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
        font-size: 10pt;
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        //font-weight: bold;
        position:relative;
        left: -35px;
        top: -39px;
      }

      #noSimLockBtn
      {
        background-color: white;
        border: solid 1px gray;
        border-radius: 9px;
        transition: all 0.2s ease-in-out;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
        font-size: 10pt;
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        //font-weight: bold;
        position:relative;
        left: -35px;
        top: -54px;
      }

      #simLockImg
      {
        width: 300px;
        position: relative;
        left: -58px;
        top: -20px;
      }

      #noSimLockImg
      {
        width: 300px;
        position: relative;
        left: -58px;
        top: -31px;
      }
    }

    @media (min-width: 400px) {

        /* 300px; */
        .default-input-group {
            width: 100%;
        }

        .mmag-product-tag-L1-outrightOnly {
        float: none;
        right: auto;
        font-size: 8pt;
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        font-weight: bold;
        background: transparent;
        color: #001871;
        border: solid 0px white;
        padding: 2px 0px;
        border-radius: 4px;
        position: absolute;
        top: 120px;
        left: 31%;
        transform: translateX(-50%);
        margin-left: 0;
        width: auto;
        }

        #liSort
        {
        float: left;
        padding: 8px 4px;
        height: 40px;
        margin: -2px 0 0 0;
        position: relative;
        top: 0px;
        }

        #pwpModalBodyRow
        {
            width: 564px;
            float: left;
            box-sizing: border-box;
            padding-left: 0px;
        }

        #divSpecs {
            position: relative;
            float: left;
            width: 460px;
            max-width: 90%;
            min-height: 100px;
            border-right: solid 1px #E5E5E5;
            padding: 60px 0px 20px 30px;
            //top: 86px;
            //top: 100px;
            margin-bottom: 30px;
            top: 0;
            margin-top: 13%;
        }

        #divView {
            /*position: relative; float: left;*/
            margin: 0 auto;
            width: fit-content;
            -height: 300px;
            border: solid 1px transparent;
            padding-left: 10px;
        }

        .thumb-slider .swiper-slide {
            width: 80px;
            height: 80px;
            overflow: hidden;
            border: 2px solid #ddd;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #fff;
        }

        .thumb-slider .swiper-slide img,
        .thumb-slider .swiper-slide video {
            //width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 8px;
        }

        .thumb-slider .swiper-slide video {
            pointer-events: none;
        }

        .main-slider .swiper-slide {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .main-slider .swiper-slide video {
            width: 70%;
            max-width: 550px;
            max-height: 400px;
            border-radius: 12px;
            display: block;
            margin: 0 auto;
            position: relative;
            right: 10px;
        }

        .main-slider .swiper-slide img {
            max-width: 300px;
            height: auto;
            display: block;
            margin: 0 auto;
        }

        .thumb-slider .swiper-slide img {
            max-width: 60px;
            height: auto;
            display: block;
        }

        .video-icon {
            position: absolute;
            bottom: 8px;
            left: 8px;
            background: rgba(0, 0, 0, 0.6);
            color: white;
            font-size: 12px;
            padding: 3px 6px;
            border-radius: 4px;
            display: flex;
            align-items: center;
        }

        .thumb-slider {
            max-width: 320px;
            margin: 10px auto;
        }

        .mmag-div-left {
            padding: 20px 20px 20px 20px;
        }

        .mmag-div-right {
            padding: 20px 20px 20px 20px;
        }

        .mmag-product-tag-L1 {
            float: none;
            right: auto;
            font-size: 8pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            font-weight: bold;
            background: transparent;
            color: #001871;
            border: solid 0px white;
            padding: 2px 0px;
            border-radius: 4px;
            position: absolute;
            top: 120px;
            left: 31%;
            transform: translateX(-50%);
            margin-left: 0;
            width: auto;
        }

        .mmag-product-tag-L1-tag1 {
        float: none;
        right: auto;
        font-size: 8pt;
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        font-weight: bold;
        background: transparent;
        color: #001871;
        border: solid 0px white;
        padding: 2px 0px;
        border-radius: 4px;
        position: absolute;
        top: 120px;
        left: 31%;
        transform: translateX(-50%);
        margin-left: 0;
        width: auto;
        }

        .mmag-product-tag-L2 {
            /*position: absolute; top: 77px; left: 102px;*/
            float: left;
            right: auto;
            /*width: 120px;*/
            font-size: 9pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            font-weight: bold;
            background: #001871;
            color: white;
            padding: 2px 8px;
            position: relative;
            top: 24px;
        }

        .mmag-product-tag-L3 {
            /*position: absolute; top: 101px; left: 102px;*/
            float: left;
            right: auto;
            /*width: 120px;*/
            font-size: 9pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            font-weight: bold;
            background: #001871;
            color: white;
            border: solid 1px black;
            padding: 2px 8px;
            border-radius: 4px;
            display: none;
        }

        .mmag-sellprice-1 {
            display: none;
            position: absolute;
            top: 110px;
            left: auto;
            right: 20px;
            width: 100px;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0;
        }

        .mmag-sellprice-2 {
            display: none;
            position: absolute;
            top: 130px;
            left: auto;
            right: 20px;
            width: 100px;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        }

        .mmag-sellprice-3 {
            display: none;
            position: absolute;
            top: 130px;
            left: auto;
            right: 20px;
            width: 75px;
            font-size: 12pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0;
        }

        .mmag-yrprice-1 {
            position: absolute;
            top: 110px;
            left: 20px;
            right: auto;
            width: 120px;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0;
        }

        .mmag-yrprice-2 {
            position: absolute;
            top: 160px;
            left: 50px;
            right: auto;
            width: 120px;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            color: #001871;
        }

        .mmag-yrprice-3 {
            position: absolute;
            top: 160px;
            left: 75px;
            right: auto;
            width: 90px;
            font-size: 14pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            color: #001871;
            font-weight: bold;
            padding: 0;
        }

        .mmag-profit-1 {
            display: none;
            position: absolute;
            top: 110px;
            left: 150px;
            right: auto;
            width: 120px;
            color: black;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0px;
        }

        .mmag-profit-2 {
            display: none;
            position: absolute;
            top: 130px;
            left: 150px;
            right: auto;
            width: 120px;
            color: #39B54A;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0px;
        }

        .mmag-profit-3 {
            display: none;
            position: absolute;
            top: 130px;
            left: 175px;
            right: auto;
            width: 90px;
            color: #39B54A;
            font-size: 12pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0px;
        }

        .mmag-addcart {
            position: absolute;
            bottom: 15px;
            left: 3vh;
            width: 140px;
            height: 30px;
            background-color: #00ADEE;
            color: white;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        }

        .mmag-product {
            position: absolute;
            top: 120px;
            left: 0;
            height: 55px;
            right: 20px;
            padding: 0px;
            width: 100% !important;
            text-align: center !important;
            color: #000000;
        }

        .mmag-photo-frame {
            height: 86px;
            width: 102px;
            left: 45px;
            top: 25px;
        }

        #filterButton {
            float: left;
            padding: 4px 18px;
            height: 40px;
            margin: -2px 0 0 0;
            font-size: 20px;
        }

        #filterBtn {
            margin-top: 10px;
        }
    }

    @media (min-width: 412px) {

        #divSearchInput 
        {
            width: 300px;
        }

        #filterWord
        {
            margin-left: 4px;
            margin-top: 10px;
        }

        #liSort
        {
        float: left;
        padding: 8px 4px;
        height: 40px;
        margin: -2px 0 0 0;
        position: relative;
        top: 0px;
        }

      #spanCelcomDigiNetworkExclusive
      {
        position: relative;
        left: 33px;
        top: -30px;
        display: block;
        width: 213px;
      }

        #pwpModalBodyRow
        {
            width: 378px;
            float: left;
            box-sizing: border-box;
            padding-left: 0px;
        }

        #pwpBox
        {
            width: 373px;
        }

      #spanAvailableToAllNetwork
      {
        position: relative;
        left: 36px;
        top: -45px;
        display: block;
        width: 213px;
      }

      #simLockNoSimLockModalBody
      {
        height: 474px;
      }

      #simLockNoSimLockRow
      {
        position: relative;
        left: 40px;
      }

      #simLockBtn
      {
        background-color: white;
        border: solid 1px gray;
        border-radius: 9px;
        transition: all 0.2s ease-in-out;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
        font-size: 10pt;
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        //font-weight: bold;
        position:relative;
        left: -35px;
        top: -39px;
      }

      #noSimLockBtn
      {
        background-color: white;
        border: solid 1px gray;
        border-radius: 9px;
        transition: all 0.2s ease-in-out;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
        font-size: 10pt;
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        //font-weight: bold;
        position:relative;
        left: -35px;
        top: -54px;
      }

      #simLockImg
      {
        width: 300px;
        position: relative;
        left: -58px;
        top: -20px;
      }

      #noSimLockImg
      {
        width: 300px;
        position: relative;
        left: -58px;
        top: -31px;
      }

        #filterButton
        {
        float: left;
        padding: 0px 0px;
        height: 40px;
        margin: 0 0 0 0;
        font-size: 20px;
        width: 0px;
        position: relative;
        top: 0px;
        left: 0px;
    }
    }

    @media (min-width: 414px) {

        #filterWord
        {
            margin-left: 4px;
            margin-top: 10px;
        }

        #spanCelcomDigiNetworkExclusive
        {
            position: relative;
            left: 33px;
            top: -30px;
            display: block;
            width: 213px;
        }

        #liSort
        {
        float: left;
        padding: 8px 4px;
        height: 40px;
        margin: -2px 0 0 0;
        position: relative;
        top: 0px;
        }

        #divEolDate
        {
            width: 274px;
        }

        #pwpModalBodyRow
        {
            width: 378px;
            float: left;
            box-sizing: border-box;
            padding-left: 0px;
        }

        #pwpBox
        {
            width: 380px;
        }

      #spanAvailableToAllNetwork
      {
        position: relative;
        left: 36px;
        top: -45px;
        display: block;
        width: 213px;
      }

      #simLockNoSimLockModalBody
      {
        height: 474px;
      }

      #simLockNoSimLockRow
      {
        position: relative;
        left: 40px;
      }

      #simLockBtn
      {
        background-color: white;
        border: solid 1px gray;
        border-radius: 9px;
        transition: all 0.2s ease-in-out;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
        font-size: 10pt;
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        //font-weight: bold;
        position:relative;
        left: -35px;
        top: -39px;
      }

      #noSimLockBtn
      {
        background-color: white;
        border: solid 1px gray;
        border-radius: 9px;
        transition: all 0.2s ease-in-out;
        box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
        font-size: 10pt;
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        //font-weight: bold;
        position:relative;
        left: -35px;
        top: -54px;
      }

      #simLockImg
      {
        width: 300px;
        position: relative;
        left: -58px;
        top: -20px;
      }

      #noSimLockImg
      {
        width: 300px;
        position: relative;
        left: -58px;
        top: -31px;
      }

		.gift-details .soldout-label
	  {
		font-size: 8pt;
		position: relative;
		left: 0px;
		color: red;
		font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
		font-weight: bold;
		top : 0;
	   }
    }

    @media (min-width: 430px) {

        #liSort
        {
            float: left;
            padding: 8px 4px;
            height: 40px;
            margin: -2px 0 0 0;
            position: relative;
            top: 0px;
        }

        #pwpModalBodyRow
        {
            width: 400px;
            float: left;
            box-sizing: border-box;
            padding-left: 0px;
        }

        #spanCelcomDigiNetworkExclusive
        {
            position: relative;
            left: 47px;
            top: -30px;
            display: block;
            width: 213px;
        }

        #spanAvailableToAllNetwork
        {
            position: relative;
            left: 45px;
            top: -45px;
            display: block;
            width: 213px;
        }

        #simLockNoSimLockModalBody
        {
            height: 474px;
        }

        #simLockNoSimLockRow
        {
            position: relative;
            left: 40px;
        }

        #simLockBtn
        {
            background-color: white;
            border: solid 1px gray;
            border-radius: 9px;
            transition: all 0.2s ease-in-out;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            //font-weight: bold;
            position:relative;
            left: -35px;
            top: -39px;
        }

        #noSimLockBtn
        {
            background-color: white;
            border: solid 1px gray;
            border-radius: 9px;
            transition: all 0.2s ease-in-out;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            //font-weight: bold;
            position:relative;
            left: -35px;
            top: -54px;
        }

        #simLockImg
        {
            width: 300px;
            position: relative;
            left: -58px;
            top: -20px;
        }

        #noSimLockImg
        {
            width: 300px;
            position: relative;
            left: -58px;
            top: -31px;
        }
    }

    @media (min-width: 500px) {

        /* 768 */
        .default-input-group {
            width: 250px;
        }

        #liSort
        {
            float: left;
            padding: 8px 4px;
            height: 40px;
            margin: -2px 0 0 0;
            position: relative;
            top: 0px;
        }

        #pwpModalBodyRow
        {
            width: 564px;
            float: left;
            box-sizing: border-box;
            padding-left: 0px;
        }

        #divView {
            /*position: relative; float: left;*/
            margin: 0 auto;
            width: fit-content;
            -height: 300px;
            border: solid 1px transparent;
            padding-left: 10px;
        }

        .thumb-slider .swiper-slide {
            width: 80px;
            height: 80px;
            overflow: hidden;
            border: 2px solid #ddd;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #fff;
        }

        .thumb-slider .swiper-slide img,
        .thumb-slider .swiper-slide video {
            //width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 8px;
        }

        .thumb-slider .swiper-slide video {
            pointer-events: none;
        }

        .main-slider .swiper-slide {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .main-slider .swiper-slide video {
            width: 70%;
            max-width: 550px;
            max-height: 400px;
            border-radius: 12px;
            display: block;
            margin: 0 auto;
            position: relative;
            right: 10px;
        }

        .main-slider .swiper-slide img {
            max-width: 300px;
            height: auto;
            display: block;
            margin: 0 auto;
        }

        .thumb-slider .swiper-slide img {
            max-width: 60px;
            height: auto;
            display: block;
        }

        .video-icon {
            position: absolute;
            bottom: 8px;
            left: 8px;
            background: rgba(0, 0, 0, 0.6);
            color: white;
            font-size: 12px;
            padding: 3px 6px;
            border-radius: 4px;
            display: flex;
            align-items: center;
        }

        .thumb-slider {
            max-width: 320px;
            margin: 10px auto;
        }

        #btnAddCart {
            background: #00ADEE;
            border-radius: 20px;
            font-size: 12pt;
            width: 140px;
            height: 36px;
            position: relative;
            left: 13px;
        }

        #groupAddMinusQty {
            text-align: center;
            height: 36px;
            width: 132px;
            float: left;
            margin-bottom: 25px;
            margin-top: 15px;
            position: relative;
            left: 13px;
        }

        #tablePrice {
            margin-top: 108px;
        }

        #lblProductName {
            height: auto;
            padding: 0 10px;
            word-break: break-word;
            font-size: 14pt;
            font-weight: bold;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            color: #001871;
            position: absolute;
            top: -311px;
            width: 340px;
            white-space: normal;
        }

        #lblRppPrice {
            font-size: 13pt;
            padding-left: 10px;
            margin-bottom: 10px;
            margin-top: 25px;
            position: absolute;
            top: -278px;
        }

        #tabSpecs {
            margin-top: 0;
        }

        .mmag-product {
            /* position: absolute; 
          top: 15px; 
          left: 120px; 
          height: 55px; 
          right: 20px;  */
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            top: 109px;
            left: 0;
            height: 55px;
            width: 100% !important;
        }

        .mmag-vendor {
            position: absolute;
            top: 22px;
            left: 120px;
            height: 55px;
            right: 100px;
        }

        .mmag-product-tags-L {
            position: relative;
            top: 53px;
            left: 120px;
            right: auto;
        }

        .mmag-product-tag-L1 {
            float: none;
            right: auto;
            font-size: 9pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            font-weight: bold;
            background: transparent;
            color: #001871;
            border: solid 0px white;
            padding: 2px 0px;
            border-radius: 4px;
            position: absolute;
            top: 52px;
            left: 16%;
            transform: translateX(-50%);
            margin-left: 0;
            width: auto;
        }

        .mmag-product-tag-L1-tag1 {
        float: none;
        right: auto;
        font-size: 9pt;
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        font-weight: bold;
        background: transparent;
        color: #001871;
        border: solid 0px white;
        padding: 2px 0px;
        border-radius: 4px;
        position: absolute;
        top: 52px;
        left: 16%;
        transform: translateX(-50%);
        margin-left: 0;
        width: auto;
        }

        .mmag-product-tag-L2 {
            /*position: absolute; top: 77px; left: 120px;*/
            float: left;
            right: auto;
            /*width: 120px;*/
            font-size: 9pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            font-weight: bold;
            background: #001871;
            color: white;
            border: solid 1px black;
            padding: 2px 8px;
            border-radius: 4px;
            position: relative;
            top: -54px;
            right: 121px;
        }

        .mmag-product-tag-L3 {
            /*position: absolute; top: 101px; left: 120px;*/
            float: left;
            right: auto;
            /*width: 120px;*/
            font-size: 9pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            font-weight: bold;
            background: #001871;
            color: white;
            border: solid 1px black;
            padding: 2px 8px;
            border-radius: 4px;
        }

        .mmag-sellprice-1 {
            position: absolute;
            top: 110px;
            left: auto;
            right: 20px;
            width: 100px;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0;
        }

        .mmag-sellprice-2 {
            position: absolute;
            top: 130px;
            left: auto;
            right: 20px;
            width: 100px;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        }

        .mmag-sellprice-3 {
            position: absolute;
            top: 130px;
            left: left: auto;
            right: 20px;
            width: 75px;
            font-size: 12pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0;
        }

        .mmag-yrprice-1 {
            position: absolute;
            top: 110px;
            /*left: 130px;*/
            left: 20px;
            right: auto;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0;
        }

        .mmag-yrprice-2 {
            position: absolute;
            top: 155px;
            /*left: 130px;*/
            left: 134px;
            right: auto;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            color: #001871;
        }

        .mmag-yrprice-3 {
            position: absolute;
            top: 153px;
            /*left: 180px;*/
            left: 160px;
            right: auto;
            font-size: 14pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            color: #001871;
            font-weight: bold;
            padding: 0;
        }

        .mmag-profit-1 {
            position: absolute;
            top: 110px;
            left: 150px;
            color: black;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0px;
        }

        .mmag-profit-2 {
            position: absolute;
            top: 130px;
            left: 150px;
            color: #39B54A;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0px;
        }

        .mmag-profit-3 {
            position: absolute;
            top: 130px;
            left: 175px;
            color: #39B54A;
            font-size: 12pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0px;
        }

        .mmag-photo {
            width: 120px;
            max-width: 120px;
        }

        .mmag-photo-frame {
            height: 106px;
            width: 350px;
            left: 0;
            top: 15px;
        }

        .mmag-minus {
            position: absolute;
            bottom: 5px;
            left: auto;
            right: 240px;
            width: 40px;
            height: 30px;
            font-size: 10pt;
            font-weight: bold;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0;
        }

        .mmag-plus {
            position: absolute;
            bottom: 5px;
            left: auto;
            right: 150px;
            width: 40px;
            height: 30px;
            font-size: 10pt;
            font-weight: bold;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0;
        }

        .mmag-qtyavail-1 {
            position: absolute;
            top: 95px;
            left: 20px;
            /*right: 150px;*/
            width: 142px;
            height: 45px;
        }

        .mmag-qtyavail-2 {
            position: absolute;
            top: 238px;
            left: auto;
            right: 9px;
            width: 272px;
            height: 45px;
        }

        .mmag-addqty {
            position: absolute;
            bottom: 5px;
            left: auto;
            right: 190px;
            width: 50px;
            height: 30px;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        }

        .mmag-addcart {
            position: absolute;
            bottom: 6px;
            left: 100px;
            right: auto;
            width: 140px;
            height: 30px;
            background-color: #00ADEE;
            color: white;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        }

        .col-mmag-2 {
            width: 15%;
        }

        .col-mmag-3 {
            width: 360px;
            /*95%;*/
            height: 220px;
            /*140px;*/
            margin: 8px;
        }

        .col-mmag-4 {
            width: 95%;
            height: 130px;
            margin: 5px;
        }

        .col-mmag-6 {
            width: 96%;
            height: 120px;
            margin: 5px;
        }

        .catalog-tools {

            height: 90px;
        }
    }

    @media (min-width: 540px) {
        #btnCloseRight
        {
            font-size: 25pt;
            position: absolute;
            top: -318px;
            right: -176px;
        }

        #liSort
        {
            float: left;
            padding: 8px 4px;
            height: 40px;
            margin: -2px 0 0 0;
            position: relative;
            top: 0px;
        }

        #pwpModalBodyRow
        {
            width: 505px;
            float: left;
            box-sizing: border-box;
            padding-left: 0px;
            display: flex;
            flex-wrap: wrap;
        }
        
        #pwpBox
        {
            width: calc(50% - 8px);
            box-sizing: border-box;
        }

        #spanCelcomDigiNetworkExclusive
        {
            position: relative;
            left: 98px;
            top: -30px;
            display: block;
            width: 213px;
        }

        #spanAvailableToAllNetwork
        {
            position: relative;
            left: 98px;
            top: -45px;
            display: block;
            width: 213px;
        }

        #simLockNoSimLockModalBody
        {
            height: 474px;
        }

        #simLockNoSimLockRow
        {
            position: relative;
            left: 40px;
        }

        #simLockBtn
        {
            background-color: white;
            border: solid 1px gray;
            border-radius: 9px;
            transition: all 0.2s ease-in-out;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            //font-weight: bold;
            position:relative;
            left: -35px;
            top: -39px;
        }

        #noSimLockBtn
        {
            background-color: white;
            border: solid 1px gray;
            border-radius: 9px;
            transition: all 0.2s ease-in-out;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            //font-weight: bold;
            position:relative;
            left: -35px;
            top: -54px;
        }

        #simLockImg
        {
            width: 300px;
            position: relative;
            left: -58px;
            top: -20px;
        }

        #noSimLockImg
        {
            width: 300px;
            position: relative;
            left: -58px;
            top: -31px;
        }
    }
    

    @media (min-width: 667px) {
        #btnCloseRight
        {
            font-size: 25pt;
            position: absolute;
            top: -318px;
            right: -302px;
        }

        #liSort
        {
        float: left;
        padding: 8px 4px;
        height: 40px;
        margin: -2px 0 0 0;
        position: relative;
        top: 0px;
        }

        #pwpModalBodyRow
        {
            width: 630px;
            float: left;
            box-sizing: border-box;
            padding-left: 0px;
            display: flex;
            flex-wrap: wrap;
        }

        #pwpBox
        {
            width: calc(50% - 8px);
            box-sizing: border-box;
        }

        #spanCelcomDigiNetworkExclusive
        {
            position: relative;
            left: 155px;
            top: -30px;
            display: block;
            width: 213px;
        }

        #spanAvailableToAllNetwork
        {
            position: relative;
            left: 155px;
            top: -45px;
            display: block;
            width: 213px;
        }

        #simLockNoSimLockModalBody
        {
            height: 474px;
        }

        #simLockNoSimLockRow
        {
            position: relative;
            left: 40px;
        }

        #simLockBtn
        {
            background-color: white;
            border: solid 1px gray;
            border-radius: 9px;
            transition: all 0.2s ease-in-out;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            //font-weight: bold;
            position:relative;
            left: -35px;
            top: -39px;
        }

        #noSimLockBtn
        {
            background-color: white;
            border: solid 1px gray;
            border-radius: 9px;
            transition: all 0.2s ease-in-out;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            //font-weight: bold;
            position:relative;
            left: -35px;
            top: -54px;
        }

        #simLockImg
        {
            width: 300px;
            position: relative;
            left: -58px;
            top: -20px;
        }

        #noSimLockImg
        {
            width: 300px;
            position: relative;
            left: -58px;
            top: -31px;
        }
    }

    @media (min-width: 690px) {

        #divSearchInput 
        {
            width: 560px;
        }

        #filterWord
        {
            margin-left: 4px;
            margin-top: 0px;
        }

        #colourButtonSectionMobile
        {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        }
        
        .mmag-product-tag-L1-outrightOnly
        {
        float: none;
        right: auto;
        font-size: 9pt;
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        font-weight: bold;
        background: transparent;
        color: #001871;
        border: solid 0px white;
        padding: 2px 0px;
        border-radius: 4px;
        position: absolute;
        top: 52px;
        left: 11%;
        transform: translateX(-50%);
        margin-left: 0;
        width: auto;
        }


        /* 690 */
        .default-input-group {
            width: 250px;
        }

        #liSort
        {
        float: none;
        padding: 8px 4px;
        height: 40px;
        margin: -2px 0 0 0;
        position: relative;
        top: -30px;
        }

        #pwpModalBodyRow
        {
            width: 649px;
            float: left;
            box-sizing: border-box;
            padding-left: 0px;
            display: flex;
            flex-wrap: wrap;
        }
        
        #pwpBox
        {
            width: calc(50% - 8px);
            box-sizing: border-box;
        }

        #spanCelcomDigiNetworkExclusive
        {
            position: relative;
            left: 170px;
            top: -30px;
            display: block;
            width: 213px;
        }

        #spanAvailableToAllNetwork
        {
            position: relative;
            left: 170px;
            top: -45px;
            display: block;
            width: 213px;
        }

        #simLockNoSimLockModalBody
        {
            height: 474px;
        }

        #simLockNoSimLockRow
        {
            position: relative;
            left: 40px;
        }

        #simLockBtn
        {
            background-color: white;
            border: solid 1px gray;
            border-radius: 9px;
            transition: all 0.2s ease-in-out;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            //font-weight: bold;
            position:relative;
            left: -35px;
            top: -39px;
        }

        #noSimLockBtn
        {
            background-color: white;
            border: solid 1px gray;
            border-radius: 9px;
            transition: all 0.2s ease-in-out;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            //font-weight: bold;
            position:relative;
            left: -35px;
            top: -54px;
        }

        #simLockImg
        {
            width: 300px;
            position: relative;
            left: -58px;
            top: -20px;
        }

        #noSimLockImg
        {
            width: 300px;
            position: relative;
            left: -58px;
            top: -31px;
        }

        #divSpecs 
        {
            position: relative;
            float: left;
            width: 460px;
            max-width: 90%;
            min-height: 100px;
            border-right: solid 1px #E5E5E5;
            padding: 0px 0px 20px 30px;
            top: 86px;
            //top: 0px;
            margin-bottom: 30px;
        }
        
        #btnCloseRight
        {
            font-size: 25pt;
            position: absolute;
            top: -4px;
            right: 21px;
        }
        
        #txtTag
        {
            position: relative;
            top: 18px;
            left: 11px;
        }

        #filterButton {
            float: none;
            padding: 4px 18px;
            height: 40px;
            margin: 0 0 0 0;
            font-size: 20px;
            position: relative;
            top: 5px;
            left: 0px;
            width: 0px;
        }

        #filterBtn {
            margin-top: 0;
        }

        #divView {
            /*position: relative; float: left;*/
            margin: 0 auto;
            width: fit-content;
            -height: 300px;
            border: solid 1px transparent;
            padding-left: 10px;
        }

        .thumb-slider .swiper-slide {
            width: 80px;
            height: 80px;
            overflow: hidden;
            border: 2px solid #ddd;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #fff;
        }

        .thumb-slider .swiper-slide img,
        .thumb-slider .swiper-slide video {
            //width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 8px;
        }

        .thumb-slider .swiper-slide video {
            pointer-events: none;
        }

        .main-slider .swiper-slide {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .main-slider .swiper-slide video {
            width: 70%;
            max-width: 550px;
            max-height: 400px;
            border-radius: 12px;
            display: block;
            margin: 0 auto;
            position: relative;
            right: 10px;
        }

        .main-slider .swiper-slide img {
            max-width: 300px;
            height: auto;
            display: block;
            margin: 0 auto;
        }

        .thumb-slider .swiper-slide img {
            max-width: 60px;
            height: auto;
            display: block;
        }

        .video-icon {
            position: absolute;
            bottom: 8px;
            left: 8px;
            background: rgba(0, 0, 0, 0.6);
            color: white;
            font-size: 12px;
            padding: 3px 6px;
            border-radius: 4px;
            display: flex;
            align-items: center;
        }

        .thumb-slider {
            max-width: 320px;
            margin: 10px auto;
        }

        #btnAddCart {
            background: #00ADEE;
            border-radius: 20px;
            font-size: 12pt;
            width: 140px;
            height: 36px;
            position: relative;
            left: 13px;
        }

        #groupAddMinusQty {
            text-align: center;
            height: 36px;
            width: 132px;
            float: left;
            margin-bottom: 25px;
            margin-top: 15px;
            position: relative;
            left: 13px;
        }

        #tablePrice {
            margin-top: 75px;
        }

        #lblProductName {
            height: auto;
            padding: 0 10px;
            word-break: break-word;
            font-size: 14pt;
            font-weight: bold;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            color: #001871;
            position: absolute;
            top: 0px;
            width: 306px;
            white-space: normal;
        }

        #lblRppPrice {
            font-size: 13pt;
            padding-left: 10px;
            margin-bottom: 10px;
            margin-top: 25px;
            position: absolute;
            top: 27px;
        }

        #tabSpecs {
            margin-top: 0px;
        }

        #divLeft {
            position: relative;
            float: left;
            margin: 0px;
            width: 460px;
            max-width: 100%;
            height: 320px;
            border-right: solid 1px #E5E5E5;
            top: 3px;
        }

        .mmag-div-left {
            padding: 20px 20px 20px 20px;
        }

        .mmag-div-right {
            padding: 20px 20px 20px 10px;
        }

        .mmag-product {
            /* position: absolute; 
          top: 15px; 
          left: 120px; 
          height: 55px; 
          right: 20px;  */
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            top: 109px;
            left: 0;
            height: 55px;
            width: 100% !important;
        }

        .mmag-vendor {
            position: absolute;
            top: 22px;
            left: 120px;
            height: 55px;
            right: 100px;
        }

        .mmag-product-tags-L {
            position: relative;
            top: 53px;
            left: 120px;
            right: auto;
        }

        .mmag-product-tag-L1 {
            float: none;
            right: auto;
            font-size: 9pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            font-weight: bold;
            background: transparent;
            color: #001871;
            border: solid 0px white;
            padding: 2px 0px;
            border-radius: 4px;
            position: absolute;
            top: 52px;
            left: 11%;
            transform: translateX(-50%);
            margin-left: 0;
            width: auto;
        }

        .mmag-product-tag-L1-tag1 {
        float: none;
        right: auto;
        font-size: 9pt;
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        font-weight: bold;
        background: transparent;
        color: #001871;
        border: solid 0px white;
        padding: 2px 0px;
        border-radius: 4px;
        position: absolute;
        top: 52px;
        left: 11%;
        transform: translateX(-50%);
        margin-left: 0;
        width: auto;
        }

        .mmag-product-tag-L2 {
            /*position: absolute; top: 77px; left: 120px;*/
            float: left;
            right: auto;
            /*width: 120px;*/
            font-size: 9pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            font-weight: bold;
            background: #001871;
            color: white;
            border: solid 1px black;
            padding: 2px 8px;
            border-radius: 4px;
            position: relative;
            top: -54px;
            right: 121px;
        }

        .mmag-product-tag-L3 {
            /*position: absolute; top: 101px; left: 120px;*/
            float: left;
            right: auto;
            /*width: 120px;*/
            font-size: 9pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            font-weight: bold;
            background: #001871;
            color: white;
            border: solid 1px black;
            padding: 2px 8px;
            border-radius: 4px;
        }

        .mmag-sellprice-1 {
            position: absolute;
            top: 110px;
            left: auto;
            right: 20px;
            width: 100px;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0;
        }

        .mmag-sellprice-2 {
            position: absolute;
            top: 130px;
            left: auto;
            right: 20px;
            width: 100px;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        }

        .mmag-sellprice-3 {
            position: absolute;
            top: 130px;
            left: left: auto;
            right: 20px;
            width: 75px;
            font-size: 12pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0;
        }

        .mmag-yrprice-1 {
            position: absolute;
            top: 110px;
            /*left: 130px;*/
            left: 20px;
            right: auto;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0;
        }

        .mmag-yrprice-2 {
            position: absolute;
            top: 155px;
            /*left: 130px;*/
            left: 125px;
            right: auto;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            color: #001871;
        }

        .mmag-yrprice-3 {
            position: absolute;
            top: 153px;
            /*left: 180px;*/
            left: 150px;
            right: auto;
            font-size: 14pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            color: #001871;
            font-weight: bold;
            padding: 0;
        }

        .mmag-profit-1 {
            position: absolute;
            top: 110px;
            left: 150px;
            color: black;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0px;
        }

        .mmag-profit-2 {
            position: absolute;
            top: 130px;
            left: 150px;
            color: #39B54A;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0px;
        }

        .mmag-profit-3 {
            position: absolute;
            top: 130px;
            left: 175px;
            color: #39B54A;
            font-size: 12pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0px;
        }

        .mmag-photo {
            width: 120px;
            max-width: 120px;
        }

        .mmag-photo-frame {
            height: 106px;
            width: 318px;
            left: 0;
            top: 15px;
        }

        .mmag-minus {
            position: absolute;
            bottom: 5px;
            left: auto;
            right: 240px;
            width: 40px;
            height: 30px;
            font-size: 10pt;
            font-weight: bold;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0;
        }

        .mmag-plus {
            position: absolute;
            bottom: 5px;
            left: auto;
            right: 150px;
            width: 40px;
            height: 30px;
            font-size: 10pt;
            font-weight: bold;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0;
        }

        .mmag-qtyavail-1 {
            position: absolute;
            top: 95px;
            left: 20px;
            /*right: 150px;*/
            width: 142px;
            height: 45px;
        }

        .mmag-qtyavail-2 {
            position: absolute;
            top: 238px;
            left: auto;
            right: 9px;
            width: 272px;
            height: 45px;
        }

        .mmag-addqty {
            position: absolute;
            bottom: 5px;
            left: auto;
            right: 190px;
            width: 50px;
            height: 30px;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        }

        .mmag-addcart {
            position: absolute;
            bottom: 7px;
            left: 92px;
            right: auto;
            width: 140px;
            height: 30px;
            background-color: #00ADEE;
            color: white;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        }

        .col-mmag-2 {
            width: 15%;
        }

        .col-mmag-3 {
            width: 320px;
            /*95%;*/
            height: 220px;
            /*140px;*/
            margin: 8px;
        }

        .col-mmag-4 {
            width: 95%;
            height: 130px;
            margin: 5px;
        }

        .col-mmag-6 {
            width: 96%;
            height: 120px;
            margin: 5px;
        }

        .catalog-tools {

            height: 90px;
        }

    }

    @media (min-width: 720px)
    {
        #liSort
        {
            float: none;
            padding: 8px 4px;
            height: 40px;
            margin: -2px 0 0 0;
            position: relative;
            top: -32px;
        }

        #pwpModalBodyRow
        {
            width: 685px;
            float: left;
            box-sizing: border-box;
            padding-left: 0px;
        }

        #filterButton {
            float: none;
            padding: 4px 18px;
            height: 40px;
            margin: 0 0 0 0;
            font-size: 20px;
            position: relative;
            top: 5px;
            left: 10px;
            width: 0px;
        }
    }

    @media (min-width: 740px) {
        
        #liSort
        {
        float: none;
        padding: 8px 4px;
        height: 40px;
        margin: -2px 0 0 0;
        position: relative;
        top: -34px;
        }

        #pwpModalBodyRow
        {
            width: 700px;
            float: left;
            box-sizing: border-box;
            padding-left: 0px;
        }

        #spanCelcomDigiNetworkExclusive
        {
            position: relative;
            left: 197px;
            top: -30px;
            display: block;
            width: 213px;
        }

        #spanAvailableToAllNetwork
        {
            position: relative;
            left: 197px;
            top: -45px;
            display: block;
            width: 213px;
        }

        #simLockNoSimLockModalBody
        {
            height: 474px;
        }

        #simLockNoSimLockRow
        {
            position: relative;
            left: 40px;
        }

        #simLockBtn
        {
            background-color: white;
            border: solid 1px gray;
            border-radius: 9px;
            transition: all 0.2s ease-in-out;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            //font-weight: bold;
            position:relative;
            left: -35px;
            top: -39px;
        }

        #noSimLockBtn
        {
            background-color: white;
            border: solid 1px gray;
            border-radius: 9px;
            transition: all 0.2s ease-in-out;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            //font-weight: bold;
            position:relative;
            left: -35px;
            top: -54px;
        }

        #simLockImg
        {
            width: 300px;
            position: relative;
            left: -58px;
            top: -20px;
        }

        #noSimLockImg
        {
            width: 300px;
            position: relative;
            left: -58px;
            top: -31px;
        }

        #filterButton {
        float: none;
        padding: 4px 18px;
        height: 40px;
        margin: 0 0 0 0;
        font-size: 20px;
        position: relative;
        top: 0px;
        left: 10px;
        }
        
        #filterBtn {
        margin-top: 0;
        }

        #btnCloseRight
        {
            font-size: 25pt;
            position: absolute;
            top: -323px;
            right: -265px;
        }
        
        #txtTag
        {
            position: relative;
            top: 18px;
            left: 11px;
        }

        #filterButton {
            float: none;
            padding: 4px 18px;
            height: 40px;
            margin: 0 0 0 0;
            font-size: 20px;
            position: relative;
            top: -25px;
            left: 10px;
        }

        #filterBtn {
            margin-top: 0;
        }

        #divView {
            /*position: relative; float: left;*/
            margin: 0 auto;
            width: fit-content;
            -height: 300px;
            border: solid 1px transparent;
            padding-left: 10px;
        }

        .thumb-slider .swiper-slide {
            width: 80px;
            height: 80px;
            overflow: hidden;
            border: 2px solid #ddd;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #fff;
        }

        .thumb-slider .swiper-slide img,
        .thumb-slider .swiper-slide video {
            //width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 8px;
        }

        .thumb-slider .swiper-slide video {
            pointer-events: none;
        }

        .main-slider .swiper-slide {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .main-slider .swiper-slide video {
            width: 70%;
            max-width: 550px;
            max-height: 400px;
            border-radius: 12px;
            display: block;
            margin: 0 auto;
            position: relative;
            right: 10px;
        }

        .main-slider .swiper-slide img {
            max-width: 300px;
            height: auto;
            display: block;
            margin: 0 auto;
        }

        .thumb-slider .swiper-slide img {
            max-width: 60px;
            height: auto;
            display: block;
        }

        .video-icon {
            position: absolute;
            bottom: 8px;
            left: 8px;
            background: rgba(0, 0, 0, 0.6);
            color: white;
            font-size: 12px;
            padding: 3px 6px;
            border-radius: 4px;
            display: flex;
            align-items: center;
        }

        .thumb-slider {
            max-width: 320px;
            margin: 10px auto;
        }

        #btnAddCart {
            background: #00ADEE;
            border-radius: 20px;
            font-size: 12pt;
            width: 140px;
            height: 36px;
            position: relative;
            left: 13px;
        }

        #groupAddMinusQty {
            text-align: center;
            height: 36px;
            width: 132px;
            float: left;
            margin-bottom: 25px;
            margin-top: 15px;
            position: relative;
            left: 13px;
        }

        #tablePrice {
            margin-top: 93px;
        }

        #lblProductName {
            height: auto;
            padding: 0 10px;
            word-break: break-word;
            font-size: 14pt;
            font-weight: bold;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            color: #001871;
            position: absolute;
            top: -315px;
            width: 306px;
            white-space: normal;
        }
        .swiper
        {
            margin-top: 27px;
        }

        #lblRppPrice {
            font-size: 13pt;
            padding-left: 10px;
            margin-bottom: 10px;
            margin-top: 27px;
            position: absolute;
            top: 27px;
        }

        #tabSpecs {
            margin-top: 0px;
        }

        #divLeft {
            position: relative;
            float: left;
            margin: 0px;
            width: 460px;
            max-width: 100%;
            height: 320px;
            border-right: solid 1px #E5E5E5;
            top: 3px;
        }

        .mmag-div-left {
            padding: 20px 20px 20px 20px;
        }

        .mmag-div-right {
            padding: 20px 20px 20px 10px;
        }

        .mmag-product {
            /* position: absolute; 
          top: 15px; 
          left: 120px; 
          height: 55px; 
          right: 20px;  */
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            top: 109px;
            left: 0;
            height: 55px;
            width: 100% !important;
        }

        .mmag-vendor {
            position: absolute;
            top: 22px;
            left: 120px;
            height: 55px;
            right: 100px;
        }

        .mmag-product-tags-L {
            position: relative;
            top: 53px;
            left: 120px;
            right: auto;
        }

        .mmag-product-tag-L1 {
            float: none;
            right: auto;
            font-size: 9pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            font-weight: bold;
            background: transparent;
            color: #001871;
            border: solid 0px white;
            padding: 2px 0px;
            border-radius: 4px;
            position: absolute;
            top: 52px;
            left: 11%;
            transform: translateX(-50%);
            margin-left: 0;
            width: auto;
        }

        .mmag-product-tag-L1-tag1 {
        float: none;
        right: auto;
        font-size: 9pt;
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        font-weight: bold;
        background: transparent;
        color: #001871;
        border: solid 0px white;
        padding: 2px 0px;
        border-radius: 4px;
        position: absolute;
        top: 52px;
        left: 11%;
        transform: translateX(-50%);
        margin-left: 0;
        width: auto;
        }

        .mmag-product-tag-L2 {
            /*position: absolute; top: 77px; left: 120px;*/
            float: left;
            right: auto;
            /*width: 120px;*/
            font-size: 9pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            font-weight: bold;
            background: #001871;
            color: white;
            border: solid 1px black;
            padding: 2px 8px;
            border-radius: 4px;
            position: relative;
            top: -54px;
            right: 121px;
        }

        .mmag-product-tag-L3 {
            /*position: absolute; top: 101px; left: 120px;*/
            float: left;
            right: auto;
            /*width: 120px;*/
            font-size: 9pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            font-weight: bold;
            background: #001871;
            color: white;
            border: solid 1px black;
            padding: 2px 8px;
            border-radius: 4px;
        }

        .mmag-sellprice-1 {
            position: absolute;
            top: 110px;
            left: auto;
            right: 20px;
            width: 100px;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0;
        }

        .mmag-sellprice-2 {
            position: absolute;
            top: 130px;
            left: auto;
            right: 20px;
            width: 100px;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        }

        .mmag-sellprice-3 {
            position: absolute;
            top: 130px;
            left: left: auto;
            right: 20px;
            width: 75px;
            font-size: 12pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0;
        }

        .mmag-yrprice-1 {
            position: absolute;
            top: 110px;
            /*left: 130px;*/
            left: 20px;
            right: auto;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0;
        }

        .mmag-yrprice-2 {
            position: absolute;
            top: 155px;
            /*left: 130px;*/
            left: 125px;
            right: auto;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            color: #001871;
        }

        .mmag-yrprice-3 {
            position: absolute;
            top: 153px;
            /*left: 180px;*/
            left: 150px;
            right: auto;
            font-size: 14pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            color: #001871;
            font-weight: bold;
            padding: 0;
        }

        .mmag-profit-1 {
            position: absolute;
            top: 110px;
            left: 150px;
            color: black;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0px;
        }

        .mmag-profit-2 {
            position: absolute;
            top: 130px;
            left: 150px;
            color: #39B54A;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0px;
        }

        .mmag-profit-3 {
            position: absolute;
            top: 130px;
            left: 175px;
            color: #39B54A;
            font-size: 12pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0px;
        }

        .mmag-photo {
            width: 120px;
            max-width: 120px;
        }

        .mmag-photo-frame {
            height: 106px;
            width: 318px;
            left: 0;
            top: 15px;
        }

        .mmag-minus {
            position: absolute;
            bottom: 5px;
            left: auto;
            right: 240px;
            width: 40px;
            height: 30px;
            font-size: 10pt;
            font-weight: bold;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0;
        }

        .mmag-plus {
            position: absolute;
            bottom: 5px;
            left: auto;
            right: 150px;
            width: 40px;
            height: 30px;
            font-size: 10pt;
            font-weight: bold;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0;
        }

        .mmag-qtyavail-1 {
            position: absolute;
            top: 95px;
            left: 20px;
            /*right: 150px;*/
            width: 142px;
            height: 45px;
        }

        .mmag-qtyavail-2 {
            position: absolute;
            top: 238px;
            left: auto;
            right: 9px;
            width: 272px;
            height: 45px;
        }

        .mmag-addqty {
            position: absolute;
            bottom: 5px;
            left: auto;
            right: 190px;
            width: 50px;
            height: 30px;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        }

        .mmag-addcart {
            position: absolute;
            bottom: 7px;
            left: 92px;
            right: auto;
            width: 140px;
            height: 30px;
            background-color: #00ADEE;
            color: white;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        }

        .col-mmag-2 {
            width: 15%;
        }

        .col-mmag-3 {
            width: 320px;
            /*95%;*/
            height: 220px;
            /*140px;*/
            margin: 8px;
        }

        .col-mmag-4 {
            width: 95%;
            height: 130px;
            margin: 5px;
        }

        .col-mmag-6 {
            width: 96%;
            height: 120px;
            margin: 5px;
        }

        .catalog-tools {

            height: 90px;
        }
    }

    @media (min-width: 768px) {

        /* 768 */
        .default-input-group {
            width: 250px;
        }

        #pwpModalBodyRow
        {
            width: 588px;
            float: left;
            box-sizing: border-box;
            padding-left: 0px;
        }

        .colorBtn
        {
        width: 100px;
        text-align: justify;
        }

		.mmag-freeGift-wrapper 
      {
          display: flex;
          flex-direction: row;
          gap: 10px; 
          margin-top: 10px;
      }
    
      .mmag-freeGift 
      {
          padding: 5px;
          background-color: #f9f9f9;
          border-radius: 9px;
          display: block;
          width: auto;
          max-width: 202px;
          margin-bottom: 5px;
          position: relative;
      }

      .gift-label 
      {
          font-weight: bold;
          color: black;
          padding-left: 3px;
      }
      
      .gift-details 
      {
          display: flex;
          align-items: center;
          padding-left: 10px;
          margin-top: 5px;
      }
      
      .gift-details span 
      {
          font-size: 13px;
          margin-right: 10px;
          position: relative;
          left: 0px;
          top: -5px;
          font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
          width: 106px;
          margin-top: 13px;
      }
		
	  .gift-details .soldout-label 
	  {
	        font-size: 10pt;
	        position: relative;
	        left: 0px;
	        color: red;
	        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
	        font-weight: bold;
        	top: 0;
      }
      
      .gift-image 
      {
          max-width: 70px;
          height: auto;
          margin-right: 5px;
          border: solid 1px lightgray;
          border-radius: 3px;
          position: relative;
          left: 0px;
          top: -10px;
      }
        
        #liSort
        {
        float: left;
        padding: 8px 4px;
        height: 40px;
        margin: -2px 0 0 0;
        position: relative;
        top: 0px;
        }

        #spanCelcomDigiNetworkExclusive
        {
            position: relative;
            left: 120px;
            top: -30px;
            display: block;
            width: 213px;
        }

        #spanAvailableToAllNetwork
        {
            position: relative;
            left: 120px;
            top: -45px;
            display: block;
            width: 213px;
        }

        #simLockNoSimLockModalBody
        {
            height: 474px;
        }

        #simLockNoSimLockRow
        {
            position: relative;
            left: 40px;
        }

        #simLockBtn
        {
            background-color: white;
            border: solid 1px gray;
            border-radius: 9px;
            transition: all 0.2s ease-in-out;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            //font-weight: bold;
            position:relative;
            left: -35px;
            top: -39px;
        }

        #noSimLockBtn
        {
            background-color: white;
            border: solid 1px gray;
            border-radius: 9px;
            transition: all 0.2s ease-in-out;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            //font-weight: bold;
            position:relative;
            left: -35px;
            top: -54px;
        }

        #simLockImg
        {
            width: 300px;
            position: relative;
            left: -58px;
            top: -20px;
        }

        #noSimLockImg
        {
            width: 300px;
            position: relative;
            left: -58px;
            top: -31px;
        }
        
        #btnCloseRight
        {
            font-size: 25pt;
            position: absolute;
            top: -381px;
            right: -144px;
        }
        

        #txtTag
        {
            position: relative;
            top: -345px;
            left: 11px;
        }

        #filterButton {
            float: none;
            padding: 4px 18px;
            height: 40px;
            margin: 0 0 0 0;
            font-size: 20px;
            position: relative;
            top: 5px;
            left: 0px;
            width: 0px;
        }

        #filterBtn {
            margin-top: 0;
        }

        #divView {
            /*position: relative; float: left;*/
            margin: 0 auto;
            width: fit-content;
            -height: 300px;
            border: solid 1px transparent;
            padding-left: 10px;
        }

        .thumb-slider .swiper-slide {
            width: 80px;
            height: 80px;
            overflow: hidden;
            border: 2px solid #ddd;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #fff;
        }

        .thumb-slider .swiper-slide img,
        .thumb-slider .swiper-slide video {
            //width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 8px;
        }

        .thumb-slider .swiper-slide video {
            pointer-events: none;
        }

        .main-slider .swiper-slide {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .main-slider .swiper-slide video {
            width: 70%;
            max-width: 550px;
            max-height: 400px;
            border-radius: 12px;
            display: block;
            margin: 0 auto;
            position: relative;
            right: 10px;
        }

        .main-slider .swiper-slide img {
            max-width: 300px;
            height: auto;
            display: block;
            margin: 0 auto;
        }

        .thumb-slider .swiper-slide img {
            max-width: 60px;
            height: auto;
            display: block;
        }

        .video-icon {
            position: absolute;
            bottom: 8px;
            left: 8px;
            background: rgba(0, 0, 0, 0.6);
            color: white;
            font-size: 12px;
            padding: 3px 6px;
            border-radius: 4px;
            display: flex;
            align-items: center;
        }

        .thumb-slider {
            max-width: 320px;
            margin: 10px auto;
        }

        #btnAddCart {
            background: #00ADEE;
            border-radius: 20px;
            font-size: 12pt;
            width: 140px;
            height: 36px;
            position: relative;
            left: 13px;
        }

        #groupAddMinusQty {
            text-align: center;
            height: 36px;
            width: 132px;
            float: left;
            margin-bottom: 25px;
            margin-top: 15px;
            position: relative;
            left: 13px;
        }

        #tablePrice {
            margin-top: 58px;
        }

        #lblProductName {
            height: auto;
            padding: 0 10px;
            word-break: break-word;
            font-size: 14pt;
            font-weight: bold;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            color: #001871;
            position: absolute;
            top: -365px;
            width: 340px;
            white-space: normal;
        }

        #lblRppPrice {
            font-size: 13pt;
            padding-left: 10px;
            margin-bottom: 10px;
            margin-top: 25px;
            position: absolute;
            top: -335px;
        }

        #tabSpecs {
            margin-top: 0;
        }

        #divLeft {
            position: relative;
            float: left;
            margin: 0px;
            width: 460px;
            max-width: 100%;
            height: 320px;
            border-right: solid 1px #E5E5E5;
            top: 100px;
        }


        .mmag-div-left {
            padding: 20px 20px 20px 20px;
        }

        .mmag-div-right {
            padding: 20px 20px 20px 20px;
        }

        .mmag-product {
            /* position: absolute; 
          top: 15px; 
          left: 0; 
          height: 55px; 
          right: 20px;  */
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            top: 109px;
            left: 0;
            height: 55px;
            width: 100% !important;
        }

        .mmag-vendor {
            position: absolute;
            top: 22px;
            left: 120px;
            height: 55px;
            right: 100px;
        }

        .mmag-product-tag-L1 {
            float: none;
            right: auto;
            font-size: 9pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            font-weight: bold;
            background: transparent;
            color: #001871;
            border: solid 0px white;
            padding: 2px 0px;
            border-radius: 4px;
            position: absolute;
            top: 52px;
            left: 16%;
            transform: translateX(-50%);
            margin-left: 0;
            width: auto;
        }

        .mmag-product-tag-L1-tag1 {
        float: none;
        right: auto;
        font-size: 9pt;
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        font-weight: bold;
        background: transparent;
        color: #001871;
        border: solid 0px white;
        padding: 2px 0px;
        border-radius: 4px;
        position: absolute;
        top: 52px;
        left: 16%;
        transform: translateX(-50%);
        margin-left: 0;
        width: auto;
        }

        .mmag-product-tag-L2 {
            /*position: absolute; top: 77px; left: 120px;*/
            float: left;
            right: auto;
            /*width: 120px;*/
            font-size: 9pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            font-weight: bold;
            background: #001871;
            color: white;
            border: solid 1px black;
            padding: 2px 8px;
            border-radius: 4px;
            position: relative;
            top: -54px;
            right: 121px;
        }

        .mmag-product-tag-L3 {
            /*position: absolute; top: 101px; left: 120px;*/
            float: left;
            right: auto;
            /*width: 120px;*/
            font-size: 9pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            font-weight: bold;
            background: #001871;
            color: white;
            border: solid 1px black;
            padding: 2px 8px;
            border-radius: 4px;
        }

        .mmag-sellprice-1 {
            display: none;
            position: absolute;
            top: 110px;
            left: auto;
            right: 20px;
            width: 100px;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0;
        }

        .mmag-sellprice-2 {
            display: none;
            position: absolute;
            top: 130px;
            left: auto;
            right: 20px;
            width: 100px;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        }

        .mmag-sellprice-3 {
            display: none;
            position: absolute;
            top: 130px;
            left: auto;
            right: 20px;
            width: 75px;
            font-size: 12pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0;
        }

        .mmag-yrprice-1 {
            display: none;
            position: absolute;
            top: 110px;
            /*left: 130px;*/
            left: 20px;
            right: auto;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0;
        }

        .mmag-yrprice-2 {
            position: absolute;
            top: 150px;
            /*left: 130px;*/
            left: 133px;
            right: auto;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            color: #001871;
        }

        .mmag-yrprice-3 {
            position: absolute;
            top: 147px;
            /*left: 180px;*/
            left: 158px;
            right: auto;
            font-size: 14pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            color: #001871;
            font-weight: bold;
            padding: 0;
        }

        .mmag-profit-1 {
            display: none;
            position: absolute;
            top: 110px;
            left: 150px;
            color: black;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0px;
        }

        .mmag-profit-2 {
            display: none;
            position: absolute;
            top: 130px;
            left: 150px;
            color: #39B54A;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0px;
        }

        .mmag-profit-3 {
            display: none;
            position: absolute;
            top: 130px;
            left: 175px;
            color: #39B54A;
            font-size: 12pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0px;
        }

        .mmag-photo {
            width: 120px;
            max-width: 120px;
        }

        .mmag-photo-frame {
            height: 106px;
            width: 350px;
            left: 0;
            top: 15px;
        }

        .mmag-minus {
            position: absolute;
            bottom: 5px;
            left: auto;
            right: 240px;
            width: 40px;
            height: 30px;
            font-size: 10pt;
            font-weight: bold;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0;
        }

        .mmag-plus {
            position: absolute;
            bottom: 5px;
            left: auto;
            right: 150px;
            width: 40px;
            height: 30px;
            font-size: 10pt;
            font-weight: bold;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0;
        }

        .mmag-qtyavail-1 {
            position: absolute;
            top: 95px;
            left: 20px;
            /*right: 150px;*/
            width: 142px;
            height: 45px;
        }

        .mmag-qtyavail-2 {
            position: absolute;
            top: 238px;
            left: auto;
            right: 9px;
            width: 272px;
            height: 45px;
        }

        .mmag-addqty {
            position: absolute;
            bottom: 5px;
            left: auto;
            right: 190px;
            width: 50px;
            height: 30px;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        }

        .mmag-addcart {
            position: absolute;
            bottom: 7px;
            left: 110px;
            right: auto;
            width: 140px;
            height: 30px;
            background-color: #00ADEE;
            color: white;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        }

        .col-mmag-2 {
            width: 15%;
        }

        .col-mmag-3 {
            width: 360px;
            /*95%;*/
            height: 220px;
            /*140px;*/
            margin: 8px;
        }

        .col-mmag-4 {
            width: 95%;
            height: 130px;
            margin: 5px;
        }

        .col-mmag-6 {
            width: 96%;
            height: 120px;
            margin: 5px;
        }

        .catalog-tools {

            height: 60px;
        }
    } 

    @media (min-width: 829px) {
        #btnCloseRight
        {
            font-size: 25pt;
            position: absolute;
            top: -381px;
            right: -143px;
        }

        #liSort
        {
            float: left;
            padding: 8px 4px;
            height: 40px;
            margin: -2px 0 0 0;
            position: relative;
            top: 0px;
        }

        #pwpModalBodyRow
        {
            width: 587px;
            float: left;
            box-sizing: border-box;
            padding-left: 0px;
        }
    }

    @media (min-width: 820px) {
        #pwpModalBodyRow {
            width: 572px;
            float: left;
            box-sizing: border-box;
            padding-left: 0px;
        }
    }

    @media (min-width: 853px)
    {
        #pwpModalBodyRow
        {
            width: 584px;
            float: left;
            box-sizing: border-box;
            padding-left: 0px;
        }
    }

    @media (min-width: 882px) {
        #liSort
        {
        float: left;
        padding: 8px 4px;
        height: 40px;
        margin: -2px 0 0 0;
        position: relative;
        top: 0px;
        }

        #btnCloseRight
        {
            font-size: 25pt;
            position: absolute;
            top: -381px;
            right: -143px;
        }
    }

    @media (min-width: 914px) {
        #liSort
        {
        float: left;
        padding: 8px 4px;
        height: 40px;
        margin: -2px 0 0 0;
        position: relative;
        top: 0px;
        }

        #filterButton {
            float: none;
            padding: 4px 18px;
            height: 40px;
            margin: 0 0 0 0;
            font-size: 20px;
            position: relative;
            top: 5px;
            left: 10px;
            width: 0px;
        }

        #filterBtn {
            margin-top: 0;
        }

        #pwpModalBodyRow
        {
            width: 564px;
            float: left;
            box-sizing: border-box;
            padding-left: 0px;
        }
    }

    @media (min-width: 956px)
    {
        #liSort
        {
            float: left;
            padding: 8px 4px;
            height: 40px;
            margin: -2px 0 0 0;
            position: relative;
            top: 0px;
        }

        #pwpModalBodyRow
        {
            width: 586px;
            float: left;
            box-sizing: border-box;
            padding-left: 0px;
        }
    }

    @media (min-width: 992px) {

        /* 992 */
        .default-input-group {
            width: 250px;
        }

        #pwpModalBodyRow
        {
            width: 564px;
            float: left;
            box-sizing: border-box;
            padding-left: 0px;
        }


        #liSort
        {
            float: left;
            padding: 8px 4px;
            height: 40px;
            margin: -2px 0 0 0;
            position: relative;
            top: 0px;
        }

        #divView {
            /*position: relative; float: left;*/
            margin: 0 auto;
            width: fit-content;
            -height: 300px;
            border: solid 1px transparent;
            padding-left: 10px;
        }

        .thumb-slider .swiper-slide {
            width: 80px;
            height: 80px;
            overflow: hidden;
            border: 2px solid #ddd;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #fff;
        }

        .thumb-slider .swiper-slide img,
        .thumb-slider .swiper-slide video {
            //width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 8px;
        }

        .thumb-slider .swiper-slide video {
            pointer-events: none;
        }

        .main-slider .swiper-slide {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .main-slider .swiper-slide video {
            width: 70%;
            max-width: 550px;
            max-height: 400px;
            border-radius: 12px;
            display: block;
            margin: 0 auto;
            position: relative;
            right: 10px;
        }

        .main-slider .swiper-slide img {
            max-width: 300px;
            height: auto;
            display: block;
            margin: 0 auto;
        }

        .thumb-slider .swiper-slide img {
            max-width: 60px;
            height: auto;
            display: block;
        }

        .video-icon {
            position: absolute;
            bottom: 8px;
            left: 8px;
            background: rgba(0, 0, 0, 0.6);
            color: white;
            font-size: 12px;
            padding: 3px 6px;
            border-radius: 4px;
            display: flex;
            align-items: center;
        }

        .thumb-slider {
            max-width: 320px;
            margin: 10px auto;
        }

        .mmag-product {
            /* position: absolute; 
          top: 15px; 
          left: 120px; 
          height: 55px; 
          right: 20px;  */
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            top: 109px;
            left: 0;
            height: 55px;
            width: 100% !important;
        }

        .mmag-vendor {
            position: absolute;
            top: 22px;
            left: 120px;
            height: 55px;
            right: 100px;
        }

        .mmag-yrprice-1 {
            position: absolute;
            top: 110px;
            /*left: 130px;*/
            left: 20px;
            right: auto;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0;
        }

        .mmag-yrprice-2 {
            display: block;
            position: absolute;
            top: 152px;
            /*left: 130px;*/
            left: 128px;
            right: auto;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            color: #001871;
        }

        .mmag-yrprice-3 {
            display: block;
            position: absolute;
            top: 151px;
            /*left: 180px;*/
            left: 153px;
            right: auto;
            font-size: 14pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            color: #001871;
            font-weight: bold;
            padding: 0;
        }

        .mmag-profit-1 {
            position: absolute;
            top: 110px;
            left: 150px;
            color: black;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0px;
        }

        .mmag-profit-2 {
            position: absolute;
            top: 130px;
            left: 150px;
            color: #39B54A;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0px;
        }

        .mmag-profit-3 {
            position: absolute;
            top: 130px;
            left: 175px;
            color: #39B54A;
            font-size: 12pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0px;
        }

        .mmag-photo {
            width: 120px;
            max-width: 120px;
        }

        .mmag-photo-frame {
            height: 106px;
            width: 350px;
            left: 0;
            top: 15px;
        }

        .mmag-minus {
            position: absolute;
            bottom: 5px;
            left: auto;
            right: 240px;
            width: 40px;
            height: 30px;
            font-size: 10pt;
            font-weight: bold;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0;
        }

        .mmag-plus {
            position: absolute;
            bottom: 5px;
            left: auto;
            right: 150px;
            width: 40px;
            height: 30px;
            font-size: 10pt;
            font-weight: bold;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0;
        }

        .mmag-qtyavail-1 {
            position: absolute;
            top: 95px;
            left: 20px;
            /*right: 150px;*/
            width: 142px;
            height: 45px;
        }

        .mmag-qtyavail-2 {
            position: absolute;
            top: 238px;
            left: auto;
            right: 9px;
            width: 272px;
            height: 45px;
        }

        .mmag-addqty {
            position: absolute;
            bottom: 5px;
            left: auto;
            right: 190px;
            width: 50px;
            height: 30px;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        }

        .mmag-addcart {
            position: absolute;
            bottom: 7px;
            left: 100px;
            right: auto;
            width: 140px;
            height: 30px;
            background-color: #00ADEE;
            color: white;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        }

        .col-mmag-2 {
            width: 15%;
        }

        .col-mmag-3 {
            width: 360px;
            /*43%;*/
            height: 220px;
            /*140px;*/
            margin: 8px;
        }

        .col-mmag-4 {
            width: 96%;
            height: 130px;
            margin: 5px;
        }

        .col-mmag-6 {
            width: 96%;
            height: 120px;
            margin: 5px;
        }

        .catalog-tools {

            height: 60px;
        }
    }

    @media (min-width: 1024px) {

        #spanCelcomDigiNetworkExclusive
        {
            position: relative;
            left: 0px;
            top: -21px;
            display: block;
            width: 213px;
        }

		.mmag-freeGift-wrapper 
      {
          display: flex;
          flex-direction: row;
          gap: 10px; 
          margin-top: -42px;
      }
    
      .mmag-freeGift 
      {
          padding: 5px;
          background-color: #f9f9f9;
          border-radius: 9px;
          display: block;
          width: auto;
          max-width: 202px;
          margin-bottom: 5px;
          position: relative;
      }

      .gift-label 
      {
          font-weight: bold;
          color: black;
          padding-left: 3px;
      }
      
      .gift-details 
      {
          display: flex;
          align-items: center;
          padding-left: 10px;
          margin-top: 5px;
      }
      
      .gift-details span 
      {
          font-size: 13px;
          margin-right: 10px;
          position: relative;
          left: 0px;
          top: -5px;
          font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
          width: 106px;
          margin-top: 13px;
      }
      
      .gift-image 
      {
          max-width: 70px;
          height: auto;
          margin-right: 5px;
          border: solid 1px lightgray;
          border-radius: 3px;
          position: relative;
          left: 0px;
          top: -10px;
      }

        #liSort
        {
            float: left;
            padding: 8px 4px;
            height: 40px;
            margin: -2px 0 0 0;
            position: relative;
            top: 0px;
        }

        #pwpModalBodyRow
        {
            width: 575px;
            float: left;
            box-sizing: border-box;
            padding-left: 0px;
        }

        #spanAvailableToAllNetwork
        {
            position: relative;
            left: 20px;
            top: -21px;
        }

        #simLockNoSimLockModalBody
        {
            height: 270px;
        }

        #simLockNoSimLockRow
        {
            position: relative;
            left: 40px;
        }

        #simLockBtn
        {
            background-color: white;
            border: solid 1px gray;
            border-radius: 9px;
            transition: all 0.2s ease-in-out;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            //font-weight: bold;
            position:relative;
            left: 8px;
            top: -39px;
        }

        #noSimLockBtn
        {
            background-color: white;
            border: solid 1px gray;
            border-radius: 9px;
            transition: all 0.2s ease-in-out;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            //font-weight: bold;
            position:relative;
            left: 35px;
            top: -39px;
        }

        #simLockImg
        {
            width: 300px;
            position: relative;
            left: -70px;
            top: -20px;
        }

        #noSimLockImg
        {
            width: 300px;
            position: relative;
            left: -40px;
            top: -20px;
        }

        #btnCloseRight 
        {
            font-size: 25pt;
            position: absolute;
            /* top: -381px; */
            right: 19px;
            top: -1px;
        }

        #lblProductName 
        {
            height: auto;
            padding: 0 10px;
            word-break: break-word;
            font-size: 14pt;
            font-weight: bold;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            color: #001871;
            position: absolute;
            top: 4px;
            width: 340px;
            white-space: normal;
        }

        #lblRppPrice 
        {
            font-size: 13pt;
            padding-left: 10px;
            margin-bottom: 10px;
            margin-top: 25px;
            position: absolute;
            top: 31px;
        }

        #txtTag 
        {
            position: relative;
            top: 39px;
            left: 146px;
        }

        #divLeft {
            position: relative;
            float: left;
            margin: 0px;
            width: 460px;
            max-width: 100%;
            height: 320px;
            border-right: solid 1px #E5E5E5;
            top: 0px;
        }

        #divSpecs 
        {
            position: relative;
            float: left;
            width: 460px;
            max-width: 90%;
            min-height: 100px;
            border-right: solid 1px #E5E5E5;
            padding: 0px 0px 20px 30px;
            top: 86px;
            top: 0px;
            margin-bottom: 30px;
        }

        #filterButton
        {
        float: none;
        padding: 4px 18px;
        height: 40px;
        margin: 0 0 0 0;
        font-size: 20px;
        position: relative;
        top: 4px;
        left: 0px;
        width: 0px;
        }
    }

    @media (min-width: 1180px){
        #pwpModalBodyRow
        {
            width: 570px;
            float: left;
            box-sizing: border-box;
            padding-left: 0px;
        }
    }

    @media (min-width: 1200px) {

        /* 1200 */
        .default-input-group {
            width: 250px;
        }

        .mmag-product-tag-L1-outrightOnly
        {
        float: none;
        right: auto;
        font-size: 9pt;
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        font-weight: bold;
        background: transparent;
        color: #001871;
        border: solid 0px white;
        padding: 2px 0px;
        border-radius: 4px;
        position: absolute;
        top: 45px;
        left: 9%;
        transform: translateX(-50%);
        margin-left: 0;
        width: auto;
        }

        .colorBtn
        {
        width: 100px;
        text-align: justify;
        }

        #divEolDate
        {
            width: 255px;
        }

		#divSimilar
      {
        width: 453px;
        margin-top: 14% !important;
        padding: 30px 20px 20px 30px !important;
      }

      .mmag-freeGift-wrapper 
      {
          display: flex;
          flex-direction: row;
          gap: 10px; 
          margin-top: 10px;
      }
    
      .mmag-freeGift 
      {
          padding: 5px;
          background-color: #f9f9f9;
          border-radius: 9px;
          display: block;
          width: 250px;
          max-width: 250px;
          margin-bottom: 5px;
          position: relative;
      }

      .gift-label 
      {
          font-weight: bold;
          color: black;
          padding-left: 3px;
		  position: relative;
          left: 7px;
      }
      
      .gift-details 
      {
          display: flex;
          align-items: center;
          padding-left: 10px;
          margin-top: 5px;
      }
      
      .gift-details span 
      {
          font-size: 13px;
          margin-right: 10px;
          position: relative;
          left: 0px;
          top: -12px;
          font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
          width: 140px;
          margin-top: 13px;
      }

	  .gift-details .soldout-label
	  {
			font-size: 10pt;
		    position: relative;
		    left: 0px;
		    color: red;
		    font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
		    font-weight: bold;
	  }
      
      .gift-image 
      {
          max-width: 70px;
          height: auto;
          margin-right: 5px;
          border: solid 1px lightgray;
          border-radius: 3px;
          position: relative;
          left: 0px;
          top: -13px;
      }

        #pwpModalBodyRow
        {
            width: 564px;
            float: left;
            box-sizing: border-box;
            padding-left: 0px;
        }

        #pwpBox
        {
            width: 50%;
        }

        #liSort
        {
        float: left;
        padding: 8px 4px;
        height: 40px;
        margin: -2px 0 0 0;
        position: relative;
        top: 0px;
        }

        #spanCelcomDigiNetworkExclusive
        {
            position: relative;
            left: 0px;
            top: -21px;
            display: block;
            width: 213px;
        }

        #spanAvailableToAllNetwork
        {
            position: relative;
            left: 20px;
            top: -21px;
        }

        #simLockNoSimLockModalBody
        {
            height: 270px;
        }

        #simLockNoSimLockRow
        {
            position: relative;
            left: 40px;
        }

        #simLockBtn
        {
            background-color: white;
            border: solid 1px gray;
            border-radius: 9px;
            transition: all 0.2s ease-in-out;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            //font-weight: bold;
            position:relative;
            left: 8px;
            top: -39px;
        }

        #noSimLockBtn
        {
            background-color: white;
            border: solid 1px gray;
            border-radius: 9px;
            transition: all 0.2s ease-in-out;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            //font-weight: bold;
            position:relative;
            left: 37px;
            top: -39px;
        }

        #simLockImg
        {
            width: 300px;
            position: relative;
            left: -70px;
            top: -20px;
        }

        #noSimLockImg
        {
            width: 300px;
            position: relative;
            left: -39px;
            top: -20px;
        }

        #txtTag
        {
        margin-left: 2%;
        }

        #divSpecs {
            position: relative;
            float: left;
            /*margin: 0 10px;*/
            width: 460px;
            max-width: 90%;
            min-height: 100px;
            /*200px;*/
            border-right: solid 1px #E5E5E5;
            padding: 0px 0px 20px 30px;
            top: 0;
        }

        #divView {
            display: block;
            width: 80%;
            max-width: 1150px;
            min-height: 300px;
            border: solid 1px transparent;
            padding-left: 10px;
            margin-left: auto;
            margin-right: auto;
        }

        .thumb-slider .swiper-slide {
            width: 80px;
            height: 80px;
            overflow: hidden;
            border: 2px solid #ddd;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #fff;
        }

        .thumb-slider .swiper-slide img,
        .thumb-slider .swiper-slide video {
            //width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 8px;
        }

        .thumb-slider .swiper-slide video {
            pointer-events: none;
        }

        .main-slider .swiper-slide {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .main-slider .swiper-slide video {
            width: 70%;
            max-width: 550px;
            max-height: 400px;
            border-radius: 12px;
            display: block;
            margin: 0 auto;
            position: relative;
            right: 10px;
        }

        .main-slider .swiper-slide img {
            max-width: 300px;
            height: auto;
            display: block;
            margin: 0 auto;
        }

        .thumb-slider .swiper-slide img {
            max-width: 60px;
            height: auto;
            display: block;
        }

        .video-icon {
            position: absolute;
            bottom: 8px;
            left: 8px;
            background: rgba(0, 0, 0, 0.6);
            color: white;
            font-size: 12px;
            padding: 3px 6px;
            border-radius: 4px;
            display: flex;
            align-items: center;
        }

        .thumb-slider {
            max-width: 320px;
            margin: 10px auto;
        }

        .mmag-product {
            /* position: absolute; 
          top: 15px; 
          left: 120px; 
          height: 55px; 
          right: 20px; 
          text-align: left !important;
          width: 50% !important; */
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            top: 109px;
            left: 0;
            height: 55px;
            width: 100% !important;
        }

        .mmag-vendor {
            position: absolute;
            top: 22px;
            left: 120px;
            height: 55px;
            right: 100px;
        }

        .mmag-sellprice-1 {
            display: none;
            position: absolute;
            top: 110px;
            left: auto;
            right: 20px;
            width: 100px;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0;
        }

        .mmag-sellprice-2 {
            display: none;
            position: absolute;
            top: 130px;
            left: auto;
            right: 20px;
            width: 100px;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        }

        .mmag-sellprice-3 {
            display: none;
            position: absolute;
            top: 130px;
            left: auto;
            right: 20px;
            width: 75px;
            font-size: 12pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0;
        }

        .mmag-yrprice-1 {
            display: none;
            position: absolute;
            top: 110px;
            /*left: 130px;*/
            left: 20px;
            right: auto;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0;
        }

        .mmag-yrprice-2 {
            display: block;
            position: absolute;
            top: 152px;
            /*left: 130px;*/
            left: 128px;
            right: auto;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            color: #001871;
        }

        .mmag-yrprice-3 {
            display: block;
            position: absolute;
            top: 151px;
            /*left: 180px;*/
            left: 153px;
            right: auto;
            font-size: 14pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            color: #001871;
            font-weight: bold;
            padding: 0;
        }

        .mmag-profit-1 {
            display: none;
            position: absolute;
            top: 110px;
            left: 150px;
            color: black;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0px;
        }

        .mmag-profit-2 {
            display: none;
            position: absolute;
            top: 130px;
            left: 150px;
            color: #39B54A;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0px;
        }

        .mmag-profit-3 {
            display: none;
            position: absolute;
            top: 130px;
            left: 175px;
            color: #39B54A;
            font-size: 12pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0px;
        }

        .mmag-photo {
            width: 120px;
            max-width: 120px;
        }

        .mmag-photo-frame {
            height: 106px;
            width: 350px;
            left: 0;
            top: 15px;
        }

        .mmag-product-tag-L1 {
            /*position: absolute; top: 53px; left: 120px;*/
            float: left;
            right: auto;
            /*width: 120px;*/
            font-size: 9pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            font-weight: bold;
            background: transparent;
            color: #001871;
            border: solid 0px white;
            padding: 2px 8px;
            border-radius: 4px;
            position: absolute;
            top: 45px;
            left: 11px;
        }

        .mmag-product-tag-L1-tag1 {
        /*position: absolute; top: 53px; left: 120px;*/
        float: left;
        right: auto;
        /*width: 120px;*/
        font-size: 9pt;
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        font-weight: bold;
        background: transparent;
        color: #001871;
        border: solid 0px white;
        padding: 2px 8px;
        border-radius: 4px;
        position: absolute;
        top: 45px;
        left: 11px;
        }

        .mmag-product-tag-L2 {
            /*position: absolute; top: 77px; left: 120px;*/
            float: left;
            right: auto;
            /*width: 120px;*/
            font-size: 9pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            font-weight: bold;
            background: #001871;
            color: white;
            border: solid 1px black;
            padding: 2px 8px;
            border-radius: 4px;
            position: relative;
            top: -54px;
            right: 121px;
        }

        .mmag-minus {
            position: absolute;
            bottom: 5px;
            left: auto;
            right: 240px;
            width: 40px;
            height: 30px;
            font-size: 10pt;
            font-weight: bold;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0;
        }

        .mmag-plus {
            position: absolute;
            bottom: 5px;
            left: auto;
            right: 150px;
            width: 40px;
            height: 30px;
            font-size: 10pt;
            font-weight: bold;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0;
        }

        .mmag-qtyavail-1 {
            position: absolute;
            top: 95px;
            left: 20px;
            /*right: 150px;*/
            width: 142px;
            height: 45px;
        }

        .mmag-qtyavail-2 {
            position: absolute;
            top: 238px;
            left: auto;
            right: 9px;
            width: 272px;
            height: 45px;
        }

        .mmag-addqty {
            position: absolute;
            bottom: 5px;
            left: auto;
            right: 190px;
            width: 50px;
            height: 30px;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        }

        .mmag-addcart {
            position: absolute;
            bottom: 6px;
            left: 100px;
            right: auto;
            width: 140px;
            height: 30px;
            background-color: #00ADEE;
            color: white;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        }

        .col-mmag-2 {
            width: 15%;
        }

        .col-mmag-3 {
            width: 360px;
            /*43%;*/
            height: 220px;
            /*140px;*/
            margin: 8px;
        }

        .col-mmag-4 {
            width: 23%;
            height: 130px;
            margin: 5px;
        }

        .col-mmag-6 {
            width: 47%;
            height: 120px;
            margin: 5px;
        }

        .catalog-tools {

            height: 60px;
        }
    }

    @media (min-width: 1280px){

        #liSort
        {
        float: left;
        padding: 8px 4px;
        height: 40px;
        margin: -2px 0 0 0;
        position: relative;
        top: 0px;
        }
        
        .colorBtn
        {
        width: 100px;
        text-align: justify;
        }

        #txtTag {
            margin-left: 2%;
            position: relative;
            top: 24px;
            left: 3px;
        }

        #pwpModalBodyRow
        {
            width: 564px;
            float: left;
            box-sizing: border-box;
            padding-left: 0px;
        }
    }

    @media (min-width: 1500px) {

        /* 1200 */
        .default-input-group {
            width: 250px;
        }

        .colorBtn
        {
        width: 100px;
        text-align: justify;
        }
        
        #liSort
        {
        float: left;
        padding: 8px 4px;
        height: 40px;
        margin: -2px 0 0 0;
        position: relative;
        top: 0px;
        }

        #pwpModalBodyRow
        {
            width: 564px;
            float: left;
            box-sizing: border-box;
            padding-left: 0px;
        }
        
        #pwpBox
        {
            width: 50%;
        }

        #divView {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            /* gap: 20px; */
            width: fit-content;
            max-width: 1468px;
            min-height: 300px;
            border: solid 1px transparent;
        }

        #divSpecs {
            position: relative;
            float: left;
            /*margin: 0 10px;*/
            width: 460px;
            max-width: 90%;
            min-height: 100px;
            /*200px;*/
            border-right: solid 1px #E5E5E5;
            padding: 0px 0px 20px 30px;
            top: 0;
        }

        .swiper-wrapper {
            transition-duration: 300ms !important;
        }

        .thumb-slider .swiper-slide {
            width: 80px;
            height: 80px;
            overflow: hidden;
            border: 2px solid #ddd;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #fff;
        }

        .thumb-slider .swiper-slide img,
        .thumb-slider .swiper-slide video {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 8px;
        }

        .thumb-slider .swiper-slide video {
            pointer-events: none;
        }

        .main-slider .swiper-slide {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .main-slider .swiper-slide video {
            width: 70%;
            max-width: 550px;
            max-height: 400px;
            border-radius: 12px;
            display: block;
            margin: 0 auto;
            position: relative;
            right: 10px;
        }

        .main-slider .swiper-slide img {
            max-width: 300px;
            height: auto;
            display: block;
            margin: 0 auto;
        }

        .thumb-slider .swiper-slide img {
            max-width: 60px;
            height: auto;
            display: block;
        }

        .video-icon {
            position: absolute;
            bottom: 8px;
            left: 8px;
            background: rgba(0, 0, 0, 0.6);
            color: white;
            font-size: 12px;
            padding: 3px 6px;
            border-radius: 4px;
            display: flex;
            align-items: center;
        }

        .thumb-slider {
            max-width: 320px;
            margin: 10px auto;
        }

        #btnAddCart {
            background: #00ADEE;
            border-radius: 20px;
            font-size: 12pt;
            width: 140px;
            height: 36px;
            position: relative;
            left: 0;
        }

        #groupAddMinusQty {
            text-align: center;
            height: 36px;
            width: 132px;
            float: left;
            margin-bottom: 25px;
            margin-top: 15px;
            position: relative;
            left: 0;
        }

        #tablePrice {
            margin-top: auto;
        }

        #lblProductName {
            height: auto;
            padding: 0 10px;
            word-break: break-word;
            font-size: 14pt;
            font-weight: bold;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            color: #001871;
            position: relative;
            top: 0;
            white-space: normal;
        }

        #lblRppPrice {
            font-size: 13pt;
            padding-left: 10px;
            margin-bottom: 10px;
            margin-top: 25px;
            position: relative;
            top: 0;
        }

        #divLeft {
            position: relative;
            float: left;
            margin: 0px;
            width: 460px;
            max-width: 100%;
            height: 320px;
            border-right: solid 1px #E5E5E5;
            top: 0;
        }

        #tabSpecs {
            margin-top: 0px;
        }

        .mmag-product {
            /* position: absolute; 
          top: 15px; 
          left: 120px; 
          height: 55px; 
          right: 20px; 
          text-align: left !important;
          width: 50% !important; */
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            top: 109px;
            left: 0;
            height: 55px;
            width: 100% !important;
        }

        .mmag-vendor {
            position: absolute;
            top: 22px;
            left: 120px;
            height: 55px;
            right: 100px;
        }

        .mmag-sellprice-1 {
            display: none;
            position: absolute;
            top: 110px;
            left: auto;
            right: 20px;
            width: 100px;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0;
        }

        .mmag-sellprice-2 {
            display: none;
            position: absolute;
            top: 130px;
            left: auto;
            right: 20px;
            width: 100px;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        }

        .mmag-sellprice-3 {
            display: none;
            position: absolute;
            top: 130px;
            left: auto;
            right: 20px;
            width: 75px;
            font-size: 12pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0;
        }

        .mmag-yrprice-1 {
            display: none;
            position: absolute;
            top: 110px;
            /*left: 130px;*/
            left: 20px;
            right: auto;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0;
        }

        .mmag-yrprice-2 {
            display: block;
            position: absolute;
            top: 152px;
            /*left: 130px;*/
            left: 105px;
            right: auto;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            color: #001871;
        }

        .mmag-yrprice-3 {
            display: block;
            position: absolute;
            top: 151px;
            /*left: 180px;*/
            left: 128px;
            right: auto;
            font-size: 14pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            color: #001871;
            font-weight: bold;
            padding: 0;
        }

        .mmag-profit-1 {
            display: none;
            position: absolute;
            top: 110px;
            left: 150px;
            color: black;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0px;
        }

        .mmag-profit-2 {
            display: none;
            position: absolute;
            top: 130px;
            left: 150px;
            color: #39B54A;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0px;
        }

        .mmag-profit-3 {
            display: none;
            position: absolute;
            top: 130px;
            left: 175px;
            color: #39B54A;
            font-size: 12pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0px;
        }

        .mmag-photo {
            width: 120px;
            max-width: 120px;
        }

        .mmag-photo-frame {
            height: 106px;
            width: 350px;
            left: -29px;
            top: 15px;
        }

        .mmag-product-tag-L1 {
            /*position: absolute; top: 53px; left: 120px;*/
            float: left;
            right: auto;
            /*width: 120px;*/
            font-size: 9pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            font-weight: bold;
            background: transparent;
            color: #001871;
            border: solid 0px white;
            padding: 2px 8px;
            border-radius: 4px;
            position: absolute;
            top: 45px;
            left: -21px;
        }

        .mmag-product-tag-L1-tag1 {
        /*position: absolute; top: 53px; left: 120px;*/
        float: left;
        right: auto;
        /*width: 120px;*/
        font-size: 9pt;
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        font-weight: bold;
        background: transparent;
        color: #001871;
        border: solid 0px white;
        padding: 2px 8px;
        border-radius: 4px;
        position: absolute;
        top: 45px;
        left: -21px;
        }

        .mmag-product-tag-L2 {
            /*position: absolute; top: 77px; left: 120px;*/
            float: left;
            right: auto;
            /*width: 120px;*/
            font-size: 9pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            font-weight: bold;
            background: #001871;
            color: white;
            border: solid 1px black;
            padding: 2px 8px;
            border-radius: 4px;
            position: relative;
            top: -54px;
            right: 121px;
        }

        .mmag-minus {
            position: absolute;
            bottom: 5px;
            left: auto;
            right: 240px;
            width: 40px;
            height: 30px;
            font-size: 10pt;
            font-weight: bold;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0;
        }

        .mmag-plus {
            position: absolute;
            bottom: 5px;
            left: auto;
            right: 150px;
            width: 40px;
            height: 30px;
            font-size: 10pt;
            font-weight: bold;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0;
        }

        .mmag-qtyavail-1 {
            position: absolute;
            top: 95px;
            left: 20px;
            /*right: 150px;*/
            width: 142px;
            height: 45px;
        }

        .mmag-qtyavail-2 {
            position: absolute;
            top: 238px;
            left: auto;
            right: 9px;
            width: 272px;
            height: 45px;
        }

        .mmag-addqty {
            position: absolute;
            bottom: 5px;
            left: auto;
            right: 190px;
            width: 50px;
            height: 30px;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        }

        .mmag-addcart {
            position: absolute;
            bottom: 6px;
            left: 77px;
            right: auto;
            width: 140px;
            height: 30px;
            background-color: #00ADEE;
            color: white;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        }

        .col-mmag-2 {
            width: 15%;
        }

        .col-mmag-3 {
            width: 280px;
            /*31%;*/
            height: 220px;
            /*140px;*/
            margin: 8px;
        }

        .col-mmag-4 {
            width: 23%;
            height: 130px;
            margin: 5px;
        }

        .col-mmag-6 {
            width: 48%;
            height: 120px;
            margin: 5px;
        }

        .fade {
            -webkit-animation-name: fade;
            -webkit-animation-duration: 1.5s;
            animation-name: fade;
            animation-duration: 1.5s;
        }

        .catalog-tools {

            height: 60px;
        }

        #filterButton {
            float: left;
            padding: 12px 18px;
            height: 40px;
            margin: -2px 0 0 0;
            font-size: 20px;
            width: 0px;
        }

        #filterBtn {
            margin-top: 0;
        }
    }

    @media (min-width: 1200px) {

        /* 1200 */
        .default-input-group {
            width: 250px;
        }

        .colorBtn
        {
        width: 100px;
        text-align: justify;
        }
        
        #liSort
        {
        float: left;
        padding: 8px 4px;
        height: 40px;
        margin: -2px 0 0 0;
        position: relative;
        top: 0px;
        }

        #pwpModalBodyRow
        {
            width: 564px;
            float: left;
            box-sizing: border-box;
            padding-left: 0px;
        }

        #txtTag
        {
            margin-left: 2%;
            position: relative;
            top: 24px;
            left: 3px;
        }

        #divView {
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            /* gap: 20px; */
            width: fit-content;
            max-width: 1468px;
            min-height: 300px;
            border: solid 1px transparent;
        }

        .swiper-wrapper {
            transition-duration: 300ms !important;
        }

        .thumb-slider .swiper-slide {
            width: 80px;
            height: 80px;
            overflow: hidden;
            border: 2px solid #ddd;
            border-radius: 8px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #fff;
        }

        .thumb-slider .swiper-slide img,
        .thumb-slider .swiper-slide video {
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 8px;
        }

        .thumb-slider .swiper-slide video {
            pointer-events: none;
        }

        .main-slider .swiper-slide {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .main-slider .swiper-slide video {
            width: 70%;
            max-width: 550px;
            max-height: 400px;
            border-radius: 12px;
            display: block;
            margin: 0 auto;
            position: relative;
            right: 10px;
        }

        .main-slider .swiper-slide img {
            max-width: 300px;
            height: auto;
            display: block;
            margin: 0 auto;
        }

        .thumb-slider .swiper-slide img {
            max-width: 60px;
            height: auto;
            display: block;
        }

        .video-icon {
            position: absolute;
            bottom: 8px;
            left: 8px;
            background: rgba(0, 0, 0, 0.6);
            color: white;
            font-size: 12px;
            padding: 3px 6px;
            border-radius: 4px;
            display: flex;
            align-items: center;
        }

        .thumb-slider {
            max-width: 320px;
            margin: 10px auto;
        }

        #btnAddCart {
            background: #00ADEE;
            border-radius: 20px;
            font-size: 12pt;
            width: 140px;
            height: 36px;
            position: relative;
            left: 0;
        }

        #groupAddMinusQty {
            text-align: center;
            height: 36px;
            width: 132px;
            float: left;
            margin-bottom: 25px;
            margin-top: 15px;
            position: relative;
            left: 0;
        }

        #tablePrice {
            margin-top: auto;
        }

        #lblProductName {
            height: auto;
            padding: 0 10px;
            word-break: break-word;
            font-size: 14pt;
            font-weight: bold;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            color: #001871;
            position: relative;
            top: 0;
            white-space: normal;
        }

        #lblRppPrice {
            font-size: 13pt;
            padding-left: 10px;
            margin-bottom: 10px;
            margin-top: 25px;
            position: relative;
            top: 0;
        }

        #divLeft {
            position: relative;
            float: left;
            margin: 0px;
            width: 460px;
            max-width: 100%;
            height: 320px;
            border-right: solid 1px #E5E5E5;
            top: 0;
        }

        #tabSpecs {
            margin-top: 0px;
        }

        .mmag-product {
            /* position: absolute; 
          top: 15px; 
          left: 120px; 
          height: 55px; 
          right: 20px; 
          text-align: left !important;
          width: 50% !important; */
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            top: 109px;
            left: 0;
            height: 55px;
            width: 100% !important;
        }

        .mmag-vendor {
            position: absolute;
            top: 22px;
            left: 120px;
            height: 55px;
            right: 100px;
        }

        .mmag-sellprice-1 {
            display: none;
            position: absolute;
            top: 110px;
            left: auto;
            right: 20px;
            width: 100px;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0;
        }

        .mmag-sellprice-2 {
            display: none;
            position: absolute;
            top: 130px;
            left: auto;
            right: 20px;
            width: 100px;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        }

        .mmag-sellprice-3 {
            display: none;
            position: absolute;
            top: 130px;
            left: auto;
            right: 20px;
            width: 75px;
            font-size: 12pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0;
        }

        .mmag-yrprice-1 {
            display: none;
            position: absolute;
            top: 110px;
            /*left: 130px;*/
            left: 20px;
            right: auto;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0;
        }

        .mmag-yrprice-2 {
            display: block;
            position: absolute;
            top: 152px;
            /*left: 130px;*/
            left: 105px;
            right: auto;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            color: #001871;
        }

        .mmag-yrprice-3 {
            display: block;
            position: absolute;
            top: 151px;
            /*left: 180px;*/
            left: 128px;
            right: auto;
            font-size: 14pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            color: #001871;
            font-weight: bold;
            padding: 0;
        }

        .mmag-profit-1 {
            display: none;
            position: absolute;
            top: 110px;
            left: 150px;
            color: black;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0px;
        }

        .mmag-profit-2 {
            display: none;
            position: absolute;
            top: 130px;
            left: 150px;
            color: #39B54A;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0px;
        }

        .mmag-profit-3 {
            display: none;
            position: absolute;
            top: 130px;
            left: 175px;
            color: #39B54A;
            font-size: 12pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0px;
        }

        .mmag-photo {
            width: 120px;
            max-width: 120px;
        }

        .mmag-photo-frame {
            height: 106px;
            width: 350px;
            left: -29px;
            top: 15px;
        }

        .mmag-product-tag-L1 {
            float: none;
            right: auto;
            font-size: 9pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            font-weight: bold;
            background: transparent;
            color: #001871;
            border: solid 0px white;
            padding: 2px 0px;
            border-radius: 4px;
            position: absolute;
            top: 45px;
            left: 9%;
            transform: translateX(-50%);
            margin-left: 0;
            width: auto;
        }

        .mmag-product-tag-L1-tag1 {
        float: none;
        right: auto;
        font-size: 9pt;
        font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        font-weight: bold;
        background: transparent;
        color: #001871;
        border: solid 0px white;
        padding: 2px 0px;
        border-radius: 4px;
        position: absolute;
        top: 45px;
        left: 9%;
        transform: translateX(-50%);
        margin-left: 0;
        width: auto;
        }

        .mmag-product-tag-L2 {
            /*position: absolute; top: 77px; left: 120px;*/
            float: left;
            right: auto;
            /*width: 120px;*/
            font-size: 9pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            font-weight: bold;
            background: #001871;
            color: white;
            border: solid 1px black;
            padding: 2px 8px;
            border-radius: 4px;
            position: relative;
            top: -54px;
            right: 121px;
        }

        .mmag-minus {
            position: absolute;
            bottom: 5px;
            left: auto;
            right: 240px;
            width: 40px;
            height: 30px;
            font-size: 10pt;
            font-weight: bold;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0;
        }

        .mmag-plus {
            position: absolute;
            bottom: 5px;
            left: auto;
            right: 150px;
            width: 40px;
            height: 30px;
            font-size: 10pt;
            font-weight: bold;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
            padding: 0;
        }

        .mmag-qtyavail-1 {
            position: absolute;
            top: 95px;
            left: 20px;
            /*right: 150px;*/
            width: 142px;
            height: 45px;
        }

        .mmag-qtyavail-2 {
            position: absolute;
            top: 238px;
            left: auto;
            right: 9px;
            width: 272px;
            height: 45px;
        }

        .mmag-addqty {
            position: absolute;
            bottom: 5px;
            left: auto;
            right: 190px;
            width: 50px;
            height: 30px;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        }

        .mmag-addcart {
            position: absolute;
            bottom: 6px;
            left: 77px;
            right: auto;
            width: 140px;
            height: 30px;
            background-color: #00ADEE;
            color: white;
            font-size: 10pt;
            font-family: Raleway, Arial, Tahoma, Microsoft Yahei, SimSun, STXihei;
        }

        .col-mmag-2 {
            width: 15%;
        }

        .col-mmag-3 {
            width: 280px;
            /*31%;*/
            height: 220px;
            /*140px;*/
            margin: 8px;
        }

        .col-mmag-4 {
            width: 23%;
            height: 130px;
            margin: 5px;
        }

        .col-mmag-6 {
            width: 48%;
            height: 120px;
            margin: 5px;
        }

        .fade {
            -webkit-animation-name: fade;
            -webkit-animation-duration: 1.5s;
            animation-name: fade;
            animation-duration: 1.5s;
        }

        .catalog-tools {

            height: 60px;
        }

        #filterButton {
            float: left;
            padding: 12px 18px;
            height: 40px;
            margin: 0 0 0 0;
            font-size: 20px;
            position: static;
            width: 0px;
        }

        #filterBtn {
            margin-top: 0;
        }
        
        .filter-btn.active
        {
        background: transparent;
        color: black;
        font-weight: bold;
        border: 1px solid #001871;
        }
    }

    .filter-btn {
        border: 1px solid #ccc;
        padding: 5px 10px;
        cursor: pointer;
        margin: 2px;
        border-radius: 4px;
        background: white;
    }

    .filter-btn.active {
        background: #001871;
        color: white;
        border-color: #001871;
        font-weight: bold;
    }

    #divColorOptions td
  {
    vertical-align: top;
  }
  
  #divColorOptions img
  {
    transition: box-shadow 0.3s ease;
  }
  
  #divColorOptions .selected
  {
    box-shadow: 0 0 10px 0 gray;
    border-radius: 15px;
  }

  #divBrandFilter
  {
    display:flex;
    margin-top:10px;
  }
  
  .brand-filter
  {
    width: 258px;
    font-family: Arial, sans-serif;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.05);
    padding: 12px;
    box-sizing: border-box;
  }
  
  .vendor-filter
  {
    width: 258px;
    font-family: Arial, sans-serif;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.05);
    padding: 12px;
    box-sizing: border-box;
  }
  
  .category-filter
  {
    width: 258px;
    font-family: Arial, sans-serif;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.05);
    padding: 12px;
    box-sizing: border-box;
  }
  
  .type-filter
  {
    width: 258px;
    font-family: Arial, sans-serif;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.05);
    padding: 12px;
    box-sizing: border-box;
  }
  
  .price-filter
  {
    width: 258px;
    font-family: Arial, sans-serif;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.05);
    padding: 12px;
    box-sizing: border-box;
  }
  
  .networking-filter
  {
    width: 258px;
    font-family: Arial, sans-serif;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.05);
    padding: 12px;
    box-sizing: border-box;
  }
  
  .colour-filter
  {
    width: 258px;
    font-family: Arial, sans-serif;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.05);
    padding: 12px;
    box-sizing: border-box;
  }
  
  .storage-filter
  {
    width: 258px;
    font-family: Arial, sans-serif;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 6px;
    box-shadow: 4px 4px 4px rgba(0,0,0,0.05);
    padding: 12px;
    box-sizing: border-box;
  }
  
  .brand-header
  {
    font-weight: 600;
    color: #333;
    font-size: 14px;
    margin-bottom: 8px;
  }
  
  .vendor-header
  {
    font-weight: 600;
    color: #333;
    font-size: 14px;
    margin-bottom: 8px;
  }
  
  .category-header
  {
    font-weight: 600;
    color: #333;
    font-size: 14px;
    margin-bottom: 8px;
  }
  
  .type-header
  {
    font-weight: 600;
    color: #333;
    font-size: 14px;
    margin-bottom: 8px;
  }
  
  .price-header
  {
    font-weight: 600;
    color: #333;
    font-size: 14px;
    margin-bottom: 8px;
  }
  
  .networking-header
  {
    font-weight: 600;
    color: #333;
    font-size: 14px;
    margin-bottom: 8px;
  }
  
  .colour-header
  {
    font-weight: 600;
    color: #333;
    font-size: 14px;
    margin-bottom: 8px;
  }
  
  .storage-header
  {
    font-weight: 600;
    color: #333;
    font-size: 14px;
    margin-bottom: 8px;
  }
  
  .brand-search
  {
    width: 100%;
    padding: 8px 10px;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    outline: none;
    transition: border-color 0.2s ease;
  }
  
  .brand-search::placeholder
  {
    color: #999;
  }
  
  .brand-search:focus
  {
    border-color: #666;
  }
  
  .vendor-search
  {
    width: 100%;
    padding: 8px 10px;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    outline: none;
    transition: border-color 0.2s ease;
  }
  
  .vendor-search::placeholder
  {
    color: #999;
  }
  
  .vendor-search:focus
  {
    border-color: #666;
  }
  
  .category-search
  {
    width: 100%;
    padding: 8px 10px;
    font-size: 14px;
    color: #333;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    outline: none;
    transition: border-color 0.2s ease;
  }
  
  .category-search::placeholder
  {
    color: #999;
  }
  
  .category-search:focus
  {
    border-color: #666;
  }
  
  .view-all
  {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 10px;
    font-size: 13px;
    color: #0073e6;
    cursor: pointer;
    text-decoration: none;
  }
  
  .view-all:hover
  {
    text-decoration: underline;
  }
  
  .arrow-icon
  {
    font-size: 14px;
    margin-left: 4px;
  }

  @media (min-width: 1200px)
    {
      #divSearchInput
      {
        width: 320px;
      }

      .filter-stack
      {
        margin-left: 15px;
        margin-top: 10px;
        display: flex;
        flex-direction: column;
        gap: 20px;
      }

      #divBrandFilter 
      {
        display: flex;
        margin-top: 10px;
        margin-left: 9px;
      }

      #divView
      {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        width: fit-content;
        max-width: 1468px;
        min-height: 300px;
        border: solid 1px transparent;
        padding-left: 0px;
        margin: 0 0 0 10px;
      }
    }

    @media (min-width: 1528px)
    {
      #divSearchInput
      {
        width: 320px;
      }

      .filter-stack
      {
        margin-left: 11%;
        display: flex;
        flex-direction: column;
        gap: 20px;
        margin-left: auto;
      }

      #divBrandFilter
      {
        display:flex;
        margin-top:10px;
        margin-left: 9%;
      }

      #divView
      {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        width: fit-content;
        max-width: 1468px;
        min-height: 300px;
        border: solid 1px transparent;
        padding-left: 0px;
        margin: 0 0 0 10px;
        margin-right: auto;
      }
    }

    @media (min-width: 1920px)
    {
      #divSearchInput
      {
        width: 320px;
      }

      .filter-stack
      {
        margin-left: 11%;
        display: flex;
      }

      #divView 
      {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        width: fit-content;
        max-width: 1468px;
        min-height: 300px;
        border: solid 1px transparent;
        padding-left: 0px;
        margin: 0 0 0 0px;
      }

      #divBrandFilter 
      {
        display: flex;
        margin-top: 10px;
        margin-left: 4%;
      }
    }

    .brand-grid 
    {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); /* slightly wider cells */
      gap: 20px; /* more spacing between logos */
      padding: 10px;
      justify-items: center;
      align-items: center;
    }
    
    .brand-item img 
    {
      max-width: 100px; /* bigger width */
      max-height: 80px; /* bigger height */
      object-fit: contain;
      transition: transform 0.3s ease;
      cursor: pointer;
    }
    
    .brand-item img:hover 
    {
      transform: scale(1.15); 
    }

    .modal.right .modal-dialog 
    {
      position: fixed;
      right: 0;
      top: 0;
      margin: 0;
      width: 80%; 
      height: 100%;
      transform: translateX(100%);
      transition: transform 0.3s ease-out;
    }
    
    .modal.right .modal-content 
    {
      height: 100%;
      overflow-y: auto; 
      border-radius: 0;
    }
    
    .modal.right.in .modal-dialog 
    {
      transform: translateX(0); 
    }

    @media (max-width: 768px)
    {
      .modal.right-half .modal-dialog {
      position: fixed;
      right: 0;
      top: 0;
      margin: 0;
      width: 70%;
      height: 100%;
      transform: translateX(100%);
      transition: transform 0.3s ease-out;
      }

      .modal.right-half.in .modal-dialog {
      transform: translateX(0);
      }

      .modal.right-half .modal-content {
      height: 100%;
      display: flex;
      flex-direction: column;
      border-radius: 0;
      }

      .modal.right-half .modal-body {
      flex: 1;
      overflow-y: auto;
      padding-bottom: 80px; /* space for buttons */
      }

      #filterButton
      {
        display: flex;
      }

      #featuredBrands
      {
        display:block;
      }
    }
    
    @media (min-width: 769px) 
    {
      #filterButton 
      {
        display: none;
      }
      #featuredBrands
      {
        display: none;
      }
    }

	#imgModal   
	{
  		display: none;
		position: fixed;
		z-index: 999;
		left: 0; top: 0;
		width: 100%; height: 100%;
		background: rgba(0,0,0,0.8);
		overflow: hidden;
	}
	  
	#imgModal .modal-body 
	{
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  height: 100%;
	}
	  
	#imgModal .modal-body img 
	{
	  max-width: 90%;
      max-height: 90%;
	}

	#zoomContainer .close 
	{
  		position: absolute;
		top: 155px;
    	right: 220px;
	    color: #fff;
	    font-size: 20px;
	    font-weight: bold;
	    cursor: pointer;
	    z-index: 10;
	  }

	  @media (max-width: 768px) 
	  {
  		  #zoomContainer .close 
		  {
  			  position: absolute;
			  top: 80px;
	          right: 25px;
		      color: #fff;
		      font-size: 20px;
		      font-weight: bold;
		      cursor: pointer;
		      z-index: 10;
	  	  }
	
		  #zoomContainer 
		  {
		    width: 100%;
		    height: 100%;
		    touch-action: none;
		    overflow: hidden;
		    display: flex;
		    justify-content: center;
		    align-items: flex-start; 
		    padding-top: 112px;      
		  }
	
		  #zoomContainer img 
		  {
		    max-width: 100%;
		    max-height: 100%;
		    width: auto;
		    height: auto;
		    display: block;
		  } 
	}

	.soldout-label {
	  color: red;
	  font-weight: bold;
	  margin-bottom: 8px; /* spacing before the wrapper */
	}
