/*
Theme Name: BlankSlate Child
Theme URI: http://tidythemes.com/blankslate/
Description: Child theme for the BlankSlate theme. Allows you to fully style and customize the features of your theme without them being overwritten upon upgrading the main BlankSlate theme. Learn more: http://codex.wordpress.org/Child_Themes
Author: TidyThemes
Author URI: http://tidythemes.com/
Template: blankslate
*/

@import url("../blankslate/style.css");
@import url('https://fonts.googleapis.com/css2?family=BioRhyme:wght@200..800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* ADD NEW CSS HERE AND REMOVE THIS ENTIRE NOTE/LINE AND REPLACE WITH YOUR CSS - LEARN CSS: tidythemes.com/want-to-learn-css */

html, body {
    overflow-x: hidden; /* Prevent any horizontal scrolling */
    width: 100%;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.hidden {
	display: none !important;
}

#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  background-color: transparent;
  padding: 30px 20px;
}

.nav-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
}

/* Flexbox layout for left and right menus */
.left-menu, .right-menu {
  display: flex;
  align-items: center;
}

.left-menu {
  flex: 1;
  justify-content: flex-start;
}

.right-menu {
  flex: 1;
  justify-content: flex-end;
}

/* Center the logo */
.logo {
  flex-shrink: 0;
  text-align: center;
  margin: 0 20px;
}

/* Menu styling */
#menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}

#menu ul li {
  margin: 0 25px 0 0;
}

#menu a {
  color: #2A623D;
	font-family: "BioRhyme", serif;
  text-decoration: none;
  font-weight: 700;
	font-size: 16px;
	line-height: 26px;
}

/* Adjust logo styling */
.logo a {
  font-size: 24px; /* Adjust logo font size */
  color: #fff; /* White color for logo */
  text-decoration: none;
}

#branding {
    display: flex;
    justify-content: center;
    padding: 30px 0;
}
#branding img {
    max-width: 328px;
}

p {
	font-size: 18px;
	font-weight: 400;
	font-family: "Inter", sans-serif;
	line-height: 26px;
}

.title {
	font-size: 34px;
	font-weight: 700;
	font-family: "BioRhyme", serif;
	line-height: 40px;
	color: #000;
	margin-bottom: 40px !important;
}

.gr-section {
	width: 100%;
	max-width: 1320px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	height: 100%;
}

.gr-section-banner {
    position: absolute;
    top: 10%;
    left: 49%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1320px;
    height: 100vh;
    z-index: 1;
    box-sizing: border-box;
}

.gr-banner-title {
    color: #18222E;
    font-size: 52px;
    font-family: "BioRhyme", serif;
    text-align: left;
    margin-bottom: 20px;
	line-height: 52px;
}

.gr-banner-text {
    color: #18222E;
    font-size: 16px;
    font-weight: 400;
    font-family: "Inter", sans-serif;
    text-align: left;
    line-height: 1.5;
    margin-bottom: 30px !important;
}

.gr-button .wp-block-button__link {
    padding: 16px 22px;
    font-size: 18px;
    font-family: "BioRhyme";
    font-weight: 700;
    background-color: #18222E;
    color: white;
    border: none;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    border-radius: 20px;
}

.gr-button-green .wp-block-button__link {
	padding: 16px 100px;
	font-size: 18px;
    font-family: "BioRhyme", serif;
	font-weight: 700;
	background-color: #91B38E;
    color: white;
	cursor: pointer;
    text-align: center;
    text-decoration: none;
    z-index: 1;
    width: auto;
	border-radius: 20px;
}

.gr-button-red .wp-block-button__link {
	padding: 16px 100px;
	font-size: 18px;
    font-family: "BioRhyme", serif;
	font-weight: 700;
	background-color: #DF5555;
    color: white;
	cursor: pointer;
    text-align: center;
    text-decoration: none;
    z-index: 1;
    width: auto;
	border-radius: 20px;
}

.gr-subtitle {
	font-family: "BioRhyme", serif;
	font-weight: 400;
	font-size: 28px;
	line-height: 38px;
}

.gr-seme-icon .wp-block-media-text__media img {
	width: auto;
}

.gr-seme-icon .wp-block-media-text__content {
	padding: 0;
}

.gr-icon-title {
	font-family: "BioRhyme", serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 32px;
	margin-left: 40px;
}

.col-left {
	padding-left: 5%;
}

.gr-section-wave-background {
	background-image: url('https://granatno.staging.digitalist.si/wp-content/uploads/2024/09/Vector-1-1.png');
	background-repeat: no-repeat;
	padding-top: 250px;
	background-size: cover;
}

.gr-section-green-wave-background {
	margin-top:-16%;
	background-image: url('https://olivnoolje.com/wp-content/uploads/2025/04/Vector-1.png');
	background-repeat: no-repeat;
	background-size: cover;
}

.gr-section-red-wave-background {
	background-image: url('https://granatno.staging.digitalist.si/wp-content/uploads/2024/09/Vector-3.png');
	background-repeat: no-repeat;
	background-size: cover;
}

.gr-section-semena-background {
	background-image: url('https://granatno.staging.digitalist.si/wp-content/uploads/2024/08/Mask-group-13.png');
	background-size: cover;
	background-repeat: no-repeat;
	height: auto;	
}

.red-subtitle {
	font-family: "BioRhyme", serif;
	font-weight: 400;
	font-size: 24px;
	line-height: 32px;
	color: #6B0D0E;
}

.icon-box {
  perspective: 1000px;
  position: relative;
  width: 232px;
  height: 232px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.icon-box-inner {
  width: 100%;
  height: 100%;
  transition: transform 0.6s ease-in-out;
  transform-style: preserve-3d;
  position: relative;
  border: 1px solid #91B38E;
  border-radius: 40px;
  box-sizing: border-box;
}

.icon-box:hover .icon-box-inner {
  transform: rotateY(180deg);
}

.icon-box-front, .icon-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  box-sizing: border-box;
  border-radius: 37px;
  padding: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.icon-box-front {
  transform: rotateY(0deg);
}

.icon-box-back {
  transform: rotateY(180deg);
  background-color: #91B38E;
  color: #fff;
  padding: 30px 20px;
}

.icon-box-back p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}

.gr-galerija-section {
	width: 100%;
	max-width: 1320px;
}

.popup-title {
	font-family: BioRhyme;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px;
	text-align: center;
}

/* General styling */
.nav-container {
    display: flex;
    justify-content: center; /* Center the logo by default */
    align-items: center;
    position: relative;
}

/* Style the burger menu */
.burger-menu {
    display: none;
    flex-direction: column;
    cursor: pointer;
    position: absolute;
    left: 20px; /* Align burger menu to the left */
}

.burger-menu span {
    width: 25px;
    height: 3px;
    background-color: #333;
    margin: 4px 0;
    transition: 0.3s;
}

/* Center the logo */
#branding {
    text-align: center;
}

#branding img {
    max-height: 50px; /* Adjust logo size */
}

/* Hide mobile menu */
.mobile-menu {
    display: none;
    position: absolute;
    top: 60px;
    width: 100%;
    background-color: #fff;
    z-index: 999;
}

/* Mobile menu styling */
.mobile-menu-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    text-align: center;
}

.mobile-menu-list li {
    padding: 15px;
}

.mobile-menu-list li a {
    color: #000 !important;
    text-decoration: none;
    display: block;
}

.gr-galerija-wrap img {
	border-radius: 40px;
}

.faq-section {
	padding-left: 15%;
}

.bordered-div-top {
	padding: 15px;
	/*
	border-left: 2px solid #91B38E;
	border-right: 2px solid #91B38E;
	border-top: 2px solid #91B38E;
    */
}

.bordered-div-bottom {
	
	padding: 15px;
	/*
	border-left: 2px solid #91B38E;
	border-right: 2px solid #91B38E;
	border-bottom: 2px solid #91B38E;
	*/
}

.no-margin {
	margin-top: 0;
	margin-bottom: 0 !important;
	margin-left: 0;
	margin-right: 0;
}

/* Show burger menu on smaller screens */
@media screen and (max-width: 840px) {
    .left-menu,
    .right-menu {
        display: none; /* Hide left and right menu */
    }


    /* Burger icon on the left */
    .burger-menu {
        display: flex; /* Show burger menu on smaller screens */
        position: absolute;
        top: 20px;
        left: 20px; /* Position the burger menu on the left */
        z-index: 1000; /* Ensure it stays on top */
        cursor: pointer;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
    }

    .burger-menu span {
        width: 25px;
        height: 3px;
        background-color: #333;
        margin: 4px 0;
        transition: 0.3s ease-in-out;
    }

    /* Mobile menu hidden by default (off-screen) */
    .mobile-menu {
        display: none; /* Hidden initially */
        position: fixed; /* Fix it to the left side */
        top: 0;
        left: -100%; /* Off-screen initially */
        width: 250px; /* Menu width */
        height: 100%; /* Full screen height */
        background-color: #fff; /* Background for clarity */
        z-index: 999; /* Ensure it's above other content */
        transition: left 0.3s ease-in-out; /* Smooth slide in effect */
        padding: 20px;
    }

    /* Mobile menu appears from the left when active */
    .mobile-menu.active {
        left: 0; /* Slide in from the left */
        display: block;
    }

    /* Style the mobile menu list items */
    .mobile-menu-list {
        list-style: none;
        margin: 0;
        padding: 0;
        text-align: left; /* Align text to the left */
    }

    .mobile-menu-list li {
        padding: 15px 0;
    }

    /* Optional: Rotate the burger icon to a cross when menu is open */
    .burger-menu.open span:nth-child(1) {
        transform: rotate(45deg) translate(5px, 5px);
    }

    .burger-menu.open span:nth-child(2) {
        opacity: 0;
    }

    .burger-menu.open span:nth-child(3) {
        transform: rotate(-45deg) translate(5px, -5px);
    }

    /* Prevent body scrolling when the menu is open */
    body.mobile-menu-open {
        overflow: hidden;
    }
}

/* Checkout */
body.woocommerce-checkout #header,
body.woocommerce-checkout #sidebar,
body.woocommerce-checkout #footer,
.wc-block-components-checkout-return-to-cart-button {
	display: none;
}
body.woocommerce-checkout #content {
    max-width: 1380px;
    margin: 50px auto;
    padding: 0 30px;
}
.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    border-radius: 11px;
    background: #E50003;
    width: 100%;
    display: block;
    text-align: center;
    padding: 20px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 5px;
    border: none;
}
.wp-block-woocommerce-checkout-order-summary-block {
    background: #eee;
    border-radius: 10px;
}
.wc-block-components-totals-wrapper {
	border-top: none !important;
}
body.woocommerce-checkout h1.entry-title {
    font-size: 28px;
    text-align: center;
    font-weight: 700;
    color: #DF5555;
	margin: 50px 0;
}
.lp-quantity-and-shipping {
    display: flex;
    align-items: center;
    gap: 30px;
}
.lp-free-shipping {
    color: #EB1B19;
    font-size: 18px;
    font-weight: 700;
}
.lp-free-shipping:before {
    content: url(/wp-content/uploads/2024/06/Gift.svg);
    display: inline-block;
    transform: translateY(3px);
    margin-right: 5px;
}
.woocommerce-form-coupon-toggle .woocommerce-info {
    padding: 0;
    background: transparent;
    border: none;
}
.woocommerce-form-coupon-toggle .showcoupon {
	color: #000;
}
.woocommerce-form-coupon-toggle .woocommerce-info::before {
    display: none;
}
form.checkout_coupon.woocommerce-form-coupon {
    padding: 20px 0;
    border: none;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-radius: 0;
}
form.checkout_coupon.woocommerce-form-coupon p.form-row {
	width: 70%;
	padding: 20px 0 0;
} 
form.checkout_coupon.woocommerce-form-coupon p.form-row.form-row-last {
	width: 25%;
	float: left;
	margin-left: 10px;
}
form.checkout_coupon.woocommerce-form-coupon p.form-row.form-row-last button {
    width: 100%;
    height: 50px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
	border-radius: 10px;
}
.checkout.woocommerce-checkout {
	display: flex;
	gap: 20px;
	align-items: flex-start;
}
.checkout.woocommerce-checkout #customer_details {
    width: 60%;
}
.checkout.woocommerce-checkout #customer_details > div {
    width: 100%;
}
.woocommerce table.shop_table tfoot tr.order-total th {
	font-size: 20px;
}
.woocommerce table.shop_table tfoot tr.order-total th,
.woocommerce table.shop_table tfoot tr.order-total td,
.woocommerce table.shop_table tfoot tr.cart-subtotal th,
.woocommerce table.shop_table tfoot tr.cart-subtotal td {
    border-bottom: 1px solid #000 !important;
	border-top: 1px solid #000 !important;
}
#order_review {
    width: 40%;
    background: #F5F5F5;
    padding: 20px 15px;
}
.checkout.woocommerce-checkout h3 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
}
#select2-billing_country-container  {
    height: 50px;
    display: flex;
    align-items: center;
}
.select2-selection__arrow,
.select2-selection {
	height: 50px !important;
}
.select2-container--default .select2-selection--single {
	border: 1px solid #000;
	border-radius: 10px;
}
.woocommerce-checkout table.shop_table,
.woocommerce-checkout table.shop_table td,
.woocommerce-checkout table.shop_table th {
	border: none!important;
}
.woocommerce-checkout .woocommerce table.shop_table th,
.woocommerce-checkout .woocommerce table.shop_table td {
    padding: 9px 12px 9px 0;
}
body.woocommerce-checkout input[type="text"],
body.woocommerce-checkout input[type="email"],
body.woocommerce-checkout input[type="tel"] {
    height: 50px;
    border-radius: 10px;
    box-shadow: none;
    border: 1px solid #000;
	padding-left: 10px;
}
body.woocommerce-checkout textarea {
    border-radius: 10px;
    box-shadow: none;
    border: 1px solid #000;
	min-height: 150px;
	padding: 10px;
}
.woocommerce-checkout #payment,
.woocommerce-checkout #payment div.payment_box {
    background: #fff;
}
.woocommerce-checkout #payment div.payment_box:before {
	display: none;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    background-color: #DF5555;
    width: 100%;
    margin: 15px 0;
    height: 50px;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 700;
}
.woocommerce table.shop_table td.product-name {
	display: flex;
	gap: 10px;
}
.woocommerce table.shop_table td.product-name .quantity input {
	height: 40px;
}
body.woocommerce-checkout .woocommerce-message {
	display: none;
}
@media screen and (max-width:849px) {
	.checkout.woocommerce-checkout #customer_details,
	#order_review {
		width: 100%;
	}
	.checkout.woocommerce-checkout {
		flex-wrap: wrap;
	}
}

/* Landing page */
h1, h2, h3, h4, h5, h6, p, div, li, button, a, .hurrytimer-timer-digit, .hurrytimer-timer-label, .hurrytimer-cdt__sep {
    font-family: "Inter", sans-serif;
    line-height: 26px;
}
strong {
    font-weight: 700;
}
.lp-mw-1320 {
    max-width: 1380px;
    padding: 0 30px;
    margin: auto !important;
	width: 100%;
}
.lp-mw-920 {
    max-width: 960px;
    padding: 0 30px;
    margin: auto !important;
}
.lp-mw-740 {
    max-width: 740px;
}
.lp-minw-424 a {
    min-width: 424px;
}
#branding {
    display: flex;
    justify-content: center;
    padding: 30px 0;
}
#branding img {
    max-width: 328px;
}
.lp-3-columns > div {
    padding: 0 30px;
}
.lp-4-columns .wp-block-image {
    height: 120px;
    display: flex;
    align-items: flex-end;
}
.hurrytimer-cdt {
    padding: 0;
}
.hurrytimer-timer-digit {
    background: #fff;
    font-weight: 700;
    padding: 15px 10px;
    border-radius: 5px;
}
.hurrytimer-timer-label {
    order: -1;
    font-weight: 700;
    margin-bottom: 10px;
}
.hurrytimer-cdt__sep {
    color: #fff !important;
    font-weight: 700;
    margin-top: 15px;
}
.hurrytimer-timer {
    align-items: center;
}
.lp-5-columns {
	flex-wrap: wrap !important;
	justify-content: center;
}
.lp-5-columns > div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 238px;
	flex-basis: 238px !important;
    border-radius: 100%;
    padding: 25px;
}
.lp-num-red {
    width: 118px;
    height: 118px;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 118px;
    font-family: sans-serif;
}
.lp-3-columns-small > div {
    width: 195px;
    height: 195px;
    background: #e50003;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 1995px;
}
.lp-3-columns-small > div:nth-child(2) {
    background: #6C757D;
}
.lp-3-columns-small > div:nth-child(3) {
    background: #ADB5BD;
}
.nagradnatrojka_form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 25px;
}
.nagradnatrojka_form .nagradna-igra-field label {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
.nagradnatrojka_form .nagradna-igra-field input {
    border-radius: 11px;
    border: 1px solid #6C757D;
    height: 60px;
}
.nagradnatrojka_form > div:last-child {
    grid-column: 1 / 3;
}
.nagradnatrojka_form button[type="submit"] {
    border-radius: 11px;
    background: #E50003;
    cursor: pointer;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    width: 100%;
    padding: 23px;
    letter-spacing: 5px;
}
.lp-3-columns-bottom {
    max-width: 460px;
}
.lp-3-columns-bottom > div {
    padding: 0 20px;
    display: flex;
    align-items: flex-end;
}
.lp-button a {
    padding: 23px;
    font-weight: 700;
}
.lp-video-columns  {
	width: 100%;
}
.lp-video-columns > div {
	width: 33%;
}
#email-exists-error p,
#successful_submition p {
    margin: 20px 0;
    font-size: 22px;
    font-weight: 700;
    color: green;
    background: #fff;
    text-align: center;
    padding: 10px;
}
#email-exists-error p {
    color: red;
}
#uspesno-oddano-soglasje,#neuspesno-oddano-soglasje {
	text-align: center;
}
#soglasje-gumb {
	text-align: center;
}
#soglasje-gumb a {
    background: #e50003;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-decoration: none;
    padding: 20px;
    display: block;
    max-width: 280px;
    margin: 40px auto;
    border-radius: 11px;
}
#footer { 
	background-color: #91b38e;
	text-align: center;
	color: #fff;
	text-decoration: none;
	width: 100%;
	padding: 60px 20px 20px;
	margin-top: 60px;
}
#copyright a {
	color: #fff;
}
#footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
	width: 100%;
	max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
}

.footer-left {
    display: flex;
    align-items: center;
}

.footer-left span {
    margin: 0 5px;
}

.footer-left a {
	color: #fff;
	text-decoration: underline;
}

.footer-right {
    display: flex;
    align-items: center;
}

.footer-right span {
    margin-right: 5px;
    font-weight: 400;
	font-size: 16px;
}

/*---- Landing page V2 ----*/
.page-id-536 p {
	line-height: 1.5;
}
.bp-lp-red-check:before {
    content: url(/wp-content/uploads/2024/08/Check.svg);
    width: 30px;
    display: inline-block;
    transform: translateY(4px);
}
.bp-lp-column-grey-bg .bp-lp-red-check:before {
    content: url(https://gasilni-sprej.si/wp-content/uploads/2024/08/Cancel.svg);
    width: 30px;
    display: inline-block;
    transform: translateY(4px);
}
.bp-lp-slider-column {
	position: relative;
}
.bp-lp-slider-column .bp-lp-slider-img-absolute {
	position: absolute;
	top: 10px;
	left: 10px;
}
.bp-lp-column-red-bg,
.bp-lp-column-grey-bg {
    border-radius: 50px;
    background: #FEEFEF;
    padding: 5%;
    text-align: center;
}
.bp-lp-column-grey-bg {
	background: #EFF1F3;
}
.bp-lp-column-red-bg .bp-lp-column-red-bg-percentage {
    font-size: 48px;
    font-weight: 900;
    background-image: url(/wp-content/uploads/2024/08/Ellipse-20.png);
    width: 194px;
    height: 194px;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6C757D;
}
.bp-lp-column-grey-bg .bp-lp-column-red-bg-percentage {
    font-size: 48px;
    font-weight: 900;
    background-image: url(/wp-content/uploads/2024/08/Group-5.png);
	background-size: 194px;
    width: 194px;
    height: 194px;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #6C757D;
}

.bp-lp-column-red-bg .bp-lp-red-check {
	text-align: left;
	padding-left: 35%;
}
.bp-lp-column-grey-bg .bp-lp-red-check {
	text-align: left;
	padding-left: 35%;
}
.bp-lp-bundles {
    max-width: 900px;
    width: 100%;
    background: transparent;
}
.bp-lp-bundles-title {
	text-align: center;
	margin-bottom: 90px;
    margin-top: 20px;
}
.bp-lp-bundles-title p {
    font-family: 'BioRhyme', serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 40px;
    text-align: center;
    position: relative;
    display: inline-block;
    transform: rotate(-15deg);
    margin-bottom: 20px;
	color: #6B0D0E;
}

.curly-arrow {
    position: absolute;
    left: -240px;
    top: 50%;
    transform: translateY(-35%);
    width: 240px;
    height: auto;
}

.bp-lp-single-bundle {
    margin: 0 30px 30px;
    border-radius: 11px;
    border: 1px solid #6B0D0E;
    background: #FFF;
    padding: 8px 28px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
	cursor: pointer;
	position: relative;
}
.bp-lp-single-bundle:hover {
	background: #BDDEAF;
	transition: linear 0.2s;
	color: #000;
}
.bp-lp-single-bundle:hover span {
    color: #000 !important;
}
.bp-lp-single-bundle.sb-selected span {
    color: #000 !important;
}

.bp-lp-single-bundle:hover p,
.bp-lp-single-bundle:hover .bp-lp-single-bundle-info-sale-price span,
.bp-lp-single-bundle:hover .bp-lp-single-bundle-info-shipping,
{
    color: #000;
}

.bp-lp-single-bundle:hover .bp-lp-single-bundle-info-discount {
    color: #DF5555;
}

.bp-lp-single-bundle-check {
    width: 23px;
    height: 23px;
    border-radius: 5px;
    border: 1px solid #6B0D0E;
}
.bp-lp-single-bundle-img img {
    height: 80px;
    width: 80px;
    object-fit: contain;
}
.bp-lp-single-bundle-pack {
    color: #000;
    font-size: 16px;
    font-weight: 700;
	margin: 0 20px;
	font-family: Inter;
	line-height: 24px;
}
.bp-lp-single-bundle.sb-selected .bp-lp-single-bundle-pack {
	color: #000;
}
.bp-lp-single-bundle.sb-selected p,
.bp-lp-single-bundle.sb-selected .bp-lp-single-bundle-info-sale-price span,
.bp-lp-single-bundle.sb-selected .bp-lp-single-bundle-info-shipping, {
    color: #000;
}

.bp-lp-single-bundle.sb-selected .bp-lp-single-bundle-info-discount {
    color: #DF5555;
}

.bp-lp-single-bundle-info {
	margin-left: auto;
}
.bp-lp-single-bundle-info-reg-price {
    font-size: 12px;
    color: #6C757D;
    text-align: right;
}
.bp-lp-single-bundle-info-discount {
    color: #DF5555;
    font-weight: 800;
    text-align: right;
    font-size: 18px;
	font-family: 'BioRhyme';
}
.bp-lp-single-bundle-info-sale-price {
	text-align: right;
}
.bp-lp-single-bundle-info-sale-price span {
	font-size: 24px;
	font-weight: 800;
	color: #000;
	font-family: 'BioRhyme';
}
.bp-lp-single-bundle-info-shipping {
	font-family: Inter;
	font-size: 12px;
	font-weight: 700;
	line-height: 12px;
	text-align: right;
	color: #000;
}
.bp-lp-bundles-atc a {
    border-radius: 20px;
    background: #000;
    width: 100%;
    display: block;
    margin: 30px auto;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
	font-family: 'BioRhyme';
	font-size: 18px;
    text-transform: uppercase;
}
.bp-lp-single-bundle.sb-selected {
	background: #BDDEAF;
	color: #000;
}
.bp-lp-single-bundle.sb-selected .bp-lp-single-bundle-check {
    background: #000;
    border-color: #000;
}
.bp-lp-nav-slider img {
	cursor: pointer;
}
.bp-lp-nav-slider .slick-arrow {
	background: transparent;
    border: none;
    position: absolute;
    top: calc(50% - 13px);
    left: -50px;
}
.bp-lp-nav-slider .slick-arrow.slick-next {
	left: unset;
	right: -50px;
	transform: rotate(180deg);
}
.bp-lp-nav-slider .slick-slide {
    margin: 0 10px !important;
}
.bp-lp-nav-slider .slick-list {
    margin: 0 -10px;
}
.bp-lp-single-bundle-most-popular {
    position: absolute;
    top: -9px;
    left: 15px;
	font-family: 'BioRhyme';
    font-size: 10px;
    background: #000;
    color: #fff;
    font-weight: 700;
    border-radius: 25px;
    padding: 3px 7px;
}
/*---- Prodajni landnig ----*/
.lp-columns-6-img-text figure {
    width: 118px;
    height: 118px;
    background: #fff;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 118px;
    margin-bottom: 27px;
}
.lp-toggle-faq {
    border-bottom: 1px solid #000;
    padding: 15px 0 5px;
}
.lp-toggle-faq summary {
	font-weight: 700;
	padding-bottom: 20px;
	list-style: none;
}
.lp-toggle-faq p {
    padding: 0 0 20px 3%;
    line-height: 1.5;
}
.lp-toggle-faq summary:before {
	content: url(/wp-content/uploads/2024/05/Vector-18.svg);
	margin-right: 15px;
}
.lp-toggle-faq[open] summary:before {
	content: url(/wp-content/uploads/2024/05/Vector-19.svg);
}
.lp-slick-absolute {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 7%;
    background: #fff;
    width: 354px;
    height: 354px;
    text-align: center;
    border-radius: 354px;
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 0 43px;
}
./* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number].lp-quantity-value {
  -moz-appearance: textfield;
}
.lp-quantity {
    background: #fff;
    width: fit-content;
    border: 1px solid #02424C;
}
.lp-quantity__button--minus,
.lp-quantity__button--plus,
.lp-quantity-value {
    height: 50px;
    width: 30px;
    border: none;
    box-shadow: none;
    background: #fff;
    padding: 0;
}
.lp-quantity-value {
	text-align: right;
	margin-left: 7px;
}
.lp-quantity__button--minus,
.lp-quantity__button--plus {
	cursor: pointer;
}
.lp-add-to-cart-button {
    border-radius: 11px;
    background: #E50003;
    width: 100%;
    display: block;
    text-align: center;
    padding: 20px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 5px;
    margin-top: 30px;
}

/*---- Cart ----*/

a.icon-remove, a.remove {
	border: none !important;
}

.woocommerce-cart .product-thumbnail img {
    border: 0.5px solid #000;
	padding: 15px 0;
}

.woocommerce-cart .product-name a {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.woocommerce-cart .product-name {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.woocommerce-cart .product-brand {
	font-size: 13px;
    font-weight: 600;
    color: #a7acb2;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.woocommerce-cart .product-price span.amount {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.woocommerce-Price-amount.amount {
	font-size: 16px;
	font-weight: 700;
	color: #000;
}

.cart-subtotal th {
	font-size: 18px !important;
	font-weight: 700 !important;
	color: #000;
}

.woocommerce-cart .custom-discount {
    background-color: #F96DA4;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 2px 8px;
    border-radius: 4px;
    display: inline-block;
}

.shop_table thead th {
	border-width: 1px;
	text-transform: none;
}

.woocommerce-cart td, th {
    border-bottom: 1px solid #000;
}

.continue-shopping.pull-left.text-left {
	display: none;
}

.cart-update-btn {
	border: 1px solid #000;
	background-color: transparent;
	color: #000;
	opacity: 1 !important;
	margin-top: 10px !important;
}

.cart-update-btn:hover {
	background-color: #000;
	color: #fff;
}

.cart-collaterals {
	background-color: #F5F5F5;
	padding: 30px 15px !important;
}

.shipping__table.shipping__table--multiple {
	padding: 12px 0;
}

.shipping__table.shipping__table--multiple td {
	border-bottom: none !important;
}

.shop_table.woocommerce-checkout-review-order-table th {
	font-size: 18px;
	font-weight: 700;
	color: #000;
}

.shipping__table.shipping__table--multiple th {
	font-size: 18px;
	font-weight: 700;
	color: #000;
}

.shipping__table.shipping__table--multiple ul li label {
	font-size: 16px;
	font-weight: 400;
}

.shipping__table.shipping__table--multiple ul li label span {
	font-size: 16px;
	font-weight: 400;
}

.shipping__table.shipping__table--multiple ul li input[type="radio"] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.shipping__table.shipping__table--multiple ul li input[type="radio"] + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    display: inline-block;
    line-height: 0px;
}

.shipping__table.shipping__table--multiple ul li input[type="radio"] + label::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 14px;
    height: 14px;
    border: 1px solid #000;
    border-radius: 4px;
    background-color: #fff;
    box-sizing: border-box;
}

.shipping__table.shipping__table--multiple ul li input[type="radio"]:checked + label::before {
    background-color: #000;
    border-color: #000;
}

.shipping__table.shipping__table--multiple ul li input[type="radio"]:checked + label::after {
    content: '';
    position: absolute;
    left: 4px;
    top: 4px;
    width: 6px;
    height: 6px;
    background-color: #000;
    border-radius: 50%;
}

.row-divided>.col+.col:not(.large-12) {
	border-left: none;
}

.cart_totals th.product-name {
    border-width: 1px;
}

.shop_table .order-total th {
	border-width: 1px;
}

.shop_table .order-total td {
	border-width: 1px;
}

tr.order-total th {
	font-size: 22px;
	font-weight: 700;
}

.wc-proceed-to-checkout a {
	background-color: #000 !important;
	padding: 5px 20px;
}

.ux-cart-coupon .coupon .coupon-input-group {
    display: flex;
    align-items: center;
}

.ux-cart-coupon .coupon .coupon-input-group input.input-text {
    width: 65%;
    margin-right: 20px;
    border: 1px solid #000;
    border-radius: 10px;
    padding: 25px 10px;
    box-sizing: border-box;
}

.ux-cart-coupon .coupon .coupon-input-group button.is-form {
    width: 35%;
    background-color: #F96DA4;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    text-shadow: none;
    padding: 7px;
    border-radius: 10px;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}

.cart-sidebar .widget-title {
	border-bottom: none;
}

/* Checkout */
body.woocommerce-checkout #header,
body.woocommerce-checkout #sidebar,
body.woocommerce-checkout #footer,
.wc-block-components-checkout-return-to-cart-button {
	display: none;
}
body.woocommerce-checkout #content {
    max-width: 1380px;
    margin: 50px auto;
    padding: 0 30px;
}
.wc-block-checkout__actions_row .wc-block-components-checkout-place-order-button {
    border-radius: 11px;
    background: #E50003;
    width: 100%;
    display: block;
    text-align: center;
    padding: 20px;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    letter-spacing: 5px;
    border: none;
}
.wp-block-woocommerce-checkout-order-summary-block {
    background: #eee;
    border-radius: 10px;
}
.wc-block-components-totals-wrapper {
	border-top: none !important;
}
body.woocommerce-checkout h1.entry-title {
    font-size: 28px;
    text-align: center;
    font-weight: 700;
    color: #18222E;
	margin: 50px 0;
}
.lp-quantity-and-shipping {
    display: flex;
    align-items: center;
    gap: 30px;
}
.lp-free-shipping {
    color: #EB1B19;
    font-size: 18px;
    font-weight: 700;
}
.lp-free-shipping:before {
    content: url(/wp-content/uploads/2024/06/Gift.svg);
    display: inline-block;
    transform: translateY(3px);
    margin-right: 5px;
}
.woocommerce-form-coupon-toggle .woocommerce-info {
    padding: 0;
    background: transparent;
    border: none;
}
.woocommerce-form-coupon-toggle .showcoupon {
	color: #000;
}
.woocommerce-form-coupon-toggle .woocommerce-info::before {
    display: none;
}
form.checkout_coupon.woocommerce-form-coupon {
    padding: 20px 0;
    border: none;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-radius: 0;
}
form.checkout_coupon.woocommerce-form-coupon p.form-row {
	width: 70%;
	padding: 20px 0 0;
} 
form.checkout_coupon.woocommerce-form-coupon p.form-row.form-row-last {
	width: 25%;
	float: left;
	margin-left: 10px;
}
form.checkout_coupon.woocommerce-form-coupon p.form-row.form-row-last button {
    width: 100%;
    height: 50px;
    background: #000;
    color: #fff;
    text-transform: uppercase;
	border-radius: 10px;
}
.checkout.woocommerce-checkout {
	display: flex;
	gap: 20px;
	align-items: flex-start;
}
.checkout.woocommerce-checkout #customer_details {
    width: 60%;
}
.checkout.woocommerce-checkout #customer_details > div {
    width: 100%;
}
.woocommerce table.shop_table tfoot tr.order-total th {
	font-size: 20px;
}
.woocommerce table.shop_table tfoot tr.order-total th,
.woocommerce table.shop_table tfoot tr.order-total td,
.woocommerce table.shop_table tfoot tr.cart-subtotal th,
.woocommerce table.shop_table tfoot tr.cart-subtotal td {
    border-bottom: 1px solid #000 !important;
	border-top: 1px solid #000 !important;
}
#order_review {
    width: 40%;
    background: #F5F5F5;
    padding: 20px 15px;
}
.checkout.woocommerce-checkout h3 {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 15px;
}
#select2-billing_country-container  {
    height: 50px;
    display: flex;
    align-items: center;
}
.select2-selection__arrow,
.select2-selection {
	height: 50px !important;
}
.select2-container--default .select2-selection--single {
	border: 1px solid #000;
	border-radius: 10px;
}
.woocommerce-checkout table.shop_table,
.woocommerce-checkout table.shop_table td,
.woocommerce-checkout table.shop_table th {
	border: none!important;
}
.woocommerce-checkout .woocommerce table.shop_table th,
.woocommerce-checkout .woocommerce table.shop_table td {
    padding: 9px 12px 9px 0;
}
body.woocommerce-checkout input[type="text"],
body.woocommerce-checkout input[type="email"],
body.woocommerce-checkout input[type="tel"] {
    height: 50px;
    border-radius: 10px;
    box-shadow: none;
    border: 1px solid #000;
	padding-left: 10px;
}
body.woocommerce-checkout textarea {
    border-radius: 10px;
    box-shadow: none;
    border: 1px solid #000;
	min-height: 150px;
	padding: 10px;
}
.woocommerce-checkout #payment,
.woocommerce-checkout #payment div.payment_box {
    background: #fff;
}
.woocommerce-checkout #payment div.payment_box:before {
	display: none;
}
.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    background-color: #18222E;
    width: 100%;
    margin: 15px 0;
    height: 50px;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: 700;
	color: #FFF;
}
.woocommerce table.shop_table td.product-name {
	display: flex;
	gap: 10px;
}
.woocommerce table.shop_table td.product-name .quantity input {
	height: 40px;
}
body.woocommerce-checkout .woocommerce-message {
	display: none;
}

.nad_footer_logotip .wp-block-group__inner-container{
	display:flex;
}
@media screen and (max-width:849px) {
	.checkout.woocommerce-checkout #customer_details,
	#order_review {
		width: 100%;
	}
	.checkout.woocommerce-checkout {
		flex-wrap: wrap;
	}
}
/* MySQL TABLE */

.mysql-table-container table {
    margin-left: auto;
    margin-right: auto;
}

.mysql-table-container {
    text-align: center;
}

.button-container {
    margin-bottom: 20px;
}

.mysql-table {
    width: 100%;
    border-collapse: collapse;
    padding-left: 10px;
    padding-right: 10px;
}

.mysql-table th, .mysql-table td {
    border: 1px solid #e50003;
    padding: 8px;
    text-align: left;
}

.mysql-table th {
    background-color: #ced4da;
    font-weight: 600;
}

.mysql-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

#show-all-rows, #show-email-sent {
    border-radius: 11px;
    display: inline-block;
    margin: 30px 10px;
	text-align: center;
}

#show-email-sent {
    border-radius: 11px;
    border: 1px solid #e50003;
    background-color: #e50003;
}
.footer-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
	padding: 40px 0;
}


        #footer_social {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 20px;
            margin: 20px;
        }

        #footer_social a {
            display: inline-block;
            width: 50px;
            height: 50px;
        }

@media screen and (max-width: 1450px) {
	.gr-section-banner {
		padding-left: 20px;
	}
}
        
@media screen and (max-width: 1177px) {
    .left-menu {
        display: none;
    }

    #branding {
        float: left;
    }

    .right-menu {
        text-align: center;
        width: 100%;
    }

    .right-menu-list {
        display: inline-block;
    }
}

/* Responsive design for smaller screens */
@media (max-width: 768px) {
	
		

	
	.align-center {
		text-align: center;
	}
	
	p {
		font-size: 16px;
		line-height: 24px;
		font-family: "Inter", sans-serif;
		padding-left: 10px;
	}
	
	.title {
		font-size: 28px;
		line-height: 38px;
		text-align: center;
	}
	
	.gr-subtitle {
		font-size: 22px;
		line-height: 30px;
	}
	
  .nav-container {
    flex-direction: column;
  }
  .logo {
    margin: 20px 0;
  }
  #menu ul {
    flex-direction: column;
  }
	
	.gr-section-banner {
		align-items: center !important;
	}
	
	.gr-section-banner-wrapper img {
		height: 720px !important;
		display: none;
	}
	
	.gr-banner-title {
    top: 20%;
    left: 50%;
    font-size: 32px !important;
	line-height: 42px;
    width: 100%;
    text-align: center;
		margin-top: 500px !important;
	}
	
		/*Header fix*/
	.gr-banner-title-mobile-fix {
		margin-top:0px!important;
	}
	#iz-kje-sem:nth-of-type(2){
		margin-top:100px;
	}
	
	.gr-banner-text {
    top: 52%;
	left: 50%;
    color: #6B0D0E;
    font-size: 18px;
	line-height: 26px;
    text-align: center;
    width: 100%;
	}
	
	.gr-button .wp-block-button__link {
    position: relative;
    width: 100%;
	}
	
	.gr-section-wave-background {
		padding-top: 150px;
	}
	
	.gr-mobile-col {
        flex-direction: row;
        justify-content: space-between;
    }

    .wp-block-columns.gr-mobile-col .col-left {
        flex-basis: 40% !important;
        box-sizing: border-box;
        order: 1 !important;
    }

    .wp-block-columns.gr-mobile-col .col-right {
        flex-basis: 40% !important;
        box-sizing: border-box;
        order: 2 !important;
    }

    .wp-block-columns.gr-mobile-col .wp-block-column:nth-child(2) {
        flex-basis: 100% !important;
        box-sizing: border-box;
        order: 3 !important;
    }
	
	.gr-seme-icon {
			display: flex;
			align-items: center;
			gap: 10px;
		}

		.gr-seme-icon .wp-block-media-text__media img {
			width: 28px;
			height: auto;
		}

		.gr-seme-icon .wp-block-media-text__content p {
			margin: 0;
		}
	
		.gr-icon-title {
			font-size: 18px;
			line-height: 26px;
		}
	
		.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-4 {
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
			align-items: center !important;
			margin-left: auto;
        	margin-right: auto;
        	width: 100%;
        	max-width: 90%;
		}

		.wp-block-columns.is-layout-flex.wp-container-core-columns-is-layout-4 .wp-block-column {
			flex-basis: 40% !important;
			box-sizing: border-box;
		}
	
		.gr-section-semena-background {
			background: none;
		}
	
	.bp-lp-bundles-title {
		margin-left: 45%;
	}
	
	.icon-box-inner {
		width: 60%;
	}
	
	.bp-lp-single-bundle {
		margin: 0 15px 25px;
		padding: 8px 15px;
	}
	
	.bp-lp-single-bundle-img img {
		height: 60px;
    	width: 60px;
	}
	
	.bp-lp-single-bundle-check {
		width: 10px;
		height: 10px;
		border-radius: 2px;
	}
	
	.bp-lp-single-bundle-pack {
		margin: 0 10px;
	}
	
	.bp-lp-single-bundle-pack p {
		font-size: 13px;
		line-height: 20px;
	}
	
	.bp-lp-single-bundle-info-sale-price span {
		font-size: 20px;
	}
	
	.bp-lp-single-bundle-info-discount {
		font-size: 16px;
	}
	
	.bp-lp-single-bundle-info-shipping {
		font-size: 11px;
		line-height: 16px;
	}
	
	#branding {
		padding: 10px 25px;
	}
	
	#branding img {
		max-width: 240px;
	}
	
	.gr-section {
		padding: 0 10px;
	}
	
	.gr-section-banner {
		position: relative;
		padding-top: 60px;
		padding: 0 10px;
		left: 50%;
		background-image: url('/wp-content/uploads/2025/04/Group-62.png');
		background-size: contain;
		background-repeat: no-repeat;
		display: inline-block !important;
	}
	
	.gr-section-wave-background {
		padding-top: 30px;
	}
	
	.gr-button-green .wp-block-button__link {
		padding: 16px 20px;
	}
	
	.gr-button-red .wp-block-button__link {
		padding: 16px 20px;
	}
	
	.hidden-mobile {
		display: none;
	}
	
	.space-decrease-mobile {
		height: 80px !important;
	}
	
	#footer-bottom {
		display: block;
		margin-left: auto;
    	margin-right: auto;
		font-size: 13px;
		padding: 0;
	}
	
	.footer-right {
		display: block;
	}
	
	.footer-right span {
		font-size: 13px;
	}
	
	.footer-left {
		display: block;
	}
	
	.faq-section {
		padding-left: inherit;
	}
}

@media (min-width: 2560px) {
	.gr-section-banner {
		top: -10%;
	}	
}
