@charset "UTF-8";
/* CSS INDEXING */
.btn-lg {font-size: 18px!important;}
.btn-gr {

  background-color: #21b337db!important;
  border-color: #21b337db!important;
  color: #fff!important;
  font-size: 18px!important;
}
.minicart__product { height: 100%;min-height: 500px;} 
.btn
{
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #212529;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.375rem;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15),0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.text-bg-secondary
{
  color: #fff !important;
  background-color: RGBA(108,117,125,var(--bs-bg-opacity,1)) !important;
}
.text-bg-primary
{
  color: #fff !important;
  background-color: #0b80c87a!important;
}
.badge
{
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #fff;
  --bs-badge-border-radius: 0.375rem;
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius);
}

.widget__categories--sub__menu--link .active {
/*background: var(--secondary-color);
  color: var(--white-color);
  border-left: #48494a  2px solid;
  border-right: #48494a  2px solid;
  border-bottom: #48494a  2px solid;*/
background: #7cd6ffc4;
  border-radius: 6px;
  box-shadow: rgba(0,0,0,.05) 0 1px 2px 0;	
}
.widget__categories--menu .active .widget__categories--menu__text{ color: var(--secondary-color);}

/*.widget__categories--menu .active:hover a{color: #222;}*/
.widget__categories--sub__menu--list {
   padding: 10px 1rem;

}
.product__items {box-shadow: rgba(0, 0, 0, 0.05) 0px 0px 0px 1px;}
.shop .product__items--link { max-width: 282px; max-height: 295px; min-height: 295px; overflow: hidden;}/*min-width: 282px;*/
@media only screen and (max-width: 479px) {
.shop .product__items--link {
  max-height: 430px;
  /*min-width: 282px;*/
  min-height: 350px;
  overflow: hidden;
  margin: auto;
}	
}

.product__items--content__title.h4{ max-height: 60px; overflow: hidden;}

.breadcrumb__content--title {
    font-size: 3rem;
    line-height: 4rem;
  }
.breadcrumb__content {
  position: relative;
  margin-top: -3em;
  margin-bottom: 1em;
}