@font-face {
	font-family: star;
	src: url(fonts/star.eot?#iefix) format("embedded-opentype"), url(fonts/star.woff) format("woff"), url(fonts/star.ttf) format("truetype"), url(fonts/star.svg#star) format("svg");
	font-weight: normal;
	font-style: normal;
}
.shop {
	margin-top: -10px;
}
.shop ul.products {
	list-style: none; margin: 0px; padding: 25px 0px;
}
.shop ul.products::after {
	height: 0px; line-height: 0; clear: both; display: block; visibility: hidden; content: ".";
}
.shop ul.products .product {
	margin-bottom: 30px; position: relative;
}
.shop ul.products .product a {
	text-decoration: none;
}
.shop ul.products .product .add-to-cart-product {
	background: rgb(34, 34, 34); padding: 8px 10px 5px; border-radius: 6px 6px 0px 0px; transition:0.2s; left: 0px; top: 0px; color: rgb(255, 255, 255); font-size: 0.9em; position: absolute; z-index: 1; opacity: 0; -webkit-transition: all 0.2s; -webkit-transform: translate3d(0, 0, 0);
}
.shop ul.products .product .add-to-cart-product .fa {
	font-size: 1.1em; margin-right: 3px;
}
.shop ul.products .product .add-to-cart-product .icons {
	font-size: 1.1em; margin-right: 3px;
}
.shop ul.products .product:hover .add-to-cart-product {
	opacity: 1;
}
.shop ul.products .product:hover .add-to-cart-product:hover {
	background: rgb(0, 0, 0);
}
.shop ul.products .product .price {
	display: block; min-height: 28px;
}
.shop ul.products .product .price del {
	margin: -2px 0px 0px; color: rgba(145, 145, 145, 0.5); font-size: 0.7em;
}
.shop ul.products .product .price ins {
	text-decoration: none;
}
.shop ul.products .product .price .amount {
	font-size: 1.3em;
}
.shop ul.products .product .onsale {
	border-radius: 100%; left: auto; top: -15px; width: 40px; height: 40px; text-align: center; right: 0px; color: rgb(255, 255, 255); line-height: 40px; font-size: 0.9em; border-bottom-color: transparent; border-bottom-width: 2px; border-bottom-style: solid; display: inline-block; position: absolute; z-index: 10; box-shadow: none; text-shadow: none; background-image: none;
}
.product-info {
	background: rgb(247, 249, 252); padding: 0px; border-radius: 6px; border: 1px solid rgb(221, 221, 221); transition:0.2s; border-image: none; text-align: center; overflow: hidden; text-decoration: none; display: block; position: relative; max-width: 100%; -webkit-transition: all 0.2s;
}
.product-info:hover {
	text-decoration: none; background-color: rgb(255, 255, 255);
}
.product-info a {
	width: 100%; text-decoration: none; display: inline-block;
}
.product-info a:hover {
	width: 100%; text-decoration: none; display: inline-block;
}
.product-info img {
	border-radius: 6px 6px 0px 0px; transition:0.2s; -webkit-transition: all 0.2s;
}
.product-info h4 {
	margin: 0px; padding: 0px; color: rgb(64, 71, 81); line-height: 1.1em; letter-spacing: -1px; font-size: 1.4em; font-weight: 600;
}
.product-info + .product-info {
	border-radius: 0px 0px 6px 6px; margin-top: -5px;
}
.product-info .product-info-image {
	display: block; position: relative;
}
.product-info .product-info-image::before {
	background: rgb(51, 51, 51); border-radius: 6px 6px 0px 0px; transition:0.2s; left: 0px; top: 0px; width: 100%; height: 100%; right: 0px; bottom: 0px; display: block; position: absolute; content: ""; opacity: 0; -webkit-transition: all 0.2s;
}
.product-info:hover .product-info-image::before {
	opacity: 0.8;
}
.product-info .product-info-act {
	left: 0px; top: 50%; text-align: center; right: 0px; color: rgb(255, 255, 255); position: absolute;
}
.product-info .product-info-act em {
	font-size: 1.2em; font-style: normal; font-weight: 100; position: relative;
}
.product-info .product-info-act-left {
	overflow: hidden; float: left;
}
.product-info .product-info-act-right {
	overflow: hidden; float: left;
}
.product-info .product-info-act-left {
	width: 45%; text-align: right;
}
.product-info .product-info-act-left em {
	transition:0.2s; left: 0%; opacity: 0; -webkit-transition: all 0.2s ease 0s;
}
.product-info .product-info-act-right {
	width: 53%; text-align: left; margin-left: 2%;
}
.product-info .product-info-act-right em {
	transition:0.2s; right: 0%; font-weight: 600; opacity: 0; -webkit-transition: all 0.2s ease 0s;
}
.product-info:hover .product-info-act-left em {
	opacity: 1;
}
.product-info:hover .product-info-act-right em {
	opacity: 1;
}
.product-info .product-info-content {
	padding: 15px; text-align: left; display: block;
}
.product-info .product-info-caption {
	padding: 0px 15px 15px; text-align: left; display: block;
}
.product-info .product-info-caption p {
	margin: 0px; padding: 0px 0px 10px;
}
.product-info .product-info-extra {
	margin: 10px 0px 0px; padding: 10px 0px 0px; clear: both; border-top-color: rgb(235, 235, 244); border-top-width: 1px; border-top-style: solid; display: block;
}
.product-info .product-info-extra.social {
	text-align: center;
}
.product-info .product-info-extra.social a {
	width: auto; color: rgb(172, 172, 172); padding-right: 10px; font-size: 0.9em; margin-right: 10px; border-right-color: rgb(235, 235, 244); border-right-width: 1px; border-right-style: solid; display: inline-block;
}
.product-info .product-info-extra.social a:last-child {
	padding-right: 0px; margin-right: 0px; border-right-color: currentColor; border-right-width: 0px; border-right-style: none;
}
.product-info .date {
	color: rgb(154, 161, 171); font-size: 0.9em;
}
.product-info.secondary .product-info-content {
	text-align: center;
}
.product-info.secondary .product-info-content h4 {
	transition:0.2s; top: -25%; color: rgb(255, 255, 255); position: relative; opacity: 0; -webkit-transition: all 0.2s;
}
.product-info.secondary .product-info-content .date {
	transition:0.2s; top: 25%; display: block; position: relative; opacity: 0; -webkit-transition: all 0.2s;
}
.product-info.secondary .product-info-act {
	top: 30%;
}
.product-info.secondary .label {
	transition:0.2s; clear: both; margin-top: 15px; display: inline-block; opacity: 0; -webkit-transition: all 0.2s;
}
.product-info.secondary:hover .label {
	opacity: 1;
}
.product-info.secondary:hover .product-info-content h4 {
	top: 0px; opacity: 1;
}
.product-info.secondary:hover .product-info-content .date {
	top: 0px; opacity: 1;
}
.shop .review_num {
	top: -1px; margin-right: 10px; float: left; position: relative;
}
.shop .star-rating {
	top: 2px; width: 5.4em; height: 1.2em; line-height: 1em; overflow: hidden; font-family: "star"; font-size: 1em; margin-bottom: 25px; float: none; position: relative;
}
.shop .star-rating::before {
	left: 0px; top: 0px; color: rgb(224, 218, 223); float: left; position: absolute; content: "SSSSS";
}
.shop .star-rating span {
	left: 0px; top: 0px; overflow: hidden; padding-top: 1.5em; float: left; position: absolute;
}
.shop .star-rating span::before {
	left: 0px; top: 0px; position: absolute; content: "SSSSS";
}
.shop .summary .price {
	color: rgb(68, 68, 68); line-height: 30px; letter-spacing: -1px; font-size: 2em; margin-top: 20px;
}
.shop .quantity {
	margin: 0px 15px 25px 0px; width: 125px; height: 35px; overflow: hidden; float: left; position: relative;
}
.shop .quantity .minus {
	background: rgb(244, 244, 244); margin: 0px; padding: 0px; outline: 0px; border-radius: 2px; border: 1px solid rgb(200, 191, 198); border-image: none; width: 35px; height: 35px; text-align: center; color: rgb(94, 94, 94); line-height: 13px; overflow: visible; font-size: 12px; font-weight: bold; text-decoration: none; vertical-align: text-top; display: block; position: absolute; cursor: pointer; box-shadow: none; text-shadow: 0px 1px 0px rgba(255,255,255,0.8);
}
.shop .quantity .plus {
	background: rgb(244, 244, 244); margin: 0px; padding: 0px; outline: 0px; border-radius: 2px; border: 1px solid rgb(200, 191, 198); border-image: none; top: 0px; width: 35px; height: 35px; text-align: center; right: 0px; color: rgb(94, 94, 94); line-height: 13px; overflow: visible; font-size: 12px; font-weight: bold; text-decoration: none; vertical-align: text-top; display: block; position: absolute; cursor: pointer; box-shadow: none; text-shadow: 0px 1px 0px rgba(255,255,255,0.8);
}
.shop .quantity .qty {
	padding: 0px 39px; border: 1px solid rgb(204, 204, 204); border-image: none; width: 125px; height: 35px; text-align: center; font-size: 1em; float: left; box-shadow: none;
}
.shop .quantity .qty::-ms-clear {
	display: none;
}
.shop .product_meta {
	clear: both;
}
.shop .tabs-product {
	margin-top: 35px;
}
.shop ul.comments .comment-arrow {
	border-right-color: rgb(245, 247, 247);
}
.shop ul.comments .comment-block {
	background: rgb(245, 247, 247);
}
.shop table.cart {
	margin: 0px; width: 100%; text-align: left;
}
.shop table.cart img {
	width: 55px; height: auto;
}
.shop table.cart th {
	padding: 8px 10px;
}
.shop table.cart td {
	padding: 8px 10px; border-top-color: rgb(220, 220, 220); border-top-width: 1px; border-top-style: solid;
}
.shop table.cart td.actions {
	padding: 20px 10px;
}
.shop table.cart .remove .fa {
	font-size: 1.5em;
}
.shop table.cart .coupon {
	float: left;
}
.shop table.cart .product-remove {
	width: 1%;
}
.shop table.cart .product-thumbnail {
	width: 7%;
}
.shop table.cart .product-name {
	width: 60%;
}
.shop table.cart .quantity {
	top: 10px; position: relative;
}
.shop .actions-continue {
	float: right;
}
.shop .cart-totals {
	width: 100%;
}
.shop .cart-totals th {
	padding: 8px 10px; border-top-color: rgb(220, 220, 220); border-top-width: 1px; border-top-style: solid;
}
.shop .cart-totals td {
	padding: 8px 10px; border-top-color: rgb(220, 220, 220); border-top-width: 1px; border-top-style: solid;
}
.shop .cart-totals tr.total .amount {
	padding-top: 10px; font-size: 2em; display: block;
}
.shop ul.simple-post-list li {
	border: 0px currentColor; border-image: none;
}
.product-thumb-info {
	background: rgb(247, 249, 252); padding: 0px; border-radius: 6px; border: 1px solid rgb(221, 221, 221); transition:0.2s; border-image: none; text-align: center; overflow: hidden; text-decoration: none; display: block; position: relative; max-width: 100%; -webkit-transition: all 0.2s;
}
.product-thumb-info:hover {
	text-decoration: none; background-color: rgb(255, 255, 255);
}
.product-thumb-info a {
	width: 100%; text-decoration: none; display: inline-block;
}
.product-thumb-info a:hover {
	width: 100%; text-decoration: none; display: inline-block;
}
.product-thumb-info img {
	border-radius: 6px 6px 0px 0px; transition:0.2s; -webkit-transition: all 0.2s;
}
.product-thumb-info h4 {
	margin: 0px; padding: 0px; color: rgb(64, 71, 81); line-height: 1.1em; letter-spacing: -1px; font-size: 1.4em; font-weight: 600;
}
.product-thumb-info + .product-thumb-info {
	border-radius: 0px 0px 6px 6px; margin-top: -5px;
}
.product-thumb-info .product-thumb-info-touch-hover {
	left: 0px; top: 0px; width: 100%; height: 100%; right: 0px; bottom: 0px; display: none; position: absolute; background-color: transparent;
}
.product-thumb-info.hover .product-thumb-info-touch-hover {
	display: block;
}
.product-thumb-info .product-thumb-info-image {
	display: block; position: relative;
}
.product-thumb-info .product-thumb-info-image::before {
	background: rgb(23, 23, 23); border-radius: 6px 6px 0px 0px; transition:0.2s; left: 0px; top: 0px; width: 100%; height: 100%; right: 0px; bottom: 0px; display: block; position: absolute; content: ""; opacity: 0; -webkit-transition: all 0.2s;
}
.product-thumb-info:hover .product-thumb-info-image::before {
	opacity: 0.8;
}
.product-thumb-info .product-thumb-info-act {
	left: 0px; top: 40%; text-align: center; right: 0px; color: rgb(255, 255, 255); position: absolute; opacity: 0;
}
.product-thumb-info:hover .product-thumb-info-act {
	top: 50%; opacity: 1;
}
.product-thumb-info .product-thumb-info-act em {
	font-style: normal;
}
.product-thumb-info .product-thumb-info-content {
	padding: 15px; text-align: left; display: block;
}
.product-thumb-info .product-thumb-info-caption {
	padding: 0px 15px 15px; text-align: left; display: block;
}
.product-thumb-info .product-thumb-info-caption p {
	margin: 0px; padding: 0px 0px 10px;
}
.product-thumb-info .product-thumb-info-extra {
	margin: 10px 0px 0px; padding: 10px 0px 0px; clear: both; border-top-color: rgb(235, 235, 244); border-top-width: 1px; border-top-style: solid; display: block;
}
.product-thumb-info .product-thumb-info-extra.social a:last-child {
	padding-right: 0px; margin-right: 0px; border-right-color: currentColor; border-right-width: 0px; border-right-style: none;
}
.full-width .product-thumb-info .product-thumb-info-image::before {
	border-radius: 0px;
}
@media all and (max-width:991px)
{
.shop .actions-continue {
	float: none;
}
.shop table.cart th.product-price {
	display: none;
}
.shop table.cart td.product-price {
	display: none;
}
.shop table.cart th.product-quantity {
	display: none;
}
.shop table.cart td.product-quantity {
	display: none;
}
#header nav.mega-menu .mega-menu-shop a {
	color: rgb(255, 255, 255);
}
#header nav.mega-menu .mega-menu-shop a .fa-caret-down {
	display: none !important;
}
#header nav.mega-menu .mega-menu-shop > ul.dropdown-menu {
	display: none !important;
}
}
