<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: Propulsion
Description: &lt;strong&gt;A sleek Business Theme by Kriesi&lt;/strong&gt; - &lt;br/&gt; Update notifications available on twitter and facebook:&lt;br/&gt; &lt;a href='http://twitter.com/kriesi'&gt;Follow me on twitter&lt;/a&gt;&lt;br/&gt; - &lt;a href='http://www.facebook.com/pages/Kriesi/333648177216'&gt;Join the Facebook Group&lt;/a&gt;
Version: 1.2.1
Author: Kriesi
Author URI: http://www.kriesi.at
*/


/*
* PLEASE DO NOT EDIT THIS FILE!
* 
* To make it easy to update your theme, you should not edit the styles in this file. Instead use 
* the custom.css file that is located in your themes /css/ folder to add your styles. 
* You can copy a style rule from any of your css files and paste it in custom.css and
* it will override the original style. If you just want to add small css snippets you might also
* want to consider to add it to the designated CSS option field in your themes backend at: Theme Options-&gt;Styling
*/

/* url('css/grid.css') loads the default grid with all widths for the different screens */

/* url('css/base.css') loads the css reset &amp; default styling for html elements like &lt;a&gt;, &lt;ul&gt;, &lt;li&gt;, and some wordpress generated classes (eg galleries) */     


/* url('css/layout.css') theme layout for the default screen size and media queries for smaller screen estates */         

/* ('css/slideshow.css') theme layout for the various slideshows */       

/* ('css/shortcodes.css') loads the css rules for the theme shortcodes */


/* ============================================= CART */
.thumbnail_container { max-height: 140px !important;}

.product-remove a.remove
{
	width: 100px;
	background: none!important;
	text-indent: 0;
}

.product-remove a
{
	color: #666;
	text-decoration: none;	
}

.product-remove a:hover
{
	color: #666;
	text-decoration: underline;	
}

.product-name a
{
	color: #666;
	text-decoration: none;	
}

.product-name a:hover
{
	color: #666;
	text-decoration: underline;	
}

/* ============================================= MENU */
#menu-main-menu li
{
	margin-left: -30px!important;
	margin-right: 30px!important;
}


.cart-collaterals .cart_totals table select, .woocommerce-page select {
min-width: 160px !important;
}

body {
background-color:#646464;	
}


body , html {
	background-color: #fff !important;	
}

#socket , #socket a {
	background-color: #fff !important;
}


#footer {
padding: 0px 0 0px 0 !important;
height: 1px !important;
}

</pre></body></html>