/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

a {
	color: inherit;
}

.elementor-widget-text-editor a {
	color: inherit!important;
}

.elementor-widget-text-editor a:hover {
	opacity: 0.75!important;	
}

.elementor-menu-toggle {
	padding: 0px;
}

ul.elementor-nav-menu--dropdown a, ul.elementor-nav-menu--dropdown a:focus, ul.elementor-nav-menu--dropdown a:hover {
	border-left: none!important;
}

p:last-child {
	margin-bottom: 0px;
}

.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-privacy-policy-text p {
	margin: 15px 0px;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	width: auto;
}

/* Shipping checkout */

.elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout-review-order-table .product-total {
	width: 100px;
}
.woocommerce-checkout .woocommerce-shipping-totals.shipping {
    display: grid;
    width: calc(100% + 100px);
}

.woocommerce-checkout .woocommerce-shipping-totals.shipping th, .woocommerce-shipping-totals.shipping td {
	display: block;
	min-width: 100%;
}

.woocommerce-checkout .woocommerce-shipping-totals.shipping td {
	padding: 0px!important;
}

/* Apaczka */

.amp-map-button {
	margin-top: 0px;
    padding: 15px 25px;
    background-color: var(--sections-title-color, #000);
    color: #fff;
    width: 100%;
    text-align: center;
    font-family: var(--e-global-typography-b30d4e3-font-family), Sans-serif;
    font-size: var(--e-global-typography-b30d4e3-font-size);
    font-weight: var(--e-global-typography-b30d4e3-font-weight);
    line-height: var(--e-global-typography-b30d4e3-line-height);
    border-radius: 35px;
}

#amp-delivery-point-desc {
	font-family: var(--e-global-typography-text-font-family), Sans-serif;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    font-style: normal;
    margin: 0px 0px 25px 0px;
    border-radius: 15px;
    border: 1px solid;
    padding: 30px;
}

/* Payments methods */

#add_payment_method #payment ul.payment_methods li, .woocommerce-cart #payment ul.payment_methods li, .woocommerce-checkout #payment ul.payment_methods li {
	margin: 15px 0px;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
	margin: 15px 0px 0px 0px;
}

/* Responsive */

@media only screen and (max-width: 767px) {

.elementor-widget-woocommerce-cart .woocommerce table.cart tr {
	padding: 0px!important;
}
	
}