/*
 Theme Name:   Webpress Hub
 Theme URI:    https://webpresshub.net/readymade-designs/
 Description:  Webpress Hub
 Author:       Webpresshub.net
 Author URI:   https://webpresshub.net/
 Template:     generatepress
 Version:      0.1
*/

 <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
li.wc_payment_method.payment_method_binance img {
    width: 200px;
}




.woocommerce-message {
    border-top-color: #009e8c;
	color:black;
}
.woocommerce-message::before {

    color: #009e8c;
}
.woocommerce span.onsale {
    background-color: #009e8c;;
}

.elementor-widget-woocommerce-product-content h2{

	font-weight:600 !important;

    padding: 10px 80px 10px 10px;
    border-left: 7px solid #009e8c;;
    background-color: #F6F9FE;
    border-radius: 2px;
    color: #232323 !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    display: inline-block;
	
}
.elementor-widget-woocommerce-product-content h3{

	font-weight:600 !important;

    padding: 10px 80px 10px 10px;
    border-left: 7px solid #009e8c;;
    background-color: #F6F9FE;
    border-radius: 2px;
    color: #232323 !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    display: inline-block;
	
}
.elementor-widget-woocommerce-product-content h4{

	font-weight:600 !important;
	
    padding: 10px 80px 10px 10px;
    border-left: 7px solid #009e8c;;
    background-color: #F6F9FE;
    border-radius: 2px;
    color: #232323 !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    display: inline-block;
	
}

input#um-submit-btn {
	background-color:#00665e !important;
	width:100% !important;
	font-size:18px !important;
}
div#elementor-tab-content-1121 {
    margin-top: -40px;
}
.woocommerce-MyAccount-navigation-link--edit-address{
display:none !important
}

#btn-razorpay-cancel{
	background-color:#00665e;
	border-radius:5px;
	font-size:18px !important;
	font-weight:600;
}
#btn-razorpay{
	background-color:#00665e;
	border-radius:5px;
	font-size:18px !important; 
	font-weight:600;
}


@media only screen and (max-width: 600px) {
	.elementor-widget-woocommerce-product-content h2{
	font-size:20px !important;
}
.elementor-widget-woocommerce-product-content h3{
	font-size:18px !important;
}
.elementor-widget-woocommerce-product-content H4{
	font-size:16px !important;
}
.thumbsbox del {
    display: none !important;
}
	
	
	h3.elementor-image-box-title{
		font-size:16px !important;
	}
	
	
}


.wp-block-heading {
    font-weight: 600 !important;
    font-size: 25px !important;
    padding: 10px 80px 10px 10px;
    border-left: 7px solid #009e8c;
    background-color: #F6F9FE;
    border-radius: 2px;
    color: #232323 !important;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    display: inline-block;
}


.elementor-widget-woocommerce-purchase-summary .woocommerce .shop_table .button.alt{
	background-color: #009E8C !important;
	color: white !important;
	
}
.elementor-widget-woocommerce-cart .woocommerce .coupon .button{
		background-color: #009E8C !important;
	color: white !important;
	border:none;
}
.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text{
	border: 1px solid #009E8C;
	color: black !important;

}
.elementor-widget-woocommerce-cart .woocommerce table.shop_table.cart .actions .button{
	background-color: #009E8C !important;
	color: white !important;
	border:none;
}


.table-container {
            overflow-x: auto;
            -webkit-overflow-scrolling: touch; /* For smooth scrolling on touch devices */
            margin: 0px;
        }






time.woocommerce-review__published-date {
    display: none;
}






.wp-block-preformatted {
    position: relative;
    display: block;
    padding: 10px;
    font-family: monospace;
    overflow-x: auto;
    white-space: pre-wrap;
    background-color: #f9f9f9;
    border: 1.5px solid #009E8C;
    border-radius: 5px;
    padding: 15px;
    max-width: 100%;
}

/* Copy button as a pseudo-element */
.wp-block-preformatted::after {
    content: "Copy Code";
    position: absolute;
    top: 8px;
    right: 10px;
    padding: 5px 10px;
    font-size: 15px;
    background-color: #009E8C;
    color: white;
    border-radius: 3px;
    cursor: pointer;
}

/* Change button color on hover */
.wp-block-preformatted:hover::after {
    background-color: #00665E;
}














<style data-no-optimize="1">
/* Pagination Container */
.elementor-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    margin: 20px 0;
    padding: 10px;
}

.elementor-pagination .page-numbers {
    display: inline-block;
    padding: 8px 16px;
    font-size: 16px;
    font-weight: 600;
    color: #0318D7; /* Blue text */
    background: #f5f5f5;
    border: 1px solid #0318D7; /* Blue border */
    border-radius: 5px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.elementor-pagination .page-numbers:hover {
    background: linear-gradient(135deg, #0318D7, #F1295B); /* Gradient hover */
    color: #fff;
    border: none;
}

.elementor-pagination .current {
    background: linear-gradient(135deg, #0318D7, #F1295B); /* Gradient for active */
    color: #fff;
    border: none;
    pointer-events: none;
}

.elementor-screen-only {
    display: none;
}
</style>





img.emoji {
    display: inline !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
}


.woocommerce-customer-details, .woocommerce-order-details__title{
	display:none;
}


/* ============================
   THANK YOU PAGE STYLING (Accent: #ED295E)
   ============================ */

.woocommerce-order {
  max-width: 1200px;
  margin: 60px auto;
  background: #ffffff;
  border-radius: 20px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.08);
  padding: 40px 50px;
  font-family: "Poppins", sans-serif;
  color: #222;
}

.woocommerce-notice--success {
  background: #ED295E;
  color: #fff;
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 40px;
  letter-spacing: 0.3px;
}

/* Order Overview */
.woocommerce-order-overview {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 15px;
  list-style: none;
  margin: 0 0 40px 0;
  padding: 0;
  background: #f8f9fa;
  border-radius: 14px;
  padding: 20px;
  border: 1px solid #eaeaea;
}

.woocommerce-order-overview li {
  font-size: 15px;
  background: #fff;
  border-radius: 10px;
  padding: 15px !important;
  border: 1px solid #eee;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}

.woocommerce-order-overview strong {
  display: block;
  font-weight: 600;
  color: #000;
  margin-top: 4px;
}

/* Section Titles */
.woocommerce-order-downloads__title,
.woocommerce-order-details__title,
.woocommerce-column__title {
  font-size: 20px;
  color: #ED295E;
  border-left: 4px solid #ED295E;
  padding-left: 10px;
  margin-bottom: 20px;
  margin-top: 40px;
  font-weight: 600;
}

/* Tables */
.woocommerce-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #eee;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 40px;
  background: #fff;
}

.woocommerce-table th,
.woocommerce-table td {
  padding: 14px 18px;
  border-bottom: 1px solid #f1f1f1;
  font-size: 15px;
}

.woocommerce-table th {
  background: #f8f8f8;
  text-align: left;
  font-weight: 600;
  color: #333;
}

.woocommerce-table td a {
  color: #ED295E;
  text-decoration: none;
  font-weight: 500;
}

.woocommerce-table td a:hover {
  text-decoration: underline;
}

/* Download Button */
.woocommerce-MyAccount-downloads-file.button.alt {
  background: linear-gradient(135deg, #ED295E, #FF4F85);
  color: #fff !important;
  border-radius: 8px;
  padding: 10px 18px;
  font-weight: 600;
  border: none;
  transition: all 0.3s ease;
}

.woocommerce-MyAccount-downloads-file.button.alt:hover {
  transform: translateY(-2px);
  background: linear-gradient(135deg, #FF4F85, #ED295E);
}

/* Billing Section */
.woocommerce-customer-details address {
  background: #f8f9fa;
  padding: 20px;
  border-radius: 12px;
  border: 1px solid #eaeaea;
  font-style: normal;
  line-height: 1.7;
}

.woocommerce-customer-details p {
  margin: 5px 0;
  color: #444;
}

/* Responsive */
@media (max-width: 600px) {
  .woocommerce-order {
    padding: 25px;
  }

  .woocommerce-notice--success {
    font-size: 18px;
  }

  .woocommerce-order-overview {
    grid-template-columns: 1fr;
  }
}
