@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,200,300,400,500,600,700,800,900');

body {
    font-family: 'Montserrat', sans-serif;
    color: #6f6f6f;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
}
header {
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.search {
    border-radius: 8px;
}

.category-header {
    padding: 10px 15px 10px 15px;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
}

h2 {
    padding: 70px 0 70px 0;
}
.categories {
    box-shadow: 1px 5px 22px -3px rgba(0, 0, 0, 0.1);
}
.category-list {
    margin: 0 !important;
    list-style: none;
    position: relative;
    width: 100%;
}
.category-list > li {
    padding: 0 0 10px 24px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.category-list > li.active > a{
    font-weight: 700;
}
.category-list > li >  a > .fa {
    color: #c0c0c0 !important;
}
.category-list > li a{
    text-decoration: none;
}
.category-list li:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}
.category-list li:first-child {
    padding-top: 10px;
}
.home {
	width:100%;
	height: 400px;
	background-size: cover;
}
.h5 {
	margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}
.dim{
	background: rgba(250, 250, 250, 0.8) 
}
.section-heading {
	text-align: left;
    margin-bottom: 30px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}
.section-heading h3 {
	font-size: 22px;
}
.box-shadow {
	box-shadow: 0 0 3px rgba(0,0,0, .2);
	padding:10px;
}
.cover-background {
    position: relative !important;
    background-size: cover !important;
    overflow: hidden !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
.cover-background > .container {
    position: relative;
    z-index: 2;
}
.section {
    padding: 90px 0;
}
.page-title-section h1 {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 1px;
    line-height: 1;
    color: #fff;
    margin-bottom: 0;
    padding: 70px 0 70px 0;
}
.page-title-section:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background: #000;
    opacity: 0.7;
}
.page-title-section ul {
    margin-bottom: 0;
    margin-top: 15px;
    padding: 70px 0 70px 0;
}
.page-title-section ul li {
    display: inline-block;
    list-style: none;
}
.page-title-section ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
}
.amazon-product {
    height: auto;
    margin-top:20px; 
    margin-bottom:20px;
    border:1px solid black;
    position: relative;
    padding-top:10px;
}
.amazon-product > .card-body {
    padding: 0px;
}
.amazon-product a:first-child img {
    height: 150px !important;
    width: auto;
    display:block;
    margin-left: auto;
    margin-right: auto;
}
.review-text a, .prod-info a {
 font-weight:700; text-decoration: underline; 
}