html,
body {
  font-family: 'Lato', sans-serif;
}

/* header */

.navbar-brand {
  padding-top: 12px;
  padding-left: 25px;
}

.responsive-img {
  max-width: 100%;
}

.compund-menu {
  padding-right: 25px;
}

/* END header */

/* search autocomplete */

#searchform {
  position: relative;
}

.search-list {
  position: absolute;
  z-index: 2000;
  border: 1px solid #ccc;
  min-height: 50px;
  top: 100%;
  left: 0;
  right: 0;
  text-align: left;
  background-color: #fff;
}

.search-list-item {
  padding: 3px;
  display: inline-block;
}

.search-list-item img {
  width: 90px;
  border: 1px solid #888;
  float: left;
}

.search-list-item a:hover {
  text-decoration: none;
}

.search-item-name {
  color: #888;
  padding-left: 10px;
  vertical-align: top;
}
.search-result-item {
  margin-bottom: 30px;
}

.search-result-item a:hover {
  text-decoration: none;
}

.search-result-img {
  width: 300px;
  border: 1px solid #888;
}

.search-item-sku {
  font-size: 16px;
  text-align: center;
  color: #484848;
  padding-top: 12px;
}

.search-result-name {
  font-size: 24px;
  text-align: center;
  color: #484848;
  padding-top: 24px;
}

/* woocommerce modifications */

/* 
    onsale styles
*/
.onsale {
  position: absolute;
  background-color: red;
  color: white;
  display: inline-block;
  width: 100%;
  top: 267px;
  font-weight: 600 !important;
  font-size: 22px !important;
  text-transform: uppercase;
}

.list .onsale {
  position: absolute;
  background-color: red;
  color: white;
  display: inline;
  width: 120px;
  text-align: center;
  top: 96px;
  left: 0;
  font-weight: 600 !important;
  font-size: 16px !important;
  text-transform: uppercase;
}

.product-elements .onsale {
  position: absolute;
  background-color: red;
  color: white;
  display: inline-block;
  width: 470px;
  top: 0;
  text-align: center;
  font-weight: 600 !important;
  font-size: 22px !important;
  text-transform: uppercase;
  z-index: 500;
}

ins {
  text-decoration: none;
}

ins .amount {
  padding-left: 15px;
}

/* woo main cat listing */

.red-one {
  width: 100px;
  height: 100px;
}

.a1 {
  position: absolute;
  right: 0;
  z-index: -10;
  top: 20px;
  height: calc(100% - 100px);
  width: 75%;
}

.a2 {
  position: absolute;
  right: 0;
  z-index: -10;
  bottom: 81px;
  width: 25%;
  height: 50%;
}

.a3 {
  position: absolute;
  right: 0;
  z-index: -10;
  top: 0;
  height: 60%;
  width: 25%;
}

li.product-category {
  display: inline-block;
  padding: 20px;
  position: relative;
  margin-bottom: 40px;
}

li.product-category a {
  text-decoration: none;
}

ul.products {
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}

.woocommerce-loop-category__title {
  font-size: 29px;
  color: #000;
  font-weight: 300;
  text-align: center;
  padding-top: 40px;
}

.mark,
mark {
  background-color: #fff;
}

.center-slogan {
  text-align: center;
  font-size: 46px;
  letter-spacing: 0.35rem;
  font-weight: 300;
  padding-top: 40px;
  padding-bottom: 30px;
  color: #484848;
}

.woocommerce-loop-product__link {
  color: #484848;
  text-align: center;
  font-size: 30px;
  margin-top: 30px;
}

.woocommerce-loop-product__link:hover {
  text-decoration: none;
  color: #838383;
}

.woocommerce-loop-product__link h2 {
  padding-top: 24px;
  font-size: 24px;
}

.woocommerce-loop-product__link span {
  font-size: 30px;
  text-align: center;
  font-weight: 100;
}

.woocommerce-loop-product__link span.price {
  display: inline-block;
  width: 100%;
}

.side-cat-prod {
  list-style: none;
  padding: 0;
  margin: 0;
}

.side-cat-prod li {
  list-style: none;
  text-align: center;
  margin-bottom: 10px;
  padding-top: 3px;
  padding-bottom: 3px;
}

.side-cat-prod li a {
  font-size: 25px;
  font-weight: 300;
  color: #fff;
}

.woocommerce-ordering select {
  margin-top: 10px;
  margin-bottom: 45px;
  padding: 10px;
  font-family: 'Lato', sans-serif;
}

h1.woocommerce-products-header__title {
  margin-top: 25px;
  margin-bottom: 25px;
  font-size: 38px;
  font-weight: 600;
  letter-spacing: 0.35rem;
}

.woocommerce-breadcrumb a {
  color: #484848;
}

.product_meta .posted_in {
  display: none;
}

.product-elements {
  display: flex;
}

.entry-summary {
  padding-left: 25px;
  padding-top: 10px;
  width: 50%;
  height: 400px;
}

.woocommerce-product-gallery {
  width: 470px;
  height: auto;
}

.woocommerce-product-gallery__image {
  float: left;
  padding-right: 0;
  width: 470px;
  height: 470px;
}

.woocommerce-product-gallery__image a img {
  border: 1px solid #7b7b7b;
  width: 470px;
  height: 470px;
}

ol.flex-control-thumbs {
  padding-top: 10px;
}

.flex-viewport {
  /* he: 400px; */
}

.new-thumbs {
  width: 100%;
  display: inline-block;
}

.outter-info {
  padding-bottom: 30px;
  padding-top: 30px;
}

.download-sheet,
.outter-info h2 {
  font-size: 18px;
  font-weight: 500;
  color: #484848;
  padding-bottom: 5px;
  padding-top: 20px;
}

.download-sheet {
  color: #484848;
}

.download-sheet img {
  padding-right: 20px;
}

a.dw-sheet {
  color: #484848;
  text-decoration: none;
}

a.dw-sheet:hover {
  color: #888888;
  text-decoration: none;
}

li.product {
  margin-bottom: 30px;
  position: relative;
}

.big-breadcrumb {
  font-size: 45px;
  font-weight: 500;
  letter-spacing: 0.25rem;
  padding-top: 50px;
  padding-bottom: 50px;
}

.big-breadcrumb a {
  color: #484848;
}

/*
li.product img {
    max-width: 150px;
    max-height: 150px;
}
*/

ul.page-numbers {
  padding: 0;
  margin: 0;
  list-style: none;
}

ul.page-numbers li {
  display: inline-block;
  padding: 12px;
  border: 1px solid #838383;
}

ul.page-numbers li a {
  color: #484848;
}

/*
ul.page-numbers li span.current {
    background-color: #ccc;
}
*/

h1.product_title {
  color: #484848;
  font-size: 27px;
  font-weight: 500;
}

.producent-tag,
p.price,
span.price {
  color: #484848;
  font-size: 27px;
  font-weight: 300;
}

span.price {
  padding-bottom: 10px;
  display: inline-block;
}

.producent-tag {
  padding-bottom: 8px;
}

.variations select {
  padding: 8px;
  margin-bottom: 10px;
  width: 100%;
}

.variations label {
  padding-right: 30px;
  color: #484848;
  font-size: 27px;
  font-weight: 300;
}

.reset_variations {
  display: none;
}

.sku_wrapper {
  color: #484848;
  font-size: 27px;
  font-weight: 500;
}

/* woocommerce grid */

.woocommerce-ordering {
  display: inline-block;
  width: 66.5%;
}

.gridlist-toggle {
  display: inline-block;
  height: 70px;
}

.list li.product {
  margin-bottom: 0;
}

.list h2 {
  display: inline;
  position: absolute;
  text-align: left;
  padding-top: 0;
  white-space: nowrap;
  overflow-x: hidden;
  text-overflow: ellipsis;
}

.list .woocommerce-loop-product__link span.price {
  text-align: left;
  float: none !important;
  top: 35px;
  position: relative;
}

.list .woocommerce-loop-product__link span {
  font-size: 25px;
}

.list .woocommerce-loop-product__title {
}

.list .price {
  display: inline-block !important;
}

.list .see-more-cat-btn {
  width: auto;
  display: inline-block;
  bottom: -42px;
  position: relative;
  left: 0;
}

.list .woocommerce-product-details__short-description {
  position: relative;
  top: 0;
  right: 0;
  width: 45% !important;
}

.list .woocommerce-loop-product__link {
  font-size: 16px;
  margin-top: 0;
}

.list .woocommerce-loop-product__link img {
  width: 120px !important;
  height: 120px !important;
}

ul.products.list li.product img {
  width: 120px !important;
}
ul.products.list li.product {
  width: 50% !important;
}

.dashicons-grid-view:before {
  content: '' !important;
  background-image: url('../img/icon_thumbnails.svg');
  width: 40px;
  height: 40px;
  display: block;
  background-size: 40px 40px;
  padding-right: 40px;
}

.dashicons-exerpt-view:before {
  content: '' !important;
  background-image: url('../img/icon_list.svg');
  width: 40px;
  height: 40px;
  display: block;
  background-size: 40px 40px;
  padding-right: 40px;
}

#grid em,
#list em {
  display: none;
}

#grid,
#list {
  display: inline-block;
}

#grid.active .dashicons-grid-view:before,
#list.active .dashicons-exerpt-view:before {
  /*background-color: #efefef; */
}

.dashicons,
.dashicons-before:before {
  width: 40px !important;
  height: 40px !important;
  margin-right: 20px !important;
}

.see-more-cat-btn,
.description-item {
  display: none;
}

.see-more-cat-btn {
  background-color: #f7f0f3;
  padding: 8px;
  padding-left: 30px;
  padding-right: 30px;
  color: #000 !important;
  font-size: 16px !important;
  font-weight: 100 !important;
}

.see-more-cat-btn:hover {
  background-color: #cbc5c7;
}

ul.list .see-more-cat-btn,
ul.list .description-item {
  display: inline-block;
}

/* hide description on single product pag */
.product-elements .woocommerce-product-details__short-description {
  display: none;
}

.woocommerce-product-details__short-description {
  display: none;
}

ol.flex-control-thumbs {
  margin: 0;
  padding: 0;
  display: inline-flex;
  padding-top: 10px;
}

ol.flex-control-thumbs li {
  display: inline-flex;
  padding-right: 10px;
}

ol.flex-control-thumbs li img {
  border: 1px solid #ddd;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 0;
  left: 15px;
  font-size: 2em;
  z-index: 9;
  width: 37px;
  height: 37px;
  box-sizing: content-box;
  content: url(../img/zoom-in-button.png);
}

.woocommerce
  div.product
  div.images
  .woocommerce-product-gallery__trigger:hover {
  text-decoration: none;
}

/* END woocommerce grid */

.nav-previous,
.nav-next {
  display: inline-flex;
  margin-right: 15px;
}

.nav-previous a,
.nav-next a,
.wc-backward {
  display: inline-flex;
  border: none;
  background-color: #eee;
  color: #333;
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 26px;
  padding-right: 26px;
}

.wc-backward:hover,
.nav-previous a:hover,
.nav-next a:hover {
  color: #333;
  text-decoration: none;
  background-color: #ccc;
}

.product-type-variable p.price {
  /* display: none; */
}

.archive span.price {
  display: list-item;
}

.archive span.price,
.search span.price,
.archive span.price .amount,
.archive span.price .woocommerce-Price-currencySymbol {
  font-size: 18px;
}

/* END woocommerce modifications */

/* menus */

li.menu-item {
  font-size: 20px;
  font-weight: 300;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 01);
}

.second-line {
  position: sticky;
  top: 119px;
  z-index: 1000;
}

.cat-navbar {
  /* justify-content: space-around; */
  width: 100%;
  background-color: #000;
  padding-top: 20px;
  padding-bottom: 22px;
  margin-bottom: 0;
  letter-spacing: -0.015em;
}

/*
.cat-navbar br {
    display: none;
}
*/
.cat-navbar li {
  text-align: center;
  border-right: 1px solid #fff;
  font-weight: 200;
  width: 135px;
  font-size: 18px;
}

.cat-navbar li:last-child {
  text-align: center;
  border-right: none;
}

.navbar-light .navbar-nav.cat-navbar .nav-link {
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  font-weight: 600;
}

.main-navbar {
  padding-bottom: 8px;
}

ul.socials {
  padding: 0;
  margin: 0;
  display: inline-block;
  padding-left: 8px;
}

ul.socials li {
  list-style: none;
  display: inline;
  padding-left: 6px;
  padding-right: 6px;
}

.socials-container {
  text-align: right;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1.6rem;
    padding-left: 1.6rem;
  }

  .main-navbar li.menu-item:last-child .nav-link {
    padding-right: 0;
  }
}

.cat-toggler {
  margin: 0 auto;
  margin-bottom: 15px;
  margin-top: 10px;
  padding: 10px;
  background-color: #ccc;
}

/* END menus */

/* banner */

.banner {
  position: relative;
}

.banner-text {
  position: absolute;
  bottom: 40px;
  right: 25px;
  text-shadow: 3px 3px 8px #000;
}

.banner-text h1 {
  font-size: 70px;
  font-weight: 300;
}

.banner-text img {
  filter: drop-shadow(0px 3px 3px rgba(0, 0, 0, 1));
}

.banner-text h2 {
  color: #ffe59d;
  font-size: 40px;
  font-weight: 300;
}

.banner-image img {
  max-width: 100%;
}

/* END banner */

/* search form */

.searchform-container {
  display: inline-block;
}

.search-field {
  font-size: 20px;
  font-weight: 300;
  color: #000;
  border-radius: 20px;
  border: 1px solid #a9a9a9;
  padding-left: 24px;
  padding-top: 2px;
  padding-bottom: 5px;
  margin-top: 3px;
  background-image: url('../img/loope.png');
  background-repeat: no-repeat no-repeat;
  background-position-x: 95%;
  background-position-y: 30%;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}

/* END search form */

/* main page */

.see-btn-container {
  text-align: center;
}

.see-btn {
  font-size: 28px;
  font-weight: 300;
  background-color: #f7f0f3;
  padding: 15px 35px;
  color: #000;
}

.see-btn:hover {
  color: #000;
  text-decoration: none;
  background-color: #ccc;
}

/* END main page */

/* footer */

.site-footer {
  background-color: #838383;
  margin-top: 70px;
  color: #fff;
  padding-top: 40px;
  padding-bottom: 48px;
  padding-left: 60px;
  padding-right: 60px;
  font-size: 18px;
}

.footer-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}

.footer-container a {
  color: #fff;
}

.a5col {
  padding-bottom: 10px;
}

/* END footer */

/* pages */

.prod-cat {
  text-align: center;
}

.prod-cat h1 {
  font-size: 45px;
  font-weight: 100;
  letter-spacing: 0.35rem;
  padding-top: 60px;
  padding-bottom: 40px;
  color: #484848;
  text-transform: lowercase;
  padding-left: 40px;
  padding-right: 40px;
}

.prod-cat p {
  font-size: 22px;
  font-weight: 100;
  letter-spacing: 0.25rem;
  color: #484848;
  padding-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
}

.entry-header,
.entry-content {
  padding: 20px;
}

.entry-content {
  padding-top: 0;
}

.entry-header {
  padding-bottom: 0;
}

.entry-header h1,
.page-header h1.page-title {
  text-align: center;
  font-size: 46px;
  letter-spacing: 0.35rem;
  font-weight: 300;
  padding-top: 40px;
  padding-bottom: 30px;
  color: #484848;
  text-transform: lowercase;
}

h2.entry-title a {
  color: #484848;
  font-size: 24px;
}

a.read-more {
  color: #484848;
}

/* END pages */

.woocommerce-loop-product__link img {
  width: 300px;
  height: 300px;
  border: 1px solid #7b7b7b;
}

.woocommerce-loop-product__title {
  width: 300px;
}

/*
    TABLES
*/

.data-table table tr:nth-child(even) {
  background-color: #f5fbff;
}

.data-table table tr:nth-child(odd) {
  background-color: #e9e7f3;
}

.data-table table tr td {
  padding: 5px;
  border: 1px solid #c5c3ca;
}

.data-table table {
  min-width: 100%;
}

.woocommerce-breadcrumb {
  font-size: 27px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.wight-product {
  float: right;
}

.btn-clip {
  border: none;
  background-color: #000;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
}

.btn-clip:hover {
  background-color: #666;
}

.copy-btn {
  padding-top: 25px;
}

.to-bottom,
.outter-info p img {
  vertical-align: bottom;
}

.related-title {
  font-size: 22px;
  font-weight: 600;
  padding-top: 20px;
  padding-bottom: 20px;
}

.related-container {
  padding-top: 15px;
  padding-bottom: 15px;
}

.related-container img {
  min-width: 100%;
  max-height: auto;
}

.cart-name-custom {
  text-align: center;
  color: #000;
  padding-top: 15px;
}

.cart-price-custom {
  text-align: center;
  color: #000;
  padding-bottom: 15px;
}

.cart-name-custom:hover,
.cart-price-custom:hover,
.cart-related-link:hover {
  text-decoration: none;
}

.cart-image-custom img {
  border: 1px solid #7b7b7b;
}

/* media query */

@media only screen and (max-width: 1439px) {
  li.menu-item {
    font-size: 20px;
    font-weight: 300;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }

  .cat-navbar li {
    width: 110.5px;
    font-weight: 100;
    font-size: 14px;
  }

  .site-footer {
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .woocommerce-loop-product__link img,
  .search-result-img {
    width: 250px;
    height: 250px;
  }

  .woocommerce-loop-product__title {
    width: 250px;
    font-size: 26px;
  }

  .onsale {
    top: 217px;
  }

  .woocommerce-ordering {
    width: 64.5%;
  }
}

@media only screen and (max-width: 1199px) {
  .site-footer {
    font-size: 13.5px;
  }

  li.menu-item {
    font-size: 16px;
  }

  .cat-navbar li {
    width: 91px;
    font-size: 13px;
  }

  .footer-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .woocommerce-ordering {
    width: 88.5%;
  }

  #list .dashicons,
  .dashicons-before:before {
    margin-right: 0 !important;
  }
}

@media only screen and (max-width: 992px) {
  .compund-menu {
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 10px;
  }

  ul.products-front {
    justify-content: center;
  }

  .cat-navbar li {
    width: 100%;
    border: 0;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    padding-top: 10px;
    font-size: 16px;
  }

  .cat-navbar li:last-child {
    border: 0;
  }

  .cat-navbar li br {
    display: none;
  }
}

@media only screen and (max-width: 769px) {
  ul.products {
    justify-content: space-between;
  }

  ul.products-front {
    justify-content: center;
  }

  .site-footer {
    font-size: 18px;
    padding-left: 25px;
    padding-right: 25px;
    margin-top: 20px;
    margin-left: -15px;
    margin-right: -15px;
  }

  .footer-container {
    display: flex;
    flex-direction: row;
    justify-content: left;
    flex-wrap: wrap;
  }

  .woocommerce-loop-product__link img {
    width: 210px;
    height: 210px;
  }

  .onsale {
    top: 177px;
  }

  .product-elements .onsale {
    width: 510px;
    top: 0;
  }

  .woocommerce-loop-product__title {
    width: 210px;
    font-size: 22px;
  }

  .banner-text {
    position: absolute;
    bottom: 15px;
    left: 15px;
    text-shadow: 2px 2px 12px #000;
  }

  ul.products.list li.product {
    width: 100% !important;
  }

  ol.flex-control-thumbs {
    margin: 0;
    padding: 0;
    display: flex;
    padding-top: 0;
    flex-flow: wrap;
  }

  ol.flex-control-thumbs li {
    padding-top: 10px;
  }

  ol.flex-control-thumbs li img {
    border: 1px solid #ddd;
    width: 90px;
  }

  .entry-summary {
    height: auto;
    padding-left: 0;
    width: 100%;
  }

  .product-elements {
    display: flex;
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .icons-product img {
    max-width: 100%;
  }

  .woocommerce-breadcrumb {
    font-size: 22px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    width: 200px;
    height: 200px;
  }

  .woocommerce-product-gallery {
    width: 100%;
    height: auto;
  }

  .woocommerce-product-gallery__image a img {
    border: 1px solid #7b7b7b;
    width: 100%;
    height: 100%;
  }

  .woocommerce-product-gallery__image {
    float: left;
    padding-right: 0;
    width: 100%;
    height: 100%;
  }

  .navbar-brand img {
    height: 50px;
  }

  .navbar-brand {
    padding-left: 10px;
  }

  .cat-navbar {
    margin-left: 15px;
    margin-right: 15px;
    width: auto;
  }

  .cat-toggler {
    width: 100%;
    margin-left: 15px;
    margin-right: 15px;
  }

  .second-line {
    padding: 0;
  }

  .second-line {
    position: sticky;
    top: 70px;
    z-index: 1000;
  }

  .compund-menu {
    margin: 0;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  ul.socials {
    padding: 0;
    margin: 0;
    display: inline-block;
    padding-left: 0;
  }

  .socials img {
    width: 36px;
    margin-top: -5px;
  }

  .right-column {
    display: flex;
    flex-direction: column-reverse;
  }

  .woocommerce-loop-product__link h2 {
    font-size: 18px;
  }

  ul.products.list li.product h3,
  ul.products.list li.product .woocommerce-product-details__short-description,
  ul.products.list li.product .price,
  ul.products.list li.product .gridlist-buttonwrap {
    width: 55.5% !important;
  }
}

@media only screen and (max-width: 576px) {
  ul.products {
    justify-content: center;
  }

  .woocommerce-loop-product__link img {
    width: 280px;
    height: 280px;
  }

  .woocommerce-loop-product__title {
    width: auto;
    font-size: 28px;
  }

  .onsale {
    top: 247px;
  }

  .product-elements .onsale {
    width: calc(100% - 31px);
    top: 0;
  }
}

@media only screen and (max-width: 320px) {
  .compund-menu {
    width: auto;
    padding-right: 0;
  }

  .list span.price {
    font-size: 15px;
  }

  .woocommerce-loop-product__link h2 {
    font-size: 16.5px;
  }

  ul.products.list li.product h3,
  ul.products.list li.product .woocommerce-product-details__short-description,
  ul.products.list li.product .price,
  ul.products.list li.product .gridlist-buttonwrap {
    width: 54% !important;
  }
}
