html {  scroll-behavior: smooth;}
body {
	color: #3a3a39;
	font-family: 'Manrope', 'Open Sans','Segoe UI', Segoe, 'Tahoma','Lucida Grande', 'Lucida Sans Unicode', 'Lucida Sans', sans-serif;
	letter-spacing: -.02rem;
}

body.mce-content-body { font-size: .9rem; }

/*////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////MAIN - STYLES///////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////*/

.goog-te-gadget img{
    display:none !important;
}
body > .skiptranslate {
    display: none;
}
body {
    top: 0px !important;
}

.square_peg, .head-font {
	font-family: "Square Peg", cursive;
}

.object-select {
	transition: transform 0.3s ease;
}

.object-select:hover {
	transform: translateY(-10px);
}

.object-select:hover .object-img-notsel{
	display: none;
}

.object-select:hover .object-img-sel{
	display: inline;
}

.object-price-label {
	background-color: #fff;
}

.object-select:hover .object-price-label {
	background-color: #ffed00;
}

.back-to-top {
	display:none;
	width: 45px;
	height: 45px;
	background-image: url('../../../media/images/layout/up-arrow.png');
	background-size: contain;
	margin: 0;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 100;
	display: none;
	text-decoration: none;
	text-shadow: 0px 0px 5px #555;

}
 
  
 
.back-to-top i {
	font-size: 60px;
}

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