body {
  text-underline-offset: 4px;
}
#carousel .extended-banner-title {
  font-family: "Cinzel", serif;
}
#header {
  position: relative;
  z-index: 1;
}
/*
.in-index:not(.sticky) #header {
  background: transparent;
}
.in-index:not(.sticky) .navigation-in > ul > li.exp > a,
.in-index:not(.sticky) .navigation-in > ul > li > a,
.in-index:not(.sticky) .navigation-buttons a {
  color: #0e223f !important;
}
.in-index .wide-carousel {
  margin-top: -80px;
}
*/


body:not(.ordering-process).sticky #header {
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  z-index: 9;
  box-shadow: 0 0 30px #17223e59;
  xborder-bottom: solid 1px #0e223f;
}
@media (min-width: 1200px) {
  .navigation-in > ul > li:last-child {
    margin-right: calc((290px - 133px) - 116px);
  }
}

[class*=" icon-"]:after,
[class^="icon-"]:after {
  display: none;
}
.navigation-in > ul > li.exp > a,
.navigation-in > ul > li > a,
[class^="icon-"],
[class*=" icon-"] {
  xxxcolor: #fff;
}
.content-wrapper {
  background-color: transparent;
}
.shp-tab-link,
.active .shp-tab-link,
.box.box-bg-variant {
  background-color: transparent;
  border-color: transparent;
}
.navigation-in ul li a b {
  font-weight: 700;
  font-family: "Cinzel", serif;
}

.navigation-buttons a[data-target="login"],
.navigation-buttons a[data-target="search"],
.navigation-buttons a[data-target="search"]:hover {
  background-color: transparent;
}
.breadcrumbs {
  background-color: #f1eceb;
  border-color: #f1eceb;
  padding: 15px;
  display: none;
}
.category-top {
  margin-top: 40px;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0e223f;
}
.products-block > div .p .image {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.products-block > div .p .image:after {
  content: "";
  background-image: url(/user/documents/upload/res/paw.png);
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 30px;
  bottom: 0px;
  z-index: 4;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
  top: unset;
}
.p-detail-inner .p-image-wrapper .p-image a img,
.p-thumbnails-wrapper .p-thumbnails .p-thumbnails-inner a {
  overflow: hidden;
  border-radius: 8px;
}

@media (min-width: 992px) {
  #header .container {
    width: 100%;
    padding: 0 20px;
  }
  .navigation-buttons,
  .navigation-buttons > a {
    border: none;
    padding-left: 0px;
  }
  .navigation-buttons a {
    width: 50px;
  }
  .navigation-in ul {
    align-items: flex-start;
    height: 80px;
  }
  .moved_logo a + a {
    display: none !important;
  }
  .moved_logo a {
    max-width: 200px;
    padding: 7px 20px !important;
    margin-top: -7px;
  }
  .moved_logo a img {
    border-radius: 0 0 16px 16px;
  }
  .navigation-in {
    background-color: transparent;
  }
}
@media (min-width: 1200px) {
  .fitted .navigation-in ul,
  .navigation-in ul {
    justify-content: center;
  }
  .navigation-in ul li.splitted {
    visibility: visible;
  }
  .menu-helper {
    display: none;
  }
  #navigation {
    margin-left: 150px;
  }
  #header .site-name {
    display: none;
  }
  .navigation-in {
    width: 100%;
  }
  #navigation {
    overflow: visible;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#header .container {
  animation: 1s fadeIn;
}
.carousel-control {
  color: #fff;
  font-size: 20px;
  opacity: 1;
  text-shadow: none;
  width: 75px;
}
.carousel-control:focus,
.carousel-control:hover {
  color: #fff;
  opacity: 1;
}
.carousel-control:before {
  border: none;
  background: linear-gradient(
    0deg,
    rgba(14, 34, 63, 1) 0%,
    rgba(0, 70, 114, 1) 100%
  );
  border-radius: 16px 0 0 16px;
}
.carousel-control.left:before {
  left: 0px;
  border-radius: 0 16px 16px 0;
}
.carousel-control.right:before {
  right: 0;
}
#carousel .extended-banner-texts {
  position: absolute;
  top: 75px;
  left: 75px;
  bottom: 75px;
  right: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.extended-banner-link,
.extended-banner-text,
.extended-banner-title {
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: unset;
  position: unset;
}
#carousel .extended-banner-title {
  color: #0e223f;
  font-weight: 800;
  font-size: 60px;
  letter-spacing: 2px;
}
#carousel .extended-banner-link,
#carousel .extended-banner-link:hover {
  height: auto;
  margin-top: 20px;
  background: rgb(14, 34, 63);
  background: linear-gradient(
    90deg,
    rgba(14, 34, 63, 1) 0%,
    rgba(0, 70, 114, 1) 50%,
    rgba(0, 131, 213, 1) 100%
  );
  color: #fff;
  padding: 15px 25px;
  font-size: 20px;
  background-size: 200% 100%;
  background-position: left;
  transition: all 0.5s ease;
}
#carousel .extended-banner-link:hover {
  background-position: right;
}

.extended-banner-link,
.btn,
a.btn {
  border-radius: 8px;
}
.banner-wrapper {
  margin: 0 !important;
  border-radius: 16px;
  overflow: hidden;
}
.next-to-carousel-banners {
  display: flex;
  gap: 20px;
  max-width: 1200px;
  margin-left: auto;
  margin-right: AUTO;
}

.next-to-carousel-banners .extended-banner-texts {
  bottom: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
.next-to-carousel-banners .extended-banner-title {
  font-size: 38px;
  font-family: "Cinzel", serif;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  max-width: 300px;
  text-align: right;
}
.next-to-carousel-banners .extended-banner-link {
  height: unset;
  margin-top: 0;
  color: #009dff;
  font-size: 20px;
}
.next-to-carousel-banners .extended-banner-link:hover {
  color: #009dff;
  text-decoration: underline;
}
.next-to-carousel-banners .extended-banner-link:after {
  content: " »";
}

.wide-carousel {
  background: #f8f8f8;
}
.products-block > div .p {
  padding: 5px;
  background: #fff;
  border: none;
  border-radius: 8px;
  transition: all 0.5s ease;
}
.products-block > div .p:hover {
  box-shadow: 0 0 30px #17223e29;
  transition: all 0.5s ease;
  z-index: 2;
}
.products-block > div .p .name {
  font-weight: 600;
  font-size: 16px;
  height: 62px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left;
}
.category-appendix {
  color: #4c7cc2;
  font-weight: 400;
  font-style: italic;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.products-block > div .p .availability {
  text-align: left;
  padding: 10px 16px;
}
.products-block > div .p .p-bottom.single-button {
  padding: 10px 16px;
}
.products-block > div .p .p-bottom.single-button .prices .price {
  display: flex;
  justify-content: center;
}
.products-block > div .p .p-bottom.single-button .prices .price strong {
  padding: 10px 30px 20px 30px;
  margin-bottom: -15px;
  border-radius: 8px 8px 0 0;
  color: #fff;
  background: rgb(14, 34, 63);
  background: linear-gradient(
    0deg,
    rgba(14, 34, 63, 1) 0%,
    rgba(0, 70, 114, 1) 100%
  );
  letter-spacing: 1px;
}
body {
  background-color: #f8f8f8;
}
.welcome h1 {
  color: #0e223f;
  font-weight: 800;
  font-size: 40px;
  letter-spacing: 2px;
  font-family: "Cinzel", serif;
  margin: 50px 0;
  text-align: center;
}
#footer {
  background-color: #fff;
  box-shadow: 0 0 30px #17223e59;
  border-color: #fff;
}
.p-param-block .social-buttons-wrapper {
  display: none;
}
@media (min-width: 1200px) {
  .navigation-in > ul > li:last-child {
    margin-right: 58px;
  }
}
.products-block > div .p .p-bottom > div .p-tools {
  padding: 0;
}
.p-variants-block,
.p-basic-info-block {
  display: none;
}

.detail-parameters tbody {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 8px;
  padding: 20px;
}
.detail-parameters tbody tr {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.one-column-body
  .p-param-block
  .detail-parameters-wrapper
  table.detail-parameters
  tbody
  tr
  th {
  width: 100%;
  padding: 7px;
  border-bottom: solid 1px #e7e7e7;
  text-align: center;
}
.detail-parameters tbody td {
  padding: 7px !important;
}
.detail-parameters tbody tr:first-child {
  display: none;
}
.p-detail-inner .p-data-wrapper {
  align-self: center;
}
.p-param-block {
  padding: 0px;
}
.p-to-cart-block {
  border-bottom: none;
  background: #fff;
  border-radius: 8px;
  padding: 20px;
  margin: 30px 0;
}
.p-detail-inner-header {
  background: #fff;
  border-radius: 8px 8px 0 0;
  padding: 20px 20px 0 20px;
}
.type-product h1 {
  margin: 0;
  padding-bottom: 20px;
}
.p-detail-inner .p-short-description {
  font-size: 100%;
  background: #fff;
  border-radius: 0 0 8px 8px;
  padding: 0px 20px 20px 20px;
}
.p-to-cart-block .add-to-cart-button.btn-conversion {
  flex: 1 1 auto;
  background: rgb(14, 34, 63);
  background: linear-gradient(
    90deg,
    rgba(14, 34, 63, 1) 0%,
    rgba(0, 70, 114, 1) 50%,
    rgba(0, 131, 213, 1) 100%
  );
  color: #fff;
  padding: 15px 25px;
  background-size: 200% 100%;
  background-position: left;
  transition: all 0.5s ease;
}
.p-to-cart-block .add-to-cart-button.btn-conversion:hover {
  transition: all 0.5s ease;
  background-position: right;
}
.product-appendix {
  font-size: 20px;
  color: #4c7cc2;
  font-weight: 400;
  font-style: italic;
  display: block;
  margin-top: 10px;
}
.quantity {
  border-radius: 8px;
}
.p-to-cart-block .add-to-cart-button.btn-conversion:before,
.wide .image360:after,
.wide .p-image:after {
  display: none;
}

.p-thumbnails-wrapper {
  background: #fff;
  border-radius: 8px;
  padding: 20px;
}
.p-image + .row {
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 10px;
}
.p-thumbnail.highlighted:before,
.p-thumbnail:hover:before,
.show360image.highlighted:before,
.show360image:hover:before {
  content: url(https://627140.myshoptet.com/user/documents/upload/res/POMNIKY_thumb_paw.svg);
  background-color: transparent;
}
.p-thumbnails-horizontal .p-thumbnail:before,
.p-thumbnails-horizontal .show360image:before {
  height: auto;
  top: 5px;
  left: 5px;
}
.p-thumbnails a {
  margin-left: 10px;
}
.flags-extra .flag {
  border-radius: 16px !important;
}
.flags-extra .flag {
  margin-left: 10px;
}
.flag.flag-discount {
  background-color: #0e223f;
}
.flag.flag-freeshipping {
  background-color: #0083d5;
}
@media (min-width: 768px) {
  .p-image-wrapper .flags-extra .flag-freeshipping .icon-van {
    font-size: 50px;
  }
}

body {
  background-position: top center;
  background-repeat: repeat !important;
  background-image: url(/user/documents/upload/res/pattern.png);
}
/*
  .products-block > div .p {
      color: #fff;
      background: rgb(14, 34, 63);
      background: linear-gradient( 0deg, rgba(14, 34, 63, 1) 0%, rgba(0, 70, 114, 1) 100% );
  }
  .products-block > div .p .name {color:#fff;}
  */
.products-block > div .p:hover {
  background: #fff;
}
.products-block > div .p {
  background: transparent;
  border: none !important;
}
.products-block > div .p .p-bottom.single-button .prices .price strong {
  margin-bottom: -20px;
  border-radius: 8px;
  color: #0e223f;
  background: #0e223f;
  background: linear-gradient(0deg, rgb(227 227 227) 0%, rgb(255 255 255) 100%);
}
.shp-tabs-holder ul.shp-tabs li a {
  border-style: solid;
  border-width: 1px;
  display: block;
  padding: 0;
  text-decoration: none;
  color: #0e223f;
  font-weight: 800;
  font-size: 40px;
  letter-spacing: 2px;
  font-family: "Cinzel", serif;
  margin: 50px 0;
  text-align: center;
}
.responsive-nav .shp-tabs-holder {
  border-bottom: none;
}

#header {
  background: rgb(14, 34, 63);
  background: linear-gradient(
    90deg,
    rgba(14, 34, 63, 1) 0%,
    rgba(0, 70, 114, 1) 100%
  );
}
.navigation-in > ul > li.exp > a,
.navigation-in > ul > li > a,
.navigation-buttons a {
  color: #fff !important;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #0e223f;
  font-weight: 800;
  letter-spacing: 2px;
  font-family: "Cinzel", serif;
}
.navigation-in > ul > li.exp > a,
.navigation-in > ul > li > a,
.navigation-buttons a {
  letter-spacing: 1px;
}
.navigation-in ul li a:hover b {
  text-decoration: underline;
  text-underline-offset: 4px;
}
@media (min-width: 1200px) {
  .columns-4 .wide .products-block > div {
    xxxwidth: 50%;
  }
  .products-block .p > a img {
    width: 100%;
  }
  .products-block > div .p {
    padding: 20px;
  }
  .products-block > div .p .p-bottom.single-button .prices .price strong {
    padding: 12px 30px;
    margin: 0;
  }
}
.products-block > div .p,
.products-block > div .p .availability,
.products-block > div .p .name {
  text-align: center;
}
.products-block > div .p .name {
  letter-spacing: 2px;
  font-family: "Cinzel", serif;
  font-size: 30px;
}
.products-block > div .p .image:after {
  bottom: 10px;
}
#footer {
  box-shadow: 0 0 30px #17223e59;
  background: rgb(14, 34, 63);
  background: linear-gradient(
    0deg,
    rgba(14, 34, 63, 1) 0%,
    rgba(0, 70, 114, 1) 100%
  );
  border: none;
  color: #fff;
}
#footer h4 {
  font-size: 20px;
  color: #fff;
  font-weight: 800;
  letter-spacing: 2px;
  font-family: "Cinzel", serif;
}
#footer a {
  color: #fff;
  text-underline-offset: 4px;
}
#footer a:hover {
  text-decoration: underline;
}
#footer ul li:before {
  border-color: #fff;
}
.footer-bottom,
.footer-newsletter {
  border-color: #0e1a34;
}
#signature a,
.footer-bottom span.copyright {
  color: #355787;
}
#footer ul li {
  padding: 5px 0;
}
@media (min-width: 1200px) {
  .custom-footer > div {
    width: 33.333%;
    padding: 30px 20px;
  }
  .custom-footer {
    display: flex;
    justify-content: center;
  }
}
.navigation-in ul li a b {
  font-weight: 400;
  font-family: var(--template-font), sans-serif;
}
.products-block > div .p .name {
    letter-spacing: 2px;
    font-family: "Cinzel", serif;
    font-size: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.siteCookies__form {
    background-color: #0e223f;
    border-radius: 0;
    box-shadow: none;
}
@media (min-width: 768px) {
.siteCookies__form {
    display: flex;
    margin: 0 auto;
    max-width: 100%;
    padding: 10px;
}
.siteCookies--bottom {
    left: 0;
    margin-left: 0;
    width: 100%;
}
.siteCookies__links {
    width: auto;
    margin: 5px 20px;
}
.siteCookies__buttonWrap {
    align-items: center;
}
.siteCookies__text {
    margin-right: 0px;
}
.siteCookies__text {
    margin-right: 0px;
    margin-bottom: 0;
}
.siteCookies__content {
    display: flex;
    align-items: center;
}
}
article {
max-width: 1200px;
    margin: auto;
}
#category-header {display:none;}

@media (min-width: 992px) {
.category-title {
    margin-top: 100px;
}
}

.category-top {
    margin-bottom: 20px;
    padding-bottom: 75px;
    background-image: url(/user/documents/upload/res/cat_divider.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: auto 75px;
}
.navigation-buttons a[data-target=navigation], .navigation-window-visible .navigation-buttons a[data-target=navigation] {
    background-color: transparent;
}
.navigation-buttons a[data-target="cart"]:hover,
.navigation-buttons a[data-target="login"]:hover,
.navigation-buttons a[data-target="search"]:hover,
.navigation-buttons a[data-target="navigation"]:hover{
    background-color: #fff;
    color: #0e223f !important;
}

@media (max-width:991px) {
#header {
    position: fixed;
}
#header {
    box-shadow: none;
}
.navigation-in {
    background: rgb(14, 34, 63);
    background: linear-gradient(0deg, rgba(14, 34, 63, 1) 0%, rgba(0, 70, 114, 1) 100%);
    display: flex;
    padding: 50px;
    flex-direction: column;
    justify-content: center;
}
}
.homepage-texts-wrapper>div {
    max-width: 100%;
    margin: 0;
}
.next-to-carousel-banners {
    padding: 0 20px;
}

@media (min-width: 579px) and (max-width: 767px) {
.next-to-carousel-banners .extended-banner-title {
    font-size: 60px;
}
.next-to-carousel-banners {
    padding: 0 10px;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.next-to-carousel-banners .extended-banner-title {
    font-size: 24px;
}
}

@media  (max-width: 991px) {
#carousel .extended-banner-texts {
    right: 75px;
    justify-content: flex-end;
}
.next-to-carousel-banners {
    margin-top: 0;
}
}
.navigation-window-visible #navigation .navigation-in > ul > li > a {color:#fff !important;}
.navigation-close {
    color: #fff;
}
@media (max-width: 767px) {
#header {
    overflow: visible;
    height: 60px;
}
#header .site-name a img {
    max-height: 76px;
}
#header .site-name a {
    border-radius: 0 0 7px 7px;
    overflow: hidden;
}
}

@media (min-width: 992px) {
.next-to-carousel-banners {
    margin-top: -75px;
    max-width: 992px;
}
.next-to-carousel-banners .extended-banner-title {
    font-size: 32px;
    max-width: 200px;
}
}
.next-to-carousel-banners > div {border: solid 3px transparent;}
.next-to-carousel-banners > div:hover {box-shadow: 0 0 50px #0e223f87;
    border: solid 3px #fff;
}
.tab-pane .products-block {
    margin: 0;
}
.homepage-texts-wrapper>div {
    overflow-x: hidden;
    max-width: 100%;
    margin: 0;
}
.in-index.columns-3 .products-block>div, .in-index.columns-4 .products-block>div {
    width: 100% !important;
    padding: 0;
}
.slick-dots {
display: flex;
    width: 100%;
    padding: 20px;
    justify-content: center;
    list-style-type: none;
}
.slick-dots  button {
appearance: none;
    background: #dedede;
    border: none;
    height: 3px;
    width: 25px;
    font-size: 0;
    margin: 3px 5px;
}
.slick-dots .slick-active button {background:#17233f;}
.homepage-tabs-wrapper {margin: 50px 0;}
.owl-one .item {
    margin: 20px;}
.products-block .flag.flag-discount {
    width: 80px;
}
.content-window-in {
    background-color: #f8f8f8;
    background-position: top center;
    background-repeat: repeat !important;
    background-image: url("/user/documents/upload/res/pattern.png");
}
ol.cart-header li.active a span, ol.cart-header li.active strong span, ol.cart-header li a span, ol.cart-header li strong span {
    background: #fff;
    border: none;
    color: #0e223f;
    visibility: visible;
    border-radius: 8px;
}
ol.cart-header li.active a span, ol.cart-header li.active strong span {
    background: rgb(14, 34, 63);
    background: linear-gradient(90deg, rgba(14, 34, 63, 1) 0%, rgba(0, 70, 114, 1) 50%, rgba(0, 131, 213, 1) 100%);
    color: #fff;
}
.btn.btn-cart, .btn.btn-conversion, a.btn.btn-cart, a.btn.btn-conversion {
  height: auto;
  margin-top: 20px;
  background: rgb(14, 34, 63);
  background: linear-gradient(
    90deg,
    rgba(14, 34, 63, 1) 0%,
    rgba(0, 70, 114, 1) 50%,
    rgba(0, 131, 213, 1) 100%
  );
  color: #fff;
  padding: 15px 25px;
  font-size: 20px;
  background-size: 200% 100%;
  background-position: left;
  transition: all 0.5s ease;
}
.btn.btn-cart:hover, .btn.btn-conversion:hover, a.btn.btn-cart:hover, a.btn.btn-conversion:hover {
  background-position: right;
}
@media (min-width: 768px) {
.ordering-process .content-wrapper {
    padding-top: 75px;
}
}
.co-box {
    border-radius: 8px;
}
.for-free {
    color: #009c00 !important;
}
.p-detail .add-to-cart .quantity {
    align-self: center;
}
.p-to-cart-block .add-to-cart-button.btn-conversion {
    margin-top: 0;
}
.benefitBanner__title {
    font-size: 20px;
    color: #bb8a17;
    font-family: "Cinzel", serif;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.2;
}
.benefitBanner__item:nth-child(3) .benefitBanner__title {
    display: block;
    max-width: 160px;
}
.benefitBanner__data {
    font-weight: 300;
}
.benefitBanner {
    margin: 40px auto;
}
@media (max-width: 991px) {
#header .site-name a img {
    max-height: 80px;
    margin-bottom: -20px;
    border-radius: 0 0 10px 10px;
}
}
@media (max-width: 767px) {
#header .site-name a img {
    max-height: 80px;
    margin-bottom: 0;
    border-radius: 0 0 10px 10px;
}
.navigation-buttons a {
    font-size: 20px;
    height: 60px;
    line-height: 56px;
    width: 60px;
}
}
.navigation-buttons>a[data-target=cart] i {
    background-color: #bb8a17;
}
@media  (max-width: 767px) {
#carousel .extended-banner-texts {
    left:20px;
    right: 20px;
    bottom:20px;
    justify-content: flex-end;
}
#carousel .extended-banner-title {
    font-size: 38px;
    line-height: 1;
}
}