@import url('https://fonts.googleapis.com/css2?family=Fira+Sans:wght@400;700&display=swap');

body {
  line-height: 1.5;
  font-family: 'Fira Sans', sans-serif;
  color: #333333 !important;
  position: relative;
  padding: 0;
  margin: 0;
  font-size: 16px;

}
.header-infos {
  text-align: center;
  background: #ec6833;
  font-size: 14px;
  color: white;
}
.header-top {
  background: #EFF2F6;
  padding: 5px 0;
}
.logo img {
  width: 200px;
}
.header-contact {
  text-align: right;
}
.header-contact a {
  display: block;
}
.header-contact__phone {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  transition: all .3s;
}

.header-contact__phone:hover {
  color: #dc2618 ;
  text-decoration: none;
}
.header-contact__mail {
  color: #dc2618 ;
  font-size: 14px;
  text-decoration: underline;
}
.header-contact__mail:hover {
  color: #dc2618 ;
  text-decoration: none;
}
.header-search {
  min-width: 300px;
}
.header-info {
  font-weight: 700;
  color: #333;
  font-size: 14px;
}
.header-navigation-inner {
  border-top: 1px solid #E2E5E6;
  border-bottom: 1px solid #E2E5E6;
  position: relative;
  background: white;
}

.uk-sticky-fixed {
  box-shadow: 0px 10px 15px rgb(0 0 0 / 5%);
}
.header-navigation-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
.header-navigation-nav ul li {
  transition: all .3s;
}
.uk-dropdown {
  display: none;
  position: absolute;
  z-index: 1020;
  box-sizing: border-box;
  min-width: 200px;
  padding: 0;
  background: #fff;
  color: #666;
  box-shadow: 0 5px 12px rgba(0,0,0,.15);
  width: 100% !important;
}
.uk-button-menu {
  padding: 15px 30px 15px 50px;
  color: white;
  position: relative;
  margin-right: -35px;
  transition: all .3s;
  background: url("../images/burger.svg") #df322d  no-repeat 15px center / 25px;
}
.uk-button-menu:hover {
  color: white;
  background: url("../images/burger.svg") #df322d   no-repeat 15px center / 25px;
}
.header-navigation-nav ul li:hover {
  background: #df322d ;
}
.header-navigation-nav ul li:hover .sub-menu {
  display: block !important;
}
.header-navigation-nav ul li:hover .sub-menu li a {
  color: #141414;
}
.product-page-content a {
	color: #dc2618;
	text-decoration: underline;
}
.header-navigation-nav ul li:hover .sub-menu li:hover a {
  color: white;
}
.header-navigation-nav ul li.menu-item-has-children {
  padding-right: 25px;
  position: relative;
}
.infos {
    text-align: center;
    font-size: 12px;
    color: white;
    background: #dc2618 ;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
}
.header-navigation-nav ul li.menu-item-has-children:after {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  right: 15px;
  top: 20px;
  transition: all .3s;
  background: url(../images/arrow-menu.svg) no-repeat center / 15px;
}
.header-navigation-nav ul li.menu-item-has-children:hover:after {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  right: 15px;
  top: 20px;
  background: url(../images/arrow-menu-white.svg) no-repeat center / 15px;
  transform: rotate(180deg);
}
.service-item {
  position: relative;
  border: 1px solid #E7E7E7;
  padding: 15px;

}
.service-item a {
 background: #dc2618 ;
  color: white;
  padding: 15px 20px;
  font-weight: 700;
  margin-top: 15px;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.service-item a:hover {
  text-decoration: none;
}
.service-item:after{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  opacity: 0;
  top: 0;
  transition: all .3s;
  background: linear-gradient(90.36deg, #dc2618  0.34%, rgba(196, 196, 196, 0) 99.72%);
}
.service-item:hover .service-item-title {
  color: white;
}
.service-item:hover .service-item-title:after {
  background-color: #dc2618 ;
}
.service-item:hover:after {
  opacity: 1;
}

.service-item1 {
  background: url("../images/item1.jpg") no-repeat right top / contain;
}

.service-item2 {
  background: url("../images/item2.png") no-repeat right top / contain;
}

.service-item3 {
  background: url("../images/item3.png") no-repeat right top / contain;
}

.service-item-title {
  width: 70%;
  font-weight: 700;
  font-size: 18px;
  color: #141414;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
  z-index: 2;
}
.service-item-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 4px;
  background-color: #009688;
}
.btn-iiner {
  margin: 35px 0;
}

.header-navigation-nav ul li:hover a {
  color: white;
  text-decoration: none;
}
.header-navigation-nav ul li a {
  color: #333;
  padding: 15px;
  display: block;
}
.header-top ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-header-adres {

  text-align: right;
}
.contact-header-adres p{
  font-size: 14px;
  padding-left: 25px;
  position: relative;
  margin: 0;
  display: inline-block;
}

.contact-header-adres p::after {
  content: '';
  width: 17px;
  height: 17px;
  position: absolute;
  left: 0;
  top: 0;
  background: url("../images/map.svg") no-repeat center left / contain;
}


.company {
  padding-bottom: 70px;
}

.company-content, .company .section-title {
  opacity: .3;
}
.company-content p {
  color: #141414;
  margin-bottom: 10px;
}
.home-product ul.products li.product {
  margin-right: 15px !important;
  margin-bottom: 15px !important;
  width: 23.5%;
}
.home-product {
  padding-bottom: 70px;
}
.home-product ul.products li.product.last {
  margin-right: 15px !important;
}
.home-product ul.products li.product.first {
  clear: none !important;
}
.home-product  ul.products li.product .quantity {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
.company a {
  color: #dc2618 ;
  text-decoration: underline;
  opacity: 1;
}

.header-top ul li {
  margin-right: 20px;
}
.section-title h2 {
  position: relative;
}
.storefront-sorting {
  display: none !important;
}
.uk-sticky-fixed {
  padding: 5px 0 !important;
}
.uk-sticky-fixed span {
  display: none !important;
}
.home-subcats {
  background: #eff2f6;
  margin-bottom: 35px;
  padding: 35px 0;
}
.home-subcats span {
  display: block;
  margin-bottom: 25px; 
  font-family: 'museosanscyrl-900', sans-serif !important;
  font-weight: 700;
}
.section-title h2:after {
  content: '';
  width: 70px;
  height: 4px;
  background: #df322d;
  position: absolute;
  bottom: -25px;
  left: 0;
}
.company .section-title h2 {
  margin: 0;
}
header .header-top ul li a {
  color: #8A898A;
  font-size: 14px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.header-top .contact-social .title {
  font-size: 14px;
  opacity: .6;
}
.header-top .contact-social li {
  margin-right: 10px;
}
.header-top .contact-social {
  display: flex;
  justify-content: end;
}
.contact-social img {
  width: 25px;
}
header .header-top ul li a:hover {
  text-decoration: none;
  color: #dc2618 ;
  opacity: 1;
}
.social-header {
  text-align: right;
  font-size: 14px;
}

h1, h2, h3, h4, h5, strong {
  font-weight: 700;
  color: #141414;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 25px;
}

h5 {
  font-size: 20px;
}



.header-social a {
  float: right;
}

.header-social a:hover {
  cursor: pointer;
}

.bascket-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding-top: 10px;
}


.header-middle {
  padding: 25px 0;
}
header #menu-tovary {
  padding: 0;
  margin: 0 0 15px;
  list-style: none;
  border-right: 1px solid #e0e0e0;
  position: relative;
  padding: 25px 0;
}
header #menu-tovary li {


  margin-right: -1px;
  margin-left: auto;
  font-size: 16px;

}
.lmp_products_loading, .lmp_load_more_button {
  margin: 25px 0;
}
.summary-single .single-product div.product form.cart {
  display: none !important;
}
.summary-single {
  display: none;
}
.grecaptcha-badge {display: none;}
.price-product {
  margin: 15px 0;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
}
.site-main ul.products.columns-3 li.product  .price-product,
.home-product .woocommerce ul.products li.product .price-product  {
  margin: 15px 0 0;
}
.product-page-content__title{
      font-weight: 700;
      position: relative;
      font-size: 18px;
      margin-bottom: 35px;
}
.product-page-content__title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 70px;

  background: #dc2618;
  height: 4px;
}
header #menu-tovary li a {
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.3;
  display: block;
  padding: 8px 0;
}
.directory_wrap .lmp_load_more_button.br_lmp_button_settings .lmp_button:hover {
  background-color: #dc2618  !important;
  color: white !important;
}
a:focus, button:focus, .button.alt:focus, input:focus, textarea:focus, input[type="button"]:focus, input[type="reset"]:focus, input[type="submit"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus {
  outline-color: transparent !important;
  outline: none !important;
}
header #menu-tovary li:hover .sub-menu a {
  color: #333;
}
header #menu-tovary .sub-menu li:hover {
  border-right: 0;
}
header #menu-tovary .sub-menu li:hover a {
  color: #009688;
}
.header-top-adres-left {
  text-align: right;
}
.top-info {
  background: #EFF2F6;
  padding: 35px 0;
}
.header-contact span {
  font-size: 12px;
  opacity: .6;
  line-height: 1;
}
.header-top p {
  font-size: 13px;
  margin: 0;
  display: inline-block;

  padding-left: 25px;
  background: url("../images/metka.svg") no-repeat left center / 13px;
}
header #menu-tovary li .sub-menu {
  display: none;
  position: absolute;
  width: 100%;
  bottom: 0;
  top: 0;
  left: 100%;
  list-style: none;
  margin: 0;
  padding-left: 30px;
  padding-top: 25px;
  padding-bottom: 25px;
}
header #menu-tovary li:hover .sub-menu {
  display: block;
  min-height: 100%;
  height: min-content;
}
header #menu-tovary li:hover {
  border-right: 2px solid #df322d;
}

header #menu-tovary li:hover a {
  color: #df322d;
}
.header-tops {
  background: #EFF2F6;
  padding: 35px 0;
  margin-bottom: 35px;
  margin-top: -70px;
}
.header-middle .basket-image {
  position: relative;
}

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

.header-middle__basket .basket-summ {
  font-size: 14px;
  color: #141414;
  margin-left: .75rem;
}

.header-middle__basket img {
  width: 30px;
}

.header-middle__basket span {
  position: absolute;
  right: -10px;
  top: -5px;
  background: #dc2618 ;
  border-radius: 50%;
  color: white;
  font-size: 12px;
  width: 20px;
  line-height: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
}

.header-middle__phone {
  text-align: right;
  font-family: 'museosanscyrl-900', sans-serif;
}

.header-middle__phone .link-modal {
  font-size: 14px;
  line-height: 1;
  color: black;
  text-decoration: underline;
  -webkit-transition: all .3s;
  transition: all .3s;
  font-family: 'gilroy-medium', sans-serif;
}

.header-middle__phone .link-modal:hover {
  color: #dc2618 ;
}

.header-middle__phone .link-phone {
  color: black;
  font-size: 18px;
  display: block;
  line-height: 1.1;
}

.header-middle__phone .link-phone:hover {
  color: #dc2618 ;
  text-decoration: none;
}

.header-middle__adres {
  font-size: 14px;
  padding-left: 20px;
  position: relative;
  opacity: 1;
  color: #141414;
}

.header-middle__adres:after {
  content: '';
  width: 14px;
  height: 20px;
  background: url(../images/metka.svg) no-repeat center/14px;
  position: absolute;
  left: -5px;
  top: 3px;
}

.header-middle__worktime {
  font-size: 14px;
  position: relative;
  padding-left: 25px;
  opacity: 1;
  color: #141414;
}

.header-middle__worktime strong {
  display: block;
}

.header-middle__worktime:after {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../images/time.svg) no-repeat center/18px;
  position: absolute;
  left: -5px;
  top: 3px;
}

.header-navigation .menu .menu-item-has-children .sub-menu .menu-item-has-children:after {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  background: url(../images/black-arrow.svg) no-repeat center/12px;
  right: 10px;
  top: 45%;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.header-navigation .menu .menu-item-has-children .sub-menu .menu-item-has-children:hover:after {
  background: url(../images/arrow-white.svg) no-repeat center/12px;
}

.header-navigation .menu .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu {
  position: absolute;
  z-index: 5;

  min-width: 250px;
  background: white;
  visibility: hidden;
  opacity: 0;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  display: block;
  list-style: none;
  margin: 0;
  border-radius: 0px 6px 6px 6px;
  padding: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid #F2F6FA;
}

.header-navigation .menu .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu li:last-child {
  border-radius: 0 0 6 6;
}

.header-navigation .menu .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu li a {
  padding: 10px;
  font-family: 'gilroy-medium', sans-serif;
  color: #141414;
}

.header-navigation .menu .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu li:hover:first-child {
  border-radius: 0 6px 0 0 !important;
}

.header-navigation .menu .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu li:hover a {
  color: white;
}

.header-navigation .menu .menu-item-has-children .sub-menu .menu-item-has-children .sub-menu li:nth-child(1):hover {
  border-radius: 0;
}

.header-navigation .menu .menu-item-has-children .sub-menu .menu-item-has-children:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}



.header-navigation .menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-navigation .menu .menu-item-has-children {
  padding-right: 10px;
  position: relative;
}
.header-navigation .menu .sub-menu .menu-item-has-children {
  padding-right: 20px;
  position: relative;
}
.category-small .category-big__menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 75%;
}

.header-navigation .menu .menu-item-has-children .sub-menu {
  position: absolute;
  z-index: 5;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 5%);
  min-width: 270px;
  background: white;
  visibility: hidden;
  opacity: 0;
  -webkit-transform-origin: 0% 0%;
          transform-origin: 0% 0%;
  -webkit-transform: rotateX(-90deg);
          transform: rotateX(-90deg);
  transition: 0.3s linear;
  -webkit-transition: 0.3s linear;
  -moz-transition: 0.3s linear;
  -ms-transition: 0.3s linear;
  -o-transition: 0.3s linear;
  display: block;
  list-style: none;
  margin: 0;
  border-radius: 0px 0px 6px 6px;
  padding: 0;
}

.header-navigation .menu .menu-item-has-children .sub-menu li {
  border-bottom: 1px solid #F2F6FA;
}

.header-navigation .menu .menu-item-has-children .sub-menu li:last-child {
  border-radius: 0px 0px 6px 6px;
}

.header-navigation .menu .menu-item-has-children .sub-menu li a {
  padding: 10px;
  font-family: 'gilroy-medium', sans-serif;
  color: #141414;
}

.header-navigation .menu .menu-item-has-children .sub-menu li:hover a {
  color: white;
}

.header-navigation .menu .menu-item-has-children .sub-menu li:nth-child(1):hover {
  border-radius: 0;
}

.header-navigation .menu .menu-item-has-children:after {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  background: url(../images/arrow-white.svg) no-repeat center/12px;
  right: 10px;
  top: 22px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all .3s;
  transition: all .3s;
}

.header-navigation .menu .menu-item-has-children:hover .sub-menu {
  transform: rotateX(0deg);
  visibility: visible;
  opacity: 1;
  -webkit-transform: rotateX(0deg);
  -moz-transform: rotateX(0deg);
  -ms-transform: rotateX(0deg);
  -o-transform: rotateX(0deg);
}

.header-navigation .menu .menu-item-has-children:hover:after {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.header-navigation .menu li:hover {
  background: #d6632c;
}

.header-navigation .menu li:nth-child(1):hover {
  border-radius: 12px 0px 0px 12px;
}

.header-navigation .menu li a {
  color: white;
  font-family: 'museosanscyrl-900', sans-serif;
  padding: 15px 20px;
  display: block;
}

.header-navigation .menu li a:hover {
  text-decoration: none;
}

.uk-width-modal {
  width: 400px;
  position: relative;
}

.uk-width-modal .uk-modal-close-default {
  background: url(../images/close.svg) #dc2618  no-repeat center / 20px;
  color: white;
  position: absolute;
  padding: 30px;
  border-radius: 0%;
  right: -25px;
  top: -25px;
  -webkit-filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
          filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.uk-width-modal .uk-modal-close-default svg {
  display: none;
}
.uk-width-modal input[type="submit"] {
  background: #dc2618 ;
  color: white;
  padding: 15px 25px !important;
  font-weight: 700;
}

.uk-width-modal input[type="submit"]:hover {
  background: #dc2618 ;
  color: white;
}

footer {
  padding: 35px 0;
  background: #141414;
  color: #fff;
}

.contact-social {
  display: flex;
  justify-content: end;
  align-items: center;
}
.footer-text {
  display: block;
  margin-bottom: 5px;
  background-position-y: 5px;
  color: white;
}
.copy-text {
  color: white;
  opacity: .7;
  font-size: 12px;
}

.contact-page-wrap .section-title h2 {
  font-size: 35px;
  font-family: 'museosanscyrl-900', sans-serif;
  margin: 0 !important;
}
.contact-manager span {
  display: block;
  font-size: 20px;
  font-weight: 700;
  color: #acacac;
}
.contact-manager .contact-info-title  {
  font-size: 18px ;

}
.contact-manager p {
  margin: 0 0 5px;
  color: #acacac !important;
  font-size: 12px !important;
}
.ask-an-estimate-button {
  display: none !important;
}
.demo_store {
  background-color: #dc2618  !important;
  font-size: 12px !important;
  text-align: center !important;
}
.uk-width-modal .cats-modal {
  position: absolute;
  top: -90px;
  left: 0;
  z-index: 3;
}

.uk-width-modal .cats-modal img {
  width: 150px;
}


a:focus {
  outline: none !important;
}

.btn {
  background: #dc2618 ;
  color: white;
  padding: 15px 20px;
  transition: all .3s;
  border: 2px solid #dc2618 ;
  font-weight: 700;
}
.form-single  .btn {
  background: #dc2618 ;
  color: white;
  padding: 12px 20px;
  transition: all .3s;
  border: 2px solid #dc2618 ;
  font-weight: 700;
}
.form-single .btn:hover {
  text-decoration: none;
   border: 2px solid #dc2618 ;
  color: #dc2618 ;
  background: transparent;
}
.btn:hover {
  text-decoration: none;
  color: #dc2618 ;
  background: transparent;
}
.contact-info-btn {
  margin-top: 35px;
}
.contact-link a {
  padding: 15px 25px;
}
.contact-link a:hover {
  color: white;
  text-decoration: none;
}
.wrap-contact {
  position: relative;
}
.iamges-contact{
  position: absolute;
  right: 0;
  top: -25px;
}
.wpcf7-spinner {
 display: none ;
}
.label-product {
  position: absolute;
  left: 0;
  top: 0;
  background: #7558d2;
  color: white;
  padding: 4px 15px;
  font-size: 12px;
  border-radius: 10px 0 20px 0;
  letter-spacing: .5px;
}
.onsale {
  position: absolute !important;
  background: #ED1C24;
  color: white !important;
  padding: 4px 15px;
  font-size: 12px;
  border-radius: 0 0 20px 0;
  letter-spacing: .5px;
  border: none !important;
  left: 10px;
  top: 10px;
  z-index: 10;
}
.dopinfo {
    color: #ED1C24;
    font-size: 16px;
    font-weight: 700;
}
.single-product div.product form.cart {
  padding: 10px 0;
  display: block !important;
  align-items: center;
}
.hidden {
  display: none !important;
}
.single-product div.product table.variations .value {
  margin-bottom: 6px !important;
  padding: 5px !important;
}
.woo-variation-swatches.wvs-archive-align-left .wvs-archive-variation-wrapper .variations {
  text-align: left;
  display: none;
}

.single-product div.product form.cart {
  margin-bottom: 15px !important;
  padding: 5px 0 !important;
}
.price del {
  opacity: 1;
  font-weight: 400;
  font-size: 14px;
}
.price ins {
  background: white;
  color: #141414;
  text-decoration: none;
}
.green {
  background: #6F9A37;
}
.orange {
  background: #dc2618 ;
}

.woof_submit_search_form {
  min-width: auto;
}
.widget {
  margin: 0 !important;
}
.widget .woof_submit_search_form {
  background: #dc2618 ;
  color: white;
  font-weight: 700;
  width: 100%;
  transition: all .3s;
  border: 2px solid #dc2618 ;
}
.widget .woof_submit_search_form:hover {
  border: 2px solid #dc2618 ;
  background: transparent;
  color: #dc2618 ;
}
.products .product .add_to_cart_button {
  min-width: 100%;
  padding: 15px 0;
  font-size: 16px;
}
.products .product a:hover {
  text-decoration: none;
}
.woof_submit_search_form_container {
  display: block;
}
.woof_products_top_panel li span, .woof_products_top_panel2 li span {
  color: #dc2618 ;
}
.woocommerce-privacy-policy-text {
  font-size: 12px;
}
.irs-from, .irs-to, .irs-single {
  background: #dc2618  !important;
}
.irs-from:after, .irs-to:after, .irs-single:after {

  border-top-color: #dc2618  !important;
}
.woof_reset_search_form {
  display: block !important;
  margin: 0 auto !important;
  background: none !important;
}
.wrap-content-single {
  background: #EFF2F6;
  position: relative;
}
.wrap-content-single:after {
  content: '';
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: -10px;
  left: 0;
  background: url(../images/header-line.svg) no-repeat left center / 100%;
}
.widget .widget-title, .widget .widgettitle {
  font-weight: 700 !important;
}
.content-page__inner input[type=text],
.content-page__inner input[type=number],
.content-page__inner input[type=email],
.content-page__inner input[type=tel],
.content-page__inner input[type=url],
.content-page__inner input[type=password],
.content-page__inner input[type=search],
.content-page__inner textarea,
.content-page__inner .input-text {
  color: #141414;
  background: #EFF2F6;
  border-radius: 10px;
  padding: 12px 10px;
  box-shadow: none;
  margin-bottom: 0;
}
.woocommerce .col2-set .form-row-first {
  width: 47%;
  float: left;
  margin-right: 3%;
}
.woocommerce .col2-set .form-row-last {
  width: 47%;
  float: right;
}
.woocommerce #order_review_heading, #order_review {
  width: 60% !important;
  float: right;
  margin-right: 0;
  clear: right;
}
.woocommerce #order_review_heading {
  margin-bottom: 0;
  padding-bottom: 0.6180469716em;
  margin-top: 0;
}
table:not( .has-background ) tbody td {
  background-color: #ffffff !important;
}
table:not( .has-background ) tbody tr:nth-child(2n) td, fieldset, fieldset legend {
  background-color: #ffffff !important;
}
#payment .place-order .button {
  font-size: 1.41575em;
  width: auto !important;
  white-space: pre-wrap;
}
.form-row label {
  display: block;
  font-size: 14px;
  opacity: .65;
  margin-bottom: 3px;
}
#payment .payment_methods>.woocommerce-PaymentMethod>label, #payment .payment_methods>.wc_payment_method>label {
  display: block;
  padding: 15px !important;
  cursor: pointer;
}
.content-page .woocommerce-notices-wrapper .woocommerce-message,
.content-page .woocommerce-notices-wrapper .woocommerce-error {
  width: 100%;
  margin-bottom: 30px;
}
.content-page p, .content-page ul{
  color: #141414;
}
.brand-btn a {
  color: #da6724;
  text-decoration: underline;
}
.uk-light .uk-dotnav>.uk-active>* {
  height: 8px;
  padding: 8px;
  background: #CF2226;
  box-shadow: 0 4px 4px rgb(0 0 0 / 25%);
  opacity: 1;
  position: relative;
  top: -2px;
}


.uk-light .uk-dotnav>*>* {
  border-color: rgba(255,255,255,.9);
  line-height: 0;
  display: block;
  width: 5px;
  height: 5px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #A2A1A5;
  border-radius: 50%;
}
.contact-info p {
  margin: 0 0 5px;
  color: #141414;
}
.contact-info-title {
  font-weight: 700;
  color: #df322d ;
  font-size: 22px;
  border-bottom: 1px solid #df322d ;
  margin: 15px 0;
  padding-bottom: 10px;
}
.cart_totals  .shipping-calculator-button {
  display: none;
}
.contact-info .contact-social {
  margin-top: 15px;
}
#payment .place-order {
  padding: 1.41575em;
  margin-bottom: 0;
  float: none;
  width: 100%;
  border-radius: 12px;
  background-color: #f4f7fa !important;
}
table td, table th {
  padding: 10px !important;
  text-align: left;
  vertical-align: top;
}

.single_add_to_cart_button {
  background-color: #dc2618  !important;
  border: 2px solid #dc2618  !important;
  color: white;
  position: relative;
  min-width: 180px;
  padding: 5px 20px !important;
  cursor: pointer;
  opacity: 1;
  font-size: 20px;
  font-weight: 700;
}

.single_add_to_cart_button:hover {
  border: 2px solid #dc2618  !important;
  color: #dc2618 ;
  background: transparent;
}

#sb_instagram .sbi_follow_btn {
  display: none;
}

.add_to_cart_button:hover {
  text-decoration: none;
}
#modal-center .modal-title {
  font-weight: 700;
  font-size: 30px;
  color: #141414;
  margin-bottom: 15px;
}

#modal-center .politick {
  font-size: 14px;
  margin-top: 0;
}
.single-product div.product form.cart {
  margin: 15px 0 !important;
  align-items: center;
}

.callbal-tovar {
  color: #e37016;
  transition: all .3s;
  text-decoration: underline;
}
.single-product div.product table.variations select {
  max-width: 70%;
  vertical-align: middle;
  padding: 7px 15px;
  border-radius: 12px;
  color: #141414;
}
.variations .label {
  display: none !important;
}
.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
  position: absolute;
  top: 0.875em;
  right: 0.875em;
  display: block;
  height: 2em;
  width: 2em;
  border-radius: 3px;
  text-align: center;
  z-index: 1 !important;
}
#modal-center .politick {
  color: #141414;
  font-size: 14px;
  margin-bottom: 25px;
  margin-top: -25px;
}
.politick a {
  color: #e37016;
  text-decoration: underline;
}
#modal-center input[type="text"], #modal-center input[type="tel"] {
  width: 100%;
  color: #141414;
  background: #EFF2F6;
  border-radius: 0;
  padding: 15px 10px;
  box-shadow: none;
  margin-bottom: 20px;
}
.manager-info:after {
  content: '';
  width: 40px;
  height: 40px;
  background: url("../images/info.svg") no-repeat center / 40px;
  position: absolute;
  left: 25px;
  top: 20px;
}
.contact-info-title {
  font-weight: 700;
}
.contact-info .header-contact {
  text-align: left;
}
.callbal-tovar:hover {
  color: #119e00;
}
p+h2, p+header h2, p+h3, p+h4, ul+h2, ul+header h2, ul+h3, ul+h4, ol+h2, ol+header h2, ol+h3, ol+h4, table+h2, table+header h2, table+h3, table+h4, blockquote+h2, blockquote+header h2, blockquote+h3, blockquote+h4, form+h2, form+header h2, form+h3, form+h4 {
  margin: 15px 0 !important;
}
#modal-center .politick a {
  color: #dc2618 ;
  text-decoration: underline;
}
.input-number-less {
  float: left;
}

.input-number-more {
  float: right;
}
#modal-center .politick span {
  color: #dc2618 ;
}

#modal-center p {
  margin: 10px 0 10x;
}

input[type="text"],
input[type="tel"] {
  background-color: #EFF2F6;
  border-radius: 6px;
  color: #141414;
  padding: 15px 25px;
  border: none;
  width: 85%;
  margin-bottom: 15px;
  font-size: 16px;
}

table:not( .has-background ) th {
  background-color: #f4f7fa;
  color: #141414;
}
table:not( .has-background ) th {
  background-color: #EFF2F6 !important;
}

.quantity {
  position: relative;
  margin-right: 15px;
  background: #f4f7fa;
  padding: 5px 30px;
  display: inline-block;
  background: #EFF2F6;
  border-radius: 6px;
}
.basket-btn {
  width: 35px;
  height: 35px;
  position: relative;
  background: url("../images/basket.svg") no-repeat center / 35px;
  margin-right: 15px;
}
.infocart {
  opacity: .5;
  font-size: 12px;
}
.items-counter {
  background: url(../images/wishlist.svg) no-repeat center / 35px;
  width: 35px;
  height: 35px;
}
.items-counter .heading-icon {
  opacity: 0;
}


ul.products li.product .yith-wcwl-add-button a.add_to_wishlist {
  position: absolute;
  right: 95px;
  bottom: 15px;
  font-size: 0;
  width: 30px;
  height: 30px;
  background: url(../images/wishlist.svg) no-repeat center / 30px;
}
ul.products li.product .yith-wcwl-add-button>a i {
  display: none;
}
ul.products li.product .yith-wcwl-wishlistaddedbrowse .feedback, ul.products li.product .yith-wcwl-wishlistexistsbrowse .feedback {
  display: none !important;
}
ul.products li.product .yith-wcwl-wishlistaddedbrowse a, ul.products li.product .yith-wcwl-wishlistexistsbrowse a {
  position: absolute;
  right: 95px;
  bottom: 15px;
  font-size: 0;
  width: 30px;
  height: 30px;
  background: url(../images/wishlist-red.svg) no-repeat center / 30px;
}

header #menu-tovary li .sub-menu {
  border-right: 1px solid #e0e0e0;
}
header #menu-tovary li .sub-menu li .sub-menu {
  display: none;
  border-right: 1px solid #e0e0e0;
}
header #menu-tovary li .sub-menu li .sub-menu li a {
  color: #141414;
}
header #menu-tovary li .sub-menu li .sub-menu li a:hover {
  color: #009688;
}

header #menu-tovary li .sub-menu li:hover {
  border-right: 2px solid #009688;
}
header #menu-tovary li .sub-menu li .sub-menu li:hover {
  border: none;
}
header #menu-tovary li .sub-menu li:hover .sub-menu {
  display: block;
}
.quantity-down {
  position: absolute;
  height: 100%;
  left: 0;
  line-height: 44px;
  top: 0px;
  border: none;
  font-size: 21px;
  color: #141414 !important;
  background-color: #eff2f6;
  padding: 0 10px;
}

.quantity-up {
  position: absolute;
  height: 100%;
  right: 0;
  line-height: 44px;
  top: 0px;
  border: none;
  font-size: 21px;
  color: #141414 !important;
  background-color: #eff2f6;
  padding: 0 10px;
}
.count-add-to-wishlist {
  display: none;
}
.wishlist-page-links, .wishlist-title-with-form {
  display: none !important;
}
header .whislist {
  height: 35px;
  margin-right: 25px;
  position: relative;
  top: 4px;
}
.header-navigation-nav li {
  position: relative;
}

#menu-glavnoe-menyu .sub-menu {
  position: absolute;
  display: none;
  background: white;
  left: 0;
  top: 55px;
  z-index: 1;
}

.sub-menu li {
  display: block;
}
.basket-btn__counter, .items-count {
  border-radius: 50px;
  line-height: 1;
  right: -12px;
  top: -4px;
  letter-spacing: 0.5px;
  -webkit-box-align: center;
  align-items: center;
  background: #dc2618 ;
  color: #fff;
  display: inline-flex;
  font-size: 0.7rem !important;
  font-weight: bolder;
  height: 22px;
  min-width: 20px;
  padding: 5px;
  position: absolute;
  text-align: center;
  width: 22px;
  justify-content: center;
}


.woocommerce-privacy-policy-text p {
  margin: 0 0 10px;
}
.quantity .qty {
    width: 45px !important;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    box-shadow: none;
    height: 35px !important;
    background: white !important;
}

.site-main ul.products li.product .quantity {
  position: absolute;
  bottom: 10px;
  left: 10px;
}
main {
  position: relative;
}
.woocommerce-notices-wrapper .woocommerce-message, .woocommerce-notices-wrapper  .woocommerce-error {
  border-radius: 12px;
  width: 63%;
  margin: 0 auto;
  margin-top: 35px;
}

.content-page h3 {
  font-size: 25px;
}
.content-page h2 {
  font-size: 30px;
  color: #141414;
}
.news-last h3 {
  color: #141414;
}
.content-page ul, .content-page ol {
  margin: 0 0 10px 20px;
  padding: 0;
}
.content-header__title h1 {
  font-size: 40px;
  color: #141414;
}
.woocommerce .col2-set {
  width: 36%;
  float: left;
  margin-right: 2%;
}
.home-product .woocommerce ul.products li.product {
  width: 23% !important;
  transition: all .3s;
}
.home-product .woocommerce ul.products li.product:hover {
  box-shadow: 0px 2px 15px rgb(0 0 0 / 5%);
}
ul.products li.product .add_to_cart_button {
    font-size: 0px !important;
    position: absolute;
    right: 15px;
    bottom: 12px;
    border-radius: 12px;
    width: 65px;
    height: 43px;
    min-width: 65px;
    background: url(../images/carts.svg) no-repeat #009688  center / 22px;
}
.storefront-full-width-content .related.products > h2:first-child {
  text-align: left !important;
}
.storefront-full-width-content .site-main ul.products.columns-4 li.product {
  margin-right: 1% !important;
  margin-bottom: 1% !important;
  width: 24% !important;
}

ul.products li.product .price {
  margin-bottom: 50px !important;
}
ul.products li.product .hidden {
  display: none;
}
ul.products li.product .added_to_cart {
    font-size: 0;
    width: 65px;
    height: 43px;
    position: absolute;
    right: 15px;
    bottom: 12px;
     background: url(../images/arrow2.svg) no-repeat #009688  center / 22px;
    border-radius: 12px;
}
.quantity-box .quantity .minus {
  padding: 0 10px;
  background: #EFF2F6;
  border-radius: 6px 0 0 6px;
  color: #141414;
  transition: all .3s;
}
.quantity-box .quantity .plus {
  padding: 0 10px;
  background: #EFF2F6;
  border-radius: 0 6px 6px 0;
  color: #141414;
  transition: all .3s;
}
.quantity-box .quantity .minus:hover,
.quantity-box .quantity .plus:hover {
  cursor: pointer;
  background: #119E00;
  outline: none;
  color: white;
}
.quantity-box .quantity .plus:focus,
.quantity-box .quantity .minus:focus,
.quantity .qty:focus {
  outline: none;
}
.woof_container {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: 1px solid #e9edf1;
}
.woof_checkbox_count {
  opacity: .6;
  font-size: 12px;
}
a.woof_front_toggle {
  display: block;
  width: 100%;
  position: absolute;
  right: 0;
  top: 15px;
  text-align: revert;
  font-size: 0;
}
.woof_list label {
  vertical-align: middle;
  display: inline-block;
  padding: 0;
  color: #141414;
  font-size: 14px;
}
.icheckbox_square-orange, .iradio_square-orange {
  min-width: 22px;
  min-height: 22px;
}
.woof_list_checkbox {
  padding-bottom: 5px;
}
.woof_list li {
  list-style: none !important;
  padding: 0 0 5px 0 !important;
  display: flex;
  justify-content: flex-start;
}
.woof_container_inner h4{
  margin: 0;
  color: #172029;
  padding: 10px 0;
  font-size: 1rem;
  line-height: 1.25rem;
  position: relative;
}
.filter-inner {
  background: white;
  padding: 15px 15px;
  border-radius: 12px;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.1));
}
.woof_front_toggle_closed:after {
  content: '';
  width: 15px;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 0;
  background: url("../images/closes.svg") no-repeat center / cover;
}
.woof_front_toggle_opened:after {
  content: '';
  width: 15px;
  height: 10px;
  position: absolute;
  right: 10px;
  top: 0;
  background: url("../images/open.svg") no-repeat center / cover;
}


ul.products li.product .woocommerce-loop-product__title {
  font-size: 15px !important;
  line-height: 1.2;
}
.quantity-box .quantity .qty:focus {
  background: white;
}
.quantity-box .quantity .qty {
  padding: 5px 0;
  color: #141414;
}
.woocommerce-product-gallery {
  border-radius: 6px;
  background: white;
  padding: 25px;
}
input[type="text"]:focus,
input[type="tel"]:focus {
  outline: none;
  color: #141414 !important;
}

main {
  min-height: 65vh;
}

.category-big {
  background: white;
  border-radius: 6px;
  padding: 25px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  transition: all .3s;
}

.category-big__menu span {
  color: #141414;
  font-family: 'museosanscyrl-900', sans-serif;
  display: block;
  font-size: 24px;
  margin-bottom: 15px;
}

.category-big__menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.category-big__menu ul li a {
  color: #141414;
  transition: all .3s;
}

.animal {
  background: white;
}

.animal:hover {
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
  -webkit-transform: translate(0, -5px);
          transform: translate(0, -5px);
}

.animal ul li {
  padding-left: 25px;
  position: relative;
}

.animal ul li:after {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 8px;
  background: #141414;
}

.animal ul li a:hover {
  color: #1B1464;
  text-decoration: none;
}

.animal ul .last {
  padding: 0;
  margin-top: 10px;
}

.animal ul .last:after {
  display: none;
}

.animal ul .last a {
  color: #141414;
  opacity: .3;
  font-size: 16px;
  text-decoration: underline;
}

.animal ul .last a:hover {
  opacity: 1;
}

.arrow-animal {
  padding: 5px;
  position: absolute;
  right: 15px;
  top: 15px;
  border-radius: 50%;
  background: #ddd;
  width: 25px;
  height: 25px;
  text-align: center;
}

.arrow-animal img {
  margin: 0 auto;
}
table.woocommerce-checkout-review-order-table .product-name {
  width: 85%;
}
.arrow-animal:hover {
  -webkit-animation: 1.2s ease-in-out 0s normal none infinite running trambling-animation;
  animation: 1.2s ease-in-out 0s normal none infinite running trambling-animation;
}

.cats {
  background: url(../images/line-1.svg) white no-repeat right top/contain;
}

.cats .arrow-animal {
  background: #1B1464;
}

.cats ul li:after {
  background-color: #1B1464;
}

.dog {
  background: url(../images/line-3.svg) white no-repeat right top/contain;
}

.dog .arrow-animal {
  background: #ED1C24;
}

.dog ul li:after {
  background-color: #ED1C24;
}

.dog ul li a:hover {
  color: #ED1C24;
}

.bird {
  background: url(../images/line-4.svg) white no-repeat right top/contain;
}

.bird .arrow-animal {
  background: #ED6436;
}

.bird ul li:after {
  background-color: #ED6436;
}

.bird ul li a:hover {
  color: #ED6436;
}

.category-small {
  background: white;
  border-radius: 6px;
  padding: 25px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-height: 180px;
  transition: all .3s;
}

.category-small__image {
  position: absolute;
  right: 15px;
  bottom: 19px;
  width: 100px;
}

.category-small .category-big__menu {
  padding-left: 25px;
}

.fish {
  background: url(../images/line-2.svg) white no-repeat right top/contain;
}

.fish .arrow-animal {
  background: #00B8E6;
}

.fish ul li:after {
  background-color: #00B8E6;
}
.fish ul li a {
  transition: all .3s;
}
.fish ul li a:hover {
  color: #00B8E6;

}
.entry-summary h1 {
  color: #141414;
}
@-webkit-keyframes trambling-animation {
  0%, 50%, 100% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
  }
  10%, 30% {
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
  }
  20%, 40% {
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
  }
}

@keyframes trambling-animation {
  0%, 50%, 100% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
  }
  10%, 30% {
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -moz-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
  }
  20%, 40% {
    transform: rotate(10deg);
    -webkit-transform: rotate(10deg);
    -moz-transform: rotate(10deg);
    -o-transform: rotate(10deg);
    -ms-transform: rotate(10deg);
  }
}

.section-title h2 {
  font-size: 35px;
  font-family: 'museosanscyrl-900', sans-serif;
}

.category-product .apteka {
  background: url(../images/line-6.svg) white no-repeat right top/contain;
}

.category-product .apteka .arrow-animal {
  background: #4F3092;
}

.category-product .apteka ul li:after {
  background: #4F3092;
}

.category-product .apteka ul li a:hover {
  color: #4F3092;
}

.rodent {
  background: url(../images/line-5.svg) white no-repeat right top/contain;
}

.rodent .arrow-animal {
  background: #FBB03B;
}

.rodent ul li:after {
  background-color: #FBB03B;
}

.rodent ul li a:hover {
  color: #FBB03B;
}

.birds {
  background: url(../images/line-5.svg) white no-repeat right top/contain;
}

.birds .arrow-animal {
  background: #ED6436;
}

.birds ul li:after {
  background-color: #ED6436;
}

.birds ul li a:hover {
  color: #ED6436;
}

.animal-sale {
  background: linear-gradient(98.6deg, #1C155A 4.48%, #52634C 98.84%);
}

.animal-sale .arrow-animal {
  background: #6F9A37;
}

.animal-sale .category-big__menu span, .animal-sale .category-big__menu ul li a {
  color: white;
}

.animal-sale .category-big__menu ul li a:hover {
  text-decoration: underline;
}

.animal-sale .category-big__menu ul li:after {
  background: white;
}

.animal-sale .category-big__menu .last {
  padding: 0;
  margin-top: 10px;
}

.animal-sale .category-big__menu .last:after {
  display: none;
}

.animal-sale .category-big__menu .last a {
  color: white;
  opacity: .8;
  font-size: 16px;
  text-decoration: underline;
}

.animal-sale .category-big__menu .last a:hover {
  opacity: 1;
}

.footer-top {
  padding: 25px 0;

  background: radial-gradient(63.68% 31030.62% at 35.6% 64.15%, #dc2618  0%, #D4612F 100%);
}
.search-header {
  padding: 5px 10px;
}
.footer-adres {
  padding-left: 55px;
  font-family: 'museosanscyrl-900', sans-serif;
  position: relative;
  color: white;
}
.contact-adres {
  padding-left: 35px;
  color: #141414;
  position: relative;
}
.contact-adres:after {
  content: '';
  width: 28px;
  height: 28px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/footer-metka.svg) no-repeat center/28px;
}

.instagram {
  position: relative;
  background: url(../images/zoomagazins.svg);
  background-repeat: no-repeat;
  background-size: 95px;
  background-position-x: 10%;
  background-position-y: 59%;
}

.footer-adres a {
  display: block;
  font-size: 14px;
  font-family: 'gilroy-medium', sans-serif;
  text-decoration: underline;
  color: white;
}

.footer-adres:after {
  content: '';
  width: 28px;
  height: 28px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/footer-metka.svg) no-repeat center/28px;
}

.footer-time {
  padding-left: 55px;
  font-family: 'museosanscyrl-900', sans-serif;
  position: relative;
  color: white;
}
.contact-time {
  padding-left: 35px;
  color: #141414;
  position: relative;
}
.contact-time span {
  display: block;
}
.contact-time:after {
  content: '';
  width: 28px;
  height: 28px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/footer-time.svg) no-repeat center/28px;
}
.footer-time a {
  display: block;
  font-size: 14px;
  font-family: 'gilroy-medium', sans-serif;
  text-decoration: underline;
  color: white;
}

.footer-time:after {
  content: '';
  width: 28px;
  height: 28px;
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/footer-time.svg) no-repeat center/28px;
}

footer .footer-top .footer-phone a {
  color: white;
}

footer .footer-top .footer-phone a:hover {
  color: white;
}

footer .footer-top .footer-phone .link-phone {
  font-size: 25px;
}

.footer-bottom {
  padding: 25px;
}

.footer-copy {
  text-align: center;
}

.footer-copy p {
  margin: 0;
  padding: 0;
}

.footer-link {
  text-align: right;
}

.footer-link a {
  color: #dc2618 ;
  text-decoration: underline;
}
.info-site {
  position: fixed;
  width: 100%;
  bottom: 0;
  font-size: 14px;
  text-align: center;
  padding: 2px;
  background: red;
  color: white;
  z-index: 9999;
}



/* Slider */
.slick-slider
{
  position: relative;

  display: block;
  box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list
{
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus
{
  outline: none;
}
.slick-list.dragging
{
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track
{
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
  display: table;

  content: '';
}
.slick-track:after
{
  clear: both;
}
.slick-loading .slick-track
{
  visibility: hidden;
}

.slick-slide
{
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide
{
  float: right;
}
.slick-slide img
{
  display: block;
}
.slick-slide.slick-loading img
{
  display: none;
}
.slick-slide.dragging img
{
  pointer-events: none;
}
.slick-initialized .slick-slide
{
  display: block;
}
.slick-loading .slick-slide
{
  visibility: hidden;
}
.slick-vertical .slick-slide
{
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}


.slider-inner {
  padding: 100px 0 200px;
  position: relative;
  overflow: hidden;
   background: url("/img/bg-1.png") no-repeat left center / 100%;
   background-attachment: fixed;
}

.slider-inner h1 {
  font-size: 50px;
  color: white;
  line-height: 1.5;
  margin-bottom: 35px;
}
.slider-inner:after {
  content: '';
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: -10px;
  left: 0;
  background: url("../images/header-line.svg") no-repeat left center / 100%;
}
.sub-cats {
  list-style: none;
  padding: 0;
  margin: 0;
  margin-bottom: 35px;
}
.sub-cats li {
  display: inline-block;
  background: white;
  margin: 5px;
  border-radius: 12px;
  filter: drop-shadow(0px 2px 2px rgba(0, 0, 0, 0.1));
  transition: all ease .3s;

}
.sub-cats li:hover {
  background: #df322d ;
}
.form-single-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}
.form-catalog {
    background: #df322d;
    padding: 15px;
    color: white;
    border-radius: 12px;
}
.form-catalog a {
  color: white !important;
}
.sub-cats li:hover a {
  color: white;
  text-decoration: none;
}
.wishlist_table .product-add-to-cart a.button {
  padding: 6px 25px!important;
  background: none;
}
.sub-cats li a {
  color: #141414;
  padding: 10px 15px;
  display: block;
  font-size: 15px;
  transition: all ease .3s;
}
.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action>* {
  vertical-align: middle;
  background: #df0000;
  color: white;
}
.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action>*:hover {
  background: #dc2618 ;
  color: white;
}
.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action {
  float: right;
  position: relative;
  top: -30px;
}

.storefront-sorting select {
  width: auto;
  padding: 10px 15px;
  border-radius: 12px;
}
.products .product {
  background: white;
  border-radius: 12px;
  padding: 15px;
  border: 1px solid #F0F0F0;
  text-align: left;
}
.products .product {
  transition: all ease .3s;
}
.products .product:hover {
      border: 1px solid #dc2618;
}
.list-prodict__img {
  width: 100%;
  height: 250px;
  max-height: 250px;
}
.products .product .woocommerce-loop-product__title {
  font-size: 16px;
  text-align: left;
  font-family: 'Fira Sans', sans-serif;
  margin: 8px 0;
  color: #333;
}
.page-template-template-fullwidth-php .site-main ul.products.columns-3 li.product, .page-template-template-fullwidth-php .header-widget-region ul.products.columns-3 li.product, .page-template-template-homepage-php .site-main ul.products.columns-3 li.product, .page-template-template-homepage-php .header-widget-region ul.products.columns-3 li.product, .storefront-full-width-content .site-main ul.products.columns-3 li.product, .storefront-full-width-content .header-widget-region ul.products.columns-3 li.product {
  width: 31.9%;
  float: left;
  margin-right: 15px !important;
  margin-bottom: 15px !important;
}

ul.products li.product .price {
  font-size: 20px;
  color: #141414 !important;
  text-align: left;
  font-weight: 700 !important;
  font-family: 'Fira Sans', sans-serif;
}
.woocommerce-result-count {
  top: 10px;
}
.woocommerce-pagination .page-numbers li .page-numbers.current {
  background-color: #dc2618  !important;
  color: #ffffff !important;
}
.pagination .page-numbers li .page-numbers, .woocommerce-pagination .page-numbers li .page-numbers {
  border-left-width: 0;
  display: inline-block;
  padding: 0.3342343017em 0.875em;
  background-color: rgb(255 255 255);
  border-radius: 6px;
  color: #141414 !important;
}
.slick-dots  {
  position: absolute;
  bottom: -50px;

  display: block;

  width: 100%;
  padding: 0;
  margin: 0;

  list-style: none;

  text-align: center;

}
.slider-item {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.slick-dots li {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}


.slick-dots li button
{
  font-size: 0;
  line-height: 0;
  display: block;
  width: 5px;
  height: 5px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: #A2A1A5;
  border-radius: 50%;
}

.slick-dots li.slick-active button {
  height: 8px;
  padding: 8px;
  background: #009688 ;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  opacity: 1;
}
.entry-summary {
  background: white;
  border-radius: 6px;
  padding: 25px;
}
.entry-summary  .product_title {
  display: none;
}
.entry-summary h1 {
  font-size: 30px;
}
.entry-summary .price .woocommerce-Price-amount {
  font-size: 28px;
  color: #141414;
}
.form-single input[type="tel"] {
    background-color: #EFF2F6;
    border-radius: 0px;
    color: #141414;
    border: none;
    width: 100%;
    margin-bottom: 15px;
    font-size: 16px;
    box-shadow: none;
    width: 100%;
    padding: 15px 20px;
    margin: 0;
    max-width: 300px;
}
.form-single .politik {
  font-size: 14px;
  margin-top: 15px;
}
.form-single .politik a {
  text-decoration: underline;
  color: #dc2618;
}
.product_meta {
  display: none;
}
.storefront-full-width-content.single-product div.product .summary {
  width: 55% !important;
  float: right;
  margin-right: 0;
}
.storefront-full-width-content.single-product div.product .woocommerce-product-gallery {
  width: 40% !important;
  float: left;
  margin-right: 2% !important;
  margin-bottom: 35px;
}
.manager-info {
  background: #009688;
  position: relative;
  color: white;
  padding: 15px 25px 15px 85px;
  margin: 16px -25px -25px -25px;
  border-radius: 0 0 12px 12px;

}
.manager-info strong  {
  color: white;
  font-size: 25px;
}
.manager-info p {
  margin: 0;
  padding: 0;
}
.manager-info .link-modal {
  color: #000;
  text-decoration: underline;
}
.manager-info .phone {
  display: block;
  margin: 5px 0;
  color: white;
  font-weight: 700;
  font-size: 20px;
  text-decoration: underline;
}
.manager-info-title {
  font-weight: 700;
  margin-bottom: 5px;
}
.single-product div.product p.price {
  font-size: 24px !important;
  margin: 15px 0 !important;
}
.preim {
  position: relative;
}

.woocommerce-Price-currencySymbol {
  margin-left: 0px;
}
.single-product div.product .woocommerce-product-gallery .flex-viewport {
  margin-bottom: 0 !important;
  margin-left: 100px;
}
.preim .section-title h2 {
  font-weight: 700;
  color: white;
  z-index: 2;
  position: relative;
}
.item-preim {
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.05);
  position: relative;
  background: white;
  padding: 15px;
}
.preim-image {
  position: absolute;
  left: 0;
  top: -50px;
}
.item-preim span {
  color: #E7E7E7;
  font-size: 50px;
  font-weight: 700;
  position: absolute;
  right: 15px;
  top: 5px;
}
.item-preim-title {
  font-size: 16px;
  color: #141414;
  font-weight: 700;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.item-preim p {
  width: 80%;
  color: #141414;
}
.item-preim-title:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 4px;
  background-color: #dc2618 ;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
  margin: 0;
  padding: 0;
  position: absolute;
  top: 40px;
  left: 25px;
  display: block;
}
.kama_breadcrumbs {
  font-size: 14px;
}
.content-product-page {
  background: white;
  padding: 25px 0;
  border-radius: 6px;
}


.uk-subnav>*>:first-child {
  color: #141414;
  text-transform: none;
  font-size: 16px;
  font-family: 'museosanscyrl-900', sans-serif;
  position: relative;
  padding: 10px 5px;
  font-weight: 700;
}
.uk-subnav {
  position: relative;
}
.yith-wcwl-add-button i {
  display: none;
}
.yith-wcwl-add-button a.add_to_wishlist {
  color: #dc2618 ;
  text-decoration: underline;
}
.uk-subnav:before {
  content: '';
  width: 100%;
  height: 4px;
  background: #FAF9FE;
  position: absolute;
  left: 0;
  bottom: 0;
}
.content-product-page {
  color: #141414;
}
.content-product-page ul {
  margin-left: 20px;
  margin-bottom: 15px;
}
.uk-subnav>* {
  flex: none;
  padding-left: 15px;
  position: relative;
}
.content-product-page h2,
.content-product-page .h2{
  font-size: 28px;
  color: #141414;
  margin: 20px 0;
}
.content-product-page h3,
.content-product-page .h3{
  font-size: 24px;
  color: #141414;
  margin: 20px 0;
}
.content-product-page h4,
.content-product-page .h4{
  font-size: 20px;
  color: #141414;
  margin: 20px 0;
}
.stock {
  color: #119e00;
}
.out-of-stock {
  color: red;
}
.list-att {
  width: 50%;
}
.uk-leader-fill {
  opacity: .6;
}
.list-att a {
  color: #da6724;
  text-decoration: underline;
}
.content-product-page h5,
.content-product-page .h5{
  font-size: 18px;
  color: #141414;
  margin: 20px 0;
}
.woocommerce-product-details__short-description {
  font-size: 14px;
  color: #141414;
}
.excerpt {
  margin-top: 15px;
  font-size: 15px;
  color: #141414;
}
.uk-subnav-pill>.uk-active>a:after {
  content: '';
  width: 100%;
  height: 4px;
  background: #df322d ;
  position: absolute;
  bottom: 0;
  border-radius: 6px;
  left: 0;
}
.uk-subnav-pill>.uk-active>a {
  opacity: 1;
  background: none;
  position: relative;
  color: #df322d;
  font-weight: 700;
  transition: all .3s;
}
.uk-subnav-pill>*>a:focus, .uk-subnav-pill>*>a:hover {
  background-color: transparent;
  color: #df322d ;
  opacity: 1;
  font-weight: 700;
}
.kama_breadcrumbs a {
  color: #141414;
  transition: all .3s;
  text-decoration: underline;
}
.kama_breadcrumbs a:hover {
  color: #dc2618 ;
}
.storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
  width: 100% !important;
  float: none !important;
  margin-right: 0 !important;
  margin-bottom: 5px !important;
  padding: 5px;
}
.storefront-full-width-content.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li img {
  width: 35px;
}
.info-product-page {
  color: #141414;
  font-size: 14px;
  opacity: .6;
  text-align: left;
  margin-bottom: 5px;
  display: none !important;
}
.storefront-full-width-content.single-product div.product .woocommerce-product-gallery {
  overflow: hidden;
}
.stock.in-stock, .edit-link {
  display: none;
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 35px;
  height: 35px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
}

.slick-prev {
  border-radius: 50%;
  left: -25px;
  background: url(../images/slider-arrow.svg) no-repeat center / 35px;
  z-index: 2;
  transform: rotate(180deg);
}
.slick-next {
  border-radius: 50%;
  right: -25px;
  background: url(../images/slider-arrow.svg) no-repeat center / 35px;
  z-index: 2;
}
#sb_instagram #sbi_load {
  margin-top: 25px;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
   opacity: 1;
    outline: none;
 }
.slick-next
{
  right: -25px;
}

.content-page__inner {
  background: white;
  padding: 25px;
  color: #141414;
  border-radius: 12px;
  box-shadow: 0 4px 4px rgb(0 0 0 / 5%);
  margin-bottom: 70px;
}
.item-news {
  background: white;
  border-radius: 12px;
  box-shadow: 0px 5px 25px rgb(0 0 0 / 15%);
}
.item-brand {
  text-align: center;

  transition: all .3s;
  border-radius: 12px;
  padding: 5px;
}
.item-brand img:hover {
  border: 2px solid #009688 ;
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: url(desaturate.svg#greyscale);
  filter: gray;
  -webkit-filter: grayscale(0);
}
.item-brand img {
  margin-bottom: 5px;
  border-radius: 12px;
  transition: all .3s;
  border: 2px solid rgba(0, 0, 0, 0.14);
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: url(desaturate.svg#greyscale);
  filter: gray;
  -webkit-filter: grayscale(1);
}
#sb_instagram .sbi_photo_wrap a{
  border-radius: 12px;
}
.item-brand a {
  color: #141414;
  font-size: 16px;
}
.news-content {
  padding: 15px;
}
.news-content h3 {
  font-size: 18px;
  transition: all .3s;
  font-weight: 700;
}
.link-wrap {
  text-align: right;
}
.link-wrap a {
  color: #dc2618 ;
  text-decoration: underline;
}
.news-link:hover {
  text-decoration: none;
}
.news-link:hover h3 {
  color: #dc2618 ;
}
.news-content {
  margin-top: 5px;
}
.news-all a {
  padding: 15px 35px;
  color: #dc2618;
  text-decoration: underline;
}
.news-all a:hover {
  color: #dc2618!important;
  text-decoration: none;
}
.item-news p {
  color: #777777;
  margin: 0;
}
.news-content .date {
  opacity: .6;
  color: #141414;
  display: block;
  margin-top: -15px;
  font-size: 14px;
}
.news-images {
  width: 100%;
  border-radius: 12px 12px 0 0;
  height: 250px;
}
.home-news {
  margin-bottom: 70px;
}
.news-all {
  text-align: center;
}
.news-all a {
  padding: 15px 35px;
}
.single-news {
  background: white;
  border-radius: 12px;
  padding: 25px;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 5%);
}
.single-news .news-images {
  border-radius: 12px;
}
.wrap-content {
  padding: 35px 0;
}
.content {
  color: #141414;
}
.content-header__title h1 {
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
  font-weight: 700;
}
.content-page a {
  text-decoration: underline;
  color: #df0000;
}
.storefront-product-pagination {
  display: none !important;
}
#related_posts {
  margin-bottom: 70px;
}
.news-all a:hover {
  color: white;
  text-decoration: none;
}
.wishlist-items-wrapper .price {
  font-weight: 700;
}
.pagination .nav-links a {
  color: #141414;
}
.pagination .nav-links .current {
  background: #D4612F;
  color: white;
  padding: 5px 12px;
  border-radius: 3px;
  margin-right: 5px;
}
.sidebar-menu__title {
  font-size: 18px;
  color: #141414;
  margin-bottom: 15px;
  font-family: 'museosanscyrl-900', sans-serif;
}
.sidebar-menu {
  border-radius: 12px;
  background: white;
  box-shadow: 0px 4px 4px rgb(0 0 0 / 5%);

}

.sidebar-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-menu ul li {
  display: block;
  padding: 10px 15px;
  border-bottom: 1px solid #ddd;
  transition: all  ease .3s;
}
.sidebar-menu ul li a {
  color: #141414;
  text-decoration: none;
  font-size: 16px;
  display: block;
  transition: all  ease .3s;
}
.sidebar-menu .current-menu-item {
  background: #dc2618 ;
}
.sidebar-menu ul.menu li.current-menu-item>a {
  color: white;
}
.sidebar-menu ul li:first-child {
  border-radius: 12px 12px 0 0;
}

.sidebar-menu ul li:last-child {
  border-radius: 0 0 12px 12px;
  border-bottom: 0;
}
.contact-page {
  background: white;
  padding: 25px;
  border-radius: 12px;
  position: relative;
}
.sidebar-menu ul li:hover {
  background: #dc2618 ;
}
.sidebar-menu ul li:hover a {
  color: #fff;
}

.contact-phone a {
  font-family: 'museosanscyrl-900', sans-serif;
  font-size: 24px;
  color: #141414;
}
.list-infos {
  display: flex;
  align-items: center;
  justify-content: end;
}
.elementor-widget-wp-widget-yith-wcwl-items .mini:hover .list, .widget_yith-wcwl-items .mini:hover .list {
  display: none !important;
}
.contact-social {
  display: flex;
  align-items: center;
}
.contact-social .title {
  margin-right: 15px;
  color: #141414;
  font-size: 14px;
}
.contact-social ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.rekv {
  padding-left: 0px;
  font-size: 14px;
}
.rekv p{
  margin: 5px 0;
  padding: 0;
}
.contact-social ul li {
  margin-right: 5px;
}
.maps {
  margin: 15px 0;
}
.mt35 {
  margin-top: 25px;
}


.quantity {
  position: relative;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield !important;
}
input[type="number"]:hover,
input[type="number"]:focus {
  -moz-appearance: number-input !important;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0;
}

input[type=number]
{
  -moz-appearance: textfield;
}

.quantity input {
  width: 45px;
  height: 42px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  border: 1px solid #eee;
}

.quantity input:focus {
  outline: 0;
}

.quantity-nav {
  float: left;
  position: relative;
  height: 42px;
}

.quantity-button {
  position: relative;
  cursor: pointer;
  border-left: 1px solid #eee;
  width: 20px;
  text-align: center;
  color: #333;
  font-size: 13px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: 1.7;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.hidden .quantity-nav {
  display: none;
}
.single-product div.product form.cart .quantity {
    margin-right: 50px;
}
.quantity {
  overflow: hidden;
}
.quantity-button.quantity-up {
    position: absolute;
    height: 100%;
    right: -15px;
    line-height: 44px;
    top: 0px;
    border: none;
    font-size: 21px;
}
.quantity .qty {
    width: 45px;
    text-align: center;
    height: 35px;
}
.single-product div.product form.cart {
    padding: 10px 0;
    display: flex;
    align-items: center;
}
.quantity-button.quantity-down {
    position: absolute;
    height: 100%;
    left: 25px;
    line-height: 44px;
    top: 0px;
    border: none;
    font-size: 21px;
}

/*# sourceMappingURL=main.css.map */

