/* Styles updated when implemented in Kentico - before deployment these can be integrated in to the main style.css if required */
.cookie-notice p {
  margin: 0;
}

.cookie-close a {
  color: #000;
}

.training-button-panel {
  display: none;
}

.search-filters a.search-btn.do-search {
  display: none;
}

.form-control-error {
  color: #dd201d;
}

.form-control-error,
.error-label,
.ErrorLabel,
.password-strength-text {
  color: #dd201d;
}

.registration-form-fta.registration-form-fta .form-control {
  margin-bottom: 0px;
}

.sidebar.search-filters .form-group.category:first-of-type::before {
  content: '';
}

.body-content a.btn-inline {
  margin-right: 20px;
}

.field-error,
.EditingFormErrorLabel,
.required-mark {
  color: #dd201d;
}

.sidebar.event-location .google-map {
  margin: 10px;
}

.fta-shop .productDetail .productMainImageContainer .productMainImage {
  padding-top: 30px;
  height: auto;
}

.fta-shop .productImageCarousel {
  max-width: 300px;
  height: auto;
  margin: 0 auto;
  padding-bottom: 30px;
}

.fta-shop .productMainImage .owl-nav [class*='owl-'],
.fta-shop .homepageBSProductSlider .owl-nav [class*='owl-'],
.fta-shop .homepageNewProductSlider .owl-nav [class*='owl-'],
.fta-shop .homepageRVProductSlider .owl-nav [class*='owl-'],
.fta-shop .peopleAlsoBuyProductsSlider .owl-nav [class*='owl-'],
.fta-shop .alternativeProductsSlider .owl-nav [class*='owl-'],
.fta-shop .relatedProductsSlider .owl-nav [class*='owl-'] {
  background: #fff;
  position: absolute;
  top: calc(50% - 30px);
  border-radius: 0;
  width: 30px;
  height: 30px;
  display: flex;
  margin: 0;
  opacity: 0.8;
}

.fta-shop .productMainImage .owl-nav img,
.fta-shop .homepageBSProductSlider .owl-nav img,
.fta-shop .homepageNewProductSlider .owl-nav img,
.fta-shop .homepageRVProductSlider .owl-nav img,
.fta-shop .peopleAlsoBuyProductsSlider .owl-nav img,
.fta-shop .alternativeProductsSlider .owl-nav img,
.fta-shop .relatedProductsSlider .owl-nav img {
  width: 16px;
  height: auto;
}

.fta-shop .productMainImage .owl-nav .owl-prev,
.fta-shop .homepageBSProductSlider .owl-nav .owl-prev,
.fta-shop .homepageNewProductSlider .owl-nav .owl-prev,
.fta-shop .homepageRVProductSlider .owl-nav .owl-prev,
.fta-shop .peopleAlsoBuyProductsSlider .owl-nav .owl-prev,
.fta-shop .alternativeProductsSlider .owl-nav .owl-prev,
.fta-shop .relatedProductsSlider .owl-nav .owl-prev {
  left: 0;
}

.fta-shop .productMainImage .owl-nav .owl-next,
.fta-shop .homepageBSProductSlider .owl-nav .owl-next,
.fta-shop .homepageNewProductSlider .owl-nav .owl-next,
.fta-shop .homepageRVProductSlider .owl-nav .owl-next,
.fta-shop .peopleAlsoBuyProductsSlider .owl-nav .owl-next,
.fta-shop .alternativeProductsSlider .owl-nav .owl-next,
.fta-shop .relatedProductsSlider .owl-nav .owl-next {
  right: 0;
}

.fta-shop .owl-theme .owl-nav [class*='owl-']:hover,
.fta-shop .homepageBSProductSlider .owl-nav [class*='owl-']:hover,
.fta-shop .homepageNewProductSlider .owl-nav [class*='owl-']:hover,
.fta-shop .homepageRVProductSlider .owl-nav [class*='owl-']:hover,
.fta-shop .peopleAlsoBuyProductsSlider .owl-nav [class*='owl-']:hover,
.fta-shop .alternativeProductsSlider .owl-nav [class*='owl-']:hover,
.fta-shop .relatedProductsSlider .owl-nav [class*='owl-']:hover {
  background: #fff;
  color: #fff;
  text-decoration: none;
  opacity: 1;
}

.fta-shop .fta-product-video-link {
  position: relative;
  margin-bottom: 30px;
}

.fta-shop .fta-product-video-link a,
.fta-shop .fta-product-video-link img {
  max-width: 300px;
  margin: 20px auto;
  display: block;
}

.fta-shop .fta-product-video-link button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #dd201d;
  padding: 15px;
  margin: 0;
}

.fta-shop .fta-product-video-link button:hover {
  background-color: #333;
}

.fta-shop .fta-product-video-link button img {
  width: 24px !important;
  height: auto;
}

.fta-shop .homepageBSProductSlider-item .productTeaser,
.fta-shop .homepageNewProductSlider-item .productTeaser,
.fta-shop .homepageRVProductSlider-item .productTeaser {
  width: 100%;
  margin: 0;
}

.fta-shop .homepageBSProductSlider-item,
.fta-shop .homepageNewProductSlider-item,
.fta-shop .homepageRVProductSlider-item {
  padding: 20px;
}

.fta-shop .homepageBSProductSlider-item a.image,
.fta-shop .homepageNewProductSlider-item a.image,
.fta-shop .homepageRVProductSlider-item a.image {
  margin-bottom: 15px;
}

.fta-shop .homepageBSProductSlider-item a,
.fta-shop .homepageNewProductSlider-item a,
.fta-shop .homepageRVProductSlider-item a {
  padding: 0;
}

.fta-shop .productImageCarousel .owl-dots {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.fta-shop .productImage-thumbs {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 100%;
  overflow-x: auto;
  min-height: 75px;
}

.fta-shop .owl-thumb-item {
  width: 75px;
  height: 75px;
  flex: 0 0 75px;
  border: 1px solid #ddd;
}

.fta-shop .owl-thumb-item:hover,
.fta-shop .owl-thumb-item.active {
  border: 1px solid #dd201d;
}

.fta-shop .productTeaser img {
  width: auto;
}

.fta-shop .productTeaser a {
  padding: 0;
}

.fta-shop .productTeaser .detailLabel {
  padding-bottom: 10px;
  font-size: 13px;
}

.fta-shop .productTeaser .price {
  font-size: 14px;
}

.fta-shop .productTeaser a + a,
.fta-shop .productTeaser .detailLabel,
.fta-shop .productTeaser .price {
  padding-left: 10px;
  padding-right: 10px;
}

.fta-shop .productTeaser a.image {
  margin-bottom: 15px;
}

.fta-shop .InitiatedChatBubble {
  padding: 30px 20px;
  font-family: 'MuseoSansRounded-500', Arial, sans-serif !important;
}

.fta-shop .InitiatedChatContent,
.fta-shop .InitiatedChatErrorPanel {
  border: 1px solid #ccc;
  background: #fff;
}

.fta-shop .InitiateChatSupporterName {
  background: #fff;
  color: #dd201d;
  font-family: 'MuseoSansRounded-500', Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2;
  height: auto;
  font-weight: normal;
  padding: 0 15px 10px;
}

.fta-shop .InitiateChatButtons {
  background: #fff;
  border: none;
}

.fta-shop .InitiateChatAcceptButton,
.fta-shop .InitiateChatRejectButton {
  color: #dd201d !important;
  background-color: #fff !important;
  background-image: none !important;
  border: 2px solid #dd201d;
  padding: 10px 30px;
  border-radius: 6px;
  font-size: 14px;
  text-transform: uppercase;
  transition: all 0.2s;
}

.fta-shop .InitiateChatRejectButton {
  border-color: #555;
  color: #555 !important;
}

.fta-shop .InitiateChatRejectButton:hover {
  background-color: #555 !important;
  color: #fff !important;
}

.fta-shop .InitiateChatAcceptButton:hover {
  background: #dd201d !important;
  color: #fff !important;
}

.fta-shop .InitiateChatMessages {
  font-size: 16px !important;
}

.fta-shop .InitiateChatMessage {
  color: #333;
  font-size: 16px;
  line-height: 1.5;
  background: #fff;
  border-color: #ccc;
}

/* pop up box - this may need putting elsewhere */

.LiveSiteDialog a {
  color: #dd201d;
  font-family: 'MuseoSansRounded-500', Arial, sans-serif;
  text-decoration: none;
  font-size: 16px;
}

.LiveSiteDialog a:hover {
  text-decoration: underline;
  color: #dd201d;
}

.LiveSiteDialog .PageFooterLine {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
}

.LiveSiteDialog .ChatRoomWindow .PageFooterLine .btn-primary,
.LiveSiteDialog .ChatWebpartContainerMessageSend .btn-primary,
.LiveSiteDialog .ChatRoomWindow .ChatWebpartEnvelopeMessageSend .btn-primary {
  border: 2px solid #dd201d !important;
  border-radius: 6px;
  background: #fff !important;
  box-shadow: none;
  padding: 5px 20px;
  color: #dd201d !important;
  text-transform: uppercase;
  transition: all 0.2s;
}

.LiveSiteDialog .ChatRoomWindow .PageFooterLine .btn-primary:hover,
.LiveSiteDialog .ChatWebpartContainerMessageSend .btn-primary:hover,
.LiveSiteDialog
  .ChatRoomWindow
  .ChatWebpartEnvelopeMessageSend
  .btn-primary:hover {
  background-color: #dd201d !important;
  color: #fff !important;
}

.LiveSiteDialog .ChatWebpartContainerMessageSend {
  background: #fff;
  padding: 20px 12px 30px;
}

.LiveSiteDialog
  .ChatRoomWindow
  .ChatWebpartEnvelope.ChatWebpartEnvelopeRoomMessages {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.LiveSiteDialog .ChatMessage .System.Greeting {
  font-size: 16px;
  color: #555;
}

.LiveSiteDialog .ChatWebpartContainerRoomMessages {
  font-size: 16px;
}

.LiveSiteDialog .ChatRoomWindow .ChatWebpartContainerMessageSend textarea {
  margin-bottom: 20px;
}

.LiveSiteDialog .ChatWebpartContainerRoomUsers .CurrentUser,
.ChatWebpartContainerRoomUsers .CurrentUser strong {
  color: #dd201d;
  font-size: 16px;
}

.LiveSiteDialog
  .ChatRoomWindow
  .ChatWebpartContainerMessageSend
  textarea:focus {
  border-bottom-color: #555;
}

.LiveSiteDialog .ChatMessage {
  margin-bottom: 10px;
}

.LiveSiteDialog .ChatWebpartContainerRoomMessages .ChatMessage strong {
  color: #dd201d;
}

span.glyphicon,
span.glyphicon::before {
  font-family: 'Glyphicons Halflings' !important;
}

.container {
  max-width: 100%;
}

.FieldLabel span.EditingFormLabel {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}

.EditingFormValueCell
  .EditingFormControlNestedControl
  .radio
  input[type='radio'],
.EditingFormValueCell
  .EditingFormControlNestedControl
  .radio-inline
  input[type='radio'],
.EditingFormValueCell
  .EditingFormControlNestedControl
  .checkbox
  input[type='checkbox'],
.EditingFormValueCell
  .EditingFormControlNestedControl
  .checkbox-inline
  input[type='checkbox'] {
  margin-left: 0px;
}

.EditingFormControlNestedControl .radio label,
.EditingFormControlNestedControl .checkbox label {
  font-weight: bold;
}

.fancybox-bg {
  width: auto;
  height: auto;
}

.messageURL {
  display: none !important;
}

@media (min-width: 992px) {
  .inpage-section-block--reverse--md .container > .row {
    display: flex;
  }

  .inpage-section-block--reverse--md
    .container
    > .row
    > .col-md-6:nth-child(1) {
    order: 2;
  }

  /*
    Uncomment below if image alignment is required to be set to RHS of column.
    (potentially only an issue on larger viewports, when a small image is used that doesn't fill the available space of the column).
  */

  /* .inpage-section-block--reverse--md
    .container
    > .row
    > .col-md-6:nth-child(2) {
    display: flex;
    justify-content: flex-end;
  } */
}
