@media(min-width:768px){
  .custom-flex .image {
    width: 263px;
    text-align: left;
  }
  .custom-flex {
    display: flex;
    justify-content: center;
  }
  .text-area h3{
    background: #fff;
    color: #4a4a4a;
    font-size: 17px;
    letter-spacing: 2.5px;
  }
}

.footer__social {
  margin-left: 10px;
}

.footer__social .icon {
  width: 18px;
}


@media only screen and (max-width: 768px){
  .site-footer .grid__item:after {
    border-bottom:none;
  }
  .footer__collapsible {
    padding: 0 0 30px 0;
}
  [data-center-text=true] .footer__title{
    text-align:left;
    font-size: 1rem;
    letter-spacing: 0;
    font-weight: 700;
  }
  .site-footer__linklist li{
    margin-bottom: 0;
    line-height: 1.467rem;
  }
  .site-footer__linklist a{
    font-size:.87rem;
    text-align:left;
    padding:0;
  }
  [data-center-text=true] .site-footer {
    text-align: left;
  }
  .site-footer .footer__item-padding .footer__title{
	text-align:center;   
  }
  
  .site-footer .grid {
    /* margin-left: -17px; */
    margin: 0 auto;
  }
}

/*---Sold out label css---*/
.grid-product__tag.grid-product__tag--sold-out {
  background-color: var(--soldOutLabelBgColor);
  color: var(--soldOutLabelTextColor);
}
/*----Swatch more text----*/
.grid-product__colors .swatch--more-text{
  margin: 0 4px 4px;
  font-size: 14px;
}
/*----Mobile menu css-----*/
#NavDrawer .drawer__header, #NavDrawer .mobile-nav__item:after { border-bottom: unset; }
#NavDrawer .mobile-nav__toggle button { border-left: unset; }
#NavDrawer .mobile-nav__item:not(.mobile-nav__item--secondary)+.mobile-nav__item--secondary { margin-top: 0; }
#NavDrawer .mobile-nav__item--secondary .grid { margin-top: 0; }
#NavDrawer .mobile-nav__link-account { 
  font-size: 1.1em; 
  text-transform: uppercase;
}
#NavDrawer .mobile-nav__social {
  display: block;
  text-align: center;
}
#NavDrawer .mobile-nav__social .mobile-nav__social-item {
  border: none;
  display: inline-block;
  margin: 0 15px 15px 0;
}
#NavDrawer .mobile-nav__social .mobile-nav__social-item a { padding: 5px; }




.toottip {
    position: absolute;
    max-width: 650px;
    width: 650px;
    height: 100%;
    max-height: 280px;
    z-index: 99;
    min-height: 280px;
    transform: translateY(calc(-100% + -20px));
    border: 1px solid #ddd;
    visibility: hidden;
    left: -459px;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
  top: 15px; /*30px;*/
  background:#fff;
      display: flex;
    justify-content: space-between;
    align-items: center;
  text-align: center;
}
.variant-input {
    position: relative;
}

.variant-input:hover .toottip {
    opacity: 1;
    visibility: visible;
}

.toottip:before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    background: #fff;
    z-index: 9;
    bottom: -8px;
  left: 74.5%;
    -webkit-transform: translateX(-50%) rotate(
45deg
);
    -moz-transform: translateX(-50%) rotate(45deg);
    transform: translateX(-50%) rotate(
45deg
);
}

.tooltip_image {
    width: 280px;
    height:280px;
  background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.tooltip_text.text-tip {
    padding: 0 20px;
    width: 57.5%;
}
.tooltip_text.text-tip p{
   font-size:14px; 
  line-height: 1.5;
}
.tooltip_text.text-tip .above-swatch-text{
  color: #A3A3A3;
  font-size:9px;
  text-transform:uppercase;
}

.tooltip_text .gade_bottom{
    font-size: 12px;
    color: #A3A3A3;
}



.tooltip_text.text-tip h3 {
    font-size: 20px;
}
a.gade_bottom {
    text-decoration: underline;
}





@media(max-width: 992px){
  .toottip {
    max-width: 360px;
    width: 360px;
    min-height: 170px;
    max-height: 170px;
    left: 50%;
    transform: translateX(-50%);
    top: calc(10px - 345%);
  }
  .tooltip_image {
    width: 170px;
    height:170px;
}
  .text-tip h3 {
    font-size: 13px!important;
  }
  .tooltip_text.text-tip {
  padding: 0 5px;
    width: 52%;
}
  .tooltip_text.text-tip p{
   font-size:9px; 
  line-height: 10px;
   
  
}
  .tooltip_text .gade_bottom{
  font-size:9px;
  }
  .text-tip p {
    font-size: 9px;
    margin:0!important;
  }
  .variant-input {
    position: unset;
  }
  .toottip:before{
  display:none;
  }
  .tooltip_text.text-tip .above-swatch-text{
    padding-top:7px;
}
}

@media screen and (max-width: 374px){
  .toottip {
    max-width: 310px;
    width: 310px;
    min-height: 160px;
    max-height: 160px;
    left: 50%;
    transform: translateX(-50%);
    top: calc(10px - 335%);
  }
  .tooltip_image {
    width: 160px;
    height:160px;
}
 .tooltip_text.text-tip p{
   font-size:7px; 
  line-height: 9px;
  
}
  .tooltip_text.text-tip {
    padding: 0 2px;
    width: 50%;
}
  
}

a.view-in-room {
  display: flex;
  align-items: center;
  height: 40px; /*44px*/
  background: #fff;
  border: 1px solid #111111;
  line-height: 0;
  width: 175px;/*177px*/
  text-transform: uppercase;
  margin: 20px 0 20px 0;
  font-size: 12px;
}

a.view-in-room svg {
  width: 20px;
  margin: 0 10px 0 20px;
}

@media(max-width:767px){
  a.view-in-room {
    margin: 15px auto;
  }
}

/* remove hyphens product title*/
.grid-product__title {
  -webkit-hyphens: none;
  -ms-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
}
.shopify-section.index-section--flush .animation-contents {
z-index: 1;
}
.animation-contents{
z-index: 9001;
}


button.btn.btn--body.btn--circle.js-photoswipe__zoom.product__photo-zoom svg {
  opacity: 1;
  display: block;
}

button.btn.btn--body.btn--circle.js-photoswipe__zoom.product__photo-zoom {
  opacity: 1;
  width: 35px;
  padding: 0;
  height: 35px;
  right: 1px!important;
  left: auto;
  z-index:999;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* .slick-track {
    touch-action: pan-y!important;
  cursor: -webkit-grab!important;
    cursor: grab!important;
}

.product-image-main .image-wrap {
    height: 100%!important;
    padding-top: 0!important;
  
  padding-bottom: 0!important;
} */


@media(max-width:768px){
  .mobile-hide {
    display: none!important;
  }
  .image-wrap img:not([role=presentation]), .image-wrap svg {
    opacity: 1;
  }
  .desktop-hide .product__main-photos .secondary-slide:not(.slick-slide){
    display:inline-block!important;
  }

  .carousel-cell {
    height: 414px;
    width: 100%!important;
  }

  .carousel-cell .image-wrap {
    height: 100%!important;
    padding-bottom: 0!important;
    width: 100%!important;
  }

}

@media(min-width:768px){

  .desktop-hide {
    display: none!important;
  }
}


.carousel-nav {
  width: 120px; /*50px;*/
  margin: 20px auto;
  margin-top: 0;
}

.carousel-nav-item {
  width: 10px;
  height: 10px;
  background: #7e7e7e;
  border-radius: 50%;
  margin: 5px;
  cursor: pointer;
}

.carousel-nav-item.is-selected {
  background: #000;
}

.flickity-slider {
	transform: inherit;
}

/* .flickity-page-dots li {
  display: none;
}
.flickity-page-dots li.show-me {
  display: inline-block;
}
 */

.hide{
display:none;
}

.product__main-photos {
    height: auto; /*472px; cut off; <800 probably*/
    overflow: hidden;
}
.show{
display:block;
}