#main-col {
    margin-top: 25px;
}

.compyName h2 {
    font-size: 20px;
    font-weight: 900;
    margin: 7px 0;
}

.compyName img {
    width: 90px;
}

.detailHeading {
    font-weight: 700 !important;
    color: #123d72 !important;
    /* font-size: 15px !important; */
}

.d-flex {
    display: flex !important;
}

.padd0 {
    padding: 0;
}

.sellerLink {
    display: flex;
    justify-content: end;
    align-items: center;
    padding-right: 10px;
}

.sellerLink a {
    background: #02335C;
    padding: 4px 7px;
    font-size: 14px;
    font-weight: 800;
    border-radius: 5px;
    color: #fff;
    font-family: inherit;
    margin-top: 10px;
    margin-left: 10px;
}

.loadmoredataBtn {
    text-align: center;
}

.loadmoredataBtn button {
    border: 0;
    margin-bottom: 15px;
    padding: 5px 34px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    color: #fff;
    background: #123d72;
    font-family: inherit;
}

.borderoutside {
    border: 5px solid #dcdddd;
    border-radius: 10px;
    padding: 10px;
}

.sellerCopnyLogo {
    text-align: center;
}

.sellerCopnyLogo img {
    width: 150px;
    height: 150px;
}

.fontTyle {
    font-size: 13px;
    font-family: system-ui;
    letter-spacing: 0.5px;
    font-weight: 500;
    line-height: 19px;
}

.producthead {
    font-size: 18px;
    font-weight: bold;
    padding-left: 6px;
    margin-top: 16px;
}

.mb5 {
    margin-bottom: 5px;
}

.w120 {
    width: 120px;
}

.wAuto {
    width: auto;
}

.top-left {
    width: 169px;
    text-align: revert;
    position: absolute;
    top: 24px;
    right: -40px;
    transform: rotate(35deg);
    height: 21px;
    border-radius: 30px;

}

.top-left h4 {
    margin-top: 0px;
}

.product_list h3 a:after {
    position: absolute;
    content: "";
    width: 56%;
    height: 1px;
    color: #0b1d3e;
    margin: 0px auto;
    top: 46px;
    left: 16px;
    background: #cfcfcf;
}

.ptoductbox {
    text-align: center;
    border: 3px solid #dcdddd;
    border-radius: 6px;
    /* padding: 10px; */
    height: 270px;
    background-color: #E6E6E6;
}

.ptoductbox h3 {
    text-transform: capitalize;
    font-size: 19px;
    font-weight: 600;
    color: #000;
}

.prodBtn {
    /* display: flex; */
    background: #02335C;
    /* justify-content: space-between; */
    color: #fff;
    padding: 5px;
    margin-bottom: 1px;
    height: auto;
    border-radius: 0px 0px 5px 5px;
    text-align: center;
}

.ptoductbox img {
    margin-top: 5px;
}

.prodBtn button {
    border: 0;
    background-color: #0277b5;
    border-radius: 5px;
}

.prodBtn button a {
    color: #fff;
    font-weight: 600;
}

.moreprod {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 94px;
    font-size: 30px;
    font-weight: 600;
    color: #3f5f8c;
}

.navbar {
    text-align: right !important;
}


.sidebar-title,
.set-heading {
    text-align: left !important;
}

.checkbox-container {
    text-align: left;
}

/* Mobile Devices (portrait and landscape) */
@media only screen and (max-width: 767px) {
    .mtresp {
        margin-top: 65px;
    }

    .ptoductbox {
        margin-top: 10px;
    }

    .sellerLink {
        justify-content: center;
        align-items: center;
        padding: 16px 0px;
    }

    .s_logo_s {
        padding: 12px 0px;
    }

    .sidebar-title,
    .set-heading {
        text-align: left !important;
    }

    .checkbox-container {
        text-align: left;
    }

    .fontTyle {
        line-height: 21px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .mtresp {
        margin-top: 40px;
    }

    .ptoductbox {
        margin-top: 13px;
    }

    .s_logo_s {
        padding: 15px 0px;
    }

    .compyName {
        padding-bottom: 10px;
    }

    .sellerLink {
        justify-content: center;
        align-items: center;
        padding: 16px 0px;
    }

    .sidebar-title,
    .set-heading {
        text-align: left !important;
    }

    .checkbox-container {
        text-align: left;
    }

    .fontTyle {
        line-height: 21px;
    }
}