/* 
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 */

.social p {
    margin-block-start: 0;
    margin-block-end: 0rem;
}

.input-text.qty.text {
    width: 80px !important;
    padding-right: 0.25rem !important;
}

.page-header {
    margin: 60px 0 30px;
}

.alignwide {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

a.wc-block-components-product-name {
    font-size: 16px;
    font-weight: bold;
}

button.wc-block-components-panel__button {
    border: none;
}

button.wc-block-components-totals-coupon__button:disabled {
    color: #FFFFFF;
    background-color: #ccc;
    border-color: #ccc;
	cursor:not-allowed;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained {
    color: #C94F38;
    background-color: #FFFFFF00;
    border-color: #C94F38;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-radius: 50px 50px 50px 50px;
	text-decoration: none;
}

a.wc-block-components-button.wp-element-button.wc-block-cart__submit-button.contained:hover, button.wc-block-components-totals-coupon__button:hover {
    color: #FFFFFF;
    background-color: #C94F38;
    border-color: #C94F38;
}

button.pswp__button {
    border: none;
}

ul.flex-direction-nav {
    position: absolute;
    top: 35%;
    z-index: 99999;
    width: 100%;
    left: 0;
    margin: 0;
    padding: 0px;
    list-style: none;
}
li.flex-nav-prev { float: left; }
li.flex-nav-next { float: right; }
a.flex-next { visibility:hidden; }
a.flex-prev { visibility:hidden; }
a.flex-next::after {
    visibility:visible;
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    margin-right: 10px;
    font-size: 20px;
    font-weight: bold;
}
a.flex-prev::before {
    visibility:visible;
    content: '\f053';
    font-family: 'Font Awesome 5 Free';   
    margin-left: 10px;
    font-size: 20px;
    font-weight: bold;
}

#shipping_method li label {
    width: 80%;
    order: 2;
    text-align: start;
    display: block !important;
    justify-content: space-between;
	font-weight: normal;
    font-size: 14px;
    margin-bottom: 0;
    flex: 1;
}

.register, .logged-in .woocommerce-user {
	display:block !important;
}

.logged-in .register, .woocommerce-user {
	display:none !important;
}

html .formcraft-css .fc-form .form-element .submit-cover.align-right .submit-button {
    margin-right: 0;
    border-radius: 50px;
}

.wc-block-components-totals-shipping__change-address__link:hover {
	color:#511737;
}

.elementor-kit-11 button.waybox-button, .elementor-kit-11 input[type="button"].waybox-button, .elementor-kit-11 input[type="submit"].waybox-button, .elementor-kit-11 .elementor-button
button.waybox-button {
    background: #511737 !important;
	color: #fff !important;
    border: 2px solid #511737;
    border-radius: 50px 50px 50px 50px;
}

.is-large.wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-shipping__change-address__link:hover {
	color: #511737;
}

.e-coupon-anchor-description {
	display: none !important;
}

th.product-name {
	width:56%;
}

/**/
.elementor-menu-cart__main {
    width: 380px !important;
}
