@import url("../../shopkeeper/css/styles.css");

.top-headers-wrapper  {
	height: 63px !important;
	background: #333;
}
.site-footer-widget-area {
	margin-bottom: 0 !important;
}
.site-footer-copyright-area {
    display: none !important;
}
.content-area {
    margin-top: 75px!important;
    /* min-height: 400px; */
}

.comments_section, .post_meta {
	display: none !important;
}
.product-template-default .cross-sells {
	margin-top: 50px;
}
.product-template-default .cross-sells .column {
	width: 100% !important;
} 
.product-template-default .cross-sells .price {
	font-size: 13px !important;
}
.addon-wrap-40141-optional-0-2 {
	display: none !important;
}
@media only screen and (width: 1024px){
	#page_wrapper.transparent_header .site-header {
    	background: #333;
	}
}

@media only screen and (min-width: 768px){
	.product-template-default .cross-sells .column {
		width: 30% !important;
	} 
}

@media screen and (max-width: 1083px) {
  .show-for-large {
    display: none !important; 
	} 
	.hide-for-large {
    display: inline-block !important; 
	}
}
@media print, screen and (min-width: 1084px) {
  .hide-for-large {
    display: none !important; 
	} 
	#page_wrapper.transparent_header .site-header {
    	background: none !important;
	}

	li.blog-post {
	    max-width: 25% !important;
	}
}

@media only screen and (min-width: 1200px){
	.product-template-default .cross-sells .column {
		width: 23% !important;
	} 

	form.variations_form.cart {
	    margin-bottom: 0 !important;
	}
}
