* {
	font-family: Lato, Sans;
}

h3 {
	color: #12A1DE;
	font-size: 25px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Rubik;
}

p {
	color: #605E5E;
}

strong {
	font-weight: 700 !important;
}

ul.no-decoration {
	list-style: none;
}

.nav-item {
	position: relative;
}

.myNavItem {
	white-space: nowrap;
	margin: 0em 1em;
	position: relative;
}


.myNavItem a {
	color: #666;
}

.nav-item > ul {
    position: absolute;
    z-index: 99;
    background-color: #fff;
    display: none;
    padding: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.nav-item > ul > li > a {
	padding: 4px 8px;
	white-space: nowrap;
	display: block;
}

.nav-item:hover > ul {
	display: block;
}

#PADISlide, #activitiesSlide, #packagesSlide {
    position: absolute;
    z-index: 99;
    background-color: #fff;
    display: none;
    padding: 20px;
    left: 50%;
    transform: translateX(-50%);
	top: 21px;
}

#PADISlide:hover, #activitiesSlide:hover, #packagesSlide:hover {
    display: block !important;
}

[data-dropdown="packages"]:hover + #packagesSlide {
	display: block !important;
}

[data-dropdown="activities"]:hover + #activitiesSlide {
	display: block !important;
}

[data-dropdown="PADI"]:hover + #PADISlide {
	display: block !important;
}

#adminLink {
	color: #62a6ff !important;
	font-size: 16px !important;
}

.flexCenter {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#editAllImg {
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 9;
	cursor: pointer;
	transition: transform 0.3s;
}

#editAllImg:hover {
	transform: scale(1.3);
}

.navLogo, .headHeroImg {
    margin: 18px 0px;
}

#topNavDesktop, #topNavNavBar {
	display: none;
}

#mobileNavDrawer {
	transition: 0.3s;
	position: fixed;
	top: 0px;
	left: -110vw;
	width: 80vw;
	background-color: #fff;
	z-index: 1031;
	overflow-y: scroll;
	height: 100vh;
}

#mobileNavDrawer.open {
	left: 0vw;
}

#mobileNavDrawer * li {
	padding: 4px 8px;
}

#mobileNavDrawer > ul > li > a {
	color: #000;
}

#mobileNavDrawer > ul > li > ul > li > a {
	color: #A0A09F;
}

#burgerShade {
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.75);
    z-index: 9;
}

#burger {
    height: 38px;
    padding: 8px;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
	left: 14px;
}

#topNavMobile {
	height: 55px;
}

#AdventureCoLogoLink {
	left: 0px !important;
}

#AdventureCoLogoLinkMobile {
	margin: 0px 13px;
}

#topNavMobile .navLogo {
	height: 55px;
	width: auto;
	margin: 0px 10px !important;
}

.navbar-expand {
	display: none;
}

#nav-home {
	
}

#navbarNav {
    position: relative;
    top: 65px;
}

#menu-main-nav {
    align-items: baseline;
    position: relative;
    display: inline-flex;
}

#companyHeaderDesktop #menu-main-nav {
	top: 0px;
}

.nav-item a {
    color: #666;
    font-weight: 500;
    font-size:  17px;
}

#companyHeaderDrawer, #companyHeaderParent, #companyheaderWrap, #companyHeaderParentMobile {
	background-color: #0159bb !important;
}

#carouselExampleIndicators {
	z-index: 0;
}

#headerVideo {
	display: none;
}

.carousel-inner, .sliderDiv {
	height: 300px;
	background-size: cover !important;
	background-position: bottom !important;
}

#headOffers {
	position: relative;
	z-index: 2;
	color: #fff;
	font-family: Lato;
	text-align: center;
}

#headOffersDesktop{
	margin-top: -100px;
	display: none;
    justify-content: center;
    align-items: center;
}

.headOffersMobile {
	margin-top: -20px;
	display: block;
	white-space: nowrap;
	width: 100%;
	overflow-x: scroll;
	overflow-y: hidden;
	padding-bottom: 50px;
}

	
.headOffersMobile .headOffer {
	transform: scale( 0.36 ); 
	-webkit-transform-origin:left top;
	-moz-transform-origin:left top;
	margin-right: calc( 350px * -0.61 );
	margin-bottom: calc( 566px * -0.64 );
}

#headOffersBack, #headOffersForward {
	cursor: pointer;
	transition: opacity 0.2s;
	opacity: 0.6;
    text-align: center;
    width: 5%;
	position: absolute;
	right: 0px;
	z-index: 99;
}

#headOffersBack {
	transform: scaleX( -1 );
	right: initial;
	left: 0px;
}

.opaque {
	opacity: 1.0 !important;
}

#headOffersInner {
	white-space: nowrap;
	overflow: hidden;
}

#headOffersScroller {
	position: relative;
	transition: left 0.3s;
	font-size: 0;
	padding: 0px;
}

.headOffer {
    height: 500px;
    width: 325px;
    background-size: cover !important;
    padding: 24px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    margin-left: 4px;
	transform-origin: center left;
}

.headOffer .superTitle {
	font-family: HandOfSean, Sans;
	font-size: 24px;
	text-shadow: 0px 1px 7px rgba(0, 0, 0, 0.65);
}

.headOffer .thePriceEnquire {
	font-size: 27px;
}

.headOffer .prePrice {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
	text-align: left;
	line-height: 1.8em;
    position: absolute;
    bottom: 26px;
	font-family: Rubik, Sans;
	text-shadow: 0px 1px 7px rgba(0, 0, 0, 0.65);
}

.headOffer .thePrice {
	font-family: Rubik, Sans;
	font-size: 36px;
	font-weight: 500;
	text-shadow: 0px 1px 7px rgba(0, 0, 0, 0.65);
}

.headOffer .title {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 36px;
    line-height: 1.2em;
	font-family: Lato, Sans;
	white-space: normal;
	text-shadow: 0px 1px 7px rgba(0, 0, 0, 0.65);
}

.headOffer .subTitle {
    font-size: 22px;
    font-style: italic;
	font-family: Lato, Sans;
	white-space: normal;
	text-shadow: 0px 1px 7px rgba(0, 0, 0, 0.65);
}

.headOffer .guts {
    position: absolute;
    left: 0;
    right: 0;
    top: 20%;
}

.headOffer .guts * {
	color: #fff;
}

.headOffer *:hover{
	text-decoration: none;
}

.headOffer .save {
    width: 100%;
    position: absolute;
    top: 10px;
    right: -120px;
    transform: rotate(45deg);
    background-color: #F7EA2D;
    color: #F08D2F;
    font-size: 20px;
    line-height: 1.5em;
    padding: 8px 0px;
    font-weight: 700;
    font-family: Rubik, Lato, sans-serif;
    text-transform: uppercase;
}

.headOffer .save .saveThePrice {
	font-size: 38px;
    font-family: Rubik, Lato, sans-serif;
    color: #F08D2F;
}

.headOffer .save .saveDolla {
	font-size: 24px;
    color: #F08D2F;
}

.headOffer .bookNowBtn {
	font-family: Rubik, Sans;
    background-color: #C93200;
    padding: 8px 24px;
    float: right;
    font-size: 20px;
    text-transform: none;
    position: absolute;
    right: 24px;
    bottom: 15px;
	font-weight: 500;
}

.headOffer::before {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	transform: rotate(-70deg) translateX(60%) translateY(-30%);
	background: -moz-linear-gradient(45deg, rgba(255,255,255,0.65) 0%, rgba(255,255,255,0) 80%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(45deg, rgba(255,255,255,0.65) 0%,rgba(255,255,255,0) 80%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(45deg, rgba(255,255,255,0.65) 0%,rgba(255,255,255,0) 80%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#awards {
	margin: -2em 0em 8em;
}

.award {
	text-align: center;
	font-family: Lato, Sans;
	font-weight: 300;
	margin: 32px 0px;
	padding-bottom: 50px;
}

.award h1 {
	font-family: Lato, sans;
	font-size: 20px;
	margin: 16px 0px;
}

.award p {
	font-size: 14px;
	margin: 16px 0px;
}

.award .imgWrap {
	width: 100%;
	min-height: 130px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.award .imgWrap>img {
	width: 110%;
}

.award .moreInfoBtn {
	font-size: 14px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 130px;
}

.nopadding {
	margin: 0px !important;
	padding: 0px !important;
}

.floatMiddle {
	display: inline-block;
	vertical-align: middle;
	width: 98%;
}

.middleHelper {
	height: 100%;
	width: 0%;
	display: inline-block;
	vertical-align: middle;
}

#saxonReefBlurb {
	padding: 40px !important;
}

#evolutionBlurbLogo {
	width: 300px;
	left: 0;
	right: 0;
	margin: 0px auto;
	position: absolute;
	top: 50px;
}

#evolutionBlurb h1 {
	font-size: 20px;
	margin-top: 65px;
}

#evolutionBlurb, #saxonReefBlurb {
	position: relative;
	height: 100vh;
	padding: 40px;
}

#evolutionBlurb *, #saxonReefBlurb * {
	color: #fff;
}

#evolutionBlurb .moreInfoBtn {
	position: absolute;
	bottom: 3em;
	left: 0;
	right: 0;
	margin: auto;
	width: 280px;
	font-size: 1.61em;
}

#evolutionBlurbImg {
	background-image: url("../img/introducing-evolution-boat.jpg");
	background-position: bottom;
	padding-bottom: 0px !important;
	height: 88vh;
}

.imgAndBlurb {
	text-align: center;
	margin: 2px 0px !important;
}

.imgAndBlurbImg.hastings {
	padding-bottom: 0px !important;
	height: 100vh;
	background-image: url("../shared/img/ReefLocation.jpg");
	background-size: cover;
	background-position: center;
	padding: 0px !important;
}


.imgAndBlurbImg, .aboutImgAndBlurbImg {
	padding-bottom: 60% !important;
	position: relative;
	height: 100%;
	background-size: cover;
}

.imgAndBlurb h1 {
	font-size: 28px;
	margin-bottom: 48px;
}

.imgAndBlurb p {
	font-size: 14px;
}

.imgAndBlurbBlurb {
	padding: 48px;
	background: #BAE9FF;
}

.imgGridWrap {
	text-align: center;
}

.imgGridImg {
	width: 100%;
	min-height: 400px;
	background-size: cover;
}

.imgGridText {
	background-color: rgba( 0, 0, 0, 0.3 );
	color: #fff;
	transition: all 0.3s;
	height: 100%;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 12px;
	font-size: small;
}

.imgGridText:hover {
	color: #fff;
	text-decoration: none;
}

.imgGridText p {
	color: #fff;
}

#preFooter {
	background-color: #fff;
}

#footerWrap {
	background-color: #1E60B6;
}

#footer {
	color: #fff;
	text-align: left;
	padding: 40px 0px;
}

#footer .lv1ul li {
	color: #fff;
	margin: 4px 0px;
}

#footer .lv2ul {
	margin-bottom: 20px;
}

#footer .lv2ul li * {
	color: #2ba8e2;
	margin: 8px;
}

#footer * {
	color: #fff;
	font-size: 16px;
	list-style: none;
	font-weight: 500;
}

#footer * h3 {
	font-weight: 500;
}

#footerSocial {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}

#footerSocial img {
	height: 32px;
	margin: 0px 4px;
}

.footerAwardImgWrap {
    background: #fff;
    height: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.footerAwardImgWrapInner {
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.footerAwardImg {
    max-height: 70%;
    max-width: 80%;
}

#editTA {
    width: 100%;
    min-height: 300px;
}

#formLoader {
	position: absolute;
    background: rgba(0, 0, 0, 0.75);
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

[data-animation="rotate"] {
	animation-name: rotate;
	animation-duration: 1.5s;
	animation-iteration-count: infinite;
	animation-timing-function: linear;
}

.instaFake {
	margin-bottom: 20px;
}

.instaStrip * .col-6 {
	padding-left: 0.75em;
	padding-right: 0px;
	white-space: nowrap;
}

.instaLikeImg {
	margin-right: 0.25em;
}

.instaLikes, .instaComments {
	font-size: 0.75em;
}

#instaProfilePic {
	width: 54px;
	height: 54px;
	border-radius: 80%;
}

#instaProfileName {
	display: inline-block;
	font-size: 16px;
}

#instaSubName {
	color: grey;
	font-size: 14px;
}

.instaImg {
	position: relative;
	width: 100%;
	background-size: cover;
}

.instaImg:before {
	content: "";
	display: block;
	padding-top: 100%; 	/* initial ratio of 1:1*/
}

.instaLike {
	margin: 0px 0px 8px 0px;
	width: 32px;
}

.instaStrip {
	padding: 8px 10px;
	border: 1px solid #e6e6e6;
	width: 100%;
	font-size: 12px;
}

#mediaSection {
	padding-top: 80px;
	padding-bottom: 80px;
}

#vidFrame {
	width: 100%;
	height: 200px;
	margin-bottom: 40px;
	
}

#mediaSectionText {
	
}

.vidLink {
	width: 100%;
}

.videos * iframe {
	height: 280px;
}

.brochureImg {
	height: auto;
	width: 100%;
}

.gallery-image {
	width: 100%;
	height: 120px;
	background-size: cover;
	margin: 8px 0px;
}
	

@keyframes rotate {
    from {
		transform: rotate(0deg);
	}
    to {
		transform: rotate(360deg);
	}
}


	#online-icon {
		display: none !important;
	}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
	
	.award .imgWrap {
		min-height: 200px;
	}

	.award .imgWrap>img {
		width: 80%;
	}

	.headOffersMobile .headOffer {
		transform: scale( 0.6 ); 
		-webkit-transform-origin:left top;
		-moz-transform-origin:left top;
		margin-right: calc( 325px * -0.4 );
		margin-bottom: calc( 500px * -0.4 );
	}
	
	#productTitle {
		font-size: 56px !important;
	}
	
	#instaProfileName {
		font-size: 24px !important;
	}
	
	.productListEntry {
		padding: 40px 0px !important;
	}

	#evolutionBlurbLogo {
		width: 500px;
		top: 30px;
	}

	#evolutionBlurb h1 {
		font-size: 20px;
		margin-top: 75px;
	}
	
	#vidFrame {
		height: 287px;
	}
	
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	
	.productListImg {
		max-width: 200px;
		width: 100%;
		max-height: 100%;
	}
	
	.sidebarRelatedMore {
		font-size: 12px !important;
	}
	
	.navbar-expand {
		display: flex;
	}
	
	#productTitle {
		bottom: 45px !important;
	}
	
	.headOffer {
		transform: scale( 0.675 );
		margin-right: -106px;
	}
	
	#priceBubble {
		transform: scale( 1 ) !important;
		left: initial !important;
		margin: initial !important;
	}
	
	#blueBlurb {
		margin-top: 120px !important;
		padding-bottom: 42px !important;
	}
	.carousel-inner, .sliderDiv {
		height: 650px;
		background-size: cover !important;
		background-position: center !important;
	}
	#blueBlurb .bookNowBtn {
		display: none !important;
	}
	#evolutionBlurb .moreInfoBtn {
	}
	
	#saxonReefBlurb {
		padding: 300px 40px 300px 40px !important;
	}
	
	#vidFrame {
		height: 321px;
	}
	
	#headerVideo {
		display: block;
	}
	
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	#footerSocial img {
		height: 32px;
	}
	
	#headOffersDesktop {
		display: flex;
	}
	
	.headOffersMobile {
		display: none;
	}
	
	#topNavMobile {
		display: none;
	}
	
	#topNavDesktop, #topNavNavBar {
		display: block;
	}
	
	.headOffer {
		transform: scale( 0.725 );
		margin-right: -90px;
	}
	
	#blueBlurb {
		margin-top: 0px !important;
	}
	.imgAndBlurbImg {
	    /*padding-bottom: 44% !important;*/
	}

	#vidFrame {
		margin-bottom: 0px;
		height: 433px;
	}
	

}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
	#footerSocial img {
		height: 48px;
	}
	#navbarNav {
		top: 80px;
	}
	
	.headOffer {
		transform: scale( 0.86 );
		margin-right: -45px;
	}
	
	.imgAndBlurbImg {
	    /*padding-bottom: 33% !important;*/
	}
	
	.productListEntry .col-md-6 {
		margin-left: -40px;
	}
	
	
	#evolutionBlurb .moreInfoBtn {
		margin-top: 500px;
	}
	
	.aboutImgAndBlurbImg {
		padding-bottom: 30% !important;
	}

	#vidFrame {
		height: 518px;
	}

}


@media (min-width: 1600px) {
	
	.headOffer {
		transform: scale( 1 );
		margin-right: 5px;
	}
	
	#headOffersInner {
		width: 1844px;
	}
}


/*************************************************************************************************************




					PRODUCT LIST PAGE productList.php
					
					

					
**************************************************************************************************************/

#productList {
	margin-bottom: 80px;
}

#productBreadCrumb, #productBreadCrumb * {
	font-size: 18px;
	color: #fff !important;
	text-shadow: 0px 1px 12px #000;
}

.productListImg {
	width: 100%;
	max-height: 100%;
	margin-bottom: 20px;
}

.productListEntry {
	color: #605E5E;
	font-size: 14px;
	border-bottom: 1px solid rgb(160, 160, 159);
	padding: 40px;
}


.productListEntry h1 {
	color: #12A1DE;
	font-size: 25px;
}

.productListEntry h1 a:visited {
	color: #12A1DE;
}

.bookNowBtn:hover, .moreInfoBtn:hover, .contactBtn:hover {
	text-decoration: none;
	color: #fff;
}

.bookNowBtn, .moreInfoBtn, .contactBtn {
    padding: 12px 24px;
    border-radius: 24px;
    display: inline-block;
    font-weight: 900;
    font-size: larger;
	color: #fff;
	margin-bottom: 8px;
}

.bookNowBtn {
	background-color: rgb(222, 80, 33);
}

.moreInfoBtn {
	background-color: #2F85BE;
}

.moreInfoBtn.gold {
	background-color: rgba(227, 148, 2, 1);
}

.moreInfoBtn:hover {
	color: #fff;
	text-decoration: none;
}

.contactBtn {
	background-color: rgb(222, 80, 33);
	transition: all 0.3s;
}

.contactBtn:hover {
	background-color: #943616;
	color: #fff;
	text-decoration: none;
}

.listPrice {
	font-weight: 700;
	font-family: Rubik;
	font-size: 60px;
	color: #000;
}

.listPrice p {
	font-size: initial;
	font-weight: initial;
	margin-bottom: 0px;
	font-size: 18px;
}

.listPrice h2 {
	font-size: 36px;
	margin-bottom: 20px;
}

.productListEntry * .bookNowBtn {
	margin-left: 4px;
}

.productListEntry * .moreInfoBtn {
	margin-right: 4px;
}

#addProductDiv {
	text-align: center;
	padding: 80px;
	cursor: pointer;
	transition: all 0.3s;
}

#addProductDiv * {
	pointer-events: none;
	transition: all 0.3s;
}

#addProductDiv:hover {
	background-color: #eee;
}

#addProductDiv:hover > img {
	transform: scale(1.2);
}



/*************************************************************************************************************




					PRODUCT PAGE product.php
					
					

					
**************************************************************************************************************/


#priceBubble {
	position: absolute;
    z-index: 4;
    background-color: #fff;
    padding: 0px;
    border-radius: 80%;
    width: 300px;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    top: -150px;
    font-size: larger;
    line-height: 1em;
	transform: scale( 0.745 );
	left: 0;
	right: 0;
	margin: 90px auto 0px auto;
}

#priceBubble p:first-of-type {
	margin: 0px;
}

#priceBubble p {
	margin-bottom: 8px;
}

#priceBubblePrice, #priceBubblePrice * {
	font-family: Rubik !important;
	font-weight: 500;
    font-size: 86px;
	margin-bottom: -14px;
	letter-spacing: -0.05em;
	position: relative;
    top: -5px;
}

#priceBubblePrice small {
    font-size: 64px !important;
    position: relative;
    top: -12px;
}

#savePrice *, #savePrice {
	font-family: Rubik !important;
	font-weight: 700;
	font-size: 32px;
}

.savePrice {
	font-size: 28px;
	font-weight: 700;
	font-family: rubik;
	color: #000;
}

#productTitle {
    color: #fff;
    font-size: 34px;
    text-shadow: -2px 4px 8px rgba(0, 0, 0, 0.8);
    position: absolute;
    bottom: 40px;
    z-index: 5;
}

.sidebarRelated * h3 {
    font-size: 16px !important;
    margin: 18px 0px 6px;
    height: 40px;
    overflow: hidden;
}

.sidebarRelated *  {
    font-size: 12px !important;
	line-height: 1.25em;
}

.sidebarRelated .blurb {
	height: 13em;
	overflow: hidden;
	position: relative;
}

.sidebarRelated .blurb::after {
	content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    height: 5em;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 70%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
}

.sidebarRelatedPrice, .sidebarRelatedEnquire {
    font-family: rubik;
    font-size: 32px !important;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.sidebarRelatedEnquire {
    font-size: 22px !important;
}

.sidebarRelatedImg {
	width: 100%;
	padding-bottom: 100%;
	background-size: cover;
	background-position: center;
}

.sidebarRelatedMore {
	font-size: 14px !important;
	float: right;
	margin-top: 9px;
	padding: 12px 23px;
}

#freePrice {
    font-family: Rubik, Lato, sans-serif;
    font-size: 48px;
}

#blueBlurb {
    padding: 42px 0px 0px 0px;
    margin-top: 180px;
    font-size: 19px;
    letter-spacing: -0.02rem;
	font-weight: 300;
	position: relative;
}

#blueBlurb * {
	color: #103F54 !important;
}

#blueBlurb .bookNowBtn {
    padding: 12px 36px;
    border-radius: 36px;
    display: inline-block;
    font-weight: 900;
    font-size: 26px;
    color: #fff !important;
    margin-bottom: 8px;
    left: 0;
    right: 0;
    margin: 0px auto 8px auto !important;
    position: relative;
    bottom: -38px;
}

.relatedProductNameInp {
	width: 90%;
	display: inline-block;
}

.deleteRelatedProductBtn {
	width: 34px;
	cursor: pointer;
}

#whatsIncluded {
	background-color: #effaff;
	padding: 40px;
	font-weight: 300;
	margin-bottom: 20px;
}

#whatToBring {
	background-color: #fafafa;
	padding: 40px;
	font-weight: 300;
	margin-bottom: 20px;
}

#deleteProduct {
	width: 32px;
	height: 32px;
	margin: 8px;
	float: right;
}

#logoutLink {
    position: absolute;
    right: 20px;
    top: 90px;
    z-index: 100;
	background: #fff;
	padding: 8px 16px;
}

#bottomBarMobileWrap {
	background-color: #1e2e3b;
    height: 64px;
	max-width: 360px;
	left: 0;
	right: 0;
	margin: 0px auto !important;
    bottom: 10px;
	z-index: 9;
	border-radius: 4px;
}

.google_translate_element * {
	color: #BCBCBC !important;
}

#google_translate_element {
	height: 0;
    margin: 1em 0em -1em;
}

#google_translate_element_desktop {
	position: absolute;
	top: 50px;
}