/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
body {
position: relative;
  background: linear-gradient(
    to bottom,
    #ffffff 0%,
    #DCF2FF 100%
  );
}

body::before {
  content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: repeat;
    background-attachment: fixed;
    opacity: 0.05;
    z-index: -1;
    background-image: url(https://shop.hmnk-rijeka.hr/wp-content/uploads/2026/01/hmnk_rijeka_pattern.png), url(https://shop.hmnk-rijeka.hr/wp-content/uploads/2026/01/hmnk_rijeka_pattern.png);
    background-repeat: repeat, repeat;
    background-position: 0 0, 535px 70px;
    background-size: 500px, 500px;
}
.woocommerce-notices-wrapper{
	padding-left: 30px !important;
	padding-right: 30px !important;
}
/*-------------------------------------------HEADER-------------------------------------------*/
.header-menu-1{
	margin-right: 0 !important;
}
#menu-item-2147480005 .ct-menu-link{
	padding-right: 0;
	position: relative;
}
.wishlist_products_counter::before{
	font-size: 30px !important;
}
.ct-header-cart{
	padding: 10px 15px;
    background: #C99C67;
    border-radius: 15px;
}
.ct-cart-content{
	border-radius: 20px !important;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 2px !important;
}
.ct-cart-content .pa-woo-mc__items-wrapper{
	margin: 0 !important;
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}
.ct-cart-content .pa-woo-mc__item-wrapper{
	column-gap: 0 !important;
}
.ct-cart-content .pa-woo-mc__title-row{
	align-items: center !important;
	flex: none !important;
}
.ct-cart-content .pa-woo-mc__title{
	font-size: 18px !important;
}
.ct-cart-content .pa-woo-mc__price-row{
	flex-direction: column !important;
	align-items: flex-start !important;
	justify-content: flex-start !important;
	gap: 0 !important;
}
.ct-cart-content .pa-woo-mc__item-qty{
	padding: 0 !important;
	border-bottom: none !important;
}
.ct-cart-content .pa-woo-mc__input{
	height: auto !important;
	text-align: left !important;
}
.ct-panel{
	z-index: 9999999 !important;
}
[data-header*="type-1"] #offcanvas .ct-panel-inner{
	background-color: rgba(0,167,210,0.98) !important;
}
.ct-header-search.ct-toggle{
	margin-left: 0 !important;
} 
/*-------------------------------------------HEADER END-------------------------------------------*/

/*-------------------------------------------PRODUCTS-------------------------------------------*/
.woocommerce-ordering select{
	color: #1e1e1e !important;
}
.price{
	margin-bottom: 0;
}
.tinv-wraper.tinv-wishlist{
	position: absolute;
	top: 15px;
	left: 15px;
	z-index: 999999;
}
.tinv-wraper.tinv-wishlist a:before{
	font-size: 30px !important;
	color: #00A7D2 !important;
	transition: 0.3s ease !important;
}
.tinv-wraper.tinv-wishlist a:hover:before{
	color: #C99C67 !important;
}
.product_title a{
	transition: 0.3s ease;
}
.product_title:hover a{
	color: #C99C67 !important;
}
.onsale{
	/*left: auto !important;
	right: 20px !important;
	top: 20px !important;
	border-radius: 15px !important;
	background: #00A7D2 !important;*/
	display: none !important;
}
#personalize-btn{
	background: #fff; 
	color: #1e1e1e; 
	padding: 15px 20px; 
	border: 1px solid #00A7D2; 
	border-radius: 15px; 
	cursor: pointer; 
	font-size: 16px; 
	margin-top: 30px;
	transition: 0.3s ease;
	font-weight: bold;
}
#personalize-btn:hover{
	background: #E8F3F9;
}
#personalization-modal{
	display: none; 
	position: fixed; 
	z-index: 9999; 
	left: 0; 
	top: 0; 
	width: 100%; 
	height: 100%; 
	overflow: auto; 
	background-color: rgba(0,0,0,0.5);
}
#personalization-modal > div{
	background-color: #E8F3F9; 
	margin: 10% auto; 
	padding: 30px; 
	border: 1px solid #888; 
	border-radius: 15px; 
	width: 90%; 
	max-width: 500px; 
	box-shadow: 0 4px 6px rgba(0,0,0,0.1);
}
#close-modal{
	color: #00A7D2; 
	float: right; 
	font-size: 28px; 
	font-weight: bold; 
	cursor: pointer; 
	line-height: 20px;
}
#personalization-modal h2{
	margin-top: 0; 
	color: #1e1e1e; 
	font-size: 24px;
}
#personalization-modal p{
	color: #666; 
	margin-bottom: 20px;
}
#prvo_polje{
	margin-bottom: 20px;
}
#prvo_polje label{
	display: block; 
	margin-bottom: 8px; 
	font-weight: 600; 
	color: #1e1e1e;
}
#prvo_polje input{
	width: 100%; 
	padding: 10px; 
	border: 1px solid #ddd; 
	border-radius: 4px; 
	font-size: 16px;
}
#prvo_polje small{
	color: #666; 
	display: block; 
	margin-top: 5px;
}
#drugo_polje{
	
}
#drugo_polje label{
	display: block; 
	margin-bottom: 8px; 
	font-weight: 600; 
	color: #1e1e1e;
}
#drugo_polje input{
	width: 100%; 
	padding: 10px; 
	border: 1px solid #ddd; 
	border-radius: 4px; 
	font-size: 16px;
}
#drugo_polje small{
	color: #666; 
	display: block; 
	margin-top: 5px;
}
#modal_button_grupa{
	display: flex;
	justify-content: center;
	gap: 10px;
	margin-top: 30px;
	flex-wrap: wrap;
}
#cancel-personalization{
	background: #062542; 
	color: white; 
	padding: 15px 20px; 
	border: none; 
	border-radius: 15px; 
	cursor: pointer; 
	font-size: 16px; 
	transition: 0.3s ease;
}
#cancel-personalization:hover{
	opacity: 0.8;
}
#save-personalization{
	background: #00A7D2; 
	color: white; 
	padding: 15px 20px; 
	border: none; 
	border-radius: 15px; 
	cursor: pointer; 
	font-size: 16px; 
	transition: 0.3s ease;
}
#save-personalization:hover{
	opacity: 0.8;
}
#personalization-summary{
	margin-top: 30px; 
	display: none; 
	padding: 15px; 
	background: #062542; 
	border-radius: 15px;
}
#personalization-summary-container{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#personalization-summary-container > div{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
#personalization-summary strong, #personalization-summary span{
	color: #fff;
}
#edit-personalization{
	margin-left: 10px; 
	font-size: 14px;
	padding: 5px 10px;
	border-radius: 10px;
	cursor: pointer;
}
.added_to_cart.wc-forward{
	display: none !important;
}
/*-------------------------------------------PRODUCTS END-------------------------------------------*/

/*-------------------------------------------FILTER-------------------------------------------*/
.woof_sid{
	border: none !important;
    padding: 20px !important;
    border-radius: 15px !important;
}
.woof_sid .woof_container_inner label{
	text-transform: uppercase !important;
	font-weight: 600 !important;
	color: #1e1e1e !important;
}
.woof-front-builder-container .woof_container h4{
	background: none !important;
	text-align: left !important;
	padding: 0 !important;
	text-transform: uppercase !important;
	color: #00A7D2 !important;
}
.woof_list_label .woof_label_term{
	background: none !important;
    border-radius: 15px !important;
    border: 1px solid #00A7D2 !important;
    padding: 15px !important;
    color: #1e1e1e !important;
    font-weight: 600 !important;
	transition: 0.3s ease !important;
}
.woof_list_label .woof_label_term:hover{
	background: #E8F3F9 !important;
}
.button.woof_reset_search_form{
	background: #00A7D2 !important;
	transition: 0.3s ease !important;
}
.button.woof_reset_search_form:hover{
	background: #E8F3F9 !important;
	color: #00A7D2 !important;
}
/*-------------------------------------------FILTER END-------------------------------------------*/

/*-------------------------------------------CART-------------------------------------------*/
.shop_table{
	border-radius: 20px;
	overflow: hidden;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 2px;
}
.eael-wc-table-header .product-thumbnail, .eael-wc-table-header .product-name, .eael-wc-table-header .product-price, .eael-wc-table-header .product-quantity, .eael-wc-table-header .product-subtotal{
	border-bottom: 1px solid #ddd !important;
}
.eael-wct-td.product-name{
	flex-direction: column !important;
	justify-content: center !important;
}
.eael-wct-td.product-name a{
	transition: 0.3s ease;
}
.elementor-691 .elementor-element.elementor-element-776b53f .eael-woo-cart-wrapper form.eael-woo-cart-form .eael-woo-cart-table .eael-wct-td.product-name a:hover{
	color: #00A7D2 !important;
}
.elementor-691 .elementor-element.elementor-element-776b53f .eael-woo-cart-wrapper form.eael-woo-cart-form .eael-woo-cart-table .product-remove a svg{
	fill: #00A7D2 !important;
}
.elementor-691 .elementor-element.elementor-element-776b53f .eael-woo-cart-wrapper form.eael-woo-cart-form .eael-woo-cart-table .product-remove a svg:hover{
	fill: #C99C67 !important;
}
.amount{
	font-weight: bold !important;
}
.quantity{
	border-radius: 15px !important;
	border: 1px solid #00A7D2;
	overflow: hidden !important;
	padding: 25px 10px !important;
    width: auto !important;
}
.eael-cart-qty-plus, .eael-cart-qty-minus{
	font-size: 20px !important;
	color: #1E1E1E !important;
	transition: 0.3s ease;
}
.eael-cart-qty-plus:hover, .eael-cart-qty-minus:hover{
	color: #00A7D2 !important;
}
.shop_table .product-thumbnail img{
	padding: 10px !important;
	border-radius: 20px !important;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 2px;
}
.eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals .eael-cart-coupon-wrapper .coupon{
	max-width: 650px !important;
	display: flex;
	align-items: center;
	gap: 20px;
	position: relative;
}
.eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals .eael-cart-coupon-wrapper .coupon input{
	border: 1px solid #fff !important;
	border-radius: 15px !important;
    font-size: 18px !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	height: auto;
	line-height: 30px !important;
}
.coupon > p{
	position: absolute !important;
    top: 115% !important;
}
.cart_totals{
	padding: 20px !important;
	border-radius: 20px !important;
	overflow: hidden;
	background: #062542 !important;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 2px !important;
	text-align: left !important;
}
.cart_totals .shop_table{
	box-shadow: none !important;
}
.cart_totals .shop_table .shipping > td{
	text-align: left !important;
}
.shipping-calculator-form > p{
	margin-bottom: 10px !important;
}
 .shipping-calculator-form input, .shipping-calculator-form select, .shipping-calculator-form select option, .shipping-calculator-form span{
	color: #fff !important;
}
.shipping-calculator-form b{
	border-top-color: #fff !important;
}
span.select2-container.select2-container--open .select2-selection--single .select2-selection__arrow b, span.select2-container.select2-container--open .select2-selection--multiple .select2-selection__arrow b{
	border-bottom-color: #fff !important;
}
.eael-woo-cart .eael-woo-cart-wrapper .woocommerce-notices-wrapper .woocommerce-info{
	background: #062542 !important;
}
.eael-woo-cart .eael-woo-cart-wrapper .woocommerce-notices-wrapper~.return-to-shop a{
	color: #fff !important;
    display: flex !important;
    justify-content: flex-start !important;
    width: fit-content !important;
	text-transform: uppercase;
}
.eael-woo-cart .eael-woo-cart-wrapper .woocommerce-notices-wrapper~.return-to-shop a:hover{
	color: #00A7D2 !important;
}
.woocommerce-info, .woocommerce-error, .woocommerce-message, .woocommerce-thankyou-order-received{
	text-transform: uppercase !important;
}
.eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals .cart-collaterals .eael-cart-update-btn, .eael-woo-cart .eael-woo-cart-wrapper .eael-cart-clear-btn .cart-collaterals .eael-cart-update-btn{
		position: absolute !important;
	}
.eael-woo-cart-wrapper.eael-woo-default.eael-auto-update  .woocommerce-notices-wrapper > div{
	padding: 15px !important;
}
.eael-woo-cart-wrapper.eael-woo-default.eael-auto-update  .woocommerce-notices-wrapper > div::before{
	display: none !important;
}
#adfy__floating-cart .adfy__woofc-content .adfy__woofc-content-entry .adfy__woofc-item .adfy__woofc-item-content .adfy__woofc-item-price .quantity{
	padding: 0 !important;
}
/*-------------------------------------------CART END-------------------------------------------*/


/*-------------------------------------------CHECKOUT-------------------------------------------*/
.fc-progress-bar--bars .fc-progress-bar__steps .fc-progress-bar__step.is-complete,.fc-progress-bar--bars .fc-progress-bar__steps .fc-progress-bar__step.is-current{
	background-color: #00A7D2 !important;
}
.fc-checkout-steps .fc-checkout-step{
	border: 1px solid rgba(0,0,0,0.1) !important;
}
body.has-highlighted-shipping-section div.woocommerce form .fc-step__substep[data-substep-id=shipping_address], body.has-highlighted-billing-section div.woocommerce form .fc-step__substep[data-substep-id=billing_address]{
	background: #fff !important;
	border-top-left-radius: 0 !important;
	border-top-right-radius: 0 !important;
}
body.has-highlighted-shipping-section div.woocommerce form .fc-step__substep[data-substep-id=shipping_address] *, body.has-highlighted-billing-section div.woocommerce form .fc-step__substep[data-substep-id=billing_address] *{
	color: #333 !important;
}
.fc-checkout-steps{
	--fluidcheckout--color--dark-grey: #333;
	--fluidcheckout--color--grey: #333;
	--theme-link-initial-color: #00A7D2;
	--fluidcheckout--option-box--background-color--checked: #fff;
	--fluidcheckout--color--lighter-grey: #fff;
}
.fc-checkout-steps .fc-checkout-step{
	border: none !important;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
}
.fc-checkout-order-review-title.fc-step__substep-title{
	color: #333 !important;	
}
.fc-checkout-order-review__header-link.fc-checkout-order-review__edit-cart{
	color: #00A7D2 !important;
	transition: 0.3s ease;
	text-decoration: none !important;
}
.shop_table.woocommerce-checkout-review-order-table{
	color: #333 !important;
}
.shop_table.woocommerce-checkout-review-order-table .cart_item{
	color: #333 !important;
}
.shop_table.woocommerce-checkout-review-order-table .cart_item .cart-item__name{
	font-weight: bold !important;
}
.fc-checkout-order-review__header-link.fc-checkout-order-review__edit-cart:hover{
	opacity: 0.7 !important;
}
.fc-checkout-order-review__inner{
	border: 1px solid rgba(0,0,0,0.1) !important;
	border-radius: 20px !important;
	padding-bottom: 0 !important;
}
.fc-sidebar__inner .variation{
	color: #333 !important;
}
.fc-sidebar__inner .product-quantity{
	background-color: #00A7D2 !important;
}
.woocommerce-checkout-review-order-table .cart-subtotal, .woocommerce-checkout-review-order-table .woocommerce-shipping-totals.shipping{
	color: rgba(51,51,51,0.7) !important;
}
.woocommerce-checkout-review-order-table .woocommerce-shipping-totals.shipping{
	border-top: 0 !important;
}
div.woocommerce .fc-wrapper .fc-checkout-order-review .fc-checkout-order-review__inner{
	border: none !important;
	padding: 30px !important;
	box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
	border-radius: 10px !important;
}
div.woocommerce .fc-wrapper .fc-checkout-order-review .fc-checkout-order-review__inner table{
	border: none !important;
	box-shadow: none !important;
}
div.woocommerce .fc-wrapper .fc-checkout-order-review .fc-checkout-order-review__inner table img{
	border: none !important;
}
/*-------------------------------------------CHECKOUT END-------------------------------------------*/

/*-------------------------------------------WISHLIST-------------------------------------------*/
.tinv-wishlist.tinv-wishlist-clear{
	padding-left: 35px !important;
	padding-right: 35px !important;
}
.tinvwl_added_to_wishlist{
	z-index: 9999999999 !important;
	display: none !important;
}
/*-------------------------------------------WISHLIST END-------------------------------------------*/

/*-------------------------------------------RAČUN-------------------------------------------*/
.woocommerce-MyAccount-content-wrapper{
	box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px !important;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li{
	margin-bottom: 5px !important;
}
.elementor-widget-woocommerce-my-account .e-my-account-tab .woocommerce .woocommerce-MyAccount-navigation ul li a{
	box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px -1px, rgba(0, 0, 0, 0.06) 0px 2px 2px -1px !important;
}
.e-my-account-tab__dashboard .woocommerce-notices-wrapper{
	padding: 0 !important
}

.e-my-account-tab__dashboard .woocommerce-notices-wrapper .woocommerce-message{
	box-shadow: none !important;
	border-radius: 10px !important;
	background: none !important;
	font-weight: bold !important;
	color: #00A7D2 !important;
	padding: 0 !important;
	outline: none !important;
}
.e-my-account-tab__dashboard .woocommerce-notices-wrapper .woocommerce-message::before{
	display: none !important;
}
.e-my-account-tab__orders .woocommerce-MyAccount-content-wrapper{
	padding: 0 !important;
	border-radius: 20px !important;
}
.e-my-account-tab__orders .woocommerce-MyAccount-content-wrapper table th, .e-my-account-tab__orders .woocommerce-MyAccount-content-wrapper table td{
	padding: 15px !important;
	vertical-align: middle !important;
}
.e-my-account-tab__orders .woocommerce-MyAccount-content-wrapper .woocommerce-orders-table__cell-order-actions a{
	background: #00A7D2 !important;
	border: none !important;
	border-radius: 10px !important;
	padding: 10px 20px !important;
	color: #E8F3F9 !important;
	text-transform: uppercase !important;
	transition: 0.3s ease !important;
	font-weight: bold !important;
}
.e-my-account-tab__orders .woocommerce-MyAccount-content-wrapper .woocommerce-orders-table__cell-order-actions a:hover{
	color: #00A7D2 !important;
	background: #E8F3F9 !important;
}
.e-my-account-tab__view-order .woocommerce-MyAccount-content-wrapper{
	box-shadow: none !important;
}
.e-my-account-tab__view-order .woocommerce-MyAccount-content-wrapper > p{
	font-size: 18px !important;
	margin: 20px 0 !important;
}
.e-my-account-tab__view-order .woocommerce-MyAccount-content-wrapper .woocommerce-order-details__title{
	margin-top: 0 !important;
	font-size: 25px !important;
	text-transform: uppercase !important;
	font-weight: bold !important;
}
.e-my-account-tab__view-order .woocommerce-MyAccount-content-wrapper table{
	box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px -1px, rgba(0, 0, 0, 0.06) 0px 2px 2px -1px !important;
	border-radius: 10px !important;
}
.e-my-account-tab__view-order .woocommerce-MyAccount-content-wrapper table th, .e-my-account-tab__view-order .woocommerce-MyAccount-content-wrapper table td{
	padding: 15px !important;
	vertical-align: middle !important;
}
.e-my-account-tab__view-order .woocommerce-MyAccount-content-wrapper table thead th{
	background: #E8F3F9 !important;
	text-transform: uppercase !important;
	color: rgba(51,51,51,0.7) !important;
}
.e-my-account-tab__view-order .shipped_via{
	display: none !important;
}
.e-my-account-tab__view-order .woocommerce-table__product-name.product-name a{
	color: #00A7D2 !important;
}
.e-my-account-tab__view-order tfoot tr:nth-child(3) th,
.e-my-account-tab__view-order tfoot tr:nth-child(3) td{
    font-size: 1.25rem !important;
}
.e-my-account-tab__view-order tfoot tr:nth-child(1) td, .e-my-account-tab__view-order tfoot tr:nth-child(2) td, .e-my-account-tab__view-order tfoot tr:nth-child(4) td{
	color: rgba(51,51,51,0.7) !important;
}
.e-my-account-tab__view-order .woocommerce-column__title{
	font-weight: bold !important;
	text-transform: uppercase !important;
	margin-bottom: 20px !important;
}
.e-my-account-tab__view-order address{
	box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px -1px, rgba(0, 0, 0, 0.06) 0px 2px 2px -1px !important;
	border-radius: 10px !important;
	padding: 16px 30px !important;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.e-my-account-tab__view-order .btn.btn-default.dropdown-toggle{
	background: #00A7D2 !important;
	border: none !important;
	border-radius: 10px !important;
	padding: 10px 20px !important;
	color: #E8F3F9 !important;
	text-transform: uppercase !important;
	transition: 0.3s ease !important;
	font-weight: bold !important;
	margin-top: 20px;
	cursor: pointer;
}
.e-my-account-tab__view-order .btn.btn-default.dropdown-toggle:hover{
	color: #00A7D2 !important;
	background: #E8F3F9 !important;
}
.e-my-account-tab__edit-address .woocommerce-MyAccount-content-wrapper{
	box-shadow: none !important;
}
.e-my-account-tab__edit-address .woocommerce-MyAccount-content-wrapper > p{
	font-size: 16px !important;
	margin: 20px 0 !important;
}
.e-my-account-tab__edit-address .woocommerce-MyAccount-content-wrapper .woocommerce-Address{
	border: none !important;
	padding: 0 !important;
}
.e-my-account-tab__edit-address .woocommerce-MyAccount-content-wrapper .woocommerce-Address h2{
	margin: 0 !important;
	font-size: 20px !important;
	text-transform: uppercase !important;
	font-weight: bold !important;
}
.e-my-account-tab__edit-address .woocommerce-MyAccount-content-wrapper .woocommerce-Address .woocommerce-Address-title{
	display: flex !important;
	flex-direction: column !important;
	align-items: flex-start !important;
}
.e-my-account-tab__edit-address .woocommerce-MyAccount-content-wrapper .woocommerce-Address a{
	background: #00A7D2 !important;
	border: none !important;
	border-radius: 10px !important;
	padding: 10px 20px !important;
	color: #E8F3F9 !important;
	text-transform: uppercase !important;
	transition: 0.3s ease !important;
	font-weight: bold !important;
	margin-top: 10px !important;
	margin-left: 0 !important;
	position: relative !important;
}
.e-my-account-tab__edit-address .woocommerce-MyAccount-content-wrapper .woocommerce-Address a:hover{
	color: #00A7D2 !important;
	background: #E8F3F9 !important;
}
.e-my-account-tab__edit-address .woocommerce-MyAccount-content-wrapper .woocommerce-Address address{
	box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px -1px, rgba(0, 0, 0, 0.06) 0px 2px 2px -1px !important;
	border-radius: 10px !important;
	padding: 16px 30px !important;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}
.e-my-account-tab__edit-address form h2{
	font-size: 20px !important;
	text-transform: uppercase !important;
	font-weight: bold !important;
}
.e-my-account-tab__edit-address form .woocommerce-address-fields{
	box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px -1px, rgba(0, 0, 0, 0.06) 0px 2px 2px -1px !important;
	border-radius: 10px !important;
}
.e-my-account-tab__edit-address form .woocommerce-address-fields button{
	background: #00A7D2 !important;
	border: none !important;
	border-radius: 10px !important;
	padding: 10px 20px !important;
	color: #E8F3F9 !important;
	text-transform: uppercase !important;
	transition: 0.3s ease !important;
	font-weight: bold !important;
	margin-top: 10px !important;
	margin-left: 0 !important;
	position: relative !important;
}
.e-my-account-tab__edit-address form .woocommerce-address-fields button:hover{
	color: #00A7D2 !important;
	background: #E8F3F9 !important;
}
.e-my-account-tab__edit-address .woocommerce-notices-wrapper{
	padding: 0 !important;
}
.e-my-account-tab__edit-address .woocommerce-notices-wrapper .woocommerce-message{
	box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px -1px, rgba(0, 0, 0, 0.06) 0px 2px 2px -1px !important;
	border-radius: 10px !important;
	background: #fff !important;
	font-weight: bold !important;
	color: #00A7D2 !important;
	outline: none !important;
}
.e-my-account-tab__payment-methods .woocommerce-info{
	box-shadow: none !important;
	border-radius: 10px !important;
	background: none !important;
	font-weight: bold !important;
	color: #00A7D2 !important;
	padding: 0 !important;
}
.e-my-account-tab__payment-methods .woocommerce-info::before{
	display: none !important;
}
.e-my-account-tab__payment-methods .woocommerce-MyAccount-content-wrapper > a{
	background: #00A7D2 !important;
	border: none !important;
	border-radius: 10px !important;
	padding: 10px 20px !important;
	color: #E8F3F9 !important;
	text-transform: uppercase !important;
	transition: 0.3s ease !important;
	font-weight: bold !important;
	margin-top: 10px !important;
	margin-left: 0 !important;
	position: relative !important;
}
.e-my-account-tab__payment-methods .woocommerce-MyAccount-content-wrapper > a:hover{
	color: #00A7D2 !important;
	background: #E8F3F9 !important;
}
.e-my-account-tab__add-payment-method .woocommerce-MyAccount-content-wrapper{
	box-shadow: none !important;
}
.e-my-account-tab__add-payment-method .woocommerce-MyAccount-content-wrapper button{
	background: #00A7D2 !important;
	border: none !important;
	border-radius: 10px !important;
	padding: 10px 20px !important;
	color: #E8F3F9 !important;
	text-transform: uppercase !important;
	transition: 0.3s ease !important;
	font-weight: bold !important;
	margin-top: 10px !important;
	margin-left: 0 !important;
	position: relative !important;
}
.e-my-account-tab__add-payment-method .woocommerce-MyAccount-content-wrapper button:hover{
	color: #00A7D2 !important;
	background: #E8F3F9 !important;
}
.e-my-account-tab__add-payment-method .woocommerce-PaymentMethods{
	border: none !important;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px -1px, rgba(0, 0, 0, 0.06) 0px 2px 2px -1px !important;
}
.e-my-account-tab__add-payment-method label, .e-my-account-tab__add-payment-method .payment_box{
	border: none !important;
	background: #E8F3F9 !important;
}
.e-my-account-tab__payment-methods .woocommerce-notices-wrapper{
	padding: 0 !important
}

.e-my-account-tab__payment-methods .woocommerce-notices-wrapper .woocommerce-message{
	box-shadow: none !important;
	border-radius: 10px !important;
	background: none !important;
	font-weight: bold !important;
	color: #00A7D2 !important;
	padding: 0 !important;
	outline: none !important;
}
.e-my-account-tab__payment-methods .woocommerce-notices-wrapper .woocommerce-message::before{
	display: none !important;
}
.e-my-account-tab__payment-methods .woocommerce-MyAccount-content-wrapper table{
	margin-bottom: 20px !important;
	box-shadow: none !important;
}
.e-my-account-tab__payment-methods .woocommerce-MyAccount-content-wrapper table th, .e-my-account-tab__payment-methods .woocommerce-MyAccount-content-wrapper table td{
	padding: 15px !important;
	vertical-align: middle !important;
}
.woocommerce-MyAccount-content-wrapper table td .button.delete{
	background: #00A7D2 !important;
	border: none !important;
	border-radius: 10px !important;
	padding: 10px 20px !important;
	color: #E8F3F9 !important;
	text-transform: uppercase !important;
	transition: 0.3s ease !important;
	font-weight: bold !important;
	margin-top: 10px !important;
	margin-left: 0 !important;
	position: relative !important;
}
.woocommerce-MyAccount-content-wrapper table td .button.delete:hover{
	color: #00A7D2 !important;
	background: #E8F3F9 !important;
}
.e-my-account-tab__edit-account form .woocommerce-Button.button{
	background: #00A7D2 !important;
	border: none !important;
	border-radius: 10px !important;
	padding: 10px 20px !important;
	color: #E8F3F9 !important;
	text-transform: uppercase !important;
	transition: 0.3s ease !important;
	font-weight: bold !important;
	margin-top: 10px !important;
	margin-left: 0 !important;
	position: relative !important;
}
.e-my-account-tab__edit-account form .woocommerce-Button.button:hover{
	color: #00A7D2 !important;
	background: #E8F3F9 !important;
}
.e-my-account-tab__edit-account .woocommerce-notices-wrapper{
	padding: 0 !important
}
.e-my-account-tab__edit-account .woocommerce-notices-wrapper .woocommerce-error{
	box-shadow: none !important;
	border-radius: 10px !important;
	background: none !important;
	font-weight: bold !important;
	color: #FF0000 !important;
	padding: 0 !important;
	outline: none !important;
}
.e-my-account-tab__edit-account .woocommerce-notices-wrapper .woocommerce-error::before{
	display: none !important;
}
.e-my-account-tab__edit-account .woocommerce-notices-wrapper{
	padding: 0 !important
}
.e-my-account-tab__edit-account .woocommerce-notices-wrapper .woocommerce-message{
	box-shadow: none !important;
	border-radius: 10px !important;
	background: none !important;
	font-weight: bold !important;
	color: #00A7D2 !important;
	padding: 0 !important;
	outline: none !important;
}
.e-my-account-tab__edit-account .woocommerce-notices-wrapper .woocommerce-message::before{
	display: none !important;
}
form.woocommerce-ResetPassword.lost_reset_password{
	box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 4px -1px, rgba(0, 0, 0, 0.06) 0px 2px 2px -1px !important;
	margin: 0 auto !important;
}
form.woocommerce-ResetPassword.lost_reset_password .woocommerce-Button.button{
	background: #00A7D2 !important;
	border: none !important;
	border-radius: 10px !important;
	padding: 10px 20px !important;
	color: #E8F3F9 !important;
	text-transform: uppercase !important;
	transition: 0.3s ease !important;
	font-weight: bold !important;
	margin-top: 10px !important;
	margin-left: 0 !important;
	position: relative !important;
}
form.woocommerce-ResetPassword.lost_reset_password .woocommerce-Button.button:hover{
	color: #00A7D2 !important;
	background: #E8F3F9 !important;
}
/*-------------------------------------------RAČUN END-------------------------------------------*/

/*-------------------------------------------FOOTER-------------------------------------------*/
footer img{
	width: 150px;
	max-width: 100%;
}
[data-footer*="type-1"] .ct-footer [data-row*="middle"] > div{
	display: flex !important;
	flex-direction: column;
	align-items: center;
	border-top: 1px solid rgba(0,0,0,0.1);
}
/*-------------------------------------------FOOTER END-------------------------------------------*/
@media(max-width: 992px){
	.elementor-691 .elementor-element.elementor-element-776b53f .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals .eael-cart-coupon-wrapper .coupon{
		flex-direction: column !important;
		align-items: flex-start !important;
	}
}

@media(max-width: 767px){
	.eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals .eael-cart-coupon-wrapper .coupon{
		margin-bottom: 20px !important;
	}
	.eael-woo-cart .eael-woo-cart-wrapper.eael-woo-default .eael-woo-cart-table .eael-wc-table-header{
		display: none !important;
	}
	.eael-woo-cart .eael-woo-cart-wrapper .eael-woo-cart-table-warp{
		overflow-x: hidden !important;
	}
	.elementor-691 .elementor-element.elementor-element-776b53f .eael-woo-cart-wrapper form.eael-woo-cart-form .eael-woo-cart-table .eael-wc-table-body .eael-wct-tr{
		display: flex !important;
		flex-wrap: wrap !important;
		border-bottom: 1px solid rgba(0,0,0,0.1);
	}
	.elementor-691 .elementor-element.elementor-element-776b53f .eael-woo-cart-wrapper form.eael-woo-cart-form .eael-woo-cart-table .eael-wc-table-body .eael-wct-tr > div{
		flex: 0 0 50% !important;
  		max-width: 50%;
		justify-content: center !important;
	}
	.eael-woo-cart .eael-woo-cart-wrapper.eael-woo-default .eael-woo-cart-table{
		min-width: auto !important;
	}
	.elementor-691 .elementor-element.elementor-element-776b53f .eael-woo-cart-wrapper form.eael-woo-cart-form .eael-woo-cart-table .eael-wc-table-body .eael-wct-tr > div.product-price, .elementor-691 .elementor-element.elementor-element-776b53f .eael-woo-cart-wrapper form.eael-woo-cart-form .eael-woo-cart-table .eael-wc-table-body .eael-wct-tr > div.product-quantity{
		padding-bottom: 0 !important
	}
	.elementor-691 .elementor-element.elementor-element-776b53f .eael-woo-cart-wrapper form.eael-woo-cart-form .eael-woo-cart-table .eael-wc-table-body .eael-wct-tr > div.product-subtotal{
		padding-top: 0 !important;
	}
	.coupon > p{
		position: relative !important;
		color: #fff !important;
	}	
	table.shop_table_responsive tbody td{
		display: table-cell !important;
	}
	span.select2-container .select2-selection--single .select2-selection__rendered, .eael-woo-cart .eael-woo-cart-wrapper .eael-cart-coupon-and-collaterals .cart-collaterals .cart_totals table tr.shipping td input, .eael-woo-cart .eael-woo-cart-wrapper .eael-cart-clear-btn .cart-collaterals .cart_totals table tr.shipping td input{
		font-size: 13px !important;
	}
	
	/*.fc-checkout-steps{
		margin: 0 !important;
	}*/
	.fc-checkout-steps .fc-checkout-step[data-step-id="payment"]{
		margin-bottom: 20px !important;
		border-bottom-left-radius: 10px !important;
		border-bottom-right-radius: 10px !important;
	}
	.fc-checkout-steps .fc-checkout-step[data-step-id="contact"]{
		border-top-left-radius: 10px !important;
		border-top-right-radius: 10px !important;
	}
	/*.fc-checkout-order-review__inner{
		margin: 0 !important;
		width: 100% !important;
	}*/
	div.woocommerce .fc-wrapper .fc-checkout-order-review .fc-checkout-order-review__inner{
		padding: 20px !important;
	}
	.fc-checkout-order-review__head{
		justify-content: flex-start;
		gap: 10px !important
	}
	.fc-checkout-order-review__head a{
		padding: 0 !important;
		right: 0 !important;
	}
	
	.woocommerce-orders-table thead {
        display: none;
    }

    .woocommerce-orders-table tbody {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
	
	.e-my-account-tab__orders .woocommerce-MyAccount-content-wrapper, .e-my-account-tab__orders .woocommerce-MyAccount-content-wrapper table{
		box-shadow: none !important;
		background: none !important;
	}
	.e-my-account-tab__orders .woocommerce-MyAccount-content-wrapper table td, .e-my-account-tab__orders .woocommerce-MyAccount-content-wrapper table th{
		border-top: none !important;
	}
	.e-my-account-tab__orders .woocommerce-MyAccount-content-wrapper table td::before{
		display: none !important;
	}
    .e-my-account-tab__orders .woocommerce-orders-table__row {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        grid-template-rows: auto auto auto !important;
        padding: 16px !important;
        border: 1px solid #e0e0e0 !important;
        border-radius: 10px !important;
        background: #fff !important;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06) !important;
    }

    .e-my-account-tab__orders .woocommerce-orders-table__cell {
        display: flex !important;
        flex-direction: column !important;
        padding: 4px 0 !important;
    }

    .e-my-account-tab__orders .woocommerce-orders-table__cell::before {
        content: attr(data-title) !important;
        font-size: 0.7rem !important;
        font-weight: 600 !important;
        text-transform: uppercase !important;
        letter-spacing: 0.05em !important;
        color: rgba(51, 51, 51, 0.5) !important;
        margin-bottom: 2px !important;
    }

    .e-my-account-tab__orders .woocommerce-orders-table__cell-order-number {
        grid-column: 1 !important;
        grid-row: 1 !important;
    }

    .e-my-account-tab__orders .woocommerce-orders-table__cell-order-date {
        grid-column: 2 !important;
        grid-row: 1 !important;
        text-align: right !important;
        align-items: flex-end !important;
		justify-content: center !important;
    }

    .e-my-account-tab__orders .woocommerce-orders-table__cell-order-status {
        grid-column: 1 !important;
        grid-row: 2 !important;
		align-items: flex-start !important;
		justify-content: center !important;
    }

    .e-my-account-tab__orders .woocommerce-orders-table__cell-order-total {
        grid-column: 2 !important;
        grid-row: 2 !important;
        text-align: right !important;
        align-items: flex-end !important;
    }

    .e-my-account-tab__orders .woocommerce-orders-table__cell-order-actions {
        grid-column: 1 / -1 !important;
        grid-row: 3 !important;
        padding-top: 12px !important;
        margin-top: 8px !important;
        border-top: 1px solid #f0f0f0 !important;
    }

    .e-my-account-tab__orders .woocommerce-orders-table__cell-order-actions .woocommerce-button {
        display: block !important;
        width: 100% !important;
        text-align: center !important;
        padding: 10px !important;
        border-radius: 6px !important;
        font-size: 0.9rem !important;
    }
	
	.woocommerce-orders-table thead {
        display: none;
    }

    .woocommerce-orders-table tbody {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
	
	.e-my-account-tab__payment-methods .woocommerce-MyAccount-content-wrapper, .e-my-account-tab__orders .woocommerce-MyAccount-content-wrapper table{
		box-shadow: none !important;
		background: none !important;
		padding: 0 !important;
	}
	.e-my-account-tab__payment-methods .woocommerce-MyAccount-content-wrapper table td, .e-my-account-tab__orders .woocommerce-MyAccount-content-wrapper table th{
		border-top: none !important;
	}
	.e-my-account-tab__payment-methods .woocommerce-MyAccount-content-wrapper table td::before{
		display: none !important;
	}
    .e-my-account-tab__payment-methods tr {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        grid-template-rows: auto auto auto !important;
        padding: 16px !important;
        border: 1px solid #e0e0e0 !important;
        border-radius: 10px !important;
        background: #fff !important;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06) !important;
    }

    .e-my-account-tab__payment-methods table td {
        display: flex !important;
        flex-direction: column !important;
		text-align: center !important;
    }

    .e-my-account-tab__payment-methods table td.woocommerce-PaymentMethod--method {
        grid-column: 1 / -1 !important;
        grid-row: 1 !important;
		text-align: center !important;
		padding: 0 !important;
    }

    .e-my-account-tab__payment-methods table td.woocommerce-PaymentMethod--expires {
        grid-column: 1 / -1 !important;
        grid-row: 2 !important;
        text-align: center !important;
        align-items: center !important;
		justify-content: center !important;
		padding: 0 !important;
    }

    .e-my-account-tab__payment-methods table td.woocommerce-PaymentMethod--actions {
        grid-column: 1 / -1 !important;
        grid-row: 3 !important;
        padding-top: 12px !important;
		padding-bottom: 0 !important;
        margin-top: 8px !important;
        border-top: 1px solid #f0f0f0 !important;
    }

    .e-my-account-tab__payment-methods .woocommerce-PaymentMethod--actions .delete {
        display: block !important;
        width: 100% !important;
        text-align: center !important;
        padding: 10px !important;
        border-radius: 6px !important;
        font-size: 0.9rem !important;
    }
}
@media(max-width: 600px){
	.tinv-wishlist.tinv-wishlist-clear{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.woocommerce-notices-wrapper{
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
}
@media(max-width: 500px){
	.ct-header-cart{
		background: none;
		box-shadow: none;
		padding: 0;
	}
	.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details{
		flex-direction: column !important;
	}
	.woocommerce-thankyou-order-details li{
		flex: unset !important;
	}
	.woocommerce-table__product-name.product-name > a, .woocommerce-table__product-name.product-name > strong{
		font-size: 15px !important;
	}
	.e-my-account-tab__payment-methods .woocommerce-info{
		text-align: center !important;
	}
}
