/* #footer {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
} */

html, body {
  min-height: calc(100vh - 46px) !important;
}

#footer {
  bottom: 0px !important;
}

.text-footer-link {
  color: rgb(70, 138, 218);
  text-decoration: none;
}

.text-footer-link:hover {
  text-decoration: none !important;
}

.home-categorias-img {
    width: 300px !important;
    height: 250px !important;
    object-fit: cover;
    background-size: cover !important;
}

.panel-categorias {
  font-size: 15px;
}

.panel-categorias>a {
  color: black;
}
.panel-categorias>a:hover {
  color: black;
  text-decoration: none;
}

.prod-cat-list-item {
  border-radius: 0px;
}

.list-group-sub-cat-txt {
  color:#468ada;
}

.list-group-sub-cat-div {
  padding-left: 10px;
  font-size: 0.8em;
}

.list-prod-image {
    max-width: 100% !important;
    max-height: 100% !important;
    align-content: center;
    align-self: center;
    width: auto;
    height: auto;
    background-size: cover !important;
}

.list-prod-div {
  margin-bottom: 10px;
  height: 195px;
  /* padding: 2px;
  border: rgba(0, 0, 0, 0.5) 1px solid;
  border-radius: 10px; */
  /* border-right: rgba(0, 0, 0, 0.3) 1px solid; */
  /* border-bottom: rgba(0, 0, 0, 0.5) 1px solid; */
}

.list-prod-div:last-of-type {
  border-right: 0px transparent;
}

.list-prod-image-div {
  display: flex;
  align-content: center;
  text-align: center;
  align-items: center;
  justify-content: center;
  height: 125px;
  width: 100%;
  background-size: cover !important;
}

.list-prod-text-div {
  height: 45px;
}

.list-prod-div-preco {
  width: 100%;
  align-items: flex-end;
  float: right;
}

.list-prod-text-preco {
  margin-right: 4px;
  -webkit-text-stroke: 1px black;
  text-shadow: 1px 0px black;
  /* border-radius: 3px; */
  /* border: 1px black solid; */
  /* background-color: rgb(28, 28, 28); */
  /* color: rgb(63, 236, 64); */
  /* color: rgb(0, 127, 246) !important; */
  font-weight: 900;
  font-size: 20px;
  color: white;
  position: absolute;
  margin-top: -30px;
  right: 0px;
}

.old_price {
  color: gray;
  text-decoration: line-through;
}

.list-prod-text-preco .old_price {
  color: gray;
  text-decoration: line-through;
}

.home-categorias-preco-div {
  width: 100%;
  align-items: flex-end;
  float: right;
}
.home-categorias-preco-text {
  border-radius: 3px;
  border-color: black;
  border-style: solid;
  border-width: 1px;
  font-size: 17px;
  background-color: rgb(28, 28, 28);
  color: rgb(255, 255, 255);
  position: absolute;
  margin-top: -50px;
  margin-right: 20px;
  right: 0px;
}

.prod-text-link {
    color: rgb(0, 0, 0);
    font-weight: bold;
    font-size: 0.9em;
    text-decoration: none;
}

.prod-text-link:hover {
  text-decoration: none !important;
}



.sp-wrap {
  left: 3%;
  max-width: 94% !important;
  width: 94% !important;
  border: 3px #eee solid !important;
}

.sp-thumbs {
  margin-top: 3px;
}

.sp-thumbs > a {
  margin-right: 3px;
}

.sp-current-big > img {
  max-width: 100%;
  width: 100%;
}

.link {
  color: #468ada;
  text-decoration: none
}

.link:hover {
  cursor: pointer;
  color: #3b75b9;
  text-decoration: none !important;
}

.prod-addcart-div {
  border: 2px solid lightskyblue;
  border-radius: 5px;
  padding: 10px;
}

.remlinks {
  color: #e52020; 
}

.order-asc {
  content: url("../resources/Images/components/up_arrow.png");
}

.order-desc {
  content: url("../resources/Images/components/down_arrow.png");
}

.StripeElement {
  background-color: white;
  height: 40px;
  padding: 10px 12px;
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: 0 1px 3px 0 #e6ebf1;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
}

.StripeElement--focus { 
  box-shadow: 0 1px 3px 0 #cfd7df;
}

.StripeElement--invalid {
  border-color: #fa755a;
}

.StripeElement--webkit-autofill {
  background-color: #fefde5 !important;
}

#card-element {
  width: 100% !important;
  max-width: 100% !important;
}

.register-div, .login-div {
  padding: 5px;
  border: 1px black solid;
  border-radius: 5px;
}


.small-text {
  font-size: 12px !important;
  color: #468ada;
}

.fat-form-input {
  position: relative;
  top: 25%;
}

.tooltip {
  color: red;
}

.list-group-item {
  padding: 6 10px !important;
  border-radius: 0px;
}

/* .account-menu > .list-group-item:first-child {
  border-top-left-radius: 0px !important;
  border-top-right-radius: 25px !important;
}

.account-menu > .list-group-item:last-child {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 25px !important;
} */

body {
  overflow: hidden;
}

.account-panel {
  /* display: inline-block; */
  /* clear: both; */
  /* height: 100%; */
  min-height: 247px;
  width: 100%;
  border: 1px solid rgba(0,0,0,.125);
  border-bottom-left-radius: 25px !important;
  border-top-left-radius: 25px !important;
}

.parent-panel {
  padding: 10px;
}

.sidebar-resources-categories{
  height: 50px;
  margin-bottom: 20px;
  background-color: #e8e8e8;
  font-weight: 600;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  position: relative;
}

.sidebar-resources-categories::after{
  content: '';
  position: absolute;
  left: 42%;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #e8e8e8;
  clear: both;
}

html {
  overflow: auto;
}

/* Let's get this party started */
::-webkit-scrollbar {
  width: 12px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: #343A40;
  /* z-index: -2;
  margin-top: 50px; */
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
  /* -webkit-border-radius: 10px; */
  /* border-radius: 10px; */
}

/* Handle */
::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #2ea0d1;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
::-webkit-scrollbar-thumb:window-inactive {
background: rgba(46, 160, 209, 0.5)
}

.profile_picture {
  border: 1px solid rgba(0,0,0,.125);
  border-radius: 15px;
  display: block;
  height: 100px;
  width: 100px;
  object-fit: cover;
}

.account_name_text {
  font-size: 1.8em;
}

div.distanced {
  padding:10px;
}

.label_title {
  color: white;
  background-color: #468ada;
  border-radius: 3px;
  margin: 3px;
  padding: 3px;
}

.label_information {
  padding-left: 3px;
  padding-right: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0px;
  border-bottom: 1px solid rgba(0,0,0,.125); 
}

div.new-address {
  display: block;
  cursor: pointer !important;
  /* background-color: rgba(71, 194, 255, 0.489); */
  /* border: 1px solid rgba(0, 0, 0, 0.5);  */
  /* border-radius: 15px; */
  width: 150px;
  height: 150px;
}

.new-address:hover {
  cursor: pointer !important;
}

.new-address-text {
  cursor: pointer !important;
  font-size: 2.5em;
  margin-left: 40%;
  margin-top: 30%;
}

.new-address-text-detail {
  cursor: pointer !important;
  text-align: center;
}

p.card-text {
  margin-bottom: 2px;
}

div.address-listing {
  display: block;
  cursor: pointer !important;
  border: 1px solid rgba(0, 0, 0, 0.5); 
  border-radius: 15px;
  padding: 5px;
  /* margin-left: 20px; */
  /* width: 200px;
  height: 200px; */
}

.delete-image-parent {
  position: static;
  top: 1px;
  right: 1px;
  color: white;
  font-size: 8px !important;
  border-radius: 50% !important;
  padding: 0 4px !important;
  margin: 0px !important;
  background-color: red;
}

.delete-main-image-parent {
  position: static;
  top: 1px;
  right: 1px;
  color: white;
  font-size: 8px !important;
  border-radius: 50% !important;
  /* padding: 0 4px !important; */
  margin-bottom: 3px !important;
  background-color: red;
}

/* 
.addess-card {
  margin-left: -20px !important;
} */
.address-card {
  border-radius: 15px !important;
}

.new-address {
  border-radius: 15px !important;
}

.new-address:hover {
  color: rgb(3, 130, 194);
}

.account-menu > .list-group-item {
  border-left: 0px;
}

.spaced-address {
  margin-right: 20px;
  margin-bottom: 20px;
}

.spaced-address:last-child {
  margin-bottom: 0px;
}
/* 
.spaced-address:first-child {
  margin-left: 20px;
} */

.invis-form {
  height: 5px;
}

.address-delete-btn {
  cursor: pointer !important;
  font-size: 1.5em;
  color: red;
  position: absolute;
  top: 10px;
  right: 10px;
}

.carousel-image .carousel-item {
  width: auto;
  /* max-height: 400px; 
  min-height: 400px;  */
  height: 400px !important;
  object-fit: contain;
}

.carousel-parent {
  height: 400px;
}

.carousel-image {
  width: auto;
  height: 400px;
  object-fit: cover;
}

.carousel-caption {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 25px;
}

.edit-button-admin {
  cursor: pointer;
  color: white;
  top: 0px;
  right: 0px;
  padding: 2px;
  position: absolute;
  /* background-color: white; */
  border-radius: 5px;
}

.edit-button-user-info {

}

.delete-button:hover {
  text-shadow: 0 0 7px rgba(255, 0, 0, 0.415);
}

.spaced-bottom {
  margin-bottom: 10px;
}

#datepicker {
  background-color: #cfd7df00;
}

#datepicker:hover {
  cursor: pointer;
}

#datepicker-icon {
  z-index: -2;
  color: #6c757d!important;
}

#datepicker-icon {
  position: absolute;
  top: 10px;
  right: 25px;
}

.submit-button {  
  position: absolute;
  
  right: 15px;
}

.carrinho-table {
  border: 0px none;
  border-radius: 15px;
}

.carrinho-thead {
  border: 0px none !important;
  background-color: transparent;
}

.carrinho-thead > tr > th {
  border: 0px none !important;
}

.carrinho-quantity-td {
  text-align: center;
}

#carrinho-plus:hover, #carrinho-minus:hover {
  cursor: pointer;
  color: rgb(3, 130, 194);
}

.carrinho-price-column {
  max-width: 200px;
}

.delete-button:hover {
  cursor: pointer;
}

.modal-prod-image {
  height: 75px;
}


.address-selection-btn, .billing-selection-btn {
  color: black;
  font-size: 1.7em;
  position: absolute;
  right: 10px;
  top: 10px;
}

.address-selection-btn:hover {
  /* color: #002d65; */
  cursor: pointer;
}

#order-summary-address-div {
  display: inline;
}

.invis-form {
  height: 0px !important;
}

.address-card-footer {
  height: 40px;
}

.dropdown .dropdown-menu {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.card-link {
  position: absolute;
  right: 15px;
  bottom: 10px;
}

.order-address-card:hover {
  cursor: pointer;
}

.order-billing-card:hover {
  cursor: pointer;
}

.to-be-added-div {
  height: 100px;
  align-content: center;
}

.paymethod-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 20px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.paymethod-container input {
  position: absolute;
  opacity: 0;
}

.custom-checkmark {
  position: absolute;
  top: 3px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
  border-radius: 50%;
}

.paymethod-container:hover input ~ .custom-checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.paymethod-container input:checked ~ .custom-checkmark {
  background-color: #2196F3;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.custom-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.paymethod-container input:checked ~ .custom-checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.paymethod-container .custom-checkmark:after {
  top: 9px;
  left: 9px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: white;
}

#btn-list-family-toggle {
  padding: 2px 6px;
}

#btn-brands-toggle {
  padding: 2px 6px;
}

#order-summary {
  background: white;
  display: block;
  position: sticky !important;
  border-radius: 15px;
  position: -webkit-sticky;
}

#div-list-family-menu {
  position: absolute;
  left: -100px;
  margin-right: 5px;
  /* right: 5px; */

  padding: 5px;
}

.billadd-container:last-of-type {
  margin-bottom: 0px;
}


 /* Customize the label (the container) */
 .billadd-container {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.billadd-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.family-container {
  font-size: 14px;
}



/* Create a custom checkbox */
.custom-checkbutton {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

.custom-checkbutton-small {
  position: absolute;
  top: 2px;
  left: 0;
  height: 15px;
  width: 15px;
  background-color: #eee;
}


/* On mouse-over, add a grey background color */
.billadd-container:hover input ~ .custom-checkbutton {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.billadd-container input:checked ~ .custom-checkbutton {
  background-color: #2196F3;
}

/* On mouse-over, add a grey background color */
.billadd-container:hover input ~ .custom-checkbutton-small {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.billadd-container input:checked ~ .custom-checkbutton-small {
  background-color: #2196F3;
}


/* Create the checkmark/indicator (hidden when not checked) */
.custom-checkbutton:after {
  content: "";
  position: absolute;
  display: none;
}

/* Create the checkmark/indicator (hidden when not checked) */
.custom-checkbutton-small:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.billadd-container input:checked ~ .custom-checkbutton:after {
  display: block;
}

/* Show the checkmark when checked */
.billadd-container input:checked ~ .custom-checkbutton-small:after {
  display: block;
}

/* Style the checkmark/indicator */
.billadd-container .custom-checkbutton-small:after {
  left: 6px;
  top: 4px;
  width: 4px;
  height: 7px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
} 

/* Style the checkmark/indicator */
.billadd-container .custom-checkbutton:after {
  left: 9px;
  top: 6px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
} 

.hidden {
  display: none;
}

.order-summary-body > p {
  margin-bottom: 1px;
}

#place-order-div {
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  padding: 3 0px;
  /* font-weight: bold; */
  font-size: 1.2em;
  background: #3df666;
  color: black;
  text-align: center;
}

#order-header-div {
  text-align: center;
}

.order-group {
  padding: 5px;
  border-radius: 15px !important;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.order-group:first-child {
  padding-top: 0px;
}

.encomenda-table {
  border-radius: 15px;
  border-top: 0px transparent none !important;
}

div.order-details {
  font-size: 12px;
  /* display: flex; */
}
/* 
.order-details-prod-name {
  float: left;
}

.order-details-prod-price {
  float: right;
} */

.order-details-product-line {
  border-bottom: 1px rgba(0%, 0%, 0%, 0.3) dotted;
}

.order-details-product-line:first {
  border-top: 1px rgba(0%, 0%, 0%, 0.3) dotted;
}

.order-details-header-row {
  border-bottom: 1px rgba(0%, 0%, 0%, 0.3) solid;
}

.order-details-title {
  font-size: 17px;
}

.order-details-subtitle {
  font-size: 14px;
}

/* .order-details-product-line:last-child {
  border-bottom: 1px rgba(0%, 0%, 0%, 0.3) none;
} */
.order-details-body-row {
  margin: 0px !important;
}
.order-details-shipping-addr {
  margin-bottom: 0px;
  margin-top: 0px;
  margin-left: 5px;
}

.order-details-body-row > div {
  border-right: 1px rgba(0%, 0%, 0%, 0.3) solid;
}

.order-details-body-row > div:last-of-type {
  border-right: 1px rgba(0%, 0%, 0%, 0.3) none;
}

#order-details-products {
  margin-left: 10px;
}

/* The snackbar - position it at the bottom and in the middle of the screen */
#snackbar_fams {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  background-color: #333; /* Black background color */
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 1; /* Add a z-index if needed */
  left: 50%; /* Center the snackbar */
  bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar_noprods.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar. 
 However, delay the fade out process for 2.5 seconds */
 -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
 animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

#snackbar_noprods {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  margin-left: -125px; /* Divide value of min-width by 2 */
  background-color: #333; /* Black background color */
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 1; /* Add a z-index if needed */
  left: 50%; /* Center the snackbar */
  bottom: 30px; /* 30px from the bottom */
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
#snackbar_fams.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar. 
 However, delay the fade out process for 2.5 seconds */
 -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
 animation: fadein 0.5s, fadeout 0.5s 2.5s;
}


/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {bottom: 0; opacity: 0;} 
  to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
  from {bottom: 0; opacity: 0;}
  to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
  from {bottom: 30px; opacity: 1;} 
  to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
  from {bottom: 30px; opacity: 1;}
  to {bottom: 0; opacity: 0;}
}

.dropdown-noarrow::after {
  display: none !important;
}

#slider-range {
  margin: 1px 6px;
}

.dropdown-menu input {
  margin-right: 10px;
}  

#brands-items {
  margin-top: 3px;
  /* border-top: 1px solid rgba(0, 0, 0, 0.5); */
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  overflow-y: scroll;
  max-height: 150px;
  padding: 5px;
}


/* Let's get this party started */
#brands-items::-webkit-scrollbar {
  width: 10px;
}

/* Track */
#brands-items::-webkit-scrollbar-track {
  background-color: white;
  /* z-index: -2;
  margin-top: 50px; */
  -webkit-box-shadow: none;
  /* -webkit-border-radius: 10px; */
  /* border-radius: 10px; */
}

/* Handle */
#brands-items::-webkit-scrollbar-thumb {
  /* -webkit-border-radius: 10px;
  border-radius: 10px; */
  background: #1683ff;
  /* -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);  */
}
/* #brands-items::-webkit-scrollbar-thumb:window-inactive {
background: rgba(46, 160, 209, 0.5)
} */
.brand-item-label {
  /* border: 1px solid black; */
  display: block;
  margin-bottom: 2px;
  padding-left: 5px;
}

.brand-item-label:hover {
  background-color: rgba(30, 144, 255, 0.4);
}

#reset-btn-div {
  position: absolute;
  top: 5px;
  right: 5px;
}

.noarrows-number-input::-webkit-outer-spin-button, .noarrows-number-input::-webkit-inner-spin-button {
  display:none;
  -webkit-appearance: none;
  margin: 0;
}

.noarrows-number-input {
  -moz-appearance: textfield;
}

/* div.promo {
  border-top: 1px solid rgba(0,0,0, 0.5) !important;
} */

/* div.promo:first-of-type {
  border-top: 0px none transparent !important;
} */

#item-details .col-form-label {
  font-weight: bold;
}

.item-div {
  margin-bottom: 3px !important;
}

.body {
  min-height: calc(100vh - 378px) !important;
}