/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
 
  #left-column h4 {
	display: none;
}
 
 #left-column .logged {
	display: none;
}
 
 .btn.btn-mini.btn-warning.pull-right {
	display: none;
}
 
.pm-csoc-owl-item .product-miniature.js-product-miniature .thumbnail-container.with-button .thumbnail.product-thumbnail img {
	max-width: 100%; padding: 6px;
}

#payment_paypal_express_checkout {
	display: none;
}

#content img {
	max-width: 100% !important;
}



.lof-labelexpired {
	display: none;
}

.delivery-option .row .col-sm-5.col-xs-12 .row .col-xs-3 img {
	width: 60px;
}

.fax {
	display: none;
}

.blog-item .blog-sidebar .img_author img {
    display: none !important;
}

.blog-item .blog-sidebar .created {
    
    background: #008080 !important;
    
}

.leading-blog .blog-sidebar:before {
    
    background: #008080 !important;
    
}

.leading-blog .blog-sidebar:before {
   content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    width: 2px;
    height: 100%;
    
    background: #008080 !important;
    
}