/*
Theme Name:   november28
Description:  My first child theme, based on Storefront
Author:       Axel G
Author URI:   http://geson.io
Template:     storefront
Version:      0.2.2.build-11
Tags:         e-commerce, two-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, accessibility-ready, rtl-language-support, footer-widgets, sticky-post, theme-options, editor-style
Text Domain:  november28
*/
/* Templ changed version from 0.2.1.build-11 to 0.2.2.build-11 */
:root {
  /* colors */
  --color-white: #ffffff;

  --bkg1: #fff;
  --bkg2: #F7F7F7;
  --officeblu: #51aded;
  --officeblulite: #83c1ec;
  --color-red: #ff5151;
  --txt2: rgb(136, 136, 136);
  --blk: #333;

  --color-green-light: #c9f7b2;
  --color-green-dark: #587549;

  --color-gold-light: #FFF2B2;
  --color-gold: #987641;

  --menuColor1: rgb(104, 198, 185);
  --menuColor2: rgb(0, 178, 228);
  --menuColor3: rgb(59, 75, 159);
  --menuColor4: rgb(131, 98, 170);
  --menuColor5: rgb(164, 83, 160);
  --menuColor6: rgb(205, 103, 168);
  --menuColor7: rgb(218, 13, 140);
  --menuColor8: rgb(241, 90, 104);
  --menuColor9: rgb(238, 40, 39);
  --menuColor10: rgb(240, 78, 35);
  --menuColor11: rgb(228, 192, 33);
  --menuColor12: rgb(226, 221, 35);
  --menuColor13: rgb(147, 202, 101);
  --menuColor14: rgb(0, 172, 78);
  --menuColor15: rgb(39, 158, 72);

  /* borders */
  --borderLitegrey2px: solid 2px var(--bkg2);
  --borderLitegrey1px: solid 1px var(--bkg2);
  --borderDarkgrey1px: solid 1px #eeeeee;
  --borderBlu2px: solid 2px var(--officeblu);

  /* shadows */
  --shadowProduct: 0 4px 8px 0 #f1f1f1;
  --shadowBlu: 0 4px 8px 0 var(--officeblu);

}

#mysticky-nav {
  top: 0 !important;
}

#content{
  /* background-image: url('assets/images/backdrop/xmasBackdrop.jpg') !important;
  background-size: contain; */
  background: white;
  max-width: 1600px;
  margin: auto;
  overflow: hidden;
}

body, button, input, select, textarea {
  font-family: 'Poppins', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway', sans-serif;
  clear: both;
  color: var(--blk);
}

h1.office,h2.office,h3.office,h4.office,h5.office,h6.office {
  display: inline-block;
  color: white;
  background-color: var(--officeblu);
  padding: 0 0.5em;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.2em;
}

h1.office.green,h2.office.green,h3.office.green,h4.office.green,h5.office.green,h6.office.green {
  color: #4c6b40;
  background-color: #bff8a9;
}

h1.office.yellow,h2.office.yellow,h3.office.yellow,h4.office.yellow,h5.office.yellow,h6.office.yellow {
  color: #b1915b;
  background-color: #fff0a9;
}

h1.office.red,h2.office.red,h3.office.red,h4.office.red,h5.office.red,h6.office.red {
  color: white;
  background-color: var(--color-red);
}

a, u{
  text-decoration: none !important;
  color: var(--officeblu);
}

.woocommerce-input-wrapper select{
  padding: .6180469716em;
  background-color: #f2f2f2;
  color: #43454b;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  font-weight: 400;
  box-shadow: 0 1px 1px rgba(0,0,0,.125);
  border-radius: 1px;
  background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  background-repeat: no-repeat;
  background-position-x: 100%;
  background-position-y: 10px;
}

.woocommerce-input-wrapper .description{
  display: inline-block;
  margin-top: 0.5em;
  font-size: 1em;
  color: var(--txt2);
  font-style: italic;
}

.text-blue {
  color: var(--officeblu);
}

.home-content-area {
  width: 100%;
}

.wpbakery-cover-row {
  margin-left: -2.5em;
  margin-right: -2.5em;
  height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2em;
}

.wpbakery-cover-row .wpb_column.vc_column_container {

}

.wpbakery-cover-row .wpb_column.vc_column_container .vc_column-inner {
  padding: 0;
}

.wpbakery-cover-row .vc_column-inner .wpb_content_element {
  margin: 0;
}

.home-main {
  padding: 0;
}

.page-template-template-homepage .type-page,
.page-template-template-homepage:not(.has-post-thumbnail) .site-main {
  padding: 0;
}

.page-template-template-homepage .entry-content, .page-template-template-homepage .entry-header {
  width: 100%;
  max-width: 100%;
}

.page-template-template-homepage .site-main h2,
.page-template-template-homepage .site-main .home-padding,
.page-template-template-homepage .site-main .woocommerce
 {
  padding: 0 2.5rem;
}

.page-template-template-homepage .site-main .home-paragraph {
  margin-left: auto;
  margin-right: auto;
  max-width: 80ch;
}

.page-template-template-homepage .site-main .fa.fa-life-ring {
  margin-top: 3px !important;
}

.page-template-template-homepage .entry-content {
  text-align: left;
}

.page-template-template-homepage .wc-block-grid {
  padding: 0 2.5em;
}

.page-template-template-homepage .wp-block-columns {
  padding: 0 1em;
}

.page-template-template-homepage .wp-block-media-text__content p {
  margin: 0.5em 0;
}

.page-template-template-homepage .wp-block-media-text__content .has-medium-font-size {
  line-height: 1em;
}

:focus{
  outline: none !important;
}

.blubtn{
  color: var(--bkg1);
  background: var(--officeblu);
}
.whtbtn{
  border: solid 1px var(--officeblu);
  color: var(--officeblu);
  background: var(--bkg1);
}
.topBorderGrey{
  border-top: solid 2px var(--bkg2);
}

.storefront-breadcrumb{
  margin: 0;
}

/* HEADER */
.site-header{
  margin: 0 !important;
  padding: 0;
  border-bottom-color: #f0f0f0;
}

#topHeader{
  background: var(--bkg2);
  width: 100%;
  display: flex;
  justify-content: space-around;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #f3f3f3;
}

#wrapperTopHeader{
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0.5rem 1rem;
  background: var(--bkg2);
  font-size: .8rem;
}
#topHeader i{
  color: var(--officeblu);
  margin-right: 1em;
}

#wrapperTopHeader > div > div {
  padding: 0.5rem;
  white-space: nowrap;
}


#wrapperTopLeft{
  display: flex;
  /* min-width: 650px; */
}
#wrapperTopRight{
  display: flex;
}

@media only screen and (max-width: 640px) {
  #wrapperTopRight, #wrapperTopLeft {
    flex-wrap: wrap;
  }

  #wrapperTopRight > div,
  #wrapperTopLeft > div {
    flex-basis: 50%;
  }
}

#botHeader{
  display: flex;
  justify-content: space-around;
  align-items: center;
  z-index: 9998;
}
#wrapperBotHeader{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0 2rem;
}
#headerlogo{
  margin-right: 1em;
}

#headerlogo img {
  height: 45px;
  width: auto;
  max-width: initial;
}
#wrapperBotRight{
  display: flex;
  align-items: center;
  justify-content: space-around;
}
#wrapperSearch{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#wrapperSearch .site-search{
  margin: 0;
  width: 100%;
}
#woocommerce-product-search-field-0{
  border: 2px solid var(--officeblu) !important;
}

#product_total_price {
	display:none !important;
}
#vat-display-wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 1em;
  min-height: 53px;
  justify-content: end;
}
#toggletxt1{
  font-size: .7em;
  color: var(--txt2);
  white-space: nowrap;
}
#toggletxt2{
  color: var(--officeblu);
}

#vat-toggle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: .8em;
  border: var(--borderBlu2px);
}

#vat-toggle div {
  background: transparent;
  text-align: center;
  padding: 0.1em 0.5em;
  border: 0;
  white-space: nowrap;
  width: 100%;
}

#vat-toggle div.active {
  background: var(--officeblu);
  color: var(--bkg1);
}

#site-header-cart{
  /* display: flex; */
  justify-content: end;
  flex-direction: row;
  width: unset;
  min-width: 4em;
  text-align: right;
}
.cart-contents{
  font-size: 1.5em !important;
  margin: 1em 0 1em .5em !important;
  padding: 0 !important;
  min-width: 45px !important;
  white-space: nowrap;
}
.cart-contents:after{
  display: none !important;
}
.cartIcon{
  padding-right: 5px;
  color: var(--officeblu);
}

.site-header-cart.focus .widget_shopping_cart, .site-header-cart:hover .widget_shopping_cart {
  left: -220px;
  display: block;
  width: 300px !important;
}

/* MAIN AREA
HOMEPAGE*/
.wrapperMain{
  display: flex;
  align-items: flex-start;
}

/* stuff for banner */

.wpbakery-cover-image {
  background-size: cover !important;
  min-height: 300px;
}

.wp-block-cover {
  min-height: auto;
  margin-bottom: 2em;
}

.wp-block-cover__inner-container {
  padding: 5em 2em;
  text-align: center;
  width: auto !important;
  max-width: 90% !important;
}

.wp-block-cover__inner-container h1,
.wp-block-cover__inner-container h2,
.wp-block-cover__inner-container h3,
.wp-block-cover__inner-container p {
  display: inline-block;
  color: white !important;
  background-color: var(--officeblu);
  padding: 0 0.5em !important;
}

.wp-block-cover__inner-container h1,
.wp-block-cover__inner-container h2,
.wp-block-cover__inner-container h3 {
  font-weight: bold;
  letter-spacing: 0.05em;
}

.page-template-template-fullwidth-php .wp-block-cover {
  margin-top: -2.5em;
}

@media screen and (min-width: 66.4989378333em){
  .page-template-template-fullwidth-php .wp-block-cover {
    margin-left: -50% !important;
    margin-right: -50% !important;
  }
}

.uspBanner{
  font-size: 1em;
  padding: 0 2em;
}

/* banner stuff end */

.pretty-list .wp-block-columns {
  width: 100%;
}

ul.is-style-checked,
.pretty-list ul {
  list-style: none;
  margin: 0;
}

ul.is-style-checked li {
  position: relative;
  padding-left: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.25em;
}


.pretty-list li {
  position: relative;
  font-size: 1.5em;
  padding-left: 2em;
  line-height: 1.25em;
  margin-bottom: 0.5em;
}

ul.is-style-checked li::before,
.pretty-list li::before {
  content: "✓";
  position: absolute;
  margin: 0;
  top: 0%;
  left: 0%;
  display: inline-block;
  font-size: 1.2em;
  color: var(--officeblu);
  mask-image: none;
  -webkit-mask-image: none;
  background: none;
}

#primary{
  padding: 2.5em;
  width: 100% !important;
  margin: 0 !important;
}

.col-full{
  display: flex;
  justify-content: center;
  flex-direction: column;
  flex: 4;
  padding: 0;
  margin: 0;
  max-width: 100% !important;
  background: var(--bkg1);
}

/* So message popup doesnt take space on page
eg Popup when adding multiple items to cart */
.woocommerce-message{
  display: none !important;
}

.wc-block-grid__product{
  /* padding: 1em; */
  /* margin: .2em !important; */
  /* border: var(--borderDarkgrey1px); */
}
.wc-block-grid__product:hover{
  box-shadow: var(--shadowProduct);
}
.wc-block-grid__product-cart_actions a{
  margin-top: .3em !important;
}

div.wp-block-button{
  margin: 0 !important;
}
div.wp-block-button .added_to_cart{
  font-weight: 400;
}

/* Thumbnail styles */

.has-post-thumbnail > a {
  display: inline-block;
  width: 100%;
}

.thumbnail-square {
  position: relative;
  overflow: hidden;
  margin: 0 auto 1.618em;
}

.thumbnail-square img {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  margin: 0;
}

.thumbnail-square .thumbnail-square__spacer {
  position: relative;
  width: 100%;
}

.wc-block-grid__product-image {
  position: relative;
}

/* .wc-block-grid__product-image::before {
  content: '.';
  display: inline-block;
} */

.environmentLabel {
  z-index: 20;
  background: #59cd90;
  position: absolute;
  top: 10px;
  left: 10px;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 2.2;
  border-radius: 50px;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center
}
.onsale{
  background-color: var(--color-red);
  color: var(--bkg1) !important;
  border: none;
}
.wc-block-grid__product-onsale{
  width: 30%;
  background-color: var(--bkg1);
  color: var(--color-red) !important;
  border-color: var(--color-red);
}
.wp-block-button__link, .add_to_cart_button, .single_add_to_cart_button{
  color: #fff !important;
  background: var(--officeblu) !important;
  font-weight: normal !important;
}
.wp-block-button__link:hover, .add_to_cart_button:hover, .single_add_to_cart_button:hover{
  background: var(--officeblulite) !important;
}

.edit-link .post-edit-link {
  color: var(--color-red);
}

.edit-link .post-edit-link::before {
  content: '✏️ ';
}

/* SINGLE PROD PAGE */
.woocommerce-product-gallery{
  margin-right: 0 !important;
  margin-bottom: 1em !important;
}
.woocommerce-product-gallery__image img{
  border: var(--borderDarkgrey1px);
}

.storefront-sorting {
  margin-bottom: 1em;
}

.woocommerce-result-count {
  width: 100%;
  font-size: 0.8em;
  line-height: 1.2em;
  text-align: right;
  display: none;
}

.summary.entry-summary{
  margin: 0 !important;
}
.summary.entry-summary:after{
  content: "";
  display: table;
  clear: both;
}
.entry-summary .product_title{
  font-size: 1.5em;
  color: var(--blk);
  margin-top: 0;
}
.entry-summary .cart{
  margin-bottom: 0 !important;
}
.entry-summary h2{
  margin-top: 0 !important;
}
.singleProdDesc{
  font-size: .8em;
  margin-bottom: 1em;
}

.singleProdDesc ul {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

#product-purchase {
  border: var(--borderLitegrey2px);
}

#product-purchase .attributes {
  display: flex;
  flex-wrap: wrap;
  justify-content: left;
  background: var(--bkg2);
  padding-left: 1em;
  font-size: .8em;
}

#product-purchase .attribute {
  white-space: nowrap;
  margin-right: 2em;
}

#product-purchase .attribute__name{
  font-weight: bold;
  margin-right: .5em;
  color: var(--blk);
}

#product-purchase .cart-actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5em 1em;
  flex-wrap: wrap;
}

#product-purchase .cart-actions .price {
  display: inline-block;
  font-size: 1.5em;
}

#product-purchase .cart-actions .woocommerce-Price-currencySymbol {
  font-size: 0.8em;
}

#product-purchase .cart-actions .stock {
  margin: 0;
  display: none;
}

#product-purchase .cart-actions .cart {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: stretch;
  align-items: center;
  flex-wrap: wrap;
}

#product-purchase .cart-actions .quantity {
  margin: 0;
  line-height: 1.2em;
}

#product-purchase .cart-actions input,
#product-purchase .cart-actions .added_to_cart,
#product-purchase .cart-actions button {
 /* border: none; Temporärt borttaget av Templ */
  border-radius: 0;
  height: 3em;
  padding: 0 1em;
  line-height: 3em;
}

@media screen and (max-width: 600px){
  #product-purchase .cart-actions .price {
    width: 100%;
  }
}

@media screen and (min-width: 780px) and (max-width: 1280px){
  #product-purchase .cart-actions .price {
    width: 100%;
  }
}

@media screen and (min-width: 1150px){
  #product-purchase .attributes{
    flex-wrap: wrap;
  }

  #product-purchase .cart-actions .price {
    font-size: 2em;
  }
}

.wcpa_form_outer {
  margin-top:0px;
}
.wcpa_form_item {
  margin-top:0px;
}

#product_total_price{
  display: none;
}
#productVitalDelivery{
  display: flex;
  justify-content: center;
  margin-bottom: 1em;
}
#primary #productVitalDelivery{
  margin-bottom: 3px;
}
#primary .single-product-summary {
  margin-top: 1em;
}
#deliverySpan{
  font-size: .8em;
  width: 100%;
  padding:10px;
  background: var(--bkg2);
}
#deliverySpan.danger {
  background: var(--color-red);
  color: var(--color-white);
}
#deliverySpan.success {
  background: var(--color-green-light);
  color: var(--color-green-dark);
}
#deliverySpan.warning {
  background: var(--color-gold-light);
  color: var(--color-gold-dark);
}

#deliverySpan i{
  text-align: left;
}

.product h2{
  font-size: 1.2em !important;
}
.product p{
  font-size: .8em;
}
.related.products h2{
  margin: 0;
}

.entry-summary .woocommerce-Price-amount.amount{
  font-weight: bold;
  font-size: 1.2em;
  color: black;
  white-space: nowrap;
}
p.price{
  margin: 0 !important;
}

table td, table th{
  padding: .3em !important;
  vertical-align: middle;
}

.wcpt{
  margin-bottom: 2em;
}

.wcpt-heading-row {
  border-bottom: 2px solid var(--officeblu);
  padding-bottom: 0.2em;
  margin-bottom: 0.2em;
}

.wcpt-cell {
  vertical-align: middle;
}

thead{
  background-color: transparent;
  border: none !important;
}
.wcpt-heading{
  background-color: transparent !important;
}
.wcpt-heading-row span{
  font-family: 'Raleway', sans-serif;
  font-size: 1.1em;
  color: #333;
}
.wcpt-row{
  border: none !important;
}
.wcpt td{
  font-size: .8em;
}

.onsale{
  color: var(--officeblu);
  border-color: var(--officeblu);
}

.wc-proceed-to-checkout{
  font-size: .8em;
  margin: 0 !important;
}
.wc-proceed-to-checkout a{
  background: var(--officeblu) !important;
}
#place_order{
  background: var(--officeblu) !important;
}

.single-product-summary {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  font-size: 0.8em;
}

.single-product-summary .attribute {
  display: flex;
  align-items: center;
  width: 100%;
  padding-right: 1em;
}

.single-product-summary .name {
  margin-right: 0.5em;
  line-height: 1.2em;
  opacity: 0.75;
}

@media screen and (min-width: 600px) and (max-width: 767px){
  .single-product-summary .attribute {
    width: 50%;
  }
}

@media screen and (min-width: 1200px){
  .single-product-summary .attribute {
    width: 50%;
  }
}

/* CATEGORY PAGE */

.filters .fs-search input {
  background: none;
}
.filters {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  font-size: 12px;
  background:var(--bkg2);
  border: solid 1px #eee;
  border-radius: 3px;
  margin-top:5px;
}
.filter {
  padding: 0.5em;
  flex-grow: 1;
}
.filter h5 {
  font-size: 1em;
  font-weight:bold;
  color: inherit;
  margin-bottom: 0.2em;
}
.filter.wide {
  min-width:40%;
}
.filters .filter .facetwp-facet {
  margin-bottom:0px;
}

.filter .facetwp-checkbox {
  white-space: nowrap;
}

.filter .woocommerce-ordering {
  margin: 0;
  padding: 0;
  width: 100%;
}

.filter .woocommerce-ordering select {
  width: 100%;
  appearance:none;
  position: relative;
  background-color: #fff;
  border: 1px solid #ddd;
  cursor: default;
  padding: 6px 22px 6px 8px;
  text-overflow: ellipsis;
  font-size: inherit;
  line-height: 1;
  color: inherit;

  background-image:
    linear-gradient(45deg, transparent 50%, #333 50%),
    linear-gradient(135deg, #333 50%, transparent 50%);

  background-position:
    calc(100% - 10px) 10px,
    calc(100% - 5px) 10px;

  background-size:
    5px 5px,
    5px 5px;
  background-repeat: no-repeat;
}

.facetwp-checkbox[data-value=true], .facetwp-checkbox[data-value=ja] {
  content: "Ja";
}
.facetwp-checkbox[data-value=false], .facetwp-checkbox[data-value=nej] {
  display:none;
}

li.product{
  padding: 1em;
  margin-bottom: 1% !important;
  border: var(--borderDarkgrey1px);
}
li.product h2{
  font-size: 1em !important;
}
li.product .button{
  font-size: .8em;
  float:left;
  margin-left: 10px;
}
li.product:hover{
  box-shadow: var(--shadowProduct);
}
li.product .added_to_cart{
  font-size: .8em;
  font-weight: 400;
}

.woocommerce-MyAccount-navigation {
  float: left !important;
  margin-right: 5.8823529412% !important;
  margin-left: 0 !important;
}

.woocommerce-MyAccount-content {
  margin-right: 0 !important;
}

@media screen and (max-width: 780px){
  .woocommerce-MyAccount-navigation {
    width: 100%;
    margin: 0;
  }

  .woocommerce-MyAccount-content {
    width: 100%;
    margin-top: 1em;
  }
}

.woocommerce-MyAccount-navigation > ul{
  display: block;
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--topplista a:before {
  content: "\f6fc";
}

.cart .quantity {
  float:left;
}
.cart .quantity .qty {
  width:5em;
  border-radius:3px;
  height:32px;
}

/* SIDE MENU */
/* .menuShow is used by expanders if accordion menu is used */
.menuShow{
  display: block !important;
}

#woocommerce_product_search-2, #woocommerce_product_search-2 form{
  margin: 0 !important;
}

.widget.woocommerce.widget_product_categories a{
  padding: 1em 2em 1em 1em;
  font-weight: normal !important;
}

#secondary{
  margin: 0;
  flex-shrink: 0;
  height: auto;
  min-width: 220px;
  overflow-y: scroll;
  background: var(--bkg2);
  border-right: var(--borderDarkgrey1px);
  z-index: 110;

-webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
   -khtml-user-select: none; /* Konqueror HTML */
     -moz-user-select: none; /* Old versions of Firefox */
      -ms-user-select: none; /* Internet Explorer/Edge */
          user-select: none; /* Non-prefixed version, currently
                                supported by Chrome, Opera and Firefox */
}

#secondary::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -9999px;
  background: var(--bkg2);
  z-index: -1;
}

.widget_product_categories ul li:before{
  content: none !important;
}
.product-categories li{
  margin: 0 !important;
  padding: 0 !important;
}
.product-categories > li > .wrapperMenuCat{
  border-top: var(--borderDarkgrey1px);
  border-bottom: var(--borderDarkgrey1px);
}

.cat-parent ul{
  margin: 0 !important;
  padding: 0 0 0 1em !important;
}

.current-cat > .wrapperMenuCat{
  background: var(--bkg1) !important;
  box-shadow: var(--shadowProduct);
}

.cat-item a{
  width: 100%;
  display: flex;
}
.cat-item.extraMarginTopCat {
  border-bottom: solid 5px #ddd;
}
ul.children a:before{
  margin-right: 1em;
  content: '\25CB';
}

.wrapperMenuCat{
  display: flex;
  align-items: center;
}
.wrapperMenuCat i{
  padding: .2em;
  font-size: 1.5em;
}
.wrapperMenuCat:hover{
  background: var(--bkg1);
}
.wrapperMenuCat-header .wrapperMenuCat:hover{
  background: transparent;
}

.cat-menu-close{
  top: 50% !important;
  right: 0.5em !important;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.categoryIcon {
  min-width: 40px;
  text-align: center;
  margin-right:-0.4em;
}
#mobileMenuBtn{
  display: none;
  padding: 0;
  margin-right: 0.5em;
  font-size: 2em;
  z-index: 9999;
  cursor: pointer;
}
@media only screen and (max-width: 780px) {
 .woocommerce-cart #mobileMenuBtn,
 .woocommerce-checkout #mobileMenuBtn{
   display: none;
 }
  .woocommerce-checkout h1.entry-title,
  .woocommerce-cart h1.entry-title{
    margin-bottom: 15px !important;
  }
}
.showMenuMobile{
  display: block !important;
  position: fixed !important;
  width: 100vw;
  z-index: 9997;
  top: 0;
  bottom: 120px;
  overflow-y: auto;
  padding-bottom: 0;
}
.showMenuMobile::after {
  display: none;
}

.hideMenuMobile{
  display: none !important;
}

/* only used for expandable sidebar */
/* .expander{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.expander i{
  padding: 1em;
}
.product-categories ul{
  display: none;
} */

/* Orders */
.thankyou__whatsnext {
  width: 100%;
  list-style: none;
  margin: 0;
  counter-reset: number;
}

.thankyou__whatsnext li {
  margin: 0.2em 0;
  padding: 1.2em 1em 1em;
  position: relative;
  background-color: var(--bkg2);
  text-align: center;
  text-transform: uppercase;
  counter-increment: number;
}

.thankyou__whatsnext li::before {
  content: counter(number);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1.2em;
  height: 1.2em;
  text-align: center;
  font-size: 1.2em;
  line-height: 1.2em;
  color: white;
  font-weight: bold;
  background-color: var(--officeblu);
}

.thankyou__whatsnext__icon {
  font-size: 2em;
  color: var(--officeblu);
}

.thankyou__whatsnext p {
  margin: 0;
}

/* FOOTER */
.site-footer{
  display: flex;
  flex-direction: column;
  border-top: var(--borderBlu2px);
  background: var(--bkg1);
  padding: 0;
}
.site-footer > div{
  display: flex;
  justify-content: space-between;
  padding: 1em 5%;
}
.site-footer ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}

#topFooter a{
  font-size: .8em;
}

.wrapperFooterAssocs{
  display: flex;
  flex-direction: column;
  width: 30%;
}
.assocsSquare{
  display: flex;
  flex-direction: column;
}
.assocsSquare h3{
  width: 100%;
}
.assocsSquare div{
  display: flex;
  justify-content: space-between;
}
.aligin-start.assocsSquare div{
  justify-content: flex-start;
}
.assocsSquare a{
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: var(--bkg2);
}
.assocsSquare img{
  width: 80%;
  opacity: 60%;
}
#assocsPay{
  margin-bottom: 1em;
}
.assocsPay a{
  width: 110px!important;
  height: 40px!important;
  margin: .3em!important;
}
.assocsPay img{
  object-fit: scale-down!important;
}
#assocsTransport a{
  width: 70px;
  height: 40px;
  margin: .3em;
}

.contactSquareBig{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.contactSquareBig p{
  margin: 0;
  font-size: 1.5em;
}
.contactSquareBig i{
  font-size: 2.5em;
  margin: .5em;
  color: var(--officeblu);
}
#midFooter a{
  display: flex;
  align-items: center;
}

.socialsIconrow{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.socialsIconrow a{
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: var(--bkg2);
  width: 40px;
  height: 40px;
  margin: .3em;
}
.socialsIconrow img{
  width: 20px;
  height: 20px;
  opacity: 60%;
}

#botFooter{
  flex-direction: column;
}
#copyrightFooter{
  display: flex;
}
#copyrightFooter span{
  margin: 0 5em 2em 0;
}

#t3pac {
}
#t3pac input {
  border: 2px solid var(--officeblu) !important;
  background: #f2f2f2;
  width:100%;
  padding: 1em 1.41575em;
  margin: 0 0 0.8em;
}
#t3pd {
}
#t3pd select {
  border: 2px solid var(--officeblu) !important;
  background: #f2f2f2;
  width:100%;
  padding: 1em 1.41575em;
  margin: 0 0 0.8em;
}
#t3pd select:disabled {
  opacity:0.4;
}

.subcategories-list {
  background: var(--bkg2);
  border: solid 1px #eee;
  border-radius: 3px;
  list-style-type: none;
  margin:0px;
  padding:0.5em;
  column-count: 3;
}
.subcategories-list li {
  opacity:0.9;
}

abbr[title] {
  border-bottom: none !important;
  text-decoration: none !important;
}

.woocommerce-shipping-methods {
  margin:0px;
}
.woocommerce-shipping-destination, .woocommerce-shipping-calculator {
  display:none;
}

.woocommerce-mini-cart__total.total.amount-left {
  background-color: var(--menuColor10);
  color: #fff;
}

.woocommerce-mini-cart__total.total.free-shipping {
  background-color: var(--menuColor13);
  color: #fff;
}

.wc-block-grid__products, ul.products {
  font-size: .9em !important;
  display: flex;
  flex-wrap: wrap;
}

ul.products::before,
ul.products::after {
  display: initial;
}

ul.products .product {
  display: flex;
  flex-direction: column;
  align-items: start;
}

ul.products .office-thumbnail-cart {
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  align-items: stretch;
  justify-content: center;
  width: 100%;
}

ul.products .office-thumbnail-cart .add_to_cart_button {
  margin: 0 !important;
  white-space: nowrap;
  flex-grow: 1;
  font-size: 1em;
}

ul.products .office-thumbnail-cart .add_to_cart_button.added {
  background: var(--officeblulite) !important;
}
ul.products .office-thumbnail-cart .add_to_cart_button.added::before {
  content: "✓ ";
}

ul.products .office-thumbnail-cart .added_to_cart {
  display: none;
}

@media screen and (min-width: 1150px){
  #wrapperBotHeader {
    justify-content: space-between;
  }

  #wrapperSearch {
    max-width: 50vw;
    margin-left: auto;
    margin-right: auto;

  }

  .site-footer > div {
    padding: 1em 5%;
  }

  #topFooter h4{
    font-size: .9em;
  }
  /* #midFooter{
    flex-direction: column;
  } */
  #midFooter > div, #midFooter > a{
    justify-content: left;
  }
  #botFooter{
    font-size: .7em;
  }
}

@media screen and (max-width: 780px){
  #primary h1, #primary h2, #primary h3, #primary h4, #primary h5, #primary h6{
    font-size: 1.5em !important;
  }

  .woocommerce-message, .woocommerce-error{
    width: 80%;
  }

  #wrapperTopHeader{
    justify-content: space-around;
    padding: 0rem 1rem;
    font-size: .7rem;
  }

  #wrapperTopHeader > div > div {
    padding: 0.2rem 0.5rem;
  }


  #wrapperBotHeader{
    padding: 0 1rem;
    flex-wrap: wrap;
  }
  #headerlogo{
    margin-right: 0;
    padding: 0;
  }

  #mobileMenuBtn{
    display: flex;
  }

  .cart-contents{
    display: block !important;
  }
  .cart-contents .count{
    font-weight: 400;
    opacity: .5;
    font-size: .675em;
  }
  .site-header-cart.focus .widget_shopping_cart, .site-header-cart:hover .widget_shopping_cart {
    display: none !important;
  }

  #wrapperSearch {
    order: 5;
  }

  #wrapperSearch .site-search {
    display: block;
  }

  #vat-display-wrapper {
    min-height: 0;
    margin-left: auto;
    padding-left: 0;
    justify-content: center;
  }
  #custom-add-to-cart-popup{
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    background:var(--officeblu);
    color: #fff;
    display: flex;
    align-items: center;
    z-index: 9999999;
    padding: 15px;
  }
  #custom-add-to-cart-popup img{
    height: 70px;
    width: 70px;
  }
  #custom-add-to-cart-popup p{
    margin-bottom: 0;
    margin-left: 20px;
  }

  /* not used, jq is used instead becuase of woocommerce conflict */
  /* #secondary{
    display: none;
  } */

  #topFooter{
    flex-wrap: wrap;
  }
  #topFooter > div{
    width: 45vw;
    padding-bottom: .5em;
  }
  .wrapperFooterlist h4{
    margin: 0;
  }
  #midFooter{
    font-size: .9em;
    flex-direction: column;
    align-items: center;
  }

}

@media screen and (max-width: 768px){
  ul.products .product {
    width: 50%;
  }

}

@media screen and (max-width: 550px){
  #headerlogo img {
    height: 30px;
  }

  #toggletxt1 {
    display: none;
  }

  #vat-toggle {
    font-size: .6em;
    width: auto;
    flex-direction: column;
  }

  .entry-content ul{
    align-items: center;
    flex-direction: column;
  }
  .entry-content ul li{
    width: 90vw !important;
  }

  .wc-block-grid__product {
    min-width: 75vw !important;
    margin: 0;
  }

  .cart_totals table{
    padding-right: 2em !important;
  }

  .vitalKeyValPair{
    font-size: .7em;
  }
  #site-header-cart {
    min-width: 0;
    margin-left: 0;
  }

  .filters .filter {
    width: 100%;
  }

  ul.products .product {
    width: 100%;
  }
}
.del-archive-wrapper{
  width: 100%;
}
.del-archive-wrapper #deliverySpan{
  display: block;
  margin-top: 5px;
  font-size: 13px;
  padding: 7.4545px;
}
@media screen and (max-width: 767px){
  .del-archive-wrapper #deliverySpan{
    padding: 10px;
  }
}
.wcpt .wcpt-item-row:last-child{
  display: flex;
  align-items: center;
}

#wcpt-68131 .wcpt-1683883259735{
  width: 1% !important;
}

.wcpt-cell-val #deliverySpan{
  font-size: 12px;
}
.wcpt-table tbody td:last-child {
  width: 1%;
  white-space: nowrap;
}
@media screen and (max-width: 1024px){
  .wcpt-table tbody td:last-child {
    width: auto;
    white-space: initial;
  }
}
@media screen and (max-width: 700px){
  .wcpt .wcpt-item-row:last-child{
    display: block;
  }
  .wcpt-cell-val #deliverySpan{
    width: 100%;
    margin: 10px 0;
  }
  .wcpt .wcpt-item-row:last-child {
    grid-column: 1 /4;
    grid-row: 6;
  }
  div.wcpt-cell-val{
    align-items: center;
  }
  .wcpt-shortcode{
    display: none!important;
  }
  .mobile-buy-wrapper{
    text-align: right;
    padding-right: 5px;
  }
}

.return-product{
  background-color: #f9be69;
  font-size: .8em;
  padding: 10px;
}
.return-product a{
  color: var(--color-gold-dark);
}
.return-product-text{
  align-items: center;
  display: flex
}
.return-product-text svg {
  padding-right: 7px;
}
.archive .product .woocommerce-loop-product__link {
  display: flex!important;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  justify-content: center;
}
.archive .product .woocommerce-loop-product__link .thumbnail-square {
  flex: 1 0 100%;
  width: 100%;
}
.archive .product .woocommerce-loop-product__link .onsale {
  flex: 0 0 auto;
  margin-bottom: 0;
}
.archive .product .woocommerce-loop-product__link .wrapper-gr-12 {
  flex: 0 0 auto;
  height: 30px;
  padding: 0 10px;
}
.page-template-default .wrapper-gr-12 {
  height: 30px;
  vertical-align: middle;
  display: inline-block;
  padding: 0 10px;
}
.archive .product .woocommerce-loop-product__link > .woocommerce-loop-product__title {
  flex: 1 0 100%;
}
.archive .product .woocommerce-loop-product__link > .price {
  flex: 1 0 100%;
  padding-top: 5px;
}

#main span.clerk{
  margin-bottom: 50px;
  display: block;
  clear: both;

}
#main span.clerk.clerk_0{
  padding-top: 50px;
}
@media screen and (min-width: 768px){
  #main span.clerk{
    width: 100%;
  }
}
.wrapper-info-faktura{
  margin: 20px 0;
  background-color: #f5f5f5;
  padding: 10px 0.3em;
}
.wrapper-info-faktura h3{
  margin-bottom: 0;
}
.wrapper-info-faktura p:last-child{
  margin-bottom: 0;
}

#secondary.widget-area,
.woocommerce-cart .menu-right {
  display: none !important;
}

.menu-right .cat-menu-close {
  display: none;
}

.menu-right .cat-menu-close.show {
  display: block;
}

.menu-right .wrapperMenuCat {
  width: 100%;
}

.menu-right {
  margin: 0;
  flex-shrink: 0;
  height: 80vh;
  min-width: 220px;
  background: var(--bkg2);
  border-right: var(--borderDarkgrey1px);
  position: relative;
  overflow: visible;
  box-sizing: border-box;
  min-height: 1px;
  width: 21.7391304348%;
  float: left;
}

.menu-right ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu-right ul li {
  position: relative;
}

.menu-right .product-categories li > .cat-menu-close:hover {
  opacity: 0.5;
}

.menu-right .product-categories li .cat-menu-close {
  top: 28px !important;
}

.menu-right .wrapperMenuCat a {
  padding: 1em 2em 1em 1em;
  font-weight: normal !important;
  color: #727272;
  width: 100%;
  display: flex;
}

@media screen and (max-width: 768px) {
  #secondary.menu-right {
    display: none;
  }
  .menu-right{
    width: 100%;
  }
}
.menu-right .wrapperMenuCat a:focus{
  outline: none!important;
}
.subcategories-flex {
  display: grid;
  overflow-x: scroll;
  flex-wrap: wrap;
  grid-auto-flow: column;
  grid-template-rows: repeat(5, auto);
  background: var(--bkg2);
  padding: 8px 15px;
  column-gap: 15px;
  margin-top: 15px;
}


@media only screen and (min-width: 1025px) {
  .subcategories-flex {
    display: flex;
    flex-wrap: wrap;
    background: var(--bkg2);
    padding: 8px 15px;
    column-gap: 15px;
    flex-direction: row;
    margin-top: 15px;
  }
}
.subcategory-flex-item {
  width: calc(24.8% - 10px);
  margin-bottom: 7px;
  margin-top: 7px;
  display: flex;
  height: 50px;
  padding-left: 10px;
  align-items: center;
  background: #fff;
}

@media (max-width: 1300px) {
  .subcategory-flex-item {
    width: calc(33.333% - 10px);
  }
}

.subcategory-flex-item a {
  display: flex;
  align-items: center;
  width: 100%;
}

.subcategory-image {
  width: 50px;
  height: 50px;
  min-width: 50px;
  background-color: #ccc;
  background-size: cover;
  background-position: center;
  margin-right: 10px;
}

.subcategory-title {
  flex-grow: 1;
  display: block;
  overflow: hidden;
  vertical-align: middle;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 5px;
}


@media (max-width: 1024px) {
  .subcategory-flex-item {
    width: calc(100%);
    min-width: 200px;
  }
}


.is-expanded .content::after {
  opacity: 0;
}


.content p{
  margin-bottom: 10px;
}

.content p:last-child{
  margin-bottom: 0;
}

.content {
  max-height: 49px;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.show-more {
  display: none;
  cursor: pointer;
}


.accordion-title .arrow {
  display: inline-block;
  margin-left: 5px;
  width: 20px;
  height: 20px;
  background-image: url('assets/images/arrow-down-white.svg');
  background-size: contain;
  background-repeat: no-repeat;
  transition: transform 0.3s ease;
}

.accordion-title .arrow.down {
  transform: rotate(0deg);
}

.accordion-title .arrow.up {
  transform: rotate(180deg);
}

.accordion-title {
  padding: 15px;
  background:var(--officeblu);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  text-align: center;
}

.accordion-title__wrapper {
  display: block;
  margin: 0 auto;
}

.accordion {
  margin: 15px 0;
}

@media (max-width: 1200px) {
  .subcategory-flex-item a {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  .subcategory-flex-item a {
    font-size: 13px;
  }

  .subcategories-flex {
    padding: 0 7px;
  }

  .accordion-title {
    padding: 7px;
  }
}

@media (max-width: 450px) {
  .subcategory-flex-item {
    width: calc(100%);
    min-width: 200px;
  }

  .subcategory-flex-item a {
    font-size: 15px;
  }
}
#topFooter .wrapperFooterlist{
  padding-right: 10px;
}
#topFooter{
  padding: 1em 5%;
}
@media screen and (max-width: 500px) {
  #topFooter .wrapperFooterlist,
  #topFooter .wrapperFooterAssocs
  {
    width: 100%;
  }
}
#payment .payment_methods li{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#payment .payment_methods>.wc_payment_method>label{
  flex: 1 0 auto;
}
#payment .payment_methods li input{
  margin-left: 5px;
}
.wrapperMenuCat-header a{
  display: flex!important;
  align-items: center!important;
}
.wrapperMenuCat-header .categoryIcon{
  min-width: auto;
  color: #51aded!important;
}
@media (max-width: 1100px) {
  #wrapperTopHeader{
    flex-direction: column;
  }
}

@media screen and (max-width: 550px) {
  .filters .fs-label-wrap{
    width: auto;
  }
}

.woocommerce.widget_product_categories .product-categories .cat-item a:after {
  display: none;
}
.woocommerce.widget_product_categories .product-categories .children {
  display: none;
}
.woocommerce.widget_product_categories .product-categories li {
  position: relative;
}
.woocommerce.widget_product_categories .product-categories li li {
  padding-left: 15px;
}
.woocommerce.widget_product_categories .product-categories li .cat-menu-close {
  position: absolute;
  right: 0;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
  top: 4px;
  width: 20px;
  height: 20px;
}
.woocommerce.widget_product_categories .product-categories li > .cat-menu-close:hover {
  opacity: 0.5;
}
.woocommerce.widget_product_categories .product-categories li > .cat-menu-close:after {
  display: inline-block;
  margin-left: 2px;
  background: url("assets/images/arrow/arrow-right.svg") no-repeat center center;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  content: "";
}
.woocommerce.widget_product_categories .product-categories li.opened > .cat-menu-close:after {
  background: url("assets/images/arrow/arrow-down.svg") no-repeat center center;
  background-size: 20px 20px;
}
.woocommerce.widget_product_categories .product-categories li ul.children li.current-cat {
  font-weight: bold;
}

.wc-prl-recommendations .slick-slider{
  margin: 0;
  position: relative;
}
.wc-prl-recommendations ul li.slick-slide{
  margin: 5px;
}
.wc-prl-recommendations ul .slick-slide .price-wrapper{
  color: #6d6d6d;
  font-weight: 400;
  text-align: center;
  margin-bottom: 1rem;
  font-size: 12.6px;
}
.wc-prl-recommendations ul .slick-slide .woocommerce-loop-product__title{
  font-size: 12.6px!important;
  min-height: 31px;
}
.wc-prl-recommendations ul li.product.slick-slide .button{
  margin-left: 0;
  width: 100%;
  text-align: center;
}
.wc-prl-recommendations ul .slick-slide div.quantity{
  margin-left: 0!important;
}
.wc-prl-recommendations ul .slick-slide .del-archive-wrapper span{
  text-align: center;
}
.wc-prl-recommendations ul .slick-slide div.quantity input{
  height: 39px;
}
.wc-prl-recommendations ul .slick-slide .office-thumbnail-cart{
  display: flex;
  margin-top: auto;
  margin-bottom: 0;
  align-items: stretch;
  width: 100%;
}

.wc-prl-recommendations ul .slick-slide .del-archive-wrapper span{
  background: var(--color-green-light);
  color: var(--color-green-dark);
  display: block;
  margin-top: 5px;
  font-size: 13px;
  padding: 7.4545px;
  width: 100%;
}



.wc-prl-recommendations .slick-arrow.slick-next{
  right: 5px;
}
.wc-prl-recommendations .slick-arrow.slick-prev {
  left: 9px;
}
.wc-prl-recommendations .slick-arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0;
  height: 35px;
  width: 35px;
  border-radius: 50%;
  background: #51ADED;
  z-index: 22;
  opacity: 0.8;
  transition: 0.3s ease;
  cursor: pointer;
}
.wc-prl-recommendations .slick-arrow:hover{
  opacity: 1;
}
.wc-prl-recommendations .slick-prev svg, .wc-prl-recommendations .slick-next svg {
  fill: white;
}
@media screen and (max-width: 768px) {
  #primary .wc-prl-recommendations ul .slick-slide .woocommerce-loop-product__title{
    font-size: 16px !important;
    min-height: 55px;
  }
}

.woocommerce-checkout .menu-right,
.woocommerce-checkout .wwrapperSearch,
.woocommerce-checkout .site-search {
  display: none;
}
.woocommerce-checkout #headerlogo {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}


@media (min-width: 768px) {
  .quantity .plus,.quantity .minus{
    display: none;
  }
}
@media (max-width: 768px) {
  .woocommerce-checkout #headerlogo{
    left: 0;
    transform: translateX(0);
  }
  body .quantity-wrapper  input[type=number]{
    border: none;
    outline: none;
    box-shadow: none!important;
  }
  .quantity-wrapper {
    display: flex;
    align-items: center;
    flex-direction: row;
  }
  .quantity-wrapper button{
    color: var(--officeblu)!important;
  }
  .product-quantity{
    display: flex;
    align-items: center;
    flex-direction: row;
  }
  table.cart .quantity .qty, table.cart td.product-quantity .qty {
    padding: .6180469716em!important;
    height: auto;
  }
  table.cart .product-quantity .plus, table.cart .product-quantity .minus{
    display: block!important;
  }
}
@media only screen and (max-width: 780px) {
   .woocommerce-checkout #wrapperSearch{
     display: none;
   }
}

@media (max-width: 768px) {
  .wcpt-table .quantity.wcpt-hide-controls .wcpt-qty-controller {
    display: block;
    position: absolute;
    color: var(--officeblu) !important;
    background-color: #eeeeee;
    height: 32px;
    width: 20px;
    transform: translateY(-50%);
    top: 50%;
  }

  .wcpt-table .quantity.wcpt-hide-controls .wcpt-qty-controller.wcpt-minus {
    left: -3px;
  }

  .wcpt-table .quantity.wcpt-hide-controls .wcpt-qty-controller.wcpt-plus {
    right: -3px;
  }

  .wcpt-table .wcpt-hide-controls.wcpt-display-type-input {
    position: relative;
    min-width: 65px;
    border: none;
    text-align: center;
  }

  .wcpt-table .wcpt-quantity input[type=number].qty {
    border: 2px solid #eaeaea;
    margin: 0 auto !important;
    max-width: 35px;
    box-shadow: none !important;
  }
}

@media (max-width: 700px) {
  .wcpt-table .wcpt-hide-controls.wcpt-display-type-input {
    min-width: 108px;
  }

  .wcpt-table .quantity.wcpt-hide-controls .wcpt-qty-controller {
    width: 32px;
  }

  .wcpt-table .wcpt-quantity input[type=number].qty {
    max-width: 50px;
    border-radius: 0;
  }

  .wcpt-qty-controller:after {
    top: 44%;
  }
}


  @media only screen and (max-width: 780px) {
    .woocommerce-checkout #wrapperSearch{
      display: none;
    }
  }
.sale-text{
  font-size: .8em;
  width: 100%;
  padding: 10px;
  background: var(--bkg2);
}
.sale-text i{
  margin-right: 3px;
  display: inline-block;
}
.tinv-wraper.tinv-wishlist{
  margin: 0 auto;
}

.tinv-wishlist .product-action {
  width: 155px;
}
.tinv-wishlist .product-date{
  display: none;
}

.single-product .tinv-wishlist{
  padding: 0;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart-plus.no-txt, .tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt{
  width: 30px;
  height: 30px;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart:before{
  font-size: 39px;
  transform: translate(-50%, -50%);
  margin-left: 0!important;
  margin-top: 0 !important;
}
.wishlist-main-wrapper .product-remove ,.tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart{
  position: absolute;
  right: 10px;
  z-index: 11;
  top: 10px;
  left: auto;
  width: 30px;
  height: 30px;
}
.wishlist-main-wrapper li.product .product-remove button{
  background-color: transparent;
  padding-top: 0;
}

.wishlist-main-wrapper li.product .ftinvwl-times:before{
  content: "\e908" !important;
  color: var(--officeblu);
  font-size: 39px;
}
.wishlist-main-wrapper .tinvwl-above_thumb-add-to-cart{
  display: none;
}
.wishlist-main-wrapper li.product{
  position: relative;
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--wishlist a:before{
  content: "\f004";
}

.tinv-wishlist .tinv-header h2{
  display: none;
}
.single-product .product-type-simple .woocommerce-product-gallery{
  position: relative;
}
.single-product .product-type-simple .woocommerce-product-gallery .tinv-wraper{
  position: absolute;
  right: 10px;
  z-index: 11;
  top: 10px;
  left: auto;
  width: 30px;
  height: 30px;
  padding: 0;
}
.single-product .product-type-simple .summary.entry-summary .tinv-wishlist{
  display: none;
}

.recommended-product-item-main li.product {
  width: 100% !important;
  margin-right: 0 !important;
  padding-bottom: 55px;
  height: 100%;
}

.remove-recommended-product {
  height: 35px;
  position: absolute;
  left: 1em;
  right: 1em;
  bottom: 18px;
  padding: 0;
}

.recommended-product-item-main {
  width: 22.05%;
  margin-right: 2.8%;
  float: left;
  clear: both;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: start;
  margin-bottom: 1%;
}

@media (max-width: 1200px) {
  .recommended-product-item-main {
    width: 30%;
  }
}

@media (max-width: 800px) {
  .recommended-product-item-main {
    width: 50%;
    margin: 0;
  }
}

@media (max-width: 570px) {
  .recommended-product-item-main {
    width: 100%;
  }
}
.tinv-wishlist .woocommerce-LoopProduct-link{
  width: 100%;
}
.show-mobile{
  display: none;
}
.wc-proceed-to-checkout a{
  position: inherit!important;
}
@media (max-width: 767px) {
  .wc-proceed-to-checkout a{
    position: fixed!important;
    bottom: 0!important;
    left: 0!important;
    width: 100%!important;
    z-index: 99!important;

  }
  .wc-proceed-to-checkout .checkout-button{
    margin-bottom: 0!important;
  }
  .hide-mobile{
    display: none;
  }
  .show-mobile{
    display: block;
  }
  .wpb_column.vc_column_container.vc_col-sm-1\/5 {
    float: left;
    width: 20%;
    font-size: 6px;
  }

  .wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 10px;
  }

  .popkat {
    width: 100%;
    left: 0;
    position: relative;
    display: block;
    text-align: center;
  }

  a.popkat-link {
    display: inline-block;
    width: 40%;
    text-align: center;
    padding: 5px;
    border-style: solid;
    border-width: 2px;
    border-color: #51aded;
  }

  a.popkat-link.top-row {
    margin-bottom: 5px;
    margin-top: -0rem;
  }

  a.popkat-link.bottom.row {
    margin-bottom: 1rem;
  }

  h2.popkat-title {
    background-color: white;
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    color: #51aded;
  }

}
@media (max-width: 429px) {
  a.popkat-link {
    width: 49%;
  }
}
@media (max-width: 355px) {
  a.popkat-link {
    width: 75%;
    margin-bottom: 5px!important;
  }
}
.klarna-checkout-select-other-wrapper .checkout-button{
  width: 100%;
  text-align: center;
}

#kco-order-review > p.klarna-checkout-select-other-wrapper:nth-of-type(1) {
  display: block;
}
#kco-order-review > p.klarna-checkout-select-other-wrapper:nth-of-type(2) {
  display: none;
}
.space-block{
  display: none;
}
@media (max-width: 768px) {
  .showMenuMobile .theiaStickySidebar{
    padding-bottom: 0!important;
  }
  #secondary{
    height: 100%;
  }
  .space-block{
    height: 256px;
    display: block;
  }
  .logged-in .space-block{
    height: 317px;
  }
  .showMenuMobile{
    padding-bottom: 0;
  }
  #wrapperTopRight {
    display: none;
  }
  #wrapperTopRightMobile {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 10px 10px;
    background: var(--bkg2);
    z-index: 9998;
  }
  #wrapperTopRightMobile:before{
    position: absolute;
    content: "";
    background-color: #50ADED;
    top: 0;
    bottom: 0;
    width: 5px;
  }
  #wrapperTopRightMobile .mobile-bottom-menu-item {
    padding: 8px 0;
    text-align: center;
  }
  #wrapperTopRightMobile a {
    text-decoration: none;
    color: var(--officeblu);
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 16px;
  }
  #wrapperTopRightMobile i {
    margin-right: 4px;
    font-size: 1.5em;
    padding: .2em;
    min-width: 40px;
    text-align: left;
    color: var(--officeblu);
  }
}
@media (min-width: 769px) {
  #wrapperTopRightMobile {
    display: none;
  }
}

@media (max-width: 768px) {
  #kco-order-review > p.klarna-checkout-select-other-wrapper:nth-of-type(1) {
    display: none;
  }
  #kco-order-review > p.klarna-checkout-select-other-wrapper:nth-of-type(2) {
    display: block;
  }
}

.brands-list{
  display:flex;
  flex-wrap:wrap;
  column-gap: 22px;
}

.brands-list h2{
  flex: 0 0 100%;
  margin: 32px 0 14px;
}

.woocommerce-checkout .billing_address_selected,.woocommerce-checkout .shipping_address_selected,.woocommerce-checkout #bill_here_button,.woocommerce-checkout #ship_here_button{
  font-size: 0.67em;
  font-weight: 400;
}

.woocommerce-checkout #ship-to-different-address .woocommerce-form__input-checkbox {
  left: 0;
  right: auto;
}

.woocommerce-checkout #ship-to-different-address label {
  padding-left: 25px;
}

@media (max-width: 1059px) {
  .woocommerce-checkout .options_container {
    width: 90%;
  }

  .woocommerce-checkout .sa_billing_addresses_container .select2-container,
  .woocommerce-checkout .shipping_address .select2-container {
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  .woocommerce-checkout .woocommerce-billing-fields h3 {
    padding-left: 17.6px;
  }

  .woocommerce-checkout #ship-to-different-address label {
    padding-left: 17.6px;
  }
}

#pdpdpayment ul {
    margin: 0;
    padding: 0;
}

#pdpdpayment ul li {
    display: flex;
    align-items: center;
    list-style: none;
    margin-bottom: 5px;
    gap: 15px;
    font-size: .8em;
}

#pdpdpayment ul li img {
    max-width: 30px;
}