/*
 Theme Name:   Real Factory Child
 Theme URI:    http://demo.goodlayers.com/realfactory
 Description:  Goodlayers Real Factory Child Theme
 Author:       Goodlayers
 Author URI:   http://goodlayers.com
 Template:     realfactory
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  realfactory-child

 START YOUR CHILD THEME CSS HERE
*/

/* header */

.realfactory-header-style-bar .realfactory-logo-right-text {
    padding-top: 38px !important
}

.particles-js-canvas-el {
    opacity:0.35
}

/* menu */

html.realfactory-mmenu-left .realfactory-sticky-navigation.realfactory-fixed-navigation,
html.realfactory-mmenu-right .realfactory-sticky-navigation.realfactory-fixed-navigation {
    background-color:#000000
}

/* buttons */

.single-product.woocommerce div.product .product_meta a {
    color: #000000 !important;
    margin-bottom: 20px;
    font-size: 13px;
    border-radius: 3px
}

/* product slider */

#wps-slider-section .sp-wps-theme_two .wpsf-product {
    background: linear-gradient(to bottom, rgba(81, 183, 171, 1), rgba(0, 88, 77, 1));
    -moz-background: linear-gradient(to bottom, rgba(81, 183, 171, 1), rgba(0, 88, 77, 1));
    -o-background: linear-gradient(to bottom, rgba(81, 183, 171, 1), rgba(0, 88, 77, 1));
    -webkit-background: linear-gradient(to bottom, rgba(81, 183, 171, 1), rgba(0, 88, 77, 1))
}

#wps-slider-section .sp-wps-theme_two .wpsf-product .sp-wps-product-details-inner {
    background: rgba(255,255,255,0.5) !important
}

#wps-slider-section #sp-woo-product-slider-4404 .wpsf-product-title a {
    color:#000000 !important
}

#wps-slider-section #sp-woo-product-slider-4404 .wpsf-cart-button a:not(.sp-wqvpro-view-button):not(.sp-wqv-view-button) {
    color: #ffffff !important;
    background-color: #1d7b6f !important;
    border: none !important;
    border-radius: 3px !important
}

#wps-slider-section .wpsf-product-title {
	padding-bottom:10px !important
}

/* woocommerce - catalog */

.gdlr-core-product-item.woocommerce .gdlr-core-product-thumbnail img {
    background: linear-gradient(to bottom, rgba(239, 239, 239, 1), rgba(0, 0, 0, 0));
    -moz-background: linear-gradient(to bottom, rgba(239, 239, 239, 1), rgba(0, 0, 0, 0));
    -o-background: linear-gradient(to bottom, rgba(239, 239, 239, 1), rgba(0, 0, 0, 0));
    -webkit-background: linear-gradient(to bottom, rgba(239, 239, 239, 1), rgba(0, 0, 0, 0));	
}

/* woocommerce - single page */

table {
    margin-bottom:50px
}

.single-product.woocommerce div.product .product_meta {
    margin-top: 20px
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
    display: none
}

.woocommerce-product-details__short-description p {
    padding: 25px 0 5px 0
}

.single-product.woocommerce .realfactory-page-wrapper {
    border-top-width: 69px;
    margin-top: -69px;
    border-color: #000000
}

.gdlr-core-product-item.woocommerce .gdlr-core-product-thumbnail-info > a {
    width:100%
}

.gdlr-core-product-thumbnail .added_to_cart, .gdlr-core-product-thumbnail .gdlr-core-product-add-to-cart {
    display:none
}

#woocommerce-product-search-field-0 {
    border:1px solid #e6e6e6;
    padding:5px 10px;
    width:70%
}

form.woocommerce-product-search button {
    background-color: #51b7ab;
    padding: 6px 18px;
    font-size: 13px;
    font-weight: bold;
    margin-top: -8px;
    border-radius: 3px;
    border-width: 0px;
    cursor: pointer
}

.flBtn ul {
    visibility: visible !important;
    opacity: 1 !important
}