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

@font-face {
  font-family: 'Amithen Unspecified';
  src: url("font/39BEE5_0_0_v2.eot?#iefix") format("embedded-opentype"), url("font/39BEE5_0_0_v2.woff") format("woff"), url("font/39BEE5_0_0_v2.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

@font-face {
  font-family: 'ChaparralProRegular';
  src: url('font/ChaparralProRegular.woff2') format('woff2');
}

.amithen{
	font-family: "Amithen Unspecified";
}

.top-divider{
	border: none;
}

.header-wrapper .header-inner{
	border-bottom: 1px solid #FFF;
}

.header-wrapper.stuck .header-inner{
	border: none;
}

.header-language-dropdown{
	background: var(--fs-color-primary);
	width: 100px;
	height: 26px;
}

.header-top{
	height: 26px;
}

.header-top .container{
	padding: 0;
}

.header-language-dropdown a{
	width: 100%;
	justify-content: center;
	padding: 0 !important;
	height: 100%;
}

.header-nav-main.nav-right a i{
	display: none;
}

.header-nav-main.nav-right a{
	font-size: 14px;
	line-height: 1.57;
}

.header-nav-main.nav-right > li > a{
	font-weight: 700;
}

.header-nav-main.nav-right > li{
    margin: 0px 18px;
}

.header-nav-main.nav-right .sub-menu{
	border: 0;
	border-top: 8px solid #83aa34;
	box-shadow: none;
	padding: 0;
}

.header-nav-main.nav-right .sub-menu a{
	padding: 12px 20px;
	font-size: 14px;
	line-height: 1.57;
	border-bottom: 1px solid #e2e2e2;
}

.header-nav-main.nav-right li a:before{
	content: '';
	position: absolute;
	bottom: 0px; /* adjust vertical position */
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #83aa34; /* triangle color */
	opacity: 0;
	visibility: hidden;
	transition: opacity .25s, visibility .25s;
	z-index: 1;
}


.header-nav-main.nav-right li.current-dropdown > a:before{
	opacity: 1;
	visibility: visible;
}

.absolute-footer{
	display: none;
}

.img-w-auto img{
	width: auto;
    object-fit: contain;
}

.img-center img{
	margin: 0 auto;
}

.social-icons.m-0 a{
	margin: 0;
	margin-left: 8px;
}

.wpcf7-form-control.wpcf7-submit{
	margin: 0;
}

.wpcf7-spinner{
	display: none;
}

.social-icons a{
    width: 50px;
    height: 50px;
    line-height: 50px !important;
	border-width: 1px !important;
	border-color: var(--fs-color-primary) !important;
	color: var(--fs-color-primary) !important;
}

.social-icons .button.icon:hover{
	background-color: var(--fs-color-primary) !important;
	border-color: var(--fs-color-primary) !important;
	color: #FFF !important;
}

#footer ul{
	list-style: none;
	margin-bottom: 0;
}

#footer ul li{
	margin-left: 0;
}

.footer-after{
	border-top: 1px solid #8e8f91;
}

.footer-after p{
	color: #8e8f91;
	font-size: 12px;
}

.bottom-tear:after{
	content: '';
	background: url(assets/tear.svg);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 45px;
}


.icon-center .icon-box-text,
.icon-center .icon-box-img,
.icon-center .icon-box-img .icon-inner{
	display: flex;
	align-items: center;
}

.icon-center .icon-inner img{
	padding-top: 0;
}

.hero .col-inner{
	margin: 0 auto !important;
}

.hero .icon-box{
	width: fit-content;
	background: #FFF;
	border-left: 6px solid #83AA34;
	padding: 17px 20px;
}

.hero .icon-box p{
	color: #1D1F24;
}

.hero h2{
	font-family: "Amithen Unspecified";
	font-size: 67px;
	font-weight: 400;
}

.hero .highlight{
	margin-left: 20px !important;
	margin-bottom: -6px !important;
	position: relative;
}

.product-hero .highlight{
    margin-left: 0px !important;
    margin-right: 80px !important;
    margin-bottom: -14px !important;
	position: relative;
}

.max-w-600{
	max-width: 600px;
	margin: 0 auto;
}

.button:not(.icon){
	font-weight: 700;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 16px 37px;
	line-height: 22px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.button.arrow:after{
	content: '';
	width: 16px;
	height: 16px;
	background: url(assets/arrow.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.button.primary.alt{
	background: #FFF;
	color: var(--fs-color-primary);
}

.button:not(.icon) span{
	line-height: 22px !important;
	vertical-align: middle;
}

.button.white{
	background: #FFFFFF12 !important;
	border-color: #FFFFFF8C;
	color: #FFF !important;
}

.button.white.alt{
	border-color: #8989898C;
	color: #626262 !important;
}

.v-prodaji .box-image .overlay{
	background: linear-gradient(90deg, rgba(39, 39, 39, 0.54) 0%, rgba(40, 40, 40, 0.23) 100%);
}

.v-prodaji .box-image{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.v-prodaji .box-image div,
.v-prodaji .box-image div img{
	height: 100%;
	object-position: right;
	object-fit: cover;
}

.v-prodaji .box-text{
	text-shadow: none !important;
	padding: 30px 40px;
	position: relative !important;
	transform: none !important;
}

.v-prodaji h3{
	font-family: "Amithen Unspecified";
	font-weight: 400;
	font-size: 43.7px;
	line-height: 48.3px;
}

.v-prodaji p{
	font-size: 18px;
}

.highlight{
	width: fit-content;
	padding: 10px 15px 5px;
	background: url(assets/highlight.webp);
	background-position: center;
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.highlight p{
	margin-bottom: 0;
	font-weight: 700;
	font-size: 14.12px;
	letter-spacing: 2px;
	line-height: 22.16px;
	text-transform: uppercase;
}

.chaparral > *{
	font-family: 'ChaparralProRegular';
}

.zakaj-sezonska-icons{
	gap: 22px;
	flex-wrap: wrap;
}

.zakaj-sezonska-icons .icon-box{
	padding: 20px 25px;
	box-shadow: 0px 4px 41.7px 0px #0000000F;
	display: flex;
	flex-direction: column;
	flex: 1;
	margin: 0 !important;
}

.kako-poteka-icons{
	margin: 0 !important;
}

.kako-poteka-icons .col{
	padding-left: 0;
	padding-right: 0;
}

.kako-poteka-icons .icon-box{
	flex: 1;
	position: relative;
	margin: 0 !important;
}

.kako-poteka-icons .icon-box img{
	padding-top: 0;
}

.kako-poteka-icons .icon-box:before,
.kako-poteka-icons .icon-box:after{
	content: '';
	background: #AEAEAE;
	height: 1px;
	position: absolute;
	left: 0;
	top: 50px;
	width: calc(50% - 84px);
}

.kako-poteka-icons .icon-box:after{
	left: unset;
	right: 0;
	width: calc(50% - 84px);
}

.kako-poteka-icons .col:first-child .icon-box:before,
.kako-poteka-icons .col:last-child .icon-box:after{
	display: none;
}

.kako-poteka-icons .icon-box h3{
	font-weight: 800;
	font-size: 16px;
	line-height: 119%;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: 30px;
	color: #4D4D4D;
}

.kako-poteka-icons .icon-box p{
	font-size: 15px;
	line-height: 21.5px;
	margin-bottom: 0;
}

.zakaj-sezonska-icons .icon-box-text{
	margin-top: auto;
}

.zakaj-sezonska-icons .icon-box h3{
	font-weight: 800;
	font-size: 16px;
	line-height: 119%;
	text-transform: uppercase;
	color: #4D4D4D;
}

.zakaj-sezonska-icons .icon-box p{
	font-size: 15px;
	line-height: 21.5px;
}

.homepage-gallery{
	margin-left: -2px !important;
	margin-right: -2px !important;
}

.homepage-gallery .gallery-col{
	padding: 0 2px 4px;
}

.newsletter-form{
	max-width: 400px;
	margin: 0 auto;
}

.newsletter-form input[type="email"]{
	border-color: #CCCCCC;
	color: #333333;
	font-size: 14px;
	padding: 12px;
	border-radius: 4px;
	height: 43px;
}

.newsletter-form .wpcf7-acceptance label{
	display: flex;
	align-items: start;
	gap: 8px;
}

.newsletter-form input[type="checkbox"]{
	margin: 2px 0;
	flex-shrink: 0;
}

.newsletter-form .wpcf7-acceptance .wpcf7-list-item-label{
	text-align: left;
	font-size: 12px;
	font-weight: 400;
}

.newsletter-form input[type="submit"]{
	width: 100%;
	border-radius: 4px;
	text-transform: none;
	font-size: 14px;
	line-height: 21px;
	padding: 11px;
	margin-top: 10px;
}

.wpcf7 form .wpcf7-response-output{
	background: var(--fs-color-primary);
	border-color: var(--fs-color-primary) !important;
	color: #FFF;
	max-width: 400px;
	margin: 20px auto 0;
}

.single_add_to_cart_button{
	background: var(--fs-color-primary) !important;
}

.single_add_to_cart_button:after{
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M5.96146%2018.863C5.5566%2018.863%205.21236%2018.7141%204.92875%2018.4161C4.64514%2018.1183%204.50333%2017.7569%204.50333%2017.3318C4.50333%2016.9065%204.64514%2016.545%204.92875%2016.2472C5.21236%2015.9494%205.5566%2015.8005%205.96146%2015.8005C6.36646%2015.8005%206.71076%2015.9494%206.99438%2016.2472C7.27799%2016.545%207.41979%2016.9065%207.41979%2017.3318C7.41979%2017.7569%207.27799%2018.1183%206.99438%2018.4161C6.71076%2018.7141%206.36646%2018.863%205.96146%2018.863ZM14.0385%2018.863C13.6335%2018.863%2013.2892%2018.7141%2013.0056%2018.4161C12.722%2018.1183%2012.5802%2017.7569%2012.5802%2017.3318C12.5802%2016.9065%2012.722%2016.545%2013.0056%2016.2472C13.2892%2015.9494%2013.6335%2015.8005%2014.0385%2015.8005C14.4434%2015.8005%2014.7876%2015.9494%2015.0713%2016.2472C15.3549%2016.545%2015.4967%2016.9065%2015.4967%2017.3318C15.4967%2017.7569%2015.3549%2018.1183%2015.0713%2018.4161C14.7876%2018.7141%2014.4434%2018.863%2014.0385%2018.863ZM5.01271%205.03125L7.125%209.67553H12.806C12.8541%209.67553%2012.8969%209.66292%2012.9344%209.63769C12.9717%209.61246%2013.0038%209.57739%2013.0304%209.53247L15.266%205.26684C15.2981%205.20516%2015.3008%205.15047%2015.274%205.10278C15.2473%205.05509%2015.2019%205.03125%2015.1377%205.03125H5.01271ZM4.41354%203.71875H15.984C16.3248%203.71875%2016.5825%203.87107%2016.7571%204.17572C16.9318%204.48022%2016.9401%204.79121%2016.7821%205.10869L14.1121%2010.187C13.9754%2010.4394%2013.7947%2010.636%2013.5698%2010.7767C13.3448%2010.9176%2013.0983%2010.988%2012.8302%2010.988H6.75L5.78521%2012.8389C5.74243%2012.9062%205.74111%2012.9792%205.78125%2013.0576C5.82125%2013.1362%205.88132%2013.1755%205.96146%2013.1755H15.4967V14.488H5.96146C5.4059%2014.488%204.98847%2014.2365%204.70917%2013.7333C4.42972%2013.2302%204.41986%2012.7279%204.67958%2012.2264L5.86854%209.98178L2.83667%203.28125H1.25V1.96875H3.62188L4.41354%203.71875Z%22%20fill%3D%22white%22/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	width: 21px;
	height: 21px;
	margin-top: -2px;
	transition: background .3s;
}

.woocommerce-message:has(.success-color){
	display: none;
}

@media (max-width: 849px) {
	.footer-after{
		border-top: none;
	}
	
	.kako-poteka-icons .col:nth-child(3) .icon-box:before,
	.kako-poteka-icons .col:nth-child(2) .icon-box:after{
		display: none;
	}
	
	.zakaj-sezonska-icons{
		gap: 16px;
	}
	
	.hero h2{
		font-size: 55px;
	}
}

@media (max-width: 549px) {
	.kako-poteka-icons .col{
		padding-bottom: 40px;
	}
	
	.kako-poteka-icons .col:last-child{
		padding-bottom: 0;
	}
	
	.kako-poteka-icons .col:nth-child(3) .icon-box:before,
	.kako-poteka-icons .col:nth-child(2) .icon-box:after{
		display: unset;
	}
	
	.kako-poteka-icons .icon-box:before{
		display: none !important;
	}
	
	.kako-poteka-icons .icon-box:after{
		left: 35px;
		right: unset;
		width: 1px;
		top: calc(100% + 7px);
		bottom: unset;
		height: 25px;
	}
	
	.kako-poteka-icons .icon-box h3{
		margin-top: 0;
	}
	
	.kako-poteka-icons .icon-box .icon-box-text{
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	
	.zakaj-sezonska-icons{
		gap: 10px;
	}
	
	.hero h2{
		font-size: 44px;
	}
	
	.v-prodaji .box-text{
		padding: 30px;
	}
	
	.v-prodaji h3{
		font-size: 30px;
	}
	
	.v-prodaji p{
		font-size: 14px;
	}
	
	#footer .col:has(.footer-nav){
		padding-bottom: 0;
	}
	
	#footer .social-icons a{
		width: 40px;
		height: 40px;
		line-height: 40px !important;
	}
	
	.chaparral > *{
		margin-bottom: 10px;
        font-size: 1.7rem;
	}
}

























/* For checkout page */

:root {
	--field-gap: 25px;
	--field-gap-2: 15px;
}

@media (min-width: 550px) {
	.form-row-first {
		margin-right: var(--field-gap-2);
	}
}
@media (min-width: 550px) {
	.form-row-first,
	.form-row-last {
		float: left;
		width: calc(50% - var(--field-gap-2) / 2);
	}
}

.order-sidebar_wrapper{
	background: #FFF;
	padding: 35px;
	box-shadow: 0px 4px 41.7px 0px #0000000F;
}

.order-sidebar_wrapper > a{
	color: var(--fs-color-primary);
	font-weight: 700;
	font-size: 16px;
	text-decoration: underline;
	display: flex;
	align-items: center;
	gap: 7px;
}

.order-sidebar_wrapper > a:before{
	content: '';
	background: url("data:image/svg+xml;utf8,<svg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M10 18L4 12L10 6L11.4 7.45L7.85 11H20V13H7.85L11.4 16.55L10 18Z' fill='%2352c1de'/></svg>");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 24px;
	height: 24px;
	display: inline-block;
}

.shop_table .cart_item:first-child td{
	padding-top: 0;
}

.woocommerce-checkout .product-thumbnail img{
	width: 66px;
	height: 66px;
	object-fit: contain;
	border: 1px solid #AEAEAE6B;
	border-radius: 100px;
	padding: 1px;
}

.woocommerce-checkout .product-name{
	font-weight: 700;
	font-size: 16px;
	flex: 1;
	position: relative;
}

.woocommerce-checkout .product-name .product-custom-value{
	font-weight: 400;
	font-size: 14px;
	margin-top: 5px;
}

.woocommerce-checkout h1{
	font-family: ChaparralProRegular;
	font-weight: 400;
	font-size: 42px;
	line-height: 100%;
	margin-top: 20px;
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.woocommerce-checkout h1:before{
    content: '';
    background-image: url(assets/arrow-back.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 42px;
    height: 42px;
	margin-left: -7px;
}

.woocommerce-checkout #billing_postcode_field,
.woocommerce-checkout #billing_city_field {
	width: calc(50% - var(--field-gap-2) / 2) !important;
	float: left;
	clear: none;
	margin-right: var(--field-gap-2);
}

.woocommerce-checkout #billing_city_field {
	margin-right: 0;
}

/* Clear the float after these fields */
.woocommerce-checkout #billing_country_field {
	clear: both;
}

/* For WooCommerce checkout page */


/* Clear the float after these fields */
.woocommerce-checkout #billing_address_2_field + .form-row {
	clear: both;
}

.shipping__table--multiple .shipping__list {
	display: flex;
	gap: 15px;
	align-items: stretch;
}

.shipping__table--multiple .shipping__list_item {
	flex: 1;
	height: auto;
}

.shipping__table--multiple .shipping__list_item > label {
	display: flex;
	width: 100%;
	height: 100%;
	flex-direction: column;
	align-items: center;
	border: 1px solid #d9e5dc;
	border-radius: 9px;
	padding: 30px;
	padding-bottom: 0;
	overflow: hidden;
	margin: 0;
	cursor: pointer;
}

.shipping__table--multiple .shipping__list_item > label:has(input[type="radio"]:checked) {
	border: 3px solid var(--fs-color-primary);
	margin: -2px;
	height: calc(100% + 4px);
	width: calc(100% + 4px);
}

.shipping__table--multiple .shipping__list_item > label:not(:has(input[type="radio"]:checked)) {
}

.shipping__table--multiple .shipping__list_item input[type="radio"] {
	flex-shrink: 0;
}

.shipping__table--multiple .shipping__list_item .shipping__list_label {
	font-weight: 600;
	font-size: 14.5px;
	line-height: 100%;
	padding-top: 20px;
}

.shipping__table--multiple .shipping__list_item .method-description {
	font-weight: 600;
	font-size: 12px;
	line-height: 100%;
	color: #9a9a9a;
}

.shipping__table--multiple .shipping__list_item .shipping__list_price {
	background: #f6f6f1;
	width: calc(100% + 60px);
	padding: 17px 0;
	margin: 0 -30px;
	text-align: center;
	margin-top: 10px;
}

.shipping__table--multiple .shipping__list_item .shipping__list_price,
.shipping__table--multiple .shipping__list_item .shipping__list_price * {
	color: var(--fs-color-primary);
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	line-height: 100%;
}

.shipping__table--multiple .shipping__list_item input[type="radio"],
.wc_payment_method:has(input[type="radio"]) label:before,
.checkout-personal-company-select label:has(input[type="radio"]):before {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 20px;
	height: 20px;
	border: 1px solid #AEAEAE;
	border-radius: 50%;
	background-color: #00000000;
	cursor: pointer;
	margin: 30px 0 5px;
}

.shipping__table--multiple .shipping__list_item input[type="radio"]:checked,
.wc_payment_method:has(input[type="radio"]:checked) label:before,
.checkout-personal-company-select label:has(input[type="radio"]:checked):before {
	border: 4px solid var(--fs-color-primary);
}

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

.shipping__list_title_wrapper{
	margin-bottom: auto;
}

.shipping__list_title_wrapper,
.shipping__list_title_wrapper > div{
	text-align: center !important;
}

.wc_payment_method:has(input[type="radio"]) label{
	display: flex !important;
	align-items: center;
	gap: 8px;
}

.wc_payment_method:has(input[type="radio"]) > label {
	display: flex;
	align-items: center;
	gap: 15px;
	padding: 20px;
	border-left: 4px solid #626262;
	font-weight: 600;
	font-size: 14.5px;
	line-height: 100%;
	cursor: pointer;
	background: #FFF;
}

.wc_payment_method:has(input[type="radio"]:checked) label {
	border-color: var(--fs-color-primary);
}

.wc_payment_method:has(input[type="radio"]) label:before,
.checkout-personal-company-select label:has(input[type="radio"]):before {
	content: "";
	display: block;
	margin: 0;
}

.wc_payment_method input,
.checkout-personal-company-select label input[type="radio"] {
	display: none;
}

.wc_payment_method {
	border: none !important;
}

.checkout-personal-company-select label:has(input[type="radio"]) {
	display: flex;
	align-items: center;
	gap: 10px;
	cursor: pointer;
}

.woocommerce-checkout input[type="email"],
.woocommerce-checkout input[type="text"],
.woocommerce-checkout input[type="tel"],
.woocommerce-checkout input[type="password"],
.woocommerce-checkout select,
.woocommerce-checkout textarea,
.woocommerce-checkout .select2-selection{
	height: 56px !important;
	box-shadow: none;
	border: none;
	border-bottom: 1px solid #AEAEAE;
	font-weight: 400;
	font-size: 16px;
	line-height: 100%;
	margin: 0;
	color: #626262;
	padding: 0 20px;
}

.woocommerce-checkout .select2-selection{
	display: flex;
	align-items: center;
}

.woocommerce-checkout textarea{
	padding-top: .7em;
}

.woocommerce-checkout form p {
	margin-bottom: var(--field-gap);
}

.woocommerce-checkout.fl-labels .fl-wrap label[for]:first-child {
	left: 0px;
	top: -16px;
	padding: 0 5px;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

.woocommerce-checkout .fl-wrap.fl-is-active > label[for]:first-child {
	opacity: 1;
}

.woocommerce-checkout .form-row .fl-is-active input,
.woocommerce-checkout .form-row .fl-is-active textarea,
.woocommerce-checkout .form-row .fl-is-active select {
	padding-top: 0;
	padding-bottom: 0;
}

.woocommerce-checkout .form-row .fl-is-active textarea {
	padding-top: 0.7em;
}

#main .woocommerce-checkout h3:not(#ship-to-different-address),
#main .woocommerce-checkout .h3 {
	font-weight: 800 !important;
	font-size: 16px !important;
	line-height: 100% !important;
	padding-bottom: 30px !important;
	margin-bottom: 0;
	padding-top: 35px !important;
	letter-spacing: 1px;
	text-transform: uppercase;
	color: #4D4D4D;
}

.woocommerce-checkout h3#ship-to-different-address {
	padding: 10px 0 20px;
}

.woocommerce-billing-fields {
	border: none;
	padding-top: 0;
}

.checkout-item > div {
	display: flex;
	gap: 15px;
	align-items: center;
}

.checkout-item .product-thumbnail img {
	max-width: 66px;
	padding: 5px;
	border-radius: 12px;
	background: #f6f6f1;
}

.checkout-item .product-pricing {
	justify-content: flex-end;
}

.woocommerce-checkout-review-order-table td,
.woocommerce-checkout-review-order-table th {
	border-bottom: 0;
}

.woocommerce-checkout-review-order-table .order-total td,
.woocommerce-checkout-review-order-table .order-total th {
	border-top: 1px solid #AEAEAE;
}

.woocommerce-checkout-review-order-table tfoot * {
	font-weight: 600 !important;
	font-size: 15px !important;
	line-height: 24px !important;
}

.woocommerce-checkout-review-order-table tfoot .order-total th {
	font-weight: 700 !important;
	font-size: 18px !important;
	line-height: normal!important;
}

.woocommerce-checkout-review-order-table tfoot .order-total td {
	line-height: normal!important;
}

.woocommerce-checkout-review-order-table tfoot .order-total td:first-child {
	text-align: left;
	font-weight: 700;
	font-size: 16px;
}

.payment_methods p {
	font-size: .8em;
}

.woocommerce-checkout-review-order-table tfoot .order-total td *{
	font-size: 18px !important;
	line-height: normal!important;
}

.woocommerce-checkout-review-order-table tfoot .order-total .includes_tax {
	font-size: 10px!important;
}

.woocommerce-checkout-review-order-table tfoot .order-total .includes_tax .amount,
.woocommerce-checkout-review-order-table tfoot .order-total .includes_tax .woocommerce-Price-currencySymbol {
	font-size: 11px!important;
}



.woocommerce-checkout .checkout-coupon-form {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.woocommerce-checkout .checkout-coupon-form button {
	height: 48px !important;
	max-width: 165px;
}

.coupon_code{
	flex: 1 ; /* flexible width for first two */
}
/* Make the 3rd element occupy the full width */
.coupon_result {
	flex: 0 0 100%; /* full width */
}

.woocommerce-checkout-review-order-table .cart-discount-total * {
	color: var(--fs-color-primary);
}

.woocommerce-checkout-review-order-table .cart-discount-total th {
	display: flex;
	align-items: center;
	gap: 7px;
}

.woocommerce-checkout-review-order-table .cart-discount-total th,
.woocommerce-checkout-review-order-table .cart-discount-total td {
	padding-bottom: 15px;
}

.woocommerce-checkout-review-order-table .order-total th,
.woocommerce-checkout-review-order-table .order-total td {
	padding-top: 15px;
}

.woocommerce-checkout-review-order-table .cart-discount-total th:before {
	content: "";
	background-image: url(../percentage.svg);
	background-repeat: no-repeat;
	background-size: 10px 9px;
	background-position: center;
	background-color: var(--fs-color-primary);
	width: 18px;
	height: 18px;
	border-radius: 18px;
}

.woocommerce-checkout-review-order-table .checkout-item .product-info {
	display: flex;
	justify-content: space-between;
	width: 100%;
	padding: 0;
}

.woocommerce-checkout-review-order-table .checkout-item .product-title {
	text-align: left;
	font-weight: 600;
	font-size: 15px;
	line-height: 100%;
	color: #454648;
	margin: 0;
}

.woocommerce-checkout-review-order-table .checkout-item .product-pricing * {
	font-weight: 600;
	font-size: 14px;
	line-height: 100%;
	margin: 0;
}

.woocommerce-checkout-review-order-table .checkout-item .product-pricing .discount-badge {
	padding: 2px 6px;
}

.woocommerce-checkout label:has(input[type="checkbox"]),
.wpcf7-acceptance label{
	display: flex;
	align-items: center;
	cursor: pointer;
	font-weight: 400 !important;
	font-size: 16px;
	line-height: 100%;
}

.wpcf7-acceptance label{
	margin-bottom: 16px;
}

.woocommerce-checkout label:has(input[type="checkbox"]) a,
.wpcf7-acceptance a{
	text-decoration: underline;
	color: #222;
}

.woocommerce-checkout label:has(input[type="checkbox"]) a,
.woocommerce-checkout label:has(input[type="checkbox"]){
	color: #808080;
}

.woocommerce-checkout input[type="checkbox"],
.wpcf7-acceptance input[type="checkbox"]{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 5px;
	background-color: #FFF;
	border: 1px solid #AEAEAE;
	cursor: pointer;
	margin: 30px 0 5px;
	flex-shrink: 0;
	outline: none;
	position: relative;
}

.wpcf7-acceptance input[type="checkbox"]{
	margin: 0 10px 0 0;
}

.woocommerce-checkout input[type="checkbox"]:checked::after,
.wpcf7-acceptance input[type="checkbox"]:checked::after{
	content: '';
	background: url("data:image/svg+xml;utf8,<svg width='19' height='17' viewBox='0 0 19 17' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M7.46863 14.3438L2.07617 8.77827L3.94279 6.85176L7.46863 10.4907L15.0596 2.65625L16.9262 4.58276L7.46863 14.3438Z' fill='%2383AA34'/></svg>");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	width: 18px;
	height: 18px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.woocommerce-checkout .checkout-personal-company-select {
	display: flex;
	gap: 20px;
	padding-bottom: 10px;
	padding-top: 30px;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper {
	margin-top: 30px;
	margin-bottom: 30px;
}

.woocommerce-checkout .woocommerce-privacy-policy-text p {
	margin-top: 16px;
	text-align: center;
	font-weight: 700;
	font-size: 12px;
	line-height: 100%;
	color: #808080;
}

.woocommerce-checkout .woocommerce-privacy-policy-text p a {
	color: var(--fs-color-primary);
}




.shipping__table--multiple .shipping__list_item text {
	padding-top: 15px;
	padding-bottom: 15px;
}

.checkout__payment-img {
	margin-top: 10px;
	height: 20px;
}

#woocommerce_eu_vat_number_field .optional {
	display: none;
}

.woocommerce-checkout .woocommerce-checkout-payment .blockUI,
.woocommerce-checkout .woocommerce-checkout-payment .blockOverlay {
	display: none !important;
	opacity: 0 !important;
	pointer-events: none !important;
}

.checkout-sale-notice {
	background-color: #ffe2e2;
	color: #d0021b;
	padding: 15px;
	margin-bottom: 15px;
	border: 2px solid #d0021b;
	border-radius: 4px;
	font-size: 14px;
	font-weight: bold;
}

button#place_order{
	background: var(--fs-color-primary);
	color: #FFF;
	justify-content: center;
	padding: 20px;
}

button#place_order:after{
    content: '';
    background-image: url(assets/lock.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 21px;
    height: 21px;
    margin-top: -2px;
}

/* login form */

.woocommerce-checkout #content > .woocommerce{
	max-width: 1410px;
	margin: 0 auto;
}

.woocommerce-form-login-toggle{
	z-index: 1;
	position: relative;
}

.woocommerce-form-login-toggle,
.woocommerce-form-login,
.woocommerce-form-register {
	background: #F6F6F1;
	border-radius: 12px;
	padding: 20px;
}

.woocommerce-checkout .woocommerce-form-login-toggle,
.woocommerce-checkout .woocommerce-form-login{
	max-width: calc(58.3333333333% - 30px);
	margin-left: 15px;
}


.woocommerce-form-login-toggle .message-wrapper{
	padding: 0;
}

.woocommerce-form-login-toggle .message-container:before{
	content: url(../bone.svg);
	width: 24px;
	height: 24px;
	display: block;
	margin-right: 10px;
}

.woocommerce-form-login-toggle .message-container{
	line-height: 100%;
	padding: 0;
	font-size: 14px;
	font-weight: 600;
	color: #213236;
	display: flex;
	gap: 3px;
	align-items: center;
}

.woocommerce-form-login-toggle .message-container a{
	font-weight: 800;
	font-size: 14px;
	line-height: 100%;
	text-decoration: underline;
	color: #213236 !important;
}

.woocommerce-checkout  .woocommerce-form-login{
	margin-top: -20px !important;
	padding-top: 20px !important;
}

.woocommerce-form-login p{
	font-size: 13px;
}

.woocommerce-form-login .show-password-input{
	margin: 0;
	height: 100%;
}

.woocommerce-form-login input[type="checkbox"]{
	margin: 0;
	margin-right: .5em;
	width: 18px;
	height: 18px;
}

.woocommerce-form-login .woocommerce-form__label-for-checkbox span{
	font-size: 13px;
}

.woocommerce-form-login button[type="submit"]{
	margin: 15px 0 10px;
	height: 40px;
}

.woocommerce-checkout form p:has(button[type="submit"]),
.woocommerce-checkout form p.lost_password{
	margin-bottom: 0;
}

.woocommerce-checkout p.lost_password a{
	font-size: 13px;
	color: #454648 !important;
}

/* end login form */

#main .order-sidebar_wrapper h3#order_review_heading{
	color: var(--fs-color-primary) !important;
	padding-top: 0 !important;
}

.woocommerce-checkout-review-order-table .product-remove,
.woocommerce-checkout-review-order-table .product-thumbnail{
	align-self: center;
}

.woocommerce-checkout-review-order-table .product-remove {
	margin-right: -8px;
}

.woocommerce-checkout-review-order-table .product-remove a{
	border: none;
	width: 22px;
	height: 22px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#order_review .cart_item{
	display: flex;
	align-items: start;
	gap: 20px;
	margin-bottom: 20px;
}

#order_review .cart_item .product-total{
	margin-left: auto;
}

#order_review dl.variation{
    margin: 0;
    padding: 0;
	margin-top: 5px;
}

#order_review .variation dd p {
    margin: 0 !important;
    padding: 0 !important;
}

#order_review .variation dd,
#order_review .variation dt,
#order_review .variation dd p,
#order_review .variation span.amount{
	font-size: 12px;
	color: #626262;
	font-weight: 400;
}

#order_review .product-total span.amount{
	color: #626262;
	font-weight: 500;
	font-size: 15px;
}

#order_review .cart-footer{
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #AEAEAE;
}

#order_review .cart-footer .order-total{
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#order_review .cart-footer .order-total .order-total-label{
	font-weight: 700;
	font-size: 15px;
	line-height: 18px;
}

#order_review .cart-footer .order-total .order-total-amount{
	display: flex;
	flex-direction: column;
	align-items: end;
}

#order_review .cart-footer .order-total .order-total-amount strong span.amount{
	color: var(--fs-color-primary);
	font-weight: 700;
	font-size: 25px;
	line-height: 28px;
}

.wc-item-meta {
	font-size: 14px;
}


.wc-item-meta p {
	font-weight: 400;
	margin-top: 0;
}



@media only screen and (max-width: 849px) {
	.woocommerce-form-login-toggle,
	.woocommerce-form-login{
		max-width: 100%;
		margin: 0;
		border-radius: 0;
	}

	form.woocommerce-checkout .row{
		flex-direction: column-reverse;
	}

	.order-sidebar_wrapper{
		padding: 25px;
		margin-left: -15px;
		margin-right: -15px;
		width: calc(100% + 30px);
		border-radius: 0;
	}
}


@media only screen and (max-width: 549px){
	.shipping__table--multiple .shipping__list{
		flex-direction: column;
	}

	.checkout-item .product-pricing {
		flex-direction: column;
	}

	.shipping__table--multiple .shipping__list_item > label{
		flex-direction: row;
		align-items: stretch;
		flex-wrap: wrap;
		padding: 20px;
		padding-right: 0;
		gap: 16px;
	}

	.shipping__table--multiple .shipping__list_item > label > *{
		margin: auto 0 !important;
	}

	.shipping__table--multiple .shipping__list_item text {
		margin: auto!important;
		padding-bottom: 0;
	}



	.shipping__table--multiple .shipping__list_item input[type="radio"]{
		order: -1;
		margin: 0;
	}

	.shipping__table--multiple .shipping__list_item .shipping__list_label{
		padding: 0;
		margin-bottom: 5px;
	}

	.shipping__list_title_wrapper{
		flex-grow: 1;
	}

	.shipping__list_item .method-image {
		display: none;
	}

	.shipping__list_title_wrapper,
	.shipping__list_title_wrapper > div{
		text-align: left !important;
	}

	.shipping__table--multiple .shipping__list_item .shipping__list_price{
		width: fit-content;
		margin: -20px 0 !important;
		padding: 15px;
		display: flex;
		align-items: center;
		flex-shrink: 0;
		min-width: 85px;
	}

	.shipping__list_price {
		font-size: 0 !important;
		position: relative;
	}

	.shipping__list_price::after {
		content: attr(data-price);
		font-size: 16px;
		display: block;
	}

	.woocommerce-terms-and-conditions-checkbox-text {
		font-size: 14px!important;
		line-height: normal;
	}

	.woocommerce-checkout h1{
		font-size: 30px;
	}

	.woocommerce-checkout input[type="email"],
	.woocommerce-checkout input[type="text"],
	.woocommerce-checkout input[type="tel"],
	.woocommerce-checkout input[type="password"],
	.woocommerce-checkout select,
	.woocommerce-checkout textarea,
	.woocommerce-checkout .select2-selection{
		font-size: 14px;
		height: 48px !important;
	}

	#main .woocommerce-checkout h3:not(#ship-to-different-address), #main .woocommerce-checkout .h3{
		font-size: 13px !important;
		padding-top: 20px !important;
	}

	.woocommerce-checkout td.product-name,
	.order-sidebar_wrapper > a{
		font-size: 14px;
	}

	.woocommerce-checkout td.product-name .product-custom-value{
		font-size: 12px;
		margin-top: 2px;
	}
}







/* Cart */

.off-canvas .mfp-content.off-canvas-cart{
    --drawer-width: 760px !important;
    left: 0 !important;
    right: 0 !important;
    transform: none !important;
    height: fit-content;
    margin: auto;
}

.cart-popup-inner--sticky{
    min-height: unset;
    background-color: #FFF;
    padding: 50px;
}

.ux-mini-cart-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 25px;
}

.ux-mini-cart-content h3{
    font-family: ChaparralProRegular;
    font-weight: 400;
    font-size: 34px;
    line-height: 120%;
	margin-bottom: 0;
}

.woocommerce-mini-cart__buttons{
    display: flex;
    gap: 10px;
}

.off-canvas-cart .ux-mini-cart-footer{
    border: none;
    padding: 0;
    margin: 0;
    padding-top: 40px;
}

.off-canvas-cart .ux-mini-cart-footer .button.checkout{
    background: var(--fs-color-primary);
}

.off-canvas-cart .ux-mini-cart-footer .button.checkout:after{
    content: '';
    background-image: url(data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2221%22%20viewBox%3D%220%200%2020%2021%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M5.96146%2018.863C5.5566%2018.863%205.21236%2018.7141%204.92875%2018.4161C4.64514%2018.1183%204.50333%2017.7569%204.50333%2017.3318C4.50333%2016.9065%204.64514%2016.545%204.92875%2016.2472C5.21236%2015.9494%205.5566%2015.8005%205.96146%2015.8005C6.36646%2015.8005%206.71076%2015.9494%206.99438%2016.2472C7.27799%2016.545%207.41979%2016.9065%207.41979%2017.3318C7.41979%2017.7569%207.27799%2018.1183%206.99438%2018.4161C6.71076%2018.7141%206.36646%2018.863%205.96146%2018.863ZM14.0385%2018.863C13.6335%2018.863%2013.2892%2018.7141%2013.0056%2018.4161C12.722%2018.1183%2012.5802%2017.7569%2012.5802%2017.3318C12.5802%2016.9065%2012.722%2016.545%2013.0056%2016.2472C13.2892%2015.9494%2013.6335%2015.8005%2014.0385%2015.8005C14.4434%2015.8005%2014.7876%2015.9494%2015.0713%2016.2472C15.3549%2016.545%2015.4967%2016.9065%2015.4967%2017.3318C15.4967%2017.7569%2015.3549%2018.1183%2015.0713%2018.4161C14.7876%2018.7141%2014.4434%2018.863%2014.0385%2018.863ZM5.01271%205.03125L7.125%209.67553H12.806C12.8541%209.67553%2012.8969%209.66292%2012.9344%209.63769C12.9717%209.61246%2013.0038%209.57739%2013.0304%209.53247L15.266%205.26684C15.2981%205.20516%2015.3008%205.15047%2015.274%205.10278C15.2473%205.05509%2015.2019%205.03125%2015.1377%205.03125H5.01271ZM4.41354%203.71875H15.984C16.3248%203.71875%2016.5825%203.87107%2016.7571%204.17572C16.9318%204.48022%2016.9401%204.79121%2016.7821%205.10869L14.1121%2010.187C13.9754%2010.4394%2013.7947%2010.636%2013.5698%2010.7767C13.3448%2010.9176%2013.0983%2010.988%2012.8302%2010.988H6.75L5.78521%2012.8389C5.74243%2012.9062%205.74111%2012.9792%205.78125%2013.0576C5.82125%2013.1362%205.88132%2013.1755%205.96146%2013.1755H15.4967V14.488H5.96146C5.4059%2014.488%204.98847%2014.2365%204.70917%2013.7333C4.42972%2013.2302%204.41986%2012.7279%204.67958%2012.2264L5.86854%209.98178L2.83667%203.28125H1.25V1.96875H3.62188L4.41354%203.71875Z%22%20fill%3D%22white%22/%3E%3C/svg%3E);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 21px;
    height: 21px;
    margin-top: -2px;
    transition: background .3s;
}

.off-canvas-cart .ux-mini-cart-footer .button.checkout.loading:after,
.single_add_to_cart_button.loading:after{
	background-image: none;
}

/* End Cart */

.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {
	box-shadow: none!important;
}

.product-summary .woocommerce-Price-currencySymbol {
	font-size: 1em;
}

.icon-box-center-text .icon-box-text {
	display: flex;
	align-items: center;
}

/* Prizorisca Section */

.single-vkljucena-prizorisca__wrapper {
	box-shadow: 0px 4px 41.7px 0px #0000000F;
	padding: 24px 44px;
	margin-bottom: 12px;
}


.single-vkljucena-prizorisca__text p {
	margin: 0;
}

.product-extra-info {
	padding-right: 40px;
}

/* END Prizorisca Section */


.wc-forward.mfp-close{
	position: unset;
	opacity: 1;
    margin: .5em 0 0 !important;
    height: unset;
    mix-blend-mode: unset;
	transition: transform .3s,border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s;
}


@media only screen and (max-width: 849px) {
	.product-extra-info{
		padding-right: 15px;
	}
}


@media only screen and (max-width: 549px) {
	.woocommerce-mini-cart__buttons{
		flex-direction: column;
		gap: 0;
	}
	
	.cart-popup-inner--sticky{
		padding: 25px;
	}
	
	.button:not(.icon){
		padding: 16px;
	}
	
	.product-hero .highlight{
		margin-bottom: 0 !important;
	}
	
	#buy.content-row{
		flex-direction: column-reverse;
	}
	
	.karta-item{
		border-left-width: 6px;
	}
	
	.add-karta-price__wrapper{
		flex-direction: column;
	}
	
	.add-karta-price__wrapper .price-lines{
		text-align: left;
	}
	
	.add-karta-price__wrapper button{
		width: 100%;
		margin-right: 0;
	}
	
	.single_add_to_cart_button{
		flex: 1 1 100% !important;
	}
	
	#order_review .cart_item{
		flex-wrap: wrap;
		align-items: center;
		row-gap: 5px;
	}
	
	.woocommerce-checkout-review-order-table .product-thumbnail{
		width: 100%;
	}
	
	.wc_payment_method:has(input[type="radio"]) label{
		padding: 15px;
	}
	
	.woocommerce-checkout .product-name .product-title-wrapper{
		position: absolute;
        top: -71px;
        left: 80px;
		height: 66px;
        display: flex;
        align-items: center;
        width: 100%;
        padding-right: 30px;
		pointer-events: none;
	}
	
	.woocommerce-checkout-review-order-table .product-remove{
		width: 100%;
	}
	
	.shop_table .product-remove a{
		left: unset;
		right: 0;
		top: 27px;
	}
}

