/** Shopify CDN: Minification failed

Line 21:0 Unexpected "{"
Line 21:1 Expected identifier but found "%"
Line 22:0 Unexpected "{"
Line 22:1 Expected identifier but found "%"
Line 42:12 Expected identifier but found "{"
Line 42:13 Unexpected "{"
Line 42:20 Expected ":"
Line 42:24 Expected identifier but found "!"
Line 43:9 Expected identifier but found "{"
Line 43:10 Unexpected "{"
... and 10 more hidden warnings

**/
/*************Swatch Work css*************************/
/* 
   Swatches Styles
*/

{% assign width = '50px' %}
{% assign height = '35px' %}
.swatch { 
  margin:1em 0; 
}
/* Label */
.swatch .header {
  margin: 0.5em 0;
}
/* Hide radio buttons.*/
.swatch input { 
  display:none;
}
.swatch label {
  /* Rounded corners */
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  border-radius:2px;
  /* To give width and height */
  float:left;
  /* Color swatches contain no text so they need to have a width. */
  min-width:{{ width }} !important; 
  height:{{ height }} !important;
  /* No extra spacing between them */
  margin:0;
  /* The border when the button is not selected */
  border:#ccc 1px solid;
  /* Background color */
  background-color:#fff; color:#000;
  /* Styling text */
  font-size:13px;
  text-align:center;
  line-height:{{ height }};
  white-space:nowrap;
  text-transform:uppercase;
}
.swatch-element label { padding:4px 14px; }
.color.swatch-element label { padding:0; }
/* Styling selected swatch */
/* Slightly raised */
.swatch input:checked + label {
  -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.8);
  -moz-box-shadow:0px 1px 2px rgba(0,0,0,0.8);
  box-shadow:0px 1px 2px rgba(0,0,0,0.8);
  border-color:transparent;background-color: #000;
    color: #fff;
} 
.swatch .swatch-element {
  float:left;
  -webkit-transform:translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing:antialiased; /* webkit text rendering fix */
  /* Spacing between buttons */
  margin:0px 10px 10px 0;
  /* To position the sold out graphic and tooltip */
  position:relative;
}
/* Image with the cross in it */
.crossed-out { position:absolute; width:100%; height:100%; left:0; top:0; }
.swatch .swatch-element .crossed-out { display:none; }
.swatch .swatch-element.soldout .crossed-out { display:block; }
.swatch .swatch-element.soldout label {
  filter: alpha(opacity=60); /* internet explorer */
  -khtml-opacity: 0.6;      /* khtml, old safari */
  -moz-opacity: 0.6;       /* mozilla, netscape */
  opacity: 0.6;           /* fx, safari, opera */
}
/* Tooltips */
.swatch .tooltip {
  text-align:center;
  background:gray;
  color:#fff;
  bottom:100%;
  padding: 10px;
  display:block;
  position:absolute;
  width:100px;
  left:{{ width | remove: 'px' | to_number | divided_by: 2 | minus: 50 | plus: 2 }}px;
  margin-bottom:15px;
  /* Make it invisible by default */
  filter:alpha(opacity=0);
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity:0;
  visibility:hidden;
  /* Animations */
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
       -o-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-transition: all .25s ease-out;
     -moz-transition: all .25s ease-out;
      -ms-transition: all .25s ease-out;
       -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
  -webkit-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
     -moz-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
      -ms-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
       -o-box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
          box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.28);
  z-index: 10000;
  -moz-box-sizing:border-box; 
  -webkit-box-sizing:border-box; 
  box-sizing:border-box;
}
.swatch .tooltip:before {
  bottom:-20px;
  content:" ";
  display:block;
  height:20px;
  left:0;
  position:absolute;
  width:100%;
}
/* CSS triangle */
.swatch .tooltip:after {
  border-left:solid transparent 10px;
  border-right:solid transparent 10px;
  border-top:solid gray 10px;
  bottom:-10px;
  content:" ";
  height:0;
  left:50%;
  margin-left:-13px;
  position:absolute;
  width:0;
}
.swatch .swatch-element:hover .tooltip {
  filter:alpha(opacity=100);
  -khtml-opacity:1;
  -moz-opacity:1;
  opacity:1;
  visibility:visible;
  -webkit-transform:translateY(0px);
     -moz-transform:translateY(0px);
      -ms-transform:translateY(0px);
       -o-transform:translateY(0px);
          transform:translateY(0px);
}
.swatch.error {
  background-color:#E8D2D2!important;
  color:#333!important;
  padding:1em;
  border-radius:5px;
}
.swatch.error p {
  margin:0.7em 0;
}
.swatch.error p:first-child {
  margin-top:0;
}
.swatch.error p:last-child {
  margin-bottom:0;
}
.swatch.error code {
  font-family:monospace;
}
/*************Swatch Work css*************************/

.header-bar__search{
  max-width: 225px; margin-left: 20px; left: -5px;
}
.supports-fontface .header-bar__search-submit {
    width: 20%; right: -40px;
}
.supports-fontface .header-bar__search-input[type="search"] {
    width: 100%; padding-left: 5px; outline: none;
}
.header-bar__search .btn, .header-bar__search .btn:hover{ color: #fff; }
.srch_click {
    position: relative;
    left: 0px;
    cursor: pointer;
}
span.icon.icon-search {
    font-size: 14px;
}
.navie{ position:relative; top:0px; }
.header-bar__right .header-bar__module:last-child {
    margin-left: 15px;
}
.social-icons li .icon {
    font-size: 16px;
    line-height: 16px;
}

.header-bar__message, .header-message {
    max-width: 100%;
    overflow: hidden;
    padding-left: 250px;
    margin: 0 auto;
    display: block;     text-align: center;
}
.site-nav{ margin-top:0px !important; }
.fixed {
    position: fixed;
    top:0; left:0;
    width: 100%; z-index:9999;
}
 
.site-footer form{ position:relative; }
input#subscribe {
    width: 90%;     line-height: 5px;
    position: absolute;
    top: 0px; max-width: 90px; right: 46px; min-height: 36px; height: 38px;
}
.site-footer input{ outline:none;}
.zooomy_footer{
	text-align:center;
}
 
.zooomy_footer .social-icons li {
  margin: 0 10px 0px;
}
.zooomy_footer .social-icons li .icon {
  font-size: 22px; line-height: 22px;
}

.product-single span.h3 {
  text-transform: capitalize; font-family: Montserrat,sans-serif; font-size: 15px; float: left; width: 100%;
}

.sticky {
  position: fixed;
  top: 0;z-index:999;
  width: 100%;
}

.sticky + #shopify-section-1556727815791 {
  padding-top: 20px;
}
.zooomyrp-carousel .zooomyrp-item img {
    width: auto!important;
    max-height: 250px;
    float: none;
}

.section-header__title{ text-align:center;}
#CollectionSection .section-header__title {
    text-align: left;
}


p.zooomywishmsg {
    cursor: pointer;
    text-align: left;
}

div#shopify-section-footer .social-icons li a {
    color: #fff;
}

ul.inline-list.social-icons a {
    color: #000;
}
#rap__med__insta_title a {
    color: #333;font-size:36px;
}
.grid__item.medium-down--one-half.one-quarter.text-center{position:relative;}

.collection_info_content{top: 66%;position:relative;}
.collection_info span.coll_shop_now { width: 100%; float: left; background: #000; padding: 12px 20px; border: 1px solid #000; color: #fff; font-size: 14px; font-weight: 100; border-radius: 2px; }
.grid-link__image img {}


.collection_info { position: absolute; width: 100%; text-align: center;
  height: 100%; text-transform: uppercase; outline: 3px solid #000; outline-offset: -10px; top: 0;  }

.collection_info:hover{background: rgba(225, 225, 225, 0.5);
  -webkit-transition: 500ms ease-in-out;
  -moz-transition: 500ms ease-in-out;
  -o-transition: 500ms ease-in-out;
  transition: 500ms ease-in-out;}

.newsletter-section .input-group-field {
    margin-bottom: 10px;
    float: left;
    width: 80%;
}
.header-bar {

    padding: 4px;
}
.newsletter-section .section-header__title {
    margin-bottom: 0;
    color: #fff;
}

.collection_info .grid-link__title { 
  font-weight: 600; font-size: 40px; color: #fff; padding-bottom: 10px; font-family: read-write-plaintext-only;
  text-transform: capitalize; }

.site-nav>li:hover {
    background: #000;  -webkit-transition: 300ms ease-out;
  -moz-transition: 300ms ease-out;
  -o-transition: 300ms ease-out;
  transition: 300ms ease-out;}
}

form.header-bar__search-form.clearfix { position: relative; }.header-bar__search .icon { display: inline-block; position: absolute; right: 49px; color: #2c1818; }

@media screen and (max-width: 767px)
{
.collection_info_content 
  {
    top: 52%;
    position: relative;
}
  .collection_info .grid-link__title{font-size:24px;}
  
}