.image-wrapper{
                padding-bottom:100%;
            }.v5-petboutiq {
  --custom-border-radius: 30px; }
  .v5-petboutiq body.drawer-animated.drawer-right-active {
    transform: translate3d(-290px, 0, 0); }
  .v5-petboutiq body.drawer-animated.drawer-left-active {
    transform: translate3d(290px, 0, 0); }
.v5-petboutiq [dir="rtl"] body.drawer-animated.drawer-right-active {
  transform: translate3d(290px, 0, 0); }
.v5-petboutiq [dir="rtl"] body.drawer-animated.drawer-left-active {
  transform: translate3d(-290px, 0, 0); }
.v5-petboutiq .drawer-wrapper {
  background-color: var(--bg-white);
  width: 290px;
  z-index: 81; }
  .v5-petboutiq .drawer-wrapper[data-position="left"]:not([data-display="push"]) {
    box-shadow: 4px 0 4px 0 rgba(0, 0, 0, 0.06); }
  .v5-petboutiq .drawer-wrapper[data-position="left"][data-display="push"] {
    box-shadow: inset -4px 0 4px 0 rgba(0, 0, 0, 0.06); }
  .v5-petboutiq .drawer-wrapper[data-position="right"]:not([data-display="push"]) {
    box-shadow: -4px 0 4px 0 rgba(0, 0, 0, 0.06); }
  .v5-petboutiq .drawer-wrapper[data-position="right"][data-display="push"] {
    box-shadow: inset 4px 0 4px 0 rgba(0, 0, 0, 0.06); }
  .v5-petboutiq .drawer-wrapper:not([data-position="right"]) {
    left: -290px; }
  .v5-petboutiq .drawer-wrapper[data-position="right"] {
    right: -290px; }
  .v5-petboutiq .drawer-wrapper .drawer-title {
    display: flex !important;
    padding: 15px;
    margin-bottom: 15px;
    position: relative; }
    .v5-petboutiq .drawer-wrapper .drawer-title i {
      color: var(--text-primary);
      font-size: 38px;
      line-height: 1; }
    .v5-petboutiq .drawer-wrapper .drawer-title span {
      color: var(--text-body);
      font-size: 21px;
      font-weight: bold;
      line-height: 24px;
      display: block; }
  .v5-petboutiq .drawer-wrapper .drawer-body {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
    overflow-x: hidden; }
.v5-petboutiq [dir="rtl"] .drawer-wrapper[data-position="left"]:not([data-display="push"]) {
  box-shadow: -4px 0 4px 0 rgba(0, 0, 0, 0.06); }
.v5-petboutiq [dir="rtl"] .drawer-wrapper[data-position="left"][data-display="push"] {
  box-shadow: inset 4px 0 4px 0 rgba(0, 0, 0, 0.06); }
.v5-petboutiq [dir="rtl"] .drawer-wrapper[data-position="right"]:not([data-display="push"]) {
  box-shadow: 4px 0 4px 0 rgba(0, 0, 0, 0.06); }
.v5-petboutiq [dir="rtl"] .drawer-wrapper[data-position="right"][data-display="push"] {
  box-shadow: inset -4px 0 4px 0 rgba(0, 0, 0, 0.06); }
.v5-petboutiq [dir="rtl"] .drawer-wrapper:not([data-position="right"]) {
  left: auto;
  right: -290px; }
.v5-petboutiq [dir="rtl"] .drawer-wrapper[data-position="right"] {
  right: auto;
  left: -290px; }
.v5-petboutiq .drawer-overlay {
  background-color: rgba(0, 0, 0, 0.5); }
@media (min-width: 768px) {
  .v5-petboutiq .drawer-overlay {
    background-color: transparent; }
    .v5-petboutiq .drawer-wrapper .drawer-title {
      text-align: center;
      padding-top: 0;
      padding-bottom: 0;
      margin-bottom: 20px;
      display: block !important; }
      .v5-petboutiq .drawer-wrapper .drawer-title span {
        padding-top: 20px;
        padding-bottom: 30px;
        border-bottom: 1px solid var(--border-light); }
    .v5-petboutiq .drawer-wrapper .drawer-close {
      color: #979797;
      font-size: 22px;
      line-height: 1;
      padding: 18px;
      width: fit-content;
      max-width: 100%;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      cursor: pointer; }
      .v5-petboutiq .drawer-wrapper .drawer-close:hover {
        transform: rotate(90deg); } }
@media (max-width: 767px) {
  .v5-petboutiq .drawer-wrapper.closable-active {
    padding-bottom: 60px; }
    .v5-petboutiq .drawer-wrapper.closable-active .drawer-close {
      background-color: var(--bg-light);
      width: 290px;
      height: 60px;
      display: flex !important;
      align-items: center;
      justify-content: center;
      position: fixed;
      bottom: 0;
      z-index: 2; }
      [data-position="left"] .v5-petboutiq .drawer-wrapper.closable-active .drawer-close {
        left: 0; }
      [data-position="right"] .v5-petboutiq .drawer-wrapper.closable-active .drawer-close {
        right: 0; }
      .v5-petboutiq .drawer-wrapper.closable-active .drawer-close span {
        color: var(--text-body);
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        padding-right: 10px; }
      .v5-petboutiq .drawer-wrapper.closable-active .drawer-close i {
        font-size: 20px; }
  .v5-petboutiq .drawer-wrapper .drawer-title {
    display: flex !important;
    align-items: center; }
    .v5-petboutiq .drawer-wrapper .drawer-title i {
      margin-right: 8px; }
    .v5-petboutiq .drawer-wrapper .drawer-title::after {
      content: '';
      background-color: var(--border-light);
      height: 1px;
      display: block;
      position: absolute;
      top: 100%;
      left: 15px;
      right: 15px; }
  [data-position="left"] .v5-petboutiq [dir="rtl"] .drawer-wrapper.closable-active .drawer-close {
    left: auto;
    right: 0; }
  [data-position="right"] .v5-petboutiq [dir="rtl"] .drawer-wrapper.closable-active .drawer-close {
    right: auto;
    left: 0; }
  .v5-petboutiq [dir="rtl"] .drawer-wrapper.closable-active .drawer-close span {
    padding-right: 0;
    padding-left: 10px; }
  .v5-petboutiq [dir="rtl"] .drawer-wrapper .drawer-title i {
    margin-right: 0;
    margin-left: 8px; } }
.v5-petboutiq .block-title {
  color: var(--text-heading);
  font-size: 16px;
  font-weight: bold;
  position: relative; }
  .v5-petboutiq .block-title:not(.no-line) {
    padding-bottom: 10px; }
    .v5-petboutiq .block-title:not(.no-line)::before, .v5-petboutiq .block-title:not(.no-line)::after {
      content: '';
      position: absolute;
      bottom: 0; }
  .v5-petboutiq .block-title:not(.no-line)::before {
    left: 0;
    width: 30px;
    height: 2px;
    background-color: var(--bg-primary); }
  .v5-petboutiq .block-title:not(.no-line)::after {
    left: 32px;
    width: 6px;
    height: 2px;
    background-color: var(--bg-primary); }
.v5-petboutiq [dir="rtl"] .block-title:not(.no-line)::before {
  left: auto;
  right: 0; }
.v5-petboutiq [dir="rtl"] .block-title:not(.no-line)::after {
  left: auto;
  right: 32px; }
@media (min-width: 768px) {
  .v5-petboutiq .block-title {
    font-size: 21px; } }
.v5-petboutiq .swiper-pagination {
  width: 100%;
  text-align: center;
  padding: 8px 15px; }
  .v5-petboutiq .swiper-pagination .swiper-pagination-bullet {
    background-color: #d8d8d8;
    width: 10px;
    height: 10px;
    margin-left: 2px;
    margin-right: 2px;
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%; }
  .v5-petboutiq .swiper-pagination .swiper-pagination-bullet-active {
    background-color: var(--border-primary); }
  .v5-petboutiq .swiper-pagination.swiper-pagination-progressbar {
    padding: 0;
    min-height: auto;
    background: var(--bg-light); }
    .v5-petboutiq .swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
      background: var(--bg-primary); }
  .v5-petboutiq .swiper-pagination.swiper-pagination-custom .swiper-pagination-customs {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 100%;
    margin-left: 2px;
    margin-right: 2px;
    display: inline-block;
    vertical-align: middle;
    background-color: var(--bg-light);
    color: var(--text-body);
    font-size: 10px; }
  .v5-petboutiq .swiper-pagination.swiper-pagination-custom .swiper-pagination-customs-active {
    background-color: var(--bg-primary);
    color: var(--text-white); }
  .v5-petboutiq .swiper-pagination * {
    outline: 0; }
@media (min-width: 768px) {
  .v5-petboutiq .swiper-pagination:not(.bottom) {
    position: absolute;
    left: 0;
    bottom: 15px;
    z-index: 2; }
  .v5-petboutiq [dir="rtl"] .swiper-pagination:not(.bottom) {
    left: auto;
    right: 0; } }
.v5-petboutiq .swiper-button-prev, .v5-petboutiq .swiper-button-next {
  background-color: var(--bg-white);
  font-size: 22px;
  width: 38px;
  height: 38px;
  border-radius: 100%;
  top: 50%;
  transform: translateY(-50%);
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.24);
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .v5-petboutiq .swiper-button-prev:hover, .v5-petboutiq .swiper-button-next:hover {
    box-shadow: none; }
  .v5-petboutiq .swiper-button-prev.swiper-button-disabled, .v5-petboutiq .swiper-button-next.swiper-button-disabled {
    opacity: 0.35; }
.v5-petboutiq .swiper-button-prev {
  left: 0; }
  .v5-petboutiq .swiper-button-prev.inside {
    left: 18px; }
  .v5-petboutiq .swiper-button-prev.outside {
    left: -18px; }
.v5-petboutiq .swiper-button-next {
  right: 0; }
  .v5-petboutiq .swiper-button-next.inside {
    right: 18px; }
  .v5-petboutiq .swiper-button-next.outside {
    right: -18px; }
@media (max-width: 1230px) {
  .v5-petboutiq .swiper-button-prev.outside > i {
    margin-right: -10px; }
  .v5-petboutiq .swiper-button-next.outside i {
    margin-left: -10px; }
  .v5-petboutiq .slider-block-wrapper {
    overflow: hidden; } }
.v5-petboutiq .noUi-target {
  background-color: var(--bg-white);
  height: 7px;
  margin-top: 25px;
  border-radius: 4px;
  border: solid 1px var(--border-light); }
  .v5-petboutiq .noUi-target .noUi-base {
    width: calc(100% - 22px); }
  .v5-petboutiq .noUi-target .noUi-origin {
    background: var(--bg-white);
    height: 100%; }
  .v5-petboutiq .noUi-target .noUi-connect {
    background-color: var(--bg-primary); }
  .v5-petboutiq .noUi-target .noUi-handle {
    background-color: var(--bg-white);
    width: 22px;
    height: 22px;
    border: solid 1px var(--text-body);
    border-radius: 100%;
    top: 50%;
    margin-top: -11px;
    outline: 0 !important;
    box-shadow: none !important;
    cursor: pointer; }
.v5-petboutiq .pagination {
  display: flex !important;
  align-items: center;
  justify-content: center; }
  .v5-petboutiq .pagination a, .v5-petboutiq .pagination span {
    background-color: var(--bg-white);
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    min-width: 28px;
    height: 28px;
    padding: 6px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: 4px; }
    .v5-petboutiq .pagination a i, .v5-petboutiq .pagination span i {
      font-size: 18px; }
  .v5-petboutiq .pagination a {
    color: var(--text-body); }
    .v5-petboutiq .pagination a.passive {
      pointer-events: none;
      cursor: not-allowed;
      opacity: 0.7; }
  .v5-petboutiq .pagination a:hover, .v5-petboutiq .pagination span {
    color: var(--text-primary);
    box-shadow: 0px 0px 0px 1px var(--text-primary); }
  .v5-petboutiq .pagination > *:not(:first-child) {
    margin-left: 5px; }
  .v5-petboutiq .pagination > *:not(:last-child) {
    margin-right: 5px; }
.v5-petboutiq .form-search input[type="search"] {
  padding-right: 80px;
  padding-left: 35px; }
.v5-petboutiq .form-search button[type="submit"] {
  position: absolute;
  height: 100%;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 2;
  font-size: 12px;
  border-radius: 0 var(--custom-border-radius) var(--custom-border-radius) 0; }
.v5-petboutiq .form-search .search-icon {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
  width: 35px;
  height: 18px;
  line-height: 18px; }
.v5-petboutiq [dir="rtl"] .form-search input[type="search"] {
  padding-left: 80px;
  padding-right: 35px; }
.v5-petboutiq [dir="rtl"] .form-search button[type="submit"] {
  right: auto;
  left: 5px; }
.v5-petboutiq [dir="rtl"] .form-search .search-icon {
  left: auto;
  right: 0; }
.v5-petboutiq .btn:not(.no-radius), .v5-petboutiq .form-control:not(textarea) {
  border-radius: var(--custom-border-radius); }
.v5-petboutiq .form-control, .v5-petboutiq .form-control.btn {
  height: 40px; }
.v5-petboutiq .form-control.form-control-md, .v5-petboutiq .form-control-md.form-control.btn {
  height: 44px; }
.v5-petboutiq .form-control.form-control-lg, .v5-petboutiq .form-control-lg.form-control.btn {
  height: 50px; }
html:not([dir="rtl"]) .v5-petboutiq .input-group .input-group-prepend {
  border-top-left-radius: var(--custom-border-radius);
  border-bottom-left-radius: var(--custom-border-radius); }
.v5-petboutiq [dir="rtl"] .input-group .input-group-prepend {
  border-top-right-radius: var(--custom-border-radius);
  border-bottom-right-radius: var(--custom-border-radius); }
html:not([dir="rtl"]) .v5-petboutiq .input-group .input-group-append {
  border-top-right-radius: var(--custom-border-radius);
  border-bottom-right-radius: var(--custom-border-radius); }
.v5-petboutiq [dir="rtl"] .input-group .input-group-append {
  border-top-left-radius: var(--custom-border-radius);
  border-bottom-left-radius: var(--custom-border-radius); }
  .v5-petboutiq input[type="checkbox"].form-control + label > .input-checkbox, .v5-petboutiq input[type="radio"].form-control + label > .input-checkbox {
    border-radius: 4px; }

@font-face {
  font-family: 'basic-icon';
  src: url('/theme/v5-basic/assets/fonts/basic-icon.woff2?v=1') format('woff2'), url('/theme/v5-basic/assets/fonts/basic-icon.woff?v=1') format('woff');
  font-weight: normal;
  font-style: normal; }
.v5-basic .ti-arrow-left::before, .v5-basic .ti-arrow-right::before, .v5-basic .ti-heart-o::before, .v5-basic .ti-basket-outline::before, .v5-basic .ti-user::before, .v5-basic .ti-gift::before, .v5-basic .ti-database::before, .v5-basic .ti-location::before, .v5-basic .ti-bell::before, .v5-basic .ti-heart::before, .v5-basic .ti-dollar::before, .v5-basic .ti-bell-o::before, .v5-basic .ti-chat-alt::before, .v5-basic .ti-power-off::before, .v5-basic .ti-credit-card-alt::before, .v5-basic .ti-clipboard::before, .v5-basic .ti-user-delete::before, .v5-basic .ti-recommend::before, .v5-basic .ti-play::before, .v5-basic .ti-calendar::before, .v5-basic .ti-share::before {
  font-family: 'basic-icon';
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
.v5-basic .ti-arrow-left::before {
  content: '\b800'; }
.v5-basic .ti-arrow-right::before {
  content: '\b801'; }
.v5-basic .ti-heart-o::before {
  content: '\b802'; }
.v5-basic .ti-basket-outline::before {
  content: '\b803'; }
.v5-basic .ti-user::before {
  content: '\b804'; }
.v5-basic .ti-gift::before {
  content: '\b805'; }
.v5-basic .ti-database::before {
  content: '\b807'; }
.v5-basic .ti-location::before {
  content: '\b808'; }
.v5-basic .ti-bell::before {
  content: '\b809'; }
.v5-basic .ti-heart::before {
  content: '\b80a'; }
.v5-basic .ti-dollar::before {
  content: '\b80b'; }
.v5-basic .ti-bell-o::before {
  content: '\b80c'; }
.v5-basic .ti-chat-alt::before {
  content: '\b80d'; }
.v5-basic .ti-power-off::before {
  content: '\b80e'; }
.v5-basic .ti-credit-card-alt::before {
  content: '\b80f'; }
.v5-basic .ti-clipboard::before {
  content: '\b810'; }
.v5-basic .ti-user-delete::before {
  content: '\b811'; }
.v5-basic .ti-recommend::before {
  content: '\b812'; }
.v5-basic .ti-play::before {
  content: '\b813'; }
.v5-basic .ti-calendar::before {
  content: '\b814'; }
.v5-basic .ti-share::before {
  content: '\b815'; }
  .v5-basic body.drawer-animated.drawer-right-active {
    transform: translate3d(-290px, 0, 0); }
  .v5-basic body.drawer-animated.drawer-left-active {
    transform: translate3d(290px, 0, 0); }
.v5-basic [dir="rtl"] body.drawer-animated.drawer-right-active {
  transform: translate3d(290px, 0, 0); }
.v5-basic [dir="rtl"] body.drawer-animated.drawer-left-active {
  transform: translate3d(-290px, 0, 0); }
.v5-basic .drawer-wrapper {
  background-color: var(--bg-white);
  width: 290px;
  z-index: 81; }
  .v5-basic .drawer-wrapper[data-position="left"]:not([data-display="push"]) {
    box-shadow: 4px 0 4px 0 rgba(0, 0, 0, 0.06); }
  .v5-basic .drawer-wrapper[data-position="left"][data-display="push"] {
    box-shadow: inset -4px 0 4px 0 rgba(0, 0, 0, 0.06); }
  .v5-basic .drawer-wrapper[data-position="right"]:not([data-display="push"]) {
    box-shadow: -4px 0 4px 0 rgba(0, 0, 0, 0.06); }
  .v5-basic .drawer-wrapper[data-position="right"][data-display="push"] {
    box-shadow: inset 4px 0 4px 0 rgba(0, 0, 0, 0.06); }
  .v5-basic .drawer-wrapper:not([data-position="right"]) {
    left: -290px; }
  .v5-basic .drawer-wrapper[data-position="right"] {
    right: -290px; }
  .v5-basic .drawer-wrapper .drawer-title {
    display: flex !important;
    padding: 15px;
    margin-bottom: 15px;
    position: relative; }
    .v5-basic .drawer-wrapper .drawer-title i {
      color: var(--text-primary);
      font-size: 38px;
      line-height: 1; }
    .v5-basic .drawer-wrapper .drawer-title span {
      color: var(--text-body);
      font-size: 21px;
      font-weight: bold;
      line-height: 24px;
      display: block; }
  .v5-basic .drawer-wrapper .drawer-body {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 50px;
    overflow-x: hidden; }
.v5-basic [dir="rtl"] .drawer-wrapper[data-position="left"]:not([data-display="push"]) {
  box-shadow: -4px 0 4px 0 rgba(0, 0, 0, 0.06); }
.v5-basic [dir="rtl"] .drawer-wrapper[data-position="left"][data-display="push"] {
  box-shadow: inset 4px 0 4px 0 rgba(0, 0, 0, 0.06); }
.v5-basic [dir="rtl"] .drawer-wrapper[data-position="right"]:not([data-display="push"]) {
  box-shadow: 4px 0 4px 0 rgba(0, 0, 0, 0.06); }
.v5-basic [dir="rtl"] .drawer-wrapper[data-position="right"][data-display="push"] {
  box-shadow: inset -4px 0 4px 0 rgba(0, 0, 0, 0.06); }
.v5-basic [dir="rtl"] .drawer-wrapper:not([data-position="right"]) {
  left: auto;
  right: -290px; }
.v5-basic [dir="rtl"] .drawer-wrapper[data-position="right"] {
  right: auto;
  left: -290px; }
.v5-basic .drawer-overlay {
  background-color: rgba(0, 0, 0, 0.5); }
@media (min-width: 768px) {
  .v5-basic .drawer-overlay {
    background-color: transparent; }
    .v5-basic .drawer-wrapper .drawer-title {
      text-align: center;
      padding: 0 30px;
      margin-bottom: 20px;
      display: block !important; }
      .v5-basic .drawer-wrapper .drawer-title span {
        padding-top: 20px;
        padding-bottom: 30px;
        border-bottom: 1px solid var(--border-light); }
    .v5-basic .drawer-wrapper .drawer-close {
      color: #979797;
      font-size: 22px;
      line-height: 1;
      padding: 18px;
      width: fit-content;
      max-width: 100%;
      -moz-transition: all 0.2s ease-in-out;
      -o-transition: all 0.2s ease-in-out;
      -webkit-transition: all 0.2s ease-in-out;
      transition: all 0.2s ease-in-out;
      cursor: pointer; }
      .v5-basic .drawer-wrapper .drawer-close:hover {
        transform: rotate(90deg); }
    .v5-basic .drawer-wrapper .drawer-body {
      padding-left: 30px;
      padding-right: 30px; } }
@media (max-width: 767px) {
  .v5-basic .drawer-wrapper.closable-active {
    padding-bottom: 60px; }
    .v5-basic .drawer-wrapper.closable-active .drawer-close {
      background-color: var(--bg-light);
      width: 290px;
      height: 60px;
      display: flex !important;
      align-items: center;
      justify-content: center;
      position: fixed;
      bottom: 0;
      z-index: 2; }
      [data-position="left"] .v5-basic .drawer-wrapper.closable-active .drawer-close {
        left: 0; }
      [data-position="right"] .v5-basic .drawer-wrapper.closable-active .drawer-close {
        right: 0; }
      .v5-basic .drawer-wrapper.closable-active .drawer-close span {
        color: var(--text-body);
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        padding-right: 10px; }
      .v5-basic .drawer-wrapper.closable-active .drawer-close i {
        font-size: 20px; }
  .v5-basic .drawer-wrapper .drawer-title {
    display: flex !important;
    align-items: center; }
    .v5-basic .drawer-wrapper .drawer-title i {
      margin-right: 8px; }
    .v5-basic .drawer-wrapper .drawer-title::after {
      content: '';
      background-color: var(--border-light);
      height: 1px;
      display: block;
      position: absolute;
      top: 100%;
      left: 15px;
      right: 15px; }
  [data-position="left"] .v5-basic [dir="rtl"] .drawer-wrapper.closable-active .drawer-close {
    left: auto;
    right: 0; }
  [data-position="right"] .v5-basic [dir="rtl"] .drawer-wrapper.closable-active .drawer-close {
    right: auto;
    left: 0; }
  .v5-basic [dir="rtl"] .drawer-wrapper.closable-active .drawer-close span {
    padding-right: 0;
    padding-left: 10px; }
  .v5-basic [dir="rtl"] .drawer-wrapper .drawer-title i {
    margin-right: 0;
    margin-left: 8px; } }
.v5-basic .block-title {
  color: var(--text-heading);
  font-size: 21px;
  font-weight: bold; }
.v5-basic .swiper-pagination {
  width: 100%;
  text-align: center;
  min-height: 34px;
  padding: 8px 15px; }
  .v5-basic .swiper-pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    border-radius: 4px;
    border: 1px solid #f9f9f9;
    background-color: #d8d8d8;
    margin-left: 2px;
    margin-right: 2px;
    display: inline-block;
    vertical-align: middle; }
  .v5-basic .swiper-pagination .swiper-pagination-bullet-active {
    width: 28px;
    border: 1px solid var(--bg-primary);
    background-color: var(--bg-primary); }
  .v5-basic .swiper-pagination.swiper-pagination-progressbar {
    padding: 0;
    min-height: auto;
    background: var(--bg-light); }
    .v5-basic .swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
      background: var(--bg-primary); }
  .v5-basic .swiper-pagination.swiper-pagination-custom .swiper-pagination-customs {
    width: 20px;
    height: 20px;
    line-height: 20px;
    border-radius: 100%;
    margin-left: 2px;
    margin-right: 2px;
    display: inline-block;
    vertical-align: middle;
    background-color: var(--bg-light);
    color: var(--text-body);
    font-size: 10px; }
  .v5-basic .swiper-pagination.swiper-pagination-custom .swiper-pagination-customs-active {
    background-color: var(--bg-primary);
    color: var(--text-white); }
  .v5-basic .swiper-pagination * {
    outline: 0; }
@media (min-width: 768px) {
  .v5-basic .swiper-pagination:not(.bottom) {
    position: absolute;
    left: 0;
    bottom: 15px;
    z-index: 2; }
  .v5-basic [dir="rtl"] .swiper-pagination:not(.bottom) {
    left: auto;
    right: 0; } }
.v5-basic .swiper-button-prev, .v5-basic .swiper-button-next {
  background-color: var(--bg-white);
  border: 2px solid var(--border-primary);
  color: var(--text-primary);
  font-size: 14px;
  width: 30px;
  height: 30px;
  border-radius: 12px;
  top: 50%;
  transform: translateY(-50%);
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .v5-basic .swiper-button-prev:hover, .v5-basic .swiper-button-next:hover {
    background-color: var(--bg-primary);
    color: var(--text-white); }
.v5-basic .swiper-button-prev {
  left: 5px; }
  .v5-basic .swiper-button-prev.inside {
    left: 14px; }
  @media (min-width: 1230px) {
    .v5-basic .swiper-button-prev.outside {
      left: -14px; } }
.v5-basic .swiper-button-next {
  right: 5px; }
  .v5-basic .swiper-button-next.inside {
    right: 14px; }
  @media (min-width: 1230px) {
    .v5-basic .swiper-button-next.outside {
      right: -14px; } }
@media (max-width: 1260px) {
  .v5-basic .slider-block-wrapper {
    overflow: hidden; } }
.v5-basic .noUi-target {
  background-color: var(--bg-light);
  height: 1px;
  margin-top: 25px; }
  .v5-basic .noUi-target .noUi-base {
    width: calc(100% - 20px); }
  .v5-basic .noUi-target .noUi-origin {
    background: var(--bg-light);
    height: 100%; }
  .v5-basic .noUi-target .noUi-connect {
    background-color: var(--bg-gray); }
  .v5-basic .noUi-target .noUi-handle {
    background-color: var(--bg-white);
    width: 22px;
    height: 22px;
    border: solid 1px var(--border-primary);
    border-radius: 100%;
    top: 50%;
    margin-top: -11px;
    outline: 0 !important;
    box-shadow: none !important;
    cursor: pointer; }
.v5-basic .pagination {
  display: flex !important; }
  .v5-basic .pagination a, .v5-basic .pagination span {
    width: 25px;
    height: 25px;
    font-size: 12px;
    box-shadow: 0 8px 19px -13px rgba(0, 0, 0, 0.15);
    background-color: var(--bg-white);
    text-align: center;
    padding: 5px;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    border-radius: var(--border-radius); }
  @media (min-width: 992px) {
    .v5-basic .pagination a, .v5-basic .pagination span {
      width: 50px;
      height: 50px;
      font-size: 14px; } }
  .v5-basic .pagination a i, .v5-basic .pagination span i {
    font-size: 18px; }
  .v5-basic .pagination a {
    color: var(--text-body); }
    .v5-basic .pagination a.passive {
      pointer-events: none;
      cursor: not-allowed;
      opacity: 0.7; }
  .v5-basic .pagination a:hover, .v5-basic .pagination span {
    color: var(--text-primary);
    box-shadow: 0px 0px 0px 1px var(--text-primary); }
  .v5-basic .pagination > *:not(:first-child) {
    margin-left: 5px; }
  .v5-basic .pagination > *:not(:last-child) {
    margin-right: 5px; }
  @media (min-width: 992px) {
    .v5-basic .pagination > *:not(:first-child) {
      margin-left: 10px; }
    .v5-basic .pagination > *:not(:last-child) {
      margin-right: 10px; } }
  .v5-basic .pagination .first, .v5-basic .pagination .prev, .v5-basic .pagination .next, .v5-basic .pagination .last {
    display: none !important; }
.v5-basic .form-search input[type="search"] {
  padding-right: 80px;
  padding-left: 35px; }
.v5-basic .form-search button[type="submit"] {
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  transform: none;
  font-size: 16px;
  position: absolute;
  z-index: 2; }
.v5-basic .form-search .search-icon {
  position: absolute;
  left: 0;
  top: 50%;
  margin: auto;
  transform: translateY(-50%);
  font-size: 13px;
  width: 35px;
  height: 18px;
  line-height: 18px; }
.v5-basic [dir="rtl"] .form-search input[type="search"] {
  padding-left: 80px;
  padding-right: 35px; }
.v5-basic [dir="rtl"] .form-search button[type="submit"] {
  right: auto;
  left: 0; }
.v5-basic [dir="rtl"] .form-search .search-icon {
  left: auto;
  right: 0; }
.v5-basic .box-shadow {
  box-shadow: 0 8px 19px -13px rgba(0, 0, 0, 0.15); }


/* Header */
.v5-petboutiq.folder-header.tpl-default #header-bar {
  padding-top: 8px;
  padding-bottom: 8px; }
  .v5-petboutiq.folder-header.tpl-default #header-top-menu .header-top-menu {
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px; }
    .v5-petboutiq.folder-header.tpl-default #header-top-menu .header-top-menu:hover {
      color: var(--text-primary) !important; }
    .v5-petboutiq.folder-header.tpl-default #header-top-menu .header-top-menu.header-top-whatsapp {
      color: #019300; }
    .v5-petboutiq.folder-header.tpl-default #header-top-menu .header-top-menu > i, .v5-petboutiq.folder-header.tpl-default #header-top-menu .header-top-menu > img {
      margin-right: 5px; }
      [dir="rtl"] .v5-petboutiq.folder-header.tpl-default #header-top-menu .header-top-menu > i, [dir="rtl"] .v5-petboutiq.folder-header.tpl-default #header-top-menu .header-top-menu > img {
        margin-right: 0;
        margin-left: 5px; }
    .v5-petboutiq.folder-header.tpl-default #header-top-menu .header-top-menu .ti-arrow-down {
      margin-right: 0;
      margin-left: 5px; }
      [dir="rtl"] .v5-petboutiq.folder-header.tpl-default #header-top-menu .header-top-menu .ti-arrow-down {
        margin-right: 5px;
        margin-left: 0px; }
  .v5-petboutiq.folder-header.tpl-default #header-top-menu .dropdown-menu {
    margin-top: 5px;
    width: 170px;
    padding: 0 !important; }
    .v5-petboutiq.folder-header.tpl-default #header-top-menu .dropdown-menu a {
      font-size: 12px; }
.v5-petboutiq.folder-header.tpl-default #logo, .v5-petboutiq.folder-header.tpl-default #logo p, .v5-petboutiq.folder-header.tpl-default #logo div {
  display: flex !important;
  align-items: center;
  height: 40px;
  margin: 0; }
@media (min-width: 992px) {
  .v5-petboutiq.folder-header.tpl-default #logo, .v5-petboutiq.folder-header.tpl-default #logo p, .v5-petboutiq.folder-header.tpl-default #logo div {
    height: 60px; } }
.v5-petboutiq.folder-header.tpl-default #logo img {
  max-height: 100%;
  width: auto; }
.v5-petboutiq.folder-header.tpl-default #header-search form#search input[type="search"] {
  border-radius: var(--custom-border-radius);
  padding-left: 44px;
  font-size: 12px; }
  .v5-petboutiq.folder-header.tpl-default #header-search form#search input[type="search"]:focus + .ti-search {
    color: var(--text-primary); }
.v5-petboutiq.folder-header.tpl-default #header-search form#search .ti-search {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px; }
.v5-petboutiq.folder-header.tpl-default #header-search form#search button[type="submit"] {
  height: 100%;
  padding: 0 18px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  border-radius: 0 var(--custom-border-radius) var(--custom-border-radius) 0;
  font-size: 12px; }
.v5-petboutiq.folder-header.tpl-default #header-search form#search .search-form-list {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 99;
  overflow-y: auto;
  max-height: 320px;
  width: 576px;
  max-width: 100%;
  left: 50%;
  transform: translateX(-50%); }
  .v5-petboutiq.folder-header.tpl-default #header-search form#search .search-form-list[v-cloak] {
    display: none; }
    .v5-petboutiq.folder-header.tpl-default #header-search form#search .search-form-list .dynamic-search .block-title {
      font-size: 14px;
      line-height: 1.3;
      margin-bottom: 5px; }
    .v5-petboutiq.folder-header.tpl-default #header-search form#search .search-form-list .dynamic-search ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .v5-petboutiq.folder-header.tpl-default #header-search form#search .search-form-list .dynamic-search ul > li {
        padding: 5px 0; }
        .v5-petboutiq.folder-header.tpl-default #header-search form#search .search-form-list .dynamic-search ul > li > a {
          display: flex !important;
          align-items: center;
          color: inherit;
          font-size: 12px;
          gap: 10px; }
          .v5-petboutiq.folder-header.tpl-default #header-search form#search .search-form-list .dynamic-search ul > li > a:hover {
            color: var(--text-primary); }
          .v5-petboutiq.folder-header.tpl-default #header-search form#search .search-form-list .dynamic-search ul > li > a > .search-image {
            display: flex !important;
            align-items: center;
            justify-content: center;
            width: 35px;
            height: 35px;
            flex-shrink: 0; }
            .v5-petboutiq.folder-header.tpl-default #header-search form#search .search-form-list .dynamic-search ul > li > a > .search-image > img {
              width: auto;
              max-height: 100%; }
.v5-petboutiq.folder-header.tpl-default #header-links #drawer-cart {
  position: relative;
  font-size: 12px; }
  .v5-petboutiq.folder-header.tpl-default #header-links #drawer-cart::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 2px;
    height: 20px;
    background: var(--border-primary);
    margin: auto; }
  .v5-petboutiq.folder-header.tpl-default #header-links #drawer-cart i {
    font-size: 28px;
    line-height: 1;
    margin-right: 10px; }
    .v5-petboutiq.folder-header.tpl-default #header-links #drawer-cart i .cart-soft-count {
      font-size: 10px;
      position: absolute;
      bottom: -8px;
      right: -5px;
      width: 16px;
      height: 16px;
      line-height: 14px;
      background: var(--bg-white);
      border-radius: 100%;
      text-align: center;
      font-style: normal; }
  .v5-petboutiq.folder-header.tpl-default #header-links #drawer-cart .cart-soft-price-text {
    font-size: 16px; }
.v5-petboutiq.folder-header.tpl-default #header-links #header-account a, .v5-petboutiq.folder-header.tpl-default #header-links #header-favourite a {
  font-size: 21px; }
  .v5-petboutiq.folder-header.tpl-default #header-links #header-account a .tsoft-favourite-count, .v5-petboutiq.folder-header.tpl-default #header-links #header-favourite a .tsoft-favourite-count {
    font-size: 8px;
    border-radius: 100%;
    position: absolute;
    right: -5px;
    top: -1px; }
.v5-petboutiq.folder-header.tpl-default #header-menu #main-menu .menu > li > a {
  height: 55px;
  color: var(--text-body);
  font-size: 14px;
  border-bottom: 2px solid transparent;
  transition: none; }
.v5-petboutiq.folder-header.tpl-default #header-menu #main-menu .menu > li .sub-menu {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  border-radius: var(--border-radius);
  background: rgba(255, 255, 255, 0.890721);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.101702);
  backdrop-filter: blur(10px);
  opacity: 0;
  visibility: hidden;
  z-index: 30; }
  .v5-petboutiq.folder-header.tpl-default #header-menu #main-menu .menu > li .sub-menu .menu-item {
    margin: 10px 0; }
    .v5-petboutiq.folder-header.tpl-default #header-menu #main-menu .menu > li .sub-menu .menu-item a {
      font-size: 14px; }
      .v5-petboutiq.folder-header.tpl-default #header-menu #main-menu .menu > li .sub-menu .menu-item a:hover {
        color: var(--text-primary) !important;
        font-weight: 500; }
.v5-petboutiq.folder-header.tpl-default #header-menu #main-menu .menu.active > li:hover > a {
  color: var(--text-primary) !important;
  border-color: var(--border-primary); }
.v5-petboutiq.folder-header.tpl-default #header-menu #main-menu .menu.active > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible; }
.v5-petboutiq.folder-header.tpl-default [id*="header-member-panel"] .tab-nav {
  display: flex !important;
  margin-bottom: 30px;
  border-bottom: 1px solid var(--border-secondary);
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .v5-petboutiq.folder-header.tpl-default [id*="header-member-panel"] .tab-nav::-webkit-scrollbar {
    background-color: #f9f9f9;
    width: 3px;
    height: 1px; }
  .v5-petboutiq.folder-header.tpl-default [id*="header-member-panel"] .tab-nav::-webkit-scrollbar-button {
    display: none; }
  .v5-petboutiq.folder-header.tpl-default [id*="header-member-panel"] .tab-nav::-webkit-scrollbar-thumb {
    background-color: var(--bg-dark); }
  .v5-petboutiq.folder-header.tpl-default [id*="header-member-panel"] .tab-nav li {
    display: flex !important; }
    .v5-petboutiq.folder-header.tpl-default [id*="header-member-panel"] .tab-nav li:not(:last-child) {
      margin-right: 20px; }
    .v5-petboutiq.folder-header.tpl-default [id*="header-member-panel"] .tab-nav li a {
      color: var(--text-body);
      font-size: 14px;
      font-weight: bold;
      line-height: 18px;
      text-transform: uppercase;
      display: block;
      padding-top: 6px;
      padding-bottom: 20px;
      position: relative;
      white-space: nowrap; }
      .v5-petboutiq.folder-header.tpl-default [id*="header-member-panel"] .tab-nav li.active a {
        color: var(--text-primary); }
        .v5-petboutiq.folder-header.tpl-default [id*="header-member-panel"] .tab-nav li.active a::before {
          content: '';
          background-color: var(--text-primary);
          width: 100%;
          height: 3px;
          border-top-left-radius: 4px;
          border-top-right-radius: 4px;
          position: absolute;
          bottom: 0;
          left: 0; }
.v5-petboutiq.folder-header.tpl-default [id*="header-member-panel"] a[class*="-login-btn"] {
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 4px; }
  .v5-petboutiq.folder-header.tpl-default [id*="header-member-panel"] a[class*="-login-btn"].fb-login-btn {
    background-color: #47629c;
    color: var(--text-white); }
  .v5-petboutiq.folder-header.tpl-default [id*="header-member-panel"] a[class*="-login-btn"].google-login-btn {
    color: #3c79e6;
    border: 1px solid #3c79e6; }
  .v5-petboutiq.folder-header.tpl-default [id*="header-member-panel"] a[class*="-login-btn"].apple-login-btn {
    color: var(--text-black);
    border: 1px solid var(--border-black); }
  .v5-petboutiq.folder-header.tpl-default [id*="header-member-panel"] a[class*="-login-btn"] i {
    font-size: 26px;
    margin-right: 6px; }
.v5-petboutiq.folder-header.tpl-default [id*="mobile-menu"] nav ul li a, .v5-petboutiq.folder-header.tpl-default [id*="mobile-menu"] nav ul li .menu-item {
  color: var(--text-body);
  font-size: 14px;
  line-height: 20px;
  padding-top: 13px;
  padding-bottom: 13px;
  position: relative; }
  .v5-petboutiq.folder-header.tpl-default [id*="mobile-menu"] nav ul li a > span, .v5-petboutiq.folder-header.tpl-default [id*="mobile-menu"] nav ul li .menu-item > span {
    font-size: 18px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); }
.v5-petboutiq.folder-header.tpl-default [id*="mobile-menu"] nav ul li li > a, .v5-petboutiq.folder-header.tpl-default [id*="mobile-menu"] nav ul li li > .menu-item {
  font-size: 12px;
  line-height: 15px; }
.v5-petboutiq.folder-header.tpl-default .header-mobile-menu-btn {
  font-size: 24px;
  line-height: 1; }
.v5-petboutiq.folder-header.tpl-default .scroll-to-up {
  position: fixed;
  bottom: 80px;
  right: 20px;
  width: 40px;
  height: 40px;
  padding: 8px;
  border-radius: 50%;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.13);
  cursor: pointer;
  z-index: 51;
  display: none; }
  .v5-petboutiq.folder-header.tpl-default .scroll-to-up i {
    font-size: 22px;
    line-height: 1; }
@media (min-width: 992px) {
  .v5-petboutiq.folder-header.tpl-default .header-menu-sticky #sticky-logo a, .v5-petboutiq.folder-header.tpl-default .header-menu-sticky #sticky-logo p {
    display: flex;
    align-items: center;
    height: 26px;
    margin: 0; }
  .v5-petboutiq.folder-header.tpl-default .header-menu-sticky #sticky-logo img {
    max-height: 100%;
    width: auto; }
  .v5-petboutiq.folder-header.tpl-default .header-menu-sticky #sticky-links a .cart-soft-count {
    font-size: 10px;
    position: absolute;
    bottom: -5px;
    right: -5px;
    width: 16px;
    height: 16px;
    line-height: 14px;
    background: var(--bg-white);
    border-radius: 100%;
    text-align: center;
    font-style: normal; }
  .v5-petboutiq.folder-header.tpl-default .header-menu-sticky #sticky-links a .tsoft-favourite-count {
    font-size: 8px;
    border-radius: 100%;
    position: absolute;
    right: -5px;
    top: -1px; }
  .v5-petboutiq.folder-header.tpl-default .header-menu-sticky #sticky-links a i {
    font-size: 22px; }
  .v5-petboutiq.folder-header.tpl-default .header-menu-sticky.menu-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    border-bottom: 1px solid var(--border-light);
    z-index: 90; }
    .v5-petboutiq.folder-header.tpl-default .header-menu-sticky.menu-sticky #sticky-logo {
      display: flex !important; }
    .v5-petboutiq.folder-header.tpl-default .header-menu-sticky.menu-sticky #sticky-links {
      display: block !important; } }
@media (min-width: 576px) {
  .v5-petboutiq.folder-header.tpl-default .search-form-list {
    max-width: none; }
  .v5-petboutiq.folder-header.tpl-default .scroll-to-up {
    bottom: 20px; } }
@media (max-width: 991px) {
  .v5-petboutiq.folder-header.tpl-default .header-main-sticky.sticky #header-search {
    display: none; } }
.v5-petboutiq.folder-header.tpl-default [dir="rtl"] #header-search form#search input[type="search"], .v5-petboutiq.folder-header.tpl-default[dir="rtl"] #header-search form#search input[type="search"] {
  padding-left: 0;
  padding-right: 44px; }
.v5-petboutiq.folder-header.tpl-default [dir="rtl"] #header-search form#search .ti-search, .v5-petboutiq.folder-header.tpl-default[dir="rtl"] #header-search form#search .ti-search {
  left: auto;
  right: 20px; }
.v5-petboutiq.folder-header.tpl-default [dir="rtl"] #header-search form#search button[type="submit"], .v5-petboutiq.folder-header.tpl-default[dir="rtl"] #header-search form#search button[type="submit"] {
  right: auto;
  left: 0;
  border-radius: var(--custom-border-radius) 0 0 var(--custom-border-radius); }
.v5-petboutiq.folder-header.tpl-default [dir="rtl"] #header-search form#search .search-form-list, .v5-petboutiq.folder-header.tpl-default[dir="rtl"] #header-search form#search .search-form-list {
  left: auto;
  right: 50%;
  transform: translateX(50%); }
.v5-petboutiq.folder-header.tpl-default [dir="rtl"] #header-links #drawer-cart::after, .v5-petboutiq.folder-header.tpl-default[dir="rtl"] #header-links #drawer-cart::after {
  right: auto;
  left: 0; }
.v5-petboutiq.folder-header.tpl-default [dir="rtl"] #header-links #drawer-cart i, .v5-petboutiq.folder-header.tpl-default[dir="rtl"] #header-links #drawer-cart i {
  margin-right: 0;
  margin-left: 10px; }
  .v5-petboutiq.folder-header.tpl-default [dir="rtl"] #header-links #drawer-cart i .cart-soft-count, .v5-petboutiq.folder-header.tpl-default[dir="rtl"] #header-links #drawer-cart i .cart-soft-count {
    right: auto;
    left: -5px; }
.v5-petboutiq.folder-header.tpl-default [dir="rtl"] #header-links #header-account a .tsoft-favourite-count, .v5-petboutiq.folder-header.tpl-default[dir="rtl"] #header-links #header-account a .tsoft-favourite-count, .v5-petboutiq.folder-header.tpl-default [dir="rtl"] #header-links #header-favourite a .tsoft-favourite-count, .v5-petboutiq.folder-header.tpl-default[dir="rtl"] #header-links #header-favourite a .tsoft-favourite-count {
  right: auto;
  left: -5px; }
.v5-petboutiq.folder-header.tpl-default [dir="rtl"] [id*="header-member-panel"] .tab-nav li:not(:last-child), .v5-petboutiq.folder-header.tpl-default[dir="rtl"] [id*="header-member-panel"] .tab-nav li:not(:last-child) {
  margin-right: 0;
  margin-left: 20px; }
  .v5-petboutiq.folder-header.tpl-default [dir="rtl"] [id*="header-member-panel"] .tab-nav li.active a::before, .v5-petboutiq.folder-header.tpl-default[dir="rtl"] [id*="header-member-panel"] .tab-nav li.active a::before {
    left: auto;
    right: 0; }
.v5-petboutiq.folder-header.tpl-default [dir="rtl"] [id*="header-member-panel"] a[class*="-login-btn"] i, .v5-petboutiq.folder-header.tpl-default[dir="rtl"] [id*="header-member-panel"] a[class*="-login-btn"] i {
  margin-right: 0;
  margin-left: 6px; }
.v5-petboutiq.folder-header.tpl-default [dir="rtl"] [id*="mobile-menu"] nav ul li a > span, .v5-petboutiq.folder-header.tpl-default[dir="rtl"] [id*="mobile-menu"] nav ul li a > span, .v5-petboutiq.folder-header.tpl-default [dir="rtl"] [id*="mobile-menu"] nav ul li .menu-item > span, .v5-petboutiq.folder-header.tpl-default[dir="rtl"] [id*="mobile-menu"] nav ul li .menu-item > span {
  right: auto;
  left: 0; }
.v5-petboutiq.folder-header.tpl-default [dir="rtl"] .scroll-to-up, .v5-petboutiq.folder-header.tpl-default[dir="rtl"] .scroll-to-up {
  right: auto;
  left: 20px; }
.v5-petboutiq.folder-header.tpl-default [v-cloak] {
  display: none; }
.v5-petboutiq.folder-header.tpl-default .header-cart-dropdown-list {
  background-color: var(--bg-white);
  width: 300px;
  padding: 10px;
  border: 1px solid var(--bg-light);
  border-radius: var(--border-radius);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.12);
  position: absolute;
  top: 100%;
  right: 15px;
  z-index: 11; }
.v5-petboutiq.folder-header.tpl-default .mobile-app {
  z-index: 999; }
  .v5-petboutiq.folder-header.tpl-default .mobile-app-close {
    font-size: 6px;
    padding: 5px;
    line-height: 1; }
    .v5-petboutiq.folder-header.tpl-default .mobile-app-logo > div, .v5-petboutiq.folder-header.tpl-default .mobile-app-logo > p {
      display: flex !important;
      align-items: center;
      justify-content: center;
      padding: 5px;
      height: 50px;
      max-width: 110px; }
    .v5-petboutiq.folder-header.tpl-default .mobile-app-logo img {
      display: block;
      max-width: 100%;
      max-height: 100%; }
  .v5-petboutiq.folder-header.tpl-default .mobile-app-text-store {
    font-size: 15px; }
  .v5-petboutiq.folder-header.tpl-default .mobile-app-text-download {
    font-size: 12px;
    margin-top: 3px; }
  .v5-petboutiq.folder-header.tpl-default .mobile-app-download {
    font-size: 15px;
    padding: 10px 15px; }


/* Breadcrumb */
.v5-basic.folder-breadcrumb.tpl-default .breadcrumb ul li {
  font-size: 12px; }
  .v5-basic.folder-breadcrumb.tpl-default .breadcrumb ul li i.ti-arrow-right {
    margin-left: 7.5px;
    margin-right: 7.5px; }
    [dir="rtl"] .v5-basic.folder-breadcrumb.tpl-default .breadcrumb ul li i.ti-arrow-right {
      transform: rotate(180deg); }


/* CategoryMenu */
.v5-petboutiq.folder-category-menu.tpl-default nav a, .v5-petboutiq.folder-category-menu.tpl-default nav span {
  font-size: 12px;
  color: var(--text-gray); }
  .v5-petboutiq.folder-category-menu.tpl-default nav a:hover, .v5-petboutiq.folder-category-menu.tpl-default nav span:hover {
    color: var(--text-primary); }


/* Filter */
.v5-petboutiq.folder-filter.tpl-default .drawer-title {
  font-size: 14px; }
  .v5-petboutiq.folder-filter.tpl-default .drawer-title i {
    font-size: 18px; }
.v5-petboutiq.folder-filter.tpl-default .filter-card .filter-title {
  font-size: 16px;
  position: relative;
  font-weight: 600;
  margin: 0; }
  .v5-petboutiq.folder-filter.tpl-default .filter-card .filter-title.active {
    padding-bottom: 10px; }
    .v5-petboutiq.folder-filter.tpl-default .filter-card .filter-title.active::before, .v5-petboutiq.folder-filter.tpl-default .filter-card .filter-title.active::after {
      content: '';
      position: absolute;
      bottom: 0; }
    .v5-petboutiq.folder-filter.tpl-default .filter-card .filter-title.active::before {
      left: 0;
      width: 30px;
      height: 2px;
      background-color: #522e91; }
    .v5-petboutiq.folder-filter.tpl-default .filter-card .filter-title.active::after {
      left: 32px;
      width: 6px;
      height: 2px;
      background-color: #522e91; }
.v5-petboutiq.folder-filter.tpl-default .filter-card .filter-search input[type="search"] {
  padding-left: 20px;
  padding-right: 20px; }
.v5-petboutiq.folder-filter.tpl-default .filter-card .filter-search::before {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%); }
.v5-petboutiq.folder-filter.tpl-default .filter-card .filter-list {
  max-height: 220px;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }
  .v5-petboutiq.folder-filter.tpl-default .filter-card .filter-list::-webkit-scrollbar {
    background-color: #ffffff;
    width: 2px;
    height: 2px;
    border-radius: 2px; }
  .v5-petboutiq.folder-filter.tpl-default .filter-card .filter-list::-webkit-scrollbar-button {
    display: none; }
  .v5-petboutiq.folder-filter.tpl-default .filter-card .filter-list::-webkit-scrollbar-thumb {
    background-color: var(--bg-primary);
    border-radius: 2px; }
    .v5-petboutiq.folder-filter.tpl-default .filter-card .filter-list .filter-list-item:not(:last-child) {
      margin-bottom: 15px; }
.v5-petboutiq.folder-filter.tpl-default .filter-card .filter-item {
  color: var(--text-body);
  margin: 0; }
.v5-petboutiq.folder-filter.tpl-default .filter-card a.filter-item {
  font-size: 16px; }
.v5-petboutiq.folder-filter.tpl-default .filter-card label:not(.fw-medium) {
  font-weight: normal; }
  .v5-petboutiq.folder-filter.tpl-default .filter-card .filter-list-category ul li a.filter-link {
    display: block;
    color: var(--text-gray);
    margin: 10px 0; }
    .v5-petboutiq.folder-filter.tpl-default .filter-card .filter-list-category ul li a.filter-link:hover {
      color: var(--text-primary); }
.v5-petboutiq.folder-filter.tpl-default .filter-card .filter-list-shape {
  margin-right: -10px; }
  .v5-petboutiq.folder-filter.tpl-default .filter-card .filter-list-shape .filter-list-item {
    margin-right: 10px;
    margin-bottom: 10px;
    width: 50px; }
    .v5-petboutiq.folder-filter.tpl-default .filter-card .filter-list-shape .filter-list-item .filter-shape {
      margin: 0; }
      .v5-petboutiq.folder-filter.tpl-default .filter-card .filter-list-shape .filter-list-item .filter-shape .image-wrapper {
        padding-bottom: 100%;
        overflow: hidden; }
      .v5-petboutiq.folder-filter.tpl-default .filter-card .filter-list-shape .filter-list-item .filter-shape .shape-name {
        font-size: 10px;
        margin: 0;
        margin-top: 8px; }
.v5-petboutiq.folder-filter.tpl-default .filter-card .filter-list-color {
  margin-right: -10px; }
  .v5-petboutiq.folder-filter.tpl-default .filter-card .filter-list-color .filter-color {
    margin-right: 10px;
    margin-bottom: 10px;
    width: 30px; }
    .v5-petboutiq.folder-filter.tpl-default .filter-card .filter-list-color .filter-color .image-wrapper {
      padding-bottom: 100%; }
    .v5-petboutiq.folder-filter.tpl-default .filter-card .filter-list-color .filter-color .input-checkbox {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
.v5-petboutiq.folder-filter.tpl-default .filter-category-name {
  font-size: 24px;
  margin-bottom: 5px; }
.v5-petboutiq.folder-filter.tpl-default .filter-category-total {
  font-size: 16px;
  margin-bottom: 5px; }
.v5-petboutiq.folder-filter.tpl-default #filter-price-slider-min-price, .v5-petboutiq.folder-filter.tpl-default #filter-price-slider-max-price {
  font-size: 10px;
  text-align: center;
  height: 40px; }
.v5-petboutiq.folder-filter.tpl-default .btn-filter {
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 16px; }
.v5-petboutiq.folder-filter.tpl-default .selected-item {
  background-color: #f6f6f6;
  font-size: 10px;
  padding: 5px 10px;
  margin: 3px;
  cursor: pointer;
  border-radius: 10px; }
  .v5-petboutiq.folder-filter.tpl-default .selected-item:hover {
    color: var(--text-black); }
.v5-petboutiq.folder-filter.tpl-default .filter-select-btn {
  padding: 0;
  font-size: 10px;
  margin-left: 3px; }
  .v5-petboutiq.folder-filter.tpl-default[dir="rtl"] .filter-card .filter-title.active::before {
    left: auto;
    right: 0; }
  .v5-petboutiq.folder-filter.tpl-default[dir="rtl"] .filter-card .filter-title.active::after {
    left: auto;
    right: 32px; }
.v5-petboutiq.folder-filter.tpl-default[dir="rtl"] .filter-card .filter-search::before {
  right: auto;
  left: 20px; }
.v5-petboutiq.folder-filter.tpl-default[dir="rtl"] .filter-card .filter-list-shape {
  margin-right: 0;
  margin-left: -10px; }
  .v5-petboutiq.folder-filter.tpl-default[dir="rtl"] .filter-card .filter-list-shape .filter-list-item {
    margin-right: 0;
    margin-left: 10px; }
.v5-petboutiq.folder-filter.tpl-default[dir="rtl"] .filter-card .filter-list-color {
  margin-right: 0;
  margin-left: -10px; }
  .v5-petboutiq.folder-filter.tpl-default[dir="rtl"] .filter-card .filter-list-color .filter-color {
    margin-right: 0;
    margin-left: 10px; }


/* ProductsTopBottomInfo */



/* ProductList */
.v5-petboutiq.folder-product-list.tpl-default .product-item .overflow-hidden {
  overflow: hidden; }
.v5-petboutiq.folder-product-list.tpl-default .product-item .badge {
  position: absolute;
  z-index: 2;
  border-radius: var(--custom-border-radius);
  font-size: 10px;
  padding: 8px; }
  .v5-petboutiq.folder-product-list.tpl-default .product-item .badge.discounted-badge {
    top: 7px;
    left: 7px;
    background-color: var(--bg-primary);
    color: var(--text-white);
    padding-left: 12px;
    padding-right: 12px; }
  .v5-petboutiq.folder-product-list.tpl-default .product-item .badge.new-badge {
    top: 7px;
    right: 7px;
    background-color: var(--bg-secondary);
    color: var(--text-primary); }
  .v5-petboutiq.folder-product-list.tpl-default .product-item .badge.out-of-stock {
    bottom: 0;
    left: 7px;
    right: 7px;
    background-color: var(--bg-gray);
    color: var(--text-body); }
.v5-petboutiq.folder-product-list.tpl-default .product-item .product-stars {
  margin-bottom: 10px; }
  .v5-petboutiq.folder-product-list.tpl-default .product-item .product-stars .stars {
    font-size: 12px; }
    .v5-petboutiq.folder-product-list.tpl-default .product-item .product-stars .stars .stars-fill {
      color: #fe9902; }
  .v5-petboutiq.folder-product-list.tpl-default .product-item .product-stars .product-comment-text {
    font-size: 10px; }
.v5-petboutiq.folder-product-list.tpl-default .product-item .add-favourite-btn {
  position: absolute;
  right: 15px;
  bottom: 5px;
  font-size: 18px;
  color: var(--text-body);
  z-index: 2; }
  .v5-petboutiq.folder-product-list.tpl-default .product-item .add-favourite-btn.fav-added {
    color: var(--text-primary); }
.v5-petboutiq.folder-product-list.tpl-default .product-item .product-symbol {
  position: absolute;
  z-index: 2; }
  .v5-petboutiq.folder-product-list.tpl-default .product-item .product-symbol.symbol-1 {
    border-radius: 0 0 var(--custom-border-radius) var(--custom-border-radius);
    background-image: linear-gradient(180deg, #fd6905 0%, #fea66a 100%);
    top: -2px;
    right: 5px;
    width: 60px;
    padding: 5px;
    color: var(--text-white);
    text-align: center; }
    .v5-petboutiq.folder-product-list.tpl-default .product-item .product-symbol.symbol-1 .symbol-text {
      font-size: 10px;
      margin-bottom: 5px; }
      .v5-petboutiq.folder-product-list.tpl-default .product-item .product-symbol.symbol-1 .symbol-text b {
        display: block; }
    .v5-petboutiq.folder-product-list.tpl-default .product-item .product-symbol.symbol-1 .symbol-img {
      overflow: hidden;
      padding: 5px;
      background-color: var(--bg-white);
      border-radius: 5px 5px var(--custom-border-radius) var(--custom-border-radius); }
.v5-petboutiq.folder-product-list.tpl-default .product-item .brand-title {
  font-size: 12px;
  margin-bottom: 5px; }
.v5-petboutiq.folder-product-list.tpl-default .product-item .product-title {
  font-size: 12px;
  color: #565656; }
.v5-petboutiq.folder-product-list.tpl-default .product-item .product-detail-card {
  position: relative;
  padding-bottom: 80px; }
  .v5-petboutiq.folder-product-list.tpl-default .product-item .product-detail-card .product-bottom-line {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
.v5-petboutiq.folder-product-list.tpl-default .product-item .product-price-wrapper {
  margin-bottom: 10px; }
  .v5-petboutiq.folder-product-list.tpl-default .product-item .product-price-wrapper .product-discounted-price {
    font-size: 12px;
    color: #a4a4a4; }
    .v5-petboutiq.folder-product-list.tpl-default .product-item .product-price-wrapper .product-discounted-price:not(.d-none) + .current-price {
      color: var(--text-secondary); }
  .v5-petboutiq.folder-product-list.tpl-default .product-item .product-price-wrapper .current-price {
    font-size: 14px;
    color: var(--text-primary); }
.v5-petboutiq.folder-product-list.tpl-default .product-item .product-buttons a:not(:last-child) {
  margin-right: 10px; }
.v5-petboutiq.folder-product-list.tpl-default .product-item .product-buttons a:not(.add-to-cart-btn) {
  width: 38px;
  height: 38px;
  line-height: 36px;
  box-shadow: 0 2px 10px -5px rgba(0, 0, 0, 0.19);
  border: 1px solid var(--border-light);
  font-size: 16px;
  color: var(--text-body);
  text-align: center; }
  .v5-petboutiq.folder-product-list.tpl-default .product-item .product-buttons a:not(.add-to-cart-btn):hover, .v5-petboutiq.folder-product-list.tpl-default .product-item .product-buttons a:not(.add-to-cart-btn).active {
    color: var(--text-primary);
    border-color: var(--border-primary); }
.v5-petboutiq.folder-product-list.tpl-default .product-item .product-buttons .add-to-cart-btn {
  padding: 5px;
  font-size: 12px; }
.v5-petboutiq.folder-product-list.tpl-default #product-list-panel #filter-drawer {
  border-radius: var(--custom-border-radius);
  font-size: 15px;
  padding: 0 20px;
  height: 40px; }
  .v5-petboutiq.folder-product-list.tpl-default #product-list-panel #filter-drawer i {
    font-size: 18px; }
.v5-petboutiq.folder-product-list.tpl-default #product-list-panel #sort {
  height: 40px;
  border-color: var(--border-primary);
  color: var(--text-primary);
  font-weight: 600; }
.v5-petboutiq.folder-product-list.tpl-default #product-list-panel a, .v5-petboutiq.folder-product-list.tpl-default #product-list-panel select, .v5-petboutiq.folder-product-list.tpl-default #product-list-panel label {
  font-size: 12px; }
  .v5-petboutiq.folder-product-list.tpl-default #product-list-panel a i, .v5-petboutiq.folder-product-list.tpl-default #product-list-panel select i, .v5-petboutiq.folder-product-list.tpl-default #product-list-panel label i {
    margin-right: 5px; }
.v5-petboutiq.folder-product-list.tpl-default #product-list-panel .page-layout a i {
  width: 8px;
  height: 8px;
  border: 1px solid var(--border-white);
  border-radius: 8px; }
  .v5-petboutiq.folder-product-list.tpl-default #product-list-panel .page-layout a i:not(:first-child) {
    margin-left: 4px; }
    [dir="rtl"] .v5-petboutiq.folder-product-list.tpl-default #product-list-panel .page-layout a i:not(:first-child) {
      margin-left: 0;
      margin-right: 4px; }
.v5-petboutiq.folder-product-list.tpl-default #product-list-panel .page-layout a.active i, .v5-petboutiq.folder-product-list.tpl-default #product-list-panel .page-layout a:hover i {
  background-color: var(--border-white); }
@media (min-width: 768px) {
  .v5-petboutiq.folder-product-list.tpl-default .product-item .badge {
    font-size: 12px;
    padding: 10px; }
    .v5-petboutiq.folder-product-list.tpl-default .product-item .badge.discounted-badge {
      padding-left: 18px;
      padding-right: 18px; }
  .v5-petboutiq.folder-product-list.tpl-default .product-item .brand-title {
    font-size: 14px; }
  .v5-petboutiq.folder-product-list.tpl-default .product-item .product-title {
    font-size: 14px; }
  .v5-petboutiq.folder-product-list.tpl-default .product-item .product-detail-card {
    padding-bottom: 110px; }
  .v5-petboutiq.folder-product-list.tpl-default .product-item .product-price-wrapper {
    margin-bottom: 20px; }
    .v5-petboutiq.folder-product-list.tpl-default .product-item .product-price-wrapper .product-discounted-price {
      font-size: 14px; }
    .v5-petboutiq.folder-product-list.tpl-default .product-item .product-price-wrapper .current-price {
      font-size: 16px; }
  .v5-petboutiq.folder-product-list.tpl-default .product-item .product-buttons .add-to-cart-btn {
    font-size: 14px; }
  .v5-petboutiq.folder-product-list.tpl-default #product-list-panel {
    background-color: var(--bg-primary);
    border-radius: var(--custom-border-radius); }
    .v5-petboutiq.folder-product-list.tpl-default #product-list-panel > .row {
      margin: 0; }
    .v5-petboutiq.folder-product-list.tpl-default #product-list-panel #sort {
      background-color: transparent;
      background-image: url('/theme/v5-petboutiq/assets/select-down-white.svg');
      background-repeat: no-repeat;
      background-size: 8px;
      color: var(--text-white);
      cursor: pointer;
      border: 0;
      font-weight: normal;
      border-radius: 0; }
      .v5-petboutiq.folder-product-list.tpl-default #product-list-panel #sort option {
        color: var(--text-body); } }
.v5-petboutiq.folder-product-list.tpl-default[dir="rtl"] .product-item .badge.discounted-badge {
  left: auto;
  right: 7px; }
.v5-petboutiq.folder-product-list.tpl-default[dir="rtl"] .product-item .badge.new-badge {
  right: auto;
  left: 7px; }
.v5-petboutiq.folder-product-list.tpl-default[dir="rtl"] .product-item .add-favourite-btn {
  right: auto;
  left: 15px; }
  .v5-petboutiq.folder-product-list.tpl-default[dir="rtl"] .product-item .product-symbol.symbol-1 {
    right: auto;
    left: 5px; }
.v5-petboutiq.folder-product-list.tpl-default[dir="rtl"] .product-item .product-buttons a:not(:last-child) {
  margin-right: 0;
  margin-left: 10px; }
.v5-petboutiq.folder-product-list.tpl-default[dir="rtl"] #product-list-panel a i, .v5-petboutiq.folder-product-list.tpl-default[dir="rtl"] #product-list-panel select i, .v5-petboutiq.folder-product-list.tpl-default[dir="rtl"] #product-list-panel label i {
  margin-right: auto;
  margin-left: 5px; }
.v5-petboutiq.folder-product-list.tpl-default .select-and-add-to-cart-input {
  position: absolute;
  right: 5px;
  bottom: 5px; }

.v5-petboutiq.folder-product-list.tpl-default .image-wrapper{
                padding-bottom:100%;
            }
/* ContentDetail */


/* Footer */
.v5-petboutiq.folder-footer.tpl-user_resimlinksablon #footer {
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.15);
  padding: 8px; }
  .v5-petboutiq.folder-footer.tpl-user_resimlinksablon #footer-info {
    background: var(--bg-primary);
    background-image: url('/theme/v5-petboutiq/assets/footer/footer-info-bg.png');
    background-image: url('/theme/v5-petboutiq/assets/footer/footer-info-bg.png'), linear-gradient(180deg, #fd6905 0%, #fd8738 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 0;
    margin-bottom: 60px; }
    .v5-petboutiq.folder-footer.tpl-user_resimlinksablon #footer-info .footer-info-title strong {
      font-size: 18px; }
    .v5-petboutiq.folder-footer.tpl-user_resimlinksablon #footer-info .footer-info-title p {
      font-size: 12px; }
    .v5-petboutiq.folder-footer.tpl-user_resimlinksablon #footer-info .footer-info-list {
      position: relative;
      top: 50px;
      margin-top: -50px; }
      .v5-petboutiq.folder-footer.tpl-user_resimlinksablon #footer-info .footer-info-list .footer-info-box {
        box-shadow: 0 3px 10px -4px rgba(0, 0, 0, 0.1);
        border-radius: var(--custom-border-radius) var(--custom-border-radius) 10px 10px;
        padding: 25px 10px 15px 10px; }
        .v5-petboutiq.folder-footer.tpl-user_resimlinksablon #footer-info .footer-info-list .footer-info-box i {
          height: 38px;
          display: flex;
          align-items: center;
          justify-content: center;
          font-size: 38px; }
        .v5-petboutiq.folder-footer.tpl-user_resimlinksablon #footer-info .footer-info-list .footer-info-box strong {
          font-size: 14px;
          margin-bottom: 5px; }
        .v5-petboutiq.folder-footer.tpl-user_resimlinksablon #footer-info .footer-info-list .footer-info-box p {
          font-size: 10px;
          line-height: 1.5; }
  .v5-petboutiq.folder-footer.tpl-user_resimlinksablon #footer-about {
    max-height: 80px;
    overflow-y: auto; }
    .v5-petboutiq.folder-footer.tpl-user_resimlinksablon #footer-about strong {
      font-size: 16px; }
    .v5-petboutiq.folder-footer.tpl-user_resimlinksablon #footer-about p {
      font-size: 12px;
      line-height: 1.7; }
  .v5-petboutiq.folder-footer.tpl-user_resimlinksablon #footer-news-social {
    border-top: 2px dashed var(--border-light);
    border-bottom: 2px dashed var(--border-light); }
    .v5-petboutiq.folder-footer.tpl-user_resimlinksablon #footer-news-social #footer-newsletter .h5 {
      font-size: 16px; }
    .v5-petboutiq.folder-footer.tpl-user_resimlinksablon #footer-news-social #footer-newsletter p {
      font-size: 12px; }
    .v5-petboutiq.folder-footer.tpl-user_resimlinksablon #footer-news-social #footer-newsletter input[type="email"] {
      height: 45px;
      padding-left: 20px;
      font-size: 13px;
      border-radius: var(--custom-border-radius) 0 0 var(--custom-border-radius); }
    .v5-petboutiq.folder-footer.tpl-user_resimlinksablon #footer-news-social #footer-newsletter button[type="submit"] {
      height: 45px;
      width: 45px;
      border-radius: 0 var(--custom-border-radius) var(--custom-border-radius) 0; }
      .v5-petboutiq.folder-footer.tpl-user_resimlinksablon #footer-news-social #footer-newsletter button[type="submit"] i {
        font-size: 16px; }
  .v5-petboutiq.folder-footer.tpl-user_resimlinksablon #footer-news-social #footer-social .h5 {
    font-size: 16px; }
  .v5-petboutiq.folder-footer.tpl-user_resimlinksablon #footer-news-social #footer-social p {
    font-size: 12px; }
    .v5-petboutiq.folder-footer.tpl-user_resimlinksablon #footer-news-social #footer-social ul li a {
      width: 32px;
      height: 32px;
      top: 0; }
    @media (min-width: 768px) {
      .v5-petboutiq.folder-footer.tpl-user_resimlinksablon #footer-news-social #footer-social ul li a {
        width: 40px;
        height: 40px; }
        .v5-petboutiq.folder-footer.tpl-user_resimlinksablon #footer-news-social #footer-social ul li a:hover {
          top: 3px; } }
.v5-petboutiq.folder-footer.tpl-user_resimlinksablon #footer-menu .menu-item .menu-title {
  font-size: 18px;
  position: relative;
  padding-bottom: 10px; }
  .v5-petboutiq.folder-footer.tpl-user_resimlinksablon #footer-menu .menu-item .menu-title::before, .v5-petboutiq.folder-footer.tpl-user_resimlinksablon #footer-menu .menu-item .menu-title::after {
    content: '';
    position: absolute;
    bottom: 0; }
  .v5-petboutiq.folder-footer.tpl-user_resimlinksablon #footer-menu .menu-item .menu-title::before {
    left: 0;
    width: 30px;
    height: 2px;
    background-color: var(--bg-primary); }
  .v5-petboutiq.folder-footer.tpl-user_resimlinksablon #footer-menu .menu-item .menu-title::after {
    left: 32px;
    width: 6px;
    height: 2px;
    background-color: var(--bg-primary); }
.v5-petboutiq.folder-footer.tpl-user_resimlinksablon #footer-menu .menu-item .menu-children {
  margin: 15px 0; }
  .v5-petboutiq.folder-footer.tpl-user_resimlinksablon #footer-menu .menu-item .menu-children li {
    margin: 5px 0; }
    .v5-petboutiq.folder-footer.tpl-user_resimlinksablon #footer-menu .menu-item .menu-children li a {
      font-size: 14px;
      color: var(--text-body);
      line-height: 1.5; }
      .v5-petboutiq.folder-footer.tpl-user_resimlinksablon #footer-menu .menu-item .menu-children li a:hover {
        color: var(--text-primary); }
  .v5-petboutiq.folder-footer.tpl-user_resimlinksablon #footer-menu .menu-item .menu-children.contact .menu-link {
    font-size: 14px; }
    .v5-petboutiq.folder-footer.tpl-user_resimlinksablon #footer-menu .menu-item .menu-children.contact .menu-link strong {
      margin-bottom: 5px; }
    .v5-petboutiq.folder-footer.tpl-user_resimlinksablon #footer-menu .menu-item .menu-children.contact .menu-link i {
      font-size: 12px; }
@media (min-width: 768px) {
  .v5-petboutiq.folder-footer.tpl-user_resimlinksablon #footer {
    padding: 40px; }
    .v5-petboutiq.folder-footer.tpl-user_resimlinksablon #footer-info {
      margin-bottom: 140px; }
      .v5-petboutiq.folder-footer.tpl-user_resimlinksablon #footer-info .footer-info-title strong {
        font-size: 21px;
        margin-bottom: 10px; }
      .v5-petboutiq.folder-footer.tpl-user_resimlinksablon #footer-info .footer-info-title p {
        font-size: 14px; }
      .v5-petboutiq.folder-footer.tpl-user_resimlinksablon #footer-info .footer-info-list {
        top: 80px;
        margin-top: -80px; }
        .v5-petboutiq.folder-footer.tpl-user_resimlinksablon #footer-info .footer-info-list .footer-info-box {
          padding: 45px 20px 35px 20px; }
          .v5-petboutiq.folder-footer.tpl-user_resimlinksablon #footer-info .footer-info-list .footer-info-box i {
            height: 44px;
            font-size: 44px; }
          .v5-petboutiq.folder-footer.tpl-user_resimlinksablon #footer-info .footer-info-list .footer-info-box strong {
            font-size: 16px;
            margin-bottom: 10px; }
          .v5-petboutiq.folder-footer.tpl-user_resimlinksablon #footer-info .footer-info-list .footer-info-box p {
            font-size: 13px; }
    .v5-petboutiq.folder-footer.tpl-user_resimlinksablon #footer-about {
      overflow: visible;
      max-height: none; }
      .v5-petboutiq.folder-footer.tpl-user_resimlinksablon #footer-about strong {
        font-size: 21px; }
      .v5-petboutiq.folder-footer.tpl-user_resimlinksablon #footer-about p {
        font-size: 14px; }
    .v5-petboutiq.folder-footer.tpl-user_resimlinksablon #footer-news-social #footer-newsletter .h5 {
      font-size: 21px; }
    .v5-petboutiq.folder-footer.tpl-user_resimlinksablon #footer-news-social #footer-newsletter p {
      font-size: 14px; }
    .v5-petboutiq.folder-footer.tpl-user_resimlinksablon #footer-news-social #footer-newsletter input[type="email"] {
      height: 60px;
      font-size: 15px; }
    .v5-petboutiq.folder-footer.tpl-user_resimlinksablon #footer-news-social #footer-newsletter button[type="submit"] {
      height: 60px;
      width: 95px; }
      .v5-petboutiq.folder-footer.tpl-user_resimlinksablon #footer-news-social #footer-newsletter button[type="submit"] i {
        font-size: 26px; }
  .v5-petboutiq.folder-footer.tpl-user_resimlinksablon #footer-news-social #footer-social .h5 {
    font-size: 21px; }
  .v5-petboutiq.folder-footer.tpl-user_resimlinksablon #footer-news-social #footer-social p {
    font-size: 14px; } }
@media (max-width: 767px) {
  .v5-petboutiq.folder-footer.tpl-user_resimlinksablon #footer .menu-title.active .ti-plus, .v5-petboutiq.folder-footer.tpl-user_resimlinksablon #footer .menu-title:not(.active) .ti-minus {
    display: none; }
  .v5-petboutiq.folder-footer.tpl-user_resimlinksablon #footer .menu-title + .menu-children {
    margin-top: 10px !important; }
    .v5-petboutiq.folder-footer.tpl-user_resimlinksablon #footer .menu-title + .menu-children:not(.show) {
      display: none; } }
.v5-petboutiq.folder-footer.tpl-user_resimlinksablon[dir="rtl"] #footer-news-social #footer-newsletter input[type="email"] {
  border-radius: 0 var(--custom-border-radius) var(--custom-border-radius) 0; }
.v5-petboutiq.folder-footer.tpl-user_resimlinksablon[dir="rtl"] #footer-news-social #footer-newsletter button[type="submit"] {
  border-radius: var(--custom-border-radius) 0 0 var(--custom-border-radius); }
.v5-petboutiq.folder-footer.tpl-user_resimlinksablon[dir="rtl"] #footer-menu .menu-item .menu-title::before {
  left: auto;
  right: 0; }
.v5-petboutiq.folder-footer.tpl-user_resimlinksablon[dir="rtl"] #footer-menu .menu-item .menu-title::after {
  left: auto;
  right: 32px; }

