@font-face {
  font-family:"favorit";
  src:url("/gfx/cnd25/CannondaleFavorit-Regular.woff2") format("woff2"),
  url("/gfx/cnd25/CannondaleFavorit-Regular.woff") format("woff");
  font-weight:400;
  font-style:normal
}
@font-face {
  font-family:"favorit";
  src:url("/gfx/cnd25/CannondaleFavorit-Bold.woff2") format("woff2"),
  url("/gfx/cnd25/CannondaleFavorit-Bold.woff") format("woff");
  font-weight:700;
  font-style:normal
}
@font-face {
  font-family:"favorit";
  src:url("/gfx/cnd25/CannondaleFavorit-Light.woff2") format("woff2"),
  url("/gfx/cnd25/CannondaleFavorit-Light.woff") format("woff");
  font-weight:300;
  font-style:normal
}


/*

.space-mono-regular {
  font-family: "Space Mono", serif;
  font-weight: 400;
  font-style: normal;
}

.space-mono-bold {
  font-family: "Space Mono", serif;
  font-weight: 700;
  font-style: normal;
}

.space-mono-regular-italic {
  font-family: "Space Mono", serif;
  font-weight: 400;
  font-style: italic;
}

.space-mono-bold-italic {
  font-family: "Space Mono", serif;
  font-weight: 700;
  font-style: italic;
}

*/


:root{

  --font-main: "favorit", Helvetica, sans-serif;
  --font-secondary: "Space Mono", monospace;
  
  
  --font-size-normal: 18px;
  --font-size-bigger: calc(1.5 * var(--font-size-normal)); /* 27px */
  
  --font-size-maximal: 7rem;
  
  
  --line-height-normal: 1.5;
  --line-height-compressed: 1.15;
  
  
  --transition-normal: 0.25s ease-in-out;
  
  
  --color-grey-darker: #A3ACAC;
  
  
  --color-bg-light: #f8f8f8;
  
  
  --container-width-big: 79.96%;
  --container-width-normal: 1000px;
}




html, body {
	padding: 0;
	margin: 0;
}
html, body {
	width: 100%;
  max-width: 100%;
	min-height: 100%;
	height: 100%;
  /*
  font-family: 'Roboto', sans-serif;
  */
  
  font-size: var(--font-size-normal);
  line-height: var(--line-height-normal);
  
  
  font-family: var(--font-main);
  font-weight: 400;
  font-style: normal;
  
}
body {
	background-color: #FFFFFF;
  color: #000000;
  
	display: block;
	position: relative;
	min-width: 100%;
	min-height: 100%;
	min-height: 100vh;
}

h1, h2, h3, h4, h5 {
	color: #231f20;
  line-height: 1.2em;
  letter-spacing: 0.025em;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

h1{
  font-size: 4rem;
  font-weight:700;
  margin-top: 2rem;
}
h2{
  font-size: 3rem;
  font-weight:600;
}

h3{
  font-size: 2rem;
  font-weight:500;
}
h4{
  font-size: 1.5rem;
  font-weight:300;
}


strong, b{
  font-weight: 700;
}



/* Lazyload */
.lzl{
  font-size: 0.8em;
  text-align: center;
  opacity: 0.5;
}

.lzlbcg{
}




figure, figcaption, picture{
  padding: 0;
  margin: 0;
  border: 0;
}

.fimg{
  display:flex;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  border: 0px solid transparent;
}


.fimg_wrp, .fimg_pic, .fimg_img  {
  display:block;
  width: inherit;
  height: inherit;
  box-sizing: border-box;
  
  display:flex;
  padding: 0;
  margin: 0;
  border: 0px solid transparent;
}
.fimg_wrp{
  width: 100%;
  height: 100%;
}
.fimg_pic{
  font-size: 0;
  
}

.fimg_img{
  object-fit: contain;
  object-position: top center;
}


.fimg.sys_page_image .fimg_img{
 object-fit: cover;
 object-position: top center;
 width: 100vw;
 /*
 height:100vh;
 */
}

@media (max-width:461px) {
  
}



.human_text > p{
  margin-top: 0px;
}
.human_text p:last-of-type{
  margin-bottom: 0px;
}





/* Supercontainer & GLOBALS */
#supercontainer {
	display: block;
	position: relative;
	overflow: auto;
  overflow: hidden;
  background-size: cover;
  background-position: top center;
  background-attachment: scroll;
  background-attachment: fixed;
  background-repeat: no-repeat;
  max-width: 100%;
  
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#supercontainer_background{
  position: fixed;
  z-index: 0;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
  
  width: 100%;
  max-width: 100%;
  
  height: 100%;
  height: 125%; /* To compensate for mobile browser address bar space */
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: scroll;
  background-attachment: fixed;
  
  overflow: clip;
}

body.sys_frontpage #supercontainer_background{
  display: none;
}

#supercontainer_background.new{
  position: relative !important;
  height:auto !important;
  min-height: unset !important;
  max-height: 100vh !important;
}

#supercontainer_background .fimg_wrp {
  position: relative;
}


#supercontainer_background.new h1{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  
  font-size: 5rem;
  
}




 


/* HEADER  */
#header{
  /*font-size: var(--font-size-normal); */
  line-height: 30px;
  
  overflow:auto;
  display:block;
  position:absolute;
  top:0px;
  left:0px;
  width:100%;
  z-index:998;
  /*outline: 2px solid Blue;*/
  
  padding:0px 0px 0px 0px;
  box-sizing: border-box;
  
  letter-spacing: 0.025em;


}
#header a, #header{
  color:#FFFFFF;
  text-decoration: none;  
}


#header_top{
  /*outline: 1px solid Green; */
  display: block;
  /*width: calc(100% + 20px); */
  /*margin: 0px -0px 0px -10px; */
  width: 100%;
  
  min-height: 50px;
  /*border-spacing: 10px 0px; */
  border-collapse: separate;  
  box-sizing: border-box;
  font-weight: 300;
}

#header_top, #header_top a{
  color: #FFFFFF;
}

#header_top_row{
  display: table-row;
  
  
  display:block;
  overflow: auto;
  position: relative;
  box-sizing: border-box;
 
}

#header_top .cell{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  
  
  display:block;
  float:right;
  box-sizing: border-box;
  
  padding-top: 6px;
  margin-top: 10px;


}

#header_top .cell_bcg{
  background-color: #231f20;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 20px;
  line-height: 29px;
}




#header_top #header_top_logo svg{
  height: 35px;  
  width:auto;
  margin: -2px 0px;
  
}

#header_top #header_top_logo svg,
#header_top #header_top_logo svg g{
  transition: fill 1s ease 0s;  
  fill: #231f20;   
}

#header.darkbcg #header_top #header_top_logo svg g{
  fill: #FFFFFF;   
}

#header_top #header_top_logo.cell {
  text-align: left;
  margin-right: 10px;

  padding-top: 10px;
  padding-bottom: 2px;
  
  float:left;
}
#header_top #header_top_actions.cell_bcg {
  margin-right: 0px;
}

#header_top #header_top_search.cell_bcg {
  margin-left: 20px;
}


#header_top #header_top_actions a {
  padding: 0px 10px;
	border-right: 1px solid #FFFFFF;

}

#header_top #header_top_actions a:first-of-type{
  padding-left: 0px; 
}
#header_top #header_top_actions a:last-of-type{
  border-right: 0px solid #FFFFFF; 
  padding-right: 0px; 
}




#header_top_auto{
  width:auto;
}

#header_top_search {
  height: 49px;
}
#header_top_search img#top_open_search {

	padding: 6px 0px;
	cursor: pointer;
  height: 18px;
  width: auto;
  margin: 0px;
  filter: invert(1);
}
#header_top_search #search_container {

	float: right;


	width: 170px;
	display: none;
	overflow: hidden;
}
#header_top_search #search_container .search_form {
	width: 150px;
}
#header_top_search #search_container .search_submit {
	width: 30px;
}
#header_top_search #search_container .form_text {
	border: 1px solid #7E8283;
	padding: 0px 2px 0px 2px;
	height: 20px;
	width: 140px;
	text-align: center;
}
#header_top_search #search_container .form_submit {
	background-color: #000000;
	background-color: rgba(0,0,0,0);
	background-image: url(/gfx/ico_top_search.gif);
	width: 20px;
	height: 20px;
	border: 0px;
	text-indent: 20px;
}
#header_top_search #search_container .search_form, #header_top_search #search_container .search_submit {
	float: left;
}


#header_top #header_top_lang{
 
  
  text-align: center;
  /*padding-left: 10px;
  padding-right: 10px;*/
  margin-right: 0px !important;

}
#header_top_lang ul {
	list-style: none;
	padding: 0px;
  display: block;
  margin: 0px 0px;
  
  line-height: inherit;
  height: inherit;
}
    
#header_top_lang li {
	float: left;
  padding: 0px 10px;
	border-right: 1px solid #FFFFFF;
}   

#header_top_lang li:first-child {
  padding-left: 0px;     
}
#header_top_lang li:last-child {
  border-right: 0px solid #FFFFFF;  
  padding-right: 0px;     
}

#header_top_lang li.active {
  display: none;
  padding:0px;
  margin: 0px;
}


#header_top_search{
 
}

#header_top_social{

}
#header_top_social img{

}










#header_width, .header_width{
  width: 1024px;
  margin:0px auto;
  
  width: var(--container-width-big);
  
  /*outline: 1px solid Orange;*/
}

#header_menu{
  margin: 10px 0px 0px 0px;

}

#top_menu_container{
  height:inherit;
  position: relative !important;
  display: block !important; 
  width:100%; 
  z-index:6666;
  
}
#menu {
display: block;
height: 50px;
margin: 0px -5px 0px -5px;
padding:0px;
width: 100%;
width: calc(100% + 10px);
display: flex;
flex-wrap: wrap;
}
#menu li{
  display: inline-block;
  position: relative;
  height:inherit;
  
  text-align: center;
  /*outline: 1px solid Red; */
  
  width: calc(100% / 4);
  
  padding:0px 5px 0px 5px;
  box-sizing: border-box;
  
  font-size: 1.15rem;

}

#menu li span.black{
  display: inline-block;
  background-color: #231f20; 
  width:100%;
  padding: 10px 10px;
  box-sizing: border-box;
  height:inherit; 
  transition: all 0.5s ease 0s;
}

#menu li .selected_on span.black, #top_menu_container .sub_1 {
  /* background-color: rgba(119,197,0,0.9) !important; */
  background-color: #929496;
}



#menu li a {
  color:#FFFFFF;
  text-decoration: none;
  background-image: none;
  text-transform: uppercase;
}


#menu .sub_0_image_main {
  display:none !important;
}
.sub_1_image_main{
  position:absolute;
  top:0px;
  left:0px;
  bottom:0px;
  right:0px;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}


#top_menu_container .sub_1{

  width: 100%;
  margin: 0px;
  padding: 2% 2%;

  box-sizing: border-box;   
  list-style: none;
  overflow: auto;
  margin-bottom:0px;
  height: 0px;
  overflow: hidden;
  display: none;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
  transition: all 0.5s ease 0s;
}

#top_menu_container .sub_1.cursor_on{
  opacity:1;
  display: block;
  visibility: visible;
  height: auto;
}


#top_menu_container .sub_1 li{
  display: inline-block;
  float:left;
  
  width: calc(84%/4);
  
  /*background-image:url(/data/catalog/categories/224_1_thumb.jpg); */
  background-color:#FFFFFF;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  
  height: 200px;
  
  margin: 2% 2%;
  padding:0px 0px 0px 0px;
  box-sizing: border-box;
  position: relative;
}


#top_menu_container .sub_1.parent_id_272 li,
#top_menu_container .sub_1.parent_id_7133 li,
#top_menu_container .sub_1.parent_id_294 li,
#top_menu_container .sub_1.parent_id_293 li{
  /* mapy nemaj obrazky */
  height:50px;
}

#top_menu_container .sub_1 li a{
  position:absolute;
  width:100%;
  top:0px;
  left:0px;
  bottom: 0px;
  
}

#top_menu_container .sub_1 li span.black{
  position:absolute;
  display: block;
  bottom: 0px;
  left:0px;
  width:100%;
  background-color:rgba(0,0,0,0.65);
  color: #FFFFFF;
  padding: 10px;
  box-sizing: border-box;
  transition: all 0.5s ease 0s;
  
}
#top_menu_container .sub_1 li span.black a{
  color: #000000;  
}

#top_menu_container .sub_1 li:hover span.black{
  background-color:rgba(255,255,255,0.90);
  color: #000000;
}
#top_menu_container .sub_1 li:hover span.black a{
  color: #FFFFFF;    
}





#menu_287_li.sub_0_li, #menu_270_li.sub_0_li, #menu_967_li.sub_0_li{
  /* Odstranit polozky z menu nez je presunou */
 display:none !important;
}





#cat_categorysub_noslider{
  height:0px !important;
}











/**        SIKMINY                     **/

.sct_part, .scb_part{
  display: block;
  position: relative;
  height: 10vw;
  width: 100%;
  background-repeat: no-repeat;
  background-size: 100%;
  background-color: transparent;   
  z-index: 66 !important; 
  
  
  display: none;
}
.sct_part{
  background-position: center top;
  /*outline:1px solid Green;*/
}
.scb_part{
  /*outline:1px solid Red;*/
  margin-bottom: -10vw;   
  background-position: center top;  
}

.scb_part.as_top{
margin-bottom: 0px;
}
.scb_part.move_in, .sct_part.move_in{
  margin-top: -10.2vw;
  height: 10.2vw;
}

.scb_part.bottom_in, .sct_part.bottom_in{
  margin-top: -10.1vw;
}
.scb_part.bottom_in2, .sct_part.bottom_in2{
  margin-top: -10.2vw;
}



.scb_part.move_no{
  margin-bottom: 0vw;
}

.scb_part.absolute_bottom, .sct_part.absolute_bottom{
  margin-bottom: 0vw;
  position: absolute;
  bottom: 0px;
  left:0px;
  width: 100%;
  z-index:666;
}

.scb_part.absolute_top, .sct_part.absolute_top{
  margin-bottom: 0vw;
  position: absolute;
  top: 0px;
  left:0px;
  width: 100%;
  z-index:666;
}


.sct_part.white{
  background-image: url('/gfx/cnd/tvr_wh_tl.png');
}
.sct_part.green{
  background-image: url('/gfx/cnd/tvr_gr_tl.png');
}
.sct_part.black{
  background-image: url('/gfx/cnd/tvr_bl_tl.png');
}
.sct_part.silver{
  background-image: url('/gfx/cnd/tvr_sl_tl.png');
}




.scb_part.white{
  background-image: url('/gfx/cnd/tvr_wh_b.png');
}
.scb_part.green{
  background-image: url('/gfx/cnd/tvr_gr_b.png');
}
.scb_part.black{
  background-image: url('/gfx/cnd/tvr_bl_b.png');
}
.scb_part.silver{
  background-image: url('/gfx/cnd/tvr_sl_b.png');
}


.scb_part.green.opacity, .scb_part.green.transparent{
  opacity: 0.90;
}








/* Fixed top */





/************** Frontpage footer ************************/


#frontpage_categories h2{
  text-align: center;
  margin-bottom: 0;

}


#frontpage_footer {
	bottom: 0px;
	left: 0px;
	width: 100%;
	overflow: visible;
	position: fixed;
	background-color: #77bb00;
	display: block;
	height: 55px;
	border-top: 1px solid #000000;
}
/* SHAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAARED */
/************************************** Footer */



#footer_container{
  display: block;
  position: relative;
  background-color: transparent;
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 0;

  /*
  min-height: 600px;
  min-height: 80vh;
  */
  z-index:1;
  overflow: auto;
}
#footer_container a{
  color:#FFFFFF;  
  text-decoration: none;  
}
#footer_container a:hover{
  text-decoration: underline;
}





#footer_map{
  background-color: #FFFFFF;
  display:flex;
  flex-direction:column;
  gap: 0;
  padding-top: var(--font-size-maximal);
  margin-top: 0rem;
  
  text-decoration: none;
}

#footer_map h2{
  padding: 1rem 0;
  margin: 0;
  text-align: center;
  width: 100%;
  
}
#footer_map .fimg{
  width: 100%;
  height:auto;
  aspect-ratio: 16 / 4;
  overflow: hidden;
  display:flex;
}
#footer_map .fimg.sys_page_image .fimg_img{
  height: auto;
}




#footer_logo{
  margin: 0px;
  width: auto;
  height: 2rem;
  fill: #FFFFFF;
  max-width: 100%;
  
  margin-right: auto;
}
#footer_logo g{
  fill: #FFFFFF;  
}



.socialicon {
  display:flex;
  gap: 1rem;
  flex-wrap:wrap;
}
.socialicon .sharebtn {
  width:auto;
  
  width: 2rem;
  height: 2rem;
  
  display:flex;
  justify-content: center;
  align-items: center;

  background-color: #1d1d1b;
  transition: all 0.5s ease 0s;
}

.socialicon .sharebtn:hover{
  background-color: rgba(255,255,255,0.25);  
}

.socialicon span {
  background: rgba(0, 0, 0, 0) url("/gfx/cnd/ico/icons-media.png") no-repeat scroll 0 0 !important;
  display: block;
  height: 32px;
  margin: 0;
  width: 32px;
  padding: 0px;
  box-sizing: border-box;
  margin: 0px !important;

  background-size: 200% auto !important;

  width: 60%;
  height: 60%;
}


.socialicon .mediaTwitter {
  background-position: 0 0 !important;
}
.socialicon .mediaInstagram {
  background-position: right top !important;
}
.socialicon .mediaFacebook {
  background-position: left bottom !important;
}
.socialicon .mediaYouTube {
  background-position: right bottom !important;
}








/*
#footer_bottom_icon{
  background: rgba(0, 0, 0, 0) url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC0AAAAtCAYAAAA6GuKaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozZGJlMWVjYi05ZTI5LWVjNGItYjIxMi04NGY4ZDQzMjk2YjMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODM3RDQ0NDZBQUU2MTFFNEFBMkNEN0VFRUY3NDNCMzkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODM3RDQ0NDVBQUU2MTFFNEFBMkNEN0VFRUY3NDNCMzkiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjNkYmUxZWNiLTllMjktZWM0Yi1iMjEyLTg0ZjhkNDMyOTZiMyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDozZGJlMWVjYi05ZTI5LWVjNGItYjIxMi04NGY4ZDQzMjk2YjMiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz6HIx2xAAADTElEQVR42uyZW4hNYRTH55gzGUbMNCO3yeW45zaIiEl54EES8sA8DEM8UUpSHiYJpTwoilInHoVCiQdFjkuDKDFGU4MH9yJhmhls/1X/rd3J/vbal7PPPmXVrzmn+c7e/732+ta3vvWlLMsqKzXrV1aCVpKi02EvkILhzyywGMwBGTAOjAAVHNYD3oC34CloA7dBe6DwlB8FAbYAHAfv5DIBeQ72g/F+7p3y86RwqryZdWA3aHB4sYOe/Ah+gF4wGNSB0WAiqDT5DlwAB6DnUWSehq2iOBF2GrSAKaBcGYbykLtAzuD53+AEqDVqUYgdA86CU6BRROb9P4hNoLheF/ES+0sCiabIjaDKMCaMSdhcdxH+C+z0JZqvPa14E1Gk3X2GkGkNNRFdJqf9sQrMYJxLuhtO6mwHgEGGS002TNYW6MyGTnl8WMnJrcy7P0OkPi8kQ81VT0SD2POc7VZM3JdQCiSaefpbjGKdNPkWDVvLWW0ViVuiI+1jwsnKllUWWX3gBmP9NRckedivkVRMPrycVXrjJBhayNpHK7iGM9hL8OE4Cjat6CaFYKn2BsQhWrsJaFSMOQe6k7Rzma0Yk0vMdgtZo5zLs5c9TNIecZIiViWVdSZJdIPSy1aSRM9MUmhoRWcUYx4nTXStYkxP0kRrBK2XRJMk0S8UY9aw+bIJTOeyX1Ew1YolfFnIclL6IF8iKGmfqTcBfO25ItbQNhv8Fkz1DJNiCW6zvfxXtMSgQvgQcExZokZJn3NT6xS9RdsEZEtgG7tOnYYuUVTs/WffA0WR1BZXwRF8vxSg1Sv9jWHsW1QqfyqF2CEwzzDmIlht5TdnHB6cCj5zu1TtYxsWxORtXfbwsEz+gZ47F2n6MUV9AttB/4hFy7qwWdHTvilzSL3dgi2kaPnygU3vTEjR1XRChyKGz3g5y02IHD/cy7uYFEUHwUow0kO0ZJpFbL5fYwbwEisNoK2hNrZsGO4B311u0s3jhwfscdwBTxxvyQ/SYhsb2W6cHdCjBvFBkT7gFTm7KUgLwdH72AHuhmw8ttvzhKG0HDSDFQU5KHLkZklZS8F8MI0CRrFHbZtkofegi0LtMHqZd7l6Hme8gpYu1f3/HzPHZH8EGADgrddQLKu/2AAAAABJRU5ErkJggg==") no-repeat scroll 0 0;
  height: 40px;
  margin: 10px 0 10px 15px;
  background-size: contain;
  width: 40px;
  float:left;

}

#footer_tools{
  float: right;
  display: block;
  position: relative;
  height: inherit;
}
#footer_bottom #footer_tools a{

  border-right: 1px solid #FFFFFF;
  height: inherit;
  display: inline-block;
  padding: 0px 20px 0px 80px;
  background-position: 20px center;
  background-repeat: no-repeat;
  background-size: 40px 40px;
}
#footer_bottom #footer_tools a:first-of-type{
  border-left: 1px solid #FFFFFF;  
}
#footer_bottom #footer_tools a.compare{
  background-image:url('/gfx/cnd/ico/ico_wh_compare.png');
}
#footer_bottom #footer_tools a.top{
  background-image:url('/gfx/cnd/ico/ico_wh_top.png');
}
*/





#footer_copyright {
  display:flex;
  gap: 4rem;
  flex-direction:column;
  	
  background-color: #000000;  
	color: #FFFFFF;
  
  margin: 0;
	overflow: auto;
	padding: 4rem 0rem 2rem 0rem; 

	font-style: normal;
}



#footer_copyright .submenu_parent_name_div {
  font-family: var(--font-secondary);
  font-size: var(--font-size-bigger);
  margin-bottom: 0.5rem;
  text-transform: uppercase;
}
#footer_copyright ul, 
#footer_copyright li{
  padding: 0;
  margin: 0;
  list-style-type: none ;
}

#footer_copyright .text_width{
  width: var(--container-width-big);
  display: inline-flex;
  gap: 1rem;
}

#footer_copyright .text_width nav{
  flex: 1;
}


#footer_copyright .text_width nav.diff #header_top_actions, 
#footer_copyright .text_width nav.diff #menu_lang{
  display:flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
}



#footer_copyright .footer_copyright_text{
  opacity: 0.8;
  gap: 0rem;
}
#footer_copyright .footer_text{
  margin-right:auto;
}



@media all and (max-width: 1000px) {
  #footer_copyright .text_width{
    flex-wrap:wrap;  
  }
  #footer_map{
    padding-top: 4rem;
  }
  #footer_map .fimg{
    aspect-ratio: 16 / 8;
  }
}

@media all and (max-width: 800px) {
  #footer_copyright .text_width nav{
    min-width: 45%;
  }
}































/*************************************** COMMON *******************************/
#top_slider {
	display: block;
	overflow: auto;
	width: 100%;
	height: auto;

	position: relative;

}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {
	transform: translateY(0);
}
40% {
	transform: translateY(-30px);
}
60% {
	transform: translateY(-15px);
}
}
@-webkit-keyframes bounce {
0%, 20%, 50%, 80%, 100% {
	-webkit-transform: translateY(0);
}
40% {
	-webkit-transform: translateY(-30px);
}
60% {
	-webkit-transform: translateY(-15px);
}
}
.arrow_down {
	z-index: 100;
	display: block;
	position: absolute;
	bottom: 150px;
	left: 50%;
	margin-left: -25px;
	width: 50px;
	height: 100px;
	background-image: url(/gfx/ico_arrow_down_top.png);
	background-size: contain;
	border: 0px solid #000000;
}
.bounce_cannondale {
	animation: bounce 2s infinite;
	-webkit-animation: bounce 2s infinite;
}
.scroll_part {
}
.button_scrolldown {
	width: 80px;
	height: 40px;
	display: block;
	background-image: url(/gfx/ico_arrow_down.png);
	background-position: center top;
	background-repeat: no-repeat;
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	bottom: 0px;
	cursor: pointer;
	z-index: 166;
  
  display:none;
}
.button_scrolldown_big {
	bottom: 220px;
	/*background-image: url(/gfx/ico_arrow_down_top.png); */
	height: 100px;
	width: 50px;
	margin-left: -25px;
	background-color: transparent;
	color: transparent;
}
@keyframes blink {
% {
	color: #929496;
}
50% {
	color: #FFFFFF;
}
100% {
	color: #929496;
}
}
@-webkit-keyframes blink {
% {
	color: #929496;
}
50% {
	color: #FFFFFF;
}
100% {
	color: #929496;
}
}
.blink {
	-webkit-animation: blink 1s linear infinite;
	-moz-animation: blink 1s linear infinite;
	animation: blink 1s linear infinite;
}
.blink2s {
	-webkit-animation: blink 1s linear 2;
	-moz-animation: blink 1s linear 2;
	animation: blink 1s linear 2;
}
/********************** SYSTEM *********************/

#subpage_text .search_results_container .search_results_item {
	margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #929496;
}

#subpage_text .search_results_container .search_results_title a {
	font-size: 34px;
	color: #000000;
  text-decoration: none;
}
#subpage_text .search_results_container .search_results_link a {
	font-size: 14px;
  font-weight: 200;
}


















/**************************************************** Frontpage ****************************************************/
#frontpage_background_slider {
	
}
#frontpage_background_slider ul {
	padding: 0;
	margin: 0;
	overflow: hidden;
	display: block;
	position: relative;
  list-style: none;
}

#frontpage_background_slider ul li{
  height: 100%;
  height: 100vh;
  min-height: 800px;
  width: 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  position: relative;
  display: block;
  
}


/*
#frontpage_background_slider .sliderbx_data_li_container{
  position:absolute;
  display:block;
  top: 35vh;
  left: 10vw;
  min-width:300px;
  max-width:600px;
  max-width:50vw;
  padding: 0rem;
  text-align:left;
  color:#FFFFFF;
  
  font-size: 1.25rem;
}
*/



#frontpage_background_slider .sliderbx_data_li_container{
  display:flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  gap: 0.5rem;
  
  align-items:center;
  justify-content: center;
  
  text-align: center;
  
  color:#FFFFFF;
  
  padding: 1rem;
  
  font-size: 1.25rem;
}


#frontpage_background_slider .sliderbx_data_li_header{
  color: inherit;
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 1rem;
  padding-bottom: 0px;
  
  line-height: 1.6em;
}

#frontpage_background_slider .sliderbx_data_li_link a, 
.slider_links a, 
.button_slider {
  background-color: #FFFFFF;
  border: 0 solid #000000;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  min-width: 80px;
  padding: 0.5em 1em;
  margin-top: 1rem; 
  
  text-align: center;
  text-decoration: none;
  z-index: 66;
  transition: all 0.5s ease 0s;
  font-weight: 500;
  
  font-size: 1em;
}


#frontpage_background_slider .sliderbx_data_li_link a:hover, 
.slider_links a:hover,
.button_slider:hover {
  background-color: #000000;
  color: #FFFFFF; 
}




#frontpage_background_slider .slider_subname{
  font-size: inherit;
  font-family: var(--font-secondary);
  margin-bottom: -0.25em;
}
#frontpage_background_slider .slider_name{
  color: #FFFFFF;
  margin: 0;
  
  font-size:var(--font-size-maximal);
  line-height: 1.15em;
}
.slider_links{
  display: flex;
  gap: 1rem;
  flex-wrap:wrap;
  
  align-items: center;
  justify-content: center;
}









#frontpage_text{
  background-color: #FFFFFF;
  width: 100%;
}

#frontpage_text h1:first-of-type{
  margin-top: 0px;
  padding-top: 0px;
}

.frontpage_slider_link{
  display:block;
  min-width:40%;
  min-height:30%;
  padding:0;margin:0;
  position:absolute;
  top:0px;
  left:0px;
  z-index:10;
}


.bx-controls {
	position: absolute;
	bottom: 120px;
	right: 50px;
	width: 20px;
	min-height: 50px;
}
.bx-pager-item {
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: none repeat scroll 0 0 #77bb00;
	border: 2px solid #77bb00;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: none repeat scroll 0 0 #FFFFFF;
	border: 2px solid #c6c6c6;
	border-radius: 10px;
	display: block;
	height: 10px;
	margin: 5px 5px;
	outline: 0 none;
	text-indent: -9999px;
	width: 10px;
	float: right;
}
/* Subpage */
#subpage_container {
	display: block;
	overflow: auto;
	background: transparent;
	min-width: 100%;
  
  background-color: #FFFFFF;
	
	margin: 0px;
	/*background-image: url(/gfx/bcg_structure.gif);
	background-position: center center;
	background-repeat: repeat;  */
/*
padding: 35vh 0px 0px 0px;
	min-height: 750px;
  */
  
  padding-bottom: 6rem;
}




#subpage_header {
   overflow: auto;
   position: relative;
   display: block;
   
   /*
   background-image: url(/gfx/cnd/tvr_gr_tl.png);
   background-repeat: no-repeat;
  background-size: 100%;
  padding: 140px 20px 0px 20px; 
  */
  box-sizing: border-box;
  
}
#subpage_header h1, 
#supercontainer_background h1 {
	color: #FFFFFF;
  display: inline-block;
	padding: 0;
	margin: 0;
  text-align: center;
  width: 100%;
  z-index: 70;
  
  padding-bottom: 0px;
  margin-bottom: 1rem;
  position: relative;

}


body.page_id_288 #subpage_header h1{ /* Novinky cteni */
/*font-size: 40px;
                   */
             
}

#subpage_data_navigation {
	display: block;
	background-color: #929496;
	color: #FFFFFF;
	font-style: italic;
	padding: 4px 1rem 4px 1rem;
	margin: 0;
	overflow: hidden;
  text-align: center;
}
#subpage_data_navigation a {
	color: #FFFFFF;
	font-style: italic;
}
#subpage_data {
	background-color: #FFFFFF;
  
	/*border: 2px solid #77BB00;*/
}

body.mod_articles_list #subpage_data,
body.mod_aspidealers #subpage_data,
body.aspikat_compare #subpage_data{
  width: var(--container-width-big); 
}



#subpage_text {
  /*
  padding: 1rem 1rem 1rem 1rem;
  */
  
  
}
#subpage_text a {
	color: inherit;
/*#FFD800*/
	font-weight: 500;
}
#subpage_text a:hover {
	text-decoration: none;
	color: #000000;
}
/************************************ DESIGN PARTS ************************************************/
.container_full_width {
	width: 100%;
	position: relative;
	height: auto;
	overflow: hidden;
}
/************************************************** KATALOG *************************************/
#cat_slider_top {
	width: 100%;
	height: 100%;
	position: relative;
	top: 0;
	overflow: hidden;
	max-height: 100%;
	max-height: 100vh;
}
/***************** CATEGORY INFO *************************/

#cat_category_root, #cat_category_info, #cat_categorysub_info{
  min-height: 90%;
  height: 85vh;
  min-height: 300px;
  display: block;
  width: 100%;
}

#cat_category_root{
  height: auto;
}


#cat_category_info, #cat_categorysub_info {
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;

  background-size: cover;
	overflow: hidden;
	
	display: block;
	position: relative;
  
  background-color: transparent;
  background-image: none !important;
	/*background-color: #000000; */  
  
  display:flex;
  /* flex-direction: column; */
  align-items: center;
  align-content:center;
  
  padding-top: 200px;
  padding-bottom: 200px;
  box-sizing: border-box;
  
  background-color: rgba(0,0,0,0.15);
  
  
  background-color: transparent;
  
}
#cat_category_info_text_container {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 100%;
	display: block;
	background-color: transparent;
	text-align: center;
	padding: 0;
	margin: 0; 
  

  min-height: 25vh;
  
  /*
  opacity: 0.9;
  
  background-position: center 0px;
  background-repeat: no-repeat;
  background-image: url('./cnd/tvr_gr_tl.png');
  */
}

#cat_category_info_text_container .text_width{
  clear:both;

  /*position: absolute; */
  bottom: 0px;
  left: 0px;
  width: 100%;
  position:relative;
  
}

#cat_category_info h1, #cat_categorysub_info h1, .sliderbx_data_li_header_name {
	font-size:var(--font-size-maximal);
  font-weight: 700;
  line-height: 1;
  
	color: #FFFFFF;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	clear: both;
  
  
  position: relative;
  width: 100%;
}
#cat_category_info_text_container .cat_category_image {
	display: none;
}
#cat_category_info img {
	width: 100%;
}
#cat_category_info_text_container .cat_category_info_text {
	margin-top: 40px;
	font-size: 13px;
	clear: both;
	width: 100%;
	background-color: #000000;
	color: #77bb00;
	display: none;
}
#cat_category_info_text_container .cat_category_info_text strong {
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}
#cat_category_right_white {
	position: absolute;
  bottom:0px;
  right:0px;
  left:0px;
  
  display:none;
}
/******************************* CATEGORY INFO SUB **************************/
#cat_categorysub_noslider {
	display: block;
	position: relative;
	width: 100%;
	height: 0px;
	background: #000000;
}
#cat_categorysub_info {
/*	background: rgba(119,187,0,1);  */
background-color:transparent;
  color:#FFFFFF;
	height: auto;
  position: relative;
}
#cat_category_info_text_container {
	margin-top: 600px;
	display: block;
}

#cat_categorysub_info .cat_categorysub_image {
	height: 600px;
  height: 100vh;
  min-height: 600px;
	width: 100%;
	overflow: hidden;
	clear: both;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: 100% auto;
  background-attachment: fixed;
	position: relative;
	display: block;
  background-color: transparent;
/*	border-bottom: 40px solid #77bb00;  */
}

#cat_categorysub_image_shorttext, #cat_category_image_shorttext{
  /*position:absolute;
  display:block;
  top: 30vh;
  left: 10vw;
  background-color:rgba(0,0,0,0.75);
  */
  
  font-size: 1.25rem;
  
  max-width:700px;
  padding: 0rem 0;
  color:#FFFFFF;
  padding-top: 1rem;
}
#cat_categorysub_image_shorttext h1, #cat_category_image_shorttext h1,#cat_categorysub_image_shorttext h2, #cat_category_image_shorttext h2{
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 1rem;
  padding-bottom: 0px;
  color: #FFFFFF;
  
}


#cat_categorysub_info .cat_categorysub_image .text_width {
	height: 100%;
	overflow: visible;
	position: relative;
	display: block;
}



#cat_categorysub_info .cat_categorysub_image div.text_width, #cat_categorysub_info .cat_categorysub_image .text_width{
width: 100%;
}

#cat_categorysub_info .cat_categorysub_image .cat_categorysub_image_header {
	clear: both;
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-align: left;
	width: 100%;
	z-index: 35;
  
  min-height: 25vh;
  /*
  opacity: 0.9;
  
  background-position: center 0px;
  background-repeat: no-repeat;
  background-image: url('./cnd/tvr_gr_tl.png');
  */
  
  
}

#cat_categorysub_info .cat_categorysub_image .cat_categorysub_image_header h1{
width: 100%;
}

#cat_categorysub_info .cat_categorysub_image img {
	height: 600px;
	position: absolute;
	bottom: -5px;
	left: -150px;
	z-index: 25;
}
#cat_categorysub_info_text_container .cat_categorysub_info_text {
	/*background-color: #000000;
	color: #77bb00;
	padding: 20px 20px 40px 20px;
	font-size: 15px;    */
  padding: 0px 20px 0px 20px;
	font-style: normal;
	position: relative;
	text-align: justify;
	z-index: 30;
}
#cat_categorysub_info_text_container h2 {
	color: #77BB00;
	font-size: 45px;
	line-height: 35px;
	height: 50px;
	display: inline-block;
	padding: 0;
	margin: 0px 0px 0px 20px;
	text-transform: uppercase;
	font-style: normal;
  word-wrap: break-word;
	word-break: break-all;
  
}
#cat_categorysub_info_text_container .cat_categorysub_info_text strong {
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	font-style: normal;
}
#cat_categorysub_right_yellow {
	display: none;
}
#cat_categorysub_bottom_clear {
	width: 100%;
	height: 0px;
	background-color: #FFFFFF;
	position: relative;
	display: block;
	z-index: 66;
	float: right;
}
/* TECHNOLOGIE */
#cat_technologies {
	background-color: #000000;
  background-color: rgb(236,236,236);
  
  padding: 4rem 0rem;
  box-sizing: border-box;
  
	display: block;
	color: #FFFFFF;
  color: #000000;
  overflow: auto;
  
  /*outline: 5px solid Red;*/
  
  /**/
	/*background-image: url(/gfx/bcg_structure.gif);*/
  
}
#cat_technologies h2 {
	color: #000000;
	float: left;
	/*font-style: italic; */
	margin: 0px 0 0;
	padding: 0;
	text-transform: uppercase;
	/*opacity: 0.50; */
	/*font-size: 115px;  */
	width: 100%;
  text-align: center;
  	word-wrap: break-word;
	word-break: break-all;
}
#cat_technologies #cat_technologies_container {

  width: 100%; 
	display: flex;
  flex-wrap:wrap;
  justify-content:center;
  box-sizing: border-box;
  
	padding: 20px;
	margin: 0 auto 0 auto;

  position: relative;
  clear:both;
  
  gap: 2rem;
  
}
#cat_technologies .cat_technologies_item {
  width: 480px;
  width: calc(25% - 40px);
	display: flex;
  flex-direction: column;
  gap: 0.5rem;
  
  overflow: hidden;
}
/*
#cat_technologies .cat_technologies_item .cat_technologies_item_image img{
  object-fit: cover;
  object-position: 50% 50%; 
  height: inherit;
  width:inherit; 
}
*/

#cat_technologies .cat_technologies_item h3{
  font-size: var(--font-size-bigger);
  margin: 0;
}


.cat_technologies_item_spacer{
  flex-grow: 1;
}

/*
#cat_technologies .show_info .cat_technologies_item_text {
	display: block;
	transition: all 0.5s ease-out 0s;
}
*/




#cat_technologies .cat_technologies_item a{
  text-decoration: none;
}

#cat_technologies .cat_technologies_item .cat_technologies_item_text h3 {
	color: #000000;
  color:#FFFFFF;
	/*font-size: 50px;
	text-transform: uppercase; */
	font-style: normal;
	margin: 0px 0px 0px 0px;
  /*padding: 0 200px 0 0; */
  text-align: left;
}

.cat_technologies_item_text_text{
  display:none;
}

#cat_technologies #cat_technologies_text {
	background-color: #000000;
	color: #FFFFFF;
	
	font-style: italic;
	min-height: 35px;
	overflow: auto;
	position: relative;
	padding-bottom: 45px;
}
#cat_technologies #cat_technologies_text span {
	display: inline-block;
	margin-top: 15px;
}
#cat_technologies #cat_technologies_text strong {
	text-transform: uppercase;
	font-size: 16px;
	font-style: normal;
}
#cat_technologies #cat_technologies_text h2 {
	color: #FFFFFF;
	font-size: 56px;
	line-height: 46px;
	height: 40px;
	display: inline-block;
	overflow: visible;
	text-transform: uppercase;
	font-style: normal;
	padding: 0;
	margin: 0px 0px 10px 0px;
}
/****************************** SUBCATEGORIES a PRODUCTS **********************************************/

.cat_section {
  display:block;
  padding: 2rem 0;
  margin: 0px;
  background-color: #FFFFFF;
  position: relative;
  z-index: 1;
}

.cat_category_main_text{
  font-size: var(--font-size-bigger);
  text-align: center;
}

#cat_subcategories, #cat_subcategories_series, #cat_products{
	background-color: #FFFFFF;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	clear: both;
	padding: 0 0px 0px 0px;
	display: block;
	position: relative;
  /*background-image: url('./cnd/tvr_gr_b.png');*/
}
#cat_subcategories #cat_subcategories_name, #cat_subcategories_series #cat_subcategories_name_series, #cat_products #cat_products_name {
	text-align: center;
	width: 100%;
}
#cat_products #cat_products_name h2{
  margin-top: 0;  
}
#cat_subcategories h2 {
	word-wrap: break-word;
	word-break: break-all;
	width: auto;
	display: inline-block;
	padding: 0;
	margin: 0px 0px 0px 0px;
  

}
#cat_subcategories_series h2, #cat_products h2 {
	word-wrap: break-word;
	word-break: break-all;
	width: auto;
	display: inline-block;
	padding: 0;


  
  /*color: rgba(119, 187, 0, 1);*/
  
}
#cat_subcategories #cat_subcategories_text, #cat_subcategories_series #cat_subcategories_text_series, #cat_products #cat_products_text {
	
	color: #FFFFFF;
	margin-bottom: 1rem;
}
#cat_subcategories #cat_subcategories_text strong, #cat_subcategories_series #cat_subcategories_text_series strong, #cat_products #cat_products_text strong {
	font-size: 16px;
	color: #929496;
	text-transform: uppercase;
}
#cat_subcategories #cat_subcategories_list, #cat_subcategories_series #cat_subcategories_list_series, #cat_products #cat_products_list {
	width: auto;
	display: block;
	position: relative;
	margin: -2rem auto 0px -2rem;
  width: calc(100% + 4rem);
	overflow: auto;
	text-align: center;
	clear: both;
  
  display: flex;
  flex-wrap:wrap;
  justify-content: center;
}



#cat_subcategories .cat_subcategories_item, #cat_subcategories_series .cat_subcategories_item, #cat_products .cat_subcategories_item {
	
  width: calc(25% - 2rem);
  margin: 1rem;
	
  
  
  
	border: 0px solid #000000;

	/*float: left;*/
	display: inline-block;
	padding: 0;
	position: relative;
	background-color: #FFFFFF;
  background-color: var(--color-bg-light);
	border: 0px solid #000000;
	overflow: hidden;
  box-sizing: border-box;
  
  padding: 1rem;
  
  
  display:flex;
  flex-direction:column;

}

.cat_subcategories_image{
  flex-grow: 1;
}







/* Special Safari and iPad*/
@media (-webkit-min-device-pixel-ratio:0) {
/* Safari 5+ ONLY */
  :: i-block-chrome, #cat_subcategories .cat_subcategories_item, #cat_subcategories_series .cat_subcategories_item, #cat_products .cat_subcategories_item {
  	float: left;
  	display: block;
  }
}
@media (device-width: 768px) and (device-height: 1024px) and (orientation:portrait), (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
  #cat_subcategories .cat_subcategories_item, #cat_subcategories_series .cat_subcategories_item, #cat_products .cat_subcategories_item {
  	float: left;
  	display: block;
  }
}
body.safari #cat_subcategories .cat_subcategories_item,body.safari  #cat_subcategories_series .cat_subcategories_item,body.safari  #cat_products .cat_subcategories_item {
	float: left;
	display: block;
}








#cat_subcategories .cat_subcategories_item .cat_subcategories_name, 
#cat_subcategories_series .cat_subcategories_item .cat_subcategories_name,
#cat_products .cat_subcategories_item .cat_subcategories_name {
	font-size: 1.75rem;
	text-decoration: none;
	font-weight: 300;
	color: inherit;
	display: inline-block;
	width: 100%;
	padding: 0px 0px 1rem 0px;
	text-align: center;
  line-height: 1.25;
}

#cat_products .cat_subcategories_item .cat_subcategories_name,
.cat_product_name{
  font-size: 1.5rem;
}



#cat_subcategories .cat_subcategories_item .cat_subcategories_catloc, #cat_subcategories_series .cat_subcategories_item .cat_subcategories_catloc, #cat_products .cat_subcategories_item .cat_subcategories_catloc {
	text-align: center;
	width: 100%;
	display: block;
	margin: 3px 0px 12px 0px;
	color: #929496;
	font-style: italic;
  display:none;
}
#cat_subcategories .cat_subcategories_item .cat_subcategories_catloc a, #cat_subcategories_series .cat_subcategories_item .cat_subcategories_catloc a, #cat_products .cat_subcategories_item .cat_subcategories_catloc a {
	color: #929496;
}
#cat_subcategories .cat_subcategories_item .cat_subcategories_text, #cat_subcategories_series .cat_subcategories_item .cat_subcategories_text, #cat_products .cat_subcategories_item .cat_subcategories_text {
	padding: 10px 20px 10px 20px;
	
	font-style: bold;
}
#cat_subcategories .cat_subcategories_item .cat_subcategories_text .cat_subcategories_text_param, #cat_subcategories_series .cat_subcategories_item .cat_subcategories_text .cat_subcategories_text_param, #cat_products .cat_subcategories_item .cat_subcategories_text .cat_subcategories_text_param {
	border-bottom: 1px solid #000000;
	
	margin: -4px -20px 7px -20px;
	padding: 0px 15px 3px 15px;
}
#cat_subcategories .cat_subcategories_item .cat_subcategories_text .cat_subcategories_text_param strong, #cat_subcategories_series .cat_subcategories_item .cat_subcategories_text .cat_subcategories_text_param strong, #cat_products .cat_subcategories_item .cat_subcategories_text .cat_subcategories_text_param strong {
	color: #FFFFFF;
	text-transform: uppercase;
}
#cat_subcategories .cat_subcategories_item .cat_subcategories_image, #cat_subcategories_series .cat_subcategories_item .cat_subcategories_image, #cat_products .cat_subcategories_item .cat_subcategories_image {
	width: 100%;
	text-align: center;
  padding-bottom: 0rem;
}
#cat_subcategories .cat_subcategories_image img, #cat_subcategories_series .cat_subcategories_image img, #cat_products .cat_subcategories_image img {
	max-width: 100%;
  width: 100%;
  height: auto;
}
#cat_subcategories .cat_subcategories_item .cat_subcategories_info_corner, #cat_subcategories_series .cat_subcategories_item .cat_subcategories_info_corner, #cat_products .cat_subcategories_item .cat_subcategories_info_corner {
/*
	position: absolute;
	top: 0px;
	left: 0px; 
  
	width: 50px;
	height: 50px;
	background-image: url(/gfx/product_info_corner.png);
	background-size: 100% 100%;
	z-index: 20;
*/  
  display:none;
}
#cat_subcategories .cat_subcategories_item .cat_subcategories_more, #cat_subcategories_series .cat_subcategories_item .cat_subcategories_more, #cat_products .cat_subcategories_item .cat_subcategories_more {
	background-color: #231f20;
	color: #FFFFFF;
	display: inline-block;

	text-decoration: none;
	padding: 0px 10px 0px 10px;
	
  float:right;
  
	border: 0px solid #231f20;
	cursor: pointer;
	min-width: 80px;
	text-align: right;
	z-index: 80;
  border-radius: 2px;
  
  font-weight: 400;
  
  float:right;
  transition: all 0.5s ease 0s;
}
#cat_subcategories .cat_subcategories_item .cat_subcategories_more:hover, #cat_subcategories_series .cat_subcategories_item .cat_subcategories_more:hover, #cat_products .cat_subcategories_item .cat_subcategories_more:hover {
	border: 0px solid #000000;
	background-color: #FFFFFF;
	color: #000000;
  transition: all 0.5s ease 0s;
}
#cat_products .cat_subcategories_item .cat_subcategories_porovnat {

	color: #000000;
	
	display: inline-block;
  border-radius: 2px;

	text-decoration: none;
  
  padding: 0px 0.5em;
	cursor: pointer;
	z-index: 65;
	min-width: 70px;
  transition: all 0.5s ease 0s;
  
  text-transform: uppercase;
}
#cat_products .cat_subcategories_item .cat_subcategories_porovnat:hover {
	
	background-color: #000000;
	color: #FFFFFF;
}

#cat_products .cat_subcategories_item{
  text-align: left;
  gap: 1.5rem;
  padding: 1rem;
  background-color: var(--color-bg-light);
}
#cat_products .cat_subcategories_item_head{
  display:flex;
  justify-content: flex-end;
}
#cat_products .cat_subcategories_item_head .tags{
  margin-right: auto;
}

#cat_products .cat_subcategories_item_mid{
  display:flex;
  flex-direction: column;
  width: 100%;
  margin-top: 0.5rem;
  gap: 0.5rem;
}

#cat_products .cat_subcategories_item .cat_subcategories_name{
  text-align: left;
  margin: 0;
  padding: 0;
  line-height: 1.1;
}
#cat_products .cat_subcategories_item .prices{
  font-weight: 600;
}

#cat_products .cat_subcategories_item .product_colors{
  font-size: 0.6rem;
  padding: 0 0;
}



#cat_products .cat_subcategories_item .cat_subcategories_image.colors,
#cat_products .cat_subcategories_item .cat_subcategories_image.hide{
  display: none;
}
#cat_products .cat_subcategories_item .cat_subcategories_image.show{
  display: flex;
}



#cat_subcategories .cat_subcategories_item .cat_subcategories_more span, #cat_subcategories_series .cat_subcategories_item .cat_subcategories_more span, #cat_products .cat_subcategories_item .cat_subcategories_more span {
	font-weight: normal;
}
.cat_subcategories_text_category {
	display: inline-block;
  float:left;

}
.cat_subcategories_second {
/*	display: none;

	position: absolute;
	bottom: 0px;
	left: 0px;
  */
	width: 100%;
  height:auto;
	/* min-height: 80px; 
	text-align: justify;
  padding: 20px;
  */
  
  font-weight: 400;
  box-sizing: border-box;

/*	
  background-image: url('/gfx/cnd/tvr_gr_tl.png');
  background-position: center top;
  background-size: cover;
  transition: all 0.5s ease 0s;
  z-index:61;
*/  
	/*border-top: 1px solid #000000;   */
}
.cat_subcategories_second a{
  color: inherit;
}
.show_info .cat_subcategories_second {
	display: block;
  padding-top: 30px;
}
.show_info .cat_subcategories_second .cat_subcategories_text_category {
	
	height: auto;

	text-align: left;
	width: auto;
  z-index:60;
  margin-top: 14px;
  position: relative;
  float: left;
}
#cat_subcategories .show_info .cat_subcategories_catloc, #cat_subcategories_series .show_info .cat_subcategories_catloc, #cat_products .show_info .cat_subcategories_catloc {
/*	color: #FFFFFF;
	visibility: hidden; */
}
#cat_subcategories .show_info .cat_subcategories_catloc a, #cat_subcategories_series .show_info .cat_subcategories_catloc a, #cat_products .show_info .cat_subcategories_catloc a {
/*	color: #FFFFFF;
	display: none;   */
}
#cat_subcategories .show_info, #cat_subcategories_series .show_info, #cat_products .show_info {
	/*background-color: #77bb00;  */

}
#cat_subcategories .show_info .cat_subcategories_text, #cat_subcategories_series .cat_subcategories_item .cat_subcategories_text, #cat_products .cat_subcategories_item .cat_subcategories_text {
	display: block;
}
#cat_subcategories .show_info .cat_subcategories_info_corner, #cat_subcategories_series .show_info .cat_subcategories_info_corner, #cat_products .show_info .cat_subcategories_info_corner {
	/*
  display: none;
	background-image: url(/gfx/product_info_corner_line.png);
  */
  display:block;
}
/*************** GALEIRE **************************/
#cat_galery {
	background-color: #000000;
	min-height: 250px;
	padding: 0px;
	display: block;
	overflow: auto;
	position: relative;
	overflow: hidden;
}
#cat_galery h2 {
	display: none;
}
#cat_galery .cat_galery_images {
	width: 120% !important;
	z-index: 50;
	margin: auto;
	padding: 0;
}
#cat_galery .cat_galery_images .item {
	width: 250px;
	height: 250px;
}
#cat_galery .cat_galery_images .item a img {
	/*opacity: 0.60;
	filter: alpha(opacity=60);*/
  
  width: 100%;
  height:auto;
}
#cat_galery .cat_galery_images .item a:hover img {
	/*opacity: 1;
	filter: alpha(opacity=100); */
}
/***************************** VIDEO *****************************/
.videos-cont {
	background-color: #000000;
	background-position: bottom;
	background-repeat: no-repeat;
	background-size: 100% auto;
	display: block;
	overflow: hidden;
	position: relative;
}
.videos-cont h2 {
	float: right;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 210px;
	line-height: 175px;
	height: 160px;
	z-index: 55;
	display: inline-block;
	padding: 0;
	margin: 0;
	overflow: visible;
}
.videos-cont .videos-cont_text {
	float: left;
	width: 200px;
	text-align: left;
	
}
.videos-cont .videos-cont_text strong {
	text-transform: uppercase;
	font-size: 16px;
}
.videos-cont .videos-cont_text h3 {
	color: #FFFFFF;
	margin: 0px 0px 10px 0px;
	font-size: 20px;
}
.videos-cont .videos-cont_youtube ,
.videos-wrap{

  margin: 4rem auto;
  
  width: 100%;
  max-width: var(--container-width-normal);
  
  /*
  	margin: 2.5vw auto 2.5vh auto;
  padding: 20px;
  background-color: rgba(255,255,255,0.95);
  border: 2px solid #FFFFFF;  */
  
  display: block;
  
}

.videos-cont .videos-cont_youtube iframe,
.fvid_video {
  width: 100%;
  height:auto; 
  aspect-ratio: 16 / 9;  
}

.fvid{
  display:flex;
  flex-direction: column;
}
.fvid_wrp {
  line-height: 0;
}
.fvid_info{
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
  
  font-size: 0.85rem;
  padding: 10px;
}
.videos-cont .fvid_info{
  color: #575757;
}









/************************ PRODUCT INFO *******************************/
.breadcrumbs{
  text-align: left;
}
.breadcrumbs, 
.breadcrumbs_spacer, 
.breadcrumbs a{
  color: var(--color-grey-darker);
  transition: color var(--transition-normal);
}
.breadcrumbs a{
  font-weight: 600;
}
.breadcrumbs a:hover{
  color: #000000;
}


#cat_product_top_header .breadcrumbs{
  margin-top: -1em;
}

div.text_width#cat_product_top_slider{
  padding: 1rem 0 2rem 0;
  overflow:visible;
} 



.cat_product_subhead{
  text-align: left;
}
.cat_product_subhead .pflexside{
  display:flex;
  flex-wrap:wrap;
  gap: 1rem;
  width: 100%;
  
  align-items: center;
}
.cat_product_subhead .pflexcol{
  display:flex;
  flex-direction:column;
}


.cat_product_subhead .pflexcol.psmain{
  flex-grow: 1;  
}


.cat_product_subhead .prices{
  font-size: var(--font-size-bigger);
  font-weight: 600;
  display:flex;
  flex-wrap:wrap;
  gap: 2rem;
  
  justify-content: flex-start;
  align-items: center;
}
.prices .price.old{
  text-decoration: line-through;
  color: var(--color-grey-darker);
  font-size: 0.8em;
}


.cat_product_subhead a{
  color: inherit;
  text-decoration: none;
}

.cat_product_subhead a img, .cat_product_subhead a svg{
  width: auto;
  height: 1em;
  margin: -0.15em 0;
  display: inline-block;
}

.cat_product_subhead #cat_product_top_header_kde{
  border: 1px solid #000000;
  padding: 0.25em 0.5em;
  line-height: var(--line-height-compressed);
  font-size: var(--font-size-bigger);  
  
  color: #000000;
}




.cat_product_main{
  background-color: #FFFFFF;
}



#cat_product_info .text_width{
  display:flex;
  flex-wrap: wrap;
  gap: 2rem;
}

#cat_product_info .cat_product_man_cell{
 flex-grow: 1;
}
#cat_product_info .cat_product_side_cell{
  flex-grow: 1;  
}

#cat_product_info #cat_technologies, 
#cat_product_info #cat_technologies #cat_technologies_container{
  background-color: inherit;
  padding: 0;
}
#cat_product_info #cat_technologies h2{
  text-transform: none;
  text-align: left;
}



@media (min-width:1200px) {
  #cat_product_info .text_width{
    flex-wrap: nowrap;
    gap: 4rem;
  }
  #cat_product_info .cat_product_side_cell{
    flex-shrink: 0;
    flex-grow: 0;
    width: 450px;  
  }
  #cat_product_info #cat_technologies .cat_technologies_item{
    width: 100%;
  }
}





#cat_product_top, #cat_product_info {
	background-color: #FFFFFF;
	position: relative;
	display: block;
	overflow: auto;
  z-index:55;
}
#cat_product_top{
  padding-top: 150px;
  overflow: auto;
}
#cat_product_top #cat_product_top_contactform {
	position: absolute;
	left: 0px;
	width: 400px;
	height: auto;
	bottom: 0px;
	display: none;
	background-color: #111111;
  color: #FFFFFF;
	padding: 40px;
	z-index: 100;
}
#cat_product_top #cat_product_top_contactform a{
  color:inherit;
}
#cat_product_top #cat_product_top_contactform .cform_container {
	min-width: 380px;
}

#cat_product_top #cat_product_top_contactform h2 {
	color: inherit;
	padding: 0;
	margin: 0;
}
#cat_product_top #cat_product_top_header {
	background: #FFFFFF;
	min-height: 500px;
	text-align: center;
	position: relative;
	display: block;
	overflow: visible;
}


#cat_product_top_white{
	position: absolute;
  bottom:0px;
  right:0px;
  left:0px;
  height: 25vh;
  z-index: 6;
  /*
  background-repeat: no-repeat;
  background-image: url('./cnd/tvr_bl_tl.png');
  background-position: center top;
  */
  display:none;
}

#cat_product_top h1 {
  margin: 0;
  /*
  border-bottom: 2px solid var(--color-grey-darker);
  
	display: inline-block;
	padding: 0;
	margin: 0;
  text-align: left;
  margin-top:0px; 
  width: 100%;
  clear:both;
  position: relative;
  bottom:0px;
  left:0px;
  margin-top:1rem;
  clear:both;
	z-index: 66;
  */
}
#cat_product_top #cat_product_top_header img.cat_product_top_header_product {
	height: 690px;
  /*height: 68vh;  */
	text-align: center;
	float:right;
	z-index: 60;
  padding-top: 50px;
  /*padding-bottom: 50px;*/
  z-index:10;
  position: relative;
}

.cat_product_top_header_product_zoom{
  position: absolute;
  bottom: 90px;
  right: 70px;
  z-index: 66;
  display:none;
}

#cat_product_top #cat_product_top_header #cat_product_top_header_right {
	position: absolute;
	left: 0px;
	top: 80px;
	text-align: left;
	min-width: 220px;
	padding: 0;
	margin: 0;
	z-index: 70;
  
  background-color: #FFFFFF;
  padding: 1rem;
  margin-left: -20px;
}
#cat_product_top #cat_product_top_header #cat_product_top_header_right .cat_product_top_header_action {
	display: block;
	font-style: normal;
	/*font-size: 20px;*/
	/*height: 50px;
	line-height: 50px;  */
	padding: 0.5rem 1rem 0.5rem 1rem;
	margin: 0px 0px 0px 0px;
	min-width: 220px;
	color: #000000;
	/*background-color: #77bb00;  */
  border-bottom: 1px solid var(--color-grey-darker);
	text-decoration: none;
}
#cat_product_top #cat_product_top_header #cat_product_top_header_right #cat_product_top_header_cena {
	/*background-color: #000000;
	color: #77bb00; */
}
#cat_product_top #cat_product_top_header #cat_product_top_header_right #cat_product_top_header_cena strong, #cat_product_top #cat_product_top_header #cat_product_top_header_right img {
	float: right;
	font-size: 1.25rem;
}
#cat_product_top #cat_product_top_header #cat_product_top_header_right img {
	padding-top: 0rem;
}
#cat_product_top_header_barva a {
	display: inline-block;
	height: 1rem;
	width: 1rem;
	margin: 6px 5px 0px 0px;
	background-color: #FFFFFF;
	float: left;
	text-decoration: none;
	color: #FFFFFF;
	font-size: 0px;
}
#cat_product_top_header_barva a:hover {
	background-color: var(--color-grey-darker);
}
#cat_product_top_header_barva {
	width: 150px !important;
}
#cat_product_top_header_barva.cat_product_top_header_barva_barev_1 {
	width: auto !important;
}
#cat_product_top_header_barva_info {
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #e0e2e4;
	background-color: #FFFFFF;
	padding: 20px 10px 0px 10px;
	margin-top: -10px !important;
	width: 148px !important;
	display: block;
	position: relative;
	overflow: auto;
	height: auto !important;
}
#cat_product_top_header_barva_info img {
	max-width: 146px;
	margin: 10px 0px 0px 0px;
	clear: both;
}
#cat_product_top_header_barva_info a:hover img {
}
#cat_product_top_header_barva a:hover {
	border: 1px solid #000000;
}
#cat_product_top_header_dotaz, #cat_product_top_header_porovnat, #cat_product_top_header_specifikace {
	cursor: pointer;
}
#cat_product_top_header_dotaz:hover, #cat_product_top_header_porovnat:hover, #cat_product_top_header_specifikace:hover, #cat_product_top_header_kde:hover {
	background-color: var(--color-grey-darker) !important;
}
#cat_product_top #cat_product_top_header #cat_product_top_header_right h2 {
	color: #000000;
	font-size: 35px;
	text-transform: uppercase;
}
#cat_product_info #cat_product_info_blackbar {
	min-height: 45px;
	display: block;
	position: relative;
	/*padding-bottom: 9%;*/
	color: #929496;
  /*background-color: #77bb00; */
  text-align: center;
  text-align:left;
  
  
  background-repeat: no-repeat;
 /* background-image: url('./cnd/tvr_bl_bl.png'); */
  background-position: center bottom;
  
	line-height: 45px;
}
#cat_product_info #cat_product_info_blackbar a {
	color: #929496;
	font-weight: bold;
}
#cat_product_info #cat_product_info_blackbar .text_width {
	overflow: hidden;
}
#cat_product_info_blackbar_social {
	float: right;
	/*height: 70px;
*/
	line-height: 70px;
	vertical-align: middle;
	width: 200px;
	display: block;
	position: relative;
	overflow: hidden;
}
#cat_product_info_colors {
	height: auto;
  width: 260px;

	padding: 0;

	display: block;
	position: relative;
	overflow: visible;

}
 #cat_product_info_colors a {
	width: 100%;
  height:auto;

	display: block;
  border-bottom: 1px solid #77bb00;
  position: relative;
  overflow: auto;
  text-align: center;

}

.product_colors{
  padding: 0.25rem;
  display:flex;
  gap: 0.5em;
  flex-wrap: wrap;
  
  align-items: center;
  line-height: 1;
  font-weight: 600;
}

.product_colors .product_color_span{
  display:inline-flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  gap: 0.5em;
}

.product_colors a{
  cursor: pointer;
  text-decoration: none;
  color: inherit;
}
.product_colors .dot{
  border: 2px solid var(--color-grey-darker);
  border-radius: 100%;
  
  width: 1.5em;
  height: 1.5em;
  display:block;
  cursor: pointer;
  transition: border var(--transition-normal);
}
.product_colors .product_color_span:hover .dot, 
.product_colors .dot:hover{
  border-color: #000000; 
}



#cat_product_info_colors a img {

	padding: 0px 20px 10px 20px;

  box-sizing: border-box;
  height:auto;
  display:block;
  position: relative;
  
  float: none !important;
  text-align: center;
  margin: 0px auto;
  
  width: auto;
  height:100px;
}

#cat_product_info_colors.colors_num_0 a img, #cat_product_info_colors.colors_num_1 a img, #cat_product_info_colors.colors_num_1 a img{
  width: 100%;
  height:auto;  
}

#cat_product_info_blackbar_social .fb_iframe_widget {
	float: right;
	padding: 0px;
	margin: -40px 0px 0px 10px;
}




#cat_product_info #cat_product_info_specifikace {
	
	display: block;
	position: relative;
	overflow: auto;
  /*background-color: #000000;
  
  padding-top: 15vh;
  */
  
  padding-top: 1rem;
  
}
#cat_product_info #cat_product_info_specifikace .usable_width {
	width: 500px;
  
}
#cat_product_info #cat_product_info_specifikace h2 {
	padding: 0;
	margin: 0px 0px 0px 0px;
	/*text-transform: uppercase;  */

  word-wrap: break-word;
	word-break: break-all;
}
#cat_product_info #cat_product_info_specifikace #cat_product_info_specifikace_left {
	margin-left: 10.02%;
  width: 52%;
	float: left;
	display: block;
	position: relative;
	overflow: auto;
  margin-top: 20px;
  
}       
#cat_product_info #cat_product_info_specifikace #cat_product_info_specifikace_right {
	
	float: right;
	display: block;
	position: relative;
	overflow: auto;
	/*background-color: #2f2f2f;*/
	min-height: 100%;
  color:#000000;
  
  overflow: visible;
  
  
  width: 25.5% !important;
  margin-right: 10%;
  
  margin-top:-65px;
  
}

#cat_product_info #cat_product_info_specifikace #cat_product_info_specifikace_right #cat_product_info_specifikace_right_text.usable_width{
  width: 100%;
}

#cat_product_info #cat_product_info_text {
	width: 100%;
	display: block;
	position: relative;
	overflow: auto;
	clear: both;
	/*background-color: #77bb00;*/
	padding: 30px 0px 0px 0px;
  overflow: auto;
  /*color:#FFFFFF;  */

}

#cat_product_info_text_text{
display: block;

}


#cat_product_info #cat_product_info_text #cat_product_info_text_rider{
	width: 32%;
	display: block;
	position: relative;
	overflow: auto;
	float:right;
  margin-bottom: 20px;
  margin-left: 20px;
 /* background-color: #77bb00;
  color:#FFFFFF; 
  */ 
  /*padding: 0px 15px 15px 15px;*/
  /*margin-left: 3%;*/

}
#cat_product_info_text_rider h2{
  /*color:#FFFFFF; */
  color:#000000;
}


#cat_product_info_text_bottom{
  
  width: 100%;

  clear:both;
  
  
}

#cat_product_info #cat_product_info_text span, #cat_product_info #cat_product_info_text h1, #cat_product_info #cat_product_info_text h2 {
	/*color: #000000;
	padding: 0;
	
	
	font-size: 17px; */
  text-transform: uppercase;
  margin: 0px 0px 15px 0px;
	/*font-style: italic; */
  color:#000000;
}
table.specccolls {
	clear: both;
	width: 100%;
	border: 0;
	margin: 0;
}



table.specccolls tr:nth-child(odd) {
	/*background-color: #2f2f2f;  */
}
table.specccolls td {
	padding: 0.5rem 0px 0.5rem 0px;
  
}
table.specccolls .width_name {
	max-width: 160px;
  padding-right: 1rem;
	/*color: #77bb00; */
  border-bottom: 1px solid var(--color-grey-darker);    
  
  font-weight: 600;
  
  /* font-family: var(--font-secondary);   */
}
table.specccolls .width_text {
	/*width: 345px;  */
  border-bottom: 1px solid var(--color-grey-darker);
  /*width: 60%; */
	/*font-style: italic; */
	padding-right: 0.5rem;
}
#cat_product_info #cat_product_info_specifikace #cat_product_info_specifikace_right_text {
	/*margin: 20px 0px 40px 40px;  */
	/*width: 460px; */
	/*font-style: italic;  */
	
}
#cat_product_info #cat_product_info_specifikace #cat_product_info_specifikace_right_text #cat_product_info_specifikace_right_text_recenze {
	display: block;
	overflow: auto;
	position: relative;
	margin-bottom: 2rem;
	
	color: #FFFFFF;
}
#cat_product_info #cat_product_info_specifikace #cat_product_info_specifikace_right_text h2 {
	/*text-transform: uppercase;  */
	
	/*font-style: italic; */
	/*font-size: 30px; */
	padding: 0;
	margin: 0;
	line-height: auto;
	height: auto;
}
#cat_product_info #cat_product_info_specifikace #cat_product_info_specifikace_right_text img {
	max-width: 100%;
  width: 100%;
  height:auto;
}
#cat_product_info #cat_product_info_specifikace #cat_product_info_specifikace_right_text h3, #cat_product_info #cat_product_info_specifikace #cat_product_info_specifikace_right_text a {
/*
	text-transform: uppercase;
	color: #77bb00;
  color: #000000;
  
	font-style: normal;
	font-size: 22px;
  font-weight: normal;
  */
  color: inherit;
  text-decoration: none;
  margin-bottom:0px;
}
#cat_product_info #cat_product_info_specifikace #cat_product_info_specifikace_right_text .articles_small_item {
	margin-bottom: 2rem;
}
#cat_product_info #cat_product_info_silverbar {
  
  /*outline:1px solid Red; */
  
  width: 100%;

  /*bottom: 0px; */
  display: block;
  position: relative;



}
#cat_product_geometry {
	position: relative;
	display: block;
	overflow: auto;
	background-color: #FFFFFF;
	/*padding: 15vh 0px 0px 0px;*/
  padding-top: 2rem;
	text-align: center;
}
#cat_product_geometry h2 {
	color: #000000;
	/*font-size: 115px; */
	padding: 0;
	margin: 0px 0px 0px 0px;
  text-align: center;
  width: 100%;
	/*text-transform: uppercase; */
	float: left;
  word-wrap: break-word;
	word-break: break-all;
}
#cat_product_geometry #cat_product_geometry_image{
  clear:both;
                                                  width:100%;
                                                  display: block;
                                                  text-align: center;
                                                 }
#cat_product_geometry img {
	clear: both;
	margin-top: 1rem;
	max-width: 100%;
}

#cat_product_geometry_bottom{
/*
  background-repeat: no-repeat;
  background-image: url('./cnd/tvr_gr_tl.png');
  background-position: center top;
  clear:both; 
  height: 20vh; 
  */
}


#cat_product_more{
  background-position: center top;
	background-repeat: no-repeat;
	background-size: auto 100%;
  background-attachment: fixed;
  background-size: cover;  
  
  background-image: none !important;
  background-color:rgba(0,0,0,0.65); 
  
}
#cat_product_more a{
  color: #FFFFFF;
}

#cat_product_more h1,#cat_product_more h2, #cat_product_more h2, #cat_product_more h3{
  color: #FFFFFF;
}
#cat_product_more h1,#cat_product_more h2, #cat_product_more h2{
  padding: 0px;
  margin: 0px;
  text-align: center;
  width: 100%;
}

#cat_product_more .text_width{ 

  
  color: #FFFFFF;
  padding: 4rem 0rem;
  margin: 0px auto !important; 
  
}


#cat_products{
  padding-top: 0px;
}

.splide.products-colors{
  /*
  border-right: 1px solid #F0F0F0;  
  border-left: 1px solid #F0F0F0;
  */  
}


.splide.products-colors,
.splide.products-colors.hide {
  display: none;
}
.splide.main,
.splide.products-colors.show{
  display:block;
  visibility: visible;
}




.splide, .splide__track, .splide__list, .splide__slide {
  width: 100%;
  height: inherit;
}
.splide{
  width: 100%;
  height: 80vh;
}



.splide__pagination button{
  background: var(--color-grey-darker); 
  height: 1rem;
  width: 1rem;
}

.splide__track .fimg{
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
}
.splide__track .fimg_img{
  object-fit: contain;
  object-position: center center;
  width: 100%;
  height:100%;
}


.splide .splide__pagination{
  display:flex;
}

.slider-thumbs-wrap{
  position: absolute;
  bottom: 1rem;
  width: 100%;
  
  display:flex;
  gap: 0.5rem;
  flex-wrap:wrap;
  
  justify-content: center;
  align-items: center;
  
  opacity: 0.8;
  transition: opacity var(--transition-normal);
}
.slider-thumbs-wrap:hover{
  opacity: 1;
}
.slider-thumbs-wrap .splide-thumb{
  
  padding: 0.25rem;
  border: 1px solid var(--color-grey-darker);
  border-radius: 2px;
  background-color: #FFFFFF;
  
  transition: border var(--transition-normal);
  cursor: pointer;
  
  box-sizing: border-box;
}
.slider-thumbs-wrap .splide-thumb:hover, 
.slider-thumbs-wrap .splide-thumb.is-active{
  border-color: #000000;
}
.slider-thumbs-wrap .fimg_img{
  max-height: 50px;  
}


@media (max-width:1000px) {
  .splide{
    height: auto;
  }
  .splide__track{
    height: 35vh;
  }

  .slider-thumbs-wrap{
    position:relative;
    padding-top: 2rem;
    padding-bottom: 1rem;
    bottom: unset;
    opacity: 1;
  }
}


/****************** ACCESSORIES ************************************************/
#cat_accessories {
	background-color: #484849;
	background-image: url(/gfx/bcg_div_accessories.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	background-size: auto 100%;
	padding: 0px 0px 2rem 0px;
	display: block;
	position: relative;
}
#cat_accessories #cat_accessories_name {
	text-align: center;
	width: 100%;
}
#cat_accessories h2 {
	font-size: 120px;
	text-transform: uppercase;
	line-height: 120px;
	width: auto;
	display: inline-block;
	height: 120px;
	padding: 0;
	margin: 0px auto 2rem auto;
}
#cat_accessories #cat_accessories_text {
	
	color: #FFFFFF;
	margin-bottom: 1rem;
}
#cat_accessories #cat_accessories_text strong {
}
#cat_accessories #cat_accessories_list {
	width: 100%;
	display: block;
	position: relative;
	margin-bottom: 2rem;
	overflow: auto;
}
#cat_accessories .cat_accessories_item {
	width: 320px;
	height: 450px;
	float: left;
	display: block;
	margin: 6px;
	padding: 10px 0px 10px 0px;
	position: relative;
	background-color: #77BB00;
}
#cat_accessories .cat_accessories_item .cat_accessories_name {
	
	text-transform: uppercase;
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
	display: inline-block;
	width: 100%;
	text-align: center;
	height: 25px;
}
#cat_accessories .cat_accessories_item .cat_accessories_text {
	padding: 10px 20px 10px 20px;
	
	font-style: italic;
}
#cat_accessories .cat_accessories_item .cat_accessories_image {
	width: 100%;
	min-height: 200px;
	text-align: center;
	background-color: #FFFFFF;
	padding: 10px 0px 10px 0px;
	vertical-align: middle;
	display: block;
	position: relative;
}
#cat_accessories .cat_accessories_item .cat_accessories_image img {
	max-width: 90%;
	vertical-align: middle;
	margin: auto auto auto auto;
}
#cat_accessories .cat_accessories_item .cat_accessories_more {
	background-color: #FFFFFF;
	color: #000000;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	text-decoration: none;
	padding: 0px 10px 0px 10px;
	position: absolute;
	bottom: 20px;
	right: 20px;
	font-style: italic;
}
#cat_accessories .cat_accessories_item .cat_accessories_more span {
	font-weight: bold;
}
/************ ARTICLES ****************/
.articles_container {
  display: flex;
  flex-wrap: wrap;
  
  gap: 2rem 1rem;
}
.articles_item {
  width: calc(33.333% - 1rem);
  
  display:flex;
  flex-direction: column;
  gap: 1rem;
}
.articles_item a{
  text-decoration: none;
}
.articles_item .articles_title h2{
  margin: 0;
  padding: 0;
  line-height: 1.15;
  font-size: var(--font-size-bigger);
  font-weight: 500;
  text-decoration: none;
}
.articles_item .articles_thumb {
  order: 1;
}
.articles_item .articles_title  {
  order: 2;
}
.articles_item .articles_text {
  flex-grow: 1; 
  order: 3;
}
.articles_item .articles_link {
  order: 60;
  text-align: right;
}


.articles_item .articles_link a {
  border: 1px solid #000000;
  background-color: #FFFFFF;
	color: #000000;
	display: inline-block;
	text-decoration: none;
  line-height: 1em;
	padding: 0.25em 1em 0.15em 1em;
  
  transition: color var(--transition-normal), background-color var(--transition-normal);
}
.articles_item .articles_link a:hover{
  background-color: #000000;
  color: #FFFFFF !important;
}




@media (max-width:1100px) {
  .articles_item {
    width: calc(50% - 1rem);
  }  
}
@media (max-width:800px) {
  .articles_item {
    width: 100%;
  }
}


.paging{
  clear:both;
  margin-top: 2rem;
  
  display:flex;
  justify-content: center;
}

.paging .paging_item_inner {
  padding: 0.25em 1em 0.15em 1em;
  line-height: 1.15;
  font-size: var(--font-size-bigger);
  font-weight: 500;
  text-decoration: none;
  
  background-color: #FFFFFF;
  color: #000000;  
  
  transition: color var(--transition-normal), background-color var(--transition-normal);
} 
.paging .paging_item_inner.inactive  {
  opacity: 0.5;
}
.paging a.paging_item_inner:hover{
  background-color: #000000;
  color: #FFFFFF !important;  
}



.articles_art_perex {
	margin: 0px 0px 10px 0px;
}
.articles_art_thumb {
	float: right;
	margin: 0px 0px 1rem 1rem;
}
.articles_art_img_orig{
  width:100%;
  width: calc(100% + 2rem);
  margin: -10vw -1rem 0px -1rem;
  display: block;
}
.articles_art_img_orig img{
                       width:100%;
                       margin:0px auto 20px auto;
                       display: block;
                      }
/************************ Technologies FULL *************************/
#cat_technologiesfull {
	display: block;
	overflow: auto;
	position: relative;
}
.cat_technologiesfull_logo {
	background-color: #000000;
	padding: 20px;
	float: left;
	display: block;
	margin: 0px 20px 5px 0px;
	overflow: auto;
}
.cat_technologiesfull_text_basic {
	font-style: italic;
	color: #929496;
}
.cat_technologiesfull_text_full {
}
.cat_technologiesfull_image {
	clear: both;
	display: block;
	overflow: auto;
	padding: 20px;
	background-color: #000000;
	margin: 20px 0px 30px 0px;
	text-align: center;
}
/********************** COMPARE *************************/
#cat_compare {
	background-color: #FFFFFF;
	clear: both;
	width: 100%;
	border: 0;
	margin: 0;
	
}
#cat_compare .main {
	text-align: center;
}
#cat_compare h2 {
	color: #000000;
	padding: 0;
	margin: 0;
}
#cat_compare tr:nth-child(odd) {
	background-color: #e0e2e4;
}
#cat_compare td {
	padding: 5px 0px 5px 0px;
}
#cat_compare .width_name {
	font-weight: bold;
	text-transform: uppercase;
}
#cat_compare .width_text {
	font-style: italic;
	padding-right: 10px;
}
#cat_compare img {
	max-width: 150px;
	margin: 0px auto 0px auto;
}
/********************** DEALERS *************************/
#cat_dealers {
	background-color: #FFFFFF;
	clear: both;
	width: 100%;
	border: 0;
	margin: 0;
	
}
#cat_dealers .main {
	text-align: center;
}
#cat_dealers tr:nth-child(odd) {
	background-color: #e0e2e4;
}
#cat_dealers td {
	padding: 5px 5px 5px 5px;
}
#cat_dealers .width_name {
	font-weight: bold;
	text-transform: uppercase;
}
/************ DEALERS ***************/
#dealers_front {
	width:100%;
}
#dealers_front .dealers_front_names a {
	font-size:25px;
  text-decoration: none;
}
#dealers_front .dealers_front_mapico img {
	width:100%;
  max-width:300px;
}


#dealers_list #map-canvas {
	margin-bottom: 20px;
}
#map-canvas div{
   position: initial;
}
#dealers_list #dealers_list_submenu {
	margin-bottom: 20px;
}
#dealers_list #dealers_list_submenu a {
	border: 1px solid #929496;
	background-color: #929496;
	color: #FFFFFF;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	margin: 5px 5px 5px 0px;
	display: inline-block;
	font-size: 12px;
}
#dealers_list #dealers_list_submenu a:hover, #dealers_list #dealers_list_submenu a.active {
	border: 1px solid #929496;
	background-color: #FFFFFF;
	color: #000000;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	margin: 5px 5px 5px 0px;
	display: inline-block;
	font-size: 12px;
}
#dealers_list #dealers_list_submenu select {
	float: right;
	border: 1px solid #77BB00;
	font-size: 17px;
	line-height: 24px;
	width: 150px;
	padding: 7px 5px 7px 5px;
	margin: 5px 0px 5px 5px;
}








/* Mod dealers new */
#map-canvas.dealers_list_map{
  position: relative;
  width: 100%;
  height: 40vh;
  padding: 0;
}

.dealers_filters{
  background-color: #e0e2e4;
  padding: 1rem 1rem;  
  display:flex;
  overflow: visible;
  justify-content:center;
}



.dealers_filters_filter{
  overflow: visible;
  flex-grow: 1;
  margin: 0 0.25rem;
  position: relative;
  max-width: 50%;
}

.dealers_filters_filter a{
  text-decoration: none;
  display: block;
  color: #000000;
  transition: all 0.25s ease-in-out;
}
.dealers_filters_filter a:hover{
  background-color: #929496;
  color: #FFFFFF !important; 
}

.dealers_filters_filter .name, .dealers_filters_filter .values{
  background: #FDFDFD;
  border: 1px solid rgba(33, 33, 33, 0.2);
  border-radius: 3px;  
}
.dealers_filters_filter a, .dealers_filters_filter .name{
    padding: 0.25rem 0.5rem;
}
.dealers_filters_filter .name{
  font-weight: 600;
  margin-bottom: 0.25rem;
}

.dealers_filters_filter .name img{
  transition: transform 0.25s ease-in-out;
  float:right;
  margin-top: 0.25em;
}
.dealers_filters_filter:hover .name img{
  
  transform: rotate(180deg);  
}

.dealers_filters_filter .values{
  overflow: auto;
  position: absolute;
  z-index: 10;
  top: 2.5rem;
  width: 100%;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.25s ease-in-out, opacity 0.25s ease-in-out;
}
.dealers_filters_filter:hover .values{
  max-height: 30vh;
  opacity: 1;
  overflow: auto;
}

.dealers_list_no_table{
  text-align: center;
  margin: 0 auto; 
  padding-bottom: 10rem; 
}
.dealers_regions_menu a{
  border: 1px solid #929496;
  background-color: #929496;
  color: #FFFFFF !important;
  
  padding: 0.25rem 0.5rem;
  margin: 0.5rem 0.5rem;
  text-decoration: none;
  display: inline-block;
  transition: all 0.25s ease-in-out;
}

.dealers_regions_menu a:hover{
  background-color: #000000; 
}

.dealers_list_table{
  background-color: #FFFFFF;
  margin: 2rem auto 2rem auto;
  background-color: #FFFFFF;
  padding: 0rem 0;
  width: 100%;
  
}

.dealers_list_table td{
  text-align: left;
  padding: 0.25rem 0.5rem;
  border-top: 1px solid #dfdfdf;
}

.dealers_list_table tr:hover td{
  background-color: #FAFAFA;
}

.dealers_list_table th{
  text-align: center;
  font-weight: 500;
}
.dealers_list_table td.name{
  font-weight:600;
}
.dealers_list_table td.web{
  text-align: center;
}
 
 
 
.dealers_countries_container{
  display:flex;
  flex-wrap:wrap;
}
.dealers_countries_container img{
  width: 100%;
  height:auto;
}
.dealers_countries_container h3{
  margin-top: 0;
}
.dealers_countries_container .item{
  max-width: 25%;
  min-width: 200px;
  padding: 0 1rem;
  box-sizing: border-box;
  text-align: center;
}





















/******************************************** CAT HELPER ***********************************************/
#cat_helper {
	display: block;
	overflow: auto;
	min-width: 100%;
	padding: 200px 0px 0px 0px;
	margin: 0px;
	min-height: 750px;
}
#cat_helper h1 {
	color: #FFFFFF;
  color: #929496;
	font-size: 70px;
    line-height: 75px;
    margin: 0;
    min-height: 70px;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	overflow: hidden;
  display:none;
}


#cat_helper .text_width {
	max-width: 1100px;
}
#cat_helper #cat_helper_items_container {
	width: 60%;
  width: calc(100% - 260px);
  margin-right: 20px;
	border: 0px solid #000000;
	float: right;
	padding: 20px;
	margin: 0px;
	color: #000000;
	background-color: #FFFFFF;
	min-height: 500px;
  box-sizing: border-box;
}
#cat_helper #cat_helper_items_container #cat_helper_info_text {
	padding: 0.5rem;
}
#cat_helper #cat_helper_items_container .cat_subcategories_item { 
  width: calc(50% - 4rem);
  min-width: 200px;
  

}

#cat_helper #cat_subcategories #cat_subcategories_list, #cat_subcategories_series #cat_subcategories_list_series, #cat_products #cat_products_list {
 margin: 0px auto 0px auto;
 width: 100%;
 /*min-height: 500px; */
 box-sizing: border-box;
 }

#cat_helper_selector {
	width: 220px;
	float: left;
	background-color: #000000;
	background-color: rgba(0,0,0,0.83);
	padding: 15px;
}
#cat_helper_selector h2 {
	font-size: 1.25rem;
  color: #FFFFFF;
	padding: 0px 0px 5px 0px;
	margin: 20px 0px 10px 0px;
	font-weight: normal;
	border-bottom: 1px solid #929496;
}
#cat_helper_selector h2:nth-of-type(1) {
	margin: 0px 0px 10px 0px;
}
#cat_helper_selector a {
	color: #FFFFFF;
	text-decoration: none;
	display: inline-block;
	margin-bottom: 10px;
}
#cat_helper_selector a:hover {
	color: #FFFFFF;
}
#cat_helper_selector a span.checkbox {
	border: 1px solid #929496;
	height: 15px;
	width: 13px;
	margin: 3px 0px 0px 0px;
	padding: 2px 0px 0px 1px;
	display: inline-block;
	
	line-height: 15px;
	
	color: #000000;
	color: rgba(0, 0, 0, 0.0);
}
#cat_helper_selector a span.count {
	color: #929496;
	font-size: 10px;
}
#cat_helper_selector a span.info {
	color: #939597;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}
#cat_helper_selector a.active span.checkbox, #cat_helper_selector a.inactive:hover span.checkbox {
	background-color: #FFFFFF;
	border-color: #FFFFFF;
	color: #000000;
	
}
/************************** RIDERS ***************************/
#cat_riders {
	background-color: #77BB00;
	display: block;
	overflow: auto;
	position: relative;
	clear: both;
}
#cat_riders .text_width {
	overflow: visible;
}
#cat_riders #cat_riders_header {
	background-color: #000000;
	min-height: 105px;
	display: block;
	z-index: 66;
	overflow: visible;
	position: relative;
	clear: both;
}
#cat_riders #cat_riders_header h2 {
	color: #e0e2e4;
	text-transform: uppercase;
	font-size: 100px;
	line-height: 84px;
	padding: 0;
	margin: 0;
}
#cat_riders  #cat_riders_header #cat_riders_header_alternatives {
	width: 100%;
	overflow: auto;
	position: relative;
	padding: 20px 0px 10px 0px;
	clear: both;
	display: block;
}
#cat_riders  #cat_riders_header #cat_riders_header_alternatives .cat_riders_header_alternatives_item {
	text-align: center;
	width: 250px;
	height: 150px;
	overflow: hidden;
	float: left;
	position: relative;
	display: block;
}
#cat_riders  #cat_riders_header #cat_riders_header_alternatives .cat_riders_header_alternatives_item a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
#cat_riders  #cat_riders_header #cat_riders_header_alternatives .cat_riders_header_alternatives_item span {
	position: absolute;
	top: 70px;
	right: 0px;
	width: 100%;
	text-align: center;
	color: #77BB00;
	font-weight: bold;
	font-size: 20px;
	text-shadow: 0px 0px 1px #000000, 0px 1px 1px #000000, 1px 0px 1px #000000, 1px 1px 1px #000000;
}
#cat_riders  #cat_riders_info {
	overflow: auto;
	position: relative;
	display: block;
	padding-bottom: 40px;
}
#cat_riders  #cat_riders_info #cat_riders_info_header {
	background-color: #000000;
	padding: 0px 20px 10px 20px;
	margin: 0;
	z-index: 67;
	display: block;
	overflow: visible;
	position: relative;
	clear: both;
}
#cat_riders  #cat_riders_info_header h3 {
	color: #77BB00;
	text-transform: uppercase;
	font-size: 38px;
	line-height: 32px;
	padding: 0;
	margin: 0;
}
#cat_riders  #cat_riders_info .cat_riders_person {
	border: 2px solid #e0e2e4;
	border-radius: 330px;
	float: left;
	margin-left: -250px;
}
#cat_riders  #cat_riders_info .cat_riders_action {
	border: 0px solid #000000;
	border-radius: 450px;
	float: right;
	margin-top: -55px;
	margin-right: -35px;
	z-index: 60;
	position: relative;
}
#cat_riders  #cat_riders_info   #cat_riders_info_motto {
	position: absolute;
	top: 65px;
	left: 280px;
	background-color: #000000;
	text-transform: uppercase;
	color: #77BB00;
	z-index: 75;
	border: 20px solid #000000;
	border-radius: 300px;
	text-align: center;
	font-size: var(--font-size-normal);
	width: 300px;
	min-height: 300px;
	font-weight: bold;
}
#cat_riders  #cat_riders_info   #cat_riders_info_motto span.line_top {
	border-bottom: 1px solid #77BB00;
	width: 220px;
	display: inline-block;
	position: absolute;
	top: 60px;
	right: 40px;
}
#cat_riders  #cat_riders_info   #cat_riders_info_motto span.line_bottom {
	border-top: 1px solid #77BB00;
	width: 220px;
	display: inline-block;
	position: absolute;
	bottom: 60px;
	right: 40px;
}
#cat_riders  #cat_riders_info   #cat_riders_info_motto span.motto {
	display: inline-block;
	position: absolute;
	top: 100px;
	right: 20px;
	width: 260px;
	height: 120px;
	vertical-align: middle;
}
#cat_riders  #cat_riders_info #cat_riders_info_text {
	width: 500px;
	float: right;
	margin: 50px 0px 20px 0px;
	
}
#cat_riders  #cat_riders_info #cat_riders_info_text strong {
	font-size: 16px;
	text-transform: uppercase;
}
#cat_riders  #cat_riders_info #cat_riders_info_textlong {
	
	clear: both;
	margin: 0px 0px 20px 0px;
}
#cat_riders  #cat_riders_info #cat_riders_info_textlong strong {
	font-size: 16px;
	text-transform: uppercase;
}
#cat_riders_list .cat_riders_list_header {
	overflow: auto;
	position: relative;
	display: block;
	margin-bottom: 40px;
}
#cat_riders_list .cat_riders_list_header img {
	float: right;
	margin: 0px 0px 10px 20px;
}
#cat_riders_list  h2 {
	font-size: 65px;
	text-align: center;
}
#cat_riders_list .cat_riders_list_item {
	width: 480px;
	overflow: auto;
	position: relative;
	display: block;
	float: left;
	text-align: center;
	margin-bottom: 40px;
}
#cat_riders_list .cat_riders_list_item h3, .cat_riders_list_item a {
	color: #000000;
	padding: 0;
	margin: 0px 0px 5px 0px;
	text-decoration: none;
	text-transform: uppercase;
}
#cat_riders_list .cat_riders_list_item .cat_riders_list_item_image {
	border: 2px solid #e0e2e4;
	border-radius: 230px;
	width: 460px;
	height: auto;
}
/***************************************************** CANNONDALE ******************************************************/
#cat_categories_cannon {
	width: 100%;
  height:100%;
	height: 100vh;
	min-height: 800px;
	max-height: 1200px;
	display: block;
	overflow: auto;
	position: relative;
	padding: 0;
	margin: 0 auto;
	background-color: black;

}
#cat_categories_cannon_inner {
	width: 80%;
  height:100%;
	min-height: 800px;
	max-height: 1200px;
	display: block;
	position: relative;
	padding: 0;
	margin: 0 auto 0 auto;
	text-align: center;

}
#cat_categories_cannon .cat_categories_cannon_item {
	float: left;
	max-width: 400px;
	min-height: 800px;
	height: 100%;
	display: block;
	overflow: hidden;
	background-position: center top;
	background-repeat: no-repeat;
	text-decoration: none;
	font-weight: strong;
	vertical-align: middle;
	font-size: 20px;
	position: relative;
	text-transform: uppercase;
	transition: all 0.3s ease-out 0s;
	text-align: center;

	text-decoration: none;

}
#cat_categories_cannon .cat_categories_cannon_item .bcg {
	background-position: center top;
	background-repeat: no-repeat;
	position: absolute;
	height: 100%;
  
	top: 0px;
	right: 0px;
	width: 100%;
	display: block;
}
#cat_categories_cannon .cat_categories_cannon_item .bcg {
	opacity: 0.5;
	transition: all 0.3s ease-out 0s;
}
#cat_categories_cannon .cat_categories_cannon_item:hover .bcg {
	opacity: 1;
	transition: all 0.3s ease-out 0s;
}
#cat_categories_cannon .cat_categories_cannon_item:hover .cat_categories_cannon_item_name {
	background-color: #77bb00;
	background-color: rgba(119,187,0,0.67);
	color: #000000;
	transition: all 0.3s ease-out 0s;
	border: 0px;
}
#cat_categories_cannon .cat_categories_cannon_item .cat_categories_cannon_item_name, #cat_categories_cannon_inner_line {
	background-color: #000000;
	background-color: rgba(0,0,0,0.60);
	display: block;
	width: 100%;
	text-align: center;
	color: #77bb00;
	height: 70px;
	vertical-align: middle;
	position: absolute;
	top: 50%;
	margin-top: -50px;
	padding: 30px 0px 0px 0px;
}
#cat_categories_cannon_inner_line {
	background-color: #000000;
	background-color: rgba(0,0,0,0.67);
}
#cat_categories_cannon .cat_categories_cannon_item .cat_categories_cannon_item_name span {
	vertical-align: middle;
}
/* Frontpage footer */

.footer_menu_height_100{
  height: 100% !important;  
}

ul#frontpage_footer_menu {
	list-style: none;
	
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: normal;
	line-height: 1.45em;
	position: fixed;
	bottom: 0px;
	left: 50%;
	margin: 0px 0px 0px -550px;
	width: 1100px;
	height: 55px;
	z-index: 666;
	padding: 0;
}
ul#frontpage_footer_menu li {
	float: left;
	position: relative;
	height: 55px;
	width: 275px;
}
ul#frontpage_footer_menu li > a {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 55px;
	text-align: center;
	line-height: 55px;
	color: #000000;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 1px;
	cursor: pointer;
	text-decoration: none;
}
/* Thumb Scrolling Style */
div.sc_menu_wrapper {
	position: absolute;
	top: 95px;
	width: 100%;
	overflow: hidden;
	bottom: 0px;
	left: 0px;
	visibility: hidden;
	z-index: 707;
}
div.sc_menu {
	width: 100%;
	visibility: hidden;
}
.sc_menu a {
	display: block;
	background-color: #000000;
	border-top: 1px solid #77bb00;
	color: #77BB00;
	text-align: center;
	text-decoration: none;
}
.sc_menu a span {
	display: block;
	font-size: 20px;
	line-height: 40px;
	height: 40px;
	color: #77BB00;
	text-align: center;
}
.sc_menu img {
	display: block;
	border: none;
	opacity: 0.3;
  max-width:100%;
  width:100%;
	filter: progid: DXImageTransform.Microsoft.Alpha(opacity=30);
}
.sc_menu_name_float {
	position: absolute;
	top: 40px;
	background-color: #77bb00;
	color: #000000;
	transition: all 0.5s ease-out 0s;
	z-index: 711;
	height: 65px;
}
.sc_menu_name {
	position: static;
	background-position: 20px 3px;
	background-repeat: no-repeat;
	text-indent: 35px;
}
.frontpage_footer_menu_name_produkty {
	background-image: url(/gfx/ico_frontpage_produkty_off.png);
}
.frontpage_footer_menu_name_textil {
	background-image: url(/gfx/ico_frontpage_textil_off.png);
}
.frontpage_footer_menu_name_doplnky {
	background-image: url(/gfx/ico_frontpage_doplnky_off.png);
}
.frontpage_footer_menu_name_prodejci {
	background-image: url(/gfx/ico_frontpage_prodejci_off.png);
}
.frontpage_footer_menu_name_informace {
	background-image: url(/gfx/ico_frontpage_informace_off.png);
}
.frontpage_footer_menu_name_novinky {
	background-image: url(/gfx/ico_frontpage_novinky_off.png);
}


















/************************ Formulare ***************/

.cform_container {
  max-width:600px;
}           

.cform_item{
    margin:0.25rem 0px 0.5rem 0px; 
    display: block;
    position: relative;   
}
.cform_infotext{
font-style: italic;
}

.form, .form_submit{
  border: 1px solid #000000;
  padding: 0.25em 0.5em;
  width:100%;
  max-width:350px;
  margin:0px;
  font-size:inherit;
  line-height: inherit;
  font-family: inherit;
  
}
.form_select, .form_submit{
  max-width:368px;
}
.form_submit{
  background-color: #929496;
  color:#FFFFFF; 
  font-weight: 700;
  border-color: #929496;
  cursor: pointer;
}
.form_submit:hover{
  border-color: #000000;
  color:#FFFFFF;
}

/******** Mailinglist popup *************/

#mailinglist_container, #mailinglist_container_bcg{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index:555;
  color: #FFFFFF;
  text-align: center;
  transition: all 0.5s ease-out 0s;
  display: block;
  box-sizing: border-box;
}
#mailinglist_container{
  opacity:0;
  z-index:-5;
}
#mailinglist_container h1{
  color: inherit;
}
#mailinglist_container.zobraz{
  opacity:1;
  z-index:999;
  transition: all 0.5s ease-out 0s;
}




#mailinglist_container_bcg{
background-color: #000000;
opacity: 0.85;
}


#mailinglist_container_popup_image{
background-color: #000000;
    padding: 10px 15px;
    position: absolute;
    top: -44px;
    left: -1px;
    border-width: 1px 1px 0px 1px;
    border-color: #77bb00;
}


#mailinglist_container_popup{
  width:600px;
  margin: 0px auto;
  opacity: 0.95;
  background-color:#000000;
  z-index:566;
  position:absolute;
  top:50%;
  left:50%;
  margin:-200px 0px 0px -300px;
  border: 1px solid #77bb00;
  overflow: visible;
  display: block;
  

}

#mailinglist_container_popup_close{
  position: absolute;
  top:-30px;
  right:-32px;
  font-size: 20px;
  color: #77bb00;
  cursor: pointer;
  pointer-events: none;
  z-index: 888;
}
#mailinglist_container h1{
  font-size: 2rem;
  padding-top: 0;
  margin-top: 0;
}
#mailinglist_container .cform_container {
  padding: 40px;
  max-height: 90vh;
  overflow: auto;
  box-sizing: border-box;
  width: 100%;
}
#mailinglist_container .form {
    border-color:#77bb00;
}
#mailinglist_container .form_submit:hover {
    border-color:#FFFFFF; 
}


.ui-datepicker{
background-color: #FFFFFF;
border: 1px solid #000000;
min-width:364px;
}

.ui-datepicker-header{
background-color: #000000;
color:#FFFFFF;
padding: 10px;
}
.ui-datepicker-header a{
  color: #ffe900;
  cursor: pointer;
}
.ui-datepicker-header a:hover{
  text-decoration: underline;
}

.ui-datepicker-prev{
float: left;
}
.ui-datepicker-next{
float: right;
}

.ui-datepicker-title{
font-weight: bold;
text-align: center;
margin:0px 0px 5px 0px;
}
.ui-datepicker-calendar{

width:100%;

}

.ui-datepicker-calendar tbody td{
text-align: center;
}

.ui-datepicker-calendar tbody td a{
  color: #000000;
  cursor: pointer;
}
.ui-datepicker-calendar tbody td:hover{
background-color: #929496;
}
.ui-datepicker-calendar tbody td:hover a{
color: #ffe900;

}

































/* Aspiform */

.aspiform_container .form_checkbox {
    text-align: left;
    width: 20px;
}
.aspiform_container .form, .aspiform_container .form_submit, .aspiform_container .form_select{
   box-sizing: border-box;
   max-width: 350px;
}




/***** IE **********/
img {
	border: 0px solid #000000;
}



/***** galerie **********/
.gallery_container{
clear:both;
float:right;
margin-left:auto;
margin-right:auto;
display:block;

}    
.gallery_item {
float:left;
margin: 8px;
} 

.lb-closeContainer{
  display:inline-block;
  
  padding: 0.2em;
  float:right;   
  box-sizing: border-box;
  background-color: #FFFFFF;
  border-radius: 5px;
  overflow: hidden;
}
.lb-closeContainer a{
  height: 1.5em;
  width: 1.5em;
  box-sizing: border-box;
  display: inline-block;
  
  background-image:url(/frams/pub/js/lightbox2/images/close.gif);
  background-size: 70% 70%;
  background-position: center center;
  background-repeat: no-repeat;  
}
.lb-closeContainer:hover{
  opacity: 0.6;
}


/***** katalog - profiljezdce **********/
 .profiljezdce {
 background-color: #000000;
    color: #77bb00;
    display: block;
    
	padding: 2px;
    min-height: 35px;
    } 

    
#cookie_eu_bar{
z-index: 9999999 !important;
}  

/* Doděláno RENé - responzivní sloupce v článku*/

.column {
    float: left;
    width: 48%;
	padding-left: 1%;
	padding-right: 1%;
}

/* Vyčištění po sloupcích */
.row:after {
    content: "";
    display: table;
    clear: both;
}

 /* responzivita */
  @media (max-width: 900px) {
    .column {
        width: 100%;
    }
}         
                                                    
                  
                  
                  
                  
                  
                  
                  

/* MEZERY VNITRNI PO ODSTRANENI SIKMIN */
#cat_subcategories, #cat_subcategories_series, #cat_products{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
  
  #cat_product_more .text_width{
    margin-top: 4rem;
    margin-bottom: 4rem;
  }                
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  
  

/**************************** WIDTH ***************************************************/
.global_min_width {
	/*min-width: 1100px; */
}
div.text_width, .text_width {
	width: var(--container-width-normal);
  max-width: 100%;
	margin: 0px auto 0px auto;
	padding: 0;
	overflow: auto;
	height: auto;
	position: relative;
	display: block;
	border: 0px dotted transparent;
  overflow: visible;
}
.width_menu_center {
	width: 1100px;
}
.width_fixed, div.width_fixed {
	width: var(--container-width-normal);
}



.width_nice, div.width_nice, #cat_product_top_header .text_width, #cat_product_top .text_width, #cat_product_info .text_width {
/* NEW super widht */
	width: var(--container-width-big) !important;
}




.width_full, div.width_full {
	min-width: 100%;
}


figure, section{
    display:block;
    margin: 0;
    padding: 0;
}
figure figcaption{
  text-align: center;
  font-size: 0.85rem;
  color: #575757;
}






/* BLOKY produkty atp */

#cat_product_blocks{
  padding: 4rem 0;

  
  background-color: #FFFFFF;
}
#cat_product_blocks .text_block_section {
  padding: 2rem 0;
  box-sizing: border-box;    
}
section.text_block_section.has-bs .text_width{
  width: auto;
}

.text_block_text{
  padding: 4rem;
  padding-right: 2rem;
  font-size: 1.25rem;
}


#cat_product_blocks img{
    max-width: 100%;
    height:auto;
}




.text_block_gallery_container {
    margin: 2rem -1rem 0 -1rem;
    display:flex;
    flex-wrap:no-wrap;
    justify-content:center;
}


.text_block_gallery_container figure{
    margin: 1rem;
    line-height: 1;
}
.text_block_gallery_container figure{
    
}

.text_block_section{
  padding: 0 2rem;
}

.text_block_header h1, .text_block_header h2, .text_block_header h3, .text_block_header h4, .text_block_header h5{
  margin: 0;
}


/*
.text_block_header h2{
  font-size: 4rem;
}
.text_block_header h3{
  font-size: 3rem;
}
*/


.text_block_section .fimg{
  margin: 0px;
  
  display:flex;
  flex-direction: column;
  max-width: max-content;
}

.text_block_section .type_bf{
  margin: 4rem auto 0rem auto;
}

.text_block_section .type_bs{
   margin: 0px;
}




.text_block_section .text_block_subcontainer {
  display:flex;
  flex-wrap: nowrap;
  gap: 2rem;
  
  align-items: center;
  
}

.text_block_section .fimg.img_bs{
  flex-shrink: 0;
  flex-grow: 0;
  width: calc(50% - 2rem);
  max-width: unset;
  
}

.text_block_section .fimg.img_bs .fimg_img{
  object-fit: contain;
}
.text_block_section .fimg_cap{
  display: none;
}

@media all and (min-width:900px) {

  #cat_product_blocks .text_block_section.has-bs:nth-of-type(2n) .fimg.img_bs{
    order: -1;
  }
  #cat_product_blocks .text_block_section.has-bs:nth-of-type(2n) .text_block_text{
    padding-left: 2rem;
    padding-right: 4rem;
  }

}






pre {
  font-family: var(--font-secondary);
}



#cookie_eu_bar #cookie_eu_bar_text{
   line-height: 1.4;
} 

@media all and (max-width:900px) {

  .text_block_section .text_block_subcontainer{
    flex-wrap:wrap;
  }
  .text_block_section .fimg.img_bs{
    width:auto;
    margin: 0 auto;
    order: 5;
    max-width: 100%;
  }
  
}


@media all and (max-width:1300px) {

    .text_block_text{
      padding: 0rem 2rem;
    }

    .text_block_gallery_container {
        flex-wrap:wrap;
    }    
    
    pre{
      white-space: normal;
    }
}








/* MINI SIRKA */




@media all and (max-width:1300px) {

  #cat_subcategories .cat_subcategories_item, #cat_subcategories_series .cat_subcategories_item, #cat_products .cat_subcategories_item 
  {
    width: calc(33% - 2rem);
  }
  #cat_technologies .cat_technologies_item{
    width: calc(33% - 1.5rem);  
  }
  
}




@media (max-width:1000px) {

body{
  --container-width-big: calc(100% - 2rem);
  --container-width-normal: calc(100% - 2rem);
  
  --font-size-normal: 16px;
  --font-size-bigger: calc(1.35 * var(--font-size-normal));
  --font-size-maximal: 3rem;
}

#header_top #header_top_lang{
  display:none;
}
#header_top #header_top_search.cell_bcg{
  margin-right: 0px; 
  margin-left: 0px; 
}


div.text_width, .text_width, #header_width, .header_width,
.width_nice, div.width_nice, #cat_product_top_header .text_width, #cat_product_top .text_width, #cat_product_info .text_width {
	width: var(--container-width-big);
  
  margin: 0 auto 0 auto;
  box-sizing: border-box;
}
#header_width, .header_width{
  width: var(--container-width-normal) !important;  
}
div.width_gallery {
	width: 340px;
}
.width_nice, div.width_nice {
	width: 500px;
}
.global_min_width {
	/* min-width: 550px;  */
}

#top_menu_container .sub_1 li{
  width: 46%;
  height: 150px;
  
}


#cat_categorysub_image_shorttext{
  width: 98%;
  max-width: 98%;

  
  box-sizing: border-box;  
  top: 40vh;
  left: 1%;


}

#cat_subcategories .cat_subcategories_item, #cat_subcategories_series .cat_subcategories_item, #cat_products .cat_subcategories_item{
  width: calc(50% - 2rem);  
}


#footer div.footer_katalog, div.footer_prodejce, div.footer_pomuzeme{
margin-right: auto;
margin-left:auto;
}





#cat_product_top #cat_product_top_header img.cat_product_top_header_product{
  width: 100%;
  height:auto;
  clear:both;
  margin-top: 50px;
}

#cat_product_top #cat_product_top_header #cat_product_top_header_right{
  clear:both;
  position: relative;
  top: 0px;
  left:0px;
  margin: 0 auto;
  margin-bottom: 1rem;
  padding: 0px;
  
  display:flex;
  flex-direction: column;
  
}

#cat_product_top #cat_product_top_header h1{
  margin-top: 0px;
}

#cat_product_info #cat_product_info_specifikace #cat_product_info_specifikace_right, #cat_product_info #cat_product_info_specifikace #cat_product_info_specifikace_left,
#cat_product_more .text_width{
clear:both;
margin: 0 auto;
margin-top: 0px;
margin-bottom: 2rem;
width: 100% !important;
width: var(--container-width-normal) !important;  
float: none;

}



#cat_product_info #cat_product_info_text #cat_product_info_text_rider{
  clear:both;
  float: none;
  width: 100%;
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}
/*
#cat_technologies .cat_technologies_item{
  float: none;
  margin: 25px auto;
}
*/


  



}




@media all and (max-width:800px) {
  #cat_subcategories, #cat_subcategories_series, #cat_products{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  #cat_subcategories #cat_subcategories_list, #cat_subcategories_series #cat_subcategories_list_series, #cat_products #cat_products_list{
    margin: 0px;
    width: 100%;
  }

  #cat_subcategories .cat_subcategories_item, #cat_subcategories_series .cat_subcategories_item, #cat_products .cat_subcategories_item, 
  #cat_technologies .cat_technologies_item{
    width: calc(100% - 0rem);
    margin-left: 0;
    margin-right: 0;
  }
  
 
  
}





.tags{
  display: inline-flex;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.cat_product_subhead .tags{
  font-size: 1.15rem;
}

.tags .tag{
  color: #FFFFFF;
  background-color: var(--color-grey-darker);
  padding: 0.25em 0.5em 0 0.5em;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight:600;
  border-radius: 2px;
  /* font-family: var(--font-secondary); line-height: 1.15; */
}



.tags .tag.new{
  background-color: #000000;
  color: #FFFFFF;
}

.tags .tag.hot{
  /*background-color: #2dc417;*/
}
.tags .tag.final{
  /*background-color: #c41727;*/
}
.tags .tag.hot, 
.tags .tag.final{
  color: #000000;
  background-color: #FFFFFF;
  border: 1px solid #000000;
}





/*** KLASIKA ***/
@media all and (min-width:1000px) and  (max-width: 1500px) {
  
  div.text_width, .text_width{
  	max-width: 98%;
    max-width: calc(100% - 2rem);
    width:auto;
    margin: 0 auto 0 auto;
    box-sizing: border-box;
  }
  #cat_product_blocks div.text_width, #cat_product_blocks .text_width{
   width: calc(100% - 2rem);
   max-width: var(--container-width-normal); 
  }
  

  
  
  
  
  #cat_product_top #cat_product_top_header img.cat_product_top_header_product{
    width: 73%;
    height:auto;
    clear:both;
    margin-top: 1rem;
    box-sizing: border-box;
  }
  
  
  
  #cat_categorysub_info div.text_width,#cat_categorysub_info  .text_width{
    max-width: 100%;
  }
  

}





@media all and (max-width:1500px) {
  html, body{
    font-size: 16px;
  }
 
}





/* Mobile */
body.mobile_not_tablet #header_corner{
  position: absolute;
}

body.mobile .global_min_width, body.tablet .global_min_width, body.mobile {
	/* min-width: 560px;  */
}

body.mobile #header_top_actions{
  //display:none;
}

body.mobile #cat_product_top #cat_product_top_header img.cat_product_top_header_product{
  margin-top: 0px;
}

body.mobile #cat_product_top #cat_product_top_header #cat_product_top_header_right{
  top: 0px;
  
}
body.mobile #cat_product_top #cat_product_top_header h1{
  z-index: 888;
}


body.mobile #cat_categorysub_image_shorttext, body.mobile #cat_category_image_shorttext{
  top: 220px;
}

body.mobile #mailinglist_container_popup{
  width: 80%;
  top: 10%;
  margin: 0px;
  left: 10%;
}


/*** IPADY a IPHONY ***/

body.ios #supercontainer_background{
  background-attachment: scroll;
  height: 125%;
}



body.ios #cat_product_more, body.ios #frontpage_background_slider ul li, body.ios #footer_container{
  background-attachment: scroll;
}

body.ios .sct_part, body.ios .scb_part{
  /*margin-bottom: -1px;*/
  /*margin-top:-1px;*/
}

body.ios .cat_subcategories_second{
  display:none !important;
}

body.ios .cat_subcategories_second{
  display:none !important;
  transition: all 0.5s ease 0s;
}

body.ios .show_info .cat_subcategories_text_category {
  font-size: 20px;
	text-align: center;
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: 20px;
	left: 0px; 
  bottom: 0px;
  line-height: 110%;
  
}





/* iPady */
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  
  .special_monitor_height {
  	min-height: 1024px !important;
  	max-height: 1024px !important;
  	height: 1024px !important;
  }


}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:landscape) {
    
  .special_monitor_height {
  	min-height: 768px !important;
  	max-height: 768px !important;
  	height: 768px !important;
  }
}


/* Mobily */

body.mobile{
  font-size: 100%;
}
body.mobile h1,
body.mobile #cat_category_info h1, body.mobile #cat_categorysub_info h1, body.mobile .sliderbx_data_li_header_name{
  font-size: 2rem;
}
body.mobile h2, body.mobile #footer a.name{
  font-size: 1.5rem;
}
body.mobile h3{
  font-size: 1.25rem;
}
body.mobile h4{
  font-size: 1.15rem;
}


/*
body.mobile #subpage_container,
.mobile #cat_category_info, .mobile #cat_categorysub_info{
  padding-top: 300px;
}
*/
.mobile #cat_category_info, .mobile #cat_categorysub_info{
  padding-bottom: 2rem;
  text-align: center;
}

.mobile #cat_product_top #cat_product_top_header{
  min-height:auto;
}

body.ios #cat_category_info, body.ios #cat_categorysub_info, body.ios #cat_categorysub_info .cat_categorysub_image{
  min-height: 40vh;
  height:auto;
}

@media all and (orientation:portrait) {
  /* iOS is total shit */
  
  
  #cat_product_info_text_text{
    margin-top: 20px;
  }
  
  
}







/* Google mobile page test hack */
@media (max-width:461px) {

  body.mobile .global_min_width, body.tablet .global_min_width, body.mobile {
  	min-width: 100%;
    max-width: 100%;
  }
  #menu li{
    width: calc(100%/2);
    margin-bottom: 10px;
  }
  #menu{
    height: auto;
  }

  
  
  #cat_subcategories, #cat_subcategories_series, #cat_products{
    /*background-color:silver;  */
  }
  #cat_category_info{
    min-height: 400px;
  }
  #cat_product_top{
    padding-top: 0px;
  }
  
  #frontpage_background_slider .sliderbx_data_li_container{
    
    left: 1rem;
    min-width:100%;
    box-sizing: border-box;
  }
  

}




.articles_art_text .width_nice, 
.articles_art_text div.width_nice {
  width: 100% !important;
}

.articles_art_text  #cat_products .cat_subcategories_item {
  width: calc(33.333% - 1rem);
  margin: .5rem;
}

@media(max-width: 900px) {
  .articles_art_text  #cat_products .cat_subcategories_item {
    width: calc(50% - 1rem);
  }
}

@media(max-width: 620px) {
  .articles_art_text  #cat_products .cat_subcategories_item {
    width: calc(100% - 1rem);
  }
}

.articles_art_text #cat_products .cat_subcategories_item .cat_subcategories_name {
  font-size: 1.25rem;
}


/*
body.ios #frontpage_background_slider ul li{
  background-size: 100vw 100vh;
  background-attachment: unset;
  outline: 10px solid white;
}
*/                                                




/* NEW HEADER */
header {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 666;
}

header .header-top {
  background-color: #000;
  color: #fff;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 5px 1rem;
  font-size: .85rem;
  gap: 30px;
}

.header-bottom .promo-box {
  display: flex;
  width: 100%;
  position: sticky;
  left: 0;
  top: 0;
  aspect-ratio: 3 / 4;
  text-decoration: none;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 20px;
  box-sizing: border-box;
  overflow: hidden;
}

.header-bottom .promo-box span.text {
  position: relative;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
}

.header-bottom .promo-box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition-normal);
}

.header-bottom .promo-box:hover img {
  transform: scale(1.02, 1.02);
}

header .header-top a {
  color: inherit;
  text-decoration: none;
}

header .header-top #header_top_actions a:hover {
  text-decoration: underline;
}

header #header_top_actions {
  display: flex;
  gap: 15px;
}

header #menu_lang {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: none;
  flex-direction: column;
  background-color: var(--black-hex);
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 9;
  background-color: #000;
  overflow: clip;
  width: 35px;
}

header .lang-wrap {
  position: relative;
}

header #menu_lang li {
  border-top: 1px solid var(--color-bg-light);
}

header #menu_lang a {
  display: block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
}

header .current-lang {
  display: block;
  width: 35px;
  height: 35px;
  text-align: center;
  line-height: 35px;
  cursor: pointer;
}

#header-top-categories {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  position: relative;
}

#header-top-categories .sub_1 {
  display: none;
}

.header-bottom {
  display: flex;
  justify-content: space-between;
  padding: 0 1rem;
  position: relative;
}

.header-bottom .menu-wrap {
  padding-right: 100px;
  box-sizing: border-box;
}

header.scrolled .header-bottom,
header.hovered .header-bottom,
.mod_aspikat_product .header-bottom {
  background-color: #fff;
}

header.scrolled .header-bottom {
  border-bottom: 1px solid var(--color-grey-darker);
}

header.hovered .header-bottom > *:not(.menu-wrap) {
  z-index: 100;
}

#header-top-categories {
  height: 80px;
  gap: 20px;
  align-items: center;
}

header.hovered #header-top-categories {
  z-index: 100;
}

#header-top-categories li {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#header-top-categories a {
  font-weight: 600;
  text-decoration: none;
  font-family: var(--font-main);
  font-size: 1rem;
  display: inline-block;
  color: #fff;
  padding: 0 5px;
}

#header-top-categories a:hover,
#header-top-categories .in-hover a {
  text-decoration: underline;
}

header.scrolled #header-top-categories a,
header.hovered #header-top-categories a,
.mod_aspikat_product #header-top-categories a {
  color: #000;
}

.header-bottom .logo-wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.header-bottom .logo-wrap img {
  width: auto;
  height: 30px;
  filter: brightness(0) invert(1);
}

header.scrolled .header-bottom .logo-wrap img,
header.hovered .header-bottom .logo-wrap img,
.mod_aspikat_product .header-bottom .logo-wrap img {
  filter: brightness(0) invert(0);
}

.header-bottom .utils-wrap {
  display: flex;
  gap: 15px;
  align-items: center;
}

.header-bottom .utils-wrap .search-control {
  width: 48px;
  height: 48px;
  cursor: pointer;
  position: relative;
}

.header-bottom .utils-wrap .search-control img {
  filter: brightness(0) invert(1);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  transition: var(--transition-normal);
}

.header-bottom .utils-wrap .search-control img.close-form {
  opacity: 0;
}

.header-bottom .utils-wrap .search-control.opened img.close-form {
  opacity: 1;
}

.header-bottom .utils-wrap .search-control.opened img.open-form {
  opacity: 0;
}

header.scrolled .header-bottom .utils-wrap .search-control img,
header.hovered .header-bottom .utils-wrap .search-control img,
.mod_aspikat_product .header-bottom .utils-wrap .search-control img {
  filter: brightness(0) invert(0);
}

.header-bottom .utils-wrap .search-control img {
  filter: brightness(0) invert(1);
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.header-bottom .inner-wrap {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 300px auto;
  gap: 50px;
  overflow: auto;
  height: 100%;
}

header #submenu-wrap {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 100vw;
  display: none;
  padding: 50px;
  padding-top: 100px;
  height: calc(70vh - 180px);
  z-index: 99;
}

@media(max-height: 900px) {
  header #submenu-wrap {
    height: calc(90vh - 180px);
  }
}

header.hovered #submenu-wrap {
  box-shadow: 0px 15px 30px rgba(23,46,84,0.1);
}

header #submenu-wrap .sub_1 {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: block;
  column-count: 4;
  column-gap: 30px;
}

header #submenu-wrap .sub_1 {
  display: none;
}

header #submenu-wrap .sub_2_li {
  margin-bottom: 4px;
}

header #submenu-wrap .sub_1.show {
  display: block;
}

header #submenu-wrap .sub_1_a {
  color: #000;
}

header #submenu-wrap .sub_1 ul {
  list-style-type: none;
  margin: 0;
  padding-left: 15px;
}

header #submenu-wrap .sub_1 ul.sub_2 {
  padding-left: 0
}

header #submenu-wrap .sub_2_a {
  text-decoration: none;
  color: #000;
  font-weight: 500;
}

header #submenu-wrap .sub_2_a:hover {
  text-decoration: underline;
}

header #submenu-wrap .sub_3_a {
  text-decoration: none;
  font-weight: 300;
  color: #555;
  transition: var(--transition-normal);
}

header #submenu-wrap .sub_3_a:hover {
  color: #000;
  text-decoration: underline;
}

header #submenu-wrap .sub_1 ul a {
  font-size: .9rem;
  line-height: 1.2;
  display: inline-block;
}

header #submenu-wrap .sub_1 > li {
  break-inside: avoid;
  margin-bottom: 30px;
}

header #submenu-wrap .sub_1_a {
  font-weight: 600;
  text-decoration: none;
  font-family: var(--font-main);
  font-size: 1.2rem;
  display: inline-block;
  margin-bottom: .25em;
  line-height: 1.2;
}

header #submenu-wrap .sub_1_a:hover {
  text-decoration: underline;
}

.mobile-menu-btn {
  display: none;
}

.search-field-wrap {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  z-index: 9;
  height: 0;
  overflow: clip;
  transition: var(--transition-normal);
  background-color: #fff;
}

.search-field-wrap form {
  display: flex;
  width: 90%;
  max-width: 680px;
}

.search-field-wrap.open {
  height: 140px;
}

.search-field-wrap .search_container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}

.search-field-wrap form .search_form {
  flex: 1 1 auto;
}

.search-field-wrap form .search_form input {
  width: 100%;
  max-width: unset;
  box-sizing: border-box;
  height: 60px;
}

.search-field-wrap form .search_form input:focus {
  outline: none;
  border-bottom: 1px solid 
}

.search-field-wrap form .search_form_submit {
  flex: 0 0 120px;
}

.search-field-wrap form .search_form_submit input {
  background-color: #000;
  border-color: #000;
  height: 60px;
  transition: var(--transition-normal);
}

.search-field-wrap form .search_form_submit input:hover {
  background-color: #444;
  border-color: #444;
}

/* hide irrelevant sellsers */
#submenu_272 > li,
#submenu_7133 > li,
#submenu_294 > li,
#submenu_293 > li {
  display: none;
}

#submenu_272 > li#header-top-categories_724_li {
  display: list-item;
}

#submenu_7133 > li#header-top-categories_9194_li {
  display: list-item;
}

#submenu_294 > li#header-top-categories_728_li {
  display: list-item;
}

#submenu_293 > li#header-top-categories_732_li {
  display: list-item;
}

#cat_products + #footer_container #footer_map {
  padding-top: 0rem;
}

@media(max-width: 1300px) {
  .header-bottom .inner-wrap {
    grid-template-columns: 240px auto;
  }
}

@media (max-width: 1024px) {
  .mobile-menu-btn {
    display: block;
    width: 45px;
    height: 45px;
    z-index: 9;
    cursor: pointer;
    transition: var(--transition-normal);
    position: relative;
  }

  .mobile-menu-btn .line {
    width: 25px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    right: 10px;
    transition: var(--transition-normal);
  }

  .scrolled .mobile-menu-btn .line,
  .hovered .mobile-menu-btn .line,
  .mod_aspikat_product .mobile-menu-btn .line {
    background-color: #000;
  }

  .mobile-menu-btn .line.first {
    transform: rotate(0deg);
    top: 15px;
  }

  .mobile-menu-btn.opened .line.first {
    top: 22px;
    transform: rotate(45deg);
  }

  .mobile-menu-btn .line.second {
    display: block;
    top: 23px;
  }

  .mobile-menu-btn.opened .line.second {
    display: none;
  }

  .mobile-menu-btn .line.third {
    transform: rotate(0deg);
    top: 31px;
  }

  .mobile-menu-btn.opened .line.third {
    top: 22px;
    transform: rotate(-45deg);
  }

  .header-bottom {
    padding: 0 10px;
  }

  .header-bottom .utils-wrap {
    gap: 10px;
  }

  .header-bottom .menu-wrap {
    position: absolute;
    background-color: #fff;
    padding: 20px;
    left: 0;
    top: 100%;
    width: 100vw;
    max-height: calc(100vh - 60px);
    overflow: auto;
    display: none;
  }

  #header-top-categories li ul {
    display: none;
    padding-left: 20px;
  }

  #header-top-categories {
    display: initial;
  }

  #header-top-categories a {
    color: #000;
    padding: 5px 0;
  }

  .header-bottom .logo-wrap {
    position: relative;
    left: 0;
    top: 0;
    transform: translate(0);
    display: flex;
    align-items: center;
    height: 60px;
  }

  .header-bottom .logo-wrap img {
    height: auto;
    width: 200px;
  }

  header .header-top {
    display: none;
  }

  #header-top-categories li {
    text-align: left;
    display: list-item;
  }

  #header-top-categories li.w-sub {
    position: relative;
  }

  #header-top-categories li.w-sub a {
    padding-right: 45px;
  }

  #header-top-categories li .list-opener {
    position: absolute;
    width: 22px;
    height: 22px;
    border: 1px solid #f0f0f0;
    right: 0;
    top: 0;
  }

  #header-top-categories li .list-opener::after {
    position: absolute;
    width: calc(100% - 6px);
    height: 1px;
    background-color: #000;
    content: " ";
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
  }

  #header-top-categories li .list-opener::before {
    position: absolute;
    height: calc(100% - 6px);
    width: 1px;
    background-color: #000;
    content: " ";
    top: 3px;
    left: 50%;
    transform: translateX(-50%);
    transition: var(--transition-normal);
    opacity: 1;
  }

  #header-top-categories li .list-opener.opened::before {
    opacity: 0;
    transform: translateX(-50%), rotate(90deg);
  }

  .header-bottom .utils-wrap .search-control img.close-form {
    width: 18px;
    height: auto;
  }

  header #menu_lang {
    background-color: #fff;
  }

  header #menu_lang a {
    color: #000;
    text-decoration: none;
  }

  header .current-lang {
    color: #fff;
  }

  header #menu_lang li {
    border-color: #d0d0d0;
  }

  header.scrolled .current-lang,
  header.hovered .current-lang,
  .mod_aspikat_product .current-lang {
    color: #000;
  }

  .search-field-wrap.open {
    height: 100px;
  }

  .search-field-wrap form {
    width: calc(100% - 20px);
  }

  #cat_product_top{
    padding-top: 80px;
  }

  #cat_product_top .text_width.breadcrumbs {
    width: 100%;
  }
}

@media(max-width: 480px) {
  .header-bottom .logo-wrap img {
    width: 170px;
  }

  .search-field-wrap form .search_form_submit {
    flex: 0 0 90px;
  }

  .header-bottom .utils-wrap {
    gap: 5px;
  }
}



.button_normal, .button_important{
  
  border: 1px solid #000000;
  padding: 0.25em 0.5em;
  line-height: var(--line-height-compressed);
  color: #000000;

  text-decoration: none;
  transition: var(--transition-normal);
}


.button_important{
  font-size: var(--font-size-bigger);
}

.button_normal:hover, .button_important:hover{
  background-color: #000000;
  color: #FFFFFF;
  
}











.fp_category_big{
  position: relative;
  
  display:flex;
  justify-content: center;
  align-items: center;
  
  min-height: 95vh;
  
  margin: 4rem 0;
  
  
}
.fp_category_big_bcg{
  position: absolute;
  top: 0px;
  right: 0px;
  left: 0px;
  bottom: 0px;
}
.fp_category_big_bcg .fimg_img{
  object-fit: cover;
}

.fp_category_big_container{
  position: relative;
  z-index: 5;
  
  
  text-align: center;
  
  
  display:flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  
  
  padding: 4rem 1rem;
  text-align: left;
  
  
  color: #FFFFFF;
  
}
.fp_category_big_container h2{
  color: inherit;
  font-size: var(--font-size-maximal);
  font-weight: 700;
  margin: 0;
}
.fp_category_big_container h2 a{
  color: inherit;
  text-decoration: none;
}


.fp_products h2{
  text-align: center;
  margin: 0;
}
.fp_products h2 a{
  color: inherit;
  text-decoration: none;
}
.fp_products .actions{
  margin: 1rem;
  text-align: center;
}





