/* DEAFULT COLORS */
:root {
  --orac-blue: #1e2e45;
  --orac-red: #98272b;
  --orac-dark-red: #74171a;
  --orac-yellow: #fbd433;
  --orac-dark-yellow: #f4cb25;
  --orac-light-grey: #8b8d8e;
  
/* PLYR Colors */
  --plyr-color-main: var(--orac-red);
  --plyr-audio-control-color: white;
  --plyr-audio-controls-background: var(--orac-blue);
}

/* GENERAL */
* {
	font-family: 'Poppins', sans-serif;
}

.container-xxl {
	width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl {
    padding-right: 30px;
    padding-left: 30px;
}

@media (min-width: 1600px){
	.container-xxl {
	    max-width: 1540px;
	}
}


h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a,
h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited {
	color: var(--orac-blue);
	line-height: 1.4em;
}

a, a:visited {
	color: var(--orac-red);
}

a:hover, a:active {
	color: var(--orac-dark-red);
}

body {
	background: #e9eaec;
	font-size: 14px;
	line-height: 1.5em;
}

.btn-orac-outline, .btn-orac-outline:visited {
    color: var(--orac-red);
	border-color: var(--orac-red);
}

.btn-orac-outline:hover, .btn-orac-outline:active {
	color: var(--orac-yellow);
	background: var(--orac-red);
}

.btn-white-outline, .btn-white-outline:visited {
    color: white;
	border-color: white;
}

.btn-white-outline:hover, .btn-white-outline:active {
	color: var(--orac-red);
	background: white;
}

.btn-orac-yellow-outline, .btn-orac-yellow-outline:visited {
    color: var(--orac-yellow);
	border-color: var(--orac-yellow);
}

.btn-orac-yellow-outline:hover, .btn-orac-yellow-outline:active {
	color: var(--orac-red);
	background: var(--orac-yellow);
}

.btn-orac, .btn-orac:visited, 
.btn-primary, .btn-primary:visited,
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle,
.btn-primary:not(:disabled):not(.disabled).focus, .btn-primary:not(:disabled):not(.disabled):focus {
    background: var(--orac-red);
	border-color: var(--orac-red);
	color: white;
}

.btn-orac:hover, .btn-orac:active,
.btn-primary:hover, .btn-primary:active {
	background: var(--orac-dark-red);
	border-color: var(--orac-red);
	color: white;
}

.btn-orac-yellow, .btn-orac-yellow:visited {
    background: var(--orac-yellow);
	border-color: var(--orac-yellow);
	color: var(--orac-red);
}

.btn-orac-yellow:hover, .btn-orac-yellow:active {
	background: var(--orac-dark-yellow);
	border-color: var(--orac-yellow);
	color: var(--orac-red);
}

.btn {
	border-radius: 30px;
	box-shadow: none;
	font-size: 14px;
	white-space: initial;
}

#top .btn-link, #top-links li, #top-links a {
	text-shadow: none;
}

.btn-orac-link {
	background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
	color: var(--orac-red);
	border-color: rgba(0, 0, 0, 0);
}

.btn-orac-link:hover, .btn-orac-link:active {
	color: var(--orac-dark-red);
	background-color: rgba(0, 0, 0, 0);
    background-image: none;
    box-shadow: none;
}

.alert {
    padding: 0.75rem 1.25rem;
}

img.orac-image {
    border-radius: 15px;
    box-shadow: 0 1px 15px rgb(0 0 0 / 20%);
}

.input-group-text {
	border-radius: 20px;
}

.bottom-white-border {
    border-bottom: 2px solid white;
    margin-bottom: 20px;
}

.breadcrumb.bottom-white-border {
	border-bottom: 2px solid white;
	padding-bottom: 20px;
}

.breadcrumb.top-white-border {
	border-top: 2px solid white;
	padding-top: 20px;
}

.text-orac-red, .badge-orac {
	color: var(--orac-red);
}
.badge-orac {
	background: var(--orac-yellow);
}

@media all and (max-width:991px) {
	h2 {
	    font-size: 21px;
	}
}

/* HEADER TOP */
nav#jk_elofiz {
    padding: 5px 0;
    background: var(--orac-yellow);
    color: var(--orac-red);
}

nav#top {
    background: transparent;
    border: 0;
    margin: 0;
	min-height: initial;
}

#top-info-links li {
	margin-right: 0;
	border-right: 1px solid #c0c1c3;
}

#top-info-links li:last-of-type {
	border: 0;
}

#top-info-links li a.btn-link {
    padding: 0px 10px;
}

#orac-top-links .btn-link {
    padding-right: 5px;
    padding-left: 5px;
}

#orac-top-account-links li:last-of-type a{
	padding-right: 0;
}

#cart .dropdown-toggle::after {
	display: none;
}

#cart .dropdown-menu {
	min-width: 300px;
}

/*#cart > .btn {
    width: 35px;
}*/

@media all and (max-width: 767px) {
	#cart > .btn {
	    width: auto;
	    font-size: 14px;
	    line-height: 1.4em;
	}
}
@media all and (max-width: 575px) {
	ul#top-info-links a {
	    font-size: 11px;
	}
}

/* 
	HEADER MAIN
*/
/* SEARCH */
#search {
	margin: 0;
	position: relative;
}

#search .form-control:focus {
    border-color: #80bdff;
    box-shadow: none;
}

#search .dropdown-toggle::before {
	display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0.555em;
    vertical-align: 0.055em;
    content: "";
    border-top: 0.5em solid;
    border-right: 0.5em solid transparent;
    border-bottom: 0;
    border-left: 0.5em solid transparent;
	transition: .15s all;
}

#search .dropdown-toggle::after {
    border: 0;
    border-right: 1px solid;
    height: 23px;
    position: absolute;
    right: 0;
}

#search .dropdown.show .dropdown-toggle::before {
    /*transform: rotate(180deg) translateY(2px);*/
}

#search .btn {
	line-height: 23px;
	background: white;
}

#search .input-group-prepend .btn {
    border-right: 0;
}

#search .input-group-append .btn {
    border-left: 0;
}

#search.has-result button {
    border-bottom-right-radius: 0;
    border-top-right-radius: 20px;
}
#search.has-result .input-group .dropdown-toggle {
    border-bottom-left-radius: 0;
    border-top-left-radius: 20px;
}

#search-results {
    position: absolute;
	display:none;
    width: 100%;
    background: white;
    z-index: 99;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    list-style: none;
    padding: 0;
	overflow: hidden;
}

#search.has-result #search-results {
    border: 1px solid #ced4da;
    border-top: 0;
    max-height: 300px;
    overflow-y: scroll;
}

li.search-result-element.no-result {
    padding: 30px 10px;
    text-align: center;
}

li.search-result-element a {
    display: flex;

    padding: 10px;
	border-bottom: 1px solid #e9eaec;
	transition: .15s all;
}

li.search-result-element a:hover {
    background: #e9eaec;
}

li.search-result-element a img {
    width: 70px;
    margin-right: 10px;
}

#search-results span.product-type-badge {
    padding: 2px 10px;
    font-size: 13px;
}

#search-results h3.product-title {
    font-size: 15px;
    margin-bottom: 0;
}
div#header-search {
    margin-bottom: 30px;
    display: none;
}

@media all and (min-width: 768px) {
	div#header-search {
	    margin-bottom: 0;
	    display: block!important;
	}
}

/* MENU */
#header-menu li {
	margin: 0;
}

#header-menu li:last-of-type a{
	padding-right: 0;
}

#header-menu li a {
    color: var(--dark);
    font-size: 18px;
    padding-left: 5px;
    padding-right: 5px;
}

/* FULL PAGE MENU */
#full-page-menu {
    position: fixed;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .9);
    z-index: 9999999;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    display: flex;
    flex-direction: column;
	display: none;
}

#full-page-menu-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

#close-full-page-menu, #back-to-selection-menu {
    background: var(--orac-red);
    color: white;
    font-size: 31px;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    border: 0;
    cursor: pointer;
	display: inline-block;
}

#mobile-base-menu ul li {
    text-align: center;
    font-size: 19px;
}

#mobile-base-menu {
    flex-grow: 1;
	display: flex;
    justify-content: center;
    align-items: center;
}

#kiadvany-menu {
    overflow-y: scroll;
	display: none;
}

.full-page-menu-banner {
    border-radius: 15px;
    box-shadow: 0 1px 15px rgb(0 0 0 / 20%);
    margin-bottom: 15px;
}

ul.base-categories {
    list-style: none;
	padding-left: 0;
}

.base-categories a {
    padding: 5px 0;
    display: inline-block;
	transition: .15s all;
    position: relative;
}

.base-categories a:hover {
	font-weight:bold;
}

#kiadvany-menu ul.list-unstyled a {
    padding: 5px 0;
    display: inline-block;
    transition: .15s all;
    color: #818181;
}

#kiadvany-menu ul.list-unstyled a:hover {
    color: var(--dark);
}

#back-to-selection-menu {
	display: none;
}

#full-page-menu-header img {
    width: 120px;
}


@media all and (min-width: 768px) {
	#full-page-menu-header img {
	    width: auto;
	}
	
	#mobile-base-menu {
		display: none!important;
	}
	
	#kiadvany-menu > .row > .col-md-6:first-of-type {
	    border-right: 1px solid #e2e2e2;
	}
	
	#back-to-selection-menu {
		display: none!important;
	}
	
	#kiadvany-menu {
	    overflow-y: scroll;
		display: block!important;
	}
	
	ul.base-categories {
		padding-left: 40px;
	}
	
	.base-categories a:before {
	    content: "\f061";
	    font-family: 'FontAwesome';
	    position: absolute;
	    left: -20px;
	    opacity: 0;
	    transition: .15s all;
	}

	.base-categories a:hover:before {
	    opacity: 1;
	}
	
	.base-categories a, #kiadvany-menu ul.list-unstyled a {
		font-size: 17px;
	    line-height: 1.4em;
	}
}

/* GÉPHÁZ */
.gephaz {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: rgba(255,255,255,.9);
	z-index: 2000000;
}

/* SLIDESHOW */
.slideshow.swiper-viewport {
    border: 0;
	border-radius: 15px;
	box-shadow: 0 1px 15px rgb(0 0 0 / 20%);
}
.slideshow.swiper-viewport img {
	border-radius: 15px;
}

.slideshow.swiper-viewport .swiper-wrapper {
    overflow: hidden;
    border-radius: 15px;
}

.swiper-pagination-bullet {
    background: white;
    box-shadow: none;
    border: 2px solid white;
	transition: .15s all;
	width: 18px;
    height: 18px;
}

.swiper-pagination-bullet:hover, .swiper-pagination-bullet-active {
    background: var(--orac-red);
}

/* FOOTER */
footer {
    background: transparent;
    color: var(--dark);
    border: 0;
}

footer a, footer a:visited {
   color: var(--orac-light-grey);
}

footer a:hover {
   color: #444;
}

footer .footer-orac-info a {
    font-size: 19px;
    line-height: 1.5em;
    margin-top: 5px;
    display: inline-block;
    color: #343a40;
	font-weight: bold;
}

footer .footer-orac-info a i {
    font-size: 29px;
    background: var(--orac-blue);
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    border: 1px solid var(--orac-blue);
    color: white;
    transition: .3s all;
}

footer .footer-orac-info a:hover i {
    background: transparent;
    color: var(--orac-blue);
}

footer > .container > .row:first-of-type > div:first-of-type a:last-of-type {
    margin-bottom: 5px;
}

footer ul {
    padding: 0;
    list-style: none;
}

footer li a {
    padding: 3px 0;
    display: inline-block;
}

footer h2 {
	font-size: 17px;
	text-transform: uppercase;
	color: var(--orac-light-grey);
}

#copyright {
	background: var(--orac-red);
	width: 100%;
	color: #fff;
	padding: 10px 0;
}
#copyright ul li {
	margin: 0;
	border-right: 1px solid white;
}
#copyright ul li:last-of-type {
	border-right: 0;
}
#copyright ul li a{
	color: white;
    padding-top: 0;
    padding-bottom: 0;
}
#footerPaymentInfo a {
	color: var(--orac-light-grey);
}

/*
	Product Carousel
*/
.featured-category-carousel.row {
    overflow: hidden;
}

.product-carousel.swiper-viewport {
    background: transparent;
    border: 0;
    box-shadow: none;
}

.product-carousel .swiper-container {
    overflow: visible;
}

.product-carousel .swiper-slide {
	height: auto;
	margin-bottom: 90px;
}

.swiper-pagination.swiper-pagination-progress {
    position: relative;
    bottom: initial;
    height: 4px;
	background: white;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
	background: var(--orac-red);
}

.product-carousel .product-wrapper {
    background: white;
    margin: 0;
    height: 100%;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}

.product-carousel .product-image {
    margin-bottom: -70px;
    border-radius: 15px;
	box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

span.product-type-badge {
    padding: 5px 10px;
    display: inline-block;
    border-radius: 30px;
    border: 1px solid #666666;
    margin-bottom: 10px;
}

h3.product-title {
    font-size: 16px;
    line-height: 1.3em;
    /*max-height: 4.2em;*/
    overflow: hidden;
    font-weight: 600;
}

p.product-short-description {
    line-height: 1.5em;
    max-height: 6em;
	font-size: 12px;
	display: -webkit-box!important;
	max-width: 200px;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

@media all and (max-width: 991px){
	h3.product-title {
	    font-size: 0.9rem;
		max-height: initial;
	}
	
	p.product-short-description {
		display:none!important;
	}
}

#information-information h3.product-title {
    font-size: 0.9rem;
    max-height: initial;
}

#information-information .product-carousel > .col-md-6 {
	margin-bottom: 60px;
}

/*
	MiniBanners
*/

.mini-banner-image {
    overflow: hidden;
    max-width: 100%;
    position: relative;
    border-radius: 15px;
	margin-bottom: 30px;
	height: 250px;
	background-size: cover;
	background-position: top center;
	box-shadow: 0 0 10px rgb(0 0 0 / 20%);
}

.mini-banner-image.double {
    height: 530px;
}

.mini-banner-image img {
	width: 100%;
}

.mini-banner-buttons {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
	width: 90%;
    text-align: center;
}

/*
	Category | News Carousel
*/
.featured-categories-carousel.row, .blog-category-posts-carousel.row, .orac-news-carousel.row {
    overflow: hidden;
	padding-top: 15px;
}

.category-carousel.swiper-viewport, .blog-category-posts-carousel.swiper-viewport, .orac-news-carousel.swiper-viewport {
    background: transparent;
    border: 0;
    box-shadow: none;
}

.category-carousel .swiper-container, .blog-category-posts-carousel .swiper-container, .orac-news-carousel .swiper-container {
    overflow: visible;
}

.category-carousel .swiper-slide {
	height: auto;
	margin-bottom: 50px;
}

/*
	Category Carousel
*/
.category-carousel .category-wrapper {
    background: white;
    margin: 0;
    height: 100%;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}

.category-carousel .category-wrapper img.category-icon {
    width: 200px;
    align-self: center;
}

@media all and (max-width: 767px) {
	.category-carousel .category-wrapper h3 {
		font-size: 15px;
	}
}

/*
	News Carousel
*/
.blog-category-posts-carousel.swiper-viewport, .orac-news-carousel.swiper-viewport {
	margin-bottom: 15px;
}

.blog-category-posts-carousel .swiper-slide, .orac-news-carousel .swiper-slide {
	height: auto;
	margin-bottom: 0;
}

.blog-category-posts-wrapper {
    margin: 0 -15px;
    height: 100%;
    padding: 15px;
    border-radius: 15px;
	transition: .15s all;
}

#blog-category .blog-category-posts-wrapper {
	margin: 0;
}

#blog-category #content > .row > .col-md-4, #orac_news_list > .col-md-4 {
    margin-bottom: 20px;
}
#blog-category .blog-category-posts-wrapper, #orac_news_list .orac-news-wrapper {
    margin: 0;
    border: 1px solid var(--light);
}

#blog-category .blog-category-posts-wrapper:hover,
#orac_news_list .orac-news-wrapper:hover {
    transform: scale(1.03);
}

.blog-category-posts-wrapper:hover {
    background: white;
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}



.orac-news-wrapper {
    margin: 0 -15px;
    height: 100%;
    padding: 15px;
    border-radius: 15px;
	transition: .15s all;
}

.orac-news-wrapper:hover {
    background: white;
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
}

.blog-category-posts-wrapper p,
.orac-news-wrapper p {
	color: #666;
}

p.post-date {
    font-size: 14px;
    margin-bottom: 5px;
}

h3.post-title {
    font-size: 17px;
    line-height: 1.3em;
    max-height: 3.9em;
    overflow: hidden;
    font-weight: 600;
	margin-bottom: 15px;
}

.blog-category-posts-wrapper p.post-subtitle {
	color: var(--orac-red);
}

@media all and (max-width: 767px) {
	.blog-category-posts-carousel .swiper-slide, .orac-news-carousel .swiper-slide {
		margin-bottom: 50px;
	}
	
	.blog-category-posts-carousel .blog-category-posts-wrapper, .orac-news-carousel .orac-news-wrapper {
	    background: white;
	    margin: 0;
	    height: 100%;
	    padding: 15px;
	    border-radius: 15px;
	    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
	}
}

/*
	FOLLOWING SEMINAR SLIDESHOW
*/

.seminar-carousel.swiper-viewport {
    border: 0;
	border-radius: 15px;
	box-shadow: 0 1px 15px rgb(0 0 0 / 20%);
}

.seminar-carousel.swiper-viewport .swiper-container {
    border-radius: 15px;
}

.following-seminar-item.swiper-slide {
	height: auto;
}

h3.seminar-title {
    color: white;
    font-size: 24px;
    margin-bottom: 20px;
}

h3.seminar-title a, h3.seminar-title a:visited {
	color: white;
}

p.seminar-subtitle {
    font-size: 17px;
	margin-top: -10px;
}

.countdown {
    display: flex;
    justify-content: center;
	margin-bottom: 15px;
}

.countDown-element {
    font-size: 13px;
    background: var(--orac-blue);
    height: 70px;
    width: 70px;
    border-radius: 50%;
    line-height: 20px;
    padding-top: 15px;
    margin-right: 10px;
}

.countDown-element:last-of-type {
    margin-right: 0;
}

.countDown-element span {
    font-size: 25px;
}

.following-seminar-image {
	background-size: cover;
	background-position: center;
    min-height: 200px;
}

/*
	UPCAST
*/

.podcast-container {
    margin: 0 -30px;
    background: var(--orac-blue);
    padding: 40px 0 30px;
	background-image: url('../image/podcast-hatter.jpeg');
	background-size: cover;
	background-position: center;
}

.podcast-container h2 {
    color: white;
}

.podcast-element {
    background: white;
    margin: 0;
    height: 100%;
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
    margin-bottom: 25px;
}

h3.podcast-title {
    font-size: 17px;
}

.podcast-player-container {
    background: var(--orac-blue);
    border-radius: 15px;
    overflow: hidden;
}

/*
	NEWSLETTER
*/
.newsletter-panel {
    background-image: linear-gradient( rgba(87, 125, 144, 0.7), rgba(87, 125, 144, 0.7) ), url('../image/orac-hirlevel-feliratkozas.jpeg');
    background-size: cover;
    background-position: center;
    padding: 40px 20px 30px 20px;
    border-radius: 15px;
    box-shadow: 0 1px 15px rgb(0 0 0 / 20%);
}

.newsletter-panel h2 {
    font-size: 33px;
}

.newsletter-panel h2, .newsletter-panel legend {
	text-align: center;
	color: white;
}

.newsletter-panel legend {
    font-size: 23px;
    margin-bottom: 50px;
	line-height: 1.4em;
}

.newsletter-panel label, .newsletter-panel label a {
	color: white;
}

.newsletter-panel label a {
	text-decoration: underline;
}
@media all and (max-width: 767px) {
	#ema_signup_form .form-check.form-check-inline {
		display: -ms-flexbox;
	    display: flex;
	}
}


/*
	FORM elements
*/

.form-control {
    border-radius: 20px;
    padding: 10px 15px;
	height: auto;
}

textarea.form-control {
	border-radius: 15px;
}

select.form-control {
    padding-right: 5px;
}

/*
	CATEGORY
*/
#pageHeader {
    padding: 30px 20px;
    background-size: cover;
    background-position: center;
    color: white;
    border-radius: 15px;
    box-shadow: 0 1px 15px rgb(0 0 0 / 60%);
    margin-bottom: 20px;
}

#pageHeader h1 {
    color: white;
    margin: 0;
}

.breadcrumb {
	border: 0;
	background: transparent;
}

.breadcrumb > li:first-of-type {
    padding-left: 0;
}

.breadcrumb > li {
    padding: 0;
    margin-right: 10px;
    padding-right: 10px;
}

.breadcrumb > li:after {
    width: 7px;
    height: 7px;
    top: 6px;
	right: -2px;
    border-right-color: var(--orac-red);
    border-bottom-color: var(--orac-red);
    border-right-width: 2px;
    border-bottom-width: 2px;
}

.breadcrumb > li:last-of-type:after {
	display: none;
}

.breadcrumb > li a {
	color: var(--dark);
	font-size: 13px;
	white-space: initial;
}

.breadcrumb > li a:hover {
	text-decoration: underline;
}

#filter-options .form-control {
    background: transparent;
}

#filter-options .input-group {
    width: auto;
}

#filter-options button.btn.btn-default {
    background: transparent;
    border: 1px solid #cccccc;
}

#filter-options button.btn.btn-default.active {
    color: black;
}

.product-list-element .product-image {
	border-radius: 15px;
	box-shadow: 0 1px 15px rgb(0 0 0 / 20%);
}

#product-list {
    padding-top: 30px;
    border-top: 2px solid white;
}

#product-category aside {
    position: relative;
    padding-top: 30px;
}

#product-category aside:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    width: calc(100% - 15px);
    border-top: 2px solid white;
    left: 0;
}

.pagination .page-item .page-link {
    border-radius: 50%;
    height: 40px;
    width: 40px;
    padding: 0;
    line-height: 40px;
    margin-left: 5px;
    background: transparent;
    border: 1px solid #ced4da;
    color: var(--dark);
    transition: .15s all;
	-webkit-transition: .15s all;
}

.pagination .page-item:first-of-type .page-link {
    margin: 0;
}

.pagination .page-item.active .page-link, .pagination .page-item .page-link:hover {
    background: var(--orac-blue);
    border-color: var(--orac-blue);
    color: white;
}

.list-pricing {
    position: relative;
    height: 40px;
    margin-bottom: 10px;
	width: 100%;
}

.list-pricing ul {
    border: 1px solid #ced4da;
    border-radius: 20px;
    overflow: hidden;
    height: 40px;
	margin: 0;
	cursor: pointer;
	z-index: 3;
    background: transparent;
    position: absolute;
	width: 100%;
	transition: .15s all;
}

.list-pricing.opened ul {
	height: auto;
	box-shadow: 0 1px 15px rgb(0 0 0 / 20%);
	background: #e9eaec;
	width: 104%;
    left: -2%;
    transform: translateY(-5px);
}

.list-pricing ul li {
    padding: 10px;
    display: flex;
    align-items: center;
    position: relative;
    border-bottom: 1px dashed #ced4da;
}

.list-pricing ul li:first-of-type {
    height: 40px;
    padding: 0 10px 0 20px;
}

.list-pricing ul li:last-of-type {
    border:	0;
}

.list-pricing ul li .price {
    margin-left: auto;
    font-size: 17px;
    font-weight: 500;
}

.list-pricing ul li .price.special {
	color: var(--orac-red);
}

.list-pricing ul li i {
    position: absolute;
    left: 6px;
    top: 6px;
    font-size: 18px;
	transition: .15s all;
}

.list-pricing.opened ul li i {
    transform: rotate(180deg) translateY(-8px);
}

.seminar-info i {
    font-size: 23px;
    color: var(--orac-red);
    margin-right: 13px;
}

#product-list hr {
    border-top: 2px solid white;
    margin-bottom: 40px;
}

#more-seminar {
	display: none;
}

.ebook-img-badge {
    position: absolute;
    background: white;
    padding: 8px;
    border-radius: 50%;
    top: -10px;
    left: 5px;
    box-shadow: 0 1px 15px rgb(0 0 0 / 20%);
}

.product-carousel .ebook-img-badge {
    left: auto;
    right: 5px;
    width: 50px;
    height: 50px;
}

.product-list-element .ebook-img-badge {
    width: 50px;
    height: 50px;
}

.ebook-img-badge img {
    width: 100%;
}

@media all and (max-width:575px){
	#product-category aside {
		border: 0;
		padding: 0;
	}
}

/*
	PRODUCT PAGE
*/
.col-auto-width {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

#product {
    border-top: 2px solid #fff;
    padding-top: 30px;
}

/*.product-images.swiper-viewport {
    border: 0;
	border-radius: 15px;
	box-shadow: 0 1px 15px rgb(0 0 0 / 20%);
}*/
.product-images.swiper-viewport {
    border: 0;
    border-radius: 15px;
    box-shadow: none;
    background: transparent;
    margin-bottom: 20px;
}
.product-images.swiper-viewport img {
	border-radius: 15px;
}

.product-images .swiper-pagination {
	position: static;
	margin-top: 15px;
}

#product-images.swiper-container {
    border-radius: 15px;
	box-shadow: 0 1px 15px rgb(0 0 0 / 20%);
}

#product h1, #product .lead {
	color: var(--orac-red);
	line-height: 1.4em;
}

p.contributors {
    margin-bottom: 5px;
	line-height: 1.7em;
}

p.contributors strong {
    color: var(--orac-red);
}

p.contributors a {
    color: var(--dark);
	position: relative;
}

p.contributors a:hover {
	text-decoration: underline;
}

p.contributors span.divider {
    width: 7px;
    height: 7px;
    border-right: 2px solid var(--orac-red);
    border-bottom: 2px solid var(--orac-red);
    display: inline-block;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg) translateY(-2px);
    margin-right: 7px;
    margin-left: 5px;
}

p.contributors span.divider:last-of-type {
    display: none;
}

#productTab {
    border: 0;
}

#productTab a.nav-link.active {
    color: var(--orac-red);
    background: transparent;
    border: 0;
    border-bottom: 2px solid var(--orac-red);
}

#productTab a.nav-link {
    color: var(--grey);
    border: 0;
}

#productTab a.nav-link:hover {
    border-bottom: 2px solid var(--orac-red);
}

.orac-panel {
    border-radius: 15px;
    box-shadow: 0 1px 15px rgb(0 0 0 / 20%);
    padding: 20px;
    background: white;
    margin-bottom: 15px;
}

#product .input-group button.btn.btn-light {
    background: transparent;
}

#product .input-group .input-group-prepend button.btn.btn-light {
    border-right: 0;
}

#product .input-group .form-control {
    border-left: 0;
    border-right: 0;
    padding-left: 0;
    padding-right: 0;
    min-width: auto;
    text-align: center;
    font-size: 15px;
}

#product .input-group .input-group-append button.btn.btn-light {
    border-left: 0;
}

a.print-electronic-pair-container p {
    margin: 0;
    margin-left: 10px;
}
a.print-electronic-pair-container img {
    width: 50px;
    margin: 0;
    border-radius: 5px;
    box-shadow: 0 1px 5px rgb(0 0 0 / 20%);
}
a.print-electronic-pair-container {
    display: flex;
    margin: 10px -20px -20px -20px;
    align-items: center;
    padding: 10px 20px;
	transition:.15s all;
	border-bottom-left-radius: 15px;
	border-bottom-right-radius: 15px;
	border-top: 1px dashed var(--orac-red);
}

a.print-electronic-pair-container:hover {
    background: var(--orac-red);
    color: white;
}

div#related-blog-posts {
    padding-top: 20px;
    border-top: 2px solid white;
    margin-top: 20px;
}
#product hr {
	border-color: white;
}

div#related-products {
    border-top: 2px solid white;
    padding-top: 30px;
}

.tab-content p {
    line-height: 1.7em;
}

.tab-content table {
    max-width: 100%;
}

@media all and (max-width:767px) {
	.tab-content table {
	    margin-left: 0!important;
	}
	
	.tab-content .btn {
		margin-bottom:20px;
		display: block;
	}
}

/*
	SEMINAR PAGE
*/
.product-seminar {
	position: relative;
	overflow: hidden;
}
.product-seminar .seminar-bg {
	position: absolute;
	top: 2px;
	left: 0;
	width: 100%;
	height: 600px;
	
	background-position: top center;
    background-size: cover;
	background-repeat: no-repeat;
}

.product-seminar span.product-type-badge {
    color: white;
    border-color: white;
    margin-bottom: 20px;
}

.product-seminar #product h1 {
	color: var(--orac-yellow);
}

.product-seminar #product .seminar-header p {
	color: white;
}

.product-seminar #product .seminar-info {
	font-size: 21px;
}

.product-seminar #product .seminar-info i {
	color: var(--orac-yellow);
}

.product-seminar #product .seminar-info small {
	font-size: 15px;
}

.seminar-info-link, .seminar-info-link:visited {
	color: white;
	margin-left:auto;
}

/*
	CHECKOUT
*/

#accordionCheckout .card-header {
    padding: 5px;
}

#accordionCheckout .card-header button {
    font-size: 19px;
    color: var(--orac-blue);
    font-weight: 500;
	border-radius: 0;
    padding-left: 5px;
    padding-right: 5px;
}

#accordionCheckout h3 {
    color: var(--orac-red);
    font-size: 17px;
}

#checkout-checkout #accordion .card-header {
    padding: 5px;
}

#checkout-checkout #accordion .card-header h2.mb-0 {
    font-size: 17px;
    padding: 5px;
}
#checkout-checkout #accordion .card-header h2.mb-0 button {
    margin: -5px;
    padding: 5px;
    font-size: 17px;
    color: var(--orac-blue);
    font-weight: 500;
	border-radius: 0.25rem;
	width: calc(100% + 10px);
}

/*
	Thumbnail gallery
*/

.thumbnails {
    text-align: center;
}
.thumbnails {
    margin-left: -20px;
}
.thumbnails {
    overflow: auto;
    clear: both;
    list-style: none;
    padding: 0;
    margin: 0;
}

.thumbnails .thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border .2s ease-in-out;
    -o-transition: border .2s ease-in-out;
    transition: border .2s ease-in-out;
}

.thumbnails .image-additional {
    display: inline-block;
    float: none;
    margin: 0;
    max-width: 74px;
}

.thumbnails img {
    max-width: 100%;
}

.thumbnails .image-additional a {
    margin-bottom: 20px;
    padding: 5px;
    display: block;
    border: 1px solid #ddd;
}

