/** Shopify CDN: Minification failed

Line 6:1 Unexpected "<"

**/
 <link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap" rel="stylesheet" />

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">







/* add-to-cart-css-start */

.addtocartmain {
  /* background-color: red; */
  padding: 50px 85px;
  max-width: 1440px;
  margin: auto;
}

.your_cart_hreading_yc {
    font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 35px;
}

.your_cart_table {
  /* background-color: yellow; */
  width: 100%;
}

.your_cart_table tr {
  width: 100%;
  text-align: left;
}

.your_cart_table tr th {
   font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
}

.your_cart_table tr th {
  padding: 16px 8px;
  border-bottom: 1px solid black;
}

.your_cart_table tr td {
  padding: 25px 8px;
  border-bottom: 1px solid black;
}

.your_cart_table tr th:first-child,
.your_cart_table tr td:first-child {
  /* background-color: green; */
  width: 55%;
}

.product_display_yc {
  display: flex;
  align-items: center;
}

.product_display_yc .product_img_yc {
  width: 80px;
  height: 66px;
  box-shadow: -5px 5px 10px 0px rgba(0, 0, 0, 0.25);
}

.product_display_yc .product_img_yc img {
  width: 100%;
  height: 100%;
}

.product_display_yc .product_details_yc {
  padding: 0 18px;
}

.product_display_yc .product_details_yc h2 {
   font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0%;
  margin: 6px 0;
}

.product_display_yc .product_details_yc p {
  font-family: 'Montserrat', sans-serif;
  font-weight: 300;
  font-size: 11px;
  line-height: 100%;
  letter-spacing: 0%;
  margin: 6px 0;
}

.your_cart_table tr td .mrp h2 {
   font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 0.5px;
}

.your_cart_table .quantity_inc_yc {
  display: inline-flex;
}

.your_cart_table .quantity_inc_yc button {
  display: inline-flex;
  background-color: transparent;
  justify-content: center;
  align-items: center;
  min-height: 25px;
  min-width: 25px;
  border: 1.5px solid black;
}

.your_cart_table .quantity_inc_yc button:nth-child(2) {
  min-height: 25px;
  min-width: 40px;
  border-right: 0px;
  border-left: 0px;
}

.your_cart_table .total_price_yc {
  display: flex;
  align-items: center;
}

.your_cart_table .total_price_yc h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 122%;
  letter-spacing: 5%;
}

.your_cart_table .total_price_yc button {
  font-size: 12px;
  padding: 4px;
  margin: 0 15px;
  background-color: rgba(217, 217, 217, 1);
  border: 1px solid black;
  height: 25px;
  width: 25px;
  border-radius: 50%;
}

/* #recommend_rc_yc {
  background-color: red;
} */

.recommend_inner_container_rc_yc .recommend_heading_rc_yc {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 24px;
  margin: 22px 0;
}

.content_rc_yc {
  display: flex;
}

.content_rc_yc .left_rc_yc {
  width: 50%;
}

.content_rc_yc .left_rc_yc .recomended_products {
  display: flex;
  gap: 51px;
}

/* .content_rc_yc .left_rc_yc .recomended_products .card_rc_yc {
  background-color: red;
} */

.content_rc_yc .left_rc_yc .recomended_products .card_rc_yc .img_container {
  width: 269px;
  height: 219px;
}

.content_rc_yc .left_rc_yc .recomended_products .card_rc_yc .img_container img {
  width: 100%;
  height: 100%;
}

.content_rc_yc
  .left_rc_yc
  .recomended_products
  .card_rc_yc
  .card_details_rc_yc
  h1 {
   font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 19px;
  line-height: 100%;
  letter-spacing: 0%;
  margin: 8px 0;
  margin-top: 15px;
}

.content_rc_yc
  .left_rc_yc
  .recomended_products
  .card_rc_yc
  .card_details_rc_yc
  h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 122%;
  letter-spacing: 5%;
  margin: 13px 0;
}

.content_rc_yc
  .left_rc_yc
  .recomended_products
  .card_rc_yc
  .card_details_rc_yc
  p {
   font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}

.content_rc_yc
  .left_rc_yc
  .recomended_products
  .card_rc_yc
  .card_details_rc_yc
  p
  a {

  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgb(0, 0, 0);
}

.content_rc_yc
  .left_rc_yc
  .recomended_products
  .card_rc_yc
  .card_details_rc_yc
  .cart_inc_rc_yc {
  display: flex;
  gap: 9px;
  margin: 20px 0;
}

.content_rc_yc
  .left_rc_yc
  .recomended_products
  .card_rc_yc
  .card_details_rc_yc
  button {
  width: 36px;
  height: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 14px;
  border: 1px solid black;
  background-color: rgba(229, 227, 227, 1);

}

.content_rc_yc
  .left_rc_yc
  .recomended_products
  .card_rc_yc
  .card_details_rc_yc
  .add_to_cart_button {
  width: 71px;
  font-size: 9px;
}

.content_rc_yc .right_rc_yc {
  width: 50%;
  display: flex;
  justify-content: center;
}

.content_rc_yc .right_rc_yc .recommended_cart {
  /* max-width: 445px; */
  /* min-width: fit-content; */
  min-width: 445px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.content_rc_yc .right_rc_yc .recommended_cart h1 {
    font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 122%;
  letter-spacing: 5%;
  margin: 20px 0;
  text-align: center;
}

.content_rc_yc .right_rc_yc .recommended_cart h1 span {
  font-weight: 700;
}

.content_rc_yc .right_rc_yc .recommended_cart button {
  background-color: rgba(255, 215, 18, 1);
    font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 122%;
  letter-spacing: 5%;
  width: 100%;
  padding: 14px 0;
  border: 0px;
  border-radius: 3px;
}

.content_rc_yc .right_rc_yc .recommended_cart .p_container {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 18px 0;
}

.content_rc_yc .right_rc_yc .recommended_cart .p_container .i_container {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px;
  background-color: rgba(19, 150, 170, 1);
  height: 30px;
  width: 30px;
  border-radius: 50%;
  color: white;
  font-size: 20px;
}

.content_rc_yc .right_rc_yc .recommended_cart .p_container p {
   font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 122%;
  letter-spacing: 5%;
  margin: 0 14px;
}




/* mandeep css */


.container_atcart{
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 100px;
  margin-top: 50px;
  /* background: #f8f6f6; */
}



.checkout-section {
  width: 397px;
  font-family: 'Montserrat', sans-serif;
  /* background: #f8f6f6; */
  padding: 20px;
  border-radius: 8px;
}

.checkout-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.checkout-list li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
  font-size: 14px;
}

.checkout-list li.shipping span:last-child {
  color: black;
  text-decoration: underline;
  cursor: pointer;
}
.shipping{
  border-top: 1px solid #aaa;
  padding-top: 28px;
  padding-bottom: 21px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 19px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;

}

.total {
  font-weight: bold;
  border-top: 1px solid #aaa;
  padding-top: 28px;
  padding-bottom: 38px;
}

.btn-checkout {
  background: #000;
  color: #fff;
  /* border: none; */
  padding: 12px;
  width: 100%;
  text-align: center;
  font-weight: 400;
  cursor: pointer;
  /* margin: 15px 0; */
  font-size: 15px;
}

.or-separator {
  text-align: right;
  color: #888;
  font-size: 18px;
  margin: 10px;
}

.paypal-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffc439;
  border: none;
  width: 100%;
  padding: 10px;
  cursor: pointer;
  border-radius: 5px;
}

.paypal-btn img {
  height: 16px;
  /* margin-right: 6px; */
}
.paypal-btn{
  width: 221px;
  height: 34px;
  border-radius: 3px;
}

.subtotal{
  padding-bottom: 25px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 19px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;

}
/* Form  */
#heading_cc{
  width: 186px;
  height: 30px;
   font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 25px;
  line-height: 100%;
  letter-spacing: 0%;
  /* text-align: center; */


}
#promoInput_yc{
  /* padding: 14px 120px 13px 28px; */
  width: 307px;
  height: 45px;
  text-align: left;
  padding-left: 20px;
  color: rgba(191, 186, 186, 1);
  font-size: 15px;
  border: 1px solid black;border-radius: 3px;
}
#applyCouponBtn_yc{
  background-color: rgba(250, 177, 47, 0.98);
  width: 310px;
  height: 47px;
  
  border:0px;
  font-size: 19px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;

}

#promoForm_yc{
  display: flex;
  align-items: center;
  gap: 59px;
  padding-bottom: 100px;
}
.checkout-list li span{
  color: rgb(0, 0, 0)  ;
  font-size: 15px;
  font-weight: 400;
  font-family: 'Montserrat', sans-serif;
}
.total2{
  font-weight: 700 !important;
}

.checkout-list li span:first-child{
  color: rgb(0, 0, 0)  ;
  font-size: 19px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
}

.paypal_btn_container{
  display: flex;
  justify-content: end;
}

/* responsive */

/* existing styles ... */



/* --- RESPONSIVE STYLES --- */
@media (min-width: 1441px){
  .addtocartmain {
    /* margin:0 680px; */
    padding:0 5rem;
    margin-bottom:30px;
  }
  .product img{
    height: 285px !important;
    width: 360px !important;
  }
  .product{
    height: 442px !important;
    width: 360px !important;
  }
  .recommend_inner_container_rc_yc .recommend_heading_rc_yc{
font-size:38px;}
}

@media (max-width: 1024px) {
  .container_atcart {
    flex-direction: column;
    gap: 40px;
  }

  .checkout-section {
    width: 100%;
    padding: 20px 10px;
  }

  .content_rc_yc {
    flex-direction: column;
  }

  .content_rc_yc .left_rc_yc,
  .content_rc_yc .right_rc_yc {
    width: 100%;
  }

  .content_rc_yc .left_rc_yc .recomended_products {
    flex-wrap: wrap;
    gap: 30px;
  }

  .recommend_inner_container_rc_yc .recommend_heading_rc_yc,
  .your_cart_hreading_yc,
  .content_rc_yc .right_rc_yc .recommended_cart h1 {
    font-size: 20px;
  }

  .product_display_yc {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media (max-width: 768px) {
  .addtocartmain {
    padding: 20px;
  }

  .your_cart_table tr th,
  .your_cart_table tr td {
    font-size: 14px;
    padding: 12px 6px;
  }

  .product_display_yc .product_details_yc {
    padding: 0 10px;
  }

  .product_display_yc .product_img_yc {
    width: 60px;
    height: 50px;
  }

  .content_rc_yc .left_rc_yc .recomended_products .card_rc_yc .img_container {
    width: 100%;
    height: auto;
  }

  .content_rc_yc .right_rc_yc .recommended_cart {
    min-width: 100%;
    padding: 0 10px;
  }

  .checkout-section {
    padding: 15px;
  }

  #promoForm_yc {
    flex-direction: column;
    gap: 20px;
    padding-bottom: 50px;
  }

  #promoInput_yc,
  #applyCouponBtn_yc {
    width: 100%;
  }

  .paypal_btn_container {
    justify-content: center;
  }
}

@media (max-width: 480px) {
  .your_cart_hreading_yc,
  .recommend_inner_container_rc_yc .recommend_heading_rc_yc,
  .content_rc_yc .right_rc_yc .recommended_cart h1 {
    font-size: 18px;
  }

  .checkout-list li {
    font-size: 12px;
  }

  .your_cart_table .total_price_yc h2 {
    font-size: 13px;
  }

  .btn-checkout,
  .paypal-btn {
    font-size: 14px;
  }

  .content_rc_yc .left_rc_yc .recomended_products .card_rc_yc {
    width: 100%;
  }
}






/* add-to-cart-css-end */
.testing{}


    .product-container {
      display: flex;
      flex-direction: row;
      align-items: flex-start;
      /* background-color: #f0f0f0; */
      /* padding: 20px; */

      width: 1149px;
      /* margin: 30px auto; */
      gap: 30px;
font-family: 'Montserrat',sans-serif;
      margin-left: 248px;
      margin-right:30px;
      margin-top:38px;
    }

    .product-details {
      flex: 1;
    }

    .product-image {
      flex: 0 0 300px;
    }

    .product-image img {
      width: 387px;
      height: 342px;
  
    }

    .product-details h2 {
      margin-top: 0;
      font-family: 'Montserrat',sans-serif;
      font-weight: 700;
      font-size: 20px;
      line-height: 100%;
      letter-spacing: 0%;
    }

    .product-details p {
     font-family: 'Montserrat',sans-serif;
      font-weight: 500;
      font-size: 15px;
      letter-spacing: 0%;
      color: rgba(67, 65, 65, 1);
      margin-top:10px;
      margin-bottom:10px;
    }

    .download-section {
      margin: 15px 0;
  font-family: 'Montserrat',sans-serif;
      font-weight: 500;
      font-size: 15px;
      color:black;
    }

   .download-btn {
  background-color: #000;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  border: none;
  padding: 6px 12px;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  margin-left: 62px;
  font-weight: 700;
  /* max-width: 142px; */

  /* Webkit-specific enhancements */
  -webkit-font-smoothing: antialiased;
  -webkit-appearance: none;
  -webkit-border-radius: 4px;
  -webkit-user-select: none;
}


    .product-details a {
      color: #007bff;
      text-decoration: none;
      font-size: 15px;
    }

   
    @media (max-width: 768px) {
      .product-container {
        flex-direction: column;
        text-align: center;
      }

      .product-image {
        flex: 1;
      }

      .product-details {
        text-align: left;
      }
    } 






.outer_contai {
    display: block;
    max-width: 1440px;
    /* margin: 45px auto; */
}


.product_manual_banner {
    display: flex;
    background: linear-gradient(rgba(150, 170, 170, 1), rgba(208, 189, 173, 1));
    /* justify-content: center; */
    align-items: center;
    /* padding: 68px 0px; */
  height:392px;
    max-width: 1177px;
}

.product_manual_banner .inner_container_pm {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.img_container_pm{
    position: relative;
    width: 265px;
    height: 265px;
    margin: 0 10px;
    display: flex;
}


/* .banner_imae_pm{
    width: 100%;
    height: 100%;
} */

.text_container_pm {
    width: 100%;
    max-width: 700px;
}


.text_container_pm .upper_heading_pm h1 {
    font-family: Montserrat;
    font-weight: 800;
    font-size: 28.39px;
    line-height: 122%;
    letter-spacing: 0%;
    text-align: left;
    color: black;
    padding: 17px;
    padding-left: 0px;
}

.text_container_pm .lower_heading_pm h1 {
    font-family: Montserrat;
    font-weight: 800;
    font-size: 30.39px;
    line-height: 122%;
    letter-spacing: 0%;
    text-align: right;
    color: white;
    padding: 17px;
    padding-right: 0px;

}




/* about us css start */
.aboutouter{
  display: block;
  max-width: fit-content;
  margin: 45px auto;
}
.section_au {
  width: 100%;
  color:#000000
}

.heading_au{
  display: flex;
  justify-content: center;
  margin-top:45px;
}







.heading_container_au {
  background-color: rgba(190, 167, 147, 1);
  border: 1px solid black;
  max-width: fit-content;
  padding-top: 15px;
  padding-bottom: 7px;
}

.heading_container_au h1 {
  /* font-family: 'FSP DEMO - Zuume Rough Bold', system-ui, -apple-system,
    BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell,
    "Open Sans", "Helvetica Neue", sans-serif; */
   font-family: 'Montserrat',sans-serif;
  display: inline;
  font-size: 45px;
  line-height: 1em;
  font-weight:600;
}

#first_section_au .heading_container_au h1{
  margin-right: 71px;
  margin-left: 59px;
}

.content_au {
  display: flex;
  gap: 25px;
}

.left_au{
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 835px;
  padding-left:25px;
}

.first p{
  margin-top:5px;
}
.text_container_au {
  /* padding: 16px 0; */
}

.text_container_au p {
  font-weight: 500;
  font-family: 'Montserrat',sans-serif;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  margin-bottom:5px;
}

.image_container_au {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* width: 516px; */
  height: 428px;
}

#first_section_au .image_container_au {
  position: relative;
  width: 516px;
  height: 473px;
  border-radius: 50%;
  overflow: hidden;
}

#first_section_au .image_container_au img {
  width: 516px;
  height: 481px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}



#second_section_au .content_au{
  flex-direction: row-reverse;  
}

#second_section_au .image_container_au {
  position: relative;
  overflow: hidden;

}

#second_section_au .image_container_au img {
  width: 371px;
  height: 495px;
  height: 435px;
  
}

#second_section_au .left_au {
  max-width: 965px;
  
}

#second_section_au .heading_container_au h1{
  padding:11px 6px;
}



#Third_section_au .container_au {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}


#Third_section_au .heading_container_au h1{
  padding:11px 6px;
}

#Third_section_au .card_au {
  display: flex;
  width:100%;
  flex-direction:space-between;
 margin-top:14px;
  /* gap: 30px; */
}

#Third_section_au .left_au {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 30px 0;
  max-width: 1013px;
  padding-left:25px;
}

#Third_section_au .right_au img {
  width: 369px;
  height: 369px;

}

#Third_section_au .paraheading_au {
  font-size: 20px;
  color: black;
    font-family: 'Montserrat',sans-serif;
  font-weight: 700;
  line-height: 40px;
  margin-bottom:5px;

}

#Third_section_au .card_au span {
  font-weight: 500;
  font-size: 20px;
  font-family: 'Montserrat',sans-serif;
  line-height: 30px;
}

#Third_section_au .fire_heading_au {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  /* width: 100%; */
  align-items: center;
  margin: 25px 50px;
  margin: 25px 20px;

}

#Third_section_au .fire_heading_au h1 {
  font-family: 'Montserrat',sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  text-align: center;
  color: rgba(61, 71, 78, 1);
  width: 1092px;
  height: 52px;
  letter-spacing:0;
}

/* about us css end */


/* single_product_page css start */

.testing{
  
}
.container{
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  /* align-items: center; */
}
.start_singlepage {
  font-family: 'Montserrat',sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
  padding-bottom: 27px;
}

.details-section h1{
margin:0;}

.image-section,
.details-section {
  flex: 1 1 500px;
}

.mainimg1_singlepage {
 
  top: 219px;
  left: 105px;
}

.thumbnail-images {
  max-width: 509px;
  padding-top: 30px;
  display: flex;
  gap: 50px;
flex-wrap: wrap;
  justify-content: center;
}
.mainthumb1_singlepage {
  width: 83px;
  height: 68px;

}
.mainthumb2_singlepage {
  width: 81px;
  height: 68px;

}
.mainthumb3_singlepage {
  width: 82px;
  height: 68px;

}
.details-section {
  justify-content: center;
  padding-left:19px;
  /* margin-top:-50px; */
  width: 100%;
}
.details-section h1 {
  font-family: 'Montserrat',sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 100%;
  letter-spacing: 0%;
  
}
.Article-no {
font-family: 'Montserrat',sans-serif;
  font-weight: 600;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #696767;
}
.span {
  color: #000000;
}
.maual-text {
font-family: 'Montserrat',sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0%;
  color: rgba(0, 0, 0, 1);
}
.details-section p {
  margin: 10px 0;
  font-size: 15px;
  color:black;
    font-family: 'Montserrat',sans-serif !important;
  line-height: 180%;
}


.mainpara1_singlepage {
  font-family: 'Montserrat',sans-serif;
  font-weight: 500;
  font-size: 18px !important;
  line-height: 100%;
  letter-spacing: 0%;
  color: #696767;
  margin-top:22px !important;
}

.mainpara2_singlepage {
font-family: 'Montserrat',sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 122%;
  letter-spacing: 5%;
  color: #000000;
  width: 100%;
}

.price {
font-family: 'Montserrat',sans-serif;
  font-weight: 800;
  font-size: 25px;
  line-height: 122%;
  letter-spacing: 5%;
  color: #000000;
}
.download-link {
  display: inline-flex;
  align-items: center;
  gap: 50px;
  margin: 10px 0;
  
}
.download-btn-spp {
font-family: 'Montserrat',sans-serif;
  font-weight: 700;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0%;
  background-color: #8e8888;
  color: #ffffff;
  width: 98px;
  height: 30px;
  border-radius: 3px;
 border:1px solid black;
}
.cart-controls {
  display: flex;
  align-items: center;
  gap: 10px;
  /* margin-top: 15px; */
}
.mainlink_singlepage {
font-family: 'Montserrat',sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #736e6e;
  margin-bottom:25px !important;
}
.manual-text {
font-family: 'Montserrat',sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: rgba(0, 0, 0, 1);

}
.a {
  color: #000000;
}
.minus,
.plus {
  width: 44px;
  height: 41px;
  top: 562px;
  left: 702px;
  border-width: 1px;
  background: #e5e3e3;
  border: 1px solid #000000;
  font-size: 24px;
}
.number {
  width: 44px;
  height: 41px;
  top: 562px;
  left: 702px;
  border-width: 1px;
  background: #e5e3e3;
  border: 1px solid #000000;
}
.add-to-cart {
  width: 147px;
  height: 41px;
  top: 562px;
  left: 865px;
  border-radius: 3px;
  border-width: 1px;
  border: 1px solid #000000;
  background-color: #e5e3e3;
}
.cart-controls input[type="number"] {
  width: 50px;
  text-align: center;
}


.features-section {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 40px 20px;
  flex-wrap: wrap;
  text-align: center;
  padding-bottom: 66px;
}
.featuresect1 {
 width: 135px;
    height: 105px;
    object-fit: contain;

}
@media (min-width:1026px)
{
  .featuresect1 {
 width: 215px;
    height: 150px;
    object-fit: contain;

}
}
.featuresect2 {
  width: 105px;
  height: 105px;

}
.featuresect3 {
  width: 150px;
  height: 105px;

}
.features1h3, .features2h3, .features3h3 {
font-family: 'Montserrat',sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  line-height: 1.4;
  margin:0px;
}

.features1p3, .features2p3, .features3p3  {
font-family: 'Montserrat',sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  margin-top:5px;
}


.feature-card {
  flex: 1 1 250px;
  max-width: 300px;
  margin: 0 auto;
}



.why-section {
  background: rgba(126, 157, 164, 0.94);
  text-align: center;
  padding-top: 45px;
  padding-bottom: 65px;
  text-align: center;
}
.why-h1 {
  color: rgba(255, 255, 255, 1);
font-family: 'Montserrat',sans-serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0%;
}
.why-p {
  color: rgba(255, 255, 255, 1);
font-family: 'Montserrat',sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 150%;
  letter-spacing: 0;
  padding-top: 20px;
  text-align: center;
  width: 1058px;
  margin: 0 auto;

}

.info-section {
  display: flex;
  justify-content: space-between;
  gap: 200px;
  /* gap:20px; */
  /* padding-top: 48px; */
  padding:48px 40px 0px 40px;

}
.info-box {
  flex: 1;
}

.info1h3,
.info2h3,
.info3h3 {
font-family: 'Montserrat',sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
  color: rgba(0, 0, 0, 1);
  padding-bottom: 17px;
  margin-bottom:5px;
}
.info1p,
.info2p,
.info3p {
font-family: 'Montserrat',sans-serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: rgba(0, 0, 0, 1);
  line-height: 1.5;
  margin:0;
}


.lastsection-container {
  max-width: 1358px;
  margin: 65px auto;
  padding: 0 20px;
}

.lastsection-title {
font-family: 'Montserrat',sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0%;
padding-left:10px;
  color: rgba(0, 0, 0, 1);
  padding-bottom: 10px;
}

.products-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;

  align-items: flex-start;
}

.product {
  /* flex: 1 1 100px; */
  /* padding: 10px; */
  height:390px;
  width:269px;
  /* margin-left:10px; */
  /* border:2px solid black; */
}

.product img{
   height:219px;
  width:269px;
  object-fit:cover;
}

.lastsectimg1 {
  width: 269px;
  height: 219px;
}
.lastsectimg2 {
  width: 269px;
  height: 219px;
}

.product-title {
font-family: 'Montserrat',sans-serif;
  font-weight: 600;
  font-size: 19px;
  line-height: 100%;
  letter-spacing: 0%;
height:46px;
  color: rgba(0, 0, 0, 1);
  padding-top: 8px;
}

.product-price {
 font-family: 'Montserrat',sans-serif;
  font-weight: 800;
  font-size: 20px;
  line-height: 122%;
  letter-spacing: 5%;
  color: rgba(0, 0, 0, 1);
  padding-top: 9px;
  padding-bottom: 10px;
}

.product-details-sp {
  font-size: 16px;
  color: #777;
  font-family: 'Montserrat',sans-serif;
  font-weight:500;
}
.product-details-sp a{
color:black;
  text-decoration: underline;}
.pro-add-to-cart {
  width: 71px;
  height: 23px;

  border-width: 1px;
  background-color: rgba(229, 227, 227, 1);
  border: 1px solid rgba(0, 0, 0, 1);
 font-family: 'Montserrat',sans-serif;
  font-weight: 500;
  font-size: 9px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  color: rgba(0, 0, 0, 1);
  padding:2px 0 0;
}
.controls {
  width: 36px;
  height: 23px;

  border-width: 1px;
  border: 1px solid rgba(0, 0, 0, 1);
  background-color: rgba(229, 227, 227, 1);
}


.product-controls {
  padding-top: 12px;
  display:flex;
  gap:10px;
}

.bundle-box {
  flex: 1 1 300px;
  padding: 20px;
  text-align: center;
  border-radius: 8px;
}

.total-price {
font-family: 'Montserrat',sans-serif;

  font-size: 20px;
  line-height: 122%;
  letter-spacing: 5%;
  color: rgba(0, 0, 0, 1);
  padding-bottom: 17.69px;
  padding-top: 32px;
}

.last-add-to-cart {

  padding: 12px 130px;
  border-radius: 3px;
  background-color: rgba(255, 215, 18, 1);
font-family: 'Montserrat',sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 122%;

  color: rgba(0, 0, 0, 1);
  text-align: center;
}
.last {
font-family: 'Montserrat',sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 122%;
  letter-spacing: 5%;
}

.info-text {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  color: #333;
  font-size: 14px;
  padding-top: 21.86px;
}

.info-icon {
  width: 33px;
  height: 29px;
  background: rgba(19, 150, 170, 1);
  border-radius: 50%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: bold;
}


/* existing styles ... */

@media (max-width: 1024px) {
  .outer-container-tbp {
    flex-direction: column;
    align-items: center;
  }
  .container{
    flex-wrap:nowrap
  }

  .left-section-tbp {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0;
    gap: 15px;
    height: auto;
    padding: 10px 0;
  }

  .right-div-tbp {
    position: relative;
    width: 100%;
    margin: 20px auto 0 auto;
  }
  .why-p {
width:1013px;}
}

@media (max-width: 768px) {
  .left-section-tbp {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 0 15px;
  }
  .variant-card {
    display:flex;
            align-items: center;
        gap: 27px;
  }
  .variant-cards{
    flex-direction: column;
  }
  .download-link{
    flex-direction: column;
    gap:10px;
  }

  .left-section-item-tbp {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #ccc;
  }

  .right-div-tbp {
    width: 100%;
    padding: 0 0px;
  }

  .pagination-controls {
    margin-top: 15px;
    margin-bottom: 15px;
  }
      .products-wrapper {
flex-direction:row;}
      .why-p {
width:100%;}
  .info1p, .info2p, .info3p{
font-size:14px;}

  .mainimg1_singlepage, .main-image{
    width:373px;
    height:350px;
  }

  .thumbnail-images{
width:373px;
  gap:45px;
  flex-wrap:wrap;}
}

@media (max-width: 480px) {
  .left-section-item-tbp {
    font-size: 12px;
    line-height: 14px;
  }
  .info-section{
    flex-direction:column;
    gap:18px;
  }

  .pagination-arrow {
    font-size: 18px;
  }

  .pagination-info {
    font-size: 14px;
  }
  .details-section{
margin-top:0;
    padding:0 8px;
  }
  .container{
    flex-wrap:wrap;
  }
      .why-p{
        width:100%;
        font-size:18px;
      }
  .why-h1{
    font-size:26px;
    
  }
}
@media (max-width: 430px){
  .why-p{
width:268px;}
}

@media (max-width: 385px){
.image-section{
display: flex;
    flex-direction: column;
    align-items: center;
  
}
 
  .info-section{
    flex-direction:column;
  }
      .why-p{
width:268px;}

  .container{
    padding-left:0;
  }
    .mainimg1_singlepage, .main-image {
      width:281px;
         height:320px;
    }
      .thumbnail-images{
width:281px;}
.start_singlepage{
display:flex;
flex-wrap:wrap;
width:315px;
  gap:8px;
}
  }










@media (max-width: 768px) {
  .cart-controls {
    flex-direction: row;
    align-items: flex-start;
  }
}


/* single_product_page css end */


/* shipping_cost_page css start */


.shipping-section {
    display: flex;
    align-items: center;
}

.shipping-section-truck {
    display: flex;
    gap: 46px;
    align-items: center;
  margin-top:-20px;

}


.truckimage {
    width: 603px;
    height: 453px;
  
    margin-left: 9px;

}



.shipping-text {
   
  text-align: center;
 font-family: 'Montserrat',sans-serif;
font-weight: 400;
font-size: 21px;
line-height: 38px;
letter-spacing: 0;
color: rgba(0, 0, 0, 1);
width:693px;
height: 96px;

}

.shipping-text p{
  margin-top:-30px;
}
.shipping-header {
    text-align: center;
    background-color: rgba(190, 167, 147, 1);
    margin-top: 43px;
    margin-left: 415px;
    margin-right: 349px;
   font-family: 'FSP DEMO - Zuume Rough Bold', sans-serif;
    width: 677px;
    height: 75px;
    border: 1px solid rgba(0, 0, 0, 1);
    display: inline-block;
    margin-bottom: 58px;
}

#header-heading {
    font-size: 38px;
    font-weight: 700;
    line-height: 100%;
    padding-top: 17px;
    padding-bottom: 16px;
  font-family: 'FSP DEMO - Zuume Rough Bold', sans-serif;
  margin:0;
}



.features-section_sc {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 40px 20px;
    flex-wrap: wrap;
    text-align: center;
    background-color: #ffffff;
  }
  .featuresect1_sc {
    width: 151.10328674316406px;
height: 157px;
margin-top: 50px;
margin-bottom: 15px;




  }
  .featuresect2_sc {
    width: 214.66664123535156px;
height: 138px;
margin-top: 50px;
margin-bottom: 31px;




  }
  .featuresect3_sc {
    width: 214.66664123535156px;
height: 138px;
margin-top: 50px;
margin-bottom: 33px;



  }
  .features1h3_sc {
font-family: 'Montserrat',sans-serif;
font-weight: 600;
font-size: 20px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
margin-bottom: 12px;

  }
  .features2h3_sc {
font-family: 'Montserrat',sans-serif;
font-weight: 600;
font-size: 20px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
margin-bottom: 7px;



  }
  .features3h3_sc {
   font-family: 'Montserrat',sans-serif;
font-weight: 600;
font-size: 20px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;
margin-bottom: 11px;


  }
  .features1p3_sc {
font-family: 'Montserrat',sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 130%;
    letter-spacing: 0%;
    text-align: center;
    color: rgba(0, 0, 0, 1);
  }
  .features2p3_sc{
font-family: 'Montserrat',sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  color: rgba(0, 0, 0, 1);
  
  }
  .features3p3_sc{
 font-family: 'Montserrat',sans-serif;
      font-weight: 300;
      font-size: 15px;
      line-height: 130%;
      letter-spacing: 0%;
      text-align: center;
      color: rgba(0, 0, 0, 1);
  }
  
  
  .feature-card_sc {
    flex: 1 1 250px;
    max-width: 300px;
    margin: 0 auto;
  }


  .shipping-rates-container {
    width: 100%;
    background-color: #7a9494;
    padding: 40px 0;
    /* margin: 0 190px; */
    text-align: center;
  }
  
 .inner-container {
     width:1113px;
    margin-left:125px;
   margin-right:212px;
    text-align: center;
  }
  
  .shipping-title {
    font-family: 'FSP DEMO - Zuume Rough Bold', sans-serif;
    font-size: 38px;
    background-color: rgba(190, 167, 147, 1);
    display: inline-block;
    padding: 13px 0px;
    border: 1px solid rgba(0, 0, 0, 1);
    margin: 0 auto 40px;
    line-height: 100%;
    height: 60px;
    width: 245px;
    font-weight: 700;

  }
  inner-container{
  
  }
  .shipping-table {
    display: flex;
    justify-content: space-between;
    width:1113px;
   
font-family: 'Montserrat',sans-serif;
    
    border-radius: 12px;
   
    text-align: left;
  }
  
  .column {
    flex: 1;
  }
  
  .column h3 {
   font-weight: 600;
   font-size: 30px;
   line-height: 100%;
   
    margin-bottom: 39px;
  }
  
  .column p {
    font-size: 23px;
    font-weight: 600;
    line-height: 100%;
    border-bottom: 1px solid #ffffff;
    margin: 30px 0;
    padding-bottom: 20px;
    font-family: 'Montserrat',sans-serif;
  }
  #right-text{
    text-align: right;
  }
  
  

  .container_sc {
    max-width: 1410px;
    margin-left: 73px;
    padding-top: 50px;
   font-family: 'Montserrat',sans-serif; 
    font-weight: 400;
    font-size: 21px;
    line-height: 100%;
    letter-spacing: 0%;

    
  }
  .icon-imgg{
    height: 41px;
    width: 41px;
  }
  
  .notice, .line {
    display: flex;
    align-items: center; 
    gap: 31px;
    margin-bottom: 50px;
    font-size: 1.1rem;
    line-height: 1.6;
  }
  
  
  .icon {
    flex-shrink: 0;
    font-size: 1.5rem;
  }
  
  .warning {
    color: #e69c00;
  }
  
  .arrow {
    color: #c9362a;
    font-size: 1.2rem;
    margin-top: 4px;
  }
  #warning-text1{
font-weight: 600;
font-size: 20px;
line-height: 100%;
letter-spacing: 0%;
text-align: center;


  }
  .text{
font-family: 'Montserrat',sans-serif;
font-weight: 400;
font-size: 21px;
line-height: 100%;
letter-spacing: 0;
text-align: center;

  }
.mechan{
  width:970px;
  text-align:left !important;
  line-height:140%
}
  
 .mechan a {
    color: #1f1f1f;
    text-decoration: underline;
  }
  
  @media screen and (max-width: 768px) {
    .notice, .line {
      flex-direction: column;
      align-items: flex-start;
      gap: 5px;
    }
  
    .icon {
      margin-bottom: 5px;
    }
  }
  
.full-section{
  margin: 0;
  padding: 0;
  background-color: #c5a890;
}

  .support-section {
    padding: 50px 20px;
  }
  
  .support-container {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  
  .support-image img {
    max-width: 100%;
    height: auto;
    width: 400px;
  }
  
  .support-content {
    flex: 1;
    padding: 20px 40px;
    color: #000;
    margin-left: 110px;
  }
  
  .support-content h2 {
   font-family: 'Montserrat',sans-serif;
  font-weight: 800;
  font-size: 30px;
  line-height: 100%;
  letter-spacing: 0%;
  
  color: rgba(255, 255, 255, 1);
  
    margin-bottom: 33px;
  }
  
  .tagline {
font-family: 'Montserrat',sans-serif;
  font-weight: 600;
  font-size: 25px;
  line-height: 100%;
  letter-spacing: 0%;
    margin-bottom: 45px;
    color:rgba(0, 0, 0, 1)
  }
  
  .contact-block {
    margin-bottom: 48px;
    font-size: 18px;
    color: rgba(255, 255, 255, 1);
  }
  
  .contact-block a {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
  }
  
  .contact-block a:hover {
    text-decoration: underline;
  }
  
  .icon-line {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 5px;
font-family: 'Montserrat',sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0%;
  
  }
  
  .icon {
    width: 24px;
    height: 24px;
  }
  .contact-text{
   font-family: 'Montserrat',sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: 0%;
  
  
  }
  #wg-500{
  font-weight: 500;
  }

/* shipping_cost_page css end */




/* footer css start */


/* footer css end */