@import "../../configure/colors.css";

:root {
	--fontFamily: 'Lato';
	--standardFontSize: 14px;
	--colorPrimary: #02367b;
	--colorPrimaryHover: #0496c7;
  --colorSecondary: var(--colorPrimaryHover);
  --colorSuccess: #33b806;
	--colorDanger: #f00;

  --bs-primary: var(--colorPrimary);
  --bs-secondary: var(--colorPrimaryHover);
  --bs-success: var(--colorSuccess);
  --bs-danger: var(--colorDanger);

  --bs-primary-rgb: 2, 54, 123;
  --bs-secondary-rgb: 4, 150, 199;

  --promo-primary-rgba: rgba(2, 54, 123, .4);
  --promo-secondary-rgba: rgba(4, 150, 199, .4);

  --d: 700ms;
  --e: cubic-bezier(.19, 1, .22, 1);
}

@font-face {
  font-family: 'Arial';
  font-style: normal;
  font-weight: 400;
  src: local('Arial');
  font-display: swap;
}

/* = Blocs
-------------------------------------------------------------- */

.bloc{
	width:100%;
	clear:both;
	background: 50% 50% no-repeat;
	padding:0 20px;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	position:relative;
	display:flex;
}
.bloc .container{
	padding-left:0;
	padding-right:0;
	position:relative;
}


/* Sizes */

.bloc-lg{
	padding:100px 20px;
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
	.w-sm-auto {width:auto!important;}
	.w-sm-100 {width: 100% !important;}
	.w-sm-75 {width:75%!important;}
	.w-sm-50 {width:50%!important;}
	.w-sm-25 {width:25%!important;}
	.h-sm-100 {height:100%!important;}
	.h-sm-75 {height:75%!important;}
	.h-sm-50 {height:50%!important;}
	.h-sm-25 {height:25%!important;}
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	.w-md-auto {width:auto!important;}
	.w-md-100 {width:100%!important;}
	.w-md-75 {width:75%!important;}
	.w-md-50 {width:50%!important;}
	.w-md-25 {width:25%!important;}
	.h-md-100 {height:100%!important;}
	.h-md-75 {height:75%!important;}
	.h-md-50 {height:50%!important;}
	.h-md-25 {height:25%!important;}
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	.w-lg-auto {width:auto!important;}
	.w-lg-100 {width:100%!important;}
	.w-lg-75 {width:75%!important;}
	.w-lg-50 {width:50%!important;}
	.w-lg-25 {width:25%!important;}
	.h-lg-100 {height:100%!important;}
	.h-lg-75 {height:75%!important;}
	.h-lg-50 {height:50%!important;}
	.h-lg-25 {height:25%!important;}
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	.w-xl-auto {width:auto!important;}
	.w-xl-100 {width:100%!important;}
	.w-xl-75 {width:75%!important;}
	.w-xl-50 {width:50%!important;}
	.w-xl-25 {width:25%!important;}
	.h-xl-100 {height:100%!important;}
	.h-xl-75 {height:75%!important;}
	.h-xl-50 {height:50%!important;}
	.h-xl-25 {height:25%!important;}
}

/* Extra extra large devices (large desktops, 1400px and up)*/
@media (min-width: 1400px) {
	.w-xxl-auto {width:auto!important;}
	.w-xxl-100 {width:100%!important;}
	.w-xxl-75 {width:75%!important;}
	.w-xxl-50 {width:50%!important;}
	.w-xxl-25 {width:25%!important;}
	.h-xxl-100 {height:100%!important;}
	.h-xxl-75 {height:75%!important;}
	.h-xxl-50 {height:50%!important;}
	.h-xxl-25 {height:25%!important;}
}

/* Light theme */

.d-bloc .card,.l-bloc{
	color:rgba(0,0,0,.5);
}
.d-bloc .card button:hover,.l-bloc button:hover{
	color:rgba(0,0,0,.7);
}
.l-bloc .icon-round,.l-bloc .icon-square,.l-bloc .icon-rounded,.l-bloc .icon-semi-rounded-a,.l-bloc .icon-semi-rounded-b{
	border-color:rgba(0,0,0,.7);
}
.d-bloc .card .divider-h span,.l-bloc .divider-h span{
	border-color:rgba(0,0,0,.1);
}
.d-bloc .card .a-btn,.l-bloc .a-btn,.l-bloc .navbar a,.l-bloc a .icon-sm, .l-bloc a .icon-md, .l-bloc a .icon-lg, .l-bloc a .icon-xl, .l-bloc h1 a, .l-bloc h2 a, .l-bloc h3 a, .l-bloc h4 a, .l-bloc h5 a, .l-bloc h6 a, .l-bloc p a{
	color:rgba(0,0,0,.6);
}
.l-bloc .navbar-toggle .icon-bar{
	color:rgba(0,0,0,.6);
}
.d-bloc .card .btn-wire,.d-bloc .card .btn-wire:hover,.l-bloc .btn-wire,.l-bloc .btn-wire:hover{
	color:rgba(0,0,0,.7);
	border-color:rgba(0,0,0,.3);
}

/* Row Margin Offsets */

.voffset{
	margin-top:30px;
}


/* = NavBar
-------------------------------------------------------------- */

/* = Sticky Nav
-------------------------------------------------------------- */

.sticky-nav.sticky {
  border-bottom: 1px solid var(--colorPrimary);
  box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
  transition: all .2s ease-out;
}

@media ( min-height: 400px ){
	.sticky-nav.sticky{
		position:fixed;
		top:0;
		z-index:1000;
		 transition: all .2s ease-out;
	}
}
@media ( max-height: 399px ){
	.sticky-nav.sticky{
		position:absolute;
		top:0;
		z-index:1000;
		 transition: all .2s ease-out;
	}
}


/* Nav Special Classes */
.nav-special {
	overflow-y:scroll;
}
.nav-special .site-navigation {
	top:0;
	left:0;
	width:100%;
	position: relative!important;
	max-width: 100%!important;
	z-index: 1000;
}
.nav-special .nav > li{
	width:100%;
	background: none!important;
	border:0!important;
}
.nav-special.collapsing{
	-webkit-transition: none;
	transition: none;
	height:100%!important;
	background: none!important;
}

.blocsapp-special-menu{
	position: absolute;
	z-index:10000;
}
.nav-special.fullscreen-nav .caret,.nav-special.fullscreen-nav .dropdown-menu .dropdown .caret{
	border-width: 8px;
}
.nav-special .navbar-nav .show>.nav-link{
	color:#FFF;
}

/* Animate Menu Symbol */
.navbar-toggle{
	transition: all .1s linear;
}
.selected-nav{
	opacity: 0;
	transform: scale(0.3);
	transition: all .1s linear;
}


/* Special Menu Close Button */
/*
.close-special-menu:not(.link-icons) {
	position: absolute;
	display: block;
	width: 25px;
	height:25px;
	top:16px;
	right:10px;
	z-index: 10000;
}
.nav-invert .sidebar-nav:not(.link-icons) .close-special-menu{
	left:260px;
}
.lock-scroll{
	overflow:hidden;
	transition: background .3s linear;
}
.nav-special::-webkit-scrollbar{
	-webkit-appearance: none;
	width:0;
	height:0;
}
.blocsapp-special-menu .site-navigation.pull-right{
	float:none!important;
}
*/

/* Nav Special Close Button */
.close-special-menu .close-icon{
	/*background:#fff;*/
}
.blocsapp-special-menu blocsnav {
	background: rgba(0, 0, 0, .95);
}
.blocsapp-special-menu blocsnav > a.close-special-menu {display: none;}

/* Full Screen Navigation */
.nav-special.fullscreen-nav{
	width: 100%;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	z-index: 1000;
	position: fixed;
	transition: all .2s linear;
}
 .nav-special.fullscreen-nav.open-up{
	transform: translateY(1000px);
}
 .nav-special.fullscreen-nav.open-down{
	transform: translateY(-1000px);
}
 .nav-special.fullscreen-nav.open-left{
	transform: translateX(-1000px);
}
 .nav-special.fullscreen-nav.open-right{
	transform: translateX(1000px);
}
 .nav-special.fullscreen-nav .nav > li a:hover{
	color:#FFF;
}
 .open.nav-special.fullscreen-nav{
	opacity: 1;
	transition: all .2s linear;
}
.nav-special.fullscreen-nav .site-navigation{
	text-align:center;
	/*margin-top:5%!important;*/
}
/*
.nav-special.fullscreen-nav .close-special-menu{
	right:20px;
}
*/
 .open.nav-special.fullscreen-nav.open-left,  .open.nav-special.fullscreen-nav.open-right,  .open.nav-special.fullscreen-nav.open-down, .open.nav-special.fullscreen-nav.open-up{
	transform: translateY(0);
}

/* Handle Multi Level Navigation */
@media (min-width:576px){

.navbar-expand-sm .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-sm .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
@media (min-width:768px){
	.navbar-expand-md .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-md .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}
@media (min-width:992px){
	.navbar-expand-lg .dropdown-menu .dropdown-menu{
	border:1px solid rgba(0,0,0,.15);
	position:absolute;
	left:100%;
	top:-7px}.navbar-expand-lg .dropdown-menu .submenu-left{
	right:100%;
	left:auto}
}

.mg-sm{
	margin-top:10px;
	margin-bottom:5px;
}

/* = Buttons
-------------------------------------------------------------- */

.btn-d,.btn-d:hover,.btn-d:focus{
	color:#FFF;
	background:rgba(0,0,0,.3);
}

/* Prevent ugly blue glow on chrome and safari */
button{
	outline: none!important;
}


/* = Icons
-------------------------------------------------------------- */
.icon-md{
	font-size:30px!important;
}



/* = Lists
-------------------------------------------------------------- */
.list-sp-md li{
	padding-bottom:10px;
}
.list-sp-md li:last-child,.list-sp-lg li:last-child,.list-sp-xl li:last-child{
	padding-bottom:0;
}

/* = Masonary
-------------------------------------------------------------- */
.card-columns .card {
	margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
	.card-columns {
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1.25rem;
	-moz-column-gap: 1.25rem;
	column-gap: 1.25rem;
	orphans: 1;
	widows: 1;
}
.card-columns .card {
	display: inline-block;
	width: 100%;
}
}

/* = Forms
-------------------------------------------------------------- */

.form-control, .form-select, .form-check-input {
	border: 1px solid rgba(0, 0, 0, .15);
	border-radius: 0;
	box-shadow: none;
}
.form-control:focus, .form-select:focus, .form-check-input:focus {
	border-color: var(--colorPrimary);
	box-shadow: none;
}

/* ScrollToTop button */

.scrollToTop{
	width:36px;
	height:36px;
	padding:5px;
	position:fixed;
	bottom:20px;
	right:20px;
	opacity:0;
	z-index:999;
	transition: all .3s ease-in-out;
	pointer-events:none;
}
.showScrollTop{
	opacity: 1;
	pointer-events:all;
}
.scroll-to-top-btn-icon{
	fill: none;
	stroke: #fff;
	stroke-width: 2px;
	fill-rule: evenodd;
	stroke-linecap:round;
}

/* = Custom Styling
-------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6, p, label, .btn, a, div, span, ul, li, button, input, select, option, textarea {
	font-family: var(--fontFamily);
}
.container{
	max-width:1600px;
}
.navbar-brand img{
	width: 300px;
}
@media (max-width: 991px) {
	.navbar-brand img {width: 200px;}
}

.fw-semibold {font-weight: 600;}

#bloc-banners {background-color: var(--colorPrimary) !important;}
#bloc-banners .parallax {background-image: url('/templates/images/bgr-banners.jpg') !important;}

.col-banner img {
	object-fit: contain;
	object-position: center left;
}

.col-a-board{
	position:relative;
	top:70px;
	background-size:contain;
	display:block;
	width:433px;
	min-width:433px;
	max-width:433px;
	margin-top:0px;
	font-family:"Amatic SC";
	font-weight:700;
	color:#FFFFFF!important;
}

.col-slogan{
	position:relative;
	top:50px;
	left:40px;
}

.col-switch {
	position: relative;
}
.col-switch .cs-style {
	position: absolute;
	top: -5px;
	right: 125px;
	padding: 5px 15px 0 15px;
	font-weight: bold;
	background: rgba(255, 255, 255, .85);
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	filter: drop-shadow(0 10px 5px rgba(0, 0, 0, .1));
}

.tab-body{
	background-color:#E0E1E0;
}
.blue{
	background-color:#005ACD;
	color:#FFFFFF!important;
	font-size:20px;
	background-size:contain;
	background-position:center center;
}
.tab-active{
	font-size:20px;
	background-color:transparent;
	overflow:hidden;
	position:relative;
	z-index:0;
}
.almost-white{
	color:transparent!important;
	background-color:#F2F3F2;
	padding:15px 15px 15px 15px;
}
.inline-ico{
	position:relative;
	display:inline-block;
	left:10px;
	z-index:100;
}
.inline-label{
	display:inline-block;
	left:10px;
	font-size:20px;
	background-color:#F2F2F1;
	border-color:transparent!important;
	caret-color:transparent;
	background-size:cover;
}
.li-padding{
	padding:10px 10px 10px 10px;
}
.li-active{
	background-color:#F2F2F1;
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
}
.nav-link-active{
	background-color:transparent;
}

/* = Colour
-------------------------------------------------------------- */

/* Background colour styles */

.bgc-white{background-color: #fff !important;}
.bgc-platinum {background-color: #f0f0f0 !important;}
.bgc-primary {background-color: var(--colorPrimary) !important;}
.bgc-primary-hover {background-color: var(--colorPrimaryHover) !important;}

/* Text colour styles */

.tc-black {color: #000 !important;}
.tc-success {color: var(--bs-success);}
.tc-danger {color: #f00 !important;}

/* Link colour styles */

.ltc-black{
	color:#000000!important;
}
.ltc-black:hover{
	color:#000000!important;
}
.ltc-white{
	color:#FFFFFF!important;
}
.ltc-white:hover{
	color:#cccccc!important;
}

/* Icon colour styles */

.icon-black{
	color:#000000!important;
	border-color:#000000!important;
}




/* = Bloc Padding Multi Breakpoint
-------------------------------------------------------------- */

@media (min-width: 576px) {
    .bloc-xxl-sm{padding:200px 20px;}
    .bloc-xl-sm{padding:150px 20px;}
    .bloc-lg-sm{padding:100px 20px;}
    .bloc-md-sm{padding:50px 20px;}
    .bloc-sm-sm{padding:20px;}
    .bloc-no-padding-sm{padding:0 20px;}
}
@media (min-width: 768px) {
    .bloc-xxl-md{padding:200px 20px;}
    .bloc-xl-md{padding:150px 20px;}
    .bloc-lg-md{padding:100px 20px;}
    .bloc-md-md{padding:50px 20px;}
    .bloc-sm-md{padding:20px 20px;}
    .bloc-no-padding-md{padding:0 20px;}
}
@media (min-width: 992px) {
    .bloc-xxl-lg{padding:200px 20px;}
    .bloc-xl-lg{padding:150px 20px;}
    .bloc-lg-lg{padding:100px 20px;}
    .bloc-md-lg{padding:50px 20px;}
    .bloc-sm-lg{padding:20px;}
    .bloc-no-padding-lg{padding:0 20px;}
}


/* = Mobile adjustments
-------------------------------------------------------------- */
@media (max-width: 1024px)
{
    .bloc.full-width-bloc, .bloc-tile-2.full-width-bloc .container, .bloc-tile-3.full-width-bloc .container, .bloc-tile-4.full-width-bloc .container{
        padding-left: 0;
        padding-right: 0;
    }
}
@media (max-width: 991px)
{
    .container{width:100%;}
    .bloc{padding-left: constant(safe-area-inset-left);padding-right: constant(safe-area-inset-right);} /* iPhone X Notch Support*/
    .bloc-group, .bloc-group .bloc{display:block;width:100%;}
}
@media (max-width: 767px)
{
    .bloc-tile-2 .container, .bloc-tile-3 .container, .bloc-tile-4 .container{
        padding-left:0;padding-right:0;
    }
    .btn-dwn{
       display:none;
    }
    .voffset{
        margin-top:5px;
    }
    .voffset-md{
        margin-top:20px;
    }
    .voffset-lg{
        margin-top:30px;
    }
    form{
        padding:5px;
    }
    .close-lightbox{
        display:inline-block;
    }
    .blocsapp-device-iphone5{
	   background-size: 216px 425px;
	   padding-top:60px;
	   width:216px;
	   height:425px;
    }
    .blocsapp-device-iphone5 img{
	   width: 180px;
	   height: 320px;
    }
}


/* Z index'a poniżej: */

html, body {overflow-x: hidden;}
body, #bloc-banners {background: #e1e1e1;}

h1, h2, h3 ,h4, h5, h6, p, ul, ol, li, div, label, table, thead, tbody, tfoot, tr, th, td, form, input, textarea {
  font-family: var(--fontFamily);
  color: #000;
}

p, a, ul, ol, li, table, label, input, textarea, select, figure, figcaption, cite, blockquote {font-size: var(--standardFontSize);}

a {
	font-weight: 500;
  color: var(--colorPrimary);
  text-decoration: none;
	transition: all 300ms ease;
}
a:hover {
  color: var(--colorPrimaryHover);
  text-decoration: none;
}

.link {
	font-weight: 600 !important;
  color: var(--colorPrimary) !important;
  text-decoration: none;
	transition: all 300ms ease;
}
.link-black {color: #000 !important;}
.link:hover, .link-black:hover {
  color: var(--colorPrimaryHover) !important;
  text-decoration: none;
}

ul {list-style-type: none;}
.description ul {list-style-type: disc;}

label {z-index: 3;}

#logo img {
  display: block;
  width: 200px;
  max-width: 200px;
}

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

.modal-content {
  background-color: transparent;
  border: none;
}

#bloc-top {
  z-index: 1000;
  transition: all .3s ease;
}

#bloc-menu {
  border-bottom: 1px solid var(--colorPrimary);
	z-index: 999;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .2);
}

#bloc-mobile-menu {
  background-color: var(--colorPrimary);
  color: #fff;
}
#bloc-mobile-menu img {mix-blend-mode: multiply;}

/*
#bloc-foot {
	font-size: 14px;
  background-image: url('/templates/images/bgr-foot.webp');
  background-position: center;
  background-size: cover;
  background-blend-mode: multiply;
  background-color: rgba(255, 255, 255, .75);
}
*/
#bloc-foot::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(var(--colorPrimary), transparent);
  z-index: 1;
}

#bloc-copyright {background-color: var(--colorPrimary);}

.text-muted, .text-muted a {font-size: 12px;}
.text-justify, .text-justify p, .text-justify a {text-align: justify !important;}

.form-select, .form-control {font-size: 15px;}

.dropdown-menu {
  width: max-content;
	font-family: var(--fontFamily);
	border: 1px solid rgba(0, 0, 0, .1);
	border-radius: 0;
	filter: drop-shadow(0 0 50px rgba(0, 0, 0, .25));
}
.dropdown-menu li {padding: 0;}

#menu3_producers_wrapper .dropdown-menu {
  width: 80vw;
  max-width: 1600px;
  overflow-x: hidden;
  overflow-y: auto;
}

.mega-menu p {
	font-size: 16px;
	color: #000;
}
.mega-menu ul {
	list-style: none;
	padding: 0;
}
.mega-menu.show ul {
	display: block;
}

.href-first::before {
	position: absolute;
	content: "\220E";
	top: -55px;
	left: -60px;
	font-size: 90px;
	color: var(--colorSecondary);
	transition: all 300ms ease;
}
.href-first:hover::before {left: -55px;}

.dropdown a:first-of-type {
	position: relative;
	margin: 0;
	padding: 8px auto;
	font-size: 15px;
	color: #000;
	overflow: hidden;
	cursor: pointer;
	transition: all 300ms ease;
}
.dropdown >.dropdown-item::after {
	font-family: 'Ionicons';
	content: "\f125";
	position: relative;
	font-size: 10px;
  top: 2px;
	right: -10px;
	color: var(--colorSecondary);
}
.dropdown .dropdown-item:active {
	color: #fff;
	background-color: var(--colorPrimary);
}

.dropdown-menu.show ~ a.dropdown-toggle{
	z-index: 1000;
}

/*
.link-icons span {
  font-size: 35px !important;
  color: rgba(0, 0, 0, .75) !important;
  transition: all 300ms ease;
}
.link-icons:hover span {color: var(--colorPrimary) !important;}
*/
.link-icons span .ico-text {
  position: relative;
  display: inline-flex;
  font-family: var(--fontFamily);
  font-size: 14px !important;
}

.row-silver {
  /*margin: 0 .1rem;*/
	border: 5px solid var(--colorPrimary);
  background: rgba(0, 35, 80, .075);
}

input {
	font-weight: 600 !important;
	color: #000;
}

.page-container {overflow: initial;}

.form-check {float: right;}

.nav-link, .nav-link:focus, .nav-link:visited {
	/*padding-left: 1rem !important;
	padding-right: 1rem !important;*/
  color: #000 !important;
  transition: all 300ms ease;
}
.nav-link:hover, .dropdown-menu.show + .nav-link {color: var(--colorPrimary) !important;}
.nav-link.active, .nav-link:focus {background-color: transparent !important;}

.link-standard, .link-white {
  font-family: var(--fontFamily);
  font-weight: bolder;
  text-decoration: none;
  color: var(--colorPrimary) !important;
  transition: all 300ms ease;
}
.link-standard:hover {color: var(--colorPrimaryHover) !important;}

.link-white {color: #fff !important;}
.link-white:hover {color: rgba(255, 255, 255, .75) !important;}

.li-active {background-color: var(--colorPrimary) !important;}
.li-active, .li-active .nav-link {color: #fff !important;}

.btn {
  padding: 15px 50px;
  font-size: 19px;
  font-weight: 600;
  color: #fff;
  background-color: var(--colorPrimary);
  border-radius: 0;
}
.btn:hover, .btn.show {
  color: #fff !important;
  background-color: var(--colorPrimaryHover) !important;
}
.btn:focus, .btn:visited {
  background-color: var(--colorPrimary);
  outline: none !important;
  box-shadow: none !important;
}

.btn-secondary {
  color: #fff;
  background-color: var(--colorPrimaryHover) !important;
  border-color: var(--colorPrimaryHover);
}
.btn-secondary:hover {background-color: #000 !important;}

.btn-silver {
  padding: 10px 15px;
  width: 100%;
  color: #000;
  background-color: transparent;
}
.btn-black {background-color: var(--bs-secondary) !important;}
.btn-small {
  padding: 5px 15px;
  font-size: 13px;
}

.scrollToTop {
  padding: 0;
  background-color: rgba(0, 0, 0, .5);
}

.img-ico-top {
  display: inline-block;
  margin-right: 15px;
  width: 30px;
}

.row-truck-checkbox {a
  positiona: relative;
  top: -40px;
  margin: -15px auto 15px auto;
}

.menu-active {
  color: #fff !important;
  background-color: var(--colorPrimary) !important;
}
.menu-active h4, .menu-active p {color: #fff !important;}

.sub-1 > .dropdown-toggle::after {display: none;}

table th, table td {vertical-align: middle;}
.table-light {
  --bs-table-bg: #fff;
}
.table-light tfoot th, .table-light tfoot td {border-style: none;}

.table-product tbody {
  background-color: rgba(0, 0, 0, .05);
}
.table-product thead {
  background-color: rgba(0, 0, 0, .05);
}
.table-product tfoot {background-color: transparent;}
/*.table-product thead tr {border-top: 5px solid #fff;}*/

.li-padding {height: 70px;}

.nav-tabs {
  margin: 0 auto;
  max-width: 1600px;
}

.tab-pane {
  margin: 0 auto;
  max-width: 1600px;
  overflow: hidden;
}

.tab-content {background-color: #f2f3f2;}

.card {
	background: #fff;
  border: none;
  border-radius: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, .1);
  transition: all 300ms ease;
}

.card-img-top {
	display: block;
	width: 100%;
	height: 250px;
	object-fit: contain;
	object-position: center;
}
.card-header, .card-footer {background-color: transparent;}
.card-header a {
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
}
.card-body {padding: 0 10px;}
.card-body ul {list-style-type: disc;}

.card:hover {
	background-color: #fff;
  box-shadow: 0 5px 30px rgba(0, 0, 0, .25);
}

.card-hover-static {box-shadow: 0 0 30px rgba(0, 0, 0, .1);}
.card-hover-static:hover {
  margin-top: 0;
  margin-bottom: 0;
  box-shadow: 0 0 30px rgba(0, 0, 0, .1);
}

.card-promoted {
	background: linear-gradient(45deg, #fff 40%, rgba(0, 155, 255, .4));
	/*border: 1px solid #f00;*/
	z-index: 1;
}
.card-promoted:before, .card-promoted:after {
  position: absolute;
  content: '';
	z-index: -1 !important;
  transition: all 300ms ease;
}
.card-promoted:before {
  border-top: 2.5px solid #0099ff;
  border-left: 2.5px solid #0099ff;
  width: 15%;
  height: 15%;
  left: -2.5px;
  top: -2.5px;
}
.card-promoted:after {
  border-bottom: 2.5px solid #0099ff;
  border-right: 2.5px solid #0099ff;
  width: 15%;
  height: 15%;
  bottom: -2.5px;
  right: -2.5px;
}
.card-promoted:hover:before, .card-promoted:hover:after {
  width: 50%;
  height: 50%;
}

.text-no-decoration, .text-no-decoration:hover, .text-no-decoration:active, .text-n0decoration:visited {
  text-decoration: none;
  color: #000 !important;
}

.ribbon {
  width: 125px;
  height: 125px;
  overflow: hidden;
  position: absolute;
  z-index: 1;
}
.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: 0;
  content: '';
  display: block;
  border: 5px solid var(--colorPrimary);
}
.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 15px 0;
  background-color: #0077dd;
  box-shadow: 0 5px 10px rgba(0,0,0,.1);
  color: #fff;
  font: 700 16px/1 var(--fontFamily), sans-serif;
  text-shadow: 0 1px 1px rgba(0,0,0,.2);
  text-transform: uppercase;
  text-align: center;
}

/* top left*/
.ribbon-top-left {
  top: -10px;
  left: -10px;
}
.ribbon-top-left::before,
.ribbon-top-left::after {
  border-top-color: transparent;
  border-left-color: transparent;
}
.ribbon-top-left::before {
  top: 0;
  right: 0;
}
.ribbon-top-left::after {
  bottom: 0;
  left: 0;
}
.ribbon-top-left span {
  right: -25px;
  top: 30px;
  transform: rotate(-45deg);
}

/* top right*/
.ribbon-top-right {
  top: -10px;
  right: -10px;
}
.ribbon-top-right::before,
.ribbon-top-right::after {
  border-top-color: transparent;
  border-right-color: transparent;
}
.ribbon-top-right::before {
  top: 0;
  left: 0;
}
.ribbon-top-right::after {
  bottom: 0;
  right: 0;
}
.ribbon-top-right span {
  left: -32.5px;
  top: 25px;
  transform: rotate(45deg);
}

/* bottom left*/
.ribbon-bottom-left {
  bottom: -10px;
  left: -10px;
}
.ribbon-bottom-left::before,
.ribbon-bottom-left::after {
  border-bottom-color: transparent;
  border-left-color: transparent;
}
.ribbon-bottom-left::before {
  bottom: 0;
  right: 0;
}
.ribbon-bottom-left::after {
  top: 0;
  left: 0;
}
.ribbon-bottom-left span {
  right: -25px;
  bottom: 30px;
  transform: rotate(225deg);
}

/* bottom right*/
.ribbon-bottom-right {
  bottom: -10px;
  right: -10px;
}
.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
  border-bottom-color: transparent;
  border-right-color: transparent;
}
.ribbon-bottom-right::before {
  bottom: 0;
  left: 0;
}
.ribbon-bottom-right::after {
  top: 0;
  right: 0;
}
.ribbon-bottom-right span {
  left: -25px;
  bottom: 30px;
  transform: rotate(-225deg);
}

.square-border {
  display: inline-block;
  margin-bottom: 5px;
  padding: 0 5px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, .5);
}

.tyre-block {
  position: relative;
  display: inline-flex;
  width: 100%;
  margin-left: -30px;
  margin-bottom: calc(-225px);
  mix-blend-mode: multiply;
}

.carousel-caption {
	left: 0;
	right: 0;
	background: linear-gradient(rgba(255, 255, 255, 0), #fff 5%);
}
.carousel-caption .link {
  height: 60px;
	line-height: 1.2;
	overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  white-space: pre-wrap;
}

.slide-promoted .carousel-control-next, .slide-promoted .carousel-control-prev {
	top: -150px;
	width: 10%;
}

/* Lightbox */
a[data-lightbox]{
    position: relative;
    display: block;
    text-align: center;
}
a[data-lightbox]:hover::before{
    content:"+";

    font-size:32px;
    line-height: 42px;
    width:50px;
    height:50px;
    margin-left:-25px;
    border-radius: 50%;
    background:rgba(0,0,0,.5);
    color:#FFF;
    font-weight:100;
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
a[data-lightbox]:hover img{
    opacity: 0.6;
    -webkit-animation-fill-mode: none;
    animation-fill-mode:none;
}
.lightbox-caption{
    padding: 20px;
    color: #FFF;
    background: rgba(0,0,0,.5);
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 5px;
}
.close-lightbox:hover,.next-lightbox:hover, .prev-lightbox:hover{
    background:rgba(0,0,0,.5);
}
.next-lightbox, .prev-lightbox,.close-lightbox{
    position: absolute;
    padding:6px;
    background:rgba(0,0,0,.3);
    line-height:0;
    transition: background .2s ease-in-out;
    border-radius:.25rem;
    border:none;
    z-index:20;
}
.next-lightbox, .prev-lightbox{
    top:45%;
}
.close-lightbox{
    top:20px;
    right:20px;
}
.next-lightbox{
    right:25px;
}
.prev-lightbox{
    left:25px;
}
.lightbox-prev-icon,.lightbox-next-icon,.lightbox-close-icon{
    fill:none;
    stroke: #fff;
    stroke-width: 3px;
    fill-rule: evenodd;
    stroke-linecap:round;
}
.lightbox-close-svg{
    pointer-events:none;
}
.fullscreen-lb{
    background:#000;
    border-radius: 0;
}
.fullscreen-lb .modal-body{
    padding:0;
}
.fullscreen-lb .lightbox-caption{
    left:0;
    right:0;
    bottom:-75px;
    text-align:center;
}
.fullscreen-modal{
    background:#000;
}
.fullscreen-modal .modal-dialog{
    width:100%!important;
    max-width:95%!important;
}
.close-full-screen-modal{
    position: fixed;
    display: block;
    width: 25px;
    height:25px;
    top:16px;
    right:10px;
    z-index: 10000;
}
.close-full-screen-modal .close-icon{
    display: block;
    width:100%;
    height:1px;
    background: #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin-top:12px;
}
.close-full-screen-modal .close-icon{
    height:2px;
}
.close-full-screen-modal .close-icon:after{
    content:"";
    display:inherit;
    width:inherit;
    height:inherit;
    background: inherit;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}
.close-full-screen-modal{
    right:20px;
}
/* Lightbox END */

.tests {
  position: absolute;
  display: block;
  top: 75px;
  margin: 10px auto;
  width: 100px;
  overflow: hidden;
}
.tests img {
  display: block;
  margin: 0 auto;
  padding: 2px 0;
  width: 80px;
}

.tooltip {
  font-size: 13px;
  border-radius: 0 !important;
}

.ico-favorite {
  position: relative;
  top: 6px;
  left: 2px;
  font-size: 30px;
  color: #ffab19;
  transition: all 300ms ease;
}

.waves-container {
  max-width: 100%;
  overflow: hidden;
  position: absolute;
  bottom: -7px;
  left: 0;
  right: 0;
}

#copyrightnotice, #copyrightnotice a {
	padding-top: 15px;
	font-family: var(--fontFamily);
	font-size: 11.3px !important;
	text-align: center !important;
	color: #fff !important;
	transition: all 300ms ease;
}
#copyrightnotice a:hover {color: #fff !important;}

#bloc-mobile-menu {display: none;}

.car-caption {
  width: 100%;
  left: 0;
  background: linear-gradient(to left, transparent 0%, rgba(0, 0, 0, .75) 20%, rgba(0, 0, 0, .75) 80%, transparent 100%);
}

.menu-li a {color: #000 !important; margin-top: 5px;}
.menu-li a img {padding-right: 10px; mix-blend-mode: multiply;}
.menu-li a h4 {margin-top: 20px; font2-weight: bolder; font-size: 1.3rem;}
.menu-li a p {margin-top: -5px; font-size: 13px;}

#newsletterForm input {
  font-size: 14px;
  font-weight: bolder;
  color: #000;
}
#newsletterForm .btn {
  margin-top: 20px;
  box-shadow: 0 0 50px rgba(0, 0, 0, .5) !important;
  border-radius: 100px;
}

.stepped-progress-bar {
  counter-reset: step;
  padding: 0;
  font-family: var(--fontFamily);
}
.stepped-progress-bar > li {
  display: inline-block;
  list-style-type: none;
  width: calc(100% / 5);
  float: left;
  font-size: 12px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: var(--colorPrimary);
}
.stepped-progress-bar > li::before {
  width: 3rem;
  height: 3rem;
  font-size: 2em;
  content: '✔';
  counter-increment: step;
  border: 0.3rem solid var(--colorPrimary);
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: var(--colorPrimary);
  color: white;
  position: relative;
  z-index: 300;
}
.stepped-progress-bar > li::after {
  width: 100%;
  height: 0.2rem;
  content: '';
  position: absolute;
  background-color: var(--colorPrimary);
  top: 1.5rem;
  left: -50%;
  z-index: 200;
}
.stepped-progress-bar > li:first-child::after {display: none;}
/*// Applies to everything after the selected stage*/
.stepped-progress-bar > li.active ~ li {color: var(--bs-gray-700);}
.stepped-progress-bar > li.active ~ li::after {background-color: var(--bs-gray-500);}
.stepped-progress-bar > li.active ~ li::before {
  background-color: var(--bs-gray-400);
  border-color: var(--bs-gray-500);
  color: var(--bs-gray-900);
  line-height: 2.5rem;
  font-size: 1.2rem;
  content: counter(step);
}
/*// Applies to the selected stage*/
.stepped-progress-bar > li.active::before {
  background-color: white;
  color: var(--colorPrimary);
  border-color: var(--colorPrimary);
  line-height: 2.5rem;
  font-size: 20px;
  content: '▼';
}
.stepped-progress-bar > li.active {color: var(--bs-gray-700);}

.input-group-text {
  font-size: 13px;
  background-color: var(--colorPrimary);
  border: 1px solid var(--colorPrimaryHover);
  color: #fff;
}

.form-check input:checked {
  background-color: var(--colorPrimary);
  border-color: var(--colorPrimaryHover);
}

.ion-close-circled {color: var(--colorDanger);}

.rounded-circle {
  display: block;
  min-width: 19.5px;
  text-align: center;
  border-radius: 50px !important;
}

.breadcrumb, .breadcrumb ol li a {
  font-size: 13px !important;
  color: var(--bs-gray-700);
}
.breadcrumb > li.active {color: var(--bs-gray-700);}
.breadcrumb > a {color: var(--colorPrimary);}

.ul-disc {list-style-type: disc;}

.products > li{ position: relative; }
.products > li div.blur {
  position:absolute;
  width: 100%;
  height: 100%;
  left:0;
  top:0;
  right:0;
  bottom:0;
  background-color: var(--colorPrimary);
  opacity:0.75;
  text-align: center;
  padding-top: 30px;
  vertical-align: middle;
  font-weight:bold;
  font-size:18px;
  color:#fff;
  z-index: 2;
}

.products .price {
  font-size: 27px;
  font-weight: bold;
}
.products .price span {
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0;
}
.products .price .currency {
	font-size: 14px;
	font-weight: normal;
}

.products-list-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 22px;
}

.list-group-item.active {
  background-color: var(--colorPrimary);
  border-color: var(--colorPrimary);
}
.list-group-item.active label {color: #fff;}

#order-container div.blur {
  position:absolute;
  width: 100%;
  height: 100%;
  left:0;
  top:0;
  right:0;
  bottom:0;
  background-color: var(--colorPrimary);
  opacity:0.75;
  text-align: center;
  padding-top: 30px;
  vertical-align: middle;
  font-weight:bold;
  font-size:18px;
  color:#fff;
  z-index: 2;
}

.page-link {color: var(--colorPrimary);}
.page-item.active .page-link {
  background-color: var(--colorPrimary);
  border-color: var(colorPrimary);
}

.optgroup {vertical-align: top;}

.table-summary th {font-size: 11.3px;}

.bg-circle-white {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 400px;
  height: 400px;
  margin: 0 auto;
  text-align: center;
  background-color: #fff;
  border-radius: 500px;
  box-shadow: 0 0 50px 50px #fff;
  z-index: 0;
}

#menuHamburger ul {
  margin-bottom: 15px;
}
#menuHamburger a {
  display: block;
  margin: 5px auto;
  font-size: 19px !important;
  color: #fff !important;
  line-height: 1.2;
  /*border-bottom: 1px solid #000;*/
  transition: all 300ms ease;
}
#menuHamburger a:hover {background-color: var(--colorPrimary);}

.navbar-content-area {min-width: 500px;}

button:focus {box-shadow: none !important;}

.ms-options button {display: none;}

.subpages-gallery .card-footer .card-text {
	display: -webkit-box;
  height: 54px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

@media (max-width: 1500px) {
  .products .price {font-size: 19px;}
}
@media (max-width: 1400px) {
  .link-icons span .ico-text {display: none;}
}
@media (max-width: 1350px) {
  .products .price {font-size: 20px;}
}
@media (max-width: 1260px) {
  .navbar-content-area {min-width: 400px;}
  .btn-silver {
    font-size: 14px;
    padding: 5px 10px;
  }
  .link-icons span .ico-text {display: none;}
  .products .price {font-size: 18px;}
}
@media (max-width: 1199px) {
  #logo img {width: 100px;}
  #bloc-mobile-menu {display: none !important}
/*  .btn-silver {
    padding: 5px 10px;
    font-size: 14px;
  }*/
  .navbar-content-area {min-width: 300px;}
  .tyre-block {margin-bottom: calc(-225px - 10vw);}
  /*.navbar > .container-fluid {justify-content: space-between;}*/
  .products .price {font-size: 35px;}
}
@media (max-width: 991px) {
  #col2Tyre, #col2TyreMoto, #col2TyreTruckBus, #col2TyreIndustrial, #col2TyreAlufelgi, #div2Tyre, #div2TyreMoto, #div2TyreTruckBus, #div2TyreIndustrial, #div2TyreAlufelgi, #div2TyreFelgi, #div3Tyre, #div3TyreMoto, #div3TyreTruckBus, #div3TyreIndustrial, #div3TyreAlufelgi {display: none;}
  #bloc-mobile-menu {display: block !important;}
  #bloc-banners {margin-top: 1px;}
  .navbar-content-area {min-width: initial;}
  .btn-group {display: block;}
  .btn-silver {color: #fff;}
  .nav-link {font-size: 16px;}
  .li-padding {
    padding: 5px 5px 0 5px;
    height: 55px;
  }
  .ion-arrow-resize:before, .ion-model-s:before {font-size: 22px;}
  .row-truck-checkbox {
    position: inherit;
    top: inherit;
    margin: 10px auto;
  }
  .tyre-block {margin-bottom: calc(200px - 55vw);}
  .link-icons span .ico-text {display: none;}
  .navbar > .container-fluid {justify-content: inherit;}
  .products .price {font-size: 28px;}
}
@media (max-width: 767px) {
  .voffset {margin-top: 30px;}
  .scoring {
    display: block;
    width: 100%;
    margin: 5px auto;
    text-align: center;
  }
  .tyre-block {margin-bottom: calc(200px - 90vw);}
  .tests {
    top: auto !important;
    bottom: 0 !important;
  }
  .products .price {font-size: 32px;}
}
@media (max-width: 570px) {
  .tyre-block {margin-bottom: calc(225px - 100vw);}
  .tests {
    top: 175px !important;
    right: 10px !important;
    bottom: auto !important;
  }
  .products .price {font-size: 25px;}
	.stepped-progress-bar li {height: 50px; overflow: hidden;}
}

#btnBasketExport{ display: block; width: 30px; height: 30px; background:transparent url('/../templates/images/icon_save.jpg') no-repeat scroll left top; background-size: cover; margin-bottom: 5px; }
#btnBasketImport{ display: block; width: 30px; height: 30px; background:transparent url('/../templates/images/icon_import_excel.jpg') no-repeat scroll left top; background-size: cover; cursor: pointer; }

.point-wrapper p, .tooltip-wrapper .type-tooltip .description {
  font-family: var(--fontFamily) !important;
  font-weight: 500 !important;
  color: #fff !important;
}

.cc-link {opacity: 1 !important;}