/*
Theme Name: zipshop
Author: Elena Nazarova
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/******************************************************************************************/
/* BASIC                                                                                  */
/******************************************************************************************/
@import url("icons.css");
*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
ul, ol {
  list-style: none;
}
h1, h2, h3, h4 {
  line-height: 1.3;
  font-weight: 500;
}
a {
  text-decoration: none;
}
p a {
  color: #5677fc;
}
body {
  font-family: Montserrat, sans-serif;
  color: #141414;
  background: white;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.content-wrapper {
  flex: 1 0 auto;
}
p {
  margin-bottom: 16px;
}
.container {
  width: 100%;
  max-width: 1400px;
  padding: 0 24px;
  margin: 0 auto;
}
input, select, textarea, button {
  display: block;
  width: 100%;
  background: white;
  border: none;
  padding: 0;
  font-family: Montserrat, sans-serif;
}
input:focus, select:focus, textarea:focus, button:focus {
  outline: none;
}
.page-content ul {
  margin-bottom: 20px;
}
.page-content ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
}
.page-content ul li:before {
  content: "";
  width: 12px;
  height: 12px;
  background: url(/wp-content/themes/zipshop/images/gear.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 8px;
  left: 0;
}
.content-notice {
  padding: 27px 32px 24px 32px;
  border-radius: 6px;
  background: rgba(86, 119, 252, .1) url(/wp-content/uploads/2023/06/warning.png) no-repeat 100% 100%;
  margin-bottom: 32px;
}
.page-content ol {
  counter-reset: li;
  margin-bottom: 20px;
}
.page-content ol li {
  margin-bottom: 12px;
  position: relative;
  padding-left: 20px;
}
.page-content ol li:before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: li;
  content: counters(li, ".") ". ";
  color: #5677fc;
  font-weight: 600;
}
.page-content p:last-child, .page-content li:last-child {
  margin-bottom: 0;
}
/******************************************************************************************/
/* HEADER                                                                                 */
/******************************************************************************************/
.site-header {
  position: sticky;
  z-index: 1000;
  top: 0;
  background: white;
}
.header-top {
  background: #5677fc;
}
.header-top .container {
  height: 36px;
  column-gap: 32px;
  font-size: 12px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-main .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px;
}
.contact-details:before {
  position: relative;
  top: 1px;
  margin-right: 6px;
}
.icons-phone.contact-details {
  margin-left: auto;
}
.header-top a {
  color: white;
}
.header-logo {
  display: block;
  margin-right: 32px;
  font-family: 'Audiowide', cursive;
  color: #141414;
  font-size: 37px;
  line-height: 37px;
}
.footer-logo {
  font-family: 'Audiowide', cursive;
  color: #f1f1f4;
  font-size: 28px;
  line-height: 28px;
}
.gear {
  color: transparent;
  position: relative;
}
.gear:before {
  content: "";
  position: absolute;
  background: url(/wp-content/themes/zipshop/images/gear.svg) no-repeat;
  background-size: cover;
}
.header-logo .gear:before {
  left: 3px;
  top: 10px;
  width: 28px;
  height: 28px;
}
.footer-logo .gear:before {
  left: 1px;
  top: 7px;
  width: 22px;
  height: 22px;
}
.with--dot {
  position: relative;
}
.with--dot:before {
  content: "";
  position: absolute;
  border-radius: 50%;
  background: #5677FC;
  position: absolute;
  left: 50%;
}
.header-logo .with--dot:before {
  width: 6px;
  height: 6px;
  top: 2px;
  transform: translateX(-3px);
}
.footer-logo .with--dot:before {
  width: 4px;
  height: 4px;
  top: 2px;
  transform: translateX(-2px);
}
#menu-header li a {
  display: block;
  color: #141414;
  font-weight: 500;
  white-space: nowrap;
  transition: .2s linear;
}
#menu-header .current-menu-item a,
#menu-header li a:hover {
  color: #5677fc;
}
#searchform,
.aws-container .aws-search-form {
  position: relative;
  height: 46px;
  background: white;
  border: 2px solid #e7e7e7;
  border-radius: 6px;
  /*padding-right: 46px;*/
}
#searchform input[type="text"],
.aws-container .aws-search-field {
  border-width: 0;
  display: block;
  border: none;
  height: 42px;
  padding: 0 0 0 14px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}
#searchform button[type="submit"] {
  display: block;
  border: none;
  height: 42px;
  width: 42px;
  background: transparent;
  position: absolute;
  right: 0;
  top: 0;
  color: #141414;
  font-size: 20px;
}
.aws-container .aws-search-form .aws-form-btn {
  border: none !important;
}
/******************************************************************************************/
/* HOME                                                                                   */
/******************************************************************************************/
.slider {
  background: #F5F5F7;
	width:100%;
}
.slider__button {
  display: block;
  color: white;
  font-size: 14px;
  font-weight: 500;
  font-family: Montserrat, sans-serif;
  height: 48px;
  line-height: 48px;
  width: 220px;
  text-align: center;
  border-radius: 6px;
  background: #5677fc;
  background: linear-gradient(to right, #5677fc 0, #3fc7fd 50%, #5677fc 100%);
  background-position: 0;
  background-size: 200% 200%;
  transition: all .3s ease-in-out;
  cursor: pointer;
}
.slider__title {
  font-size: 38px;
  line-height: 46px;
  font-weight: 400;
}
.slider__description {
  font-size: 14px;
  line-height: 1.85em;
  color: #787878;
  margin: 28px 0 34px;
}
.slider__button:hover {
  background-position: 100% center;
}
.home-promo {
  display: block;
}
.home-promo__desktop,
.home-promo__mobile {
  display: block;
  width: 100%;
  height: auto;
}
/******************************************************************************************/
/* WOOCOMMERCE                                                                            */
/******************************************************************************************/
.woocommerce-breadcrumb {
  margin-bottom: 16px;
  color: #8f8f8f;
  font-size: 14px;
}
.woocommerce-breadcrumb a {
  color: #141414;
  display: inline-block;
}
.woocommerce-breadcrumb a:after {
  content: "\6d";
  display: inline-block;
  margin: 0 6px;
  font-family: icons-v2 !important;
  font-size: 10px;
  color: #8f8f8f;
}
.woocommerce-products-header {
  margin-bottom: 40px;
}
.products.columns-5,
.products.columns-3,
.product-cats {
  display: flex;
  flex-wrap: wrap;
  column-gap: 32px;
  row-gap: 32px;
  width: 100%;
  margin-bottom: 60px;
}
body.post-type-archive-product .products.columns-5 {
	margin-bottom: 0;
}
.category__item {
  width: calc(33% - 21.3333333px);
}
.woocommerce-shop .product-category,
.home .product-category {
  width: calc(33.333333333% - 21.333333333px);
  height: 170px;
  position: relative;
}
.woocommerce-shop .product-category:nth-child(1),
.home .product-category:nth-child(1) {
  background: #F2F1ED;
}
.woocommerce-shop .product-category:nth-child(2),
.home .product-category:nth-child(2) {
  background: #F8EEEC;
}
.woocommerce-shop .product-category:nth-child(3),
.home .product-category:nth-child(3) {
  background: #EFF0F5;
}
.woocommerce-shop .product-category:nth-child(4),
.home .product-category:nth-child(4) {
  background: #EBF0ED;
}
.woocommerce-shop .product-category:nth-child(5),
.home .product-category:nth-child(5) {
  background: #F2F2FB;
}
.woocommerce-shop .product-category:nth-child(6),
.home .product-category:nth-child(6) {
  background: #E7F3F7;
}
.woocommerce-shop .product-category:nth-child(7),
.home .product-category:nth-child(7) {
  background: #EFEBED;
}
.woocommerce-shop .product-category:nth-child(8),
.home .product-category:nth-child(8) {
  background: #dfe7ec;
}
.woocommerce-shop .product-category:nth-child(9),
.home .product-category:nth-child(9) {
  background: #e6fbe3;
}
.woocommerce-shop .product-category:nth-child(10),
.home .product-category:nth-child(10) {
  background: #F7EEDD;
}
.woocommerce-shop .product-category:nth-child(11),
.home .product-category:nth-child(11) {
  background: #e6f3ff;
}
.woocommerce-shop .product-category:nth-child(12),
.home .product-category:nth-child(12) {
  background: #fff2e6;
}
.woocommerce-shop .product-category:nth-child(13),
.home .product-category:nth-child(13) {
  background: #f2f0ff;
}
div.woocommerce .products.columns-5,
.tax-product_cat ul.products.columns-5,
.related .products,
.recently-viewed {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  column-gap: 32px;
  row-gap: 32px;
}
div.woocommerce .products.columns-5 .product,
.tax-product_cat ul.products.columns-5 .product,
.related .products .product,
.recently-viewed .product {
  width: calc(20% - 25.6px);
}
.woocommerce-shop .woocommerce-loop-category__title,
.home .woocommerce-loop-category__title {
  font-size: 16px;
  color: #141414;
  font-weight: 300;
}
.woocommerce-shop .product-category a,
.home .product-category a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 50% 0 30px;
}
.woocommerce-shop .product-category img,
.home .product-category img {
  display: block;
  height: 140px;
  width: auto;
  position: absolute;
  bottom: 0;
  right: 0;
}
.category__item img {
  display: none;
}
span.count {
  color: #8f8f8f;
  font-size: 14px;
}
.woocommerce-loop-product__title {
  font-size: 16px;
  line-height: 20px;
  color: #141414;
  max-height: 40px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  word-break: break-word;
  font-weight: 400;
}
.category__item_link {
  color: #141414;
  transition: .2s linear;
}
.category__item .woocommerce-loop-category__title {
  font-size: 20px;
  font-weight: 300;
}
.woocommerce-Price-amount {
  font-size: 18px;
  color: #141414;
  font-weight: 600;
  display: block;
  margin-bottom: 10px;
}
.attachment-woocommerce_thumbnail,
.woocommerce-placeholder.wp-post-image {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 16px;
}
.results-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}
.tax-product_cat .product-cats {
  column-gap: 8px;
  row-gap: 8px;
}
.tax-product_cat .category__item {
  width: auto;
}
.tax-product_cat .category__item_link {
  display: block;
  padding: 0 16px;
  background: #F5F5F7;
  height: 32px;
  border-radius: 16px;
  transition: .2s linear;
}
.tax-product_cat .category__item_link:hover {
  color: white;
  background: #5677fc;
}
.tax-product_cat .category__item .woocommerce-loop-category__title {
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
  margin: 0;
}
.tax-product_cat .product-cats span.count {
  font-size: 12px;
  transition: .2s linear;
}
.tax-product_cat .category__item_link:hover span.count {
  color: white;
}
.orderby {
  color: #8f8f8f;
  font-size: 16px;
  line-height: 1.7em;
  font-family: Montserrat, sans-serif;
  width: 100%;
  display: block;
  background: white;
  padding: 0 42px 0 16px;
  height: 46px;
  border: 2px solid #e7e7e7;
  border-radius: 6px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
form.woocommerce-ordering:before {
  font-family: icons-v2 !important;
  content: "\54";
  font-size: 16px;
  color: #8f8f8f;
  position: absolute;
  top: 11px;
  right: 6px;
}
.woocommerce-result-count {
  color: #8f8f8f;
}
form.woocommerce-ordering {
  width: 250px;
  position: relative;
}
.product-container,
.woocommerce-tabs.wc-tabs-wrapper{
  margin-bottom: 60px;
}
.woocommerce-product-gallery.images {
  position: relative;
}
.tabs.wc-tabs {
  display: none;
}
.product_meta > span {
  display: block;
  margin: 3px 0;
  font-size: 14px;
  font-weight: 500;
}
.product_meta > span span, .product_meta > span a {
  color: #8f8f8f;
  font-weight: 400;
}
.product_title.entry-title {
  margin-bottom: 24px;
  font-size: 28px;
}
.summary.entry-summary .woocommerce-Price-amount {
  display: block;
  margin-bottom: 24px;
  font-size: 26px;
  color: #5677fc;
}
.woocommerce-product-details__short-description {
  padding-top: 20px;
  border-top: 1px solid #e7e7e7;
  margin-top: 20px;
}
.icons-checkmark:before,
.icons-information:before {
  display: inline-block;
  color: #43AB3C;
  vertical-align: text-bottom;
  margin-right: 6px;
  line-height: 19px;
}
.icons-information:before {
  color: #DC262A;
}
.flex-control-thumbs {
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  margin-top: 16px;
}
.flex-control-thumbs li {
  width: calc(20% - 12.8px);
}
.flex-control-thumbs img {
  display: block;
  width: 100%;
  height: auto;
  opacity: .3;
}
.flex-control-thumbs img.flex-active {
  opacity: 1;
}
.woocommerce-product-gallery__image a {
  display: block;
  position: relative;
  padding-top: 100%;
  height: 0;
  overflow: hidden;
  background: white;
}
.woocommerce-product-gallery__image img {
  width: 100%;
  height: auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.woocommerce-product-gallery__image--placeholder img {
  display: block;
  width: 100%;
  height: auto;
}
.product_meta {
  padding-top: 20px;
  border-top: 1px solid #e7e7e7;
  margin-top: 20px;
}
.preorder-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.preorder-info + .content-notice {
  margin-top: 24px;
}
.recently-viewed__title {
  margin-top: 40px;
}
.preorder-button {
  font-weight: 600;
  font-size: 12px;
  line-height: 18px;
  color: #ee7a7a;
  text-transform: uppercase;
  cursor: pointer;
}
ul.page-numbers,
.nav-links {
  display: flex;
  column-gap: 8px;
}
ul.page-numbers span,
ul.page-numbers a,
.nav-links span,
.nav-links a {
  display: block;
  width: 46px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 6px;
  background: #5677fc;
  color: white;
  font-size: 14px;
  font-weight: 500;
  transition: .2s linear;
}
ul.page-numbers a,
.nav-links a {
  background: #F5F5F7;
  color: #141414;
}
ul.page-numbers a:hover,
.nav-links a:hover {
  background: #5677fc;
  color: white;
}
.next.page-numbers:after {
  content: "\56";
  display: inline-block;
  margin: 0 6px;
  font-family: icons-v2 !important;
  font-size: 14px;
}
.prev.page-numbers:before {
  content: "\55";
  display: inline-block;
  margin: 0 6px;
  font-family: icons-v2 !important;
  font-size: 14px;
}
.related h2 {
  margin-bottom: 20px;
}
.recently-viewed {
  margin-top: 20px;
}
.pswp__caption {
  display: none !important;
}
ul.products .product-category.product:first-child {
	order: 1;
}
.products .product-category:not(:has(.count)) {
    display: none;
}
/******************************************************************************************/
/* SEARCH                                                                                 */
/******************************************************************************************/
.search-title {
  margin-bottom: 16px;
}
.search-count {
  margin-bottom: 30px;
  color: #8f8f8f;
}
.search-results__item {
  display: flex;
  column-gap: 32px;
  align-items: center;
}
body.archive.search li.product a {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  align-items: center;
  min-height: 114px;
}
body.archive.search img {
  width: 90px;
  height: 90px;
  position: absolute;
  top: 24px;
  left: 0;
  margin: 0;
}
body.archive.search li.product:not(:first-child) a,
.search-results__item:not(:first-child) {
  padding-top: 24px;
  margin-top: 24px;
  border-top: 1px solid #e5e7f2;
}
body.archive.search li.product:first-child a {
  min-height: 90px;
}
body.archive.search li.product:first-child img {
  top: 0;
}
.search-results__item img {
  display: block;
  width: 90px;
  height: 90px;
  margin: 0;
}
body.archive.search .woocommerce-loop-product__title,
.search-results__title {
  color: #141414;
  display: block;
  margin-bottom: 8px;
}
body.archive.search .woocommerce-loop-product__title {
  padding-left: 114px;
  order: 1;
}
body.archive.search .price {
  display: block;
  width: 100%;
  padding-left: 114px;
  order: 2;
}
body.archive.search .woocommerce-Price-amount {
  margin: 0;
}
/******************************************************************************************/
/* FOOTER                                                                                 */
/******************************************************************************************/
footer {
  flex: 0 0 auto;
  background: #1b1b1b;
  color: #999;
}
.footer-top {
  padding: 16px 24px;
  background: rgba(255, 255, 255, .1);
  border-radius: 6px;
  margin: 32px 0;
}
.copyright {
  font-size: 13px;
  text-align: center;
  padding: 20px 24px;
  border-top: 2px solid rgba(255, 255, 255, .1);
}
.footer-phones {
  display: flex;
  align-items: center;
  column-gap: 32px;
}
.footer-phones img {
  display: block;
}
.footer-phones a {
  display: block;
  white-space: nowrap;
  line-height: 20px;
  color: white;
  font-weight: 500;
  font-size: 20px;
}
.footer-title {
  color: rgba(255, 255, 255, .8);
  font-weight: 500;
  margin-bottom: 16px;
}
footer .contact-details {
  margin-bottom: 16px;
}
#menu-footer a {
  display: block;
  color: rgba(255, 255, 255, .8);
  font-weight: 500;
  margin-bottom: 16px;
}
.footer-info {
  font-size: 14px;
  line-height: 20px;
}
/******************************************************************************************/
/* 404 PAGE                                                                               */
/******************************************************************************************/
.title-404 {
  flex-shrink: 0;
  color: #5677fc;
  position: relative;
  padding-top: 110px;
  text-align: center;
  font-weight: 400;
}
.title-404:before {
  content: "";
  width: 228px;
  height: 96px;
  background: url(/wp-content/uploads/2023/06/404-numbers.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translatex(-50%);
}
.text-wrapper-404 {
  text-align: center;
}
.text-wrapper-404 a {
  color: #5677fc;
}
body#error-page {
  margin: 0;
  padding: 0;
  border: none;
  box-shadow: none;
  max-width: 100%;
}
body.search-results .products.columns-5 {
  display: block;
}
/******************************************************************************************/
/*                                                                                        */
/******************************************************************************************/
.post-image img {
  display: block;
  width: 100%;
  height: auto;
}
.post-info__top {
  margin-bottom: 24px;
  font-size: 14px;
}
.post-category {
  font-weight: 600;
}
.post-category:hover,
.post-category:visited {
  color: #141414;
}
.post-category:after {
  content: "";
  display: inline-block;
  margin: 0 8px 0 6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #e3e3e8;
  position: relative;
  top: -1px;
}
.nav-wrapper {
  background: #F5F5F7;
  border-radius: 6px;
  padding: 16px 24px;
  font-size: 14px;
  line-height: 20px;
}
.nav-wrapper a, .article-title a {
  color: #141414;
}
.article-title {
  font-size: 18px;
  margin-bottom: 10px;
}
.nav-wrapper a:hover {
  color: #5677fc;
}
.nav-prev {
  margin-right: auto;
}
.nav-wrapper--product a {
  display: block;
}
.nav-prev:before,
.nav-wrapper--product a[rel="prev"]:before {
  display: inline-block;
  content: "\6c";
  font-family: "icons-v2" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.nav-next,
.nav-wrapper--product a[rel="next"] {
  margin-left: auto;
}
.nav-next:after,
.nav-wrapper--product a[rel="next"]:after {
  display: inline-block;
  content: "\6d";
  font-family: "icons-v2" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 10px;
  position: relative;
  top: 2px;
}
.articles-wrapper {
  display: grid;
  column-gap: 40px;
  row-gap: 48px;
  grid-template-columns: repeat(3, 1fr);
}
.article {
  position: relative;
}
.article time {
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 8px;
}
.article img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 24px;
}
.article p {
  margin: 0;
}
.read-more {
  display: table;
  margin: 16px auto 0;
  padding: 0 16px;
  background: #F5F5F7;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 16px;
  color: #141414;
}
.read-more:hover {
  background: #5677fc;
  color: white;
}
.screen-reader-text {
  display: none;
}
.nav-links {
  margin-top: 40px;
}
.woocommerce-product-details__short-description table tr td:first-child {
  font-weight: 500;
  padding-right: 10px;
}
.price {
  display: flex !important;
  flex-wrap: wrap;
}
.price ins {
  text-decoration: none;
  order: 1;
  margin-right: 10px;
  white-space: nowrap;
}
.price del {
  order: 2;
  white-space: nowrap;
}
.price del .woocommerce-Price-amount {
  color: #8f8f8f !important;
}
.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  display: block;
}
span.onsale {
  display: none;
}
.recently-viewed del {
  display: none;
}
.recently-viewed ins {
  text-decoration: none;
}
.nav-wrapper:empty {
  padding: 0;
  margin: 0;
}