.navbar-container {
    padding-right: 60px;
    padding-left: 60px;
}

@media (max-width: 1920px){
    .navbar-container {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media (max-width: 1300px){
    .navbar-container {
        padding-right: 30px;
        padding-left: 30px;
    }
}

@media (max-width: 767px){
    .navbar-container {
        padding-right: 10px;
        padding-left: 10px;
    }
}

#logo-img {
    margin-top: -10px;
}

@media (min-width:1921px){
    #logo-img{
        margin-top: -10px;
    }
}

.navbar-links {
    font-weight: 700;
    font-size: 14px !important;
    line-height: 20px !important;
    text-transform: uppercase !important;
    color: #333333 !important;
}

.types {
	margin-top: 72px;
}

.eye-doctor img {
    display: block;
    margin-right: auto;
}

.opticians img {
    display: block;
    margin: auto;
    margin-top: -13px;
}

.brands img {
    display: block;
    margin-left: auto;
    margin-top: -7px;
}

.opticians .types-title {

    text-align: center;
}

.brands .types-title {
    text-align: right;
}

.types-title {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    color: #555555;
    margin-top: -10px;
}

.highlighted {
    background: #F5F5F5;
    padding-bottom: 50px;
}

.premium-shops-container {
    margin-right: 110px;
    margin-left: 110px;
}

.highlighted-heading {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 44px;
    line-height: 50px;
    text-align: center;
    color: #000000;
    padding-top: 78px;
    margin-bottom: 48px;
}

.highlighted-images img{
    max-width: 100%;
    aspect-ratio: 107/102;
    object-fit: cover;
    border-radius: 12px;
}

.premium-tag {
    position: absolute;
    top: 0px;
    right: 0px;
    background: #32C3F0;
    border-radius: 10px;
    color: white;
    padding: 4px 22px;
}

.highlighted-shop-details {
    display: flex;
    align-items: center;
    margin-top: 26px;
}

.highlighted-shop-details > :nth-child(2) {
    margin-left: 15px;
    margin-right: 73px;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    margin-top: 5px;
    color: #555555;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.shop-location {
    display: flex;
    margin-top: 14px;
}

.shop-address {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 33px;
    margin-left: 22px;
    color: #333333;
}

.shop-location img {
    height: fit-content;
    margin-top: 7px;
    margin-left: 4px;
}

.stars {
    margin-top: 16px;
    margin-bottom: 16px;
    margin-left: 4px;
}

.stars span {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    color: #333333;
    margin-left: 16px;

}

.nav > li > a {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 20px;
    text-transform: uppercase;
    color: #333333;
    /* padding: 10px 9px; */
}

#bs-example-navbar-collapse-1 {
    position: relative;
    padding-left: 10px;
}

.navbar-toggle, .navbar-toggle:focus, .navbar-toggle:hover {
    background-color: #32C3F0 !important;
}

.search_btn_desktop_view {
    margin-top: 3px;
}

.searchtoggle {
    /* right: -230px; */
    background: #FFFFFF;
    border-radius: 10px;
}

#header_search {
    margin-top: 20px;
}

.highlighted-images-container::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25); 
}

.highlighted-images-container {
    position: relative;
    cursor: pointer;
}

.highlighted-images-container:before {
    content: "";
    display: block;
    position: absolute;
    top: 3px;
    bottom: 0px;
    left: 3px;
    background: rgba(0,0,0, 0.5);
    border-radius: 12px;
    margin: -4px;
    margin-left: -3px;
    width: 100%;
    height: 100.5%;
}

.ui-widget-content {
    position: fixed;
}

#advertisement-image-mobile {
    display: none;
}

#advertisement-image img, #advertisement-image-mobile img{
    border-radius: 10px;
}

#navbar-right {
    display: flex;
    align-items: center;
    position: absolute;
    top: 20%;
    right: 0px;
}

.navbar-links {
    text-decoration: none !important;
}
.shop-img-logo {
    border-radius: 50px;
}
.dropdown-toggle[aria-expanded="true"]{
    box-shadow : unset;
}
.open > .dropdown-toggle.btn-default{
    background-color: unset;
}
@media (max-width: 991px) {
    .advertisement-image-mobile {
        display: block;
    }

    .advertisement-image {
        display: none;
    }
}

@media (min-width:1608px) {
    .highlighted-images-container {
        width: fit-content;
        margin-right: 75px;
    }
}

@media (min-width:992px) and (max-width:1440px) {
    .french{
        width: 70% !important;
    }
    #logo-img {
        margin-top: -12px;
    }
    #navbar-right {
        position: unset;
    }
}

@media (min-width: 1441px) {
    .menu-first {
        position: absolute;
        top: 70%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: max-content;
    }
}

@media(max-width: 413px) {
    .types-title {
        font-size: 17px;
    }
}

@media(max-width: 543px)
{
    .types {
        padding-top: 40px;
    }

    #search_panel h2 {
        margin-bottom: 59px;
        margin-top: -33px;
    }
}

@media (max-width: 1598px) and (min-width: 767px){
    .french{
        display: flex !important;
        flex-wrap: wrap;
    }
    .highlighted-shop-details > :nth-child(2) {
        font-size: 15px;
    }

    .shop-address {
        font-size: 13px;
    }
}

@media (max-width: 1249px) {
    .premium-shops-container {
        margin-right: 70px;
        margin-left: 70px;
    }
}

@media (max-width: 991px) {
    .premium-shops-container {
        margin-right: 20px;
        margin-left: 20px;
    }

    .highlighted-images img {
        width: -webkit-fill-available;
        margin: auto;
    }

    .searchtoggle {
        left: 0;
    }
}

@media (max-width: 1337px) and (min-width: 992px){
    .highlighted-shop-details {
        flex-direction: column;
    }

    .highlighted-shop-details > :nth-child(2) {
        font-size: 15px;
        margin-right: unset;
        white-space: unset;
        text-align: center;
    }
}

@media (max-width: 767px){
    .highlighted-shop-doctor{
        margin-bottom: 20px;
    }
    .highlighted-shop-details > :nth-child(2) {
        margin-right: unset;

    }
    .shop-address{
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

}

@media (max-width:992px){
    #logo-img {
        margin-top: -12px;
    }
    #navbar-right {
        position: unset;
    }
}
@media (width: 1440px) {
    .nav > li > a {
        padding: 15px !important;
    }
}
@media (min-width: 1440px) and (max-width: 1640px) {
    .nav > li > a {
        padding: 10px 7px;
    }
}
@media (min-width: 1440px) and (max-width: 1520px) {
    .navbar-container{
        padding-right:15px;
        padding-left:15px;
    }
}
@media (max-width: 1440px){
    #navbar-right{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .search_btn_desktop_view{
        order: 3;
    }
    #bs-example-navbar-collapse-1 {
        width: 120%;
        margin-left: -35px;
        padding-left: 30px;
    }
}
    
@media (min-width: 1640px){
    .nav > li > a {
        padding: 10px 15px;
    }
}

@media (min-width: 1920px){
    .nav > li > a {
        padding: 10px 20px;
    }
    .menu-first > li > a{
        padding: 10px 30px;
    }
}
