/*
Theme Name: Palmer Square
Theme URI: https://palmersquare.com
Author: AppPresser
Author URI: https://apppresser.com
Description: Palmer Square block theme.
Requires at least: 6.0
Tested up to: 6.5-beta3
Requires PHP: 5.7
Version: 1.0.6
GitHub Theme URI: AppPresser-Apps/palmersqaure
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: palmersquare
Tags: e-commerce, entertainment, food-and-drink, grid-layout, one-column, wide-blocks, accessibility-ready, block-patterns, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, full-site-editing, rtl-language-support, sticky-post, style-variations, threaded-comments, translation-ready, blog, portfolio, news
*/


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

.dokan-wrap {
    display: flex;
    flex-wrap: wrap;
}

.ps-shop-all {
    display: inline-block;
    text-align: center;
}

.ps-shop-all a {
    color: #ffffff;
}

.ps-product {
    border: 1px solid transparent;
    margin-bottom: 20px;
    padding: 10px;
    max-width: 30%;
}
.ps-product .ps-product-thumbnail img {
    width: 100%;
    height: auto;
}

.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;
    border: 1px solid #cecdcd;
    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;
}

.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;
}

