.nav-left .nav-main{
  width: calc(100% - 156px);
}
.nav-left .nav-login{
  width: 100px;
  position: relative;
}
.nav-left .nav-main.nav-login-icon{
  width: calc(100% - 76px);
}
.nav-left .nav-login.nav-login-icon{
  width: 30px;
  margin-left: 16px;
}
.nav-left .nav-login .elementor-button{
  display: block;
  background-color: #982B2B;
  padding: 15px 24px 15px;
  border-radius: 0;
}
.nav-left .nav-login .elementor-button:hover{
  background-color: #842020;
}
.nav-left .nav-cart{
  width: 40px !important;
  margin-left: 16px;
  position: relative;
}
.user-logged-box .user-box {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: url(../images/user-avatar.svg) no-repeat center center scroll;
  background-size: 28px 28px;
  display: block;
  min-width: 0 !important;
  margin: 7px auto;
}

@media (max-width: 1024px) {
  .user-logged-box .user-box {
    display: inline-block;
    margin: 5px auto 0;
  }
  .nav-left .nav-main.nav-login-icon{
    width: calc(100% - 115px);
  }
}

@media (max-width: 767px) {
  .nav-left .nav-main.nav-login-icon{
    width: calc(100% - 76px);
  }
  .user-logged-box .btn-links {
    text-align: right;
  }
  .nav-left .nav-main, .nav-left .nav-main.nav-login-icon{
    width: 100%;
  }
  .nav-left .nav-main .elementor-menu-toggle{
    margin: 0 auto 0 0 !important;
    font-size: 32px;
  }
  .nav-left .nav-login{
    position: relative;
    right: 0;
    top: 0;
    z-index: 10;
    width: auto !important;
  }
  .nav-left .nav-login .elementor-button{
    padding: 8px 24px 9px;
  }
  .nav-left .nav-cart{
    position: relative;
    right: 0;
    top: 1px;
    z-index: 10;
    width: 40px !important;
    margin-left: 10px;
  }
}

.user-logged-box .userbox-sub {
  position: absolute;
  background: #000;
  padding: 16px 20px;
  min-width: 178px;
  top: -webkit-calc(100% + 8px);
  top: calc(100% + 8px);
  left: auto;
  right: 0;
  display: none;
  z-index: 3;
  border: solid 1px #494949;
}

.user-logged-box .userbox-sub .userbox-sub-item {
  color: #fff !important;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.27;
  padding: 0 0 0 8px !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.user-logged-box .userbox-sub .userbox-sub-item + .userbox-sub-item {
  margin-top: 8px;
}

.user-logged-box .userbox-sub .userbox-sub-item::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 2px;
  height: 2px;
  background: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.user-logged-box .userbox-sub .userbox-sub-item:not(.loading):hover {
  color: #a32722 !important;
}

.user-logged-box .userbox-sub .userbox-sub-item:not(.loading):hover::before {
  background: #a32722;
}

.user-logged-box .userbox-sub .userbox-sub-item.loading {
  cursor: default;
}

.user-logged-box .userbox-name {
  display: none;
  vertical-align: top;
  padding: 0 0 0 11px !important;
  height: 46px;
  line-height: 46px !important;
  color: #fff !important;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.5px;
}

.nav-cart-icon a {
  font-size: 0;
  background: url(../images/cart-icon.svg) no-repeat;
  background-size: 24px 22px;
  width: 24px;
  height: 22px;
  display: block;
  padding: 0;
  position: relative;
  top: 11px;
  left: 5px;
}
.nav-cart-icon a::after {
  display: none;
}

.cart-icon .cart-count,
.mobile-cart-icon .cart-count,
.nav-cart-icon a .cart-count {
  position: absolute;
  width: 18px;
  height: 18px;
  line-height: 19px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background: #a32722;
  bottom: 13px;
  right: -7px;
  font-size: 12px;
  font-family: "Rajdhani", Sans-serif;
}

.cart-notify {
  position: absolute;
  width: 273px;
  max-width: 100vw;
  right: -15px;
  background: #fff;
  top: 82px;
  font-size: 16px;
  line-height: 1.31;
  font-weight: 500;
  color: #19191D;
  padding: 15px 20px 14px;
  text-align: center;
  -webkit-box-shadow: 0px 0px 30px #6969692C;
  box-shadow: 0px 0px 30px #6969692C;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media (max-width: 1024px) {
  .nav-cart-icon a {
    top: 0;
  }
}

@media (max-width: 767px) {
  .cart-notify {
    top: 70px;
  }
  .nav-cart-icon a {
    background-size: 28px 26px;
    width: 28px;
    height: 26px;
    top: 0;
  }
  .cart-icon .cart-count,
  .mobile-cart-icon .cart-count,
  .nav-cart-icon a .cart-count {
    bottom: 15px;
  }
  /* .user-logged-box .userbox-sub {
    left: 0;
  } */
}

.cart-notify.showing {
  visibility: visible;
  opacity: 1;
  z-index: 10;
}

.cart-notify::before {
  content: '';
  position: absolute;
  top: -12px;
  right: 22px;
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 16px solid white;
}

/* Start - Form */
body.page-template-lost-password .site-main {
  padding: 64px 20px;
  max-width: 1140px;
}
body.page-template-lost-password #section-purchase {
  display: none;
}
body.page-template-lost-password h1.entry-title,
.edit-profile-wrapper .heading-1 {
  font-family: "Rajdhani", Sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: #5A5958;
  text-transform: uppercase;
  margin: 0;
}
body.page-template-lost-password .entry-excerpt {
  font-size: 28px;
  line-height: 36px;
  font-weight: 500;
  color: #19191d;
}
.my-tickets-info .desc{
  color: #19191D;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 12px;
}
.my-tickets-info{
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid #A32722;
}
@media (max-width: 767px) {
  body.page-template-lost-password .site-main {
    padding: 32px 30px;
  }
  body.page-template-lost-password h1.entry-title,
  .edit-profile-wrapper .heading-1 {
    margin: 0 0 16px;
  }
  body.page-template-lost-password .entry-excerpt {
    font-size: 22px;
    line-height: 28px;
  }
}
body.page-template-lost-password h1.entry-title::before {
  content: "+";
  display: inline-block;
  position: relative;
  color: #a32722;
  line-height: 1;
  font-size: 27px;
  top: -15px;
  margin-right: 9px;
}
form.hitb-form.login,
form.hitb-form#js-lostPassword-form {
  font-weight: 500;
  border: 0;
  margin: 0;
  padding: 0;
  font-family: "Rajdhani", Sans-serif;
}
form.hitb-form {
  font-size: 16px;
  font-weight: 500;
  line-height: 21px;
  color: #19191d;
  max-width: 541px;
  margin-left: auto !important;
  margin-right: auto !important;
  border: 1px solid #d3ced2;
  padding: 20px;
  text-align: left;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
form.hitb-form .form-row {
  padding: 3px 0 3px;
  margin: 0 0 22px;
}
form.hitb-form.js-edit-profile .form-row {
  margin: 0 0 7px;
}
form.hitb-form .form-row .required {
  color: #a32722;
}
form.hitb-form a {
  color: #a32722 !important;
}
.woocommerce form.hitb-form .form-row {
  padding-left: 0;
  padding-right: 0;
}
.woocommerce form .form-row label {
  font-weight: bold;
  font-size: 18px;
  font-family: "Exo 2", Sans-serif;
  line-height: 22px;
  margin-bottom: 8px;
}
.woocommerce form .form-row label.checkbox {
  font-family: "Rajdhani", Sans-serif;
  font-size: 16px;
  margin-bottom: 0;
}
form.hitb-form .form-row .error-message {
  font-family: "Rajdhani", Sans-serif;
  color: #a32722;
  font-size: 16px;
  font-weight: 500;
  display: none;
  margin-top: 6px;
}
form.hitb-form .error-register {
  background-color: #ffdfde;
  padding: 16px;
  margin-bottom: 16px;
  display: none;
  color: #982b2b;
  font-size: 16px;
  font-weight: 500;
}
.woocommerce form .form-row input.input-text {
  padding: 13px 16px 14px;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select {
  border-radius: 0;
  border-color: #d0d0d0;
  font-weight: 500;
  color: #19191d;
}
.woocommerce form .form-row-ml {
  width: 100%;
  margin-left: 8px;
}
.woocommerce form .form-row-mr {
  width: 100%;
  margin-right: 8px;
}
.woocommerce form .form-row select {
  padding: 12px 16px 13px 11px;
  outline-offset: 1px !important;
  background: #fff url(../images/icon-chevron-down.svg) no-repeat right 16px top
    22px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.woocommerce form .form-row select option {
  padding: 0;
}
.woocommerce form .form-row select:after {
  position: absolute;
  content: "";
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #fff transparent transparent transparent;
}
.woocommerce form .form-row input[type="password"] {
  font: small-caption;
  font-size: 16px;
}
.woocommerce form .show-password-input,
.woocommerce-page form .show-password-input {
  background: url(../images/icon-hide-password.svg) no-repeat center center
    scroll;
  top: 0.9em;
}
.woocommerce form .show-password-input.display-password,
.woocommerce-page form .show-password-input.display-password {
  background: url(../images/icon-show-password.svg) no-repeat center center
    scroll;
}
.woocommerce form .show-password-input::after,
.woocommerce-page form .show-password-input::after {
  opacity: 0;
}
.woocommerce .hitb-form .checkbox {
  font-weight: 500;
  line-height: 21px;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.woocommerce .hitb-form .checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.woocommerce .hitb-form .checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  border: 1px solid #d0d0d0;
}
/* .woocommerce .hitb-form .checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}*/
.woocommerce .hitb-form .checkbox input:checked ~ .checkmark {
  background-color: #a32722;
  border-color: #a32722;
}
.woocommerce .hitb-form .checkbox .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
.woocommerce .hitb-form .checkbox input:checked ~ .checkmark:after {
  display: block;
}
.woocommerce .hitb-form .checkbox .checkmark:after {
  left: 5px;
  top: 2px;
  width: 7px;
  height: 12px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.woocommerce .hitb-form #respond input#submit,
.woocommerce .hitb-form a.button,
.woocommerce .hitb-form button.button,
.woocommerce .hitb-form input.button,
.my-tickets-info a.button,
.purchaseTicketList a.button{
  background: #a32722;
  outline: 0;
  border: 0;
  font-weight: 500;
  color: white;
  min-width: 148px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  transition: 0.4s;
  padding: 0 20px;
  border-radius: 3px;
}
.woocommerce .hitb-form #respond input#submit:disabled,
.woocommerce .hitb-form a.button:disabled,
.woocommerce .hitb-form input.button:disabled,
.woocommerce .hitb-form button.button:disabled,
.woocommerce .hitb-form button.button:disabled[disabled]{
  background-color: #B4B4B4 !important;
  color: #777777 !important;
  padding: 0;
  opacity: 1;
}
.woocommerce .hitb-form #respond input#submit:hover,
.woocommerce .hitb-form a.button:hover,
.woocommerce .hitb-form button.button:hover,
.woocommerce .hitb-form input.button:hover ,
.my-tickets-info a.button:hover,
.purchaseTicketList a.button:hover{
  background: #842020;
  color: white;
}
@media (max-width: 767px) {
  .woocommerce form .form-row-ml {
    margin-left: 0;
  }
  .woocommerce form .form-row-mr {
    margin-right: 0;
  }
  .woocommerce .hitb-form #respond input#submit,
  .woocommerce .hitb-form a.button,
  .woocommerce .hitb-form button.button,
  .woocommerce .hitb-form input.button,
  .my-tickets-info a.button,
  .purchaseTicketList a.button {
    min-width: calc((100% - 12px)/2 );
    padding: 0 20px;
  }
}
/* End - Form */

/* Start - Profile */
.edit-profile-wrapper .form-row {
  width: 100%;
}
.edit-profile-wrapper .row-check {
  float: left;
  margin: 14px 35px 12px 0;
  font-size: 20px;
  font-weight: 500;
}
.edit-profile-wrapper .row-check label{
  display: inline-block !important;
  font-family: "Rajdhani", Sans-serif !important;
  font-weight: 500 !important;
  font-size: 20px !important;
  margin-bottom: 0 !important;
  line-height: 26px !important;
  vertical-align: top;
}
.edit-profile-wrapper
  .elementor-column-gap-default
  > .elementor-row
  > .elementor-column
  > .elementor-element-populated.hitb-elementor-element-pr {
  padding: 0 10px 0 0;
}
.edit-profile-wrapper
  .elementor-column-gap-default
  > .elementor-row
  > .elementor-column
  > .elementor-element-populated.hitb-elementor-element-pl {
  padding: 0 0 0 10px;
}
.edit-profile-wrapper .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -17px !important;
}
.edit-profile-wrapper .col-md-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  -webkit-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 17px;
  padding-right: 17px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.edit-profile-wrapper .profileSec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.edit-profile-wrapper .profilePhoto {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
.edit-profile-wrapper .profilePhoto .profileFrame-name {
  font-size: 28px;
  font-weight: bold;
  line-height: 36px;
}
.edit-profile-wrapper .profilePhoto .profileFrame-name label {
  vertical-align: middle;
}
.edit-profile-wrapper .profileFrame {
  display: none;
  position: relative;
  width: 170px;
  height: 170px;
  float: left;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin-right: 16px;
  background-color: #e8e9ea;
  background: url(../images/user-avatar.svg) no-repeat center;
  background-size: contain;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.icon-camera {
  background: url(../images/icon-camera.svg);
  width: 30px;
  height: 30px;
  position: absolute;
  top: 16px;
  right: 7px;
}
.edit-profile-wrapper .standard_wrapper {
  margin-bottom: 64px;
}
.edit-profile-wrapper .purchaseTicketList {
  display: inline-flex;
  flex-wrap: wrap;
  margin-bottom: 26px;
  width: 100%;
}
.edit-profile-wrapper .purchaseTicketList .ticbox {
  width: 50%;
  margin-bottom: 16px;
}
.edit-profile-wrapper .purchaseTicketList .ticbox .ticket-wrap {
  border: 1px solid #444444;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  color: #19191d;
  padding: 24px;
  height: 100%;
}
.edit-profile-wrapper .purchaseTicketList .ticbox:nth-child(odd) .ticket-wrap {
  margin-right: 8px;
}
.edit-profile-wrapper .purchaseTicketList .ticbox:nth-child(even) .ticket-wrap {
  margin-left: 8px;
}
.edit-profile-wrapper .purchaseTicketList .ticbox .ticket-name {
  font-family: "Exo 2", Sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 4px;
}
.edit-profile-wrapper .purchaseTicketList .ticbox .ticket-preview {
  margin-bottom: 12px;
}
.edit-profile-wrapper .purchaseTicketList .ticbox .ticket-col {
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
}
.edit-profile-wrapper .purchaseTicketList .ticbox .ticket-col > div {
  padding-left: 27px;
}
.edit-profile-wrapper .purchaseTicketList .ticbox .ticket-col > div label {
  display: block;
}
.edit-profile-wrapper .purchaseTicketList .ticbox .ticket-col > div span {
  font-weight: 400;
  color: #842020;
}
.edit-profile-wrapper .purchaseTicketList .ticbox .ticket-date {
  background: url(../images/icon-calendar-alt.svg) no-repeat left 0;
  float: left;
  margin-right: 33px;
}
.edit-profile-wrapper .purchaseTicketList .ticbox .ticket-time {
  background: url(../images/icon-clock.svg) no-repeat left 0;
}
.edit-profile-wrapper .purchaseTicketList .ticbox .ticket-price {
  font-weight: bold;
  margin-bottom: 20px;
  color: #19191D;
}

.edit-profile-wrapper .other-value {
  display: none;
}

@media (max-width: 767px) {
  .edit-profile-wrapper
    .elementor-column-gap-default
    > .elementor-row
    > .elementor-column
    > .elementor-element-populated.hitb-elementor-element-pr,
  .edit-profile-wrapper
    .elementor-column-gap-default
    > .elementor-row
    > .elementor-column
    > .elementor-element-populated.hitb-elementor-element-pl {
    padding: 0;
  }
  .edit-profile-wrapper .purchaseTicketList .ticbox {
    width: 100%;
  }
  .edit-profile-wrapper
    .purchaseTicketList
    .ticbox:nth-child(odd)
    .ticket-wrap {
    margin-right: 0;
  }
  .edit-profile-wrapper
    .purchaseTicketList
    .ticbox:nth-child(even)
    .ticket-wrap {
    margin-left: 0;
  }
  .edit-profile-wrapper .purchaseTicketList .ticbox .ticket-date {
    margin-bottom: 15px;
  }
  .edit-profile-wrapper .purchaseTicketList .ticbox .ticket-price {
    margin-bottom: 8px;
  }
  .edit-profile-wrapper .profilePhoto {
    display: block;
    text-align: center;
    margin-bottom: 16px;
  }
  .edit-profile-wrapper .profileFrame {
    float: none;
    margin: 0 auto 16px;
  }
  .edit-profile-wrapper .profilePhoto .profileFrame-name {
    display: block;
  }
}
/* End - Profile */





@-webkit-keyframes cartBounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  10% {
    -webkit-transform: scale(1.1, 0.9) translateY(0);
            transform: scale(1.1, 0.9) translateY(0);
  }
  30% {
    -webkit-transform: scale(0.9, 1.1) translateY(-5px);
            transform: scale(0.9, 1.1) translateY(-5px);
  }
  50% {
    -webkit-transform: scale(1.05, 0.95) translateY(0);
            transform: scale(1.05, 0.95) translateY(0);
  }
  57% {
    -webkit-transform: scale(1, 1) translateY(-1px);
            transform: scale(1, 1) translateY(-1px);
  }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
}

@keyframes cartBounce {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  10% {
    -webkit-transform: scale(1.1, 0.9) translateY(0);
            transform: scale(1.1, 0.9) translateY(0);
  }
  30% {
    -webkit-transform: scale(0.9, 1.1) translateY(-5px);
            transform: scale(0.9, 1.1) translateY(-5px);
  }
  50% {
    -webkit-transform: scale(1.05, 0.95) translateY(0);
            transform: scale(1.05, 0.95) translateY(0);
  }
  57% {
    -webkit-transform: scale(1, 1) translateY(-1px);
            transform: scale(1, 1) translateY(-1px);
  }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
}

.cartBounce {
  -webkit-animation-name: cartBounce;
          animation-name: cartBounce;
  -webkit-animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
          animation-timing-function: cubic-bezier(0.28, 0.84, 0.42, 1);
  -webkit-animation-duration: 1.3s;
          animation-duration: 1.3s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
}

.btn-addtocart {
  background: #982B2B;
  font-size: 16px;
  font-weight: 500;
  color: white;
  min-width: 120px;
  line-height: 40px;
  text-align: center;
  transition: 0.4s;
  padding: 0 8px;
  border-radius: 3px;
  display: inline-block;
  font-family: "Rajdhani", Sans-serif;
}

.btn-addtocart:hover{
  color: white;
  background-color: #842020;
}

.list-tranings .elementor-row > div{
  border: 1px solid #707070;
  margin-right: 5px;
  width: calc(50% - 5px);
}
.list-tranings .elementor-row > div:nth-child(2n){
  margin-left: 5px;
  margin-right: 0;
}
.list-tranings .elementor-row > div .btn-addtocart{
  min-width: 100%;
}

.woocommerce .products .btn-addtocart{
  display: block;
  min-width: 100%;
  margin-bottom: 8px;
}

.btn-addtocart.blue-color {
  background-color: #387ADF;
}
.btn-addtocart.blue-color:hover{
  background-color: #3652AD;
}

.woocommerce ul.products li.product .shopengine_add_to_list_action, 
.woocommerce ul.products li.product .shopengine-quickview-trigger, 
.woocommerce ul.products li.product .shopengine_comparison_add_to_list_action,
.woocommerce ul.products li.product .product_type_course,
.woocommerce ul.products li.product .price {
  display: none;
}

.btn-readmore{
  background-color: #EBE9EB;
  font-size: 16px;
  font-weight: 500;
  color: #515151;
  height: 48px;
  line-height: 48px;
  text-align: center;
  transition: 0.4s;
  padding: 0 20px;
  border-radius: 3px;
  display: block;
}
.btn-readmore:hover{
  background-color: #842020;
  color: #FFFFFF;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title{
  padding-bottom: 17px;
}
.elementor-element.elementor-products-grid ul.products li.product a.woocommerce-loop-product__link .course_meta{
  color: #982B2B;
  font-size: 16px;
  line-height: 21px;
}

.elementor-location-header{
  width: 100%;
  background-color: white;
  z-index: 100;
  position: fixed;
  top: 0;
}

.header-admin-fixed.elementor-location-header{
  top: 32px;
}
@media (max-width: 767px) {
  .header-admin-fixed.elementor-location-header{
    top: 0;
  }
}

.cart-notify-err{
  color: #A32722;
}

.has-ticket-currency .woocommerce-Price-currencySymbol{
  display: none;
}

.btn-hitb-addtocart {
  background: #982b2b;
  font-family: "Rajdhani", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: white;
  min-width: 148px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  transition: 0.4s;
  padding: 0 20px;
  border-radius: 3px;
  display: inline-block;
  text-decoration: none !important;
}

.btn-hitb-addtocart:hover {
  background-color: #842020;
  color: white;
}

@media (max-width: 1024px) {
  .mobile-logo{
    order: 1;
    width: 50px !important;
  }
  .mobile-link{
    order: 2;
    width: 130px !important;
  }
  .mobile-menu{
    order: 4;
    width: 30px !important;
  }
  .mobile-menu > div{
    padding: 0 !important;
  }
  .mobile-order{
    order: 3;
    width: calc(100% - 210px) !important;
  }
  .mobile-order .nav-login{
    display: none;
  }
  .mobile-order > div > section > div{
    align-items: center;
    justify-content: flex-end;
  }
}

@media (max-width: 767px) {
  #content .entry-title {
    padding-left: 20px;
  }
  .mobile-link{
    width: 100px !important;
  }
  .mobile-order{
    width: calc(100% - 180px) !important;
  }
}

.wl .wl-ss-price h2{
  justify-content: space-between;
}
.wl .wl-ss-info-icons{
  bottom: 5px !important;
}
.wl .wl-ss-info-icons div{
  width: 100%;
}

.single-product .price a{
  margin: 0 10px;
} 

.woocommerce-Price-amount.amount{
  display: none;
}



@media (max-width: 1024px) {
  .elementor-location-header > section{
    padding-top: 12px !important;
    padding-bottom: 12px !important;
    width: 100% !important;
  }
  .elementor-location-header > section .elementor-nav-menu__container.elementor-nav-menu--dropdown{
    margin-top: 0 !important;
    
  }
  .elementor-location-header > section .elementor-nav-menu__container.elementor-nav-menu--dropdown ul{
    overflow: auto;
    height: calc(100vh - 70px);
  }
  .nav-login-btn{
    margin: 20px;
  }
  .nav-login-btn a.btn-login{
    color: white !important;
    background-color: var( --e-global-color-primary ) !important;
    margin: 20px;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  .nav-login-btn a.js-user-logout{
    color: white !important;
    background-color: var( --e-global-color-primary ) !important;
    margin: 20px;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
  
  .nav-login-btn .user-logged-box {
    margin: 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
  .nav-login-btn .user-logged-box a{
    color: #848484 !important;
  }
  .user-logged-box .user-box{
    width: 46px;
    height: 46px;
    background-size: 46px 46px;
    display: inline-block;
  }
  .user-logged-box .userbox-name {
    display: block;
  }
}

@media (max-width: 767px) {
  .elementor-location-header > section{
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .user-logged-box .btn-links {
    text-align: right;
  }
  .elementor-location-header > section .elementor-nav-menu__container.elementor-nav-menu--dropdown ul{
    height: auto;
  }
}

.btn-submit-ajax-holder {
  display: flex;
  align-items: center;
}
.hitb-ajax-loading {
  display: none;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

body > div[data-elementor-type="wp-page"] {
  min-height: calc(100vh - 100px);
}

.hitb-course-meta h2 {
  text-transform: capitalize;
}


/* hitb-full-width-page */
body.hitb-full-width-page {
  background-color: #FFFFFF;
}
.hitb-full-width-wrapper {
  padding-top: 70px;
}
.hitb-full-width-wrapper div[data-elementor-type="wp-page"] {
  min-height: calc(100vh - 300px);
}

body.hitb-full-width-page div[data-elementor-type="footer"] {
  background-color: #54595F;
}