@font-face {
    font-family: 'Roboto Condensed'; /* Choose a name */
    src: url('../fonts/Roboto_Condensed/RobotoCondensed-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_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:40px;
	border:1px solid #e0e5eb;
	text-align:right;
}
.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:1032;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:4rem !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);
}
.product_box_outer:hover, .product_box_small_outer:hover {
    box-shadow: var(--cz-box-shadow);
}
.product_box_texts_outer{
	height: 5.7rem;overflow:hidden;
}
.product_box_title_outer a{
	max-height: 2.5rem;font-size: 1rem;font-weight: bold;overflow: hidden;
}
.product_box_description_outer a{
	overflow:hidden;
	font-size:0.9rem;
	font-weight:400;
}
.product_box_small_outer a{
    font-size: 1rem;
}
.product_box_web_price_tax_prefix{
	font-size:0.8rem;
}
#stuckNav .dropend.position-static .dropdown-menu{
	height:auto !important;
	min-height:calc(100% - .1875rem);
}
.loadmore_outer_container{
	flex-grow:1;text-align:center;
	border:1px solid #e3e3e3;
	background-color: #005ba8;
}
.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: "Roboto Condensed",sans-serif;
    --cz-tertiary-bg: #ebebeb;
    --cz-tertiary-bg-rgb: 235, 235, 235;
    
    --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;
}
#header_search_form_desktop input[name="query"]{
	background-color:#ebebeb;
	font-weight:300;
}
.main_header_right .main_header_sale_icon{
	background-color:#005ba8 !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:#181d25 !important;
}
header.navbar.header_main{
	border-bottom: 10px solid #005ba8;
}
.navbar-nav [data-bs-toggle] >.dropdown-item{
	text-transform:uppercase;
	font-weight:800 !important;
	font-size:0.96rem;
	border-bottom: 1px solid #e3e3e3;
	padding:0.7rem 0.65rem;
}
.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: #005ba8;
    --cz-btn-border-color: #005ba8;
}
#stuckNav .navbar-nav>.nav-item>.nav-link{
	text-transform:uppercase;
	font-weight:400;
}
.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: #005ba8;
    --cz-btn-border-color: #005ba8;
}
.btn-primary:hover,.btn-primary:active{
    --cz-btn-hover-bg:#005ba8;
    --cz-btn-hover-border-color:#005ba8;
    color: #ffffff;
}

:not(.btn-check)+.btn-primary:active {
    --cz-btn-active-bg:#005ba8;
    --cz-btn-active-border-color:#005ba8;
}

.bg-dark{
	background-color:#333333 !important;
}
.border-dark{
	border-color:#333333 !important;
}
footer.footer{
	background-image:url(../img/footer.jpg);
}
header.top_header{
	background-color:#ebebeb;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:#005ba8;
}
.btn-dark {
    --cz-btn-bg: #333333;
    --cz-btn-border-color: #333333;
}
button[data-bs-target="#shoppingCart"] span.badge.text-bg-success,
button[data-bs-target="#shoppingCart2"] span.badge.text-bg-success{
	background-color:#333333 !important;
}
.product_add_to_cart:hover,
.product_add_to_inquiry:hover,
.product_add_to_cart:active,
.product_add_to_inquiry:active
{
	background-color:#005ba8 !important;
	border:1px solid #005ba8 !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{
    --cz-btn-color: #ffffff;
    --cz-btn-bg: #005ba8;
    color:#FFF;
    background-color:#005ba8;
    border:none;
}
.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:#005ba8;
}
.product_box_small_web_price_tax,
.product_box_web_price_tax{
	font-weight:bold;
}
.product_box_small_title{
	max-height:2.5rem;
}
.product_box_small_description_outer{
	height:3rem;overflow:hidden;
}
.product_box_small_description_span{
	font-size:0.9rem;font-weight:normal;
}
.news_box_inner{
	border-radius:2rem;
}
.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.5rem;
	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{
	color:#333;
}
