@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;700;900&display=swap');

body {
  font-family: "Roboto", sans-serif;
  color: #000;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Roboto", sans-serif;
}

p,
li {
  font-size: 16px;
  font-weight: 400;
}

a {
  transition: all 0.6s ease !important;

  text-decoration: none !important;
}

body a {
  color: #000;
}

body .container {
  max-width: 1415px;
}

a:hover,
body a:hover {
  color: #6ab024;
}

::-moz-selection {
  /* Code for Firefox */

  color: #000;

  background: #e3e3e3;
}

::selection {
  color: #000;

  background: #e3e3e3;
}

.font-regular {
  font-weight: 400;
}

.font-bold {
  font-weight: 700;
}

.font-black {
  font-weight: 700;
}

.font-black-fontsize {
  font-size: 18px;
  font-weight: 700;
}
.small-svg {
  width: 20px;
}
/*navbar*/
.navbar-dark .navbar-nav .nav-link {
  color: #000;
  font-family: 'Roboto',sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
}
.navbar-dark .navbar-nav .nav-link:focus {
  color: #000;
}
#mobile-nav.navbar-dark .navbar-nav .nav-link,
#mobile-nav .dropdown-item {
  text-align: left;
  border-bottom: 1px solid #e7e7e7;
  padding-left: 15px;
}
#mobile-nav .podrska-info {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
}
#mobile-nav .podrska-info li {
  padding-left: 15px;
}
.dropdown-item:hover {
  background-color: #fff;
}
.nav-link:hover, .dropdown-menu .dropdown-item:hover {
  color: #6ab024 !important;
}
section.newsletter .tel-big,
section.newsletter .mail-big,
.second-part .tel-hover,
.second-part .mail-hover {
  position: relative;
}
section.newsletter .tel-big:hover,
section.newsletter .mail-big:hover,
.second-part .tel-hover a:hover,
.second-part .mail-hover a:hover {
  color: #000;
}
.dropdown-menu .dropdown-item:hover::after, 
section.newsletter .tel-big:hover:after,
section.newsletter .mail-big:hover::after,
.second-part .tel-hover:hover::after,
.second-part .mail-hover:hover::after {
  transform: scaleX(1);
}
.navbar-dark .navbar-toggler {
  color: transparent;
  border-color: transparent;
}
.top-header .second-part ul {
  list-style-type: none;
}
.top-header .second-part ul li {
  margin-right: 10px;
}
.top-header .second-part ul li.hide_mobile{
  margin-right: 0;
}
.top-header .second-part .basket-item-count span.cart-items-count {
  color: white;
  font-size: 12px;
  font-weight: 700;
}
.top-header .second-part li.hide_mobile .xoo-wsc-cart-trigger {
  background-color: #000;
  border-radius: 5px;
  height: 100%;
  display: flex;
  align-items: center;
  min-width: 70px;
  justify-content: center;
}

.top-header .second-part li.wishlist-background {
  background-color: #6ab024;
  height: 47px;
  width: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
}

.top-header .second-part li.home-background {
  background-color: #676666;

  height: 47px;

  width: 47px;

  display: flex;

  justify-content: center;

  align-items: center;

  border-radius: 5px;
}

.top-header .second-part .search {
  background-color: #ebebeb;

  border-radius: 5px;

  flex-grow: 1;
}

.top-header
  .second-part
  .search
  .search-field
  .aws-container
  .aws-search-field {
  background: #ebebeb;
  border: none;
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

.aws-container .aws-search-field::placeholder {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  padding-left: 10px;
}

.top-header .second-part .search .aws-container .aws-search-form .aws-form-btn {
  border: none;
}
.top-header .second-part .call-centar {
  background-color: #6ab024;
  border-radius: 5px;
}
.top-header .second-part .links {
  flex-basis: 50%;
  justify-content: end;
  align-items: center;
}
.top-header .second-part .links a {
  font-weight: 700;
  font-size: 15px;
}
.navbar-toggler:focus, .btn:focus {
  box-shadow: none;
}
.after-content img {
  position: absolute;
  right: 9px;
  top: 4px;
  width: 30px;
  padding: 9px;
}
.dropdown-toggle::after {
  display: none;
}
.dropdown-menu {
  border: none;
}
/*MAIN*/
.hero {
  position: relative;
  height: 70vh;
  width: 100%;
}
.hero img, .hero-about-static-page img {
  object-fit: cover;
  width: 100%;
}
.page-template-homepage section.hero .swiper-inner .image-text .rotate-text {
  -webkit-transform: rotate(-10deg); 
  -moz-transform: rotate(-10deg); 
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.page-template-homepage section.hero .swiper-inner .image-text .rotate-text .over-title {
  font-size: 36px;
  font-weight: 700;
  background-color: rgb(106,176,36,0.8);
  height: 80px;
  width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  margin-top: 15px;
  text-transform: uppercase;
}
.page-template-homepage section.hero .swiper-inner .image-text .rotate-text .over-title span {
  color: #fff;
  margin-left: 10px;
}
.page-template-homepage section.hero .swiper-inner .image-text {
  position: absolute;

  top: 50%;

  transform: translateY(-50%);

  text-align: center;

  max-width: 800px;

  left: 0;

  right: 42%;

  margin-left: auto;

  margin-right: auto;

  display: flex;

  flex-direction: column;

  margin: 0 auto;

  width: 100%;

  align-items: center;

  justify-content: center;

  z-index: 9;
}

.page-template-homepage .free-delivery {
  text-align: center;

  padding: 20px;
}

.page-template-homepage .free-delivery span {
  font-size: 17px;

  font-weight: 700;
}
section.blog .img-wrapper {
  height: 390px;
  overflow: hidden;
}
section.blog .img-wrapper img {
  object-fit: cover;

  object-position: center center;

  width: 100%;

  height: 100%;
}


section.blog .blog-details .heading-blog {
  font-size: 18px;

  font-weight: 700;

  color: #000;
}
section.blog .blog-details .heading-blog:hover {
  color: #6ab024;
  transition: all 0.6s ease;
}
 section.blog .heading-blog-bigger {
  font-size: 20px;

  font-weight: 700;

  color: #000;
}

section.blog .category-blog a,
.single-product.woocommerce .blog-posts .blog-category a,
.alm-item .post-cat a,
.single.single-post .blog-posts .blog-category a {
  font-size: 13px;
  color: #6ab024;
  font-weight: 700;
  text-transform: uppercase;
}
.single-product.woocommerce .blog-posts h6, .alm-item h3,
.single.single-post .blog-posts h6 {
  font-size: 20px;
  font-weight: 700;
}
section.blog .background-blog {
  background-color: #fff;
  border-radius: 10px;
  padding: 12px;
}

 section.blog .excerpt p {
  margin-bottom: 0;
}

 section.blog .margin-spacing-blog {
  margin-bottom: 10px;
}

section.blog .margin-spacing-blog:last-child {
  margin-bottom: inherit;
}

.page-template-homepage section.tabs .woocommerce .product {
  background-color: #fff;

  padding: 13px !important;

  margin: 0 1% 1em 0;
}
.page-template-homepage section.tabs .nav-tabs {
  border-bottom: none;
}
.page-template-homepage section.tabs .woocommerce ul.products li.last,
.woocommerce ul.products li.last, .woocommerce-page ul.products li.last {
  margin-right: 0 !important;
}

.page-template-homepage section.tabs .tab-content {
  position: relative;
}

.page-template-homepage section.tabs .tab-content:before {
  content: "";

  position: absolute;

  top: 0;

  left: 50%;

  transform: translateX(-50%);

  height: 100%;

  width: 100vw;

  background: #f5f5f5;

  z-index: -1;
}

.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist {
  right: 10px;

  left: inherit !important;
}

.woocommerce ul.products li.product .onsale {
  left: auto;
  right: 10px;
  top: 45px;
  margin: 0;
}

.onsale, .single-product.woocommerce .single-product-price span.onsale {
  font-size: 15px;

  color: #ffffff !important;

  font-weight: 900 !important;

  background-color: #ed1c24 !important;

  padding: inherit !important;
  width: 47px;
  height: 47px;
}

.nav-tabs .nav-link.active {
  color: #fff;
  background-color: #6ab024;
  border-color: transparent;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
}
.nav-tabs .nav-link {
  background-color: #e7e7e8;
  color: #adadad;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  padding: 1rem 1.2rem;
}
.nav-tabs .nav-link:hover {
  color: #fff !important;
  background-color: #6ab024;
  border-color: #6ab024;
}
.nav-tabs .nav-item {
  margin-right: 3px;
}

section.support .support-bg {
  background-image: url(/wp-content/uploads/2023/04/podrska-background-image.jpg);

  background-repeat: no-repeat;

  background-size: cover;

  background-position: top;
}

section.support .border-radius {
  border-radius: 20px;

  overflow: hidden;

  position: relative;
}

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

.bg-green {
  background-color: #6ab024;
}

.bg-grey {
  background-color: #e7e7e8;
}

section.acf .img-circle {
  max-height: 95px;
}
section.acf .content {
  font-size: 16px;
}
.btn-style {
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 20px;
  padding: 10px 58px;
  font-size: 16px;
  font-weight: 700;
}
.page-template-special-offer .btn-style:hover,
.page-template-support .btn-style:hover,
section.more-post .alm-btn-wrap .alm-load-more-btn:hover,
.page-template-vip  .btn-style:hover,
.woocommerce-checkout .checkout-account a:hover,
.xoo-wsc-container .xoo-wsc-btn:hover,
.xoo-wsc-container .xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-cart-close.xoo-wsc-ft-btn-continue:hover,
.xoo-wsc-container .xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-ft-btn-checkout:hover,
.page-template-simple-page .btn-outline-primary:hover, .page-template-simple-page .btn-primary:hover {
  background-color: #6ab024;
  color: #fff;
  border-color: #6ab024;
}
.page-template-simple-page.woocommerce-account .btn-outline-primary {
  border-radius: 20px;
  margin-top: 20px;
  margin-bottom: 10px;
  padding: 5px 20px;
}
.woocommerce-Addresses a {
  color: #fff;
  text-transform: uppercase;
  background-color: #000 !important;
  border-radius: 20px;
  padding: 10px 58px;
  font-size: 16px;
  font-weight: 700;
  min-width: 100px !important;
  width: 100px;
}
.u-columns.woocommerce-Addresses.col2-set.addresses .u-column.woocommerce-Address {
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
}
.woocommerce-EditAccountForm.edit-account legend {
  font-weight: 700;
  margin-top: 50px;
}
section.support .btn-style {
  padding: 10px 20px;
}
.page-template-vip .btn-style {
  padding: 10px 30px;
}
section.support .btn-style.position-button:hover {
  background-color: #6ab024;
  color: #000;
}
.page-template-special-offer .btn-style {
  padding: 10px 30px;
}
.add-to-wishlist-before_image .yith-wcwl-add-to-wishlist i {
  color: #6ab024;
  font-size: 20px;
}

.heading {
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
}

section.support ul li {
  font-weight: 700;
}

.flex-basic-setting {
  flex-basis: 50%;
}

section.support .p-tag {
  max-width: 210px;
}

section.why .why-border {
  border: 1px solid #000;
  text-align: center;
  margin: 0 auto;
  padding: 20px 19px;
  min-height: 297px;
}

section.testimonials .testimonials-box {
  background-color: #dfdfdf;
}

section.testimonials .testimonials-inner {
  font-style: italic;
}

section.newsletter .tel-big,
section.team-info-contact .tel-big,
.page-template-faq .faq-sidebar .tel-big {
  font-size: 30px;
  display: block;
  margin-bottom: 10px;
}
section.newsletter .mail-big,
section.team-info-contact .mail-big,
.page-template-faq .faq-sidebar .mail-big {
  font-size: 20px;
}
.page-template-faq .accordion-item {
  border: none;
}
.woocommerce-checkout .payment_method_corvuspay img {
  width: 110px;
}
*:focus-visible {
  outline: none;
}
.mc4wp-form-fields input[type="submit"] {
  background-color: #000;

  color: #fff;

  font-size: 16px;

  border: 0;

  border-radius: 0 20px 20px 0;

  padding: 10px 20px;

  text-transform: uppercase;

  font-weight: 700;
}

.mc4wp-form-fields input[type="email"] {
  border: none;

  border-radius: 20px 0px 0px 20px;
  padding-left: 10px;
}

label.terms {
  font-size: 13px;

  display: flex;

  align-items: baseline;

  gap: 5px;
}

.btn-floating {
  position: fixed;
  bottom: 100px;
  right: 10px;
  display: none;
  color: #fff;
  z-index: 99;
  background-color: #6ab024;
}
.btn-floating:focus {
  box-shadow: none;
}
.about-category-desc {
  border-bottom: 1px solid #cccccc;

  margin-bottom: 1rem;
}

.about-category-desc ul,
.woocommerce.single-product .summary ul,
.woocommerce.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul,
.page-template-about section.content-about ul,
.page-template-special-offer section ul,
.page-template-team section.content-about ul,
.page-template-vip section ul,
.page-template-referral section ul,
.page-template-support section ul,
.woocommerce ul.order_details,
.page-template-uvjeti section ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}
section.woocommerce-order-details {
  margin-top: 3rem;
}
.about-category-desc ul li,
.woocommerce.single-product .summary ul li,
.woocommerce.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul li,
.page-template-about section.content-about ul li,
.page-template-special-offer section ul li,
.page-template-team section.content-about ul li,
.page-template-vip section ul li,
.page-template-referral section ul li,
.page-template-support section ul li,
.page-template-uvjeti section ul li {
  position: relative;
  margin-left: 50px;
  line-height: 24px;
}

.woocommerce.single-product .summary ul li::before,
.woocommerce.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul li::before,
.page-template-about section.content-about ul li:before,
.page-template-special-offer section ul li::before,
.page-template-team section.content-about ul li::before,
.page-template-vip section ul li::before,
.page-template-referral section ul li::before,
.page-template-support section ul li::before,
.about-category-desc ul li::before,
.page-template-uvjeti section ul li:before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 7px;
  background-color: #6ab024;
  border-radius: 3.5px;
  position: absolute;
  left: -47px;
  top: 9px;
}
.page-template-faq .accordion h2 .accordion-button::before {
  content: "";
  display: inline-block;
  width: 27px;
  height: 7px;
  background-color: #6ab024;
  border-radius: 3.5px;
  position: absolute;
  left: -20px;
  top: 22px;
}
.page-template-faq .accordion h2 .accordion-button {
  margin-left: 20px;
}
.page-template-faq .accordion-button:focus {
  border-color: transparent;
  box-shadow: none;
}
.page-template-faq .accordion-button:not(.collapsed) {
  color: #000;
  background-color: #fff;
  box-shadow: none;
}
.page-template-faq .accordion-body {
  padding: 0;
  padding-bottom: 20px;
}
.about-category-desc img {
  width: 35px;

  height: 35px;
}

.about-category-desc .img-heading {
  font-size: 30px;

  font-weight: 700;
}
.single-product.woocommerce .blog-post, .alm-item {
  border-radius: 10px;
  padding: 10px;
  border: 1px solid #d9d9d9;
  height: 100%;
}
.single.single-post .blog-post {
  border-radius: 10px;
  background-color: #fff;
  height: 100%;
}
.single-product.woocommerce .blog-posts .blog-image, 
.alm-item .post-thumb,
.single.single-post .blog-posts .blog-image {
  width: 100%;
  height: 265px;
  overflow: hidden;
}
.single-product.woocommerce .blog-posts .blog-image img,
.alm-item .post-thumb img,
section.blog .img-wrapper img,
.single.single-post .blog-posts .blog-image img {
  object-fit: cover;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .4s ease-in-out;
  transition: .4s ease-in-out;
  transition-property: all;
  transition-property: transform;
}
.single-product.woocommerce .blog-posts .blog-image img:hover,
.alm-item .post-thumb img:hover,
section.blog .img-wrapper img:hover,
.single.single-post .blog-posts .blog-image img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.single-product.woocommerce .blog-posts .blog-image img, 
.alm-item img, .single.single-post .blog-posts .blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#woocommerce-wrapper ul.products li.product:last-child {
  margin-right: 0; /* Postavite desnu marginu na 0 za zadnji proizvod */
}
.single-product.woocommerce .blog-heading .heading {
  padding-bottom: 5px;
  border-bottom: 3px solid #6ab024;
}
.nav-blog .bg-green {
  border-radius: 28px 0 0 28px;
}
.nav-blog .bg-green h1 {
  color: #fff;
}
.nav-blog .black {
  background-color: #000;
  border-radius: 0 28px 28px 0;
  line-height: 35px;
}
.nav-blog .black ul {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.nav-blog .black ul li {
  flex: 1;
  border-right: 1px solid #6ab024;
  padding: 10px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav-blog .black ul li:last-child {
  border-right: none;
}
.nav-blog .black ul li a {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.nav-blog .black ul li a:hover, .nav-blog .black ul li a.active {
  color: #6ab024;
}
section.more-post .alm-btn-wrap .alm-load-more-btn {
  color: #fff;
  background-color: #000;
  text-transform: uppercase;
  font-size: 16px;
  border-radius: 20px;
  font-weight: 700;
  padding: 10px 58px;
}
.single.single-post section.post-intro .container, .single.single-post section.post-content .container, .page-template-uvjeti section .container, .woocommerce-lost-password section .container {
  max-width: 960px;
}
.single.single-post section.post-intro ul.breadcrumb li:not(:last-child)::after,
.page ul.breadcrumb li:not(:last-child)::after {
  content: "/";
  padding: 0px 10px;
  color: #868585;
  font-size: 12px;
}
.woocommerce-ResetPassword.lost_reset_password {
  display: flex;
  flex-direction: column;
}
.page-template-contact .details-contact p {
  max-width: 585px;
}
.single.single-post section.post-intro .img-wrapper img {
  width: 100%;
  max-height: 700px;
  object-fit: cover;
}
section.blog .flex-1 {
  flex: 1;
}
section.blog .flex-4 {
  flex: 4;
}
.single.single-post section.post-intro ul.breadcrumb li a,
.page ul.breadcrumb li a {
  color: #868585;
  font-size: 12px;
}
.single.single-post section.post-intro ul.breadcrumb li a.active,
.page ul.breadcrumb li a.active {
  color: #000;
}
.single.single-post section.post-intro ul.breadcrumb li a:hover,
.single.single-post section.post-intro .category-title a:hover,
.page ul.breadcrumb li a:hover {
  color: #6ab024;
}
.single.single-post section.post-intro .category-title a {
  font-size: 15px;
  color: #6ab024;
  font-weight: 700;
  text-transform: uppercase;
}
.padding2rem {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.single.single-post section.post-content article h1,
.single.single-post section.post-content article h2, 
.single.single-post section.post-content article h3,
.single.single-post section.post-content article h4,
.single.single-post section.post-content article h5,
.single.single-post section.post-content article h6 {
  font-size: 24px;
  font-weight: 700;
}
.single.single-post section.post-content article p a {
  color: #6ab024;
  font-weight: 700;
}
.single.single-post section.post-content .start-content, 
.single.single-post section.post-content .close-content  {
  background-color: #c6e261;
}
.single.single-post section.post-content .start-content p {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 30px;
}
.single.single-post section.post-content .close-content h1, 
.single.single-post section.post-content .close-content h2,
.single.single-post section.post-content .close-content h3,
.single.single-post section.post-content .close-content h4,
.single.single-post section.post-content .close-content h5,
.single.single-post section.post-content .close-content h6 {
  font-size: 24px;
  font-weight: 700;
}
.hero-about-static-page {
  position: relative;
}
.hero-about img{
  width: 100%;
}
.page-template-about .hero-about-absolute h1,
.hero-about-absolute p:first-child {
  font-size: 36px;
  font-weight: 700;
  background-color: rgb(106,176,36,0.8);
  height: 80px;
  width: 400px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.page-template-about .hero-about-absolute h2,
.hero-about-absolute p:nth-child(2) {
  font-size: 36px;
  font-weight: 700;
  background-color: rgb(106,176,36,0.8);
  width: 450px;
  color: #fff;
  height: 80px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.page-template-about section.content-about .container,
.page-template-special-offer section .container,
.page-template-team section .container,
.page-template-referral section.team-info-contact .container,
.page-template-referral section.intro .container {
  max-width: 1040px;
}
.page-template-rewiew section.sliders .container {
  max-width: 1070px;
}
.page-template-rewiew section.contact .container,
.page-template-rewiew section.team-info-contact .container,
.page-template-vip section .container,
.page-template-support section .container {
  max-width: 960px;
}
.page-template-about section.product-sale,
.page-template-contact section.product-sale,
.page-template-faq section.product-sale,
.page-template-rewiew section.product-sale,
.page-template-referral section.product-sale {
  background-color: #ebebeb;
}
.page-template-about .highlighted ul.products li.product,
.page-template-contact .highlighted ul.products li.product,
.page-template-faq .highlighted ul.products li.product,
.page-template-rewiew .highlighted ul.products li.product,
.page-template-referral .highlighted ul.products li.product {
  background-color: #fff;
}
.page-template-about section.content-about .row:not(:first-child) h3,
.page-template-special-offer h3 {
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.page-template-special-offer h1,
.page-template-team h6,
.page-template-team h5,
.page-template-referral h1,
.page-template-vip h1,
.page-template-support h1 {
  font-size: 36px;
  font-weight: 700;
}
.page-template-team h6 span {
  color: #6ab024;
  display: contents;
}
.page .border-img {
  border: 1px solid #cccccc;
}
.page-template-team .black-circle {
  max-width: 195px;
  height: 195px;
  background-color: #1e1d1e;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 12px;
  margin: 0 auto;
}
.page-template-team .black-circle p {
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  max-width: 114px;
  text-align: center;
}
.page-template-team .contact-team {
  background-color: #6ab024;
  border-radius: 20px;
}
.page-template-faq .faq-sidebar {
  background-color: #f1f1f1;
  border-radius: 20px;
  max-width: 350px;
  display: flex;
  flex-direction: column;
  margin: 0 0 0 auto;
  padding: 35px;
}
.page-template-faq .accordion-button::after {
  display: none;
}
.page-template-rewiew .flex-basic-first {
  flex-basis: 60%;
}
.page-template-rewiew .flex-basic-second {
  flex-basis: 40%;
  padding: 10px;
  height: 100%;
}
.page-template-rewiew .flex-basic-second img {
  height: 100%;
  object-fit: cover;
  width: 100%;
  min-height: 300px;
}
.page-template-rewiew .swiper.users-experience .swiper-slide {
  background-color: #f1f1f1;
  background-clip: content-box, padding-box;
  padding: 0px 55px;
  height: 100%;
}
.swiper.users-experience .swiper-button-next, .swiper.users-experience .swiper-button-prev {
  color: #a1a1a1;
}
.page-template-rewiew section.sliders h2 {
  font-size: 24px;
  font-weight: 700;
}
.page-template-vip h1 {
  font-size: 36px;
}
.page .bg-whatsapp {
  background-color: #dfdfdf;
  border-radius: 7px;
}
section.newsletter img.spec-img,
  section.team-info-contact img.spec-img {
    object-fit: cover;
  }
.xoo-wsc-container .xoo-wsc-btn,
.xoo-wsc-container .xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-cart-close.xoo-wsc-ft-btn-continue,
.xoo-wsc-container .xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-ft-btn-checkout {
  color: #fff !important;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 20px;
  padding: 10px 15px;
  font-size: 16px !important;
  font-weight: 700;
}
/* .xoo-wsc-container .xoo-wsc-btn:hover,
.xoo-wsc-container .xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-cart-close.xoo-wsc-ft-btn-continue:hover,
.xoo-wsc-container .xoo-wsc-ft-btn.xoo-wsc-btn.xoo-wsc-ft-btn-checkout:hover {
  color: #6ab024 !important;
} */
.page-template-uvjeti article ul li {
  text-decoration: underline;
}
.page-template-uvjeti article h3 {
  font-weight: 700;
}
.page-template-uvjeti article p a {
  color: #6ab024;
  word-wrap: break-word;
}
/*bocna kosarica*/
.xoo-wsc-container .xoo-wsc-sm-right {
  padding: 0px 9px;
  justify-content: center;
}
.xoo-wsc-container .xoo-wsc-sm-left {
  border-right: 1px solid #eee;
  justify-content:center;
  padding: 15px 10px;
}
.xoo-wsc-container .xoo-wsc-sm-info {
  height:100%;
}
.xoo-wsc-container .xoo-wsc-product {
  padding:0;
}
.xoo-wsc-container .xoo-wsc-body,.xoo-wsc-container .xoo-wsc-body span.amount,.xoo-wsc-container .xoo-wsc-body a {
  font-size: 13px;
  line-height: 15px;
}
.xoo-wsc-container .xoo-wsc-header {
  border-bottom: 5px solid #6ab024;
}
.xoo-wsc-container .xoo-wsch-top {
  justify-content: start;
}
.disclaimer_ p {
  font-size: 13px;
  text-align: center;
  max-width: 960px;
  margin: 0 auto;
}
.page-template-homepage .disclaimer_ {
  background-color: #f5f5f5;
  border-radius: 10px;
  padding: 30px;
}
.page-template-homepage .disclaimer_ p {
  font-size: 14px;
  font-style: italic;
}
.promo-text p {
  color: #ed1c24;
}
/*woocommerce*/
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email, 
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone {
  display: flex;
  align-items: center;
}
.woocommerce-table__line-item.order_item,
.woocommerce-table.woocommerce-table--order-details.shop_table.order_details tr {
  border: 1px solid rgba(0,0,0,.1);
}
.archive.tax-product_cat.filtered .woocommerce.widget_price_filter {
  display: none;
}
.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
  display: flex;
  align-items: center;
  gap: 10px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
  font-size: 17px;
  font-weight: 700;
  min-height: 78px;
}

section.tabs .woocommerce ul.products li.product .price .regulat_price .woocommerce-Price-amount.amount,
section.tabs .woocommerce ul.products li.product .price .regulat_price .woocommerce-Price-amount.amount small,
.archive.woocommerce-page ul.products li.product .price .regulat_price .woocommerce-Price-amount.amount,
.archive.woocommerce-page ul.products li.product .price .regulat_price .woocommerce-Price-amount.amount small,
.woocommerce.single-product .single-product-price .price .regulat_price,
.woocommerce.single-product .single-product-price .price .regulat_price small, 
section.blog-products .woocommerce ul.products li.product .price .regulat_price .woocommerce-Price-amount.amount,
section.blog-products .woocommerce ul.products li.product .price .regulat_price .woocommerce-Price-amount.amount small {
  font-size: 12px;
  font-weight: 700;
  color: #000;
  opacity: 1;
  text-decoration: line-through;
  text-decoration-color: #ed1c24;
}
section.tabs .woocommerce ul.products li.product .price .actual_price,
section.tabs .woocommerce ul.products li.product .price .actual_price small,
section.tabs ul.products li.product .price .woocommerce-Price-amount.amount,
section.tabs ul.products li.product .price .woocommerce-Price-amount.amount small,
.archive.woocommerce-page ul.products li.product .price .actual_price,
.archive.woocommerce-page ul.products li.product .price .actual_price small,
.archive.woocommerce-page ul.products li.product .price .actual_price .woocommerce-Price-amount.amount,
.archive.woocommerce-page ul.products li.product .price .actual_price .woocommerce-Price-amount.amount small,
.woocommerce.single-product .single-product-price .price .actual_price,
.woocommerce.single-product .single-product-price .price .actual_price small,
section.blog-products .woocommerce ul.products li.product .price .actual_price,
section.blog-products .woocommerce ul.products li.product .price .actual_price small,
section.blog-products ul.products li.product .price .woocommerce-Price-amount.amount,
section.blog-products ul.products li.product .price .woocommerce-Price-amount.amount small,
.woocommerce ul.products li.product .price {
  font-size: 17px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  margin-bottom: 0;
}
.blog-share .fa {
  margin-left: 15px;
}
.woocommerce div.product .product_title {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 0;
    padding-bottom: 5px;
}
.woocommerce ul.products li.product .price {
  margin-bottom: 10px;
}
.woocommerce ul.products li.product .regulat_price,
.woocommerce.single-product .summary .price .regulat_price {
    display: flex;
} 
.woocommerce.single-product .summary .price .regulat_price {
  padding-bottom: 5px;
}
.woocommerce.single-product .price .regulat_price,
.woocommerce.single-product .price .regulat_price small {
  font-size: 16px;
  font-weight: 700;
  color: #000;
  opacity: 1;
  text-decoration: line-through;
  text-decoration-color: #ed1c24;
} 
.woocommerce.single-product .price .actual_price, 
.woocommerce.single-product .price .actual_price small,
.woocommerce div.product p.price,
.woocommerce div.product p.price small {
    font-size: 24px;
    color: #6ab024;
    font-weight: 700;
} 
.woocommerce.single-product .price:has(.actual_price) {
  margin-bottom: 0;
}
.woocommerce.single-product .rate_product_page {
    display: none;
}
.products li.product img {
  max-height: 100%;

  -webkit-transform: scale(1);

  transform: scale(1);

  -webkit-transition: 0.4s ease-in-out;

  transition: 0.4s ease-in-out;

  transition-property: all;

  transition-property: transform;
}

.products li.product img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.woocommerce .quantity .qty {
  width: 47px;
  text-align: center;
  padding: 2px 5px;
}
#navbarToggImage img {
  width: 13px;
}
.woocommerce ul.products li.product .button.add_to_cart_button {
  background-color: #000;
  color: #000;
  border-color: #000;
  border-radius: 25px;
  width: 50%;
  padding: 0;
  margin-top: 0;
  font-size: 0;
}
.woocommerce ul.products li.product .button.add_to_cart_button:hover {
  background-color: #6ab024;
  transition: all 0.6s ease;
}
.lowest_price,
.lowest_price small,
.single-product.woocommerce .single-product-price .lowest_price,
.single-product.woocommerce .single-product-price .lowest_price small {
  color: #000;
  font-size: 10px !important;
  font-weight: 500;
}
.single-product.woocommerce .lowest_price,
.single-product.woocommerce .lowest_price small,
.lowest_price .woocommerce-Price-amount.amount,.lowest_price .woocommerce-Price-amount.amount small {
    font-weight: 500 !important;
    color: #000 !important;
    font-size: 10px !important;
}
.single-product.woocommerce .lowest_price .woocommerce-Price-amount.amount small {
  font-weight: 500;
}
.single-product.woocommerce .lowest_price.d-flex {
  margin-top: 8px;
}
.woocommerce .confirm_add,
.woocommerce .added_to_cart,
.xoo-wsc-ft-btn.xoo-wsc-btn.button.btn.xoo-wsc-ft-btn-cart {
  display: none !important;
}

.woocommerce .product form.cart .qib-button-wrapper .quantity {
  margin-bottom: 0;
}
.single-product.woocommerce .product form.cart .qib-button.qib-button-wrapper {
  border: 1px solid #acacac !important;
  border-radius: 17px;
  margin: 0;
  margin-right: 10px;
  max-height: 35px;
}
.single-product.woocommerce .product form.cart .qib-button.qib-button-wrapper input {
    font-size: 17px;
}
.single-product.woocommerce .button.add_to_cart_button {
    padding: 15px 22px;
    font-size: 16px;
    color: #fff;
    background-color: #000;
    border-radius: 17px;
    text-transform: uppercase;
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}
.single-product.woocommerce .button.add_to_cart_button:hover {
  background-color: #6ab024;
  transition: all 0.6s ease;
}
/* .woocommerce .button.add_to_cart_button:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added::after,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.added::after {
  margin-left: 0;
  background-image: url('/wp-content/themes/ZdravDorucak/images/cart.svg');
    background-size: 20px 20px;
    display: inline-block;
    width: 20px; 
    height: 20px;
    content:"";
    background-repeat: no-repeat;
} */
.single-product.woocommerce form .fa-heart:before {
    color: #6ab024;
}
section.tabs .product form.cart .qib-button.qib-button-wrapper,
.archive.woocommerce-page .product form.cart .qib-button.qib-button-wrapper,
section.blog-products .product form.cart .qib-button.qib-button-wrapper {
  border: 1px solid #acacac !important;
  border-radius: 25px;
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
  flex-basis: 50%;
  /* margin-right: 20px; */
  margin-right: 0;
  height: 35px;
}
.yith_wcwl_wishlist_footer {
  display: none;
}
.product form.cart .qib-button.qib-button-wrapper .minus.qib-button,
.product form.cart .qib-button.qib-button-wrapper .plus.qib-button,
.product form.cart .qib-button-wrapper .quantity input.input-text.qty.text {
  background: transparent;
  border: none;
}
.product form.cart .qib-button.qib-button-wrapper .plus.qib-button:hover,
.product form.cart .qib-button.qib-button-wrapper .minus.qib-button:hover {
  color: #6ab024;
}
.qib-button-wrapper .quantity input.input-text.qty.text {
  border-radius: 0;
}
.fixed-exchange {
  margin-top: -5px;
}
.fixed-exchange {
  display: none;
}
.single-product.woocommerce .fixed-exchange {
  display: block;
}
.wcapf-noui-horizontal .wcapf-noui-handle,
.wcapf-noui-connect {
  background: #a1a1a1;
}
.wpcf7 select.wpcf7-form-control.wpcf7-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png) no-repeat right;
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-size: 11px 11px;
  background-color: #fff;
}
.wcapf-range-slider {
  display: flex;

  flex-direction: column-reverse;

  gap: 10px;
}

.wcapf-range-start::after,
.wcapf-range-end::after {
  content: "€";
}

.wcapf-range-slider .range-wrapper > span {
  gap: 3px;
}

aside .filter-title,
.wcapf-field-title,
.woof_container_inner h4,
.widget.woocommerce.widget_price_filter .widget-title, 
.widget.woocommerce.widget_price_filter .price_label,
.berocket_single_filter_widget h3 {
  color: #000 !important;

  font-weight: 700;

  font-size: 16px;

  overflow: hidden;
}
.widget.woocommerce.widget_price_filter .widget-title {
  margin-bottom: 15px;
}
.widget.woocommerce.widget_price_filter .price_slider_amount {
  display: flex;
  flex-direction: column-reverse;
}
.woocommerce .widget_price_filter .price_slider {
  margin-bottom: 0;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
  background-color: #6ab024;
}
aside .filter-title::after,
.wcapf-field-title::after,
.woof_container_inner h4::after,
.widget.woocommerce.widget_price_filter .widget-title::after,
.berocket_single_filter_widget h3::after {
  content: "";

  display: inline-block;

  height: 0.6em;

  vertical-align: bottom;

  width: 100%;

  margin-right: -100%;

  margin-left: 10px;

  border-top: 3px solid #6ab024;
}
.berocket_single_filter_widget  ul {
  padding-left: 0;
}
body .iksm-1622 .iksm-term--current > .iksm-term__inner,
body .iksm-1622 .iksm-term__inner:hover {
  background-color: #ebebeb;
  font-size: 15px;
}
body .iksm-term--child.iksm-term--current .iksm-term__inner{
  background-color: #f6f6f6 !important;
}
body .iksm-1622 .iksm-term__inner {
  background-color: #f6f6f6;
}
body .iksm-1622 .iksm-term--child .iksm-term__inner {
  background-color: #fff;
}
body .iksm-1622 .iksm-term--child .iksm-term__inner:hover {
  background-color: #f6f6f6;
}
body .iksm-1622 .iksm-term--child .iksm-term__link {
  padding-left: 0;
}
body .iksm-1622 .iksm-term__link {
  padding-right: 0;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > a:hover,
.yith-wcan-filters
  .yith-wcan-filter
  .filter-items
  .filter-item
  > label
  > a:hover,
  .bapf_sfilter.bapf_ckbox label:hover {
  color: #6ab024;
  transition: all 0.4s ease !important;
  text-decoration: none !important;
}
.bapf_sfilter.bapf_ckbox label::first-letter {
  text-transform: capitalize;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.active > a,
.yith-wcan-filters
  .yith-wcan-filter
  .filter-items
  .filter-item.active
  > label
  > a {
  color: #000;
}
.bapf_sfilter ul li {
  padding-bottom: 5px !important;
  display: flex;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > a,
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item > label > a,
.bapf_sfilter.bapf_ckbox label {
  color: #010101;
  font-size: 15px;
  padding-left: 8px;
}

#iksm-widget-3 .widget-title {
  color: #010101;
  font-size: 16px;
  font-weight: 700;
  border-top: 3px solid #6ab024;
  margin-bottom: 15px;
  padding-top: 10px;
}

.widget_product_categories ul.product-categories {
  list-style: none;

  padding-left: 0;

  margin-top: 15px;
}

.widget_product_categories ul.product-categories li {
  border-bottom: 1px solid #b7b7b7;

  padding: 10px 0px;
}
.widget_product_categories ul.product-categories li a {
  font-size: 15px;
}
.woocommerce .woocommerce-breadcrumb a {
  color: #afabab;
}

.woocommerce .woocommerce-breadcrumb {
  color: #1d1d1d;
  margin-bottom: 1rem;
  font-size: 12px;
}

input[type="checkbox"]:checked {
  accent-color: #6ab024;
}

input[type="checkbox"]:after {
  display: none;
}

.wcapf-single-filter {
  margin: 0;
}
form.woocommerce-ordering select {
  font-size: 12px;

  color: #000;

  font-family: "Roboto", sans-serif;
}

form.woocommerce-ordering .form-select:focus {
  border-color: #cccccc;

  outline: 0;

  box-shadow: 0 0 0 0.25rem rgb(204, 204, 204, 0.25);
}

#woocommerce-wrapper ul.products li.product,
#woocommerce-wrapper ul.products li.product {
  margin: 0 1% 1em 0;

  border: 1px solid #cccccc;

  padding: 10px;

  overflow: hidden;
}

.woocommerce ul.products li.product .woocommerce-placeholder {
  border: none;
}

.highlighted ul.products li.product {
  border: 1px solid #cccccc;

  padding: 10px;

  overflow: hidden;

  margin: 0 1% 1em 0;
}
.highlighted ul.products li.product:last-child {
  margin-right: 0;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    display: none;
}
.single-product.woocommerce span.onsale {
    left: 42%;
    top: 0.5rem;
    margin: 0;
    width: 77px;
    height: 77px;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 900 !important;
    background-color: #ed1c24 !important;
}
.woocommerce div.product div.images .flex-control-thumbs {
    display: flex;
    align-items: center;
    justify-content: center;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    margin: 5px;
}
.woocommerce-product-gallery .flex-viewport, 
.woocommerce-product-gallery .flex-control-thumbs li,
.woocommerce-product-gallery__wrapper {
    border: 1px solid #cccccc;
}
.woocommerce-result-count {
    display: none;
}
.woocommerce.single-product .summary form .qib-button-wrapper{
    order: 1;
}
.woocommerce.single-product .summary form .button.add_to_cart_button {
    order: 2;
}
.woocommerce.single-product .summary form .yith-wcwl-add-to-wishlist {
    order: 3;
    display: flex;
    align-items: center;
    margin-top: 0;
}
.woocommerce.single-product .btn-green {
    background-color: #6ab024;
    font-size: 17px;
    color: #fff;
    border-radius: 17px;
    padding: 7px 27px;
    font-weight: 700;
}
.woocommerce.single-product .btn-green:hover {
  background-color: #000;
  color: #fff;
}
.woocommerce.single-product .product_meta {
    border-top: 1px solid #cccccc;
    padding-top: 15px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin: 0;
    padding: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs::before {
    border: none;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
    display: none;
}
.woocommerce div.product .woocommerce-tabs .panel{
    border: 1px solid #e7e7e8;
    padding: 20px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:first-child {
    margin-left: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border-radius: 7px 7px 0px 0px;
    background-color: #e7e7e8;
    margin-right: 5px;
    padding: 10px 30px;
    border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    font-size: 18px;
    text-transform: uppercase;
    color: #adadad;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #6ab024;
    color: #fff;
    border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before,.woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before{
    border: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after, .woocommerce div.product .woocommerce-tabs ul.tabs li.active::before {
    box-shadow: none;
}
body .qib-button.qib-button-wrapper {
  float: none !important;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range {
  background-color: #d9d9d9;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
  background-color: #a1a1a1;
}
.woocommerce div.product form.cart {
  display: flex;
}
.woocommerce .widget_price_filter .price_slider_amount .button {
  font-size: 1.15em;
  float: left;
  background-color: #000;
  border-radius: 20px;
  /* padding: 10px 58px; */
  font-size: 16px;
  font-weight: 700;
  color: #fff;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
  background: #6ab024;
  color: #fff;
  cursor: pointer;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover > a {
  color: #fff;
}
.woocommerce .widget_price_filter .price_slider_amount .button:hover {
  color: #6ab024;
  transition: all 0.6s ease;
}
.page-template-simple-page label[for="coupon_code"] {
  display: none;
}
.page-template-simple-page .btn-outline-primary, 
.page-template-simple-page .btn-primary {
  color: #fff;
  border-color: #000;
  background-color: #000;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 0;
}
.page-template-simple-page .btn-primary {
  width: 100%;
  padding: 15px;
}
.page-template-simple-page .woocommerce form .form-row input,
.page-template-simple-page .select2-container--default .select2-selection--single .select2-selection__rendered,
.page-template-simple-page .select2-container--default .select2-selection--single,
.page-template-simple-page .woocommerce form .form-row textarea {
  background-color: #ebebeb;
  border: none !important;
  min-height: 45px;
  border-radius: 0;
}
.page-template-simple-page thead,
.page-template-simple-page .cart-subtotal th,
.page-template-simple-page .woocommerce-shipping-totals.shipping th,
.page-template-simple-page .order-total th,
.page-template-simple-page .fee th {
  background-color: #ebebeb;
}
.page-template-simple-page .checkout.woocommerce-checkout .cart_item {
  background-color: #f8f4f5;
}
.page-template-simple-page.woocommerce-checkout .product-remove{
  border-left: 1px solid rgba(0,0,0,.1);
}
.page-template-simple-page.woocommerce-checkout .product-subtotal {
  border-right: 1px solid rgba(0,0,0,.1);
}
.page-template-simple-page.woocommerce-checkout .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
  border-right: 1px solid rgba(0,0,0,.1);
  border-left: 1px solid rgba(0,0,0,.1);
  border-bottom: 1px solid rgba(0,0,0,.1);
}
.page-template-simple-page.woocommerce-wishlist .product-price .regulat_price {
  display: block;
}
.page-template-simple-page.woocommerce-wishlist .product-price .regulat_price, 
.page-template-simple-page.woocommerce-wishlist .product-price .regulat_price small {
  font-size: 14px;
  color: #000;
  opacity: 1;
  text-decoration: line-through;
  text-decoration-color: #ed1c24;
  font-weight: 400;
}
.woocommerce-checkout .woocommerce-shipping-fields input {
  margin: -2px 8px 0 0;
}
.woocommerce-checkout .woocommerce-shipping-fields {
  margin-bottom: 50px;
}
.page-template-simple-page.woocommerce-wishlist .actual_price,
.page-template-simple-page.woocommerce-wishlist .actual_price small,
.page-template-simple-page.woocommerce-wishlist .product-price,
.page-template-simple-page.woocommerce-wishlist .product-price small {
  font-size: 16px;
  font-weight: 700;
}
.page-template-simple-page.woocommerce-wishlist .product-price .lowest_price {
  margin-top: -6px;
}
.page-template-simple-page.woocommerce #content table.cart td.actions .input-text, 
.page-template-simple-page.woocommerce table.cart td.actions .input-text, 
.page-template-simple-page.woocommerce-page #content table.cart td.actions .input-text, 
.page-template-simple-page.woocommerce-page table.cart td.actions .input-text {
  width: 150px;
  border-radius: 0;
}
.page-template-simple-page form.woocommerce-cart-form .qib-button.qib-button-wrapper{
  justify-content: start;
  align-items: baseline;
}
.page-template-simple-page.woocommerce-checkout .quantity {
  margin-bottom: 0;
}
.woocommerce table.shop_table, .woocommerce table.shop_table tfoot th {
  border: none;
  border-collapse: collapse;
  font-size: 15px;
}
.icon-tg {
  width: 50px;
}
.shop_table.woocommerce-checkout-review-order-table .product-name {
  width: 50%;
}
.woocommerce-billing-fields label, 
.shipping_address label,
.woocommerce-additional-fields label {
  font-weight: 700;
}
.woocommerce-checkout .checkout-account {
  background-color: #ebebeb;
  border-radius: .25rem;
  padding: 20px;
}
.woocommerce-checkout .checkout-account p:first-child {
  font-size: 24px;
  font-weight: 700;
}
.woocommerce-checkout .checkout-account a {
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 20px;
  padding: 8px 20px;
  font-size: 15px;
  font-weight: 700;
}
.woocommerce-additional-fields {
  margin-bottom: 50px;
}
.woocommerce-checkout #mx_custom_checkout_field {
  margin: 50px 0;
}
.woocommerce-checkout .woocommerce form .form-row {
  padding: 0;
}
.woocommerce-checkout .checkout-account {
  line-height: 22px;
}
.page-template-simple-page.woocommerce-page h3 {
  font-size: 24px;
  font-weight: 700;
}
.woocommerce-checkout table.cart img {
  /* width: 100%;
  height: 110px !important;
  object-fit: cover; */
  width: 100px;
}
.woocommerce-checkout .woocommerce-cart-form tbody .product-quantity {
  display: flex;
  align-items: center;
  min-height: 130px;
}
.woocommerce-MyAccount-navigation ul li, 
.woocommerce-MyAccount-content .woocommerce-Address .woocommerce-Address-title.title a {
  background-color: #f3f3f3;
  margin-bottom: 10px;
  min-width: 50%;
  text-align: center;
  padding: 8px;
  border-radius: 20px;
}
.woocommerce-MyAccount-navigation ul li a {
  font-weight: 500;
}
#select2-billing_country-container {
  display: flex;
  align-items: center;
}
#billing_state_field input {
  padding: .375rem .75rem;
}
.woocommerce-MyAccount-navigation ul li.is-active {
  background-color: #6ab024;
}
.woocommerce-MyAccount-navigation ul {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.woocommerce-MyAccount-navigation ul li a:hover {
  color: #6ab024;
}
.woocommerce-MyAccount-navigation ul li.is-active a:hover {
  color: #000;
}
.woocommerce-message.woocommerce-message--info.woocommerce-Message.woocommerce-Message--info.woocommerce-info,
.woocommerce-Message.woocommerce-Message--info.woocommerce-info {
  display: flex;
  flex-direction: column-reverse;
  align-items: start;
}
.woocommerce-info {
  background-color: #ebebeb;
  color: #000;
  border: none;
}
.woocommerce-info::before {
  color: #6ab024;
}
.woocommerce-wishlist .wishlist-items-wrapper .product-price,
.woocommerce-wishlist .wishlist-items-wrapper .product-stock-status {
  text-align: start;
}
.woocommerce-wishlist .wishlist-items-wrapper .product-add-to-cart form,
.woocommerce-wishlist .wishlist-items-wrapper .product-add-to-cart {
  display: flex;
  justify-content: center;
  align-items: center;
}
.woocommerce-wishlist .alt.ajax_add_to_cart.add_to_cart_button.product_type_simple {
  background-color: #000;
}
.woocommerce-wishlist .qib-button-wrapper div.quantity.wqpmb_quantity {
  height: inherit;
}
.woocommerce-wishlist .qib-button-wrapper .quantity {
  margin-bottom: 0;
}
.wishlist_table .product-stock-status span.wishlist-in-stock {
  color: #6ab024;
}
.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart,
.wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart form {
  display: flex;
  justify-content: center;
  gap: 5px;
}
.wishlist_table.mobile {
  padding-left: 0;
}
.wishlist_table.mobile li {
  border-bottom: 1px solid #eee;
}
.berocket_single_filter_widget.berocket_single_filter_widget_1639 .bapf_sfilter.bapf_ckbox .bapf_body ul {
  max-height: 294px;
  overflow-y: scroll;
}
.berocket_single_filter_widget.berocket_single_filter_widget_1639  ::-webkit-scrollbar {
  width: 5px;
}
.berocket_single_filter_widget.berocket_single_filter_widget_1639 ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.berocket_single_filter_widget.berocket_single_filter_widget_1639 ::-webkit-scrollbar-thumb {
  background: #9fa1a3;
}
.berocket_single_filter_widget.berocket_single_filter_widget_1639 ::-webkit-scrollbar-thumb:hover {
  background: #6ab024;
}
.woocommerce nav.woocommerce-pagination {
  text-align: right;
}
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce nav.woocommerce-pagination ul {
  border: none;
}
.woocommerce nav.woocommerce-pagination ul li span.current {
  background: #fff;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
  font-size: 13px;
}
.woocommerce-privacy-policy-text p {
  font-size: 14px;
  line-height: 20px;
}
.woocommerce-privacy-policy-text a,
.woocommerce-MyAccount-content p a {
  text-decoration: underline !important;
}
.woocommerce-MyAccount-content p {
  max-width: 600px;
  margin-bottom: 50px;
}
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
  min-height: 355px;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item label {
  display: flex;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item label a {
  display: block;
}
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item label a::first-letter {
  text-transform: capitalize;
}
#mlb2-7017850.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
  max-width: 100% !important;
}
.ml-form-formContent.horozintalForm .ml-form-horizontalRow .horizontal-fields {
  padding-right: 0 !important;
}
body #mlb2-7017850.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button:hover {
  background-color: #6ab024 !important;
  transition: all 0.6s ease !important;
  border-color: #6ab024 !important;
}
body #mlb2-8188502.ml-form-embedContainer .ml-form-embedWrapper.embedForm {
  max-width: inherit;
  background-color: #6ab024 !important;
}
.ml-form-embedBody.ml-form-embedBodyHorizontal.row-form,
#mlb2-8188502.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody {
  padding: 0 !important;
}
.ml-form-successContent a {
  text-decoration: underline !important;
  font-size: 18px;
  font-weight: 700;
}
/*SEARCH*/
.aws-search-result .aws_result_content .aws_result_title {
  font-size: 17px;
  font-weight: 700;
  color: #000;
}
.aws-search-result .aws_result_content .aws_result_price > .regulat_price {
  display: flex;
  flex-direction: column;
}
.aws-search-result .aws_result_content .aws_result_price,
.aws-search-result .aws_result_content .aws_result_price small,
.aws-search-result .aws_result_content .aws_result_price .actual_price {
  font-size: 17px;
  font-weight: 700;
  color: #000;
  text-decoration: none;
  margin-bottom: 0;
}
.aws-search-result .aws_result_content .aws_result_excerpt {
  display: none;
}
.aws-search-result .aws_result_content .aws_result_price .regulat_price,
.aws-search-result .aws_result_content .aws_result_price .regulat_price small {
  font-size: 12px;
  font-weight: 700;
  color: #000;
  opacity: 1;
  text-decoration: line-through;
  text-decoration-color: #ed1c24;
}
.aws-search-result .aws_result_item.aws_search_more a {
  font-weight: 700;
  color: #000;
}
.aws-search-result .aws_result_sale .aws_onsale {
  background-color: #ed1c24;
}
section.instagram-feed h3 {
  font-size: 50px;
  color: #d4d4d4;
  text-align: center;
  font-weight: 700;
}
/*CONTACT FORM*/
.wpcf7 .contact-dropdown {
  position: relative;
}
.wpcf7 .contact-dropdown p {
  margin-bottom: 0;
}
.wpcf7 .contact-dropdown i {
  position: absolute;
  right: 10px;
  top: 33px;
  font-size: 12px;
  color: #ced4da;
}
.wpcf7 .btn-outline-primary, .wpcf7 input[type=submit] {
  border-color: #000;
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 20px;
  padding: 10px 30px;
  font-size: 16px;
  font-weight: 700;
  width: 160px;
}
.wpcf7 input[type=submit]:disabled {
  color: #000;
}
.wpcf7 input[type=submit]:hover {
  background-color: #6ab024;
  border-color: #6ab024;
}
.wpcf7 input[type=submit]:focus,
.btn-outline-primary:focus,
.page-template-simple-page .btn-primary:focus,
.btn-outline-primary:active:focus {
  box-shadow: none;
  border-color: #000;
}
.form-control:focus, .widget_archive select:focus, .widget_categories select:focus, .wpcf7 .wpcf7-validation-errors:focus, .wpcf7 input[type=color]:focus, .wpcf7 input[type=date]:focus, .wpcf7 input[type=datetime-local]:focus, .wpcf7 input[type=datetime]:focus, .wpcf7 input[type=email]:focus, .wpcf7 input[type=file]:focus, .wpcf7 input[type=month]:focus, .wpcf7 input[type=number]:focus, .wpcf7 input[type=range]:focus, .wpcf7 input[type=search]:focus, .wpcf7 input[type=submit]:focus, .wpcf7 input[type=tel]:focus, .wpcf7 input[type=text]:focus, .wpcf7 input[type=time]:focus, .wpcf7 input[type=url]:focus, .wpcf7 input[type=week]:focus, .wpcf7 select:focus, .wpcf7 textarea:focus {
  border-color: #6ab024;
  box-shadow: none;
}
.page-template-team .wpcf7 select,
.page-template-contact .wpcf7 select {
  font-size: 13px;
}
.page-template-team .wpcf7-list-item,
.page-template-contact .wpcf7-list-item {
  margin: 0;
}
.wpcf7-form-control.wpcf7-acceptance,
p > .wpcf7-form-control-wrap > .wpcf7-acceptance {
  font-size: 13px;
}
.wpcf7-form-control.wpcf7-acceptance label {
  display: flex;
  align-items: flex-start;
  gap: 5px;
}
.wpcf7-form-control.wpcf7-acceptance label .wpcf7-list-item-label{
  margin-top: -3px;
}
.woocommerce-checkout .wc_payment_methods.payment_methods.methods,
.woocommerce-checkout .form-row.place-order {
  background-color: #ebebeb;
}
.woocommerce-checkout .woocommerce-checkout-payment {
  background: #fff !important;
}
/*footer*/

footer {
  background-color: #2b2b2b;
}

footer ul {
  list-style-type: none;

  padding-left: 0;
}

footer p,
footer li, footer a {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}
footer .vertical-line {
  overflow: hidden;
  font-weight: 700;
}
footer .vertical-line::after {
  content: "";
  display: inline-block;
  height: 0.7em;
  vertical-align: bottom;
  width: 100%;
  margin-right: -100%;
  margin-left: 10px;
  border-top: 1px solid #fff;
}
footer .copyright {
  border-top: 1px solid #fff;
}
footer .copyright p {
  font-size: 12px;
  line-height: 16px;
}
footer .payments-logo img {
  width: 50px;
}
footer .payments-logo img.diners{
  width: 90px;
}
/*košarica*/
.add-to-cart-container .quantity-row {
  display: flex;
  border-radius: 20px;
  border: 1px solid #acacac;
}
.woocommerce .add-to-cart-container .quantity .qty {
  width: 100%;
  border: none;
  height: 100%;
  font-size: 18px;
}
body .form-control:focus,
body .btn-check:focus+.btn-outline-secondary,
body .btn-outline-secondary:focus,
body .btn-check:focus+.btn-outline-primary, 
body .btn-outline-primary:focus,
body .btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-check:active+.btn-outline-secondary:focus, .btn-check:checked+.btn-outline-secondary:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus, .btn-outline-secondary:active:focus {
  box-shadow: none;
}
.add-to-cart-container .btn.qty-change.qty-change-down, .add-to-cart-container .btn.qty-change.qty-change-up,
.single-product .quantity-buttons .qty-change.qty-change-down, .single-product .quantity-buttons .qty-change.qty-change-up,
.woocommerce-checkout .btn.qty-change.qty-change-down, .woocommerce-checkout .btn.qty-change.qty-change-up {
  border: none;
}
.add-to-cart-container .btn.qty-change.qty-change-down:hover, .add-to-cart-container .btn.qty-change.qty-change-up:hover,
.single-product .quantity-buttons .qty-change.qty-change-down:hover, .single-product .quantity-buttons .qty-change.qty-change-up:hover,
.woocommerce-checkout .btn.qty-change.qty-change-down:hover, .woocommerce-checkout .btn.qty-change.qty-change-up:hover {
  background-color: transparent;
}
.add-to-cart-container .btn.qty-change .fa:hover, 
.single-product .quantity-buttons .qty-change .fa:hover,
.woocommerce-checkout .btn.qty-change .fa:hover {
  color: #6ab024;
}
.add-to-cart-container .btn.qty-change .fa,
.single-product .quantity-buttons .qty-change .fa,
.woocommerce-checkout .btn.qty-change .fa {
  color: #000;
  font-size: 14px;
}
.add-to-cart-container .form-control {
  padding: .175rem .3rem;
}
body .add-to-cart-container .add_to_cart_button.vt_add_to_cart .fa {
  color: #fff;
}
.add-to-cart-container .vt_add_to_cart_form .quantity {
	display: inline-block;
}
.add-to-cart-container .add_to_cart_button.vt_add_to_cart {
	flex-basis: 50%;
  background-color: #000000;
  border: none;
  border-radius: 20px;
}
.add-to-cart-container .add_to_cart_button.vt_add_to_cart:hover {
  background-color: #6ab024;
}
.vt_add_to_cart_form .qty::-webkit-outer-spin-button,
.vt_add_to_cart_form .qty::-webkit-inner-spin-button,
.single-product .qty::-webkit-outer-spin-button,
.single-product .qty::-webkit-inner-spin-button,
.woocommerce-checkout .qty-cart::-webkit-inner-spin-button,
.woocommerce-checkout .qty-cart::-webkit-outer-spin-button{
  -webkit-appearance: none;
  margin: 0;
}
.vt_add_to_cart_form .qty[type=number],
.single-product .qty[type=number],
.woocommerce-checkout .qty-cart {
  -moz-appearance: textfield;
  appearance: textfield;
  height: 100%;
  border: none;
}
.woocommerce-checkout .qty-cart {
  width: 50px;
  text-align: center;
}
.woocommerce-wishlist .add-to-cart-container {
  display: flex;
  gap: 10px;
}
.add-to-cart-container form.vt_add_to_cart_form {
  gap: 10px;
}
.woocommerce.single-product div.product form.cart div.quantity {
  margin: 0;
}
.single-product .quantity-buttons .yith-wcwl-add-button {
  display: none;
}
.single-product .yith-wcwl-add-button {
  margin-left: 15px;
}
.product-quantity-border {
  border: 1px solid #acacac;
  border-radius: 20px;
}
.single-product .quantity-buttons {
  border: 1px solid #acacac;
  border-radius: 20px;
  margin-right: 15px;
}
header .fa.fa-shopping-cart {
  color: #fff;
}
/*SWIPER*/
.swiper-inner,
.desktop-image,
.mobile-image-slider {
  position: relative;
  height: 100%;
}
.swiper-home,
.swiper-home img {
  width: 100%;
  height: 100%;
}
.swiper-home img {
  object-fit: cover;
}
.swiper-home .swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: url("/wp-content/uploads/2023/04/arrow-right.png") !important;
  font-size: 30px !important;
}
.swiper-home .swiper-button-next,
.swiper-rtl .swiper-button-prev,
.swiper-home .swiper-button-prev,
.swiper-rtl .swiper-button-next {
  background-color: #918e8e;
  width: 36px !important;
  height: 36px !important;
  border-radius: 100%;
}
.swiper-home .swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: url("/wp-content/uploads/2023/04/arrow-left.png") !important;
  font-size: 30px !important;
}
.swiper-testimonials .swiper-pagination {
  text-align: start;
}
.swiper .swiper-pagination-bullet {
  opacity: 1;
}
.swiper-home .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}
.swiper-home .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-testimonials .swiper-pagination-bullet-active {
  background: #6ab024;
}

/**/
@media screen and (min-width: 1200px) and (max-width: 1215px) {
  section.support .btn-style.spec-width-xl {
    padding: 10px 15px;
  }
}
@media screen and (min-width: 1200px) {
  section.why .why-border {
    max-width: 265px;
  }
  .add-to-cart-container .quantity-row {
    flex-basis: 50%;
  }
}
@media screen and (min-width: 1000px) {
  .woocommerce .product form.cart {
    display: flex;
  }
}
@media screen and (max-width: 1200px) {
  .page-template-homepage .woocommerce .add-to-cart-container .quantity .qty {
    width: 20px;
  }
}
@media screen and (min-width: 1061px) and (max-width:1300px) {
  .top-header .second-part .data-call-centar p {
    font-size: 13px;
    line-height: 17px;
  }
}
@media screen and (min-width: 1061px) and (max-width:1115px) {
  .top-header .second-part .data-call-centar p {
    font-size: 12px;
    line-height: 15px;
  }
}
@media screen and (min-width: 992px) and (max-width:1060px) {
  .top-header .second-part .data-call-centar p {
    font-size: 11px;
    line-height: 15px;
  }
}
@media screen and (min-width: 992px) {
  section.blog .container {
    height: 100%;
  }
  section.blog{
    background-image: url("/wp-content/uploads/2023/04/blog-background-photo.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding-bottom: 50px;
  }
  section.single-blog {
    background-image: url("/wp-content/uploads/2023/04/blog-background-photo.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 35px;
    height: 100%;
  }
  section.newsletter .col-lg-3 {
    flex-basis: 28%;
  }

  section.newsletter .col-lg-6 {
    flex-basis: 44%;
  }
  section.support .position-button {
    position: absolute;
    bottom: 24px;
  }
  section.newsletter .bg-green,
  section.team-info-contact .bg-green {
    border-radius: 20px 0 0 20px;
    position: relative;
  }

  section.newsletter img.spec-img,
  section.team-info-contact img.spec-img {
    border-radius: 0px 20px 20px 0px;
  }

  section.newsletter ul,
  section.team-info-contact ul {
    position: absolute;
    bottom: 15px;
  }
  .woocommerce.single-product .summary form {
    height: 35px;
  }
  section.blog .img-wrapper-four {
  width: 145px;
  height: 110px;
  }
  .single.single-post .blog-post {
    padding: 12px;
  }
  section.mobile-newsletter {
    display: none;
  }
}
@media screen and (min-width: 585px) and (max-width: 991px){
  section.mobile-newsletter .bg-green {
    position: relative;
  }
  section.mobile-newsletter ul{
    position: absolute;
    bottom: 10px;
  }
}
@media screen  and (min-width: 850px) and (max-width: 991px) {
  .top-header .second-part .links a {
    font-size: 12px;
  }
}
@media screen  and (min-width: 821px) and (max-width: 900px) {
  body .iksm-1622 .iksm-term__link {
    font-size: 14px;
    padding-left: 10px;
  }
  .widget.woocommerce.widget_price_filter .price_label {
    font-size: 13px;
  }
}
@media screen  and (min-width: 768px) and (max-width: 820px) {
  body .iksm-1622 .iksm-term__link {
    font-size: 13px;
    padding-left: 10px;
  }
  .widget.woocommerce.widget_price_filter .price_label {
    font-size: 12px;
  }
}
@media screen  and (min-width: 768px) and (max-width: 1300px) {
  .lowest_price {
    flex-direction: column;
    line-height: 12px;
  }
}
@media screen  and (min-width: 768px) and (max-width: 991px) {
  .top-header .second-part .links a {
    font-size: 10px;
  }
  .top-header .second-part .data-call-centar p {
    font-size: 12px;
    line-height: 15px;
  }
  .woocommerce ul.products {
    display: flex;
    flex-wrap: wrap;
  }
  .archive.woocommerce-page #woocommerce-wrapper ul.products li.product, .archive.woocommerce-page #woocommerce-wrapper ul.products li.product {
    width: 32.3% !important;
  }
  .add-to-cart-container .quantity-row {
    flex-basis: 50%;
  }
}
@media screen  and (min-width: 768px) and (max-width: 900px) {
  .top-header .second-part .call-centar {
    flex-basis: 71%;
  }
  .page-template-homepage .add-to-cart-container form.vt_add_to_cart_form {
    gap: 0;
  }
  .page-template-homepage section.tabs .woocommerce .product {
    padding: 5px !important;
  }
}
@media screen and (max-width: 991px) {

  .nav-blog .bg-green {
    border-radius: 28px;
    justify-content: center;
  }
  .nav-blog .bg-green h1 {
    text-align: center;
  }
  .nav-blog .black {
    border-radius: 28px;
  }
  .single-product.woocommerce .blog-post, .alm-item {
    border: none;
  }
  section.blog{
    background-image: url("/wp-content/uploads/2023/04/blog-background-photo.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    padding-bottom: 50px;
  }
  section.blog .img-wrapper {
    height: auto;
    margin-right: 12px;
  }
  section.blog .margin-spacing-blog:first-child {
    margin-top: 10px;
  }
 
  section.blog .flex-1 {
    flex: 2;
  }
  section.blog .excerpt p {
    font-size: 14px;
    line-height: 17px;
  }
  section.blog .heading-blog-bigger,
  section.blog .blog-details .heading-blog {
    font-size: 16px;
  }
  section.newsletter {
    display: none;
  }
  section.mobile-newsletter {
    display: block;
  }
  section.mobile-newsletter .bg-green {
    border-radius: 20px 0 0 20px;
    overflow: hidden;
  }
  section.mobile-newsletter img.spec-img {
    border-radius: 0 20px 20px 0;
  }
  .wc_payment_method.payment_method_corvuspay {
    display: flex;
  }
  .wc_payment_method.payment_method_corvuspay label {
    display: flex;
    flex-direction: column;
  }
  .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 769px) {
  .page-template-homepage
  section.tabs
  .woocommerce.columns-5
  ul.products
  li.product,
  .single-product.woocommerce .single-product-price .woocommerce.columns-5 ul.products li.product,
  .highlighted .woocommerce.columns-5 ul.products li.product {
  width: 19.2%;
  }
  .hero-about-static-page .hero-about-absolute {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .archive.woocommerce-page #woocommerce-wrapper ul.products li.product,
  .archive.woocommerce-page #woocommerce-wrapper ul.products li.product {
    width: 24.2%;
  }

}
@media screen and (min-width: 768px) {
  .page-template-homepage section.hero .swiper-inner .image-text .rotate-text .over-title:nth-of-type(2) {
    margin-left: 250px;
  }
  .mobile-show-img, .swiper-inner .mobile-image-slider {
    display: none;
  }
  .mobile-noshow-img, .swiper-inner .desktop-image {
    display: block;
  }
  .nav-call {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .navbar-expand-md .navbar-nav {
    flex-wrap: wrap;
  }

  .col-md-3.widget-area aside {
    margin-bottom: 45px;
    overflow: hidden;
  }  
  .page-template-contact h1,
  .page-template-faq h1,
  .page-template-about section.content-about .row:not(:first-child) h3,
  .page-template-special-offer h1,
  .page-template-team section.content-about h3,
  .page-template-rewiew h1,
  .page-template-vip h1,
  .page-template-referral h1,
  .page-template-support h1,
  .woocommerce-checkout h1,
  .woocommerce-checkout h4,
  .page-template-simple-page.woocommerce-account h1.entry-title.heading,
  .woocommerce-wishlist h1.entry-title.heading,
  .page-template-support h3,
  .page-template-uvjeti h1,
  .page-template-vip h3:first-child,
  .page-template-referral .line {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .page-template-contact h1:before,
  .page-template-contact h1:after,
  .page-template-special-offer h1:before,
  .page-template-special-offer h1:after,
  .page-template-team section.content-about h3::after,
  .page-template-faq h1::after, .page-template-faq h1::before,
  .page-template-rewiew h1:after,
  .page-template-rewiew h1::before,
  .page-template-vip h1::before,
  .page-template-vip h1::after,
  .page-template-referral h1::after,
  .page-template-referral h1::before,
  .page-template-support h1::before,
  .page-template-support h1::after,
  .woocommerce-checkout h4::before,
  .woocommerce-checkout h4::after,
  .woocommerce-checkout h1::before,
  .woocommerce-checkout h1::after,
  .page-template-simple-page.woocommerce-account h1.entry-title.heading::after,
  .page-template-simple-page.woocommerce-account h1.entry-title.heading::before,
  .woocommerce-wishlist h1.entry-title.heading::before,
  .woocommerce-wishlist h1.entry-title.heading::after,
  .page-template-support h3.line::after,
  .page-template-uvjeti h1::before,
  .page-template-uvjeti h1::after,
  .page-template-vip h3:first-child::after,
  .page-template-referral .line::after {
    content: '';
    border-top: 5px solid #6ab024;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
    border-radius: 3.5px;
  }
  .page-template-contact h1:after,
  .page-template-special-offer h1:after,
  .page-template-team section.content-about h3::after,
  .page-template-faq h1:after,
  .page-template-rewiew h1:after,
  .page-template-vip h1::after,
  .page-template-referral h1::after,
  .page-template-support h1::after,
  .woocommerce-checkout h4::after,
  .woocommerce-checkout h1::after,
  .page-template-simple-page.woocommerce-account h1.entry-title.heading::after,
  .woocommerce-wishlist h1.entry-title.heading:after,
  .page-template-support h3.line:after,
  .page-template-uvjeti h1::after,
  .page-template-vip h3:first-child::after,
  .page-template-referral .line::after {
    margin: 0 0 0 20px;
  }
  
  .page-template-about section.content-about .row:not(:first-child) h3::after,
  .page-template-special-offer h3::after {
    content: '';
    border-top: 5px solid #6ab024;
    flex: 1 0 20px;
    margin: 0 0 0 20px;
    border-radius: 3.5px;
  } 
  .page-template-special-offer h2, 
  .page-template-special-offer h3, 
  .page-template-special-offer h4,
  .page-template-special-offer h5, 
  .page-template-special-offer h6,

  .page-template-support h2,
  .page-template-support h3,
  .page-template-support h4,
  .page-template-support h5,
  .page-template-support h6,

  .page-template-team h2,
  .page-template-team h3,
  .page-template-team h4,
  .page-template-team h5,
  .page-template-team h6,

  .page-template-about h2,
  .page-template-about h3,
  .page-template-about h4,
  .page-template-about h5,
  .page-template-about h6,

  .page-template-vip h2,
  .page-template-vip h3,
  .page-template-vip h4,
  .page-template-vip h5,
  .page-template-vip h6 {
    margin-bottom: 1.5rem;
  }
  .top-header.mobile-header {
    display: none;
  }
  .page-template-homepage section.support .desktop-support {
    display: block;
  }
  .page-template-homepage section.support .mobile-support {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  section.support .p-tag {
    max-width: 100%;
  }
  .woocommerce.single-product .product form.cart .qib-button-wrapper .quantity input.input-text.qty.text {
    width: 35px;
  }
  .single-product.woocommerce span.onsale {
      right: 20px;
      left: auto;
      width: 50px;
      height: 50px;
      font-size: 20px;
  }
  .page-template-simple-page form.woocommerce-cart-form .qib-button.qib-button-wrapper {
      justify-content:end;
  }
  section.tabs .tab-content .products.columns-5 {
    display: flex;
    margin: 0;
  }
  section.tabs .tab-content .woocommerce.columns-5 {
    overflow-x: scroll;
  }
  section.tabs .tab-content .woocommerce ul.products[class*=columns-] li.product {
    margin: 0px 10px 1em 0px;
  }
  .nav-tabs .nav-link, .nav-tabs .nav-link.active {
    font-size: 12px;
    padding: 0.5rem;
  }
  section.tabs .woocommerce ul.products li.product .woocommerce-loop-product__title,
  section.tabs .woocommerce ul.products li.product .price .actual_price,
  section.tabs .woocommerce ul.products li.product .price .actual_price small,
  section.tabs ul.products li.product .price .woocommerce-Price-amount.amount,
  section.tabs ul.products li.product .price .woocommerce-Price-amount.amount small {
    font-size: 14px;
  }
  .page-template-homepage section.tabs .woocommerce .product {
    padding: 8px !important;
  }
  section.tabs ::-webkit-scrollbar {
    height: 10px;
  }
  section.tabs ::-webkit-scrollbar-thumb {
    background-color: #000; /* boja thumb-a */
    border-radius: 5px; /* zaobljenje rubova thumb-a */
  }
  section.tabs ::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* boja pozadine */
    border-radius: 5px; /* zaobljenje rubova thumb-a */
  }
  section.tabs ::-webkit-scrollbar-button {
    display: none; /* skriva strelice */
  }
  section.tabs ::-webkit-scrollbar-corner {
    background-color: #f1f1f1; /* boja uglova */
  }
  section.tabs .product form.cart .qib-button.qib-button-wrapper, .archive.woocommerce-page .product form.cart .qib-button.qib-button-wrapper, section.blog-products .product form.cart .qib-button.qib-button-wrapper{
    margin-right: 0;
  }
  .woocommerce-checkout .woocommerce-cart-form tbody .product-quantity {
    min-height: inherit;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .col-md-3.col-lg-2.widget-area {
    background-color: #e9e9e9;
    margin: 16px 0;
  }
  .woocommerce .qib-button-wrapper button.qib-button {
    padding: 6px 8px 8px !important;
    width: 37px;
  }
  .mobile-show-img,
  .swiper-inner .mobile-image-slider {
    display: block;
  }
  .mobile-noshow-img, .swiper-inner .desktop-image {
    display: none;
  }
  footer p, footer li, footer a {
    font-size: 15px;
  }
  .top-header.mobile-header .second-part ul li:nth-child(1) {
    flex-basis: 25%;
  }
  .top-header.mobile-header .second-part ul li:nth-child(2) {
    flex-basis: 35%;
  }
  .top-header.mobile-header .second-part ul li:nth-child(3) {
    flex-basis: 11%;
  }
  .top-header.mobile-header .second-part ul li:nth-child(4) {
    flex-basis: 11%;
  }
  .top-header.mobile-header .second-part ul li:nth-child(5) {
    flex-basis: 16%;
  }
  .top-header.mobile-header .second-part ul li {
    margin-right: 5px;
  }
  .top-header.mobile-header .second-part ul li:last-child {
    margin-right: 0;
  }
  .top-header.mobile-header .second-part li.wishlist-background {
    height: 45px;
  }
  .top-header .second-part li.hide_mobile .xoo-wsc-cart-trigger {
    height: 45px;
  }
  .top-header .second-part ul {
    align-items: center;
  }
  .hero {
    height: 50vh;
  }
  .page-template-homepage .free-delivery span,
  .nav-blog .black ul li a {
    font-size: 14px;
    line-height: 17px;
  }
  section.acf .font-black-fontsize,
  section.acf .content  {
    font-size: 12px;
    line-height: 17px;
  }
  section.acf .img-circle {
    max-height: 50px;
  }
  .top-header.mobile-header .aws-container .aws-show-clear .aws-search-field,
  .top-header.mobile-header .aws-container .aws-search-form .aws-form-btn {
    background: #ebebeb;
    border: none;
    font-size: 16px;
    font-weight: 700;
    color: #000;
  }
  .top-header.mobile-header {
    margin-top: 1rem;
  }
  .top-header.mobile-header {
    display: block;
  }
  .top-header {
    display: none;
  }
  .woocommerce ul.products[class*=columns-] li.product{
    margin: 0 0 1em;
  }
  .heading, .woocommerce div.product .product_title,  .page-template-simple-page.woocommerce-page h3 {
    font-size: 18px;
   line-height: 1.2;
  }
  #mlb2-7017850.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent h4, #mlb2-7017850.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent h4 {
    font-size: 18px !important;
    line-height: 1.2;
  }
  #mlb2-7017850.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-embedContent p:last-child, #mlb2-7017850.ml-form-embedContainer .ml-form-embedWrapper .ml-form-successBody .ml-form-successContent p:last-child {
    font-size: 15px !important;
  }
  label.terms {
    font-size: 12px;
  }
  .page-template-simple-page.woocommerce-page h3 a {
    font-size: 14px;
  }
  .woo-menu-toggle {
    position: relative;
    width: 100%;
    padding: 5px 20px;
    margin: 16px 0;
    color: #000;
    border: 1px solid #ced4da;
    font-size: 17px;
  }
  .woo-menu-toggle:after {
    content: "\f078";
    font-size: 27px;
    position: absolute;
    left: auto;
    top: 10px;
    right: 16px;
    cursor: pointer;
    font: normal normal normal 12px/1 FontAwesome;
  }
  .woo-menu-toggle.close:after {
    content: "\f00d";
  }
  .widget_product_categories .widget-title {
    margin: 0;
    padding: 0;
  }
  .woocommerce ul.products li.product .woocommerce-loop-category__title,
  .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .woocommerce ul.products li.product h3,
  .archive.woocommerce-page ul.products li.product .price .actual_price,
  .archive.woocommerce-page ul.products li.product .price .actual_price small,
  .archive.woocommerce-page ul.products li.product .price .woocommerce-Price-amount.amount,
  .archive.woocommerce-page ul.products li.product .price .woocommerce-Price-amount.amount small,
  .woocommerce.single-product .single-product-price .price .actual_price,
  .woocommerce.single-product .single-product-price .price .actual_price small,
  section.blog-products .woocommerce ul.products li.product .price .actual_price,
  section.blog-products .woocommerce ul.products li.product .price .actual_price small,
  section.blog-products ul.products li.product .price .woocommerce-Price-amount.amount,
  section.blog-products ul.products li.product .price .woocommerce-Price-amount.amount small,
  .single-product.woocommerce .product form.cart .qib-button.qib-button-wrapper input,
  .woocommerce.single-product .btn-green,
  .top-header .second-part .data-call-centar p,
  .archive.woocommerce-page ul.products li.product .price .actual_price .woocommerce-Price-amount.amount,
  p, li,
  .page-template-rewiew section.sliders h2 {
      font-size: 15px;
    }
  .woocommerce.single-product .lowest_price {
    flex-direction: row;
    align-items: end;
  }
  .page-template-about .hero-about-absolute h2, .hero-about-absolute p:nth-child(2) {
    width: 100%;
    height: 35px;
    font-size: 22px;
  }
  .page-template-about .hero-about-absolute h2, .hero-about-absolute p:nth-child(2) {
    margin-top: 2px;
  }
  .page-template-about .hero-about-absolute h1, .hero-about-absolute p:first-child {
    width: 100%;
    height: 45px;
    font-size: 26px;
  }
  .page-template-team .black-circle {
    border-radius: 30%;
    width: 100%;
    margin-bottom: 10px;
  }
  .page-template-rewiew .swiper.users-experience .swiper-slide {
    padding: 0 25px;
  }
  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 25px !important;
  }
  .swiper.users-experience .swiper-button-next {
    right: 0;
  }
 .swiper.users-experience .swiper-button-prev {
    left: 0;
  }
  .page-template-special-offer h1, 
  .page-template-team h6, 
  .page-template-team h5, 
  .page-template-referral h1, 
  .page-template-vip h1, 
  .page-template-support h1 {
    font-size: 26px;
  }
  .page-template-rewiew .swiper.users-experience .swiper-slide {
    flex-direction: column;
  }
  .page-template-about section.content-about .row:not(:first-child) h3, 
  .page-template-special-offer h3 {
    justify-content: left;
    text-align: start;
  }
  .page-template-faq .faq-sidebar {
    max-width: 100%;
    padding: 22px;
  }
  .page-template-simple-page .coupon {
    display: flex;
  }
  .page-template-homepage section.support .desktop-support {
    display: none;
  }
  .page-template-homepage section.support .mobile-support {
    display: block;
  }
  section.support .mobile-size-support .heading,
  .page-template-homepage section.support .mobile-support .heading {
    font-size: 20px !important;
  }
  .page-template-homepage section.support .mobile-support .border-radius {
    background-color: #dfdfdf;
    border-radius: 0 0 20px 20px;
  }
  .page-template-homepage section.support .mobile-support img {
    border-radius: 20px 20px 0 0;
  }
  section.support .mobile-size-support .flex-basic-setting p,
  section.support .mobile-size-support .flex-basic-setting li {
    font-size: 14px;
  }
  section.support .mobile-size-support .btn-style {
    font-size: 13px;
    padding: 10px 8px !important;
  }
  section.support .mobile-size-support .flex-basic-setting img {
    width: 40px;
  }
  section.why .why-border {
    padding: 15px 10px;
    min-height: 100%;
  }
  section.why .img-box img {
    max-width: 50px;
  }
  section.why .font-black-fontsize {
    font-size: 16px;
  }
  section.newsletter .tel-big, section.team-info-contact .tel-big, .page-template-faq .faq-sidebar .tel-big {
    font-size: 18px;
    margin-bottom: 0;
  }
  section.team-info-contact .bg-green {
    border-radius: 20px 0 0 20px;
    overflow: hidden;
  }
  section.team-info-contact .spec-img {
    border-radius: 0 20px 20px 0;
  }
  section.newsletter .mail-big, section.team-info-contact .mail-big, .page-template-faq .faq-sidebar .mail-big {
    font-size: 15px;
  }
  .about-category-desc ul li {
    line-height: inherit;
  }
  .about-category-desc .img-heading {
    font-size: 24px;
  }
  .about-category-desc img {
    width: 25px;
    height: 25px;
  }
  .nav-link:not(.dropdown-toggle):after {
    left: 0%;
    width: 100%;
    right: 0%;
  }
  .page .bg-whatsapp img {
    max-width: 40px;
  }
  .btn-style {
    padding: 7px 25px;
    font-size: 15px;
  }
  .page-template-team .black-circle {
    height: 175px;
  }
  .nav-tabs {
    justify-content: center;
  }
  .woocommerce .woocommerce-breadcrumb {
    margin-bottom: 0;
    line-height: 16px;
  }
  .woocommerce.single-product .woocommerce-breadcrumb {
    margin-bottom: 1rem;
  }
  #iksm-widget-3, #woocommerce_price_filter-2, .berocket_single_filter_widget {
    margin-bottom: 20px;
  }
  .single-product.woocommerce .button.add_to_cart_button {
    font-size: 14px;
    padding: 5px 10px;
  }
  .woocommerce ul.products li.product .onsale {
    font-size: 14px;
  }
  .page-template-special-offer h1,
  .page-template-rewiew h1,
  .page-template-vip h1,
  .page-template-referral h1,
  .page-template-support h1,
  .woocommerce-checkout h1,
  .woocommerce-checkout h4,
  .page-template-simple-page.woocommerce-account h1.entry-title.heading,
  .woocommerce-wishlist h1.entry-title.heading,
  .page-template-support h3,
  .page-template-uvjeti h1,
  .page-template-contact h1 {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .page-template-contact h1:before,
  .page-template-contact h1:after,
  .page-template-special-offer h1:before,
  .page-template-special-offer h1:after,
  .page-template-faq h1::after, .page-template-faq h1::before,
  .page-template-rewiew h1:after,
  .page-template-rewiew h1::before,F
  .page-template-vip h1::before,
  .page-template-vip h1::after,
  .page-template-referral h1::after,
  .page-template-referral h1::before,
  .page-template-support h1::before,
  .page-template-support h1::after,
  .woocommerce-checkout h4::before,
  .woocommerce-checkout h4::after,
  .woocommerce-checkout h1::before,
  .woocommerce-checkout h1::after,
  .page-template-simple-page.woocommerce-account h1.entry-title.heading::after,
  .page-template-simple-page.woocommerce-account h1.entry-title.heading::before,
  .woocommerce-wishlist h1.entry-title.heading::before,
  .woocommerce-wishlist h1.entry-title.heading::after,
  .page-template-support h3.line::after,
  .page-template-uvjeti h1::before,
  .page-template-uvjeti h1::after,
  .page-template-contact h1::after,
  .page-template-contact h1::before {
    content: '';
    border-top: 5px solid #6ab024;
    margin: 0 20px 0 0;
    flex: 1 0 20px;
    border-radius: 3.5px;
  }
  .page-template-contact h1:after,
  .page-template-special-offer h1:after,
  .page-template-faq h1:after,
  .page-template-rewiew h1:after,
  .page-template-vip h1::after,
  .page-template-referral h1::after,
  .page-template-support h1::after,
  .woocommerce-checkout h4::after,
  .woocommerce-checkout h1::after,
  .page-template-simple-page.woocommerce-account h1.entry-title.heading::after,
  .woocommerce-wishlist h1.entry-title.heading:after,
  .page-template-support h3.line:after,
  .page-template-uvjeti h1::after,
  .page-template-contact h1::after {
    margin: 0 0 0 15px;
  }
  .page-template-faq .accordion h2 .accordion-button::before {
    left: 7px;
  }
  .page-template-faq .accordion h2 .accordion-button {
    padding-left: 40px;
    margin-left: 0;
  }
  .woocommerce.single-product .summary ul li::before, .woocommerce.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul li::before, .page-template-about section.content-about ul li:before, .page-template-special-offer section ul li::before, .page-template-team section.content-about ul li::before, .page-template-vip section ul li::before, .page-template-referral section ul li::before, .page-template-support section ul li::before, .about-category-desc ul li::before, .page-template-uvjeti section ul li:before {
    width: 20px;
    height: 5px;
    left: -30px;
  }
  .page-template-faq .accordion h2 .accordion-button::before {
    width: 20px;
    height: 5px;
  }
  .about-category-desc ul li, .woocommerce.single-product .summary ul li, .woocommerce.single-product .woocommerce-tabs .woocommerce-Tabs-panel ul li, .page-template-about section.content-about ul li, .page-template-special-offer section ul li, .page-template-team section.content-about ul li, .page-template-vip section ul li, .page-template-referral section ul li, .page-template-support section ul li, .page-template-uvjeti section ul li {
    margin-left: 30px;
  }
  .page-template-simple-page.woocommerce-checkout .product-remove {
    border-top: 1px solid rgba(0,0,0,.1) !important;
  }
  .woocommerce-checkout h1,
  .woocommerce-checkout h4 {
    font-size: 20px;
  }
  .page-template-simple-page.woocommerce-checkout table.cart td.actions .coupon .input-text,
  .page-template-simple-page.woocommerce-checkout .coupon .btn-outline-primary {
    width: 50% !important;
    font-size: 14px;
  }
  .page-template-simple-page.woocommerce-checkout table.cart td.actions {
    text-align: center !important;
  }
  .woocommerce-additional-fields,
  .woocommerce-checkout .woocommerce-shipping-fields,
  .woocommerce-checkout #mx_custom_checkout_field {
    margin-bottom: 3rem;
  }
  .woocommerce-checkout #mx_custom_checkout_field {
    margin-top: 3rem;
  }
  .add-to-cart-container .quantity-row {
    flex-basis: 50%;
  }
  .single-product .quantity-buttons {
    margin-right: 10px;
  }
  .single-product .yith-wcwl-add-button {
    margin-left: 10px;
  }
}
@media screen and (max-width: 700px) {
  .woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex;
    flex-direction: column;
  }
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    padding: 0 0 0 25px;
  }
}
@media screen and (max-width: 600px) {
  .woocommerce-wishlist .qib-button.qib-button-wrapper {
    margin: 0;
  }
  .hero-about-static-page .mobile-image-slider {
    display: block;
  }
  .hero-about-static-page .desktop-image {
    display: none;
  }
}
@media screen and (min-width: 601px) {
  .hero-about-static-page .mobile-image-slider{
    display: none;
  }
  .hero-about-static-page .desktop-image{
    display: block;
  }
}
@media screen and (max-width: 575px){
  section.support .max-height-mobile {
    max-height: 200px;
    object-fit: cover;
  }
  .lowest_price {
    flex-direction: column;
    line-height: 12px;
  }
  .add-to-cart-container .quantity-row {
    flex-basis: inherit;
  } 
}
@media screen and (min-width: 501px) {
  #mlb2-7017850.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input,
  #mlb2-8188502.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow input {
    border-radius: 22px 0 0 22px !important;
  }
  #mlb2-7017850.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button,
  #mlb2-8188502.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-horizontalRow button {
    border-radius: 0 22px 22px 0 !important;
  }
}


/*HEADER NAVIGACIJA*/
@media (min-width: 1406px) and (max-width:1495px) {
  header .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1.13rem;
    padding-left: 1.13rem;
  }
}
@media (min-width: 1366px) and (max-width:1405px) {
  header .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media (min-width: 1311px) and (max-width:1365px) {
  header .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
  }
}
@media (min-width: 1251px) and (max-width:1310px) {
  header .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.6rem;
    padding-left: 0.6rem;
  }
}
@media (min-width: 1220px) and (max-width:1250px) {
  header .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }
}
@media (min-width: 1220px) {
  header .navbar-expand-md .navbar-nav .nav-link {
    font-size: 15px;
  }
}
@media (min-width: 1154px) and (max-width:1220px) {
  header .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    font-size: 14px;
  }
}
@media (min-width: 1084px) and (max-width:1153px) {
  header .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    font-size: 13px;
  }
}
@media (min-width: 1011px) and (max-width:1083px) {
  header .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    font-size: 12px;
  }
}
@media (min-width: 950px) and (max-width:1010px) {
  header .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.25rem;
    padding-left: .25rem;
    font-size: 12px;
  }
}
@media (min-width: 881px) and (max-width:949px) {
  header .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.25rem;
    padding-left: .25rem;
    font-size: 11px;
  }
}
@media (min-width: 768px) and (max-width:880px) {
  header .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.13rem;
    padding-left: 0.13rem;
    font-size: 10px;
  }
}
@media (min-width: 768px) {
  .navbar-nav .dropdown > .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition:all 0.6s ease;
  }
  .navbar-nav .dropdown:hover > .dropdown-menu {
    opacity: 1;
    visibility: visible;
  }
  #mobile-nav.navbar,.desktop-nodisplay {
    display: none;
  }
  .navbar {
    background-color: #ebebeb !important;
    color: #000;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .dropdown-menu { 
    background-color: #fff !important;
    color: #000;
    border-radius: 8px;
    border: 1px solid #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    position: relative;
    
  }
  .dropdown-menu::before {
    content: '';
    position: absolute;
    left: 8px;
    top: -8px;
    width: 0; 
    height: 0; 
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 15px solid #fff;
  }
  .dropdown-item:focus, .dropdown-item:hover {
    color: #000;
    background-color: #ebebeb;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 18px;
    padding-left: 18px;
  }
  #main-menu .nav-item:first-child a {
    padding-left: 0;
  }
  #main-menu .nav-item:last-child a {
    padding-right: 0;
  }
  #main-nav .dropdown-toggle::after {
    display: none;
  }
  .dropdown-menu .dropdown-item {
    font-size: 15px;
  }
  .dropdown-menu .dropdown-item {
    padding-left: 15px !important;
  }
}
@media (max-width: 767px) {
 #main-nav.navbar {
    display: none;
  }
  .navbar-toggler-icon-mobile:before {
    content: "\f0c9";
    display: flex;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    justify-content: center;
	}
  .navbar {
    background-color: transparent !important;
  }
  button.navbar-toggler {
    background-color: #6ab024;
    height: 100%;
    width: 100%;
  }
}