.story-item span {
    position: absolute;
    bottom: 0;
    margin: 1px;
    padding: 10px 5px;
    cursor:pointer;
    background-color: rgba(0,0,0,0.5);
    font-family: sans-serif;
}

.story-item {
    height: 100%;
    width: 120%;
    border-radius: 5px;
    background: #3e7fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: white;

}




    .story-item:hover {
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
    }

.story-item-first {
    height: 60%;
    width: 120%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #3e7fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: white;
}

.owl-item {}

.story-list {
    width: 100%;
}

.story-item-first span {
    position: absolute;
    top: 160px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
    text-align: center;
    color: #0c071a;
    font-size: 16px;
    font-family: sans-serif;
}

.rounded-btn {
    display: block;
    top: 100px;
    left: 34px;
    width: 45px;
    height: 45px;
    margin: 5px;
    position: absolute;
    border: 5px solid #f5f5f5;
    border-radius: 50%;
    color: #f5f5f5;
    text-align: center;
    text-decoration: none;
    background: #13B1EC;
    box-shadow: 0 0 3px #3877e1;
    font-size: 24px;
    padding-bottom: 5px;
    font-weight: bold;
}

.rounded-btn:hover {
    background: #13B1EC;
}

.rounded {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    top: 10px;
    left: 5px;
    width: 42px;
    height: 42px;
    margin: 5px;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #3877e1;
    cursor : pointer
}

.owl-wrapper {
    margin: auto;
}

.owl-stage {
    display: flex
}

.trending-product-list {
    width: 100%;
}

.trending-product-item {
    height: 60%;
    width: 120%;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #3e7fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    color: white;
}

    .trending-product-item:hover {
        -webkit-transform: scale(1.03);
        transform: scale(1.03);
    }

.trending-product-item-name {
    position: relative;
    top: 120px;
    padding: 6px 10px;
    padding-bottom: 11px;
    font-size: 11px;
    color: black;
    cursor: pointer;
    font-family: sans-serif;
    overflow: hidden;
    white-space: nowrap;
}

.addto_cart_btn {
    background: #fff;
    position: relative;
    top: 110px;
    left: 5px;
    border: 1px solid gray;
    padding: 6px;
    margin: 6px;
    border-radius: 6px;
    cursor: pointer;
}

.clear_from_cart {
    height: 22px;
    width: 22px;
    top: 8px;
    left: 100px;
    position: fixed;
    border-radius: 50%;
    cursor: pointer;
}
  
.addto_cart_btn:hover {
    background-color: black;
    color: white;
}


.owl-controls .owl-buttons {
    text-align: center;
    margin-top: 20px;
    border-radius: 50%;
}

    .owl-controls .owl-buttons :hover {
        background-color: white !important;
    }

    .owl-controls .owl-buttons .owl-prev {
        width: 42px;
        height: 42px;
        position: absolute;
        top: 40%;
        left: -15px;
        border-radius: 50%;
        background-color: white !important;
    }

    .owl-controls .owl-buttons .owl-next {
        width: 42px;
        height: 42px;
        position: absolute;
        top: 40%;
        right: -15px;
        border-radius: 50%;
        background-color: white !important;
    }



@media screen and (min-width: 200px) and (max-width: 299px) {
    .story-item {
        height: 100%;
        width: 95%;
        border-radius: 5px;
        background: #3e7fff;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        color: white;
    }

    .story-item-first {
        height: 60%;
        width: 95%;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        background: #3e7fff;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        color: white;
    }

    .trending-product-item {
        height: 60%;
        width: 95%;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        background: #3e7fff;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        color: white;
    }

    .rounded-btn {
        display: block;
        top: 100px;
        left: 20px;
        width: 45px;
        height: 45px;
        margin: 5px;
        position: absolute;
        border: 5px solid #f5f5f5;
        border-radius: 50%;
        color: #f5f5f5;
        text-align: center;
        text-decoration: none;
        background: #13B1EC;
        box-shadow: 0 0 3px #3877e1;
        font-size: 24px;
        padding-top: 2px;
        font-weight: bold;
    }

        .rounded-btn:hover {
            background: #13B1EC;
        }

    .rounded {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        top: 8px;
        left: 6px;
        width: 38px;
        height: 38px;
        margin: 5px;
        position: absolute;
        border-radius: 50%;
        border: 3px solid #3877e1;
    }

    .addto_cart_btn {
        background: #fff;
        position: relative;
        top: 110px;
        left: 3px;
        border: 1px solid gray;
        padding: 3px;
        margin: 6px;
        border-radius: 6px;
        cursor: pointer;
        font-size: 12px;
    }

    .clear_from_cart {
        height: 22px;
        width: 22px;
        top: 8px;
        left: 108px;
        position: fixed;
        border-radius: 50%;
    }

    .trending-product-item-name {
        font-size: 12px;
    }

    .addto_cart_btn:hover {
        background-color: black;
        color: white;
    }
}
@media screen and (min-width: 300px) and (max-width: 359px) {
    .story-item {
        height: 100%;
        width: 95%;
        border-radius: 5px;
        background: #3e7fff;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        color: white;
    }

    .story-item-first {
        height: 60%;
        width: 95%;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        background: #3e7fff;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        color: white;
    }

    .trending-product-item {
        height: 60%;
        width: 95%;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        background: #3e7fff;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        color: white;
    }

    .rounded-btn {
        display: block;
        top: 100px;
        left: 20px;
        width: 45px;
        height: 45px;
        margin: 5px;
        position: absolute;
        border: 5px solid #f5f5f5;
        border-radius: 50%;
        color: #f5f5f5;
        text-align: center;
        text-decoration: none;
        background: #13B1EC;
        box-shadow: 0 0 3px #3877e1;
        font-size: 24px;
        padding-top: 2px;
        font-weight: bold;
    }

        .rounded-btn:hover {
            background: #13B1EC;
        }

    .rounded {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        top: 8px;
        left: 6px;
        width: 38px;
        height: 38px;
        margin: 5px;
        position: absolute;
        border-radius: 50%;
        border: 3px solid #3877e1;
    }

    .addto_cart_btn {
        background: #fff;
        position: relative;
        top: 110px;
        left: 3px;
        border: 1px solid gray;
        padding: 3px;
        margin: 6px;
        border-radius: 6px;
        cursor: pointer;
        font-size: 12px;
    }

    .clear_from_cart {
        height: 22px;
        width: 22px;
        top: 8px;
        left: 74px;
        position: fixed;
        border-radius: 50%;
    }
    .trending-product-item-name {
        font-size:12px;
    }

    .addto_cart_btn:hover {
        background-color: black;
        color: white;
    }
}
@media screen and (min-width: 360px) and (max-width: 374px) {
    .story-item {
        height: 100%;
        width: 108%;
        border-radius: 5px;
        background: #3e7fff;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        color: white;
    }

    .story-item-first {
        height: 60%;
        width: 108%;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        background: #3e7fff;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        color: white;
    }

    .trending-product-item {
        height: 60%;
        width: 108%;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        background: #3e7fff;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        color: white;
    }

    .rounded-btn {
        display: block;
        top: 100px;
        left: 28px;
        width: 45px;
        height: 45px;
        margin: 5px;
        position: absolute;
        border: 5px solid #f5f5f5;
        border-radius: 50%;
        color: #f5f5f5;
        text-align: center;
        text-decoration: none;
        background: #13B1EC;
        box-shadow: 0 0 3px #3877e1;
        font-size: 24px;
        padding-top: 2px;
        font-weight: bold;
    }

        .rounded-btn:hover {
            background: #13B1EC;
        }

    .rounded {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        top: 6px;
        left: 4px;
        width: 42px;
        height: 42px;
        margin: 5px;
        position: absolute;
        border-radius: 50%;
        border: 3px solid #3877e1;
    }

    .addto_cart_btn {
        background: #fff;
        position: relative;
        top: 110px;
        left: 8px;
        border: 1px solid gray;
        padding: 4px;
        font-size:12px;
        margin: 6px;
        border-radius: 6px;
        cursor: pointer;
    }

    .clear_from_cart {
        height: 22px;
        width: 22px;
        top: 8px;
        left: 87px;
        position: fixed;
        border-radius: 50%;
    }

    .addto_cart_btn:hover {
        background-color: black;
        color: white;
    }
}
@media screen and (min-width: 375px) and (max-width: 400px) {
    .story-item {
        height: 100%;
        width: 112%;
        border-radius: 5px;
        background: #3e7fff;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        color: white;
    }
    .story-item-first {
        height: 60%;
        width: 112%;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        background: #3e7fff;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        color: white;
    }

    .trending-product-item {
        height: 60%;
        width: 112%;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        background: #3e7fff;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        color: white;
    }

    .rounded-btn {
        display: block;
        top: 100px;
        left: 30px;
        width: 45px;
        height: 45px;
        margin: 5px;
        position: absolute;
        border: 5px solid #f5f5f5;
        border-radius: 50%;
        color: #f5f5f5;
        text-align: center;
        text-decoration: none;
        background: #13B1EC;
        box-shadow: 0 0 3px #3877e1;
        font-size: 24px;
        padding-top: 2px;
        font-weight: bold;
    }

        .rounded-btn:hover {
            background: #13B1EC;
        }

    .rounded {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        top: 10px;
        left: 10px;
        width: 42px;
        height: 42px;
        margin: 5px;
        position: absolute;
        border-radius: 50%;
        border: 3px solid #3877e1;
    }

    .addto_cart_btn {
        background: #fff;
        position: relative;
        top: 110px;
        left: 4px;
        border: 1px solid gray;
        padding: 6px;
        margin: 6px;
        border-radius: 6px;
        cursor: pointer;
    }

    .clear_from_cart {
        height: 22px;
        width: 22px;
        top: 8px;
        left: 90px;
        position: fixed;
        border-radius: 50%;
    }

    .addto_cart_btn:hover {
        background-color: black;
        color: white;
    }
}
@media screen and (min-width: 401px) and (max-width: 424px) {
    .story-item {
        height: 100%;
        width: 124%;
        border-radius: 5px;
        background: #3e7fff;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        color: white;
    }

    .story-item-first {
        height: 60%;
        width: 124%;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        background: #3e7fff;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        color: white;
    }

    .trending-product-item {
        height: 60%;
        width: 124%;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        background: #3e7fff;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        color: white;
    }

    .rounded-btn {
        display: block;
        top: 100px;
        left: 34px;
        width: 45px;
        height: 45px;
        margin: 5px;
        position: absolute;
        border: 5px solid #f5f5f5;
        border-radius: 50%;
        color: #f5f5f5;
        text-align: center;
        text-decoration: none;
        background: #13B1EC;
        box-shadow: 0 0 3px #3877e1;
        font-size: 24px;
        padding-top: 2px;
        font-weight: bold;
    }

        .rounded-btn:hover {
            background: #13B1EC;
        }

    .rounded {
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        top: 10px;
        left: 10px;
        width: 42px;
        height: 42px;
        margin: 5px;
        position: absolute;
        border-radius: 50%;
        border: 3px solid #3877e1;
    }

    .addto_cart_btn {
        background: #fff;
        position: relative;
        top: 110px;
        left: 8px;
        border: 1px solid gray;
        padding: 6px;
        margin: 6px;
        border-radius: 6px;
        cursor: pointer;
    }

    .clear_from_cart {
        height: 22px;
        width: 22px;
        top: 8px;
        left: 104px;
        position: fixed;
        border-radius: 50%;
    }

    .addto_cart_btn:hover {
        background-color: black;
        color: white;
    }
}


/*-----------------extened style style.css file-------------------------*/

.visual {
    position: relative;
}

.post-view-product {
    position: absolute;
    bottom: 20px;
    left: 10px;
    background-color: #333;
    border-radius: 50px;
    color: white;
    padding-left: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-right: 10px;
    font-size: 12px;
    font-weight: bold;
    margin: 15px, 15px, 15px, 15px;
    text-decoration: none;
    opacity: 0.8;
    display: inline-block;
}

    .post-view-product :hover {
        text-decoration: none;
        background-color: white;
        color: black;
    }


.post-picture-more {
    opacity: 0.6;
    max-height: 300px;
    max-width: 300px;
    position: absolute;
    margin-left: 305px;
    padding-left: 130px;
    text-decoration: none;
    padding-top: 140px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #333;
    color: white;
    font: bolder;
    font-weight: bolder;
    font-size: 25px;
}

#logoImgMalay {
    width: 33rem;
    margin:auto;
}

#dropdownOptn {
    margin-left: -95px;
}


#cusBtnLog {
    width: 123px;
    float: right;
    font-weight: bold;
    border-radius: 7px;
    color: #fff;
    outline: none;
    border: 0px;
    margin-left: 11px;
    margin-top: 3px;
}

#profileName {
    margin-top: -65px;
    /* margin-right: -785px; */
    margin-right: 35px
}

#logoheight {
    height: 45px;
}

#logosubHeight {
    height: 71px;
}
#cross {
    position: fixed;
    opacity: 1;
    right: 0%;
    top: 23%;
    z-index: 1000;
}

#bannerImg {
    height: 350px;
    width: auto;
}

#crossImg {
    height: 20px;
    width: 20px;
    margin-bottom: 347px;
    margin-right: -7px;
    cursor: pointer;
    opacity: 1
}
#blankSpaceformalayLogo{
    width:25%;
}
#loginMod {
    width: 39%;
    margin: auto;
}
#passChangeMod {
    width: 39%;
    margin: auto;
}
.dropbtnLog {
    background-color: #F28020;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    border-radius:50%
}

.dropdownLog {
    position: relative;
    display: inline-block;
}

.dropdown-contentLog {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-contentLog a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-contentLog a:hover {
            background-color: #ddd;
        }

.dropdownLog:hover .dropdown-contentLog {
    display: block;
}

.dropdownLog:hover .dropbtnLog {
    background-color: #F28020;
}

@media only screen and (max-width: 600px) {
    .dropbtnLog {
        background-color: #F28020;
        color: white;
        padding: 7px;
        font-size: 16px;
        border: none;
        border-radius: 50%
    }
    #loginMod {
        width: 89%;
        margin: auto;
    }
    #passChangeMod {
        width: 89%;
        margin: auto;
    }
    #logoImgMalay {
        width: 21rem;
    }

    #logoheight {
        height: 105px;
    }

    #logosubHeight {
        height: 117px;
    }

    #cusBtnLog {
        width: 55px;
        float: right;
        font-weight: bold;
        border-radius: 7px;
        color: #fff;
        outline: none;
        border: 0px;
        margin-top: 11px;
    }

    #profileName {
        margin-right: 81px;
        margin-top: -23px;
    }

    #cross {
        position: fixed;
        opacity: 1;
        right: 0%;
        top: 29%;
        z-index: 1000;
    }

    #crossImg {
        height: 20px;
        width: 20px;
        margin-bottom: 247px;
        margin-right: -9px;
        cursor: pointer;
        opacity: 1;
    }

    #bannerImg {
        height: 250px;
        width: auto;
    }
    .visual {
        position: relative;
    }
    .post-view-product {
        position: relative;
        bottom: 50px;
        left: 10px;
        background-color: #333;
        border-radius: 50px;
        color: white;
        padding-left: 10px;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-right: 10px;
        font-size: 12px;
        font-weight: bold;
        margin: 15px, 15px, 15px, 15px;
        text-decoration: none;
        opacity: 0.8;
        display: inline-block;
    }

        .post-view-product :hover {
            text-decoration: none;
            background-color: white;
            color: black;
        }


    .post-picture-more {
        opacity: 0.6;
        position: relative;
        max-height: 300px;
        max-width: 300px;
        padding-left: 130px;
        text-decoration: none;
        padding-top: 140px;
        position: absolute;
        top: 337px;
        left: -305px;
        background-color: #333;
        color: white;
        font-weight: bolder;
        font-size: 25px;
    }
}

.inner_nav i:nth-child(1):hover {
    color: rgba(0, 0, 0, 0.19);
}

.inner_nav i:nth-child(2):hover {
    color: rgba(0, 0, 0, 0.19);
}

.inner_nav i:nth-child(3):hover {
    color: rgba(0, 0, 0, 0.19);
}

.inner_nav i:nth-child(4):hover {
    color: rgba(0, 0, 0, 0.19);
}

.profile_name:hover {
    cursor: pointer;
    color: rgba(0, 0, 0, 0.19);
}
.profile_pic:hover {
    cursor: pointer;
}
.content-img :hover {
    cursor: pointer;
}

.sub-content {
    cursor: pointer;
}

.content-img:hover {
    cursor:pointer;
}

.visual :hover{
    cursor:pointer;
}
/*----------------------------------------------------------------------*/
.shopesfollowing-list {
    list-style-type: none;
    margin: 5px;
    display: flex;
    align-items: center;
}

.shopesfollowing-list li {
    width: 310px;
    cursor:pointer;
    padding:3px;
}

    .shopesfollowing-list:hover {
        background: #E4E6E9;
        color: black;
    }

.shopesfollowing-list img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    vertical-align: middle;
}

.shopesfollowing-list p {
    text-align: right;
    display: inline-block;
    vertical-align: middle;
}

.shopesfollowing {
    padding-bottom: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.productscategorieslike {
    padding-bottom: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.productscategorieslike-list {
    list-style-type: none;
    margin: 5px;
    display: flex;
    align-items: center;
}

    .productscategorieslike-list li {
        width: 310px;
        cursor: pointer;
        padding: 3px;
    }
    .productscategorieslike-list:hover {
        background: #E4E6E9;
        color: black;
    }

.productscategorieslike-list img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    vertical-align: middle;
}

.productscategorieslike-list p {
    text-align: right;
    display: inline-block;
    vertical-align: middle;
}

.editorschoice {
    padding-bottom: 10px;
}

.editorschoice-list {
    list-style-type: none;
    padding-left: 3px;
    display: flex;
    align-items: center;
}

.editorschoice-list li {
    margin-top: 5px;
    width: 310px;
    padding: 10px;
    cursor : pointer;
    background-color: #E5E7D8;
}

    .editorschoice-list li:hover {
        background-color: black;
        color: white;
    }

.editorschoice-list img {
    width: 90px;
    height: 90px;
    border-radius: 5px;
    vertical-align: middle;
}

.editorschoice-list-p {
    text-align: left;
    font-size: 15px;
    display: inline-block;
    vertical-align: middle;
}

.editorschoice-list-p p:nth-child(2) {
    font-size: 12px;
}

.dealsforyou {
    padding-bottom: 10px;
}

.dealsforyou-list {
    list-style-type: none;
    padding-left: 3px;
    display: flex;
    align-items: center;
}

.dealsforyou-list li {
    margin-top: 5px;
    padding: 10px;
    width: 310px;
    cursor : pointer;
    background-color: white;
}
    .dealsforyou-list li:hover {
        background-color: #E4E6E9;
        color: black;
    }
    .dealsforyou-list li a{
        text-decoration: none;
    }

.dealsforyou-list img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    vertical-align: middle;
}

.dealsforyou-list-p {
    padding-left: 12px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}

.dealsforyou-list-p p:nth-child(2) {
    margin-top: 1px;
}

.cartitems {}

.cartitems-list {
    list-style-type: none;
    padding-left: 3px;
    display: flex;
    align-items: center;
}

    .cartitems-list li {
        margin-top: 5px;
        width: 310px;
        padding: 10px;
        cursor: pointer;
        background-color: white;
    }
    .cartitems-list li:hover {
        background-color: #E4E6E9;
        color: black;
    }


.cartitems-list img {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    vertical-align: middle;
}

.cartitems-list-p {
    padding-left: 12px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}

.cartitems-list-p p:nth-child(2) {
    margin-top: 1px;
}

.cartitems-button {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 10px;
    margin-left: 10px;
}

.cartitems-button button {
    width: 100%;
    height: 30px;
    font-family: 'Times New Roman', Times, serif;
    font-size: large;
    font-weight: bold;
    color: #333;
    cursor:pointer;
}
    .cartitems-button :hover {
        background-color:black;
        color: white;
    }

.peoplebuyingnow {
    padding-bottom: 10px;
}

.peoplebuyingnow-list {
    list-style-type: none;
    padding-left: 3px;
    display: flex;
    align-items: center;
}

    .peoplebuyingnow-list li {
        margin-top: 5px;
        width: 310px;
        padding: 10px;
        cursor: pointer;
        background-color: white;
    }

    .peoplebuyingnow-list :hover {
        background: #E4E6E9;
        color: black;
    }

.peoplebuyingnow-list-buyandsell {
    max-width: 90px;
    max-height: 90px;
    border-radius: 5px;
    vertical-align: middle;
}

.peoplebuyingnow-list-other {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    vertical-align: middle;
}

.peoplebuyingnow-list-p {
    width: 190px;
    padding-left: 2px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}

.peoplebuyingnow-list-p p:nth-child(2) {
    margin-top: 1px;
    font-size: 12px;
    color: #143480;
    font-weight: bold;
}

.peoplebuyingnow-list-p p:nth-child(2) a {
    color: #143480;
    font-weight: bold;
}

.peoplebuyingnow-list-p p:nth-child(3) {
    margin-top: 1px;
    font-size: 12px;
    color: #13B1EC;
    font-weight: bold;
}

.peoplebuyingnow-list-p p:nth-child(3) a {
    color: #13B1EC;
    font-weight: bold;
}

.peoplebuyingnow-list-p-other {
    width: 230px;
    padding-left: 12px;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
}

.box {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-areas: 'l c r';
    grid-template-columns: 25% 50% 25%;
    grid-auto-rows: auto;
    grid-gap: 5px;
}

.left-side {
    width: 100%;
    height: 100%;
    margin: 5px;
    grid-area: l;
}

.middle-side {
    width: 100%;
    height: 100%;
    margin: 5px;
    grid-area: c;
}

.right-side {
    width: 100%;
    height: 100%;
    margin: 5px;
    grid-area: r;
}

.search-box {
    padding: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.search-box-btngroup {
    display: grid;
    overflow: auto;
    grid-template-columns: repeat(auto-fill, 212px);
    align-items: center;
    grid-gap: 4px;
}

.search-box-btn {
    width: 100%;
    border: none;
    padding: 12px 16px;
    font-size: 16px;
    cursor: pointer;
    color: #143480;
}

.search-box-text {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

.btn {
    background-color: white;
    border: none;
    color: black;
    padding: 12px 16px;
    font-size: 16px;
    border-radius: 55px;
    cursor: pointer;
    position: absolute;
}

.inner_nav div {
    width: 19%;
    float: left;
    font-size: 12px;
}

/* Darker background on mouse-over */

.btn:hover {
    background-color: RoyalBlue;
}

.scrolling-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

    .scrolling-wrapper .card {
        display: inline-block;
    }

    .scrolling-wrapper:hover::-webkit-scrollbar {
        display: block;
        height: 7px;
    }

    .scrolling-wrapper::-webkit-scrollbar {
        display: none;
    }

    .scrolling-wrapper::-webkit-scrollbar-thumb {
        background: grey;
        border-radius: 10px;
    }

    /* Handle on hover */
        .scrolling-wrapper::-webkit-scrollbar-thumb:hover {
            background: #b30000;
        }

.card {
    width: 200px;
}

    .card p {
        max-width: 180px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

/*  search bar  */

.search_sellers {
    position: relative;
    background: #FFFFFF;
    height: 40px;
    border-radius: 40px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 15px;
    color: black;
    box-shadow: 1px 1px #fff;
}

    .search_sellers:hover {
        box-shadow: 1px 1px #888888;
    }

        .search_sellers:hover > .search_sellers_input {
            width: 200px;
        }

        .search_sellers:hover > .search_sellers_btn {
            background: #18ABFE;
            color: #FFFFFF;
        }

.search_sellers_btn {
    color: black;
    float: right;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
}

.search_sellers_input {
    border: none;
    background: none;
    outline: none;
    float: left;
    color: black;
    font-size: 16px;
    transition: 0.4s;
    line-height: 30px;
    height : 40px;
    width: 200px;
}

    .search_sellers_input::-webkit-search-cancel-button {
        -webkit-appearance: none;
        height: 14px;
        width: 14px;
        display: block;
        background-image: url(https://pro.fontawesome.com/releases/v5.10.0/svgs/solid/times-circle.svg);
        background-repeat: no-repeat;
        background-size: 14px;
    }
#mobileNoInput {
    height: 35px;
    width: 84% !important
}
@media screen and (max-width: 800px) {

    #mobileNoInput {
        height: 35px;
        width: 71% !important
    }
}