/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
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.2
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
*/

/*ie fix*/
#lang{
	display:none;
}
.postid-3466 #lang{
	display:block;
}
.site-main{
    padding-left: 30px;
    padding-right: 30px;
}
@media screen and (min-width: 1350px){
    .site-main{
        padding-left: 0; 
        padding-right: 0;
    }
}
.site-main{
    display: block;
    max-width: 1280px;
    margin: 0 auto;
}

.woocommerce-MyAccount-content form [type='submit'],
form.edit-account button.woocommerce-Button{
    margin-top: 30px;
}



.elementor-msie .elementor-menu-cart__main .cart_item {
    position: relative;
    padding-left: 75px;
}
.elementor-msie .elementor-menu-cart__main .cart_item .product-remove{display: none;}

.elementor-msie .elementor-menu-cart__main .cart_item .product-thumbnail{
    position: absolute;
    width: 73px;
    height: 73px;
    left: 0;
    top: 25px;
}

.elementor-msie .elementor-menu-cart__main .cart_item:first-child .product-thumbnail{
    top: 5px;
 }

 .elementor-msie .elementor-search-form__toggle i{font-size: 75px !important;}


/*=========== end of ie fix ============ */

.product-listing .sp-wrapper:after, 
.product-listing .sp-inner:after, 
.product-listing:after{
    content: '';
    display: block;
    clear: both;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.product-listing{
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
    min-height: 200px;
}

.product-listing .sp-wrapper{
    float: left; 
    width: 25%;
    position: relative;
    padding: 10px;
} 

.product-listing .sp-inner{
   position: relative;
}

.product-listing .sp-inner .sp-image{
    display: block;
    height: 300px;
    background-size: cover;
    background-position: center;
    border: 1px solid #efefef;
    margin-bottom: 15px;
}
.product-listing .sp-title{
    display: block;
    font-size: 1.1rem;
    line-height: 1.5rem;
    height: 3rem;
    display: -webkit-box;
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 2;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}
.product-listing .sp-cover-link{
    position: absolute; 
    top: 0; 
    left: 0;
    width: 100%; 
    height: 100%; 
    background-color: rgba(0,0,0,0);
    z-index: 10;

}



.the-loader{

    position: absolute; 
    top: 0; 
    left: 0 ; 
    width: 100%; 
    height: 100%; 
    background-color: rgba(255,255,255,0.7);
    z-index: 2;
    display: flex; 
    align-items: center;
    opacity: 0;
    pointer-events: none;
    transition: opacity ease 0.3s;

} 

.the-loader .inner{
    display: block; 
    position: relative;
    font-size: 2rem;
    text-align: center;
    width: 100%;
    color: rgba(0,0,0,0.2);
}

[data-status='waiting'] .the-loader{
    opacity: 1;
    pointer-events: normal;
}

.product-pagination-wrapper{
    display: block;
    text-align: center;
    min-height: 80px;
    clear: left;
}
.product-pagination-wrapper button{
    display: inline-block;
    margin:  5px;

}

.product-pagination-wrapper button.active{
    color: #fff;
    background-color: #c36;
    text-decoration: none;
}

/** OPTUM **/
/*
.optum_provider_div .select2-selection__rendered {
    line-height: 42px !important;
}*/

.optum_provider_div .select2-container .select2-selection--single {
    height: 42px;
	max-height: 42px;
}
	
.select2.select2-container--below .select2-selection--single,
.select2.select2-container--above .select2-selection--single,
.select2.select2-container--focus .select2-selection--single {
    height: auto !important;
	max-height:  fit-content !important;
}

.select2.select2-container--below .select2-selection--multiple,
.select2.select2-container--above .select2-selection--multiple,
.select2.select2-container--focus .select2-selection--multiple {
    height: auto !important;
	max-height:  fit-content !important;
}

.optum_provider_div .select2-selection__arrow {
    height: 41px !important;
}
.woocommerce div.product.elementor .quantity input {height: auto !important;}
.multipleoptum{margin-top: 32px;}
.wapf-product-totals div.wapf--inner > div:not(:last-child){
    display: none !important;
}
.woocommerce .woocommerce-order .woocommerce-order-details table.order_details ul.wc-item-meta li:last-child,
.variation-OptumproviderId,.variation-LocationID{display: none !important;}
.woocommerce-notices-wrapper ul.woocommerce-error{flex-direction: initial !important;}
/** OPTUM **/

/** OPTUM SINGLE PAGE TEXTBOX **/
.control {
    font-family: arial;
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 5px;
    padding-top: 3px;
    cursor: pointer;
    font-size: 16px;
}
.control input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 20px;
    width: 20px;
    background: #ffffff;
    border: 0px solid #000000;
    border-radius: 0px;
}
.control:hover input ~ .control_indicator,
.control input:focus ~ .control_indicator {
    background: #ffffff;
}

.control input:checked ~ .control_indicator {
    background: #1BBF9A;
}
.control:hover input:not([disabled]):checked ~ .control_indicator,
.control input:checked:focus ~ .control_indicator {
    background: #1BBF9A;
}
.control input:disabled ~ .control_indicator {
    background: #e6e6e6;
    opacity: 0.6;
    pointer-events: none;
}
.control_indicator:after {
    box-sizing: unset;
    content: '';
    position: absolute;
    display: none;
}
.control input:checked ~ .control_indicator:after {
    display: block;
}
.control-checkbox .control_indicator:after {
    left: 8px;
    top: 4px;
    width: 3px;
    height: 8px;
    border: solid #ffffff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
.control-checkbox input:disabled ~ .control_indicator:after {
    border-color: #7b7b7b;
}
.control-checkbox .control_indicator::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 4.5rem;
    height: 4.5rem;
    margin-left: -1.3rem;
    margin-top: -1.3rem;
    background: #2aa1c0;
    border-radius: 3rem;
    opacity: 0.6;
    z-index: 99999;
    transform: scale(0);
}

.link-disabled{
	opacity: 0.5;
	pointer-events: none;
}
@keyframes s-ripple {
    0% {
        transform: scale(0);
    }
    20% {
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}
@keyframes s-ripple-dup {
   0% {
       transform: scale(0);
    }
   30% {
        transform: scale(1);
    }
    60% {
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1);
    }
}
.control-checkbox input + .control_indicator::before {
    animation: s-ripple 250ms ease-out;
}
.control-checkbox input:checked + .control_indicator::before {
    animation-name: s-ripple-dup;
}
/** OPTUM SINGLE PAGE TEXTBOX **/