.page-transition-wrap {
  background: transparent;
  backdrop-filter: blur(5px);
}

@font-face {
  font-family: SokolTyrs;
  src: url(/fonts/Sokol-Tyrs.otf); 
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: SokolFugner;  
  src: url(/fonts/Sokol-Fugner.otf);  
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #e40521;
  --bs-btn-border-color: #e40521;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #cd0a24;
  --bs-btn-hover-border-color: #cd0a24;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #cd0a24;
  --bs-btn-active-border-color: #cd0a24;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #cecece;
  --bs-btn-disabled-border-color: #cd0a24;
}

.btn-outline-primary {
  --bs-btn-color: #000;
  --bs-btn-bg: #fff;
  --bs-btn-border-color: #e40521;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #e40521;
  --bs-btn-hover-border-color: #cd0a24;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #cd0a24;
  --bs-btn-active-border-color: #cd0a24;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #cecece;
  --bs-btn-disabled-border-color: #cd0a24;
}


.hidden {display:none}
.visible {display:block;}
.inactive {color: #a3a3a3;font-style: italic;}

.underlined_solid { border-bottom: 1px solid #ccc;}
.underlined_dotted { border-bottom: 1px dotted #ccc;}
.pointer  {cursor: pointer;}
.readonly {background-color:#f1f1f1; border-radius: 0;}
.required:after {color: #dd3355;}
.full-width {width:100%;}
pre {color: #999999;}


.error, .errors {font-size: 85%;font-weight: normal;color: #D9534F;}
ul.errors { padding-left:0px; margin-bottom: 0px; }
.errors li { list-style-type: none;}
.msg-error { color: #D9534F;}
.help_tag { display:inline; color: #47a2d6; cursor: pointer; padding-top: 5px; }

label.required::after { content: " *"; color: #dd4b39;}

.error_page {
	background-color:#f1f1f1;
}



/* THEME OVERIDE */

:root {
  --bs-primary: #e40521;
  --bs-primary-rgb: 228, 5, 33;
}


.navbar {
  font-family: SokolTyrs;
}

section {
  padding-top:0; padding-bottom:0;
}
article {
  padding-top:0.5rem; padding-bottom:0.5rem;
}

.font-SokolFugner {
  font-family: SokolFugner, Helvetica, Arial, sans-serif;
}
.font-SokolTyrs {
  font-family: SokolTyrs, Helvetica, Arial, sans-serif;
}

.dark {
  color: #ffffff;
  background-color: #E40521;
}


h1, h2, h3, h4, h5, h6, 
.h1, .h2, .h3, .h4, .h5, .h6  {
  font-family: SokolTyrs, Helvetica, Arial, sans-serif;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;  
  font-weight: 300;
}

h1 span, h2 span, h3 span, h4 span, h5 span, h6 span, 
.h1 span, .h2 span, .h3 span, .h4 span, .h5 span, .h6 span  {
  font-family: SokolFugner, Helvetica, Arial, sans-serif;
}

label {
    color: #999;
    font-weight: 300;
}


.subtitle {
    font-size:75%;
}

a {
  color:inherit;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  color:rgb(202, 26, 26);
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

.description-image {
  font-size: 90%;
  font-style: italic;
  color: #666;
  padding: 5px;
}

.btn  {
  border-radius: 15px;
  padding: .375rem 2rem;
}
.btn-link {
  color:rgb(202, 26, 26);
}
.btn-primary {
  border-radius: 15px;
  color:rgb(202, 26, 26);
  border: 1px solid rgb(202, 26, 26);
  background-color: #ffffff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active {
  color: #fff;
  background-color: rgb(202, 26, 26);
  border-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 1px rgb(202, 26, 26);
}

/*  BTN-OUTLINE-WHITE */

.btn-outline-white {
  color: #ffffff;
  background-color: transparent;
  background-image: none;
  border-color: #ffffff;
  box-shadow: 0px 0px 3px 3px rgba(255, 255, 255, 0.5);
}

.btn-outline-white:hover {
  color: #000;
  background-color: #ffffff;
  border-color: #ffffff;
  box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.5);
}

.btn-outline-white:focus, .btn-outline-white.focus {
  box-shadow: 0px 0px 3px 3px rgba(255, 255, 255, 0.5);
}

.btn-outline-white.disabled, .btn-outline-white:disabled {
  color: #ffffff;
  background-color: transparent;
}

.btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #000;
  background-color: #ffffff;
  border-color: #ffffff;
}

.btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
}



/*  ---   --- */

.navbar-nav a.btn:hover,
.navbar-nav a.btn:active {
  color: #fff;
  background-color: rgb(202, 26, 26);
  border-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px 1px rgb(202, 26, 26);
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

/* input: this is here to override the /theme/materialdesign/css/framework.css to work correctly with skyforms */
.input {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  padding: 0 0px;
  height: 50px;
  /* font-size: 18px; */
  font-weight: 500;
  border-radius: 30px;
  transition: border-color 0.3s;
}

.box-shadow-dark {
  color: #fff !important;
  box-shadow: 1px 1px 10px 5px #999;
}
.box-shadow-light {
  box-shadow: 1px 1px 10px 5px rgb(255, 255, 255, 0.55);
}

/* HEADER */
/*
header {
    background-color: #fdf4e1;
}
*/

header .navbar-main .logo {
    margin-right:40px;
    max-height:80px;
    max-width:120px;
}

.open_menu {
    position: relative;
    top:0;
    left:0;
    margin:15px;
    /*left: 20px; */
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.4);
}
.open_menu-logo {
  float: right;
  margin: 15px;
  left: -120px;
  padding: 0 10px 0 0;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  position: relative;
  right: 80px;
  top: -20px;
  left: unset;
}
.open_menu-logo img {height: 50px; width: auto;}

.menu-icon-account {
  color: #000;
  background-color:rgb(255, 255, 255);
  /*border-color:  rgb(202, 26, 26);*/
}
.menu-icon-account:hover {
  border-color:  rgb(202, 26, 26);
  box-shadow: 0px 0px 10px 1px rgb(202, 26, 26);
}

.navigation_mobile {
  background-color: #8f8f8f !important;
}

/* ---------- NAVIGATION ---------- */

header nav {  
  position: relative;
}
header nav a,
header nav .btn.sm,
header .nav-item {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
  text-transform: uppercase;
}
header ul.dropdown-menu > li.nav-item:hover {
  background-color: #f1f1f1;
}
header .nav-link {
  padding: .5rem 0.1rem;
}


.dropdown-menu {
  font-size: inherit;
  color: inherit;
  text-align: left;
  list-style: none;
  margin-top: 0;
  margin-left: -10px;
  padding: 10px 10px;
  border-radius: 0px;
  box-shadow: 0px 0px 50px 5px #00000022;
}

.dropdown-item {
  font-weight: 300;
  color: inherit;
  text-align: inherit;
  white-space: nowrap;
  padding:10px;
}

dropdown-item.active, .dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: rgb(202, 26, 26);
}
 
  

.horizontal-navbar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
}

.horizontal-navbar li a {
  display: block;
  color: #000;
  padding: 8px 15px;
  text-decoration: none;
}

/* Change the link color on hover */
.horizontal-navbar li a:hover {
  background-color: #555;
  color: white;
}



/* FOOTER */

#footer {
    background-color: #E40521;
    color: #fff;
}

.footer h1,.footer h2,.footer h3,.footer h4,.footer h5,.footer h6 {text-transform: uppercase;}

.footer-bottom {
    font-weight: 300;
    line-height: 1.2rem;
}
.footer-bottom .developed_by {
    text-align: right;
    font-size: 0.75em;
    font-weight: 300;
    color:rgba(255,255,255,.4);
}    
.footer-bottom .developed_by a {
    text-align: center;
    color:  rgba(255,255,255,.4);
    font-weight: 300;
}
.footer-bottom .developed_by a:hover {
    color:rgb(255, 141, 3);
}
.footer-bottom .social-meadia-list {
    display: inline;
}
.footer-bottom .social-icon {
    font-size: 2rem;    
    color: #eee;
    padding-right:20px;
}
footer .list-group-item > a.with-icon {
  padding-left: 1em;
}
footer .list-group-item > a > i {    
  left: 0em;
  width: 1em;
  padding-right: 15px;
}

@media (max-width: 768px) {
    .footer-bottom {
        text-align: center;
    }
}

/* PAGE-TITLE */
.page-title {
  color: #ffffff;
  background-color: #E40521;
}


/* ---------- BREADCRUMBS ---------- */

.breadcrumb-wrap {
  padding: py-2;  
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #00000009;
}
.breadcrumb {
  padding: 5px 0;  
  margin: 0;
  background-color: #00000030;
}
.breadcrumbs-separator {
  padding: 0 5px 0 5px;
}
.breadcrumbs-separator:first-child {
  padding-left:0;
}
breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: var(--bs-breadcrumb-item-padding-x);
  color: var(--bs-breadcrumb-divider-color);
  content: var(--bs-breadcrumb-divider, "/");
}

/* ---------- Pagination ---------------- */

.pagination-wrapper {
  background-color: #f9f9f9;
  display: flex;
}
.filter input[type=checkbox] {
  margin-right:10px;
}
.filter a.clear {
  color: #ced4da;
}
.filter a.clear:hover {
  color: rgb(202, 26, 26);
}
.grid-style-icon { font-size: 1.3rem; color: #8c8c8c; vertical-align: middle;}  /*  rgba(202, 26, 26, 1); */
.grid-style-icon:hover {color:#333333;}

.pagination-wrapper .ws-select {
display: block;
width: 100%;
padding: .4rem .9rem;
font-size: 1rem;
line-height: 1;
color: #495057;
background-color: #fff;
background-clip: padding-box;
border: 1px solid #ced4da;
border-radius: .25rem;
transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;

}
.pagination-wrapper dd {
  margin-bottom: 0rem;
  margin-left: 0;
}
.pagination-wrapper label {
  margin-bottom: 0rem;
  margin-left: 0;
  font-weight: 300;
  font-size: 0.85rem;
  padding-left:0px;
  padding-right:5px;
}
.pagination-wrapper dt,
.pagination-wrapper dd {
  display: inline-block;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: .25rem;
margin: 0;
padding: 0;
}

.page-link {
  color: #8c8c8c;
  background-color: #fff;
  border: 1px solid #ced4da;
}

.page-item .page-link:hover {
cursor: pointer;
}
.page-item .page-link:hover,
.page-item.active .page-link:hover {
  color: #000;
  text-decoration: none;
  background-color: #ced4da;
  border-color: #ced4da;
}
.page-item.active .page-link {
  z-index: 1;
  color: #ffffff;
  text-decoration: none;
  background-color: #ced4da;
  border-color: #ced4da;
}

.pagination-wrapper .form-control.selectize {
  padding: .13rem .45rem 0.13rem 0.15rem;
}

/* ---------- Product Category ---------- */

.category_wrapper {
  text-align: center;
  border: 0.5px solid #f1f1f1;
  background-color: #f9f9f9;
  margin-bottom: 10px;
  display: relative;
}
.category_wrapper .title {
  padding:10px 5px;
  display: block;
  top: 0px;
  position: relative;
  padding: 0px;
  background-color: #00000090;
  width: 100%;
  margin-top: 0px;
  font-size: 1rem;
  padding: 5px;
}
.category_wrapper .title,
.category_wrapper .title a {
  color: #fff;
}
.category_wrapper img {
  padding:10px;
}
.category_wrapper .description {
  display: block;
  bottom: 0px;
  position: relative;
  padding: 0px;
  background-color: #00000008;
  width: 100%;
  margin-top: -30px;
  font-size: 0.8rem;
  height: 60px;
  padding:5px;
  text-align: center;
}
.category_wrapper h3,
.category_wrapper h4 {
  background-color: #f7f7f7;
}

.category_wrapper a {
  color: #333;
  text-decoration: none;
}

/*



/* WIDGET - TEXT - IMAGE BOX */

.image-box {
	width: 100%;
	margin-bottom: 20px;	
	padding-left: 10px;
	padding-right: 10px;
	
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;

	opacity: 1;
	display: flex;
	flex-flow: column nowrap;
	text-align: left;
	
	-webkit-transition-delay: 200ms;
	-moz-transition-delay: 200ms;
	transition-delay: 200ms;
	
	flex-flow: column nowrap;
}
.image-box > .content { 
	padding-left: 2em;
	padding-right: 2em;
}
.image-box .image {
    margin: 0 -2em;
    display: block;
	float: left;
	overflow: hidden;
	position: relative;
}
.image-box .image img {
    display: block;
    max-width: 100%;
    height: auto;
    border-style: none;
}
.image-box .image img {
	display: block;	
	margin: 0;
	line-height: 0;
	max-width: 100%;
	height: auto;
	border-radius: 0;
	
    -webkit-transform: scale3d(1,1,1);
	-moz-transform: scale3d(1,1,1);
	-ms-transform: scale3d(1,1,1);
	transform: scale3d(1,1,1);
	
	-webkit-transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
	-moz-transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
	transition: transform 650ms ease-in-out,filter 650ms ease-in-out;
}
.image-box .image:hover img {
    -webkit-transform: scale3d(1.1,1.1,1.1);
    -moz-transform: scale3d(1.1,1.1,1.1);
    -ms-transform: scale3d(1.1,1.1,1.1);
    transform: scale3d(1.1,1.1,1.1);
}
.image-box .image > span {
	display: block;
	line-height: 0;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}    
.image-box .image_content {
	opacity: 0;
	background-color: rgba(228, 159, 55, 0.8);
	
	-webkit-transition: transform 650ms ease-in-out,opacity 650ms ease-in-out;
	-moz-transition: transform 650ms ease-in-out,opacity 650ms ease-in-out;
	transition: transform 650ms ease-in-out,opacity 650ms ease-in-out;
	-webkit-transform: scale3d(1,1,.99);
	-moz-transform: scale3d(1,1,.99);
	-ms-transform: scale3d(1,1,.99);
	transform: scale3d(1,1,.99);
	
	pointer-events: none;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.image.content_display_show-on-hover:hover .image_content {
    -webkit-transform: scale3d(1,1,1);
    -moz-transform: scale3d(1,1,1);
    -ms-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
    opacity: 1;
}

.image-box header {
	display: block;
	text-align: left;
}
.image-box .headline {
	position: relative;
}
.image-box .headline .headline_superheadline {
	line-height: .9375rem;
	 -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-size: .9375rem;
    font-family: "Roboto Condensed",Arial,Helvetica,sans-serif;
    
    letter-spacing: 0;
    font-size: 1rem;
    margin: 0 0 .6em;
    font-weight: 300;
    
    display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.image-box .headline .headline_superheadline {
    font-size: .9375rem;
}
.image-box .headline .headline_superheadline:before {
	line-height: .9375rem;
	width: 2.5rem;
	border-top: 2px solid #e49f37;
	margin-right: 10px;
	font-size: .9375rem;
	content: ' ';
	width: 2.1875rem;
	border-top: 2px solid #e94d65;
	margin-top: -1px;
	margin-bottom: 0;
	display: block;
	-webkit-flex-grow: 0;
	flex-grow: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}
.image-box .headline .headline_content {
	font-weight: 500;
}
.image-box .headline .headline_subheadline {
	font-size: .9375rem;
	font-weight: 400;
	margin-top: 1.3em;
	line-height: 1.5em;
}
.image-box .separator.border_style_solid {
	border-width: 2px;
	border-bottom-color: rgba(24,24,24,.1);
	margin-top: 1em;
	margin-bottom: 1em;
	border-bottom: 1px solid #ccc;
    border-bottom-color: rgb(204, 204, 204);
    border-bottom-width: 1px;
}

/* COPIED TIC */

.article-post {
  border-bottom: 1px solid #eee;
  padding-bottom: 70px; }
  .article-post .post-thumb {
    display: block;
    position: relative;
    overflow: hidden; }
    .article-post .post-thumb .post-overlay {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.6);
      transition: all .3s;
      -webkit-transition: all .3s;
      opacity: 0; }
      .article-post .post-thumb .post-overlay span {
        width: 100%;
        display: inline-block;
        vertical-align: middle;
        text-align: center;
        transform: translateY(70%);
        -webkit-transform: translateY(70%);
        transition: all .3s;
        -webkit-transition: all .3s;
        height: 100%;
        color: #fff; }
    .article-post .post-thumb:hover .post-overlay {
      opacity: 1; }
      .article-post .post-thumb:hover .post-overlay span {
        transform: translateY(50%);
        -webkit-transform: translateY(50%); }

.post-content .post-title {
  font-weight: 300; }

.post-meta {
  padding-top: 15px;
  margin-bottom: 20px; }
  .post-meta li:not(:last-child) {
    margin-right: 10px; }
  .post-meta li a {
    color: #999;
    font-size: 13px; }
    .post-meta li a:hover {
      color: #4782d3; }
  .post-meta li i {
    margin-right: 5px; }
  .post-meta li:after {
    margin-top: -5px;
    content: "/";
    margin-left: 10px; }
  .post-meta li:last-child:after {
    display: none; }

.post-masonry .masonry-title {
  font-weight: 300; }

.share-buttons li {
  vertical-align: middle; }
  .share-buttons li a {
    margin-right: 0px; }

.post-content .fa {color: #ddd; }
.post-content a h2 { font-size: 1.5rem; color: #333; margin-bottom: 0px; }

.article-post .owl-carousel {margin-bottom: 20px !important; }



/* PS:WEBIS styling */
.post-masonry {margin-bottom:20px;}
.post-masonry h2 {font-size: 20px; line-height:22px; padding-top:10px; padding-bottom:7px;}
.post-masonry h3 {font-size: 18px; line-height:20px; padding-top:10px; padding-bottom:7px;}
.post-masonry h4 {font-size: 16px; line-height:18px; padding-top:10px; padding-bottom:7px; text-transform: capitalize; font-size: 1rem; font-weight: 400; }
.post-masonry .post-meta {  padding:5px 0 10px; margin:0;}
.post-masonry .list-inline-item {font-size: 11px; line-height:14px; color:#666;}
.post-masonry .post-meta li::after {margin-top: 0px; content: ""; margin-left: 0px;}
.post-masonry .list-inline-item i {margin-right:8px; width:12px;}
.post-masonry .list-inline-item.date {font-size: 0.8rem;}
.post-masonry .list-inline-item.tags {font-size: 0.8rem;}

/* BLOG - THUMBNAIL */
.blog-thumbnail {text-align: left; }
.blog-thumbnail .title {text-align: left; padding-top:10px; background-color: transparent;} /* white-space: nowrap; overflow: hidden; text-overflow: ellipsis; */
.blog-thumbnail .desc {text-align: left; padding:15px 0px;}
.blog-thumbnail .desc {text-align: left; padding:15px 0px;}
.blog-thumbnail-sm  .desc {text-align: left; padding:5px 0px;}
.blog-thumbnail .date {text-align: left; font-size:0.9em;}
.blog-thumbnail-horizontal {padding-bottom:15px;}
.blog-thumbnail-lg {padding-bottom:30px;}
.blog-thumbnail-sm {padding-bottom:15px;}
.blog-thumbnail-sm .title h2 {font-size:1.1em;}
.blog-thumbnail.card {border: none;}
.blog-thumbnail.card .title {padding-top: 0;}
.blog-thumbnail.card .title h2 {font-size:1.3em; line-height: 1.2em; padding-top:15px;}
.blog-thumbnail.blog-thumbnail-horizontal.card .title h2 {font-size:1.3em; line-height: 1.2em; padding-top:0;}
.blog-thumbnail.card-thumbnail:hover {background-color: #f1f1f1; }

/*
.content-aside {
  background-color: rgb(243, 245, 252);
}
*/
.nav-mobile {
  display: -webkit-box;
  display: -ms-block;
  display: block;
}

/* FORMS */

/* Not sure why this is not working */
::placeholder,
:-moz-placeholder               /* Firefox 18- */
::-moz-placeholder              /* Firefox 19+ */
::-webkit-input-placeholder,    /* Chrome/Opera/Safari/Edge */
:-ms-input-placeholder          /* IE 10+ */
{ color: rgb(247, 247, 247) !important; opacity: 1 !important;}


input::placeholder,
textarea::placeholder,
.form-control::placeholder {
    color: var(--prj-color-placeholder);    
    opacity: 1;
    font-weight: 300;
}

.invalid-feedback {
    display: block;
}

label.error,
p.error {
    display: block !important;
    font-size: 0.75rem;
    color: #FF0000 !important;
    margin-bottom:0;
}

form label {
    color: #666666;
    font-size: 0.9rem;
    margin-bottom: 2px;
}



/* CARD - CUSTOMIZED */

.card-simple {
  border: none;
  border-radius: none;
}

.card-simple .card-header {
  background-color: rgba(0,0,0,.03);
  border-bottom: none;
}
.card-simple .card-header span {
  font-size: 1.2rem;
}

/* JSTREEE */

.jstree-default-large .jstree-node {
  min-height: 28px;
  line-height: 28px;
  margin-left: 5px;
  min-width: 5px;
}
/*
.jstree-default-large > .jstree-no-dots .jstree-node, .jstree-default-large > .jstree-no-dots .jstree-leaf > .jstree-ocl {
  background: #c1c1c126;
}
*/
.jstree {
  margin-left: -15px;
}

.jstree-default .jstree-wholerow-clicked {
  background: #beebff;
  background: -webkit-linear-gradient(top, #ffbebe 0, #ffa8a8 100%);
  background: linear-gradient(to bottom, #ffbebe 0, #ffa8a8 100%);
}
/*
.jstree-default .jstree-wholerow-clicked {
  background: #beebff;
  background: -webkit-linear-gradient(top, #beebff 0, #a8e4ff 100%);
  background: linear-gradient(to bottom, #beebff 0, #a8e4ff 100%);
}*/



.navbar .megamenu{ padding: 1rem; }

/* ============ desktop view ============ */
/* @media all and (min-width: 992px) { */

.navbar .has-megamenu{position:static!important;}
.navbar .megamenu{left:0; right:0; width:100%; margin-top:0;  }

/* } */	
/* ============ desktop view .end// ============ */

/* ============ mobile view ============ */
@media(max-width: 991px){
.navbar.fixed-top .navbar-collapse, .navbar.sticky-top .navbar-collapse{
    overflow-y: auto;
    max-height: 90vh;
    margin-top:10px;
}
}
/* ============ mobile view .end// ============ */


/* EXTRA BOOTSTRAP 5 */

.list-group-item-transparent {
    background-color: transparent;
    border: none;
}






/* */


/* Main Menu
-----------------------------------------------------------------*/

.menu-container > .menu-item:last-child > .menu-link {
  padding: 9px 15px;
  background: #FFEDD3;
  border-radius: 10px;
  border: 0px solid;
  margin: 10px 0;
}
.sticky-header-shrink .menu-container > .menu-item:last-child > .menu-link {
	padding: 6px 15px;
	background: #FFEDD3;
	border-radius: 10px;
	border: 0px solid;
}



#header-wrap #logo img {
  padding: 10px;
}
@media (max-width: 991px) {	

}
@media (max-width: 991px) {	

  #header-wrap #logo img,
	.header-size-custom #logo img {
		height: 70px; 
    padding:5px;
	}
}


@media (min-width: 992px) {	
	.full-header #logo {		
		border-right: none;
	}
	.full-header .primary-menu .menu-container {
		border-right: none;
	} 
}



/* R-MENU */
.r-menu .menu-group {
  padding-bottom:1.5rem;
}
.r-menu .menu-group-title {
  font-family: SokolFugner, Helvetica, Arial, sans-serif;
  font-size: 1.3rem;
  color:#E40521;
  padding-bottom:0.75rem;
  font-weight: 700;
}

.r-menu .menu-item {
  padding: 2px 0 10px 0;
}
.r-menu .menu-title,
.r-menu .menu-price {
  font-family: 'SokolTyrs','Source Sans Pro', sans-serif;
  font-weight: 500;
}

.r-menu .menu-desc {
  font-weight: 300;
  font-size: 0.85rem;
  padding-right: 5rem;
}