/** Shopify CDN: Minification failed

Line 744:13 Expected ":"
Line 912:0 Unexpected "}"

**/
/************* preloader *************/

#loader-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

#loader {
  position: relative;
  left: 50%;
  top: 45%;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: #eb04f4;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
  z-index: 1002;
}

#logo-2 {
  position: relative;
  left: 50%;
  top: 50%;
  width: 75px;
  height: 75px;
  margin: -35px 0 0 -35px;
  background: url(//www.pinkcity.ca/cdn/shop/t/29/assets/Logo_2.png?v=26396320357270159391551774488);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1001; 
  animation: fadein 1s ease;
}

@keyframes spin {
  0%   { 
    -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(0deg);  /* IE 9 */
    transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
  }
  100% {
    -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: rotate(360deg);  /* IE 9 */
    transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
  }
}

@keyframes fadein {
  0%   { opacity:0; }
  100% { opacity:1; }
}
@-webkit-keyframes fadein {
  0%   { opacity:0; }
  100% { opacity:1; }
} 
#loader-wrapper .loader-section {
  position: fixed;
  top: 0;
  width: 51%;
  height: 100%;
  background: #101010;
  z-index: 1000;
  -webkit-transform: translateX(0);  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(0);  /* IE 9 */
  transform: translateX(0);  /* Firefox 16+, IE 10+, Opera */
}

#loader-wrapper .loader-section.section-left { left: 0; }

#loader-wrapper .loader-section.section-right { right: 0; }

/* Loaded */
.loaded #loader-wrapper .loader-section.section-left {
  -webkit-transform: translateX(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(-100%);  /* IE 9 */
  transform: translateX(-100%);  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader-wrapper .loader-section.section-right {
  -webkit-transform: translateX(100%);  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateX(100%);  /* IE 9 */
  transform: translateX(100%);  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);  
  transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.loaded #loader, .loaded #logo-2 {
  opacity: 0;
  -webkit-transition: all 0.3s ease;  
  transition: all 0.3s ease;
}
.loaded #loader-wrapper {
  visibility: hidden;
  -webkit-transform: translateY(-100%);  /* Chrome, Opera 15+, Safari 3.1+ */
  -ms-transform: translateY(-100%);  /* IE 9 */
  transform: translateY(-100%);  /* Firefox 16+, IE 10+, Opera */
  -webkit-transition: all 0.3s 1s ease-out;  
  transition: all 0.3s 1s ease-out;
}

/* JavaScript Turned Off */
.no-js #loader-wrapper {
  display: none;
}
.no-js h1 {
  color: #222222;
}

/************* preloader *************/


/************* preloader *************/


/************ header / nav ************/

/************ homepage-slideshow.liquid ************/
.flexslider .flex-caption .caption-inners {
  background:none!important;
}
.flexslider .flex-caption .caption-inners p {
      font-weight: 100;
   
    margin: 0 auto;
    font-family: 'Oswald', sans-serif;
    font-size: 18px;
    color: #ffffff;
    letter-spacing: 1px;
      padding-top: 5px;
}
.flexslider .flex-caption {
  top: 35%!important; 
}
/************ homepage-slideshow.liquid ************/

/************ homepage-video / about-us-video  ************/

/*iframe.iframe-video {
  width: 100%;
  height: 100vh;
  display: block;
  margin: 50px auto 50px auto;
  max-width: 1280px;
  max-height: 720px;
}
*/
.iframe-video.about-iframe { max-height: 675px; }

.video-container {
  position:relative;
  padding-bottom:56.25%;
  padding-top:0px;
  height:0;
  overflow:hidden;
}
.desktop-7 .video-container {
  padding-bottom:56.25%;
  padding-top: 0;
}

.video-container iframe, .video-container object, .video-container embed {
  position:absolute;
  top:0;
  left:0;
  right: 0;
  width:100%;
  height:100%;
}

/************ homepage-video / about-us-video ************/

/************ index.liquid ************/


/************ index.liquid ************/


/************ product.liquid ************/

#product-description h1 { font-size: 14px; }
#product-description .rte { text-align: left; }

.product-price { text-align: center;  }

#product-price > span.product-price { color: #f781f3; }

div.zoomWindow {  display: none! important; }
div.zoomLens {   opacity: 0! important; }

.fancybox { text-transform: uppercase; }

.gridlock.product .fancybox-inner {
  padding: 0;
  margin: 0 auto;
/*   width: 600px !important; */
}

.fancybox-inner table { margin: 10px 0px;  }
.fancybox-inner .answer { margin: 0;  }
.fancybox-inner table { border: solid 1px #ababab; }

.fancybox-inner table tr:first-child { 
  font-weight: 600;
  text-decoration: underline;
}
.fancybox-inner table tr:nth-child(odd){ background-color: #f5ebf4; }

body.product .video-container , .coll-banneriframe{
	height:420px;
}

#related .collection-carousel { 
  position: relative;
  z-index: 1;
}

/************ product.liquid ************/


/************ Collection ************/

.collection .content-banner { 
  overflow: hidden;
}


body.collection #breadcrumb {
  text-align: center;
  width: 100%;
}

body.collection h1 { z-index: 1; }

/* .collection div.content-banner.coll-banner img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  margin: 0 auto;
  width: 100%;
}
 */
.coll-bg-img {
    background-size: cover !important;
    width: 100%;
    height: 100%;
    position: absolute;
}

/************ Collection ************/


/************ About Us ************/

#page-about-us .content-banner { background-image: url(//www.pinkcity.ca/cdn/shop/t/29/assets/about-us-banner-img.jpg?v=86715861500622038351551854789); }

#page-about-us #breadcrumb, #page-about-us .page-title { display: none; }

.banner-color {
  background-color: rgba(13, 7, 13, 0.6);
  height: 400px;
  z-index: 0;
  position: relative;
}

#page-about-us .banner-color { z-index: 0; }

.content-banner {
  position: relative;
  height: 400px;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 22%;
}

#page-about-us .content-banner {
  background-position: center;
}

.content-banner h1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-family: 'Oswald', sans-serif;
  font-weight: 400;
  font-size: 40px;
  text-transform: uppercase;
  letter-spacing: inherit;
  z-index: 1;
}

#page-about-us .content-banner h1 { right: 0; }

#page-about-us .rte {
  text-align: justify;
  color: #444;
  max-width: 800px;
  margin: 0 auto;
  background: #fff;
  margin-top: -50px;
  padding: 30px 50px;
  
-webkit-box-shadow: 0px 20px 0px -10px rgba(0,0,0,0.1);
-moz-box-shadow: 0px 20px 0px -10px rgba(0,0,0,0.1);
box-shadow: 0px 20px 0px -10px rgba(0,0,0,0.1);
}

#page-about-us #content { background: #fbfbfb; }

#page-about-us .rte p:first-of-type { 
  text-transform: uppercase; 
  color: #f781f3 ;
  font-size: 20px;
  line-height: 33px;
  font-style: italic;
  font-weight: 900;
}

.mandate-wrapper {
  clear: both;
  text-align: center;	
}

.box-press {
  width: 250px;
  /* height: 200px; */
  padding: 20px;
  display: inline-block;
  margin: 0 auto;
  /* border: solid 1px red; */
  vertical-align: baseline;
  transition: 250ms;
}

.box-press p { 
  color: #1d1d1d;
  font-size: 15px;
  margin: 10px 0;
  font-style: italic;
  text-align: center;
}


/************ About Us ************/
/************ Lookbook ************/

#article-loop, #article-body {
  text-transform: uppercase;
  text-align: center;
  color: #444444;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

#article-body { margin: 20px 0; }
.article-info-inner p { margin-bottom: 10px; }
.article-info a { letter-spacing: 2px; }

.article-image {
  width: 60%;
  margin: 10px auto;
}

.article-info {
    border: none;
    padding: 0;
}

#page-lookbook .lookbook-row { width: 100%; }
#page-lookbook .lookbook-article {
  width: 85%;
  margin: 0 auto;
}
#page-lookbook .lookbook-article > p img {
    width: 50%;
    padding: 5px;
    float: left;
}
#page-lookbook .lookbook-article > p .portrait {
    width: 50%;
    padding: 5px;
    float: left;
}
#page-lookbook .lookbook-article > p .landscape {
    width: 100%;
    padding: 5px;
    float: left;
}



/************ Lookbook ************/

/************ Contact Us ************/

#contact-social ul#social-icons { 
  text-align: center;
  padding: 40px 0;
  margin: 0px 0 25px 0;
  border-bottom: dotted 2px #eee;
}

#contact-social .icon-facebook.icon-2x,
#contact-social .icon-twitter.icon-2x,
#contact-social .icon-instagram.icon-2x,
#contact-social .icon-pinterest.icon-2x,
#contact-social .icon-tumblr.icon-2x,
#contact-social .icon-youtube.icon-2x,
#contact-social .icon-google-plus.icon-2x {
  background: #f781f3;
  text-align: center;
  font-size: 25px;
  transition: 250ms;
}

#contact-social .icon-facebook.icon-2x:hover,
#contact-social .icon-twitter.icon-2x:hover,
#contact-social .icon-instagram.icon-2x:hover,
#contact-social .icon-pinterest.icon-2x:hover,
#contact-social .icon-tumblr.icon-2x:hover,
#contact-social .icon-youtube.icon-2x:hover,
#contact-social .icon-google-plus.icon-2x:hover { background: #c569c2; }

#contact-social .icon-facebook.icon-2x { padding: 12px 22px; }
#contact-social .icon-twitter.icon-2x { padding: 12px 15px; }
#contact-social .icon-instagram.icon-2x { padding: 12px 15px; }
#contact-social .icon-pinterest.icon-2x { padding: 12px 15px; }
#contact-social .icon-tumblr.icon-2x { padding: 12px 19px; }
#contact-social .icon-youtube.icon-2x { padding: 12px 15px; }
#contact-social .icon-google-plus.icon-2x { padding: 12px 15px; }


#contact-social ul#social-icons li a:hover {
  background: #f781f3;
  color: #fff;
}

#page-contact-us h1.page-title { 
  text-transform: uppercase;
  letter-spacing: inherit;
  border: none;
}

.contact-content p { text-align: center; }

#contactFormSubmit { 
  float: right;
  width: 35%; 
  margin-bottom: 0;
}

/************ Contact Us ************/
/************ Artists Friends ************/

.artist-wrapper { border-bottom: solid 1px #ccc;}

#page-artists-friends .content-banner { background-image: url(//www.pinkcity.ca/cdn/shop/t/29/assets/artists-friends-img.jpg?v=49195355993866026541551854785); }

#page-artists-friends #breadcrumb { display: none; }

#page-artists-friends #content { padding-top: 0; }

#page-artists-friends .article-info-inner p { 
  font-size: 12px;
  margin: 0;
}

#page-artists-friends .article-title p {
  margin: 25px 0 0 0; 
  font-size: 12px;
  color: #90949c;
}

#page-artists-friends .article-title { margin: 30px 0; }
#page-artists-friends #article-loop h2 { text-decoration: underline; }

#page-artists-friends .article-info p {
  text-align: left;
  line-height: normal;
  color: #1d1d1d;
  text-transform: none;
  font-size: 14px;
  font-weight: 500;
  margin-top: 10px;
  letter-spacing: initial;
}

#page-artists-friends .article-index .product-img { 
  border: solid 1px #ccc; 
  margin-top: 10px;
}

#page-artists-friends .article-index .button {
  width: 150px;
  font-size: 14px;
  margin-top: 10px;
  padding: 15px;
  text-transform: uppercase;
  color: white;  
}

#page-artists-friends .article-info a {
  letter-spacing: normal;
  text-transform: none;
}

#page-artists-friends #article-body div.rte {
  text-transform: none;
  letter-spacing: normal;
  text-align: justify;
}
#page-artists-friends #article-body div.rte img { 
  display: inherit;
  margin: 0 auto;
}

/*#page-artists-friends.gridlock.article .videoWrapper { max-width: 643px; }*/

#page-artists-friends #article-body {
  margin: 20px auto;
/*   width: 100%;
  max-width: 700px */
}

#page-artists-friends #back-forth { margin-top: 50px; }


/************ Artists Friends ************/

/********** FAQ  **********/

#page-faqs h1.page-title { 
  border: none;
  margin-bottom: 50px;
  text-align: left;
}

.faqpage {
  font-family: 'Montserrat', sans-serif;
  line-height: normal;
}

.question {
  cursor: pointer;	
  padding: 10px;
  text-decoration: none;
  color: #444;
  border-top: solid 1px #eeeeee;
  font-size: 1em;
  position: relative;
}

.question-open {
  background: #f781f3;
  color: #fff;
}

.question span {
  background: url(//www.pinkcity.ca/cdn/shop/t/29/assets/plus.png?1019) center center no-repeat;
  display: block;
  position: absolute;
  right: 3px;
  top: 25%;
  padding: 10px;
}

.question-open span {
  background: url(//www.pinkcity.ca/cdn/shop/t/29/assets/minus.png?1019) center center no-repeat;
  display: block;
  position: absolute;
  right: 5px;
  top: 25%;
  padding: 10px;
}

.answer {
  margin: 5px 0;
  max-width: 100%;
  background: #f9f9f9;
  width: 100%;
  color: #444;
  padding: 10px;
}

.answer p {
    font-weight: 100;
    font-family: sans-serif;
    font-size: small;
    line-height: 201%;
    font-size: 14px;
    padding: 0 2%;
}

.question-open p, .question-close p {
  margin: 5px 0;
  font-weight: 500;
}

#page-faqs tbody { 
  padding: 10px; 
  font-weight: 100;
}

#page-faqs table {
  border: solid 1px #ababab;
  text-align: left;
  width: 50%;
}

#page-faqs table th { padding: 7px 12px; }
#page-faqs table tr:first-child { 
  font-weight: 600;
  text-decoration: underline;
}
#page-faqs table tr:nth-child(odd){ background-color: #f5ebf4; }
#page-faqs table td { 
  padding: 5px;
  text-align: center; 
}

.question .right-angle {
    width: 12px;
    display: inline;
    height: auto;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
}

/********** FAQ  **********/

/********** Instafeed  **********/

.fancybox-title-float-wrap .child { display: none; }

/********** Instafeed  **********/

/********** Footer  **********/

.credit a:hover { color: #f781f3; }


/********** Footer  **********/

/********** Checkout  **********/

.anyflexbox .step__footer__continue-btn { color: white !important; }

/********** Checkout  **********/

/********************************25th sept 2018**********************/
.question span {
  background: none;
  display: block;
  position: absolute;
  right: 3px;
  top: 13%;
  padding: 10px;
}

.question-open span {
  background: none;
  display: block;
  position: absolute;
  right: 5px;
  top: 25%;
  padding: 10px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}


  .question-open{
    background: #ffffff;
    color:#f781f3!important;    
  }
  
  .right-angle{width: 12px;}
  .question-open span{
    top: 13%;
  }

.question-open p{font-weight: 700;}

.answer{background: #ffffff;    margin: 0px 0;}

.question{border-top: solid 1px #ccc; color:#000;}

/*.art-blog-product{
  max-width: 900px;
  margin: 0 auto;
}
*/

/*.art-blog-product .featured_blog_excerpt iframe{width: 50%!important;}

.art-blog-product .featured_blog_excerpt iframe{max-width:560px}*/
.blog_video + p{
	text-align:center;  
}
.art-blog-product .featured_blog_excerpt a {
      color: #f781f3;
}
/**************1ST NOV 2018******************/
.so{
    color: #1d1d1d;
    width: 80px;
    padding: 0;
}
#recently-viewed-products h4{
    color: #000000;
    font-weight: bold;
}

#product-navigation a{color: #f781f3;}
ul#main-nav li ul.submenu li a{    font-family: 'Montserrat', sans-serif!important;}

/**********adex cart*************/
.ajaxifyCart--row .typeform-share{   
  padding-top 15px;
  max-width: 40%;
  margin-top: 15px;
  margin-bottom: 4px;
}

/**************12th nov  2018**************/

#product-description, #product-description h1{    text-align: center!important;}
/*****************************************************************/
/************************ RESPOSIVE *****************************/
/*****************************************************************/


@media screen and (min-width: 1280px) {
  a.typeform-share {
    padding: 15px 0 0 0;
  }
}

@media screen and (max-width: 1219px) {
  /*.art-blog-product .featured_blog_excerpt iframe{width: 60%!important;}*/
}


@media screen and (max-width: 980px) {
  /*.art-blog-product .featured_blog_excerpt iframe{width: 80%!important;}*/
  
  /*
  .collection-image img {
    width: 100%;
    height: 100%;
  }
  .gridlock .row .tablet-full { margin: 20px 0px; }
 
  .flex-caption { display: inherit; }
  
  .question-open p, .question-close p {
    margin: 5px 10px;
    width: 95%
  }
  
    
  a.typeform-share {
    padding: 15px 0px 0 0;
  }
  */
  
}

@media screen and (max-width: 740px) {
  /*.art-blog-product .featured_blog_excerpt iframe{width: 100%!important;}*/
 /*
  .dl-menuwrapper button {
    width: 58px;
    font-size: 17px;
  }
  .dl-menuwrapper button:hover, .dl-menuwrapper button.dl-active, .dl-menuwrapper ul {
    background: rgba(16, 16, 16, 0.95);
  }
  
  .cart-overview .cart-text { display: none; }
  
  #logo { padding-top: 10px; }
  #logo img { max-width: 135px; }
  
  #cart li:nth-child(-n+3) { display: none !important; }
  
  ul#cart {
    position: fixed;
    width: 30%;
    right: 10px;
    padding: 8px;
    text-align: right;
  }
  
  .header-wrapper {
    position: fixed;
    width: 100%;
    height: 65px;
    z-index: 2;
  }
  
  .flex-caption.slide1 { top: 20%; }
  .flex-caption p { line-height: 22px; }
  
  header { z-index: 3; }
  */  
  .content-banner{ height:220px; }
  .banner-color{ height:220px; }
  /*  
  .content-wrapper { padding-top: 65px; }
  .selecter { max-width: 100%; }
  .prev-prod, .next-prod { display: none; }

  #contactFormSubmit { 
    float: none;
    width: 100%; 
  }
  */

  .question span{right: 0;}
  #page-faqs table {
      width: 100%;
  }
  
    #logo {        
		margin-top: 35px!important;
    }
    .index-sections .image-with-text-overlay .image-overlay h2 {
        font-size: 24px!important;
    }
    .index-sections .image-with-text-overlay .image-wrapper {
        height: 260px !important;
    }   
  
}


@media screen and (max-width: 430px) {
  
/*  
  ul#sortme li { min-width: 165px; }
  .flex-caption p {
    width: 100%;
    line-height: 1.3;
  }
  .flex-caption h2.slide-title { font-size: 35px; }
  .flex-caption.slide1 { top: 10%; }
  
  .section-title.lines h2 { font-size: 20px; }
  
  #content h1 { display: none; } 
  */
  .content-banner h1 { font-size: 30px; }
  /*
  #page-lookbook .article-title h2 { font-size: 18px; }
 
  #page-artists-friends .article-title { margin: 30px 0 0 0; }
  
  #page-artists-friends #article-loop h2 {
    font-size: 18px;
    margin: 5px 0 0 0;
  }
  
  #page-artists-friends .article-index, #page-lookbook .article-index {
    margin-bottom: 0; 
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
  
  #page-artists-friends .article-title p { margin: 0; }
  
  #page-about-us .rte {
    text-align: left;
    padding: 20px 20px;
  }*/
  
  #logo-2 { top: 52%; }
  
 /* #page-.gridlock.product.loaded .prod-image { 
  height: 170px !important;
}
  */
}


}

@media screen and (max-width: 360px) {
  
/*   .flex-caption { display: none; } 
  .flex-caption h2.slide-title { font-size: 25px; }
  .flex-caption.slide1 { top: 5%; }
  
  .section-title.lines h2 { 
    font-size: 20px; 
    padding: 10px 30px;
  }
  
  ul#sortme li { min-width: 255px; }*/
  
  #logo-2 { top: 54%; }


}

/*****************************************************************/
/************************ RESPOSIVE *****************************/
/*****************************************************************/

/* #full-width-filter {
	display:none;
} */


/********************************added by alt 26th oct 2018**********************/
#shopify-section-product-template .secondary-button {
  background: #F781F3 !important;
  color: #fff !important;
  font-family: 'Lato', sans-serif;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: normal;
  height: 50px;
  letter-spacing: 1px;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
#shopify-section-product-template .button, button, input[type="submit"], input[type="reset"], input[type="button"] {
  width: 50%;text-transform: uppercase;}
#shopify-section-product-template .mobile-3 #product-description h1,h3, .product-add h5, .qty-selection h5{ 
  color: #000000;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
  margin-top: 0;
  margin-bottom: 10px;
  line-height: normal;
}
#shopify-section-product-template ul li a{
  color:#f781f3!important;
  text-decoration: none;
}
#shopify-section-product-template ul li a:hover{
  color:#c569c2!important;

}
.lookbook-title {
  display:none;
}
#product-description .rte a{
  color:#f781f3!important;
}
#page-artists-friends #article-loop .article-content a{
  color:#f781f3;
}
#page-artists-friends #article-loop .article-content a:hover{
  color:#c569c2;
}
#full-width-filter .filter-pannel-title{
  text-transform: capitalize;
  color: #949494;
}
#full-width-filter .filter-pannel {
  text-transform: uppercase;
  padding: 0px 15px;
  text-align:center;
  line-height: 1.6em;
  color: #222222;
  min-width: 200px;
  height: 45px;
  font-size: 13px;
}
#product-right .product-title{
      text-transform: uppercase;
}
.fancybox-overlay-fixed  .fancybox-opened {
      
  width: 425px;
   

}
.fancybox-overlay-fixed  .fancybox-opened  .fancybox-inner {
   width: 400px;
   height: 490px;
    
}
.fancybox-overlay-fixed .fancybox-close {
      color: #f781f3;
}
#subscribe_popup .fancybox-overlay-fixed .button, button, input[type="submit"], input[type="reset"], input[type="button"] {
width: 100%;
}
#subscribe_popup .fb_iframe_widget{ display: block!important;  text-align: left!important;     }

.iframe-video.about-iframe {
max-height: 675px;
width: 100%;
height: 100vh;
display: block;
margin: 50px auto 50px auto;
max-width: 1280px;
}

.fancybox-close{    font-size: 18px;}

#full-width-filter .filter-pannel-title{    text-transform: initial;}
ul#sortme{    text-align: center;}
#full-width-filter .pagination-count{    display: none;}
#full-width-filter{
padding-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
    float: right;
    margin-bottom: 30px;
}
.collection #breadcrumb{    text-transform: uppercase;}
#full-width-filter .filter-pannel{text-transform: capitalize;}
/**********************/
@media screen and (max-width: 980px) {
  .fancybox-overlay-fixed  .fancybox-opened {
     
  width: auto!important;

}
  @media screen and (max-width: 548px) {
    .fancybox-overlay-fixed .fancybox-opened {
      padding-right: 20px;
    }
    
    
    .index .homepage-section .flexslider .flex-caption {
        top: 13%!important;
        display: table-cell!important;
        vertical-align: middle;
    }    
    
    
  }
.fancybox-overlay-fixed  .fancybox-opened  .fancybox-inner {
   width: auto!important;
   height: auto!important;
}
}



/*=============30-nov added by ADL=============*/
.gridlock.collection .hidden .box-ratio .lazyload-fade{
   position: absolute;
}

.gridlock.product .hidden .box-ratio .lazyload-fade{
   position: absolute;
   left: 50%;
    top: 50%;
   transform: translate(-50%,-50%);
}
.reveal .hidden .box-ratio {
      background-color: transparent;
}

.collection-carousel .lazyOwl .product-info {
      padding-top: 25px;
}
.collection-carousel .reveal {
  height: 200px;
}
.soldout_section_add_to_cart {
      display: none;
}
.soldout_email_btn {
 
    background: #f781f3;
    color: #ffffff!important;
    font-family: 'Lato', sans-serif;
    border: none;
    line-height: 1;
    padding: 18px 80px;
    margin-top: 20px;
    margin-bottom: 20px;
      text-transform: uppercase;
  font-size: 13px;
      text-decoration: none;
}
.soldout_email_btn:hover  {
color: #ffffff;
    background: #c569c2;
   text-decoration: none;
}
.sold_out_popup h3 {
      font-weight: bold;
    font-size: 18px;
}
 .text-popup{
  font-size: 15px;
    margin-bottom: 10px;
        color: #949494;
}
.sold-section {
      padding-bottom: 20px;
}
.collection .box-ratio {
    padding-bottom: 100.0%!important;
}
.product .box-ratio {
    padding-bottom: 100.0%!important;
}
/*
.product .reveal_show {
  height: auto!important;
}
*/

.gridlock.product .reveal .hidden{
	height: auto!important;  
}
/*
.gridlock.collection .slideout-panel .desktop-fifth .lazyloaded {
      top: 12%;
}
*/
.gridlock.product .slideout-panel .desktop-fifth .lazyloaded {
      top: 65%;
}



.sold-section-is_variant{
	display:none;  
}
/*==============11-dec-2018==========*/
.gridlock .fancybox-inner .answer{
  max-width: 900px;
}
/*========13-dec-2018=======*/

#page-sizing-chart table tr:nth-child(odd) {
    background-color: #f5ebf4;
}
#page-sizing-chart table tr:first-child {
    font-weight: 600;
    text-decoration: underline;
}
#page-sizing-chart table {
    border: solid 1px #ababab;
    text-align: left;
    
}
/*==============15-dec-2018============*/
.al-instafeed #instagram-card .instagram-image-container {
  margin-bottom: 20px;
}
.box-ratio {
  background-color: #fff;
}
.onsale {
  color: #f781f3;
}
.so-fade {
      opacity: .7;
}
#product-listing-8169024455 img {
  padding-top: 25px;
  
}
.al_btn_tag {
  display: flex;
justify-content: flex-end;
}

#basket-right a{
  padding-top: 15px;
}