@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Titillium+Web&display=swap);

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index:99999999999999999;
}

h3.titlecap{
	font-family: 'Titillium Web', sans-serif !important;
	font-size:24px; color:#7c011d;
	margin:0 0 10px 0; font-weight:normal;
}
h3.titlecap::after{
	content:"";
	display:block;
	background-color:#FC6;
	height:1px; width:100%;
	margin:10px 0 25px 0;
}
h4.descap{
	font-family: 'Titillium Web', sans-serif !important;
	font-size:18px; color:#7c011d;
	margin:0 0 10px 0; font-weight:normal;
}
h4.descap::after{
	content:"";
	display:block;
	background-color:#FC6;
	height:1px; width:100%;
	margin:10px 0 10px 0;
}

/* TOP STRIP */
.topstrip{
	background:#ec8719;
	padding:12px 0;
	/*border-bottom:#cfbb8a 1px solid;
	background: rgba(248,238,214,1);
	background: -moz-linear-gradient(top, rgba(248,238,214,1) 0%, rgba(248,238,214,1) 89%, rgba(204,183,134,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(248,238,214,1)), color-stop(89%, rgba(248,238,214,1)), color-stop(100%, rgba(204,183,134,1)));
	background: -webkit-linear-gradient(top, rgba(248,238,214,1) 0%, rgba(248,238,214,1) 89%, rgba(204,183,134,1) 100%);
	background: -o-linear-gradient(top, rgba(248,238,214,1) 0%, rgba(248,238,214,1) 89%, rgba(204,183,134,1) 100%);
	background: -ms-linear-gradient(top, rgba(248,238,214,1) 0%, rgba(248,238,214,1) 89%, rgba(204,183,134,1) 100%);
	background: linear-gradient(to bottom, rgba(248,238,214,1) 0%, rgba(248,238,214,1) 89%, rgba(204,183,134,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8eed6', endColorstr='#ccb786', GradientType=0 );*/
}
.topstrip_left{
	width:50%;
	float:left;
	/*border:#000 1px solid;*/
}
.topstrip_left p.welcome{
	font-family: 'Titillium Web', sans-serif;
	font-size:17px; color:#7c011d; /*color:#fff;*/
	margin:0; font-weight:bold;
	text-shadow:#fff 1px 1px 0;
}
.topstrip_right{
	width:40%;
	float:right;
	/*border:#000 1px solid;*/
}
ul.usercontrol{
	list-style-type:none;
	list-style-position:inside;
	padding:0; margin:0;
	float:right;
}
ul.usercontrol li{
	float:left;
	margin:0 0 0 10px;
	padding:0 0 0 10px;	
	color:#000;
	border-left:#900 1px solid;
}
ul.usercontrol li a{
	font-family: 'Titillium Web', sans-serif;
	font-size:15px; color:#7c011d; /*color:#fff;*/
	text-decoration:none; font-weight:bold;
	text-shadow:#fff 1px 1px 0;
}
ul.usercontrol li a i{
	color:#000;
	text-shadow:none;	
}
ul.usercontrol li a:hover{
	text-decoration:none;
	color:#000;
	text-shadow:#fff 1px 1px 0;
}

@media (max-width:995px){
.topstrip_left{
	width:100%;
	float:none;
	/*border:#000 1px solid;*/
}
.topstrip_left p.welcome{
	font-family: 'Titillium Web', sans-serif;
	font-size:17px; color:#fff;
	margin:0; font-weight:normal;
	text-shadow:#000 1px 1px 3px;
	text-align:center;
}
.topstrip_right{
	width:100%;
	float:none;
	/*border:#000 1px solid;*/
}
ul.usercontrol{
	list-style-type:none;
	list-style-position:inside;
	padding:0; margin:8px auto 0 auto;
	float:none;
	width:340px;
	/*border:#000 1px solid;*/
}
}


.headerbannerbg{
	background:#feb04a;
	/*background:#f3e0b3;*/
}
#bannerlg{
	display:block;
	visibility:visible;
}
#bannersm{
	display:none;
	visibility:hidden;
}
@media (max-width: 995px){
#bannerlg{
	display:none;
	visibility:hidden;
}
#bannersm{
	display:block;
	visibility:visible;
}	
}



.navibg{
	background:#332e22;
	padding:0;
}

.affix {
	top: 0;
	width: 100%;
	-webkit-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
}
.affix a {
	/*color: black !important;
	padding: 10px;*/
	-webkit-transition: all .7s ease-in-out;
	transition: all .7s ease-in-out;
}
.affix-top a {
	/*padding: 25px !important;*/
} 



/* --------------------------------------------------------------------------------------- */

	nav.sidebar.navbar {
		border-radius: 0px;
	}

	nav.sidebar, .main{
		-webkit-transition: margin 200ms ease-out;
	    -moz-transition: margin 200ms ease-out;
	    -o-transition: margin 200ms ease-out;
	    transition: margin 200ms ease-out;
	}

	/* Add gap to nav and right windows.*/
	.main{
		padding: 10px 10px 0 10px;
	}

	/* .....NavBar: Icon only with coloring/layout.....*/

	/*small/medium side display*/
	@media (min-width: 768px) {

		/*Allow main to be next to Nav*/
		.main{
			position: absolute;
			width: calc(100% - 40px); /*keeps 100% minus nav size*/
			margin-left: 40px;
			float: right;
		}

		/*lets nav bar to be showed on mouseover*/
		nav.sidebar:hover + .main{
			/*margin-left: 200px;*/
		}

		/*Center Brand*/
		nav.sidebar.navbar.sidebar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
			margin-left: 0px;
		}
		/*Center Brand*/
		nav.sidebar .navbar-brand, nav.sidebar .navbar-header{
			text-align: center;
			width: 100%;
			margin-left: 0px;
		}

		/*Center Icons*/
		nav.sidebar a{
			padding-right: 13px;
		}

		/*adds border top to first nav box */
		nav.sidebar .navbar-nav > li:first-child{
			border-top: 1px #e5e5e5 solid;
		}

		/*adds border to bottom nav boxes*/
		nav.sidebar .navbar-nav > li{
			border-bottom: 1px #e5e5e5 solid;
		}

		/* Colors/style dropdown box*/
		nav.sidebar .navbar-nav .open .dropdown-menu {
			position: static;
			float: none;
			width: auto;
			margin-top: 0;
			background-color: transparent;
			border: 0;
			-webkit-box-shadow: none;
			box-shadow: none;
		}

		/*allows nav box to use 100% width*/
		nav.sidebar .navbar-collapse, nav.sidebar .container-fluid{
			padding: 0 0px 0 0px;
		}

		/*colors dropdown box text */
		.navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
			color: #777;
		}

		/*gives sidebar width/height*/
		nav.sidebar{
			/*width: 200px;*/
			width:100%;
			height: 100%;
			/*margin-left: -160px;*/
			float: left;
			z-index: 8000;
			margin-bottom: 0px;
		}

		/*give sidebar 100% width;*/
		nav.sidebar li {
			width: 100%;
		}

		/* Move nav to full on mouse over*/
		nav.sidebar:hover{
			margin-left: 0px;
		}
		/*for hiden things when navbar hidden*/
		.forAnimate{
			opacity: 0;
		}
	}

	/* .....NavBar: Fully showing nav bar..... */

	@media (min-width: 1330px) {

		/*Allow main to be next to Nav*/
		.main{
			width: calc(100% - 200px); /*keeps 100% minus nav size*/
			margin-left: 200px;
		}

		/*Show all nav*/
		nav.sidebar{
			margin-left: 0px;
			float: left;
		}
		/*Show hidden items on nav*/
		nav.sidebar .forAnimate{
			opacity: 1;
		}
	}

	nav.sidebar .navbar-nav .open .dropdown-menu>li>a:hover, nav.sidebar .navbar-nav .open .dropdown-menu>li>a:focus {
		color: #CCC;
		background-color: transparent;
	}

	nav:hover .forAnimate{
		opacity: 1;
	}
	section{
		padding-left: 15px;
	}
	
	
/* top left*/
.promoblock{
	position:relative;
	overflow:hidden;
	margin-bottom:20px;
}
.promo{	
	font-size:12px;
	background-color:#090;
	color:#fff;
	display:inline-block;
	padding:3px 7px;
	position:absolute;
	bottom:10%;
	border:#FFF 1px solid;	
}
#promogap{
	padding:0;
}
#promogap2{
	padding:0;
}
@media (max-width:990px){
#promogap{
	padding:0 15px 0 0;
}
#promogap2{
	padding:0 0 0 15px;
}
}
/* top left*/

/********************* Shopping Demo-6 **********************/
.product-grid6,.product-grid6 .product-image6 {
  overflow: hidden;
}

.product-grid6 {
  font-family: 'Open Sans',sans-serif;
  text-align: center;
  position: relative;
  transition: all .5s ease 0s;
  margin-bottom:30px;
  min-height:400px;
}

.product-grid6:hover {
  box-shadow: 0 0 10px rgba(0,0,0,.3);
}

.product-grid6 .product-image6 a {
  display: block;
}

.product-grid6 .product-image6 img {
  width: 100%;
  height: auto;
  transition: all .5s ease 0s;
}

.product-grid6:hover .product-image6 img {
  transform: scale(1.1);
}

.product-grid6 .product-content {
  padding: 12px 12px 15px;
  transition: all .5s ease 0s;
}

.product-grid6:hover .product-content {
  opacity: 0;
}

.product-grid6 .title {
  font-family: 'Titillium Web', sans-serif !important;
  font-size: 15px;
  /*font-weight: 600;
  text-transform: capitalize;*/
  margin: 0 0 10px;
  transition: all .3s ease 0s;
}

.product-grid6 .title a {
  color: #000;
}

.product-grid6 .title a:hover {
  color: #554d3a;
}

.product-grid6 .price {
  font-family: 'Titillium Web', sans-serif !important;
  font-size: 18px;
  color: #bd3935;
}

.product-grid6 .price span {
  color: #999;
  font-size: 15px;
  font-weight: 400;
  text-decoration: line-through;
  margin-left: 7px;
  display: inline-block;
}

.product-grid6 .social {
  background-color: #fff;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  opacity: 0;
  transform: translateX(-50%);
  position: absolute;
  bottom: -50%;
  left: 50%;
  z-index: 1;
  transition: all .5s ease 0s;
}

.product-grid6:hover .social {
  opacity: 1;
  bottom: 20px;
}

.product-grid6 .social li {
  display: inline-block;
}

.product-grid6 .social li a {
  color: #909090;
  font-size: 16px;
  line-height: 45px;
  text-align: center;
  height: 45px;
  width: 45px;
  margin: 0 7px;
  border: 1px solid #909090;
  border-radius: 50px;
  display: block;
  position: relative;
  transition: all .3s ease-in-out;
}

.product-grid6 .social li a:hover {
  color: #fff;
  background-color: #f24d15;
  border: 1px solid #f24d15;
  width: 80px;
}

.product-grid6 .social li a:after,.product-grid6 .social li a:before {
  content: attr(data-tip);
  color: #fff;
  background-color: #f24d15;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 20px;
  padding: 1px 5px;
  border-radius: 5px;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: -30px;
}

.product-grid6 .social li a:after {
  content: '';
  height: 15px;
  width: 15px;
  border-radius: 0;
  transform: translateX(-50%) rotate(45deg);
  top: -20px;
  z-index: -1;
}

.product-grid6 .social li a:hover:after,.product-grid6 .social li a:hover:before {
  opacity: 1;
}

@media only screen and (max-width:990px) {
  .product-grid6 {
    margin-bottom: 30px;
  }
}

/* -----------------------NEWS SCROLL-------------------------- */
.newsbar{
	/*background:#eeeeee;*/
	background:#feb04a;
	padding:10px 5px;
	margin:10px 0;
	/*border:#f3e0b3 1px solid;*/
}

.TickerNews{
	width: 100%;
	height: 30px;
	line-height: 34px;
}
.ti_wrapper{
	width: 100%;
	height: 30px;
	position: relative;
	overflow: hidden;
}
.ti_slide{
	width: 30000px;
	position: relative;
	left: 0;
	top: 0;
}
.ti_content{
	width: 8000px;
	position: relative;
	float:left;
}
.ti_news{
	float:left;
}
.ti_news a{
	display: block;
	margin-right: 10px;
	color:black;
	text-decoration: none;
	font-size:16px;
}
.ti_news a:hover{
	text-decoration:none;
}

#fullancbutton{
	display:block;
	visibility:visible;
}
#halfancbutton{
	display:none;
	visibility:hidden;
}
@media screen and (max-width: 1335px) {
#fullancbutton{
	display:none;
	visibility:hidden;
}
#halfancbutton{
	display:block;
	visibility:visible;
}	
}
/* -----------------------NEWS SCROLL-------------------------- */

/* CTA */
.ctabg{
	background:#e8e8e8;
	padding:50px 0 30px 0;
}
@import "http://fonts.googleapis.com/css?family=Roboto:400,500";

.box > .icon { text-align: center; position: relative; }
.box > .icon > .image { position: relative; z-index: 2; margin: auto; width: 88px; height: 88px; border: 8px solid white; line-height: 88px; border-radius: 50%; background: #f24d15; vertical-align: middle; }
.box > .icon:hover > .image { background: #333; }
.box > .icon > .image > i { font-size: 36px !important; color: #fff !important; }
.box > .icon:hover > .image > i { color: white !important; }
.box > .icon > .info { margin-top: -24px; background: rgba(0, 0, 0, 0.04); border: 5px solid #fff; padding: 15px 0 10px 0; box-shadow:#999 0 0 20px; }
.box > .icon:hover > .info { background: rgba(0, 0, 0, 0.04); border-color: #e0e0e0; color: white; }
.box > .icon > .info > h3.title { font-family: "Roboto",sans-serif !important; font-size: 16px; color: #222; font-weight: 500; }
.box > .icon > .info > p { font-family: "Roboto",sans-serif !important; font-size: 13px; color: #666; line-height: 1.5em; margin: 20px;}
.box > .icon:hover > .info > h3.title, .box > .icon:hover > .info > p, .box > .icon:hover > .info > .more > a { color: #222; }
.box > .icon > .info > .more a { font-family: "Roboto",sans-serif !important; font-size: 12px; color: #222; line-height: 12px; text-transform: uppercase; text-decoration: none; }
.box > .icon:hover > .info > .more > a { color: #fff; padding: 6px 8px; background-color: #63B76C; }
.box .space { height: 30px; }
/* CTA */

/* SUPPORT */
.supportbg{
	background:#feb04a;
	padding:40px 0 20px 0;
}
.supportbg h3{
	font-family: 'Titillium Web', sans-serif !important;
	text-align:left; font-size:24px; color:#000000;
	/*text-shadow:#000 0 0 3px;*/
	font-weight:bold;
	margin:0 0 10px 0;
}
.supportbg h1{
	font-family: "Roboto",sans-serif !important;
	text-align:left; font-size:45px; color:#2f2818;	
	font-weight:bold;
	text-shadow:#FFF 2px 2px 0;
	margin:0;
}
.ctaicon{
	display:block;	 
	margin: 0 25px 20px 0;
	float:right !important; 
	width: 88px; 
	height: 88px; 
	border: 8px solid white; 
	line-height: 80px !important; 
	border-radius: 50%; 
	background: #f24d15; 	
	font-size:56px;
	color:#FFF;
	text-align:center;
}
@media (max-width:995px){
.supportbg{
	background:#f4b03f;
	padding:20px 0 10px 0;
}
.supportbg h3{
	font-family: 'Titillium Web', sans-serif !important;
	text-align:left; font-size:16px; color:#000000;
	/*text-shadow:#000 0 0 3px;*/
	font-weight:bold;
	margin:0 0 10px 0;
}
.supportbg h1{
	font-family: "Roboto",sans-serif !important;
	text-align:left; font-size:20px; color:#2f2818;	
	font-weight:bold;
	text-shadow:#FFF 2px 2px 0;
	margin:0;
}
.ctaicon{
	display:block;	 
	margin: 7px 25px 20px 0;
	float:left !important; 
	width: 40px; 
	height: 40px; 
	border: 4px solid white; 
	line-height: 35px !important; 
	border-radius: 50%; 
	background: #f24d15; 	
	font-size:20px;
	color:#FFF;
	text-align:center;
}	
}
/* SUPPORT */

/* FOOTER TOP */
.footertopbg{
	background:#fff;
	padding:60px 0 40px 0;
	border-top:#f24d15 10px solid;
}
.footertopbg h1{
	font-family: 'Titillium Web', sans-serif !important;
	font-size:22px; font-weight:bold; color:#f24d15;
	margin:0 0 10px 0;
}
.footertopbg h1::after{
	content:"";
	display:block;
	width:30%; height:4px;
	background:#f4b03f;
	color:#f4b03f;
	margin-top:10px;
}
.footertopbg p{
	font-family: 'Titillium Web', sans-serif !important;
	font-size:16px; color:#333; font-weight:normal;
	line-height:20px; margin:0;
}
.footertopbg a{
	text-decoration:none;
	font-family: 'Titillium Web', sans-serif !important;
	color:#F30; font-size:17px;
}
.footertopbg a:hover{
	text-decoration:none;
	color:#F90;
}
.footertopbg a i{
	color:#000 !important;
}
.footertopbg ul{
	margin:0;
	padding:0;
	list-style-type:none;
	list-style-position:inside;
}
.footertopbg ul li{
	margin:0 0 8px 0;
	padding:0 0 0 10px;
	color:#000;
	font-size:17px;
}
.footertopbg ul li a{
	font-family: 'Titillium Web', sans-serif !important;
	color:#F30; font-size:17px;
	text-decoration:none;
}
.footertopbg ul li a:hover{
	text-decoration:none;
	color:#333;
}
/* FOOTER TOP */

/* COPYRIGHT & CREDIT */
.creditbg{
	background:#dfdfdf;
	padding:20px 0;
}
.creditbg p{
	font-family: 'Titillium Web', sans-serif !important;
	font-size:16px; color:#333; font-weight:normal;
	margin:0 0 8px 0;
	text-align:center;
}
.creditbg h6{
	font-family: 'Titillium Web', sans-serif !important;
	font-size:14px; color:#000; font-weight:normal;
	margin:0 0 0 0;
	text-align:center;
}
.creditbg a{
	text-decoration:none;
	color:#000;
}
.creditbg a:hover{
	text-decoration:none;
	color:#F30;
}
/* COPYRIGHT & CREDIT */

/* -----------------------------------SHOP------------------------------------------- */
.productdetailbg{
	background:#FFF;
	padding:20px 0 100px 0;
}


/*ul > li{margin-right:25px;font-weight:lighter;cursor:pointer}
li.active{border-bottom:3px solid silver;}*/

.item-photo{
	display:flex;
	justify-content:center;
	align-items:center;
	border-right:1px solid #f6f6f6;
}
.menu-items{
	list-style-type:none;
	font-size:11px;display:
	inline-flex;
	margin-bottom:0;
	margin-top:20px
}
.btn-success {
  border-radius: 0;
}

.section {
  width: 100%;
  margin-left: -15px;
  padding: 2px;
  padding-left: 15px;
  padding-right: 15px;
  background: #f8f9f9;
}

.title-price {
  margin-top: 30px;
  margin-bottom: 0;
  color: black;
}

.title-attr {
  margin-top: 0;
  margin-bottom: 0;
  color: black;
}

.btn-minus {
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid gray;
  border-radius: 2px;
  margin-right:5px;
}

.btn-plus {
  cursor: pointer;
  font-size: 16px;
  display: flex;
  align-items: center;
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  border: 1px solid gray;
  border-radius: 2px;
  margin-left:5px;
}

div.section > div {
  width: 100%;
  display: inline-flex;
}

div.section > div > input {
  margin: 0;
  padding-left: 5px;
  font-size: 16px;
  padding-right: 5px;
  max-width: 18%;
  text-align: center;
}

.attr,.attr2 {
  cursor: pointer;
  margin-right: 5px;
  height: 20px;
  font-size: 10px;
  padding: 2px;
  border: 1px solid gray;
  border-radius: 2px;
}

.attr.active,.attr2.active {
  border: 1px solid orange;
}

/*@media (max-width: 426px) {
    .container {margin-top:0px !important;}
    .container > .row{padding:0 !important;}
    .container > .row > .col-xs-12.col-sm-5{
        padding-right:0 ;    
    }
    .container > .row > .col-xs-12.col-sm-9 > div > p{
        padding-left:0 !important;
        padding-right:0 !important;
    }
    .container > .row > .col-xs-12.col-sm-9 > div > ul{
        padding-left:10px !important;
        
    }            
    .section{width:104%;}
    .menu-items{padding-left:0;}
}*/

.productfilterbg{
	background:#f3f3f3;
	padding:15px 20px;
	margin-bottom:20px;
}
ul.podcat{
	margin:0 0 0 0;
	padding:0;
	list-style-type:none;
	list-style-position:inside;
}
ul.podcat li{
	margin:0 0 7px 0;
	padding:7px 0 7px 0;
	border-bottom:#666 1px dashed;
	font-family: 'Titillium Web', sans-serif !important;
	font-size:14px; color:#000;
}
ul.podcat li a{
	font-family: 'Titillium Web', sans-serif !important;
	font-size:14px; color:#000;
	text-decoration:none;
}
ul.podcat li a:hover{
	text-decoration:none;
	color:#F00;
}

.bookcountbox{
	background:#f5f5f5;
	display:block;
	padding:5px 15px 0 15px;
	margin-bottom:20px;
}
.bookcountbox:before{
	content:"FILTER SEARCH";
	margin-left:15px;
	font-family: 'Titillium Web', sans-serif !important;
	font-size:12px; color:#000;
	margin-bottom:0;
}
.bookcountbox p{
	text-align:right;
	font-family: 'Titillium Web', sans-serif !important;
	font-size:14px; color:#000;
	margin:0;
}
.bookcountbox2{
	background:#fff;
	display:block;
	padding:8px 15px;
	margin-bottom:20px;
}
.bookcountbox2 p{
	text-align:right;
	font-family: 'Titillium Web', sans-serif !important;
	font-size:14px; color:#000;
	margin:0;
}
/* -----------------------------------SHOP------------------------------------------- */

/* ------------------------------------LOGIN---------------------------------------------- */
.loginblock{
	background:url(../images/faintlogo.png) no-repeat 50% 50% #FFF;
	display:block; padding:30px 60px; border-radius:25px;
	box-shadow:#CCC 0 0 20px;
}
.loginblock h3{
	font-family: 'Titillium Web', sans-serif !important;
	font-size:24px; color:#f24d15;
	margin:0; text-align:center;
}
.loginblock h3::after{
	content:"";
	display:block;
	width:30%;
	background-color:#554d3a;
	height:3px;
	margin:8px auto 20px auto;
}
/* ------------------------------------LOGIN---------------------------------------------- */

/* ------------------------------------BULK PRODUCT---------------------------------------------- */
.blkblock{	
	display:block; padding:30px 30px;
	box-shadow:#CCC 0 0 20px;
}
.blkblock h3{
	font-family: 'Titillium Web', sans-serif !important;
	font-size:24px; color:#f24d15;
	margin:0; text-align:left;
}
.blkblock h3::after{
	content:"";
	display:block;
	width:10%;
	background-color:#554d3a;
	height:3px;
	margin:8px 0 20px 0;
}
/* ------------------------------------BULK PRODUCT---------------------------------------------- */


/********************* shopping Demo-1 **********************/
.product-grid{font-family:Raleway,sans-serif;text-align:center;padding:0 0 72px;border:1px solid rgba(0,0,0,.1);overflow:hidden;position:relative;z-index:1}
.product-grid .product-image{position:relative;transition:all .3s ease 0s}
.product-grid .product-image a{display:block}
.product-grid .product-image img{width:100%;height:auto}
.product-grid .pic-1{opacity:1;transition:all .3s ease-out 0s}
.product-grid:hover .pic-1{opacity:1}
.product-grid .pic-2{opacity:0;position:absolute;top:0;left:0;transition:all .3s ease-out 0s}
.product-grid:hover .pic-2{opacity:1}
.product-grid .social{width:150px;padding:0;margin:0;list-style:none;opacity:0;transform:translateY(-50%) translateX(-50%);position:absolute;top:60%;left:50%;z-index:1;transition:all .3s ease 0s}
.product-grid:hover .social{opacity:1;top:50%}
.product-grid .social li{display:inline-block}
.product-grid .social li a{color:#000; border:#000 1px solid; background-color:#fff;font-size:16px;line-height:40px;text-align:center;height:40px;width:40px;margin:0 2px;display:block;position:relative;transition:all .3s ease-in-out}
.product-grid .social li a:hover{color:#000;background-color:#f4b03f;border:#000 1px solid;}
.product-grid .social li a:after,.product-grid .social li a:before{content:attr(data-tip);color:#fff;background-color:#000;font-size:12px;letter-spacing:1px;line-height:20px;padding:1px 5px;white-space:nowrap;opacity:0;transform:translateX(-50%);position:absolute;left:50%;top:-30px}
.product-grid .social li a:after{content:'';height:15px;width:15px;border-radius:0;transform:translateX(-50%) rotate(45deg);top:-20px;z-index:-1}
.product-grid .social li a:hover:after,.product-grid .social li a:hover:before{opacity:1}
.product-grid .product-discount-label,.product-grid .product-new-label{color:#fff;background-color:#24c656;font-size:12px;text-transform:uppercase;padding:2px 7px;display:block;position:absolute;top:10px;left:0}
.product-grid .product-discount-label{background-color:#333;left:auto;right:0}
.product-grid .rating{color:#FFD200;font-size:12px;padding:12px 0 0;margin:0;list-style:none;position:relative;z-index:-1}
.product-grid .rating li.disable{color:rgba(0,0,0,.2)}
.product-grid .product-content{background-color:#fff;text-align:center;padding:12px 0;margin:0 auto;position:absolute;left:0;right:0;bottom:-27px;z-index:1;transition:all .3s}
.product-grid:hover .product-content{bottom:0}
.product-grid .title{font-size:13px;font-weight:bold;letter-spacing:0;margin:0 5px 10px;transition:all .3s ease 0s}
.product-grid .title a{color:#828282}
.product-grid .title a:hover,.product-grid:hover .title a{color:#ef5777}
.product-grid .price{color:#333;font-size:17px;font-family:Montserrat,sans-serif;font-weight:700;letter-spacing:.6px;margin-bottom:8px;text-align:center;transition:all .3s}
.product-grid .price span{color:#999;font-size:13px;font-weight:400;text-decoration:line-through;margin-left:3px;display:inline-block}
.product-grid .add-to-cart{color:#000;font-size:13px;font-weight:600}
@media only screen and (max-width:990px){.product-grid{margin-bottom:30px}
}