body,
html {
  max-width: 100%;
  background: #f8f9fa;
}

*:hover,
*:focus {
  outline: none !important;
 
}
::placeholder {
  color: rgba(0, 0, 0, 0.4)  !important;
  opacity: 1; 
}

::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.4) !important;
}

.btn:focus,
.form-control:focus {
  box-shadow: none;
}

img {
  max-width: 100%;
}


.hederTop {
  border-bottom: solid 1px #dcdbdb;
  padding: 10px 0;
  background-color: #fff;
}

.hederTop img {
  padding-left: 2rem;
}

.checkout-section-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  position: relative;
}

.left-form {
  padding: 2rem 4rem 2rem 9rem;
  background-color: #fff;
}

.right-summary {
  background-color: #f8f9fa;
  padding: 2rem 9rem 2rem 4rem;
  position: -webkit-sticky;
  position: sticky;
  top: 0; 
  border-left: 1px solid #ddd;
  display: flex;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
    flex-flow: column;
}



.product-details img {
  width: 90px; margin-right: 1rem;
}
.order-heading{
    font-size: 0.80rem;
    font-weight: 700;
    color: #000;
}

input.form-control,
select.form-select {
  height: 50px;
  font-size: 1rem;
  border: solid 1px #d4d5d6;
  margin-bottom: 1rem;
}

.order-summary-box {
  background-color: #f8f9fa;
  padding: 1rem;
  border-radius: 0;
}

.checkout-btn {
  background-color: #28a745;
  color: #ffffff;
  width: 100%;
  height: 55px;
  font-size: 20px;
  font-weight: 700;
  border-radius: 8px;
  border: none;
  margin-top: 16px;
  cursor: pointer;
}

.checkout-btn:hover {
  background-color: #218838;
  color: #fff;
}

.checkout-btn:active {
  background-color: #1e7e34!important;
    color: #fff!important;
}
.footer-placeholder {
  background-color: #212529;
  color: white;
  padding: 2rem 0;
  text-align: center;
}



.discount-tag {
  background-color: #e9ecef;
  border-radius: 20px;
  padding: 0.25rem 0.75rem;
  margin-right: 0.5rem;
  display: inline-flex;
  align-items: center;
  font-size: 0.875rem;
  margin-top: 0.5rem;
}

.discount-tag i {
  margin-left: 5px;
  color: red;
  cursor: pointer;
}

.card-secTop {
  border: 1px solid #89a6e0;
  border-radius: 10px 10px 0 0;
  background-color: #f0f5ff;
  padding: 10px;
}

.card-section {
  margin: 0 auto 20px auto;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 0 0 10px 10px;
  background-color: #f3f3f3;
}

.card-icons img {
  height: 30px;
  margin-left: 5px;
}


.order-summary {
  padding:0;
  margin: auto;
  border-bottom: 1px solid #e6e3e3;
}
.order-header {
   font-size: 1rem;

  align-items: center;
}
.toggle-arrow {
  font-size: 16px;
  transition: transform 0.3s ease;
}
.rotated {
  transform: rotate(180deg);
  display: inline-block;
}
.order-details {
  margin-top: 0;
}
.product {
  display: flex;
  justify-content: space-between;
  text-align: left;
  align-items: center;
}
.product img {
  width: 70px;
}
.product-info{
    width: 100%;
    font-weight: 600;
}
.product-info h4 {
  margin: 0;
  font-size: 16px;
}
.product-info p {
    font-size: 0.90rem;
    color: #000;
    font-weight: 700;
    margin-left: 10px;
    margin-bottom: 0;
    line-height: 1;
}
.price {
  text-decoration: line-through;
  color: #787070;
  font-size: 1rem;
}
.price-new {
  font-size: 16px;
  font-weight: bold;
}
.sm-price{
    font-size: 14px;
    margin-right: 5px;
    width: 65px;
    font-weight: 500;
}
.discount-codes input {
  width: 70%;
  padding: 8px;
  margin-right: 10px;
}
.discount-codes button {
  padding: 8px 12px;
}
.applied-codes {
  margin: 10px 0;
}
.code {
  display: inline-block;
  background: #eee;
  padding: 5px 10px;
  border-radius: 5px;
  margin-right: 5px;
}
.summary-row {
  display: flex;
  justify-content: space-between;
  margin: 5px 0;
}
.total {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.savings {
  color: green;
  font-weight: bold;
  margin-top: 10px;
}
.footer-menu {
  background-color: #7F5DA3;
  padding: 8px 0px;
}
.ftr-menu-box {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  color: #fff;
  align-items: center;
  -webkit-align-items: center;
}
.fte-menu-links a {
  color: #fff;
  margin-right: 15px;
  text-decoration: none;
}
.non-expand-headings{
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
hr 
 {
    margin: 0.75rem 0;
    opacity: .07;
}
  .non-expand-headings img{
      width: 60px;
    height: 60px;
    border-radius: 10px;
    background: #fff;
    padding: 2px;
    margin: 0 5px;
    /* filter: contrast(150%) brightness(90%) saturate(120%); */
    object-fit: contain;
    }
.non-expand-headings .summary-heading{
    font-size:1rem;
    margin: 0 4px;
    line-height: 1.2;
    width: 100%;
}
/********Add on*********/
.add-ons p{
line-height: 1.2;
 font-size:1rem;
}

/** BEGIN CSS NEEDED FOR SWITCH **/
.on-off-toggle {
  width: 70px;
  height: 24px;
  position: relative;
  display: inline-block;
    cursor: pointer;
}

.on-off-toggle__slider {
  width: 70px;
  height: 24px;
  display: block;
  border-radius: 34px;
  background-color: #d8d8d8;
  transition: background-color 0.4s
  
}

.on-off-toggle__slider:before {
    content: '';
    display: block;
    background-color: #fff;
    box-shadow: 0 0 0 1px #949494;
    bottom: 3px;
    height: 18px;
    left: 3px;
    position: absolute;
    transition: .4s;
    width: 18px;
    z-index: 5;
    border-radius: 100%;
  }

.on-off-toggle__slider:after {
    display: block;
    line-height: 24px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    content: 'Add';
    color: #484848;
    padding-left: 26px;
    transition: all 0.4s;
  }

.on-off-toggle__input {
  position: absolute;
  opacity: 0;
}

.on-off-toggle__input:checked + 
.on-off-toggle__slider {
  background-color: #000
}

.on-off-toggle__input:checked + 
.on-off-toggle__slider:before {
    transform: translateX(46px);
  }


.on-off-toggle__input:checked + 
.on-off-toggle__slider:after {
    content: 'added';
    color: #FFFFFF;
     font-size: 11.1px;
     line-height: 23px;
    padding-left: 8px;
  }

@media(max-width:1100px) and (min-width:991px) {
  .left-form {
    padding: 2rem 3rem 2rem 3rem;
  }

  .right-summary {
    padding: 2rem 3rem 2rem 3rem;
  }
 
  .left-form,
  .right-summary {
    padding: 1rem;
  }
}

@media(max-width:991px) and (min-width:768px) {

.checkout-section-grid {
    grid-template-columns: 1fr;
}
  .left-form,
  .right-summary {
    padding: 1.5rem;
    height: auto;
  }
}

@media (max-width: 767.98px) {
  .hederTop img {
   padding: 0;
    width: 120px;
  }
  .left-form,
  .right-summary {
    padding: 1rem 0.55rem;
  }
 .left-form h5,
  .right-summary h5{
font-size: 1.10rem;
  }
 
  .checkout-section-grid {
    grid-template-columns: 1fr;
  }

  .right-summary {
    position: static;
    height: auto;
    border-left: none;
    padding: 1rem 0;
  }

  #toggleSummary {
    margin-bottom: 1rem;
  }
  .card-section{
    margin-bottom: 0;
    padding: 10px;
  }
  .ftr-menu-box {
    flex-direction:column;
  }
  .non-expand-headings img{width: 60px;}
.non-expand-headings .summary-heading{
  font-size:1rem;
    margin: 0 4px;
    line-height: 1.2;
    width: 100%;
}
}

@media(max-width:567px)
{
.non-expand-headings img{width: 55px;}

}