/** Shopify CDN: Minification failed

Line 191:0 Unexpected ".123"
Line 259:1 Unexpected ","
Line 398:1 Expected identifier but found "."

**/
#shopify-section-1609931210ba38244a .featured_links .image_container .image-element__wrap {
  height: 300px; 
}

.image-with-text__column .action_button, .has-text-column .action_button a{
  border:none;
    background: transparent;
  text-decoration: underline;
  color:white;
}

#shopify-section-1648936445a71a3cbe .image-element__wrap {
  max-height: 700px;
}

#shopify-section-164894379502e69d88 {
  margin-top: -50px;
  margin-bottom: 50px;
}

#shopify-section-164894379502e69d88 .image-with-text__column .collection_title, .has-text-column .collection_title{
  font-size: 30px;
  text-decoration: underline;
}

#shopify-section-164894694007d448d2 {
  background: white;
}

#shopify-section-164894694007d448d2, .headline-section .wide_display--false .content-wrapper, .block__rich_text_and_image .wide_display--false .content-wrapper{
  background:white;
  color:black;
  padding-left: 150px;
  padding-right: 150px;
}

#shopify-section-164894694007d448d2 .title {
  background: white;
  color:black;
  font-size: 25px;
}

@media screen and (max-width: 480px) {
  #shopify-section-164894694007d448d2, .headline-section .wide_display--false .content-wrapper, .block__rich_text_and_image .wide_display--false .content-wrapper {
  padding-left: 0px;
  padding-right: 0px;
  }
}

.btn-custom-add-to-cart {
  width: 100%;
  background: transparent;
}

a.button, button, input[type=submit], input[type=reset], input[type=button], .action_button, a.action_button, input.action_button[type=submit], input.action_button[type=button], button.shopify-payment-button__button.shopify-payment-button__button--unbranded {
  background: transparent;
  color: white;
  border: 1px solid white;
}

/* TABS */
ul.tabs li a.active {
  border: solid 1px white;
  top: 0px;
  padding-top: 0px;
  background:white;
  color: black;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
}

ul.tabs li {
  border:1px solid white;
  -webkit-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -webkit-border-top-right-radius: 0px;
  border-top-right-radius: 0px;
}

ul.tabs {
  justify-content: center;
  display: flex;
}

/* custom icon and text */
.custom-icon-and-text {
  display: flex;
  align-items: center;
  margin-bottom:10px;
}



/* CHECKOUT BIN ICON */

.custom-bin-icon {
	margin-left: 5px;
  	width: 24px;
}

.custom-bin-icon:hover{
	opacity: 0.5;
  	transition: opacity 0.2s ease-in-out;
}

/* BOTTOM SECTION CTA BEFORE FOOTER */
#shopify-section-1649222067007be569 .banner-section__image {
  max-height:1045px;
}

#shopify-section-1649222067007be569 .banner-section__image .image-element__wrap {
  max-height:1045px;
}

/*CART BUTTONS */
.cart_items .meta .label, .label {
    color: #E0E0E0;
}

/* CART QUANTITY */
.cart_items input.quantity {
  background: transparent;
  color: white;
	
}

/* CUSTOM IMAGE SECTION - COLLECTIONS */

.custome-image-wrap-collection {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
    height:400px;
  margin-bottom: 40px
}

.custome-image-wrap-collection img {
  object-fit: contain;
}

/* NAV SPACING */
.icon-account {
  margin-left:20px;
}


/* ROOMS PAGE - HEIGHT OF PICTURES */
#shopify-section-boutique-featured-promo .image-element__wrap {
  height: 700px;
}

/* HOME PAGE - Text Block "shop by category" background */
#shopify-section-164894694007d448d2, .headline-section .wide_display--false .content-wrapper, .block__rich_text_and_image .wide_display--false .content-wrapper {
  background: black;
  color: white;
}

/* CART REMOVE <BR> */
.cart-breakdown br {
  display:none;
}



/* SINGLE PRODUCT TITLE */
.product__title {
  font-size : 30px;
}

/*Mobile tabs */
@media only screen and (max-device-width: 480px) {
  ul.tabs li a {
    font-size:9px;
    white-space: nowrap;
  }
}

/*menu header */
.123 {
  width: 33%;
}
.nav ul.menu div.dropdown-wide ul {
  width: 100%;
}

.dropdown-wide ul.submenu_list {
  display:flex;
  justify-content: center;
}

.menu li:hover>.dropdown {
  margin-left: -30px;
}

.dropdown {
  background-color: rgb(0,0,0, 0.6);
  padding: 20px;
  border: none;
  left:5px;
}

.dropdown-wide {
  min-width: 380px;
}

.feature_image .header .nav ul.menu ul li a.sub-link{
  padding : 5px 0 5px 15px;
}

.nav ul li:hover a.dropdown-link, .nav ul li:focus-within a.dropdown-link, .feature_image .header .nav ul li:hover a.dropdown-link, .feature_image .header .nav ul li:focus-within a.dropdown-link{
  background-color: rgb(0,0,0, 0.6);
  border: none;
}

.nav ul li a.dropdown-link {
  border: none;
}

.nav ul.menu li {
  padding: 10px 7px;
}

.nav ul.menu ul li a.sub-link{
  padding: 5px 0 5px 15px;
}

.menu ul a, .menu li:hover>ul a, .feature_image .header .nav ul.menu ul li a .custom-menu-heading-title {
  font-weight: bold;
}

.menu ul a, .menu li:hover>ul a, .feature_image .header .nav ul.menu ul li a {
 	white-space:nowrap; 
}

/* image with text image width */
.has-no-side-gutter .two-thirds {
  width: 65%;
}

.has-no-side-gutter .one-third{
  width: 35%;
}

@media only screen and (max-width: 600px) {
.has-no-side-gutter .one-third{
  width: auto;
}, }

@media only screen and (max-width: 600px) {
  .has-no-side-gutter .two-thirds {
    width: 100%;
}}

@media only screen and (max-width: 798px){
.image-with-text__column .action_button, .has-text-column .action_button {
  display: flex;
  justify-content: center
}}

@media only screen and (max-width: 798px){
.image-with-text__column .collection_title, .has-text-column .collection_title {
    font-size: 40px;
}}

@media only screen and (max-width: 798px){
.slideshow.slideshow-transition--fade .product-gallery__image, .slideshow.slideshow-transition--fade .slideshow__gallery-cell, .product-gallery.slideshow-transition--fade .product-gallery__main .product-gallery__image, .product-gallery.slideshow-transition--fade .product-gallery__main .slideshow__gallery-cell{
  font-size: 10px;
}}

@media only screen and (max-width: 798px){
#slideshow-1650119630d121cb93 .slideshow .slideshow__caption .slideshow__caption-headline {
  margin-bottom: 20px;
  margin-left: 5px;
}}

@media only screen and (max-width: 798px){
  #slideshow-1650119630d121cb93 .banner-section .banner-section__caption a.action_button {
   font-size: 12px;
  }}

@media only screen and (max-width: 798px){
#shopify-section-1649766226f0eb8f13 {
  display: none;
}}

/* ORDER BUTTON */

.image-with-text__column .action_button, .has-text-column .action_button a {
  font-size: 40px;
  padding: 0px;
  margin-top: 60px;
}


/* View all Products Button */
#shopify-section-164894379502e69d88 .image-with-text__column .collection_title, .has-text-column .collection_title {
  font-size : 40px;
}

/* Testemonials */
#shopify-section-16103446814f44244a {
  padding: 30px 0;
}

/* shop by category pictures */
#shopify-section-164894379502e69d88 .featured_links .image_container .image-element__wrap {
  height: 300px; 
}

#shopify-section-164894379502e69d88 .featured_links a span {
  margin-top: 70px;
}

#shopify-section-164894379502e69d88 > section > div > div.image-with-text__text-column.is-flex.is-align-center.image-with-text__column.one-third.column.medium-down--one-whole a{
  margin-top:-60px;
}

/* Category text spacing */
.collection_description {
  margin-bottom: 50px;
}

/*mobile homepage */

@media only screen and (max-width: 798px)
.shopify-section {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/*Rooms Page */
@media screen and (max-width: 640px) {
#shopify-section-boutique-featured-promo .image-element__wrap {
  height: 500px;
}
}


/* Contact form */
.form-container {
  width: 600px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;

  /* Create four rows.
   The first two and the last will fill the available space, 
   while the 3rd row (message) is set at 150px 
  grid-template-rows: 1fr 1fr 150px 1fr;*/
}

@media screen and (max-width: 640px) {
.form-container {
  width: auto;
  grid-template-columns: repeat(2, 1fr);
}
}



@media screen and (max-width: 640px) {
.custom-label-email-mobile {
  grid-column: span 2;
}
}


.custom-form-input {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 1px solid red;
}

.text-container {
  grid-column: span 3;
}

@media screen and (max-width: 640px) {
.text-container {
  grid-column: span 2;
}
}

... .custom-input {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
  overflow: visible;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 0.5rem;
  width: 100%;

}

.form-container input[type="text"], textarea {
  background-color: transparent;
  margin:0;
  border-radius:0;
    min-height: 0;
  color:white;
}

.form-container select {
  background-color: transparent;
  margin:0;
  border-radius:0;
    min-height: 0;
  color:white;
}

.form-container select option {
  background-color: black;
}

.custom-input:focus {
  outline: none;
  box-shadow: 0 0 0 0.2rem rgb(173, 216, 230, 0.5);
}

.custom-input input[type=text]:focus, input[type=number]:focus, input[type=password]:focus, input[type=email]:focus, textarea:focus, select:focus {
  color: white;
}

.custom-label {
  font-weight: 300;
  font-size: 14px;
  white-space: nowrap;
}

.custom-form-button {
  background-color: transparent;
  border-color: #FFF;
  border-width: 1px;
  color: white;
  font-weight: 400;
  padding: 0.2rem 6rem;
  border-radius: 0;
}

.custom-form-button:hover {
  border-color: #b5b5b5;
}

.custom-form-button:focus {
  outline: none;
  border-color: #485fc7;
  color: #363636;
  box-shadow: 0 0 0 0.125em rgba(72, 95, 199, 0.25);
}

.custom-button-container {
  grid-column: span 3;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

@media screen and (max-width: 640px) {
.custom-button-container {
  grid-column: span 2;
}
}

.custom-order-heading {
  font-weight:500;
  margin-top: 2rem;
  font-size: 25px;
  padding-bottom: 0px;
}

.custom-error-message {
      font-size: 16px;
    line-height: 22px;
    text-align: left;
    margin: 0 0 20px;
  font-style: italic;
}

/* Custom css grid */
.custom-grid-container {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-gap: 5px;
}
.custom-grid-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.custom-grid-item h5{
  margin-top:10px
}

.custom-grid-header {
  grid-column: span 6;
  font-size: 25px;
  margin-top: 40px;
}

@media screen and (max-width: 640px) {
.custom-grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2px;
  margin-top: 40px;
}
}

@media screen and (max-width: 640px) {
.custom-grid-header {
  grid-column: span 2;
  font-size: 20px;
  margin: auto;
  margin-bottom: 15px;
}
}

@media screen and (max-width: 640px) {
.custom-grid-item h5{
	font-size: 15px;
}
}