/* line 415, ../sass/resources/_icons.scss */
.logo-hurtigruten {
  background-image: url("../../../../files/hurtigruten-logo.svg");
}

/* line 415, ../sass/resources/_icons.scss */
.logo-STA {
  background-image: url("../../../../files/scottish-tourism-alliance-logo.svg");
}

/* line 765, ../sass/base/_forms.scss */
input[type="text"].newsletter__input {
  display: table-cell;
  float: none;
  width: auto;
  width: 60%;
  text-transform: none;
  padding-left: 17px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  height: 60px;
  vertical-align: top;
  color: #34444b;
}

/* line 778, ../sass/base/_forms.scss */
input[type="submit"].newsletter__submit {
  display: table-cell;
  width: 40%;
  float: none;
  background-color: #ec6851;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 0 4px 4px 0;
  height: 60px;
  vertical-align: top;
}

/* line 778, ../sass/base/_forms.scss */
input[type="submit"]:hover.newsletter__submit {
  background-color: #d45d49;
}

/* line 413, ../sass/base/_base.scss */
.blockquote--large::before {
  content: '“';
  font-size: 96px;
  font-weight: bold;
  font-style: italic;
  line-height: 110px;
  color: #ec6851;
  position: absolute;
  left: 0;
  top: 0;
}

/* line 260, ../sass/layout/_layout.scss */
.section-package-info .package-info-icon, .section-right-image .package-info-icon {
  display: inline-block;
  margin-bottom: 20px;
  cursor: default;
}

.sidebar-wide {
  width: 100%;
  max-width: 500px;
  margin-left: auto;
}
/* line 5, ../sass/base/_accordions.scss */
.accordion h1 {
  font-size: 0.96666667em;
  line-height: 2em;
  padding: 0;
  margin: 0;
  color: #34444b;
  font-weight: 500;
}
/* line 13, ../sass/base/_accordions.scss */
.accordion h1 a {
  text-decoration: none;
  color: #34444b;
  display: block;
  width: 100%;
}
/* line 19, ../sass/base/_accordions.scss */
.accordion h1 a:after {
  font-family: 'nordicvisitor';
  content: "\f077";
  margin-left: 10px;
  font-size: 0.72222222em;
  line-height: 1.84615385em;
}

/* line 801, ../sass/base/_base.scss */
.image-content__caption {
  background-color: rgba(103, 103, 103, 0.84);
  color: #fcfafa;
  font-size: 0.8em;
  line-height: 1.44em;
  font-style: italic;
  position: absolute;
  bottom: 0;
  padding: 4px 20px;
}

.image-content__caption a {
  color: #fcfafa;
  text-decoration: underline;
}

.submenu {
  background-color:rgba(255, 255, 255, 0.9);
  font-family:"Gotham", sans-serif;
  text-transform:uppercase;
  font-weight:bold;
  font-size:0.66666667em;
  line-height:2em;
  width:100%;
  height:50px;
  box-shadow:0 4px 13px rgba(0, 0, 0, 0.1);
  margin-bottom: 0px
}

.youtube-player {
        position: sticky;
        padding-bottom: 56.23%;
        /* Use 75% for 4:3 videos */
        height: 0;
        overflow: hidden;
        max-width: 100%;
        background: #000;
        margin: 5px;
    }
    
.youtube-player iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100;
        background: transparent;
    }
    
.youtube-player img {
        bottom: 0;
        display: block;
        left: 0;
        margin: auto;
        max-width: 100%;
        width: 100%;
        position: absolute;
        right: 0;
        top: 0;
        border: none;
        height: auto;
        cursor: pointer;
        -webkit-transition: .4s all;
        -moz-transition: .4s all;
        transition: .4s all;
    }
    
    .youtube-player img:hover {
        -webkit-filter: brightness(75%);
    }
    
    .youtube-player .play {
        height: 72px;
        width: 72px;
        left: 50%;
        top: 50%;
        margin-left: -36px;
        margin-top: -36px;
        position: absolute;
        background: url("../../../../../i.imgur.com/TxzC70f.png") no-repeat;
        cursor: pointer;
    }

/*Information on what travel styles are - icons*/

.info-tooltip,.ui-tooltip {
display:inline-block;
text-transform:none;
font-family:Gotham,serif;
color:#fff
}

.info-tooltip {
background:#34444b;
width:12px;
height:12px;
vertical-align:text-top;
line-height:12px;
border-radius:10px;
font-size:9px;
font-weight:700;
margin-top:1px;
cursor: pointer;
}

.ui-tooltip {
font-size:12px;
background:#34444b;
padding:15px 25px;
z-index:2000;
max-width:320px;
width:auto;
border-radius:5px
}

.ui-tooltip.dynamic-width {
max-width:480px
}

.ui-tooltip p {
color:#fff;
margin:0;
padding:0
}

.ui-helper-hidden-accessible {
display:none
}

.ui-tooltip.grey.bottom:before,.ui-tooltip.grey.top:before {
display:block;
content:'';
height:0;
width:0;
left:50%;
position:absolute
}

.ui-tooltip.grey.top:before {
border:7px solid transparent;
border-bottom:7px solid #34444b;
bottom:100%;
-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);
transform:translateY(-50%);
margin-bottom:-7px
}

.ui-tooltip.grey.bottom:before {
border:7px solid transparent;
border-top:7px solid #34444b;
top:100%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);
transform:translateY(-50%);
margin-top:7px
}

.dropdown-nav ul ul a {
   padding:10px 0 10px 5px
}

@media (max-width:768px) {
	.ui-tooltip,
	.ui-tooltip.dynamic-width
   {
	padding:7px;
	max-width:170px
   }
}

.card .destination-label {
display:inline-block;
background:rgba(255,255,255,.82);
position:absolute;
top:15px;
height:30px;
line-height:30px;
border-radius:0 5px 5px 0;
padding:0 10px;
font-family:Gotham,sans-serif;
text-transform:uppercase;
font-size:.65em;
font-weight:700;
color:#34444b
}

.card .destination-label .tooltip-static-click:hover,.card .destination-label .tooltip-static:hover {
color:#3a8492
}

@media (max-width:1435px) {
.card .infobox+.destination-label
   {
	display:none
   }
}

.highlights ul {
    list-style:none;
    padding-left:20px;
    font-weight:500;
    font-size: 1.11111111em;
    line-height: 1.2em;
}

.itinerary-item p {
	font-size:1em;
	line-height:1.40em;
	position:relative;
	margin-bottom:15px;
	color:#64696d;
}

section.section-everything p {
   color: #34444b;
}

section.section-everything ul {
   padding-left: 30px;
}

section.section-everything ul a {
   color: #ec6851;
}

section.section-everything ul a:hover {
   color: #23527c;
}

td a {
  color: #ec6851;
}

@media (max-width: 480px) and (min-width: 300px) {
   .youtube-player 
 {
 	margin-top: 0px !important;
  }
}
@media (min-width:481px) and (max-width:1310px) {
    .card-front h1 {
        font-size: 1.233337em;
    }
}
@media (min-width:481px) and (max-width:1310px) {
    .card-front h2.sub-name {
        font-size: 0.8666em;
    }
}
@media (min-width:481px) and (max-width:1310px) {
   .card .card-front h1.long {
        font-size: 1.2em;
    }
}
@media (max-width:768px) and (min-width:200px) {
   .request-icon {
        display: none;
    }
}
/* line 114, ../sass/components/_components.scss */
.promotions p {
  margin-bottom: 30px;
  font-weight: 500;
  font-size: 1.1em;
  color: white;
  text-shadow: rgba(0, 0, 0, 0.3) 1px 2px 0;
}
.sub-notice p
{
  color: #ffffff;
  margin-left: 10px;
  font-size: 14px;
}
.notice a
{
  color: #ffffff;
  text-decoration: underline;
}
.notice a:hover
{
  color: #ffd269;
  text-decoration: underline;
}
.ui-datepicker-calendar .ui-state-hover
{
  background: #acc;
  color: #fff;
}
.ui-datepicker-calendar .ui-state-active
{
  border-radius: 0px;
  background: #34444b;
}

/* line 5, ../sass/base/_accordions.scss */
.accordion h2 {
  font-size: 0.66666667em;
  line-height: 2em;
  padding: 0;
  margin: 0;
  color: #34444b;
  font-weight: 500;
}
/* line 13, ../sass/base/_accordions.scss */
.accordion h2 a {
  text-decoration: none;
  color: #34444b !important; 
  display: block;
  width: 100%;
}
/* line 19, ../sass/base/_accordions.scss */
.accordion h2 a:after {
  font-family: 'nordicvisitor';
  content: "\f077";
  margin-left: 10px;
  font-size: 0.72222222em;
  line-height: 1.84615385em;
}

/*#41556 BASECAMP - Contact us - new component*/

.cx-contact {
    text-align: center;
    position:relative;
    height:100%;
    padding-bottom:70px;
}
.cx-contact .icon {
    font-size: 40px;
    color: #76b89b;
}
.cx-contact h3 {
    margin:0;
}
.cx-contact p {
    margin:0;
    color:#333;
}
.cx-contact p strong {
    color: #d45d49;
    font-size: 1.3em;
}
.cx-contact .cx-footer {
    position:absolute;
    bottom:10px;
    left:0;
    right:0;
}
.button-link.btn-ctx {
    margin:0px auto;
    background:#76b89b;
}
.row-flex {
    display:flex;
}
.row-flex.container:before,
.row-flex.container:after,
.row-flex.row:before,
.row-flex.row:after {
   content: normal; // IE doesn't support `initial`
}
.ctx-form {
    padding-top:80px;
}
.sec-customer-contact-form img {
    max-width:100%;
}
@media (max-width: 767px) {
    .cx-contact {
        padding-bottom:45px;
    }
    .cx-contact p {
        font-size:0.9em;
    }
    .button-link.btn-ctx {
        padding: 0;
        background: transparent;
        color: #d45d49;
        font-size: 0.75em;
        line-height:100%;
    }
}

/* line 9, ../sass/modules/_footer.scss */
.footer-main h2, .footer-main .price, .footer-main .package-headline, .footer-main .booking-form-request, .footer-main .blog__tags {
  font-family: "ArcherPro", serif;
  font-size: 0.77777778em;
  line-height: 1.71428571em;
  color: #858a8f;
  display: block;
  font-weight: normal;
  text-transform: none;
  margin: 0;
}

/* line 90, ../sass/modules/_footer.scss */
.footer-main .footer-blog h2, .footer-main .footer-blog .price, .footer-main .footer-blog .package-headline, .footer-main .footer-blog .booking-form-request, .footer-main .footer-blog .blog__tags {
  font-size: 0.66666667em;
  line-height: 2em;
}

address a {
  color: #ec6851;
}
address a:hover {
  color: #23527c;
}
/* line 71, ../sass/components/_row-dual.scss */
.row-dual-70-front h1 {
  text-align: left;
}

@media only screen and (min-width: 768px) {
	.hero-front {
    		height: 720px !important;
  		}
  }

@media only screen and (min-width: 960px) {
        .hero {
    		height: 440px;
		  }
	.hero-front {
    		height: 820px;
  		}
	.hero-destination {
    		height: 550px;
  		}
	.hero.hero-subpage .hero-text {
    		bottom: 20%;
 		 }
	.hero.hero-subpage-vid .hero-text {
    		bottom: 10%;
 		 }
	.hero.hero-destination .hero-text {
   		 bottom: 30%;
  		}
  }

@media only screen and (min-width: 992px) {
	.hero-front {
    		height: 690px !important;
  		}
  }
@media (min-width:960px) and (max-width:1309px) {
	.hero.hero-subpage-vid {
		height:590px;
	}
}
@media only screen and (min-width: 1140px) {
	.hero-front {
    		height: 700px !important;
  		}
  }

@media only screen and (min-width: 1280px) {
	.hero-front {
    		height: 600px !important;
  		}
  }

@media only screen and (min-width: 1310px) {
        .hero {
    		height: 500px;
		  }
	.hero-front {
    		height: 820px;
  		}
	.hero-destination {
    		height: 650px;
  		}
	.hero.hero-subpage .hero-text {
    		bottom: 20%;
 		 }
	.hero.hero-subpage-vid .hero-text {
    		bottom: 10%;
 		 }
	.hero.hero-destination .hero-text {
   		 bottom: 30%;
  		}
  }

@media only screen and (min-width: 1480px) {
	.hero-front {
    		height: 640px !important;
  		}
  }

    @media only screen and (min-width: 1520px) {
     .hero {
 	height: 600px;
  		}
      .hero-front {
 	height: 940px;
  		}
    }

    @media only screen and (min-width: 1900px) {
       .hero {
    		height: 700px;
 		 }
.hero-short {
  height: 510px;
}
	.hero-front {
   		height: 940px;
  		}
    }
.hero-auto {
  height: auto;
}
.hero-shortest {
  height: 300px;
  padding-top: 4%;
}

.box-chat-right ul {
    padding-left: 1px;
    margin-bottom: 1px;
}

.box-chat-right li {
    display: inline-block;
    width: 32%;
    margin-bottom: 20px;
}

@media (max-width:1200px) {
   .box-chat-right li {
    display: inline-block;
    width: 49%;
    margin-bottom: 20px;
  }
}

.box-chat-right p.ctry  {
    text-align: left;
    padding: 0;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 23px;
    margin-bottom: 1px;
}

.box-chat-right p.ph {
    text-align: left;
    padding: 0;
    font-weight: 100;
    letter-spacing: 0;
    line-height: 23px;
    margin-bottom: 1px;
}

.kkSimpleSlide.full{
padding:0;
height:100%;
}

.kkSimpleSlideContainer{
overflow:hidden;
height:100%;
}

a.anchor {
    display: block;
    position: relative;
    top: -300px;
    visibility: hidden;
}

.info-blocks .info-block.block-grey .inner-container>* {
	color:#34444b !important;
}

.package-headline + p {
	display:inline;
	margin-left:10px;
	color:#858a8f
}

p {
	color:#34444b;
	margin-bottom:30px
}

.sp-small p {
        color: #858a8f;
    }
.modal-highlight-details ul {
    color: #34444b;
    }

.logo-saf {
  background-image: url("../../../../files/saf-logo.svg");
}

@media (min-width:481px) and (max-width:1480px) {
    .hero .hero-text h1 {
        font-size: 3.5em;
        line-height: 1.1em;
    }
}

@media only screen and (max-width:1480px) {
    .hero .hero-text figure h1 {
        font-size: 2.66666667em;
        line-height: 1.1em;
    }
}

@media only screen and (max-width:1080px) {
    .hero .hero-text figure h1 {
        font-size: 2.16666667em;
        line-height: 1.1em;
    }
}

@media only screen and (min-width:1480px) {
    .hero .hero-text figure h1 {
        font-size: 3em;
        line-height: 1.1em;
    }
}

@media only screen and (min-width:1680px) {
    .hero-front {
        min-height: 760px;
    }

        .hero-front .hero-text-container {
            bottom: 80px;
        }
}

.main-header .dropdown-nav > ul > li.open > ul li {
	padding-top: 3px;
}

.main-header .dropdown-nav > ul > li ul li {
	padding: 2px 20px 2px;
}

.main-header.sticktop {
		z-index: 32;
	}

.link-red:hover {
	text-decoration: underline;
}
.link-white:hover {
	text-decoration: underline;
}

@media only screen and (max-width:992px) {
	.section-booking-progress .tour-email-button {
		margin-bottom: 0px;
	}
}
@media screen and (max-width: 480px) {
   .cc-revoke.cc-left {
    display: none;
  }
}


.terms ul {
	color:#34444b;
	font-size: 18px;
	padding-left: 30px;
}

.terms ol {
	color:#34444b;
	font-size: 18px;
	padding-left: 30px;
}

.terms p {
	font-size: 17px;
}

.terms .lead {
	font-size: 19px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.terms .accordion h2 {
	font-size: 17px;
	line-height: 1.2em;
	margin-bottom:10px;
}

.terms .accordion .panel-group .panel-collapse .panel-body {
	padding-left: 25px;
}

.terms .accordion .panel-body li {
	color:#34444b;
	font-size: 17px;
	padding-left: 15px;
	list-style: inherit;
	overflow: unset;
}

.terms .accordion li {
	padding: 0px;
	cursor: auto;
}

.terms ul a {
	color:#ec6851;
}

.terms ul a:hover {
	color:#23527c;
}

.terms .table-responsive {
	margin-left: 20px;
}

.terms table thead tr th {
	text-align: center;
}

.terms table tr td {
	text-align: center;
}
.terms table thead tr {
	background-color: #f5f5f5;
}
.terms table thead tr th {
	color: #34444b;
	border: 1px solid #d9d9d9;
	letter-spacing: 0.5px;
	text-transform: none;
}

/* MODAL STYLING */
.terms-modal .panel-body {
    padding: 0px 30px 10px 30px;
}

.terms-modal .panel-body-last {
    padding: 0px 30px 60px 30px;
}

.terms-modal h2 {
	font-family: "Gotham", sans-serif;
	text-transform: uppercase;
	font-size: 20px;
	margin-top: 35px;
}

.terms-modal h3 {
	margin-bottom: 10px;
	margin-top: 0px;
	font-size: 16px;
	line-height: 1.2em;
}

.terms-modal p {
	font-family: "Gotham", sans-serif;
	color:#34444b;
	font-size: 15px;
	margin-bottom: 20px;
}

.terms-modal ul {
	font-family: "Gotham", sans-serif;
	color:#34444b;
	font-size: 15px;
	padding-left: 30px;
}

.terms-modal ol {
	font-family: "Gotham", sans-serif;
	color:#34444b;
	font-size: 15px;
	padding-left: 30px;
}

.terms-modal ul a {
	color:#ec6851;
}

.terms-modal ul a:hover {
	color:#23527c;
}

.terms-modal .table-responsive {
	margin-left: 20px;
}

.terms-modal table thead tr th {
	text-align: center;
}

.terms-modal table tr td {
	text-align: center;
	border: 1px solid  #8d8d8d;
	background-color: #f3f3f3;
}
.terms-modal table thead tr {
	background-color: #dbdbdb;
}
.terms-modal table thead tr th {
	color: #34444b;
	border: 1px solid  #8d8d8d;
	letter-spacing: 0.5px;
}

.blog__section li a {
	color: #ec6851;
}

.blog__section li a:hover {
	color: #337ab7;
}

.blog__section ol {
	font-size: 0.9em;
}

/* TWC styles */

 .TWC .headline-section {
	text-transform: none;
}
.quote-box {
	background-color: white;
	border-radius: 4px;
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.2);
	display: inline-block;
	margin-bottom: 20px;
}
.quote-right {
	float: right;
}
.quote-left {
	margin-right: 70px;
}
.TWC-TA {
	display: block;
 	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 200px;
	margin-top: 80px;
	margin-bottom: 10px;
}
.review-link {
	float: right;
	margin: 5px 20px 15px 10px;
}
.blockquote--mid-large {
	font-size: 24px;
	line-height: 30px;
	padding-left: 30px;
	background-image: none;
	color: #52a4b3;
	margin-bottom: 0px;
}
.blockquote--mid-large::before {
	margin-left: -30px;
	content: "“";
	font-size: 96px;
	font-weight: bold;
	font-style: italic;
	line-height: 94px;
	color: #ec6851;
	position: absolute;
	left: 0;
	top: 0;
}
@media only screen and (max-width:990px) {
   .quote-left {
	margin-right: 33px;
   }
    .quote-right {
	margin-left: 33px;
   }
   .blockquote--mid-large {
	font-size: 19px;
	line-height: 25px;
	padding-left: 40px;
   }
   .blockquote--mid-large::before {
	margin-left: -20px;
    }
   .review-link {
	font-size: 0.9em;
    }
   .TWC-TA {
	margin-top: 10px;
	margin-bottom: 10px;
    }
}
.col-decor {
	text-align: center; 
}
.col-decor h3 {
	margin-top: 0px;
}

.numberCircle {
	border-radius: 50%;
	width: 33px;
	height: 33px;
	padding: 8px;

 	border: 2px solid #52a4b3;
 	color: #52a4b3;
	text-align: center;
	font-size: 22px;
	line-height: 9px;
	margin: 0 auto;
	font-weight: 500;
	margin-bottom: 10px;
}
.space-box {
	min-height: 220px;
	padding: 20px 10px;
	background-color: #52a4b312;
	margin: 5px;
	border-radius: 4px;
	border: 2px solid #52a4b3;
}

section .guidelines {
	text-transform: none;
}
.guidelines a {
	display: block;
	color: #fff;
	background-color: #76b89b;
	padding: 20px 10px;
	margin: 10px;
	border-radius: 4px;
}
.guidelines a:hover {
	background-color: #68a68b;
}
.TWCFAQ {
	max-width: inherit;
}
.TWCFAQ h3 {
	text-align: left;
	color: #34444b;
}
.TWCFAQ .accordion h2 {
	text-transform: none;
	font-size: 0.8em;
}
.TWCFAQ .accordion .panel {
	border-bottom: 1px solid #dadada;
	text-align: left;
	font-size: 1em;
}
.TWCFAQ .panel-body p {
	font-size: 1.05em !important;
}
.TWC-card {
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	float: none;
}
.TWC-card .card__horizontal {
	border: 1px solid #dcdcdc;
	box-shadow: 0 6px 10px rgba(0, 0, 0, 0.1);
	background-color: #fff;
}
.TWC-card .card__horizontal-title {
	padding: 50px 30px;
}

.TWC-card .card-result > div {
	display: table-cell;
	padding: 70px 30px 70px 30px;
}
.TWC-card .card-result h1 {
	text-transform: none;
	font-size: 1.1em;
	line-height: 1.2em;
}
.TWC-card .card-result p {
	font-size: 1em;
}
@media only screen and (max-width:990px) {
        .TWC-card .card__horizontal-title {
	padding: 10px 10px;
        }
       .TWC-card .card-result h1 {
	font-size: 1em;
	line-height: 1.2em;
       }
}
@media only screen and (min-width:991px) {
	.TWC-card .card__horizontal .card-img {
	width: 400px;
	}
}
.TWC .info-blocks .info-block {
	padding: 20px;
}
/* END OF TWC styles */

.notify-strip .container {
	margin-top: 20px;
	margin-bottom: 10px;
}
.notify-strip .sec-color-white {
	border-top: 1px solid #e5e2e2;
	background-color: #fafafa;
}

/* HeroBannerSearch style */
@media (min-width: 1520px) {
	.hero-banner-search .hero-text h1 {
		font-size: 4em;
 		 }
  }

@media only screen and (min-width: 960px) {
	.hero.hero-subpage.hero-banner-search .hero-text {
    		bottom: 20%;
 		 }
  }

@media only screen and (min-width: 1310px) {
	.hero.hero-subpage.hero-banner-search .hero-text {
    		bottom: 25%;
		padding-right: 14%;
 		 }
  }
@media only screen and (min-width: 1520px) {
	.hero.hero-subpage.hero-banner-search .hero-text {
		padding-right: 25%;
 		 }
  }
    @media (max-width: 480px) {
     .hero.hero-subpage.hero-banner-search {
 	height: 550px;
  		}
    }
    @media only screen and (min-width: 1520px) {
     .hero.hero-subpage.hero-banner-search {
 	height: 600px;
  		}
    }

    @media only screen and (min-width: 1900px) {
       .hero.hero-subpage.hero-banner-search {
    		height: 600px;
 		 }
    }

.filter-search-form .filter-input-group {
	height: 48px;
	padding: 0 12px;
	width: 290px;
}

.filter-search-form .filter-input-group:hover {
	border: 1px solid #9d9fa0;
}
.filter-search-form .filter-input-group:active{
	border: 1px solid #9d9fa0;
}

.filter-search-form .filter-input-group .filter-placeholder {
	font-size: 0.76666em;
	margin: 0 0 0 12px;
}
.filter-search-form .filter-input-group label {
	font-size: 0.57em;
	top: 6px;
	left: 45px;
}
.filter-search-form .filter-input-group .filter-text-value {
	margin: 12px 0 0 15px;
	font-size: 0.74em;
	font-weight: 500;
}
.filter-search-form button {
	height: 40px;
	margin: 4px 10px 0px 20px;
}
.filter-search-form .filter-input-dropdown {
	padding: 15px 15px;
	box-shadow: 0px 19px 30px rgba(0, 0, 0, 0.4175);
}
.filter-search-form .input-radio label {
	height: 50px;
	color: #34444b;
	border: 1px solid #dfdfdf;
	margin: 2px 0px;
	font-size: 0.7666em;
	cursor: pointer;
}
.filter-search-form .input-radio label:hover {
	color: #34444b;
	border: 1px solid #7f7f7f;
}
.filter-search-form .input-radio input[type="radio"]:checked + label {
	border: 1px solid #76b89b;
}
.filter-search-form .input-checkbox label {
	height: 45px;
	color: #34444b;
	border: 1px solid #dfdfdf;
	margin: 2px 0px;
	font-size: 0.7666em;
	padding: 7px 5px;
	cursor: pointer;
}

.filter-search-form .input-checkbox label:hover {
	color: #34444b;
	border: 1px solid #7f7f7f;
}
.filter-search-form .input-checkbox input[type="checkbox"] + label:before {
	width: 17px;
	height: 17px;
	border-radius: 10px;
}
.filter-search-form .input-checkbox input[type="checkbox"]:checked + label:after {
	top: 8px;
	left: 10px;
}
.filter-search-form .input-checkbox input[type="checkbox"]:checked + label {
	border: 1px solid #76b89b;
}
    @media (max-width: 480px) {
	.filter-search-form .filter-input-group {
		width: 260px;
		}
	.filter-search-form button {
		margin: 15px 0 0;
		}
    }

@media (max-width: 767px) {
    .filter-search-form .input-checkbox input[type="checkbox"] + label:before,
    .filter-search-form .input-checkbox input[type="checkbox"] + label:after {
        display: inline-block;
    }
	input[type="checkbox"] + label {
	text-align: initial;
	}
}
@media only screen and (min-width: 900px) {
	.filter-search-form .filter-input-group {
    		width: 230px;
 		 }
  }
@media only screen and (min-width: 1125px) {
	.filter-search-form .filter-input-group {
    		width: 250px;
 		 }
  }
@media only screen and (min-width: 1250px) {
	.filter-search-form .filter-input-group {
    		width: 290px;
 		 }
  }
@media (min-width: 768px) {
	.hero-banner-search .hero-text {
		padding-left: 50px;
		padding-right: 50px;
	}
}
@media (max-width: 950px) {
	.filter-search-form {
		display: flex;
    		flex-wrap: wrap;
   		max-width: 400px;
	}
	.filter-search-form .filter-input-container {
	  width: 100%;
	}
	.filter-search-form .filter-input-group {
	  width: 100%
	}
	.filter-search-form button {
	  width: 100%;
	  margin-top: 15px;
	}
	.filter-search-form > div + div {
	  margin-left: 0px;
	  margin-top: 5px;
	}
}
/* END OF HeroBannerSearch style */

.gift {
	padding: 10px;
}

[type="number"] {
    border: 1px solid #c0c3c5;
    height: 36px;
    font-size: 0.61111111em;
    line-height: 2.18181818em;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    width: 100%;
    padding: 0 17px;
    line-height: 36px;
    padding-left: 8px;
    background-color: #fcfafa;
    margin-bottom: 20px;
    font-family: "Gotham", sans-serif;
    font-weight: bold;
}

input[type="number"] [placeholder] {
  color: #999999;
}

input[type="number"]:focus {
  border-color: #999999;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  outline: none;
}

input[type="number"]:required + label::after {
  content: "*";
}

textarea {
	line-height: inherit;
	padding: 10px;
}
.lmtd
{
		background-color: #ec6851;
		color: white;
		padding: 5px 10px;
	}
.alert-danger
{
		background-color: #ec6851de;
		border-color: #ec6851;
		color: #ffffff;
		font-weight: bold;
	}

/* Cookie banner */
	input[type=checkbox]:disabled + label:before {
	    background-color: rgba(59, 59, 59, 0.3);
	    border-color: rgba(118, 118, 118, 0.3);
	}
	input[type=checkbox]:disabled + label:after {
	    content: "\2713";
	    color: #efefef;
	}
