.qty {
	width: 130px;
}
.qty .count {
	color: #000;
	display: inline-block;
	vertical-align: top;
	font-size: 13px;
	font-weight: bold;
	line-height: 28px;
	padding: 0 0px;
	border: 1px solid #ebebeb;
	min-width: 60px;
	text-align: center;
	margin-left: 0;
	background: transparent !important;
	height: 40px;
}
.qty .plus {
	padding: 0;
	width: 30px;
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	height: 40px;
	border: 1px solid #ebebeb;
	font-size: 1.2rem;
	color: #000 !important;
	text-align: center;
	background: transparent !important;
	cursor: pointer;
	border-radius: 0px 5px 5px 0px;
}
.qty .minus {
	padding: 0;
	width: 30px;
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	height: 40px;
	border: 1px solid #ebebeb;
	font-size: 1.2rem;
	color: #000 !important;
	text-align: center;
	background: transparent !important;
	cursor: pointer;
	border-radius: 5px 0px 0px 5px;
}
.minus:hover{
	background: transparent !important;
	color: #000 !important;
}
.plus:hover{
	background: transparent !important;
	color: #000 !important;
}		
span{
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.qty input{  
	border: 0;
	width: 2%;
}
.qty input::-webkit-outer-spin-button,
.qty input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
.content { height: auto; }
.sticky { position: sticky; top: 100px;}

#productcategory {
    font-size: 25px;
    color: #000;
    font-weight: bold;
    line-height: 1.4;
}
#productsku {
    font-size: 18px;
    line-height: 1.4;
    color: #515151;
    font-weight: bold;
}
#productname {
    font-size: 22px;
    line-height: 1.4;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-transform: capitalize;
    color: #000;
}
#offerprice {
    font-size: 22px;
    color: #000;
    font-weight: bold;
    margin-right: 5px;
}
#mrpprice {
    color: #9b9b9b;
    text-decoration: line-through;
    font-weight: bold;
    font-size: 18px;
    margin-right: 5px;
}
#offer {
    background: #ffc107;
    color: #000;
    font-weight: bold;
    font-size: 15px;
    padding: 3px 6px;
    border-radius: 3px;
    border: solid 1px #000;
}
#checkbox {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
}
#removecart {
    position: absolute;
    top: 5px;
    right: 10px;
    z-index: 999;
}
#removecart a {
    color: #000;
    font-size: 40px;
    font-weight: bold;
}
#returndays {
    color: #000;
    line-height: 2;
    font-size: 18px;
}
#deliverydays {
    color: #000;
    line-height: 1;
    font-size: 18px;
}
#imgdiv {
    width: 100%;
    height: 250px;
}
.card-header {
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    color: #000;
    font-weight: bold;
    line-height: 1;
}
.card-footer {
    background-color: transparent;
    border-top: 1px solid rgba(0, 0, 0, .125);
    color: #000;
    font-weight: bold;
    line-height: 1;
}
.usebtn {
    background: #eee;
    color: #000;
    font-size: 18px;
    padding: 5px 18px;
    font-weight: bold;
    border: solid 1px #ccc;
}
.inner-section {
    margin-top: 0px;
    margin-bottom: 0px;
}
.boxed1 label {
	display: inline-block;
	width: auto;
	height: auto;
	border-radius: 5px;
	border: solid 1px #000000;
	transition: all 0.3s;
	color: #000;
	padding: 5px 20px;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 15px;
}
.boxed1 label:hover {
	color: #000;
    background: #ffc107;
    border: solid 1px #ffc107;
	cursor:pointer;
}
.boxed1 input[type="radio"] {
	display: none !important;
}
.boxed1 input[type="radio"]:checked + label {
	color: #000;
    background: #ffc107;
    border: solid 1px #ffc107;
}
.positionbtn {
    display: none;
}
.positionbtn2 {
    display: block;
    background: #fff;
    padding: 10px;
    border: solid 1px #ccc;
    border-radius: 5px;
}
@media (max-width:768px){
    .mobile-menu {
        display: none;
    }
    #imgdiv {
	    width: 100%;
        height: 150px;
	}
    .usebtn {
        background: #eee;
        color: #000;
        font-size: 13px;
        padding: 2px 5px;
        border: solid 1px #ccc;
    }
    #removecart {
	    position: absolute;
        top: -5px;
        right: 5px;
        z-index: 999;
	}
	#removecart a {
	    color: #000;
        font-size: 20px;
        font-weight: bold;
	}
    .boxed1 label {
        display: inline-block;
        width: auto;
        height: auto;
        border-radius: 5px;
        border: solid 1px #ccc;
        transition: all 0.3s;
        color: #000;
        padding: 0px 10px;
        font-weight: bold;
        margin-bottom: 5px;
        font-size: 12px;
    }
    #productcategory {
	    font-size: 15px;
	    color: #000;
	    font-weight: bold;
	    line-height: 1.4;
	}
	#productsku {
	    font-size: 12px;
        line-height: 1.4;
        color: #515151;
        font-weight: bold;
	}
	#productname {
	    font-size: 12px;
        line-height: 1.4;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        text-transform: capitalize;
        color: #000;
	}
	#offerprice {
	    font-size: 15px;
        color: #000;
        font-weight: bold;
        margin-right: 5px;
	}
	#mrpprice {
	    color: #9b9b9b;
        text-decoration: line-through;
        font-weight: bold;
        font-size: 15px;
        margin-right: 5px;
	}
	#offer {
	    background: #ffc107;
        color: #000;
        font-weight: bold;
        font-size: 11px;
        padding: 3px 6px;
        border-radius: 3px;
        border: solid 1px #000;
	}
	#returndays {
	    color: #000;
        line-height: 2;
        font-size: 11px;
	}
	#deliverydays {
	    color: #000;
        line-height: 1;
        font-size: 11px;
	}
	.card-body {
	    padding: 5px 5px;
	}
	.card-header {
        padding: 10px 5px;
	}
	.card-footer {
        padding: 10px 5px;
	}
	.inner-section {
        margin-top: 0;
        margin-bottom: 0;
    }
    .positionbtn {
        display: block;
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
        background: #fff;
        box-shadow: 0px 0px 5px 0px #000;
        padding: 10px;
        z-index: 9999;
    }
    .positionbtn2 {
        display: none;
    }
}
.span_pseudo, .chiller_cb span:before, .chiller_cb span:after {
    content: "";
    display: inline-block;
    background: #000;
    width: 0;
    height: 0.2rem;
    position: absolute;
    transform-origin: 0% 0%;
}
.chiller_cb {
    position: relative;
    display: flex;
    align-items: center;
}
.chiller_cb input {
    display: none;
}
.chiller_cb input:checked ~ span {
    background: #ffc107;
    border-color: #ffc107;
}
.chiller_cb input:checked ~ span:before {
    width: 1rem;
    height: 0.15rem;
    transition: width 0.1s;
    transition-delay: 0.3s;
}
.chiller_cb input:checked ~ span:after {
    width: 0.4rem;
    height: 0.15rem;
    transition: width 0.1s;
    transition-delay: 0.2s;
}
.chiller_cb input:disabled ~ span {
    background: #ececec;
    border-color: #dcdcdc;
}
.chiller_cb input:disabled ~ label {
    color: #dcdcdc;
}
.chiller_cb input:disabled ~ label:hover {
            cursor: default;
        }
        .chiller_cb label {
            padding-left: 2rem;
            position: relative;
            z-index: 2;
            cursor: pointer;
            margin-bottom:0;
        }
        .chiller_cb span {
            display: inline-block;
            width: 1.2rem;
            height: 1.2rem;
            border: 2px solid #ccc;
            background: #ccc;
            position: absolute;
            left: 0;
            transition: all 0.2s;
            z-index: 1;
            box-sizing: content-box;
        }
        .chiller_cb span:before {
            transform: rotate(-55deg);
            top: 1rem;
            left: 0.37rem;
        }
        .chiller_cb span:after {
            transform: rotate(35deg);
            bottom: 0.35rem;
            left: 0.2rem;
        }