body, html {
    margin: 0;
    padding: 0;
    overflow-x:hidden;
    background-color: #fff !important;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

a {
    color: #fff;
    text-decoration: none;
}


.ri_href_span {
    /* font-family: BenchNine !important; */
    font-size: 15px;
    font-weight: bold;
    text-transform: none;
    background-color: #954D25;
    color: #ffffff;
    padding: 5px;
    border-radius: 4px;
    text-decoration: none;
}

@media screen and (max-width: 1000px) {
    .ri_href_span {
        /* font-family: BenchNine !important; */
        font-size: 12px;
        padding: 2px;
    }
}
a.ri_href, a.ri_href:hover {
    font-size: 15px;
    font-weight: bold;
    text-transform: none;
    background-color: #954D25;
    color: #ffffff;
    padding: 10px;
    border-radius: 4px;
    text-decoration: none;
}

@media screen and (max-width: 1000px) {
    a.ri_href, a.ri_href:hover {
        font-size: 12px;
        padding: 2px;
    }
}

.parent {
    width: 100%;
    margin: auto;
    display: inline-block;
    text-align: center;
}

.child {
    width: 100%;
    max-width: 300px;
    margin: 5px;
    display: inline-block;
    text-align: center;
}

.brands_pic {
    max-width: 300px;
    vertical-align: top;
    display: inline-block;
}

.special_note {
    font-weight: 700
}

.page_title {
    text-align: left;
    font-weight:bold;
    font-size: 55px;
    color: #fff;
}

.page_title {
    text-align: center;
    font-weight:bold;
    font-size: 35px;
    color: #000;
}

@media only screen and (max-width: 1000px) {
    .page_title {
        font-size: 30px;
    }
}

@media only screen and (max-width: 640px) {
    .page_title {
        font-size: 25px;
    }
}

.page_sub_title {
    text-align: center;
    font-weight:bold;
    font-size: 25px;
    color: #000;
}

@media only screen and (max-width: 1000px) {
    .page_sub_title {
        font-size: 20px;
    }
}

@media only screen and (max-width: 640px) {
    .page_sub_title {
        font-size: 18px;
    }
}
.page_text{
    margin: 20px;
    text-align: left;
    font-size: 15px;
    color: #333;
}

@media only screen and (max-width: 1000px) {
    .page_text {
        font-size: 12px;
    }
}

@media only screen and (max-width: 640px) {
    .page_text {
        font-size: 12px;

    }
}

.topnav{
    width:100%;
    background: #333;
    display: inline-block;
    text-align: left;
}

.logo_img {
    max-width: 70%;
    width: 300px;
    height: auto;
}

@media only screen and (max-width: 1000px) {
    .logo_img {
        max-width: 50%;
    }
}

.container_home_img {
    position: relative;
    text-align: center;
    color: white; 
}

@media only screen and (max-width: 1000px) {
    .container_home_img {
        position: relative;
        text-align: center;
        color: #333; 
    }
}

.bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
}

.top-left {
    position: absolute;
    top: 8px;
    left: 16px;
}

.top-right {
    position: absolute;
    top: 8px;
    right: 16px;
}

.bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
}

.centered_home_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}

.home_img{
    width: 100%;
}

@media screen and (max-width: 1000px) {
    .home_img {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .container_home_img {
        margin: 125px auto 240px auto;
    }
}

.home_img {
    filter: brightness(50%);

}

.collapsible {
    background-color: #eee;
    color: #444;
    cursor: pointer;
    padding: 15px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 35px;
}

.active_collapsible, .collapsible:hover {
    background-color: #ccc;
}

.content {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.collapsible:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 10px;
    color: white;
    float: right;
    margin-left: 5px;
}

.active_collapsible:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
}

@media only screen and (max-width: 1000px) {
    .collapsible {
        font-size: 10px;
    }
}

@media only screen and (max-width: 640px) {
    .collapsible {
        font-size: 10px;
    }
}

.banner_home_title {
    font-size: 35px;
    width: 100;
}

.banner_home_text {
    font-size: 20px;
}


@media only screen and (max-width: 1000px) {
    .banner_home_title {
        font-size: 25px;
        color: #333;
        font-weight:bold;
    }

    @media only screen and (max-width: 640px) {
        .banner_home_title {
            font-size: 25px;
            color: #333;
            font-weight:bold;
        }
    }
}

.footer_contain {   
    background-color: #333; 
    width: 100%; 
    margin: auto; 
    diplay: inline-block;
}

.footer_child {
    vertical-align:top;
    height:auto; 
    width:49%; 
    min-width:300px; 
    display:inline-block;
    margin-bottom:20px; 
    text-align: center;
}

@media only screen and (max-width: 1000px) {
    .footer_child {
        width:100%; 
    }
}

.stock_sheet_contain {   
background-color: #fff; 
width: 100%; 
margin: auto; 
diplay: inline-block;
text-align: center;
}

