@font-face {
  font-family: "RobotoFlex";
  src: url("../fonts/RobotoFlex.ttf");
  font-style: normal;
}

body {
  font-family: "RobotoFlex";
  font-style: normal;
}


ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul li {
  margin: 0;
}

a {
  text-decoration: none !important;
}

button {
  font-weight: normal !important;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

._keyfocus *:focus, input:not([disabled]):focus, textarea:not([disabled]):focus, select:not([disabled]):focus {
  box-shadow: none;
}

[data-content-type='row'][data-appearance='contained'] {
  max-width: 100%;
  padding: 0;
  width: 100%;
}

.actions-primary button.primary {
  background: #333333;
  color: #fff;
  border-radius: 4px;
  border: 2px solid #333333 !important;
}

.actions-primary button.primary span {
  font-weight: 600 !important;
}

.actions-primary button.primary:hover,
.related_page_wrap button.primary:hover {
  background: transparent;
  color: #333333;
}

.action.primary:focus, .action-primary:focus, .action.primary:active, .action-primary:active, .amshopby-button:focus, .amshopby-button:active, .am-filter-go:focus, .am-filter-go:active {
  background: transparent;
  color: inherit;
}


/* Header */

.ammenu-header-container .header.content .ammenu-logo {
  min-width: inherit;
  margin: 0;
}

.navigation, .breadcrumbs, .header.content, .footer.content, .page-wrapper>.widget, .page-wrapper>.page-bottom, .block.category.event, .top-container, .page-main {
  width: 100%;
  max-width: 100%;
  padding: 0;
}

.page-header .header.panel {
  margin: 0 0 0 auto;
  max-width: inherit;
  padding: 0;
}

.page-header {
  position: sticky;
  /* z-index: 6; */
  z-index: 99;
  background: #333333;
  top: 0;
}

.page-header .header.content {
  max-width: 1450px;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding: 25px 20px;
}

.headerWrapperNav {
  position: relative;
}


.headerWrapperNav,
.home_top_slider,
.home_top_category,
.home_product,
.homeTwoBanner,
.homeThreeBaner,
.page-wrapper > .breadcrumbs,
.page-products .columns,
.catalog-product-view .page-main,
.cms-page-view .page-main,
.checkout-index-index .page-main,
.catalogsearch-result-index .page-title-wrapper,
.customer-account-login .page-main,
.customer-account-create .page-main,
.account .page-main,
.checkout-cart-index .page-main,
.cms-no-route .page-main {
  max-width: 1450px;
  width: 100%;
  margin: auto;
  padding: 0 20px;
}

/* Header login */

.header.links>li:not(.welcome,.authorization-link,.wishlist)>a {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.authorization-link a::before {
  content: '\f007';
  font-family: "font awesome 5 Pro";
  font-weight: 300;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  display: block;
  margin-bottom: 0;
}

.header.links .wishlist a::before {
  content: '\f004';
  font-family: "font awesome 5 Pro";
  font-weight: 300;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  display: block;
  margin-bottom: 0;
}

.minicart-wrapper .action.showcart:before {
  content: '\f07a' !important;
  font-family: "font awesome 5 Pro" !important;
  font-weight: 400;
  margin-right: 0;
  font-size: 18px !important;
  color: #fff !important;
  display: block;
  line-height: inherit !important;
}

.minicart-wrapper .action.showcart .counter.qty.empty {
  display: block;
}

.minicart-wrapper .action.showcart .counter.qty:before {
  content: '0';
}

.minicart-wrapper .action.showcart .counter.qty {
  background: #F47D20;
  color: #fff;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  display: inline-block;
  min-width: 20px;
  overflow: hidden;
  padding: 0 2px;
  text-align: center;
  white-space: normal;
  position: absolute;
  font-size: 12px;
  font-weight: 400;
  top: -10px;
  right: 0px;
}

.minicart-wrapper .action.showcart .counter.qty .counter-number {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


.counter-number {
  background: #F47D20;
  color: #fff;
  height: 20px;
  line-height: 20px;
  border-radius: 50%;
  display: inline-block;
  min-width: 20px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 11px;
  font-weight: 500;
}

.minicart-wrapper .action.showcart .counter.qty.empty .counter-number {
  display: none;
}


.page-header .header.links .authorization-link, .page-header .header.links .wishlist, .header.content .minicart-wrapper {
  background: #333333;
  border: 1px solid #5E5E5E;
  border-radius: 6px;
  width: 50px;
  height: 50px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header.links {
  display: flex !important;
}

.header.links li.link.authorization-link,
.header.links li.link.wishlist {
  display: flex !important;
  align-items: center;
  justify-content: center;
}


.header.links li.customer-welcome+li.authorization-link {
  display: none !important;
}

.header.links .customer-welcome {
  background: #333333;
  border: 1px solid #5E5E5E;
  border-radius: 6px;
  width: 50px;
  height: 50px;
  text-align: center;
}

.header.links .customer-welcome .customer-name::before {
  content: '\f4fe';
  font-family: "font awesome 5 Pro";
  font-weight: 300;
  font-size: 18px;
  color: #fff;
  line-height: 1;
  display: block;
  margin-bottom: 0;
}

.header.panel>.header.links>li.customer-welcome {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-right: 5px;
}

.header.links .greet.welcome .logged-in {
  font-size: 0;
}

.customer-welcome .customer-name {
  display: flex;
  align-items: center;
}

ul.links li a {
  font-size: 0;
}

.header.panel>.header.links>.authorization-link:after {
  display: none;
}

.customer-welcome .action.switch:after {
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translate(-50%);
}

.header.panel>.header.links>li {
  margin: 0 0 0 5px;
}

.customer-welcome ul {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 101;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  box-shadow: 0 3px 3px rgb(0 0 0 / 15%);
}

.customer-welcome.active .customer-menu .links {
  flex-direction: column;
  align-items: flex-start;
  width: 100px;
  padding: 5px 10px;
  border-radius: 6px;
  margin-top: 10px;
  left: -50px;
  right: auto;
  min-width: inherit;
}

.customer-welcome.active .customer-menu .links li a {
  color: #333 !important;
  position: static;
  margin: 0;
  overflow: visible;
  height: auto;
  padding: 3px 0;
  font-size: 12px;
  white-space: nowrap;
}

.customer-welcome .link.authorization-link a:before {
  display: none !important;
}

.customer-welcome.active .header.links li {
  margin: 0;
  width: auto;
  height: auto;
  padding: 0;
  border: none;
  background: transparent;
}

/* Active sidebar */

.cms-prijava-kvara .pageSidebar .sidebar_wrap:first-of-type ul li:first-of-type {
  background: #ecf3dd !important;
}

.cms-provera-statusa-reklamacije .pageSidebar .sidebar_wrap:first-of-type ul li:last-of-type {
  background: #ecf3dd !important;
}

.cms-registracija-garancije .pageSidebar .sidebar_wrap:nth-child(3) ul li:first-of-type {
  background: #ecf3dd !important;
}

.cms-produzena-garancija .pageSidebar .sidebar_wrap:nth-child(3) ul li:last-of-type {
  background: #ecf3dd !important;
}




/* Mini cart */

.ammenu-header-container .header.content .minicart-wrapper {
  margin-right: 0;
}

.header.panel>.header.links {
  margin-right: 0;
}


/* Search */

.amsearch-products-section .amsearch-item .product-item-description,
.amsearch-product-list li.amsearch-item .stock {
  display: none;
}

.page-header .amsearch-wrapper-block {
  float: none;
  margin: auto;
}

/* .amsearch-overlay-block {
  display: none !important;
} */

.page-header .amsearch-wrapper-block {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  width: 50%;
  z-index: 5;
}

input:not([disabled]):focus {
  box-shadow: none !important;
}

.minicart-items .update-cart-item {
  border: 1px solid #c2c2c2 !important;
}

.amsearch-input-wrapper .amsearch-input {
  cursor: pointer;
  border-radius: 10px;
  height: 45px;
}

.amsearch-form-block {
  display: inline !important;
}

.amsearch-button.-loupe {
  background-image: none;
  height: 45px;
  width: 50px;
  opacity: 1 !important;
  right: 0 !important;
  background-color: #D8E6B8;
  border-radius: 0px 10px 10px 0px;
  right: 0 !important;
  left: auto !important;
}

.amsearch-button.-loupe::after {
  content: '\f002';
  font-family: "font awesome 5 Pro";
  font-weight: 500;
  color: #000;
}

.amsearch-input-wrapper .amsearch-button.-close {
  right: 50px;
}

.amsearch-input-wrapper .amsearch-input:focus {
  border: 1px solid #fff;
}

.amsearch-item-container {
  padding: 0 0 5px;
}

.amsearch-item-container .amsearch-item .amsearch-link {
  color: #333 !important;
}

.amsearch-item-container .amsearch-item .amsearch-link:hover,
.amsearch-item-container .amsearch-item .amsearch-link:focus {
  background: #D8E6B8 !important;
}

/* Search result */

.amsearch-products-section.-grid:not(.-slider) .amsearch-item {
  max-width: calc(33.333%);
  border: 1px solid #f2f2f2;
  border-left: none;
  padding: 10px;
}

.amsearch-product-list .product-image-wrapper {
  padding-bottom: 65% !important;
}

.amsearch-highlight {
  color: #F47D20 !important;
}

.amsearch-products-section .amsearch-link {
  color: #333;
}

.amsearch-result-section {
  width: 100% !important;
}

.amsearch-products-section:not(:first-child) {
  border-left: 1px solid #f2f2f2;
}

.amsearch-message-block span {
  font-size: 15px;
}

.amsearch-item-container.-recent_searches .amsearch-item.-match {
  background-color: #D8E6B8 !important;
}

.amsearch-tab-items.amsearch-collapsible-content .amsearch-item .item-name span {
  color: #333 !important;
}

ul.amsearch-product-list .amsearch-item .amsearch-wrapper-inner .actions-secondary {
  display: none;
}

ul.amsearch-product-list .amsearch-item .amsearch-wrapper-inner .product-item-actions,
ul.amsearch-product-list .amsearch-item .amsearch-wrapper-inner .actions-primary,
ul.amsearch-product-list .amsearch-item .amsearch-wrapper-inner .tocart {
  width: 100%;
}

.amsearch-products-section .amsearch-block-header {
  padding: 0 20px 20px;
}

.amsearch-products-section .product-reviews-summary.short {
  display: none;
}

ul.amsearch-product-list .amsearch-link.product-item-link {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 30px;
  margin-bottom: 15px;
}

ul.amsearch-product-list .tocart {
  border-radius: 4px !important;
}

.amsearch-products-section .amsearch-item:hover {
  background: transparent !important;
}


/* Nav */

.ammenu-drill-navigation .ammenu-button:focus {
  box-shadow: none !important;
}

.ammenu-menu-wrapper .ammenu-tabs-list,
.ammenu-menu-wrapper .ammenu-menu-title {
  display: none;
}

@media only screen and (min-width:991px) {
  .ammenu-button.-hamburger:after {
    content: 'Sve kategorije';
    display: block;
    white-space: nowrap;
    font-family: "RobotoFlex";
    font-style: normal;
  }
  .ammenu-button.-hamburger:before, .ammenu-button.-hamburger:before {
    border: none !important;
  }

  /* desk nav */

  .ammenu-menu-wrapper .ammenu-menu-overlay {
    top: 140px;
  }

  .ammenu-nav-sections.-topmenu .ammenu-main-container {
    padding: 0 20px;
  }

  .ammenu-nav-sections.-topmenu .ammenu-items {
    padding: 10px 0;
  }

  .ammenu-nav-sections {
    position: absolute !important;
    transition: 0s all ease-in !important;
    animation-duration: 0s !important;
    bottom: auto !important;
    max-width: inherit !important;
    width: 25% !important;
    top: 40px !important;
    left: 20px !important;
    box-shadow: none !important;
    z-index: 15;
    padding: 0 !important;
    display: none;
  }


  .ammenu-nav-sections.-topmenu .ammenu-submenu-wrapper {
    position: absolute !important;
    top: 0 !important;
    height: 100%;
    width: 324.5% !important;
    max-width: inherit;
    min-width: inherit !important;
    border-radius: 0;
    background: #ededed !important;
    left: 106.5%;
    padding: 20px;
    min-height: 430px;
  }

  .ammenu-nav-sections.-topmenu .ammenu-submenu-wrapper .ammenu-list li a,
  .ammenu-nav-sections.-topmenu .ammenu-submenu-wrapper .ammenu-list li a:hover {
    background: transparent !important;
  }

  .ammenu-nav-sections.-topmenu .ammenu-submenu-wrapper .ammenu-list li a:hover {
    color: #F47D20 !important;
  }

  .ammenu-submenu-wrapper .ammenu-category-columns a::after {
    display: none !important;
  }


  .ammenu-item.category-item {
    width: 100%;
    margin: 2px 0 !important;
  }

  .ammenu-nav-sections ul.ammenu-items li.category-item a {
    padding: 5px 10px !important;
  }

  ._ammenu-link.-first, .ammenu-nav-sections.-sidebar .ammenu-items.-root>.ammenu-item>.ammenu-link, .ammenu-nav-sections.-mobile.-drill .ammenu-items.-drill .ammenu-link {
    min-height: inherit !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    font-family: "RobotoFlex";
  }

  .ammenu-menu-wrapper .ammenu-link:focus {
    box-shadow: none;
  }

  .ammenu-nav-sections .ammenu-main-container .ammenu-item.category-item:hover > a {
    background: rgba(255, 255, 255, 0.5) !important;
    border-radius: 4px;
  }

  .ammenu-nav-sections.-sidebar .ammenu-link {
    margin: 0 15px;
  }

  .ammenu-nav-sections.-sidebar.-left-menu .ammenu-items.-root>.ammenu-item:not(:last-child)>.ammenu-link {
    border-bottom: none;
  }

  .ammenu-nav-sections.-sidebar.-left-menu .ammenu-items.-root {
    padding: 10px 0;
  }

  .ammenu-nav-sections .ammenu-main-container .ammenu-item.category-item a:after {
    content: '\f061';
    font-family: "font awesome 5 Pro";
    font-weight: 300;
    color: #fff;
    position: absolute;
    right: 10px;
    color: #333;
  }

  .ammenu-category-tree .ammenu-title.-parent {
    margin: 0;
  }

  .ammenu-category-tree .ammenu-title {
    font-size: 16px;
    font-weight: 500;
  }

  .ammenu-category-tree .ammenu-list li.ammenu-item.category-item a {
    font-size: 14px;
  }


  .ammenu-submenu-wrapper .ammenu-link.-simple svg {
    display: none;
  }


  .ammenu-submenu-wrapper .ammenu-submenu-block .ammenu-category-columns {
    width: 70%;
    display: inline-block !important;
    overflow-x: auto;
    column-count: 4;
    -moz-column-count: 4;
    -webkit-column-count: 4;
    -o-column-count: 4;
    column-fill: auto;
    -moz-column-fill: auto;
    -webkit-column-fill: auto;
    -o-column-fill: auto;
    height: 540px;
    /*width: 100%;*/
  }

  .ammenu-nav-sections .ammenu-items>.ammenu-item.category-item:nth-child(2) .ammenu-category-columns,
  .ammenu-nav-sections .ammenu-items>.ammenu-item.category-item:nth-child(8) .ammenu-category-columns {
    height: 360px;
  }

  .ammenu-nav-sections .ammenu-items>.ammenu-item.category-item:nth-child(5) .ammenu-category-columns {
    height: 260px;
  }

  .ammenu-category-columns .ammenu-column {
    width: auto !important;
  }



  /* Nav baner */

  .ammenu-submenu-wrapper .ammenu-submenu-block [data-content-type='html'] {
    display: flex !important;
  }


  .ammenu-category-columns .ammenu-column:not(:last-child) {
    padding: 0;
  }

  .menu_img {
    width: 30%;
  }

  .menu_img img {
    width: 100%;
  }

  .menu_img a {
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 14px;
    color: #333;
    background: #fff;
    width: 200px;
    height: 40px;
    border-radius: 8px;
    margin: 25px 0 0 auto;
  }

  .menu_img a img {
    width: auto;
    margin-left: 10px;
  }
  .menu_img a::after {
    display: none;
  }

}

/* min width */


.hidden_btn {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 150px;
  z-index: 4;
  display: none;
}

.page-main.opacity_bgd:after {
  position: fixed;
  height: 100vh;
  top: 0;
  left: 0;
  right: 0;
  content: '';
  background-color: rgba(0,0,0,.15);
  background: rgba(0,0,0,.15);
  z-index: 4;
}

.ammenu-button.-hamburger:before {
  content: '\f0c9';
  font-family: "font awesome 5 Pro";
  font-weight: 300;
  color: #333333;
  font-size: 24px;
  margin-right: 15px;
}

.ammenu-button.-hamburger.-trigger {
  display: flex !important;
  margin: 0;
  width: auto;
  height: 40px;
  background-repeat: no-repeat;
  color: #333333 !important;
  background: #D8E6B8;
  padding: 0 25px;
  align-items: center;
  border: none;
  font-size: 14px;
  font-weight: 500 !important;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.ammenu-button.-hamburger:hover {
  filter: brightness(95%);
}


.ammenu-button.-hamburger {
  margin: 0;
}


/* end nav */

/**/

.headerWrapperNav,
.h_header_links {
  display: flex;
  align-items: center;
}

.h_header_links {
  justify-content: space-between;
}


/* Under nav */

.header_custom_links {
  display: flex;
  align-items: center;
  list-style: none;
  padding-left: 35px;
}

.header_custom_links li a {
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  padding: 10px 15px;
  display: inline-block;
  position: relative;
}

.header_custom_links li a:hover {
  color: #f47d20;
}

.header_custom_links li.action a:hover {
  color: #fff;
}

.header_custom_links li.action a {
  padding: 10px 25px;
}

.header_custom_links li {
  margin-right: 20px;
}

.header_custom_links li:last-child a::after,
.header_custom_links li:nth-child(3) a::after,
.header_custom_links li.action a::after {
  display: none;
}

.header_custom_links li a::after {
  content: '';
  width: 1px;
  height: 20px;
  background: rgba(255, 255, 255, 0.5);
  display: inline-block;
  position: absolute;
  right: -10px;
}

.header_custom_links li:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}

.header_custom_links li.action {
  background: #F47D20;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.h_header_links .h_contact a {
  color: #fff;
  display: flex;
  align-items: center;
  padding: 10px 0;
  font-weight: 500;
} 

.h_header_links .h_contact {
  display: flex;
  align-items: center;
}

.h_header_links .h_contact li {
  margin-left: 20px;
}

.h_header_links .h_contact a i {
  margin-right: 7px;
  font-size: 17px;
}

.h_header_links .h_contact li:first-child a i {
  font-size: 15px;
}

/* Home top slide */

.home_top_slider .pagebuilder-slider {
  margin-bottom: 0;
  padding: 0;
  margin-top: 30px;
}

.home_top_slider .pagebuilder-slide-wrapper {
  /* min-height: 460px !important; */
  border-radius: 20px;
  /* min-height: 24vw !important; */
  padding: 14.5% 0;
  background-size: contain !important;
}

.home_top_slider .pagebuilder-overlay {
  padding: 0 !important;
}

.home_top_slider .slick-dots {
  display: none !important;
}

.home_top_slider .slick-slider .slick-arrow.slick-next {
  right: 20px;
  opacity: 1;
  filter: brightness(0) saturate(100%) invert(16%) sepia(96%) saturate(12%) hue-rotate(359deg) brightness(108%) contrast(104%);
  z-index: 2;
}
.home_top_slider .slick-slider .slick-arrow.slick-prev {
  left: 20px;
  opacity: 1;
  filter: brightness(0) saturate(100%) invert(16%) sepia(96%) saturate(12%) hue-rotate(359deg) brightness(108%) contrast(104%);
  z-index: 2;
}


/* Home category slide */

.home_top_category {
  overflow: hidden;
  margin-top: 50px;
}

.pay_cat_links {
  padding-left: 0;
}

.home_top_category ul li a {
  display: flex;
  background: #EDEDED;
  border-radius: 10px;
  padding: 25px 25px 0;
  -webkit-box-shadow: 0px 8px 0px 0px rgba(198,198,198,1);
  -moz-box-shadow: 0px 8px 0px 0px rgba(198,198,198,1);
  box-shadow: 0px 8px 0px 0px rgba(198,198,198,1);
}

.home_top_category ul li {
  padding-bottom: 8px;
}

.home_top_category ul li .c_pay_text {
  width: 60%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.home_top_category ul li .c_pay_image {
  width: 40%;
}

.home_top_category ul li .c_pay_image img {
  mix-blend-mode: multiply;
}

.home_top_category ul li .c_pay_text p {
  color: #333333;
  font-size: 20px;
  line-height: 1.1;
  font-weight: 600;
}

.home_top_category ul li .c_pay_text span {
  position: relative;
  bottom: 20px;
  font-size: 14px;
  color: #333333;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.home_top_category ul li .c_pay_text span i {
  font-size: 17px;
  margin-left: 5px;
}



/* Home product */

.home_product {
  margin-top: 50px;
}

.home_product [data-content-type="text"] p {
  color: #333333;
  font-size: 25px;
  font-weight: 600;
}

.home_product .product-items {
  padding: 0;
}

.home_product .slick-prev,
.home_product .slick-next {
  display: none !important;
}

.home_product .product-items .slick-list {
  margin: 0 -10px;
}

.home_product .product-items .slick-slide {
  margin-left: 10px;
  margin-right: 10px;
}

/* Product height */

.product-items .product-item {
  min-height: 436px;
}





/* All product */

.product-items .product-item .product-item-details .price-box .price-label {
  display: none;
}

.product-items .product-item .stock_status {
  margin-bottom: 10px;
}

.product-items .product-item .stock_status {
  color: #8497b2;
  opacity: .9;
  font-size: 11px;
}

.product-items .product-item .stock_status i {
  margin-right: 5px;
}

.product-items .product-item .product-item-details {
  min-height: 126px;
}

.product-items .product-item .product-item-details .product-item-name a {
  color: #333333;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
  height: 47px;
}

.products.list.items.product-items .product-item-details .product-item-name a {
  font-size: 15px;
  margin-bottom: 15px;
  height: 39px;
}

.products.list.items.product-items .product-item-inner .product-item-description {
  display: none;
}

.block.related .product-item-info .product-item-details .product-item-link {
  margin-bottom: 0;
}

.product-items .product-item .product-item-info {
  padding: 20px !important;
  border: 1px solid rgba(160, 160, 160, 0.2);
  height: 100%;
  position: relative;
  border-radius: 10px;
}

.product-items.slick-slider .slick-slide .product-item {
  max-width: inherit;
}

.price_wrap,
.block.related .price-box {
  display: flex;
  align-items: flex-end;
  min-height: 35px;
}

.block.related .price-box {
  min-width: 45px;
}

.block.related .price-box  {
  align-items: flex-start;
}

.price_wrap .price-box {
  margin: 0;
}

.price_wrap .price-box,
.block.related .price-box {
  margin: 0;
  display: flex;
  flex-direction: column-reverse;
}


.price_wrap .list-discount .pr_discount {
  width: 45px;
  height: 30px;
  display: block;
  background: #ED1C24;
  text-align: center;
  line-height: 30px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 5px;
  margin-right: 10px;
}

.price_wrap .price-box.price-final_price .old-price {
  margin: 0;
  display: block;
}

.price_wrap .price-box.price-final_price .old-price .price,
.block.related .price-box.price-final_price .old-price .price {
  color: #A0A0A0;
  font-size: 12px;
  font-weight: 400;
  text-decoration: line-through;
}

/*.price_wrap .price-box.price-final_price .special-price .price,
.block.related .price-box.price-final_price .special-price .price {
  color: #ED1C24;
  font-size: 16px;
  font-weight: 600;
}*/

.price_wrap .price-box.price-final_price .price,
.block.related .price-box.price-final_price .price {
  color: #333333;
  font-size: 16px;
  font-weight: 600;
}

.discount_sticker {
  display: flex;
  flex-direction: row-reverse;
}

.discount_sticker .price-discount {
  display: flex;
  align-items: center;
  background: #E4322B;
  color: #fff;
  padding: 0 7px;
  border-radius: 4px;
  margin-right: 10px;
}

.main_price_wrap {
  display: flex;
  flex-direction: column-reverse;
}

.product-items .product-item .product-item-inner .product-item-actions {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  display: none;
}

.home_product .products-grid .product-item-actions {
  margin-bottom: 0;
}

.product-items .product-item .product-item-info:hover .product-item-inner .product-item-actions {
  display: block;
}

.product-items .product-item .product-item-info:hover {
  background: #fff;
}

.block.widget .products-grid .product-item .product-item-inner, 
.page-layout-1column .block.widget .products-grid .product-item .product-item-inner, 
.page-layout-3columns .block.widget .products-grid .product-item .product-item-inner {
  box-shadow: none;
  margin: 0;
}

.product-items .product-item .product-item-inner .product-item-actions .actions-primary,
.amrelated-grid-wrapper .product-item-actions .actions-primary,
.related_page_wrap form {
  width: 73%;
  margin-right: 5%;
}

.product-items .product-item .product-item-inner .product-item-actions .actions-primary button.primary,
.amrelated-grid-wrapper .product-item-actions .actions-primary button.primary,
.related_page_wrap form button.primary {
  width: 100%;
  height: 40px;
}

.product-items .product-item .product-item-inner .product-item-actions .actions-secondary,
.amrelated-grid-wrapper .product-item-actions .actions-secondary,
.related_page_wrap .product.actions.product-item-actions {
  width: 22%;
}

.product-items .product-item .product-item-inner .product-item-actions .actions-secondary a.towishlist,
.amrelated-grid-wrapper .product-item-actions .actions-secondary a.towishlist,
.related_page_wrap .actions-secondary a.towishlist {
  border: 2px solid #333333;
  border-radius: 4px;
  height: 40px;
  width: 100%;
} 

.product-items .product-item .product-item-inner .product-item-actions .actions-secondary a.towishlist:hover,
.amrelated-grid-wrapper .product-item-actions .actions-secondary a.towishlist:hover,
.block.related .actions-secondary a.towishlist:hover {
  background: #333333;
}

.product-items .product-item .product-item-inner .product-item-actions .actions-secondary a.towishlist:hover:before,
.amrelated-grid-wrapper .product-item-actions .actions-secondary a.towishlist:hover:before,
.block.related .actions-secondary a.towishlist:hover:before {
  color: #fff;
}

.product-item .action.towishlist:before {
  content: '\f004';
  font-family: "font awesome 5 Pro";
  font-weight: 400;
  font-size: 18px;
  width: auto;
  opacity: 1;
  color: #333333;
}

.swatch-attribute.size {
  display: none;
}

.product-items .product-item .swatch-attribute .swatch-option {
  width: 17px;
  height: 17px;
  min-width: 17px;
  min-height: 17px;
  border-radius: 50px;
  margin: 0 7px 5px 0;
}

.variation_price_wrap {
  height: 67px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.product-item button.action.tocart span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-item button.action.tocart {
  padding: 0;
}

.product-item button.action.tocart span::after {
  content: '\f07a';
  font-family: "font awesome 5 Pro";
  font-weight: 300;
  margin-right: 0;
  font-size: 15px;
  color: #fff;
  display: block;
  line-height: inherit;
  margin-left: 5px;
}

.product-item button.action.tocart:hover span::after {
  color: #333;
}

.home_product .slick-dotted.slick-slider {
  margin-bottom: 0;
}

.home_product .slick-dots {
  bottom: 40px;
}


.home_product .slick-dots li {
  width: auto;
  height: auto;
}

.home_product .slick-dots li button {
  background: #C6C6C6;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  opacity: 1;
}

.home_product .slick-dots li.slick-active button {
  background: #828282;
  width: 40px;
  border-radius: 4px;
}

.home_product .slick-dots li button:before {
  display: none;
}

.home_product .slick-dots li button:hover {
  border: none;
}

.z_index {
  z-index: -1;
}


/* Product list */

.category-description {
  order: 20;
  background: #F9F9F9;
  padding: 40px;
  border-radius: 20px;
}

.page-products .category-view img {
  width: 100%;
}

.products.wrapper .products.list {
  display: flex;
  flex-wrap: wrap;
}

.products.wrapper .products.list li.item {
  padding: 0;
  margin: 0;
  width: auto;
  margin-bottom: 20px;
}

.action.tocompare {
  display: none !important;
}

.products-grid .product-item-info:hover, .products-grid .product-item-info.active {
  box-shadow: none;
  margin: 0;
}

.products-grid .product-item-inner {
  background: #fff;
  box-shadow: none;
  border: none;
  border-top: none;
  margin: 0;
  padding: 0;
  position: static;
}



/* Home two banner */

.homeTwoBanner,
.homeThreeBaner {
  margin-top: 20px;
}

.homeTwoBanner img,
.homeThreeBaner img {
  width: 100%;
  display: block;
}

.homeTwoBanner .pagebuilder-column-line,
.homeThreeBaner .pagebuilder-column-line {
  gap: 20px;
}


/* Breadcrumps */

.page-wrapper > .breadcrumbs .items {
  padding: 10px 0;
}

.page-wrapper > .breadcrumbs .items li {
  color: #333333;
}

.page-wrapper > .breadcrumbs .items li a {
  color: #A6A6A6;
}

.breadcrumbs .item:not(:last-child):after {
  content: '\f0da';
  font-family: "font awesome 5 Pro";
  font-weight: 900;
  font-size: 13px;
  color: #A6A6A6;
}

/* Top messages */

.page.messages div.message {
  background: #D8E6B8;
}

.message-success.success.message a {
  color: #006400;
  text-decoration: underline !important;
}

.page-products .page.messages {
  max-width: 1450px;
  width: 100%;
  margin: -40px auto 20px;
  padding: 0 15px;
}

/* Modal popup */

.modal-popup .modal-footer .action-secondary,
.modal-popup .modal-footer .action-primary {
  background: #D8E6B8;
  border: 1px solid #D8E6B8;
  color: #333;
}

.modal-popup .modal-footer .action-secondary:hover,
.modal-popup .modal-footer .action-primary:hover {
  background: transparent;
}

/* Product list */

.sticker_list {
  position: absolute;
  z-index: 2;
  display: flex;
  top: 10px;
  left: 10px;
}

.sticker_list .sticker_list_box {
  margin-right: 10px;
}

.sticker_list .sticker_list_box img {
  height: 20px;
}

.page-products .page-main {
  margin-top: 50px;
}

.page-products .column.main {
  display: flex;
  flex-direction: column;
}

.page-products .column.main .category-view,
.page-products .column.main .page-title-wrapper {
  order: -1;
}

.page-title-wrapper .page-title span {
  font-size: 40px;
  font-weight: 600;
} 

.page-products .sidebar .block-actions.filter-actions {
  padding: 0;
}

.page-products .sidebar .block-actions.filter-actions .filter-clear {
  background: #c1d78e;
  padding: 10px;
  display: block;
  text-align: center;
  border-radius: 5px;
  color: #333;
}


.products.wrapper li.item .actions.product-item-actions {
  display: block !important;
  margin-bottom: 0;
} 

.products-grid .product-item-info:hover, 
.products-grid .product-item-info.active {
  z-index: inherit;
}

.abs-visually-hidden-desktop-s, .products-grid .product-item-info:not(:hover):not(.active) .product-item-inner {
  position: static;
  width: inherit;
  height: inherit;
  margin: 0;
}


#amasty-shopby-product-list .toolbar-amount {
  display: none;
}

#amasty-shopby-product-list .toolbar-products {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.toolbar-products .modes .mode-grid:before {
  content: '';
  background: url(../img/grid_icon.svg);
  background-size: contain;
  width: 30px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.2;
}

.toolbar-products .modes .mode-list:before {
  content: '';
  background: url(../img/list_icon.svg);
  background-size: contain;
  width: 26px;
  height: 20px;
  background-repeat: no-repeat;
  opacity: 0.2;
}

.modes strong.active:before {
  opacity: 1 !important;
}

.toolbar-products .modes-mode {
  background: #fff;
  border: 1px solid #EDEDED;
  border-radius: 15px;
  padding: 0;
  width: 60px;
  height: 35px;
  display: grid;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  cursor: pointer;
}

.modes-mode.active,
.modes-mode {
  box-shadow: none;
}

.sorter-options {
  border: 1px solid #d9d9d9;
  border-radius: 15px !important;
  width: 170px;
  background-image: url(../img/select_down.svg);
  background-repeat: no-repeat;
  background-position: center right 10px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-size: 12px;
  height: 35px;
  font-family: "RobotoFlex";
  color: #000;
  background-color: #fff !important;
}

.toolbar .sorter-action {
  display: none;
}


/* Category list slider */

.page-products .column.main .category-view {
  position: relative;
}

.page-products .column.main .category-view .slick-prev,
.page-products .column.main .category-view .slick-next {
  position: absolute;
  right: 0;
  top: -30px;
  left: auto;
}

.page-products .column.main .category-view .slick-prev {
  right: 35px;
}

.children-category-container .wrapper a {
  max-width: 100%;
}

.children-category-container .wrapper .category-item {
  display: flex;
  align-items: center;
  background: #EDEDED;
  border-radius: 10px;
  padding: 25px 25px 0;
  -webkit-box-shadow: 0px 8px 0px 0px rgba(198, 198, 198, 1);
  -moz-box-shadow: 0px 8px 0px 0px rgba(198,198,198,1);
  box-shadow: 0px 8px 0px 0px rgba(198, 198, 198, 1);
  border: none;
} 

.children-category-container .wrapper .category-item img {
  margin: 0;
  width: 60px;
}

.children-category-container .wrapper .category-item .category-item-title {
  text-align: left;
  margin: 0;
  font-size: 13px;
  margin-left: 10px;
  padding-right: 10px;
  max-width: 100% !important;
}

.children-category-container .wrapper {
  padding: 0;
  justify-content: flex-start;
  margin-left: -10px;
}

.children-category-container .wrapper .slide {
  width: 20%;
  padding-left: 10px;
  padding-bottom: 20px;
  margin: 0;
} 

.amslider .slide .category-item.category-item-label img {
  margin-bottom: 0;
}

.category-view .amslider {
  margin: 0 auto 30px;
}

.amslider .slide .category-item:hover, 
.amslider .slide .category-item.active {
  -webkit-box-shadow: 0px 8px 0px 0px rgba(198, 198, 198, 1);
  -moz-box-shadow: 0px 8px 0px 0px rgba(198,198,198,1);
  box-shadow: 0px 8px 0px 0px rgba(198, 198, 198, 1);
}

/* Grid and list product */

.deskCustomBanner {
  display: block;
  width: 100%;
}

.mobCustomBanner {
  display: none;
  width: 100%;
}

.products.wrapper.list .deskCustomBanner {
  display: none;
}

.products.wrapper.list .mobCustomBanner {
  display: block;
}

.products.wrapper.list .mobCustomBanner {
  height: 345px;
}

.page-products .product-image-wrapper {
  min-height: 215px;
}

.minicart-items-wrapper .product .product-image-wrapper {
  min-height: inherit !important;
}

.products.wrapper.grid .vertical-banner img {
  height: 465px !important;
  object-fit: cover;
  border-radius: 20px;
} 

.page-products .products.grid .products li.item {
  width: 25%;
  padding-left: 20px;
}

.page-products .products.list .products li.item {
  width: 50%;
  padding-left: 20px;
}

.products-list .product-item-info {
  display: inline-block;
}

.page-products .products.wrapper .products {
  margin-left: -20px;
}

.page-products .products.wrapper .product-item-info {
  width: 100%;
}


.products.wrapper.list .sticker_list {
  top: 15px;
  left: 15px;
}

.products.wrapper.list .pagebuilder-mobile-hidden {
  display: none;
}

.products.wrapper.list .pagebuilder-mobile-only {
  display: block !important;
}

.products.wrapper.list .pagebuilder-mobile-only {
  height: 348px !important;
}

.products-list .product-item-photo {
  padding: 0 30px 0 0;
}

.products.wrapper.list .product-items .product-item {
  min-height: inherit;
}

.products.wrapper.list .product-items .action.more {
  display: none;
}

/* Search result */

.catalogsearch-result-index dl.block {
  display: none;
}


/* Filter sidebar */

.page-products .sidebar.sidebar-main {
  padding-top: 20px;
  padding-right: 0;
}

.page-products .sidebar .block-content.filter-content strong {
  font-size: 18px;
  padding: 0;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  border: none;
}


.page-products .sidebar .block-content.filter-content strong::before {
  content: "";
  background: url('../img/filter_icon.svg');
  background-size: contain;
  width: 20px;
  height: 19px;
  display: block;
  margin-right: 10px;
}

.page-products .sidebar .filter-options-item .filter-options-title {
  background: #D8E6B8;
  color: #333;
  padding: 10px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.page-products .sidebar .ui-slider-range,
.page-products .sidebar .ui-slider-handle {
  background: #F47D20 !important;
  box-shadow: none !important;
}


.page-products .sidebar .filter-options-item {
  border: none;
}

.page-products .sidebar .filter-options-content {
  background: #F9F9F9;
  padding: 15px 15px 0;
}

.filter-options-content .items .item .label:before {
  content: '';
  background: url(../img/uncheck.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  display: inline-block;
  margin: 0 10px -3px 0;
}

.filter-options-content .amshopby-link-selected .label:before {
  background: url(../img/checked-new.svg) !important;
  background-size: 100% !important;
}

.filter-options .filter-options-content .item {
  margin-bottom: 10px;
  border-bottom: 1px solid #E0E0E0;
  padding-bottom: 10px;
}

.filter-options .filter-options-content .item:last-child {
  border-bottom: none;
}

.filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view), .filter-options-item .filter-options-content .am-category-wrapper, .filter-options-item .filter-options-content .amshopby-fromto-wrap {
  margin: 0;
}

.filter-options-item .filter-options-content .am-filter-items-category_ids {
  padding-bottom: 5px;
}

.filter-options-item .filter-options-content .am-filter-items-category_ids li {
  border: none;
} 

.filter-options-item .filter-options-content .am-filter-items-category_ids ul {
  padding-left: 0 !important;
} 

.filter-options-item .filter-options-content .am-filter-items-category_ids .label:before {
  display: none;
}

.filter-options-item .filter-options-content .items [class*='am-filter-item'] {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.filter-content .am-filter-items-category_ids .items-children.level-1 {
  background: #f2f2f2;
  padding: 10px !important;
}

.filter-content .am-filter-items-category_ids .items-children.level-1 li a span.label {
  font-size: 13px;
}

.filter-content .am-filter-items-category_ids .items-children.level-2 {
  background: #e6e6e6;
  padding: 10px !important;
}

.filter-content .am-filter-items-category_ids .items-children.level-3 {
  background: #d9d9d9;
  padding: 10px !important;
  padding-left: 0 !important;
}



.filter-options-item .filter-options-content .count {
  font-size: 11px;
  color: #333 !important
}


.filter-options-content a {
  color: #333 !important;
}

.page-products .sidebar .filter-options-item .amshopby-filter-tooltip {
  display: none;
}

.filter-options-content .count:before,
.filter-options-content .count:after {
  display: none;
}

.filter-options-item .filter-options-content .amshopby-slider-wrapper {
  margin: 0;
  padding-bottom: 10px;
}

.am-show-more {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
}


/* Single product */

.catalog-product-view .column.main {
  margin-top: 50px;
}


.catalog-product-view .column.main .product.media {
  order: 1;
  width: 45%;
  margin-right: 5%;
  position: relative;
}

/**/

.fotorama__arr,.fotorama__thumb__arr {
    background: 0 0 !important
}

.fotorama__nav--thumbs {
    display: flex;
    justify-content: center
}

.fotorama__thumb-border {
    border: 1px solid transparent;
    border-radius: 6px;
    border-width: 0 !important
}

.fotorama__thumb {
    background-color: #fff !important;
    border-radius: 6px;
    border: 1px solid #d9d9d9;
    cursor: pointer
}

.fotorama__thumb-border {
    border: 2px solid #EC008C !important
}

.fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
    padding: 10px
}

.fotorama__stage,.gallery-placeholder__image {
  background: #fff;
  border: 2px solid #EC008C;
  margin-bottom: 10px;
  border-radius: 6px
}

/**/

.catalog-product-view .column.main .product.media .single-stickers {
  position: absolute;
  top: 20px;
  left: 20px;
}

.catalog-product-view .column.main .product.media .single-stickers img {
  height: 25px;
}

.catalog-product-view .column.main .product-info-main {
  order: 2;
  width: 50%;
}


.fotorama__stage, .gallery-placeholder__image {
  border: 1px solid rgba(160, 160, 160, 0.2);
  margin-bottom: 10px;
  border-radius: 20px;
}


.product-info-main .product.attribute.sku .type:after {
  display: none;
}


.product-info-main .product-info-stock-sku {
  display: inline-block;
  float: none;
  padding-bottom: 5px;
  padding-top: 30px;
  padding-left: 0;
  text-align: left;
  vertical-align: top;
}

.product-info-main .product.attribute.sku {
  font-size: 12px;
  color: #A0A0A0;
}

.product-info-main .product.attribute.sku .type,
.product-info-main .product.attribute.sku .value {
  font-weight: 300;
}

.product-info-stock-sku .stock.available i {
  color: #20DB72;
}

.product-info-stock-sku .stock.unavailable i {
  color: #ff0000;
}

.product-info-stock-sku span {
  font-size: 14px;
  font-weight: 300;
  color: #333333;
  text-transform: initial;
}

.product-info-stock-sku i {
  margin-right: 7px;
}

.product-info-main .page-title-wrapper .page-title span {
  font-size: 32px;
  font-weight: 500;
}


.product.attribute.overview p {
  font-size: 14px;
  font-weight: 300;
  color: #333333;
}

.catalog-product-view .swatch-attribute.color .swatch-attribute-label {
  font-size: 0;
}

.catalog-product-view .swatch-attribute.color .swatch-attribute-label::before {
  content: 'Proizvod je dostupan u sledećim bojama:';
  display: block;
  font-size: 16px;
  color: #333333;
  font-weight: 600;
}

.catalog-product-view .swatch-attribute.color span.swatch-attribute-selected-option {
  display: none;
}

.catalog-product-view .swatch-attribute.color {
  display: flex;
  align-items: center;
}

.catalog-product-view .swatch-attribute.color .swatch-option {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.catalog-product-view .swatch-attribute-options {
  margin: 0;
  margin-left: 20px;
}

.product-info-main .product-info-price {
  color: #575757;
  border-bottom: none;
  display: table;
  margin-bottom: 0;
  width: 100%;
  margin-top: 40px;
}

.product-info-main .product-info-price .discount_sticker .price-discount {
  padding: 0 10px;
  font-size: 17px;
  border-radius: 6px
}

.product-info-main .product-info-price .price-box .price-container>span {
  margin-bottom: 0;
}

.product-info-main .product-info-price .price-box .old-price .price {
  color: #A0A0A0;
  font-weight: 400;
  text-decoration: line-through;
}

.product-info-main .box-tocart .control {
  display: flex;
  align-items: center;
}

.product-info-main .box-tocart .control .qtu_buttons {
  display: flex;
  flex-direction: column;
  height: 60px;
  width: 40px;
  justify-content: space-around;
  text-align: center;
}

.product-info-main .box-tocart .control .qtu_buttons i {
  cursor: pointer;
}

.product-info-main .box-tocart .fieldset {
  display: flex;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 50px;
} 

.product-info-main .box-tocart .control input.input-text.qty {
  width: 60px;
  height: 60px;
  border: 1px solid rgba(160, 160, 160, 0.2);
  border-radius: 10px;
}

.product-info-main .box-tocart .fieldset .field.qty {
  width: 14%;
  margin: 0;
}


.product-info-main .box-tocart .fieldset .actions {
  width: 86%;
}


.product-info-main .box-tocart .fieldset .actions .primary.tocart {
  margin: 0;
  height: 60px;
  background: #333333;
  border: 1px solid #333333;
  color: #fff;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 600 !important;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 260px;
}

.product-info-main .box-tocart .fieldset .actions .primary.tocart i {
  font-weight: 500;
  margin-left: 15px;
  font-size: 20px;
}

.product-info-main .box-tocart .fieldset .actions .primary.tocart:hover {
  background: transparent;
  color: #333333;
}


.product-info-main .product-social-links .action.towishlist {
  font-size: 14px;
  font-weight: 300;
  text-transform: initial;
  display: flex;
  align-items: center;
}

.product-info-main .product-social-links .action.towishlist:before {
  content: '\f004';
  font-family: "font awesome 5 Pro";
  font-weight: 400;
  font-size: 21px;
  color: #333;
  line-height: 1;
  display: block;
  margin-bottom: 0;
  width: auto;
  margin-right: 10px;
}

.product-info-main .single_atributes {
  border-top: 1px solid rgba(160, 160, 160, 0.2);
  border-bottom: 1px solid rgba(160, 160, 160, 0.2);
  padding: 10px 0;
  padding-left: 15px;
}

.product-info-main .single_atributes li  {
  color: #333333;
  font-weight: 300;
  font-size: 14px;
  margin: 5px 0;
  list-style: disc;
}

.product-info-main .single_atributes li a {
  color: #333333;
}

.product-info-main .single_atributes li a:hover {
  color: #EC008C;
}

.product-info-main .single_atributes li span {
  color: #333333;
  font-weight: 700;
  font-size: 14px;
}

.product-info-main .single_atributes_delivery_wrap p {
  margin-top: 15px;
  margin-bottom: 0;
  color: #333333;
  font-weight: 300;
}

.product-info-main .single_atributes_delivery_wrap p img {
  margin-right: 10px;
}


/* Single tabs */

.catalog-product-view .accordion-content {
  display: none;
  padding: 30px 0;
}

.catalog-product-view .accordion-content p,
.catalog-product-view .accordion-content ul {
  font-size: 14px;
  color: #333333;
  font-weight: 300;
  line-height: 18px;
}

.catalog-product-view .accordion-content ul {
  padding: 0;
}

.catalog-product-view .accordion-content.active {
  display: block;
  width: 67%;
}

.catalog-product-view .accordion-container {
  margin-top: 60px;
  margin-bottom: 130px;
}

.catalog-product-view .accordion-container .content-entry {
  padding: 15px 0;
  border-top: 1px solid rgba(160, 160, 160, 0.2);
}

.catalog-product-view .accordion-container .content-entry:last-child {
  border-bottom: 1px solid rgba(160, 160, 160, 0.2);
}

.catalog-product-view .accordion-container .content-entry .article-title {
  font-size: 22px;
  color: #333333;
  font-weight: 600;
  cursor: pointer;
  position: relative;
}

.catalog-product-view .accordion-container .content-entry i:before {
  display: block;
  font-family: "font awesome 5 Pro";
  content: "\f078";
  font-size: 16px;
  color: #7fa540;
  font-weight: 300;
  color: #A0A0A0;
}

.catalog-product-view .accordion-container .content-entry.open i:before {
  display: block;
  font-family: "font awesome 5 Pro";
  content: "\f077";
  font-size: 16px;
  color: #fff;
  font-weight: 300;
}


.catalog-product-view .acc_swich {
  width: 34px;
  height: 35px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
}


.catalog-product-view .accordion-container .content-entry.open .acc_swich {
  background: #EC008C;
}


.catalog-product-view .acc_swich i {
  font-style: normal;
}

/* Atributes tab */

.additional-attributes-wrapper .additional-attributes tr {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.additional-attributes-wrapper .additional-attributes tr:last-child {
  margin-bottom: 0;
}

.additional-attributes-wrapper .additional-attributes {
  width: 100%;
}

.additional-attributes-wrapper .additional-attributes>tbody>tr>th {
  width: 20%;
  background: #f2f2f2;
  border-radius: 6px;
  padding: 15px;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
}

.additional-attributes-wrapper .additional-attributes>tbody>tr>td {
  width: 80%;
  background: #f7f7f7;
  border-radius: 6px;
  padding: 15px;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
}



/* Related */


.amrelated-grid-wrapper .variation_price_wrap {
  height: auto;
}

.amrelated-grid-wrapper .product-item-info .product-reviews-summary {
  display: none;
}

.amrelated-grid-wrapper {
  margin-bottom: 200px !important;
}

.amrelated-grid-wrapper .block-title strong,
.block.related .block-title strong {
  font-size: 26px;
  font-weight: 600;
  color: #333333;
}

.block.widget .products-grid .product-items {
  padding: 0;
}

.amrelated-grid-wrapper .slick-arrow {
  display: none !important;
}

.amrelated-grid-wrapper .slick-dots li,
.block.related .slick-dots li {
  width: auto;
  height: auto;
}

.amrelated-grid-wrapper .slick-dots li button,
.block.related .slick-dots li button {
  background: #C6C6C6;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  opacity: 1;
}

.amrelated-grid-wrapper .slick-dots li button:before,
.block.related .slick-dots li button:before {
  display: none;
}

.amrelated-grid-wrapper .slick-dots li.slick-active button,
.block.related .slick-dots li.slick-active button {
  background: #828282;
  width: 40px;
  border-radius: 4px;
}

.amrelated-grid-wrapper .products-grid .product-item-actions,
.related_page_wrap {
  margin: 0;
  margin-top: 25px;
  display: flex;
}

/* Clasic related */

.block.related .block-content.content .block-actions {
  display: none;
}

.block.related .related-available .product-item-name {
  margin-left: 0;
}

.block.widget .products-grid .product-items,
.block.related .products.list {
  margin: 0 0;
}

.block.related .slick-arrow {
  display: none !important;
}

.block.related .products.list .slick-slide {
  margin: 0 5px;
}

.related_page_wrap .product.actions.product-item-actions {
  margin: 0;
}

.related_page_wrap form button.primary {
  background: #333333;
  color: #fff;
  border-radius: 4px;
  border: 2px solid #333333 !important;
}

.block.related .product-item-info {
  width: 100%;
}


.block.related .product.actions.product-item-actions .actions-secondary {
  width: 100%;
}

.block.related .slick-dots {
  position: static;
  margin-top: -20px;
}


.block.related .slick-dots li button:hover {
  border: none;
}

.block.related .product-item .old-price {
  margin: 0;
}

/* O nama */

.cms-page-view .page-main,
.cms-page-view .page-main-full-width,
.reklamacije-status-index .page_sidebar {
  max-width: 1450px;
  width: 100%;
  padding: 0 20px 50px;
  margin: auto;
}

.cms-content-important {
  margin: 0 !important;
}

.cms-page-view .page-title-wrapper {
  text-align: center;
  padding: 50px 0 40px;
}

.cms-page-view .page-title-wrapper .page-title {
  text-align: center;
  margin: 0;
}

.cms-page-view .page-title-wrapper .page-title span {
  color: #333333;
  font-size: 40px;
  font-weight: 600;
}

.about_company {
  background: #F9F9F9;
  border-radius: 20px;
  text-align: center;
  padding: 50px 0;
  margin: 50px 0;
}

.about_company p {
  font-size: 16px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.cms-o-nama h2 {
  margin: 0;
  color: #333333;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 25px;
}

.ab_list .pagebuilder-column-line .pagebuilder-column {
  align-self: inherit !important;
}

.ab_list .pagebuilder-column-line {
  gap: 20px;
}

.ab_list .pagebuilder-column-line img {
  display: block;
}

.ab_list .pagebuilder-column-line {
  display: grid !important;
  grid-template-columns: repeat(2, 1fr);
}

.about_page .ab_list {
  margin-bottom: 30px;
}

.about_page .ab_list:last-child {
  margin-bottom: 0;
}

.ab_list .pagebuilder-column-line .pagebuilder-column {
  width: 100% !important;
  position: relative;
}

.ab_list .pagebuilder-column-line .pagebuilder-column div[data-appearance="default"] {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 50px 85px;
}

.ab_list .pagebuilder-column {
  display: flex;
  align-items: center;
  background: #F9F9F9;
  border-radius: 20px;
}

.ab_list .pagebuilder-column-line .pagebuilder-column p {
  font-size: 17px;
}

.about_page .ab_list.orange .pagebuilder-column-line .pagebuilder-column:first-child {
  border-left: 50px solid #F47D20;
}

.about_page .ab_list.pink .pagebuilder-column-line .pagebuilder-column:first-child {
  border-left: 50px solid #EC008C;
}

.about_page .ab_list.yellow .pagebuilder-column-line .pagebuilder-column:first-child {
  border-left: 50px solid #FFD602;
}

.about_page .ab_list.yellow .pagebuilder-column-line .pagebuilder-column:first-child a {
  color: #333333;
  font-weight: 600;
  margin-top: 30px;
  display: inline-block;
}

.about_page .ab_list.yellow .pagebuilder-column-line .pagebuilder-column:first-child a i {
  font-weight: 500;
  margin-left: 15px;
}


/* Politika privatnosti */

.policy_pages {
  background: #fafafa;
  border: 1px solid #e8e8e8;
  padding: 50px;
  border-radius: 20px;
}

.policy_pages p,
.policy_pages ul li {
  font-size: 16px;
  color: #333;
}

.policy_pages ul {
  padding: 0;
}

.policy_pages ul li {
  margin-bottom: 10px;
  list-style: inside;
}

.policy_pages strong {
  font-weight: 500;
}

.policy_pages a {
  color: #F47D20;
}

/* Cart */

.checkout-cart-index .page-title-wrapper {
  margin-top: 35px;
}

#shopping-cart-table thead th {
  border: 1px solid #d1d1d1;
  padding-top: 10px;
  border-bottom: none;
}

.checkout-cart-index #shopping-cart-table .col.qty {
  border-left: 1px solid #d1d1d1;
  vertical-align: middle;
}

#shopping-cart-table thead th {
  border: 1px solid #d1d1d1;
  padding-top: 10px;
  border-bottom: none;
}

#shopping-cart-table .cart.item {
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  border-top: 1px solid #d1d1d1;
}

.cart.table-wrapper .item .col.item {
  padding: 10px;
}

#shopping-cart-table .item-info .product-item-photo, .minicart-items .product-image-wrapper {
    mix-blend-mode: multiply;
}

.cart.table-wrapper .product-item-details {
    vertical-align: middle;
}

.cart.table-wrapper .product-item-name {
    margin: 0;
    width: 80%;
}

.checkout-cart-index .table-wrapper .product-item-name a {
    font-size: 15px;
}

.cart.table-wrapper .col.price, .cart.table-wrapper .col.subtotal {
    vertical-align: middle;
    padding-top: 0;
    text-align: left;
    border-left: 1px solid #d1d1d1;
}

#shopping-cart-table .price-including-tax .price, #shopping-cart-table .price-excluding-tax .price {
    font-size: 15px;
    font-weight: 500;
    color: #000;
}

.checkout-cart-index td.col.qty .input-text.qty {
    border-radius: 5px;
}

.cart.table-wrapper .items .item .item-actions {
    border-top: 1px solid #d1d1d1;
}

.cart.table-wrapper .item-actions td {
    padding-left: 0;
}

.checkout-cart-index .actions-toolbar .action.action-edit {
    display: none;
}

.cart.table-wrapper .item-actions .actions-toolbar .action.action-delete {
    padding: 5px 10px;
    margin-bottom: 0;
    margin-left: 10px;
    position: static;
    display: flex;
    align-items: center;
}

.cart.table-wrapper .actions-toolbar>.action-delete>span {
  font-family: "RobotoFlex";
  position: static;
  border: 0;
  clip: inherit;
  height: inherit;
  margin: 0;
  overflow: visible;
  padding: 0;
  color: #000;
  margin-left: 10px;
}

.cart.table-wrapper .actions-toolbar {
  padding: 5px 0;
}

.checkout-cart-index .cart-discount {
  display: none;
}

.cart.main.actions .action.update {
  background: #333;
  color: #fff;
}


.cart-container .checkout-methods-items .action.primary {
  padding: 10px !important;
  font-size: 14px !important;
  background: #333;
  border: 2px solid #333;
  font-family: "RobotoFlex";
  font-weight: 500 !important;
  text-transform: uppercase;
}

.cart-container .checkout-methods-items .action.primary:hover {
  background: transparent;
  color: #333;
}



/* Checkout */

.checkout-index-index .authentication-wrapper {
  display: none;
}

.checkout-index-index .checkout-header .title {
  color: #333333;
  font-size: 40px;
  font-weight: 600;
}

._amcheckout-selectable-item.-selected, .amcheckout-step-container .amcheckout-shipping-address .billing-address-details.-selected, .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details.-selected, .amcheckout-step-container .shipping-address-items .shipping-address-item.-selected, .amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item, .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected, .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected, .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method.-selected, .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active {
  border-color: #d4d4d4;
  margin-bottom: 0;
  padding-left: 0;
}

._amcheckout-selectable-item:hover, .amcheckout-step-container .amcheckout-shipping-address .billing-address-details:hover, .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:hover, .amcheckout-step-container .shipping-address-items .shipping-address-item:hover, .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:hover, .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:hover {
  box-shadow: none;
}

.amcheckout-step-container .amcheckout-title {
  background: #D8E6B8;
  padding: 10px 15px;
  font-weight: 500;
}

.minicart-items .product-item-details .details-qty {
  margin-top: 10px;
  margin-left: 0 !important;
}

.checkout-payment-method .opc-payment-additional.discount-code .action-toggle {
  color: #333;
}

.amcheckout-step-container .form-discount .actions-toolbar .action,
.amcheckout-step-container input[type='text'] {
  min-height: 35px;
  height: 35px;
}

.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action {
  background: #D8E6B8;
}

.checkout-payment-method .payment-option-content .form-discount .actions-toolbar .primary .action:not(:focus) {
  box-shadow: none !important;
}

.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner {
  margin-left: 20px;
}

.amcheckout-step-container .amcheckout-title>.amcheckout-icon {
  border: 2px solid #333;
}

.amcheckout-step-container .amcheckout-title>.amcheckout-icon:before {
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
}

.amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary>.checkout-payment-method .actions-toolbar .amasty.checkout {
  width: 90%;
  padding: 10px;
  font-size: 14px;
  background: #333;
  border: 2px solid #333;
  font-family: "RobotoFlex";
  font-weight: 500 !important;
  text-transform: uppercase;
}

.amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary>.checkout-payment-method .actions-toolbar .amasty.checkout:hover {
  background: transparent;
  color: #333;
}

.amcheckout-step-container .actions-toolbar .payment-methods:hover {
  background: transparent;
  color: #333;
}

.amcheckout-step-container .checkout-billing-address .actions-toolbar>.primary .action {
  margin-top: 0;
  border: 1px solid #333;
  background: transparent;
  color: #333;
  font-weight: 500 !important;
  font-family: "RobotoFlex";
}


.amcheckout-step-container .checkout-billing-address .actions-toolbar>.primary .action:hover {
  background: #333;
  color: #fff;
}

._amcheckout-selectable-item, .amcheckout-step-container .amcheckout-shipping-address .billing-address-details, .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details, .amcheckout-step-container .shipping-address-items .shipping-address-item, .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method, .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
  background: transparent;
  border: none;
}

.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content {
  padding: 0;
}

.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label {
  padding: 20px 0;
}

.amcheckout-step-container input[type='checkbox']+label:hover:before, .amcheckout-step-container input[type='radio']+label:hover:before, .amcheckout-step-container input[type='checkbox']:checked+label:before, .amcheckout-step-container input[type='radio']:checked+label:before, .amcheckout-step-container input[type='checkbox']:focus+label:before, .amcheckout-step-container input[type='radio']:focus+label:before {
  border-color: #c1d78e;
  box-shadow: none;
}


/* Pages with sidebar */

.service_tab {
  display: none;
}

.page_sidebar .right_col,
.status-wrap .right_col {
  padding-left: 8%;
  padding-right: 8%;
}

.page_sidebar .right_col h1,
.page_sidebar .pageSidebar h1 {
  color: #333333;
  font-size: 40px;
  font-weight: 600;
  margin-top: 0;
}

.page_sidebar .right_col img {
  width: 100%;
  margin-bottom: 20px;
}

.page_sidebar {
  padding-top: 50px;
}

.page_sidebar .right_col p,
.page_sidebar .right_col strong,
.page_sidebar .right_col ul li {
  font-size: 16px;
  color: #333;
}

.page_sidebar .right_col h3 {
  font-size: 22px;
  margin-bottom: 20px;
}

.page_sidebar .right_col h2 {
  font-size: 24px;
}


.page_sidebar .right_col ul {
  padding-left: 20px;
  margin: 20px 0;
}

.page_sidebar .right_col ul li {
  list-style: disc;
}

.page_sidebar h2 {
  font-size: 20px;
  font-weight: 600;
}

.page_sidebar .btn_page {
  width: 200px;
  height: 45px;
  line-height: 45px;
  background: #F47D20;
  border: 1px solid #F47D20;
  color: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 50px auto;
  font-weight: 600;
}

.page_sidebar .btn_page:hover {
  background: transparent;
  color: #F47D20;
}

.page_sidebar hr {
  margin-bottom: 40px;
}


/* Sidebar */

.page_sidebar .pageSidebar .sidebar_wrap {
  background: #D8E6B8;
  padding: 20px;
  border-radius: 10px;
  margin-bottom: 15px;
}


.page_sidebar .pageSidebar .sidebar_wrap span,
.page_sidebar .pageSidebar .sidebar_contanct span {
  font-size: 20px;
  font-weight: 600;
  color: #333;
}

.page_sidebar .pageSidebar .sidebar_wrap ul {
  margin-top: 15px;
}

.page_sidebar .pageSidebar .sidebar_wrap ul li {
  border: 1px solid rgba(51, 51, 51, 0.3);
  border-radius: 5px;
  margin-bottom: 10px;
}

.page_sidebar .pageSidebar .sidebar_wrap ul li:hover {
  background: #ecf3dd;
}

.page_sidebar .pageSidebar .sidebar_wrap ul li a {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  padding: 10px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page_sidebar .pageSidebar .sidebar_wrap ul li a::after {
  content: '\f105';
  font-family: "font awesome 5 Pro";
  font-weight: 300;
  font-size: 20px;
  color: #333;
}

.page_sidebar .pageSidebar .sidebar_contanct {
  background: #ECECEC;
  padding: 20px;
  border-radius: 10px;
}

.page_sidebar .pageSidebar .sidebar_contanct .tel {
  display: flex;
  align-items: center;
  margin: 25px 0;
}

.page_sidebar .pageSidebar .sidebar_contanct .tel a {
  font-size: 24px;
  color: #333;
}

.page_sidebar .pageSidebar .sidebar_contanct .tel i {
  font-size: 30px;
  margin-right: 10px;
}

.page_sidebar .pageSidebar .sidebar_contanct a {
  color: #333333;
  font-weight: 700;
}

.page_sidebar .pageSidebar .sidebar_contanct .mail {
  margin-bottom: 20px;
}

.page_sidebar .pageSidebar .sidebar_contanct .mail a {
  font-size: 15px;
}

.page_sidebar .pageSidebar .sidebar_contanct p {
  margin: 0;
  font-size: 15px;
}

/* Ovlasceni servis */

.page_sidebar .right_col .center {
  text-align: center;
}

.page_sidebar .right_col ul.service_box_list {
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  margin: 50px 0;
}

.page_sidebar .right_col ul.service_box_list li {
  list-style: none;
  text-align: center;
  box-shadow: 0px 4px 4px 0px #00000040;
  padding: 30px;
  background: #F9F9F9;
  border-radius: 20px;
  border-bottom: 40px solid #D8E6B8;
}

.page_sidebar .right_col ul.service_box_list li img {
  width: auto;
  margin-bottom: 0;
}

.service_page_wrap {
  background: #F9F9F9;
  padding: 50px 80px;
  border: 1px solid rgba(160, 160, 160, 0.2);
  border-radius: 20px;
}

.service_page_wrap p {
  margin-bottom: 20px;
}

.service_page_wrap p:last-child {
  margin-bottom: 0;
}

.service_page_wrap a {
  width: 200px;
  height: 45px;
  line-height: 45px;
  background: #333333;
  border: 1px solid #333333;
  color: #fff;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  text-align: center;
  margin: 50px auto 0;
  font-weight: 600;
}

.service_page_wrap a:hover {
  background: transparent;
  color: #333;
}


/* Registracija garancije */


#amform-form-6 {
  max-width: 100%;
  width: 60%;
  margin: 50px 0 auto 0;
}

#amform-form-6 label,
#amform-form-7 label {
  font-size: 16px;
  font-weight: 600;
  font-family: "RobotoFlex";
  margin-top: 10px;
}

#amform-form-6 input,
#amform-form-6 textarea,
#amform-form-6 select,
#amform-form-7 input,
#amform-form-7 textarea,
#amform-form-7 select {
  border: 1px solid rgba(51, 51, 51, 0.22);
  border-radius: 10px;
  padding: 10px;
  display: block;
  height: auto;
}

#amform-form-6 textarea,
#amform-form-7 textarea {
  height: 150px;
}

#amform-form-6 .amform-hone-title {
  font-size: 32px;
  margin: 0;
}

#amform-form-6 .amform-hone-title {
  margin-top: 30px;
}

#amform-form-6 .control {
  max-width: 100%;
}

#amform-form-6 .amcform-toolbar button.amcform-submit,
#amform-form-7 .amcform-toolbar button.amcform-submit,
#amform-form-9 .amcform-toolbar button.amcform-submit {
  background: #333333;
  border: 2px solid #333333;
  color: #fff;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600 !important;
  font-family: "RobotoFlex";
  padding: 10px 30px;
}

#amform-form-6 .amcform-toolbar button.amcform-submit:hover,
#amform-form-7 .amcform-toolbar button.amcform-submit:hover,
#amform-form-9 .amcform-toolbar button.amcform-submit:hover {
  background: transparent;
  color: #333333;
}

#amform-form-6 .amform-text {
  margin: 15px 0;
}

.form_icon {
  background: url('../img/folder-icon.png') !important;
  background-size: contain;
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat !important;
  background-position: 95% 10px !important;
}

.form_icon_big {
  background: url('../img/folder-icon.png') !important;
  background-size: contain;
  width: 30px;
  height: 30px;
  display: inline-block;
  background-repeat: no-repeat !important;
  background-position: 97.7% 10px !important;
}

/* Poručivanje servisne intervencije */

#amform-form-7 {
  max-width: 100%;
  width: 70%;
  margin: 50px 0 0 0;
}

#amform-form-7 .fb-radio.form-group > label {
  background: #D8E6B8;
  width: 100%;
  padding: 12px 15px;
  display: inline-block;
  border-radius: 10px;
  position: relative;
}

#amform-form-7 .fb-radio.form-group > label::after {
  content: '\f077';
  font-family: "font awesome 5 Pro";
  font-weight: 300;
  font-size: 18px;
  color: #333;
  line-height: 1;
  display: block;
  margin-bottom: 0;
  position: absolute;
  right: 15px;
  top: 15px;
}

#amform-form-7 .fb-radio.form-group .radio-group input {
  display: none;
}


#amform-form-7 .fb-radio.form-group .radio-group label {
  font-weight: normal;
  position: relative;
}

#amform-form-7 .fb-radio.form-group .radio-group label::before {
  content: '';
  background: url(../img/uncheck.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  display: inline-block;
  margin: 0 10px -3px 0;
}

#amform-form-7 .fb-radio.form-group .radio-group input:checked + label::before  {
  content: '';
  background: url(../img/checked.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  min-width: 16px;
  min-height: 16px;
  display: inline-block;
  margin: 0 10px -3px 0;
}

#amform-form-7 .fb-radio .radio-group {
  border: 1px solid rgba(51, 51, 51, 0.22);
  padding: 15px;
  border-radius: 10px;
  margin-top: 10px;
}

#amform-form-7 .fb-radio .radio-group .amform-groupv2 {
  width: 50%;
  text-align: center;
}

#amform-form-7 .fb-radio .radio-group .amform-groupv2 label {
  cursor: pointer;
  font-family: "RobotoFlex";
}

#amform-form-7 .radio_group_field2 {
  width: 100%;
}

#amform-form-7 .field-file-1745313736366 label {
  display: none !important;
}

#amform-form-7 .field-radiotwo-1745313346909 {
  margin-bottom: 0 !important;
}

#amform-form-7 .form-group .radio-group {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
}

#amform-form-7 .radio_group_field2.form-control {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  padding: 30px !important;
}

#amform-form-7 .fb-wysiwyg {
  border: 1px solid rgba(51, 51, 51, 0.22);
  padding: 30px;
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}

#amform-form-7 .fb-wysiwyg label {
  display: none;
}

#amform-form-7 .form-group .radio-group .amform-groupv2:first-child {
  border-right: 1px solid rgba(51, 51, 51, 0.22);
}

#amform-form-7 .amform-groupv2:has(input:checked) label {
  font-family: "RobotoFlex";
  font-weight: 600 !important;
}

.nemam_garantni {
  text-align: center;
}

.nemam_garantni p {
  font-size: 15px !important;
}

.nemam_garantni img {
  margin-top: 20px;
}

#amform-form-7 .amcform-toolbar {
  width: 100%;
  text-align: center;
}

/* Provera statusa reklamacije */

.check_status {
  background: #f9f9f9;
  border: 1px solid rgba(160, 160, 160, 0.2);
  padding: 50px;
  text-align: center;
  border-radius: 20px;
}

.check_status_wrap h2,
.home_delivery h2 {
  margin: 0;
  margin-bottom: 30px;
  font-size: 30px;
}

.check_status_wrap p {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.check_status_wrap .rendered-form .fieldset .fields .field.form-group {
  text-align: left;
}

#amform-form-8 .amcform-page-wrap {
  flex-wrap: nowrap;
  align-items: flex-end;
  margin-top: 25px;
}

#amform-form-8 .amcform-page-wrap .field.fb-text.form-group {
  width: 48%;
  margin-bottom: 0;
} 

#amform-form-8 .amcform-page-wrap .field.fb-text.form-group input {
  height: 40px;
  border-radius: 10px;
}

#amform-form-8 .amcform-page-wrap .amcform-toolbar {
  width: 50%;
}

#amform-form-8 .amcform-page-wrap .amcform-toolbar button {
  width: 100%;
  height: 40px;
  border-radius: 10px;
  background: #333333;
  border: 1px solid #333333;
  color: #fff;
  font-weight: 600 !important;
  font-family: "RobotoFlex";
}

#amform-form-8 .amcform-page-wrap div.mage-error {
  position: absolute;
}



.home_delivery {
  background: #f9f9f9;
  border: 1px solid rgba(160, 160, 160, 0.2);
  padding: 50px;
  border-radius: 20px;
  text-align: center;
  margin-top: 20px;
}


.status-wrap {
  display: flex;
  flex-wrap: wrap;
}

.status-wrap .pageSidebar {
  width: 25%;
}

.status-wrap .pageSidebar .pageSidebar {
  width: 100%;
}

.status-wrap .right_col {
  width: 75%;
}

.reklamacije-status-index .page-title-wrapper {
  display: none;
}

.reklamacije-status-index .page_sidebar {
  padding-top: 50px !important;
}

.check_status_wrap .rs-form {
  text-align: left;
}

form.rs-form label.rs-label .rs-req {
  color: #C10000;
  font-weight: bold;
}

.rs-row.c_form {
  display: flex;
  gap: 10px;
  align-items: center;
}

.rs-row.c_form input {
  height: 40px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  display: block;
}

.rs-row.c_form button {
  width: 100%;
  height: 40px;
  border-radius: 10px;
  background: #333333;
  border: 1px solid #333333;
  color: #fff;
  font-weight: 600 !important;
  font-family: "RobotoFlex";
}


/* Kontakt strana */

.contact_right {
  background: #EDEDED;
  border-radius: 20px;
  padding: 30px;
  margin-left: 7%;
}

#amform-form-9 {
  width: 100%;
  max-width: 100%;
}

#amform-form-9 h4 {
  font-size: 26px;
  color: #333;
  margin-top: 0;
}

#amform-form-9 .field input {
  padding: 10px;
  border-radius: 10px;
  height: auto;
  border: 1px solid rgba(51, 51, 51, 0.22);
}


#amform-form-9 .field input::-webkit-input-placeholder,
#amform-form-9 .field textarea::-webkit-input-placeholder,
#amform-form-6 input::-webkit-input-placeholder,
#amform-form-6 textarea::-webkit-input-placeholder,
#amform-form-7 input::-webkit-input-placeholder,
#amform-form-7 textarea::-webkit-input-placeholder { 
  color: rgba(160, 160, 160, 0.8);
}
#amform-form-9 .field input::-moz-placeholder,
#amform-form-9 .field textarea::-moz-placeholder,
#amform-form-6 .field input::-moz-placeholder,
#amform-form-6 .field textarea::-moz-placeholde,
#amform-form-7 .field input::-moz-placeholder,
#amform-form-7 .field textarea::-moz-placeholder {
  color: rgba(160, 160, 160, 0.8);
}
#amform-form-9 .field input:-ms-input-placeholder,
#amform-form-9 .field textarea:-ms-input-placeholder,
#amform-form-6 .field input:-ms-input-placeholder,
#amform-form-6 .field textarea:-ms-input-placeholder,
#amform-form-7 .field input:-ms-input-placeholder,
#amform-form-7 .field textarea:-ms-input-placeholder  {
  color: rgba(160, 160, 160, 0.8);
}
#amform-form-9 .field input:-moz-placeholder,
#amform-form-9 .field textarea:-moz-placeholder,
#amform-form-6 .field input:-moz-placeholder,
#amform-form-6 .field textarea:-moz-placeholder,
#amform-form-7 .field input:-moz-placeholder,
#amform-form-7 .field textarea:-moz-placeholder { 
  color: rgba(160, 160, 160, 0.8);
}

#amform-form-9 .field textarea {
  border-radius: 10px;
  border: 1px solid rgba(51, 51, 51, 0.22);
}

.contact_right h2 {
  text-transform: uppercase;
  margin-top: 0;
  font-size: 25px;
  font-weight: 600;
}

.contact_right p {
  margin: 0;
}

.contact_right a,
.contact_right p {
  color: #333;
}

.contact_right li {
  margin-bottom: 20px;
}

.contact_right li:last-child {
  margin-bottom: 0;
}

.contact_right span {
  font-size: 20px;
  font-weight: 600;
}

.contact_map {
  margin-top: 50px;
}

.contact_map iframe {
  border-radius: 20px;
}

/* Footer */

.columns .column.main {
  padding-bottom: 150px;
}

.page-footer {
  background: #333333;
}

.footer_newsletter {
  background: #EDEDED;
  max-width: 1410px;
  width: 100%;
  margin: auto;
  border-radius: 20px;
}

.main_footer_wrap {
  max-width: 1410px;
  width: 100%;
  margin: auto;
}

.pagebuilder-column-group.footer_newsletter {
  padding: 50px;
  margin-top: -115px;
}

.footer_newsletter .f_news_top {
  display: flex;
  align-items: center;
}

.footer_newsletter .f_news_top {
  color: #292929;
  letter-spacing: -1px;
  font-family: "RobotoFlex";
  font-style: normal;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}

.footer_newsletter .f_news_top .f_news_desc {
  margin-left: 20px;
}

.footer_newsletter .f_news_bottom p {
  color: #292929;
  font-size: 14px;
  margin-top: 10px;
}

.footer_newsletter .block.newsletter {
  float: none;
  max-width: 100%;
}

.footer_newsletter .block.newsletter .field.newsletter {
  float: none;
  max-width: inherit;
  width: auto;
}

.footer_newsletter .block.newsletter .form.subscribe {
  display: flex;
  align-items: center;
}

.footer_newsletter .form.subscribe .field.newsletter {
  width: 67%;
  margin-right: 3%;
}

.footer_newsletter .form.subscribe .field.newsletter input,
.block.newsletter .field .control:before {
  height: 40px;
  border-radius: 10px;
}

.block.newsletter .field .control:before {
  display: none;
}

.footer_newsletter .form.subscribe .actions {
  width: 30%;
}

.footer_newsletter .form.subscribe .actions button {
  width: 100%;
  height: 40px;
  border-radius: 10px;
  background: #333333;
  border: 1px solid #333333;
}

.footer_newsletter .block.newsletter input {
  padding: 0 0 0 15px;
}

.news-letter-check {
  margin-top: 20px;
}

.news-letter-check {
  color: #808080;
  font-size: 13px;
  font-weight: 300;
  display: flex;
  align-items: flex-start;
}

.news-letter-check a {
  color: #808080;
  text-decoration: underline !important;
}

.news-letter-check label {
  width: 74%;
}


.news-letter-check input {
  display: flex;
  appearance: none;
  height: 15px;
  width: 15px;
  min-width: 15px;
  border-radius: 20%;
  background: #fff;
  padding: 0 !important;
  cursor: pointer;
}

.news-letter-check input::after {
  content: "✔";
  font-size: 1.4rem;
  color: transparent;
  text-shadow: transparent 0px 0px 0px;
  margin: auto;
  transition: color 0.2s ease-out, text-shadow 0.15s ease-out 25ms;
}

.news-letter-check input:checked:after {
  color: #333;
}


.main_footer_wrap {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}

.footer_info_contact {
  background: #EDEDED;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 3% 3.5% 2%;
  width: 25%;
  margin-top: 30px;
}

.footer_info_contact p {
  font-size: 13px;
  font-weight: 300;
  margin: 20px 0;
}

.footer_info_contact .f_contact {
  padding-right: 0 !important;
}

.footer_info_contact .f_contact li {
  margin-top: 10px !important;
}

.footer_info_contact .f_contact li i {
  margin-right: 10px;
}

.footer_info_contact .f_contact li a {
  color: #333;
}

.footer_info_contact .f_social {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.footer_info_contact .f_social ul li a {
  color: #333333;
  font-size: 20px;
  margin-right: 15px;
}

.footer_info_contact .f_social h3 {
  margin: 0;
  color: #333333;
  font-size: 14px;
  margin-right: 10px;
}

.footer_info_contact .f_social ul {
  display: flex;
}

.footer.content ul {
    padding-right: 20px;
}

.footer_link_list {
  display: flex;
  width: 46%;
  padding-left: 3%;
  margin-top: 50px;
}

.page-footer {
  padding: 0;
}

.main_footer_wrap .footer_img {
  width: fit-content;
  position: absolute;
  right: 0;
  bottom: 0;
}

.main_footer_wrap .footer_img img {
  height: 450px;
  object-fit: contain;
  display: block;
}

.footer_link_list .footer_list h3 {
  font-size: 16px;
  color: #fff;
}

.footer_link_list .footer_list ul li {
  margin-bottom: 7px;
}

.footer_link_list .footer_list ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 300;
  display: inline-block;
}

.footer_link_list .footer_list ul li a:hover {
  color: #F47D20;
}

.footer_link_list .footer_list ul li.action_link a {
  background: #F47D20;
  border-radius: 4px;
  padding: 5px 10px;
  display: inline-block;
}

.footer_link_list .footer_list ul li.action_link a:hover {
  color: #fff;
}

.copyright {
  background: #F2F2F2;
}

.copyright .f_wrap {
  max-width: 1410px;
  width: 100%;
  margin: auto;
}

.copyright .f_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.copyright p,
.copyright a {
  margin: 0;
  color: #333333;
  font-size: 12px;
}

.copyright p,
.copyright a {
  display: flex;
  align-items: center;
}

.copyright a img {
  margin-left: 10px;
  width: 65px;
}

/* Footer card */

.fotter-card {
  background: #fff;
  display: flex;
  justify-content: space-between;
  max-width: 1410px;
  padding: 20px 0;
  margin: auto;
}

.fotter-card li {
  margin-right: 20px;
}

.fotter-card li:last-child {
  margin-right: 0;
}

.fotter-card img {
  height: 30px;
  display: block;
  object-fit: contain;
}

/* My account */

.customer-account-login .login-container,
.customer-account-create .form-create-account {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px;
}

.customer-account-login .block-customer-login,
.customer-account-login .block.block-new-customer,
.customer-account-create .fieldset.create.info,
.customer-account-create .fieldset.create.account {
  background: #EDEDED;
  border-radius: 10px;
  padding: 25px 25px 0;
  -webkit-box-shadow: 0px 8px 0px 0px rgba(198, 198, 198, 1);
  -moz-box-shadow: 0px 8px 0px 0px rgba(198,198,198,1);
  box-shadow: 0px 8px 0px 0px rgba(198, 198, 198, 1);
  width: 100%;
  margin: 0;
}

.customer-account-create .fieldset.create.info .field.choice {
  display: none;
}

.customer-account-create .fieldset.create.info .field.choice.newsletter {
  display: block;
}


.customer-account-login .page-main,
.customer-account-create .page-main {
  margin-top: 50px;
}

.customer-account-login .login-container:before,
.customer-account-login .login-container:before {
  display: none;
}

.customer-account-login .actions-toolbar>.primary .action:last-child,
.customer-account-create .form-create-account .primary button {
  background: #333333;
  color: #fff;
  border-radius: 4px;
  border: 2px solid #333333 !important;
  padding: 10px 50px;
  font-weight: 500 !important;
  font-family: "RobotoFlex";
}

.customer-account-login .actions-toolbar>.primary .action:last-child:hover,
.customer-account-create .form-create-account .primary button:hover {
  background: transparent;
  color: #333333;
}

.customer-account-login .actions-toolbar .secondary a.action {
  margin-top: 10px;
  color: #a6a6a6;
  font-weight: normal;
  font-family: "RobotoFlex";
  text-decoration: underline;
}

.customer-account-create .page-main legend span {
  font-weight: 500;
  font-size: 1.8rem;
}

.form-create-account .fieldset.create.account {
  margin-bottom: 0 !important;
  padding-bottom: 25px;
}

.form.create.account.form-create-account {
  margin-bottom: 70px;
  width: 100%;
}

.account .page-main {
  padding-top: 30px;
}

.block-collapsible-nav .content {
  background: #D8E6B8;
  border-radius: 10px;
}

.block-collapsible-nav .item.current a, .block-collapsible-nav .item.current>strong {
  border-color: transparent;
}

.block-collapsible-nav .item a, .block-collapsible-nav .item>strong {
  color: #333;
}

.account .box-actions a,
.account .block-title a {
  color: #333;
  text-decoration: underline !important;
}

.block-collapsible-nav .item a:hover {
  background: transparent;
}


/* 404 */

.cms-no-route {
  text-align: center;
}

.cms-no-route .page-title-wrapper {
  padding-top: 50px;
}

.cms-no-route .page-title-wrapper .page-title span {
  font-size: 100px;
  font-family: "RobotoFlex";
  font-weight: 700;
  color: #D8E6B8;
}

.cms-no-route .no_page_root {
  padding-bottom: 50px;
}

.cms-no-route .no_page_root span {
  color: #434343;
  font-size: 40px;
  font-family: "RobotoFlex";
  font-weight: 600;
  margin-bottom: 30px;
}

.cms-no-route .no_page_root img {
  width: 50%;
  display: block;
  margin: auto;
}

.cms-no-route .no_page_root a {
  color: #fff;
  border-radius: 4px;
  border: 2px solid #333333 !important;
  background: #333333;
  padding: 10px 20px;
  display: inline-block;
  margin-top: 50px;
}

.cms-no-route span {
  display: block;
}




/* Responsive */

@media only screen and (max-width:1400px) {
  .home_top_slider .pagebuilder-slide-wrapper {
    padding: 14.2% 0;
  }
  .header_custom_links li a {
    padding: 10px 5px;
  }
  .header_custom_links li {
    margin-right: 15px;
  }
  .header_custom_links li a::after {
    right: -8px;
  }
  .header_custom_links {
    padding-left: 18px;
  }

  .product-items .product-item {
    min-height: 555px;
  }
  .footer_info_contact {
    padding: 3% 2% 2%;
  }
  /* Product list */
  .catalog-category-view .product-items .product-item {
    min-height: inherit;
  }
  /* category thumbnails */
  .children-category-container .wrapper .slide {
    width: 25%;
  }
}


@media only screen and (max-width:1300px) {
  .header_custom_links li a {
    padding: 10px 4px;
    font-size: 13px;
  }
  .h_header_links .h_contact a {
    font-size: 13px;
  }
  .header_custom_links li.action a {
    padding: 10px 20px;
  }
  .home_top_category ul li .c_pay_text p {
    font-size: 17px;
  }
  /* Single */
  .product-info-main .box-tocart .fieldset .field.qty {
    width: 20%;
  }
    /* category thumbnails */
  .children-category-container .wrapper .slide {
    width: 33.333%;
    flex-basis: 33.333%;
  }

}

@media only screen and (max-width:1200px) {
  .home_top_slider .pagebuilder-slide-wrapper {
    padding: 14.1% 0;
  }
  .header_custom_links li a,
  .h_header_links .h_contact a {
    font-size: 12px;
  }
  .ammenu-button.-hamburger:after {
    font-size: 13px;
  }
  /* Product list */
  .page-products .products.grid .products li.item {
    width: 33.333%;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 25%;
  }
  .page-layout-2columns-left .column.main {
    width: 75%;
  }
  /* About */
  .ab_list .pagebuilder-column-line .pagebuilder-column div[data-appearance="default"] {
    padding: 50px 40px;
  }
  .ab_list .pagebuilder-column-line .pagebuilder-column p {
    font-size: 16px;
  }

}

@media only screen and (max-width:1100px) {
  .home_top_slider .pagebuilder-slide-wrapper {
    padding: 13.8% 0;
  }
  .ammenu-button.-hamburger:after {
    display: none;
  }
  .ammenu-button.-hamburger:before {
    margin-right: 0;
  }
  .footer_info_contact {
    width: 30%;
  }
  .main_footer_wrap .footer_img img {
    height: 340px;
  }
  .footer_link_list {
    padding-left: 3%;
  }
  .footer.content ul {
    padding-right: 20px;
  }
  .footer_link_list .footer_list ul li a {
    font-size: 13px;
  }
  .footer_newsletter .f_news_top .f_news_desc {
    font-size: 24px;
  }
  .about_company p {
    width: 95%;
  }
  .ab_list .pagebuilder-column-line .pagebuilder-column div[data-appearance="default"] {
    padding: 50px 20px;
  }
  /* O nama */
  .cms-o-nama h2 {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .ab_list .pagebuilder-column-line .pagebuilder-column {
    min-height: 300px;
  }
  .pagebuilder-column-group .pagebuilder-column figure,
  .pagebuilder-column-group .pagebuilder-column figure img {
    height: 100% !important;
    object-fit: cover;
    border-radius: 20px;
  }
}

@media only screen and (max-width:1024px) {
  .amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
    background: #D8E6B8 !important;
    color: #363636 !important;
  }
  .amcheckout-step-container .amcheckout-summary-container .amcheckout-title>.amcheckout-icon {
    background: transparent;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary>.checkout-payment-method .actions-toolbar .amasty.checkout {
    width: 100%;
  }
}

@media only screen and (max-width:900px) {
  .product-items .product-item {
    min-height: 555px;
  }
}

@media only screen and (max-width:992px) {

  /* Nav */

  .ammenu-nav-sections.-topmenu .ammenu-submenu-wrapper {
    width: 341.5% !important;
  }

  .ammenu-button.-close:after, .ammenu-button.-close:before {
    background-color: #333 !important;
  }

  .ammenu-menu-title:before {
    content: 'Meni';
    font-family: "RobotoFlex";
    font-size: 15px;
    color: #333;
  }

  .ammenu-menu-title {
    padding: 13px 10px 13px 15px;
    border-bottom: 1px solid #D8E6B8;
    background: #D8E6B8;
    display: flex !important;
    align-items: center;
  }

  .ammenu-icon-block.-icon {
    display: block !important;
  } 

  .ammenu-tabs-list {
    display: none;
  }

  .ammenu-button {
    color: #1a1a1a !important;
  }

  .ammenu-item.category-item button {
    font-family: "RobotoFlex";
    color: #1a1a1a;
  }

  .ammenu-nav-sections.-sidebar .ammenu-text {
    font-size: 12px;
    color: #000;
    font-family: "RobotoFlex";
    color: #1a1a1a;
  }

  ._ammenu-link.-first, .ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link, 
  .ammenu-nav-sections.-mobile.-drill .ammenu-items.-drill .ammenu-link {
    min-height: inherit;
    padding: 12px 15px;
  }


  .ammenu-link.-mobile {
    /* border-bottom: 1px solid #ffe999 !important;*/
    border-bottom: 1px solid #1a1a1a !important;
  }

  #ammenu-sidebar {
    background: #fff !important;
  }

  .ammenu-nav-sections.-sidebar .ammenu-link {
    margin-right: 0;
    margin-left: 0;
  }

  .ammenu-drill-navigation {
    margin: 0;
    border-bottom: 1px solid #ffe999 !important;
  }

  .ammenu-drill-navigation .ammenu-button {
    padding: 11px 15px 11px;
    font-size: 12px;
    flex-direction: row-reverse;
    justify-content: flex-end;
    font-family: "RobotoFlex";
    color: #1a1a1a;
  }

  .ammenu-drill-navigation .ammenu-button .ammenu-icon-block {
    margin: 0 10px 0 0;
  }

  .ammenu-nav-sections.-mobile.-drill .ammenu-current-title:not(.-clickable) {
    display: none;
  }

  .ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link > .ammenu-icon-block.-toggle svg,
  .ammenu-nav-sections.-mobile.-drill .ammenu-items.-drill .ammenu-icon-block.-toggle svg {
    display: none;
  }

  .ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link > .ammenu-icon-block.-toggle::after,
  .ammenu-nav-sections.-mobile.-drill .ammenu-items.-drill .ammenu-icon-block.-toggle::after {
    font-family: "font awesome 5 Pro";
    content: '\f178';
    font-weight: 300;
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 17px;
    color: #000;
  }

  .ammenu-nav-sections.-mobile.-drill .ammenu-items.-drill .ammenu-icon-block.-toggle::after {
    right: 0;
  }

  .ammenu-nav-sections.-mobile.-drill .ammenu-items.-drill .ammenu-icon-block.-toggle {
    transform: rotate(0);
  }

  .ammenu-nav-sections.-sidebar .ammenu-items.-root > .ammenu-item > .ammenu-link > .ammenu-icon-block.-toggle {
    line-height: 40px;
  }

  .ammenu-button.-go-main figure svg,
  .ammenu-button.-prev figure svg {
    display: none;
  }

  .ammenu-button.-go-main figure:after,
  .ammenu-button.-prev figure:after {
    font-family: "font awesome 5 Pro";
    content: '\f177';
    font-weight: 300;
    position: absolute;
    top: 3px;
    right: -5px;
    font-size: 17px;
    color: #000;
  }


  .ammenu-nav-sections.-mobile.-drill .-slide-left,
  .ammenu-nav-sections.-mobile.-drill .ammenu-active-level {
      background: #fff;
  }

  .ammenu-active-level .ammenu-items.-drill .ammenu-item .ammenu-link {
      border-bottom: 1px solid #1a1a1a !important;
  }


  .ammenu-nav-sections.-mobile .-slide-left .ammenu-item:not(:last-child) > .ammenu-link,
  .ammenu-nav-sections.-mobile.-drill .ammenu-active-level .ammenu-drill-navigation,
  .ammenu-active-level .ammenu-link {
      border-bottom: 1px solid #1a1a1a !important;
  }

  .ammenu-text-block {
      font-weight: normal !important;
  }

  /* End nav */

  .page-header .amsearch-wrapper-block {
    position: static;
    width: 100%;
    transform: none;
    order: 1;
    margin-top: 15px;
  }
  .h_header_links .h_contact {
    display: none;
  }
  .product-items .product-item {
    min-height: 495px;
  }
  .page-footer {
    padding: 0 20px;
  } 
  .fotter-card {
    padding: 20px 20px;
  } 
  .footer_link_list {
    flex-wrap: wrap;
  }
  .footer_newsletter .f_news_top .f_news_desc {
    font-size: 20px;
  } 
  .pagebuilder-column-group.footer_newsletter {
    padding: 30px;
  }
  /* Nav */
  .ammenu-menu-title {
    display: block;
  }
  /* Product list */
  .page-products .products.grid .products li.item {
    width: 50%;
  }
  .products.wrapper.grid .vertical-banner img {
    height: 500px !important;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 30%;
  }
  .page-layout-2columns-left .column.main {
    width: 70%;
  }
  #amasty-shopby-product-list .toolbar-products .modes {
    display: none;
  }
  /* Single page */
  .catalog-product-view .column.main .product-info-main {
    width: 55%;
  }
  .catalog-product-view .column.main .product.media {
    width: 40%;
    margin-right: 5%;
  }
  .catalog-product-view .swatch-attribute.color .swatch-option {
    width: 25px;
    height: 25px;
    min-width: 25px;
  }
  .catalog-product-view .swatch-attribute.color .swatch-attribute-label::before {
    font-size: 14px;
  }
  .product-info-main .box-tocart .control input.input-text.qty {
    height: 50px;
  }
  .product-info-main .box-tocart .fieldset .actions .primary.tocart {
    height: 50px;
  }
  .product-info-main .box-tocart .fieldset .actions .primary.tocart {
    font-size: 13px;
    white-space: nowrap;
    min-width: 100%;
  }
  .product-info-main .box-tocart .fieldset .field.qty {
    width: 30%;
  }
  .block.related .product-items .product-item {
    min-height: 400px;
  }
  .catalog-product-view .accordion-container {
    margin-bottom: 50px;
  }
  .amrelated-grid-wrapper .product-items .product-item {
    min-height: 410px;
  }
  .block.related .slick-dots {
    margin-top: 0;
  }
  /* My account */
  .customer-account-login .page-main {
    margin-top: 40px;
    margin-bottom: 80px;
  }
  .login-container .fieldset:after {
    margin-top: 15px;
  }

}


@media only screen and (max-width:768px) {
  .home_top_slider .pagebuilder-slide-wrapper {
    padding: 33.5% 0;
    border-radius: 20px;
  }
  .footer_info_contact .f_contact li a {
    display: flex;
    align-items: center;
  }

  .page-header .amsearch-wrapper-block:before {
    display: none;
  }
  .customer-welcome .action.switch {
    display: none;
  } 
  .header.panel>.header.links>li.customer-welcome .header.links {
    display: none !important;
  }
  .header.panel>.header.links>li.customer-welcome.active .header.links {
    display: flex !important;
  }
  .customer-welcome.active .customer-menu .links {
    left: 0px;
  }
  /* Product */
  .product-items .product-item .product-item-inner .product-item-actions,
  .products.wrapper li.item .actions.product-item-actions {
    display: flex;
  }
  .product-items .product-item,
  .amrelated-grid-wrapper .product-items .product-item {
    min-height: inherit;
  }
  .home_product .slick-dots {
    bottom: 0;
  }
  .home_product .product-items .slick-list {
    padding-bottom: 30px;
  }
  .headerWrapperNav {
    overflow: hidden;
  }
  .header_custom_links li {
    white-space: nowrap;
  }
  .header_custom_links {
    margin-left: 20px;
    padding-right: 80px;
    padding-left: 0;
    overflow: scroll;
  }

  /* Filteri */

  .page-products .message.info {
    top: -102px;
  }
  
  .page-products .sidebar .filter-options-content {
    display: block !important;
  }
  .filter .filter-current .items {
    display: block;
  } 
  .filter .filter-current-subtitle {
    display: none;
  }
  .page-products .sidebar .block-content.filter-content strong {
    display: none;
  }
  .page-products .sidebar.sidebar-main {
    padding-top: 0;
  }
  .filter-title strong {
    position: static;
    background: transparent;
    border: 1px solid #A0A0A033;
    box-shadow: none;
    width: 50%;
    display: inline-block;
    padding: 0;
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    font-size: 14px;
    background: url(../img/filter_icon.svg);
    background-position: center right 60%;
    background-repeat: no-repeat;
    background-size: 15px;
  }
  .page-products .sorter .sorter-label {
    display: none;
  }
  .sorter-options {
    background: transparent;
    border: 1px solid #A0A0A033;
    border-radius: 10px !important;
    box-shadow: none !important;
    padding: 0;
    margin: 0;
    height: 40px;
    line-height: 40px;
    width: 100%;
    text-align: center;
  }
  .page-products .sorter {
    width: 46%;
    right: 20px;
  }
  .page-products .column.main .category-view, .page-products .column.main .page-title-wrapper {
    margin-top: 20px;
  }
  .filter .filter-current {
    margin: 0;
    border: none;
  }

  .filter.active .filter-title {
    border-bottom: none;
    background: #D8E6B8;
  }

  .filter.active .filter-title strong {
    width: 100%;
    text-align: right;
    height: 48px;
    padding: 0 15px;
    top: 0;
  }
  .filter.active .filter-title strong:after {
    line-height: 48px;
    color: #333;
  }

  .filter-options-item .filter-options-content .am-filter-items-category_ids {
    padding: 10px 0px;
  }

  .filter-options-item .filter-options-content .am-filter-items-category_ids .item {
    margin-bottom: 10px !important;
  }

  .filter-options-item .filter-options-content .am-filter-items-category_ids .item:last-child {
    margin-bottom: 0 !important;
  }

  .page-products .sidebar .filter-options-item .filter-options-title {
    background: transparent;
    color: #333;
    padding: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom: 1px solid #f2f2f2; 
  }

  .page-products .sidebar .filter-options-item {
    padding-bottom: 0;
  }

  .page-products .sidebar .filter-options-content {
    padding: 0 10px;
    background: #F9F9F9;
  }
  .filter-options-item .filter-options-content .count {
    padding-right: 10px;  
  }
  .filter-options-item .filter-options-content .items [class*='am-filter-item'] {
    padding: 0;
  }

  .am-show-more, .filter-options-content .am-show-more {
    font-size: 12px;
  }
  .filter-options-content .item {
    margin-bottom: 0 !important;
    padding: 10px 0px;
    margin: 0;
  }
  .filter-options-content .am-show-more {
    margin-top: 7px !important;
  }

  /* Single */

  .catalog-product-view .column.main .product.media {
    width: 100%;
    margin-right: 0;
  }
  .catalog-product-view .column.main .product-info-main {
    width: 100%;
  }
  .columns .column.main {
    padding-bottom: 50px;
  }
  .catalog-product-view .accordion-container {
    margin-bottom: 50px;
  }

  .block.related .product-items .product-item {
    min-height: 450px !important;
  }

  /* Single product */

  .catalog-product-view .column.main .product.media .single-stickers img {
    height: 20px;
  }

  .catalog-product-view .column.main {
    margin-top: 0;
    padding-top: 55px;
  }
  .fotorama__stage, .gallery-placeholder__image {
    border-radius: 10px;
  }
  .catalog-product-view .column.main .product.media .single-stickers {
    top: 10px;
    left: 10px;
  }
  .product-info-main .page-title-wrapper .page-title span {
    font-size: 25px;
  }
  .product-info-stock-sku span {
    font-size: 12px;
  }

  .product-info-main .product.attribute.sku {
    position: absolute;
    top: 20px;
  }
  
  .catalog-product-view .columns {
    position: relative;
  }

  .catalog-product-view .swatch-attribute.color {
    flex-wrap: wrap;
  }

  .catalog-product-view .swatch-attribute-options {
    margin: 0;
    margin-left: 0;
    margin-top: 10px;
  }

  /* Single button */

  .product-info-main .product-options-bottom .box-tocart {
    position: fixed;
    bottom: 0;
    background: #fff;
    z-index: 5;
    left: 0;
    right: 0;
    margin: 0;
    padding: 10px 15px;
    box-shadow: -1px -13px 14px -8px rgba(189, 189, 189, 0.39);
    -webkit-box-shadow: -1px -13px 14px -8px rgba(189, 189, 189, 0.39);
    -moz-box-shadow: -1px -13px 14px -8px rgba(189,189,189,0.39);
  }

  .product-info-main .product-options-bottom .box-tocart .fieldset {
    margin: 0;
    padding: 0;
    border: none;
    padding-left: 65px;
  }

  .product-info-main .box-tocart .fieldset .field.qty {
    width: 35%;
  }

  .product-info-main .single_atributes_delivery_wrap p {
    display: flex;
    align-items: center;
  }

  .product-info-main .box-tocart .fieldset {
    margin: 0;
  }

  .product-social-links {
    margin: 0;
    text-align: center;
    position: fixed;
    bottom: 0;
    z-index: 6;
    height: 80px;
    display: flex;
    align-items: center;
  }

  .product-social-links.no_cart {
    position: static;
  }

  .product-info-main .product-social-links .action.towishlist {
    font-size: 14px;
    font-weight: 300;
    text-transform: initial;
    display: flex;
    align-items: center;
    width: 50px;
    height: 50px;
    min-width: 50px;
    border-radius: 50%;
    border: 1px solid rgba(226, 226, 226, 1);
    justify-content: center;
  }

  .product-info-main .product-social-links .action.towishlist:before {
    margin-right: 0;
  }

  /* Footer */

  .main_footer_wrap .footer_img {
    display: none;
  }
  .cms-index-index .page-footer {
    margin-top: 150px;
  }

  /* About us */

  .ab_top_banner img {
    width: 100%;
  }
  .about_company {
    text-align: left;
  }
  .ab_list .pagebuilder-column-line {
    grid-template-columns: repeat(1, 1fr);
  }
  .about_company p {
    width: 100%;
  }
  .about_company {
    padding: 30px 30px;
  }
  .ab_list .pagebuilder-column-line .pagebuilder-column:last-child {
    order: -1;
  }

  .cms-page-view .page-main {
    padding-bottom: 100px !important;
  }

  /* Privacy policy */

  .policy_pages p, .policy_pages ul li {
    font-size: 14px;
  }

  .policy_pages {
    padding: 30px;
  }

  /* Tab page */

  .page_sidebar .right_col {
    padding-left: 0;
    padding-right: 0;
    width: 100% !important;
    padding-top: 30px;
  }

  /* Contact page */

  .contact_right {
    margin-left: 0;
    margin-top: 30px;
  }
  .contact_right h2 {
    text-transform: inherit;
  }
  #amform-form-9 .amcform-toolbar,
  #amform-form-9 .amcform-toolbar button,
  #amform-form-6 .amcform-toolbar button.amcform-submit, 
  #amform-form-7 .amcform-toolbar button.amcform-submit, 
  #amform-form-9 .amcform-toolbar button.amcform-submit,
  #amform-form-6 .amcform-toolbar button.amcform-submit button, 
  #amform-form-7 .amcform-toolbar button.amcform-submit button, 
  #amform-form-9 .amcform-toolbar button.amcform-submit button {
    width: 100%;
  }
  .contact_map iframe {
    border-radius: 20px;
    margin-bottom: 50px;
  }

  /* Servisne intervencije */

  #amform-form-7 {
    width: 100%;
  }

  /* Cart */

  .checkout-cart-index .page-title-wrapper {
    margin-top: 35px;
    padding-left: 0;
  }
  .cart.table-wrapper .item .col.item {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
  }

  .cart.table-wrapper .product-item-photo {
    position: static;
    text-align: center;
    display: flex;
    justify-content: center;
    margin: auto;
  }

  .cart.table-wrapper .product-item-details {
    width: 100%;
    margin: 10px 0 0 auto;
  }

  .cart.table-wrapper .product-item-name {
    text-align: center;
  }

  .checkout-cart-index .table-wrapper .product-item-name a {
    font-size: 13px;
  }

  .cart.table-wrapper .item .col.item {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
  }

  .cart.table-wrapper .col.qty[data-th]:before, .cart.table-wrapper .col.price[data-th]:before, .cart.table-wrapper .col.subtotal[data-th]:before, .cart.table-wrapper .col.msrp[data-th]:before {
    padding-bottom: 0;
    font-size: 12px;
  }

  .cart.table-wrapper .col.price {
    text-align: center;
  }

  #shopping-cart-table .price-including-tax .price, #shopping-cart-table .price-excluding-tax .price {
    font-size: 13px;
  }

  .cart.table-wrapper .col.price, .checkout-cart-index #shopping-cart-table .col.qty {
    width: 50%;
    border-top: 1px solid #d1d1d1;
    padding-top: 8px;
    text-align: center;
  }

  .checkout-cart-index td.col.qty .input-text.qty {
    margin-top: 3px;
  }

  .cart.table-wrapper .product-item-name {
    width: 100%;
  }

  .cart.table-wrapper .col.subtotal {
    width: 100%;
    text-align: center;
    border-top: 1px solid #d1d1d1;
    border-left: none;
    padding-top: 8px;
  }


  .cart.table-wrapper .items .item .item-actions {
    border-top: 1px solid #d1d1d1;
    background: #d9d9d9;
  }

  .block-cart-failed, .cart-container .form-cart {
    margin-bottom: 100px;
  }


  .cart.main.actions .action.update {
    width: 100%;
  }

  .cart.table-wrapper tbody>tr>td:last-child {
    padding-top: 0;
  }

  .cart.table-wrapper .col.price {
    border-left: none;
  }


  /* 404 */

  .cms-no-route .page-title-wrapper .page-title span {
    font-size: 60px;
  }
  .cms-no-route .no_page_root span {
    font-size: 25px;
  }
  .cms-no-route .no_page_root img {
    width: 85%;
  }
  .cms-no-route .no_page_root {
    padding-bottom: 100px;
  }
  .cms-no-route .no_page_root a {
    padding: 7px 20px;
  }


}



@media only screen and (max-width:600px) {

  .modal-popup .modal-header, .modal-popup .modal-content, .modal-popup .modal-footer {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .block-minicart .block-content .actions {
    margin-left: -10px;
    margin-right: -10px;
  }

  .minicart-wrapper .action.close {
    top: 5px;
    right: 5px;
  }

  .block-minicart .block-content>.actions>.primary .action.primary,
  .block-minicart .block-content .minicart-items-wrapper+.actions .secondary a {
    padding: 12px 15px;
    font-size: 15px !important;
  }

  .minicart-wrapper .action.showcart .counter.qty .counter-number {
    max-width: 15px;
    min-width: 15px;
    width: 15px;
    line-height: 17px;
  }

  .minicart-items .product-item .product-item-details {
    position: relative;
  }

  .block-minicart .minicart-items .secondary {
    position: absolute;
    bottom: 0;
    right: 0;
  }

  .minicart-wrapper .product-item .product-item-name a {
    font-size: 13px !important;
  }

  .minicart-items .update-cart-item {
    padding: 5px 10px;
    margin-top: 12px;
    width: 85%;
  }


  /* Search */

  ul.amsearch-product-list .product-item button.action.tocart span::after {
    display: none;
  }
  
  .amsearch-item .amsearch-wrapper-inner .tocart span {
    font-size: 11px;
  }
  
  .amsearch-items-section {
    padding: 0;
  }
  
  .amsearch-products-section {
    border-top: none;
  }
  
  .amsearch-item-container.-opened {
    padding: 0 0 20px;
  }
  
  .amsearch-products-section {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  
  .amsearch-items-section {
    padding-top: 20px;
  }
  
  .amsearch-products-section {
    padding-top: 0;
  }

  .amsearch-block-header .amsearch-link {
    text-align: right;
  }

  .headerWrapperNav, .home_top_slider, .home_top_category, .home_product, .homeTwoBanner, .homeThreeBaner, .page-wrapper > .breadcrumbs, .page-products .columns, .catalog-product-view .page-main, .cms-page-view .page-main, .checkout-index-index .page-main {
    padding: 0 15px;
  }
  .swiper-container-pay-cat .swiper-slide {
    padding-bottom: 20px;
  }
  .page-header .header.content .ammenu-logo img {
    width: 150px;
  }
  .page-header .header.links .authorization-link, .page-header .header.links .wishlist, .header.content .minicart-wrapper, .header.panel>.header.links>li.customer-welcome {
    width: 35px;
    height: 35px;
  }
  .authorization-link a::before,
  .header.links .wishlist a::before,
  .minicart-wrapper .action.showcart:before,
  .header.links .customer-welcome .customer-name::before {
    font-size: 15px !important;
  }
  .minicart-wrapper .action.showcart .counter.qty {
    height: 15px;
    min-width: 15px;
    line-height: 15px;
    font-size: 10px;
    right: -5px;
  }
  .page-header .amsearch-wrapper-block {
    margin-top: 0;
    padding-bottom: 5px;
  }
  .ammenu-button.-hamburger.-trigger {
    position: absolute;
  }
  .headerWrapperNav {
    position: static;
  }
  .ammenu-button.-hamburger.-trigger {
    position: absolute;
    top: 23px;
    height: auto;
    padding: 0;
    background: transparent;
  }
  .ammenu-button.-hamburger:before {
    color: #D8E6B8;
  }
  .page-header .header.content {
    padding: 15px 15px;
  }
  .ammenu-header-container .header.content .ammenu-logo {
    margin-left: 40px;
  }
  .amsearch-input-wrapper .amsearch-input {
    height: 40px;
  }
  .amsearch-button.-loupe {
    height: 40px;
    width: 45px;
  }
  .header_custom_links {
    margin-left: 0;
    padding-right: 20px;
    margin-right: -20px;
  }
  .header_custom_links li a {
    padding: 10px 7px;
  }
  .header_custom_links li.action a {
    padding: 10px 31px;
  }
  .header_custom_links li a::after {
    height: 17px;
  }
  .home_top_slider .pagebuilder-slider {
    margin-top: 0;
  }
  .home_top_category {
    margin-top: 30px;
    padding-right: 0;
  }
  .home_top_slider .pagebuilder-slide-wrapper {
    padding: 26vw 0;
    border-radius: 0;
  }
  .home_top_slider .slick-list {
    border-radius: 15px;
  }
  .home_top_slider {
    margin: 15px 0;
  }
  .home_top_slider .pagebuilder-slide-wrapper {
    padding: 27.2vw 0;
  }
  .home_top_slider .slick-slider .slick-arrow.slick-next,
  .home_top_slider .slick-slider .slick-arrow.slick-prev {
    display: none !important;
  }
  .home_top_slider .slick-dots {
    display: flex !important;
    justify-content: center;
    position: static;
    margin-top: 20px;
  }
  .home_top_slider .slick-dots li {
    width: auto;
    height: auto;
  }
  .home_top_slider .slick-dots li button {
    background: #C6C6C6;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    opacity: 1;
    padding: 0;
  }
  .home_top_slider .slick-dots li.slick-active button {
    background: #828282;
    width: 30px;
    height: 6px;
    border-radius: 4px;
    padding: 0;
  }
  
  .pay_cat_links {
    display: flex;
    white-space: nowrap;
    overflow: scroll;
  }
  .pay_cat_links li {
    padding-right: 10px;
    padding-left: 0;
  }
  .pay_cat_links li {
    width: 45%;
    min-width: 45%;
  }
  .home_top_category ul li a {
    padding: 15px 0px 0 15px;
    height: 100px;
    -webkit-box-shadow: 0px 4px 0px 0px rgba(198, 198, 198, 1);
    -moz-box-shadow: 0px 4px 0px 0px rgba(198,198,198,1);
    box-shadow: 0px 4px 0px 0px rgba(198, 198, 198, 1);
  }
  .home_top_category ul li .c_pay_text p {
    font-size: 13px;
  }
  .home_top_category ul li .c_pay_text span {
    bottom: 12px;
    font-size: 11px;
  }

  .pay_cat_links {
    overflow-y: hidden !important
  }

  .pay_cat_links::-webkit-scrollbar {
    height: 5px;
    width: 5px
  }

  .pay_cat_links::-webkit-scrollbar-track {
    background: 0 0;
  }

  .pay_cat_links::-webkit-scrollbar-thumb {
    background: 0 0;
  }

  .pay_cat_links::-webkit-scrollbar-thumb:hover {
    background: 0 0;
  }

  .pay_cat_links::-webkit-scrollbar-thumb:horizontal {
    background: #bfbfbf;
    border-radius: 10px;
  }

  .home_product [data-content-type="text"] p {
    font-size: 20px;
    padding-left: 15px;
  } 

  /* product */

  .product-items .product-item .product-item-details .product-item-name a {
    color: #333333;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
    height: 37px;
    white-space: normal;
  }

  .category-description {
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 100px;
    padding-bottom: 40px;
  }

  .category-description > div {
    height: 200px;
    overflow: hidden;
  }

  .category-description {
    position: relative;
  }

  .category-description::after {
    border: 1px solid #ccc;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    position: absolute;
    bottom: -26px;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    content: '\f107';
    font-family: "font awesome 5 Pro";
    font-weight: 300;
    font-size: 25px;
    color: #333333;
    background: #fff;
    box-shadow: 0px 1px 1px 0px #00000040;
  }

  /* scroll products */

  .home_product .home_product_slide,
  .amrelated-grid-wrapper .product-items,
  .block.related .product-items {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow: scroll;
    width: auto !important;
    transform: none !important;
    position: static !important;
    padding-bottom: 20px !important;
    overflow-y: hidden;
  }
  

  .home_product .home_product_slide .product-item,
  .amrelated-grid-wrapper .product-items .product-item,
  .block.related .product-items .product-item {
    min-width: 63%;
    margin: 0 !important;
    padding-right: 15px !important;
    width: auto !important;
    position: relative;
    z-index: 5;
  }

  .block.related .product-items .product-item {
    min-height: inherit !important;
  }

  .home_product {
    padding: 0;
    padding-right: 0;
  }

  .home_product_slide {
    padding-left: 15px !important;
  }

  .cms-index-index .column.main {
    overflow: hidden;
  }

  .product-items .product-item .product-item-info:hover .product-item-inner .product-item-actions {
    display: flex;
  }

  .product-items .product-item .product-item-info {
    padding: 15px;
  }

  .block.related,
  .amrelated-grid-wrapper {
    margin-right: -10px;
    position: relative;
    z-index: 1;
  }


  /* Filteri */

  .filter .filter-current .items {
    position: absolute;
    top: 265px;
    padding-left: 0;
    display: flex;
    width: 95vw;
    overflow: scroll;
  }

  .sub_cat_off .filter .filter-current .items {
    top: 110px;
  }

  .filter .filter-current .items {
    overflow: scroll; /* ili auto, ako preferiraš */
    scrollbar-width: none; /* za Firefox */
    -ms-overflow-style: none;  /* za Internet Explorer i Edge */
  }
  
  .filter .filter-current .items::-webkit-scrollbar {
    display: none; /* za Chrome, Safari i ostale WebKit browsere */
  }

  .amshopby-filter-current .amshopby-item.item {
    flex-wrap: nowrap;
    margin-right: 10px;
  }

  #amasty-shopby-product-list .products.wrapper {
    margin-top: 45px;
  }

  .page-wrapper > .breadcrumbs .items {
    white-space: nowrap;
    overflow: scroll;
  }


  /* Category scroll */

  .children-category-container .wrapper .slide {
    width: 60%;
    flex-basis: 60%;
    min-width: 60%;
  }

  .children-category-container .wrapper {
    display: flex;
    white-space: nowrap;
    flex-wrap: nowrap;
    max-height: 100px;
    overflow: scroll;
    margin-right: -20px;
    padding-right: 15px;
  }

  .children-category-container .wrapper .slick-slide .category-item {
    display: flex;
    align-items: center;
    background: #EDEDED;
    border-radius: 10px;
    padding: 25px 25px 0;
    -webkit-box-shadow: 0px 8px 0px 0px rgba(198, 198, 198, 1);
    -moz-box-shadow: 0px 8px 0px 0px rgba(198,198,198,1);
    box-shadow: 0px 8px 0px 0px rgba(198, 198, 198, 1);
    border: none;
  }

  .children-category-container .wrapper .category-item {
    -webkit-box-shadow: 0px 6px 0px 0px rgba(198, 198, 198, 1);
    -moz-box-shadow: 0px 6px 0px 0px rgba(198,198,198,1);
    box-shadow: 0px 6px 0px 0px rgba(198, 198, 198, 1);
  }

  .children-category-container .wrapper  .category-item .category-item-title {
    white-space: normal;
  }

  .category-view .amslider {
    margin: 7px auto 0;
  }

  /* Product scroll */

  .page-products .columns {
    overflow-x: hidden;
  }

  .home_product .home_product_slide::-webkit-scrollbar,
  .block.related .products.items::-webkit-scrollbar,
  .amrelated-grid-wrapper .product-items::-webkit-scrollbar,
  .children-category-container .wrapper::-webkit-scrollbar  {
    height: 5px;
    width: 5px;
  }

  .home_product .home_product_slide::-webkit-scrollbar-track{
    background: 0 0;
    margin-left: 15px;
  }

  .children-category-container .wrapper::-webkit-scrollbar-track  {
    margin-left: 10px;
    margin-right: 15px;
  }

  .home_product .home_product_slide::-webkit-scrollbar-thumb,
  .block.related .products.items::-webkit-scrollbar-thumb,
  .amrelated-grid-wrapper .product-items::-webkit-scrollbar-thumb,
  .children-category-container .wrapper::-webkit-scrollbar-thumb {
    background: 0 0;
  }

  .home_product .home_product_slide::-webkit-scrollbar-thumb:hover,
  .block.related .products.items:hover,
  .amrelated-grid-wrapper .product-items::-webkit-scrollbar-thumb:hover,
  .children-category-container .wrapper::-webkit-scrollbar-thumb:hover {
    background: 0 0;
  }

  .home_product .home_product_slide::-webkit-scrollbar-thumb:horizontal,
  .block.related .products.items::-webkit-scrollbar-thumb:horizontal,
  .amrelated-grid-wrapper .product-items::-webkit-scrollbar-thumb:horizontal,
  .children-category-container .wrapper::-webkit-scrollbar-thumb:horizontal {
    background: #bfbfbf;
    border-radius: 10px;
  }

  .homeTwoBanner, .homeThreeBaner, .home_product {
    margin-top: 40px;
  }


  /* Footer */

  .cms-index-index .page-footer {
    margin-top: 100px;
  }

  .footer_newsletter .f_news_top {
    flex-direction: row-reverse;
  }

  .footer_newsletter .f_news_top .f_news_desc {
    margin-left: 0;
    margin-right: 20px;
  }

  .pagebuilder-column-group.footer_newsletter {
    padding: 30px 20px;
  }

  .f_news_icon img {
    width: 120px;
  }

  .footer_newsletter .block.newsletter .form.subscribe {
    flex-wrap: wrap;
  }

  .footer_newsletter .form.subscribe .field.newsletter,
  .footer_newsletter .form.subscribe .actions {
    width: 100%;
  }

  .footer_newsletter .form.subscribe .field.newsletter {
    margin-right: 0;
    margin-top: 20px;
  }

  .footer_newsletter .form.subscribe .field.newsletter input, 
  .block.newsletter .field .control:before,
  .footer_newsletter .form.subscribe .actions button {
    border-radius: 7px;
  }

  .footer_newsletter .form.subscribe .actions {
    margin-top: 20px;
  }

  .news-letter-check label {
    width: 100%;
  } 

  .news-letter-check {
    font-size: 11px;
  }

  .block.newsletter {
    margin-bottom: 5px;
  }

  .page-footer {
    padding: 0 15px;
  }

  .footer_info_contact,
  .footer_link_list {
    width: 100%;
  }

  .footer_link_list {
    order: -1;
    margin-top: 25px;
  }

  .footer_link_list {
    padding-left: 0;
  }

  .footer_link_list .footer_list {
    width: 100%;
  }

  .footer_link_list .footer_list ul {
    display: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 5px;
    margin-bottom: 10px;
  }

  .footer_link_list .footer_list h3 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 15px;
    margin-top: 12px;
    position: relative;
  }

  .footer_link_list .footer_list h3::after {
    content: '\f107';
    font-family: "font awesome 5 Pro";
    font-weight: 300;
    font-size: 22px;
    color: #fff;
    line-height: 1;
    display: block;
    margin-bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
  }

  .footer_link_list .footer_list h3.open_footer::after {
    content: '\f106';
    font-family: "font awesome 5 Pro";
    font-weight: 300;
    font-size: 22px;
    color: #fff;
    line-height: 1;
    display: block;
    margin-bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
  }

  .footer_info_contact {
    padding: 20px;
  }

  .fotter-card {
    flex-wrap: wrap;
    padding: 10px 10px;
  }

  .fotter-card li {
    margin: 10px;
    width: 11%;
    text-align: center;
  }

  .fotter-card img {
    height: 25px;
  }

  .copyright .f_wrap {
    flex-wrap: wrap;
  }

  .copyright p, .copyright a {
    width: 100%;
    display: inline;
  }

  .copyright .copy_link {
    margin-top: 5px;
  }

  .copyright a img {
    margin-left: 5px;
    width: 60px;
    vertical-align: bottom;
  }

  .copyright {
    padding: 15px 10px;
  }

  /* Page list products */

  .page-products .page.messages {
    margin: 0;
  }

  .page-products .column.main .category-view .category-image {
    display: none;
  }
  .page-products .sorter {
    position: static;
    width: 49%;
  }
  .breadcrumbs {
    display: block;
  }
  .page-products .page-main,
  .page-products .column.main .category-view {
    margin-top: 0 !important;
  }
  .page-products .column.main .category-view, 
  .page-products .column.main .page-title-wrapper {
    margin-top: 10px;
  }
  .page-title-wrapper .page-title span,
  .cms-page-view .page-title-wrapper .page-title span,
  .page_sidebar .right_col h1, .page_sidebar .pageSidebar h1 {
    font-size: 30px;
  }
  .filter-title strong {
    position: absolute;
    top: 218px;
    left: 15px;
    width: 45%;
    background-position: center right 71%;
  }
  .sub_cat_off .filter-title strong {
    top: 63px;
  }
  .page-products .products.grid .products li.item,
  .page-products .products li.item {
    width: 100%;
    margin-bottom: 10px;
  }
  .page-products .products.grid .products li.item .product-item-info,
  .page-products .products li.item .product-item-info {
    display: flex;
    padding: 10px !important;
    padding-left: 0 !important;
  }
  .page-products .products .deskCustomBanner {
    display: none;
  }
  .page-products .products .mobCustomBanner {
    display: block;
  }
  .products.wrapper.grid .vertical-banner img {
    height: 175px !important;
    border-radius: 10px;
  }
  .page-products .products.grid .products li.item .product-item-info .product-item-photo {
    width: 45%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .page-products .product-item-info .product-item-photo .product-image-container {
    width: 90px;
    height: 90px;
  }
  .page-products .products li.item .product-item-info .product-item-details {
    width: 55%;
  }
  .page-products .products li.item .product-item-inner {
    width: auto !important;
  }
  .page-products .products li.item .actions-secondary {
    position: absolute;
    top: 0;
    right: 0;
    width: auto !important;
    top: 10px;
    right: 10px;
  }
  .page-products .product-items .product-item .stock_status {
    font-size: 10px;
  }
  .page-products .products li.item .actions-secondary .action.towishlist {
    width: auto;
    height: auto;
    border: none;
    line-height: inherit;
  }
  .page-products .product-item .action.towishlist:before {
    padding-left: 1px;
  }
  .page-products .product-items .product-item .product-item-inner .product-item-actions {
    margin-top: 0;
  }
  .page-products .product-item-actions .actions-primary {
    position: absolute;
    width: 40px !important;
    height: 40px;
    right: 10px;
    bottom: 10px;
    margin-right: 0 !important;
  }
  .page-products .products.list.items.product-items .product-item-details .product-item-name a {
    height: 37px;
    width: 90%;
  }
  .page-products .product-item button.action.tocart span {
    font-size: 0;
  }
  .page-products .product-image-wrapper {
    min-height: inherit;
  }
  .page-products .product-item button.action.tocart span::after {
    margin-left: 0;
  }
  .page-products .products .stock_status {
    position: absolute;
    left: 10px;
    z-index: 3;
    bottom: 0;
  }
  .page-products .product-items .product-item .swatch-attribute .swatch-option {
    width: 14px;
    height: 14px;
    min-width: 14px;
    min-height: 14px;
  }
  .page-products .swatch-attribute-options {
    margin: 10px 0 5px;
  }

  .page-products .sticker_list .sticker_list_box img {
    height: 18px;
  }

  /* Single page */

  .product-info-main .product-info-stock-sku {
    padding-bottom: 5px;
    padding-top: 5px;
  }

  .product-info-main .product-info-price {
    margin-top: 40px;
  }
  .product-info-main .product-add-form {
    padding-top: 0;
  }

  .product-info-main .product-info-price .price-box {
    padding-bottom: 0;
  }

  .swatch-opt {
    margin: 0;
  }

  .product-add-form .fieldset:last-child {
    margin-bottom: 20px;
    margin: 0;
    border-top: 1px solid rgba(160, 160, 160, 0.2);
    padding: 10px 0;
    margin-top: 10px;
  }

  .product-info-main .product-social-links .towishlist span {
    display: none;
  }

  .product-info-main .single_atributes_delivery_wrap p {
    border-bottom: 1px solid rgba(160, 160, 160, 0.2);
    padding-bottom: 15px;
  }

  .catalog-product-view .accordion-container {
    margin-bottom: 0;
    margin-top: 0;
  }
  .catalog-product-view .accordion-content.active {
    width: 100%;
  }
  .catalog-product-view .accordion-content {
    padding: 15px 0;
  }
  .catalog-product-view .accordion-container .content-entry .article-title {
    font-size: 17px;
  }
  .catalog-product-view .content-entry .table-wrapper {
    margin-bottom: 0;
  } 

  .block.related {
    margin-top: 50px;
  }

  .amrelated-grid-wrapper {
    margin-bottom: 120px !important;
    margin-top: 50px;
  }

  .amrelated-grid-wrapper .block-title strong, .block.related .block-title strong {
    font-size: 20px;
  }

  .block.related .products.list.items.product-items,
  .block.widget .products-grid .product-items {
    padding: 0;
    margin-right: -5px;
  }

  .catalog-product-view .acc_swich {
    width: 30px;
    height: 30px;
    border-radius: 7px;
  }

  .additional-attributes-wrapper .additional-attributes>tbody>tr>td {
    padding: 7px 10px !important;
    font-size: 14px;
    width: 100%;
  }

  .additional-attributes-wrapper .additional-attributes tr {
    margin-bottom: 0;
    margin-top: 10px;
  }

  .catalog-product-view .accordion-container .content-entry.open i:before,
  .catalog-product-view .accordion-container .content-entry i:before {
    font-size: 14px;
  }

  /* About */

  .cms-page-view .page-title-wrapper {
    padding: 30px 0 30px;
  }
  .about_company p {
    font-size: 14px;
  }
  .about_company {
    margin: 30px 0 20px;
  }
  .about_company {
    margin-bottom: 30px;
  }
  .about_page .ab_list.orange .pagebuilder-column-line .pagebuilder-column:first-child {
    border-left: 0;
    border-top: 30px solid #F47D20;
  }
  .about_page .ab_list.pink .pagebuilder-column-line .pagebuilder-column:first-child {
    border-left: 0;
    border-top: 30px solid #EC008C;
  }
  .ab_list .pagebuilder-column-line .pagebuilder-column div[data-appearance="default"] {
    padding: 30px 30px;
    position: static;
    transform: none;
  }
  .about_page .ab_list.yellow .pagebuilder-column-line .pagebuilder-column:first-child {
    border-left: 0;
    border-top: 30px solid #FFD602;
  }
  .about_page .ab_list.yellow .pagebuilder-column-line .pagebuilder-column:first-child a {
    margin-top: 15px;
  }
  .about_page .ab_list {
    margin-bottom: 20px;
  }
  .ab_list .pagebuilder-column-line .pagebuilder-column p {
    font-size: 14px;
  }
  .ab_list .pagebuilder-column-line .pagebuilder-column {
    min-height: inherit;
  }
  .ab_list.pagebuilder-column-group .pagebuilder-column figure {
    height: 250px !important;
  }

  /* Privacy policy */

  .policy_pages {
    padding: 20px 20px;
  }

  .policy_pages h3 {
    font-size: 18px;
  }

  #amform-form-7 .fb-radio .radio-group .amform-groupv2 label {
    padding-right: 0;
    margin-right: 0;
  }

  /* Page tab */

  .page_sidebar {
    padding-top: 20px;
  }
  .service_tab {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }
  .service_tab li {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pageSidebar h1 {
    display: none;
  }
  .service_tab li {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 5px 0;
  }
  .service_tab li.tab_first {
    background: #D8E6B8;
  }
  .service_tab li.tab_last {
    background: #ECECEC;
  }
  .service_tab li img {
    width: 30px;
    margin-right: 5px;
  }
  .service_tab li {
    font-weight: bold;
  }
  .page_sidebar .pageSidebar .sidebar_wrap,
  .page_sidebar .pageSidebar .sidebar_contanct {
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important; 
  }
  .page_sidebar .pageSidebar .sidebar_wrap,
  .page_sidebar .pageSidebar .sidebar_contanct {
    display: none;
  }
  .page_sidebar .pageSidebar .sidebar_wrap {
    margin-bottom: 0;
    border-radius: 0 !important;
    padding-top: 0;
  }
  .page_sidebar .pageSidebar .sidebar_wrap:first-of-type {
    padding-top: 20px;
  }
  .page_sidebar .pageSidebar .sidebar_wrap:last-of-type {
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important; 
  }
  .page_sidebar .pageSidebar .sidebar_wrap ul li a {
    padding: 5px 10px;
  }
  .check_status {
    padding: 50px 20px 20px;
  }
  .check_status_wrap p {
    width: 100%;
  }
  #amform-form-8 .amcform-page-wrap {
    flex-wrap: wrap;
  }
  #amform-form-8 .amcform-page-wrap .field.fb-text.form-group,
  #amform-form-8 .amcform-page-wrap .amcform-toolbar {
    width: 100%;
  }
  #amform-form-8 .amcform-page-wrap .amcform-toolbar {
    margin-top: 10px;
  }
  .pagebuilder-column.right_col br {
    display: none;
  }
  #amform-form-6 {
    width: 100%;
    margin: 30px 0 auto 0;
  }
  .home_delivery {
    padding: 30px 20px 30px;
  }
  .default.amform-form .fields .amform-layout-two, .default.amform-form .fields .amform-layout-one {
    margin-right: 0;
  } 
  #amform-form-6 .amform-hone-title {
    font-size: 25px;
  }
  .amform-layout-two:not(.editing) {
    max-width: 100%;
  }
  #amform-form-6 label, #amform-form-7 label {
    font-size: 14px;
  }
  .page_sidebar .pageSidebar .sidebar_contanct .tel a {
    font-size: 18px;
  }
  .page_sidebar .pageSidebar .sidebar_contanct .tel i {
    font-size: 25px;
  }

  /* Registration */

  .customer-account-login .login-container,
  .customer-account-login .login-container,
  .customer-account-create .form-create-account {
    grid-template-columns: repeat(1, 1fr);
  }

  .customer-account-login .block.block-new-customer {
    padding-bottom: 20px;
  }

  .customer-account-login .block-customer-login, 
  .customer-account-login .block.block-new-customer, 
  .customer-account-create .fieldset.create.info, 
  .customer-account-create .fieldset.create.account {
    padding-bottom: 20px;
  }

 .fieldset.additional_info {
    margin: 0 !important;
  }

  /* Checkout */

  .checkout-index-index .checkout-header .title {
    font-size: 30px;
  }

  .checkout-index-index .checkout-header {
    width: 100%;
  }

  .checkout-index-index .checkout-header .description {
    font-size: 16px;
  }

  .am-checkout.-modern .opc-estimated-wrapper {
    display: none;
  }

  .fieldset.address div[name$=".city"],
  .fieldset.address div[name$=".postcode"] {
    width: 100% !important;
  }

  .checkout-index-index .page-main {
    margin-bottom: 50px;
  }

  .amcheckout-step-container .amcheckout-title {
    padding: 7px 10px;
    font-size: 17px;
  }
  .checkout-payment-method .step-title {
    padding-left: 0;
  }

  .amcheckout-step-container .amcheckout-summary-container .amcheckout-content>.amcheckout-wrapper {
    padding: 0;
  }

  .amcheckout-step-container .amcheckout-summary-container .minicart-items .product-image-container {
    width: 80px !important;
    height: 80px !important;
  }

  .amcheckout-step-container .amcheckout-summary-container .minicart-items .product-item-details {
    padding-left: 80px;
  }

  .column.main .opc-block-summary .product-item {
    overflow: hidden;
  }

  .opc-block-summary .product-item .subtotal {
    width: 100%;
  }

  .amcheckout-step-container .amcheckout-summary-container .items-in-cart>.title {
    padding-top: 20px;
  }

  .amcheckout-step-container .amcheckout-summary-container .items-in-cart>.title {
    display: none;
  }

  .amcheckout-step-container .amcheckout-summary-container .minicart-items .minicart-items-wrapper {
    margin-top: 20px;
  }

  .amcheckout-step-container .amcheckout-title-container+.amcheckout-content>.amcheckout-wrapper {
    padding: 0;
  }

  .amcheckout-wrapper .form.form-login {
    margin-top: 20px;
  }

  .amcheckout-main-container.-modern .amcheckout-block:not(:first-of-type) {
    margin: 20px 0 0;
  }

  .amcheckout-main-container.-layout-2columns .amcheckout-column:not(:first-of-type) {
    margin-top: 20px;
  }

  .checkout-payment-method .payment-option._collapsible .payment-option-title,
  .checkout-payment-method .payment-option .payment-option-content {
    padding-left: 0;
    padding-right: 0;
  }

  .payment-option-content input#discount-code {
    font-size: 14px;
  }



}





