.cart-page {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif; }
  .cart-page .link-1 {
    line-height: 46px;
    font-size: 13px;
    color: #5085ae; }
    .cart-page .link-1:hover {
      color: #5085ae;
      opacity: 0.8;
      text-decoration: none; }
  .cart-page .link-1 img {
    margin-right: 10px;
    -webkit-transition: 0.15s linear;
    -moz-transition: 0.15s linear;
    -ms-transition: 0.15s linear;
    -o-transition: 0.15s linear;
    transition: 0.15s linear; }
  .cart-page .link-1:hover img {
    margin-left: 0;
    margin-right: 15px; }
  .cart-page .btn-cart {
    /*padding: 0;
    height: 46px;
    width: 100%;
    line-height: 46px;
    text-align: center;
    display: block;
    vertical-align: middle;
    line-height: 46px;
    font-size: 15px;
    color: $white-color;
    background-color: $go-next-btn;
    font-weight: bold;
    border: none;
    border-radius: 5px;
    
    & img {
      -webkit-transition: 0.15s linear;
      -moz-transition: 0.15s linear;
      -ms-transition: 0.15s linear;
      -o-transition: 0.15s linear;
      transition: 0.15s linear;
      margin-left: 8px;
    }
    
    &:hover {
      background-color: $go-next-btn-hover;
      text-decoration: none;
    }
    
    &:hover img {
      margin-left: 18px;
    }*/ }
    .cart-page .btn-cart.btn-cart-inactive {
      background-color: rgba(6, 116, 49, 0.3); }
      .cart-page .btn-cart.btn-cart-inactive:hover {
        background-color: rgba(6, 116, 49, 0.3); }
  .cart-page .offer-popup .btn-2 {
    width: 200px;
    float: right; }
  .cart-page .cart-timer-box {
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
    background-color: #ffffff;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    padding: 10px 15px;
    margin-bottom: 25px; }
    .cart-page .cart-timer-box .cart-timer-txt {
      color: #010101;
      font-size: 11px;
      font-weight: bold;
      line-height: 14px;
      display: inline-block;
      float: left;
      margin-top: 5px;
      margin-right: 15px; }
    .cart-page .cart-timer-box .cart-time-left {
      font-family: "Open Sans", sans-serif;
      font-size: 14px;
      color: #000000;
      font-weight: 600;
      float: right;
      margin-top: 8px; }
  .cart-page .cart-text-1 {
    font-size: 16px;
    font-weight: bold;
    color: #349c37; }
  .cart-page .cart-text-2 {
    font-size: 12px;
    color: #999999;
    margin-bottom: 30px; }
  .cart-page .cart-tickets-sum {
    font-family: "Open Sans", sans-serif;
    margin-bottom: 5px;
    color: #404040; }
    .cart-page .cart-tickets-sum .cts-text-1 {
      font-size: 14px; }
    .cart-page .cart-tickets-sum .cts-text-2 {
      font-size: 16px;
      float: right; }
  .cart-page .cart-ticket-sum-discount .cts-text-1 {
    color: #349c37; }
  .cart-page .cart-ticket-sum-discount .cts-text-2 {
    color: #f20c0c; }
  .cart-page .cart-coupon {
    font-size: 12px;
    color: #5085ae;
    margin-top: 15px;
    margin-bottom: 25px;
    display: block; }
    .cart-page .cart-coupon:hover {
      color: #5085ae;
      opacity: 0.8; }
  .cart-page .cart-divider {
    width: 100%;
    height: 1px;
    background-color: #d9d9d9;
    margin-top: 20px;
    margin-bottom: 10px; }
  .cart-page .cart-to-pay {
    font-family: "Open Sans", sans-serif;
    color: #1a1a1a;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 20px; }
    .cart-page .cart-to-pay .ctp-txt-1 {
      font-size: 16px; }
    .cart-page .cart-to-pay .ctp-txt-2 {
      font-size: 21px;
      float: right; }
  .cart-page input {
    width: 265px;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    border: 1px solid #e6e6e6;
    height: 38px;
    padding-left: 15px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
    font-size: 13px;
    margin-bottom: 12px; }
  .cart-page textarea {
    width: 265px;
    resize: vertical;
    font-size: 13px;
    color: #404040;
    border-style: solid;
    border-width: 1px;
    border-color: #e6e6e6;
    padding: 15px 25px;
    margin-bottom: 15px;
    height: 105px;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
    display: block;
    margin-left: 190px; }
  .cart-page .quantity-input {
    width: 60px;
    text-align: center;
    padding: 0; }
  .cart-page .pa-minus,
  .cart-page .pa-plus {
    font-size: 20px;
    vertical-align: middle; }
  .cart-page input:hover, .cart-page textarea:hover {
    border: 1px solid #b9b9b9; }
  .cart-page input:focus, .cart-page textarea:focus {
    border: 1px solid #4d90fe; }
  .cart-page .cart-right-box {
    /*position: fixed;*/
    position: relative;
    width: 262px; }
    .cart-page .cart-right-box .cart-right-txt {
      color: #5085ae;
      font-size: 12px;
      margin: 15px 0;
      padding-bottom: 10px;
      border-bottom: 1px solid #d9d9d9; }
  .cart-page .cart-coupon-box {
    display: none;
    margin-top: -15px;
    margin-bottom: 10px;
    position: relative; }
    .cart-page .cart-coupon-box input {
      width: 100%; }
    .cart-page .cart-coupon-box .cart-coupon-btn {
      border-width: 1px;
      border-color: #0088cc;
      border-style: solid;
      -webkit-border-radius: 4px !important;
      -moz-border-radius: 4px !important;
      border-radius: 4px !important;
      box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
      background-color: #ffffff;
      font-size: 11px;
      font-weight: bold;
      text-align: center;
      height: 21px;
      line-height: 21px;
      width: 80px;
      display: block;
      position: absolute;
      top: 9px;
      right: 10px; }
      .cart-page .cart-coupon-box .cart-coupon-btn:hover {
        color: #ffffff;
        background-color: #0088cc;
        text-decoration: none; }
  .cart-page .cart-coupon-accepted .cart-tickets-sum {
    margin-bottom: 10px; }
    .cart-page .cart-coupon-accepted .cart-tickets-sum .cts-text-1 {
      color: #349c37; }
    .cart-page .cart-coupon-accepted .cart-tickets-sum .cts-text-2 {
      color: #f20c0c; }
  .cart-page .cart-coupon-accepted .cart-coupon-del {
    font-size: 11px;
    color: #5085ae;
    display: block;
    margin-bottom: 30px; }
    .cart-page .cart-coupon-accepted .cart-coupon-del:hover {
      color: #5085ae;
      opacity: 0.8; }
  .cart-page .cart-ghost-btn {
    font-size: 11px;
    color: #5085ae;
    background-color: #ffffff;
    margin-top: 10px;
    margin-bottom: 15px;
    display: block;
    font-weight: bold;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    border: 1px solid #5085ae;
    width: 130px;
    text-align: center;
    padding: 3px 0; }
    .cart-page .cart-ghost-btn:hover {
      color: #ffffff;
      background-color: #5085ae;
      text-decoration: none; }
  .cart-page .cart-special-order {
    color: #1b304c;
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 15px; }
  .cart-page .cart-order-title {
    color: #1b304c;
    font-size: 18px;
    margin-bottom: 15px; }
  .cart-page .cart-page-top h1 {
    text-transform: uppercase;
    font-size: 37px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    margin-bottom: 40px; }
  .cart-page .cart-checkbox-box {
    display: block;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    font-size: 13px;
    color: #404040;
    width: 100%;
    text-align: left; }
    .cart-page .cart-checkbox-box.cart-checkbox-box-bold {
      font-size: 15px;
      font-weight: bold; }
    .cart-page .cart-checkbox-box input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      display: none; }
    .cart-page .cart-checkbox-box .cart-checkmark {
      position: absolute;
      top: 0;
      left: 0;
      height: 15px;
      width: 15px;
      background-image: url(../img/icons/basket/checkbox.png);
      background-repeat: no-repeat; }
    .cart-page .cart-checkbox-box input:checked ~ .cart-checkmark {
      background-image: url(../img/icons/basket/checkbox-active.png); }
    .cart-page .cart-checkbox-box a {
      color: #5085ae; }
      .cart-page .cart-checkbox-box a:hover {
        text-decoration: underline; }
  .cart-page .hidden {
    display: none; }
  .cart-page #address_search {
    width: 100%;
    height: 30px;
    font-size: 11px;
    padding: 0px 5px; }
  .cart-page .not-valid {
    box-shadow: 0px 0px 1px 2px red; }

.cart-offer-box {
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  padding: 25px 20px 20px 25px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  margin-bottom: 20px;
  background-color: #ffffff; }
  .cart-offer-box .cart-offer-left {
    float: left;
    margin-right: 25px; }
    .cart-offer-box .cart-offer-left img {
      max-width: 160px;
      margin-bottom: 15px; }
    .cart-offer-box .cart-offer-left .cart-voucher-txt {
      font-size: 13px;
      color: #a2a2a2;
      text-align: center; }
  .cart-offer-box .cart-offer-middle {
    float: left;
    width: calc(100% - 310px); }
    .cart-offer-box .cart-offer-middle .cart-offer-title {
      font-family: "Open Sans", sans-serif;
      color: #1a1a1a;
      font-size: 16px;
      font-weight: 600; }
      .cart-offer-box .cart-offer-middle .cart-offer-title a {
        color: #1a1a1a; }
      .cart-offer-box .cart-offer-middle .cart-offer-title a:hover {
        opacity: 0.8;
        text-decoration: none; }
      .cart-offer-box .cart-offer-middle .cart-offer-title img {
        margin-left: 10px; }
    .cart-offer-box .cart-offer-middle .cart-offer-guests {
      margin-top: 15px;
      color: rgba(0, 0, 0, 0.5); }
    .cart-offer-box .cart-offer-middle .cart-offer-address {
      font-size: 13px;
      color: rgba(0, 0, 0, 0.5);
      position: relative;
      margin-right: 40px;
      margin-bottom: 5px; }
    .cart-offer-box .cart-offer-middle .cart-offer-available {
      font-size: 13px;
      color: #349c37;
      position: relative;
      padding-left: 25px;
      margin-top: 10px; }
      .cart-offer-box .cart-offer-middle .cart-offer-available:before {
        position: absolute;
        content: '';
        background-image: url(../img/icons/basket/correct.svg);
        background-repeat: no-repeat;
        background-position: center;
        width: 14px;
        height: 14px;
        left: 0;
        top: 3px; }
  .cart-offer-box .cart-offer-right {
    float: right; }
    .cart-offer-box .cart-offer-right .cart-offer-old-price {
      font-size: 12px;
      font-family: "Open Sans", sans-serif;
      color: #1a1a1a;
      opacity: 0.5;
      text-decoration: line-through;
      text-align: right; }
    .cart-offer-box .cart-offer-right .cart-offer-price {
      font-size: 19px;
      font-family: "Open Sans", sans-serif;
      color: #1a1a1a;
      text-align: right;
      margin-bottom: 10px;
      font-weight: 600; }
    .cart-offer-box .cart-offer-right .cart-offer-saved {
      font-size: 11px;
      color: rgba(0, 0, 0, 0.5);
      margin-bottom: 25px; }
    .cart-offer-box .cart-offer-right .cart-offer-del {
      text-align: right;
      display: block;
      padding-left: 15px;
      position: relative;
      font-size: 12px;
      color: #5085ae;
      border: none;
      background-color: inherit;
      width: 100%;
      padding-right: 0px; }
      .cart-offer-box .cart-offer-right .cart-offer-del img {
        width: 11px;
        height: 14px;
        margin-top: -3px;
        margin-right: 5px; }
      .cart-offer-box .cart-offer-right .cart-offer-del:hover {
        color: #5085ae;
        opacity: 0.8;
        text-decoration: none; }
      .cart-offer-box .cart-offer-right .cart-offer-del.cart-offer-del-2 {
        margin-top: 40px; }
    .cart-offer-box .cart-offer-right .cart-offer-right-top {
      text-align: right; }
      .cart-offer-box .cart-offer-right .cart-offer-right-top .cart-offer-right-prices {
        display: inline-block; }
        .cart-offer-box .cart-offer-right .cart-offer-right-top .cart-offer-right-prices .cart-offer-price img {
          vertical-align: top;
          margin-right: 10px; }
      .cart-offer-box .cart-offer-right .cart-offer-right-top .cart-offer-items {
        display: inline-block;
        vertical-align: top; }
    .cart-offer-box .cart-offer-right .cart-offer-right-bottom {
      font-size: 12px; }
      .cart-offer-box .cart-offer-right .cart-offer-right-bottom span {
        color: #4bc3ee; }
    .cart-offer-box .cart-offer-right .btn {
      border-width: 1px;
      border-color: #d9d9d9;
      border-style: solid;
      box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
      -webkit-border-radius: 4px !important;
      -moz-border-radius: 4px !important;
      border-radius: 4px !important;
      background-color: #ffffff;
      font-weight: normal; }
      .cart-offer-box .cart-offer-right .btn:hover {
        border: 1px solid #b9b9b9; }
      .cart-offer-box .cart-offer-right .btn:focus {
        border: 1px solid #4d90fe; }
    .cart-offer-box .cart-offer-right .dropdown-menu {
      min-width: 100%; }
    .cart-offer-box .cart-offer-right .btn.dropdown-toggle {
      text-transform: none; }
      .cart-offer-box .cart-offer-right .btn.dropdown-toggle:after {
        display: none; }
      .cart-offer-box .cart-offer-right .btn.dropdown-toggle span img {
        margin-left: 10px; }
    .cart-offer-box .cart-offer-right .dropdown-menu li {
      padding: 3px 20px; }
    .cart-offer-box .cart-offer-right .dropdown-menu li:hover {
      cursor: pointer;
      color: #0184e2; }
  .cart-offer-box .cart-offer-badge {
    color: #fff;
    background-color: #067431;
    text-transform: uppercase;
    font-size: 8px;
    line-height: 17px;
    height: 17px;
    font-weight: 600;
    padding: 0px 14px; }
  .cart-offer-box .cart-offer-more-features {
    margin-top: 35px;
    padding-top: 35px;
    border-top: 1px solid #dedede; }
  .cart-offer-box .cart-offer-more-title {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: normal;
    color: #12182a;
    margin-bottom: 30px;
    text-transform: uppercase; }
  .cart-offer-box .cart-offer-more-price {
    float: right;
    font-weight: bold; }
  .cart-offer-box .cart-checkbox-container label {
    font-weight: normal; }
  .cart-offer-box .cart-checkbox-container:last-child .cart-checkbox-box {
    margin-bottom: 0;
    border-bottom: none; }
  .cart-offer-box .cart-checkbox-container .cart-checkbox-box {
    padding-bottom: 12px;
    border-bottom: 1px dotted rgba(0, 0, 0, 0.149);
    margin-bottom: 12px;
    font-size: 14px; }
    .cart-offer-box .cart-checkbox-container .cart-checkbox-box .cart-checkmark {
      height: 20px;
      width: 20px;
      background-image: url(../img/icons/basket/checkbox-2.png); }
    .cart-offer-box .cart-checkbox-container .cart-checkbox-box input:checked ~ .cart-checkmark {
      background-image: url(../img/icons/basket/checkbox-active-2.png); }

.cart-copy-address-btn {
  border: none;
  background-color: transparent;
  color: #42c8f4; }
  .cart-copy-address-btn:hover {
    text-decoration: underline; }

.cart-coupon-btn.add-coupon {
  border: 1px solid #5085ae;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.15);
  background-color: #5085ae;
  color: #fff;
  border-radius: 4px; }

.basket-remove-all-container {
  text-align: right; }

@media (max-width: 1199px) {
  .cart-page .cart-timer-box img {
    float: right;
    margin-bottom: 5px; }
  .cart-page .cart-timer-box .cart-time-left {
    float: none;
    text-align: right;
    width: 100%;
    display: block;
    clear: both;
    margin-top: 10px; }
  .cart-page .cart-right-box {
    width: 217px; }

  .cart-more-products .cart-more-products-search .cs-right {
    margin-top: 20px; }
  .cart-more-products .cart-more-products-search .cs-right input {
    width: 235px; } }
@media (max-width: 992px) {
  .cart-page .cart-timer-box {
    margin-top: 20px;
    position: relative; }
    .cart-page .cart-timer-box .cart-timer-txt {
      position: absolute;
      top: 22px;
      left: 15px; }
  .cart-page .cart-right-box {
    position: relative;
    width: auto;
    margin-top: 20px; }
  .cart-page .cart-order-title {
    margin-top: 30px; }

  .cart-offer-box .cart-offer-middle .cart-offer-title {
    font-size: 13px; } }
@media (max-width: 767px) {
  .cart-page .cart-offer-middle {
    width: calc(100% - 98px); }
  .cart-page .cart-offer-right .cart-offer-price {
    margin-bottom: 15px; }

  .cart-offer-box .cart-offer-left img {
    max-width: 100px;
    max-height: 100px;
    width: 100px; }

  .cart-offer-txt {
    margin-bottom: 15px; } }
@media (max-width: 440px) {
  .cart-more-products .cart-more-products-search .dropdown .btn, .cart-more-products .cart-more-products-search .cs-right input {
    width: 260px; }
  .cart-more-products .cart-more-products-search .cs-middle {
    margin-top: 20px; }
  .cart-more-products .cart-more-products-search .cs-right .cs-right-input-container button {
    display: block;
    margin: 20px auto 0; } }
@media (max-width: 370px) {
  .cart-more-products .cart-more-products-search .dropdown .btn, .cart-more-products .cart-more-products-search .cs-right input {
    width: 205px; } }
.cart-page .cart-tickets-sum-2 .cts-text-aq {
  font-weight: bold; }
.cart-page .cart-tickets-sum-2 .cts-text-2 {
  color: #4bc3ee;
  font-weight: 600; }
  .cart-page .cart-tickets-sum-2 .cts-text-2 img {
    vertical-align: top; }

.cart-step-2 .cart-right-box {
  width: 260px; }
.cart-step-2 .cart-tickets-sum {
  margin-bottom: 5px; }
.cart-step-2 .btn-1 {
  height: 22px;
  line-height: 20px;
  font-size: 11px;
  font-family: inherit;
  padding: 0 18px;
  margin-bottom: 25px;
  font-weight: bold; }
.cart-step-2 .cart-text-2 {
  margin-bottom: 10px; }
.cart-step-2 .cart-ssl-img {
  display: block;
  margin: 20px auto 0; }
.cart-step-2 .cart-step-circle {
  position: absolute;
  content: '';
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  width: 35px;
  height: 35px;
  left: -17px;
  top: 13px;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
  line-height: 35px; }
.cart-step-2 .cart-step-extra {
  position: relative;
  margin-top: 40px; }
  .cart-step-2 .cart-step-extra .cart-step-title {
    margin-bottom: 40px; }
.cart-step-2 .cart-element-participant {
  padding-bottom: 40px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d9d9d9; }
  .cart-step-2 .cart-element-participant:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 10px; }
  .cart-step-2 .cart-element-participant .participant-datepicker {
    background-image: url(../img/icons/icon_5.png);
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    background-size: 17px 18px; }
.cart-step-2 .cart-step-box-filled {
  height: 62px;
  border: 1px solid #5085ae;
  background-color: #eaf6ff;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  padding: 15px;
  margin-bottom: 10px;
  position: relative; }
  .cart-step-2 .cart-step-box-filled .cart-step-circle {
    background-color: #ffffff;
    color: #000000;
    border: 1px solid #5085ae; }
  .cart-step-2 .cart-step-box-filled .filled-step-img-box {
    width: 115px;
    height: 30px;
    float: left; }
    .cart-step-2 .cart-step-box-filled .filled-step-img-box img {
      display: block;
      margin: 0 auto;
      max-width: 100px;
      max-height: 30px; }
    .cart-step-2 .cart-step-box-filled .filled-step-img-box .filled-message {
      margin-top: 5px; }
    .cart-step-2 .cart-step-box-filled .filled-step-img-box .filled-dotpay {
      max-width: 65px;
      margin-top: 6px; }
  .cart-step-2 .cart-step-box-filled .filled-step-txt-box {
    float: left; }
  .cart-step-2 .cart-step-box-filled .filled-step-txt-1 {
    font-size: 11px;
    color: #808080; }
  .cart-step-2 .cart-step-box-filled .filled-step-txt-2 {
    font-size: 13px;
    font-weight: bold;
    color: #404040; }
  .cart-step-2 .cart-step-box-filled .filled-step-details {
    float: right; }
    .cart-step-2 .cart-step-box-filled .filled-step-details .cart-ghost-btn {
      width: 60px;
      display: inline-block;
      margin: 0; }
  .cart-step-2 .cart-step-box-filled .cart-radio-price {
    font-size: 16px;
    font-weight: bold;
    color: #262626;
    margin-right: 25px; }
    .cart-step-2 .cart-step-box-filled .cart-radio-price.special-price {
      color: #349c37; }
.cart-step-2 .cart-step-box-inactive {
  height: 62px;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  background-color: #ffffff;
  margin-bottom: 10px;
  position: relative;
  padding: 20px 30px 0; }
  .cart-step-2 .cart-step-box-inactive .cart-step-circle {
    background-color: #cdcdcd;
    color: #ffffff;
    border: 1px solid #cdcdcd; }
  .cart-step-2 .cart-step-box-inactive .cart-step-title {
    margin-bottom: 0;
    color: #bfbfbf; }
.cart-step-2 .cart-step-box-current {
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  background-color: #ffffff;
  padding: 30px 45px 40px;
  margin-bottom: 10px;
  position: relative;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif; }
  .cart-step-2 .cart-step-box-current .cart-step-circle {
    background-color: #067431;
    color: #ffffff;
    top: 24px; }
  .cart-step-2 .cart-step-box-current .cart-step-extra .cart-step-circle {
    top: -5px;
    left: -62px; }
  .cart-step-2 .cart-step-box-current .for-checkbox {
    width: calc(100% - 30px);
    margin-left: 10px; }
    .cart-step-2 .cart-step-box-current .for-checkbox a {
      color: #404040;
      text-decoration: underline; }
      .cart-step-2 .cart-step-box-current .for-checkbox a:hover {
        opacity: 0.8; }
    .cart-step-2 .cart-step-box-current .for-checkbox span {
      font-size: 11px;
      line-height: 13px;
      color: #808080; }
  .cart-step-2 .cart-step-box-current .cart-step-title {
    margin-bottom: 20px; }
  .cart-step-2 .cart-step-box-current.not-valid {
    box-shadow: 0px 0px 1px 2px red; }
.cart-step-2 .cart-step-title {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 21px;
  color: #1a1a1a;
  margin-bottom: 10px;
  line-height: 1.2; }
.cart-step-2 .cart-saved-address {
  padding: 15px 0 3px;
  background-color: rgba(170, 170, 170, 0.12);
  border: 1px solid rgba(0, 0, 0, 0.12);
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  margin-bottom: 20px;
  margin-top: 10px; }
.cart-step-2 .cart-zip input {
  width: 90px; }
.cart-step-2 .cart-city {
  padding-left: 15px; }
  .cart-step-2 .cart-city input {
    width: 160px; }
.cart-step-2 .cart-tel {
  margin-bottom: 20px; }
  .cart-step-2 .cart-tel input {
    margin-bottom: 5px; }
  .cart-step-2 .cart-tel .cart-tel-txt {
    display: block;
    font-size: 10px;
    color: #404040;
    opacity: 0.45; }
.cart-step-2 .cart-offer-box {
  padding: 0;
  box-shadow: none; }
.cart-step-2 label {
  color: #404040;
  font-size: 13px;
  width: 190px;
  text-align: right;
  padding-right: 15px;
  font-weight: normal; }
  .cart-step-2 label.for-checkbox {
    width: auto;
    text-align: left;
    padding-right: 0;
    font-weight: normal;
    line-height: 16px; }
.cart-step-2 .dropdown {
  margin-bottom: 12px;
  width: 265px;
  display: inline-block; }
.cart-step-2 .dropdown .btn {
  background-color: #ffffff;
  border-width: 1px;
  border-color: #e6e6e6;
  border-style: solid;
  border-radius: 4px;
  width: 265px;
  text-align: left;
  padding: 7px 10px;
  font-size: 13px;
  color: #404040;
  height: 40px;
  font-weight: normal; }
.cart-step-2 .dropdown .btn span {
  position: absolute;
  right: 10px;
  top: 11px; }
.cart-step-2 .dropdown .btn .dropdown-content {
  position: static;
  right: auto;
  top: auto; }
.cart-step-2 .cart-step-delivery-select {
  font-size: 11px;
  float: right; }
  .cart-step-2 .cart-step-delivery-select .dropdown {
    width: auto; }
  .cart-step-2 .cart-step-delivery-select .dropdown-toggle {
    width: 120px;
    overflow: hidden;
    font-size: 11px;
    position: relative;
    height: 30px;
    padding: 0px 10px;
    line-height: 16px; }
    .cart-step-2 .cart-step-delivery-select .dropdown-toggle span {
      position: absolute;
      right: 10px;
      top: 5px; }
  .cart-step-2 .cart-step-delivery-select .dropdown-menu li {
    padding: 0px; }
    .cart-step-2 .cart-step-delivery-select .dropdown-menu li a {
      padding: 0px 10px;
      font-size: 12px; }
      .cart-step-2 .cart-step-delivery-select .dropdown-menu li a img {
        width: 25px; }
.cart-step-2 .dropdown .dropdown-menu {
  width: 100%;
  max-width: 265px;
  font-size: 13px;
  color: #404040; }
.cart-step-2 .dropdown .btn:hover {
  border: 1px solid #b9b9b9; }
.cart-step-2 .dropdown .btn:focus {
  border: 1px solid #4d90fe; }
.cart-step-2 .dropdown-menu > li {
  padding: 3px 20px; }
.cart-step-2 .dropdown-menu > li:hover {
  background-color: #ffffff;
  color: #0184e2; }
.cart-step-2 .cart-gift-desc {
  margin-top: 20px; }
.cart-step-2 .cart-ticket-gift {
  border-top: 1px solid #d9d9d9;
  padding: 15px 0 0; }
  .cart-step-2 .cart-ticket-gift .cart-gift-txt {
    font-size: 14px;
    color: #404040;
    margin-right: 20px;
    display: block;
    margin-bottom: 10px; }
  .cart-step-2 .cart-ticket-gift .cart-gift-dropdown {
    float: left;
    width: calc(50% - 15px);
    margin-right: 15px; }
  .cart-step-2 .cart-ticket-gift .cart-gift-textarea label {
    vertical-align: top;
    margin-top: 10px; }
  .cart-step-2 .cart-ticket-gift .cart-gift-textarea textarea {
    height: 38px;
    margin-bottom: 0;
    resize: none;
    overflow: hidden;
    padding: 9px 15px;
    margin-left: 0;
    display: inline-block; }
  .cart-step-2 .cart-ticket-gift input {
    width: 100%;
    margin-right: 10px;
    margin-bottom: 5px; }
  .cart-step-2 .cart-ticket-gift .dropdown {
    width: 100%;
    margin-bottom: 5px; }
    .cart-step-2 .cart-ticket-gift .dropdown .btn {
      width: 100%; }
  .cart-step-2 .cart-ticket-gift .cart-next-gift {
    font-size: 10px;
    color: #5085ae; }
    .cart-step-2 .cart-ticket-gift .cart-next-gift:hover {
      opacity: 0.8; }
.cart-step-2 .cart-agreements {
  border-top: 1px solid #d9d9d9;
  margin-top: 30px;
  padding-top: 30px; }
  .cart-step-2 .cart-agreements .checkbox {
    float: left;
    margin-top: 0; }
.cart-step-2 .cart-step-bottom-btns {
  margin-top: 20px; }
  .cart-step-2 .cart-step-bottom-btns .btn-cart {
    /* width: 250px; */
    float: right; }
.cart-step-2 .cart-wrong .cart-checkbox-box .cart-checkmark {
  border: 1px solid #f20c0c;
  border-radius: 4px;
  background-color: rgba(242, 12, 12, 0.051);
  background-image: none; }
.cart-step-2 .cart-new-account {
  margin-top: 20px;
  margin-bottom: 30px;
  position: relative;
  border-bottom: 1px solid #d9d9d9; }
  .cart-step-2 .cart-new-account .cart-new-account-badge {
    position: absolute;
    content: '';
    background-color: #067431;
    color: #ffffff;
    text-transform: uppercase;
    width: 122px;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    font-weight: bold;
    top: -6px;
    left: -135px;
    text-align: center;
    border-radius: 14px; }
  .cart-step-2 .cart-new-account .cart-element label {
    vertical-align: middle; }
.cart-step-2 .cart-pass-user {
  font-size: 11px;
  color: #404040;
  opacity: 0.45;
  margin-bottom: 5px; }
.cart-step-2 .cart-more-fields {
  display: none; }
.cart-step-2 .cart-checkbox-container {
  margin-bottom: 15px; }
  .cart-step-2 .cart-checkbox-container .cart-agreement-desc {
    font-size: 11px;
    color: #808080;
    padding-left: 30px;
    float: left; }
    .cart-step-2 .cart-checkbox-container .cart-agreement-desc a:hover {
      text-decoration: underline; }
  .cart-step-2 .cart-checkbox-container .cart-pass .cart-agreement-desc {
    margin-bottom: 20px; }
  .cart-step-2 .cart-checkbox-container .cart-pass .cart-input-container .see-pass {
    position: absolute;
    width: 17px;
    height: 11px;
    bottom: 30px;
    right: 8px;
    cursor: pointer; }
.cart-step-2 .cart-radio-box {
  display: block;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
  font-size: 13px;
  color: #404040;
  font-weight: normal;
  min-height: 42px;
  padding: 10px 15px 10px 28px; }
  .cart-step-2 .cart-radio-box input {
    position: absolute;
    opacity: 0; }
.cart-step-2 .cart-radio-checkmark {
  position: absolute;
  top: 10px;
  left: 10px;
  height: 20px;
  width: 20px;
  background-color: #fafafa;
  border-radius: 50%;
  border: 1px solid #99b4cc; }
.cart-step-2 .cart-radio-box:hover input ~ .cart-radio-checkmark {
  background-color: #ededed; }
.cart-step-2 .cart-radio-box input:checked ~ .cart-radio-checkmark {
  background-color: #ffffff; }
.cart-step-2 .cart-radio-checkmark:after {
  content: "";
  position: absolute;
  display: none; }
.cart-step-2 .cart-radio-box input:checked ~ .cart-radio-checkmark:after {
  display: block; }
.cart-step-2 .cart-radio-box .cart-radio-checkmark:after {
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #067431; }
.cart-step-2 .cart-radio-container {
  min-height: 42px;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
  margin-bottom: 10px; }
  .cart-step-2 .cart-radio-container:hover {
    border: 1px solid #b9b9b9; }
  .cart-step-2 .cart-radio-container:focus {
    border: 1px solid #4d90fe; }
  .cart-step-2 .cart-radio-container label {
    text-align: left;
    width: 100%; }
  .cart-step-2 .cart-radio-container .cart-radio-desc .cart-radio-name {
    font-size: 13px;
    color: #404040;
    vertical-align: top;
    margin-left: 5px;
    width: 180px;
    display: inline-block; }
  .cart-step-2 .cart-radio-container .cart-radio-desc .cart-radio-details {
    float: right;
    width: calc(100% - 275px); }
  .cart-step-2 .cart-radio-container .cart-radio-desc .cart-radio-time {
    font-style: italic;
    font-size: 12px;
    color: #a4a4a4;
    margin-right: 10px;
    width: 40%;
    display: inline-block; }
  .cart-step-2 .cart-radio-container .cart-radio-desc .cart-radio-price {
    font-size: 16px;
    font-weight: bold;
    color: #262626;
    vertical-align: top;
    float: right; }
    .cart-step-2 .cart-radio-container .cart-radio-desc .cart-radio-price.special-price {
      color: #349c37; }
  .cart-step-2 .cart-radio-container .cart-radio-desc figure {
    width: 60px;
    display: inline-block;
    margin: 0; }
    .cart-step-2 .cart-radio-container .cart-radio-desc figure img {
      display: block;
      margin: 0 auto;
      max-width: 40px;
      height: auto;
      padding-top: 5px; }
  .cart-step-2 .cart-radio-container.checked {
    border-width: 1px;
    border-color: #0088cc;
    border-style: solid;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15); }
.cart-step-2 .cart-element {
  display: table; }
  .cart-step-2 .cart-element label {
    display: table-cell; }
  .cart-step-2 .cart-element .cart-input-container {
    display: table-cell;
    position: relative; }
.cart-step-2 .cart-wrong-txt {
  display: none; }
.cart-step-2 .cart-checked.cart-input-container:after, .cart-step-2 .cart-wrong.cart-input-container:after {
  position: absolute;
  content: '';
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  right: -7px;
  top: 12px; }
.cart-step-2 .cart-checked.cart-input-container:after {
  background-image: url(../img/icons/basket/correct.svg); }
.cart-step-2 .cart-wrong input {
  border: 1px solid #f20c0c;
  background-color: rgba(242, 12, 12, 0.051);
  margin-bottom: 5px; }
.cart-step-2 .cart-wrong .cart-wrong-txt {
  display: block;
  font-size: 11px;
  color: #f20c0c;
  margin-bottom: 12px; }
.cart-step-2 .cart-wrong.cart-input-container:after {
  background-image: url(../img/icons/basket/incorrect.svg); }
.cart-step-2 .cart-agreement-box.cart-wrong .cart-wrong-txt {
  padding-left: 30px; }
.cart-step-2 .btn.dropdown-toggle {
  text-transform: none;
  line-height: 19px; }
  .cart-step-2 .btn.dropdown-toggle:after {
    display: none; }
  .cart-step-2 .btn.dropdown-toggle span img {
    margin-left: 10px; }
.cart-step-2 .dropdown-menu li:hover {
  cursor: pointer; }

.cart-step-1 .cart-step-bottom-btns {
  display: none; }

@media (max-width: 1199px) {
  .cart-step-2 label {
    width: 130px; }

  .cart-page.cart-step-2 textarea {
    margin-left: 130px; } }
@media (max-width: 992px) {
  .cart-step-2 .cart-element {
    width: 100%; }
  .cart-step-2 .cart-right-box {
    width: auto; }
  .cart-step-2 .cart-step-box-current {
    margin-bottom: 25px;
    padding-left: 20px;
    padding-right: 20px; }

  .cart-page.cart-step-2 input:not(.quantity-input),
  .cart-page.cart-step-2 textarea {
    width: 100%; } }
@media (max-width: 860px) {
  .cart-step-2 .cart-new-account .cart-new-account-badge {
    display: none; } }
@media (max-width: 767px) {
  .cart-step-2 .cart-step-circle {
    left: 5px; }
  .cart-step-2 .cart-step-bottom-btns {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #f0f0f0;
    padding: 10px;
    left: 0;
    z-index: 10; }
  .cart-step-2 .cart-step-title {
    padding-left: 30px; }
  .cart-step-2 .cart-radio-container .cart-radio-desc .cart-radio-details {
    width: calc(100% - 270px); }
  .cart-step-2 .cart-agreements .cart-checkbox-box {
    font-size: 11px;
    line-height: 13px; }
  .cart-step-2 .cart-checkbox-box.cart-checkbox-box-bold {
    font-size: 13px; }

  .cart-step-1 .cart-step-bottom-btns {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #f0f0f0;
    padding: 10px;
    left: 0;
    z-index: 10;
    /*& .btn-cart {
      width: 190px;
      float: right;
    }*/ } }
@media (max-width: 640px) {
  .cart-step-2 label {
    width: 140px; }
  .cart-step-2 textarea {
    margin-left: 155px; } }
@media (max-width: 600px) {
  .cart-step-2 .cart-radio-container .cart-radio-desc .cart-radio-details {
    display: block;
    float: none;
    width: calc(100% - 30px); }
    .cart-step-2 .cart-radio-container .cart-radio-desc .cart-radio-details .cart-radio-time {
      margin-left: 65px; }
    .cart-step-2 .cart-radio-container .cart-radio-desc .cart-radio-details .cart-radio-price {
      display: block;
      float: none;
      margin-left: 65px; }
  .cart-step-2 .cart-radio-container .cart-radio-desc .cart-radio-name {
    width: calc(100% - 100px); }
  .cart-step-2 .cart-step-title {
    font-size: 16px; } }
@media (max-width: 590px) {
  .cart-step-2 .cart-ticket-gift .cart-gift-dropdown {
    float: none;
    width: 265px; } }
@media (max-width: 540px) {
  .cart-step-2 .cart-ticket-gift .cart-gift-dropdown {
    margin-left: 0; }
    .cart-step-2 .cart-ticket-gift .cart-gift-dropdown .dropdown {
      margin-left: 0; }
  .cart-step-2 .cart-step-bottom-btns {
    /*& .btn-cart {
      display: inline-block;
      width: 196px;
      font-size: 12px;
      height: 40px;
      line-height: 40px;
    }*/ }
    .cart-step-2 .cart-step-bottom-btns .link-1 {
      display: inline-block;
      line-height: 20px;
      height: 20px;
      width: 60px;
      overflow: hidden;
      margin: 10px 0; } }
@media (max-width: 500px) {
  .cart-step-2 .cart-step-box-filled .filled-step-details {
    display: block;
    float: left;
    margin-top: 10px;
    margin-left: 115px; }
    .cart-step-2 .cart-step-box-filled .filled-step-details .cart-ghost-btn {
      position: absolute;
      right: 10px;
      bottom: 10px; }
  .cart-step-2 .cart-step-box-filled {
    height: 90px; } }
@media (max-width: 440px) {
  .cart-step-2 .cart-step-box-filled {
    height: auto !important; }
    .cart-step-2 .cart-step-box-filled .filled-step-img-box, .cart-step-2 .cart-step-box-filled .filled-step-txt-box, .cart-step-2 .cart-step-box-filled .filled-step-details {
      float: none; }
    .cart-step-2 .cart-step-box-filled .filled-step-details {
      margin-left: 0 !important; }
  .cart-step-2 .cart-step-box-filled .cart-radio-price {
    position: absolute;
    top: 16px;
    right: -15px; } }
@media (max-width: 480px) {
  .cart-step-2 label {
    width: 105px; }
  .cart-step-2 .cart-step-box-inactive {
    min-height: 62px;
    height: auto; } }
@media (max-width: 460px) {
  .cart-step-2 .cart-element {
    display: block; }
    .cart-step-2 .cart-element label {
      display: block;
      width: 100%;
      text-align: left; }
    .cart-step-2 .cart-element .cart-input-container {
      display: block; }
      .cart-step-2 .cart-element .cart-input-container.cart-zip, .cart-step-2 .cart-element .cart-input-container.cart-city {
        display: inline-block; }
      .cart-step-2 .cart-element .cart-input-container.cart-zip input {
        width: 90px; }
      .cart-step-2 .cart-element .cart-input-container.cart-city {
        width: calc(100% - 95px); }
        .cart-step-2 .cart-element .cart-input-container.cart-city input {
          width: 100%; }
  .cart-step-2 .cart-checked.cart-input-container::after, .cart-step-2 .cart-wrong.cart-input-container::after {
    right: initial;
    left: 246px; }
  .cart-step-2 .dropdown {
    width: 255px; }
    .cart-step-2 .dropdown .btn {
      width: 255px; }
  .cart-step-2.cart-page textarea {
    width: 255px;
    margin-left: 0; }
  .cart-step-2 .cart-saved-address {
    padding: 15px 10px 3px; }
    .cart-step-2 .cart-saved-address .dropdown {
      width: 245px; }
      .cart-step-2 .cart-saved-address .dropdown .btn {
        width: 245px; }

  .cart-page input {
    width: 255px; } }
@media (max-width: 420px) {
  .cart-step-2 .cart-ticket-gift input {
    display: block;
    margin-left: 0;
    margin-top: 10px;
    width: 100%; }
  .cart-step-2 .cart-ticket-gift .dropdown {
    margin-left: 0;
    width: 100%; } }
@media (max-width: 400px) {
  .cart-step-2 .cart-city input {
    width: 105px; } }
@media (max-width: 380px) {
  .cart-step-2 .cart-city {
    padding-left: 10px; }
  .cart-step-2 .dropdown {
    width: 185px; }
    .cart-step-2 .dropdown .btn {
      width: 185px; }
  .cart-step-2 .cart-saved-address .dropdown {
    width: 170px; }
    .cart-step-2 .cart-saved-address .dropdown .btn {
      width: 170px; }
  .cart-step-2 .cart-radio-box {
    padding: 10px 15px 10px 40px; }
  .cart-step-2 .cart-radio-container .cart-radio-desc .cart-radio-name {
    margin-left: 10px; }
  .cart-step-2 .cart-radio-container .cart-radio-desc .cart-radio-details .cart-radio-time {
    margin-left: 72px; }
  .cart-step-2 input {
    width: 185px; }
  .cart-step-2 .cart-checked.cart-input-container:after, .cart-step-2 .cart-wrong.cart-input-container:after {
    left: 176px; }
  .cart-step-2 .cart-zip input {
    width: 70px; }
  .cart-step-2 .cart-checkbox-container .cart-pass .cart-input-container .see-pass {
    right: 35px; }
  .cart-step-2.cart-page textarea {
    width: 185px; } }
.cart-step-3 {
  /*& .btn-cart {
    padding: 0 20px;
    width: 130px;
    margin: 0 auto 20px;
    
    &.btn-cart-wide {
      width: 240px;
    }
  }*/ }
  .cart-step-3 .btn-1 {
    text-transform: uppercase;
    float: none;
    width: 250px;
    margin: 0 auto;
    font-size: 14px;
    padding: 0;
    text-align: center; }
  .cart-step-3 .cart-offer-link {
    font-size: 12px;
    color: #007fbf;
    line-height: 46px; }
    .cart-step-3 .cart-offer-link.cart-offer-link-2 {
      float: right; }
  .cart-step-3 .cart-desc-box-left {
    position: relative;
    padding-left: 0;
    float: none;
    margin-bottom: 30px; }
    .cart-step-3 .cart-desc-box-left .cart-desc-txt-1 {
      font-size: 22px;
      font-family: "Open Sans", sans-serif;
      color: #1a1a1a;
      margin-top: -5px; }
    .cart-step-3 .cart-desc-box-left .cart-desc-txt-2 {
      font-size: 13px;
      color: #a6a6a6; }
  .cart-step-3 .cart-desc-box-right {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #a6a6a6;
    font-weight: 600;
    float: none;
    line-height: 60px; }
    .cart-step-3 .cart-desc-box-right span {
      color: #1a1a1a; }
  .cart-step-3 .cart-short-info-box {
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    margin-bottom: 20px;
    padding: 20px 20px 20px 30px;
    height: 100%; }
    .cart-step-3 .cart-short-info-box .cart-short-info-title {
      font-size: 16px;
      font-family: "Open Sans", sans-serif;
      color: #1a1a1a;
      margin-top: 10px;
      margin-bottom: 20px;
      font-weight: 600; }
    .cart-step-3 .cart-short-info-box .cart-short-info-det {
      font-size: 13px;
      margin-bottom: 15px; }
      .cart-step-3 .cart-short-info-box .cart-short-info-det .cart-short-info-txt-1 {
        color: #b3b3b3; }
      .cart-step-3 .cart-short-info-box .cart-short-info-det .cart-short-info-txt-2 {
        color: #404040; }
    .cart-step-3 .cart-short-info-box p {
      font-size: 13px;
      line-height: 21px;
      color: #404040; }
    .cart-step-3 .cart-short-info-box .cart-short-info-bar {
      height: 1px;
      width: 100%;
      background-color: #ededed; }
  .cart-step-3 .filled-step-txt-box {
    float: left; }
  .cart-step-3 .filled-step-img-box {
    float: right; }
    .cart-step-3 .filled-step-img-box .filled-message {
      margin-right: 32px;
      margin-top: 9px; }
    .cart-step-3 .filled-step-img-box .filled-dotpay {
      width: 97px;
      height: 29px;
      margin-top: 6px; }
  .cart-step-3 .filled-step-txt-1 {
    font-size: 13px;
    color: #b3b3b3; }
  .cart-step-3 .filled-step-txt-2 {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    font-family: "Open Sans", sans-serif; }
  .cart-step-3 .cart-offer-box .cart-offer-right .cart-offer-price {
    text-align: right; }
  .cart-step-3 .cart-offer-box .cart-offer-right .cart-offer-items {
    border: 1px solid #d9d9d9;
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    height: 36px;
    line-height: 36px;
    font-size: 14px;
    color: #1a1a1a;
    text-align: center;
    padding: 0 14px; }
  .cart-step-3 .cart-offer-box .cart-voucher-no {
    font-size: 12px;
    color: #1a1a1a;
    text-align: center;
    margin-top: 10px; }
  .cart-step-3 .cart-offer-box .cart-reg-accepted {
    font-size: 13px;
    color: #5085ae;
    margin-top: 10px;
    display: inline-block; }
    .cart-step-3 .cart-offer-box .cart-reg-accepted:hover {
      opacity: 0.8; }
  .cart-step-3 .cart-offer-box .cart-offer-notes {
    -webkit-border-radius: 4px !important;
    -moz-border-radius: 4px !important;
    border-radius: 4px !important;
    border: 1px solid #d9d9d9;
    padding: 10px;
    margin-top: 15px;
    background-color: rgba(170, 170, 170, 0.12); }
    .cart-step-3 .cart-offer-box .cart-offer-notes p {
      font-size: 12px;
      line-height: 17px;
      color: #1a1a1a;
      margin-top: 5px;
      margin-bottom: 5px; }
    .cart-step-3 .cart-offer-box .cart-offer-notes .cart-offer-notes-divider {
      width: 100%;
      height: 1px;
      background-color: #d9d9d9; }
  .cart-step-3 .cart-step-bottom-btns .cart-step-bottom-left {
    display: inline-block; }
  .cart-step-3 .cart-step-bottom-btns .cart-step-bottom-right {
    display: inline-block;
    float: right; }
  .cart-step-3 .cart-page-top {
    text-align: center;
    margin-bottom: 20px; }
    .cart-step-3 .cart-page-top h1 {
      margin-bottom: 0; }
  .cart-step-3 .cart-summary-desc-txt {
    font-size: 13px;
    color: #a6a6a6;
    margin-bottom: 25px; }
  .cart-step-3 .cart-summary-desc-number {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    color: #a6a6a6;
    font-weight: 600; }
    .cart-step-3 .cart-summary-desc-number span {
      color: #1a1a1a; }
  .cart-step-3 .cart-payment-btn-wrapper {
    width: 100%;
    text-align: center; }

@media (max-width: 1199px) {
  .cart-step-3 .filled-step-img-box .filled-message {
    margin-right: 0; }
  .cart-step-3 .cart-offer-box .cart-offer-middle {
    width: calc(100% - 160px); }
  .cart-step-3 .cart-offer-box .cart-offer-right .cart-offer-price {
    margin-bottom: 30px; } }
@media (max-width: 992px) {
  .cart-step-3 .cart-desc-box-left {
    margin-bottom: 15px; }
  .cart-step-3 .cart-desc-box-right {
    float: none;
    line-height: 20px;
    margin-bottom: 20px;
    margin-left: 0; } }
@media (max-width: 767px) {
  .cart-step-3 .cart-desc-box-left {
    height: auto; }
  .cart-step-3 .cart-desc-box-left .cart-desc-txt-2 {
    margin-left: 0;
    margin-top: 15px; }
  .cart-step-3 .cart-desc-box-right {
    margin-left: 15px !important; } }
@media (max-width: 580px) {
  .cart-step-3 .cart-step-bottom-btns .cart-step-bottom-right {
    float: none;
    display: block; } }
@media (max-width: 500px) {
  .cart-step-3 .cart-offer-link {
    display: block;
    text-align: center;
    margin-bottom: 10px; }
    .cart-step-3 .cart-offer-link.cart-offer-link-2 {
      float: none;
      margin-bottom: 0; }
  .cart-step-3 .cart-step-bottom-btns .btn-2 {
    float: none;
    margin: 0 auto 10px;
    display: block; } }
@media (max-width: 440px) {
  .cart-step-3 .filled-step-txt-box, .cart-step-3 .filled-step-img-box {
    float: none; }
  .cart-step-3 .filled-step-img-box {
    margin-top: 10px; } }
.cart-empty {
  text-align: center; }

.tooltipster-base {
  font-size: 11px; }

.tooltipster {
  margin-bottom: 5px;
  display: inline-block;
  font-size: 13px;
  cursor: pointer; }

.parsley-errors-list {
  padding: 0;
  display: block;
  font-size: 11px;
  color: #f20c0c;
  margin-bottom: 12px;
  list-style-type: none; }

.cart-page input.parsley-error {
  border: 1px solid #f20c0c;
  background-color: rgba(242, 12, 12, 0.051);
  margin-bottom: 5px; }

.cart-more-products {
  background-color: #fff;
  margin-top: 20px;
  padding: 30px 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1); }
  .cart-more-products .cart-more-products-search {
    margin: 0 20px; }
    .cart-more-products .cart-more-products-search .cs-left, .cart-more-products .cart-more-products-search .cs-middle, .cart-more-products .cart-more-products-search .cs-right {
      display: inline-block; }
    .cart-more-products .cart-more-products-search .cs-left, .cart-more-products .cart-more-products-search .cs-middle {
      margin-right: 15px; }
      .cart-more-products .cart-more-products-search .cs-left .btn, .cart-more-products .cart-more-products-search .cs-middle .btn {
        border-width: 1px;
        border-color: #d9d9d9;
        border-style: solid;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important;
        background-color: #ffffff;
        font-weight: normal;
        height: 35px;
        padding: 0 10px;
        line-height: 35px; }
        .cart-more-products .cart-more-products-search .cs-left .btn:hover, .cart-more-products .cart-more-products-search .cs-middle .btn:hover {
          border: 1px solid #b9b9b9; }
        .cart-more-products .cart-more-products-search .cs-left .btn:focus, .cart-more-products .cart-more-products-search .cs-middle .btn:focus {
          border: 1px solid #4d90fe; }
      .cart-more-products .cart-more-products-search .cs-left .dropdown-menu, .cart-more-products .cart-more-products-search .cs-middle .dropdown-menu {
        min-width: 100%; }
      .cart-more-products .cart-more-products-search .cs-left .btn.dropdown-toggle, .cart-more-products .cart-more-products-search .cs-middle .btn.dropdown-toggle {
        text-transform: none; }
        .cart-more-products .cart-more-products-search .cs-left .btn.dropdown-toggle:after, .cart-more-products .cart-more-products-search .cs-middle .btn.dropdown-toggle:after {
          display: none; }
        .cart-more-products .cart-more-products-search .cs-left .btn.dropdown-toggle span img, .cart-more-products .cart-more-products-search .cs-middle .btn.dropdown-toggle span img {
          margin-left: 10px; }
      .cart-more-products .cart-more-products-search .cs-left .dropdown-menu li, .cart-more-products .cart-more-products-search .cs-middle .dropdown-menu li {
        padding: 3px 20px; }
      .cart-more-products .cart-more-products-search .cs-left .dropdown-menu li:hover, .cart-more-products .cart-more-products-search .cs-middle .dropdown-menu li:hover {
        cursor: pointer;
        color: #0184e2; }
    .cart-more-products .cart-more-products-search .cs-right input {
      -webkit-border-radius: 0 !important;
      -moz-border-radius: 0 !important;
      border-radius: 0 !important;
      width: auto;
      height: 35px;
      margin-bottom: 0;
      vertical-align: middle;
      width: 205px;
      padding-left: 45px; }
    .cart-more-products .cart-more-products-search .cs-right .cs-right-input-container {
      position: relative; }
      .cart-more-products .cart-more-products-search .cs-right .cs-right-input-container:before {
        position: absolute;
        content: '';
        background-image: url("../img/icon-search2.png");
        background-size: 16px 16px;
        background-repeat: no-repeat;
        width: 16px;
        height: 16px;
        left: 15px;
        top: 9px; }
      .cart-more-products .cart-more-products-search .cs-right .cs-right-input-container:after {
        position: absolute;
        content: '';
        width: 1px;
        height: 17px;
        background-color: #5e5e5e;
        opacity: 0.25;
        left: 36px;
        top: 9px; }
      .cart-more-products .cart-more-products-search .cs-right .cs-right-input-container button {
        height: 35px;
        padding: 0 15px;
        line-height: 35px; }
    .cart-more-products .cart-more-products-search .cs-see-more {
      display: block;
      font-size: 12px;
      color: #5085ae;
      margin-top: 25px;
      margin-bottom: 10px; }
      .cart-more-products .cart-more-products-search .cs-see-more:hover {
        color: #5085ae;
        text-decoration: none;
        opacity: 0.8; }
  .cart-more-products .cart-more-products-header {
    /*color: $text-color-primary;*/
    font-size: 18px;
    font-weight: 600;
    margin: 10px 0 20px 20px; }
  .cart-more-products .cart-more-products-box {
    /*background-color: $text-color-primary;*/
    color: #fff;
    font-size: 12px;
    padding: 20px;
    margin-bottom: 45px; }
    .cart-more-products .cart-more-products-box a {
      color: #4bc3ee; }
      .cart-more-products .cart-more-products-box a:hover {
        color: #4bc3ee; }

.cart-step-1 .cart-offer-badge {
  margin-bottom: 60px; }

@media (max-width: 767px) {
  .cart-offer-box .cart-offer-left,
  .cart-step-3 .cart-offer-box .cart-offer-left {
    float: none; }
  .cart-offer-box .cart-offer-middle,
  .cart-step-3 .cart-offer-box .cart-offer-middle {
    float: none;
    width: 100%; }
  .cart-offer-box .cart-offer-right,
  .cart-step-3 .cart-offer-box .cart-offer-right {
    float: none; }
    .cart-offer-box .cart-offer-right .cart-offer-right-top,
    .cart-step-3 .cart-offer-box .cart-offer-right .cart-offer-right-top {
      text-align: left;
      margin-top: 15px; }
      .cart-offer-box .cart-offer-right .cart-offer-right-top .cart-offer-items,
      .cart-step-3 .cart-offer-box .cart-offer-right .cart-offer-right-top .cart-offer-items {
        float: left;
        margin-right: 20px; }
    .cart-offer-box .cart-offer-right .cart-offer-old-price, .cart-offer-box .cart-offer-right .cart-offer-price,
    .cart-step-3 .cart-offer-box .cart-offer-right .cart-offer-old-price,
    .cart-step-3 .cart-offer-box .cart-offer-right .cart-offer-price {
      text-align: left; }
    .cart-offer-box .cart-offer-right .cart-offer-del,
    .cart-step-3 .cart-offer-box .cart-offer-right .cart-offer-del {
      text-align: left;
      padding-left: 0; }
  .cart-offer-box .cart-offer-badge,
  .cart-step-3 .cart-offer-box .cart-offer-badge {
    width: 70px;
    text-align: center;
    margin: 20px 0; } }
.order-edit-container {
  max-width: 320px;
  position: fixed;
  left: 0;
  z-index: 9999;
  top: 100px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  padding: 25px 20px 20px 25px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  background-color: #e6e6e6; }

.order-edit-spacer {
  width: 100%;
  height: 1px;
  background-color: #d9d9d9;
  margin: 20px 0px; }

.simple-btn {
  padding: 0 20px;
  height: 46px;
  width: 100%;
  line-height: 46px;
  text-align: center;
  display: block;
  vertical-align: middle;
  line-height: 46px;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  font-size: 15px;
  color: #ffffff;
  background-color: #349c37;
  font-weight: bold;
  border: none; }
  .simple-btn:hover {
    color: #fff;
    opacity: 0.85; }

.cart-text-free-delivery-from {
  font-size: 15px;
  font-weight: bold;
  margin-top: 10px; }

.cart-text-free-delivery-left {
  font-size: 12px;
  color: #a2a2a2;
  margin-bottom: 20px; }
  .cart-text-free-delivery-left .cart-to-free-delivery-left {
    color: #e28000; }

.cart-own-courier-postal-check {
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  background-color: #ffffff;
  padding: 20px 45px;
  margin-bottom: 10px;
  position: relative;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif; }

@media (max-width: 992px) {
  .cart-own-courier-postal-check {
    padding: 20px; } }
.opinion-review-popup .close {
  position: absolute;
  right: 15px;
  top: 15px; }
.opinion-review-popup .modal-content {
  padding: 30px; }
.opinion-review-popup textarea {
  width: 100%;
  resize: vertical;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  height: 120px;
  padding-left: 15px;
  padding-top: 10px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
  border-radius: 5px; }
.opinion-review-popup input {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  padding-left: 15px;
  padding-top: 10px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
  height: 40px; }
.opinion-review-popup label {
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
  font-weight: normal; }
.opinion-review-popup .opinion-popup-btn {
  text-align: right;
  margin-top: 15px; }
.opinion-review-popup .opinion-rate {
  margin-top: 20px; }
  .opinion-review-popup .opinion-rate .rating {
    overflow: hidden;
    display: inline-block;
    float: none;
    width: auto;
    margin-bottom: 0; }
  .opinion-review-popup .opinion-rate .rating-input {
    float: right;
    width: 20px;
    height: 20px;
    padding: 0;
    margin: 0 0 0 -20px;
    opacity: 0; }
  .opinion-review-popup .opinion-rate .rating:hover .rating-star:hover, .opinion-review-popup .opinion-rate .rating:hover .rating-star:hover ~ .rating-star, .opinion-review-popup .opinion-rate .rating-input:checked ~ .rating-star {
    background: url(../img/icons/rate-1.png);
    background-size: 15px 15px;
    background-position: center;
    background-repeat: no-repeat; }
  .opinion-review-popup .opinion-rate .rating-input ~ .rating-star, .opinion-review-popup .opinion-rate .rating:hover .rating-star {
    cursor: pointer;
    position: relative;
    float: right;
    display: block;
    width: 20px;
    height: 20px;
    background: url(../img/icons/rate-0.png);
    background-size: 15px 15px;
    background-repeat: no-repeat;
    background-position: center; }
.opinion-review-popup .custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
  background-color: #fff; }
.opinion-review-popup .custom-control.custom-checkbox {
  display: inline-block;
  vertical-align: top;
  margin-top: 4px; }
.opinion-review-popup .form-agreement-txt {
  display: inline-block;
  width: calc(100% - 40px); }
.opinion-review-popup .form-agreement {
  margin-bottom: 5px; }
  .opinion-review-popup .form-agreement .custom-control {
    padding-left: 0; }
.opinion-review-popup .btn-1 {
  float: none;
  margin: 0;
  text-transform: uppercase;
  display: inline-block; }
.opinion-review-popup h2 {
  font-weight: bold;
  color: #002440; }
.opinion-review-popup .form-checkbox-box {
  display: block;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  font-size: 13px;
  color: #404040;
  width: 100%;
  text-align: left; }
  .opinion-review-popup .form-checkbox-box.form-checkbox-box-bold {
    font-size: 15px;
    font-weight: bold; }
  .opinion-review-popup .form-checkbox-box input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    display: none; }
  .opinion-review-popup .form-checkbox-box .form-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 15px;
    width: 15px;
    background-image: url(../img/icons/checkbox.png);
    background-repeat: no-repeat; }
  .opinion-review-popup .form-checkbox-box input:checked ~ .form-checkmark {
    background-image: url(../img/icons/checkbox-active.png); }
  .opinion-review-popup .form-checkbox-box a {
    color: #42c8f4; }
    .opinion-review-popup .form-checkbox-box a:hover {
      text-decoration: underline; }

.login-box1,
.login-box2,
.registration-box {
  z-index: 220;
  position: absolute;
  top: 160px;
  left: calc(50% - 195px);
  line-height: 1.4;
  display: none;
  background: #fff;
  width: 390px;
  text-align: center;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  padding: 40px 30px 30px; }

.login-box1 h3,
.login-box2 h3,
.registration-box h3 {
  color: #000000;
  opacity: 0.45;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 25px;
  margin-bottom: 35px; }

.login-box1-top-text {
  font-family: Arial;
  font-size: 15px;
  font-weight: 600;
  color: #404040;
  padding-bottom: 24px; }

.login-box1-center-text {
  font-family: Arial;
  font-size: 13px;
  font-weight: 400;
  color: #757575;
  line-height: 1.2; }

.login-box1-bottom-text {
  font-family: Arial;
  font-size: 12px;
  font-weight: 400;
  color: #acacac;
  line-height: 1.2;
  padding: 15px 0;
  width: 295px;
  margin: auto;
  margin-top: 20px;
  border-top: 1px solid #ededed; }

.next-btn,
.register-btn {
  margin: 17px 10px 25px;
  width: 295px;
  height: 40px;
  background: #067431;
  line-height: 40px;
  color: #fff;
  font-family: Arial;
  font-size: 15px;
  font-weight: 600;
  border-radius: 5px;
  border: none;
  position: relative;
  outline: none; }

.next-btn:hover,
.register-btn:hover {
  background: #218756; }

.next-btn:after {
  position: absolute;
  content: " ";
  width: 7px;
  height: 11px;
  left: calc(50% + 50px);
  top: 15px; }

.login-box1 input,
.login-box2 input,
.registration-box input {
  width: 295px;
  height: 40px;
  margin: auto;
  padding: 0px 16px;
  font-family: Arial;
  font-size: 15px;
  font-weight: 400;
  color: #404040;
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  outline: none; }

.login-box-input-container.incorrect-val input {
  border-color: #ed1d1c;
  outline: none; }

.registration-checkbox-container.incorrect-val {
  border-bottom: 1px solid #ed1d1c; }

.registration-checkbox a:link, .registration-checkbox a:hover {
  color: #067431;
  font-weight: bold; }

.error-message {
  padding: 10px 5px; }

.login-box2 h3 {
  display: inline-block;
  padding-bottom: 10px; }

.login-box2 p {
  font-family: Arial;
  font-size: 13px;
  font-weight: 400;
  color: #b9b9b9; }

.login-box2 strong p {
  font-family: Arial;
  font-size: 15px;
  color: #404040;
  margin: 35px 0 20px;
  font-weight: 700; }

.login-box2 .check-box {
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 10px; }

.step-back {
  width: 42px;
  height: 42px;
  z-index: 20;
  position: absolute;
  top: 50px;
  left: -21px;
  cursor: pointer; }

.step-back.back-btn {
  background-image: url(../img/icons/arrow-log.png);
  background-color: #067431;
  background-repeat: no-repeat;
  border-radius: 50%;
  background-position: 18px 15px; }

.step-back.back-btn:hover {
  background-color: #218756; }

.login-box2 .password-input {
  padding: 0 40px 0 16px; }

.show-password {
  width: 40px;
  height: 40px;
  z-index: 20;
  position: absolute;
  top: 178px;
  right: 47px;
  cursor: pointer; }

.show-password:before {
  width: 17px;
  height: 10px;
  z-index: 20;
  background: url("../img/icons/eye.svg") no-repeat;
  position: absolute;
  content: " ";
  top: 15px;
  right: 11px; }

.registration-box p {
  font-size: 12px;
  font-weight: 600;
  color: #000;
  text-align: left;
  padding-left: 20px;
  margin-bottom: 5px; }

.registration-box input {
  margin-bottom: 20px; }

.registration-box input:last-of-type {
  margin-bottom: 10px; }

.registration-box .register-box-bottom-text {
  font-family: Arial;
  font-size: 12px;
  font-weight: 400;
  color: #acacac;
  line-height: 1.2;
  padding: 15px 0;
  width: 295px;
  margin: auto;
  margin-top: 10px;
  border-top: 1px solid #ededed;
  text-align: center; }

.registration-box input.registration-checkbox,
.registration-box input.register-agreement-check {
  width: inherit;
  height: inherit;
  display: inline-block;
  margin-bottom: 0; }

.registration-checkbox-container.login-box-input-container {
  position: relative; }

.registration-checkbox-container.login-box-input-container label {
  font-size: 10px;
  width: calc(100% - 25px);
  text-align: left;
  padding-left: 30px; }

.registration-checkbox-container.login-box-input-container input {
  position: absolute;
  top: 2px;
  left: 20px;
  display: block;
  margin: 0;
  width: 13px;
  height: 13px; }

#background-login {
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 100;
  top: 0;
  left: 0;
  display: none; }

.btn-fb-2 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #fff;
  background-color: #4267b2;
  border-radius: 4px;
  padding: 8px;
  display: inline-block;
  text-decoration: none !important;
  margin-bottom: 10px; }

.btn-fb-2:hover, .btn-fb-2:focus {
  color: #fff; }

.btn-fb-2 svg {
  height: 24px;
  width: 24px;
  float: left; }

.btn-fb-2 span {
  line-height: 23px;
  padding: 0px 16px 0px 16px; }

.btn-gplus-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #FFFFFF;
  background-color: #4285f4;
  border-radius: 2px;
  padding: 0px;
  display: inline-block;
  text-decoration: none !important;
  margin-bottom: 10px; }

.btn-gplus-2:hover, .btn-gplus-2:focus {
  color: #FFFFFF; }

.btn-gplus-2 svg {
  height: 40px;
  width: 40px;
  float: left; }

.btn-gplus-2 span {
  line-height: 40px;
  padding: 0px 16px 0px 16px; }

@media (max-width: 500px) {
  .btn-fb-2 span, .btn-gplus-2 span {
    padding: 0px 8px 0px 8px; } }
.login-header {
  padding: 25px 0; }

.login-header .logo {
  display: block;
  width: 289px;
  margin: 0px auto; }

.login .page,
.login-bg,
.login-step-2,
.registration {
  margin: 0;
  padding: 0;
  height: calc(100vh - 145px);
  background-color: #f1f1f1; }

.registration {
  margin: 0;
  padding: 0;
  height: calc(100% - 145px);
  background-color: #f1f1f1; }

.login-step-2 .login-checkbox-box input,
.registration .reg-checkbox-box input {
  opacity: 0; }

.form-logo img {
  display: block;
  margin: 0 auto; }

.register-form,
.login-form,
.login-form-2 {
  position: relative;
  padding: 40px 33px 30px 33px;
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
  max-width: 390px;
  margin: 50px auto; }

.register-form input,
.login-form input,
.login-form-2 input {
  border-width: 1px;
  border-color: #d9d9d9;
  border-style: solid;
  border-radius: 4px;
  margin-bottom: 15px;
  font-size: 13px;
  color: #404040;
  width: 100%;
  height: 40px; }

.register-form input[type="text"],
.login-form input[type="text"],
.login-form-2 input[type="text"] {
  width: 100%;
  padding: 9px 10px; }

.reg-password,
.login-pass {
  position: relative; }

.reg-password .see-pass,
.login-pass .see-pass {
  position: absolute;
  bottom: 26px;
  right: 10px;
  cursor: pointer; }

.back-btn {
  position: absolute;
  background-color: #d4d4d5;
  width: 42px;
  height: 42px;
  top: 29px;
  left: -21px;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  background-image: url(../img/icons/arrow-log.png);
  background-repeat: no-repeat;
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
  background-position: center; }

.back-btn:hover {
  background-color: #067431; }

.reg-title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 30px;
  color: #000000;
  opacity: 0.45;
  text-align: center;
  margin-bottom: 25px; }

.register-form label,
.login-form label,
.login-form-2 label {
  display: block;
  font-size: 12px;
  color: #404040;
  font-family: Arial, Helvetica, sans-serif;
  margin-bottom: 8px; }

.register-form label {
  font-weight: bold;
  margin-bottom: 5px; }

.register-form .reg-password label {
  display: inline-block; }

.reg-pass-strength {
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  color: #898989;
  float: right; }

.reg-pass-strength .pass_progress {
  background-color: #d4d4d5;
  height: 4px;
  width: 80px;
  display: inline-block; }

.register-form input:hover,
.login-form input:hover,
.login-form-2 input:hover {
  border: 1px solid #b9b9b9; }

.register-form input:focus,
.login-form input:focus,
.login-form-2 input:focus {
  border: 1px solid #0184e2; }

.login-form .login-social-media {
  text-align: center; }

.register-form .reg-agreement .custom-control {
  display: inline-block;
  vertical-align: top;
  margin-top: 5px; }

.register-form .reg-agreement .reg-agreement-txt {
  display: inline-block;
  width: calc(100% - 40px); }

.reg-agreement {
  margin-bottom: 20px; }

.reg-agreement-txt {
  font-size: 10px;
  color: #7d7d7d;
  font-family: Arial, Helvetica, sans-serif; }

.register-form .btn-login-next {
  margin-top: 10px; }

.login .reg-title {
  font-size: 25px;
  margin-bottom: 35px; }

.login-mail label,
.login-pass label {
  font-size: 15px;
  text-align: center;
  margin-bottom: 25px;
  font-family: Arial, Helvetica, sans-serif;
  color: #404040;
  font-weight: bold; }

.login-form .btn-login-next,
.login-form-2 .btn-login-next,
.register-form .btn-login-next {
  border: 2px solid #067431;
  width: 100%;
  padding: 12px 0;
  background-color: #067431;
  color: #fff;
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif; }

.login-form .btn-login-next img,
.login-form-2 .btn-login-next img,
.register-form .btn-login-next img {
  -webkit-transition: 0.15s linear;
  -moz-transition: 0.15s linear;
  -ms-transition: 0.15s linear;
  -o-transition: 0.15s linear;
  transition: 0.15s linear; }

.login-form .btn-login-next:hover,
.login-form-2 .btn-login-next:hover,
.register-form .btn-login-next:hover {
  background-color: #fff;
  border: 2px solid #000;
  color: #000;
  cursor: pointer; }

.login-form .btn-login-next:hover img,
.login-form-2 .btn-login-next:hover img,
.register-form .btn-login-next:hover img {
  margin-left: 20px; }

.login-form-2 .btn-8 {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #007bfb; }

.login-form-2 .btn-8:hover,
.login-form-2 .btn-8:focus {
  color: #007bfb;
  text-decoration: underline; }

.continue-btn img {
  margin-left: 13px; }

.login-txt {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  color: #404040;
  opacity: 0.8;
  text-align: center;
  margin-top: 30px;
  margin-bottom: 22px; }

.login-txt p {
  margin-bottom: 0; }

.login-bar {
  width: 100%;
  height: 1px;
  background-color: #f5f5f5; }

.login-social-txt {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #1a1a1a;
  opacity: 0.48;
  text-align: center;
  margin-top: 15px;
  margin-bottom: 15px; }

.fb-btn-box,
.gplus-btn-box,
.twitter-btn-box {
  display: inline-block;
  margin-top: 15px; }

.fb-btn,
.gplus-btn,
.twitter-btn {
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  height: 38px;
  border-radius: 4px; }

.fb-btn:hover,
.gplus-btn:hover,
.twitter-btn:hover {
  text-decoration: none; }

.fb-btn img,
.gplus-btn img,
.twitter-btn img {
  margin-right: 10px; }

.fb-btn {
  background-color: #3a5897;
  background-image: -moz-linear-gradient(90deg, #3a5694 0%, rgba(58, 88, 151, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, #3a5694 0%, rgba(58, 88, 151, 0) 100%);
  background-image: -ms-linear-gradient(90deg, #3a5694 0%, rgba(58, 88, 151, 0) 100%);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  padding: 9px 9px;
  display: block;
  margin: 0 auto; }

.fb-btn:hover {
  color: #ffffff;
  background-color: #5784e5;
  background-image: none; }

.gplus-btn:hover {
  color: #ffffff;
  background-color: #a13628;
  background-image: none; }

.gplus-btn {
  background-color: #dc4a38;
  background-image: -moz-linear-gradient(90deg, #d3493a 0%, rgba(220, 74, 56, 0) 100%);
  background-image: -webkit-linear-gradient(90deg, #d3493a 0%, rgba(220, 74, 56, 0) 100%);
  background-image: -ms-linear-gradient(90deg, #d3493a 0%, rgba(220, 74, 56, 0) 100%);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  padding: 10px 6px;
  display: block; }

.twitter-btn {
  background-color: #51aeef;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.15);
  padding: 10px 12px;
  display: block;
  margin: 0 auto; }

.twitter-btn img {
  width: 20px; }

.twitter-btn:hover {
  background-color: #3d83b3;
  color: #ffffff; }

.login-form-2 .reg-title {
  margin-bottom: 15px; }

.login-form-2 .login-txt {
  margin-top: 0;
  margin-bottom: 35px; }

.login-checkbox {
  margin: 25px 0 40px; }

.login-remind-btn {
  text-align: center; }

@media (max-width: 575px) {
  .back-btn {
    left: -10px; } }
@media (max-width: 500px) {
  .register-form, .login-form, .login-form-2 {
    padding: 10px;
    margin: 10px auto; } }
.login-box-input-container.checkbox-container {
  position: relative;
  padding: 10px 0 0 25px;
  text-align: left; }

.login-box-input-container.checkbox-container.incorrect-val label {
  color: #ed1d1c; }

.login-box-input-container.checkbox-container label {
  font-weight: normal;
  font-size: 12px; }

.login-box-input-container.checkbox-container input {
  position: absolute;
  top: 13px;
  left: 0;
  display: block;
  margin: 0;
  width: 13px;
  height: 13px; }

.next-btn.next-btn-register {
  margin-top: 0; }

.btn-fb-2 {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  color: #fff;
  background-color: #4267b2;
  border-radius: 4px;
  padding: 8px;
  display: inline-block;
  text-decoration: none !important;
  margin-bottom: 10px; }

.btn-gplus-2 {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  color: #FFFFFF;
  background-color: #4285f4;
  border-radius: 2px;
  padding: 0px;
  display: inline-block;
  text-decoration: none !important;
  margin-bottom: 10px; }

.btn-fb-2 svg {
  height: 24px;
  width: 24px;
  float: left; }

.btn-fb-2 span {
  line-height: 23px;
  padding: 0px 16px 0px 16px; }

.btn-gplus-2 svg {
  height: 40px;
  width: 40px;
  float: left; }

.btn-gplus-2 span {
  line-height: 40px;
  padding: 0px 16px 0px 16px; }

body.reset-min-height:before {
  min-height: 0 !important; }

.login-remind-btn {
  line-height: 40px; }

#login-popup-2.login-step-2 {
  height: auto;
  background-color: #fff;
  padding: 40px 30px 30px; }

#login-popup-2.login-step-2 .login-form-2 {
  margin: 0 auto;
  padding: 0;
  border-radius: 0;
  box-shadow: none; }

.login-reset-form {
  width: 100%; }

.profile-left-menu .profile-left-main-menu ul {
  margin: 0;
  padding: 0;
  list-style: none; }
.profile-left-menu .profile-left-main-menu .profile-main-menu li {
  background-color: #e4e4e4;
  position: relative;
  margin-bottom: 10px;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important; }
  .profile-left-menu .profile-left-main-menu .profile-main-menu li.active, .profile-left-menu .profile-left-main-menu .profile-main-menu li:hover {
    background-color: #067431; }
    .profile-left-menu .profile-left-main-menu .profile-main-menu li.active a, .profile-left-menu .profile-left-main-menu .profile-main-menu li:hover a {
      color: #fff; }
  .profile-left-menu .profile-left-main-menu .profile-main-menu li.current-profile-menu {
    background-color: #ffffff; }
  .profile-left-menu .profile-left-main-menu .profile-main-menu li.profile-with-submenu:after {
    /*content: url(../img/icons/menu-arrow-down.png);*/
    position: absolute;
    top: 10px;
    right: 15px; }
  .profile-left-menu .profile-left-main-menu .profile-main-menu li.current-profile-menu {
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important; }
  .profile-left-menu .profile-left-main-menu .profile-main-menu li.current-profile-menu:hover {
    opacity: 1; }
  .profile-left-menu .profile-left-main-menu .profile-main-menu li.current-profile-menu.profile-with-submenu {
    padding-top: 10px;
    padding-bottom: 15px; }
  .profile-left-menu .profile-left-main-menu .profile-main-menu li.current-profile-menu.profile-with-submenu:after {
    display: none; }
.profile-left-menu .profile-left-main-menu .profile-main-menu a {
  color: #000000;
  font-size: 14px;
  font-weight: bold;
  display: block;
  height: 43px;
  padding: 12px 15px 14px 25px;
  position: relative;
  z-index: 3;
  text-decoration: none; }
.profile-left-menu .profile-left-main-menu .profile-submenu {
  position: relative;
  padding-top: 10px; }
  .profile-left-menu .profile-left-main-menu .profile-submenu:before {
    position: absolute;
    content: '';
    width: calc(100% - 50px);
    height: 1px;
    left: 25px;
    top: 0;
    background-color: #f0f0f0;
    z-index: 5; }
  .profile-left-menu .profile-left-main-menu .profile-submenu li {
    background-color: #ffffff;
    position: relative;
    margin-bottom: 0;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important; }
    .profile-left-menu .profile-left-main-menu .profile-submenu li.active a {
      color: #055c27;
      font-weight: bold; }
    .profile-left-menu .profile-left-main-menu .profile-submenu li.active:before, .profile-left-menu .profile-left-main-menu .profile-submenu li:hover:before {
      position: absolute;
      content: '';
      width: 3px;
      height: 24px;
      background-color: #055c27;
      left: 0;
      top: 11px;
      z-index: 4; }
    .profile-left-menu .profile-left-main-menu .profile-submenu li a {
      font-size: 14px;
      color: #333333;
      line-height: 20px;
      font-weight: normal; }
      .profile-left-menu .profile-left-main-menu .profile-submenu li a:hover {
        background-color: #ffffff;
        color: #055c27;
        font-weight: bold;
        opacity: 1;
        text-decoration: none; }
.profile-left-menu .profile-left-main-menu #profile-left-menu {
  max-width: 300px; }
.profile-left-menu .profile-filled .profile-filled-txt {
  font-size: 14px;
  color: #999999;
  line-height: 24px; }
  .profile-left-menu .profile-filled .profile-filled-txt span {
    float: right;
    color: #000000;
    font-size: 18px; }
  .profile-left-menu .profile-filled .profile-filled-txt .pft-smaller-txt {
    font-size: 14px;
    line-height: 24px; }
.profile-left-menu .profile-filled .profile-filled-bar-back {
  height: 4px;
  width: 100%;
  -webkit-border-radius: 1px !important;
  -moz-border-radius: 1px !important;
  border-radius: 1px !important;
  background-color: #e4e4e4;
  position: relative;
  margin: 15px 0; }
.profile-left-menu .profile-filled .profile-filled-bar-green {
  position: absolute;
  content: '';
  height: 4px;
  -webkit-border-radius: 1px !important;
  -moz-border-radius: 1px !important;
  border-radius: 1px !important;
  background-color: #64bf0a;
  left: 0;
  top: 0; }
.profile-left-menu .profile-filled .profile-filled-bar-green.bar-75 {
  width: 75%; }
.profile-left-menu .profile-filled .panel-group .panel {
  background-color: transparent;
  border: none;
  padding-bottom: 25px; }
.profile-left-menu .profile-filled .panel-default > .panel-heading {
  background-color: transparent;
  border: none;
  padding: 10px 0 0; }
.profile-left-menu .profile-filled .panel-default > .panel-heading a {
  display: block;
  text-decoration: none;
  font-size: 14px;
  color: #067431;
  height: 20px;
  font-weight: normal; }
  .profile-left-menu .profile-filled .panel-default > .panel-heading a:hover {
    color: #067431;
    opacity: 0.8; }
  .profile-left-menu .profile-filled .panel-default > .panel-heading a span {
    color: #999999; }
.profile-left-menu .profile-filled .panel-default > .panel-heading a:after {
  content: "";
  position: relative;
  top: 0;
  display: inline-block;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
  z-index: 5; }
.profile-left-menu .profile-filled .panel-default > .panel-heading a[aria-expanded="true"]:after {
  /*content: url(../img/icons/menu-arrow-up.png);*/ }
.profile-left-menu .profile-filled .panel-default > .panel-heading a[aria-expanded="false"]:after {
  /*content: url(../img/icons/menu-arrow-down.png);*/ }
.profile-left-menu .profile-filled ul {
  list-style: none;
  padding: 0;
  margin: 0; }
  .profile-left-menu .profile-filled ul a {
    display: block;
    text-decoration: none;
    font-size: 14px;
    color: #067431;
    font-weight: normal;
    line-height: 34px; }
    .profile-left-menu .profile-filled ul a:hover {
      color: #067431;
      opacity: 0.8; }
    .profile-left-menu .profile-filled ul a span {
      color: #999999; }
    .profile-left-menu .profile-filled ul a.ver-list-verified {
      text-decoration: line-through;
      color: #999999; }
      .profile-left-menu .profile-filled ul a.ver-list-verified:hover {
        opacity: 1; }
.profile-left-menu .profile-earned .profile-earned-txt {
  font-size: 14px;
  color: #999999; }
  .profile-left-menu .profile-earned .profile-earned-txt img {
    margin-right: 15px; }

.profile-left-preview-menu .profile-mini-menu {
  margin: 0;
  padding: 0;
  list-style: none; }
  .profile-left-preview-menu .profile-mini-menu li {
    background-color: #e4e4e4;
    position: relative;
    margin-bottom: 10px;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important; }
    .profile-left-preview-menu .profile-mini-menu li:hover {
      opacity: 0.8; }
  .profile-left-preview-menu .profile-mini-menu a {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    display: block;
    height: 43px;
    padding: 12px 15px 14px 25px; }

.user-profile input {
  width: 230px;
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  border: 1px solid #e6e6e6;
  height: 38px;
  padding-left: 15px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
  font-family: "Montserrat", sans-serif; }
.user-profile input[type="file"] {
  width: auto;
  height: auto;
  padding: 0px;
  margin: 5px 0px; }
.user-profile textarea {
  width: 100%;
  resize: vertical;
  font-style: italic;
  font-size: 14px;
  color: #a6a6a6;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  padding: 15px 25px;
  margin-bottom: 15px;
  height: 110px; }
.user-profile input:hover, .user-profile textarea:hover {
  border: 1px solid #b9b9b9; }
.user-profile input:focus, .user-profile textarea:focus {
  border: 1px solid #4d90fe; }
.user-profile .profile-edit-btn {
  background-image: url(../img/icons/profile/edit.svg);
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  content: '';
  top: 30px;
  right: 30px;
  border: none;
  background-color: #ffffff;
  z-index: 5;
  display: none; }
  .user-profile .profile-edit-btn:hover {
    background-image: url(../img/icons/profile/edit2.svg); }
.user-profile.my-account-profile-details:hover .profile-edit-btn {
  display: block; }
.user-profile .profile-content .profile-cancel-save-btns {
  text-align: right;
  margin: 5px 0px; }
.user-profile .profile-content .profile-sec-name {
  font-size: 18px;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  margin-bottom: 5px; }
.user-profile .profile-content .profile-basic-info {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  padding: 30px;
  position: relative;
  background-color: #ffffff; }
  .user-profile .profile-content .profile-basic-info:hover .profile-edit-btn {
    display: block; }
  .user-profile .profile-content .profile-basic-info .pbi-divider {
    height: 1px;
    width: 100%;
    background-color: #f0f0f0; }
  .user-profile .profile-content .profile-basic-info .profile-basic-info-top {
    margin-bottom: 35px; }
    .user-profile .profile-content .profile-basic-info .profile-basic-info-top .pbi-img-container {
      position: relative; }
      .user-profile .profile-content .profile-basic-info .profile-basic-info-top .pbi-img-container img {
        -webkit-border-radius: 50% !important;
        -moz-border-radius: 50% !important;
        border-radius: 50% !important;
        width: 174px;
        height: 174px; }
    .user-profile .profile-content .profile-basic-info .profile-basic-info-top .pib-circle-container {
      position: absolute;
      content: '';
      left: calc(50% - 27px);
      bottom: -25px;
      width: 61px;
      height: 61px; }
    .user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-circle-box {
      position: relative;
      width: 61px;
      height: 61px;
      display: block; }
      .user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-circle-box .profile-circle {
        position: absolute;
        content: '';
        border: 3px solid #ffffff;
        background-color: #055c27;
        -webkit-border-radius: 50% !important;
        -moz-border-radius: 50% !important;
        border-radius: 50% !important;
        width: 61px;
        height: 61px; }
      .user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-circle-box .profile-circle-note {
        position: absolute;
        content: '';
        font-size: 10px;
        color: #ffffff;
        top: 12px;
        text-align: center; }
        .user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-circle-box .profile-circle-note span {
          font-size: 14px;
          color: #ffffff;
          font-family: "Montserrat", sans-serif; }
    .user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-user-name {
      display: inline-block;
      font-family: "Montserrat", sans-serif;
      color: #000000;
      font-size: 35px;
      line-height: 40px; }
      .user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-user-name .profile-user-gender {
        width: 30px;
        height: 30px;
        display: inline-block;
        background-repeat: no-repeat;
        background-size: 18px 18px;
        background-position: center bottom; }
    .user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-place {
      font-size: 14px;
      line-height: 26px;
      color: #999999; }
    .user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-stat-box {
      margin-top: 25px;
      margin-bottom: 50px; }
      .user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-stat-box .profile-stat-txt {
        padding-top: 14px; }
      .user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-stat-box .profile-phone-stat, .user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-stat-box .profile-mail-stat {
        display: inline-block; }
        .user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-stat-box .profile-phone-stat .profile-stat-txt-1 a, .user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-stat-box .profile-mail-stat .profile-stat-txt-1 a {
          font-size: 18px;
          font-family: "Montserrat", sans-serif;
          color: #000000; }
        .user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-stat-box .profile-phone-stat .profile-stat-txt-1 a:hover, .user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-stat-box .profile-mail-stat .profile-stat-txt-1 a:hover {
          color: #067431; }
        .user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-stat-box .profile-phone-stat .profile-stat-txt-2, .user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-stat-box .profile-mail-stat .profile-stat-txt-2 {
          font-size: 14px;
          color: #999999; }
      .user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-stat-box .profile-phone-stat {
        margin-right: 50px; }
        .user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-stat-box .profile-phone-stat img {
          display: inline-block;
          margin-right: 15px;
          float: left;
          margin-top: 4px; }
        .user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-stat-box .profile-phone-stat .profile-stat-txt {
          display: inline-block; }
      .user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-stat-box .profile-mail-stat img {
        display: inline-block;
        margin-right: 15px;
        float: left;
        margin-top: 4px; }
      .user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-stat-box .profile-mail-stat .profile-stat-txt {
        display: inline-block; }
  .user-profile .profile-content .profile-basic-info .profile-basic-info-bottom {
    margin-top: 35px; }
    .user-profile .profile-content .profile-basic-info .profile-basic-info-bottom .profile-prizes {
      list-style: none; }
      .user-profile .profile-content .profile-basic-info .profile-basic-info-bottom .profile-prizes li {
        float: left;
        margin: 0 0 10px 12px; }
      .user-profile .profile-content .profile-basic-info .profile-basic-info-bottom .profile-prizes li:nth-child(3n+4) {
        clear: left;
        float: left; }
    .user-profile .profile-content .profile-basic-info .profile-basic-info-bottom .profile-prizes-btn {
      font-size: 14px;
      color: #067431;
      text-align: center;
      display: block;
      margin-top: 10px; }
      .user-profile .profile-content .profile-basic-info .profile-basic-info-bottom .profile-prizes-btn:hover {
        color: #067431;
        opacity: 0.8; }
    .user-profile .profile-content .profile-basic-info .profile-basic-info-bottom p {
      font-size: 14px;
      color: #4c4c4c;
      line-height: 26px;
      margin-bottom: 30px; }
    .user-profile .profile-content .profile-basic-info .profile-basic-info-bottom .pib-social-media span {
      font-size: 14px;
      line-height: 26px;
      color: #000000;
      font-weight: bold; }
    .user-profile .profile-content .profile-basic-info .profile-basic-info-bottom .pib-social-media a {
      display: inline-block;
      width: 26px;
      height: 26px;
      margin-left: 5px; }
    .user-profile .profile-content .profile-basic-info .profile-basic-info-bottom .pib-social-media a:hover {
      opacity: 0.9; }
  .user-profile .profile-content .profile-basic-info form label {
    font-weight: normal;
    margin-bottom: 5px;
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    color: #333333;
    display: block; }
.user-profile .profile-content .profile-cancel-btn.btn-2, .user-profile .profile-content .profile-save-btn.btn-2 {
  background-image: none;
  padding: 0 20px; }
.user-profile .profile-content .profile-user-objs {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
  background-color: #ffffff;
  padding: 30px; }
  .user-profile .profile-content .profile-user-objs .c-box {
    margin-top: 15px;
    margin-bottom: 15px; }
    .user-profile .profile-content .profile-user-objs .c-box .btn-favourite {
      top: 20px;
      right: 20px; }
.user-profile .profile-content .profile-preview-img {
  display: block;
  margin: 0 auto 40px; }
.user-profile .profile-content .profile-preview-yt {
  text-align: center; }
.user-profile .profile-content .profile-select {
  width: 230px;
  height: 38px; }
.user-profile .blue-box {
  background-color: #f2f9ff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.06);
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  padding: 40px 30px 35px; }
  .user-profile .blue-box .blue-box-txt-1 {
    text-align: center;
    color: #000000;
    font-size: 18px;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 10px; }
  .user-profile .blue-box .blue-box-txt-2 {
    text-align: center;
    color: #a6a6a6;
    font-size: 12px;
    margin-bottom: 15px; }
  .user-profile .blue-box .btn-2 {
    background-image: none;
    padding: 0 19px; }
  .user-profile .blue-box.user-holidays-box {
    margin-bottom: 20px; }
    .user-profile .blue-box.user-holidays-box .blue-box-btn {
      text-align: center; }
.user-profile .profile-reviews-content.user-blocked-box .blue-box {
  border: 2px solid #067431;
  margin-bottom: 20px;
  background-color: rgba(242, 101, 34, 0.1); }
.user-profile .user-uprade-button {
  text-align: center; }

.profile-preview-breadcrumbs {
  background-color: #fafafa; }

.user-preview-profile > .container > .row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap; }

.user-preview-profile > .container > .row > [class*="col-"] {
  display: flex;
  flex-direction: column; }

.user-preview-profile .profile-left-preview-menu.fixed {
  position: fixed;
  top: 30px; }
.user-preview-profile .profile-basic-info-top {
  position: relative; }
  .user-preview-profile .profile-basic-info-top .btn-2 {
    background-image: none;
    padding: 0 19px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 5; }
.user-preview-profile .profile-stat-txt .profile-stat-txt-h {
  display: none; }
  .user-preview-profile .profile-stat-txt .profile-stat-txt-h.pst-visible {
    display: block; }
.user-preview-profile .profile-stat-txt .profile-stat-txt-1.profile-stat-txt-v.pst-hidden {
  display: none; }

.user-profile.user-preview-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-stat-box .profile-mail-stat .profile-stat-txt, .user-profile.user-preview-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-stat-box .profile-phone-stat .profile-stat-txt,
.user-profile.user-preview-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-stat-box .profile-mail-stat .profile-stat-txt,
.user-profile.user-preview-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-stat-box .profile-phone-stat .profile-stat-txt {
  margin-top: 10px;
  float: left; }

.notification-sign {
  position: absolute;
  width: 23px;
  height: 23px;
  border: 3px solid #fff;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
  background: #067431;
  text-align: center;
  color: #fff;
  font-size: 11px;
  line-height: 18px;
  font-family: "Montserrat", sans-serif;
  display: none; }

.main-menu-logged-list .notification-sign {
  top: -15px;
  left: 21px; }
.main-menu-logged-list .dropdown-menu li a .notification-sign {
  top: calc(50% - 11px);
  right: 0;
  left: unset; }

.profile-left-menu .user-my-offers, .profile-left-menu .user-my-account {
  position: relative; }
  .profile-left-menu .user-my-offers .notification-sign, .profile-left-menu .user-my-account .notification-sign {
    top: calc(50% - 12px);
    left: 105px;
    border: 3px solid #067431; }
.profile-left-menu .current-profile-menu.user-my-offers .notification-sign, .profile-left-menu .current-profile-menu.user-my-account .notification-sign {
  top: 20px; }

.user-profile .profile-edit-form {
  display: none; }

.user-profile .profile-cancel-save-btns {
  display: none; }

.profile-edit-avatar-form {
  display: none; }

.profile-avatar-save-btns {
  display: none; }

.profile-edit-avatar-btn {
  display: block; }

.pbi-img-box {
  display: inline-block;
  width: 70px;
  margin-right: 25px;
  vertical-align: top; }
  .pbi-img-box.pbi-avatar-box img {
    border-radius: 50%; }

.pbi-img-box img {
  width: 100%;
  height: 100%; }

.pbi-info-box {
  display: inline-block;
  width: calc(100% - 100px); }

@media (max-width: 1199px) {
  .profile-left-menu .profile-left-main-menu .profile-main-menu li a {
    height: auto; }

  .user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-stat-box .profile-phone-stat {
    margin-right: 30px; }
  .user-profile .profile-content .profile-basic-info .profile-basic-info-top .pbi-img-container img {
    width: 136px;
    height: 136px; }
  .user-profile .profile-content .profile-verification .verification-box {
    width: 50%; } }
@media (max-width: 991px) {
  .user-profile .profile-left-menu {
    display: none; }
  .user-profile .profile-content .profile-basic-info .profile-basic-info-top .pbi-img-container {
    margin-bottom: 40px; }
  .user-profile .profile-content .profile-basic-info .profile-basic-info-top .pbi-img-container img {
    display: block;
    margin: 0 auto; }
  .user-profile .profile-content .profile-basic-info .profile-basic-info-bottom .profile-prizes li:nth-child(3n+4) {
    clear: none; }
  .user-profile .profile-content .profile-basic-info .profile-basic-info-bottom .profile-prizes-btn {
    margin-bottom: 20px; }
  .user-profile .profile-other-qualification .poq-box .poq-title {
    margin-bottom: 10px; } }
@media (max-width: 640px) {
  .user-profile .profile-content .profile-multimedia form .paf-txt-1 {
    padding: 0 15px;
    line-height: 24px;
    margin-bottom: 20px; }
  .user-profile .profile-content .profile-multimedia form .paf-txt-2 {
    padding: 0 15px;
    line-height: 18px; } }
@media (max-width: 560px) {
  .user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-stat-box .profile-phone-stat, .user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-stat-box .profile-mail-stat {
    display: block; }
  .user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-stat-box .profile-phone-stat {
    margin-bottom: 20px; } }
@media (max-width: 500px) {
  .user-profile .profile-content .profile-basic-info .profile-basic-info-top .profile-user-name .profile-user-gender {
    display: none; }
  .user-profile .profile-content .profile-verification .verification-box {
    width: 100%; } }
@media (max-width: 360px) {
  .user-profile .profile-content.company-content .profile-edit-btn {
    right: 10px; } }
@media (max-width: 330px) {
  .user-profile .profile-content .profile-basic-info .profile-basic-info-bottom .pib-social-media span {
    display: block;
    margin-bottom: 10px; } }
/*MENU MOBILNE*/
.header-profile-menu-btn {
  display: none; }

.profile-close-btn {
  display: block;
  font-size: 30px;
  cursor: pointer;
  height: 61px;
  width: 53px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 320px;
  background-color: #e6e6e6;
  padding-top: 11px;
  z-index: 5; }

.profile-header .dropdown-1 {
  display: none; }

.profile-sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 101;
  top: 0;
  left: 0;
  background-color: #e6e6e6;
  /*overflow-x: hidden;*/
  transition: 0.2s;
  padding: 20px 0; }
  .profile-sidenav .profile-left-menu {
    padding: 0 30px 30px; }
    .profile-sidenav .profile-left-menu .profile-recommend-btn {
      margin-bottom: 15px;
      padding-bottom: 15px;
      border-bottom: 1px solid #d1d1d1; }
      .profile-sidenav .profile-left-menu .profile-recommend-btn .btn-2 {
        overflow: hidden;
        width: 100%;
        height: 38px;
        line-height: 38px;
        background-position: 30px center; }
    .profile-sidenav .profile-left-menu .profile-left-main-menu .profile-main-menu li {
      background-color: #f5f5f5; }
      .profile-sidenav .profile-left-menu .profile-left-main-menu .profile-main-menu li.current-profile-menu {
        background-color: #ffffff; }
    .profile-sidenav .profile-left-menu .profile-left-main-menu .profile-main-menu .profile-submenu li {
      background-color: #ffffff; }
    .profile-sidenav .profile-left-menu .profile-filled .profile-filled-txt {
      font-size: 14px;
      color: #999999;
      line-height: 24px; }
      .profile-sidenav .profile-left-menu .profile-filled .profile-filled-txt span {
        float: right;
        color: #000000;
        font-size: 18px; }
      .profile-sidenav .profile-left-menu .profile-filled .profile-filled-txt .pft-smaller-txt {
        font-size: 14px;
        line-height: 24px; }
    .profile-sidenav .profile-left-menu .profile-filled .profile-filled-bar-back {
      height: 4px;
      width: 100%;
      -webkit-border-radius: 1px !important;
      -moz-border-radius: 1px !important;
      border-radius: 1px !important;
      background-color: #e4e4e4;
      position: relative;
      margin: 15px 0; }
    .profile-sidenav .profile-left-menu .profile-filled .profile-filled-bar-green {
      position: absolute;
      content: '';
      height: 4px;
      -webkit-border-radius: 1px !important;
      -moz-border-radius: 1px !important;
      border-radius: 1px !important;
      background-color: #64bf0a;
      left: 0;
      top: 0; }
    .profile-sidenav .profile-left-menu .profile-filled .profile-filled-bar-green.bar-75 {
      width: 75%; }
    .profile-sidenav .profile-left-menu .profile-filled .panel-group .panel {
      background-color: transparent;
      border: none;
      padding-bottom: 25px; }
    .profile-sidenav .profile-left-menu .profile-filled .panel-default > .panel-heading {
      background-color: transparent;
      border: none;
      padding: 10px 0 0; }
    .profile-sidenav .profile-left-menu .profile-filled .panel-default > .panel-heading a {
      display: block;
      text-decoration: none;
      font-size: 14px;
      color: #067431;
      height: 20px;
      font-weight: normal; }
      .profile-sidenav .profile-left-menu .profile-filled .panel-default > .panel-heading a:hover {
        color: #067431;
        opacity: 0.8; }
      .profile-sidenav .profile-left-menu .profile-filled .panel-default > .panel-heading a span {
        color: #999999; }
    .profile-sidenav .profile-left-menu .profile-filled .panel-default > .panel-heading a:after {
      content: "";
      position: relative;
      top: 0;
      display: inline-block;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      float: right;
      transition: transform .25s linear;
      -webkit-transition: -webkit-transform .25s linear;
      z-index: 5; }
    .profile-sidenav .profile-left-menu .profile-filled .panel-default > .panel-heading a[aria-expanded="true"]:after {
      /*        content: url(../img/icons/menu-arrow-up.png);*/ }
    .profile-sidenav .profile-left-menu .profile-filled .panel-default > .panel-heading a[aria-expanded="false"]:after {
      /*        content: url(../img/icons/menu-arrow-down.png);*/ }
    .profile-sidenav .profile-left-menu .profile-filled ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .profile-sidenav .profile-left-menu .profile-filled ul a {
        display: block;
        text-decoration: none;
        font-size: 14px;
        color: #067431;
        font-weight: normal;
        line-height: 34px; }
        .profile-sidenav .profile-left-menu .profile-filled ul a:hover {
          color: #067431;
          opacity: 0.8; }
        .profile-sidenav .profile-left-menu .profile-filled ul a span {
          color: #999999; }
        .profile-sidenav .profile-left-menu .profile-filled ul a.ver-list-verified {
          text-decoration: line-through;
          color: #999999; }
          .profile-sidenav .profile-left-menu .profile-filled ul a.ver-list-verified:hover {
            opacity: 1; }
    .profile-sidenav .profile-left-menu .profile-earned .profile-earned-txt {
      font-size: 14px;
      color: #999999; }
      .profile-sidenav .profile-left-menu .profile-earned .profile-earned-txt img {
        margin-right: 15px; }

@media (max-width: 991px) {
  .profile-header {
    height: 60px; }

  .header-profile-menu-btn {
    display: block;
    font-size: 30px;
    cursor: pointer;
    float: left;
    margin-right: 12px;
    height: 34px;
    margin-top: -4px; } }
@media (max-width: 400px) {
  .profile-sidenav .profile-left-menu .profile-recommend-btn .btn-2 {
    height: auto;
    line-height: 18px;
    padding: 5px 19px 5px 42px;
    background-position: 17px center; }
  .profile-sidenav .profile-left-menu .profile-left-main-menu .panel-default > .panel-heading a {
    height: auto;
    padding: 14px 15px;
    line-height: 18px; }
    .profile-sidenav .profile-left-menu .profile-left-main-menu .panel-default > .panel-heading a:after {
      top: 0; } }
@media (max-width: 380px) {
  .profile-close-btn {
    left: 260px; }

  .profile-header .logo img {
    width: 95px;
    margin-top: 4px; } }
/*KONIEC MENU MOBILNE*/
/*PROFIL - OCENY I RECENZJE*/
.profile-reviews-content {
  background-color: #ffffff;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.05); }
  .profile-reviews-content .profile-reviews-nav {
    padding: 25px 30px 15px; }
    .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-top {
      border-bottom: 1px solid #f0f0f0;
      position: relative; }
      .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-top .profile-reviews-carousel .owl-dots, .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-top .profile-reviews-carousel .owl-next, .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-top .profile-reviews-carousel .owl-prev {
        display: none; }
      .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-top .profile-reviews-carousel .owl-item .prc-item a {
        font-size: 16px;
        font-family: "Montserrat", sans-serif;
        color: #000000;
        border-bottom: 3px solid transparent;
        padding: 10px 0;
        margin-right: 45px;
        display: block; }
        .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-top .profile-reviews-carousel .owl-item .prc-item a:hover, .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-top .profile-reviews-carousel .owl-item .prc-item a.active {
          color: #000000;
          border-bottom: 3px solid #055c27; }
      .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-top .profile-reviews-carousel .owl-item .prc-item span {
        background-color: #067431;
        -webkit-border-radius: 50% !important;
        -moz-border-radius: 50% !important;
        border-radius: 50% !important;
        color: #ffffff;
        width: 17px;
        height: 17px;
        position: absolute;
        content: '';
        top: 0;
        right: 23px;
        text-align: center;
        line-height: 17px;
        font-size: 10px;
        font-family: "Montserrat", sans-serif; }
      .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-top .pib-circle-container {
        position: absolute;
        content: '';
        right: 0;
        bottom: 0;
        width: 61px;
        height: 61px; }
      .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-top .profile-circle-box {
        position: relative;
        width: 61px;
        height: 61px;
        display: block; }
        .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-top .profile-circle-box .profile-circle {
          position: absolute;
          content: '';
          border: 3px solid #ffffff;
          background-color: #055c27;
          -webkit-border-radius: 50% !important;
          -moz-border-radius: 50% !important;
          border-radius: 50% !important;
          width: 61px;
          height: 61px; }
        .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-top .profile-circle-box .profile-circle-note {
          position: absolute;
          content: '';
          font-size: 10px;
          color: #ffffff;
          top: 12px;
          text-align: center; }
          .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-top .profile-circle-box .profile-circle-note span {
            font-size: 14px;
            color: #ffffff;
            font-family: "Montserrat", sans-serif; }
    .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-bottom {
      padding-top: 30px; }
      .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-bottom .listing-top-dropdown {
        margin-right: 0;
        float: right; }
        .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-bottom .listing-top-dropdown .opinion-bottom-txt {
          margin-right: 10px;
          display: inline-block; }
        .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-bottom .listing-top-dropdown .dropdown {
          display: inline-block; }
        .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-bottom .listing-top-dropdown button {
          width: 230px; }
        .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-bottom .listing-top-dropdown .dropdown-menu {
          width: 100%; }
  .profile-reviews-content .opinions-reviews {
    padding: 0 40px; }
    .profile-reviews-content .opinions-reviews .opinion-box-txt .opinion-main-info {
      margin-bottom: 10px; }
    .profile-reviews-content .opinions-reviews .opinion-box-txt .opinion-place-name {
      margin-top: 20px;
      font-size: 14px;
      color: #353535;
      font-family: "Montserrat", sans-serif; }
    .profile-reviews-content .opinions-reviews .opinion-box-txt .link-1 {
      /*        background-image: url(../img/svg/profil/odp.svg);*/
      padding-left: 25px;
      font-size: 14px; }
    .profile-reviews-content .opinions-reviews .opinion-box-txt p {
      margin-bottom: 15px; }
      .profile-reviews-content .opinions-reviews .opinion-box-txt p .link-1 {
        font-size: 14px;
        background-image: none;
        margin-left: 15px;
        padding-left: 0; }
    .profile-reviews-content .opinions-reviews .opinion-bottom {
      padding-bottom: 40px; }
  .profile-reviews-content .new-opinion-wrapper {
    border: 0px;
    margin-left: 0px;
    margin-right: auto;
    margin-bottom: 15px;
    width: 100%;
    position: relative; }
  .profile-reviews-content .new-opinion-btn {
    display: block;
    overflow: auto;
    height: auto;
    cursor: pointer; }
  .profile-reviews-content .new-opinion-btn.opened {
    cursor: pointer; }
  .profile-reviews-content .new-opinion-btn-text {
    float: left;
    height: 100%; }
  .profile-reviews-content .new-opinion-form-box {
    margin: 0px 11px 11px 11px;
    display: none; }
  .profile-reviews-content .new-opinion-form-text {
    height: auto;
    padding: 10px 0px 20px 0px; }
    .profile-reviews-content .new-opinion-form-text .btn-1 {
      background-color: #ffffff; }
    .profile-reviews-content .new-opinion-form-text .btn-1:hover {
      background-color: #067431; }
    .profile-reviews-content .new-opinion-form-text .btn-2 {
      background-image: none;
      padding: 0 19px; }

@media (max-width: 767px) {
  .profile-reviews-content .opinion-box-txt .opinion-main-info {
    position: relative; }
    .profile-reviews-content .opinion-box-txt .opinion-main-info .opinion-report {
      position: absolute;
      top: -20px;
      right: 0; }
  .profile-reviews-content .opinion-bottom .opinion-bottom-txt, .profile-reviews-content .opinion-bottom .pagination-box {
    display: none; }
  .profile-reviews-content .opinion-bottom .opinion-bottom-btn {
    float: none;
    display: block;
    margin: 0 auto;
    width: 155px; } }
@media (max-width: 660px) {
  .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-top .pib-circle-container {
    bottom: -70px; }
  .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-bottom .opinion-bottom-txt {
    float: none; }
  .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-bottom .listing-top-dropdown {
    float: none;
    display: block;
    margin-top: 10px; } }
@media (min-width: 470px) {
  .profile-reviews-carousel .owl-item {
    width: auto !important; } }
@media (max-width: 600px) {
  .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-top .profile-reviews-carousel .owl-stage-outer {
    padding: 0 32px; }
  .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-top .profile-reviews-carousel .owl-next, .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-top .profile-reviews-carousel .owl-prev {
    display: initial;
    background-repeat: no-repeat;
    background-color: #ffffff;
    background-position: center;
    width: 32px;
    height: 32px;
    position: absolute;
    top: 4px; }
    .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-top .profile-reviews-carousel .owl-next span, .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-top .profile-reviews-carousel .owl-prev span {
      display: none; }
  .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-top .profile-reviews-carousel .owl-prev {
    /*            background-image: url(../img/icons/img26.png);*/
    left: -20px; }
  .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-top .profile-reviews-carousel .owl-next {
    /*            background-image: url(../img/icons/img27.png);*/
    right: -20px; }
  .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-top .profile-reviews-carousel .owl-item .prc-item span {
    left: -20px; } }
@media (max-width: 460px) {
  .profile-reviews-content .opinion-box-txt .opinion-main-info .opinion-report {
    top: -30px; } }
@media (max-width: 440px) {
  .profile-reviews-content .new-opinion-form-text .btn-1 {
    width: 100%; }
  .profile-reviews-content .new-opinion-form-text .btn-2 {
    margin-bottom: 10px;
    width: 100%; } }
@media (max-width: 360px) {
  .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-top .profile-reviews-carousel .owl-item .prc-item a {
    text-align: center; }
  .profile-reviews-content .profile-reviews-nav .profile-reviews-nav-top .profile-reviews-carousel .owl-item .prc-item span {
    left: 45px; } }
/*KONIEC PROFIL - OCENY I RECENZJE*/
.user-submenu {
  padding: 4rem 0px; }

.user-submenu ul {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  background-color: #fafafa; }

.user-submenu ul li {
  padding: 0; }

.user-submenu ul li {
  width: calc(100% / 3);
  text-align: center;
  font-weight: 700;
  font-size: 15px;
  padding: 20px 0 25px;
  position: relative;
  background-color: #fff; }

.user-submenu ul li {
  background-color: #e4e4e4; }

.user-submenu ul li.active, .user-submenu ul li:hover {
  background-color: #067431; }

.user-submenu ul li a {
  display: inline-block;
  padding: 20px 0 25px;
  width: 100%;
  display: block;
  color: black; }

.user-submenu ul li:hover a, .user-submenu ul li.active a {
  color: white;
  text-decoration: none; }

.user-submenu-icon {
  background-image: url(../img/icons/profile/profile_icons.png);
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  margin: 0 auto; }

.user-submenu-account,
.user-submenu-orders,
.user-submenu-aquacoins,
.user-submenu-reviews,
.user-submenu-preferences,
.user-submenu-log-out {
  background-position-y: -33px; }

.user-submenu-account {
  background-position-x: 0; }

.user-submenu-orders {
  background-position-x: -40px; }

.user-submenu-aquacoins {
  background-position-x: -80px; }

.user-submenu-reviews {
  background-position-x: -120px; }

.user-submenu-preferences {
  background-position-x: -160px; }

.user-submenu-log-out {
  background-position-x: -200px; }

.user-submenu ul li:hover .user-submenu-icon,
.user-submenu-item.active .user-submenu-account,
.user-submenu-item.active .user-submenu-orders,
.user-submenu-item.active .user-submenu-aquacoins,
.user-submenu-item.active .user-submenu-reviews,
.user-submenu-item.active .user-submenu-preferences,
.user-submenu-item.active .user-submenu-log-out {
  background-position-y: 3px; }

@media (max-width: 767px) {
  .user-submenu ul li {
    width: calc(100% / 2);
    padding: 20px 0; }

  .pbi-img-box {
    display: block;
    position: relative; }

  .pbi-info-box {
    display: block;
    width: 100%;
    margin-top: 15px; } }
.address-row {
  border-bottom: 1px solid #1b304c; }

.address-row:hover {
  background-color: rgba(27, 48, 76, 0.1); }

.delete-address {
  background-image: url("../img/icons/profile/bin.svg");
  background-repeat: no-repeat;
  cursor: pointer;
  width: calc(50% - 5px);
  height: 50px;
  background-position: center center;
  display: inline-block; }

.edit-address {
  background-image: url("../img/icons/profile/edit.svg");
  background-repeat: no-repeat;
  cursor: pointer;
  width: calc(50% - 5px);
  height: 50px;
  background-position: center center;
  display: inline-block; }

#edit-address-dlg {
  width: 320px;
  padding: 20px;
  background-color: #fff;
  position: fixed;
  top: 50px;
  left: calc(50vw - 160px);
  height: auto; }
  #edit-address-dlg form {
    margin-bottom: 20px; }
  #edit-address-dlg .close {
    margin-bottom: 15px; }

#edit-address-dlg input {
  margin-bottom: 5px;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  padding: .375rem .75rem;
  width: 100%; }

.page.page-user .btn-success {
  background-color: #067431;
  border-color: #067431; }

.page.page-user {
  background-color: #f5f5f5; }

.cart-img-def {
  max-width: 230px;
  max-height: 140px; }

@media (max-width: 1199px) {
  .cart-img-def {
    max-width: 100%; } }
@media (max-width: 576px) {
  .cart-img-def {
    max-width: 230px; } }
.single-basket-old-price {
  text-decoration: line-through;
  font-size: 18px; }

.coupon-field {
  display: none; }

#product-view-gallery .single-cosurse-slide-img img,
#product-bought-gallery .single-cosurse-slide-img img {
  display: block;
  margin: 0 auto; }

.landing-video .single-cosurse-slide-img:hover img {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  cursor: pointer; }
.landing-video .single-cosurse-slide-img img {
  width: 100%;
  max-width: 672px; }

.registration .custom-checkbox [type="checkbox"] + label:before {
  border: 1px solid #d9d9d9; }
.registration .reg-agreement .custom-control {
  padding-left: 0; }

.my-account-wrapper .course-about-me-img img {
  border-radius: 50%;
  max-width: 120px; }

.review-comment-img img {
  border-radius: 50%;
  max-width: 60px;
  width: 58px;
  height: 58px;
  object-fit: cover; }

.course-opinion {
  padding-top: 40px; }

.course-opinion-note a:link, .course-opinion-note a:visited {
  color: #111;
  font-weight: bold; }

.course-opinion-note a:hover {
  text-decoration: underline; }

.remove-address-confirm.confirm-box,
.remove-group-user-confirm.confirm-box {
  background-color: #067431;
  color: #fff !important;
  border: none;
  padding: 20px 10px; }
  .remove-address-confirm.confirm-box .image,
  .remove-group-user-confirm.confirm-box .image {
    display: none; }
  .remove-address-confirm.confirm-box .btn-danger,
  .remove-group-user-confirm.confirm-box .btn-danger {
    background-color: transparent;
    border: transparent; }
  .remove-address-confirm.confirm-box .text-wrapper,
  .remove-group-user-confirm.confirm-box .text-wrapper {
    margin-left: 10px;
    text-align: center; }

.notifyjs-corner.center-notify-box {
  left: calc(50% - 100px) !important; }

.profile-edit-form label {
  display: block;
  margin-top: 5px; }
.profile-edit-form input {
  margin-bottom: 10px; }
.profile-edit-form .form-group-save-btns {
  text-align: right; }

.save-ajax-new .profile-cancel-save-btns {
  text-align: right; }
  .save-ajax-new .profile-cancel-save-btns button {
    vertical-align: top; }

.my-account-profile .course-introduction .profile-address-data p {
  margin-bottom: 5px; }

.form-mobile-search .btn-mobile-search {
  position: absolute;
  background-color: transparent;
  display: none;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  padding: 0.5rem;
  z-index: 11;
  right: 10px;
  top: calc(100% + 8px); }

.review-helpful {
  display: flex;
  align-items: center; }

.material-view-progress {
  margin-bottom: 20px; }

.qa-header {
  margin-bottom: 20px; }

.qa-option {
  margin-bottom: 20px; }
  .qa-option.correct-answer label {
    color: #067431;
    font-size: 19px;
    font-weight: bold; }
  .qa-option.incorrect-answer {
    /* label {
      color: red;
    } */ }
    .qa-option.incorrect-answer .qa-option-label-selected {
      color: red; }
  .qa-option .qa-option-label-selected {
    font-weight: bold; }

.qa-btn-wrapper {
  text-align: right; }

.single-cosurse-scrolling.sticky-top {
  z-index: 10; }

.my-material ul li.search-options, .my-material ul li.search-options-default {
  margin-bottom: 5px; }

.single-cosurse-no-access {
  text-align: center;
  margin: 50px 0; }
  .single-cosurse-no-access p {
    font-size: 24px;
    color: #545454;
    line-height: 32px; }

.course-file-box {
  margin-bottom: 10px; }
  .course-file-box .course-file-img img {
    margin-right: 20px; }
  .course-file-box .course-file-content p {
    margin-bottom: 0; }
  .course-file-box .btn-green.btn-small {
    padding: 8px 28px; }

.review-comment-content {
  width: 100%; }

.testimonial-img {
  display: inline-block;
  margin-left: 5px; }

.testimonial-omnibus {
  text-align: center;
  color: #8B8C8D;
  margin-top: 60px;
  display: block; }

.testimonial-omnibus a:link, .testimonial-omnibus a:visited {
  color: #8B8C8D;
  text-decoration: underline; }

.header-left .nav-item.dropdown .nav-link:after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  border: none;
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  border-top: none;
  color: #545454;
  font-size: 15px; }

.course-listing-img {
  margin: 0 auto; }

.my-material-box-img {
  margin: 0 auto; }

.course-cart-btn-after {
  margin-top: 27px;
  display: none; }

.cart-step-delivery-select {
  display: none; }

.blog-details-slider {
  margin-bottom: 30px; }

.course-empty-search {
  font-size: 40px;
  color: #545454;
  line-height: 1.2;
  font-weight: 500; }

#delivery_image img {
  margin-top: 6px; }

.blog-detail-content .course-introduction p {
  font-size: 18px; }

#course_table h3 {
  color: #111111;
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 20px; }

.course-cart-box .course-cart-title h1 {
  font-size: 32px;
  color: #111111;
  font-weight: 600;
  margin-bottom: 18px; }

.course_about_me_author {
  color: #111111;
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 20px; }

.registration-checkbox-desc {
  font-size: 10px;
  width: calc(100% - 25px);
  text-align: left;
  padding-left: 43px;
  line-height: 1.1;
  display: block; }

.my-material-availability-desc {
  background-color: #eef3f0;
  color: #111111;
  font-weight: 600;
  font-size: 18px;
  padding: 10px;
  text-align: center;
  margin-bottom: 20px; }

.single-cosurse-content-new #materialRightBox .video-link-wrapper,
.single-cosurse-content-new #materialRightBox .video-checkbox-wrapper {
  position: relative; }
.single-cosurse-content-new #materialRightBox .video-checkbox-wrapper {
  display: inline-block;
  margin-left: 10px; }
.single-cosurse-content-new #materialRightBox .stretched-link {
  color: #111111; }
.single-cosurse-content-new #materialRightBox .collapsed .stretched-link,
.single-cosurse-content-new #materialRightBox .collapsed .video-full-time {
  color: #fff; }
.single-cosurse-content-new #materialRightBox .collapsed.finished .stretched-link,
.single-cosurse-content-new #materialRightBox .collapsed.finished .video-full-time {
  color: #111111; }
.single-cosurse-content-new #materialRightBox .custom-checkbox [type="checkbox"]:checked + label:after {
  right: 0.4em;
  top: 0.2em; }
.single-cosurse-content-new #materialRightBox .video-full-time {
  display: inline-block;
  vertical-align: text-bottom; }
.single-cosurse-content-new #materialRightBox .video-more-info-box {
  flex-shrink: 0; }

.cart-step-2 .cart-new-account-user-exist {
  border-bottom: none;
  margin-top: 0;
  margin-bottom: 0; }
.cart-step-2 #user-exists {
  color: #f00; }

#materialRightBoxNotes .card-header .btn {
  background-color: #e7f1eb; }
  #materialRightBoxNotes .card-header .btn:before {
    display: none; }

.img-blog {
  margin: 0 auto; }

.single-cosurse-slider-init .slick-dots {
  z-index: 10; }

#download-file-info {
  position: absolute;
  width: 360px;
  left: calc(50% - 180px);
  top: 30%;
  border: 1px solid rgba(0, 0, 0, 0.125);
  padding: 10px;
  text-align: center;
  font-weight: 500;
  font-size: 24px; }

.set-element-short-desc {
  margin-top: 30px; }

#cart-invoice-inputs {
  margin-bottom: 30px; }

#promoted-offer-box .video-content .btn-small span {
  font-size: 16px; }

.course-list-item-price {
  color: #212529;
  font-weight: 600;
  font-size: 18px; }
  .course-list-item-price strike {
    font-size: 18px;
    margin-right: 10px;
    color: #DB2B1D; }
  .course-list-item-price span {
    color: #212529;
    font-size: 18px; }

.login-form-2 .login-box-input-container {
  position: relative; }
  .login-form-2 .login-box-input-container .show-password {
    top: 0;
    right: 0; }

.my-material-access {
  margin-top: 35px;
  color: #aaaaaa;
  font-size: 14px; }
  .my-material-access .my-material-access-label {
    margin-left: 15px;
    color: #fff;
    font-size: 12px;
    background-color: #b9b9b9;
    border-radius: 2px;
    padding: 2px 6px; }
  .my-material-access .my-material-infinite-access-label {
    display: inline-block;
    margin-left: 15px;
    vertical-align: middle; }

.unavailable-materials-header {
  color: #111111;
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 20px; }

.btn-reverse-green {
  background-color: transparent;
  color: #067431;
  border: 2px solid #067431;
  -webkit-transition: all ease-in-out 400ms;
  -o-transition: all ease-in-out 400ms;
  transition: all ease-in-out 400ms;
  border-radius: 5px;
  padding: 13px 30px;
  font-size: 18px;
  letter-spacing: 0.27px; }

.btn-reverse-green:hover {
  background-color: #067431;
  color: #fff;
  -webkit-transition: all ease-in-out 400ms;
  -o-transition: all ease-in-out 400ms;
  transition: all ease-in-out 400ms; }

#cart-step-box-payment .cart-radio-name {
  width: calc(100% - 80px); }
#cart-step-box-payment .cart-radio-payment-name {
  display: block; }
#cart-step-box-payment .cart-radio-payment-desc {
  color: #000;
  font-size: 12px;
  padding: 5px;
  border-radius: 5px; }
  #cart-step-box-payment .cart-radio-payment-desc.cart-radio-payment-desc-green {
    color: #067431;
    background-color: #e8edea; }
  #cart-step-box-payment .cart-radio-payment-desc.cart-radio-payment-desc-orange {
    color: #000;
    background-color: #fff8f5; }

.cart-step-box-payment .cart-radio-payment-desc {
  display: none; }

.all-of-them-inner.faq-content {
  padding-bottom: 0; }

.faq-content .course-table-accordion .card-header .btn.collapsed {
  border-radius: 5px;
  background-color: #f8f8f8; }
.faq-content .course-table-accordion .card {
  border-radius: 5px; }

.my-material {
  position: relative; }
  .my-material .cart-step-circle {
    position: absolute;
    content: '';
    -webkit-border-radius: 50% !important;
    -moz-border-radius: 50% !important;
    border-radius: 50% !important;
    background-color: #067431;
    color: #ffffff;
    width: 35px;
    height: 35px;
    left: -17px;
    top: 24px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    font-size: 15px;
    text-align: center;
    line-height: 35px;
    z-index: 1; }

@media (max-width: 1900px) {
  .footer-copyright p {
    font-size: 13px; }

  .footer-top {
    padding: 80px 0; } }
@media all and (min-width: 992px) {
  .header-left .navbar-nav .nav-item.dropdown:hover .dropdown-menu {
    display: block; } }
@media (max-width: 767px) {
  .my-material .cart-step-circle {
    left: 5px; } }
/* popup warning */
@media (min-width: 1536px) {
  #warningPopUp .modal-dialog {
    max-width: 1580px; } }
@media (min-width: 1360px) {
  #warningPopUp .modal-dialog {
    max-width: 1300px; } }
@media (max-width: 1360px) {
  #warningPopUp .modal-dialog {
    max-width: 90%;
    margin-left: 5%; } }
#warningPopUp .modal-dialog .modal-content {
  background-color: #f01e2b;
  background-image: url("../img/popup/warning_login.png");
  background-size: cover;
  min-height: 500px;
  background-repeat: no-repeat;
  background-position: right center; }
  @media (max-width: 1360px) {
    #warningPopUp .modal-dialog .modal-content {
      background-image: none;
      min-height: auto; } }
  @media (min-width: 1536px) {
    #warningPopUp .modal-dialog .modal-content {
      top: calc((100vh - 500px) / 2); } }
  @media (max-width: 768px) {
    #warningPopUp .modal-dialog .modal-content {
      padding: 0px; } }
  #warningPopUp .modal-dialog .modal-content .warning-popup-text {
    width: 40%; }
    @media (max-width: 1360px) {
      #warningPopUp .modal-dialog .modal-content .warning-popup-text {
        width: 100%; } }
    #warningPopUp .modal-dialog .modal-content .warning-popup-text span.warning-popup-title {
      color: white;
      font-size: 42px;
      display: block;
      line-height: 42px;
      margin-bottom: 30px; }
      @media (max-width: 768px) {
        #warningPopUp .modal-dialog .modal-content .warning-popup-text span.warning-popup-title {
          font-size: 21px;
          line-height: 21px;
          margin-bottom: 15px; } }
    #warningPopUp .modal-dialog .modal-content .warning-popup-text .warning-popup-content {
      color: white;
      font-size: 22px;
      display: block;
      font-weight: 300; }
      @media (max-width: 768px) {
        #warningPopUp .modal-dialog .modal-content .warning-popup-text .warning-popup-content {
          font-size: 18px; } }
    #warningPopUp .modal-dialog .modal-content .warning-popup-text .warning-btn {
      color: #111111;
      font-size: 18px;
      font-weight: bold;
      font-family: 'Source Sans Pro', sans-serif;
      background: #FFFFFF;
      border-radius: 5px;
      padding: 18px 35px;
      margin-top: 40px;
      display: inline-block; }
      @media (max-width: 768px) {
        #warningPopUp .modal-dialog .modal-content .warning-popup-text .warning-btn {
          margin-top: 20px;
          font-size: 16px;
          padding: 9px 9px; } }

.materials-stats-header {
  margin-bottom: 70px; }
.my-stats-box-top {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 55px;
  margin-bottom: 40px; }

.my-stats-user-others {
  margin: 0 35px; }

.my-stats-user-place {
  font-size: 60px;
  font-weight: bold;
  line-height: 1; }

.my-stats-user-all {
  color: #111111;
  font-size: 21px;
  font-weight: 600; }

.my-stats-user-img-box {
  position: relative; }

.my-stats-user-img {
  border-radius: 50%;
  width: 97px;
  height: 97px;
  max-width: none; }

.my-stats-user-star {
  position: absolute;
  right: -4px;
  bottom: -4px; }

.my-stats-user-desc {
  color: #111111;
  font-size: 21px;
  font-weight: 600;
  max-width: 250px; }

.my-stats-progress-elem {
  margin-bottom: 10px; }

.my-stats-progress-elem .progress {
  min-width: 200px;
  background-color: #dddddd;
  height: 8px; }

.my-stats-progress-elem .progress .progress-bar {
  background-color: #067431; }

.my-stats-progress-img {
  margin-right: 15px; }

.my-stats-box-bottom {
  margin-bottom: 100px; }

.my-stats-elem-box {
  margin-left: 25px; }

.my-stats-elem-desc {
  color: #545454;
  font-size: 18px;
  line-height: 1; }

.my-stats-elem-data {
  color: #111111;
  font-size: 21px;
  font-weight: 600; }

.community-ask-product,
.community-ask-product a {
  color: #B9B9B9;
  font-size: 16px;
  margin-left: 40px; }

.community-ask-edit {
  background-color: #EEF3F0;
  color: #067431;
  font-size: 14px;
  font-weight: 600;
  padding: 5px 10px;
  font-weight: 600;
  border-radius: 5px; }
  .community-ask-edit:hover {
    color: #067431; }

.forum-ask-not-available {
  display: none;
  position: fixed;
  z-index: 11;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto; }

.forum-ask-not-available .modal-content {
  background-color: #fefefe;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 90vh;
  padding: 30px;
  border: 1px solid #888;
  width: 450px; }
  @media (max-width: 550px) {
    .forum-ask-not-available .modal-content {
      width: 90%;
      padding: 15px; } }

.forum-ask-not-available .forum-ask-not-available-body {
  padding: 30px 0; }

.forum-ask-not-available .close-btn {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 20px;
  right: 20px; }

.forum-ask-not-available h4 {
  font-size: 26px;
  font-weight: 600; }

.forum-ask-not-available .close-btn:hover,
.forum-ask-not-available .close-btn:focus {
  color: black;
  text-decoration: none;
  cursor: pointer; }

.user-groups-empty {
  font-size: 18px;
  font-weight: 600;
  color: #111111;
  text-align: center;
  margin-bottom: 45px; }

.user-groups-new {
  border-radius: 5px;
  box-shadow: 0px 10px 25px #00000012;
  padding: 40px 20px;
  margin-bottom: 20px; }
  .user-groups-new .user-groups-new-label {
    font-size: 26px;
    font-weight: 600;
    color: #333333;
    margin-bottom: 25px;
    text-align: center; }
  .user-groups-new input {
    border-radius: 7px;
    width: 100%;
    border: 1px solid #dbdbdb;
    padding: 20px 30px;
    margin-bottom: 30px; }
  .user-groups-new textarea {
    border-radius: 7px;
    width: 100%;
    border: 1px solid #dbdbdb;
    padding: 20px 30px;
    margin-bottom: 45px; }
  .user-groups-new .user-groups-new-btn {
    text-align: center; }

.user-groups-del {
  font-size: 26px;
  font-weight: 600;
  color: #111111;
  text-align: center;
  margin-top: 80px; }

.community-group-header {
  color: #111111;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px; }

.community-group-box {
  background-color: #e5f1ea;
  border-radius: 7px;
  padding: 30px;
  margin-bottom: 15px; }

.community-group-title {
  color: #111111;
  font-size: 24px;
  font-weight: 600; }

.community-group-desc {
  font-size: 16px;
  color: #545454; }

.community-group-date {
  color: #B9B9B9;
  font-size: 14px; }

.community-group-num {
  text-align: center;
  background-color: #067431;
  border-radius: 7px;
  color: #FFFFFF;
  font-size: 12px;
  min-width: 42px;
  line-height: 17px;
  padding: 4px;
  margin-left: 9px; }

.community-group-num span {
  display: block;
  font-size: 20px; }

.community-group-quest-num {
  background-color: #740674;
  border-radius: 7px;
  color: #FFFFFF;
  font-size: 12px;
  padding: 4px;
  margin-left: 9px;
  text-align: center;
  min-width: 42px;
  line-height: 17px; }

.community-group-quest-num span {
  display: block;
  font-size: 20px; }

.community-group-item {
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  padding: 50px;
  margin-bottom: 50px; }

.community-group-item-header {
  color: #067431;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 10px; }

.community-group-item-desc {
  color: #333333;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 30px; }

.community-group-item-link {
  border: 1px solid #dbdbdb;
  border-radius: 7px;
  padding: 25px;
  font-size: 20px;
  margin-bottom: 10px; }

.community-group-item-view {
  color: #067431;
  font-size: 18px;
  font-weight: 600; }
  .community-group-item-view:hover {
    color: #067431; }

.community-group-item-users {
  margin-top: 35px; }

.community-group-user-header {
  color: #111111;
  font-size: 18px;
  font-weight: 600; }

.community-group-user-name {
  color: #333333;
  font-size: 26px;
  font-weight: 600; }

.community-group-user-remove {
  color: #e30000;
  font-size: 26px;
  font-weight: 600;
  background-color: transparent;
  border: none; }

.community-group-invite {
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.12);
  border-radius: 5px;
  padding: 50px;
  margin-bottom: 50px; }

.community-group-invite-header {
  color: #333333;
  font-size: 26px;
  font-weight: 600; }

.community-group-invite-desc {
  color: #067431;
  font-size: 18px;
  font-weight: 600; }

.my-coursegroup-icon {
  background-image: url("../images/grupy.png"); }

.write-comment-desc {
  color: #b9b9b9;
  font-size: 14px;
  display: block;
  margin-bottom: 10px; }

@media (max-width: 767px) {
  .my-stats-user-desc {
    margin: 25px 0;
    max-width: none; }

  .my-stats-box-top {
    padding-bottom: 25px; }

  .my-stats-box-bottom {
    margin-bottom: 35px; }

  .my-stats-elem {
    margin-bottom: 20px; } }
.page-heading-new h2 {
  font-size: 56px;
  line-height: 62px;
  font-weight: 600;
  margin-bottom: 18px; }

.page-heading-new.page-heading-medium h2 {
  font-size: 36px;
  line-height: 40px;
  margin-bottom: 0; }

.blog-detail-content .course-introduction h2 {
  color: #111111;
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 20px; }

@media (max-width: 991px) {
  .page-heading-new h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 10px; } }
@media (max-width: 576px) {
  .blog-detail-content .course-introduction h2 {
    font-size: 24px;
    line-height: 30px; } }
.community-ask-top.community-ask-top-narrow {
  padding: 0 135px 0 40px; }

.community-ask-top.community-ask-top-narrow .community-ask-icons {
  right: calc(-21px - 15px - 135px); }

.community-answer-verified {
  margin-right: 9px; }

@media (max-width: 767px) {
  .community-ask-top.community-ask-top-narrow {
    padding: 0 0 0 42px; }

  .community-ask-top.community-ask-top-narrow .community-ask-icons {
    right: 0; } }
.banner-expert-description {
  margin: 35px 0;
  font: normal normal 600 21px/26px Source Sans Pro;
  letter-spacing: 0px;
  color: #111111;
  display: flex;
  align-items: center; }

.banner-expert-description img {
  margin-right: 25px; }
  @media (max-width: 767px) {
    .banner-expert-description img {
      margin-right: 10px; } }

.course-expert-box {
  background-color: #e7f1eb;
  border-radius: 5px;
  display: flex;
  padding: 40px 35px; }

.course-expert-box-left {
  padding-right: 60px; }

.course-expert-box-left h4 {
  color: #111111;
  font: normal normal 600 28px/38px Source Sans Pro;
  letter-spacing: 0px;
  margin-bottom: 10px; }

.course-expert-box-left p {
  color: #545454;
  font: normal normal normal 16px/24px Source Sans Pro;
  letter-spacing: 0px; }

.course-expert-right {
  background-color: #ffffff;
  border-radius: 5px;
  min-width: 330px;
  display: flex;
  align-items: center;
  position: relative; }

.course-expert-right .course-expert-right-box1 img {
  margin: 0 20px; }

.course-expert-right h5 {
  color: #111111;
  font: normal normal 600 18px/24px Source Sans Pro;
  letter-spacing: 0px; }

.course-expert-right span {
  color: #067431;
  font: normal normal 600 16px/32px Source Sans Pro;
  letter-spacing: 0px; }

.course-expert-right .course-expert-right-box1 {
  min-width: 126px; }

.course-expert-badge {
  position: absolute;
  right: -10px;
  bottom: -20px;
  max-width: 72px; }

@media (max-width: 1360px) {
  .course-expert-box {
    flex-wrap: wrap; }

  .course-expert-box-left {
    padding-right: 0; }

  .course-expert-box-left p {
    margin-bottom: 20px; }

  .course-expert-right {
    width: 100%;
    padding: 20px 0; } }
@media (max-width: 460px) {
  .course-expert-right {
    min-width: initial; }

  .course-expert-badge {
    display: none; } }
.is_ending_access {
  background-color: #ffd343;
  text-align: center;
  color: #393939;
  font: normal normal 600 16px/32px Source Sans Pro;
  letter-spacing: 0px;
  padding: 10px;
  position: relative; }
  .is_ending_access.is_ending_access_hidden {
    display: none; }
  .is_ending_access .btn {
    margin-left: 20px; }
  .is_ending_access .close_is_ending_access {
    font-size: 28px;
    position: absolute;
    right: 20px; }
    .is_ending_access .close_is_ending_access:hover {
      cursor: pointer; }

.course-movies-logs-before-header,
.course-movies-logs-after-header {
  text-transform: uppercase;
  font: normal normal 600 16px Source Sans Pro;
  letter-spacing: 0px;
  margin-bottom: 10px;
  display: block; }

.course-movies-logs-before-header {
  color: #db2b1d; }

.course-movies-logs-after-header {
  color: #067431; }

.course-movies-logs-desc {
  color: #545454;
  font: normal normal normal 16px/28px Source Sans Pro;
  letter-spacing: 0px; }

.course-movies-logs-btn {
  color: #067431;
  background-color: #fff;
  border: 2px solid #067431;
  border-radius: 5px;
  padding: 10px 20px 10px 35px;
  margin-top: 25px;
  font: normal normal 600 16px Source Sans Pro;
  letter-spacing: 0.24px;
  display: inline-block;
  position: relative; }
  .course-movies-logs-btn:before {
    content: '\f0da' !important;
    position: absolute;
    left: 20px;
    top: 0;
    width: 20px;
    height: 20px;
    display: block;
    font-size: 18px;
    font-family: "Font Awesome 5 Pro";
    top: calc(50% - 9px);
    line-height: 20px;
    color: #067431; }
  .course-movies-logs-btn:hover {
    color: #067431; }

.my-changelog-icon {
  background-image: url("../images/change_log.png"); }

.my-changelog-icon.my-account-nav-icon {
  height: 22px; }

.course-movies-logs-new-badge {
  color: #fff;
  font: normal normal 600 14px/32px Source Sans Pro;
  letter-spacing: 0.21px;
  text-transform: uppercase;
  background-color: #db2b1d;
  border-radius: 5px;
  margin-left: 10px;
  padding: 3px 11px; }

.social-tiktok:hover {
  border-color: #000; }

/* .fa-tiktok:before {
  content: "\e07b";
} */
.my-changelog-count {
  background-color: #db2b1d;
  color: #fff;
  font: normal normal 600 14px Source Sans Pro;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  margin-left: 8px;
  text-align: center;
  line-height: 20px; }

.is_ending_access_text {
  position: relative;
  padding-left: 30px; }

.is_ending_access_text:before {
  position: absolute;
  left: 0;
  top: calc(50% - 10px);
  content: '';
  width: 20px;
  height: 20px;
  background-image: url("../images/info-icon.svg");
  background-repeat: no-repeat; }

#my_material .my-material .my-material-box {
  position: relative;
  z-index: 1; }
#my_material .my-material .is_ending_access {
  border-radius: 5px;
  padding: 20px 10px 10px;
  margin-top: -10px; }

.manual-discount-offer {
  background-color: #eef3f0;
  border-radius: 5px;
  padding: 20px;
  color: #393939;
  font: normal normal 600 16px Source Sans Pro; }
  .manual-discount-offer .manual-discount-offer-text {
    position: relative;
    padding-left: 30px; }
    .manual-discount-offer .manual-discount-offer-text:before {
      position: absolute;
      left: 0;
      top: calc(50% - 10px);
      content: '';
      width: 23px;
      height: 23px;
      background-image: url("../images/promo-icon.svg");
      background-repeat: no-repeat; }
      @media (max-width: 576px) {
        .manual-discount-offer .manual-discount-offer-text:before {
          top: 0; } }
  .manual-discount-offer .manual-discount-offer-save {
    color: #db2b1d; }
  .manual-discount-offer .btn.btn-green {
    padding: 7px 20px;
    margin-left: 20px;
    font: normal normal normal 16px Source Sans Pro; }

@media (max-width: 1360px) {
  .manual-discount-offer .btn.btn-green.manual-discount-offer-btn {
    display: block;
    margin: 20px auto 0;
    max-width: 165px; } }
.manual-discount-set-offer {
  margin-top: 20px; }

.blog-detail-desc .course-introduction ul li {
  position: relative;
  color: #545454;
  font-size: 18px;
  line-height: 28px;
  padding-left: 29px; }
  .blog-detail-desc .course-introduction ul li:before {
    content: '';
    background-color: #067431;
    position: absolute;
    border-radius: 0;
    width: 8px;
    height: 8px;
    left: 0;
    top: 10px; }
.blog-detail-desc .course-introduction ul li a {
  color: #545454;
}
.cart-payment-btn-logo {
  max-width: 180px;
  margin: 0 auto 15px; }

@media (max-width: 992px) {
  .cart-payment-btn-logo {
    max-width: 150px;
    margin: 0 auto 5px; } }

/*# sourceMappingURL=style_new.css.map */
