/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */

.footerRight {
  --footer-accent: #111;
  --footer-accent-dark: #ff6a22;
  --footer-surface: #111111;
  margin-bottom: 2rem;
}

.footerRight .block-content {
  padding: 0;
  padding-top: 2rem;
	display: block !important;
}

.footerRight-grid {
  display: grid;
  gap: 1.5rem;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.footerCatalogo {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 1.25rem;
  background: var(--footer-surface);
  border-radius: 0;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.07);
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.footerCatalogo:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.footerCatalogo__image {
  display: block;
  overflow: hidden;
  border-radius: 0;
  width: 100%;
}

.footerCatalogo__image img {
  width: 100%;
  display: block;
  border-radius: inherit;
}

.footerCatalogo__label {
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.footerProShop {
  background: #111111;
  background-image: url('/img/png-world-map-diagram-world-topography.webp');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  color: #ffffff;
  padding: 1.5rem;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  min-height: 100%;
}

.footerProShop__intro {
  font-size: 0.875rem;
  opacity: 0.9;
}

.footerProShop__title {
  font-size: 1.35rem;
  margin: 0;
}

.footerProShop__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.35rem;
}

.footerProShop__list li {
  padding-left: 1.35rem;
  position: relative;
  font-size: 0.95rem;
}

.footerProShop__list li::before {
  content: '';
  position: absolute;
  top: 0.55rem;
  left: 0.25rem;
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 0;
  background: var(--footer-accent);
}

.footerProShop__cta {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  color: inherit;
  font-weight: 600;
  text-decoration: none;
  padding: 0.35rem 0;
  /*border-bottom: 1px solid rgba(255, 255, 255, 0.25);*/
  width: fit-content;
}

.footerBoxes {
  display: grid;
  gap: 0.75rem;
}

.footerBoxes a.footerBox__link {
    color: black !important;
}

.footerBoxes a.footerBox__link:hover {
    color: black !important;
}

.footerBox {
  background: #ff6a22;
  border-radius: 0;
  padding: 1rem;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footerBox__header {
  display: flex;
  gap: 0.65rem;
  align-items: center;
}

.footerBox__title h2 {
  font-size: 1.2rem;
  margin: 0;
}

.footerBox__title span {
  font-size: 0.85rem;
  color: #666;
}

.footerBox__link {
  margin-top: auto;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-weight: 600;
  color: var(--footer-accent);
  text-decoration: none;
}

.footerBox__link:hover {
  color: var(--footer-accent-dark);
}

.footerDocuments {
  background: #ffffff;
  border-radius: 0;
  padding: 1rem;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.footerDocuments__header {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.footerDocuments__header h3 {
  margin: 0;
  font-size: 1rem;
}

.footerDocuments__cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  color: inherit;
  text-decoration: none;
  padding: 0.35rem 0;
  font-weight: 600;
}

.footerDocuments__cta:hover {
  color: var(--footer-accent);
}

.footerModulo {
  display: grid;
  gap: 0.45rem;
}

.footerModuloItem {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.45rem 0.5rem;
  border-radius: 0;
  background: rgba(240, 86, 61, 0.08);
  color: inherit;
  text-decoration: none;
  font-weight: 600;
}

.footerModuloItem:hover {
  background: rgba(240, 86, 61, 0.18);
}

.footerRight__links ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.35rem;
}

.footerRight__links a {
  color: inherit;
  text-decoration: none;
  position: relative;
  padding-left: 0.9rem;
}

.footerRight__links a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 4px;
  height: 4px;
  border-radius: 0;
  background: var(--footer-accent);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .footerRight {
    margin-bottom: 3rem;
  }
  .footerProShop {
    padding: 1.25rem;
  }
}

.icon-right,
.icon-pin,
.icon-hat,
.icon-mail,
.icon-folder,
.icon-pdf33 {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 0;
  background: var(--footer-accent);
  color: #ffffff;
  flex-shrink: 0;
}


.icon-mail::before {
  content: '';
  width: 18px;
  height: 12px;
  background: #ffffff;
  border-radius: 2px;
}

.icon-mail::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 6px solid var(--footer-accent-dark);
}

.icon-right::before {
  content: '';
  width: 8px;
  height: 8px;
  border-top: 2px solid currentColor;
  border-right: 2px solid currentColor;
  transform: rotate(45deg);
}

.icon-pin::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 0;
  background: #ffffff;
}

.icon-pin::after {
  content: '';
  position: absolute;
  bottom: 6px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 8px solid #ffffff;
}

.icon-hat::before {
  content: '';
  width: 16px;
  height: 8px;
  background: #ffffff;
  border-radius: 4px 4px 2px 2px;
}

.icon-hat::after {
  content: '';
  position: absolute;
  bottom: 9px;
  width: 20px;
  height: 4px;
  background: #ffffff;
  border-radius: 999px;
}

.icon-folder::before {
  content: '';
  width: 18px;
  height: 12px;
  background: #ffffff;
  border-radius: 2px;
}

.icon-folder::after {
  content: '';
  position: absolute;
  top: 10px;
  width: 14px;
  height: 2px;
  background: var(--footer-accent-dark);
}

.icon-pdf33 {
  background: #222b38;
}

.icon-pdf33::before {
  content: 'PDF';
  font-size: 0.65rem;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.footerRight .icon-right {
  background: transparent;
  color: var(--footer-accent);
}

.footerBox__link .icon-right,
.footerProShop__cta .icon-right,
.footerDocuments__cta .icon-right {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(240, 86, 61, 0.12);
}

#footer-container-main a:hover, #checkout-footer a:hover {
    color: white;
    text-decoration: underline;
}

.footerBox__link .icon-right::before,
.footerProShop__cta .icon-right::before,
.footerDocuments__cta .icon-right::before {
  border-color: var(--footer-accent);
}

.footerRight .footerModuloItem .icon-pdf33 {
  background: var(--footer-accent);
}

#footer .contact-rich {
    width: 100%;
}

#footer .block-links a {
  font-size: 1.1rem;
  margin: 0.2rem 0
}

#footer .block-title, #checkout-footer .block-title {
  font-size: 1.7rem;
  margin-bottom: 0;
  border-bottom: none;
}

#footer .block-links ul>li a {
  padding-left: 0;
}

#footer .block-links ul>li a:before {
  content: none;
}

#footer-container-first {
  padding-top: 6rem;
  padding-bottom: 6rem;
  border-bottom: 1px solid #2e2e2e;
}

#footer-container-first h5 {
  font-size: 1.7rem;
}

#footer-container-first h4 {
  font-size: 3rem;
  text-align: center;
}

#footer-container-first .block-newsletter p {
  font-size: 1.4rem;
  text-align: center;
  padding-bottom: 2rem;
}

#footer .ps-emailsubscription-block .btn-subscribe {
  background: #ff6f20;
  color: #000 !important;
  padding: 0 3rem
}

.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1540px !important;
}

.overview-card {
  padding: 16px;
}

#main {
  padding: 0;
}

.totw img.totw {
  width: 100%;
  height: auto;
  display: block;
}

.totw-top, .totw {
  width: 100%;
  max-width: none;
  padding: 0;
  margin: 0;
  gap: 14px;
}

.totw-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #f7f7f7;
  padding: 24px;
}

.totw-overall {
  padding: 0 10px;
}

.elementor-element.elementor-element-y0rxh07 > .elementor-element-populated {
  margin-right: 10px !important;
}

.totw-bottom {
  padding: 22px 0px 0px 0;
}

.totw-item {
  background: white;
  border-radius: 0;
}

.totw-love h3 {
  font-size: 1.3rem
}

.knp-slider {
  padding: 0 10px;
}

.knp-slider .knp-title {
  font-size: 40px;
}

.knp-slider .knp-slider-header {
  justify-content: center;
  margin-bottom: 1rem;
}

.knp-arrow {
  box-shadow: none;
}

.knp-dots {
  display: none;
}

.knp-window .knp-page .knp-card {
  background: #fafafa;
  border: 0;
}

.knp-window .knp-page {
  padding: 0 !important;
}

.knp-slider .knp-tile {
  max-height: 435px
}

.knp-slider .knp-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}

.specific-tools .elementor-image img {
  width: 100%
}

.specific-tools .overview-card {
  padding: 16px 0 0 0;
  background: #f7f7f7;
}

.specific-tools .elementor-widget-container {
  padding: 0 !important;
}

.specific-tools .elementor-row {
  gap: 16px;
  padding: 0 10px;
}

.specific-tools .elementor-column {
  background: #f7f7f7;
  padding: 16px;
}

.overview-card__title {
  font-size: 1.3rem;
}

.products-grid .product-miniature-default {
  background: #f7f7f7;
  padding: 12px;
}

.kpt-wrap-title {
  font-size: 40px;
  text-align: center;
  padding-bottom: 20px;
}

.kpt-grid {
  padding: 0 10px;
}

.kpt-card {
  box-shadow: none;
  border: none;
  background: #f7f7f7;
  border-radius: 0;
  justify-content: space-around;
}

.kpt-btn {
  margin-top: 16px;
  border-radius: 0;
  border: 2px solid black;
}

.knp-arrow:hover {
  box-shadow: none;
  transform: translateY(-50%)
}

.knp-card:hover {
  box-shadow: none
}

.elementor-element.elementor-element-6kej5fn > .elementor-element-populated {
  padding: 0px 3px 0px 10px !important;
}

.products.swiper-container .swiper-slide {
  border: 2px solid white;
}

#content-wrapper .page-title {
  text-transform: uppercase;
  padding: 10px;
}

.product-manufacturer-next {
  padding: 20px;
}

.highd {
    background-color: #ff6f20 !important;
}

@media (max-width: 480px) {
    table.foqtable {
        font-size: 16px;
    }
    .footable-toggle {
        visibility: hidden;
    }
    .ns-box {
        left: 2rem;
        right: 1rem;
    }
}

.ns-box {
    background: #ff6f20;
    color: #000000;
    border: 2px solid #000000;
}

#blockcart-notification .row {
    flex-wrap: nowrap;
}

.foq_total_msg {
    margin: 10px 0;
}

.ovc-qty-controls .btn-quantity {
    font-weight: 200 !important;
    font-size: 18px;
    padding: 0 !important;
}

.ovc-qty-controls .foq_input1 {
    padding: 11px 8px !important;
    font-size: 16px;
}

.btn {
    padding: 1rem 1.5rem;
}

@media (max-width: 500px) {
    .icons-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

.ovc-card--pricing {
    display: none !important;
}

.product-specs-card {
    border-radius: 0;
}

#block-reassurance li, .iqit-accordion .content, .iqit-accordion .title {
    border: none;
}

.cp-block {
    margin: 0 30px 30px 30px;
    border-radius: 0;
}

.swiper-button-next, .swiper-button-prev {
    background: none;
    color:#000;
}

#main {
    padding-bottom: 30px;
}

body {
    font-size: 1.1rem !important;
    line-height: 2rem !important;
}

.text-muted {
    font-size: 1.1rem;
    color: currentColor !important;
    opacity: 1;
    line-height: 1.2em;
}

.ns-thumb img {
    border:2px solid black;
    border-radius: 8px;
}

.foqtable .foq_btnaddglobal {
    font-size: 1.2rem;
    display: flex;
    align-content: center;
    align-items: center;
}

.iqitproducttags .tags-arrow {
    display: none;
}

.iqitproducttags {
    padding: 0;
}

.overview-card__preview {
    display: block;
}

.overview-card__meta {
    font-size: 1rem;
}

.product-manufacturer-next {
    display: none;
}

#blockcart-content .cart-buttons .btn-primary {
    box-shadow: none;
}

#blockcart-content .cart-buttons .btn {
    border-radius: 0;
}

#blockcart-content .cart-buttons {
    padding: 12px 0 18px 0;
}

#blockcart-content .cart-buttons .btn-secondary {
    background: black;
}

.k-total-band {
    background: white;
}

#blockcart-content .cart-title {
    padding: 18px;
    background: white;
}

.ovc-sticky-footer {
    z-index: 10 !important;
}

.col-mobile-menu-push #_mobile_iqitmegamenu-mobile {
    z-index:99;
}

#footer-container-main, #checkout-footer {
    position: relative;
    z-index: 20;
}

/*#header, #checkout-header {*/
/*    background: #b5a9a3;*/
/*}*/

#wrapper {
    paddint-top: 0 !important;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary :active, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled :active, .btn-primary:disabled:hover, .btn-primary:disabled:focus, .btn-primary:disabled :active {
    color: white !important;
}

.btn {
    transition: none;
}

.elementor-element.elementor-element-u51xqpu {
    color: black !important;
}

.elementor-element.elementor-element-d7lmwc1 {
    color: black !important;
}

.elementor-element.elementor-element-czey6g8 {
    color: black !important;
}

.btn-primary {
    color : black !important;
}

.elementor-element.elementor-element-af3lnsa .elementor-button {
    color : white !important;
}

.nav-link:focus {
    color: white !important;
}

.nav-link:hover {
    color: white !important;
}

.lang-rtl .cbp-hrmenu .cbp-hrsub > ul > li {
    direction: rtl !important;
}

.knp-slider .knp-name {
    font-size: 1rem !important;
}

#index #wrapper, #module-iqitelementor-Preview.elementor-landing-body #wrapper {
    padding-top: 0 !important;
}

rs-layer-wrap {
    position: relative !important;
}

.lang-rtl nav #cbp-hrmenu .cbp-hrmenu-tab-cart > .cbp-hrsub {
    right: auto !important;
    left: 0 !important;
}

.lang-rtl #_desktop_blockcart-content.dropdown-menu-custom.dropdown-menu {
    transform: translateX(-20%) !important; 
}

.footerBox__title h2 {
    color: black;
}

#mobile-header .m-nav-btn {
    color: black !important;
}

@media (max-width: 991px) {
    .elementor-element-0br8jon .elementor-column {
        width: 33%;
    }
	.elementor-element-y0rxh07 {
		display:none;
	}
	.elementor-element-5b1frp7 .elementor-column {
		width: 49%
	}
}

@media (max-width: 767px) {
	.elementor-element-0br8jon .elementor-column {
        width: 100%;
    }
	.elementor-element-5b1frp7 .elementor-column {
		width: 100%
	}
    .elementor-element-y0rxh07 {
        display: none;
    }
	.elementor-element.elementor-element-1sifzr0 {
		margin-top: 20px;
	}
	.totw-top {
		grid-template-columns: none;
		min-height: 0;
	}
	.#footer .block-toggle > .block-content {
		display: block !important;
	}
	#iqitcookielaw {
		right: 1rem;
	}
	
}

.indexDeals_2 .indexDeals_list, .indexDeals_2 .indexDeals_list .compItem {
	width: 100% !important;
}

.mobile-menu__footer {
	background: black;
	color: white;
}

#iqitmegamenu-mobile .mobile-menu__link {
	color: white !important;
}

.mobile-menu__tab {
	border-bottom: solid 1px #fff;
}

.mobile-menu__header-wrapper {
	color: white;
	background: black;
}

#iqitmegamenu-mobile {
	background: black
}

.mobile-menu__submenu {
	background: black;
}

#iqitmegamenu-mobile .mobile-menu__column-title {
	color: white !important
}

.mobile-menu__close, .mobile-menu__back-btn {
	color: white;
}

#about-kseibi .faq2 .body {
	padding: 10px;
}

#wrapper .breadcrumb {
	font-size: 0.9rem;
}

#iqitcookielaw p {
	font-size: 1rem;
}

#iqitcookielaw {
	max-width: 600px;
}


.elementor-element-3m4rzwl .elementor-widget-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.elementor-element-oz9u0vn {
  flex: 1 1 auto;
  display: flex;
}
.elementor-element-oz9u0vn .elementor-widget-container {
  display: flex;
  flex-direction: column;
	width: 100%
}

.elementor-element-h3lu1w7 .elementor-widget-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.elementor-element-kqcc9h2 {
  flex: 1 1 auto;
  display: flex;
}
.elementor-element-kqcc9h2 .elementor-widget-container {
  display: flex;
  flex-direction: column;
	width: 100%
}

.elementor-element-my11u7a .elementor-widget-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.elementor-element-zfynlgo {
  flex: 1 1 auto;
  display: flex;
}
.elementor-element-zfynlgo .elementor-widget-container {
  display: flex;
  flex-direction: column;
	width: 100%
}

.overview-card {
  display: flex;
  flex-direction: column;
  height: 100%
}
.overview-card .elementor-button-wrapper {
  margin-top: auto;  
}

.elementor-text-editor.rte-content {
	height: 100%;
}

.desktop-header-style-1 .search-widget, .desktop-header-style-2 .search-widget {
	max-width: 90%
}

#search_widget input {
	border: none;
}

.category-sub-menu {
	font-size: 1rem !important;
}

.my-account-page-content-wrapper, .page-authentication #content, .page-customer-account #content {
	border: none !important;
}

#hyperpro-header .btn-brand {
    color: #ffffff !important;
    background: #000000 !important;
	border: none !important;
}

#authentication section#main{
	padding-bottom: 0;
}

/* default */
input {
  background-color: #fff !important;
  border: 1px solid #e1e1e1 !important;
}

/* when focused */
input:focus {
  background-color: #fff !important;
  box-shadow: none !important;
  outline: none !important;
  border: 1px solid #e1e1e1 !important;
}

/* Chrome / Safari autofill */
input:-webkit-autofill,
input:-webkit-autofill:focus {
  background-color: #fff !important;
  -webkit-box-shadow: 0 0 0px 1000px #f9f9f9 inset !important;
  -webkit-text-fill-color: #000000 !important;
  border: 1px solid #e1e1e1 !important;
}

.form-footer {
	text-align: center
}

.contact-page-info {
	border: 0 !important;
}

.contact-form {
	padding: 15px;
    background: #f9f9f9;
    border: 1px solid #e9e9e9;
}

.contact-form .btn {
	background: #ff6f20 !important;
	color: black !important
}

.contact-form .btn:focus {
	background: black !important;
	color: white !important
}

.contact-form .btn:hover {
	background: black !important;
	color: white !important
}

.k-contact {
	border: none !important
}

#customer-form .custom-checkbox {
	align-items: baseline;
}

#customer-form .custom-checkbox span {
	padding-top: 3px;
}

@media (min-width: 992px) {
    .lang-rtl .k-step[data-step="0"] .row {
        max-width: 760px;
        margin-right: 0;
        margin-left: auto;
    }
}

.lang-rtl .k-login-form .form-group.row > label {
	text-align: right;
}

.product-cover img {
    margin: 0;
    width: 100%;
}

