/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.nrc-dropdown {
    width: 15%;
}
.nrc-dropdown-large {
    width: 28%;
}

.nrc-input {
    width: 38.2% !important;
}
/* Responsive styles for mobile */
@media only screen and (max-width: 768px) {
    .nrc-dropdown {
        width: 100%; /* Full width for small screens */
    }
    .nrc-dropdown-large {
        width: 100%; /* Full width for small screens */
    }
    .nrc-input {
        width: 100% !important; /* Full width for small screens */
    }
}

body.woocommerce-checkout.woocommerce-order-received {
    .row {
        display: block !important;
    }
}

.woocommerce-checkout .row {
    display: inline !important;
}


.price-text {
    font-weight: 700;
    color: #2e3282;
}
.line-item {
  border-bottom: 1px dotted #d3d3d3;
    font-size: 16px;
	padding-bottom: 10px;
	padding-top: 10px;
  width: 100%;
}

.pickup-location {
	padding-bottom:20px;
}

.woocommerce .quantity {
    display: none;
}

.woocommerce .cart .quantity {
    display: none;
}


.woocommerce-table__repayment-schedule {
    margin-bottom: 20px;
}

.repayment-schedule-title {
    font-size: 1.5em;
    margin-bottom: 10px;
    text-align: justify;
}

.custom-repayment-schedule {
    list-style-type: none;
    padding: 0;
}

.repayment-item {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 12px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.repayment-item-title {
    padding: 5px;
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.repayment-label {
    font-weight: bold;
}

.repayment-amount {
    margin-left: 10px;
}

.repayment-status {
    margin-left: 10px;
    color: black;
}

.repayment-status.paid {
    color: green;
}

.repayment-status.unpaid {
    color: red;
}

.repayment-date {
    font-style: italic;
}
.checkout-name{
	font-size:16px;
	font-weight:300;
}
.checkout-blue{
	font-weight:600;
	color:var(--wd-primary-color);
}
.download-pdf {
	width : 100%;
	background-color: var(--wd-primary-color); 
   border: none;
   color: white;
   border-radius: 20px;
}
.download-pdf:hover{
	background-color: black;
    color: white;
}
.woocommerce-pdf-download{
	padding:10px;
}
.status-label {
	padding: 5px 10px;
	background-color: #e2af29;
	font-weight:600;
	color: white;
  border-radius: 20px;
}
.status-label-order {
	font-size: 16px;
	font-weight:400;
}

.thankyou-table {
	padding: 20px;
    background-color: #ffffff;
    border-radius: 12px;
}
.order-product-image{
    width: 100px;
}
.require-doc {
    padding-top: 20px;
}


/* Style for file upload button */
.thwcfe-btn-file-upload {
    display: inline-block;
    background-color: var(--bgcolor-gray-200); 
    color: rgb(0, 0, 0); 
    padding: 20px 80px; 
    border: 1px dashed #000;
    cursor: pointer;
    font-size: 14px; 
    width: 100%;
    transition: background-color 0.3s; 
  }

.thwcfe-checkout-file-btn{
    margin-top: -17px !important;
}



.label-store {
    
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
    color:#ec7d23;
}

/* Responsive Styles */
@media only screen and (max-width: 768px) {
    .label-store {
        
        font-size: 12px; 
    }
}

@media only screen and (max-width: 576px) {
    .label-store {
        font-size: 8px;
    }
}


.wd-add-cart-icon {
        display: none;
    }
.stroe-img {
	width :20px;
    border: 1px;
	border-radius: 50%;
}
.stroe-img-product {
	width:30px;
    height: 30px;
	border-radius:50%
}

.view_content_p {
    padding-bottom: 10px;
}
/* Popup Styles */
.popup {
    display: none; /* Hide popup by default */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
    z-index: 9999; /* Ensure popup is on top of other elements */
}

.popup-content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    width: 90%; /* Adjust as needed */
    max-width: 90%; /* Adjust as needed */
    max-height: 80%; /* Adjust as needed */
    overflow-y: auto; /* Enable vertical scrolling if content exceeds height */
}

/* Media Query for Tablets */
@media (min-width: 768px) {
    .popup-content {
        max-width: 90%; /* Adjust as needed for tablet screens */
    }
}

/* Media Query for Desktops */
@media (min-width: 1024px) {
    .popup-content {
        max-width: 90%; /* Adjust as needed for desktop screens */
    }
}

.popup-title {
    font-size: 24px;
    margin-bottom: 10px;
}

.popup-body {
    margin-bottom: 20px;
}

.close-button {
    display: block;
    margin-left: auto;
    background-color: #ff0000;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
}

/* Show the popup */
.popup.show {
    display: block;
}

.view-contract {
    padding-bottom: 20px;
}

.button-contract {
    background-color: #04AA6D; /* Green */
    border: none;
    color: white;
    border-radius: 20px;
}
.button-contract:hover {
    background-color: black;
    color: white;
}

.button-clear {
    background-color: #dd9393; /* Green */
    border: none;
    color: white;
    border-radius: 20px;
}
.button-clear:hover {
    background-color: #ff0000;
    color: white;
}

.title-color {
    color:#2e3282;
}

.wd-my-account-sidebar {
    display: none !important;
}
.woocommerce-MyAccount-content {
    flex: 1 0 105%;
    max-width: 100%;
    width: 100%;
    padding: 10px 30px; }

/* Hide the up and down arrows for number inputs in WebKit browsers (e.g., Chrome, Safari) */
input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Hide the up and down arrows for number inputs in Firefox */
input[type='number'] {
    -moz-appearance: textfield;
}
@media only screen and (max-width: 1024px) {
    .wd-my-account-sidebar {
        display: none;
    }
}

.pick-option {
    display: flex;
}

.more-products{
    display: none;
}

/* Pagination styles */
.custom-pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.custom-pagination .page-numbers {
    display: inline-block;
    margin: 0 5px;
    padding: 8px 12px;
    border: 1px solid #ddd;
    color: #0073aa;
    text-decoration: none;
}

.custom-pagination .page-numbers:hover {
    background-color: #f1f1f1;
}

.custom-pagination .current {
    background-color: #0073aa;
    color: white;
    border-color: #0073aa;
}

.custom-pagination .prev,
.custom-pagination .next {
    font-weight: bold;
}

.custom-pagination .prev:hover,
.custom-pagination .next:hover {
    background-color: #0073aa;
    color: white;
}


/* Style the eye button */
.woocommerce form .show-password-input {
  position: absolute;
  right: 10px;
  background: transparent url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23666' stroke-width='2' viewBox='0 0 24 24'><path d='M1 12s4-8 11-8 11 8 11 8-4 8-11 8-11-8-11-8z'/><circle cx='12' cy='12' r='3'/></svg>") no-repeat center;
  background-size: 20px 20px;
  border: none;
  cursor: pointer;
  width: 30px;
  height: 30px;
  opacity: 0.7;
}

/* Eye-slash when active */
.woocommerce form .show-password-input.display-password {
  background: transparent url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23666' stroke-width='2' viewBox='0 0 24 24'><path d='M17.94 17.94a10.07 10.07 0 01-5.94 2.06C6 20 2 12 2 12s1.67-3.34 4.9-5.75M9.88 9.88a3 3 0 104.24 4.24M1 1l22 22'/></svg>") no-repeat center;
  background-size: 20px 20px;
}
