/* LICENSE & DETAILS
==================================================

	Theme Name: Atelier
	Theme URI: http://atelier.swiftideas.com
	Author: Swift Ideas
	Author URI: www.swiftideas.com
	Description: <strong>A Creative Multi-Purpose e-commerce WordPress Theme, Designed & Developed by Swift Ideas</strong> - <a href="http://www.swiftideas.com">www.swiftideas.com</a>. Follow us for update notifications:<br/> <a href='http://twitter.com/swiftideas'>Twitter</a><br/> | <a href='http://www.facebook.com/SwiftIdeas'>Facebook</a>
	Version: 1.50
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Tags: translation-ready, threaded-comments, theme-options, sticky-post, post-formats, full-width-template, flexible-header, featured-images, custom-menu, custom-header, custom-colors, custom-background, responsive-layout

	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

==================================================
*/

.textwidget strong a:hover {
	text-decoration:none;
	color:#444444 !important;
}

.p-top {
    padding-top: 20px;
}
.shop {
    width: 100%;
    height: 335px;
    text-align: center;
    position: relative;
    background-color: #fff;
    box-shadow: 0px 0px 1px #999;
}
.caption {
    padding: 6px 10px;
    margin-top: -34px;
    position: relative;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s;
}
.shop-title {
    margin-top: -110px;
    min-height: 110px;
}
.shop-title img {
    max-width: 100%;
    max-height: 225px;
}
.shop-title a {
    color: #999;
    font-size: 16px;
    font-weight: bold;
    font-family: 'Open Sans', sans-serif;
}

.shop-title a:hover {
    color: #FC6719;
}

.shop-title h5 {
    color: #999;
    margin: 0px;
    float: inherit;
    font-size: 15px;
    font-weight: bold;
}

.shop-title p {
    color: #999;
    overflow: hidden;
    max-width: 260px;
    padding: 2px 0px;
    white-space: nowrap;
    text-overflow: ellipsis;
}