/*
this file is loaded by both old and new heads, cph & pb for common/shared elements

all css rules here must have unique target to unsure they only target cph not pb

new colors:

yellow: #FFCC00;
black/grey: #2A2A2A;

please consider if a rule is generic, it might belong in style.bundle.css so it will show in the admin page builder too



*/


:root {
    --bs-body-font-family: 'neue-haas-grotesk-text', Arial, sans-serif;
    --bs-heading-font-family: 'neue-haas-grotesk-display', Arial, sans-serif;
    --bs-heading-font-weight: bold;
}


body{
	font-family: 'neue-haas-grotesk-text', Arial, sans-serif;
	font-weight:normal;
}

.heading_font, h1, h2, h3, h4, h5, h6{
	font-family: 'neue-haas-grotesk-display', Arial, sans-serif;
	font-weight:600;
}

/* set key layers together first: */

.header,#accountMenu{
	z-index: 30;
}
.navShade{
	z-index: 20;
}
#navMenu,.navItemWrapper{
	z-index:22;
}
#searchResults,#searchBlock{
	z-index:30;
}
.fullShade{
	z-index:40;
}



#cart{
	z-index:41;
}
.cart .icon-cancel{
	z-index:42;
}


.mobileMenu{
  z-index: 45;
}
.modal-form__overlay{
	z-index:50;
}


body{
	max-height:100vh;
}
main{
	overflow-y:scroll;
	flex-grow: 1;
  display: flex;
  flex-direction: column;
  position: relative;
}

.pg-container{
  max-width: 1660px;
  margin: 0 auto;
  padding: 0 30px;
}


a{
	color: #2A2A2A;
}

.no_underline a{
	text-decoration:none;
}

.hoverUnderline:hover{
	text-decoration:underline;
}

.cursor-pointer {
  cursor: pointer;
}

.nowrap{
	white-space:nowrap;
}

.pgBar .icon{

	width:30px;
	height:30px;
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 180px;
  height: 44px;
  /* padding-left: 30px;
  padding-right: 30px; */
  font-size: 18px;
  font-weight: bold;
  color: #2A2A2A;
  background: #FFCC00;
  border: 2px solid #FFCC00;
  cursor: pointer;
  -webkit-transition: border 0.3s ease-in, color 0.3s ease-in, background-color 0.3s ease-in, padding 0.3s ease-in;
  -o-transition: border 0.3s ease-in, color 0.3s ease-in, background-color 0.3s ease-in, padding 0.3s ease-in;
  transition: border 0.3s ease-in, color 0.3s ease-in, background-color 0.3s ease-in, padding 0.3s ease-in;
}

.button:hover {
  /*background: rgba(255, 255, 255, 0);
  color: #FFCC00;*/
  text-decoration:underline;
}


.header{
	position:sticky;
	top:0;

}

.pgBar{
	color:#2A2A2A;
	background: #FFCC00;
	position:relative;
}


.header_column{
	display:flex;
	align-items: center;
	padding: 0 5px;
}

.tagline{
display:flex;flex-direction:column;justify-content:flex-end;
}

#accountMenu{
	position: absolute;
	background: white;
	padding: 16px 0px 0px 16px;
	width: 210px;
	top: 100%;
	right: 0px;
	box-shadow: -4px 0 6px rgba(0,0,0,.3), 4px 0 6px rgba(0,0,0,.3);
}

#accountMenu a:hover {
  text-decoration: underline;
}


#navMenu{
	border-top: 1px solid #eaeaea;
	background:white;
	box-shadow: 1px 1px 32px 0px rgba(174, 193, 201, 0.3);
	position:relative;

}

#navMenu ul{
	display:flex;
	
	justify-content: space-between;
	flex-wrap:wrap;
	list-style:none;
	margin:0;
	padding:0;
}
#navMenu ul li{
	display:flex;
}
#navMenu .headerMenuButton{
	cursor:pointer;
	padding: 10px 20px;
	display:block;
	white-space:nowrap;
	border-bottom: 3px solid white;
	align-content:center;
	font-weight:500;
}

#navMenu .headerMenuButton:hover, #navMenu .headerMenuButton.active{
  border-bottom: 3px solid #FFCC00;
}



.navShade{
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(60, 60, 60, 0.9);

}

.navItemWrapper{
	position: absolute;
	width: 100%;
	left: 0;
}

.navItemContent{
	display: flex;
	flex-wrap: wrap;
	background:white;
	column-gap: 60px;
	row-gap: 20px;
	max-width: 1660px;
	margin: 0 auto;
	padding: 20px 30px;

}


 #searchInput{
	border:thin solid #ffffff;
	width: 100%;
	padding: 9px 20px;
	background: white;
	outline:none;
}

 #searchInput:focus{
	border:thin solid #2A2A2A;
}

#searchResults{
	background: #F7F7F9;
	width: 100%;
	padding: 20px 30px;
	flex-grow:1;
}

#pageContent{
	background:white;
	flex-grow:1;
}


#basketButtonCount{
	position: absolute;
right: -3px;
  top: -9px;
	border-radius: 50%;
	background: white;
	border: 1px solid #2A2A2A;
}


#basketButtonCount .value{
	font-size: 12px;
	line-height: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 25px;
	width: 25px;
}


.fullShade {
  position:absolute;  
  height: 100%;
  width:100%;
  top: 0;
  background: rgba(60, 60, 60, 0.9);
  left: 0;
}


#cart{
  width: 450px;	
  height:100%;
  background: white;
  position: fixed;
  right:0;
  top:0;
  display:flex;
  flex-direction:column;
  transform: translateX(100%);
  transition: all 1s ease;
  padding:0;
}

#cart.active{ 
  transform: translateX(0%)
}

/* Modern standard */
input[type="number"] {
  appearance: textfield; /* Replaces -moz-appearance */
}

/* Chrome, Safari, Edge (WebKit/Blink) still require this to hide spinners */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  appearance: none;
  margin: 0;
}




/* copy pasta from old css to save time */


.cart__products,.cart__info{
padding:0 10px 10px;
}

.cart img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
}

.cart .icon-cancel {
  width: 42px;
  height: 42px;

  position: absolute;
	top: 0px;
	right: 0px;
	background: white;
}

.cart .icon-cross {
  margin-right: 12px;
}

.cart .counter-input {
  width: 46px;
  font-weight: 700;
  font-size: 16px;
}

.cart .button-counter {
  width: 132px;
  margin: 0 0 0 53px;
}
/*
.cart.transition {
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  -o-transition: transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
*/
.cart.empty .cart__info {
  padding-top: 0;
  background: #fff;
  margin: 0 0 0 auto;
}

.cart.empty .cart__info .product__link,
.cart.empty .cart__info .product__item__group,
.cart.empty .cart__info .cart__info__results,
.cart.empty .cart__info .product__add {
  display: none;
}



.cart.empty .cart__products {
  padding-top: 4px;
}

.cart__info__empty {
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
 display: block;
  margin: 20px 0 40px 0;
}

.cart__info .product__add_empty {
  display: inline-flex;
}

.cart__products {
  padding: 10px 15px 20px 5px;
  overflow-y: scroll;
  overflow-x: clip;
  overflow: overlay;
  -webkit-box-shadow: inset 0px 16px 16px -16px rgba(174, 193, 201, 0.45);
          box-shadow: inset 0px 16px 16px -16px rgba(174, 193, 201, 0.45);
  background: #fff;
  position: relative;
  scrollbar-color: #CDCDCD rgba(255, 255, 255, 0);
  scrollbar-width: 4px;
}

.cart__products .categories__product__code {
  text-align: left;
  font-weight: 500;
  color: #818181;
}

.cart__products .categories__product__text {
  font-size: 16px;
  margin: 5px 0 4px 15px;
  margin-right:30px;
}

.cart__products::-webkit-scrollbar {
  background-color: rgba(255, 255, 255, 0);
  max-height: 95px;
  width: 4px;
}

.cart__products::-webkit-scrollbar-thumb {
  background: #CDCDCD;
  border-radius: 100px;
}

.cart__products::before {
  content: "";
  position: absolute;
  margin: 0 auto;
  width: 100%;
  left: 0;
  top: 0;
  height: 16px;
  background: #fff;
}

.cart__info {
  background: #F7F7F9;
  padding: 20px;
  width: 100%;
  margin: auto 0 0 auto;
}

.cart__info .product__link {
  font-weight: 400;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 5px 0;
  font-size: 16px;
  line-height: 140%;
}

.cart__info .product__link:first-child {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart__info .product__link .info-icon {
  margin: 0 0 0 6px;
}

.cart__info .product__item__group {
  display: block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 0.5px solid #D9D9D9;
  border-top: 0.5px solid #D9D9D9;

  padding: 5px 0;
	margin:0;
}

.cart__info .product__item__group_first {
  margin: 0;
  padding-top: 0;
  border-top: none;
  padding-bottom: 5px;
}

.cart__info .product__feature__wrap {
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cart__info .product__feature__wrap:first-child {
 margin: 7px 0;
}

.cart__info .product__feature {
  font-weight: 500;
  font-size: 16px;
  color: #3c3c3c;
  line-height: 104%;
}

.cart__info .product__add {
  min-width: 100%;
  font-size: 18px;
}


.cart__product__item .price-format {
  margin: 0 0 0 auto;
}

.product__item__group .product__price {
  font-size: 16px;
  font-weight: 500;
}

.product__item__group .product__price span:nth-child(2) {
  font-size: 12px;
}

.cart__info__results .product__feature {
  font-weight: 700;
  font-size: 18px;
  color: #3c3c3c;
  margin: 0 0 20px 0;
}

.cart__info__results .product__price {
  font-weight: 700;
  font-size: 18px;
  color: #FFCC00;
}

.cart__info__results .product__price span {
  font-weight: 600;
  font-size: 18px;
}

.cart__info__results .product__price span:nth-child(2) {
  font-weight: 700;
  font-size: 14px;
}

.product__delivery {
  font-weight: 600;
}

.cart__product {
  border-bottom: 0.5px solid #D9D9D9;
  padding: 5px 0;
}

.cart__product__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 15px;
}

.categories__product__info__line {
  height: 15px;
  width: 1px;
  background: #818181;
  margin: 0 3px;
}

.cart__title {
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  margin: 0 0 10px 0;
  color: #3c3c3c;
}

.cart__product__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0 0 0;
}

.cart__product__item .product__price {
  font-size: 16px;
  font-weight: 600;
}

.cart__product__item .product__price span {
  font-size: 14px;
}



.icon {
  cursor: pointer;
  display:flex;
  fill: #2A2A2A;  
}


.icon svg {
  width: 100%;
  height: 100%;
}

.icon-cross {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
}

.icon-bread-arrow {
  margin: 0 5px;
}

.icon-bread-arrow svg {
  width: 6px;
  height: 9px;
  fill: #3c3c3c;
}


.counter-input,
.enter-input {

  font-weight: 700;
  font-size: 18px;
  height: 42px;
  text-align: center;
  background: rgba(255, 255, 255, 0);
  color: #3c3c3c;
  outline: none;
  border: none;
  padding: 0;
}

.button-counter {
  display: flex;
  border: 1px solid #E0E8F3;
  border-radius: 1px;
  max-width: 170px;
  background: rgba(255, 255, 255, 0);
  user-select: none;
}


.button-counter .icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  min-height: 40px;
  margin: auto 0;
}



.progress-wrap {
  padding: 10px 0 10px 0;
  max-width: 545px;
}

.progress {
  width: 100%;
  background-color: #ffffff;
  height: 7px;
  border-radius: 10px;
  border: thin solid #D9D9D9;
}

.progress-bar {
  width: 25%;
  height: 100%;
  background-color: #FFCC00;
  text-align: center;
  line-height: 20px;
  color: white;
  border-radius: 10px;
}

.cart__products, .cart__info {
  padding: 10px;
}

.bonus-link{
display:inline;

}


/*
.search {
  position: fixed;
  height: calc(100% - 80px);
  top: 80px;
  left: 0;
  right: 0;
  padding: 55px 0 140px;
  background: #F7F7F9;
  -webkit-transition: visibility 0.2s, opacity 0.2s ease-in-out;
  -o-transition: visibility 0.2s, opacity 0.2s ease-in-out;
  transition: visibility 0.2s, opacity 0.2s ease-in-out;
  visibility: hidden;
  opacity: 0;
  z-index: -1;
  overflow: auto;
}
*/
#searchResults .preloader {
  position: absolute;
  left: 0;
  right: 0;
  margin: 175px auto auto auto;
 
}

#searchResults .preloader.search-result {

}

.#searchResults .preloader.active {
  display: block;
}

.preloader {
  position: relative;
  width: 48px;
  height: 48px;
  background: #E9EDF5;
}

.preloader::after {
  top: 0;
  left: 0;
  position: absolute;
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background: #FFCC00;
  -webkit-animation: preloaderAnimation 1s linear infinite;
          animation: preloaderAnimation 1s linear infinite;
}

.preloader::before {
  position: absolute;
  display: block;
  content: "";
  width: 24px;
  height: 24px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}



@-webkit-keyframes preloaderAnimation {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }

  25% {
    -webkit-transform: translate(300%, 0%);
            transform: translate(300%, 0%);
  }

  50% {
    -webkit-transform: translate(300%, 300%);
            transform: translate(300%, 300%);
  }

  75% {
    -webkit-transform: translate(0%, 300%);
            transform: translate(0%, 300%);
  }

  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}

@keyframes preloaderAnimation {
  0% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }

  25% {
    -webkit-transform: translate(300%, 0%);
            transform: translate(300%, 0%);
  }

  50% {
    -webkit-transform: translate(300%, 300%);
            transform: translate(300%, 300%);
  }

  75% {
    -webkit-transform: translate(0%, 300%);
            transform: translate(0%, 300%);
  }

  100% {
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
  }
}

/*
.search .category-link__item {
  width: 110px;
  height: 110px;
  min-width: 110px;
  min-height: 110px;
}

.search .category-link__title {
  font-size: 10px;
  padding: 7px 5px 0 5px;
}
*/
.top-search {
  padding: 18px 0 20px 0;
}

.top-search .button-cross_bold {
  display: none;
  position: absolute;
  top: 7px;
  right: 7px;
}

.top-search .button-cross_bold .button-plus__first {
  width: 26px;
  height: 2px;
}

.top-search .button-cross_bold .button-plus__second {
  height: 26px;
  width: 2px;
}

.search__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search__input__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.search__input__wrap .button-cross {
  width: 36px;
  height: 36px;
  position: absolute;
  right: 0;
}

.search__logo {
  margin: 0 226px 0 0;
}

.logo-search {
  width: 208px;
  height: 42px;
}

.search__input {
  width: 550px;
  font-weight: 400;
  font-size: 14px;
  height: 36px;
  padding: 6px 15px 6px 15px;
  background: #fff;
  border-radius: 1px;
  border: none;
  outline: none;
}

.search__wrap {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  overflow: hidden;
}

.search__wrap.search-result {
  opacity: 1;
}

.search__main {
  max-width: 980px;
  width: 100%;
  height: 100%;
  margin-right: 40px;
}

.search__main .categories__cards {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  padding: 0 0 20px 0;
  overflow-x: auto;
  overflow-y: clip;
  margin-top: 0;
  overflow: overlay;
}

.search__main .categories__cards::-webkit-scrollbar-thumb {
  background: #FFCC00;
}

.search__main .categories__cards_first .categories__card .categories__link {
  padding: 0 6px 9px 6px;
}

.search__main .categories__cards_first .categories__card .categories__link__text {
  font-weight: 700;
  font-size: 10px;
  line-height: 12px;
  color: #3c3c3c;
}

.search__main .categories__card {
  width: 110px;
  height: 110px;
  min-width: 110px;
  min-height: 110px;
}

.search__main .categories__card .categories__link {
  padding: 6px 6px 9px 6px;
  line-height: 12px;
}

.search__main .categories__card .categories__link__text {
  font-size: 10px;
  height: 38px;
  padding: 0;
  margin: 3px 0 0 0;
  overflow: hidden;
}

.search__main .categories__card .icon-category {
  width: 100%;
  height: 100%;
  max-height: 76px;
}

.search__main .categories__card .icon-category svg {
  fill: #51636A;
}

.search__main .product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
}
/* 
.search__main .product-list .product-item {
  width: 180px;
 /* height: 223px;
}
*/
.search__main .product-list .product-item__new {
  top: -3px;
  left: -3px;
  width: 65px;
  height: 65px;
}

.search__main .product-list .product-item__code,
.search__main .product-list .product-item__status__label,
.search__main .product-list .product-info__availability {
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0em;
}

.search__main .product-list .product-item__status {
  padding: 0 2px;
  height: 12px;
}

.search__main .product-list .product-item__status__label {
  margin: 0 0 0 3px;
}

.search__main .product-list .product-item__content {
  padding: 0 5px 12px 5px;
}

.search__main .product-list .product-item__availability {
  font-size: 10px;
  letter-spacing: 0;
}
/*
.search__main .product-list .product-item__title {
  height: 50px;
  font-size: 12px;
  line-height: 18px;
  margin-top: 8px;
}
*/
.search__main .product-list .product-item__title::after {
  height: 15px;
}

.search__message {

  font-weight: 600;
  font-size: 24px;
  color: #3c3c3c;
}

.search__message.active {
  display: block;
}

.search__main__wrap {
  position: relative;
  margin: 0 0 20px 0;
}

.search__main__wrap.no-result .search__main__content {
  display: none;
}

.search__main__wrap.no-result .search__wrap__title {
  margin-bottom: 40px;
}

.search__main__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
  overflow-y: clip;
}

.search__main__content__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 70px;
  min-width: 70px;
  height: 110px;
  font-weight: 600;
  font-size: 10px;
  line-height: 140%;
  color: #818181;
  margin: 0 0 0 20px;
}

.search__sidebar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search__sidebar .posts__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}

.search__sidebar .posts-item {
  width: 180px;
  min-width: 180px;
}

.search__sidebar .posts-item .video__wrap {
  height: 110px;
}

.search__sidebar .posts-item .posts-item__description {
  display: none;
}

.search__sidebar .posts-item .posts-item__content {
  margin: 0;
}

.search__sidebar .posts-item .posts-item__info {
  font-size: 10px;
  line-height: 12px;
  margin-top: 2px;
}

.search__sidebar .posts-item .posts-item__title {
  font-size: 12px;
  line-height: 15px;
  margin: 4px 0 10px 0;
}

.search__sidebar .posts-item img {
  height: 110px;
}

.search__sidebar .posts-item .video__icon {
  position: absolute;
  top: 24%;
  left: 17%;
  width: 22px;
  height: 25px;
  z-index: 3;
}

.search__sidebar__wrap:not(:last-child) {
  margin-right: 90px;
}

.search__wrap__title {
  font-size: 14px;
  line-height: 17px;
  margin-bottom: 30px;
}

.search__sidebar .posts-item .video__icon{
  top: 50%;
  left: 50%;
}

.search__sidebar .posts-item{
  width:200px;
}

.search__sidebar .posts-item .video__wrap{
  height:150px;
}

.search__sidebar .posts-item img{
  height:150px;
}


.video__wrap {
  position: relative;
  margin-bottom: 30px;
  z-index: 0;
}

.video__wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  z-index: 2;
}

.posts-item .video__wrap {
  max-height: 184px;
  z-index: 0;
  margin-bottom: 0;
}



.product-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  height: 100%;
  margin-top: 30px;
}

.product-list .product-item {
  width: 280px;
  height:auto;
}
/* 
.product-list .product-item__content {
  padding: 0 10px 15px 10px;
} */

.product-list .product-item__title {
  margin-top: 7px;
}

.icon-favorites svg:nth-child(1) {
  display: block;
}

.icon-favorites svg:nth-child(2) {
  display: none;
}

.icon-favorites.active svg:nth-child(1) {
  display: none;
}

.icon-favorites.active svg:nth-child(2) {
  display: block;
}




.product-item {
  width: 280px;
  height: auto;
}



.product-item {
  position: relative;
  width: 300px;
  height: 324px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(174, 193, 201, 0.25);
          box-shadow: 0px 0px 8px 0px rgba(174, 193, 201, 0.25);
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  background: #fff;
  overflow: hidden;
}

.product-item.phased .product-item__status {
  color: #FFB41F;
  background: rgba(255, 180, 31, 0.1);
}

.product-item.back .product-item__status {
  color: #FF7222;
  background: rgba(255, 114, 34, 0.1);
}

.product-item a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.product-item:hover {
  -webkit-box-shadow: 1px 1px 32px 0px rgba(174, 193, 201, 0.45);
          box-shadow: 1px 1px 32px 0px rgba(174, 193, 201, 0.45);
}

.product-item:hover .product-item__title {
  text-decoration:underline;
}

.product-item .icon-favorites,.product-info__favorites .icon-favorites {


  width: 30px !important;
  height: 30px !important;
  background: #FFF0B4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
}
.product-item .icon-favorites.active,.product-info__favorites .icon-favorites.active {
background: #FFCC00;
}

.product-item .icon-favorites svg {
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  width: 20px;
  height: 20px;
}

.product-item .icon-status {
  width: 10px;
  height: 10px;
}

.product-item__image {
  width: 100%;
  max-height: 210px;
}

.product-item__image img {
  height: 100%;
  width: 100%;
}

.product-item__favorites {
  position: absolute;
  right: 0;
  top: 0;
  padding: 5px 5px 10px 10px;
  cursor: pointer;
}


.product-item__new {
  position: absolute;
  top: 0;
  left: 0;
  width: 74px;
  height: 79px;
  cursor: pointer;
}

.product-item__new svg {
  fill: #FD3321;
}

.product-item__content {
  color: #3c3c3c;
  padding: 10px 10px 13px 10px;
}

.product-item__content__wrap {
  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;
}

.product-item__status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #32BEA6;
  background: rgba(50, 190, 166, 0.1);
  padding: 0 5px;
  border-radius: 1px;
  height: 18px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.product-item__status .icon-check {
  width: 10px !important;
  height: 10px !important;
}

.product-item__status__label {
  font-size: 12px;
  font-weight: 500;
  margin: 0 0 0 5px;
}

.product-item__availability {
  font-weight: 500;
  font-size: 12px;
  line-height: 125%;
  letter-spacing: 0.05em;
}

.product-item__title {
  position: relative;
  height: 60px;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}




.modal-form__overlay {
  position: fixed;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  right: 0;
  width: 100%;
  height: 0;
  bottom: 0;
  background: rgba(60, 60, 60, 0.9);
  -webkit-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  opacity: 0;
}

.modal-form__overlay.active {
  height: 100%;
  -webkit-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  opacity: 1;
}

.modal-form__overlay .button_light:hover {
  color: rgba(15, 135, 213, 0.6);
}

.modal-form__form {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 100%;
  max-width: 530px;
  max-height: 748px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  text-align: left !important;
  overflow: auto;
}

.modal-form__form .button-cross {
  position: absolute;
  right: 8px;
  top: 8px;
}

.modal-form__form .button-cross .button-plus__first {
  width: 28px;
  height: 2px;
}

.modal-form__form .button-cross .button-plus__second {
  height: 28px;
  width: 2px;
}

.modal-form__form .icon-cancel {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
}

.modal-form__form .icon-cancel svg {
  fill: #3c3c3c;
}

.modal-form__form.active {
  -webkit-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
  opacity: 1;
  visibility: visible;
}

.modal-form__form .element-input {
  margin: 0 auto 18px auto;
}

.modal-form__form .element-input textarea {
  height: 70px;
  resize: none;
}

.modal-form__form .button {
  min-width: 100%;
}

.modal-form__form .button_light {
  margin: 20px 0 0 0;
}

.modal-form__form .button-dropdown__wrap,
.modal-form__form .button-dropdown__option {
  background: #fff;
  font-size: 14px;
}

.modal-form__form .button-dropdown__input {
  color: #BEBEBE;
  font-size: 14px;
}

.modal-form__form .button-dropdown__input.active {
  color: #3c3c3c;
}

.modal-form__form .button-dropdown__icon {
  position: absolute;
  height: 44px;
  width: 44px;
  top: 0;
  right: 0;
}

.modal-form__form .button-dropdown__icon {
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: -webkit-transform 0.3s ease-in;
  -o-transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}

.modal-form__form .button-dropdown__icon svg {
  fill: #BEBEBE;
  width: 100%;
  height: 100%;
}

.modal-form__form .radio__text strong {
  font-weight: 600;
}

.modal-form__wrap {
  margin: 30px 0 0 0;
}

.modal-form__content {
  max-width: 420px;
  margin: 45px auto 45px auto;
  padding: 0 15px;
}

.modal-form__title {
  font-weight: 600;
  font-size: 18px;
}

.modal-form__title_uppercase {
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
margin: 0 0 20px 0;
}

.modal-form__title_action {
  font-weight: 700;
  font-size: 26px;

  text-align: center;
margin: 44px 0 15px 0;
}

.modal-form__subtitle {
  font-weight: 500;
  font-size: 14px;
  margin: 20px 0 30px 0;
}

.modal-form__text {
  font-weight: 400;
  font-size: 14px;
}

.modal-form__text strong {
  font-weight: 500;
}

.modal-form__form_profile {
  max-width: 940px;
  max-height: 462px;
}

.modal-form__form_profile .modal-form__content {
  max-width: 830px;
}

.modal-form__form_profile .modal-form__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.modal-form__form_profile .element-input {
  max-width: 390px;
  width: 100%;
}

.modal-form__form_profile .modal-form__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.modal-form__form_profile .modal-form__wrap .button {
  min-width: 142px;
}

.modal-form__form_profile .modal-form__wrap .button_light {
  margin: 0 0 0 20px;
}

.modal-form__form_address {
  max-height: 600px;
}

.modal-form__form_address .modal-form__text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 30px;
}

.modal-form__form_address .radio {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 13px;
}

.modal-form__form_signin {
  max-height: 650px;
}

.modal-form__form_signin .modal-form__text {
  text-align: center;
}

.modal-form__form_signin .modal-form__subtitle {
  text-align: center;
  font-weight: 600;
  margin: 30px 0 14px 0;
}

.modal-form__form_signin .button_light {
  margin: 10px 0 0 0;
}

.modal-form__form_signin .modal-form__title {

  margin: 20px 0 0 0;
  text-align: center;
}

.modal-form__form_register {
  max-height: none;
}

.modal-form__form_register .modal-form__title_action:nth-child(1) {
  margin: 68px 0 0 0;
}

.modal-form__form_register .modal-form__title_action:nth-child(2) {
  margin: 0 0 26px 0;
}

.modal-form__form_register .modal-form__wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 390px;
  margin: 20px auto 0 auto;
}

.modal-form__form_register .modal-form__wrap .button {
  min-width: 100%;
}

.modal-form__form_register .modal-form__title_uppercase {
  margin: 0 0 30px 0;
}

.modal-form__form_register .modal-form__subtitle {
  margin: 30px 0 14px 0;
}

.modal-form__form_register #industryType {
  display: none;
}

.modal-form__form_register .modal-form__wrap .button_light {
  margin: 0;
}

.modal-form__form_bundle {
  max-width: 100vw;
  max-height: -webkit-fit-content;
  max-height: -moz-fit-content;
  max-height: fit-content;
  overflow: hidden;
  background: none;
  position: static;
}

.modal-form__form_bundle .splide {
  visibility: hidden;
}

.modal-form__form_bundle.active .splide {
  visibility: visible;
}

.modal-form__form_bundle .product-item-bundle {
  margin: 0 auto;
  height: 328px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.modal-form__form_bundle .product-item-bundle__content {
  padding: 24px 80px 0 80px;
}

.modal-form__form_bundle .product-item-bundle__title {
  margin: 16px 0 0 0;
}

.modal-form__form_bundle .button {
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.modal-form__form_bundle .icon-cancel {
  width: 52px;
  height: 52px;
  top: 22px;
  right: 22px;
  margin: 0;
}

.modal-form__form_bundle .icon-cancel svg {
  fill: #fff;
}

.modal-form__form_bundle .modal-form__content {
  max-width: 100%;
  padding: 0;
  margin: 0;
}

.modal-form__form_bundle .splide__slide {
  position: relative;
  cursor: default;
}

.modal-form__form_bundle .splide__slide.is-prev {
  cursor: pointer;
}

.modal-form__form_bundle .splide__slide.is-prev::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}

.modal-form__form_bundle .splide__slide.is-next {
  cursor: pointer;
}

.modal-form__form_bundle .splide__slide.is-next::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.4);
  -webkit-transition: background 0.2s;
  -o-transition: background 0.2s;
  transition: background 0.2s;
}

.modal-form__form_bundle .splide__arrow--prev {
  padding: 22px;
}

.modal-form__form_bundle .splide__arrow--prev svg {

  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.modal-form__form_bundle .splide__arrow--next {
  padding: 22px;
}

.modal-form__form_bundle .splide__arrow--next svg {

  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}

.modal-form__form_bundle .splide__arrows {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-form__form_bundle .icon-product-arrow {
  width: 25px;
  height: 25px;
}

.modal-form__form_bundle .splide__pagination {
  position: static;
  width: 100%;
  z-index: 2;
}

.modal-form__form_bundle .splide__pagination .splide__pagination__page {
  width: 24px;
  height: 3px;
  background: #fff;
  margin: 0 5px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal-form__form_bundle .splide__pagination .splide__pagination__page.is-active {
  background: #FFCC00;
}

.modal-form__title_reset {
  cursor: pointer;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
}

.modal-form__title_reset:hover {
  color: rgba(15, 135, 213, 0.6);
}

.modal-form__form_password {
  max-height: 464px;
}

.modal-form__form_reset {
  max-height: 408px;
}

.modal-form__form_reset .modal-form__text {
  line-height: 160%;
}

.modal-form__form_reset .modal-form__title_action {
  margin: 68px 0 20px 0;
}

.modal-form__form_reset .element-input {
  margin: 20px auto 23px auto;
}

.modal-form__form_reset .modal-form__wrap {
  margin: 20px 0 0 0;
}

.modal-form__form_order-copy {
  max-height: 760px;
}

.modal-form__form_order-copy .modal-form__text {
  margin-bottom: 15px;
}

.footer {
  background: #222222;
  color: #fff;
}

.footer ul{

	list-style: none;
}

.footer a{
	cursor:pointer;
	display:block;
}

.footer-bottom {
  background: #333333;
}

.footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 39px 36px 77px 0;
}

.footer-wrapper-first {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 37.7%;
}

.footer-wrapper-second {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 52.6%;
}


.media-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
          column-gap: 10px;

}

.media-links .icon svg {
  width: 34px;
  height: 34px;
  fill: #fff;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.media-links .icon svg:hover {
  fill: #FFCC00;
}

.footer-block {
  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;
  padding: 10px 0 10px 0;
}

.certificate {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.certificate-content {
  font-size: 12px;
  color: #fff;
  margin: 0 0 0 15px;
}

.certificate-img {
  height: 60px;
  width: 60px;
  -o-object-fit: contain;
     object-fit: contain;
}

.copyright {
  width: 300px;
  line-height: 170%;
}

.footer-copyright {
  margin: 0 0 12px 0;
}

.footer-text {
  margin: 0 0 15px 0;
}

.footer-title {
  margin: 0 0 20px 0;
}

.footer-link {
  margin: 0 0 10px 0;
  -webkit-transition: color 0.3s ease-in;
  -o-transition: color 0.3s ease-in;
  transition: color 0.3s ease-in;
}

.footer-link:hover {
  color: #FFCC00;
}

.payment-list {

  display: flex;
padding:0;
          align-items: center;
}

.payment-item img {
  margin: 0 0 0 10px;
}


.footer {
  color: #919191;
  font-weight: 400;
  font-size: 14px;
}

.footer-link {
  color: #fff;
}

.footer-title {
  font-size: 12px;
  font-weight: 700;
}



.footer-list {
  padding: 0 15px 0 0;
}

.ctp {
  display: flex;
 
}

.ctp-item {
  position: inherit;
  padding-top: 12px;
  padding-right: 10px;
}
.certificate-content{
    font-size:14px;
}

.posts__list {

  display: flex;

  gap: 40px;
  max-width: 980px;
  margin: 0 0 0 auto;
}

.posts__list__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 130%;

  margin: 0 0 30px 0;
}

.search__main__wrap .page-title,.search__wrap__title {

  font-size: 18px;
  font-weight: bold;
}

.element-input {

  display: flex;

          flex-direction: column;
}

.element-input label {
  font-weight: 400;
  font-size: 14px;
  margin: 0px 0 5px 0;
  line-height: 100%;
  display: block;
}

.element-input.error-field input {
  border-color: #FFCC00;
}

.element-input.error-field .general-input__require {
  display: block;
}

.button_light, .button_light a{
  background-color: #fff;
  border-color: #fff;

  text-decoration:none;
}


.general-label {
  display: block;
  font-weight: 400;
  font-size: 14px;
  color: #3c3c3c;
  margin: 7px 0 5px 0;
  line-height: 100%;
}

.general-input__require {
  margin: 5px 0 0 10px;
  font-weight: 400;
  font-size: 14px;
  line-height: 120%;
  color: #F2545B;
  display: none;
}

.general-input {
  max-width: 390px;
  height: 44px;
  border: 1px solid #E0E8F3;
  background: rgba(255, 255, 255, 0);
  border-radius: 1px;
  font-weight: 400;
  font-size: 14px;
  padding: 12px 10px;
  outline: none;
  color: #3c3c3c;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.general-input::-webkit-input-placeholder {
  color: #BEBEBE;
}

.general-input::-moz-placeholder {
  color: #BEBEBE;
}

.general-input:-ms-input-placeholder {
  color: #BEBEBE;
}

.general-input::-ms-input-placeholder {
  color: #BEBEBE;
}

.general-input::placeholder {
  color: #BEBEBE;
}

.general-input:hover {
  border-color: #C0CBDA;
}

.general-input:focus {
  border-color: #C0CBDA;
}

.general-input.require + .general-input__require {
  display: block;
}

.general-input.require {
  border-color: #F2545B;
}


/* copy pasta from old css */

#searchBlock{
margin:10px;position: relative;flex-grow:1;max-width:350px;
}

#mainLogo{
max-width: 250px;
  width: 100%;
  min-width: 100px;
}

.mobileMenu{
  position: absolute;
  top: 0;
  left: 0;
  background: white;
  height: 100%;
  transform: translateX(-100%);
  transition: transform 1s, -webkit-transform 1s;
  max-width: 100%;
  width: 450px;
}
.mobileMenu.active{
  transform: translateX(0);
}

.mobileMenu-list{
	display: flex;
	flex-direction: column;
	text-align: center;
}

.mobileMenu-list a{
	text-decoration:none;
	margin-bottom: 5px;
	font-weight: 500;
	align-self: center; 
	padding:5px 10px;
}

.mobileMenu-list a:hover{
	text-decoration:underline;

}

#closeMobileMenu{
	width: 50px;
	height: 50px;
	fill: #2A2A2A;
	padding: 5px;
}

.video__icon{
	fill:#FFCC00;
	width: 26px;
	height: 26px;
}

.info-icon{
	width:20px;
	height:20px;
}

#openMobileMenu svg{
 fill: #2A2A2A;
}

  .footer-navigation{  
max-width: 120px;
  padding-bottom: 20px;
  margin-right: 20px;
	}
	
.icon-bundle svg{
stroke: #2A2A2A;
  fill: #FC0;
  stroke-width: 3px;
}

.welcomeBack{
text-align:center;
background:#0f87d5;
color:white;
padding:10px;
font-size:16px;
position: absolute;
top: 30px;
left: 50%;
transform: translate(-50%, 0%);
width:90%;
max-width:500px;
min-width:200px;

z-index:99;
box-shadow: 0 0 500px 200px rgba(0,0,0,0.5);
}

.page-navigation {
  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;
  height: 60px;
  /*margin: 0 0 30px 0;*/
  overflow: auto;
}

.page-navigation__link {
  font-weight: 700;
  font-size: 16px;
  border-bottom: 2px solid rgba(255, 255, 255, 0);
  text-transform: capitalize;
  line-height: 146%;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  text-decoration:none;
}

.page-navigation__item {
  padding: 10px 20px 10px 20px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  cursor: pointer;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.page-navigation__item:hover .page-navigation__link {

  border-bottom: 2px solid #2A2A2A;
}

.page-navigation__item:last-child {
  padding: 10px 0 10px 20px;
}

.page-navigation__item:first-child {
  padding: 10px 20px 10px 0;
}

.page-navigation__link_active {
 
  border-bottom: 2px solid #2A2A2A;

}

.page-navigation {
  flex-wrap: wrap;
  justify-content: center;
  height: auto;
}

.picture {
  width: 100%;
  overflow: hidden;
  height: 310px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}


/* leave this bit alway last */

.showMobileFlex{
	display:none;
}

.hidden {
  display: none;
}


/* leave this bit alway last */

/* mobile css */


@media only screen and (max-width: 800px) {
	.showMobileFlex {
		display: flex;
	}
	.hideMobile{
		display:none;
	}
	.pg-container{
		padding:0;
	}
	#searchBlock{
		position:absolute; width: 100%; top: 0; left: 0; padding: 0; margin: 0; height: 100%; max-width: none;
	}
	#searchBlock input{
		display: block; width: 100%; height: 100%;
	}
	#mainLogo{
	/*	max-width:280px;*/
	}

	.search__wrap {
	display: initial;
	}
	.search__sidebar {
		margin-top: 20px;
		flex-direction: column;
	}
	.search__sidebar .posts__list {
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
	}	
  .footer-wrapper{
	flex-direction:column;
	padding: 30px 10px 20px 10px;
  }
  .footer-wrapper-first{
	display:block;
	width:100%;
  }
  .footer-wrapper-second{
	flex-wrap:wrap;
	width:100%;
  }
  .footer-navigation{  
	margin:0 auto;
	}
	.copyright{
	width: auto;
	
	}
	.footer-block{
		flex-direction:column;
	}
	
	
  
}

@media only screen and (max-width: 400px) {
	 section.pgBar div.pg-container{
	  min-height:50px!important;	  
	 }
	 .pgBar .icon{
	 width: 25px;
  height: 25px;	 
	 }
	 #openMobileMenu{
	 width: 32px!important;
	height: 32px!important;
	 }

}

@media only screen and (max-width: 1200px) {
  .product-list .product-item {
    width: 180px;
  }

  .product-list .product-item__title {
    font-size: 12px;

  }

  
}

/* mobile css */
