/*
Theme Name: Bulu Themes
Theme URI: http://wordpress.org/themes/twentyfourteen
Author: the WordPress team
Author URI: http://wordpress.org/
Description: In 2014,
Version: 1.2
License: GNU General Public License v2 or later

Tags: black, green, white, light, dark, two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: buluthemes

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.main-cart{
display:none;
}
body.archive .main-cart {
display:block;
padding-bottom: 20px;  
background: #fff none repeat scroll 0 0;
color: #4a4b4b;
padding: 43px 60px 0;
position: absolute;
right: 0;
top: -83px;


}
@media (max-width: 768px) {
body.archive .main-cart {
top: 0px;
	}
}