html,
body {
  min-height: 100%;
  height: 100%;
  background-color: #fff;
  color: #646464;
  font-family: 'Barlow Regular', 'xOpen Sans', sans-serif;
  Xfont-size: medium;
	
}


.fab-ft {
  font-family: 'Barlow Thin','xOpen Sans', sans-serif;
}

.fab-ft-thin {
  font-family: 'Barlow Thin','xOpen Sans', sans-serif;
}

.fab-ft-italic {
  font-family: 'Barlow Regular', sans-serif;
  font-style: italic;
}

.fab-ft-bold {
  font-family: 'Barlow Regular', sans-serif;
  font-weight: bold;
}

.fab-ft-titulo {
  font-family: 'Barlow Condensed Regular', serif;
}

.fab-ft-titulo-thin {
  font-family: 'Barlow Condensed Thin', serif;
}

.fab-ft-titulo1 {
  font-family: 'Barlow Regular', serif;
}

.fab-ft-titulo2 {
  font-family: 'Barlow Condensed Thin', serif;
}

.fab-ft-thin-14 {
  font-family: 'Barlow Thin', sans-serif;
  font-size: 1.1rem;
  line-height: 1.2;
}

.fab-ft-titulo2-thin {
  font-family: 'Barlow Thin', serif;
}


.cor1 {
  color: #646464;
}

.cor2 {
  color: #d5b26b;
}

.cor2-dark {
  color: #b88534;
}

.border-primary {
  border-color: #b88534 !important;
}

.border-2 {
	border: 2px solid;
} 

.bg-primary {
    background-color: #b88534 !important;
}

.bg-primary-light {
    background-color: #fff6da !important;
}

.bg-light {
    background-color: #f2eeee !important;
}

.bg-fabris-dark {
  background-color: #575756;
}

.bg-fabris-dark-opac {
  background: #575756e6;
  color: #fff;
}

.bg-black {
  background: #000000;
}

a.bg-primary:hover, a.bg-primary:focus, button.bg-primary:hover, button.bg-primary:focus {
    background-color: #b88534 !important;
}

a {
  color: #646464;
  text-decoration: none;
}

a:hover, a:focus {
  color: #646464;
  text-decoration: none;
  outline-style: none;
  -moz-outline-style: none;
}

.rounded-pill {
  border-radius: 0.5rem !important;
}

.hr-fabris {
  height: 12px;
  background: url('../img/barra.png') no-repeat center;
  border: none;
}

.hr-fabris-xs {
  height: 12px;
  background: url('../img/barra-xs.png') no-repeat center;
  border: none;
}

.hr-fabris-md {
  height: 12px;
  background: url('../img/barra-md.png') no-repeat center;
  border: none;
}

.hr-fabris-sm {
  height: 12px;
  background: url('../img/barra-sm.png') no-repeat center;
  border: none;
}

.xsmall {
  font-size: 60% !important;
}

.xxsmall {
  font-size: 50% !important;
}

xh1 {
	font-size: 2em;
}

xh2 {
	font-size: 1.5em;
}

xh3 {
	font-size: 1.2em;
}

.navbar-fabris img.icone {
  max-width: 12px;
}

img.icone {
  max-width: 24px;
  max-height: 24px;
}

h1 img.icone {
  max-height: 20px;
}

.disabled {
  color: #adb5bd;
  opacity: 0.6;
}

img.icone-xl {
  max-width: 48px;
}

img.icone-lg {
  max-width: 32px;
}

img.icone-md {
  max-width: 24px;
}

img.icone-sm {
  max-width: 16px;
}

img.icone-16 {
  max-width: 16px;
  max-height: 16px;
}

img.icone-xs {
  max-width: 12px;
}

img.icone-8 {
  max-width: 8px;
}

img.icone-dnv {
  max-height: 64px;
}

img.icone-pagto {
  max-width: 32px;
  max-height: 24px;
}


img.seta {
  max-height: 32px;
}

img.seta-sm {
  max-height: 24px;
}


img.fabris-logo-footer {
  opacity: 0.4;
  filter: alpha(opacity=40);
  /* For IE8 and earlier */
}


.mt-10,
.my-10 {
  margin-top: 6rem !important;
}

.mr-10,
.mx-10 {
  margin-right: 6rem !important;
}

.mb-10,
.my-10 {
  margin-bottom: 6rem !important;
}

.ml-10,
.mx-10 {
  margin-left: 6rem !important;
}

.min-vh-40 { min-height: 40vh !important; }

.min-vw-50 { min-width: 50vw !important; }
.min-vh-50 { min-height: 50vh !important; }

.min-vh-60 { min-height: 60vh !important; }
.min-vh-65 { min-height: 65vh !important; }

.min-vw-75 { min-width: 75vw !important; }
.min-vh-75 { min-height: 75vh !important; }
.min-vh-90 { min-height: 90vh !important; }

.vw-50 { width: 50vw !important; }

.vw-70 { width: 70vw !important; }

.vh-20 { height: 20vh !important; }
.vh-25 { height: 25vh !important; }
.vh-30 { height: 30vh !important; }
.vh-35 { height: 35vh !important; }
.vh-40 { height: 40vh !important; }
.vh-50 { height: 50vh !important; }
.vh-60 { height: 60vh !important; }
.vh-65 { height: 65vh !important; }
.vh-70 { height: 70vh !important; }
.vh-75 { height: 75vh !important; }
.vh-80 { height: 80vh !important; }
.vh-85 { height: 85vh !important; }
.vh-90 { height: 90vh !important; }

.w-10 { width: 10% !important; }
.w-20 { width: 20% !important; }
.w-60 { width: 60% !important; }
.w-70 { width: 70% !important; }
.w-80 { width: 80% !important; }
.w-90 { width: 90% !important; }
.w-95 { width: 95% !important; }

.alert {
  background-color: transparent;
  border-color: #b88534 !important;
  padding: 0.2rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;

}

.alert-primary, .alert-info {
  color: #58411c;
  background-color: transparent;
  border-color: #b88534 !important;
  
}

.alert-primary hr, .alert-info hr {
  border-top-color: #b88534;
}

.alert-primary .alert-link, 
.alert-info .alert-link {
  color: #b88534;
}

.alert-warning {
  color: #dd7310;
  background-color: transparent;
  border-color: #b88534 !important;
  
}

.alert-warning hr {
  border-top-color: #dd7310;
}

.alert-warning .alert-link {
  color: #dd7310;
}

.alert .close {
  color: #b88534;
  text-decoration: none;
}

.alert.fabris {
  background-color: transparent;
  border-color: #b88534 !important;
  border-radius: 0.5rem !important;
  padding: 0.5rem !important;
  padding-left: 1rem !important;
  padding-right: 1rem !important;
  margin-bottom: 0.5rem !important;
  margin-top: 0.5rem !important;

}

.alert-danger.dark {
  color: #d86f61;
}

.alert-info.dark {
  color: #D6B36A;
}

.alert-info {
  color: #58411c;
}

.alert-danger {
  color: red;
}

/**
.btn-primary {
  color: #fff;
  background-color: #b88534;
  border-color: #b88534 !important;
  border-color: #b88534 !important;
  border-radius: 0.5rem !important;

}

.btn-primary:hover {
  
  color: #fff;
  background-color:#D6B36A;
  border-color: #D6B36A;
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #fff;
  background-color:#ceb378;
  border-color: #ceb378;
}

.btn-primary:not(:disabled):not(.disabled):active, 
.btn-primary:not(:disabled):not(.disabled).active, 
.show > .btn-primary.dropdown-toggle {
	color: #fff;
	background-color: rgb(184, 133, 52);
	border-color: #b88534;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, 
.btn-primary:not(:disabled):not(.disabled).active:focus, 
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow: none;
}

.btn-primary:focus, 
.btn-primary.focus {
	color: #fff;
	background-color: #b88534;
	border-color: #b88534;
	box-shadow: none;
}
**/
.btn-primary {
  color: #575756;
  background-color: #fff6da;
  border-radius: 0.5rem !important;
  border: 1px solid #f2e3bc !important;
  box-shadow: 1px 1px 1px #b88534;
}

.btn-primary:hover {
  
  color: #575756;
  background-color:#faeeca;
 
}

.btn-primary.disabled,
.btn-primary:disabled {
  color: #ddd;
  background-color:#fff6da;
  border-color: #f2e3bc;
}

.btn-primary:not(:disabled):not(.disabled):active, 
.btn-primary:not(:disabled):not(.disabled).active, 
.show > .btn-primary.dropdown-toggle {
	color: #575756;
	background-color: #fff6da;
	border-color: #f2e3bc;
}

.btn-primary:not(:disabled):not(.disabled):active:focus, 
.btn-primary:not(:disabled):not(.disabled).active:focus, 
.show > .btn-primary.dropdown-toggle:focus {
	box-shadow: none;
}

.btn-primary:focus, 
.btn-primary.focus {
	color: #575756;
	background-color: #faeeca;
  border: 1px solid #f2e3bc !important;
	box-shadow: 1px 1px 1px #b88534;
}

.btn-group .btn-primary {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.btn-group .dropdown-toggle-split {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-top-right-radius: 50rem !important;
  border-bottom-right-radius: 50rem !important;
}





.btn-outline-fabris1 {
  border: 1px solid #f2e3bc !important;
  box-shadow: 1px 1px 1px #b88534;
  background-color: #fff6da;
}

.btn-outline-fabris1:hover {
  background-color: #fff6da44;
}

.btn-outline-fabris1:focus, 
.btn-outline-fabris1.focus {
  box-shadow: 0 0 0 0.1rem #b88534;
}


.btn-outline-fabris1:not(:disabled):not(.disabled):active
, .btn-outline-fabris1:not(:disabled):not(.disabled).active {
	background-color: #9f7531;
}

.btn-outline-fabris-light {
  border: 1px solid #f2e3bc !important;
  box-shadow: 1px 1px 1px #b88534;
  background-color: #f2e3bc;
}

.btn-outline-fabris-light:hover {
  background-color: #fff6da;
}



.btn-outline-dark:hover {
  color: #fff;
  background-color: #b88534;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active
, .btn-outline-dark:not(:disabled):not(.disabled).active {
	background-color: #9f7531;
}

.btn-outline-dark:focus, 
.btn-outline-dark.focus {
  box-shadow: 0 0 0 0.1rem #b8853480;
}

/************** form **************/

form.fabris-form .form-group {
  margin-bottom: 8px;
}

form.fabris-form .form-control:focus {
  box-shadow: 0 0 0 0.2rem rgba(184, 133, 52, 0.25);
}

form.fabris-form .form-control:disabled, 
form.fabris-form .form-control[readonly] {
	background-color: #e9ecef !important;
	opacity: 1;
}

form.fabris-form input.form-control,
form.fabris-form select.form-control {
  border-color: #b88534 !important;
  border-radius: 0.5rem !important;
  background-color: transparent !important;
  padding: 0.5rem !important;
}

form.fabris-form textarea.form-control {
  border-color: #b88534 !important;
  border-radius: 0.5rem !important;
  background-color: transparent !important;
  padding: 0.5rem !important;
}

form.fabris-form.form-color-white input.form-control,
form.fabris-form.form-color-white select.form-control {
  border-color: #e9ecef !important;
  border-radius: 0.5rem !important;
  background-color: transparent !important;
  padding: 0.5rem !important;
  box-shadow: inset 1px 2px 1px #b4b6b8;
}

form.fabris-form.form-color-white textarea.form-control {
  border-color: #e9ecef !important;
  border-radius: 0.5rem !important;
  background-color: transparent !important;
  padding: 0.5rem !important;
}


form.fabris-form.form-color-white input.form-control.is-invalid:focus,
form.fabris-form.form-color-white input.form-control.is-valid:focus {
  box-shadow: inset 1px 2px 1px #b4b6b8;
}

form.fabris-form input.form-control.is-invalid:focus,
form.fabris-form input.form-control.is-valid:focus {
  box-shadow: none;
}


form.fabris-form .custom-control-input:checked ~ .custom-control-label::before {
  color: #646464;
  border-color: #b88534;
  background-color: #fff6da;
}

form.fabris-form .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

form.fabris-form .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #b88534;
}

form.fabris-form .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
  color: #646464;
  background-color: #fff6da;
  border-color: #b88534;
}

form.fabris-form .custom-control-input[disabled] ~ .custom-control-label, 
form.fabris-form .custom-control-input:disabled ~ .custom-control-label {
  color: #e9ecef;
}

form.fabris-form .custom-control-input[disabled] ~ .custom-control-label::before, 
form.fabris-form .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
}

form.fabris-form .was-validated .custom-control-input:valid ~ .custom-control-label, 
form.fabris-form .custom-control-input.is-valid ~ .custom-control-label {
  color: #D6B36A;
}

form.fabris-form .was-validated .custom-control-input:valid ~ .custom-control-label::before, 
form.fabris-form .custom-control-input.is-valid ~ .custom-control-label::before {
  border-color: #D6B36A;
}

form.fabris-form .was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, 
form.fabris-form .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #D6B36A;
  background-color: #b88534;
}

form.fabris-form .was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, 
form.fabris-form .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(184, 133, 52, 0.25);
}

form.fabris-form .was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, 
form.fabris-form .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #D6B36A;
}

form.fabris-form .btn:focus, form.fabris-form .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(184, 133, 52, 0.25);
}

form.fabris-form .btn.fabris-white {
  color: #575756e6;
  border-color: #e9ecef !important;
  border-radius: 0.5rem !important;
  background-color: transparent !important;

}

form.fabris-form .btn.fabris-white:hover
  {
  color: #575756e6;
  border: 1px solid #f2e3bc !important;
  border-radius: 0.5rem !important;
  box-shadow: 1px 1px 1px #b88534;
  background-color: transparent;
}


/** dark **/


form.fabris-form.dark input.form-control,
form.fabris-form.dark select.form-control {
  border-color: white !important;
}

form.fabris-form.dark .form-control::placeholder {
	color: white;
	opacity: 0.5;
}

form.fabris-form.dark input.form-control {
  color: white;
}

form.fabris-form.dark .invalid-feedback {
    color: #d77777;
}

form.fabris-form.dark .was-validated .custom-control-input:valid ~ .custom-control-label,
form.fabris-form.dark .custom-control-input.is-valid ~ .custom-control-label {
  color: white;
}

form.fabris-form.dark .form-control-plaintext {
  color: white;
}

/************** navbar **************/


nav.navbar-fabris.top {
  background: url('../img/shadow-100.png') no-repeat center bottom;
  font-family: 'Barlow Semi Condensed Light', sans-serif;
}

Xnav.navbar-fabris.bottom {
  background: url('../img/shadow-50.png') no-repeat center bottom;
  font-family: 'Barlow Semi Condensed Light', sans-serif;
}

div.footer.fabris-footer  {
  background: url('../img/shadow-50.png') no-repeat center top;
  
}


.navbar-fabris li.nav-item {
  text-transform: uppercase;
  margin-right: 5px;
}

.navbar-fabris .navbar-nav .nav-link,
.navbar-fabris .nav-pills .nav-link {
  border: 1px solid transparent;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

/**
.navbar-fabris .navbar-nav .nav-link:hover,
 .navbar-fabris .navbar-nav .nav-link:focus,
.navbar-fabris .nav-pills .nav-link:hover,
 .navbar-fabris .nav-pills .nav-link:focus
  {
  color: rgba(87, 87, 86, 0.9);
  border: 1px solid #b88534 !important;
  border-radius: 50rem !important;
}

.navbar-fabris .navbar-nav .show > .nav-link,
.navbar-fabris .navbar-nav .active > .nav-link,
.navbar-fabris .navbar-nav .nav-link.show,
.navbar-fabris .navbar-nav .nav-link.active,
.navbar-fabris .nav-pills .show > .nav-link,
.navbar-fabris .nav-pills .active > .nav-link,
.navbar-fabris .nav-pills .nav-link.show,
.navbar-fabris .nav-pills .nav-link.active {
  color: rgba(87, 87, 86, 0.9);
  border: 1px solid #b88534 !important;
  border-radius: 50rem !important;
  background-color: transparent;
}

**/

.navbar-fabris .navbar-nav .nav-link:hover,
 .navbar-fabris .navbar-nav .nav-link:focus,
.navbar-fabris .nav-pills .nav-link:hover,
 .navbar-fabris .nav-pills .nav-link:focus
  {
  border: 1px solid #f2e3bc !important;
  border-radius: 0.5rem !important;
  box-shadow: 1px 1px 1px #b88534;
  background-color: transparent;
}

.navbar-fabris .navbar-nav .nav-link.loja {
  color: #212121;
  border: 1px solid #f2e3bc !important;
  border-radius: 0.5rem !important;
  box-shadow: 1px 1px 1px #b88534;
  background-color: #fff6da;
}


.navbar-fabris .navbar-nav .show > .nav-link,
.navbar-fabris .navbar-nav .active > .nav-link,
.navbar-fabris .navbar-nav .nav-link.show,
.navbar-fabris .navbar-nav .nav-link.active,
.navbar-fabris .nav-pills .show > .nav-link,
.navbar-fabris .nav-pills .active > .nav-link,
.navbar-fabris .nav-pills .nav-link.show,
.navbar-fabris .nav-pills .nav-link.active {
  color: #212121;
  border: 1px solid #f2e3bc !important;
  border-radius: 0.5rem !important;
  box-shadow: 1px 1px 1px #b8853444;
  background-color: #fff6da44;
}

.navbar-fabris .navbar-nav .nav-link.disabled,
.navbar-fabris .nav-pills .nav-link.disabled {
  color: #9b9999;
}


.navbar-fabris .navbar-nav .nav-link.d-inline,
.navbar-fabris .nav-pills .nav-link.d-inline {
  margin-top: 2px;
  margin-bottom: 2px;
}

.navbar-fabris .navbar-toggler {
  Dcolor: #212121;
  border-color: rgba(87, 87, 86, 0.1);
}

.navbar-fabris .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(87, 87, 86, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-fabris .navbar-text {
  Dcolor: #212121;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.navbar-fabris .navbar-text a {
  Dcolor: #212121;
}

.navbar-fabris .navbar-text a:hover
, .navbar-fabris .navbar-text a:focus {
  Dcolor: #212121;
}

.navbar-fabris .dropdown-menu {
  Dbackground-color: #b88534;
  border-radius: 0.5rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.navbar-fabris .dropdown-item {
  Dcolor: white;
  border: 1px solid transparent !important;
}

.navbar-fabris .dropdown-item.active,
.navbar-fabris .dropdown-item:active {
  
  text-decoration: none;
  color: #212121;
  border: 1px solid #f2e3bc !important;
  box-shadow: 1px 1px 1px #b8853444;
  background-color: #fff6da44;
}

.navbar-fabris .dropdown-item:hover,
 .navbar-fabris .dropdown-item:focus {
  border: 1px solid #f2e3bc !important;

  color: #575756;
  background-color: transparent;
}


/************** nav-fabris **************/

ul.nav-fabris.nav-pills .nav-link.active, 
ul.nav-fabris.nav-pills .show > .nav-link {
  color: #646464;
  background-color: transparent;
}

ul.nav-fabris {
	padding-left: 0;
}

ul.nav-fabris > li {
	list-style: none;
	margin-bottom: 0;
}


ul.nav-fabris > li > a {
	color: #fff;
	text-transform: uppercase;

	padding-top: 0px !important;
	padding-bottom: 0px !important;

	border: 1px solid transparent;
	
	display: block;
	text-align: left;
}

ul.nav-fabris > li > a:hover, 
ul.nav-fabris > li > a:focus,
ul.nav-fabris > .active > a
 {
 	Dcolor: #575757;
	text-decoration: none;
	background-color: transparent;
	border-radius: 0.5rem;
}

ul.nav-fabris > li.footer {
	margin-top: 25px;
	Dcolor: #575757;
}

ul.nav-fabris > li.footer > a {
	margin-top: 25px;
	Dcolor: #575757;
}


.navbar-fabris form input[type="search"] {
  max-width: 100px;
  max-height: 1.8em;
}

form#newsletter input[type="text"] {
  max-width: 150px;
  max-height: 1.8em;
}


/************** MODAL **************/

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: transparent;
}


.modal-backdrop-secondary {
	background-color: #646464;
}


/*******************************
* MODAL AS LEFT/RIGHT SIDEBAR
* Add "left" or "right" in modal parent div, after class="modal".
* Get free snippets on bootpen.com
*******************************/


.modal.left .modal-dialog,
.modal.right .modal-dialog {
  position: fixed;
  margin: 5px auto;
  width: 600px;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
      -ms-transform: translate3d(0%, 0, 0);
       -o-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
}

.modal.left .modal-content,
.modal.right .modal-content {
  height: 100%;
  overflow-y: auto;
}

.modal.left .modal-body,
.modal.right .modal-body {
  padding: 15px auto;
}

/*Left*/
.modal.left.fade .modal-dialog{
  left: -600px;
  -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
       -o-transition: opacity 0.3s linear, left 0.3s ease-out;
          transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.in .modal-dialog{
  left: 0;
}
      
/*Right*/
.modal.right.fade .modal-dialog {
  right: -600px;
  -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
     -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
       -o-transition: opacity 0.3s linear, right 0.3s ease-out;
          transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.in .modal-dialog {
  right: 0;
}

/* full */


.modal.full .modal-dialog {
  position: fixed;
  margin: 0px auto;
  width: 100%;
  max-width: 100%;
  height: 100%;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  -o-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}







.fabris-footer {
  z-index: 99; /** para ficar por cima da barra da realidade aumentada */
}

.fabris-footer .endereco {
  font-size: 80%;
}

.fabris-footer small p {
  line-height: 1.2;
}

/************** login **************/

.login-modal .modal-body h1,
.site-carrinho  h1,
.site-carrinho .produto h1 {
	font-size: 1.5em;	
}

.login-modal .modal-dialog {
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: auto !important;
}

.login-modal .modal-content {
	height: 100%;
}

.login-modal .modal-content {
    border: 0;
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: rgba(91, 91, 91,.95);
    color: #fff;
    
}

.login-modal .modal-header button.close {
	color: #D6B36A;
	text-shadow: 0 1px;
	opacity: 1;
}


div.login-page  {
    border: 0;
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: rgba(91, 91, 91,1);
    color: #fff;
    
}

/************** error **************/

/************** carrinho **************/

.carrinho-modal .modal-body h1,
.site-carrinho  h1,
.site-carrinho .produto h1 {
	font-size: 1.5em;	
}

.carrinho-modal .modal-dialog {
	height: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: auto !important;
}

.carrinho-modal .modal-content {
	height: 100%;
}

.carrinho-modal .modal-content {
    border: 0;
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: rgba(91, 91, 91,.9);
    color: #fff;
    
}

.carrinho-modal .modal-header button.close {
	color: #D6B36A;
	text-shadow: 0 1px;
	opacity: 1;
}

.carrinho-modal .modal-body .list-group-item {

	background-color: transparent;
}

.carrinho-modal .modal-body h1.list-group-item-heading,
.site-carrinho .produto h1.list-group-item-heading {
    font-size: 1.3em;
}

.carrinho-modal .modal-body .list-group-item p,
.site-carrinho .produto p {
	font-size: 95%;
}

.carrinho-modal.modal-body .list-group-item span.titulo,
.site-carrinho .produto span.titulo{
	font-size: 90%;
}

.site-carrinho .produto .odd {
	background-color: #eee;
}

.site-carrinho .produto .preco {
	font-size: 1.3em;
}


.carrinho-crumbs img.seta {
  max-height: 16px;
}


.carrinho-crumbs img.icone {
  max-height: 16px;
}

.carrinho-crumbs h1 {
  font-size: 1.1em;
}

/**
* large
*/
@media (min-width: 992px) {
  
  .carrinho-crumbs img.seta {
    max-height: 24px;
  }

  .carrinho-crumbs img.icone {
    max-height: 20px;
  }
  
  .carrinho-crumbs h1 {
    font-size: 1.3em;
  }

}




/************** menu loja **************/

.menu-loja-modal.modal.full .modal-content {
	height: 100%;
	overflow-y: auto;
}
	
.menu-loja-modal.modal.full .modal-body {
	height: 100%;
}


.menu-loja-modal .modal-content {
    border: 0;
    border-radius: 0;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: rgba(214, 179, 106, 0.98);
    color: #fff;
    
}


.menu-loja-modal .modal-content Xh1 {
    font-size: 1em;
    text-transform: uppercase;
    text-align: center;
}


.menu-loja-modal .modal-body Xh2 {
	margin: 25px 0px 25px 5px;
    font-size: 2em;
    color: #575757;
    text-align: left;
    font-weight: bold;
}



.menu-loja-modal ul.nav-fabris {
	padding-left: 0;
}

.menu-loja-modal .nav-fabris > li {
	list-style: none;
	margin-bottom: 0;
}


.menu-loja-modal .nav-fabris > li > a {
	color: #fff;
	text-transform: uppercase;

	padding-top: 0px !important;
	padding-bottom: 0px !important;

	border: 1px solid transparent;
	
	display: block;
	text-align: left;
}

.menu-loja-modal .nav-fabris > li > a:hover, 
.menu-loja-modal .nav-fabris > li > a:focus,
.menu-loja-modal .nav-fabris > .active > a
 {
 	Dcolor: #575757;
	text-decoration: none;
	background-color: transparent;
	border-radius: 0.5rem;
}

.menu-loja-modal .nav-fabris > li.footer {
	margin-top: 25px;
	Dcolor: #575757;
}

.menu-loja-modal .nav-fabris > li.footer > a {
	margin-top: 25px;
	Dcolor: #575757;
}


/************** categoria/colecoes **************/

#navbar-colecoes.navbar {
  background: url('../img/barra.png') no-repeat  center bottom;
}

.fabris-categoria .img-container,
.fabris-colecoes .img-container {
  position:relative;
  display:inline-block;
}

.fabris-categoria .img-container .overlay,
.fabris-colecoes .img-container .overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0;
	 background: rgba(27, 27, 27, 0.9);
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
 }
 
.fabris-categoria .img-container:hover .overlay,
.fabris-colecoes .img-container:hover .overlay {
	opacity:1;
}

.fabris-categoria .overlay span.nome,
.fabris-colecoes .overlay span.nome {
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
}

.fabris-categoria .overlay .mais,
.fabris-colecoes .overlay .mais {
	position:absolute;
	top:95%;
	left:50%;
  transform:translate(-50%,-50%);
  color: #e2e2e2;
}


.fabris-colecoes .img-container .overlay2 {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
  height: 20%;
	opacity:0.8;
	 background: #d5b26b;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
 }
 


/************** produto **************/




/************** configurador produto **************/

.fabris-produto .cabecalho {

	xbox-shadow: 0 0.5rem rgba(0, 0, 0, 0.075) !important
	
}

@media (max-width: 767.98px) { 
	.fabris-produto .cabecalho {
		position: -webkit-sticky;
		position: sticky;
		top: 0;
		z-index: 1020;
		background-color: #fff !important;
		margin-right: -1rem !important;
	}
}

.fabris-produto #opcao-next.btn.disabled {
  background-color: lightgray;
  color: #646464;
  border: 1px solid lightgray !important;
  box-shadow: 1px 1px 1px gray;
  cursor: not-allowed;
}

#produto-opcoes-breadcrumb .crumb {
  color: #6c757d; 
  
}

#produto-opcoes-breadcrumb .crumb .numero {
  font-size: 50%;
}

#produto-opcoes-breadcrumb .crumb.atual {
	color: #fff !important;
	padding: 2px;
	border-radius: 0.5rem !important;
	background-color: #d5b26bad !important;
	font-family: 'Barlow Condensed Regular', serif;
}

#produto-opcoes-conteudo label.disabled,
#produto-opcoes-breadcrumb .crumb.disabled
 {
  cursor: not-allowed;
}

#produto-opcoes-conteudo label.disabled input,
#produto-opcoes-breadcrumb .crumb.disabled a {
  pointer-events: none;
}


#produto-opcoes-breadcrumb i.arrow  {
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
  opacity: 0.6;
}

#produto-opcoes-breadcrumb i.arrow.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}


.fabris-produto label.toggle-button:hover:not(:disabled):not(.disabled),
.fabris-produto label.toggle-button:focus,
.fabris-produto label.toggle-button.active {
  border: 1px solid #D6B36A !important;
  border-radius: 0.5rem !important;
  box-shadow: 1px 1px 1px #b88534;
  background-color: #f2e2bb60;
  
	
}

.fabris-produto label.toggle-button.active {
  border: 1px solid #D6B36A !important;
}

.fabris-produto label.toggle-button {
  border: 1px solid #f8e7c1 !important;
  border-radius: 0.5rem !important;
  box-shadow: 1px 1px 1px #D6B36A;
  background-color: transparent;
}

.fabris-produto .btn-secondary:not(:disabled):not(.disabled):active,
.fabris-produto .btn-secondary:not(:disabled):not(.disabled).active, 
.fabris-produto .show > .btn-secondary.dropdown-toggle {
	border: 2px solid transparent;
}

.fabris-produto .produto-cor-border {
  border: 1px solid transparent;
  border-radius: 0.5rem !important;
}

.fabris-produto .produto-cor-border.active1,
.fabris-produto .produto-cor-border:hover:not(:disabled):not(.disabled),
.fabris-produto .produto-cor-border:focus {
	border: 1px solid #b88534;
}


.fabris-produto .btn-group-toggle > .btn, 
.fabris-produto .btn-group-toggle > .btn-group > .btn {

    margin-bottom: 0;

}

.fabris-produto .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 1px 1px 1px #D6B36A !important;

}

.fabris-produto .btn-group-toggle  .btn input[type="radio"],
.fabris-produto .btn-group-toggle  .btn input[type="checkbox"],
.fabris-produto .btn-group-toggle  .btn-group > .btn input[type="radio"],
.fabris-produto .btn-group-toggle  .btn-group > .btn input[type="checkbox"] {

    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;

}

.fabris-produto .icone-projeto-personalizado {
  max-width:90px;
}

/**
* extra large
*/
@media (min-width: 1200px) {
  .fabris-produto .icone-projeto-personalizado {
    max-width:100px;
  }
}

/************** duvidas **************/

.site-perguntas .titulo {
  font-size: 1.2em;

}


.site-perguntas .numero {
  font-size: 1.2em;
  font-family: 'Barlow Bold', serif;
}


.site-perguntas .pergunta.selecionada {
  color: #212121;
  background-color: #fff6da;
  z-index: 2;
}

@media (max-width: 1200px) {

  .site-perguntas .titulo {
    font-size: 1em;
  
  }
  
  
  .site-perguntas .numero {
    font-size: 1em;
  }
  
}


.site-perguntas .pergunta {
  z-index: 2;
}

.site-perguntas .pergunta i.arrow {
  border: solid #646464;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 5px;
}

.site-perguntas .pergunta.selecionada i.arrow {
  margin-top: 0.8rem !important;
  border-color: #d5b26b;
}


.site-perguntas .pergunta i.arrow.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.site-perguntas .pergunta i.arrow.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.site-perguntas .resposta {
  z-index: 1;
}


/************** projeto personalizado **************/



.projeto-personalizado-page {
  border: 0;
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: rgba(87, 87, 86, 0.902);
  color: #fff;
    
}


.projeto-personalizado.modal  .modal-content {
  border: 0;
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: rgba(87, 87, 86, 0.902);
  color: #fff;
  
}


.projeto-personalizado.modal .modal-header button.close {
	color: #D6B36A;
	text-shadow: 0 1px;
	opacity: 1;
}

.projeto-personalizado .pp-slider
 {
  Dbackground: #ac997b;
  background: #f0eded;
  border: transparent;
}

.projeto-personalizado .ui-slider-handle {
  color: #b88534;
  background: #d4cfc6;
  border: transparent;
}

div#ppSimulacao {
  width: 200px; 
  height: 300px;
  background: white;
}

div#ppDimensoes {
  color: black;
}

/************** imagens-produto modal **************/

.imagens-produto.modal.full .modal-dialog {
  overflow: hidden;
}

.imagens-produto.modal  .modal-content {
  border: 0;
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: rgba(87, 87, 86, 0.902);
  color: #fff;
  
}


.imagens-produto.modal .modal-header button.close {
	color: #D6B36A;
	text-shadow: 0 1px;
	opacity: 1;
}

/************** termos de uso **************/

.termos-uso p {
  text-align: justify;
}



/************** usuario-arquiteto **************/

.usuario-arquiteto-modal.modal .modal-content {
  border: 0;
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: #575756e6;
  color: #fff;
  
}

.usuario-arquiteto-modal.modal .modal-header button.close {
	color: #D6B36A;
	text-shadow: 0 1px;
	opacity: 1;
}


/************** ajuda estrutura modal **************/

.ajuda-estrutura.modal.full .modal-dialog {
  overflow: hidden;
}

.ajuda-estrutura.modal  .modal-content {
  border: 0;
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: rgba(87, 87, 86, 0.95);
  color: #fff;
  
}


.ajuda-estrutura.modal .modal-header button.close {
	color: #D6B36A;
	text-shadow: 0 1px;
	opacity: 1;
}


.manual-estrutura.modal.full .modal-dialog {
  overflow: hidden;
}

.manual-estrutura.modal  .modal-content {
  border: 0;
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: rgba(87, 87, 86, 0.95);
  color: #fff;
  
}


.manual-estrutura.modal .modal-header button.close {
	color: #D6B36A;
	text-shadow: 0 1px;
	opacity: 1;
}


/************** site-contato **************/


/************** fabris-design **************/

.fabris-design .arrow i {
  border: solid black;
  border-width: 0 1px 1px 0;
  display: inline-block;
}

.fabris-design .arrow .right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/**
* xsmall
*/
@media (max-width: 991px) {
  .fabris-design .carousel {
    min-height: 50vh !important;
  }
}


.fabris-design h1.titulo .colecao {
  font-size: 70%;
  line-height: 70%;
}

.fabris-design .dados {
  font-size: 80%;
}

.fabris-design p.descricao {
  font-size: 90%;
}

.fabris-design .cor .box {
  border-color: #ac997b !important;
  min-width: 30px;
  min-height: 30px;
}

.fabris-design .cor .nome1,
.fabris-design .cor .nome2 {
  font-size: 90%;
  line-height: 1;
  margin-top: 1px;
  margin-bottom: 1px;

}

.fabris-design .cor .nome2 {
  font-size: 75%;
}



/************** site-loja **************/

.site-loja .produto-container {
  position:relative;
  display:inline-block;
}

.site-loja .produto-container .produto-titulo {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:1;
}

/* .site-loja .produto-container .produto-titulo:hover {
  opacity:0;
} */


.site-loja .produto-container .produto-texto {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	opacity:0;
  background: rgba(213, 179, 107,1);
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
  transition: all ease .5s;

}


.site-loja .produto-container:hover .produto-texto {
	opacity:0.95;
}

/************** home2 **************/

#carousel-home .slogam {
  position: absolute;
  line-height: 1;
  left: 3%;
  bottom: -25pt;

}
#carousel-home .slogam1 {
  font-family: 'Barlow Semi Condensed Light';
  color: #ffffff;
  margin-bottom: 2px;
  font-size: 2rem;
}

#carousel-home .slogam2 {
  font-family: 'Barlow Semi Bold';
  color: #646464;
  margin-left: 3px;
  font-size: 2.3rem
}

#carousel-home .imagem1 {
  min-height: 30vh !important;
  background-size: cover; 
  background-position: center left;
  background-repeat: no-repeat;

}


#carousel-home .ra {
	position: absolute;
  	top: 15%;
  	left: 15%;
   	right: 5%;
   	color: #ffffff;
}
 
#carousel-home .ra h1 {
 	font-size: 200%;
}
 
#carousel-home .ra p {
	line-height: 1em;
}

	#carousel-home .conheca {
		position: absolute;
     	right: 10%;
     	top: 8%;
     	color: #ffffff;
  }
  
  #carousel-home .conheca h1 {
  	font-size: 200%;
  } 

#carousel-home .conheca p {
	font-size: 100%;
	line-height: 1em;
}

/**
* small
*/
@media (min-width: 576px) {
  #carousel-home .slogam {
    left: 50%;
    bottom: -25pt;
  }

  #carousel-home .slogam1 {
    font-size: 2rem;
  }

  #carousel-home .slogam2 {
    font-size: 2.3rem
  }

  #carousel-home .imagem1 {
    min-height: 40vh !important;
  }
}

@media (min-width: 768px) {
  #carousel-home .slogam {
    left: 55%;
    bottom: -25pt;
  }

  #carousel-home .imagem1 {
    min-height: 30vh !important;
  }
}

@media (min-width: 992px) {
  #carousel-home .slogam {
    left: 60%;
    bottom: -35pt;
  }

  #carousel-home .slogam1 {
    font-size: 2.5rem;
    
  }

  #carousel-home .slogam2 {
    font-size: 3.1rem;
  }

  #carousel-home .imagem1 {
    min-height: 55vh !important;

  }
  
	#carousel-home .ra {
		position: absolute;
	  	left: 35%;
     	right: 5%;
     	top: 10%;
     	color: #ffffff;
  }
  
  #carousel-home .ra h1 {
  	font-size: 300%;
  } 
  
	#carousel-home .conheca {
		position: absolute;
     	right: 10%;
     	top: 8%;
     	color: #ffffff;
  }
  
  #carousel-home .conheca h1 {
  	font-size: 400%;
  } 

#carousel-home .conheca p {
	font-size: 150%;
	line-height: 1.2em;
	
}
  
}

#carousel-home .carousel-indicators {
	bottom: 7%;
}

#carousel-home .Xcarousel-caption {
	bottom: 15%;
}

/** cores dos textos dos banners **/


#carousel-home .carousel-caption-1  {
	color: #ffffff;

}

#carousel-home .carousel-caption-2  {
	color: #ffffff;

}
	

/************** site galeria **************/

.site-galeria div.imagem,
.imagens-produto div.imagem {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}


/************** faixa precos **************/

span.faixa-precos {
  font-family: 'Barlow Bold';
  font-size: 13pt;
  color: #d5b26b;
  margin-right: 2px;
}

span.faixa-precos.off {
  color: #9c9c9c;
}

/************** site videos **************/

.site-videos .icone-app {
  max-height: 72px;
}

/************** site aplicacoes **************/


.fabris-aplicacoes .img-container {
  position:relative;
  display:inline-block;
}

.fabris-aplicacoes .img-container .overlay {
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
  height: 20%;
	opacity:0.8;
	 background: #d5b26b;
	-webkit-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
 }
 
.fabris-aplicacoes .overlay h3 {
  color: white;
}


/************** LGPD/cookies **************/

/* Cookie Dialog */
#gdpr-cookie-message {
  position: fixed;
  left: 30px;
  bottom: 30px;
  max-width: 375px;
  background-color: rgba(91, 91, 91,.9);
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 6px 6px rgba(0,0,0,0.25);
  margin-left: 30px;
  z-index: 1;
}
#gdpr-cookie-message h4 {
  color: #d5b26b;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
#gdpr-cookie-message h5 {
  color: #d5b26b;
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 10px;
}
#gdpr-cookie-message p, #gdpr-cookie-message ul {
  color: white;
  font-size: 15px;
  line-height: 1.5em;
}
#gdpr-cookie-message p:last-child {
  margin-bottom: 0;
  text-align: right;
}
#gdpr-cookie-message ul {
  padding-left: 3px;
}
#gdpr-cookie-message li {
  width: 49%;
  display: inline-block;
}
#gdpr-cookie-message a {
  color: #d5b26b;
  text-decoration: none;
  font-size: 15px;
  padding-bottom: 2px;
  border-bottom: 1px dotted #d5b26bbf;
  transition: all 0.3s ease-in;
}
#gdpr-cookie-message a:hover {
  color: white;
  border-bottom-color: #d5b26b;
  transition: all 0.3s ease-in;
}
#gdpr-cookie-message button,
button#ihavecookiesBtn {
  border: none;
  background: #b88534;
  color: white;
  font-size: 15px;
  padding: 7px;
  border-radius: 3px;
  margin-left: 15px;
  cursor: pointer;
  transition: all 0.3s ease-in;
}
#gdpr-cookie-message button:hover {
  background: white;
  color: #b88534;
  transition: all 0.3s ease-in;
}
button#gdpr-cookie-advanced {
  background: white;
  color: #b88534;
}
#gdpr-cookie-message button:disabled {
  opacity: 0.3;
}
#gdpr-cookie-message input[type="checkbox"] {
  float: none;
  margin-top: 0;
  margin-right: 5px;
}
#gdpr-cookie-message label {
  margin-bottom: 0px;
}

/************** Responsive font sizes **************/

@media (max-width: 1200px) {
  body {
    font-size: 0.9rem;
  }

  .fab-ft-thin-14 {
    font-size: 1rem;
  }
  legend {
    font-size: calc(1.275rem + 0.3vw) ;
  }
  h1, .h1 {
    font-size: calc(1.375rem + 1.5vw) ;
  }
  h2, .h2 {
    font-size: calc(1.325rem + 0.9vw) ;
  }
  h3, .h3 {
    font-size: calc(1.3rem + 0.6vw) ;
  }
  h4, .h4 {
    font-size: calc(1.275rem + 0.3vw) ;
  }
  .display-1 {
    font-size: calc(1.725rem + 5.7vw) ;
  }
  .display-2 {
    font-size: calc(1.675rem + 5.1vw) ;
  }
  .display-3 {
    font-size: calc(1.575rem + 3.9vw) ;
  }
  .display-4 {
    font-size: calc(1.475rem + 2.7vw) ;
  }
  .close {
    font-size: calc(1.275rem + 0.3vw) ;
  }
  
  nav.navbar-fabris.top {
    background: none;
  }
  
  div.footer.fabris-footer {
    background: none;
  }

}

/************** fontes **************/

@font-face {
  font-family: 'Barlow Regular';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Barlow Regular'), local('Barlow-Regular'), url(./font-barlow/Barlow/Barlow-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'Barlow Thin';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local('Barlow Thin'), local('Barlow-Thin'), url(./font-barlow/Barlow/Barlow-Thin.ttf) format('truetype');
}

@font-face {
  font-family: 'Barlow Bold';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Barlow Bold'), local('Barlow-Bold'), url(./font-barlow/Barlow/Barlow-Bold.ttf) format('truetype');
}

@font-face {
  font-family: 'Barlow Semi Bold';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Barlow Semi Bold'), local('Barlow-Semi-Bold'), url(./font-barlow/Barlow/Barlow-SemiBold.ttf) format('truetype');
}

@font-face {
  font-family: 'Barlow Condensed Regular';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Barlow Condensed Regular'), local('Barlow-Condensed'), url(./font-barlow/Barlow_Condensed/BarlowCondensed-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'Barlow Condensed Thin';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local('Barlow Condensed Thin'), local('Barlow-Condensed-Thin'), url(./font-barlow/Barlow_Condensed/BarlowCondensed-Thin.ttf) format('truetype');
}


@font-face {
  font-family: 'Barlow Semi Condensed Light';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Barlow Semi Condensed Light'), local('Barlow-Semi-Condensed-Light'), url(./font-barlow/Barlow_Semi_Condensed/BarlowSemiCondensed-Light.ttf) format('truetype');
}

@font-face {
  font-family: 'Barlow Semi Condensed Thin';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local('Barlow Semi Condensed Thin'), local('Barlow-Semi-Condensed-Thin'), url(./font-barlow/Barlow_Semi_Condensed/BarlowSemiCondensed-Thin.ttf) format('truetype');
}

.fabris-z-index-1030 {
	z-index: 1030;
}