/*Css By Rajeev*/

/*New Footer*/
.footerCon {
	width: 100%;
	list-style-type: none;
	text-align: left;
	color: #fff;
	
}

.footerCon li{
	width: 30%;
	/*border :1px dashed #fff;*/
	color: #fff;
	display: inline-block;
	vertical-align: middle;
}

.fLogo{
	
	
}


.fLogoDiv{
	width: 150px;
	margin: 0px auto;
	border-right:3px solid #e5e5e5;
	position: relative;
	padding-right: 30px;
	box-sizing: content-box;
}
.fLogoDiv::after {
	content: "";
	position: absolute;
	right: -10;
	top: 25%;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-left: 10px solid #e5e5e5;
	border-bottom: 10px solid transparent;
}

.fInfo{
	/*width:calc((100% - 250px)/2);*/
}
.fInfo1{
	margin: 0px 4%;
}
.fInfoDiv{
    list-style-type: none;
    width: 100%;
    text-align: center;
    border: 1px solid #e5e5e5;
    display: inline-block;
    margin: 0px 0px 5px;
    padding: 10px 0px;
    box-sizing: border-box;
}

.fInfoDiv p, .fInfoDiv span,  .fInfoDiv a{
	color: #e5e5e5;
}

.fLogo{
	/*width: 150px;*/
	vertical-align: middle;
}
.footCon{
	width: 100%;
	list-style-type: none;
}

.footCon li{
	display: inline-block;
	vertical-align: middle;
}

.logoLI{
	width: 28%;
}

.footDet2 li{
    width: 47% !important;
    text-align: center !important;
    border: 1px solid #484646 !important;
    display: inline-block !important;
    margin: 0px 0px !important;
    margin-bottom: 4px!important;
    padding: 10px 0px !important;
}



.detLi{
	width: 70%;
}

/*//Footer New 2*/
ul.footDet { text-align: center;}
ul.footDet li { color: #e5e5e5; list-style-type: none; width: 50%; text-align: center; border: 1px solid #484646;display: inline-block;
    margin: 0px 10px;padding: 10px 0px;}

ul.footDet li span { color: #fdfdfd;  margin-left: 15px;  font-size: 16px; text-transform: uppercase;}
ul.footDet li p { color: #cccc; margin-top: 10px; }
ul.footDet li a { color: #cccc;  margin: 3px 3px;}


/*//Footer responsive*/

@media screen and (max-width:768px) {
	.logoLI {
		width: 100%;
	}

	.detLi{
		width: 100%;
	}

	.fLogoDiv{
		width: 150px;
		margin: 0px auto;
		margin-bottom: 10px;
		border-right:none;
		/*position: relative;*/
		padding-right: none;
		box-sizing: content-box;
	}

	.fLogoDiv::after {
		display: none;
	}

	.footDet2 li{
	    width: 48%!important;
	}
}

@media screen and (max-width:568px) {

	.footDet2 li{
	    width: 100%!important;
	}

}



/**************************Comparision Cart******************************/
.compButton{
	background: #f2333b;
	color: #fff;
	position: fixed;
	bottom: 20px;
	right: -10px;
	z-index: 9996;
	width: 45px;
	height: 45px;
	border-radius: 100%;
	line-height: 45px;
	text-align: center;
	box-shadow: 0px 0px 4px 1px rgba(0,0,0,0.5);
	cursor: pointer;
	transition: 0.2s ease-in;
}

.compButton:hover{
	width: 50px;
	height: 50px;
	line-height: 50px;
	right: 0px;
	background: #bf272d;
}

/*.compButton p{
	position: absolute;
	top: 0px;
	left: 0px;
}*/
.compCartSec{
	/*width: 100%;
	height: 100vh;
	background: rgba(0,0,0,0.5);
	position: fixed;
	left: 0;
	top: 0;
	z-index: 9997;
	display:none;*/
}

.compCart{
	width: 300px;
	height: 70vh;
	position: fixed;
	right: -310px;
	bottom: 20px;
	background: #fff;
	z-index: 9999;
	box-shadow: -3px 0px 8px 0px rgba(0,0,0,0.5);
	animation-name: slideLeft;
  	animation-duration: 0.2s;
}

@keyframes slideLeft{
	0% { right:-310px;};
	70% { right:-200px;)};
	100% { right:0px;};
}

.ccBody{
	padding: 10px;
	overflow-y: scroll;
	max-height: 70vh;
}

.ccBody::-webkit-scrollbar {
  display: none;
}

.ccProCat {
	margin-bottom: 15px;
}

.ccProCat ul{
	list-style-type: none;
	text-align: left;
}

.ccProCat ul li{
	margin-bottom: 5px;
}


.proImg{
	width: 29%;
	float: left;
	box-sizing: border-box;
	border:2px solid #eee;
	margin-right: 1%;
	position: relative;
}
.proImg input{
	position: absolute;
	z-index: 9999;
	top: 0;
	left: 0;
}
.proNameAndPrice{
	width: 59%;
	float: left;
	margin-right: 1%;
}

.proNameAndPrice a{
	width: 100%;
	color:#175c96;
	font-size: 15px;
	font-weight: bold;
}

.remPro{
	width: 10%;
	float: left;
	transition: 0.2s ease-in;
	cursor: pointer;
}

.remPro:hover{
	color: #f2333b;
}

.ccFoot{
	position: absolute;
	width: 100%;
	bottom: 0;
	box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.5);
	z-index: 99999;
}

.compBtn a{
	text-decoration: none;
	color: #fff;
	text-align: center;
}

.compBtn{
	width: 70%;
	text-align: center;
	background:#175c96;
	padding: 5px 10px;
	float: left;
	cursor: pointer;
}

.closeComp{
	width: 30%;
	text-align: center;
	float: right;
	padding: 5px 10px;
	background:#fff;
	cursor: pointer;
}

.closeComp a{
	text-decoration: none;
	color: #000;
	text-align: center;
}


.pcAddToComp{
	border: 1px solid #f2333b;
	background: #fff;
	padding: 5px 10px;
	color: #f2333b;
	outline: hidden;
	margin-bottom: 10px;
	transition: 0.2s ease-in;
}

.pcAddToComp:hover{
	background: #f2333b;
	color: #fff;
}

/*loading Animation*/

.loading-div {
  font-size: 30px;
}

.loading-div i{
  animation-name: rotate;
  animation-duration: 1.5s;
  animation-iteration-count: infinite;
}

@keyframes rotate{
  100% { transform: rotate(360deg)};
}

.selToComp label{
	font-family: 'Source Sans Pro', sans-serif!important;
}

.selToComp input[type=checkbox] + label {
  display: block;
  margin: 0.2em;
  cursor: pointer;
  padding: 0.2em;
  font-family: 'Source Sans Pro', sans-serif!important;
}

.selToComp input[type=checkbox] {
  display: none;
}

.selToComp input[type=checkbox] + label:before {
  content: "\2714";
  border: 1px solid #000;
  border-radius: 0.2em;
  display: inline-block;
  width: 1em;
  height: 1em;
  padding-left: 0.2em;
  padding-bottom: 0.3em;
  margin-right: 0.2em;
  vertical-align: bottom;
  color: transparent;
  transition: .2s;
}

.selToComp input[type=checkbox] + label:active:before {
  transform: scale(0);
}

.selToComp input[type=checkbox]:checked + label:before {
  background-color: #f2333b;
  border-color: #f2333b;
  color: #fff;
  font-family: 'Source Sans Pro', sans-serif!important;
}

.selToComp input[type=checkbox]:disabled + label:before {
  transform: scale(1);
  border-color: #aaa;
}

.selToComp input[type=checkbox]:checked:disabled + label:before {
  transform: scale(1);
  background-color: #bfb;
  border-color: #bfb;
}


/*Product Comparision page*/

.sec-pro-comp{
	width: 100%;
	padding: 15px 0px;
}

.compTable{
	width: 100%;
}

.compTable table{
	/*width: 100%;*/
	border-collapse:collapse;
	/*white-space: nowrap;*/
	/*overflow-x: scroll;*/
}

.compTable table th{
	border:1px solid #ccc;
	padding: 10px;
	white-space: nowrap;
	font-family: 'Abel', sans-serif;
	max-width: 200px !important;
	min-width: 200px !important;
}

.compTable table td{
	border:1px solid #ccc;
	padding: 10px;
	white-space: nowrap;
	font-family: 'Abel', sans-serif;
	max-width: 200px !important;
	min-width: 200px !important;
	font-size: 12px!important;
}
.compTable table{
	border:none;
}

.compTable table::-webkit-scrollbar {
  display: none;
}

.pName{
	width: 100%;
	text-align:center;
	font-family: 'Abel', sans-serif;
	background: #585858!important;
	color:#fff;
}

.pImg{
	width: 100%;
	text-align:center;
	/*background: #fff!important;*/
}

.compTable table img{
	width: 100%;
	margin: 0px auto;
}

.sktc{
	padding: 0px !important;
}

.sktc::-webkit-scrollbar {
  
}
.logo{
	max-width: 170px;
}

.logoIn{
	max-width: 150px;
	background-size: 100%;
	background-position: bottom;
	background-repeat: no-repeat;
	transition: 0.2s cubic-bezier(0.06, 0.43, 0.69, 0.79);
}

.logoIn:hover{
	background-image: url('../images/logo_new.png');
	background-position: center;
}

.logoIn img{
	transition: 0.2s cubic-bezier(0.25, -0.4, 0.99, 1.04);
}

.logoIn img:hover{
	opacity: 0;
}