.lcs_wrap {
    display: inline-block;
    direction: ltr;
    height: 28px !important;
    min-height: 28px !important;
    max-height: 28px !important;
    vertical-align: middle;
}

.lcs_wrap input {
    display: none;
}

.lcs_switch:hover {
    box-shadow: var(--pa-mid) 0 0 2px 2px !important;
}

.lcs_cb .lcs_switch {
    width: 64px;
    border-radius: 5px;
}

.lcs_close {
    left: 9px;
    font-size: 17px !important;
    color: white;
    z-index: 100;
    position: absolute;
}


.lcs_radio .lcs_switch {
    width: 28px;
    border-radius: 100%;
}

.lcs_switch {
    display: inline-block;
    position: relative;
    height: 28px;
    background: #ddd;
    overflow: hidden;
    cursor: pointer;

    -webkit-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.lcs_cb .lcs_cursor {
    border-radius: 5px;
}

.lcs_radio .lcs_cursor {
    border-radius: 100%;
}

.lcs_cursor {
    display: inline-block;
    position: absolute;
    top: 4px;
    width: 20px;
    height: 20px;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 3px 4px 0 rgba(0, 0, 0, 0.1);
    z-index: 10;

    -webkit-transition: all .2s linear;
    -ms-transition: all .2s linear;
    transition: all .2s linear;
}

.lcs_label {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 18px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    width: 25px;
    top: 6px;
    overflow: hidden;
    text-align: center;
    opacity: 0;

    -webkit-transition: all .2s ease-in-out .1s;
    -ms-transition: all .2s ease-in-out .1s;
    transition: all .2s ease-in-out .1s;
}

.lcs_label.lcs_label_on {
    left: -70px;
    z-index: 6;
}

.lcs_label.lcs_label_off {
    right: -70px;
    z-index: 5;
    color: black;
}

.lcs_radio .lcs_cursor {
    left: 4px;
}

.lcs_radio .lcs_switch.lcs_on .lcs_cursor {
    background: var( --pa-blue );
}

/* on */
.lcs_cb .lcs_switch.lcs_on {
    background: var( --pa-blue );
    box-shadow: 0 0 2px #a4a4a4 inset;
}

.lcs_cb .lcs_switch.lcs_on .lcs_cursor {
    left: 39px;
}

.lcs_switch.lcs_on .lcs_label_on {
    left: 10px;
    opacity: 1;
}


/* off */
.lcs_switch.lcs_off {
    background: white;
    box-shadow: 0 0 2px #a4a4a4 inset;
}

.lcs_switch.lcs_off .lcs_cursor {
    left: 4px;
}

.lcs_switch.lcs_off .lcs_label_off {
    right: 10px;
    opacity: 1;
}


/* disabled */
.lcs_switch.lcs_disabled {
    opacity: 0.65;
    filter: alpha(opacity=65);
    cursor: default;
}

:root {
    --pa-high: #eef;
    --pa-mid: #B5B8D3;
    --pa-blue: #002d72;
    --pa-return: #0096c8;
    --pa-gray: #eee;
    --pa-bne-red: rgb(230, 0, 0);
    --xy: 90% 80%;
    --a: 130deg;
    --b: 31deg;
    --c: 181deg;
    --d: 1deg;
    --c1: #eef;
    --c3: #e0e0ff;
    --c2: #fff;
    --c0: #ccccff;
}

* {
    /* color: var(--pa-blue);*/
    color: rgb(29, 29, 31);
    font-family: Lato, Verdana, Arial, Helvetica, sans-serif;
    box-sizing: border-box;
    line-height: 150%;
    font-size: .97rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none;
}

body {
    margin: 0;
    padding: 10px;
    -webkit-text-size-adjust: 100%;
    position: relative;
}

#background {
    display: none;
}

#pam-404 {
    width: 40%
}

table {
    border-collapse: collapse
}

hr.dots {
    display: block;
    background-color: var(--pa-high);
    border-radius: 10px;
    height: 3px;
    margin: 5px auto;
}

/* latin-ext */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://s.pacn.ws/S6uyw4BMUTPHjx4wXiWtFCc.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://s.pacn.ws/S6uyw4BMUTPHjx4wXiWtFCc.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*
table td { padding: 5px; }
*/

#body_ad {
    cursor: pointer;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: -1;
    height: 100vh;
    background: fixed top center no-repeat;
}


#website {
    cursor: auto;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto 0 auto;
}

#top-bar {
    z-index: 3000;
    position: fixed;
    display: table;
    top: 0;
    left: 0;
    color: white;
    width: 100%;
    padding: 10px 10px 0 10px;
    background: #002d72;
    background: rgba(0, 45, 113, 0.8);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}

#top-bar > div input {
    transition: 2s
}

#top-bar .smallicon, #top-bar .logo img {
    filter: brightness(0) invert(1);
}

#top-bar * {
    color: white
}


#sidebar {
    position: absolute;
    right: 0;
    margin: 0 0 0 15px;
    top: 0;
    padding: 0 0 0 15px;
    border-left: solid 1px #002d72;
    border-left: solid 1px var(--pa-blue);
}

.quickco {
    background-color: transparent;
    padding: 0;
    vertical-align: top
}

#shopping-cart .quickco {
    display: inline-block;
    min-width: 240px;
}


.logo {
    cursor: pointer;
    padding-top: 9px;
    width: 205px;
    transition: all .2s ease-in-out;
    position: relative;
}

.cont {
    position: relative
}

.logo img {
    width: 180px;
    height: 42px;
}

#logo_message {
    font-size: 18px;
    display: inline-block;
    position: absolute;
    left: 48px;
    line-height: 70px;
    height: 64px;
    width: 160px;
    z-index: 2;
    top: -10px;
    background: #002d72;
    background: var(--pa-blue);
}

.overlay {
    opacity: .8;
    position: absolute;
    z-index: 98;
    top: 14px;
    right: 40px;
    background: white;
}

.left {
    float: left;
}

button, select, textarea, input {
    cursor: pointer
}

.cart-pinfo .shipindicator, .acbut.big, .pf_show_filter, button, select, textarea, input:not( .lcs_not ), button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0 5px;
    border-radius: 5px;
    border: solid gray 1px;
    height: 40px;
    /*    background-color: white; */
    line-height: 40px;
    box-shadow: none;
}

hr {
    height: 1px;
    color: #ddd;
    background: #ddd;
    font-size: 0;
    margin: 10px 0;
    border: 0;
}

.serial-code {
    border-radius: 5px;
}

.serial-code > div {
    padding: 10px;
    font-family: monospace, monospace;
}

#search_butt
.copybut {
    line-height: 30px !important;
}

/** safari macos has problem  with the password recommendation ... check other browsers... */

.cart-pinfo .shipindicator {
    border-color: transparent
}

.acbut, .acbut.big, button {
    border-color: transparent;
}

.pf_show_filter {
    display: none;
}

input[type="checkbox"] {
    height: auto;
}

input[type="text"], input[type="number"] {
    cursor: auto
}

textarea {
    height: auto
}


#header-extra-cart {
    display: none
}

input[type="submit" ], .p_alt_arrow_down {
    cursor: pointer;
}

.arrow-down, .pf_show_filter, select, .p_alt_arrow_down {
    background-image: url(https://s.pacn.ws/gallery/large/GA.06671.0028.svg?sv5ldz&v=PX-458);
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 15px 10px;
    padding-right: 30px;
    cursor: pointer;
}

.arrow-down {
    background-position: center;
    height: 32px;
    width: 25px;
    padding: 0;
    cursor: pointer;
}

.p_alt_arrow_down {
    height: 20px;
    width: 32px;
    display: inline-block;
}

.nav {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
    width: 100%;
}

div.logo {
    width: 1%
}

#header-extra a {
    font-size: 0.80rem;

}

#header-extra {
    width: 40%;
    padding-top: 12px;
    text-align: center;
}

.nav > div {
    white-space: nowrap;
    font-size: 1.3em;
    cursor: pointer;
    font-weight: bold;
    padding: 5px 1%;
    border-radius: 5px;
    vertical-align: middle;
    text-align: center;
}

.nav.empty {
    margin: 10px 0;
}

.nav.empty div {
    border-bottom: solid 2px #002d72;
    border-bottom: solid 2px var(--pa-blue);
}

.nav-wrap {
    display: none;
}

.cart-row, .n_subcat_items, input, select, .nav div, #n_pf_main li {
    transition: .3s;
}

.cart-anchor {
    margin-top: 10px;
}

.cart-row.moving {
    position: absolute;
    transition: none;
    z-Index: 100000;
    margin: 0 10px 0 0;
}

/**
#sug-blur {
    z-index: 100000;
    width: 410px;

    height: 50px;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    position: absolute;
    bottom: 0;
    display: none
}
*/
.suggestion {
    position: relative;
    cursor: pointer;
    padding: 5px 15px 0 0;
    min-height: 65px;
    vertical-align: middle;
    text-align: left;
}

.suggestion > span {
    position: relative;
    overflow: hidden;
    text-align: left;
    vertical-align: middle;
}

.sugg-outer {
    display: table-row;
    border-radius: 5px;
}

.sugg-outer * {
    color: var(--pa-blue) !important;
}

.suggestion {
    display: table-cell;
    width: 100%;
    padding: 10px;
}

.sugg-outer img {
    cursor: pointer;
    margin: 0 auto;
    max-width: 90px;
    max-height: 90px;
    padding: 3px;
    margin-bottom: 5px;
    transition: 0.1s;
    display: table-cell;
}

.suggestion.selected {
    background-color: #eeeeee !important;
}


#sugexpand {
    overflow-y: scroll;
    max-height: 75vh;
    position: relative;
    color: #002d72;
    color: var(--pa-blue);
    background: white;
    margin-top: 20px;
    display: none;
    border-radius: 5px;
}

#sugexpand.has-result {
    display: block;
}

.n_cont {
    display: table;
    border-collapse: separate;
    position: relative;

}

.stdelem {
    margin: 0 0 10px 0;
}

h3, h2 {
    display: inline;
}

.n_box > h2, .n_cell > h2, .n_box > h4, .n_box > h3, .n_cell > h3 {
    line-height: 23px;
    min-width: 120px;
    white-space: nowrap;
    text-transform: capitalize;
    display: inline-block;
    color: #fff;
    background-color: #002d72;
    background-color: var(--pa-blue);
    text-align: left;
    padding: 5px;
    margin: 0;
}


h1 {
    font-weight: normal;
    font-size: 1.4rem
}

.n_box > h2 {
    line-height: 23px;
    min-width: 120px;
    white-space: nowrap;
    text-transform: capitalize;
    display: inline-block;
    background-color: transparent;
    text-align: center;
    padding: 5px;
    margin: 0;
    color: #3A4F66;
    font-size: 1.2rem;
}

.n_box h4 {
    padding: 10px 20px;
}

.n_box h4 * {
    text-decoration: none
}

/**

taken out for the other retro gaming block

.n_box h3 {
	display: block
}
 */


h3.section-header.margin-fix {
    margin: -10px -10px 10px -10px;
}

.n_cell > h3 {
    display: block;
    margin: 0;
    text-align: center;
}

.n_cell, .n_spac {
    display: table-cell;
}

.n_cell > h2 > *, .n_box > h2 > *, .n_box > h4 > * {
    color: #3A4F66;
    font-size: 1.2rem;
    text-decoration: none;
}

.n_box > h2 {
    border-bottom: solid 1px #ddd
}

.n_cell {
    text-align: center;
    border: solid #002d72 2px;
    border: solid var(--pa-blue) 2px;
}


.fixedfont {
    font-family: monospace;
}

.fullwidth {
    width: 100%;
}

.halfwidth {
    width: 50%;
}


.right {
    float: right;
}

.acenter, .centre {
    text-align: center;
}

.aleft {
    text-align: left;
}

.aright {
    text-align: right;
}


.n_spac {
    width: 10px;
}

.n_cell {
    vertical-align: top
}

.n_subcat {
    width: 226px;
    padding: 0 0 10px 0;
    display: table-cell;
}

.n_subcat div.aleft {
    min-height: 290px;
}

a.n_subcat_items {
    padding: 10px;
    text-decoration: none;
    display: inline-block;
}

.n_cell.n_subcat a.n_subcat_items {
    display: block
}

.subcat_sep2 {
    display: none
}


.gb a, .yelbg a {
    text-decoration: underline;
}


.co_container, .box2, .yelbg {
    background: none var(--pa-mid);
}

.co_cont_spacer {
    float: left;
    width: 10px;
    background: white !important;
}

.co_info {
    line-height: 30px;
    background-image: url('//s.pacn.ws/1/gallery/large/GA.06771.0168.svg?1606996504&v=PX-163');
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: 10px 8px;
    padding: 0 10px 0 40px;
    background-color: #eee;
    border-radius: 5px;
}

.middle, .middle * {
    vertical-align: middle
}

.top {
    vertical-align: top
}

#curlang {
    text-align: center;
    line-height: 24px;
    padding: 10px;
}

.pimg120 img, .pimg120 > .ovrly, .pimg150 img, .pimg150 > .ovrly {
    /*	width: 150px;
	*/
    height: 150px;
    border: 0;
}

.p-thumb img {
    max-width: 150px;
    max-height: 150px;
    border-radius: 5px;
}

.p-thumb {
    margin-bottom: 20px;
    height: 150px;
    cursor: pointer;
    display: table-cell;
    vertical-align: middle;
}

.ovrly {
    width: 100%;
    position: relative;
    display: table;
    height: 155px;
    margin-bottom: 10px;
}

.ovrly1 {
    position: absolute;
    bottom: -15px;
    display: flex;
    /*right: 0;*/
    /*text-align: right;*/
}

.ovrly-right {
    position: absolute;
    display: grid;
    justify-items: right;
    top: 0;
    right: 5px;
    z-index: 1;
}

.ovrly1 > div, .ovrly1 img {
    display: block;
}

img.corimg, div.corimg {
    padding: 0;
    margin: 0 0 5px 0;
    width: 32px;
    height: 32px;
    background-size: 32px 32px;
    background-repeat: no-repeat;
    background-position: center;
}

.ver.corimg {
    height: 14px;
    width: 14px;
    margin: auto;
}

.p_table td {
    vertical-align: top
}

.preliminary {
    line-height: 300% !important;
    opacity: 0.5;
    width: 100%;
    position: absolute;
    z-index: 2;
    background: #ddf;
    text-align: center;
    font-size: 1.2rem;
    font-weight: bold;
}

.preliminary.prelim {
    opacity: 1;
    background: none;
    z-index: 3;
}


#pname_seg {
    margin-bottom: 20px;
}

.p_name {
    font-size: 21px;
    line-height: 25px;
    display: block;
    margin: 0;
}

#p_verspec {
    margin-top: 10px;
    display: flex;
    align-items: center;
}

.defback {
    color: white;
    background-color: #002d72;
    background-color: var(--pa-blue);
    text-align: center;
    border-radius: 5px;
    padding: 10px 5px;
    line-height: 150%;
}

#p_verspec > div:first-child img {
    vertical-align: middle;
}

.enc {
    font-family: Arial, sans-serif;
    text-align: center;
    font-size: 14px;
    line-height: 18px;
    margin-right: 5px;
    padding: 0 5px !important;
    font-weight: bold;
    border: solid black 1px;
    display: table-cell;
    vertical-align: top;
    height: 18px;
}

.ext, a .ext, h1.ext {
    display: inline-block;
    text-decoration: none;
    background-color: gray;
    color: white;
    border-radius: 5px;
    padding: 3px 7px 3px 7px;
    text-transform: uppercase;
    margin-right: 5px;
    font-size: 9px;
    border: solid white 1px;
    vertical-align: super;
}

.ext.ext_digital, h2 .ext_digital, a .ext_digital {
    background-color: #009bdf !important;
}

.unvl {
    opacity: 0;
    transition: opacity .3s ease-in;
}

.expose_password {
    background-size: 40px;
    width: 40px;
	height: 40px !important;
    margin-left: 1px !important;
    height: 32px;
    vertical-align: top;
    background-position: left center;
    display: inline-block;
    background-color: #002d72;
    background-color: var(--pa-blue);
}


/* product bars */


.pwrap {
    position: relative;
    min-height: 95px;
    float: none;
    clear: both;
}

.pwrap img {
    margin-right: 10px;
}


.pliner {
    line-height: 20px;
    float: right;
    margin-left: 10px;
    text-align: center;
    min-width: 90px;
}

.td {
    display: table-cell;
    vertical-align: middle;
    padding: 0 0 20px 0
}

.arrowe, .arroww {
    visibility: hidden;
    vertical-align: middle;
    cursor: pointer;
}

.arroww {
    transform: rotate(180deg)
}

.row_holder {
    height: 327px;
    margin-bottom: 10px;
    width: 100%
}

.p_prev_n {
    height: 48px;
    display: block;
    overflow: hidden;
    word-wrap: break-word;
}

.p_prev_n .ext {
    display: none
}

.p_prev_a {
    line-height: 16px;
    overflow: hidden;
}

.p_prev_p {
    text-transform: none;
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    font-size: 11px;
    display: block;
    margin-top: 10px;
    min-height: 24px;
    min-width: 140px;
}

.p_prev_p, .p_prev_buy {
    white-space: nowrap;
}

.p_prev_p > span {
    vertical-align: middle
}

.p_prev_buy {
    background-color: #0096c8;
    cursor: pointer;
    font-variant: small-caps;
    text-transform: uppercase
}

.p_prev_bar {
    min-height: 184px;
    display: table-cell;
    position: relative;
}

.p_prev_row {
    position: relative;
    display: table;
    width: 100%;
}


.p_prev_trow {
    display: table-row
}

.rbutb, .rbut {
    white-space: nowrap;
    display: inline-block;
    border: 0;
    line-height: 18px;
    margin: 0;
    background-color: var(--pa-blue);
    border-radius: 5px;
    color: white;
    text-align: center;
}

.rbut {
    padding: 5px 5px;
    min-width: 45px;
    font-size: 11px;
}

.rbut.smallbut, .acbut, a.acbut {
    border: 0;
    text-align: center;
    background-color: var(--pa-blue);
    line-height: 15px;
    color: white;

    padding: 5px 10px;
    display: inline-block;
    border-radius: 5px;
    text-decoration: none;
    user-select: none;
    cursor: pointer;
}

a.acbut {
    color: white;
}

.acbut.disabled {
    cursor: not-allowed;
    background-color: gray !important;
}


.spac {
    margin-bottom: 7px;
}

.navlangbar {
    margin-bottom: 10px;
}

.navlangbar a, .navlangbar span {
    padding-left: 5px;
}

.navlangbar a:first-child, .navlangbar span:first-child {
    padding-left: 0;
}

.p_review {
    text-decoration: none;
}

.rev {
    padding: 10px;
    border-radius: 5px;
    position: relative;
    margin-bottom: 10px;
}

.rev_helpful {
    transition: 0.2s;
    position: absolute;
    display: inline-block;
    bottom: 0;
    right: 0;
    background-color: var(--pa-mid);
    padding: 5px 10px;
    border-top-left-radius: 5px;
    opacity: 0;
}

.rev_helpful_visible .rev_helpful {
    z-index: 11; /* thumbnail fix */
    opacity: 1
}


.rev_name {
    float: right
}

.rev_subject {
    font-weight: bold;
}

.rev_subject, .rev_body {
    margin: 10px;
}

.rev_rating {
    white-space: nowrap;
    margin: 0 10px 10px 10px;
}

.starfhn {
    background-image: url("//www.play-asia.com/s/shop/starsx2_blue.png");
    background-size: 60px 24px;
    width: 20px;
    height: 24px;
    display: inline-block;
}

.starx {
    height: 24px;
    line-height: 28px;
    display: inline;
    vertical-align: top;
}

.starf {
    background-position: 0 0 !important;
}

.starh {
    background-position: -20px 0 !important;
}

.starb {
    background-position: -40px 0 !important;
}

.starn {
    display: none
}


.version-holder, input.acbut.big, .acbut.big, a.acbut.big {
    min-width: 240px;
    height: 40px;
    white-space: nowrap;
    padding: 7px 14px !important;
    line-height: 25px;
    display: inline-block;
}

#loyalty_table {
    display: inline-block;
    text-align: left;
    padding: 7px;
}

#loyalty_table td {
    vertical-align: middle
}

/*
#bookmarking_tag_top {
	display: inline;
}

form[name="bookmark_products_form"] {
	display: inline;
}
*/

#coinoverlay {
    color: #002d72;
    color: var(--pa-blue);
    text-align: center;
    line-height: 1px;
    height: 60px;
    cursor: pointer;
}

#coinoverlay span {
    color: #002d72;
    color: var(--pa-blue);
    font-size: 19px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: -1px -1px 0 #FFF, 1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px 1px 0 #FFF, -2px -1px 0 #FFF, 2px -1px 0 #FFF, -2px 1px 0 #FFF, 2px 1px 0 #FFF;
}

#coinoverlay img {
    width: 50px;
    height: 50px;
}

#coinoverlay span {
    top: -26px;
    position: relative;
}

#pi_top_icons {
    float: right;
    white-space: nowrap;
    margin-left: 5px;
    text-align: center;
}

#pi_top_icons .icon {
    margin-bottom: 5px !important;
}

.sp1 {
    background: url('//s.pacn.ws/shop/sp6x2.png?v=PX-163');
    background-size: 424px 181px;
}

#agent_box input[type="text"], #tell_friends input[type="text"] {
    width: 100%;
    margin: 5px 0
}

#sales_area, #website {
    position: relative
}

#main_column {
    position: relative;
    float: left;
    width: 100%;
}

#main-holder {
    display: flex;
    justify-content: center;
}

#main_column_outer {
    position: relative;
    width: 82%;
}

#breadcrumbs {
    margin: 10px 0
}

#breadcrumbs div {
    display: inline-block;
}

#category-column {
    vertical-align: top;
    margin-right: 10px;
    width: 18%;
    height: 100%;
}

#category-column * {
    text-decoration: none
}

#category-column > div > div {
    padding: 5px 0 5px
}

#category-column > div > div:hover, #category-column > div.selected {
    background: #eef
}

#right_column {
    float: right;
    width: 170px;
    margin: 0;
}

#footer {
    margin-top: 20px;
}

.footer {
    position: relative;
    margin-top: 1.5px;
    clear: both;
    background-color: var(--pa-blue);
    color: #fff;
    padding: 20px;
}

.footer * {
    color: #fff
}

.footer .table_like > div {
    vertical-align: middle;
    white-space: nowrap
}

.we_accept {
    margin: 0 24px 0 90px;
    padding: 4px 4px 0 4px;
    position: relative;
    border-radius: 5px;
    background-color: white;
}

.we_accept img {
    width: auto
}

#accept_blur {
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);

    position: absolute;
    width: 80px;
    right: 0;
    height: 32px;
}

.we_accept div {
    white-space: nowrap;
    overflow-x: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-scrollbar: none;

}

.we_accept_out {
    display: inline-block;
    float: left;
    position: relative;
    vertical-align: middle;
    line-height: 40px;
}

.footer .icon, .we_accept_out.arrow, .invert {
    margin: 10px 0 0 0;
    filter: brightness(0) invert(1);
}

.we_accept_out div {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

/* product */

.n_prod_spec {
    display: table;
}

.n_prod_spec > div {
    display: table-row
}

.n_prod_spec > div > div {
    display: table-cell;
    padding: 5px 10px 0 0;
}

.n_prod_spec > div > div:first-child {
    white-space: nowrap;
    width: 1%
}


.banimg {
    max-width: 100%
}

#ppage-banner {
    text-align: center;
}

#ppage-banner img {
    height: unset !important;
    margin: 10px auto 10px auto;
    max-width: 100% !important;
}

.pay_now_block {
    margin-bottom: 10px;
}

.pay_now_logo {
    width: 100%;
    height: 32px;
    display: inline-block;
}

.pay_now_logo img {
    width: 100%
}

/* agent */
.agcbh {
    clear: both;
    margin: 5px 0 5px 0;
    position: relative;
}


.agcb {
    padding: 0 0 0 20px;
    margin: 2px 5px 10px 0;
}

/* cart */
.collapse {
    border-collapse: collapse; /*border: 1px solid grey;*/
}

/** cart **/
.cart-pinfo {
    margin: 20px 0 10px 10px;
    clear: right;
}

.cart-pinfo > div, .cart-pinfo > input {
    margin: 0 10px 0 0;
}

.cart-pinfo * {
    vertical-align: top;
}

.no-cart .qty_input, #shopping-cart .move-cart, .cart-pinfo-qtypr, #shopping-cart .move-wishlist, #list_0 .move-savedlist, #list_1 .move-wishlist {
    display: none
}

.shopping-cart h2 > img {
    float: right;
    vertical-align: bottom;
    width: 18px;
    height: 18px;
    top: 5px;
    position: relative;
}

.shopping-cart .p_prev_img {
    margin-right: 10px;
}


/* cart end... */
.n_box {
    line-height: 150%
}

.n_box.collapse {
    cursor: pointer
}

.n_box.collapsed {
    border: 0;
    overflow: hidden
}


.n_box.collapse {
    display: block;
    clear: both;
}


.listheader {
    min-height: 35px;
}

.n_box.collapse form {
    display: block
}

.n_box.collapse.collapsed form {
    display: none
}

.pwrap, .n_box.collapse h2:after {
    content: ""
}

.n_box.collapsed h2:after {
    content: " \bb"
}

/* checkout & dialog boxes */
.tile_container {
    width: 50%;
    float: left;
    clear: none;
    margin: 0;
    padding: 0;
}

.checkout_secion {
    margin-bottom: 10px
}

.co_container:hover {
    opacity: 0.9
}

.co_container {
    overflow: hidden;
    line-height: 150%;
    border-radius: 5px;
    padding: 10px;
    margin: 5px;
    position: relative;
    cursor: pointer;
}

.n2_box {
    padding: 50px 10px 10px 10px;
    position: relative;
    margin-bottom: 10px;
}


.n2_box.bord {
    border-radius: 5px;
    border: solid 1px #eee;
}

.n2_box.blue {
    background: rgba(238, 238, 255, 0);
}

.n2_box.gray {
    background: var(--pa-gray);
}

.n2_box > a > h2 {
    text-decoration: underline
}

.n2_box > h2, .n2_box > a > h2 {
    background: var(--pa-blue);
    margin: 0;
    text-align: center;
    color: white;
    position: absolute;
    left: 0;
    top: 0;
    height: 40px;
    width: 100%;
    line-height: 40px;
}


.ui-widget.ui-widget-content {
    border: none !important;
}

/**
	It is super-important that the pa-dlg (root class for the top div of the dialog) is position: fixed. If you need to position your dialog, for instance, centered, please use top: XX when overriding.
 */
.pa-dlg {
    z-index: 10000 !important;
    position: fixed;
    top: 0;
}

.pa-dialog {
    display: none;
}

.dialog-header {
    height: 30px
}

.dialog-header > img {
    vertical-align: top
}

.ui-widget-overlay {
    background: rgba(0, 0, 0, 0.6) !important;
    opacity: 6 !important;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
}

.ui-dialog {
    top: 0;
    left: 0;
    right: 0;
    margin-right: auto;
    margin-left: auto;
    min-width: 200px;
    max-width: 100%;
    overflow: auto !important;
    position: fixed !important;
}

.ui-dialog-titlebar {
    display: none !important
}

.dialog-close {
    float: right;
    cursor: pointer;
    position: relative;
    z-index: 100;
    /* background: center no-repeat url(''); */
    width: 24px;
    height: 25px;
    background-size: 18px;
    background-position: center;
    background-repeat: no-repeat;
}

.preldr {
    margin-top: 20px;
    position: relative;
    height: 80px;
}

.ldr {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -16px;
    margin-left: -32px;
}

.spi-rng {
    display: inline-block;
    position: relative;
    width: 32px;
    height: 32px;

}

.loading_spinner {
    position: absolute;
    z-index: 100;
}

.spi-rng div {

    display: block;
    position: absolute;
    width: 23px;
    height: 23px;
    margin: 2px;
    border: 2px solid #fff;
    border-radius: 50%;
    animation: spi-rng 2.4s cubic-bezier(0.4, 0.2, 0.5, 1) infinite;
    border-color: #fff transparent transparent transparent;
}

.spi-rng div:nth-child(1) {
    animation-delay: -0.45s;
}

.spi-rng div:nth-child(2) {
    animation-delay: -0.3s;
}

.spi-rng div:nth-child(3) {
    animation-delay: -0.15s;
}

.spi-hldr {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.spi-hldr > div:nth-child( 1) {
    position: absolute;
    opacity: 0.7;
    z-index: 98;
    background-color: white;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

@keyframes spi-rng {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.cb {
    clear: both;
}

.cb:after {
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
    clear: both;
}


#logoff_msg {
    font-size: 6px;
    line-height: 1.0;
    font-family: monospace !important;
}

/* old style */
.box0 {
    padding: 10px;
    border: 2px solid #002d72;
    border: 2px solid var(--pa-blue);
    border-radius: 5px;
}

.box2 {
    padding: 5px 5px 5px 5px; /*border-radius: 5px;*/
}

.datatab {
    border-collapse: collapse;
}


.datatab tr > td {
    vertical-align: middle;
    margin: 0;
    min-height: 24px;
}

.datatab tr td:first-child {
    padding-left: 0
}

.datatab tr td:last-child {
    padding-right: 0
}

.datatab.padding tr > td {
    padding: 10px
}

.padding {
    padding: 10px;
}

.datatab.rowling tbody td {
    border-bottom: solid var(--pa-mid) 1px
}

/* account */
a.bitem {
    text-decoration: none;
}

.bitem.sel {
    background-color: white;
    z-index: 100
}

#account_bar {
    border-bottom: solid #002d72 1px;
    border-bottom: solid var(--pa-blue) 1px;
    position: relative;
}

#account_bar > .bitem, #account_bar > .gap {
    bottom: -1px;
    position: relative;
    display: inline-block;
    text-align: center;
    padding: 7px 10px;
    border: solid #002d72 1px;
    border: solid var(--pa-blue) 1px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #002d72;
    background: var(--pa-blue);
    border-bottom: none;
    margin-right: 1px;
}

.account_frame {
    border: solid 1px #002d72;
    border: solid 1px var(--pa-blue);
    border-top: none;
    padding: 10px;
}

#account_bar a {
    color: white
}

#account_bar .sel, #account_bar .sel a {
    color: black;
    background-color: white;
}


/* agent */


/**
this is probably unused .. (only the agent icon remains? )
 */
/*
.n_agent h3 {
	color: #FFF !important;
	background-color: #01439A;
	font-weight: 400;
	height: 18px;
	line-height: 18px;
	display: block;
	padding: 5px;
	text-align: center;
}

.n_agent_btn {
	position: relative;
	z-index: 2;
	padding: 6px;
	border-radius: 5px;
	line-height: 20px;
	background-color: #002d72;
	background-color: var(--pa-blue);
	color: #fff;
	cursor: pointer;
}
*/
/**
.n_agent_agcb {
	padding: 0 0 0 30px;
	margin: 2px 5px 10px 0;
}

.n_agent_text_left {
	text-align: left;
}
*/


/* filter cat */

#n_pf_filter_cat_pb_p span, #n_pf_filter_cat_pb_n span {
    color: white
}

#filter_cat_veil {
    display: none
}

#filter_cat {
    margin-top: 10px;
    min-height: 100px;
}

#n_pf_main li > div, #n_pf_main > form > li > label {
    display: table-cell;
    vertical-align: middle;
    cursor: pointer;
}

#n_pf_main li > div {
    text-align: right;
}

.n_pf_container li div.corimg {
    height: 32px !important;
    display: inline-block !important;
}

#n_pf_main li > label {
    width: 99%
}


#pf_no_items {
    text-align: center;
}

#pf_no_items img {
    height: 250px;
    width: 250px;
}

.version-item, #n_pf_main li {
    list-style-type: none;
    padding: 8px 4px 0 5px;
    min-height: 35px;
    cursor: pointer;
    transition: 0.3s
}

.version-item, #n_pf_main .n_pf_container li {
    padding: 0 4px 0 5px;
    line-height: 35px;
}


#n_pf_main > form > li.selected {
    background-color: var(--pa-mid);
}

.n_pf_container li.selected {
    border: solid 2px #002d72;
    border: solid 2px var(--pa-blue);
    background-color: unset
}

input#n_pf_searchbox {
    width: 100%;
    margin-bottom: 10px;
}

#search {
    padding-top: 5px;
    transition: 1s;

}

#search-wrap {
    position: relative
}

#topsearch {
    display: none
}

#sc, #sc * {
    color: #002d72;
    color: var(--pa-blue)
}

#close-top-search {
    display: none;
    right: 7px;
}

ul.n_pf_locator {
    position: relative;
    cursor: default;
}

.pf_reset {
    display: none
}

.pf_reset_explain {
    display: inline-block
}

.pf_reset, .pf_reset_explain {
    position: absolute;
    top: 16px
}

.pf_container_top {
    height: 20px
}

.pf_filter_filters {
    left: 230px;
    position: absolute
}


.n_pf_container {
    padding: 10px 0 10px 10px;
    display: none;
    width: 700px;
    position: absolute;
    margin: 0 0 0 100px;
    z-index: 99;
    background-color: white;
    border: solid gray 1px;
    border-radius: 5px;
}

.n_pf_container li {
    width: 200px;
    display: inline-block;
    margin: 0 20px 5px 0;
    border: solid 2px #fff;
    padding: 0 0 0 5px;
}

.n_pf_container li.n_pf_list_c, .n_pf_container li.pf_list_r {
    width: 60px;
    text-align: center;
    display: inline-block;
}

.n_pf_container span.dialog-close {
    margin-right: 10px;
}

.n_pf_items {
    display: none
}

#n_pf_filter_cat_c {
    display: table-cell;
    width: 80%;
    padding: 0 0 0 20px;
    vertical-align: top;
}

#n_pf_filter_cat {
    padding: 0 0 10px 0;
    overflow: hidden;
}

#n_pf_holder {
    margin: 0 0 0 5px;
    position: relative;
}

#n_pf_holder .p_prev {
    display: inline-block;
    width: 33%;
    border-right: solid transparent 1px;
    border-bottom: solid transparent 1px;
}

#n_pf_filter_cat_head {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 70px;
    height: 40px;
    background-color: white;
    z-index: 2;
}

span#n_pf_filter_cat_pb_mp {
    margin-right: 20px
}

#n_pf_filter_cat_paging {
    float: right;
    display: none;
}

.p_prev {
    position: relative;
    text-align: center;
    padding: 10px;
    margin: 0;
    height: 280px;
    display: table-cell;
    vertical-align: top;
    width: 200px;
}

.p_prev.loading img, .p_prev.loading .p_prev_n {
    box-sizing: border-box;
    border: solid white 10px;
    background: linear-gradient(90deg, #bbb, #bbb, #bbb, #bbb, #666, #bbb, #bbb, #bbb, #bbb);
    background-size: 400% 100%;
    animation: gradient 2s ease infinite;
    border-radius: 5px;
}

@keyframes gradient {
    0% {
        background-position: 100% 0;
    }
    100% {
        background-position: 0 0;
    }
}

#n_pf_filter_cat_c #filter_cat div.p_prev_a {
    margin-left: auto;
    margin-right: auto;
}

#information.header, #success.header, #error.header {
    border-radius: 5px;
    margin-bottom: 10px;
    display: block;
}


#information.header {
    background-color: #eef
}

#information, #success, #error {
    display: table;
    padding: 10px 10px 10px 40px;
    background: #bfb url("//s.pacn.ws/1/gallery/large/GA.06771.0168.svg?1606996504&v=PX-163") no-repeat 5px center;
    background-size: 28px 28px;
    margin: 0 auto 10px auto;
    text-align: center;
}

#success {
    background-image: url("//s.pacn.ws/1/gallery/large/GA.06771.0283.svg?1606996514&v=PX-163");
}

#error {
    background-image: url("//s.pacn.ws/1/gallery/large/GA.06775.0016.svg?1745377507&v=PX-163");
}

#error.header a { color: black !important;}

#error.header {
    background-color: #fdd;
}


/** newsticker has to be done twice... as the :has() syntax isn't wideley available yet */
#newsticker {
    position: fixed;
    bottom: 0;
    z-index: 10000;
    margin-bottom: 0
}

div:has( > .n_news_ticker ) {
    position: fixed;
    bottom: 0;
    z-index: 10000;
    margin-bottom: 0
}

/** newsticker has to be done twice... as the :has() syntax isn't wideley available yet */

.n_news_ticker {
    height: 30px;
    padding: 6px; /*border-radius: 4px; */
    overflow: hidden;
    background-color: #002d72;
    background-color: var(--pa-blue);
}

ul.n_news_ticker_list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.n_news_ticker_list li {
    height: 20px;
    position: relative;
    line-height: 20px;
    overflow: hidden;
}

ul.n_news_ticker_list a {
    text-decoration: none;
    color: white;
    font-weight: bold;
}

ul.n_news_ticker_list span.n_news_ticker_date {
    margin-right: 20px;
    color: white;
    overflow: hidden;
}


#daily_deal {
    width: 30%;
    padding-left: 15px
}

.n_daily_deal_smallprint {
    padding: 0 5px;
    background: none;
    border: none;
    font-size: 9px
}

.n_daily_deal_1 {
    padding: 5px;
}

.n_daily_deal_2 {
    height: 28px;
    color: #f00;
    font-size: 23px;
    line-height: 28px;
}

#n_daily_deal_ending_in {
    margin: 6px 0 6px 0;
}

.n_daily_deal_1 #ctdwn, .n_daily_deal_1 .ctdwn {
    font-size: 14px;
}

.datatab {
    border-collapse: collapse;
    border-radius: 5px;
}

.datatab th {
    font-weight: normal;
    padding: 5px;
    background-color: #002d72;
    background-color: var(--pa-blue);
    color: white;
}

.datatab > tbody > tr > td {
    height: 24px;
}


/* cart end

 old checkout start
 */

.edit_buttons {
    float: right;
}

.edit_buttons * {
    margin: 0 0 10px 10px !important;
}

a#back_link, input#back_link {
    background-color: #0096c8 !important
}

.sp_co a, .sp_co td {
    font-size: 13px;
    padding: 20px 10px;
}

.sp_co {
    border-radius: 5px;
    background-color: #002d72;
    background-color: var(--pa-blue);
}

#sp_co {
    height: 40px;
    line-height: 40px;
}

.sp_co td {
    white-space: nowrap;
    width: 20%;
    border: solid white 0;
    text-align: center;
    color: lightgray;
}

.sp_co * {
    text-decoration: underline;
    color: white;
}

.cbut {
    position: absolute;
    top: 5px;
    right: 5px;
}

/** new social 2020 12 29 */
#socialfarm .icon {
    margin: 10px;
    width: 48px;
    height: 48px;
    background-size: 48px
}

#no_link_hl a {
    color: #002d72;
    color: var(--pa-blue)
}

.nl_sub {
    display: inline-block;
    margin-top: 10px;
    padding: 10px;
    cursor: pointer;
    border-radius: 5px;
    border: solid white 2px;
}

/* social bar

all removed :-)

 */
/*
#soc {
	bottom: 0px;
	left: 0px
}

#social {
	opacity: 0.93;
	line-height: 30px;
	border: solid gray 2px;
	border-bottom: 0;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	box-shadow: #ddd 0 0 0 2px;
	width: 950px;
	padding: 2px 0 2px;
	margin: 0;
	position: fixed;
	bottom: -38px;
	background-color: white;
	z-index: 200;
	height: 32px;
}

.socialbox {
	height: 12px;
	margin: 0;
	white-space: nowrap;
	text-align: center;
	vertical-align: middle;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 5px 2px 2px 3px !important;
	border: 0;
}

.socialhidden {
	bottom: 0 !important;
}

#social_button {
	box-shadow: 0 0 3px 3px #ddd inset;
	border: solid gray 2px;
	border-bottom: 0;
	text-align: center;
	opacity: 0.92;
	line-height: 30px;
	height: 32px;
	vertical-align: middle;
	background-color: white;
	color: gray;
	cursor: pointer;
	font-size: 20px;
	width: 30px;
	position: fixed;
	bottom: 0;
	z-index: 100;
}

.ar, .ar > div {
	border: transparent solid 0;
	position: absolute;
	height: 0;
	width: 0;
}

.ar_u {
	border-width: 0 16px 17px 16px;
	border-bottom-color: #aaa;
	left: 9px;
	top: -18px;
}

.ar_u > div {
	border-width: 0 14px 15px 14px;
	border-bottom-color: white;
	left: -14px;
	top: 5px;
}

.ar_l {
	border-width: 17px 22px 17px 0;
	border-right-color: #aaa;
	left: -22px;
	top: 9px;
}

.ar_l > div {
	border-width: 15px 20px 15px 0;
	border-right-color: white;
	left: 3px;
	top: -15px;
}

.ar_r {
	border-width: 17px 0 17px 22px;
	border-left-color: #aaa;
	left: -22px;
	top: 9px;
}

.ar_r > div {
	border-width: 15px 0 15px 20px;
	border-left-color: white;
	left: 3px;
	top: -15px;
}
*/

#curlang > span {
    margin-right: 10px;
    white-space: nowrap
}

.nonot table, .nonot td, .nonot th {
    padding: 0;
    margin: 0;
    border: 0;
}

.tier_text, .tier_header {
    font-family: Georgia, Times, "Times New Roman", serif;
    font-size: 18px;
}

.tier_pending {
    font-family: Georgia, Times, "Times New Roman", serif;
}

.pointtab table, .pointtab th, .pointtab td {
    border: solid #002d72 1px;
    border: solid var(--pa-blue) 1px;
    padding: 10px;
    border-collapse: collapse;
}

.pointtab th {
    color: white;
    background: #002d72;
    background: var(--pa-blue);
}


/* Loyalty Page */
.tier_header {
    font-weight: bold;

    width: 100%;
    padding: 10px;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    background: #002d72;
    background: var(--pa-blue);
    color: white;
    text-align: center
}

.tier_block {
    width: 33%;
    float: left;
}


.journey {
    margin-left: 34%
}

.fw {
    width: 100%;
    display: block;
}

.tier_content {
    padding: 10px;
    width: 100%;
    display: inline-block;
    margin: 0 auto;
    border: solid #002d72 4px;
    border: solid var(--pa-blue) 4px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#search_input {
    margin: 0 !important;
    width: 100%;
    padding-right: 40px;
    color: #002d72;
    color: var(--pa-blue);
    border-radius: 5px;
}

.shipindicator, #top-bar select {
    border: 0;
}

/* account ? */
.tbl_holder_c > div {
    display: table-cell;
    padding: 3px;
}

.tbl_holder_c, .tbl_holder_row {
    display: table-row;
    width: auto;
}

.verify_email {
    float: right
}

.tbl_holder * {
    font-size: 14px;
}

#aff_table input, #aff_table textarea, #aff_table td:nth-child( even ) {
    width: 99%;
    position: relative;
    text-align: left;
    padding-left: 5px;
}

#aff_table td {
    text-align: left;
}

#agent_box {
    position: relative;
}

/* preorder list */
.ulpre {
    padding: 0 0 0 20px;
    margin: 5px 0 0 5px;
}

#precatlist {
    float: right;
    margin: 0 0 0 10px;
    width: 35%;
    display: block;
}

#dattable td:first-child {
    padding-left: 0
}

#dattable td:last-child {
    padding-right: 0
}


/* category page */
#subcat_mobile_header {
    display: none
}

/* product page */

.spsblock {
    margin: 10px 0
}

.spsdiv:hover {
    transform: scale(1.05);
    transition: .2s;
}

.spsdiv {
    transform: scale(1);
    transition: .2s;

    cursor: pointer;
    display: inline-block;
    min-width: 32px;
    margin: 0 10px 10px 0;
    border: solid #002d72 2px;
    border: solid var(--pa-blue) 2px;
    border-radius: 5px;
    text-align: center;
    height: 25px;
    padding: 0 10px !important;
    line-height: 150% !important;
}

.spsdivhead {
    text-align: left;
    border: none;
    min-width: 50px;
}

.spsdiv.have, .spsdiv.not {
    transform: scale(1);

    color: white;
    background: #002d72;
    line-height: 150% !important;
    background: var(--pa-blue);
}

.spsdiv span {
    line-height: unset;
}

.spsdiv.have span, .spsdiv.not span {
    color: white;
    background: var(--pa-blue);
}

.spsdiv.have {
    cursor: default
}

.spsdiv.not {
    border: solid red 2px;
    color: red !important;
    background: #FFEEEE;
}

/* promotion */
.yelbg.gb {
    padding: 10px;
    border-radius: 5px;
    margin: 10px 0;
}

.price_pi {
    font-size: 16px;
    font-weight: bold;
    margin-top: 10px;
}

.price_pi > .price_val, .price_big {
    font-size: 18px;
    font-weight: bold
}

.price_pi > .gst_remark {
    font-size: 12px;
    font-weight: normal;
}

.no_cancel {
    display: block;
    margin: 10px 0
}

.p_table > div {
    display: flex;
    padding-bottom: 20px;
}

.p_table > div > div {
    position: relative;
}

.rot180 {
    transform: rotate(180deg)
}

.icon, .xsmallicon {
    cursor: pointer;
    height: 24px;
    width: 24px;
    background-size: 24px;
    margin-right: 5px;
    vertical-align: middle;
    display: inline-block;
    background-repeat: no-repeat;
}

.icon {
    height: 32px;
    width: 32px;
    background-size: 32px
}

.bigicon {
    height: 40px;
    width: 40px;
}

.smallicon {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    height: 32px;
    width: 32px;
    background-size: 32px;
    margin-right: 5px;
}

#top-bar .smallicon {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    height: 22px;
    width: 22px;
    background-size: 22px;
    margin-right: 5px;
}


.xsmallicon {
    height: 22px;
    width: 22px;
    background-size: 22px;
}

.xxsmallicon {
    height: 16px;
    width: 16px;
    background-size: 16px;
}

.rowicon {
    position: relative;
    top: -6px;
    float: right;
}

.search_button, #view-all {
    width: 24px;
    height: 24px;
    padding: 0;
    border: 0;
    background-size: 20px 20px;
    border-radius: 0;
    background-color: white;
    position: absolute;
    right: 2px;
    top: 10px;
}

#view-all {
    display: none;
    right: 5px;
    top: 5px;
    padding: 2px 5px;
    height: unset;
    width: unset;
    border: var(--pa-blue) 2px solid;
    border-radius: 5px;
    background: var(--pa-blue);
    cursor: pointer;
}

.cart-pinfo div.smallicon:last-child {
    margin-right: 0 !important;
}

.cart-row .image {
    margin-right: 10px;
    width: 100px;
    position: relative;
}

.cart-row {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: solid var(--pa-mid) 1px;
    /*  background: white;*/
}

.no-cart .cart-row:last-of-type {
    margin-bottom: 0;
    border-bottom: none;
}

.digdelivery {
    display: none
}

.cprice {
    height: 20px;
    margin: 0;
}

.click * {
    text-decoration: underline;
    cursor: pointer;
}

/** use only these table shortcuts for div display table (and on mobile they will become block divs)

I possible, remove tbl_holder etc
*/
.tbl {
    display: table
}

.tbl > div {
    display: table-row
}

.tbl > div > div {
    display: table-cell
}

/**

 end of shortcut tables...

 */

.table_like {
    display: table;
}

.table_like.middle > div {
    vertical-align: middle;
}

.table_like > div {
    display: table-cell;
    padding-right: 10px;
}

.table_like div:last-child {
    padding-right: 0
}

.nomargin {
    margin: 0
}

.shipindicator {
    margin-right: 10px
}

.required {
    color: #cc3333;
    background-color: #fdd !important;
}

#limited_offer {
    margin-bottom: 10px;
    display: table;
}

#limited_offer > div {
    vertical-align: middle;
    display: table-cell;
}

.nowrap {
    white-space: nowrap
}

#gift {
    display: table
}

#gift div {
    display: table-cell;
    vertical-align: middle;
    padding-right: 10px;
}

#gift div:last-child {
    padding: 0;
}

.stdboostyle {
    min-height: 200px;
}

#root-pi_same_products .n_box, #paynow .n_box {
    border: none;
    box-shadow: none;
    padding: 0;
    width: 100%;
}

#paynow {
    margin: 0;
    padding-left: 10px;
}

.agcbb {
    left: 0;
    padding: 0;
    margin: 3px 0 0 0;
    position: absolute;
}

#batext {
    font-size: 12px;
    line-height: 100%;
    position: relative;
    margin-top: 3px
}

/** quick fix for product info similar products (dialog popup) **/

#last_bought {
    padding-bottom: 15px;
    text-align: center;
}

#root-pi_same_products .n_box h2 {
    visibility: hidden;
}

#comptext {
    margin-bottom: 10px
}

#debug {
    color: #002d72 !important;
    color: var(--pa-blue) !important;
    overflow: hidden;
    width: 100%;
    margin-bottom: -10px;
    height: 20px;
}

.hidden {
    display: none !important;
}

#hamburger-menu {
    display: none
}


/** slider banner **/
.ban-sl-wrp {
    position: relative;
    line-height: 0;
}

.ban-sl-img, #main-img > img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ban-sl-wrp .ban-sl-img img {
    width: 100%;
}

.ban-sl-wrp .ban-sl-fade {
    animation-name: nbs_fade;
}

.sl-hid {
    display: none;
}

.ban-sl, #main-img, .cropholder {
    width: 100%;
    height: 0;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 5px;
}

@keyframes nbs_fade {
    from {
        opacity: .4;
    }
    to {
        opacity: 1;
    }
}

.ban-sl-wrp {
    width: 100%;
    position: relative;
}

div.ban-sl-wrp .prev, div.ban-sl-wrp .next {
    position: absolute;
    top: 50%;
    margin-top: -22px;
    padding: 16px;
    background-color: rgba(0, 45, 114, 0.2);
    color: white;
    font-size: 18px;
    font-weight: bold;
    line-height: normal;
    cursor: pointer;
    user-select: none;
    transition: 0.6s ease;
}

div.ban-sl-wrp .prev {
    border-radius: 0 3px 3px 0;
}

div.ban-sl-wrp .next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

div.ban-sl-wrp .prev:hover, div.ban-sl-wrp .next:hover {
    background-color: var(--pa-blue);
    opacity: 0.8;
}

div.ban-sl-wrp .dot_wrapper {
    position: absolute;
    bottom: 10px;
    width: 100%;
    text-align: center;
}

div.ban-sl-wrp .dot {
    display: inline-block;
    margin: 0 5px;
    background-color: var(--pa-mid);
    border-radius: 50%;
    width: 10px;
    height: 10px;
    transition: background-color 0.6s ease;
    cursor: pointer;
}

div.ban-sl-wrp .dot:hover, div.ban-sl-wrp .active {
    background-color: #002d72;
    background-color: var(--pa-blue);
}

.veil {
    left: 0;
    width: 100%;
    z-index: 2;
    height: 100%;
    opacity: 0.4;
    background-color: black;
    display: none;
}

.hidall {
    display: none !important;
}


#login-sel {
    display: flex;
    margin-bottom: -1px;
}

.login_name, .p_prev_n {
    text-overflow: ellipsis
}


#login-sel > div {
    vertical-align: middle;
    text-align: center;
    width: 50%;
    padding: 10px;
    background: var(--pa-blue);
}

#login-sel > div.sel {
    color: var(--pa-blue);
    background: var(--pa-mid);
}

#login-sel > div:first-child {
    border-top-left-radius: 5px;
}

#login-sel > div:last-child {
    border-top-right-radius: 5px;
}

#login-sel > div a {
    color: white
}

.yelbg.spacer {
    padding: 10px;
    margin-bottom: 10px;

}

.padtext {
    padding: 10px;
}


.tooltip {
    display: inline-block;
    line-height: 100%;
}

.tooltip > div, .tooltop > span {
    visibility: hidden;
    background: white;
    line-height: 140%;
    padding: 10px;

    border: solid #002D72 2px;
    position: absolute;
    right: 0;
    z-index: 100;
    font-weight: normal;

}

.tooltip {
    background: url( //s.pacn.ws/1/gallery/large/GA.06771.0168.svg?1606996504&v=PX-163 );
}

.tooltip {
    margin-left: 10px;
    width: 20px;
    background-size: 20px 20px;
    background-repeat: no-repeat;
    height: 20px;
}

.tooltip:hover * {
    visibility: visible;
}

.version-filter {
    display: flex;
    padding: 0 5px;
    align-items: center;
}

.version-filter > div {
    display: inline-block;
}

.version-selector {
    display: none;
    border-top: solid #eee 1px;
}

.version-selector-holder {
    flex-wrap: wrap;
    display: flex;
    margin: 5px 0;
    align-items: center;

}

.version-item {
    margin: 0px 0;
    display: flex;
    align-items: center;
    width: 33.33%;
    overflow: hidden;
    padding: 5px;
}

.version-item div {
    display: inline-block
}

#p_verspec img, .version-item img, .version-filter img {
    margin: 0
}

.version-holder {
    padding: 0 5px;
    height: unset;
    border-radius: 5px;
    border: solid var(--pa-blue) 1px;

}

.version-holder.closebtn {
    width: 100%;
}

.version-filter.closebtn > .arrow-down {
    background-image: url("//s.pacn.ws/1/gallery/90/GA.06671.0025.png?1709026043&v=PX-163");
}

.show_all {
    padding: 10px 25px;
    /* border: 1px solid #3A4F66; */
    background-color: #f5f5f5;
    border-radius: 5px;
    max-width: 150px;
    font-weight: normal;
    text-align: center;
    margin: auto;
    transition: background-color .2s, color .2s, border .2s;
    margin: 0px auto 20px;
    display: none;
}

.show_all:hover {
    background-color: #eee;
    /* color: #fff; */
    text-decoration: none;
    border-color: transparent;
}

a#return_link, #return_link {
    background: transparent !important;
    color: var(--pa-blue);
    text-decoration: underline;
}

.fse_sash {
    --f: .5em; /* control the folded part */
    font-size: smaller;
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    padding-inline: 2lh;
    padding-bottom: 7px;
    z-index: 1;
    clip-path: polygon(
            100% calc(100% - var(--f)), 100% 100%, calc(100% - var(--f)) calc(100% - var(--f)), var(--f) calc(100% - var(--f)), 0 100%, 0 calc(100% - var(--f)), 999px calc(100% - var(--f) - 999px), calc(100% - 999px) calc(100% - var(--f) - 999px));
    transform: translate(calc((cos(45deg) - 1) * 100%), -100%) rotate(-45deg);
    transform-origin: 100% 100%;
    background-color: #27962c;
    cursor: pointer;
}

.p_prev .disp_disc {
    background: red;
    color: white;
    border-radius: 2px;
    font-size: 12px;
    margin-top: 4px;
    padding: 2px;
}

.hover {
    color: #333;
    transition: all 0.3s ease;
    cursor: pointer;
}

.hover:hover {
    background-color: #f0f0f0;
    color: #fff;
}

/*
   ===================================================
   🎨 CSS UTILITIES 🎨
   ---------------------------------------------------
   Utility classes for layout, spacing, and styling.
   Keep styles modular and reusable.
   ===================================================
*/
code[class*=language-] {
    display: block;
    padding: 1rem 1rem 0 1rem;
    white-space: pre-wrap;
}

.d-flex {
    display: flex;
}

[class^="d-flex"] {
    --flex-gap: max(0px, var(--flex-gap, 0px));
    --flex-col-2: calc((100% - var(--flex-gap, 0px) * 1) / 2);
    --flex-col-3: calc((100% - var(--flex-gap, 0px) * 2) / 3);
    --flex-col-4: calc((100% - var(--flex-gap, 0px) * 3) / 4);
    --flex-col-5: calc((100% - var(--flex-gap, 0px) * 4) / 5);
    --flex-col-basis-1: calc(8.33% - var(--flex-gap, 0px));
    --flex-col-basis-2: calc(16.66% - var(--flex-gap, 0px));
    --flex-col-basis-3: calc(25% - var(--flex-gap, 0px));
    --flex-col-basis-4: calc(33.33% - var(--flex-gap, 0px));
    --flex-col-basis-5: calc(41.66% - var(--flex-gap, 0px));
    --flex-col-basis-6: calc(50% - var(--flex-gap, 0px));
    --flex-col-basis-7: calc(58.33% - var(--flex-gap, 0px));
    --flex-col-basis-8: calc(66.66% - var(--flex-gap, 0px));
    --flex-col-basis-9: calc(75% - var(--flex-gap, 0px));
    --flex-col-basis-10: calc(83.33% - var(--flex-gap, 0px));
    --flex-col-basis-11: calc(91.66% - var(--flex-gap, 0px));
    --flex-col-basis-12: calc(100% - var(--flex-gap, 0px));

    display: flex;
    gap: var(--flex-gap, 0px);
}

[class^="d-flex-columns-"] {
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
}

[class^="d-flex-col-"] {
    flex: 1 1 100%;
    flex-wrap: wrap;
    width: 100%;
}

[class^="d-flex-columns-"] > * {
    box-sizing: border-box;
    min-width: 190px;
    width: 100%;
}

.d-flex-row {
    flex-direction: row;
}

.d-flex-row:not(.d-flex-shrink) > * {
    flex: 1;
    width: auto;
}

.d-flex-column, .d-flex-between-column, .d-flex-column-end, .d-flex-column-end-grow {
    flex-direction: column;
}

.d-flex-row, .d-flex-between-row, .d-flex-row-end {
    flex-direction: row;
}

.d-flex-between-row, .d-flex-between-column {
    justify-content: space-between;
    flex-wrap: wrap;
}

.d-flex-row-end, .d-flex-column-end, .d-flex-column-end-grow {
    justify-content: flex-end;
}

.d-flex-column-end {
    align-items: flex-start;
}

.d-flex-center {
    justify-content: center;
    align-items: center;
}

.d-flex-columns-2 > * {
    flex: 1 1 var(--flex-col-2);
}

.d-flex-columns-3 > * {
    flex: 1 1 var(--flex-col-3);
}

.d-flex-columns-4 > * {
    flex: 1 1 var(--flex-col-4);
}

.d-flex-columns-5 > * {
    flex: 1 1 var(--flex-col-5);
}

.d-flex-columns-2.d-flex-shrink > *:only-child {
    flex: 0 0 var(--flex-col-2);
}

.d-flex-columns-3.d-flex-shrink > *:only-child {
    flex: 0 0 var(--flex-col-3);
}

.d-flex-columns-4.d-flex-shrink > *:only-child {
    flex: 0 0 var(--flex-col-4);
}

.d-flex-columns-5.d-flex-shrink > *:only-child {
    flex: 0 0 var(--flex-col-5);
}

.d-flex-columns-2.d-flex-shrink > *:nth-child(n+3) {
    flex: 0 0 var(--flex-col-2);
}

.d-flex-columns-3.d-flex-shrink > *:nth-child(n+4) {
    flex: 0 0 var(--flex-col-3);
}

.d-flex-columns-4.d-flex-shrink > *:nth-child(n+5) {
    flex: 0 0 var(--flex-col-4);
}

.d-flex-columns-5.d-flex-shrink > *:nth-child(n+6) {
    flex: 0 0 var(--flex-col-5);
}

.d-flex-gap-5 {
    --flex-gap: 5px;
    gap: var(--flex-gap)
}

.d-flex-gap-10 {
    --flex-gap: 10px;
    gap: var(--flex-gap)
}

.d-flex-gap-15 {
    --flex-gap: 15px;
    gap: var(--flex-gap)
}

.d-flex-gap-20 {
    --flex-gap: 20px;
    gap: var(--flex-gap)
}

.d-flex-gap-25 {
    --flex-gap: 25px;
    gap: var(--flex-gap)
}

.d-flex-gap-30 {
    --flex-gap: 30px;
    gap: var(--flex-gap)
}

/* Flex: Desktop */
.d-flex-col-lg-1 {
    flex-basis: var(--flex-col-basis-1);
}

.d-flex-col-lg-2 {
    flex-basis: var(--flex-col-basis-2);
}

.d-flex-col-lg-3 {
    flex-basis: var(--flex-col-basis-3);
}

.d-flex-col-lg-4 {
    flex-basis: var(--flex-col-basis-4);
}

.d-flex-col-lg-5 {
    flex-basis: var(--flex-col-basis-5);
}

.d-flex-col-lg-6 {
    flex-basis: var(--flex-col-basis-6);
}

.d-flex-col-lg-7 {
    flex-basis: var(--flex-col-basis-7);
}

.d-flex-col-lg-8 {
    flex-basis: var(--flex-col-basis-8);
}

.d-flex-col-lg-9 {
    flex-basis: var(--flex-col-basis-9);
}

.d-flex-col-lg-10 {
    flex-basis: var(--flex-col-basis-10);
}

.d-flex-col-lg-11 {
    flex-basis: var(--flex-col-basis-11);
}

.d-flex-col-lg-12 {
    flex-basis: var(--flex-col-basis-12);
}

@media (max-width: 1400px) {
    .d-flex-columns-4 > * {
        flex: 1 1 var(--flex-col-3);
    }

    .d-flex-columns-5 > * {
        flex: 1 1 var(--flex-col-4);
    }
}

@media (max-width: 1024px) {
    .d-flex-columns-3 > *,
    .d-flex-columns-4 > * {
        flex: 1 1 var(--flex-col-2);
    }

    .d-flex-columns-5 > * {
        flex: 1 1 var(--flex-col-3);
    }

    /* Flex: Tablet */
    .d-flex-col-md-1 {
        flex-basis: var(--flex-col-basis-1);
    }

    .d-flex-col-md-2 {
        flex-basis: var(--flex-col-basis-2);
    }

    .d-flex-col-md-3 {
        flex-basis: var(--flex-col-basis-3);
    }

    .d-flex-col-md-4 {
        flex-basis: var(--flex-col-basis-4);
    }

    .d-flex-col-md-5 {
        flex-basis: var(--flex-col-basis-5);
    }

    .d-flex-col-md-6 {
        flex-basis: var(--flex-col-basis-6);
    }

    .d-flex-col-md-7 {
        flex-basis: var(--flex-col-basis-7);
    }

    .d-flex-col-md-8 {
        flex-basis: var(--flex-col-basis-8);
    }

    .d-flex-col-md-9 {
        flex-basis: var(--flex-col-basis-9);
    }

    .d-flex-col-md-10 {
        flex-basis: var(--flex-col-basis-10);
    }

    .d-flex-col-md-11 {
        flex-basis: var(--flex-col-basis-11);
    }

    .d-flex-col-md-12 {
        flex-basis: var(--flex-col-basis-12);
    }
}

@media (max-width: 768px) {
    .d-flex-columns-2 > *,
    .d-flex-columns-3 > *,
    .d-flex-columns-4 > *,
    .d-flex-columns-5 > *,
    .d-flex-columns-2.d-flex-shrink > *:only-child,
    .d-flex-columns-3.d-flex-shrink > *:only-child,
    .d-flex-columns-4.d-flex-shrink > *:only-child,
    .d-flex-columns-5.d-flex-shrink > *:only-child,
    .d-flex-columns-2.d-flex-shrink > *:nth-child(n+3),
    .d-flex-columns-3.d-flex-shrink > *:nth-child(n+4),
    .d-flex-columns-4.d-flex-shrink > *:nth-child(n+5),
    .d-flex-columns-5.d-flex-shrink > *:nth-child(n+6) {
        flex: 1 1 100%;
        flex-direction: column;
    }

    /* Flex: Mobile */
    .d-flex-col-sm-1 {
        flex-basis: var(--flex-col-basis-1);
    }

    .d-flex-col-sm-2 {
        flex-basis: var(--flex-col-basis-2);
    }

    .d-flex-col-sm-3 {
        flex-basis: var(--flex-col-basis-3);
    }

    .d-flex-col-sm-4 {
        flex-basis: var(--flex-col-basis-4);
    }

    .d-flex-col-sm-5 {
        flex-basis: var(--flex-col-basis-5);
    }

    .d-flex-col-sm-6 {
        flex-basis: var(--flex-col-basis-6);
    }

    .d-flex-col-sm-7 {
        flex-basis: var(--flex-col-basis-7);
    }

    .d-flex-col-sm-8 {
        flex-basis: var(--flex-col-basis-8);
    }

    .d-flex-col-sm-9 {
        flex-basis: var(--flex-col-basis-9);
    }

    .d-flex-col-sm-10 {
        flex-basis: var(--flex-col-basis-10);
    }

    .d-flex-col-sm-11 {
        flex-basis: var(--flex-col-basis-11);
    }

    .d-flex-col-sm-12 {
        flex-basis: var(--flex-col-basis-12);
    }
}

.display-inline {
    display: inline;
}

.display-block {
    display: block;
}

.display-inline-block {
    display: inline-block;
}

.display-grid {
    display: grid;
}

.flex {
    display: flex;
}

.flex-col, .flex-column {
    flex-direction: column;
}

.flex-row {
    flex-direction: row;
}

.flex-wrap {
    flex-wrap: wrap;
}

.flex-nowrap {
    flex-wrap: nowrap;
}

.justify-start {
    justify-content: flex-start;
}

.justify-center {
    justify-content: center;
}

.justify-end {
    justify-content: flex-end;
}

.justify-between {
    justify-content: space-between;
}

.justify-around {
    justify-content: space-around;
}

.justify-evenly {
    justify-content: space-evenly;
}

.align-start {
    align-items: flex-start;
}

.align-center {
    align-items: center;
}

.align-end {
    align-items: flex-end;
}

.align-stretch {
    align-items: stretch;
}

.align-baseline {
    align-items: baseline;
}

.text-decoration-none {
    text-decoration: none
}

.text-left {
    text-align: left;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.font-bold {
    font-weight: bold;
}

.font-normal {
    font-weight: normal;
}

.font-light {
    font-weight: lighter;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.w-auto {
    width: auto;
}

.w-100 {
    width: 100%;
}

.h-100 {
    height: 100%;
}

.p-0 {
    padding: 0;
}

.m-0 {
    margin: 0;
}

.gap-0 {
    gap: 0;
}

.border-none {
    border: none;
}

.rounded {
    border-radius: 4px;
}

.rounded-full {
    border-radius: 9999px;
}

.shadow-none {
    box-shadow: none;
}

.cursor-pointer {
    cursor: pointer;
}

.cursor-default {
    cursor: default;
}

.cursor-not-allowed {
    cursor: not-allowed;
}

.hidden,
.display-none {
    display: none;
}

.visible {
    visibility: visible;
}

.invisible {
    visibility: hidden;
}

.login_name {
    text-align: center;
}

/* Modern Shopby Display Styles */
.bne-branded-cta .pa-section {
    padding: 40px 0;
    position: relative;
}

.bne-branded-cta.pa-section-gray {
    background-color: var(--pa-gray);
}

.bne-branded-cta .pa-section-dark {
    background-color: var(--pa-blue);
    color: white;
}

.pa-section-dark * {
    color: white;
}

.bne-branded-cta .pa-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.bne-branded-cta .pa-modern-news-header {
    text-align: center;
    margin-bottom: 40px;
}

.bne-branded-cta .pa-modern-news-header-inner {
    max-width: 600px;
    margin: 0 auto;
}

.bne-branded-cta .pa-modern-news-title {
    font-size: 2.2rem;
    font-weight: bold;
    color: #333 ;
    margin: 0 0 15px 0;
    line-height: 1.2;
}

.bne-branded-cta .pa-section-dark .pa-modern-news-title {
    color: white;
}

.bne-branded-cta .pa-modern-h2 {
    position: relative;
}

.bne-branded-cta .pa-modern-h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: var(--pa-bne-red);
    margin: 15px auto 0;
    border-radius: 2px;
}

.bne-branded-cta .pa-section-dark .pa-modern-h2::after {
    background-color: white;
}

.bne-branded-cta .pa-modern-mt-lg {
    margin-top: 20px;
    font-size: 1.1rem;
    line-height: 1.6;
    color: #666;
}

.bne-branded-cta .pa-section-dark .pa-modern-mt-lg {
    color: rgba(255, 255, 255, 0.9);
}

/* Shopby 1 - Collection Grid (4 Column with Text Overlay) */
.bne-branded-cta .pa-collection-grid {
    display: grid;
    gap: 20px;
    margin-top: 40px;

}

.bne-branded-cta .pa-collection-grid-2 {
    grid-template-columns: repeat(2, 1fr);
}

.bne-branded-cta .pa-collection-grid-3 {
    grid-template-columns: repeat(3, 1fr);
}

.bne-branded-cta .pa-collection-grid-4 {
    grid-template-columns: repeat(4, 1fr);
}

.bne-branded-cta .pa-collection-grid-5 {
    grid-template-columns: repeat(5, 1fr);
}

/* Collection Items - Text Overlay Style */
.bne-branded-cta .pa-collection-item {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    background: white;
    box-shadow: 0 2px 8px rgba(0, 45, 114, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
    min-height: 282px; 
}

.bne-branded-cta .pa-collection-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 45, 114, 0.15);
}

.bne-branded-cta .pa-collection-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background-color: #f8f8f8;
    position: absolute;
    top: 0;
    left: 0;
}

.bne-branded-cta .pa-collection-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(transparent, rgba(33, 33, 33, 0.85));
    padding: 25px 20px 20px;
    color: white;
    z-index: 2;
    background: linear-gradient(transparent, rgba(33, 33, 33, 0.9));
    padding: 25px 20px 20px;
    color: white;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-end    
}

.bne-branded-cta .pa-collection-title {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0 0 8px 0;
    line-height: 1.3;
    color: white;
}

.bne-branded-cta .pa-collection-desc {
    font-size: 0.9rem;
    line-height: 1.4;
    margin: 0 0 15px 0;
    color: rgba(255, 255, 255, 0.9);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

@media screen and (min-width: 1201px) {
    .bne-branded-cta .pa-platform-grid {
        grid-template-columns: repeat(6, 1fr);
    }
}

/* Add these styles inline to ensure they're immediately available */
.bne-branded-cta .pa-collection-item {
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    position: relative;
}

.bne-branded-cta .pa-collection-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}

.bne-branded-cta .pa-collection-item:active {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Accessibility focus styles */
.bne-branded-cta .pa-collection-item:focus {
    outline: none;
    box-shadow: 0 0 0 3px var(--pa-primary);
}

.bne-branded-cta .pa-collection-item:focus:not(:focus-visible) {
    box-shadow: none;
}


/* Shopby 2 - Platform Grid (5 Column Layout) */
.bne-branded-cta .pa-platform-grid {
    display: grid;
    gap: 20px;
    margin-top: 40px;
}

.bne-branded-cta .pa-platform-item {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 45, 114, 0.08);
    transition: all 0.3s ease;
    cursor: pointer;
    display: flex;
    flex-direction: column;
}

.bne-branded-cta .pa-platform-item .pa-platform-link {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.bne-branded-cta .pa-platform-link,
.bne-branded-cta .pa-platform-link:hover,
.bne-branded-cta .pa-platform-link:focus,
.bne-branded-cta .pa-platform-link:active {
    text-decoration: none;
}

.bne-branded-cta .pa-platform-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(230, 0, 0, 0.15);
}

.bne-branded-cta .pa-platform-image {
    height: 160px;
    overflow: hidden;
    background-color: #f8f8f8;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bne-branded-cta .pa-platform-image img {
    height: 60px;

    object-fit: cover;
    transition: transform 0.3s ease;
}

.bne-branded-cta .pa-platform-item:hover .pa-platform-image img {
    transform: scale(1.05);
}

.bne-branded-cta .pa-platform-info {
    padding: 18px;
    text-align: center;
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bne-branded-cta .pa-modern-h3 {
    font-size: 1.1rem;
    font-weight: bold;
    color: var(--pa-blue);
    margin: 0 0 8px 0;
    line-height: 1.3;
}

.bne-branded-cta .pa-platform-info p {
    font-size: 0.85rem;
    color: #666;
    line-height: 1.4;
    margin: 0 0 12px 0;
}
.bne-branded-cta .pa-platform-info .pa-modern-btn {
    margin-top: auto;
}
/* Modern Button Styles */
.bne-branded-cta .pa-modern-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.2s ease;
    cursor: pointer;
    font-size: 0.85rem;
    background-color: var(--pa-bne-red);
    color: white;
    text-decoration: none;
}

.bne-branded-cta .pa-modern-btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 6px rgba(230, 0, 0, 0.2);
}

.bne-branded-cta .pa-modern-btn-sm {
    padding: 6px 14px;
    font-size: 0.8rem;
}

.bne-branded-cta .pa-modern-btn i {
    font-size: 0.8rem;
}

/* Responsive Design */
@media (max-width: 1200px) {
    /* Shopby 2 - Platform Grid */
    .bne-branded-cta .pa-platform-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 1024px) {
    /* Shopby 1 - Collection Grid */
    .bne-branded-cta .pa-collection-grid-3,
    .bne-branded-cta .pa-collection-grid-4 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    /* Shopby 2 - Platform Grid */
    .bne-branded-cta .pa-platform-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .bne-branded-cta .pa-section {
        padding: 30px 0;
    }
    
    .bne-branded-cta .pa-container {
        padding: 0 15px;
    }
    
    .bne-branded-cta .pa-modern-news-title {
        font-size: 1.8rem;
    }
    
    /* Shopby 1 - Collection Grid */
    .bne-branded-cta .pa-collection-grid {
        gap: 15px;
        margin-top: 30px;
    }
    
    .bne-branded-cta .pa-collection-grid-2,
    .bne-branded-cta .pa-collection-grid-3,
    .bne-branded-cta .pa-collection-grid-4,
    .bne-branded-cta .pa-collection-grid-5 {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .bne-branded-cta .pa-collection-item {
        min-height: 250px;
    }
    
    .bne-branded-cta .pa-collection-overlay {
        padding: 20px 15px 15px;
    }
    
    /* Shopby 2 - Platform Grid */
    .bne-branded-cta .pa-platform-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    
    .bne-branded-cta .pa-platform-image {
        height: 140px;
    }
    
    .bne-branded-cta .pa-platform-info {
        padding: 15px;
    }
}

@media (max-width: 480px) {
    .bne-branded-cta .pa-modern-news-title {
        font-size: 1.6rem;
    }
    
    /* Shopby 1 - Collection Grid */
    .bne-branded-cta .pa-collection-grid-2,
    .bne-branded-cta .pa-collection-grid-3,
    .bne-branded-cta .pa-collection-grid-4,
    .bne-branded-cta .pa-collection-grid-5 {
        grid-template-columns: 1fr;
    }
    
    .bne-branded-cta .pa-collection-item {
        min-height: 220px;
    }
    
    .bne-branded-cta .pa-collection-overlay {
        padding: 15px 12px 12px;
    }
    
    .bne-branded-cta .pa-collection-title {
        font-size: 1.1rem;
    }
    
    .bne-branded-cta    .pa-collection-desc {
        font-size: 0.85rem;
    }
    
    .bne-branded-cta .pa-modern-btn {
        padding: 6px 12px;
        font-size: 0.75rem;
    }
    
    /* Shopby 2 - Platform Grid */
    .bne-branded-cta .pa-platform-grid {
        grid-template-columns: 1fr;
    }
    
    .bne-branded-cta .pa-platform-info {
        padding: 12px;
    }
    
    .bne-branded-cta .pa-modern-h3 {
        font-size: 1rem;
    }
    
    .bne-branded-cta .pa-platform-info p {
        font-size: 0.8rem;
    }
}

/* BNE CTA Components */

/* BNE CTA 1 - Elegant Hero Style */
.bne-cta-1 {
    position: relative;
    margin: 20px 0;
    border-radius: 12px;
    overflow: hidden;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border: 1px solid #e9ecef;
    min-height: 200px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}

.bne-cta-1-container {
    position: relative;
    padding: 35px 25px;
    color: #333;
}

.bne-cta-1-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.bne-cta-1-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.05;
}

.bne-cta-1-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(248, 249, 250, 0.9) 100%);
}

.bne-cta-1-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.bne-cta-1-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 15px;
}

.bne-cta-1-logo-item {
    display: flex;
    align-items: center;
}

.bne-cta-1-bne-logo {
    height: 36px;
    width: auto;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.bne-cta-1-playasia-logo {
    height: 32px;
    width: auto;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.bne-cta-1-connector {
    font-size: 1.4rem;
    font-weight: 300;
    color: var(--pa-blue);
    margin: 0 8px;
    opacity: 0.7;
}

.bne-cta-1-text {
    text-align: center;
}

.bne-cta-1-title {
    font-size: 1.8rem;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: #2c3e50;
    letter-spacing: -0.5px;
}

.bne-cta-1-subtitle {
    font-size: 1.1rem;
    margin: 0 0 15px 0;
    color: var(--pa-blue);
    font-weight: 500;
}

.bne-cta-1-description {
    font-size: 0.95rem;
    line-height: 1.6;
    margin: 0;
    color: #5a6c7d;
    max-width: 550px;
    margin: 0 auto;
}

.bne-cta-1-action {
    text-align: center;
    margin-top: 10px;
}

.bne-cta-1-button {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 14px 28px;
    background: linear-gradient(135deg, var(--pa-blue) 0%, #0056b3 100%);
    color: white;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 600;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(0, 45, 114, 0.25);
}

.bne-cta-1-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 25px rgba(0, 45, 114, 0.35);
    background: linear-gradient(135deg, #0056b3 0%, var(--pa-blue) 100%);
}

.bne-cta-1-button i:last-child {
    transition: transform 0.3s ease;
}

.bne-cta-1-button:hover i:last-child {
    transform: translateX(3px);
}

/* BNE CTA 2 - Elegant Horizontal Style */
.bne-cta-2 {
    position: relative;
    margin: 20px 0;
    border-radius: 12px;
    overflow: hidden;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    border: 1px solid #e9ecef;
    min-height: 160px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.bne-cta-2::after {
    content: '';
    position: absolute;
    bottom: -20px;
    right: -20px;
    width: 221px;
    height: 203px;
    background: url(https://s.pacn.ws/1/gallery/350/GA.06779.0010.png?1609356300&v=PX-580) center / 100% no-repeat;
    z-index: 1;
    pointer-events: none;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.1));
    background-size: 100% auto;
}



.bne-cta-2:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

.bne-cta-2:hover::after {
    opacity: 1;
    transform: scale(1.05);
}

.bne-cta-2[data-theme="dark"] {
    background: linear-gradient(135deg, var(--pa-blue) 0%, #0056b3 100%);
    border-color: var(--pa-blue);
    color: white;
}

.bne-cta-2[data-theme="dark"]::after {
    filter: brightness(0) invert(1) drop-shadow(0 4px 8px rgba(0, 0, 0, 0.2));
}

.bne-cta-2-container {
    position: relative;
    padding: 25px;
}

.bne-cta-2-inner {
    display: flex;
    align-items: center;
    gap: 25px;
    position: relative;
    z-index: 2;
}

.bne-cta-2-content {
    flex: 1;
    min-width: 0;
}

.bne-cta-2-header {
    margin-bottom: 15px;
}

.bne-cta-2-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
}

.bne-cta-2-logos {
    display: flex;
    align-items: center;
    gap: 8px;
}

.bne-cta-2-bne-logo {
    height: 28px;
    width: auto;
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.1));
}

.bne-cta-2[data-theme="dark"] .bne-cta-2-bne-logo {
    filter: brightness(0) invert(1) drop-shadow(0 1px 3px rgba(0, 0, 0, 0.2));
}

.bne-cta-2-playasia-logo {
    height: 24px;
    width: auto;
    filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.1));
}

.bne-cta-2[data-theme="dark"] .bne-cta-2-playasia-logo {
    filter: brightness(0) invert(1) drop-shadow(0 1px 3px rgba(0, 0, 0, 0.2));
}

.bne-cta-2-partnership {
    font-size: 1rem;
    font-weight: 300;
    color: var(--pa-blue);
    margin: 0 4px;
    opacity: 0.8;
}

.bne-cta-2[data-theme="dark"] .bne-cta-2-partnership {
    color: rgba(255, 255, 255, 0.8);
}

.bne-cta-2-brand .bne-cta-2-badge {
    background: linear-gradient(135deg, var(--pa-blue), #0056b3);
    color: white;
    padding: 1px 8px;
    border-radius: 12px;
    font-size: 0.7rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 8px rgba(0, 45, 114, 0.2);
}

.bne-cta-2-brand .bne-cta-2-badge span {
    color: white!important;
    font-size: 10px!important;
}

.bne-cta-2[data-theme="dark"] .bne-cta-2-badge {
    background: linear-gradient(135deg, rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.1));
    color: white;
}

.bne-cta-2-main {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.bne-cta-2-title {
    font-size: 1.4rem;
    font-weight: 700;
    margin: 0;
    color: #2c3e50;
    line-height: 1.2;
    letter-spacing: -0.3px;
}

.bne-cta-2[data-theme="dark"] .bne-cta-2-title {
    color: white;
}

.bne-cta-2-subtitle {
    font-size: 1rem;
    margin: 0;
    color: var(--pa-blue);
    font-weight: 500;
}

.bne-cta-2[data-theme="dark"] .bne-cta-2-subtitle {
    color: rgba(255, 255, 255, 0.9);
}

.bne-cta-2-description {
    font-size: 0.85rem;
    line-height: 1.5;
    margin: 0;
    color: #5a6c7d;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.bne-cta-2[data-theme="dark"] .bne-cta-2-description {
    color: rgba(255, 255, 255, 0.8);
}

.bne-cta-2-actions {
    display: flex;
    gap: 10px;
    margin-top: 12px;
}

.bne-cta-2-button {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 16px;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.8rem;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.bne-cta-2-primary {
    background: linear-gradient(135deg, var(--pa-bne-red));
    color: white;
    box-shadow: 0 2px 8px rgba(0, 45, 114, 0.2);
}

.bne-cta-2-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 45, 114, 0.3);
}

.bne-cta-2-secondary {
    background: rgba(0, 45, 114, 0.05);
    color: var(--pa-blue);
    border: 1px solid rgba(0, 45, 114, 0.2);
}

.bne-cta-2-secondary:hover {
    background: rgba(0, 45, 114, 0.1);
    border-color: var(--pa-blue);
}

.bne-cta-2[data-theme="dark"] .bne-cta-2-secondary {
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border-color: rgba(255, 255, 255, 0.3);
}

.bne-cta-2[data-theme="dark"] .bne-cta-2-secondary:hover {
    background: rgba(255, 255, 255, 0.2);
}

.bne-cta-2-visual {
    flex-shrink: 0;
    width: 110px;
    height: 110px;
    position: relative;
}

.bne-cta-2-image-container {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.bne-cta-2-image-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('https://s.pacn.ws/1/gallery/350/GA.06779.0010.png?1609356300&v=PX-580') center/70% no-repeat;
    opacity: 0.9;
    z-index: 1;
}

.bne-cta-2-featured-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 2;
    border-radius: 10px;
}

.bne-cta-2-decorative {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 35px;
    height: 35px;
    pointer-events: none;
    z-index: 1;
    background: url('https://s.pacn.ws/1/gallery/350/GA.06779.0010.png?1609356300&v=PX-580') center/contain no-repeat;
    opacity: 0.3;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.bne-cta-2-mascot {
    position: absolute;
    bottom: -10px;
    right: -10px;
    width: 120px;
    height: 120px;
    background: url('https://s.pacn.ws/1/gallery/350/GA.06779.0010.png?1609356300&v=PX-580') center/contain no-repeat;
    z-index: 3;
    opacity: 1;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.15));
}

/* Responsive Design */
@media (max-width: 768px) {
    .bne-cta-1-container {
        padding: 25px 20px;
    }
    
    .bne-cta-1-title {
        font-size: 1.5rem;
    }
    
    .bne-cta-1-logos {
        gap: 12px;
    }
    
    .bne-cta-1-bne-logo {
        height: 32px;
    }
    
    .bne-cta-1-playasia-logo {
        height: 28px;
    }
    
    /* BNE CTA 2 Mobile */
    .bne-cta-2-inner {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
    
    .bne-cta-2::after {
        width: 100px;
        height: 100px;
        bottom: -15px;
        right: -15px;
    }
    
    .bne-cta-2-visual {
        width: 90px;
        height: 90px;
    }
    
    .bne-cta-2-actions {
        justify-content: center;
        flex-wrap: wrap;
    }
    
    .bne-cta-2-title {
        font-size: 1.2rem;
    }
}

@media (max-width: 480px) {
    .bne-cta-1-button {
        padding: 12px 24px;
        font-size: 0.9rem;
    }
    
    .bne-cta-2-container {
        padding: 20px;
    }
    
    .bne-cta-2-actions {
        flex-direction: column;
        align-items: center;
    }
    
    .bne-cta-2-button {
        width: 100%;
        justify-content: center;
        max-width: 200px;
    }
    
    .bne-cta-2-visual {
        width: 80px;
        height: 80px;
    }
}
#alert-popup {
	position: fixed;
	min-width: 250px;
	padding: 15px 20px;
	border-radius: 8px;
	font-family: sans-serif;
	z-index: 9999;
	opacity: 0;
	transition: transform 0.2s ease, opacity 0.2s ease;
	box-shadow: 0 4px 12px rgba(0,0,0,0.2);
	overflow: hidden;
}

#alert-popup * {
	color: #FFFFFF;
}

/* Top-Center Position */
#alert-popup.top-center {
	top: 30px;
	left: 50%;
	bottom: unset;
	right: unset;
	transform: translate(-50%, -120%);
}

#alert-popup.top-center.show {
	transform: translate(-50%, 0);
}

/* Top-Left Position */
#alert-popup.top-left {
	bottom: unset;
	top: 30px;
	left: 20px;
	transform: translateX(-120%);
}

#alert-popup.top-left.show {
	transform: translateX(0);
}

/* Top-Right Position */
#alert-popup.top-right {
	bottom: unset;
	top: 30px;
	right: 20px;
	transform: translateX(120%);
}

#alert-popup.top-right.show {
	transform: translateX(0);
}

/* Bottom-Center Position */
#alert-popup.bottom-center {
	bottom: 30px;
	top: unset;
	left: 50%;
	right: unset;
	transform: translate(-50%, 120%);
}

#alert-popup.bottom-center.show {
	transform: translate(-50%, 0);
}

/* Bottom-Right Position */
#alert-popup.bottom-right {
	top: unset;
	bottom: 30px;
	right: 20px;
	transform: translateX(120%);
}

#alert-popup.bottom-right.show {
	transform: translateX(0);
}

/* Bottom-Right Position */
#alert-popup.bottom-left {
	top: unset;
	bottom: 30px;
	left: 20px;
	transform: translateX(-120%);
}

#alert-popup.bottom-left.show {
	transform: translateX(0);
}

#alert-popup.show {
	opacity: 1;
}

#alert-popup > * {
	color: #fff;
}

#alert-popup .close-btn {
	position: absolute;
	top: 5px;
	right: 8px;
	border: none;
	background: transparent;
	font-size: 18px;
	cursor: pointer;
	color: #fff;
}

#alert-popup .progress-bar {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 4px;
	width: 0;
	background: rgba(252,252,252, 0.2);
	border-radius: 0 0 8px 8px;
	transition: width linear;
}

/* Header */
#alert-popup .alert-header {
	font-weight: bold;
	margin: 0 0 4px 0;
	display: block;
}

/* Type styles */
#alert-popup.success {
	background-color: rgba(40, 167, 69, 0.950);
}

#alert-popup.fail {
	background-color: rgba(220, 53, 69, 0.950);
}

#alert-popup.warning {
	background-color: rgba(255, 193, 7, 0.950);
	color: #000;
}
/**

Styles that are for desktop resolution

*/

@media only screen and ( min-width: 641px ) {

    #top-bar > div {
        display: table-cell;
        vertical-align: top;
        text-align: center;
        white-space: nowrap;
        padding-right: 20px;
    }

    .top_bar_wrap {
        margin-top: 68px;
    }

    #main-img {
        position: sticky;
        top: 68px;
    }

    #top-bar > div:nth-child(n+3) {
        width: 50px;
    }

    #top-bar > div > a > div {
        font-size: 0.9em;
        line-height: 2.1em;
        white-space: nowrap;
        height: 30px;
        overflow: hidden;
    }

    #top-bar > div a {
        text-decoration: none
    }

    .logo {
        text-align: left !important;
    }

    #search {
        padding-left: 30px
    }

    .n_box {
        position: relative;
        margin: 0 0 20px 0;
        padding-bottom: 10px;
    }


    .n_box > h2, .n_box > h3 {
        display: block;
        text-decoration: none;
        text-align: center;
        /*        height: 35px; */
        margin-bottom: 10px;
        padding: 5px 5px 5px 10px;
    }

    .dhalf {
        width: 50%;
        padding-right: 10px;
    }


    /*
PAM digital... desktop too big...
 */
    img[src*="a_025348"] {
        max-height: 170px;
        height: 139px !important;
        width: 400px !important;
    }


    body {
        overflow: scroll
    }

    #p_m_trustpilot {
        display: none
    }

    #packing_logo {
        width: 120px;
        height: 120px
    }

    #error a:hover, #success a:hover {
        color: white
    }

    .p_prev_holder {
        overflow: auto;
        scrollbar-width: none;
    }

    .dinline {
        display: inline-block
    }

    .p_prev_holder::-webkit-scrollbar {
        display: none;
    }


    #dt_top_bar div.smallicon, #dt_top_bar span.smallicon, #dt_top_bar > div img {
        width: 20px;
        height: 20px;
        background-size: 20px;
        display: block;
        margin: 0 auto 3px auto;
    }

    #dt_top_bar {
        height: 20px;
        margin-top: -2px;
    }

    .veil {
        z-index: 2;
    }

    .version-item:hover, #n_pf_main li:hover {
        background-color: var(--pa-mid);
    }

    .p_table * {
        line-height: 200%
    }

    #main-img-hldr {
        width: 35%
    }

    #main-prod {
        padding-left: 20px;
        width: 65%
    }

    #n_pf_holder .p_prev:not(:nth-child(3n+0)) {
        border-right-color: lightgray;
    }

    #n_pf_holder .p_prev:not(:nth-last-child(-n+3)) {
        border-bottom-color: lightgray;
    }

    .pay_now_logo:hover {
        opacity: 0.8
    }

    .footer .pay_now_logo {
        opacity: 1
    }

    #visits.tile_container {
        padding-right: 10px;
    }

    .n_box.collapsed h2:hover {
        opacity: 0.8
    }

    #account_bar > a:hover.unsel {
        opacity: 0.8
    }

    a:hover {
        text-decoration: underline;
    }

    .halfdesk {
        width: 65%
    }

    .showmob {
        display: none !important;
    }

    .tbl > div > div {
        padding-right: 10px;
    }

    .tbl > div > div:last-child {
        padding-right: 0
    }

    .logo:hover {
        transform: scale(1.03);
    }

    .nav > div.selected, .nav > div:hover {
        background: #eef;
    }

    .n_subcat a.n_subcat_items:hover {
        background-color: var(--pa-mid);
        text-decoration: none !important;
    }

    /*
		#social_button:hover {
			background-color: gray;
			color: white;
		}
	*/
    #newsticker {
        max-width: 1280px;
    }


    .p_prev .p_prev_p .somehear, .p_prev .p_prev_buy, .p_prev .cart_none, .p_prev:hover .p_prev_p > span {
        display: none;
        transition: display .2s;
    }

    .p_prev:hover .p_prev_p .somehear, .p_prev:hover .p_prev_buy, .p_prev:hover .cart_none {
        display: inline-block
    }
}


/**
	In-between.... not mobile, not desktop

 */


/*
@media only screen and ( min-width: 641px ) and ( max-width: 800px ) {
	#soc {
		display: none !important;
	}

	#topsearchnew {
		position: absolute;
		width: 450px;
		background: white;
		border-radius: 5px;
		padding: 10px 10px;
		top: 0;
		left: 50%;
		z-index: 2000;
		margin-left: -100px;
	}

	#top_bar {
		position: absolute;
	}

	.no_scroll {
		overflow: scroll
	}


	.pgal_thumb {
		margin: 0;
		height: unset;
		position: absolute;
		overflow: scroll;
		white-space: pre-wrap;
		right: 0;
		top: 0;
		width: 130px;
	}

	.pgal_slider {
		margin-right: 150px;
	}

}
*/
.pa-dlg {
    max-height: 100vh
}

@media only screen and ( max-width: 825px ) {

    /*#category-column {*/
    /*    display: block;*/
    /*    width: 100%;*/
    /*    padding: 0;*/
    /*}*/
    /**/
    /*#category-column > div {*/
    /*    position: relative;*/
    /*}*/
    /**/
    /*#category-column h2 {*/
    /*    display: none;*/
    /**/
    /*}*/
    /**/
    /*#category-column .n2_box {*/
    /*    padding: 0*/
    /*}*/
    /**/
    /*#category-column > div > div {*/
    /*    display: inline-block;*/
    /*    padding: 10px;*/
    /*    width: 24%;*/
    /*    text-align: center;*/
    /*    vertical-align: top;*/
    /*}*/
    /**/
    /*#category-column > div.filler {*/
    /*    display: none*/
    /*}*/
    .nav {
        padding-top: 10px;
        font-size: 0.7rem;
    }
}


@media only screen and ( max-width: 1023px ) {
    #body_ad {
        display: none
    }

    .ui-dialog {
        left: 0 !important
    }
}

@media only screen and  ( max-width: 1200px ) {
    #header-extra {
        display: none !important;
    }

    #search {
        width: 70%
    }
}

@media only screen and ( min-width: 1023px ) {
    .ban-sl-wrp, #n_weekly_special_container {
        margin: 0 auto 10px auto;
        height: unset !important;
        float: left;
        display: table-cell;
    }

    .n_daily_deal_cont {
        display: table-cell;
        width: 30%;
        text-align: center;
    }
}

@media only screen and ( min-width: 1800px ) {
    #bgtest {
        position: fixed;
        height: 100vh;
        width: 100vw;
        z-index: -1;
        background: conic-gradient(from var(--b) at var(--xy),
        var(--c0) 0% calc(var(--d) + var(--a)), var(--c1) 0% 50%,
        var(--c2) 0% calc(var(--c) + var(--a)), var(--c3) 0% 0%);
    }
}
@media only screen and ( max-width: 640px ) {
    * {
        font-size: 14px;
    }

    #pam-404 {
        width: 80%
    }

    .nav {
        font-size: 1rem
    }

    /*
		html {
			height: -webkit-fill-available;
	}
	*/
    body {
        width: 100vw;
        padding: 0;
    }

    #body_ad {
        display: none
    }

    .banimg {
        height: auto !important;
    }

    #sidebar {
        display: none
    }

    .n_cont {
        display: block;
    }

    .n_box.collapsed {
        display: inline-block;
        clear: none;
    }

    select, input, option, textarea, .dialog-content select, .dialog-content input, .dialog-content option, .dialog-content textarea, button .dialog-content button {
        font-size: 16px !important;
        height: 40px;
        margin-bottom: 10px;
    }

    .veil {
        z-index: 2100;
        top: unset;
        position: absolute;
        width: 100vw;
        height: 100vh;
    }

    .top_bar_wrap {
        margin-top: 0;
        overflow: scroll;
        scrollbar-width: none;
    }

    .top_bar_wrap::-webkit-scrollbar {
        display: none;
    }

    #search {
        padding: 0;
        display: block !important;
        clear: both;
        width: 100% !important;
    }

    .search-in-box {
        padding-top: 5px;
    }

    #close-top-search {
        filter: none
    }

    .show_logged_in, .hide_logged_in {
        display: none !important;
    }

    .search_button {
        background-size: 18px 18px;
        width: 18px;
        height: 18px;
        background-color: transparent;
        top: 13px;
        right: 8px;
    }

    #header-extra-cart img {
        width: 25px;
        height: 25px;
        margin: 6px 5px;
        position: absolute;
    }

    .empty-cart {
        display: none
    }


    .cart-row .image {
        width: 20vw;
    }


    #p_d_trustpilot {
        display: none
    }

    .logo {
        padding: 8px 0 3px 0 !important;
        text-align: left
    }

    .logo img {
        height: 40px;
    }

    #logo_message {
        display: none
    }

    #cart-holder {
        display: inline-block;
        white-space: nowrap;
    }

    #website {
        width: 100vw;
        margin-top: 50px;
    }

    #top-bar {
        padding: 0 0 0 50px;
        text-align: center;
        width: 100vw;
    }

    #top-bar > div {
        vertical-align: middle;
        position: relative;
        display: table-cell;
        padding: 7px 20px 7px 0;
        width: 100%;
    }

    .nav > div {
        text-decoration: underline !important;
    }

    .hidmob {
        display: none !important;
    }

    .ui-dialog {
        z-index: 50000 !important;
        overflow: scroll !important;
        padding-bottom: 80px !important;
    }

    #hamburger-menu a {
        text-decoration: none
    }

    #hamburger-menu {
        position: fixed;
        top: 0;
        z-index: 12000;
        background: white;
        width: 75%;
        height: 100%;
        padding: 40px 13px 10px 13px;
        overflow: scroll;
    }

    #hamburger-menu * {
        color: var(--pa-blue);

    }

    #hamburger-veil {
        display: none;
        position: fixed;
        width: 25%;
        height: 100%;
        right: 0;
        top: 0;
        background-color: black;
        opacity: 0.5;
        z-index: 12000;
    }

    #hamburger-menu .icon {
        width: 25px;
        height: 25px;
        background-size: 25px;
    }

    #hamburger-menu .item div, #hamburger-menu .item img {
        margin: 6px 10px 10px 0;
    }

    #hamburger-menu .item td {
        white-space: nowrap;
        vertical-align: middle;
    }

    #hamburger-menu .item {
        margin: 10px 0;
        border-bottom: solid var(--pa-mid) 2px;
    }

    #hamburger-menu .spacer {
        height: 20px;
    }

    .hamburger {
        position: fixed;
        top: 3px;
        left: 0;
        height: 50px;
        width: 50px;
        cursor: pointer;
        transition: 0.3s;
        z-index: 19999;
    }

    .hamburger span {
        position: absolute;
        height: 3px;
        width: 25px;
        background-color: white;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        transition: 0.3s;
    }

    .hamburger span:before {
        content: '';
        position: absolute;
        top: -8px;
        background-color: white;
        height: 3px;
        width: 25px;
        transition: 0.3s;
    }

    .hamburger span:after {
        content: '';
        position: absolute;
        top: 8px;
        background-color: white;
        height: 3px;
        width: 25px;
        transition: 0.3s;
    }

    .hamburger.active span {

        background-color: transparent;
    }

    .hamburger.active span:before {
        background-color: var(--pa-blue);
        transform: rotate(45deg);
        top: 0;
    }

    .hamburger.active span:after {
        background-color: var(--pa-blue);
        transform: rotate(-45deg);
        top: 0;
    }

    #hamburger-menu .icon {
        transition: 0.3s
    }

    #category_ham {
        padding-left: 40px;
    }

    #category_ham div {
        padding: 5px 0;
        text-decoration: underline;
    }

    .gb a, .yelbg a {
        text-decoration: none;
        box-shadow: none !important;
    }

    #ppage-banner {
        overflow: hidden;
        position: relative;
    }

    /* this is the PAM banner the  .. no BS banner */
    #ppage-banner img[src*="a_025348"] {
        max-height: 170px;
        position: relative;
        left: 0 !important;
        width: 100% !important;
    }


    #ppage-banner img {
        position: relative;
        left: -25% !important;
        width: 150% !important;
        max-width: unset !important;
    }

    .ban-sl-wrp {
        position: relative;
        width: 100%;
        overflow: hidden;
    }

    .ban-sl-wrp img {
        margin-left: 0;
        width: 140% !important
    }

    /*	 promotion product page hotfix
		.yelbg.gb * {
			background: none
		}
	*/
    /*
		#maincontent {
			margin-top: 5px;
		}
	*/
    /*	#sugexpand {
			padding: 5px;
		}
	*/
    .suggestion {
        text-align: left;
    }

    .suggestion span {
        font-size: 14px
    }
/*
    #sug-blur {
        width: 95vw;
        padding: 0;
    }
*/
    /*
	not needed ? redundant?

		.suggestion img {
			padding: 2px 0;
			width: 50px;
			height: 60px;
			transition: 0.1s
		}*/
    .nav {
        z-index: 19999;
        border: none !important;
        margin: 10px 0;
        padding: 0;
        display: table;

    }

    .nav div {
        display: table-cell;
        height: unset;
        background: white;
        margin-top: 10px;
        padding: 5px 5px;
        width: auto;
        white-space: nowrap;
        border: none !important;
        font-weight: bold;
        color: var(--pa-blue)
    }

    .nav.empty {
        display: block;
    }

    .nav * {
        font-size: 15px;
    }

    .nav-wrap {
        width: 100vw;
        position: absolute;
        display: block;
        margin: 10px 0;
    }

    .nav-arrow-left div, .nav-arrow-right div {
        height: 20px;
        width: 20px;
        background-size: 20px;
        display: inline-block;
    }


    .nav-arrow-left, .nav-arrow-right {
        position: absolute;
        padding: 7px 0 0 5px;
        right: 0;
        background-color: white;
        opacity: 0.85;
        overflow: hidden;

    }

    .nav-arrow-left {
        left: 0;
        right: unset;
    }

    .nav-arrow-right {
        width: 24px;
        left: unset;
        right: 0;
    }

    .p_prev_bar {
        width: 100%
    }

    .p_prev_bar .pimg150 img.p_prev_img, .p_prev_bar .pimg120 img.p_prev_img {
        width: 120px;
        height: 120px;
    }

    .p_prev_n {
        height: 42px;
        margin-bottom: -6px;
    }

    .p_prev_p *, .p_prev_n {
        font-size: 13px;
        line-height: 150%;
    }

    .p_prev_bar .p_prev {
        width: 33%;
        margin-right: 10px;
    }

    /*
		.p_prev_buy {
			display: none
		}
	*/
    /* top padding must be 0, set to margin 10px if needed (margins combine, paddings not) */
    .n_box {
        padding: 0;
        border: 0;
        box-shadow: none;
        margin: 10px 0 20px;
    }


    .serial-code {
        text-align: center;
        position: relative;
        width: 100%;
        display: block;
        margin: 0 10px;
    }

    .verify_email {
        display: block;
        float: none;
        margin-top: 10px;
    }

    /*	.stdelem {
			margin: 0
		}
	*/
    .p_prev_holder {
        position: relative;
        overflow: scroll;

        scrollbar-width: none;
        -ms-overflow-style: none;
        -webkit-scrollbar: none;
    }

    .p_prev_holder::-webkit-scrollbar {
        display: none
    }

    .p_prev_trow > .td {
        display: none
    }


    .rowicon {
        top: -4px;
    }

    .tp_widget_top {
        height: 30px;
    }

    .footer {
        padding: 10px;
    }

    .nl_holder {
        display: block !important;
    }

    .tbl_holder_cell {
        width: 100%
    }

    .co_cont_spacer {
        display: none;
    }

    .co_container {
        min-height: 0;
        height: auto;
        width: unset;
        display: block;
    }

    .tile_container {
        width: 100%;
        float: none;
        clear: both;
        margin: 0;
        padding: 0;
    }

    #logoff_msg {
        font-size: 2px;
        line-height: 1.0;
        font-family: monospace !important;
    }

    #login_name div {
        height: 41px;
        line-height: 41px;
    }

    #login_name img {
        margin-right: 0 !important;
    }

    #login_name div:last-child {
        white-space: nowrap;
        overflow: hidden;
        width: unset;
    }

    .account_frame {
        padding: 10px 10px 0 10px;
        border: 0;
        overflow: scroll;
    }

    /* Loyalty page */
    .tier_block {
        display: block !important;
        width: 100% !important;
        clear: both;
        float: none;
    }

    .journey {
        display: block !important;
        width: 100% !important;
        clear: both;
        float: none;
        margin-left: 0 !important;

    }

    .tier_content {
        height: unset
    }

    button.acbut {
        padding-top: 2px;
    }

    .mwide {
        width: 100%;
        margin-top: 10px;
        float: none
    }


    .checkout_paylogo {
        height: 28px;
    }

    #paypal-button {
        margin: 0 auto;
        text-align: center;
    }

    iframe.zoid-component-frame.zoid-visible, .zoid-outlet > iframe {
        min-width: 100% !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    #telnumber_idd span {
        font-size: 16px;
    }

    .tbl_holder_c, .tbl_holder_row, .tbl_holder_c > div {
        display: block;
        padding: 3px 0 3px 0;
    }

    #veggieburger {
        float: left;
        font-size: 28px;
        color: var(--pa-blue);
        cursor: pointer;
        margin-right: 10px;
    }

    .n_box > h2 > a, .n_box > h2, .n_box > h3 {
        display: block;
        text-decoration: none;
        text-align: center;
        width: unset;
        margin-bottom: 10px;
    }

    /*	.n_box > h2 > a, .n_box > h2 {
			padding-left: 5px;
			border-bottom: 0;
			top: unset;
			left: unset;
			background: #fff;
			color: var(--pa-blue);
			display: block;
		}
	*/
    #main_column .n_box > h2, .account_frame .n_box > h2, .account_spacer .n_box > h2 {
        border-bottom: solid #B5B8D3 2px;
        padding-left: 0;
    }

    .n_box > h2:after {
        content: unset;
        white-space: initial;
    }

    .n_subcat {
        width: 100%;
        min-height: 40px;
        margin: 10px 0;
        display: block;
        position: relative;
    }

    #browse_subcat {
        display: block;
        width: unset;
    }

    .n_subcat h3 {
        font-weight: bold;
        background: white;
        color: var(--pa-blue);
    }

    .n_subcat h3 {
        padding-top: 10px;

    }

    .n_box h4, .n_box h4 * {
        display: block;
        height: 40px;
        line-height: 40px;
        text-decoration: none;
        padding: 0;
        text-align: center;
        margin: 0 10px;
    }

    #category-column {
        display: none
    }

    /* category pages... */
    #subcat-box.n_cell {
        display: none
    }

    /*	.n_subcat div.aleft {
			min-height: unset;
		}


		.n_cell.n_subcat {
			box-shadow: none;
		}

		.n_subcat {
			display: block;
			width: unset;
			position: relative;
			padding: 0;
		}
	*/
    #browse_subcat {
        display: none
    }

    /** daily deal **/
    .n_spac {
        display: none
    }

    #daily_deal {
        padding-left: 0;
        display: block;
    }

    .n_daily_deal_cont {
        width: unset;
        padding: 10px;
    }

    .n_daily_deal_cont .p_prev_img {
        width: 120px !important;
        height: 120px !important;
        float: left;
    }

    .ban-sl-wrp {
        width: 100vw !important;
        position: relative;
    }


    .navlangbar, .navlangbar * {
        color: var(--pa-blue);
    }

    .navlangbar * {
        padding: 0;
    }

    .navlangbar > span {
        padding: 0
    }

    .navlangbar a {
        padding-left: 0
    }

    .navlangbar {
        margin: 0 5px;
        padding: 10px 0 10px 0;
        height: unset !important;
        /*		text-align: center;
		*/
    }

    #pf_no_items {
        padding-top: 20px;

    }


    #n_pf_main {
        display: none;
        position: absolute;
        z-index: 99;
        opacity: 1;
        background: white;
        border: solid 2px var(--pa-mid);
        border-left: none;
        top: 10px;
    }

    .pf_show_filter {
        display: block;
        float: left;
        margin-right: 5px;
    }

    .pf_show_filter.selected:after {
        content: "X";
        font-size: 22px;
        margin: 5px 0 0 15px;
    }

    .pf_show_filter.selected, .pf_show_filter.selected * {
        background-image: none !important;
        background: var(--pa-blue);
        color: white;
        padding-right: 20px
    }


    #n_weekly_special_container {
        display: none
    }

    .n_pf_container {
        margin: 30px 0 0 0;
        display: block;
        width: 95vw;
    }

    #filter_cat_veil {
        opacity: 0.8;
        background: gray;
        z-index: 1;
        width: 100%;
        height: 100%;
        position: absolute;
    }

    .pf_reset {
        display: block;
        position: relative;
        top: unset;
        float: right;
        right: 50px;
    }

    input#n_pf_searchbox {
        width: 100%;
        margin: 10px 0;
    }

    .pf_container_top .dialog-close {
        position: absolute;
        top: 10px;
        right: 0;
    }

    .pf_show_filter, select[name="pf_item_o"] {
        width: 20px;
        height: 40px;
        display: block;
    }

    .pf_show_filter {
        width: unset;
        max-width: 80px;
    }

    .pf_filter_filters {
        left: unset;
        margin: 0 0 20px 0 !important;
    }

    .n_cont {
        margin: 0;
        padding: 0;
    }

    /*	.n_cont {
			display: block;
			border-collapse: separate;
		}*/
    #n_pf_main .n_box {
        margin: 10px 0;
    }

    #n_pf_filter_cat_head {
        z-index: 100 !important;
        top: 50px;
        height: unset !important;
        padding: 2px 10px;
        background: white;
        width: 100vw;
    }

    #n_pf_holder div.p_prev {
        width: 50%;
    }

    #n_pf_holder .p_prev:not(:nth-child(2n+0)) {
        border-right-color: lightgray;
    }

    #n_pf_holder .p_prev:not(:nth-last-child(-n+2)) {
        border-bottom-color: lightgray;
    }

    #n_pf_page {
        position: relative;
    }

    #n_pf_filter_cat_c {
        padding: 0;
        width: 100%;
        margin: 10px 0 0 0;
        display: block;
        min-height: 240px;
    }

    #pbar_empersonal img.unvl {
        height: 120px;
        width: 120px;
    }

    /*
		taken out / margins...
		#n_pf_filter_cat_c {
			padding: 10px 0 0 0;
		}
	*/
    #n_pf_filter_cat_pb_p, #n_pf_filter_cat_pb_n {
        min-width: 40px;
        font-size: 24px;
        vertical-align: top;
    }

    #n_pf_holder {
        margin: 0
    }


    #n_pf_filter_cat_sorting {
        background-position: 10px 9px;
        background-size: 20px 20px;
    }

    /* preorder list */
    .ulpre {
        padding: 0;
        margin: 0;
        list-style: none;
    }

    #precatlist {
        float: none;
        width: 100%;
        margin: 0;
        display: block;
    }

    #packing_logo {
        width: 90px;
        height: 90px
    }

    .account_spacer {
        margin: 10px;
    }

    .p_table {
        display: block;
    }

    .p_table > div {
        display: block;
    }

    #main-img-hldr {
        width: 70%;
        margin: 0 auto
    }

	.fse_main_img_container { min-height: 171px; }

    #main_column {
        padding: 0 10px;
    }

    #main_column_outer {
        display: block;
        width: unset;
    }

    #main-holder {
        display: block
    }

    .prelim {
        left: 0;
        width: 100% !important;
    }

    .p_table > div > div {
        display: block;
    }

    .rev {
        padding: 10px;
    }

    .rev_subject, .rev_body {
        margin: 10px 0 0 0;
    }

    .rev_rating {
        margin: 5px 0 0;
    }

    .rev_name {
        display: inline-block;
        float: right;
        text-align: right;
        max-width: 200px;
    }

    .rev_helpful select {
        margin-top: 10px;
    }

    #pi_top_icons {
        height: 40px;
        white-space: nowrap;
        right: 10px;
        position: absolute;
    }

    #refund_policy {
        text-align: center;
    }

    #p_verspec {
        margin: 10px 0;
    }

    .p_name {
        font-size: 20px;
        line-height: 22px;
        padding-right: 20px;
    }

    .rbut {
        min-width: 40px;
        font-size: 14px;
    }

    #right_column {
        display: none
    }

    .p_alt_arrow_down {
        right: 5px;
        position: absolute;
        top: 0;
        background-size: 20px 14px;
        height: 30px;
        width: 42px;
    }

    #pname_seg .p_alt_arrow_down {
        right: -5px;
        top: 2px;
    }

    #comptext {
        text-align: center;
        margin-bottom: 10px;
    }

    .addboth {
        margin-top: 10px;
    }

    #paynow {
        margin: 10px 0 0 0;
        padding: 0
    }

    #paynow .n_box {
        margin-bottom: 0;
    }

    .pay_now_block {
        margin-bottom: 15px;
    }

    .pay_now_block div {
        float: left
    }

    .we_accept {
        margin-left: 96px
    }

    .pay_now_logo {
        width: 50%;
        height: 33px;
        padding: 2px;
    }

    /**
		 removed needed for instance for other classic box
	.n_box h3 {
		display: none
	}
	 */
    .n_box h3 {
        text-align: center
    }

    /** remove the header for the paynow box on product info*/
    /*	#paynow .n_box > h3 {
			display: none
		}
	*/
    .pstlbar {
        overflow: scroll
    }

    #top_rating {
        text-align: center;
        margin-top: 10px;
    }

    #subcat_mobile_header {
        display: block
    }


    /*	#root-pi_gallery_new {
			min-height: 78vh
		}
	*/
    /*
		.ban-sl_imgs img {
			height: 141px;
		}
	*/
    /** for table like structures that will be displayed block (on mobile) use these only **/
    .tbl, .tbl > div, .tbl > div > div {
        display: block;
        margin: 5px 0
    }

    /** table like blocks end **/
    .mcenter {
        text-align: center
    }

    .mob100pc {
        width: 100%;
    }

    .swidth {
        max-width: 95%
    }

    .quickco {
        width: 100% !important;
    }


    /* cart */
    .cart-pinfo-qtypr {
        float: right;
        clear: both;
        display: block;
        text-align: right;
        min-width: 140px;
    }

    .no-cart .cart-pinfo-qtypr {
        display: none
    }

    .shopping-cart .n_box {
        padding: 0
    }

    .n_box.collapsed h2 {
        left: unset;
        top: unset
    }

    .listheader {
        width: 100%
    }


    /* old checkout */
    #sp_co {
        margin: 10px 0 10px 0 !important;
        background: white
    }

    #sp_co td.there {
        border-bottom: solid var(--pa-mid) 3px;
    }

    #socialfarm .icon {
        margin: 8px;
        width: 40px;
        height: 40px;
        background-size: 40px
    }

    #success {
        margin: 10px;
    }

    #addcart.table_like, #addcart.table_like > div {
        display: block;
        padding: 0;
        margin-bottom: 5px;
    }

    #breadcrumbs {
        margin: 10px 10px 20px 10px;
        font-size: 16px
    }

    #breadcrumbs * {
        font-size: 16px
    }

    .mobcenter {
        margin: 0 auto
    }

    .version-holder, .version-filter {
        width: 100%;
    }

    .version-item {
        width: 50%;
    }

    .p_prev .p_prev_buy {
        padding: 1px 5px;
        font-size: 13px;
    }

    .ovrly-right {
        margin-top: 10px;
    }
}
/* remove bg background */
body.dark #bgtest {
    background: none;
}

body.dark {
	--pa-dark: #47474c;
	--pa-dark-2: #232326;
	--pa-blue: #252525;
	--pa-high: #d2d2d2;
	--pa-mid: #373737;
	--pa-gray: #373737;
	background-color: var(--pa-dark);
}

body.dark * {
    color: #fcfcfc;
}

/* Form elements */
body.dark :is(select,textarea, option, .co_info),
body.dark input:not(:is([type="button"],[type="radio"],[type="checkbox"],[type="submit"],[type="reset"],[type="image"])) {
    background-color: white;
    color: var(--pa-dark-2);
}

/* Clickable elements */
body.dark :is(button,input[type="button"],input[type="radio"],input[type="checkbox"],input[type="submit"],input[type="reset"],input[type="image"],table th):not(.search_button) {
    background-color: var(--pa-blue);
    color: white !important;
}

/* Remove outline */
body.dark :is(select,textarea,input,button):focus {
    outline: none;
}

/* Icons/Images */
body.dark :is(.arrow-down, .pf_show_filter, .p_alt_arrow_down),
body.dark :is(.icon,.bigicon,.smallicon,.xsmallicon,.xxsmallicon,.rowicon,.review-star, .clsbut):not(button) {
    filter: grayscale(100%) brightness(0) invert(1); /* white image */
}

/* Update background */
body.dark #n_pf_filter_cat_head {
    background-color: var(--pa-dark);
}

/* Enforce image dark mode */
body.dark :where(.somemagn, .nav-wrap .icon) {
    -webkit-filter: grayscale(100%) !important;
}

/* Top Bar */
body.dark #top-bar {
    background-color: var( --pa-dark-2 );
}

/* Categories Column */
body.dark #category-column > div > div:hover *,
body.dark #category-column > div.selected * {
    color: var(--pa-dark);
}

/* Link button */
body.dark a.show_all {
    background-color: var(--pa-blue);
}

/* Do not include the notifications display */
body.dark :is(#error,#success,#information):not(.lcs_label),
body.dark :is(#error,#success,#information) *:not(.lcs_label) {
    color: var(--pa-dark);
}

/* Filter box & Navbar */
body.dark :where(.n_pf_container, .n_pf_container *) {
    color: var(--pa-dark);
}

/* Temporary fix */
body.dark #login-sel > div.sel,
body.dark a#return_link, #return_link {
    color: white;
}

body.dark .ui-dialog {
    background-color: #4e4e51;
}

body.dark #hamburger-menu {
    background-color: #4e4e51;
    * { color: #fcfcfc; }
}

body.dark {
	.nav div.selected,
	.tab-pane .active {
		color: var(--pa-dark);
	}
}

body.dark {
	.nav > div:hover,
	.tab-pane h1:hover {
		color: var(--pa-dark);
	}
}

body.dark .hover:not(.active):hover {
	background-color: var(--pa-mid);
}

/***  BNE PAML Dark Mode Support ***/

body.dark .bne-cta-2-container {
    background: #252525;
}
body.dark .bne-cta-2-container .bne-cta-2-playasia-logo {
    filter: brightness(0) invert(1);
}
body.dark .pa-modern-h3 {
    color: var(--pa-blue) !important;
}
body.dark .bne-cta-2-primary {
    background: #fcfcfc;
    color: var(--pa-dark) !important;
}
body.dark .pa-platform-info p {
    color: #666;
}

@media only screen and (max-width: 640px) {
	body.dark .nav div {
		color: var(--pa-dark);
	}
}