/* ########################### */
/* ## Product list (category)
/* ########################### */

/* Grid/List layout: layout for list */
/* .products-list__block--list {
  border: 1px solid #efefef;
} */

/* ########################### */
/* ## Module: b2bpayments
/* ########################### */

/* Switcher in the breadcrumbs */
.switcher-container {
  display: flex;
  gap: 15px;
  justify-content: flex-end;
  margin: 10px 0;
}
.payments-selection {
  justify-content: flex-end;
}

/* ########################### */
/* ## BLOG
/* ########################### */

/* Blog header */
.blog-header {
  margin-bottom: 40px;
}
.blog-header h1 {
  font-size: 50px;
  text-align: center;
}
.blog-heading.hide-title {
  display: none;
}

/* Listing category view */
.blog-post-item {
  display: flex;
  padding-bottom: 50px;
  margin-bottom: 50px;
  border-bottom: 1px solid #000;
}
.blog-post-item .item-image {
  width: 40%;
}
.blog-post-item .item-image img {
  max-width: 100%;
  object-fit: cover;
  aspect-ratio: 7 / 5;
}
.blog-post-item .item-content {
  width: 60%;
  padding-left: 30px;
}
.blog-post-item .post-date {
  color: #666;
  text-transform: lowercase;
}
.blog-post-item .item-title {
  font-size: calc(1rem + 1.2vw);
  margin: 20px 0 20px;
}
.blog-post-item .item-title a {
  color: #000;
}
.blog-post-item .post-summary {
  margin-bottom: 20px;
}
.blog-post-item .read-more {
  text-align: right;
}
.blog-post-item .read-more a {
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
}
.blog-post-item .read-more a:hover {
  color: #ef7d00;
  text-decoration: none;
}

/* Pagination blog */
.custom-pagination ul {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 40px;
}
.custom-pagination ul li {
  margin: 0 5px;
  white-space: nowrap;
}
.custom-pagination ul li a {
  display: block;
  padding: 5px 15px;
  text-decoration: none;
  border-radius: 3px;
  white-space: nowrap;
}
.custom-pagination ul li a.current {
  background: #000;
  color: #fff;
}
.custom-pagination ul li a:hover {
  background: #efefef;
}
/*.custom-pagination ul span,
.custom-pagination ul li:last-child {
	display: none;
}*/
@media (max-width: 575px) {
  .custom-pagination ul {
    margin-bottom: 60px;
  }
  .custom-pagination ul li a {
    padding: 5px 10px;
  }
}

/* Blocks sidebar */
.search .viewAll {
  margin-top: 15px;
}
.search .viewAll button {
  font-size: 14px !important;
  font-family: inherit !important;
  padding: 0.5rem 1rem !important;
  border: 0 none !important;
  letter-spacing: 0 !important;
}
.search .viewAll button:hover,
.search .viewAll button:focus {
  color: #fff !important;
  background-color: #353535 !important;
}

.fmm_blog_ps17 .widget-tags a:hover {
  border-color: #000;
  color: #fff;
  text-decoration: none;
}

.randomposts .viewAll a {
  font-size: 14px;
  font-family: inherit;
  padding: 0.5rem 1rem;
  border: 0 none;
  letter-spacing: 0;
  border-radius: 3px;
}
.randomposts .viewAll a:hover,
.randomposts .viewAll a:focus {
  color: #fff;
  background: #353535 !important;
  text-decoration: none;
}
.randomposts .custom_widget .rcp_title a {
  border-bottom: 0 none;
}

/* Blog details (single post page) */
.eventviewDIV h1 {
  font-size: calc(1rem + 1.2vw);
}
#mainBlogpostImg {
  position: relative;
  width: 100%;
  height: 21.875rem;
  overflow: hidden;
}
#mainBlogpostImg img {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blogSubInfo {
  padding: 10px 0;
  /*border-bottom: 1px solid #efefef;
    margin-bottom: 20px;*/
  font-size: 14px;
  color: #999;
}
.fmmBlogdetContent img {
  max-width: 100%;
  height: auto;
}
.fmmBlogdetContent p {
  margin-bottom: 10px;
}
.fmmBlogdetContent table {
  margin-bottom: 20px;
}
.fmmBlogdetContent table td {
  border: 1px solid #ddd;
  padding: 10px 15px;
}

/* ########################### */
/* ## PAGES
/* ########################### */

body {
  overflow-x: clip; /* fix horizontal scroller for .full-width-section */
}

.google-map {
  position: relative;
  height: 400px;
}
.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: 0;
}

.page-cms .page-header {
  padding: 30px 0;
}
@media (max-width: 575px) {
  .page-cms .page-header {
    padding-bottom: 0;
  }
}

.page-cms h1,
.page-cms h2 {
  font-size: calc(1rem + 3vw);
  font-weight: 700;
  text-transform: uppercase;
}

.full-width-section--content {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #000;
  color: #fff;
  margin-bottom: 30px;
}
.full-width-section--content:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(-50vw + 50%);
  width: 100vw;
  height: 100%;
  background-color: #000;
  z-index: -1;
}
.full-width-section--content h1,
.full-width-section--content h2,
.full-width-section--content h3,
.full-width-section--content h4,
.full-width-section--content h5 {
  color: #fff;
}
@media (min-width: 768px) {
  .full-width-section--content {
    padding-top: 4vw;
    padding-bottom: 4vw;
    margin-top: 2vw;
    margin-bottom: 3vw;
  }
}

/* Page: O nama */
@media (min-width: 576px) {
  .section-highlight .row {
    flex-direction: row-reverse;
  }
}
@media (min-width: 1200px) {
  .section-highlight .text-1 {
    padding-left: 40px;
  }
}

/* Page: Opci uvjeti poslovanja */
.cms-id-10 .page-content .row {
  text-align: center;
}
.cms-id-10 .page-content .row .col-sm-6 {
  background: #eee;
  padding-top: 20px;
}

/* Page: Servis bicikla */
.cms-id-7 .page-header {
  display: none;
}
.cms-id-7 .google-map {
  width: 90%;
}
.tablepress {
  width: 100%;
  margin-bottom: 40px;
}
.tablepress.cjenik th {
  background: #f78000;
  color: #fff;
}
.tablepress.cjenik .column-1,
.tablepress.cjenik .column-3 {
  text-align: center;
}
.tablepress > :not(caption) > * > * {
  padding: 0.5rem;
}
.tablepress
  > :where(tbody.row-striping)
  > :nth-child(odd of :where(:not(.child, .dtrg-group)))
  + :where(.child)
  > *,
.tablepress
  > :where(tbody.row-striping)
  > :nth-child(odd of :where(:not(.child, .dtrg-group)))
  > * {
  background-color: #fff;
}
.tablepress
  > :where(tbody.row-striping)
  > :nth-child(even of :where(:not(.child, .dtrg-group)))
  + :where(.child)
  > *,
.tablepress
  > :where(tbody.row-striping)
  > :nth-child(even of :where(:not(.child, .dtrg-group)))
  > * {
  background-color: #f9f9f9;
}
.tablepress > :where(thead) + tbody > :where(:not(.child)) > *,
.tablepress > tbody > * ~ :where(:not(.child)) > *,
.tablepress > tfoot > :where(:first-child) > * {
  border-top: 1px solid #ddd;
}

/* Page: Bosch eBike servis */
.cms-id-8 .google-map {
  margin-top: 14px;
}

/* Page: Trgovine */
.cms-id-9 .page-content table {
  margin-bottom: 20px;
}

/* Page: Kontakt .page-contact*/
.page-contact .page-header {
  padding: 30px 0;
}
.page-contact .page-header h1 {
  /* font-size: calc(1rem + 1.5vw); */
  font-size: 50px;
  font-weight: 700;
  text-transform: uppercase;
}
.page-contact .cms-content h2 {
  font-size: 1.25rem;
  background: #000;
  color: #fff;
  padding: 8px 15px;
}
.page-contact .cms-content .row .col-sm-6 {
  margin-bottom: 40px;
}
.page-contact .full-width-section--content {
  margin-bottom: 40px;
}
.page-contact .full-width-section--content,
.page-contact .full-width-section--content .h4,
.page-contact .full-width-section--content .label,
.page-contact .full-width-section--content label {
  color: #fff;
}
.page-contact .full-width-section--content .h4 {
  font-size: 2rem;
  text-transform: uppercase;
}
.page-contact .full-width-section--content .btn-primary {
  background: #000;
  border-color: #ea1d2c;
}
.page-contact .full-width-section--content .btn-primary:hover {
  background: #ea1d2c;
  border-color: #ea1d2c;
}
.contact-image {
  text-align: center;
  margin-bottom: 30px;
}
.contact-info {
  background: #efefef;
  padding: 20px;
  height: 100%;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .contact-image {
    margin-bottom: 0;
  }
  .contact-info {
    margin-bottom: 0;
  }
}

/* --------------------------------------- */
/* Home page */
/* --------------------------------------- */
.homeslider .swiper-button-custom {
  color: #000;
  background: #fff;
}
.homeslider .swiper-button-prev {
  left: auto;
}
.homeslider .homeslider__arrow {
  top: auto;
  bottom: 0;
  padding: 30px;
}
.homeslider__arrow--prev {
  left: auto;
  right: 75px;
  border-top-left-radius: 40px;
}
.homeslider .swiper-button-custom .fa-solid {
  font-size: 1.8rem;
}
.homeslider .swiper-button-custom:hover .fa-solid {
  color: #ef7d00;
  transition: all 0.3s ease;
}
/* btn readmore */
.homeslider__readmore {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  text-transform: uppercase;
  padding: 5px 5px 5px 30px;
  background-color: #fff;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #000;
  border-radius: 50px;
  margin: 40px 0 0;
  transition: all 0.3s ease;
}
.homeslider__readmore:hover {
  background-color: #ef7d00;
  text-decoration: none;
  color: #fff;
}
.homeslider__readmore .icon {
  font-size: 1.5rem;
  margin-left: 15px;
  padding: 15px;
  background: #000;
  color: #fff;
  border-radius: 50%;
}
/* slider circle */
.circle-sign {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 45%;
  right: 20%;
  transform: translate(0%, -50%);
  z-index: 2;
}
.circle-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.circle-sign .fa-solid {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 2.5rem;
  padding: 20px;
}
.circle-sign .circle-text {
  position: relative;
  width: 100%;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0px;
  font-weight: 700;
  color: #fff;
  animation: spin 15s linear infinite;
}
@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}
/* slider categories menu */
.homeslider .categories-list {
  padding: 20px 0;
}
.homeslider .categories-list ul {
  justify-content: flex-start;
  gap: 5px;
}
.homeslider .categories-list ul li {
  padding: 0;
  border-radius: 50px;
}
.homeslider .categories-list ul li a {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 50px;
  transition: all 0.3s ease;
}

@media (max-width: 1400px) {
  .homeslider .homeslider__arrow {
    padding: 20px 25px;
  }
  .homeslider__arrow--prev {
    right: 60px;
  }
  .homeslider .swiper-button-custom .fa-solid {
    font-size: 1.5rem;
  }
  .homeslider .categories-list ul li a {
    padding: 10px 20px;
  }
  .homeslider .categories-list ul li a {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .homeslider .categories-list ul {
    padding-right: 120px;
  }
}
@media (max-width: 767px) {
  .header-headline {
    font-size: 11px;
  }
  .homeslider__title {
    max-width: 100%;
  }
  .homeslider__caption .caption-row {
    grid-template-columns: 1fr;
  }
  .homeslider .categories-list {
    display: none;
  }
  .circle-sign {
    display: none;
  }
}
@media (max-width: 575px) {
  .homeslider__title {
    font-size: 2.5rem;
  }
  .homeslider__readmore {
    margin: 20px 0 0;
  }
}
@media (max-width: 495px) {
  .homeslider__caption {
    width: 86%;
  }
  .headline-msg {
    text-align: left;
    padding-right: 40px;
  }
  .homeslider__title {
    font-size: 2rem;
  }
  .user-login a .fa-regular {
    font-size: 1rem;
  }
  .page-index .featured-products__title {
    max-width: 200px;
  }
}
@media (min-width: 992px) {
  .homeslider__title {
    font-size: calc(1.6rem + 2vw); /* 4rem */
  }
  .homeslider .categories-list ul li a:hover {
    background: #fff;
    border-radius: 50px;
    text-decoration: none;
    color: #000;
  }
}
@media (min-width: 1400px) {
  .homeslider .categories-list ul {
    margin-left: -30px;
  }
}
/*
.homeslider__title
0px - 2rem
496px - 2.5rem
576px - 3rem iz theme.css bez media query
992px - font-size: calc(1.6rem + 2vw);
*/

/* ------- PROIZVODI PO KATEGORIJAMA -------- */
.main-categories .category-item .image-link {
  display: block;
  margin-bottom: 20px;
  overflow: hidden;
}
.main-categories .category-item img {
  max-width: 100%;
  transition: transform 0.4s ease;
}
.main-categories .category-item img:hover {
  transform: scale(1.1);
}
/* hover istaknutih proizvoda */
.featured-products .product-miniature__thumb {
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border-radius: 8px;
}
.featured-products .product-miniature__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* navigation of featured products */
.featured-products__header {
  position: relative;
  z-index: 1;
}
.featured-products__navigation {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: auto;
  transform: none;
}
.featured-products .swiper-button-custom {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2;
}
.featured-products .swiper-button-next {
  right: 0;
}
.featured-products .featured-products__header .featured-products__title {
  font-size: 1.5rem;
  color: #2c343b;
}
@media (min-width: 768px) {
  .featured-products .featured-products__header .featured-products__title {
    font-size: 2rem;
  }
}
@media (min-width: 1500px) {
  .featured-products .swiper-button-next {
    right: -80px;
  }
  .featured-products .swiper-button-prev {
    left: -80px;
  }
}

/* --------------------------------------- */
/* All products page */
/* --------------------------------------- */
@media (max-width: 767px) {
  #js-product-list .up {
    text-align: center;
    margin-top: 30px;
  }
  #js-product-list .up .btn {
    font-size: 14px;
  }
}
/* --------------------------------------- */
/* Single product page */
/* --------------------------------------- */
@media (max-width: 575px) {
  .product-actions .product-quantity {
    gap: 20px;
  }
  .product-actions .product-quantity .input-group {
    margin: 0;
  }
  .product-description {
    overflow-x: scroll;
  }
}

/* submenu */
@media (min-width: 768px) {
  .main-menu__sub {
    border-radius: 5px;
    overflow: hidden;
  }
  .main-menu__sub .main-menu__item-link {
    text-transform: uppercase;
  }
}

/* btn */
.btn-black,
.btn-orange {
  background-color: #fff;
  border-color: #bbb;
  color: #000;
}
.btn-black:focus,
.btn-black:hover,
.btn-orange:focus,
.btn-orange:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
.cart-items .bootstrap-touchspin .btn {
  background: #efefef;
}
.cart-items .bootstrap-touchspin {
  border-radius: 8px;
}
/* headings on desktop */
@media (min-width: 1200px) {
  .page-contact .page-header h1,
  .category-header h1,
  .blog-header h1,
  .h1,
  h1 {
    font-size: 4rem;
  }
  .page-product .product-container h1 {
    font-size: 3rem;
  }
}

/* ########################### */
/* ## NEW STRELA STYLES
/* ########################### */

/* Header */
.header-top__block--logo {
  padding-right: 10px;
}
@media (min-width: 367px) {
  .header-top__block--logo img {
    max-width: 170px;
  }
}
@media (min-width: 400px) and (max-width: 991px) {
  .header-top-right {
    margin-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-top__block--logo img {
    max-width: 135px;
  }
  .main-menu__item-link--top {
    font-size: 14px;
  }
}
@media (min-width: 1100px) {
  .header-top__block--logo img {
    max-width: 250px;
  }
}
@media (max-width: 991px) {
  .header-top__content .container {
    padding: 0 5px;
  }
  .header-top__block--cart,
  .header-top__block--user {
    margin-left: 10px;
  }
}

/* Mobile mainmenu sidebar */
#mobile_top_menu_wrapper {
  padding-right: 0 !important;
}
#mobile_top_menu_wrapper .modal-header {
  padding: 0;
  border-bottom: 0;
}
#mobile_top_menu_wrapper .modal-header h5 {
  display: none;
}
#mobile_top_menu_wrapper .modal-header button.close {
  background: #2c343b;
  font-size: 2rem;
  font-weight: 400;
  color: #fff;
  text-shadow: none;
  opacity: 1;
  margin: 0 0 0 auto;
  width: 64px;
  height: 64px;
}
#mobile_top_menu_wrapper .modal-header button.close span {
  position: relative;
  top: -4px;
}
#mobile_top_menu_wrapper .mobile .main-menu__item-link--top {
  font-size: 24px;
  text-transform: uppercase;
}
#mobile_top_menu_wrapper .main-menu__item--top {
  border: 0 none;
}
#mobile_top_menu_wrapper .main-menu__dropdown {
  border-bottom: 0 none;
}
#mobile_top_menu_wrapper .modal-body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#_mobile_top_menu .h-100 {
  height: auto !important;
}
#mobile_top_menu_wrapper .main-menu__sub .main-menu__item-link {
  display: block;
}

/* Homepage */
.category-item-last {
  background: #2c343b;
  color: #fff;
  padding: 20px 50px;
  width: 100%;
  text-align: right;
}
.last-link-readmore {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
}
.last-link-readmore:hover {
  text-decoration: none;
}
.btn-icon-right {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  background: #fff;
  color: #000;
  border-radius: 50px;
  margin-left: 20px;
}
.btn-icon-right .fa {
  font-size: 1.8rem;
}
@media (min-width: 1600px) {
  .category-item-last {
    padding: 40px 4vw;
  }
}

/* Login and register page */
.header-headline {
  background: #2c343b;
}
.page-authentication .page-header,
.page-registration .page-header {
  margin-top: 20px;
  text-align: center;
}
.card.user-form {
  border: 0.0625rem solid rgba(0, 0, 0, 0.125);
}
.js-visible-password + .input-group-append .btn-primary {
  padding: 0.5rem 1rem;
}
.form-group input[id*=f-siret], 
.form-group label[for*=f-siret] {
  display: none;
}

/* User account area (customer) */
.breadcrumbs {
  margin-bottom: 0;
}
.page-customer-account .breadcrumbs,
.page-addresses .breadcrumbs,
#module-ps_emailalerts-account .breadcrumbs {
  margin-bottom: 15px;
}
.page-customer-account #main > .row > div .user-form {
  margin: 0;
}
.customer-links {
  background: rgba(0,0,0,.03);
  border-radius: 8px;
  padding: 15px 15px 20px;
}
.customer-links a.active {
  background: #2c343b;
}
.customer-links__footer .customer-links__logout {
  background-color: #000;
  color: #fff;
  margin-top: 20px;
}
.customer-links__footer .customer-links__logout:hover {
  background-color: #333;
  color: #fff;
}

/* Product page - Configurator */
.pvc-configurator .product-variants .product-variants-item:nth-child(2) {
  display: none;
}

.product-variants .custom-select {
  width: 200px;
  background-color: #efefef;
  box-shadow: inset 0 -1px 4px #e1e1e9;
}
.product-length-input input {
  padding-right: 50px;
  background-color: #efefef;
  box-shadow: inset 0 -1px 4px #e1e1e9;
}
.field-mm-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}
.field-mm-wrapper .field-wrapper {
  position: relative;
  width: 200px
}
.field-mm-wrapper .mm-label {
  position: absolute;
  top: 8px;
  right: 15px;
}
.limit-hint {
  font-size: 12px;
}

.customization-summary {
  background-color: #efefef;
  padding: 15px 20px;
  border-radius: 3px;
}
.customization-summary .summary-item {
  display: flex;
  justify-content: space-between;
}
.customization-summary .item-title {
  font-weight: bold;
}
.summary-total {
  text-align: right;
}
.summary-total .item-title {
  text-transform: uppercase;
  font-size: 12px;
}
.summary-total .item-value {
  font-size: 28px;
  font-weight: bold;
}

.form-control.error {
  border-color: red;
  color: red;
}
.form-control.error + .mm-label,
.limit-hint.error {
  color: red;
}

/* Konfigurator page */
.product-dimensions.desktop {
  display: none;
}
.product-dimensions img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .product-dimensions.desktop {
    display: block;
  }
  .product-dimensions.mobile {
    display: none;
  }
}

/* Cart svg icon in button */
.btn-block,
.flex-align {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
}
.flex-align {
  width: auto;
  gap: 8px;
}
@media (max-width: 339px) {
  .btn-block svg {
    width: 12px;
    margin-right: 4px;
  }
}
@media (min-width: 340px) {
  .btn-block {
    gap: 8px;
  }
}

/* Home intro banner cta for Configurator */
.configurator-cta {
  position: absolute;
  bottom: -90px;
  right: 5vw;
  z-index: 1;
}
.configurator-cta .img-configurator {
  position: relative;
  border-radius: 10%;
  overflow: hidden;
}
.configurator-cta .img-configurator:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: RGBA(255, 255, 255, 0.0);
  background: linear-gradient(0deg,rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}
.configurator-cta img {
  width: 160px;
}
.configurator-cta a {
  position: relative;
  display: block;
}
.configurator-cta h3 {
  position: absolute;
  top: 0;
  left: 0;
  padding: 12px;
  font-size: 1rem;
  color: #1d1d1b;
  text-transform: uppercase;
  margin-bottom: 0;
}
.configurator-cta .btn-icon-right {
  position: absolute;
  bottom: 12px;
  right: 12px;
  background: #1d1d1b;
  color: #fff;
  font-size: 1rem;
  width: 45px;
  height: 45px;
}
@media (min-width: 660px) {
  .configurator-cta {
    bottom: -40px;
  }
}
@media (min-width: 992px) {
  .configurator-cta {
    bottom: -3vw;
    right: 3vw;
  }
  .configurator-cta img {
    width: 18vw;
  }
  .configurator-cta h3 {
    font-size: calc(0.8rem + 0.5vw);
    padding: 1.6vw;
  }
  .configurator-cta .btn-icon-right {
    bottom: 0.8vw;
    right: 0.8vw;
    font-size: calc(0.8rem + 0.8vw); /* 1.8rem = 28.8px */
    width: 4vw;
    height: 4vw;
  }
}
@media (min-width: 1300px) {
  .configurator-cta h3 {
    font-size: calc(1rem + 0.6vw);
  }
}
@media (min-width: 1600px) {
  .configurator-cta h3 {
    font-size: calc(1rem + 0.8vw);
  }
}

/* Page Search results */
.page-search #main h1 {
  margin-top: 20px;
}