/*
Theme Name: Elime Child
Theme URI: http://elime.novaworks.net
Description: This is a child theme for Elime Theme.
Author: Novaworks
Author URI: http: //www.novaworks.net/
Template: elime
Version: 1.0
*/

/****************************************************************/
/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
/****************************************************************/







/****************************************************************/
/****************************************************************/
/****************************************************************/
.woocommerce-form-track-order.track_order p {
    font-family: "Work Sans", sans-serif;
    color: #493A25;
}
.track_order .button {
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #773cbe;
    border-radius: 50px 50px 50px 50px;
    padding: 15px 35px 15px 35px;
    width: 100%;
}
p.order-info {
    color: #000;
    font-family: 'Work Sans';
}
h2.woocommerce-order-details__title,
h2.woocommerce-column__title{
    color: #493A25;
    font-family: "Raleway", sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 4px;
}
.woocommerce-customer-details address {
    color: #493A25;
}

table.woocommerce-table--order-details th, table.woocommerce-table--order-details td {
    font-family: "Work Sans", sans-serif;
    color: #493A25;
}
/* Default grid configuration */
.corgi-product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    width: 100%;
    gap: 30px;
}

/* Extra large screens (>= 1200px) */
@media (min-width: 1450px) {
    .corgi-product-grid {
        grid-template-columns: repeat(4, minmax(250px, 1fr));
    }
}

/* Large screens (992px - 1199px) */
@media (min-width: 992px) and (max-width: 1449px) {
    .corgi-product-grid {
        grid-template-columns: repeat(3, minmax(250px, 1fr));
    }
}

/* Medium screens (768px - 991px) */
@media (min-width: 768px) and (max-width: 991px) {
    .corgi-product-grid {
        grid-template-columns: repeat(2, minmax(250px, 1fr));
    }
}

/* Unfold mobile screens like Samsung Fold */
@media (max-width: 767px) {
    .corgi-product-grid {
        grid-template-columns: repeat(2, minmax(250px, 1fr));
    }
}

/* Small screens (<= 600px) */
@media (max-width: 600px) {
    .corgi-product-grid {
        grid-template-columns: repeat(1, minmax(250px, 1fr));
    }
}

.d-flex{
    display: flex;
}
.justify-content-space-between{
    justify-content: space-between;
}
.corgi-product-card {
    padding: 30px;
    background-color: #fff;
    border-radius: 5px;
    border:4px solid  #F8F8F8

}
.corgi-product-card-funded-progress-bar {
    overflow-x: hidden;
    height: 4px;
    width: 100%;
    border-radius: 45px;
    background-color: rgba(20, 20, 20, 0.33);
}

.corgi-progress-bar {
    height: 100%;
    width: 91.5%;
    background-color: 773cbe;
    border-radius: inherit;
    text-align: right;
}
.corgi-total-sold,
.corgi-funding-status,
.corgi-product-card-ending-soon {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
}

/* Countdown Timer Colors */
.product_countdown_timer.more-than-3-days {
    color: #4a217c;
}

.product_countdown_timer.less-than-3-days {
    color: orange;
}

.product_countdown_timer.less-than-24-hours {
    color: #c0323b;
}
.product_countdown_timer.ended {
    color: gray;
    text-align: center;
    text-transform: capitalize;
}
.product_countdown_title {
    margin-bottom: 0;
}
.product_page_countdown {
    text-align: center;
}
h5.product_countdown_timer {
	text-transform: lowercase;
    font-family: 'Josefin Sans'; 
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.02em;
    word-spacing: 14px;
}
.product_countdown_title {
    margin-bottom: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: rgb(20, 20, 20);
    font-family: 'Josefin Sans';
}

.woocommerce-product-gallery__wrapper img{
    height: 500px;
    object-fit: contain;
}

/* Cart  and checkhout Page*/
a.checkout-button.button.alt.wc-forward,
body.woocommerce-checkout .woocommerce .woocommerce-checkout-payment .place-order .button {
    font-family: "Work Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #773cbe !important;
    border-radius: 50px 50px 50px 50px;
    padding: 15px 35px 15px 35px!important;
    width: 100%;
}
.woocommerce-cart-form .button {
 	font-family: "Work Sans", sans-serif;
 
}
.woocommerce-cart-form button[name="update_cart"] {
	border-color: #4a217c !important;
   border-radius: 50px;
}
.woocommerce-cart-form button[name="update_cart"]:hover{
	background-color:#4a217c!important;
}
.product-quantity .quantity input {
    border-radius: 50px;
}

/* Supporter */
/* Supporters tab styling */
.supporters-list {
    list-style: none;
    padding: 0;
}

.supporters-list li {
    margin-bottom: 10px;
}

#view-all-supporters {
    display: block;
    margin-top: 10px;
}
.supporter {
    border-top: 1px solid rgba(20, 20, 20, 0.15);
    padding: 20px;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
	font-family: "Work Sans", sans-serif;
    font-style: normal;
   	font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: rgb(20, 20, 20);
}
.support-time {
	font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.04em;
    color: rgb(20, 20, 20);
}
.supporter-create-account {
	font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.02em;
    color: rgb(20, 20, 20);
}
.nova-woocommerce-tabs .tabs-title{
	width:100%;
}
.nova-woocommerce-tabs .tabs .tabs-title > a {
    margin-right: 0;
    text-align: center;
}
/* Popup styling */
#supporters-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 700px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 0;
    z-index: 1000;
	border-radius: 12px;
}

#supporters-popup .close-popup {
    position: absolute;
    top: 0;
    right: 10px;
    cursor: pointer;
    font-size: 44px;
	font-weight: 300;
}

#supporters-popup .popup-content {
    max-height: 600px;
    overflow-y: auto;
}
div#popup-supporters-list p {
    border-bottom: 1px solid rgba(20, 20, 20, 0.15);
    padding: 20px;
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
	font-family: "Work Sans", sans-serif;
    font-style: normal;
    font-weight: 400;
	font-size: 16px;
    line-height: 26px;
    letter-spacing: 0.02em;
    color: rgb(20, 20, 20);
	margin-bottom:0;
}
#popup-supporters-list a {
    font-size: 18px;
    font-weight: 600;
}
.popup-header h2 {
    font-family: "Josefin Sans", sans-serif;
    font-size: 26px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 0 !important;
}
div#popup-supporters-list {
    padding: 0 20px 20px 20px;
}
.popup-header {
    padding: 20px;
}
.popup-header h2{
	margin-bottom:0;
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	div#popup-supporters-list p,
	.supporter {
    align-items: flex-start;
    flex-direction: column;
	}
}
