/*Keep it clean, no Sass or css here; only imports. All the scss files need to be imported here*/
@font-face {
  font-family: 'Avenir-Roman';
  src: url("/css/fonts/AvenirLTStd-Roman.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Avenir-Black';
  src: url("/css/fonts/AvenirLTStd-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Avenir-Heavy';
  src: url("/css/fonts/AvenirLTStd-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Adobe Garamond';
  src: url("/css/fonts/AGaramondPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/*$secondary-font: "Futura Std Medium";
$small-font: "AGaramondPro-Regular";
$heavy-font: "Futura Std Heavy";*/
a {
  color: #000000; }
  a:hover {
    text-decoration: underline;
    color: #000000; }

#admin-content a {
  color: #004479; }
  #admin-content a:hover {
    text-decoration: underline;
    color: #004479; }

body {
  font-family: "Adobe Garamond";
  color: #000000;
  font-size: 14px; }

h1, h2, h3 {
  font-family: "Adobe Garamond"; }

h1 {
  font-size: 2.3rem; }

.wrap {
  min-height: calc(100vh - 90px); }

.background-highlight {
  background: #fff url(/images/background-bg.png) 0 0 repeat-x;
  min-height: 400px; }

.home.index .banner {
  display: block; }

.banner.header {
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 60px;
  background: #d9d9d9 url(https://res.cloudinary.com/lojaali/image/upload/v1/FINSENSAI22/top_banner_bg.jpg) right 0 no-repeat;
  background-size: cover;
  display: none;
  min-height: 500px; }
  .banner.header .intro p {
    font-size: 1.2rem; }
  .banner.header .circle {
    width: 200px;
    height: 200px;
    background: #9f8839;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    color: #fff;
    font-size: 1.4rem;
    line-height: 1.2;
    font-family: 'Avenir-Roman', sans-serif;
    position: relative; }
    .banner.header .circle::before {
      content: '';
      display: block;
      width: 184px;
      height: 184px;
      border: 2px solid #fff;
      position: absolute;
      border-radius: 50%; }
  .banner.header .login-block {
    font-family: 'Avenir-Roman', sans-serif; }
    .banner.header .login-block .login {
      font-family: 'Avenir-Black', sans-serif; }
  .banner.header .introduction h1 {
    color: #f8c1c9; }
  .banner.header .register-heading {
    padding-bottom: 20px; }
    .banner.header .register-heading * {
      line-height: 34px;
      letter-spacing: 12px; }
  .banner.header .product-list {
    padding: 0 30px; }
    .banner.header .product-list .grid-product {
      text-align: center;
      position: relative; }
      .banner.header .product-list .grid-product .points {
        color: #fff;
        display: inline-block;
        width: 100%;
        position: absolute;
        left: 0;
        text-align: left; }

.authenticated .banner.header {
  background-image: url(https://res.cloudinary.com/lojaali/image/upload/v1/FINSENSAI22/header_bg.jpg);
  background-position: center;
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
  min-height: 160px; }

.miniBanner {
  background-position: center top; }

.black-bar {
  background-color: #000;
  height: 50px;
  color: #fff; }
  .black-bar a {
    color: #fff;
    background-color: #9f8839;
    display: flex;
    height: 100%;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 1.2rem;
    text-transform: uppercase; }
    .black-bar a:hover, .black-bar a:focus {
      text-decoration: none; }

.header {
  background-image: url(https://res.cloudinary.com/lojaali/image/upload/v1/FINSENSAI22/header_bg.jpg);
  background-position: center;
  background-size: cover; }
  .header .amount {
    width: 100px;
    height: 40px;
    background-color: #9f8839;
    padding: 10px;
    margin-left: 20px;
    display: flex;
    justify-content: center;
    align-content: center;
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1.2; }

.product-slider .carousel-intro p {
  font-family: 'Avenir-Roman', sans-serif; }

section.products .card-title {
  font-family: 'Avenir-Heavy', sans-serif; }

section.products .card-body label {
  font-family: 'Avenir-Heavy', sans-serif; }

section.products .list .category {
  font-family: 'Avenir-Heavy', sans-serif; }

section.products .list .list--list-item .product-name {
  font-size: 1rem; }

.cart .product-name {
  font-size: 1rem; }

.howToGlobal {
  padding: 50px 0px; }
  .howToGlobal h1 {
    font-size: 2.4rem;
    margin-bottom: 50px;
    color: #cb1040; }
  .howToGlobal .steps img {
    margin-bottom: 20px; }
  .howToGlobal .steps p {
    font-size: 1rem;
    color: #333333; }

.receiptUplaod .uploadForm {
  background: #10bbea;
  padding: 15px 15px 0px 15px; }

.receiptUplaod .uploadField {
  border-radius: 5px;
  padding: 15px;
  margin-bottom: 15px; }
  .receiptUplaod .uploadField .inputfile + labe {
    margin-bottom: 0px; }
  .receiptUplaod .uploadField .btn.medium {
    margin-top: -36px; }

.receiptUplaod .addProduct #tab_logic .row {
  margin-top: 18px; }
  .receiptUplaod .addProduct #tab_logic .row > div:first-child {
    margin-bottom: 4px; }

.receiptUplaod .addProduct #tab_logic .row:last-child {
  margin-top: 0; }

.receiptUplaod .addProduct .addRemove {
  margin: 10px auto;
  float: none; }
  .receiptUplaod .addProduct .addRemove a {
    color: #9f8839;
    padding: 2px 7px; }

.receiptUplaod .form-control {
  border-radius: 0px;
  border: 2px solid #000000;
  background-color: white;
  font-family: "Adobe Garamond"; }
  .receiptUplaod .form-control > option {
    background: black;
    color: #fff; }

.receiptUplaod .chosen-container {
  border-radius: 0px;
  border: 2px solid #000000;
  background-color: white;
  font-family: "Adobe Garamond"; }
  .receiptUplaod .chosen-container .chosen-single {
    background: transparent;
    color: #fff;
    border: 0;
    border-radius: 0 !important; }
    .receiptUplaod .chosen-container .chosen-single span {
      color: #000000; }

.receiptUplaod .uploadSubmit .form-group {
  width: 100%; }

.receiptUplaod .uploadSubmit .btn {
  border-radius: 0px;
  width: 100%; }

.profile .number {
  color: #9f8839;
  display: inline-block;
  padding: 2px 12px;
  border-radius: 10px; }

div.rewards {
  padding: 0 0 60px; }

.amount .amount-header h1 {
  color: #bfaf84;
  font-family: "Adobe Garamond";
  font-size: 48px; }

.amount .amount-header h2 {
  color: #fff; }

.amount .amount-details .amount-date {
  margin-bottom: 10px; }

.amount .amount-details .amount-block {
  border: 1px solid #e5e5e5;
  padding: 20px;
  max-width: 310px;
  max-height: 310px;
  height: 310px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.howto .howto-header h2 {
  color: #fff; }

.rewardsList {
  color: #fff; }
  .rewardsList .rewardItem {
    margin-bottom: 25px;
    display: flex;
    flex-direction: column; }
  .rewardsList .rewardTitle {
    color: #fff; }
  .rewardsList p {
    color: #fff; }
  .rewardsList .rewardDescription {
    margin-top: 15px;
    flex-grow: 1; }
  .rewardsList .rewardLeft {
    background: #cb1040;
    padding: .1rem .75rem;
    font-size: 1.2rem; }
  .rewardsList .btn {
    padding: .1rem .75rem; }

.order .points {
  margin: 0px 5px; }

.uploadSuccess .backtoupload {
  font-size: 20px;
  text-decoration: underline; }

.loginForm {
  /*background: $darkBlue;*/
  padding: 15px;
  padding-top: 30px;
  /*.btn{
        background: $lightBlue;
    }*/ }

.forgotPass {
  margin-top: 15px;
  text-align: center;
  /*a {
        &:hover {
            color: #000;
        }
    }*/ }

.modal .modal-header {
  color: #fff;
  background-color: #9f8839; }

.modal .modal-content {
  border: 0; }

.modal a:hover {
  color: #000; }

section.register {
  /*background: url(/images/register-bg.png) 0 0 no-repeat;
    background-size: cover;*/ }
  section.register .register-heading {
    margin-bottom: 30px; }
    section.register .register-heading h1 {
      color: #f8c1c9; }

footer {
  background: #000000 url(https://res.cloudinary.com/lojaali/image/upload/v1/FINSENSAI22/footer_bg.jpg) center 0 no-repeat;
  background-size: cover;
  padding: 35px 0;
  color: #fff; }
  footer .media {
    font-family: 'Avenir-Roman', sans-serif; }
  footer a {
    color: #fff;
    padding: 0px 20px; }
    footer a:hover, footer a:focus {
      color: #fff; }
  footer a.facebook {
    letter-spacing: 3px; }
  footer i.fa {
    font-size: 1.4rem;
    color: #9f8839; }

section {
  padding: 60px 0px; }

.showcase .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -15px;
  z-index: 1000;
  font-size: 0px;
  background: none;
  border: 0px;
  width: 30px;
  height: 52px; }

.showcase .slick-prev {
  left: 0px;
  background: url(/images/arrow-left.png) no-repeat;
  background-size: contain; }

.showcase .slick-next {
  right: 0px;
  background: url(/images/arrow-right.png) no-repeat;
  background-size: contain; }

.showcase .slick-slide {
  transition: all 300ms ease; }
  .showcase .slick-slide img {
    transform: scale(0.8); }

.showcase .slick-current img {
  transform: scale(1); }

.admin-content-edit {
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 14px; }

.modal textarea {
  font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
  font-size: 14px; }

.switched-options {
  height: 100vh;
  overflow: scroll; }

@media (min-width: 768px) and (max-width: 1024px) {
  .navbar-collapse .status-container {
    display: none; } }

@media (max-width: 767px) {
  .landing {
    /*background: #000000 url(/images/mobile-bg.png) 0 0 no-repeat;
        background-size: contain;*/ }
  .registration {
    /*background: url(/images/rg-mobile-bg.png) center 0 no-repeat;
        background-size: cover;
        background-attachment:fixed;*/ }
  .landing-loggedin {
    /*background: #000000 url(/images/mobile-loggedin-bg.png) center top no-repeat;
        background-size: contain;*/ }
  .navbar-collapse .status-container {
    display: none; }
  .banner h1 {
    font-size: 1.8rem; }
  .banner .intro p {
    font-size: 1.2rem; }
  .banner .wave {
    margin-top: 0px; }
  .banner .product-list {
    padding: 0; }
  .banner .register-heading * {
    letter-spacing: 10px; }
  .header h1 {
    font-size: 1.6rem; }
  section.register {
    /*background: url(/images/rg-mobile-bg.png) center 0 no-repeat;
        background-size: cover;
        background-attachment: fixed;*/ }
  section.feedback {
    /*background: url(/images/rg-mobile-bg.png) center 0 no-repeat;
        background-size: cover;
        background-attachment: fixed;*/ }
  .rewardsList .rewardDescription {
    flex-grow: 0; }
  .howToGlobal {
    padding: 50px 0px; }
    .howToGlobal h1 {
      font-size: 2rem;
      margin-bottom: 30px; }
    .howToGlobal .steps img {
      margin-bottom: 20px;
      /*width: 100px;*/ }
    .howToGlobal .steps p {
      margin-bottom: 40px; }
    .howToGlobal .fa {
      color: #10bbea; }
  .receiptUplaod {
    margin-top: 30px;
    margin-bottom: 30px; }
    .receiptUplaod .uploadForm {
      background: #10bbea;
      padding: 15px 15px 0px 15px; }
    .receiptUplaod .uploadField .btn.medium {
      margin-top: 40px; }
    .receiptUplaod .addProduct .addRemove {
      text-align: center; }
    .receiptUplaod .form-control {
      margin-bottom: 5px; }
    .receiptUplaod .uploadSubmit .form-group {
      width: 100%; }
    .receiptUplaod .uploadSubmit .btn {
      border-radius: 0px;
      width: 100%; } }

nav.navbar {
  margin-bottom: 0;
  padding: .5rem 0.4rem; }
  nav.navbar a {
    font-size: 1.1rem;
    color: black !important;
    white-space: nowrap; }
  nav.navbar .btn {
    font-size: 1rem;
    padding: .2rem 1rem;
    display: inline-block; }
  nav.navbar .navbar-collapse {
    margin-left: 8%; }

body.feedback nav.navbar a.feedback {
  border: 1px solid #9f8839; }

body.products nav.navbar a.products {
  border: 1px solid #9f8839; }

body.profile nav.navbar a.profile {
  border: 1px solid #9f8839; }

.authenticated nav.navbar .navbar-collapse {
  margin-left: 4%; }

.desktop-login {
  width: 20%; }

.navbar-toggler {
  color: #000000;
  border: 2px solid #000000; }

.user-points h1 {
  font-size: 16px;
  margin: 0;
  padding: 5px 10px; }

.login-menu {
  padding-left: 10px; }

/* .unauthenticated {
        nav.navbar {
            .navbar-collapse {
                margin-left: -70px;
            }
        }
    }*/
.miniBanner nav.navbar {
  margin-bottom: 0px; }

@media (max-width: 767px) {
  .unauthenticated nav.navbar .navbar-collapse {
    margin-left: 0; }
  nav.navbar .nav-item {
    text-align: center; }
  nav.navbar a {
    font-size: 1rem;
    text-align: center; }
  .navbar-brand img {
    width: 130px; } }

@media (min-width: 992px) and (max-width: 1366px) {
  nav.navbar a {
    font-size: 1rem; }
  nav.navbar .navbar-brand img {
    width: 120px; }
  nav.navbar .navbar-collapse {
    margin-left: 1%; }
    nav.navbar .navbar-collapse .form-inline .btn.black {
      min-width: 100px;
      padding: 7px 10px !important; } }

@media (min-width: 1024px) and (max-width: 1440px) {
  .navbar-nav {
    display: block; }
    .navbar-nav li {
      display: inline-block; }
    .navbar-nav li.authenticated {
      display: inline-block; } }

/* Only for admin functionality*/
.ta-editor {
  min-height: 300px;
  height: auto;
  overflow: auto;
  font-family: inherit;
  font-size: 100%; }

.admin-content-edit {
  color: #000 !important;
  opacity: 9.95;
  position: fixed;
  z-index: 9999;
  top: 5px;
  left: -320px;
  background: #fff; }
  .admin-content-edit:hover {
    opacity: 1 !important; }
  .admin-content-edit .switched-options {
    position: relative;
    width: 320px;
    text-align: left;
    padding: 20px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3); }
  .admin-content-edit .config-title {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    color: #000;
    border-bottom: 1px dotted #CCCCCC;
    border-top: 1px dotted #CCCCCC;
    margin-bottom: 5px; }
  .admin-content-edit ul {
    margin-bottom: 25px; }
    .admin-content-edit ul .active a {
      color: #005885;
      font-weight: 700; }
    .admin-content-edit ul .p {
      font-weight: 400;
      font-size: 12px;
      color: #CCC;
      margin-top: 10px; }
    .admin-content-edit ul li a {
      font-size: 14px;
      font-weight: 400;
      line-height: 24px;
      color: #808080; }
      .admin-content-edit ul li a:hover {
        color: #008ed6; }
  .admin-content-edit ul.styles {
    margin-top: 15px; }
    .admin-content-edit ul.styles li {
      display: inline-block;
      margin-right: 5px; }
      .admin-content-edit ul.styles li .blue {
        width: 35px;
        height: 35px;
        background: #008ed6; }
      .admin-content-edit ul.styles li .blue-munsell {
        width: 35px;
        height: 35px;
        background: #0196a7; }
      .admin-content-edit ul.styles li .green {
        width: 35px;
        height: 35px;
        background: #00ab66; }
      .admin-content-edit ul.styles li .orange {
        width: 35px;
        height: 35px;
        background: #ea8825; }
      .admin-content-edit ul.styles li .purple {
        width: 35px;
        height: 35px;
        background: #8600c8; }
      .admin-content-edit ul.styles li .red {
        width: 35px;
        height: 35px;
        background: #f25454; }
      .admin-content-edit ul.styles li .slate {
        width: 35px;
        height: 35px;
        background: #6b798f; }
      .admin-content-edit ul.styles li .yellow {
        width: 35px;
        height: 35px;
        background: #e5c41a; }
  .admin-content-edit .switch-button {
    opacity: 1 !important;
    background: #FFF;
    padding: 10px;
    font-size: 24px;
    color: #272727;
    position: absolute;
    overflow: hidden;
    right: -44px;
    top: -10;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px; }
    .admin-content-edit .switch-button:hover {
      color: #008ed6;
      cursor: pointer; }

#toggle-admin-content {
  text-decoration: none; }

@font-face {
  font-family: 'Avenir-Roman';
  src: url("/css/fonts/AvenirLTStd-Roman.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Avenir-Black';
  src: url("/css/fonts/AvenirLTStd-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Avenir-Heavy';
  src: url("/css/fonts/AvenirLTStd-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Adobe Garamond';
  src: url("/css/fonts/AGaramondPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/*$secondary-font: "Futura Std Medium";
$small-font: "AGaramondPro-Regular";
$heavy-font: "Futura Std Heavy";*/
a {
  color: #000000; }
  a:hover {
    text-decoration: underline;
    color: #000000; }

#admin-content a {
  color: #004479; }
  #admin-content a:hover {
    text-decoration: underline;
    color: #004479; }

body {
  font-family: "Adobe Garamond";
  color: #000000;
  font-size: 14px; }

h1, h2, h3 {
  font-family: "Adobe Garamond"; }

h1 {
  font-size: 2.3rem; }

.btn {
  background: #9f8839;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2rem;
  border-radius: 0;
  padding: 4px 30px;
  line-height: 30px; }
  .btn:hover {
    color: #ffe4a4; }

.btn.cta {
  font-size: 1.5rem; }

.btn.black {
  background: #000000;
  color: #fff !important;
  min-width: 160px;
  padding: 14px !important; }

.btn.small {
  background: #000000;
  color: #fff !important;
  padding: 4px 10px !important;
  font-size: 12px;
  line-height: 1.5;
  font-family: 'Avenir-Heavy', sans-serif; }

.btn.green {
  background: #367931; }

.btn.disabled, .btn:disabled {
  opacity: .25; }

.btn.upload {
  padding: 14px 30px;
  min-width: 160px; }

a.green {
  color: #367931;
  text-decoration: underline;
  font-weight: bold; }
  a.green:hover {
    text-decoration: underline;
    color: #367931;
    font-weight: normal; }

.toast-message {
  font-family: 'Avenir-Black', sans-serif;
  font-size: 14px;
  line-height: 16px; }

.stampcardContainer img {
  margin-bottom: 10px; }

.order-link a {
  color: #367931;
  text-decoration: underline;
  font-weight: bold; }
  .order-link a:hover {
    text-decoration: underline;
    color: #367931;
    font-weight: normal; }

.btn.medium {
  padding: 20px 20px; }

.form-btn {
  background: transparent;
  border: 0;
  color: #fff;
  padding: .5rem 1rem;
  cursor: pointer; }

.text-danger {
  font-size: 80%;
  color: #fff !important; }
  .text-danger span {
    display: inline-block;
    padding: 4px;
    background-color: #dc3545; }

.img-fit {
  max-height: 100%;
  max-width: 100%; }

.pop {
  cursor: pointer; }

.accordion .card-header:after {
  font-family: 'FontAwesome';
  content: "\f068";
  float: right; }

.accordion .card-header.collapsed:after {
  /* symbol for "collapsed" panels */
  content: "\f067"; }

.hasapprovedtobememberRequired small {
  color: #fff !important;
  background-color: #dc3545;
  margin-left: 6px;
  padding: 0 6px 0 1px; }

.approvingrulesRequired small {
  color: #fff !important;
  background-color: #dc3545;
  margin-left: 6px;
  padding: 0 6px 0 1px; }

.buffer-v {
  margin-top: 30px;
  margin-bottom: 30px; }

.buffer-top {
  margin-top: 30px; }

.buffer-bottom {
  margin-bottom: 30px; }

.blackBg {
  background: #000000;
  padding: 40px 0; }

.shadow {
  box-shadow: 5px 5px 0px 0px #0d9dc4; }

.authenticated .authenticated {
  display: block; }

.authenticated .unauthenticated {
  display: none; }

.unauthenticated .authenticated {
  display: none; }

.unauthenticated .unauthenticated {
  display: block; }

.pulse {
  animation: bounce 2s linear infinite; }

.nopulse .pulse {
  animation: none; }

.rules-check {
  float: left;
  margin-top: 6px; }

.rules {
  padding-left: 0;
  display: block;
  line-height: 20px; }

.for-mobile {
  margin-bottom: 40px; }

.hide-index {
  display: none; }

.home.rewards .hide-index {
  display: flex; }

.addProduct .addRemove {
  float: right;
  margin-top: -40px;
  margin-right: -50px; }

.chosen-container-active.chosen-with-drop .chosen-single {
  border-radius: 0 !important; }

.custom-checkbox a {
  text-decoration: underline; }

.icon-bar {
  position: fixed;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px; }

.icon-bar p {
  padding-left: 20px; }

.icon-bar a:hover {
  background-color: #000; }

a.invite {
  background: #000000;
  color: white; }

a:hover.invite {
  text-decoration: none; }

.tool-tip {
  position: absolute;
  top: 10px;
  right: 0; }

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
input[type=number] {
  -moz-appearance: textfield; }

button.increment {
  cursor: pointer;
  border: 1px solid #ccc;
  height: 28px; }
  button.increment:focus {
    outline: 0; }

button.decrement {
  cursor: pointer;
  border: 1px solid #ccc;
  height: 28px; }
  button.decrement:focus {
    outline: 0; }

/** Custom checkbox **/
.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

/* Hide the browser's default checkbox */
.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 3px solid #a1a1a1;
  background-color: transparent; }

/* On mouse-over, add a grey background color */
.custom-checkbox:hover input ~ .checkmark {
  background-color: transparent; }

/* When the checkbox is checked, add a blue background */
.custom-checkbox input:checked ~ .checkmark {
  background-color: transparent; }

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none; }

/* Show the checkmark when checked */
.custom-checkbox input:checked ~ .checkmark:after {
  display: block; }

/* Style the checkmark/indicator */
.custom-checkbox .checkmark:after {
  left: 5px;
  top: 4px;
  width: 10px;
  height: 10px;
  border: solid #e6a4b4;
  border-width: 4px;
  background-color: #e6a4b4;
  /*-webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);*/ }

.nextArrowBtn {
  position: absolute;
  z-index: 1000;
  top: 18%;
  right: -130px;
  cursor: pointer; }

.prevArrowBtn {
  position: absolute;
  z-index: 1000;
  top: 18%;
  left: -130px;
  cursor: pointer; }

#categoryFilter {
  width: 250px;
  overflow: hidden;
  white-space: pre;
  text-overflow: ellipsis;
  -webkit-appearance: none; }

.list {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.list--list-item {
  padding-bottom: 20px;
  margin-bottom: 20px; }

.list--list-item:last-child {
  border-bottom: 0;
  margin: 0; }

.no-result {
  display: none; }

.paginationTop {
  margin-bottom: 0;
  line-height: normal; }
  .paginationTop li {
    display: inline-block; }
    .paginationTop li a {
      padding: 8px;
      display: inline-block; }

.paginationBottom {
  margin-bottom: 0;
  line-height: normal; }
  .paginationBottom li {
    display: inline-block; }
    .paginationBottom li a {
      padding: 8px;
      display: inline-block; }

.nav {
  display: flex;
  align-items: center;
  justify-content: end;
  font-family: 'Avenir-Heavy', sans-serif;
  font-size: 0.8rem; }

.nav [class^="btn"] {
  padding: 8px;
  background: #333;
  color: white;
  margin: 0 3px;
  cursor: pointer;
  line-height: normal; }

.active {
  background: #bfaf84; }
  .active a {
    color: #fff; }

.cart-bucket {
  width: 70px; }
  .cart-bucket .total-label {
    display: none; }
  .cart-bucket .badge-notify {
    color: #fff;
    background: red;
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 14px;
    line-height: 1;
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center; }

.header .amount-header {
  font-family: 'Avenir-Heavy', sans-serif; }
  .header .amount-header .brown {
    display: inline-block;
    padding: 10px;
    background-color: #9f8839;
    color: #fff;
    margin-top: 10px; }

.impulse-effect .modal-dialog {
  transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
  opacity: 0;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s; }

.impulse-effect .modal-dialog {
  transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
  animation-timing-function: ease-in;
  opacity: 1; }

/*.items div.results-row {
    border: 1px solid gray;
    margin: 5px;
    padding: 10px;
}
*/
.pager div {
  float: left;
  border: 1px solid gray;
  margin: 5px;
  padding: 10px; }

.pager div.disabled {
  opacity: 0.25; }

.pager .pageNumbers a {
  display: inline-block;
  padding: 0 10px;
  color: gray; }

.pager .pageNumbers a.active {
  color: orange; }

.pager {
  overflow: hidden; }

.paginate-no-scroll .items div {
  height: 250px; }

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0); }
  40% {
    transform: translateY(-10px); }
  60% {
    transform: translateY(-5px); } }

@media (max-width: 767px) {
  .addProduct #tab_logic .row div:first-child {
    margin-bottom: 2px; }
  .addProduct .addRemove {
    float: none;
    margin-bottom: 20px;
    margin-top: 0;
    margin-right: 0; }
  .authenticated .icon-bar {
    display: none; }
  .rules {
    padding-left: 0; }
  .nextArrowBtn {
    top: 38%;
    right: -2px;
    width: 60px; }
  .prevArrowBtn {
    top: 38%;
    left: -2px;
    width: 60px; } }

@font-face {
  font-family: 'Avenir-Roman';
  src: url("/css/fonts/AvenirLTStd-Roman.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Avenir-Black';
  src: url("/css/fonts/AvenirLTStd-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Avenir-Heavy';
  src: url("/css/fonts/AvenirLTStd-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Adobe Garamond';
  src: url("/css/fonts/AGaramondPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/*$secondary-font: "Futura Std Medium";
$small-font: "AGaramondPro-Regular";
$heavy-font: "Futura Std Heavy";*/
a {
  color: #000000; }
  a:hover {
    text-decoration: underline;
    color: #000000; }

#admin-content a {
  color: #004479; }
  #admin-content a:hover {
    text-decoration: underline;
    color: #004479; }

body {
  font-family: "Adobe Garamond";
  color: #000000;
  font-size: 14px; }

h1, h2, h3 {
  font-family: "Adobe Garamond"; }

h1 {
  font-size: 2.3rem; }

.form-group .form-control {
  border-radius: 0px;
  border: 2px solid #000000;
  background-color: white;
  font-family: "Adobe Garamond"; }

.form-group .form-control.filled {
  box-shadow: 0 2px 0 0 lightgreen; }

.chosen-container-single .chosen-single {
  height: 38px !important; }
  .chosen-container-single .chosen-single span {
    margin-top: 6px;
    font-size: 16px;
    color: #000; }
  .chosen-container-single .chosen-single div b {
    background-position: 0 9px !important; }

form {
  font-family: "Adobe Garamond"; }

label[for="File"] {
  color: #fff;
  border-radius: 0px;
  border: 2px solid #000000;
  background-color: #000000;
  font-family: "Adobe Garamond";
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 0px; }
  label[for="File"]:hover {
    background: #9f8839; }

.focused label {
  transform: translateY(-125%);
  font-size: .75em; }

.focused input:focus::-webkit-input-placeholder {
  color: transparent; }

.focused input:focus:-moz-placeholder {
  color: transparent; }

.focused input:focus::-moz-placeholder {
  color: transparent; }

.focused input:focus:-ms-input-placeholder {
  color: transparent; }

.upload label {
  box-shadow: 0 1px 0 0 #888;
  margin-bottom: .5rem;
  color: #999; }

.fileExterror {
  display: none; }

.select2 {
  width: 100% !important; }

.select2-container--default .selection .select2-selection--single {
  border: 2px solid #000000;
  border-radius: 0;
  height: 40px;
  padding: 5px 0; }
  .select2-container--default .selection .select2-selection--single .select2-selection__arrow {
    top: 5px; }
    .select2-container--default .selection .select2-selection--single .select2-selection__arrow b {
      border-color: #000 transparent transparent transparent; }

.select2-container--default .select2-dropdown {
  border: 1px solid #000000 !important; }

.inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1; }

.inputfile + label {
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: block;
  overflow: hidden; }

.no-js .inputfile + label {
  display: none; }

.inputfile:focus + label,
.inputfile.has-focus + label {
  outline: 1px dotted #000;
  outline: -webkit-focus-ring-color auto 5px; }

.inputfile + label * {
  /* pointer-events: none; */
  /* in case of FastClick lib use */
  display: inline; }

.inputfile + label svg {
  width: 3em;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -6px; }

.inputfile + label .choose-file {
  display: inline-block; }

/* style 2 */
.inputfile-2 + label {
  background-color: white;
  height: 38px;
  z-index: 38;
  margin-bottom: 0; }

a.addrow {
  display: inline-block;
  height: 20px;
  width: 20px;
  text-align: center;
  cursor: pointer; }
