/* menu css :start */
.menu {
    display: flex;
    padding-bottom: 31px;
    border-bottom: 2px solid var(--secondary-color);
}

.no-underline {
    text-decoration: none;
}

.no-underline:hover {
    text-decoration: none;
}

.navbar-menu .navbar-item .navbar-link {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    display: inline-block;
}

.navbar-menu .navbar-item.active .navbar-link:before {
    content: "";
    position: absolute;
    bottom: 11px;
    left: 50%;
    transform: translateX(-50%);
    width: 20px;
    height: 3px;
    background-color: #fff;
}

.navbar-menu {
    display: flex;
    padding: 0;
    margin: 0;
    height: 100%;
}

.navbar-menu .navbar-item {
    list-style: none;
}

.navbar {
    padding-top: 42px;
}

.mobile-icons {
    background-color: transparent;
    border: 0;
}

.menu {
    justify-content: space-between;
}

@media screen and (min-width: 992px) {
    .navbar-lg .mobile-icons {
        display: none;
    }

    .navbar-menu {
        flex-direction: row;
        align-items: center;
    }
}
@media screen and (max-width: 991px) {
	button#mobile-icon img {
		width: 8px;
	}
}

/* menu css :end */
.main {
    padding-top: 50px;
    padding-bottom: 50px;
}

.menu-wrapper {
    width: 230px;
    flex: 0 0 auto;
}

.pic-wrapper {
    max-width: 100%;
    flex: 1 1 auto;
    width: 100%;
}

.side-menu.discount {
    width: 200px;
    height: 200px;
    background: #EDEDED;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}

.side-menu-icon {
    margin-bottom: 20px;
}

.side-menu-text {
    font-weight: 400;
    font-size: 26px;
    line-height: 26px;
    /* identical to box height, or 100% */

    text-align: center;
    text-transform: uppercase;

    color: #000000;
}

.side-menu.active {
    background-color: var(--primary-color);
}

.upload-icon {
    margin-bottom: 40px;
}

.btn {
    background: #03C0F7;
    border-radius: 10px;
    padding: 11px 20px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 500;
    font-size: 28px;
    line-height: 28px;
    /* identical to box height, or 100% */
    border: 1px solid var(--primary-color);
    text-transform: capitalize;

    color: #000000
}

.take-pic-text {
    font-weight: 500;
    font-size: 38px;
    line-height: 48px;
    /* identical to box height, or 126% */

    text-transform: capitalize;

    color: #000000;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding-left: 80px;
}

.image-upload-inner {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 76px;
    padding-bottom: 76px;
    background: #FFFFFF;
    border: 2px solid var(--primary-color);
    border-radius: 5px;
    max-width: 1300px;
    margin: 0 auto 20px;
}

.image-icon {
    width: 130px;
    height: 114.35px;
}

.take-pic-inner {
    height: 250px;
    border: 1.5px solid #D7D7D7;
    border-radius: 10px;
    margin-bottom: 30px;
    padding: 20px;
    justify-content: center;
}

.take-pic-uploaded {
    justify-content: flex-start;
}

#search {
    height: 80px;
    border: 1.5px solid #D7D7D7;
    border-radius: 10px;
    width: 100%;
    font-weight: 400;
    font-size: 28px;
    line-height: 28px;
    text-transform: capitalize;
    color: #C5C2C3;
    padding: 26px 30px;
}

.search-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    background-color: var(--primary-color);
    border: 0;
    width: 60px;
    height: 60px;
    border-radius: 10px;
}

.shop-name-inner {
    height: 80px;
    background: #03C0F7;
    border-radius: 10px;
    display: flex;
    align-items: center;
    padding: 0 30px;
}

.shop-name-title {
    font-weight: 500;
    font-size: 28px;
    line-height: 28px;
    text-transform: capitalize;
    color: #000000;
    margin-bottom: 0px;
}

.shop-distance-inner>p {
    font-weight: 400;
    font-size: 24px;
    line-height: 24px;
    text-transform: capitalize;
    color: #6D6D6D;
}

.shop-distance-inner {
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
}
.camera-image-upload {
    text-align: right;
}
.inner-menu-nav {
    display: flex;
    padding: 0;
    margin: 0;
}

.inner-menu-nav>li {
    list-style: none;
}

.inner-menu-nav>li>.inner-nav-link {
    text-decoration: none;
    padding: 26px 30px;
    display: inline-block;
    border: 1px solid #D7D7D7;
    border-radius: 10px;
    margin-right: 20px;
    color: #A5A5A5;
    font-size: 28px;
    line-height: 28px; /* 100% */
    text-transform: capitalize;
}
.inner-menu-nav>li>.inner-nav-link.active{
    background-color: var(--primary-color);
    color: #000000;
    border-color: var(--primary-color);
}
.inner-menu {
    margin-bottom: 50px;
}
.onlineshop-wrapper{
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--secondary-color);
}
.onlinshop-inner {
    display: flex;
}

.shop-image-inner {
    width: 170px;
    height: 170px;
    border-radius: 10px;
    overflow: hidden;
}

.shop-image-inner img {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
}

.shop-detail-inner {
    width: 79%;
    padding-left: 30px;
}
.shop-description {
    color: #6D6D6D;
    font-family: Poppins;
    font-size: 18px;
    line-height: 30px; /* 166.667% */
    text-transform: capitalize;
    margin-top: 14px;
    margin-bottom: 21px;
}
.price-distance {
    color: #000;
    font-size: 28px;
    font-style: normal;
    line-height: 28px;
    text-transform: capitalize;
    margin-bottom: 0;
}
.price-distance #price {
    font-weight: 600;
    margin-right: 60px;
}
#shop-distance {
    padding: 10px 9px;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: lowercase;
    background-color: var(--secondary-color);
    border-radius: 5px;
    height: 40px;
    display: inline-block;
}
.nearby-shop-address {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 30px;
    text-transform: capitalize;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
    padding-left: 25px;
}
.nearby-shop-address:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
    background-image: url(../img/ph_map-pin-bold.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: center;
}
.nearbyshop-wrapper {
    margin-bottom: 46px;
    padding-bottom: 46px;
    border-bottom: 1px solid var(--secondary-color);
}
.nearbyshop-wrapper:nth-last-child(1), .onlineshop-wrapper:nth-last-child(1) {
border: 0;
}
@media screen and (max-width: 991px) {
    
    .side-menu.discount {
        height: 120px;
    }

    .side-menu-icon {
        width: 30px;
    }

    .side-menu-text {
        font-size: 16px;
        line-height: 16px;
    }

    .image-icon {
        width: 65px;
        height: 57.17px;
    }

    .upload-btn-wrapper {
        padding-left: 14px;
    }

    .take-pic-text {
        font-size: 16px;
        line-height: 20px;
    }

    .btn {
        font-size: 14px;
        line-height: 14px;
    }

    .take-pic-inner {
        /* height: 120px; */
        height: auto;
        padding: 10px;
    }
}

@media screen and (max-width: 767.98px) {
    p.nearby-shop-address {
        font-size: 10px;
        line-height: 16px;
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .nearbyshop-wrapper {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .shop-description {
        font-size: 10px;
        line-height: 16px;
        margin-top: 6px;
        margin-bottom: 8px;
        height: 32px;
        overflow: hidden;
    }
    .shop-image-inner {
        width: 100px;
        height: 100px;
    }
    .shop-detail-inner {
        width: 66%;
        padding-left: 15px;
    }
    .price-distance {
        font-size: 14px;
        line-height: 14px;
        display: flex;
    }
    .price-distance #price {
        margin-right: 20px;
    }
    #shop-distance {
        padding: 6px;
        font-size: 8px;
        line-height: 8px;
        height: 20px;
    }
    .inner-menu-nav>li>.inner-nav-link {
        font-size: 14px;
        line-height: 14px;
        padding: 10px 18px;
        margin-right: 10px;
        margin-top: 20px;
        
    }
    .inner-menu{
        margin-bottom: 20px;
    }
    .inner-menu-nav {
        justify-content: center;
    }
    .onlineshop-wrapper {
        margin-bottom: 15px;
        padding-bottom: 15px;
    }
    .page-side-menu-wrapper {
        flex-wrap: nowrap;
        overflow-x: auto;
    }
    .uploaded-image {
        height: 100px;
        /* object-fit: cover; */
        border: 5px;
    }
    .navbar {
        padding-top: 30px;
    }

    .menu {
        padding-bottom: 19px;
    }

    .main {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .menu-wrapper {
        width: 100%;
    }

    .side-menu.discount {
        width: 100%;
    }    

    #search {
        height: 56px;
        font-size: 16px;
        line-height: 24px;
    }

    .search-btn {
        width: 40px;
        height: 40px;
    }

    .search-btn>img {
        width: 20px;
        height: 20px;
    }
    .shop-name-inner{
        height: 56px;
        padding: 16px;
    }
    .shop-name-title{
        font-size: 16px;
        line-height: 24px;
    }
    .shop-distance-inner{
        padding-top: 8px;
        padding-bottom: 20px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .shop-distance-inner>p{
        font-size: 16px;
        line-height: 24px;
    }
    .camera-image-upload {
        text-align: center;
    }
}