:root {
    --font-default: "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-primary: "Open Sans", sans-serif;
    --font-secondary: "Open Sans", sans-serif;
    --font-headers: "Open Sans", sans-serif;

    --color-nuance1: #262524;
    --color-nuance2: #73706E;
    --color-nuance3: #F2BA52;
    --color-nuance4: #F2A649;
    --color-nuance5: #F2A649;

    --color-default: #262524;
    --color-primary: #262524;
    --color-link: #F2A649;
    --color-backgrounds: #262524;
    --color-shadows: #262524;
    --color-secondary: #262524;
    --color-bright: #262524;

    --background-topbar: #F2A649;
    --background-header: #F2BA52;
    --background-primary: #262524;
    --background-secondary: #F2A649;
    --background-footer: #262524;
    --background-copyright: #F2A649;
    scroll-behavior: smooth;

}

.bg-post {
    background: var(--color-nuance5);
    border: 0;
}

.btn:active,
.btn:focus {
	border: 0 !important;
	box-shadow: none !important;
}

.btn-primary {
    background: var(--background-primary);
    border: 0;
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover {
    background: var(--background-secondary);
    border: 0;
}

html {
    scroll-behavior: auto !important;
}

body {
	background: #f6f6f1;
    font-family: var(--font-default);
    color: var(--color-default);
	font-size: 14px;
}

a {
    color: var(--color-link);
    text-decoration: none;
}

a:hover {
    color: var(--color-secondary);
    text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--font-primary);
    text-transform: uppercase;
}

h1, h2 {
    font-weight: 700;
    font-size: 200%;
    line-height: 1em;
    color: var(--color-secondary);
}

h3, h4 {
    font-weight: 600;
    font-size: 16px;
    color: #333;
}

nav .navbar-toggler {
    border: 2px solid #fff !important;
    color: #fff;
}

nav a {
    color: #fff !important;
    font-size: 18px;
}

nav a,
.hover-underline-animation {
    display: inline-block;
    position: relative;
    color: #ff5233;
}

nav a::after,
.hover-underline-animation::after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #ff5233;
    transform-origin: bottom right;
    transition: transform 0.25s ease-out;
}

nav a:hover::after,
.hover-underline-animation:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

#topbar {
    background: var(--background-topbar);
    color: var(--color-bright);
    font-size: 13px;
    padding: .5em;
}

@media ( max-width: 768px ) {
	#topbar {
		display: none;
	}
	.slogan {
		display: none;
	}
}

#topbar a {
    color: var(--color-bright);
}

#topbar svg {
    margin: 0 3px 0 0;
    position: relative;
    top: -2px;
}

header .icon {
    max-height: 64px;
    width: auto;
}

header a {
    color: var(--color-bright);
}

header a:hover {
    color: var(--color-bright);
}

#content {
    min-height: 20vh;
    padding: 1em 0 1em 0;
}

footer {
    background: var(--background-footer);
    color: #fff;
}

footer ul {
    list-style-type: none;
    margin: 0 0 0 0.5em;
    padding: 0;
}

footer ul li {
    line-height: 2em;
    margin: 0;
    padding: 0;
}

footer a {
    color: #fff !important;
}

footer h3 {
    font-size: 21px;
    text-transform: none;
    color: #fff;
}

.backtotop {
    position: relative;
    width: 300px;
    margin-right: auto;
    margin-left: auto;
    border-top: 80px solid #333;
    border-right: 150px solid transparent;
    border-left: 150px solid transparent;
    z-index: 10;
    text-align: center;
}

.backtotop svg {
    position: relative;
    top: -65px;
    left: -15px;
    color: #ff5233;
}

.no-list {
    list-style: none;
    padding: 0;
}

.history {
    height: 0px;
    overflow-y: auto;
    transform: all .2s;
}

#copyright {
    width: 100%;
    background: var(--background-copyright);
    padding-top: 1em;
    padding-bottom: 1em;
    text-align: center;
    color: var(--color-bright) !important;
}

#copyright a {
    color: var(--color-bright) !important;
}

.btn-warn svg,
.btn-created svg {
    position: relative;
    top: -2px;
}

.cookiemonster-button  {
    left: 0;
    border-radius: 0 7px 0 0;
}

#service {
    background: var(--background-primary) url(../img/service.jpg) no-repeat 0px 0px;
    background-size: 100%;
    color: #fff;
    padding-top: 7em !important;
    min-height: 550px;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
    margin-bottom: 3em;
}

.service-box {
    background: #333;
    color: #fff;
    border-left: .5px solid #666;
    border-right: .5px solid #666;
    transition: all .2s;
    position: relative;
    z-index: 1;
}

.service-box:hover {
    margin-top: -10px;
}

.service-box p,
.service-box h3,
.service-box svg {
    color: #fff;
    transition: .2s all;
}

.service-box:hover p,
.service-box:hover h3,
.service-box:hover svg {
    color: #333;
    transition: .2s all;
}

.service-box::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scaleY(0);
    transform-origin: bottom center;
    background: #fff;
    z-index: -1;
    transition: transform 0.3s;
    box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
}

.service-box:hover::after {
    transform: scaleY(1);
}

#thankyou {
    color: #333;
}

@media ( max-width: 768px ) {

    #thankyou {
        color: #fff;
        padding-top: 1em;
    }

}

.back-to-top {
    background: #ffffff99;
    position: fixed;
    bottom: 0px;
    right: 0px;
    padding: 1em 1.25em 1em 1.25em;
    border-radius: 7px 0 0 0;
    z-index: 100;
    transition: all .2s;
    color: #333;
}

.back-to-top:hover {
    background: #ffffffff;
    transition: all .2s;
}

iframe {
    position: relative;
    padding: 0;
    margin: 0;
}

.maps {
    max-height: 450px;
    overflow-y: hidden;
}

p.description {
    height: auto;
	min-height: 156px;
    overflow-y: auto;
}

.btn-dark svg {
	margin: 0 7px 0 0;
	position: relative;
	top: -1px;
}

.product-image,
.category-image {
	background-size: 75% !important;
    transition: background-size .2s ease-in;
    -moz-transition: background-size .2s ease-in;
    -web-kit-transition: background-size .2s ease-in;
}

.product-image:hover,
.category-image:hover {
	background-size: 110% !important;
    transition: background-size .2s ease-in;
    -moz-transition: background-size .2s ease-in;
    -web-kit-transition: background-size .2s ease-in;
}

.navigation .wrapper {
	text-align: center;
}

@media ( max-width: 768px ) {
	.navigation {
		max-width: 100%;
		overflow-x: auto;
	}

	.navigation .wrapper {
		width: 1700px;
	}
}

.alert {
	text-align: center;
	font-size: 20px;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

.alert svg {
  width: 2em;
  height: 2em;
  display: block;
  margin: 1em auto 1em auto;
  animation: shaking 0.35s infinite;
}

@keyframes shaking {
  0% { transform: rotate(0deg); }
  25% { transform: rotate(10deg); }
  50% { transform: rotate(0eg); }
  75% { transform: rotate(-10deg); }
  100% { transform: rotate(0deg); }
}

.bg-orange {
	background: var(--background-secondary);
	color: #fff;
}

.bg-orange h2,
.bg-orange h3 {
	color: #fff;
}

.container-products-offers .shadow.rounded {
	background: var(--background-secondary);
	color: var(--color-bright);
}

.container-products-offers a.text-link {
	color: var(--color-bright);
}

.container-products-offers .shadow.rounded .product-title,
.container-products-offers .shadow.rounded .product-price {
	color: var(--color-bright);
}

.container-products-offers .shadow.rounded .product-image {
	background-color: #fff !important;
}

.container-messages {
	z-index: 10000;
}

.circle {
	border-radius: 50%;	
}

.topbar-contact-button {

	position: fixed;
	right: 20px;
	top: 20px;
	border-radius: 50%;
	background: #25D366;
	padding: .75em;

}

.topbar-contact-window-position {
	width: 40vw;
	height: 0;
	border-radius: 15px;
	z-index: 10000 !important;
}


@media(min-width: 768px) {

	.topbar-contact-window {
		position: fixed;
		right: 25px;
		top: 95px;
		padding: 2em;
		width: 500px;
		background: #fff;
		color: #333;
		border-radius: 15px;
		box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
		z-index: 100000 !important;
	}

}

@media(max-width: 767px) {

	.topbar-contact-window {
		position: fixed;
		right: 0px;
		top: 95px;
		padding: 1em;
		width: 90%;
		background: #fff;
		color: #333;
		border-radius: 15px;
		box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
		z-index: 100000 !important;
	}

}

.topbar-contact-window a,
.topbar-contact-window a:hover {
	font-weight: bold;
}

.topbar-contact-window input[type="checkbox"] + label:before {
	border: solid #333 3px !important;
}

.topbar-contact-window input[type=checkbox] {
    width: 32px;
    height: 32px;
    margin: 0 auto 0 auto;
    text-align: center;
}

.btn-whatsapp {
    background: #25d366 !important;
    color: #ffffff !important;
}

.premium-badge-position {
	position: relative;
	top: 25px;
	left: 25px;
	width: 0;
	height: 0;
}

.info-circle {
	background: #ffb300;
    color: #111;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
	width: 28px;
	height: 28px;
    padding: .25em 0 0 0;
}

.list-group-flush li {
	cursor: pointer;
	padding: .4em;
}

.list-group-flush li:active {
	font-weight: bold;
}

.ajax-loading-frame {

	width: 100%;
	height: 100%;
	backdrop-filter: blur(10px);
	background: #ffffff55;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10000;
	
}

.ajax-loading-icon {
	
	width: 100%;
	height: 100%;
	text-align: center;
	position: fixed;
	z-index: 10001;
	top: 50%;
		
}

.loader {
    width: 128px;
    height: 128px;
    border: 15px solid #FFF;
    border-bottom-color: #F2A649;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    }

    @keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} 