.col-xxl-1,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl {
  position: relative;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

html, body, input {
  font-family: "Montserrat", sans-serif;
}

a {
  color: #417DBB;
}

/*h2 {*/
/*  font-size: 1.2rem;*/
/*  font-weight: 700;*/
/*  text-transform: uppercase;*/
/*}*/

#customer-departments .content {
  background-color: #fff;
  border-radius: 5px;
  padding: 15px 50px;
}
#customer-departments .content {
  background-color: transparent;
}

#customer-departments h2 {
  text-transform: uppercase;
  font-size: 0.867rem;
  padding-bottom: 5px;
  margin: 20px 0 5px 0;
  font-weight: 700;
  padding-left: 0;
}

.header-center .header-center__wrap .logo img {
  width: auto;
  /* height: 52px;*/
  /*  height: 49px;*/
}

.region-top-line-left,
.region-top-line-left div {
  display: inline-block;
}

.header_top .region-top-line-left .content ul > li {
  display: inline-block;
  margin-right: 0;
}
.header_top .region-top-line-left .content ul > li > a {
  color: rgb(255, 255, 255);
}

.listing-item .listing-item__img img{
  width: auto;
  height: auto;
  display: block;
  margin: 10px auto;
  max-height: 100%;
  max-width: 100%;
  animation: fadeIn 0.3s;
}

#product .product .product-galery .product-galery__main div img{
  width: 100%;
  height: 100%;
  display: block;
  max-height: fit-content;
  animation: fadeIn 0.55s;
  margin: 0;
}

.product-galery__thumb div img{
  height: 67px;
  max-width: 100%;
  width: auto;
  display: block;
  min-height: 10px !important;
}
#product .product .product-galery .product-galery__thumb .slick-current img {
  border-color: #9e9e9e;
  border: none;
  display: inline-block;
  margin-right: 0;
}

.captcha {
  margin-top: 20px;
}

/* Extends bootstrap class .form-control (initially for myaccount form) */
select,
input[type=number],
input[type=text],
input[type=password],
input[type=email],
input[type=phone] {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.9rem + 2px);
  padding: 0.45rem 0.85rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.37rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 0.9rem + 2px);
  padding: 0.45rem 1.85rem 0.45rem 0.85rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  vertical-align: middle;
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 0.85rem center/8px 10px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 0.37rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

form .description {
  color: #969696;
  font-weight: 400;
  font-size: 0.800rem;
}
form label {
  font-weight: normal;
}
.minu-right form #edit-actions {
  display: block;
}

.fieldset-legend,
.fieldset-title {
  margin-bottom: 10px;
  color: #417DBB;
  font-weight: 650;
  font-size: 0.95rem;
  text-transform: uppercase;
  padding-left: 10px;
  line-height: 1;
}
/* End of override myaccount and other form elements */


/* product-list-filters */
/*.category-filter .product-list-filters {*/
/*  float: left;*/
/*  width: 25%;*/
/*  border: 1px solid #DDD;*/
/*  border-radius: 6px;*/
/*  padding: 10px 0;*/
/*}*/
.category-filter .product-list-filters h3 {

  margin: 0;
  padding-left: 10px;
  color: #077BCE;
  font-size: 24px;
}
.category-filter .product-list-filters .label {
  font-weight: bold;
  padding: 8px 0 8px 10px;
  font-size: 14px;
}
.category-filter .product-list-filters .slider-box {
  /*  padding: 0 10px;*/
  padding: 0 10px 0 0;
}
.category-filter .product-list-filters .slider-box .label {
  padding-left: 0;
}
.category-filter .product-list-filters .slider-box .info,
.category-filter .product-list-filters .form-item-saadavus label {
  /*  font-size: 14px;*/
}
.category-filter .product-list-filters .slider-box .info {
  /*  padding: 0 0 10px 0;*/
  padding: 10px 0 10px 0;
}

.product-list-filters input[type=checkbox] {
  margin-right: 5px;
  width: 15px;
  height: 15px;
}
.product-list-filters .form-type-checkbox {
  margin-top: 0.7em;
  margin-bottom: 0;
}


/*
.category-filter .product-list-filters .option-select .options {
  padding-left: 6px;
}
.category-filter .product-list-filters .option-select .option {
  display: inline-block;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
  margin: 0 5px 5px 0;
  border: 1px solid #eaeaea;
}

.category-filter .product-list-filters .option-select .option:hover {
  color: #fff;
  background: rgba(7, 123, 206, 0.8);
}
.category-filter .product-list-filters .option-select .option.selected {
  background: #077BCE;
  color: #fff;
}
*/

.category-filter .product-list-filters .saadavus-wrap {
  /*  padding: 0 0 0 10px;*/
}
.category-filter .product-list-filters .saadavus-wrap .label {
  padding-top: 20px;
  padding-left: 0;
}
.category-filter .product-list-filters .form-item-saadavus {
  margin: 0;
}
.category-filtert .product-list-filters .form-item-saadavus input {
  margin-top: 0;
  margin-left: 0;
}
.category-filter .product-list-filters .form-submit {
  /*  margin: 10px auto 0 auto;*/
  margin: 20px 0 0 0;
  border-width: 1px;
  border-color: #007ed8;
  color: #fff;
  /*background: url('../images/checkout-btn-bg.png') repeat-x;*/
  background-size: auto 100%;
  border-radius: 3px;
  cursor: pointer;
  padding: 6px 14px;
  text-decoration: none;
  font-size: 14px;
  display: block;
  vertical-align: middle;
}
.category-filter .product-list-filters .form-submit:hover {
  /*background: url('../images/checkout-btn-active-bg.png') repeat-x;*/
  background-size: auto 100%;
}

/*.category-filter .product-list-filters .option-select .form-item,*/
.category-filter .product-list-filters .slider-box .hidden,
.category-filter .product-list-filters .slider-box.hidden,
.category-filter .product-list-filters .form-item-hind-min,
.category-filter .product-list-filters .form-item-hind-max,
.category-filter .product-list-filters .form-item-hind-vat-min,
.category-filter .product-list-filters .form-item-hind-vat-max {
  display: none;
}

.category-filter .product-list-filters .slider {
  height: 10px;
  margin: 0 10px 0 5px;
}
.category-filter .product-list-filters .ui-slider-range {
  /* background: #fff;*/
}
.category-filter .product-list-filters .ui-slider-handle {
  background: #077BCE;
  width: 10px;
  height: 10px;
  top: -7px;
  border: none;
  border-radius: 100%;
  padding: 10px;
  position: absolute;
}

/* product-list-filters */

/* product-filters-form */
.region-content #product-filters-form {
  /* width: 300px !important;*/
  width: 100%;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;

}
.category-filter.mobile_filter_container{
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 20px;
  background: #fff;
  margin-top: 20px;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding-bottom: 10px;
  padding-top: 5px;
  padding-right: 25px;
  box-shadow: none;
  border: 1px solid #E4E4E4;
  border-radius: 0;
}
#edit-filter{
  /*  width: 270px;*/
  width: 250px;
  max-width: 90%;
  background: #417DBB;
  color: #fff;
  border: 0;
  font-weight: 600;
  border-radius: 6px;
}
.ui-widget-content {
  border: 1px solid #aaa;
}
.category-filter .product-list-filters .option-select .options {
  padding-top: 15px;
}

.category-filter {
  padding-top: 0;
  padding-bottom: 20px;
}
.filter-group-title {
  display: inline-block;
  width: 290px;
}

/*KM (nds)*/
#toggle-vat a.vat-exclude {
  background: url(../img/proto/vat_exclude.png) no-repeat center 0;
  background-size: 40px 20px;
}

#toggle-vat a.vat-include {
  background: url(../img/proto/vat_include.png) no-repeat center 0;
  background-size: 40px 20px;
}

#toggle-vat a {
  width: 40px;
  height: 20px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  zoom: 1;
  *display: inline;
  margin: 0 6px;
}
#toggle-vat div, #toggle-vat a{
  display: inline-block;
}
.form-item-products-per-page label{
  display: none;
}
.form-item-products-per-page select{
  width: 72px;
}

/*KM (products add to cart form)*/
.region-content .product-prices__btn form {
  width: 100%;
}

.product-prices__btn .form-submit{
  width: 100%;
  height: 38px;
  background: url(../img/cart-bot-bg.svg) 93% center no-repeat;
  background-color: #417DBB;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0;
  border-radius: 6px;
  padding: 0 12px;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  line-height: 24px;
  font-weight: 500;
  font-size: 15px;
}

/* cart */
.page-cart .region-content form, .page-checkout .region-content form{
  width: 100%;
}
.table-qnt{
  /*  min-width: 120px;*/
  min-width: 160px;
  /*  padding: 0 !important;*/
  /*  padding-left: 0 !important;*/
}
.table-qnt .form-q .input-group  div{
  display: inline-block;
  margin: 0;
}
.my-products-wrapper .cart-content .cart-content__left .cart-content__table table tbody tr .table-qnt .form-q input,
#cart .cart-content .cart-content__left .cart-content__table table tbody tr .table-qnt .form-q input{
  margin: 0 !important;
  border-radius: 0 !important;
  padding-left: 5px;
  padding-right: 5px;
  height: 34px;
  width: 45px;
}
.page-cart #edit-checkout,
.page-cart .checkout-button {
  display: block;
  border: 0;
  width: 100%;
  line-height: 70px;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  /*height: 70px;*/
  font-size: 17px;
  background: #43B05C;
  font-weight: 500;
  margin-top: 0.5em;
  margin-bottom: 1em;
}

#edit-actions{
  width: 100%;
  display: inline-block;
}
.page-cart #cart #edit-submit{
  display: none;
}

label[for=edit-saved-shopping-carts] {
  display: block;
  text-align: center;
}

.dop-cart-bottom{
  margin-top: 20px;
  border: 1px #9eb8d3 solid;
  border-radius: 3px;
  color: #417DBB;
  display: block;
  float: right;
  padding: 3px 7px;
}
.dop-cart-bottom:hover{
  background: #417DBB;;
  color: #ffffff;

}


.cart-content__right-save input[type=submit]{
  line-height: inherit;
}
.form-item-save-shopping-cart-order-title label {
  text-align: left;
}

#cart .cart-content .cart-content__right .cart-content__right-save{
  margin-top: 5px;
}
.cart-content__table .delete-line-item {
  display: block;
  width: 38px;
  height: 38px;
  text-indent: 99999px;
  border: 0;
  background: url(../img/cart.png) center center no-repeat;
}

.cart-content__table .delete-line-item:hover {
  opacity: 0.7;
}

#cart tbody{
  border-top: none;
}
#cart th{
  border-bottom: none;
  border-bottom: none;
  color: black;
  border-bottom: none;
  text-transform: uppercase;
  padding-bottom: 10px;
  font-weight: 700;
  padding-left: 0;
  font-size: 0.95rem;
  padding-right: 0;
}

.table-img {
  text-align: center;
}
.my-products-wrapper .cart-content__left .cart-content__table table tbody tr .table-price  .p1 span,
#cart .cart-content .cart-content__left .cart-content__table table tbody tr .table-price  .p1 span{
  font-weight: 400 !important;
}
.table-price{
  text-align: left !important;
}

.my-products-wrapper .cart-content__left .cart-content__table table tbody tr .table-price  .p1 span,
#cart .cart-content .cart-content__left .cart-content__table table tbody tr td.table-price span.amount{
  margin-right: 1px;
}
.my-products-wrapper .cart-content__left .cart-content__table table tbody tr td.table-price .p1 span,
#cart .cart-content .cart-content__left .cart-content__table table tbody tr td.table-price .p1 span{
  margin-right: 0 !important;
}
.my-products-wrapper .cart-content__left .cart-content__table table tbody tr td.table-price .p1 span.amount,
#cart .cart-content .cart-content__left .cart-content__table table tbody tr td.table-price .p1 span.amount{
  margin-right: -2px !important;
}

#cart #customer-departments .content,
#cart #customer-details .content,
#cart #commerce-shipping .content,
#cart #commerce-payment .content  {
  background: #fff;
  border-radius: 6px;
  padding: 20px 50px;
  margin-bottom: 0;
}

#cart #customer-departments .content {
  margin-bottom: 0;
  padding: 15px 50px 0 50px;
}

#cart .checkout_review #commerce-shipping .content{
  padding: 0 0 15px 20px;
}
.checkout_review #commerce-shipping{
  margin-top: 30px;
  background: #fff;
  border-radius: 6px;
  margin-bottom: -15px;
}
.checkout_review  #commerce-shipping h2 {
  font-weight: 700;
  padding: 20px 20px 5px 20px;
  color: black;
  font-size: 0.867rem;
  text-transform: uppercase;
}

#cart .checkout_review #commerce-payment .content{
  padding: 0 0 15px 20px;
  margin-bottom: -15px;
}
.checkout_review #commerce-payment{
  margin-top: 30px;
  background: #fff;
  border-radius: 6px;
  margin-bottom: 20px;
}
.checkout_review  #commerce-payment h2 {
  font-weight: 700;
  padding: 20px 20px 5px 20px;
  color: black;
  font-size: 0.867rem;
  text-transform: uppercase;
}
#cart .checkout_review #customer-departments .content,
#cart .checkout_review #customer-details .content {
  padding: 0 0 1px 0;
}

.checkout_review #customer-departments,
.checkout_review #customer-details {
  /*margin-top: 30px;*/
  background: #fff;
  border-radius: 6px;
  margin-bottom: 20px;
}
.checkout_review #customer-details table {
  width: 100%;
}

.checkout_review #customer-details table td{
  width: 50%;
  padding: 10px 25px;
  color: #000;
}

.checkout_review #customer-details table tr.even,
.checkout_review #customer-details table tr.odd{
  background: #ffffff;
}
.checkout_review #customer-details table tr.odd{
  background: #f7f7f7;
}
.checkout_review #customer-details table tr {
  border-top: 1px solid #dee2e6;
}

.checkout_review #customer-departments h2,
.checkout_review #customer-details h2 {
  padding: 20px 20px 5px 20px;
  font-size: 0.867rem;
  text-transform: uppercase;
  font-weight: 600;
  color: #111;
}

.checkout_review #customer-departments h2 {
  padding-top: 0;
  margin-top: 0;
}
#customer-departments .content {
  padding: 15px 0px 0;
}
#commerce-payment .content,
#commerce-shipping .content {
  margin-left: 20px;
  padding-bottom: 10px;
}

#edit-actions-next {
  display: block;
  line-height: 38px;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  border: none;
  padding-right: 0;
  text-transform: uppercase;
  background: #00A651;
  font-weight: 500;
  font-size: 16px;
  width: 58%;
  margin-bottom: 10px;
  height: 70px;
  margin-left: 0;
}

#edit-actions-next {
  font-weight: 400;
  font-size: 22px;
  text-transform: none;
}


#cart .checkout-pane .form-item.js-form-type-textfield {
  margin-right: 20px;
  width: 420px;
  max-width: 100%;
  display: block;
  margin-bottom: 5px;
}

/* todo - add id=cart to parent container */
.checkout-pane textarea {
  border: 1px solid #E4E4E4;
  border-radius: 6px;
  padding-top: 7px;
  padding-left: 10px;
  padding-right: 10px;
  color: #1C1C1C;
  width: 820px;
  max-width: 100%;
  height: 70px;
}
#cart .checkout-pane .grippie{
  display: none;
}
#cart .checkout-pane label{
  display: block;
  font-size: 14px;
  color: black;
}

#edit-commerce-payment-payment-method label{
  /* equal size for radiobuttons on checkout page */
  width: calc(100% - 30px);
}

#cart .form-radios input{
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  float: none;
}

.checkout-pane-payment-information {
  width: 60%;
  margin-left: -10px;
}


.path--checkout input[type="radio"] {
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  float: none;
}

.form-item-payment-information-payment-method input[type="radio"] {
  margin-top: 4px;
  display: block;
  /*  width: 100%;*/
  margin-bottom: 10px;
}


.form-item-payment-information-payment-method {
  float: none;
  border-radius: 10px;
  display: flex;
  background: #F7F7F7;
  padding: 15px;
  margin: 8px 10px;
  padding-bottom: 0;
  padding-top: 10px;
  border: 1px solid rgba(0,0,0,0.15);
  width: 570px;
}

.form-item-payment-information-payment-method:has(input[checked="checked"]) {
  border-color: #417DBB;
  background: #EAEFFD;
}

[id^="edit-payment-information-payment-method"] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}

span.label-arve-alusel {
  display: inline-block;
  padding: 0 15px;
  line-height: 28px;
  border-radius: 5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #417DBB;
  color: white;
  background-color: #417DBB;
}

#cart .form-checkboxes .form-item, .form-radios .form-item {
  margin-top: 0.7em;
  margin-bottom: 0.7em;
  clear: both;
}

#cart .terms_conditions{
  padding-top: 0 ;
  margin-left: 55px;
  margin-top: 50px;
}


#cart #edit-buttons #edit-continue{
  display: block;
  line-height: 38px;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  border: none;
  padding-right: 0;
  margin-top: 10px;
  text-transform: uppercase;
  background: #00A651;
  font-weight: 500;
  font-size: 16px;
  width: 58%;
  margin-bottom: 15px;
  margin-left: 15px;
  height: 70px;
}
#cart #edit-buttons #edit-cancel{
  color: #417DBB;
  width: 100%;
  height: 38px;
  border: none;
  margin-top: 10px;
  font-size: 15px;
  text-decoration: none;
  display: none;
}
#cart #edit-buttons #edit-back{
  color: #417DBB;
  width: 100%;
  height: 38px;
  border: none;
  margin-top: 0;
  font-size: 15px;
  display: none;
}

tr.even, tr.odd{
  border-bottom: none !important;
  font-size: 14px;
}
#cart .cart-two .cart-two__content .cart-two__content-table table thead tr th {
  padding: 20px;
  color: #969696;
  font-size: 0.867rem;
  text-transform: uppercase;
}
#commerce-checkout-form-review .fieldset-legend{
  display: none;
}
.cart-two td.views-field-commerce-unit-price, .cart-two  td.views-field-field-base-unit-label,
.cart-two  td.views-field-quantity, .cart-two  td.views-field-commerce-total{
  font-weight: 600;
}
.checkout_review.form-wrapper td{
  font-weight: 400;
}
.checkout_review.form-wrapper td.cell-first{
  font-weight: 400 !important;
}
#commerce-shipping .amount{
  font-weight: 700;
}
#commerce-payment .image{
  display: none;
}
#commerce-payment .label{
  font-weight: 400;
}
.cart-two__content-table table{
  width: 95%;
  margin: 0 auto;
}

#commerce-checkout-form-checkout #edit-cart-contents {
  margin-bottom: 2.5em;
  display: none;
}

/* cart */

/*product teaser new*/
.listing-item__title a{
  color: #111111;
}
.product-price__wrap-price span, .product-price__wrap-price small{
  font-size: 80%;
  font-weight: 400
}
.product-price__wrap-price small{
  color: #343a40;
  font-size: 15.5px;
  padding-right: 0;
}
.product-price__wrap-price .pr1,
.product-price__wrap-price .pr2 {
  /*  color: #111111;*/
  font-size: 15px;
  white-space: nowrap;
}
.product-price__wrap-price{
  margin-right: 10px;
}
.listing-item .listing-item__title{
  padding-right: 0;
  padding-left: 0;
  padding-top: 5px;
}
.product-prices__radio{
  padding-top: 5px;
  white-space: nowrap;
  overflow: hidden;
}
.prr{
  /*  min-width: 51%;*/
  display: inline-block;
}

#category .category-product .grid-item .product-prices__radio {
  display: flex;
}

/* todo - check/test this conflicted code */
.custom-control:first-child{
  margin-bottom: 10px;
}

#contact .contact-main .contact-main__wrap .contact-main__icons .contact-main__icon {
  text-align: inherit;
  width: 33%;
}

.region-content form.change-pac{
  width: 100%;
}
/* end todo */

.listing-item .listing-item__wrap .listing-item__buttons .form-q input {
  width: 50px;
}

.listing-item {
  border-radius: 0;
  margin-left: -1px;
  position: relative;
  font-family: Inter, sans-serif;
  /* Disabled because it needed on small screens for frontpage items */
  /* margin-bottom: 0px;*/
  border: 1px solid #E4E4E4;
  box-shadow: none;
  margin-bottom: 4px;
  margin-right: 5px;
}

.listing-item.grid-item {
  min-height: inherit;
}

.listing-item .product-prices__qnt {
  display: block;
  width: 130px;
}
.listing-item .product-prices__btn {
  width: 150px;
  overflow: hidden;
  display: none;
}

.grid-item .product-prices__qnt {
  display: block;
  float: none;
  width: 100%;
  margin-bottom: 0;
  max-width: 350px;
}

.grid-item .product-prices__btn {
  display: block;
  width: 100%;
  margin-top: 0;
}
.product-prices__btn{
  width: 150px;
}

#product .product-prices .product-prices__qnt .form-q {
  width: 150px;
}

/*}*/

.grid-item .product-prices__btn .form-submit {
  max-width: 300px;
  width: 100%;
}


.listing-item .listing-item__wrap .listing-item__buttons {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
}

.listing-item .onstock {
  padding-right: 10px;
  margin-bottom: 10px;
  width: auto;
  display: inline-block;
  font-size: 14px;
  line-height: 25px;
  background-position: 8px center;
  background-repeat: no-repeat;
  background-size: 19px;
  border-radius: 5px;
  padding-left: 0;
  color: #555;
}

.add-to-cart-form input[type=submit] {
  padding-right: 35px;
}


.listing-item .form-q p{
  display: none;
}

/*product teaser new*/

/* breadcrumb */
.breadcrumb{
  margin-bottom: 10px;
  margin-top: 10px;
  padding-left: 0;
  font-size: 16px;
}
.breadcrumb span{
  padding-left: 5px;
  padding-right: 5px;
}

.breadcrumb a{
  color: #417DBB;
}

.node-type-stamp .breadcrumb,
.node-type-service .breadcrumb,
.page-taxonomy-term .breadcrumb {
  margin-top: 20px;
  margin-bottom: 0;
}
/* breadcrumb */

.page-taxonomy-term #categoriesAs {
  margin-top: 25px;
}

.category-pagination .item-list ul li{
  margin: 0;
}
.category-pagination ul li div {
  /*  width: 100%;*/
  color: #417DBB;
  width: 38px;
}

/* product teaser size, product node size */
.listing-item .listing-item__img a{
  overflow: hidden;
  width: 100%;
  height: 220px;
}
.listing-item .listing-item__title h6{
  height: 38px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.listing-item.grid-item .listing-item__title h6{
  height: auto;
}

.listing-item .listing-item__title-list{
  display: none;
}

/* product teaser  size */
/* views   product-new and sale */
.view-product-front .view-display-id-page_1 .view-content,
.view-product-front .view-display-id-page_new_products .view-content {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
}
.view-similar-products .view-content {
  display: flex;
  flex-wrap: wrap;
}


.view-similar-products .view-content .listing-item,
.view-product-front .view-display-id-page_1 .listing-item,
.view-product-front .view-display-id-page_new_products .listing-item{
  margin-bottom: 20px;
}
/* views   product-new and sale */


/* Service row - 4 img  */
.image-left a img{
  width: 231px !important;
  height: auto !important;
}
.image-left a{
  display: inline-block;
  margin-right: 2px;
  margin-left: 2px;
  padding-bottom: 5px;
}
/* Service row - 4 img  */

.product-list__items1{
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
  margin-top: 10px;
}
.similar-product{
  margin-top: 0;
}
.similar-product h3{
  margin-left: 10px;
}
.similar-product .listing-item__title-list {
  display: none;
}
.region-content  .listing-item form.change-pac {
  width: 100%;
}
.custom-control:last-child{
  margin-bottom: 10px;
}

.mob-filter__group.open{
  display: block;
}

/* products teaser justify position */
#category .category-product{
  justify-content: start;
  display: block;
  margin-right: 45px;
}

/*#category .category-product .listing-item,*/
#block-views-similar-products-block .listing-item {
  margin-left: 0;
}

/* products teaser position */
.view-product-front .listing-item__title-list{
  display: none;
}

.added-to-cart {
  color: #00B517;
  text-align: center;
  position: absolute;
  left: 0;
  width: 100%;
  background: #E5F7E7;
  padding: 0 5px;
  font-size: 15px;
  line-height: 38px;
  font-weight: 600;
  top: 230px;
  height: 38px;
}

.added-to-cart a {
  color: #00B517;
  text-decoration: none;
}
.added-to-cart a.icon {
  display: inline-block;
  background-image: url(../img/checked-green.svg);
  background-repeat: no-repeat;
  background-position-y: 50%;
  padding-left: 1.8em;
  font-weight: 500;
  font-size: 16px;
  text-decoration: underline;
}

.added-to-cart-product {
  text-align: left;
  border-radius: 5px;
  line-height: inherit;
  padding: 10px;
  font-weight: normal;
  position: initial;
  margin-bottom: -10px;
  height: auto;
  margin-top: 10px;
  font-size: 14px;
}

.added-to-cart-product .buttons-wrapper {
  margin-top: 5px;
}
.added-to-cart-product .button {
  border: 1px solid;
  border-radius: 5px;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  margin-right: 5px;
  padding: 10px 15px !important;
  margin-top: 10px;
}

.added-to-cart-product .button-filled {
  background-color: #00B517;
  border-color: #00B517;
  color: #fff;
}
.added-to-cart-title-wrapper {
  display: flex;
}
.added-to-cart__close {
  margin-left: auto;
}
.added-to-cart__close img {
  cursor: pointer;
  display: none;
}


.page-tooted h1 {
  text-align: center;
  font-size: 18px;
  margin-bottom: 40px;
  margin-top: 40px;
}
.header-center .header-center__wrap .header-center__right .dropdown-menu {
  left: -161px !important;
}

.btn-forms-white {
  background: #ffffff;
  border: 1px  #417DBB solid;
  color: #417DBB !important;
  margin-top: 10px;
  font-weight: 400;
}

.checkout-cancel-unapproved {
  background: #d9d9d9;
  border: 1px  #417DBB solid;
  color: #417DBB !important;
  margin-top: 10px;
  font-weight: 400;
  height: auto;
  margin-bottom: 5px;
}

/* page-type: page, table  zebra */

.node-type-page .field-name-field-text .field-item, .node-type-page .field-name-body .field-item {
  background: #fff;
  padding: 35px;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.15);
  margin-bottom: 20px;
  margin-top: 15px;
}

.node-type-page .field-item h3 {
  /*font-weight: 600;*/
  /*font-size: 1.333rem;*/
  color: #28629E;
  margin-bottom: 20px;
}

.zebra tr {
  width: 100%;
  background: #F7F7F7;
  color: #1C1C1C;
  font-weight: 400;
  font-size: 1rem;
  border: none;
}
table.zebra{
  border-radius: 6px;
  overflow: hidden;
  border: none !important;
  max-width: 100% !important;
}
tbody{
  border-top: none;
}
.zebra td {
  padding: 8px 12px;
  border: none;
}

.zebra tr:nth-child(2n) {
  background: none;
}
.page-node .field-item a {
  color:#28629E;
}
.page-node .field-item a:hover {
  opacity: 0.75;
}
/* page-type: page, table  zebra */

/*
.page-search section.content,
.page-promotion section.content,
.page-brands section.content,
.page-products section.content {
  background: #fff;
}
*/
.page-search section.content.product-categories-list,
.page-promotion section.content.product-categories-list,
.page-brands section.content.product-categories-list,
.page-products section.content.product-categories-list {
  background: inherit;
}

/* Styles for Myaccount buttons and tables */
.cart-one table,
.minu-right table {
  width: 100%;
}

/*.view-order-history tr.even,
.view-unapproved-orders tr.even,*/
.cart-one tr.even,
.minu-right tr.even {
  background-color: transparent;
  font-size: 14px;
}

.cart-one table tr:last-child td,
.minu-right table tr:last-child td {
  border-bottom: 2px solid #ccc !important;
  border-bottom: 0 solid #ccc !important;
}
.cart-one #customer-details table tr:last-child td {
  border-bottom: none !important;
}

.my-products-wrapper table tr:last-child td {
  border-bottom: none !important;
}

.minu-right .views-exposed-form .views-exposed-widget {
  width: 30%;
}

.cart-one table th,
.cart-one table td,
.minu-right table th,
.minu-right table td {
  border-top: 1px solid #dee2e6;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  padding: 0.82rem;
}

.minu-right .my-products-wrapper table th,
.minu-right .my-products-wrapper table td {
  border-top: none;
}

#views-exposed-form-order-history-order-history .views-exposed-form .views-exposed-widget.views-submit-button {
  padding-top: 2px;
}
#views-exposed-form-my-products-page .views-exposed-form .views-exposed-widget.views-submit-button {
  padding-top: 0.8em;
}
.view-my-products #edit-actionorient-add-to-cart-action {
  padding: 0.3em 1em;
  border: 1px solid;
  border-radius: 5px;
  margin-left: 0;
}
.minu-right input[type=submit] {
  text-transform: uppercase;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.45rem 0.85rem;
  top: 6px;
  font-size: 0.85rem;
  line-height: 1.5;
  border-radius: 0.37rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #fff;
  background-color: #417DBB;
  border-color: #417DBB;
  margin-right: 0.5em;
  margin-bottom: 2em;
}

.minu-right textarea {
  padding: 0.45rem 0.85rem;
  border-radius: 5px;
}

.page-sale h1,
.page-uued-tooted h1 {
  margin-top: 5px;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-size: 1.4rem;
  display: none;
}

.page-sale .breadcrumb,
.page-uued-tooted .breadcrumb {
  padding-left: 0;
}

#present.business .bussines-list {
  padding: 30px;
}
/* End of Styples of myaccount buttons and tavles*/

/* cookie */
#cookie-compliance{
  position: fixed;
  bottom: 0;
  z-index: 999;
  background: #dcedff;
  color: #222222;
  line-height: 120%;
  font-size: 14px;
  width: 100%;
}
.cookie-compliance__text{
  display: block;
  float: left;
  width: 75%;
  padding-bottom: 15px;

}
.simple-cookie-compliance-dismiss-form {
  display: block;
  width: 20%;
  min-width: 100px;
}
.cookie-compliance__button{
  display: block;
  border: none;
  background: #417dbb;
  color: #ffffff;
  padding: 5px 10px;
  border-radius: 5px;
}

/* cookie */

/* kampaaniad */
.all-kampaaniad {
  display: block;
  padding-right: 10px;
  white-space: nowrap;
  padding-left: 10px;
  height: 38px;
  margin-right: 15px;
  margin-left: 15px;
  line-height: 38px;
  text-align: center;
  background: #fff;
  border: 1px solid #28629E;
  border-radius: 6px;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

.all-kampaaniad:hover{
  background: #28629E;
  color: #fff;
}
.teaser-kampaaniad{
  padding-right: 20px;
  padding-bottom: 20px;
}

.teaser-kampaaniad .btn-card {
  display: block;
  width: 92px;
  height: 38px;
  border-radius: 6px;
  background: #417DBB;
  color: #fff;
  line-height: 38px;
  text-align: center;
  margin-top: 40px;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
/*
.region-content-top4 #campaign {
  margin-top: 45px;
}
*/
#campaign {
  background: #fff;
  padding: 25px 0 50px;
  margin-top: 5px;
  /*max-height: 393px;*/
  overflow: hidden;
}
#categories .categories-item a p {
  font-weight: 700;
  font-size: 0.95rem;
  color: #585757;
  text-transform: uppercase;
}
.listing {
  margin-top: 30px;
}
/* kampaaniad */


/* Product image on product page */
#product .product .product-galery {
  /*  width: 50%;*/
}
#product .product .product-info {
  width: 70%;
  position: relative;
  margin-right: 5px;
}

.modal-product #product .product .product-galery {
  width: 30%;
  margin-right: 4%;
}
.modal-product .product-info {
  width: 40% !important;
  margin-right: 1%;
}
.modal-product #product .product-prices-right {
  width: 25% !important;
}

#product .product .product-galery .product-galery__thumb div img {
  border: none;
  margin-right: auto;
  margin-left: auto;
}
/* end Product image on product page */


#edit-products-per-page {
  min-width: 72px;
}

/* Product image on product page */
#product .product .product-galery #product-galery__main-right {
  right: -25px;
}
#product .product .product-galery #product-galery__main-left {
  left: -25px;
}

.region-top-cart.show .dropdown-menu{
  display: block;
}

/* Override datepicker styles */
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #ddd;
  background: #7C7C7C;
  color: #fff;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border-radius: 0;
}
#ui-datepicker-div {
  margin-top: -30px;
}

table.ui-datepicker-calendar {
  background-color: #fff;
  border: 1px solid #ddd;
}
/* End of datepicker*/


.product-galery__thumb .slick-slide {
  /*  width: auto !important;*/
  min-width: 90px !important;
  text-align: center;
  border: 1px solid #9e9e9e;
  border-radius: 5px;
}

.mobile_menu_container {
  height: calc(100% - 45px);
}
.header-bottom .header-bottom__menu .dropdown-menu > ul > li > ul {
  max-height: 300px;
  overflow-y: scroll;
  left: 360px;
}

/* Overflow left edge of banner below */
.dropdown-menu {
  left: -1px !important;
  font-size: 0.95rem;
  z-index: 2020;
}

.mobile_menu_container ul li ul li ul li ul {
  position: relative;
  -webkit-transform: none;
  -ms-transform: translateX(300px);
  transform: none;
  padding-left: 20px;
}
.mobile_menu_container ul li ul li ul li ul a {
  font-weight: 400;
}

#category .category-pagination ul li span,
#category .category-pagination ul li a {
  height: 38px;
  display: inline-block;
  width: auto;
  border-radius: 6px;
  font-weight: 400;
  margin: 0 0 0.25em 0.6em;
  font-size: 17px;
  color: #417DBB;
  padding: 0.6em;
}

.my-products-wrapper .cart-content .cart-content__left .cart-content__table table tbody tr .table-title h6,
#cart .cart-content .cart-content__left .cart-content__table table tbody tr .table-title h6 {
  max-height: 4em;
  overflow: hidden;
}
.my-products-wrapper .cart-content__left .cart-content__table table tbody tr .table-title h6 a,
#cart .cart-content .cart-content__left .cart-content__table table tbody tr .table-title h6 a {
  color: #417DBB;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-bottom: 0;
  -webkit-line-clamp: 2;
}

/* Fix conflict for floated menu and left side item */
.cart-left .list-group-item.active {
  z-index: initial;
}
/* end fix conflict for floated menu and left side item */

#categories .categories-item {
  height: 190px;
  width: 100%;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

#categories .categories-item a img {
  margin: 0;
  max-width: 80%;
  width: auto;
  height: auto;
  max-height: 90px;
}

#category {
  background: transparent;
}

.mobile_filter_container ul li:last-of-type ul {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 5px;
}

#campaign .card:hover .opacity {
  opacity: 1;
}

#category .category-pagination ul li {
  border-left: none;
  border-right: none;
  line-height: 7px;
}

#category .category-pagination {
  padding-left: 12px;
  margin-bottom: 25px;
  margin-top: 25px;
  display: flex;
  justify-content: space-around;
}

.category-product.similar-product .listing-item {
  min-height: 420px;
}
.category-product.similar-product .listing-item .listing-item__img > span {
  position: absolute;
  top: 10px;
  left: 10px;
}

.header-center .header-center__wrap .header-center__right .dropdown-menu.top-cart-popup {
  top: 64px !important;
}

.custom-control-label::after {
  top: 0.10rem;
  width: 1.8rem;
  height: 1.8rem;
  background: no-repeat;
  background-size: 75% 75%;
}

/* radio-button via svg */
.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url(../img/radio-on.svg);
}
.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
  border: none;
  background-color: transparent !important;
}

/* end radio-button via svg */

.my-products-wrapper tr.even,
.my-products-wrapper tr.odd {
  background-color: inherit;
}

.my-products-wrapper .cart-content .cart-content__left{
  width: 100%;
}

.my-products-wrapper .form-item-quantity input,
.my-products-wrapper .form-item-quantity {
  display: inline-block;
}
.my-products-wrapper .form-item-quantity input[name=quantity] {
  width: 52px;
  padding-right: 0;
  padding-left: 5px;
  border-radius: 0;
  height: 2.2em;
  position: relative;
  margin-right: 5px;
  top: 0;
}
.my-products-wrapper input[type=image] {
  height: 35px;
  top: 12px;
}
.minu-lemmikud-header-forms,
.my-products-header-forms {
  display: flex;
}
.minu-lemmikud-header-forms .views-exposed-form .views-exposed-widget,
.my-products-header-forms .views-exposed-form .views-exposed-widget {
  width: inherit;
}

.my-products-header-forms .views-exposed-form .form-item-title .form-text {
  min-width: 300px;
}

.my-products-header-forms .views-exposed-form .form-submit {
  margin-bottom: 6px;
  margin-left: 20px;
}

.my-products-header-forms .views-exposed-form {
  display: flex;
  align-items: flex-end;
}

.minu-right .minu-lemmikud-header-forms #toggle-vat,
.minu-right .my-products-header-forms #toggle-vat {
  margin-top: 3em;
}

.views-field-commerce-price {
  white-space: nowrap;
  font-size: 0.90rem;
  font-weight: 600;
}

#cart.my-products-wrapper .cart-content .cart-content__left {
  width: 100%;
  padding-right: 0;
}
#cart.my-products-wrapper .views-form {
  width: 100%;
}

.my-products-wrapper td:last-child {
  text-align: right;
  padding-right: 0;
}
.my-products-wrapper td.views-field-add-to-cart-form > div {
  min-width: 105px;
}

.my-products-wrapper td.views-field-add-to-cart-form {
  padding-top: 0.2rem;
}

#campaign .card .opacity {
  opacity: 1;
}
.my-products-wrapper {
  margin-top: 10px;
}
.my-products-wrapper .cart-content .cart-content__left tr {
  border-bottom: 1px solid #e4e4e4 !important;
}
.my-products-wrapper .cart-content .cart-content__left .cart-content__table table tbody tr:last-child td {
  padding-bottom: 20px;
}

.my-products-wrapper a.btn-forms:hover {
  color:#fff;
}
.my-products-wrapper .views-field-title-1 {
  padding-right: 15px;
}
.my-products-wrapper .item-price-label {
  font-weight: 400;
  font-size: 0.867rem;
  text-transform: uppercase;
  margin-bottom: 5px;
}


#block-views-similar-products-block .view-content {
  display: flex;
  flex-wrap: wrap;
}
#block-views-similar-products-block h2 {
  padding-left: 10px;
  margin-top: 35px;
  margin-bottom: 20px;
  font-size: 17px;
}

.listing-item.grid-item .custom-radio {
  display: block;
}

/* registration form client-form-31641 client-form-31642  */
#webform-client-form-33494 #webform-component-fieldset,
#webform-client-form-33495 #webform-component-fieldset,
#webform-client-form-31641 #webform-component-fieldset,
#webform-client-form-31642  #webform-component-fieldset{
  margin-bottom: 1.1rem !important;
}


#webform-client-form-33494 .fieldset-legend,
#webform-client-form-33494 .fieldset-title,
#webform-client-form-33495 .fieldset-legend,
#webform-client-form-33495 .fieldset-title,
#webform-client-form-31641 .fieldset-legend,
#webform-client-form-31641 .fieldset-title,
#webform-client-form-31642 .fieldset-legend,
#webform-client-form-31642 .fieldset-title{
  padding-left: 0 !important;
  font-weight: 600;
  font-size: 0.867rem;
  color: #417DBB;
  text-transform: uppercase;
  margin-bottom: 5px;
}
#webform-component-fieldset-2--stat,
#webform-component-fieldset-2--country,
#webform-component-fieldset-2--state,
#webform-component-fieldset-2--phone,
#webform-component-fieldset-3--postal-code-2,
#webform-component-fieldset-3--city,
.postal-code, .reg-code,
.vatnumber,
#webform-component-fieldset-2--bank-account-number,
#webform-component-fieldset-3--profession,
#webform-component-fieldset-3--phone-2,
#webform-component-fieldset-3--mobile-phone,
#webform-component-fieldset-3--fax {
  width: 48%;
  display: table;
  float: left;
}
.postal-code a, .reg-code a, .vatnumber a{
  position: relative;
  top: -8px;
  padding-bottom: 5px;
  font-size: 12px;
  display: none;
}
#webform-component-fieldset-2--state,
#webform-component-fieldset-2--postal-code,
#webform-component-fieldset-3--city,
.postal-code,
.vatnumber,
#webform-component-fieldset-3--profession,
#webform-component-fieldset-3--mobile-phone,
#webform-component-fieldset-2--country {
  margin-right: 2%;
}

#webform-client-form-31642 #webform-component-fieldset-2--kmkr,
#webform-client-form-31642 #webform-component-fieldset-2--city {
  float: right;
  width: 48%;
}

#webform-component-fieldset-2--bank-name{
  clear: both;
}
.captcha  .fieldset-description{
  display: none;
}
.captcha  img{
  display: block;
  float: left;
  margin-right: 20px;
}
.form-item-captcha-response{
  display: table;
  width: 70%;
}

#webform-client-form-33494 .form-actions,
#webform-client-form-33495 .form-actions,
#webform-client-form-31641 .form-actions,
#webform-client-form-31642 .form-actions {
  margin-top: 5px;
  margin-bottom: 25px;
  width: 100%;
}

#webform-client-form-31641 .webform-component-textarea {
  clear: both;
}

#webform-client-form-33494 #edit-submit,
#webform-client-form-33495 #edit-submit,
#webform-client-form-31641 #edit-submit,
#webform-client-form-31642 #edit-submit{
  width: 100% !important;
  display: block;
}
.captcha legend .fieldset-legend{
  display: none;
}

.webform-submission-add-form button[data-target="#logiSisse"] {
  background: none;
  border: 0;
  color: #417DBB;
  outline: none !important;
  cursor: pointer;
}

#webform-component-vajutades-registreeru {
  position: absolute;
  bottom: 0;
  width: 100%;
}

#webform-client-form-33494,
#webform-client-form-33495,
#webform-client-form-31641,
#webform-client-form-31642 {
  position: relative;
  padding-bottom: 100px;
}
#webform-component-vajutades-registreeru p.rtecenter:first-child {
  font-size: 0.867rem;
  color: #969696;
  text-align: center;
}
/* registration form client-form-31641 client-form-31642  */

.view-product-front .view-content {
  display: flex;
  flex-wrap: wrap;
}

.element-hidden-gift .form-q,
.element-hidden-pant .form-q {
  opacity: 0.3;
}
.element-hidden-pant .card-remove,
.element-hidden-pant .delete-line-item {
  visibility: hidden;
}
.element-hidden-gift .card-remove,
.element-hidden-gift .delete-line-item {
  visibility: visible;
}

.element-hidden-pant a {
  cursor: text;
}


/* new menu category */
.main-menu-category > li{
  display: block;
  float: left;
  position: relative;

}
.main-menu-category > li > a{
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 39px;
  text-align: left;
  color: #FFFFFF;
  display: block;
  letter-spacing: -0.2px;
  padding-left: 14px;
  padding-right: 14px;
  border-right: 1px solid #28629E;
  overflow: hidden;
}

.main-menu-category > li > a:first-child{
  border-left: 1px solid #28629E;
}
.main-menu-category > li > a.active,
.main-menu-category > li > a:hover {
  background: #28629E;
}

.main-menu-category li ul {
  display: none;
  opacity: 0;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.main-menu-category > li:hover > ul{
  display: block;
  -webkit-animation: fadeIn 150ms;
  animation: fadeIn 150ms;
  animation-fill-mode: forwards;
  animation-delay: 300ms;

  position: absolute;
  top: 39px;
  z-index: 400;
  background: #FFFFFF;
  box-shadow: 0 2px 2px 2px #eeeeee;
}

.main-menu-category li ul li:hover ul {
  display: block;

  -webkit-animation: fadeIn 150ms;
  animation: fadeIn 150ms;
  animation-fill-mode: forwards;
  animation-delay: 300ms;

  position: absolute;
  left: 100%;
  top: 0;
  z-index: 401;
  background: #FFFFFF !important;
  border: 1px solid #eeeeee;
  box-shadow: 1px 1px 1px 1px #eeeeee;
  height: 100%;
  border-bottom: none;
}
.main-menu-category li ul li:hover ul li ul {
  border: none;
  box-shadow: none;
}
.main-menu-category li ul li:hover ul li ul li {
  border-left: 1px solid #eeeeee;
  border-right: 2px solid #eeeeee;
}
.main-menu-category li ul li:hover ul li ul li:last-child {
  border-bottom: 1px solid #eeeeee;
}


.main-menu-category > li > ul > li > a{
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #1C1C1C;
  padding: 8px 15px;
  min-width: 240px;
  border-bottom: 1px solid #E4E4E4;;
}
.main-menu-category > li > ul  li  a{
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  color: #1C1C1C;
  min-width: 240px;
  border-bottom: 1px solid #E4E4E4;;
  background: #FFFFFF;
  position: relative;
  padding: 20px;
}
.menu-icon{
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -8px;
  opacity: 0.55;
}
li:hover > a > .menu-icon{
  transform: rotate(-90deg);
}

.new-menu-category-item-all-category{
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
}
.menu-icon-1{
  padding-right: 12px;
}
.main-menu-category > li > ul  li  a:hover{
  color: #28629e;
}
.main-menu-category > li > ul > li:last-child > a{
  border-bottom: none;
}
.main-menu-category > li > ul > li:first-child> a{
  border-top: 1px solid #E4E4E4;
}
.new-menu-category > li > ul > li{
  position: relative;
}
.main-menu-category  li  ul  li ul{
  background: #FFFFFF;
}
.main-menu-category li.all-categories > ul > li > ul {
  min-height: 469px;
  background: #FFFFFF;
}

.main-menu-category > li > ul > li > ul > li > ul {
  display:none !important;
}
.main-menu-category > li > ul > li > ul > li:hover > ul {
  display:block !important;
}
.main-menu-category > li > ul > li > ul > li {
  position: relative;
}

.main-menu-category > li:last-child > ul > li > ul{
  left: -242px;
}

.main-menu-category > li:last-child > ul > li:hover > a > .menu-icon{
  transform: rotate(90deg);
}
.main-menu-category > li > ul  li:hover > a{
  text-decoration: underline;
  color: #28629e;
}

#block-kontor-functions-kontor-categories-menu{
  /*background: linear-gradient(180deg, #4F97E1 0%, #28629E 100%);*/
  height: 40px;
  width: 100%;
}
.all-categories > ul{
  left: -3px;
}

/* Display less ponts in ru-menu because ru-words is longer. */
.i18n-ru .main-menu-category > li:nth-child(7) > ul > li > ul{
  left: -242px;
}
.i18n-ru .main-menu-category > li:nth-child(7) > ul > li:hover > a > .menu-icon{
  transform: rotate(90deg);
}
.i18n-ru .main-menu-category > li:nth-child(8),
.i18n-ru .main-menu-category > li:nth-child(9),
.i18n-ru .main-menu-category > li:nth-child(10),
.i18n-ru .main-menu-category > li:nth-child(11){
  display: none;
}

/* end new menu category */

/* top menu */
#block-locale-language {
  display: block;
  /*  width: 30px;*/
  position: absolute;
  right: 10px;
  top: 3px;
}

#block-block-8 {
  padding-top: 3px;
}

#block-mainmenufi,
#block-mainmenuen,
#block-mainmenuru,
#block-kontor-main-menu {
  margin-right: 50px;
}
#block-mainmenufi ul li,
#block-mainmenuen ul li,
#block-mainmenuru ul li,
#block-kontor-main-menu ul li {
  display: block;
  float: left;
}
/*#block-mainmenufi ul li,*/
#block-mainmenuen ul ul,
#block-mainmenuru ul ul,
#block-kontor-main-menu ul ul {
  display: none;
}
#block-mainmenufi ul.menu li a,
#block-mainmenuen ul.menu li a,
#block-mainmenuru ul.menu li a,
#block-kontor-main-menu ul.menu li a {
  color: #ffffff;
}
/* top menu */

/*  header */
.header-bottom{
  padding: 0 !important;
  background: linear-gradient(180deg, #4F97E1 0%, #28629E 100%);
  height: 41px;
  width: 100%;
  border: 1px solid #E0E0E0;
  border-bottom: 0;
}
.header_top{
  height: 41px;
  background: linear-gradient(180deg, #28629E 0%, #4F97E1 100%) !important;
  width: 100%;
  box-shadow: inset 0 -1px 0 #E4E4E4;
  padding: 11px 20px 8px !important;
}
/*  end header */

.mobile_menu_container ul li a .item-icon-wrapper {
  display: inline-block;
  width: 10%;
}
.mobile_menu_container ul li a .item-text-wrapper {
  display: inline-block;
  white-space: initial;
  width: 85%;
}
.mobile_menu_container ul li a.product-category .item-text-wrapper {
  width: 80%;
}

.node-type-contact-page .form-item-captcha-response {
  width: 100%;
  margin-top: -1em;
  margin-bottom: 0;
}
.node-type-contact-page .form-item-captcha-response label {
  display: block;
}


/* Cart Edit Quantity */
.region-checkout-products .form-q,
.region-top-cart .form-q{
  position: absolute;
  right: 35px;
  bottom: 3px;
}

.product-my-product .form-q .minus,
.product-my-product .form-q .plus,
.region-checkout-products .form-q .minus,
.region-checkout-products .form-q .plus,
.region-top-cart .form-q .minus,
.region-top-cart .form-q .plus {
  color: #969696;
  border: 1px solid #E4E4E4;
  background: #ffffff;
  height: 24px;
  width: 25px;
  font-size: 13px;
}
.product-my-product .form-q .minus,
.region-checkout-products .form-q .minus,
.region-top-cart .form-q .minus{
  border-radius: 5px 0 0 5px;
}
.product-my-product .form-q .plus,
.region-checkout-products .form-q .plus,
.region-top-cart .form-q .plus {
  border-radius: 0 5px 5px 0;
}
/*.product-my-product .form-q  .form-text,*/
/*.region-checkout-products .form-q  .form-text,*/
/*.region-top-cart .form-q  .form-text{*/
.product-my-product .form-q .form-text,
.product-my-product .form-q .form-number,
.region-checkout-products .form-q .form-text,
.region-checkout-products .form-q .form-number,
.region-top-cart .form-q  .form-text,
.region-top-cart .form-q .form-number {
  width: 30px;
  height: 24px;
  border: 1px solid #E4E4E4;
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 0;
  font-size: 13px;
  padding: 0.25rem 0.05rem;
}
.product-my-product .form-q .form-item,
.region-checkout-products .form-q .form-item,
.region-top-cart .form-q .form-item {
  margin-top: 0;
  margin-bottom: 0;
}

/* /favourites page */
.color-code-icon {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  border: 1px solid #ddd;
  position: relative;
  top: 3px;
  left: 0;
  display: inline-block;
}
.long-line-color{
  display: block;
  width: 120px;
}
.product-sku, .line-val{
  font-weight: 400;
  font-size: 0.867rem;
  color: #969696;
}
.product-sku{
  color: #343a40;
  margin-top: 4px;
}

.view-my-products .added-to-cart,
.view-minu-lemmikud .added-to-cart {
  position: initial;
  /*line-height: 1.8em;*/
  margin-top: 5px;
  border-radius: 5px;
  font-weight: normal;
  white-space: nowrap;
}

/* mobile for favourites page */
.only-mobile{
  display: none;
}

.view-my-products .added-to-cart a.icon,
.view-minu-lemmikud .added-to-cart a.icon {
  padding-top: 0;
  padding-bottom: 0;
  color: #00B517;
}
/* end of favourites page*/


/* Scroll products in cart and checkout pages. */
.view-commerce-cart-summary {
  max-height: 350px;
  overflow-y: scroll;
  padding-right: 35px;
  display: none;
}
/* End scroll products in cart and checkout pages. */

.teaser-tootekood,
.product-price__wrap-price .perm-customer-price {
  white-space: nowrap;
  font-size: 14px;
  line-height: 2;
}
.discount-info .teaser-tootekood {
  font-size: 14px;
  margin-top: 1px;
}

.listing-item .discount-info {
  padding-top: 0;
}
.listing-item .discount-info .sku-wrapper {
  margin-top: 1px;
  margin-bottom: -1px;
}

.product-price__wrap-price .perm-customer-price {
  font-weight: 800;
}

.product-price__wrap-price .perm-customer-price .pr1 span,
.product-price__wrap-price .perm-customer-price .pr2 span {
  font-weight: 800;
  font-size: 14px;
}

#product .product-prices .product-prices__wrap .product-price__wrap-price .perm-customer-price {
  margin-bottom: 10px;
  display: none;
}
#product .product-prices .product-prices__wrap .product-price__wrap-price .perm-customer-price span {
  font-weight: 600;
  font-size: 16px;
}

.teaser-qnt-wrapper {
  display: flex;
  justify-content: space-between;
}
.teaser-qnt-wrapper .product-prices__qnt {
  margin-right: 5px;
}
.teaser-qnt-wrapper .product-prices__qnt,
.teaser-qnt-wrapper .add-to-cart-form {
  height: 48px;
}

.page-products .breadcrumbs {
  margin-top: 0;
  margin-bottom: 0;
}
.page-products #categoriesAs {
  margin-bottom: 15px;
}

#category .category-product .listing-item {
  /* todo - remove from styles.scss */
  width: initial;
  box-shadow: none !important;
  margin-bottom: 5px;
}

/* todo - replace grid-... to list-... globally */
#category .category-product .grid-item-wrapper.col-sm-6,
#category .category-product .grid-item-wrapper.col-md-6,
#category .category-product .grid-item-wrapper.col-lg-6,
#category .category-product .grid-item-wrapper.col-xl-4 {
  width: 100%;
  flex: none;
  max-width: 100%;
}
#category .category-product .grid-item {
  margin-left: 0;
}

.listing-item .listing-item__wrap .listing-item__price {
  margin-top: 0;
}

#category .category-product .grid-item .listing-item__title {
  width: 60%;
  padding: 40px 20px 40px 40px
}
#category .category-product .grid-item .listing-item__wrap {
  width: 50%;
  padding: 40px 0;
  padding-left: 20px;
  padding-right: 20px;
}
#category .category-product .grid-item .listing-item__img {
  margin-bottom: 20px;
}

.page-promotion-46249 h1 {
  /* TODO - TEMP hack for header -45% (Black Friday page) */
  display: none;
}


body.page-registreeru-erakliendiks h1.page-title,
body.page-registreeru-arikliendiks h1.page-title {
  display: none;
}
#orient-register-private-client-form,
#orient-register-company-client-form {
  width: 100%;
}
.orient-register-form {
  width: 75%;
}
.orient-register-form .data-container .form-item {
  width: 48%;
}
.orient-register-form .data-container .form-item:nth-child(odd) {
  float: left;
}
.orient-register-form .data-container .form-item:nth-child(even) {
  float: right;
}
#orient-register-company-client-form .personal-data .form-item:nth-child(odd) {
  float: right;
}
#orient-register-company-client-form .personal-data .form-item:nth-child(even) {
  float: left;
}

/*.orient-register-form .data-container .form-item-company-name,*/
.orient-register-form .data-container .form-item-name {
  width: 100%;
  float: none;
}

.orient-register-form .section-header {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.2px;
  color: black;
  font-weight: 600;
}

.orient-register-form .form-type-checkbox .description {
  margin-left: 1.4em;
  width: 100%;
}

.orient-register-form .client-type-buttons .btn {
  text-transform: uppercase;
  font-size: 13px;
}

.orient-register-form .data-container.agree-data {
  display: flex;
}
.orient-register-form .data-container.agree-data .form-item {
  float: none;
  width: inherit;
  margin-right: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.orient-register-form .data-container.agree-data .form-item label {
  display: inline-block;
  padding-left: 5px;
  margin-bottom: 0;
}
body.page-registreeru-erakliendiks .region-sidebar,
body.page-registreeru-arikliendiks .region-sidebar {
  margin-top: 24px;
}
.region-content #orient-register-private-client-form,
.region-content #orient-register-company-client-form {
  padding-top: 20px;
  padding-bottom: 20px;
}

/* do not group these rules */
.orient-register-form *::-webkit-input-placeholder {
  color: #b0b0b0;
}
.orient-register-form *:-moz-placeholder {
  /* FF 4-18 */
  color: #b0b0b0;
  opacity: 1;
}
.orient-register-form *::-moz-placeholder {
  /* FF 19+ */
  color: #b0b0b0;
  opacity: 1;
}
.orient-register-form *:-ms-input-placeholder {
  /* IE 10+ */
  color: #b0b0b0;
}
.orient-register-form *::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #b0b0b0;
}
.orient-register-form *::placeholder {
  /* modern browser */
  color: #b0b0b0;
}

.register-link {
  color:#111;
  cursor:pointer;
  font-weight: bold !important;
  display: none;
}
.register-link:hover {
  color: #417DBB !important;;
}

/* Radiobutons near a product */
#product .product-prices .product-prices__radio {
  display: flex;
  margin-top: 5px;
}
#product .product-prices .product-prices__radio label {
  margin-bottom: 0;
}
#product .product-prices .product-prices__radio:not(.version2) label:last-child {
  margin-bottom: 1px;
}
/* end radiobuttons*/

.orient-blue {
  color: #417DBB;
}

.orient-blue-hover:hover {
  color: #417DBB;
}

.top-cart-rows .element-hidden-gift,
.top-cart-rows .element-hidden-gift {
  border: 1px solid green;
}

.region-checkout-products .element-hidden-gift .form-q,
.region-checkout-products .element-hidden-gift .price,
.region-top-cart .element-hidden-gift .form-q,
.region-top-cart .element-hidden-gift .price,
.element-hidden-gift .views-field-commerce-total {
  visibility: hidden;
}

/*  My product */
.product-my-product{
  clear: both;
  width: 100%;
  border-bottom: 1px solid #e4e4e4 !important;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin: 15px 0;
  padding-left: 15px;
}
.product-my-product .listing-item__title{
  width: 45%;
  display: block;
  float: left;
  margin: 10px 15px;
}
.product-my-product  .listing-item__wrap{
  display: block;
  margin: 10px -12px 10px 7px;
  position: relative;
  width: auto;
  float: none;
  padding-left: 20px;
}

.img-my-product{
  display: block;
  margin: 10px 5px 10px 5px;
  float: left;
}

.img-my-product a {
  display: inline-block;
  border: 1px solid #E4E4E4;
  border-radius: 6px;
  padding: 3px;
  width: 80px;
  text-align: center;
  margin-left: 15px;
}

.product-my-product input[type=submit] {
  display: inline-block;
  /* color: #343a40; */
  text-indent: 99999px;
  width: 38px;
  height: 30px;
  padding: 3px 4px;
  overflow: hidden;
}
.product-my-product input.form-control{
  width: 40px;
  height: 34px;
  /*  padding-right: 2px;*/
  text-align: center;
  /*width: 50px;*/
}
.product-my-product .product-prices__btn .form-submit {
  background: url(../img/cart-bot-bg.svg) center center no-repeat;
  background-size: 18px 18px ;
  background-color: #417DBB;
  position: relative;
  top:0;
}
/*.product-my-product .minus, .product-my-product .plus{
  display: none;
}*/

.my-product-cart-block{
  position: absolute;
  right: 0;
  top: 0;
  width: 105px;

}
.my-product-cart-block .product-prices__qnt{
  max-width: 70px;
  display: block;
  float: left;
  position: relative;
  top: 0;
  margin-right: 10px;
}

.product-my-product .listing-item__title a{
  font-weight: 400;
  color: #417DBB;
  /*font-size: 14px;*/
  line-height: 110%;
  font-size: 14px;
}
.product-my-product .listing-item__title h6{
  margin-bottom: 5px;
  max-height: 40px; /* 2 rows*/
  overflow: hidden;
}
.product-my-product .listing-item__title-list{
  font-size: 13px;
}
.text-pak{
  color: #969696;
}
.product-my-product .product-price__wrap-price .pr1 span,
.product-my-product .product-price__wrap-price .pr2 span {
  font-size: 16px;
  color: #343a40;
  font-weight: bold;
  font-family: 'Inter', sans-serif, Arial;
}

.product-my-product .product-price__wrap-price small {
  font-size: 16px;
  color: #333;
  padding-right: 0;
}

.product-my-product .added-to-cart {
  position: initial;
  display: table;
  border-radius: 5px;
  /* override css injector */
  /* margin: -9px 0 -20px 0 !important; */
  /*left: -205px*/;
  left: -215px;
}

.product-price__wrap-price .old-price .pr1 span.old-price-number,
.product-price__wrap-price .old-price .pr2 span.old-price-number {
  text-decoration: line-through;
  font-size: 17px;
  font-weight: 700;
  color: #999;
  margin-left: 10px;
}

.product-price__wrap-price span.old-price-label {
  font-weight: bold;
  font-size: 14px;
}

.you-save {
  font-weight: bold;
}
.product-price__wrap-price span.you-save {
  font-size:14px;
  font-weight: 400;
  color: #FA3434;
}


.grid-item .teaser-tootekood {
  position: relative;
  top: inherit;
  right: inherit;
}

.view-mode-default .you-save {
  font-size: 14px;
  font-weight: bold;
  color: red;
  display: none;
}

.product-price__wrap-price .product-unit {
  color: #111;
  margin-left: 3px;
}

#product .product-prices .product-prices__wrap.view-mode-default  .product-price__wrap-price .old-price span {
  font-size: inherit;
  color: #ccc;
}
#product .product-prices .product-prices__wrap.view-mode-default .product-price__wrap-price span.orient-blue {
  font-size: 27px;
}
.view-mode-default .discount-info {
  margin-bottom: 0;
}
.discount-red {
  color: #FF0000;
}

.label-discount-red {
  background-color: red;
  color:#fff;
}

#product .product .product-info .product-info__label .label-discount-red,
.listing-item .listing-item__img .label-discount-red {
  /*  padding-left: 10px;
    padding-right: 10px;*/
}

#product .product {
  position: relative;
  padding-top: 5px;
  padding-bottom: 10px;
  border: 1px solid #E4E4E4;
  box-shadow: none;
  border-radius: 0;
}
#product .product .label-discount-red {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 10;
}
#cart th.title-label {
  padding-left: 10px;
}


/* product-info-table */

/*body.node-type-product-display #product .product-info__table {
  margin-top: 0 !important;
}*/

#product .right-product-colum {
  position: absolute;
  right: -33%;
  top: 0;
  width: 323.75px;
}

#product .product-prices {
  padding: 15px 15px;
  position: static !important;
  display: block;
  padding-top: 5px;
  width: auto;
  border: 1px solid #E4E4E4;
  box-shadow: none;
  border-radius: 0;
}
.modal-product #product .compartible-items-wrapper .product-prices {
  padding-bottom: 0;
}

#product .product-info-table {
  position: static !important;
  background: #fff;
  border-radius: 6px;
  margin-top: 9px;
  padding: 10px 15px;
}

.user-pass input[type=submit] {
  text-transform: uppercase;
  display: inline-block;
  font-weight: 500;
  /* color: #343a40; */
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.45rem 0.85rem;
  top: 6px;
  font-size: 0.85rem;
  line-height: 1.5;
  border-radius: 0.37rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #fff;
  background-color: #417DBB;
  border-color: #417DBB;
  margin-right: 0.5em;
  margin-bottom: 0.1em;
}

/* order-complete page */
.center-block{
  font-family: Inter;
  width: 100%;
  padding: 60px 0 60px 0;
  background: #ffffff;
  border-radius: 7px;
  text-align: center;
}

.mail-mail-img{
  display: block;
  width: 120px;
  height: 120px;
  margin: 0 auto;
  background: url('../img/mail-mail.svg') center center no-repeat;
}

.center-block-text1{

  margin-top: 30px;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.4000000059604645px;

}
.center-block-text2{
  padding-top: 15px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.20000000298023224px;
}

.center-block-link{
  border-radius: 4px;
  color: #ffffff;
  font-size: 15px;
  line-height: 22px;
  letter-spacing: -0.10000000149011612px;
  text-align: center;
  background: #417DBB;
  padding: 10px 15px;
  font-weight: 400;

}
.center-block-link1{

  font-size: 15px;
  font-weight: 600;
  line-height: 22px;
  letter-spacing: -0.10000000149011612px;
  text-align: center;
  padding: 5px 15px;
}
.center-block-links{
  margin-top: 30px;
}

.product-info__big_labels {
  padding-bottom: 15px;
  margin-bottom: -3px;
  border-bottom: 1px solid #e4e4e4;
}
.big-label {
  border-radius: 6px;
  /*padding: 8px 10px;*/
  padding: 0 10px;
  line-height: 36px;
  font-weight: normal;
  display: inline-block;
  margin-bottom: 5px;
}

.label-onstock-exist {
  background: #E5F7E7;
  background-image: url(../img/checked-green.svg);
  background-repeat: no-repeat;
  background-position-x: 10px;
  padding-left: 38px;
  margin-right: 14px;
  font-size: 15px;
  color: #009221;
  background-position-y: 55%;
}
.onstock-label-not-exist {
  background: #FFF3E7;
  background-image: url(../img/messages/exclamation_icon_orange.svg);
  background-repeat: no-repeat;
  background-position-x: 10px;
  padding-left: 38px;
  background-size: 18px auto;
  margin-right: 14px;
  font-size: 14px;
  color: #ad6b00;
  background-position-y: 52%;
}
.product-code-label {
  background: #EAEFFD;
  background-image: url(../img/messages/exlamation_icon_blue.svg);
  background-repeat: no-repeat;
  background-position-x: 10px;
  padding-left: 38px;
  background-size: 18px auto;
  font-size: 14px;
  background-position-y: 52%;
  color: #3167EB;
}

#webform-client-form-47298 #webform-component-header p,
#webform-client-form-47298 #webform-component-header {
  margin: 0;
}
#webform-client-form-47298 #webform-component-firma-nimi---kontaktisik {
  width: 49%;
  float: left
}
#webform-client-form-47298 #webform-component-eposti-aadress {
  width: 49%;
  float: right;
}

.shipping-services-header {
  font-size: 13px;
  line-height: 18px;
  color: #969696;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 20px;
}

.page-not-found-links-wrapper {
  display: flex;
  text-align: center;
  justify-content: center;
  font-weight: bold;
}
.not-found-link {
  margin: 0 20px;
  text-align: center;
}
body.page-page-not-found h1 {
  text-transform: none;
  display: flex !important;
  justify-content: space-around !important;
}

.region-content-top1 img {
  border-radius: 5px;
  width: 100%;
}

.region-top-of-products-list{
  margin-top: 10px;
  margin-bottom: 15px;
}

.onstock-ribbon {
  position: absolute;
  top: -5px;
  right: -5px;
  z-index: 2;
  display: none;
}

header {
  /* Add space for topbarmsg-wrapper */
  margin-top: 30px;
  /*z-index: 2000;*/
  /* Should be less than admin-toolbar submenu items */
  z-index: 200;
  position: relative;
  border-bottom: none;
}
#topbarmsg-wrapper {
  position: absolute;
  z-index: 2000;
}
#topbarmsg-shadow {
  display: none;
}

#topbarmsg-open,
#topbarmsg-close {
  display:none;
}

/* In case if we enable open/close buttons for topbarmsg  */
/*
#topbarmsg-open,
#topbarmsg-close {
  padding: 0 10px;
  border: 1px solid;
  background: rgba(0, 0, 0, 0.1);
  border-color: rgba(0, 0, 0, 0.3);
  text-decoration: none !important;
  font-family: 'Inter', sans-serif !important;
}
#topbarmsg-close {
  border-radius: 4px;
}
#topbarmsg-open {
  right: inherit;
  left: 5px;
  background: rgba(0, 0, 0, 0.2) !important;
  position: absolute;
}
#topbarmsg-content {
  width: 100%;
  padding-right: 40px;
}
*/


/* New search form via forms-api. */
#orient-search-form .input-group {
  justify-content: center;
  flex-wrap: nowrap;
  padding-right: 80px;
}

#orient-search-form div.form-item {
  margin: 0;
}
#orient-search-form input[type=text] {
  margin: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  height: calc(1.8em + 1rem + 2px);
  /* do not change sizes in iOS */
  -webkit-appearance: none;
}
#orient-search-form button {
  border-radius: 0.37rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 60px;
}
#orient-search-form button input {
  background: transparent;
  height: 20px;
}
#orient-search-form #autocomplete {
  padding: 5px;
  border: 1px solid #eee;
  background-color: #fff;
  color: #444;
}
#orient-search-form #autocomplete ul li {
  padding: 5px;
  text-align: left;
}
html.js #orient-search-form input.form-autocomplete {
  background-position: 99% center;
}

/* Collapsed contact form on product page. */
#product .product-table .li-back {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
#product .product-contact-form-wrapper {
  margin-top: -10px;
  margin-bottom: -20px;
}

.compartible-items {
  position: relative;
  z-index: 5;
}
.compartible-item {
  position: relative;
  display: flex;
  margin-bottom: 10px;
}
.compartible-items h6 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  border-bottom: 1px solid #e4e4e4;
  padding-bottom: 10px;
  padding-top: 10px;
  color: #111;
}

.compartible-image {
  padding: 0;
  text-align: center;
}
.compartible-image a {
  display: inline-block;
  border: 1px solid #ddd;
  margin-right: 10px;
  border-radius: 5px;
  min-height: 60px;
  margin-top: 0;
  padding: 10px;
  width: 70px;
  margin-bottom: 5px;
}
.compartible-info {
  width: 75%;
}
.compartible-price-sku {
  font-size: 90%;
  padding-right: 10px;
}
.compartible-title {
  max-height: 22px;
  overflow: hidden;
  font-size: 13px;
  margin-left: 3px;
  padding: 0;
}
.product-modal-view .compartible-title {
  max-width: 150px;
}

.compartible-sku {
  color: #999;
}
.compartible-item .compartible-details {
  display: flex;
  justify-content: space-between;
  padding: 0 5px;
  font-size: 90%;
}
.compartible-price {
  font-weight: 700;
  font-size: 13px;
  margin-bottom: 3px;
}
.compartible-item .form-q input[type=number] {
  width: 45px;
  padding: 0 5px;
}
.compartible-item .qty-n-cart {
  display: flex;
  margin-top: 4px;
}
.compartible-item .product-prices__btn {
  width: auto;
}
.compartible-item .form-q input[type=number],
#product .compartible-item .product-prices__btn .form-submit {
  height: 30px;
  display: none;
}
.compartible-item .added-to-cart {
  top: 55px;
  padding: 0;
  line-height: 2em;
  height: auto;
  z-index: 2;
  /*position: absolute;*/
  position: initial;
  width: auto;
  left: 75px;
  font-size: 13px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 2px;
  padding-bottom: 2px;
  border-radius: 5px;
  margin-top: 8px;
  margin-left: 0;
}
#product .compartible-item .product-prices {
  padding: 0;
  width: auto;
  display: none !important;
}
#product .compartible-item .product-prices .product-prices__btn {
  margin-top: 0;
  margin-left: 5px;
}
#product .compartible-item .product-prices__btn .form-submit {
  width: 40px;
  background-position-x: 45%;
}


#product .compartible-item .product-prices__btn:hover {
  width: auto;
}
.compartible-items-wrapper {
  margin-top: 5px;
  margin-bottom: 0;
}


.over-md {
  display: block;
}
.under-md {
  display: none;
}

.category-name-wrapper {
  background: #417DBB;
  line-height: 45px;
  color: #fff;
  border-radius: 5px 5px 0 0;
  text-transform: uppercase;
  width: 100%;
  background-image: url(../img/category-name-icon.svg);
  background-position: calc(100% - 20px);
  background-repeat: no-repeat;
  background-size: 15px;
  font-size: 14px;
  font-weight: 550;
}
.category-image-wrapper {
  height: 145px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}


.discount-info .onstock {
  line-height: 27px;
}

.old-price-number {
  display: inline-block;
}

.neighbor-categories-wrapper {
  background: #fff;
  -webkit-box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
  padding: 0;
  box-shadow: none;
  border: 1px solid #E4E4E4;
  border-radius: 0;
}
.neighbor-categories-wrapper li a {
  font-size: 15px;
  padding: 7px 30px;
}
.neighbor-categories-wrapper > ul > li > a {
  line-height: 2.5rem;
  font-weight: 400;
  font-size: 14px;
  text-transform: none;
  transition: none;
}
.neighbor-categories-wrapper a {
  display: block;
  color: #111;
}
.neighbor-categories-wrapper > ul > li {
  display: block;
  border-bottom: 1px solid #eee;
  border-top: 1px solid #E4E4E4;
  border-bottom: none;
}
.neighbor-categories-wrapper > ul > li > ul > li {
}
.neighbor-categories-wrapper > ul > li > ul > li a {
  font-size: 14px;
  padding: 0 35px 0 35px;
  line-height: 1.85rem;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  transition: none;
}

.neighbor-category ul {
  background-color: #fff;
}
.neighbor-categories-wrapper li a.active,
.neighbor-categories-wrapper li a.active-trail,
.neighbor-categories-wrapper li a:hover {
  background-color: #f5f5f5;
}

.neighbor-categories-wrapper .level-1-links a:hover,
.neighbor-categories-wrapper li > a:hover,
.neighbor-categories-wrapper li > a.active {
  color: #00539D;
}

.neighbor-categories-wrapper > ul > li:last-child > a {
  border-bottom: none;
}
.neighbor-categories-wrapper .level-1-links {
  padding: 20px 0 10px 30px;
  font-size: 13px;
}
.neighbor-categories-wrapper .level-1-links a {
  display: inline-block;
}
.neighbor-categories-wrapper li.neighbor-category {
  position: relative;
}
/*.neighbor-categories-wrapper li.neighbor-category ul {
  display: none;
}*/
.neighbor-categories-wrapper li.neighbor-category.active_trail ul {
  display: block;
}
.neighbor-category .icon-control {
  color: #969696;
  position: absolute;
  right: 0;
  top: 6px;
  padding: 10px 40px;
}


.all-categories-top-level {
  display: none;
  z-index: 2000;
  background: rgb(255, 255, 255);
  top: 40px;
  position: absolute;
  width: 100%;
  border-bottom: 1px solid #eee;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  flex-wrap: wrap;
  justify-content: center;
  left: -3px;
  overflow-x: hidden;
  transition-delay: 0s;
}

.close-all-categories {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  padding: 5px;
  right: 50px;
  top: 25px;
}
.close-all-categories img {
  width: 18px;
  height: auto;
}

.all-categories-top-level a {
  color: #1c1c1c;
}
.all-categories-top-level a:hover {
  color: #28629e;
}
.category-item {
  padding: 0;
  width: 250px;
}
.category-item:hover {
  background-color: #f5f5f5;
}
.category-item-2:hover {
  background-color: transparent;
}
.category-item a:hover {
  background-color: #f5f5f5;
}
.category-item > a .menu-icon2 {
  position: relative;
  right: -10px;
}
.category-item > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 30px 4px 30px;
  font-size: 14px;
}
.category-item-1 {
  background: #fafafa;
  width: 210px;
  height: 50px;
  font-size: 39px;
  padding-top: 10px;
  cursor: pointer;
}
.category-item-2 > a {
  font-weight: bold;
  padding-top: 5px;
  text-transform: uppercase;
  font-size: 15px;
  border-bottom: 0.5px solid #E4E4E4 !important;
  width: 260px;
}
.category-item-3 {
}

.category-level-1 {
  position: relative;
  min-height: 400px;
}
.category-level-2 {
  position: absolute;
  top: 0;
  display: none;
  opacity: 0;
  left: 210px;
}

/*.category-item-1.active > .category-level,*/
/*.category-item-1:hover > .category-level,*/
.category-item-1 > .category-level
{
  /*display: flex;*/
  display: none;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-animation: none;
  -webkit-animation-fill-mode: none;
  -webkit-animation-delay: inherit;
  -webkit-opacity: 1;
  animation: fadeIn 0ms;
  animation-fill-mode: forwards;
  animation-delay: 0ms;
  padding-left: 30px;
}
.category-item-3 a {
  font-size: 14px
}


.region-checkout-products .dropdown-menu {
  display: block;
  position: initial;
  float: none;
  z-index: 1;
  box-shadow: none;
}
.small-cart-header {
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e4e4e4;
}
.small-cart-header h6 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 0;
  color: #1C1C1C;
  font-weight: 650;
}
.top-cart-rows .pices-wrapper {
  display: flex;
  justify-content: flex-start;
}
.top-cart-rows .item-price {
  font-weight: bold;
  display: none;
}
#views-form-products-on-checkout-block-1 figcaption {
  width: 100%;
}
#block-views-products-on-checkout-block-1 .pices-wrapper > div {
  width: 33%;
  font-size: 13px;
}
#block-views-products-on-checkout-block-1 .pices-wrapper .item-total-price {
  text-align: right;
}
.small-cart-total > div {
  display: flex;
  justify-content: space-between;
  padding: 2px;
}
.small-cart-total > div > span {
  width: 25%;
}
/*.small-cart-total {*/
/*  text-align: right;*/
/*  padding-right: 10px;*/
/*}*/
.small-cart-total span {
  display: inline-block;
  text-align: right;
  /*padding-right: 10px;*/
}

.small-cart-total .total-products {
  font-weight: 400;
}

.total-final {
  margin-top: 10px;
  font-size: 14px;
  margin-bottom: 0;
}
.top-cart-popup .total-final .price-wrap > span {
  font-size: 14px;
}
.total-subitems {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #545454;
  font-size: 14px;
}
/*.top-cart-popup .total-subitems .price-wrap > span {
  font-weight: normal;
}*/
.region-top-cart .top-cart-popup .buttons-wrapper {
  margin-top: 10px;
}

.category-block {
  -webkit-box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
  /*  box-shadow: 0 4px 8px rgb(0 0 0 / 10%);*/
  margin-top: 0;
  margin-bottom: 15px;
  box-shadow: none;
  border: 1px solid #E4E4E4;
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 20px;
  border-radius: 6px;
  min-height: 248px;
}
.category-block h3.category-name {
  font-size: 16px;
  margin-right: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #E4E4E4;
}
.category-block h3.category-name a {
  color: #444;
  font-size: 16px;
  font-weight: 650;
}
.category-block .category-left {
}
.category-block .category-name {
}
.category-block .category-children {
  margin-top: 5px;
}
.category-block .category-right {
}
.category-block .category-image {
  margin-right: 20px;
}
.category-block a.child-category {
  color: #444;
}
.category-block .category-children a {
  line-height: 2;
  display: inline-block;
  font-size: 14px;
}
.category-block a.show-all {
  margin-top: 5px;
  font-size: 14px !important;
}

.with-filters .category-block {
  min-height: 195px;
}

/*.with-filters .category-block h3.category-name {
  margin: 0;
}
.with-filters .category-block {
  min-height: 25px;
}
.with-filters .category-block .category-children {
  display: none;
}
.with-filters .category-block .category-right,
.with-filters .category-block .category-children {
  display: none;
}*/


#block-views-shopping-cart-block-top-block-1 > div.content {
  position: relative;
}
.order-overview-btn {
  margin-right: 30px;
}
.order-overview-btn a {
  background: url(../img/plus-white.png) 93% center no-repeat;
  background-color: #417DBB;
  color: #fff !important;
  display: inline-block;
  padding-left: 18px;
  white-space: nowrap;
  font-weight: 400;
  font-size: 15px;
  padding-right: 45px;
  /*background: url(/sites/default/files/plus-4-22.png) 93% center no-repeat;*/
  background-color: #417DBB;
}

.view-minu-lemmikud,
.view-my-products {
  background-color: #fff;
  border-radius: 5px;
}

/*.view-my-products .pager__items {*/
/*  display: flex;*/
/*  justify-content: center;*/
/*  margin: 0 0 0.75em 0;*/
/*  padding: 20px;*/
/*}*/
/*.view-my-products .pager__item {*/
/*  margin: 0 0 0.25em 1.5em;*/
/*}*/

.view-minu-lemmikud .view-filters,
.view-my-products .view-filters {
  padding: 0 20px;
}
.view-minu-lemmikud input#edit-submit-minu-lemmikud  {
  border: none;
  top: 10px;
}

.product-my-product.header a {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
}
.product-my-product.header .active a {
  font-weight: bold;
}

.product-my-product > div {
  display: block;
}

.product-my-product .img-my-product{
  /* max-width: 10%;*/
  min-width: 110px;
}

.product-my-product .big-label {
  line-height: 30px;
  margin-top: 5px;
  font-size: 13px;
  width: 220px;
}

.product-my-product.header {
  border-bottom: 2px solid #ccc !important;
  margin: 0;
  padding-bottom: 5px;
}
.product-my-product.header > div {
  margin-bottom: 0;
  margin-top: 0;
  min-height: auto;
  height: auto;
}

.product-my-product .listing-item__wrap .product-prices {
  display: flex;
  position: relative;
  width: 350px;
  flex-direction: column;
  padding-top: 10px;
}


.product-my-product .product-prices__btn .form-submit,
.product-my-product .input-spinner {
  width: 140px;
  /*margin-bottom: 5px;*/
  margin-bottom: 9px;
  height: 38px;
}
.product-my-product .listing-item__buttons .form-q .minus,
.product-my-product .listing-item__buttons .form-q .plus {
  height: 34px;
}
.product-prices__radio.version2 input[type="radio"] {
  display: none;
}
.product-prices__radio.version2 span.custom-control-label::before,
.product-prices__radio.version2 span.custom-control-label::after {
  display: none;
}

.product-prices__radio.version2 {
  display: flex;
  padding-top: 0;
}


.product-prices__radio.version2 label {
  display: block;
  margin: 0;
  padding: 0;
}
.listing-item .product-prices__radio.version2 {
  margin-bottom: 5px;
  margin-top: 5px;
  display: none;
}

.product-prices__radio.version2 label span {
  display: inline-block;
  /* font-weight: normal; */
  color: #555;
  background: #fafafa;
  border: 1px solid #ccc;
  padding: 0 10px;
  font-size: 13px;
}

.product-prices__radio.version2 input[type="radio"]:checked + span {
  color: #555;
  background: #ddd;
  font-weight: normal;
  font-size: 13px;
}

.product-prices__radio.version2 label:first-child span {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: none;
}
.product-prices__radio.version2 label:last-child span {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.product-my-product .product-prices .added-to-cart {
  height: inherit;
  line-height: 30px;
  width: 225px;
  left: -255px;
  top: 40px;
}

.form-q button.minus {
  border-radius: 5px 0 0 5px;
}
.form-q button.plus {
  border-radius: 0 5px 5px 0;
}

.cart-content__table .onstock-label-not-exist {
  background-image: none;
  display: block;
  font-size: 14px;
  width: 100%;
  border: 1px solid #E4E4E4;
  padding: 5px 10px;
}
.cart-content__table .onstock-label-not-exist div {
  line-height: 1.5em;
}


/* Theme for predicted search - module search_autocomplete */

.ui-autocomplete {
  z-index: 2010;
}
ul[data-sa-theme="basic-grey"].ui-menu {
  background: #fff;
  height: auto;
}

ul[data-sa-theme="basic-grey"].ui-menu .ui-menu-item {
  background: #fff;
  font-family: 'Inter', sans-serif;
}
ul[data-sa-theme="basic-grey"] .ui-menu-item-first {
  border-top: none;
}
ul[data-sa-theme="basic-grey"] .ui-autocomplete-field-group.products,
ul[data-sa-theme="basic-grey"] .ui-autocomplete-field-group.categories {
  right: inherit;
  width: 100%;
  padding: 5px 10px;
  background-color: #eee;
}
ul[data-sa-theme="basic-grey"] .ui-state-focus {
  border: none;
}
.ui-autocomplete-field-sku {
  float: left;
  padding-right: 20px;
}
.ui-autocomplete-field-sku,
.ui-autocomplete-field-category {
  font-size: 15px;
  color: #999;
}
ul[data-sa-theme="basic-grey"].ui-menu .ui-menu-item:last-child {
  border-top: 1px solid #ddd;
  font-size: 14px;
}

ul.main-menu-category {
  max-height: 39px;
  overflow: hidden;
  z-index: 2000;
  position: absolute;
  background: linear-gradient(180deg, #4F97E1 0%, #28629E 100%);
  width: 100%;
  left: -3px;
}


#block-views-products-on-checkout-block-1 .onstock-label-not-exist {
  margin-top: 5px;
  font-size: 13px;
}
#block-views-shopping-cart-block-top-block-1 .onstock-label-not-exist {
  margin-left: 70px;
  margin-top: -5px;
  margin-bottom: 10px;
  display: none;
}
#block-views-shopping-cart-block-top-block-1 .form-q {
  bottom: 0;
}
.top-cart-rows figcaption .top-cart-delete-button,
.top-cart-rows figcaption .card-remove {
  bottom: 3px !important;
  position: absolute;
  right: 5px;
}

/* from local css */
@font-face {
  font-family: "FuturaPt";
  font-display: auto;
  src: url("../fonts/futura-pt-book.otf");
}
@font-face {
  font-family: "FuturaPt";
  font-display: auto;
  font-weight: bold;
  src: url("../fonts/futura-pt-heavy.otf");
}

@font-face {
  font-family: "TTNorms";
  font-display: auto;
  font-weight: normal;
  src: url("../fonts/TTNorms-Regular.otf");
}
@font-face {
  font-family: "TTNorms";
  font-display: auto;
  font-weight: 500;
  src: url("../fonts/TTNorms-Medium.otf");
}
@font-face {
  font-family: "TTNorms";
  font-display: auto;
  font-weight: bold;
  src: url("../fonts/TTNorms-Bold.otf");
}
@font-face {
  font-family: "TTNorms";
  font-display: auto;
  font-weight: 300;
  src: url("../fonts/TTNorms-Light.otf");
}


@font-face {
  font-family: "Montserrat";
  font-display: auto;
  font-weight: normal;
  src: url("../fonts/Montserrat/static/Montserrat-Regular.ttf");
}
@font-face {
  font-family: "Montserrat";
  font-display: auto;
  font-weight: 300;
  src: url("../fonts/Montserrat/static/Montserrat-Light.ttf");
}
@font-face {
  font-family: "Montserrat";
  font-display: auto;
  font-weight: bold;
  src: url("../fonts/Montserrat/static/Montserrat-Bold.ttf");
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: normal;
  src: url("../fonts/Montserrat/static/Montserrat-Italic.ttf");
}
@font-face {
  font-family: "Montserrat";
  font-style: italic;
  font-weight: bold;
  src: url("../fonts/Montserrat/static/Montserrat-BoldItalic.ttf");
}

#admin-menu .admin-menu-search input {
  padding: 0 5px !important;
  line-height: 1.5em;
  height: 24px !important;
}
.element-invisible {
  display: none;
}
#block-locale-language .dropdown-toggle {
  text-transform: uppercase;
}

.ncat {
  text-transform: capitalize;
}

#forms .form-groups input.form-submit {
  display: inline-block;
  background: #FFA645;
  width: 120px;
  height: 38px;
  font-weight: 600;
  color: #fff;
  border: 0;
  text-align: center;
  line-height: 38px;
  border-radius: 6px;
  margin-left: 10px;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

#forms .form-groups input.email {
  display: inline-block;
}

#webform-component-e-mail {
  display: inline;
}

#forms .captcha {
  text-align: center;
}

#forms .captcha div {
  text-align: center;
  display: block;
  margin: 0 auto;
}

#minu .minu-left aside ul a.active-trail {
  background: #28629E;
  color: #fff;
}

#user-login-form .form-text {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.9rem + 2px);
  padding: 0.45rem 0.85rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.37rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

#user-login-form .form-submit {
  display: block;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background: #417DBB;
  height: 38px;
  width: 100%;
  line-height: 38px;
  border: 0;
  border-radius: 6px;
  margin: 0 auto;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

.region-login-form {
  width: 100%;
  margin-right: -20px;
}

.region-content form {
  width: 75%;
}

a.light-blue {
  color: #417DBB;
}

/* Top cart */
.top-cart-delete-button,
.top-cart-delete-button div {
  display: inline-block;
  width: 20px;
  z-index: 99;
  opacity: 0;
  overflow: hidden;
}

.top-cart-rows figcaption {
  position: initial;
}

.region-checkout-products .views-row,
.region-top-cart .views-row {
  position: relative;
}

.region-checkout-products .commerce-line-item-actions,
.region-top-cart .commerce-line-item-actions {
  height: 1px;
  opacity: 0;
  overflow: hidden;
  margin: 0;
}

.region-checkout-products #edit-actions,
.region-top-cart #edit-actions {
  display: none;
}

.top-cart-rows figure:first-child {
  margin-top: 0 !important;
  margin-bottom: 10px;
}

.top-cart-rows figure,
.header-center .header-center__wrap .header-center__right .dropdown-menu figure {
  position: relative;
}

/* End of top cart */

/* Top right block */
.region.region-top-line-right,
.region.region-top-line-right div {
  display: inline-block;
}

.header_top ul.list.compare-products {
  display: inline-block;
  margin-right: 1em;
}

/* End of Top right block */


/* Palvi css start here */
.page-blog-listing .item-list {
  text-align: center;
  width: 100%;
  padding: 30px 0;
}

.node-type-blog .page-title {
  display: none;
}

.post-img img,
.blog-item__img img {
  border-radius: 8px;
}

.blog-item__title h4 a {
  color: #000;
}

.region-content .contact-form form {
  width: 100% !important;
}

.contact-form .form-required {
  color: #545454 !important;
}

.contact-form textarea {
  background: none;
  width: 100%;
  height: 120px;
  border-radius: 6px;
  border: 1px solid #E4E4E4;
  padding: 10px;
}

.webform-submission-add-form textarea {
  background: none;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #E4E4E4;
  padding: 10px;
  height: 80px;
}

#views-form-products-on-checkout-block-1 tr.even,
#views-form-top-cart-block-block-1 tr.even {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}

#views-form-products-on-checkout-block-1 td a,
#views-form-top-cart-block-block-1 td a {
  color: #545454;
  font-weight: 400;
  font-size: 1rem;
  padding: 8px 0;
}

#minu .region-content form {
  width: 100% !important;
}

.table tr.even {
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  padding: 0.1em 0.6em;
}

.table td a {
  color: #545454;
  font-weight: 400;
  font-size: 1rem;
  padding: 8px 0;
}

#edit-actionorient-add-to-cart-action {
  margin-left: 5px;
}

.table {
  margin-top: 10px;
}


/* Meist Page css  */
#block-block-18 .meist-right__block {
  padding: 20px;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #E4E4E4;
}

#block-block-19 .meist-right__text {
  margin-top: 30px;
}

#block-block-20 .meist-right__form {
  margin-top: 30px;
  padding: 20px;
  background: #fff;
  border-radius: 6px;
  border: 1px solid #E4E4E4;
}

#block-block-18 {
  margin-top: 30px;
}

#block-block-19 .meist-right__text h4 {
  font-weight: 600;
  font-size: 1.600rem;
  color: #28629E;
}

#block-block-19 .meist-right__text p {
  margin-top: 20px;
  font-weight: 400;
  font-size: 1rem;
  color: #585757;
  line-height: 22px;
}

#block-block-20 .meist-right__form input[type=submit] {
  width: 100%;
  height: 38px;
  line-height: 38px;
  background: #417DBB;
  border: 0;
  border-radius: 6px;
  color: #fff;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
}

#block-block-18 .meist-right__block ul {
  margin-bottom: 20px
}

#block-block-18 .meist-right__block ul li > p {
  color: #1C1C1C;
  font-weight: 400;
  font-size: 1rem;
}

#block-block-18 .meist-right__block ul li > p > span a {
  color: #417DBB;
}

#block-block-18 .meist-right__block h5 {
  font-weight: 600;
  color: #28629E;
  font-size: 0.867rem;
  text-transform: uppercase;
  margin-bottom: 20px;
}

#block-block-18 .meist-right__block p {
  font-weight: 400;
  font-size: 1rem;
  color: #1C1C1C;
}

#block-block-18 .meist-right__block ul li > span {
  font-weight: 600;
  color: #1C1C1C;
  width: 55px;
  margin-right: 10px;
}

#block-block-18 .meist-right__block ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3px;
}

#meist {
  padding-bottom: 0 !important;
}

.node-type-page #content-section .row {
  padding-bottom: 5px
}

.webform-submission-add-form {
  width: 100% !important
}

.node-type-service .page-title {
  display: none;
}

#edit-submitted-lisa-fail-upload-button {
  margin-top: 10px;
  display: none
}

.templid-two .content{
  display: flex;
  flex-wrap: wrap;
}
.field-name-field-termimage{display:none;}
#present form{width:100% !important;}
#present .webform-submission-add-form .form-actions{width:100%;}
.item-list .pager1 {
  clear: both;
  text-align: center;
}
.item-list .pager1 li {
  background-image: none;
  display: inline;
  list-style-type: none;
  /*    padding: 0.5em;*/
}
/* Palvi css end here */

.password-control {
  top: 43px;
}

.templid-three__left-i div {
  display: inline-block;
}

.templid-three__left-i .field-item {
  margin-right: 10px;
}

.view-stamp-related-products h5 a {
  color: #111;
}

/* Hightight active/sorted column in table */
tr.odd td.active {
  background: #d5d5d5;
}
td.active {
  background-color: #f7f7f7;
}

.cart-one td a,
.minu-right td a {
  color: #417DBB;
}

.cart-one thead th,
.minu-right thead th {
  white-space: nowrap;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
/* end Hightight active column in table */

.templid #present {
  padding-bottom: 0;
}

/* Improved heights an layout of stamps teasers*/
#present.templid-two .templid-list .templid-items {
  height: 450px;
  text-align: center;
}
#present.templid .templid-list .templid-item {
  height: 450px;
  margin-right: 5px;
  margin-left: 5px;
  width: 320px;
}
#present.templid-three .templid-list .templid-item .templid-item__btn {
  justify-content: center;
}

.templid-head {
  margin-bottom: 30px;
}
.templid-item__title a {
  color:#111;
}
.templid-list .templid-items {
  height: 450px;
}

.node-type-stamp #present.templid-three .present-right__form {
  margin-top: 0;
}
/* End of Improved heights an layout of stamps teasers*/

/* Special button for uplpoad field in webform */
.file-group {
  position: relative;
}
.js-labelFile {
  padding: 0 10px !important;
  position: absolute;
  top: 0;
}
.webform-component-managed_file label {
  display: none;
}
.file-group ~ .webform-component-managed_file {
  opacity: 0;
}
/* end uplpoad field in webform */

/* Block Ava salvestatud ostukorv on shopping cart page */
#edit-load-shopping-cart {
  margin-top: 1em;
}
#edit-load-shopping-cart h2 {
  font-size: 1rem;
  margin-bottom: 0;
  font-weight: 400;
  display: none;
}
#edit-save-shopping-cart .btn-forms,
#edit-load-shopping-cart .btn-forms {
  line-height: inherit;
}
#edit-load-shopping-cart .form-type-select {
  margin-top: 0;
}
/* End of Block Ava salvestatud ostukorv on shopping cart page */


.grippie {
  display: none;
}
.webform-submission-add-form textarea,
.form-textarea {
  background-color: #fff;
}

body.page-reclamation-add .minu-right .metatags-form {
  display: none;
}

#block-locale-language .contextual-links-wrapper {
  right: -30px;
}

.view-minu-lemmikud .views-field-commerce-price {
  white-space: nowrap;
}

.page-node-33494 .webform-submission-add-form,
.page-node-33495 .webform-submission-add-form,
.page-node-31642 .webform-submission-add-form,
.page-node-31641 .webform-submission-add-form {
  margin: 0 auto;
}
.page-node-33494 .captcha,
.page-node-33495 .captcha,
.page-node-31641 .captcha,
.page-node-31642 .captcha {
  margin-top: 5px;
}

.page-node-33494 .page-title,
.page-node-33495 .page-title,
.page-node-31642 .page-title,
.page-node-31641 .page-title {
  text-align: center;
  margin-bottom: 40px;
}

.form-item-captcha-response input[type=text] {
  display: inline-block;
  width: auto;
}

.webform-submission-report-form .form-submit,
.page-node-31642 .webform-submission-add-form .form-submit,
.page-node-31641 .webform-submission-add-form .form-submit,
.page-node-33494 .webform-submission-add-form .form-submit,
.page-node-33495 .webform-submission-add-form .form-submit {
  margin: 10px 0 0 0;
  border-width: 1px;
  border-color: #007ed8;
  color: #fff;
  background-size: auto 100%;
  border-radius: 3px;
  cursor: pointer;
  padding: 6px 14px;
  text-decoration: none;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  background: #417DBB;
}

.page-node-31642 .webform-submission-add-form legend,
.page-node-31641 .webform-submission-add-form legend,
.page-node-33494 .webform-submission-add-form legend,
.page-node-33495 .webform-submission-add-form legend {
  line-height: 1;
  margin-bottom: 5px;
  margin-top: 0.5rem;
}

.page-node-31642 .webform-submission-add-form .form-item,
.page-node-31641 .webform-submission-add-form .form-item,
.page-node-33494 .webform-submission-add-form .form-item,
.page-node-33495 .webform-submission-add-form .form-item {
  margin-top: 0;
}

.page-node-31642 .webform-submission-add-form .fieldset-description,
.page-node-31641 .webform-submission-add-form .fieldset-description,
.page-node-33494 .webform-submission-add-form .fieldset-description,
.page-node-33495 .webform-submission-add-form .fieldset-description {
  margin-bottom: 0.5rem;
}
/* end of Register form */

.cookie-compliance__inner {
  padding: 20px 20px;
}

.view-id-blog_listing .blog-item__text img {
  display: none;
}

select.sorting-direction {
  padding-right: 30px;
}

#category .category-box {
  padding-left: 0;
}

.product-galery__small a {
  color: #969696;
}
#product .product .product-galery .product-galery__small {
  padding-bottom: 10px;
}

#backtotop {
  bottom: 250px;
  height: 50px;
  width: 50px;
  right: 10px;
}

.nowrap {
  white-space: nowrap;
}
.cart-row-price {
  padding: 0 0.5em;
  font-size: 14px;
  display: block;
}

.menu-item-category-icon {
  max-width: 20px;
  max-height: 20px;
}

.product-list-filters .fa-chevron-down {
  position: relative;
  right: -2px;
}

.card-img-overlay {
  padding: 20px 30px;
}

#campaign .btn-card {
  width: 192px;
  height: 57px;
  line-height: 57px;
  margin-top: 40px;
  font-size: 15px;
  position: absolute;
  bottom: 30px;
  left: 30px;
  display:none;
}

#campaign p {
  margin-top: 25px;
  width: 50%;
}

#logotypes {
  background: #fff;
  /*  padding-bottom: 90px;*/
  padding-top: 20px;
  padding-bottom: 10px;
  margin-top: 0;
}

.view-partner-logos {
  text-align: center;
  max-width: 100%;
}
.view-partner-logos .views-row {
  display: inline-block;
  padding-left: 35px;
  padding-right: 35px;
}

#block-views-partner-logos-block h2 {
  margin-top: 60px;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 600;
  line-height: 40px;
  text-align: center;
}

.view-partner-logos .views-row img {
  width: 150px;
  height: auto;
}
#banner {
  margin-top: 0;
  background: white;
  padding-top: 10px;
  margin-left: 0 !important;

}
#under_banners {
  margin-top: 20px;
  margin-bottom: 10px;
}

#under_banners #categories {
  margin-bottom: 0;
}

.region-content-top2 .block .content {
  padding-bottom: 0;
}
.region-content-top2 .block .content p {
  padding: 0;
}

.header-bottom .header-bottom__menu .dropdown-menu > ul > li > ul > li > ul a {
  padding: 0 30px;
  color: #1C1C1C;
}
.header-bottom .header-bottom__menu .dropdown-menu > ul > li > ul > li > ul > li {
  border-bottom: 1px solid #E4E4E4;
  padding: 8px 0;
}
.header-bottom .header-bottom__menu .dropdown-menu > ul > li > ul > li > ul > li:first-child {
  border-top: 1px solid #E4E4E4;
}
.header-bottom .header-bottom__menu .dropdown-menu > ul > li > ul > li > ul > li:last-child {
  border-bottom: none;
}

#product-filters-form .form-submit {
  display: none;
}

.region-content-top3 img,
.region-content-top2 img {
  border-radius: 5px;
  margin-bottom: 10px;
  max-width: 100%;
}

/* fix for paginator */
.pager-current div.pager-tip {
  display: inline;
}
/* end fix for paginator */

/* equal width for cart images */
.view-products-on-checkout figure .aside,
.header-center .header-center__wrap .header-center__right .dropdown-menu figure .aside {
  width: 60px;
  text-align: center;
}
/* end equal width for cart images */


/* top-magrin before table on product description */
body.node-type-product-display .product-info__table {
  margin-top: 1em;
}
/* end top-magrin before table  on product description */

.region-checkout-products .commerce-line-item-views-form,
.region-top-cart .commerce-line-item-views-form {
  overflow-y: scroll;
  margin-right: -10px;
  padding-right: 20px;
  max-height: 320px;
}

#block-block-30 img {
  max-width: 100% !important;
  height: auto !important;
}

.static-shadow {
  background: #fff;
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.filter-group .saadavus-wrap{
  padding-top: 10px;
}

.commerce-checkout-form-checkout #commerce-payment {
  padding-bottom: 10px;
}

.cart-content__right-prices span {
  white-space: nowrap;
}

td {
  border: none;
}
table {
  border: none;
}

.my-products-wrapper .view-empty {
  padding: 20px;
}

.my-products-wrapper .added-to-cart {
  border-radius: 5px;
  font-weight: normal;
  white-space: nowrap;
  width: 90%;
  height: 25px;
  font-size: 11px;
  padding-left: 5px;
  padding-right: 11px;
  line-height: 2.2em;
  margin-top: 13px;
}
.my-products-wrapper .color-code-icon {
  width: 1em;
  height: 1em;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid #ddd;
  position: relative;
  top: 3px;
  left: 0;
}
.my-products-wrapper .added-to-cart a {
  color: #00B517;
}

.page-taxonomy h1.page-title {
  margin-top: 30px;
}

.added-to-cart .spinner-border {
  position: relative;
  top: -1px;
}
.product-list-content .views-row:not(.grid-item-wrapper) .added-to-cart {
  visibility: visible;
  width: 250px;
  height: auto;
  border: 1px solid #00B517;
  left: calc(50% - 125px);
  border-radius: 5px;
  line-height: 46px;
  top: 230px;
}
.added-to-cart .close {
  color: green;
  font-size: 1.3rem;
}

.neighbor-category > a .products-count {
  left: 300px;
  display: none;
}
.neighbor-category ul li a .products-count {
  display: inline-block;
  /* position: absolute; */
  left: 310px;
  font-size: 13px;
  font-weight: 400;
  color: #969696;
}

.content .listing-item__img a img {
  /* It will be displayed via fadein effect in js */
  /* display: none; */
  padding-bottom: 5px
}

.category-head .spinner-border {
  color:#999999;
  margin-left: 20px;
}

/* Fix for  3-rd level of top-menu for Safari*/

.category-filter .product-list-filters .ui-slider {
  position: relative;
}
.top-cart-popup {
  z-index: 3000;
}
#admin-menu, #sa_admin_menu {
  z-index: 3000;
}

#categoriesAs h1 {
  /*margin-top: 0;*/
  margin-left: 10px;
  color: #111111;
  margin-bottom: 12px;
}

.form-item-products-per-page {
  margin-top: 0;
  margin-bottom: 0;
}

.listing-item .listing-item__img > span {
  z-index: 10;
  top: 8px;
  text-transform: uppercase;
  left: 25px;
  font-weight: 700;
  font-size: 0.75rem;
  border-radius: 7px;
  padding: 3px 8px;
  position: relative;
  display: inline-block;
}

#category .category-pagination ul.pager--infinite-scroll-auto {
  height: auto;
  padding: 10px 40px;
}
.listing-item .listing-item__wrap .listing-item__buttons .form-q button {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  font-size: 24px;
  color: #fff;
  background-color: #43B05C;
  line-height: 0;
  padding-bottom: 2px;
  border: none;
}
.listing-item .listing-item__wrap .listing-item__buttons .form-q .input-group-append button {
  background-color: #F8BCC4;
  color: #EE586C;
}
.listing-item .qnt-wrapper {
  border-radius: 6px;
  text-align: center;
  width: 70%;
  width: 50%;
  background-color: #fff;
  border: none;
  height: 68px;
  margin: 2px 13px;
  max-width: 106px;
}
.listing-item .listing-item__wrap .listing-item__buttons .form-q .qnt-wrapper input.form-control {
  margin: 0 auto;
  padding: 0;
  border: none;
  font-size: 26px;
  width: 70px;
  line-height: 26px;
  margin-top: 2px;
  font-family: 'Inter', sans-serif;
  font-weight: 700;
  color: #343a10;
}
.listing-item .qnt-package-info {
  font-size: 14.4px;
  font-weight: 600;
  line-height: 12px;
  margin-bottom: 7px;
  margin-top: 8px;
  text-transform: lowercase;
  color: #111;
}
.listing-item .input-spinner{
  justify-content: center;
  margin-bottom: 8px;
  margin-top: 12px;
}
.listing-item .teaser-qnt-wrapper {
  position: absolute;
  padding: 10px;
  display: none;
  width: 90%;
  border-radius: 6px;
  background-color: rgba(228,228,228, 1);
  top: 22px;
}
.listing-item .teaser-qnt-wrapper .product-prices__qnt, .teaser-qnt-wrapper .add-to-cart-form {
  /*  display: none;*/
}
.listing-item .input-group-append {
  margin-left: -1px;
}
.listing-item .input-group-prepend,
.listing-item .input-group-append {
  width: 15%;
  align-items: center;
}
.listing-item .input-group-prepend {
  flex-direction: row-reverse;
}

.listing-item .teaser-qnt-wrapper .minus,
.listing-item .teaser-qnt-wrapper .plus {
  cursor: pointer;
  height: 38px;
}
.btn-show-add-to-cart-widget {
  width: 70%;
  background: url(../img/cart-bot-bg.svg) 93% center no-repeat;
  background-color: #417DBB;
  border-radius: 3px;
  font-size: 13px;
  border: 1px solid #417DBB!important;
  color: #fff;
  background-image: none;
  display: flex;
  height: 33px;
  font-weight: 400;
  text-transform: uppercase;
  margin-top: 0;
  padding-right: 0;
  align-items: center;
  justify-content: space-around;
}
.btn-show-add-to-cart-widget:hover {
  background-color: #2D8DDA;
  border-color: #2D8DDA !important;
}

.add-to-cart-wrapper {
  width: 55%;
  margin-bottom: 5px;
  display: flex;
  justify-content: flex-end;
}
.price-and-dd-to-cart-wrap {
  margin-bottom: 5px;
  margin-top: 10px;
}
.teaser-qnt-wrapper-label {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
}
.listing-item .amount,
.listing-item .currency-symbol {
  color: #417DBB;
  font-size: 19px;
}
.listing-item .discount-red .currency-symbol,
.listing-item .discount-red .amount {
  color: red;
}
.listing-item .listing-item__title h6 a {
  font-size: 15px;
  font-weight: 500;
  -webkit-line-clamp: 2;
  color: #000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.teaser-qnt-wrapper .close {
  position: absolute;
  right: 0;
  top: 1px;
  font-weight: normal;
  padding: 0 10px;
  z-index: 10;
  font-size: 2rem;
}
.listing-item .product-price__wrap-price .pr1 span.amount,
.listing-item .product-price__wrap-price .pr1 span.currency-symbol {
  font-size: 19px;
  font-weight: 700;
  font-family: Inter,sans-serif;
}
.teaser-tootekood {
  font-size: 14px;
  margin-top: 5px;
  color: #333;
}
.col-product {
  flex: 0 0 20%;
  max-width: 20%;
}

.cart-n-qty-wrappper {
  border-top: 1px solid #E4E4E4;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  display: flex;
  justify-content: flex-end;

}
.cart-n-qty-wrappper .qty-wrappper {
  padding-right: 0;
  width: 50%;
  justify-content: flex-start;
  display: none;
}
.cart-n-qty-wrappper .qty-wrappper input {
  display: block;
  width: 34px;
  font-size: 20px;
  border: 1px solid #E4E4E4;
  height: 32px;
}
.cart-n-qty-wrappper .qty-wrappper input.small-minus {
  border-radius: 5px 0 0 5px;
  border-right: none;
  background-color: #fff;
  color: #969696;
}
.cart-n-qty-wrappper .qty-wrappper input.small-plus {
  border-radius: 0 5px 5px 0;
  border-left: none;
  background-color: #fff;
  color: #969696;
}
.cart-n-qty-wrappper .qty-wrappper input.small-qty {
  text-align: center;
  width: 40px;
  background-color: #fff;
  font-size: 13px;
  color: #333;
}


.tw-chat iframe {
  right: 5px !important;
}

.teaser-qnt-wrapper-label a {
  color:#111;
  text-decoration: underline;
}
.teaser-qnt-wrapper-label a:hover {
  color: #2198ed;
  text-decoration: underline;
}

#product .left-col, #category .left-col {
  margin-top: 5px;
  padding-right: 5px;
  padding-left: 0;
}

#category .category-pagination ul.pager--infinite-scroll {
  display: none;
}

.product-list-filters .card-body {
  max-height: inherit;
}

.sorting-direction {
  margin-right: 0;
}

.category-form {
  padding-right: 23px;
}

.mob-filter__group.closed {
  display: none;
}

.messages {
  /* to avoid conflicts with left-cateries-column*/
  position: relative;
  z-index: 20;
}

#product .category-box,
#category .category-box {
  padding-left: 0;
  padding-right: 5px;
}

/*.form-item-commerce-payment-payment-method {*/
/*  display: block;*/
/*  width: 100%;*/
/*  margin-bottom: 20px;*/
/*  overflow: hidden;*/
/*}*/

.form-item-payment-information-payment-method .bank-icon {
  display: inline-block;
  padding-bottom: 5px;
  padding-right: 10px;
}

.form-item-payment-information-payment-method .payment-method-icons {
  margin-top: 10px;
}

/* not matched to current selectors,  overrided */
/* todo - check all other classes .form-item-commerce-payment-payment-method */
/*
.form-item-commerce-payment-payment-method .payment-method-description {
  color: #6a6060;
  font-size: 14px;
  margin-top: 3px;
}
*/

/*.form-item-commerce-payment-payment-method .ajax-progress-throbber {*/
/*  display: none;*/
/*}*/

/*.form-item-commerce-payment-payment-method.selected {*/
/*  border-color: #417DBB!important;*/
/*  background: #EAEFFD!important;*/
/*}*/

.payment-redirect-form input[type=submit] {
  padding: 5px 10px;
  border: 1px solid #417DBB;
  border-radius: 5px;
  color: #fff;
  background-color: #417DBB;
}



.spec-groups-wrapper {
  display: flex;
  background: #fff;
  border: 1px solid #e4e4e4;
  margin: 10px 0;
  padding: 5px 40px;
  padding-bottom: 20px;
}
.spec-groups-col {
  width: 50%;
  margin-right: 65px;
}
.spec-groups {
}
.spec-group {
  margin-bottom: 0;
}
.spec-group ul {
  padding-left: 0;
}
.spec-group .group-name {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  font-size: 17px;
  font-weight: 600;
  border-bottom: 1px solid #e4e4e4;
  padding-top: 20px;
}
.spec-item {
  display: flex;
  padding: 5px 10px;
}

.spec-item:nth-child(even) {
  background-color: #f7f7f7;
  background: none;
  border-bottom: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
}
.spec-item:nth-child(odd) {
  background-color: #ececec;
  background: none;
  border-bottom: 1px solid #e4e4e4;
  color: #252525;
  background-color: #f5f5f5;
  border-right: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
}
.spec-item div {
  width: 50%;
  font-size: 15px;
}
.similar-products .row{
  margin-left: 1px;
  margin-right: 0;
}
.similar-products h2{
  padding-bottom: 15px;
  /* border: 1px solid #E4E4E4; */
  /*  background: white;*/
  margin-right: 0;
  margin-left: 5px;
  padding-left: 15px;
  padding-top: 15px;
  border-bottom: none;
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 0;
}

.product-galery {
  opacity: 0;
}

#product .similar-products {
  background: #fff;
  border: 1px solid #E4E4E4;
  margin-top: 10px;
  padding-bottom: 10px;
}

.loading-page {
  width: 50%;
  min-width: 300px;
  margin: 1% auto;
  color: #1C1C1C;
  font-size: 1.6rem;
}

.category-search{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 2px 5px 0 5px;
  background: #ffffff;
  border: 1px #E4E4E4 solid;
  margin: 5px auto 5px auto;
}
.category-search .taxonomy-item{
  padding: 7px;
  width: 210px;
}
.category-search .taxonomy-item a{
  width: 100%;
  display: block;
}
.category-search .taxonomy-item .category-img{
  height: 80px;
}
.category-search .taxonomy-item img{
  max-width: 100px;
  width: auto;
  max-height: 76px;
  padding: 2px 4px 2px 4px ;
  margin: 0 auto;
  display: block;
}

.category-search .taxonomy-item .category-name{
  width: 100%;
  text-align: center;
}

#orient-register-private-client-form .captcha,
#orient-register-company-client-form  .captcha {
  margin-top: -20px;
  margin-bottom: 10px;
}

#minu .minu-left aside ul a span {
  margin-left: 0;
}

.page-brands .product-ajax .breadcrumb {
  display: block;
}

.page-brands .product-ajax h1, .page-sale .product-ajax  h1, .page-uued-tooted .product-ajax  h1 {
  display: block;
}

#shipping-kuller-form {
  width: 100%;
  min-width:250px;
  display: block;
  padding-bottom: 10px;
}
.form-item-commerce-shipping-service-details-delivery-kuller-address {
  margin-top: 0;
  padding-top: 0;
}

#cart .form-radios input#edit-commerce-shipping-service-details-delivery-kuller-address,
#cart .form-radios input#edit-commerce-shipping-service-details-delivery-kiirtarne-address {
  display: block;
  height: calc(1.5em + 0.9rem + 2px);
  padding: 0.45rem 0.85rem;
  margin-right: 0;
  margin-top: 0;
  width: 100%;
  margin-bottom: 5px;
}
#cart .form-radios input#edit-commerce-shipping-service-details-delivery-kuller-postiindeks,
#cart .form-radios input#edit-commerce-shipping-service-details-delivery-kuller-city,
#cart .form-radios input#edit-commerce-shipping-service-details-delivery-kiirtarne-postiindeks,
#cart .form-radios input#edit-commerce-shipping-service-details-delivery-kiirtarne-city {
  height: calc(1.5em + 0.9rem + 2px);
  padding: 0.45rem 0.85rem;
  margin-right: 0;
  margin-top: 0;
  width: calc(100%);
  max-width: 100%;
}
#shipping-kiirtarne-form label {
  display: none !important;
}
#cart .checkout-pane .form-item.js-form-type-textfield.form-item-commerce-shipping-service-details-delivery-kuller-address {
  max-width: 100%;
}
.form-item-commerce-shipping-service-details-delivery-kiirtarne-address {
  margin-top: 0;
  padding-top: 0;
}
#cart .checkout-pane .form-item.js-form-type-textfield.form-item-commerce-shipping-service-details-delivery-kuller-postiindeks,
#cart .checkout-pane .form-item.js-form-type-textfield.form-item-commerce-shipping-service-details-delivery-kuller-city {
  width: calc(50% - 10px);
  margin-right: 0;
  margin-top: 0;
  padding-top: 5px;
  display: block;
  float: left;
  clear: none;
}
#cart .checkout-pane .form-item.js-form-type-textfield.form-item-commerce-shipping-service-details-delivery-kuller-postiindeks {
  margin-right: 20px;
}
#cart .checkout-pane .form-item.js-form-type-textfield.form-item-commerce-shipping-service-details-delivery-kuller-city {
  margin-right: 0;
}

#cart .checkout-pane .form-item.js-form-type-textfield.form-item-commerce-shipping-service-details-delivery-kiirtarne-postiindeks,
#cart .checkout-pane .form-item.js-form-type-textfield.form-item-commerce-shipping-service-details-delivery-kiirtarne-city {
  width: calc(50% - 12px);
  margin-top: 0;
  padding-top: 0;
  display: block;
  float: left;
  clear: none;
  margin-right: 0;
}
#cart .checkout-pane .form-item.js-form-type-textfield.form-item-commerce-shipping-service-details-delivery-kiirtarne-postiindeks {
  margin-right: 20px;
}
#commerce-shipping-service-details .details {
  font-size: 13px;
  clear: both;
}

#edit-customer-details-order-type{
  clear: both;
  padding-top: 20px;
  display: table;
  min-width: 300px;
  font-size: 14px;
  padding-left: 0;
  margin-left: 0;
}

#edit-customer-details-order-type .form-type-radio {
  width: 130px;
  display: block;
  float: left;
  clear: none;
  margin-right: 20px;
}

#edit-customer-details-order-type .option {
  display: block;
  float: left;
  margin-right: 20px;
  padding: 0 !important;
  width: 127px;
  height: 30px;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 30px;
  text-align: center;
  color: #417DBB !important;
  background: #FFFFFF;
  border: 1px solid #417DBB;
  border-radius: 6px !important;
  cursor: pointer;
}
#edit-customer-details-order-type .option:hover {
  background-color: #417DBB !important;
  color: #FFFFFF !important;
  opacity: 0.9;
}
#edit-customer-details-order-type .btn-check-option:checked + .option {
  color: #FFFFFF !important;
  background-color: #417DBB !important;
  border: 1px solid #417DBB !important;
}
.btn-check-option.form-radio {
  width: 1px;
  height: 1px;
  opacity: 0;
}

#commerce-checkout-form-checkout .top-form{
  margin: 30px 0 5px 0;
  width: 100%;
  border-bottom: 1px solid #E4E4E4;
  padding-bottom: 7px;
}
#commerce-checkout-form-checkout .shipping-top-form.top-form {
  margin: 5px 0 20px 0;
  display: block;
  text-transform: uppercase;
  font-weight: 650;
  font-size: 14px;
}

#commerce-checkout-form-checkout .top-form span {
  font-weight: 600;
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.form-item-customer-details-column-second-comment1 {
  clear: both;
}

.form-item-customer-details-order-type{
  position: relative;
}
.form-item-customer-details-order-type .ajax-progress.ajax-progress-throbber {
  position: absolute;
  top: -10px;
  left: 0;
  width: 200px;
}

#shipping-kuller-form label,
#commerce-shipping-service-details label,
#shipping-omniva-form label,
#shipping-post24-form label,
#shipping-smartpost-est-form label {
  display: none !important;
}

#shipping-information-wrapper .checkout-pane {
  border: 1px solid #e4e4e4;
  border-radius: 6px;
  /*padding: 20px 0;*/
  padding: 0 20px 20px;
}
.form-item-customer-data-column-first-comment1 {
  clear: both;
  padding-top: 1em;
}

/* d7 checkout boxes*/
#edit-commerce-shipping-shipping-service .shipping-label {
  display: inline-block;
  width: 100%;
  padding: 12px 20px 12px 45px;
  border: 1px solid #e4e4e4;
  border-radius: 10px; ;
  background: #F7F7F7;
}
#edit-commerce-shipping-shipping-service .form-radio:checked + .option .shipping-label {
  border: 1px solid #417DBB;
  background: #EAEFFD;
}
#edit-commerce-shipping-shipping-service .form-radio {
  margin-top: 15px !important;
  margin-left: 15px !important;
  position: absolute ;
}
#edit-commerce-shipping-shipping-service .method-description {
  color: #969696;
  font-size: 13px;
  padding-left: 3px;
}
.form-item-commerce-shipping-shipping-service {
  position: relative;
}
/* end of d7 checkout boxes*/



/* start of override checkout boxes*/
.checkout-pane-shipping-information-orient .js-form-type-radio  {
  display: inline-block;
  width: 100%;
  padding: 12px 20px 12px 45px;
  border: 1px solid #e4e4e4;
  border-radius: 10px; ;
  background: #F7F7F7;
  position: relative;
}
.checkout-pane-shipping-information-orient .js-form-type-radio input[type="radio"] {
  display: inline-block;
  position: absolute;
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 15px;
}
/* end of override checkout boxes*/


#edit-commerce-shipping-shipping-service .ajax-progress.ajax-progress-throbber {
  /*
  position: absolute;
  top: -10px;
  z-index: 11;
  */
  display: none;
}
.company-fields .form-item {
  width: 50%;
}

.field--name-field-address,
.field--name-field-city,
.field--name-field-postal-code,
.field--name-field-kiosks-smartpost,
.field--name-field-kiosks {
  display: none;
}

.form-item-customer-details-column-first-bill-for-company {
  margin-bottom: 5px;

}
#cart .checkout-pane .form-item-customer-details-column-first-bill-for-company label,
.form-item-customer-details-column-first-bill-for-company input {
  display: inline-block;
}

.checkout-pane .column-first,
.checkout-pane .column-first {
  display: flex;
  flex-wrap: wrap;
}
.checkout-pane .js-form-item-customer-departments-departments,
.checkout-pane .form-item-customer-data-column-first-comment1{
  max-width: 100%;
  padding-right: 20px;
  margin-top: 0;
  padding-top: 0;
  width: 100%;
}

.label-required:after {
  content:" *";
  color: red;
}
.has-departments #commerce-shipping {
  top: 0;
}

.checkout_review .department-name {
  padding-left: 20px;
  padding-bottom: 10px;
}

.listing-item .listing-item__img .teaser-image-icon {
  top: 8px;
  text-transform: uppercase;
  left: 25px;
  font-weight: 700;
  font-size: 0.75rem;
  border-radius: 7px;
  padding: 3px 8px;
  position: relative;
  display: inline-block;
  color: #ffffff;
  width: auto;
  height: auto !important;
  overflow: inherit;
  z-index: 10;
}

.opacity-loading {
  opacity: 0.6;
}
.opacity-loading-front {
  opacity: 0.7;
}

#cart #commerce-checkout-form-checkout #commerce-payment .content {
  padding-top: 10px;
}

/* recently-viewed-product */
.view-recently-viewed-products .view-content {
  max-width: 100% !important;
  width: 100%;
  /*display: flex;*/
  /*!*justify-content: space-around;*!*/
  /*justify-content: start;*/
  height: 100%;
  display: table;
}

.view-recently-viewed-products .view-content .views-row{
  margin-left: 0 !important;
  margin-right: 1px !important;
  display: block;
  float: left;
}
.recently-viewed-products.similar-products{
  background: #ffffff;
}
/* end recently-viewed-product */








/* ---------css injector ---------*/

#category h1 {
  display: flex;
  z-index: 1;
  color: #111111;
  margin-bottom: 0;
  font-size: 1.7em;
  text-transform: none;
  flex-direction: row;
  justify-content: flex-start;
  margin-top: 0;
}

p, h1, h2, h3, h4, h5, h6 {
  padding: 0;
}
/*h1, .h1 {*/
/*  font-size: 1.2rem;*/
/*  text-transform: uppercase;*/
/*}*/

.li-back span {
  text-transform: uppercase;
  color: black;
  font-size: 14px;
  font-weight: 650;
}

#product .product .product-info h1 {
  color: #1C1C1C;
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 650;
  text-transform: none;
  margin-top: 15px;
  padding-right: 15px;
  margin-bottom: 15px;
}
.modal-product #product .product .product-info h1 {
  font-size: 1.4rem;
}
.modal-product .product-galery-arrow {
  display: none;
}

#product .product-prices .product-prices__qnt .form-q p {
  font-size: 0.8rem;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 5px;
  display: none;
}

.custom-control-label {
  margin-bottom: 0;
  line-height: 2;
  vertical-align: top;
  display: inline-block;
  font-size: 0.8rem;
  text-transform: none;
  font-weight: normal;
}

#minu .minu-left .minu-left__head span {
  font-weight: 600;
  font-size: 0.85rem;
  text-transform: uppercase;
  color: #585757;
  line-height: 10px;
}

#minu .minu-right .minu-right__head h1 {
  color: #1C1C1C;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2rem;
  margin-top: 75px;
}


#minu .minu-left .minu-left__head h3 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #1C1C1C;
  line-height: 26px;
}

.meist h1 {
  font-weight: 700;
  font-size: 1.8rem;
  color: #111111;
  margin-bottom: 20px;
  margin-top: 20px;
}

.modal-title {
  color: #1c1c1c;
  /*font-size: 1.2rem;*/
  /*font-weight: 650;*/
  text-transform: uppercase;
  /*margin-top: 15px;*/
  font-size: 1rem;
  font-weight: 700;
  margin-top: 10px;
}

#forms span {
  display: none;
}

#product .product .product-info__label span {
  border-radius: 7px;
  padding: 3px 6px;
  margin-right: 10px;
  font-weight: 600;
  left: 30px;
  top: 26px;
  font-size: 0.75rem;
}
#product .product .product-info__label.discount_left_wrapper span {
  left: -10px;
  top: 20px;
}

#present h1 {
  color: #111111;
  font-weight: 650;
  font-size: 1.5rem;
}

#cart h1 {
  font-weight: 700;
  font-size: 1.800rem;
  color: #1C1C1C;
  margin-bottom: 25px;
}

#product .product-prices .product-prices__wrap .product-price__wrap-price span {
  font-size: 2.5rem;
  font-weight: 700;
}
.modal-product #product .product-prices .product-prices__wrap .product-price__wrap-price span {
  font-size: 2.2rem;
}

.checkout_review #customer-details h2 {
  font-weight: 700;
  padding: 20px 20px 5px 20px;
  color: black;
  font-size: 0.967rem;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.tracking-wrap .step.active .text {
  font-weight: 700;
  color: #1C1C1C;
}
.tracking-wrap .text {
  display: block;
  margin-top: 10px;
  color: #969696;
  text-transform: uppercase;
}

#cart .cart-left .cart-left__block .cart-left__block-text h6 {
  color: BLACK;
  text-transform: uppercase;
  font-size: 0.85em;
  font-weight: 700;
}

#categoriesAs .categoriesas-item a:hover {
  box-shadow: 0 8px 16px rgb(0 0 0 / 20%);
  color: #417DBB;
}

footer .footer-down {
  border-top: 1px solid #E4E4E4;
  margin-top: 5px;
  padding-top: 25px;
  padding-bottom: 25px;
}

#cart {
  margin-top: 30px;
  padding-bottom: 20px;
}

/*#cart .cart-left .cart-left__block .cart-left__block-text p,*/
.region-sidebar .cart-left__block .cart-left__block-text p {
  margin-top: 10px;
}

/*.common_image_and_text_parent_element_class:hover .text_class a { color: #hover_color; }*/
.listing-item .listing-item__title h6 a:hover {
  text-decoration: underline;
}

.text-white {
  display: none;
}

#product .product-prices .product-prices__dicount a {
  background: #DCEDFF;
  color: #28629E;
  padding: 15px 20px;
  border-radius: 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  /*  display: flex;*/
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
}

.views-field .views-field-commerce-total .views-align-right {
  text-align: center;
}

.categories-item a img {
  width: 40px;
}

/* by Kristo request 11.08.2021 */
/* end by Kristo request*/

.views-exposed-form label {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
}

.my-products-wrapper .cart-content .cart-content__left .cart-content__table table tbody tr .table-title,
#cart .cart-content .cart-content__left .cart-content__table table tbody tr .table-title {
  max-width: 460px;
  height: 65px;
}
.my-products-wrapper .cart-content .cart-content__left .cart-content__table table td:nth-child(2), #cart .cart-content .cart-content__left .cart-content__table table td:nth-child(2) {
  /* 5px is noo near */
  /*padding-left: 5px;*/
  padding-left: 10px;
}

#product .product-prices .product-prices__radio label span small {
  color: black;
  font-size: inherit;
}

#minu .minu-right .minu-right__main .minu-right__main-table ul li span:last-child {
  font-weight: 400;

}

.container-inline .fieldset-wrapper {
  display: block;
  margin-bottom: 15px;
}

#product h4 {
  color: #343A40;
  font-weight: 650;
  font-size: 17px;
}

#RegistreeruAS form button {
  color: #585757;
  font-size: 15px;
  font-weight: 600;
}

.page-node-31642 .page-title, .page-node-31641 .page-title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 17px;
}

#product .product .product-info .product-info__label .white {
  text-transform: uppercase;
}

small, .small {
  font-size: 100%;
  font-weight: 400;
  text-transform: none;
}

#cart .cart-content .cart-content__left .cart-content__table table tbody tr .table-title h6 {
  font-size: 0.97rem;
}

label.option {
  text-transform: none;
}

#categoriesAs .categoriesas-item a:hover svg path {
  fill: #559AFF;
}

.main-menu-category > li:hover > ul,
.main-menu-category li ul li:hover ul {
  box-shadow: 0 2px 1px 1px #eeeeee;
}

.main-menu-category > li > ul > li > ul > li:hover a {
  background: #f5f5f5;
}



.item-list ul {
  margin: 0 0 0.75em 0;
  padding: 20px;
}

#category .category-pagination ul {
  border: none;
  height: 65px;
}


.my-products-wrapper .cart-content .cart-content__left .cart-content__table table tbody tr td, #cart .cart-content .cart-content__left .cart-content__table table tbody tr td {
  padding-right: 4px;
  padding-bottom: 20px;
  padding-top: 20px;
}

.goog-te-gadget {

  display: none;
}

b, strong {
  font-weight: 800;
}

.listing-item.grid-item .added-to-cart {
  width: 100%;
  top: 90%;
}

.top-cart-rows figcaption .price {
  color: #1C1C1C;
  font-weight: 750;
  display: none;
}
.my-products-wrapper .cart-content .cart-content__right .cart-content__right-prices ul li:last-child span:last-child,
#cart .cart-content .cart-content__right .cart-content__right-prices ul li:last-child span:last-child {
  font-weight: 700;
}

.my-products-wrapper .cart-content .cart-content__left .cart-content__table table tbody tr .table-price span,
#cart .cart-content .cart-content__left .cart-content__table table tbody tr .table-price span {
  font-weight: 700;
  color: #1C1C1C;
}

#product .product-table {
  margin-top: 5px;
  padding: 30px;
  border: 1px solid #E4E4E4;
  box-shadow: none;
  border-radius: 0;
}

#product .discount-red .product-prices .product-prices__wrap .product-price__wrap-price span {
  font-weight: 750;
  font-size: 30px;
  color: #FA3434;
}


#views-form-minu-lemmikud-page .added-to-cart {
  line-height: 2.5em;
  width: fit-content;
  padding-left: 15px;
  padding-right: 15px;

}

#categoriesAs .categoriesas-item a {
  padding: 22px 20px;
}

#categoriesAs .categoriesas-item {
  margin-bottom: 18px;
}

#category .category-form {
  margin-bottom: 5px;
  margin-top: 5px;
}

.product-prices .product-prices__wrap .product-price__wrap-discount {
  display: none;
}

.no-results-message {
  font-weight: 700;
  font-size: 1.4em;
}

#launch-msg {
  display: none;
}

hr {
  margin-top: 0.3rem;
  margin-bottom: 0.3rem;
}

.btn-primary {
  color: #fff;
  background-color: #417DBB;
  border-color: #417DBB;
}

.btn-outline-primary {
  color: #036BB6;
  border-color: #036BB6;
}

.btn-primary:hover {
  color: #fff;
  background-color: #2D8DDA;
  border-color: #2D8DDA;
}

.btn-outline-primary:hover {
  color: #fff;
  background-color: #036BB6;
  border-color: #036BB6;
}

.region-sidebar .cart-left__block .cart-left__block-text h6, .cart-left .cart-left__block .cart-left__block-text h6 {
  color: black;
  text-transform: uppercase;
  font-size: 0.867em;
  font-weight: 700;
}

.form-item .description {
  font-size: 0.85em;
  margin-top: 4px;
}

footer {
  padding-left: 50px !important;
  padding-right: 50px !important;
}

.modal-header {
  margin-bottom: -10px;
}

h3, .h3 {
  font-size: 1.1rem;
  text-transform: uppercase;
  font-weight: 800;
}

#minu .minu-right .minu-right__head h1 {
  margin-top: 0;
}

#minu .minu-left .minu-left__head {
  display: none;
}

th.active img {
  margin-left: 5px;
}

#categories h1 {
  display: none;
}

ul.primary li a {
  margin-right: 0.4em;
  padding: 0 4em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.contact-main__wrap .contact-main__icons:last-child .contact-main__icon-head h4 {
  font-size: 1.2rem;
}

.contact-main__wrap .contact-main__icons:last-child .contact-main__block-head h4 {
  font-size: 1.1rem;
}
.contact-main__wrap .contact-main__icons:last-child .contact-main__icon {
  padding: 0 20px;
}

.contact-main__wrap .contact-main__icons:last-child .contact-main__icon:nth-of-type(2n) {
    border-left: 1px solid #E4E4E4;
  border-right: 1px solid #E4E4E4;
}
.contact-main__wrap .contact-main__icons:last-child {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
    border-bottom: unset !important;
    padding-bottom: 0 !important;
}

div.warning {
  display: none;
}

.font-weight-bold {
  font-weight: 700 !important;
}

ul.menu li {
  margin: 0 0 0 0.9em;
}
.region-top-line-right ul.menu li {
  margin: 0 0 0 1.5em;
}



.cart-content .cart-content__left .cart-content__table table tbody tr .table-img {
  border-top: 0.5px solid #E4E4E4 !important;
}

.top-cart-rows figcaption .card-title {
  color: #545454;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  /*margin-bottom: 0rem;*/
  font-size: 13px;
  margin-bottom: 0.3rem;
}

.added-to-cart-product .button-ghost:hover {

  color: #fff;
  background-color: #00B517;
  border-color: #00B517;
}

.added-to-cart-product .button-filled:hover {
  background-color: #11893b;
  border-color: #0f7e36;
}

#cart #edit-buttons #edit-continue:hover {
  transition: all ease 0.2s;
  background: #028542;
}

.my-products-wrapper .table-title h6 {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

#product .product-prices__btn .form-submit {
  height: 52px;
  padding: 0 15px;
  max-width: 200px;
  font-weight: 400;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-box-align: center;
  min-width: 190px;
  background: url(../img/cart-bot-bg.svg) 90% center no-repeat;
  background-color: #417DBB;
  padding-right: 50px;
  justify-content: space-around;
}

#product .product-prices .product-prices__radio label span {
  margin-bottom: 10px;
}

#product .product-prices__btn:hover {
  width: 293.75px;
}

#product .product-prices__btn .form-submit:hover {
  background-color: #2D8DDA;
  border-color: #2D8DDA;
}

.listing-item .product-prices__btn .form-submit:hover {
  background-color: #2D8DDA;
  border-color: #2D8DDA;
}

.page-cart #edit-checkout:hover,
.page-cart .checkout-button:hover {
  background-color: #028542;
  transition: all ease 0.2s;
}

.my-products-wrapper .btn-forms-white:hover {
  box-shadow: 0 4px 8px rgb(0 0 0 / 10%);
}


/*.checkout_review #customer-details {*/
/*  margin-bottom: -15px;*/
/*}*/

#product .product-material ul li .product-material__link a {
  margin-right: 30px;
}

#product .product-prices .product-prices__qnt {
  margin-top: 10px;
}

#product .product-material ul li .product-material__text {
  font-weight: 600;
  font-size: 14px;
}

.main-menu-category > li > ul > li > ul > li a {
  background: #FFFFFF !important;
}

#categories .categories-item:hover {
  box-shadow: 0 8px 16px rgb(0 0 0 / 20%);
  color: #417DBB;
}

#categories .categories-item:hover a p {
  color: #417DBB;
}

.listing-item:hover {
  transition: all ease 0.2s;
}

.listing .listing-head > a:hover {
  background-color: #2D8DDA;
  border-color: #2D8DDA;
  color: #fff;
}

.modal-body .form-group > a.float-right {
  color: #969696;
  font-size: 0.99rem;
}

#contact .contact-form form input[type=submit] {
  background: #417DBB;
}

.product-my-product .product-prices__radio {
  margin-top: 5px;
}

.amount .view-minu-lemmikud .views-field-commerce-price {
  font-weight: 800;
  font-size: 15px;
  color:#417DBB
}

#product .product-material {
  margin-top: 5px;
  border: 1px solid #E4E4E4;
  box-shadow: none;
  border-radius: 0;
}

#product .product-table table tr:nth-child(2n) {
  background: #ededed;
}

#product .product .product-info .product-info__table table tr td:first-child {
  font-size: 14px;
}

#product .product .product-info .product-info__table table tr td:last-child {
  font-size: 13px;
}

#product .product-prices .product-prices__dicount {
  display: none;
}

.center-block-link:hover {
  background-color: #2D8DDA;
  border-color: #2D8DDA;
  color: white;
}

#product .product .product-info .product-info__table table tr {
  background: #f5f5f5;
}

#product .product .product-info .product-info__table table tr:nth-child(2n) {
  background: #eaeaea;
}

#product .product .product-info .product-info__table table tr td {
  padding-top: 5px;
  padding-bottom: 5px;
}

#topbarmsg-content {
  font-size: 13px;
}
#topbarmsg-container {
  height: 30px;
}
/* Less than admin-bar. */
/*
#topbarmsg-wrapper {
  z-index: 800;
}
*/


#topbarmsg-container a {
  color: #F3FA25;
  font-family: 'Inter';
  text-decoration: none;
}

#topbarmsg-logo {
  margin-left: 10px;
}

.center-block-link1:hover {
  color: #2D8DDA;
}

select,
textarea,
input[type=text],
input[type=number],
input[type=password],
input[type=email],
input[type=phone] {
  /*font-size: 0.85rem;*/
  font-size: 0.9rem;
}

/*.region-checkout-products .form-q .form-text,*/
/*.region-top-cart .form-q .form-text*/

.region-checkout-products .form-q .form-text,
.region-checkout-products .form-q .form-number,
.region-top-cart .form-q .form-text,
.region-top-cart .form-q .form-number {
  font-size: 12px;
}

.product-my-product .product-prices__btn .form-submit:hover {
  background-color: #2D8DDA;
  border-color: #2D8DDA;
}

.header-center {
  padding: 15px 30px;
}

.my-products-wrapper .cart-content .cart-content__left .cart-content__table table td, #cart .cart-content .cart-content__left .cart-content__table table td {
  padding-left: 10px;
}

.data-rows .product-my-product {
  min-height: 110px;
}

.region-sidebar .cart-left__block, .cart-left .cart-left__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-content: flex-end;
  flex-direction: row;
  align-items: center;
  border: 1px solid rgba(0,0,0,0.15);
  margin-top: 10px;
}

.row {
  display: flex;
  flex-wrap: wrap;
}

/*
//.listing-item .listing-item__wrap .perm-customer-price {
    display: none;
}
*/

body.page-promotion h1 {
  display: none;
}
body.page-promotion .modal-product h1 {
  display: block;
}

#cart .cart-content .cart-content__right {
  width: 25%;
}


.product-my-product .added-to-cart a.icon {
  /*font-size: 12px;*/
  font-size: 13px;
}

.view-minu-lemmikud .added-to-cart a.icon {
  font-size: 13px;
}

.my-products-wrapper .cart-content .cart-content__right {
  border-left: 1px solid #E4E4E4;
  margin-left: 25px;
  padding: 20px;
  width: 25%;
}

.product-my-product .custom-control-label {
  text-transform: none;
}


.my-products-wrapper .cart-content {
  background: #fff;
  border-radius: 6px;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: flex-start;
}

/*.neighbor-categories-wrapper li a.active, .neighbor-categories-wrapper li a:hover {
    background-color: #f5f5f5;
    color: #2D8DDA;
}*/

.page-promotion .breadcrumb {
  display: none;
}
.page-promotion .modal-product .breadcrumb {
  display: flex;
}

.wo-chidren .category-item-2 a {
  text-transform: none;
}

#category .category-product .grid-item .listing-item__wrap .listing-item__price span.amount {
  font-size: 1.2rem;
  font-weight: 750;
}

.top-cart-popup .total-subitems .price-wrap > span {
  font-size: 14px;
}


.top-cart-rows .pices-wrapper .item-quantity {
  color: #969696;
}
.total-final .grand-total {
  font-weight: 600;
}

.category-block small, .small {
  font-size: 95%;
}

.category-block h3.category-name a:hover {
  color: #2D8DDA;
}

.category-block a.child-category:hover {
  text-decoration: underline;
}

.with-filters .category-block h3.category-name a {
  font-size: 15px;
  margin: 0;
}
.order-overview-btn a:hover {
  background-color: #2198ed;
  border-color: #2198ed;
  box-shadow: none;
}

#categoriesAs {
  margin-bottom: 5px;
}

.shipping-service-item .shipping-service-title {
  font-size: 13px;
}

.shipping-service-item .shipping-service-price {
  font-size: 13px;
  font-weight: 500;
  color: darkslategrey;
}

.page-promotion #categoriesAs{
  display: none;
}

.product-my-product .product-prices__radio label:first-child span {
  font-weight: normal;
}

.product-my-product .stock span {
  font-size: 14px;
  display: none;
}

.product-my-product .product-price__wrap-price .pr1,
.product-my-product .product-price__wrap-price .pr2 {
  padding-bottom: 0.5px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
  min-width: 90px;
  display: inline-block;
}

.product-my-product .product-prices__radio label span {
  padding: 0 10px;
}


.product-my-product .text-pak {
  margin-top: 5px;
}

.my-products-wrapper .cart-content .cart-content__left .cart-content__table table tbody tr .table-qnt .form-q button, #cart .cart-content .cart-content__left .cart-content__table table tbody tr .table-qnt .form-q button {
  height: 34px;
}

.listing-item__price .product-price__wrap-price .perm-customer-price {
  display: none;
}

.listing-item .orient-blue {
  white-space: nowrap;
  border-radius: 5px;
  margin-right: 10px;
}

ul[data-sa-theme="basic-grey"] .ui-autocomplete-field-title {
  text-align: left;
  font-size: 1.15em;
  transition-delay: 0s;
}

ul[data-sa-theme="basic-grey"] .ui-autocomplete-fields {
  padding: 8px 15px;
}

#product .product-prices .product-prices__wrap .product-price__wrap-price span small {
  font-family: 'Inter', sans-serif;
}

.orient-slider .slide-arrow {
  background: rgba(0,0,0,0.3);
}

.listing-item .listing-item__wrap {
  padding-bottom: 5px;
}

ul[data-sa-theme="basic-grey"] .ui-autocomplete-field-group.brands,
ul[data-sa-theme="basic-grey"] .ui-autocomplete-field-group.products,
ul[data-sa-theme="basic-grey"] .ui-autocomplete-field-group.categories {
  right: inherit;
  width: 100%;
  padding: 10px 10px;
  background-color: #f9f9f9;
  font-size: 13px;
  font-weight: 700;
  color: #555;
  font-family: 'Inter', sans-serif;
  text-transform: uppercase;
  transition-delay: 0s;
}

.listing-item .product-prices__btn .form-submit {
  font-size: 13.4px;
  letter-spacing: .22px;
  height: 40px;
}

.page-brands .breadcrumb {
  display: none;
}

.neighbor-categories-wrapper > ul > li > a.active-trail {
  background-color: #417DBB;
  color: white;
}
.neighbor-categories-wrapper > ul > li > a.active-trail .icon-control {
  color: white;
}

.neighbor-category ul li a.active .products-count {
  color: #00539D;
}

.neighbor-category ul li a:hover .products-count{
  color: #00539D;
}

#block-mainmenuen ul.menu li a,
#block-mainmenuru ul.menu  li a,
#block-kontor-main-menu ul.menu  li a:hover {
  text-decoration: underline;
}

.neighbor-categories-wrapper > ul > li > a.active {
  background-color: #417DBB;
  color: white;
}

.neighbor-categories-wrapper > ul > li > a.active .icon-control {
  color: white;
}

.form-inline {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}

#category .category-form .btn-outline-secondary {
  display: none;
}

.page-brands h1 {
  display: none;
}

.page-brands #categoriesAs {
  display: none;
}

.breadcrumbs {
  margin-top: 10px;
  margin-left: 15px;
  margin-bottom: 0;
}

#product .product .product-galery .product-galery__main {
  margin-bottom: 0;
}

.old-price .product-unit {
  display: none;
}

.listing-item .onstock.stock-green {
  color: #333;
  background-image: none;
  padding-left: 0;
  background-color: #fff;
}

.light-cart-btn:hover {
  background-color: #2D8DDA;
  border-color: #2D8DDA;
  transition: all ease 0.2s;
}

.listing-item .listing-item__img {
  margin-bottom: 10px;
  border-bottom: 1px solid #E4E4E4;
}

#product .product-prices .product-prices__wrap .product-price__wrap-price p {
  margin-bottom: 5px;
  margin-top: 5px;
}

.btn-forms {
  font-weight: 400;
}

.text-nowrap {
  font-size: 14px;
}

.modal-backdrop.show {
  transition-delay: 0s;
  opacity: 0.2;
}

.a .teaser-qnt-wrapper-label {
  color: #444;
}

.breadcrumb a:hover {
  color: #2198ed;
  text-decoration: underline;
}

#categoriesAs .col-12 h1 {
  font-size: 19px;
}

.mr-3, .mx-3 {
  margin-right: 0.4rem !important;
}

footer .footer-block h5 {
  margin-top: 15px;
}

.payment-method-title b, strong {
  font-weight: 500;
  font-size: 1.03em;
}
#block-kontor-cartmenu ul{
  display: block;
  border-radius: 7px;
  overflow: hidden;
}

#block-kontor-cartmenu ul li{
  margin-left: 0;
}

#block-kontor-cartmenu li a{
  border-radius: 0;
  border-left: 0;
  border-right: 0;
  color: #545454;
  font-size: 1rem;
  padding: 13px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ffffff;
  border-bottom: 1px solid rgba(0,0,0,0.125);
}
#block-kontor-cartmenu li:last-child a{
  border-bottom: none;
}
.region-sidebar aside .list-group-item.active, .cart-left aside .list-group-item.active, #block-kontor-cartmenu li .is-active {
  color: #fff;
  background-color: #417DBB;
  border-color: #417DBB;
}

.my-products-wrapper .cart-content__left .cart-content__table table tbody tr .table-title h6 a, #cart .cart-content .cart-content__left .cart-content__table table tbody tr .table-title h6 a:hover {
  text-decoration: underline;
}

.mb-4, .my-4 {
  margin-bottom: 1.0rem !important;
}

.my-products-wrapper .cart-content, #cart .cart-content {
  border: 1px solid rgba(0,0,0,0.15);
  justify-content: space-evenly;
}

.spec-value {
  display: flex;
  justify-content: space-between;
  color: #1c1c1c;
  font-weight: 400;
}

.spec-label {
  display: flex;
  justify-content: flex-start;
  font-weight: 400;
}

#product .product .product-galery .product-galery__thumb .slick-track .slick-slide {
  margin-right: 30px;
  margin-top: 15px;
}

.col-xxl-5 {
  padding-right: 0;
  padding-left: 0;
}

.similar-product .listing-item:hover {
  box-shadow: none;
}

.similar-product .listing-item {
  margin-right: 5px;
  margin-bottom: 5px;
}

.container {
  max-width: 100% !important;
}

.listing .listing-head {
  margin-left: 10px;
  margin-right: 10px;
}

#product .similar-products .row {
  max-width: 1980px !important;
  width: 100%;
  display: flex;
  justify-content: space-around;
}

#product .right-col {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

#orient-search-form .form-control:focus {
  color: #111;
  border: 1.9px solid #2198ed;
  background: #f5f5f5;
}

.my-products-wrapper .cart-content .cart-content__left, #cart .cart-content .cart-content__left {
  width: auto;
}

.category-search .category-name {
  font-size: 15px;
}

a.light-blue:hover {
  text-decoration: underline;
}

.header-center .header-center__wrap .header-center__right .widget-header button:hover {
  text-decoration: underline;
}

#product .product .product-info .product-info__label span:last-child:hover {
  background: #fafafa;
  color: #444;
}

.card-footer > span > button:hover {
  text-decoration: underline;
}

.modal-body .form-group > a.float-right:hover {
  text-decoration: underline;
}

.category-search .taxonomy-item .category-name:hover {
  text-decoration: underline;
}

/*body.page-node .page-title {*/
/* removed .page-node to avoid problems with header on loading ostuinfo via ajax */
body .page-title {
  margin-top: 15px;
}

#category body.page-node .page-title {
  margin-top: 0 !important;
}

#product body.page-node .page-title {
  margin-top: 0 !important;
}


.view-display-id-search_products {
  padding-left: 15px;
  padding-right: 15px;
}

.compensate-for-scrollbar {
  margin-right: 0 !important;
}

#category .category-pagination ul li:last-child a {
  width: 100px;
}

#category .category-pagination ul li span {
  background: #969696;
  border: #969696;
  height: auto;
  background: none;
  color: #000;
}


#category .category-pagination ul li a:hover {
  background: #969696;
  background: none;
  color: #2D8DDA;
  text-decoration: underline;
}

#category .category-pagination ul li:first-child a {
  width: 150px;
}

#category .pager-ellipsis {
  padding-left: 5px;
  padding-right: 5px;
}


#category .category-pagination ul li a {
  color: #585757;
}

.checkout-pane .column-first .form-item.js-form-type-textfield {
  margin-right: 20px;
  width: 340px;
  margin-bottom: 15px;
}

.form-item, .form-actions {
  margin-top: 0;
}

#category .compensate-for-scrollbar {
  margin-right: 0;
}

#commerce-checkout-form-checkout #commerce-payment {
  margin-bottom: -540px;
}

.tootekood-label {
  display:none;
}

.form-control {
  border: 1px solid #E4E4E4;
}

#minu .minu-left aside ul a {
  font-size: 1.09rem;
}

.cart-content-right-prices-head{
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 5px;
}

.back-to-top-wrapper {
  text-align: center;
  margin-top: 5px;
}
.back-to-top-wrapper img {
  height: 60px;
  width: auto;
}

.orient_infinite_scroll-ajax-loader {
  text-align: center;
  width: 100%;
  display: none;
}

.card-footer a:hover,
.widget-header a:hover {
  color: #417DBB;
}
.links-discount a{
  /*color: red !important;*/
}

.back-to-top-wrapper .scroll-top {
  color: #417DBB;
  display: block;
  border: 1px solid #E4E4E4;
  border-radius: 0;
  margin-left: -10px;
  margin-right: 40px;
  background-color: #fff;
  padding: 15px 0 15px;
  cursor: pointer;
}
.back-to-top-wrapper .scroll-top .fa-angle-up {
  font-size: 40px;
  line-height: 10px;
  height: 20px;
  overflow: hidden;
  margin-bottom: -7px;
}

.neighbor-categories-wrapper li.links-special-category a {
  line-height: 1.75rem;
}
.category-item-3-discount a {
  /*color: red;*/
}
#menu-brands-wrapper{
  width: 220px;
  background: #ffffff;
  position: absolute;
  top: 40px;
  display: block;
  z-index: 500;
  padding: 20px;
  margin-left: -5px ;
  margin-right: -5px;
}
.menu-brands div {
  width: 100%;
  height: 30px;
  display: table;
  overflow: hidden;
}
.all-brands-link {
  padding-top: 10px;
  display: inline-block;
}
.view-brands .view-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.view-brands .view-content .views-row {
  width: 200px;
  padding-bottom: 10px;
}
.view-id-brands .views-exposed-form{
  margin-top: 20px;
}
.view-id-brands #edit-name-wrapper {
  display: block;
  float: left;
}

.view-id-brands .views-exposed-form .views-exposed-widget .form-submit{
  display: block;
  color: #ffffff;
  background: #417DBB;
  padding: 4px 10px;
  border-radius: 4px;
  border: none;
  margin-top: 32px;
}

#menu-brands-wrapper {
  width: 100%;
  border: 1px solid #ddd;
}
.menu-brands {
  display: flex;
  flex-wrap: wrap;
}
.menu-brands li {
  width: 200px;
  margin-bottom: 5px;
}
.view-brands .view-filters {
  margin-bottom: 20px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
}

.clear-cart {
  padding: 0 0 10px 0;
}

.page-checkout-review #cart #edit-buttons #edit-continue {
  margin-left: 0;
}

.view-product-front.view-display-id-page_1 .view-content .back-to-top-wrapper {
  width: 100%;
}
.view-product-front.view-display-id-page_1 .view-content .back-to-top-wrapper a {
  margin-right: 5px;
  margin-left: 0;
}

/* Mobile fix */
#product .product .product-galery .product-galery__main div > a {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  max-height: 550px;
  display: block;
}
.cart-content__table .delete-cart-item {
  cursor: pointer;
  display: block;
  width: 38px;
  height: 38px;
  text-indent: 99999px;
  border: 0;
  background: url(../img/cart.png) center center no-repeat;
}
.cart-content__table .delete-cart-item:hover{
  opacity: 0.7;
}

.delete-from-favorite-list {
  padding-right: 5px;
}

.page-brands h1 {
  margin-top: 10px;
}

/*#block-views-partner-logos-block-2, */
#block-views-block-partner-logos-block-2 {
  background-color: #fff;
  padding-bottom: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
}
/*#block-views-partner-logos-block-2 h2, */
#block-views-block-partner-logos-block-2 h2 {
  padding: 20px 0 10px 20px;
}
.not-left-col #category h1 {
  margin-top: 20px;
}
/* hide search icon by default but enable it in mobile view in mobile.css */
.mob-search {
  display:none;
}

header {
  box-shadow: 0 3px 6px 0 rgb(0 0 0 / 16%);
}

/* Sticky header start */
body > header.header-sticky {
  float: none;
  position: fixed;
  margin-top: 0;
  width: 100%;
}
body > header .header-center .header-center__wrap .logo img {
  /*height: 52px;*/
  height: 49px;
  width: auto;
  transition: height 0.05s;
}
body > header.header-sticky .header-center .header-center__wrap .logo img {
  height: 40px;
  transition: height 0.2s;
}
body > header .header-center {
  padding: 15px 30px;
  transition: padding 0.2s;
}
body > header.header-sticky .header-center {
  padding: 4px 30px;
  /*transition: padding 0.02s;*/
}
body > header.header-sticky .header_top {
  display:none;
  /*  height: 0;
    padding: 0 !important;
    transition: height 0.2s;*/
}

body > header .header-bottom {
  height: 41px;
  overflow: inherit;
  opacity: 1;
  transition: opacity 0.2s;
}

body > header .header-bottom.header-bottom-hidden {
  height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.2s, height 0.2s;
}
/* same logo wrapper width for sticky and normal header */
.header-center__wrap .logo {
  width: 196px;
}
/* Sticky header end */


/* modal product */
.modal-product {
  overflow: auto !important;
  overflow-y: scroll !important;
  position: fixed;
  height: calc(99% - 60px);
  max-height: 690px;
  width: 1200px;
  top: 70px;
  bottom: 0;
  left: 20%;
  background: #fdfdfd;
  border: 1px solid #cccccc;
  z-index: 10000;
}

.modal-product > .close {
  right: 0;
  position: relative;
  top: 0px;
  padding: 5px 10px;
}

.modal-product .btn-show-add-to-cart-widget {
  width: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.product-modal-view {
  max-width: 100%;
  width: 100%;
  display: block;
}
.modal-product-fade {
  overflow: hidden;
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  z-index: 3000;
  opacity: 0.3;
}
.close{
  cursor: pointer;
}
.modal-product .product-galery .product-favorite {
  right: 20px;
}

.modal-product .product-info__see-full-view {
  padding: 10px 10px 20px 0;
  position: absolute;
  bottom: 0;
  background: #fff;
  width: 380px;
}
.modal-product .product-info__see-full-view a {
  border: 1px solid #E4E4E4;
  border-radius: 15px;
  display: inline-block;
  color: #545454;
  padding: 10px 25px;
  font-size: 15px;
}
.modal-product .product-info__see-full-view a:hover {
  color: #417DBB;
  border: 1px solid #417DBB;
}
.modal-product .product-info__text {
  max-height: 290px;
  overflow: scroll;
  padding-right: 5px;
}
.modal-product .product.static-shadow  {
  min-height: 600px;
  margin-bottom: 20px;
}

/* Product-modal animation code */
@keyframes animated_opacity_modal {
  from {opacity: 0;}
  to {opacity: 1;}
}
@keyframes animated_opacity_bg {
  from {opacity: 0;}
  to {opacity: 0.3;}
}
.modal-product.open-modal {
  animation-name: animated_opacity_modal;
  animation-duration: 0.2s;
}
.modal-product-fade.open-modal {
  animation-name: animated_opacity_bg;
  animation-duration: 0.2s;
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.7;
}

/*--override biuro classes--*/
/*- -todo - add extra class - biuro-... */

.supplier-html {
  padding-top: 30px;
}
.supplier-html h1,
.supplier-html h2,
.supplier-html h3,
.supplier-html h4,
.supplier-html h5,
.supplier-html h6,
.supplier-html h3,
.supplier-html .table-head font,
.supplier-html .table-cell font {
  font-size: 14px !important;
}
.supplier-html .table-row {
  display: flex;
}
.supplier-html table td,
.supplier-html .spec-table .table-row {
  padding: 5px 10px;
}
.supplier-html table tr:nth-child(odd),
.supplier-html .spec-table .table-row:nth-child(odd) {
  background-color: #F5F5F5;
}
.supplier-html .spec-table .table-row .table-cell,
.supplier-html .spec-table .table-row .table-head {
  width: 48%;
}
.supplier-html b {
  display: inline-block;
  padding-right: 5px;
  font-weight: 600;
}
.supplier-html .table-head b,
.supplier-html .table-head h1,
.supplier-html .table-head h2,
.supplier-html .table-head h3,
.supplier-html .table-head h4,
.supplier-html .table-head h5,
.supplier-html .table-head h6 {
  font-size: 16px !important;
  font-weight: 600;
  margin: 0;
}
.supplier-html .collapsible-list h3 {
  display: inline-block;
  margin-top: 15px;
  margin-bottom: 5px;
}
.supplier-html table,
.supplier-html .spec-table {
  border: 1px solid #ddd;
}
.supplier-html table tr,
.supplier-html .spec-table .table-row {
  border-bottom: 1px solid #ddd;
  margin-bottom: -1px;
}
.supplier-html div,
.supplier-html img {
  max-width: 100%;
}

.supplier-html table {
  border: 1px solid #ddd;
  margin-bottom: 1em;
}
.supplier-html .ccs-cc-inline-feature-content h3 {
  margin-top: 10px;
}
/*-- end biuro supplier-html -*/

.pager {
  margin-left: auto;
  margin-right: auto;
}

.pager--infinite-scroll {
  text-align: center;
  padding: 20px;
  width: 100%;
}

.pager--infinite-scroll a {
  display: inline-block;
  border: 1px solid #417DBB;
  padding: 5px 15px;
  border-radius: 5px;
  color: #417DBB;
}
.pager--infinite-scroll a:after {
  /* font-weight: bold; */
  content: "\f107";
  font-family: FontAwesome;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 27px;
  line-height: 10px;
  padding-left: 10px;
  position: relative;
  top: 4px;
}

.view-display-id-detailed_product_list  .spinner {
  display:none;
}

.page-user-password .breadcrumb {
  display: none;
}
.user-pass .form-item {
  max-width: 400px;
}


.back-to-top-wrapper {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

/* Request price popup*/
div.modal-forms-modal-content .popups-close {
  margin-top: -1px;
  margin-right: -7px;
  width: 25px;
  height: 25px !important;
  overflow: hidden;
  padding: 0;
}

.modal-content.popups-body {
  border: none;
  border-radius: 0;
  outline: 0;
  padding-right: 0 !important;
  margin-top: 20px;
  max-width: 100% !important;
}
.modal-content.popups-body .form-item {
  margin-bottom: 15px;
  display: block !important;
  clear: both;
}
.ui-dialog-buttonset.form-actions .webform-button--submit.js-form-submit{
  display: block;
  font-weight: 500;
  text-align: center;
  background: #417DBB;
  height: 38px;
  width: 100%;
  line-height: 38px;
  border: 0;
  border-radius: 6px;
  margin: 0;
  -webkit-transition: all ease 0.2s;
  -o-transition: all ease 0.2s;
  transition: all ease 0.2s;
  color: #ffffff;
  padding: 0;

  padding-left: 20px;
  padding-right: 20px;
  margin-top: 0;
}

#modalBackdrop {
  /* To avoid duplicated scrollbars. */
  height: 99.2% !important;
}
a.request-price-link {
  display: inline-block;
  margin: 10px 0 0;
}
a.request-price-link:hover {
  text-decoration: underline;
}

.request-price-link + .ajax-progress {
  display: none;
}
#modalBackdrop {
  background: #000 !important;
  opacity: 0.3 !important;
  z-index: 2000 !important;
  transition: opacity 0.15s linear;
}
#modalContent {
  z-index: 2001 !important;
}
#modalContent .messages {
  display: none;
}
div.modal-forms-modal-content {
  font-size: 15px;
}
#modal-content .throbber {
  display: none;
}
.webform-submission-add-form.ctools-use-modal-processed {
  height: 100%;
  overflow: hidden;
}
#modal-content #edit-actions,
#modal-content input[type=submit] {
  margin: 0;
}
#modal-content a.use-ajax.ajax-processed {
  display: inline-block;
  margin-top: 20px;
}
/* Request price popup*/

.modal-backdrop {
  z-index: 100;
}

label.form-required:after {
  content: '*';
  margin-left: 5px;
  color: red;
}

.form-q input[type='number'] {
  -moz-appearance: textfield;
}
.form-q input::-webkit-outer-spin-button,
.form-q input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.region-top-cart {
  position: relative;
}

.region-top-cart .form-actions {
  display: none !important;
}
.strike {
  text-decoration: line-through;
}

.ui-dialog .ui-dialog-titlebar,
.ui-dialog .ui-dialog-content,
.ui-widget.ui-widget-content,
.ui-widget-content {
  background-color: white;
  height: auto !important;
}

.ui-dialog .ui-dialog-titlebar {
  border: none;
}

.ui-dialog .ui-dialog-title {
  font-size: 120%;
}

.ui-widget.ui-widget-content {
  height: auto;
  border: none;
}

.ui-dialog .ui-dialog-buttonpane {
  padding: 0 10px 20px;
  border: none;
  margin-top: 0;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: none;
}

.ui-dialog .ui-dialog-buttonpane {
  margin-top: 0 !important;
  padding-top: 0 !important;
  margin-bottom: 0.5em !important;
}


#block-kontor-primary-local-tasks ul {
  display: flex;
}

#block-kontor-primary-local-tasks ul li {
  margin: 0 10px;
}
ul.primary {
  border-bottom: 1px solid #bbb;
  border-collapse: collapse;
  height: auto;
  line-height: normal;
  list-style: none;
  margin: 5px;
  padding: 0 0 0 1em;
  white-space: nowrap;
}
ul.primary li a.is-active {
  background-color: #fff;
  border: 1px solid #bbb;
  border-bottom: 1px solid #fff;
}
ul.primary li a {
  margin-right: 0.4em;
  padding: 0 2.5em;
  text-transform: none;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

#block-views-block-products-on-checkout-block-1 .form-submit{
  display: none;
}
#block-views-block-products-on-checkout-block-1,
.region-checkout-products .cart-placeholder {
  margin-top: 5px;
  border: 1px solid rgba(0,0,0,0.15);
  border-radius: 6px;
  overflow: hidden;
}

#block-views-block-products-on-checkout-block-1 .item-total-price {
  display: none;
}

.cart-row-total-price span {
  font-weight: bold;
}

#product .product .product-galery .product-galery__main img.no-main-photo {
  width: auto;
  height: auto;
  margin: 75px auto;
}

.unapproved-orders-table th,
.unapproved-orders-table td {
  padding: 2px 20px;
}
.unapproved-orders-table td {
  /*text-align: right;*/
}

.unapproved-orders-table td:first-child {
  max-width: 50px;
}

/* menu account */
#block-useraccountmenu ul li a{
  display: block;
  color: #545454;
  font-weight: 400;
  /*border: 1px  rgba(0,0,0,0.1) solid;*/
  border-bottom: 1px rgba(0, 0, 0, 0.1) solid;
  font-size: 0.99rem;
  background-color: #fff;
  padding: 12px 20px;
}
#block-useraccountmenu ul{
  display: block;
  border-radius: 6px;
  overflow: hidden;
}
#block-useraccountmenu ul li{
   margin: 0;
 }
#block-useraccountmenu ul li:last-child a{
  margin: 10px 0 0 0;
  border-top: none;
}

.node-display-teaser-new .product-favorite {
  display: none;
}

#block-useraccountmenu ul li a.is-active {
  background: #417DBB;
  color: #fff;
}

.user-form .form-item {
  max-width: 400px;
}
.user-form  .field--name-field-address {
  max-width: 100%;
}
.user-form  .address-container-inline {
  display: flex;
}
.user-form .field--widget-address-default {
  margin-top: 20px;
  margin-bottom: 40px;
}
.address-container-inline > .form-item {
  display: block;
}


/* order_history */
.order-history .views-exposed-form{
  margin-bottom: 30px;
  display: table;
}
.order-history .form-submit{
  margin-top: 20px ;
}
#views-exposed-form-order-history-page-1 .form-item, #views-exposed-form-order-history-page-1 .form-actions{
  width: 30%;
  display: block;
  float: left;
  margin-right: 20px;
}

.order-history tbody tr:nth-child(odd),
.directo-order-view tbody tr:nth-child(odd),
.view-directo-invoices tbody tr:nth-child(odd) {
  background-color: #eeeeee;
  border-bottom: 1px solid #cccccc;
  padding: 0.1em 0.6em;
}
.directo-order-view tbody,
.view-directo-invoices tbody {
  border-bottom: 1px solid #dddddd;
}
.order-history tbody tr td.is-active {
  background-color: #dddddd;
}
.order-history thead tr, .directo-order-view thead tr,
.view-directo-invoices thead tr {
  border-bottom: 3px solid #cccccc; ;
}
.minu-right .bot-to-clone {
  text-transform: uppercase;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 0.45rem 0.85rem;
  top: 6px;
  font-size: 0.85rem;
  line-height: 1.5;
  border-radius: 0.37rem;
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
  color: #fff;
  background-color: #417DBB;
  border-color: #417DBB;
  margin-right: 1em;
  margin-bottom: 2em;
  margin-top: 10px;
  box-shadow: 2px 2px 2px #1e3753;
}

.view-directo-invoices .form-item,
#views-exposed-form-order-history-page-1 .form-item {
  /*max-width: 28%;*/
  width: 200px;
  padding-left: 10px ;
  padding-right: 10px;
  display: block;
  float: left;
  min-height: 65px;
 margin-top: 10px;
}
.view-directo-invoices label,
#views-exposed-form-order-history-page-1 label {
  display: block;
}
.view-directo-invoices .form-date,
#views-exposed-form-order-history-page-1 .form-date {
  border: 1px solid #cccccc;
  border-radius:  5px;
  height: calc(1.5em + 0.9rem) ;
  padding: 0.39rem 0.80rem;
  background: #ffffff;
  overflow: hidden;
}
.view-directo-invoices input[type=submit] {
  margin-top: 28px;
}
#views-exposed-form-order-history-page-1 input[type=submit] {
  margin-top: 0;
  margin-left: 10px;
}
.tabs.primary {
  margin-top: 20px;
  margin-bottom: 20px;
}
.tabs.primary {
  text-transform: uppercase;
  font-size: 15px;
}
.tabs.primary .is-active {
  font-weight:600 ;
  text-transform: uppercase;
}

.category-description {
  max-width: 960px;
  padding-left: 10px;
  padding-top: 10px;
}

.minu-right {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}
.minu-right h1{
  padding-bottom: 10px;
}
.views-customer-accounts .add-account-wrapper {
  margin-top: 10px;
}
.views-customer-accounts table {
  margin-top: 10px;
}

.my-products-header-forms {
  padding-bottom: 15px;
}

.views-customer-accounts tr:nth-child(even) {
  background: #eee;
}

body.path--node #block-kontor-page-title,
body.path--checkout #block-kontor-page-title {
  margin-top: 15px;
}

body.path--uued-tooted #block-kontor-page-title,
body.path--sale #block-kontor-page-title,
body.path--brands #block-kontor-page-title {
  padding-top: 20px;
  padding-left: 10px;
}

#drupal-live-announce {
  /* Fix against double left scroll */
  display: none;
}

.cart-no-photo {
  max-width: 100%;
  max-height: 68px;
}

.pager__items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border: 1px solid #ddd;
  width: fit-content;
  border-radius: 5px;
  margin: 50px auto 30px;
  background: #fff;
}
.pager__items .pager__item {
  border: 1px solid transparent;
  margin: -1px;
}
.pager__items .pager__item:hover {
  background-color: #eee;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.pager__items .pager__item.is-active {
  font-weight: bold;
  border: 1px solid #999;
}
.pager__items .pager__item:first-child {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.pager__items .pager__item:last-child {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.pager__items .pager__item--ellipsis {
  padding: 10px 10px;
}
.pager__items .pager__item--ellipsis:hover {
  padding: 10px 10px;
  border: 1px solid transparent;
}
.pager__items .pager__item a {
  padding: 10px 20px;
  text-decoration: none;
  display: inline-block;
}

.path--search #toggle-vat {
  margin-right: 20px;
}

/* Infinite scroll wrapper and pager */
.product_list.row:has(> .views-infinite-scroll-content-wrapper) {
  display: block;
  margin-left: 10px;
  margin-right: 10px;
}
.ajax-progress-fullscreen {
  opacity: 0.3;
  padding: 10px;
  width: 36px;
  height: 36px;
}
.pager--infinite-scroll {
  margin: 20px auto;
  text-align: center;
  padding-top: 0px;
  padding-bottom: 0px;
}

.language-switcher-language-url .contextual {
  right: -30px;
}

.contact-main h4 {
  font-size: 1.1rem;
}

/*.contact-main__block-two {*/
/*  width: 35%;*/
/*  padding: 0 20px;*/
/*  border-left: 1px solid #E4E4E4;*/
/*  border-right: 1px solid #E4E4E4;*/
/*}*/

.node-type-page #block-kontor-content .field-name-field-text,
.node-type-page #block-kontor-content .field-name-body {
  background: #fff;
  padding: 35px;
  border-radius: 6px;
  border: 1px solid rgba(0,0,0,0.15);
  margin-bottom: 20px;
  margin-top: 15px;
}

.top-cart-rows figure .aside .cart-no-photo {
  max-width: 44px;
}

.path--tooted h1 {
  text-align: center;
  padding-top: 30px;
  margin-bottom: 30px;
}

.product-delivery-info {
  padding: 15px 15px;
  width: auto;
  border: 1px solid #e4e4e4;
  border-radius: 0;
  box-shadow: none;
  margin-top: 10px;
}
.product-delivery-info h2 {
  border-bottom: none;
  border-bottom: none;
  padding-left: 10px;
  margin-right: 0;
  border-bottom: none;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e4e4e4 !important;
}
.product-delivery-info .delivery-item {
  border-bottom: 1px solid #eee;
  border-bottom: 1px solid #eee;
  display: flex;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 0.4em;
  padding-bottom: 0.4em;
}
.product-delivery-info .delivery-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}
.product-delivery-info .delivery-item .delivery-left {
  width: 70%;
}
.product-delivery-info .delivery-item .delivery-label {
  display: inline-block;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 5px;
}
.product-delivery-info .delivery-item .delivery-right {
  width: 25%;
  text-align: right;
  font-weight: 600;
  margin-top: 10px;
  font-size: 15px;
  color: #343a40;
}
.product-delivery-info .delivery-item .delivery-time {
  font-size: 14px;
  color: #969696;
}

.region-content form.commerce-checkout-flow-multistep-default {
  position: relative;
  width: 100%;
  padding: 10px 50px;
  /*display: block;*/
}
.path--checkout.path--checkout-step--review .region-content form.commerce-checkout-flow-multistep-default {
  padding: 0;
}

.region-content form.order-checkout-step-order_information > div.layout-checkout-form:nth-child(1) {
  width: 60%;
}

.region-content form.commerce-checkout-flow-multistep-default > div:nth-child(2) {
  width: 30%;
  position: absolute;
  top: 0;
  right: 9%;
  border: 1px solid #e4e4e4;
  border-radius: 10px;
  padding: 10px 15px;
}
#shipping-information-wrapper .checkout-pane {
  border: none;
}

.field--name-shipping-method .fieldset-legend,
.checkout-pane-customer-data .fieldset-legend {
  padding-left: 0;
}

.checkout-pane-shipping-information-orient .fieldset-wrapper {
  margin-top: -5px;
}

footer {
  margin-top: 20px;
}
.path--product footer {
  margin-top: 0;
}

.order-checkout-step-order_information,
.path--checkout .region-content {
  background: #fff;
  padding: 5px 20px 10px;
  margin: 10px 0;
  border-radius: 10px;
}
.path--checkout.path--checkout-step--order_information .region-content,
.path--checkout.path--checkout-step--review .region-content {
  background: transparent;
  padding: 0;
  margin: 0;
}
.path--checkout.path--checkout-step--order_information .region-content {
  padding-top: 10px;
}

.path--checkout .region-content-top {
  padding-top: 10px;
}

.checkout-pane-customer-data .company-fields {
  display: none;
}

.checkout-pane-shipping-information-orient .ajax-progress-throbber,
.form-item-payment-information-payment-method .ajax-progress-throbber {
  display: none;
}

.error select,
select.error,
.error input,
input.error {
  border: 2px solid red;
}
.checkout-pane-shipping-information-orient div.error {
  background-image: none;
  background-color: transparent;
  border-color: transparent;
  min-height: inherit;
  border-radius: inherit;
  padding: 0;
}

.checkout-pane-shipping-information-orient .field--name-field-address label,
.checkout-pane-shipping-information-orient .field--name-field-postal-code label,
.checkout-pane-shipping-information-orient .field--name-field-city label {
  display: none;
}
.checkout-pane-shipping-information-orient .field--name-field-city,
.checkout-pane-shipping-information-orient .field--name-field-postal-code {
  width: calc(50% - 10px);
  margin-right: 0;
  margin-top: 0;
  padding-top: 5px;
  display: block;
  float: left;
  clear: none;
}
.checkout-pane-shipping-information-orient .field--name-field-city {
  margin-right: 20px;
}
.checkout-pane-shipping-information-orient .form-item.active{
  border: 1px solid #417dbb;
  background: #eaeffd;
}

.field--name-shipping-method > fieldset > legend {
  display: none;
}

.checkout-pane-payment-information fieldset > legend,
.checkout-pane-payment-information > legend,
.checkout-pane-customer-data > legend {
  display: none;
}

.checkout-pane-payment-information .payment-method-description {
  color: #6a6060;
  font-size: 14px;
  margin-top: 3px;
}

.checkout-pane-shipping-information-orient legend .fieldset-legend {
  display: block;
  margin-top: 5px;
  text-transform: none;
  font-size: 17px;
  font-weight: 500;
  color: #1c1c1c;
  padding-left: 0;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 0;
  padding-bottom: 10px;
}
#edit-payment-information-payment-method {
  padding-right: 5px;
}

.top-cart-rows figcaption a {
  color: #545454;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 13px;
  margin-bottom: 0.3rem;
}

#category.page-not-found-section h1 {
  text-align: center;
  display: block;
}

/*.path--search .sorting-direction {*/
/*  display: none;*/
/*}*/

.cart-content__table .views-field-field-images {
  text-align: center;
}

.path--checkout .region-content-top {
  min-height: 88px;
}

.region-top-cart .views-element-container {
  overflow-y: scroll;
  max-height: 320px;
}

.display-none {
  display: none;
}

body.modal-open {
  /* override bootstrap hack */
  padding-right: 0 !important;
}
body.modal-open header {
  z-index: 1 !important;
}

.sorting-direction {
  margin-right: -5px;
}

.path--uued-tooted .content-wrapper {
  padding: 0 10px;
}
.path--uued-tooted h1 {
  margin-bottom: 20px;
}

.product-full-view {
  display: flex;
}
#product .product .product-info  {
  width: 31%;
}
.product .product-prices-right {
  width: 29%;
  margin-top: 15px;
}

@media (max-width: 1200px){
  #product .product .product-info {
    width: 100%;
    padding-right: 0;
  }
  .product.product-full-view .product-prices-right{
    width: 100%;
  }
  .product-galery {
    width: 100%;
  }
  .product.static-shadow {
    display: block;
  }
}

.checkout-pane-payment-information .bank-icon.inbank {
  height: 38px;
  opacity: 0.9;
}

.checkout-pane-payment-information .bank-icon.inbank-jarelmaks-h64 {
  height: 48px;
}

#cart .cart-content .cart-content__left .cart-content__table td.views-field-field-images a {
  display: inline-block;
  border: 1px solid #E4E4E4;
  border-radius: 6px;
  padding: 3px;
  width: 80px;
}

/*.path--checkout-step--order_information .region-content-top {*/
/*  background-image: url(../img/loading.gif);*/
/*  background-repeat: no-repeat;*/
/*  background-position: 50% 50%;*/
/*  background-size: 50px;*/
/*}*/

.views-view--search .form-inline {
  margin-bottom: 15px;
  margin-top: 10px;
}

.region-checkout-products .views-form {
  max-height: 320px;
  overflow-y: scroll;
}

.path--webform-report h1 {
  margin-top: 20px;
}

.path--my-products .header .listing-item__title {
  padding-left: 122px;
}

#product .product .product-info .product-info__label span {
  font-weight: bold;
}

.header-center .header-center__wrap .logo img:hover,
.header-center .header-center__wrap .logo img {
  -webkit-appearance: none;
}

.checkout-pane-shipping-information-orient .amount {
  font-weight: bold;
}
.checkout-pane-shipping-information-orient .description {
  font-size: 0.85em;
  margin-top: 4px;
  color: #969696;
  font-weight: 400;
}
.checkout-pane-shipping-information-orient .field--widget-options-select label {
  display: none;
}

.payment-method-icons.commerce_montonio_banks.country-code-fi img {
  max-height: 30px;
}

.slick-slide img {
  height: auto;
}

form.commerce-checkout-flow .form-actions input[type=submit] {
  display: block;
  line-height: 38px;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  border: none;
  padding-right: 0;
  margin-top: 10px;
  background-color: #00a651;
  width: 58%;
  margin-bottom: 15px;
  /*margin-left: 15px;*/
  height: 70px;
  font-weight: 400;
  font-size: 22px;
  text-transform: none;
}

#campaign {
  /* Hide small banners while they are not initialized. */
  visibility: hidden;
}

#block-categoryblock .category-block {
  margin-bottom: 0;
  height: 100%;
}
@media (min-width: 1200px) {
  #block-categoryblock .col-xl-3 {
    margin-bottom: 10px;
  }
}
@media (min-width: 992px) {
  #block-categoryblock .col-lg-4 {
    margin-bottom: 10px;
  }
}
@media (min-width: 768px) {
  .col-md-6 {
    margin-bottom: 10px;
  }
}
@media (min-width: 576px) {
  .col-sm-12 {
    margin-bottom: 10px;
  }
}

/* Checkout cart placeholder */
.region-checkout-products .cart-placeholder {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.region-checkout-products .cart-item-placeholder {
  width: 100%;
  height: 25px;
  background: #f0f0f0;
  border-radius: 5px;
  animation: checkout-products-loading 0.8s infinite linear alternate;
  margin-bottom: 15px
}
.region-checkout-products .real-cart {
  display: none;
}
@keyframes checkout-products-loading {
  0% {
    background-color: #fafafa;
  }
  100% {
    background-color: #e0e0e0;
  }
}
/* End of checkout cart placeholder */

.region-top-cart .top-cart-placeholder,
.region-top-cart .real-top-cart {
  width: 65px;
  height: 50px;
}

/* Request price button on product page - button 100% width */
body.path--product .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: none;
}
body.path--product .ui-dialog .ui-dialog-buttonpane {
  padding-left: 1em;
}

body.node-type-product-display .product-info__table {
  margin-top: 1em;
}
@media (min-width: 992px) {
  body.node-type-product-display .product-info .product-info__table {
    margin-bottom: 20px !important;
  }
}
