#turez-preloader {
  display: none !important;
}
.items-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: min-content;
  row-gap: 2rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
}

.items-wrapper__single {
  grid-column: auto;
  grid-row: auto;
}

.single-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.single-item__title h4 {
  margin: 0;
  font-size: 28px;
  text-align: center;
}

.single-item__img {
  width: 100%;
}

.single-item__price {
  font-size: 24px;
}

.single-item__price--old {
  font-size: 21px;
  text-decoration: line-through;
  color: #3f3f3f;
}

.single-item__price--omnibus {
  font-size: 10px;
  color: #3f3f3f;
  font-family: -apple-system, BlinkMacSystemFont, Arial, Roboto, "Helvetica Neue", sans-serif;
}

.btn-main {
  cursor: pointer;
}

.products-filter {
  /* display: flex;
  width: 100%;
  margin-bottom: 2rem; */
}

.article-item {
  width: 30%;
}

.blog-grid-wrapper {
  justify-content: center;
  padding-top: 2rem;
}

.products-filter__form {
  display: flex;
}

.products-filter__select {
  border: 1px solid #5f5f5f;
}

.arrow-button-white .turez-block-arrow-link span {
  color: #FFFFFF;
}
.arrow-button-no-text .turez-block-arrow-link span.text {
  display: none;
}

.p-first-no-margin p:first-child {
  margin-top: 0;
}


/* slick */
.jc-slick-section-wrap {
  margin: 0 -18px;
}
.jc-slick-item {
  padding: 18px;
}
.jc-slick-product-image {
  aspect-ratio: 9/15;
  width: 100%;
  height: auto;
  object-fit: cover;
}
.jc-product-title {
  color: #6D6D6D;
  margin-top: 24px;
  margin-bottom: 8px;
}
.jc-product-price {
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 0;
}
.jc-slick-prev {
  position: absolute;
  left: 0;
  top: 40%;
  /* transform: translateY(-50%); */
  padding: 0 !important;
  box-shadow: none;
}
.jc-slick-next {
  position: absolute;
  right: 0;
  top: 40%;
  /* transform: translateY(-50%); */
  padding: 0 !important;
  box-shadow: none;
}
.jc-slick-prev svg, .jc-slick-next svg {
  display: block;
}
.turez-layout-no-sidebar .content-wrapper {
  max-width: 1460px !important;
}
.site-header-top {
  max-width: 1460px !important;
}
.hide-button-mobile .turez-block-arrow-link {
  display: block;
}
.hide-button-desktop .turez-block-arrow-link {
  display: none;
}
.featured-section .wp-block-separator {
  display: none;
}
body .site-container .site-header-top-wrapper, body .site-container .site-header-top-wrapper.trans {
  top: 0 !important;
  background-color: #FFF !important;
  transform: none !important;
  padding: 30px 0;
  border-bottom: 1px solid #D6D6D64D !important;
}
body .site-container .header-icon-wrapper .header-icon.search {
  background-color: #000;
}
body .site-container #burger-icon span {
  background: #000;
}
body .site-container .site-header-top-wrapper.dark-menu, body .site-container .site-header-top-wrapper.trans.dark-menu {
  background-color: #000 !important;
  border-color: #000 !important;
}
body .site-container .site-header-top-wrapper.dark-menu .header-icon-wrapper .header-icon.search {
  background-color: #FFF;
}
body .site-container .site-header-top-wrapper.dark-menu #burger-icon span {
  background: #FFF;
}
.turez-footer-style-1 .site-footer-top {
  max-width: unset !important;
}
.turez-footer-style-1 .site-footer-top-wrapper {
  padding: 64px 140px 40px 140px !important;
}
.turez-footer-style-1 .site-footer-top-wrapper #text-9 p {
  margin-top: 64px;
  margin-bottom: 0; 
}
.header-button, .header-button-mobile {
  font-size: 16px;
  line-height: 24px;
  background: #000;
  padding: 18px 24px;
  color: #FFF !important;
  display: inline-block;
}
.header-button-mobile {
  display: block;
  font-size: 16px !important;
  line-height: 24px !important;
  margin: 24px 0;
}
.dark-menu .header-button, .header-button-mobile {
  color: #000 !important;
  background: #FFF;
}
.page-filter-header-summary p {
  color: #000000;
  font-size: 16px;
}
.single-item__title h4 {
  color: #6D6D6D;
  font-size: 16px;
  line-height: 24px;
  margin-top: 24px;
  text-align: left;
}
.single-item__title {
  width: 100%;
}
.single-item__price {
  width: 100%;
  font-size: 30px;
  line-height: 40px;
  margin-top: 8px;
}
.items-wrapper {
  row-gap: 40px;
  -moz-column-gap: 100px;
  column-gap: 100px;
}
.page-filter-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}
.products-filter__select {
  color: #000;
  background-color: #F9F9F9;
  padding: 16px;
  border: none;
  background-position: calc(100% - 16px);
}
.light-gray-header .page-heading-dark-overlay {
  display: none;
}
.light-gray-header .page-heading-overlay {
  background: #F9F9F9;
}
body.light-gray-header .site-container .site-header-top-wrapper, body .site-container .site-header-top-wrapper.trans {
  background-color: #F9F9F9 !important;
}
.light-gray-header .page-title-wrapper.no-desc .page-title h1 {
  color: #000;
  font-size: 36px;
  line-height: 48px;
  text-transform: none;
  letter-spacing: unset;
  max-width: 600px;
}
.blog-grid-wrapper {
  margin-bottom: 36px !important;
  row-gap: 40px !important;
  -moz-column-gap: 100px !important;
  column-gap: 100px !important;
  display: grid !important;
  grid-template-columns: repeat(3, 1fr) !important;
  grid-template-rows: min-content !important;
}
.search-results .blog-grid-wrapper h4.entry-title {
  color: #6D6D6D;
  font-size: 16px;
  line-height: 24px;
  margin-top: 24px;
  text-align: left;
}
.header-gray {
  color: #6D6D6D;
}
.search-no-header {
  padding-top: 226px;
}
.nothing-found h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 80px;
  word-break: break-all;
}
.searc-button-home {
  padding: 18px 24px;
  border: 1px solid #000;
  font-size: 16px;
  line-height: 24px;
  margin: 0 auto;
  display: inline-block;
}
.nothing-found {
  text-align: center;
}

@media only screen and (max-width: 768px) {
	h2 {
		font-size: 26px;
	}
	.smaller-gap-mobile .ghostkit-grid-inner {
		gap: 10px !important;
	}
  .desktop-background .nk-awb.alignfull {
    background: #000;
  }
  .desktop-background .jarallax-img {
    display: none !important;
  }
  .items-wrapper {
    grid-template-columns: 1fr;
  }
  .article-item {
    width: 100%;
  }
  .products-filter__select {
    width: 100%;
  }
  .products-filter__form {
    width: 100%;
  }
  .jc-slick-next, .jc-slick-prev {
    display: none !important;
  }
  .slick-list{padding:0 20% 0 0 !important;}
  .hide-button-mobile .turez-block-arrow-link {
    display: none;
  }
  .hide-button-desktop .turez-block-arrow-link {
    display: block;
  }
  .arrow-button-no-text .turez-block-arrow-link {
    display: none;
  }
  .arrow-button-no-text h2 {
	font-size: 26px;
  }
  .featured-section .ghostkit-grid-inner {
    gap: 0 !important;
  }
  .featured-section .ghostkit-col-content {
    position: relative;
  }
  .featured-section .wp-block-separator {
    display: block;
    margin-top: 0;
    position: absolute;
    bottom: -26px;
    width: 100vw;
  }
  .featured-section .ghostkit-col-content:after {
    content: url('data:image/svg+xml; utf8, <svg width="10" height="20" viewBox="0 0 10 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 19L9 10L0.999999 1" stroke="black"/></svg>');
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .featured-section h4 {
    margin-bottom: 0;
  }
  .featured-section h5 {
    margin-top: 0;
  }
  .featured-section .ghostkit-col-content {
    padding: 24px 0;
  }
  .featured-section .ghostkit-col-content h5 {
	margin-bottom: 0;
  }
  .featured-section .ghostkit-col-content h4 {
	margin-top: 0;
  }
  .header-icon-wrapper .header-icon.menu.mobile {
    background-color: #000;
  }
  body .site-container .site-header-top-wrapper, body .site-container .site-header-top-wrapper.trans {
    padding: 20px 0;
  }
  .header-button {
    display: none;
  }
  .header-button-wrapper {
    padding: 0 24px;
  }
  .mobile-menu-container.show {
    background: #000 !important;
    position: fixed;
    height: 100%;
    display: flex !important;
    flex-direction: column;
    justify-content: flex-end;
  }
  .header-search-mobile-wrap {
    position: relative;
    padding: 0 24px;
  }
  .header-search-mobile .searchsubmit {
    padding: 0 !important;
    font-size: 0 !important;
    width: 16px;
    height: 16px;
    background: none !important;
    background-image: url(/wp-content/themes/turez/assets/icons/search-white.svg) !important;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    display: inline-block;
    padding: 0 0px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-100%);
    right: 40px;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .mobile-menu ul {
    padding: 0 !important;
  }
  .menu-box-widget-area-2-mobile ul {
    padding-left: 24px;
  }
  .mobile-menu ul a {
    border-color: rgba(214, 214, 214, 0.2) !important;
    color: #FFF !important;
    font-size: 20px;
    padding: 16px 24px !important;
  }
  .header-search-mobile-wrap input[type=text] {
    border: 1px solid #3d3d3d;
  }
  .light-gray-header .page-title-wrapper.no-desc .page-title h1 {
    font-size: 40px !important;
    line-height: 48px;
  }
  .page-filter-header {
    flex-direction: column-reverse;
  }
  .page-filter-header-summary p {
    text-align: center;
  }
  .items-wrapper {
    row-gap: 24px;
  }
  .turez-footer-style-1 .site-footer-top-wrapper {
    padding: 48px 24px !important;
    text-align: center;
  }
  .turez-footer-style-1 .site-footer-top-wrapper p {
    text-align: center;
  }
  .turez-footer-style-1 .site-footer-top-wrapper #text-9 p {
    margin-top: 46px;
  }
  .turez-footer-style-1 .site-footer-top-wrapper #text-10 p {
    margin-bottom: 46px;
  }

}

@media (min-width: 768px) {
	.h2-smaller {
		font-size: 36px !important;
	}
}

@media screen and (max-width: 1200px) {
	.header-button-wrapper .header-button {
		display: none !important;
	}
}
.mobile-bottom-sticky .wp-block-button {

position: fixed;
bottom: 0px;
width: 100%;
background: #000;
white-space: nowrap;
	left: 0;
}
.page.page-id-3578 .mobile-bottom-sticky {
	display: none;
} 
.mobile-bottom-sticky .wp-block-button__link {
	text-align:center;
	width: 100%;
margin: 0;
}
.mobile-bottom-sticky .uagb-button__link {
color: #fff;
}
.mobile-sticky-bottom-container {
	z-index: 9999999 !important;
}

.category-page-content p {
	line-height: 1.7;
}

.category-page-content h2 {
	font-size: 28px;
}
.category-page-content li {
	line-height: 1.7;
	margin-bottom: 16px;
}