/* Add custom CSS styles below */ 
.navbar-brand img {
    max-height: 5rem !important;
    max-width: 100px;
    width: auto;
}
.banner--fixed img, .banner-entry {
    background-color: rgb(243 244 246 / 0%) !important;
  transition: all 0.3s cubic-bezier(0.68, -0.55, 0.265, 1.55);

}
.md\:grid-cols-3 {
    grid-template-columns: repeat(4,minmax(0,1fr));
}
.two-row .banner-entry:first-child {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}
a.banner-entry{
    height: 405px;
    background-color:unset;
}
@media(max-width:767px){
  .md\:grid-cols-3 {
    grid-template-columns: repeat(2,minmax(0,1fr));
}
a.banner-entry img{
    height: 135px;
}
}
/*Animition*/
.banner-entry:hover {
  transform: scale(1.05) rotate(3deg) translate(0px, -5px) skewX(2deg);
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
  opacity: 1;
  filter: brightness(1);
}
section.s-block.s-block--banners.container .lazy__bg.lazy.entered.loaded{
    background-size: contain;
    background-repeat: no-repeat;
}
.s-button-primary-outline {
    color: #414042;
    color: white !important;
    fill: #414042;
    fill: var(--color-primary);
    background-color: #490b0e !important;
}
.s-button-primary-outline:hover {
    background-color: #414042;
    background-color: #5f0616 !important;
    color: #ff6767;
    color: #ffffff !important;
    fill: #ff6767;
    fill: #ffffff !important;
}
.footer-is-light .store-footer {
    --tw-bg-opacity: 1;
    background-color: #f9fafb;
    background-color: rgb(73 11 14) !important;
    --tw-text-opacity: 1;
    color: #374151;
    color: rgb(255 255 255) !important;
}
.copyright-text p {
    --tw-text-opacity: 1;
    color: #374151;
    color: rgb(255 255 255) !important;
}
.footer-is-light .store-footer .store-footer__inner,.store-footer {
    --tw-border-opacity: 1;
    border-bottom-color: #e5e7eb;
    border-bottom-color: rgb(96 11 17);
    --tw-bg-opacity: 1;
    background-color: #f3f4f6;
    background-color: rgb(73 11 14);
    color: white !important;
}
.watsapp {
  position: fixed;
    z-index: 11111111111;
    width: 55px;
    bottom: -20px;
    height: 100px;
    right: 30px;
}
.s-contacts-list div#contact-slot:first-of-type {
    display: none !important;
}