/*
* Mr Parker Shopify theme - created by Richard @ Underground Media
* www.undergroundmedia.co.uk
* Sitting in an English garden waiting for the sun.
*
* Gridlock - A CSS responsive grid system [12 column - Desktop standard]
* @author Ben Plum
* @version 0.2.0
*
* Copyright © 2013 Ben Plum <mr@benplum.com>
* Released under the MIT License <http://www.opensource.org/licenses/mit-license.php>
*/


/* !Reset Box-sizing */
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; *behavior: url(boxsizing.htc); }
/* !Defaults */
.gridlock .row { margin-left: auto; margin-right: auto; width: 960px; /* Fallback */ }
.gridlock .row:after { clear: both; content: "."; display: block; height: 0; line-height: 0; visibility: hidden; }
.gridlock .row .row { margin-left: -1.0416666666666667%; margin-right: -1.0416666666666667%; width: 102.0833333333333334%; }
.gridlock .row [class*="desktop-"] { float: left; margin-left: 1.0416666666666667%; margin-right: 1.0416666666666667%; }
.gridlock .row [class*="desktop-"].right { float: right; }
.gridlock .row [class*="desktop-"].padded { margin-left: 0; margin-right: 0; padding-left: 1.0416666666666667%; padding-right: 1.0416666666666667%; -webkit-box-sizing: content-box; -moz-box-sizing: content-box; -ms-box-sizing: content-box; -o-box-sizing: content-box; box-sizing: content-box; *behavior: none; }



/* !Rows, Widest to Thinest */
@media screen and (min-width: 1220px) {
  .gridlock .row { width: 1200px; }
}
@media screen and (max-width: 1220px) {
  .gridlock .row { width: 960px; }
}
@media screen and (max-width: 980px) {
  .gridlock .row { width: 720px; }
}
@media screen and (max-width: 740px) {
  .gridlock .row { width: 480px; }
}
@media screen and (max-width: 500px) {
  /* ANAT */
  .gridlock .row { width: 98%; }
}

/* !Desktop - Default, 12 column, 1220 + 960 (min 980), IE Standard */
.gridlock .row .desktop-1  { width: 6.25%; }
.gridlock .row .desktop-2  { width: 14.5833333333333333%; }
.gridlock .row .desktop-3  { width: 22.9166666666666667%; }
.gridlock .row .desktop-4  { width: 31.25%; }
.gridlock .row .desktop-5  { width: 39.5833333333333333%; }
.gridlock .row .desktop-6  { width: 47.9166666666666667%; }
.gridlock .row .desktop-7  { width: 56.25%; }
.gridlock .row .desktop-8  { width: 64.5833333333333333%; }
.gridlock .row .desktop-9  { width: 72.9166666666666667%; }
.gridlock .row .desktop-10 { width: 81.25%; }
.gridlock .row .desktop-11 { width: 89.5833333333333333%; }
.gridlock .row .desktop-12 { width: 97.9166666666666667%; }

/* Push Cells */
.gridlock .row .desktop-push-1  { margin-left: 9.375%; }
.gridlock .row .desktop-push-2  { margin-left: 17.7083333333333333%; }
.gridlock .row .desktop-push-3  { margin-left: 26.0416666666666667%; }
.gridlock .row .desktop-push-4  { margin-left: 34.375%; }
.gridlock .row .desktop-push-5  { margin-left: 42.7083333333333334%; }
.gridlock .row .desktop-push-6  { margin-left: 51.0416666666666667%; }
.gridlock .row .desktop-push-7  { margin-left: 59.375%; }
.gridlock .row .desktop-push-8  { margin-left: 67.7083333333334%; }
.gridlock .row .desktop-push-9  { margin-left: 76.0416666666668%; }
.gridlock .row .desktop-push-10 { margin-left: 84.375%; }
.gridlock .row .desktop-push-11 { margin-left: 92.7083333333335%; }

/* Center Cells */
.gridlock .row [class*="desktop-"].center { margin-left: auto; margin-right: auto; }

/* !Generic, fractions */
.gridlock .row .desktop-third { width: 31.25%; }
.gridlock .row .desktop-half { width: 47.9166666666666667%; }
.gridlock .row .desktop-full { width: 97.9166666666666667%; }

.gridlock .row .desktop-push-third { margin-left: 34.375%; }
.gridlock .row .desktop-push-half { margin-left: 51.0416666666666667%; }

/* !Desktop - Max, 12 column, 1200 (min 1221) */
@media screen and (min-width: 1221px) {
  .gridlock .row .max-1  { width: 6.25%; }
  .gridlock .row .max-2  { width: 14.5833333333333333%; }
  .gridlock .row .max-3  { width: 22.9166666666666667%; }
  .gridlock .row .max-4  { width: 31.25%; }
  .gridlock .row .max-5  { width: 39.5833333333333333%; }
  .gridlock .row .max-6  { width: 47.9166666666666667%; }
  .gridlock .row .max-7  { width: 56.25%; }
  .gridlock .row .max-8  { width: 64.5833333333333333%; }
  .gridlock .row .max-9  { width: 72.9166666666666667%; }
  .gridlock .row .max-10 { width: 81.25%; }
  .gridlock .row .max-11 { width: 89.5833333333333333%; }
  .gridlock .row .max-12 { width: 97.9166666666666667%; }

  /* Push Cells */
  .gridlock .row .max-push-1  { margin-left: 9.375%; }
  .gridlock .row .max-push-2  { margin-left: 17.7083333333333333%; }
  .gridlock .row .max-push-3  { margin-left: 26.0416666666666667%; }
  .gridlock .row .max-push-4  { margin-left: 34.375%; }
  .gridlock .row .max-push-5  { margin-left: 42.7083333333333334%; }
  .gridlock .row .max-push-6  { margin-left: 51.0416666666666667%; }
  .gridlock .row .max-push-7  { margin-left: 59.375%; }
  .gridlock .row .max-push-8  { margin-left: 67.7083333333334%; }
  .gridlock .row .max-push-9  { margin-left: 76.0416666666668%; }
  .gridlock .row .max-push-10 { margin-left: 84.375%; }
  .gridlock .row .max-push-11 { margin-left: 92.7083333333335%; }
}

/* !Tablet, 6 column, 720 (min 739) */
@media screen and (min-width: 739px) and (max-width: 980px) {
  .gridlock .row [class*="desktop-push-"] { margin-left: 1.0416666666666667%; margin-right: 1.0416666666666667%; }

  .gridlock .row .tablet-1 { width: 14.5833333333333333%; }
  .gridlock .row .tablet-2 { width: 31.25%; }
  .gridlock .row .tablet-3 { width: 47.9166666666666667%; }
  .gridlock .row .tablet-4 { width: 64.5833333333333333%; }
  .gridlock .row .tablet-5 { width: 81.25%; }
  .gridlock .row .tablet-6 { width: 97.9166666666666667%; }

  /* Push Cells */
  .gridlock .row .tablet-push-1 { margin-left: 17.7083333333333333%; }
  .gridlock .row .tablet-push-2 { margin-left: 34.375%; }
  .gridlock .row .tablet-push-3 { margin-left: 51.0416666666666667%; }
  .gridlock .row .tablet-push-4 { margin-left: 67.7083333333334%; }
  .gridlock .row .tablet-push-5 { margin-left: 84.375%; }

  /* !Generic, fractions */
  .gridlock .row .tablet-third { width: 31.25%; }
  .gridlock .row .tablet-half { width: 47.9166666666666667%; }
  .gridlock .row .tablet-full { width: 97.9166666666666667%; }

  .gridlock .row .tablet-push-third { margin-left: 34.375%; }
  .gridlock .row .tablet-push-half { margin-left: 51.0416666666666667%; }
}

/* !Mobile, 3 column, 300 + 480 (max 740) */
@media screen and (max-width: 740px) {
  .gridlock .row [class*="desktop-push-"],
  .gridlock .row [class*="tablet-push-"] { margin-left: 1.0416666666666667%; margin-right: 1.0416666666666667%; }

  .gridlock .row .mobile-1 { width: 31.25%; }
  .gridlock .row .mobile-2 { width: 64.5833333333333333%; }
  .gridlock .row .mobile-3 { width: 97.9166666666666667%; }

  /* Push Cells */
  .gridlock .row .mobile-push-1 { margin-left: 34.375%; }
  .gridlock .row .mobile-push-2 { margin-left: 67.7083333333334%; }

  /* !Generic, fractions */
  .gridlock .row .mobile-third { width: 31.25%; }
  .gridlock .row .mobile-half { width: 47.9166666666666667%; }
  .gridlock .row .mobile-full { width: 97.9166666666666667%; }

  .gridlock .row .mobile-push-third { margin-left: 34.375%; }
  .gridlock .row .mobile-push-half { margin-left: 51.0416666666666667%; }
}

/* !Mobile - Min, 300 (max 500) */
@media screen and (max-width: 500px) {
  .gridlock .row .min-full { width: 97.9166666666666667%; }
}




body {
  color: #1b1919;
  background: #ffffff;
  font-size: 13px;
  font-family: 'Work Sans', sans-serif;
  line-height: 1.6em;
  -webkit-text-size-adjust: none;
  padding: 0;
  margin: 0;
}

img { max-width: 100%; border: 0; }

h1, h2, h3, h4, h5, h6 {
  font-family:'Work Sans', sans-serif;
  font-weight: normal;
  letter-spacing: 0.5px;
  margin-top: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
h1 { font-size: 24px; margin-bottom: 20px; }
h2 { font-size: 20px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 14px; }
h6 { font-size: 14px; }

h2, h3, h4, h5, h6, p, dl, hr, ol, ul, pre, table, address, fieldset { margin-bottom: 10px; }

p { font-size: 13px; margin-bottom: 1.6em; }
strong { font-weight: bold; }
em { font-style:italic; }
pre { font-family: "Courier New", Courier, monospace; font-size: 13px; font-weight:bold; }

p.date { }

.text-left { text-align: left; }
.text-center { text-align: center; }
.text-right { text-align: right; }

a { text-decoration:none; color: #7c1585; outline: 0;}
a:hover { color: #b5119c; outline: 0;}
a:visited { color:#7c1585; text-decoration:none; outline: 0; }
a:focus { outline:1px dotted #79160d; outline: 0; }


dt { font-weight: bold; }

ol { padding: 0; margin-left: 0; text-indent: 0; list-style-position: inside; }
ul { padding: 0; margin: 0; list-style:disc inside;}
blockquote { font-family: Georgia, "Times New Roman", Times, sans-serif; font-size:18px; line-height: 24px; font-style:italic; padding-left:35px; color: #999; margin: .5em 0 .5em 0; }

hr { background:#343433; border:none; color:#343433; display:block; height:2px; margin-top: 20px; width:100%;}

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.padded { margin-bottom: 15px; }

.section-title { margin-bottom: 20px; }

/* #Buttons
================================================== */

a.button,
.button,
button,
input[type="submit"],
input[type="reset"],
input[type="button"] {
  background: #343433;
  color: #fff;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
  text-decoration: none;
  cursor: pointer;
  margin-bottom: 20px;
  line-height: normal;
  padding: 10px 25px;
  font-size: 14px;
  line-height: 1.8em;
  text-transform: uppercase;
  font-family:  'Work Sans', sans-serif;
  -webkit-appearance: none;
  border: 0;
}
a.button.button--large,
.button.button--large,
button.button--large,
input[type="submit"].button--large,
input[type="reset"].button--large,
input[type="button"].button--large {
  padding: 15px 35px;
  font-size: 18px;
}

.button:hover,
button:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover {
  color: #fff;
  background: #000 ;
  border: 0;
}

.button.full-width,
button.full-width,
input[type="submit"].full-width,
input[type="reset"].full-width,
input[type="button"].full-width {
  width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
  text-align: center; }

/* Fix for odd Mozilla border & padding issues */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}


/* #Forms
================================================== */

form {
  margin-bottom: 20px; }
fieldset {
  margin-bottom: 20px; }
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
  border: 1px solid #eeeeee;
  padding: 0 10px;
  line-height: 38px;
  outline: none;
  color: #1b1919;
  margin: 0;
  min-width: 200px;
  max-width: 100%;
  display: block;
  margin-bottom: 20px;
  background: #fff;
  font-size: 13px;
}

select {
  padding: 0; }
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
  border: 1px solid #eeeeee;
  color: #1b1919;
  -moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
  box-shadow:  0 0 3px rgba(0,0,0,.2); }
textarea {
  min-height: 60px; width: 100%; }
label,
legend {
  display: block;
  font-weight: bold;
  font-size: 13px;
}


/* =============== */
/* = Start CSS = */
/* =============== */


header {
  background: #000000;
  color: #f5f5f5;
  line-height: 40px;
  font-family: 'Century Gothic', Helvetica, Arial, sans-serif;
  font-weight: 400;
  /* AUNAT */
  margin-bottom: 10px;
  font-size: 13px;
}

header a {
  color: #f5f5f5;
}

header a:visited {
  color: #f5f5f5;
}


header a:hover {
  color: #d9d0d0;
  text-decoration: none;
}

#message {
  min-height: 1px;
  text-align: left;
}

#leftmessage
{
  line-height:110%;
  padding-top:4px;
  display:inline-block;
}

ul#usonly{
  vertical-align: middle;}

ul#usonly li{
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding-bottom: 2px;
}

ul#cart {
  margin-bottom: 0;
  text-align: right;
}

ul#cart li {
  display: inline-block;
  margin-left: 10px;
  width:100%;
  text-align:left;s
}


#header { position: relative;  }

/* custom css 30-10-2017 */
.homepage_new_slider .item {
    position: relative;
}
.homepage_new_slider span.slider_banner_button {
    top: 75%;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    position: absolute;
    width: 100%;
    max-width: 290px;
    text-align: center;
}
.homepage_new_slider span.slider_banner_button a {
    font-size: 17px;
    border: 1px solid #000;
    padding: 9px 50px;
    color: #343433;
    text-transform: uppercase;
}

.scrolltop {
  display:none;
  width:100%;
  margin:0 auto;
  position:fixed;
  bottom:20px;
  right:10px;	
}
.scroll {
  position:absolute;
  right:20px;
  bottom:20px;
  padding:20px;
  text-align: center;
  margin: 0 0 0 0;
  cursor:pointer;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s; 		
}
.scroll:hover {
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s; 		
}
.scroll:hover .fa {
  padding-top:-10px;
}
.scroll .fa {
  font-size:30px;
  margin-top:-5px;
  margin-left:1px;
  transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s; 	
}
.scrolltop img {
  width: 50px;
}

.showmore-button {
  cursor: pointer;
  background-color: #fff;
  color: #000;
  text-transform: uppercase;
  margin-top: 10px;
}
.mob-menu-new {
  display: none;
}
.top-bar {
  position: fixed;
  width: 100%;
  top: 0;
}

span.mob-minus {
  display: none;
}
ul.inactive1 {
  display: none;
}
ul.inactive {
  display: none;
}   
a.level_1.acctive span.mob-minus {
  display: inline-block;
}
a.level_2.accctive span.mob-plus {
  display: none;
}  
a.level_1.acctive span.mob-plus {
  display: none;
}
a.level_2.accctive span.mob-minus {
  display: inline-block;
}
.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.top-banner {
  background: #000;
  padding: 6px 0px;
}

.top_bar_col span {
  color: #fff;
  font-size: 15px;
}
ul#cart {
  font-size: 15px;
  color: #fff;
}
#cart a {
  color: #fff;
  padding-right: 15px;
}
i.fa.fa-shopping-bag {
  font-size: 30px;
}
.shop_bag_mob a {
  color: #000;
}
span.insta_img img {
  width: 25px;
  margin-right: 10px;
}
.pro_video_sec {
  padding: 0 0 25px 0;
}
.tabs-menu {
  height: 30px;
  float: left;
}

.tabs-menu li {
  float: left;
  list-style-type: none;
}

.tabs-menu li.current {
  position: relative;
  z-index: 5;
  text-decoration: underline;
}

.tabs-menu li a {
  color: #1b1919;
  padding-right: 10px;
}

.tabs-menu .current a {
  color: #1b1919;

}

.tab {
  float: left;
  margin-bottom: 20px;
  width: 100%;
}

.tab-content {
  display: none;
}

#tab-1 {
  display: block;   
}

/* .mob-wrapper-new {
  border-bottom: 2px solid;
} */

.embed-container { 
  position: relative; 
  padding-bottom: 56.25%; 
  height: 0; 
  overflow: hidden; 
  max-width: 100%; 
} 
.embed-container iframe, .embed-container object, .embed-container embed { 
  position: absolute; 
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%; 
} 
.row-inner {
  padding-top: 20px;
  margin-bottom: 20px;
}
.collection .instagram-feed h2 {
  text-transform: lowercase;
}
.added-cart-msg .ajaxified-cart-feedback.success {
  margin-bottom: 0;
}
#subs-container #mc-embedded-subscribe {
  width: 24%;
}

.product .product-thumb.desktop-3.tablet-half.mobile-full.sucess-msg-pos {
  position: relative;
}
.product .product-thumb__info p.ajaxified-cart-feedback.success {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -4px;
}

.product .product-thumb.desktop-3.tablet-half.mobile-full.sucess-msg-pos .addtocart-form {
  margin-bottom: 45px;
}


/* ================== revolution css @M 09-12-2017 ================== */
.rev_blocks{
  overflow:hidden;
  margin-bottom:60px;
}
.rev_blocks .block_one_third, .rev_blocks .block_half, .rev_blocks .block_whole{
  float:left;
  width:100%;
  margin: 0 0;
  padding: 0;
  overflow: hidden;
  position:relative;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  background:rgba(0,0,0,0.6);
}

.rev_blocks .block_one_third img.block_bg, .rev_blocks .block_half img.block_bg, .rev_blocks .block_whole img.block_bg{
  -webkit-transition: all .4s;
  -moz-transition: all .4s;
  -o-transition: all .4s;
  transition: all .4s;
  opacity:0.8;
  object-fit:cover;
}
.rev_blocks .block_one_third .block_bg, .rev_blocks .block_half .block_bg, .rev_blocks .block_whole .block_bg{
  cursor:pointer;
  float:left;
  position:relative;
  width:100%;
  float:left;
  display:block;
  margin:0;
  padding:0;
}
.rev_blocks a, .rev_blocks a:hover, .rev_blocks a:focus{
  color:#fff;
}
.rev_blocks .block_one_third a i, .rev_blocks .block_half a i, .rev_blocks .block_whole a i{
  padding-left:2px;		
}
.rev_blocks .block_one_third:hover span, .rev_blocks .block_half:hover span, .rev_blocks .block_whole:hover span{
  opacity:1; 
  transform: translateX(0px);
  -webkit-transform: translateX(0px);
}
.rev_blocks .block_one_third:hover h4, .rev_blocks .block_half:hover h4, .rev_blocks .block_whole:hover h4{
  transform: translateY(0px);
  -webkit-transform: translateY(0px);	
}
.overtext{
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  transform: translateY(40px);
  -webkit-transform: translateY(40px);
}
.rev_blocks h4{
  font-size:20px;
  line-height:26px;
  font-family:'Work Sans', sans-serif;
  transition-delay: 0.1s;
  transition-duration: 0.2s;
}
.rev_blocks span{
  font-size:14px;
  text-transform:uppercase;
  font-family:'Work Sans', sans-serif;
  transition-delay: 0.2s;
  transition-duration: 0.2s;
  opacity:0;
}
.rev_blocks .block_one_third{
  width:33.33%;
  float:left;
}
.rev_blocks .block_half{
  width:50%;
  float:left;
}

.rev_blocks .block_one_third .rev_block_caption, .rev_blocks .block_half .rev_block_caption, .rev_blocks .block_whole .rev_block_caption{
  position:absolute; 
  bottom:51px;
  color:#fff;
  left:34px;
  width:calc(100% - 38%);
  -webkit-transition: all 300ms ease-out;
  -moz-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  -ms-transition: all 300ms ease-out;
  transition: all 300ms ease-out;	
}
.rev_blocks .block_one_third .block_bg, .rev_blocks .block_half .block_bg, .rev_blocks .block_whole .block_bg{
  display: block;
  width: 100%;
  height:367px;
  padding-top: 0;
}
.rev_blocks .block_one_third:hover img.block_bg, .rev_blocks .block_half:hover img.block_bg, .rev_blocks .block_whole:hover img.block_bg{
  -ms-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);	
}
.rev_blocks .block_one_third:hover >*, .rev_blocks .block_half:hover >*, .rev_blocks .block_whole:hover >*{
  -ms-transform: none;
  -moz-transform: none;
  -webkit-transform: none;
  -o-transform: none;
  transform: none;	
}
#shopify-section-revolution-page .revolution_banner{
  position:relative;
}
#shopify-section-revolution-page .rev_caption{
  /*position:absolute;
  top:50%;
  transform:translateY(-50%);
  left:40px;*/
  width:73%;
  position: absolute;
  /* z-index: 99; */
  /* display: inline-block; */
  padding: 55px 82px 55px 82px;
  top: 0;
}
#shopify-section-revolution-page .rev_caption h1{
  font-size:4em;
  line-height:1.3em;
  text-transform:uppercase;
  color:#fff;
  font-family:'Work Sans', sans-serif;
  padding-bottom:25px;
}
#shopify-section-revolution-page .rev_caption a{
  background:#000;
  cursor:pointer;
  font-size:16px;
  text-transform:uppercase;
  font-family:'Work Sans', sans-serif;
  padding:13px 90px;
  text-align:center;
  color:#fff;
  float:left;
}
#shopify-section-revolution-page .rev_caption a:hover{
  background:#343433;
}
#shopify-section-revolution-page #page{
  background:#f7f7f7;
}
#shopify-section-revolution-page .revolution_banner{
  margin-bottom:50px;
}

.revolution_banner_img {
  position: relative;
  /*     z-index: 1;
  margin-left: -5%;
  margin-top: -7%; */
}
#shopify-section-revolution-page .revolution_banner {
  overflow: hidden;
}
.revolution_banner_img {
  /*     max-width: inherit; */
  width: 100%;
}
/* ================== end css ================== */

/** New Collection Page CSS @M 06-01-2018 **/
.collection_product .newvariant_select {
  width: 100%;
  padding: 11px;
  border: 1px solid #000;
  cursor: pointer;
}
.collection_product .newvariant_select:after {
  content: "";
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image:url("//cdn.shopify.com/s/files/1/0101/5362/t/30/assets/downarrow.png?6797805407869812877");
    }
.collection_product ul.newvariant_select_options li {
  width: 100%;
  padding:10px 15px;
  display: block;
  cursor: pointer;
  border-bottom:1px solid #d5d5d5;
}
.collection_product ul.newvariant_select_options li:last-child{
  border-bottom:none;
}
.collection_product .selectedvariant {
  margin-right:20px !important;
  display: inline-block !important;
  min-width: 100px !important;
  width: 100%;
  max-width: 45% !important;
  float:left;
  text-align:center;
}
.collection_product input.selectedvariantqty {
  text-align: center;
  border:none !important;
  margin: 0 !important;
  display: inline-block !important;
  width: 100%;
  max-width: 100px !important;
  min-width: 100px !important;
  line-height:39px;
  border:1px solid #eee !important;
}
.collection_product input.selectedvariantqtyminus {
  background: transparent !important;
  color: #000 !important;
  margin-left: 10px !important;
  margin: 0;
  padding: 0 0px !important;
  font-size:20px !important;
  z-index: 1;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.collection_product input.selectedvariantqtyplus {
  background: transparent !important;
  color: #000 !important;
  margin: 0;
  padding: 0 !important;
  z-index: 1;
  position: absolute;
  font-size:20px !important;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}
.collection_product .allproductvariant {
  position: relative;
  display:block;
  float:left;
  width:50%;
}
.collection_product .allproductvariant > .selectedvariants, .collection_product .allproductvariant > div.perverientqty{
  margin-top:5px;
}
.collection_product .varient_color {
  width: 22px !important;
  height: 22px !important;
  min-width: inherit !important;
  background-size: 100% !important;
  border-radius: 100% !important;
  display: inline-block;
  vertical-align: middle;
}
.collection_product .varient_value {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-left: 10px;
  margin-bottom: 0px;
}
.collection_product .selected-option span {
  display: block;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  margin-bottom:20px;
}
.collection_product ul.newvariant_select_options {
  list-style: none;
  padding-bottom: 0;
  background: #eee;
  position: absolute;
  width: 100%;
  z-index: 11;
}
.collection_product ul.newvariant_select_options.active {
  display: block !important;
}
.collection_product .newvariant_select_name {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  margin-left: 10px;
  margin-bottom: 0px;
}
.collection_product .newvariant_select_image img{
  width: 22px !important;
  height: 22px !important;
  border-radius: 100% !important;
  vertical-align: middle;
}
.collection_product .newvariant_select_image {
  display: inline-block;
  vertical-align: middle;
}
.collection_product .quantity input[type="button"]:focus{
  outline:none;
}
.collection_product .quantity input[type="button"]{
  padding-top:0;
  padding-bottom:0;
  margin-top:0;
  margin-bottom:0;
  height: 42px;
}
.collection_product .quantity input[type="button"]:focus{outline:none;}
#finaladdtocart:disabled {
  opacity: 0.3;
  pointer-events: none;
}

.collection_product .product_detail h1{
  font-size:2.1em;
  letter-spacing:0.5px;
  float:left;
  line-height:1.21em;
  margin-bottom:30px;
  padding-left:1.0416666666666667%;
  padding-right:1.0416666666666667%;
}
.collection_product .productwithvarient{
  border-bottom:1px dotted #7B7B7B;
  float:left;
  width:100%;
  padding-top:30px;
  padding-bottom:30px;
  background:#f9f9f9;
}
.collection_product .add_quant{
  width:33.3333%;
  float:right;
}
.collection_product #finaladdtocart:disabled{
  opacity:0.9;
}
.collection_product #finaladdtocart:hover{
  background:#000;
}
.collection_product .quantity{
  margin-top:20px;
  padding:0 8px 0 8px;
  height:46px;
}
.collection_product .productquantityselector .quantity input[type="text"]{
  height:44px;
}
.collection_product .quantity input[type="text"]{
  background:none;
  height:inherit;
}
.collection_product .selectedvariants{
  float:left;
  margin-right:12px;
  width:160px;
  padding-top:8px;
  padding-bottom:8px;
}
.collection_product input:focus{
  box-shadow:none;
}
.collection_product .product_detail .product_form{
  padding-top:25px;
}
.collection_product p.minqtymsg{
  position:relative;
  border:1px solid rgba(0,0,0,0.1);
  padding:5px 5px 5px 6px;
  color:#343433;
  clear:both;
  width:100%;
  text-align:center;
}
.collection_product p.minqtymsg span{
  font-weight:600;
}
.collection_product p.minqtymsg:before{
  content:"\f07a";
  font-family: 'FontAwesome';
  font-size:18px;
  padding-right:12px;
  color:#343433;
  text-align:center;
  position:relative;
  top:1px;
}
.collection_product .add_quant .quantity{
  padding-bottom:0;
  height:43px;
}
.collection_product .add_quant .quantity input{
  line-height:42px;
}
.collection_product .add_quant #finaladdtocart{
  margin-right:0;
  float:right;
  width:78%;
  padding:8.9px 0;
}
.collection_product .product_detail p{
  width:100%;
  float:left;
  margin-top:0;
  padding-left:1.0416666666666667%;
  padding-right:1.0416666666666667%;
  font-weight:600;
  color:#7c1585;
}

.collection_product .product_image img{
  width:60%;
  display:table;
  margin:0 auto;
}
.collection_product .product_image{
  border:1px solid rgba(0,0,0,0.1);
  background:#fff;
}
.collection_product p.samplemsg{
  position:relative;
  border:1px solid rgba(0,0,0,0.1);
  padding:5px 5px 5px 5px;
  color:#343433;
  clear:both;
  width:100%;
  text-align:center;
}
.collection_product .perverientqty{
  position:relative;
  float:left;
  margin-right:20px;
}
.collection_product .productwithvarient:last-child, .collection_product .productwithvarient:nth-child(5){
  border-bottom:none;
}
.collection_product .productwithvarient:first-child{
  /*padding-top:0;*/
}
.collection_product .header-breadcrumbs{
  padding-bottom:15px;	
}
input.selectedvariantqtyplus:focus, input.selectedvariantqtyminus:focus {
  outline: none !important;
}
.collection_product .selectedvariant_name {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  padding-left: 5px;
}
.collection_product img.selectedvariant_img {
  height: 20px;
  width: 20px;
  display: inline-block;
  border-radius: 100%;
  vertical-align: middle;
}
.collection_product .selectedvariant_image {
  display: inline-block;
  vertical-align: middle;
}
.collection_product .selectedvariants {
  border: 1px solid #eee;
  max-width: 150px;
  padding:8px 10px;
  background: #fff;
}
input#finaladdtocart:focus {
  outline: none !important;
}
.collection_product .main-sample{
  clear:both;
  width:100%;
  float:left;
}
.collection_product .main-sample .mainsampleimage{
  width:12.333%;
  float:left;
  padding:15px 0;
}
.collection_product .main-sample .mainsampleimage img{
  width:74%;
  border:1px solid rgba(0,0,0,0.1);
  margin:0 auto;
  display:table;
  float:left;
}
.collection_product .main-sample .sample-product_title{
  width:52.333%;
  float:left;
  height:138px;
  font-size:20px;
  font-weight:500;
  position:relative;
  line-height:24px;
  font-family:'Work Sans', sans-serif;
}
.collection_product .main-sample .sample-product_title span{
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
}
#cartform tr.freeproduct .cart-item{
  width:100%;
  float:left;
}
#cartform tr.freeproduct .cart-item .cart-image{
  width:calc(20% - 0);
  -webkit-width:calc(20% - 0);
  -ms-width:calc(20% - 0);
  -moz-width:calc(20% - 0);
  vertical-align:middle;
}
#cartform tr.freeproduct .cart-item .cart-image img{
  margin:0 auto;
  display:table;
}
#cartform tr.freeproduct .cart-item .cart-title{
  width:calc(80% - 10px);
  -webkit-width:calc(80% - 10px);
  -ms-width:calc(80% - 10px);
  -moz-width:calc(80% - 10px);
  vertical-align:middle;
}
#cartform tr.freeproduct .cart-item .cart-title p.vendor-title{
  margin-bottom:10px;
}
#cartform tr.freeproduct .cart-item .cart-title p.product-title{
  font-family:'Work Sans', sans-serif;
  padding-top:0;
  margin-top:0;
  line-height:1.3em;
  margin-bottom:0;
}

/* 26/07/2018 */
.new-header .nav-logo img{
  width:277px;
  height:auto;
}
.top-banner .top_bar_col span,
.find_a_store .find_text{
  font-family:'Work Sans', sans-serif;
}
.gridlock .top-banner .find_a_store{
  margin-right:0;
}
li.cart-count a span.item-count{
  position:absolute;
  z-index:2;
  top:-11px;
  right:0;
}
#quote_section .row{
	padding:50px 15px 10px;
    text-align:center;
    margin:0 auto;
    max-width:700px;
}
.quote-panel h2.quote_heading {
  font-family: 'freight-disp';
  font-size: 36px;
  line-height: 1.1;
  font-style: italic;
  margin: 0 0 70px;
}
#quote_section .quote_imgtext{
  cursor:inherit;
}
#quote_section .quote_imgtext img{
  -webkit-transition:opacity .2s ease-in-out;
  transition:opacity .2s ease-in-out;
}
#quote_section .quote_imgtext img{
  opacity:.4;
/*   height:70px; */
}
.tab {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-align-items: center;
  -webkit-flex-wrap: wrap;
}
#quote_section .tab {
  margin-bottom: 0;
}
#quote_section .quote_imgtext.active img{
  opacity:1;
}
#quote_section .quote_imgtext:hover img{
  opacity:1;
  -webkit-transition:opacity .2s ease-in-out;
  transition:opacity .2s ease-in-out;
}
#quote_section .quote_imgtext h2{
  font-size:18px;
}

/* 27/07/2018 */
.insta_img span{
  display:block;
  height:240px;
  background-size:cover;
  background-position:center;
}

/** End **/

@media screen and (min-width: 981px) and (max-width: 1220px) {
  .collection_product .main-sample .sample-product_title{
    width:42.333%;
  }
  .collection_product .main-sample .mainsampleimage{
    width:15.333%;
  }  
  .collection_product .allproductvariant{
    width:100%;
  }   
  .collection_product .add_quant{
    width:40%;
  } 
  .match-div .block-title {
    font-size: 22px !important;
    margin-top: 0px !important;
  }
  .match-div .match__item {
    margin: 59px 0 0 !important;
  }
  #shopify-section-revolution-page .rev_caption{
    width: 80%;
    padding: 30px 82px 30px 82px;
  }
}

@media screen and (max-width: 1024px) {
  #cartform tr.freeproduct .cart-item .cart-image{
    width:100%;
  }
  #cartform tr.freeproduct .cart-item .cart-title{
    width:100%;
  }
  #shopify-section-revolution-page .rev_caption{
    width: calc(100% - 78px);
  }
  
  /*26/07/2018 */
  .insta_img img.instagram-image{
    height:140px;
    width:95% !important;
  }
}
@media screen and (max-width: 980px) {
  .collection_product .product_detail .swatchcolorselector{
    width:54%;
    float:left;
  }
  .collection_product .allproductvariant{
    width:100%;
  }  
  .collection_product .product_detail .productquantityselector{
    width:40%;
    float:left;
  }
  .collection_product .add_quant{
    width:50%;
  }
  .collection_product .main-sample .sample-product_title{
    width:30.333%;
  }
  .collection_product .main-sample .mainsampleimage{
    width:18.333%;
  }  
  .match-div .block-title {
    margin-top: 30px;
  }
  #shopify-section-revolution-page .rev_caption h1{
    font-size:2.5em;
  }
  #shopify-section-revolution-page .rev_caption a{
    font-size:14px;
    padding:12px 66px;
  }
  #shopify-section-revolution-page .rev_caption{
    width: calc(100% - 168px);
  }
  
  /*26/07/2018 */
  #quote_section{
    margin-top:0;
  }
  .quote-panel h2.quote_heading{
    margin:0 0 40px
  }
  #quote_section .quote_imgtext {
    width: 22.9166666666666667%;
}
  .shopify-section section.instagram-feed {
	margin-top: 0;
}


}

@media screen and (max-width: 740px) {
  .collection_product .main-sample .mainsampleimage{
    width:100%;
    padding:30px 0 0 0;
  }
  .collection_product .main-sample .mainsampleimage img{
    width:60%;
    margin:0 auto;
    display:table;
    float:none;
  }
  .collection_product .main-sample .sample-product_title{
    width:100%;
    text-align:center;
    padding:20px 0;
    height:auto;
  }
  .collection_product .main-sample .sample-product_title span{
    position:inherit;
    margin:0;
    top:0;
    left:0;
  }  
  .collection_product .quantity input[type="button"]:focus{
    background:none !important;
  }  
  .collection_product .product_detail .product_form{
    padding-top:0 !important;
  }  
  .collection_product .product_image{
    margin-bottom:30px;
  }  
  .collection_product .product_detail .swatchcolorselector, .collection_product .product_detail .productquantityselector{
    width:47.9166666666666667%;
  }
  .collection_product .allproductvariant{
    width:100%;  
  }
  .collection_product input.selectedvariantqtyminus, .collection_product input.selectedvariantqtyplus{
    min-width:inherit !important;
    width:inherit !important;
    font-size:20px !important;
  }
  *:focus {
    outline: none !important;
    border:none !important;
    background-color:#fff !important;
  }  
  .collection_product input:focus{
    outline: none !important;
    border:none !important;
    background-color:#fff !important;
  }  
  .collection_product .allproductvariant{
    width:100% !important;
  }
  .collection_product .add_quant{
    width:100% !important;
    float:left;
  }  
  .no-mobile {
    display: none;
  }
  #shopify-section-revolution-page .rev_caption{
    width: calc(100% - 0px);
    padding-left:34px;
    padding-right:34px;
  }
  ul.nav.navbar-nav li ul li:hover {
    background: #f0e8d6;
  }
  
  /* 26/07/2018 */
  .insta_img img.instagram-image{
    height:auto;
    width:100% !important;
  }

}
@media screen and (min-width: 741px) {
  .shop_bag_mob {
    display: none;
  }
  .close-bttn {
	display: none;
}
}
@media screen and (max-width: 480px) { 
  .embed-container { 
    max-width: 100%!Important; 
    height: auto; 
  }
  a.insta_anchor {
    font-size: 35px;
  }
  #shopify-section-revolution-page .rev_caption{
    padding-left:34px;
    padding-right:34px;
    width: calc(100% - 0px);
  }
  #shopify-section-revolution-page .rev_caption a{
    padding:12px 60px;
    font-size:14px;
  }
  .homepage_new_slider span.slider_banner_button {
    top: 70%;
  }
  .homepage_new_slider span.slider_banner_button a {
    font-size: 15px;
    padding: 5px 10px;
  }
  #quote_section .quote_imgtext img{
    height:30px;
  }
}
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

@media screen and (max-width:447px) {
  #shopify-section-revolution-page .rev_caption h1{
    font-size:2.1em;
  }
  #shopify-section-revolution-page .rev_caption a{
    padding:10px 50px;
  }
  .collection_product .add_quant #finaladdtocart{
    width:70%;
  }
}
@media screen and (max-width:389px) {
  #shopify-section-revolution-page .rev_caption h1{
    font-size:1.6em;
  }
  #shopify-section-revolution-page .rev_caption a{
    padding:6px 32px;
  }
  .collection_product .quantity{
    padding:0 !important;
  }
}

@media screen and (max-width:320px) {
  #shopify-section-revolution-page .rev_caption{
    width:100%;
  }
  #shopify-section-revolution-page .rev_caption h1{
    font-size:1.5em;
  }
  #shopify-section-revolution-page .rev_caption a{
    padding:6px 32px;
  }  
}
/* custom css 30-10-2017 ends */





/* ANAT */
#header:after
{
  content:"";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 2px solid #F2F2F2;
}

#logo {
  /* ANAT */
  display: block;
  padding-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#logo a {
  margin: 0;
  padding: 0;
}


nav {
  /* ANAT */
  position: relative;
  right: 0;
}

/* ANAT */
#navigation {
  position: relative;

  display: block;
  width: 100%;
  /* ANAT */
  text-align: center;
  
}


ul#nav {
  font-family: 'Work Sans', sans-serif;
  background: #ffffff;
  list-style: none;
  line-height: 40px;
}

ul#nav li {
  display: inline-block;
  position: relative;
  z-index: 8;
}

ul#nav li:hover {
  color: #0a0a0a;
  background: #ffffff;
}

ul#nav li a {
  font-size: 16px;
  font-weight: normal;
  color: #000000;
  height: 40px;
  display: block;
  /* ANAT */
  padding: 0 11px;
  text-transform: uppercase;
  letter-spacing: 0px;
  line-height: 40px;
}

ul#nav li a:hover {
  background: #ffffff;
  color: #0a0a0a;
  text-decoration: none;
}

ul#nav li ul{
  display: none;
  float: left;
  position: absolute;
  top: 34;
  left: 0;
  z-index: 5;
  margin: 0;
  padding: 0;
  border: 1px solid #eeeeee;
}

ul#nav li ul:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  border-color: transparent transparent #eeeeee transparent;
  border-style: solid;
  border-width: 8px;
  margin-left: -8px;
  bottom: 100%;
  width: 0;
  height: 0;
}


ul#nav li:hover >ul{
  display: block;
  background: #fef8eb;
}

ul#nav li ul li{
  background: #ffffff;
  color: #444444;
  min-width: 185px;
  width: 100%;
  white-space: nowrap;
  float: left;
  text-align: left;
}


ul#nav li ul li:hover {
  background: #f0e8d6;
}

ul#nav li ul li ul{
  left: 100%;
  top
}

ul#nav li ul li:hover ul{
  display: block;
  background: #fef8eb;
}

ul#nav li ul li a:hover {
  color: #444444;
  background: #f0e8d6;
}

ul#nav li ul li a{
  text-align: left;
  padding-left: 10px;
  color: #444444;
  text-transform none! important;
}

.down {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 10px;
  color: #000000;
}


.searchbox {
  padding: 0;
}

.searchbox form, .searchbox input {
  margin-bottom: 0;
}

.searchbox form #q {
  font-size: 13px;
  font-family: 'Century Gothic', Helvetica, Arial, sans-serif;
  text-transform: none;
  border: 0;
  font-weight: 400;
  color: #f5f5f5;
  text-indent: 5px;
  padding: 0;
  background: transparent;
  min-width: 100px;
  max-width: 100px;
  text-align: right;
}

.searchbox form #q:focus {
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom: 1px solid #eeeeee;
  -moz-box-shadow: 0 0 0;
  -webkit-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
  text-align: left;
  background-color: grey;
}

.searchbox input::-webkit-input-placeholder {
  color: #f5f5f5;
}
.searchbox input::-moz-placeholder {
  color: #f5f5f5;
}
.searchbox input:-moz-placeholder {   /* Older versions of Firefox */
  color: #f5f5f5;
}
.searchbox input:-ms-input-placeholder {
  color: #f5f5f5;
}

select#currencies {
  width: auto! important;
  min-width: initial! important;
  border: 0! important;
  font-weight: 400;
  color: #f5f5f5;
  background: transparent;
  font-size: 13px;
  font-family: 'Century Gothic', Helvetica, Arial, sans-serif;
  margin-bottom: 0;
}


#nav-border {
  background: #eeeeee;
  height: 1px;
  margin-top: 10px;
  margin-bottom: 20px;
}

#content {
}

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

h2 span { background: #ffffff; }

#left-images img, #right-images img { margin-bottom: 20px; }
#left-images img.last, #right-images img.last { margin-bottom: 0; }


#homepage-products h2, #homepage-collections h2, #homepage-blog h2, #follow-us h2 {
  color: ;
  border-bottom: 1px solid #eeeeee;
  overflow: visible;
  line-height: 17px;
  height: 9px;
  margin: 40px auto;
  text-align: center;
  width: 97.9166666666666667%;
  text-transform: uppercase;
}

#homepage-products span, #homepage-collections span, #homepage-blog span, #follow-us span {
  padding: 0 10px;
}

#promo-images { margin-top: 40px; margin-bottom: 40px; }

#collection-loop h3 {
  margin: 10px 0;
}

ul#collection-loop { list-style-type: none; float: left; }
ul#collection-loop li { float: left; display: inline; }

ul#featured-posts { list-style-type: none; float: left; }
ul#featured-posts li { float: left; display: inline; }

/* =============== */
/* = collections = */
/* =============== */

ul#collection-loop { margin-top: 20px; }

#collection-description {  }
#full-width-filter { overflow: hidden; margin-bottom: 20px;}

#sidebar h4 { padding-bottom: 5px; margin-bottom: 5px; }
#sidebar ul { list-style-type: none; margin-bottom: 20px; }
#sidebar h1 { padding-bottom: 10px; border-bottom: 1px solid #eeeeee;   }

#sidebar ul li a.current { border-bottom: 1px solid #eeeeee; text-decoration: none; }

#side-filter { width: 100%; border-top: 1px solid #eeeeee; border-bottom: 1px solid #eeeeee; margin-bottom: 20px; padding-top: 20px; }
#side-filter p { margin-bottom: 5px; }
#side-filter li { margin-bottom: 10px; }

ul#sortme h4 { margin-top: 10px; }
#full-width-filter .filter { float: left; margin-right: 20px; }
#full-width-filter p { margin-bottom: 5px;}
.clearfix.filter { display: block; border: 0; overflow: hidden; max-width: 175px; }
ul#sortme li { }
ul#sortme p {  }
.coll-filter {  }

span.customSelect {
  font:12px sans-serif;
  background:#fff url(//cdn.shopify.com/s/files/1/0101/5362/t/30/assets/select.png?6797805407869812877) right center no-repeat;
  border:1px solid #ddd;
  color:#555;
  padding:7px 9px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px 2px;
  width:175px;
}


ul#product-loop { padding-top: 10px; list-style-type: none; float: left; }
ul#product-loop li.product { float: left; display: inline; }

li.product { position: relative; margin-bottom: 20px; }
li.product img { margin: 0 auto; }
li.product img a { border: 0; }

.first { clear: left; }


li.product:hover.product img {
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  opacity: 0.2;
}


#product-info {
  
  display: none;
  padding: 10px 5px;
  position: absolute;
  width: 80%;
  left: 10%;
  bottom: 5%;
  z-index: 10000;
  cursor: pointer;
  
  text-align: center;
}

#product-info h3 { font-size: 12px; margin-bottom: 1em; }
#product-info p { margin-bottom: 0; }
#product-info a { text-decoration: none! important; text-transform: uppercase; }
#show-sizes { margin-top: 5px; margin-bottom: 10px; }
#show-sizes span { background: transparent; padding: 0; }

#show-sizes .size.options { text-align: center; list-style-type: none; }

#show-sizes .size.options li {
  
  
  position: relative;
  display: inline-block;
  min-width: 25px;
  height: 25px;
}


#show-sizes .crossed-out { top: 2px; position:absolute; width:15px; height:15px; left:-2px; right:0; }

.prod-price { font-weight: bold; }
.was, .product-compare-price { text-decoration: line-through; }
.was { color: #666; display: inline; margin-left: 5px; }
.onsale { font-weight: bold; color: #b82b57; display: inline; }

.instagram { overflow:hidden; }

.new { background: url(//cdn.shopify.com/s/files/1/0101/5362/t/30/assets/transparency.png?6797805407869812877); padding: 5px 10px; position: absolute; top: 5px; left: 5px; border: 1px solid #ccc; text-transform: uppercase; text-align: center; z-index: 2;  }
.sale-item { background: url(//cdn.shopify.com/s/files/1/0101/5362/t/30/assets/transparency.png?6797805407869812877); padding: 5px 10px; position: absolute; top: 5px; left: 5px; border: 1px solid #ccc; text-transform: uppercase; text-align: center; }
.so { background: url(//cdn.shopify.com/s/files/1/0101/5362/t/30/assets/transparency.png?6797805407869812877); padding: 5px 10px; position: absolute; top: 5px; left: 5px; border: 1px solid #ccc; text-transform: uppercase; text-align: center; z-index: 3; }

.backto {
  margin-right: 10px;
  border-right: 1px solid #eee;
  padding-right: 5px;
}

.prev-prod {
  margin-right: 10px;
  padding-right: 5px;
  border-right: 1px solid #eee;
}


/* ================ */
/* = Product page = */
/* ================ */

.add { clear: left; }


#bigimage { text-align: center; max-width: 386px; }

/*set a border on the images to prevent shifting*/
.thumbnail { border: 1px solid transparent; margin-bottom: 10px; }

/*Change the colour*/
/* .active img {border:1px solid #ccc !important;} */

#product-price { font-size: 16px; margin-bottom: 10px; }

#add { margin-top: 20px; }

/* #product-description { border-right: 1px solid #eeeeee; padding-right: 20px; } */
#product-description form { border-top: 1px solid #eeeeee; border-bottom: 1px solid #eeeeee; padding-bottom: 10px; }

#product-description h1 { line-height: initial; }


#subscribe_popup { padding: 20px; float: left; }


.facebook { float: left; margin-left: 10px; margin-right: 0px; }
.twitter { float: left; }
.pinterest { float: left; margin-right: 10px; }

#related h4 { margin-bottom: 20px; }
ul.related-products { list-style-type:none; }
.related-products * { text-align:center; padding:0 }
.related-products div.image {  }
.related-products img { width: 100%; max-width: 100%; }
.related-products li { float:left; margin: 0 0 20px; }
.related-products {  }

.add { margin-top: 20px; margin-bottom: 0; }
.ajaxified-cart-feedback { margin: 0 0 20px; }
.ajaxified-cart-feedback.success {  }
.ajaxified-cart-feedback.error { color: #FF4136; }

ul#popups { margin: 10px 0 20px; list-style-type: none; }
ul#popups li { display: inline; margin-right 10px; border-right: 1px solid #eeeeee; padding-right: 10px; margin-left: 10px; }
ul#popups li.first { margin-left: 0; }
ul#popups li.last { border-right: 0; }

#social { float: left; width: 100%; padding-bottom: 10px; }
#looked-at { margin-top: 20px; border-top: 1px solid #eeeeee; }
#looked-at h4 { margin-bottom: 20px; }


div.what-is-it {
  margin-top: 10px;
}
.what-is-it label {
  float: left;
  margin-right: 10px;
}

.selector-wrapper {
  clear: left;
  margin-top: 10px;
  display: block;
}

.single-option-selector {
  margin-bottom: 10px;
  height: 30px;
}

.selector-wrapper label {
  margin: 5px 0;
  margin-top: 10px;
}


/*
Swatches Styles
*/

.single-option-selector { opacity: 0; display: none; }




.swatch {
  margin:0;
  clear: left;
  float: left;
  width: 100%;
}
/* Label */
.swatch .header {
  margin: 0.5em 0;
}
/* Hide radio buttons.*/
.swatch input {
  display:none;
}

.swatch-element.color label { width: 50px! important; height: 50px !important; }

.swatch label {
  /* Rounded corners */
  -webkit-border-radius:2px;
  -moz-border-radius:2px;
  border-radius:2px;
  /* Cross-browser inline-block */
  display:-moz-inline-stack;
  display:inline-block;
  zoom:1;
  *display:inline;
  /* Content must stretch all the way to borders */
  padding:0;
  /* Background color */
  background-color:#fcfcfc;
  /* Spacing between buttons */
  margin:0px 5px 10px 0;
  margin-right: 0! important;
  margin-bottom: 0! important;
  /* Fake that those are buttons, i.e. clicky */
  cursor:pointer;
  /* The border when the button is not selected */
  border: #DDD 1px solid !important;
  /* To position the sold out graphic and tooltip */
  position:relative;
  /* Text styling */
  text-transform:uppercase;
  font-size:13px;
  min-width:30px !important;
  height:30px !important;
  line-height:28px;
  white-space:nowrap;
  text-transform:uppercase;
  text-align: center;
  font-weight: 400;
}
.swatch-element label { padding:0 10px; }
.color.swatch-element label { padding:0; }
/* Styling selected swatch */
/* Slightly raised */
.swatch input:checked + label {
  border:#999 1px solid !important;
  background: #333;
  color: #fff;
  -webkit-box-shadow:0px 1px 2px rgba(0,0,0,0.25);
  -moz-box-shadow:0px 1px 2px rgba(0,0,0,0.25);
  box-shadow:0px 1px 2px rgba(0,0,0,0.25);
}
.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:-33px;
  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;
}



.desc {
  float: left;
  margin-top: 20px;
}





/* =============== */
/* = Cart = */
/* =============== */

#cartform { margin-top: 20px; }
.cart-item { display: table-cell; }
.cart-image { display: inline-block; margin-right: 10px; }
.cart-image img { vertical-align: middle; }
.cart-title { display: inline-block; }

table {
  width: 100%;
  border-collapse: collapse;
}


/* Zebra striping */
tr:nth-of-type(odd) {
}
th {
  background: #f9f9f9;
  font-weight: normal;
}
td, th {
  padding: 10px;
  border: 1px solid #eee;
  text-align: left;
}

#basket-right { text-align: right; float: right; }
#basket-right h4 { margin: 20px 0; }
#note { background: transparent; }

#cart-notes { /*margin-top: 20px; margin-bottom: 20px;*/ margin: 20px 0 20px 0; }

/* =============== */
/* = Blogs & Pages = */
/* =============== */

ul#blog-articles { list-style-type: none; }
.single-article { margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid #eeeeee; float: left; clear: left; }

ul#posts { list-style: none; }
ul#posts li { margin-bottom: 20px; padding-bottom: 0; border-bottom: 1px solid #eeeeee; }
ul#posts li p { margin-top: 0; }
ul#posts li.tags { padding-bottom: 10px; }

#comments { clear: left; float: left; border-top: 1px solid #eeeeee; padding-top: 20px; margin-top: 20px; width: 100%; }
#comment-form { clear: left; float: left; }
#comments ul { margin-top: 20px; list-style-type: none; }
#comments ul li { float: left; display: block; width: 100%; margin: 0 0 20px 0; border-bottom: 1px solid #eeeeee; padding-bottom: 20px; }

.comment-details { margin-bottom: 10px; }
.gravatar { float: left; margin-right: 20px; }
.comment { float: left; }
.comment p { margin-top: 0; }

dd { margin-left: 0; }

.notice { border: 1px dashed #eee; padding: 5px; background: ghostwhite; margin: 20px 0; }

/* =============== */
/* = Search = */
/* =============== */

#search-bar { margin-top: 20px; border-bottom: 1px solid #eeeeee; }
#q { text-transform: uppercase; }


/* =============== */
/* = Customer Accounts = */
/* =============== */

#customer-wrapper { float: left; margin-bottom: 40px; }
#customer-wrapper p { margin-top: 0! important; margin-bottom: 0! important; }

#forgot_password { margin-bottom: 15px; }
#customer-wrapper form { margin-top: 20px; }
#admin_header { margin-bottom: 30px; }
.view_address p { margin: 0; }
#customer_detail p { margin: 0; }
.address_table { margin-bottom: 20px; }

#order_address {
  clear: both;
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

#order_details { float: left; }

#create-customer, #customer {
  margin-top: 30px;
}


div#recover-password {
  margin-top: 30px;
}

.action_link {
  display: inline-block;
  margin-bottom: 10px;
}

.action_edit {
  padding: 0 10px;
  border-left: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
  margin: 0 10px;
}


a#view_address {
  display: block;
  margin-top: 10px;
}

.center {
  text-align: center;
}


/* =============== */
/* = Footer = */
/* =============== */


#footer { margin-bottom: 20px;}
#footer ul { list-style-type: none;}

#footer-border {
  margin-top: 20px;
  margin-bottom: 20px;
  height: 1px;
  background: #eeeeee;
}

.icons {
  clear: left;
}

li.icons a {
  color: #ffffff;
  background: #000000;
  font-size: 18px;
  width: 40px;
  display: inline-block;
  text-align: center;
  line-height: 40px;
  margin: 0 5px 5px 0;
  float: left;
}

#mc_embed_signup {
  //margin-top: -10px;
}

#mce-EMAIL {
  float: left;
  margin-right: 0;
  width: 75%;
  min-width: 75%;
  display: inline-block;
}

#mc-embedded-subscribe {
  float: left;
  margin-top: 0;
  padding: 0 10px;
  width: 13%;
  min-width: 13%;
  display: inline-block;
  line-height: 40px;
}

#payment { text-align: center; margin-top: 30px; margin-bottom: 50px; }
#payment img { display: inline; max-width: 60px; text-align: center;  margin-bottom: 10px; }

/* =============== */
/* = Mobile Hides = */
/* =============== */

#mobile-product { display: none; }

/* =============== */
/* = Global = */
/* =============== */


#pagination { text-align: center; margin-top: 20px; padding-top: 20px; }
#pagination a { margin: 0 5px; background: #eeeeee; padding: 2px 5px; border-radius: 15px; }
#pagination a:hover { text-decoration: none; background: #1b1919; color: #fff; }
#pagination .current { background: transparent; }
#pagination .count { margin-right: 20px; }


#breadcrumb { font-size: 12px; margin-bottom: 20px; width: 100%; }
#breadcrumb a { padding: 0 5px 0 0; }
#breadcrumb p { padding: 0 5px 0 0; }
.separator { padding-right: 5px; }






/*
* Shifter v3.1.2 - 2014-10-28
* A jQuery plugin for simple slide-out mobile navigation. Part of the Formstone Library.
* http://formstone.it/shifter/
*
* Copyright 2014 Ben Plum; MIT Licensed
*/


.shifter-open {
  overflow: hidden;
}
.shifter-open .shifter-page *,
.shifter-open .shifter-header * {
  pointer-events: none;
}
.shifter-navigation {
  display: none;
  opacity: 0;
}
.shifter-handle {
  display: none;
}
.shifter-enabled .shifter-page {
  min-height: 100%;
  position: relative;
  z-index: 1;
  background: #ffffff;
  box-shadow: 0 0 0 0;
  display: block;
  overflow: hidden;
}
.shifter-enabled.shifter-left .shifter-page {
  box-shadow: 0 0 0 0;
}
.shifter-enabled .shifter-navigation {
  width: 270px;
  height: 100%;
  position: fixed;
  top: 100px;
  right: 0;
  z-index: 0;
  background: #ffffff;
  display: block;
  overflow: auto;
  pointer-events: none;
  -webkit-transition: opacity 0.001s linear 0.2s, -webkit-transform 0.2s ease;
  transition: opacity 0.001s linear 0.2s, transform 0.2s ease;
}
.shifter-enabled .shifter-page,
.shifter-enabled .shifter-header,
.shifter-enabled .shifter-navigation {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.shifter-enabled .shifter-page,
.shifter-enabled .shifter-header {
  -webkit-transform: translate3D(0, 0, 0);
  -ms-transform: translate3D(0, 0, 0);
  transform: translate3D(0, 0, 0);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
}
.shifter-enabled .shifter-handle {
  width: 40px;
  height: 40px;
  position: fixed;
  top: 10px;
  left: 10px;
  background: #ffffff;
  border: 1px solid #ccc;
  cursor: pointer;
  display: block;
  overflow: hidden;
  text-indent: 200%;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.shifter-enabled .shifter-handle:after {
  height: 3px;
  width: 20px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #666666;
  box-shadow: 0 5px 0 #666666, 0 -5px 0 #666666;
  content: '';
  display: block;
  margin: auto;
}
.shifter-enabled .shifter-navigation {
  right: 0;
  -webkit-transform: translate3D(0, 0, 0);
  -ms-transform: translate3D(0, 0, 0);
  transform: translate3D(0, 0, 0);
}
.shifter-open .shifter-page,
.shifter-open .shifter-header {
  -webkit-transform: translate3D(-270px, 0, 0);
  -ms-transform: translate3D(-270px, 0, 0);
  transform: translate3D(-270px, 0, 0);
}
.shifter-enabled.shifter-left .shifter-navigation {
  left: 0;
  -webkit-transform: translate3D(0, 0, 0);
  -ms-transform: translate3D(0, 0, 0);
  transform: translate3D(0, 0, 0);
}
.shifter-enabled.shifter-left.shifter-open .shifter-page,
.shifter-enabled.shifter-left.shifter-open .shifter-header {
  -webkit-transform: translate3D(270px, 0, 0);
  -ms-transform: translate3D(270px, 0, 0);
  transform: translate3D(270px, 0, 0);
}
.shifter-open .shifter-navigation {
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translate3D(0, 0, 0);
  -ms-transform: translate3D(0, 0, 0);
  transform: translate3D(0, 0, 0);
  -webkit-transition: opacity 0.001s linear 0s, -webkit-transform 0.2s ease;
  transition: opacity 0.001s linear 0s, transform 0.2s ease;
}
.no-csstransforms3d .shifter-enabled.shifter-navigation {
  right: -270px;
}
.no-csstransforms3d .shifter-enabled.shifter-left .shifter-navigation {
  left: -270px;
}
.no-csstransforms3d .shifter-enabled.shifter-open .shifter-page {
  left: -270px;
}
.no-csstransforms3d .shifter-enabled.shifter-open .shifter-navigation {
  right: 0;
}
.no-csstransforms3d .shifter-enabled.shifter-left.shifter-open .shifter-page {
  left: auto;
  right: -270px;
}
.no-csstransforms3d .shifter-enabled.shifter-left.shifter-open .shifter-navigation {
  left: 0;
}


nav.shifter-navigation {
  padding: 0 20px;
}
.shifter-navigation ul {
  margin-left: 10px;
  list-style: none;
  margin-bottom: 0;
}
nav.shifter-navigation {
  list-style: none;
}
.shifter-navigation li {
  padding: 10px 0;
  border-bottom: 1px solid #888;
}

.shifter-navigation li a {
  font-weight: bold;
  /* ANAT */
  /* color: ; */
  color: #000000;
}

.shifter-navigation li ul li {
  border-bottom: 0 none;
  padding: 5px 0;
}

.shifter-navigation li ul li a {
  font-weight: normal;
  /* ANAT */
  /* color: #7c1585; */
  color:  #000000;
}

.shifter-navigation a:hover {
  color: #b5119c;
}


/* Blog Changes */
.title_over_image {
  position: absolute;
  bottom: 1px;
  left: 8px;
  width: 60%;
  min-height: 26px;
  padding: 11px 14px 14px;
  background: #fff;
  border: 0px none;
  line-height: 1.3em;
  font-size: .85em;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #222;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

a:focus .title_over_image,
a:hover .title_over_image {
  color: #fff;
  background: #000;
}

.readblack { font-size: 1em;}

a:hover .readblack {  color: #fff;
  background: #000;}

.readblack a:hover {  color: #fff;
  background: #000;}

.home_top h2 {
  font-size: 4em;
  /* 28px @ 12px base */
  margin-bottom: 45px;
}
a.main_feature,
a.main_feature:visited,
a.main_feature:active {
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  background-size: cover;
  padding: 0 10px 20px;
  color: #222;
  text-decoration: none;
}

h1.feature_title {
  margin-right: -100px;
}

.feature_title h1 {margin-right: -100px;
  position: relative;
  display: block;
  z-index: 500;    letter-spacing: 0em;
  font-size: 4em;
  word-wrap: break-word;}
#featured_block_image {
  float: right;
  clear: none;
  padding-right: 0;
  margin-top: -34px;
}

.grid_9
{width: 720px;}

.blist
{
  /* background: url( //cdn.shopify.com/s/files/1/0101/5362/t/30/assets/backblog.png?6797805407869812877) */
  background: url(//cdn.shopify.com/s/files/1/0101/5362/t/30/assets/backblog.png?6797805407869812877) repeat-y;}
background-image: //cdn.shopify.com/s/files/1/0101/5362/t/30/assets/backblog.png?6797805407869812877 !important;
background-repeat: repeat-y !important;
margin-left: auto;
margin-right: auto;
}

.bloglink{text-decoration: none; outline: 0;}
.bloglink a:hover{text-decoration: none !important; outline: 0;}
.bloglink a:visited {text-decoration: none; outline: 0;}
.blogimage{
  float:right; margin: 0 0 10px 20px;
}
.blogtitle {
  margin-bottom: 10px;color: #000000;padding-left: 0px !important; line-height:1;padding-right: 0px !important;font-style: italic; letter-spacing: 0em;font-size: 3.2em;word-wrap: break-word;text-transform: uppercase;position: relative;display: block;z-index: 500;/*margin-right: -100px;*/
}
.blogdate
{
  font-weight:bold;color:#000000;font-size: .8em;
}
.blogmore {background-color: #000000;color:#ffffff; padding: 3px 8px 3px 8px;float:left;}
.blogmore :hover { background-color: #7c1585 !important;}
.blogmore a:hover { background-color: #7c1585;!important}
.blogcontent {color: #000000; text-decoration:none; font-size:1.2em;}
.blogcontent p { font-size: 1.1em;line-height:1.4;}

/* custom */
label.sample-msg {
  display: inline-block;
  width: 100%;
  position: relative;
  top: -10px;
  padding-top: -10px;
}
#shopping-cart .sample-product.desktop-12.tablet-12 {
  position: relative;
  top: -10px;
}
/*end custom  */

/*************************************************************** 2.11.2017 *******************************************************/





.top_bar_col span, .no-mobile li a {
  font-size: 13px;
  font-family: 'Gotham';
  font-weight: 500;
}
.new-header {
  text-align: center;
}

.social-header {
  float: left;
/*   margin: -67px 0 0 0; */
}
#navigation ul#nav li a {
  padding: 0;
}

li.cart-count a {
  padding-right: 0 !important;
  position:relative;
  z-index:1;
  display:inline-block;
}
.main_class .navigation__wrapper {
  padding: 0;
}
.products-section h2 {
  text-transform: uppercase;
}
.owl-stage-outer .product-thumb .product-thumb__info h3 {
  text-align: left;
}
.owl-stage-outer .product-thumb .product-thumb__info h3 span {
  padding: 0;
  background: transparent;
  color: #000;
  text-transform: capitalize;
}
.addtocart-form {
  border: 1px solid #000;
  padding: 10px 0px;
  text-align: left;
}
.addtocart-form form.product-form {
  display: inline-block;
  margin: 0;
  width: 60%;
  text-align: center;
  border-right: 2px solid #000;
}
.addtocart-form form.product-form input {
  margin: 0;
  padding: 0;
  background: 0;
  color: #000;
  font-size: 14px;
  font-weight: 400;
}
.price {
  display: inline-block;
  width: 38%;
  text-align: center;
}
.shop_cont_hpage .owl-stage-outer .product-thumb .product-thumb__info .price .prod-price {
  padding: 0;
  font-size: 14px;
}
.shop_cont_hpage {
  position: relative;
}
.shop_cont_hpage .owl-nav {
  position: absolute;
  left: 0;
  top: 27px;
  right: 0;
}
.shop_cont_hpage ul#product-loop {
  position: static;
}
.shop_cont_hpage .owl-nav > div.owl-prev {
  float: left;
}
.shop_cont_hpage .owl-nav > div.owl-next {
  float: right;
}
.shop_cont_hpage .owl-nav > div {
  width: 62px;
}
.shop_cont_hpage .owl-nav > div.disabled{
  opacity: .3;
}
#fullAction .full-action__wrapper {
  background-size: cover;
}
.heroText #fullAction .full-action__wrapper .full-action {
  border: 5px solid #fff;
  background: rgba(255,255,255,.7);
  width: 82%;
  padding: 20px 0;
}
.heroText #fullAction .full-action__wrapper .full-action a {
  font-size: 17px;
  border: 1px solid #000;
  padding: 10px 10px;
}

.simple-gallery .desktop-3.tablet-3.mobile-1 {
  padding: 0;
  margin: 0;
  width: 25%;
}
.simple-gallery .desktop-3.tablet-3.mobile-1 img{
  width: 100%;
}
.simple-gallery .row {
  padding: 0;
  margin: 0;
}
.match-div .block-title {
  font-size: 29px;
  text-transform: uppercase;
  display: inline-block;
  width: 100%;
  line-height: 30px;
  /*     margin-top: 30px; */
}
.match-div .match__item {
  text-align: left;
  margin: 95px 0 0;
}
.match-div .match__item p.title {
  font-size: 18px;
  font-weight: 500;
  text-transform: capitalize;
}
.match-div .match__item a {
  border: 1px solid #000;
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #000;
  padding: 20px 0;
}
.match-div .match__item a p {
  margin: 0;
}
.simple-gallery .desktop-3.tablet-3.mobile-1.match-div {
  padding-left: 30px;
}
h2.insta_text_bottom span, h2.insta_text_bottom a {
  font-size: 24px;
  vertical-align: top;
  color: #000;
  text-transform: lowercase;
}
.top-banner .desktop-6.mobile-3.no-mobile {
  margin-right: 0;
  float: right;
}
.top-banner .desktop-6.mobile-3.top_bar_col {
  margin-left: 0;
}
.mob-wrapper-new .social-header ul li a {
  padding-right: 0;
  padding-left: 15px;
}
.main_class #navigation ul#nav {
  display: block;
}
.main_class #navigation ul#nav > li {
  margin: 0 18px;
}
.tab-content li.product img {
  border: 0 !important;
}
#fullAction .full-action__wrapper {
  min-height: 600px;
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: flex-end;
  -webkit-align-items: flex-end;
}
.instagram-feed h2 {
  text-transform: uppercase;
}
.instagram-feed div#instafeed .desktop-2.tablet-3.mobile-half {
  margin: 0;
  width: 16.65%;
}
.index .instagram-feed div#instafeed {
  margin: 0;
}
#footer {
  margin-top: 0;
}
#footer .mailing span {
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
form#mc-embedded-subscribe-form {
  width: 100%;
  max-width: 350px;
}
#footer .second-footer #mce-EMAIL {
  max-width: 220px;
  width: 100%;
  min-width: 0px;
  margin: auto;
}
.match-div .match__item .action {
  text-transform: uppercase;
}
/*.owl-carousel-insta .owl-item.active {
  margin-right: 0px !important;
}*/
.owl-carousel-insta .insta_img img {
  border: none !important;
}

.mob-wrapper-new .social-header ul li a i {
  font-size: 22px;
}
.heroText #hero-text .row {
  display: flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
}
.heroText #hero-text .hero-text__action {
  padding: 0;
  width: 400px;
  padding-left: 60px;
  border: 0;
  position: relative;
  z-index: 99;
}
.heroText #hero-text .hero-text__action .hero-text__heading {
  font-size: 4em;
}
.heroText #hero-text .hero-text__action .button {
  background: transparent;
  border: 1px solid #000;
  color: #000;
  font-weight: 500;
  width: 100%;
  max-width: 290px;
  text-align: center;
  padding: 8px 15px;
}
.shopify-section section.products-section {
  margin-top: 50px;
}
.shopify-section section.instagram-feed {
  margin-top: 30px;
  overflow:hidden;
}
.shopify-section .instagram-feed h2 {
  font-size: 2.5em;
}
.heroText #hero-text .hero-text__image {
  max-height: inherit;
  margin-right: -21px;
}
.tabs-menu li a {
  text-decoration: underline;
}
.shopify-section section.simple-gallery {
  margin-top: 70px;
}
.tabs-menu li {
  border-right: 1px solid #000;
  margin-right: 12px;
  line-height: 12px;
}
.tabs-menu li:last-child {
  margin-right: 0;
  border: 0;
}
.gridlock .row .simple-gallery .row {
  margin: 0;
  width: 100%;
}
#footer .second-footer .mailing {
  margin-bottom: 30px;
}
#navigation ul#nav li ul li a {
  padding: 0 10px;
}
.social-header ul li form {
  margin: 0;
  position: relative;
}
.social-header ul li form input[type="text"] {
  height: 26px;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  border-bottom:0;
  margin-bottom:0px;
  padding-left:20px;
  
}
.social-header ul li form button {
  font-size: 16px;
  height: 25px;
  padding: 1px 0px 3px 6px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 99;
  background: transparent;
  color: #000;
}
.social-header ul li.search__box {
  vertical-align: top;
/*   margin: -2px 0 0; */
}
/* .no-mobile li a {
  text-transform: uppercase;
} */
.newsletter__section #subscribe_section {
  text-align: center;
  float: none;
}
.newsletter__section #subscribe_section p, .pop_up_new#subscribe_popup p {
  font-size: 18px;
  max-width: 750px;
  text-align: center;
  font-weight: 200;
  line-height: 25px;
  margin: 20px auto;
}
.newsletter__section #subscribe_section form#mc-embedded-subscribe-form, .pop_up_new#subscribe_popup form#mc-embedded-subscribe-form {
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
}
.newsletter__section #subscribe_section #subs-container #mc-embedded-subscribe, .pop_up_new#subscribe_popup #subs-container #mc-embedded-subscribe {
  width: auto;
}
.newsletter__section #subscribe_section p span, .pop_up_new#subscribe_popup p span {
  font-weight: 500;
}
#subscribe_popup.pop_up_new {
  max-width: 600px;
}



.product_star_rating span.spr-badge-caption {
  margin-left: 40px;
}
#showmore-test div#showmore-button-test {
  color: #adadad;
}
#product-right form .selected-option {
  font-weight: 500;
  font-style: normal;
  margin-bottom: 10px;
}
#product-right form .selected-option span {
  font-weight: 300;
}

#product-right .swatch .swatch-element {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  border: 1px solid #fff;
  padding: 3px;
  overflow: hidden;
}
#product-right .swatch .swatch-element.active {
  border-color: #adadad;
}
#product-right .swatch .swatch-element label {
  width: 22px !important;
  height: 22px !important;
  min-width: inherit !important;
  background-size: 100% !important;
  border-radius: 100% !important;
}
.quantity input[type="button"] {
  display: inline-block;
  margin: 0;
  font-size: 20px;
  background: transparent;
  color: #000;
  padding: 3px 7px;
}
.quantity input[type="text"] {
  width: 50px;
  min-width: inherit;
  display: inline-block;
  text-align: center;
  border: 0;
  margin: 0;
}
.quantity {
  display: inline-block;
  vertical-align: top;
  padding: 0 8px;
  margin-top: 20px;
  border: 1px solid #000;
}
.add_quant input[type="submit"] {
  padding: 10px 75px;
  margin-right: 15px;
}
#tabs-container ul.tabs-menu li a {
  font-size: 16px;
  text-decoration: none;
}
#tabs-container ul.tabs-menu li{
  border:0;
}
#tabs-container ul.tabs-menu li a:focus, #tabs-container ul.tabs-menu li a:hover {
  text-decoration: underline;
}
.row.prdct_container {
  width: 100%;
}
.prdct_container .section-header .section-header__title{
  background: #f7f7f7;
  color: #000;
  text-align: center;
  padding: 15px 15px;
  text-transform: uppercase;
  font-size: 24px;
  margin-bottom: 40px;
}
.prdct_container .product-thumb .product-thumb__info h3 span {
  padding: 0;
  background: transparent;
  color: #000;
  text-align: left;
  text-transform: capitalize;
}

.prdct_container .product-thumb .product-thumb__image img {
  border: 0;
}

 ul.social-links li.search__box input {
    min-width: 140px;
}

@media (max-width:1170px){
  .rev_blocks .block_one_third .rev_block_caption, .rev_blocks .block_half .rev_block_caption, .rev_blocks .block_whole .rev_block_caption{
    width:calc(100% - 100px);
  }
  
  /* 27/07/2018 */
  .insta_img span{
    height:188px;
  }
}

@media (max-width:1024px){
  .rev_blocks .block_one_third .rev_block_caption, .rev_blocks .block_half .rev_block_caption, .rev_blocks .block_whole .rev_block_caption{
    width:calc(100% - 66px);
  }
  
  /* 27/07/2018 */
  .insta_img span{
    height:155px;
  }
  
}

@media (max-width:1023px) {
.tab {
    display: inline-block;
}
}

@media (min-width:741px) and (max-width:980px){
  .heroText #hero-text .hero-text__action .hero-text__heading {
    font-size: 2em;
  }
  #shopify-section-revolution-page .rev_caption {
    padding: 25px 70px 25px 70px;
  }
  .price {
    width: 36%;
  }
  #fullAction .full-action__wrapper {
    min-height: 500px;
  }
  .heroText #fullAction .full-action__wrapper .full-action {
    width: 94%;
    font-size: 2.5em;
  }
  .simple-gallery .row .desktop-3.tablet-3.mobile-1.match-div {
    width: 100%;
  }
  .simple-gallery .row .desktop-3.tablet-3.mobile-1 {
    width: 33.2%;
  }
  .match-div .match__item {
    margin: 40px 0 0;
  }
  .match-div .match__item a {
    max-width: 250px;
  }
  .top_bar_col span, .no-mobile li a {
    font-size: 13px;
  }
/*   .social-header ul li form input[type="text"] {
    display: none;
  } */
  .social-header ul li form button {
    font-size: 19px;
    top: -4px;
  }

  .add_quant input[type="submit"] {
    padding: 10px 35px;
  }

}


@media (max-width:740px){
  .rev_blocks .block_one_third, .rev_blocks .block_half, .rev_blocks .block_whole{
    width:100%;
  } 	
  .top-banner .desktop-6.mobile-3.top_bar_col {
    text-align: center;
  }
  #shopify-section-revolution-page .rev_caption{
    position:inherit !important;
    padding-top:20px;
    padding-bottom:20px;	
  }
  #shopify-section-revolution-page .rev_caption h1{
    color:#1b1919;
    margin-bottom:0;
  }
  .mob-wrapper-new .mob-menu-new {
    display: inline-block;
    margin-top: 15px;
    width: 15%;
    vertical-align: top;
  }
  .mob-wrapper-new .new-header {
    width: 68%;
    display: inline-block;
    vertical-align: middle;
  }
  .mob-wrapper-new .shop_bag_mob {
    display: inline-block;
    margin-top: 15px;
    vertical-align: top;
    width: 15%;
    text-align: right;
  }
  .mob-wrapper-new .social-header {
    float: none;
    margin: 0;
    border-top: 2px solid #000;
    padding-bottom: 18px;
    text-align: center;
  }
  .new-header img {
    vertical-align: sub;
  }
  .main_class .navigation__wrapper {
    display: none;
  } 
  #hero-text .row{
    display:flex;
    display:-webkit-flex;
    flex-wrap: wrap;
  }
  #hero-text .row .desktop-6.tablet-6.mobile-3:last-child{
    order:1;
    -webkit-order:1;
  }
  #hero-text .row .desktop-6.tablet-6.mobile-3:first-child {
    order: 2;
    -webkit-order: 2;
  }
  #hero-text .hero-text__action {
    border: 0 !important;
    padding: 50px 0 10px !important;
  }
  #hero-text .hero-text__action .button {
    display: inline-block;
    width: 100%;
    text-align: center;
    max-width: 330px;
    background: transparent;
    color: #000;
    border: 1px solid #000;
    font-weight: 500;
    padding: 10px 10px;
  }
  .shop_cont_hpage .owl-nav {
    display: none;
  }
  .simple-gallery .desktop-3.tablet-3.mobile-1 {
    width: 33%;
  }
  .simple-gallery .desktop-3.tablet-3.mobile-1.match-div {
    width: 80%;
    padding: 0;
    margin: 0 auto;
    float: none;
    display: block;
  }
  .match-div .match__item {
    margin: 50px 0 0;
  }
  .instagram-feed h2 {
    text-align: left;
    max-width: 320px;
  }
  .second-footer .row {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
  .second-footer .row .desktop-6.tablet-6.mobile-3.mailing {
    order: 3;
    -webkit-order: 3;
    margin-top: 10px;
  }
  .second-footer .row .desktop-3.tablet-3.mobile-3 {
    width: 45%;
    text-align: left;
  }
  .second-footer .row .desktop-3.tablet-3.mobile-3 ul li {
    text-align: left;
  }
  #footer .second-footer .mailing #mc_embed_signup form {
    width: 100%;
    max-width: 350px;
  }
  #footer .second-footer .mailing #mc_embed_signup form #mce-EMAIL {
    width: 100%;
    text-align: left;
  }
  #footer .second-footer .mailing #mc_embed_signup form #mc-embedded-subscribe {
    min-width: 16%;
  }

  section#hero-text, section.products-section {
    padding: 0 20px;
  }
  .mob-wrapper-new .mob-menu-new span img {
    width: 100%;
    max-width: 25px;
  }
  .shop_bag_mob img {
    width: 100%;
    max-width: 24px;
  }
  .heroText #hero-text .hero-text__action {
    width: 100%;
  }
  .heroText #hero-text .hero-text__action .hero-text__heading {
    font-size: 2.5em;
  }
  .heroText #hero-text .row .hero_image {
    order: 1;
    -webkit-order: 1;
  }
  .heroText #hero-text .row .hero_text {
    order: 2;
    -webkit-order: 2;
  }
  .heroText #hero-text .row .hero_image .hero-text__image {
    margin: 0;
  }
  .heroText #hero-text .hero-text__action {
    padding-top: 30px !important;
  }
  .tabs-menu li {
    margin-bottom: 12px;
  }
  .shopify-section section.simple-gallery {
    margin-top: 30px;
  }
  .shopify-section section.instagram-feed {
    overflow: hidden;
  }
  .heroText #hero-text .hero-text__action {    z-index: 0;
  }
  .mob-menu-new .sidenav{
    z-index: 100; 
  }

  .mob-menu-new .sidenav ul.nav.navbar-nav li a, .mob-menu-new .sidenav ul.nav.navbar-nav li {
    vertical-align: top;
    list-style: none;
    line-height: inherit;
  }
  .mob-menu-new .sidenav {
    z-index: 100;
    background: #fff;
    top: 110px;
    bottom: 0;
    padding: 0;
    width: 100% !important;
    left: -100%;
    position: absolute;
    bottom: auto;
  }
  .mob-menu-toggle .mob-menu-new .sidenav {
    left: 0;
  }
  .mob-menu-new .sidenav ul.nav.navbar-nav li a {
    border-top: 1px solid #bfbfbf !important;
    border-bottom: 1px solid #bfbfbf;
    margin: -1px 0;
    color: #818181;
    font-size: 16px;
    padding: 10px 12px;
    position: relative;
  }
  .mob-menu-new .sidenav ul.nav.navbar-nav li:first-child a {
    margin-top: 0;
  }
  .mob-menu-new .sidenav a.closebtn {
    display: none;
  }
  .mob-menu-new .sidenav ul.nav.navbar-nav li a .plus-min-wrap {
    position: absolute;
    right: 0;
    width: 34px;
    height: 40px;
    top: 0;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    font-size: 28px;
    color: #000;
    border-left: 1px solid #bfbfbf;
  }
  .mob-menu-toggle{
    overflow: hidden;
  }
  .mob-menu-new .sidenav ul.nav.navbar-nav li .level2 a {
    border: 0;
  }
  .bar1, .bar2, .bar3 {
    width: 25px;
    height: 2px;
    background-color: #333;
    margin: 6px 0;
    transition: 0.4s;
  }

  .change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-4px, 6px) ;
    transform: rotate(-45deg) translate(-4px, 6px) ;
  }

  .change .bar2 {opacity: 0;}

  .change .bar3 {
    -webkit-transform: rotate(45deg) translate(-5px, -8px) ;
    transform: rotate(45deg) translate(-5px, -8px) ;
  }
  .newsletter__section #subscribe_section #subs-container #mc-embedded-subscribe, .pop_up_new#subscribe_popup #subs-container #mc-embedded-subscribe{
    float: none;
  }
  .newsletter__section #subscribe_section form#mc-embedded-subscribe-form, .pop_up_new#subscribe_popup form#mc-embedded-subscribe-form {
    text-align: center;
  }
  .social-header ul li form input[type="text"] {
    display: none;
  }
  .social-header ul li form button {
    font-size: 19px;
    top: -4px;
  }
  .quantity input[type="button"] {
    width: auto !important;
    min-width: inherit;
  } 	
  .add_quant input[type="submit"] {
    padding: 10px 15px;
    width: auto;
    min-width: inherit;
  }
  .quantity {
    margin-bottom: 20px;
  }
  .sucess-msg-pos.product-thumb .product-thumb__info h3 span {
    background: transparent;
    color: #000;
  }
  .add_quant {
    text-align: center;
  }
  
  /* 26/07/2018 */
  .shop_bag_mob a {
  	position:relative;
  	z-index:3;
  	display:inline-block;
  }
  .shop_bag_mob a span.item-count{
  	position:absolute;
  	z-index:4;
  	top:-5px;
  	right:0;
  }
  .add_quant .ajaxified-cart-feedback{
    margin-bottom:0;
  }
  
  /* 27/07/2018 */
  .insta_img span{
    height:490px;
  }
}

@media (max-width:479px){
  .rev_blocks h4{

  }
  .rev_blocks .block_one_third .rev_block_caption, .rev_blocks .block_half .rev_block_caption, .rev_blocks .block_whole .rev_block_caption{
    width:calc(100% - 66px);
  }	
  .mob-wrapper-new .new-header {
    width: 100%;
    max-width: 210px;
    margin: 0 auto;
    display: block;
  }
  .mob-wrapper-new .mob-menu-new {
    margin-top: 8px;
    float: left;
  }
  .mob-wrapper-new .shop_bag_mob {
    margin-top: 7px;
    float: right;
    margin: -40px 0 0;
  }
  .mob-wrapper-new .social-header {
    padding: 12px 10px;
  }
  #tabs-container .tabs-menu {
    height: auto;
  }
  .tabs-menu li {
    display: inline-block;
    text-align: left;
  }
  .price {
    width: 35%;
  }
  .heroText #fullAction .full-action__wrapper .full-action {
    word-wrap: break-word;
    text-align: left;
    padding: 20px 15px;
    font-size: 32px;
    width: 100%;
  }
  #fullAction .full-action__wrapper {
    align-items: center;
    -webkit-align-items: center;
  }
  .instagram-feed h2 {
    text-align: center;
  }
  #footer .second-footer {
    padding: 0 20px !important;
  }
  #footer .second-footer #mce-EMAIL {
    max-width: 180px;
  }
  #mc-embedded-subscribe {
    width: 17%;
  }

  .foo_bottom .site-footer__links{
    font-size:12px;
  }
  h2.insta_text_bottom span, h2.insta_text_bottom a {
    font-size: 23px;
  }

  .instagram-feed h2 {
    font-size: 2.5em !important;
    padding-bottom: 15px !important;
  }
  .shop_cont_hpage h2, .match-div .block-title, .shopify-section .instagram-feed h2 {
    font-size: 25px !important;
  }
  .tabs-menu li a {
    font-size: 12px;
  }

  .mob-menu-new .sidenav {
    top: 100px;
  }

  .tabs-menu li a {
    padding-right: 0px;
  }
.top_bar_col span, .no-mobile li a {
  font-size: 12px;
}
  
  /* 27/07/2018 */
  .insta_img span{
    height:320px;
  }
}


@media screen and (max-width:740px){
.row.mob-wrapper-new {
  display: flex;
  flex-wrap: wrap;
  display: -webkit-flex;
  -webkit-flex-wrap: wrap;
  width: 100%;
  align-items: center;
  -webkit-align-items: center;
}  
.mob-wrapper-new .mob-menu-new {
  margin-top:15px;
  margin-bottom:15px;
  padding: 0 0 0 10px;
} 
.mob-wrapper-new .new-header {
  margin:8px auto;
  display: block;
  width:55%
}  
.mob-wrapper-new .shop_bag_mob {
  margin:15px 0;
  padding: 0;
}
.shop_bag_mob img {
  max-width: 25px;
  display: block;
  float: right;
  margin-right:10px;
}  
.mob-wrapper-new .social-header {
  width: 100%;
}  
.close-bttn {
  color: #fff;
  position: absolute;
  right: 10px;
  font-size: 16px;
  font-weight: normal;
  top: 50%;
  cursor: pointer;
  transform: translatey(-50%);
  -webkit-transform: translatey(-50%);
}  
.top-banner {
  position: relative;
}
#quote_section .quote_imgtext {
  width: 47.9166666666666667%;
  margin-bottom: 15px;
  line-height: 85px;
  height: 85px;
  border: 1px solid #f9f9f9 !important;
}
#quote_section .quote_imgtext img {
  vertical-align: middle;
}  
.header_for_mobile a.nav-logo{
  display:inline-block;
  padding:0;
}
.tab {
    margin-bottom: 0;
}
  .new-header .nav-logo img {
    margin-left: 7px;
}
}