/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* Add your custom styles here... */

@media only screen and (max-width: 767px) {
.fl-module-content a {
display: block;
}
}

.dokan-share-btn i {
    display: none;
}

.ps-product {
    border: 1px solid transparent;
    margin-bottom: 20px;
    padding: 20px;
}
.ps-product .ps-product-thumbnail img {
    width: 300px;
}

.ps-product .ps-sold-by-meta {
    border-bottom: 1px solid #e1e1e1;
    font-size: .8em;
    padding-bottom: 5px;
    padding-top: 5px;
    text-transform: uppercase;
    transition: opacity 0.5s;
    opacity: 0;
}

.ps-product .ps-sold-by-meta a:hover {
    text-decoration: none;
}

.ps-product .ps-product-details {
    margin-top: -32px;
}

.ps-product .ps-product-details h2 {
    font-family: "Open Sans", sans-serif;
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 5px;
    margin-top: 5px;
}

.ps-product .ps-product-content {
    height: 5em;
    position: relative;
    top: -30px;
    transition: all 0.5s 0.25s;
}

.ps-product .ps-product-actions {
    background: #fff;
    margin: 0 20px;
    position: relative;
    opacity: 0;
    padding: 3px 0;
    text-align: center;
    top: 0;
    transition: all 0.5s 0.25s;
}

.ps-product .ps-product-action {
    display: inline-block;
    height: 32px;
    width: 32px;
}

.ps-product .ps-product-action a i {
    margin-right: 0;
}

.ps-product:hover {
    border-color: #c0c0c0;
}

.ps-product:hover .ps-sold-by-meta {
    opacity: 1;
    transition: opacity 0.5s 0.25s;
}

.ps-product:hover .ps-product-content {
    transform: translateY( 30px );
    transition: all 0.5s;
}

.ps-product:hover .ps-product-actions {
    opacity: 1;
    transform: translateY( -32px );
    transition: all 0.5s;
}

#woosq-popup .single-product .product > div {
    overflow: hidden !important;
}

/*
@media only screen and (max-width: 400px) {
    .directory-template-default .fl-rich-text .row .col-sm-8{
        clear:both;
    }
}
*/

@media only screen and (max-width: 767px) {
	.store-wrap .col-sm-4 {
		float: none !important;
	}
}
	
#register-dine {
    position: relative;
    z-index: 1000;
}