/*
  Theme Name: Divi Child theme
  Version: 1.0.0
  Template: Divi
  Author: Divi Pixel
  Author URI: https://www.divi-pixel.com
  Text Domain: divi-child-theme
  License: GNU General Public License v2 or later
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/


a{
    text-decoration: none !important;
}
.flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.flex1{
    display:  flex;
    align-items: center;
    gap: 20px;
}
.herobtn{
    display:  flex;
    gap: 20px;
}
.footer-flex{
    display: flex;
    gap:105px;
    margin-right: 30px !important;
}
.card-flex{
    display: flex;
    gap:20px;
    justify-content: center;
}   
.klarna div{
    display: flex;
    flex-direction: column-reverse;
    gap: 20px;
    justify-content: center;
}

.blind div{
    display: flex;
    flex-direction: column-reverse;
   gap: 30px;
    
}
.icon .et_pb_main_blurb_image {
    margin-bottom: 0px !important;
}

.space .et_pb_blurb_container{
  padding-left: 5px;
}
.space .et_pb_main_blurb_image{
  width: 10px;
}
.two-text-toggle {
    display: flex;
    align-items: center;
    justify-content: right;
    gap: 20px;
   
}
.et_pb_module_header{
    padding: 0;
}
.text{
    display: flex;
    align-items: center;
    /* justify-content: center; */
     justify-content:space-between;

}

.two-text-toggle span {
    font-size: 16px;
    color: #ffffff;
    opacity: 0.5;
    transition: 0.3s;
}

.two-text-toggle span.active {
    opacity: 1;
    font-weight: 600;
}

/* Toggle Switch */
.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 20px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0; left: 0;
    right: 0; bottom: 0;
    background-color:  #D9D9D9;

    border-radius: 34px;
    transition: 0.4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 15px;
    left: 3px;
    bottom: 3px;
    background-color: #0066cc;
    border-radius: 50%;
    transition: 0.4s;
}

input:checked + .slider:before {
    transform: translateX(24px);
}
