/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* A kosar oldalon elrejti a vasarlas folytatsa szoveget */
a.button.wc-forward {
    display: none;
}

/* A kosar es a penztar oldalon nagybetus lesz a gomb */
a.checkout-button.button.alt.wc-forward, .woocommerce-page.woocommerce-checkout #payment #place_order {
    text-transform: uppercase;
	padding: 13px 25px;
    font-size: 20px;
	line-height: 1.7em;
}

/* ATC */
.woocommerce a.button {
    text-transform: uppercase;
    text-align: center;
}

/* Change the onsale badge color */
.woocommerce span.onsale {
    color: #fff;
}

/* Payment methods design */
.woocommerce-page.woocommerce-checkout #payment ul.payment_methods {
    margin-bottom: 2em;
    margin-top: 2em;
	border-style: solid;
    border-width: 2px 2px 0px 2px;
    border-color: #ebebeb;
    border-radius: 6px;
    background-color: #fafafa;
}

input[type=radio] {
    width: 15px;
    height: 15px;
	vertical-align: middle;
}

.woocommerce-checkout #payment ul.payment_methods li {
    padding: 17px 12px;
    border-bottom: 2px solid #ebebeb;
    border-radius: 6px;
}

.woocommerce-checkout #payment ul.payment_methods li input {
    margin: 0 1em 0 0.5em;
}

/* Hide TAX text on the checkout page */
small.includes_tax {
    display: none;
}

/* Penztar oldalon a mezok lekerekitettek lesznek */
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text {
    border-radius: 6px;
}

.woocommerce .select2-container .select2-selection--single, .select2-container--default .select2-selection--single {
    border-radius: 6px;
}

.woocommerce-page.woocommerce-checkout form #order_review_heading {
    border-radius: 6px 6px 0px 0px;
}

.woocommerce-page.woocommerce-checkout form #order_review {
    border-radius: 0px 0px 6px 6px;
}


/* Woo Shop page products design */
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    text-align: center;
    margin-bottom: 2.5em;
    box-shadow: 0px 3px 6px -1px rgba(0,0,0,0.15);
}

.woocommerce ul.products li.product .button, .woocommerce-page ul.products li.product .button {
    margin-top: 1em;
    margin-bottom: 1.5em;
}

.woocommerce ul.products li.product .star-rating, .woocommerce-page ul.products li.product .star-rating {
    margin: 0px auto 0.5em;
}

/* Az alabbi kod teljes szelesseguve varazsolja a velemenyfalat asztali gepen */
@media (min-width: 769px) {
	.woocommerce #reviews #comments {
    width: 100%;
}
}

.wcpr-content .review-content-container .wcpr-review-content {
    font-weight: 500!important; /* Az ertekeles fal szoveg vastagsagat valtoztatja */
	font-size: 16px;
}

.woocommerce-review__verified {
    font-weight: 600;
}

h2.woocommerce-Reviews-title {
    display: none;
}

.wcpr-comment-form-title {
    display: none;
}

.wcpr-form-description {
    margin-bottom: 20px;
}

@media (min-width: 922px)
.woocommerce #reviews #review_form_wrapper {
    width: 80%;
}

/* single-product on the shop page */
.astra-shop-summary-wrap {
    padding: 0 5px 0 5px;
}

/* Az alabbi kod elrejti, hogy meg mennyi van keszleten */
.woocommerce div.product p.ast-stock-detail {
display: none;
}