/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.4.9
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.hide-on-cart {
  display: none;
}

.single-product .product-type-variable .badge-container {
	display: none;
}

.cart_item .remove {
	display: inline-block;
	margin-left: 5px;
}
.wfocu_variable_price_save_percentage::before {
  content: "- " !important;
}

.wfocu-text-below-price p {
		color: transparent !important;
}

.wfocu-text-below-price ~ span::before {
content: "- ";
}

.wfocu_variable_price_save_percentage {
    color: #ff0000;
    margin-left: 60px;
}

/* <span class="wfocu_variable_price_save_percentage" data-key="d458703774115f4f97ea23ec32c9c549">67%</span> OFF</p> */


.custom_sticky_add_to_cart a#sticky_add_to_cart {
  line-height: 1em !important;
}

@media only screen and (max-width: 850px) {
  .custom_sticky_add_to_cart--button {
    flex-basis: 60% !important;
  }
  .woocommerce-cart .message-container, .woocommerce-checkout .message-container {
    font-size: 11px !important;
  }
}
.sticky-add-to-cart--active {
  padding: 0 !important;
}

/* Florjan O. 18.5.2022 short desc read more */
.product-short-description p, .product-short-description span, .product-short-description li {
  font-size: 14px !important;
}
@media screen and (min-width: 768px) {
  .f-full-desc {
    display: block !important;
  }
  .f-short-desc {
    display: none !important;
  }
  .product-short-description p, .product-short-description span, .product-short-description li {
    font-size: 18px !important;
  }
  .f-read-more a {
    font-size: 16px !important;
    color: rgb(89, 167, 251);
  }  
  #billing_phone::placeholder {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  #billing_phone {
    font-size: 13px !important;
  }
}
.iti {
  display: block !important;
}

.f-read-more a {
  font-size: 13px !important;
  color: rgb(89, 167, 251);
}

.f-read-more a:hover {
  cursor: pointer;
  color: rgb(51, 146, 248);
  text-decoration: underline;
}

/*Checkout sticky */
@media (min-width: 768px){
  #customer_details { 
  position: sticky; 
  top: 30px; }
}

/*Kuponi lepši izpis 12. 1.*/
.coupon .flex-row {
  display: contents;
}

#coupon_code.input-text{
  margin-bottom: 10px;
}

/*CHRISTIAN STICKY CHECKOUT*/

.sticky-icon{
  display: inline-block;
  background-color: #333;
  padding: 5px 10px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
  
.sticky-text{
  padding: 0 20px;
  display: inline-block;
}
  
.sticky_add_to_cart_button{
  display: flex;
  color: #000;
  padding: 0;
  border: 0;
  align-items: center;
  background-color: #fff !important;
  border-radius: 4px;
  animation: grow-button 4s infinite;
}

.sticky-add-to-cart--active{
	background-color: #FF3B3B;
	height: 70px;
  }
  
  .custom_sticky_add_to_cart--container{
	width: 100%;
	justify-content: space-between;
	display: flex;
	align-items: center;
	max-width: 500px;
	height: 70px;
  }
  
  .sticky_add_to_cart{
	background-color: #FFFFFF !important;
	color: #000 !important;
	margin: auto 0;
  }
  
 .alt.button.custom_sticky_add_to_cart--button:before{
	position: relative;
	font-family: "Font Awesome 5 Free";
	content: '\f07a';
	margin-right: 10px;
  }
  
  .remove-icon::before{
	content: none !important;
  }

  .button-wrapper{
	display: flex;
	align-items: center;
	border-radius: 10px;
	min-width: 100px;
  }

  .slika-loader{
	height: 30px;
	margin: 0 auto;
	background-color: #ffffff;
	border-radius: 5px;
	padding: 5px 15px;
  }

  .loading-active{
	display: block;
  }

  .alt.button.custom_sticky_add_to_cart--button{
	display: flex;
	align-items: center;
	background-color: #FFFFFF !important;
	color: #000 !important;
	vertical-align: middle;
	border-radius: 10px;
	font-size: 16px;
	padding: 5px 16px;
	margin: auto 0;
	margin-right: 10px;
	animation: grow-button 4s infinite;
  }
  
  .custom_sticky_add_to_cart span {
	display: inline-block;
  }
  
  .sticky-add-to-cart--active del span.amount {
	font-size: 13px;
	color: #fff;
	text-decoration: line-through;
	opacity: 1;
  }
  
  .sticky-add-to-cart--active span.woocommerce-Price-amount{
	font-size: 20px;
	color: #fff !important;
  }
  
  .popust-wrapper{
	height: 20px;
  }
  
  .popust{
	color: #fff;
	background-color: #000;
	font-size: 14px;
	text-align: center;
	width: fit-content;
	padding: 0 10px;
	animation: grow-text 4s infinite;
  }
  
  .woocommerce-Price-amount-del{
	opacity: 1 !important;
  }
  
  .custom_sticky_add_to_cart--price{
	margin-left: 10px;
  }

  .loading-inactive{
	display: none !important;
  }

  .custom_sticky_add_to_cart a#sticky_add_to_cart{
	white-space: nowrap;
  }
  
  @keyframes grow-text {
	0% {
	  transform: scale(1.2);
		}
	10% {
	  transform: scale(1);
		}
	90% {
	  transform: scale(1);
	}
	100% {
	  transform: scale(1.2);
		}
  }
  
  @keyframes grow-button {
	0% {
	  transform: scale(1.1);
	  }
	10% {
	  transform: scale(1);
	  }
	90% {
	  transform: scale(1);
	  }
	100% {
	  transform: scale(1.1);
	  }
  }
  
  /*Premakni cookie button*/
  
  @media only screen and (max-width: 420px){
	.osano-cm-widget--position_right{
	  position: fixed;
	  bottom: 50px;
	}
  }
  

/*CART MESSAGE*/

@media only screen and (min-width: 420px){
  .custom-cart-message{
    display: none;
  }}

.custom-cart-title{
  text-align: center;
  background-color: #FFB232;
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  width: fit-content;
  margin: 0 auto;
  padding: 5px 20px;
  border-radius: 100px;
  bottom: -15px;
  position: relative;
  z-index: 1;
  font-weight: 800;
}
  /* Style the buttons that are used to open and close the accordion panel */
.accordion-cart-message {
  background-color: #FFF1DA;
  color: #000;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  line-height: inherit;
  transition: 0.4s;
  margin-bottom: 0px;
  border-radius: 10px;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.cart-message-list li{
  list-style: disc !important;
}

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active-cart-message, .accordion-cart-message:hover {
  border-bottom: 1px #FFD692 solid;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #FFF1DA;
  color: #000;
}

/* Style the accordion panel. Note: hidden by default */
.custom-cart-message-panel {
  padding: 10px 40px;
  background-color: #FFF1DA;
  display: none;
  overflow: hidden;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #000;
}
  
.accordion-cart-message:after {
  font-family: "Font Awesome 5 Free";
  content: '\f107'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  float: right;
  margin-left: 5px;
}

.active-cart-message:after {
  content: "\f106"; /* Unicode character for "minus" sign (-) */
}

.shop_table ul li {
  list-style: none;
  margin: 10px 0;
}

/*Style za checkout disclaimer - Christian*/

.billing-disclaimer-right{
  float: right;
}

@media (max-width: 420px) {
  .billing-disclaimer-left, .billing-disclaimer-right {
    display: inline-block;
    vertical-align: top;
    word-wrap: break-word;
    width: 50%;
  }
  .billing-disclaimer-right {
    text-align: right;
  }
}

/*UPPERCASE CHECKOUT 9-10-23*/
/* Uppercase placeholders and labels */
#customer_details .woocommerce-input-wrapper .fl-label {
  text-transform: uppercase;
}

#customer_details ::placeholder {
  text-transform: uppercase;
}

/* Reset text-transform for input fields */
#customer_details .woocommerce-input-wrapper .fl-input.input-text {
  text-transform: none;
}

/*CHECKOUT STYLES */
@media only screen and (max-width: 400px) {
  .fields-shipping-disclaimer {
    font-size: 14px;
  }
  .f-above-payment{
    font-size: 14px;
  }
}

.above-woocommerce-checkout-payment{
  display: flex;
  margin: 10px 0;
}
.piggy-icon{
  margin-right: 10px;
  width: 32px;
}

/*BODY BACKGROUND COLOR 20-10-23*/
body{ 
  background-color: #fff 
}

/*ORDER DETAILS REVIEW PAGE THANK YOU*/

.f-cart-header{
  background-color: #FF3535 !important;
}


.digit-thank-you-container{
  display: flex;
  justify-content: center;
  gap: 20px;
}

.digit-thank-you {
  text-align: left;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 20px;
  background-color: #fff;
  max-width: 500px;
}

.digit-thank-you-title{
  color: #000;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px; /* 105.556% */
}

.digit-thank-you td{
  background-color: #fff;
  border-bottom: 0;
  text-align: left;
}

.digit-thank-you th{
  background-color: #fff;
  border-bottom: 0;
  text-align: left;
}

.digit-thank-you  th.woocommerce-table__product-name.product-name {
  text-align: left;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #000;
}

.digit-thank-you  th.woocommerce-table__product-table.product-total.product-total{
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #000;
}

.digit-order-details-img{
  width: 50px;
}

.woocommerce-order-details .tax_label{
  display: none;
}

.order_item:last-child {
  border-bottom: 1px solid #000;
}

/*BILLING ADDRESS*/
.digit-thank-you-flex{
  display: flex;
  gap: 20px;
  text-align: left;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 20px;
  background-color: #fff;
  max-width: 500px;
}

/*GUARANTEE*/

.digit-thank-you-guarantee{
  border-radius: 10px;
  display: grid;
  grid-template-columns: 90px auto;
  border: 2px solid #EFD171;
  background-color: #FFFBEE;
  padding-top: 20px;
  gap:20px;
  margin-top: 20px;
}

.guarantee-badge{
  margin-left: 20px;
  width: 70px;
}

.guarantee-title{
  color: #333;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0em;
}

.guarantee-content{
  color: #333;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; /* 135.714% */
  padding-bottom: 20px;
  margin-right: 20px;
}

/*HAPPY CUSTOMERS*/

.digit-thank-you-fullwidth{
  background-color: #FEEFDA;
  text-align: center;
  padding-bottom: 40px;
  margin-top: 20px;
}
.digit-thank-you-fullwidth h3{
  padding: 40px 0 30px 0;
}
.digit-happy-customer-grid{
  display: grid;
  grid-template-columns: 320px 320px 320px;
  justify-content: center;
  gap: 30px;
}
.digit-review{
  text-align: center;
  border-radius: 10px;
  background-color: #FDFDFD;
  margin-bottom: 30px;
  padding: 20px 15px;
}

.digit-review h5{
  color: #333;
  text-align: center;
  font-family: Lato;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 0;
}

.review p{
  color: #333;
  text-align: center;
  font-family: Lato;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px; /* 131.25% */
}

@media only screen and (max-width: 851px) {
  .digit-happy-customer-grid{
    grid-template-columns: 90%;
  }
  .digit-thank-you-container .col{
    width: auto;
  }
  .digit-thank-you-guarantee{
    max-width: 335px;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .review p{
    font-size: 12px;
  }
  .digit-thank-you-date img{
    margin-right: 10px;
    margin-left: 10px;
  }
  .digit-kontakt{
    overflow-wrap: anywhere;
  }
  .guarantee-title{
    font-size: 14px;
  }
}

@media only screen and (max-width: 400px) {
  .digit-thank-you-date{
    font-size: 14px;
  }
  .digit-thank-you-btn{
    line-height: 1.5em;
  }
  .guarantee-badge{
    width: 100%;
    text-align: center;
    margin-left: 0;
  }
  .digit-thank-you-guarantee{
    grid-template-columns: 100%;
  }
  .guarantee-text{
    text-align: center;
    margin: 0 10px;
  }
  .digit-thank-you-date{
    padding-right: 10px;
  }
}

/*ORDER NUMBER*/
.digit-order-number{
  background-color: #64FE9E;
  text-align: center;
  color: #050505;
  text-align: center;
  font-family: Lato;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; /* 105.556% */
  padding: 20px 0;
  margin-bottom: 30px;
}

.digit-thank-you-btn-outer{
  border-radius: 10px;
  background-color: #FF3B3B;
  width: 260px;
  text-transform: none;
}
.digit-thank-you-btn{
  color: #fff;
}

/*NUMBERS*/
.zelen{
  background-color: #06D6A0 !important;
}

/*TRUCK*/
.digit-thank-you-date{
  text-align: center;
  display: flex;
  border-radius: 10px;
  border: 1px solid #CCC;
  max-width: 1020px;
  height: 60px;
  justify-content: center;
  align-items: center;
}
.digit-thank-you-date img{
  margin-right: 10px;
}

.html-checkout-sidebar img{
  margin-bottom: 120px;
}


.woocommerce-checkout{
  padding-bottom: 0px;
}

.digit-checkout {
  padding-bottom: 0px;
}

/* BLACK FRIDAY TIMER 22-11 */
.black-friday-badge {
  position: absolute;
  top: 10px; /* Adjust the top position */
  font-weight: bold;
  z-index: 99; /* Make sure it's above other elements */
  background-color: #000; /* Black background color */
  color: #fff; /* White text color */
  padding: 5px 10px; /* Adjust padding as needed */
  font-size: 14px; /* Adjust font size as needed */
  border-radius: 5px; /* Adjust border radius as needed */
}

.black-friday-badge-shop {
  position: absolute;
  top: 10px; /* Adjust the top position */
  font-weight: bold;
  z-index: 99; /* Make sure it's above other elements */
  background-color: #000; /* Black background color */
  color: #fff; /* White text color */
  padding: 5px 10px; /* Adjust padding as needed */
  font-size: 14px; /* Adjust font size as needed */
  border-radius: 5px; /* Adjust border radius as needed */
  right: 0;
}

/* CART Z-INDEX */
.woocommerce-cart .cart-collaterals{
  z-index: 33;
}

/* PADDING ZA STICKY */
@media only screen and (max-width: 768px){
  .f-show-on-mobile .accordion-tabs-mobile{
    margin-bottom: 110px;
  }
}

/*COLORED CHECKOUT*/
.f-custom-radio .f-checkmark-style:after{
  background-color: #49b02a;
}

.f-shipping__list_item.f-active  .f-checkmark-style{
border: 2px solid #49b02a;
}
.f-shipping__list_item.f-active {
background-color: #e6f1fc !important;
}

/*Money back*/
.f-cart-money-back{
  font-size: 12px;
  text-align: center;
  font-weight: bold;
  color: #000;
  margin-top: 10px;
}

a.checkout-button.button.alt.wc-forward{
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

/*Extra small resolution sticky atc*/
@media (max-width: 385px) {
  .digit-bottom-bar{
    font-size: 12px;
  }
  .sticky-text{
    line-height: normal;
  }
}

/* BLACK FRIDAY 24 
.product .badge-container.top{
  top: 30px;
}

.digit-top-bar-black {
  display: table;
  position: static;
  font-weight: bold;
  background-color: black;
  color: white;
  padding: 5px 10px;
  font-size: 14px;
  text-align: center;
  width: 100%;
}

.black-friday-badge-product {
  position: absolute;
  top: 35px;
  font-weight: bold;
  z-index: 99;
  background-color: #000;
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: 5px;
}*/