* {
    box-sizing: border-box;
}

/*===== Custom Grid ======*/


.kptp-row::after {
    content: "";
    clear: both;
    display: table;
}
.kptp-custom-temp-section ul li{
    list-style: none;
    text-decoration: none;
}
.kptp-col-1 {
    width: 8.33%;
}

.kptp-col-2 {
    width: 16.66%;
}

.kptp-col-3 {
    width: 25%;
}

.kptp-col-4 {
    width: 33.33%;
}

.kptp-col-5 {
    width: 41.66%;
}

.kptp-col-6 {
    width: 50%;
}

.kptp-col-7 {
    width: 58.33%;
}

.kptp-col-8 {
    width: 66.66%;
}

.kptp-col-9 {
    width: 75%;
}

.kptp-col-10 {
    width: 83.33%;
}

.kptp-col-11 {
    width: 91.66%;
}

.kptp-col-12 {
    width: 100%;
}
.product_type_simple ,
.product_type_variable{
    display: block;
}

[class*="kptp-col-"] {
    float: left;
    padding: 0px 15px;
}

.woocommerce-loop-product__title,
.price bdi {
    font-size: 16px;
    font-weight: 400;
}
.product_type_grouped{
    display: block;
}
.up-sells ul,
.cross-sells ul{
    display: flex;
    width: 100%;
}
.products columns-3 li{
    width: 33.3%;
}


.kptp-FAQ {
    margin: 20px 0;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background-color: #f9f9f9;
}

.faq-item {
    margin-bottom: 15px;
}

.faq-item h3 {
    margin: 0;
    font-size: 18px;
    color: #333;
}

.faq-item p {
    margin: 5px 0 0;
    font-size: 16px;
    color: #666;
}
.kptp-temp-one-layout .kptp-coupon-box{
    margin-top: 30px;
}
.kptp-temp-three-layout .kptp-coupon-box{
    margin-bottom: 20px;
}


.kptp-coupon-box{
      border: 1px solid #00000029;
    border-radius: 10px;
    box-sizing: border-box;
    text-align: center;
    background-color: antiquewhite;
    padding: 20px;

}
.kptp-coupon{
    font-size: 18px;
    color: #221313;
}
.woocommerce-order-details {
    margin: 0 auto;
    max-width: 1200px;
    padding: 20px;
    background-color: #f9f9f9;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
}

.woocommerce-order-details__title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    color: #333;
}

.woocommerce-table {
    width: 100%;
    border-collapse: collapse;
}

.woocommerce-table th,
.woocommerce-table td {
    padding: 10px;
    text-align: left;
}

.woocommerce-table__product-name {
    font-size: 16px;
    color: #555;
}

.woocommerce-table__product-name a {
    color: #007cba;
    text-decoration: none;
}

.woocommerce-table__product-name a:hover {
    text-decoration: underline;
}

.woocommerce-table__product-total {
    text-align: right;
    font-size: 16px;
}

.woocommerce-table__product-total .woocommerce-Price-amount {
    font-weight: bold;
    color: #333;
}

/* Style for the order details section */
.kptp-thankyou-order-details {
    max-width: 1200px; /* Set a max-width for the section */
    margin: 0 auto; /* Center the section */
    padding: 20px; /* Add padding around the section */
    background-color: #f9f9f9; /* Light background color */
    border-radius: 8px; /* Rounded corners */
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Add a subtle shadow */
}

/* Style for the table */
.kptp-thankyou-order-details table {
    width: 100%; /* Full width of the parent container */
    border-collapse: collapse; /* Collapse table borders */
}

/* Style for table rows */
.kptp-thankyou-order-details td {
    padding: 10px; /* Add padding inside cells */
    border-bottom: 1px solid #e1e1e1; /* Light border between rows */
}

/* Style for table headings */
.kptp-thankyou-order-details td strong {
    display: block; /* Display heading in block format */
    font-size: 14px; /* Slightly larger font for headings */
    color: #333; /* Darker color for better readability */
}

/* Style for table data */
.kptp-thankyou-order-details td p {
    margin: 0; /* Remove default margin from paragraphs */
    font-size: 14px; /* Font size for the data */
    color: #555; /* Slightly lighter color for data */
}

/* Style for the last row in the table */
.kptp-thankyou-order-details tr:last-child td {
    border-bottom: none; /* Remove the border from the last row */
}




/*===== Template four =====*/
.kptp-temp-four-layout {
    width: 100%;
    display: block;
    margin: 15px auto 45px;
    max-width: 1200px;
    background-color: #fffbfb;
    border: 1px solid #00000029;
    padding: 35px;
    border-radius: 10px;
    box-sizing: border-box;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-box-shadow: 0 0 18px 0 rgb(50 50 50 / 24%);
    box-shadow: 0 0 18px 0 rgb(50 50 50 / 24%);
}
.kptp-temp-four-layout .kptp-woocommerce-product-details,
.kptp-temp-four-layout .kptp-upsells-box h3{
    margin-top: 20px;
}
.kptp-temp-four-layout .kptp-upsells-box{
border-top : 2px solid #ddd;
}
.kptp-temp-four-layout .kptp-coupon-box{
    margin: 20px 0px;
}
.kptp-custom-thankyou-page-title{
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    font-weight: bold;

}

.kptp-thankyou-page-intro-box{
    text-align: center;
    padding: 25px;
    box-sizing: border-box;
}

.kptp-temp-four-layout .kptp-temp-header,
.kptp-temp-five-layout .kptp-temp-header{
    margin-bottom: 45px;
}

.kptp-temp-header p{
    font-size: 14px;
    line-height: 24px;
}

.kptp-temp-four-layout .kptp-woocommerce-customer-details{
    display: block;
    width: 100%;
    margin:35px 0px;
    text-align: left;
}

.kptp-temp-four-layout .kptp-woocommerce-customer-details h2,
.kptp-temp-six-layout .kptp-woocommerce-customer-details h2{
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    text-transform: capitalize;
}
.kptp-temp-six-layout .kptp-woocommerce-product-details h2{
    font-weight: 600;
}
.order-summary{
text-align: end;
width: 93%;
}
.order-summary p{
    font-size: 16px;
    font-weight: 400;
}
.order-summary strong {
    font-weight: bold;
}
/* General Table Styles */
.order-details-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    font-family: Arial, sans-serif;
}

.order-details-table th,
.order-details-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

.order-details-table th {
    background-color: #f4f4f4;
    font-weight: bold;
}

.order-details-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.order-details-table img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* Optional: Add some styling to table headings */
.order-details-table th {
    background-color: #f8f8f8;
    color: #333;
}
/* Billing Details Styles */
.billing-details-section,
.shipping-details-section {
    margin-top: 20px;
    font-family: Arial, sans-serif;
    width: 50%;
}

.billing-details-section h2,
.shipping-details-section h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 15px;
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
}

.billing-details-section p,
.shipping-details-section p {
    margin: 10px 0;
    font-size: 16px;
    color: #555;
}

.billing-details-section strong ,
.shipping-details-section strong{
    font-weight: bold;
    color: #222;
}
.Checkout-details{
    display: flex;
    width: 100%;
}


/*===== Template five =====*/

.kptp-temp-five-layout{
    width: 100%;
    display: block;
    margin: 15px auto 45px;
    padding: 45px 65px;
    box-sizing: border-box;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border: 1px solid #00000029;
     max-width: 1200px;
}
.kptp-temp-five-layout .kptp-thankyou-product-info{
    display: flex;
    width: 100%;
    gap: 30px;
}
 .kptp-temp-five-layout .kptp-temp-header{
    width: 60%;
    border: 1px solid #80808024;
    padding: 20px;
}
.kptp-coupon-box strong{
    border: 1px solid #80808024;
    padding: 20px;

}
.kptp-temp-five-layout .kptp-temp-header p{
    font-size: 16px;
    line-height: 44px;
}
.kptp-temp-five-layout .kptp-five-image img{
    width: 25%;
    margin: 0 auto;
}
/**/
.related-products{
    display: grid;
     grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    text-align: center;
}
.related-products li{
    list-style: none;
    text-decoration: none;
}
.kptp-five-image{
    width: 100%;
    text-align: center;
    justify-content: center;
}


.kptp-temp-five-layout img.thankyou-header-img{
    width: 35%;
    display: block;
    margin: 0 auto;
}

.kptp-temp-five-layout .woocommerce-order-details,
{
    display: inline-block;
    padding:0px 15px;
    box-sizing: border-box;
    width: 60%;
    vertical-align: top;
}
.kptp-temp-six-layout .woocommerce-customer-details{
    display: inline-block;
    padding:0px 15px;
    box-sizing: border-box;
    vertical-align: top;
}

.kptp-temp-five-layout .kptp-woocommerce-customer-details{
    display: table;
    width: 100%;

}

.kptp-temp-five-layout .kptp-woocommerce-customer-details h2{
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
    text-transform: capitalize;
}
.kptp-temp-five-layout .kptp-woocommerce-customer-details address{
    font-weight: 400;
}
.kptp-upsells-box h3,
.kptp-cross-sells-box h3{
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    text-transform: capitalize;
}

.kptp-temp-five-layout .woocommerce-order-details,
.kptp-temp-five-layout .woocommerce-customer-details{
    vertical-align: top;

}

/*===== Template six ====*/

.kptp-temp-six-layout{
    width: 100%;
    display: block;
    margin: 15px auto 45px;
    padding: 35px;
    box-sizing: border-box;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: #fffbfb;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 18px 0 rgb(50 50 50 / 24%);
    box-shadow: 0 0 18px 0 rgb(50 50 50 / 24%);
    max-width: 1200px;
}


.kptp-temp-six-layout .kptp-upsells-box h3,
.kptp-temp-six-layout .kptp-cross-sells-box h3,
.kptp-temp-six-layout .kptp-woocommerce-customer-details h2,
.kptp-temp-six-layout .kptp-social-box h3{
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    text-transform: capitalize;
    color: black;
}


.kptp-temp-six-layout .kptp-temp-header p,
.kptp-temp-six-layout .kptp-custom-thankyou-page-title,
.kptp-temp-six-layout .woocommerce-customer-details address,
.kptp-temp-six-layout .woocommerce-column--shipping-address address{
    color: black;
}


.kptp-temp-six-layout .kptp-thankyou-order-details,
.kptp-temp-six-layout .woocommerce-table--order-details{
    background-color: white;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    margin: 25px 0px;
}

.kptp-temp-six-layout .kptp-thankyou-order-details tr td,
.kptp-temp-six-layout .woocommerce-table--order-details tr td,
.kptp-temp-six-layout .kptp-thankyou-order-details tr th,
.kptp-temp-six-layout .woocommerce-table--order-details tr th{
    padding: 10px;
}
/*==== Upsells Products ====*/

.kptp-upsells-box h2,
.kptp-cross-sells-box h2,
.kptp-upcell-products .widget-title{
    display: none;
}

.woocommerce-loop-product__title{
    display: block !important;
}

.kptp-upcell-products,
.kptp-cross-sells-products{
    margin-top: 25px;
}

.kptp-upsells-box li.product,
.kptp-cross-sells-box li.product,
.kptp-custom-temp-section li.product{
    padding: 0px 5px;
    display: inline-block;
    width: 32% !important;
    vertical-align: top;
}

.kptp-woocommerce-customer-details .col2-set.addresses{
    float:none !important;
}
.kptp-woocommerce-customer-details .col2-set.addresses .col-1,
.kptp-woocommerce-customer-details .col2-set.addresses .col-2{
    float: none !important;
    display: inline-block;
    margin: 0 !important;
    vertical-align: top;
    box-sizing: border-box;
    padding: 10px 10px 10px 0px;
}

/*==== Social Box =====*/

.kptp-social-box{
    display: block;
    width: 100%;
    margin:25px 0px;
}

.kptp-social-box h3{
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

.kptp-social-box ul{
    list-style: none;
    margin: 0;
    padding:0;
}

.kptp-social-box ul li{
    display: inline-block;
    margin: 5px;
}

.kptp-social-box ul li a{
    color: black;
    text-decoration: none;
    border: 1px solid #00000073;
    padding: 3px 12px;
    font-size: 12px;
    line-height: 22px;
    background-color: white;
}

.kptp-social-box ul li a:hover{
    background-color: black;
    color: white;
}

.kptp-share-msg{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 25px 0px;
    border: 1px solid #0000001f;
    padding: 15px;
}

.kptp-share-msg a{
    font-size: 18px;
    line-height: 28px;
    padding:0px 8px;
    font-weight: 600;
}
/*===== Template One =====*/

.kptp-temp-one-layout {
    width: 100%;
    display: block;
    margin: 15px auto 45px;
    max-width: 1200px;
    background-color: #fffbfb;
    border: 1px solid #00000029;
    padding: 35px;
    border-radius: 10px;
    box-sizing: border-box;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    -webkit-box-shadow: 0 0 18px 0 rgb(50 50 50 / 24%);
    box-shadow: 0 0 18px 0 rgb(50 50 50 / 24%);
}

.kptp-temp-one-layout .woocommerce-column--billing-address address,
.kptp-temp-one-layout .woocommerce-column--shipping-address address{
    font-size: 16px;
    font-weight: 500;

}

.kptp-custom-thankyou-page-title{
    font-size: 48px;
    line-height: 58px;
    text-align: center;
    font-weight: bold;

}

.kptp-thankyou-page-intro-box{
    text-align: center;
    padding: 25px;
    box-sizing: border-box;
}

.kptp-temp-one-layout .kptp-temp-header,
.kptp-temp-two-layout .kptp-temp-header{
    margin-bottom: 45px;
}

.kptp-temp-header p{
    font-size: 14px;
    line-height: 24px;
}

.kptp-temp-one-layout .kptp-woocommerce-customer-details{
    display: table;
    width: 100%;

}

.kptp-temp-one-layout .kptp-woocommerce-customer-details h2,
.kptp-temp-three-layout .kptp-woocommerce-customer-details h2{
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    text-transform: capitalize;
}


/*===== Template Two =====*/

.kptp-temp-two-layout{
    width: 100%;
    display: block;
    margin: 15px auto 45px;
    padding: 45px 65px;
    box-sizing: border-box;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    border: 1px solid #00000029;
     max-width: 1200px;
}


.kptp-temp-two-layout img.thankyou-header-img{
    width: 35%;
    display: block;
    margin: 0 auto;
}
.kptp-temp-two-layout .kptp-woocommerce-customer-details{
    display: flex;
    width: 100%;
    margin:45px 0px;
    gap: 30px;
}

.kptp-temp-two-layout .kptp-woocommerce-customer-details h2,
.kptp-upsells-box h3,
.kptp-cross-sells-box h3{
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    text-transform: capitalize;
}

.kptp-temp-two-layout .woocommerce-customer-details{
    display: table-cell;
    vertical-align: top;
    width: 40%;

}
.kptp-temp-two-layout .woocommerce-order-details {
    width: 60%;
}
.kptp-temp-two-layout .kptp-woocommerce-billing-details{
    width: 40%;
}
.kptp-temp-two-layout .Checkout-details,
.kptp-temp-two-layout .billing-details-section,
.kptp-temp-two-layout .shipping-details-section{
    width: 100%;
    display: block;
}
.kptp-temp-two-layout .kptp-woocommerce-customer-details .col2-set.addresses .col-1,
.kptp-temp-two-layout .kptp-woocommerce-customer-details .col2-set.addresses .col-2{
    float: none !important;
    display: block;
    margin: 0 !important;
    vertical-align: top;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 10px 10px 0px;
}

/*===== Template Three ====*/

.kptp-temp-three-layout{
    width: 100%;
    display: block;
    margin: 15px auto 45px;
    padding: 35px;
    box-sizing: border-box;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    background: #00b1ebd6;
    border-radius: 15px;
    -webkit-box-shadow: 0 0 18px 0 rgb(50 50 50 / 24%);
    box-shadow: 0 0 18px 0 rgb(50 50 50 / 24%);
    max-width: 1200px;
}


.kptp-temp-three-layout .kptp-upsells-box h3,
.kptp-temp-three-layout .kptp-cross-sells-box h3,
.kptp-temp-three-layout .kptp-social-box h3{
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
    text-transform: capitalize;
    color: white;
}


.kptp-temp-three-layout .kptp-temp-header p,
.kptp-temp-three-layout .kptp-custom-thankyou-page-title,
.kptp-temp-three-layout .woocommerce-customer-details address,
.kptp-temp-three-layout .woocommerce-column--shipping-address address{
    color: white
}
.kptp-temp-three-layout .kptp-woocommerce-customer-details h2{
    color :black;
}


.kptp-temp-three-layout .kptp-thankyou-order-details,
.kptp-temp-three-layout .woocommerce-table--order-details{
    background-color: white;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    margin: 25px 0px;
}

.kptp-temp-three-layout .kptp-thankyou-order-details tr td,
.kptp-temp-three-layout .woocommerce-table--order-details tr td,
.kptp-temp-three-layout .kptp-thankyou-order-details tr th,
.kptp-temp-three-layout .woocommerce-table--order-details tr th{
    padding: 10px;
}

.kptp-temp-three-layout .kptp-share-msg{
    border-color: white !important;
    color: white;
}
/*==== Upsells Products ====*/

.kptp-upsells-box h2,
.kptp-cross-sells-box h2,
.kptp-upcell-products .widget-title{
    display: none;
}

.woocommerce-loop-product__title{
    display: block !important;
}

.kptp-upcell-products,
.kptp-cross-sells-products{
    margin-top: 25px;
}

.kptp-upsells-box li.product,
.kptp-cross-sells-box li.product,
.kptp-custom-temp-section li.product{
    padding: 0px 5px;
    display: inline-block;
    width: 32% !important;
    vertical-align: top;
}

.kptp-woocommerce-customer-details .col2-set.addresses{
    float:none !important;
}

.kptp-woocommerce-customer-details .col2-set.addresses .col-1,
.kptp-woocommerce-customer-details .col2-set.addresses .col-2{
    float: none !important;
    display: inline-block;
    margin: 0 !important;
    vertical-align: top;
    box-sizing: border-box;
    padding: 10px 10px 10px 0px;
}

/*==== Social Box =====*/

.kptp-social-box{
    display: block;
    width: 100%;
    margin:25px 0px;
}

.kptp-social-box h3{
    font-size: 18px;
    line-height: 28px;
    font-weight: 600;
}

.kptp-social-box ul{
    list-style: none;
    margin: 0;
    padding:0;
}

.kptp-social-box ul li{
    display: inline-block;
    margin: 5px;
}

.kptp-social-box ul li a{
    color: black;
    text-decoration: none;
    border: 1px solid #00000073;
    padding: 10px 12px;
    font-size: 12px;
    line-height: 22px;
    background-color: white;
}

.kptp-social-box ul li a:hover{
    background-color: black;
    color: white;
}

.kptp-share-msg{
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    text-transform: capitalize;
    margin: 25px 0px;
    border: 1px solid #0000001f;
    padding: 15px;
}
.related-products {
    list-style: none;
    padding: 0;
    margin: 0;
}

.slick-prev, .slick-next {
    background-color: #333;  /* Dark background */
    color: #fff;             /* White text */
    border: none;
    padding: 10px 20px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    cursor: pointer;
    width: 100%;
    display: none;
}

.slick-prev {
    left: -40px;  /* Position to the left */
}

.slick-next {
    right: -40px;  /* Position to the right */
}

.slick-prev:hover, .slick-next:hover {
    background-color: #555;  /* Darker background on hover */
}

.related-products li {
    margin: 10px;
    padding: 10px;
}

.slick-prev, .slick-next {
    background-color: #333;
    color: #fff;
    border-radius: 50%;
    padding: 5px;
}


.kptp-share-msg a{
    font-size: 18px;
    line-height: 28px;
    padding:0px 8px;
    font-weight: 600;
}
.kptp-top-rated-products-section {
    margin-top: 30px;
}

.top-rated-products {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.top-rated-products li {
    padding: 10px;
    width: 200px;
    text-align: center;
     height: 100% !important;

}


.top-rated-products img {
    max-width: 100%;
    height: auto;
}

.top-rated-products h4 {
    font-size: 16px;
    margin: 10px 0;
}

.kptp-best-selling-products-section {
    margin-top: 30px;
}

.best-selling-products {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.best-selling-products li {
    padding: 10px;
    width: 200px;
    text-align: center;
     height: 100%;

}

.best-selling-products img {
    max-width: 100%;
    height: auto;
}
.best-selling-products h4 {
    font-size: 16px;
    margin: 10px 0;
}
.kptp-sale-products-section {
    margin-top: 30px; /* Add space above the section */
}

.sale-products {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* Add space between the product items */
}

.sale-products li {
    padding: 10px;
    width: 200px; /* Set width for the product items */
    text-align: center;
     height: 100%;


}

.sale-products .product-image img {
    max-width: 100%;
    height: auto;
}

.kptp-featured-products-section {
    margin-top: 30px; /* Space above the section */
}

.featured-products {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* Space between products */
}

.featured-products li {
    padding: 10px;
    width: 200px; /* Set a width for the product boxes */
    text-align: center;
    height: 100%;

}

.featured-products .product-image img {
    max-width: 100%;
    height: auto;
}

.kptp-upcell-products {
       display: grid;
     grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    list-style: none;
    padding: 0;
}

.kptp-upcell-product-item {
    padding: 10px;
    text-align: center;
    width: 33%;
    margin: 10px;
}
.slick-list li{
    width: 33%;
      height: 100%; 
}
.kptp-top-rated-products-section {
    margin-top: 30px;
}

.top-rated-products {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.top-rated-products li {
    border: 1px solid #ddd;
    padding: 10px;
    width: 200px;
    text-align: center;
     height: 100% !important;

}


.top-rated-products img {
    max-width: 100%;
    height: auto;
}

.top-rated-products h4 {
    font-size: 16px;
    margin: 10px 0;
}

.kptp-best-selling-products-section {
    margin-top: 30px;
}

.best-selling-products {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.best-selling-products li {
    padding: 10px;
    width: 200px;
    text-align: center;
     height: 100%;

}

.best-selling-products img {
    max-width: 100%;
    height: auto;
}
.best-selling-products h4 {
    font-size: 16px;
    margin: 10px 0;
}
.kptp-sale-products-section {
    margin-top: 30px; /* Add space above the section */
}

.sale-products {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* Add space between the product items */
}

.sale-products li {
    padding: 10px;
    width: 200px; /* Set width for the product items */
    text-align: center;
     height: 100%;


}

.sale-products .product-image img {
    max-width: 100%;
    height: auto;
}

.kptp-featured-products-section {
    margin-top: 30px; /* Space above the section */
}

.featured-products {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* Space between products */
}

.featured-products li {
    padding: 10px;
    width: 200px; /* Set a width for the product boxes */
    text-align: center;
    height: 100%;

}

.featured-products .product-image img {
    max-width: 100%;
    height: auto;
}

.kptp-upcell-products {
       display: grid;
     grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    list-style: none;
    padding: 0;
}

.kptp-upcell-product-item {
    padding: 10px;
    text-align: center;
    width: 33%;
    margin: 10px;
}
.slick-list li{
    width: 33%;
      height: 100%; 
}

.kptp-upcell-product-item img {
    max-width: 100%;
    height: auto;
}
.kptp-cross-sells-products {
      display: grid;
     grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    list-style: none;
    padding: 0;
}

.kptp-cross-sell-product-item {
    padding: 10px;
    text-align: center;
    margin: 10px;
}

.kptp-share-msg a{
    font-size: 18px;
    line-height: 28px;
    padding:0px 8px;
    font-weight: 600;
}
/*====== MEdia Quries ======*/

@media all screen and (max-width: 768px) {
  
    [class*="kptp-col-"] {
        width: 100%;
    }

}

@media all screen and (max-width: 768px) {
  
    [class*="kptp-col-"] {
        width: 100%;
    }

}
@media screen and ( max-width: 600px ) {
    .kptp-temp-five-layout .kptp-thankyou-product-info, .Checkout-details{
        display: block;
    }
    .kptp-temp-five-layout .kptp-temp-header, .billing-details-section,.shipping-details-section{
        width: 100%;
    }
    .kptp-temp-five-layout , .kptp-coupon-box strong , .kptp-temp-four-layout .kptp-thankyou-order-details{
        padding: 0px;
    }
    .kptp-upsells-box li.product,
    .kptp-cross-sells-box li.product,
    .kptp-custom-temp-section li.product{
        display: block;
        width: 100% !important;
    }
}