body
{
   overflow-y: scroll; /* Forces scrollbar presence */  
   font-family: 'Roboto', Arial, sans-serif !important;
   background-color: #f5f5f5;   
       margin : 0; padding : 0;
}

body, input, select, textarea
{
  line-height: 1.3em;
  font-size: 14px;
    
}

p
{
line-height: 1.5em;
}

a
{
  font-size: 14px;
}

img{
border: 0;
}

h2{
  font-size : 12px;
	margin : 0;
	padding: 0;
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}

div
{
	box-sizing: border-box;
    margin : 0; padding : 0;   
}

div.container_wrap
{
  display: contents;
}

div#page
{
  max-width: none;
  width: 100%;
  overflow: overlay;
  
  box-sizing: border-box;
  padding: 10px;
  position: relative;
}

div.productmainimg
{
  display: block;
  overflow: hidden;
  width: 50%;
  min-width: 200px;
  min-width: 200px;
  /*max-width: 500px;*/
  float: left;
  margin: 0 10px 4px 0;
}


@media(max-width: 600px)
{
 div.productmainimg
  {
    width: auto;
    min-width: 0;
    max-width: none;        
    float: none;
  }
  
  img.product-img
    {    
    display: block;
    margin: 0 auto;    
    /*max-height: 300px;*/
    width: auto;
  }
  
  div#product-info
  {
    width: 100%;
    float: none;
  }
}

div.topband
{
  padding-top:0px;
  padding-bottom:0px;
  background-color: transparent;
  
	/*position: relative;*/
	position: fixed;
	top: 0px;
	/*width: 100%;*/
	left: 0;
	right: 0;
	z-index:10;  
}

div.toppanel-wrap
{
	margin: 0 10px;
	background-color: transparent;
}

div.toppanel
{
 /*
  background-image: url('ducati-bg1.jpg');
  background-position: center top;
  background-repeat: repeat-x;*/
  position: relative;
  
}

div#mobmenu
{
 z-index: 2;
 position: relative;  
 overflow: hidden;
 background-color: transparent;
 
  display: none; 
 
}

div#mobmenu a
{
  display: inline-block;
  vertical-align: middle;
  padding: 4px 30px 0 20px;
    
}

ul#fixmenu
{
  z-index: 2;
  position: relative;  
}

div.maincontainer
{
  background-color: #f5f5f5;
 
  padding: 0px;
  padding-left: 10px;
  padding-right: 10px;
  clear: both;
  float: none;
  display: block;
  overflow: visible;  
  
}

div.maincontent
{
  margin: 0px auto !important;
  max-width: 1390px;
  padding: 10px 0px;
  overflow: visible;
}

div.webcsopcont
{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); 
  gap: 16px; 
  justify-content: start;
  
  margin-bottom: 20px;
}

div.webcsopitem_wrapper
{
  padding: 0px;
  text-align: center;
  border-radius: 8px;	
}


div.webcsopitem
{
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 4px;
  height: 280px;
  /* box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1); */
}

div.webcsopitem:hover
{
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
}

div.webcsopimgwrap
{
  height: 180px;
  overflow: hidden;
  
  display: flex;
  justify-content: center; /* Centers horizontally if needed */
  align-items: center; /* Centers vertically */  
    
  flex-grow: 1; /* Allows image to take available space but shrink if needed */
}

img.webcsopimg
{
	width: 100%;
	max-height: 180px;
	object-fit: contain;
}


a.webcsoplink
{
	width: 100%;
	height: 100%;
	text-decoration: none;
	cursor: pointer;
	font-size: 20px;

  display: flex;
  flex-direction: column; /* Stack elements vertically */
  height: 100%; /* Fill available height */

}

span.webcsopnev
{
	display: block;
    margin-top: auto; /* Pushes the text to the bottom */	
}

@media(max-width: 420px)
{
  div.webcsopitem
  {
  }
  
  img.webcsopimg
  {
  }
  
  div.webcsopimgwrap  
  {

  }
  
  div.maincontainer
  {
    padding: 0px 5px;
  }
    
  img.productrectfoto
  {
    width: 120px;
  }
  
  div.webcsopitem a
  {

  }
}

ul#popmenu li
{
  padding: 6px 0px;
}

div.productpanel-mailqrybox
{
  margin-top: 30px;
  margin-bottom: 30px;
  float: right;
}

div.productpanel-colorvari
{
  overflow: hidden;
}

.required
{
  background-color: #ffffa0;
}

div.pagingnavigator a[disabled] span
{
  color: red;
}

div.pagingnavigator_bottom a[disabled] span
{
  color: red;
}

.termekmeret, .termekmeret_sel, .termekmeret_txt
{
  padding-top: 2px !important;
  height: auto !important;
}

div.termekmerethead
{
float:left;
clear:left;
/*height: 66px;*/
width: 80px;
/*border-top: 1px solid gray;*/
padding: 2px;
text-align:center;
}

div.termekmeret, div.termekmeret_sel, div.termekmeret_txt
{
  float:left;
  padding:2px;
  padding-top:10px;
  height: 28px;
  display: block;
  border: 2px solid #ccc;
  margin: 3px;
  cursor: pointer;

  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

div.termekmeret-block
{
  overflow: hidden;
}

div.termekmeret:hover
{
  border: 2px solid #e00000;
}

div.termekmeret_txt
{
  padding-top: 5px;
  height: 33px;
  border: none;
}

div.termekmeret_sel
{
  border: 2px solid #e00000;
  background-color: #ddd;
}


div.producttable-wrap
{
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); 
  gap: 16px; 
  justify-content: start;
  
  margin-bottom: 20px;
  
  overflow: hidden;
  padding-bottom: 40px;
}

div.productrect
{
  padding: 6px;
  height: 400px;	
  background-color: white;  
  /*box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);*/
  border: 1px solid #ddd;
  border-radius: 6px;
  width: 100%;
  padding: 15px;
  padding-bottom: 25px;
  position: relative;
}

div.productrect:hover
{
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2);
  height: 450px;	
  overflow: hidden;
  margin-bottom: -50px;
  z-index: 2;
}

@media(max-width: 560px)
{
	div.producttable-wrap
	{
		grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); 
		gap: 8px; 
	}
	
	div.productrect
	{
		height: 300px;
	}
	
	div.productrect:hover
	{
       height: 350px;	
       overflow: hidden;
       margin-bottom: -50px;		
	}
	
	div.webcsopcont
	{
	  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); 
	  gap: 8px; 
	}	
}


div.prodimgwrap
{
height: 180px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;	
}

div.productrect a
{
    width: 100%;
    height: 100%;
    text-decoration: none;
    cursor: pointer;
    font-size: 16px;
    display: flex;
    flex-direction: column;
    height: 100%;
	padding: 4px !important;
}

div.productrect a img
{   
    width: 100%;
    max-height: 240px;
    object-fit: contain;
}

div.productrect_inner1
{
	display: block;
    margin-top: auto;
}

span.prodnev
{
	text-align: center;
	display: block;
	font-family: 'Roboto', Arial, sans-serif !important;
}

div.productrect_inner2
{
	display: flex;
    margin-top: auto;
	height: 40px;
  justify-content: flex-end;
  align-items: flex-end;	
}

div.productrect_inner3
{
	margin: 0 auto;
	display: none;
	height: 50px;
	align-items: flex-end;
	width: 100%;
}

div.productrect:hover div.productrect_inner3
{
	display: flex;
}



span.prodprice
{
	text-align: right;
    align-self: flex-end;	
}

.pagingnavigator
{
	display: flex !important;
	padding: 15px !important;
	background-color: rgba(0, 0, 0, 0) !important;
}

.pagingnavigator_inner
{
  margin: 0 auto;	
}

.pagingnavigator_inner b
{
	display: block;
}

.pagingnavigator .span_pagenumber
{
	padding: 20px;
}

.pagingnavigator a, .pagingnavigator span
{
	display: inline-block;
	height: 20px;
}

.pagingnavigator .a_prev, .pagingnavigator .a_next
{
	padding: 10px 20px;
}

/* splide */
.splide__slide img 
{
  width: 100%;
  height: auto;
}

/**/

.splide__slide img {
  height: 100%;
   /*object-fit: cover; */
  object-fit: contain;
  /*
  max-width: 100%;
  max-height: 100%;  
  */
}

.splide__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* banner */

.topslide .splide__slide {
  ---height: 100%;
   width: 100%;
   ---object-fit: cover; 
  ---object-fit: contain;
  overflow: hidden;
  aspect-ratio: 16 / 9;  
  
}

.topslide .splide__slide img {
  height: 100%;
   width: 100%;
   object-fit: cover; 
  ---object-fit: contain;
  display: block;
  object-position: center;
}


/* ----- */

/* Modal styles */
.modal {
	
   display: none;
	position: fixed;
	z-index: 1000;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	justify-content: center;
	align-items: center;	
	
}

.modal img {
	max-width: 98%;
	max-height: 98%;
	border-radius: 10px;	
				
}

.modal.show {
	display: flex;
    justify-content: center;
    align-items: center;	
}
		
#modalImgWrap
{	
 display: inline-block; /* Wraps the image tightly */
}	

#modalImgWrap2 
{
	display: inline-block; /* Wraps the image tightly */
	max-width: 100%;
	max-height: 100%;
}

#closeIcon
{
	position: absolute;
	top: 15px; 
	right: 15px; 
	width: 48px; 
	cursor: pointer; 
	/*background: rgba(0,0,0,0.6); */
	/*border-radius: 50%;*/
}

.leaflet-bottom.leaflet-right svg
{
	display: none !important;
}

.leaflet-touch .leaflet-bar a {
    width: 40px !important;
    height: 40px !important;
    line-height: 40px !important;
}

#maphide
{
	position: absolute;
	z-index: 1001;
	background-color: rgba(255,255,255,0.5);
	vertical-align: middle;
	top: 100px;
	left: 10px;
	border: 1px solid gray;
	border-radius: 3px;
	padding: 3px;
}

#mapshow
{
	position: relative;
	background-color: white;
	border: 1px solid gray;
	border-radius: 3px;
	padding: 3px;
	display: inline-block;
	margin: 5px 0;
}

#maphide img, #mapshow img
{
	width: 40px;
	vertical-align: middle;
}

#maphide span, #mapshow span
{
	font-weight: bold;
}

#map
{
	margin: 5px 0;
	width: calc(100% - 30px);
    --height: 480px;
    --width: 100%;	
	height: 80vh;  
}

.mapwrap
{
  position: relative;
}

#mapwrap2
{
	position: relative;
	background: repeating-linear-gradient(
      45deg,
      #f5f5f5,
      #f5f5f5 10px,
      #e0e0e0 10px,
      #e0e0e0 20px
    ); /* diagonal pattern */
	
}
 
/* 2222222 */


div#topband-placeholder
{
	height: 80px;
}

div.toppanel
{
    position: relative;
	max-width: 1390px;
	height: 80px;
    margin: 0 auto;
	border-radius: 2px;
	transition: height .3s;
		
	background-color: #eee;
		
	text-transform: uppercase;
	
	display: flex;
	
	border: 1px solid #ccc;
	border-radius: 4px;

}

div.toppanel ul#fixmenu li a {
   color: #0f0f0f;
}

div.toppanel ul#fixmenu li a:visited
{
   color: #0f0f0f;
}

li#homepage-icon img
{
	width: 150px;
	transition: width .3s;
}

ul#fixmenu
{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;	
	padding-left: 0px;
	max-width: 1200px;
	margin: 0 auto;
	
	flex: 1 0 auto;
}

ul#fixmenu li
{
	/*flex: 1 0 auto;*/
}

@media(max-width: 770px)
{
  div#mobmenu
  {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row;	
	
    flex: 1 0 auto;
 }
   
  ul#fixmenu
  {
    display: none;
  }
  
  div.topband, div.toppanel
  {
    height: 44px;
  }  
  
  div#topband-placeholder
  {
	height: 60px;
  }
  		
}

div#mobmenu a.homepage-link img
{
	width: 92px;
}

div#mobmenu a.basket-link img
  {
	  width: 32px;
  }

ul#popmenu {
    display: none;
    position: absolute;
    top: 56px;
    left: 0;
    background-color: #f5f5f5;
    width: 100%;
    border-top: 2px solid white;
    border-bottom: 1px solid #808080;
    z-index: 10000;
    color: #0f0f0f;
}

ul.menu li a {
    display: block;
    text-decoration: none;
    color: #0f0f0f;
}

div#basket-header img
{
	width: 50px;
}

div#footer-title img
{
	max-width: 600px;
	padding: 20px 10px 10px 10px; 
}

ul.socials
{
	display: flex;
	flex-wrap: wrap;
	color: white;
	justify-content: center;
	margin-top: 30px;
}

ul.socials li
{
	display: inline-block;
}

ul.socials li img
{
  height: 100%;
  width: auto;  
}

div.ico
{
	width: 60px;
	height: 25px;
}

div.ico a
{
	display: block;
	width: 25px;
	height: 25px;
	margin: 1 auto;
}


div.webcsopitem_wrapper
{
}

div.webcsopitem
{
	background-color: white;
}

h2.groupnavbar
{
   flex: 0 0 100%;
   padding-top:10px;
}

div#footerband
{
  clear: both;
  float: none;  
  text-align: center;
  border-top: 2px solid #bbb;
  /*border-bottom: 1px solid #bbb;*/
  padding: 2px 0;
  color: #777;
  max-width: 1390px;
  margin: 0 auto;
}

div#footerband em
{
  font-style: normal;
}

div#footerband  a
{
  color: #222;
}


a.linkbutton, span.linkbutton, input[type=submit]
{
  display: inline-block;
  border: 0px solid #808080;
  background-color: #eee;
  padding: 8px 8px;
  border-radius: 0px;
  vertical-align: middle;
  
  background-image: linear-gradient(to bottom,rgb(35,90,170),rgb(20,70,150));        
  
  font-family: 'Roboto Condensed', Arial, sans-serif !important;
  text-transform: uppercase;
  color: #f5f5f5;
  
  cursor: pointer;
}

a.linkbutton:hover, span.linkbutton:hover
{
  background-color: #d0d0d0;
}

span.linkbutton
{
	--font-family: 'Roboto', Arial, sans-serif !important;
	font-size: 14px;
	font-weight: 600;
	width: 100%;
	text-align: center;
}

a.linkbutton img
{
  vertical-align: middle;
}

a.linkbutton span
{
  vertical-align: middle;
  padding: 0px 4px;
}

/* --------------------- */

div#basket-header
{
  overflow: visible;
  margin-bottom: 16px;
}

div#basket-header img
{
  display: inline;
  vertical-align: middle;
  margin-top: 4px;
  margin-right: 4px;
}

div#basket-header h2
{
  vertical-align: middle;
  display: inline;
}


div.basket-row
{
  /*background-color: #eee;*/
  margin: 3px 0;
  padding: 3px;
  overflow: hidden;
  border-bottom: 1px solid #ddd;
}

div.basket-row-left
{
  float: left;
  overflow: hidden;
  width: 58%;
  
}

div.basket-row-left a
{
  display: block;
}

div.basket-row-center
{
  float:left;
  overflow: hidden;
  width: 10%
  min-height: 10px;
}

div.basket-row-right
{
  float: left;
  overflow: hidden;
  width: 30%;
  min-height: 10px;
  
  text-align: right;
}

div.basket-row-right div
{
  
}

div.basket-unitprice
{
}

div.basket-qty
{
  text-align: right;
}

div.basket-rowprice
{
  display: inline-block;
  overflow: hidden;
}

a.basket-remove
{
}

.basket-sumlabel
{
  display: inline-block;
  min-width: 150px;  
}

span.basket-sumnum
{
  display: inline-block;
  min-width: 80px;
  text-align: left;  
}

/*---------------------------*/

.topslide
{
	max-width: 1390px;
	margin: 0 auto;
}