/*

Theme Name: greets

*/

* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

/*---------- html ----------*/

html {
	line-height: 1;
}

/*---------- body ----------*/

body {
	background-color: #eeeeee;
}

/*---------- main ----------*/

main {
	display: block;
}

/*---------- h1 ----------*/

h1 {
	font-family: Arial;
	font-weight: 700;
	font-size: 2.62vw; /*m*/
	color: #000000;
}

/*---------- h2 ----------*/

h2 {
	font-family: Arial;
	font-weight: 700;
	font-size: 1.62vw; /*m*/
	color: #f44336;
}

/*---------- h3 ----------*/

h3 {
	font-family: Arial;
	font-weight: 700;
	font-size: 1vw; /*m*/
	color: #000;
}

/*---------- p ----------*/

p {
	font-family: Arial;
	font-weight: 400;
	font-size: 1vw; /*m*/
	color: #000000;
}

/*---------- a ----------*/

a {
  font-size: 1vw; /*m*/
	font-family: Arial;
	font-weight: 700;
  color: #f44336;
	text-decoration: none;
}

/*---------- strong ----------*/

strong {
  font-weight: 700;
}

/*---------- small----------*/

small {
	font-family: Arial;
	font-weight: 400;
  font-size: 0.62vw; /*m*/
}

/*---------- figure ----------*/

/*---------- img ----------*/

img {
	width: 100%;
	height: auto;
	border-style: none;
}

/*---------- video ----------*/

/*---------- figcaption ----------*/

/*---------- table ----------*/

table {
	
	width: 100%;
	font-size: 1vw; /*m*/
	border-spacing: 0;
}

/*---------- th ----------*/

th {
	font-weight: 700;
	font-family: Arial;

}

/*---------- td ----------*/

td {
	font-weight: 400;
	font-family: Arial;
}

/*---------- ul, ol ----------*/

ul, ol {
	list-style-type: none;
	list-style-position: inside;
	font-size: 1vw; /*m*/
	font-family: Arial;
	font-weight: 400;
}

/*---------- span ----------*/

span {
	font-family: Arial;
}

/*---------- header ----------*/

header {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	background-color: #eee;
	padding: 2vw 22vw; /*m*/
}

.logo img {
	width: 7vw; /*m*/
}

.menu {
	text-align: right;
}

.cart-contents-count {
	border: solid 1px #000; /*m*/
	padding: 0.625vw; /*m*/
	display: inline-block;
	font-family: Arial;
	font-weight: 700;
}

.cart-total {
	font-size: 0.62vw; /*m*/
	font-family: Arial;
	font-weight: 400;
	color: #000;
}

.minicart {
	text-align: center;
}

/*---------- footer ----------*/

footer {
	padding: 2vw 22vw; /*m*/
	background-color: #f44336;
	text-align: center;
}

footer img {
	width: 7vw; /*m*/
	padding-bottom: 1vw /*m*/
}

footer a {
	font-size: 0.62vw; /*m*/
	font-weight: 400;
}

footer p {
	color: #ffffff;
	margin:0;
}

footer a {
	color: #ffffff;
	text-decoration: none;
}


	
/*---------- button ----------*/

button {
	font-family: Arial;
	font-weight: bold;
	padding: 1vw; /*m*/
	font-size: 1vw; /*m*/
	background-color: #f44336;
	color: #ffffff;
	border: #f44336 solid 1px; /*m*/
}

/*---------- input ----------*/

input {
	font-family: Arial;
	font-weight: 700;
	padding: 0.5vw; /*m*/
	font-size: 1vw; /*m*/
	background-color: transparent;
	border: #000 solid 1px; /*m*/
	border-radius: 0;
	width: 100%;
}

/*---------- textarea ----------*/

textarea {
	font-family: Arial;
	font-weight: 700;
	padding: 0.5vw; /*m*/
	font-size: 1vw; /*m*/
	background-color: transparent;
	border: solid 1px #000; /*m*/
	border-radius: 0;
	width: 100%;
}

/*---------- select ----------*/

select {
	font-family: Arial;
	font-weight: 700;
	padding: 0.5vw; /*m*/
	font-size: 1vw; /*m*/
	background-color: transparent;
	border: solid 1px #000000; /*m*/
	border-radius: 0;
	color: #000000;
	width: 100%;
}

/*---------- product ----------*/

.red {
	color: #f44336;
}

.short {
	line-height: 1.5;
	padding: 1vw 0; /*m*/
}

.single-product .label {
	display: none;
}

.single-product .quantity {
	display: none;
}

#product-20 table {
	margin:0;
}

.reset_variations {
	text-decoration: none;
}
.reset_variations:hover {
	text-decoration: underline;
}

.button-variable-items-wrapper {
  list-style-type: none;
	display: flex;
	flex-wrap:wrap;
	padding-bottom: 1vw; /*m*/
}

.button-variable-item {
	width: 50%;
	height: auto;
	text-align: center;
	background-color: #fff;
}

.image-variable-items-wrapper {
  list-style-type: none;
	display: flex;
	flex-wrap:wrap;
	padding-bottom: 1vw; /*m*/
}

.image-variable-item {
	width:20%;
	height: auto;
}

.reset_variations {
	display: none;
}

.variable-item span {
	font-family: Arial;
	font-weight: 700;
}

.selected div {
	border: solid 1px black; /*m*/
}

.variable-item-contents {
	padding: 1vw; /*m*/
}
	
#product-20 {
	display: flex;
	flex-wrap:wrap;
	padding: 0 20vw; /*m*/
}
	
#product-20 .woocommerce-product-gallery {
		width:50%; /*m*/
		padding: 2vw; /*m*/
}
	
#product-20 .summary {
		width:50%; /*m*/
		padding: 2vw; /*m*/
}

.woocommerce-variation-add-to-cart {
	display: flex;
	flex-wrap: wrap;
}

.woocommerce-variation-add-to-cart .quantity {
	width: 20%;
}

.woocommerce-variation-add-to-cart .single_add_to_cart_button {
	width: 80%;
}

.dostava {
	text-align: center; 
	width: 100%;
	padding-top: 1vw; /*m*/
}

#product-20 input {
	padding: 1vw; /*m*/
}

/*---------- mesages ----------*/

.woocommerce-message {
  background-color: #f44336;
  font-family: Arial;
	font-weight: 400;
  color: #fff;
  padding: 1vw 22vw; /*m*/
	font-size: 1vw; /*m*/
}

.woocommerce-message a {
	color: #fff;
	text-decoration: underline;
}

/*---------- cart ----------*/

.kosarica {
	padding: 0 22vw 2vw 22vw; /*m*/
}

.kosarica thead {
display: none;
}

.kosarica .quantity .screen-reader-text {
  display: none;
}

.kosarica .cart_totals th {
	text-align: left;
	padding: 1vw 0; /*tole bi mogoče lahko deifinirali pri elementu */ /*m*/
	border-top: solid 1px #000; /*m*/
}

.kosarica .cart_totals td {
	text-align: right;
	padding: 1vw 0; /*tole bi mogoče lahko deifinirali pri elementu */ /*m*/
	border-top: solid 1px #000; /*m*/
}

.kosarica .cart_totals h2 {
	text-transform: uppercase;
}

.kosarica .wc-proceed-to-checkout {
	text-align: right;
}

.kosarica .wc-proceed-to-checkout a {
	display: inline-block;
	padding: 1vw; /*m*/
	border: solid 3px #f44336; /*m*/
}

.kosarica .shop_table {
	width: 100%; /* a ni to že definirano? */
	padding-top: 1vw; /*m*/
}

.kosarica .shop_table td {
	padding: 1vw 0 1vw 0; /*m*/
}

.kosarica .cart_item {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.kosarica .product-remove {
	width: 5%; /*m*/
}

.kosarica .product-thumbnail {
	width: 15%; /*m*/
}

.kosarica .product-name {
	width: 40%; /*m*/
	text-align: center;
}

.kosarica .product-price {
	width: 17.5%; /*m*/
	text-align: left;
}

.kosarica .product-quantity {
	width: 5%; /*m*/
}

.kosarica .product-subtotal {
	width: 17.5%; /*m*/
	text-align: right;
}

.kosarica .product-quantity input {
	border: solid 1px #000; /*m*/
}

.kosarica .woocommerce-shipping-destination {
	display: none;
}

.kosarica .wc-forward {
	display: inline-block;
	padding: 1vw; /*m*/
	border: solid 3px #f44336; /*m*/
	margin-bottom: 1vw; /*m*/
}

.kosarica div {
	font-family: Arial;
	font-weight: 400;
	font-size: 1vw; /*m*/
}

button[name='update_cart'] {
   display: none !important;
}

/*------------------------ CHECKOUT ----------------------------------*/

.blagajna {
	padding: 0 21.5vw 2vw 21.5vw; /*m*/
}

.blagajna .woocommerce-billing-fields > h3 {
  display: none;
}

#order_review_heading {
  display: none;
}

.blagajna .shop_table thead {
  display: none;
}

.blagajna form {
	display: flex; 
	flex-wrap: wrap;
}

#customer_details, #order_review {
	width:50%; /*m*/
}

.blagajna .shop_table th {
	text-align: left;
}

.blagajna .shop_table td {
	text-align: right;
}

/* zakaj tukaj ni flex-wrap??? */
.blagajna .cart_item .product-name {text-align: left; display: flex; align-items: center; }

.alignleft {
	padding:0 0.5vw 0.5vw 0; /*m*/
}

#place_order {
  width: 100%;
	background-color: #f44336;
	color: #eee;
	border: none;
	text-transform: uppercase;
}

#customer_details label {
	margin:0 0.5vw; /*m*/
}

.woocommerce-input-wrapper {
	display: block; /* je potrebno to? */
	padding: 0.5vw; /*m*/
}

.woocommerce-billing-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
}

#billing_email_field {width:100%;}
#billing_first_name_field {width:50%;} /*m*/
#billing_last_name_field {width:50%;} /*m*/
#billing_country_field {width:100%;}
#billing_address_1_field {width:100%;}
#billing_postcode_field {width:50%;} /*m*/
#billing_city_field {width:50%;} /*m*/
#billing_phone_field {width:100%;}
#billing_company_field {width:100%;}
#billing_state_field {width: 50%;} /* to sem dodal v kolikor je namesto zip = state, testiraj ostale!!*/ /*m*/

.woocommerce-shipping-fields__field-wrapper {
  display: flex;
  flex-wrap: wrap;
}

#shipping_first_name_field {width:50%;} /*m*/
#shipping_last_name_field {width:50%;} /*m*/
#shipping_country_field {width:100%;}
#shipping_address_1_field {width:100%;}
#shipping_postcode_field {width:50%;} /*m*/
#shipping_city_field {width:50%;} /*m*/
#shipping_phone_field {width:100%;}
#shipping_company_field {display: none;}
#shipping_state_field {width: 50%;} /* to sem dodal v kolikor je namesto zip = state, testiraj ostale!! */ /*m*/

.select2 {display: none;}

#ship-to-different-address-checkbox {
	width: unset;
}

#ship-to-different-address {
  padding-bottom: 0.5vw; /*m*/
}

.blagajna .product-name img {
	width: 4vw; /*m*/
}

.blagajna .shop_table tfoot th {
	padding: 1vw 0; /*m*/
	border-top: 1px solid #000; /*m*/
}

.blagajna .shop_table tfoot td {
	padding: 1vw 0; /*m*/
	border-top: 1px solid #000; /*m*/
}

.blagajna .col-1 {
	padding: 0 0.5vw 0 0; /*m*/
}

.blagajna .col-2 {
	padding: 0 0.5vw 0 0; /*m*/
}

.blagajna .shop_table {
	padding: 0 0.5vw 0 1vw; /*m*/
}

.blagajna .product-quantity {
	color: #000;
}

.place-order {
	padding: 0.5vw 0.5vw 0 1vw; /*m*/
}

/* chat gpt - edited */

.wc_payment_methods input[type="radio"] {
  display: none;
}

.wc_payment_methods {
	padding: 0 0.5vw 0 1vw; /*m*/
}

.wc_payment_methods li {
	padding-bottom: 0.5vw; /*m*/
}

.wc_payment_methods input[type="radio"]:checked + label {
	display: block;
	background-color: #f44336;
  color: #fff;
	padding: 1vw; /*m*/
}

.wc_payment_methods input[type="radio"]:not(:checked) + label {
  color: #f44336;
  background-color: white;
	display: block;
	padding: 1vw; /*m*/
}

.blagajna .order-total span {
	color: #f44336;
	font-family: Arial;
	font-weight: 700;
}
.payment_method_coinpayments img {
	display: none;
}

/*------------------------ THANK YOU ----------------------------------*/

.woocommerce-notice {
	font-family: Arial;
	font-weight: 700;
	font-size: 2vw; /*m*/ /*nastavi*/
	color: #f44336;
	padding: 4vw 0 6vw 0; /*m*/
}
.woocommerce-order {
	text-align: center;
}
.woocommerce-order-overview, .woocommerce-order-details, .woocommerce-customer-details {
	display:none;
}


/*------------------------ EMPTY CART ----------------------------------*/

.wc-empty-cart-message {
	font-size: 1vw;
	font-family: Arial;
	font-weight: 400;
  	text-align: center;
  	padding: 10vw 0; /*m*/
}

.return-to-shop {
  text-align: center;
  padding-bottom: 10vw; /*m*/
}

/* boring */

.boring {
	padding: 2vw 22vw; /*m*/
}

.boring p {
	margin-bottom: 2vw; /*m*/
	line-height: 1.5;
}

.boring h1 {
	margin-bottom: 1vw; /*m*/
}

/* after stripe css */

#product-20 .screen-reader-text {
  display: none;
}

#stripe-payment-data p {
	display: none;
}

#stripe-payment-data label {
	display: none;
}

#stripe-payment-data > fieldset:nth-child(4) {
  display: none;
}

#wc-stripe-cc-form {
	display: flex;
	flex-wrap: wrap;
	border: solid 1px #000; /*m*/
	padding: 1vw; /*m*/
}

#wc-stripe-cc-form .form-row-wide {
	width: 100% ;
	border: solid 1px #ccc; /*m*/
	padding: 0.5vw; /*m*/
	margin-bottom: 1vw; /*m*/
}

#wc-stripe-cc-form .form-row-first {
	width: 50%;
	border: solid 1px #ccc; /*m*/
	padding: 0.5vw; /*m*/
}

#wc-stripe-cc-form .form-row-last {
	width: 50%;
	border: solid 1px #ccc; /*m*/
	padding: 0.5vw; /*m*/
}

#wc-stripe-cc-form .stripe-source-errors {
	padding-top: 1vw; /*m*/
}

/* HOME */

.home {
	padding: 2vw 20vw 4vw 20vw; /*m*/
}

.home p {
	line-height: 1.5;
}

.home ul {
	list-style-type: square;
	line-height: 1.5;
	margin-top: 1vw; /*m*/
	/*color: #f44336;*/
	font-weight: 700;
}

.home ol {
	list-style-type: upper-greek;
	line-height: 1.5;
	margin-top: 1vw; /*m*/
	/*color: #f44336;*/
	font-weight: 700;
}

.home h2 {
	margin-bottom: 1vw; /*m*/
}

.about {
	text-align: center;
	padding: 2vw 2vw; /*m*/ /*nastavi*/
}

.about p {
	padding: 0 25%;
}

.about img {
	margin-bottom: 1vw; /*m*/
}

.about button {
	margin-top: 1vw; /*m*/
}

.balance, .deposit, .seed, .withdraw {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	flex-direction: row;
}

.balance div, .deposit div, .seed div, .withdraw div  {
	width: 50%; /*m*/
	padding: 2vw; /*m*/
}

/* hide stripe payment request button + OR*/

#wc-stripe-payment-request-button-separator, #wc-stripe-payment-request-wrapper {
display: none !important;
}
