/* Header */
#dropdownMenuButton {
  width: 40px;
  cursor: pointer;
}

.dw_social_icons .dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
}

.dw_social_icons .dropdown .dropdown-menu {
  margin: 0 !important;
  min-width: auto;
}

#dropdownMenuButton::after {
  content: "";
  border: none !important;
  display: block;
  width: 10px;
  height: 5px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/wp-content/uploads/2021/09/arrow.png");
  position: absolute;
  right: 0px;
  top: 62%;
  transform: translateY(-50%);
  transition: 0.2s all;
}

.variation-hidden {
  display: none !important;
}

.dw_social_icons {
  gap: 5px;
}

.view-switcher {
  margin-left: 25px !important;
}

.view-switcher a i {
  display: none !important;
}

.view-switcher li a,
#menu-currency-switcher li a {
  font-family: Cinzel !important;
  font-weight: normal !important;
  font-size: 14px !important;
  line-height: 20px;
  color: #6d4d19 !important;
}

.view-switcher>li>a::after,
#menu-currency-switcher>li>a::after,
.mega-menu.show-arrow>li.has-sub>a:after {
  content: "" !important;
  border: none !important;
  display: block;
  width: 10px;
  height: 5px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("/wp-content/uploads/2021/09/arrow.png");
  884 position: absolute;
  right: -10px;
  top: 50%;
  transform: translateY(-50%);
}

.mega-menu.show-arrow>li.has-sub>a:after {
  right: -15px;
}

#header .porto-view-switcher .narrow li.menu-item>a {
  padding: 5px 25px !important;
}

#menu-currency-switcher {
  margin-left: 20px;
  margin-top: 7px !important;
}

#menu-currency-switcher li.menu-item.has-sub::after,
.view-switcher li.menu-item.has-sub::after {
  display: none;
}

#mini-cart .minicart-icon {
  visibility: hidden;
}

.dw_mobile_white_cart {
  display: none;
}

#mini-cart .cart-icon::before {
  content: "";
  display: block;
  background-size: contain;
  background-image: url("/wp-content/themes/porto-child/assets/img/cart-icon.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.search-text {
  display: none !important;
}

.porto-icon.advanced .porto-icon-user-2::before {
  content: "";
  display: block;
  background-size: contain;
  background-image: url("/wp-content/themes/porto-child/assets/img/profile-icon.svg");
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin: 0;
}

.porto-icon-wishlist-2::before {
  content: "" !important;
  display: block !important;
  background-size: contain;
  background-image: url("/wp-content/themes/porto-child/assets/img/wishlist-icon-2.svg");
  background-repeat: no-repeat;
  width: 20px !important;
  height: 20px;
  margin: 0 !important;
}

.search-toggle .fa-search::before {
  content: "" !important;
  display: block !important;
  background-size: contain;
  background-image: url("/wp-content/themes/porto-child/assets/img/search-icon.svg");
  background-repeat: no-repeat;
  width: 20px !important;
  height: 20px;
  margin: 1px -1px -4px 6px !important;
}

.header-right.hidden-for-sm {
  gap: 25px;
}

.search-toggle {
  display: block !important;
  height: 20px !important;
  width: 20px !important;
  position: relative !important;
}

.search-toggle .fas.fa-search {
  position: absolute;
  top: 0;
  left: 0;
}

.header-right.hidden-for-sm .custom-html.ml-4,
.header-right.hidden-for-sm .custom-html,
#mini-cart {
  margin-left: 0 !important;
}

.header-right.hidden-for-sm .custom-html,
#mini-cart,
#mini-cart.simple .cart-head {
  width: 20px;
  height: 20px;
}

#menu-main-menu::before,
#menu-main-menu::after {
  display: none !important;
}

.mega-menu>li.has-sub:after {
  border-bottom-color: #6d4d19 !important;
}

#header .main-menu .popup {
  border-top: 1px solid #6d4d19 !important;
}

.mega-menu>li.menu-item:hover .popup {
  top: 102% !important;
}

.mega-menu>li.has-sub:before {
  border-bottom-color: transparent !important;
}

/* Safe shop icons align - Home page */
.dw_safe_shop_icons .porto-just-icon-wrapper.porto-sicon-img {
  margin-right: 0 !important;
  width: 68px;
  height: 68px;
}

.dw_safe_shop_icons .porto-just-icon-wrapper.porto-sicon-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.dw_safe_shop_icons .porto-sicon-title {
  line-height: 24px;
}

/* Blog post - Home page */
.dw_blog_post_home :is(.thumb-info-wrapper, .thumb-info-wrapper img) {
  border-radius: 0 !important;
  max-height: 290px;
  min-height: 290px;
  object-fit: cover;
}

.dw_blog_post_home .post-title-simple {
  position: relative;
}

.dw_blog_post_home .post-title-simple :is(.meta-date, h3, .read-more) {
  position: absolute;
  font-family: "Open Sans" !important;
  font-size: 16px !important;
  color: #faf4db !important;
  text-transform: uppercase;
  right: 0;
  font-weight: 400;
  text-align: center;
  width: 52%;
  z-index: 1;
}

.dw_blog_post_home .post-title-simple :is(h3 a, .read-more) {
  font-size: 16px !important;
  color: #faf4db !important;
  font-family: Cinzel, sans-serif !important;
  font-weight: 400;
}

.dw_blog_post_home .post-title-simple h3 a {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 330px;
  display: block;
}

.dw_blog_post_home .meta-date i,
.dw_blog_post_home .read-more i {
  display: none;
}

.dw_blog_post_home .meta-date {
  top: 71px;
}

.dw_blog_post_home .post-title-simple h3 {
  top: 110px;
}

.dw_blog_post_home .post-title-simple .read-more {
  bottom: 71px;
  padding: 16px 37px;
  border: 1px solid #faf4db;
  border-radius: 27.5px !important;
  width: auto;
  right: 61px;
  transition: all 0.5s ease-in-out !important;
  line-height: 1.3;
}

.dw_blog_post_home .post-title-simple .read-more:hover {
  transition: all 0.5s ease-in-out !important;
  text-decoration: none;
  border-radius: 0px !important;
}

.dw_blog_post_home .post-title-simple .read-more::before {
  position: absolute;
  content: "";
  left: -1px;
  right: -1px;
  bottom: -1px;
  top: -1px;
  content: "";
  border: 1px solid #faf4db;
}

.dw_blog_post_home .post-slide {
  max-height: 290px;
  position: relative;
}

.dw_blog_post_home .owl-stage-outer {
  padding: 33px 0;
}

.dw_blog_post_home .post-slide::before {
  content: "" !important;
  position: absolute;
  top: -30px;
  bottom: -30px;
  left: 0px;
  display: block !important;
  right: 33.33%;
  border: 1px solid #6d4d19;
}

.dw_blog_post_home .post-title-simple {
  padding-left: 53px;
}

.dw_blog_post_home .owl-dots {
  display: none;
}

.dw_blog_post_home .owl-carousel .owl-dots .owl-dot span {
  width: 13px;
  height: 13px;
  background: #faf4db;
}

.dw_blog_post_home .owl-carousel .owl-dots .owl-dot.active span {
  width: 13px;
  height: 13px;
  background: #faf4db;
  border: 2px solid #6d4d19;
}

.dw_home-slider.home-slider .owl-carousel .owl-nav {
  display: none;
}

#menu-main-menu,
#menu-main-menu-engleski {
  display: flex;
  justify-content: center;
  gap: 30px;
}

#mini-cart .cart-items {
  background-color: #6d4d19 !important;
}

#header .main-menu>li.menu-item {
  margin-right: 0 !important;
}

#header .main-menu>li.menu-item>a {
  padding: 16px 0px 16px 0px !important;
}

.dw_home_blog_post_wrap {
  position: relative;
}

.dw_home_blog_post {
  position: relative;
  padding-left: 54px;
  z-index: 2;
}

.dw_home_blog_post img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  min-height: 290px;
  z-index: 2;
}

.dw_home_blog_post_wrap:before {
  position: absolute;
  content: "";
  top: -30px;
  left: 0;
  right: 33.33%;
  bottom: -30px;
  border: 1px solid #6d4d19;
  z-index: 1;
}

.dw_home_blog_post_content {
  position: absolute;
  top: 70px;
  right: 38px;
  float: none !important;
  padding: 0 !important;
  height: auto !important;
}

.header-bottom {
  border-top: 0px !important;
}

/* Instagram autoplay slider  - Home page */
.dw_home_autoplay_slider> :is(.vc_column_container, .vc_column_container .wpb_wrapper.vc_column-inner) {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.dw_home_autoplay_slider .vc_row.wpb_row.vc_inner.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.dw_home_autoplay_slider .porto-carousel .wpb_wrapper,
.dw_home_autoplay_slider .porto-carousel .wpb_wrapper .vc_single_image-wrapper,
.dw_home_autoplay_slider .porto-carousel .wpb_wrapper img {
  width: 100%;
}

.dw_home_autoplay_slider .wpb_wrapper.vc_column-inner .wpb_wrapper.vc_column-inner {
  position: relative;
}

.dw_instagram_visit_box {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.dw_left_container_home_box_instagram,
.dw_right_container_home_box_instagram {
  padding: 44px 34px;
  text-align: center;
}

.dw_left_container_home_box_instagram {
  background: #ffffff;
}

.dw_right_container_home_box_instagram {
  background: #6d4d19;
}

.dw_left_container_home_box_instagram a,
.dw_right_container_home_box_instagram a {
  text-transform: uppercase;
  font-family: "Trirong", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.4;
  max-width: 130px;
}

.mega-menu .narrow #nav-menu-item-33460>a:before {
  margin-right: -10px;
}

.dw_left_container_home_box_instagram a {
  color: #6d4d19;
}

.dw_right_container_home_box_instagram a {
  color: #ffffff;
}

.dw_left_container_home_box_instagram a:hover,
.dw_right_container_home_box_instagram a:hover {
  text-decoration: none;
}

.dw_right_container_home_box_instagram a:hover {
  color: #ffffff;
}

.dw_home_autoplay_slider .porto-carousel {
  margin-bottom: 0px;
}

.dw_instagram_visit_box {
  margin-bottom: 0;
}

.dw_instagram_visit_box img {
  width: 33px;
  height: 34px;
  margin-bottom: 20px;
}

/* Footer */
.dw_footer_container h2 {
  font-family: Cinzel !important;
  font-weight: bold !important;
  font-size: 14px !important;
  line-height: 1.4 !important;
  text-transform: uppercase !important;
  color: #6d4d19 !important;
  margin-bottom: 16px;
}

.dw_footer_container ul,
.dw_footer_container ul li {
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.dw_footer_container ul li::before {
  display: none;
}

.dw_footer_container ul li a,
.dw_footer_container span {
  font-size: 14px;
}

.dw_footer_container ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.dw_footer_column_separator {
  position: absolute !important;
  left: 50%;
}

.dw_footer_column_separator>a {
  display: none;
}

.dw_footer_icons_gap {
  gap: 24px;
}

.dw_email_newsletter {
  padding: 12px 20px !important;
  border-radius: 0 !important;
  border: 1px solid #6d4d19 !important;
  color: #6d4d19 !important;
  width: 100%;
}

.dw_email_newsletter::placeholder {
  color: #6d4d19 !important;
}

.dw_submit_newsletter {
  font-size: 14px;
  width: 100%;
  margin-top: 10px;
  padding: 10px 0px !important;
  font-family: "Cinzel";
  border-radius: 27px !important;
  background-color: transparent !important;
  color: #6d4d19 !important;
  position: relative;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}

.dw_submit_newsletter:hover {
  transition: all 0.5s ease-in-out;
  border-radius: 0px !important;
}

.dw_submit_newsletter::before {
  content: "";
  right: -1px;
  bottom: -1px;
  left: -1px;
  top: -1px;
  position: absolute;
  border: 1px solid #6d4d19;
}

.dw_footer_bottom {
  padding: 20px 0;
  border-top: 0.5px solid rgb(118 79 3 / 50%);
}

.dw_footer_bottom p {
  text-transform: uppercase;
  font-size: 13px !important;
  font-family: "Cinzel" !important;
  line-height: 1 !important;
  padding-top: 4px;
}

.dw_footer_payment_images {
  gap: 6px;
  justify-content: flex-end;
}

.dw_footer_payment_images img {
  width: 35px;
  height: 20px;
}

.dw_footer_fast_checkout_mobile h2 {
  font-size: 14px;
  font-weight: bold !important;
  margin-bottom: 11px;
  line-height: 19px;
}

.dw_footer_fast_checkout_mobile .dw_footer_payment_images {
  justify-content: flex-start;
}

@media (max-width: 1220px) {
  .dw_blog_post_home .post-title-simple {
    padding-left: 30px;
  }

  .view-switcher {
    margin-left: 10px !important;
  }

  #menu-currency-switcher {
    margin-left: 20px !important;
  }

  .dw_social_icons,
  .header-right.hidden-for-sm,
  #header .main-menu {
    gap: 15px;
  }

  #header #menu-main-menu {
    gap: 25px;
  }

  #header .main-menu>li.menu-item>a {
    font-size: 14px;
    line-height: 1.3;
  }

  #dropdownMenuButton {
    width: 28px;
  }

  #dropdownMenuButton::after {
    right: -5px;
  }

  .view-switcher .nolink {
    padding-right: 0 !important;
    font-size: 14px !important;
  }

  #menu-currency-switcher .nolink {
    font-size: 14px !important;
  }

  #header .main-menu>li.menu-item>a {
    padding: 16px 0px 12px 0px !important;
  }
}

@media (max-width: 991.92px) {
  .dw_blog_post_home {
    max-width: 600px;
    margin: 0 auto;
  }

  .dw_blog_post_home .owl-dots {
    display: block;
  }

  .dw_blog_post_home .post-title-simple h3 a {
    max-width: 300px;
  }

  .dw_blog_post_home .post-title-simple .read-more {
    right: 12%;
  }

  #header .header-main {
    background-color: #fff !important;
  }

  .dw_home-slider.home-slider .porto-ibanner-content {
    position: relative;
    justify-content: center;
  }

  .dw_home-slider.home-slider .porto-ibanner-content>div {
    position: absolute;
    bottom: -100px;
    background: #6d4d19;
    max-width: 400px;
    color: #fff !important;
    padding: 22px 26px 30px 26px;
  }

  .home-slider .porto-ibanner-content h2 {
    text-align: center;
    font-family: Cinzel;
    font-style: normal;
    font-weight: normal;
    font-size: 64px !important;
    line-height: 1.3;
    color: #faf4db !important;
    margin-bottom: 0 !important;
  }

  /* Hero slider section - Home page */
  .dw_home-slider .owl-carousel .owl-dots {
    display: none;
  }

  .dw_home-slider.home-slider .porto-ibanner img {
    height: 100%;
    max-height: unset;
    min-height: 500px;
  }

  .dw_home-slider.home-slider .owl-carousel .owl-nav {
    display: block;
  }

  .dw_home-slider .porto-ibanner,
  .dw_home-slider .owl-stage-outer,
  .dw_home-slider {
    overflow: visible !important;
  }

  .dw_slider_container p {
    font-family: "Glacial Indifference";
    font-weight: normal !important;
    font-size: 16px !important;
    line-height: 19px !important;
    text-align: center;
    color: #faf4db !important;
  }

  .dw_custom_button_white {
    font-weight: normal !important;
    font-size: 18px !important;
    line-height: 24px !important;
    color: #faf4db !important;
  }

  .dw_home-slider.home-slider .porto-ibanner-content>div p {
    color: #faf4db !important;
  }

  .dw_home-slider .owl-nav button {
    background: transparent !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 20px !important;
    border: 1px solid #faf4db !important;
    position: relative;
    transition: all 0.5s ease-in-out;
    color: #faf4db !important;
  }

  .dw_home-slider .owl-nav button:hover {
    transition: all 0.5s ease-in-out;
    border-radius: 0px !important;
  }

  .dw_home-slider .owl-nav button::after {
    position: absolute;
    content: "";
    display: block;
    top: -1px;
    bottom: -1px;
    left: -1px;
    right: -1px;
    border: 1px solid #faf4db;
  }

  .mobile-toggle .fas.fa-bars {
    display: none;
  }

  .mobile-toggle {
    width: 23px;
    height: 18px !important;
    display: block !important;
    border-radius: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    position: relative;
    padding-left: 0 !important;
    border-top: 2px solid #6d4d19;
    transition: transform 0.4s ease-in-out !important;
  }

  .mobile-toggle::before,
  .mobile-toggle::after {
    content: "";
    width: 100%;
    height: 2px;
    display: block;
    position: absolute;
    background: #6d4d19;
    transform: translateX(0px);
    transition: transform 0.4s ease-in-out !important;
  }

  .mobile-toggle::before {
    top: 6px;
  }

  .mobile-toggle::after {
    bottom: 0px;
  }

  html.panel-opened .mobile-toggle {
    border-top: 2px solid #faf4db;
  }

  html.panel-opened .mobile-toggle::before {
    transform: translateX(-1px) rotate(-47deg);
  }

  html.panel-opened .mobile-toggle::after {
    transform: translateX(-1px) rotate(50deg);
  }

  #mini-cart .cart-popup {
    left: 0;
    right: unset;
  }

  html.panel-opened .page-wrapper,
  html.panel-opened #header.sticky-header .header-main.sticky {
    left: 0 !important;
  }

  html #side-nav-panel {
    width: 100% !important;
    transform: translateX(-100%) !important;
    top: 86px !important;
    height: calc(100% - 86px);
    padding: 10px 0 30px;
    background-color: #faf4dbf2;
  }

  #side-nav-panel .panel-overlay.active {
    z-index: -1;
    opacity: 0.8;
    display: none;
  }

  html.panel-opened #side-nav-panel {
    transform: translateX(0) !important;
  }

  .dw_mobile_white_cart {
    margin-left: 1px !important;
  }

  html.panel-opened .mini-cart.simple,
  .dw_mobile_white_cart #mini-cart:hover .cart-head::before,
  .dw_mobile_white_cart #mini-cart:hover .cart-icon:after {
    display: none !important;
  }

  html.panel-opened .dw_mobile_white_cart,
  html.panel-opened .mini-cart.mini-cart-mobile {
    display: block !important;
  }

  html.panel-opened .dw_mobile_white_cart #mini-cart .cart-icon::before {
    background-image: url("/wp-content/themes/porto-child/assets/img/cart-icon-white.svg");
  }

  html.panel-opened #mini-cart .cart-items {
    background-color: #faf4db !important;
    color: #6d4d19 !important;
  }

  #header.sticky-header .header-main.change-logo .logo img {
    transform: scale(1) !important;
  }

  #header.sticky-header .header-main .container {
    min-height: 86px !important;
  }

  #header.sticky-header .logo,
  #header .logo {
    text-align: center !important;
    max-width: 100%;
  }

  #mini-cart.simple .cart-head {
    min-width: 45px;
  }

  /* Mobile menu custom */
  .dw_mobile_wishlist_button {
    padding-top: 3px;
  }

  .dw_mobile_wishlist_button::before {
    content: "";
    display: block;
    background-image: url("/wp-content/themes/porto-child/assets/img/wishlist-white-2.svg");
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
  }

  .dw_mobile_menu_open_header .porto-sicon-box {
    margin-bottom: 0 !important;
  }

  .dw_mobile_menu_open_header .porto-sicon-default {
    width: 20px;
    height: 20px;
  }

  .dw_mobile_menu_open_header .porto-icon.advanced .porto-icon-user-2::before {
    content: "";
    display: block;
    background-size: contain;
    background-image: url("/wp-content/themes/porto-child/assets/img/profile-icon-white.svg");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin: 0;
  }

  .dw_mobile_menu_open_header {
    width: calc(100% - 66px);
    padding: 0;
    margin: 0 auto;
  }

  /* Mobile menu main content */
  .dw_mobile_menu_open_main {
    width: calc(100% - 66px);
    padding: 30px 0;
    border-top: 0.5px solid rgb(118 79 3 / 50%);
    border-bottom: 0.5px solid rgb(118 79 3 / 50%);
    margin: 0 auto;
  }

  .dw_mobile_menu_open_main .menu-wrap:first-of-type {
    margin: 0 !important;
    padding: 0px !important;
  }

  .dw_mobile_menu_open_main .menu-wrap:first-of-type ul.mobile-menu.accordion-menu {
    display: flex;
    gap: 18px;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .dw_mobile_menu_open_main .menu-wrap:first-of-type ul.mobile-menu.accordion-menu li {
    border: none !important;
  }

  .dw_mobile_menu_open_main .menu-wrap:first-of-type ul.mobile-menu.accordion-menu li {
    display: inline-flex;
    width: 100%;
    flex-wrap: wrap;
  }

  .dw_mobile_menu_open_main .menu-wrap:first-of-type ul.mobile-menu.accordion-menu>li a:first-of-type {
    padding: 0px !important;
  }

  .dw_mobile_menu_open_main li.menu-item.active>a,
  #side-nav-panel .menu-custom-block a:hover {
    background-color: transparent !important;
  }

  .dw_mobile_menu_open_main .menu-wrap:first-of-type ul li a {
    font-weight: bold;
    font-size: 23px;
    margin: 0;
    border: none;
    font-family: "Jost", sans-serif;
  }

  .dw_mobile_menu_open_main .menu-wrap:first-of-type ul.mobile-menu.accordion-menu li .has-sub {
    position: relative;
  }

  .dw_mobile_menu_open_main .menu-wrap:first-of-type ul.mobile-menu.accordion-menu li.has-sub .arrow {
    top: -12px;
  }

  .dw_mobile_menu_open_main .sub-menu li {
    padding-top: 15px;
    padding-left: 0 !important;
  }

  .dw_mobile_menu_open_main .accordion-menu ul.sub-menu {
    padding: 10px 10px 30px 30px;
    width: 100%;
  }

  .dw_mobile_menu_open_main .sub-menu li a {
    font-size: 16px !important;
  }

  .dw_mobile_menu_open_main .sub-menu li.has-sub .sub-menu li a {
    font-size: 14px !important;
  }

  .dw_mobile_menu_open_main .sub-menu li .arrow {
    top: 4px !important;
  }

  #side-nav-panel .accordion-menu .arrow {
    width: 40px;
    height: auto;
    position: unset;
  }

  #side-nav-panel .accordion-menu .arrow:after {
    content: "";
    border-bottom: 1.5px solid;
    border-right: 1.5px solid;
    display: inline-block;
    height: 8px;
    width: 8px;
    transform: rotate(45deg);
    margin: 0 0 2px;
  }

  .dw_mobile_menu_open_main .menu-wrap:first-of-type ul.sub-menu li a {
    font-weight: 400;
    text-transform: uppercase;
  }

  #side-nav-panel .accordion-menu .arrow::before,
  .dw_nav_subchildren>a:after {
    display: none !important;
  }

  .dw_mobile_menu_open_header .searchform {
    padding: 0 !important;
  }

  .dw_mobile_menu_open_header .searchform-fields {
    background: transparent !important;
  }

  .dw_mobile_menu_open_header .searchform .text {
    transition: transform 0.4s ease-in;
    transform: translateX(275px);
    opacity: 0;
  }

  .dw_mobile_menu_open_header .dgwt-wcas-search-wrapp {
    max-width: 20px;
    height: 20px;
    margin: 0 !important;
    min-width: unset;
  }

  .dw_mobile_menu_open_header .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input {
    padding: 0;
    height: 20px;
    position: absolute;
    top: 0;
    z-index: -1;
    background: transparent;
    border: none;
  }

  .dw_mobile_menu_open_header .dgwt-wcas-no-submit .dgwt-wcas-sf-wrapp input[type="search"].dgwt-wcas-search-input::placeholder {
    color: transparent !important;
    user-select: none !important;
  }

  .dw_mobile_menu_open_header .dgwt-wcas-no-submit .dgwt-wcas-ico-magnifier {
    display: none;
  }

  .dw_mobile_menu_open_header .dgwt-wcas-sf-wrapp::before {
    content: "";
    display: block;
    background-size: contain;
    background-image: url("/wp-content/themes/porto-child/assets/img/search-icon-white.svg");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin: 0;
  }

  #menu-currency-switcher-mobile .arrow {
    top: -4px;
  }

  .view-switcher {
    margin: 0 !important;
  }

  .view-switcher>li>a::after {
    display: none !important;
  }

  html .dw_mobile_menu_open_footer .currency-switcher li a,
  html .dw_mobile_menu_open_footer .view-switcher li a {
    font-family: "Jost", sans-serif !important;
    font-size: 18px !important;
    font-weight: 300 !important;
  }

  .dw_mobile_menu_open_footer .currency-switcher .arrow {
    right: 0px !important;
  }

  .dw_mobile_menu_open_footer .view-switcher .arrow {
    right: -1px !important;
    top: -4px !important;
  }

  .dw_mobile_menu_open_footer .currency-switcher .sub-menu,
  .dw_mobile_menu_open_footer .view-switcher .sub-menu {
    padding: 0 0 10px 20px;
  }

  .dw_mobile_menu_open_footer .currency-switcher .sub-menu li,
  .dw_mobile_menu_open_footer .view-switcher .sub-menu li {
    border: none !important;
  }

  .dw_mobile_menu_open_footer .menu-item.has-sub .nolink {
    padding: 0px !important;
  }

  .dw_mobile_menu_open_footer .dropdown-menu,
  .dw_mobile_menu_open_footer .dropdown-menu.show {
    background: transparent;
    border: none;
    left: -24px !important;
  }

  .dw_mobile_menu_open_footer .dropdown-item:hover,
  .dw_mobile_menu_open_footer .dropdown-item:focus {
    background-color: transparent !important;
  }

  #dropdownMenuButton::after {
    background-image: url("/wp-content/themes/porto-child/assets/img/mobile-arrow-white.svg");
    right: -12px;
    width: 15px;
    height: 10px;
    transition: 0.3s all;
  }

  .dw_social_icons {
    gap: 24px;
  }

  #mini-cart.simple .cart-head {
    min-width: 45px !important;
  }
}

@media (max-width: 768px) {
  .dw_safe_shop_icons.home-features .porto-sicon-box {
    padding-left: 0;
  }

  .dw_left_container_home_box_instagram,
  .dw_right_container_home_box_instagram {
    padding: 35px 25px;
  }

  .dw_home_autoplay_slider .wpb_wrapper.vc_column-inner .wpb_wrapper.vc_column-inner {
    padding: 0;
  }

  .dw_home_autoplay_slider .porto-carousel img {
    min-height: 260px;
    object-fit: cover;
  }

  .dw_footer_bottom p {
    text-align: center !important;
    font-size: 12px !important;
    font-family: "Jost", sans-serif !important;
    text-transform: capitalize;
  }

  .dw_elementsoftrust>.container {
    padding: 0;
  }

  .dw_safe_shop_icons .wpb_single_image,
  .dw_safe_shop_icons .wpb_single_image img {
    width: 100%;
  }

  .dw_safe_shop_icons .wpb_single_image {
    margin-bottom: 50px !important;
  }

  .dw_safe_shop_icons .wpb_single_image .wpb_wrapper {
    position: relative;
  }

  .dw_safe_shop_icons .porto-ibanner-content a {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-bottom: 0;
    font-family: Cinzel;
    font-style: normal;
    font-weight: normal;
    font-size: 36px;
    line-height: 48px;
    text-decoration-line: underline;
    color: #faf4db;
  }

  .dw_safe_shop_icons .wpb_single_image .wpb_wrapper>a {
    width: 100%;
    height: 100%;
    display: block;
  }

  .dw_safe_shop_icons :is(.vc_single_image-wrapper, .dw_safe_shop_icons) {
    width: 100%;
  }

  .dw_safe_shop_icons img.porto-ibanner-img {
    width: 100%;
    max-height: 440px;
    object-fit: cover;
    filter: brightness(0.7);
  }

  .dw_container_for_banner>.porto-wrap-container.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .dw_home_banner_image_mobile {
    position: relative;
  }

  .dw_home_banner_image_mobile img {
    min-height: 700px !important;
    object-fit: cover !important;
    filter: brightness(0.5);
  }

  .dw_home_banner_image_mobile .porto-ibanner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
  }

  .dw_home_banner_image_mobile .porto-ibanner-content :is(h4, h2, p span) {
    font-weight: normal;
    line-height: 1.3;
    color: #faf4db !important;
  }

  .dw_home_banner_image_mobile .porto-ibanner-content :is(h4, p span) {
    font-size: 16px !important;
    margin-bottom: 3px !important;
  }

  .dw_home_banner_image_mobile .porto-ibanner-content h2 {
    font-size: 36px;
    margin-bottom: 25px !important;
  }

  .dw_home_banner_image_mobile .dw_custom_button_white {
    margin-top: 54px;
  }

  .dw_home_banner_image_mobile .porto-ibanner-content p {
    max-width: 310px;
    margin: 0 auto;
  }

  .dw_container_for_blog .post-excerpt {
    width: 80% !important;
  }

  .dw_container_for_blog h4 {
    top: 60px !important;
  }

  .mfp-container .mfp-content {
    width: 100% !important;
  }
}

@media (max-width: 576px) {
  .dw_blog_post_home .post-slide::before {
    left: 0;
    top: -20px;
    bottom: -20px;
  }

  .dw_blog_post_home .post-title-simple {
    padding-left: 15px;
  }

  .dw_blog_post_home .post-title-simple :is(.meta-date, h3, .read-more) {
    width: 100%;
    right: unset;
    left: 50%;
    transform: translateX(-50%);
  }

  .dw_blog_post_home .post-title-simple .read-more {
    max-width: 300px;
    margin-left: 8px;
  }

  .dw_elementsoftrust>.porto-wrap-container.container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .dw_blog_post_home .post-title-simple h3 a {
    margin: 0 auto;
  }

  .dw_safe_shop_icons .porto-sicon-description {
    font-size: 14px !important;
  }
}

@media (max-width: 370px) {
  .dw_blog_post_home .post-title-simple .read-more {
    max-width: 220px;
  }
}

.linkVrste:hover {
  color: #6d4d19;
  font-weight: 600;
}

.materijali {
  margin: 100px 0;
}

.home .logo a,
.home .dw_header_logo_link {
  pointer-events: none;
}

.home .logo {
  position: relative;
}

.home .logo:hover::after {
  content: "Octopus - Početna";
  font-size: 12px;
  background: white;
  color: black;
  padding: 12px 5px;
  border: 1px solid black;
  position: absolute;
  font-family: sans-serif;
  bottom: -10px;
  right: -76px;
  width: 115px;
  font-weight: 300;
}

.dw_vrijeme {
  justify-content: center;
}

.dw_modal_icon {
  display: flex;
  justify-content: center;
}

.dw_modal_icon img {
  padding: 10px 0 25px 0;
}

.dw_container_for_blog .post-excerpt {
  position: absolute;
  top: 100px;
  width: 50%;
  color: #faf4db;
  text-align: right;
  right: 40px;
}

.dw_container_for_blog h4 {
  position: absolute;
  top: 75px;
  width: 50%;
  color: #faf4db;
  text-align: right;
  right: 40px;
}

.dw_container_for_blog .btn {
  color: #faf4db !important;
  background-color: transparent !important;
  border-color: #faf4db !important;
  border-radius: 50px !important;
  position: absolute;
  top: 200px;
  right: 40px;
}

.flag {
  display: none !important;
}

.mfp-content {
  background: #faf4db;
  width: 45% !important;
  padding: 50px;
}

.dw_social_icons a#dropdownMenuButton,
#header .porto-view-switcher>li.menu-item>a,
#header .porto-view-switcher .narrow li.menu-item>a,
.header-wrapper .custom-html a:not(.btn) {
  font-family: cinzel;
  text-transform: uppercase;
}

@media (min-width: 858px) and (max-width: 1359px) {
  .dw_tel {
    margin-top: 7px !important;
  }

  .dw_tattoo_title {
    margin-top: 37px !important;
  }

  .dw_kontakt_info .porto-sicon-header {
    inline-size: 150px;
    overflow-wrap: break-word;
  }
}

@media (min-width: 767px) and (max-width: 858px) {
  .dw_tel {
    margin-top: 17px !important;
  }

  .dw_tattoo_title {
    margin-top: 35px !important;
  }

  .dw_kontakt_info .porto-sicon-header {
    inline-size: 150px;
    overflow-wrap: break-word;
  }
}

@media (min-width: 450px) and (max-width: 767px) {

  .dw_kontakt label,
  .dw_kontakt input,
  .dw_kontakt textarea {
    width: 100%;
  }

  .dw_vrijeme {
    justify-content: center;
  }

  .product-image .stock {
    font-size: 11px;
  }
}

span.sticky-post {
  position: absolute;
  z-index: 999;
  top: 0;
  left: 0;
  background: #faf4db;
  padding: 10px;
  border-radius: 20px;
}

.pomakni {
  margin-top: -25px !important;
}

.alg_open_price {
  border-color: #6d4d19 !important;
  color: #764f03 !important;
}

.cover-shop {
  padding: 0;
  width: 100%;
  min-height: 200px;
}

.cover-shop img {
  width: 100%;
}

.kategorija-cover p {
  max-width: 100% !important;
}

.kategorija-cover {
  position: relative;
  padding: 20px;
  margin-bottom: 16px;
}

.odmakni {
  margin-top: 50px;
}

.opisBranda {
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.603);
  padding: 16px;
}

.opisBranda p {
  font-weight: 600;
  padding: 0;
  margin: 0;
}

.linkovi {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-evenly;
}

.linkovi a {
  font-weight: 600;
}

.proizvodjaci h4 {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  margin: 0;
  padding: 0;
}

.katalog {
  text-align: center;
  margin-bottom: 16px;
  margin-top: 16px;
}

.katalog a {
  font-weight: 600;
  font-size: 20px;
}

.poravnaj {
  align-items: flex-end;
}

.age-gate__heading-title {
  display: none;
}

.age-gate {

  color: #FAF4DB !important;
  border-radius: 20px;
  padding: 70px;
  background-image: url('back2.png') !important;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.age-gate-headline,
.age-gate__headline {
  color: #FAF4DB !important;
  text-align: center;
  font-size: 2.5rem;
  font-family: "Trirong", sans-serif;
}

.age-gate-subheadline,
.age-gate__subheadline {
  color: #FAF4DB !important;
  text-transform: uppercase;
  text-align: center;
  max-width: 80%;
  font-family: "Trirong", sans-serif;
}

.age-gate input[type=text].age-gate-input,
.age-gate input[type=text].age-gate__input {
  background: #FAF4DB !important;

}

button.age-gate-button,
button.age-gate-submit-no,
button.age-gate-submit-yes,
button.age-gate__button,
button.age-gate__submit--no,
button.age-gate__submit--yes {
  background-color: transparent !important;
  color: #FAF4DB !important;
  border-radius: 20px;
  font-weight: 400 !important;
  border: 1px solid #FAF4DB;
}

button.age-gate-button,
button.age-gate-submit-no,
button.age-gate-submit-yes,
button.age-gate__button,
button.age-gate__submit--no,
button.age-gate__submit--yes:hover {
  background-color: transparent !important;
  color: #FAF4DB !important;
  border-radius: 20px;
  font-weight: 600 !important;
  border: 1px solid #FAF4DB !important;
}

#header .porto-view-switcher>li.menu-item,
#header .top-links>li.menu-item {
  font-size: 14px !important;
  font-family: 'cinzel', sans-serif !important;
}

.single-product .dw_elementsoftrust {
  padding-bottom: 40px !important;
}

.single-product .dw_elementsoftrust+.dw_elementsoftrust {
  padding-bottom: 0 !important;
}
