@font-face {
    font-family: 'Lexend Deca'; /* Choose a name */
    src: url('../fonts/Lexend_Deca/LexendDeca-VariableFont_wght.ttf') format('truetype'); /* Path to the variable font */
    font-weight: 100 900; /* Define the range of available weights */
    font-style: normal; /* Or 'italic' if applicable */
    font-display: swap; /* Important for performance */
}
.dropdown-item.btn-primary{
	background-color:#f55266;
	color:#FFF;
}
.content_text_container .row{
	margin-bottom:2rem;
}
#accountSidebar .bg-primary-subtle{
	background-color:#000 !important;
}
.shop_cart_place_shop_cart_table{
	border: 1px solid #e0e5eb;
}
.shop_cart_place_shop_cart_manage_table input.cart_quantities,
.shop_cart_place_shop_cart_table input.cart_quantities{
	width:60px;
	border: 1px solid #e0e5eb;
}
input.product_input_cart_qty{
	width:3.75rem;
	border:1px solid #e0e5eb;
	text-align:center;
}
.shop_cart_place_shop_cart_manage_table th,
.shop_cart_place_shop_cart_table th{
	font-size:0.8rem;
	text-align:left !important;
}
.shop_cart_place_shop_cart_manage_table td,
.shop_cart_place_shop_cart_table td{
	padding:0.50rem;
	font-size:0.8rem;
	text-align:left !important;
}
.shop_cart_place_shop_cart_manage_table td .shop_cart_stock_span,
.shop_cart_place_shop_cart_table td .shop_cart_stock_span{
	font-size:0.75rem;
}
.shop_cart_place_shop_cart_manage_table td.cart_object_name_td,
.shop_cart_place_shop_cart_table td.cart_object_name_td{
	word-break: break-word;
}
.shop_cart_place_shop_cart_manage_table a,
.shop_cart_place_shop_cart_table a{
	text-decoration:none;
}
.shop_cart_place_shop_cart_table tr.cart_discount_line td,
.shop_cart_place_shop_cart_table tr.cart_discount_line td a{
	background-color: #f55266;
	color:#FFF;
}
.shop_cart_loader{
	display:none;position: absolute;width: 100%;height: 100%;background-color: rgba(255, 255, 255, 0.8);
	z-index:1031;
}
.shop_cart_loader_inner{
	display: flex;justify-content: center;align-items: center;height: 100%;
}
.body_loader{
	display:none;position: fixed;width: 100%;height: 100%;background-color: rgba(255, 255, 255, 0.8);
	z-index:1046;top:0;left:0;
}
.body_loader_inner{
	display: flex;justify-content: center;align-items: center;height: 100%;
}
.used_codes_container{
	margin-top: 15px;background-color: #FFF;padding: 15px;border-radius: 10px;border:1px solid #cad0d9;font-weight:bold;
}
.used_code_inner_left{
	float:left;width:90%;
}
.used_code_inner_right{
	float:left;width:10%;padding-left:10px;
}
.shoppingCart_msg{
	margin-bottom:0;
}
.shop_cart_msg{
	margin-bottom:20px;
}
.shoppingCart_msg p, .shop_cart_msg p{
	margin-bottom:0;
	font-size:14px;
}
.options_cont{
	margin-bottom:20px;
}
.options_cont .additionals_container{
	border:1px solid #cad0d9;
}
.account_order_comment_paragraph{
	font-weight:bold;
}
.account_order_comment_container{
	font-style:italic;
}
.custom_cart_line.custom_cart_line_prototype{
	display:none;
}
#wishlist_dialog .modal-dialog{
	width:360px;
}
#wishlist_dialog .modal-dialog .custom_cart_line_name_input{
	width:180px;
}
.custom_cart_line.custom_cart_line_prototype{
	display:none;
}
.custom_carts_notice_cont{
	font-size:14px;
}
.custom_cart_line{
	font-size:0;
	margin-bottom:0.25rem;
}
.custom_cart_line_name_cont{
	display:inline-block;font-size:1rem;
}
.custom_cart_line_checkbox_cont{
	display:inline-block;font-size:0.75rem;text-align:center;
	display:none;margin-left:10px;
	margin-right:10px;
}
.add_new_custom_cart_link_cont{
	margin-top:2rem;
}
.custom_cart_line_name_input{
	width:80%;
	display:inline-block;
}
.custom_cart_line_name_edit_link, .custom_cart_line_save_link{
	margin-left:0.25rem;
}
.custom_cart_line_view_link{
	margin-left:0.25rem;
}
.custom_cart_line_save_link{
	display:none;
}
.custom_carts_msg_cont{
	display:none;
	margin-top:1.25rem;
}
.swiper-slide .product-card .dropdown-menu{
	inset:0px 0px auto auto !important;
}

.shop_checkout_address_selected{
	font-weight:bold;
	border: 1px solid #cad0d9;
    padding: 5px;
}
.shop_checkout_address{
	cursor:pointer;
}
.account_addresses_msg{
	display:none;
}
/*.shop_checkout_billing_address_outer, .shop_checkout_shipping_method_outer, .shop_checkout_payment_method_outer{
	border-top:1px solid #cad0d9;
	padding-top:2.5rem;
}*/
#alert_dialog{
	display:none;
	position: fixed;
    right: 50px;
    top: 15px;
    z-index: 1045;
    max-width:300px;
}
#alert_dialog .alert{
	display:none;
	font-weight:600;
}
.shop_checkout_address_edit_link{
	font-size:0.75rem;
	text-decoration:underline;
	font-weight:normal;
	margin-left:0.5rem;
	margin-right:0.5rem;
	font-style:italic;
}
/*
.shop_checkout_shipping_address label{
	word-break:break-all;
}
.shop_checkout_shipping_address a.shop_checkout_address_edit_link{
	word-break:normal;
}*/
.custom_carts_product_cont{
	margin: 20px 0;
    border: 1px solid #e2e2e2;
    padding: 10px;
}
.custom_carts_product_cont .custom_carts_product_image_cont{
	float: left;
    width: 70px;
}
.custom_carts_product_cont .custom_carts_product_name_cont{
	float: left;
    width: calc(100% - 70px);
    font-size: 0.875rem;
    padding-left: 1rem;
    font-weight: 800;
}
.content_list_short_description_container{
	display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.shop_checkout_shipping_address label,
.shop_checkout_billing_address label,
.shop_checkout_shipping_address input[type="radio"],
.shop_checkout_billing_address input[type="radio"],
.shop_checkout_submit_container label,
.shop_checkout_submit_container input[type="checkbox"],
.shop_checkout_shipping_method_outer label,
.shop_checkout_shipping_method_outer input[type="radio"],
.shop_checkout_payment_method_outer label,
.shop_checkout_payment_method_outer input[type="radio"],
input[type="checkbox"]#billing_is_delivery,
label[for="billing_is_delivery"]
{
	cursor:pointer;
}
.custom_cart_line_checkbox_cont .form-switch{
	margin-top: 1.5rem;
}
.cart_top_alert{
	font-weight:700;
}
.cart_top_alert2{
	font-style:italic;
}
.shop_inquery_form_outer{
	border:1px solid #cad0d9;
	border-radius:20px;
	padding:1rem;
}
#shop_inquery_outer .shop_cart_table_list_outer{
	border: 1px solid #cad0d9;
    border-radius: 20px;
    padding: 1rem;
}
.sticky-product-banner .sticky-product-banner-inner{
	padding-top:6.625rem !important;
}
.nav-underline .nav-link.active {
    font-weight: 700;
}
.nav-underline .nav-link:before{
	bottom:0;
}
.external_login_logo{
	width:25%;
	margin:0 auto;
}
.product_box_outer, .product_box_small_outer {
    border: 1px solid #e3e3e3;
    box-shadow: 0 0.5rem 2rem -0.25rem hsla(216, 9%, 44%, .1);
    background-color:#FFF;
    border-radius:0.5rem;
}
.product_box_outer:hover, .product_box_small_outer:hover {
    box-shadow: var(--cz-box-shadow);
}
.product_box_texts_outer{
	height: 6.1rem;overflow:hidden;
}
.product_box_title_outer a{
	max-height: 2.5rem;font-size: 1rem;font-weight: bold;overflow: hidden;
	text-transform:uppercase;
}
.product_box_description_outer a{
	overflow:hidden;
	font-size:1rem;
	font-weight:400;
}
.product_box_sequence_number{
	position: absolute;
    color: #FFF;
    top: 0;
    left: 0.3rem;
    background-color: red;
    background: linear-gradient(90deg, #09002C -10%, #C12F51 82%) !important;
    width: 1.6rem;
    height: 1.6rem;
    text-align: center;
    border-radius: 50%;
    padding-top: 0;
    line-height: 1.6;
    font-size: 1rem;
}
.products_boxes_list_bestsellers .product_box_code_container{
	display:none;
}
.product_box_small_outer a{
    font-size: 1rem;
}
.product_box_small_outer .product_box_small_title a{
	text-transform:uppercase;
	font-size: 0.95rem;
}
.product_box_web_price_tax_prefix{
	font-size:0.8rem;
}
#stuckNav{
	background:linear-gradient(270deg, #09002C -10%, #C12F51 82%) !important
}
#stuckNav .dropend.position-static .dropdown-menu{
	height:auto !important;
	min-height:calc(100% - .1875rem);
    border-radius: 0;
    margin-top: 0 !important;
    padding-top: 1rem !important;
    border: none;
    border-radius:0 !important;
}
#stuckNav .dropdown-menu.show .dropend.position-static .dropdown-menu.show{
    border-bottom:1px solid #e3e3e3;
}
.loadmore_outer_container{
	flex-grow:1;text-align:center;
	border:1px solid #e3e3e3;
	background: linear-gradient(90deg, #09002C -10%, #C12F51 82%) !important;
}
.loadmore_link{
	color:#FFF;text-decoration:none;text-transform:uppercase;font-weight:bold;display:block;
	padding-top:1rem;padding-bottom:1rem;padding-left:2rem;padding-right:2rem;
}
.shop_pagination_inner_container{
	display:flex;
}
.shop_pagination_inner_container.shop_pagination_inner_container_next_page{
	flex-direction: row-reverse;
}
.shop_pagination_inner_container_top.shop_pagination_inner_container.shop_pagination_inner_container_next_page{
	flex-direction: row;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted:after, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted:after{
	opacity:0;
}
.choices__list--dropdown .choices__item--selectable.is-selected:after, .choices__list[aria-expanded] .choices__item--selectable.is-selected:after{
	opacity:0.85;
}
.choices__list--dropdown .choices__item.is-highlighted, .choices__list[aria-expanded] .choices__item.is-highlighted{
    background-color: #FFF;
    color: var(--cz-component-color);
}
.choices__list--dropdown .choices__item.is-selected, .choices__list[aria-expanded] .choices__item.is-selected{
    background-color: var(--cz-component-active-bg);
    color: var(--cz-component-active-color);
}
.choices__list--dropdown .choices__item:hover, .choices__list[aria-expanded] .choices__item:hover{
	background-color: var(--cz-component-active-bg);
    color: var(--cz-component-active-color);
}
.choices__list--dropdown{
	padding-right:0.5rem;
}
.choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list{
	max-height:300px;
}
:root, [data-bs-theme=light] {
    --cz-font-sans-serif: "Lexend Deca",sans-serif;
    --cz-tertiary-bg: #f3f6fd;
    --cz-tertiary-bg-rgb: 243, 246, 253;
    
    --cz-box-shadow: 0 0.5rem 2rem -0.25rem hsla(216, 9%, 44%, .5);
    --cz-box-shadow-sm: 0 0.375rem 1.5rem hsla(216, 9%, 44%, .2);
    --cz-box-shadow-lg: 0 1.125rem 3rem -0.375rem hsla(216, 9%, 44%, .5);
    
    --cz-secondary-bg: #ebebeb;
    --cz-secondary-bg-rgb: 220, 232, 245;
    
    --cz-danger-rgb: 224, 57, 57;
    --cz-heading-color: #09002c;
    --cz-body-color: #09002c;
    --cz-component-active-color: #09002c;
}
#header_search_form_desktop input[name="query"]{
	background-color: #f3f6fd;
	font-weight:300;
}
.main_header_right .main_header_sale_icon{
	background-color:#b72a4c !important;
}
.main_header_right .btn-icon.main_header_sale_icon i, .main_header_right .btn-icon.main_header_sale_icon i:before{
	color:#FFF !important;
}
.main_header_right .main_header_sale_text{
	color:#09002c !important;
}
.navbar-nav [data-bs-toggle] >.dropdown-item{
	text-transform: uppercase;
    font-weight: 600 !important;
    font-size: 0.92rem;
	border-bottom: 1px solid #e3e3e3;
	padding:0.7rem 0.65rem;
    border-radius: 0;
}
.navbar-nav .dropdown-menu [data-bs-toggle].show >.dropdown-item{
	border-bottom: none;
}
.navbar-nav .dropdown-menu{
	border-bottom:none;
}
/*
.navbar-nav .dropend.position-static:last-of-type [data-bs-toggle] >.dropdown-item{
	border-bottom: none;
}*/

[data-bs-theme=dark] .btn-secondary:not([data-bs-theme=light]) {
    --cz-btn-bg: #b72a4c;
    --cz-btn-border-color: #b72a4c;
}
#stuckNav .navbar-nav.main_menu_navbar_desktop>.nav-item>.nav-link{
	text-transform:uppercase;
	font-weight:400;
	padding:0.9rem 1.4rem 0.45rem 1.4rem;
	font-size:0.9rem;
	display:block;
	color:#FFF;
	height:100%;
}
#stuckNav .navbar-nav.main_menu_navbar_desktop>.nav-item>.nav-link:hover,
#stuckNav .navbar-nav.main_menu_navbar_desktop>.nav-item>.nav-link.active{
	background-color: #09002C;
}
.btn-primary, .product-card .count-input:not(.collapsed) .product-card-button, .product-card:hover .product-card-button, [data-bs-theme=dark] .product-card:hover .product-card-button {
    --cz-btn-bg: #b72a4c;
    --cz-btn-border-color: #b72a4c;
}
.btn-primary:hover,.btn-primary:active{
    --cz-btn-hover-bg:#b72a4c;
    --cz-btn-hover-border-color:#b72a4c;
    color: #ffffff;
}

:not(.btn-check)+.btn-primary:active {
    --cz-btn-active-bg:#b72a4c;
    --cz-btn-active-border-color:#b72a4c;
}

.bg-dark{
	background-color:#333333 !important;
}
.border-dark{
	border-color:#333333 !important;
}
footer.footer, .bg-dark{
	background-image:url(../img/footer.jpg);
}
header.top_header{
	background-color: #f3f6fd;padding:0.25rem 0;
}
header.top_header .top_header_left_inner ul{
	list-style:none;display:inline-block;margin-bottom:0;padding-left:0;
}
header.top_header .top_header_left_inner ul li{
	font-size: 0.75rem;display:inline;margin-right:1.5rem;
}
header.top_header .top_header_left_inner ul li a{
	color:inherit;text-decoration:none;
}
header.top_header .top_header_right_inner{
	text-align: right;
}
header.top_header .top_header_right_inner ul{
	list-style:none;display:inline-block;margin-bottom:0;padding-left:0;
}
header.top_header .top_header_right_inner ul li{
	font-size: 0.75rem;display:inline;margin-left:1.5rem;
}
header.top_header .top_header_right_inner ul li a{
	color:inherit;text-decoration:none;
}
#searchBar{
	background-color:#b72a4c;
}
.btn-dark {
    --cz-btn-bg: #09002C;
    --cz-btn-border-color: #09002C;
}
.product_add_to_cart:hover,
.product_add_to_inquiry:hover,
.product_add_to_cart:active,
.product_add_to_inquiry:active
{
	background-color:#b72a4c !important;
	border:1px solid #b72a4c !important;
}
#footerLinks h6{
	font-size:1.5rem;
}
#footerLinks .nav-link{
	font-size:1rem;
}
.navbar_right .dropdown-item{
	font-size:1rem;
}
.product_detail_short_description_container{
	font-weight:bold;
}
.urgent_notification_header .urgent_notification_header_inner{
	background-color:#333;
}
.urgent_notification_container{
	color:#FFF;text-align:center;
}
.urgent_notification_container a{
	padding:0;margin:0;display:block;color:#FFF;text-decoration:none;
}
#map_canvas{
	height:600px;
	width:100%;
}
#map_canvas .info-window-content{
	padding-right:3rem;
}
#map_canvas .info-window-content .location_contact_info{
	font-size:1rem;
}
#map_canvas .info-window-content .location_contact_info strong{
	font-size:1.25rem;
	font-weight:bold;
}
#map_canvas .gm-style-iw button{
	position:absolute !important;
	right:0 !important;
}
.shop_catalog_brands_section img{
	filter:grayscale(1);
}
.shop_catalog_brands_section a:hover img{
	filter:grayscale(0);
}
div[data-paperform-id]{
	border:1px solid #e3e3e3;
}
.btn-primary, .product-card .count-input:not(.collapsed) .product-card-button, .product-card:hover .product-card-button, [data-bs-theme=dark] .product-card:hover .product-card-button {
    --cz-btn-hover-bg: #333;
    --cz-btn-active-bg: #333;
    --cz-btn-hover-border-color: #333;
    --cz-btn-active-border-color: #333;
}
.form-control::placeholder {
  color: rgb(78, 85, 98);
}
.kontrolna_newsletter2_span{
	font-size:2rem;
	font-weight:bold;
	color:red;
}
#newsletter_code_verify_dialog button[name="kontrolna_newsletter_confirm_button"]{
	display:none;
}
.category_box_outer .category_box_headpic_link,
.featured_categories_element_outer .featured_categories_element_image
{
	border: 1px solid #e3e3e3;
}
#contact_code_verify_dialog button[name="kontrolna_contact_confirm_button"]{
	display:none;
}
.kontrolna_contact2_span{
	font-size:2rem;
	font-weight:bold;
	color:red;
}
.last_viewed_products_outer{
	cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 100px;
    height: 100px;
    font-size: 0.7rem;
    padding: 0.75rem;
    display: block;
    text-align: center;
    border: 1px solid #e3e3e3;
    border-radius: 50%;
    background-color:#FFF;
    z-index: 1021;
}
.last_viewed_products_text_container{
	background-color:transparent;border:none;padding-top:0.25rem;
}
.btn-secondary,.btn-secondary:hover,.btn-secondary:active{
    --cz-btn-color: #ffffff;
    --cz-btn-bg: #b72a4c;
    color:#FFF !important;
    background-color: #b72a4c !important; 
    border:none;
}
.header_cart_button{
	color:#FFF !important;
    background: linear-gradient(90deg, #09002C -10%, #C12F51 82%) !important; 
}
.btn-secondary i,
.btn-secondary i:before,
.btn-secondary:hover i,
.btn-secondary:hover i:before{
	color:#FFF !important;
}
.product_box_small_web_price_tax{
	color:#b72a4c;
}
.product_box_small_web_price_tax,
.product_box_web_price_tax{
	font-weight:bold;
}
.product_box_small_title{
	max-height:2.5rem;
	overflow:hidden;
}
.product_box_small_description_outer{
	height:1.2rem;overflow:hidden;
}
.product_box_small_description_span{
	font-size:0.9rem;font-weight:normal;
}
.news_box_inner{
	border-radius: 0;
    border: 1px solid #e3e3e3;
    padding: 1rem;
    background-color: #FFF;
}
.news_box_body{
	height:13.125rem;
	overflow:hidden;
}
.news_box a{
	text-decoration:none;
	color:inherit;
}
.news_box .h6{
	margin-top:1rem;
	font-size:1.3rem !important;
	font-weight:700;
}
.news_box .news_box_desc_container{
	font-size:1rem;
}
.news_box_inner a:hover .news_box_texts_container .h6{
	text-decoration:underline;
}
#blogSidebar{
	top:100px;
}
.new_products_section h3, .new_products_section p{
	color:#fff;
}
.product_box_lowest_price_container,
.product_box_small_lowest_price_container,
.product_detail_lowest_price_container{
	line-height:1;
	font-size:0.6rem;
	overflow:hidden;
	font-weight:200;
}
.product_detail_filter_value_on_headpic_container {
	z-index:1;top:0;left:0;
}
.product_box_filter_value_on_headpic_container img{
	height:4rem;
	width:auto;
}
.product_detail_filter_value_on_headpic_container  img{
	height:5rem;
	width:auto;
}
.navbar-expand-lg .navbar-nav>.nav-item>.nav-link:before{
	display:none;
}
.shop_categories_main_dropdown_button, .shop_categories_main_dropdown_button:hover{
	background: #09002C !important;
	font-size:0.95rem;
	border-radius:0;
	padding-top:1.5rem;
	padding-bottom:1.5rem;
}
.clear_all_filters_link{
	color:#000;
	font-size:0.75rem;
	padding:0.375rem 0;
}
.product_add_to_cart{
	background: linear-gradient(90deg, #09002C -10%, #C12F51 82%) !important;
}
.product_box_discount_container{
	position:absolute;
	bottom: 1rem;
    left: 1rem;
	padding: 0;
	line-height:1.2;
	font-size:0.75rem;
}
.product_box_discount_container .product_box_discount_element{
	padding: 0.2rem 0.3rem;
    margin-top: 1px;
    margin-bottom: 0;
    display: inline-block;
    background: #b72a4c;
    margin-right: 0.6rem;
    padding: 0.3rem 0.6rem;
    margin-bottom: 0.2rem;
}
.product_box_discount_container .product_box_discount_element span{
	color:#FFF;
}
.product_box_discount_container.product_box_simple_discount_container{
	top:0;
	left:0;
}
.product_box_discount_container.product_box_simple_discount_container > span{
	display:block;
}
.product_box_discount_container > span{
	background:#b72a4c !important;
	margin-right:10px;
	padding: 5px 10px;
	margin-bottom:5px;
	font-size:12px;
}

.product_detail_discount_container_outer{
	position:absolute;
	background-color: transparent;
	padding: 0;
	color: #09002c;
	line-height:1.2;
	font-size:0.75rem;
	text-align:right;
}
.product_detail_discount_container_outer .product_detail_discount_element{
    margin-top: 1px;
    margin-bottom: 0;
    display: block;
    background: #b72a4c;
    padding: 0.3rem 0.6rem;
    margin-bottom: 0.2rem;
    color:#FFF;
    font-size:0.8rem;
}
.product_detail_discount_container_outer .product_detail_simple_discount_container{
	margin-bottom:0.5rem;
}
.product_detail_discount_container_outer .product_detail_simple_discount_container span{
    margin-top: 1px;
    margin-bottom: 0;
    background: #b72a4c;
    padding: 0.3rem 0.6rem;
    color:#FFF;
    font-size:0.8rem;
    line-height: 1.6;
}
.featured_categories_and_text_outer{
	background-image:url('../img/levi_krog_vector.svg');
	background-repeat:no-repeat;
	background-size:200px;
	background-position:left;
}
.new_products_section{
	background-image:url('../img/desni_krog_vector.svg');
	background-repeat:no-repeat;
	background-size:contain;
	background-position:right;
}
.new_products_section_promotion, .products_boxes_list_promotion, .products_boxes_list_promotion2{
	background-image:url('../img/footer.jpg');
}
.products_boxes_list_promotion h3, .products_boxes_list_promotion p{
	color:#FFF;
}
.products_boxes_list_promotion2 h3, .products_boxes_list_promotion2 p{
	color:#FFF;
}
.products_boxes_list_promotion .btn,
.products_boxes_list_promotion .btn:hover,
.products_boxes_list_promotion .btn:active,
.products_boxes_list_promotion .btn:focus,

.products_boxes_list_promotion2 .btn,
.products_boxes_list_promotion2 .btn:hover,
.products_boxes_list_promotion2 .btn:active,
.products_boxes_list_promotion2 .btn:focus,

.new_products_section_promotion .btn,
.new_products_section_promotion .btn:hover,
.new_products_section_promotion .btn:active,
.new_products_section_promotion .btn:focus,

.contact_question_outer .btn,
.contact_question_outer .btn:hover,
.contact_question_outer .btn:active,
.contact_question_outer .btn:focus
{
	background-color:#FFF;
	color:#b72a4c;
	border:none;
	font-size:1rem;
	padding:0.5rem 1rem;
}
.recommended_products_section{
	background-color:#f3f6fd;
}
.featured_text_section_element{
	aspect-ratio:1 / 1;
}
.featured_text_section_element:nth-of-type(1),
.featured_text_section_element:nth-of-type(3){
	margin-top:6rem;float:left;width:200px;border-radius:50%;border:1px solid #e3e3e3;text-align:center;position:relative;box-shadow: rgba(102, 110, 122, 0.5) 0px 8px 32px -4px;
}
.featured_text_section_element:nth-of-type(1) .featured_text_section_element_inner,
.featured_text_section_element:nth-of-type(3) .featured_text_section_element_inner
{
	margin: 0;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);
}
.featured_text_section_element:nth-of-type(1) .featured_text_section_element_title,
.featured_text_section_element:nth-of-type(3) .featured_text_section_element_title
{
	font-size:3rem;color:#151f6e;font-weight:800;line-height:1;
	width: 180px;
    height: 3rem;
    overflow: hidden;
    margin-bottom:0.2rem;
}
.featured_text_section_element:nth-of-type(1) .featured_text_section_element_text,
.featured_text_section_element:nth-of-type(3) .featured_text_section_element_text{
	font-size:0.9rem;color:#151f6e;font-weight:600;
	display:block;
	width:100%;
}
.featured_text_section_element:nth-of-type(2){
	float:left;width:300px;border-radius:50%;border:1px solid #e3e3e3;text-align:center;position:relative;border: 5px solid transparent;
    background: linear-gradient(white, white) padding-box, linear-gradient(270deg, #09002C -10%, #C12F51 82%) border-box;
    background-clip: padding-box, border-box;
    background-origin: border-box;
    box-shadow: rgba(102, 110, 122, 0.5) 0px 8px 32px -4px;
    margin:0 3rem;
}
.featured_text_section_element:nth-of-type(2) .featured_text_section_element_inner{
	background-color: #f3f6fd;width: 100%;height: 100%;border-radius: 50%;
}
.featured_text_section_element:nth-of-type(2) .featured_text_section_element_inner2{
	margin: 0;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);
}
.featured_text_section_element:nth-of-type(2) .featured_text_section_element_title{
	font-size:8rem;color:#b72a4c;font-weight:800;line-height:1;
}
.featured_text_section_element:nth-of-type(2) .featured_text_section_element_text{
	font-size:1rem;color:#b72a4c;font-weight:600;
}
.megamenu_category_name_span_1{
	display: block;
    font-weight: bold;
}
.megamenu_category_name_span_2{
	display: block;
}
.h6, h6 {
    font-size: 0.9rem;
}
.contact_question_outer .h2, .contact_question_outer p{
	color:#FFF;
}
.contact_question_outer .contact_question_overlay{
	background-image:url('../img/footer.jpg');
}
#header_search_form_desktop,
#header_search_form_mobile
{
	position:relative;
}
#header_search_form_desktop .header_search_form_results_container,
#header_search_form_mobile .header_search_form_mobile_results_container
{
	position: absolute;
	background-color: #FFF;top: 49px;
	border:1px solid #e3e3e3;
	width:100%;
	box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 20%);
	display:none;
	z-index:1;
}
#header_search_form_desktop .header_search_form_results_container .quick_search_results_container,
#header_search_form_mobile .header_search_form_mobile_results_container .quick_search_results_container
{
	max-height:60vh;
	overflow-y:auto;
}
#header_search_form_desktop .header_search_form_results_container .quick_search_results_link,
#header_search_form_mobile .header_search_form_mobile_results_container .quick_search_results_link
{
	display:block;font-weight:normal;
	padding:10px 15px;
}
#header_search_form_desktop .header_search_form_results_container .quick_search_results_link:hover,
#header_search_form_mobile .header_search_form_mobile_results_container .quick_search_results_link:hover
{
	background-color:#f3f6fd;
}
#header_search_form_desktop .header_search_form_results_container .quick_search_results_element_image,
#header_search_form_mobile .header_search_form_mobile_results_container .quick_search_results_element_image
{
	float:left;width:60px;
}
#header_search_form_desktop .header_search_form_results_container .quick_search_results_element_image img,
#header_search_form_mobile .header_search_form_mobile_results_container .quick_search_results_element_image img
{
	height:60px;
	width:auto;
}
#header_search_form_desktop .header_search_form_results_container .quick_search_results_element_texts,
#header_search_form_mobile .header_search_form_mobile_results_container .quick_search_results_element_texts
{
	float:left;width:calc(100% - 60px);padding-left:20px;box-sizing:border-box;line-height:1.2;
}
#header_search_form_desktop .header_search_form_results_container .quick_search_results_element_code,
#header_search_form_mobile .header_search_form_mobile_results_container .quick_search_results_element_code
{
	font-size:10px;
}
#header_search_form_desktop .header_search_form_results_container .quick_search_results_element_name,
#header_search_form_mobile .header_search_form_mobile_results_container .quick_search_results_element_name
{
	font-size:14px;font-weight:bold;
}
#header_search_form_desktop .header_search_form_results_container .quick_search_results_element_short_description,
#header_search_form_mobile .header_search_form_mobile_results_container .quick_search_results_element_short_description
{
	font-size:12px;
}
#shop_checkout_outer .was-validated input[name="promo_code"].form-control:valid {
	background-image:none
}
.product_box_old_price_tax{
	font-size: 0.95rem;
}
.product_box_web_price_tax{
	font-size: 1.25rem;
	color: #b72a4c;
	font-weight:bold;
}
.swiper_button,.swiper_button:hover,.swiper_button:active,.swiper_button:focus{
	background-color: #151f6e;
    color: #FFF;
    z-index: 2;
}
.product_detail_web_price_tax_print{
	color: #b72a4c;
	font-weight:bold;
	font-size:2rem;
}
.product_detail_stickybox{
	background-color:#FFF;
}
.product_detail_stickybox_web_price_tax_print{
	color: #b72a4c;
	font-weight:bold;
	font-size:1.5rem;
}
.product_detail_discount_print{
	font-size:1.2rem;
}
.category_box_outer .h6 a{
	font-size:0.95rem;
}
.catalog_firstpage_section .category_box_outer .h6 a{
	font-size:1.2rem;
}
.megamenu_categories_column_name_span{
	font-size:0.9rem;
}
.product_row_outer{
	display: flex;
    flex-wrap: wrap;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #e3e3e3;
    padding-top:1rem;
}
.product_row_outer .product_box_image_outer{
	flex: 0 0 auto;
    width: 8%;
}
.product_row_outer .product_box_details_outer{
	flex: 0 0 auto;
    width: 92% !important;
}
.product_row_outer .product_box_texts_outer{
	height: auto;
}
.product_row_outer .product_box_discount_container{
	position:static;
}
.product_row_outer .product_box_description_outer{
	margin-bottom:0 !important;
	padding-bottom:0 !important;
}
.product_row_outer .product_box_description_outer a{
	font-size:0.9rem;
}
.product_row_outer a{
	text-decoration:none;
}
.product_row_outer .product_box_lowest_price_container{
	height:auto;
	text-align:center;
}
.products_boxes_list_sliced_1{
	margin-top: 0;
}
.row.products_rows_list>*{
	margin-top:0;
}
.product_box_code_container{
	color:#09002c;
	text-align:center;
	font-size:0.8rem;
	font-weight:900;
}
.product_row_outer .product_box_details_upper{
	flex: 0 0 auto;
	width: 55% !important;
}
.product_row_outer .product_box_prices_outer {
	flex: 0 0 auto;
	width: 45% !important;
}
.product_row_outer .product_box_discount_container{
	margin-top:0.5rem;
}
.product_row_outer .product_box_instant_discount_percentage_badge{
	display:none;
}
.shop_view_select_container{
	margin-right:1rem;
}
.shop_view_select_container a{
	opacity:0.2;
	text-decoration:none;
	color:#09002c;
}
.shop_view_select_container a.shop_view_select_boxes_link{
	font-size:1rem;margin-right:0.25rem;
}
.shop_view_select_container a.shop_view_select_rows_link{
	font-size:1rem;
}
.shop_view_select_container a.shop_view_select_link_active, .shop_view_select_container a:hover{
	opacity:1;
}
.product_box_code_container{
	color: #9e9e9e;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 200;
}
.product_box_outer .product_box_stock_container,
.product_box_outer .product_box_qty_container,
.product_box_outer .product_box_unit_container
{
	display:none;
}
.product_row_outer .product_box_web_price_tax,
.product_row_outer .product_box_old_price_tax{
	display:block;
	text-align:center;
}
.product_box_outer .product_box_lowest_price_container{
	margin-top:0.5rem;
}
.product_row_outer .product_box_web_price_tax{
	margin-bottom:0.5rem;
}
.product_row_outer .product_box_unit_container{
	color:#7e7e7e;
	text-align:center;
}
.products_rows_list .product_box_prices_inner{
	padding-left: 0.5rem;
    padding-right: 0.25rem;
}
.products_rows_list .product_box_qty_container{
	padding-left: 0.5rem;
}
.products_rows_list .product_box_instant_discount_percentage {
	display:none;
}
.catalog_main_column.catalog_main_column_view_rows .shop_pagination_inner_container_bottom{
	border-top:none !important;
}
.catalog_main_column .h4{
	font-size:1.25rem;
}
.shop_catalog_results_number_inner_container{
	font-size:1rem;
}
.features_section .features_section_element_image_container{
	background-color:#b72a4c;
}
.products_promo_container_1 span, .products_promo_container_2{
	background-image: url(../img/footer.jpg);
}
.products_promo_container_1 h3, .products_promo_container_1 p{
	color:#FFF !important;
}
.product_detail_stock_in_stock, .product_box_stock_in_stock_container{
	color:green;
}
.product_detail_info_data_container .product_detail_info_data_element{
	font-size:0.7rem;
	padding-right:1rem;
	margin-right:1rem;
}
.product_box_instant_discount_percentage{
	background-color: #b72a4c;
    color: #FFF;
    font-size: 0.75rem;
    padding: 0.1rem 0.5rem;
    font-weight:600;
}
.product_detail_web_price_print{
	color: #b72a4c;font-weight: 700;font-size: 1.2rem;
}
.product_detail_web_price_print span{
	font-weight:400;color:#4e5562;font-size:0.8rem;
}
.header_main.navbar-stuck{
	border-bottom: 10px solid transparent;
    border-radius: 0;
    background: linear-gradient(white, white) padding-box, linear-gradient(270deg, #09002C 0%, #C12F51 60%) border-box;
    background-clip: padding-box, border-box;
    background-origin: border-box;
}
.product_detail_upper_section{
	background-image: url('../img/levi_krog_vector.svg');
	background-repeat: no-repeat;
	background-size: 200px;
	background-position: left;
}
.product_detail_tabs_outer{
	background-image: url('../img/desni_krog_vector.svg');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right;
}
.product_detail_features{
	font-size:0.9rem;
}
.product_detail_features .h6, .product_detail_features .accordion .accordion-header button span{
	font-size:1rem;
}
.sticky-product-banner .h4{
	color:#b72a4c;
}
.header_cart_button .header_cart_button_amount, .header_inquiry_cart_button .header_cart_button_amount{
	background-color:#09002C !important;
}
.shop_catalog_main{
	background-image: url('../img/bg_oblacki.png');
    background-repeat: no-repeat;
    background-size: auto;
    background-repeat:repeat-y;
}
.header_user_status_tag{
	position: absolute;
    font-size: 0.75rem;
    top: 0;
    right: 0;
    padding: 0.05rem 0.13rem;
    font-weight:400;
    border:1px solid #e3e3e3;
    line-height:1;
}
.navbar-expand-lg .navbar-nav.main_menu_navbar_desktop >.nav-item>.nav-link.dropdown-toggle:after {
    display:none;
}
.navbar-expand-lg .navbar-nav.main_menu_navbar_desktop >.nav-item>.nav-link.dropdown-toggle {
    white-space: unset;
}
.navbar-expand-lg .navbar-nav.main_menu_navbar_desktop >.nav-item .dropdown-item{
	font-size:0.9rem;
}
[readonly],[readonly]:focus{
	background-color: #e3e3e3;
}
