body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100vh;
}
.content-container{
    padding: 24px ;
    /*background: url("../images/banner2.jpg");*/
    background: linear-gradient(rgba(0,0,0,0.3), rgba(0,0,0,0.3)) , url("../images/banner2.jpg");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    /*height: 100%;*/
    /*background: #dcdfe7;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}


.header-container{
    display: block;
    justify-content: space-between;
    align-self: center;
    /*margin-top: -100px;*/
    /*background: red;*/

}
.header-container .logo-container{
    /*align-self: flex-start;*/
    margin: 0 auto;

}

.header-container .logo-container img{
    width: 300px;
}
@media (min-width: 460px)  {
    .header-container .logo-container img{
        width: 380px;
    }
}

@media (min-width: 700px)  {
    .header-container{
        align-self: flex-start;
    }

    .header-container .logo-container img{
        width: 350px;
    }
}

.categories-container{
    display: flex;
    padding: 0 10px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    width: 95%;
    margin: 24px auto;
    /*background: red;*/
}
@media (min-width: 620px) {
    .categories-container {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .categories-container .categories-items-container {
        max-width: 250px;
        margin-left: 8px;
        margin-right: 8px;
    }
}
@media (min-width: 900px) {
    .content-container{
        /*background: url("../images/banner2.jpg");*/
        /*background-position: center;*/
        /*background-size: cover;*/
        /*background-attachment: fixed;*/
        height: 100%;
    }
    .categories-container  {
        flex-wrap: nowrap;
        align-items: flex-start;
        margin-bottom: 0;
    }
    .categories-items-container li a{
        box-shadow: 5px 5px 10px rgba(0,0,0,0.8);
    }
    .nav_container a{
        font-size: 1.4em;
    }
}
.categories-items-container{
    display: flex;
    list-style: none;
    flex-direction: column;
    /*align-items: center;*/
    justify-content: stretch;
    font-family: "Eras Bold ITC" !important;
    margin: 0;
    padding: 0;
    max-width: 300px;
}
.categories-items-container li{
    margin: 4px;
}

.categories-items-container li a{
    display: block;
    font-size: 1.2em;
    width: 100%;
    box-sizing: border-box;
    color: #021460;
    text-decoration: none;
    text-align: left;
    padding: 8px 12px ;
    border-radius: 10px;
    background: #b9daf9;
    /*box-shadow: 5px 5px 10px rgba(0,0,0,0.8);*/
    box-shadow: 2px 2px 5px rgba(0,0,0,0.8);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.categories-container ul{
    margin-bottom: 24px;

}

.categories-items-container a:hover {
    color: #fff;
    background: #021460;
}

.nav_container{
    display: flex;
    justify-content: center;
    font-family: "Eras Bold ITC" !important;
    text-align: center;
    align-items: center;
    flex-direction: column;
}


.nav_container a{
    text-decoration: none;
    margin: 10px;
    padding: 10px 35px;
    border-radius: 30px;
    background: #b9daf9;
    box-shadow: 5px 5px 10px rgba(0,0,0,0.8);
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    /*font-size: 1em;*/
    text-align: center;
    color: #021460;
}
.nav_container a:hover {
    color: #fff;
    background: #021460;
}


@media (min-width: 700px) {
    .nav_container{
        font-size: 1.2em;
    }

}

















/************* Products Page */











.products-container{
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)) , url("../images/banner3.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    /*height: 100%;*/
    padding: 24px;
    display: flex;
    flex-direction: column;
    width: 100%;
    background-attachment: fixed;

}

.products-content{
    margin-left: auto;
    margin-right: auto;
}



.soci_cion {
    position: fixed;
    z-index: 999;
    right: 0;
    top: 50%;
    transform: translateY(-50%) translateX(-20%);
    display: none;
}

.soci_cion img{
    width: 35px;
    height: 35px;
}

@media (min-width: 700px) {

    .soci_cion{
        display: block;
    }
    .nav_container{
        flex-direction: row;
    }

}


.products-page-meta{
    background: #b9daf9;
    color: #021460;
    margin: 22px;
    border-radius: 5px;
    padding: 5px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
    align-self: center;
}
.products-page-heading{
    font-size: 1.2em;
    font-family: "Eras Bold ITC" !important;
    margin: 5px 0;
}

.pagination-links a {
    font-size: 1.2em;
    padding: 4px ;
}

@media (min-width: 700px){
    .products-page-meta{
        flex-direction: row;
        justify-content: space-between;
        align-items: baseline;
        max-width: 857px;
    }
    .products-page-heading{
        font-size: 1.5em;
    }
    .pagination-links{
        margin-left: 40px;

    }
}





.items-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.item{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: white;
    margin: 16px 0;
    padding: 8px 0;
    border-radius: 4px;
    box-sizing: border-box;
}

.product-img{
    width: 270px;
    height: 270px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

@media (min-width: 460px) {

    .product-img{
        width: 330px;
        height: 330px;
    }

}
@media (min-width: 700px) {
    .items-container {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
        max-width: 700px;
        margin-bottom: 60px;
        margin-right: auto;
        margin-left: auto;
    }
}

@media (min-width: 960px) {
    .items-container{
        max-width: 900px;
        margin-bottom: 10px;
    }
    .products-page-meta{
        width: 900px;
    }
    .products-container{
        height: 100%;
    }
    .products-page-meta{
        align-items: center;
    }
    .products-page-heading{
        font-size: 2em;
        text-align: left;
    }

}
.product-sku{
    background-color: #0e0e0e;
    color: white;
    padding: 5px 10px;
    margin-top: 4px;
}

@media (min-width: 700px) {

    .items-container{
        /*display: flex;*/
        /*flex-wrap: wrap;*/
        /*max-width: 900px;*/
        /*box-sizing: border-box;*/
        /*justify-content: flex-start;*/
        /*!*background: white;*!*/
        /*margin: 0 20px;*/
        /*border-radius: 4px;*/
    }

    .item{
        display: flex;
        flex-direction: column;
        align-items: center;
        background-color: white;
        border-radius: 4px;
        margin: 4px;
        padding: 8px;

    }
    .item:hover .product-img{
        opacity: 0.6;


    }
    .item:hover .product-sku{
        background: #021460;
        color: white;


    }

    .product-img{
        width: 120px;
        height: 120px;
        background-position: center;
        background-size: contain;
    }
}

@media (max-width: 700px) {
    .products-container{
        /*background: #eeedee !important;*/
    }
}








/**********************
        Product Detail Page
***********************/

.product-detail-container{
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)) , url("../images/banner3.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    padding: 24px;
    /*height: 100%;*/
    /*display: flex;*/
    width: 100%;
}
.product-detail{
    /*background: white;*/
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 800px;
    min-height: 400px;
    margin: 20px auto;
    padding: 20px;
    text-align: center;


}
.product-detail img{
    border-radius: 4px;
}
.product-detail-container .image-container{

}

.product-detail .image-container img{
    /*height: 350px;*/
    width: 280px;
}
@media (min-width: 500px) {
    .product-detail .image-container img {
        width: 400px;

    }
}
@media (min-width: 900px) {
    .product-detail{
        flex-direction: row;
        background: #fff;
        align-items: flex-start;
        justify-content: space-between;
        box-shadow: 5px 5px 10px rgba(0,0,0,0.5);
        border-radius: 6px;

    }

}
@media (min-width: 1100px) {
    .product-detail-container{
        height: 100%;
    }
}
.product-meta-container{
    max-width: 280px;
    width: 100%;
    background: #fff;
    margin-top: 2px;
    border-radius: 4px;
    padding-left: 12px;
    padding-right: 12px;
}
.product-meta-container .product-heading{
    font-size: 2.5em;
    font-weight: bold;
}
.product-meta-container .product-subheading{
    font-size: 1.2em;
    color: #0095cc;
    font-weight: bold;
    text-align: center;
}

.product-meta-container .product-description-heading{
    margin-top: 50px;
    font-size:1.7em;
    font-weight: bold;
}
.product-meta-container  .product-description strong {
    font-size: 2em;
    font-weight: normal;
    font-style: normal;
}

p em{
    font-style: normal;
    font-size: 1.5em;
}
p strong{
    font-weight: normal;
}

.pagination-btn{
    background-color: #0e0e0e;
    color: white;
    font-size: 1em;
    padding: 10px 20px;
    margin: 4px;
    border: 0;
    border-radius: 4px;
    /*margin-left: auto;*/
    /*display: block;*/
}
.pagination-btn:hover{
    background: #021460;
    color: white;
}
.pagination{
    align-self: flex-end;
    margin-top: 40px;
}



















/********************
    Contact Form Styles
*********************/
.contact-page-container{
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)) , url("../images/banner3.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding: 24px;
    /*height:100%;*/
}

@media (min-width: 900px) {
    .contact-page-container{
        height: 100%;
    }

}
.contact-container{
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    /*background: white;*/
    margin: 20px auto;
    border-radius: 4px;
    padding: 0;
    max-width: 850px;
    box-sizing: border-box;
}

@media (min-width: 700px){
    .contact-container {
        flex-direction: row;
        background: white;
        width: 85%;
            box-shadow: 2px 2px 5px rgba(0,0,0,0.5);

    }
}
.contact-form, .contact-info{
    background: white;
    border-radius: 4px;
    margin-top: 8px;
    padding: 8px;
}

.contact-container .section-heading{
    text-align: left;
    font-size: 2em;
    font-weight: bolder;
    font-family: "Eras Bold ITC" !important;
    color: #021460;
    background: #B9DAF9;
    display: block;
    width: 98%;
    padding: 4px 20px;
    margin-right: 12px;
    border-radius: 4px;
}

.contact-container div{
    width: 100%;
}
.contact-info strong{
    font-weight: bolder;
    margin-right: 8px;
}
.contact-info div{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-size: 1.2em;
    padding: 5px;
}
.contact-info div i{
    padding:  0 20px 10px 10px ;
}
.contact-info h3{
    font-size: 2em;
    text-align: center;
    font-weight: bolder;
}

.contact-form form{
    padding-right: 8px;

}





/*********************
    About Us
**********************/
.aboutus-container{
    background: linear-gradient(rgba(0,0,0,0.5), rgba(0,0,0,0.5)) , url("../images/banner3.jpg");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    padding: 24px;
    /*height:100%;*/
}

.aboutus-container strong{
    font-weight: bold;
}

.aboutus-content{
    background: white;
    box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
    margin: 20px auto;
    border-radius: 4px;
    padding: 20px 30px;
    max-width: 850px;
    width: 100%;
    font-size: 1.1em;
}

.aboutus-container .section-heading{
    text-align: center;
    font-size: 2em;
    font-weight: bolder;
    font-family: "Eras Bold ITC" !important;
    color: #021460;
    background: #B9DAF9;
    display: block;
    width: 98%;
    padding: 4px 20px;
    margin-right: 12px;
    border-radius: 4px;
}

@media (min-width: 700px) {
    .aboutus-container .section-heading {
        text-align: left;
    }

    .aboutus-content {
        width: 80%;
    }
}
@media (min-width: 900px) {
    .aboutus-container{
        height: 100%;
    }
}