.iproduct .product-image {
	height:270px;
}

.postcontent .product-3 .product-image, .product-image {
	height:270px;
}
.postcontent .product-3 .product-image img, .product-image img {
	width:auto;
	height:auto;
	max-height:270px;
}

.product-price ins {
	color:#ff0000;
}

.single-product .product-image img {
	width:auto;
	display:block;
	margin:0 auto;
}

.product-desc {
	padding:15px;
}

.product-title h3 a {
	font-size:16px;
	color:#474747;
}
.product-caption {
	color:#474747;
}

.promotion_tag {
	position:absolute;
	top:10px;
	left:10px;
	background-color:rgba(20, 7, 88, 0.7);
	color:#fff;
	font-size:12px;
	font-weight:300;
	padding:5px;
}

.line {
	border-top:1px solid #8079a4;
}

.detailGridDiv .gridBox {
	width:75px;
	display:inline-block;
	vertical-align:top;
	margin:3px;
}

.single-product .add-to-cart.button {
	height:auto;
	line-height:30px;
	background-color:#000;
	padding:10px 45px;
	border-radius:5px;
}
.single-product .add-to-cart.button:hover {
	background-color:#000 !important;
}
.single-product .tabs p, .single-product .tabs ul li {
	font-size:18px;
	font-family:'Arial', sans-serif;
}

.si-share div {
	float:none;
}

ul.tab-nav:not(.tab-nav-lg).product_detail {
	padding:0;
	border-bottom:1px solid #8079a4;
}
ul.tab-nav:not(.tab-nav-lg).product_detail li {
	border-radius:5px 5px 0 0;
}
ul.tab-nav:not(.tab-nav-lg).product_detail li:first-child {
	margin:0;
}
ul.tab-nav:not(.tab-nav-lg).product_detail li a {
	background:#100355;
	color:#fff;
	text-transform:none;
	width:auto;
	border-radius:5px 5px 0 0;
	font-size:15px;
	font-weight:600;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	background-color: #71b810 !important;
}

.postcontent {
	transition:width 0.4s ease;
	-moz-transition:width 0.4 ease;
	-webkit-transition:width 0.4 ease;
}

.subImage .subImage_float {
	float:left;
}

.product-title h3 {
	text-align:center;
}

a#filtermode {
	display:none;
	background:#ececec;
	color:#000;
}
a#filtermode:hover {
	color:#000;
}

a.product_button {
	border:1px solid #999;
	background:#fff;
	color:#474747;
	padding:10px;
	width:150px;
	display:inline-block;
}

.label2 {
	float:left;
	width:100px;
}
.label2.special_case {
	width:50px;
}

.colon {
	float:left;
	width:10px;
}
.info {
	float:left;
	width:calc(100% - 110px);
}

.quantity {
	margin:0;
}
.quantity .qty {
	background-color:#fff;
	border:1px solid #999;
	float:none;
	width:50px;
	height:60px;
}
.quantity .plus, .quantity .minus {
	float:none;
	background-color:#fff;
	border:1px solid #999;
	border-left:none;
	width:30px;
	height:30px;
	line-height:30px;
}
.quantity .plus:hover, .quantity .minus:hover {
	background-color:#fff;
}
.quantity .plus {
	border-bottom:none;
}

.myPagination {
	margin-right:30px;
}

/*---Category---*/

#catFilter {
	cursor:pointer;
}

#brandFilter {
	cursor:pointer;
}

.catNavDiv {
	margin:0;
}

.sidebar-widgets-wrap .widget > h4 {
	color:#000;
	margin:0 !important;
	border-radius:8px 8px 0 0;
	padding:10px 0;
	font-size:20px;
}

.sidebar-widgets-wrap .widget_links li {
	padding:10px;
	border-bottom:1px solid #e1e1e1;	
}
.sidebar-widgets-wrap .widget_links li a {
	background:none;
	padding:0;
	padding-right:30px;
	color:#000;
	display:block;
}
.sidebar-widgets-wrap .widget_links li a:hover, .sidebar-widgets-wrap .widget_links li a.activeLink {
	color:#71b810;
	font-weight:700;
}

.sidebar-widgets-wrap .widget_links ul ul li a {
	background:url(../images/subcategory.jpg) no-repeat 5px 11px;
	padding-left:15px;
	margin-left:5px;
}
.sidebar-widgets-wrap .widget_links ul ul ul li a {
	margin-left:20px;
}
.sidebar-widgets-wrap .widget_links ul ul ul ul li a {
	margin-left:35px;
}

.sidebar-widgets-wrap .widget_links ul {
	padding-left:10px;
}
.sidebar-widgets-wrap .widget_links ul ul {
	padding-left:0;
	margin-left:0;
}
.sidebar-widgets-wrap .widget_links ul ul li {
	border:none;
}

.toggle {
	margin:0;
	position:absolute;
	top:50%;
	right:0;
	transform:translateY(-50%);
	width:30px;
	height:30px;
	cursor:pointer;
	line-height:30px;
	text-align:center;
}

.sidebar-widgets-wrap .widget_links li .menutop {
	position:relative;
}

.sidebar-widgets-wrap .widget_links li ul li {
	padding:4px 0;
}

#menu1 ul.navmenu1 {
	position:relative;
	padding:0;
}
#menu1 ul.navmenu1 li ul{
	display:none;
}
#menu1 ul.navmenu1 li ul.active {
	display:block;
}

#menu2 ul.navmenu1 {
	position:relative;
	padding:0;
}
#menu2 ul.navmenu1 li ul{
	display:none;
}
#menu2 ul.navmenu1 li ul.active {
	display:block;
}

.table > thead > tr > th {
	background:#71b810;
	color:#fff;
	border:none;
}

.catNavDiv.category #menu1 .toggle [class^="icon-"]{
	line-height: 14px;
}

@media (max-width: 1200px) {
	.postcontent .product-4 .product {
		width: calc(33.33% - 20px) !important;
	}
}

@media (max-width: 979px) {
	.postcontent {
		border:none;
		margin:0;
		padding:0;
		width:100% !important;
	}
	
	.sidebar {
		display:none;
		border:none;
		padding-bottom:0;
		margin-bottom:0 !important;
		margin-right:0 !important;
		width:100% !important;
	}
	
	.postcontent .product-4 .product {
		width:225px;
	}
	
	a#filtermode {
		display:block;
	}
	
	/*---Category---*/
	
	.sidebar-widgets-wrap {
		margin:0;
	}
	.sidebar-widgets-wrap .widget {
		width:100% !important;
		margin:0;
	}
}

@media (max-width: 767px) {
	.postcontent #shop.product-3 {
		margin:0;
	}
	
	.postcontent .product-4 .product {
		width: calc(50% - 12px) !important;
	}
	
	ul.tab-nav:not(.tab-nav-lg).product_detail {
		text-align:center;
	}
	ul.tab-nav:not(.tab-nav-lg).product_detail li {
		display:inline-block;
		float:none;
	}
	
	.product {
		width:calc(50% - 12px);
	}
	
	.product-title h3 a {
		font-size:15px;
	}
	
	.product {
		margin-right:12px;
	}
	
	a.product_button {
		width:100px;
	}
	
	/*---Category---*/
	
	.catNavDiv {
		box-shadow:none;
	}
	
	.sidebar {
		border:none;
		padding:0;
		margin:0 0 30px !important;
	}
}

@media (max-width: 480px) {
	.postcontent .product-4 .product {
		width: calc(50% - 12px) !important;
		margin:0 12px 12px 0 !important;
	}
	
	#shop:not(.product-1) .product-image {
		height:150px;
	}
	
	#shop:not(.product-1) {
		margin: 0 -12px -12px 0;
	}
	
	.product-title h3 a {
		font-size:12px;
	}
	
	.product-caption, .product-price {
		font-size:12px;
	}
	
	a.product_button {
		font-size:12px;
	}
}