/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : Sep 7, 2023, 7:09:41 PM
    Author     : AllyCat
*/

#SmallHomeMainContent {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 50px;
}

#SmallMainContentParent {

    background: linear-gradient(#F0E65F, #D3B000);
    border-bottom: 1px #685001 solid;
    width: 100%;
    padding: 0px;
}

#SmallEcomCartIconBox{

    margin-left:auto;
    margin-right:auto;
    padding-top: 25px;
    width: 200px;
    height: 200px;

}

.Small_SVGProductFeatureIconBox{
    margin: 0px;
    width: 100px;
    height: 100px;
}

.Small_Title_ProductFeatures{
    margin: 0px;
}

.Small_Para_FeatureDecription{
    margin: 0px;

}

#Small_SVGCartIconBox{
    margin: auto;
    width: 150px;
    height: 150px;
}

#SmallTitle_CustomerQuestions{
    text-align: center;
    margin: 0px;
}

#Small_Para_CustomerQuestions{
    margin: 0px;
    font-size: 20px;
}

#Small_SVGOnlineStoreIconBox{
    width: 200px;
    height: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}

#Small_Title_Quote{
    text-align: center;
}

#Small_ImageAndQuoteBox{
    margin-top: 50px;
}

#Small_Table_EcommerceProductFeatures{
    margin: 0px;
}

@media only screen and (max-width: 1007.999px) {


    .Small_Para_FeatureDecription{
        font-size: 20px;
    }

    #SmallSection_CustomerQuestions{
        width: 90%;
        margin: auto;
    }

    #SmallHomeMainContent {
        width: 90%;
    }

    #Large_BannerBox,
    .large_EcommLandingImage_Left,
    .large_EcommLandingImage_Right{
        width: 640px;
        height: 350px;
    }

    #SmallEcomCartIconBox{
        clear: left;
    }
    
    #Small_LargeQuote{
        font-size: 40px;
    }

}

@media only screen and (max-width: 650px) {

    #SmallEcomCartIconBox{
        clear: left;
    }

}

@media only screen and (max-width: 345px) {

    #SmallEcomCartIconBox{
        margin: auto;
        width: 100px;
        height: 100px;
    }

    #SmallTitle_CustomerQuestions{

        margin-top: 10px;
        font-size: 20px;
        text-align: center;

    }

    #Para_CustomerQuestions{
        margin-top: 10px;
        font-size: 17px;

    }

    .Small_Para_FeatureDecription{
        font-size: 17px;
    }

    #Small_SVGOnlineStoreIconBox{
        width: 100px;
        height: 100px;
    }

    .Small_Title_ProductFeatures{
        font-size: 20px;
    }

    #Small_Table_RequestMoreInfo{
        width: 100%;
    }

    #SmallSection_CustomerQuestions{
        width: 100%;
    }

    #SmallHomeMainContent{
        width: 100%;
    }

    #Small_LargeQuote{
        margin-bottom: 25px;
        font-size: 20px;
    }

}
