h2.single-price-total {
    margin: 20px 0;
    text-align: left;
}

.content.m-0 strong {
    font-size: 20px !important;
    color: #2d3d4d;
}

.addon-main-button{
    margin-top: 20px;
}

.addon-main-button .chek-btn {
    width: 100%;
    padding: 10px 0px 10px 20px !important;
    gap: 10px;
    border-radius: 50px;
    justify-content: space-between;
}
.back-button {
    background-color: #f7ba50;
    color: white;
    padding: 10px;
    border-radius: 50px;
    font-weight: bold;
    font-size: 20px;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: background 0.2s ease;
    position: fixed;
    bottom: 10px;
    left: 10px;
    cursor: pointer;
    z-index: 1;
}
.addon-main-button .chek-btn i {
    background: white;
    padding: 10px;
    border-radius: 50%;
    color: #f7ba50;
    width: 42px;
    margin: 5px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
}


.service-charge-box {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: self-start;
}

.service-charge-box .shopping-basket-product-price {
    width: 100%;
}

input#service-charge-input {
    width: 100%;
}

#service-charge-input {
    width: 100%;
    height: 50px;
    padding: 20px;
    background: #ebeced40;
    border-radius: 10px;
    border: solid 1px #b5b2b2;
}

#side-sticky-2 {
    position: sticky;
    top: 20px;
}

#side-sticky-2 {
    position: sticky;
    top: 20px;
    background: white;
    padding: 30px;
    border-radius: 20px;
}

.cart-heading {
    border-bottom: solid 1px gainsboro;
    padding-bottom: 12px;
    width: 100%;
    text-align: left;
}

.box1{

    background-color: #fff;
    border-radius: 6px;
    /* box-shadow: 0 .5em 1em -.125em rgba(10,10,10,.1),0 0 0 1px rgba(10,10,10,.02); */
    color: #4a4a4a;
    display: block;
    padding: 1.25rem;

}


.content.m-0.cr_prc_sec {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}
 .included-button {
     display: flex;
     align-items: center;
     justify-content: center;
     padding: 10px 20px;
     background-color: rgba(52, 168, 83, 0.1);
     border: 2px dashed #34a853;
     border-radius: 50px;
     gap: 8px;
     min-width: 200px;
 }

 .check-icon {
     color: #34a853;
     font-weight: bold;
 }

 .button-text {
     color: #34a853;
     font-size: 16px;
     font-weight: 500;
 }

.page-template-solar-addons .smp_tst_par .kt-svg-icon-list-text strong {color: #fff;}

.choose-upgrades .sub-title {
    font-size: 20px !important;
    font-weight: 500 !important;
    color: #2d3d4d;
}
.ther-head {
    display: flex;
    justify-content: space-between;
}
.product-card {
    flex-basis: 233px;
    border-radius: 20px;
    position: relative;
    transition: 0.2s;
    border: solid 1px #03030312;
    background: white;
}

.card-content p{
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    min-height: 60px;
}

.content.m-0 p {
    min-height: 0;
}

.card-image .image img {
    max-width: 60%;
    margin: 0 auto;
}

.card-image {
    padding-top: 10px;
    padding-bottom: 10px;
}

.choose-upgrades .content p {
    font-size: 18px !important;
    color: #282828 !important;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

.chek-btn {
    background: #f7ba50;
    color: #fff;
    border: none !important;
}
.chek-btn:hover,
.chek-btn:active,
.chek-btn:focus {
    background: #1a202c;
    color: #fff;
}
 .choose-upgrades .card-footer-item {
    color: #363636;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    display: none;
 }
.increment {
    text-align: center;
    padding-top: 0;
    font-size: 18px;
    background: #eceef3;
    padding: 5px;
    border-radius: 50px;
    display: flex;
}



.increment .increment-button {
    border: 1px solid #b8c3cc;
    border-radius: 50%;
    font-size: 16px;
    padding: 3px;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    cursor: pointer;
    background: #f7ba50;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.increment div {
    width: 35px;
    height: 35px;
    padding: 6px;
    display: inline-block;
}
.single-price-total {
    font-size: 40px;
    line-height: 1.1;
    font-weight: 700;
    margin-bottom: 5px;
    color: #2d3d4d;
}

.shopping-basket-item-inner {
    padding: 15px 0;
    display: flex;
    border-bottom: .5px dashed;
    display: flex;
    justify-content: start;
    gap: 15px;
    align-items: center;
}

.shopping-basket-product-name {
    font-size: 17px;
    line-height: 1.18em;
    color: #2d3d4d;
    margin-right: 15px;
    flex: 1 1 auto;
    text-align: left;
}
.shopping-basket-product-price {
    font-size: 20px;
    line-height: 1em;
    letter-spacing: .4px;
    color: #2d3d4d;
    text-transform: uppercase;
    white-space: nowrap;
}
.wrap {
    background-color: #eceef3;
}

#solar-panel-name {
    font-size: 17px;
    line-height: 1.18em;
    color: #2d3d4d;
    margin-right: 15px;
    flex: 1 1 auto;
    text-align: left;
}

.shopping-basket-solar-price {
    font-size: 18px;
    line-height: 1em;
    letter-spacing: .4px;
    color: #2d3d4d;
    text-transform: uppercase;
    white-space: nowrap;
    text-align: left;
    margin-top: 5px;
}

.column.is-one-third.is-full-mobile {
    padding: 10px;
}

.content.m-0 {
    display: flex;
    justify-content: space-between;
    margin-top: 20px !important;
    align-items: center;
    width: 100%;
}


.product-main-title-sec {
    margin: auto;
    margin-top: 0;
    margin-bottom: 30px;
    background: white;
    padding: 15px 20px;
    border-radius: 20px;
    color: #122757;
}

.product-main-title-sec h3 {
    font-size: 24px;
    font-weight: 600;
    color: #2d3d4d;
}

hr {
    background-color: gainsboro;
    border: none;
    display: block;
    height: 1px;
    margin: 1rem 0;
}

.product-main-title-sec p{
    font-size: 18px;
}

.item-counter {
    width: 24px !important;
    font-weight: 500;
    line-height: 1.3;
}

.chek-btn .icon {
    display: none;
}

.shopping-basket-img {
    max-width: 60px;
    background: #eceef3;
    padding: 10px;
    border-radius: 10px;
}

div#solar-panel-name {
    font-size: 18px;
    font-weight: 700;
}

.shopping-basket-img img {
    max-height: 50px;
    object-fit: contain;
    aspect-ratio: 1/1;
}
  .badge {
      background-color: #ffffff;
        border: 2px dotted #f7ba50;
      border-radius: 20px;
      padding: 8px 16px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
      font-size: 14px;
      color: #333333;
      display: inline-flex;
      align-items: center;
  }
  .badge::before {
	content: "✓";
	color: #f7ba50;
	margin-right: 8px;
	font-weight: bold;
}










@media only screen and (max-width: 767px) {


    .product-main-title-sec h3 {
    font-size: 18px;
}

.product-main-title-sec p {
    font-size: 14px;
}

.addon-main-button .chek-btn {
    width: 100%;
    padding: 27px 0px 27px 20px !important;
    gap: 10px;
    border-radius: 50px;
    justify-content: space-between;
    font-size: 16px !important;
}


}

