/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Aug 19, 2019, 11:58:01 AM
    Author     : mv
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : May 14, 2019, 10:35:00 AM
    Author     : mv
*/
/** Rebuild Marine promoter - FMG - Start **/
/**
  * Font sizes and spacing/widths
  * -----------------------------------------------------------------------------
  */
/* Font familys */
/* Font weight */
/* Custom theme Font sizes */
/* extra small fonts 12px*/
/*Footer links -14px*/
/*Normal font - 16px*/
/*Block heading - 18px*/
/*Block heading - 22px*/
/*Block heading - 24px*/
/*heading - large - 32px,*/
/* Transitions */
/* line Height */
/* Breakpoints */
/* Spacings and widths */
/** Button settings **/
/** Menu settings **/
/** Rebuild Marine promoter - FMG - End **/
/*
Created on : 2019-06-26
Author     : 
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : May 15, 2019, 2:43:47 PM
    Author     : mv
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Mar 27, 2018, 3:04:21 PM
    Author     : mv
*/
/*
.if-template-selector(@selector; @template; @rules) {
	@{selector} when (@app-skin = @template) {
		@rules();
	}
}
*/
/* Body */
/* Small */
.al-ty-h1b-price {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 40px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jul 23, 2019, 1:12:34 PM
    Author     : mv
*/
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Mar 29, 2019, 7:10:03 PM
    Author     : mv
*/
.al-input-rates-table {
  border-collapse: collapse;
  border: 1px solid #CBD5D9;
}
.al-input-rates-table th {
  padding: 4px;
  border-bottom: 1px solid #CBD5D9;
  background: #F4F7F7;
}
.al-input-rates-table td {
  text-align: center;
  padding: 4px;
}
.al-input-rates-table .al-input {
  height: 32px;
  padding-top: 0;
  padding-bottom: 0;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Aug 20, 2019, 12:12:43 PM
    Author     : mv
*/
body.is-slideshow-visible {
  overflow: hidden;
}
.al-slideshow {
  display: none;
  transition: opacity ease-in-out 300ms;
}
.al-slideshow .al-adcontact {
  border: 0;
  margin: 0;
  background: transparent;
  color: #fff;
  box-shadow: none;
}
.al-slideshow.is-opening {
  display: block;
  opacity: 0;
}
.al-slideshow.is-open {
  display: block;
  opacity: 1;
}
.al-slideshow {
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 4000;
  background: rgba(33, 37, 39, 0.95);
  /*display: flex;*/
}
.al-slideshow * {
  box-sizing: inherit;
}
.al-slideshow-header {
  white-space: nowrap;
}
.al-slideshow-main {
  /*	width: calc(~"100% - 312px");
	float:left;*/
  height: 100%;
  display: flex;
  flex-direction: column;
}
.al-slideshow-full {
  width: 100%;
  float: left;
  height: 100%;
  display: flex;
  flex-direction: column;
}
/*.al-slideshow-rb{
	float:right;
	width: 312px;
	background: @color-darkgray;
	box-shadow: 0 2px 16px 0 rgba(0,0,0,0.39);
	height: 100%;
	overflow-y: auto;
}*/
.al-slideshow-item {
  background: no-repeat center;
  background-size: contain;
}
.al-slideshow-item iframe,
.al-slideshow-item object,
.al-slideshow-item video,
.al-slideshow-item img {
  object-fit: contain;
}
.al-slideshow-item iframe,
.al-slideshow-item object,
.al-slideshow-item video,
.al-slideshow-item img {
  display: block;
  margin: 0 auto;
}
.al-slideshow-item iframe,
.al-slideshow-item object,
.al-slideshow-item video {
  height: 389px;
  width: 722px;
}
.al-slideshow-item img {
  max-width: 1500px;
  max-height: 1500px;
  width: 100%;
  height: calc(100vh - 280px);
  object-fit: scale-down;
}
.al-slideshow-nav {
  padding: 16px;
  /*width: 9 * 90px;*/
  margin: 0 auto;
}
.al-slideshow-nav .slick-list {
  padding: 0 !important;
}
.al-slideshow-nav-item {
  padding: 0 4px;
  width: 48px;
  outline: none;
}
.al-slideshow-nav-item img {
  width: 40px;
  height: 40px;
  border-radius: 4px;
  overflow: hidden;
  border: 2px solid transparent;
}
.al-slideshow-nav-item.slick-current img {
  border-color: var(--color-accent-1);
}
.al-slideshow-media {
  flex-grow: 1;
  width: 100%;
}
.al-slideshow-totals {
  display: inline-block;
  color: #fff;
  text-align: center;
  border-radius: 12px;
  padding: 2px 12px;
  background: rgba(255, 255, 255, 0.25);
}
.al-slideshow-item.is-video,
.al-slideshow-nav-item.is-video {
  position: relative;
}
.al-slideshow-item.is-video .al-icn,
.al-slideshow-nav-item.is-video .al-icn {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  right: 0;
  bottom: 0;
  margin-top: -32px;
  margin-left: -32px;
}
.al-slideshow-slider .slick-arrow-round {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.al-slideshow-slider .slick-arrow-round.slick-prev {
  left: 16px;
}
.al-slideshow-slider .slick-arrow-round.slick-next {
  right: 16px;
}
body.page-ads-detail #page {
  position: relative;
  z-index: 0;
}
.al-addetail.is-jobs .al-addet-btns,
.al-addetail.is-events .al-addet-btns {
  float: none;
}
.al-addetail.is-jobs .al-addet-title,
.al-addetail.is-events .al-addet-title {
  margin-bottom: 0;
}
.al-addetail.is-jobs .al-adcontact-hdr {
  margin-bottom: 0;
}
.al-adhead {
  margin-bottom: 40px;
}
al-adhead-top {
  margin-bottom: 12px;
}
.al-addet-desc-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.al-addet-desc-specs .al-spec {
  display: flex;
  gap: 8px;
  flex-grow: 1;
  flex-basis: calc(50% - 8px);
}
.al-addet-title {
  margin-bottom: 24px;
}
.al-addet-location .country-flag {
  margin-right: 8px;
}
.al-addet-location .country-flag img {
  display: block;
}
.al-addet-location-btn {
  display: inline-flex;
  transition: all ease-in-out 300ms;
}
@media (hover: hover) {
  .al-addet-location-btn:hover {
    color: #F49900;
  }
}
.al-addet-desc {
  position: relative;
}
.al-addet-desc.is-open .al-addet-desc-text {
  max-height: 9999999px;
}
.al-addet-desc-text {
  /*MKP-3372
	overflow: hidden;
	max-height: 8 * 22px;*/
}
.al-addet-desc-text h2 {
  font-size: inherit;
  line-height: inherit;
  font-weight: bold;
}
.al-addet-desc-text p {
  margin: 0;
}
.al-addet-desc-more {
  position: absolute;
  bottom: 0;
  right: 0;
  background: linear-gradient(to right, transparent, #fff 140px);
  padding-left: 160px;
}
.al-adhead-price {
  position: relative;
  color: #212527;
  /**** price-conversion-popup ****/
}
.al-adhead-price .al-price-calc {
  opacity: 0.5;
  cursor: pointer;
}
.al-adhead-price .price-conversion-popup {
  position: absolute;
  background: #fff;
  width: 125px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  top: 32px;
  left: 0px;
  z-index: 200;
}
.al-adhead-price .price-conversion-popup .row:first-child {
  border-top: 0;
}
.al-adhead-price .price-conversion-popup .currency {
  text-align: left;
  float: left;
  display: block;
  width: 35px;
}
.al-addet-meta {
  line-height: 24px;
  display: flex;
  align-items: center;
}
.al-dot {
  font-size: 32px;
  line-height: 10px;
  display: inline-block;
  vertical-align: middle;
}
.al-dot:before {
  content: "\00b7";
}
.al-addet-product-tabs .al-tabs-content {
  padding-left: 0;
  padding-right: 0;
}
/* RETAIL SPECIALS */
/* ARCHIVE */
/*
.al-stickybar.is-archive,
.al-addetail.is-archive{
	pointer-events: none;
	
	.al-btn-circleicn,
	.al-btn-border,
	.al-btn{
		opacity: .5;
	}
	
	.al-mediabar{
		opacity: .5;
	}
}
*/
.al-addetail.is-sold .al-adhead-price .t-tt-22,
.al-addetail.is-sold .al-adhead-price .al-ty-h1b {
  color: #ACB0B7;
  text-decoration: line-through;
}
.al-addetail.is-sold .al-adhead-soldbanner {
  background: #F49900;
  border-radius: 40px;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #FFFFFF;
  padding: 3px 10px;
  display: inline-block;
  margin-left: 8px;
  text-transform: uppercase;
}
/***** .bulk-contact-torelated *****/
.mv-popup .bulk-contact-torelated {
  padding: 35px 20px;
}
.mv-popup.with-related-emails,
.mv-popup.with-related-emails .ad-actionbar-popup,
.mv-popup.with-related-emails .ad-actionbar-popup .popup-header {
  background: #fff;
}
.bulk-contact-torelated {
  background: #fff;
  margin: -15px -20px;
  padding: 15px 20px;
}
.bulk-contact-torelated .top {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.bulk-contact-torelated .top .title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  font-weight: bold;
  color: #0d3152;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.bulk-contact-torelated .top .msg {
  font-family: "Roboto Condensed", sans-serif;
  color: #666;
  font-size: 16px;
  font-weight: 300;
}
.bulk-contact-torelated .item .input {
  float: left;
  margin-right: 10px;
  cursor: pointer;
}
.bulk-contact-torelated .item .input .fa {
  border-radius: 4px;
  display: block;
  font-size: 20px;
  height: 28px;
  line-height: 26px;
  text-align: center;
  width: 28px;
  background: #eee;
  color: #eee;
}
.bulk-contact-torelated .item .fa-angle-up,
.bulk-contact-torelated .item .fa-angle-down {
  float: right;
  font-size: 20px;
  color: #999;
}
.bulk-contact-torelated .item .fa-angle-up {
  display: none;
}
.bulk-contact-torelated .item .fa-angle-down {
  display: block;
}
.bulk-contact-torelated .open .fa-angle-up {
  display: block;
}
.bulk-contact-torelated .open .fa-angle-down {
  display: none;
}
.bulk-contact-torelated .selected .input .fa {
  background: none repeat scroll 0 0 #00afed;
  color: #fff;
}
.bulk-contact-torelated .item {
  font-size: 14px;
  font-family: "Roboto Condensed", sans-serif;
  padding: 10px 0;
  border-bottom: 1px solid #ccc;
}
.bulk-contact-torelated .item img {
  float: left;
  width: 70px;
  height: auto;
  margin-right: 10px;
}
.bulk-contact-torelated .item .title,
.bulk-contact-torelated .item .title a {
  color: #0d3152;
}
.bulk-contact-torelated .item .price {
  color: #d4080c;
}
.bulk-contact-torelated .footer {
  text-align: center;
  padding: 20px 0 15px;
}
.bulk-contact-torelated .css-button {
  background-color: #00aeeb;
  border: 0 none;
  border-radius: 0;
  box-shadow: none;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  height: auto;
  line-height: 25px;
  padding: 7px 30px 5px;
  margin: 0 auto;
  text-transform: uppercase;
  font-family: "Roboto Condensed", sans-serif;
}
.bulk-contact-torelated .footer a {
  color: #00aeeb;
  display: block;
  margin: 10px auto;
  font-weight: normal;
  font-size: 18px;
  font-family: "Roboto Condensed", sans-serif;
  text-transform: lowercase;
}
.bulk-contact-torelated table {
  display: none;
}
.bulk-contact-torelated .open table {
  display: table;
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}
.bulk-contact-torelated .open table td {
  background: #FDFDFD;
  font-size: 14px;
  font-family: "Roboto Condensed", sans-serif;
  color: #333;
  padding: 2px;
}
.bulk-contact-torelated .open table tr:nth-child(2n-1) td {
  background: #F4F4F4;
}
.bulk-contact-torelated .open table .label_value {
  text-align: right;
}
.bulk-contact-torelated .open table .label_value a {
  color: #333;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Apr 15, 2021, 10:41:37 PM
    Author     : mv
*/
.al-similar {
  background: #EAEFF0;
  padding: 24px 0;
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  .al-similar {
    padding: 40px 0;
  }
}
.al-similar .slick-list {
  overflow: visible;
}
.al-similar .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 0;
  height: 100%;
  width: 42px;
  background: rgba(255, 255, 255, 0) no-repeat center;
  border: 0;
  font-size: 0;
  color: transparent;
  opacity: 0.75;
  transition: all ease-in-out 300ms;
  outline: none;
}
.al-similar .slick-arrow:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
.al-similar .slick-prev {
  left: 0;
  background-image: url(/style/img/icn-carousel-arrow-left.png);
}
.al-similar .slick-next {
  right: 0;
  background-image: url(/style/img/icn-carousel-arrow-right.png);
}
.al-similar:hover .slick-arrow {
  opacity: 1;
}
.al-similar-title {
  margin-bottom: 24px;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .al-similar-title {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 40px;
  }
}
.al-similar-items {
  margin-bottom: 24px;
  display: flex;
  /*flex-wrap: wrap;*/
  gap: 16px;
  justify-content: center;
}
@media only screen and (min-width: 769px) {
  .al-similar-items {
    margin-bottom: 40px;
  }
}
.al-similar-items > * {
  flex-grow: 1;
  width: calc(25% - 16px);
}
.al-similar-btns {
  display: flex;
  gap: 16px;
}
@media only screen and (min-width: 769px) {
  .al-similar-btns {
    justify-content: center;
  }
  .al-similar-btns .al-btn {
    min-width: 198px;
  }
}
/*
    Created on : 18/05/2022, 22:21:06
    Author     : ferna
*/
.al-helpballoon {
  padding: 24px;
  position: absolute;
  z-index: 100000001;
  background: #FFFFFF;
  border-radius: 8px;
  width: 320px;
}
.al-helpballoon:after {
  position: absolute;
  top: 24px;
  right: -20px;
  border: 10px solid transparent;
  border-left-color: white;
  content: "";
}
.al-helpballon-element {
  position: relative;
  z-index: 100000002;
}
.al-helpballon-element:after {
  content: '';
  border-radius: 8px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0px 0px 0px 9999px rgba(33, 37, 39, 0.7);
}
/*
    Created on : 19/05/2022, 11:56:58
    Author     : ferna
*/
.al-stickybar .al-interested {
  padding: 0;
  box-shadow: none;
}
.al-interested {
  display: flex;
  gap: 16px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.2);
  padding: 16px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.al-interested-total {
  white-space: nowrap;
}
.al-adcard {
  box-sizing: border-box;
  border-radius: 8px;
  background-color: #FFFFFF;
  /*box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.2);*/
  border: 1px solid #CBD5D9;
  overflow: hidden;
  position: relative;
  transition: all ease-in-out 300ms;
}
.al-adcard * {
  box-sizing: inherit;
}
.al-adcard:hover {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
  border-color: transparent;
}
.al-adcard:hover .slick-arrow {
  opacity: 1;
}
.al-adcard:hover .al-adcard-sponsored-text {
  padding-left: 12px;
  width: 66px;
}
.al-adcard .slick-arrow {
  opacity: 0.4;
}
.al-adcard .slick-arrow-circle {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  background: #fff;
  color: #212527;
  border-radius: 16px;
  box-shadow: 0 0 6px 0 rgba(192, 191, 191, 0.5);
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.al-adcard .slick-arrow-circle .al-icn {
  width: 16px;
  height: 16px;
}
.al-adcard .slick-next .slick-arrow-circle {
  right: 8px;
}
.al-adcard .slick-prev .slick-arrow-circle {
  left: 8px;
  transform: rotate(180deg);
}
.al-adcard-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
}
.al-adcard-desc {
  font-size: 14px;
  line-height: 20px;
}
.al-adcard-badge {
  background: var(--color-accent-1);
  color: #fff;
  padding: 0 8px;
  font-size: 12px;
  font-weight: bold;
  line-height: 20px;
  display: inline-block;
  margin-bottom: 4px;
}
.al-adcard-price {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #212527;
}
.al-adcard-price-obs {
  color: #ACB0B7;
  font-size: 12px;
  line-height: 20px;
  padding-top: 4px;
  margin-left: 6px;
}
.al-adcard-sponsored {
  border-radius: 12px;
  background: var(--color-accent-1);
  color: #fff;
  display: flex;
  flex-direction: row-reverse;
}
.al-adcard-sponsored-star {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  width: 24px;
  height: 24px;
}
.al-adcard-sponsored-star .al-icn {
  width: 17px;
  height: 17px;
}
.al-adcard-sponsored-text {
  /*display: none;*/
  transition: all ease-in-out 300ms;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 24px;
  width: 0;
  padding-left: 0;
  overflow: hidden;
}
.al-adcard-fav {
  position: absolute;
  cursor: pointer;
  z-index: 10;
}
.al-adcard-fav .al-icn {
  display: none;
}
.al-adcard-fav.is-off .al-icn.fav-off {
  display: block;
}
.al-adcard-fav.is-on .al-icn.fav-on,
.al-adcard-fav.is-on .al-icn.heart {
  color: #FF6052;
  display: block;
}
.al-adcard-meta {
  font-size: 12px;
}
.al-adcard-days {
  display: inline-flex;
  align-items: center;
}
.al-adcard-days .al-icn {
  margin-right: 4px;
}
.al-adcard-location {
  overflow: hidden;
}
.al-adcard.is-card-layout .al-adcard-desc {
  display: none;
}
.al-adcard.is-card-layout .al-adcard-sponsored {
  position: absolute;
  z-index: 1;
  top: 10px;
  right: 10px;
}
.al-adcard.is-card-layout .al-adcard-fav {
  right: 8px;
  bottom: 10px;
  left: auto;
}
.al-adcard.is-card-layout .al-adcard-title {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  min-height: 48px;
}
.al-adcard.is-card-layout.is-related .al-adcard-slider {
  height: 148px;
}
.al-adcard.is-card-layout.is-related .al-adcard-slider .al-adcard-img {
  height: 148px;
}
.al-adcard.is-card-layout.has-badges .al-adcard-title {
  -webkit-line-clamp: 1;
  min-height: 24px;
}
.al-adcard.is-card-layout .al-adcard-details {
  padding: 10px 8px;
}
.al-adcard.is-card-layout .al-adcard-title {
  margin-bottom: 8px;
}
.al-adcard.is-card-layout .al-adcard-img {
  width: 100%;
  height: auto;
}
.al-adcard.is-card-layout .al-adcard-meta {
  margin-top: 16px;
  display: flex;
  align-items: start;
}
.al-adcard.is-card-layout .al-adcard-days {
  flex-grow: 1;
  white-space: nowrap;
  margin-left: 16px;
  justify-content: end;
}
.al-adcard.is-card-layout .al-adcard-slider,
.al-adcard.is-card-layout .al-adcard-slider .al-adcard-img {
  width: 100%;
  height: 255px;
}
.al-adcard.is-card-layout .al-adcard-btns {
  margin-top: 16px;
}
.al-adcard.is-card-layout .al-adcard-price {
  border-top: 1px solid #E3E3E3;
  padding-top: 8px;
  margin-top: 8px;
}
.al-adcard.is-list-layout .al-adcard-sponsored {
  position: absolute;
  z-index: 1;
  top: 10px;
}
.al-adcard.is-list-layout .al-adcard-title {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  margin-right: 48px;
}
.al-adcard.is-list-layout .al-adcard-content {
  display: flex;
}
.al-adcard.is-list-layout .al-adcard-details {
  padding: 12px;
  position: relative;
  flex-grow: 1;
}
.al-adcard.is-list-layout .al-adcard-title {
  margin-bottom: 16px;
}
.al-adcard.is-list-layout .al-adcard-desc {
  height: 40px;
  overflow: hidden;
  margin-bottom: 12px;
}
.al-adcard.is-list-layout .al-adcard-badges {
  position: absolute;
  bottom: 45px;
  left: 114px;
}
.al-adcard.is-list-layout .al-adcard-sponsored {
  left: 10px;
}
.al-adcard.is-list-layout .al-adcard-fav {
  right: 12px;
  top: 10px;
  left: auto;
}
.al-adcard.is-list-layout .al-adcard-slider,
.al-adcard.is-list-layout .al-adcard-img {
  width: 295px;
  height: 188px;
}
.al-adcard.is-list-layout .al-adcard-btns {
  margin-top: 16px;
  margin-bottom: 16px;
}
.al-adcard.is-list-layout .al-adcard-meta {
  position: absolute;
  left: 12px;
  bottom: 10px;
  display: flex;
  flex-direction: column-reverse;
}
.al-adcard.is-list-layout .al-adcard-location {
  max-width: 250px;
}
.al-adcard.is-list-layout .al-adcard-days {
  margin-bottom: 8px;
}
.al-adcard.is-list-layout .al-adcard-price {
  position: absolute;
  bottom: 12px;
  right: 10px;
}
.al-adcard.is-list-layout.is-adoftheweek .al-adcard-slider,
.al-adcard.is-list-layout.is-adoftheweek .al-adcard-img {
  wdith: 295px;
  height: 224px;
}
.al-adcard.is-list-layout.is-adoftheweek .al-adcard-badges {
  bottom: 98px;
}
.al-adcard.is-list-layout.is-adoftheweek .al-adcard-fav {
  top: 32px;
}
.al-adcard.is-adoftheweek {
  border: 3px solid var(--color-accent-1);
}
.al-adcard.is-adoftheweek .al-adcard-adofweek {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  padding: 1px 4px 4px;
  font-weight: bold;
  background: var(--color-accent-1);
}
.al-adcard.is-adoftheweek .al-adcard-price {
  border-top: 0;
  margin-top: 0;
}
.al-adcard.topad {
  border: 2px solid var(--color-accent-1);
}
.al-adcard-img {
  display: block;
  object-fit: cover;
}
.al-adcard.is-service.is-card-layout .al-adcard-media {
  padding: 16px;
}
.al-adcard.is-service.is-card-layout .al-adcard-details {
  padding-left: 16px;
  padding-right: 16px;
}
.al-adcard.is-service.is-card-layout .al-adcard-img {
  width: 80px;
  height: 60px;
  border-radius: 4px;
}
.al-adcard.is-service.is-card-layout .al-adcard-fav {
  right: 16px;
}
.al-adcard.is-sold .al-adcard-price {
  text-decoration: line-through;
  color: #ACB0B7;
}
.al-adcard.is-sold .al-adcard-media {
  position: relative;
}
.al-adcard.is-sold .al-adcard-img {
  opacity: 0.5;
}
.al-adcard.is-sold .al-adcard-sold {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  text-transform: uppercase;
  padding: 3px 8px;
  background: #ACB0B7;
  text-align: center;
}
@media only screen and (min-width: 769px) {
  .al-adcard.is-sold .al-adcard-sold {
    font-size: 16px;
    line-height: 20px;
    padding: 6px 8px;
  }
}
.al-adcard.is-sold .al-adcard-fav {
  display: none;
}
.al-adcard.is-spotlight {
  background: #EAEFF0;
}
.al-adcard.is-spotlight .al-adcard-title {
  min-height: none;
}
.al-adcard.is-spotlight .al-adcard-desc {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.al-adcard.is-spotlight .al-adcard-price {
  border: 0;
  padding: 0;
  position: absolute;
  bottom: 10px;
  right: 8px;
  height: 32px;
  display: flex;
  align-items: center;
  margin: 0;
}
.al-addet-map iframe {
  display: block;
  width: 100%;
  border: 0;
  height: 416px;
}
.al-addet-video iframe,
.al-addet-video object {
  display: block;
  width: 100%;
  border: 0;
  height: 416px;
}
.al-addet-accordion {
  border-bottom: 1px solid #CBD5D9;
}
.al-addet-accordion:empty {
  display: none;
}
.al-addet-accordion-item {
  border-top: 1px solid #CBD5D9;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
}
.al-addet-accordion-item.is-active .al-addet-accordion-trigger .al-icn {
  transform: rotateX(180deg);
}
.al-addet-accordion-item.is-active .al-addet-accordion-content {
  display: block;
}
.al-addet-accordion-trigger {
  cursor: pointer;
  padding: 24px 0;
}
.al-addet-accordion-trigger .al-icn {
  transition: all ease-in-out 300ms;
}
.al-addet-accordion-content {
  display: none;
  padding-bottom: 16px;
}
.al-addet-fav-btn.is-fav-off .al-spinner {
  display: none;
}
.al-addet-fav-btn.is-fav-off .al-icn.fav-on {
  display: none;
}
.al-addet-fav-btn.is-fav-on .al-spinner {
  display: none;
}
.al-addet-fav-btn.is-fav-on .al-icn.fav-off {
  display: none;
}
.al-addet-fav-btn.is-loading .al-icn {
  display: none;
}
.al-addet-fav-btn.is-loading .al-spinner {
  display: block;
}
.al-similar .al-adcard,
.al-relatedads .al-adcard {
  height: 305px;
}
.al-similar .al-adcard .al-adcard-img,
.al-relatedads .al-adcard .al-adcard-img {
  height: 148px;
}
.al-similar .al-adcard:not(.has-badges) .al-adcard-title,
.al-relatedads .al-adcard:not(.has-badges) .al-adcard-title {
  min-height: 48px;
}
.al-similar .al-card,
.al-relatedads .al-card {
  height: 100%;
}
.al-stickybar .al-btn {
  gap: 8px;
  flex-grow: 1;
}
/*
.al-addet-private{
	.if-mobile({
		.al-tpl-row{
			flex-direction: row-reverse;
		}
	});
	
	.al-pill{
		background: @figma-green;
		color: #fff;
	}
}

.al-addet-private-inner{
	.if-mobile({
		padding: 10px 0;
	});
	
	.if-desktop({
		padding: 16px 0;
		display: flex;
		justify-content: space-between;
		align-items: center;
	});
}

.al-addet-private-details{
	.if-mobile({
		display: none;
		
		&.is-active{
			display: flex;
		}
	});
}

.al-addet-private-btns{
	.al-btn{
		.if-desktop({
			width: 130px;
		});
	}
}
*/
.contact-replace-url,
.contact-replace-phone,
.contact-replace-email {
  color: var(--color-accent-1-dark);
  text-transform: lowercase;
}
.contact-replace-url.active,
.contact-replace-phone.active,
.contact-replace-email.active {
  cursor: pointer;
  font-weight: bold;
}
.contact-replace-url.active:hover,
.contact-replace-phone.active:hover,
.contact-replace-email.active:hover {
  text-decoration: underline;
}
.contact-replace-url.shown,
.contact-replace-phone.shown,
.contact-replace-email.shown {
  color: inherit;
}
.al-addet-media-empty {
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ACB0B7;
  border: 4px dashed #CBD5D9;
  height: 415px;
}
.al-addet-media {
  height: 415px;
  overflow: hidden;
  border-radius: 8px;
  display: grid;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.al-addet-media .al-addet-media-item {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.al-addet-media .al-addet-media-item.is-video {
  position: relative;
}
.al-addet-media .al-addet-media-item.is-video .al-icn {
  pointer-events: none;
  width: 45px;
  height: 45px;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  box-shadow: 0px 0px 0px 1000px rgba(0, 0, 0, 0.3);
  background: rgba(0, 0, 0, 0.3);
}
.al-addet-media .al-addet-media-img {
  object-fit: cover;
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  cursor: pointer;
}
.al-addet-media.n-1 {
  grid-template-rows: minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr);
}
.al-addet-media.n-1 .al-addet-media-item.is-0 {
  grid-area: 1 / 1 / 5 / 5;
}
.al-addet-media.n-2 .al-addet-media-item.is-0 {
  grid-area: 1 / 1 / 3 / 3;
}
.al-addet-media.n-2 .al-addet-media-item.is-1 {
  grid-area: 1 / 3 / 3 / 5;
}
.al-addet-media.n-3 .al-addet-media-item.is-0 {
  grid-area: 1 / 1 / 3 / 3;
}
.al-addet-media.n-3 .al-addet-media-item.is-1 {
  grid-area: 1 / 3 / 2 / 5;
}
.al-addet-media.n-3 .al-addet-media-item.is-2 {
  grid-area: 2 / 3 / 3 / 5;
}
.al-addet-media.n-4 .al-addet-media-item.is-0 {
  grid-area: 1 / 1 / 3 / 3;
}
.al-addet-media.n-4 .al-addet-media-item.is-1 {
  grid-area: 1 / 3 / 2 / 5;
}
.al-addet-media.n-4 .al-addet-media-item.is-2 {
  grid-area: 2 / 3 / 3 / 4;
}
.al-addet-media.n-4 .al-addet-media-item.is-3 {
  grid-area: 2 / 4 / 3 / 5;
}
.al-addet-media.n-5 .al-addet-media-item.is-0 {
  grid-area: 1 / 1 / 3 / 3;
}
.al-addet-media.n-5 .al-addet-media-item.is-1 {
  grid-area: 1 / 3 / 2 / 4;
}
.al-addet-media.n-5 .al-addet-media-item.is-2 {
  grid-area: 1 / 4 / 2 / 5;
}
.al-addet-media.n-5 .al-addet-media-item.is-3 {
  grid-area: 2 / 3 / 3 / 4;
}
.al-addet-media.n-5 .al-addet-media-item.is-4 {
  grid-area: 2 / 4 / 3 / 5;
}
.al-addet-datafields-row {
  display: flex;
  gap: 16px;
}
.al-addet-datafields-separator {
  height: 100%;
  border-right: 1px solid #EAEFF0;
  padding: 12px 0;
}
.al-addet-datafields-item {
  display: flex;
  justify-content: space-between;
  flex-basis: 50%;
  flex-grow: 1;
  padding: 12px 0;
  border-bottom: 1px solid #EAEFF0;
}
.al-addetail.is-basicadult .al-addet-title {
  margin-bottom: 0;
}
.al-addetail.is-adult .al-addet-desc-specs .al-spec {
  flex-basis: 100%;
  justify-content: space-between;
}
.al-addetail.is-adult .al-addet-desc-specs .al-spec strong {
  text-align: right;
}
.al-addetail.is-adult .al-addet-textlinks {
  background: #EAEFF0;
  border-radius: 8px;
  padding: 8px;
  row-gap: 8px;
}
.al-addetail.is-adult .al-addet-textlinks .al-addet-invitelink,
.al-addetail.is-adult .al-addet-textlinks .al-addet-textlink {
  background: #fff;
  margin-bottom: 0;
}
.al-addetail.is-adult .al-addet-cols {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.al-addetail.is-adult .al-addet-cols > * {
  flex-basis: calc(33% - 24px);
  flex-grow: 1;
}
.al-addetail .al-stickybar {
  position: sticky;
  margin-bottom: -16px;
}
.al-addetail .al-stickybar.is-shown {
  bottom: 0;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jul 23, 2019, 1:12:07 PM
    Author     : mv
*/
.al-mediabar {
  height: 300px;
  position: relative;
  overflow: hidden;
  background: #eaeff0;
}
.al-mediabar.is-oneimage .al-mediabar-item,
.al-mediabar.is-oneimage .al-mediabar-item-img {
  width: 100vw !important;
}
.al-mediabar-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: no-repeat center;
  background-size: 100% auto;
  transform: scale(1.1);
  filter: blur(20px);
}
.al-mediabar-btns {
  position: absolute;
  top: 16px;
  right: 16px;
  z-index: 4;
}
.al-mediabar-slider {
  z-index: 2;
  opacity: 0;
  transition: all ease-in-out 300ms;
}
.al-mediabar-slider.is-ready {
  opacity: 1;
}
.al-mediabar-slider.is-nonslick {
  display: flex;
  z-index: 3;
  position: relative;
  justify-content: center;
}
.al-mediabar-item {
  box-sizing: border-box;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  position: relative;
  cursor: pointer;
  overflow: hidden;
}
.al-mediabar-item * {
  box-sizing: inherit;
}
.al-mediabar-item .al-icn.border-video {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -56px / 2;
  margin-left: -56px / 2;
  pointer-events: none;
}
.al-mediabar-item:hover .al-mediabar-item-img {
  transform: scale(1.1);
}
.al-mediabar-item-img {
  transition: transform ease-in-out 450ms;
  height: 300px;
}
.al-mediabar-totals {
  position: absolute;
  bottom: 8px;
  left: 8px;
  border-radius: 12px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 2px 8px;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  z-index: 3;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jul 24, 2019, 10:45:39 AM
    Author     : mv
*/
#al-ad-msg-popup .al-popup-container {
  overflow: auto;
}
.ad-contact-form {
  /*color:#fff;*/
}
.al-adcontact {
  position: relative;
  z-index: 3;
  /*margin-top: -32px;*/
  /*		background: @color-dark;
		border:2px solid #fff;
		border-radius: 8px;
		color: #fff;*/
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 16px 0 rgba(0, 0, 0, 0.2);
}
.al-adcontact-hdr {
  margin-bottom: 24px;
}
.al-adcontact-hdr .al-bizlogo {
  height: 67px;
  width: 89px;
  border-radius: 4px;
}
.al-adcontact-hdr .al-bizlogo svg {
  width: 32px;
  height: 32px;
  right: -16px;
}
.al-adcontact-hdr-img {
  width: 72px;
  height: 72px;
  border-radius: 36px;
  border: 2px solid #fff;
  object-fit: cover;
}
.al-adcontact-hdr-txts {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}
.al-adcontact-hdr-sold {
  clear: both;
  padding-top: 24px;
  color: #ACB0B7;
}
.al-adcontact-btns.is-onslideshow {
  margin-bottom: 16px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Jul 25, 2019, 3:26:51 PM
    Author     : mv
*/
.al-addet-textlinks {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.al-addet-textlinks * {
  box-sizing: inherit;
}
.al-addet-textlinks .al-addet-invitelink,
.al-addet-textlinks .al-addet-textlink {
  flex-basis: calc(50% - 8px);
  flex-grow: 1;
}
.al-addet-invitelink,
.al-addet-textlink {
  border: 1px solid #CBD5D9;
  border-radius: 8px;
  height: 140px;
  padding: 10px;
  margin-bottom: 16px;
  text-align: center;
}
.al-addet-textlink {
  color: var(--color-accent-1-dark);
}
.al-addet-textlink-img {
  width: 80px;
  height: 80px;
  display: block;
  margin: 0 auto;
  object-fit: contain;
}
.al-addet-textlink-title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.al-addet-invitelink {
  padding-top: 24px;
}
/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Aug 26, 2019, 12:35:39 PM
    Author     : mv
*/
.al-adrelprod {
  position: relative;
}
.al-adrelprod-img {
  display: block;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
  height: 225px;
}
.al-adrelprod-discount {
  position: absolute;
  top: 8px;
  right: -4px;
  background: #68cd1d;
  color: #fff;
  font-weight: bold;
  line-height: 14px;
  padding: 8px;
}
.al-adrelprod-text {
  height: 60px;
  overflow: hidden;
}
