/**********************************************
# General
**********************************************/
body{
	font-family: 'Ubuntu', sans-serif;
	background: url(./../img/bg.svg);
	background-size: 10rem;
	color: #231f20;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
	margin-bottom:0rem;
}

#content{
	/*background-color:#b64b75;*/
	background-color:#C65B85;
	margin-bottom: 50px !important;
	margin-top: 74px!important;
	padding: 1rem;
}


/**********************************************
# Top menu - fixed position
**********************************************/
#top-menu{
	position: fixed;
	z-index: 999;
	background-color: rgb(35 31 32 / 60%);
    padding: 20px 0px 0px;
}

/**********************************************
# Categories - Products
**********************************************/
.category-title {
	background-color: #231f20;
    color: #a3793d;
    margin: 0.5rem 0rem;
    padding: 0.5rem;
}

.category-description{
	color: #130F10;
}

.category-devider {
    background-color: #a3793d;
    color: #231f20;
	margin: 0.8rem 0rem;
	padding: 0.5rem;
}




/**********************************************
# Products
**********************************************/
.catalogue-product{
	margin: 0.25rem 0rem;
}
.product-price{
	background-color: #231f20;
	/*color:#a3793d;*/
	color:#94897a;
	padding: 0.1rem;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	justify-content: center;
	align-items: center;
}
.product-title{
	color: #130F10;
}
.product-description{
	font-style: italic;
	font-size: 0.9rem;
	background-color: rgba(255,255,255,0.2);
}

.product-note{
	font-style: italic;
	font-size: 0.8rem;
	color: #130F10;
}

.product-note:before{
	content:'* ';
}

/******************************************
# FOOTER
*******************************************/
#footer {
    background-color: #130F10;
    padding: 20px 0px;
}

#footer .footer-text{
	color: #a3793d;
	color: #ffffff;
}

#footer .contact-info a {
	color: #C65B85;
    text-decoration: none;
    font-size: 1rem;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    padding-left: 0px;
}

#footer .contact-info a .fa {
    margin-right: 5px;
}


/******************************************
# Back to top
*******************************************/
.scroll {
    color: #fff;
    margin-top: 100px
}

#toTopBtn {
    position: fixed;
    bottom: 28px;
    right: 40px;
    z-index: 98;
    width: 2rem;
    background-color: rgb(35 31 32 / 80%);
    height: 2rem;
    text-align: center;
    line-height: 2.3rem;
}

.js .cd-top--fade-out {
    opacity: .5
}

.js .cd-top--is-visible {
    visibility: visible;
    opacity: 1
}

.js .cd-top {
    visibility: hidden;
    opacity: 0;
    transition: opacity .3s, visibility .3s, background-color .3s
}

.cd-top {
    position: fixed;
    bottom: 28px;
	right: 40px;
	display: inline-block;
	box-shadow: 0 0 10px rgb(35 31 32 / 50%) !important;
}

#toTopBtn .fa {
    color: #ffffff;
    font-size: 1.5rem;
	font-weight: bold;
}

.height {
    height: 3000px
}
/*
#top-menu{background-color:rgba(0,0,0,0.5);}
#left-menu{background-color:rgba(0,255,0,0.5);}
*/

/******************************************
# Mobile fixes
*******************************************/

@media screen and (max-width: 559px){
	#content{
		margin-top: 128px!important;
	}
	#toTopBtn {
		bottom: 10px;
		right: 10px;
	}
}
