/* 
Theme Name:		Hello Elementor Child
Theme URI:		https://elementor.com/
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:		1.0.0
Text Domain:	hello-elementor-child
Tags:           flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

div.paypal-buttons.paypal-buttons-context-iframe.paypal-buttons-label-paypal.paypal-buttons-layout-vertical > iframe.component-frame.visible{
    top: -160% !important;
    left: 70% !important;
    width: 20rem !important;
}

body {
    font-family: "Roboto Condensed", Sans-serif;
}

a{background-color:transparent;text-decoration:none;color:#666666}a:active,a:hover{color:#F23534}

.woocommerce-checkout-review-order-table .product-name
{
	width:70% !important;
}

.woocommerce-checkout-review-order-table .product-name .remove
{
	color: white !important;
}

.woocommerce-checkout-review-order-table .product-name .remove:hover
{
	background: black !important;
}

.inner-table
{
	display:inline-flex !important;
}
.express_checkout_button > a{
	background-color: transparent !important;
}
.woocommerce .quantity .qty
{
	margin-left:10px;
    padding: 9px;
}

.input-text {
    font-size: 13px;
    color: #333333;
    border-color: #d9d9d9!important;
    border-width: 1px!important;
    border-top-left-radius: 0px!important;
    border-top-right-radius: 0px!important;
    border-bottom-left-radius: 0px!important;
    border-bottom-right-radius: 0px!important;
}

@media(max-width: 1150px){
	div.paypal-buttons.paypal-buttons-context-iframe.paypal-buttons-label-paypal.paypal-buttons-layout-vertical > iframe.component-frame.visible{
    top: 30% !important;
    left: 0% !important;
    width: 13rem !important;
}
}