body,
html {
  background-color: #fdfbfb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
  position: initial;
}

input[name="q"]:-webkit-autofill,
input[name="q"]:-webkit-autofill:hover, 
input[name="q"]:-webkit-autofill:focus{
  -webkit-text-fill-color: #4e422e;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-font-feature-settings: normal;
}


.ml {
  margin-left: 10px;
}
.dml {
  margin-left: 20px;
}
.mr {
  margin-right: 10px;
}
.dmr {
  margin-right: 20px;
}
.mb {
  margin-bottom: 10px;
}
.mt {
  margin-top: 10px;
}
.mt-3 {
  margin-top: 30px;
}
.mb-3 {
  margin-bottom: 30px;
}
.p-3 {
  margin: 30px;
}
.m-0 {
  margin: 0 !important;
}
.section-full-gradient-bg {
  background: linear-gradient(to top, #fff 10%, rgba(22, 22, 22, 0) 100%),
    linear-gradient(to right, #fff 0%, rgba(22, 22, 22, 0) 15%),
    linear-gradient(to left, #fff 0%, rgba(22, 22, 22, 0) 15%),
    linear-gradient(to bottom, #f8f6f5 0%, rgba(22, 22, 22, 0) 10%);
}
#mainmenu ul li a.logo {
  background-image: url('../images/logo.svg');
  background-repeat: no-repeat;
  text-indent: -9000px;
  height: 34px;
  width: 93px;
  background-size: 93px 34px;
  border: 0;
  margin: 20px 30px 0 0;
}

.form-control {
  border-radius: 2px;
}
.form-group {
  margin-bottom: 10px;
  font-size: 16px;
}

/*
	START HERE
*/
body {
  background: #fff;
}

/*
	HEADER
*/
.d-none {
  display: none;
}
.header {
  background-image: linear-gradient(
      90deg,
      rgba(40, 39, 70, 1) 0%,
      rgba(70, 49, 66, 0.95) 100%
    ),
    url('/public/images/header/bg-header-min.png');
  background-size: cover;
  background-position: top;
  /*padding: 0 0 10px 0;*/
}
/* begin of css for dark left theme*/
.header .top_left {
  display: inline-block;
  padding: 10px 30px 0 30px;
  min-width: 100%;
}
.header .hamburger-menu {
  float: left;
}
.header .logo-container {
  float: left;
}
.header .top-menu {
  float: right;
}
div.top_left .logo-container .client_logo {
  padding: 0px 20px;
}
.header .top_left .hamburger-menu svg {
  cursor: pointer;
}
/* end of css for dark left theme*/
/* begin of css for light theme*/
div.light_theme div.phone_in_header {
  color: #000 !important;
}
div.light_theme div.phone_in_header_left {
  color: #000 !important;
}
.header .light_theme {
  padding: 10px 30px 12px 30px !important;
}
/* begin of css for light theme*/
/* begin of css for light left theme*/
.light_theme {
  background-color: white;
}
.tags-list-left {
  justify-content: left !important;
  padding-left: 7rem !important;
}
.phone_in_header_left {
  color: white;
  float: left;
  font-size: x-large;
  padding-top: 7px;
  padding-right: 25px;
}
.search-btn-light  {
  border:1px solid #625A4F !important;
}
.light_theme .light-header a {
  color: #625A4F !important;
}
/* end of css for light left theme*/
.header .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 5px 0 30px;
}
.header .full-screen-login-menu,
.header .full-screen-filter-menu,
.header .full-screen-menu,
.header .full-screen-categories-menu {
  background: linear-gradient(
    175deg,
    rgba(40, 39, 70, 1) 0%,
    rgba(70, 49, 66, 1) 100%
  );
  z-index: 99;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: scroll;
  transition: all 1s ease;
}
.header .full-screen-login-menu .close,
.header .full-screen-filter-menu .close {
  opacity: 1;
}
.header .full-screen-menu .close,
.header .full-screen-categories-menu .close {
  width: 100%;
  opacity: 0.85;
}
.header .full-screen-login-menu .close:hover,
.header .full-screen-filter-menu .close:hover,
.header .full-screen-menu .close:hover,
.header .full-screen-categories-menu .close:hover {
  opacity: 1;
}
.header .full-screen-login-menu .menu-container,
.header .full-screen-filter-menu .menu-container,
.header .full-screen-menu .menu-container,
.header .full-screen-categories-menu .menu-container {
  margin-left: 150px;
  margin-top: 200px;
}
.header .full-screen-login-menu .menu-container .menu a,
.header .full-screen-filter-menu .menu-container .menu a,
.header .full-screen-menu .menu-container .menu a,
.header .full-screen-categories-menu .menu-container .menu a {
  font-family: 'Merriweather', serif;
  font-size: 40px;
  color: #ffffff;
  display: block;
  margin: 20px 0;
}
.mobile-filter-sort {
  display: none;
}
.header .full-screen-menu .menu-container .menu.menu-small,
.header .full-screen-categories-menu .menu-container .menu.menu-small {
  margin-top: 100px;
}
.header .full-screen-menu .menu-container .menu.menu-small a,
.header .full-screen-menu .menu-container .menu.menu-small-vertical a,
.header .full-screen-categories-menu .menu-container .menu.menu-small a,
.header .full-screen-categories-menu .menu-container .menu.menu-small-vertical a {
  font-family: 'Merriweather', serif;
  font-size: 20px;
  margin: 5px 0;
  text-decoration: underline;
}
.header .full-screen-menu .menu-container .menu.menu-small-vertical,
.header .full-screen-categories-menu .menu-container .menu.menu-small-vertical {
    position: absolute;
    bottom: 0;
    padding-bottom: 6rem;
}
.header .full-screen-menu .menu-container .menu.menu-small-vertical a,
.header .full-screen-categories-menu .menu-container .menu.menu-small-vertical a {
  display: inline;
  margin-right: 10px;
}
.header .top div {
  width: 200px;
}
.header .top .hamburger-menu svg {
  cursor: pointer;
}
.header .top .top-menu {
  max-width: 465px;
  width: unset !important;
  min-width: 200px;
  display: flex;
  justify-content: space-around;
}
.review-header.testimonial .testimonial-header div {
  color: #fdf0da !important;
}
.header .top_left .hd_left_theme a:not(.shop_icon) {
  padding-top: 12px;
}
.header .top .top-menu a,
.header .top_left .hd_left_theme a
{
  color: #dbd0be;
  font-size: 15px;
  text-decoration: underline;
}
.header .top .top-menu a:first-child {
  margin: 10px 20px 0 0;
}

.logo-container {
  margin: 10px;
}
/*
	HEADER TAGS:
*/
.header .tags-list {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    padding: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.tags-list.tags-list-nav {
  padding: 0px;
  margin-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.header .tags-list.no-border {
  border: 0;
}
.header .tags-list li {
  margin: 10px;
}
.header .tags-list li a {
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
  letter-spacing: 0px;
  font-size: 16px;
  line-height: 30px;
}
.header .tags-list li a:hover {
  opacity: 1;
}

/*
	FEATURE COURSES
*/
.feature-courses {
  color: #ffffff;
  padding: 110px 0;
}
.feature-courses .price,
.price {
  font-family: 'Merriweather', serif;
  display: flex;
  justify-content: flex-end;
  font-weight: 200;
  color: #f5d5a2;
  margin: 10px 0;
}
.checkout-cart .price {
  color: #715007;
  margin: 0;
  justify-content: center;
}
.feature-courses .price .amount {
  top: -13px;
  position: relative;
}
.feature-courses .price .amount,
.price .amount {
  font-size: 35px;
}
.checkout-cart .price .amount {
  font-size: 35px;
  position: relative;
  top: 5px;
}
.feature-courses .price .currency,
.feature-courses .price .amount-digits,
.price .amount-digits {
  font-size: 16px;
}
.checkout-cart .price .amount-digits {
  font-size: 16px;
  position: relative;
  top: -10px;
}
.feature-courses .course-title {
  font-family: 'Merriweather', serif;
  font-size: 35px;
  margin: 10px 0;
  line-height: 1.2;
}
.feature-courses .course-description {
  font-weight: 200;
  font-size: 14px;
  margin: 10px 0;
}
.feature-courses .course-btn {
  margin: 20px 0;
}
.feature-courses .btn {
  font-weight: 600;
  font-size: 15px;
}
.feature-courses .btn.squared {
  border-radius: 0;
  padding: 10px;
}
.feature-courses .btn.btn-yellow {
  background: #d99004;
  color: #fff;
}
.btn.add-to-cart {
  text-decoration: underline;
  text-underline-offset: 5px;
  color: #eab654;
  background: transparent;
  font-weight: 500 !important;
}
.feature-courses .feature-courses-controls {
  list-style: none;
}
.feature-courses .feature-courses-controls li {
  margin: 20px;
  margin-bottom: 30px;
  padding-left: 45px;
  font-size: 17px;
  cursor: pointer;
  font-weight: 300;
}
.feature-courses .feature-courses-controls li:hover {
  transition: all 0.2s ease-in;
  padding-left: 25px;
  opacity: 1;
}
.feature-courses .feature-courses-controls li span {
  display: block;
  font-size: 16px;
  font-family: 'Merriweather', serif;
  opacity: 0.6;
}
.feature-courses .feature-courses-controls li span:first-child {
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 2px;
  opacity: 1;
}
.feature-courses .feature-courses-controls li.active {
  border-left: 1px solid #f5d5a2;
  padding-left: 44px;
  margin-left: 0;
}
.feature-courses .feature-courses-controls li.active span {
  font-weight: 600;
  opacity: 1;
}
.feature-courses .add-to-cart-form {
  display: inline;
}

.feature-courses .slider .slide:not(.active) {
  display: none;
}

/*
	BENEFITS
*/
section.benefits {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 0;
  line-height: 1.2;
}
.benefits .item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10px 30px;
  width: 160px;
  font-size: 12px;
  font-weight: 200;
}
.benefits .item .icon {
  height: 40px;
  margin: 10px;
}
.benefits .item .icon svg {
  width: 100%;
  height: 100%;
}

/*
	COURSES AND BUNDLE SECTION
*/
section.bundle {
  border-bottom: 1px solid;
  border-image: linear-gradient(
    90deg,
    rgba(191, 138, 60, 0.08),
    #bf8a3c69 50%,
    rgba(191, 138, 60, 0.08)
  );
  border-image-slice: 1;
  padding-bottom: 50px;
}
section .section-title {
  font-family: 'Merriweather', serif;
  color: #312842;
  margin-bottom: 40px;
}
section .section-title span a {
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  font-size: 16px;
  text-decoration: underline;
  text-underline-offset: 5px;
  color: #a36d1f;
  padding-left: 10px;
}

section.bundle .section-title span a {
  padding-left: 0;
}
section.bundle .label {
  background: #4f496a;
  color: #ffffff;
  position: absolute;
  left: 0;
  top: 90px;
  padding: 8px;
  text-transform: uppercase;
}
section.courses {
  padding-top: 50px;
}
.courses .course-card {
  border: 1px solid #90611d;
  box-shadow: -5px 5px 0 1px white, -5px 5px 0 2px rgba(144, 97, 29, 0.2);
  background-size: contain;
  padding-top: 50%;
  height: 360px;
  border-radius: 1px;
  transition: all 0.2s ease;
}
.courses.bundle .course-card {
  border: 1px solid #4f496a;
  box-shadow: -5px 5px 0 1px white, -5px 5px 0 2px rgba(79, 73, 106, 0.2);
}
.courses .course-card:hover {
  box-shadow: -1px 1px 0 1px white, -1px 1px 0 2px rgba(144, 97, 29, 0.2);
}
.courses .course-card .owner {
  font-weight: bold;
  text-transform: uppercase;
  color: #312842;
  text-decoration: underline;
}
.courses .course-card .title {
  height: auto;
  max-height: 80px;
  padding: 0 0 5px 0;
}
.courses .course-card .creator {
  color: #625a4f;
}
.courses .course-card .title a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-family: 'Merriweather', serif;
  font-weight: bold;
  color: #312842;
  font-size: 24px;
  text-decoration: none;
}
.courses .course-card .price {
  font-family: 'Merriweather', serif;
  align-items: center;
  font-weight: 200;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #715007;
  border: none;
  position: absolute;
  bottom: 6.5%;
}

.courses .course-card .price .amount {
  font-size: 40px;
}
.courses .course-card .price .currency,
.courses .course-card .price .amount-digits {
  font-size: 18px;
}
.courses .course-card .price .btn.add-to-cart {
  font-family: 'Open Sans', sans-serif;
  outline: none;
  text-decoration: none;
  padding: 5px 0 2px 0;
  border-bottom: 1px solid #48476e;
  color: #48476e;
  border-radius: 0;
  margin-left: 15px;
}

section.separator {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
}
.top-separator-mobile {
  display: none;
}
.top-separator-mobile {
  border-top: 1px solid #6441d8 !important;
  opacity: 0.3;
}
/*
TESTIMONIALS
*/
.testimonial {
  display: flex;
  justify-content: center;
}
.testimonial .testimonial-container {
  width: 65%;
}
.testimonial .testimonial-container .testimonial-header .title {
  font-family: 'Merriweather', serif;
  font-size: 28px;
  color: #312842;
}
.testimonial .testimonial-container .testimonial-header small {
  font-size: 12px;
  color: #625a4f;
}
.testimonial .testimonial-container .testimonial-body .testimonial-author {
  font-family: 'Merriweather', serif;
  font-size: 22px;
  color: #312842;
}
.testimonial .testimonial-container .testimonial-body .testimonial-copy {
  font-weight: 200;
  font-size: 15px;
  color: #1e2548;
  position: relative;
  line-height: 1.5;
}
.testimonial .testimonial-container .testimonial-body .testimonial-copy span {
  font-family: Georgia, serif;
  font-size: 55px;
  position: absolute;
  color: #b29161;
  top: -20px;
  left: -25px;
}
.testimonial
  .testimonial-container
  .testimonial-body
  .testimonial-course-title {
  color: #625a4f;
  font-size: 10px;
}
.testimonial
  .testimonial-container
  .testimonial-body
  .testimonial-course-title
  span {
  color: #a36d1f;
  text-decoration: underline;
}
.testimonial .testimonial-body {
  display: flex;
  justify-content: center;
  align-items: center;
}
.testimonial-body {
  justify-content: start !important;
}
.testimonial-personal-data_review {
      width: 22%;
    max-width: 22%;
}
.testimonial .testimonial-body .testimonial-personal-data {
  width: 100%;
}
.testimonial-container .testimonial-body > div {
  margin: 20px;
}
.testimonial .testimonial-header {
  text-align: center;
}

.mission {
  background-image: linear-gradient(
      90deg,
      rgba(40, 39, 70, 1) 0%,
      rgba(70, 49, 66, 0.95) 100%
    ),
    url('/public/images/discover/bg-discover.png');
  background-size: cover;
  background-position: top;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
.mission .mission-container {
  width: 55%;
  padding: 50px 0;
}
.mission .mission-title {
  font-family: 'Merriweather', serif;
  font-size: 28px;
  padding: 10px;
}
.mission .mission-msg {
  font-size: 14px;
  padding: 10px;
}
.mission .mission-container small a {
  font-size: 14px;
  color: #eab654;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.mission .mission-container .numbers {
  display: flex;
  text-align: center;
  justify-content: center;
  margin: 40px 0 0 0;
}
.mission .mission-container .item {
  margin: 20px;
}
.mission .mission-container .item .value {
  font-family: 'Merriweather', serif;
  font-size: 28px;
  color: #f5d5a2;
}
.mission .mission-container .item .text {
  font-size: 12px;
  color: #ffffff;
  opacity: 0.5;
}
/*
courses-info
*/
.courses-info {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 1px solid #625a4f26;
}
.courses-info .courses-info-container {
  width: 50%;
  padding: 50px 0;
}
.courses-info .courses-info-title {
  font-family: 'Merriweather', serif;
  font-size: 28px;
  padding: 10px;
  color: #312842;
}
.courses-info .courses-info-msg {
  font-size: 14px;
  padding: 10px;
  color: #625a4f;
}
.courses-info .courses-info-container small a {
  font-size: 14px;
  font-weight: 600;
  color: #A36D1F;
  text-decoration: underline;
  text-underline-offset: 5px;
}

/*
Courses details
*/
.courses-header {
  padding: 30px 0 70px 0;
}
.courses-header .row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.courses-header--breadcrumb ul {
  list-style: none;
  display: flex;
  color: #fdf0da;
  font-size: 14px;
  padding: 0;
}
.courses-header--breadcrumb ul li:not(.separator) {
  margin: 0 5px;
  text-decoration: underline;
}
.courses-header--breadcrumb ul a {
  color: #fdf0da;
}

.courses-header--title h1 {
  color: #fff;
  font-family: 'Merriweather', serif;
  font-size: 34px;
  margin: 10px 0;
  padding: 0 0 0 5px;
  text-align: left;
}
.courses-header--instructor {
  display: flex;
  font-size: 11px;
  margin: 20px 0;
}
.courses-header--instructor .user-pic img {
  width: 35px;
  border-radius: 50%;
}
.courses-header--instructor .user-pic {
  margin: 0 10px 0 10px;
}
.courses-header--instructor span {
  color: #ffffff75;
}
.courses-header--instructor p {
  color: #ffffff;
}
.courses-header .price,
.courses-navigation .price {
  font-family: 'Merriweather', serif;
  display: flex;
  justify-content: flex-start;
  font-weight: 200;
  color: #f5d5a2;
  position: relative;
  right: 16px;
}
.courses-header .price .amount,
.courses-navigation .price .amount {
  font-size: 50px;
}
div.price-widget > div.course-duration,
div.price-widget > div.course-format {
  display: none;
}
.courses-header .price .currency,
.courses-navigation .price .currency,
.courses-header .price .amount-digits,
.courses-navigation .price .amount-digits {
  font-size: 15px;
  padding: 10px 2px;
}

.courses-header .btn,
.courses-navigation .btn {
    font-weight: bold;
    font-size: 15px;
    position: relative;
}

.header.clip {
  clip-path: polygon(
    0 0,
    85% 0,
    100% 0,
    100% 85%,
    85% 85%,
    85% 100%,
    15% 100%,
    15% 85%,
    0% 85%
  );
}

/*
Course details navigation
*/
.courses-navigation {
  /*padding: 40px 0;*/
}
.courses-navigation .row {
  display: flex;
  justify-content: flex-end;
}
.courses-navigation--menu ul {
  list-style: none;
  display: flex;
  border-bottom: 1px solid #dbd0be;
  padding: 0;
}
.courses-navigation--menu ul li {
  padding: 10px 0 20px 0;
  position: relative;
  top: 1px;
  margin-right: 20px;
  cursor: pointer;
}
.courses-navigation--menu ul li.active,
.courses-navigation--menu ul li:hover {
  border-bottom: 1px solid #715007;
}
.courses-navigation--menu {
  margin-bottom: 40px;
  margin-top: 20px;
}
.courses-navigation h2 {
  font-family: 'Merriweather', serif;
  color: #312842;
}
html {
  scroll-behavior: smooth;
}
a.btn.sample-btn {
  border: 1px solid #d99026;
  color: #d99026;
  font-weight: bold;
  padding: 10px;
  width: 70%;
}
.courses-navigation .sample {
  margin: 20px 0 20px 0;
}
.courses-navigation .course-social {
  text-align: left;
  margin-top: 20px;
  margin-left: 20px;
}
#courses-navigation--reviews .testimonial .testimonial-container {
  width: 100%;
}
#courses-navigation--reviews {
    border-top: 2px solid;
    padding-top: 100px;
    border-image: radial-gradient(rgb(240, 228, 210), rgb(255 255 255)) 1;
    background: transparent linear-gradient(90deg, #ffffff 0%, #f8f6f5 50%, #ffffff 100%) 0% 0% no-repeat padding-box;
    opacity: 1;
}
#courses-navigation--reviews .testimonial .testimonial-header {
  text-align: left;
}
.courses-navigation .spaced {
  margin: 30px 0;
}
#courses-navigation--panel {
  position: sticky;
  top: 0;
  padding-bottom: 40px;
}
#courses-navigation--panel .price,
.courses-navigation .price {
  justify-content: flex-start;
}
#courses-navigation--panel form {
  display: flex;
  margin-bottom: 20px;
}
#courses-navigation--panel .price,
#courses-navigation--panel .btn.add-to-cart {
  color: #715007;
}
#courses-navigation--panel .sticky {
  position: fixed;
  top: 0;
}
#courses-navigation--panel__price--widget {
  display: none;
  opacity: 1;
  transition: opacity 0.4s ease;
}

.courses-navigation--video {
  position: relative;
  top: -40px;
}
.courses-navigation--video video,
.courses-navigation--video embed {
  border: 2px solid #fff;
  width: 95%;
}

#courses-navigation--courses ul {
  list-style: none;
  padding: 0;
}
#courses-navigation--courses ul li {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #90611d;
  box-shadow: -5px 5px 0 1px white, -5px 5px 0 2px rgba(144, 97, 29, 0.2);
  transition: all 0.2s ease;
  color: #312842;
  font-family: 'Merriweather', serif;
  font-size: 18px;
}
#courses-navigation--courses ul li:hover {
  box-shadow: -1px 1px 0 1px white, -1px 1px 0 2px rgba(144, 97, 29, 0.2);
}

/*
Create account
*/
.section-header {
  padding: 10px 0;
}
.section-header h2,
h3 {
  padding-top: 40px;
  font-family: 'Merriweather', serif;
  color: #312842;
  font-size: 30px;
}
.section-header p {
  color: #625a4f;
  font-size: 16px;
}
.auth-section {
  border: 1px solid #8b7630;
  box-shadow: 0 0 2px 8px rgba(244, 239, 230, 1);
  margin: 0 0 30px 0;
}
.auth-section .nav-tabs {
  border-bottom: 1px solid #8b7630;
  border-right: 5px solid #f4efe6;
  background: #f4efe6;
  width: calc(100% + 2px);
  border-left: 0px solid #f4efe6;
  position: relative;
  left: -1px;
}
.auth-section .nav-tabs > li.active > a,
.auth-section .nav-tabs > li.active > a:hover,
.auth-section .nav-tabs > li.active > a:focus {
  border-radius: 0;
  border-top: 1px solid #8b7630;
  border-right: 1px solid #8b7630;
  border-left: 1px solid #8b7630;
  color: #312842;
  font-weight: bold;
}
.auth-section .nav-tabs > li.active {
  background: #fff;
}
.auth-section .nav-tabs > li > a {
  color: #584d29;
}
.auth-section .nav > li > a:hover,
.auth-section .nav > li > a:focus {
  background: transparent;
  border-color: transparent;
}

.auth-section .left-section {
  padding: 80px;
}
.auth-section .right-section {
  border-left: 1px solid #dbd0be;
  background: #fcfcfb;
  padding: 80px;
}
.auth-section form {
  color: #625a4f;
}
#form-register,
#login {
  color: #625a4f;
}
#form-register label.control-label,
#login label.control-label {
  color: #846c4c;
  max-width: 100%;
  text-overflow: ellipsis;
  overflow-x: clip;
}
#form-register .btn,
.btn-gold {
  background: #d99004;
  font-weight: 200;
  padding: 20px;
}
#login .btn {
  background: #d99004;
  font-weight: 200;
  padding: 10px 20px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.auth-section .small {
  color: #625a4f;
  font-weight: 200;
  font-style: italic;
}
.auth-section .small a {
  color: #a36d1f;
}
.auth-section input[type='text'],
.auth-section input[type='email'],
.auth-section input[type='password'],
.auth-section select {
  border: 1px solid #dbd0be;
  color: #625a4f;
  height: 45px;
  padding: 20px;
}
.auth-section select {
  padding: 0 20px;
}
.questions {
  padding: 20px 30px;
  margin: 50px 0;
  background-color: #fff9f0;
  border: 1px solid #7c6c54;
  border-radius: 3px;
  justify-content: space-between !important;
}
.btn-question {
  padding: 15px 30px;
  color: #d99004;
  background: #fff;
  border: 1px solid #d99026;
}
.hd_left_theme {
  min-width: 410px;
  display: inline-flex;
}
/*
Footer
*/
#footer {
  background-image: linear-gradient(
    90deg,
    rgba(40, 39, 70, 1) 0%,
    rgba(70, 49, 66, 0.95) 100%
  );
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 60px 0 80px 0;
}
#footer .menu-container {
  display: flex;
  text-align: left;
  justify-content: space-around;
  margin-top: 40px;
}
#footer .menu .menu-title {
  font-family: 'Merriweather', serif;
  color: #f5d5a2;
  font-size: 18px;
}
#footer .menu a {
  display: block;
  line-height: 1.6;
  text-decoration: underline;
  font-size: 12px;
}

#mainmenu {
  background-color: transparent;
  border: 0;
}
#mainmenu ul li a {
  color: #fff;
  opacity: 0.8;
  text-transform: capitalize;
  line-height: 44px;
}
#mainmenu ul li a:hover {
  opacity: 1;
}
#mainmenu .navbar-nav {
  width: 100%;
  text-align: center;
}
#mainmenu .navbar-nav > li {
  float: none;
  display: inline-block;
}
#mainmenu {
  margin-bottom: 0;
}
.tp-card {
  background-color: #fff;
  border: 1px solid #f6f4f4;
  padding: 20px;
  margin-bottom: 30px;
  height: 300px;
  overflow: hidden;
  border-radius: 3px;
}

.course-card {
  background-color: #fff;
  border: 1px solid #f6f4f4;
  padding: 25px;
  margin-bottom: 30px;
  height: 400px;
  overflow: hidden;
  border-radius: 3px;
  position: relative;
}
.course-image {
  height: 150px;
  margin-bottom: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../images/placeholder.jpg');
  display: block;
}
.course-card h2 {
  height: 34px;
  overflow: hidden;
}
.course-card h2 a {
  color: #333;
  font-size: 14px;
  font-weight: bold;
  text-decoration: underline;
}
.course-card h2,
.tp-card h2 {
  padding: 0;
  margin: 4px 0 10px 0;
}
.course-card .owner a,
.tp-card .owner a {
  color: #a9a9a9;
  font-size: 12px;
}
.course-card .creator,
.tp-card .creator,
.course-card .bundle,
.tp-card .bundle {
  color: #a6b3c1;
  font-size: 13px;
  margin-bottom: 10px;
}
.course-card .bundle,
.tp-card .bundle {
  text-transform: uppercase;
  margin: 0;
  color: #625a4f;
}
.course-card .description {
  font-size: 13px;
  height: 54px;
  overflow: hidden;
  margin-bottom: 10px;
}
.course-card .description a {
  color: #333;
  text-decoration: none;
}
.course-card .price,
.tp-card .price {
  border-top: 1px solid #f6f4f4;
  line-height: 34px;
  font-size: 30px;
  font-weight: bold;
}

.btn-success {
  background-color: #e7b816;
  font-size: 17px;
  font-weight: bold;
  border-color: #e7b816;
  border-radius: 3px;
}
.btn-default {
  color: #333;
  font-weight: bold;
  background-color: transparent;
}
.btn-success:hover {
  background-color: #e5af00;
  border-color: #e7b816;
}
.btn-default:hover {
  background-color: #fefefe;
}
.pagination {
  margin-bottom: 50px;
}
.tp-course__link {
  cursor: pointer;
}
#side-price {
  position: absolute;
  left: -24%;
  top: 9px;
}
.pagination > li > a {
  border-radius: 20px;
  margin: 0 5px 0 5px;
  background-color: transparent;
  color: #333;
  font-weight: bold;
}
.pagination > li.missing > span {
  background: none;
  border: 0;
}
.pagination > .active > a {
  background-color: #333333;
  color: #fff;
  border-color: #333;
}
.pagination > li > a:hover {
  color: #333;
}
.pagination > .active > a:hover {
  background-color: #444;
  border-color: #444;
}
.pagination > li:first-child > a,
.pagination > li:last-child > a {
  border-radius: 20px;
}
.pg .previous,
.pg .next {
  margin: 20px 0;
  line-height: 34px;
  list-style: none;
}
#footer {
  /*background-color: #333;*/
  /*color: #acacac;*/
  /*padding: 20px 0 20px 0;*/
}
#footer a {
  color: #e6e6e6;
  margin-right: 20px;
}
#footer .copy {
  background-position: 0px 3px;
  background-repeat: no-repeat;
  background-image: url('../images/poweredby.png');
  padding-left: 100px;
  font-size: 13px;
}
#footer .menu {
  line-height: 36px;
}
.discover {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../images/bg_discover.png');
  height: 314px;
  background-color: #14c8b1;
  text-align: center;
  color: #fff;
  margin-top: 40px;
}
.discover .msg {
  font-size: 29px;
  font-weight: 300;
  padding-bottom: 100px;
  margin: 0;
}
.discover .url {
  padding-top: 100px;
  font-size: 50px;
  font-weight: bold;
  margin: 0;
}
h1 {
  font-size: 45px;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 70px;
  text-align: center;
}
h2 {
  font-size: 29px;
  font-weight: 300;
}
p.org {
  font-size: 17px;
  margin-bottom: 80px;
}
p.org span {
  color: #b9b9ba;
}
p.org a {
  color: #333;
  text-decoration: underline;
}
.course-card.view {
  height: auto;
}
.course-card.view .owner,
.course-card.view .creator {
  color: #333;
  font-size: 14px;
}
.course-card.view .owner a {
  font-size: 14px;
  color: #333;
}
.cdetails h2 {
  margin-top: 0;
  margin-bottom: 20px;
}
.forms .control-label {
  text-align: left;
  font-weight: normal;
  color: #b2b2b2;
}
.cart {
  display: flex;
  justify-content: center;
}
.cart .table th,
.cart .table td {
  border: 0;
}
.cart .table th {
  font-weight: normal;
  font-size: 14px;
  color: #666;
}
.cart .table .course {
  font-size: 20px;
  font-weight: bold;
}
.cart .table .cart-item {
  background-color: #fff;
  border: 1px solid #a36d1f;
  border-radius: 3px;
}
.cart .table .cart-item .course {
  color: #312842;
  font-family: 'Merriweather', serif;
  font-weight: 400;
  line-height: 1.6;
}
.cart .table .cart-item td.quantity-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.cart .table .cart-item td {
  padding: 20px;
  line-height: 54px;
  vertical-align: middle;
}
.cart .total {
  color: #adadad;
  font-size: 22px;
}
.cart .total td {
  color: #666;
}
.cart .total .amount {
  color: #333;
  text-align: right;
  font-weight: bold;
}
.promo-input {
  height: 50px;
  border: none;
  box-shadow: none;
}
.cart--total .center {
  text-align: center;
  padding: 20px 0;
}
.cart--total .center .text {
  color: #625a4f;
  font-size: 12px;
}
.cart--total .price .amount {
  top: 0;
}
.cart--total .price .amount-digits {
  top: 0;
}
.cart--total .price .currency {
  position: relative;
  top: 10px;
}
.checkout-cart .continue {
  color: #a36d1f;
  margin: 30px 0;
  display: block;
}
.promo-form {
  padding: 10px;
  border: 1px solid #d3c6b1;
}
.flex--centered {
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-promo {
  background: #b59b74;
  color: #fff;
  font-weight: 200;
  padding: 14px 20px;
}
.cart--summary h3 {
  color: #625a4f;
  font-family: 'Merriweather', serif;
}
tr.separator {
  height: 20px;
}
.licences {
  width: 250px;
  color: #a36d1f;
}
.licences span {
  color: #312842;
}
.cart--total {
  margin: 30px 0;
}
.ico_del {
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-image: url('../images/ico_del.png');
  height: 20px;
  width: 20px;
}
.cart .table .ico_del {
  margin-top: 16px;
}
.cart .qty {
  width: 80px;
  margin-left: 14px;
  float: left;
  height: 50px;
  border-color: #e3d8c6;
  color: #a36d1f;
}
.update {
  background-position: 0px 0px;
  background-repeat: no-repeat;
  background-image: url('../images/ico_refresh.png');
  height: 20px;
  width: 22px;
  float: left;
  margin: 17px 0 0 10px;
  cursor: pointer;
}
.transparent {
  opacity: 0;
  filter: alpha(opacity=0);
}
.wizzard  a svg {
  vertical-align: -webkit-baseline-middle;
}
.wizzard-container {
  z-index: 10;
  text-align-last: center;
  background-color: white;
  padding: 20px;
  height: 90px;
}
.bg-light {
  background-color: #fff !important;
}
.wizzard {
  z-index: 11;
  display: ruby-text;
  background-color: #fff;
  border-top: 1px solid #f1f0f0 !important;
  border-bottom: 1px solid #f1f0f0;
  text-align: center;
  padding: 36px;
  /*font-weight: bold;*/
  font-size: 15px;
  font-weight: 200;
}
.wizzard a {
  color: #625a4f;
  text-decoration: none;
  font-size: 15px;
  /*background-position: 0px 2px;*/
  /*background-repeat: no-repeat;*/
  /*background-image: url('../images/wiz_done.png');*/
  padding-left: 22px;
  margin: 0 20px 0 20px;
}
.wizzard a.notdone {
  /*background: none;*/
  color: #625a4f;
  font-weight: 400;
}
.wizzard span.dml {
  margin: 0 20px 0 20px;
}
.checkout {
  margin-top: 80px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  float: none;
}
.chosen-container {
  margin: 30px 0 30px 0;
}

/*chosen*/

select.form-control + .chosen-container.chosen-container-single .chosen-single {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background-image: none;
}

select.form-control
  + .chosen-container.chosen-container-single
  .chosen-single
  div {
  top: 4px;
  color: #000;
}

select.form-control + .chosen-container .chosen-drop {
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
  margin: 2px 0 0;
}

select.form-control + .chosen-container .chosen-search input[type='text'] {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background-image: none;
}

select.form-control + .chosen-container .chosen-results {
  margin: 2px 0 0;
  padding: 5px 0;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
  margin-bottom: 5px;
}

select.form-control + .chosen-container .chosen-results li,
select.form-control + .chosen-container .chosen-results li.active-result {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333;
  white-space: nowrap;
  background-image: none;
}
select.form-control + .chosen-container .chosen-results li:hover,
select.form-control + .chosen-container .chosen-results li.active-result:hover,
select.form-control + .chosen-container .chosen-results li.highlighted {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
  background-image: none;
}

select.form-control + .chosen-container-multi .chosen-choices {
  display: block;
  width: 100%;
  min-height: 34px;
  padding: 6px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  background-image: none;
}

select.form-control
  + .chosen-container-multi
  .chosen-choices
  li.search-field
  input[type='text'] {
  height: auto;
  padding: 5px 0;
}

select.form-control + .chosen-container-multi .chosen-choices li.search-choice {
  background-image: none;
  padding: 3px 24px 3px 5px;
  margin: 0 6px 0 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

select.form-control
  + .chosen-container-multi
  .chosen-choices
  li.search-choice
  .search-choice-close {
  top: 8px;
  right: 6px;
}

select.form-control
  + .chosen-container-multi.chosen-container-active
  .chosen-choices,
select.form-control
  + .chosen-container.chosen-container-single.chosen-container-active
  .chosen-single,
select.form-control
  + .chosen-container
  .chosen-search
  input[type='text']:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

select.form-control
  + .chosen-container-multi
  .chosen-results
  li.result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
  background-color: white;
}

/* end chosen */

span.cart_count {
  margin-left: 6px;
  border-radius: 10px;
  background-color: #f24e35;
  color: #fff;
  width: 20px;
  height: 20px;
  line-height: 18px;
  position: absolute;
  top: 26px;
  right: -14px;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
.cartitem {
  margin-right: 30px;
}
.navbar li a.client_logo {
  padding: 0;
}
.cart .table .cart-item td.text-right {
  white-space: nowrap;
}
.tp-courses {
  font-size: 12px;
  overflow: hidden;
  height: 200px;
}

.social_media {
  display: inline-flex;
}
div.social_media .social-border-right {
  border-right: 1px solid #cccccc61;
}
div.social_media .sm_phone {
  padding-right: 2rem;
}
div.social_media .sm_email {
  padding-right: 2rem;
  padding-left: 2rem;
}

div.social_media .sm_networks {
  padding-left: 2rem;
}
.phone_in_header {
  color: white;
  float: left;
  position: absolute;
  top: 12px;
  font-size: x-large;
  margin-left: 52px;
}

.m-0 {
  margin: 0 !important;
}

.mt-0,
.my-0 {
  margin-top: 0 !important;
}

.mr-0,
.mx-0 {
  margin-right: 0 !important;
}

.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}

.ml-0,
.mx-0 {
  margin-left: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}

.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.mt-3,
.my-3 {
  margin-top: 1rem !important;
}

.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}

.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}

.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.mt-5,
.my-5 {
  margin-top: 3rem !important;
}

.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}

.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}

.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}

.p-0 {
  padding: 0 !important;
}

.pt-0,
.py-0 {
  padding-top: 0 !important;
}

.pr-0,
.px-0 {
  padding-right: 0 !important;
}

.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}

.pl-0,
.px-0 {
  padding-left: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}

.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}

.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}

.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}

.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.pt-3,
.py-3 {
  padding-top: 1rem !important;
}

.pr-3,
.px-3 {
  padding-right: 1rem !important;
}

.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}

.pl-3,
.px-3 {
  padding-left: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}

.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.pt-5,
.py-5 {
  padding-top: 3rem !important;
}

.pr-5,
.px-5 {
  padding-right: 3rem !important;
}

.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}

.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
.client_logo > img {
  max-height: 40px;
}
li.feature-courses-controls-action:nth-child(1) span:first-child {
  font-weight: normal;
}
li.feature-courses-controls-action:nth-child(1) {
  font-size: 17px;
  color: #fff;
  line-height: 17px;
}
.selected_tag {
  border-top: 1px solid #f5d5a2;
  margin-top: 0px;
}
.selected_tag > a {
  color: #f5d5a2 !important;
}
.courses-counter {
  font-size: 20px;
  line-height: 15px;
  color: #f5d5a2 !important;
}
form#courses_filter_mobile > div,
form#courses_filter > div {
  max-height: 54px !important;
  z-index: 6;
  position: relative;
}
form#courses_filter_mobile,
form#courses_filter {
  border-bottom: 1px solid #e3d8c6;
}
form#courses_filter_mobile > div > div,
form#courses_filter > div > div {
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 0px;
  color: #312842;
  text-transform: capitalize;
  font-weight: 600;
}
.d-flex {
  display: flex;
}
.justify-content-between {
  justify-content: space-between;
}
.justify-content-around {
  justify-content: space-around;
}
.courses_filter-filter_label {
  max-width: 60px;
}
.courses_filter-course_duration > select {
    text-align-last: right;
  text-align: end;
}
.courses_filter-user_rating {
  max-width: 170px;
}
.courses_filter-credit_value {
  max-width: 150px;
}
.courses_filter-level {
  max-width: 100px;
}
.filter-field_container  {
  padding-right: 6px;
}
.courses_filter-course_duration > select {
  min-width: 77px;
  text-align-last: right;
  padding-right: 16px !important;    
}
.courses_filter-user_rating > select {
    color: #A36D1F;
    min-width: 40px;
    text-align-last: right;
    padding-right: 16px !important;  
}
.filter-field_container > select {
    height: 51px;
    border: none;
    color: #625A4F;
    outline: none;
    opacity: 1;
    font-size: 14px;
    font-weight: 600;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8px' height='8px' viewBox='0 0 18 18' fill='none'%3E%3Cpath d='M6.1018 8C5.02785 8 4.45387 9.2649 5.16108 10.0731L10.6829 16.3838C11.3801 17.1806 12.6197 17.1806 13.3169 16.3838L18.8388 10.0731C19.5459 9.2649 18.972 8 17.898 8H6.1018Z' fill='%23B29161'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.5rem center;
    appearance: none;
}
.courses_filter-user_rating select option {
  text-align-last: center;
  text-align: center !important;
}
.courses_filter-course_type > select {
  color:#A36D1F;
  font-weight: 600;
  font-size: 13px;
    color: #A36D1F;
    min-width: 134px;
    text-align-last: right;
    padding-right: 16px !important;
}
.select_label_inside {
  display: flex;
  border: 1px solid #E3D8C6;
}
.select_label_inside > label {
    align-self: center;
    margin-top: 3px;
    font-size: 14px;
    white-space: nowrap;
  }
.courses_filter-clear_all > a {
  text-decoration: underline;
  opacity: 0.8;
  letter-spacing: 0px;
  font-weight: normal;
  font-size: 15px;
  text-underline-offset: 4px;
  text-transform: initial;
  color: #a36d1f !important;
  cursor: pointer;
}

.self-align-center {
  align-self: center;
}
.courses_filter-sort > select {
  border: none;
  min-width: 108px;
  color: #a36d1f !important;
}
.mw-50 {
  max-width: 50%;
}
.float-start {
  float: left;
}
.float-end {
  float: right;
}
.dropdown-tags_option > a {
  color: #dbd0be;
}
.dropdown-tags_option {
    border-top: 1px solid #dbd0be;
    padding-top: 5px;
    padding-bottom: 5px;
}
.dropdown-tags_options {
  background: transparent linear-gradient(151deg, #282746 0%, #2d2946f2 100%) 0% 0% no-repeat padding-box;
  z-index: 3;
  max-height: 190px;
  overflow-y: scroll;
  max-width: 188px;
  position:absolute;
  border: 1px solid #dbd0be52;
  min-width: 111px;
  margin-left: 18px;
  margin-top: 14px;
  text-align: center;
}
.dropdown-tags_select-all > a {
  color: #dbd0be !important;
  text-decoration: none;
}
.dropdown-tags_select-all {
  height: 100%;
  font-size: 15px;
  font-weight: 400;
  padding-left: 20px;
  margin-top: 2px;
}

.item_benefit {
  display: inline-grid;
  min-height: 140px;
}
.item_benefit > .title {
  color: #625a4f;
}

.item_benefit_start {
  border-right: 1px solid #b291613d;
}
.item_benefit_bb {
  border-bottom: 1px solid #b291613d;
}
.about_content {
  min-height: 300px;
}
ul#breadcrumbs > li.first::after {
  content: '/';
}
div.testimonial-header > h2 {
  font-size: 50px;
}
div.card-price-info {
  display: block;
  text-wrap: nowrap;
  overflow-wrap: break-word;
  max-width: 247px;
}
.courses .course-card .price .amount_extra {
  font-size: 30px;
}
.only-mobile {
  display: none;
}
#courses-navigation--panel__price--widget form button.buy_btn {
  margin-top: 0;
  padding-inline: 50px !important;
}
#courses-navigation--panel__price--widget form button.btn.add-to-cart.pull-right {
  float: left !important;
}

#courses-navigation--panel__price--widget form {
  min-height: 50px;
  display: block;
}
@media only screen and (max-width: 600px) {
  .only-mobile {
    display: block;
  }
  .top-separator-mobile {
    border-top: unset !important;
    opacity: 0.3;
    display: block;
  }

  .courses .course-card .price .btn.add-to-cart {
    margin-left: 0;
  }
  .feature-courses .price,
  .price {
    justify-content: center;
  }
  .feature-courses .course-title {
    text-align: center;
    font-size: 28px;
    padding: 0 30px;
  }
  .feature-courses .course-btn {
    margin: 20px 80px;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .feature-courses .btn {
    font-size: 16px;
    border-radius: 5px;
    padding: 16px;
  }
  section.benefits {
    flex-wrap: wrap;
  }
  .benefits .item {
    flex-direction: column;
    text-align: center;
    margin: 10px;
    width: 85px;
  }
  section .section-title {
    text-align: center;
  }
  .courses.bundle .course-card,
  .courses .course-card {
    margin: 30px 20px;
  }
  section.bundle .label {
    left: 10px;
  }
  .courses .course-card .price {
    align-items: flex-start;
    margin: 10px 0;
    flex-direction: column;
  }
  .courses .course-card {
    height: 385px;
  }
  .courses .course-card .title a {
    font-size: 20px;
  }
  .courses .course-card .price .amount {
    font-size: 32px;
  }
  .courses .course-card .price .currency,
  .courses .course-card .price .amount-digits {
    font-size: 14px;
  }
  .testimonial .testimonial-container {
    width: 90%;
  }
  .testimonial .testimonial-body {
    flex-direction: column;
  }
  .testimonial .testimonial-body .testimonial-personal-data {
    width: auto;
  }
  .mission .mission-container {
    width: 90%;
  }
  .mission .mission-container .numbers {
    flex-wrap: wrap;
  }
  .courses-info .courses-info-container {
    width: 90%;
  }
  #footer a {
    margin: 0;
  }
  #footer .menu {
    margin-bottom: 20px;
  }
  #footer .menu-container {
    flex-direction: column;
    text-align: center;
  }
  .header .full-screen-menu .menu-container,
  .header .full-screen-categories-menu .menu-container
   {
    margin-left: 0;
    text-align: center;
  }
  .courses-header .row {
    display: block;
  }
  .courses-header .price,
  .courses-navigation .price {
    justify-content: center;
  }
  .courses-header--breadcrumb ul {
    justify-content: center;
  }
  .courses-header--title h1 {
    text-align: center;
  }
  .courses-header--instructor {
    justify-content: center;
  }
  .flex--centered_mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
  .header.clip {
    clip-path: none;
  }
  .course-certifications-img {
    width: 70%;
    margin: 20px;
  }
  .courses-navigation .row {
    justify-content: center;
  }
  #courses-navigation--reviews .testimonial .testimonial-header {
    text-align: center;
  }
  .wizzard {
    display: flex;
    padding: 10px 0;
  }
  .wizzard a {
    margin: 0;
  }
  .cart {
    display: block;
  }
  .cart .table .cart-item td.quantity-container {
    flex-direction: column;
  }
  .cart .table .cart-item .course {
    font-size: 16px;
  }
  .update {
    margin: 29px 0 0 10px;
  }
  .promo-input {
    width: 250px;
  }
  .auth-section {
    border-left: 1px solid #8b7630;
    border-right: 1px solid #8b7630;
    border-bottom: 1px solid #8b7630;
    border-top: transparent;
  }
  .auth-section .section {
    display: none;
  }
  .auth-section .section {
    display: none;
  }
  .auth-section .section.active {
    display: block;
  }
}

/*** tablet ***/
.tablet .top {
  min-height: 100px;
}
.tablet .phone_in_header,
.mobile .phone_in_header,
.mobile .phone_in_header_left {
  display: none;
}
.tablet .cd_container-mobile {
  text-align-last: center;
}
.tablet .price {
  align-items: baseline;
  justify-content: center;
}
.tablet .course-description {
  max-width: 500px;
  margin: auto;
}
.mobile .course-description {
  max-width: 287px;
  margin: auto;
}
.stars-stats {
  justify-content: center;
  display: flex;
  color: #625a4f;
  opacity: 0.8;
  font-size: 16px;
}

.searcher-focus {
  transition: all 1s ease;
}

.searcher-focus {
  display: flex;
  justify-content: left;
  padding-left: 6px;
  background: #FFFFFF0D 0% 0% no-repeat padding-box;
  border: 1px solid #DCD0BF;
  border-radius: 26px;
  max-width: 235px;
  width: unset !important;
  height: 40px;
}
.searcher-focus > svg {
  color: #DCD0BF;
  align-self: center;
  margin-right: 10px;
}
.searcher-focus > input {
  background: none;
  outline: none;
  padding-left: 10px;
  font: italic normal normal 16px/30px Open Sans;
  letter-spacing: 0px;
  font-size: 14px;
  width: 220px;
  color: #4e422e;
  border: none;
}
.lh-left > a:not(.shop_icon) {
  padding-top: 11px;
}
.lh-left {
  display: flex;
}
.search-btn-light.searcher-focus > input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #625A4F !important;
  opacity: 1; /* Firefox */
}

.searcher-focus > input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #DBD0BE;
  opacity: 1; /* Firefox */
}
.dark_theme .searcher-focus > input { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #DBD0BE;
  opacity: 1; /* Firefox */
}
.dark_theme input[name="q"]:-webkit-autofill,
.dark_theme input[name="q"]:-webkit-autofill:hover, 
.dark_theme input[name="q"]:-webkit-autofill:focus{
  -webkit-text-fill-color: #DBD0BE;
  transition: background-color 5000s ease-in-out 0s;
  -webkit-font-feature-settings: normal;
}

.searcher-focus > input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color:#DBD0BE;
}

.searcher-focus > input::-ms-input-placeholder { /* Microsoft Edge */
  color:#DBD0BE;
}
.search-btn {
    border: 1px solid #F5D5A2;
    padding: 11px;
    border-radius: 26px;
    opacity: 0.8;
    width: 40px !important;
    height: 40px;
    text-align-last: center;
}
.search-btn > svg {
    color: #DBD0BE;
}
.search-btn > input  {
  display: none;
}
.filter-field_select {
  background-color: white;
  width: 40px;
}
.filter-field_select option {
  text-align: left;
  padding: 0 30px !important;
}
/*///////////*/
.dropbtn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #312842;
  background-color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
  cursor: pointer;
}
.courses_filter-user_rating  .btn-all {
  width: 20px;
  margin-left: 14px;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 200px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  margin-top: 16px;
  background-color: white;
  box-shadow: 0px 5px 10px #8B763033;
  border: 1px solid #E3D8C6;
}
.dropdown-content .select-option {
  display: flex !important;
  align-items: center;
  font-size: 15px;
  color: #625A4F;
  margin-right: 15px;
  padding: 10px 15px;
  text-decoration: none;
  width: 100%;
}
.select-option input:checked::before {
  transform: scale(1);
}
.select-option-container {
  display: block;
}
.dropdown-content .select-option:not(not:first-child) {
  border-bottom: 1px solid #E3D8C6;
}
.dropdown-content .select-option:hover {
  color: #A36D1F;
}
.dropdown-content .select-option:hover .check {
  border: 1px solid #715010 ;
}
.select--btn-show {
  display:block;
}
.select--btn-show .cube {
  position: absolute;
  top: -6px;
  left: 27px;
  background-color: white;
  z-index: 2;
  padding: 5px;
  border-top: 1px solid #E3D8C6;
  border-right: 1px solid #E3D8C6;
  transform: rotate(-45deg);
}

.select-option .check {
  display: inline-block;
  height: 20px;
  width: 20px;
  border: 1px solid #A59D91;
  border-radius: 2px;
  background-color: white;
  margin-right: 10px;
}
.select-option .check:checked {
  background-color: red;
}
.btn-all {
  display: inline-block;
  margin-left: 14px;
  color: #625A4F;
  font-size: 15px;
  font-weight: 600;
  opacity: 0.6;
  text-align: end;
  line-height: 20px;
}
.courses_filter-user_rating .btn-all {
  min-width: inherit;
}
.selected {
  color: #A36D1F;
  line-height: 2px;
}
.courses_filter-course_duration .dropbtn {
  width: 250px;
}
.courses_filter-course_duration .btn-all {
  width: 56px;
}
.courses_filter-course_type .btn-all {
  min-width: 102px;
}
.select-option input {
  margin: 0 10px 0 0;
}

.courses_filter-course_duration .dropdown button div {
  width: 70px;
}
.courses_filter-sort select option {
  background-color: white;
  z-index: 2;
  padding: 5px;
  border-top: 1px solid #E3D8C6;
  border-right: 1px solid #E3D8C6;
}

div#courses-navigation--description > p > iframe,
div#courses-navigation--objectives > p > iframe {
  max-width: 600px;
}
.categories-menu-mobile {
  display: none;
}
.filter-submenu {
  font-size: 28px;
  color: #312842;
  font-family: 'Merriweather';
  padding-top: 40px;
  text-align: -webkit-center;
}
form.filter_course_form {
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  height: inherit;
}

/** -- MOBILE RESPONSIVE */
.buy_container {
  width: 100%;
  background-image: linear-gradient(90deg, rgba(40, 39, 70, 1) 0%, rgba(70, 49, 66, .95) 100%),url(http://34f67bc….eleap.loc/eleapcourses/public/images/header/bg-header-min.png);
  position: sticky;
  bottom: 0;
  padding: 5px;
}
.buy_sub_container {
  height: 50px;
  border: 1px solid #fff;
  display: flex;
  justify-content: space-around;
}
.buy_price {
  color: #fff;
  font-weight: normal;
  font-size: 36px;
  font-family: 'Merriweather';
}
.buy_add_to_cart {
  color: #fff;
  align-self: center;
  font-size: 16px;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.buy_btn_container {
  align-self: center;
}
.buy_sub_container div {
  color: white;
  align-self: center;
}
.buy_sub_container .price {
  line-height: 20px;
}
.buy_add_to_cart .add-to-cart {
    margin-top: 0px !important;
    color: #fff;
}
.buy_btn {
  background-color: #D99004;
  border-color: #D99004;
  color: #fff;
  padding: 14px !important;
  padding-inline: 20px !important;
  color: white;
  margin-top: 0px;
  margin-bottom: 4px;
}
.review-header {
  justify-content: start;
}
.review-header .stars-stats {
  justify-content: start;
}
.course-card .review-header .stars svg path {
  fill: #ED9200;
}
.review-header .stars svg path {
  fill: #FFCF9F;
}
.course-card .testimonial-container {
  width: 100%;
}
.course-card .testimonial-container .stars-stats {
  opacity: 1;
}
.mission-section-container {
  z-index: 2;
  position: relative;
}
.feature-courses .course-title a:hover,
.feature-courses .course-title a {
  color: white;
  text-decoration: none;
}
iframe {
  border: none !important;
}
.course-add-to-cart button:not(.buy_btn) {
  position: inherit;
  padding-inline: 0px !important;
  right: 0px !important;
}

.course-add-to-cart {
  display: flex;
  flex-wrap: wrap;
}
.courses-header .btn:hover,
.course-add-to-cart .btn:hover {
  color: #0a0a08a9;
}

.course-duration, .course-format {
  font-family: 'Open Sans', sans-serif !important;
  display: flex;
  font: normal normal 500 14px/15px Open Sans;
  justify-content: flex-start;
  color: white;
  font-size: 12px;
  margin-top: 10px;
  text-transform: uppercase;
  opacity: 0.7;
  white-space: nowrap;
}

.bigger_screen-hidden {
  display: block !important;
}

.bigger_screen-show {
  display: none !important;
}

@media (min-width: 1921px) {
  .container {
    width: 1550px;
  }
  .item_benefit_bb {
    width: 160px;
    float: inline-start;
  }
  .courses .course-card {
    padding-top: 45% !important;
  }
  .col-xl-2_4 {
    width: 20%;
  }
  .col-xl-5 {
    width: 40%;
  }
  .bigger_screen-hidden {
    display: none !important;
  }

  .bigger_screen-show {
    display: block !important;
  }
}
@media (min-width: 300px) and (max-width: 450px) {
  .mobile .courses-navigation .spaced {
    margin: 5px 0;
  }
  .mobile .no-padding-mobile {
    padding: 0px !important;
  }
  .mobile iframe {
    height: 190px !important;
    border: none !important;
    height: auto;
  }
  .mobile .buy_btn {
    margin-top: 6px;
    padding: 7px !important;
  }
  .mobile .course-add-to-cart {
    display: block;
  }
  .mobile .flex--centered_mobile .course-add-to-cart .buy_btn {
    padding: 15px !important;
  }
  .mobile .flex--centered_mobile .course-add-to-cart .add-to-cart {
    float: none !important;
    padding-inline: 9px !important;
  }

  .mobile iframe {
    max-width: 90vw;
  }
  .mobile p span iframe {
    max-width: 89vw;
  }
  .mobile div.social_media {
    flex-wrap: wrap;
  }
  
  .mobile .course-card .testimonial-container .stars-stats {
    justify-content: start;
  }
  .mobile div#courses-navigation--courses > h2{
    text-align: center;
  }
  .mobile label#dropdown-course-sort-mobile {
    left: 0%;
  }
  .mobile .review-header {
      width: 100%;
      justify-content: center;
  }
  .mobile .review-header .stars-stats {
    justify-content: center;
  }
  .mobile li.separator {
    padding-inline: 10px;
  }
  .mobile .search-btn > input {
    display: block;
  }
  .mobile .filter-field_container {
    margin-bottom: 10px;
  }
  .mobile .header {
    min-height: 185px;
  }
  
  .mobile section.benefits {
    margin-top: 1rem;
    border-top: 1px solid #cfba9c;
    border-bottom: 1px solid #cfba9c;
    width: 101%;
    padding-bottom: 20px;
  }
  .mobile .courses_filter-course_type .btn-all,
  .mobile .courses_filter-course_duration .dropdown button div {
    text-align: start;
  }
  .mobile .filter-clear-all {
    font-size: 16px;
    color: #A36D1F;
    text-underline-offset: 5px;
    text-align-last: center;
    font-weight: 600;
  }
  .mobile .cart .table .cart-item .course {
    font-size: 18px;
  }
  .mobile .select--btn-show {
    left: 53%;
  }
  .mobile .row.slider {
    margin: 0rem !important;
  }
  .mobile .submit_filters {
    justify-content: space-evenly;
    display: flex;
    align-items: center;

    color: #fff;
    font-size: 17px;
    background-color: #D99004;
    height: 70px;
    width: 78%;
    border: none;
    border-radius: 5px;
    font-weight: 700;
    bottom: 40px;
    position: absolute;
  }
  .mobile .circular_radio_btn.selected {
    background-color: #EAB654;
    width: 36px;
    margin-right: 20px;
    height: 36px;
  }
  .mobile #categories-menu {
      position: absolute;
      left: 60px;
      top: 33px;
  }
  .mobile .circular_radio_btn {
    height: 28px;
    margin-right: 20px;
    width: 28px;
    border: 1px solid #715010;
    border-radius: 20px;
  }
  .mobile .filter-field_container.select_label_inside.courses_filter-user_rating {
    max-width: 100%;
  }
  .mobile .mobile-filter-sort {
    display: block;
  }
  .mobile .full-screen-login-menu,
  .mobile .full-screen-filter-menu {
    padding: 10px 10px 10px 10px;
  }
  .mobile .full-screen-login-menu .outer-border {
    padding: 10px 10px 10px 10px;
    background-color: #F4EFE6;    
  }
  .mobile .full-screen-filter-menu .outer-border {
    padding: 10px 10px 10px 10px;
    background-color: #F4EFE6;
    height: 100%;
    width: 100%;
  }
  .mobile .full-screen-login-menu .inner-border,
  .mobile .full-screen-filter-menu .inner-border {
    background-color: #FFFFFF;
    border: 1px solid #BCA077;
    height: 100%;
    width: 100%;
  }
  .mobile .categories-menu-mobile {
    display: block;
  }
  .mobile svg#overlay_-_close_button {
      width: 50px;
      height: 50px;
  }
  .mobile form.searcher-focus {
    position: absolute;
    top: 110px;
    left: 0;
    margin-left: 5%;
    height: 39pt;
    min-width: 90%;
    border-color: #F5D5A2;
  }
  .mobile .searcher-focus > input {
    width: 91%;
    padding-left: 22px;
  }
  .mobile .searcher-focus > input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #DBD0BE !important;
    opacity: 0.6; /* Firefox */
  }
  .mobile .feature-courses .btn.btn-yellow {
    height: 70px;
    line-height: 38px;
  }
  .mobile .header .top .top-menu,
  .mobile .header .top_left .top-menu {
    min-width: 80px;
  }
  .mobile .btn.add-to-cart {
    margin-top: 20px;
  }
  .mobile .header .light_theme {
    padding: 0rem !important;
  }
  .mobile .header .top,
  .mobile .header .top_left {
    padding: 0rem;
    border-bottom: 1px solid #ffffff21;
  }
  .mobile .header .top div,
  .mobile .header .top_left div {
    height: 90px;
    width: 50px;
  }
  .mobile .hamburger-menu {
    border-right: 1px solid #ffffff21;
  }
  .mobile .logo-container div {
      padding-top: 25px;
  }
  .mobile .filters {
    border-top: 1px solid #90611D;
    margin-top: 4px;
  }
  .mobile .filter-btn-cont button.btn-yellow{
    color: #fff;
    background-color: #D99004;
    height: 50px;
    width: 175px;
    font-size: 14px;
    font-weight: 700;
  }
  .mobile .hamburger-menu svg {
    width: 25px;
    margin-left: 9px;
    height: 100%;
  }
  .mobile .courses .course-card {
    height: 390px;
    width: 305px;
    margin-left: auto;
    padding-top: 34.5%;
    margin-right: auto;
  }
  .mobile .access_urls {
    padding-top: 22px;
    padding-bottom: 95px;
  }
  .mobile .access_urls a {
    color: #fff;
    font-size: 15px;
    text-decoration: underline;
    text-underline-offset: 2px;    
  }
  .mobile .full-screen-login-menu .close {
    position: absolute;
    z-index: 3;
    top: 70px;
    right: 0;
  }
  .mobile .full-screen-login-menu .inner-border {
    display: flex;
  }
  .mobile .inner-border .auth-section {
    max-width: 100%;
    margin-bottom: 0rem;
  }
  .mobile .header .full-screen-categories-menu .menu-container .menu a,
  .mobile .header .full-screen-menu .menu-container .menu a {
    font-size: 28px;
    max-width: 81%;
    margin: auto;
    max-height: 83px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .header .full-screen-menu .menu-container {
    margin-top: 65px;
  }
  .mobile .header .full-screen-categories-menu .menu-container .menu.menu-small-vertical > a,
  .mobile .header .full-screen-menu .menu-container .menu.menu-small-vertical > a {
    line-height: 22px;
  }
  .mobile .header .full-screen-categories-menu .menu-container .menu.menu-small-vertical,
  .mobile .header .full-screen-menu .menu-container .menu.menu-small-vertical {
    width: 100%;
  }
  .mobile .header .full-screen-menu .menu-container .menu.menu-small a, 
  .mobile .header .full-screen-menu .menu-container .menu.menu-small-vertical a,
  .mobile .header .full-screen-categories-menu .menu-container .menu.menu-small a, 
  .mobile .header .full-screen-categories-menu .menu-container .menu.menu-small-vertical a
  {
    font-size: 15px;
    opacity: 0.8;
  }
  .mobile .header .full-screen-categories-menu .menu-container .menu {
    font-family: 'Merriweather', serif;
    color: #FFFFFF;
    font-size: 28px;
    line-height: 31px;
  }
  .mobile .courses > div.row > div.col-lg-3 {
    padding-right: 0rem;
  }
  .mobile #footer a {
    opacity: 0.8;
    padding: 7px;
    font-size: 14px;
  }
  .mobile .courses-info .courses-info-container small a {
    font-size: 16px;
    color: #A36D1F;
    text-decoration: underline;
    font-weight: 600;
    text-underline-offset: 5px;
  }
  .mobile div#courses-navigation--description > p > iframe,
  .mobile div#courses-navigation--objectives > p > iframe {
    max-width: 100%;
  }
  .mobile .header .full-screen-categories-menu .menu-container {
    margin-top: 131px;
  }
  .mobile .tags-mobile-container {
    margin-top: 10%;
    border-bottom: 1px solid #FDF0DA;
  }
  .mobile .mobile_categories {
    border-top: 1px solid #fdf0da30;
    padding-left: 8%;
    padding-right: 8%;
  }
  .mobile .dropbtn {
    font-weight: 700;
  }
  .mobile .stars-stats {
    font-size: 15px;
  }
  .mobile .mobile_category_desc {
    color: #FDF0DA;
    font-size: 12px;
    text-align: end;
    padding-top: 20px;
    padding-bottom: 20px;
    opacity: 0.5;
    width: 30%;
  }

  .mobile .mobile_category_name {
    width: 70%;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .mobile .mobile_category_name a {
    font-family: 'Merriweather', serif;
    font-weight: 300;
    text-decoration: none;
    color: #FFFFFF;
    font-size: 14px;
  }
  .mobile .courses-header .btn, .courses-navigation .btn {
    right: 0;
  }
  .mobile div.testimonial-header > h2 {
    font-size: 28px;
    font-weight: 500;
  }
  
  .mobile .mission .mission-container small a{
    text-underline-offset: 5px;
    font-weight: 500;
  }

  .mobile .mission-section-container .mission {
    margin: 0rem;
  }
  .mobile .remove_item_icon {
    top: -25px;
    position: relative;
    right: -35%;
  }
  .mobile .cart-item td {
    height: 160px;
  }
  .mobile .mobile-cart-item-container {
    overflow-y: hidden;
  }
  .mobile .mobile-cart-item-name {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    max-height: 102px;
    text-overflow: ellipsis;
  }

  .mobile .cart--total hr {
    width: 60px;
    color: #ba9157;
  }
  .mobile .btn-success {
    border-color: #D99004;
    background-color: #D99004;
  }
  .mobile .mission-section-container {
    margin: 1rem;
    border: 1px solid #90611d8c;
    padding: 10px;
    border-radius: 3px;
  }
  .mobile .testimonial-personal-data_review {
    max-width: 50%;
    text-align: center;
    width: fit-content;
    font-weight: 600;
  }
  .mobile .social_media {
    width: 90%;
  }
  .mobile .checkout-cart .continue {
    text-decoration: underline;
    text-underline-offset: 5px;
    font-weight: 800;
  }
  .mobile .sm_networks {
    padding-left: 0rem !important;
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .mobile .license-check {
    display: flex;
    justify-content: left;
    font-weight: 700 !important;
  }
  .mobile .wizzard {
    margin-top: 30px;
  }
  .mobile li.tab-element {
    width: 50%;
    text-align: center;
  }
  .mobile #custom_fields .control-label {
    max-width: 100%;
    overflow-wrap: break-word;
  }
  .mobile .hd_left_theme {
    min-width: 50px !important;
  }
  .mobile #form-register input#first_name_mobile,
  .mobile #form-register input#last_name_mobile,
  .mobile #form-register input#email_mobile,
  .mobile #form-register input#new_password_mobile,
  .mobile #form-register input#company_name_mobile,
  .mobile #form-register input#first_name,
  .mobile #form-register input#last_name,
  .mobile #form-register input#email,
  .mobile #form-register input#new_password,
  .mobile #form-register input#company_name {
    min-height: 70px;
  }
  .mobile #form-register .btn, .btn-gold {
    background: #d99004;
    font-weight: 200;
    padding: 20px;
    width: 100%;
    font-size: 18px;
    font-weight: 700;
  }
  .mobile #form-register .control-label.register-field {
    font-family: 'Merriweather';
    font-size: 17px;
  }
  .mobile #form-register label.control-label {
    font-size: 18px;
    line-height: 40px;
    font-weight: 500;
    margin-left: 0rem;
  }
  .mobile #form-register, #login {
    height: 69%;
  }
  .mobile .auth-section .section.active {
    padding-top: 10%;
    padding-inline: 20px;
  }
  .mobile .auth-section .nav-tabs > li.active > a {
    font-size: 15px;
    height: 50px;
    text-align: center;
  }
  i.fa-brands {
    font-size: 27px;
  }
  svg#money_back,
  svg#certificated_courses,
  svg#secured_transaction,
  svg#support_training,
  svg#expert_instructors {
    width: 50px;
    height: 50px;
  }
  svg#icon_course_categories {
    position: absolute;
    left: 75px;
    top: 40px;
  }
  svg#shop_icon {
    width: 50px;
  }
  .mobile-filters-modal-trigger > svg {
    position: absolute;
    left: 10%;
  }
  svg#icon_course_categories_list {
    top: 55px;
    left: 43%;
    position: absolute;
  }
  svg.separator {
    width: 100%;
  }
  svg#icon_mobile_categories_list {
    margin-left: 44%;
  }
  .mobile .mobile-categories {
    padding-top: 45px;
    padding-left: 0px;
    border-bottom: 1px solid #cfba9c;
    padding-right: 0px;
  }
  .mobile .mobile-categories .menu {  
    color: #312842;
    font-size: 28px;
    padding-bottom: 20px;
    font-weight: 700;
    font-family: 'Merriweather';
    text-align: center;
  }
  .mobile .mobile-categories .mobile_categories {
    border-top: 1px solid #cfba9c;
    padding-left: 20px;
    padding-right: 20px;
  }
  .mobile .mobile-categories .mobile_category_desc {
    color: #625A4F;
    opacity: 1;
  }
  .mobile section.bundle div.label {
    z-index: 1;
    left: 44px;
  }
  .mobile .mobile-categories .mobile_category_name a {
    color: #A36D1F;
    text-decoration: underline;
    font-weight: normal;
    font-size: 14px;
  }
}
@media (max-width: 450px) {
  .mobile .searcher-focus > input {
    color: white;
    -webkit-color: white;
  }
}
div#courses-navigation--description iframe {
  display: block;
  aspect-ratio: 16 / 9;
  position: static !important;
}

.account-dropdown {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  height: 100%;
  font-size: 14px;
}

.account-label {
  cursor: pointer;
  padding: 10px 20px;
  color: #625A4F;
  text-decoration: none;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 4px;
}

.account-label .arrow {
  font-size: 11px;
  display: flex;
  align-items: center;
  transform: translateY(1px); /* vertical fine-tuning */
}

.dropdown-menu {
  display: none;
  position: absolute;
  top: calc(100% - 2px);
  right: 0;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1000;
  border-radius: 6px;
  overflow: hidden;
}

.account-dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu a {
  display: block;
  color: #333;
  padding: 10px 15px;
  text-decoration: none;
  white-space: nowrap;
  font-size: 14px;
}

.dropdown-menu a:hover {
  background-color: #f5f5f5;
}