@import url('https://fonts.googleapis.com/css?family=Work+Sans:300,400,500,600,700,800,900');

/*===================================================================================*/
/*  Body
/*===================================================================================*/
.green-text {
  color: #abd07e !important;
}
.green-text:hover {
  background-color: #abd07e !important;
  color: #fff !important;
}
.blue-text {
  color: #3498db !important;
}
.blue-text:hover {
  background-color: #3498db !important;
  color: #fff !important;
}
.red-text {
  color: #ff6c6c !important;
}
.red-text:hover {
  background-color: #ff6c6c !important;
  color: #fff !important;
}
.orange-text {
  color: #f39c12 !important;
}
.orange-text:hover {
  background-color: #f39c12 !important;
  color: #fff !important;
}
.dark-green-text {
  color: #12cca7 !important;
}
.dark-green-text:hover {
  background-color: #12cca7 !important;
  color: #fff !important;
}
.inline {
  display: inline-block;
  vertical-align: top;
}
ul {
  list-style: none;
}
a {
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
body {
  font-size: 13px;
  color: #333;
  overflow-x: hidden;
  margin: 0;
  padding: 0;
 font-family: 'Open Sans', sans-serif;
  background-color: #f3f3f3;
    /*     font-family: 'Work Sans',sans-serif;*/
}

.cnt-home {background-color: #f2f2f2;}

ul {
  margin: 0;
  padding: 0;
}
a {
  outline: none!important;
}
a:hover,
a:active,
a:focus {
  text-decoration: none;
  color:#0066a5;
}
img[src="assets/images/blank.gif"] {
  background: url("../images/ajax.gif") no-repeat scroll center center #ffffff;
}

.btn-upper {
  text-transform: uppercase;
}
.m-t-20 {
  margin-top: 20px;
}
.m-t-15 {
  margin-top: 15px;
}
.m-t-10 {
  margin-top: 10px;
}

/*===================================================================================*/
/*  Buttons
/*===================================================================================*/

.btn-uppercase {
  text-transform: uppercase;
}
.btn-default {
  background: #00acff !important;
  color: #fff;
  font-weight: 700;
  /*line-height:30px;*/
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.btn-primary {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  background: #00acff !important;
  color: #fff;
  border: none;
  font-size: 13px;
  line-height: 22px;
  border-radius:0;
  padding: 6px 14px;
  font-family: 'Montserrat', sans-serif;
  border-radius:2px

}
.btn-black {
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  background: #00acff !important;
  color: #fff;
  border: none;
  font-size: 15px;
  line-height: 30px;
  font-weight: 500;
  padding: 3px 22px;
}
.btn-primary:hover,
.btn-black:hover,
.btn-black:focus,
.btn-primary:focus {
  color: #fff;
}

::-webkit-scrollbar{
        height: 4px;
        width: 4px;
        background: gray;
    }
    ::-webkit-scrollbar-thumb:horizontal{
        background: #000;
        border-radius: 10px;
    }
/*===================================================================================*/
/*  Layout
/*===================================================================================*/
.center-block {
  float: none;
}
.inner {
  padding-top: 120px;
  padding-bottom: 120px;
}
.inner-md {
  padding-top: 100px;
  padding-bottom: 100px;
}
.inner-sm {
  padding-top: 80px;
  padding-bottom: 80px;
}
.inner-xs {
  padding-top: 40px;
  padding-bottom: 40px;
}
.inner-vs {
  padding-top: 30px;
  padding-bottom: 30px;
}
.inner-top {
  padding-top: 120px;
}
.inner-top-md {
  padding-top: 100px;
}
.inner-top-sm {
  padding-top: 80px;
}
.inner-top-xs {
  padding-top: 40px;
}
.inner-top-vs {
  padding-top: 30px;
}
.inner-bottom {
  padding-bottom: 120px;
}
.inner-bottom-md {
  padding-bottom: 100px;
}
.inner-bottom-sm {
  padding-bottom: 80px;
}
.inner-bottom-xs {
  padding-bottom: 40px;
}
.inner-bottom-vs {
  padding-bottom: 60px;
}
.inner-left {
  padding-left: 75px;
}
.inner-left-md {
  padding-left: 60px;
}
.inner-left-sm {
  padding-left: 45px;
}
.inner-left-xs {
  padding-left: 30px;
}
.inner-right {
  padding-right: 75px;
}
.inner-right-md {
  padding-right: 60px;
}
.inner-right-sm {
  padding-right: 45px;
}
.inner-right-xs {
  padding-right: 30px;
}
.inner-right-vs {
  padding-right: 10px;
}
.outer {
  margin-top: 120px;
  margin-bottom: 120px;
}
.outer-md {
  margin-top: 100px;
  margin-bottom: 100px;
}
.outer-sm {
  margin-top: 80px;
  margin-bottom: 80px;
}
.outer-xs {
  margin-top: 40px;
  margin-bottom: 40px;
}
.outer-top {
  margin-top: 120px;
}
.outer-top-md {
  margin-top: 100px;
}
.outer-top-sm {
  margin-top: 80px;
}
.outer-top-xs {
  margin-top: 00px;
}

.outer-top-ss {
  margin-top: 20px;
}

.outer-top-n {
  margin-top: 0px!important;
}

.outer-top-vs {
  margin-top: 30px;
}
.outer-top-small {
  margin-top: 50px;
}
.outer-bottom {
  margin-bottom: 120px;
}
.outer-bottom-md {
  margin-bottom: 100px;
}
.outer-bottom-sm {
  margin-bottom: 80px;
}
.outer-bottom-vs {
  margin-bottom: 60px;
}
.outer-bottom-xs {
  margin-bottom: 30px;
}
.outer-bottom-small {
  margin-bottom: 30px;
}
.outer-top-bd {
  margin-top: 50px;
}
.inner-bottom-30 {
  padding-bottom: 30px;
}
.inner-bottom-20 {
  padding-bottom: 20px;
}
.headmobile {
		display:none;
		}
	.fooreemobiledata { 
		display:none;
		 }	
.userdartagsyek {
	display:block;
	}
#owl-main .item{
	height:350px !important;
	}
#mobiledata {
		display:none;
		}
.mobileshowdta {
	display:none;
	}	
.mobilewoshlaist {
	display:none;
	}
.menusproducytr	{
		 
	  margin-bottom:2px;
	  padding:5px;
	  
	  -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
		}
/*.menusproducytr:hover	{ 
		border: 1px solid #e7e7e7; 
		 -moz-box-shadow:    1px 1px 5px 3px #e7e7e7;
	  -webkit-box-shadow: 1px 1px 5px 3px #e7e7e7;
	  box-shadow:         1px 1px 5px 3px #e7e7e7;
	  -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
	 
		}	*/	
	.product-image {
		text-align:center;
		margin-bottom:10px;
		}
	.product-image a {
		text-align:center;
		}
#subcategosrysection li:hover { 
    background: #2874f0; 
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4); 
}
#subcategosrysection li:hover a{
	 color: #fff;
}
	.product-info {
		text-align:center;
		}
	.homheadlie {
		margin:45px 10px 10px;
		font-size:24px; 
		padding:10px 0;  
		text-align:center;
		}
		.userdartagsyek {
		margin:50px 0 10px;
		display:block;
		}	 
	.userdartagsyek ul {
			display: block;
			margin: 0px;
			padding: 5px 0;
			 
		} 		
	.userdartagsyek ul li {
			 
			position: relative;
			text-align: center;
			list-style-type: none;
			margin: 0 10px;
			
		}
	.userdartagsyek ul li a {
			text-decoration: none;
			display: block;
			color: #000;
			text-transform:capitalize;
			font-family:Arial, Helvetica, sans-serif;
		}	
	
		.pull-right { 
			padding: 10px 0 !important;
			display: block;
			font-size:16px;
			font-weight:bold;
		}
			.mobiledata {
			margin:50px 0 10px;  
			}	
		.mobiledata ul {
			margin:0px;
			padding:0px;
			}	
			.pafgetatd h2.maintitlie{
				font-size: 22px;
			margin: 0px;
			padding: 15px 0;
			text-align: center;
			color:#000;
			 position:relative;
			}
			
		.mobiledata ul li {
			list-style-type:none;
			padding:10px 0; 
			padding-left:20px;
			background:#0066a5;
			width:25%;
			margin:0 auto 15px;
			text-align:center;
			 box-shadow: 2px 2px 8px rgba(0,0,0,.2);
			}
		.contactdeuakdoi {
			padding:10px 0;
		}	
		 
		.categoryshowdata {
		margin:50px 0 10px;
		display:block;
		}	 
	.categoryshowdata ul {
			display: block;
			margin: 0px;
			padding: 5px 0;
			 
		} 		
	.categoryshowdata ul li {
			 
			position: relative;
			text-align: center;
			list-style-type: none;
			margin: 0 10px 15px;
			float:left;
			border:1px solid #e7e7e7;
		}
	.parodsecont {
		padding:0px;
	}	
	.parodsecont ul {
		margin:0px;
		padding:0px;
		display:block;
		 
   
	}
	.parodsecont ul li{
		width:23%;
		display:inline-block;
		margin-left:10px;
	}
	.categoryshowdata ul li a {
			text-decoration: none;
			display: block;
			color: #999;
			text-transform:capitalize;
			font-family:Arial, Helvetica, sans-serif;
		}	
		.categoryshowdata ul li a img { 
			width: 210px;
			height: 200px;
			display: block;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			border-radius: 5px;
			margin: 0 auto 10px;
			
		}
		.discountdatst {
			display:block;
			border-bottom:1px solid #e7e7e7;
			padding:10px;
			width:95%;
			margin:auto;
			background:#fff;
		}
		.discountdatst ul {
			margin:0px;
			padding:0px;
			display:block;
		}
		.discountdatst ul li {
			width:33%;
			display:inline-block; 
		}
		.discountdatst ul li h3{
			font-size:18px;
			margin:0px;
			padding:10px 0;
		} 
		.discountdatst ul li h3 span {
			display:inline-block;
			font-size:13px;
			font-weight:normal;
		}
		.contactdeuakdoi ul {
			
			margin:0px;
			padding:0px;
		}
		.contactdeuakdoi ul li {
			list-style-type:none;
			padding:10px 0;
		}
		.contactdeuakdoi ul li a {
			font-size:20px;
			color:#00acff;
		}
		.viewbuttonadata {
			float:right;
			width:120px;
			padding:7px 0;
			text-align:center;
			color:#fff;
			font-size:14px;
			background:#d9534f;
			-webkit-border-radius: 2px;
			-moz-border-radius: 2px;
			border-radius: 2px;
			
		}
		a.viewbuttonadata:hover {
			background:#d9534f;
			color:#fff;
		}
		.logo img {
			width:99%;
		}
		.mobiledata ul li a {
			text-decoration:none;
			color:#fff;
			display:block;
			font-size:16px;
			}	
			.mobiledata_login {
			margin:20px auto;
			width:75%;
			padding:10px 0;
			}
		.mobiledata_login ul{
			margin:0px;
			padding:0px;
			}			
		.mobiledata_login ul li {
			list-style-type:none;
			margin-bottom:15px;
			text-align:center;
			}
		 .cpommetdata {
			 font-size:12px;
			 text-align:center;
			 margin-top:15px;
			 padding:10px;
			 line-height:30px;
			 color:#0066a5;
			 height:140px;
			 overflow:hidden;
			 white-space: normal;
			 border:1px solid #e7e7e7;
		 }
		 .clientravu {
			display:block;
			padding:0px 0;
			text-align:right;
			font-size:13px;
			font-style:italic;
			color:#00acff;
		 }
	 	.mbilrimagelogo {
			width:250px;
			text-align:center;
			margin:30px auto;
			}	
		.submitbutton {
			width:150px;
			height:40px;
			border:none;
			color:#fff;
			background:#d9534f;
			box-shadow: 2px 2px 8px rgba(0,0,0,.2);
			}	
		.textfielodiphone {
			border:1px solid #022335;
			height:40px;
			box-shadow: 2px 2px 8px rgba(0,0,0,.2); 
			width:40%;
			padding-left:20px;
			letter-spacing:25px;
			}
		.product-summary {
			color:#0066a5;
		}
			.product-summary .row{
			margin-top:10px;
			box-shadow: 2px 2px 8px rgba(0,0,0,.2);
			padding:10px 0;
			}
		.product-summary .row a{
			color:#0066a5;
			}
		.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .price{
			color:#0066a5 !important;
		}
		.seletedftasetup {
			background:#0066a5 !important;
		}	
		.moblrheadeyt {
			font-size: 18px;
			text-align: center;
			color: #022335;
			margin: 10px 0;
		}
		.erxtrafiledname {
			width: 51%;
			height: 40px;
			padding-left: 10px;
			margin-bottom: 10px;
			border:none; 
			border-bottom: 1px solid #e7e7e7;
		}
	a.list-group-item:hover, a.list-group-item:focus {
		color:#2874f0;
	}	
	.userdartagsyek ul li a img{
		
		width: 120px;
		height: 120px;
		display: block;
		/*-webkit-border-radius: 75px;border:1px solid #e7e7e7;
		-moz-border-radius: 75px;
		border-radius: 75px;*/
		margin: 0 auto 10px;
		}
		.datedatasettg {
    width: 100%;
    display: none;
    padding-bottom: 5px;
}
.header-style-1 .header-nav {
	margin-bottom:10px;
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.16);
}
.messagescitno {
	margin:100px 0 20px;
	padding:10px 0;
}
.messagescitno h2 {
	color:#000;
}
.messagescitno ul {
	margin:0px;
	padding:0px;
}
.messagescitno ul li {
	list-style-type:none;
	display:inline-block;
}
.mobilenuymbergr {
	width:400px;
	height:40px;
	padding-left:10px;
	border: 1px solid #e7e7e7;
}
.messagescitno p {
	color:#000;
	font-size:14px;
}
	.mobiledarfgsr {
		display:none;
	}
	.despricesdata {
		display:block;
	}
.mobilederatyhs {
	display:none;
}	
.datedatasettg ul {
    margin: 0;
    padding: 0;
    text-align: center;
}
.closedsionri {
	position:absolute;
	top:10px;
	left:10px;
	font-size:18px;
	color:#ac2925;
}
.alert {
	width:40%; 
	margin:0 auto;
}
.datedatasettg ul li {
    list-style-type: none;
    width: 80px;
    position: relative;
    border: 1px solid #e7e7e7;
    padding: 5px 0;
    text-align: center;
    display: inline-block;
}
.datedatasettg ul li a {
    color: #000;
    font-size: 12px;
    display: block;
	line-height:22px;
}
.dateskigl ul li a:hover {
    color: #fff;
   background:#000;
}
.dateskigl ul li a.seketdted  {
   color: #fff;
   background:#000;
}
.timeingdata ul li a:hover {
    border:1px solid #000;
}
.timeingdata ul li a.seketdted {
    border:1px solid #000;
}
.datedatasettg ul li a span.monthata{
	display:block;
	padding:2px 0;
	font-size:13px;
}
.datedatasettg ul li a span.dategsh{
	display:block;
	padding:2px 0;
	font-size:30px;
}
.datedatasettg ul li a span.yearfsr{
	display:block;
	padding:2px 0;
	font-size:14px;
} 
.netrrdetaujs {
	height:200px;
	overflow-x:hidden;
	overflow-y:scroll;
}
.timeingdata {
	padding:10px 0;
}
.mobilrseyg {
    display: inline-block;
}
.datedatasettg ul li .datedataskks {
    position: absolute;
    top: 30px;
    max-height: 150px;
    background: #fff;
    display: none;
    overflow-y: scroll;
    border: 1px solid #e7e7e7;
    width: 100%;
	z-index:9;
}
.datedatasettg ul li .datedataskks ul {
    margin: 0;
    padding: 0;
}
.datedatasettg ul li .datedataskks ul li {
    list-style-type: none;
    display: block;
    padding: 7px 0;
    border: none;
    width: 100%;
} 
/*.mulupkpricee {
	margin:10px 0;
	height:auto;  
}*/
.mulupkpricee ul {
	margin:0px;
	padding:0px;
	text-align:center;
}
.mulupkpricee ul li {
	list-style-type:none;
	margin:5px 0 10px;
	width:100%;
}
.datedatasettg ul li .datedataskks ul li a {

    text-decoration: none;
    display: block;
    color: #000;

}
.happysectionadtaat {
		display:none;
	}
 .orderdeayslepo h3 {
    font-size: 16px;
    margin: 5px 0;
    text-align: left;
} 
.orderdeayslepo ul {
    margin: 0;  
    padding: 0;
}
.orderdeayslepo ul li { 
    list-style-type: none;
    padding: 5px 0;
    text-align: left;
    font-size: 13px;
}
.top-banner-and-menu {
	background:#fafbfb;
}
.orderdeayslepo ul li span {
    display: block;
    float: right;
}
.orderdeayslepo {

    padding: 10px 0;
    border-top: 1px solid #e7e7e7;

}
.dislaucatregrotaf {
	padding:0px;
}
.dislaucatregrotaf ul {
	margin:0px;
	display:block;
	text-align:center;
	padding:0px;
}
.dislaucatregrotaf ul li {
	list-style-type: none;
	float:left;
	border: 1px solid #e7e7e7;
	
	 padding: 15px 7px 5px;
	margin:0px 5px 0 0;
	width:9.25%;
	overflow-y:hidden;
	height:115px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.userdartagsyek ul li:hover {
		background:#2874f0;
		color:#fff;
		box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
	}	
	.otherdataesr  {
		width:90%;
		height:30px;
		font-size:12px; 
		text-align:center;
		margin:auto;
		text-align-last: center;
	}	
		.moilseuconr {
			display:none;
		}
.rating-stars {
 width:100%;
 text-align:center
}
.rating-stars .rating-stars-container {
 font-size:0
}
.rating-stars .rating-stars-container .rating-star {
 display:inline-block;
 font-size:18px;
 color:#555;
 cursor:pointer;
 padding:5px
}
.fixed {
    position: fixed;
    top:0; left:0;
    width: 100%;
	z-index:999;
	background:#fff;
	}
.rating-stars .rating-stars-container .rating-star.is--active,
.rating-stars .rating-stars-container .rating-star.is--hover {
 color:#f1c40f
}
.rating-stars .rating-stars-container .rating-star.is--no-hover {
 color:#555
}	
.mobilefooterdatra_acrt {
	display:none;
}	
.productapkjsdou {
    float: left;
    margin-right: 10px;
    width: 24%;
    padding: 10px;
}
.product-essential {
	background:#fff;
}
.product-name  h1 {
	font-size:22px;
	margin:10px 0 15px;
}
h2.tilsrv {
	font-size:22px;
	margin:10px 0 15px;
}
.navbar-nav ul li ul li { 
    position: unset;
} 
.haiipdhyejderails {
	padding":15px 0;
	border-top:1px solid #e7e7e7;
} 
.servicessectin { 
	width:100%;
}
.servicessectin h2 {
	font-size:18px;
	color:#000;
	margin:10px 0;
	padding:60px 0; 
		text-align:center;
	background:url('https://pondyservice.in//public/images/guarantydata.png') no-repeat scroll 25%;
}
.dateskigl {
	position:relative;
}
.servicaeprok {
	text-align:center; 
	padding:25px 0;
}
.servicaeprok img {
	width:60px;
	height:60px;
}
.servicaeprok h3 {
	font-size:15px;
	font-weight:normal;
	margin:20px 0;
}
.servicessectin h2 span{
	display:block;
	font-size:15px;
	font-weight:normal;
}
/********/
.destopdatat {
	width:300px;
	margin:20px auto;
	padding:10px;
	background:#0066a5;
	text-align:center
}
.pincodein {
	padding:5px 0 0;
}
.pincodein h3 {
	font-size:10px;
	margin:0px;
	color:#0066a5;
	text-align:right;
}
.image_stepseciton {
	 display:inline-block;
	 width:28%;
}
 .setopfaynd { 
	background: #fff; 
	padding: 5px 10px 15px 5px; 
	margin: 5px 0;
	width: 100%;
	width: auto;
	text-align: center;
	vertical-align: middle;
	white-space: normal;
	box-shadow: 0 0 1px 0 rgba(0,0,0,.2);
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	-webkit-transition: .4s;
	transition: .4s;
 }
 .setopfaynd h3{ 
    font-size: 2em; 
    margin-bottom: 20px;
    text-align: center;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 10px;
    padding-left: 20px;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    margin-top: 30px; 
	 text-align:center;
 }  
.setopfaynd h3 span {

    border-radius: 50%;
    display: inline-block;
    padding: 3px;
    background-color: #3a5795;
    color: #fff;
    width: 30px;
	line-height:24px;
    height: 30px;
    font-size: 1em;

} 
.setopfaynd h4 { 
    font-size: 1.7em;
    font-weight: 700;
    margin-bottom: 3px; 
    margin-top: 20px;

}
.vendroconetntu a::before {
    content: "\f105";
    margin-right: 10px;
    font-family: 'FontAwesome';
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
}
.setopfaynd p { 
    font-size: 1em;
    color: #454545; 
}
.selctpindce {
	border:1px solid #e7e7e7;
	height:45px;
	width:100%;
	margin-bottom:15px;
	font-size:13px;
}
.destopdatat h2 {
	font-size:18px !important;
	margin:10px 0;
	color:#fff !important;
	text-align:center !important;
}
.destopdatat h2 span{
	font-size:18px !important;
	margin:10px 0;
	color:#fff !important;
	text-align:center !important;
}
.amuuntdatsepcl {
	margin:10px 0;
}
.amuuntdatsepcl ul {
	margin:0px;
	padding:0px;
}
.amuuntdatsepcl ul li {
	list-style-type:none;
	display:inline-block;
	margin-left:10px;
	margin-bottom:10px;
}
.mobilesuorn {
	display:none;
} 
.increamentdata{
	position:relative;
	padding:5px 0;
	display:none;
}
.citylistdata {
	padding:10px 0;
}
.citylistdata ul {
	margin:0px;
	padding:0px;
}
.citylistdata ul li {
	list-style-type:none;
	color:#fff;
	font-size:14px;
	display:inline-block;
	padding:0 15px;
}
.citylistdata ul li a{ 
	color:#fff;
	font-weight:bold;
}
.citylistdata ul li a:hover{ 
	color:#2874f0; 
}
.citylistdata ul li img{
	max-width:100%;
	max-height:150px;
}
.doenlsciton {
	position:relative;
	display:inline-block;
	font-size:18px;
	font-weight:bold;
	color:#c9302c;
	padding:0 5px;
	border:1px solid #c9302c;
	background:#fff;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
	color:#c9302c;
border-radius: 3px;
font-size:18px;
}

.increamentbitn {
	position:relative;
	display:inline-block;
	font-size:18px;
	font-weight:bold;
	color:#c9302c;
	padding:0 5px;
	border:1px solid #c9302c;
	background:#fff;
	-webkit-border-radius: 3px;
-moz-border-radius: 3px;
	color:#c9302c;
border-radius: 3px;
font-size:18px;
	
}
.ididaraseciont {
	width:20%; 
	display:inline-block;
	height:30px;
	border:none;text-align:center;
	-webkit-border-radius: 20px;
-moz-border-radius: 20px;
	color:#c9302c;
border-radius: 20px;
}
.removeitrmdat {
	font-size:25px;
}
.deletebtinot {
	font-size:14px;
	display:inline-block;
	float:right;
	text-align:center;
	width:25px;
	padding:5px;
	background:#d43f3a;
	color:#fff;
	-webkit-border-radius: 20px;
-moz-border-radius: 20px; 
border-radius: 20px;
}
 .img-container {
	 margin-top:55px !important;
 }
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}


/*** DEMO SKIN ***/
.sf-menu {
	float: left;
	 
}
.sf-menu ul {
	background: #0066a5;
	min-width: 250px; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a { 
	 color:#fff; 
	text-decoration: none;
	zoom: 1; /* IE7 */
}
 
.sf-menu li ul li a{
	color:#fff;
	font-size:14px;
	padding:10px;
}
.sf-menu li { 
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}
 
.sf-menu ul ul li {
	background: #0066a5;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
	background: #00acff;
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}
.sf-menu li.acrtmenudata ul {
	background:none;
}
.sf-menu li.acrtmenudata ul li:hover
{
	background:none;
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}
.clsrghdispciyntyt {
	position:absolute;
	top:4px;
	right:0px;
	width:35px;
	padding:8px;
	border:none;text-align:center;
	-webkit-border-radius: 20px;
-moz-border-radius: 20px;
display:none;
background:#c9302c;
color:#fff;
	cursor:pointer;
}
.termsdataconftion  {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    padding: 20px;
    overflow: hidden;
}
.termssectiondata {
	  background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    padding: 20px;
    overflow: hidden;
}
.addressdlist {
	margin:0px;
	padding:0px;
}
.addressdlist li {
	list-style-type:none;
	padding:5px 0;
	border-bottom:1px solid #e7e7e7;
}
a.list-group-item:hover, a.list-group-item:focus { 
    background-color: #999;
}
	.loginropdpownaecconr {
		display: none;
		width: 120px;
		background: #fff;
		border: 1px solid #e7e7e7;
		position: absolute;
		top: 35px;
		right: 70px;
		z-index: 99;
	}
	.loginropdpownaecconr ul {
		margin:0px;
		padding:0px;
	}
	.loginropdpownaecconr ul li {
		list-style-type:none;
		padding:10px;
		border-top:1px solid #e7e7e7;
	}
	.loginropdpownaecconr ul li:first-child{
		bolder:none;
	}
	.loginropdpownaecconr ul li a{
		color:#000;
		display:block;
	}
	.loginropdpownaecconr ul li:hover a{
		color:#2874f0;
		 
	}
	#mpobilrnyt {
		display:none;
	}
.mobiledata_login {
	padding-top:100px;
}	
@media (max-width: 767px) {
  .inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .inner-md {
    padding-top: 65px;
    padding-bottom: 65px;
  }
  .inner-sm {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .inner-xs {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .inner-top {
    padding-top: 80px;
  }
  .inner-top-md {
    padding-top: 65px;
  }
  .inner-top-sm {
    padding-top: 50px;
  }
  .inner-top-xs {
    padding-top: 40px;
  }
  .inner-bottom {
    padding-bottom: 80px;
  }
  .inner-bottom-md {
    padding-bottom: 65px;
  }
  .inner-bottom-sm {
    padding-bottom: 50px;
  }
  .inner-bottom-xs {
    padding-bottom: 40px;
  }
  .mobilefooterdatra_acrt {
		display:block;
	}
	.container {
		background:#fff;
	}
	.datedatasettg ul li { 
		width: 80px; 
		}
	#newspaorjo { 
		background:#fff; 
		 
		}
	.container-fluid {
		background:none;
	}
	.discountdatst ul li{
		width:100%;
	}
	.notinmobileri {
		display:none;
	}
	.body-content {
		background:#f2f2f2;
	}
	.mobilewalletg {
		background:#fff;
	}
	.container {
			background:#f2f2f2;
	}
	.mobilestickergeah .container {
			background:none;
	}
	.composnenetsts {
		display:none;
	}
	.tabledatashowuy {  
	  min-height: auto !important; 
  }
  .servicessectin h2 {
	padding: 40px 0 !important;
	padding-bottom: 10px;
	background: url('https://pondyservice.in//public/images/guarantydata.png') no-repeat scroll 0% 0px;
	background-size:30%;
	text-align:right;
	font-size:14px;
  }
   .servicessectin h2 span {
	   font-size:12px;
   }
   .termsdataconftion {
	   padding:0px;
   }
  .alert {
	width:100%;   
	}
	.addtocart:hover  {
		background:#0066a5 !important;
	}
	.mpbilrnotdisplay {
		display:none;
	}
	.dislaucatregrotaf ul li {
		height:auto;
		padding:5px 7px;
		border:1px solid #f2f2f2;
	}
	#newspaorjo {
		padding:0 0 10px;
	}
.list-group-data {
	display:block;
	padding:10px 0;
	 
}
.list-group-data ul {
	margin:0px;
	padding:0px;
	}
.list-group-data ul li {
	list-style-type:none;
	padding:10px 0;
	 
}
.editperoir {
	border-bottom:10px solid #e7e7e7;
	padding:10px 0;
}
.editperoir h2 {
	margin:0px;
	padding:10px 0;
	font-size:16px;
	display:inline-block;
}
.editperoir h2 span {
	font-size:10px;
	display:block;
	padding-left:50px;
}
.mobilrhsoye {
	display:none;
}
.diuspapomojh {
	padding:0px;
}
.list-group-data ul li a {
	display:block;
	padding-left:10px;
	color:#000;
	font-size:14px;
	line-height:30px;
}	
.removeitrmdat {
    font-size: 20px;
}
.erxtrafiledname {
	width:100%;
}
.termssectiondata .terms-conditions{
		display:none;
}
	.mobilesuorn {
		background:#fff;
		padding:8px;
		display:block;
		box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
		margin-bottom:10px;
	}

	.mobilesuorn ul {
		margin:0px;
	}
	#mpobilrnyt {
		display:block;
	}
	.mobiledata_login {
			padding-top:0px;
		}	
	.mobilesuorn ul li {
		list-style-type:none;
		padding:5px 0;
		font-size:14px;
	}
	.mobilesuorn ul li  span {
		float:right;
	}
	.movumidj {
		margin:0px 0 10px !important;
	}
.mobilewalletata {
	width:80%;
	margin:20px auto;
	padding:10px;
	background:#0066a5;
	text-align:center
}
.mobilewalletata h2 {
	font-size:18px !important;
	margin:10px 0;
	color:#fff !important;
	text-align:center !important;
}
.mobilewalletata h2 span{
	font-size:18px !important;
	margin:10px 0;
	color:#fff !important;
	text-align:center !important;
}
.textfielodiphone { 
    letter-spacing: 17px;
}
.termsdataconftion .terms-conditions {
	display:none;
}
.menuseiclnto ul li a.walletsysteny {
	font-size:12px;
	font-weight:normal;
}
.menuseiclnto ul li a.walletsysteny i{
	font-size:15px;
 
}
.menuseiclnto ul li:first-child{
	margin:0px !important;
}
}
.section-title {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-weight:bold;
  margin-top:0px;
}

.featured-product .section-title {
    margin-bottom: 0px;
    margin-top: 5px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
	border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
    padding: 18px 20px;
}

.best-deal {
	background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);

}

.best-deal .section-title {
    margin-bottom: 0px;
    margin-top: 5px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
	border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
    padding: 18px 20px;
} 

.best-deal .best-seller {padding:21px; padding-top:0px;}
.best-deal .best-seller .col2 {padding-left:0px}

.home-owl-carousel .owl-controls,
.blog-slider .owl-controls,
.brand-slider .owl-controls {
  margin-top: 0px;
}
/*carousel control button*/
.sidebar-widget .custom-carousel .owl-controls {right:0px}

.custom-carousel .owl-controls {
  position: absolute;
  right: 20px;
  top: -32px;
  width: 100%;
  display: block;
}
#product-tabs-slider .custom-carousel .owl-controls { 
    right: 10px;
    top: -45px; 
}
#hotdetalsu .custom-carousel .owl-controls {  
    top: -70px; 
}
#specialdetaols .custom-carousel .owl-controls {  
    top: -70px; 
}
#specialoffre .custom-carousel .owl-controls {  
    top: -70px; 
}
#product-tabs-slider .outer-top-xs {
    margin-top: 0;
}
.custom-carousel .owl-controls .owl-prev {
  position: absolute;
  width: 20px;
  height: 20px;
  top: -25px;
  right: 27px;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #dddddd;
}
.custom-carousel .owl-controls .owl-prev:before {
  color: #fff;
  content: "\f104";
  font-family: fontawesome;
  font-size: 13px;
  left: 7px;
  position: absolute;
  top: 2px;
}
.custom-carousel .owl-controls .owl-next {
  position: absolute;
  width: 20px;
  height: 20px;
  top: -25px;
  right: 0px;
  -webkit-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  transition: all linear 0.2s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #dddddd;
}
.custom-carousel .owl-controls .owl-next:before {
  content: "\f105";
  font-family: fontawesome;
  color: #fff;
  font-size: 13px;
  left: 7px;
  position: absolute;
  top: 2px;
}
.logo-slider .owl-controls .owl-prev,
.logo-slider .owl-controls .owl-next {
  top: -57px;
  display:none
}
.featured-product {
  margin-bottom:30px;
      background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
	
}

.featured-product .cart-btn {display:none}

.featured-product .products {
    margin-left: 0px;
    margin-right: 18px;
    padding-bottom: 15px;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}

.featured-product .home-owl-carousel {padding-left: 20px;}

.new-arriavls{
  margin-bottom: 19px;
      background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
	
}


.new-arriavls .products {
    margin-left: 0px;
    margin-right: 18px;
    padding-bottom: 15px;
}

.new-arriavls .home-owl-carousel {padding-left: 20px;}

.new-arriavls .section-title {
    margin-bottom: 0px;
    margin-top: 5px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
    padding: 18px 20px;
}

.new-arriavls .cart-btn {display:none}

.latest-blog {
	margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
	
}

.latest-blog .btn-primary {margin:3px}

.latest-blog .section-title {
    margin-bottom: 0px;
    margin-top: 5px;
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: bold;
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 10px;
    padding: 18px 20px;
}

.latest-blog .blog-slider {padding-left: 20px; padding-bottom:25px;}
.latest-blog .blog-post {margin-right:25px}
.latest-blog .blog-post img {width:100%}

.logo-slider-inner {
  margin-top: 10px;
  margin-bottom: 20px;
}
#specialoffre .special-product .product:first-child {
  margin-bottom: 10px;
}
#specialdeta .special-product .product:first-child {
  margin-bottom: 10px;
}
.special-product .product:first-child {
  margin-bottom: 20px;
}

.special-product .product .image img {width:100% !important}
.special-product .product .col {padding-right:0px}
.special-product .product .btn-primary {background:none; padding:0px; color:#157ed2; text-decoration:underline; margin-top:5px;}

.special-product .product:last-child {
  margin-top: 20px;
}
#specialoffre .product-image .image {
    width: 71%;
}
#specialoffre .special-product .product:last-child {
  margin-bottom: 10px;
}
#specialdeta .special-product .product:last-child {
  margin-top: 10px;
}
#specialdeta {

    margin-top: 5px;
    height: 375px;
    overflow: hidden;

}

.best-product .product:first-child {
  margin-bottom: 20px;
}
#owl-main .owl-controls .owl-buttons .icon {
  position: relative;
  top: 8px;
  color: #0066a5 !important;
}
.config-options ul > li > a {
  display: block;
}
.read-more-bottom {
  margin-bottom: 10px;
}
.unicase-form-control {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border-color: #eee;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: auto;
  padding: 10px 12px;
}
.unicase-form-control:focus {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #d8d8d8;
}
.animate-dropdown .open > .dropdown-menu,
.animate-dropdown .open > .dropdown-menu > .dropdown-submenu > .dropdown-menu {
  animation-name: slidenavAnimation;
  animation-duration: 200ms;
  animation-iteration-count: 1;
  animation-timing-function: ease-out;
  animation-fill-mode: forwards;
  -webkit-animation-name: slidenavAnimation;
  -webkit-animation-duration: 200ms;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease-out;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: slidenavAnimation;
  -moz-animation-duration: 200ms;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease-out;
  -moz-animation-fill-mode: forwards;
}
@keyframes slidenavAnimation {
  from {
    margin-top: -30px;
    opacity: 0;
  }
  to {
    margin-top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes slidenavAnimation {
  from {
    margin-top: -30px;
    opacity: 0;
  }
  to {
    margin-top: 0;
    opacity: 1;
  }
}
.seller-product .products {
  margin-bottom: 35px;
}

.product-slider .products {margin-left:0px; margin-right:18px; padding-bottom:15px}
.product-slider .products .cart-btn {display:none}
.category-product .products .cart-btn {display: none;}

.seller-product .products .product .product-info .name {
  font-size: 18px;
  margin-top: 5px !important;
}
a {
  color: #12cca7;
}
.show-theme-options:hover,
.show-theme-options:focus {
  background: #12cca7;
}
.btn-primary:hover,
.btn-black:hover,
.btn-primary:focus,
.btn-black:focus {
  background: #12cca7;
}
.top-bar .cnt-account ul > li a:hover,
.top-bar .cnt-account ul > li a:focus {
  color: #12cca7;
}
.top-bar .cnt-block ul li a .caret {
  color: #12cca7;
}
.top-bar .cnt-block ul li .dropdown-menu li a:hover,
.top-bar .cnt-block ul li .dropdown-menu li a:focus {
  color: #12cca7;
}
.main-header .top-search-holder .contact-row .icon {
  color: #12cca7;
}
.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .total-price-basket .total-price {
  color: #fff;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .name a:hover,
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .name a:focus {
  color: #0b816a;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .price {
  color: #0b816a;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .action a:hover,
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .action a:focus {
  color: #0b816a;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-total .price {
  color: #0b816a;
}
.main-header .top-search-holder .search-area .categories-filter .dropdown-menu li a:hover,
.main-header .top-search-holder .search-area .categories-filter .dropdown-menu li a:focus {
  color: #0b816a;
}
.header-style-1 .header-nav {
  background: #0b816a;
}
.cnt-home .header-style-1 .header-nav .navbar .navbar-nav > li.active {
  background: #0b816a;
}
.cnt-home .header-style-1 .header-nav .navbar .navbar-nav > li > a:hover,
.cnt-home .header-style-1 .header-nav .navbar .navbar-nav > li > a:focus {
  background: #0b816a;
}
.cnt-home .header-style-1.header-style-2 .header-nav .navbar .navbar-nav > li.active,
.cnt-homepage .header-style-1.header-style-2 .header-nav .navbar .navbar-nav > li.active {
  background: #0b816a;
}
.cnt-home .header-style-1.header-style-3 .header-nav .navbar .navbar-nav > li.active {
  background: #0b816a;
}
.header-style-2 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a:hover,
.header-style-2 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a:focus {
  background: #0b816a !important;
}
.header-style-2 .header-nav .navbar-default .navbar-collapse .navbar-nav > li.open {
  background: #0b816a;
}
.sidebar .side-menu nav .nav > li a:hover,
.sidebar .side-menu nav .nav > li a:focus {
  color: #0b816a;
}
.sidebar .side-menu nav .nav > li a:hover:after,
.sidebar .side-menu nav .nav > li a:focus:after {
  color: #0b816a;
}
.info-box .info-box-heading.green {
  color: #0b816a;
}
.scroll-tabs .nav-tab-line li a:hover,
.scroll-tabs .nav-tab-line li a:focus {
  color: #0b816a;
}
.product .product-info .name a:hover,
.product .product-info .name a:focus {
  color: #0b816a;
}
#prosimilar .product .product-image img { 
    height: 180px;
}
.categorydetaild h2{
	font-size:22px;
	text-align:center;
	margin:10px 0 0;
	padding:10px 0;
	border-top:1px solid #e7e7e7;
	border-top:1px solid #e7e7e7;
	
}
.product .product-info .product-price .price {
  color: #0b816a;
}
.product .cart .action ul li.lnk a:hover,
.product .cart .action ul li.lnk a:focus {
  color: #0b816a;
}
.product .cart .action ul li.add-cart-button .btn-primary:hover,
.product .cart .action ul li.add-cart-button .btn-primary:focus {
  background: #0b816a;
}
.product .cart .action ul li.add-cart-button .btn-primary.icon:hover,
.product .cart .action ul li.add-cart-button .btn-primary.icon:focus {
  background: #0b816a;
}
.tag.sale {
  background: #abd07e;
}
.copyright-bar .copyright a {
  color: #0b816a;
}
.blog-slider-container .blog-slider .blog-post-info .name a:hover,
.blog-slider-container .blog-slider .blog-post-info .name a:focus {
  color: #0b816a;
}
.footer .links-social .social-icons a:hover,
.footer .links-social .social-icons a:focus,
.footer .links-social .social-icons a.active {
  background: #12cca7;
}
.latest-tweet .re-twitter .comment a {
  color: #0b816a;
}
.latest-tweet .re-twitter .comment .icon .fa-stack-2x {
  color: #0b816a;
}
.footer .contact-information .media .icon .fa-stack-2x {
  color: #0b816a;
}
.footer .contact-information .media .media-body a:hover,
.footer .contact-information .media .media-body a:focus {
  color: #0b816a;
}
.footer .footer-bottom .module-body ul li a:hover,
.footer .footer-bottom .module-body ul li a:focus {
  color: #00acff !important;
}
.product-tag .item.active,
.product-tag .item:hover,
.product-tag .item:focus {
  background: #00acff !important;
}
.hot-deals .product-info .product-price .price {
  color: #00acff !important;
}
.hot-deals .product-info .name a:hover,
.hot-deals .product-info .name a:focus {
  color: #00acff;
}
.custom-carousel .owl-controls .owl-prev:hover,
.custom-carousel .owl-controls .owl-next:hover,
.custom-carousel .owl-controls .owl-prev:focus,
.custom-carousel .owl-controls .owl-next:focus {
  background: #00acff !important;
}
.yamm .dropdown-menu .title:hover,
.yamm .dropdown-menu .title:focus {
  color: #00acff !important;
}
.yamm .dropdown-menu li a:hover,
.yamm .dropdown-menu li a:focus {
  color: #00acff !important;
}
.breadcrumb ul li.active {
  color: #00acff !important;
}
.breadcrumb ul a:hover,
.breadcrumb ul a:focus {
  color: #00acff !important;
}
.filters-container .nav-tabs.nav-tab-box li.active a .icon {
  color: #00acff !important;
}
.filters-container .pagination-container ul li.active a {
  color: #00acff !important;
}
.filters-container .pagination-container ul li.prev:hover,
.filters-container .pagination-container ul li.next:hover,
.filters-container .pagination-container ul li.prev:focus,
.filters-container .pagination-container ul li.next:focus {
  background: #00acff !important;
}
.filters-container .pagination-container ul li a:hover,
.filters-container .pagination-container ul li a:focus {
  color: #00acff !important;
}
.filters-container .lbl-cnt .dropdown.dropdown-med .dropdown-menu li a:hover,
.filters-container .lbl-cnt .dropdown.dropdown-med .dropdown-menu li a:focus {
  color: #00acff !important;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle,
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle:hover,
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle:focus,
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle:after {
  color: #00acff !important;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .slider-track .slider-handle {
  border: 5px solid #00acff;
}
.product .product-info .name a:hover {
	 color: #00acff !important;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .list li a:hover,
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .list li a:focus {
  color: #12cca7;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .compare-report span {
  color: #12cca7;
}
.sidebar .sidebar-widget .advertisement .owl-controls .owl-pagination .owl-page.active span {
  background: #12cca7;
}
.sidebar .sidebar-widget .advertisement .owl-controls .owl-pagination .owl-page:hover span {
  background: #12cca7;
}
.single-product .gallery-holder .gallery-thumbs .owl-item .item:hover {
  border: 1px solid #12cca7;
}
.single-product .product-info .rating-reviews .reviews .lnk:hover,
.single-product .product-info .rating-reviews .reviews .lnk:focus {
  color: #12cca7;
}
.single-product .product-info .price-container .price-box .price {
  color: #12cca7;
}
.single-product .product-info .quantity-container .cart-quantity .arrows .arrow:hover,
.single-product .product-info .quantity-container .cart-quantity .arrows .arrow:focus {
  color: #12cca7;
}
.single-product .product-info .product-social-link .social-icons ul li a:hover,
.single-product .product-info .product-social-link .social-icons ul li a:focus {
  background: #12cca7;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell li a:hover,
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell li a:focus {
  background: #12cca7;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell li a:hover:after,
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell li a:focus:after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #12cca7;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell li.active a {
  background: #12cca7;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell li.active a:after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #12cca7;
}
.cart .action .add-cart-button .btn.btn-primary.icon:hover,
.cart .action .add-cart-button .btn.btn-primary.icon:focus {
  background: #12cca7;
}
.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .review-title .date span {
  color: #12cca7;
}
.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .author span {
  color: #12cca7;
}
#owl-main:hover .owl-prev:hover,
#owl-main:hover .owl-next:hover {
  background: #0b816a;
}
#owl-main .owl-controls .owl-pagination .owl-page:active span,
#owl-main .owl-controls .owl-pagination .owl-page:hover span {
  background: #12cca7;
}
.cart .action ul .lnk .add-to-cart:hover,
.cart .action ul .lnk .add-to-cart:focus {
  color: #12cca7 !important;
}
.cart .action .add-to-cart:hover,
.cart .action .add-to-cart:focus {
  color: #12cca7 !important;
}
.homepage-container .product .tag.hot {
  background: #12cca7;
}
.homepage-container .product .product-info .name a:hover,
.homepage-container .product .product-info .name a:focus {
  color: #12cca7;
}
.homepage-container .btn-primary:hover,
.homepage-container .btn-primary:focus {
  background: #12cca7;
  border: 2px solid #12cca7;
}

.category-list {    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    padding: 20px;}
.category-product .cart .action ul li .add-to-cart:hover,
.category-product .cart .action ul li .add-to-cart:focus {
  background: #12cca7;
}
.furniture-container .product .btn-primary:hover,
.furniture-container .product .btn-primary:focus {
  background: #12cca7;
}
.header-style-3 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a:hover,
.header-style-3 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a:focus {
  background: #12cca7;
}
.header-style-3 .header-nav .navbar-default .navbar-collapse .navbar-nav > li.open {
  background: #12cca7;
}
#owl-single-product-thumbnails .owl-controls .owl-pagination .owl-page.active span {
  background: #12cca7 !important;
}
#owl-single-product-thumbnails .owl-controls .owl-pagination .owl-page span:hover,
#owl-single-product-thumbnails .owl-controls .owl-pagination .owl-page span:focus {
  background: #12cca7 !important;
}
.cnt-homepage .sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .slider-track .slider-handle.max-slider-handle {
  background: #12cca7;
}
.blog-page .blog-post h1 a:hover,
.blog-page .blog-post h1 a:focus {
  color: #12cca7;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li.active > a,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li.active > a:hover,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li.active > a:focus {
  color: #0b816a;
}
.blog-page .blog-post .social-media a:hover,
.blog-page .blog-post .social-media a:focus {
  background-color: #12cca7;
}
.blog-page .sidebar .sidebar-module-container .search-area .search-button:after {
  color: #0b816a;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post h4 a:hover,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post h4 a:focus {
  color: #12cca7;
}
.blog-page .blog-post-author-details .author-social-network button .twitter-icon {
  background-color: #12cca7;
}
.blog-page .blog-review .review-action a,
.blog-page .blog-review .review-action a:hover,
.blog-page .blog-review .review-action a:focus {
  color: #12cca7;
}
.blog-page .blog-post-author-details .author-social-network .dropdown-menu > li > a:hover,
.blog-page .blog-post-author-details .author-social-network .dropdown-menu > li > a:focus {
  color: #12cca7;
}
.checkout-box .checkout-steps .panel .panel-heading .unicase-checkout-title > a:not(.collapsed) span {
  background-color: #12cca7;
}
.checkout-box .checkout-steps .checkout-step-01 .already-registered-login a:hover,
.checkout-box .checkout-steps .checkout-step-01 .already-registered-login a:focus {
  color: #12cca7;
}
.checkout-box .checkout-progress-sidebar .panel-body ul li a:hover,
.checkout-box .checkout-progress-sidebar .panel-body ul li a:focus {
  color: #12cca7;
}
.contact-page .contact-info .contact-i {
  background-color: #12cca7;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 a:hover,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 a:focus {
  color: #12cca7;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info span span {
  color: #0b816a;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-edit a:hover,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-edit a:focus {
  color: #12cca7;
}
.shopping-cart .cart-shopping-total table thead tr th .cart-grand-total {
  color: #0b816a;
}
.shopping-cart-table table tbody tr td .quant-input .arrows .arrow:hover,
.shopping-cart-table table tbody tr td .quant-input .arrows .arrow:focus {
  color: #12cca7;
}
.logo-color {
  fill: #12cca7;
}
.cnt-homepage .single-product .product-info-block .form-control .dropdown-menu ul li a:hover,
.cnt-homepage .single-product .product-info-block .form-control .dropdown-menu ul li a:focus {
  color: #12cca7;
}
.cnt-homepage .single-product .product-info-block .txt.txt-qty {
  color: #12cca7;
}
.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail {
  border-bottom: none;
}
.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li {
  margin-right: 10px;
  padding: 0;
}
.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li a:hover,
.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li a:focus {
  background: #12cca7;
  border: 2px solid #12cca7;
}
.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li.active a {
  background: #12cca7;
  border: 2px solid #12cca7;
}
.shopping-cart .estimate-ship-tax table tbody .unicase-form-control .dropdown-menu.open ul li a:hover,
.shopping-cart .estimate-ship-tax table tbody .unicase-form-control .dropdown-menu.open ul li a:focus {
  color: #12cca7;
}
.yamm .dropdown-menu {
  border-top-color: #12cca7;
}
.product-comparison .compare-table tr td .product-price .price {
  color: #12cca7;
}
.product-comparison .compare-table tr td .in-stock {
  color: #12cca7;
}
.body-content .my-wishlist-page .my-wishlist table tbody .product-name a:hover,
.body-content .my-wishlist-page .my-wishlist table tbody .product-name a:focus {
  color: #12cca7;
}
.product-comparison .compare-table tr td .product-price .price {
  color: #12cca7;
}
.product-comparison .compare-table tr td .in-stock {
  color: #12cca7;
}
.body-content .x-page .x-text h1 {
  color: #12cca7;
}
.body-content .x-page .x-text a {
  color: #12cca7;
}
.sign-in-page .register-form .forgot-password,
.sign-in-page .register-form .forgot-password:hover,
.sign-in-page .register-form .forgot-password:focus {
  color: #12cca7;
}
.body-content .my-wishlist-page .my-wishlist table tbody .price {
  color: #12cca7;
}
.terms-conditions-page .contact-form {
  color: #12cca7;
}

.top-bar {
  padding:0px;
  font-size: 12px;
}
.top-bar .cnt-account {
  float: right;
  padding: 4px 0px;
}
.top-bar .cnt-account ul {
  margin: 0px;
}
.top-bar .cnt-account ul > li {
  display: inline-block;
  line-height: 12px;
  padding:3px 12px 3px 7px;
  border-right: 1px solid #333;

}
.navbar-nav > li > .dropdown-menu ul li {
	padding:2px 0;
}
.top-bar .cnt-account ul > li:last-child {
	border:none;
	padding-right:0px

}
.top-bar .cnt-account ul > li a {
  color:rgba(255,255,255,0.8);
  padding: 0px;
  font-weight: 400;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}
.top-bar .cnt-account ul > li a .icon {
  display: inline-block;
  padding-right: 6px;
  font-size: 11px;
}
.top-bar .cnt-account ul > li a:hover,
.top-bar .cnt-account ul > li a:focus {
  text-decoration: none;
}
.top-bar .cnt-block {
  float: right;
}
.top-bar .cnt-block .list-inline {
  margin: 0px;
}
.top-bar .cnt-block .list-inline > li {
  display: inline-block;
  margin-right:10px;
  padding:0px;
}
.top-bar .cnt-block .list-inline > li > a {
  padding: 7px 0px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  color: #888;
  display: inline-block;
}
.top-bar .cnt-block .list-inline > li > a .value {
  color: rgba(255,255,255,0.8);
  margin: 2px 4px 2px 7px;
}
.top-bar .cnt-block .list-inline > li > a:hover,
.top-bar .cnt-block .list-inline > li > a:focus {
  text-decoration: none;
  color: #888888;
}
.top-bar .cnt-block .list-inline > li .dropdown-menu {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e1e1e1;
  top: 125%;
  left: 5px;
}

.top-bar .dropdown-menu>li>a {
	padding:3px 10px;
	font-size:13px
}

.top-bar .cnt-block .list-inline > li .dropdown-menu li a:hover,
.top-bar .cnt-block .list-inline > li .dropdown-menu li a:focus {
  background: rgba(0, 0, 0, 0);
}


/*===================================================================================*/
/* Header
/*===================================================================================*/
header{background:#2874f0; min-height:55px; display:block;}

.main-header {
  padding:5px 0px 0px 0px; 
}
.loginbuttonse {
	padding:10px;
	color:#fff;
	font-weight:bold;
	background:#d9534f;
	-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
.loginbuttonse:hover{
	color:#d9534f;
	background:#fff;
}
.main-header .logo-holder {
  margin: 0px 0 2px;
  text-align:left;
}
.main-header .top-search-holder .contact-row {
  line-height: 20px;
  color: #9b9b9b;
}
.main-header .top-search-holder .contact-row .phone {
  margin: 0 23px 0 0;
  border-right: 1px solid #E2E2E2;
  padding-right: 35px;
}
.main-header .top-search-holder .contact-row .icon {
  font-size: 18px;
  line-height: 23px;
  margin: 0 8px 0 0;
  vertical-align: middle;
}
.main-header .top-search-holder .search-area {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin: 9px 0 0;
  background:#fff;
  border-radius:25px;
}
.main-header .top-search-holder .search-area .search-field {
  border: medium none;
  border-radius: 5px 0 0 5px;
  /*  border-radius: 50%;*/
  padding: 0 15px;
/*  width: 63%;*/
height:35px;
        width: calc(100% - 25%);
      outline: none;
   /*border:1px solid #e7e7e7;*/
}
.othersooprndata {
	position:absolute;
	top:30px;
	display:none;
	z-index:99;
	background:#fff;
	padding:5px 10px;
}
.othersooprndata {
	color:#000;
}
.othersooprndata h4{
	font-size:16px;
	margin:0px;
	padding:7px 0;
}
.selctpindce { 
    height: 30px; 
    margin-bottom: 5px;
    font-size: 11px;
}
.price-box {
	font-size:18px;
	color:#00acff ;
	font-weight:bold;
}
.qurtyatrs {
	padding-top: 10px;
	padding-right: 15px;
	float: left;
}
.main-header .top-search-holder .search-area .categories-filter {
  border-right: 1px solid #E0E0E0;
  text-transform: capitalize;
  display: inline-block;
  line-height: 44px;
  background: #f6f6f6;
  border-radius: 25px;
}
.main-header .top-search-holder .search-area .categories-filter a {
  padding: 0 10px;
  color: #666;
  font-size: 13px;
}
.main-header .top-search-holder .search-area .categories-filter a .caret {
  margin-left: 15px;
  color: #a0a0a0;
}
.main-header .top-search-holder .search-area .categories-filter .dropdown-menu {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e1e1e1;
  padding: 12px 17px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.main-header .top-search-holder .search-area .categories-filter .dropdown-menu li {
  margin-bottom: 10px;
}
.main-header .top-search-holder .search-area .categories-filter .dropdown-menu li a {
  padding: 0px;
}
.main-header .top-search-holder .search-area .categories-filter .dropdown-menu li a:hover,
.main-header .top-search-holder .search-area .categories-filter .dropdown-menu li a:focus {
  background: rgba(0, 0, 0, 0);
}
.main-header .top-search-holder .search-area .categories-filter .dropdown-menu li.menu-header {
  font-family: 'Open Sans', sans-serif;
  line-height: 30px;
}
.main-header .top-search-holder .search-area .search-button {
  border-radius: 5px;
  display: inline-block;
  float: right;
  margin: 0px;
  padding: 8px 17px ;
  text-align: center;
    background-color: #fff;
    border: none;
}

.logiondata {
	float:right;
	padding:0px 0 10px;
	} 
.logiondata a {
	color:#fff;
	font-size:12px;
	}
.logiondata a i{ 
	font-size:35px;
}		
.logiondata a span {
	display:inline-block;
	width:24px;
	height:24px;
	background:#00acff;
	 -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  border-radius: 18px;
  text-align:center;
  padding-top:3px;
  color:#fff;
	}	
.domdseciot {
	float:left;
	padding-top:3px;
	}	
.domdseciot p {
	color:#fff;
	margin:0px;
	}
.zoom { 
  transition: transform .6s; /* Animation */ 
  margin: 0 auto;
}

.zoom:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}	
.main-header .top-search-holder .search-area .search-button:after {
  color: #2874f0;
  content: "\f002";
  font-family: fontawesome;
  font-size: 16px;
  line-height: 9px;
  vertical-align: middle;
}
.cnt-home .header-style-1.header-style-2 .header-nav .navbar-default {
  background: #404040;
}
.top-cart-row {
/*  padding-top:8px;*/
        padding-top: 10px;
  padding-left:0px
}
.top-cart-row .dropdown-cart {
  float: right;
}

.top-cart-row .dropdown-cart img {width:100%}

.top-cart-row .dropdown-cart .lnk-cart {
  padding: 0px;
     background: #0066a5;
    /* border: 1px solid #24609c;
  border-radius: 3px;*/
  display: inline-block;
  color: #fff;
}
.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner {
  position: relative;
}
.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .total-price-basket {
    padding: 12px 12px 13px 15px;
    font-family: 'Open Sans', sans-serif;
    text-transform: uppercase;
    float: left;
    letter-spacing: 0.5px;
}
.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket {
  float: left;
  padding: 12px;
  /*border-right: 1px solid rgba(255,255,255,0.2);*/
  padding: 12px 18px 13px 12px;
}
.top-cart-row .dropdown-cart .lnk-cart .items-cart-inner .basket-item-count {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
    height: 18px;
    position: absolute;
    left: 34px;
    top: 13px;
    width: 18px;
    background: #00acff;
    color: #fff;
    font-size: 11px;
    text-align: center;
    line-height: 19px;;
}
.top-cart-row .dropdown-cart .dropdown-menu {
  border: 1px solid #e1e1e1;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  float: right;
  left: auto;
  min-width: 0;
  padding: 2px 22px 20px;
  right: 0;
  width: 230px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background:#fff;
}
.pafgetatd h1.maintitlie{
	font-size:22px;
	margin:0px;
	padding:15px 0;
	text-align:center; 
	color:#00acff;
	border-bottom:1px solid #e7e7e7;
}
.multi_step_form #msform {
	min-height:750px !important;
}
.pafgetatd h1 {
	border-bottom:1px solid #e7e7e7;
	font-size:18px;
	padding-bottom:10px;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .name {
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  margin-top: 0px;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .name a {
  color: #666666;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .price {
  font-weight: 700;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .action {
  padding: 0;
  position: relative;
  font-size: 15px;
  right: 8px;
  top: 8px;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-item.product-summary .action a {
  color: #898989;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-total .text {
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  color: #666666;
  margin-right: 10px;
}
.top-cart-row .dropdown-cart .dropdown-menu .cart-total .price {
  font-weight: 700;
}
.header-style-1 .header-nav .navbar-default {
  border: medium none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: rgba(0, 0, 0, 0);
  margin: 0;
  min-height:auto;
}
.header-style-1 .header-nav .navbar-default .navbar-collapse {
  padding: 0;
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li.active > a {
    color: #312f2f;
    font-size: 18px;
    border-radius: 0;
    background: #0066a5;
    
}
.navbar-nav {float:none}

.special-menu {float:right}
.special-menu a {color:#ffdd35!important; border:none!important; padding-right:0px!important} 
.special-menu a:hover{ background:none!important; color:#fff!important}

.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  color: #022335;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
 
  padding: 15px 12px;
  text-transform: uppercase;
  -webkit-transitio: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  font-weight:normal;
  letter-spacing:0.5px;
  border-right: 1px solid rgba(255,255,255,0.1);
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label {
  position: absolute;
  text-transform: uppercase;
  top: -10px;
  display: inline;
  padding: 1px 7px;
  color: #fff;
  font-size: 9px;
  font-family: 'Open Sans', sans-serif;
  right: 23px;
  line-height: normal;
  letter-spacing:1px;
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label:after {
  border-width: 6px 7px 0 6px;
  right: 18px;
  top: 90%;
  border-style: solid;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transitio: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 0;
  z-index: 100;
  
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label:before {
  right: 18px;
  top: 90%;
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label.new-menu {
  background: #f1c40f;
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label.new-menu:after {
  border-color: #f1c40f rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label.new-menu:before {
  border-color: #f1c40f rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label.hot-menu {
  background: #ff7878;
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label.hot-menu:after {
  border-color: #ff7878 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li .menu-label.hot-menu:before {
  border-color: #ff7878 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
}
.header-style-2 {
  /*margin-bottom:10px;*/
}
.header-style-2 .header-nav {
  background: rgba(0, 0, 0, 0) !important;
}
.header-style-2 .header-nav .navbar-default .nav-bg-class {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
}
.header-style-2 .header-nav .navbar-default .nav-bg-class .navbar-collapse .navbar-nav > li > a {
  color: #555;
}
.header-style-2 .header-nav .navbar-default .nav-bg-class .navbar-collapse .navbar-nav > li > a:hover,
.header-style-2 .header-nav .navbar-default .nav-bg-class .navbar-collapse .navbar-nav > li > a:focus {
  color: #fff;
}
.header-style-2 .header-nav .navbar-default .nav-bg-class .navbar-collapse .navbar-nav > li.open > a {
  color: #fff;
}
.header-style-3 .header-nav {
  background: #202020 !important;
  border: medium none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
}
.header-style-3 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a {
  color: #fff;
}
.header-style-3 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a:hover,
.header-style-3 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a:focus {
  color: #fff;
}
.header-style-3 .header-nav .yamm .dropdown-menu {
  top: 62px;
}
 
.yamm .dropdown-menu {
  left:auto;
  top: 100% ;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border:none;
  padding:0px
}

.yamm .dropdown-menu .custom-banner a {padding:0px}
.yamm .dropdown-menu .banner-image { margin-bottom:-20px}

.navbar-nav .open a{
    float: none;
	background:transparent;
	color:#888;
	border-radius:3px 3px 0px 0px;
}

.yamm .dropdown-menu .yamm-content {
  padding: 20px 20px;

}

.yamm .dropdown-menu .yamm-content .col-menu {min-width:150px}

.yamm .dropdown-menu h2 {
  font-size: 14px;
  color: #555;
  	font-family: 'Work Sans',sans-serif;
  margin-top: 0px;
  font-weight:bold
}
.yamm .dropdown-menu li {
  line-height:normal;
  padding: 0px 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.yamm .dropdown-menu li a {
  color: #3D3D3D;
  line-height: normal;
  text-transform: none ;
  display: block;
/*  padding: 8px 16px;*/
      padding: 0px;
}
.yamm .dropdown-menu li a:hover,
.yamm .dropdown-menu li a:focus {
  background: rgba(0, 0, 0, 0);
  margin-left: 0px;
}
.yamm .dropdown-menu .text {
  font-size: 13px;
  line-height: 20px;
  position: relative;
  bottom: 0px;
  top: 73px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}
.cnt-home .header-style-1.header-style-2 .header-nav .navbar .navbar-nav > li.active > a,
.cnt-homepage .header-style-1.header-style-2 .header-nav .navbar .navbar-nav > li.active > a {
  color: #fff;
}
.cnt-home .header-style-1.header-style-2 .header-nav .navbar-default {
  background: #404040;
}
.cnt-home .header-style-1.header-style-2 .header-nav .navbar-default .nav-bg-class {
  border: none;
}
.cnt-home .header-style-1.header-style-2 .header-nav .navbar-default .nav-bg-class .navbar-collapse .navbar-nav > li > a {
  color: #fff;
}
.cnt-homepage .header-style-2 .header-nav .navbar-default {
  background: #fff;
}
.cnt-homepage .header-style-2 .header-nav .navbar-default .nav-bg-class {
  -moz-box-shadow: 0 0 0 3px #F6F6F6 inset;
  -webkit-box-shadow: 0 0 0 3px #F6F6F6 inset;
  box-shadow: 0 0 0 3px #F6F6F6 inset;
}
.header-nav .navbar-default .dropdown .dropdown-menu.pages .links > li {
  border-bottom: 1px solid #E0E0E0;
  padding: 5px 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header-nav .navbar-default .dropdown .dropdown-menu.pages .links > li:last-child {
  border-bottom: none;
}
.header-nav .navbar-default .dropdown .dropdown-menu.pages .links > li > a {
  line-height: 26px;
  padding: 0px;
}
.header-nav .navbar-default .dropdown .dropdown-menu.pages .links > li > a:hover,
.header-nav .navbar-default .dropdown .dropdown-menu.pages .links > li > a:focus {
  margin-left: 0px;
}


/*===================================================================================*/
/*  Side menu
/*===================================================================================*/

.sidebar .side-menu {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
}

.sidebar .custom-carousel .owl-controls .owl-prev  {top: -20px;}
.sidebar .custom-carousel .owl-controls .owl-next  {top: -20px;}

.sidebar .side-menu .head {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #333;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  padding: 12px 17px;
  text-transform: uppercase;
  background-color: #0066a5;
    border: 1px solid #0066a5;
	color:#fff;
	font-weight:700;
	letter-spacing: 0.5px;
	border-bottom:1px #0066a5 solid
}
.sidebar .side-menu .head .icon {
  margin-right: 5px;
}
.sidebar .side-menu nav .nav > li {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
   -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  width: 100%;
  border-bottom: 1px solid #eaeaea;

}

.sidebar .side-menu nav .nav > li:last-child {border-bottom:none}

.sidebar .side-menu nav .nav > li > a {
  padding: 13px 15px;
  color: #666666;
  font-family: 'Open Sans', sans-serif;
  letter-spacing:0.2px
}
.sidebar .side-menu nav .nav > li > a:after {
  color: #bababa;
  content: "\f105";
  float: right;
  font-size: 12px;
  height: 20px;
  line-height: 18px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 10px;
  font-family: FontAwesome;
}
.sidebar .side-menu nav .nav > li > a .icon {
  font-size: 16px;
  margin-right: 12px;
}
.sidebar .side-menu nav .nav > li > a:hover,
.sidebar .side-menu nav .nav > li > a:focus {
  background: #fff;

}
.sidebar .side-menu nav .nav > li > a:hover .icon,
.sidebar .side-menu nav .nav > li > a:focus .icon {
  color: #666666;
}
.sidebar .side-menu nav .nav > li > .mega-menu {
  padding: 3px 0;
        position: static;
    left: 0;
  margin: 0;
     min-width: auto;
/*    top: 0 !important;*/
    /*  left: 100%;*/
/*  min-width: 330%;*/
  /*338%;*/
/*  position: absolute;*/
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  overflow:hidden
}
.sidebar .side-menu nav .nav > li > .mega-menu .yamm-content {
  padding: 10px 20px;
}
.sidebar .side-menu nav .nav > li > .mega-menu .yamm-content ul > li {

  padding:3px 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.sidebar .side-menu nav .nav > li > .mega-menu .yamm-content ul > li:last-child {
  border-bottom: none;
}
.sidebar .side-menu nav .nav > li > .mega-menu .yamm-content ul > li > a {
  line-height: 26px;
  padding: 0px;
  font-size:13px;
  font-family: 'Open Sans', sans-serif;
}
.sidebar .side-menu nav .nav > li > .mega-menu .yamm-content .dropdown-banner-holder {
  position: absolute;
  right: -16px;
  top: -8px;
}
.sidebar .side-menu2 nav .nav li a {
  padding: 14.3px 15px;
}
.sidebar .sidebar-module-container .sidebar-widget .widget-header {
  padding: 10px 0px 5px 0px;
}
.sidebar .sidebar-module-container .sidebar-widget .widget-header .widget-title {
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  margin: 0px;
  font-weight:bold
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle {
  clear: both;
  display: block;
  font-family: 'Open Sans', sans-serif, sans-serif;
  font-size: 13px;
  line-height: 28px;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle:after {
  content:"\f068";
  float: right;
  font-family: fontawesome;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle.collapsed {
  color: #666666;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle.collapsed:after {
  color: #636363;
  content: "\f067";
  font-family: fontawesome;
  font-weight:normal
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-body .accordion-inner {
  margin: 0px 0 20px;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-body .accordion-inner ul {
  padding-left: 15px;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-body .accordion-inner ul li {
  line-height: 27px;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-body .accordion-inner ul li a {
  color: #666666;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-body .accordion-inner ul li a:before {
  content: "\f105";
  font-family: fontawesome;
  font-size: 14px;
  line-height: 15px;
  margin: 0 5px 0 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-body .accordion-inner ul li a:hover:before {
  margin: 0 8px 0 0;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder {
  padding: 0 0 20px;
  position: relative;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  margin-top:0px;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider.slider-horizontal {
  height: 20px;
  width: 100% !important;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .slider-track {
  background-color: #f1f1f1;
  background-repeat: repeat-x;
  cursor: pointer;
  position: absolute;
  width: 94% !important;
  height: 6px;
  left: 0;
  margin-top: -5px;
  top: 50%;
  width: 100%;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .slider-track .slider-selection {
  bottom: 0;
  height: 100%;
  top: 0;
  background-repeat: repeat-x;
  box-sizing: border-box;
  position: absolute;
  background: #c3c3c3;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .slider-track .slider-handle {
  background-color: #FFFFFF;
  background-repeat: repeat-x;
  -webkit-border-radius: 400px;
  -moz-border-radius: 400px;
  border-radius: 400px;
  height: 20px;
  margin-left: -3px !important;
  opacity: 1;
  position: absolute;
  top: -3px;
  width: 20px;
  margin-top: -5px;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .tooltip {
  margin-top: -36px;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .min-max {
  font-size: 15px;
  font-weight: 700;
  color: #fe5252;
  margin-top: 15px;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .list li {
  clear: both;
  display: block;
  font-family: 'Open Sans', sans-serif, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 28px;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .list li a {
  color: #666666;
  display: block;
}
.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .compare-report {
  margin-top: 20px;
  margin-bottom: 30px;
}
.sidebar .sidebar-widget .advertisement .item {
  background-position: center 55%;
  background-size: cover;
  padding-bottom:60px

}
.sidebar .sidebar-widget .advertisement .item .caption {
  color: #636363;
  left: 12%;
  letter-spacing: -3px;
  position: absolute;
  top: 11%;
  z-index: 100;
  display: table-cell;
}
.sidebar .sidebar-widget .advertisement .item .caption .big-text {
  font-size: 60px;
  line-height: 125px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  text-shadow: 1px 1px 3px #cfcfcf;
}
.sidebar .sidebar-widget .advertisement .item .caption .big-text .big {
  font-size: 120px;
  color: #ff7878;
  display: block;
  text-shadow: 1px 1px 3px #cfcfcf;
}
.sidebar .sidebar-widget .advertisement .item .caption .excerpt {
  font-size: 24px;
  letter-spacing: -1px;
  text-transform: uppercase;
  color: #e6e6e6;
  text-shadow: 1px 1px 3px #cfcfcf;
}
.sidebar .sidebar-widget .advertisement .owl-controls {
  bottom: 10px;
  position: absolute;
  text-align: center;
  top: auto;
  width: 100%;
}
.sidebar .sidebar-widget .advertisement .owl-controls .owl-pagination {
  display: inline-block;
}
.sidebar .sidebar-widget .advertisement .owl-controls .owl-pagination .owl-page {
  display: inline-block;
}
.sidebar .sidebar-widget .advertisement .owl-controls .owl-pagination .owl-page span {
  display: block;
  width: 10px;
  height: 10px;
  background: #ddd;
  border: none;
  border-radius: 2px;
  margin: 0 2px;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}

.sidebar-widget { background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
	padding:20px;}

.related-product .tag {
  font-size: 15px;
  font-weight: 700;
  height: 50px;
  line-height: 45px;
  left: 15px;
  text-align: center;
  top: 3.5%;
  width: 50px;
  position: absolute;
}

/*===================================================================================*/
/*  Slider
/*===================================================================================*/
#owl-main {
  text-align: center;
  cursor: default;
  height: 350px;
}
#owl-main .owl-controls {
  display: inline-block;
  position: relative;
  margin-top: 40px;
}
/*.panel-group .panel .owl-controls {
  margin-top: 25px;
}
.panel-group.blank .panel .owl-controls {
  margin-top: 40px;
}*/
#owl-main .owl-pagination {
  position: relative;
  line-height: 30px;
}
#owl-main .owl-buttons {
  display: block;
}
#owl-main .owl-prev,
#owl-main .owl-next {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 50px;
  font-size: 21px;
  background-color: #f2f2f2;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: auto;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  opacity: 0;
}
#owl-main .owl-prev {
  left: 20px;
  /* -35px;*/
}
#owl-main .owl-next {
  right: 20px;
}
#owl-main:hover .owl-prev {
  left: 0px;
  opacity: 0.5;
}
#owl-main:hover .owl-next {
  right: 0px;
  opacity: 0.5;
}
#owl-main:hover .owl-prev:hover,
#owl-main:hover .owl-next:hover {
  opacity: 1;
}
#owl-main .owl-outer-nav:after {
  content: "";
  position: absolute;
  top: 0;
  left: -15%;
  width: 130%;
  height: 100%;
  z-index: 0;
}
#owl-main .owl-outer-nav .owl-wrapper-outer,
#owl-main .owl-outer-nav .owl-pagination,
#owl-main .owl-outer-nav .owl-prev,
#owl-main .owl-outer-nav .owl-next {
  z-index: 1;
}
#owl-main .owl-outer-nav .owl-controls {
  position: static;
}
#owl-main .owl-outer-nav .owl-prev {
  left: -65px;
}
#owl-main .owl-outer-nav .owl-next {
  right: -65px;
}
#owl-main .owl-outer-nav:hover .owl-prev {
  left: -80px;
}
#owl-main .owl-outer-nav:hover .owl-next {
  right: -80px;
}
#owl-main .owl-ui-md .owl-pagination {
  line-height: 45px;
}
#owl-main .owl-ui-md .owl-prev,
#owl-main .owl-ui-md .owl-next {
  width: 45px;
  height: 45px;
  font-size: 45px;
}
#owl-main .owl-ui-md .owl-prev {
  left: -55px;
}
#owl-main .owl-ui-md .owl-next {
  right: -55px;
}
#owl-main .owl-ui-md:hover .owl-prev {
  left: -60px;
}
#owl-main .owl-ui-md:hover .owl-next {
  right: -60px;
}
#owl-main .owl-outer-nav.owl-ui-md:after {
  left: -18%;
  width: 136%;
}
#owl-main .owl-outer-nav.owl-ui-md .owl-prev {
  left: -85px;
}
#owl-main .owl-outer-nav.owl-ui-md .owl-next {
  right: -85px;
}
#owl-main .owl-outer-nav.owl-ui-md:hover .owl-prev {
  left: -100px;
}
#owl-main .owl-outer-nav.owl-ui-md:hover .owl-next {
  right: -100px;
}
#owl-main .owl-ui-lg .owl-pagination {
  line-height: 60px;
}
#owl-main .owl-ui-lg .owl-prev,
#owl-main .owl-ui-lg .owl-next {
  width: 60px;
  height: 60px;
  font-size: 42px;
}
#owl-main .owl-ui-lg .owl-prev {
  left: -75px;
}
#owl-main .owl-ui-lg .owl-next {
  right: -75px;
}
#owl-main .owl-ui-lg:hover .owl-prev {
  left: -80px;
}
#owl-main .owl-ui-lg:hover .owl-next {
  right: -80px;
}
#owl-main .owl-outer-nav.owl-ui-lg:after {
  left: -22%;
  width: 144%;
}
#owl-main .owl-outer-nav.owl-ui-lg .owl-prev {
  left: -105px;
}
.owl-outer-nav.owl-ui-lg .owl-next {
  right: -105px;
}
#owl-main .owl-outer-nav.owl-ui-lg:hover .owl-prev {
  left: -120px;
}
#owl-main .owl-outer-nav.owl-ui-lg:hover .owl-next {
  right: -120px;
}
#owl-main .owl-inner-nav .owl-controls {
  position: static;
}
#owl-main .owl-inner-nav .owl-prev {
  left: 45px;
}
#owl-main .owl-inner-nav .owl-next {
  right: 45px;
}
#owl-main .owl-inner-nav:hover .owl-prev {
  left: 30px;
}
#owl-main .owl-inner-nav:hover .owl-next {
  right: 30px;
}
#owl-main .owl-outer-nav .owl-prev,
#owl-main .owl-outer-nav .owl-next,
#owl-main .owl-inner-nav .owl-prev,
#owl-main .owl-inner-nav .owl-next {
  bottom: 70px;
}
#owl-main .owl-outer-nav.owl-ui-md .owl-prev,
#owl-main .owl-outer-nav.owl-ui-md .owl-next,
#owl-main .owl-inner-nav.owl-ui-md .owl-prev,
#owl-main .owl-inner-nav.owl-ui-md .owl-next {
  bottom: 85px;
}
#owl-main .owl-outer-nav.owl-ui-lg .owl-prev,
#owl-main .owl-outer-nav.owl-ui-lg .owl-next,
#owl-main .owl-inner-nav.owl-ui-lg .owl-prev,
#owl-main .owl-inner-nav.owl-ui-lg .owl-next {
  bottom: 100px;
}
#owl-main .owl-inner-pagination .owl-pagination,
#owl-main .owl-inner-pagination .owl-prev,
#owl-main .owl-inner-pagination .owl-next {
  margin-top: -40px;
  top: -60px;
}
#owl-main .owl-inner-pagination.owl-ui-md .owl-pagination,
#owl-main .owl-inner-pagination.owl-ui-md .owl-prev,
#owl-main .owl-inner-pagination.owl-ui-md .owl-next {
  margin-top: -50px;
  top: -65px;
}
#owl-main .owl-inner-pagination.owl-ui-lg .owl-pagination,
#owl-main .owl-inner-pagination.owl-ui-lg .owl-prev,
#owl-main .owl-inner-pagination.owl-ui-lg .owl-next {
  margin-top: -60px;
  top: -75px;
}
#owl-main .owl-inner-pagination.owl-outer-nav .owl-prev,
#owl-main .owl-inner-pagination.owl-outer-nav .owl-next,
#owl-main .owl-inner-pagination.owl-inner-nav .owl-prev,
#owl-main .owl-inner-pagination.owl-inner-nav .owl-next {
  margin: auto;
  top: 0;
  bottom: 43px;
}
#owl-main .owl-inner-pagination .owl-pagination {
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  opacity: 0;
}
#owl-main .owl-inner-pagination:hover .owl-pagination {
  opacity: 1;
}
#owl-main .owl-inner-pagination.owl-inner-nav .owl-pagination,
.owl-inner-pagination.owl-outer-nav .owl-pagination {
  top: -45px;
}
.owl-inner-pagination.owl-inner-nav.owl-ui-md .owl-pagination,
.owl-inner-pagination.owl-outer-nav.owl-ui-md .owl-pagination {
  top: -50px;
}
.owl-inner-pagination.owl-inner-nav.owl-ui-lg .owl-pagination,
.owl-inner-pagination.owl-outer-nav.owl-ui-lg .owl-pagination {
  top: -60px;
}
.owl-inner-pagination.owl-inner-nav:hover .owl-pagination,
.owl-inner-pagination.owl-outer-nav:hover .owl-pagination {
  top: -60px;
}
.owl-inner-pagination.owl-inner-nav.owl-ui-md:hover .owl-pagination,
.owl-inner-pagination.owl-outer-nav.owl-ui-md:hover .owl-pagination {
  top: -65px;
}
.owl-inner-pagination.owl-inner-nav.owl-ui-lg:hover .owl-pagination,
.owl-inner-pagination.owl-outer-nav.owl-ui-lg:hover .owl-pagination {
  top: -75px;
}
#owl-main.height-md .item {
  height: 457px;
}
#owl-main.height-lg .item {
  height: 675px;
}
#owl-main .container {
  display: table;
  height: inherit;
}
#owl-main .caption {
  display: table-cell;
}
#owl-main .caption.vertical-center {
  vertical-align: middle;
  padding-bottom: 3vh;
}
#owl-main .caption.vertical-top {
  vertical-align: top;
  padding-top: 8vh;
}
#owl-main .caption.vertical-bottom {
  vertical-align: bottom;
  padding-bottom: 14vh;
}
#owl-main .caption.text-center {
  padding-left: 10%;
  padding-right: 10%;
}
#owl-main .caption.text-left {
  padding-right: 20%;
}
#owl-main .caption.text-right {
  padding-left: 20%;
}
#owl-main .owl-controls {
  display: block;
  position: static;
  margin-top: -47px;
 
}
#owl-main .owl-pagination {
  background: none;
  display:none;
  line-height: inherit;
  position: relative;
  bottom: -40px;
  padding: 3px 0px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: auto;
  opacity: 1;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
#owl-main:hover .owl-pagination {
  bottom: -15px;
  opacity: 1;
   display:none
}
#owl-main .owl-prev,
#owl-main .owl-next {
  bottom: 0;
}
#owl-main .owl-controls .owl-page {
  display: inline-block;
}
#owl-main .owl-pagination .owl-page span {
  display: block;
  width: 10px;
  height: 10px;
  background: #CCC;
  border: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0 2px;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
#owl-main .owl-item-gap .item {
  margin: 0 15px;
}
#owl-main .owl-item-gap-sm .item {
  margin: 0 10px;
}
#owl-main .owl-item.loading {
  min-height: inherit;
  background: none;
}
#owl-main .item {
  background-color: #FFFFFF;
  background-position: center 55%;
  background-size: cover;
  height: 450px;
  -webkit-border-radius: 50px;
-moz-border-radius: 50px;
border-radius: 50px;
}
#owl-main .item .caption {
  color: #636363;
  left: 50px;
  position: absolute;
  top: 24%;
  z-index: 100;
  padding-right: 8%;
}
#owl-main .item .caption .slider-header {
 font-family: 'Montserrat', sans-serif;
 font-size:14px;
 font-weight:bold;
 text-transform:uppercase	
}

#owl-main .item .caption .big-text {
  font-size: 42px;
  line-height: 50px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  padding: 0px 25px;
  background: #bbbbbb;
  color: #fff;
  font-weight:700;
  letter-spacing:-1px
}
#owl-main .item .caption .big-text .highlight {
  color: #f1c40f;
}
#owl-main .item .caption .excerpt,
#owl-main .item .caption .small {
  font-size: 14px;
  /*line-height: 50px;*/
  margin-top: 10px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  padding-left: 23px;
  background: rgba(0, 0, 0, 0);
  color: #fff;
}
#owl-main .item .caption .excerpt span,
#owl-main .item .caption .small span {
  background: none repeat scroll 0 0 #bbbbbb;
  -moz-box-shadow: -1.4em 0 0 #bbbbbb, 1.4em 0 0 #bbbbbb;
  -webkit-box-shadow: -1.4em 0 0 #bbbbbb, 1.4em 0 0 #bbbbbb;
  box-shadow: -1.4em 0 0 #bbbbbb, 1.4em 0 0 #bbbbbb;
  line-height: 336%;
  padding: 5px 0;
  display: inline;
}
#owl-main .item .caption .button-holder {
  margin: 20px 0 0;
}
#owl-main .item .caption.bg-color {
  padding-right: 3%;
}
#owl-main .item .caption.bg-color .big-text {
  background: rgba(0, 0, 0, 0);
  padding: 0px;
  color: #000;
}
#owl-main .item .caption.bg-color .excerpt,
#owl-main .item .caption.bg-color .small {
  background: rgba(0, 0, 0, 0);
  padding: 0px;
  color: #000;
  margin-top: 0px;
}
#owl-main .item .caption.bg-color .excerpt span,
#owl-main .item .caption.bg-color .small span {
  background: rgba(0, 0, 0, 0);
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  display: block;
  line-height: 24px;
}
#owl-main .full-width-slider {
  margin-bottom: 30px;
}
#owl-main .full-width-slider .item {
  background-color: #FFFFFF;
  background-position: center 55%;
  background-size: cover;
  height: 449px;
}
#owl-main .full-width-slider .item .caption {
  position: absolute;
  top: 11%;
  z-index: 100;
}
#owl-main .full-width-slider .item .caption .big-text {
  font-size: 119px;
  line-height: 80px;
  font-family: 'PacificoRegular';
  color: #fff;
  background: rgba(0, 0, 0, 0);
  padding: 0px;
  text-transform: none;
}
#owl-main .full-width-slider .item .caption .excerpt {
  font-size: 60px;
  line-height: 80px;
  margin-top: 15px;
  font-family: 'LatoBold';
  text-transform: uppercase;
  color: #fff;
  background: rgba(0, 0, 0, 0);
  padding: 0px;
}
#owl-main .full-width-slider .item .caption .button-holder {
  margin: 31px 0 0;
}
.cnt-homepage .homepage-slider2 {
  height: 449px;
}
.cnt-homepage .homepage-slider2 #owl-main .item .caption {
  top: 24%;
  padding-right: 10%;
  right: 0px;
  left: 0px;
}
.cnt-homepage .homepage-slider2 #owl-main .owl-controls {
  margin-top: -89px;
  text-align: center !important;
}
.cnt-homepage .breadcrumb ul {
  text-align: left;
}
.cnt-homepage .cart .action .left {
  margin-left: 10px;
  padding: 2px 10px;
}
.cnt-homepage .sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .slider-track .slider-handle {
  height: 15px;
  width: 15px;
  top: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 2px solid #e4e4e4;
}
.homepage-slider3 {
  height: 368px;
}
.homepage-slider3 #owl-main .item {
  height: 368px;
}
.homepage-slider3 #owl-main .item .caption {
  padding-left: 10%;
  padding-right: 44%;
}
.homepage-slider3 #owl-main .item .caption .small {
  font-size: 15px;
  line-height: 50px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  text-shadow: 2px 2px #c3c3c3;
  color: #fff ;
  padding-left: 0px;
}
.homepage-slider3 #owl-main .item .caption .big-text {
  font-size: 45px;
  line-height: 50px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  text-shadow: 2px 2px #c3c3c3;
  color: #000;
}
.homepage-slider3 #owl-main .item .caption .excerpt {
  font-size: 13px;
  line-height: 20px;
  color: #fff;
  text-transform: none;
}
.homepage-slider3 #owl-main .owl-controls {
  margin-top: -79px;
}
.home-page-slider4 {
  position: relative;
}
.home-page-slider4 .customNavigation {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -15px;
}
.home-page-slider4 .customNavigation .controls {
  position: relative;
}
.home-page-slider4 .owl-controls {
  bottom: 20px;
  position: absolute;
  text-align: center;
  top: auto;
  width: 100%;
}
.home-page-slider4 .owl-controls .owl-buttons {
  display: none !important;
}
.home-page-slider4 .owl-controls .owl-pagination .owl-page {
  display: inline-block;
}
.home-page-slider4 .owl-controls .owl-pagination .owl-page span {
  background: none repeat scroll 0 0 #e6e6e6;
  border: medium none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: block;
  height: 12px;
  margin: 0 5px;
  -webkit-transition: all 200ms ease-out 0s;
  -moz-transition: all 200ms ease-out 0s;
  -o-transition: all 200ms ease-out 0s;
  transition: all 200ms ease-out 0s;
  width: 12px;
  -moz-box-shadow: 1px 3px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 1px 3px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 1px 3px rgba(0, 0, 0, 0.1) inset;
}
.home-page-slider4 .owl-prev,
.home-page-slider4 .owl-next {
  position: absolute;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  opacity: 0;
}
.home-page-slider4 .owl-prev {
  left: 20px;
}
.home-page-slider4 .owl-next {
  right: 20px;
}
.home-page-slider4:hover .owl-prev {
  left: 0px;
  opacity: 1;
}
.home-page-slider4:hover .owl-next {
  right: 0px;
  opacity: 1;
}
.home-page-slider4:hover .owl-prev:hover,
.home-page-slider4:hover .owl-next:hover {
  opacity: 1;
}
.home-page-slider4 #owl-main .owl-pagination {
  background: rgba(0, 0, 0, 0);
  -webkit-border-radius: 3px;
  -moz-border-radiu: 3px;
  border-radius: 3px;
  display: inline-block;
  line-height: inherit;
  margin: auto;
  opacity: 1;
  padding: 10px;
  position: relative;
  -webkit-transition: all 200ms ease-out 0s;
  -moz-transition: all 200ms ease-out 0s;
  -o-transition: all 200ms ease-out 0s;
  transition: all 200ms ease-out 0s;
  bottom: none;
  bottom: 0px;
}
.cnt-homepage .homepage-container .btn-primary {
  padding: 2px 17px;
  -webkit-border-radius: 0px;
  -moz-border-radiu: 0px;
  border-radius: 0px;
}
.cnt-homepage .homepage-container #owl-main .owl-prev,
.cnt-homepage .homep2474
age-container #owl-main .owl-next {
  top: 25%;
}

.info-boxes-inner {
  background-color: #0f6cb2;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
}
  

.info-boxes {


}
.info-boxes .info-box {
  padding:24px 25px;
  text-align:center
}
.info-boxes .info-box .icon {
  font-size: 35px;
}
.info-boxes .info-box .info-box-heading {
  font-size: 14px;
  line-height:21px;
  text-transform: uppercase;
  font-family:'Montserrat', sans-serif;
  margin-top: 0px;
  font-weight:bold;
  margin-bottom:0px;
  letter-spacing:1px
}
.info-boxes .info-box .info-box-heading.orange {
  color: #ffb847;
}
.info-boxes .info-box .info-box-heading.red {
  color: #ff7878;
}
.info-boxes .info-box .text {
  color:rgba(255,255,255,0.8);
  font-weight: normal;
  font-size: 13px;
  margin: 0px;
  letter-spacing:0.5px;
  font-family:'Open Sans', sans-serif
  
}

/*===================================================================================*/
/*  Home Tabs
/*===================================================================================*/

.scroll-tabs {
  margin-bottom: 30px;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
  
}
.scroll-tabs .more-info-tab {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 10px;
  padding: 15px 20px;
}
.scroll-tabs .more-info-tab .new-product-title {
  margin-bottom: 0px;
  margin-top: 5px;
  font-size:16px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  font-weight:bold
}
.scroll-tabs .nav-tab-line {
  border-bottom: none;
  margin-top: 4px;
  margin-right: 55px;
}
.scroll-tabs .nav-tab-line li.active a {
  border: none;
}
.scroll-tabs .nav-tab-line li a {
   font-weight: 500;
  color: #666666;
  font-size: 13px;
  border: medium none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 0 10px !important;
  position: relative;
  font-family:'Open Sans', sans-serif
}
.scroll-tabs .nav-tab-line li a:hover,
.scroll-tabs .nav-tab-line li a:focus {
  background: rgba(0, 0, 0, 0);
}

.tab-content {padding-left:20px}

.product {
  position: relative;
}
#newspaorjo {
	display:block;
	 
	 -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
	} 
.newdeumnsi {
	display:block;
	background:#fff;
	 -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding:7px;
  margin-bottom:15px;
	}	
.product .product-image img {width:100%; height:130px;  -webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;}
.heightparth .product .product-image img {width:100%; height:350px;}
.product .product-image .tag {
  position: absolute;
}
.product .product-info .name {
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
}
.product .product-info .name a {
  color: #000;
  font-size:14px;
}
.list-group-item {
	border:none;
}
.product .product-info .star-rating .color {
  color: #0066a5;
}
.product .product-info .product-price .price {
 
  font-size: 12px;
  line-height: 30px;
  margin-right: 8px;
}
.product .product-info .product-price .price-before-discount {
  text-decoration: line-through;
  color: #999;
  font-weight: 400;
  line-height: 30px;
  font-size: 12px;
}
.product .cart {
  margin-top: 5px;
  opacity: 0;
  -webkit-transition: all 0.5s linear 0s;
  -moz-transition: all 0.5s linear 0s;
  -o-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
  width: 100%;
  z-index: 666;
  left: 50%;
  position:absolute;
   top:0;
    margin-left:-55px
 
}
.product .cart .action ul li {
  float: left;
}
.product .cart .action ul li.add-cart-button .btn.btn-primary.icon {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  background: #0066a5 !important ;
}
.product .cart .action ul li.lnk {
  margin: 10px 0px;
      background: #0066a5;
    margin: 0px;
    padding: 8px 2px;
	border-left:1px solid hsla(0,0%,100%,.2);
	border-radius:0px 3px 3px 0px
}
.product .cart .action ul li.lnk a {
  padding: 0 10px;
  color: #fff;
  padding: 8px 10px;
}
.product .cart .action ul li.lnk.wishlist {
	background:#0066a5;
	margin:0px;
	border-radius:0px
	

}
.tag {
  font-size: 10px;
  font-weight: 700;
  line-height: 40px;
  width: 40px;
  height: 40px;
  text-transform: uppercase;
  top: 2.5%;
  z-index: 100;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #fff;
  right: 10px;
  /*11px;*/
  text-align: center;
}
.tag span {
  position: relative;
  z-index: 100;
}
.tag.new {
  background: #46aad7;
}
.tag.hot {
  background: #ff7878;
}
.product:hover .cart {
  opacity: 1;
  top:45%
}
.best-seller .product .product-info .name,
.special-offer .product .product-info .name {
  margin-top: 4px;
}
.cart {
  margin-top: 5px;
  opacity: 1;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  width: 100%;
  z-index: 666;
  left: 0px;
 
 
}
.cart .action {
  float: left;
}
.cart .action .add-cart-button .btn.btn-primary.icon {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  background: #fdd922 ;
  color:#333
}


.cart .action.lnk {
  margin: 10px 0px;
}
.cart .action.lnk a {
  padding: 0 10px;
  color: #dadada;
}
.cart .action.lnk.wishlist {
  border-right: 1px solid #dadada;
}
.product-micro .product-image .image a .zoom-overlay:before {
  color: #FFFFFF;
  content: "\f00e";
  font-family: fontawesome;
  left: 45%;
  position: relative;
  right: 40%;
}
.product-micro .product-image .image a .zoom-overlay {
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  width: 100%;
  z-index: 99;
}
.product-micro .product-image .image a .zoom-overlay:hover,
.product-micro .product-image .image a .zoom-overlay:focus {
  opacity: 1;
}
.cnt-home .product-micro .tag-micro {
  width: 30px;
  height: 30px;
  font-size: 11px;
  line-height: 29px;
  top: 5.5%;
}
.cnt-home .product-micro .product-info .name {
  font-size: 13px;
  margin-top: 0px !important;
}
.cnt-home .product-micro .product-info .product-price .price {
  font-size: 12px;
  color:#ffb200;
  font-family: 'Open Sans', sans-serif;
}
.image {
	position:relative;
	}
.cnt-home .product-micro .product-info .action .lnk.btn.btn-primary {
  font-size: 12px;
  line-height: 1.7;
}
.heaveuj {
	position:absolute;
	top:10px;
 	color:#ffb200;
	right:10px;
	font-size:18px;
	}
.heaveuj a {
	color:#CCC;
	}	
.price-before-discount-ffoer {
	color:#F00;
	font-size:10px;
	}
.copyright-bar {
  background: #303030;
  padding: 20px 0px ;
}
.wihilebag {
	background:#fff;
	margin-bottom:10px; 
}
.copyright-bar .copyright {
  color: #5d5c5c;
  line-height: 28px;
}
.copyright-bar .payment-methods {
  text-align: right;
}
.copyright-bar .payment-methods ul li {
  display: inline-block;
  margin-right: 15px;
}
.copyright-bar .payment-methods ul li:last-child {
  margin-right: 0px;
}
.copyright-bar .no-padding {
  padding: 0px;
}
.wide-banner {
  overflow: hidden;
}
.wide-banner .image img {
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wide-banner:hover img {
  
}
.cnt-strip {
  position: relative;
}
.cnt-strip .strip {
  position: absolute;
  bottom: 20px;
  width: 100%;
  padding: 8px 30px 5px 30px;
  right:10px;
}
.cnt-strip .strip h1 {
  font-size: 36px;
  color: #ff4c4c;
  margin: 0;
  text-transform: uppercase;
  font-family:'Montserrat', sans-serif;
  font-weight:bold
}
.cnt-strip .strip h2 {
  font-size: 36px;
  color: #fdd922;
  margin: 0;
  text-transform: uppercase;
  font-family:'Montserrat', sans-serif;
  font-weight:bold
}
.cnt-strip .strip h2 .shopping-needs {
  font-family:'Montserrat', sans-serif;
  color: #fff;
  font-weight:normal;
  font-size:22px
}
.cnt-strip .strip h3 {
  font-size: 30px;
  color: #434343;
  margin: 0;
  text-transform: uppercase;
  font-family:'Montserrat', sans-serif;
}
.cnt-strip .strip h4 {
  font-size: 20px;
  margin: 0;
  text-transform: uppercase;
  font-family:'Montserrat', sans-serif;
}
.cnt-strip .strip.strip-text {
  width: 60%;
}
.cnt-strip .strip .red {
  color: #ff7878;
}
.taglohoni {
	color:#fff;
	display:block;
	font-size:10px;
	padding-left:50px;
}
.cnt-strip .strip .black {
  color: #434343;
}
.cnt-strip .strip .green {
  color: #83c038;
}
.cnt-strip .strip .white {
  color: #fff;
}
.cnt-strip .strip .normal-shopping-needs {
  font-size: 35px;
  font-family: 'Open Sans', sans-serif;
}
.cnt-strip .new-label {
  background: url("../images/label.png") no-repeat scroll right top;
  height: 72px;
  position: absolute;
  left: -1px;
  top: -1px;
  width: 72px;
  z-index: 999;
}
.cnt-strip .new-label .text {
  color: #fff;
  font-family: 'Open Sans', sans-serif, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 22px;
  left: -13px;
  position: absolute;
  text-align: center;
  top: 14px;
  -ms-transform: rotate(-43deg);
  letter-spacing:1px;
  /* IE 9 */
  -webkit-transform: rotate(-43deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-43deg);
  width: 100%;
}
.wide-banners {
	overflow:hidden

}
.wide-banners.homepage-banner {
  margin-top: 30px;
}
.wide-banners.homepage-banner h4 {
  font-size: 30px;
  font-family: 'Open Sans', sans-serif;
}
.wide-banners.homepage-banner h3 {
  font-size: 35px;
  font-family: 'Open Sans', sans-serif;
}
.new-banner {
  margin-top: 30px;
}
.new-banner .cnt-strip .strip {
  width: auto;
  padding: 0px;
  right: 23px;
}
.new-banner .cnt-strip .strip h3 {
  background: #707070;
  padding: 13px 23px 13px 16px;
  line-height: 24px;
  font-size: 30px;
  font-family: 'Open Sans', sans-serif;
}
.new-banner .cnt-strip .strip h5 {
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  padding-right: 21px;
  text-transform: uppercase;
}
.new-banner .cnt-strip .strip h5 span {
  background: none repeat scroll 0 0 #707070;
  -moz-box-shadow: -1.4em 0 0 #707070, 1.4em 0 0 #707070;
  -webkit-box-shadow: -1.4em 0 0 #707070, 1.4em 0 0 #707070;
  box-shadow: -1.4em 0 0 #707070, 1.4em 0 0 #707070;
  padding: 0.6em 0;
}
.new-banner.no-margin {
  margin-top: -10px;
}
.megamenu-banner {
  margin-top: 30px !important;
}
.megamenu-banner h3 {
  font-size: 30px;
  font-family: 'BebasNeueRegular';
}
.megamenu-banner h2 {
  font-size: 40px;
  font-family: 'BebasNeueBold';
}
.wide-banner-4 .cnt-strip .strip h1 {
  font-size: 50px;
  font-family: 'Open Sans', sans-serif;
}
.wide-banner-4 .cnt-strip .strip h2 {
  font-size: 40px;
  font-family: 'Open Sans', sans-serif;
}
.wide-banner-4 .cnt-strip .strip h3 {
  font-size: 30px;
  font-family: 'Open Sans', sans-serif;
}
.wide-banner-4 .cnt-strip .strip h4 {
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
}
.wide-banner-4 .cnt-strip .strip p {
  font-size: 23px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 0px;
}
.blog-slider-container .blog-slider .blog-post-info .name {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  font-weight:bold
}
.blog-slider-container .blog-slider .blog-post-info .name a {
  color: #555;
}
.blog-slider-container .blog-slider .blog-post-info .info {
  color: #9c9c9c;
  font-size: 13px;
  margin-bottom:8px;
  overflow:hidden;
  display:block
}
.blog-slider-container .blog-slider .blog-post-info .text {
  color: #434343;
  font-size: 13px;
}
.footer .links-social {
  border-top: 1px solid #e5e5e5;
  font-size: 12px;
  line-height: 18px;
  color: #666666;
  margin-bottom: 70px;
}

.social {
	overflow: hidden
}
.social a {
	color: #fff;
	width: 35px;
	height: 35px;
	line-height: 35px;
    border-radius: 3px;
}
.social a:hover {
	color: #fff;
}
.social .fb a:before {
	content: "\f09a";
	font-family: FontAwesome;
}
.social .fb a {
	font-size: 16px;
	display: inline-block!important;
	text-align: center;
	padding: 0;
	background: #3C5B9B !important;
}
.social .tw a:before {
	content: "\f099";
	font-family: FontAwesome;
}
.social .tw a {
	font-size: 16px;
	display: inline-block!important;
	text-align: center;
	padding: 0;
	background: #359BED !important;
}
.social .googleplus a:before {
	content: "\f0d5";
	font-family: FontAwesome;
}
.social .googleplus a {
	font-size: 16px;
	display: inline-block!important;
	text-align: center;
	padding: 0;
	background: #E33729!important;
}
.social .rss a:before {
	content: "\f09e";
	font-family: FontAwesome;
}
.social .rss a {
	content: "\f09e";
	font-family: FontAwesome;
	font-size: 16px;
	display: inline-block!important;
	text-align: center;
	padding: 0;
	background: #FD9F13 !important;
}
.social .pintrest a:before {
	content: "\f0d3";
	font-family: FontAwesome;
}
.social .pintrest a {
	content: "\f0d3";
	font-family: FontAwesome;
	font-size: 16px;
	display: inline-block!important;
	text-align: center;
	padding: 0;
	background: #cb2027 !important;
}
.social .linkedin a:before {
	content: "\f0e1";
	font-family: FontAwesome;
}
.social .linkedin a {
	content: "\f0e1";
	font-family: FontAwesome;
	font-size: 16px;
	display: inline-block!important;
	text-align: center;
	padding: 0;
	background: #027ba5 !important;
}
.social .youtube a:before {
	content: "\f167";
	font-family: FontAwesome;
}
.social .youtube a {
	font-size: 16px;
	display: inline-block!important;
	text-align: center;
	padding: 0;
	background: #F03434 !important;
}
.social h4 {
	margin: 25px 0 0px 0px;
}
.socialdata ul {
	margin: 0 0 15px 0;
	display:block;
	 
	list-style: none;
	float:none;
}
.socialdata ul li {
	margin-right: 7px;
	display:inline-block; 
	border-bottom: none;
}
.vendroconetntu {
	margin:0px;
	padding:0px;
}
.vendroconetntu li {
	list-style-type:none;
	padding:7px 0;
}
.vendroconetntu li a {
	color:#fff;
	display:block;
	font-size:16px;
}
.vendroconetntu li a:hover{
	color:#2874f0;
}
.socialdata ul li img {
	max-width:25px;
	max-height:25px;
}
.social a {
	transition: background 400ms ease-in-out;
	-webkit-transition: background 400ms ease-in-out;
	-moz-transition: background 400ms ease-in-out;
	-o-transition: background 400ms ease-in-out;
}

.footer .links-social .contact-info .footer-logo {
  margin-top: 10px;
}
.footer .links-social .contact-info .about-us {
  margin-bottom: 20px;
}
.footer .links-social .contact-info .social-icons a {
  color: #888888;
  font-size: 16px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  width: 2em;
  height: 2em;
  display: inline-block;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  text-align: center;
}
.footer .links-social .contact-info .social-icons a:hover,
.footer .links-social .contact-info .social-icons a:focus,
.footer .links-social .contact-info .social-icons a.active {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #fff;
}
.footer .links-social .contact-info .social-icons a .icon {
  line-height: 2em;
}
.footer .module-heading {
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  color: #555555;
}
.footer .contact-timing .table tbody tr {
  border-bottom: 1px solid #e1e1e1;
}
.footer .contact-timing .table tbody tr td {
  border-top: none;
  font-size: 12px;
  line-height: 36px;
  padding: 0px !important;
}
.footer .contact-timing .contact-number {
  font-family: 'Open Sans', sans-serif;
}
.footer .contact-information .media .media-body a {
  color: #666666;
}
.footer .footer-bottom {
  background: #303030;
  padding-top: 5px;
  padding-bottom:3px
}
.pincodein a {
	color:#fff;
}

.footer .module-title {
	font-size:14px;
	font-weight:bold;
	letter-spacing:0.5px;
	margin-bottom:15px
	}

.footer .footer-bottom .module-heading {
  font-size: 16px;
  text-transform: capitalize;
  font-family: 'Open Sans', sans-serif;
  color: #898989;
}
.footer .footer-bottom .module-body ul li {

}

.toggle-footer {color:#fff}
.toggle-footer a {margin-left:0px!important}
.toggle-footer a:before {display:none}
.toggle-footer i{background:#333; border-radius:2px}

.footer .footer-bottom .module-body ul li:last-child{border:none}

.footer .footer-bottom .module-body ul li a {
  font-size: 14px;
 
  color: #fff;
  position: relative;
  margin-left: 0px;
  display: block;
         
}
.biotheadline {
	margin:0px;
	padding:10px 0;
	color:#fff;
	font-size:15px;
	border-bottom:1px solid #999;
}
.extrapafifnfi { 
	padding:0 60px 0 0;
}
.extrapafifnfileftS {
	padding-left:60px;
}
.pageablyrgfrs {
	font-size:14px;
	color:#fff;
	line-height:20px;
}
.pageablyrgfrs p {
	line-height:30px;
}
.footer .footer-bottom .module-body ul li a:before {
  content: "\f111";
  font-family: FontAwesome;
  position: absolute;
  margin-left: -22px;
  font-size: 6px;
}
.product-tag .item {
  background-color: #f5f5f5;
  color: #666666;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 2px;
  padding: 6px 12px;
        border: 1px solid #6666;
}
.product-tag .item.active,
.product-tag .item:hover,
.product-tag .item:focus {
  color: #fff;
}
.newsletter .sidebar-widget-body input {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #eaeaea;
  background: #fafafa;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size:13px
}

.hot-deals .custom-carousel .owl-controls .owl-next {
	top:-20px
}
.hot-deals .custom-carousel .owl-controls .owl-prev {
	top:-20px
}
.hot-deals .hot-deal-wrapper {
  position: relative;
}
.hot-deals .hot-deal-wrapper .image img{
  width: 100%;
}

.hot-deals .hot-deal-wrapper .sale-offer-tag {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: 700;
  height: 50px;
  text-transform: uppercase;
  top: 4%;
  right: 10px;
  width: 50px;
  z-index: 100;
  background: #ff7878;
  position: absolute;
  text-align: center;
}
.hot-deals .hot-deal-wrapper .sale-offer-tag span {
  position: relative;
  z-index: 100;
  top: 10px;
}
.hot-deals .hot-deal-wrapper .timing-wrapper {
  bottom: 20px;
  position: absolute;
  left: 15px;
}
.hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper {
  display: table;
  text-align: center;
  margin-right: 4px;
  float: left;
}
.hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper .box {
  background-color: #fff;
  color: #333;
  display: table-cell;
  height: 44px;
  vertical-align: middle;
  width: 45px;
  line-height: 15px;

}
.hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper .box .key {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700;
  font-family:'Open Sans', sans-serif
}
.hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper .box .value {
  display: block;
  font-size: 9px;
  font-weight: 500;
  letter-spacing:0.5px
}
.hot-deals .hot-deal-wrapper .timing-wrapper .box-wrapper:last-child {
  margin-right: 0px;
}
.hot-deals .product-info .name {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
}
.hot-deals .product-info .name a {
  color: #555;
}
.hot-deals .product-info .product-price .price {
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  margin-right: 8px;
}
.hot-deals .product-info .product-price .price-before-discount {
  text-decoration: line-through;
  color: #d3d3d3;
  font-weight: 400;
  line-height: 30px;
  font-size: 14px;
}
.hot-deals .cart {
  margin-top: 5px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  z-index: 666;
  left: 0px;
}
.hot-deals .cart .action {
  float: left;
}
.hot-deals .cart .action .add-cart-button a {
  background: none repeat scroll 0 0 #a8a8a8;
  border: medium none;
  color: #FFFFFF;
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  padding: 0px;
}
.hot-deals .cart .action .add-cart-button a .icon {
  background: none repeat scroll 0 0 #575757;
  color: #FFFFFF;
  height: 100%;
  left: 0;
  font-size: 13px;
  padding: 11px 0 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 35px;
}
.hot-deals .cart .action .add-cart-button a span {
  display: block;
  margin-left: 35px;
  overflow: hidden;
  padding: 8px 13px;
}
.hot-deals .cart .action .add-cart-button a:hover,
.hot-deals .cart .action .add-cart-button a:focus {
  background: #c6c6c6;
}
.breadcrumb {
  background: rgba(0, 0, 0, 0);
  padding: 0;
}
.breadcrumb ul {

  margin: auto;
  padding:8px 0 0px;
  text-align: left;
}
.breadcrumb ul li:after {
  color: #666666;
  content: "/";
  font-family: 'Open Sans', sans-serif, sans-serif;
  font-size: 12px;
  line-height: 24px;
  margin-left: 9px;
  margin-right: -4px;
  padding: 0px;
}
.breadcrumb ul li:last-child:after {
  content: "";
}
.breadcrumb ul li a {
  color: #666666;
  font-family: 'Open Sans', sans-serif, sans-serif;
  font-size: 12px;
  line-height: 24px;
  font-weight: 500;
}
.category-carousel {
  text-align: center;
  cursor: default;
}
.category-carousel .item {
  position: relative;
  margin-bottom:30px;
}
.category-carousel .item .caption {
  color: #636363;
  left: 12%;
  letter-spacing: -3px;
  position: absolute;
  top: 10%;
  z-index: 100;
  display: table-cell;
}
.category-carousel .item .caption .big-text {
  font-size: 100px;
  line-height: 145px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  color: #fdd922;
}
.category-carousel .item .caption .excerpt {
  font-size:36px;
  letter-spacing:normal;
  color: #fff;
}
.category-carousel .item .caption .excerpt-normal {
  font-size:14px;
  letter-spacing:normal;
  color: #fff;
  letter-spacing:0.5px
}


.category-carousel .item .owl-controls {
  display: inline-block;
  position: relative;
  margin-top: 40px;
}
.category-carousel .item .owl-controls .owl-prev,
.category-carousel .item .owl-controls .owl-next {
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 30px;
  height: 30px;
  font-size: 21px;
  color: #FFF;
  background-color: #d3d3d3;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin: auto;
  -webkit-transition: all 200ms ease-out;
  -moz-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  opacity: 0;
}
.category-carousel .item .owl-controls .owl-prev {
  left: -35px;
}
.category-carousel .item .owl-controls .owl-next {
  right: -35px;
}
.category-carousel .item:hover .owl-prev {
  left: -40px;
  opacity: .25;
}
.category-carousel .item:hover .owl-next {
  right: -40px;
  opacity: .25;
}
.category-carousel .item:hover .owl-prev:hover,
.category-carousel .item:hover .owl-next:hover {
  opacity: 1;
}
.filters-container {
  padding: 15px 20px;
   background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
	padding-bottom:0px
}
.filters-container .nav-tabs.nav-tab-box {
  border: medium none;
  margin-top: 3px;
}
.filters-container .nav-tabs.nav-tab-box li {
  margin-right: 5px;
  padding: 0;
}
.filters-container .nav-tabs.nav-tab-box li a {
  background: none repeat scroll 0 0 #FFFFFF;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  color: #666666;
  font-family: 'Open Sans', sans-serif, sans-serif;
  line-height: 18px;
  border: none !important;
  padding: 0px;
}
.filters-container .nav-tabs.nav-tab-box li a .icon {
  margin-right: 5px;
  color: #aaa;
}
.filters-container .lbl-cnt {
  color: #666666;
  font-family: 'Open Sans', sans-serif, sans-serif;
  font-size: 12px;
  line-height: 24px;
  width:170px;
  float:right;
}
.filters-container .lbl-cnt .lbl {
  color: #666666;
  display: inline-block;
  font-family: 'Open Sans', sans-serif, sans-serif;
  font-size: 12px;
  line-height: 28px;
  margin-right: 10px;
}
.filters-container .lbl-cnt .dropdown.dropdown-med .btn {
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  padding: 4px 12px;
  background: #fff;
  font-size: 13px;
}
.filters-container .lbl-cnt .dropdown.dropdown-med .btn .caret {
  margin-left: 13px;
  margin-top: -2px;
}
.filters-container .lbl-cnt .dropdown.dropdown-med .dropdown-menu {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #e1e1e1;
}
.filters-container .lbl-cnt .dropdown.dropdown-med .dropdown-menu li a:hover,
.filters-container .lbl-cnt .dropdown.dropdown-med .dropdown-menu li a:focus {
  background: rgba(0, 0, 0, 0);
}
.filters-container .pagination-container {
  margin-top: 4px;
  margin-bottom:20px;
}
.filters-container .pagination-container ul {
  margin: 0px;
}
.filters-container .pagination-container ul li.prev,
.filters-container .pagination-container ul li.next {
  background: none repeat scroll 0 0 #dddddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.filters-container .pagination-container ul li.prev a,
.filters-container .pagination-container ul li.next a,
.filters-container .pagination-container ul li.prev a:hover,
.filters-container .pagination-container ul li.next a:hover,
.filters-container .pagination-container ul li.prev a:focus,
.filters-container .pagination-container ul li.next a:focus {
  color: #fff;
}
.filters-container .pagination-container ul li a {
  color: #666666;
  display: inline-block;
  font-family: 'Open Sans', sans-serif, sans-serif;
  font-size: 13px;
  line-height: 20px;
  padding: 0 3px;
}
.filters-container .pagination-container ul li.active a {

}
.search-result-container .category-product {

}
.search-result-container .category-product .product {
  margin-bottom: 0px;
}
.search-result-container .category-product .product .product-image .tag {
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 10px;
    right: 14px;
    letter-spacing: 0.5px;
}


.search-result-container .category-product-inner .product-list.product {
  position: relative;
  margin-bottom: 30px;
}
.search-result-container .category-product-inner .product-list.product .product-info {
  padding:0px;
}
.search-result-container .category-product-inner .product-list.product .product-info .cart {
    margin-top: 20px;
    top: auto;
    bottom: 0px;
    opacity: 1;
    left: 0;
    position: relative;
	margin-left:0px
}

.search-result-container .category-product-inner .product-list.product .product-info .cart-btn {
    display: block;
    margin-right: 5px;
}

.search-result-container .category-product-inner .product-list.product .tag {
  position: absolute;
  right: 12px;
  top: 18px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 10px;
    right: 14px;
    letter-spacing: 0.5px;
}
.product-list.product .product-info .name {
  font-size: 18px;
}
.product-list.product .product-info .description {
  line-height: 20px;
}

/*===================================================================================*/
/*  Product Detail
/*===================================================================================*/

.detail-block {
 background-color: #fff;
 box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
 padding: 20px;
 overflow:hidden
	
}

.single-product .product-info-block .name {margin-top:0px; font-weight:bold; letter-spacing:-1px}

.single-product .single-product-gallery {padding-bottom:30px}

.single-product .favorite-button .btn-primary {background:#ddd}

.single-product .gallery-holder #owl-single-product .single-product-gallery-item {
  border: 1px solid #e5e5e5;
}
.single-product .gallery-holder .gallery-thumbs {
  margin: 15px 0 0;
  position: relative;
  text-align: left;
}
.single-product .gallery-holder .gallery-thumbs .owl-item .item {
  margin-right: 10px;
  border: 1px solid #e5e5e5;
}

.single-product .product-info .rating-reviews .reviews .lnk {
  color: #aaaaaa;
}
.single-product .product-info .stock-container .stock-box .label {
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  line-height: 18px;
  color: #666666;
  padding: 0px;
  font-weight: normal;
}
.single-product .product-info .stock-container .stock-box .value {
  font-size: 13px;
  color: #ff7878;
}
.single-product .product-info .description-container {
  line-height: 20px;
  color: #666666;
}
.single-product .product-info .price-container {
  border-bottom: 1px solid #F2F2F2;
  border-top: 1px solid #F2F2F2;
  margin-bottom: 0;
  padding: 20px 0;
}
.single-product .product-info .price-container .price-box .price {
  font-size: 30px;
  font-weight: 700;
  line-height: 50px;
}
.single-product .product-info .price-container .price-box .price-strike {
  color: #aaa;
  font-size: 16px;
  font-weight: 300;
  line-height: 50px;
  text-decoration: line-through;
}
.single-product .product-info .quantity-container {
  margin-bottom: 0;
  padding: 20px 0;
}
.single-product .product-info .quantity-container .label {
  font-size: 14px;
  font-family: 'Open Sans', sans-serif;
  line-height: 35px;
  text-transform: uppercase;
  color: #666666;
  padding: 0px;
  font-weight: normal;
}
.single-product .product-info .quantity-container .cart-quantity .quant-input {
  display: inline-block;
  height: 35px;
  position: relative;
  width: 70px;
}
.single-product .product-info .quantity-container .cart-quantity .quant-input .arrows {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  height: 100%;
}
.single-product .product-info .quantity-container .cart-quantity .quant-input .arrows .arrow {
  box-sizing: border-box;
  display: block;
  text-align: center;
  width: 40px;
  cursor: pointer;
}
.single-product .product-info .quantity-container .cart-quantity .quant-input .arrows .arrow .ir .icon {
  position: relative;
}
.single-product .product-info .quantity-container .cart-quantity .quant-input .arrows .arrow .ir .icon.fa-sort-asc {
  top: 5px;
}
.single-product .product-info .quantity-container .cart-quantity .quant-input .arrows .arrow .ir .icon.fa-sort-desc {
  top: -7px;
}
.single-product .product-info .quantity-container .cart-quantity .quant-input input {
  background: none repeat scroll 0 0 #fff;
  border: 1px solid #f2f2f2;
  box-sizing: border-box;
  font-size: 15px;
  height: 35px;
  left: 0;
  padding: 0 20px 0 18px;
  position: absolute;
  top: 0;
  width: 70px;
  z-index: 1;
}
.single-product .product-info .product-social-link .social-label {
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  line-height: 20px;
  text-transform: uppercase;
}
.single-product .product-info .product-social-link .social-icons {
  display: inline-block;
}
.single-product .product-info .product-social-link .social-icons ul li a {
  color: #888888;
  font-size: 16px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  padding: 5px 6px;
}
.single-product .product-info .product-social-link .social-icons ul li a:hover,
.single-product .product-info .product-social-link .social-icons ul li a:focus {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #fff;
}
.single-product .product-tabs {
  margin-top: 30px;
   background-color: #fff;
 box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
 padding: 0px;
 overflow:hidden;
 margin-bottom:30px;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li {
  float: none !important;

}
.single-product .nav-tabs {border:none}

.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li > a {
  border: none;
  color: #555;
  display: block;
  padding: 12px 28px;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  line-height: 28px;
  text-transform: uppercase;
  position: relative;
  font-weight:bold;
  letter-spacing:1px;
  background: #f8f8f8;
  border: 1px #fff solid;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li > a:hover,
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li > a:focus {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #fff;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li > a:hover:before,
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li > a:focus:before {
  border-color: rgba(0, 0, 0, 0) #e0e0e0 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  right: -10px;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li > a:hover:after,
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li > a:focus:after {
  border-style: solid;
  border-width: 7.5px 1px 7.5px 10px;
  content: "";
  height: 0;
  position: absolute;
  top: 20px;
  width: 0;
  right: -8px;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li.active > a {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #fff;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li.active > a:before {
  border-color: rgba(0, 0, 0, 0) #e0e0e0 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
  right: -10px;
}
.single-product .product-tabs .nav.nav-tabs.nav-tab-cell > li.active > a:after {
  border-style: solid;
  border-width: 7.5px 1px 7.5px 10px;
  content: "";
  height: 0;
  position: absolute;
  top: 20px;
  width: 0;
  right: -8px;
}
.single-product .product-tabs .tab-content {
 padding-left:0px
}
.single-product .product-tabs .tab-content .tab-pane {
  padding: 24px;
}
.single-product .product-tabs .tab-content .tab-pane .text {
  line-height: 20px;
}

.single-product #owl-single-product-thumbnails .owl-controls {
  position: absolute;
  text-align: center;
  top: auto;
  width: 100%;
  margin-top: 20px;
}
.single-product #owl-single-product-thumbnails .owl-controls .owl-pagination .owl-page {
  display: inline-block;
}
.single-product #owl-single-product-thumbnails .owl-controls .owl-pagination .owl-page span {
  background: none repeat scroll 0 0 #ddd;
  border: medium none;
  border-radius: 3px;
  display: block;
  height: 10px;
  margin: 0 2px;
  -webkit-transition: all 200ms ease-out 0s;
  -moz-transition: all 200ms ease-out 0s;
  -o-transition: all 200ms ease-out 0s;
  transition: all 200ms ease-out 0s;
  width: 10px;
  cursor: pointer;
}
.single-product .sidebar .sidebar-module-container .sidebar-widget .section-title {
  margin-top: 0px;
}
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder {
  background-color: #FFFFFF;
  height: 100%;
  position: absolute;
  top: 0;
  width: 30px;
  z-index: 50;
}
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder.left {
  left: 0px;
}
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder.right {
  right: 0;
}
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .prev-btn {
  left: 0;
}
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .prev-btn:after {
  content: "\f104";
}
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .next-btn {
  right: 0px;
}
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .next-btn:after {
  content: "\f105";
}
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .prev-btn,
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .next-btn {
  background-color: #fff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  display: inline-block;
  height: 100%;
  position: absolute;
  vertical-align: top;
  width: 90%;
  z-index: 100;
  border: 1px solid #e5e5e5;
  color: #dadada;
}
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .prev-btn:after,
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .next-btn:after {
  bottom: 0;
  font-family: fontawesome;
  font-size: 30px;
  height: 30px;
  left: 0;
  line-height: 30px;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .prev-btn:hover,
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .next-btn:hover,
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .prev-btn:focus,
.cnt-homepage .single-product .single-product-gallery .gallery-thumbs .nav-holder .next-btn:focus {
  background: #dadada;
  color: #fff;
}
.cnt-homepage .single-product .single-product-gallery .owl-item .single-product-gallery-item > a > img {
  display: block;
  width: 100%;
}
.cnt-homepage .single-product .single-product-gallery .owl-item .single-product-gallery-thumbs.gallery-thumbs .owl-item {
  margin-left: 10px;
}
.cnt-homepage .single-product .product-info-block label,
.cnt-homepage .single-product .product-info-block .label {
  font-size: 13px;
  font-weight: normal;
  line-height: 30px;
  color: #434343 !important;
}
.cnt-homepage .single-product .product-info-block .label {
  padding: 0px;
}
.cnt-homepage .single-product .product-info-block .cart {
  width: auto;
  left: 0;
  margin-top: -8px;
  padding: 0px;
}
.cnt-homepage .single-product .product-info-block .cart .action .left {
  padding: 2px 8px;
  margin-left: 5px;
}
.cnt-homepage .single-product .product-info-block .form-control .selectpicker {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #f1f1f1;
  background: #fff;
  color: #b0b0b0;
}
.cnt-homepage .single-product .product-info-block .form-control .dropdown-menu {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #f1f1f1;
}
.cnt-homepage .single-product .product-info-block .form-control .dropdown-menu ul li a:hover,
.cnt-homepage .single-product .product-info-block .form-control .dropdown-menu ul li a:focus {
  background: rgba(0, 0, 0, 0);
}
.cnt-homepage .single-product .product-info-block .txt.txt-qty {
  font-size: 15px;
  line-height: 18px;
  border: 1px solid #f1f1f1;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 30px;
  padding: 5px 10px;
  text-align: center;
  width: 60px;
}
.cnt-homepage .single-product .product-info-block .stock-container .stock-box .label {
  color: #434343;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
  padding: 0;
  text-transform: none;
}
.cnt-homepage .single-product .product-info-block .stock-container .stock-box .value {
  font-size: 13px;
}
.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li {
  margin-right: 10px;
  padding: 0;
}
.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li a {
  border: 2px solid #e1e1e1;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  color: #666666;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 4px;
  padding-top: 4px;
  text-transform: uppercase;
}
.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li a:hover,
.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li a:focus {
  color: #fff;
}
.cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li.active a {
  color: #fff;
}
.cnt-homepage .single-product .product-tabs .tab-content {
  border: none;
}
.cnt-homepage .single-product .product-tabs .tab-content .tab-pane {
  padding: 0px;
}
.cnt-homepage .single-product .product-tabs .tab-content .tab-pane .product-tab .text {
  font-size: 13px;
  line-height: 22px;
}
.single-product .second-gallery-thumb.gallery-thumbs {
  padding: 0 40px;
}
.single-product .second-gallery-thumb.gallery-thumbs #owl-single-product2-thumbnails .owl-wrapper-outer {
  margin-left: 5px;
}
.product-tabs .tab-content .tab-pane .product-reviews .title {
  color: #666666;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin: 0 0 10px;
  font-family: 'Open Sans', sans-serif;

}
.product-tabs .tab-content .tab-pane .product-reviews .reviews .review {
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif, sans-serif;
  text-transform: none;
  background:#f8f8f8;
  padding:20px
}
.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .review-title {
  margin-bottom: 5px;
}
.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .review-title .summary {
  color: #666666;
  font-size: 14px;
  font-weight: normal;
  margin-right: 10px;
  font-style:italic

}
.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .review-title .date {
  font-size: 12px;
}
.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .review-title .date span {
  margin-left: 5px;
}
.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .text {
  line-height: 18px;
}
.product-tabs .tab-content .tab-pane .product-reviews .reviews .review .author span {
  margin-left: 5px;
}
.product-tabs .tab-content .tab-pane .product-add-review .title {
  color: #666666;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 0 0 10px;
  font-family: 'Open Sans', sans-serif;
}
.product-tabs .tab-content .tab-pane .product-add-review .review-table .table thead th {
    font-weight: normal;
    border-bottom-width: 1px;
    text-align: center;
    vertical-align: middle;
    background: #f8f8f8;
	border:none
}
.product-tabs .tab-content .tab-pane .product-add-review .review-table .table tbody tr td {
  text-align: center;
  vertical-align: middle;
}
.product-tabs .tab-content .tab-pane .product-add-review .review-table .table tbody tr td input {
  float: none;
  margin: auto;
}
.product-tabs .tab-content .tab-pane .product-add-review .review-form label {
  font-weight: normal;
  font-size: 13px;
}
.product-tabs .tab-content .tab-pane .product-add-review .review-form label .astk {
  color: #FF0000;
  font-size: 12px;
}
.product-tabs .tab-content .tab-pane .product-add-review .review-form .txt {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.product-tabs .tab-content .tab-pane .product-tag .title {
  color: #666666;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  margin: 0 0 20px;
  font-family: 'Open Sans', sans-serif;
}
.product-tabs .tab-content .tab-pane .product-tag .form-group label {
  font-weight: normal;
  font-size: 13px;
  line-height: 24px;
  margin-right: 10px;
}
.product-tabs .tab-content .tab-pane .product-tag .form-group .txt {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.product-tabs .tab-content .tab-pane .product-tag .form-group .text {
  margin-left: 90px;
}
.furniture-container .product {
  position: relative;
}
.furniture-container .product .btn-primary {
  font-size: 15px;
  line-height: 30px;
  font-family: 'Open Sans', sans-serif;
  background: #cbc9c9;
  text-transform: uppercase;
  border: none;
  color: #fff;
}
.furniture-container .product .btn-primary:hover,
.furniture-container .product .btn-primary:focus {
  border: none;
}
.furniture-container .best-seller .product .product-info .name,
.furniture-container .special-offer .product .product-info .name {
  margin-top: 4px;
}
.furniture-container .cart {
  margin-top: 5px;
  opacity: 1;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  width: 100%;
  z-index: 666;
  left: 0px;
}
.furniture-container .cart .action {
  float: left;
}
.furniture-container .cart .action .add-cart-button .btn.btn-primary.icon {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  background: #575757 ;
}
.furniture-container .cart .action.lnk {
  margin: 10px 0px;
}
.furniture-container .cart .action.lnk a {
  padding: 0 10px;
  color: #dadada;
}
.furniture-container .cart .action.lnk.wishlist {
  border-right: 1px solid #dadada;
}
.homepage-container .product {
  position: relative;
}
.homepage-container .product .product-image .tag {
  font-size: 15px;
  font-weight: 700;
  width: 50px;
  height: 50px;
  text-transform: uppercase;
  top: 2.5%;
  z-index: 100;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #fff;
  right: 25px;
  /*11px;*/
  text-align: center;
  position: absolute;
}
.homepage-container .product .product-image .tag span {
  position: relative;
  z-index: 100;
  line-height: 48px;
}
.homepage-container .product .product-image .tag.new {
  background: #46aad7;
}
.homepage-container .product .product-image .tag.hot {
  background: #ff7878;
}
.homepage-container .product .product-info .name {
  font-size: 18px !important;
  font-family: 'Open Sans', sans-serif;
}
.homepage-container .product .product-info .name a {
  color: #555;
}
.homepage-container .product .product-info .star-rating .color {
  color: #0066a5;
}
.homepage-container .product .product-info .product-price .price {
  font-weight: 700;
  font-size: 16px;
  line-height: 30px;
  margin-right: 8px;
}
.homepage-container .product .product-info .product-price .price-before-discount {
  text-decoration: line-through;
  color: #d3d3d3;
  font-weight: 400;
  line-height: 30px;
  font-size: 14px;
}
.homepage-container .product .cart {
  margin-top: 5px;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  width: 100%;
  z-index: 666;
  left: 0px;
  opacity: 1;
}
.homepage-container .product .cart .action {
  float: left;
}
.homepage-container .product .cart .action .add-cart-button .btn.btn-primary.icon {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  background: #575757 ;
}
.homepage-container .product .cart .action.lnk {
  margin: 10px 0px;
}
.homepage-container .product .cart .action.lnk a {
  padding: 0 10px;
  color: #dadada;
}
.homepage-container .product .cart .action.lnk.wishlist {
  border-right: 1px solid #dadada;
}
.homepage-container .featured-product .products .product:first-child {
  margin-bottom: 30px;
}
.homepage-container .blog-slider-container .blog-slider .blog-post-info .name {
  font-size: 18px;
}
.homepage-container .btn-primary {
  font-size: 15px;
  line-height: 30px;
  font-family: 'Open Sans', sans-serif;
  background: rgba(0, 0, 0, 0);
  text-transform: uppercase;
  border: 2px solid #f2f2f2;
  color: #747474;
}
.homepage-container .btn-primary:hover,
.homepage-container .btn-primary:focus {
  color: #fff;
}
.homepage-container .best-seller .product .product-info .name,
.homepage-container .special-offer .product .product-info .name {
  margin-top: 4px;
}
.homepage-container .cart {
  margin-top: 5px;
  opacity: 1;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
  width: 100%;
  z-index: 666;
  left: 0px;
}
.homepage-container .cart .action .add-cart-button .btn.btn-primary.icon {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  background: #575757 ;
}
.wrapper .box {
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-right: 50px;
}
.wrapper .box .wrapper-inner {
  background: none repeat scroll 0 0 #FFFFFF;
  -moz-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}
.wrapper .box .wrapper-inner .wrapper-body-inner .owl-item .tag {
  font-size: 15px;
  font-weight: 700;
  line-height: 55px;
  width: 55px;
  height: 55px;
  text-transform: uppercase;
  top: 2.5%;
  z-index: 100;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #fff;
  right: 25px;
  /*11px;*/
  text-align: center;
}
.wrapper .box .wrapper-inner .wrapper-body-inner .owl-item .tag span {
  position: relative;
  z-index: 100;
}
.wrapper .box .wrapper-inner .wrapper-body-inner .owl-item .tag.new {
  background: #46aad7;
}
.wrapper .box .wrapper-inner .wrapper-body-inner .owl-item .tag.sale {
  background: #989898;
}
.wrapper .box .wrapper-inner .wrapper-body-inner .owl-item .tag.hot {
  background: #ff7878;
}
/*===================================================================================*/
/*  Responsive Layout
/*===================================================================================*/

@media (min-width: 320px) and (max-width: 480px) {
.top-bar .cnt-block {float:none}
.top-cart-row .dropdown-cart .lnk-cart {display:block; overflow:hidden}
.top-cart-row {padding-left:15px}
.top-cart-row .dropdown-cart {
    float: none;
}
#owl-main .item .caption .big-text {font-size:18px; line-height: normal}
#owl-main .item .caption {left:0px}
#owl-main {height:100%}
#owl-main .item {height:150px}
#owl-main .item .caption .button-holder {margin:0px}
#hero .btn-primary {padding:5px 10px; font-size:12px; line-height:normal; margin-top:8px}

}

/* Extra small devices (phones, less than 768px) */
@media (max-width: 767px) {
	.navbar-toggle {float:left; border:none}
	.navbar-default .navbar-toggle .icon-bar {background-color: #fff;}
	.navbar-collapse {box-shadow:none; border:none; padding-right: 15px; padding-left: 15px;}
	.header-style-1 .header-nav .navbar-default .navbar-collapse {padding-right: 15px; padding-left: 15px;}
	.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li > a {border:none}
	.mega-menu img {width:100%}
	.yamm .dropdown-menu .yamm-content .col-menu {margin-bottom:15px}
	
	
  .top-bar .header-top-inner {
    text-align: center;
  }
  .top-bar .header-top-inner .cnt-account {
    clear: both;
    display: inline-block;
    float: none;
    margin: auto;
    text-align: center;
  }
  .top-bar .header-top-inner .cnt-account li {
    margin-bottom: 8px;
  }
  .top-bar .header-top-inner .cnt-block .list-inline li {
    margin:0px 0;
  }
  .main-header .logo-holder {
    text-align: center;
    margin-bottom: 20px;
  }
  .main-header .top-search-holder .contact-row {
    margin-bottom: 20px;
    text-align: center;
  }
  .main-header .top-search-holder .contact-row .phone,
  .main-header .top-search-holder .contact-row .contact {
    margin: 0 0 5px;
    padding-right: 0px;
    border-right: none;
    display: block;
  }
  .main-header .top-search-holder .search-area .categories-filter {
    width: 100%;
    border-right: none;
    border-bottom: 1px solid #e0e0e0;
  }
  .main-header .top-search-holder .search-area .search-button {
    padding: 12px 19px;
  }
  .sidebar .side-menu nav .nav > li > .mega-menu {
    left: 0px;
    min-width: 100%;
    top: 100%!important;
  }
  .logo-slider-inner .item {
    text-align: center;
  }
  .filters-container .filter-tabs,
  .filters-container .lbl-cnt,
  .filters-container .pagination-container {
    margin-bottom: 10px;
  }
  .homepage-container .wide-banners .wide-banner {
    margin-bottom: 10px;
  }
  .cnt-homepage .wrapper .box {
    padding: 0 10px;
  }
  #owl-main .item .caption {
    padding: 0 22px;
  }
  .wide-banners .wide-banner:first-child {
    margin-bottom: 10px;
  }
  .product .product-image .image img {
    max-width: 100%;
    height: 100px !important;
    display: block;
	margin:auto;
  }
  .header-nav .yamm .dropdown-menu {
    background: #fff;
  }
  .body-content .sidebar {
    margin-bottom: 30px;
  }
  .filters-container .no-padding {
    padding: 0px;
  }
  .search-result-container .category-product-inner .product-list.product .product-info {
    padding: 0px;
  }
  .search-result-container .category-product-inner .product-list.product .product-info .cart {
    margin-bottom: 20px;
  }
  .single-product .gallery-holder {
    margin-bottom: 30px;
  }
  .single-product .product-info-block {
    clear: both;
  }
  .yamm .dropdown-menu.pages {
    padding: 10px 37px;
  }
  .hot-deal-wrapper .image img {
    width: 100%;
    height: auto;
    display: block;
  }
  .seller-product .products .product .product-info .name {
    font-size: 15px;
    margin-top: 0px !important;
  }
  .cnt-homepage .single-product .product-tabs .nav-tab-cell-detail li a {
    font-size: 16px;
  }
  .cnt-homepage .header-nav .yamm .navbar-header {
    border: 1px solid #f1f1f1;
  }
  .info-boxes .info-box {
    margin-bottom: 10px;
  }
  .cnt-homepage .single-product .product-info-block .cart {
    margin-top: 10px;
    padding: 0 15px;
  }
  .product-comparison .compare-table tr td .product .product-image .image img {
    width: auto;
  }
  
.hot-deals .products {margin-right:15px}

.copyright-bar .payment-methods {text-align:left; margin-top:10px}
.single-product  .home-banner {display:none}
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width: 991px) {
  .top-bar .cnt-account ul > li {

  }
 
  .sidebar .side-menu nav .nav > li > .mega-menu {
    min-width: 100%;
    left: 0px;
	top:100%!important
  }
  .logo-slider-inner .item {
    text-align: center;
  }
  .filters-container .filter-tabs,
  .filters-container .lbl-cnt,
  .filters-container .pagination-container {
    margin-bottom: 10px;
  }
  .filters-container .pagination-container {
    float: left;
  }
  .homepage-container .wide-banners .wide-banner {
    margin-bottom: 10px;
  }
  .cnt-homepage .wrapper .box {
    padding: 0 15px;
  }
  .cnt-homepage .container {
    width: 100%;
  }
  .body-content .sidebar {
    margin-bottom: 30px;
  }
  .product .product-image .image img {
    width: 100%;
    height: auto;
    display: block;
  }
  .blog-slider .image img {
    width: 100%;
    height: auto;
    display: block;
  }
  .owl-item {
    padding: 10px;
  }
  #owl-main .owl-item {
    padding: 0px;
  }
  .wide-banners .wide-banner:first-child {
    margin-bottom: 10px;
  }
  .filters-container .no-padding {
    padding: 0px;
  }
  .search-result-container .category-product-inner .product-list.product .product-info {
    padding: 0px;
  }
  .hot-deal-wrapper .image img {
    width: 100%;
    height: auto;
    display: block;
  }
  .main-header .logo-holder {
    text-align: center;
    margin-bottom: 20px;
  }
  .main-header .contact-row {
    text-align: center;
  }
  .special-menu {display:none!important}
  .single-product  .home-banner {display:none}
}
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width: 1199px) {
  .main-header .top-search-holder .search-area .control-group {
    position: relative;
  }
  .main-header .top-search-holder .search-area .control-group .search-button {
    position: absolute;
    top: 0px;
    right: 0px;
  }
  .category-carousel .item {
    height: auto;
  }
  .filters-container .nav-tabs.nav-tab-box li {
    margin-right: 3px;
  }
  .filters-container .lbl-cnt .lbl {
    margin-right: -1px;
  }
  .cnt-homepage .single-product .product-info-block .cart {
    clear: both;
    margin-top: 20px;
  }
  .shopping-cart .estimate-ship-tax table thead tr th .estimate-title {
    font-size: 16px !important;
  }
  .shopping-cart .cart-shopping-total table thead tr th .cart-sub-total,
  .shopping-cart .cart-shopping-total table thead tr th .cart-grand-total {
    font-size: 16px !important;
  }
  .wrapper .box .wrapper-inner .container {
    width: auto !important;
  }
  
    .special-menu {display:none!important}
	.home-banner img {width:100%}
}
/* Large devices (large desktops, 1200px and up) */

.blog-page .blog-post {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    padding: 20px;
}

.blog-page .blog-post h1 {
        font-family: 'Work Sans',sans-serif;
/*  font-family: 'Open Sans', sans-serif;*/
  font-size: 22px;
  font-weight:bold;

}
.blog-page .blog-post h1 a {
  color: #555;
}

.blog-page .tab-content .blog-post {padding:0px 0px 25px 0px!important; box-shadow:none!important}

.blog-page .blog-post span {
  padding-right: 20px;
  color: #aaa;
  font-size: 13px;
}
.blog-page .blog-post p {
  padding-top: 16px;
  font-size: 13px;
  color: #666666;
  margin-bottom: 0px;
}
.blog-page .blog-post a {
  margin-top: 20px;
}
.blog-page .blog-post .blog-pagination .pagination {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.blog-page .blog-post .social-media {
  margin-top: 20px;
  margin-bottom: 30px;
}
.blog-page .blog-post .social-media span {
  font-size: 13px;
   color: #434343;
}
.blog-page .blog-post .social-media a {
  font-size: 18px;
  margin: 0px 10px 0px 0px;
  height: 30px;
  width: 30px;
  display: inline-block;
  text-align: center;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #888888;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post h4 {
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;

}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post h4 a {
  color: #555;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post span {
  padding-right: 10px;
  color: #aaa;
  font-size: 12px;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post p {
  padding-top: 10px;
  font-size: 13px;
  color: #666666;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs {
  border-bottom: none;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li {
  text-transform: uppercase;
  color: #666666;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li > a {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  font-size: 13px;
  border: none;
  letter-spacing:1px
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li:first-child > a {
  padding-right: 10px;
  border-right: 1px solid #d4d4d4;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li:last-child > a {
  padding-left: 10px;
  letter-spacing:0.5px
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav > li > a {
  padding: 0px;
  color: #666666;
}
.blog-page .sidebar .sidebar-module-container .search-area .search-button:after {
  content: "\f002";
  font-family: fontawesome;
  font-size: 13px;
  position: absolute;
  top: 14px;
  right: 30px;
  background-color: #fff;
  padding-left: 10px;
}
.blog-page .sidebar .sidebar-module-container .search-area input {
  font-size: 12px;
  color: #9e9e9e;
  padding: 14px;
  border: 1px solid #e1e1e1;
  width: 100%;
  position: relative;
}
.blog-page .blog-pagination {
  border-top: 1px solid #ececec;
}
.blog-page .blog-pagination .pagination > li:first-child > a {
  margin-right: 10px;
}
.blog-page .blog-pagination .pagination > li:last-child > a {
  margin-left: 2px;
}
.blog-page .side-bar-blog .widget .categories .side-bar-title h3 {
  font-family: 'Open Sans', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  color: #555;
  padding-bottom: 8px;
  border-bottom: 1px solid #e3e3e3;
  margin: 0px;
}
.blog-page .blog-post-author-details {
  padding: 40px 0px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    padding: 20px;
}

.blog-review {
	 background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    padding: 20px;}
	
.blog-write-comment {
	 background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    padding: 20px;}	

.blog-page .blog-post-author-details .author-social-network {
  display: inline-block;
}
.blog-page .blog-post-author-details .author-social-network button {
  background-color: #fff;
  border: 1px solid #e3e3e3;
}
.blog-page .blog-post-author-details .author-social-network button .twitter-icon {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #fff;
  font-size: 16px;
  height: 26px;
  width: 26px;
  text-align: center;
  display: inline-block;
  margin: 6px;
  line-height: 26px;
}
.blog-page .blog-post-author-details .author-social-network > span {
  font-size: 13px;
  color: #434343;
  text-transform: uppercase;
  margin-right: 16px;
}
.blog-page .blog-post-author-details .author-social-network .caret {
  color: #e3e3e3;
}
.blog-page .blog-post-author-details .btn-group.open .dropdown-toggle {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.blog-page .blog-post-author-details img {
  float: left;
}
.blog-page .blog-post-author-details .author-job {
  display: block;
  padding: 0px;
  color: #aaa;
  font-size: 12px;
}
.blog-page .blog-post-author-details h4 {
  display: inline-block;
  font-size: 15px;
  font-family: 'Open Sans', sans-serif;
  color: #555;
  margin: 0px;
}
.blog-page .blog-post-author-details p {
  font-size: 13px;
  color: #666666;
  padding: 16px 0px 0px 0px;
  text-align: justify;
}
.blog-page .blog-review .title-review-comments {
  font-size: 16px;
  color: #555;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 40px;

}
.blog-page .blog-review p {
  font-size: 13px;
  color: #666666;

}
.blog-page .blog-review .review-action {
  font-size: 12px;
  color: #666666;
}
.blog-page .blog-review .post-load-more {
  text-align: center;
  padding-bottom: 10px;
}
.blog-page .blog-post .author:before,
.blog-page .blog-post .review:before,
.blog-page .blog-post .date-time:before {
  color: #666666;
  font-size: 13px;
  padding-right: 4px;
  font-family: FontAwesome;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post .author:before,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post .review:before,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post .date-time:before {
  color: #666666;
  font-size: 13px;
  padding-right: 4px;
  ont-family: FontAwesome;
}
.blog-page .blog-post .author:before,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post .author:before {
  content: "\f007";
}
.blog-page .blog-post .review:before,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post .review:before {
  content: "\f086";
}
.blog-page .blog-post .date-time:before,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .blog-post .date-time:before {
  content: "\f073";
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li.active > a,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li.active > a:hover,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav-tabs > li.active > a:focus {
  background-color: #fff;
}
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav > li > a:hover,
.blog-page .sidebar .sidebar-module-container .sidebar-widget .nav > li > a:focus {
  background-color: #fff;
}
.blog-page .blog-post .social-media a:hover,
.blog-page .blog-post .social-media a:focus {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  color: #fff;
}
.blog-page .blog-post .social-media i,
.blog-page .blog-post-author-details .author-social-network button a i {
  padding-top: 6px;
}
.blog-page .blog-review h4,
.blog-page .blog-write-comment h4,
.contact-page .contact-title h4 {
  font-size: 14px;
  color: #555;
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
}
.blog-page .blog-review .review-action a:hover,
.blog-page .blog-review .review-action a:focus {
  text-decoration: underline;
}
.blog-page .blog-review .blog-comments,
.blog-page .blog-review .blog-sub-comments {
  border-bottom: 1px solid #e3e3e3;
}
.blog-page .blog-post-author-details .author-social-network .dropdown-menu {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.blog-page .blog-post-author-details .author-social-network .dropdown-menu > li > a .icon {
  margin-right: 5px;
}
.blog-page .blog-post-author-details .author-social-network .dropdown-menu > li > a:hover,
.blog-page .blog-post-author-details .author-social-network .dropdown-menu > li > a:focus {
  background: rgba(0, 0, 0, 0);
}

/*===================================================================================*/
/* Checkout
/*===================================================================================*/
.checkout-box .checkout-steps .panel-default    {
	background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    padding: 20px;
}

.checkout-box .checkout-steps .checkout-step-01 .already-registered-login form .form-group .info-title {
  font-family: 'Open Sans', sans-serif, sans-serif;
  font-weight: normal;
  margin-bottom: 5px;
  font-size: 13px;
}
.checkout-box .checkout-steps .checkout-step-01 .already-registered-login .forgot-password {
  padding-top: 14px;
  display: inline-block;
}
.checkout-box .checkout-steps .checkout-step-01 .already-registered-login a {
  font-size: 13px;
  color: #666666;
  text-decoration: underline;
}
.checkout-box .checkout-steps .checkout-step-01 .already-registered-login button {
  margin-top: 15px;
}
.checkout-box .checkout-steps .panel .panel-heading .unicase-checkout-title {
  margin: 0px !important;
  font-size: 13px;
  font-weight: bold;
}
.checkout-box .checkout-steps .panel .panel-heading .unicase-checkout-title a {
  color: #555;
  text-transform: uppercase;
  display: block;
}
.checkout-box .checkout-steps .panel .panel-heading .unicase-checkout-title a span {
  background-color: #aaaaaa;
  color: #fff !important;
  display: inline-block;
  margin-right: 10px;
  padding: 15px 20px;
}
.checkout-box .checkout-steps .checkout-subtitle {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #434343;
  margin-right: 12px;
}
.checkout-box .checkout-steps .panel-body {
  padding: 20px;
  border:none
}

.panel-group .panel-heading+.panel-collapse>.panel-body {border:none}

.checkout-box .checkout-steps .guest-login form .radio-checkout-unicase .guest-check {
  margin-bottom: 6px;
}
.checkout-box .checkout-steps .guest-login ul .save-time-reg {
  padding-bottom: 4px;
}
.checkout-box .panel-group .panel {
  -webkit-border-radius: 0px !important;
  -moz-border-radius: 0px !important;
  border-radius: 0px !important;
      background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    padding: 20px;
	border:none
}
.checkout-box .checkout-progress-sidebar .panel-body ul li a {
  color: #666666;
}
.checkout-box .checkout-progress-sidebar .panel .panel-heading {
  padding: 27px 30px;
  border-bottom: 1px solid #ddd;
}
.checkout-box .checkout-progress-sidebar .panel .panel-heading h4 {
      margin: 0px;
    font-size: 14px;
    font-weight: bold;
    background: #fff;
    border-bottom: 1px #e5e5e5 solid;
    padding-bottom: 14px;
    margin-bottom: 10px;
}
.checkout-box .checkout-steps .checkout-step-01 .guest-login form .radio input[type="radio"],
.checkout-box .checkout-steps form .radio-inline input[type="radio"],
.checkout-box .checkout-steps form .checkbox input[type="checkbox"],
.checkout-box .checkout-steps form .checkbox-inline input[type="checkbox"] {
  margin-left: 0px;
}
.checkout-box .checkout-steps .panel .panel-heading,
.checkout-box .checkout-progress-sidebar .panel .panel-heading {
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-transform: uppercase;
  padding:0px;
  border:none
}
.checkout-box .checkout-steps .guest-login .title-tag-line,
.checkout-box .checkout-steps .already-registered-login .title-tag-line {
  margin-bottom: 15px;
  font-size: 13px;
}
.checkout-box .checkout-steps .guest-login form .radio-checkout-unicase,
.checkout-box .checkout-steps .guest-login ul {
  padding-left: 10px;
  font-size: 13px;
}
.checkout-box .checkout-steps .checkout-step-01 .already-registered-login a:hover,
.checkout-box .checkout-steps .checkout-step-01 .already-registered-login a:focus,
.checkout-box .checkout-progress-sidebar .panel-body ul li a:hover {
  background-color: rgba(0, 0, 0, 0);
}

.checkout-progress-sidebar .nav>li>a {padding: 10px 0px;} 
.checkout-progress-sidebar .nav>li>a:hover, .nav>li>a:focus {background:none}

/*===================================================================================*/
/*  Contact Us
/*===================================================================================*/

.contact-page {
	 background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    padding: 20px;
	overflow:hidden}	

.contact-page .contact-map iframe {
  height: 400px;
  width: 100%;
}
.contact-page .contact-info {
  font-size: 13px;
  color: #666;
}
.contact-page .contact-info .contact-i {
  display: inline-block;
  height: 30px;
  width: 30px;
  text-align: center;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  color: #fff;
  margin-right: 16px;
  float: left;
}
.contact-page .contact-info .contact-i i {
  padding-top: 8px;
  font-size: 14px;
}
.contact-page .contact-info .contact-span {
  display: block;
}
.contact-page .contact-title h4 {
  margin-bottom: 30px;
}
.contact-page .contact-info .address,
.contact-page .contact-info .phone-no {
  margin-bottom: 10px;
}


/*===================================================================================*/
/*  Shopping Cart
/*===================================================================================*/

.shopping-cart {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    padding: 20px;
	overflow:hidden	
}

.shopping-cart .shopping-cart-table {
  margin-bottom: 50px;
}
.shopping-cart .shopping-cart-table table {
  margin-bottom: 0px !important;
}
.shopping-cart .shopping-cart-table table tbody tr td {
  vertical-align: middle;
}

.shopping-cart .cart-image img {
 width:100px
}

.cart-shopping-total {background:#f8f8f8}

.shopping-cart .shopping-cart-table table tbody tr .romove-item a {
  font-size: 18px;
  color: #666666;
}
.shopping-cart .shopping-cart-table table tbody tr .romove-item a:hover,
.shopping-cart .shopping-cart-table table tbody tr .romove-item a:focus {
  color: #ff000 !important;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-image .entry-thumbnail {
  display: block;
  text-align: center;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info {
  vertical-align: middle !important;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 {
  margin-top: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;

}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4 a {
  color: #555;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .reviews {
  font-size: 11px;
  color: #aaa;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info {
  margin-top: 10px;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info span {
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  color: #666666;
  text-transform: uppercase;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info .cart-product-info span span {
  font-family: 'Open Sans', sans-serif, sans-serif;
  font-size: 12px;
  text-transform: lowercase;
  margin-left: 14px;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-edit a {
  color: #666666;
  text-decoration: underline;
}
.shopping-cart .shopping-cart-table .table > thead > tr > th {
/*  text-align: center;*/
    text-align: left;
  padding: 16px;
  font-family: inherit;
  font-size: 15px;
    text-transform: uppercase;
}
.shopping-cart .shopping-cart-table .shopping-cart-btn span {
  padding: 20px 0px;
  display: block;
}
.shopping-cart .estimate-ship-tax table thead tr th .estimate-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #555;
  margin-bottom: 2px;
  margin-top: 0px;
  display: block;
}
.shopping-cart .estimate-ship-tax table thead tr th p {
  font-family: 'Open Sans', sans-serif, sans-serif;
  font-size: 13px;
  color: #666666;
  font-weight: normal;
  margin-bottom: 0px;
}
.shopping-cart .estimate-ship-tax table thead tr > th {
  padding: 24px 10px 20px 10px;
}
.shopping-cart .estimate-ship-tax table tbody tr > td {
  padding: 24px 10px !important;
}
.shopping-cart .estimate-ship-tax table tbody .unicase-form-control .selectpicker {
  background: #fff;
  color: #999;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #eee;
}
.shopping-cart .estimate-ship-tax table tbody .unicase-form-control .dropdown-menu.open ul li a:hover,
.shopping-cart .estimate-ship-tax table tbody .unicase-form-control .dropdown-menu.open ul li a:focus {
  background: rgba(0, 0, 0, 0);
}
.shopping-cart .cart-shopping-total table thead tr th {
  background-color: #fafafa;
  text-align: right;
  padding: 24px 50px;

}
.shopping-cart .cart-shopping-total table thead tr th .cart-sub-total {
  color: #555;
  margin-bottom: 7px;
}
.shopping-cart .cart-shopping-total table tbody tr td {
  padding: 24px 50px;
}
.shopping-cart .cart-shopping-total table tbody tr td .cart-checkout-btn button {
  float: right !important;
  margin-bottom: 8px;
}
.shopping-cart .cart-shopping-total table tbody tr td .cart-checkout-btn span {
  display: block;
  font-weight: normal;
  color: #666666;
}
.shopping-cart .shopping-cart-table table tbody tr .romove-item,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-edit,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-sub-total,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-grand-total,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-quantity {
  text-align: center;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-sub-total span,
.shopping-cart .shopping-cart-table table tbody tr .cart-product-grand-total span {
  display: block;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #555;
  text-transform: uppercase;
}
.shopping-cart .estimate-ship-tax table tbody tr td .form-group label,
.shopping-cart .estimate-ship-tax table tbody tr td .form-group input,
.blog-page .blog-write-comment .form-group label,
.blog-page .blog-write-comment .form-group input,
.contact-page .contact-form form label,
.contact-page .contact-form form input {
  font-size: 13px;
  font-weight: normal;
  color: #999;
}
.shopping-cart .estimate-ship-tax table tbody tr td .form-group label span,
.blog-page .blog-write-comment label span,
.contact-page .contact-form form label span,
.checkout-box .checkout-steps .checkout-step-01 .already-registered-login form .form-group label span {
  color: red;
}
.shopping-cart .cart-shopping-total table thead tr th .cart-sub-total,
.shopping-cart .cart-shopping-total table thead tr th .cart-grand-total {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
.shopping-cart-table table tbody tr td .quant-input {
  display: inline-block;
  height: 35px;
  position: relative;
  width: 70px;
}
.shopping-cart-table table tbody tr td .quant-input .arrows {
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.shopping-cart-table table tbody tr td .quant-input .arrows .arrow {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  text-align: center;
  width: 40px;
}
.shopping-cart-table table tbody tr td .quant-input .arrows .arrow .ir .icon.fa-sort-asc {
  top: 5px;
}
.shopping-cart-table table tbody tr td .quant-input .arrows .arrow .ir .icon.fa-sort-desc {
  top: -7px;
}
.shopping-cart-table table tbody tr td .quant-input .arrows .arrow .ir .icon {
  position: relative;
}
.shopping-cart-table table tbody tr td .quant-input input {
  background: none repeat scroll 0 0 #FFFFFF;
  border: 1px solid #F2F2F2;
  box-sizing: border-box;
  font-size: 15px;
  height: 35px;
  left: 0;
/*  padding: 0 20px 0 18px;*/
  position: absolute;
  top: 0;
  width: 70px;
  z-index: 1;
}

.checkout-btn { background:#fdd922; color:#fff; padding: 10px 18px;}


.product-comparison .page-title {
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  text-transform: uppercase;
  color: #666666;
  margin-bottom: 40px;
}

.product-comparison img  {width:150px!important}

.product-comparison .compare-table tr th {
  font-size: 16px;
  font-weight: 500;
  color: #666666;
  padding: 18px 25px;
  vertical-align: middle;
  border: 1px solid #e5e5e5;
}
.product-comparison .compare-table tr td {
  padding: 18px 30px;
  border: 1px solid #e5e5e5;
}
.product-comparison .compare-table tr td .product {
  margin-bottom: 15px;
  margin-top: 40px;
}
.product-comparison .compare-table tr td .product .product-image .image a {
  display: block;
  text-align: left;
}
.product-comparison .compare-table tr td .product-price .price {
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  margin-right: 8px;
}
.product-comparison .compare-table tr td .product-price .price-before-discount {
  color: #D3D3D3;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: line-through;
}
.product-comparison .compare-table tr td .text {
  font-size: 14px;
  line-height: 22px;
}
.product-comparison .compare-table tr td .in-stock {
  font-size: 15px;
  font-weight: 700;
  margin-bottom: 0px;
}
.product-comparison .compare-table tr td .remove-icon {
  color: #666666;
}
.product-comparison .compare-table tr td .remove-icon:hover,
.product-comparison .compare-table tr td .remove-icon:focus {
  color: #ff6666;
}
.body-content .x-page .x-text h1 {
  font-family: 'Open Sans', sans-serif;
  font-size: 200px;
  font-weight:bold
}
.body-content .x-page .x-text p {
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
}
.body-content .x-page .x-text .le-button {
  border-radius: 0 3px 3px 0;
  margin: 0 0 0 -5px;
  padding: 19px 23px 20px;
  font-size: 15px;
  font-weight: bold;
  line-height: 10px;
  border: medium none;
  color: #333;
  background:#fdd922
}
.body-content .x-page .x-text form input {
  border: 1px solid #e0e0e0;
  border-radius: 3px 0 0 3px;
  color: #3d3d3d;
  padding: 13px;
  font-size: 15px;
  width: 40%;
}
.body-content .x-page .x-text a {
  font-size: 15px;
}
.body-content .x-page .x-text a i {
  padding-right: 2px;
}

/*===================================================================================*/
/*  Terms and Condition/track orders/
/*===================================================================================*/

.terms-conditions-page {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    padding: 20px;
    overflow: hidden;
}

.body-content .terms-conditions-page .terms-conditions h2,
.body-content .faq-page h2,
.body-content .track-order-page h2 {
  font-size: 30px;
  text-transform: uppercase;
  color: #555;
  text-align: center;
/*  font-family: 'Open Sans', sans-serif;*/
        font-family: 'Work Sans',sans-serif;
}
.body-content .terms-conditions-page .terms-conditions h3 {
    font-size: 14px;
    text-transform: uppercase;
    color: #555;
/*    font-family: 'Open Sans', sans-serif;*/
    margin-bottom: 30px;
    font-weight: bold;
        font-family: 'Work Sans',sans-serif;
}
.body-content .terms-conditions-page .terms-conditions ol {
  padding-left: 22px;
}
.body-content .terms-conditions-page .terms-conditions ol li {
  font-style: normal;
  font-size: 13px;
  color: #666;
  padding-bottom: 20px;
}
.body-content .terms-conditions-page .terms-conditions p {
  font-size: 15px;
}
.body-content .terms-conditions-page .terms-conditions h2,
.body-content .terms-conditions-page .terms-conditions span,
.body-content .track-order-page span {
  text-align: left;
}

.track-order-page {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    padding: 20px;
    overflow: hidden;
}

.product-comparison {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    padding: 20px;
    overflow: hidden;
}

.faq-page {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    padding: 20px;
    overflow: hidden;
}

.faq-page .panel-group .panel {padding:0px; box-shadow:none}


.body-content .terms-conditions-page .terms-conditions span,
.body-content .faq-page .title-tag,
.body-content .track-order-page span {
  display: block;
  font-style: normal;
  font-size: 12px;
  color: #666;
}
.body-content .faq-page .title-tag {
  text-align: left;
  padding-bottom: 30px;
}
.body-content .track-order-page .register-form label {
  font-weight: 400;
  font-size: 14px;
}
.body-content .track-order-page .register-form .form-group {
  margin-bottom: 25px;
}


/*===================================================================================*/
/*  Wishlist
/*===================================================================================*/

.my-wishlist-page {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    padding: 20px;
    overflow: hidden;
}

.heading-title {
	text-align: left!important;
    text-transform: none!important;
    padding: 0px 0px 15px 0px!important;
    font-weight: bold!important;
    font-size: 22px!important;
    border-bottom: 1px #e5e5e5 solid!important;}

.body-content .my-wishlist-page .my-wishlist table > thead > tr > th {
  text-align: center;
  font-size: 30px;
  font-family: 'Open Sans', sans-serif;
  text-transform: uppercase;
  border: none;
  font-weight: 400;
}

.body-content .my-wishlist-page img {width:100%}
.body-content .my-wishlist-page .my-wishlist table tbody tr:nth-child(even) {
  border-top: 1px solid #ddd;
}
.body-content .my-wishlist-page .my-wishlist table tbody .product-name {
  font-size: 16px;
  font-family: 'Open Sans', sans-serif;
  padding-bottom: 6px;
}
.body-content .my-wishlist-page .my-wishlist table tbody .product-name a {
  color: #434343;
}
.body-content .my-wishlist-page .my-wishlist table tbody .rating span {
  font-size: 11px;
  color: #aaa;
  padding-left: 10px;
}
.body-content .my-wishlist-page .my-wishlist table tbody .rating .rate {
  color: #0066a5;
}
.body-content .my-wishlist-page .my-wishlist table tbody .rating .non-rate {
  color: #dcdcdc;
}
.body-content .my-wishlist-page .my-wishlist table tbody .price {
  font-size: 16px;
  padding-top: 4px;
  font-weight: bold;
}
.body-content .my-wishlist-page .my-wishlist table tbody .price span {
  font-size: 15px;
  color: #ddd;
  text-decoration: line-through;
  padding-left: 10px;
}
.body-content .my-wishlist-page .my-wishlist table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  vertical-align: middle;
  border: none;
  padding: 30px;
}
.body-content .my-wishlist-page .my-wishlist table tbody .close-btn a,
.body-content .my-wishlist-page .my-wishlist table tbody .close-btn a:hover {
  color: #ff7878;
  font-size: 15px;
}

/*===================================================================================*/
/*  Signup and login
/*===================================================================================*/

.sign-in-page {
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
    padding: 20px;
    overflow: hidden;
}

.body-content .sign-in-page .sign-in h4,
.body-content .sign-in-page .create-new-account h4 {
  font-size:18px;
/*  font-family: 'Open Sans', sans-serif;*/
  padding-bottom: 14px;
  border-bottom: 1px solid #ddd;
    font-family: 'Work Sans',sans-serif;
}
.body-content .sign-in-page .sign-in p,
.body-content .sign-in-page .create-new-account p {
  font-size: 15px;
  color: #666;
}
.body-content .sign-in-page .sign-in .social-sign-in a,
.body-content .sign-in-page .sign-in .social-sign-in a:hover,
.body-content .sign-in-page .sign-in .social-sign-in a:focus {
  border-radius: 3px;
  padding: 14px 30px;
  font-size: 15px;
  display: inline-block;
  color: #fff;
  text-align: center;
}
.body-content .sign-in-page .sign-in .social-sign-in a i {
  padding-right: 6px;
}
.body-content .sign-in-page .sign-in .social-sign-in .facebook-sign-in {
  background-color: #3d5c98;
  margin-right: 10px;
}
.body-content .sign-in-page .sign-in .social-sign-in .facebook-sign-in:hover,
.body-content .sign-in-page .sign-in .social-sign-in .facebook-sign-in:focus {
  background-color: #153470;
}
.body-content .sign-in-page .sign-in .social-sign-in .twitter-sign-in {
  background-color: #22aadf;
}
.body-content .sign-in-page .sign-in .social-sign-in .twitter-sign-in:hover,
.body-content .sign-in-page .sign-in .social-sign-in .twitter-sign-in:focus {
  background-color: #0084B9;
}
.body-content .sign-in-page .create-new-account > span {
  font-size: 20px;
  font-family: 'Open Sans', sans-serif;
  padding-bottom: 14px;
  text-transform: uppercase;
  display: inline-block;
}
.body-content .sign-in-page .create-new-account .checkbox label {
  margin-bottom: 10px;
  font-size: 16px;
}
.body-content .sign-in-page form .form-group span {
  color: red;
}
.body-content .sign-in-page .register-form label {
  font-size: 14px;
  font-weight: 400;
}
.body-content .sign-in-page .register-form .form-group {
  margin-bottom: 25px;
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -5px;

}
.tooltip-inner {
font-family: 'Open Sans', sans-serif;
border-radius:2px;
min-width:70px;
z-index:10000


}

/*===================================================================================*/
/*  Testimonials
/*===================================================================================*/

.avatar  {margin-top:10px; text-align:center; overflow:hidden; margin-bottom:10px}
.avatar img  {border-radius:0px; margin-bottom:10px; width:auto; display:inline-block; width:110px }
.testimonials {color:#333;font-size:13px; margin-bottom:15px; letter-spacing:0.5px; text-align:center}
.clients_author {font-size:14px; font-weight:bold; color:#333;  letter-spacing:0.5px; display:block; text-align:center}
.clients_author span{font-size:13px; font-weight:normal; color:#999; display:block;}
.testimonials-section .bx-wrapper .bx-pager {padding-top: 30px;}
.testimonials-section .bx-wrapper {margin: 0 0 50px;}
.testimonials-section em {font-size:30px; font-style:normal; vertical-align:top; display:inline-block; line-height:5px; margin-top:15px;     font-family: Arial, Helvetica, sans-serif;}

/*===================================================================================*/
/*  LHS banners
/*===================================================================================*/

.home-banner {
    margin-top: 30px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
	}
	
	
#imges-banner{
	padding:20px 5px; 
}	
	
/******image-slider******/
/* Global */
 





.thumbnails li> .fff .caption { 
    background:#fff !important; 
    padding:10px
}

/* Page Header */
.page-header {
    background: #f9f9f9;
    margin: -30px -40px 40px;
    padding: 20px 40px;
    border-top: 4px solid #ccc;
    color: #999;
    text-transform: uppercase;
}
    
.page-header h3 {
    line-height: 0.88rem;
    color: #000;
}

ul.thumbnails { 
    margin-bottom: 0px;
}



/* Thumbnail Box */




/* Carousel Control */
.control-box {
    text-align: right;
    width: 100%;
}
.carousel-control{
    background: #666;
    border: 0px;
    border-radius: 0px;
    display: inline-block;
    font-size: 34px;
    font-weight: 200;
    line-height: 18px;
    opacity: 0.5;
    padding: 4px 10px 0px;
    position: static;
    height: 30px;
    width: 15px;
}



/* Mobile Only */
@media (max-width: 767px) {
    .page-header, .control-box {
        text-align: center;
    } 
}
@media (max-width: 479px) {
    .caption {
        word-break: break-all;
    }
}


li { list-style-type:none;}

::selection { background: #ff5e99; color: #FFFFFF; text-shadow: 0; }
::-moz-selection { background: #ff5e99; color: #FFFFFF; }
	
	
	
	
	
/*****BEST OF FASHION DEAL CSS*****/	

.MultiCarousel { float: left; overflow: hidden; padding: 15px; width: 100%; position:relative; }
    .MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }
        .MultiCarousel .MultiCarousel-inner .item { float: left;}
        .MultiCarousel .MultiCarousel-inner .item > div { text-align: center; padding:0 0 10px 0px; margin:10px; background:#f1f1f1; color:#666;}
    .MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute; border-radius:50%;top:calc(50% - 20px); }
    .MultiCarousel .leftLst { left:0; }
    .MultiCarousel .rightLst { right:0; }
    
        .MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; background:#ccc; }
		
		#bestdeel{
			
			padding:25px;background:#fff;
		}
		
		#best{padding:20px;}
		
/******fashion-accessories*******/		
		
#fashion-asseccessories{
	
	background:#fff;
}		

.fashion{padding:10px 0px 10px 0px;color:#333;font-weight:500;border-bottom: 1px solid #ccc;}

#fshn-access{border-right:1px solid #ccc;box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);}

#img-sldr{  padding:0px 0px 25px 0px;  }


/*****vndr page*****/
.vendr{line-height: 30px;
font-size: 15px;
text-align: justify;}

#selr_lodin{
	display:block;margin:0 auto;background: #000;
padding: 9px 25px;border-radius:25px;
	
}

/*****vendor social*******/

ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 3px;
}


/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:50%;
	text-align:center;
	width: 35px;
	height: 35px;
	font-size:14px;
}
.social-circle li i {
	margin:0;
	line-height:35px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}



/**searchbar css****/


form.example input[type=text] {
  padding: 10px;
  font-size: 17px;
  border: 1px solid #fff;
  float: left;
  width: 70%;height:50px;
  background: #fff;
}

form.example button {
  float: left;
  width: 30%;
  padding: 6px;
  background: #0066a5;
  color: white;
  font-size: 15px;
  border: 1px solid #fff;
  border-left: none;
  cursor: pointer;height:50px;position: absolute;
right: 30px;
}

form.example button:hover {
  background: #0066a5;
}

form.example::after {
  content: "";
  clear: both;
  display: table;
}

#nwsltr{padding: 59px 0px;

border-top: 1px solid #ccc;

border-bottom: 1px solid #ccc;

margin-bottom: 25px;}

.extraa{color:green;}


.pluus{margin-top: 65px;font-size:20px;}
.des{margin-top:6px;}
.pllss{margin-top:35px;}
.pllsss{margin-top:30px;}
.both-togethr{margin:10px;}

.size{background: #ccc;
padding: 7px 17px;}


.nav-tabs { border-bottom: 2px solid #DDD; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
    .nav-tabs > li > a { border: none; color: #666; }
        .nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none; color: #4285F4 !important; background: transparent; }
        .nav-tabs > li > a::after { content: ""; background: #4285F4; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
    .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; }
.tab-pane { padding: 15px 0; }
.tab-content{padding:20px}


.tab {
  float: left;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  width: 30%;
  height: 300px;
}

/* Style the buttons inside the tab */
.tab button {
  display: block;
  background-color: inherit;
  color: black;
  padding: 22px 16px;
  width: 100%;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  float: left;
  padding: 0px 12px;
  border: 1px solid #ccc;
  width: 70%;
  border-left: none;
  height: 300px;
}
/*

.productdetails_timewrap .productdetails_timewrapin {
    background: #e4e4e4;
    padding:6px 8px;
}
*/



.productdetails_timewrap .productdetails_timewrapin .key
{
    font-weight:600;
}
/*11-03-2019*/
.site-header .extras-menu>li {
    list-style: none;
    float: right;
    margin-bottom: 0;
    padding: 0 20px;
        position: relative;
}
.site-header .extras-menu .menu-item-account>a {
    padding-left: 35px;
    line-height: 1.2;
    font-weight: 700;
    position: relative;
    white-space: nowrap;
}
.site-header li>a .mini-item-counter {
    position: absolute;
    bottom: -3px;
    right: 15px;
    font-size: 12px;
    font-weight: 700;
    background-color: #fcb800;
    border-radius: 50%;
    min-width: 18px;
    padding: 0 5px;
    height: 18px;
    text-align: center;
    line-height: 18px;
}
  
.site-header .extras-menu>li .extra-icon {
    font-size: 30px;
    line-height: 1;
}
.site-header .extras-menu>li>a {
    color: #fff;
    display: block;
}
.widget_shopping_cart_content {
    border: 1px solid #ccc;
    background-color: #fff;
    padding: 10px 20px;
}
.site-header .extras-menu .menu-item-cart .mini-cart-content .woocommerce-mini-cart__empty-message {
    margin: 15px 0;
}
.site-header .extras-menu .menu-item-cart .mini-cart-content {
    transition: top .3s ease 0s,opacity .3s;
    position: absolute;
    right: 0;
    top: 110%;
    min-width: 370px;
    opacity: 0;
    z-index: -1;
    border-top: 23px solid transparent;
    transform: scaleX(0);
    display: block;
    border-radius: 0;
    box-shadow: none;
}
.site-header .extras-menu>li:last-child {
    padding-right: 0;
}
.site-header li i {
    font-size: 30px;
}
.site-header ul.extras-menu {
    margin: 0 0 0 40px;
    padding: 0;
    position: relative;
    display: flex;
    align-items: center;
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li.active > a{
    color: #000;
    font-size: 15px;
    border-radius: 0;
    background: #fff;
    
        font-family: inherit;
    text-transform: capitalize;}
.footer-bottom .module-heading .module-title {
    color: #fff;
    font-size: 14px;
}
.site-header ul.extras-menu li.extra-menu-item.menu-item-account a#menu-extra-login i {
    position: absolute;
    left: 0;
}
.site-header .extras-menu .menu-item-cart:hover>.mini-cart-content {
    opacity: 1;
    z-index: 9998;
    top: 100%;
    transform: scaleX(1);
}
.site-header .extras-menu .menu-item-cart:hover>a:after {
    opacity: 1;
    z-index: 9999;
    top: 100%;
}
.site-header .extras-menu .menu-item-cart>a:after {
    margin: 17px -7px 0 0;
}

.search-area .control-group ul.categories-filter.animate-dropdown {
    display: none;
}
.footer-bottom .row .col-xs-12 {
    margin-top: 20px;
}

/*12-03-2019*/
.main_hero #owl-main .clickable .owl-prev,.main_hero #owl-main .clickable .owl-next {opacity: 1;border-radius: 0;    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.5);}
.main_hero #owl-main .clickable .icon{font-size: 35px;}

button.btn-upper.btn.btn-primary.checkout-page-button:hover,.wc-proceed-to-checkout a.checkout-buttonhover 
{
    box-shadow: 0px 3px 5px 0 rgba(0, 0, 0, 0.5);
}
button.btn-upper.btn.btn-primary.checkout-page-button {
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    margin-top: 20px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 53px;
    color: #000;
    background-color: #fcb800;
    font-family: 'Work Sans',sans-serif;
    text-transform: capitalize;
    transition: 0.5s ease all;
}

.body-content .sign-in-page .acc_nt.sign-in h4,.body-content .create-new-account h4.checkout-subtitle {
    font-weight: 600;
    font-size: 24px; 
    color: #000;
    border: 0;
}
.form-row-password {
    position: relative;
}
.form-row-password a.lost-password
{
   position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 400;
    color: #06c; 
}
.col-md-6.col-sm-6.sign-in.acc_nt {
    padding-right: 50px;
    border-right: 1px solid #e8e8e8;
}
.create-new-account {
    padding-left: 50px;
}
.radio.outer-xs label.woocommerce-form__label.woocommerce-form__label-for-checkbox input#rememberme {
    display: none;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox{position: relative;}
.radio.outer-xs .woocommerce-form__input-checkbox:checked+span:after {
    content: "\f046";
    font-family: fontAWesome;
    font-size: 20px;
    position: absolute;
    z-index: 999;
    left: 1px;
    top: -3px;
}
 .radio.outer-xs label.woocommerce-form__label.woocommerce-form__label-for-checkbox span:before
{
   content: "\f096";
    display: inline-block;
    font-family: FontAwesome;
    font-size: 20px;
    position: absolute;
    top: -3px;
    left: 1px;
    color: #000;
    -webkit-transition: .5s;
    transition: .5s; 
}
.body-content .sign-in-page {
    margin: 30px 0 70px;
    padding: 40px 30px;
}
.main_hero #owl-main .clickable:hover .owl-prev,.main_hero #owl-main .clickable:hover .owl-next {
    background: #fff; 
}
.cnt-home #owl-main .owl-controls .owl-buttons:hover .icon {
    color: #0066a5 !important;
}
div#hero .icon i:before
{
   color: #0066a5; 
}
.header-style-1.cstm_header .header-nav .navbar-default .navbar-collapse .navbar-nav > li.active > a{    font-size: 16px; line-height: 25px;} 
.header-style-1.cstm_header .header-nav .navbar-default .navbar-collapse .navbar-nav > li.active > a:hover,.header-style-1.cstm_header .header-nav .navbar-default .navbar-collapse .navbar-nav > li.active > a:active,.cnt-home .header-style-1.cstm_header .header-nav .navbar .navbar-nav > li > a:hover, .cnt-home .header-style-1.cstm_header .header-nav .navbar .navbar-nav > li > a:focus{background: #022335; color: #fff;border-radius: 0;}
   
/*13-03-2019*/

table.shop_table td .quantity .qty {
    margin-right: 30px;
    margin-left: 30px;
    width: 40px;
}
.qty-box .decrease {
    position: absolute;
    left: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
}
.qty-box .increase {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
        z-index: 99;
}
.shopping-cart-table table tbody tr td .quant-input input.qty {
    margin-right: 30px;
    margin-left: 30px;
    width: 40px ;
    background: transparent ;
    border: none ;
    outline: none;
    font-size: 16px;
    text-align: center;
    font-weight: 500;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0px;
}
.body-content .shopping-cart-table table tbody tr td .quant-input
{
  border: 1px solid #ccc;
    line-height: 40px;
        width: 100px;
        float: left;
    height: 40px;
}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-sub-total {text-align: left;}
.shopping-cart-table .table-responsive .table thead {background: #f2f2f2;}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info,.shopping-cart .shopping-cart-table table tbody tr td,.shopping-cart .shopping-cart-table table tbody tr td.cart-product-quantity{padding: 30px 15px;}
.shopping-cart .shopping-cart-table table tbody tr .cart-product-name-info h4.cart-product-description a{
    font-size: 16px;
    color: #337ab7;
}
.body-content .shopping-cart {    padding: 0 0;margin-bottom: 90px;}
td.romove-item a.removeitrmdat.icon:hover i:before{ color: #0066a5; }
.back_cart a.btn-shop,.back_cart button.button.btn-update,.coupon_code .button,.wc-proceed-to-checkout a.checkout-button {padding: 0 25px;height: 50px;line-height: 50px;background-color: #fcb800;-webkit-transition: all .5s;transition: all .5s;color: #000;font-size: 16px;font-weight: 600;text-align: center;border: none;display: inline-block;}
.back_cart button.button.btn-update{
    float: right;
    position: relative;
    cursor: pointer;
    background-color: transparent;
    color: #000;
    padding-left: 50px;
    border: 1px solid #7f7f7f;
}
button.button.btn-update i.fa.fa-refresh {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translatey(-50%);
}
.coupon_code label {
    display: block;
    font-size: 20px;
    color: #000;
    position: relative;
    margin-bottom: 40px;
} 
.coupon_code .input-text {
    width: 100%;
    margin-bottom: 30px;
    padding: 16px;
    border: 1px solid #ccc;
    color: #000;
}

.coupon_code .button{
   background-color: transparent;
    border: 1px solid #ccc;
    color: #000;  
}
.cart_totals table.shop_table th
{
    background-color: transparent;
    color: #000;
    font-weight: 400;
    padding: 20px 0;
    border-top: none;
    text-transform: none;
    font-size: 16px;
    float: left;
}
.cart_totals .shop_table {
    border: 1px solid #ccc;
    background-color: #f1f1f1;
    -webkit-border-radius: 0;
    border-radius: 0;
    padding: 0 30px;
    font-size: 16px;
    text-align: left;
    width: 100%;
    display: inline-block;
}
.cart-collaterals .cart_totals table.shop_table th {
    background-color: transparent;
    color: #000;
    font-weight: 400;
    padding: 20px 0;
    border-top: none;
    text-transform: none;
    font-size: 16px;
}
.cart_totals {
    font-family: inherit;
}
#shipping_method li label {
    display: inline-block;
    text-transform: inherit;
    position: relative;
    line-height: 1;
    font-size: 16px;
  padding-left: 0;
    cursor: pointer;
    color: #666;
        font-weight: 500;
}
tr.shipping-totals.shipping h4.shipping-title{font-size: 16px;}
.cart-collaterals .cart_totals table.shop_table td p {
    margin-bottom: 5px;
}
.shop_table tr.cart-subtotal td {
    float: right;
    padding: 20px 0;
    border-top: none;
}
.shop_table tbody,.shop_table tbody tr,tr.shipping-totals.shipping td {
    display: inline-block;
    width: 100%;
}
tr.order-total td { 
    float: right;
    padding: 20px 0;
    border-top: none;
}
.cart-collaterals .cart_totals table.shop_table td {
    text-align: right;
    padding: 20px 0;
    border-top: none;
}
.cart_totals tr.order-total th {
    font-size: 20px;
    font-weight: 600;
}
tr.order-total span.Price-amount.amount {
    color: #f30;
    font-size: 20px;
    font-weight: 600;
}
.cart_totals tr.cart-subtotal {border-bottom: 1px solid #d6d6d6;}
tr.order-total {
    border-top: 1px solid #d6d6d6;
}
.cart_totals table.shop_table td {
    padding: 20px 0;
    border-top: none;
}
ul#shipping_method li {
    margin: 0 0 .5em;
    line-height: 1.5em;
}
.cart_totals .wc-proceed-to-checkout {
    padding: 1em 0;
}
.wc-proceed-to-checkout a.checkout-button{width: 100%;}
.coupon label{color: #666;
    position: relative;
    margin-bottom: 40px;
    font-weight: 500;}
.shopping-cart .entry-title {
    padding-top: 35px;
    padding-bottom: 25px;
        text-align: center;
    background: #f3f3f3;
    margin: 0;
}

/*15-03-2019*/
 .deal-progress .progress-bar {
    position: relative;
    background: #e4e4e4;
         width: 100%;
     box-shadow: none;
}
.deal-sold{clear: both;}
.deal-sold .deal-progress .progress-bar,.deal-sold .deal-progress .progress-value{height: 20px;}
.deal-sold .deal-sold-text {
    width: 35%;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    white-space: pre-line;
    color: #000;
    line-height: 1.3;
    float: left;
}
.deal-sold .deal-progress,  .deal-text {
    width: 65%;
    padding-left: 15px;
    float: right;
}

.deal-sold .deal-progress .progress-value {background: #fcb800;}
 
.product-essential,.product-view .product-shop .short-description h2,.product-view .product-name h1{ font-family: 'Work Sans',sans-serif !important; }
.product-view .product-shop .add-to-box .add-to-cart label,.price-box p
{
   font-family: 'Roboto', sans-serif; 
}



.timing-wrapper.productdetails_timewrap .deal-expire-text {
    width: 35%;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    white-space: pre-line;
    color: #000;
    line-height: 1.3;
        float: left;
}
.productdetails_timewrap .productdetails_timewrapin .key{display: inline-block;    width: 80px;}
.date.box {
    display: inline-block;
    width: auto;
    float: none;
}
.combo-sec form#pincodeseuov input#submitpincode {
 border: 0;
    color: #0066a5;
    font-weight: 600;
    width: 100%;
    padding: 0;
    background: none;
}
.check {
    position: absolute;
    top: 0;
    right: -5px;
}
.combo-sec .row {
    width: 100%;
    margin: 0 auto;
}
.add-to-box>.add-to-cart>label {
    margin-top: 16px;
    line-height: 10px;
    text-transform: capitalize;
}
.product-view .product-shop .add-to-box .add-to-cart label{text-transform: capitalize;}
   .combo-sec form#pincodeseuov input {
    border-radius: 0;
    height: 40px;
    border: 0;
    border-bottom: 1px solid;
    box-shadow: none;
           padding-left: 40px;
}

.deals_product {
    display: flex;
    width: calc(100% - 35%);
}
.deal-expire-date{    display: flex;align-items: flex-start;margin-bottom: 1em;}

.product-shop .productdetails_timewrap .productdetails_timewrapin{background: transparent;}
.deals_product span.key>.key {
    background: #fff;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #f00;
    font-size: 30px; 
    border: 1px solid #666;
}
.deals_product .timing-wrapper .box-wrapper{float: none;}

.timing-wrapper.productdetails_timewrap {
    display: inline-block;
    padding: 25px;
    background-color: #f4f4f4;
    margin-bottom: 25px;
}
.deals_product span.key>.key+.value{font-size: 14px;font-weight: 400;}
.product-view .product-shop .short-description h2{font-size: 20px;display: inline-block;width: 100%;margin-bottom: 20px;}
.box-wrapper.productdetails_timewrapin .value:after{position: absolute;content: ":";top:0;font-size: 30px;}
.box-wrapper.productdetails_timewrapin:nth-child(1) .value:after,.box-wrapper.productdetails_timewrapin:nth-child(2) .value:after,
.box-wrapper.productdetails_timewrapin:nth-child(3) .value:after {right: -6px;}
.box-wrapper.productdetails_timewrapin{position: relative;}
.box-wrapper.productdetails_timewrapin:nth-child(4) .value:after{display: none;}
.deal-text .amount {
    font-weight: 600;
    color: #26a541;
}
.add-to-box .add-to-cart {
    display: inline-block;
    width: 100%;
}
.custom:hover
{
    border-color: #000;
}
ol#menu1 li .slectcalso1:hover
{
    background: #ccc;
    color: #000;
    font-weight: 600;
    
}
.ratings li strong {
    padding-top: 10px;
    margin-right: 10px;
    font-size: 14px;
}

ol#menu1 li .slectcalso1 {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    padding: 5px;
    border-radius: 0;
    background: #fff;
    border-color: #ccc;
    color: #333;
}


.box-wrapper.productdetails_timewrapin .box .value {
    margin-top: 5px;
    display: inline-block;
}
.custom {
    display: flex;
     border: 1px solid #eaeaea;
        margin-top: 12px;
}
.add-to-box  .add-to-cart .qty {
    padding: 0 5px 1px;
    height: 38px;
    border: 0;
    text-align: center;
    margin-right: 0;
    width: 45px;
    color: #000;
    font-weight: 600;
}

.custom button.items-count.increase {
    margin-right: 0;
    border: 0;
    background: none;
}
 .checkout_page .custom button.items-count:hover
{
    background: transparent;
}
.checkout_page .custom button.items-count {
    margin-right: 0 !important;
    border: 0 !important;
    background: none;
    padding: 12px 10px;
}

.add-to-cart .custom button.items-count:hover
{
  color: #333131;  
}
 
form.cart .button {
    vertical-align: bottom;
    float: left;
}

.checkout_page .single_add_to_cart_button {
    min-width: 150px;
    background-color: #000;
    color: #fff;
    height: 50px;
    line-height: 50px;
    font-weight: 600; 
    font-size: 18px; 
    border-radius: 3px;
    margin-top: 1px;
    padding: 0 25px;
    border: 0; 
}
.actions-button button.buy_now_button.button
{    padding: 0 25px;
    height: 50px;
    line-height: 50px;
    background-color: #fcb800;
    transition: all .5s;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    border: none;
    border-radius: 3px;
    width: 150px;
}
.combo-sec form#pincodeseuov input#submitpincode:focus {
    outline: none;
}
form#pincodeseuov .col-sm-8 {
    line-height: 40px; padding-left: 0;
    position: relative;
}
form#pincodeseuov .col-sm-8:before {
    content: "";
    background: url(../images/placeholder.svg);
    position: absolute;
    left: 6px;
    padding: 13px;
    top: 5px;
}
/*16-03-2019*/
p.Emi+button.btn.btn-success.btn-sm {
    background-color: #108bea;
    border-color: #108bea;
    padding: 10px 20px;
    float: right;
    font-size: 12px;
    font-weight: 600; display: none;
}
.product-tabs.nav-tabs > li > a::after{background: #0066a5;}
 button#buynow {
    font-weight: 600;
}
button#buynow:hover, button#buynow .btn-primary:focus{
    background: #fb641b;
}
.product_image li {
    margin-bottom: 10px;
}
.Emi{    display: none;margin-top: 25px;
    margin-bottom: 0;}
.deal-text {
    margin-top: 10px;
}
ul#product-detail-tab> li:hover a::after
{
   background: #0066a5; 
}
ul.product_details
{
    padding-left: 15px;
}

ul.product_details li {
    list-style: disc !important;
    font-size: 14px;
    color: #666;
    line-height: 23px;
}

ul#product-detail-tab> li.active > a::after,ul#product-detail-tab> li.active > a{
    background: #0066a5;
    border-bottom: 3px solid #0066a5;
    color: #fff !important;
}
.product-view .product-name{border-bottom: 0 !important;}
.product-shop ol#menu1 li:first-child strong {
    margin-right: 10px;
    margin-top: 11px;
    color: #333;
    display: inherit;
}
.carousel nav {
    position: absolute;
    top: 16%;
    left: 0;
    width: 100%;
    z-index: 999;
}
.carousel nav li:first-child {
    float: left;
}
.carousel nav a {
width: 40px;
    height: 105px;
    font-size: 21px;
    background-color: #f2f2f2 !important;
    border-radius: 0 !important;
    position: relative;
}
div#specialoffre {
    min-height: 525px;
}

button.btn.btn-primary.leftLst.over, button.btn.btn-primary.rightLst {
    display: none;
}
.sidebar-widget {
    min-height: 458px;
}
.carousel nav a i {
    margin: 31px -5px;
    font-weight: normal !important;
    font-size: 23px;
}
.carousel nav a i {
    color: #450D6A;
}
.price-block {
    clear: both;
}
div#hotdetalsu {
    min-height: 564px;
}

.product-essential .ratings{border-bottom: 1px solid #ccc;    margin-bottom: 50px;    padding-bottom: 20px;}
button.btn.btn-success.slectcalso1.btn-sm.activevaliue {
    background: #ccc !important;
    color: #000;
    border: 1px solid #ccc;
}
.product-view{font-family: 'Roboto';}

/*18-03-2019*/
.header-style-1.cstm_header .header-nav .navbar-default .navbar-collapse .navbar-nav > li.active:hover > a{ background: #022335;}

.yamm .dropdown-menu .yamm-content .links li a {
  padding: 4px 0px;
    letter-spacing: 0.2px;
	font-size:13px; 
	font-family: 'Work Sans',sans-serif;
}
.yamm .dropdown-menu .yamm-content {
    padding: 0;
	max-height:450px;
	overflow-y:scroll;
}
.yamm .dropdown-menu .yamm-content .col-menu {
      padding-top: 15px;
}
.categoruslider {
	padding:0px;
	}
.categoruslider ul {
	margin:0px;
	padding:0px;
	}
.categoruslider ul li{
	list-style-type:none;
	}
.categoruslider ul li a {
	text-decoration:none;
	color:#000; 
	display:block;
	font-size:15px;
	padding:10px 0 10px 15px;
	}
.categoruslider ul li a:hover {
	background:#0066a5;
	color:#fff;
	}	
.categoruslider ul li.lasthjbuf a{
	background:#0066a5;
	color:#fff;
	}			
.yamm .dropdown-menu h2 a
{
    	color:#333;
}
.yamm-content .row:nth-child(2) {
    margin-top: 25px;
}
ul.dropdown-menu.container .yamm-content .row .col-menu:nth-child(2n) {
    background: #f9f9f9;
 
}
ul.dropdown-menu.container .yamm-content .row {
    margin: 0;
}
.yamm .dropdown-menu .yamm-content .col-menu
{
     min-height: 30vh;
}
   .header-style-1.cstm_header .header-nav .navbar-default .navbar-collapse .navbar-nav > li.active:hover > a, .header-style-1.cstm_header .header-nav .navbar-default .navbar-collapse .navbar-nav > li.active:active > a{color: #fff;}


/*check*/
.mf-image-box.style-1:hover
{
    border-color: #fcb800;
}
.mf-image-box.style-1 {
    display: flex;
    align-items: flex-start;
    border: 1px solid #ccc;
    margin-bottom: 30px;
}
.mf-image-box.style-1 .thumbnail { 
    width: 45%;
    display: block;
    margin-bottom: 0;
    background: none;
    padding: 0;
    border: 0;
    background-color: transparent; 
}
.mf-image-box.style-1 .image-content {
    padding: 18px 10px 10px;
    width: 55%;
    background: #fff;
}
.mf-image-box.style-1 .image-content .box-title {
    font-size: 18px;
    color: #000;
    line-height: 1;
    text-align: left;
}
.mf-image-box .box-title { 
    font-weight: 400;
    margin: 0;
    transition: .5s;
}
.mf-image-box .image-content ul {
    margin: 15px 0 0;
    padding: 0;    display: inline-block;
    width: 100%;
}
.mf-image-box .image-content ul li {
    list-style: none;
    margin-bottom: 7px;
    display: block;
    line-height: 1;
    border: none;
    text-align: left;
}
.mf-image-box .image-content ul li a {
    color: #666;
    border-bottom: 1px solid transparent; 
}
 
div#category .jcarousel-wrapper {
    border: none;
    border-radius: 0;
    box-shadow: none;
}
div#category .jcarousel-control-prev, div#category .jcarousel-control-next{background: #108bea; color:#fff}
div#category .jcarousel li {
    background: transparent;
    border: none;
}
.category-carousel a.carousel-control {
    background: none;
}
#img-sldr a.right.carousel-control
{
    
    right: 15px;

}
#img-sldr a.left.carousel-control{    left: 15px;}

#img-sldr a.carousel-control {
    position: absolute; 
    top: 50%;
    transform: translatey(-50%);
    opacity: 1;
    padding: 0;
    width: 0;
}
div#myCarousel a.carousel-control span {
    background: #000;
    cursor: pointer;
    color: #000;
    width: 48px;
    height: 48px;
    line-height: 40px;
    text-align: center;
    z-index: 10;
    background-color: rgba(204,204,204,.5);
    transition: .5s;
}
div#myCarousel a.carousel-control span:before{ display: none;}
div#myCarousel span.glyphicon.glyphicon-chevron-right:after {
    content: "\f105";
    font-family: FontAwesome;
 
}
div#myCarousel span.glyphicon.glyphicon-chevron-left:after {
    content: "\f104";
    font-family: FontAwesome;
 
}
/*19-03-2019*/
.cstm-sidebar.sidebar .side-menu nav .nav > li a:hover, .cstm-sidebar.sidebar .side-menu nav .nav > li a:focus,.cstm-sidebar.sidebar .side-menu nav .nav > li a:hover:after
{
      color:#fcb800;
}

.cstm-sidebar ul.nav li.menu-item a {
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
    font-family: 'roboto';
    color: #333;
}

.cstm-sidebar ul.nav li.menu-item a:after{content: "\f078";}
.cstm-sidebar.sidebar .side-menu nav .nav > li > .mega-menu .yamm-content ul > li > a{font-family: 'roboto'; font-weight: 400;}

.cstm-sidebar ul.nav li.menu-item.open a:after{content: "\f077"}
.cstm-sidebar.sidebar .side-menu nav .nav > li > .mega-menu{    position: relative;box-shadow: none;}
.col-md-3.sidebar.cstm-sidebar nav {background-color: #f5f5f5;}
.cstm-sidebar li.dropdown.menu-item.open .mega-menu a:after{ display: none;}
   
.cstm-sidebar li.dropdown.menu-item.open .mega-menu h2,.cstm-sidebar li.dropdown.menu-item.open .mega-menu li{display: flex;}

.cstm-sidebar li.dropdown.menu-item.open .mega-menu li a{margin-left: 10px;font-family: 'roboto';}
.cstm-sidebar li.open ul.mega-menu li.yamm-content .col-sm-12.col-md-12 {
    margin-bottom: 5px;
}
.cstm-sidebar li.dropdown.menu-item.open .mega-menu h2 {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 8px;
    margin-top: 15px;
}
.cstm-sidebar .sidebar-module-container .sidebar-widget {
    background: #f5f5f5;

}
.cstm-sidebar.sidebar .sidebar-module-container .sidebar-widget .widget-header .widget-title 
{
   font-family: 'roboto'; 
    text-transform: uppercase;
}

.cstm-sidebar.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle.collapsed{text-transform: uppercase;}

.cstm-sidebar.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle:hover,.cstm-sidebar.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle:focus,.cstm-sidebar.sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .accordion .accordion-group .accordion-heading .accordion-toggle:visited{color: #fcb800}
.cstm-sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .list li label,.cstm-sidebar .sidebar-module-container .sidebar-widget .accordion-heading,.cstm-sidebar .sidebar-module-container .sidebar-widget .widget-header{    font-family: 'roboto';}

.sidebar.cstm-sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .slider-track .slider-selection{    background: #108bea;}

.sidebar.cstm-sidebar .sidebar-module-container .sidebar-widget .sidebar-widget-body .price-range-holder .slider .slider-track {
    background-color: #6ec0ff;}

.sidebar.cstm-sidebar .side-menu nav .nav > li > .mega-menu .yamm-content {
    padding: 10px 15px;
}
span.tl-arrow-menu {
    width: 20px;
    height: 20px;
    background: #fff;
    position: absolute;
    right: 25px;
    top: -5px;
    transform: rotate(45deg);
}

/*20-03-2019*/
a#whish_Cstm {
    color: #ccc;
    display: inline-block;
    margin-left: 10px;
    margin-top: 15px;
    
}
a#whish_Cstm i
{
font-size: 30px;
    }
.actions-button {
    float: left;
        margin-left: 15px;
}
.social div>a span svg
{
    
    width: 25px;
    height: 34px;
}
.product_image ul {
    margin-left: 40px !important; margin-top: 0 !important;
}

.social div>a span {
    border-radius: 0 !important;
}
a#whish_Cstm:hover {
    color: #000;
}

.price-block+.social a{margin-left: 10px}
 .price-block+.social div>a span, .price-block+.social div>a {
    width: 40px;
    height: 40px;
}
 
.price-block strong + ol {
    padding-left: 60px;
}
.price-block strong { 
    margin: 0;
    font-family: 'roboto';
    float: left;
}
.price-block + .social div > a:first-child {
    margin-left: 0;
    
}
.body-content.outer-top-xs > .container-fluid {
    background: #fff;
}
.header-style-1 .header-nav .navbar-default .navbar-collapse .navbar-nav > li.active > a{
        font-family: 'Work Sans',sans-serif;}

.right_nav.cart_right .menu-item-compare {
    display: none;
}





@media (max-width: 1280px)
{
    .actions-button button.buy_now_button.button{ margin-left: 30px;}
    .site-header ul.extras-menu{margin: 0;}
       
}

@media (max-width: 1024px)
{
    .actions-button button.buy_now_button.button {
    margin-left: 0;
    width: auto;
}
    .checkout_page .single_add_to_cart_button {
    margin-left: 0;
    min-width: auto;
    margin-right: 10px;
}   
    .site-header li i {
    font-size: 25px;
}
    .col-xs-12.col-sm-12.col-md-6.top-search-holder {
    width: 100%;
    max-width: 400px;
}
    .top-cart-row
    {
            width: 100%;
    max-width: calc(100% - 655px);
    padding-right: 0;
    }
    .col-xs-12.col-sm-12.col-md-6.top-search-holder {
    width: 100%;
    max-width: 410px;
}
    .header-style-1.cstm_header .header-nav .navbar-default .navbar-collapse .navbar-nav > li.active > a {
    font-size: 12px; 
}
    
}


@media (max-width: 991px){
    .shopping-cart .entry-title {padding-top: 45px;}    .col-md-6.col-sm-6.sign-in.acc_nt{padding-right: 15px;}
    .create-new-account{padding-left: 15px;}
    .body-content .sign-in-page .create-new-account p {font-size: 14px;}
     button.btn-upper.btn.btn-primary.checkout-page-button {height: 45px;}
    .site-header ul.extras-menu{    width: 35%;    margin: 0 auto;}
    .body-content .sign-in-page {margin: 20px 0 50px;padding: 30px 20px;}
    .col-md-4.col-sm-12.coupon_code {margin-bottom: 50px;color: #09c;}
    .product-view .product-img-box .img-magnifier-container {width: 100% !important;}
    p.Emi { display: inline-flex;float: none;margin-bottom: 5px;}
    .col-xs-12.col-sm-12.col-md-6.top-search-holder{max-width: 100%;}
    .top-cart-row{width: 100%;max-width: 100%;padding-right: 15px;}
    .cstm_header .header-nav.animate-dropdown .container {padding: 0;    width: 100%;}
    .header-style-1.cstm_header .header-nav .navbar-default .navbar-collapse .navbar-nav > li.active > a {font-size: 10px;padding: 9.5px;}
    .col-xs-12.col-sm-6.col-md-3.col-menu:nth-child(3) {clear: both;} 
}
@media (max-width: 767px)
{
    .container.back_cart .col-md-6:first-child {
    padding-left: 15px;
}
    .back_cart a.btn-shop {
    width: 100%;
}
    button.button.btn-update i.fa.fa-refresh {
    left: 33%;
    transform: translatey(-50%);
    }
    .back_cart button.button.btn-update
    {
    float: none;
    margin-top: 15px;
        width: 100%;
}
    .col-md-6.col-sm-6.sign-in.acc_nt {
        border-right: 0;
    border-bottom: 1px solid #e8e8e8;
    margin-bottom: 35px;
    padding-bottom: 50px;
}
    .body-content .sign-in-page .acc_nt.sign-in h4, .body-content .create-new-account h4.checkout-subtitle {
    font-size: 18px;
    color: #000;
    border: 0;
    text-align: center;  
    }
    .body-content .sign-in-page .create-new-account p {
    font-size: 12px;
}
    button.btn-upper.btn.btn-primary.checkout-page-button
    {
      font-size: 14px;  
    }
    .main-header .top-search-holder .search-area .search-field {width: calc(100% - 25%); }
    .main-header .top-search-holder .search-area .search-button {width: 25%;}
    .body-content .sign-in-page {margin: 0 0 50px;}   
    .shopping-cart .entry-title{font-size: 26px;}   
    footer#footer {display: none; } 
  
 .product-view .product-essential .product-name h1 {
    font-size: 18px;
        padding-right: 0;
    }
    .actions-button {
    clear: both;
}
    .actions-button button, .actions-button button.buy_now_button.button {
    margin: 4px auto 10px;
    width: 100%;
    margin-left: 0 !important;
    display: inline-block;
}
    .checkout_page .custom.pull-left {
    width: 100%;
    margin-bottom: 15px;
}
    .add-to-box .add-to-cart .qty {
    width: 100%;
}
    .checkout_page .custom button.items-count {padding: 12px 32px;}
    p.Emi+button.btn.btn-success.btn-sm {
    float: none;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px; 
}
    .deals_product {
    width: 100%;
            display: inline-block;
}
    .deal-expire-date {
    display: inline-block;
    }
    .product-shop .productdetails_timewrap .productdetails_timewrapin {
    background: transparent;
    width: 50%;
    float: left;
    margin-right: 0;
}
    .productdetails_timewrap .productdetails_timewrapin .key {
    display: grid;
    width: 100%;
            row-gap: 5px;
}
    .deals_product .box {
    display: inline-block;
    width: 100%;
    float: none;
            margin-bottom: 10px;
}
    .productdetails_timewrap .productdetails_timewrapin .key>.key {
    width: 98%;
}
    .timing-wrapper.productdetails_timewrap .deal-expire-text{width: 100%;margin-bottom: 10px;}
    .box-wrapper.productdetails_timewrapin .value:after{display: none;}
    .deal-sold .deal-sold-text {font-size: 14px;}
    .mf-image-box.style-1 .thumbnail {
    width: 25%;
    margin-bottom: 0;
    background: none;
    padding: 0;
    border: 0;
    background-color: transparent;
}
    .mf-image-box.style-1 .image-content {
    padding: 18px 10px 10px;
    width: 75%;
    background: #fff;
}
    .header-style-1.cstm_header .header-nav .navbar-default .navbar-collapse .navbar-nav > li.active > a {
    font-size: 14px;
    line-height: normal;
}
    .actions-button {margin-left: 0;width: 100%;}
	.header-style-1 {
		display:none;
		}
	.headmobile {
		display:block; 
		color:#fff;
		height:95px; 
		}	
	.spanmenu {
		border-bottom:2px solid #fff;
		margin-bottom:5px;
		display:block;
		width:24px;
		 }
	.menuseiclnto {
		padding:5px 0;	
		}
	.menuseiclnto ul {
		margin:0px;
		padding:0px;
		display:block;
		text-align:right;
		}
	.addqtydta {
		margin-bottom: 10px;
	} 	
	.menuseiclnto ul li {
		list-style-type:none;
		display:inline-block;
		margin-left:15px;
		}	
	.menuseiclnto ul li a {
		text-decoration:none;
		color:#fff;
		font-size:16px;
		font-weight:bold;
		}
	.mobilestickergeah {
		position:fixed;
		top:0px;
		left:0px;
		display:block;
		width:100%;
		z-index:1000;
		background:#2874f0;
		padding:5px 0 10px;
		}	
	.menuiocnjs {
		padding-top:5px;
		width:24px;
		display:inline-block;
		}
	.menuiocnjs a {
		text-decoration:none;
		color:#fff;
		display:block;
		width:24px;
		}
	#menhugdata {
		position:fixed;
		width:100%;
		left:-9999px;
		top:0px;
		background:rgba(255,255,255,0.7);
		z-index:9999;
		height:100vh;
		}	
	.menusetinup {
		width:65%; 
		background:#fff; 
		height: 100%;
	}
	.sraechbayns {
		display:none;
	}
	.lock-scroll {
		overflow: hidden;
	}	
	.menuslider {
		width:100%;
		padding:10px 0; 
		height: 100%;
		overflow-y:scroll;
		}
	.menuslider ul {
		margin:0px;
		padding:0px;
		
		}
	.maodresonvepadd {
		padding:0px;
	}	
	.menuslider ul li {
		list-style-type:none;
		padding:13px 0;
		 
		}
	.product .product-info .name {
		margin:5px 0;
	}	
	.product .product-info .product-price .price{
		
	}
	.boratrtalp {
		border-top:1px solid #e7e7e7;
	}	
		
	.menuslider ul li a {
		display:block;
		padding-left:15px;
		font-size:14px;
		color:#000;
		}
	#menhugdata {
		padding:0px;
		}
	#menhugdata h3 {
		font-size:16px;
		margin:0px;
		padding:5px 0 5px 15px;
		background:#2874f0;
		color:#fff;
		}
	.img-container {
		width:100% !important;
		float:none !important;
		margin-top:0px;
		background:#fff;
		text-align:center;
		padding:10px 0;
	}
	.img-container img {
		width:45% !important;
		height:auto !important;
	}
	.logo {display:none;}
	.colstget {
		width:20px;
		height:20px;
		background:#000;
		float:right;
		color:#fff;
		font-size:16px;
		display:block;
		-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align:center;
	margin-right:10px;
	margin-top:25px;
		}	
	.fooreemobiledata {
		width:100%; 
		background:#fff;
		display:block;
		position:fixed;
		bottom:0px;
		z-index:999;
		border-top:1px solid #e7e7e7;
		}
	.fooreemobiledata ul {
		margin:0px;
		padding:0px;
		display:block;
		text-align:center;
		
		}
	.pafinremovarsf  {
		padding:0px;
	}	
	.fooreemobiledata ul li {
		list-style-type:none;
		display:inline-block;
		width:18.5%;
		padding:10px 0;
		position:relative;
		text-align:center;
		}			
	.fooreemobiledata ul li a {
		text-decoration:none;
		color:#000;
		font-size:20px;
		}
	.fooreemobiledata ul li a span {
		display:block;
		font-size:12px;
		}
	 
	.fooreemobiledata ul li:hover { 
		background:#0066a5 ; 
		}
	.fooreemobiledata ul li:hover a{  
		color:#fff;
		}
	.fooreemobiledata ul li:hover  a span.poinrushiow{ 
		background:#00acff ;
		color:#fff;		
		}
	.paddinkl {
		padding:0px;
	}	
	 #imges-banner {
		 display:none;
		 }	
	.userdartagsyek {
		margin:50px 0 10px;
		display:block; 
		}	
	.moyujijd{
		margin-top:0px !important;
	}	
	.userdartagsyek ul {
			display: block;
			margin: 0px;
			padding: 5px 0;
			 
		} 	
	.timighset {
		padding: 10px;
		box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
		 
		margin: 20px auto;
		background: #fff;
	}	
	.timighset h3 {
		font-size:16px;
		margin:0 0 8px;
	} 
	.userdartagsyek ul li { 
			position: relative;
			text-align: center;
			list-style-type: none;
			margin: 0 0 5px;
			background:#fff;
			width:32%;
			font-size:12px;
		}
	.dislaucatregrotaf { 
		width: 95%;
		margin: auto;
	}
	 .my-wishlist-page h3 {
		 margin-top:0px;
	 }
	.breadcrumb{
		display:none;
	}
	
		.datedatasettg ul li { 
			width: 100% !important; 
			margin-bottom:10px;
			
		}	
		.datedataskks ul li {
				width: 75px !important;
			}
	.search-field {
		width:94%;
		padding-left:10px;
		height:40px;
		padding-right:40px;
		border:1px solid #e7e7e7;
		color:#000;
	}
	.mobiledarfgsr {
		display:block;
		border:1px solid #e7e7e7;
		margin-top:15px;
		background:#fff;
		padding:0 10px 10px;
	}
	.despricesdata {
		display:none;
	}
	.mobiledarfgsr h2 {
		font-size:18px;
		margin:10px 0;
	}
	.searcbuttonadta {
		border-radius: 5px;
		display: inline-block; 
		margin: 0px;
		padding: 12px;
		color:#fff;
		text-align: center;
		background-color: #0066a5;
		border: 1px solid #0066a5;
	}
	.userdartagsyek ul li a {
			text-decoration: none;
			display: block;
			color: #999;
			height:85px;
			overflow:hidden;
			text-transform:capitalize;
			font-family:Arial, Helvetica, sans-serif;
		}
	.userdartagsyek ul li a:hover { 
			color: #fff; 
		}	
	.haiipdhyejderails 	{
		display:none;
	}
	.happysectionadtaat {
		display:block;
		padding":15px 0; border-top: 1px solid #e7e7e7;
	}
	.servicaeprok img {
		width:45px;
		height:45px;
	}
	.servicaeprok h3 {
		font-size:11px;
	}
	.moilseuconr {
		margin:0px;
		display:block;
	}	
	.moilseuconr ul {
		margin:0px;
		padding:0px;
	}
	.moilseuconr ul li {
		list-style-type:none;
		display:inline-block;
		width:49%;
	}
	.moilseuconr .price-box {
		font-size: 14px;
		color: #00acff; 
		text-align:right;
		
		
	}
	.mobilederatyhs {
		display:block;
		border-top:1px solid #e7e7e7;
		width:100%;
		background:#fff;
		margin:10px 0;
		padding:0 10px 15px;
		/*box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);*/
	}
	#prosimilardata {
		margin-top:15px;
	}
	.productapkjsdou {
		width:45%;
		float:left;
		margin:5px;
		border:1px solid #e7e7e7;
		box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
		-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
	}
	/*.userdartagsyek ul li a img{
		border:1px solid #e7e7e7;
		width: 32px;
		height: 32px;
		display: block;
		-webkit-border-radius: 30px;
		-moz-border-radius: 30px;
		border-radius: 30px;
		margin: 0 auto 10px;
		}*/
		.mobilecartdatasshiow {
			display:none;
		}

	.mobilrfsrg {
		height:auto;
		overflow:hidden;
		}
	#owl-main .item{
			height:150px !important;
			 -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
background-size:100% 100%;
	}	
	#bestdeel {
		display:none;
		}	
	#fashion-asseccessories {
		display:none;
		}	
	#img-sldr {
		display:none;
		}	
	#bannerseunio{
		display:none;
		}
	#baestsallerr {
		display:none;
		}	
	#featuredhaj {
		display:none;
		}	
	#slikdiftkdk {
		display:none;
		}	
 #owl-main {
	 height:auto;
 }
	#wisgilaosugfr {
		display:none;
		}		
	#mobiledata {
		display:block;
		margin-bottom:70px;
		}	
	.product-image {
		text-align:center;
		margin-bottom:10px;
		}
	.product-image a {
		text-align:center;
		}
	.product-info {
		text-align:center;
		}	
	.menusproducytr	{
		background:#fff;
	 	padding:5px;
		border: 1px solid #e7e7e7; 
		 -moz-box-shadow:    1px 1px 5px 3px #e7e7e7;
	  -webkit-box-shadow: 1px 1px 5px 3px #e7e7e7;
	  box-shadow:         1px 1px 5px 3px #e7e7e7;
	  -webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
	  margin-bottom:2px;
		}
	.mobiledatar {
		display:none;
		}
	.product .product-image .image img {
		height:250px;
		}		
	#prosimilar .owl-controls {
		display:none !important;
		}	
	/*.single-product .product-tabs{
		height:auto;
		}	*/
	.product-tabs li {
 
		float:none;
		display:block !important;
		}	
	.product-img-box  .imggalleyt img{
		width:100% !important;
		margin:0 !important;
		height:auto !important;
		}
	.product-img-box ul  {
		width:100%;
	}	
	.product-img-box ul li{
		list-style-type:none;
		margin:0px !important;
		padding:0 !important; 
		width:100%;
		}	
.simijiletrdata {
		margin-bottom:110px;
		}
	.homheadlie {
		margin-top:10px;
		font-size:18px;
	}	
	.viewbuttonadata { 
			width: 70px; 
			font-size: 12px; 
		}
	.mobileshowdta {
		position:fixed;
		bottom:65px; 
		border-top:1px solid #e7e7e7;
		left:0px;
		display:block;
		width:100%;
		background:#fff;
		}
	.mobileshowdta ul {
		margin:0px;
		padding:0px;
		display:block;
		text-align:center;
		}	
	.mobileshowdta ul li {
		list-style-type:none;
		display:block;
		float:left;
		width:49.8%;
		
		background:#0066a5;
		border-left:1px solid #0066a5;
		}
	.poinrushiow {
		position:absolute; top:5px; background:#c9302c; width:20px; height:20px; display:block; -webkit-border-radius: 10px; right:0px;
-moz-border-radius: 10px;
border-radius: 10px;
color:#fff;
	}
	.mobilefooterdatra_acrt {
    display: block;
    position: fixed;
    bottom: 66px;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 99;
    border-top: 1px solid #e7e7e7;
}
.mobilefooterdatra_acrt h3 {
    font-size: 16px;
    color: #000;
    margin: 10px 0 0;
    padding-left: 10px;
    text-align: left;
}
.vientioton {
    float: right;
    margin: 5px 10px 5px 0;
}
	.mobileshowdta ul li a{
		padding:10px 0;
		text-align:center;
		display:block;
		font-size:18px;
		color:#fff;
		}
		#recentilafdatt {
			margin-bottom:120px;
		}
	.mobileshowdta ul li:first-child{
		background:#00acff;
		}
	#prosimilar {
		margin-bottom:100px;
		}	
	#recenrtru {
		display:none;
		}	
	.product-info h3.name {
		white-space: nowrap;
		width:100%;
		  overflow: hidden;
		  text-overflow: ellipsis;
		}
	.headeruserdartagsyek {
		margin:10px 0 0px;
		display:none;
		}	 
	.headeruserdartagsyek ul {
			display: block;
			margin: 0px;
			padding: 5px 0;
			overflow-x: auto;
			white-space: nowrap;
		} 		
	.headeruserdartagsyek ul li {
			display: inline-block;
			position: relative;
			text-align: center;
			border-bottom:1px solid #000;
			list-style-type: none;
			margin: 0 10px;
		}
	.headeruserdartagsyek ul li:hover {
		border-bottom:1px solid #ffb200;
		}	
	.headeruserdartagsyek ul li a {
			text-decoration: none;
			display: block;
			color: #fff;
			text-transform:capitalize;
		}
	#top-banner-and-menu {
		margin-top:2px;
		}
	.mobilewoshlaist {
		display:block; padding:10px 0; margin-bottom:45px;
		}
	.bacjad {
		padding:10px;
		background:#000;
		color:#fff;
		margin-top:20px;
		}
	.bacjad a {
		color:#fff;
		}	
	#recentilafdatt .owl-item {
		width:auto !important;
		}	
	.mobilvakco {
		width:100%;
		background:#2874f0 !important;
		height: 150px;
		padding:0px;
 	}
	.monileo {
		padding-left:0px;
		padding-right:0px;
		}
	#owl-main .owl-pagination {
		display:none;
		}	
	 
	.mobomeoay {
		display:none;
		}	
	.newdeumnsi {
		margin:0px;
		}	
.extrahdo{
	margin-bottom:20px;
}		
}
.social {
	float:none !important;
	padding:0px 10px;
	display:none;
}
.mobilediaplseciotn {
	display:none;
}
#diuspapomojh {
	display:table;
}
.diasnpdatahgay {
		display:block;
	}
.mobilseciotnt {
	display:none;
}	
.shoingdatashow {
	display:block;
}
.shoingdatashow ul {
	margin:0px;
	padding:0px;
	text-align:right;
}
.shoingdatashow  ul li {
	list-style-type:none;
	display:inline-block;
	margin-right:0px;
	width:48%;
}
.shoingdatashow  ul li a {
	display:block;
	padding:5px 10px;
	border:1px solid #e7e7e7;
	color:#00acff;
}
.heaveuj a.redhaetsd {
	color:#00acff;
}
  .destopdatamu {
	  display:block;
  }
  .tabledatashowuy { 
	  width:95%;
	  margin:10px auto 20px;
	  padding:5px;
	  background:#fff;
	  min-height: 400px;
	  box-shadow:0 2px 4px 0 rgba(0,0,0,.08);
  }
  .tabledatashowuy ul {
	  margin:0px 0 15px;
	 padding:0px;
	  border-top:1px solid #0066a5;
  }
  .tabledatashowuy ul li {
	  list-style-type:none;
	   padding:5px 0 5px 15px;
	  border-bottom:1px solid #e7e7e7;
	  float:left;
	  width:19%;
  }
  .tabledatashowuy ul li a{
	  color:#ed3237;
  }
  .oregrdreahy {
	  display:block;

	  color:#0066a5; 
  }
  .useredarred {
	  
	  margin:auto;
  }
  .oregrdreahy span{ 
	  color:#00acff ;
  }
  .develiettydaer {
	  max-height:120px;
	  width:100%;
	  overflow-y:scroll;
	  padding:10px;
	  border:1px solid #e7e7e7;
  }
  .mobiledatrcet{
	  width:100%;
	  padding:5px;
	  box-shadow:0 2px 4px 0 rgba(0,0,0,.08);
	  background:#fff;
	  
  }
 
  .backfata {
	  position:fixed;
	  top:0px;
	  background:#0066a5; 
	  padding:15px 0;
	  width:100%;
	  z-index:9;
  }
    .backfata a {
		color:#fff;
		font-size:18px;
		text-align:center;
	}
.useredarred h3{
	font-size:16px;
	font-weight:normal;
}	
.mobilevartdus {
    padding: 1px 0;
}
.mobilevartdus ul {
    margin: 0;
    padding: 0;
    display: block;
    text-align: left;
}
.mobilevartdus ul li {
    list-style-type: none;
    float: left;
    padding: 5px;
	width:auto;
    font-size: 12px;
    position: relative;
}
.appycodescetion {
	width: 100%;
	margin: 0px auto 20px;
	padding: 5px;
	background: #fff;
	box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
}
.appycodescetion h3 {
	font-size:16px;
	color:#84b943;
	cursor:pointer;
	text-align:center;
	margin:10px 0;
}
.monileo {
	padding:0px;
}
.appycodescetion h3 span {
	display:inline-block;
	padding:20px 0;
	margin-bottom:20px;
	border-bottom:1px solid #e7e7e7;
}
.mobiledarfgsr h2 .price {
	float:right;
	font-size: 14px;
	color: #00acff;
 
}
.quantity-minus {
    position: absolute;
    top: 2px;
    left: 13px;
    display: block;
    width: 15px;
    height: 15px;
		font-size: 20px;
font-weight: 700;
color:#0066a5;
}
.quantity-plus {
    position: absolute;
    top: 3px;
    left: 70px;
    width: 15px;
    height: 15px;
	font-size: 20px;
font-weight: 700;
color:#0066a5;
    display: block;
}.
.tablsponsive { 
	  padding:5px;
	  box-shadow:0 2px 4px 0 rgba(0,0,0,.08);
	  background:#fff;
} 
.moniupdateqty {
    width: 80px;
    display: inline-block;
    height: 25px;
    text-align: center;
}
.mobilevartdus ul li:nth-child(2) {
    width: 45%;
    display: inline-block;
}
.userdartagsyek ul li a img {
	width:50px;
	height:50px;
}
@media (max-width: 640px)
{
    .mf-image-box .box-title {font-size: 16px;}
    .sign-in-page input{font-size: 12px;}
    .site-header ul.extras-menu {width: 80%;margin: 0 auto;}
    .mf-image-box.style-1 .thumbnail{    width: 50%;}
    .mf-image-box.style-1 .image-content { width: calc(100% - 30%);}
	.multi_step_form #msform {
		min-height:750px !important;
	}
	 .tab-content {
	  padding:0px;
  }
  .userdartagsyek ul li a img {
	margin-bottom:0px;
}
  .destopdatamu {
	  display:none;
  }
  .mbilrimagelogo {
	  margin-top:100px;
  }
  .terms-conditions-page{
	  margin-top:100px; 
	  padding:5px;
	  margin-bottom:100px;
	  background:none;
  }
  .filters-container {
	  margin-top:30px;
  }
  .mobiledata ul li {
	  width:60%;
  }
  .textfielodiphone {
	  width:100%;
  }
   #prosimilar .product .product-image .image img {

    width: auto;
    height: 150px !important;
    margin: auto;

}
	.mobilediaplseciotn {
		display:block;
	}
	.mobilediaplseciotn ul {
		margin:0px 0 15px;
		padding:8px;
		background:#fff;
		box-shadow: 0 2px 4px 0 rgba(0,0,0,.08);
	}
	.mobilediaplseciotn ul li {
		list-style-type:none;
		padding: 0;
	 
	}
	.mobilediaplseciotn ul li span {
		display:block;
		float:right;
	}
	.mobilediaplseciotn ul li ul.prodychydji {
			margin: 0px;
			padding: 0px;
		}
	.mobilediaplseciotn ul li ul.prodychydji li {
		width: 32%;
		padding: 3px;
		display: inline-block;
		text-align: center;
		font-size: 12px;
		 
	}
	.mobilediaplseciotn ul li ul.prodychydji li span{
		 white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
	width:100%;
	float:none;
	}
	#diuspapomojh {
		display:none;
	}
	.diasnpdatahgay {
		display:none;
	}
	 
	.mobilseciotnt {
		display:block;
	}
	.mobilseciotnt ul {
		margin:0px 0 15px;
		padding:0px;
	}
	.search-buttonmoile {
		border-radius: 5px;
		display: inline-block;
		position: absolute;
		margin: 0 0 0 -33px;
		padding: 10px 8px 10px 10px;
		text-align: center;
		background-color: #fff;
		color:#000;
		border: 1px solid #fff;
	}
	.imagedata {
		padding:2px 0;
	}
	.imagedata ul {
		margin:0px;
		padding:0px;
	}
	.imagedata  ul li {
		list-style-type:none;margin-left:5px;
		border:1px solid #e7e7e7;
		padding:0px;
		width:18%;
	}
	.mobilseciotnt ul li {
		list-style-type:none;
		padding:5px 0;
		border-bottom:1px solid #e7e7e7;
	}
	.mobilseciotnt ul li span {
		display:block;
		float:right;
	}
	.terms-conditions-page .list-group {
		display:none;
	}
		.wihilebag {
		background:#fafbfb;
	}
	.container {
		background:#fff;
	} 

}
.mainnemiclas {
	background:#2874f0;
}
.moyujijd{
		margin-top:10px ;
	}
