@media(min-width:1600px) {
	.container{ 
		width:1494px;
	}
	}
@media(max-width:1599px) {
	.product-box .product-buttons .product-btn {
		font-size: 15px;
		height: 35px;
		line-height: 35px;
		width: 35px;
	}
	.product-box .product-buttons .cart-button {
		width: 135px !important;
	}
	.product-box .product-buttons .cart-button .text {
		font-size: 13px;
	}
	.product-box .product-buttons .fa {
		line-height: 35px;
	}
	#cart_block .shoppingcart-box {
		left: auto;
		right: 0;
		transform: translateX(0%);
	}
}
@media(max-width:1366px) {
	#jmstools {
		top: 46px !important;
	}
}
@media(max-width:320px) {
	#module-jmsblog-post .breadcrumb-box a {
	  font-size: 12px;
	}
	.breadcrumb-box {
	  font-size: 11px;
	}
	.bg-image-area {
	  margin-bottom: 35px;
	  position: relative;
	}
	.page-content {
		padding:0 15px;
	}
	.single-blog .title {
	  font-size: 19px;
	}
	.blog-widget .post-list .entry-title {
	  font-size: 12px;
	  font-weight: 400;
	}
	.checkout-info .cart-button > a {
	  font-size: 15px;
	}
}
