﻿.text-uppercase {
  text-transform: uppercase;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.registration-page .page-body {
  max-width: 100%;
}

.registration-page .form-fields {
  padding-top: 0 !important;
  padding-bottom: 10px !important;
}

.section-content {
  padding: 25px 30px;
}

.p-10 {
  padding: 10px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-20 {
  padding-top: 20px;
}

.pr-5 {
  padding-right: 5%;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.font-size-12 {
  font-size: 12px;
  white-space: normal;
}

.section-title {
  font-size: 18px !important;
  display: block;
  margin: 25px 30px;
  font-weight: bold;
}

.text-danger {
  color: red;
}

.text-upercase {
  text-transform: uppercase;
}

.photo-info {
  margin-bottom: 0;
  padding-left: .25rem;
  color: #7E7E7E;
}

.registration-page .page-body .title {
  background-color: white;
}

.registration-page .page-body .form-fields {
  padding: 25px 30px;
}

.upload-picture-block {
  display: flex;
  flex-direction: row;
}

.photo-side-panel {
  display: flex;
  flex-direction: column;
}

.picture-tip {
  margin-top: 10px;
}

.picture-container > div img {
  width: 120px;
  height: 120px;
  margin-right: 25px;
  border: 1px solid #E9E9E9;
  border-radius: 10px;
}

.upload-image-button {
  margin-bottom: 10px;
}

.qq-upload-button-selector {
  font-size: 13px;
  padding: 5px 15px 5px 15px;
  color: #5080AD;
  text-transform: uppercase;
  border: 1px solid #5080AD;
  margin-bottom: 5px;
}

.remove-image-button {
  padding-left: .25rem;
  padding-right: .25rem;
}

  .remove-image-button > span {
    display: block;
    cursor: pointer;
    font-size: 13px;
    background: white;
    padding: 5px 15px 5px 15px;
    color: red;
    text-transform: uppercase;
    border: 1px solid red;
  }

.qq-upload-button-hover {
  background: white !important;
}

.logo-example > img {
  padding-right: 5px;
}

#map {
  height: 280px;
  width: 100%;
}

.uploaded-image > img {
  object-fit: contain;
}

.info-right-panel {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.user-location-map {
  margin-bottom: 20px;
}

.input-icon {
  position: relative;
}

  .input-icon input[type="text"] {
    padding-left: 30px;
  }

  .input-icon i {
    font-size: 14px;
    position: absolute;
    left: 15px;
    top: 14px;
    color: #4F5A64;
  }

.products-carousel .product-grid .vendor-details-box, .product-list .vendor-details-box {
  display: flex;
  align-items: center;
  padding: 5px 10px;
}

.products-carousel .product-grid .vendor-details-box {
  justify-content: center;
}

.products-carousel .product-list .vendor-details-box {
  justify-content: flex-start;
  padding: 5px 0px;
}

.products-carousel .vendor-details-box .vendor-profile-image-rounded {
  border: 4px solid #E9E9E9;
  border-radius: 11px;
  height: 40px;
  width: 40px;
  object-fit: cover;
  display: inline-block
}

.products-carousel .vendor-details-box .vendor-name {
  margin-left: 5px;
  color: #4F5A64;
  font-size: 14px;
  font-weight: bold;
}
/*
.vendor-details-box:not(.products-carousel) {
  display: none;
}*/

.stripe-wrapper {
  border: 1px solid #AFAFAF;
  margin: 30px;
  margin-top: 100px;
}

.stripe-body {
  padding: 20px 50px;
}

.stripe-header {
  margin-top: -55px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #AFAFAF;
  padding-bottom: 20px;
}

  .stripe-header > img {
    height: 100px;
    width: 100px;
    object-fit: contain;
  }

.stripe-title {
  color: #4F5A64;
  font-weight: bold;
  font-size: 20px;
  display: block;
  margin-top: 20px;
}

.stripe-verified-badge {
  display: block;
  width: 25px;
  height: 25px;
  object-fit: contain;
}

.stripe-info {
  color: #4F5A64;
  font-size: 18px;
  margin-top: 20px;
  display: block;
}

.stripe-info-error {
  color: #EB2D23;
  font-size: 18px;
  margin-top: 20px;
  display: block;
}

.stripe-info-sm {
  color: #4F5A64;
  font-size: 16px;
  margin-top: 20px;
  display: block;
}

.stripe-info-bolded {
  color: #4F5A64;
  font-size: 18px;
  margin-top: 20px;
  font-weight: bold;
  display: block;
}

.stripe-logo-sm {
  margin-top: 35px;
}

.stripe-footer {
  padding: 20px 50px;
  border-top: 1px solid #AFAFAF;
}

.stripe-action-button {
  border: 1px solid #205A92;
  color: #205A92;
  min-width: 120px;
  background-color: white;
  padding: 15px 30px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  outline: 1px solid transparent;
  transition: all 0.2s ease;
}

  .stripe-action-button:hover {
    outline-color: #205A92;
  }

@media only screen and (max-width: 600px) {
  .stripe-wrapper {
    max-width: 100%;
    margin: 20px;
    margin-top: 100px;
  }

  .stripe-body {
    padding: 16px 16px;
  }

  .stripe-verified-badge {
    margin: auto;
  }
}

@media only screen and (max-width: 647px) {
  .ticket-wrapper {
    justify-content: center;
  }
  .ticket {
    margin-right: 0 !important;
  }
}

.listing-button {
  border: 1px solid #EB2D23;
  color: white;
  min-width: 120px;
  background-color: #EB2D23;
  padding: 15px 30px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  outline: 1px solid transparent;
  transition: all 0.2s ease;
/*  position: fixed;
  bottom: 20px;
  right: 20px;*/
  box-shadow: 3px 2px 9px rgba(79,90,100, 0.7);
  z-index: 1000;
  float: right;
  margin-bottom: 20px;
  margin-right: 20px;
}

  .listing-button:hover {
    box-shadow: 3px 2px 13px rgba(79,90,100, 1);
    color: white;
  }

.quantity-uom {
  color: #4F5A64;
  font-weight: normal;
}

.using-stripe-info {
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
  align-items: flex-end
}

.using-stripe-info-text {
  color: #7E7E7E;
  margin-left: 15px;
  font-size: 12px;
}

.using-stripe-info-img {
  height: 25px;
}

.product-social-buttons .twitter a {
  background-color: #E9E9E9;
}

.product-social-buttons .pinterest a {
  background-color: #E9E9E9;
}

.product-social-buttons .google a {
  background-color: #E9E9E9;
}

.product-social-buttons .facebook a {
  background-color: #E9E9E9;
}

  .product-social-buttons .facebook a:hover {
    outline-color: #E9E9E9;
  }

.product-social-buttons .twitter a:hover {
  outline-color: #E9E9E9;
}

.product-social-buttons .pinterest a:hover {
  outline-color: #E9E9E9;
}

.product-social-buttons .google a:hover {
  outline-color: #E9E9E9;
}

.free-event-description {
  display: block;
  color: #4F5A64;
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 20px;
  max-width: 450px;
}

ul.social-sharing * {
  margin-left: 2px;
}

.product-donate-wrapper {
  background: white;
  margin-bottom: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
}

  .product-donate-wrapper * {
    margin-right: 8px;
  }

.product-donate-title {
  color: #EB2D23;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  display: block;
}

.pill-btn input + span {
  border-radius: 20px;
  margin-bottom: 15px;
  margin-right: 10px;
  border: 1px solid #5080AD;
  background-color: #fff;
  color: #5080AD;
  cursor: pointer;
  transition: 0.3s all ease;
}

.pill-btn input:checked + span {
  background-color: #5080AD;
  color: #fff;
}

.pill-btn label {
  font-size: 12px;
  width: max-content;
  display: inline-block;
  float: left;
}

  .pill-btn label span {
    text-align: center;
    padding: 8px 20px;
    display: block;
  }

  .pill-btn label input {
    display: none;
  }

.event-listing-page .my-events {
  background-color: #FFF;
  border: 1px solid #CCCCCC;
  margin-bottom: 20px;
}

.event-item-picture {
  width: 150px;
  height: 150px;
  object-fit: cover;
}

@media (max-width: 992px) {
  .event-item-picture {
    width: 120px;
    height: 120px;
  }
}

.event-listing-page .event-item .row,
.account-page .event-item .row {
  padding: 25px 10px;
  border-bottom: 1px solid #CCCCCC;
  margin: 0;
}

  .event-listing-page .event-item .row img,
  .account-page .event-item .row img {
    margin-bottom: 10px;
  }

.event-listing-page .event-item:last-child .row, .account-page .event-item:last-child .row {
  border-bottom: none;
}

.event-listing-page .event-title,
.account-page .event-title {
  font-size: 18px;
  color: #333;
  margin-bottom: 15px;
  text-align: left;
}

.event-item-actions {
  text-align: right;
  padding: 25px 0 35px 0;
  border-bottom: 1px solid #E3E3E3;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  gap: 5px;
}

  .event-item-actions > * {
    margin-left: 10px;
  }

.event-listing-page .event-info,
.account-page .event-info {
  font-size: 13px;
  display: inline-block;
  color: #333;
  text-align: left;
}

  .event-listing-page .event-info,
  .account-page .event-info [class^="order-"] {
    margin-left: 5px;
  }

    .event-listing-page .event-info li,
    .account-page .event-info li {
      font-weight: bold;
      padding-bottom: 4px;
    }

      .event-listing-page .event-info li:last-child,
      .account-page .event-info li:last-child {
        padding-bottom: 0;
      }

    .event-listing-page .event-info + .buttons,
    .account-page .event-info + .buttons {
      width: 100%;
      bottom: 0;
      right: 10px;
      border: none;
      padding: 10px;
      text-align: right;
    }

      .event-listing-page .event-info + .buttons .order-details,
      .account-page .event-info + .buttons .order-details {
        text-transform: uppercase;
        display: inline-block;
        border: none;
        background-color: #E9E9E9;
        color: #4F5A64;
        font-size: 12px;
        padding: 10px 20px;
        width: auto;
        height: auto;
        margin: 0 2px;
        border: none;
        background-image: none;
        background-repeat: no-repeat;
      }

.order-details-area ul {
  margin: 0;
  width: 100%;
}

  .order-details-area ul li {
    font-size: 13px;
    color: #707070;
  }

.order-details-area .title {
  font-size: 14px;
  margin-bottom: 15px;
  color: #707070;
}

.payment-status {
  text-transform: uppercase;
  font-weight: bold;
}

  .payment-status.pending {
    color: #EB2D23;
  }

  .payment-status.paid {
    color: #5080AD;
  }

  .payment-status.authorized {
    color: #4F5A64;
  }

.html-order-details-page table .total {
  text-align: right;
  text-transform: uppercase;
  font-weight: bold;
  color: #759BBF;
}

.html-order-details-page table .pic img {
  width: 56px;
  height: 56px;
  object-fit: cover;
}

.html-order-details-page table .quantity {
  text-align: center;
}

.html-order-details-page .event-total {
  font-size: 21px;
  font-weight: bold;
  color: #759BBF;
}

.listing-button-wrapper {
  padding: 0 0 0 16px;
}

.publish-listing-buttons {
  text-align: left;
  padding: 10px 30px;
}

#dropzone {
  width: 100%;
}

.dz-message {
  font-size: 14px;
}

.dropzone .dz-message {
  text-align: left;
  margin: 0px;
}

.dropzone {
  border: none;
  padding: 0px 0px;
}

  .dropzone .dz-message img {
    height: 100px;
    margin-right: 8px;
    margin-top: 8px;
    object-fit: contain;
  }

  .dropzone.dz-clickable {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }

  .dropzone .dz-preview.dz-image-preview {
    margin-top: 10px;
    margin-left: 10px;
  }

.add-new-image-wrapper {
  width: 120px;
  height: 120px;
  border: 2px dotted #E9E9E9;
  border-radius: 14px;
  display: flex;
  align-items: center;
  margin-top: 8px;
  margin-right: 16px;
  opacity: 0.8;
  justify-content: center;
  transition: 0.5s all ease;
}

  .add-new-image-wrapper:hover {
    border: 2px solid #E9E9E9;
    opacity: 1;
  }

  .add-new-image-wrapper img {
    width: 20px;
    height: 20px;
    margin-right: 0px !important;
    margin-top: 0px !important;
    opacity: 0.8;
  }

.image-holder {
  border-radius: 12px;
  border: 2px solid #E9E9E9;
  width: 120px;
  height: 136px;
  object-fit: cover;
}

.add-additional-images {
  height: 100px;
  margin-right: 8px;
  display: none;
  margin-top: 8px;
  object-fit: contain;
}

.image-wrapper {
  position: relative;
  width: 120px;
  margin-right: 16px;
  margin-top: 10px;
}

.remove-button {
  background: rgba(255,255,255,0.86);
  cursor: pointer !important;
  position: absolute;
  padding: 5px;
  right: 3px;
  top: 6px;
  border-radius: 6px;
}

.dz-details {
  display: flex;
  align-items: center;
}

.add-additional-images:last-child {
  display: inline-block;
}

.dropzone.dz-started .dz-message {
  display: block;
}

.item-box .picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*INPUTS*/
input[type="search"] {
  border-radius: 0;
  height: 36px; /*safari padding fix*/
  border: 1px solid #e9e9e9;
  padding: 0 8px;
  vertical-align: middle;
  color: #777;
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
}

  input[type="search"]:focus {
    color: #333;
  }

.inputs input[type="search"] {
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
}

.attributes input[type="search"] {
  min-width: 100px;
  max-width: 100%;
  height: 38px;
}

.payment-info .info input[type="search"] {
  max-width: 400px;
  height: 40px;
}

.payment-info .info input[type="search"] {
  width: 100% !important;
}

.opc input[type="search"] {
  height: 40px;
  max-width: 100%;
}

@media all and (min-width: 481px) {
  .inputs input[type="search"] {
    height: 40px;
    padding: 0 12px;
  }

  .newsletter-email input[type="search"] {
    width: 300px;
  }
}

@media all and (min-width: 769px) {
  .new-comment input[type="search"] {
    width: 400px;
  }
}

.ticket-wrapper {
  display: flex;
  flex-flow: row wrap;
}

.ticket {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 290px;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid #E9E9E9;
  margin-right: 10px;
  margin-bottom: 10px;
}

  .ticket:last-child {
    margin-right: 0px;
  }

.ticket-event-details {
  font-size: 12px;
  padding: 10px 25px;
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #E9E9E9;
}

.ticket-type {
  text-align: center;
  border-bottom: 1px solid #E9E9E9;
  color: #000000;
  text-transform: uppercase;
  padding: 15px 10px;
}

  .ticket-event-details span {
    margin-bottom: 7px;
  }

  .ticket-event-details .ticket-title {
    font-size: 14px;
    font-weight: bold;
  }

  .ticket-event-details .event-date {
    color: #E01A1A;
    font-weight: bold;
  }

.ticket-body {
  padding: 25px;
}

.ticket-qrcode {
  text-align: center;
}

.ticket-holder {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

  .ticket-holder .holder-name {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
  }

  .ticket-holder .holder-email {
    font-size: 14px;
    color: #E01A1A;
  }

.ticket-footer {
  font-size: 12px;
  color: #4F5A64;
  display: flex;
  flex-direction: row;
  border-top: 1px solid #E9E9E9;
}

  .ticket-footer .ticket-number {
    padding: 15px 25px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #E9E9E9;
  }

#ticket-share-form-button {
  width: 100%;
}

.ticket-footer .ticket-share-btn {
  width: 100%;
  background-color: #FFF;
  border: 0;
  padding: 15px 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  cursor: pointer;
}

  .ticket-footer .ticket-share-btn i {
    font-size: 16px;
    color: #EB2D23;
  }

.wallet {
  display: flex;
  gap: 2px;
  align-items: center;
  flex-direction: row;
  justify-content: space-evenly;
}

  .wallet a img {
    width: 115px;
  }

.wallet-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 5px;
}

  .wallet-wrapper a img {
    height: 38px;
  }

@media only screen and (max-width: 540px) {
  .event-item-actions, .wallet-wrapper {
    justify-content: center;
  }
} 


.modal-header button.close {
  float: right;
  margin-top: -35px;
  margin-right: -35px;
  background-color: #F9F9F9;
  padding: 3px 10px;
  box-shadow: none;
  border: 0;
  font-size: 20px;
  color: #999A9C;
  font-weight: 500;
}

.modal-footer button {
  font-size: 12px;
  padding: 10px 20px;
  font-weight: 600;
  text-transform: uppercase;
  min-width: 200px;
}

  .modal-footer button.cancel {
    color: #707070;
    background-color: transparent;
    border: 1px solid transparent;
  }

  .modal-footer button:first-child {
    margin-right: 5px;
  }

  .modal-footer button[type=submit] {
    border: 1px solid #EB2D23;
    background-color: #EB2D23;
    color: #FFF;
  }

.bar-notification {
  top: 0;
  bottom: auto;
}

.donation-wrapper {
  font-size: 14px;
  color: #FFF;
  background: url('../img/donation_background.png');
  height: 134px;
  margin: 0 0 40px 0;
}

  .donation-wrapper div {
    padding: 0;
  }

  .donation-wrapper .donation-info {
    margin-top: 15px;
    padding-left: 25px;
    display: flex;
    flex-direction: column;
  }

  .donation-wrapper .donation-panel {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

.donation-panel label {
  margin-bottom: 10px;
}

.donation-info .title {
  padding-bottom: 15px;
  font-size: 24px;
  font-weight: bold;
  text-transform: uppercase;
}

.donation-input {
  display: flex;
  flex-flow: row wrap;
}

  .donation-input input {
    margin-right: 15px;
  }

.donate-action-button {
  color: #EB2D23;
  border: 0;
  min-width: 120px;
  background-color: white;
  padding: 8px 30px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.2s ease;
}

.location-wrapper {
  margin: 0 0 40px 0;
  border: 1px solid #e9e9e9;
}

  .location-wrapper div {
    padding: 0;
  }

.location-address {
  background-color: #FFF;
}

  .location-address span {
    display: block;
  }

.location-title {
  display: block;
  padding: 20px 40px;
  font-size: 14px;
  font-weight: bold;
  color: #707070;
  text-transform: uppercase;
}

.location-label {
  padding: 10px 40px;
  font-size: 13px;
  font-weight: bold;
  color: #4F5A64;
}

.location-info {
  padding: 10px 40px;
  margin-bottom: 15px;
  font-size: 16px;
  color: #4F5A64;
}

.book-a-spot-button {
  height: 45px;
  border: none;
  background-color: #E90C00;
  padding: 0 28px 0 28px;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  outline: 1px solid transparent;
  transition: all 0.2s ease;
}

.event-guests-page {
  border-top: 1px solid #CCCCCC;
  padding-top: 25px;
}

.event-guest-table {
  background-color: #FFF;
}

  .event-guest-table th {
    font-size: 13px;
    font-weight: normal !important;
  }

  .event-guest-table tr {
    border: 1px solid #CCCCCC;
    height: 70px;
  }

  .event-guest-table tbody tr {
    font-size: 14px;
  }

  .event-guest-table td:first-child {
    width: 1%;
    padding: 5px 20px;
    white-space: nowrap;
  }

  .event-guest-table td:last-child {
    padding-right: 20px;
  }

.guest-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.guest-name {
  font-weight: bold;
  color: #000000;
}

.profile-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../../Content/img/user.svg);
  color: #999A9C;
  background-size: cover;
}

.private-message-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../../Content/img/chat-smile-2-line.svg);
  background-size: cover;
}

.guest-icon {
  padding: 5px 15px;
}

.no-result-text {
  font-size: 16px;
  margin: 0;
  padding: 5px;
  text-align: center
}

.button {
  padding: 10px 15px;
  font-size: 12px;
  text-transform: uppercase;
}

  .button:first-child {
    margin-right: 10px;
  }

  .button.decline {
    color: #EB2D23;
    border: 1px solid #EB2D23;
  }

  .button.accept {
    color: #00AE40;
    border: 1px solid #00AE40;
  }

.guest-list-wrapper {
  padding: 25px 25px;
  background-color: #FFF;
  border: 1px solid #e9e9e9;
  margin-bottom: 25px;
}

.guest-title {
  display: block;
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: bold;
  color: #707070;
  text-transform: uppercase;
}

.customer-pill {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 20px;
  margin-bottom: 20px;
  margin-right: 10px;
  border: 1px solid #5080AD;
  background-color: #fff;
  color: #5080AD;
  transition: 0.3s all ease;
  font-size: 14px;
  font-weight: bold;
}

  .customer-pill.complete,
  .customer-pill.processing {
    color: #00AE40;
    border: 1px solid #00AE40;
  }

  .customer-pill.pending {
    color: #B1B1B1;
    border: 1px solid #B1B1B1;
  }

  .customer-pill.cancelled {
    color: #B1B1B1;
    background-color: rgba(177,177,177,0.1);
    border: 1px solid rgba(177,177,177,0.35);
  }

    .customer-pill.cancelled label {
      color: rgba(177,177,177,0.35);
    }

  .customer-pill.view-all {
    color: #FFF;
    background-color: #EB2D23;
    border: 0;
    cursor: pointer;
  }

    .customer-pill.view-all label {
      cursor: pointer;
    }

.product-essential .overview {
  padding-left: 40px;
}

.event-info-wrapper {
  color: #4F5A64;
}

  .event-info-wrapper row {
    margin-bottom: 20px;
  }

  .event-info-wrapper label {
    font-size: 13px;
    font-weight: bold;
  }

  .event-info-wrapper span {
    font-size: 16px;
  }

.tabsingle {
  color: #707070;
  display: inline-block;
  padding: 12px 22px;
  font-size: 13px;
  font-weight: bold;
  text-transform: uppercase;
  cursor: pointer;
}

.targetdiv {
  display: none;
  background-color: #FFF;
  padding: 33px 35px;
}

  .targetdiv.active {
    display: block;
  }

.tab-active {
  border-bottom: 3px solid #E90C00;
}

.description-box table,
.description-box table tr:first-child td {
  border: 0;
}

  .description-box table tr td {
    padding: 15px 30px;
  }

.product-reviews-tab form {
  padding: 20px 0 20px 0;
}

.contact-tab .contact-us-button {
  padding: 15px 25px;
  color: #FFF;
  font-size: 14px;
  font-weight: bold;
  background-color: #E90C00;
  border: 0;
  outline: 1px solid transparent;
  transition: all 0.2s ease;
}

.profile-info-box .avatar img {
  border: 1px solid #707070;
}

.profile-stats {
  font-size: 18px;
  color: #4F5A64;
}

  .profile-stats .title {
    color: #000000;
    font-size: 32px;
    margin-bottom: 25px;
  }

  .profile-stats .email {
    color: #EB2D23;
  }

  .profile-stats ul li {
    margin-bottom: 15px;
  }

.profile-info-box .send-pm {
  margin-left: 24px;
  width: max-content;
  padding: 15px 30px;
  color: #205A92;
  border: 1px solid #205A92;
  font-size: 12px;
  text-transform: uppercase;
}

.no-icon {
  display: inline-block !important;
  background-image: none !important;
  padding: 10px 0 10px 11px !important;
}

.ico-book::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  content: "\f2b9";
}

.store-search-box input.search-box-text {
  background: #BE170E;
}

.vendor-detail-box {
  display: flex;
  padding: 10px;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  border-top: 1px solid rgba(0,0,0,0.1);
  opacity: 1;
}

  .vendor-detail-box:hover {
    opacity: .8;
  }

  .vendor-detail-box .vendor-profile-image-rounded {
    height: 32px;
    width: 32px !important;
    border-radius: 50%;
    object-fit: cover;
  }

  .vendor-detail-box .vendor-name {
    margin-top: 6px;
    color: #333;
    text-align: start;
    margin-left: 10px;
    font-size: 13px;
    padding-bottom: 6px;
    font-weight: bold;
  }

  .vendor-detail-box .vendor-rating {
    margin-left: auto;
    display: flex;
    align-items: center;
  }

    .vendor-detail-box .vendor-rating img {
      width: 16px;
      height: 16px;
    }

    .vendor-detail-box .vendor-rating span {
      color: #333;
      margin-left: 8px;
      font-weight: bolder;
    }

.item-box .prices {
  margin-top: 15px;
}

.per-person-price {
  color: white;
  font-weight: normal;
}

.header-logo a img {
  background: white !important;
}

#goToTop {
  z-index: -1;
}

.cart .subtotal,
.mini-shopping-cart .price strong,
.mini-shopping-cart .totals strong,
.item-box .actual-price,
.overview .product-price,
.variant-overview .product-price,
.compare-products-table .product-price td,
.cart-total .order-total,
/*plugins*/ .productAddedToCartWindowDescription .price,
.sale-of-the-day-offer .timer-info-box,
.sale-of-the-day-offer .price.actual-price {
  color: #EB2D23;
}

.store-search-box input.search-box-text {
  background: #BE170E;
}

/*tailgreeter custom*/
.link-rss,
.cart .remove-from-cart button:hover,
.ajax-loading-block-window:before,
.eu-cookie-bar-notification button,
.header-logo a img,
.mini-shopping-cart .checkout-button,
.mini-shopping-cart button:only-child,
.store-search-box .search-box-button,
.two-columns-area .owl-carousel .owl-dot.active span,
.newsletter-email .newsletter-subscribe-button,
.footer-block .title:after,
.footer-block.quick-contact span:before,
.poll .buttons button,
.filters .ui-slider-range,
.filters .ui-slider-handle,
.contact-vendor-button,
.item-box .rating div,
.item-box .buttons-upper button:hover,
.item-box .buttons-lower button span:before,
.item-box .buttons-lower button span:after,
.pager li > span,
.product-review-box .rating div,
.download-sample-button:hover,
.back-in-stock-subscription .subscribe-button:hover,
.overview .add-to-cart-button,
.variant-overview .add-to-cart-button,
.overview .add-to-wishlist-button:hover,
.variant-overview .add-to-wishlist-button:hover,
.overview .add-to-compare-list-button:hover,
.overview .email-a-friend-button:hover,
.back-in-stock-subscription-page .button-1,
.ui-tabs .ui-tabs-nav li a:after,
.mfp-container .apply-shipping-button,
.write-review .button-1,
.update-wishlist-button,
.wishlist-add-to-cart-button,
.compare-products-page .remove-button:hover,
.enter-password-form button,
.contact-page .button-1,
.email-a-friend-page .button-1,
.apply-vendor-page .button-1,
#check-availability-button:hover,
.registration-page .button-1,
.registration-result-page .button-1,
.login-page .button-1,
.password-recovery-page .button-1,
.account-page .button-1,
.return-request-page .button-1,
.user-agreement-page .button-1,
.login-page .customer-blocks .title.active,
.block-account-navigation .list a:hover,
.block-account-navigation .list .active a,
.account-page ul.info + .buttons button:hover,
.downloadable-products-page .download a:hover,
.order-progress li.active-step a,
.shopping-cart-page .button-1,
.checkout-page .button-1,
.common-buttons .update-cart-button,
.common-buttons .continue-shopping-button,
.cart-collaterals .accordion-tab-title:after,
.cart-collaterals .estimate-shipping-button,
.cart-collaterals .coupon-code button,
.order-details-page .page-title a,
.order-details-page .actions .re-order-button,
.order-details-page .actions .return-items-button,
.opc .back-link a:hover,
.basic-search .inputs.reversed label:after,
.search-input .button-1,
.new-comment .button-1,
.news-list-homepage .view-all a,
.forum-search-box .search-box-button,
.forums-table-section .view-all a,
.forum-actions .actions a:hover,
.topic-actions .actions a:hover,
.topic-post .pm-button:hover,
.profile-info-box .pm-button:hover,
.topic-post .post-actions .quote-post-button,
.topic-post .post-vote > span,
.forum-edit-page .button-1,
.move-topic-page .button-1,
.private-messages .button-1,
/*plugins*/ .nopAjaxCartPanelAjaxBusy:before,
.miniProductDetailsPanelAjaxBusy:before,
.productAddedToCartWindowSummary .button-1,
.selected-options-list > li span:after,
.ui-slider-range,
.ui-slider-handle,
.productPanelAjaxBusy:before,
.infinite-scroll-loader:before,
.nivo-directionNav a:hover,
.nivo-controlNav a:hover,
.nivo-controlNav a.active,
.anywhere-slider:before,
.anywhere-slider .slick-arrow:hover,
.anywhere-slider .slick-active button,
.spc-header li span:after,
.spc-body .loading-overlay:before,
.previous-product a:hover,
.next-product a:hover,
.quick-view-button a:hover,
.quickView .k-loading-image:before,
.quickView .ui-accordion-header-active span,
.ropc .section .title:after,
.ropc .estimate-shipping button,
.ropc .coupon-box-panel .coupon-code button,
.ropc .giftcard-box-panel .coupon-code button,
.ropc .complete-button button,
.rich-blog-homepage .slick-prev:hover,
.rich-blog-homepage .slick-next:hover,
.post-navigation a:hover,
.theme-roller .open-button:hover,
.k-edit-buttons.k-state-default button.k-dialog-insert.k-button,
button.ticket-info-button.k-button:before,
.ticket-buttons .tb-right .k-button.show-reply-button:before,
.ticket-buttons .tb-right .k-button.mark-resolved-button:before,
.ticket-buttons .tb-right .k-button.notes-button:before,
.ticket-buttons .tb-right .k-button.edit-ticket-button:before,
.ticket-buttons .tb-right .k-button.delete-ticket-button:before,
#submit-reply .buttons .k-button,
.my-tickets-page .clear-filters,
.manage-tickets-page .clear-filters,
.k-pager-numbers span.k-state-selected,
.k-widget.confirmation-wrapper button,
.filter-shops-button,
.shop-page .back-to-all-shops a:hover:before,
.shop-map-images .get-directions-to-shop:hover:after,
.cloudzoom-ajax-loader:before,
.gallery .slick-dots .slick-active button,
.overview .submit-ticket-button:hover,
.sale-of-the-day-offer .owl-nav .owl-prev:hover,
.sale-of-the-day-offer .owl-nav .owl-next:hover,
.sale-of-the-day-offer .owl-dot.active,
.sale-of-the-day-offer .go-to-product-page,
.home-page-filter-button .search-button,
.jCarouselMainWrapper .slick-prev:hover,
.jCarouselMainWrapper .slick-next:hover,
.nop-jcarousel .slick-dots .slick-active button,
.nop-jcarousel .slick-dots button:hover,
.price-match-button:hover,
.html-product-details-page .invite-contacts,
.html-event-listings-page .invite-contacts,
.save-price-match-button {
  background-color: #e90c00;
}

  .cart .edit-item a,
  .ui-dialog-titlebar,
  .mini-shopping-cart .cart-button,
  .footer-block a:hover,
  .footer-powered-by a,
  .footer-designed-by a,
  .block .list a:hover,
  .block .view-all a:hover,
  .block .tags li a:hover,
  .product-tags-all-page li a:hover,
  .filters :checked + label,
  .breadcrumb strong,
  .category-item:hover .title a,
  .sub-category-item:hover .title a,
  .manufacturer-item:hover .title a,
  .sub-category-details .inner-title,
  .manufacturer-details .inner-title,
  .sub-category-details li a:hover,
  .vendor-list li a:hover,
  .overview .value a,
  .variant-overview .value a,
  .tier-prices .item-price,
  .product-tags-list a:hover,
  .product-reviews-page h1 a:hover,
  .product-review-helpfulness .vote:hover,
  .update-wishlist-button:hover,
  .wishlist-page .share-info a,
  .enter-password-title,
  .accept-privacy-policy .read,
  .login-page .forgot-password a:hover,
  .login-page .checkout-as-guest-button:hover,
  .account-page .form-fields a,
  .return-request-list-page a:hover,
  .avatar-page .remove-avatar-button:hover,
  .common-buttons button:hover,
  .terms-of-service a,
  .checkout-page .min-amount-warning,
  .order-completed .details a,
  .order-details-page .page-title a:hover,
  .order-details-page .download a,
  .order-details-page .view-details a,
  .order-details-page .actions button:hover,
  .sitemap-page a:hover,
  .post-body a,
  .news-body a,
  .blog-page .tags a,
  .blogpost-page .tags a,
  .blog-posts .read-more:hover,
  .blog-posts .read-comments:hover,
  .news-items .read-more,
  .forum-search-page .search-error,
  .forums-table-section .forum-title a:hover,
  .forums-table-section .topic-title a:hover,
  .topic-post .post-actions .post-link-button,
  .forum-edit-page .button-2:hover,
  .move-topic-page .button-2:hover,
  .private-messages .button-2:hover,
  .private-messages-page .pm-unread,
  .profile-page .topic-title a:hover,
  .vendorinfo-page .remove-picture-button:hover,
  /*plugins*/ .productAddedToCartWindowSummary a:hover,
  .filtersGroupPanel li.checked .filter-item-name,
  .spc-categories .category-inner-title,
  .spc-categories .category-sublist li a:hover,
  .instant-search-item .detail .price,
  .quickView .links-panel a:hover,
  .ropc .cart .remove-product:hover,
  .rich-blog-homepage .read-comments,
  .blog-instant-search .k-item.rich-blog-autocomplete-last-item,
  .blog-page .read-comments,
  .category-list li a,
  .related-posts-list li a,
  .search-term-highlighter,
  .order-details-page .product .submit-ticket-button,
  .getUserGeoLocation:hover,
  .align-map-button:hover,
  .shops-item .show-directions:hover,
  .shop-page .back-to-all-shops a:hover,
  .shop-map-images .get-directions-to-shop:hover,
  .shop-info a,
  .nop-jcarousel .category-item:hover .title a,
  .nop-jcarousel .sub-category-item:hover .title a,
  .nop-jcarousel .manufacturer-item:hover .title a,
  .nop-jcarousel .vendor-item:hover .title a,
  .price-match-form .title strong,
  .price-match-requests-page .details a:hover {
    color: #e90c00;
  }

  .mini-shopping-cart .checkout-button:hover,
  .mini-shopping-cart button:only-child:hover,
  .poll .buttons button:hover,
  .contact-vendor-button:hover,
  .overview .add-to-cart-button:hover,
  .variant-overview .add-to-cart-button:hover,
  .back-in-stock-subscription-page .button-1:hover,
  .mfp-container .apply-shipping-button:hover,
  .write-review .button-1:hover,
  .wishlist-add-to-cart-button:hover,
  .enter-password-form button:hover,
  .contact-page .button-1:hover,
  .email-a-friend-page .button-1:hover,
  .apply-vendor-page .button-1:hover,
  .registration-page .button-1:hover,
  .registration-result-page .button-1:hover,
  .login-page .button-1:hover,
  .password-recovery-page .button-1:hover,
  .account-page .button-1:hover,
  .return-request-page .button-1:hover,
  .user-agreement-page .button-1:hover,
  .shopping-cart-page .button-1:hover,
  .checkout-page .button-1:hover,
  .cart-collaterals .estimate-shipping-button:hover,
  .cart-collaterals .coupon-code button:hover,
  .search-input .button-1:hover,
  .new-comment .button-1:hover,
  .news-list-homepage .view-all a:hover,
  .forums-table-section .view-all a:hover,
  .topic-post .post-actions .quote-post-button:hover,
  .forum-edit-page .button-1:hover,
  .move-topic-page .button-1:hover,
  .private-messages .button-1:hover,
  /*plugins*/ .productAddedToCartWindowSummary .button-1:hover,
  .ropc .estimate-shipping button:hover,
  .ropc .complete-button button:hover,
  .page-body form > .buttons .k-button:hover,
  #submit-reply .buttons .k-button:hover,
  .my-tickets-page .clear-filters:hover,
  .manage-tickets-page .clear-filters:hover,
  .filter-shops-button:hover,
  .sale-of-the-day-offer .go-to-product-page:hover,
  .home-page-filter-button .search-button:hover,
  .save-price-match-button:hover {
    outline-color: #e90c00;
  }

  .order-progress li.active-step a:after {
    border-left-color: #e90c00;
  }
/* secondary color */

.footer-upper,
.ui-datepicker-header,
.ui-datepicker-calendar .ui-state-active {
  background-color: #e90c00;
}

.cart .subtotal,
.mini-shopping-cart .price strong,
.mini-shopping-cart .totals strong,
.item-box .actual-price,
.overview .product-price,
.variant-overview .product-price,
.compare-products-table .product-price td,
.cart-total .order-total,
/*plugins*/ .productAddedToCartWindowDescription .price,
.sale-of-the-day-offer .timer-info-box,
.sale-of-the-day-offer .price.actual-price {
  color: #e90c00;
}

.ui-datepicker-calendar .ui-state-active {
  outline-color: #e90c00;
}

@media all and (max-width: 1024px) {
  .responsive-nav-wrapper > div,
  .plus-button {
    background-color: #e90c00;
  }

  .category-page-body .page-title h1,
  .manufacturer-page-body .page-title h1,
  .manufacturer-all-page-body .page-title h1,
  .vendor-all-page-body .page-title h1,
  .vendor-page-body .page-title h1,
  .product-tags-all-page-body .page-title h1,
  .products-by-tag-page-body .page-title h1,
  .recently-viewed-products-page-body .page-title h1,
  .recently-added-products-page-body .page-title h1,
  .compare-products-page-body .page-title h1,
  /*plugins*/ .spc-categories .category-title {
    color: #e90c00;
  }
  /* secondary color */

  .admin-header-links,
  .store-search-box {
    background-color: #e90c00;
  }

  .responsive-nav-wrapper-parent {
    border-top-color: #e90c00;
  }
}

@media all and (min-width: 481px) {
  /*plugins*/

  .spc-categories .product-box-add-to-cart-button:hover {
    background-color: #e90c00;
  }
}

@media all and (min-width: 769px) {
  .bestsellers .slick-prev:hover,
  .bestsellers .slick-next:hover,
  .product-selectors .product-viewmode a.selected,
  .product-list .item-box .buttons-lower button,
  .topic-post .post-actions .manage-post a:hover {
    background-color: #e90c00;
  }

    .product-list .item-box .buttons-lower button:hover {
      outline-color: #e90c00;
    }
  /*plugins*/

  .ropc .section .title {
    border-bottom-color: #e90c00;
  }
}

@media all and (min-width: 1025px) {
  .cart-trigger:before,
  .flyout-cart-wrapper:hover .cart-trigger,
  .category-navigation-title:after,
  .product-grid.bestsellers .item-box .buttons-lower button:hover,
  .product-grid .item-box:hover .buttons-lower button,
  .product-grid .item-box:hover .buttons-lower button span,
  /*plugins*/ .spc-categories .spc-header li:hover span,
  .spc-categories .spc-header li.active span,
  .spc-categories .product-grid .item-box button.button-2:hover,
  .rich-blog-body .block:hover .title,
  .rich-blog-body .blog-search-box.active .search-box-button {
    background-color: #e90c00;
  }

  .side-2 .page-title h1,
  .category-navigation-list > li:hover > a,
  .category-navigation-list > li:hover > span,
  .category-navigation-list > li > .sublist-wrap > .sublist > li > .sublist-wrap > .sublist li a:hover,
  .header-menu > ul > li > .sublist-wrap > .sublist > li > .sublist-wrap > .sublist li a:hover,
  .breadcrumb a:hover,
  .compare-products-page .clear-list,
  /*plugins*/ .category-navigation-list > li > .sublist-wrap > .sublist .box li a:hover,
  .header-menu > ul > li > .sublist-wrap > .sublist .box li a:hover,
  .spc-categories .category-info:hover .category-title {
    color: #e90c00;
  }
  /*plugins*/

  .ropc .coupon-box-panel .coupon-code button:hover,
  .ropc .giftcard-box-panel .coupon-code button:hover {
    outline-color: #e90c00;
  }

  .flyout-cart-wrapper:hover .cart-trigger {
    border-color: #e90c00;
  }

  .header-links,
  .header-selectors {
    border-top-color: #e90c00;
  }

  .category-navigation-list > li > .sublist-wrap > .sublist > li > a,
  .header-menu > ul > li > .sublist-wrap > .sublist > li > a,
  /*plugins*/ .category-navigation-list > li > .sublist-wrap > .sublist .box .title,
  .header-menu > ul > li > .sublist-wrap > .sublist .box .title {
    border-bottom-color: #e90c00;
  }
  /* secondary color */

  .header-lower {
    background-color: #e90c00;
  }
}

.header-logo a img {
  background: white !important;
}

#goToTop {
  z-index: -1;
}

.cart .subtotal,
.mini-shopping-cart .price strong,
.mini-shopping-cart .totals strong,
.item-box .actual-price,
.overview .product-price,
.variant-overview .product-price,
.compare-products-table .product-price td,
.cart-total .order-total,
/*plugins*/ .productAddedToCartWindowDescription .price,
.sale-of-the-day-offer .timer-info-box,
.sale-of-the-day-offer .price.actual-price {
  color: #EB2D23;
}

.store-search-box input.search-box-text {
  background: #BE170E;
}

.border-right-default {
  border-right: 1px solid #E9E9E9;
}

.text-black {
  color: #333;
}

.rich-blog-body .side-2 {
  margin-top: -8px;
}


.blog-posts-list .rich-blog-image img {
  height: 260px;
  object-fit: cover;
}