* {
  /*box-sizing: border-box;*/
}


body{
    margin-left:0;
    margin-top:0;
    width:100%;
    /*overscroll-behavior: contain;*/
}

.nothingnnn::before {
  content: "";
  position: fixed;
  top: -10px;
  left: 0;
  width: 100%;
  height: 10px;
  box-shadow: 0px 0 10px rgba(0, 0, 0, 0.8);
  z-index: 999999999999999999999999999999999999999999999999999999999999999999999999999999;
}

#lifestylesmallmore{
    display:none;
}


.changPasswordform {
    text-align:center;
    width:90%;
    margin:auto;
    display:none;
}

.forblackshadow{
    /*scroll-behavior: smooth;*/
    position:relative;
}

.slideUpauto {
  animation-name: slideUpauto;
  -webkit-animation-name: slideUpauto;
  animation-duration: 1s;
  -webkit-animation-duration: 1s;
  visibility: visible;
}

@keyframes slideUpauto {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70%);
  } 
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}

@-webkit-keyframes slideUpauto {
  0% {
    opacity: 0;
    -webkit-transform: translateY(70%);
  } 
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%);
  }
}

.textInfodivhidescroll {
  white-space: normal;
  word-wrap: break-word;
}


.replyingToalert{
    text-align:left;
    border:1px solid lightgrey;
    border-bottom:0px solid lightgrey;
    border-top-right-radius:30px;
    border-top-left-radius:30px;
    width:90%;
    margin:auto;
    display:none;
    font-size:11px;
}

.replyingTopreview{
    text-align:left;
    border:1px solid lightgrey;
    border-bottom:0px solid lightgrey;
    border-top-right-radius:30px;
    border-top-left-radius:30px;
    width:90%;
    margin:auto;
    font-size:11px;
}

.preDeletealert, .preDeletealertconver{
    position:fixed;
    transform: translate(-50%, 0);
    left:50%;
    display:inline-block;
    background:black;
    opacity:.7;
    color:white;
    padding:5px;
    border-radius:5px;
    right:5%;
    top:10%;
    z-index:2;
    font-size:13px;
    width:150px;
}

.preNewmssgalert{
    position:fixed;
    text-align:center;
    transform: translate(-50%, 0);
    left:50%;
    display:inline-block;
    background:black;
    opacity:.7;
    color:white;
    padding:5px;
    border-radius:5px;
    right:5%;
    z-index:2;
    font-size:13px;
    width:100px;
}

.preDeletealertconver{
    width:170px;
}

.navigationAccess{
    border:1px solid lightgrey;
    border-top:0px solid lightgrey;
    border-bottom-right-radius:30px;
    border-bottom-left-radius:30px;
    width:90%;
    margin:auto;
    font-size:11px;
    margin-bottom:3%;
}

.navigateLeft{
    font-size:30px;
    margin:5px;
    margin-left:10px;
    cursor:pointer;
}

.navigateRight{
    font-size:30px;
    margin:5px;
    margin-right:10px;
    float:right;
    cursor:pointer;
}

.divtoalignContentshorizontal{
    position:relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}


.fastAccesbilited{
    position:fixed;
    right:20.4%;
    width:22.5%;
    text-align:center;
    z-index:6;
}

.fastAccesbilitedbttn{
    position:relative;
    border-radius:50%;
    cursor:pointer;
    outline:none;
    width:45px;
    height:45px;
    text-align:center;
    margin-left:7px;
    font-size:20px;
}

.activefastAccesbilitedbttn, .fastAccesbilitedbttn:hover {
  background:gray;
  border-color:black;
}

.enteringPaymentdetails, .enteringmediaPaymentdetails, .attachingonListdiv{
    display:none;
}

.additionalComments{
    -webkit-tap-highlight-color: transparent;
}

.withdrawlform{
    text-align:center;
}

#withdralinfor, #depositinfor, #transHistdiv{
    display:none;
}

.transacttable{
    width:100%;
    border-collapse:collapse;
}

.prevPasswordinput {
    margin-bottom:10px;
    width:80%;
    height:30px;
    outline:none;
    border:1px solid grey;
}

.deorationbttntop{
    margin-right:18%;
    color:white;
    float:right;
    font-size:35px;
    cursor: pointer;
    border-radius:50%;
    padding:5px;
}


.changePasswordbttn{
    margin-bottom:10px;
    width:80%;
    height:30px;
    outline:none;
    background:lightblue;
    color:red;
    font-size:bold;
    border-radius:10px;
    cursor:pointer;
}


.contload{
    margin-top:50px;
}

.tologin, .toregister{
    border-radius:10px;
    padding:5px;
    cursor:pointer;
    outline:none;
}

.tologin:hover {
    background:lightblue;
    color:green;
}

.toregister:hover {
    background:lightblue;
    color:green;
}

.changePasswordbttnfordownload{
    margin-bottom:10px;
    width:80%;
    outline:none;
    background:lightblue;
    color:red;
    font-size:bold;
    border-radius:10px;
    cursor:pointer;
}





.loadDiv{
    text-align:center;
    height:98vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: center;
}


.closex2 {
    color:red;
    cursor:pointer;
    font-size:20px;
    padding:4px;
    border-radius:50%;
    background-color:white;
    float:right;
}

.listYashare {
    display:none;
    position:absolute;
    list-style:none;
    text-align:center;
    right:0;
    bottom:70px;
    margin:0;
    padding:0;
}

.listYashare2 {
    list-style:none;
    text-align:center;
    background:red;
}

.listYashare li{
    /*float:left;*/
    text-align:center;
}



.bussinessdetailsfunction{
    width:80%;
    height:100px;
    border:1px solid grey;
}


.listYashare2 li{
    float:left;
    text-align:center;
    margin-top:20px;
    margin-bottom:20px;
    width:100%;
}

.listYashare li button{
    font-size:20px;
    cursor:pointer;
    border-radius:10px;
    padding-top:5%;
    padding-bottom:5%;
    outline:none;
}

.listYashare2 li button{
    cursor:pointer;
    border-radius:10px;
    outline:none;
    width:50%;
    margin-left:25%;
}

.listYashare2 li a{
    text-decoration:none;
}


#buttontosharewhatsapp:hover{
    background:green;
    color:white;
}

#buttontosharewhatsapp{
    color:green;
}

#buttontosharefacebook{
    color:blue;
}

#buttontosharefacebook:hover{
    background:blue;
    color:white;
}
#buttontosharecopylink1{
    margin-right:20px;
}

#buttontosharecopylink1:hover{
    background:gray;
    color:white;
}

#kwakusharezote:hover ~ .listYashare{
    display:block;
}


#listYashare1:hover {
    display:block;
}

#listYashare2:hover {
    display:block;
}

#listYashare3:hover {
    display:block;
}

#listYashare4:hover {
    display:block;
}


.hiscommentfield{
    text-align:center;
    margin-top:5px;
}


.nointernet {
    position:absolute;
    bottom:10vh;
    left: 50%;
    transform: translate(-50%, 0);
}

.ontop {
    position:-webkit-sticky; /* Safari */
    position:sticky;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: space-between;
    top:0;
    background-color:#e90e5a;
    
    background: rgb(233,14,90);
    background: linear-gradient(45deg, rgba(233,14,90,1) 82%, rgba(74,224,240,1) 82%);
    
    background: rgb(233,14,90);
    background: linear-gradient(180deg, rgba(233,14,90,1) 35%, rgba(255,255,255,1) 100%);
    
    background: rgb(74,224,240);
    background: linear-gradient(141deg, rgba(74,224,240,1) 21%, rgba(233,14,90,1) 21%); 
    
    
    
    box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.5);
    z-index:9999;
    
}

.forsuppliermenu, .conversationOptions {
    display:none;
    position:absolute;
    right:10px;
    top:12px;
    list-style:none;
    border:1px solid grey;
    margin:0;
    padding:0;
    background:white;
    border-radius:5px;
    
}

.onlinerClass{
    color:lightgreen;
    font-size:7px;
}

.onlinernoteClass{
    color:transparent;
    font-size:7px;
}

.conversationOptions{
    right:15px;
    width:140px;
}


.forsuppliermenu li{
    padding:8px;
    cursor:pointer;
}
.conversationOptions li{
    padding:8px;
    cursor:pointer;
}
.forsuppliermenu li:hover{
    background:grey;
    color:white;
}

.conversationOptions li:hover{
    background:lightgreen;
    opacity:.7;
    color:white;
}


/* Create four equal columns that sits next to each other */
.shopcolumn{
   font-family:Arial,sans-serif,Helvetica,Monospace;/*font-family: Arial, Helvetica, sans-serif;*/
   -ms-flex: 25%; /* IE10 */
   flex: 25%;
   max-width: 25%;
}

#postmenu:hover ~ .forsuppliermenu {
    display: block;
}

#conversationOptionstd:hover ~ .conversationOptions {
    display: block;
}

#forsuppliermenu:hover {
    display: block;
}

#conversationOptions:hover {
    display: block;
}


.logonembo{
    height:60px; margin-top:.5%; margin-bottom:.5%;
}
 
 
 .chatform .textmessageattachment {
    width:60%;
    /* Position the tooltip */
    position: absolute;
    z-index: -1;
    bottom: 100%;
    left: 50%;
    margin-left: -38%;
}

.onbody {
    background-color:red;
    height:100%;
    background-color:#e90e5a;
    
    background: rgb(233,14,90);
    background: linear-gradient(0deg, rgba(233,14,90,1) 21%, rgba(255,255,255,1) 100%); 
}

.contents {
    background-color:white;
    float:left;
    margin-left:2.2%;
    width:60%;
    border-bottom:10px;
    border-bottom-left-radius:50px 30px;
    border-bottom-right-radius:50px 30px;
    box-shadow: 0px 8px 0px 0px rgba(0, 0, 0, 0.5);/*rgba(0, 0, 0, 0.5)*/
    box-shadow: 0 2.2vw 0 2.2vw #e73271;/*#e90e5a;*/
    z-index:-999;
}

.sliding {
    text-align:center;
    cursor:pointer;
    background-color:#e73271;
    border-bottom:10px white solid;
    border-bottom-left-radius:50px 30px;
    border-bottom-right-radius:50px 30px;
    z-index:999999999;
    -webkit-tap-highlight-color: transparent;
    /*-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;*/
}

/*.forprofile {
    display: block;
    margin: auto;
    
    width:auto;
    height: 100%;
    
}
*/
.logonembo {
    display:;
}
#italogin{
    display:;
}


.forprofiledivtop {
    display:;
    /*display: flex;
    justify-content: center;*/
    overflow: hidden;
    vertical-align:middle;
    line-height:100%;
    margin-right:12%;
    margin-left:12%;
    cursor: pointer;
    width:60px;
    min-width:60px;
    height:60px;
    border:1px solid white;
    border-radius:50%;
    background-size: cover;
    background-repeat: no-repeat;
}

#intendFilter {
    display:none;
}

.preremovefromcartdiv{
    position:absolute;
    text-align:center;
    top:20%;
    left:0;
    right:0;
}

.preremovefromcart{
    background:black;
    cursor:pointer;
    border-radius:10px;
    border:2px solid white;
    opacity:.8;
    color:white;
    padding-top:5px;
    padding-bottom:5px;
    padding-left:5px;
    padding-right:5px;
}

.divUpandewakuliaintop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: flex-end;
    width:50%;
}


.additionalFeat{
    width:100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: flex-end;
    width:50%;
}
.aboutFiltering {
    color:white;
    cursor: pointer;
    width:150px;
    margin-right:18%;
    /*border:1px solid white;*/
    border-radius:10px;
    background:transparent;
    height:30px;
    transition-property: width;
    transition-duration: 1s;
    transition-delay: 0.1s;
}

.aboutFiltering option {
    background:#e90e5a;
}



.chatform {
    position:fixed;
    text-align:center;
    width:60%;
    background:transparent;
}

.vidOrimagetag, .vidOnlytag{
    position:absolute;
    transform: translate(-50%, 0);
    left:50%;
    top:0;
    height: 99999px;
    object-fit:contain;
    max-height: 100%;
    max-width: 100%; 
}


.textmessageattachment{
    position:fixed;
    background:white;
    margin:auto;
    width:37%;
    text-align:left;
    display:inline-block;
    border:.5px solid lightgrey;
    border-bottom:0 solid lightgrey;
    -webkit-border-top-right-radius: 10px;
    -moz-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
}

.closerep{
    float:right;
    padding-right:5px;
    padding-top:2px;
    cursor:pointer;
    z-index:1;
}

.closerep:hover {
    color:red;
}

.holdreplymedia{
    float:right;
    display:inline-block;
    max-width:50px;
    max-height:50px;
}

.messgaReplyedmedia{
    position:absolute;
    top:0;
    right:0;
    border-left:.5px solid lightgrey;
    height: 99999px;
    object-fit:contain;
    max-height: 100%;
    max-width: 100%;
    z-index:-2;
}

.replyedtextyenyewe{
    width:50%;
    /*white-space: nowrap;
    text-overflow: ellipsis;
    white-space: normal;
    */word-wrap: break-word;
    margin:5px;
    overflow: hidden !important;
    display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
   -webkit-box-orient: vertical;/* autoprefixer: ignore next*//* -webkit-box-orient: vertical;*/
}


.showprofiledivtop {
    position:relative;
    display:;
    /*display: flex;
    justify-content: center;*/
    overflow: hidden;
    vertical-align:middle;
    line-height:100%;
    width:180px;
    height:180px;
    border:1px solid #03dffc; /*#e90e5a;*/
    border-radius:50%;
    background-size: cover;
    background-repeat: no-repeat;
    margin:auto;
}

.showprofiledivtop1 {
    position:relative;
    display:;
    /*display: flex;
    justify-content: center;*/
    overflow: hidden;
    vertical-align:middle;
    line-height:100%;
    width:180px;
    height:180px;
    border:1px solid #03dffc; /*#e90e5a;*/
    border-radius:50%;
    background-size: cover;
    background-repeat: no-repeat;
    margin:auto;
    display:none;
}

.showprofiledivtopEnter{
    display:none;
}

.forprofilediv {
    display:;
    /*display: flex;
    justify-content: center;*/
    overflow: hidden;
    vertical-align:middle;
    line-height:100%;
    float:right;
    margin-right:6%;
    margin-top:2%;
    margin-bottom:2%;
    cursor: pointer;
    width:35px;
    height:35px;
    border:1px solid white;
    border-radius:50%;
    background-size: cover;
    background-repeat: no-repeat;
}

#completedownloadhead{
    font-family:Arial,sans-serif,Helvetica,Monospace;/*font-family: Arial, Helvetica, sans-serif;*/
}


.messages {
    position:fixed;
    overflow-y:auto;
    width:59%;
    margin-left:0.5%;
    display: flex;
    flex-direction: column-reverse;
}

.pichayatangazotu{
    overflow: hidden;
    vertical-align:middle;
    line-height:100%;
    background-size: contain; /*cover auto 100%*/
    background-repeat: no-repeat;
    cursor: pointer;
    width:100%;
    height:180px;
    background-position: center;
    transition: background .5s;
}

.switchleft, .switchright{
    position:absolute;
    background:black;
    opacity:.3;
    color:white;
    border-top:1px solid white;
    border-bottom:1px solid white;
    height:30%;
    cursor:pointer;
    z-index:5;
    outline:none;
    top:35%;
}

.switchleft:hover, .switchright:hover{
    background:green;
}

.switchright{
    border-right:0 solid white;
}

.switchleft {
    border-left:0 solid white;
    border-right:1px solid white;
    border-top-right-radius:10px;
    border-bottom-right-radius:10px;
    left:0;
}


.switch {
  position: relative;
  display: inline-block;
  width: 51px;
  height: 24px;
  -webkit-tap-highlight-color: transparent;
}

.switch input { 
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 16px;
  width: 16px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #e90e5a;
}

input:focus + .slider {
  box-shadow: 0 0 1px #e90e5a;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.buttonuploadpicture {
            color:#e90e5a;
            cursor:pointer;
            margin-top:15px;
            margin-bottom:15px;
            width:80%;
        }
        
        
        .nationalimagePreview0, .nationalimagePreview1, .nationalimagePreview2, .nationalimagePreview3 {
            border-radius:10px;
            margin-left:10%;
            height:auto;
            width:80%;
            margin-top:10px;
        }
        
        .toaddpicture2, .toaddpicture4{
            position:absolute;
            border-radius:10px;
            margin-right:9%;
            margin-left:1%;
            height:100px;
            width:40%;
            top:0;
            right:0;
            background:red;
        }
        
         .toaddpicture3 {
             float:left;
            border-radius:10px;
            height:100px;
            width:40%;
            background:red;
         }
         
         .priceinputfield{
            border-top:0;
            border-left:0;
            border-right:0;
            border-bottom:1px solid #e90e5a;
            width:30%;
            outline:none;
            border-radius:5px;
            margin-top:6%;
            margin-right:50%;
            margin-bottom:6%;
        }
        
        .MinimumOrder{
            border-top:0;
            border-left:0;
            border-right:0;
            border-bottom:1px solid #e90e5a;
            width:20%;
            outline:none;
            border-radius:5px;
            margin-top:6%;
            margin-right:60%;
            margin-bottom:15px;
        }
        
        .Specifications {
            float: left;
            margin-left:10%;
            font-weight:bold;
        }
        
        .addmores{
            cursor:pointer;
            color:lightblue;
        }
        
        .Delivering{
            float: left;
            margin-left:10%;
        }
        
        .forspecification{
            margin-bottom:15px;
        }
        
        .forspecification table{
            margin-left:15%;
            margin-bottom:5px;
            text-align:left;
        }
        
        .forspecification td{
            padding-right:10px;
        }
        
        .kwadetails {
            width:80%;
        }
        
        .aboutloacation {
            border-top:0;
            border-left:0;
            border-right:0;
            border-bottom:1px solid #e90e5a;
            margin-top:6%;
            width:40%;
            outline:none;
            border-radius:5px;
        }
        
        .nicknameprofile1 {
            border-top:0;
            border-left:0;
            border-right:0;
            border-bottom:1px solid #e90e5a;
            width:80px;
            outline:none;
            border-radius:5px;
        }
        
.switchright {
    border-left:1px solid white;
    border-top-left-radius:10px;
    border-bottom-left-radius:10px;
    right:0;
}



.forprofiledivpost {
    overflow: hidden;
    margin-left:2%;
    margin-top:2%;
    margin-bottom:2%;
    margin-right:0%;
    cursor: pointer;
    width:35px;
    min-width:35px;
    height:35px;
    min-height:35px;
    border:1px solid grey;
    border-radius:50%;
    background-size: cover;
    background-repeat: no-repeat;
    display:inline-block;
}

.previewvidContainer{
    position:relative;
    margin:1%;
    width:23%;
    padding-top:calc(((23 * 56.25) / 100) * 1%);
}

.previewpicContainer{
    position:relative;
    margin:1%;
    width:23%;
    padding-top:23%;
}


.forprofiledivpostchatroom{
    position:fixed;
    left:21%;
    overflow: hidden;
    margin-left:2%;
    margin-top:2%;
    margin-bottom:2%;
    margin-right:0%;
    cursor: pointer;
    width:50px;
    min-width:50px;
    height:50px;
    min-height:50px;
    border-radius:50%;
    border:.5px solid grey;
    background-size: cover;
    background-repeat: no-repeat;
    display:inline-block;
    box-shadow: 0 0 5px #333;
    z-index:1;
}

.forprofiledivpostcomment {
    overflow: hidden;
    margin-left:2%;
    margin-top:2%;
    margin-bottom:2%;
    margin-right:0%;
    cursor: pointer;
    width:35px;
    min-width:35px;
    height:35px;
    min-height:35px;
    border:1px solid black;
    border-radius:50%;
    background-size: cover;
    background-repeat: no-repeat;
    display:inline-block;
}

.toppost {
    position:relative;
    
    border-top-right-radius:20px;
    border-top-left-radius:20px;
    
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: space-between;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(233,14,90,1) 100%);
    background: white;
}

.toppostb{
    padding-right:2%;
    border-top-right-radius:20px;
    border-top-left-radius:20px;
    
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: space-between;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(233,14,90,1) 100%);
    background: white;
    z-index:0;
}

/*align-items: center;
  min-height: 100%;*/
/*
checkout with these two

  
    }



*/

.lefttoppost {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  /*align-items: center;
  min-height: 100%;*/
}

.lefttoppostb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  /*align-items: center;
  min-height: 100%;*/
}


.posterdetails {
    /*height:35px;
    /*width:80%;*/
    text-align:left;
    display:inline-block;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

#postmenu {
    cursor:pointer;
    padding:2%;
}

#postmenub {
    cursor:pointer;
}

.posterthought, .posterthoughttitle {
    padding-left:2%;
    padding-right:2%;
    padding-bottom:1%;
}


.posterstrictycopy{
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    -o-user-select: none;
    user-select: none;
}


.postdate, .postdatemssg, .postdatemssg1 {
    color:grey;
    font-size:10px;
}

.commentername{
    
}
.commentdate{
    color:grey;
    font-size:10px;
}

.hiscomment{
    text-align:left;
}

.postresponse{
    /*display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
      /*align-items: center;
      min-height: 100%;
      justify-content: space-between;*/
      /*padding-left:5%;
      /*padding-right:7%;*/
      text-align:center;
      padding-left:0;
      padding-right:0;
}

.shareiconb{
    color:grey;
}


.blacked{
    color:black;
}

.shareicond, .greened{
    color:green;
}

.heartvote, #commentreply, #commenticon, #shareicon, .shareiconb, .shareicond{
    cursor:pointer;
    font-size:20px;
}

#commentreply, .heartvote {
    padding:1%;
    padding-left:2%;
}

#commentreply {
    padding:1%;
}

.commentscount, .viewscount {
    cursor:pointer;
    color:grey;
    font-size:13px;
}

#shareicon {
    padding:0;
    padding-right:0;
}

.shareiconb, .shareicond {
    /*margin-right:5%;
    float:right;*/
    padding-top:1%;
    padding-bottom:1%;
}

.aboutcomments {
    text-align:center;
}

.commentslistdiv {
    text-align:center;
}


.commentslistdivreply{
    text-align:left;
}


.prevCommentsleft, .prevCommentsright, .moreComments, .hideComments, .moreReplies{
    cursor:pointer;
}

.hideComments {
}

.prevCommentsleft{
    float:left;
}

.prevCommentsleftreplies {
    
}

.prevCommentsright{
    float:right;
}

.oneComment {
    background:#F0EFEE;/*#E2E0DF;*/
    margin-top:1%;
    border:1px solid grey;
    border-radius:5px;
    padding-bottom:1%;
}

.onereplyComment{
    background:#F0EFEE;/*#E2E0DF;*/
    margin-bottom:1%;
    border:1px solid grey;
    border-radius:5px;
    padding-bottom:1%;
}

.toppostComment{
    position:relative;
    
    border-top-right-radius:5px;
    border-top-left-radius:5px;
    
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    justify-content: space-between;
    background: rgb(255,255,255);
    background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(233,14,90,1) 100%);
    background: white;
}


.commentinputfield {
    border-radius:5px;
    min-width:94%;
    max-width:94%;
    outline:none;
    min-height:50px;
    max-height:50px;
}

.replyingToimg{
    border-radius:50%;
    border:.5px solid grey;
    margin-right:5px;
    margin-bottom:2px;
    margin-top:8px;
    margin-left:8px;
    width:30px;
    height:30px;
}

.commentButton {
    cursor:pointer;
    color:black;
    font-weight:bold;
}

.moreComments {
    margin-bottom:2%;
}
.sliding2 {
    text-align:center;
    cursor:pointer;
    background-color:#e73271;
    border-bottom:10px white solid;
    border-bottom-left-radius:50px 30px;
    border-bottom-right-radius:50px 30px;
    box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.5);
    z-index:99999999999999;
    -webkit-tap-highlight-color: transparent;
}


.bottombar {
    position:fixed;
    background:#e73271;/*#f7055b;/*#e90e5a;*/
    color:white;
    bottom:0;
    left:20%;
    width:60%;
    text-align:center;
}
/*from {opacity: 0;}
  to {opacity: 1;}*/
/*
@keyframes fade_in_show {
    //also check these for postred details
     0% {
          opacity: 0;
     }
     
     25% {
          opacity: 0.25;
     }
     
     75% {
          opacity: 0.75;
     }
     
     100% {
          opacity: 1;
     }
}



*/

.forblackshadow {
    border-bottom-left-radius:50px 30px;
    border-bottom-right-radius:50px 30px;
    box-shadow: 0 8px 0 0 rgba(0, 0, 0, 0.5);
    z-index:1;
    overflow:auto;
}




.capesule {
    z-index:9991;
}

.growingdiv {
    transition-property: height;
    transition-duration: 1s;
    transition-delay: 0.1s;
    overflow-y:auto;
    /*box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.5);*/
    background-color:#f6bfd2;/*f7b4cc f194b5 ff0059 f6bfd2*/
}


.ukiklik {
    cursor:pointer;
}

.wekavituhumu {
    vertical-align: middle;
    line-height:100%;
    z-index:-999999999999999999999;
    
}

.contentzenyewe {
    margin:auto;
    z-index:-999999999999999999999;
}

.divKuria{
    float:right;
    width:17.8%;
    overflow-y:auto;
}

.divKushoto{
    float:left;
    width:17.8%;
    overflow-y:auto;
}

.tdCalss{
    width:25%;
    padding:2%;
    text-align:center;
    vertical-align:text-top;
    /*box-shadow: 0 5px 10px 5px white;*/
}


#grownIcon {
    cursor:pointer;
    font-size:40px;
}

.growntb {
    font-family: Arial, Helvetica, sans-serif;
}

.forsearch {
    position:relative;
    margin-top:0.3%;
    margin-bottom:0.6%;
    height:23px;
    width:30%;
    border-radius:20px;
}

.forsearch:focus{
    outline: none;
}

#searchidplus {
    margin-left: 2%;
    box-shadow: 10px 0px 5px 0px #e73271;
    
}

#searchid, #returnsearch {
        display:none;
    }

#fornotifications {
    float:right;
    margin-right:6%;
}

.badge {
  position: absolute;
  top: -7px;
  right: 4%;
  /*padding: 5px 10px;*/
  border-radius: 50%;
  background-color: green;
  color: white;
  border:1px solid white;
  z-index:999999999999999999;
}

.badgedicon{
  position: absolute;
  top: 0px;
  right: 20%;
  /*padding: 5px 10px;*/
  border-radius: 50%;
  background-color: green;
  color: white;
  border:1px solid white;
  z-index:999999999999999999;
}


.postlist{
    width:98%;
    margin:auto;
    height:auto;
    border:1px solid grey;
    border-radius:20px;
    margin-bottom:3%;
}

.outermostpostdiv, .forpostcssouterdiv, .totaladditionalpostsdiv{
    width:60%;
    margin-left:.7%;
}

.lifestylepostlist{
    height:auto;
    border:1px solid grey;
    border-radius:20px;
    margin-bottom:3%;
    box-shadow: 0 10px 20px -5px rgba(115,115,115,0.75);
}

.lifestylepostlistnomrgnbttm{
    height:auto;
    border:1px solid grey;
    border-radius:20px;
    margin-bottom:0;
    box-shadow: 0 10px 20px -5px rgba(115,115,115,0.75);
}

.commentsDiv{
    /* Initially we don't want any height, and we want the contents to be hidden */
	max-height: 0;
	overflow: auto;
	/* Set our transitions up. */
	-webkit-transition: max-height 1s;
	-moz-transition: max-height 1s;
	transition: max-height 1s;
}


.loginerrortext {
    display:block;
    width:80%;
    margin-left:10%;
}
.tologin {
    cursor:pointer;
    font-weight:bold;
}

.toregister {
    cursor:pointer;
    font-weight:bold;
}

.toregister1 {
    margin-left:10%;
    cursor:pointer;
    font-weight:bold;
    float:left;
}

.toregister2 {
    cursor:pointer;
    font-weight:bold;
    margin-right:10%;
    float:right;
    background:#e90e5a;
    color:white;
    border-radius:10px;
}

.tocreateaccount {
    margin-top:6%;
    cursor:pointer;
    font-weight:bold;
    background:transparent;
    border-radius:20px;
    margin-bottom:6%;
    outline:none;
}

.sitelogo {
    width:50%;
    margin-top:4%;
    text-align:center;
    float:left;
}

.iconlogo {
    width:50%;
}

.fileBrowser, .allfileBrowser, .fileBrowsering {
    display:none;
}



.signincredentials {
    width:40%;
    border-radius:10px;
    text-align:center;
    box-shadow: 0 10px 20px 10px #e90e5a;
    float:right;
    padding-top:4%;
    margin:4%;
}

.fungafungashowmybussinesscredentials{
    position:relative;
    /*height:520px;
    overflow: auto;
    transition-property: height;
    transition-duration: 1s;
    transition-delay: 0.1s;*/
}

.forgotPasswordsec, .confirmPasswordsec, .enternewPasswordforgotsec, .confirmPasswordsecprofile{
    text-align:center;
    display:none;/*
    height:0;
    overflow: auto; 
    transition-property: height;
    transition-duration: 1s;
    transition-delay: 0.1s;*/
}

.upgradelistingdiv{
    text-align:center;
    padding-bottom:20px;
}

.confirmPasswordseccon{
    /*height:200px;
    overflow: auto;
    transition-property: height;
    transition-duration: 1s;
    transition-delay: 0.1s;*/
}

.upgradelistingdiv{
    text-align:center;
}

.initiatedownloaddiv{
    text-align:center;
}

.signincredentialspicture {
    display:none;
    width:40%;
    border-radius:10px;
    text-align:center;
    box-shadow: 0 10px 20px 10px #e90e5a;
    float:right;
    padding-top:4%;
    margin:4%;
}


.signingpreferences {
    text-decoration:none;
    width:80%;
    margin:auto;
    margin-top:3%;
    text-align:left;
}

.signingpreferences1 {
    text-decoration:none;
    width:80%;
    margin:auto;
    margin-top:3%;
    text-align:left;
}

.staysigned {
    vertical-align: top;
}

.nationalstatus {
    text-align:left;
    width:80%;
    margin:auto;
    margin-top:8%;
}

.nationalstatusnomargintop{
    text-align:left;
    width:80%;
    margin:auto;
}

.nationalstatusyenyepaddingtop{
    text-align:left;
    width:80%;
    margin:auto;
    padding-top:8%;
}

.nationalstatusyenyepaddingbttm{
    text-align:left;
    width:80%;
    margin:auto;
    /*padding-bottom:8%;*/
}

.forgotpassword {
    float:right;
    cursor:pointer;
}

.userinputfield, .passwordinputfield{
    border-top:0;
    border-left:0;
    border-right:0;
    border-bottom:1px solid #e90e5a;
    margin-top:6%;
    width:80%;
    outline:none;
    border-radius:5px;
}

.countryphonecode {
    border-top:0;
    border-left:0;
    border-right:0;
    border-bottom:1px solid #e90e5a;
    margin-top:6%;
    width:20%;
    outline:none;
    border-radius:5px;
}

.userinputfield2 {
    border-top:0;
    border-left:0;
    border-right:0;
    border-bottom:1px solid #e90e5a;
    margin-top:6%;
    width:60%;
    outline:none;
    border-radius:5px;
}

.userinputfieldEmail{
    border-top:0;
    border-left:0;
    border-right:0;
    border-bottom:1px solid #e90e5a;
    margin-top:6%;
    width:80%;
    outline:none;
    border-radius:5px;
    float:left;
    margin-left:9%;
}

.userinputfield4 {
    float:left;
    height:15px;
    border:1px solid lightgrey;
    margin-top:2%;
    width:90%;
    outline:none;
    border-radius:5px;
}

.requestverifyphone{
    color:white;
    background:green;
    border-radius:5px;
    cursor:pointer;
}

.repasswordinputfield, .repregpasswordinputfield {
    border-top:0;
    border-left:0;
    border-right:0;
    border-bottom:1px solid #e90e5a;
    margin-top:6%;
    width:40%;
    outline:none;
    border-radius:5px;
}


.cameraMan{
    position:absolute;
    color:grey;
    right:15%;
    bottom:15%;
    font-size:30px;
    cursor:pointer;
    opacity:.7;
}

.cameraMan1{
    position:absolute;
    right:60%;
    bottom:15%;
    font-size:30px;
    cursor:pointer;
    opacity:.7;
}

.nationalidinputfield{
    border-top:0;
    border-left:0;
    border-right:0;
    border-bottom:1px solid #e90e5a;
    width:80%;
    outline:none;
    border-radius:5px;
    margin-top:6%;
}

.nationalimagePreview{
    border-radius:10px;
    margin-left:10%;
    height:auto;
    width:80%;
}

.nicknameprofile {
    border-top:0;
    border-left:0;
    border-right:0;
    border-bottom:1px solid #e90e5a;
    width:55%;
    outline:none;
    border-radius:5px;
    margin-right:25%;
}


.buttonuploadid {
    color:#e90e5a;
    cursor:pointer;
}


.errordetails, .hispicturenama, .forloginerrortext, .errordetails1, .reporterrortext {
    visibility: hidden;
}


.forloginerrortext {
}


    .mybidhaadetailstitle {
        padding-left:5px;
        padding-top:10px;
        padding-right:10px;
        padding-bottom:10px;
        font-weight:bold;
        font-size:30px;
        background: rgb(34,193,195);
        background: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(253,187,45,1) 100%);
        color:white;
        background:black;
        opacity:.7;
        width: 30%;
        border-bottom-right-radius:10px;
        border-top-right-radius:10px;
        height:20px;
        vertical-align:middle;
        line-height:100%;
        margin-bottom:5px;
        z-index:-9999;
    }
    
    .mybidhaadetails{
        z-index:99999999;
    }
    
    
    .divMssg{
        position:absolute;
        width:16px;
        height:40px;
        top:0;
        border-top-right-radius:20px;
        background:white;
    }
    
    .divMssg2{
        position:absolute;
        width:50px;
        height:40px;
        top:0;
        left:16px;
        border-bottom-left-radius:10px;
        box-shadow:0px 20px 0px 0px white;
        background:transparent;
    }

.pichasTu{
    position:relative;
    -webkit-border-top-left-radius: 10px;
    -moz-border-top-left-radius: 10px;
    width:60%;
    padding-top:calc(60% - 50px);
    margin-bottom:0;
    overflow: hidden;
    vertical-align:middle;
    border-right:1px solid black;
}
    
.hiipichatyabidhaa{
    position:absolute;
    top:0;
    left:0;
    line-height:100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width:100%;
    height:100%;
}
    
.suppliernagood {
    margin-bottom:4%;
}

.picturedtoshow{
    width:100%;
    height:auto;
    display:block;
    border-top-left-radius:20px;
}

.suppliercontact{
    position:absolute;
    top:0;
    right:0;
    width:40%;
    border-left:0px solid grey;
    border-top-right-radius:10px;
    border-bottom:0 solid #e90e5a;
    border-bottom-left-radius:0;
    border-bottom-right-radius:20px;
}

    .hayamaelezoyabidhaa{
        position:relative;
        padding-right:5px;
        padding-bottom:5px;
        margin-bottom:4%;
        border-top:0 solid #e90e5a;
        border-bottom:0 solid #e90e5a;
        border-bottom-left-radius:20px;
        border-bottom-right-radius:20px;
        border-top-left-radius:20px;
        border-top-right-radius:20px;
        width:98%;
    }
    
    .hizispecificationzabidhaa{
        position:relative;
        padding-right:5px;
        padding-bottom:5px;
        border-top:0 solid #e90e5a;
        border-bottom:0 solid #e90e5a;
        border-bottom-left-radius:20px;
        border-bottom-right-radius:20px;
        border-top-left-radius:20px;
        border-top-right-radius:20px;
        width:98%;
        margin-bottom:2%;
    }
    
    .hiscontacts{
        margin-top:5px;
        font-size:14px;
    }
    
    .mytitles {
        color:grey;
    }
    
    .mytitlesdetailstop {
        font-size:20px;
    }
    
    
    #hiscontactsTable td{
        padding-top:0;
        padding-bottom:3px;
    }
    
    .mybidhaadetails {
        opacity:.9;
    }
    
    .chiniyapicha {
        float:left;
        margin-left:auto;
        margin-right:auto;
        text-align:center;
        width:100%;
        background:grey;
    }
    
    
    .chiniyapicha ul{
        float:left;
        width:100%;
        list-style:none;
        text-align:center;
        margin:0;
        padding:0;
    }
    
    .chiniyapicha ul li{
        float:left;
        font-size:35px;
        width:calc(25% - 2px);
        padding-top:10px;
        padding-bottom:10px;
        text-align:center;
        cursor:pointer;
        background:lightblue;
        color:black;
        border:1px solid grey;
        border-radius:5px;
    }
    
    .chiniyapicha ul li:hover {
        background:white;
    }
    
    .buttonreport {
        cursor:pointer;
    }
    
    
    .headcontacts {
        padding-top:7px;
        padding-bottom:7px;
        background: rgb(34,193,195);
        background: rgb(74,224,240);
        background: linear-gradient(141deg, rgba(74,224,240,1) 21%, rgba(233,14,90,1) 21%);
        background: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(253,187,45,1) 100%);
        background: rgb(255,255,255);
        background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(233,14,90,1) 100%);
        color:white;
        border-top-right-radius:10px;
    }
    
    .toppostviewadd{
        position:relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
      /*align-items: center;
      min-height: 100%;*/
      justify-content: space-between;
        background: rgb(34,193,195);
        background: linear-gradient(0deg, rgba(34,193,195,1) 0%, rgba(253,187,45,1) 100%);
        
        background: rgb(255,255,255);
        background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(233,14,90,1) 100%);
    }
    
    
    .hiscontacts td{
        padding-top:7px;
        padding-bottom:7px;
    }
    
    .yaviewgood1{
        position:relative;
        height: auto;
        border-bottom-left-radius:20px;
        border-bottom-right-radius:20px;
        margin-bottom:4%;
        width:100%;
        margin:auto;
    }
    
    .yaspecification {
    }
    
    .yajuu, .yachini{
        margin-right:40px;
    }
    
    .yachini, .yachini1 {
        color:grey;
        font-size:10px;
    }
    
    .toviews {
        float:right;
        margin-right:5%;
        padding-top:7px;
        padding-bottom:7px;
        font-size:10px;
    }
    
    .costyenyewe {
        font-weight:bold;
        margin:10px;
        font-size:20px;
    }
    
    
    
    
    
.shoprow {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
}

.additionaladsPosts {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  justify-content:center;
}

.posterthoughtshop {
    padding-left:2%;
    padding-right:2%;
    padding-bottom:1%;
    font-size:13px;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}



.posternameshop {
    font-size: 13px;
}


.heartvoteshop, .contacticon, .addtocarticon {
    cursor:pointer;
    font-size:20px;
}

.contacticon{
    padding:1%;
}

.heartvoteshop {
    padding-top:1%;
    padding-bottom:1%;
    padding-right:1%;
    padding-left:3%;
}

.addtocarticon {
    padding-top:1%;
    padding-bottom:1%;
    padding-left:1%;
    padding-right:3%;
}

.pricetext, .locationtext {
    font-size:13px;
    
}

.postresponsedetails {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
      /*align-items: center;
      min-height: 100%;*/
      justify-content: space-between;
      padding-left:2%;
      padding-right:2%;
}


.menulistdiv{
    display:none;
    position: fixed;
    top:0;
    z-index:999;
    border-bottom-left-radius:50px 30px;
    border-bottom-right-radius:50px 30px;
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    vertical-align:center;
    line-height:100%;
}


.menulistdivreport{
    display:none;
    margin-top:5px;
    text-align:center;
    z-index:999;
}

.reportTextarea{
    height:90px;
    outline:none;
    width:97%
}


.buttonreport{
    border-radius:5px;
    color:red;
}

.hiindobidhaayenyewe{
    display:none;
    position: fixed;
    top:0;
    z-index:5;
    border-bottom-left-radius:50px 30px;
    border-bottom-right-radius:50px 30px;
    overflow: auto; /* Enable scroll if needed */
    background-color: white; /* Fallback color */
}

.hiindoprofileyenyewe{
    display:none;
    position: fixed;
    top:0;
    z-index:7;
    border-bottom-left-radius:50px 30px;
    border-bottom-right-radius:50px 30px;
    overflow: auto; /* Enable scroll if needed */
    background-color: white; /* Fallback color */
}
.yaviewgood{
    position:absolute;
    width:100%;
}

.yaviewprofile{
    position:absolute;
    width:100%;
}


.menulist{
    /*margin: 15% auto;  5% from the top, 15% from the bottom and centered */
    width:70%;
    border:1px solid black;
    border-radius:5px;
    color:white;
    text-align:center;
    background:black;
    opacity:.8;
    padding-top:5px;
    padding-bottom:5px;
}


/* Add Zoom Animation */
.menulist {
  -webkit-animation: animatezoom 0.6s;
  animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

.todislikeitemheart{
    -webkit-animation: animatezoom2 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom2 {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom2 {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}


.likedHeartvote{
    color:red;
    -webkit-animation: animatezoom2 0.6s;
    animation: animatezoom 0.6s
}

@-webkit-keyframes animatezoom2 {
  from {-webkit-transform: scale(0)} 
  to {-webkit-transform: scale(1)}
}
  
@keyframes animatezoom2 {
  from {transform: scale(0)} 
  to {transform: scale(1)}
}

.closex {
  position: absolute;
  right: 25px;
  color: #000;
  font-size: 35px;
  font-weight: bold;
}

.closex:hover,
.closex:focus {
  color: red;
  cursor: pointer;
}


.closexp:hover,
.closexp:focus {
  color: red;
  cursor: pointer;
}

.menulistli{
    padding:0;
    margin:0;
    list-style: none;
}


.menulistli li{
    cursor:pointer;
    width:95%;
    border-bottom:1px solid white;
    /*border-radius:5px;*/
    padding-top:10px;
    padding-bottom:10px;
    margin:auto;
    text-align:left;
    
}


.menulistli li:hover{
    border-bottom:2px solid #e90e5a;
    list-style: url("vochaimgs/listarrow2.png");
}


.namebidhaa {
    font-size:bold;
    font-size:30px;
}

#mydownloadProgress {
    /*loading img color: #73e15b; or #8fe57d*/
  overflow:hidden;
  width: 90%;
  background-color: #ddd;
  border-radius:10px;
  margin:auto;
  margin-top:5px;
  margin-bottom:5px;
  display:block;
  position:relative;
  background-image: url(vochaimgs/downloadingloading1.gif);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.hapanimemaliza {
    margin:auto;
    margin-top:5px;
    margin-bottom:5px;
    font-weight:bold;
    cursor:pointer;
    outline:none;
    border-radius:10px;
    background:transparent;
    width:90%;
}

.hapanimemaliza:hover {
    background:#E2560A;
}

.mydownloadBar {
  width: 0%;
  height: 100%;
  border-radius:10px;
  border:0;
  background-color: green;
  text-align: center;
  color: white;
}

@media all and (max-width: 1280px) {
    .signingpreferences1 {
        font-size:15px;
    }
}

@media all and (max-width: 1236px) {
    #lifestylesetting{
        display:none;
    }
}
    
@media all and (max-width: 1220px) {
    .signingpreferences1 {
        font-size:13px;
    }
}


/* small desktop */
@media all and (max-width: 1200px) {
    .closexp{
      top:100px;
    }
}

@media all and (max-width: 1150px) {
    .signingpreferences1 {
        font-size:12px;
    }
}

/* tablet */
@media all and (max-width: 1050px) {
    .mybidhaadetailstitle{
        width:35%;
    }
}

/* tablet */
@media all and (max-width: 1024px) {
    .mybidhaadetailstitle{
        padding-top:5px;
        padding-bottom:5px;
        width:25%;
        font-size:20px;
        height:15px;
    }
    
    .divMssg{
        width:16px;
        height:25px;
    }
    
    .divMssg2{
        
        width:50px;
        height:25px;
    }
}

@media all and (max-width: 1000px) {
        .closexp{
          top:95px;
        }
        
        .pichasTu{
            -webkit-border-top-right-radius: 10px;
            -moz-border-top-right-radius: 10px;
            -webkit-border-top-left-radius: 10px;
            -moz-border-top-left-radius: 10px;
            width:100%;
            padding-top:calc(100% - 50px);
            margin-bottom:0;
            border-right:0px solid black;
        }
        
        .picturedtoshow{
            border-top-left-radius:20px;
            border-top-right-radius:20px;
        }
            
        .suppliercontact{
            position:relative;
            width:90%;
            margin-left:5%;
            border-left:0 solid grey;
            border-top-right-radius:10px;
            border-top-left-radius:10px;
        }
        
        .headcontacts {
            border-top-right-radius:0px;
            border-top-left-radius:0px;
            margin-top:20px;
            background:white;
            color:black;
        }
        .toppostviewadd{
            background:white;
            border-bottom:1px dotted red;
        }
        
        .shopcolumn {
          -ms-flex:33.33333%; /* IE10 */
          flex:33.33333%;
          max-width:33.33333%;
        }
}


@media screen and (max-width: 999px) {
    .previewvidContainer{
        width:31.333333%;
        padding-top:calc(((31.333333 * 56.25) / 100) * 1%);
    }
    
    .previewpicContainer{
        width:31.333333%;
        padding-top:31.333333%;
    }
}

@media all and (max-width: 990px) {
    #lifestylesuggestion{
        display:none;
    }
}

@media all and (max-width: 950px) {
    .signingpreferences1 {
        font-size:10px;
    }
}


.closexp{
  position: absolute;
  right: 4.5%;
  top:105px;
  color: #000;
  font-size: 25px;
  font-weight: bold;
  padding:5px;
  border-radius:50%;
  background:white;
  opacity:.7;
  z-index:9999999999999999999999999;
}

.spacingcallAndcart{
    display:inline-block;
    height:5px;
    width:62%;
}


@media screen and (max-width: 900px) {
.shopcolumn {
  -ms-flex:50%; /* IE10 */
  flex:50%;
  max-width:50%;
}

.spacingcallAndcart{
    display:inline-block;
    height:5px;
    width:68%;
}

.namebidhaa {
    font-size:25px;
}
}
@media all and (max-width: 899px) {
    .deorationbttntop{
        display:none;
    }
}



@media all and (max-width: 810px) {
        .closexp{
          top:90px;
        }
    }
/* mobile phone */
@media all and (max-width: 768px) {
    /* Hide scrollbar for Chrome, Safari and Opera */
    .forblackshadow::-webkit-scrollbar {
      display: none;
    }
    
    /* Hide scrollbar for IE, Edge and Firefox */
    .forblackshadow {
      overflow: -moz-scrollbars-none;
      -ms-overflow-style: none;  /* IE and Edge 
      scrollbar-width: none;  /* Firefox */
    }


    .toviews {
        display:block;
        text-align:right;
        float:none;
        margin-right:5%;
    }

    .pichasTu{
        -webkit-border-top-right-radius: 0;
        -moz-border-top-right-radius: 0;
        -webkit-border-top-left-radius: 10px;
        -moz-border-top-left-radius: 10px;
        width:60%;
        padding-top:calc(60% - 50px);
        margin-bottom:0;
        border-right:1px solid black;
    }
    
    .headcontacts {
        border-top-right-radius:10px;
        border-top-left-radius:0px;
        background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(233,14,90,1) 100%);
    }
    
    .toppostviewadd{
        border-bottom:0px dotted red;
        background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(233,14,90,1) 100%);
    }
    
    .picturedtoshow{
        border-top-left-radius:20px;
        border-top-right-radius:0px;
    }
        
    .suppliercontact{
        position:absolute;
        top:0;
        right:0;
        width:40%;
        border-left:0px solid grey;
        border-top-left-radius:0px;
        border-top-right-radius:10px;
    }
    
    #lifestylesuggestion, #lifestylesetting{
        display:initial;
    }
    .fastAccesbilited{
        right:1%;
        width:38%;
    }

    .messages {
        width:95.5%;
        margin-left:1%;
    }
    
    .forprofiledivpostchatroom{
        left:3%;
    }
    
    .chatform {
        width:98%;
    }

    .logonembo{
        height:35px; margin-top:2%; margin-bottom:2%;
    }
    
    .forprofiledivtop {
        height:40px;
        width:40px;
        min-width:40px;
    }
    
    .showprofiledivtop1 {
        height:120px;
        width:120px;
        display:block;
    }
    
    .showprofiledivtopEnter{
        display:block;
    }
    
    .sitelogo{
        display:none;
    }
    
    .signincredentials, .signincredentialspicture {
        width:90%;
        float:none;
        margin:auto;
        box-shadow: 0 1px 30px 1px #e90e5a;
        margin-bottom:4%;
    }
    
    
    
    .hiscomment, .posterthought, .posterthoughttitle, .signingpreferences, .signingpreferences1,.nationalstatus, .errordetails, .hispicturenama, .forloginerrortext, .mybidhaadetails, .errordetails1, .reporterrortext, .preremovefromcartdiv, .nationalstatusnomargintop, #kwatermsandcondition {
        font-size:15px;
    }
    
    .mybidhaadetailstitle {
        font-size:15px;
    }
    
    #fornotifications {
        position:fixed;
        right:0;
    }
    
    
    .badge {
        top: -7px;
        right: 4%;
    }


    .growntb {
        font-size:3vw;
    }

    .contents {
        float:none;
        box-shadow: 0 30px 0 30px #e73271;/*#e90e5a;*/
        width:100%;/*width:calc(98% - 2px);*/
        margin: auto;
    }
    
    .bottombar {
        width:100%;
        left:0;
    }
    
    .divKuria{
        display:none;
    }
    
    .divKushoto{
        display:none;
    }
    
    .forsearch {
        position:fixed;
        /*width:75%;*/
        width:0;
        transition-property: width;
        transition-duration: 1s;
        transition-delay: 0.1s;
        left:0;
        background:transparent;
        border:0;
    }
    
    #searchidplus {
        position:fixed;
        display:none;
        margin-left: 0;
        float:right;
        right:6%;
    }
    
    #searchid {
        position:fixed;
        display:block;
    }
    
    #returnsearch {
        position:absolute;
        left:78%;
        margin-top:0.9%;
        font-size:20px;
    }
    
    #searchid {
        left:6%;
    }
    
    .shopcolumn {
        -ms-flex:33.33333%; /* IE10 */
        flex:33.33333%;
        max-width:33.33333%;
    }
    
    .namebidhaa {
        font-size:20px;
    }
}

@media all and (max-width: 752px) {
    #returnsearch {
        margin-top:1%;
    }
}

@media all and (max-width: 730px) {
    #returnsearch {
        left:77%;
    }
}

@media screen and (max-width: 740px) {
    #lifestylesetting{
        display:none;
    }
}

@media screen and (max-width: 679px) {
    .toHidetangazo{
        display:none;
    }
}


@media screen and (max-width: 650px) {
    .costyenyewe {
        margin:5px;
        font-size:15px;
    }
    .headcontacts{
        /*border-bottom:1px solid grey;*/
        padding-top:5px;
        padding-bottom:5px;
    }
    .hiscontacts{
        font-size:13px;
        margin-top:2px;
    }
    
    .hiscontacts td{
        padding-top:3px;
        padding-bottom:3px;
    }
    
    .toppostviewadd {
        /*border-bottom:1px solid grey;*/
    }
    
    .forprofiledivpost {
    }
    
    .mytitlesdetailstop{
        font-size:15px;
    }
}

@media all and (max-width: 630px){
    .chatform .textmessageattachment{
        margin-left: -40%;
    }
}

@media screen and (max-width: 619px) {
    .toHidetangazo{
        display:none;
    }
}

@media all and (max-width: 600px) {
    .badge {
        right: 3%;
    }
    
    .badgedicon{
        right: 17%;
    }
    
    .shopcolumn {
        -ms-flex:50%; /* IE10 */
        flex:50%;
        max-width:50%;
    }
    
    .chiniyapicha ul li{
        font-size:25px;
        padding-top:5px;
        padding-bottom:5px;
    }
}



@media all and (max-width: 599px) {
    .pichasTu{
        -webkit-border-top-right-radius: 10px;
        -moz-border-top-right-radius: 10px;
        -webkit-border-top-left-radius: 10px;
        -moz-border-top-left-radius: 10px;
        width:100%;
        padding-top:calc(100% - 80px);
        margin-bottom:0;
        border-right:0px solid black;
    }
    
    .headcontacts {
        border-top-right-radius:0px;
        border-top-left-radius:0px;
        margin-top:20px;
        background:white;
        color:black;
    }
    
    .toppostviewadd{
        background:white;
        border-bottom:1px dotted red;
    }
    
    .picturedtoshow{
        border-top-left-radius:20px;
        border-top-right-radius:20px;
    }
    
    .suppliercontact{
        position:relative;
        width:90%;
        margin-left:5%;
        border-left:0px solid grey;
        border-top-right-radius:10px;
        border-top-left-radius:10px;
    }
}


@media all and (max-width: 585px) {
    #returnsearch {
        margin-top:1.2%;
    }
}

@media screen and (max-width: 595px) {
    #lifestylesuggestion{
        display:none;
    }
}


@media all and (max-width: 500px) {
    .closexp{
        right:5%;
        top:85px;
    }
}

@media all and (max-width: 499px){
    .outermostpostdiv, .forpostcssouterdiv, .totaladditionalpostsdiv{
        width:98%;
    }
    
    .previewvidContainer{
        width:48%;
        padding-top:calc(((48 * 56.25) / 100) * 1%);
    }
    
    .previewpicContainer{
        width:48%;
        padding-top:48%;
    }
    
    .fastAccesbilitedbttn{
        margin-left:0;
        margin-bottom:7px;
    }
    
    #lifestylelargemore{
        display:none;
    }
    
    #lifestylesuggestion, #lifestylesetting, #lifestylesmallmore{
        display:initial;
    }
    
    .fastAccesbilited{
        width:10%;
        left:7.5%;
        display:none;
    }
}
    
@media all and (max-width: 496px) {
    #returnsearch {
        margin-top:1.6%;
        left:76%;
    }
    
    .prevCommentsleft, .prevCommentsright, .moreComments, .hideComments, .prevCommentsleftreplies{
        font-size:13px;
    }
    
    .chatform .textmessageattachment{
        margin-left: -42%;
    }
}


@media all and (min-width: 450px) {
    #extendFilter {
        display:none;
    }
}

@media all and (max-width: 449px) {
    .aboutFiltering {
        border-color:white;
        display:none;
        width:0;
        transition-property: width;
        transition-duration: 1s;
        transition-delay: 0.1s;
    }
}


@media all and (max-width: 420px) {
    .hiscomment, .posterthought, .posterthoughttitle, .signingpreferences, .signingpreferences1, .nationalstatus, .errordetails, .hispicturenama, .forloginerrortext, .mybidhaadetails, .errordetails1, .reporterrortext, .preremovefromcartdiv, .nationalstatusnomargintop, #kwatermsandcondition {
        font-size:13px;
    }
    
    .chatform .textmessageattachment{
        margin-left: -44%;
    }
}

@media all and (max-width: 400px) {
    .mybidhaadetailstitle {
        width:34%;
    }
    
    .badge {
        right: 2.5%;
    }
    
    .badgedicon{
        right: 15%;
    }
    
    .namebidhaa{
        display:none;
    }
    
    .shopcolumn {
        -ms-flex:100%; /* IE10 */
        flex:100%;
        max-width:100%;
    }
}


@media all and (max-width: 355px) {
    .prevCommentsleft{
        position:absolute;
        pointer-events:none;
        color:white;
        right:0;
        z-index:-99999999999999999999999999999999999999999999999999999999999999999999999999999;
    }
    
    .commentslistdiv {
        text-align:left;
    }

    .prevCommentsright{
        display:none;
    }
    
    
    .prevCommentsleft, .prevCommentsright, .moreComments, .hideComments, .prevCommentsleftreplies{
        font-size:11px;
    }
    
    .moreComments{
        left:0;
        right:0;
        margin:auto;
    }
    
    #returnsearch {
        margin-top:1.8%;
        left:74%;
    }
}

@media all and (max-width: 340px){
    .chatform .textmessageattachment{
        margin-left: -46%;
    }
}

@media all and (max-width: 299px) {
    #returnsearch {
        left:72%;
    }
}


@media all and (max-width: 275px) {
    #returnsearch {
        margin-top:2%;
        left:71%;
    }
}

@media all and (max-width: 252px) {
    #returnsearch {
        margin-top:2.4%;
    }
}