.easy-autocomplete-container>ul li {
    margin: 10px;
}

.easy-autocomplete-container>ul li:hover,
.easy-autocomplete-container>ul li.selected {
    text-decoration: underline;
}

.search-box {
    height: calc(2.5em + 1rem + 2px) !important;
}

.social-icon .fab {
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 30px;
    height: 30px !important;
    line-height: 1;
    font-size: 14px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    color: #fff;
    background: none
}

.social-icon:hover .fab {
    opacity: .8
}

.social-icon .fa-facebook-f {
    background-color: #3b5998
}

.social-icon .fa-twitter {
    background-color: #00aced
}

.social-icon .fa-linkedin {
    background-color: #007bb6
}

.social-icon .fa-youtube {
    background-color: #bb0000
}

.social-icon .fa-instagram {
    background-color: #517fa4
}
.social-icon .fa-tiktok {
    background-color: #270096
}

.social-icon .fa-whatsapp {
    background-color: #73c87d;
}

.social-icon-large {
    margin-right: 20px
}

.social-icon-large .fab {
    font-size: 25px;
    background: transparent;
    color: #000;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    width: 60px;
    height: 60px !important;
    line-height: 1;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.social-icon-large:hover .fab {
    color: #fff
}
.social-icon-large:hover .fa-facebookf {
    background-color: #3b5998
}

.social-icon-large:hover .fa-twitter {
    background-color: #00aced
}

.social-icon-large:hover .fa-linkedin {
    background-color: #007bb6
}

.social-icon-large:hover .fa-youtube {
    background-color: #bb0000
}


.social-icon-large:hover .fa-instagram {
    background-color: #517fa4
}


.btn-round {
    border-radius: 4px !important
}

.btn.btn-large i {
    font-size: 24px
}

a.thumbnail > img {
    width: 100%; /* You can set the dimensions to whatever you want */
    height: 350px;
    object-fit: cover;
}
.thumb {
    padding: 0;
}

.content {
    position: relative;
    width: 100%;
    margin: auto;
    overflow: hidden;
    height: 350px;
}

.content .content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s
}
.content img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    /*object-fit: contain;
    object-fit: scale-down;
    object-position: -10% 0;
    object-fit: none;
    object-fit: fill;*/
}

.content:hover .content-overlay {
    opacity: 1
}

.content-image {
    width: 100%
}

.content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s
}

.content:hover .content-details {
    top: 50%;
    left: 50%;
    opacity: 1
}

.content-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase
}

.content-details p {
    color: #fff;
    font-size: 0.8em
}

.fadeIn-bottom {
    top: 80%
}

.product-gallery .product-carousel a{
    width: 100%;
    height: 700px;
}
.product-gallery .product-carousel a > img {
    width: 100%;
    height: 700px;
    object-fit: cover;
}

.product-gallery .product-thumbnails li > a {
    width: 70px;
    height: 100%;
}
.product-gallery .product-thumbnails li > a > img {
    width: 70px;
    height: 100%;
    object-fit: cover;
}
@media (max-width: 768px) {
    .product-gallery .product-carousel a{
        width: 100%;
        height: 300px;
    }
    .product-gallery .product-carousel a > img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
}
@media (max-width: 991px) {
    .navbar .navbar-nav {
        margin-left: 0;
    }
}