/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 4.6.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


.woocommerce-button.button.woocommerce-form-login__submit, .woocommerce-button.button.woocommerce-form-register__submit{
	background:#171838;
	color:#fff;
}

.woocommerce-button.button.woocommerce-form-login__submit:hover, .woocommerce-button.button.woocommerce-form-register__submit:hover{
	background:#8B5C32;
	color:#fff;
}

.woocommerce-MyAccount-navigation ul {
	list-style-type: none;
	padding: 0;
}

.wc-tabs li.active {
	background: #171838 !important;
}

.wc-tabs li.active a {
	color: #fff !important;
}

progress {
	border-radius: 20px;
}

progress[value] {
	background: #F8F4B5;
}

progress::-webkit-progress-bar, progress::-moz-progress-bar{
	background: #DDBE85;
	border-radius: 20px;
}


/*****After new Giveaway Plugin*****/
.woocommerce ul.products li {
	border: 3px solid #8B5C32;
	border-radius: 8px;
	overflow: hidden;
	padding-bottom: 15px !important;
	text-align: center;
	font-family: "Chakra Petch", Sans-serif;
}

.ta_loop_item_cont {
	padding: 0 15px;
}

.lty-shop-timer-wrapper {
	border-radius: 8px !important;
	width: 235px !important;
	margin: 0 auto !important;
	padding: 10px 0px !important;
	font-family: "Chakra Petch", Sans-serif !important;
margin-top: -42px !important;
  z-index: 1 !important;
  position: relative !important;	
}

.lty-shop-timer-wrapper .lty-shop-timer-container{
	padding:0 !important;
}

.lty-shop-timer-wrapper .lty-shop-timer-container .lty-shop-timer-section {
	width: 25%;
}

.lty-shop-timer-wrapper .lty-shop-timer-container .lty-shop-timer-section {
	font-size: 13px;
}

.lty-shop-timer-wrapper .lty-shop-timer-container .lty-shop-timer-section span:first-child {
	font-size: 22px;
	font-weight: 600;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-weight: 600;
	text-transform: uppercase;
	color: #171838;
	font-size: 21px;
}

.lty-progress-count-loop .lty-progress-bar-start, .lty-progress-count-loop .lty-progress-bar-end{
    display:none;
}

.lty-progress-count-loop .lty-progress-bar-notice {
	margin: 0 auto;
}

.lty-lottery-progress-bar-loop {
	margin-top: 24px;
	margin-bottom: 2px;
}

.lty-progress-bar-notice, .lty-loop-remaining-tickets-message {
	color: #333;
	font-family: "Chakra Petch";
	font-weight: 600;
	font-size: 14px;
}

.lty-lottery-progress-bar-loop .lty-inner-percentage {
	font-size: 13px;
	line-height: 15px;
	color: #FFB;
	font-weight: 500;

	font-family: Chakra Petch;

}

.lty-progress-bar span.lty-progress-fill {
	position: relative;
}

.woocommerce ul.products li.product .button {
	background: #171838;
	color: #fff;
	text-transform: uppercase;
	
	font-weight: 800;
	border-radius: 3px;
	letter-spacing: 2px;
	font-size: 15px;
	padding: 14px 19px;
}

.woocommerce ul.products li.product .button:hover{
    background:#8B5C32;
    color: #F5EEAC;
}

.woocommerce ul.products li.product .price {
	font-family: "Chakra Petch", Sans-serif;
	color: #303030;
	font-weight: 600;
	font-size: 18px;
}

.single-product .lty-lottery-date-ranges {
	text-align: center;
	font-family: "Chakra Petch", Sans-serif;
}

.single-product .lty-lottery-time-left-label {
	font-weight: 600;
	text-transform: uppercase;
	color: #8B5C32;
}

.single-product  .lty-lottery-date-ranges {
max-width: 350px;
  float: none !important;
  clear: both;
  margin: 0 auto;
}


.single-product .lty-lottery-product-summary p.lty-tickets-sold {
	float: left !important;
	text-align: center;
margin-top: 34px;
  margin-bottom: 0;
}


.single-product .lty-lottery-countdown-timer span.lty-lottery-timer {
	background: #171838;
	color: #f8f4b5 !important;
	padding: 14px 3px 19px 3px !important;
}

.single-product .lty-lottery-countdown-timer span.lty-lottery-timer span:first-child {
	color: #fff !important;
	font-weight: 700 !important;
	font-size: 23px !important;
}

.single-product .lty-lottery-countdown-timer span.lty-lottery-timer:first-child {
	border-radius: 20px 0 0 20px;
}

.single-product .lty-lottery-countdown-timer span.lty-lottery-timer:last-child {
	border-radius: 0 20px 20px 0;
}

.lty-lottery-range-value {
  background-color: #8C5D33;
  border-color: #8C5D33;
}

.lty-lottery-range-value:before{
   border-left-color: #8C5D33 !important; 
}

.lty-quantity-range-slider .ui-widget-header {
	background: #f8f4b5 !important;
}


.single-product .lty-quantity-selector {
	width: 111px;
	margin-right: 14px;
	margin-top: -6px;
}

.woocommerce-MyAccount-navigation {
	background: #141736;
	border-radius: 18px;
	font-family: "Chakra Petch", Sans-serif;
	padding: 12px 30px;
}

.woocommerce-MyAccount-navigation li {
	margin: 25px 0;
}

.woocommerce-MyAccount-navigation li a {
	color: #fff;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 600;
}

.woocommerce-MyAccount-navigation li a:hover, .woocommerce-MyAccount-navigation li.is-active a{
    color:#F8F4B5;
}


.woocommerce-MyAccount-content{
    font-family: "Chakra Petch", Sans-serif;
}

.woocommerce-MyAccount-content {
	font-family: "Chakra Petch", Sans-serif;
	padding: 31px 18px;
	border: 1px solid #F8F4B5;
	border-radius: 8px;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.2);
}

.lty-myaccount-lottery-navigation nav a {
	font-size: 14px;
}

.lty-frontend-table thead th {
	font-size: 14px;
}

.woocommerce-MyAccount-content .button {
	background: #171838 !important;
	color: #fff !important;
	margin-top: 13px !important;
}

.woocommerce-MyAccount-content .button:hover {
	background: #8C5E33 !important;
	color: #F8F4B5 !important;
}

.button[name="spend_limit_submit"] {
	margin-bottom: 35px !important;
	margin-top: 0 !important;
}

form[name="spending-limit"] p {
	margin-bottom: 0;
}


.woocommerce-MyAccount-content #spend_limit_amount {
	width: 100px;
}


.woocommerce-breadcrumb {
	display: none;
}

.lty-lottery-instant-winners-by-date-inner-wrapper .lty-lottery-instant-winners-by-date-content {
	background: none !important;
	box-shadow: none !important;
	border: 3px solid #171838;
	font-family: "Chakra Petch", Sans-serif;
}

.wc_payment_method.payment_method_cashflows_card img {
	max-width: 22px;
}

.h_wallet .woo-wallet-menu-contents {
	background: #fff;
	padding: 3px 6px;
	border-radius: 8px;
	color: #141736;
	font-weight: 700;
	font-size: 15px;
}

.lty-lottery-product-summary .lty-guest-error {
	display: block !important;
	float: left;
	text-align: center;
	margin-top: 10px;
}

.lty-predefined-buttons.lty-single-product-predefined-buttons .lty-predefined-button {
	display: inline-block;
	width: 31%;
	font-size: 14px;
	text-align: center;
	background: #8C5D33;
	color: #fff;
	font-weight: 500;
}


.lty-predefined-buttons.lty-single-product-predefined-buttons .lty-predefined-button:hover{
	background: #141736;
}

@media screen and (max-width: 768px) {
	.woocommerce ul.products[class*="columns-"] li.product{
		width:100% !important;
	}
	
	.elementor-widget-wc-archive-products .products{
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;	
	}
	
	.lty-predefined-buttons.lty-single-product-predefined-buttons .lty-predefined-button {
		width:100%;
		margin-bottom: 10px;
	}
	
}