*{
	margin:0;
	padding:0;
	box-sizing:border-box;
}
body{
	background: #f1f3f6;
	/*font-family: 'Roboto', sans-serif !important;*/
	font-family: RobotoRegular;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}

main{
    padding-top:225px;
}

.logo-svg-box{
    max-width:65px;
    display:inline-block;
}
.logo-svg-box img{
    width:100%;
    height:auto;
}

@font-face {
	font-family: RobotoRegular;
	src: url(./fonts/Roboto/Roboto-Regular.ttf);
	/*src: url(./fonts/JioTypeW04-Bold.eot?#iefix) format('embedded-opentype'), url(./fonts/JioTypeW04-Bold.woff2) format('woff2'), url(./fonts/JioTypeW04-Bold.woff) format('woff'), url(./fonts/JioTypeW04-Bold.ttf) format('truetype');*/
	font-style: normal;
	font-weight: 400;
	text-rendering: optimizeLegibility;
	font-display: swap;
}

@font-face {
	font-family: RobotoMedium;
	src: url(./fonts/Roboto/Roboto-Medium.ttf);
	/*src: url(./fonts/JioTypeW04-Bold.eot?#iefix) format('embedded-opentype'), url(./fonts/JioTypeW04-Bold.woff2) format('woff2'), url(./fonts/JioTypeW04-Bold.woff) format('woff'), url(./fonts/JioTypeW04-Bold.ttf) format('truetype');*/
	font-style: normal;
	font-weight: 600;
	text-rendering: optimizeLegibility;
	font-display: swap;
}

@font-face {
	font-family: RobotoBold;
	src: url(./fonts/Roboto/Roboto-Bold.ttf);
	/*src: url(./fonts/JioTypeW04-Bold.eot?#iefix) format('embedded-opentype'), url(./fonts/JioTypeW04-Bold.woff2) format('woff2'), url(./fonts/JioTypeW04-Bold.woff) format('woff'), url(./fonts/JioTypeW04-Bold.ttf) format('truetype');*/
	font-style: normal;
	font-weight: 700;
	text-rendering: optimizeLegibility;
	font-display: swap;
}



.srchinpt{
    display:inline-block;
}
.srchinpt input{
    max-width: 125px;
    border: 1px solid #ccc;
    padding: 0px 5px;
    border-radius: 4px;
    font-size: 14px;
}
.head1{
	/*background: #4682b4;*/
	/*background: #232f3e;*/
	/*background: #041e42;*/
	/*background:#4682b4;*/
	/*background:#7e8061;*/
	/*background:#3fbbc0;*/
	background:#0001fc;
	border-bottom:1px dotted #e5e6e7;
}

.e-flx{
    display: flex;
    align-items: center;
    justify-content: center;
}
.tp-btn{
    /*border: 1px solid #fff;*/
    display: inline-block;
    /*padding: 4px 8px;*/
    /*line-height: 1;*/
    color: #fff;
    /*border-radius: 4px;*/
    /*font-weight: 600;*/
    margin-right: 20px;
    /*box-shadow: 0 12px 20px 0 rgb(0 0 0 / 25%);*/
    transition: all .5s;
}
.tp-btn-wrapp a{
	/*color:#fff;*/
	color:#ffd3d9;
	/*font-size:15px;*/
	font-size:16px;
	font-family:'RobotoMedium';
}
.tp-btn-wrapp a.tp-btn.active{
    text-shadow: 2px 2px #050706 !important;
}
.sign-btn a{
	/*color:#fff;*/
	transform: all .5s;
}
.sign-btn:hover a{
	color:#adff2f;
}
.e-flx2{
	display: flex;
	align-items: center;
	/*justify-content: space-between;*/
}
a.tp-btn:last-child{
	margin-right:0px;
}
.tp-btn-wrapp i{
	/*color:#b22222;*/
	color:#f0f2f5;
	margin-right:4px;
	font-size: 14px;
}
/*.tp-btn:hover{*/
/*	transform: translateY(-5px);*/
/*	border-color: #b22222;*/
/*	color:#adff2f;*/
/*	background: #00425a;s*/
/*}*/
/*.tp-btn-wrapp .tp-btn:hover i.fa{*/
/*	transform: rotate(360deg);*/
/*	color:#fff;*/
/*	transition: all .5s;*/
/*}*/
.e-w50rw{
	width:50%;
	/*background: #fff;*/
	margin-left: 15px;
    display: flex;
    align-items: center;
}
.e-btnlrw{
    display: inline-block;
    width: 50%;
    text-align: center;
    /*background: #708090;*/
    background: #f0f2f5;
    /*color:#fff;*/
    color:#000;
    vertical-align: middle;
    height:100%;
    /*font-size:15px;*/
    font-size:16px;
    /*font-weight: 600;*/
    /*line-height: 32px;*/
    font-family:'RobotoMedium';
}
.usr_info{
    margin-left:12px;
    color:#fff;
    font-family:RobotoMedium;
}
.e-dflx{
	display: flex;
}
.e-dflxw{
	display: flex;
	width:100%;
	align-items:center;
}
.search-innbox{
	border:2px solid #faebd7;
	display: flex;
	align-items: center;
	border-radius: 4px;
	/*overflow: hidden;*/
	position: relative;
	box-sizing:border-box;
}
.all-btn{
    /*color: #fff;*/
    color:#000;
    position: relative;
    display: inline-block;
    width: 30px;
    /* height: 100%; */
    text-align: center;
    /*background: grey;*/
    background: #f0f2f5;
    line-height: 30px;
}
.search-iconbox{
    display: block;
    text-align: center;
    /*width: 5%;*/
    width:6%;
}
.search-iconbox i{
	color: #fff;
}
input:focus{
	outline:none;
}

.search-inp{
	/*width:90%;*/
	width:95%;
	border:0px;
	min-height: 30px;
	padding: 0px 10px;
	/*border-left: 2px dotted;*/
 /*   border-color: black;*/
 border-radius:1px 0px 0px 1px;
}
.select-cat{
	position: absolute;
    top: 31px;
    left: -2px;
    padding: 0px 4px;
	display: none;
	border-color: #faebd7;
	font-size: 14px;
	font-weight: 600;
	z-index: 1;
	width:100%;
	padding:5px 0px;
}
.e-cartbox{
	color:#fff;
	display: block;
    position: relative;
}
.e-cartbox .fa-shopping-cart{
	font-size:40px;
	/*color:#b22222;*/
	color:#f0f2f5;
}
.cart-txt{
	font-weight: 600; */
    color: #fff;
    font-family: 'RobotoMedium';
    display: block;
    width: 25px;
    height: 25px;
    border: 3px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -10px;
    right:-15px;
    background:#4dadf6;
    font-size:10px;
}
.head2{
	/*background: #232f3e;*/
	/*background:#0071DC;*/
	/*background:#4682b4;*/
	/*background:#3fbbc0;*/
	background:#0001fc;
	padding:10px 0px;
	position:relative;
}
img.e-header-logo{
	/*max-width:350px;*/
	max-width: 60px;
}
.head3{
	/*background: #fff;*/
	background: rgb(245 234 255);
	/*margin: 10px 0px;*/
	margin:7px 0px;
	box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
}
.incs-region-box{
	display: flex;
	overflow-x: auto;
	/*padding: 10px 0px;*/
	padding:7px 0px;
}
.region-div{
	/*min-width:218px;*/
	min-width:auto;
	/*padding:0px 20px;*/
	padding:0px 10px;
	margin:0px auto;
}
.incs-region-box::-webkit-scrollbar {
    visibility: hidden;
}
.region-img{
	/*width:100px;*/
	/*height:100px;*/
	width:60px;
	height:60px;
	border-radius: 50%;
	margin:0 auto;
	overflow: hidden;
	margin-bottom: 5px;
}
.region-img img{
	width:100%;
	height:100%;
}

.e-region-inner{
	text-align: center;
	transition: all .3s ease-out;
}
.e-region-inner:hover .region-img{
	box-shadow:0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
	transition: all .3s ease-out;
}
.region-name{
	/*font-weight: 600;*/
	color:#00000090;
	font-size:14px;
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family:'RobotoMedium';
}

.info-wrapp{
	margin-bottom: 10px;
}
.card{
	max-height:392px;
	overflow: hidden;
}
.card-footer .pagination{
	display: none;
}
.card-footer .pagination.nw-pagination{
	display: flex;
}
.deals-wrapper{
	background: #fff;
	margin-bottom: 10px;
	padding: 10px 0px;
	box-shadow:0 2px 10px 0 rgb(0 0 0 / 10%);
	/*padding-bottom:0px;*/
}
.deals-wrapper .demo .item ul li{
	background: transparent;
}
.dealh4{
	/*font-weight: 600;*/
	margin: 10px 0px;
	position: relative;
	padding-bottom: 5px;
	font-family:RobotoMedium;
}
.dealh4:after{
	content:'';
	position:absolute;
	left:0;
	bottom: 0;
	width:40px;
	height: 4px;
	background:#18bc9c;
}
/*.d-img{*/
/*	min-width: 150px;*/
/*}*/
.d-img{
	/*min-width: 150px;*/
    margin: 0 auto;
    position: relative;
    width: 100%;
    height: 100%;
    padding-top: 100%;
}
/*.d-img img{*/
/*	max-width: 100%;*/
/*}*/

.d-img img{
	/*max-width: 100%;*/
	position: absolute;
    max-height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    max-width: 100%;
}

.deals-wrapper .demo .item ul.content-slider.light-slider{
	overflow: visible;
}

.deals-wrapper .lSSlideOuter .lSPager.lSpg{
	display: none;
}
.brand-wrapper{
	background: #fff;
	padding:10px 0px;
	margin-bottom: 10px;
	box-shadow:0 2px 10px 0 rgb(0 0 0 / 10%);
}
.brand-innbox{
	display: flex;
	align-items: center;
	overflow-x: auto;
	padding-bottom: 10px;
}

.brand-innbox::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background-color: #18bc9c !important;
}

.brand-innbox::-webkit-scrollbar,
.brand-innbox::-webkit-scrollbar-thumb,
.brand-innbox::-webkit-scrollbar-track { 
    width: 8px;
    height:12px;
    border: 1px solid #1d4a4a;
    background: #1A5FAC;
    border-radius:15px;
}

.brand-infobox{
	min-width:315px;
	margin:0 7px;
}
.brand-img{
	min-width:100px;
}
.brand-img img{
	max-width: 100%;
}
.fc-foot{
	/*background: #4682b4;*/
	/*background:#f4f6f9;*/
	/*background:#3fbbc0;*/
	background:#0001fc;
	padding:20px 0px;
	/*margin-top:30px;*/
}
.fc-box{
	text-align: center;
}
.fc-box p{
	margin-bottom: 0px;
	color:#fff;
	/*color:#0457c8;*/
	/*color:#0F1111;*/
	font-size:14px;
}
.btn-box{
	text-align: center;
	line-height:1;
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    overflow-x: auto;
    padding: 10px 0px;
    /*margin-left:30px;*/
    /*margin-left:20px;*/
}
.e-btnimp{
	font-size:13px;
	/*font-size:12px;*/
	/*color:#fff;*/
	color:#ffd3d9;
	display: inline-block;
	/*margin-right:20px;*/
	/*margin-right:16px;*/
	margin-right:10px;
	margin-top:5px;
	/*min-width:110px;*/
	white-space:nowrap;
	font-family:'RobotoMedium';
}
.e-btnimp.active{
    text-shadow:2px 2px #802d06 !important;
}
a.e-btnimp:hover{
    text-decoration:none;
    color:#fff;
}

/*==========mob-nav-ctrw=========*/
.ctrw-mob-nav{
	position: absolute;
	left: -14px;
	top:5px;
	display: none;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 20;
  top: 0;
  left: 0;
  /*background-color: #111;*/
  /*background: #4682b4;*/
  background:#0001fc;
  overflow-x: hidden;
  transition: 0.5s;
  /*padding-top: 60px;*/
}

.sidenav a {
  padding: 4px 8px 4px 32px;
  text-decoration: none;
  /*font-size: 25px;*/
  font-size:16px;
  /*color: #fff;*/
  color:#002939;
  display: block;
  transition: 0.3s;
  border-bottom: 1px dotted;
}

.sidenav a:hover {
  /*color: #f1f1f1;*/
  /*background: #af9a63;*/
  /*background: #18bc9c;*/
  background:#0303fc;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  border:none;
}
.open-mbtn{
    font-size:30px;
    cursor:pointer;
    background: #ffebe1;
    display: block;
    padding-left:15px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}


/*=====================info-page-start=============*/

.log-box{
	background:#4682b4;
	border-radius: 5px;
	box-shadow: 0 2px 10px 0 rgb(0 0 0 / 10%);
	margin-bottom:10px;
}
.loginn-div{
	text-align: center;
}
.loginn-div a{
	display: block;
	color:#fff;
	padding:10px;
	font-size:30px;
	border-bottom: 1px dashed #fff;
}
.loginn-div:last-child a{
	border-bottom: 0px;
}

.brand-wrapper .demo .item ul.content-slider.light-slider{
	overflow:visible;
}
.brand-wrapper .demo .item ul li{
	background: transparent;
}
.brand-wrapper .lSSlideOuter .lSPager.lSpg{
	display: none;
}
.search-wrapp{
    width:80%;
    position:relative;
}
.fa.fa-shopping-cart.e-btnimp_over{
    display:none;
}


/*===========responsive-css-start===========*/

@media screen and (max-width: 767px) {
  /*body {
    background-color: olive;
  }*/
  .btn-box .e-btnimp:last-child{
      margin-right:0px;
  }
  .m-order1{
    order:1;   
  }
  .m-order2{
    order:2;   
  }
  .e-info-wrapp{
      min-height:50vh;
  }
  .region-div{
      padding:0px 0px;
  }
  img.e-header-logo{
		/*max-width:100%;*/
		max-width:50px;
	}
	.tp-btn.e-m-hide{
		display: none;
	}
	
	/*.all-btn{
		color:red;
	}*/
	.cart-txt{
		display: none;
	}
	.e-cartbox .fa-shopping-cart{
		font-size: 24px;
	}
	.sign-btn.tp-btn{
		margin-right:0px;
		font-size:14px;
		padding: 4px;
	}
	.head1{
		/*padding:10px 0px;*/
		position: relative;
	}
	.search-wrapp{
		/*margin-bottom: 5px;*/
		/*width:90%;*/
		width:92%;
	}
	.search-inp{
		/*width:85%;*/
		width:90%;
		/*min-height:25px;*/
		min-height:30px;
	}
	.all-btn{
	    /*line-height:25px;*/
	    line-height:30px;
	}
	.search-iconbox{
		width:10%;
	}
	.e-btnlrw{
		font-size: 14px;
		/*line-height: 16px;*/
		background:transparent;
		color:#faebd7;
		font-family: RobotoMedium;
	}
	.usr_info{
	    font-size:13px;
	    font-family:RobotoMedium;
	    color:#fff;
	    margin-left:10px;
	}
	.e-w50rw{
		margin-left:0px;
		/*width:49%;*/
		width:auto;
		/*padding-bottom:2px;*/
		padding-bottom:0px;
	}
	.e-dflxw{
		justify-content: space-between;
	}
	.tp-btn-wrapp i{
		font-size:12px;
	}
	.e-btnlrw{
	    width:auto;
	}
	.region-div{
		min-width: 80px;
		/*min-width:90px;*/
		margin-right:5px;
	}
	.region-img{
		/*width:50px;*/
		/*height: 50px;*/
		width:40px;
		height:40px;
	}
	.incs-region-box{
	    padding:5px 0px;
	}
	.head3{
	    margin:5px 0px;
	}
	.region-name{
		font-size: 12px;
	}
	.incs-region-box::-webkit-scrollbar {
		height:0px;
	}
	.news-item{
		font-size:12px;
	}
	.news-item img.img-circle{
		display: none;
	}
	.region-name{
		font-weight: 500;
	}
	.head2{
		padding:5px 0px;
		padding-top:0px;
	}
	/*.pd7{
		padding: 0px 7px;
	}*/
	.brand-infobox{
		min-width:150px;
	}
	.brand-innbox::-webkit-scrollbar, .brand-innbox::-webkit-scrollbar-thumb, .brand-innbox::-webkit-scrollbar-track{
		visibility: hidden;
		height: 0px;
	}
	.dealh4{
		font-size: 18px;
	}
	.open-mbtn{
		display: inline-block;
		font-size:21px;
		background: transparent;
		color:#fff;
	}
	.l-wbox{
    	text-align: right;
    	display: inline-block;
	}
	.loginn-div a{
		font-size: 18px;
	}
	.mobhide{
		display: none;
	}
	.d-img {
	    /*max-width: 50px;*/
	    margin: 0 auto;
	}
	.sh-r{
		opacity: 1 !important;
		width:12% !important;
	}
	.sh-l{
		opacity: 1 !important;
		width:12% !important;
	}
	.demo{
		position: static !important;
	}
	.lSAction > .lSNext{
	    right:0px !important;
	}
	.lSAction > .lSPrev{
	    left:0px !important;
	}
	.mob-pdlr5{
	    padding:0px 5px;
	}
	.mob-pdl5{
	    padding-left:5px;
	}
	.mob-pdr5{
	    padding-right:5px;
	}
	.btn-box .fa.fa-shopping-cart{
	    font-size:20px;
	}
	.fa.fa-shopping-cart.e-btnimp_over{
	    font-size:20px;
	    /*margin-left:8px;*/
	    /*margin-top:0px;*/
	    /*margin-right:0px;*/
	    top: 5px;
        right: 12px;
	    display:block;
	    color:#fff;
	    position:relative;
	}
	.mob_cart_count_txt{
        font-family: 'RobotoMedium';
        display: block;
        width: 25px;
        height: 25px;
        border: 3px solid #fff;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        top: -16px;
        right: -12px;
        background: #4dadf6;
        font-size: 10px;
	}
	.srchinpt input{
	    max-width:110px;
	}
	.pdlr4{
	    padding:0px 4px;
	}
	.sign-btn.tp-btn{
	    display:none;
	}
	.logo-svg-box{
	    max-width:60px;
	}
}

@media screen and (min-width: 767px){
.desk_hide {
    display: none;
}
.deskhide{
	display: none;
}
}

/*=========extra-css-start===========*/
.sign-btn.tp-btn{
    font-size:15px;
    margin-left:20px;
    position:relative;
    /*right:-60px;*/
    right:0px;
    font-family:'RobotoMedium';
    display:flex;
    align-items:center;
}
.sign-btn.tp-btn form button{
    border: 0;
    background: transparent;
    color: #fff;
}
.sign-btn.tp-btn form button:focus{
    outline:0;
    border:0;
}
.sign-btn.tp-btn i.fa{
	    margin-right:4px;
	}
.sign-btn.tp-btn a{
    color:#fff;
}


/*========pro-page-css-start=========*/
/*.pro_rcontent{*/
/*    padding-top:15px;*/
/*}*/
.pro-content-wrapp{
	padding:30px 0px;
}
.pro-show-div{
	display: flex;
	justify-content: space-between;
	font-size:14px;
	line-height: 20px;
	padding: 8px 12px;
	background:#fff;
	border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    box-shadow: 0 0 10px #ddd;
    background-color: #fff;
    position: relative;
    flex-wrap: wrap;
}
.pr_n{
	color:#c45500;
	/*font-weight:700;*/
	font-family: RobotoMedium;
}
.pr_box{
	text-align: right;
}
.pr_box span{
	margin-left:10px;
}
.div1{
	width:70%;
}
.div2{
	width:30%;
}
.pro-wrap-productbox{
	display: flex;
	justify-content: space-between;
	line-height: 1;
	position: relative;
	flex-wrap: wrap;
}
.pro-wrap-productbox:after{
	content:'';
	position: absolute;
    border-bottom: 2px solid #ddd;
    display: block;
    bottom: 0px;
    width:100%;
}
.pro_img_parent img{
	max-width:100%;
}
.top-tag-cover{
	display: flex;
	align-items:center;
	min-height: 60px;
	margin:8px 0px;
}
.l_img{
	max-width:150px;
	border-right: 1px solid #d8d8d8;
    height: 100%;
    margin-right: 20px;
    padding-right: 20px;
}
.r_txt .tp_cap{
	font-size: 18px;
    line-height: 16px;
    margin-bottom: 4px;
}
.sub_cap{
	font-size:12px;
	line-height:16px;
}
.sub_cap a{
	color:#007185;
}
.fl_pro_box{
	width:25%;
}
.img_cover_pro{
	/*margin-left:24px;*/
	width:93%;
	margin-bottom: 40px;
}
.pro_img_parent{
	background:#f7f8f8;
	display: flex;
	height:140px;
    align-items: center;
    justify-content: center;
    margin-bottom: 4px;
}
.pro_price{
	font-size:22px;
	position:relative;
	padding-left:12px;
	color:#000;
	margin-bottom: 2px;
    display: block;
    font-family: RobotoMedium;
}
.pro_price:before{
	content:'\20B9';
	position:absolute;
	left:4px;
	top:4px;
	font-size:12px;
}
.sv_pr{
	font-size: 12px;
    color: #565959;
}

.pro-two-wrappcover{
	/*display: flex;
	align-items: center;
	justify-content: center;*/
	/*padding-top: 4%;*/
}
.pro_w{
	width:25%;
	float: left;
}
.pro_img_wrapbox{
	width:95%;
	/*min-height:550px;*/
	min-height:573px;
	padding-top:12%;
    padding-bottom: 12%;
    /*margin-bottom: 10%;*/
    border-bottom: 2px solid #ddd;
    overflow:hidden;
}
.img_ht_box{
	/*height:auto;*/
	/*width:100%;*/
	/*display: flex;
	justify-content: center;*/
	position: relative;
	padding-top: 100%;
}
.img_ht_box img{
	    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    max-width: 100%;
    max-height: 100%;
}
.pro_rel_content{
	margin-top:8px;
}
.spons{
	color:#565959;
	font-size:11px;
	display: block;
	margin-bottom: 4px;
}
h2.desc_h2{
	margin-bottom: 0px;
	font-size:12px;
	line-height: 16px;
}
h2.desc_h2 a{
	color:#0F1111!important;
	font-size:16px;
	line-height: 24px;
	display: block;
}
.pro_rating_wrapp{
	padding:top:4px;
}
.rating_size{
	font-size: 12px!important;
    line-height: 16px!important;
}
.rate_bg{
	background: url(https://m.media-amazon.com/images/S/sash/3-fm1Jbg4IHlyhq.png);
	background-size:512px 256px;
	background-repeat:no-repeat;
	/*height: 18px;*/
	height:16px;
    width: 80px;
    display: inline-block;
    position: relative;
    background-position:-84px -28px;
}
.review_count{
    font-size: 14px;
    /*line-height: 20px!important;*/
    line-height:16px;
    color:#007185;
    margin-left:4px;
    position: relative;
    top:-2px;
}
.price_box_wrap{
	margin-top:8px;
}
.t-deal{
	background:#B12704!important;
	height: 26px;
	z-index: 1;
	padding:0px 10px;
	color: #fff;
    font-size: 12px;
    line-height: 26px;
    display: inline-block;
    max-width:140px;
    margin-bottom: 8px;
}
.p_top_wrap{
	line-height: 1;
	margin-bottom: 8px;
}
.price_next{
	font-size:14px;
	line-height: 20px;
	color:#007185;
}
span.c_numb{
	font-size: 21px;
	color:#B12704 !important;
	position: relative;
}
.price_next span{
	color:#565959;
}
.rupee_sign{
	position: relative;
	top:-.5em;
	font-size: 12px;
	color:#B12704 !important;
}
.save_rp{
	color:#0F1111;
	font-size:14px;
	margin-left:7px;
}
.get_inn{
	font-size:14px;
	line-height: 20px;
	color:#565959;
}
.txt_bold{
	font-weight:700;
	font-family: RobotoMedium;
}
.free_del_inf{
	font-size:14px;
	display: block;
    color: #565959;
    line-height: 20px;
}
.block_wrapp{
	display: flex;
	padding:16px 0px;
	position: relative;
	flex-wrap: wrap;
}
.block_wrapp:before{
	content:'';
	display: block;
	border-top:2px solid #ddd;
	position: absolute;
    top: -2px;
    width: 100%;
}
.block_wrapp:before{
	content:'';
	display: block;
	border-bottom:2px solid #ddd;
	position: absolute;
    bottom: 0px;
    width: 100%;
}
.block_one{
	width:50%;
}
.block_two{
	width:20%;
}
.block_three{
	width:30%;
}
.img_left_box{
	padding-right:12px;
}
.img_left_box a img{
	max-width:100%;
}
.mid_img_box{
	padding:0px 12px;
}
.mid_img_box a img{
	display: block;
    margin-left: auto;
    margin-right: auto;
    height: auto!important;
    max-height: 250px!important;
    max-width:100%;
}
.pro-department{
	font-size:14px;
	line-height: 16px;
	border-right:2px solid #ddd;
}
.depart_head{
	color:#0F1111;
	/*font-weight: 700;*/
	margin-bottom: 8px;
	font-family: RobotoMedium;
}
.depart_list{
	margin-bottom: 16px;
}
.depart_list li a{
	color:#0F1111;
	display: block;
	margin-bottom: 4px;
}
.rating_list{
	margin-bottom: 18px;
}
.rating_i{
	background:url(https://m.media-amazon.com/images/S/sash/3-fm1Jbg4IHlyhq.png);
	background-size:512px 256px;
	background-repeat: no-repeat;
	height: 22px;
    width: 95px;
    margin-right: 1px;
    top: -2px;
    position: relative;
    vertical-align: text-top;
    display: inline-block;
    background-position: -2px -84px;
}
.up{
	color:#0F1111!important;
	font-size: 12px;
	line-height: 16px;
	position:relative;
	top:2px;
}
.rating_i.bg_pos_2{
	background-position: -293px -180px;
}
.rating_i.bg_pos_3{
	background-position:-99px -132px;
}
.rating_i.bg_pos_4{
	background-position: -390px -228px;
}
.check_wrapp{
	margin-bottom: 4px;
}
.check_ul{
	margin-bottom: 18px;
}
.price_ul{
	margin-bottom: 18px;
}
.price_ul li{
	font-size:14px;
	line-height: 16px;
}
.price_ul li a{
	color:#0F1111!important;
	margin-bottom: 4px;
	display: block;
}
.min_max_price{
	display: flex;
}
.price_box_min_max{
	border:1px solid #888C8C;
	max-width:60px;
	display: flex;
	padding: 4px;
    border-radius: 4px;
    box-shadow:0 1px 2px rgb(15 17 17 / 15%) inset;
    margin-right:5px;
}
.price_box_min_max span{
	margin-right:4px;
}
.price_box_min_max input{
	width:100%;
	border:none;
}
.go_btn input{
	line-height: 22px;
    padding: 0 10px 0 11px;
    font-size: 13px;
}
.today_deal{
	margin-bottom: 18px;
}
.today_deal li{
	font-size:14px;
}
.depart_head.mb_space{
	margin-bottom: 4px;
}
.off_ul{
	margin-bottom: 18px;
}
.off_ul li{
	font-size:14px;
	line-height: 16px;
}
.off_ul li a{
	color:#0F1111!important;
	margin-bottom: 4px;
	display: block;
}
/*=======mob-feature-css-start============*/

.whole-mob-wrapp{
	padding: 0px 10px;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    display: none;
}

.mob_feature_wrapp{
    overflow-x: auto;
    display: flex;
}
.feature_tag{
	margin-right:7px;
	padding: 10px 0px;
}
.feature_tag a{
	position: relative;
    font-size: 12px;
    border: 1px solid #ddd;
    color: #0F1111;
    padding: 4px 8px;
    border-radius: 4px;
    display: flex;
    padding-right: 14px;
    letter-spacing: 0.5px;
}
.feature_tag a span.fa{
	position: relative;
	top:3px;
	left:7px;
}
.sp_txt{
	max-width:110px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.explain_tags{
	position: absolute;
    top: 56px;
    background: #fff;
    z-index: 9;
    width: 100%;
    left: 0;
    padding: 12px;
    min-height:102vh;
    display: none;
}
.exp_div1{
	border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.exp_div1 h4{
	font-size: 20px;
	margin-bottom: 8px;
}
.tg{
	border: 1px solid #ddd;
    padding: 2px 4px;
    border-radius: 4px;
    display: inline-block;
    font-size: 14px;
    color:#0F1111;
}
.pr_txt{
	/*font-weight: 700;*/
	color:#c45500;
	font-family:RobotoBold;
}
.lh{
	color:#0F1111;
	font-size:12px;
}
.anch_click{
    border: 1px solid #ddd;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 14px;
    color: #0F1111;
    display: inline-block;
}
.rel_search_h4{
	margin-top:12px;
	margin-bottom: 22px;
}
.rel_pro_cover{
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow:0 1px 3px 0 #c9c9c9;
	margin:0px 12px;
    margin-bottom: 24px;
}
.search_circle{
	display: inline-block;
	width:17%;
}
.srch_txt{
	display: inline-block;
	width:83%;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.rel_cntn_wrapp{
	display: flex;
	flex-wrap: wrap;
}
.pro_w33{
	width:33.3%;
}
.ft_rel_pro_flex{
	display: flex;
    align-items: center;
    font-size: 14px;
    padding: 4px 18px;
    border-bottom: 1px solid #ddd;
    min-height: 60px;
    color:#0F1111;
    box-shadow:0 1px 3px 0 #c9c9c9;
}
.rel_pro_cover a:last-child .ft_rel_pro_flex{
	border-bottom: 0px;
}
.related_search_box{
	position: relative;
}
.related_search_box:before{
	content:'';
	position: absolute;
	border-top: 2px solid #ddd;
	width:100%;
	top:-14px;
	left: 0;
}
.related_search_box:after{
	content:'';
	position: absolute;
	border-bottom: 2px solid #ddd;
	width:100%;
	bottom:0px;
	left: 0;
}

/*==========pagination-start========*/

.pro_pagination{
	border-bottom: 2px solid #ddd;
	border-top: 2px solid #ddd;
	position:relative;
	top:-2px;
}

[data-pagination],
[data-pagination] *,
[data-pagination] *:before,
[data-pagination] *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-kerning: auto;
}
[data-pagination] {
  font-size: 8pt;
  line-height: 1;
  font-weight: 400;
  font-family: 'Open Sans', 'Source Sans Pro', Roboto, 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', 'Myriad Pro', 'Segoe UI', Myriad, Helvetica, 'Lucida Grande', 'DejaVu Sans Condensed', 'Liberation Sans', 'Nimbus Sans L', Tahoma, Geneva, Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
  margin: 1em auto;
  text-align: center;
  transition: font-size .2s ease-in-out;
}
[data-pagination] ul {
  list-style-type: none;
  display: inline;
  font-size: 100%;
  margin: 0;
  padding: .5em;
}
[data-pagination] ul li {
  display: inline-block;
  font-size: 100%;
  width: auto;
  border-radius: 3px;
  line-height: 18px;
}
[data-pagination] > a {
  font-size: 140%;
}
[data-pagination] a {
  color: #777;
  /*font-size: 100%;*/
  font-size: 15px;
  padding: .5em;
}
[data-pagination] a:focus,
[data-pagination] a:hover {
  color: #f60;
}
[data-pagination] li.current {
  background: rgba(0,0,0,.1)
}
/* Disabled & Hidden Styles */
[data-pagination] .disabled,
[data-pagination] [hidden],
[data-pagination] [disabled] {
  opacity: .5;
  pointer-events: none;
}
@media (min-width: 350px) {
  [data-pagination] {
    font-size: 10pt;
  }
}
@media (min-width: 500px) {
  [data-pagination] {
    font-size: 12pt;
  }
}
@media (min-width: 700px) {
  [data-pagination] {
    font-size: 14pt;
  }
}
@media (min-width: 900px) {
  [data-pagination] {
    font-size: 16pt;
  }
}


/*============product-detail-page-css-start===========*/

.allproduct-cover{
	padding-top:40px;
	border-bottom: 1px solid #ddd;
}

.slider-container {
          max-width:960px;
          margin:auto;
          display:block;
         }
.slider-container .slider {
          position:relative;
        }
.slider-container .slider  li {
            position:relative;
            width:100%;
        }
.slider-container .slider  li img {
            /*width:100%;
            height:100%;*/
            width:auto;
            height:auto;
            /*object-fit:cover;*/
            object-position:center;
        }
.pro-detail-content h1{
    font-size: 18px;
    /*font-family: JioBold;*/
    color: #000;
    margin: 0;
    padding: 0;
    line-height: 22px;
    font-family: RobotoMedium;
}       
.probrand div{
    font-size: 12px;
    line-height: 16px;
    padding: 0 0 8px;
    /*font-family: JioBold;*/
    color: rgba(0,0,0,.5);
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
} 
.pro-price-box {
    display: block;
    /*font-size: 16px;*/
    font-size:15px;
    color: #000;
    /*font-family: JioLight;*/
    margin-bottom: 12px;
}
.pro-price-box .prdf-price {
    padding: 0 12px 0 0;
    margin-bottom: 8px;
    display: inline-block;
}
.pro-price-box .prdf-price span {
    font-size: 20px;
    color: #000;
    font-family: RobotoMedium;
    /*font-family: JioBold;*/
}
.pro-price-box .price {
    margin-bottom: 8px;
    display: inline-block;
    padding: 0 12px 0 0;
    font-size:14px;
}
.pro-price-box .price strike {
    /*font-family: JioMedium;*/
    color: #000;
}
.pro-price-box .disc-price {
    display: block;
}
.pro-price-box .disc-price {
    display: inline-block;
    padding-right: 12px;
    font-size:14px;
}
.pro-price-box .disc-price span {
    /*color: #00a651;*/
    color:#c45500;
    font-family: 'RobotoMedium';
    /*font-family: JioMedium;*/
}
.pro_stock_details{
    font-size: 16px;
    /*font-family: JioBold;*/
    /*color: #00a651;*/
    color:#c45500;
    margin-bottom: 8px;
    font-family: 'RobotoMedium';
}
.pro_seller_details {
    font-size: 14px;
    color: #000;
    /*font-family: JioMedium;*/
    margin-bottom: 12px;
}
.pro_seller_details a{
    /*color:#008ecc;*/
    color:#007185;
}
.pro_delivery_info {
    display: block;
    font-size: 16px;
    color: #000;
    /*font-family: JioLight;*/
    margin-bottom: 12px;
}
.pro_delivery_info span {
    /*font-family: JioBold;*/
}
.pro_food_icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 12px;
}
.pro_food_icons .pro_sodexo_icon {
    background: url(https://www.jiomart.com/assets/version1620067459/smartweb/images/icons/food-icon/sodexo.svg) left center no-repeat;
    background-size: auto;
    width: 65px;
    height: 24px;
}
.pro_food_icons .pro_edenred_icon {
    background: url(https://www.jiomart.com/assets/version1620067459/smartweb/images/icons/food-icon/edenred.svg) left center no-repeat;
    background-size: auto;
    width: 45px;
    height: 24px;
}
.pro_food_icons .pro_paytm_icon {
    background: url(https://www.jiomart.com/assets/version1620067459/smartweb/images/icons/food-icon/paytm_food_wallet.svg) left center no-repeat;
    background-size: auto;
    width: 60px;
    height: 24px;
}
.pro_food_icons .pro_tc_txt {
    font-size: 10px;
    /*font-family: JioMedium;*/
    color: rgba(0,0,0,.6);
}
.detail_product-add-form {
    padding: 0;
    display: block;
    margin-bottom: 16px;
    width:140px;
}
.detail_cart_btn {
    width: 100%;
    float: left;
    height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.incs_addcartbtn_box{
    margin-top:7px;
}
.incs_addcartbtn_box .detail_cart_btn{
    justify-content:flex-start;
}
.incs_addcartbtn_box .detail_cart_btn .toCart{
    width:120px;
    padding:0 8px 0 8px;
    line-height:28px;
}
.detail_product-add-form .cart_btn {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.detail_cart_btn .toCart {
    background: #008ecc;
    /*width: 100%;*/
    width:140px;
    font-size: 14px;
    border-radius: 4px;
    padding: 0 8px 0 16px;
    border: 0;
    color: #fff;
    /*font-family: JioMedium;*/
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    line-height: 32px;
    font-family: RobotoMedium;
}
.share_txt_div h6{
    bottom: -9px;
    color: #363636;
    font-family: 'RobotoMedium';
    position: relative;
}
.detail_cart_btn .toCart .add_plus {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(255,255,255,.1) url(https://www.jiomart.com/assets/version1620067459/smartweb/images/icons/add_plus.svg) center no-repeat;
}
.pro_delivery_details_box {
    padding: 12px 0;
    position: relative;
}
.pro_delivery_details_box h1{
    margin: 0;
    padding: 0;
    font-size: 16px;
    /*font-family: JioBold;*/
    line-height: 20px;
    color: #000;
}
.pro_delivery_details_box .pro_delivery_form_check {
    margin: 16px 0 0;
}
.pro_delivery_details_box .pro_delivery_form_check {
    position: relative;
}
.pro_delivery_details_box .pro_delivery_form_check .pro_pin_detail {
    margin: 0;
    padding-bottom: 6px;
    border-bottom: 2px solid rgba(0,0,0,.09);
    clear: both;
    width: 284px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.pro_delivery_details_box .pro_delivery_form_check .pro_pin_detail .pro_get-location {
    float: left;
    width: 24px;
    height: 24px;
    cursor: initial;
    text-indent: 0;
    font-size: 0;
    border: 0;
    background: url(https://www.jiomart.com/assets/version1620067459/smartweb/images/icons/location-on.svg) top center no-repeat;
    -webkit-appearance: none;
    padding: 0;
    margin-right: 12px;
}
.pro_delivery_details_box .pro_delivery_form_check .pro_pin_detail .pro_inp_text {
    border: 0;
    height: 24px;
    line-height: 24px;
    /*font-family: JioMedium;*/
    font-size: 14px;
    color: #000;
    float: left;
    width: 200px;
    outline: 0;
}
.pro_delivery_details_box .pro_delivery_form_check .pro_pin_detail .pro_apply_btn {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 12px;
    letter-spacing: 1px;
    height: 24px;
    float: right;
    /*font-family: JioBold;*/
    color: #dd0608;
    padding: 0;
    background: 0 0;
    text-transform: uppercase;
    font-family:RobotoBold;
}
.pro_delivery_details_box .pro_del_txt {
    margin-top: 6px;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    /*font-family: JioMedium;*/
}
.pro_delivery_details_box .pro_del_txt small {
    display: block;
    font-size: 12px;
    color: rgba(0,0,0,.5);
}
.pro-offer-section{
    margin: 0;
    padding: 0 0 16px;
}
.pro_offer_details {
    background: #fff;
    width: 100%;
    min-height: 1px;
    margin: 0;
    padding: 0 0 16px;
    display: block;
}
.pro_offer_details h1 {
    margin: 0;
    padding: 0 0 16px;
    font-size: 16px;
    /*font-family: JioBold;*/
    line-height: 20px;
    color: #000;
}
.pro_clsviewall {
    float: right;
    font-size: 12px;
    color: #dd0608;
    /*font-family: JioMedium;*/
    letter-spacing: 0;
    text-transform: uppercase;
}
.pro_offer_details .pro_offer_text{
    margin: 0 0 0 16px;
    padding: 0;
    list-style: none;
}
.pro_less_content {
    max-height: 90px;
    overflow: hidden;
}
.pro_offer_details .pro_offer_text li {
    margin: 0 0 8px;
    font-size: 14px;
    color: #000;
    line-height: 20px;
    /*font-family: JioMedium;*/
    background: url(https://www.jiomart.com/assets/version1620067459/smartweb/images/icons/offer_green.svg) no-repeat left 3px;
    padding: 0 0 0 24px;
    /*font-family: JioMedium;*/
}
.pro_tc_btn {
    color: #000;
}
.pro_tc_btn .pro_gWay{
    /*font-family: JioBold;*/
}
.pro_coupon_text{
    font-size: 13px;
}
.social-share {
    margin: 0 0 16px;
    padding: 0;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.socialinn{
    float: left;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.social-click {
    margin: 0 8px 0 0;
    padding: 0 8px 0 0;
    border-right: 1px solid #dee2e6;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.pro-icon-wrapper{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 24px!important;
    height: 24px!important;
}
.env{
    background-color: rgb(132, 132, 132);
    line-height: 16px;
}
.whats{
    background-color: rgb(77, 194, 71);
    line-height: 16px;
}
.fbb{
    background-color: rgb(59, 89, 152);
    line-height: 16px;
}
.at-icon {
    fill: #fff;
    border: 0;
}
.pro-icon-wrapper .at-icon {
    width: 20px!important;
    height: 20px!important;
}
.social-click.whatbdr {
    border: 0 solid #fff;
    margin: 0;
    padding: 0;
}
.allproductview-box .proviewwrapp .productlistwrapp ol.product-ol li .procardinner-item.bg1{
    background:#fff1e4;
}
.allproductview-box .proviewwrapp .productlistwrapp ol.product-ol li .procardinner-item.bg2{
    background:#eafffa;
}
.allproductview-box .proviewwrapp .productlistwrapp ol.product-ol li .procardinner-item.bg3{
    background: #fceec7;
}
.allproductview-box .proviewwrapp .productlistwrapp ol.product-ol li .procardinner-item.bg4{
    background: #fcdede;
}
.allproductview-box .proviewwrapp .productlistwrapp ol.product-ol li .procardinner-item.bg5{
    background: #e3edf7;
}
.prod_h4{
    font-size: 24px;
    line-height: 32px;
    font-family: 'RobotoBold';
}
.pro_data_ul li{
	display: flex;
	margin-bottom: 5.5px;
}
.pro_data_ul li .pro_left_data, .pro_data_ul li .pro_right_data{
	color:#0F1111;
	font-size:14px;
	line-height: 20px;
}
.pro_data_ul li .pro_left_data{
	font-family: 'RobotoMedium';
}
.pro_data_ul li .pro_right_data{
	margin-left:8px;
}
.inn_anchor{
    color:#007185;
}

@media screen and (max-width:767px){
	.allproduct-cover{
		padding-top: 10px;
	}
	.pro_data_ul li .pro_left_data{
		width:50%;
	}
	.pro_data_ul li .pro_right_data{
		width:50%;
	}
}

.detail_paira_txt{
    font-size:14px;
}
.pro_clr{
    display:flex;
    margin-top:15px;
}
.clr_txt_div{
    display:block;
    /*width:110px;*/
    /*min-width:110px;*/
    width:70px;
    min-width:70px;
    font-family:'RobotoMedium';
}
.pro_clr_show{
    display:flex;
}
.img_par_box{
    position:relative;
    padding-top:100%;
}
.img_par_box img{
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    /*pointer-events: none;*/
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}
.pro_clr_show li{
    width:60px;
    height:74px
    padding-top:8px;
    margin-right:16px;
}
.pro_size_box_cover{
    display:flex;
    margin-bottom:16px;
}
.pro_size_color{
    margin-bottom:16px;
}
.size_wrapp_ul{
    display:flex;
    flex-wrap:wrap;
}
.size_wrapp_ul li{
    margin-right:15px;
    margin-bottom:5px;
}
.size_wrapp_ul li a{
    border: 2px solid #f0f0f0;
    min-width: 48px;
    /*height: 36px;*/
    height:32px;
    color: #212121;
    font-size: 16px;
    display:block;
    text-align:center;
    /*line-height:32px;*/
    line-height:28px;
    border-radius:4px;
    padding:0px 5px;
}
.color_palette_box{
    display:flex;
    flex-wrap:wrap;
}
.clr_palette_li{
    height:25px;
    width:25px;
    margin-bottom:2px;
}
.clr_palette_li a{
    display:block;
    width:100%;
    height:100%;
}
ul.color_palette_box li{
    background:#3FB8AF;
}
ul.color_palette_box li + li{
    background:#7FC7AF;
}
ul.color_palette_box li + li + li{
    background:#DAD8A7;
}
ul.color_palette_box li + li + li + li{
    background:#FF9E9D;
}
ul.color_palette_box li + li + li + li + li{
    background:#FF3D7F;
}
/*.bgg1{*/
/*    background:#3FB8AF;*/
/*}*/
/*.bgg2{*/
/*    background:#7FC7AF;*/
/*}*/
/*.bgg3{*/
/*    background:#DAD8A7;*/
/*}*/
/*.bgg4{*/
/*    background:#FF9E9D;*/
/*}*/
/*.bgg5{*/
/*    background:#FF3D7F;*/
/*}*/
.buy_cart_box{
    display:flex;
}
.buy_btn_div{
    display:inline-block;
    margin-left:10px;
    /*width:100%;*/
}
.buy_btn_txt{
    0 8px 0 16px;
    background:#B12704;
    border-radius:4px;
    font-size:14px;
    width:140px;
    /*width:100%;*/
    color:#fff;
    border:0px;
    line-height:32px;
}
.buy_btn_div.goback_btn{
    margin-left:0px;
    width:100%;
}
.buy_btn_div.goback_btn button{
    background:rgb(77, 194, 71);
}
.buy_btn_div.goback_btn .bck{
    width:100%;
}

/*============cart-css-start================*/

.cf:before, .cf:after {
  content: " ";
  display: block;
  height: 0;
  overflow: hidden;
}

.cf:after {
  clear: both;
}

.cf {
  zoom: 1;
}

strong {
  font-weight: 900;
}

.wrap {
  width: 85%;
  /*max-width: 1024px;*/
  margin: 0 auto;
  /*padding: 100px 0;*/
  padding:50px 0px;
}

.btn.check_over {
  display: inline-block;
  font-size: 0.9em;
  padding: 12px 30px;
  /*background: #ffc21d;*/
  /*color: #232323;*/
  font-weight: 900;
  cursor: pointer;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  opacity: 1;
  transition: opacity 0.3s;
}
.btn.check_over:hover {
  opacity: 0.8;
}

.blue-link {
  color: #659BAF;
  cursor: pointer;
}
.blue-link:hover {
  color: #223840;
}

.cart-header {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  position: relative;
}
.cart-header strong {
  font-size: 1.8em;
  position: relative;
  font-weight: 400;
  line-height: 1;
  font-family: RobotoMedium;
}
.cart-header .btn {
  position: absolute;
  bottom: 10px;
  right: 0;
}

.bonus-products {
  border: 1px solid #ccc;
  border-top: none;
  padding: 18px;
  background: rgba(0, 0, 0, 0.05);
}
.bonus-products strong {
  font-weight: 400;
  color: #888;
  font-size: 0.8em;
}
.bonus-products strong .bp-toggle {
  font-size: 0.7em;
  cursor: default;
}

.cart-table {
  padding: 10px 0 0;
  border-bottom: 1px solid #ccc;
}
.item {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
.item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.item .item-block {
  float: left;
}
.item .item-block.ib-info {
  width: 60%;
}
.item .item-block.ib-info img.product-img {
  float: left;
  display: block;
  width: 100px;
  margin-right: 15px;
}
.item .item-block.ib-info .ib-info-meta {
  float: left;
}
.item .item-block.ib-info span {
  display: block;
  margin-bottom: 3px;
}
.item .item-block.ib-info span.title {
  font-size: 1em;
  font-family: 'RobotoMedium';
}
.item .item-block.ib-info span.itemno {
  color: #888;
  font-size: 0.8em;
}
.item .item-block.ib-info span.styles {
  border-left: 3px solid rgba(0, 0, 0, 0.1);
  padding-left: 5px;
  font-size: 0.8em;
}
.item .item-block.ib-info span.styles strong {
  display: inline-block;
  min-width: 70px;
}
.item .item-block.ib-info span.styles .blue-link {
  font-size: 0.8em;
}
.item .item-block.ib-qty {
  width: 20%;
  text-align: right;
}
.item .item-block.ib-qty input {
  text-align: center;
  font-size: 16px;
  border-radius: 0;
  outline: none;
  border: 1px solid #ccc;
  width: 50px;
  height: 40px;
  vertical-align: middle;
  color: #555;
}
.item .item-block.ib-qty input:focus {
  border-color: #7BCDE8;
}
.item .item-block.ib-qty span.price {
  display: inline-block;
  color: #777;
}
.item .item-block.ib-qty span.price > span {
  margin: 0 5px;
}
.item .item-block.ib-total-price {
  width: 20%;
  text-align: right;
  padding-top: 6px;
  position: relative;
}
.item .item-block.ib-total-price span {
  color: #555;
}
.item .item-block.ib-total-price span.tp-price {
  font-size: 1.4em;
  /*font-weight: 900;*/
  font-family:RobotoBold;
}
.item .item-block.ib-total-price span.tp-remove {
  font-size: 14px;
  margin-left: 10px;
  position: relative;
  top: -2px;
  cursor: pointer;
}
.item .item-block.ib-total-price span.tp-remove:hover {
  color: red;
}
.item .item-foot {
  padding: 0 0 10px 0;
  margin-top: 10px;
  font-size: 0.7em;
}
.item .item-foot i {
  position: relative;
  font-size: 12px;
}
.item .item-foot .if-message {
  float: left;
  width: 100%;
  margin-bottom: 10px;
  color: #777;
}
.item .item-foot .if-left {
  float: left;
  color: #ccc;
  font-size: 115%;
  text-transform: uppercase;
}
.item .item-foot .if-right {
  float: right;
  color: #ccc;
  padding-top: 2px;
  text-transform: uppercase;
}
.item .item-foot .if-status {
  /*font-weight: 900;*/
  font-family:'RobotoBold';
  color: #333;
}

.item .bundle-block {
  padding: 0 0 10px 50px;
  position: relative;
}
.item .bundle-block ul li {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 10px;
  padding-top: 5px;
}
.item .bundle-block ul li i.i-down-right-arrow {
  display: block;
  position: absolute;
  left: -30px;
  font-size: 12px;
  top: 50%;
  margin-top: -6px;
  color: #999;
}
.item .bundle-block ul li img {
  width: 100%;
  max-width: 48px;
  display: block;
  float: left;
  margin-right: 15px;
}
.item .bundle-block ul li span {
  display: block;
}
.item .bundle-block ul li span.bundle-title {
  font-size: 0.85em;
}
.item .bundle-block ul li span.bundle-itemno {
  color: #888;
  font-size: 0.7em;
}

.sub-table {
  margin: 20px 0 20px;
  position: relative;
}
.sub-table .copy-block {
  float: left;
  /*margin-top: 60px;*/
}
.sub-table .copy-block p {
  font-size: 0.7em;
  color: #666;
  max-width: 320px;
  line-height: 1.55;
  display: block;
}
.sub-table .copy-block p a:link, .sub-table .copy-block p a:visited {
  color: #666;
}
.sub-table .copy-block p a:hover, .sub-table .copy-block p a:focus {
  color: #333;
}
.sub-table .copy-block p.customer-care {
  padding-top: 10px;
  margin-top: 10px;
  border-top: 1px solid #ccc;
}
.sub-table .summary-block {
  float: right;
}
.sub-table .summary-block .sb-promo {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 320px;
}
.sub-table .summary-block .sb-promo input {
  font-size: 16px;
  width: 220px;
  padding: 7px;
  margin-right: 5px;
  vertical-align: top;
  color: #777;
}
.sub-table .summary-block .sb-promo .btn {
  padding: 10px 8px;
  font-size: 0.8em;
}
.sub-table .summary-block ul li {
  margin-bottom: 10px;
  font-size: 0.9em;
  text-align: right;
}
.sub-table .summary-block ul li span {
  display: inline-block;
}
.sub-table .summary-block ul li span.sb-label {
  color: #999;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.sub-table .summary-block ul li span.sb-value {
  font-size: 1.1em;
  width: 120px;
}
.sub-table .summary-block ul li.tax .tax-edit {
  color: #223840;
  font-size: 0.8em;
  font-weight: 900;
  text-transform: capitalize;
  cursor: pointer;
}
.sub-table .summary-block ul li.tax .tax-edit i {
  position: relative;
  top: 1px;
  left: -3px;
}
.sub-table .summary-block ul li.tax .tax-edit.te-open i:before {
  content: "";
}
.sub-table .summary-block ul li.tax-calculate {
  padding: 10px;
  margin-top: 10px;
  background: rgba(0, 0, 0, 0.05);
  display: none;
}
.sub-table .summary-block ul li.tax-calculate input {
  font-size: 16px;
  width: 148px;
  padding: 7px;
  margin-right: 5px;
  vertical-align: top;
  color: #777;
}
.sub-table .summary-block ul li.tax-calculate .btn {
  padding: 10px 8px;
  font-size: 0.8em;
}
.sub-table .summary-block ul li.grand-total {
  /*border-top: 1px solid #ccc;*/
  /*padding-top: 10px;*/
  margin-top: 10px;
  font-size: 1.2em;
  font-weight: 900;
}

.cart-footer {
  border-top: 1px solid #ccc;
  margin-top: 15px;
  padding-top: 15px;
}
.cart-footer .cont-shopping {
  float: left;
  font-size: 0.8em;
  padding-top: 10px;
  cursor: pointer;
}
.cart-footer .cont-shopping i {
  position: relative;
  top: 0px;
  margin-right: 6px;
  font-size: 75%;
}
.cart-footer .btn {
  float: right;
  width: 200px;
  text-align: center;
}

@media only screen and (max-width: 860px) {
  .item-main {
    position: relative;
  }

  .item .item-block.ib-info {
    width: 70%;
  }

  .item .item-block.ib-qty {
    width: 30%;
    text-align: right;
  }

  .item .item-block.ib-total-price {
    width: auto;
    text-align: right;
    padding-top: 0;
    position: absolute;
    top: 50px;
    right: 0;
  }

  .sub-table .copy-block {
    float: right;
    margin-top: 0;
    text-align: right;
    padding: 12px;
    background: rgba(0, 0, 0, 0.035);
    border-radius:4px;
  }

  .sub-table .summary-block {
    float: none;
    width: 100%;
    /*margin-top: 55px;*/
  }
  .sub-table .summary-block .sb-promo {
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    max-width: 300px;
    text-align: right;
    border-bottom: none;
  }
}
@media only screen and (max-width: 630px) {
  .item .item-block.ib-info {
    float: left;
    width: 100%;
  }

  .item .item-block.ib-qty {
    float: left;
    width: auto;
    margin-top: 10px;
  }

  .item .item-block.ib-total-price {
    float: left;
    width: auto;
    position: relative;
    top: 13px;
    right: 0;
    border-left: 1px solid #ccc;
    padding-left: 15px;
    margin-left: 15px;
  }

  .item .bundle-block {
    display: none;
  }

  .item .item-block.ib-info img.product-img {
    width: 70px;
  }
  .wrap{
  	width:100%;
  	padding:25px 0px;
  }
}

.btn.check_over{
	background:#B12704;
	color:#fff;
}
.shipp_info{
	color:#B12704;
}
.pay_free{
	color:green;
}

/*==============shipping-page-css-start=======*/

.shipping_box fieldset {
	max-width:550px;
	border: solid 1px #dddddd;
	/*padding: 0.5rem;*/
	padding: 0.5rem 1rem;
	margin: 1rem;
	background: rgba(224, 224, 224, 0.75);
	border-radius: 20px;
	margin:50px auto;
}
.shipping_box fieldset legend {
	/*font-weight: bold;*/
	background: white;
	padding: 0.25rem 2ch;
	margin: 0;
	margin-left: 1ch;
	background: rgb(224, 224, 224);
	border-radius: 20px;
	font-size:1.2rem;
	font-family:'RobotoBold';
}
.shipping_box ._state {
	margin-left:-1ch;
}
.shipping_box ._state, .shipping_box ._zip {
	display:block;
	text-align:center;
}

.shipping_box .row:before, .shipping_box .row:after {
	content: " ";
	display: table;
}
.shipping_box .row .columns {
	padding: 0 0.5rem;
}

.shipping_box .columns {
	position: relative;
	padding-left: 0.9375rem;
	padding-right: 0.9375rem;
	float: left;
	width: 100%;
}
.shipping_box label {
	/*font-size: 0.875rem;*/
	font-size: 0.775rem;
	color: #4d4d4d;
	cursor: pointer;
	display: block;
	/*font-weight: bold;*/
	font-family: RobotoBold;
	margin-bottom: 0.25rem;
}
.shipping_box input, .shipping_box textarea {
	-webkit-appearance: none;
}
.shipping_box input, .shipping_box textarea, .shipping_box select {
	-webkit-border-radius: 0;
	border-radius: 0;
	background-color: white;
	font-family: inherit;
	border: 1px solid #cccccc;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	color: rgba(0, 0, 0, 0.75);
	display: block;
	font-size: 1rem;
	margin: 0 0 0.5rem 0;
	padding: 0.15rem 1ch;
	height: 1.5rem;
	width: 100%;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
	-moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
	transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
	border-radius:10px;
}

.shipping_box .row .row:after {
	clear: both;
}

.shipping_box .row .row:before, .shipping_box .row .row:after {
	content: " ";
	display: table;
}
.shipping_box .row:after {
	clear: both;
}
.shipping_box .row:before, .shipping_box .row:after {
	content: " ";
	display: table;
}
.shipping_box .small-12 {
	position: relative;
	width: 100%;
}
.shipping_box .small-8 {
	position: relative;
	width: 66.66667%;
}
.shipping_box .small-6 {
	position: relative;
	width: 50%;
}
.shipping_box .small-4 {
	position: relative;
	width: 30%;
}
.shipping_box .small-2 {
	position: relative;
	width: 20%;
}
.shipping_box .ship_select{
	/*width:8ch;*/
	width:10ch;
}
.shipping_box .btn.btn-primary.btn_sub_over{
	background: #B12704;
	border-color:#B12704;
}

@media screen and (max-width: 767px){
	.shipping_box .small-2 {
		width:50%;
	}
	.shipping_box .small-4{
		width:100%;
	}
	.shipping_box ._phone{
		display: block;
		text-align: center;
	}
	.shipping_box .ship_select{
		width:100%;
	}
	.shipping_box fieldset legend{
		font-size:1rem;
	}
}

/*=========cart_detail_info-page-css-start=======*/

.cart_inf_h3{
    text-align: center;
    padding: 15px 0px;
    font-family: 'RobotoBold';
}
.product_name_box h4{
	font-family: 'RobotoMedium';
	padding:7px 15px;
	font-size:18px;
    margin-bottom: 0;
    border-bottom: 1px solid #ddd;
}
.h3_span{
	position: relative;
	padding-bottom: 2px;
}
.h3_span:after{
	content:'';
	position: absolute;
	width:30px;
	left:40px;
	bottom: 0;
	height:2px;
	background: #B12704;
}
.prd_inf{
	border:1px solid #ddd;
	border-radius:5px;
	margin-bottom: 25px;
}
.prd_description_box.pr_desc_over{
	padding:15px;
	margin-bottom: 10px;
	border-bottom:1px solid #ddd;
}
.prd_description_box.pr_desc_over h3{
	font-size: 20px;
	font-family: RobotoMedium;
}
.prd_description_box.pr_desc_over p{
	font-size: 14px;
}
.gen_info_cover{
	padding: 15px;
	display:none;
}
.specific_h3{
    font-size: 20px;
    padding: 0px 15px;
    padding-bottom: 10px;
    font-family: RobotoMedium;
    border-bottom: 1px solid #ddd;
    margin-bottom: 0;
}
.prd_h4{
    font-size: 18px;
    margin: 10px 0px;
    margin-bottom: 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
}
.valuable_inf{
	font-size:14px;
	padding: 8px;
	border-bottom: 1px solid #ddd;
}
.valuable_inf:last-child{
	border-bottom: 0px;
	padding-bottom: 0px;
}
.l_prd{
	font-family: RobotoMedium;
}
.pro_img_info_box{
	padding: 15px;
    /*border-bottom: 1px solid #ddd;*/
    /*margin-bottom: 10px;*/
}
.img_rel_des h3{
	font-size:21px;
}
.img_rel_des p{
	font-size:14px;
}
.prod_img_above img{
    display: block;
    max-width: 100%;
    height: auto;
}
.ship_txt_clr{
	color:#B12704;
	font-family:RobotoMedium;
}
.ship_rt_txt_clr{
	color:green;
}
.r_txt_div{
    font-size:14px;
    padding:0px 0px;
    /*font-family:RobotoMedium;*/
}
.pr_rate{
    display:inline-block;
    min-width:80px;
}
.pr_numbamount{
    margin-left:20px;
}
.total_overall{
    font-size:16px;
    font-family:RobotoMedium;
    margin:5px 12px;
}
.ts_count{
    color:#b12704;
}
.final_total_box{
    /*display: flex;*/
    display:block;
    align-items: center;
    justify-content: center;
    margin-bottom:7px;
    max-width:320px;
    margin:auto;
    margin-bottom:25px;
}
@media screen and (max-width:767px){
	.prd_inf{
		/*margin-bottom: 25px;*/
		margin-bottom:7px;
	}
	.final_total_box{
	    margin-bottom:7px;
	    display:block;
	}
	.mcart_pd{
	   padding:0px 7px; 
	}
	.r_txt_div{
	    font-size:13px;
	}
	.pr_numbamount{
	    margin-left:0px;
	}
}

/*==============index-page-top-banner=================*/

.tp_banner_incs{
	position: relative;
}
.incs_tp_img_box{
	height:320px;
}
.incs_tp_img_box a{
	display: block;
	height: 100%;
}
.incs_tp_img_box a img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.tp_banner_incs .lSSlideOuter .lSPager.lSpg{
	margin-top: 5px;
    position: absolute;
    margin: 0 auto;
    text-align: center;
    /*left: auto;*/
    bottom: 0;
    width: 100%;
}
@media screen and (max-width: 767px){
	.incs_tp_img_box{
		height:150px;
	}
}

/*===========running-deals-css-start=========*/

.head_single_card{
	padding:0px 15px;
}
.running_deals_wrapp{
	background:#fff;
	margin-bottom: 10px;
}
.ca_box{
	float:left;
	width:12.499%;
	margin-bottom: 5px;
}
.ca_img_cover{
	/*margin:0 15px;*/
	margin:0 3px;
}
.single_img_box{
	position: relative;
    padding-top: 100%;
}
.single_img_box img{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin:0 auto;
    max-width:100%;
    max-height:100%;
}

@media screen and (max-width:767px){
	.ca_box{
		/*width:24.97%;*/
		width:50%;
	}
}

/*==================pro_second_section_css-start=======*/

.incs_product_banner_two{
	padding:0px 0px;
	margin-bottom: 3px;
}
.incs_pro_width{
	float:left;
	width:25%;
}
.boxing_img_pro{
	float: left;
	width:50%;
}
.pro_sec_img_above{
	/*padding: 20px;*/
	padding:15px;
	background:#fff;
}
/*.pro_sec_img_above.ads_img{*/
/*	max-height:287px;*/
/*	padding-top:100%;*/
/*	position:relative;*/
/*}*/
/*.pro_sec_img_above.ads_img img{*/
/*    height:100%;*/
/*    width:100%;*/
/*    position:absolute;*/
/*    top:0;*/
/*    left:0;*/
/*    right:0;*/
/*    bottom:0;*/
/*    max-height:100%;*/
/*    max-width:100%;*/
/*    margin:auto;*/
/*}*/

.img_seprate{
	margin:5px;
}

.pro_h2_incs{
    font-size: 21px;
    line-height: 27px;
    font-family: RobotoMedium;
    height:54px;
    max-height: 54px;
    overflow:hidden;
    padding-left:5px;
}
.img_seprate a{
	display: block;
	position: relative;
	/*padding-top:100%;*/
}
.img_seprate a img{
	max-width:100%;
	max-height: 100%;
}
.pro_sec_wrapp{
	margin:7px;
	margin-top:0px;
}
.dealh4.incs_pdt{
	padding-top: 5px;
}
.deals-wrapper{
	padding-top: 0px;
}
.brand-wrapper{
	padding-top: 0px;
}

@media screen and (max-width:767px){
	.incs_pro_width{
		float:none;
		width:100%;
	}
	.pro_sec_img_above{
		padding:5px;
	}
	.pro_h2_incs{
		padding:0px 5px;
	}
	.pro_h2_incs{
		font-size:18px;
		line-height: 24px;
	}
	.pro_sec_wrapp{
		margin-top:0px;
		margin-bottom: 7px;
	}
	.pro_h2_incs{
		height:auto;
		max-height: auto;
		overflow: visible;
	}
	.running_deals_wrapp{
	    padding-left:7px;
	}
	.ca_img_cover{
	    margin:0px;
	    margin-right:7px;
	}
}
.side_icon_box{
    width:35px;
    height:35px;
    border-radius:50%;
    overflow:hidden;
    margin-right:7px;
    display:inline-block;
}
.side_icon_box img{
    width:100%;
    height:100%;
}
button.sign_btn_over{
    border: 0;
    background: transparent;
    color: #fff;
    font-size:16px;
}
button.sign_btn_over:focus{
    outline:0;
    border:0;
}
.login_head{
    
}
.signh4_in{
    font-size: 1.3rem;
    /*color: #00017f;*/
    color:#0001fc;
    font-family:'RobotoMedium';
}
.login-form__footer.mdl_style a{
    font-size:14px;
    font-family:'RobotoMedium';
}
.login-form__footer.acc_style{
    font-size:15px;
    font-family:'RobotoMedium';
}
.btn-primary.login-form__btn_over{
    background-color:#0001fc;
}

/*=============your-account-css-start============*/

.acc_head_h1{
	margin-bottom: 12px;
	margin-top:12px;
	text-align: center;
}
.y_acc_h1{
    font-size: 28px;
    line-height: 1.2;
    margin:0px;
}
.your_acc_wrap{
    padding:20px 0px;
    padding-bottom:0px;
}
.acc_click_cover{
	max-width:320px;
	border:1px solid #ddd;
	border-radius: 5px;
	padding-bottom: 20px;
	margin:0 auto;
	margin-bottom: 20px;
}
.acc_anchor{
	display: block;
}
.acc_img_txt_box{
	padding:14px 18px;
}
.acc_l_img{
	width:23.448%;
	margin-right:2%;
	float:left;
}
.acc_l_img img{
	width:100%;
}
.acc_r_txt{
	float:right;
	width:74.448%;
}
.acc_h2txt{
	font-size: 17px;
	line-height: 1.3;
	margin:0;
	color:#111;
}
.acc_sub_txt{
	color:#565959;
	font-size: 13px;
	display: block;
}
.acc_click_cover:hover{
	background:#eee;
}

/*==========color-pallete-two-css-start============*/

/* ---- checkbox area ---- */
.blue-checkbox .fill-control-input:checked ~ .fill-control-indicator {
  /*background-color: #0000ff;*/
  border-color: #0000ff;
  /*background: transparent;
  border-color: #0000ff;*/
}

.fill-control-input {
  display: none;
}

.blue-checkbox .fill-control-input:checked ~ .fill-control-indicator {
  /*background-color: #0000ff;*/
  border-color: #0000ff;
  background-size: 80%;
}

.fill-control-indicator {
  display: inline-block;
  position: absolute;
  /*top: 4px;*/
  left: 0;
  /*width: 20px;
  height: 20px;
  border: 2px solid #aaa;*/
  transition: 0.3s;
  background: transperent;
  background-size: 0%;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
}
.custom-control{
	/*background: red;*/
	width:24px;
	height:24px;
}
.fill-control-indicator{
	top:0px;
	width:24px;
	height:24px;
	border:0px;
}
.color_check_box{
	display: flex;
}
.color_check_box label{
	background:#F9ED69;
}
.color_check_box label + label{
	background:#F08A5D;
}
.color_check_box label + label + label{
	background:#B83B5E;
}
.color_check_box label + label + label + label{
	background:#6A2C70;
}
.color_check_box label + label + label + label + label{
	background:#2B3964;
}
.color_check_box label + label + label + label + label + label{
	background:#3482AA;
}
.color_check_box label + label + label + label + label + label + label{
	background:#6DB3B5;
}
.color_check_box label + label + label + label + label + label + label + label{
	background:#477D7F;
}
.color_check_box label + label + label + label + label + label + label + label + label{
	background:#1F5357;
}
.color_check_box label + label + label + label + label + label + label + label + label + label{
	background:#64BD97;
}

/*===========color-pallete-click-enent-css-start=========*/

#th_thumbs { 
    /*padding-top: 10px;*/
    padding-top:0px;
    overflow: hidden; 
}
#th_thumbs img, #largeImage {
   border: 1px solid gray;
   padding: 4px;
   background-color: white;
   cursor: pointer;
}
#th_thumbs img {
   float: left;
   margin-right: 6px;
}
#th_description {
   background: black;
   color: white;
   position: absolute;
   bottom: 0;
   padding: 10px 20px;
   width: 525px;
   margin: 5px;
}
#th_panel {
    position: relative;
}
#th_thumbs img{
	display: block;
	/*width:100px;*/
	position: absolute;
	top:0;
	left: 0;
	bottom: 0;
	right:0;
	margin:0 auto;
	max-width:100%;
	max-height: 100%;
}

/*====custom-added-css====*/

 .lg_imgbox img{
	width:100%;
}
#th_thumbs span{
	display: inline-block;
	width:50px;
	min-height:60px;
	position: relative;

}
@media screen and (max-width:767px){
    .pro_det_pd0{
        padding:0px;
    }
}


/*==========order-info(my_orders)-css-start=========*/
.order_inf_inner{
	max-width:500px;
	margin:15px auto;
	/*background:#eee;*/
	border-radius:5px;
	padding:10px;
	box-shadow:6px 11px 41px -28px #a99de7;
}
.min_ht{
	min-height: 55vh;
}
.ord_inf_flx{
	display: flex;
	font-size:14px;
	margin-bottom: 8px;
}
.linf_box{
	width:50%;
	font-family: RobotoMedium;
	position: relative;
}
.rinf_box{
	width:50%;
	position: relative;
}
.linf_box:before{
	content:':';
	position:absolute;
	right:0;
}
.pr_img_wrp{
	display:block;
	width:150px;
	margin:auto;
    padding: 3px;
    border: 1px solid #111;
    border-radius: 4px;
}
.order_h3{
	font-family: RobotoMedium;
	font-size:24px;
}
.return_p{
	font-family: RobotoMedium;
}
.warn_info{
	font-size:14px;
	border-bottom: 1px solid #ddd;
	padding-left:21px;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.warn_info li{
	list-style-type: disc;
}
.check_cover{
	padding:0px 10px;
}
.check_inp_txt{
	font-size:13px;
}
.reason_h6{
	font-family: RobotoMedium;
	padding:0px 12px;
}
.check_inp_txt input[type=checkbox]{
	position: relative;
	top:1.5px;
}
.modal-body.md_pd{
	padding: 1rem 0rem;
}
.btn-primary.ret_btn{
    background:#0101fc;
}
@media screen and (max-width:767px){
	.ord_inf_flx{
		font-size:13px;
	}
	.order_h3{
		font-size:22px;
	}
}

/*============radio_button_image_css-start==============*/

.cc-selector input{
    margin:0;padding:0;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
}
/*.visa{background-image:url(http://i.imgur.com/lXzJ1eB.png);}
.mastercard{background-image:url(http://i.imgur.com/SJbRQF7.png);}*/
/*.first_show{background-image:url(https://incsonline.in/INCS-Ecommerce/product_images/61utX8kBDlL__UY625_4.jpg);}*/
/*.second_show{background-image:url(https://incsonline.in/INCS-Ecommerce/product_images/616J4dwlQoL__UL1080_2.jpg);}*/
/*.third_show{background-image:url(https://incsonline.in/INCS-Ecommerce/product_images/619u3ooL3UL__UL1100_.jpg);}*/
/*.fourth_show{background-image:url(https://incsonline.in/INCS-Ecommerce/uploads/1.jpg);}*/
/*.fifth_show{background-image:url(https://incsonline.in/INCS-Ecommerce/uploads/1.jpg);}*/

.cc-selector input:active +.drinkcard-cc{opacity: .9;}
.cc-selector input:checked +.drinkcard-cc{
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
}
.drinkcard-cc{
    cursor:pointer;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    /*width:100px;height:70px;*/
    width:80px;height:100px;
    -webkit-transition: all 100ms ease-in;
       -moz-transition: all 100ms ease-in;
            transition: all 100ms ease-in;
    /*-webkit-filter: brightness(1.8) grayscale(1) opacity(.7);
       -moz-filter: brightness(1.8) grayscale(1) opacity(.7);
            filter: brightness(1.8) grayscale(1) opacity(.7);*/
            background-position:center;
            border:1px solid grey;
}
.drinkcard-cc:hover{
    -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
       -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
            filter: brightness(1.2) grayscale(.5) opacity(.9);
}

/*============size-css-start============*/


.cc-selector input:active +.drinkcard-cc_size{opacity: .9;}
.cc-selector input:checked +.drinkcard-cc_size{
    -webkit-filter: none;
       -moz-filter: none;
            filter: none;
}
.drinkcard-cc_size{
    cursor:pointer;
    background-size:contain;
    background-repeat:no-repeat;
    display:inline-block;
    /*width:100px;height:70px;*/
    width:80px;
    /*height:100px;*/
    height:auto;
    text-align: center;
    padding: 4px;
    border-radius: 5px;
    -webkit-transition: all 100ms ease-in;
       -moz-transition: all 100ms ease-in;
            transition: all 100ms ease-in;
    -webkit-filter: brightness(1.8) grayscale(1) opacity(.7);
       -moz-filter: brightness(1.8) grayscale(1) opacity(.7);
            filter: brightness(1.8) grayscale(1) opacity(.7);
            background-position:center;
            border:2px solid grey;
}
.drinkcard-cc_size:hover{
    -webkit-filter: brightness(1.2) grayscale(.5) opacity(.9);
       -moz-filter: brightness(1.2) grayscale(.5) opacity(.9);
            filter: brightness(1.2) grayscale(.5) opacity(.9);
}

/*=======search-drop-down-css-start==========*/

.suggest_drop_ul {
    padding: 5px 15px;
    background: #fff;
    position: absolute;
    width: 100%;
    z-index: 9;
    word-break: break-word;
    border-radius: 5px;
    box-shadow: rgb(0 0 0 / 16%) 0px 3px 6px, rgb(0 0 0 / 23%) 0px 3px 6px;
    /*display: none; */
}
.suggest_drop_ul li {
    list-style-type: none;
    line-height: 1.2;
    margin-bottom: 7px;
}
.suggest_drop_ul li a {
    color: #000;
    text-decoration: none;
    font-family: inherit; 
    font-size:13px;
}
.regionn_name{
    color: #fff;
    font-family: 'RobotoMedium';
}
.bb_style{
    color: #c45500;
    font-family: 'RobotoMedium';
    font-size: 16px;
}
.bb_date{
    font-size:16px;
    font-family: 'RobotoMedium';
}

@media screen and (max-width:767px){
    .incs_tp_img_box a img{
        object-fit:initial;
        height:100%;
        width:100%;
    }
    main{
        padding-top:200px;
    }
}
@media screen and (min-width:767px){
    .my_acc_over{
        display:none;
    }
}
.header_martbeta .app_nav_beta_box {
			    position: relative;
			    display: inline-block;
			    font-size: 18px;
			    font-weight: 600;
			    text-align: center;
			    right:-25px;
			}
			.header_martbeta .nav_span {
			    /*color: #665ca5;*/
			    /*color:#26d6ce;*/
			    color:#fff;
			}
			.header_martbeta .mart_span {
			    /*color: #b35452;*/
			    color:#fff;
			}
			.app_beta_txt{
			    position:absolute;
			    right:0;
			    font-size:11px;
			    bottom:-12px;
			    font-weight:normal;
			    color:#fff;
			}
@media screen and (max-width:767px){
    .header_martbeta .app_nav_beta_box {
        font-size:12px;
        right:auto;
        top:-6px;
    }
    .app_beta_txt{
        font-size:7px;
        bottom:-7px;
    }
}
@media screen and (max-width:320px){
    .logo-svg-box{
        max-width:50px;
    }
    .header_martbeta .app_nav_beta_box{
        font-size:11px;
    }
    .search-iconbox i{
        font-size:12px;
    }
}			
@media screen and (max-width:280px){
    .logo-svg-box{
        max-width:40px;
    }
    .header_martbeta .app_nav_beta_box{
        font-size:10px;
    }
    .search-inp{
        min-height:24px;
    }
}

.header_martbeta{
    position:relative;
    display:inline-block;
    height:100%;
}
.navbeta_txt_explain{
    position: absolute;
    top: 40px;
    left: 0px;
    z-index: 999999;
    background: #fff;
    min-width:300px;
    padding:7px;
    border-radius:5px;
    box-shadow:0 1px 4px rgb(0 0 0 / 30%), 0 0 40px rgb(0 0 0 / 10%) inset;
    display:none;
    transition:all 3s ease-out;
}
.betatxt_wrapp{
    font-size:13px;
}
.betatxt_wrapp p{
    margin:0px;
    padding-bottom:8px;
}
.header_martbeta:hover .navbeta_txt_explain{
    display:block;
    transition:all 3s ease-out;
}
@media screen and (max-width:767px){
 .navbeta_txt_explain{
     left:-40px;
 }   
 .header_martbeta{
     height:auto;
 }
}
@media screen and (max-width:320px){
 .navbeta_txt_explain{
     left:-48px;
 }   
}
@media screen and (max-width:280px){
 .navbeta_txt_explain{
     min-width:260px;
     left:-38px;
 }   
}


/*========for-partner-product-label-css-start===============*/

.overall_content_cover{
    position:relative;
}
.partner_slip{
    padding: 4px 15px;
    position: absolute;
    min-width: 120px;
    top: 16px;
    display: block;
    font-size: 11px;
    text-align: center;
    left: -26px;
    background: #0001fc;
    z-index: 9;
    color: #fff;
    transform: rotate(-40deg);
}
.pro_img_wrapbox{
    padding-top:0%;
}
@media screen and (max-width:767px){
.partner_slip{
    padding: 1px 10px;
    position: absolute;
    min-width: 93%;
    top: 5px;
    display: block;
    font-size: 11px;
    left: 5px;
    background: #0001fc;
    z-index: 9;
    color: #fff;
    transform: rotate(0deg);
}
}

@media screen and (max-width:320px){
    .partner_slip{
        min-width:92%;
    }    
}

@media screen and (max-width:280px){
    .partner_slip{
        padding: 2px 5px;
        font-size:10px;
        min-width:91%;
    }
}

.detail_product-add-form.dp_overbtn{
    width:210px;
}
.detail_product-add-form .detail_cart_btn{
    justify-content:start;
}
.detail_product-add-form .detail_cart_btn .toCart{
    width:210px;
}