.events .eventdetails {
  display: none;
}

.event-single .calendar ul.weekdays {
  display: flex;
  padding: 4px 0 !important;
  margin-bottom: 3px;
}

.event-single .sidebar-box .calendar-wrapper {
  padding: 25px;
  background: #f7f7f7;
}

.event-single .sidebar-box {
  margin-top: 85px;
}

.event-single .calendar .month ul li {
  display: flex;
  margin: auto;
  justify-content: center;
}

h1.kg_calender_section {
  margin-top: 30px;
  border-top: 5px solid #ebebeb;
  padding-top: 25px;
}

.event-single .calendar ul.days li {
  padding: 23px 0 !important;
  text-align: center !important;
  font-size: 15px !important;
  height: auto !important;
  font-weight: 600 !important;
  background: #e0e0e0;
}

.event-single .calendar ul.days li:empty {
  background: transparent;
}

.event-single .calendar .days li {
  width: 13.68%;
}

.event-single .calendar .weekdays li {
  width: 15%;
}

.event-single .calendar span.avail-key {
  background: #e8f3dc;
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}

.event-single .calendar .cal-key {
  margin-top: 20px;
}

.event-single .calendar span.sold-out {
  background: #e0e0e0;
  margin-left: 2em;
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}

.event-single span.back-link {
  float: right;
}

.events a {
  display: inline-block;
  width: auto !important;
}

.event-wrapper input.input-group-field,
.event-wrapper input.input-group-field {
  width: 54px !important;
  text-align: center;
}

.event-wrapper .event-buy .ticketquantity {
  margin-bottom: 20px;
  width: 195px !important;
  display: inline-block;
  float: unset !important;
  text-align: unset !important;
}

.event-wrapper .event-buy {
  margin-top: 15px;
}

.event-wrapper .event-buy span.prod-label,
.event-wrapper .event-buy span.prod-price {
  font-weight: bold;
  color: #370a69;
  font-size: 16px;
}

#all-events .event {
  width: 100%;
}

.event-text {
  text-align: center;
}

.calendar {
  padding-top: 0px;
  width: 100%;
}

.calendar ul {
  list-style-type: none;
}

.calendar .month {
  padding: 15px 10px 10px;
  background: #f7f7f7;
}

.calendar a {
  text-decoration: none;
  color: #91192f;
}

.calendar .month ul {
  margin: 0;
  padding: 0;
}

.calendar .month ul li {
  color: #370a69;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
}

.calendar .month .prev {
  float: left;
  width: 15px;
  height: 48px;
  text-align: left;
}

.calendar .month .next {
  float: right;
  width: 15px;
  height: 48px;
  text-align: right;
}

.calendar .year {
  font-size: 15px;
  margin: 1px 0 0 5px;
}

.calendar .weekdays {
  margin: 0;
  padding: 0;
  background-color: #370a69;
  font-size: 11px;
  text-align: center;
  width: 100%;
  float: left;
  height: auto;
  overflow: hidden;
}

.calendar .weekdays li {
  display: inline-block;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  font-family: Lato;
  width: 13.92%;
}

.calendar .days {
  display: contents;
}

.calendar .days li {
  list-style-type: none;
  display: inline-block;
  width: 13.79%;
  text-align: right;
  font-size: 11px;
  color: #333;
  position: relative;
  border: 0;
  border-radius: 0;
  padding: 0 5px;
  font-weight: 700;
  height: 70px;
  border-bottom: 2px solid #ebebeb;
  margin-bottom: 2px;
}

.calendar .days li:hover {
  background: #d8d1e3 !important;
}

.calendar .days .hasevents {
  color: #333 !important;
  cursor: pointer;
  border-bottom: 2px solid #afce8c;
  background: #e8f3dc !important;
}

.calendar .days .selected {
  background: #afce8c !important;
  color: #ffffff !important;
}

.kg-selected-clr {
  background: #afce8c;
  margin-left: 2em;
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}

.kg-unavailable-clr {
  background: #e7e1f4;
  margin-left: 2em;
  display: inline-block;
  width: 30px;
  height: 30px;
  vertical-align: middle;
}

.calendar .days .today {
  box-sizing: border-box;
  background: #f4f4f4;
  color: #370a69;
}

.calendar .days .soldout {
  background: #ffd0e0;
  color: #e91e63 !important;
  text-decoration: line-through;
}

.calendar .days

/*li*/
.soldoutoverlay {
  position: absolute;
  display: block;
  font-size: 10px;
  font-weight: bold;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 14px;
  color: #f00;
  z-index: 9999;
  -ms-transform: rotate(-20deg);
  /* IE 9 */
  -webkit-transform: rotate(-20deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-20deg);
}

.calendar .list {
  padding: 10px 10px;
  list-style-type: none;
  margin: 10px 0 0 0;
  padding: 0;
  list-style-type: none;
  cursor: pointer;
  font-size: 14px;
  color: #fff;
  padding: 5px;
}

.calendar .list li {
  display: block;
  background: #b7cc25;
  margin: 10px;
  padding: 5px;
}

.calendar .list .hasevents {
  /*padding: 5px;*/
  background: #c8db43;
  color: #333 !important;
  cursor: pointer;
}

.calendar .list .selected {
  /*padding: 5px;*/
  background: #84931c;
  color: white !important;
}

.calendar .list .today {
  box-sizing: border-box;
  border: 1px dashed #333;
}

.calendar .list .soldout {
  cursor: default;
}

.calendar .list .soldoutoverlay {
  float: right;
  color: #f00;
}

#selecteddate {
  text-transform: none;
  color: #370a69;
  font-size: 23px;
  margin: 30px 0 10px 0;
  display: block;
  border-bottom: 3px solid #370a69;
  padding-bottom: 10px;
  font-weight: 400;
}

#selecteddate::before {
  /*	content: "\f073";  */
}

.extra-notes {
  color: #333333;
  font-style: italic;
  font-size: 13px;
}

/* Add media queries for smaller screens */
@media screen and (max-width: 1024px) {
  .event-single .calendar .days li {
    width: 13%;
  }
}

@media screen and (max-width: 720px) {

  .calendar .weekdays li,
  .calendar .days li {
    width: 13.1%;
    margin: 0;
  }

  .event-single .calendar .days li {
    width: 13%;
  }
}

@media screen and (max-width: 420px) {

  .calendar .weekdays li,
  .calendar .days li {
    width: 12.5%;
    margin: 0;
  }

  .calendar .days li .active {
    padding: 2px;
  }

  .event-single .calendar .days li {
    width: 13.19%;
  }
}

@media screen and (max-width: 290px) {

  .calendar .weekdays li,
  .calendar .days li {
    width: 12.2%;
    margin: 0;
  }
}

/**Event page by KGkrunch date:-04/08/2021*/

.events {
  float: left;
  width: 100%;
}

.eventdetails {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #dcdcdc;
}

.events a {
  text-decoration: none;
  color: #fff;
  background: #370a69;
  width: 100% !important;
  padding: 10px 15px;
}

.events a:hover {
  background: #e8ddd6;
}

.events .eventtitle {
  list-style-type: none;
  cursor: pointer;
  text-align: left;
  display: block;
  border: 0;
  color: #370a69 !important;
  text-transform: none;
  font-size: 16px;
  border-bottom: 1px solid #dcdcdc;
  padding: 10px 0;
}

.events .selected {
  color: #91192f !important;
}

.events .eventtitle .eventtime {
  text-align: left;
  font-weight: 700;
  display: inline-block;
}

.events .eventtitle.eventname {
  font-weight: 400;
  font-size: 16px;
}

.events .eventtitle .eventspaces {
  float: right;
  height: 20px;
  text-align: right;
  font-weight: 300;
}

.events .eventtitle .eventspaces span {
  font-weight: 700;
}

.events .eventtitle .soldout {
  color: #f00;
}

.events .eventtitle .eventadded {
  float: right;
  height: 20px;
  text-align: center;
  width: 20px;
  margin-left: 10px;
}

.events .eventdetails {
  background: #ffffff;
  padding: 20px;
  border: 1px solid #ebebeb;
  margin-top: -11px;
}

.events .eventdetails .tickettype {
  width: 100%;
  margin-left: 0;
}

.events .eventdetails .tickettype div {
  display: inline-block;
  font-size: 14px;
  padding: 10px 0;
}

.events .eventdetails .ticketlabel {
  width: 60%;
  float: left;
}

.events .eventdetails .ticketprice {
  width: 50px;
  float: right;
  font-weight: 700;
}

.events .eventdetails .ticketquantity {
  width: 12%;
  text-align: right;
  float: right;
  margin-top: -11px;
}

.events .eventdetails .ticketquantity input {
  font-size: 14px;
  width: 60px;
  padding: 10px;
}

.events .eventdetails .ticketsubmit {
  text-align: right;
  width: 290px;
}

@media (max-width: 767px) {
  .kg_desk_desc {
    display: none;
  }

  .kg_resp_desc {
    display: block !important;
  }
}

.events .eventdetails .ticketquantity span.qty-input.plus-minus-input {
  display: flex;
  margin: 0 10px;
}

.events .eventdetails .event-buy .ticketquantity {
  display: flex !important;
  width: 100% !important;
  align-items: center;
  flex-wrap: wrap;
}

.events .eventdetails .ticketquantity .qty-input.plus-minus-input .input-group-field {
  height: 39px;
  text-align: center;
  border: 1px solid #9d62a1;
}

.events .eventdetails .event-buy .ticketquantity span.prod-label {
  width: 150px;
}

.kg_calender a#addToBasketButton {
  background: #9d62a1 !important;
}

.breadcrumbs {
  margin-top: 0;
}

.breadcrumbs .container-fluid {
  text-align: center;
  display: flex;
  justify-content: center;
}

.breadcrumbs .crumbs-label {
  font-weight: 600;
}

.breadcrumbs ol li {
  float: left;
  padding: 0 10px;
}

.breadcrumbs ol li:after {
  content: "\f105";
  font-size: 14px;
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  padding-left: 15px;
}

@media only screen and (min-width: 767px) .events .eventdetails .event-buy .ticketquantity span.prod-label {
  width: 245px;
}

@media only screen and (max-width: 767px) {
  .general-content.event-single .row {
    width: 100% !important;
    margin: 0;
  }
}

#all-events .event {
  width: 100%;
  border: 1px solid lightgrey;
  overflow: hidden;
  display: inline-block;
}

#all-events .event .event-text {
  text-align: center;
}

.our-events .filters ul.kg_event_filter>li.label {
  color: rgba(250, 250, 250, 0.75);
  display: block;
  background: #370a69;
  color: #fff;
  padding: 0.5em 0.75em;
  font-size: 18px;
  font-weight: bold;
}

.our-events .filters ul.kg_event_filter>li {
  padding: 15px 10px;
  background-color: #faf9f8;
  border-bottom: solid 1px rgba(185, 181, 166, 0.2);
}

.our-events-inner .kg_event_product_img {
  position: relative;
  width: 274px;
  height: 222px;
  overflow: hidden;
}

.our-events-inner .event {
  height: auto !important;
  background-color: #fff;
  padding: 30px !important;
}

.our-events-inner .kg_event_product_img {
  position: relative;
  width: auto;
  height: 222px;
  overflow: hidden;
}

.our-events-inner .kg_event_product_img img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.our-events-inner .event .event-text p {
  display: block;
  font-size: 1.4em;
  line-height: 1.3em;
  color: #370a69;
  margin: 0;
}

.product-grid-item-wrapper .prod-buy .btn {
  padding: 0.25em 1.3em;
}

/*Solar search*/
.kg_close_search {
  display: none;
}

.header-top.bg-beige .hide-input {
  width: 80%;
  margin: 0 30px;
}

.header-top.bg-beige .hide-input .autocomplete .ac-field input#search {
  background-color: #fff;
  padding: 7px 51.5px;
  width: 100%;
  border: 0;
  height: 50px;
  padding-left: 40px;
}

.header-top.bg-beige .hide-input .autocomplete .ac-field button.ac-submit {
  color: white;
  background: #9d62a1;
  border: none;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
}

.header-top.bg-beige .hide-input .autocomplete .ac-field {
  position: relative;
}

.header-top.bg-beige .hide-input .autocomplete .ac-field .ac-submit .fa {
  color: #ffffff;
  font-size: 25px;
}

.header-top.bg-beige .hide-input .autocomplete .ac-field i.kg_close_search {
  left: 10px;
  position: absolute;
  z-index: 9;
  color: #9d62a1;
  top: 12px;
  font-size: 22px;
}

@media only screen and (max-width: 991px) {
  .header-top.bg-beige .hide-input {
    margin: 0 10px;
  }
}

@media only screen and (max-width: 767px) {
  .header-top.bg-beige .hide-input {
    width: 100%;
    margin: 0;
  }

  header .header-top .utility-menu .utility-menu-item {
    padding: 0 5px;
  }
}

header .header-top #solrSearchSuggestor .autocomplete .ac-results.visible {
  position: absolute;
  z-index: 1;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  border: 1px solid #c1c5c6 !important;
  box-shadow: 0 2px 2px 0 rgb(0 0 0 / 30%) !important;
  border-radius: 5px;
  flex-wrap: wrap;
}

header .header-top .kg_search_term_area p {
  margin: 0;
}

header .header-top #solrSearchSuggestor .autocomplete .ac-results.visible .kg_search_term_area {
  order: 3;
  width: 100%;
  text-align: center;
}

header .header-top #solrSearchSuggestor .autocomplete .ac-results.visible .kg_search_term_area p a {
  color: #1853df !important;
  text-decoration: underline;
  font-size: 13px;
}

header .header-top #solrSearchSuggestor .autocomplete .ac-results .product-details {
  order: 1;
}

header .header-top #solrSearchSuggestor .autocomplete .ac-results.visible .product-details .linkrow:first-child td {
  border-top: 5px !important;
  border-bottom: 1px solid #ddd;
}

header .header-top #solrSearchSuggestor .autocomplete .ac-results.visible .product-details .linkrow td,
header .header-top #solrSearchSuggestor .autocomplete .ac-results.visible .suggestions ul li div {
  color: #000;
  font-size: 12px;
  font-weight: 600;
  text-align: left;
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
}

header .header-top #solrSearchSuggestor .autocomplete .ac-results.visible .product-details .linkrow img {
  border-color: #c1c5c6 !important;
  object-fit: cover;
  width: 100%;
  height: 100px;
  border: 1px solid #ddd !important;
  box-shadow: 0 0 1px 0px;
}

header .header-top #solrSearchSuggestor .autocomplete .ac-results.visible .product-details table tbody:last-child td {
  border-bottom: 1px solid #ddd;
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: top;
}

header .header-top #solrSearchSuggestor .autocomplete .ac-results.visible .product-details .linkrow td p {
  margin: 0px;
}

header .header-top #solrSearchSuggestor .autocomplete .ac-results.visible .product-details .linkrow td p.kg_search_name {
  color: #1d1d1b;
  font-size: 12px;
  font-weight: 700;
}

header .header-top #solrSearchSuggestor .autocomplete .ac-results.visible .product-details .linkrow td p.kg_search_price {
  color: #758487;
  font-size: 12px;
  font-weight: normal !important;
}

.header-top.bg-beige .hide-input {
  position: relative;
}

@media only screen and (min-width: 992px) {
  header .header-top #solrSearchSuggestor .autocomplete .ac-results {
    width: 545px !important;
  }

  header .header-top #solrSearchSuggestor .autocomplete .ac-results.visible .product-details {
    width: 100%;
  }
}

@media only screen and (max-width: 991px) {

  header .header-top #solrSearchSuggestor .autocomplete .ac-results .product-details,
  header .header-top #solrSearchSuggestor .autocomplete .ac-results.visible {
    width: 100%;
  }
}

header .header-top #solrSearchSuggestor .autocomplete .ac-results.visible {
  z-index: 999;
}

.product-grid-item-wrapper .badge.in-stock.kg_stock_clr,
.product-grid-item-wrapper .badge.kg_stock_clr {
  color: #370a69;
}

.general-content .prod-add .qty-availability .prod-qty {
  position: relative;
}

.general-content .prod-add .qty-availability .prod-qty .qty.minus {
  position: absolute;
  bottom: -23px;
  left: 0px;
  padding: 0 23px;
  display: inline-block;
  border: 1px solid #283639;
}

.general-content .prod-add .qty-availability .prod-qty input {
  width: 60px !important;
  outline: none;
  border: 1px solid #283639 !important;
}

.general-content .prod-add .qty-availability .prod-qty .qty.plus {
  position: absolute;
  top: -23px;
  left: 0px;
  padding: 0 23px;
  display: inline-block;
  border: 1px solid #283639;
}

@media (max-width: 1221px) {
  .general-content .prod-add .qty-availability .prod-qty {
    flex-direction: column;
  }

  .general-content .prod-add .qty-availability .prod-qty input {
    margin: auto;
  }

  .general-content .prod-add .qty-availability .prod-qty .qty.minus {
    position: absolute;
    top: 10px;
    left: 0;
    text-align: left;
    padding: 0;
    display: inline-block;
    border: 0;
  }

  .general-content .prod-add .qty-availability .prod-qty .qty.plus {
    position: absolute;
    padding: 0;
    display: inline-block;
    border: 0;
    right: 0;
    top: 10px;
    text-align: right;
  }

  .general-content .prod-add .qty-availability .prod-qty input {
    margin-bottom: 2px;
  }
}

.general-content .actions {
  margin-top: 15px;
}

/*@media (min-width: 768px) and (max-width:880px){
    .general-content .prod-add .qty-availability .prod-qty .qty.plus {
    bottom: 70px !important;
    right: -70px !important;
}
.general-content .prod-add .qty-availability .prod-qty .qty.minus {
    left:11px !important;
}
}
*/
.mfp-content .quick-view-popup {
  padding: 20px;
  text-align: center;
  background-color: #fff !important;
  width: 90%;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
}

/*02082022*/
.frm-show-form .frm_form_fields .form-field input {
  height: auto;
  box-shadow: none;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}

.frm-show-form .frm_form_fields .form-field {
  margin-bottom: 0;
}

.frm_forms .frm-show-form .frm_submit button.frm_button_submit {
  position: relative;
  display: inline-block;
  border: none;
  outline: none;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  padding: 0.5em 1em;
  background-color: #3a0770;
  border-radius: 0;
  margin-top: 0;
}

.frm_forms .frm-show-form .frm_checkbox {
  margin-left: 20px !important;
}

.page-content.prose .frm_forms .frm-show-form .frm_checkbox span.fake-input {
  top: 7px;
}

.frm-show-form .frm_form_fields .form-field input::placeholder {
  color: #757575;
}

.frm_forms .frm-show-form .frm_checkbox input#field_rcgwr8d8b79c6f2-0 {
  display: none !important;
}

@media only screen and (max-width: 767px) {
  .frm_forms .frm-show-form .frm_form_fields .frm_submit button.frm_button_submit.frm_final_submit {
    width: 100%;
  }
}

.grid-stack-sm-down .page-content.prose h4 {
  color: #370a69;
  font-size: 18px;
}

/*02082022*/

/*04082022*/
.general-content .col .row {
  width: 100%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .event-single .calendar .days li {
    width: 13.5%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .event-single .calendar .days li {
    width: 13.2%;
  }
}

@media only screen and (max-width: 767px) {
  .general-content .col {
    padding: 0;
  }

  .general-content .col .col-md-6 {
    padding: 0;
  }

  .event-single .calendar .days li {
    width: 13.6%;
  }
}

@media only screen and (max-width: 576px) {
  .event-single .calendar .days li {
    width: 13.4%;
  }
}

@media only screen and (max-width: 422px) {
  .event-single .calendar .days li {
    width: 13.3%;
  }
}

/*04082022*/
/*26082022*/
.kg-show-image {
  z-index: 99;
  position: relative;
}

.kg-show-image .img-show span {
  position: absolute;
  background-color: #fff;
  padding: 5px 12px;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 700;
  right: -15px;
  top: -10px;
  cursor: pointer;
}

.kg-show-image .overlay {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  left: 0;
}

.kg-show-image .img-show {
  width: 600px;
  height: 400px;
  background: #fff;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99;
}

.kg-show-image .img-show img {
  width: 100%;
  object-fit: cover;
}

#product-pager.owl-carousel .owl-nav {
  display: block;
}

#product-pager.owl-carousel .owl-nav button.owl-prev span,
#product-pager.owl-carousel .owl-nav button.owl-next span {
  font-size: 55px;
  line-height: unset;
  padding: 0px 17px;
  border-radius: 43px;
  color: #9d62a1;
}

#product-pager.owl-carousel .owl-nav button.owl-prev {
  position: absolute;
  top: 24%;
  left: -19px;
  transform: translate(-20%, 0%);
}

#product-pager.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  top: 24%;
  right: -35px;
  transform: translate(-20%, 0%);
}

#product-pager.owl-carousel .owl-nav button.owl-prev.disabled,
#product-pager.owl-carousel .owl-nav button.owl-next.disabled {
  opacity: 0.5;
}

#product-pager.owl-carousel .owl-nav button:focus {
  outline: none;
  border: 0px;
  box-shadow: unset;
}

@media only screen and (max-width: 767px) {
  .kg-show-image .img-show {
    width: 90%;
  }
}

@media only screen and (max-width: 480px) {
  .kg-show-image .img-show {
    height: auto;
  }
}

#product-pager .owl-item a {
  display: block;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  vertical-align: middle;
  margin-left: auto !important;
}

#product-pager .owl-item a img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  display: inline-block;
}

#product-pager .owl-item a::after {
  padding-bottom: 65%;
  content: "";
  position: relative;
  display: block;
  width: 100%;
}

div#product-pager {
  margin-top: 15px;
}

@media screen and (max-width:385px) {
  .event-single .calendar .days li {
    width: 13.04%;
  }
}

/*26082022*/
/*22092022*/
@media screen and (min-width:1300px) {
  .product-detail .kg-show-image .img-show {
    width: 45%;
    height: auto;
  }
}

@media screen and (max-width:1299px) {
  .product-detail .kg-show-image .img-show {
    width: 60%;
    height: auto;
  }
}

@media screen and (max-width:767px) {
  .product-detail .kg-show-image .img-show {
    width: 80%;
    height: auto;
  }
}

/*22092022*/
/*****19-10-22*****/
div#popup_background div#popup_container .popup_element .button-set .col .btn {
  background-color: #9d62a1;
  color: #fff;
  border-color: #9d62a1;
}

/*------------------ ROUNDEL. --------------------*/
.product-detail .kg-top-mix-match {
    position: absolute;
    right: 15px;
    width: 100%;
    top: 15px;
    max-width: 170px;
    height: 100%;
    max-height: 170px;
    border-radius: 100%;
    background-color: hsl(32deg 100% 50%);
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid #fff;
}
.product-grid-item .kg-top-mix-match {
    position: absolute;
    right: 5px;
    width: 100%;
    top: 5px;
    max-width: 75px;
    height: 100%;
    max-height: 75px;
    border-radius: 100%;
    background-color: hsl(32deg 100% 50%);
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #fff;
    text-align: center;
}
.product-grid-item .kg-top-mix-match span {
    font-size: 15px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    text-align: center;
    line-height: 14px;
    font-weight: 600;
}
.product-grid-item .kg-bottom-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #e30808;
    display: flex;
    align-items: center;
    padding: 5px 8px;
    z-index: 9999;
}
.product-grid-item .kg-left-area {
    width: 35%;
    border-right: 2px solid #fff;
    text-align: center;
    padding-right: 8px;
}
.product-grid-item .kg-bottom-content span {
    font-size: 12px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 0px;
}
.product-grid-item .kg-right-area {
    width: 63%;
}
.product-grid-item h2 {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    line-height: 20px;
    padding-left: 7px;
}
.product-detail .kg-top-mix-match span {
    font-size: 33px;
    color: #fff;
    text-transform: uppercase;
    display: inline-block;
    width: 100%;
    text-align: center;
    line-height: 32px;
    font-weight: 600;
}
.product-detail .kg-bottom-content .kg-left-area span {
    font-size: 34px;
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 40px;
}
.product-detail .kg-bottom-content .kg-left-area span p {
    margin: 0;
}
.product-detail .kg-bottom-content .kg-left-area {
    width: 35%;
    border-right: 2px solid #fff;
    text-align: center;
    padding-right: 15px;
}
.product-detail .kg-bottom-content {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #e30808;
    display: flex;
    align-items: center;
    padding: 15px;
    z-index: 9999;
}
.product-detail .kg-bottom-content .kg-right-area h2 {
    font-size: 46px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    line-height: 50px;
    padding-left: 15px;
}
.product-detail .kg-bottom-content .kg-right-area {
    width: 63%;
}
.product-detail .kg-bottom-content .kg-right-area span {
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    text-align: center;
    display: inline-block;
    width: 100%;
}

@media (min-width:768px) and (max-width:991px) {
    .product-detail .kg-bottom-content .kg-left-area span {
        font-size: 20px;
        line-height: 28px;
   }
    .product-detail .kg-bottom-content .kg-left-area span p {
        text-align: center;
   }
    .product-detail .kg-bottom-content .kg-right-area h2 {
        font-size: 30px;
        line-height: 36px;
   }
    .product-detail .kg-bottom-content .kg-right-area span {
        font-size: 16px;
        line-height: 24px;
   }
    .product-detail .kg-top-mix-match span {
        font-size: 24px;
        line-height: 28px;
   }
    .product-detail .kg-top-mix-match {
        right: 10px;
        top: 10px;
        max-width: 140px;
        max-height: 140px;
   }
}
@media only screen and (max-width:767px){
    .product-detail .kg-top-mix-match {
        right: 10px;
        top: 10px;
        max-width: 150px;
        max-height: 150px;
   }
    .product-detail .kg-top-mix-match span {
        font-size: 26px;
        line-height: 30px;
   }
    .product-detail .kg-bottom-content .kg-left-area span {
        font-size: 22px;
        line-height: 28px;
   }
    .product-detail .kg-bottom-content .kg-left-area span p {
        margin-left: 20px;
   }
    .product-detail .kg-bottom-content .kg-right-area h2 {
        font-size: 30px;
        line-height: 40px;
   }
    .product-detail .kg-bottom-content .kg-right-area span {
        font-size: 16px;
   }
    .product-detail .kg-bottom-content .kg-left-area {
        width: 40%;
   }
    .product-detail .kg-bottom-content .kg-right-area {
        width: 60%;
   }
   .product-detail .kg-bottom-content .kg-left-area span p {
    margin-left: 0 !important;
}
.product-detail .kg-bottom-content .kg-left-area {
    text-align: center;
}
}
/*------------------ ROUNDEL END. --------------------*/
/****25-02-23***/
.filters form#filter_form ul.kg_event_filter li.filter.active .kg-down {
  transform: rotate(180deg);
}
.our-events .events-filter.filter-wrap .filter-content .filters form#filter_form p {
  display: inline-block;
}
.our-events .events-filter.filter-wrap .filter-content .filters form#filter_form ul {
  display: inline-block;
}
.our-events .events-filter.filter-wrap .filter-content .filters form#filter_form li.filter {
  border-right: 1px solid #b4b4b4;
  color: #333;
  cursor: pointer;
  display: inline-block;
  margin: 0;
  padding: 0 1em;
  font-size: 16px;
}
.our-events .events-filter.filter-wrap .filter-content .filters form#filter_form li.filter > ul{
  display: none;
  position: absolute;
  border: 1px solid #dcdcdc;
  margin-top: 10px;
  box-shadow: 0px 2px 5px #dcdcdc;
  padding: 24px;
  width: 100%;
  max-width: 550px;
  z-index: 2;
  background-color: #fff;
  left: 87px;
}
.our-events .events-filter.filter-wrap .filter-content .filters form#filter_form li.filter.active > ul{
  display: block;
}
.our-events .events-filter.filter-wrap .filter-content {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #b4b4b4;
  padding-bottom: 10px;
  margin-bottom: 10px;
  max-height: 50px;
}
.our-events .events-filter.filter-wrap .filter-content .filters form#filter_form {
  position: relative;
}
.our-events .events-filter.filter-wrap .filter-content .view-switcher.hidden-tablet label {
  display: none;
}
.our-events .events-filter.filter-wrap .filter-content .switchToGrid,
.our-events .events-filter.filter-wrap .filter-content .switchToList {
  display: inline-block;
  margin: 2px 10px 0;
  padding: 10px 0;
  cursor: pointer;
}
.our-events .events-filter.filter-wrap .filter-content .filters form#filter_form  a.kg_reset {
  background-color: #370a69;
  color: #fff;
  padding: 4px 24px;
  font-size: 12px;
  text-transform: uppercase;
}
.our-events .events-filter.filter-wrap .filter-content span.kg_event_close {
  width: 100%;
  display: block;
  text-align: right;
}
@media only screen and (max-width:767px){
  .our-events .events-filter.filter-wrap .filter-content {
  max-height: 100%;
}
.our-events .events-filter.filter-wrap .filter-content .filters form#filter_form li.filter > ul {
  max-width: 280px;
  left: 0px;
}
}
@media only screen and (max-width:480px){
  .our-events .events-filter.filter-wrap .filter-content .filters form#filter_form a.kg_reset {
  width: 100%;
  display: inline-block;
  text-align: center;
}
.our-events .events-filter.filter-wrap .filter-content .filters form#filter_form li.filter > ul {
  margin-top: 40px;


}
}
@media only screen and (min-width:768px){
  .kg_product_list .kg_event_product_img{
          float: left;
          width: 30%;
  }
  .kg_product_list .event .event-text {
      margin-top: 0;
      padding: 40px;
      position: relative;
      float: left;
      width: 70%;
  }
  .our-events div#all-events .kg_product_list .kg_product_event {
      width: 100%;
      max-width: 100%;
      flex: 0 0 100%;
      margin-bottom: 10px;
  }
  .our-events div#all-events .kg_product_list .kg_product_event .event {
      min-height: 100%;
  }
  }
  @media only screen and (max-width:767px){
    .our-events .events-filter.filter-wrap .filter-content .view-switcher.hidden-tablet.hidden-phone {
        display: none;
    }
}
.page-content.prose .frm_forms .frm-show-form .frm_opt_container .frm_checkbox label .fake-input{
  display: none !important;
}

/*****17-03-23*****/
.page-my-account .general-content.account .button-link form a {
  background: #3a0770;
  color: #fff;
  padding: 8px 28px;
  display: inline-block;
  margin-top: 15px;
  text-decoration: none;
}
.page-my-account .general-content.account .button-link form {
  text-align: center;
}
@media only screen and (max-width:576){
.page-my-account .general-content.account .button-link form a {
  margin-bottom: 15px;
}
}
/****18-05-23***/
section.kg-Concessions {
  position: relative;
  padding: 45px 0;
}
section.kg-Concessions .col-lg-12.kg-main-content .kg-info-content:after {
  content: "";
  position: absolute;
  width: 96%;
  height: 90%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 2px solid #fff;
  z-index: 999;
}
section.kg-Concessions .row {
  margin: 0;
}
section.kg-Concessions .col-lg-12.kg-main-content::after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #0000002e;
}
section.kg-Concessions .kg-main-content .kg-bg-img {
  height: 100%;
  width: 100%;
}
section.kg-Concessions .kg-main-content .kg-bg-img figure{
  margin: 0; 
}
section.kg-Concessions .kg-main-content .kg-bg-img figure{
  display: block;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  position: relative;
  margin: auto;
}
section.kg-Concessions .kg-main-content .kg-bg-img figure img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  object-position: center;
  width: 100%;
  height: 100%;
  display: inline-block;
}
section.kg-Concessions .kg-main-content .kg-bg-img figure::after {
  padding-bottom: 40%;
  content: '';
  position: relative;
  width: 100%;
  height: 100%;
  display: inline-block;
}
section.kg-Concessions .col-lg-12.kg-main-content .kg-info-content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px;
}
section.kg-Concessions .col-lg-12.kg-main-content {
  position: relative;
  padding:0px;
  z-index: 999;
}
section.kg-Concessions .featured-area-content.prose {
  position: relative;
  color: #fff;
  z-index: 99;
  text-align: center;
}   
section.kg-Concessions .featured-area-content.prose p {
  font-size: 23px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
section.kg-Concessions .featured-area-title {
  font-size: 52px;
  z-index: 999;
  color: #fff;
  text-align-last: center;
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px){
  section.kg-Concessions .kg-main-content .kg-bg-img figure::after {
      padding-bottom: 75%;
  }
  section.kg-Concessions .featured-area-title {
      font-size: 30px;
  }    
  section.kg-Concessions .featured-area-content.prose p{
      font-size: 16px;
      line-height: 18px;
  }
}
.section.featured-area .grid-stack-sm-down .kg_conssession_title {
  margin-top: 30px;
}
.section.featured-area .grid-stack-sm-down .kg_conssession_content {
  margin-bottom: 15px;
}
.section.featured-area .grid-stack-sm-down .featured-area-panel {
  height: auto;
}