/*//////// DESCTOP NAV ////////*/
/*/////////////////////////////*/

* {
  text-decoration: none !important;
  outline: none !important;
}

h1,
h2,
h3,
h4,
h5,
p {
  color: #522a6c;
}

.matter-primary {
  --matter-theme-rgb: var(--matter-primary-rgb, 82, 42, 108);
  --matter-ontheme-rgb: var(--matter-onprimary-rgb, 255, 255, 255);
}

.matter-checkbox {
  font-family: "SKODA Next";
  font-size: 14.4px;
  line-height: 1.8 !important;
}

.matter-checkbox > input {
  margin: 3px 1px !important;
  border-color: rgba(var(--matter-onsurface-rgb, 82, 42, 108), 1);
}

.matter-radio {
  font-family: "SKODA Next";
  font-size: 14.4px;
  line-height: 1.8 !important;
}

.matter-radio > input {
  margin: 2px 0 !important;
  border-color: rgba(var(--matter-onsurface-rgb, 82, 42, 108), 1);
}

.matter-radio > input + span {
  color: #522a6c !important;
}

.matter-checkbox > input + span {
  color: #522a6c !important;
}

.shake-catalog {
  -webkit-animation: shake-cat 0.5s ease-in-out;
  animation: shake-cat 0.5s ease-in-out;
}

@-webkit-keyframes shake-cat {
  0% {
    -webkit-transform: translateX(0);
  }

  20% {
    -webkit-transform: translateX(-10px);
  }

  40% {
    -webkit-transform: translateX(10px);
  }

  60% {
    -webkit-transform: translateX(-10px);
  }

  80% {
    -webkit-transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
  }
}
@keyframes shake-cat {
  0% {
    transform: translateX(0);
  }

  20% {
    transform: translateX(-10px);
  }

  40% {
    transform: translateX(10px);
  }

  60% {
    transform: translateX(-10px);
  }

  80% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(0);
  }
}

.cookie-notice-container {
  font-family: "SKODA Next";
  font-weight: 400;
}

.custom-yagidka-cookie-btn {
  color: #522a6c !important;
  font-weight: 400;
  border: 2px solid #522a6c !important;
  border-radius: 5px;
  transition: 0.3s;
  background: transparent !important;
  font-family: "SKODA Next";
  padding: 0 5px;
}

.custom-yagidka-cookie-btn:hover {
  background: #522a6c !important;
  color: #fff !important;
}

.tg-scroll-to-top {
  border-radius: 50%;
  border: 2px solid #522a6c;
}

.content-area {
  margin-top: 30px;
}

.tg-page-content__title {
  display: none;
}

.tg-page-header.tg-page-header--both-left .tg-container--flex {
  display: none;
  padding: 0 !important;
}

.tg-page-header {
  padding: 0 !important;
}

.site-content {
  margin-top: 70px;
  margin-bottom: 0px;
}

.tg-site-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.yagidka-custom-tg-container {
  padding: 0 30px;
  margin: 0;
  max-width: 100% !important;
  height: 70px;
}

.yagidka-custom-logo {
  max-width: 170px !important;
}

.tg-site-header-bottom {
  padding-top: 0px;
  padding-bottom: 0px;
}

.yagidka-catalog {
  cursor: pointer;
}

.tg-primary-menu > div ul li.menu-item-has-children > a::after,
.tg-primary-menu > div ul li.page_item_has_children > a::after {
  position: relative;
  top: 2px;
}

.tg-primary-menu > div > ul > li {
  padding: 21px 10px;
  margin: 0;
  transition: 0.3s;
  max-height: 70px;
}

.tg-primary-menu > div ul li.tg-menu-item-search {
  cursor: default;
  padding: 0;
}

.tg-primary-menu > div ul li.tg-menu-item-search a i {
  height: 70px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tg-primary-menu > div ul li.tg-menu-item-search:hover a {
  cursor: pointer;
}

.tg-primary-menu > div > ul > li > a {
  transition: 0.3s;
}

.tg-primary-menu > div > ul > li:hover {
  background-color: #fff;
}

.tg-primary-menu > div > ul > li:hover a {
  color: #522a6c !important;
}

.tg-primary-menu > div ul li ul {
  width: 330px;
  background-color: #fff;
  border: 2px solid #522a6c;
  left: -2px;
  border-radius: 0 0 10px 10px;
  border-top: none;
  display: block;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.3s linear;
}

.tg-primary-menu > div ul li.menu-item-has-children:hover > ul,
.tg-primary-menu > div ul li.page_item_has_children:hover > ul {
  visibility: visible;
  opacity: 1;
  overflow: hidden;
}

.tg-primary-menu > div ul li .sub-menu li {
  transition: 0.3s;
}

.tg-primary-menu > div ul li .sub-menu li:last-child {
  border-radius: 0 0 5px 5px;
}

.tg-primary-menu > div ul li .sub-menu li:hover a {
  margin-left: 10px;
}

.tg-primary-menu > div ul li .sub-menu li a {
  color: #522a6c !important;
  transition: 0.3s;
}

/* .tg-primary-menu > div ul li .sub-menu li:hover a {
	color: #fff !important;
} */

.tg-primary-menu > div ul li.tg-menu-item-search .search-form {
  top: 70px;
  right: -2px;
  display: flex;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s, opacity 0.3s linear;
}

.tg-primary-menu > div ul li.tg-menu-item-search.show-search .search-form {
  visibility: visible;
  opacity: 1;
}

.search-field {
  width: 200px !important;
  border: 2px solid #522a6c !important;
  border-radius: 0 0 10px 10px !important;
  border-top: none !important;
  background-color: #fff !important;
}

._mi._before._image {
  max-width: 30px;
  object-fit: cover;
  padding: 0;
}

.menu-image {
  max-width: 50px !important;
}

.yagidka-call-back {
  border: 2px solid #ffffff;
  border-radius: 10px;
  padding: 6px 10px !important;
  margin: 0 10px !important;
  order: 1;
}

.tg-primary-menu > div > ul > li.tg-menu-item-cart {
  display: none;
}

.tg-menu-item-cart .cart-page-link {
  display: none;
}
.tg-menu-item-cart .cart-page-link .count {
  display: none;
}

.menu-item-type-woofc a span i,
.menu-item-type-woofc a span .woofc-menu-item-inner-subtotal {
  font-size: 17px !important;
}

.woofc-count.woofc-count-top-right {
  display: none;
}
/*/////////////////////////////*/
/*//////// DESCTOP NAV ////////*/

/*//////// MOBILE NAV ////////*/
/*////////////////////////////*/
.tg-mobile-navigation .menu-header-menu-container .menu {
  display: flex;
  flex-direction: column;
}

.tg-mobile-navigation .tg-mobile-navigation-close {
  right: 2px;
}

.tg-header-action-list .tg-header-action__item.tg-mobile-toggle i {
  color: #fff;
  cursor: pointer;
}

.tg-mobile-navigation {
  overflow-y: auto;
  background: #fff;
  padding: 50px 0px 0px;
  z-index: 99999998 !important;
}

.tg-mobile-navigation li {
  transition: 0.3s;
}

.tg-mobile-navigation li:hover {
  background: #522a6c;
}

.sub-menu .catalog-item:hover {
  background: transparent;
}

.sub-menu .catalog-item:hover a {
  color: #522a6c !important;
  margin-left: 10px;
}

.tg-mobile-navigation li.page_item_has_children.submenu--show > ul,
.tg-mobile-navigation li.menu-item-has-children.submenu--show > ul {
  overflow-y: auto;
}

.tg-mobile-navigation li.page_item_has_children .tg-submenu-toggle,
.tg-mobile-navigation li.menu-item-has-children .tg-submenu-toggle {
  color: #522a6c;
}

.tg-mobile-navigation li.page_item_has_children ul,
.tg-mobile-navigation li.menu-item-has-children ul {
  padding-left: 0;
}

.tg-mobile-navigation a {
  color: #522a6c;
  padding: 15px;
  transition: 0.3s;
}

.tg-mobile-navigation li:hover a {
  color: #fff !important;
}

.tg-submenu-toggle {
  padding: 15px !important;
}

.tg-mobile-navigation li:hover .tg-submenu-toggle {
  color: #fff;
}

.tg-mobile-navigation li.page_item_has_children.submenu--show > ul,
.tg-mobile-navigation li.menu-item-has-children.submenu--show > ul {
  max-height: 600px;
  background: #fff;
}

.tg-mobile-navigation li:hover .sub-menu li a {
  color: #522a6c !important;
}

.woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .qib-container .minus.qib-button,
.woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .qib-container .plus.qib-button {
  display: none !important;
}

.woofc-item-inner .woofc-item-qty .woofc-item-qty-inner .qib-container .quantity input {
  height: 30px !important;
  width: 30px !important;
  line-height: 30px !important;
  border: 0 2px !important;
  outline: none !important;
  font-size: 12px !important;
  color: #522a6c !important;
  background-color: #f9f3fc !important;
  border: solid #522a6c !important;
}

.tg-mobile-navigation .menu-item-type-woofc {
  margin: 0 15px;
  border: 2px solid #522a6c;
  border-radius: 10px;
}

.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner {
  border-radius: 10px;
}

.woofc-area.woofc-style-01
  .woofc-area-mid
  .woofc-item
  .woofc-item-inner
  .woofc-item-info
  .woofc-item-title
  a {
  color: #522a6c;
}

.woofc-item-qty-minus {
  line-height: 27px !important;
  color: #522a6c !important;
  background-color: #f9f3fc !important;
  border-radius: 10px 0 0 10px !important;
  border: 2px solid #522a6c !important;
  border-right: none !important;
}

.woofc-item-qty-plus {
  line-height: 27px !important;
  color: #522a6c !important;
  background-color: #f9f3fc !important;
  border-radius: 0 10px 10px 0 !important;
  border: 2px solid #522a6c !important;
  border-left: none !important;
}

.woofc-item-qty-minus:hover,
.woofc-item-qty-plus:hover {
  color: #fff !important;
  background-color: #522a6c !important;
}

.woofc-area.woofc-style-01 .woofc-area-mid .woofc-item .woofc-item-inner .woofc-item-thumb img {
  border-radius: 50% !important;
}

.woofc-area.woofc-style-01 .woofc-area-bot .woofc-action .woofc-action-inner > div a {
  color: #fff !important;
  border-radius: 10px;
  background: transparent;
  height: 44px;
  line-height: 40px;
}

.woofc-area.woofc-style-01 .woofc-area-bot .woofc-action .woofc-action-inner > div a:hover {
  color: #522a6c !important;
  border-radius: 10px;
  background: #fff;
}

.woofc-area.woofc-style-01 .woofc-area-bot .woofc-continue {
  margin-right: 20px;
  margin-left: 20px;
  border: 2px solid #fff;
  border-radius: 10px;
  padding: 9.5px 0;
  background-color: transparent;
  transition: 0.3s;
}

.woofc-area.woofc-style-01 .woofc-area-bot .woofc-continue:hover {
  background-color: #fff;
}

.woofc-area.woofc-style-01 .woofc-area-bot .woofc-continue span {
  border-bottom: none;
  font-weight: 700;
  color: #fff;
  background-color: transparent;
  transition: 0.3s;
  opacity: 1 !important;
}

.woofc-area.woofc-style-01 .woofc-area-bot .woofc-continue:hover span {
  color: #522a6c;
}

@media screen and (max-width: 1200px) {
  .yagidka-call-back {
    border: 2px solid #522a6c;
    margin: 15px 15px !important;
    padding: 0 !important;
    order: 2;
  }

  .yagidka-call-back a {
    padding: 7.5px 15px;
    text-align: center;
  }

  .search-field {
    width: 100% !important;
    padding: 9.5px 15px !important;
    border: 2px solid #522a6c !important;
    border-radius: 10px !important;
  }

  .tg-mobile-navigation li.tg-menu-item-search {
    padding: 0.5em 15px;
  }

  .tg-mobile-navigation .tg-menu-item-search:hover {
    background: #fff;
  }

  .woofc-count {
    height: 70px;
    box-shadow: none;
    -webkit-box-shadow: none;
    background-color: #522a6c;
  }

  .woofc-count i {
    color: #fff;
  }

  .woofc-count.woofc-count-top-right {
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 80px;
  }

  .woofc-count span {
    position: absolute;
    top: 8px;
    right: 5px;
    height: 20px;
    width: 20px;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    background: #e94b35;
    color: #fff;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
  }

  .woofc-count.woofc-count-top-right:hover {
    top: 0;
  }

  .tg-mobile-navigation .menu-item-type-woofc a {
    text-align: center;
    padding: 5px 15px;
    position: relative;
  }

  .woofc-menu-item .woofc-menu-item-inner:after {
    top: 0px;
    left: -20px;
  }
}

@media screen and (max-width: 480px) {
  .tg-mobile-navigation {
    width: calc(100% - 50px);
  }
}
/*////////////////////////////*/
/*//////// MOBILE NAV ////////*/
