/*----------------- 
Shared frontend / backend related CSS
-----------------*/
/* Common */
.ccmm_numericvalue{
  text-align:right;
}
.ccmm_hidden{
  display:none;
}
.ccmm_top{
  vertical-align:top;
}
/* Tab test */
.ccmm_tabs_styled_wrapper {
  margin:100px auto;
  width:80%;
  font-family:sans-serif;
  color:#98927C;
  font-size:14px;
  line-height:24px;
  max-width:600px;
  min-width:340px;
  overflow:hidden;
}

.ccmm_tabs_styled_tabs {
  li {
    list-style:none;
    float:left;
    width:20%;
  }
  a {
    display:block;
    text-align:center;
    text-decoration:none;
    position:relative;
    text-transform:uppercase;
    color:#fff;
    height:70px;
    line-height:90px;
    background:linear-gradient(165deg,transparent 29%, #98927C 30%);
    
    &:hover, &.active {
       background: linear-gradient(165deg,transparent 29%, #F2EEE2 30%);
       color:#98927C;
    }
    
    &:before{
      content:'';
      position:absolute;
      z-index:11;
      left:100%;
      top:-100%;
      height:70px;
      line-height:90px;
      width:0;
      border-bottom: 70px solid rgba(0,0,0,.1);
	    border-right: 7px solid transparent;
    }
    &.active:before{
      content:'';
      position:absolute;
      z-index:11;
      left:100%;
      top:-100%;
      height:70px;
      line-height:90px;
      width:0;
      border-bottom: 70px solid rgba(0,0,0,.2);
	    border-right: 20px solid transparent;
    }
    // &:last-child:before, &.active:last-child:before{
    //   border: none;
    // }
  }
}
.ccmm_tabs_styled_tabgroup {
  box-shadow:2px 2px 2px 2px rgba(0,0,0,.1);;
  div {
    padding:30px;
    background:#F2EEE2;
    box-shadow:0 3px 10px rgba(0,0,0,.3);
  }
}
.ccmm_tabs_styled_clearfix:after {
  content:"";
  display:table;
  clear:both;
}
.reset-style, .reset-style * {
  all: revert;
}
/* Tab test - start */
/* Shared menu style */
.ccmm_flexmenu_item_container_100{
  width:100%;
  height:auto;
}
.ccmm_flexmenu_item_container_45{
  width:45%;
  height:auto;
}
.ccmm_flexmenu_item_container_30{
  width:30%;
}
.ccmm_fontsize_default{
  font-size: 100%;
}
.ccmm_fontsize_100{
  font-size: 1.0rem;
}
.ccmm_fontsize_105{
  font-size: 1.05rem;
}
.ccmm_fontsize_110{
  font-size: 1.1rem;
}
.ccmm_fontsize_115{
  font-size: 1.15rem;
}
.ccmm_fontsize_120{
  font-size: 1.2rem;
}
.ccmm_fontsize_125{
  font-size: 1.25rem;
}
.ccmm_fontsize_130{
  font-size: 1.3rem;
}
.ccmm_fontsize_135{
  font-size: 1.35rem;
}
.ccmm_fontsize_140{
  font-size: 1.4rem;
}
.ccmm_fontsize_145{
  font-size: 1.45rem;
}
.ccmm_fontsize_150{
  font-size: 1.5rem;
}
.ccmm_fontsize_155{
  font-size: 1.55rem;
}
.ccmm_fontsize_160{
  font-size: 1.6rem;
}
.ccmm_fontsize_165{
  font-size: 1.65rem;
}
.ccmm_fontsize_170{
  font-size: 1.7rem;
}
.ccmm_fontsize_175{
  font-size: 1.75rem;
}
.ccmm_fontsize_180{
  font-size: 1.8rem;
}
.ccmm_fontsize_185{
  font-size: 1.85rem;
}
.ccmm_fontsize_190{
  font-size: 1.9rem;
}
.ccmm_fontsize_195{
  font-size: 1.95rem;
}
.ccmm_fontsize_200{
  font-size: 2.0rem;
}
.ccmm_fontsize_205{
  font-size: 2.1rem;
}
.ccmm_fontsize_210{
  font-size: 2.2rem;
}
.ccmm_fontsize_215{
  font-size: 2.3rem;
}
.ccmm_fontsize_220{
  font-size: 2.4rem;
}
.ccmm_fontsize_225{
  font-size: 2.5rem;
}
.ccmm_fontsize_230{
  font-size: 2.6rem;
}
.ccmm_fontsize_235{
  font-size: 2.7rem;
}
.ccmm_fontsize_240{
  font-size: 2.8rem;
}

.ccmm_flexmenu_navigation{
  padding-left: 10%;
}
.ccmm_flexmenu_navigation > ul{
  list-style-type: none;
}
.ccmm_flexmenu_navigation > ul > li{
  margin-bottom: 28px;
}
.ccmm_flexmenu_header{
  padding-top: 50px;
  scroll-behavior: smooth;
}
.ccmm_flexmenu_header_margin0{
  margin-left: 0%;
  margin-right: 0%;
  margin-top: 0%;
  margin-bottom: 0%;
}
.ccmm_flexmenu_header_margin5{
  margin-left: 5%;
  margin-right: 5%;
  margin-top: 1%;
  margin-bottom: 1%;
}
.ccmm_flexmenu_header_margin10{
  margin-left: 10%;
  margin-right: 10%;
  margin-top: 2%;
  margin-bottom: 2%;
}
.ccmm_flexmenu_header_margin15{
  margin-left: 15%;
  margin-right: 15%;
  margin-top: 3%;
  margin-bottom: 3%;
}
.ccmm_flexmenu_container{
	-ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;

  -webkit-justify-content: center; 
  justify-content: center; 
  
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	align-content: stretch;
}
.ccmm_flexmenu_item{
  flex: 1;
}
.ccmm_flexmenu_category_container{
  	-ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;

  -webkit-justify-content: flex-start; 
  justify-content: flex-start;
  
  flex-direction: column;
  flex-wrap: wrap;
	align-items: stretch;
	align-content: center;
  width:85%;
  
}
.ccmm_flexmenu_category_name{
    	-ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;

  -webkit-justify-content: flex-start; 
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
	align-items: stretch;
	align-content: center;
  margin-bottom: 40px;
  width:100%;
  scroll-behavior: smooth;
}
.ccmm_flexmenu_category_header{
    	-ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;

  -webkit-justify-content: flex-start; 
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
	align-items: stretch;
	align-content: center;
  margin-bottom: 40px;
  width:100%;
  line-height: 1.9em;
}
.ccmm_flexmenu_category_footer{
    	-ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;

  -webkit-justify-content: flex-start; 
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
	align-items: stretch;
	align-content: center;
  margin-bottom: 40px;
  width:100%;
  line-height: 1.9em;
}
.ccmm_flexmenu_row_container{
    	-ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;

  -webkit-justify-content: flex-start; 
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
	align-items: stretch;
	align-content: stretch;
}
.ccmm_flexmenu_row_container:last-child{
  margin-bottom:50px;
}

.ccmm_flexmenu_line1_container{
    	-ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;

  -webkit-justify-content: flex-start; 
  justify-content: flex-start;
  
  flex-direction: row;
  flex-wrap: nowrap;
	align-items: stretch;
	align-content: stretch;
  margin-bottom:5px;
}
.ccmm_flexmenu_line2_container{
    	-ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;

  -webkit-justify-content: flex-start; 
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: nowrap;
	align-items: stretch;
	align-content: stretch;
  padding-bottom: 15px;
}
.ccmm_flexmenu_item_container{
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;

  -webkit-justify-content: flex-start; 
  justify-content: flex-start;
  
  flex-direction: column;
  flex-wrap: nowrap;
	align-items: stretch;
	align-content: stretch;
  padding-left: 10px;
  padding-right: 10px;
  /*margin-bottom: 20px;*/
  width:100%;
}
.ccmm_flexmenu_dotted_separator{
  flex: 1;
  border-bottom: dotted 2px;
  width: auto;
  float: left;
  position: relative;
  display: block;
  /*height: 1.2rem;*/
  margin: 0 5px 0 5px;
}
/*hack specific for chrome 29*/
@media screen and (-webkit-min-device-pixel-ratio:0)
  and (min-resolution:.001dpcm) {
    .ccmm_flexmenu_dotted_separator{
      height: 1.2rem;
    }
}
/* Chrome 22-28 */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  .selector {-chrome-:only(; 
     height: 1.2rem;
  );} 
}
.ccmm_flexmenu_striped_separator{
  flex: 1;
  border-bottom: solid 2px;
  width: auto;
  float: left;
  position: relative;
  display: block;
  height: 50%;
  margin: 0 5px 0 5px;
}
.ccmm_flexmenu_empty_separator{
  flex: 1;
  width: auto;
  float: left;
  position: relative;
  display: block;
  height: 50%;
  margin: 0 5px 0 5px;
}
.ccmm_flexmenu_item_title{
  max-width: 75%;
}
.ccmm_flexmenu_item_price{
  text-align: right;
  width: fit-content;
  block-size: fit-content;
}
.ccmm_flexmenu_column_spacer{
  flex: 1;
}
.ccmm_flexmenu_zoom{
  display:none;
}
.ccmm_flexmenu_zoom > span{
  padding-left: 3px;
  padding-right: 3px;
}
@media only screen and (max-width: 600px) {
  .ccmm_flexmenu_zoom{
    display:block;
    color:white;
    text-align: right;
    cursor: pointer;
  }
  .ccmm_flexmenu_item_container_100{
    width:100%;
  }
  .ccmm_flexmenu_item_container_45{
    width:100%;
  }
  .ccmm_flexmenu_item_container_30{
    width:100%;
  }
  .ccmm_fontsize_default{
    font-size: 100%;
  }
  .ccmm_fontsize_100{
    font-size: 0.45rem;
  }
  .ccmm_fontsize_105{
    font-size: 0.475rem;
  }
  .ccmm_fontsize_110{
    font-size: 0.5rem;
  }
  .ccmm_fontsize_115{
    font-size: 0.525rem;
  }
  .ccmm_fontsize_120{
    font-size: 0.55rem;
  }
  .ccmm_fontsize_125{
    font-size: 0.575rem;
  }
  .ccmm_fontsize_130{
    font-size: 0.6rem;
  }
  .ccmm_fontsize_135{
    font-size: 0.625rem;
  }
  .ccmm_fontsize_140{
    font-size: 0.65rem;
  }
  .ccmm_fontsize_145{
    font-size: 0.675rem;
  }
  .ccmm_fontsize_150{
    font-size: 0.7rem;
  }
  .ccmm_fontsize_155{
    font-size: 0.725rem;
  }
  .ccmm_fontsize_160{
    font-size: 0.75rem;
  }
  .ccmm_fontsize_165{
    font-size: 0.775rem;
  }
  .ccmm_fontsize_170{
    font-size: 0.8rem;
  }
  .ccmm_fontsize_175{
    font-size: 0.825rem;
  }
  .ccmm_fontsize_180{
    font-size: 0.85rem;
  }
  .ccmm_fontsize_185{
    font-size: 0.875rem;
  }
  .ccmm_fontsize_190{
    font-size: 0.9rem;
  }
  .ccmm_fontsize_195{
    font-size: 0.925rem;
  }
  .ccmm_fontsize_200{
    font-size: 0.95rem;
  }
  .ccmm_fontsize_205{
    font-size: 0.975rem;
  }
  .ccmm_fontsize_210{
    font-size: 1.0rem;
  }
  .ccmm_fontsize_215{
    font-size: 1.05rem;
  }
  .ccmm_fontsize_220{
    font-size: 1.1rem;
  }
  .ccmm_fontsize_225{
    font-size: 1.15rem;
  }
  .ccmm_fontsize_230{
    font-size: 1.2rem;
  }
  .ccmm_fontsize_235{
    font-size: 1.25rem;
  }
  .ccmm_fontsize_240{
    font-size: 1.3rem;
  }
  .ccmm_flexmenu_navigation{
    font-size: 0.8rem;
  }
  .ccmm_flexmenu_dotted_separator{
    flex: 1;
    border-bottom: dotted 2px;
    width: auto;
    float: left;
    position: relative;
    display: block;
    height: 0.5rem;
  }
  .ccmm_flexmenu_navigation{
    padding-left: 2%;
  }
  .ccmm_flexmenu_navigation > ul > li{
    margin-bottom: 1%;
    height: 15px;
  }
  .ccmm_flexmenu_header{
    padding-top: 10px;
    margin-left: 1%;
    margin-right: 1%;
    margin-top: 1%;
    margin-bottom: 1%;
    line-height: 0.5rem;
    width:100%;
  }
  .ccmm_flexmenu_category_name{
    margin-bottom:20px;
  }
  .ccmm_flexmenu_category_container{
    width:95%;
  }
  .ccmm_flexmenu_category_header{
    margin-bottom: 20px;
    width:100%;
    line-height: 1.3em;
  }
  .ccmm_flexmenu_category_footer{
    margin-bottom: 20px;
    width:100%;
    line-height: 1.3em;
  }
  .ccmm_flexmenu_row_container:last-child{
    margin-bottom:20px;
  }
  .ccmm_flexmenu_line1_container{

    margin-bottom:5px;
  }
  .ccmm_flexmenu_line2_container{
    padding-bottom: 10px;
  }
  .ccmm_flexmenu_item_container{
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 8px;
    width:100%;
    float: left;
  }
  .ccmm_flexmenu_item_title{
    max-width: 70%;

  }
  .ccmm_admin_header{
    width: 100%;
  }
  .ccmm_admin_add{
    margin-right:0px;
  }
  .ccmm_admin_categories_overview{
    font-size:6pt;
    width: 100%;
    /*line-height:10px;*/
  }
  .ccmm_admin_menuitems_overview{
    font-size:6pt;
    width: 100%;
    /*line-height:10px;*/
  }
  .ccmm_admin_categories_column_hidden_mobile{
    display:none;
  }
  .ccmm_admin_menuitems_column_hidden_mobile{
    display:none;
  }
  .ccmm_admin_categories_column_hidden_mobile_portrait{
    display:none;
  }
  .ccmm_admin_menuitems_column_hidden_mobile_portrait{
    display:none;
  }
}
@media only screen and (max-width: 990px) {
  .ccmm_admin_add{
    margin-right:0;
  }
  .ccmm_admin_header{
    margin-right: 1.5%;
  }
  #ccmm_admin_menu-items_tabs{
    width: 98%;
  }
  .ccmm_admin_categories_overview{
    font-size:6pt;
    width: 100%;
    /*line-height:10px;*/
  }
  .ccmm_admin_menuitems_overview{
    font-size:6pt;
    width: 100%;
    /*line-height:10px;*/
  }
  .ccmm_admin_categories_column_hidden_mobile{
    display:none;
  }
  .ccmm_admin_menuitems_column_hidden_mobile{
    display:none;
  }

}
