
img { max-width: 100%; height: auto;}

.header {
    background: #0C1D32;
    padding: 10px 5px;
    width:100%;
    height: auto;;
}
.header-logo {
    height: 50px;
    margin-right: 20px;
    margin-left: 20px;
}

.header a {
    color: #ffffff; 
    padding: 0px 30px;
}


.header-title {     font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #0C1D32;

}
.header-active {
    color: #cca757 !important;
}


.footer {
    text-align: center;
    background: #F6F6F6;
    padding: 40px 0px;
}


.producst-list-images {
     height: 200px;
     background: #F6F6F6;
     margin-bottom: 15px;
}

.producst-list-images-2 {
      background: #F6F6F6;
     margin-bottom: 15px;
}

.shop-list-images {
     height:150px;
}

.products-list-title {
    margin-top:5px;
     text-transform: uppercase;
     color: #0C1D32;
	font-size: 16px;
	line-height: 22px;
	font-weight: 500;
}

.text-white { color: #ffffff;}
.text-blue { color: #0C1D32; }
.text-26 { font-size: 26px; }
.text-32 { font-size: 32px; }
.text-upper {  text-transform: uppercase; }
.text-black { color: #000000 !important; }

.btn-primary {
    color: #fff;
    background-color: #0C1D32;
    border-color: #0C1D32;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0d2747;
    border-color: #0d2747;
}

.container-fluid {
	max-width: 1900px;
}