/**
 * ======================================================================================
 *									FontFamily
 * =======================================================================================
 */
@font-face {
    font-family: 'bignoodleTitling';
    src: url('fonts/big_noodle_titling.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'CalibriRegular';
    src: url('fonts/CalibriRegular.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'CalibriBold';
    src: url('fonts/CalibriBold.ttf');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'DINAlternate-Bold';
    src: url('fonts/DINAlternate-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}

/**
 * ======================================================================================
 *									Generic Css
 * =======================================================================================
 */
html {
    font-size: 100%;
}
body {
	background-image: url('images/hero-bg-image.jpg');
	background-size: cover;
	background-attachment: fixed;
	background-position: 50% top;
	background-repeat: no-repeat; 
	font-family: 'CalibriRegular';
    font-size: 1.625rem;
    line-height: 1.5;
	color: #000;
	font-weight: normal;
    -webkit-font-smoothing: antialiased;
}
a { 
	text-decoration: none;
	transition: color .3s ease,
				background-color 0.3s ease;
}
a:hover{
	text-decoration: none;
	color: #000;
}
img,
svg,
iframe {
	height: auto;
	max-width: 100%;
}

header, 
section, 
footer,
article {
	width: 100%;
}
.site-btn{
    padding: 0.4em 0.5em;
    color: #000;
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.1);
    border-radius: 0px;
  	font-family: 'Roboto', sans-serif;
    display: inline-block;
    transition: all 320ms ease;
    text-transform: uppercase;
    background-color: #bebebe;
    font-size: 1.125rem;
    width: 170px;
    text-align: center;
}
h1{
	font-size: 4.125rem;
	font-weight: normal;
}
h2{
	font-size: 2.8125rem;
	font-family: 'CalibriBold';
	margin-bottom: 1.5rem;
}
h3{
    font-size: 2rem;
    font-weight: normal;	
}
h4{
	line-height: 1.75rem;
	font-weight: normal;
}
b, strong {
    font-weight: normal;
    font-family: 'CalibriBold';
}
/**
 * ======================================================================================
 *									Header
 * =======================================================================================
 */
.site-header{
	padding: 30px 0;
	z-index: 99;
	background-image: url('images/header-bg.jpg');
	position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.site-header h1{
	font-family: 'bignoodleTitling';
    font-weight: normal;
    letter-spacing: 1px;
    margin-bottom: 0;
	color: #fbcbba;
}
.sitebtn--gray {
	display: inline-block;
    padding: 5px 15px;
    color: #000;
    background-color: #bebebe;
    font-family: 'DINAlternate-Bold';
    font-size: 2rem;
    max-width: 100%;
    line-height: 1.2;
    text-align: center;
    border: 2px solid transparent;
}
.sitebtn--gray:hover {
	background-color: #000;
	color: #bebebe;
}
/**
 * ======================================================================================
 *									Hero Section
 * =======================================================================================
 */
.hero-section{
    padding: 2rem 0px;
}
.hero-section p{
    text-align: justify;
    margin-bottom: 1.5rem;	
}
.hero-image-cont{
	max-width: 100%;
    margin: 0 auto;
    display: block;
}
.sitebtn--red {
	display: inline-block;
	padding: 12px 30px;
	color: #fff;
	background-color: #731720;
	font-family: 'CalibriBold';
	font-size: 2rem;
	width: 480px;
	max-width: 100%;
	text-align: center;
	border: 2px solid transparent;
}
.sitebtn--red:hover {
	border-color: #731720;
	color: #731720;
	background-color: #fff;
}
.faqmain {
	padding: 4rem 0;
}
.faqmain h2 em {
	font-family: 'CalibriRegular';
	font-size: 1.875rem;
}
.reviewsmain {
	padding: 2.5rem 150px 2.5rem 150px;
	background-image: url(images/reviewbg.jpg);
	background-size: cover;
	background-position: center;
	background-position: center ;
}
.reviewsmain h2 em {
	font-size: 1.25rem;
	color: #731720;
	font-family: 'CalibriRegular';
}
.reviewbox {
	position: relative;
	width: 900px;
	max-width: 100%;
}
.review--thumb {
	display: inline-block;
	width: 130px;
	height:130px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	position: absolute;
	left: -150px;
	top: 0;
}
.reviewbox h3 em {
	font-size: 1.25rem;
}
.reviewbox p {
	font-size: 1.25rem;
}
.maininfo {
	padding: 3rem 0;
}
.hero-section h1, .available--title {
 	font-family: 'DINAlternate-Bold';
 	text-transform: uppercase;
 	font-size: 2.8vw;
}
.hero-image-cont{
	position: relative;
	z-index: 1;
}
.ordernowmain {
	padding: 30px 0 15px;
    background-image: url(images/header-bg.jpg);
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-top: -165px;
}
.quality--list {
	position: relative;
	z-index: 2;
}
.ordernowmain .price {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 7rem;
    display: flex;
    align-items: center;
}
.ordernowmain .orderbtn {
	width: 250px;
}
.available--title {
	color: #74171f;
}
.ordernowmain .price img {
	width: 50px;
}
.sitebtn--white {
	display: inline-block;
    padding: 5px 30px;
    color: #74171f;
    background-color: #fff;
   	font-family: 'DINAlternate-Bold';
    font-size: 2rem;
    max-width: 100%;
    line-height: 1.3;
    text-align: center;
    border: 2px solid transparent;
}
.sitebtn--white:hover {
	border-color: #fff;
	background-color: #74171f;
	color: #fff;
}
.quality--list h3 {
	color: #fff;
	font-family: 'DINAlternate-Bold';
}
/**
 * ======================================================================================
 *									Product Section
 * =======================================================================================
 */
.product-section{
	background-image: url('images/product-bg-image.jpg');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
    position: relative;
    margin: 120px 0px;
}
.product-cart-img{
	padding: 30px 15px;
	position: relative;
}
.product-cart-img .img-product{
	position: absolute;
	left: 0;
	top: -60px;
	width: 350px;
    max-width: 30%;
}
.product-section-content{
	width: 65%;
    margin-left: auto;
}
.product-section h3{
	font-weight: 400;
	margin-bottom: 5px;
	font-family: 'Roboto', sans-serif;
}
.product-desc {
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.product-desc li{
	position: relative;
	font-weight: 400;
	font-family: 'Roboto', sans-serif;
	font-size: 1.325rem;
    letter-spacing: 0.3px;
    padding-left: 40px;
}
.product-desc li:after{
	content: '';
	display: block;
	height: 6px;
	width: 6px;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	left: 15px;
	top: 13px;
}
.img-product{
	position: absolute;
	left: 0;
}

.tt-input-counter{
	position: relative;
    max-width: 170px;
    margin-bottom: 1rem;
}

.tt-input-counter span{
	display: inline-block;
    font-size: 27px;
    line-height: 1em;
    cursor: pointer;
    position: absolute;
    width: 49px;
    height: 100%;
    text-align: center;
    top: 0;
    color: #8a98a1;
    border: 1px solid transparent;
}
.tt-input-counter span.minus-btn{
	left: 0px;
	border-right: 1px solid #dbe2e6;
}
.tt-input-counter .minus-btn::before,
.tt-input-counter .plus-btn::before{
	display: block;
    font-size: 20px;
    line-height: 50px;
}
.tt-input-counter .minus-btn::before{
	content: "-";
}
.tt-input-counter input{
	background: #f7f8fa;
    display: block;
    width: 100%;
    height: 50px;
    font-size: 20px;
    line-height: 1em;
    text-align: center;
    border: none;
    outline: none;
    font-weight: 500;
}
.tt-input-counter span.plus-btn{
	right: 0px;
	border-left: 1px solid #dbe2e6;
}
.tt-input-counter .plus-btn::before{
	content: "+";
}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}
.declaration--info {
	position: absolute;
	top: calc(100% + 45px);
	padding-left: 35px;
}
.declaration--info p{
	color: #731720;
	font-size: 1.125rem;
	font-style: italic;
}
.declaration--info ul,
.declaration--info li {
	color: #000000;
	font-family: 'Roboto', sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
}
.modal-body {
	max-width: 100%;
    width: 1000px;
    margin: 0 auto;
    padding: 2.5rem 1rem;
}
.modal-content {
    border: 10px solid rgba(184, 58, 58,0.9);
    border-radius: 0;
    background-color: rgba(255,255,255,0.9);	
}
.modal-content h3 {
	font-size: 2.75rem;	
	font-family: 'CalibriBold';
	text-align: center;
	text-transform: uppercase;
}
.modal-content p {
	font-size: 2rem;
    margin: 0;
    position: relative;
    text-align: justify;
}
.modal-content .close {
	position: absolute;
	top: 0;
	margin-top: -27px;
	margin-right: -27px;
	display: block;
	right: 0;
	opacity: 1;
}
.modal-content .close:hover {
	opacity: 1 !important;
}
/**
 * ======================================================================================
 *									Footer
 * =======================================================================================
 */

 .site-footer{
 	padding: 70px 0px 30px;
 }
 .footerinfo {
 	font-size: 1.125rem;
 }
 .site-footer ul li a{
 	color: #000;
    font-size: 1.3rem;
   	font-family: 'Roboto', sans-serif;
   	vertical-align: top;
   	font-weight: 500;
 }
 .site-footer .footer-icon{
 	display: inline-block;
 	height: 40px;
 	width: 40px;
 	text-align: center;
 	line-height: 40px;
 	font-size: 1.8rem;
 }
 .site-footer .copy{
 	font-size: 1rem;
 	font-family: 'Roboto', sans-serif;
 }
/**
 * ======================================================================================
 *									Media Query min width
 * =======================================================================================
 */
@media only screen and (min-width: 576px) {
	.container {
    	max-width: 94%;
	}
	.modal-dialog {
    	max-width: 1170px;
	}
}
@media only screen and (min-width: 768px) {
	.container {
    	max-width: 94%;
	}
}
@media only screen and (min-width: 992px) {
	.container {
    	max-width: 94%;
	}
	.available--title {
		position: absolute;
		bottom: calc(100% + 25px);
		left: 0;
	}
}
@media only screen and (min-width: 1200px) {
	.container-fluid{
		max-width: 94%;
	}
	.sitebtn--gray {
		width: 100%;
	}
}
@media only screen and (min-width: 1400px) {
	.container{
		max-width: 1200px;
	}	
	.container.big {
		max-width: 1600px;
		width: 96%;
	}
}
/**
 * ======================================================================================
 *									Media Query max width
 * =======================================================================================
 */
@media only screen and (max-width: 1599px) {
	.site-header {
    	padding: 20px 0;
	}
	h1 {
    	font-size: 3.75rem;
	}
	h3,
	.sitebtn--gray,
	.sitebtn--white {
    	font-size: 1.75rem;
    }
    h2 {
    	font-size: 2.5rem;
	}
	.ordernowmain .price {
    	font-size: 5.5rem;
	}
	.quality--list .quality--list--icon img {
		width: 100px;
	}
	.ordernowmain {
	    margin-top: -150px;
	}
	.reviewbox {
    	width: 800px;
	}
	.review--thumb {
    	width: 100px;
    	height: 100px;
    	left: -120px;
	}
	.reviewsmain {
    	padding: 2.5rem 120px 2.5rem 120px;
	}
}
@media only screen and (max-width: 1399px) {
	h1{
		font-size: 3rem;
	}
	h3, .sitebtn--gray, .sitebtn--white {
	    font-size: 1.25rem;
	}
	 h2 {
    	font-size: 2.25rem;
	}
	.hero-section h1, .available--title {
    	font-size: 2.5vw;
	}
	.hero-image-cont{
		max-width: 80%;
	    margin: 0 auto;
	    display: block;
	}
	.ordernowmain {
	    margin-top: -110px;
	}
	.quality--list .quality--list--icon img {
	    width: 80px;
	}
	.ordernowmain .price {
	    font-size: 4.5rem;
	}
	.ordernowmain .price img {
	    width: 35px;
	}
}
@media only screen and (max-width: 1199px) {
	.img-product{
		top: -40%;
	}
	h1{
		font-size: 3rem;
	}
	<current file>
.ordernowmain .price {
	    font-size: 3.5rem;
	}
	.product-section{
		margin: 60px 0px;
	}
	.hero-image-cont{
		max-width: 90%;
	}
	.quality--list .quality--list--icon img {
	    width: 70px;
	}
}
@media only screen and (max-width: 991px) {
	.img-product{
		position: relative;
		top: unset;
	}
	.product-section-content{
		width: 100%;
	    margin-left: 0;
	}
	.logo-cont{
		max-width: 300px;
		display: block;
		margin:0 auto;
	}
	h1{
		font-size: 2.625rem;
	}
	.hero-image{
		width: 90%;
		margin: 0 auto;
		display: block;
	}
	.reviewsmain {
	    padding: 1.5rem 0 1.5rem 100px;
	    background-image: none;
	    background-color: #eedae4;
	}
	.hero-section h1, .available--title {
	    font-size: 2.25rem;
	    margin-bottom: 1.5rem;
	}
	.available--title {
		display: block;
		width: 100%;
		color: #fff;
	}
	.ordernowmain {
	    margin-top: -50px;
	}
}
@media only screen and (max-width: 767px) {
	html{
		font-size: 90%;
	}

	h3{
		font-size: 1.575rem;
	}
	.logo-cont{
		max-width: 260px;
	}
	.hero-image-cont{
		max-width: 100%;
	}
	.reviewsmain {
		padding-left: 100px;
	}
	.review--thumb {
	    width: 80px;
	    height: 80px;
	    left: -100px;
	}
	.product-section {
	    margin: 0 0px 60px;
	}
	.modal-content p {
		font-size: 1.75rem;
	}
}
@media only screen and (max-width: 575px) {	
	html {
		font-size: 90%;
	}
	h1 {
	    font-size: 2rem;
	}
	.ordernowmain .orderbtn {
		width: 200px;
	}
}