.logo-size {
    width: 100%;
    max-width: 180px;
}
.bg-custom {
    background-color: #ffffff !important;
}
@media (min-width: 1200px) {
    .display-1 {
        font-size: 4rem !important;
    }
}

.home-button {
    color: #ffffff;
    background-color: #0564b7;
    border-color: #0564b7;
}
.home-button:hover {
    color: #ffffff;
    background-color: #77bb39;
    border-color: #77bb39;
}

.catalog-button {
    color: #ffffff;
    background-color: #77bb39;
    border-color: #77bb39;
}
.catalog-button:hover {
    color: #ffffff;
    background-color: #0564b7;
    border-color: #0564b7;
}

.bg-secondary {
    background-color: #ffffff !important;
}
.custom-blue {
    color: #1066b3;
}
.custom-dgray {
    color: #1e1e1e;
}
.custom-table {
    background-color: #0564b7;
    color: #ffffff !important;
    border-color: #ffffff !important;
    margin: 5px 0;
}
.custom-table i {
    color: #ffffff !important;
    padding-left: 8px;
    padding-right: 18px;
}
.device-tab {
    background-color: #0965b8 !important;
}
.custom-input {
    border: 1px solid #bfbfbf !important;
}
.form-control:focus, .form-select:focus {
    border-color: rgb(16, 102, 179) !important;
    box-shadow: 0 0 0 .25rem rgb(16, 102, 179, .25) !important;
}

/* Gallery */

.wrapper {
  width: 100%;
}
.image-gallery {
  margin: 0 auto;
  display: table;
}
.image-gallery img {
  max-width: 100%;
}
.image-gallery .image,
.image-gallery .thumbnails {
  display: inline-flex;
}
.image-gallery .image {
  width: 600px;
  height: 600px;
  background-color: #ffffff;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
    filter: drop-shadow(#eee 1px 1px 5px);
    border-radius: 20px;
    overflow: hidden;
}
.thumbnail:hover .thumbnail-image, .selected .thumbnail-image {
  border: 2px solid #0761b6;
}
.image-gallery .thumbnail-image {
  width: 100px;
  height: 100px;
  margin: 20px auto;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
    border: 2px solid transparent;
    border-radius: 20px;
    overflow: hidden;
    filter: drop-shadow(#eee 1px 1px 5px);
}

/* Device */

@media (max-width: 1399px) {
    .image-gallery .image {
        width: 550px;
        height: 550px;
    }
}
@media (min-width: 991px) and (max-width: 1199px) {
    .image-gallery .image {
        width: 440px;
        height: 440px;
    }
}
@media (max-width: 649px) {
    .image-gallery .image {
        width: 500px;
        height: 500px;
    }
}
@media (max-width: 559px) {
    .image-gallery .image {
        width: 450px;
        height: 450px;
    }
}
@media (max-width: 499px) {
    .image-gallery .image {
        width: 400px;
        height: 400px;
    }
}
@media (max-width: 449px) {
    .image-gallery .image {
        width: 350px;
        height: 350px;
    }
}
@media (max-width: 399px) {
    .image-gallery .image {
        width: 300px;
        height: 300px;
    }
}
@media (max-width: 349px) {
    .image-gallery .image {
        width: 250px;
        height: 250px;
    }
}


















