/******* Do not edit this file *******
Woody Code Snippets CSS and JS
Saved: Jul 20 2024 | 04:10:55 */
/* Common styles */

.custom-related-products-container {
    margin-bottom: 20px;
	
}

.custom-related-products-container .custom-products {
    list-style: none;
    margin: 10px;
    padding: 0;
}

.custom-related-products-container .custom-product {
    display: inline-block;
    padding: 20px;
}

.custom-related-products-container .custom-product .product-thumbnail {
    width: 100%;
    height: auto;
}
.custom-product-title{
	color:#c96;
}

/* Desktop */
@media (min-width: 992px) {
    .custom-related-products-container .custom-products {
        display: flex;
        flex-wrap: wrap;
    }

    .custom-related-products-container .custom-product {
        width: 25%;
    }
}

/* Tablet */
@media (min-width: 768px) and (max-width: 991px) {
    .custom-related-products-container .custom-products {
        display: flex;
        flex-wrap: wrap;
    }

    .custom-related-products-container .custom-product {
        width: 33.3333%;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .custom-related-products-container .custom-products {
        display: flex;
        flex-wrap: wrap;
    }

    .custom-related-products-container .custom-product {
        width: 50%;
    }
}

#nav_menu-5 .brand-story a {
	color: #f00;
    font-weight: bold;
    font-size: 13pt;
}

.available-on-backorder , .backorder_notification{
	font-size:1.5em!important;
	color:red!important;
}
