/*!
 * NEXIQ Online Store v1.0
 * Authored by Group eX (https://group-ex.com)
 */
/* @import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;900&display=swap'); */
/* inter-regular - cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese */
@font-face {
	font-display: swap;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 400;
	src: url('../../Fonts/Google/inter-v18-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-500 - cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese */
@font-face {
	font-display: swap;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	src: url('../../Fonts/Google/inter-v18-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-600 - cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese */
@font-face {
	font-display: swap;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	src: url('../../Fonts/Google/inter-v18-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-700 - cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese */
@font-face {
	font-display: swap;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	src: url('../../Fonts/Google/inter-v18-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* inter-900 - cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese */
@font-face {
	font-display: swap;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 900;
	src: url('../../Fonts/Google/inter-v18-cyrillic_cyrillic-ext_greek_greek-ext_latin_latin-ext_vietnamese-900.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* @import url('https://fonts.googleapis.com/css2?family=Material+Symbols+Rounded:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200'); */
/* fallback */
@font-face {
	font-family: 'Material Symbols Rounded';
	font-style: normal;
	font-weight: 100 700;
	src: url('../../Fonts/Google/material-symbols-rounded.woff2') format('woff2');
}

.material-symbols-rounded {
	font-family: 'Material Symbols Rounded';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	line-height: 1;
	letter-spacing: normal;
	text-transform: none;
	display: inline-block;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-moz-font-feature-settings: 'liga';
	-moz-osx-font-smoothing: grayscale;
}


/* @import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@700&display=swap'); */
/* m-plus-rounded-1c-700 - cyrillic_cyrillic-ext_greek_greek-ext_hebrew_latin_latin-ext_vietnamese */
@font-face {
	font-display: swap;
	font-family: 'M PLUS Rounded 1c';
	font-style: normal;
	font-weight: 700;
	src: url('../../Fonts/Google/m-plus-rounded-1c-v16-cyrillic_cyrillic-ext_greek_greek-ext_hebrew_latin_latin-ext_vietnamese-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


body {
  font-family: 'Inter', sans-serif;
}
a {
  color: #004fa2;
  transition: 0.3s;
}
a.link-underline-none {
	text-decoration: none;
}
.material-symbols-rounded {
  font-variation-settings:
    'FILL'0, 'wght'400, 'GRAD'0, 'opsz'24;
  vertical-align: middle;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter', sans-serif;
}
h1, h2, h3 {
	font-weight: 700;
}
h4, h5, h6 {
	font-weight: 600;
}
h4 .material-symbols-rounded {
	font-size: 36px;
	padding-bottom: 3px;
}
.display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
	font-weight: 900;
}
.text-blue {
	color: #004fa2;
}
.text-orange {
	color: #f69e3a;
}
.text-grey,
.text-grey a {
	color: #878787;
	text-decoration: none;
	transition: 0.3s;
}
.text-grey a:hover,
.text-grey a:focus {
	color: #004fa2;
	text-decoration: none;
}
.text-bg-primary {
    color: #fff!important;
    background-color: #004fa2 !important;
}

.btn-outline-primary {
	border-color: #004fa2;
	color: #004fa2;
}
.btn-outline-primary:hover,
.btn-outline-primary:active,
.btn-outline-primary:focus,
.btn-outline-primary:focus-visible,
.btn-outline-primary:not(.btn-check)+.btn:active,
.btn-outline-primary.active {
	border-color: #004fa2;
	background-color: #004fa2;
	box-shadow: none;
	color: #fff;
}




.alert-warning {
    color: #f69e3a;
    background-color: #ffffff;
    border-color: #f69e3a;
}
.bg-dark {
	background: #1f1f1f;
}
.bg-grey {
	background: #f5f5f5;
}
.bg-blue {
	background: #004fa2;
}
.bg-orange {
	background: #f69e3a; 
}
.pt-100 {
	padding-top: 100px;
}
.pb-100 {
	padding-bottom: 100px;
}
.pt-50 {
	padding-top: 50px;
}
.pb-50 {
	padding-bottom: 50px;
}
hr {
	border-color: #878787;
}
/* ---------------------------------------------------------------------- */
/*	Navigation
/* ---------------------------------------------------------------------- */
.navbar {
  background: #f5f5f5;
  padding-top: 0;
  padding-bottom: 0;
}
.navbar-brand {
  padding-top: 20px;
  padding-bottom: 20px;
	margin-right: 0;
}
ul.navbar-icons {
  display: inline;
  list-style: none;
	margin-bottom: 0;
}
ul.navbar-icons li {
  display: inline;
}
.navbar li > a > i {
  vertical-align: middle;
  padding-right: 10px;
  color: #1f1f1f;
	transition: 0.3s;
}
.navbar li:last-of-type a i {
  padding-right: 0;
}
.navbar li > a:hover > i {
  color: #004fa2;
	
}
.nav-link {
  font-family: 'Inter', sans-serif;
  font-size: 0.938em;
  font-weight: 600;
  color: #1f1f1f;
  padding: 15px 0;
  border-top: 1px solid #dfdfdf;
}
.nav-link:hover, .nav-link:active, .nav-link:focus, .navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
  color: #004fa2;
}

.no-caret::after {
  display: none;
}

.navbar-toggler {
  color: #1f1f1f;
  border: none;
  padding: 0;
  margin-left: 10px;	
}
.navbar-toggler-icon {
  background-image: none;
}
.navbar-toggler-icon::before {
  font-family: "Material Symbols Rounded";
  font-weight: normal;
  font-style: normal;
  font-size: 30px;
  line-height: 1;
  content: "\e5d2";
}
.dropdown-menu {
  padding: 0;
  background: #f5f5f5;
  border: none;
  border-radius: 0;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-menu {
	position: relative;
	padding: 0;
	min-width: 0;
}
.dropdown-item {
  font-family: 'Inter', sans-serif;
  font-size: 0.938em;
/*  padding: 10px 0;*/
  font-weight: 500;
  color: #1f1f1f;
}
.navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-menu  .dropdown-item {
	font-weight: 400;
}
.dropdown-item:focus, .dropdown-item:hover {
  background: transparent;
  color: #004fa2;
}
a.login-label {
  font-family: 'Inter', sans-serif;
  font-size: 0.75em;
  font-weight: 400;
  color: #1f1f1f;
  text-decoration: none;
}
a.login-label:hover {
  color: #004fa2;
}
a.login-label > span {
  padding-right: 10px;
}
@media (min-width: 992px) {
  .nav-link {
    border-top: none;
  }
	.navbar li:last-of-type a i {
  padding-right: 0px;
}
  .dropdown-menu {
    padding: 10px;
    background: #f5f5f5;
    border: none;
  }
  .dropdown-item {
/*    padding: 5px 0;*/
  }
}

header .cart {
	position: relative;
}
header .cart-count {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: -0.25em;
    top: -0.25em;
    font-weight: 500;
    background-color: #1f1f1f;
    color: #fff;
    border-radius: 50%;
    min-width: 1em;
    height: 1em;
}
header .cart-count span {
    font-size: .6875em;
    line-height: 1;
}
/* ---------------------------------------------------------------------- */
/*	Announcement Banner
/* ---------------------------------------------------------------------- */
.announcement-banner {
	padding: 10px;
    background: #004fa2;
	text-align: center;
	color: #fff;
	font-size: 0.875em;
	font-weight: 400;
}
.announcement-banner a {
	color: #fff;
}
/* ---------------------------------------------------------------------- */
/*	Featured Products
/* ---------------------------------------------------------------------- */
.product-teaser {
	margin-bottom: 100px;
}
.product-teaser .card,
.product-slider .card,
.latest-news .card {
	border: none;
	border-radius: 0;
}
.quick-links a .card {
	border: solid 1px rgba(255, 255, 255, 1);
	padding: 10px 0;
	transition: 0.3s;
}
.card-img, .card-img-top {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.product-teaser a img,
.product-slider a img,
.latest-news a img {
	opacity: 1;
	transition: 0.3s;
}

.product-teaser a:hover img,
.product-slider a:hover img,
.latest-news a:hover img {
	opacity: 0.75;
}

.product-teaser .card-body,
.product-slider .card-body,
.latest-news .card-body {
	padding: 20px 0 0 0;
}

.product-teaser a,
.product-slider a,
.latest-news a,
.quick-links a {
	text-decoration: none;
	color: inherit;
	transition: 0.3s;
}

.product-teaser .card-title a:hover,
.product-slider .card-title a:hover,
.latest-news a:hover .card-title,
.quick-links a:hover .card-title {
	text-decoration: none;
	color: #014fa1;
}

.product-teaser .card-category,
.product-slider .card-category {
	font-size: 0.875em;
	font-weight: 400;
	color: #878787;
	margin-bottom: 0.25rem;
}

.product-teaser .card-title,
.product-slider .card-title,
.latest-news .card-title {
	font-size: 1em;
	font-weight: 600;
	color: #1f1f1f;
	margin-bottom: 0.5rem;
}
.quick-links .card-title {
	font-size: 1.25em;
	font-weight: 600;
	color: #1f1f1f;
	margin-bottom: 0;
}

.product-teaser .card-price,
.product-slider .card-price {
    font-size: 1.125em;
	font-weight: 400;
	color: #014fa1;
	margin-bottom: 0.5rem;
}

.latest-news .card-footer {
	font-size: 0.75em;
	font-weight: 400;
    padding-top: 0;
	padding-bottom: 1rem;
    color: #1f1f1f;
    background-color: inherit;
    border-top: none;
}
.quick-links a:hover .card {
	background-color: #f5f5f5;
	border: solid 1px #d5d5d5;
}
.quick-links-icon {
	height: 32px;
	width: auto;
	margin: 0 auto 20px auto;
}

.owl-carousel .item {

}
.owl-carousel .nav-btn{
      height: 47px;
      position: absolute;
      width: 26px;
      cursor: pointer;
      top: 100px !important;
  }

  .owl-carousel .owl-prev.disabled,
  .owl-carousel .owl-next.disabled{
    pointer-events: none;
    opacity: 0.2;
  }

  .owl-carousel .prev-slide:hover{
     background-position: 0px -53px;
  }
  .owl-carousel .next-slide:hover{
    background-position: -24px -53px;
  }
/* ---------------------------------------------------------------------- */
/*	Promo Banner
/* ---------------------------------------------------------------------- */
.promo-banner {
	padding:30px 0;
	background-color: #f69e3a;
}
.promo-banner a {
	text-decoration: none;
}
.promo-banner h1,
.promo-banner h2, 
.promo-banner h3,
.promo-banner h4,
.promo-banner h5,
.promo-banner h6 {
	font-family: 'M PLUS Rounded 1c', sans-serif;
	color: #ffffff;
}
/* ---------------------------------------------------------------------- */
/*	Footer
/* ---------------------------------------------------------------------- */
.footer-newsletter .form-control {
	padding: 0.75em;
	background-color: transparent;
	border: solid 1px #ffffff;
	color: #ffffff;
}

.footer-newsletter .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
            color: #ffffff;
            opacity: 1; /* Firefox */
}

.footer-newsletter .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
            color: #ffffff;
}

.footer-newsletter .form-control::-ms-input-placeholder { /* Microsoft Edge */
            color: #ffffff;
 }
.btn-outline-white {
	color: #ffffff;
	border: 1px solid #fff;
	background-color: rgba(255,255,255,0);
	transition: 0.3s;
}
.btn-outline-white:hover,
.btn-outline-white:active,
.btn-outline-white:focus {
	color: #014fa1;
	border: 1px solid #fff;
	background-color: rgba(255,255,255,1);
}
.footer-nav ul {
	padding-left: 0;
}
.footer-nav li {
	list-style: none;
	font-size:0.875em;
	line-height: 2em;
}
.footer-nav li a {
	color: #ffffff;
	text-decoration: none;
	border-bottom: 1px solid rgba(255,255,255,0);
	transition: 0.3s;
}
.footer-nav li a:hover {
	color: #ffffff;
	border-bottom: 1px solid rgba(255,255,255,1);
}
.footer-nav li li {
	font-size: 1em;
	opacity: 0.5;
}
.footer-legal p {
	font-size: 0.75em;
	margin-bottom: 0;
}
/* ---------------------------------------------------------------------- */
/*	Product Catalog
/* ---------------------------------------------------------------------- */
.breadcrumb {
    padding: 0!important;
    margin-bottom: 0.5em;
    font-size: 0.875rem;
	color: #878787;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
	transition: 0.3s;
	text-decoration: none;
}
.breadcrumb a {
    padding: 0;
    margin-bottom: 0.5em;
    font-size: 0.875rem;
	color: #878787;
    list-style: none;
    background-color: transparent;
    border-radius: 0;
	transition: 0.3s;
	text-decoration: none;
}
.breadcrumb a:hover,
.breadcrumb a:focus {
	color: #014fa1;
}
.product-filter {
	background: #f5f5f5;
	font-size: 0.875em;
	padding: 1em;
	margin-bottom: 3em;
	border-radius: 0.5em;
}
.product-filter .form-select {
	background-color: #f5f5f5;
	font-size: 1em;
}.product-filter p {
	font-size: 0.875em;
}
.input-spinner {
	max-width: 186px;
}
.input-spinner button {
	border-color: #dee2ef;
}

.pagination a {
	display: block;
    float: left;
    padding: 0.25em 0.75em;
    margin-right: 5px;
    margin-bottom: 5px;
    text-decoration: none;
	background: #ffffff;
    border: solid 1px #1f1f1f;
	border-radius: 0.5em;
    color: #1f1f1f;
	transition: 0.3s;
}
.pagination a:hover,
.pagination a:active,
.pagination a:focus,
.pagination a.active {
	background: #014fa1;
	 border: solid 1px #014fa1;
	color: #ffffff;
}
.pagination a.prev,
.pagination a.next {
    padding: 0.25em 0.25em;
}
.product-price {
	color: #014fa1;
}
.btn-primary {
    color: #fff;
    background: #014fa1;
	border-color:#014fa1;
    transition: 0.3s;
    }
.bulk-price {
	font-size: 0.875em;
	color: #878787;
	cursor: pointer;
}
.nav-tabs > .nav-item > .nav-link {
	padding:  0.5em 1em;
}
.tab-content {
	 border-left: 1px solid #ddd;border-right: 1px solid #ddd;border-bottom: 1px solid #ddd;padding: 20px 10px 10px 10px;margin-bottom:50px;
}

.gallery img {
	border: 1px solid #f5f5f5;
	background: #f5f5f5;
}

/* ---------------------------------------------------------------------- */
/*	FAQ Accordion
/* ---------------------------------------------------------------------- */

.accordion-button:not(.collapsed) {
    color: #1f1f1f;
    background-color: #f5f5f5;
}

/* ---------------------------------------------------------------------- */
/*	Search
/* ---------------------------------------------------------------------- */

#search-modal input {
    appearance: none;
    background: transparent;
    border: 0;
    color: #1f1f1f;
    flex: 1;
    font: inherit;
    font-size: 1.2em;
    height: 100%;
    outline: none;
    padding: 0 0 0 8px;
    width: 80%;

}
#search-form input {
    background: transparent;
    border: 1px solid #1f1f1f;
    color: #1f1f1f;
    flex: 1;
    font: inherit;
    font-size: 1.2em;
    height: 100%;
    outline: none;
    padding: 0 0 0 8px;
    width: 80%;

}
.search-title a {
	font-weight: 700;
	text-decoration: none;
}

/* ---------------------------------------------------------------------- */
/*	Cart
/* ---------------------------------------------------------------------- */

.cart-quantity {
	width: 100px;
	float: right;
}

.checkout-process .btn {
	font-size: 0.875em;
}

.checkout-process .btn.active {
	background: #212529;
	color: #fff;
}




