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

 .woocommerce-ordering .select {
	 min-width: 0;
	 position: relative;
}
.woocommerce-ordering .select__body {
	 position: relative;
}
.woocommerce-ordering .select__title {
    padding: 0;
    border: none;
    border-radius: 0;
	cursor: pointer;
}
.woocommerce-ordering .select__title:hover,
.woocommerce-ordering .select__title:focus {
	background: transparent;
}
.woocommerce-ordering .select__value {
	 display: flex;
	 min-width: 0;
	 align-items: center;
     justify-content: flex-end;
	 gap: 6px;
     
}
.woocommerce-ordering .select__value > * {
	 flex: 1 1 auto;
}
.woocommerce-ordering .select__value:before {
	 content: "";
	 align-self: stretch;
	 flex: 0 0 20px;
     width: 20px;
     height: 20px;
	 display: flex;
	 justify-content: center;
	 align-items: center;
     background: url("/wp-content/themes/hello-theme-child-master/icon.svg")
}

.woocommerce-ordering .select__content {
	 flex: 1 1 auto;
	 overflow: hidden;
	 text-overflow: ellipsis;
	 white-space: nowrap;
     font-size: 16px;
     text-align: right;
    line-height: 1.5;
	 color: #009933;
     font-family: 'Euclid', Helvetica, Arial, sans-serif;
     font-weight: 500;
}
.woocommerce-ordering .select__text {
	 flex: 1 1 auto;
	 overflow: hidden;
	 text-overflow: ellipsis;
	 white-space: nowrap;
}
.woocommerce-ordering .select__input {
	 padding: 0 10px;
	 width: 100%;
	 background-color: transparent;
	 height: 100%;
}
.woocommerce-ordering .--select-active .select__input::placeholder {
	 color: #000;
}
.woocommerce-ordering .--select-focus .select__input::placeholder {
	 opacity: 0.5;
}
.woocommerce-ordering .select__options {
	 position: absolute;
	 top: calc(100% - toRem(1));
	 min-width: 100%;
	 right: 0;
	 background-color: #fff;
     overflow: hidden;
     border-radius: 12px;
     -webkit-box-shadow: 0 0 30px 0 rgba(26, 26, 26, 0.05);
     box-shadow: 0 0 30px 0 rgba(26, 26, 26, 0.05);
}
.woocommerce-ordering .select__scroll {
	 overflow-y: auto;
	 overflow-x: hidden;
	 max-height: toRem(200);
}
.woocommerce-ordering .select__option {
	 width: 100%;
	 text-align: left;
	 cursor: pointer;
	 color: inherit;
     min-height: 46px;
     padding: 11px 16px 11px 20px;
     border: none;
     border-radius: 0;
     position: relative;
     display: flex;
}
.woocommerce-ordering .select__option:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 16px;
    width: calc(100% - 32px);
    height: 1px;
    background: #e0e0e0;
}
.woocommerce-ordering .select__option.--select-selected {
	 background-color: #eee;
}
 @media (any-hover: hover) {
	.woocommerce-ordering .select__option:hover {
    	background: rgba(0, 0, 0, .02);
	}
}
.woocommerce-ordering .select__row {
	 display: inline-flex;
	 align-items: center;
}
.woocommerce-ordering .select--show-top .select__options {
	 top: auto;
	 bottom: calc(100% - toRem(1));
	 border: 1px solid #d9d9d9;
	 border-bottom: 0;
	 border-radius: 4px 4px 0 0;
	 padding: 5px 0px 10px 0px;
}
.woocommerce-ordering .--select-tag {
	 cursor: pointer;
}


/* цвет кнопки оформить заказ */
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt, .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce #respond input#submit.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce button.button.alt, :where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce input.button.alt {
	background-color: #009933 !important
	
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__submit {
	   background: linear-gradient(135deg, #009933 0%, #009933 100%) !important;
    color: #fff !important;
    padding: 12px 25px !important;
    border: none !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    display: inline-block !important;
    margin-top: 15px !important;
    transition: all 0.3s ease !important;
}
.woocommerce .woocommerce-form-login .woocommerce-form-login__submit:hover {
transform: translateY(-2px) !important;
    box-shadow: 0 8px 20px rgba(102, 126, 234, 0.4) !important;
}

/* Скрываем строку "Подытог" в таблице заказа */
            .woocommerce-checkout-review-order-table tr.cart-subtotal,
            .order-review tr.cart-subtotal {
                display: none !important;
            }



/*
 * 
 * Цвет кнопки регистрации
 * 
 */
.um a.um-button, .um a.um-button.um-disabled:active, .um a.um-button.um-disabled:focus, .um a.um-button.um-disabled:hover, .um input[type=submit].um-button, .um input[type=submit].um-button:focus {
	
	background: #009933 !important;
	border-radius:12px !important;
}