.dnone {
    display: none;
}

.spin {
    -webkit-animation: spin 0.5s infinite linear;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

.alert {
    margin-bottom: 0 !important;
    margin-top: 1rem !important;
}

.btnloading .ajaxnow {
    display: none;
}

.btn:not(.btnloading) .ajaxloading {
    display: none;
}

.jsformres{
	min-height: 1px;
}
.jsformerr{
	color: #ca3459;
	margin-bottom: 0;
	font-size: 11px;
	line-height: 15px;
}


/****************/
/******************/

/*** PRODUCT GRID ***/
.product-gr-sg{
	border: 1px solid #eee;
	border-radius: 5px;
}
.product-gr-sg img{
	max-width: 100%;
	border-bottom: 1px solid #eee;
}
.productgrbody{
	padding: 10px;
	background: #f5f5f5;
}
.productgrbody>div{
	display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*** PAGINATION ***/
.ulpagination{
	list-style: none;
	display: flex;
}
.ulpagination li{
	background: #f1faff;
	padding: 0 7px;
	margin: 0 1px;
	border-radius: 4px;
	line-height: 1.5;
}
.ulpagination li:hover{
	background: #009ef7;
}
.ulpagination li:hover i{
	color: #fff;
}
.ulpagination li.lipagesel{
	padding: 0;
	background: transparent !important;
}
.ulpagination i{
	color: #009ef7;
	display: inline-block;
	line-height: 40px;
}
.ulpagination li.disabled{
    pointer-events: none;
}
.ulpagination .disabled i{
	color: #999;
}
.ulpagination select{
	margin: 0 2px;
}
.ulpagination .fa-angle-double-right{
	margin-right: 0;
}

/** HEADER **/
#searchrestop a {
    border: 1px solid #eee;
    display: block;
    margin: 5px 8px;
    padding: 10px;
    border-radius: 3px;
    text-align: center;
    background: #f5f5f5;
    font-size: 14px;
    line-height: 16px;
}

#searchrestop a i {
    color: #333;
    font-size: 15px;
}

/*** LOGIN / AUTH **/
.otpinput {
    width: 100% !important;
    max-width: 60px !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.mxlgncntrp {
    margin-bottom: 0;
    text-align: right;
    font-size: 9px;
    line-height: 12px;
    position: relative;
}

.mxlgncntrp > span {
    display: block;
    background: rgba(0, 0, 0, 0.05);
    color: #666;
    padding: 0 5px;
    position: absolute;
    right: 0;
    top: -12px;
    border-radius: 3px 0 5px 0;
    border: none;
}

/*** ADD ST ***/
#DQyZQGLeDD.err {
    background: #ffdede;
    border-color: #ffdede;
}

#IDemaRIuTA,#IDemaRIuTAxm {
    font-size: 9px;
    color: rgb(198, 46, 46);
    text-align: center;
}

.fright {
    float: right;
    font-weight: 900;
}

.adstprcdvmst2 {
    margin-bottom: 15px;
}

.adstprcdvmst2 .fright {
    min-width: 70px;
}

.adstprcdvmst2 .fright span {
    float: right;
}

.adstprcdvmst2 p {
    margin: 0;
    padding: 5px 0;
    border-bottom: 1px dashed #ccc;
}

.stjprch4 {
    border: none;
    margin: 0;
    padding: 5px 0;
}

.stjprch4:first-child {
    border-bottom: 1px dashed #ccc;
}

.dvcpnanddisc {}

.dvcpnanddisc > div {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.dvcpnanddisc input {
    max-width: 200px;
}

.dvcpnanddisc button {
    white-space: nowrap;
}

.prdiscross {
    position: absolute;
    right: -20px;
    top: 8px;
    padding: 5px;
    cursor: pointer;
}

.prdiscrossx {
    position: absolute;
    right: -20px;
    top: 0px;
    padding: 5px;
    cursor: pointer;
}

.prdiscross i,
.prdiscrossx i {
    font-size: 12px;
}


/**** VIEW ST ****/
.admdetailshd {
    border-bottom: 2px solid #cdf;
    padding-bottom: 5px;
}


/**** ADM DETAILS ***/
@media only screen and (min-width : 768px) {
    .admdetailscol1 {
        border-right: 1px solid #cdf;
        padding-right: 10px;
    }
}
@media only screen and (min-width : 992px) {
    .admdetailscol2 {
        border-right: 1px solid #cdf;
        padding-right: 10px;
    }
}

/*** DW COPY ***/
@media only screen and (min-width: 576px){
    .dwbspan{
        display: none;
    }
    .dwahref:hover .dwbspan{
        display: inline-block;
    }
}

/*** alert cross ***/
.alert{
	padding-right: 22px !important;
	position: relative;
}
.alert span{
	position: absolute;
	right: 3px;
	top: 3px;
	background: #0002;
	line-height: 17px;
	font-size: 15px;
	height: 17px;
	width: 17px;
	text-align: center;
	border-radius: 50%;
	cursor: pointer;
}
.alert span:before{
	content: "\f62a";
    font-family: bootstrap-icons!important;
    font-style: normal;
    font-weight: 400!important;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/****************************/
/**** order details page *******/
.odmainW3nc{
	max-width: 600px;
	padding-left: 15px;
	padding-top: 30px;
}
.odmainW3nc img{
	display: block;
	max-width: 200px;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	margin-top: 5px;
}
.odsgsOCz{
	position: relative;
	min-height: 120px;
	padding-left: 25px;
}
.odsgsOCz:not(:last-child){
	border-left: 1px dashed #ccc;
}
.imgdxeRG{
	width: 30px;
	height: 30px;
	position: absolute;
	border: 5px solid #009ef7;
	border-radius: 50%;
	left: -15px;
	background: #fff;
}
.odategyey{
	margin-right: 15px;
}
.odategyey>div{
	background: #009ef7;
	padding: 5px 0px;
	border-radius: 3px;
	color: #fff;
	width: 95px;
	text-align: center;
}
.odesvrSs{
	font-size: 15px;
	font-weight: 600;
}
.odesvrSs form{
	font-weight: normal;
}
.oddesp{
	font-size: 12px;
	font-weight: normal;
	background: #eee;
	border: 1px solid #e5e5e5;
	border-radius: 3px;
	padding: 5px;
	margin: 5px 0;
}


/********************************************/
/********************************************/
#galryjI2N{
	max-width: 300px;
	overflow: hidden;
}
#galryjI2N img{
	max-width: 100%;
}




/*****************/
/*** LANDING ****/
/*****************/


/* scroll to top */
.scrolltop{
    right: inherit !important;
    left: 20px !important;
}