/* ------------------------------------------- */
/* ----------- CARRY ON COCKTAIL KIT --------- */
/* ----------       W&P Design      ---------- */
/* ----------  www.wandpdesign.com  ---------- */
/* ------------------------------------------- */
html {
  height: 100%;
  margin: 0;
  padding: 0; 
}
body {
	margin: 0;
	border: 0;
	overflow-x: hidden;
  	max-width: 100%;
  	text-rendering: optimizeLegibility;
	height: 100%;
}
@viewport{
  width: device-width;
}
@-ms-viewport{
  width: device-width;
}
section.homepage {
	max-width: 100%;
	width: 100%;
	overflow-x: hidden;
	height: 100%;
}
.iphone-fix {
 	overflow-x:hidden; 
 	height: 100%;
}

.homepage::-webkit-scrollbar { 
    display: none; 
}
body::-webkit-scrollbar { 
    display: none; 
}


/* ----- GENERAL STYLE ----------------------- */

h1, h2, h3, h4, h5, h6 {
    
}

.section-title {
    font-size: 1.5rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.sub-title {
    font-size: 1rem;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 1rem;
}

.light-text {
    color: #ffffff;
}

.dark-text {
    color: #333333;
}

table, td, tr {
    border:none !important;
    background:none;
}

hr {
	border-color: #333;
	border-width: 3px;
}

.hr-separator {
    border-color: #333;
	border-width: 1px;
    width: 10px;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    content: "."; 
    display: block;
    height: 0; 
    overflow:hidden;
    clear: both; 
    visibility:hidden; 
}

* html .floatcontainer {
height: 1%;
}

.clearfix {
    zoom:1;
} 

@media screen and (max-height: 650px) {
  #storefront, #contents {
   	/* height: auto !important; */ 
  }
  #content {
	-ms-transform: none;
	/* -webkit-transform: none; */
	/* transform: none; */   
	/* margin: 0 auto; */  
	/* max-width: 100%; */
	/* float: center; */
	/* display: table; */
	}
} 
@media screen and (min-width: 430px ) (max-height: 650px) {
  #content {
   	padding: 3rem 0; 
  }
}
/* ----- CART -------------------------------- */

.cart-table-item {
     width: 20%;
}
.cart-table-title {
     width: 30%;
}
.cart-table-quantity {
     width: 30%;
}
.cart-table-price {
     width: 20%;
}
@media screen and (max-width: 667px) {
    .cart-icon {
        max-width:50px;
    }
    .cart-table-title {
         width: 40%;
    }
    .cart-table-quantity {
         width: 10%;
    }
  	.shoppingbag h4 {
     	font-size: 0.8rem; 
    }
	.form__qty { 
    }
}
@media screen and (max-width: 736px) {
 	.grid__item.desk--hide {
	    float:none;
    }
    .grid__item.desk--one-half {
       	float:right;
      	
       	width: 155px;
      	margin-top:6px;
    }
  	.shoppingbag .price {
      	margin:6px 0 0 0;
    }
}

/* ----- BASE -------------------------------- */

div#basetin {
  height: 100%;
  position: absolute;
}

#bluebase {
	position: fixed;
	width: 100%;
	height: 100%;
  	max-width:100%;
	overflow-x: hidden;
	z-index: -999;
}

@media screen and (min-device-width : 768px) {
  	#bluebase {
    	background: url('../../../files/BlueSkyBackground5_927.jpg') no-repeat;
		background-size: cover;
    }
}
@media screen and (max-device-width : 767px) {
  	#bluebase {
    	background: url('../../../files/WP_CarryOn_Sky_Mobile_1628.jpg') no-repeat;
		background-size: cover;
    }
}
.scrollarrow {
  	color:#ffffff;
  	font-size: 1.5rem; 
  	position: fixed;
  	bottom: 0;
  	left: 50%;
  	-webkit-transform: translate(-50%,-50%);
  	-ms-transform: translate(-50%,-50%);
  	transform: translate(-50%,-50%);
  	text-align: center;
}

.smoothScroll {
    z-index: -1;
}

.scrollarrow h6 {
  	color: #ffffff;
 	text-transform:uppercase;
  	font-size:1rem;
  	text-align: center;
  	padding-bottom: 0.5rem;
  	letter-spacing: 2px;
}
img.basetin-img {
	position: fixed;
	top: 50%;
	left: 50%;
  	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	max-width: 75%;
	max-height: 75%;
}
.continue {
  	text-decoration:none;
  	color:#ffffff;
}
.continue:hover {
  	text-decoration:none;
  	color:#ffffff;
}
a[ id= "storefront" ]:target ~ div#storefront {
    -webkit-transform: translateY( -400% );
    transform: translateY( -400% );
}
@media screen and (max-device-width : 480px) {
	.scrollarrow h6 {
     	font-size: 0.8rem;
      	padding: 0;
    }
  	.scrollarrow {
      	font-size:1rem;
    }
}

/* ----- STATIC PAGE ----------------------- */

#static-content {
	position: relative;
	height: 100%;
	width: 100%;
}

#sleeve {

	/* CLEARFIX */

	position: relative;
	width:100%;
	height:100%;

}

img.sleeve-img {
	position: relative;
	top: 50%;
	left: 50%;
  	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 0;
	max-width: 75%;
	max-height: 75%;
}

.delay {
	position: relative;
	width: 100%;
	height: 20rem;
}
@media screen and (max-width : 768px) {
  	.delay {
    	height:10rem;
    }
}

/* ----- ABOUT ----------------------------- */

#about {
	position: relative;
	display: block;
	height: 100%;
    background-position: center center;
	padding: 1rem;
}
@media screen and (min-device-width : 768px) {
  	#about {
    background: url('../../../files/WP_CarryOn_Website_Tray6_1074.jpg') no-repeat;
	background-size: cover;
    z-index: 9;
}
}
@media screen and (max-device-width : 767px) {
  	#about {
    	background: url('../../../files/WP_CarryOn_Tray_Mobile_1628.jpg') no-repeat;
	background-size: cover;
    
    	background-position: center center;
}

div#about {}
}

.about-content {
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	max-width: 950px;
	   max-height: 100%;
	text-align: center;
}

img.about-plane {
    margin: 5%;
}

.about-text {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 2.5rem;
    margin: 2rem 0;
    text-transform: uppercase;
}

.about-text-intro {
	font-weight:800;  
	font-size: 1.5rem;
	text-transform: uppercase;
	letter-spacing: 2px;
}

@media screen and (max-width : 1281px) {
	.about-content {
      top: 55%;
      padding: 5rem;
    }
  	.about-text {
      font-size: 0.9rem;
      line-height: 2rem;
    }
}
@media screen and (max-width : 736px) {
  	#about {height:auto;padding: 3rem;}
	.about-content {
      top: 0;
      left: 0;
      transform: none;
      -webkit-transform:none;
      max-height: none;
    }
	.about-text {
      font-size: 0.8rem;
      line-height: 1.5rem;
      margin: 15px 0;
    }
  	.about-text-intro {
      font-size: 1rem;
    }
}
@media screen and (max-width : 568px) {
	.about-content {
      padding: 0;
    }
  	.about-text {
      font-size:0.7rem;
    }
}
@media screen and (max-width : 320px) {
 	.about-text {
      text-align:left;
    }
}

/* ----- CONTENTS ----------------------------- */

#contents {
	position: relative;
	display: block;
	height: auto;
    background-color: #e1e1e1;
	padding: 1rem;
	z-index: 9;
}

.contents-content {
	position: relative;
  	
	   
	width: 75%; margin: 0 auto; padding: 3rem 0; max-width: 1400px; text-align: center;
}

.contents-table {
	border: none;
	margin: 0 auto;
}

.contents-table tr {
	max-height: 300px;
}

.contents-table td {
	vertical-align: middle;
	padding: 2rem;
    text-align: center;
    max-width: 250px;
}

.contents-table td img {
    width: 100%;
  	max-width:250px;
}

.overlay-container {
    position:relative;
    text-align: center;
}

.overlay {
  	 position: absolute;
  	 top: 50%;
  	 left: 50%;
  	 width: 85%;
  	 height: 85%;
  	 max-width: 275px;
  	 max-height: 275px;
  	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
  	 background-color: rgba(0, 0, 0, 0.7);
  	 opacity: 0;
  	 border-radius: 80px;
  	 -webkit-transition: opacity .25s ease-out;
  	-moz-transition: opacity .25s ease-out;
  	-o-transition: opacity .25s ease-out;
  	transition: opacity .25s ease-out;
}

.overlay:hover {
    opacity: 1;
}

.overlay-text {
    color: #ffffff;
    font-size: 0.7rem;
    font-weight: 500;
    text-transform: uppercase;
    top: 55%;
    left: 50%;
  	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
    position: absolute;
    letter-spacing: 2.5px;
    line-height: 1.5;
    text-align: center;
    width: 75%;
}

.compenent-title h4 {
	color: #333;
    font-weight: bold;
    letter-spacing: 0.5px;
    font-size: 0.9rem;
	text-align: center;
}

td.compenent-title {
	padding:0;
}

.contents-table-mobile {
    	display: none;
}
@media screen and (max-width : 568px) {
	.contents-table {
    	display: none;
    }
  	.contents-table-mobile {
    	display: block;
    }
}
@media screen and (max-width : 1281px) {
	.contents-content {
      /* max-width:800px; */
    
      /* transform: translate(-50%,0) !important; */
      /* -webkit-transform: translate(-50%,0) !important; */
      -ms-transform: translate(-50%,0) !important;
}
  	
    .product-slider, #slider {width: auto;}
    #slider, #slider img {width: 100%;}
	
}
@media screen and (max-width : 736px) {
  	#contents {
      height:auto;
      padding: 2rem 0;
    }
	.contents-content {
      top: 0;
      left: 0;
      transform: none;
      -webkit-transform:none;
      max-height: none;
    }
	.overlay-text {
      font-size:0.6rem;
      letter-spacing:2px;
    }
}
@media screen and (max-width : 320px) {
	#contents {padding: 2rem 0;} 
}

/* ----- LIFESTYLE PHOTO ----------------------------- */

#lifestyle {
	position: relative;
	display: block;
    
	padding: 20%;
	/* width: 100%; */
	/* height: 0; */
}
@media screen and (min-device-width : 768px) {
  	#lifestyle {
    background: url('../../../files/WP_CarryOn_Photos_Lifestlye_1967.jpg') no-repeat;
	background-size: cover;
    background-position: center center;
    z-index: 9;
}
}
@media screen and (max-device-width : 767px) {
  	#lifestyle {
    background: url('https://cdn.shopify.com/s/files/1/0677/1267/files/WP_CarryOn_Photos_Lifestlye_Mobile.jpg?1968') no-repeat;
	background-size: cover;
    background-position: center center;
}
}
/* ----- STOREFRONT --------------------------- */

#storefront {
	position: relative;
	display: block;
	height: auto;
	z-index: 9;
}

#storefront {
    /* -webkit-transform: translateZ( 0 ); */
    /* transform: translateZ( 0 ); */
    /* -webkit-transition: -webkit-transform 0.6s ease-in-out; */
    /* transition: transform 0.6s ease-in-out; */
    /* -webkit-backface-visibility: hidden; */
    /* backface-visibility: hidden; */
}

.storefront-content {
	position: relative;
  	
	width: 75%;
	margin: 0 auto;
	padding: 9rem 0;
	max-width: 1400px;
	text-align: center;
}

.old-fash {
 	background-color: #3f93df; 
}
.gin-tonic {
 	background-color: #d1d1d1;
}
.moscow-mule {
 	background-color: #c88b77;
}

.store-table {
    max-width: 100%;
    margin:0 auto;
}

.store-table tr {
    vertical-align: top;   
}

td.product-slider {
	vertical-align: middle;
	padding-right: 5rem;
}

.product-desc {
    display: table;
    color:#ffffff;
    letter-spacing: 2px;
    font-weight: 800;
  	
    padding-top: 1rem;
    text-align: left;
    vertical-align: middle;
}

.product-desc-subtitle {
 	font-family: 'Damion', cursive;
    
 	font-size: 1.8rem;
  	text-transform: none;
 	color: #fff;
 	letter-spacing: 2px;
 	margin-bottom: 1rem;
 	font-weight: normal;
}

.product-desc h5 {
    font-size: 1.5rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
    font-weight: 600;
    letter-spacing: 5px;
}

.product-desc p {
    color: #fff;
    font-size: 0.9rem;
    font-weight: 200;
    line-height: 1.5rem;
    
}

.product-desc a {
    text-align: center;
    text-decoration: none;
    color:#ffffff;
}

.button {
    display: inline-block;
    border: 2px solid #fff;
    padding: 10px 25px;
}

.container:after {
    content:'\A';
    position:absolute;
    width:100%; height:100%;
    top:0; left:0;
    background:rgba(255,255,255,1);
    opacity:0;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.container:hover:after {
    opacity:1;
    color:blue;
}

h2.price-field {
  font-weight:300;
  color: #fff;
}

.price-table {
  max-width: 350px;
}

.product-form {
  margin: 0;
}

.btn-homestore {
  background: 0;
  border: 1px solid #fff;
  color: #fff;
  font: 700 13px "Josefin Sans","Helvetica Neue",Arial,sans-serif;
  text-align: center;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  max-width: 150px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

span.variant_title {
 	font-style:italic; 
}

@-moz-document url-prefix() {
  .css-select-moz{
      background: url("icon__arrowselect.png") no-repeat;
      background-position: right;
      border: 1px solid;
      color: #ffffff;
      font: 15px/15px "Josefin Sans",Times,"Times New Roman",serif;
      padding: 9px 10px 6px;
      width: 100%;
      max-width: 322px;
      text-indent: 0.01px;
      margin-bottom: 1rem;
      text-overflow: '';
  }
}

/* --- slider --- */

.product-slider {
  float: left;
  margin-right: 5rem;
}

.slider-container {
  width:100%;
}

dl#simple-gallery { 
  position: relative;
  width: 100%;
  margin: 0;
  /* max-width: 50%; */
}
dl#simple-gallery dt{
  height: auto;
  width: 25%;
  cursor: pointer;
  float:left;
  box-shadow: none;
  text-align: center;
}
dl#simple-gallery dt img { 
  max-width: 100px;
  height: auto;
}
dl#simple-gallery dt:hover+dd, dl#simple-gallery dt:focus+dd { 
  opacity:1;
}
dl#simple-gallery dd { 
  position: absolute;
  top: -26rem;
  opacity: 0;
  transition: .7s opacity;
  text-align: center;
  font-size: 1.4rem;
  padding-left: 0;
  margin: 0;
}
dl#simple-gallery dd img{
  width: 100%;
  height: auto;
  display:block;
  margin-bottom: 0;
}

.tinfix {
  margin-left:6px;
}
@media screen and (max-width: 900px) {
  	.product-desc {
      padding:0;
    
}
    .product-desc p {
        line-height: 1.5rem; 
    }
    dl#simple-gallery dd img, .placeholder-slide {
        width: 400px;
    }
	dl#simple-gallery dt img { 
		max-width: 75px;
    }
  	dl#simple-gallery dd { 
    	top: -25.8rem; 
    }
}
@media screen and (max-width: 900px) {
    .product-desc {
        display: table; 
    }
  	dl#simple-gallery dd img, .placeholder-slide {
        width:300px;
    }
    dl#simple-gallery dd {
        top: -19.5rem;
    }
}
@media screen and (max-width: 900px) {
    .product-desc {
        clear:both;
      	padding-top:3rem;
    
        margin: 0 auto !important;
}
    .product-slider {
        float: none;
        margin: 0;
    }
    dl#simple-gallery dd {
        left: 24%;
    }
}
@media screen and (max-width : 736px) {
  	#storefront {height:auto}
	.storefront-content {
      top: 0;
      left: 0;
      transform: none;
      -webkit-transform:none;
      max-height: none;
      width: auto;
      padding: 2rem !important;
      max-width: 100% !important;
}
  	dl#simple-gallery dd {
        padding-left: 1rem;
    }
	
}
@media screen and (max-width : 568px) {
 	dl#simple-gallery dd {
       padding: 0;
       left: 18%;
    }
}
@media screen and (width : 480px) {
    .tinfix {
 		margin-left: -23px;
	}
}
@media screen and (width: 667px) {
    .tinfix {
 		margin-left: -12px;
	}
}
@media screen and (max-width : 414px) {
 	dl#simple-gallery dd {
       left: 2.3%;
    }
}
@media screen and (max-width : 375px) {
 	dl#simple-gallery dd {
       left: 0;
    }
}
@media screen and (max-width : 320px) {
	dl#simple-gallery dt img {
      max-width: 60px;
    }
  	dl#simple-gallery dd {
      left: -7%;
      padding: 0;
    
}
  	.placeholder-slide {
      margin-left:-35px; 
    }
  	.product-desc p {
      font-size:0.7rem;
      text-transform:uppercase;
   https://carry-on-cocktail-kit.myshopify.com/admin/themes/12410487?key=templates%2Fcustomers%2Faddresses.liquid }
	.product-desc h5 {
   		font-size:1rem;
      	letter-spacing:3px;
    }
    .product-desc-subtitle {
      	font-size:1.3rem;
    }
}

/* Tooltip  */

a.tooltip {outline:none; }
a.tooltip strong {line-height:30px;}
a.tooltip:hover {text-decoration:none;} 
a.tooltip span {
    z-index:10;display:none; padding:14px 20px;
    margin-top:-30px; margin-left:28px;
    width:300px; line-height:16px;
}
a.tooltip:hover span{
    display:inline; position:absolute; color:#111;
    background:#fff;}
.callout {z-index:20;position:absolute;top:30px;border:0;left:-12px;}
    
/*CSS3 extras*/
a.tooltip span
{
    border-radius:4px;
    box-shadow: 5px 5px 8px #CCC;
}

.tooltip img {
 	max-width: 75px;
}

.leftcolumn {
  	max-width: 100px;
}
.rightcolumn {
  	max-width: 300px;
}

a.tooltip .tooltip-content {
    z-index:10;display:none; padding:14px 20px;
    margin-top:-30px; margin-left:28px;
    width:300px; line-height:16px;
}
a.tooltip:hover .tooltip-content{
    display:inline; position:absolute; color:#111;
    background:#fff;}
.callout {z-index:20;position:absolute;top:30px;border:0;left:-12px;}

a.tooltip .tooltip-content
{
    border-radius:4px;
    box-shadow: 5px 5px 8px #CCC;
}

/* ----- INSTAGRAM FEED ------------------------ */

#insta-feed {
  background-color: #f8f8f8;
  padding: 5rem 1rem;
  text-align: center;
}

#insta-feed h3 {
  font-family: 'Damion',cursive;
  font-size: 32px;
  padding-bottom: 5px;
  line-height: 35px;
}



#insta-feed h6 {
    margin-bottom: 10px;
    line-height: 2rem;
}

#instafeed {
  padding: 3rem 1rem;
  max-width: 1200px;
  margin: 0 auto;
}

#instafeed img {
  padding: 10px;
  max-width: 100%;
}
  
/* ----- COLLABORATION ------------------------- */

#collab {
	position: relative;
	display: block;
	height: auto;
	background-position: top;
	padding: 10rem 0;
}
@media screen and (min-device-width : 768px) {
  	#collab {	
    	background: url('../../../files/WP_CarryOn_Web_InFlight2_1136.jpg') no-repeat;
	background-size: cover;
    
    	z-index: 9;
    	background-position: center center;
}
}
@media screen and (max-device-width : 767px) {
  	#collab {
    	background: url('https://cdn.shopify.com/s/files/1/0677/1267/files/WP_CarryOn_Screen_Mobile.jpg?1628') no-repeat;
	background-size: cover;
    }
}

.collab-content {
	position: relative;
	/* top: 50%; */
	/* left: 50%; */
  	-ms-transform: translate(-50%,-50%);
	/* -webkit-transform: translate(-50%,-50%); */
	/* transform: translate(-50%,-50%); */
	max-width: 1300px;
	margin: 0 auto;
	text-align: center;
	   
	padding: 2rem;
	background: rgba(255,255,255,0.8);
}

.collab-logos {
    max-height:50px;
}

.collab-logos img {
    margin-bottom:-0.8rem;
}

.plus {
  font-size:2rem;
  color:#333;
}

.collab-text {
  font-size: 1rem;
  font-weight: 300;
  color: #333;
  letter-spacing: 2px;
  line-height: 2.5rem;
  padding: 3rem 3rem 0;
  margin: 0;
  text-transform: uppercase;
}

.collab-table {
    margin:5rem auto 0;
}

.collab-table td {
    padding: 2rem;
    text-align: center;
    max-width: 350px;
}

.collab-table td img {
    max-height: 100px;
}

.collab-plus {
    font-size: 4rem;
}

@media screen and (max-width : 736px) {
  	#collab {height:auto}
	.collab-content {
      top: 0;
      left: 0;
      transform: none;
      -webkit-transform:none;
      max-height: none;
    }
  	.collab-text {
      font-size: 0.8rem;
      line-height: 1.5rem;
      padding: 3rem 0 0;
    }
	
}
@media screen and (max-width : 320px) {
 	.collab-text {
      font-size:0.7rem;
      padding-top:4rem;
      text-align: left;
	}
  	input.btn__generic {
      float:right; 
    }
}

/* ----- FOOTER -------------------------------- */

#footer {
	position: relative;
	display: block;
	height: 10rem;
	background-color: #f9f9f9;
	z-index: 9;
}

.footer-content {
	text-align: center;
	max-width: 200px;
	width: 100%;
	margin: 0 auto;
	padding: 2rem 0 0 0;
}

.footer-text {
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 3px;
	line-height: 1.5rem;
	text-transform: uppercase;
}

.footer-text a {
	color: #4d4d4d;
	font-weight: 600;
	text-decoration: none;
}

.footer-text span {
    font-size: 0.7rem;
    letter-spacing: 2px;
}

.footer-social-table {
	border:none;
	margin: 0 auto;
	text-align: center;
}

.footer-social-td {
	padding: 10px;
	padding-bottom: 0;
}

/* ----- POP UP ----------------------- */

.popup-img {
  width:100%;
  max-width:600px;
}


/* ----- COMING SOON ----------------------- */

.comingsoon-table {
 display:table; 
}

.comingsoon-table td {
  text-align: center;
}

.comingsoon {
  padding: 10rem 0 16rem 0;
  /* height: 500px; */
}

.comingsoon-img {
  max-width:400px;
}

.standby-img {
  width: 600px;
  max-width: 100%;
}
.standby-text {
  color: #fff;
  font-size: 1rem;
  text-align:center;
  text-transform: uppercase;
  padding-top: 2rem;
  letter-spacing: 5px;
}

.standby-container {
  padding-top: 9rem;
}

@media screen and (max-device-width : 768px) {
  .standby-container {
    padding-top: 1rem;
  }
}
@media screen and (max-device-width : 320px) {
  dl#simple-gallery {
    /* max-width: 50%; */
  }
}