<div class="categories_with_images_item_info_name">Halloween Animatronics</div> {
    display: none;
}

/* Halloween Ghost - https://www.cursors-4u.com/cursor/hol221 */
* {
  cursor: url('https://cdn.cursors-4u.net/previews/halloween-ghost-73f1be7e-32.webp') 32 32, auto !important;
}
/* End www.Cursors-4U.com Code */


.categories_with_images_item_info_name {
    display: none !important;
}
.categories_with_images_item_info_shop {
    display: none !important;
}
#header2_nav a {
    color: #000000; /* Replace with your desired color code */
}

#header2_nav a, 
#header2_nav a span {
    color: #000000 !important; /* Replace with your desired color code */
}

span[data-lang="Store"] {
    color: #000000; /* Replace with your desired color code */
}

#footer_copyright {
    color: #000000; /* Replace with your desired color code */
}

span[data-lang="Privacy"] {
    color: #000000; /* Replace with your desired color code */
}
span[data-lang="Terms"] {
    color: #000000; /* Replace with your desired color code */
}

span[data-lang="Sitemap"] {
    color: #000000; /* Replace with your desired color code */
}

span[data-lang="Newsletter"] {
    color: #000000; /* Replace with your desired color code */
}
span[data-lang="Store Links"] {
    color: #000000; /* Replace with your desired color code */
}

.new_product_item {
    background-color: #000000; /* Replace with your desired color code */
    padding: 10px; /* Optional: Add padding for better spacing */
    border-radius: 5px; /* Optional: Add rounded corners */
}
.browse_product_item {
    background-color: #000000; /* Replace with your desired color code */
    padding: 10px; /* Optional: Add padding for better spacing */
    border-radius: 5px; /* Optional: Add rounded corners */
}

#tab_content_item_description {
    background-color: #000000; /* Replace with your desired color code */
    padding: 15px; /* Optional: Add padding for better spacing */
    border-radius: 5px; /* Optional: Add rounded corners */
    color: #FFFFFF; /* Optional: Change text color for better contrast */
}
.featured_product_item { /* Replace with the correct class for featured products */
    background-color: #000000; /* Replace with your desired color code */
    padding: 10px; /* Optional: Add padding for better spacing */
    border-radius: 5px; /* Optional: Add rounded corners */
}

.hallocount-widget {
    margin: 0 auto;
    height: 162px;
    width: 180px;
    background-repeat: no-repeat;
    background-size: 180px 162px;
    text-align: center;
    position: relative;
}

.hallocount-widget .countdown-text {
    font-weight: normal;
    font-size: 15px;
    text-align: center;
    line-height: 105%;
    font-family: comic sans ms;
    color: #FFFF00;
    position: absolute;
    width: 100%;
}

/* Specific styles for each background image */
.hallocount-widget.vampy {
    background-image: url('img/vampy.png');
}

.hallocount-widget.vampy .countdown-text {
    padding-top: 95px;
}

.hallocount-widget.moon {
    background-image: url('img/moon.png');
}

.hallocount-widget.moon .countdown-text {
    padding-top: 65px;
    color: #000000!important;
}

.hallocount-widget.cauldron {
    background-image: url('img/cauldron.png');
}

.hallocount-widget.cauldron .countdown-text {
    padding-top: 90px;
}

.hallocount-widget.candy {
    background-image: url('img/candy.png');
}

.hallocount-widget.candy .countdown-text {
    padding-top: 80px;
    color: #000000!important;
    font-weight:bold;
}
.hallocount-widget.ghost {
    background-image: url('img/ghost.png');
}

.hallocount-widget.ghost .countdown-text {
    padding-top: 75px;
    color: #000000!important;
}
.hallocount-widget.dracula {
    background-image: url('img/dracula.png');
}

#logo {
    width: 300px; /* Replace with your desired width */
    height: auto; /* Maintain aspect ratio */


.content-box {
    border: 2px solid #B80000; /* Change the color and thickness of the border */
    padding: 15px; /* Add padding inside the box */
    border-radius: 5px; /* Optional: Add rounded corners */
    background-color: #ffffff; /* Optional: Set a background color */
}

.content-box {
    border: 2px solid #B80000; /* Change the color and thickness of the border */
    padding: 15px; /* Add padding inside the box */
    border-radius: 5px; /* Optional: Add rounded corners */
    background-color: #ffffff; /* Optional: Set a background color */
}

.category-box { /* Replace with the actual class used for your category boxes */
    width: 600px; /* Set the desired width */
    height: 400px; /* Set the desired height */
    padding: 20px; /* Optional: Add padding inside the box */
    margin: 10px; /* Optional: Add margin around the box */
    box-sizing: border-box; /* Ensure padding is included in the total width/height */
}



}

#browse_search_results {
    color: #000000; /* Replace with your desired color code */
}