/*

Theme Name: Theme
Author: Andrei Cimpoesu
Author URI: anndrei.claudiu@gmail.com
Description: theme
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/
.woocommerce-page .page-index{
	padding-top: 30px;
	padding-bottom: 30px;
}
.woocommerce-page .theMenu{
	position: relative !important;
}
.woocommerce-page h1{
	color: #1f4963;
	font-size: 22px;
	text-transform: uppercase;
	border-bottom: 2px solid #70889d;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.woocommerce div.product p.price,
.woocommerce div.product span.price{
	font-size: 22px;
	color: #e90e4c;
	padding-bottom: 20px;
}
.woocommerce-product-details__short-description p{
	color: #1f4963;
	font-size: 16px;
	margin-bottom: 20px;
}
.woocommerce ul.products li.product .button,
.checkout-button,
.woocommerce-cart-form .button,
.woocommerce button.button.alt{
	color: #ffffff !important;
	text-transform: uppercase !important;
	padding: 10px 15px !important;
	letter-spacing: 2px !important;
	position: relative !important;
	border: 1px solid #e90e4c !important;
	background-color: #e90e4c !important;
	cursor: pointer !important;
	white-space: nowrap !important;
	background-image: none !important;
	text-shadow: none !important;
	border-radius: 0 !important;
}
.woocommerce ul.products li.product .button:hover,
.checkout-button:hover,
.woocommerce-cart-form .button:hover,
.woocommerce button.button.alt:hover {
    background-color: #ffffff !important;
    color: #e90e4c !important;
    border: 1px solid #e90e4c !important;
}
#coupon_code,
input.qty{
    min-height: 34px !important;
}
.woocommerce-result-count,
.woocommerce-ordering,
.posted_in{
	display: none !important;
}
.woocommerce-billing-fields__field-wrapper input.input-text{
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.woocommerce-loop-product__title{
	color: #1f4963 !important;
	font-size: 22px !important;
	text-transform: uppercase;
	min-height: 65px !important;
}
.woocommerce-Price-amount{
	font-size: 22px !important;
	color: #e90e4c !important;
}
li.product{
	text-align: center !important;
}
li.product a.woocommerce-LoopProduct-link{
	max-width: 300px !iportant;
	display: block;
}
.added_to_cart{
	display: block !important;
	color: #e90e4c !important;
}
.open-mobile{
	display: none;
}

.open-mobile{
	color: #e90e4c;
}
.theMenu .menu li a{
	color: #e90e4c !important;
	font-size: 14px;
}
.theMenu .menu li a:hover{
	color: #1f4963 !important;
}
.top-right-bar a{
	font-weight: bold;
}
.cart-go-shopping{
	display: block !important;
	font-size: 1.25em !important;
	text-align: center !important;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{
	margin-bottom: 0px !important;
}
.state_select{
	min-height: 37px !important;
	border: 1px solid #000000 !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
	box-sizing: border-box !important;
	width: 100% !important;
	line-height: normal !important;
}
.select2-hidden-accessible{
	position: relative !important;
}
#billing_state_field .select2-container{
	display: none !important;
}
.top-left-bar .email{
	min-width: 205px;
	font-weight: bold;
}
#header .topLine .top-right-bar{
	
}

.onsale{
	border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	background-color: #e90e4c !important;
	padding-left: 10px !important;
	padding-right: 10px !important;
}
#billing_country_field{
	display: none !important;
}

@media all and (max-width: 767px) {
	.theLogo{
		padding: 0px !important;
	}
	.mobile-style{
		padding-bottom: 0px !important;
		padding-top: 0px !important;
	}
	.menu li{
		padding: 0px 0px 10px 0px !important;
		display: block !important;
	}
	.menu li a{
		font-size: 11px !important;
	}
	.theMenu .theLogo img{
		margin-top: -10px !important;
		width: 100% !important;
		height: auto !important;
	}
	.theMenu .menu{
		padding-top: 10px !important;
	}
	#header .topLine .top-right-bar {
    	display: block !important;
    	padding-top: 0px !important;
    	text-align: center !Important;
   	}
}

/* 20.08.2024 */
.woocommerce-page h1 {
	margin-top: 0px !important;
}