html, body {
    font-weight: 100;
    height: 100vh;
    margin: 0;
    background-color: #FAFAFA;
    font-family: 'Helvetica', sans-serif;
}

nav, footer { 
    color: #FFFFFF;
}

.navbar {
	background-color: #FFFFFF;
	color: #FF6A5C;
	display: block;
	line-height: 1.1rem;
	text-align: center;
	padding: 0 5px;
	border: 0;
	padding-top: 10px;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(214,214,214,1);
	-moz-box-shadow: 0px 3px 5px 0px rgba(214,214,214,1);
	box-shadow: 0px 3px 5px 0px rgba(214,214,214,1);
	font-kerning: auto;
	justify-content: center;		
}

.navbar .domain_title {
	color: #FF6A5C;
	font-size: 20px;
	font-kerning: normal;
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
}

#banner-title {
	font-weight: 700;
	color: #000000;
	font-size: 1.5rem;
	text-transform: uppercase;
}

#banner-title:hover {
	color: #757575;
}

#banner-subtitle {
	vertical-align: baseline;
	letter-spacing: 0.05rem;
	color: #FF6A5C;
}

p, ol {
	font-weight: 400;
}

ol, ol li {
	list-style-type: none;
}

a {
	color: #FF6A5C;
	font-weight: 700;
}

a:hover {
	color: #e3342f;
	text-decoration-line: none;
}

.container-fluid {
	padding: 130px 10px 20px 10px;
	min-height: 75vh;
}

#forsale {
	padding: 30px 10px 20px 10px;
	min-height: 90vh;
}

.row {
	margin: 0;
}

footer {
	background-color: #212121;
	height: 80px;
	padding: 10px 20px;
	text-align: center;
}

footer a {
	text-transform: lowercase;
	color: #FF6A5C;
}

/*
form {
	background-color: #FFFFFF;
	padding: 30px 10px;
	border: 1px solid #FAFAFA;
	-webkit-box-shadow: 10px 10px 13px -10px rgba(158,158,158,0.6);
	-moz-box-shadow: 10px 10px 13px -10px rgba(158,158,158,0.6);
	box-shadow: 10px 10px 13px -10px rgba(158,158,158,0.6);
}
*/

/*
.form-control {
	border-radius: 0;
	border: 2px solid #CED4DA;
}
*/

.form-row {
	margin: 10px 0;
}

/*
.btn {
	width: 100%;
	border-radius: 0;
	border: 2px;
}
*/

.btn-watermelon {
	color: #FF6A5C;
	border: 2px solid #FF6A5C;
	width: 200px;
}

.btn-watermelon:hover {
	color: #FFFFFF;
	background-color: #FF6A5C;
	border: 2px solid #FF6A5C;
}

.btn-teal {
	color: #FFFFFF;
	background-color: #056571;
	border: 2px solid #056571;
}

.btn-teal:hover {
	color: #FFFFFF;
	background-color: #058d77;
	border: 2px solid #058d77;
}

.card {
	border: none;
	margin-bottom: 10px;
}

.custom-select {
	border-radius: 0;
	border: 2px solid #CED4DA;
}

.table-dom {
	margin-top: 15px;
}

.pagination {
	justify-content: center;
}

#go {

	font-weight: bold;
	color: #212121;
}

/* AMAZON GOLD BOX */
.goldbox {
	background-color: #FFFFFF;
	font-family: "Amazon Ember";
}

.goldbox .img-container {
	max-width: 210px;
	height: 210px !important;
	margin: auto;
	text-align: center;
	position: relative;
}

.goldbox img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}

.min-amount,
.max-amount,
.product-desc,	
.rating-desc {
	margin: 0;
	padding: 2px;
}

.min-amount a {
	font-weight: normal;
}

.max-amount {
	height: 25px;
	color: #808080;
	font-weight: normal;
	font-size: 13px;
}

.rating-desc {
	height: 70px;
	color: #808080;
	font-weight: normal;
	font-size: 12px;
}

.rate-desc {
	color: #F89400;
}

.min-amount a {
	color: #ff6c00;
	font-size: 17px;
}

.product-desc {
	height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #F89400;
}

.product-desc a {
	color: #495057;
	font-size: 13px;
	font-weight: normal;
}

.product-desc a:hover {
	color: #3490dc;
}
.service-container{
	height: 275px;
	overflow: hidden;
}
.service-title {
	margin: 0;
	padding: 2px;
	min-height: 75px;	
}

.service-title a {
	color: #ff6c00;
	font-size: 17px;
	font-weight: normal;
}
.service-desc {
	height: 175px;	
	overflow: hidden;
	padding-left: 20px;	
	padding-bottom: 20px;
}
.service-desc:hover {	
	overflow: auto;	
}
.service-title-specific {
	margin: 0;
	padding: 2px;
	min-height: 50px;	
}

.service-title-specific a {
	color: #ff6c00;	
	font-weight: normal;
}
.service-desc-specific {
	height: 200px;	
	overflow: hidden;
	padding-left: 20px;	
	padding-bottom: 20px;
}
.service-desc-specific:hover {	
	overflow: auto;	
}
.btn-buy {
	border-color: #a88734 #9c7e31 #846a29;
	/*background-color: #F89400;*/
	background: linear-gradient(to bottom, #ecc181 0%, #f89400 100%);
	color: #212121;
	width: 100%;
	font-size: 0.8rem;
	line-height: 1.4;
	transition: 0.3s;
}

.btn-buy:hover {
	background: linear-gradient(to bottom, #ecc181 0%, #f89400 50%);
	background-color: #F89400;
	color: #212121;
	transition: 0.3s;
}

@font-face {
	font-family: "Amazon Ember";
	src: url(font/Amazon-Ember-Regular.ttf);
}

/* Extra small devices (portrait phones, less than 576px) */
@media (min-width: 375px) and (max-width: 575.98px) {

}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) and (max-width: 767.98px) {

	.navbar {
		padding-top: 10px;
	}

	#banner-info {
		padding: 5px;
	}

	.container-fluid {
		padding-top: 90px;
	}

}


/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991.98px) {

	.container-fluid {
		padding: 80px 80px 50px 80px;
	}

	#forsale {
		padding: 80px 80px 50px 80px;
	}
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {

	.navbar {
		padding-top: 20px;
	}

	#banner-info {
		padding: 10px;
		margin-top: 20px;
	}

	.container-fluid {
		padding: 100px 100px 50px 100px;
	}

	#forsale {
		padding: 100px 100px 50px 100px;
	}

	.jumbotron {
		padding: 40px;
	}

	.form-row {
		padding: 5px 30px;
	}
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

	.container-fluid {
		padding: 105px 100px 50px 100px;
		min-height: 80vh;
	}

	#forsale {
		padding: 100px 180px 50px 180px;
	}
}

.search-input {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}

.border-radius-none {
    border-radius: 0px;
}

.outline-none {
    outline: none !important;
    box-shadow: 0 0 0 !important;
}

.font-18 {
    font-size: 18px !important;
}

/*PHILIPP*/

.scraper-product {
    width: 25%;
    float: left;
    padding: 15px;
}

@media (max-width: 768px) {
    .scraper-product {
        width: 50%;
    }
}

@media (max-width: 380px) {
    .scraper-product {
        width: 100%;
    }
}

.landing-container {
    /*padding-left: 150px;*/
    /*padding-right: 150px;*/
}

.goldbox img {
    /*height: auto !important;*/
    max-height: 210px !important;
    /*width: 100% !important;*/
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto;
}

.amt-desc {
    line-height: 23px;
    height: 23px;
}

.no_matches {
    display: none;
}

.search_bar {
    padding-left: 0.5% !important;
    padding-right: 0.5% !important;
    max-width: 100%;
}

div#amzn-native-ad-0 {
    max-width: 100% !important;
    width: 100% !important;
}

div#amzn-native-ad-1 div.amzn-native-products-list {
     padding: 0 0.5% !important;
}

div#amzn-native-ad-0 div.amzn-native-products-list div.amzn-native-product {
    width: 24% !important;
    margin-left: 0.5% !important;
    margin-right: 0.5% !important;
}

div#amzn-native-ad-0 .amzn-native-header {
    padding-left: 0.5% !important;
    padding-right: 0.5% !important;
}

@media (max-width: 600px) {
    div#amzn-native-ad-0 div.amzn-native-products-list div.amzn-native-product {
        width: 32.333% !important;
    }
}

@media (max-width: 460px) {
    div#amzn-native-ad-0 div.amzn-native-products-list div.amzn-native-product {
        width: 49% !important;
    }
}
h1 {
	font-size: 1.5rem !important;
}