/*=============== VARIABLES CSS ===============*/

:root {
  /*========== Colors ==========*/
  --color-primary: #1d863e;
  --color-secondary: #333333;
  --color-green-light: #d1e6d8;
  --color-text: #333333;
  --color-gray: #f2f2f2;
  --color-brown: #8a6240;
  --color-border-gray: #f1f1f1;
  --color-border-gray-dark: #707070;
  --color-theme-gray: #00000029;
  --color-theme-gray-dark: #41464a;
  --color-white: #fff;
  --color-black: #000;

  /*========== Font and typography ==========*/
  --h1-font-size: 3rem;
  --h2-font-size: 2.6rem;
  --h3-font-size: 2.4rem;
  --h4-font-size: 2rem;
  --h5-font-size: 1.8rem;
  --normal-font-size: 1.6rem;
  --small-font-size: 1.4rem;
  --smaller-font-size: 1.2rem;

  /*========== Font weight ==========*/
  --light-font-weight: 300;
  --normal-font-weight: 400;
  --medium-font-weight: 500;
  --semi-bold-font-weight: 600;
  --bold-font-weight: 700;

  /*========== Line height ==========*/
  --line-height-big: 2em;
  --line-height-normal: 1.75em;
  --line-height-small: 1.5em;
  --line-height-smaller: 1.33em;
  --transition-time: 0.4s;

  /*========== Containers/Widths ==========*/
  --container-wide: 1640px;
  --container-normal: 1365px;

  /*========== Border Radius ==========*/
  --border-rad-smallest: 2px;
  --border-rad-small: 5px;
  --border-rad-normal: 10px;

  /*========== Box Shadow ==========*/
  --shadow-smallest: 0 10px 15px -3px rgb(0 0 0 / 0.1),
    0 4px 6px -4px rgb(0 0 0 / 0.1);
  --shadow-small: 0 4px 6px -1px rgb(0 0 0 / 0.1),
    0 2px 4px -2px rgb(0 0 0 / 0.1);
  --shadow-normal: 0 10px 15px -3px rgb(0 0 0 / 0.1),
    0 4px 6px -4px rgb(0 0 0 / 0.1);

  /*========== Box Shadow ==========*/
}

/*=============== BASE ===============*/
*:not(ul, li, ol) {
  padding: 0;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

::selection {
  background-color: var(--color-secondary);
}

::-moz-selection {
  background-color: var(--color-secondary);
}

::-webkit-input-placeholder {
  font-size: var(--small-font-size);
  font-weight: var(--normal-font-weight);
}

:-moz-placeholder {
  font-size: var(--small-font-size);
  font-weight: var(--normal-font-weight);
}

::-moz-placeholder {
  font-size: var(--small-font-size);
  font-weight: var(--normal-font-weight);
}

:-ms-input-placeholder {
  font-size: var(--small-font-size);
  font-weight: var(--normal-font-weight);
}

/* table */
table {
  margin-bottom: 25px;
  border-collapse: collapse;
}

tr {
  border-bottom: 1px solid var(--color-primary);
}

tr:nth-child(even) {
  background-color: var(--color-gray);
}

input:hover,
textarea:hover {
  border: 1px solid var(--color-primary);
}

input:focus,
textarea:focus {
  border: 1px solid var(--color-secondary);
}

.elementor-text-editor p:last-of-type,
.elementor-widget-container p:last-of-type,
.elementor-text-editor p:last-child,
.elementor-widget-container p:last-child,
span {
  margin: 0;
}

.elementor-widget-container p img {
  margin-bottom: 15px;
}

/*Images Zoom On Hover*/
.globtrade-image--hover--zoom {
  overflow: hidden;
  border: 1px solid var(--color-secondary);
  border-radius: var(--border-rad-small);
  -webkit-border-radius: var(--border-rad-small);
  -moz-border-radius: var(--border-rad-small);
  -ms-border-radius: var(--border-rad-small);
  -o-border-radius: var(--border-rad-small);
}
.globtrade-image--hover--zoom img {
  transition: var(--transition-time);
  -webkit-transition: var(--transition-time);
  -moz-transition: var(--transition-time);
  -ms-transition: var(--transition-time);
  -o-transition: var(--transition-time);
}
.globtrade-image--hover--zoom:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}

/*****************************************************************/
.elementor-widget-container p a {
  color: inherit;
  transition: all var(--transition-time);
  text-decoration: underline;
  text-decoration-color: transparent;
}

.elementor-widget-container p a:hover {
  text-decoration: underline;
}
/*****************************************************************/

/*Lists*/
ul li::marker {
  color: var(--color-primary);
  font-size: 2rem;
}

/*Icons*/
.icon-center .elementor-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

/*Custom Menu Links -- Text decoration underline*/
.globtrade-custom-links--menu a {
  transition: var(--transition-time);
}
.globtrade-custom-links--menu .current-menu-item > a,
.globtrade-custom-links--menu li:hover a {
  text-decoration: underline;
}

/*Header / Header Sticky*/
.globtrade-header__main .e-con-inner,
.globtrade-header__main .globtrade-header__logo img {
  transition: var(--transition-time);
  -webkit-transition: var(--transition-time);
  -moz-transition: var(--transition-time);
  -ms-transition: var(--transition-time);
  -o-transition: var(--transition-time);
}
.globtrade-header__main.elementor-sticky--active .e-con-inner {
  padding: 15px 0 !important;
}
.globtrade-header__main.elementor-sticky--active .globtrade-header__logo img {
  width: 150px !important;
}
/*Header Menu*/
.globtrade-header--main-menu ul.sub-menu {
  width: 100% !important;
}
.globtrade-header--main-menu.store li.current-menu-parent > a {
  color: var(--color-white) !important;
}
.globtrade-header--main-menu li.current-menu-parent > a {
  color: var(--color-primary) !important;
}
.globtrade-header--main-menu ul.sub-menu li a {
  border: none;
}
.globtrade-header--main-menu .sub-menu.elementor-nav-menu--dropdown {
  margin-top: 37px !important;
}
.globtrade-header__main.elementor-sticky--active
  .sub-menu.elementor-nav-menu--dropdown {
  margin-top: 30px !important;
}
@media only screen and (max-width: 767px) {
  .globtrade-header__main.elementor-sticky--active .globtrade-header__logo img {
    width: 120px !important;
  }
  .globtrade-header__main.elementor-sticky--active .e-con-inner {
    padding: 5px 0 !important;
  }
}
/*Header Icons*/
.globtrade-header-icn--contact .elementor-widget-container {
  display: flex;
}

.globtrade-header-top-bar-menu a:hover,
.globtrade-header-contact a:hover {
  text-decoration: underline;
}

/*SVG Icon Hover*/
.globtrade--icon-box:hover svg,
.globtrade--icon-box:hover svg path {
  fill: var(--color-secondary);
  transition: all var(--transition-time);
  -webkit-transition: all var(--transition-time);
  -moz-transition: all var(--transition-time);
  -ms-transition: all var(--transition-time);
  -o-transition: all var(--transition-time);
}

/*Homepage Slider*/
.globtrade-slider .swiper-slide-contents {
  max-width: var(--container-normal);
  width: 100%;
}
/*Homepage Slider Navigation*/
.globtrade-slider .elementor-slides-wrapper,
.globtrade-slider .elementor-swiper-button {
  display: flex;
  align-items: center;
  justify-content: center;
}
.globtrade-slider .swiper-buttons-container {
  max-width: var(--container-wide);
  width: 100%;
  position: absolute;
  top: calc(50% - 20px);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.globtrade-slider .elementor-swiper-button {
  position: relative;
  top: 0;
  width: 40px;
  height: 40px;
  transform: unset;
  background-color: var(--color-white);
  border-radius: var(--border-rad-smallest);
  box-shadow: var(--shadow-smallest);
  opacity: 1 !important;
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  -o-transform: unset;
  -webkit-border-radius: var(--border-rad-smallest);
  -moz-border-radius: var(--border-rad-smallest);
  -ms-border-radius: var(--border-rad-smallest);
  -o-border-radius: var(--border-rad-smallest);
}
.globtrade-slider .elementor-swiper-button svg {
  display: none;
}
.globtrade-slider .elementor-swiper-button-next {
  background-image: url("/wp-content/uploads/2024/01/euro-globtrade-left-arrow.svg");
}
.globtrade-slider .elementor-swiper-button-prev {
  background-image: url("/wp-content/uploads/2024/01/euro-globtrade-right-arrow.svg");
}
.globtrade-slider .elementor-swiper-button-next,
.globtrade-slider .elementor-swiper-button-prev {
  background-position: center;
  background-repeat: no-repeat;
}
@media only screen and (max-width: 1024px) {
  .globtrade-slider .swiper-slide-contents {
    text-align: center;
  }
}

@media only screen and (max-width: 767px) {
  .globtrade-slider .elementor-swiper-button-prev,
  .globtrade-slider .elementor-swiper-button-next {
    display: none !important;
  }
}
/*Store Slider*/
.globtrade-slider.store .elementor-swiper-button {
  background-color: var(--color-primary);
  width: 60px;
  height: 60px;
}
.globtrade-slider.store .elementor-swiper-button-next {
  background-image: url("/wp-content/uploads/2024/01/euro-globtrade-left-arrow-store.svg");
}
.globtrade-slider.store .elementor-swiper-button-prev {
  background-image: url("/wp-content/uploads/2024/01/euro-globtrade-right-arrow-store.svg");
}
.globtrade-slider.store .elementor-swiper-button-prev,
.globtrade-slider.store .elementor-swiper-button-next {
  background-size: 12px 22px;
}
@media only screen and (max-width: 1024px) {
  .globtrade-slider.store .swiper-slide-bg {
    background-position: 100%;
  }
  .globtrade-slider.store .swiper-slide-inner {
    align-items: flex-end;
    padding: 0;
  }
  .globtrade-slider.store .swiper-slide-inner .swiper-slide-contents {
    padding: 45px;
    background-color: var(--color-white);
  }
}
/*Breadcrumbs*/
.globtrade-breadcrumbs span,
.globtrade-breadcrumbs a {
  color: var(--color-primary);
  font-size: var(--small-font-size);
}
/*Hide Breadcrumbs on Homepage*/
.domov .globtrade-breadcrumbs-wrap {
  display: none;
}

/*PopUp Menu*/
.globtrade-popup_menu ul.sub-menu {
  width: 100% !important;
  top: 0 !important;
  margin-top: 0 !important;
  background-color: transparent !important;
}
.globtrade-popup_menu nav > ul li {
  position: unset;
}
.globtrade-popup_menu nav > ul > li:hover > a,
.elementor-nav-menu--dropdown .elementor-item:focus {
  background-color: var(--color-white) !important;
  color: var(--color-primary) !important;
}

.globtrade-popup_menu li.menu-item-has-children:hover .sub-arrow::after,
.globtrade-popup_menu li.menu-item-has-children .sub-arrow::after {
  content: "";
  width: 15px;
  height: 28px;
  background-size: 15px 28px;
  background-repeat: no-repeat !important;
  top: calc(50% - 15px);
  right: 25px;
  position: absolute;
  display: inline-block;
}
.globtrade-popup_menu li.menu-item-has-children .sub-arrow::after {
  background: url("/wp-content/uploads/2024/01/globtrade-right-arrow-white.svg");
}
.globtrade-popup_menu li.menu-item-has-children:hover .sub-arrow::after {
  background: url("/wp-content/uploads/2024/01/globtrade-right-arrow-green.svg");
}
@media only screen and (max-width: 1024px) {
  /*PopUp  Menu*/
  .globtrade-popup_menu li.menu-item-has-children .sub-arrow::after {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    width: 10px;
    height: 19px;
    background-size: 10px 19px;
    top: calc(50% - 9.5px);
  }
  .globtrade-popup_menu ul.sub-menu li a {
    font-size: var(--normal-font-size) !important;
  }
  .globtrade-popup_menu ul.sub-menu li {
    border-bottom: 1px solid var(--color-border-gray) !important;
  }
}
/*Footer Main*/
.footer-contact {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}
/*CopyRight Footer*/
.webtim-copyright--container .content a {
  color: inherit;
}
.webtim-copyright--container .content a:hover {
  color: var(--color-primary);
}
/*Footer Brands*/
.globtrade-brands-slider .pwb-slick-slide {
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.globtrade-brands-slider a {
  max-width: 180px;
  border: 1px solid var(--color-secondary);
  border-radius: var(--border-rad-small);
  -webkit-border-radius: var(--border-rad-small);
  -moz-border-radius: var(--border-rad-small);
  -ms-border-radius: var(--border-rad-small);
  -o-border-radius: var(--border-rad-small);
  overflow: hidden;
  padding: 0 20px;
  height: 120px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.globtrade-brands-slider .slick-list {
  max-width: 1200px;
  margin: 0 auto;
}
@media only screen and (max-width: 1200px) {
  .webtim-copyright--container .divider {
    display: none;
  }

  .webtim-copyright--container,
  .webtim-copyright--container .content {
    text-align: center;
  }

  .webtim-copyright--container .content {
    display: flex;
    flex-direction: column;
    line-height: 3.5rem;
  }

  .webtim-copyright--container .content,
  .webtim-copyright--container .author__wrapper {
    margin-top: 8px;
  }
}
@media only screen and (max-width: 767px) {
  /*Footer Menu*/
  .menu-mob-center ul {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .globtrade-store-header_icon #elementor-menu-cart__toggle_button,
  .globtrade-store-header_icon .elementor-widget-container,
  .globtrade-store-header_icon .e-font-icon-svg-container {
    min-width: unset !important;
    min-height: unset !important;
  }
}
/*Footer Menus*/
.globtrade-menu--trgovina--icon a::before {
  content: url("/wp-content/uploads/2024/01/globtrade-trgovina-icon.svg"); /* with class ModalCarrot ??*/
  width: 16px;
  height: 16px;
  position: relative; /*or absolute*/
  margin-right: 15px;
  opacity: 1 !important;
}

/*Pagination*/

/*Contact Form*/
.globtrade-form-field input,
.globtrade-form-field textarea {
  width: 100%;
  border-radius: var(--border-rad-small);
  -webkit-border-radius: var(--border-rad-small);
  -moz-border-radius: var(--border-rad-small);
  -ms-border-radius: var(--border-rad-small);
  -o-border-radius: var(--border-rad-small);
  margin-bottom: 15px;
}
.globtrade-form form.wpcf7-form .wpcf7-text {
  padding: 22px 14px;
}
.globtrade-form-field textarea {
  min-height: 205px;
}
.globtrade-form-field .wpcf7-not-valid-tip {
  margin-bottom: 15px;
}

.globtrade-form-field input.wpcf7-not-valid {
  margin-bottom: 0;
}
.globtrade-form form.wpcf7-form input[type="submit"] {
  padding: 18px 45px;
  border: none;
  border-radius: var(--border-rad-small);
  font-weight: 300;
  font-size: 1.8rem;
  color: var(--color-white);
  background-color: var(--color-primary);
  white-space: normal;
  width: 100%;
  -webkit-border-radius: var(--border-rad-small);
  -moz-border-radius: var(--border-rad-small);
  -ms-border-radius: var(--border-rad-small);
  -o-border-radius: var(--border-rad-small);
}
.globtrade-form-field_conditions {
  font-size: var(--small-font-size);
  margin: 15px 0 30px 0;
}
.globtrade-form-field_conditions .consensus {
  margin-bottom: 10px;
}
.globtrade-form form.wpcf7-form input[type="checkbox"] {
  border: 1px solid #d4d4d4;
  width: 12px;
  height: 12px;
}
.globtrade-form form.wpcf7-form input[type="checkbox"]:checked {
  border-color: var(--color-primary);
}
.globtrade-form form.wpcf7-form input[type="checkbox"]:checked::after {
  background-color: var(--color-primary);
}
.globtrade-form .wpcf7-form-control .wpcf7-list-item label {
  align-items: center;
}
.globtrade-form .wpcf7-form-control .wpcf7-list-item span {
  margin-left: 10px;
}

/*Store Header*/
.globtrade-store-header_icon #elementor-menu-cart__toggle_button,
.globtrade-store-header_icon .elementor-widget-container,
.globtrade-store-header_icon .elementor-button-icon,
.globtrade-store-header_icon .elementor-icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.globtrade-store-header_icon #elementor-menu-cart__toggle_button,
.globtrade-store-header_icon .elementor-widget-container,
.globtrade-store-header_icon .e-font-icon-svg-container {
  min-width: 50px;
  min-height: 50px;
  border-radius: var(--border-rad-smallest);
  -webkit-border-radius: var(--border-rad-smallest);
  -moz-border-radius: var(--border-rad-smallest);
  -ms-border-radius: var(--border-rad-smallest);
  -o-border-radius: var(--border-rad-smallest);
}

.globtrade-store-header_icon.contact .elementor-widget-container,
.globtrade-store-header_icon.search .e-font-icon-svg-container {
  transition: var(--transition-time);
  -webkit-transition: var(--transition-time);
  -moz-transition: var(--transition-time);
  -ms-transition: var(--transition-time);
  -o-transition: var(--transition-time);
}
.globtrade-store-header_icon.account:hover .elementor-widget-container,
.globtrade-store-header_icon.contact .elementor-widget-container {
  background-color: var(--color-secondary) !important;
}
.globtrade-store-header_icon.contact:hover .elementor-widget-container,
.globtrade-store-header_icon.search .e-font-icon-svg-container:hover {
  background-color: var(--color-primary) !important;
}

.globtrade-store-header_icon.cart .elementor-button-icon-qty {
  width: 30px;
  height: 30px !important;
  right: -25px !important;
  top: -25px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  font-size: var(--normal-font-size) !important;
}

.globtrade-store-header_menu_main nav ul li:nth-child(1) a {
  padding-left: 0;
}

/*Search Popup*/
.globtrade-store-header_icon.search .dialog-close-button {
  top: 10px;
  right: 10px;
  background-color: var(--color-white);
}
.globtrade-store-header_icon.search .dialog-close-button svg {
  fill: var(--color-secondary);
}

/*Product Loop*/
/*Price*/

.globtrade-loop-price .price del span,
.globtrade-loop-price .price del bdi {
  color: var(--color-secondary);
  font-size: var(--normal-font-size);
}

.globtrade-loop-price .price span,
.globtrade-loop-price .price bdi {
  color: var(--color-primary);
  font-size: var(--h3-font-size);
}

.loop-container,
.loop-container .e-con-inner,
.loop-container_inner {
  height: 100% !important;
}
.loop-container_inner {
  flex-grow: 1;
}

/*Add to cart*/
.globtrade-loop-cta {
  opacity: 0;
  transition: var(--transition-time);
  -webkit-transition: var(--transition-time);
  -moz-transition: var(--transition-time);
  -ms-transition: var(--transition-time);
  -o-transition: var(--transition-time);
}
.loop-container.main:hover .globtrade-loop-cta {
  opacity: 1;
}
.globtrade-loop-cta a {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .globtrade-loop-price .price del span,
  .globtrade-loop-price .price del bdi {
    font-size: var(--small-font-size);
  }

  .globtrade-loop-price .price span,
  .globtrade-loop-price .price bdi {
    font-size: var(--h5-font-size);
  }

  .globtrade-loop-cta {
    opacity: 1;
  }
}

/*Header Brand Logo*/
.globetrade-dobavitelji--brand-logo {
  display: flex;
}
.globetrade-dobavitelji--brand-logo img.brand-logo {
  width: 100%;
  max-width: 180px;
  margin-bottom: 12px;
  border-radius: var(--border-rad-small);
  -webkit-border-radius: var(--border-rad-small);
  -moz-border-radius: var(--border-rad-small);
  -ms-border-radius: var(--border-rad-small);
  -o-border-radius: var(--border-rad-small);
  border: 2px solid var(--color-primary);
  background-color: var(--color-white);
  overflow: hidden;
}

/*Dobavitelji Brands*/
.globetrade-dobavitelj-brand--description p {
  text-align: center;
  font-size: var(--h5-font-size);
  line-height: 4rem;
}

/*****************/
/*Dobavitelj Opis*/
/*****************/
/*Dobavitelj Opis -- Title*/
.globetrade-dobavitelj--opis--title {
  color: var(--color-primary);
  font-size: 3.6rem;
  font-weight: var(--bold-font-weight);

  margin-bottom: 50px;
  margin-top: 85px;
}

/*Dobavitelj Opis -- Subtitle*/
.globetrade-dobavitelj--opis--subtitle {
  font-size: var(--h3-font-size);
  font-weight: var(--bold-font-weight);
  margin: 65px 0px 15px 0px;
}

/*Dobavitelj Opis -- Content*/
.globetrade-dobavitelj--opis--content {
  max-width: 1100px;

  margin-bottom: 25px;
}
.hidden-popup-div {
  display: none;
}
/*Dobavitelj Opis -- LTR Section*/
.globetrade-dobavitelj--opis--ltr--wrap {
  display: flex;
  align-items: center;
  gap: 65px;
  margin-bottom: 25px;
}
.globetrade-dobavitelj--opis--ltr--wrap .content {
  max-width: 450px;
}
.globetrade-dobavitelj--opis--ltr--wrap .title {
  text-transform: uppercase;
  font-size: var(--h3-font-size);
  font-weight: var(--bold-font-weight);
  margin-bottom: 8px;
}

/*Dobavitelj Opis -- All Images*/
.globetrade-dobavitelj--opis.image {
  display: flex;
  border-radius: var(--border-rad-small);
  border: 1px solid var(--color-border-gray-dark);
  overflow: hidden;
  max-width: 332px;
  -webkit-border-radius: var(--border-rad-small);
  -moz-border-radius: var(--border-rad-small);
  -ms-border-radius: var(--border-rad-small);
  -o-border-radius: var(--border-rad-small);
}

/*Dobavitelj Opis -- Gallery*/
.globetrade-dobavitelj--opis--gallery {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

@media screen and (max-width: 1024px) {
  /*Title*/
  .globetrade-dobavitelj--opis--title {
    font-size: var(--h1-font-size);
    margin-top: 55px;
    margin-bottom: 25px;
  }
  .globetrade-dobavitelj--opis--subtitle {
    font-size: var(--h4-font-size);
  }
  .globetrade-dobavitelj--opis--ltr--wrap .title {
    font-size: var(--h4-font-size);
  }
}
@media screen and (max-width: 767px) {
  .globetrade-dobavitelj--opis--title {
    font-size: var(--h3-font-size);
  }
  .globetrade-dobavitelj--opis--subtitle {
    font-size: var(--h5-font-size);
  }
  .globetrade-dobavitelj--opis--ltr--wrap {
    flex-direction: column;
    gap: 25px;
    text-align: center;
  }
  .globetrade-dobavitelj--opis--ltr--wrap a,
  .globetrade-dobavitelj--opis--ltr--wrap a img {
    width: 100%;
    max-width: 100% !important;
  }
}

/*Archive*/
.globetrade-archive--brand-logo a {
  display: flex;
  align-items: center;
  border-radius: var(--border-rad-small);
  -webkit-border-radius: var(--border-rad-small);
  -moz-border-radius: var(--border-rad-small);
  -ms-border-radius: var(--border-rad-small);
  -o-border-radius: var(--border-rad-small);
  overflow: hidden;
  border: 2px solid var(--color-primary);
  background-color: var(--color-white);
  padding: 8px;
}

/*Prodajni Program -- Kategorije*/
.globetrade-prodajni-program--kategorije--menu ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
  list-style: none;
}
.globetrade-prodajni-program--kategorije--menu ul li {
  display: flex;
}
.globetrade-prodajni-program--kategorije--menu ul li a {
  color: var(--color-secondary);
  padding: 8px 18px;
  background-color: var(--color-white);
  transition: var(--transition-time);
  -webkit-transition: var(--transition-time);
  -moz-transition: var(--transition-time);
  -ms-transition: var(--transition-time);
  -o-transition: var(--transition-time);
  border-radius: var(--border-rad-small);
  -webkit-border-radius: var(--border-rad-small);
  -moz-border-radius: var(--border-rad-small);
  -ms-border-radius: var(--border-rad-small);
  -o-border-radius: var(--border-rad-small);
}
.globetrade-prodajni-program--kategorije--menu ul li.current-menu-item a {
  background-color: var(--color-secondary);
  color: var(--color-white);
}
.globetrade-prodajni-program--kategorije--menu ul li:hover a {
  background-color: var(--color-green-light);
}
.globetrade-prodajni-program--kategorije--menu ul li:hover a {
  color: var(--color-secondary);
}

@media screen and (max-width: 767px) {
}

/*Prodajni Program -- Homepage Kategorije*/
.globetrade-custom-taxonomy-terms--container {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  width: fit-content;
}
.globtrade--prodajni-program-kat--container .elementor-widget-container {
  display: flex;
  justify-content: center;
}
.globetrade-custom-taxonomy-term {
  background-color: var(--color-green-light);
  border-radius: var(--border-rad-small);
  padding: 4px 18px 4px 18px;
  display: flex;
  -webkit-border-radius: var(--border-rad-small);
  -moz-border-radius: var(--border-rad-small);
  -ms-border-radius: var(--border-rad-small);
  -o-border-radius: var(--border-rad-small);
}
.globetrade-custom-taxonomy-term,
.globetrade-custom-taxonomy-term a {
  color: var(--color-secondary);
  transition: var(--transition-time);
  -webkit-transition: var(--transition-time);
  -moz-transition: var(--transition-time);
  -ms-transition: var(--transition-time);
  -o-transition: var(--transition-time);
}
.globetrade-custom-taxonomy-term:hover {
  background-color: var(--color-secondary);
}
.globetrade-custom-taxonomy-term:hover a {
  color: var(--color-white);
}
@media only screen and (max-width: 767px) {
  .globetrade-custom-taxonomy-term {
    width: 100%;
  }
}

/*Homepage Brands Display // List*/
.globetrade-perfect-brands--container {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 45px 45px;
  align-items: start;
}
.globetrade-perfect-brands--wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.globetrade-perfect-brands--wrap .brand-banner {
  display: flex;
  border: 1px solid var(--color-theme-gray-dark);
  border-radius: var(--border-rad-normal);
  overflow: hidden;
  -webkit-border-radius: var(--border-rad-normal);
  -moz-border-radius: var(--border-rad-normal);
  -ms-border-radius: var(--border-rad-normal);
  -o-border-radius: var(--border-rad-normal);
}
.globetrade-perfect-brands--wrap .brand-banner a {
  display: flex;
}
.globetrade-perfect-brands--wrap .brand-banner img {
  width: 100%;
  transition: var(--transition-time);
  -webkit-transition: var(--transition-time);
  -moz-transition: var(--transition-time);
  -ms-transition: var(--transition-time);
  -o-transition: var(--transition-time);
}
.globetrade-perfect-brands--wrap:hover .brand-banner img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.globetrade-perfect-brands--wrap .brand-logo,
.globetrade-perfect-brands--wrap .brand-logo a {
  display: flex;
  justify-content: center;
  z-index: 5;
}
.globetrade-perfect-brands--wrap .brand-logo {
  margin-top: -30px;
}
.globetrade-perfect-brands--wrap .brand-logo a {
  border: 1px solid var(--color-theme-gray-dark);
  overflow: hidden;
  border-radius: var(--border-rad-small);
  -webkit-border-radius: var(--border-rad-small);
  -moz-border-radius: var(--border-rad-small);
  -ms-border-radius: var(--border-rad-small);
  -o-border-radius: var(--border-rad-small);
  background-color: var(--color-white);
  width: 100%;
  max-width: 120px;
}
.globetrade-perfect-brands--wrap .brand-logo img {
  height: 60px;
  width: auto;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}
.globetrade-perfect-brands--wrap .brand-description {
  text-align: center;
  font-weight: var(--bold-font-weight);
  max-width: 320px;
  margin: 0 auto;
  margin-top: 15px;
}

@media only screen and (max-width: 1024px) {
  .globetrade-perfect-brands--container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 767px) {
  .globetrade-perfect-brands--container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .globetrade-perfect-brands--wrap .brand-description {
    line-height: var(--line-height-small);
  }
}

/*Pagination*/
.elementor-pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
  border: 1px solid var(--color-secondary);
}
.elementor-pagination .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid var(--color-secondary);
  margin: 0 !important;
  padding: 10px;
  min-width: 48px;
  color: var(--color-secondary);
  transition: var(--transition-time);
  -webkit-transition: var(--transition-time);
  -moz-transition: var(--transition-time);
  -ms-transition: var(--transition-time);
  -o-transition: var(--transition-time);
}
.elementor-pagination .page-numbers:hover {
  background-color: #1d863e6b;
}
.elementor-pagination .page-numbers.current {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.elementor-pagination .page-numbers:last-child {
  border-right: none;
}

/*Pogoji Poslovanja & Druge podstrani*/
.globtrade--footer-sub-pages a {
  color: var(--color-primary);
}
.globtrade--piskoti-table table {
  width: 100%;
}
.globtrade--piskoti-table table td {
  padding: 12px;
  font-size: var(--small-font-size);
}
.globtrade--piskoti-table table tr {
  border-bottom: 1px solid #dee2e6;
}

@media only screen and (max-width: 767px) {
  .globtrade-store-header_icon.cart .elementor-button-icon-qty {
    width: 18px !important;
    height: 18px !important;
    right: -20px !important;
    top: -20px !important;
    font-size: var(--smaller-font-size) !important;
  }
}

/*Single Post*/
.globtrade--posts--recent .elementor-post__thumbnail {
  border: 1px solid var(--color-secondary) !important;
  border-radius: var(--border-rad-small) !important;
}
.globtrade--posts--recent .elementor-post__excerpt {
  font-size: var(--small-font-size) !important;
}
.globtrade--posts--recent .elementor-post__title a {
  font-weight: var(--bold-font-weight) !important;
  color: var(--color-primary) !important;
}
.globtrade--posts--recent .elementor-post__title {
  margin-bottom: 10px !important;
}

/*Moj Račun*/
.globtrade--my-account input {
  border: 1px solid var(--color-secondary);
  border-radius: var(--border-rad-small);
  min-height: 40px;
  padding: 10px;
}
/*Button*/
.globtrade--my-account button {
  transition: var(--transition-time);
  background-color: var(--color-primary) !important;
  color: var(--color-white) !important;
  border: none;
  width: 100%;
}
.globtrade--my-account .button:hover {
  background-color: var(--color-secondary) !important;
}
/*Checkbox*/
.globtrade--my-account label.woocommerce-form__label-for-checkbox {
  display: flex !important;
  align-items: center;
}
.globtrade--my-account label.woocommerce-form__label-for-checkbox input {
  margin-right: 10px;
}

/*Prodajni program Loop*/
.globtrade-prodajni-program--loop .content {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

/*Upadte*/
.globetrade-prodajni-program--tabs--wrapper.dodatna-oprema {
  display: flex;
  flex-direction: column;
  gap: 45px;
}
.dodatna-oprema-container {
  display: flex;
}
.tab-text--wapper.dodatna-oprema {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.tab-text--wapper.dodatna-oprema .tab-text {
  display: flex;
  flex-direction: column;
}
.tab-text--wapper.dodatna-oprema .tab-title {
  font-weight: bold;
}