.navbar-search.cards,
.input-search-field {
    position: relative;
}

.autocomplete-suggestions {
    position: absolute;
    background: pink;
    width: calc(100% - 105px);
    left: 30px;
    padding: 0;
    z-index: 99;
    display:none;
}
.autocomplete-suggestions ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.suggestion {
    background-color: #212121; /* Background color */
    color: #ffffff; /* Text color */
    width: 100%;
    z-index: 9999;
    padding: 5px 20px;
    cursor: pointer;
}
    
.suggestion:hover {
    opacity: 0.9; /* Opacity level (adjust as needed) */
}

/*Add to cart popover*/
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.add-to-cart-wrap {
    position:relative;
}
.pop-wrapper > a.button {
    display:none;
}
.product-loop-footer {
    position:relative;
}
.popover-qty.fadein {
    opacity: 1;
    display:flex;
}
.popover-qty {
    position: absolute;
    bottom: 48px;
    left: 50%;
    z-index: 1060;
    width: 160px;
    padding: 1px;
    margin-left: -82px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.42857143;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    display:none;
}
.popover-qty >.arrow, .popover-qty >.arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover-qty > .arrow {
    border-width: 11px;
}

.popover-qty.top >.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0;
}
.popover-qty.top>.arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0;
}
.popover-qty  >.arrow:after {
    content: "";
    border-width: 10px;
}
.popover-qty.top>.arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0;
}
.popover-qty span {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 0 6px;
}
.popover-qty button {
    width: 40px;
    height: 35px;
    text-align: center; 
    border: 1px solid #333 !important;
    background: rgb(240, 240, 240);
    border-radius: 5px;
    padding: 0;
}
.popover-content {
    padding: 5px 10px 15px;
}
.cart-qty {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

/*Categories, rarities*/
.cards-product-categories a,
.cards-product-rarities a {
    cursor:pointer;
}
.cards-product-categories,
.cards-product-rarities {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}
.product-category > a {
    /*background: #fafafa;
    min-height: 140px;*/
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.cards-product-categories {
    gap: 20px;
    /*justify-content: space-between;*/
}
.cards-product-rarities {
    gap:5px;
    margin-top: auto;
}
.cards-product-categories > li {
    list-style: none;
    padding: 0;
    margin: 0;
    border: 1px solid #ccc;
    text-align: center;
    align-items: center;
    display: flex;
    text-align: center;
    justify-content: center;
    padding: 15px;
    flex-direction: column;
    gap:15px;
}

@media (min-width: 0px) {
    .cards-product-categories > li {
        width:100%;
    }
}
@media (min-width: 430px) {
    .cards-product-categories > li {
        width: calc(50% - 10px);
    }
}

@media (min-width: 992px) {
    .cards-product-categories > li {
        width: calc(25% - 15px);
    }
}

.cards-product-rarities > li {
    width: 26px;
    height: 26px;
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    align-items: center;
    display: flex;
    text-align: center;
    justify-content: center;
    padding: 0;
}
.cards-product-rarities a {
    width: 24px;
    height: 24px;
    display: block;
    cursor: pointer;
}

.cards-product-rarities a img {
    width: 24px;
    height: 24px;
    display: block;
}

.products > .product .add-to-cart-wrap.pop-wrapper.added .qtypop {
    display: none;
}
.products > .product .add-to-cart-wrap.pop-wrapper.added .added_to_cart.wc-forward.qtypop {
    display: block;
}
.btn-buylist {
    display:block;
    color: #fff;
    font-weight: 600;
    font-size: 12px;
    padding: 4px 15px;
    border-width: 0;
    border-radius: 1.8em;
    margin-bottom: 10px;
    /*background-color: #eaeaea;*/
    border:1px solid #fed700;
    background-color: #fed700;
    border-radius: 2px;
    color: var(--bs-ec-dark);
    width: 100%;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.btn-buylist:hover {
    background-color: #fed700;
    border:1px solid #ffa500;
}
/*Single Product add to cart*/
.summary .cart {
    position:relative;
}

.summary .cart .popover-qty {
    left: 94px;
    bottom: 65px;
}

/*.single-product .cart .quantity,
.summary .cart button[name='add-to-cart'] {
    display: none !important;
}*/


.cards-product-rarities > li.mythic img {
	filter: invert(51%) sepia(97%) saturate(473%) hue-rotate(355deg) brightness(95%) contrast(92%);
}
.cards-product-rarities > li.uncommon img {
	filter: invert(69%) sepia(0%) saturate(6453%) hue-rotate(315deg) brightness(80%) contrast(115%);
}
.cards-product-rarities > li.rare img {
	filter: invert(71%) sepia(13%) saturate(5108%) hue-rotate(14deg) brightness(101%) contrast(101%);
}

/*Add to cart adjustment*/
.product-loop-footer .price-add-to-cart {
   flex-direction: column;
}

.products>.product .add-to-cart-wrap.pop-wrapper {
    width: 100%;
}

.products>.product .product-loop-footer .add-to-cart-wrap {
    margin-top: 10px;
    width: 100%;
    text-align: center;
}
.add-to-sell-button:before {
    display: none !important;
}

.products>.product .product-loop-footer .add-to-cart-wrap .button, 
.products>.product .product-loop-footer .added_to_cart {
    width: 100%;
    text-indent: unset;
    color: var(--bs-ec-dark);
    padding: 4px 10px;
    font-weight: 600;
    border-radius: 2px;
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 12px;
}
.electro-dark .products>.product .product-loop-footer .added_to_cart {
    color: #fff;
}
.products>.product .product-loop-footer .added_to_cart {
    border: 1px solid #adadad;
}
.products>.product .product-loop-footer .added_to_cart:hover {
    background-color: #e6e6e6;
}
/*.add-to-sell-button {
    background-color: #fed700 !important;
    border: 1px solid #fed700 !important;
    color: var(--bs-ec-dark) !important;
}*/
.button.add_to_cart_button,
.products>.product .product-loop-footer .add-to-cart-wrap .button {
    background-color: #fed700;
    border: 1px solid #fed700;
}
.button.add_to_cart_button {
    font-weight: 600;
}
.products > .product .product-loop-footer .add-to-cart-wrap .button:hover {
    background-color: #fed700;
    border:1px solid #ffa500;
}
/*.add-to-sell-button:hover {
    color: var(--bs-ec-dark) !important;
    border:1px solid #ffa500 !important;
}*/
.products>.product .product-loop-footer .price-add-to-cart {
    height: auto;
    margin-bottom: 0;
}
.products>.product .product-loop-footer .wc-forward:before,
.products>.product .product-loop-footer .button.add_to_cart_button::before {
    display: none;
}
.qtypop {
    cursor: pointer;
}

@media (min-width: 576px) {
    .seller-items .shop-control-bar-bottom, 
    .woocommerce-page .shop-control-bar-bottom {
        flex-wrap: wrap !important;
    }
    .contact_form_buylist {
        width: 100%;
    }

    .contact_form_buylist form {
        max-width: 500px;
        margin: 20px auto 0 !important;
    }
}

/*body.term-buylist .products>.product .product-loop-footer .add-to-cart-wrap {
	display:none !important;
}*/

.woocommerce-cart a.wc-block-cart__submit-button {
    background: #fed700 !important;
    font-weight: 600 !important;
    border-radius: 2px !important;
    color: var(--bs-ec-dark);
}
.woocommerce-cart a.wc-block-cart__submit-button:hover {
    color: var(--bs-ec-dark) !important;
    opacity: 0.75;
}
.cart-minamount svg {
    fill: #cc1818;
}
.disabled {
    pointer-events: none;
}
.woocommerce-cart a.wc-block-cart__submit-button.disabled {
    opacity: 0.5;
}
/*
.woocommerce-order-received .woocommerce-order > div.gcash,
.bacs_details {
    position: relative;
}
.woocommerce-order-received .woocommerce-order > div.gcash:after,
.woocommerce-bacs-bank-details .bacs_details:after {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-position: center 0;
}

.woocommerce-bacs-bank-details .bacs_details:nth-child(3):after {
    background-image: url(../image/bpi-qrcode-resize.png);
}
.woocommerce-bacs-bank-details .bacs_details:nth-child(4):after,
.woocommerce-bacs-bank-details .bacs_details:nth-child(5):after {
    background-image: url(../image/bdo-qrcode-resize.png);
}
.woocommerce-order-received .woocommerce-order > div.gcash:after,
.woocommerce-bacs-bank-details .bacs_details:nth-child(7):after {
    background-image: url(../image/gcash-qrcode-resize.png);
}
.search-results .add-to-cart-wrap.hideme {
    display:none !important;
}
@media (min-width: 0px) {
    .woocommerce-order-received .woocommerce-order > div.gcash {
        height: 700px;
    }
    .bacs_details {
        height: 550px;
    }
    .woocommerce-order-received .woocommerce-order > div.gcash:after,
    .woocommerce-bacs-bank-details .bacs_details:after {
        left: 0;
        width: 100%;
        background-size:contain;
    }
   
    .woocommerce-bacs-bank-details .bacs_details:after {
        height: 500px;
    }
    .woocommerce-order-received .woocommerce-order > div.gcash:after {
        height: 445px;
    }
    .woocommerce-order-received .woocommerce-order > div.gcash:after {
        top: auto;
        bottom: 0px;
    }
    .woocommerce-bacs-bank-details .bacs_details:after {
        top: 60px;
    }
}
@media (min-width: 414px) {
    .woocommerce-order-received .woocommerce-order > div.gcash:after {
        height: 445px;
    }
    .woocommerce-order-received .woocommerce-order > div.gcash:after {
        bottom: 20px;
    }
}
@media (min-width:568px) {
    .woocommerce-order-received .woocommerce-order > div.gcash {
        height: 680px;
    }
}
@media (min-width: 576px) {
    .woocommerce-order-received .category-icons-carousel-v2>div,
    .woocommerce-order-received .container,
    .woocommerce-order-received .container-sm {
        max-width: 90% !important;
    }
    
}
@media (min-width:720px) {
    .woocommerce-order-received .woocommerce-order > div.gcash {
        height: 650px;
    }
}
@media (min-width: 768px) {
    .bacs_details {
        height: 500px;
    }
    .woocommerce-order-received .woocommerce-order > div.gcash:after,
    .woocommerce-bacs-bank-details .bacs_details:after {
        top: -10px;
        height: 500px;
        
    }
    .woocommerce-bacs-bank-details .bacs_details:after {
        left:40%;
        width: 400px;
    }
    .woocommerce-order-received .woocommerce-order > div.gcash:after {
        left: auto;
        width: 310px;
        right: 0;
    }
    .woocommerce-order-received .woocommerce-order > div.gcash {
        height: 520px;
    }
    .woocommerce-order-received .woocommerce-order > div.gcash {
        padding-right: 50%;
    }
}
@media (min-width: 800px) {
    .woocommerce-order-received .woocommerce-order > div.gcash:after {
        left: auto;
        width: 350px;
        right: 0;
    }
}
@media (min-width: 992px) {
    .woocommerce-order-received .woocommerce-order > div.gcash:after,
    .woocommerce-bacs-bank-details .bacs_details:after {
        left: 50%;
    }
    .woocommerce-order-received .woocommerce-order > div.gcash {
        padding-right:500px;
    }
    .woocommerce-order-received .woocommerce-order > div.gcash a {
        text-decoration: underline;
    }
    .woocommerce-order-received .woocommerce-order > div.gcash:after {
        left: auto;
        width: 405px;
        height: 500px;
        right: 0;
    }
}
@media (min-width: 1200px) {
    .woocommerce-order-received .woocommerce-order > div.gcash {
        height: 650px;
    }
    .woocommerce-order-received .woocommerce-order > div.gcash:after {
        height: 580px;
        right: 10%;
    }
}
    */
@media (max-width: 533px) {
    #masthead .stick-this.fadeInDown {
        background: #fff;
    }
}

/*Force price*/
.product-force-price {
    max-width: 800px;
    margin: 0 auto;
    color: #222;
}
.product-force-price th,
.product-force-price td {
    color: #222;
}
.item-prod.hdg {
    font-weight: 700;
    background: rgba(254, 215, 0, 0.5);
    
}
.prod-link a {
    text-decoration: underline;
}
.item-prod.even {
    background: #f5f5f5;
}

/*Collector Number*/
.collector-number {
    font-size: 11px;
    display: block;
    color: #6e767d;
    font-weight: 500;
    line-height: 15px;
}
@media (min-width: 992px) {
    .woocommerce-loop-product__title {
        height: 3.57144em !important;
    }
}
.product-item__thumbnail {
    min-height: 200px !important;
}
.archive .prodname {
    max-height: 35px;
    overflow: hidden; /* Hide overflowing content */
    text-overflow: ellipsis; /* Show ellipsis for overflowing text */
    display: -webkit-box; /* Required for webkit-based browsers */
    -webkit-box-orient: vertical; /* Set the box orientation to vertical */
    -webkit-line-clamp: 2; /* Clamp the text to 2 lines */
    line-clamp: 2; /* Standard property (not widely supported yet) */
    white-space: pre-wrap; /* Preserve whitespace and wrap text */
    word-wrap: break-word; /* Break long words */
}

/*Form*/
div.wpforms-container-full {
    max-width: 800px;
}

li.product.added > div {
    position:relative;
}

li.product.added > div:before {
    content: "";
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    height: 100%;
    width: 100%;
    background: #fff;
    opacity: 0.5;
    z-index: 99;
}
.view-sell-cart {
    display:none;
}
.view-sell-cart-added,
.view-sell-cart {
    border: 1px solid #adadad;
    width: 100%;
    text-indent: unset;
    color: var(--bs-ec-dark);
    padding: 4px 10px;
    font-weight: 600;
    border-radius: 2px;
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 12px;
}
.view-sell-cart-added {
    display: block;
    width: 100%;
}
li.added_to_sell_cart .view-sell-cart {
    display:block;
}

li.added_to_sell_cart .qtypop {
    display: none;
    
}

table.sell-cart {
    max-width: 800px;
    margin: 0 auto 50px;
}
.sell-cart thead {
    font-weight: 600;
}
.sell-cart img {
    max-width: 80%;
    height: auto;
}
.wpforms-submit:active,
.wpforms-submit:selected,
.wpforms-submit:focus {
    outline: none !important;
    box-shadow: none !important;
}

.sell-cart-mini {
    background: url(../image/ic_sell.png) 0 0 no-repeat;
    padding-left: 32px;
    background-size: contain;
    position: relative;
    width: 22px;
    height: 22px;
}
.handheld-header-links .sell-cart-mini {
    padding-left: 0;
}
.sell-cart-mini span {
    background: #fed700;
    font-size: .75em;
    line-height: 20px;
    font-weight: 700;
    width: 20px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    bottom: -12px;
    left: 14px;
    position: absolute;
    height: 20px;
}
.handheld-header-links .sell-cart-mini span {
    font-size: 10px;
    bottom: -8px;
    left: 18px;
    background: #000 !important;
    color: #fff !important;
}
.header-icon {
    margin-left: 15px !important;
}
.sell-cart-empty {
    text-align: center;
}
tr.deleting {
    background:#fff;
    opacity: 0.50;
}
.sell-data-list,
.sell_data,
.sell_data textarea {
    display:none !important;
}
.wpcf7-form {
    max-width: 800px;
    margin: 0 auto;
}

.wpcf7-form .d-flex {
    display: flex;
    flex-wrap: nowrap;
    gap: 15px;
}
.wpcf7-form label {
    margin-bottom: 5px;
    display: block;
    padding-left: 3px;
}
.wpcf7-form textarea {
    height: 120px;
}
.wpcf7-form .wpcf7-submit {
    background: #fed700 !important;
    min-width: 170px;
    font-weight: 700;
    color: #000 !important;
}
.wpcf7-form .wpcf7-submit:active {
    color: #000;
}
.wpcf7-form .wpcf7-submit:hover {
    background: #000 !important;
    color: #fff !important;
}
.wpcf7-form p {
    margin: 0;
}
.wpcf7-form .d-flex,
.wpcf7-form .row-group {
    margin-bottom: 15px;
}

.sell-cart-wrapper {
    overflow: auto;
    margin-bottom: 20px;
}

.sell-cart-wrapper table {
    min-width: 650px;
}

.post-type-archive .product-loop-header {
    pointer-events: none;
}


.wc-block-cart-item__remove-link {
    padding: 2px 8px !important;
    text-decoration: none !important;
}

.products>.product .add-to-cart-wrap .button::before {
    display: none !important;
}


 body.electro-dark a.tt-cursor {
    color: #000;
 }