/* Colors & Fonts */
:root {
  --greyf4-color: #f4f4f4;
  --greyd2-color: #d2d2d2;
  --greyf9-color: #f9f8f8;
  --greye1-color: #e1e1e1;
  --greyee-color: #eeeeee;
  --greya6-color: #a6a6a6;
  --grey8d-color: #8d8d8d;
  --red-color: #fa8574;
  --dark-red-color: #E3262E;
  --soft-red-color: #F7EFF0;
  --black-color: #000000;
  --black06-color: #707070;
  --white-color: #ffffff;
  --green-color: #26df07;
  --hover-color: #E3262E;
  --price-color: #00a035;
  --tabs-active-color: #A17BB6;
  --tabs-color: #DBC4E8;
  --breadcrumb-background: #9DD3AF;

  --clr-white: #ffffff;
  --clr-black: #252525;
  --font-regular: 400;
  --font-medium: 600;
  --font-strong: 700;
  --font-bold: 800;
}

.font-regular {
  font-weight: var(--font-regular);
}

.font-medium {
  font-weight: var(--font-medium);
}

.font-bold {
  font-weight: var(--font-bold);
}


/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  /* 1rem = 10px */
}

figure.wp-block-image.eplus-wrapper {
  margin: 0px;
}


/* Remove default margin */
/* body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
    margin: 0;
} */


/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role='list'],
ol[role='list'] {
  list-style: none;
}


/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}


/* Set core body defaults */
body {
  margin: 0;
  /* font-size: min(max(1.4rem, calc(1.4rem + ((1vw - 0.32rem) * 0.125))), 1.6rem); */
  color: var(--black-color);

  font-family: 'Plus Jakarta Sans';
  font-weight: var(--font-regular);
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 25px;
  font-size: 1.6rem;
}


/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration: none;
}


/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

figure.w-100 img {
  width: 100% !important;
}

.wp-block-image img {
  height: auto !important;
}

/* fix to make sizes attribute workable */
/* img {width: auto;}  */

svg {
  font-size: inherit;
}

.logo {
  max-width: 267px;
  height: auto;
}


/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

span.uppercase {
  text-transform: uppercase;
}

span,
strong,
mark {
  font-size: inherit;
  line-height: inherit;
}


/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
/* @media (prefers-reduced-motion: reduce) {
  html:focus-within {
   scroll-behavior: auto;
  }
  
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
} */


/* BT container padding */
.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
  --bs-gutter-x: 32px;

}

.container-fluid {
  --bs-gutter-x: 0px;
}

/* #container{
  overflow: hidden !important;
} */

/* BT container padding */


/* BT container width */
@media (min-width: 1200px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1280px !important;
  }
}

@media (min-width: 1280px) {

  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.wp-block-cover {
  padding: 0px !important;
}

/* Deafult svg icon size */
svg[class^='icon-'] {
  width: 2.5rem;
  height: 2.5rem;
}

.fa {
  font: normal normal normal 14px/1 FontAwesome !important;
}


/* Trigger animation */
.section {
  transition: transform 800ms, opacity 1s;
}

.section--hidden {
  opacity: 0;
  transform: translateY(8rem);
}


/* block editor spacing responsive start*/
@media(max-width:991px) {
  .wp-block-spacer.is-style-responsive-large {
    height: 80px !important;
  }

  .wp-block-spacer.is-style-responsive-medium {
    height: 40px !important;
  }

  .wp-block-spacer.is-style-responsive-small {
    height: 8px !important;
  }
}

@media(max-width:76px) {
  .wp-block-spacer.is-style-responsive-large {
    height: 40px !important;
  }

  .wp-block-spacer.is-style-responsive-medium {
    height: 20px !important;
  }

  .wp-block-spacer.is-style-responsive-small {
    height: 10px !important;
  }
}

/* block editor spacing responsive end*/


/* Global font sizes */
h1 {
  font-size: 44px;
  font-weight: var(--font-strong);
  line-height: 114%;
}

h2 {
  font-size: 40px;
  font-weight: var(--font-strong);
  line-height: 160%;
}

h3 {
  font-size: 35px;
  line-height: 126%;
}

h4 {
  font-size: 30px;
}

h5 {
  font-size: 24px;
}

p {
  font-size: 16px;
}

ul li,
ol li {
  font-size: 16px;
}


/* has-XX-font-size need to be synced with theme.json*/
@media (max-width:767px) {
  .has-79-font-size {
    font-size: 32px !important;
  }

  .has-60-font-size {
    font-size: 40px !important;
  }

  .has-54-font-size {
    font-size: 32px !important;
  }

  .has-44-font-size {
    font-size: 28px !important;
  }

  .has-40-font-size {
    font-size: 26px !important;
  }

  .has-38-font-size {
    font-size: 24px !important;
  }

  .has-32-font-size {
    font-size: 24px !important;
  }

  .has-24-font-size {
    font-size: 16px !important;
  }

  .has-22-font-size {
    font-size: 18px !important;
  }

  .has-20-font-size {
    font-size: 16px !important;
  }

  .has-18-font-size {
    font-size: 14px !important;
  }

  .has-16-font-size {
    font-size: 14px !important;
  }

  .has-14-font-size {
    font-size: 12px !important;
  }

  h1 {
    font-size: 40px !important;
  }

  h2 {
    font-size: 32px !important;
  }

  h3 {
    font-size: 24px !important;
  }

  h4 {
    font-size: 24px !important;
  }

  h5 {
    font-size: 16px !important;
  }

  p {
    font-size: 14px;
  }

  ul li,
  ol li {
    font-size: 14px;
  }
}

.text-white {
  color: white !important;
}





/***  lINKS COLOR START***/
a {
  /* color: var(--black-color); */
  transition: 0.3s;
  text-decoration: none !important;
}

a:hover {
  /* color: var(--hover-color); */
}

/***  lINKS COLOR END ***/


/*WOOCOMMERCE MESSAGE START*/
@media only screen and (max-width: 600px) {
  .woocommerce-message {
    display: flex;
    flex-direction: column-reverse;
  }

  .woocommerce-message a.button {
    align-self: flex-start;
    margin-top: 10px;
  }
}

/*WOOCOMMERCE MESSAGE END*/

/* NOTIFICATIONS COLOR START*/
.woocommerce-info {
  border-top-color: #E3262E;
}

.woocommerce-info::before {
  color: #E3262E;
}

/* NOTIFICATIONS COLOR END*/


/***  GLOBAL BUTTONS STYLE START (HOMEPAGE AND PRODUCT BUTTONS ARE EXCEPTION)  ***/



.btn-red p input.wpcf7-form-control.wpcf7-submit {
  background-color: #E43138 !important;
  border: none !important;
  color: white !important;
  font-size: 22px !important;
  font-weight: 800 !important;
}


.btn-red p input.wpcf7-form-control.wpcf7-submit:hover {
  background-color: #aa252a !important;
}


.btn-red p {
  color: white !important;
}


.peci-btn a,
a.peci-btn,
button.peci-btn {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-color: var(--dark-red-color) !important;
  padding: 12px 26px 12px 26px !important;
  border-radius: 0px;
  color: #ffffff !important;
  font-family: 'Plus Jakarta Sans' !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
  letter-spacing: 0.28px !important;
  text-transform: uppercase !important;
  border: none !important;
  width: fit-content !important;
}

@media only screen and (min-width: 600px) {
  .peci-btn a {
    border: 2px solid var(--dark-red-color) !important;
  }

  .peci-btn a:hover {
    background: #fff !important;
    color: #000 !important;
    border: 2px solid var(--dark-red-color) !important;
  }
}





input[type="submit"]:not(.search-submit),
input[type="button"],
button,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt:not(.single_add_to_cart_button),
.woocommerce input.button.alt,
a.button:not(.add_to_cart_button),
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  /* border: 0 !important;
    border-radius: 0 !important;
    background-color: var(--black-color);
    color: var(--white-color);
    line-height: 1 !important;
    transition: 0.3s !important;
    padding: 12px 23px; */
}

input[type="submit"]:not(.search-submit),
input[type="button"],
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt:not(.single_add_to_cart_button),
.woocommerce input.button.alt,
a.button:not(.add_to_cart_button),
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  /* border: 0 !important;
    border-radius: 5px !important;
    background-color: var(--black-color);
    color: var(--white-color);
    line-height: 1 !important;
    transition: 0.3s !important;
    padding: 12px 23px; */
  /* padding: 15px 29px 15px 29px !important; */
  font-family: 'Plus Jakarta Sans' !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
  letter-spacing: 0.56px !important;
  text-transform: uppercase !important;
}

.gmwqp_inquirybtn_loop {
  margin-top: 0px !important;
}

input[type="submit"]:not(.search-submit):hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
a.button:not(.add_to_cart_button):hover {
  /* background: var(--hover-color);
    color: var(--white-color) !important; */
  /* background-color: #fdf9b3 !important;
    border: 2px solid #F7EA00 inset !important; */
}






.peci-btn {
  transition: all .3s ease-in-out !important;
  transition-timing-function: ease !important;
}

.peci-btn input[type=submit] {
  border: 2px solid var(--dark-red-color) !important;
  background-color: var(--dark-red-color) !important;
  color: #fff !important;
  transition: all .3s ease-in-out !important;
  transition-timing-function: ease !important;
}

.peci-btn p {
  transition: all .3s ease-in-out !important;
  transition-timing-function: ease !important;
}

@media only screen and (min-width: 600px) {
  .peci-btn:hover {
    transition: all .3s ease-in-out !important;
    transition-timing-function: ease !important;
  }

  .peci-btn input[type=submit]:hover {
    transition: all .3s ease-in-out !important;
    transition-timing-function: ease !important;
    background: #fff !important;
    color: #000 !important;
    border: 2px solid var(--dark-red-color) !important;
  }

  .peci-btn p:hover {
    transition: all .3s ease-in-out !important;
    transition-timing-function: ease !important;
    background: #fff !important;
    color: #000 !important;
  }
}


#btnButton-1 .btnButton {
  border-radius: 0px !important;
}

.custom_button {
  background: var(--white-color) !important;
  color: var(--black-color) !important;
  line-height: 1 !important;
  transition: 0.3s !important;
  display: block;
  text-align: center;
  padding: 12px 23px;
}

.custom_button:hover {
  background: var(--hover-color);
}

.button_small {
  padding: 14px;
  max-width: 130px;
  width: 100%;
}

.button_medium {
  padding: 14px;
  max-width: 200px;
  width: 100%;
}

.button_large {
  padding: 14px;
  max-width: 270px;
  width: 100%;
}

.woocommerce a.remove:hover {
  background: #fa8574 !important;
  color: var(--white-color);
}

.woocommerce a.remove {
  color: #fa8574 !important;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

/***  GLOBAL BUTTONS STYLE END ***/


/*BREADCRUMB START*/
.woocommerce-breadcrumb {
  padding: 5px 0 20px !important;
  background-color: #f6fafd;
  color: var(--black-color) !important;
}

.breadcrumb_inner {
  max-width: 1660px;
  margin: 0 auto;
  /* padding-left: 3rem;
  padding-right: 3rem; */
}

.woocommerce .woocommerce-breadcrumb a {
  color: var(--black-color) !important;
}

.title_before_breadcrumb_block {
  padding: 15px 0 0px !important;
  background-color: #f6fafd;
  color: var(--black-color) !important;
  margin-bottom: 0 !important;
}

.title_before_breadcrumb {
  max-width: 1660px;
  margin: 0 auto;
  padding-left: 3rem;
  padding-right: 3rem;
}

@media (max-width: 991px) {

  .title_before_breadcrumb,
  .breadcrumb_inner {
    /* padding-left: 2rem;
    padding-right: 2rem; */
  }

  .woocommerce .woocommerce-breadcrumb {
    margin-bottom: 0 !important;
  }
}

/*BREADCRUMB END*/


/* WISHLSIST PAGE */
.woocommerce-wishlist.woocommerce-page #content th,
.woocommerce-wishlist.woocommerce-page #content td {
  border-bottom: 0 !important;
}

.woocommerce-wishlist.woocommerce-page .product-availability {
  display: none;
}

.wishlist_table .advanced-woo-labels {
  display: none !important;
}

.wishlist_table .product-name h3 {
  font-size: 16px;
}

.wishlist_table.mobile li table.additional-info {
  font-size: 16px;
}

.wishlist_table .product-add-to-cart a {
  text-transform: uppercase;
  font-weight: 500;
}

.wishlist_table tr td.product-price ins {
  text-decoration: none !important;
  font-weight: bold;
}

.wishlist_table.mobile {
  padding-left: 0;
}

.wishlist_table.mobile li:nth-child(odd) {
  background: #f5f5f5;
  padding: 5px;
}

.wishlist_table.mobile li .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
  width: 100% !important;
  justify-content: space-between;
  margin: 0;
}

.wishlist_table.mobile .item-wrapper .product-name h3 {
  font-size: 18px;
}

.wishlist_table.mobile .product-add-to-cart {
  display: flex;
  order: 1;
}

.wishlist_table.mobile .product-add-to-cart a,
.wishlist_table.mobile .product-add-to-cart {
  text-align: left !important;
  margin: 0 !important;
  justify-content: space-between;
}

.wishlist_table.mobile .additional-info-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.wishlist_table.mobile table.additional-info {
  order: 2;
}

.wishlist_table.mobile .product-remove {
  order: 3;
  margin-right: 10px;
}

ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile {
  padding-left: 0;
}

ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile>li {
  padding: 10px;
  border: 1px solid #f9f9f9;
}

ul.shop_table.cart.wishlist_table.wishlist_view.responsive.mobile>li:nth-of-type(2n) {
  background: #FAFAFA !important;
}

.wishlist_table.mobile li table.additional-info {
  font-size: 16px;
  width: 100%;
  margin: 0;
  display: flex;
}

.wishlist_table.mobile .product-add-to-cart>span {
  margin: 0 5px;
}

.wishlist_table.mobile td.label,
.wishlist_table.mobile td.value {
  text-decoration: none;
  font-size: 14px !important;
  padding-left: 0 !important;
}

.wishlist_table.mobile td.value ins,
.wishlist_table.mobile span.woocommerce-Price-amount.amount {
  text-decoration: none;
  font-size: 14px;
  color: var(--price-color);
  font-weight: 500;
}

.wishlist_table.mobile td.value del * {
  font-size: 12px;
  color: inherit !important;
  font-weight: 500;
}

table.wishlist_table {
  border-top: 0 !important;
}

.woocommerce .wishlist-title {
  margin: 0;
  display: none;
}

/* WISHLSIST PAGE */



/* Icon box */
@media only screen and (max-width: 767px) {
  .icon-box div.uagb-ifb-content div.uagb-ifb-title-wrap h3.uagb-ifb-title {
    font-size: 18px !important;
  }
}




/*STARS START*/
.star-rating {
  overflow: hidden;
  height: 1em;
  line-height: 1em;
  width: 6.5em;
  font-family: "fontawesome";
  overflow: hidden;
  position: relative;
  height: 1em;
  line-height: 1;
  font-size: 1em;
  width: 5.4em;
  font-family: star;
}

.star-rating:before {
  float: left;
  position: absolute;
  letter-spacing: 1px;
  color: #f5a21c;
  content: "\73\73\73\73\73";
  /*! color: #d3ced2; */
  float: left;
  top: 0;
  left: 0;
  position: absolute;
}

.star-rating span:before {
  top: 0;
  left: 0;
  letter-spacing: 1px;
  color: #f5a21c;
  content: "\53\53\53\53\53";
}

.star-rating {
  line-height: 1em;
  font-size: 1em;
  margin-bottom: 16px;
}

.star-rating span {
  overflow: hidden;
  float: left;
}

.rating-count {
  font-size: 12px;
  line-height: 14px;
  color: var(--black06-color);
  /* position: absolute;
    left: 88px;
    top: 53px; */
  letter-spacing: 1px;
}

/*STARS END*/


/*SLICK START*/
.Modern-Slider,
.homepage_product_filter {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  -webkit-transition: opacity 0.3s ease;
}

.Modern-Slider.slick-initialized,
.homepage_product_filter.slick-initialized {
  visibility: visible !important;
  opacity: 1 !important;
}

.slick-track {
  margin-left: 0;
  display: flex !important;
}

.slick-dots li:only-child {
  display: none;
}

.slick-dots li.slick-active button {
  background: #E3262E !important;
}

@media only screen and (max-width: 767px) {
  .slick-arrow-span {
    display: none;
  }

  .fa-long-arrow-alt-right::before {
    border-left: none !important;
  }
}

.clr-gry.slick-arrow {
  font-size: 20px;
  cursor: pointer;
}

.title-arrows {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.fa-long-arrow-alt-right::before {
  content: "";
  border-left: 1px solid var(--black06-color);
}

.fa-long-arrow-alt-right::after {
  content: "\f30b";
}

.slick-arrow-span {
  font-size: 14px;
  line-height: 17px;
  color: var(--black06-color);
  position: relative;
  top: -2px;
  margin: 10px;
  font-family: 'Rubik';
  font-weight: 400;
}

.slick-arrow {
  font-size: 14px;
  line-height: 17px;
  color: var(--black06-color);
}

.slick-dots li button {
  width: 38px !important;
  height: 6px !important;
  background-color: #9F9F9F !important;
  background: #9F9F9F !important;
  transition: none !important;
}

.slick-dots li.slick-active button {
  background: #E3262E !important;
}

.slick-dots li.slick-active {
  width: 57px !important;
  height: 14px !important;
  background: #E3262E !important;
}

.slick-dots li button:before {
  content: '' !important;
}

.slick-dots li {
  width: 38px !important;
  height: 6px !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

.slick-dots {
  align-items: center;
}

/*SLICK END*/


/*OTHER PAGES START*/
main#content h1.entry-title {
  border-bottom: 2px solid var(--greyd2-color);
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.page-template-default.page #content {
  max-width: 1280px !important;
  margin: 0px auto;
}

.page-template-default.page #content td,
.page-template-default.page #content th {
  border-bottom: 1px solid var(--greyf4-color);
}


/*OTHER PAGES END*/
.woocommerce-catalog-mode-popup {
  border-radius: 0px !important;
}


/*PAGES*/
/* body.home .container {
    padding-top: 0 !important;
    padding-bottom:0 !important;
} */

/* homepage slick start*/
.home .slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
}

.home .slick-dots li {
  margin: 0 0.25rem;
}

.home slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  text-indent: -9999px;
}

/* homepage slick end*/


/* s-0 section */
.s-0 {
  padding-top: 5%;
  padding-right: 3%;
  padding-left: 14%;
  padding-bottom: 5%;
}


@media (max-width: 767px) {
  .s-0 {
    padding-top: 2rem;
    padding-right: 1rem;
    padding-left: 1rem;
    padding-bottom: 2rem;
  }

  .col-width {
    flex-basis: 100% !important;
  }
}

/* s-0 section end */
@media (min-width: 767px) and (max-width: 1500px) {
  .height-fit {
    height: 60vh !important;
  }
}

/*CF7*/
.cf-row {
  margin-bottom: 14px;
}

.cf-row p {
  display: flex;
  flex-direction: row !important;
  gap: 19px;
}

.cf-row input[type=text],
.cf-row input[type=email],
.cf-row input[type=tel],
.cf-row select {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #E6E6E6;
  background: #FFF;
  height: 46px;
  padding-left: 18px;
  background-color: #FAFAFA;
  font-size: 14px;
}

.cf-row select {
  color: #9F9F9F;
}

.cf-row textarea {
  width: 100%;
  border-radius: 4px;
  border: 1px solid #E6E6E6;
  background: #FFF;
  padding-left: 18px;
  max-height: 115px;
  font-size: 14px;
}

.cf-row .wpcf7-form-control-wrap {
  width: 100% !important;
  display: flex;
  flex-direction: column;
}

.cf-row input[type=submit] {
  width: 100%;
}

.cf-row .wpcf7-spinner {
  display: contents;
}

.cf-row .wpcf7-submit {
  background-color: #F7EA00 !important;
  padding: 15px 29px 15px 29px !important;
  color: #02061C !important;
  font-family: 'Plus Jakarta Sans' !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
  letter-spacing: 0.56px !important;
  text-transform: uppercase !important;
  border: 2px solid #F7EA00 !important;
  width: 100%;
}

/* .cf-row .wpcf7-submit:hover{
      background-color: #fdf9b3 !important;
      border: 2px solid #F7EA00 inset !important;
      background: #fdf9b3 !important;
  } */

/* .contact-form-footer .wpcf7-form{
    padding: 0px 70px;
  } */

@media only screen and (max-width: 767px) {
  /* .contact-form-footer .wpcf7-form {
        padding: 0px 16px;
    } */

  .cf-row p {
    display: block !important;
  }

  .cf-row p span {
    margin-bottom: 14px;
  }
}



/*columns*/
@media (max-width: 981px) {
  .two_col_mobile {
    flex-direction: row !important;
    flex-wrap: wrap !important;
  }

  .two_col_mobile>.wp-block-column {
    flex-basis: calc(33% - 20px) !important;
    flex-grow: 1 !important;
  }
}

@media (max-width: 780px) {
  .two_col_mobile.wp-block-columns>.wp-block-column {
    flex-basis: calc(50% - 20px) !important;
    flex-grow: 1 !important;
  }
}






/*testimonials*/

.testimonials-block {
  background-image: url('/wp-content/uploads/2023/10/Group-2583-min.jpg');
  background-size: cover;
  padding-top: 104px;
  padding-bottom: 104px;
}

.gutena-testimonial-block .tns-outer .tns-nav button.tns-nav-active {
  width: 73px !important;
  height: 15px !important;
}

.gutena-testimonial-block .tns-outer .tns-nav button {
  width: 48px !important;
  height: 7px !important;
  border-radius: 0px !important;
}

.gutena-testimonial-block .tns-outer .tns-controls button[data-controls="next"]::before {
  background-image: url('/wp-content/uploads/2023/10/Group-2159.svg') !important;
  width: 70px;
  height: 70px;
  background-size: 66px 66px;
  background-repeat: no-repeat;
  transform: rotate(180deg);
  border: none !important;
}

.gutena-testimonial-block .tns-outer .tns-controls button[data-controls="prev"]::before {
  background-image: url('/wp-content/uploads/2023/10/Group-2159.svg') !important;
  width: 70px;
  height: 70px;
  background-size: 66px 66px;
  background-repeat: no-repeat;
  transform: rotate(0deg);
  border: none !important;
}

@media (max-width: 991px) {
  .tns-controls {
    display: none;
  }

  .gutena-testimonial-text-content {
    font-size: 16px;
  }
}

.gutena-testimonial-block {
  max-width: 1520px !important;
}

.tns-ovh {
  max-width: 1280px !important;
  margin: 0px auto !important;
}

.tns-nav {
  height: 15px;
}

.gutena-testimonial-details-image {
  display: none !important;
}


/*img*/
.img-cover-100 img {
  height: 100vh !important;
}

/*gutena accordion*/
.gutena-accordion-block>.gutena-accordion-block__panel>.gutena-accordion-block__panel-title>.gutena-accordion-block__panel-title-inner>.trigger-up-down>.horizontal,
.gutena-accordion-block>.gutena-accordion-block__panel>.gutena-accordion-block__panel-title>.gutena-accordion-block__panel-title-inner>.trigger-up-down>.vertical {
  background-color: #E3262E !important;
  /* height: 17px !important;
    width: 2px !important; */
}


/*Mobile*/
/*Category hero*/
@media (max-width: 991px) {
  .category-hero .wp-block-media-text__media {
    max-width: 50px;
  }

  .category-hero .wp-block-media-text {
    margin: 0px 18px 10px !important;
  }

  .category-hero .wp-block-media-text__content {
    padding: 7px 0px 0px 0px !important;
  }

  .category-hero .eplus-styles-uid-95529a {
    background: linear-gradient(89deg, rgba(0, 0, 0, 0.40) 15.28%, rgba(0, 0, 0, 0.00) 58.35%);
  }
}

/*benefits*/
@media (max-width: 991px) {
  .benefits .wp-block-media-text__media {
    max-width: 62px;
  }

  .benefits .wp-block-media-text {
    margin: 0px !important;
  }

  .benefits .wp-block-media-text__content {
    padding: 7px 0px 0px 0px !important;
  }

  .benefits .column-3>div {
    margin-bottom: 33px !important;
  }

  .benefits {
    max-height: fit-content !important;
  }

  .contact-form-right {
    padding: 16px;
  }

  .copyright {
    text-align: center !important;
  }

}





/*services*/
@media (max-width: 991px) {
  .services .red-spacer {
    height: 40px !important;
  }

  .services .services-item .wp-block-column .wp-block-group p {
    font-size: 60px !important;
  }

  .services .services-item {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-bottom: 70px !important;
  }

  .services .container {
    padding-top: 80px !important;
    padding-bottom: 0px !important;
  }
}

/*kako-do*/
@media (max-width: 991px) {
  .kako-do .red-spacer {
    height: 40px !important;
  }

  .kako-do .services-item .wp-block-group .wp-block-group p {
    font-size: 60px !important;
    height: 60px !important;
  }

  .kako-do .services-item {
    padding-left: 0px !important;
    padding-right: 0px !important;
    margin-bottom: 70px !important;
  }

  .kako-do .container {
    padding-top: 80px !important;
    padding-bottom: 0px !important;
  }
}

/*spec-offer*/
@media (max-width: 991px) {
  .spec-offer img {
    margin: 0 auto !important;
  }
}


/*HOMEPAGE*/
@media (max-width: 768px) {
  .home-cover-benefits img {
    width: 57px;
    height: auto;
    margin: 0 auto 11px;
  }

  .cover-home h1 {
    font-size: 40px !important;
    line-height: 52px;
  }

  .cover-home h1 span {
    font-size: 56px !important;
    line-height: 52px;
  }

  .eplus-styles-uid-8b90f1 {
    padding-top: 90px !important;
    padding-bottom: 300px !important;
  }

  #header {
    padding: 0px 0 0px;
  }

  .cover-home .wp-block-media-text__content p:last-child {
    font-size: 9px !important;
    line-height: 14px;
  }

  .cover-home .wp-block-media-text__content h4 {
    font-size: 12px !important;
  }

  .cover-description {
    display: none;
  }

  .cover-home .wp-block-cover__background {
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.80) 46.11%, rgba(0, 0, 0, 0.00) 129.72%) !important;
    opacity: 1 !important;
  }

  .cover-home .wp-block-cover__image-background {
    object-position: 60% 50%;
  }

  .home-cover-benefits {
    gap: 26px !important;
  }

  .cover-home .wp-block-media-text .wp-block-media-text__content {
    padding: 0px !important;
  }
}

.middle-hero-categories .wp-block-cover {
  min-height: 355px !important;
}

.middle-hero-categories .wp-block-cover .middle-hero-categories-bottom-spacer {
  transition: .4s ease-in-out;
}

.middle-hero-categories .wp-block-cover:hover .wp-block-cover__background {
  opacity: .4 !important;
  background-color: #000000;
  transition: .4s ease-in-out;
}

.middle-hero-categories .wp-block-cover .wp-block-cover__background {
  transition: .4s ease-in-out;
}

@media (min-width: 768px) {
  .middle-hero-categories .wp-block-cover:hover .middle-hero-categories-bottom-spacer {
    height: 73px !important;
    transition: .4s ease-in-out;
  }
}

@media (max-width: 768px) {
  .middle-hero-categories .wp-block-cover {
    min-height: 190px !important;
  }
}


h1.title-with-red {
  font-size: 60px;
  color: #ffffff;
  font-weight: 700;
}

h1.title-with-red .title-red {
  font-family: 'Aguafina Script';
  color: #E3262E;
  font-size: 89px;
  font-weight: 400;
}

h2.title-with-red {
  font-size: 54px;
  color: #ffffff;
  font-weight: 700;
  font-style: normal;
}

h2.title-with-red .title-red {
  font-family: 'Aguafina Script';
  color: #F00;
  font-size: 89px;
  font-weight: 400;
}

h2.title-with-red-b {
  font-size: 54px;
  color: #000;
  font-weight: 400;
  font-style: normal;
}

h2.title-with-red-b .title-red {
  font-family: 'Aguafina Script';
  color: #F00;
  font-size: 89px;
  font-weight: 400;
}

h2.title-with-red-b .title-red-2 {
  font-family: 'Plus Jakarta Sans' !important;
  font-weight: 700;
  font-size: inherit !important;
  color: #E3262E;
}


h1.title-with-red-b {
  font-weight: 400;
}

h1.title-with-red-b .title-red-2 {
  font-family: 'Plus Jakarta Sans' !important;
  font-weight: 700;
  font-size: inherit !important;
  color: #E3262E;
}


@media (max-width: 768px) {
  h2.title-with-red {
    font-size: 32px;
  }

  h2.title-with-red .title-red {
    color: #F00;
    font-family: 'Plus Jakarta Sans';
    font-size: 32px;
    font-weight: 700;
  }

  h2.title-with-red-b {
    font-size: 32px;
  }

  h2.title-with-red-b .title-red {
    font-size: 40px;
  }
}

/* CONTACT */
#contact-page-form .wpcf7-list-item-label {
  font-size: 10px !important;
}

#contact-page-form span.wpcf7-list-item {
  line-height: 1 !important;
}

@media only screen and (max-width: 992px) {
  .contact-form-container {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  #contact-page-form .wpcf7-submit {
    font-size: 15px !important;
  }

  #contact-page-form div.cf-row p {
    padding-right: 0px !important;
  }
}






/**/
@media (max-width: 768px) {
  .red-line-bottom {
    height: 8px !important;
  }
}

.middle-categories-3 .slick-dots {
  position: absolute;
  bottom: -50px;
  width: 100%;
}

.middle-categories-3 .wp-block-cover .middle-hero-categories-bottom-spacer {
  transition: .4s ease-in-out;
}

.middle-categories-3 .wp-block-cover:hover .wp-block-cover__background {
  opacity: .4 !important;
  background-color: #000000;
  transition: .4s ease-in-out;
}

.middle-categories-3 .wp-block-cover .wp-block-cover__background {
  transition: .4s ease-in-out;
}

@media (min-width: 768px) {
  .middle-categories-3 .wp-block-cover:hover .middle-hero-categories-bottom-spacer {
    height: 73px !important;
    transition: .4s ease-in-out;
  }
}

@media (max-width: 768px) {
  .middle-categories-3 .wp-block-cover {
    min-height: 280px !important;
  }

  .middle-categories-3 .slick-slide {
    margin-right: 15px;
  }

  .middle-categories-3 .slick-list {
    padding: 0 15% 0 0 !important;
  }
}

.footer-left-contact img {
  width: 47px;
  height: 47px;
}

.footer-left-contact .wp-block-media-text .wp-block-media-text__content {
  padding: 0px !important;
}

.footer-left-contact .wp-block-media-text {
  grid-template-columns: 17% auto !important;
}

.spletnik-s3-1 h3,
.spletnik-s3-2 h3,
.spletnik-s3-3 h3 {
  font-size: 28px !important;
  margin-top: 40px;
  margin-bottom: 18px;
}

@media (max-width:600px) {

  .spletnik-s3-1 h3,
  .spletnik-s3-2 h3,
  .spletnik-s3-3 h3 {
    font-size: 20px !important;
    margin-top: 26px;
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 780px) {
  .gutena-testimonial-block .gutena-testimonial-item-block {
    padding: 15px !important;
  }

  .gutena-testimonial-block.has-box-shadow .tns-outer .tns-ovh {
    padding: 0px !important;
  }

  .gutena-accordion-block {
    row-gap: 12px !important;
  }
}


.contact-form-footer {
  margin-top: -200px;
}

@media only screen and (max-width: 992px) {
  .contact-form-footer {
    /* margin-top: 300px */
    margin-top: -120px;
  }

  .contact-form-footer>.wp-block-columns {
    padding: 0px !important;
  }
}


.eplus-styles-uid-c8eac8 {
  font-size: 18px !important;
}

@media (max-width:767px) {
  .eplus-styles-uid-c8eac8 {
    font-size: 14px !important;
  }
}





/*animation element*/
.animation-element {
  opacity: 0;
  position: relative;
}


/*animation element sliding left*/
.animation-element.slide-left {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(-100px, 0px, 0px);
  -webkit-transform: translate3d(-100px, 0px, 0px);
  -o-transform: translate(-100px, 0px);
  -ms-transform: translate(-100px, 0px);
  transform: translate3d(-100px, 0px, 0px);
}


/*animation element sliding right*/
.animation-element.slide-right {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(100px, 0px, 0px);
  -webkit-transform: translate3d(100px, 0px, 0px);
  -o-transform: translate(100px, 0px);
  -ms-transform: translate(100px, 0px);
  transform: translate3d(100px, 0px, 0px);
}


/*animation element sliding top*/
.animation-element.slide-top {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(0px, -100px, 0px);
  -webkit-transform: translate3d(0px, -100px, 0px);
  -o-transform: translate(0px, -100px);
  -ms-transform: translate(0px, -100px);
  transform: translate3d(0px, -100px, 0px);
}


/*animation element sliding bottom*/
.animation-element.slide-bottom {
  opacity: 0;
  -moz-transition: all 500ms linear;
  -webkit-transition: all 500ms linear;
  -o-transition: all 500ms linear;
  transition: all 500ms linear;
  -moz-transform: translate3d(0px, 100px, 0px);
  -webkit-transform: translate3d(0px, 100px, 0px);
  -o-transform: translate(0px, 100px);
  -ms-transform: translate(0px, 100px);
  transform: translate3d(0px, 100px, 0px);
}


/*If content is in window */
.animation-loaded {
  opacity: 1 !important;
  transform: inherit !important;
}

.animation-element.slide-left.in-view,
.animation-element.slide-right.in-view,
.animation-element.slide-bottom.in-view,
.animation-element.slide-top.in-view {
  opacity: 1;
  -moz-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

@media (max-width: 991px) {
  .middle-hero img {
    object-position: 75% 100%;
  }

  .middle-hero-categories-bottom-spacer {
    height: 8px !important;
  }

  .middle-hero-categories-title h3 {
    font-size: 16px !important;
    padding: 0px 16px;
    bottom: 16px
  }

  .loncene-peci .peci-btn a {
    font-size: 12px !important;
    padding: 7px 9px !important;
  }

  .wp-block-btn-button.peci-btn {
    margin-left: 0px !important;
    margin-right: 20px !important;
  }

  .loncene-peci .peci-btn a {
    margin-left: 0px !important;
    margin-right: 30px !important;
  }

  .loncene-peci .peci-btn::after,
  .loncene-peci button.peci-btn::after,
  .projektiranje .peci-btn::after {
    background-size: calc(50% - 1.7px) auto;
    width: calc(2 * 5px + 4px) !important;
    height: 33px !important;
    right: -17px !important;
  }

  .projektiranje .peci-btn a {
    font-size: 12px !important;
    padding: 7px 9px !important;
  }

  .testimonials-block {
    padding-top: 40px !important;
    padding-bottom: 40px !important;
  }

  .peci-btn input[type="submit"] {
    font-size: 12px !important;
    /* padding: 7px 9px !important; */
  }
}

.black-offer-block {
  background-image: url(/wp-content/uploads/2023/10/Group-2583-min.jpg);
  background-size: cover;
}


/*Enquiry start*/
.gmwqp_inner_popup_op h3 {
  text-align: center;
  font-size: 20px;
  margin: 0;
  padding: 8px 0;
  background-color: #000 !important;
  color: #fff;
}

.gmqqp_submit {
  position: relative !important;
  margin-right: 40px !important;
  width: fit-content !important;
  margin-left: 0px !important;
  z-index: 1;

}

.gmqqp_submit button {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  background-color: var(--dark-red-color) !important;
  padding: 12px 26px 12px 26px !important;
  border-radius: 0px;
  color: #ffffff !important;
  font-family: 'Plus Jakarta Sans' !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
  letter-spacing: 0.28px !important;
  text-transform: uppercase !important;
  border: none !important;
  width: 100% !important;
  transition: all .3s ease-in-out !important;
}

.gmqqp_submit button:after {
  content: '' !important;
  display: block;
  background-image: url('/wp-content/uploads/2023/10/Rectangle-3.svg'), url('/wp-content/uploads/2023/10/Rectangle-3.svg') !important;
  background-repeat: no-repeat;
  background-size: calc(50% - 2.7px) auto;
  background-position: 100% 0%, 0% 0%;
  position: absolute !important;
  width: calc(2 * 8px + 3px) !important;
  height: 42.5px !important;
  top: 50%;
  transform: translateY(-50%);
  right: -25px !important;
  z-index: 1;
}

.gmqqp_submit:hover {
  margin-right: 0px !important;
}

.gmqqp_submit button {
  border: 2px solid var(--dark-red-color) !important;
  margin-right: 40px !important;
  width: 100% !important;
  z-index: 10;
}

.gmqqp_submit button:hover {
  background: #fff !important;
  margin-right: 0px !important;
  width: 100% !important;
  color: #000 !important;
  border: 2px solid var(--dark-red-color) !important;
  width: calc(100% + 80px) !important;
  z-index: 1 !important;
}

.gmqqp_submit button:hover::after {
  content: '' !important;
  width: 0px !important;
}


.gmqqp_submit button:hover {
  box-shadow: inset 400px 0 0 0 #fff !important;
}

/*Enquiry end*/

@media (max-width: 991px) {
  .cover-home video {
    object-position: 65% 50% !important;
  }
}


.contact-form-footer .wp-block-columns {
  margin-bottom: 0px !important;
  padding: 0px !important;
  box-shadow: 0 2px 14px 0 #4242421a;
  border-radius: 4px 4px 4px 4px;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
  z-index: 0;
  overflow: hidden;
}

.page-id-2476 #spletnik-footer {
  padding: 100px 0 0 0 !important;
}


.spectra-image-gallery__media--grid {
  aspect-ratio: inherit !important;
}

.single_post_template h4 {
  margin-top: 25px;
  font-size: 22px;
  font-weight: 600 !important;
}


.hero-half-img img {
  width: 100%;
}

.category-hero p {
  padding-right: 20px;
}

.product-hero p {
  padding-right: 20px;
}


@media (max-width: 991px) {

  .moove-gdpr-cookie-notice p,
  .moove-gdpr-cookie-notice a {
    font-size: 12px !important;
  }
}



@media (max-width: 768px) {
  .loncene-peci .tp-v7 {
    display: flex !important;
    flex-direction: column !important;
  }

  .loncene-peci .tp-v7>div {
    border-radius: 4px 4px 0px 0px !important;
  }

  .loncene-peci .tp-v7>div:first-child {
    order: 1;
    border-radius: 4px 4px 4px 4px !important;
    position: relative;
    top: -4px;
  }

  .loncene-peci .tp-v7 .wp-block-cover {
    aspect-ratio: 4/2 !important;
    min-height: inherit;
  }

  .loncene-peci .tp-v8 {
    display: flex !important;
    flex-direction: column !important;
  }

  .loncene-peci .tp-v8>div {
    order: 0;
    border-radius: 4px 4px 4px 4px !important;
    position: relative;

  }

  .loncene-peci .tp-v8>div:first-child {
    border-radius: 4px 4px 0px 0px !important;
    top: 4px;
  }

  .loncene-peci .tp-v8 .wp-block-cover {
    aspect-ratio: 4/2 !important;
    min-height: inherit;
  }
}


.category-hero,
.product-hero {
  background-size: 50% !important;
  background-position: 0% 0% !important;
}

@media (max-width: 991px) {
  .category-hero {
    background-image: url("/wp-content/uploads/2023/10/flat-lay-metal-surface-2-min-1024x696.jpg") !important;
    background-size: 100% 100% !important;
  }
}


.hero-half-img img {
  height: 600px !important;
}

@media (max-width: 991px) {
  .hero-half-img img {
    height: 400px !important;
  }
}

.product-name-tag {
  border-radius: 4px;
  background: #E6E6E6;
  padding: 11px;
  display: flex;
  align-items: center;
  color: #6D6D6D;
  padding-left: 18px;
}

.product-name-tag p {
  margin-bottom: 0px;
}

.spletnik-s1 h2 {
  color: #FFF;
  font-family: 'Plus Jakarta Sans';
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-bottom: 32px;
}

@media (max-width: 768px) {
  .spletnik-s1 h2 {
    font-size: 24px !important;
  }
}



._float-contact {
  display: none !important;
}

@media only screen and (min-width: 992px) {
  body:not(.page-id-2476) .float-contact {
    display: flex !important;
  }
}

.float-contact {
  position: fixed;
  right: 0px;
  z-index: 100 !important;
  display: flex;
  flex-direction: row;
  bottom: 30%;
}


.float-contact {
  flex-direction: column;
  max-width: 143px;
}

.float-contact .fc1 {
  border-radius: 4px 0px 0px 4px;
  background: #E3262E;
  box-shadow: -2px 1px 7px 0px rgba(60, 60, 60, 0.45);
  margin-bottom: 9px;
}

.float-contact .fc1-link {
  display: block;
  padding: 16px 7px 22px 17px;
  color: #fff;
  text-decoration: none;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.28px;
}

.float-contact .cf2 {
  color: #FFF;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.28px;
  border-radius: 4px 0px 0px 4px;
  background: #333;
  box-shadow: -2px 1px 7px 0px rgba(60, 60, 60, 0.45);
  padding: 21px 11px 25px 17px;
}

.float-contact .cf2-1 {}

.float-contact .cf2-2 {
  color: #C32129;
  font-family: 'Plus Jakarta Sans';
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration-line: underline;
}

.awl-product-label {
  border-radius: 4px !important;
  overflow: hidden;
}

.actual-hero {
  background-image: url('/wp-content/uploads/2023/10/Group-2272.jpg');
  background-repeat: no-repeat;
}


/* .leanpay-banner-d, .leanpay-banner-m{
  display: none !important;
} */


.category-hero .container .wp-block-group p {
  max-width: 605px;
  margin-left: 0px !important;
}

.widget_berocket_product_brand_widget .brcs_slider_brands_container .brand_slider_image a img:hover {
  filter: unset !important;
}

@media only screen and (max-width: 768px) {
  .category-hero .cat-benefits {
    background: unset !important;
  }

  .category-hero .mob-overlay {
    background: linear-gradient(270deg, rgba(0, 0, 0, .80) 15.11%, rgba(0, 0, 0, .00) 71.27%);
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
  }
}






/*Zastopstva*/
.brand-item-descriprion .sp_gallery {
  grid-gap: 10px !important;
}

.brand-item-descriprion .sp_gallery .gallery_item:nth-child(n+5) {
  display: none !important;
}

.brand-item-descriprion>.wp-block-column:first-child img {
  filter: grayscale(100%) !important
}

.brand-item-descriprion a {
  text-decoration: underline !important;
}

.brand-item-descriprion a img {
  border-radius: 4px;
}

.wpb-pcf-form-fire {
  text-transform: uppercase;
  border-radius: 0px;
  border: 1px solid #E3262E;
  margin-top: 19px !important;
  padding: 13px 26spx !important;
}



.wpb-pcf-form-style-true .swal2-popup {
  background: #FAFAFA !important;
}

span[data-name=acceptance-912] {
  color: #000;
}

.wpb-pcf-form-style-true label {
  display: flex;
  text-align: left;
  gap: 10px;
  color: #121212 !important;
  font-size: 10px !important;
  font-weight: 400;
}

.swal2-popup .cf-row {
  padding-left: 15%;
  padding-right: 15%;
}

.swal2-popup h3 {
  color: #121212;
  text-align: center;
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 0.88px;
  margin-bottom: 42px;
}

.swal2-popup .wpcf7-not-valid-tip {
  text-align: left !important;
}

.swal2-popup {
  border-radius: 0px !important;
  box-shadow: 0px 4px 11.9px 1px rgba(0, 0, 0, 0.20);
}

.swal2-close {
  color: #000 !important;
  width: 20px !important;
  height: 20px !important;
  margin-bottom: 0px !important;
}

.wpb-pcf-form-style-true input[type="text"]:focus,
.wpb-pcf-form-style-true input[type="date"]:focus,
.wpb-pcf-form-style-true input[type="datetime"]:focus,
.wpb-pcf-form-style-true input[type="email"]:focus,
.wpb-pcf-form-style-true input[type="number"]:focus,
.wpb-pcf-form-style-true input[type="search"]:focus,
.wpb-pcf-form-style-true input[type="time"]:focus,
.wpb-pcf-form-style-true input[type="url"]:focus,
.wpb-pcf-form-style-true input[type="tel"]:focus,
.wpb-pcf-form-style-true textarea:focus,
.wpb-pcf-form-style-true select:focus {
  background: #ffffff !important;
}


.swal2-popup .peci-btn input[type="submit"] {
  background: #E3262E !important;
  color: #ffffff !important;
  border-radius: 0px !important;
  border: 2px solid E3262E !important;
}

.swal2-popup .peci-btn input[type="submit"]:hover {
  transition: all .3s ease-in-out !important;
  transition-timing-function: ease-in-out;
  transition-timing-function: ease !important;
  background: #ffffff !important;
  color: #E3262E !important;
  border: 2px solid E3262E !important;
  width: 100% !important;
}

@media only screen and (min-width: 600px) {
  .swal2-popup .cf-row {
    padding-left: 15%;
    padding-right: 15%;
  }
}

/* .swal2-popup .peci-btn::after,
.swal2-popup button.peci-btn::after {
  content: '' !important;
  display: block;
  background-image: url('/wp-content/uploads/2023/10/Rectangle-3.svg'), url('/wp-content/uploads/2023/10/Rectangle-3.svg') !important;
  background-repeat: no-repeat;
  background-size: calc(50% - 2.7px) auto;
  background-position: 100% 0%, 0% 0%;
  position: absolute !important;
  width: calc(2 * 8px + 3px) !important;
  height: 42.5px !important;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
} */

.swal2-popup .wpcf7-spinner {
  display: none !important;
}

body .wpb-pcf-btn::before {
  content: '' !important;
  margin: 0% !important;
  width: 0px !important;
  height: 0px !important;
}

/* @media only screen and (min-width: 600px) {
  .swal2-popup .peci-btn:hover::after {
    right: 0px !important;
  }

  .swal2-popup .peci-btn:hover {
    width: 100%;
  }
} */

.swal2-popup .cf-row p {
  background: transparent !important;
}

.brand-item-descriprion {
  min-height: 300px;
}

@media only screen and (max-width: 768px) {
  .gallery_start {
    text-align: center;
  }

  .brand-item-descriprion {
    margin-bottom: 20px !important;
  }
}

.eplus-styles-uid-9e5e25 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
  margin-left: 37px !important;
  max-width: 300px;
}

@media only screen and (min-width: 992px) {
  .category-hero .wp-container-3 .wp-block-column:nth-child(1) {
    flex-basis: 47% !important;
  }

  .category-hero .wp-container-3 .wp-block-column:nth-child(2) {
    flex-basis: 53% !important;
  }
}

.contact-form-container .wpcf7-acceptance {
  color: #fff;
}


:where(.wp-block-group.wp-block-group-is-layout-constrained) {
  position: unset;
}


.home-cta-wrapper {
  display: inline-block;
}

.home-cta-button {
  margin: 0 auto 25px auto !important;

  display: block !important;
  align-items: center !important;
  justify-content: center !important;
  background-color: var(--dark-red-color) !important;
  padding: 12px 26px 12px 26px !important;
  border-radius: 0px !important;
  color: #ffffff !important;
  font-family: 'Plus Jakarta Sans' !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
  letter-spacing: 0.28px !important;
  text-transform: uppercase !important;
  border: none !important;
  max-width: 500px !important;
  height: inherit !important;
}

.home-cta-button span {
  display: block !important;
  width: 100% !important;
  position: relative;
  text-align: center;
}

.home-cta-button span.mid {
  font-weight: 300;
  font-size: 19px;
}

.home-cta-button span.bigger {
  font-weight: 700;
  font-size: 23px;
}

.home-cta-button span.smaller {
  font-weight: 300;
  font-size: 13px;
}



h1.title-with-red-b {
  display: inline-block !important;
  width: 60% !important;
}

.home-cta-button-2 {
  display: block;
  align-items: center !important;
  justify-content: center !important;
  background-color: var(--dark-red-color) !important;
  padding: 12px 26px 12px 26px !important;
  border-radius: 0px !important;
  color: #ffffff !important;
  font-family: 'Plus Jakarta Sans' !important;
  font-size: 14px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
  letter-spacing: 0.28px !important;
  text-transform: uppercase !important;
  border: none !important;
  max-width: 300px !important;
  height: inherit !important;
  margin: 0 auto;
  text-align: center;
}


@media only screen and (max-width: 768px) {
  .home-cta-wrapper {
    display: block;
  }

  .kako-do h2 {
    line-height: 120%;
  }
}

.wp-block-button.uagb-post__text.uagb-post__cta .uagb-text-link.wp-block-button__link {
  border-radius: 0px !important;
}

#mlb2-31324759.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow label {
  padding-left: 17px;
}

#mlb2-31324759.ml-form-embedContainer .ml-form-embedWrapper .ml-form-embedBody .ml-form-checkboxRow .label-description {
  padding-left: 10px;
}


.splide .splide__pagination li:only-child {
  display: none;
}

body .wpb-pcf-btn {
  border-radius: 0px;
  background-color: #e3262e !important;
  color: #fff !important;
  border: 1px solid #e3262e;
}

body .wpb-pcf-btn:hover {
  border: 1px solid #e3262e;
  background-color: #fff !important;
  color: #e3262e !important;
}



@media only screen and (max-width: 992px) {
  .sp_main_categories_list_cat_item span {
    border-bottom: 6px solid #E3262E;
    padding: 7px 12px;
    margin-bottom: 24px;
    width: 80%;
  }

  .sp_main_categories_list_cat_item a::after {
    background-color: #0000003b;
    z-index: -1;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

.wpcf7-acceptance .wpcf7-list-item-label {
  font-size: 10px !important;
  line-height: 0.7;
}

#kontakt .wp-block-image img {
  width: 100%;
}


@media only screen and (min-width: 2000px) {

  .big-screen-hero-left,
  .big-screen-hero-right {
    flex-basis: 50% !important;
  }
}


.middle-hero-categories .wp-block-cover__inner-container {
  position: absolute !important;
  bottom: 0 !important;
}


.home .cover-home h1 {
  font-size: 79px !important;
  line-height: 94%;
}

 .privacy-policy h2{
  font-size: 24px !important;
}

@media (max-width:767px) {
  .home .cover-home h1 {
    font-size: 40px !important;
    line-height: 94%;
  }
}

.loncane-krusne-wrapper{
    gap: 10px !important;
    border-radius: 4px;
    overflow: hidden !important;
  }

.loncane-krusne-wrapper-1, .loncane-krusne-wrapper-2 {
  border-radius: 4px !important;
  overflow: hidden;
}

@media (max-width:992px) {
  .loncane-krusne-wrapper{
    gap: 0px !important;
    border-radius: 4px;
    overflow: hidden !important;
  }
  .loncane-krusne-wrapper-1{
    order: 2 !important;
  }
  .loncane-krusne-wrapper-2{
    order: 1 !important;
  }

  .loncane-krusne-wrapper-1 .wp-block-group, .loncane-krusne-wrapper-2 .wp-block-group{
    border-radius: 0px !important;
  }

  .loncane-krusne-wrapper-2 .wp-block-cover{
    min-height: 250px !important;
  }
  .loncane-krusne-wrapper-1, .loncane-krusne-wrapper-2 {
  border-radius: unset !important;
}

 .privacy-policy h2{
  font-size: 16px !important;
}

}


