* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: Verdana, 'Geneva', Tahoma, sans-serif;
}

html {
    font-size: 62.5%;
}

a {
    text-decoration: none;
    color: black;
    display: inline-block;
}

html,
body {
    background-color: #e6e6e6;
    width: 100%;
    min-width: 200px;
}

.hdr {
    background-color: #cecece;
    padding: 0.6rem 0.4rem 0rem 0.4rem;
    position: -webkit-sticky;
    position: sticky;
    top: -4.6rem;
    left: 0rem;
    z-index: 2;
}

.hdr0 {
    width: 100%;
}

div.hdr0>div {
    overflow: hidden;
}

.lg h1 {
    font-size: 25px;
}

.lg h1 a {
    display: inline-block;
}

.aknt-dv {
    padding: 4px 2px 0px 0px;
}

.aknt-dv a {
    border: 1px solid gray;
    padding: 3px 10px 0px;
    border-radius: 5px;
}

.hdr1 {
    display: flex;
    flex-direction: row;
    padding-top: 18px;
    width: 100%;
    border-bottom: 1px solid gray;
    text-align: center;
}

.h1-lnk {
    display: inline-block;
    width: 100%;
}

.actv {
    border-bottom: 6px solid gray;
}

.in-actv {
    border-bottom: 6px solid #cecece;
}

.hdr1>div>a {
    display: inline-block;
    width: 100%;
}


.container {
    display: inline-block;
    cursor: pointer;
    position: relative;
    top: 2px;
    right: 3px;
    z-index: 4;
    padding: 1px 0px;
}

.bar4,
.bar5,
.bar6 {
    width: 20px;
    height: 2px;
    background-color: #333;
    margin: auto;
    transition: 0.4s;
}

.bar5 {
    margin-top: 4px;
    margin-bottom: 4px;
}

.bar5 {
    margin-top: 4px;
    margin-bottom: 4px;
}

.bdy {
    background-color: #e6e6e6;
    min-height: calc(100vh - 89px);
    min-width: 200px;
    padding-top: 5px;
}

/********************************************* login ***************************/

.mn-cnt {
    margin-bottom: 50px;
}

/*
#lipa-ocnt {
    position: absolute;
    left: 0px;
    top: 89px;
    width: 100%;
    padding-top: 50px;
    height: 100v;
    background-color: #cecece;
}*/

#lipa-ocnt {
    position: fixed;
    background-color: #e6e6e6;
    left: 0px;
    top: 0px;
    width: 100%;
    height: calc(100vh);
    overflow: auto;
    z-index: 2;
}

#lipa-ocnt nav {
    padding-top: 100px;
}

#lipa-ocnt .frm-cnt {
    margin-bottom: 50px;
}

.frm-cnt,
.nav-cllctn {
    width: 96%;
    margin: auto;
    border-radius: 5px;
    padding: 5px;
    max-width: 600px;
    text-align: center;
    border: 1px solid gray;
}

form#lg-frm {
    padding: 5px;
}

form#lg-frm .flt-lft {
    padding: 10px 0px;
}

form#lg-frm .flt-lft>span {
    float: left;
    width: 50%;
}

form#lg-frm input[type="submit"],
.rgSccOk a button {
    display: inline-block;
    color: white;
    background-color: gray;
    padding: 3px 15px;
    font-size: 20px;
    border-radius: 5px;
    outline: none;
    border: none;
}

form#lg-frm .flt-lft>span:first-child {
    padding: 5px 3px 6px;
    text-decoration: underline;
}

.frm-inf {
    font-size: 14px;
    margin-top: 4px;
    font-weight: bold;
}

.frm-bdy {
    margin: 10px 0px;
}

.pss-vw {
    margin: auto;
}

.rgSccdv .rgSccOk {
    width: 100%;
    margin: auto;
}

.rgSccdv {
    width: 96%;
    margin: auto;
    margin-top: 100px;
    border-radius: 5px;
    padding: 10px;
    max-width: 600px;
    border: 1px solid gray;
}

.succIc {
    font-size: 25px;
    color: gray;
    position: relative;
}

.succId {
    padding-top: 40px;
    position: relative;
}

.succIc span {
    padding-bottom: 3px;
    position: absolute;
    top: 0px;
    left: 40px;
}

.succIc .bi-check2-circle {
    width: 40px;
    height: auto;
    position: absolute;
    left: 0px;
    top: -5px;
}

.succId .rgId {
    font-size: 25px;
}

.succId .idCnt {
    font-size: 18px;
    color: gray;
}

form.pymnt label,
form.lgn-frm label,
form.lg-otp-frm label {
    display: inline-block;
    margin: 5px 0px 0px 3px;
    font-size: 11px;
    width: 100%;
}

.m-b-10x {
    margin-bottom: 20px;
}

.mx-w-200x {
    max-width: 200px;
    width: 100%;
}

hr {
    outline: none;
    border: none;
    border-top: 1px solid #b8b8b8;
    margin: 5px 0px 10px;
}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="number"],
form.pymnt select {
    padding: 4px;
    display: inline-block;
    border: none;
    background-color: white;
    border-radius: 5px;
    border: 1px solid gray;
    font-size: 14px;
}

#adDtl {
    position: fixed;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 10px;
    left: 0px;
    top: 0px;
    width: 100%;
    height: calc(100vh);
    overflow: auto;
}

#adDtl {
    z-index: 2;
}






.l-img-cnt {

    width: 100%;
    text-align: center;
}

div.l-img-cnt>div {
    padding: 3px;
    margin: auto;
    width: 100%;
    max-width: 306px;
}

div.l-img-cnt>div>div {
    border: 1px solid gray;
    border-radius: 4px;
    width: 100%;
    overflow: hidden;
}

div.l-img-cnt>div>div>div {
    width: 100%;
    overflow: hidden;
}

div.l-img-cnt>div>div>div>img {
    border-radius: 4px;
    min-width: 110px;
    max-width: 300px;
    width: 100%;
    height: auto;
    max-height: 200px;
}

div.l-img-cnt>div>div>span {
    float: left;
    width: 50%;
    border: none;
    border-top: 1px solid gray;
    background-color: rgb(167, 167, 167);
    border-radius: 4px;
    overflow: hidden;
    font-size: 11px;
    text-align: center;
}


.ldsc-img-cnt {
    width: 100%;
}

.ldsc-img-cnti {
    width: 100%;
}

.ldsc-img-cnti>div {
    max-width: 600px;
    margin: auto;
    width: 96%;
}

.ldsc-img-cnti>div>img {
    border-radius: 5px;
    border: 1px solid gray;
    width: 100%;
}

.vwBtCnt>div {
    float: left;
    width: 50%;
}

.vwBtCnt>div:first-child {
    padding: 0px 2px 0px 0px;
}

.vwBtCnt>div:last-child {
    padding: 0px 0px 0px 2px;
}

button.vwBtn {
    display: inline-block;
    width: 100%;
    color: white;
    background-color: gray;
    padding: 3px 5px;
    font-size: 14px;
    border-radius: 5px;
    outline: none;
    border: none;
}

.dsc-dv {
    max-width: 600px;
    width: 96%;
    margin: auto;
}

.qty-cnt select {
    font-size: 11px;
    padding: 2px 7px;
}

.hdr0-fx {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

html,
body {
    background-color: #e6e6e6;
    width: 100%;
    min-width: 200px;
}

.h1-lnk {
    font-size: 17px;
}

.hdr0-fx {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
}

.logo h1 {
    font-size: 25px;
}

.logo h1 a {
    display: inline-block;
}

.rbt-dv a {
    border: 1px solid gray;
    padding: 0.4rem 1.3rem;
    border-radius: 0.4rem;
    height: 2.6rem;
    width: 4.5rem;
}

.hdr1 {
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    flex-wrap: nowrap;
    padding-top: 18px;
    border-bottom: 1px solid gray;
}

/**************************************** adLd ****************************************/
.ad-cnt {
    border-radius: 10px;
    margin: auto;
    padding: 3px;
    width: 100%;
    max-width: 300px;
}


form#lip-form {
    padding: 5px;
}

form#lip-form .flt-lft {
    padding: 10px 0px;
}

form#lip-form .flt-lft>span {
    float: left;
    width: 50%;
}

form#lip-form input[type="submit"] {
    display: inline-block;
    color: white;
    background-color: gray;
    padding: 3px 15px;
    font-size: 20px;
    border-radius: 5px;
    outline: none;
    border: none;
}

form#lip-form .flt-lft>span:first-child {
    padding: 5px 3px 6px;
    text-decoration: underline;
}

.frm-inf {
    font-size: 14px;
    margin-top: 4px;
    font-weight: bold;
}


.vwIcn {
    width: 100%;
    max-width: 600px;
    height: 45px;
    padding-top: 2px;
    margin-bottom: 3px;
}

.vwIcn .IcnDv {
    background-color: white;
    float: left;
    width: 100%;
    height: 40px;
    max-width: 50px;
    border: 1px solid gray;
    margin-right: 5px;
    border-radius: 5px;
}

.vwIcn img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 5px;
}





@media only screen and (min-width: 350px) {
    div.l-img-cnt>div {
        float: left;
        width: 50%;
    }
}

@media only screen and (min-width: 570px) {
    div.l-img-cnt>div {
        width: 33.33%;
    }
}

@media only screen and (min-width: 900px) {
    div.l-img-cnt>div {
        width: 25%;
    }
}

@media only screen and (min-width: 1200px) {
    div.l-img-cnt>div {
        width: 20%;
    }
}

@media only screen and (min-width: 1500px) {
    div.l-img-cnt>div {
        width: 16.66%;
    }
}

@media only screen and (min-width: 1800px) {
    div.l-img-cnt>div {
        width: 14.28%;
    }
}

@media only screen and (min-width: 2100px) {
    div.l-img-cnt>div {
        width: 12.5%;
    }
}

@media only screen and (min-width: 2400px) {
    div.l-img-cnt>div {
        width: 11.11%;
    }
}

@media only screen and (min-width: 2700px) {
    div.l-img-cnt>div {
        width: 10%;
    }
}

@media only screen and (min-width: 3000px) {
    div.l-img-cnt>div {
        width: 9.09%;
        float: none;
        display: inline-block;
    }
}

.ads {
    min-height: calc(100vh - 100px);
    height: 100%;
    padding-top: 5px;
    text-align: center;
}

.ad-cnt {
    border-radius: 10px;
    margin: auto;
    padding: 3px;
    width: 100%;
    max-width: 300px;
}

.ad-dv {
    background-color: white;
    border-radius: 10px;
    padding: 5px;
}

.img-dv img {
    min-width: 110px;
    width: 100%;
    height: auto;
    padding: 0px;
    border: 1px solid rgb(187, 187, 187);
    border-radius: 10px;
}

.ad-btn {
    width: 100%;
    padding: 3px;
    outline: none;
    border: 1px solid rgb(209, 209, 209);
    border-radius: 5px;
    font-size: 11px;
    height: 26px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

p.ad-btn {
    position: relative;
    overflow: hidden;
    z-index: 0;
}

.ad-btn span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.prg {
    position: absolute;
    left: 0px;
    top: 0px;
    display: inline-block;
    background-color: rgb(226, 226, 226);
    width: 90%;
    height: 100%;
    z-index: -1;
}

div.ad-dv button.ad-btn span:first-child {
    float: left;
}

div.ad-dv button.ad-btn .prc {
    font-size: 11px;
    width: 60%;
    text-align: left;
    white-space: nowrap;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
}

div.ad-dv button.ad-btn .lctn {
    float: right;
    font-size: 11px;
    width: 40%;
    text-align: right;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

div.ad-dv button.ad-btn::after {
    content: "";
    clear: both;
    display: table;
}

.on-sp {
    width: 100%;
}






@media only screen and (min-width: 350px) {
    .ad-cnt {
        width: 50%;
        float: left;
    }

    .ads::after {
        content: "";
        clear: both;
        display: table;
    }
}

@media only screen and (min-width: 570px) {
    .ad-cnt {
        width: 33.33%;
    }
}


@media only screen and (min-width: 900px) {
    .ad-cnt {
        width: 25%;
    }
}

@media only screen and (min-width: 1200px) {
    .ad-cnt {
        width: 20%;
    }
}

@media only screen and (min-width: 1500px) {
    .ad-cnt {
        width: 16.66%;
    }
}

@media only screen and (min-width: 1800px) {
    .ad-cnt {
        width: 14.28%;
    }
}

@media only screen and (min-width: 2100px) {
    .ad-cnt {
        width: 12.5%;
    }
}

@media only screen and (min-width: 2400px) {
    .ad-cnt {
        width: 11.11%;
    }
}

@media only screen and (min-width: 2700px) {
    .ad-cnt {
        width: 10%;
    }
}

@media only screen and (min-width: 3000px) {
    .ad-cnt {
        width: 9.09%;
        float: none;
        display: inline-block;
    }
}

