.APAstar-icon {
    width: 24px;
    height: 24px;
  }

  .APAstar-icon use {
    transition: fill 0.3s ease;
  }

  .APAstar-animate {
    animation: APApopIn 0.3s ease;
  }

  @keyframes APApopIn {
    0% { transform: scale(0.8); opacity: 0.3; }
    100% { transform: scale(1); opacity: 1; }
  }

  .APAstar-box {
    display: inline-flex;
    gap: 2px;
    align-items: center;
    margin-top: 4px;
  }


    #apa-upper-embed{
        justify-content: center !important;
    }
    select#select_sortby{
        width:88% !important;
    }
    .poc-categories-page .fil-sec i {
        right: 20px;
        top: 7px !important;
    }
    .poc-categories-page .sel-sortby.fil-sec i {
            right: 20px !important;
    top: 7px !important;
    }
        #Header>a {
            padding-bottom: 28px;
        }

        .APAcontainer {
            height: auto;
        }


        .container.container-custom {
            max-width: 1440px !important;
        }


        @media only screen and (max-width: 1024px) {
            .res_wdt_prd.content .inner:after {
                font-family: FontAwesome;
                content: "\f054";
                color: #a6a6a6 !important;
                margin-top: 10px;
                visibility: visible;
                font-size: 12px;
                font-weight: 400;
                margin-left: 5px;
                position: absolute;
                right: 0px;
                top: 25%;
            }
        }

        @media screen and (min-device-width: 576px) and (max-device-width: 1023px) {

            .filter-body .APAcol-md-6,
            .filter-body .APAcol-sm-6 {
                -webkit-box-flex: 0;
                -ms-flex: 0 0 50%;
                flex: 0 0 50%;
                max-width: 50%;
            }

        }

        @media only screen and (max-width: 539px) {
            .pagi_master {
                margin: 0 auto;
                padding-top: 15px;
            }

            .pagi_master ul {
                margin-left: 0px !important;
                display: block !important;
            }

            .pagi_master ul li {
                margin-left: 18px;
            }
        }

        a p.sku_detail {
            text-decoration: none;
        }

        .search-content {
            text-decoration: none !important;
        }

        p.sku_detail:after {
            cursor: pointer;
        }
        .apa-product-grid .sku_detail {
            font-family: 'Roboto';
            font-weight: 400 !important;
            font-size: 16px;
            line-height: 24px !important;
            color: #939393 !important;
        }