@font-face{
	src: url('../fonts/Montserrat-Medium.ttf');
	font-family: Montserrat-Medium;
}
@font-face{
	src: url('../fonts/Montserrat-Bold.ttf');
	font-family: Montserrat-Bold;
}
@font-face{
	src: url('../fonts/Montserrat-Regular.ttf');
	font-family: Montserrat-Regular;
}
@font-face{
	src: url('../fonts/Roboto-Bold.ttf');
	font-family: Roboto-Bold;
}
@font-face{
	src: url('../fonts/Mada-Bold.ttf');
	font-family: Mada-Bold;
}
@font-face{
	src: url('../fonts/Roboto-Medium.ttf');
	font-family: Roboto-Medium;
}

*{
	margin: 0;
	padding: 0;
    box-sizing: border-box;
}

.sproduct_102 h4 a span {
    font-style: italic;
}
.shopping_banner{
	width: 100%;
	float: left;
	padding: 100px 0 30px;
	background-image: url('../images/shopping-banner.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	text-align: center;
	height: 410px;
	position: relative;
}
.shopping_banner.special_offer{
	background-image: url('../images/Shiver-desktop-banner-min.jpg');
}
.cms-condoms .shopping_banner{
	background-image: url('../images/condoms-banner-min.jpg');
	background-position: left;
	background-size: 100% 100%;
}
.shopping_banner.ipl_page{
	background-image: url('../images/IPL-Banner-Desktop-min.jpg');
	cursor:pointer;
}
.shopping_banner .container_sec {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 25px;
    max-width: 100%;
    visibility: hidden;
}
.shopping_img_sec {
	display: flex;
	justify-content: center;
}
.shopping_img{
	margin: 0 50px;
}
.shopping_img img{
	height: 150px;
}
.shopping_banner h1{
	font-family: Roboto-Bold;
	color: #fff;
	font-size: 25px;
	margin: 20px 0;
}

.shopping_banner p{
	font-family: Roboto-Bold;
	color: #fff;
	font-size: 14px;
	margin: 0;
	margin: auto;
	line-height: 25px;
}

.shopping_sec{
	width: 100%;
	float: left;
	padding: 40px 0;
	background: #fff;
	margin-bottom: 2%;
}
span.lble {
    float: left;
    width: 30%;
    font-size: 15px;
}
.container_sec{
	max-width: 1200px;
	margin: auto;
}	
.brdcrmb ul{
	margin: 0;
	padding: 0;
}
.brdcrmb li{
	float: left;
	position: relative;
	list-style-type: none;
	margin-right: 10px;
	padding-right: 10px;
}
.brdcrmb a{
	color: #231f20;
	font-family: Roboto-Bold;
	text-decoration: none;
	font-size: 14px;
}
.brdcrmb li:after{
	position: absolute;
	content: '/';
	right: -2px;
	top: 50%;
	transform: translateY(-50%);
	font-family: Roboto-Bold;
}
.brdcrmb li:last-child::after{
	display: none;
}
.brdcrmb li:last-child a{
	pointer-events: none;
}

.product_wrapper{
	width: 100%;
	float: left;
	padding-top: 30px;
}

.product_list{
	width: 20%;
	float: left;
	position: sticky;
	top: 70px;
}
.product_list label{
	display: block;
	color: #231f20;
	font-family: Roboto-Bold;
	padding: 8px 0;
	border-top: 1px solid #808285;
	padding-left: 25px;
	position: relative;
   -webkit-user-select: none;
	user-select: none;
	margin: 0;
    cursor: pointer;
}
.product_list label:last-child{
	border-bottom: 1px solid #808285;
}
.product_list label:before{
    position: absolute;
    content: '';
    width: 13px;
    height: 13px;
    border: 1px solid #808285;
    left: 0;
    top: 33%;
}
.product_list input{
	position: absolute;
	width: 0;
	height: 0;
}
.checkmark{
position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 25px;
}
.product_list .checkmark:before{
	position: absolute;
    content: '';
    left: 4px;
    top: 64%;
    width: 5px;
    height: 8px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
}
.product_list input:checked ~ .checkmark:before{
	display: block;
}
p.norecord {
    font-size: 15px;
    text-align: center;
    border: 1px solid #f58220;
    padding: 10px;
    border-radius: 5px;
}
.product_sec{
	width: 75%;
	float: right;
    position: relative;
}
.product_heading{
	width: 100%;
    float: left;
    margin-bottom: 0;
    position: absolute;
    top: -50px;
}
.product_sec h3{
	color: #231f20;
	font-family: Roboto-Bold;
	font-size: 20px;
	float: left;
	    width: 70%;
}
.sort_by_featured{
	float: right;
    font-family: Roboto-Medium;
    padding: 5px 10px !important;
    background-color: transparent !important;
    height: auto !important;
	width: 30%;
	-webkit-appearance: auto !important;
	background: none !important;
	border-radius: 0 !important;
	font-size: 14px;
    background: none!important;
    background-image: url(../images/down-chevron.png)!important;
    background-repeat: no-repeat!important;
    background-size: 13px!important;
    background-position: 97% 55%!important;
    -webkit-appearance: none!important;
}
.sort_by_featured:focus{
	outline: none;
}
.products{
	width: 100%;
	float: left;
	display: flex;
	/* justify-content: space-between; */
	flex-flow: wrap;
}
.oneproduct{
	width: 32%;
	box-shadow: 0 0 3px rgba(0,0,0,.08);
	text-align: center;
	padding: 10px 10px 20px;
	position: relative;
	overflow: hidden;
	-webkit-user-select: none;
   user-select: none;
   transition: .3s;
   float: left;
    margin: 0 5px 40px;
}
.oneproduct:hover{
	box-shadow: 0 0 25px rgba(0,0,0,.1);
}
.product_img{
	width: 100%;
	height: 200px;
	position: relative;
}
.product_img img{
	max-width: 100%;
	max-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding:0 20px;
	height: 175px;
    width: auto;
}
.oneproduct h4, .oneproduct h4 a, .oneproduct h4 a:hover{ 
	font-family: Roboto-Bold;
	color: #231f20;
	font-size: 16px;
	font-weight:normal;
}
.oneproduct h6{
	color: #231f20;
	font-family: Roboto-Bold;
	font-size: 15px;
	margin: 5px 0;
	font-weight:normal;
}
.oneproduct h6 strike{
	margin-right: 10px;
}
.product_star .star{
	color: #f58220;
	display: inline-block;
	margin: 0 2px;
	font-size: 20px;
}

.product_qty{
	font-family: Roboto-Bold;
	margin-top: 10px;
}
.product_qty select{
	border: none;
	background:none;
	background-color: #f58220;
	color: #fff;
	font-family: Roboto-Medium;
	border-radius: 2px;
	margin: 0 10px;
	text-align: center;
    float: left;
    width: 22%;
    height: auto;
	background-image: url(../images/down-white-arrow.png)!important;
    background-repeat: no-repeat!important;
    background-size: 12px!important;
    background-position: 86% 50%!important;
    -webkit-appearance: none!important;
}

.product_qty select:focus,.product_qty button:focus{
	outline: none;
}
.product_qty button{
	border: none;
	background-color: #f58220;
	color: #fff;
	font-family: Roboto-Medium;
	border-radius: 2px;
	text-align: center;
    padding: 0px 10px;
    cursor: pointer;
    width: 35%;
    float: left;
}

.best_seller{
	font-family: Roboto-Bold;
	color: #fff;
	background-color: #000;
	font-size: 14px;
	padding: 5px 0;
	position: absolute;
	top: 25px;
	left: -35px;
	transform: rotate(-45deg);
	width: 150px;
}
.product_offer{
	font-family: Roboto-Bold;
	color: #fff;
	background-color: #dd3232;
	font-size: 14px;
	padding: 6px 15px 5px 5px;
	position: absolute;
	right: 0;
	top: 0;
	line-height: normal;
}
.product_offer:before{
	position: absolute;
	content: '';
	left: -15px;
	top: 0;
	border-top: 14px solid transparent;
	border-bottom: 14px solid transparent;
	border-right: 15px solid #dd3232;
}

.load_more, .load_more:hover{
	background-color: #f58220;
    color: #fff;
    font-family: Roboto-Medium;
    border-radius: 2px;
    text-align: center;
    padding: 6px 20px;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 0 10px rgba(0,0,0,.2);
    transition: .3s;
}
.load_more:hover{
	box-shadow: 0 0 20px rgba(0,0,0,.2);
}
center#load_more {
    float: left;
    width: 100%;
	margin-top:4%;
}
.strike{
	text-decoration: line-through;	
	font-size: 14px;
	margin: 0 7px;
	color: #999;
}
/* .product_star {
    height: 20px;
} */
.product_star .star.null {
    color: #555;
}
p.loading {
    text-align: center;
}
@media screen and (max-width: 1300px){
	.shopping_img img{
		height: 150px;
	}
}

@media screen and (max-width: 1250px){
	.container_sec{
		max-width: 100%;
		padding: 0 3%;
	}
}

@media screen and (max-width: 1024px){
	.shopping_img img {
	    height: 100px;
	}
	.oneproduct{
		width: 48%;
	}
	.product_heading{
	width: 100%;
	float: left;
	margin-bottom: 30px;
	position:relative;
	top:0;
	}
}


@media screen and (max-width: 960px){
	html{
		overflow-x: hidden;
	}
	#click_trigger{
		float: right;
	    width: 30px;
	    height: 30px;
	    background-image: url(../images/filter-filled-tool.png);
	    background-repeat: no-repeat;
	    background-size: 18px;
	    background-position: center;
		z-index: 999;
		position: absolute;
		right: 15px;
	}
	#click_trigger span {
	    display: block;
	    width: 31px;
	    height: 3px;
	    background-color: #000;
	    margin: 4px 0;
	    display: none;
	}
	.product_list {
	    position: fixed;
	    left: -270px;
	    top: 0;
	    background-color: #fff;
	    padding: 20px;
	    width: 270px;
	    height: 100%;
	    z-index: 999;
	    box-shadow: 0 0 10px rgb(0 0 0 / 20%);
	    transition: .3s;
	}
	.product_list.show_product_list{
		left: 0;
	}
	.product_list label:first-child{
		border-top: 0;
	}
	#black_shadow{
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,.3);
		z-index: 99;
		display: none;
	}
	.product_sec{
		width: 100%;
	}
}

@media screen and (max-width: 767px){
	.shopping_img_sec{
		flex-wrap: wrap;
	}
	.shopping_banner{
		padding: 30px 20px;
	}
	.shopping_banner p{
		max-width: 100%;
	}
	.products{
		justify-content: center;
	}
	.oneproduct{
		width: 98%;
	}
	.shopping_sec{
		padding-top: 20px;
	}
	.product_qty select{
		height: 25px;
	}
	.product_qty button{
		height: 25px;
	}
	center#load_more{
		margin-bottom: 5%;
	}
	
	.shopping_banner .container_sec {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    max-width: 100%;
}
.shopping_banner .container_sec p {
    display: none !important;
}
.shopping_banner{
background-image: url(../images/shopping-banner-mob.jpg);
height: 200px;
background-size: 100% 100%;
}
.shopping_banner.special_offer{
background-image: url('../images/Shiver-desktop-banner-mob-min.jpg');
}
.shopping_banner.ipl_page{
background-image: url('../images/IPL-Banner-Mobile-min.jpg');
}
.cms-condoms .shopping_banner{
	background-image: url('../images/condoms-banner-mob-min.jpg');
}
.shopping_banner h1 {
    font-family: Roboto-Bold;
    color: #fff;
    font-size: 18px;
    margin: 20px 0 15px;
}
.sort_by_featured{
	 background-position: 90% 55%!important;
}

/*Start 05-05-2021*/
.mobdesign .oneproduct{
	padding: 30px 10px 20px;
}
.mobdesign .product_img{
	width: 45%;
	float: left;
}
.mobdesign .product_img img{
	padding: 0;
}
.mobdesign .rsdiv{
	width: 50%;
	float: right;
	text-align: left;
}
.mobdesign .oneproduct h4{
	margin-top: 10px;
}
.mobdesign .product_qty select{
	width: 50px;
}
.mobdesign span.lble{
	width: 55px;
}
.mobdesign .product_qty select {
    height: auto;
    border-radius: 4px;
}
.mobdesign .product_qty button {
    width: 115px;
    border-radius: 4px;
    padding: 3px;
    height: auto;
    margin-top: 10px;
}

/*End 05-05-2021*/
}

.shoppage_new {
    margin-bottom: 3%;
    float: left;
}
.shoppage_new form {
    float: left;
    margin: 5px 10px;
}

form.selected button {
    background: #f90;
}