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

/*
    Add your custom styles here
*/


/* START CUSTOM PS - MY ACCOUNT PAGE */
.woocommerce-account .woocommerce nav li {
    list-style-type: none;
    border-bottom: 1px solid #cbcbcb;
}

.woocommerce-account .woocommerce nav li:last-child {
    border-bottom: none;
}

.woocommerce-account .woocommerce nav li.is-active a {
    color: #4054b2;
}

.woocommerce-account .woocommerce nav li a {
    color: black;
}

.woocommerce-account .woocommerce nav li a:hover {
    color: #4054b2;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
    width: 20%;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 73%;
}

.woocommerce-MyAccount-content .woocommerce-orders-table thead tr th {
    font-size: 16px;
}

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th {
    padding: 12px;
}

.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    color: white;
}

.woocommerce a.woocommerce-button.button.view {
    background-color: #4CAF50;
}

.woocommerce a.woocommerce-button.button.pay {
    display: none;
    background-color: #03A9F4;
}

.woocommerce a.woocommerce-button.button.cancel {
    background-color: #FF5722;
}

.woocommerce a.woocommerce-button.button.view {
    margin-right: 12px;
}

.edit-account button.woocommerce-Button.button {
    background-color: #4CAF50;
}
/* END CUSTOM PS - MY ACCOUNT PAGE */


/* START CUSTOM PS - CHECKOUT PAGE */
.woocommerce-checkout .woocommerce-message .button.wc-forward {
    display: none;
}

button#place_order {
    color: #1b364b;
    background-color: #ffc013;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    font-weight: 500;
    font-size: 15px;
    padding: 12px 24px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

button#place_order:hover {
    background-color: #1b687c;
    text-decoration: none;
    background-image: none;
    color: #ffffff;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
    background-color: #1b687c;
    border-radius: 60px;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    -ms-border-radius: 60px;
    -o-border-radius: 60px;
    font-weight: 500;
    font-size: 15px;
    padding: 12px 24px;
}

.woocommerce-info {
    border-top-color: #197082;
}

.woocommerce-info::before {
    color: #197082;
}

a {
    color: #e46261;
}

.woocommerce form .form-row.woocommerce-invalid .select2-container,
.woocommerce form .form-row.woocommerce-invalid input.input-text,
.woocommerce form .form-row.woocommerce-invalid select {
    border-color: #e46261;
}

.woocommerce-error {
    border-top-color: #e46261;
}

.woocommerce-error::before {
    color: #e46261;
}

.selection .select2-selection {
    height: 36px;
}

.selection .select2-selection span {
    line-height: 35px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 35px;