body {
    font-family: 'Open Sans', sans-serif;
    height: 100%;
    font-size: 18px;
    margin: 0;
}
body.body_mainPage, body.body_ostukorv, body.body_tellimus {
    background-color: #f6f9f9;
}

h1 {
    font-weight: 100;
    font-size: 35px;
}
.h2, h2 {
    font-size: 30px;
    padding: 20px 0px 5px 0px;
    margin: 0px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
}

h3 {
    font-weight: 300;
    font-size: 25px;
    margin: 10px 0 3px 0;
}

h4 {
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 18px;
    margin: 12px 0px 7px 0px;
}

p{
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
    line-height: 1.8;
}


.oth_page_container {
    margin: 92px auto 40px auto;
    max-width: 1050px;
    padding: 10px 30px;
    background-color: #fff;
}
.search_page_container {
    margin: 92px auto 40px auto;
    max-width: 1080px;
    padding: 10px 30px;
    background-color: #fff;
}
.oth_page_container h1, .search_page_container h1 {
    border-bottom: 1px solid #cfcfcf;
}

button {
    border-radius: 20px;
    padding: 7px 20px;
    color: #fff;
    background-color: #0992b9;
    border: none;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Open Sans';
    margin: 0 auto 20px auto;
    cursor: pointer;
}

input[type="date"] {
    font-family: 'Open Sans';
    border: 1px solid #cfcfcf;
    padding: 3px 5px;
    font-size: 15px;
    margin-bottom: 15px;
    margin-top: 5px;
    border-radius: 5px;
}

input.input_readonly {
    background: #f3f3f3;
}

select {
    border-radius: 5px;
    padding: 3px 7px;
    font-family: 'Open Sans';
    font-size: 15px;
    border-color: #0992b9;
}


table th {
    text-align: left;
    padding: 3px 7px;
    font-size: 15px;
    background-color: #efefef;
}
table td {
    padding: 3px 7px;
    font-size: 15px;
}

/* TOP AREA */
div.top-area {
    border-bottom: 3px solid #0992b9;
    height: 52px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 100%;
    background-color: #fff;
    padding-top: 3px;
    
}
.top-area-wrap {
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.logo_area {
    display: inline-block;
    height: 50px;
    vertical-align: top;
    cursor: pointer;
}

.logo_area svg {
    width: 175px;
}
span#shop-title {
    color: #0992b9;
    font-size: 27px;
    vertical-align: top;
    line-height: 53px;
    font-weight: 400;
}

.brand_area {
    width: 270px;
    display: inline-block;
    /* border: 1px solid #ddd; */
    height: 48px;
    float: right;
    text-align: right;
}

svg.svg_logo {
    margin: 10px;
}

div#cookieBanner {
    position: fixed;
    bottom: 00px;
    width: 100%;
    z-index: 999;
    border: 1px solid #cfcfcf;
    background-color: #efefefeb;
    padding: 10px;
    text-align: center;
    font-size: 16px;
}

div#cookieBanner p {
    max-width: 600px;
    margin: 0 auto;
}



/* MOBILE MENU */
div#mobileMenuBtn {
    display: none;
}

.mobile_menu {
    display: none;
}

.mobile_menu.open {
    display: block;
    position: fixed;
    z-index: 99999;
    top: 59px;
    left: 0px;
    background: #fff;
    box-shadow: 3px 3px 3px 3px #33333329;
    width: 100%;
}

.mobile_menu_close {
    display: none;
}

.mobile_menu_btn {
    line-height: 50px;
}
.mobile_menu_btn svg {
    vertical-align: middle;
    fill: #333;
    margin-left: 5px;
}
.mobile_menu_btn.open .mobile_menu_open {
    display: none;
}

.mobile_menu_btn.open .mobile_menu_close {
    display: inline-block;
}
#mobile_menu_wrapper{
    overflow:hidden;
    position:relative;
    width:100%;
}

#mobile_menu_slider{
    width:200%;
    display:flex;
    position:relative;
    left:0;
    border-bottom:1px solid #eee;
    margin-bottom: 50px;
}

#mobile_menu_left,
#mobile_menu_right{
    width:50%;
    flex-shrink:0;
}

.mobile_menu_item{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:12px 15px;
    cursor:pointer;
    border-top:1px solid #eee;
    font-size: 16px;
}

.mobile_menu_title{
    padding:15px;
    font-weight:bold;
    border-bottom:1px solid #ddd;
}

a.mobile_menu_title_link {
    text-decoration: none;
    color: unset;
}

span.top_menu_welcome_mobile {
    display: block;
    font-size: 16px;
    margin: 10px 15px;
    font-weight: 600;
}

.mobile_menu_item.back_btn{
    font-weight:bold;
}
.mobile_menu_item svg, .mobile_menu_title svg {
    vertical-align: sub;
}
.mobile_menu_title svg {
    vertical-align: middle;
    margin-bottom: 3px;
}

/* SEARCH AREA */
.search_area {
    height: 50px;
    display: flex;
    align-items: center;
    width: 340px;
    margin: 0 10px;
}
input.search_input {
    padding: 3px 10px;
    border-radius: 20px;
    border: 1px solid #096179;
    height: 30px;
    width: 275px;
    font-family: 'Open Sans';
    font-size: 15px;
    margin: 0;
    
}

button.search_btn {
    vertical-align: sub;
    border: none;
    background-color: #fff;
    fill: #096179;
    cursor: pointer;
    padding: 0;
    margin-bottom: 0;
}

.main_search_area {
    width: 400px;
    margin: 0 auto;
}

div#err_msg {
    font-size: 15px;
    color: #c35252;
    font-weight: 600;
}



/* RIGHT AREA ALIGN */
.top-area-right {
  display: flex;
  align-items: center;
  gap: 18px;
}

/* CART */
.cart_container {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}

.cart_container a {
    text-decoration: none;
}

.cart_qty {
    background: #096179;
    color: white;
    font-size: 12px;
    padding: 2px 6px;
    border-radius: 999px;
    min-width: 18px;
    text-align: center;
}

/* USER */
.user_container {
  position: relative;
  cursor: pointer;
}
span.user_icon_txt {
    font-size: 13px;
    width: 50px;
    display: inline-block;
    margin-left: 5px;
    font-weight: 600;
    line-height: 14px;
}
span.top_menu_welcome {
    font-size: 15px;
    margin-right: 30px;
    font-weight: 600;
}
.user_name {
    font-size: 15px;
    margin: 10px;
    font-weight: 600;
}

/* user dropdown hidden */
.user_menu {
  position: absolute;
  right: 0;
  top: 120%;
  background: white;
  border: 1px solid #ddd;
  min-width: 200px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);

  display: flex;
  flex-direction: column;

  max-height: 0;
  overflow: hidden;
  opacity: 0;

  transition: all 0.25s ease;
}

/* open state */
.user_menu.open {
    max-height: 300px;
    opacity: 1;
    padding-bottom: 10px;
}

/* links */
.user_menu a {
    padding: 7px 12px;
    text-decoration: none;
    color: #333;
    display: block;
    font-size: 15px;
}
.user_menu a:hover {
  background: #f5f5f5;
}

/* Structure*/
.container {
    max-width: 1600px;
    margin: 0px auto 0 auto;
    display: flex;
    min-height: 600px;
}

.col-left {
    width: 300px;
    padding: 10px 0px 50px 0px;
}

.col-main {
    flex: 1;
    padding-top: 15px;
    position: relative;
    min-width: 0;
}

/* LOGIN */
.login_container {
    width: 400px;
    margin: 50px auto;
}
.login_container h2 {
    padding: 10px 0;
    font-size: 20px;
    font-weight: 600;
}
.login_page_form_cont {
    border: 1px solid #cfcfcf;
    padding: 20px;
    border-radius: 15px;
}
.login_logo {
    text-align: center;
}
.login_logo svg {
    /* width: 150px; */
    height: 30px;
}
.login_page_form_cont label {
    display: block;
    font-size: 14px;
}
.login_page_form_cont input, .login_page_form_cont textarea {
    font-size: 15px;
    padding: 5px 10px;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    margin-bottom: 15px;
    margin-top: 5px;
    box-sizing: border-box;
    width: 100%;
}

.login_page_form_cont textarea {
    font-size: 15px;
    font-family: 'Open Sans';
}

.login_page_form_cont button {
    display: block;
    width: 100%;
}
.login_page_form_cont h3 {
    font-size: 16px;
    font-weight: 400;
}
.login_page_form_cont p {
    margin: 5px 0px 10px 0px;
    font-size: 15px;
}
.login_pg_link {
    font-size: 15px;
    padding: 0px 20px;
    margin-top: 10px;
}
.login_pg_link a {

    text-decoration: none;
    color: #0992b9;
}
.login_login {
    display: none;
}

label.toggle_label {
    margin: 10px 0px 30px 0px;
}
.toggle_label input[type="checkbox"] {
    accent-color: #0992b9;
    height: 23px;
    display: inline-block;
    width: 25px;
    vertical-align: middle;
    margin: 0 10px 0 0cart;
}

/* BANNER */

.art_class_banner_container {
    width: 100%;
    height: 250px;
    overflow: hidden;
    background-color: #c2c2c2;
    position: relative;
    margin-top: 52px;
}

.art_class_banner_container svg {
    
    position: absolute;
    height: 500px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    object-fit: cover;
}

.art_class_banner_content {
    width: 650px;
    height: 350px;
    overflow: hidden;
    position: absolute;
    top: 50px;
    left: 50%;
    transform: translateX(-50%);
}
.art_class_banner_img {
    display: inline-block;
    /* margin-left: 50px; */
    position: fixed;
    top: 0px;
    left: 375px;
}

.art_class_banner_img img {
    /* width: 300px; */
    margin-top: 25px;
}

.art_class_banner_txt {
    padding: 0px;
    width: 400px;
    display: inline-block;
    height: 350px;
    vertical-align: top;
    text-align: left;
    position: relative;
    z-index: 2;
}
.art_class_banner_txt h1 {
    font-size: 30px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 55px 0px 0px 0px;
}
.art_class_banner_txt h2 {
    margin: 0px;
    padding: 0pc;
    font-weight: 100;
    font-size: 24px;
}

/* NAV path */
.nav_path_container {

    border-bottom: 1px solid #0992b9;
    background-color: #f9f9f9;
    border-top: 1px solid #cfcfcf;
}
.nav_path {
    margin: 0 auto;
    height: 50px;
    padding: 0px 20px;
    max-width: 1600px;
}
.nav_path a {
    text-decoration: none;
    color: #333;
    font-weight: 400;
}
.nav_path a:hover {
    color: #0992b9;
    fill: #0992b9;
}
a.nav_home_icon {
    vertical-align: middle;
}
span.path_nav_arr {
    color: #0992b9;
}

.nav_path p {
    margin: 0px;
    line-height: 50px;
    font-size: 16px;
}

/*Front page*/
.fp_container {
    max-width: 1500px;
    margin: 57px auto 00px auto;
    background-color: #ffffff;
    padding: 0 40px 40px 40px;
    box-sizing: border-box;
}

.fp_banner_container {
    height: 290px;
    margin: 0 -40px 25px -40px;
    position: relative;
    background-color: #eaf0f5;
}
.fp_banner_txt {
    position: absolute;
    width: 420px;
    right: 57%;
    top: 50%;
    transform: translateY(-50%);
    /* color: #fff; */
    /* background-color: #3333339e; */
    height: 100%;
    display: flex;
    align-items: center;
    z-index: 999;
}
.fp_banner_txt h1 {
    font-size: 45px;
    margin: 0;
    padding-left: 23px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -2px;
}
.fp_banner_img {
    background-image: url("/image_bank/banners/kuller5_orig.webp");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    height: 290px;
    position: absolute;
    width: 707px;
    left: 41%;
}

.fp_categories {
    margin-bottom: 10px;
    text-align: center;
}
.fp_category_card {
    display: inline-block;
    width: 270px;
    vertical-align: top;
    margin: 0 25px 10px 25px;
    text-align: left;
}
.fp_category_card h3 a {
    text-decoration: none;
    color: #333;
    font-weight: 100;
    font-size: 25px;
}

.fp_category_classes {
    margin: 0;
    font-weight: 400;
    line-height: normal;
}
.fp_category_classes a {
    font-size: 16px;
    color: #2f6a7d;
    text-decoration: none;
    display: block;
}

/* Product menu */
ul.menu-root {
    font-size: 15px;
    font-weight: 400;
}
.menu-root > li > ul,
.menu-root ul ul {
  display: none;
}

.menu-root li.active > ul {
  display: block;
}
.prod-menu li a, .konto-menu li a {
    text-decoration: none;
    color: #555;
}
.menu-root li a {
  transition: color 0.1s ease;
}
.menu-root li a:hover {
  color:  #0992b9;
}

.menu-root li.current > a:hover {
  color: #555;
}
.menu-root, .menu-root ul {
    list-style: none;
    margin: 0px 0px 0px 3px;
    padding: 0px 0px 0px 10px;
}
.menu-root li::before {
  content: " ";
  margin-right: 5px;
}
.menu-root li.active::before {
    content: " ";
    display: inline-block;
    width: 7px;
    height: 12px;
    background-color: #0992b9;
    margin-right: 5px;
    margin-bottom: 4px;
    vertical-align: middle;
}
.menu-root li {
    padding: 3px 0px 3px 5px;
}
ul.menu-root li ul {
    border-left: 1px solid #cfcfcf;
}
.prod-menu h2 {
    margin-left: 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    padding-top: 10px;
}
.prod-menu-details {
    width: 405px;
    border: 1px solid #aaa;
    padding: 10px;
    background-color: #f3f3f3;
    box-shadow: 5px 5px 5px 0px #33333336;
    z-index:1000;
}
.prod-menu-details-img {
    display: inline-block;
    border: 1px solid #ddd;
    background-color: #fff;
}
.prod-menu-details-data {
    display: inline-block;
    vertical-align: top;
    margin-left: 20px;
    width: 275px;
}
.prod-menu-details-data p {
    font-size: 15px;
    margin: 5px 0px;
    line-height: 21px;
}
.prod-menu-details-data h3 {
    font-size: 18px;
    font-weight: 400;
}

/*FRONT PAGE */
h2.fp_titles {
    font-size: 20px;
    font-weight: 600;
    padding: 5px 0px;
    /* color: #096179; */
    width: 100%;
    text-align: left;
}
.fp_carousel_wrap {
    position: relative;
    display: flex;
    align-items: center;
    /* background-color: #f9f9f9; */
    /* border: 1px solid #cfcfcf; */
    margin-bottom: 10px;
}
.prod_container_fp {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 10px 10px;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
}

/* Chrome / Edge */
.prod_container_fp::-webkit-scrollbar,
.artClass_container_fp::-webkit-scrollbar,
.blog_container_fp::-webkit-scrollbar {
    height: 20px;
}

.prod_container_fp::-webkit-scrollbar-thumb,
.artClass_container_fp::-webkit-scrollbar-thumb,
.blog_container_fp::-webkit-scrollbar-thumb {
    background: transparent;
    border-radius: 20px;
}

/* Hoveril nähtavaks */
.fp_carousel_wrap:hover .prod_container_fp::-webkit-scrollbar-thumb,
.fp_carousel_wrap:hover .artClass_container_fp::-webkit-scrollbar-thumb,
.fp_carousel_wrap:hover .blog_container_fp::-webkit-scrollbar-thumb  {
    background: #ccc;
}

.fp_carousel_wrap:hover .prod_container_fp,
.fp_carousel_wrap:hover .artClass_container_fp,
.fp_carousel_wrap:hover .blog_container_fp {
    scrollbar-color: #ccc transparent;
}

.prod_card_fp, .artClass_card_fp, .blog_card_fp {
    border-radius: 5px;
}

.prod_card_fp {
    flex: 0 0 230px;
    height: 295px;
    padding: 5px 3px;
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
}
.fp_scroll_btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 80px;
    border: none;
    cursor: pointer;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    background-color:#fbfbfb;
    transition: opacity 0.25s ease, visibility 0.25s ease;
}
.fp_carousel_wrap:hover .fp_scroll_btn {
    opacity: 1;
    visibility: visible;
}

.fp_scroll_btn.left {
    left: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
        border: 1px solid #ccc;
}
.fp_scroll_btn.right {
    right: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
        border: 1px solid #ccc;
    
}
.prod_img_fp {
    max-width: 100%;
    height: 150px;
    text-align: center;
}
.prod_img_fp img{
    max-height: 150px;
}
.prod_class_link_fp {
    margin-top: auto;
}
.prod_title_fp, .artClass_title_fp,  .blog_title_fp {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 400;
}
.prod_title_fp a, .artClass_title_fp a, .blog_title_fp a {
    text-decoration: none;
    color: #096179;
    cursor: pointer;
}
.prod_data_fp {
    font-size: 14px;
    font-weight: 100;
    padding: 0px 10px;
    display: flex;
    flex-direction: column;
    height: 120px;
}
.prod_class_link_fp {
    margin-top: auto;
}
.prod_class_link_fp a {
    font-size: 14px;
    color: #096179;
    font-weight: 400;
}
.artClass_container_fp {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 10px 10px;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
}
.artClass_card_fp {
    flex: 0 0 450px;
    height: 230px;
    padding: 15px 5px;
    box-sizing: border-box;
    width: 450px;
    background-color: #fff;
    border: 1px solid #cfcfcf;
    display: flex;
    flex-direction: row;
}
.artClass_img_fp {
    width: 210px;
    height: 200px;
}
.artClass_img_fp img{
    max-height: 200px;
}
.artClass_data_fp {
    font-size: 14px;
    font-weight: 100;
    padding: 0px 10px;
    display: flex;
    flex-direction: column;
    height: 120px;
    width: 250px;
}
.artClass_subtitle_fp {
    font-weight: 400;
    margin: 5px 0;
}

.blog_container_fp {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 10px 10px;
    scrollbar-width: thin;
    scrollbar-color: transparent transparent;
}
.blog_card_fp {
    flex: 0 0 450px;
    height: 430px;
    padding: 15px 7px;
    box-sizing: border-box;
    width: 450px;
    background-color: #fff;
    border: 1px solid #cfcfcf;
    display: flex;
    flex-direction: column;
}
.blog_img_fp {
    width: 100%;
    height: 220px;
}

.blog_img_fp img {
    height: 206px;
}
.blog_data_fp {
    font-size: 14px;
    font-weight: 100;
    padding: 0px 10px;
    display: flex;
    flex-direction: column;
    height: 120px;
    width: 100%;
    box-sizing: border-box;
}
.fp_contacts {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(265px, 1fr));
    gap: 20px;
    padding: 0px 7px;
}

.fp_contact {
    display: inline-block;
    width: 265px;
    margin: 5px 20px;
    vertical-align: top;
    overflow: hidden;
}
.fp_contact_img {
    width: 200px;
    margin-left: -25px;
    height: 260px;
    border-radius: 75px;
    border: 1px solid #fff;
    overflow: hidden;
}

.fp_contact_txt {
    display: inline-block;
    width: 235px;
    font-size: 15px;
    margin: 15px 5px 10px 10px;
    vertical-align: top;
}
.fp_contact_txt p {
    margin: 0;
}
.fp_contact_txt a {
    text-decoration: none;
    color: #096179;
    font-weight: 600;
}
p.fp_contact_name {
    text-transform: uppercase;
    font-weight: 600;
}


/* ART Class and Category cards */
.art_class_card_container {
    width: 250px;
    margin: 10px 5px;
    padding: 10px;
    display: inline-block;
    vertical-align: top;
}
.art_class_link {
    color: #333;
    text-decoration: none;
}
.art_class_card_data h2 {
    font-size: 20px;
    font-weight: 400;
    padding: 0 0 10px 0;
}
.art_class_card_data p {
    margin: 0;
    font-size: 16px;
}




/* PRODUCTS*/
.prod_cards {
    margin: 30px;
    /* max-height: 1000px; */
    /* overflow-y: auto; */
}
.prod_card_container {
    padding: 10px;
}
.prod_card_img {
    display: inline-block;
    width: 260px;
    max-height: 190px;
    overflow: hidden;
    text-align: center;
    border-right: 1px solid #cfcfcf;
}
.prod_card_img img {
    max-height: 150px;
    max-width: 175px;
}
.prod_card_data {
    display: inline-block;
    vertical-align: top;
    width: 690px;
    margin-left: 10px;
}
.prod_card_data_top {
    border-bottom: 1px solid #cfcfcf;
    height: 25px;
}
.prod_card_data_mid {
    min-height: 105px;
}
.prod_card_container h2 {
    font-size: 15px;
    padding: 0px;
    color: #333;
    display: inline-block;
    max-width: 500px;
    height: 24px;
    overflow: hidden;
}
.prod_card_data_price_container {
    display: inline-block;
    float: right;
}
span.prod_card_data_price_calc {
    font-size: 13px;
    color: #555;
}
span.prod_card_data_price {
    font-size: 15px;
    font-weight: 600;
    color: #333;
}
span.prod_card_art_code {
    display: block;
    font-size: 14px;
    font-weight: 100;
    text-align: right;
}
span.login_to_see_price {
    font-size: 15px;
    font-weight: 100;
}
a.prod_card_login_btn {
    text-decoration: none;
    font-size: 15px;
    color: #096179;
    font-weight: 600;
}

.prod_card_data p {
    font-size: 14px;
    margin: 5px 0;
    line-height: 20px;
    display: inline-block;
    width: 500px;
}
.prod_card_data_right {
    display: inline-block;
    vertical-align: top;
    float: right;
    margin-top: 5px;
    width: 190px;
    text-align: right;
}
.prod_card_data_qty {
    text-align: right;
}
input.qty_input {
    width: 50px;
    font-size: 14px;
    font-family: 'Open Sans';
    border: 2px solid #096179;
    border-radius: 3px;
    height: 21px;
    text-align: right;
    border-radius: 20px;
    height: 27px;
}

button.add_to_cart_btn {
    font-size: 15px;
    line-height: 15px;
    height: 33px;
    text-align: center;
    /* border: 1px solid #096179; */
    border-radius: 20px;
    color: #fff;
    background-color: #096179;
    border: none;
    margin-bottom: 0;
}
.prod_card_data_qty button, .prod_card_data_qty input {
    vertical-align: baseline;
}
span.prod_card_data_stock {
    display: block;
    text-align: right;
    font-weight: 100;
    font-size: 14px;
    margin-bottom: 10px;
}
span.prod_card_data_stock.InStock {
    font-weight: 600 !important;
    color: #018900;
}
label.prod_qty_label {
    font-size: 14px;
    font-weight: 100;
}
p.prod_card_data_inCart {
    width: 190px;
    display: block;
    text-align: right;
}
.prod_card_data_info a {
    text-decoration: underline;
    color: #096179;
    cursor: pointer;
    font-size: 15px;
}


/*ADDONS*/
p.add_on_prods_btn {
    margin: 5px 5px 0px 28px;
    font-size: 15px;
    color: #096179;
    font-weight: 400;
    cursor: pointer;
}

p.add_on_prods_btn::before {
    content: " ";
    display: inline-block;
    width: 7px;
    height: 12px;
    background-color: #0992b9;
    margin-right: 5px;
    margin-bottom: 4px;
    vertical-align: middle;
}
.addons_container {
    background-color: #f9f9f9;
    display: block;
    display: none;
    border-left: 1px solid #cfcfcf;
    padding: 10px 10px 5px 30px;
    margin-left: 30px;
    width: fit-content;
    /* border-bottom: 1px solid #cfcfcf; */
}

.addons_toggle_icon {
    display: inline-block;
    transition: transform 0.2s ease;
    font-size: 12px;
}

.addons_container img {
    border: 1px solid #cfcfcf;
}

/*FILTERS*/
.filter_block_main {
    position: sticky;
    top: 52px;
    width: 100%;
    background-color: #fff;
    padding-top: 11px;
    margin-top: -15px;
}
.filter_container {
    background-color: #eee;
    padding: 10px;
    border-bottom: 1px solid #cfcfcf;
    display: none;
    width: 100%;
    box-sizing: border-box;
}
.filter_block {
    width: 175px;
    font-size: 14px;
    display: inline-block;
    height: 175px;
    overflow-y: scroll;
    border: 1px solid #cfcfcf;
    margin: 3px 5px;
    padding: 5px;
    background-color: #fff;
}
.filter_caption {
    padding-bottom: 4px;
    border-bottom: 1px solid #cfcfcf;
    margin: 2px 0px 4px 3px;
}

.filter_block label {
    display: block;
}
.filters_title_row {
    border-bottom: 1px solid #cfcfcf;
}
.filters_title {
    display: inline-block;
    padding: 5px;
    cursor: pointer;
}

.filters_title svg {
    vertical-align: bottom;
    margin-right: 7px;
}
.filters_title svg path {
    color: #777;
}

.filter_toggle_icon {
    display: inline-block;
    transition: transform 0.25s ease;
    transform: rotate(0deg); /* vaikimisi ÜLES */
}

.filters_title.active .filter_toggle_icon {
    transform: rotate(180deg);
}

.products_pagination {
    display: inline-block;
    float: right;
}
.pagination a {
    text-decoration: none;
    color: #555;
    font-size: 14px;
    margin: 1px;
    padding: 2px 0;
    cursor: pointer;
    width: 24px;
    display: inline-block;
    text-align: center;
    font-weight: 400;
    vertical-align: sub;
    height: 24px;
    box-sizing: border-box;
}
.pagination a:hover {
    background-color: #d9d9d9;
}
a.active.active_page {
    border: 1px solid #0992b9;
    background-color: #fafafa;
}

p.close_filters_btn {
    font-size: 14px;
    text-align: center;
    margin: 10px 0 2px 0;
    cursor: pointer;
    font-weight: 400;
}

.filters_title h2 {
    font-size: 15px;
    font-weight: 400;
    display: inline-block;
    padding: 0;
}
.filter_toggle_icon {
    display: inline-block;
    transition: transform 0.25s ease;
    font-size: 13px;
    /* cursor: pointer; */
    color: #555;
}
.filter_item.disabled {
    opacity: 0.35;
    pointer-events: none;
}

/*OSTUKORV*/

.prod_card_data_inCart {
    font-weight: 100;
    font-size: 15px;
    margin-top: 10px;
}

p.cart_remove_item {
    width: 100%;
    fill: #999;
    cursor: pointer;
    margin: 0;
    display: block;
}
p.cart_prod_total {
    width: 100%;
    font-size: 15px;
}
span.cart_prod_total_num {
    font-weight: 600;
    font-size: 15px;
}
span.prod_card_cart_qty_btn {
    vertical-align: sub;
    cursor: pointer;
}
.prod_card_cart_qty_btn.delete {
    display: none;
}

input.prod_card_cart_qty_number {
    width: 35px;
    text-align: center;
    padding: 0 5px;
    font-size: 15px;
    border: none;
    height: 24px;
}
.prod_card_cart_data_qty {
    text-align: center;
    /* width: 42px; */
    border: 3px solid #0992b9;
    border-radius: 20px;
    padding: 0px 10px;
    height: 26px;
    display: inline-block;
    /* box-sizing: border-box; */
    background-color: #fff;
    margin: 7px 0;
}
span.prod_card_cart_bottom {
    font-size: 14px;
    color: #096179;
    font-weight: 400;
    cursor: pointer;
    margin-left: 10px;
    padding-left: 10px;
    border-left: 1px solid #cfcfcf;
}
a.prod_card_cart_bottom.prod_data {
    font-size: 14px;
    text-decoration: none;
    color: #096179;
}

.cart_total {
    margin-top: 20px;
    padding: 19px 48px;
    border-top: 2px solid #0992b9;
    text-align: right;
}
.prod_card_cart_buttons a {
    border-radius: 20px;
    padding: 7px 20px;
    color: #fff;
    background-color: #096179;
    border: none;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Open Sans';
    margin: 0px 20px 20px 0;
    display: inline-block;
    cursor: pointer;
    width: 175px;
    text-align: center;
    text-decoration: none;
}

/*------------------------------------------
//--footer
///-----------------------------------------*/

#footer_container {
    clear: both;
    line-height: 25px;
    text-align: center;
    width: 100%;
    font-size: 18px;
    color: #fff;
    background-color: #3d3d3d;
    padding: 20px 0px;
    margin: 0 auto;
    font-family: 'Open Sans';
    border-top: 1px solid #6d6d6d;
}
.footer_col {
    display: inline-block;
    /* padding: 10px; */
    /* float: left; */
    min-height: 150px;
    width: 260px;
    text-align: left;
    vertical-align: top;
}
#footer_img {
    display: inline-block;
    width: 200px;
    text-align: left;
}
div#footer_socials {
    margin-top: 10px;
}
#footer_socials a {
    margin: 0px 10px;
}
#footer_bottom {
    display: block;
    margin: 20px;
    border-top: 1px #fff solid;
    padding: 20px;
}
p.spd {
    font-size: 14px;
    margin: 0 20px;
    color: #999;
}
/*-------------------------
//--Tellimuse ja pakkumose vormid
////----------------*/
form.new_order_form label {
    display: block;
    font-size: 14px;
}
h3.section_title {
    border-bottom: 1px solid #dddddd;
}
section.form_section {
    margin-bottom: 30px;
}
form.new_order_form input[type="text"], form.new_order_form input[type="email"] {
    font-size: 15px;
    padding: 5px 10px;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    margin-bottom: 15px;
    margin-top: 5px;
    box-sizing: border-box;
    width: 400px;

}
form.new_order_form textarea {
    font-family: 'Open Sans';
    font-size: 15px;
    padding: 5px 10px;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    margin-bottom: 15px;
    margin-top: 5px;
    box-sizing: border-box;
    width: 400px;
}
form.new_order_form p {
    font-size: 15px;
    margin: 0;
}

/*-------------------------
//--Oota backendi
////----------------*/

.order_loading_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 9999;

    display: flex;
    align-items: center;
    justify-content: center;
}

.loading_box {
    background: #fff;
    padding: 30px 40px;
    border-radius: 10px;
    text-align: center;
    min-width: 220px;
}

.loading_text {
    margin-top: 10px;
    font-size: 16px;
}

/* lihtne spinner */
.spinner {
    width: 30px;
    height: 30px;
    border: 4px solid #ddd;
    border-top: 4px solid #333;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
    margin: 0 auto;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

/*----------------------
// Anter order
//---------------*/

.random_art_class_order_confim {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 20px;
    max-width: 900px;
    font-size: 17px;
}

.random_art_class_order_confim .img_area, .random_art_class_order_confim .text_area {
    flex: 1 1 300px; /* Vähemalt 300px, aga võib laieneda kuni 400px */
    max-width: 400px;
    min-width: 300px;
}

.random_art_class_order_confim .img_area img {
    width: 100%; /* Pilt täidab divi laiuse */
    height: auto; /* Kõrgus kohandub automaatselt */
}

.random_art_class_order_confim .text_area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 30px;
}
.random_art_class_order_confim a.text_module_link_btn {
    width: 80px;
    margin-top: 20px;
    color: #0992b9;
}
.random_art_class_order_confim span.art_class_name {
    font-size: 30px;
    line-height: 1.3;
}
.random_art_class_order_confim p {
    text-align: left;
}

/*--------------------
/// KONTO
//---------------------*/
.konto_layout {
    display: flex;
    gap: 20px;
}

.konto_content {
    flex: 1;
    padding: 10px 30px;
    margin-top: -26px;
}

.konto-menu-container {
    width: 180px;
}

.konto-menu-container h3 {
    font-size: 16px;
    text-transform: uppercase;
    margin-left: 22px;
    font-weight: 400;
    margin-top: 19px;
    margin-bottom: 7px;
    /* border-bottom: 1px solid #cfcfcf; */
}

.konto-block {
    margin-bottom: 30px;
}
.konto-block h3 {
    border-bottom: 1px solid #cfcfcf;
}
.konto-block p {
    margin: 0px;
    font-size: 15px;
    font-family: 'Open Sans';
}

.konto-block a.btn {
    border-radius: 20px;
    padding: 7px 20px;
    color: #fff;
    background-color: #0992b9;
    border: none;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Open Sans';
    margin: 10px auto 20px auto;
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

.konto-block li {
    font-size: 15px;
    font-weight: 100;
    margin-bottom: 10px;
}
form#minuAndmedForm, form#passwordChangeForm, form#lisaKasutajaForm {
    width: 300px;
}
form#firmaAndmedForm {
    width: 400px;
}

form.kontoForm label {
    font-size: 14px;
    display: block;
    margin-top: 0px;
    color: #555;
}

form.kontoForm input {
    font-size: 15px;
    padding: 5px 10px;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    margin-bottom: 15px;
    margin-top: 5px;
    box-sizing: border-box;
    width: 100%;
}

table.konto-users-table {
    font-size: 15px;
}

/*PAKKUMISED*/
.pakkumine_container {
    margin-bottom: 30px;
    color: #333;
}
.doclist_pagination {
    top: -59px;
    text-align: right;
    position: relative;
}
.pakkumine_r1 {
    border-bottom: 1px solid #cfcfcf;
}
.pakkumine_r1_rght {
    display: inline-block;
    float: right;
}
.pakkumine_r1_rght p {
    display: inline-block;
    margin: 0px;
}
.pakkumine_toggle {
    cursor: pointer;
    transition: transform 0.2s ease;
    display: inline-block;
}

.pakkumine_container.open .pakkumine_toggle {
    transform: rotate(180deg);
}


p.pakkumine_data {
    font-size: 15px;
    font-family: 'Open Sans';
    font-weight: 400;
    display: inline-block;
    margin: 0 20px 0 0;
}
.pakkumine_data[data-type="number"] {

}

.pakkumine_data[data-type="date"] {

}

.pakkumine_data[data-type="contact"] {
    font-weight: 600;
}

.pakkumine_data[data-type="total"] {
    color: var(--pakkumine-total-color);
    font-weight: 600;
}

.pakkumine_data[data-type="customer_order"] {
    display: block;
}

.pakkumine_data[data-type="comment"] {

}

.pakkumine_prod_container {
    background-color: #f9f9f9;
    padding: 30px;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
}

.pakkumine_tooted p {
    display: inline-block;
    margin: 0;
    font-size: 15px;
    font-family: 'Open Sans';
    font-weight: 400;
    margin-left: 20px;
}
p.pakkumine_toggle {
    color: #0992b9;
}
p.pakkumine_prod_data[data-type="rn"] {
    width: 25px;
    font-size: 14px;
}

p.pakkumine_prod_data[data-type="code"] {
    width: 100px;
    font-size: 12px;
    margin-left: 5px;
    line-height: normal;
    word-wrap: break-word;
}
p.pakkumine_prod_data[data-type="name"] {

    font-weight: 600;
    margin-left: 5px;
}
p.pakkumine_prod_data[data-type="description"] {
    width: 400px;
    margin-left: 5px;
    line-height: normal;
    font-size: 14px;
    vertical-align: top;
}

p.pakkumine_prod_data[data-type="price"] {
    font-size: 14px;
    color: #666;
}
span.pakkumine_prod_data[data-type="netprice"] {
    font-size: 15px;
    font-weight: 600;
    color: #000;
}
a.pakkumine_prod_data {
    color: #0992b9;
}
.pakkumine_row {
    margin-bottom: 30px;
}
.pakkumine_row_r1 {
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 6px;
}
.pakkumine_row_r1_rght {
    display: inline-block;
    float: right;
}
.pakkumine_row_r2_rght {
    display: inline-block;
    float: right;
}
.pakkumine_row_r2_rght p {
    display: block;
    width: 270px;
    text-align: right;
    margin: 0;
    font-size: 14px;
    color: #666;
}
span.pakkumine_prod_data[data-type="qty"] {
    width: 100px;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    color: #000;
}
span.pakkumine_prod_data[data-type="total"] {
    width: 100px;
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    color: #000;    
}
div.pakkumine_prod_data[data-type="prod_img"] {
    width: 155px;
    display: inline-block;
}
div.pakkumine_prod_data[data-type="prod_img"] img {
    width: 155px;
    border: 1px solid #cfcfcf;
}

span.param_desc.js-param-help {
    cursor: pointer;
}
.param_help_popup {
    position: fixed;
    max-width: 220px;
    background: #222;
    color: #fff;
    padding: 10px 12px;
    border-radius: 6px;
    font-size: 13px;
    line-height: 1.4;
    z-index: 9999;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.param_help_close {
    /* position: absolute; */
    top: 4px;
    right: 8px;
    cursor: pointer;
    font-size: 23px;
    opacity: 0.7;
    text-align: right;
    line-height: 10px;
}

.param_help_close:hover {
    opacity: 1;
}

@media (max-width: 1450px) {

p.add_on_prods_btn {
    margin: 10px 0px;
}
.addons_container {
    margin: 0px;
    padding: 10px 0px 10px 0px;
    box-sizing: border-box;
    width: 100%;
}
.prod_card_data {
    width: unset;
}

.prod_card_data p {
    width: 350px;
}

p.prod_card_data_inCart {
    width: 150px;
    float: right;
}

}
@media (max-width: 1232px) {
.prod_card_img {
    border: unset;
    width: 100%;
}
.prod_card_data_top {
    height: 25px;
    border-bottom: 1px solid #0992b9;
}
.prod_card_container {
    width: 100%;
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.prod_card_data {
    width: 100%;
}

}
@media (max-width: 1100px) {
div#mobileMenuBtn {
    display: inline-block;
    height: 50px;
}

.fp_container {
    padding: 0 10px 40px 10px;
}
.fp_banner_container {
    margin: 0 -10px 25px -10px;
}
.fp_banner_img {
    margin: 0px auto;
    position: unset;
    float: right;
    width: 100%;
    background-position: right;
}
.fp_banner_txt {
    right: auto;
    background-color: #ecf0f3bf;
    padding-left: 15px;
}
.search_area {
    /* width: unset; */
    display: none;
}
input.search_input {
    width: 200px;
}
.footer_col {
    width: unset; 
}
.logo_area svg {
    width: 120px;
}
span#shop-title {
    font-size: 22px;
    vertical-align: bottom;
    line-height: 53px;
}
.fp_category_card {
    margin: 0 5px 10px 5px;
}
.col-left {
    display: none;
}

span.top_menu_welcome {
    /* display: none; */
    margin-right: 0;
}
.user_container {
    display: none;
}
.top-area-right {
    padding-right: 20px;
}
h1 {
    font-size: 25px;
}
h3 {
    font-size: 22px;
}

.prod_cards {
    margin: 30px 10px;
    box-sizing: border-box;
}





}
@media (max-width: 675px) {
.fp_banner_container {
    display: flex;
    flex-direction: column;
    height: unset;
    position: unset;
}
.fp_banner_txt {
    display: block;
    position: unset;
    order: 2;
    width: unset;
    background-color: unset;
    transform: unset;
    z-index: unset;
}
.fp_banner_txt h1 {
    font-size: 35px;
    max-width: 500px;
    margin: 10px auto;
}
.art_class_banner_container {
    background-color: #fff;
    height: unset;
}
.art_class_banner_container svg {
    display: none;
}
.art_class_banner_content {
    position: unset;
    width: 100%;
    /* transition: none; */
    transform: unset;
    height: unset;
      display: flex;
  flex-direction: column;
}
.art_class_banner_txt {
    display: block;
    position: unset;
    height: unset;
    order: 2;
    margin: 0 auto 25px auto;
    max-width: 90%;
    width: unset;

}
.art_class_banner_img {
    display: block;
    position: unset;
    order: 1;
    text-align: center;
}
.art_class_banner_txt h1 {
    margin-top: 8px;
}
.prod_cards {
    margin: 30px 5px;
}
.prod_card_container {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #cfcfcf;
    padding-bottom: 10px;
    margin-bottom: 10px;
    box-sizing: border-box;
}
.prod_card_data {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
}
.prod_card_data p {
    width: 100%;
}
span.prod_card_data_stock {
    text-align: left;
}
.prod_card_container h2 {
    max-width: none;
    display: block;
}

.prod_card_data_price_container {
    display: block;
    float: left;
}

.prod_card_data_right {
    float: left;
}
span.prod_card_art_code {
    text-align: left;
}
span.prod_card_data_stock.InStock {
    text-align: left;
}
.prod_card_data_qty {
    text-align: left;
}
p.prod_card_data_inCart {
    text-align: left;
}
div#footer_container {
    display: flex;
    flex-direction: column;
    padding: 20px;
    box-sizing: border-box;
}
.fp_carousel_wrap{
    display: block;
}
.artClass_container_fp, .blog_container_fp {
    display: block;
    overflow: unset;
    scroll-behavior: unset;
    padding: unset;
}
.artClass_card_fp, .blog_card_fp {
    flex-direction: column;
    height: unset;
    width: 100%;
    /* text-align: center; */
    border: unset;
}
.artClass_img_fp {
    width: 210px;
    height: 200px;
    margin: 0 auto;
}
.artClass_data_fp, .blog_data_fp {
    width: 100%;
    height: unset;
        box-sizing: border-box;
}

button.fp_scroll_btn {
    display: none;
}
.blog_img_fp {
    width: unset;
    height: 220px;
    margin: 0 auto;
}
.blog_img_fp img {
    height: 206px;
    max-width: 100%;
}

a.prod_card_cart_bottom.prod_data {
    display: block;
    text-align: left;
    margin: 10px 0;
}
span.prod_card_cart_bottom.delete {
    display: block;
    border: unset;
    margin: 10px 0;
    padding: unset;
}
.prod_card_data_right {
    display: block;
    float: unset;
    text-align: left;
}
.prod_card_cart_buttons {
    text-align: center;
}
.logo_area {
    height: unset;
    vertical-align: bottom;
}
.logo_area svg {
    width: 120px;
    margin: 0 10px;
}
span#shop-title {
    font-size: 19px;
    display: block;
    line-height: unset;
    margin-top: -8px;
    margin-left: 24px;
}
form#new_price_request_form input, form#new_price_request_form textarea {
    max-width: 100%;
}
}