/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

.input-group .form-control.invalid-checkout,
.input-group .input-group-text.invalid-checkout {
    border-color: #dd4b39;
}


.card-box-cat:hover {
  box-shadow: 0px 3px 20px 4px #99FF00;
}

.grid-cat {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr !important;
}

@media (max-width: 991.98px) {
  .grid-cat {
    grid-template-columns: 1fr 1fr 1fr 1fr !important;
  }
}

@media (max-width: 798px) {
  .grid-cat {
    grid-template-columns: 1fr 1fr 1fr !important;
  }
}

@media (max-width: 543px) {
  .grid-cat {
    grid-template-columns: 1fr 1fr !important;
  }
}

@media (max-width: 375px) {
  .grid-cat {
    grid-template-columns: 1fr !important;
  }
}

/* 
.ecommerce-application .checkout-options .coupons .input-group-text-icon {
	height: auto;
	font-weight: 600;
	padding: inherit;
}

.ecommerce-application .search-product,
.ecommerce-application .input-group-text-icon {
	font-size: 0.95rem;
	padding-left: 1.25rem;
}

.ecommerce-application .search-product::placeholder,
.ecommerce-application .input-group-text-icon::placeholder {
	font-size: 0.95rem;
}

.form-select,
.input-group-text-icon {
    font-size: 1rem;
    font-weight: 400
}

.form-floating>.form-control,
.form-floating>label,
.form-select,
.input-group-text-icon {
    padding: .571rem 1rem
}

.input-group-text-icon,
.modal-title,
.offcanvas-title,
.popover,
.tooltip {
    line-height: 1.45
}

.btn-toolbar,
.input-group-text-icon {
    display: -webkit-flex;
    display: -ms-flexbox
}

.input-group-text-icon {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #6E6B7B;
    text-align: center;
    white-space: nowrap;
    background-color: #ffffff00;
    border: 1px solid #404656;
    border-radius: .357rem
}

.input-group-lg>.btn,
.input-group-lg>.form-control,
.input-group-lg>.form-select,
.input-group-lg>.input-group-text-icon {
    padding: .75rem 1.143rem;
    font-size: 1.143rem;
    border-radius: .357rem
}

.input-group-sm>.btn,
.input-group-sm>.form-control,
.input-group-sm>.form-select,
.input-group-sm>.input-group-text-icon {
    padding: .188rem .857rem;
    font-size: .857rem;
    border-radius: .357rem
} */

.bg-menu-theme.menu-horizontal .menu-inner>.menu-item.active>.menu-link.menu-site {
  background: linear-gradient(118deg, #99ff00, rgba(0, 207, 207, 0.671));
  color: #fff !important;
  box-shadow: 0 0 6px 1px rgb(3 250 63 / 55%);
}

img.cover-cat {
  object-fit: cover;
  aspect-ratio: 1/1;
  transition: all 0.25s ease;
}

img.cover-cat:focus,
img.cover-cat:hover {
  /* border: 3px solid #00cfcf;
  outline: 0;
  box-shadow: 0 3px 10px 0 rgba(34, 41, 47, .1) */
}

#install-message {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #4285f4;
  color: #fff;
  text-align: center;
  padding: 0px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  display: none;
  z-index: 1037;
}

#install-message span {
  position: absolute;
  top: 5px;
  left: 5px;
  cursor: pointer;
  font-size: 18px;
  color: #fff;
}

#install-message p {
  display: inline-block;
  margin: 0;
  margin-right: 10px;
  font-size: 14px;
}

#install-message button {
  cursor: pointer;
  background: none;
  border: none;
  padding: 8px 12px;
  color: #fff;
  text-decoration: underline;
  font-size: 14px;
}

#install-message button:hover {
  text-decoration: none;
}


.onesignal-bell-launcher-button {
  display: none !important;
  visibility: hidden !important;
}


@media (max-width: 365px) {
  .ocultar-em-tela-pequena {
    display: none;
  }
}

.product-cover:after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  width: 20%;
  height: 77px;
  background-image: url("../img/order/furo_gift.png");
  background-size: 100%;
  background-repeat: no-repeat
}

::selection {
  background-color: #00cfcf;
  color: #fff;
}

.highlight-label {
  background-color: #7ADB00;
  color: #fff;
  padding: 5px 10px;
  border-radius: 50px;
  font-weight: bold;
  margin-bottom: 5px;
  position: relative;
  top: -30px;
  width: fit-content;
  right: 10px;
  font-size: 12px;
}

.avatar .set-pass {
  color: #4CAF50;
  border: 2px solid #fff;
  border-radius: 50%;
  bottom: -4px;
  background-color: #FFFFFF;
  font-size: 17px;
  height: 17px;
  line-height: 17px;
  position: absolute;
  right: -2px;
  text-align: center;
  width: 17px;
}

.light-style .menu .app-brand.demo {
  height: 64px;
}

.dark-style .menu .app-brand.demo {
  height: 64px;
}

.app-brand-logo.demo {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  width: 34px;
  height: 24px;
}

.app-brand-logo.demo svg {
  width: 35px;
  height: 24px;
}

.app-brand-text.demo {
  font-size: 1.375rem;
}

/* ! For .layout-navbar-fixed added fix padding top tpo .layout-page */
.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page {
  padding-top: 64px !important;
}
.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page {
  padding-top: 78px !important;
}
/* Navbar page z-index issue solution */
.content-wrapper .navbar {
  z-index: auto;
}

/*
* Content
******************************************************************************/

.demo-blocks > * {
  display: block !important;
}

.demo-inline-spacing > * {
  margin: 1rem 0.375rem 0 0 !important;
}

/* ? .demo-vertical-spacing class is used to have vertical margins between elements. To remove margin-top from the first-child, use .demo-only-element class with .demo-vertical-spacing class. For example, we have used this class in forms-input-groups.html file. */
.demo-vertical-spacing > * {
  margin-top: 1rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-lg > * {
  margin-top: 1.875rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-lg.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.demo-vertical-spacing-xl > * {
  margin-top: 5rem !important;
  margin-bottom: 0 !important;
}
.demo-vertical-spacing-xl.demo-only-element > :first-child {
  margin-top: 0 !important;
}

.rtl-only {
  display: none !important;
  text-align: left !important;
  direction: ltr !important;
}

[dir='rtl'] .rtl-only {
  display: block !important;
}

/*
* Layout demo
******************************************************************************/

.layout-demo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: 1rem;
}
.layout-demo-placeholder img {
  width: 900px;
}
.layout-demo-info {
  text-align: center;
  margin-top: 1rem;
}

#swal2-html-container a {
  color: #03a5a5;
  text-decoration: none;
}

#swal2-html-container a:hover {
  color: #00cfcf;
  text-decoration: underline;
}