/*THIS MAKES THE EXPLICIT HEIGHT AND WIDTH RESPONSIVE FOR THE IMAGES*/
img {
    max-width: 100%;
    height: auto;
}

/*IMPROVES ACCESSIBILITY*/
#utilities_grant_panel {
    font-size: 18px;
}

#sell_header{
    background: rgb(59,89,152);
    background: linear-gradient(133deg, rgba(35,155,223,1) 35%, rgba(59,89,152,1) 100%);
    color: #FFF;
}

#sell_header_content_container{
    padding: 100px 0px 50px 0px;
}

#sell_header_content_container_inner{
    max-width: 300px;
    margin: 0 auto;
    padding: 0 20px;
    text-align: center;
}

#sell_header h1{
    font-size: 1.2rem;
}

#sell_header h2{
    font-size: 2.5rem;
}

@media only screen and (min-width: 900px){

    #sell_header_content_container{
        padding: 150px 0px 100px 0px;
    }

    #sell_header_content_container_inner{
        max-width: 600px;
    }    
    
}

.sell_header_button{
    margin-top: 30px;
    line-height: 50px;
    display: inline-block;
    height: 50px;
    padding: 0 20px;
    border-radius: 4px;
    color: #FFF;
    background-color: #212121;
    font-size: 1rem;
    font-weight: bold;
}

.sell_header_button:hover{
    background-color: #404041;
}



/* DOUBLE */

.sell_section{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sell_section_left, .sell_section_right{
    width: 100%;
}

.sell_section_image{
    max-width: 100%;
    margin: 0 auto;
    display: block;
    box-shadow: 0 4px 6px -3px #3a3a3a;
    padding: 5px;
    margin-top: 100px;
    border: 1px solid #ddd;
}

@media only screen and (min-width: 900px){

    .sell_section_left, .sell_section_right{
        width: 45%;
    }

    .sell_section_image{
       
        margin-top: 0px;
       
    }

}


/* TRIPLE */

.sell_section_3_outer{
    text-align: center;
    padding: 50px 0;
}

.sell_section_3_outer h3{
    max-width: 550px;
    margin: 0 auto;
}

.sell_section_3{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sell_section_3_item{
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

@media only screen and (min-width: 900px){

    .sell_section_3_item{
        width: 30%;
    }

}


/* QUAD */

.sell_section_4_outer{
    text-align: center;
    padding: 50px 0;
}

.sell_section_4_outer h3{
    max-width: 550px;
    margin: 0 auto;
}

.sell_section_4{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 110%;
    position: relative;
    left: -5%;
}

.sell_section_4_item{
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.sell_section_4_item_image{
    max-width: 100%;
    border: 1px solid #ddd;
    box-shadow: 0 4px 6px -3px #3a3a3a;
    padding: 5px;
    background: #fff;
}

@media only screen and (min-width: 900px){

    .sell_section_4_item{
        width: 24%;
    }

}



#sell_section_ingredients_instructions_container{
    text-align: center;
}

#sell_section_ingredients{
    border-radius: 8px;
    -webkit-box-shadow: 0 13px 27px -5px rgb(50 50 93 / 25%), 0 8px 16px -8px rgb(0 0 0 / 30%), 0 -6px 16px -6px rgb(0 0 0 / 3%);
    box-shadow: 0 13px 27px -5px rgb(50 50 93 / 25%), 0 8px 16px -8px rgb(0 0 0 / 30%), 0 -6px 16px -6px rgb(0 0 0 / 3%);
    padding: 20px;
    max-width: 300px;
    margin: 20px auto 0 auto;
    text-align: center;
}

#sell_section_ingredients_list{
    line-height: 20px;
}

#sell_section_instructions{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 30px;
}

.sell_section_instructions_item{
    border-radius: 8px;
    -webkit-box-shadow: 0 13px 27px -5px rgb(50 50 93 / 25%), 0 8px 16px -8px rgb(0 0 0 / 30%), 0 -6px 16px -6px rgb(0 0 0 / 3%);
    box-shadow: 0 13px 27px -5px rgb(50 50 93 / 25%), 0 8px 16px -8px rgb(0 0 0 / 30%), 0 -6px 16px -6px rgb(0 0 0 / 3%);
    padding: 20px;
    min-width: 200px;
    max-width: 200px;
    position: relative;
    display: inline-flex;
    align-items: center;
}

.sell_section_instructions_item_number{
    position: absolute;
    top: -10px;
    left: -10px;
    border-radius: 8px;
    background-color: #f5f5f7;
    border: 1px solid #ddd;
    font-size: 1rem;
    font-weight: bold;
    width: 30px;
    height: 30px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.sell_section_instructions_item_text{
    line-height: 20px;
}

#sell_section_faqs_outer{
    -webkit-box-shadow: 0 13px 27px -5px rgb(50 50 93 / 25%), 0 8px 16px -8px rgb(0 0 0 / 30%), 0 -6px 16px -6px rgb(0 0 0 / 3%);
    box-shadow: 0 13px 27px -5px rgb(50 50 93 / 25%), 0 8px 16px -8px rgb(0 0 0 / 30%), 0 -6px 16px -6px rgb(0 0 0 / 3%);
    border-radius: 8px;
    font-size: 1rem;
    padding: 20px;
    background-color: #FFF;
    max-width: 600px;
    margin: 20px auto;
}

#sell_section_faqs_outer h3{
    text-align: center;
    margin-bottom: 30px;
}

.sell_section_faqs_item_header{
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    cursor: pointer;
    min-height: 35px;
    align-items: center;
}

.sell_section_faqs_item:not(:first-child){
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #f5f5f7;
}

.sell_section_faqs_header_question{
    font-weight: bold;
    max-width: 80%;
    line-height: 20px;
}

.sell_section_faqs_header_button{
    font-size: 1.5rem;
    font-weight: bold;
}

.sell_section_faqs_item_answer{
    margin-top: 10px;
    font-size: 0.9rem;
    line-height: 20px;
}

.sell_section_faqs_item_answer ul,
.sell_section_faqs_item_answer ol{
    margin-left: 20px;
    margin-top: 20px;
}

.sell_footer_button_container{
    text-align: center;
    margin-bottom: 50px;
}

.sell_footer_button{
    display: inline-block;
    padding: 0 20px;
    margin-top: 30px;
    line-height: 50px;
    display: inline-block;
    height: 50px;
    padding: 0 20px;
    border-radius: 4px;
    color: #FFF;
    background-color: #212121;
    font-size: 1rem;
    font-weight: bold;
}

.sell_footer_button i{
    margin-left: 5px;
}

.sell_footer_button{
    margin-top: 0;
}

.sell_footer_button:hover{
    background-color: #404041;
}



/* Sell Other Types */

#sell_other_types_outer{
    text-align: center;
    padding-top: 50px;
    max-width: 550px;
    margin: 0 auto;
}

#sell_other_types_outer_info{
    margin-top: 30px;
}

#sell_other_types{
    max-width: 900px;
    margin: 30px auto 50px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#sell_other_types h4 {
    margin: 0;
    font-size: 25px;
}

.sell_other_types_list{
    width: 100%;
    list-style-type: none;
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    text-align: center;
}

.sell_other_types_list li{
    width: 100%;
}

.sell_other_types_list li a{
    font-size: 1rem;
    color: #ea1686;
    font-weight: bold;
    margin-top: 20px;
    display: inline-flex;
}

.sell_other_types_list li a i{
    margin-left: 5px;
    position: relative;
    left: 0;
    transition: .15s ease-in;
}

.sell_other_types_list li:hover i {    
    left: 5px;
    font-weight: bold;
}

.sell_other_types_list li a:hover{
    color: #212121;
    
}

@media only screen and (min-width: 600px){
    .sell_other_types_list li{
        width: 45%;
    }
}


@media only screen and (min-width: 900px){
    .sell_other_types_list li{
        width: 30%;
    }

    /* #clubShops li {
        width: 45%;
    } */
}



/* Related Blogs */

#sell_section_related_blogs_title{
    text-align: center;
}

#sell_section_related_blogs_container{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin-top: 20px;
}

.sell_section_related_blog_item{
    max-width: 400px;
    display: block;
    color: #212121;
}

.sell_section_related_blog_item_image_container{
    border-radius: 6px;
    overflow: hidden;
}

.sell_section_related_blog_item_image{
    display: block;
    transition: 0.25s;
}

.sell_section_related_blog_item:hover .sell_section_related_blog_item_image{
    transform: scale(1.05);
}

.sell_section_related_blog_item__info{
    line-height: 23px;
    font-size: 0.9rem;
}

.sell_section_related_blog_item_date{
    color: #999;
    margin-top: 5px;
}

.sell_section_related_blog_item_title{
    font-size: 1rem;
    font-weight: bold;
    color: #20b7e6;
    margin-top: 5px;
}

.sell_section_related_blog_item:hover .sell_section_related_blog_item_title{
    color: #ea1686;
}

.sell_section_related_blog_item_text{
    margin-top: 5px;
}