/* dropdown */
/* Style the button that is used to open the dropdown */
.dropbtn {
    background-color: #000;
    color: white;
    padding: 11px 20px 12px 20px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 5px 0px 0 5px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown_content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown_content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

/* Change color of dropdown links on hover */
.dropdown_content a:hover {
    background-color: #f1f1f1;
}

/* Show the dropdown content when the parent .dropdown has focus */
.dropdown:focus-within .dropdown_content {
    display: block;
}

/* Optional: Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:focus-within .dropbtn {
    background-color: #3e8e41;
}

/* Ensure dropdown closes when clicked outside */
.dropdown_content a {
    cursor: pointer;
}

/* Container for the search input with icon */
.search-container {
    position: relative;
}

/* Style the search input */
.search-input {
    width: calc(100% - 40px);
    /* Adjust width to leave space for the icon */
    padding: 10px;
    padding-right: 40px;
    /* Add padding to the right to make space for the icon */
    font-size: 16px;
    box-sizing: border-box;
}

/* Style for the search icon */
.search-icon {
    position: absolute;
    top: 50%;
    right: 10px;
    /* Position the icon to the right */
    transform: translateY(-50%);
    font-size: 16px;
    color: #aaa;
    cursor: pointer;
}

.new_dropdown_search {
    display: flex;
    width: 100%;
}

.dropbtn img {
    padding-left: 5px;
}

.search-container input.search-input {
    border-radius: 0 5px 5px 0;
    line-height: 39px !important;
    padding: 0px 25px !important;
}


/*20june*/
.brxe-container {
    width: 100% !important;
    padding: 0px 60px;
}

.search_menu_section div#brxe-hdeonm {
    padding: 0 !important;
    width: 100%;
}

.search_menu_section div#brxe-kndcsn {
    width: auto;
}

.search_menu_section div#brxe-xofmmz {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0px;
    gap: 150px;
}

.search_menu_section .search-container {
    width: calc(100% - 160px);
}

.search_menu_section #brxe-xfrvep {
    width: auto;
}

.search_menu_section .dropdown {
    width: auto;
}

.search_menu_section .dropbtn {
    width: 100%;
    text-align: left;
}

.search_menu_section .search-container input.search-input {
    text-align: left;
}

.search_menu_section #brxe-zebveg {
    padding: 0;
}

.search_menu_section .bricks-nav-menu li {
    margin: 0;
}

.search_menu_section #brxe-xfrvep a img {
    width: auto !important;
    max-width: max-content !important;
}

.delivery_icons_section .brxe-block {
    padding: 0 !important;
}

.professional_section div#brxe-flggyv img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.main_header .shipping_blocks>div {
    width: auto;
}

.main_header .shipping_blocks {
    gap: 70px;
    align-items: center;
}

.main_header div#brxe-ogakup {
    align-items: center;
}

.professional_section div#brxe-nvqrti {
    column-gap: 60px;
}

.footer_section div#brxe-ozqtxp {
    width: auto;
    max-width: 600px;
}

.footer_section div#brxe-esujai {
    justify-content: space-between;
}

.footer_section div#brxe-zeakjv {
    width: auto;
}

.footer_section div#brxe-edtlau {
    width: auto;
}

.footer_section div#brxe-hmsjoe {
    width: auto;
}

/* 21june */
.gaming_deals_section .woopspro-product-slider .products li {
    margin: 0px 15px !important;
    padding: 20px !important;
    border: 1px solid rgba(217, 217, 217, 1);
    border-radius: 5px;
    height: auto;
    cursor: pointer;
    transition: all 0.3s ease;
}

/* 
.gaming_deals_section .draggable {
    margin: 0px -15px;
} */

.gaming_deals_section .woopspro-product-slider .products li h2 {
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    margin: 0px 0px;
    color: rgba(0, 0, 0, 1);
}

.gaming_deals_section .woopspro-product-slider .products li li p,
.gaming_deals_section .woopspro-product-slider .products li span {
    font-size: 14px;
    font-weight: 400;
    line-height: 17.07px;
}

.gaming_deals_section .star-rating span:before {
    color: rgba(249, 191, 33, 1);
}

.gaming_deals_section .star-rating span {
    font-size: unset !important;
}


.gaming_deals_section .add_to_cart_button {
    border: 1px solid rgba(217, 217, 217, 0.85) !important;
    background-color: transparent !important;
    margin: 0;
    padding: 10px !important;
    font-family: Montserrat;
    font-size: 16px;
    line-height: 21.94px;
    color: rgba(51, 51, 51, 1) !important;
}

.gaming_deals_section .added_to_cart {
    border: none;
    background-color: transparent;
    margin: 0;
    padding: 0;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 700;
    line-height: 21.94px;
    color: rgba(51, 51, 51, 1);
    text-decoration: underline;
}

.gaming_deals_section .add_to_wishlist {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.gaming_deals_section .slick-track {
    display: flex;
}

.gaming_deals_section .woopspro-product-slider .products li:hover {
    border: 1px solid #000 !important;
}

.gaming_deals_section .woopspro-product-slider .products li:hover .add_to_cart_button {
    background-color: #000 !important;
    color: #fff !important;
}

.gaming_deals_section .woopspro-product-slider .products li .added_to_cart {
    width: 100%;
    text-align: center;
    justify-content: center;
}

.gaming_deals_section .woopspro-product-slider .products {
    padding: 0;
}

.search_menu_section .brxe-container,
.gaming_deals_section .brxe-container,
.professional_section .brxe-container,
.delivery_icons_section .brxe-container {
    padding: 0px 120px !important;
}

.gaming_deals_section .woopspro-product-slider .slick-arrow {
    border: 0.8px solid rgba(0, 0, 0, 1);
    border-radius: 50% !important;
    color: rgba(0, 0, 0, 1);
    box-shadow: 0px 10px 14px 0px rgba(0, 0, 0, 0.11);
    height: 60px;
    width: 60px;
}

.gaming_deals_section .woopspro-product-slider button.slick-next {
    right: 0;
}

.gaming_deals_section .woopspro-product-slider button.slick-prev {
    left: 0;
}

.gaming_deals_section .woopspro-product-slider .slick-list {
    padding-bottom: 0;
}

.newsletter_section div#brxe-gfcesl {
    padding: 20px 0px 0px 60px;
    background-position: center;
    background-repeat: no-repeat;
}

.newsletter_section div#brxe-zcudxp {
    right: 20px;
    position: relative;
    top: 90px;
}

.newsletter_section div#brxe-zcudxp img {
    width: auto;
}

.delivery_icons_section div#brxe-ezszri {
    padding: 25px !important;
}

.delivery_icons_section .subscription-form button:hover {
    background-color: #fff;
}

.gaming_deals_section .woocommerce-reviews {
    display: flex;
    align-items: center;
    gap: 5px;
}

.gaming_deals_section .custom-price-add-to-cart {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
    flex-wrap: wrap;
    text-align: center;
    justify-content: space-between;
}

.gaming_deals_section .woopspro-product-slider .products li .custom-price bdi,
.gaming_deals_section .woopspro-product-slider .products li .custom-price bdi span {
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: rgba(0, 0, 0, 1);
}

.gaming_deals_section .woopspro-product-slider button.slick-prev,
.gaming_deals_section .woopspro-product-slider button.slick-prev:hover,
.gaming_deals_section .woopspro-product-slider button.slick-prev:focus {
    background: #fff url(https://ascon.host9.karlog-it.dk/wp-content/uploads/2024/06/Vector-1.png) center center no-repeat !important;
}

.gaming_deals_section .woopspro-product-slider button.slick-next,
.gaming_deals_section .woopspro-product-slider button.slick-next:hover,
.gaming_deals_section .woopspro-product-slider button.slick-next:focus {
    background: #fff url(https://ascon.host9.karlog-it.dk/wp-content/uploads/2024/06/Vector.png) center center no-repeat !important;
}

.newsletter_section div#brxe-zqggau {
    background-image: none !important;
}

.newsletter_section .subscription-form button:hover {
    background-color: #000;
    color: #fff;
    border: 1px solid #fff;
}

body.bricks-is-frontend :focus {
    outline: 0px !important;
}

/* 24june */
.footer_section div#brxe-esujai>div a {
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 400;
    color: #545454;
    line-height: 34px;
}

.gaming_deals_section .woopspro-product-slider .products li p,
.gaming_deals_section .woopspro-product-slider .products li .woocommerce-product-custom-text,
.newsletter_section .subscription-form button {
    font-family: Montserrat;
}

/*2&3 july 2024 */
.custom_mega_menu a.brxe-text-link {
    color: #545454;
}

.custom_mega_menu a.brxe-text-link:hover {
    color: #000 !important;
}

.gaming_deals_section .woopspro-product-slider .products li {
    display: flex;
    flex-direction: column;
    height: auto;
}

.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    height: auto;
}

.gaming_deals_section .custom-price-add-to-cart {
    height: auto;
    margin-top: auto;
}

.gaming_deals_section .woopspro-product-slider .products li h2 {
    min-height: 60px;
}

.brx-dropdown-content>div:last-child {
    min-width: 335px;
}

.brx-dropdown-content>div:last-child img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.brx-dropdown-content>div:last-child>div {
    height: 100%;
    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.custom_mega_menu a.brxe-text-link {
    margin-bottom: 10px;
}

#brxe-xgoycw .brx-nav-nested-items>.brxe-dropdown.open>.brx-dropdown-content {
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
    gap: 10px;
}

.custom_mega_menu ul li:first-child {
    display: none;
}

.custom_mega_menu #brxe-xgoycw.brx-open .brx-nav-nested-items, #brxe-xgoycw .brx-dropdown-content {
    transition: width 0.5s ease;
}
.cstm_crt_count {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}


.cstm_cart_count a,.cstm_cart_count span {
    position: absolute;
    top: -32%;
    right: -32%;
    background: #000;
    height: 18px;
    width: 18px !important;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
}

.alg-wc-wl-empty-wishlist {
    text-align: center;
    padding-top: 40px;
}
/* 5july css start*/
.searchBar_container {
    display: flex;
}

.searchBar_container .search_input_container {
    width: 100%;
    position: relative;
}

.searchBar_container .category_dropdown {
    background: rgba(0, 0, 0, 1);
    color: #fff;
    height: 100%;
}

.searchBar_container .input_icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.searchBar_container .input_icon .search_icon {
    position: absolute;
    right: 30px;
}
.search_input_container span#cancel_search {
    position: absolute;
    right: 10px;
    cursor: pointer;
}
.searchBar_container .ajax_search_result {
    position: absolute;
    z-index: 99;
    background: #fff;
    width: 100%;
    max-height: 700px;
    padding: 20px;
    border-radius: 10px;
    overflow-y: auto;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.searchBar_container .ajax_search_result ul {
    list-style: none;
    padding: 0;
}
.search_input_container .search_product_result_listing ul li.result_li {
    margin-bottom: 20px;
}

.searchBar_container .result_li a {
    display: flex;
    align-items: center;
    gap: 20px;
}

.searchBar_container .result_li a img {
/* 	height: 100px;
	width: 100px;
	object-fit: contain; */
	max-width: 80px;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.loader {
    display: none;
    border: 8px solid rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    border-top: 8px solid #3498db;
    width: 60px;
    height: 60px;
    animation: spin 1s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-left: -30px;
}
.category_dropdown select.category_select {
    border: 1px solid #000;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.results {
    margin-top: 20px;
    padding: 10px;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
}
.searchBar_container .input_icon input {
    border-radius: 0px 7px 7px 0px;
}

.category_dropdown select.category_select {
    border-radius: 7px 0px 0px 7px;
    background: #000;
/* 	background: none; */
	background-image:none;
}

.searchBar_container .category_dropdown {
    border-radius: 7px 0px 0px 7px;
    min-width: 240px;
}
.loader {
    display: none;
    border: 8px solid rgba(0, 0, 0, 0.3);
    border-radius: 50%;
    border-top: 8px solid #3498db;
    width: 30px;
    height: 30px;
    animation: spin 1s linear infinite;
    /* position: absolute; */
    top: 50%;
    left: 50%;
    margin-top: -23px;
    margin-left: 350px;
    justify-content: end !important;
    align-items: end;
    
}

/*5 july css end*/

/* 8 july css */

.brxe-section.search_menu_section .searchBar_container .category_dropdown{
 position: relative;
    z-index: 1:
}
.brxe-section.search_menu_section .searchBar_container .category_dropdown::after{
    position: absolute;
    content:'';
    /*background-image: url('https://ascon.host9.karlog-it.dk/wp-content/uploads/2024/07/Vector-2.svg');*/
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    width: 14px;
    height: 9px;
    right: 15px;
    top: 50%;
    z-index: 99;
    transform: translateY(-50%);
}
.brxe-section.search_menu_section .searchBar_container .ajax_search_result {
    max-height: 500px!important;
}
.searchBar_container .ajax_search_result ul li.result_li .p_ttl_price h2{
    font-family: Montserrat;
    font-size: 20px;
    font-weight: 600;
    line-height: 28px;
    color: rgba(0, 0, 0, 1);
}
.brxe-section.search_menu_section  .category_dropdown select.category_select option {
    margin-bottom: 10px!important;
	padding-bottom: 10px!important;
}
.search_bar_shortcde {
    position: relative;
}
.search_bar_shortcde .loader {
    display: none;
    /* right: 0; */
    position: absolute;
    top: 5px;
    margin: 0;
    left: 90%;
}



@media only screen and (max-width:1599px) {
    .gaming_deals_section .woopspro-product-slider .products li h2 {
/*         min-height: 80px; */
    }

    .main_header .shipping_blocks {
        gap: 25px;
    }

    .brxe-container {
        padding: 0px 40px;
    }

    .search_menu_section div#brxe-xofmmz {
        gap: 60px;
    }

    .professional_section div#brxe-nvqrti {
        column-gap: 40px;
    }

    .footer_section div#brxe-ozqtxp {
        max-width: 350px;
    }

    .main_header #brxe-yxjgbq {
        padding-right: 15px;
    }

    .search_menu_section .brxe-container,
    .gaming_deals_section .brxe-container,
    .professional_section .brxe-container,
    .delivery_icons_section .brxe-container {
        padding: 0px 60px !important;
    }

    .newsletter_section div#brxe-zqggau {
        width: 50%;
    }

}

@media only screen and (max-width:1199px) {
    .gaming_deals_section .woopspro-product-slider .products li h2 {
        min-height: 60px;
    }

    .footer_section div#brxe-ozqtxp {
        max-width: 200px;
    }

    .search_menu_section div#brxe-xofmmz {
        gap: 40px;
    }

    .search_menu_section .brxe-container,
    .gaming_deals_section .brxe-container,
    .professional_section .brxe-container,
    .delivery_icons_section .brxe-container {
        padding: 0px 30px !important;
    }

    .brxe-container {
        padding: 0px 30px;
    }

    .search_menu_section #brxe-xfrvep {
        column-gap: 15px;
    }

    .newsletter_section .subscription-form button {
        width: 25%;
    }

    .newsletter_section div#brxe-gfcesl {
        align-items: self-end;
    }

    .delivery_icons_section div#brxe-wavqoa a {
        line-height: 1.4;
        margin-bottom: 5px;
    }


}

@media only screen and (max-width:991px) {
    #brxe-mabeex .bricks-nav-menu {
        gap: 50px !important;
    }

    .search_menu_section #brxe-xfrvep img,
    .search_menu_section #brxe-xfrvep a img {
        max-width: 20px !important;
        height: 20px;
    }

    .search_menu_section #brxe-xfrvep {
        align-items: center;
    }

    .search_menu_section div#brxe-xofmmz {
        gap: 20px;
    }


    .new_dropdown_search {
        justify-content: center;
    }

    .main_header div#brxe-ogakup {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }

    .main_header div#brxe-azuqjl {
        width: 100%;
        justify-content: center;
    }

    .main_header #brxe-ejdhyd {
        width: 100%;
        justify-content: center;
    }

    .main_header #brxe-jvuahi {
        max-width: 100%;
        width: 100%;
        text-align: center;
        justify-content: center;
    }

    .main_header div#brxe-tahcwa {
        max-width: 100%;
        width: 100%;
        justify-content: center;
    }

    .search_menu_section .search-container {
        width: 60%;
    }

    .delivery_icons_section div#brxe-ezszri {
        padding: 20px !important;
        flex-wrap: wrap;
        width: 100%;
        justify-content: flex-start;
        gap: 20px;
    }

    .delivery_icons_section .brxe-block {
        width: calc(50% - 20px);
    }

    .delivery_icons_section #brxe-hzrode {
        justify-content: flex-start;
    }

    .newsletter_section div#brxe-gfcesl {
        padding: 20px 0px 0px 30px;
        flex-direction: column;
    }

    #brxe-btfcxp {
        width: 100% !important;
    }

    .newsletter_section div#brxe-zqggau {
        width: 100%;
    }

    .newsletter_section div#brxe-zcudxp {
        display: none;
    }

    .footer_section div#brxe-esujai>div {
        width: calc(50% - 30px);
    }

    .footer_section div#brxe-esujai {
        flex-wrap: wrap;
        gap: 30px;
    }

    .footer_section div#brxe-esujai>div a {
        font-size: 16px;
        line-height: 1.4;
    }

    .brx-dropdown-content>div:last-child {
        min-width: 280px;
    }

    .search_menu_section div#brxe-xofmmz {
        display: flex;
        flex-wrap: wrap;
    }

    .search_menu_section div#brxe-kndcsn {
        order: 1;
    }

    .search_menu_section div#brxe-hdeonm {
        order: 3;
        width: 85% !important;
		margin-left: 15%;
    }

    .search_menu_section #brxe-xfrvep {
        order: 2;
    }

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

    .search_menu_section {
        position: relative;
    }

    .search_menu_section div#brxe-boobzq {
        padding: 0;
        position: absolute;
        bottom: 30px;
        right: 30px;
        width: auto;
    }

    .search_menu_section div#brxe-xofmmz>div {
        width: 48%;
    }
    .custom_mega_menu ul li:first-child {
        display: block;
    }

  /* #brxe-xgoycw.brx-open .brx-nav-nested-items {
        left: 50%;
    }

    [data-script-id=xgoycw] .brx-nav-nested-itemss {
        left: 100%;
        width: 100%;
        right: 0;
    } */
	
	.searchBar_container .ajax_search_result ul li.result_li .p_ttl_price h2 {
     font-size: 18px;
      line-height: 1.2;
   
}
	.searchBar_container .result_li a img {
    max-width: 60px;
 }
	.searchBar_container .ajax_search_result ul li.result_li .p_ttl_price span.p_price {
    font-size: 14px;
    line-height: 1.2;
}
}

@media only screen and (max-width:767px) {
	.category_dropdown {
		display:none;	
	}

    .search_menu_section div#brxe-boobzq {
        bottom: 25px;
        left: 15px;
    }

    #brxe-xgoycw.brx-open .brx-nav-nested-items {
        width: 75% !important;
    }

    .delivery_icons_section .brxe-block {
        width: 100%;
    }

    .delivery_icons_section div#brxe-ezszri {
        justify-content: center;
    }

    .gaming_deals_section .woopspro-product-slider .products li {
        padding: 10px !important;
    }

    .gaming_deals_section .woopspro-product-slider .products li h2 {
        font-size: 18px;
    }

    .gaming_deals_section .woopspro-product-slider .products li .custom-price bdi,
    .gaming_deals_section .woopspro-product-slider .products li .custom-price bdi span {
        font-size: 16px;
    }

    .gaming_deals_section .add_to_cart_button {
        font-size: 14px;
    }

    .professional_section #brxe-flggyv {
        width: 100%;
    }

    #brxe-alwihe {
        width: 100% !important;
    }

    .brxe-container {
        padding: 0px 15px !important;
    }

    .professional_section div#brxe-nvqrti {
        gap: 20px;
    }

    .search_menu_section .brxe-container,
    .gaming_deals_section .brxe-container,
    .professional_section .brxe-container,
    .delivery_icons_section .brxe-container {
        padding: 0px 15px !important;
    }

    .newsletter_section div#brxe-gfcesl {
        padding: 20px 20px 0px;
    }

    .main_header .shipping_blocks {
        gap: 10px;
    }

    .search_menu_section #brxe-wuqtky>div {
        width: 100% !important;
    }

    .search_menu_section div#brxe-smpnli {
        width: 100%;
    }

    .banner_section div#brxe-jbqqmq {
        width: 100%;
    }

    .banner_section div#brxe-absccj {
        gap: 20px;
    }

    .banner_section div#brxe-fnqyjx {
        gap: 20px;
    }

    .main_header .shipping_blocks {
        gap: 10px;
    }

    .footer_section div#brxe-ozqtxp {
        max-width: 100%;
    }

    .gaming_deals_section .woopspro-product-slider .slick-arrow {
        height: 40px;
        width: 40px;
    }

    .footer_section div#brxe-ozqtxp {
        max-width: 100%;
    }

    .footer_section div#brxe-xdhgpy {
        justify-content: center;
        align-items: center;
        gap: 10px;
        text-align: center;
    }

    .footer_section div#brxe-frbaxc {
        align-items: center;
    }

    .footer_section p#brxe-brbtpw {
        width: 100%;
    }

    .subscription-form input[type="email"] {
        width: 60% !important;
    }

    .brx-dropdown-content>div:last-child {
        min-width: 100%;
        gap: 10px;
    }

    .brx-dropdown-content>div:last-child>div {
        width: 100%;
    }
	.searchBar_container .ajax_search_result ul li.result_li .p_ttl_price h2 {
      font-size: 16px;
      line-height: 1.2;
    
}

}

@media only screen and (max-width:575px) {
    .footer_section div#brxe-esujai>div {
        width: 100%;
    }

    .search_menu_section div#brxe-xofmmz>div {
        width: 35%;
    }

    .search_menu_section .dropbtn {
        padding: 6px;
        font-size: 12px;
        display: flex;
        height: 100%;
        justify-content: center;
        align-items: center;
    }

    .search_menu_section .search-container input.search-input {
        padding: 5px !important;
    }

    .search_menu_section .search-container {
        width: 55%;
    }

    .search-container input.search-input {
        line-height: 28px !important;
    }

    .footer_section div#brxe-esujai>div a {
        font-size: 14px;
        line-height: 1.4;
    }
	.searchBar_container .result_li a {
    flex-direction: column;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.search_input_container .search_product_result_listing ul li.result_li {
    margin-bottom: 10px;
}
}


stock available-on-backorder
.stock-status {
    position: relative;
    display: inline-block;
    cursor: help;
}

.stock-status:hover::after {
    content: attr(title);
    position: absolute;
    left: 50%;
    top: 120%;
    transform: translateX(-50%);
    background: rgba(0, 0, 0, 0.8);
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    white-space: nowrap;
    font-size: 12px;
    z-index: 10;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

.stock {
    position: absolute;
    right: 5px;
    padding: 2px;
    background-color: white;
    border-radius: 999px;
}
