@import '//fonts.googleapis.com/css?family=Bangers';

body

.woocommerce .quantity input[type="number"], .woocommerce-page .quantity input[type="number"] {
    color: #000000;
	font-weight: bold;
}

.cpops-cart-item__quantity button{
	background-color: #FFFFFF !important
		
}


h2.woocommerce-loop-product__title {
	    min-height: 45px;

}
.tick-label{
	text-align: center;
	font-weight: bold;
	color: red;
	
}
  

.woocommerce-error {

	text-align: center;
	font-weight: bold;
	color: red;
	background-color:yellow;
}
.woocommerce-message {
 
	text-align: center;
}


.progress-bar {
    background-color: #1a1a1a;
    height: 20px;
    width: 100%;
    margin: 5px auto;
    border-radius: 5px;
   
    box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;
}

.progress-bar-container{
	bottom:10px;
	
}

.stripes {
    background-size: 30px 30px;
  
    background-image: linear-gradient(
        135deg,
        rgba(255, 255, 255, .15) 25%,
        transparent 25%,
        transparent 50%,
        rgba(255, 255, 255, .15) 50%,
        rgba(255, 255, 255, .15) 75%,
        transparent 75%,
        transparent
    );
}
.progress-bar-inner {
  display: block;
  height: 20px;
  width: 20%;
  background-color: #d30000;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
  position: relative;
  animation: auto-progress 10s infinite linear;
}
.topleftlogintext{
font-family: Poppins;
  font-size: 15px;
	color: white;
	
}
.topleftlogintextlink{
    color: white;
	font-size: 12px;
}
.woocommerce-MyAccount-navigation {
display:none;
}

.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
}
.tick-onended-message
{
	 text-align: center;
	font-family: Poppins;
  font-size: 35px;
	font-weight:bold;
	
}

@media (max-width: 600px) {
    .tick-onended-message {
        font-size: 20px; /* Adjust font size for mobile */
    }
}

.wc-points-rewards-product-message
{
	font-weight:bold;
	padding-top:15px;
	display:block;

}
.draw
{
	font-size: 20px;
	font-weight:bold;
}
table {
  border: 1px solid black;
	
}
tr:nth-child(even) {background-color: #f2f2f2;}

.wc_points_redeem_earn_points .button {
    display: inline;
    background: transparent;
    border: none;
    text-transform: none;
    padding: 0;
    border-bottom: 1px solid #E6E6E6;
    margin-left: 5px;
    color: #202020;
    letter-spacing: 0px;
}
.wc_points_redeem_earn_points .button:hover,
.wc_points_redeem_earn_points .button:focus {
    border-color: #A6A6A6;
    background: transparent;
    color: #202020;
}
.wc_points_rewards_apply_discount {
    display:inline-block;
}
.wfacp-coupon-btn{
    display: inline;
    background: transparent;
    border: none;
    text-transform: none;
    padding: 0;
    border-bottom: 1px solid #E6E6E6;
    margin-left: 5px;
    color: #ff0000;
    letter-spacing: 0px;
}

/* CIRCLE STYLE */
.woocommerce ul.products li.product .new-badge.onsale {
	background: #ffcc00;
	right: auto;
	color: #000;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 0.9em;
	border-radius: 0px;
	border-radius: 999px;
	min-width: 7em;
	min-height: 7em;
	line-height: 7em;
	padding: 0;
	position: absolute;
	text-align: center;
	top: .5em;
	left: .5em;
}

/* FAQS ACCORDION*/

.faqbox{
   width: auto;
   margin: 10px auto;
   background: #fff;
   border-radius: 7px;
   box-shadow: 1px 2px 4px rgba(0,0,0,.3);
}

.faqbox .heading{
   background: #FF0000;
   border-radius: 7px 7px 7px 7px;
   padding: 10px;
   color: #fff;
	 font-weight: bold;
   text-align: center;

}

.faqs{
   padding: 5px 20px 20px;
}

::-webkit-details-marker{
   float: right;
   margin-top: 3px;
}

details{
   background: #ffffff;
   padding: 10px 20px;
   border-radius: 7px;
   margin-top: 20px;
   font-size: 14px;
   letter-spacing: 1px;
   cursor: pointer;
	  border: 5px;
    border-style: double;
    border-color: #ff0000;
}

details summary{
   outline: none;
	font-weight: bold;
	font-size: 18px;
}
/* BADGE CSS TOMMY */
.woocommerce ul.products li.product .new-badge1.onsale {
	background: #008402;
	right: auto;
	color: #FFFFFF;
	font-weight: 700;
	font-size: 0.9em;
	border-radius: 0px;
	min-width: 3em;
	min-height: 2em;
	line-height: 2em;
	padding: 0px 5px;
	position: absolute;
	text-align: center;
	top: 1em;
	left: 1em;
  border-color:black;
	border-style: solid;
	border-width: thin;
}
.woocommerce ul.products li.product .new-badge2.onsale {
	background: #dd3333;
	right: auto;
	color: #FFFFFF;
	font-weight: 700;
	font-size: 0.9em;
	border-radius: 0px;
	min-width: 3em;
	min-height: 2em;
	line-height: 2em;
	padding: 0px 5px;
	position: absolute;
	text-align: center;
	top: 1em;
	left: 1em;
	border-color: black;
	border-style: solid;
	border-width: thin;
}
/* AUTO WINNER BADGE */
.autowinnerbadge{
background: #ffff;
top:20px;
	left:20px;
right:20px;
	color:red;
	display:flex;
	justify-content:center;
	position:absolute;
	z-index:1;
	font-size: 14px;
	font-weight:bold;
	border-style: solid !important;
	border-color: black !important;

	border-width:thick !important;
	padding: 7px;
opacity:90%;
	
}



.ast-shop-product-out-of-stock {
	border-style: solid !important;
	border-color: black !important;
  bottom: 50% !important;
	border-width:thick !important;
	
;
}
.woocommerce ul.products li.product .astra-shop-summary-wrap, .woocommerce-page ul.products li.product .astra-shop-summary-wrap {
min-height:100px;

}

/*AUTO BADGE CSS FOR MOBILES*/

 @media only screen and (max-width: 768px) {
        .overlay-image-topleft  {
            width: 80px !important;  /* Smaller width */
            height: 70px !important;  /* Smaller height */
            margin-bottom: 50px;  /* Adjust margin only for this class on mobile */
        }

.overlay-image-topright {
        
       
            width: 80px !important;  /* Smaller width */
            height: 70px !important;  /* Smaller height */
            margin-bottom: 50px;  /* Adjust margin only for this class on mobile */
        
    }
	 
	 .overlay-image-bottomleft{
        
       
            width: 80px !important;  /* Smaller width */
            height: 70px !important;  /* Smaller height */
            margin-bottom: 50px;  /* Adjust margin only for this class on mobile */
        
    }
	 
	 .overlay-image-bottomright {
        
       
            width: 80px !important;  /* Smaller width */
            height: 70px !important;  /* Smaller height */
            margin-bottom: 50px;  /* Adjust margin only for this class on mobile */
        
    }
}
/* FINISH */

/* START PRIZE HEADING SHORTCODE */
/* Styling for the row container */

.rowprizeheading * {
    margin: 0;
    padding: 0;
}
.rowprizeheading h6, .rowprizeheading p {
	margin-bottom:0;
	font-weight: bold;
}
.rowprizeheading {
    display: flex; /* Use flexbox for layout */
    justify-content: space-between; /* Space between sections */
    border-radius: 8px; /* Rounded corners */
    padding: 0px; /* Padding around the content */
    max-width: 1500px; /* Maximum width of the row */
    margin: 10px auto; /* Center the row with auto margin */
    background-color: #f9f9f9; /* Light background color */
    position: relative; /* Required for absolute positioning of separators */
    box-shadow: 0 0 15px rgba(255, 0, 0, 0.75); /* Red box shadow */
	
}

/* Styling for each section */
.sectionprizeheading {
    flex: 1; /* Flex-grow to take equal space */
    padding: 10px; /* Inner padding for each section */
    background-color: #fff; /* White background for sections */
    text-align: center; /* Center text */
    position: relative; /* Position relative for pseudo-elements */
}

/* Vertical separator styling */
.sectionprizeheading:not(:last-child)::after {
    content: ""; /* Empty content for the separator */
    width: 4px; /* Width of the separator */
    background-color: #ccc; /* Color of the separator */
    position: absolute; /* Position it absolutely within the section */
    top: 0; /* Align to the top */
    right: -2px; /* Position it just outside the right edge */
    height: 100%; /* Full height of the section */
}

/* Heading styling */


/* Responsive Design */
@media (max-width: 768px) {
    .rowprizeheading {
        flex-direction: column; /* Stack sections vertically on small screens */
    }

    .sectionprizeheading {
        margin-bottom: 0px; /* Add a margin between stacked sections */
    }

    .sectionprizeheading:last-child {
        margin-bottom: 0; /* Remove bottom margin for the last section */
    }

    /* Adjust the separator for stacked layout */
    .sectionprizeheading:not(:last-child)::after {
        right: 0; /* Align separator to the right edge of the section */
        height: 2px; /* Change height to match the section height */
        width: 100%; /* Full width for horizontal separator */
        background-color: #ccc; /* Color for horizontal separator */
        top: 100%; /* Position it at the bottom of the section */
    }
}

/* FINISH */


.jammy-wallet-balance-wrapper {
    text-align: right;
}
.jammy-wallet-balance {
            font-weight: bold;
            font-family: Poppins;
            font-size: 15px;
	          color: white;
                     
        }
        