* {
    margin: 0;
    padding: 0;
}


/* products-sec-page-css-starts-here */

.sel-sec {
    display: block;
    margin-bottom: 20px;
}

.sellertopbar {
    display: block;
}

.com-bg-mask {
    display: block;
    padding: 30px 20px;
    background-color: #ffebf4ab;
}

.ratetxtt {
    color: #484747;
    font-weight: 500;
    font-size: 17px;
    line-height: 28px;
    font-family: inherit;
    text-align: left;
    margin: 0px;
    padding-left: 8px;
}

.letterwarp {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.ratetxttdrk {
    color: #0e0d0d;
    font-weight: 600;
    font-size: 17px;
    line-height: 28px;
    font-family: inherit;
    text-align: left;
    margin-right: 3px;
}

.ddl {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    width: 100%;
}

.ddlcon {
    display: block;
}

.com-bg-col2 {
    display: block;
}

.rating-strip {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
}

.com-bg-contnt {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    padding: 10px 0px;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.com-bg-wrap {
    display: flex;
    display: -webkit-flex;
    align-items: flex-start;
    -webkit-align-items: flex-start;
}

.comlogo {
    display: block;
    width: 75px;
    height: 75px;
    overflow: hidden;
    border-radius: 50%;
    background: #fcfcfc;
    margin-right: 20px;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
    border: 1px solid #cccccc73;
}

.miniro {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: rgb(88 88 88);
    margin: 0px 16px;
}

.comlogo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.com-name {
    display: block;
    font-size: 26px;
    color: #323233;
    font-family: inherit;
    font-weight: 600;
    margin-bottom: 10px;
}

.com-location {
    display: block;
    font-size: 15px;
    color: #444343;
    font-family: inherit;
    font-weight: 500;
    text-align: center;
}

.s-sec-nav {
    display: block;
    width: 100%;
}

.s-sec-nav-wapper {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    background-color: #C99F30;
}

.s-navlist {
    display: flex;
    display: -webkit-flex;
    position: relative;
    overflow-x: auto;
    scrollbar-width: none;
}

.s-navlist::-webkit-scrollbar {
    display: none;
}

.s-navlist .active,
.s-navlist .s-navitems:hover {
    background-color: #B58B1C;
}

.s-navitems {
    display: inline-block;
    cursor: pointer;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}

.s-nav-megboxes {
    display: none;
    background-color: #fff;
    position: absolute;
    max-width: 250px;
    width: 100%;
    box-shadow: 0px 1px 3px 0 rgb(0 0 0 / 30%);
    -webkit-box-shadow: 0px 1px 3px 0 rgb(0 0 0 / 30%);
    border-radius: 4px;
    z-index: 200;
    animation: fadere 0.3s ease-out;
    -webkit-animation: fadere 0.3s ease-out;
    transition: 0.3s;
}

.s-navitems:hover .s-nav-megboxes {
    display: block;
}

.megaboxunit {
    width: 100%;
    display: block;
}

.megaboxunitlist {
    display: block;
    padding: 0px 14px;
    border-bottom: 1px dashed #ddd;
}

.megaboxunitlist:last-child {
    border: none;
}

.lk {
    padding: 8px 0px;
}

.megaboxunitlist:hover {
    background: #ffebcd94;
    text-decoration: none;
}

.minihobox {
    display: block;
    width: 100%;
    position: relative;
    padding: 8px 0px;
}

.minihobox:hover .minihoboxchild {
    display: block;
}

.minihoboxchild {
    position: absolute;
    width: 100%;
    z-index: 200;
    display: none;
    padding: 0px 15px;
    background-color: white;
    left: 100%;
    box-shadow: 1px 1px 3px 0 rgb(0 0 0 / 30%);
    -webkit-box-shadow: 1px 1px 3px 0 rgb(0 0 0 / 30%);
    border-radius: 4px;
    top: 0;
    animation: fadere 0.3s ease-out;
    -webkit-animation: fadere 0.3s ease-out;
    transition: 0.3s ease-out;
    margin-left: -3px px;
}

@keyframes fadere {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.minchildunit {
    display: block;
    width: 100%;
}

.minchildlist {
    display: block;
    padding: 8px 0px;
    border-bottom: 1px dashed #ddd;
}

.minchildlist:last-child {
    border: none;
}

.childsublinks {
    display: block;
    color: #000!important;
    text-decoration: none!important;
    font-family: inherit;
    font-size: 14px!important;
    font-weight: 500;
}

.childsublinks:hover {
    text-decoration: underline!important;
    color: #e91e63 !important;
}

.megaunitlinks {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    color: #000!important;
    text-decoration: none!important;
    font-family: inherit;
    font-size: 14px!important;
    font-weight: 500;
}

.megaunitlinks .material-icons {
    color: #9e9e9e;
    font-weight: 400 !important;
}

.s-navitems .slink {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    padding: 2px 15px;
    line-height: 20px;
    white-space: normal;
    text-decoration: none;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    text-align: center;
    height: 42px;
}

.slin span {
    margin-left: 5px;
    vertical-align: middle;
}

.s-searchbox {
    padding: 4px 15px;
    background-color: #fff;
    width: 20%;
    max-width: 20%;
    border-radius: 20px;
    margin: 0px 15px;
    display: flex;
    display: -webkit-flex;
}

.s-searchbox input {
    width: 100%;
    border: none;
    outline: none;
    padding-right: 10px;
    font-size: 14px;
    font-family: inherit;
    font-weight: 400;
    color: #696969;
}

.searchicn {
    vertical-align: middle;
    color: #696969;
}

.s-lay {
    display: block;
    width: 100%;
    padding: 10px 0px;
}

.s-lay-row-wrap {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.slaylft-sidebar {
    flex-basis: 20%;
    -webkit-flex-basis: 20%;
    width: 20%;
    max-width: 20%;
    padding: 10px 0px;
}

.slayryt {
    flex-basis: 80%;
    -webkit-flex-basis: 80%;
    max-width: 80%;
    padding: 10px 0px 10px 20px;
}

.slftcontent {
    display: block;
    width: 100%;
    padding-right: 15px;
    position: sticky;
    top: 20px;
}

.scontent .slinkbox {
    display: block;
    cursor: pointer;
}

.scontent .slinkbox .slinks {
    border: none;
    padding: 10px 0px;
    border-bottom: 1px dashed #ddd;
}

.scontent .slinkbox .slinks:last-child {
    border-bottom: none;
}

.scontent .slinkbox .slinks .sinner .stargets {
    /* text-transform: uppercase; */
    font-size: 14px;
    white-space: nowrap;
    -webkit-white-space: nowrap;
    max-width: 65%!important;
    width: 65%!important;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: inherit;
    color: #111212;
    font-weight: 600!important;
    cursor: pointer;
}

.slayryt-content {
    display: block;
    width: 100%;
}

.sp-rowwarp {
   
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    margin: 0px -10px;
}

.sp-warpcols {
    padding: 0px 10px;
    flex-basis: 25%;
    max-width: 25%;
    -webkit-flex-basis: 25%;
    margin-bottom: 20px;
}

.sp-productboxes {
    display: block;
    padding: 0px;
    background-color: #fff;
    transition: 0.3s ease-out;
    -webkit-transition: 0.3s ease-out;
    outline: 1px solid rgb(240, 240, 240);
}

.sp-productboxes:hover {
    transform: translateY(-5px);
    box-shadow: 0 11px 15px rgb(0 0 0 / 6%);
}

.spprdimgbx {
    display: block;
    width: 100%;
    padding-top: 133%;
    position: relative;
    margin-bottom: 8px;
    cursor: pointer;
}

.spprdimgbx img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
}

.sp-detailbx {
    display: block;
    width: 100%;
    padding: 10px;
}

.spprd-name {
    font-size: 16px;
    font-family: inherit;
    font-weight: 600;
    color: #2f2e2e;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 100%;
    white-space: nowrap;
    -webkit-white-space: nowrap;
}

.sortby-sec {
    padding: 10px 12px;
    width: 100%;
    margin-bottom: 10px;
    /* box-shadow: 0 0 0 1px rgb(0 0 0 / 1%), 0 2px 4px rgb(0 0 0 / 7%); */
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px dashed #ccc;
}

.sort-wrap {
    display: flex;
    display: -webkit-flex;
}

.sortitle {
    display: block;
    font-size: 17px;
    color: #000;
    font-family: inherit;
    font-weight: 500;
    position: relative;
}

.sellpbtn {
    padding: 7px 15px;
    cursor: pointer;
    font-size: 14px;
    font-family: inherit;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 5px;
    color: #323233;
    border: none;
    outline: none;
    width: 100%;
    background: #fff;
}

.fc2 {
    width: 100% !important;
    flex-basis: 100% !important;
    -webkit-flex-basis: 100% !important;
    max-width: 100% !important;
}

#sellppbtn {
    display: none;
}

.sellpbtn span {
    vertical-align: middle;
    margin-right: 5px;
}

.srtlinks {
    display: block;
    font-size: 16px;
    color: #1f1e1e;
    font-family: inherit;
    font-weight: 500;
    margin-left: 10px;
    padding-right: 10px;
}

.srtlinks::after {
    content: "\21C2";
    padding-left: 3px;
}

.sort-wrap .active,
.srtlinks:hover {
    color: #f60 !important;
}

.slftcnttitle {
    padding: 10px;
    border-bottom: 1px dashed #ccc;
    font-family: inherit;
    font-weight: 600;
    font-size: 20px;
    color: #004497;
    margin-bottom: 10px;
    position: relative;
}

.closeslftcontent {
    position: absolute;
    right: 10px;
    display: none !important;
    top: 10px;
}

.cpbtn {
    background-color: #e91e63;
    border: none;
    outline: none;
    padding: 10px 30px;
    border-radius: 3px;
    font-size: 15px;
    font-family: inherit;
    font-weight: 600;
    color: #fff;
    display: block;
    cursor: pointer;
    transition: 0.5s;
    letter-spacing: 0.20px;
}

.sortby-sec .cpbtn {
    margin: 0px 14px 0px auto;
}

.cpbtn:hover {
    background-color: #cf0a4c;
}

.companiesboxdetail-wrap-cols {
    width: 50%;
    max-width: 50%;
    flex-basis: 50%;
    -webkit-flex-basis: 50%;
}

.block-conbx {
    width: 100%;
    display: flex;
    display: -webkit-flex;
}

.filedtitle-col1 {
    width: 40%;
    max-width: 40%;
    flex-basis: 40%;
    -webkit-flex-basis: 40%;
    background-color: #efefefa6;
    padding: 20px;
    font-family: inherit;
    font-weight: 600;
    color: #7a7a7a;
    font-size: 15px;
}

.filedtitle-col2 {
    width: 60%;
    max-width: 60%;
    flex-basis: 60%;
    -webkit-flex-basis: 60%;
    padding: 10px;
    padding: 15px 20px;
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    color: #333;
}

.filedtitle-col2 a {
    font-family: inherit;
    font-weight: 500;
    font-size: 14px;
    color: #007ffc;
    text-decoration: underline;
}

.filedtitle-col2 a:hover {
    color: #cf0a4c;
}


/* products-sec-page-css-ends-here */


/* seller-promotion-sec-starts-here */

.mod-title {
    font-size: 22px;
    font-family: inherit;
    font-weight: 500;
    color: #cf0a4c;
}

.mod-content-row {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.sc {
    border-top: 1px solid #dbe3ef;
}

.feed-box {
    display: block;
}

.mod-header {
    padding: 10px;
    border-top: 1px solid #f5207a;
    border-bottom: 1px dashed #dbe3ef;
    margin-bottom: 20px;
}

.promo-content {
    display: block;
    width: 100%;
    padding: 0px 10px;
    border-bottom: 1px solid #dbe3ef;
}

.sel-consec {
    border-right: 1px solid #dbe3ef;
    border-left: 1px solid #dbe3ef;
}


/* seller-promotion-sec-starts-ends*/


/*send-overlay-popup-here */

.modal {
    width: 100%;
    height: 100vh;
    background-color: rgb(0 0 0 / 80%);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    display: none;
}

.sndenq-content {
    width: 100%;
    max-width: 800px;
    padding: 10px;
    background-color: #fff;
    border-radius: 10px;
    display: block;
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    animation: 0.5s ffly ease-out;
    -webkit-animation: 0.3s ffly ease-out;
    transition: 0.5s;
}

@keyframes ffly {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.form-body {
    border: 1px solid #dcdee3;
    border-radius: 10px;
    background: #f5f5f5;
    padding: 10px 0px;
}

.companydetailhead {
    padding: 0px 10px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    margin-bottom: 15px;
    position: relative;
}

.clsss {
    position: absolute;
    right: 10px;
    top: 0;
    color: #646363 !important;
    cursor: pointer;
    transition: 0.5s;
}

.clsss:hover {
    transform: scale(1.2);
    color: #cf0a4c !important;
}

.mini-divider {
    color: #d8d8d8;
    padding: 0 10px;
}

.mintxt {
    font-size: 15px;
    color: #1f1e1e;
    font-family: inherit;
    font-weight: 500;
}

.micrologo {
    display: block;
    margin: 0px 10px;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    border: 1px solid #d8d8d8;
    background-color: #fff;
}

.micrologo img {
    width: 100%;
    height: 100%;
    object-position: center center;
    object-fit: contain;
}

.conn-name {
    display: block;
    font-weight: 600;
    color: #333;
    font-size: 15px;
    font-family: inherit;
}

.contactmain {
    display: block;
    position: relative;
    background: #fff;
    padding: 15px;
    margin: 0 15px 15px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.102) 0 2px 8px;
}

.contactmain .snbtn {
    color: white;
    background-color: #e91e63;
    margin-top: 0px;
}

.conmaintitle {
    display: block;
    color: #333;
    font-size: 16px;
    position: relative;
    margin-bottom: 8px;
    padding: 0;
    font-weight: 600;
    font-family: inherit;
}

.conmaintitle::before {
    content: "*";
    padding-right: 5px;
    color: #e91e63;
}

.conmaintitle span {
    vertical-align: middle;
    margin-left: 5px;
    color: #bcbcbc;
}

.con-desc {
    font-size: 14px;
    color: #9a9999;
    margin-bottom: 6px;
    font-family: inherit;
    font-weight: 500;
}

.tareabox {
    width: 100%;
    padding: 10px 0px;
    overflow: hidden;
}

.tareabox textarea {
    border: 1px solid #f33;
    resize: none;
    width: 100%;
    border-radius: 5px;
    padding: 10px;
    font-size: 15px;
    font-family: inherit;
    font-weight: 400;
}

.tareabox textarea:focus {
    border: 1px solid #7a7a7a;
}

.tareabox textarea::placeholder {
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    color: #9e9e9e;
}

.subtbxtxt {
    font-size: 13px;
    font-family: inherit;
    font-weight: 500;
    color: #6d6b6bcc;
}


/*send-overlay-popup-sec-ends */


/*seller-profile-css-page-starts-here*/

.sort-comname {
    font-size: 15px;
    font-family: inherit;
    font-weight: 600;
    color: #323233;
}

.ancor-warpper {
    display: block;
    width: 100%;
}

.ancor-warpper ul {
    display: block;
    width: 100%;
}

.ancor-warpper li {
    padding: 10px;
    width: 100%;
    display: block;
}

.ancor-warpper li:hover {
    background: #ffebcd94;
}

.ancor-warpper li:hover span {
    transform: scale(1.1);
}

.ancor-warpper li a {
    font-family: inherit;
    font-weight: 500;
    color: #444343;
    font-size: 15px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
}

.ancor-warpper li a span {
    vertical-align: middle;
    margin-right: 5px;
    color: #cf0a4c;
    transition: 0.3s ease-out;
}

.sel-pro-sec {
    display: block;
    width: 100%;
    padding: 20px;
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 1%), 0 2px 4px rgb(0 0 0 / 7%);
}

.sel-pro-sec .sel-consec {
    margin-bottom: 0px;
}

.sel-conx {
    display: block;
    width: 100%;
    margin-bottom: 20px;
}

.seltitxt {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #cf0a4c;
    margin-bottom: 5px;
}

.seltitxt::before {
    content: "|";
    padding-right: 10px;
}

.sel-gallery-wrap {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    margin: 0px -10px;
    padding: 15px 0px;
    overflow-x: auto;
    scrollbar-width: none;
}

.sel-gallery-wrap::-webkit-scrollbar {
    display: none;
}

.sel-gallery-wrap-cols {
    display: block;
    flex-basis: 25%;
    -webkit-flex-basis: 25%;
    max-width: 25%;
    padding: 0px 10px;
    flex-shrink: 0;
    -webkit-flex-shrink: 0;
}

.selgalleryimgbox {
    display: block;
    overflow: hidden;
    padding-top: 70%;
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: 5px;
}

.selgalleryimgbox:hover img {
    transform: scale(1.1);
}

.selgalleryimgbox img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
    transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.abt2com {
    display: block;
    width: 100%;
    padding: 10px 0px;
}


/* Handle */

.abt2com::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 10px;
}


/* Handle on hover */


/* ::-webkit-scrollbar-thumb:hover {
    background: #555;
} */

.abt2com p {
    font-family: inherit;
    font-weight: 400;
    color: #333;
    font-size: 17px;
    line-height: 23px;
}

.bgtile {
    font-size: 26px;
    font-family: inherit;
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}

.companiesboxdetail-wrap {
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    outline: 1px solid #cccccc8a;
    border-radius: 2px;
    margin-bottom: 20px;
}


/*seller-profile-css-page-ends-here*/


/* seller-rate-reviews-starts-here */

.comment_sec {
    width: 100%;
    display: inline-block;
    padding: 0px;
    margin: 20px 0 0;
}

.title_ccout {
    font-family: inherit;
    font-size: 18px;
    font-weight: 600;
    color: #000;
    padding-bottom: 10px;
    border-bottom: 1px solid #dddddd69;
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.wr_comment {
    float: right;
    color: #3383fb;
    font-family: inherit;
    font-size: 15px;
}

.write_commnts {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    margin-bottom: 30px;
}

.write_commnts textarea {
    border-radius: 10px;
    border: 1px solid #dddddd66;
    padding: 15px;
    font-family: inherit;
    font-size: 15px;
    margin-bottom: 15px;
    width: 100%;
    color: #333;
}

.st_btn {
    background: #3383fb;
    padding: 12px 30px;
    border-radius: 4px;
    border: 0px;
    text-align: center;
    float: right;
    font-family: inherit;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
    font-weight: 500;
}

.comment_sec ul {
    max-height: 680px;
    overflow-y: auto;
    padding-right: 20px;
}

.comment_sec ul::-webkit-scrollbar-thumb {
    background: rgb(235, 227, 227);
    border-radius: 10px;
}

.comment_sec ul::-webkit-scrollbar {
    width: 5px;
}


/* Track */

.comment_sec ul::-webkit-scrollbar-track {
    background: #ccc;
}

.comment_sec ul li {
    width: 100%;
    padding-bottom: 25px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
}

.rws-thumb {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #ddd;
    float: left;
    margin-right: 15px;
    overflow: hidden;
}

.rws-thumb img {
    width: 50px;
    height: 50px;
    object-fit: cover;
    object-position: center;
}

.chat_detail {
    padding: 0px;
    width: 100%;
}

.chat_header {
    width: 100%;
    display: inline-block;
    padding-bottom: 10px;
}

.zc_name {
    font-family: inherit;
    font-size: 16px;
    color: #000;
    padding-right: 10px;
    font-weight: 600;
}

time {
    color: #7b7b7b;
    font-family: inherit;
    font-size: 14px;
}

.cmnts_p {
    position: relative;
}

.edte_drop {
    position: absolute;
    right: 8px;
    top: 0px;
}

.edte_drop span {
    padding: 0px;
    display: inline-block;
    cursor: pointer;
}

.edte_drop span i {
    color: #89898987;
}

.more_dropdown {
    position: absolute;
    display: none;
    top: 25px;
    right: 0px;
    background: #fff;
    border-radius: 8px;
    width: 100px;
    box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);
}

.more_dropdown a {
    display: block;
    font-family: inherit;
    font-size: 14px;
    color: #444;
    padding: 5px 10px;
}

.cmmts_r button:hover {
    text-decoration: underline;
}

.cmtlike.active {
    color: #3383fb !important;
}

.more_dropdown a:hover {
    background: #e3edfa;
    color: #1967d2;
}

.cmmts_r button {
    margin-right: 10px;
    color: #65676b;
    font-family: inherit;
    font-size: 14px;
    font-weight: 500;
    background: transparent;
    border: 0px;
    cursor: pointer;
}

.wr_comment i {
    display: inline-block;
    vertical-align: middle;
}

.chat_detail .cmnts_p p {
    font-family: inherit;
    font-size: 15px;
    color: #333;
    padding: 10px 15px;
    border-radius: 6px;
    background: #f8f8f8;
    font-weight: 500;
    line-height: 21px;
    margin-right: 40px;
}

.cmmts_r {
    width: 100%;
    display: inline-block;
    padding: 8px 0;
}

.rply_cmmnt {
    width: 100%;
    margin-top: 20px;
    position: relative;
    display: none;
}

.rpy_thumb {
    width: 38px;
    height: 38px;
    border-radius: 100%;
    background: #ececec;
    float: left;
    margin-right: 10px;
}

.rply_sec {
    padding: 0px;
    margin-left: 50px;
}

.rply_sec textarea {
    width: 100%;
    font-family: inherit;
    font-size: 15px;
    color: #333;
    font-weight: 400;
    padding: 10px;
    border: 1px solid #cfcfcf;
    border-radius: 6px;
}

.cmmt_action .cmt-btnaction {
    padding: 10px 15px;
    float: right;
    background: #ececec;
    color: #333;
    margin-left: 10px;
    font-family: inherit;
    font-size: 14px;
    border: 0px;
    border-radius: 3px;
    font-weight: 500;
    cursor: pointer;
}

.cmmt_blue {
    background: #3383fb !important;
    color: #fff !important;
}

.cmmt_action {
    display: inline-block;
    width: 100%;
    padding: 0px;
    margin: 10px 0 0;
}

.modal-window {
    background: #FFF;
    width: 90%;
    max-width: 500px;
    text-align: center;
    box-shadow: 5px 5px 5px rgb(0 0 0 / 50%);
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 5px 5px 5px rgb(0 0 0 / 50%);
    position: fixed;
    top: 50%;
    left: 50%;
    line-height: 25px;
    z-index: 99;
    transform: translate(-50%, -50%);
    animation: faded 0.3s;
    -webkit-animation: faded 0.35s;
    transition: 0.3s;
}

.m-header {
    position: relative;
}

.m-header .close {
    position: absolute;
    top: 10px;
    right: 10px;
    color: #000;
    cursor: pointer;
}

.modal_form {
    width: 100%;
    display: inline-block;
    padding: 25px;
}

.m-form-row {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.m-form-row label {
    display: block;
    font-family: inherit;
    font-size: 14px;
    color: #333;
    text-transform: inherit;
    text-align: left;
}

.m-form-row input,
.m-form-row textarea {
    width: 100%;
    padding: 10px;
    border-radius: 2px;
    border: 1px solid #ececec;
    font-family: inherit;
    font-size: 14px;
    color: #333;
}

.form-row textarea {
    width: 100%;
    padding: 10px;
    border-radius: 2px;
    border: 1px solid #ececec;
    font-family: inherit;
    font-size: 14px;
    color: #333;
}

.m-form-row {
    display: inline-block;
    width: 100%;
    margin-bottom: 10px;
}

.mf_submit {
    padding: 14px;
    width: 100%;
    display: inline-block;
    background: #3383fb;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    border: 0px;
    font-family: inherit;
    font-size: 15px;
    cursor: pointer;
}

.rpy_thumb {
    width: 38px;
    height: 38px;
    border-radius: 100%;
    background: #ececec;
    float: left;
    margin-right: 10px;
    overflow: hidden;
}

.rpy_thumb img {
    width: 38px;
    height: 38px;
    object-fit: cover;
    object-position: center;
}

.modal-content {
    display: block;
    width: 100%;
}

.modal_write {
    font-family: 'Avalon', arial;
    font-size: 19px;
    color: #000;
    font-weight: 600;
    padding: 15px;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #dddddd69;
}


/* seller-rate-reviews-starts-ends-here*/


/* media-quaries-here */

@media(max-width:1400px) {
    .sp-warpcols {
        flex-basis: 33.3%;
        max-width: 33.3%;
        -webkit-flex-basis: 33.3%;
    }
}

@media(max-width:992px) {
    .scontent {
        display: block;
        overflow-y: auto;
        height: 100vh;
    }
    .sortby-sec {
        flex-direction: column;
        -webkit-flex-direction: column;
    }
    #sellppbtn {
        display: block;
    }
    .com-bg-mask {
        padding: 20px;
    }
    .srtlinks {
        font-size: 14px;
    }
    .slayryt {
        flex-basis: 100%;
        -webkit-flex-basis: 100%;
        max-width: 100%;
        padding: 10px 0px;
    }
    .sel-gallery-wrap-cols {
        flex-basis: 37%;
        -webkit-flex-basis: 37%;
        max-width: 37%;
        width: 37%;
        padding: 0px 5px;
    }
    .sel-gallery-wrap {
        margin: 0px -5px;
    }
    .bgtile {
        font-size: 20px;
        margin-bottom: 16px;
    }
    .seltitxt {
        font-size: 17px;
    }
    /* seller-filter-product-cat-here */
    /* --- */
    .slaylft-sidebar {
        /* display: none; */
        position: fixed;
        background: #ffff;
        z-index: 5000;
        left: 0;
        top: 0;
        flex-basis: 50%;
        -webkit-flex-basis: 50%;
        max-width: 50%;
        width: 50%;
        height: 100%;
        padding: 0px;
        left: -500px;
        transition: 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
    }
    .slftcontent {
        padding-right: 0px;
        position: relative;
        top: 0px;
    }
    .salyoverflow {
        height: 100%;
        overflow-y: scroll;
    }
    .com-bg-wrap {
        margin-bottom: 10px;
    }
    .comlogo {
        margin: 0px 15px 10px 0px;
    }
    .com-name {
        font-size: 20px;
        line-height: normal;
    }
    .ratetxtt {
        font-size: 14px;
        line-height: normal;
        padding-left: 4px;
    }
    .ratetxttdrk {
        font-size: 15px;
        line-height: 28px;
        margin-right: 3px;
    }
    .ratewarper {
        align-items: flex-start;
        -webkit-align-items: flex-start;
        flex-direction: column;
        -webkit-flex-direction: column;
    }
    .ratewarper .rating-numbers {
        margin-bottom: 8px;
    }
    .miniro {
        margin: 0px 10px;
    }
    .closeslftcontent {
        display: block !important;
    }
    .sortitle {
        display: none;
    }
    .srtlinks {
        font-size: 13px;
        margin-left: 0px;
        padding-right: 5px;
        text-align: center;
        flex-shrink: 0;
        -webkit-flex-shrink: 0;
    }
    .sortby-sec {
        align-items: flex-start;
        -webkit-align-items: flex-start;
        justify-content: flex-start;
        -webkit-justify-content: flex-start;
        display: none;
    }
    .sort-wrap {
        overflow-x: auto;
        overflow-y: hidden;
        scrollbar-width: none;
    }
    .sort-wrap::-webkit-scrollbar {
        display: none;
    }
}

@media(max-width:768px) {
    .sp-warpcols {
        flex-basis: 50%;
        max-width: 50%;
        -webkit-flex-basis: 50%;
    }
    .rating-strip {
        margin-bottom: 15px;
    }
    .com-bg-mask {
        padding: 10px;
    }
    .abt2com p {
        font-size: 15px;
        line-height: 22px;
    }
    .seltitxt {
        font-size: 16px;
    }
    .bgtile {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .letterwarp {
        align-items: flex-start;
        -webkit-align-items: flex-start;
        flex-direction: column;
        -webkit-flex-direction: column;
    }
    .letterwarp .rating-numbers {
        margin-bottom: 8px;
        flex-shrink: 0;
        -webkit-flex-shrink: 0;
    }
    .sel-pro-sec {
        padding: 10px;
    }
    .com-bg-wrap {
        flex-direction: column;
        -webkit-flex-direction: column;
        margin-bottom: 10px;
    }
}

@media(max-width:480px) {
    .sel-gallery-wrap {
        margin: 0px -5px;
    }
    .s-navitems .slink {
        padding: 2px 14px;
        line-height: 35px;
        font-size: 13px;
        height: 35px;
    }
    .com-bg-col2 {
        width: 100%;
    }
    .com-bg-col2 .cpbtn {
        width: 100%;
    }
    .ddl {
        flex-direction: column;
        -webkit-flex-direction: column;
    }
    .sel-gallery-wrap {
        margin: 0px -5px;
        padding: 10px 0px;
    }
    .f-box:nth-child(1) {
        flex-basis: 100%;
        margin-bottom: 30px;
    }
    .sel-conx {
        margin-bottom: 10px;
    }
    .abt2com {
        padding: 10px 0px 0px;
    }
    
    .slaylft-sidebar {
        flex-basis: 80%;
        -webkit-flex-basis: 80%;
        max-width: 80%;
        width: 80%;
        z-index: 80000;
    }
    .comlogo {
        margin: 0px auto 15px;
    }
    .sel-consec {
        border: none;
    }
    .mod-title {
        font-size: 20px;
    }
    .mod-header {
        padding: 7px 10px;
    }
    .ddlcon {
        width: 100%;
        max-width: 100%;
    }
    .com-name {
        font-size: 20px;
        line-height: normal;
        text-align: center;
    }
    .rating-strip {
        justify-content: center;
        -webkit-justify-content: center;
    }
    .spprd-name {
        font-size: 15px;
    }
    .comlogo {
        width: 65px;
        height: 65px;
    }
    .chat_detail .cmnts_p p {
        font-size: 13px;
        padding: 8px 13px;
        line-height: normal;
        margin-right: 20px;
    }
}

@media(max-width:350px) {
    .sp-warpcols {
        flex-basis: 100%;
        max-width: 100%;
        -webkit-flex-basis: 100%;
        padding: 0px;
    }
    .sp-rowwarp {
        margin: 0px;
    }
    .com-bg-col2 .cpbtn {
        padding: 9px 11px;
        font-size: 14px;
    }
    .com-name {
        font-size: 17px;
        line-height: normal;
    }
    .ratetxtt {
        font-size: 13px;
        padding-left: 0px;
    }
    .s-navitems .slink {
        padding: 2px 10px;
    }
}


/* media-quaries-ends */