@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600;700;800&display=swap");
body {font-family:"Barlow Condensed";background-attachment:fixed}
.custom-sidemenu .submenu {-webkit-transition:ease-in-out all .5s; -moz-transition:ease-in-out all .5s; -o-transition:ease-in-out all .5s; transition:ease-in-out all .5s;}
#products, .btn, .newsletter a {-webkit-transition:ease-in-out all .2s; -moz-transition:ease-in-out all .2s; -o-transition:ease-in-out all .2s; transition:ease-in-out all .2s}
.container {
  max-width: 1400px;
}
body {overflow-x: hidden;}

:root {
	--c-1:#007DB3;
	--c-2:#222;
	--c-3:#ff5722;
	--c-4:#007DB3;
	--c-5:#eee;
	--c-6:#ddd;
	--c-7:#00a3e8;
	--c-8:rgb(255,226,52);
}
.bg-c-1 {background-color:var(--c-1)}
.bg-c-6 {background-color:var(--c-6)}
header {
  background: white;
}

header .logo p {
  margin: 0px;
  line-height: 0.85;
  font-weight: 800;
  font-size: 36px;
  color: #002b47;
}

header .logo p span {
  color: #00aacc;
}
header .logo img {height: 72px;width:auto}
header .shop-options a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  font-size: 18px;
  text-transform: uppercase;
}

header .shop-options .search a {
  color: #002b47;
  transition: all 0.2s ease;
}
header .shop-options .register a {color:#555;transition:all 0.2s ease}
header .shop-options .account a {color:#555;transition:all 0.2s ease}
header .shop-options .cart a {color:#555;transition:all 0.2s ease}
header .shop-options .search a:after {
  margin-left: 10px;
  content: url("../../art/icons/search.svg");
}
header .search-btn {position:absolute;background:url("../../art/icons/search.svg");width:35px;height:33px;background-position:center;background-repeat:no-repeat;right:2px;border:none;}
header .shop-options .search a:hover {
  color: #19d4ba;
}

header .shop-options .register a:after {
  margin-left: 10px;
  content: url("../../art/icons/register.svg");
}
header .shop-options .register a:hover {color:#00a3e8}
header .shop-options .account a:after {
  margin-left: 10px;
  content: url("../../art/icons/account.svg");
}
header .shop-options .account a:hover {color:#00a3e8}
header .shop-options .cart a:after {
  margin-left: 10px;
  content: url("../../art/icons/cart.svg");
}
header .shop-options .cart a:hover {color:#00a3e8}
header .shop-options .cart span.count {position:absolute;right:2px;content:"";border-radius:2px;width:20px;height:20px;background:#222;top:0px;font-size:18px;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}
header .navigation {background:var(--c-1)}
#products {color:#00a3e8;background:var(--c-1);text-transform:uppercase;font-weight:bold;font-size:18px;text-align:center;text-decoration:none;margin:0px}
#products:hover {background-color:var(--c-2)}
.navigation .container a {color:#fff;font-size:18px;text-transform:uppercase;margin-left:15px;-webkit-transition:all 0.2s ease;transition:all 0.2s ease}
.navigation .container a:hover {color:#000}
header a {
  text-decoration: none;
}
.ff-arial {font-family:Arial, "sans-serif";}
.fw-500,
.fw-500 > * {
  font-weight: 500;
}

.fw-600,
.fw-600 > * {
  font-weight: 600;
}

.fw-700,
.fw-700 > * {
  font-weight: 700;
}

.fw-800,
.fw-800 > * {
  font-weight: 800;
}

.fs-48,
.fs-48 > * {
  font-size: 48px;
}

.fs-36,
.fs-36 > * {
  font-size: 36px;
}

.fs-30,
.fs-30 > * {
  font-size: 30px;
}

.fs-28,
.fs-28 > * {
  font-size: 28px;
}

.fs-24,
.fs-24 > * {
  font-size: 24px;
}

.fs-20,
.fs-20 > * {
  font-size: 20px;
}

.fs-18,
.fs-18 > * {
  font-size: 18px;
}
.fs-16,
.fs-16 > * {
  font-size: 16px;
}
.fs-14,
.fs-14 > * {
  font-size: 14px;
}
.color-0,
.color-0 > * {
  color: white;
}
.color-1, .color-1 > * {color:#555}
.color-2, .color-2 > * {color:var(--c-1)}
.color-3, .color-3 > * {color:var(--c-1)}
.color-4, .color-4 > * {color:var(--c-1)}
.color-5,
.color-5 > * {
  color: #002b47;
}
.color-6, .color-6 > * {color:var(--c-1)}
.color-8, .color-8 > * {color:var(--c-8) !important}
/*.intro .green-box {min-height: 260px}*/
.breadcrumb-wrapper, .intro .green-box, #shopLoginBox {background:var(--c-1)}
.intro .title > *,
.intro .subtitle > * {
  text-shadow: 0px 0px 11px rgba(0, 0, 0, 0.11);
}

.btn {
  border-radius: 0px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.6rem 2rem;
}

.btn-outline-primary {
  color: white;
  border-color: white;
}
.btn-outline-primary:hover {background:var(--c-3);color:white;border-color:white}
.btn-outline-secondary {color:#002b47;border-color:#002b47;}
.btn-outline-secondary:hover {background:#002b47;color:#fff;border-color:#002b47;}
.products aside .column-menu, #shopRegBox {background:#222}
.products aside .tags {background:#00a3e8}
.products aside .manufacturers {
  background: #fff;
}

aside a {
  text-decoration: none;
}

aside a:hover {
  color: inherit;
}

.all-discount a {
  text-decoration: none;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.all-discount a:hover {
  color: #002b47;
}

.all-discount a {
  line-height: 1;
  position: relative;
  padding-right: 23px;
}

.all-discount a:after {
  margin-left: 5px;
  position: absolute;
  right: 0px;
  top: 50%;
  width: 17px;
  height: 11px;
  display: block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "";
  background: url(../../art/icons/next-green.svg) center/contain no-repeat;
}

.all-discount.arrow-light a:after {
  background: url(../../art/icons/next-blue.svg) center/contain no-repeat;
}
img:not(header img) {max-width: 100%;height:auto;}
.products-wrapper p {
  margin-bottom: 0px;
}
.products-wrapper .item a { text-decoration: none;border-top: 1px solid #e7e7e7;display:flex;text-align:center;align-items: center;justify-content: center;}
.products-wrapper .item a img {max-height:250px;max-width: 100%;width:auto;}
.products-wrapper .item .pict a {height:310px;}
.products-wrapper .item a.title {
  width: 100%;
}

.products-wrapper .item .inner {
  background: #fff;
  border: 1px solid #e7e7e7;
  border-radius: 2px;
}
.products-wrapper .price {background:var(--c-1);position:relative;height:42px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}
.products-wrapper .price:after {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  width: 23px;
  height: 23px;
  content: "";
  background: url(../../art/icons/price-tag.png) center/contain no-repeat;
}

.products-wrapper a.show {min-width:42px;height:42px;display:block;background:url(../../art/icons/show.svg), #fff;background-size:contain;background-position:center;background-repeat:no-repeat;background-size:25px;border:1px solid #00a3e8;-webkit-transition:all 0.2s ease;transition:all 0.2s ease}
.products-wrapper a.show:hover {
  background: url(../../art/icons/show.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px;
}
.products-wrapper a.buy {min-width:42px;height:42px;display:block;background:url(../../art/icons/cart-green.svg), #fff;background-size:contain;background-position:center;background-repeat:no-repeat;background-size:25px;border:1px solid #00a3e8;-webkit-transition:all 0.2s ease;transition:all 0.2s ease}
.products-wrapper a.buy:hover {
  background: url(../../art/icons/cart-green.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 25px;
}
footer .bottom {background:var(--c-1)}
footer .bottom p {
  margin-bottom: 0px;
  color: white;
  font-size: 16px;
}

footer .bottom a {
  color: inherit;
  text-decoration: none;
}

footer a {
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}

footer a:hover {
  color: #00aacc;
}
footer {background:#222}
.text-justify,
.text-justify > * {
  text-align: justify;
}

footer ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

footer ul li a {
  text-decoration: none;
  color: #f7f7f7;
  font-size: 18px;
  text-transform: uppercase;
}
.breadcrumb-wrapper img {
  min-width: 20px;
}
.breadcrumb-wrapper a {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  transition: all .2s ease;
}
.breadcrumb-item:not(.active) a:hover {
  color:#006787
}
.breadcrumb-wrapper .active a {
  color: #002b47;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: white;
}
.breadcrumb-item.active {color:#fff}
.ln-1,
.ln-1 > * {
  line-height: 1;
}
.product-page .img-holder img {height:415px;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}
.product-page .img-holder {border:1px solid #e7e7e7;background-color:#fff}
.product-page a {display:block;text-align:center}

.product-page .product-infos ul:first-of-type {
  color: #00aacc;
  list-style: none;
  font-size: 18px;
  margin: 0px;
  padding: 0px;
  line-height: 1.2;
}

.product-page .product-infos ul:last-of-type {
  color: #002b47;
  list-style: none;
  font-size: 18px;
  margin: 0px;
  padding: 0px;
  line-height: 1.2;
  margin-left: 1.5rem;
}

.p-mb-0,
.p-mb-0 > * {
  margin-bottom: 0px;
}
.product-page .counter button {border-style:solid;border-width:1px;border-color:var(--c-1);background-color:#fff;width:44px;height:44px;position:relative}
.product-page .counter input {
  width: 44px;
  height: 44px;
  border: 1px solid #e7e7e7;
  text-align: center;
  font-size: 24px;
  color: #222f3e;
}

.product-page .counter button:first-of-type:after {
  background: url("../../art/icons/decrease.svg") center/contain no-repeat;
  position: absolute;
  left: 50%;
  content: "";
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 16px;
  height: 16px;
}

.product-page .counter button:last-of-type:after {
  background: url("../../art/icons/increase.svg") center/contain no-repeat;
  position: absolute;
  left: 50%;
  content: "";
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 16px;
  height: 16px;
}

.btn {
  font-size: 18px;
  font-weight: 700;
  text-transform: none;
  padding: 0.46rem 1.3rem;
  position: relative;
}
.btn-primary {background:#E03400;border-color:#E03400}
.btn-primary:hover {background:#00a3e8;border-color:#00a3e8}
header .btn-primary {color:#000}
.btn-secondary {
  background: #002b47;
  border-color: #002b47;
}

.btn-secondary:hover {
  background: #48e1f4;
  border-color: #48e1f4;
}
.btn-info {color:#fff;background:var(--c-1);border:1px solid var(--c-1);font-weight:600}
.btn-info:hover {background-color:var(--c-7)}
.btn-dark {color:#fff;background:var(--c-2);border:1px solid var(--c-2);font-weight:600}
.btn-dark:hover {background-color:var(--c-1);border:1px solid var(--c-1)}
.product-page .options a.buy {
  padding-left: 3rem;
}

.product-page .options a.ask-price {
  padding-left: 3rem;
}

.product-page .options a.buy:before {
  position: absolute;
  left: 0.5rem;
  top: 55%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: url(../../art/icons/cart-white.svg);
}

.product-page .options a.ask-price:before {
  position: absolute;
  left: 0.5rem;
  top: 56%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  content: url(../../art/icons/email.svg);
}

.product-page .extra .item img {
  height: 48px;
  width: auto;
}

.product-page .extra .item {
  text-decoration: none;
}

.product-page .mini-photos .item .inner {
  border: 1px solid #e7e7e7;
  background-color: white;
}

.product-page .mini-photos > a {flex:0 0 auto;width: 25%;}

.product-page .mini-photos img {
  height: 83px;
  -o-object-fit: contain;
  object-fit: contain;
}

.accessories .item .counter button,
.accessories .item .counter input {
  border-color: #e7e7e7;
  height: 42px;
  width: 42px;
}

.products-wrapper .swiper-button-next,
.products-wrapper .swiper-button-prev {
  left: inherit;
  right: inherit;
  top: inherit;
  -webkit-transform: none;
  transform: none;
  position: relative;
  margin-top: 0;
  width: 13px;
  height: 22px;
  opacity: 1;
}

.products-wrapper .swiper-button-next:after,
.products-wrapper .swiper-button-prev:after {
  content: "";
  width: 13px;
  height: 22px;
  background: url(../../art/icons/slider-arrow.svg) center/contain no-repeat;
}

.products-wrapper .swiper-button-prev:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: 2px;
}
p a:not(footer a) {color:#00a3e8;text-decoration:underline;text-transform:uppercase}
.additional-text {
  border-bottom: 1px solid #48e1f4;
}

.additional-text p {
  margin-bottom: 0px;
}

article {
  background: #fff;
  border: 1px solid #e7e7e7;
}

article ul li,
article p {
  font-size: 18px;
  color: #002b47;
}

article ul {
  padding-left: 1.2rem;
}

article ul li::marker {
  color: #00aacc;
}

article hr {
  color: #48e1f4;
  opacity: 1;
}

.members img {
  max-height: 270px;
  -o-object-fit: cover;
  object-fit: cover;
}

.back-to-home a {
  text-decoration: none;
  line-height: 1;
  padding-left: 2rem;
  position: relative;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.back-to-home a:hover {
  color: #002b47;
}

.back-to-home a:before {
  content: url(../../art/icons/arrow-back.svg);
  position: absolute;
  top: 43%;
  left: 0rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.accordion-item {
  border: none;
  background: inherit;
  position: relative;
}

.accordion-body {
  position: absolute;
  background-color: white;
  border: 1px solid #e7e7e7;
  border-top: 0px;
}
.filters .accordion-header button {font-size:18px;color:#00a3e8;background-color:white;border:1px solid #e7e7e7;border-radius:0px !important;padding: 0.8rem 1rem}
.filters .accordion-header button span {color:#555;margin-left:5px}
.accordion-button:after {
  background: url(../../art/icons/accordion-arrow.svg) center/contain no-repeat;
}

.accordion-button:not(.collapsed)::after {
  background: url(../../art/icons/accordion-arrow.svg) center/contain no-repeat;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.pagination a {
  background: #fff;
  width: 38px;
  height: 38px;
  border: 1px solid #e7e7e7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #48e1f4;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
}

.pagination a.active {
  color: #002b47;
  font-size: 24px;
}

.pagination a.prev-end {
  background: url(../../art/icons/prev-end.svg), #fff;
  background-size: 24px 17px;
  background-repeat: no-repeat;
  background-position: center;
}

.pagination a.prev {
  background: url(../../art/icons/prev.svg), #fff;
  background-size: 19px 12px;
  background-repeat: no-repeat;
  background-position: center;
}

.pagination a.next-end {
  background: url(../../art/icons/prev-end.svg), #fff;
  background-size: 24px 17px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.pagination a.next {
  background: url(../../art/icons/prev.svg), #fff;
  background-size: 19px 12px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.manufacturers .items img {
  height: 40px;
  width: auto;
  max-width: 140px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transform: all 2s linear;
  transform: all 2s linear;
}

.manufacturers .items a {
  -webkit-transform: all 2s linear;
  transform: all 2s linear;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.manufacturers .items a:hover,
.manufacturers .items a:hover img {
  -webkit-transform: all 2s linear;
  transform: all 2s linear;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.custom-sidemenu ul:first-of-type li a {font-size:24px;color:#fff;text-transform:uppercase;font-weight:700}
.custom-sidemenu ul li button {font-size:24px;color:var(--c-1);text-transform:uppercase;font-weight:700;width:100%;text-align:left;background:transparent;border:none}
.custom-sidemenu ul:first-of-type ul.dropdown-menu:first-of-type {
  position: inherit;
  top: inherit;
  left: inherit;
  -webkit-transform: none;
  transform: none;
  background: inherit;
}

.custom-sidemenu ul:first-of-type ul.dropdown-menu:first-of-type li a, .almenu > li > a, .dropdown-item {
  font-size: 18px !important;
  font-weight: 400 !important;
  color: #f7f7f7 !important;
}

.dropdown-menu li {
  position: inherit;
}
.submenu li {position: relative;list-style:none}
.dropdown-menu .submenu {
  position: absolute;
  left: 100%;
  top: -7px;
  padding-top: 0px !important;
}

.dropdown-menu .submenu-left {
  right: 100%;
  left: auto;
}

.dropdown-menu > li:hover {
  background-color: #f1f1f1;
}

/*.dropdown-menu > li:hover > .submenu {
  display: block;
}*/

.dropdown-menu > li:hover {
  background: transparent;
}

.dropdown-menu > li:hover a {
  background: transparent;
}

.custom-sidemenu ul:first-of-type ul.dropdown-menu:first-of-type .submenu {
  background: #006787 !important;
}

.custom-sidemenu ul:first-of-type ul.dropdown-menu:first-of-type .submenu {
  position: absolute !important;
  left: 100% !important;
  right: inherit;
  border-radius: 0px;
  top: 0px !important;
  height: 100%;
}

.dropdown,
.dropend,
.dropstart,
.dropup {
  position: inherit;
}

aside {
  position: relative;
}
/*.dropdown-item:not(.opened):hover ~ ul {
  display: none !important;
}*/
/*.dropdown-menu .opened ul {display:block !important;}*/
.dropdown-menu:not(.submenu) > li.opened {padding-right:35px;margin-right:-35px;}
.dropdown-menu:not(.submenu) > li.opened > a {padding-right:35px;margin-right:-35px;}
.custom-sidemenu .nav-item {
  padding: 0.25rem 2rem;
}

.dropdown-item {
  padding: 0.25rem 1rem;
}
.dropdown-title {padding:1rem;text-transform:uppercase;color:#fff;font-size:30px;font-weight:700;margin-bottom:0;white-space:nowrap}
.dropdown-subtitle {color:#fff;font-size:24px;font-weight:700;padding:0.25rem 1rem;margin-bottom:0;white-space:nowrap}
.submenu.dropdown-menu li a {
  padding: 0.25rem 1.5rem;
}

.dropdown-toggle {
  width: 100%;
  position: relative;
}

.dropdown-toggle::after {
  background: url(../../art/icons/dropdown.svg) center/contain no-repeat;
  border: none;
  position: absolute;
  right: 0px;
  top: calc(50% - 10px / 2);
  width: 17px;
  height: 10px;
  vertical-align: middle;
  margin-left: auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.nav-item .nav-link {position:relative}
.nav-item .nav-link::after {
	content:"";
  background: url(../../art/icons/dropdown.svg) center/contain no-repeat;
  border: none;
  position: absolute;
  right: 0px;
  top: calc(50% - 10px / 2);
  width: 17px;
  height: 10px;
  vertical-align: middle;
  margin-left: auto;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.nav-item .nav-link.collapsed:after {-webkit-transform: rotate(180deg);transform: rotate(180deg)}

.dropdown-toggle:not(.show):after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.custom-sidemenu .navbar-nav .dropdown-menu:first-of-type li a {
  position: relative;
}
.almenu {padding:0}
.almenu > li {position:relative}
.almenu > li > a:after {content:"";}
.custom-sidemenu .navbar-nav .dropdown-menu:first-of-type li a:not(.submenu a):after, .almenu > li > a:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 17px;
  height: 11px;
  right: 0px;
  content: "";
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: url(../../art/icons/dropdown-item.svg) center/contain no-repeat;
}
.custom-sidemenu .navbar-nav .dropdown-menu:first-of-type li a:not(.submenu a):after, .almenu > li > button:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 17px;
  height: 11px;
  right: 0px;
  content: "";
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background: url(../../art/icons/dropdown-item.svg) center/contain no-repeat;
}
.almenu > li > a:after {right:-20px}
.almenu > li > button:after {right:-20px}
.almenu > li > button.collapsed:after {right:0}
.almenu > li > a.collapsed:after {right:0}
.custom-sidemenu .almenu .submenu {position:absolute !important;left:calc(100% + 33px) !important;top:0 !important;background:#222 !important;z-index:100;padding-bottom: 1rem!important;}
.custom-sidemenu .navbar-nav .dropdown-menu:first-of-type li:hover a:not(.submenu a):after {
  right: -20px;
}
.almenu .dropdown-item:focus, .almenu .dropdown-item:hover {background-color:inherit}
.dropdown-menu {
  border: 0px !important;
}

.dropdown-menu li {
  background: inherit !important;
}

.products-wrapper .item .options,
.products-wrapper .item .title,
.products-wrapper .item .title > * {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.products-wrapper .item:hover .title {background:#222}
.products-wrapper .item:hover .title > * {color:White}
.products-wrapper .item:hover .options {background:#222}
.navigation a.sale {
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.navigation a.sale:hover {color:#002b47;background:#fff}
footer .bottom a{transition: all .2s ease}
footer .bottom a:hover {
  color:#002b47
}
#regFormContent, #results, #cartContent {margin: 50px auto;max-width: 1400px;padding: 0 12px;}
.accordion-item a {color:#00a3e8}
.orderDiv select {border: none;color:#555;-moz-appearance:none;-webkit-appearance:none;appearance:none;padding:.8rem .5rem;}
.oldPrice {font-size:12px;font-weight:700;text-decoration:line-through;display:block}
.rv .oldPrice {position:absolute;left:8px;top:-2px}
.rv .specialPrice {position:absolute;left:8px;bottom:-8px}
/*.orderDiv select > option:first-of-type {display:none;}*/
.choice.b-top-dot {display: flex;justify-content:space-between;}
.choice.b-top-dot .button.right {margin-left:auto;}
.kapcs .swiper-slide img {max-width:100%;width: auto;max-height:260px;}
header .navigation {overflow:auto;max-height:calc(100vh - 86px);}
.custom-sidemenu .submenu a:hover {background-color:rgba(255,255,255,.2)}
#productList .pict a:empty, .main-space .pict a:empty {background: url(../../art/logo.png) center no-repeat;background-size:contain}
h4.fs-14 {font-size:14px;}
.autocomplete_container p:last-of-type{margin-bottom:0;}
.autocomplete-me {padding-right:40px;width: 160px !important;}
.dropdown-toggle {white-space:normal;}
.products-wrapper .inner img {aspect-ratio:1/1;object-fit:contain;height:100%}
.swiper-container-autoheight .swiper-slide {height:100%}
.swiper-container-autoheight .swiper-slide .inner {height:100%}
.swiper-container-autoheight .swiper-slide .inner .pict {aspect-ratio:1/1}
.swiper-container-autoheight .swiper-slide .inner img {aspect-ratio:1/1;object-fit:contain;max-height:100% !important}
.cartRow .thumb img {max-width:120px;width:120px}
.autocomplete_item > div img {width:auto;max-width:80px;max-height:120px;padding-right:8px}
.autocomplete-items {max-height:calc(100vh - 44px);overflow:auto}
.error {color:#f00000}
.cartCheckout main {max-width:1400px;margin:0 auto;padding-bottom:50px}
.OneStepCheckout main, .cart main {max-width:1400px;margin:0 auto}
.cartCheckout .osc-cart-thumb img {max-height:160px}
.click-me.decrease {background-image:url('/art/decrease.svg') !important;background-color:#00a3e8;background-size:80%}
.click-me.increase {background-image:url('/art/increase.svg') !important;background-color:#00a3e8}
.osc-cart-quantity > .d-flex {align-items:center}
.osc-cart-quantity .click-me {width:30px !important;height:30px !important}
.mySwiper .swiper-slide {height:auto}
footer .text a {color:var(--c-7)}
footer .text a:hover {color:var(--c-3)}
.hide {display:none}
#google_translate_element > div {display:flex;align-items:center;justify-content:flex-end}
#google_translate_element > div > div, #google_translate_element > div > span {padding:0 12px}
.table-responsive tr td:first-of-type {background-color:var(--c-5)}
.newsletter a {color:#fff;font-size:18px;text-transform:uppercase;font-weight:bold;text-decoration:none;display:block}
.newsletter a:hover {background-color:var(--c-2)}
.newsletter p {margin:0}
.text-t-none {text-transform:none !important}
.empty:empty {display:none}
.hyphens {word-wrap: break-word;overflow-wrap: break-word;-webkit-hyphens: auto;-moz-hyphens: auto;hyphens: auto}
/*.nav-link:focus {background-color:#000;color:#fff}*/
.ratio21 {aspect-ratio:2/1}
.intro.swiper-slide > .bg {position:absolute;left:0;top:0;width:100%;height:100%}
.intro.swiper-slide > .bg img {width:100%;height:100% !important;object-fit:cover;object-position:center;filter:blur(20px);opacity:.7}
.z-10 {z-index:10}
.h-43 {height:43px}
.sku:not(emtpy):before {content:"sku: "}

@media (max-width: 1399.98px) {
.intro.swiper-slide > .bg {display:none}
}
@media (max-width: 1199.98px) {
  aside {
    width: 300px;
  }
}


@media (max-width: 991.98px) {
  .price p {
    font-size: 24px;
  }
  .custom-sidemenu .nav-item {
    padding: 0px;
  }
  .custom-sidemenu ul:first-of-type ul.dropdown-menu:first-of-type li a {
    text-align: left;
  }
  .custom-sidemenu ul:first-of-type ul.dropdown-menu:first-of-type {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .custom-sidemenu .navbar-nav .dropdown-menu:first-of-type li a:not(.submenu a):after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
  }
  .custom-sidemenu ul:first-of-type ul.dropdown-menu:first-of-type .submenu {
    position: inherit !important;
  }
  .dropdown-title,
  .dropdown-subtitle {
    display: none;
  }
  .custom-sidemenu ul:first-of-type li a, .custom-sidemenu ul:first-of-type li button {color:var(--c-1) !important;text-align:left !important}
	.custom-sidemenu .almenu .submenu {background:var(--c-5) !important}
  .md-bg {
    background-color: #002b47;
  }
  .navigation .container {
    padding: 0px;
  }
  .navigation .container a:not(.nav-link):not(.dropdown-item):not(.nav-link):not(#products):not(.sale) {
    padding: 6px;
    margin: 0px;
    width: 100%;
    text-align: center;
    background-color: #00aacc;
  }
  .sale {
    margin-top: 10px !important;
  }
  .sale,
  .custom-sidemenu ul:first-of-type li a {
    min-width: 230px;
  }
  .custom-sidemenu .navbar-nav .dropdown-menu:first-of-type li:hover a:not(.submenu a):after {
    right: 0px;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
  }
  aside {
    width: 100%;
  }
.custom-sidemenu .almenu .submenu {position:relative !important;left:auto !important;top:auto !important;}
.almenu > li > a:after {top:12px}
.h-43 {height:auto}
}
@media (max-width: 767.98px) {
.products-wrapper .item .pict a {height:260px;}
.shop-options a {content: "";font-size: 0px !important;}
}
@media (max-width: 575.98px) {
  .fs-48,
  .fs-48 > * {
    font-size: 37px;
  }
  .fs-36,
  .fs-36 > * {
    font-size: 27px;
  }
.intro .green-box {background:rgba(0, 125, 179, 0.85)}
.products-wrapper .item .pict a {height:320px;}
.choice {flex-wrap:wrap;justify-content:center;}
.choice .button.left {margin-bottom:12px;}
.choice .button.right {margin:0;}
header .logo img {height:56px;}
.regFormTable td {display:block;}
.autocomplete-me {padding-right:0;width:120px !important;}
header .search-btn {display:none;}
}
/*# sourceMappingURL=style.css.map */
