.thumbnail_img{
    width: 300px;
    height: 300px;
}

#custom_sale_regular_price{
    font-size: 22px;
    opacity: 1;
    font-weight: 400;
    color: red;
    text-decoration: line-through;
}
#custom_sale_default_price{
    font-size: 30px;
    color: var(--special-color);
    font-weight: 500;
}




.sale_product_section_product {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 10px;
    background: none; 
}

.sale_product_image_section {
    width: 100%; 
    max-width: 300px; 
    overflow: hidden; 
}

.sale_product_image_section img {
    width: 100%; 
    height: 100%; 
	max-width: 300px;
}

.sale_product_section_product_title {
    width: 100%; 
    max-width: 300px; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    margin: 10px 0; 
}
.sale_product_section_product_prices {
    display: flex;
    justify-content: center; 
	align-items: center;
    width: 100%;
    max-width: 300px; 
}

.custom_sale_punchline{
    text-align:center;
    margin:auto;
}
.custom_sale_title{
    text-align:center;
    margin:auto;
    font-size:28px;
    padding-top:12px;
    font-weight:600;
}


#sale_product_regular_price,
#sale_product_default_price {
	display:inline-block;
    margin: 0 5px; 
}

#banner_above_header{
    display:none;
}

#banner_above_header_text{
    text-align: center;
    font-size:12px;
}


@media (max-width:333px){

    #banner_above_header{
        display:flex;
        flex-direction: column;
    }


    .custom_sale_warning_banner{
        height:150px;
    }

    .custom_sale_warning_text{
        padding-top:40px;
    }

    .custom_sale_title{
        font-size:18px;
    }

    .sale_product_section{
        width:100%;
        display:flex;
        margin:auto;
        flex-wrap:wrap;
        justify-content: center;
    }

    .custom_sale_header_banner{
        width:100%;
        height:250px;
        position:relative;
        display:none;
    }

    #custom_sale_header_banner_title{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: darkred;
        color: white;
        width: 70%;
        font-size: 24px;
        text-align: center;
        padding: 5%;
    }

    .sale_product_section_product{
        width: 100%;
    }

    .sale_product_section_product_title{
        height:75px;
        margin-bottom:1%;
    }

    .sale_product_image_section{
        height: 150px !important;
    }
    .sale_product_section_product_prices{
        text-align: center;
        margin-top:25%;
        margin-bottom:7%;
        padding-top:10%;
    }
    #sale_product_regular_price{
        font-size:18px;
        color:lightgray;
        text-decoration: line-through;
        opacity:0.8;
    }
    #sale_product_default_price{
        font-size:20px;
        color:red;
        font-weight:500;
        margin-right:5%;
    }

    .sale_product_button{
        padding:3%;
    }
    .custom_sale_text_area {
        background-color: rgb(255, 255, 255);
        color: black;
        padding: 3px;
        margin-left: 2%;
        margin-right: 2%;	
        margin-top: 2px;
        border-radius: 1px;
        text-align: center; /* Center-align the text */
    }

    .sale_product_section_product_addToCart{
        display:flex;
        justify-content: space-evenly;
    }
    .custom_sale_mobile_banner{
        position:relative;
        display:block;
        height:250px;
        width:100%;
    }
}


@media (min-width:334px) and (max-width:425px){
    .custom_sale_text_area {
        background-color: rgb(255, 255, 255);
        color: black;
        padding: 2px;
        margin-left: 5%;
        margin-right: 5%;	
        margin-top: 5px;
        border-radius: 3px;
        text-align: center; /* Center-align the text */
    }

    #banner_above_header{
        display:flex;
        flex-direction: column;
    }

    .custom_sale_warning_text{
        padding-top:50px;
    }

    .custom_sale_warning_banner{
        height:175px;
    }

    .custom_sale_title{
        font-size:20px;
    }

    .custom_sale_mobile_banner{
       position:relative;
        display:block;
        height:250px;
        width:100%;
    }

    .sale_product_section{
        width:95%;
        display:flex;
        margin:auto;
        flex-wrap:wrap;
        justify-content: center;
    }

    .custom_sale_header_banner{
        display:none;
        width:100%;
        height:250px;
        position:relative;
    }

    #custom_sale_header_banner_title{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: darkred;
        color: white;
        width: 70%;
        font-size: 24px;
        text-align: center;
        padding: 5%;
    }

    .sale_product_section_product_title{
        height:75px;
        margin-bottom:1%;
    }

    .sale_product_image_section{
        height: 150px !important;
    }
    .sale_product_section_product_prices{
        text-align: center;
        margin-top:5%;
        margin-bottom:7%;
        padding-top:10%;
    }
    #sale_product_regular_price{
        font-size:18px;
        color:lightgray;
        text-decoration: line-through;
        opacity:0.8;
    }
    #sale_product_default_price{
        font-size:20px;
        color:red;
        font-weight:500;
        margin-right:5%;
    }

    .sale_product_button{
        padding:3%;
    }

    

    .sale_product_section_product_addToCart{
        display:flex;
        justify-content: space-evenly;
    }
	#sale_product_title{
        font-size:5vw;
    }

}



@media (min-width:426px) and (max-width:767px){

    .custom_sale_text_area {
        background-color: rgb(255, 255, 255);
        color: black;
        padding: 5px;
        margin-left: 5%;
        margin-right: 5%;	
        margin-top: 5px;
        border-radius: 3px;
        text-align: center; /* Center-align the text */
    }

    #banner_above_header{
        display:flex;
        flex-direction: column;
        
    }
    .custom_sale_warning_banner{
        height:175px;
    }

    .custom_sale_punchline{
        font-size:20px;
        margin: 0px;
        text-align: center;
    }

    .custom_sale_warning_text{
        padding-top:60px;
    }

    .custom_sale_title{
        font-size:24px;
        margin: 0px;
        text-align: center;
    }

    .custom_sale_mobile_banner{
        display:none;
    }
    .sale_product_section{
        width:85%;
        display:flex;
        margin:auto;
        flex-wrap:wrap;
        justify-content: center;
    }

    .custom_sale_header_banner{
        width:100%;
        height:250px;
        position:relative;
    }

    #custom_sale_header_banner_title{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color:darkred;
        color:white;
        padding:4% 7%;
        font-size:28px;
    }
    #sale_product_title{
        font-size:2.5vw;
    }

    .sale_product_section_product{
        padding:0% 0% 0% 0%;
    }

    .sale_product_section_product_title{
        height:50px;
        margin-bottom:1%;
    }

    .sale_product_image_section{
        height: 250px !important;
		width: 100% !important;
    }
    .sale_product_section_product_prices{
        text-align: center;
        margin-bottom:7%;
    }
    #sale_product_regular_price{
        font-size:18px;
        color:lightgray;
        text-decoration: line-through;
        opacity:0.8;
    }
    #sale_product_default_price{
        font-size:20px;
        color:red;
        font-weight:500;
        margin-right:5%;
    }

    .sale_product_button{
        padding:3%;
    }

    

    .sale_product_section_product_addToCart{
        display:flex;
        justify-content: space-evenly;
    }
}

@media screen and (min-width:768px) and (max-width:1060px){

    .custom_sale_text_area {
        background-color: rgb(255, 255, 255);
        color: black;
        padding: 20px;
        margin-left: 5%;
        margin-right: 5%;	
        margin-top: 5px;
        border-radius: 3px;
        text-align: center; /* Center-align the text */
    }

    .custom_sale_warning_text{
        padding:60px;
    }
    .custom_sale_warning_banner{
        height:210px;
    }

    .custom_sale_title{
        font-size:26px;
    }

    .custom_sale_mobile_banner{
        display:none;
    }

    .sale_product_section{
        width:80%;
        display:flex;
        margin:auto;
        flex-wrap:wrap;
        justify-content: center;
    }

    .custom_sale_header_banner{
        width:100%;
        height:250px;
        position:relative;
    }

    #custom_sale_header_banner_title{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: darkred;
        color: white;
        padding: 4% 7%;
        font-size: 32px;
    }
    #sale_product_title{
        font-size:2vw;
    }

    .sale_product_section_product{
        padding:3% 3% 3% 3%;
    }

    .sale_product_section_product_title{
        height:75px;
        margin-bottom:1%;
    }

    .sale_product_image_section{
        height: 250px !important;
    }
    .sale_product_section_product_prices{
        text-align: center;
        margin-bottom:7%;
    }
    #sale_product_regular_price{
        font-size:16px;
        color:lightgray;
        text-decoration: line-through;
        opacity:0.8;
    }
    #sale_product_default_price{
        font-size:20px;
        color:red;
        font-weight:500;
        margin-right:5%;
    }

    .sale_product_button{
        padding:3%;
    }
    .sale_product_section_product_addToCart{
        display:flex;
        justify-content: space-evenly;
    }
}

@media screen and (min-width:1061px) and (max-width:1440px){


    .custom_sale_title{
        font-size:26px;
    }
    .custom_sale_warning_banner{
        height:190px;
    }

    .custom_sale_warning_text{
        padding:75px;
    }

    .custom_sale_mobile_banner{
        display:none;
    }   
        .sale_product_section{
        width:80%;
        display:flex;
        margin:auto;
        flex-wrap:wrap;
        justify-content: center;
    }

    .custom_sale_header_banner{
        width:100%;
        height:250px;
        position:relative;
    }
    #sale_product_title{
        font-size:1.5vw;
    }

    #custom_sale_header_banner_title{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color:darkred;
        color:white;
        padding:2% 10% 2% 10%;
        font-size:2vw;
    }

    .sale_product_section_product{
        padding:3% 3% 3% 3%;
    }

    .sale_product_section_product_title{
        height:75px;
        margin-bottom:1%;
    }

    .sale_product_image_section{
        height: 225px !important;
    }
    .sale_product_section_product_prices{
        text-align: center;
        margin-bottom:7%;
    }
    #sale_product_regular_price{
        font-size:20px;
        color:lightgray;
        text-decoration: line-through;
        opacity:0.8;
    }
    #sale_product_default_price{
        font-size:24px;
        color:red;
        font-weight:500;
        margin-right:5%;
    }

    .sale_product_button{
        padding:3%;
    }

    .sale_product_section_product_addToCart{
        display:flex;
        justify-content: space-evenly;
    }
}

@media screen and (min-width:1440px) and (max-width:1920px){

    .custom_sale_text_area {
        background-color: rgb(255, 255, 255);
        color: black;
        padding: 15px;
        margin-left: 2%;
        margin-right: 2%;	
        margin-top: 2px;
        border-radius: 1px;
        text-align: center; /* Center-align the text */
    }
    .custom_sale_warning_text{
        padding:30px;
    }

    .custom_sale_title{
        font-size:26px;
    }

    .custom_sale_mobile_banner{
        display:none;
    }

    .sale_product_section{
        width:80%;
        display:flex;
        margin:auto;
        flex-wrap:wrap;
        justify-content: center;
    }

    .custom_sale_header_banner{
        width:100%;
        height:250px;
        position:relative;
    }
    #sale_product_title{
        font-size:24px;
    }

    #custom_sale_header_banner_title{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color:darkred;
        color:white;
        padding:2% 10% 2% 10%;
        font-size:2vw;
    }

    .sale_product_section_product{
        padding:3% 3% 3% 3%;
    }

    .sale_product_section_product_title{
        height:100px;
        margin-bottom:1%;
    }

    .sale_product_image_section{
        height: 275px !important;
    }
    .sale_product_section_product_prices{
        text-align: center;
        margin-bottom:7%;
    }
    #sale_product_regular_price{
        font-size:24px;
        color:lightgray;
        text-decoration: line-through;
        opacity:0.8;
    }
    #sale_product_default_price{
        font-size:28px;
        color:red;
        font-weight:500;
        margin-right:5%;
    }

    .sale_product_button{
        padding:3%;
    }

    

    .sale_product_section_product_addToCart{
        display:flex;
        justify-content: space-evenly;
    }

}


@media screen and (min-width:1920px){
    .custom_sale_warning_text{
        padding:75px;
    }

    .custom_sale_mobile_banner{
        display:none;
    }

    .sale_product_section{
        width:80%;
        display:flex;
        margin:auto;
        flex-wrap:wrap;
        justify-content: center;
    }

    .custom_sale_header_banner{
        width:100%;
        height:250px;
        position:relative;
    }
    #sale_product_title{
        font-size:24px;
    }

    #custom_sale_header_banner_title{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color:darkred;
        color:white;
        padding:2% 10% 2% 10%;
        font-size:2vw;
    }

    .sale_product_section_product{
        padding:3% 3% 3% 3%;
    }

    .sale_product_section_product_title{
        height:75px;
        margin-bottom:1%;
    }

    .sale_product_image_section{
        height: 275px !important;
    }
    .sale_product_section_product_prices{
        text-align: center;
        margin-bottom:7%;
    }
    #sale_product_regular_price{
        font-size:24px;
        color:lightgray;
        text-decoration: line-through;
        opacity:0.8;
    }
    #sale_product_default_price{
        font-size:28px;
        color:red;
        font-weight:500;
        margin-right:5%;
    }

    .sale_product_button{
        padding:3%;
    }

    .sale_product_fixed_price{
        text-align: center;
    }

    .sale_product_section_product_addToCart{
        display:flex;
        justify-content: space-evenly;
    }
    .single_price_section{
        display:flex;
        justify-content:space-evenly;
    }
    .custom_sale_text_area {
        background-color: rgb(255, 255, 255);
        color: black;
        padding: 20px;
        margin-left: 15%;
        margin-right: 15%;	
        margin-top: 10px;
        border-radius: 5px;
        text-align: center; /* Center-align the text */
    }
    
    .custom_sale_text_area p {
        margin: 0; /* Remove default margin for paragraphs inside the text area */
    }
    
    .custom_sale_text_area a {
        color: #f7c300; /* Link color */
        text-decoration: underline; /* Underline links */
    }
}


.add_to_cart_sale{
    width:100% ;
}
.stock_sell{
    display: flex;
}

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


@media screen and (max-width:768px) {
    .custom_sell > *{
        padding-left: 0px !important;
        padding-right: 0px !important;
        margin-top: 0px !important;
    }
}