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

.productShortText{
    min-height:150px;
}

.shopArchive select.orderby {
    border-radius: 50px;
    height: 50px;
    line-height: 50px;
}

/* Style for radio buttons as buttons */
.gform_wrapper .gfield_radio label {
    display: inline-block;
    padding: 10px 40px;
    border: 1px solid #c7c7c7;
    border-radius: 30px;
    background-color: #fff;
    color: #106b62;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-left: 0;
    font-size: 17px;
}
.gform_wrapper .gfield_radio label:hover {
    background-color: #106b62;
    color: #fff !important;
}

.gform_wrapper .gfield_radio  input[type="radio"] {
    display: none; /* Hide default radio buttons */
}

/* Selected/Active state */
.gform_wrapper .gfield_radio .radio_active label {
    background-color: #106b62;
    color: #fff !important;
}

.gform_page_fields {
    font-family: 'Figtree', sans-serif;
}
.gform-theme-button,
.gform-page-footer input[type=submit]{
    border-radius: 30px !important;
    padding: 14px 30px !important;
    font-size: 16px !important;
    border-color: #01A0C0 !important;
}

h2.gform_title {
    display: none;
}
div#gform_1_validation_container {
    padding: 10px 20px;
}
legend.gfield_label, label.gfield_label.gform-field-label {
    font-size: 18px !important;
    margin: 0 0 25px 0 !important;
}
.gform_next_button:hover {
    background: #106B62 !important;
    border-color: #106B62 !important;
}
.gform_next_button,
.gform-page-footer input[type=submit]{
    background: #01A0C0 !important;
    color: #fff;
}
/*.gform_page_fields {*/
/*    text-align: center;*/
/*}*/
.gform-page-footer.gform_page_footer {
    justify-content: flex-end;
}
.disable-forward legend {
    color: #f40 !important;
}
.c-note {
    background: #E1F7FD;
    padding: 10px 20px;
    border-radius: 7px;
}
.gfield_description ul li {
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 5px;
    font-weight: 500;
    color: #000;
}
.gfield_description ul {
    padding: 0;
    list-style: disc;
}
.ginput_container_text input,
.gform_page_fields input[type=number]{
    border-radius: 30px !important;
    border-color: #c1c1c1 !important;
    padding: 15px 30px !important;
    height: 50px !important;
    font-size: 16px !important;
}
.gform_page_fields input:focus, .textarea.small:focus {
    outline: 1px solid #106B62;
    border: none;
}

.textarea.small {
    border-radius: 5px;
    border-color: #c1c1c1 !important;
    padding: 15px 30px !important;
    height: 50px !important;
    font-size: 16px !important;
}
.buyNow {
    width: 100%;
}
.buyNow .e-atc-qty-button-holder a {
    font-weight: 500 !important;
}
.cartShortCode li.woo-variation-items-wrapper select,
li.woo-variation-items-wrapper select{
    border-radius: 30px !important;
    height: 45px !important;
    border-color: #cecece !important;
}
.wvs-archive-product-wrapper  a.button.product_type_variable {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
table.variations * {
    background: transparent !important;
}
.addCart select#strength {
    border-color: #e2dfd4;
    height: 50px;
    border-radius: 5px;
}
table.variations th, table.variations tr, table.variations td {
    padding: 5px 0;
}
.woocommerce div.product.elementor .woocommerce-tabs .panel {
    border: 1px solid #01A0C0 !important;
}
ul.tabs.wc-tabs li {
    border: none !important;
}
.woocommerce-Tabs-panel {
    /*border: none !important;*/
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    margin: 0 6px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex;
    justify-content: center;
    margin-bottom: 1px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border: 1px solid #01A0C0 !important;
    border-bottom: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    background: #01A0C0;
    color: #fff !important;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
table.variations button.reset_variations {
    color: #fff !important;
    background: #106b62 !important;
    padding: 10px 30px !important;
}

.bmi-result {
    font-weight: 600;
    color: #106B62;
    font-size: 20px;
    line-height: 30px;
}

/* Custom File Upload Field */
.custom-file-upload {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 350px;
    padding: 10px;
    background: #f8f8f8;
    border: 2px dashed #0073aa;
    border-radius: 6px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    color: #333;
    transition: all 0.3s ease-in-out;
}

/* Change appearance when hovering */
.custom-file-upload:hover {
    background: #eef7ff;
    border-color: #01A0C0;
}

/* Hide default file input */
.custom-file-upload input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

/* Text inside the upload box */
.custom-file-upload .file-text {
    display: block;
    font-size: 16px;
    font-weight: bold;
    color: #0073aa;
}

/* File selected effect */
.custom-file-upload input[type="file"]:valid + .file-text {
    color: #106B62;
    font-weight: bold;
}


.disabled {
    filter: blur(1px);
    pointer-events: none;
    -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none;
}
.common-note {
    text-align: center;
    color: #ff0000;
    font-size: 16px;
    line-height: 26px;
    margin: 20px 10px;
}

.forLoggedIn,
.logged-in .forNonLoggedIn{
    display: none;
}
.logged-in .forLoggedIn {
    display: block;
}

div#video-update-notice {
    padding: 30px;
    text-align: center;
    max-width: 275px;
    box-shadow: 0 0 10px -1px rgb(1 160 192 / 20%);
    background: #00304b;
    border-radius: 15px;
    color: #fff;
    font-size: 18px;
}
div#video-update-notice a {
    color: #ff733a;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
}
button#dismiss-notice:hover{
    background:#fff !important;
    color:#00304b;
}
button#dismiss-notice {
    background: #f40;
    border: none;
    padding: 10px 35px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 26px;
}

.videoWrap video,
.videoList iframe{
    width: 100%;
}
.videoList .videoWrap {
    background: #f7f7f7;
    padding: 20px;
    text-align: center;
    border-radius: 12px;
}
.videoList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 20px;
    row-gap: 20px;
    padding: 80px 0;
}
h1.entry-title {
    font-size: 54px;
    font-weight: 500;
    line-height: 64px;
    color: #01a0c0;
    text-align: center;
}
.videoWrap h3 {
    color: #106b62;
}
.notFound {
    text-align: center;
}
.customRadio span.woocommerce-input-wrapper label {
    margin: 0 10px !important;
}
.customRadio span.woocommerce-input-wrapper {
    display: flex;
    align-items: center;
}