 /*
 * Fashionopolism Responsive Shopify theme
 * Copyright 2013, Underground Media
 * www.undergroundmedia.co.uk
 *
 * 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; }
	
	.fl { float: left; }
	.fr { float: right; }


.sidebar-recently-added {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar-recently-added li {
  display: block;
  float: left;
  margin: 0 10px 20px;
  text-align: center;
  width: 23.25%;
}
.sidebar-recently-added h3 {
  color: #333;
  font-size: 15px;
  font-weight: 300;
}

.sidebar-recently-added img {
  width: 100%;
}



	

	/* !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) {
		.gridlock .row { width: 300px; }
	}

	/* !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: 25.583%; }
	.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%; }
        #bigimage {
          max-width: 205px !important;
        }
        .ziprow input[type="text"] {
          max-width: 35% !important;
          
        }
        td, th {
          padding: 0px !important;
        }
	}

	/* !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%; }
	}

	* {
	  margin: 0;
	}
	html, body {
	  height: 100%;
	}

body {	
    color: #888888;
  	background: #ffffff;
    font-size: 13px; 
    font-family:'Open Sans', sans-serif;	
	line-height: 1.6em; 
	-webkit-text-size-adjust: 100%; /* Stops Mobile Safari from auto-adjusting font-sizes */
    margin: 0! important;
	}
	
img { max-width: 100%; border: 0; }

h1, h2, h3, h4, h5, h6 {
	color: #ffa9aa;
	font-family:'Open Sans', sans-serif;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 0;
    line-height: normal; 
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; color: #ffa9aa! important; }
h1 { font-size: 24px; }
h2 { font-size: 20px; }
h3 { font-size: 18px; }
h4 { font-size: 16px; }
h5 { font-size: 14px; }
h6 { font-size: 14px; }

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

p { font-size: 13px; margin-bottom: 10px; }
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: #888888; outline: 0;
  -webkit-transition:color .5s ease-in;
   -moz-transition:color .5s ease-in;
   -o-transition:color .5s ease-in;
   transition:color .5s ease-in;
}
a:hover { color: #6b6b6b; text-decoration: underline;}
a:visited { color:#888888; text-decoration: underline; }
a:focus { outline: none; }

/* .row hr, .row p, .row ul, .row ol, .row dl, .row pre, .row address, .row table, .row form {margin-bottom: 1.6em;} */

dt { font-weight: bold; }

ol { padding: 0; margin-left: 0; text-indent: 0; list-style-position: inside; }
ul { padding: 0; margin: 0;}
li {  }
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; }

input, textarea { }

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

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

  .clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    }

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

    .button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
  	  width: 100%;
  	  max-width: 100%;
	  background: #444444; 
	  border: none;

      -webkit-transition: background .5s ease,color .5s ease;
      -moz-transition: background .5s ease,color .5s ease;
      -o-transition: background .5s ease,color .5s ease;
      transition: background .5s ease,color .5s ease;
      border-radius: 3px;
      -webkit-border-radius:3px;
      -moz-border-radius:3px;
      -webkit-appearance: none;
  
	  color: #fff;
	  display: inline-block;
	  font-size: 12px;
	  font-weight: normal;
	  text-decoration: none;
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: normal;
	  padding: 14px 0;
	  font-family: 'Open Sans', sans-serif; 
	}
	
	.button:hover,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {
		color: #ffffff;
		background: #333333;
	}

#cartform input[type="button"], #cartform input[type="submit"] {
  background: #000; 
  font-weight: bold;
  text-transform: uppercase;
  border: 2px solid #000;
}
#cartform input[type="button"]:hover, #cartform input[type="submit"]:hover {
  background: #fff;
  border: 2px solid #000;
  color: #000;
  border: 2px solid #000;
}

  .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: 0; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px 'Open Sans', sans-serif;
		color: #777;
		margin: 0;
		width: 100%;
		max-width: 100%;
		display: block;
		margin-bottom: 20px;
		background: #fff; }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
 		color: #444;
 		-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; min-width: 300px; }
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }
		
		::-webkit-input-placeholder { /* WebKit browsers */
		    color:    #ccc;
		}
		:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
		    color:    #ccc;		}
		::-moz-placeholder { /* Mozilla Firefox 19+ */
		    color:    #ccc;	}
		:-ms-input-placeholder { /* Internet Explorer 10+ */
		    color:    #ccc;		}		


			input[type=text], input[type=password], input[type=email], input[type=url], input[type=number] {
				width: 100%;
				background: #f2f2f2;
				border: 0;
				padding: 15px 0px;
				margin: 0px;
				margin-bottom: 20px;
				max-width: 100%;
				text-indent: 17px;
				outline: none;
			}

			textarea {
				width: 100%;
				background: #f2f2f2;
				border: 0;
/* 				height: 200px; */
				margin: 0px;
				margin-bottom: 40px;
				max-width: 100%;	
				padding: 2% 17px;
				outline: none;
			}

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


#header {
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
  background: transparent;
  position: relative;
  z-index: 3;
}

#identity {  }

#content { margin-bottom: 50px; margin-top: 10px; position: relative; }

ul#cart { height: 40px; line-height: 40px; position: absolute; top: 0; right: 0; text-align: right; text-transform: uppercase; }
ul#cart > li { float: left; line-height: 40px; display: inline; position:relative; }
ul#cart > li:hover { color: #ffffff;  }
ul#cart > li:hover > a{border-bottom: 3px solid #ff887c;}
ul#cart > li > a { height: 30px; display: block; margin: 0 10px; font-size: 14px; color:rgb(136, 136, 136);  }
ul#cart > li > a:hover {  text-decoration: none; /*background: #ffa9aa; color: #ffffff;*/ }
ul#cart li:hover ul {
display: block;
background: #ffffff! important;
}
ul#cart li ul {
display: none;
background: #ffffff! important;
float: left;
position: absolute;
top: 35px;
left: -5px;
z-index: 25;
margin: 0;
padding: 0;
-webkit-transition: background .5s ease,color .5s;
  width:150px;
  border:1px solid #cecece;
}
ul#cart li ul li {
background: #ffffff;
color: #222222;
text-align: left;
list-style:none;
padding-left:10px;
}
ul#cart .menu-container ul.submenu .links {
 float: left;
 width: 147px; 
}
ul#cart ul.submenu li a {
height: 32px;
color: #000;
text-transform: capitalize;
line-height: 32px;
text-decoration:none;
}
ul#cart ul.submenu li:hover a{
text-transform: none;
border-bottom: 1px solid #000;
}

.smallcash {
	font-size: 12px;
	margin-left: 5px;
}

#logo { line-height: initial; text-align: center; }
#logo h1 { font-weight: 400; margin: 0; padding: 0; font-family: 'Lato', sans-serif; font-size: 30px; text-transform: uppercase; }
#logo h1 a { text-decoration: none; }

#navigation {
    background: #ffa9aa; 
	font-family: 'Century Gothic', Helvetica, Arial, sans-serif;
	line-height: 40px;
	padding: 0;
	position: relative;
}

ul#nav {
    list-style: none;
  	height: 51px;max-width:1200px; margin:0 auto;width:100%;
}

ul#nav li {
    display: inline-block;
    position: relative;
    z-index: 21;
  	line-height: 40px;
    -webkit-transition: background .5s ease,color .5s ease;
    -moz-transition: background .5s ease,color .5s ease;
    -o-transition: background .5s ease,color .5s ease;
    transition: background .5s ease,color .5s ease;
}

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

ul#nav li a {
    font-size: 11px;
	font-weight: normal;
    color: #ffffff;
    height: 51px;
    display: block;
    padding: 5px 15px;
    text-transform: none;
    letter-spacing: 1px;
  	line-height: 40px;
    text-transform: uppercase;
}

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

ul#nav li ul {
    display: none;
	background: #ffffff! important;
    float: left;
    position: absolute;
    top: 51px;
    left: 0;
    z-index: 25;
    margin: 0;
    padding: 0;
    -webkit-transition: background .5s ease,color .5s ease;
    -moz-transition: background .5s ease,color .5s ease;
    -o-transition: background .5s ease,color .5s ease;
    transition: background .5s ease,color .5s ease;
}


ul#nav li:hover ul{
    display: block;
    background: #ffffff! important;
}

ul#nav li ul li{
    background: #ffffff;
	color: #222222;
/*     width: 200px; */
  width: 240px;
    text-align: left;
}


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

ul#nav li ul li a:hover {
	color: #222222;
	background: #ffffff;
  	text-decoration: underline;
}

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

.down {
    float: right;
  	margin-top: -31px;
    margin-right: 7px;
    font-weight: bolder;
    font-size: 10px;
    color: #ffffff;
}

nav.primary select { display: none; }

#nav-border {
	margin-top: 20px;
	margin-bottom: 20px;
	height: 1px;
	background: #333333;
  	position: relative;
}

#navigation #q { 
  background:url("https://cdn.shopify.com/s/files/1/0217/6856/t/15/assets/search-icon.png?39983") no-repeat scroll 12px center #333333/*#ffa9aa*/;
  height: 45px; line-height: 20px;  border: 0 none; border-left: 1px solid #ffa9aa; letter-spacing: 1px; color: #ffffff;
    font-size: 11px;
	font-weight: normal;
    font-family: 'Century Gothic', Helvetica, Arial, sans-serif;
	padding: 0 0 0 15px;
	margin: 0;
  	margin-top: 3px;
}
#navigation #q:focus { color: #ffffff; 
	-moz-box-shadow: 0 0 3px rgba(255,255,255,.1);
	-webkit-box-shadow: 0 0 3px rgba(255,255,255,.1);
	box-shadow: 0 0 3px rgba(255,255,255,.1);
  	/*background:url("http://cdn.shopify.com/s/files/1/0641/3887/t/1/assets/icon-search.png?1430") no-repeat scroll 12px center #000;*/
  background:url("https://cdn.shopify.com/s/files/1/0217/6856/t/15/assets/search-icon.png?39983") no-repeat scroll 12px center #000;
/*   	width: 380px; */
/*   width: 360px; */
   /*width: 235px;*/
  width:160px;
}

.nav-search:hover {
	background: transparent! important;
}
.nav-search::-moz-placeholder {
  color: #fff;
}
.header .navbar{margin:0;}

#nav
{
    /* container */
}
    #nav > a
    {
        display: none;
    }



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

.icon-shopping-cart { margin-right: 5px; }

ul#cart li.cart-overview { position: relative; }
ul#cart li.cart-overview:hover #crt { display: block; }

#crt {
	background: none repeat scroll 0 0 #f2f2f2!important;
	border-left: 1px solid #cecece;
	display: none;
	position: absolute;
	right: 0;
	top: 35px;
	width: 340px;
	z-index: 30;
	border-right: 1px solid #cecece;
}

.checkout-link { border: 1px solid #333333; line-height: 40px; width: 100%; clear: left; text-align: center; display: block; }   
#cart-item { width: 330px; float: left; margin-top: 10px; padding-bottom: 10px; }

.quick-cart-item { width: 330px; float: left; padding-top: 10px; padding-bottom: 10px; }
.quick-cart-image { height: 80px; width: 80px; float: left;  }
.quick-cart-image img { max-width: 60px;  max-height: 80px; }

.quick-cart-details { color: #222222; margin-left: 80px; line-height: 15px! important;}
.quick-cart-details p { padding: 0 10px 0 0; margin: 0! important; text-align: left; }
.quick-cart-details a { padding-left: 0! important; font-size: 12px !important; color: #000 !important; line-height: initial! important; height: auto! important; }
.checkout-link { line-height: 30px; font-size: 12px! important; background: #ffa9aa; }

.remove_item { float: right; margin-top: -20px; margin-right: 10px; }

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

.home, .share-icons { text-align: center; }
.share-icons a { margin: 0 5px; }

ul#welcome-bar li { text-align: center; width: 33.3%; margin: 0; padding: 11px; font-weight: bold; color: #ffa9aa; }
.mid { border-left: 1px solid #333333; border-right: 1px solid #333333; }

#homepage-products, #homepage-collections { }
#homepage-articles { float: left; padding: 0 20px 50px; }
#homepage-products h2 { display: inline; color: #444444; text-transform: uppercase; margin-bottom: 30px;  }
#homepage-collections h2 { color: #444444; text-transform: uppercase; margin-bottom: 30px;  }

ul#homepage-blog-articles { margin: 0 auto; list-style-type: none; }
.homepage-single-article { padding-bottom: 20px; border-bottom: 1px solid #333333; float: left; width: 32.5%; margin-bottom: 50px; }
.homepage-single-article h3, .posted, h1.blog-title { margin-bottom: 5px; }
.middle { margin-left: 1%; margin-right: 1.5%; }
.homepage-single-article img { margin-bottom: 10px; }
.homepage-article-title { text-align: left! important; border-bottom: 0! important; margin-bottom: 0! important; width: 50%! important; float: left; }
.homepage-posted { float: left; width: 50%; text-align: right; }

.videoWrapper { position: relative; padding-bottom: 56.25%; /* 16:9 */ padding-top: 25px; height: 0; }
.videoWrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

#product-section { padding-top: 30px; border-bottom: 0px solid #333333; background: #f7f7f7; }
#collection-section { padding-top: 30px; background: #ffffff; }

#rec-art-background { background: #f7f7f7;
-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 50px;
  position: relative;
}

#rec-art-background h2 { position: relative; z-index: 2; margin-bottom: 30px; color: #000000; }
#index-blog { padding-top: 30px; }

ul#collection-loop { text-align: center; list-style-type: none;  margin: 0 auto; float: none! important; }
ul#collection-loop li { display: inline-block; position: relative; margin-bottom: 40px; padding-bottom: 20px; }

.collect-index { margin-left: 0.5%; margin-right: 0.5%; max-width: 344px; }
.collect-index img { margin-bottom: 10px;  }

.bgcover { position: relative; z-index: 2;  }
.mask { background: url(//cdn.shopify.com/s/files/1/0217/6856/t/42/assets/mask.png?10238484372855928720); height: 100%; width: 100%; top:0; position: absolute; z-index: 1; }

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


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

#types {
  	border-bottom: 1px solid #333333;
  	background: #ffffff;
	clear: left;
}

#types ul {
	list-style: none;
	line-height: 40px;
	height: 40px;
	margin: 0;
}

#types li {
	float: left;
	display: inline-block;
	margin: 0 15px 0 0;
	text-transform: uppercase;
  line-height:18px;
  width:20%;
}

#types li a { font-size: 13px; color: #888888; }


#collection-description { float: left; padding-bottom: 0px; border-bottom: 0px solid #333333; margin-bottom: 0px; }
#collection-description h1 { margin-bottom: 5px; }
#full-width-filter { padding-bottom: 0px; border-bottom: 0px solid #333333; overflow: hidden; float: right; margin-bottom: 10px; }

@media only screen and (max-width: 1023px) {
	.col-with-sidebar { margin-left:0; }
}


#sidebar {
	float: left;
}

@media only screen and (max-width: 1023px) {
	.dropdownwrap { display: none; width: 100%; clear: left; }
	.col-with-sidebar { margin-left: 0; }
}
@media only screen and (min-width: 1024px) {
	#dropdown { display: none; }
	.dropdownwrap { display: block; position: absolute; top: 40px; }
}

#dropdown { margin-bottom: 20px; float: left; margin-top: -10px; border: 1px solid #333333; padding: 10px; }

#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 #333333; margin-bottom: 20px;  }

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

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

#side-filter ul#sortme { float: none! important;}

ul#sortme { float: right; }
ul#sortme h4 { font-weight: normal; }

#full-width-filter { width: 100%; }
#full-width-filter .filter { float: left; margin-left: 10px; }
#full-width-filter p { margin-bottom: 5px;}
.clearfix.filter { display: block; border: 0; overflow: hidden; max-width:230px; }
ul#sortme li { }
ul#sortme p {  }
.coll-filter {  }

ul#sortme li.current a { text-decoration: underline; }

span.customSelect { 
    font:12px sans-serif;
    background:#fff url(//cdn.shopify.com/s/files/1/0217/6856/t/42/assets/select.png?10238484372855928720) 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:230px;
}

ul#product-loop { text-align: center; padding-top: 10px; list-style-type: none; }
ul#product-loop li { border-bottom: 0px solid #333333; display: inline-block; position: relative; margin-bottom: 40px; padding-bottom: 20px; }
.product-index {  }

ul#product-loop-sidebar { padding-top: 10px; list-style-type: none;  margin: 0 auto; float: none! important; }
ul#product-loop-sidebar li { border-bottom: 1px solid #333333; float: left; display: inline; position: relative; margin-bottom: 40px; padding-bottom: 20px; }

.product-index img, .product-index-s img { display: block; margin: 0 auto 10px; }
.product-index img a, .product-index-s img a { border: 0; }

.first { clear: left; }

#product-info {
	cursor: pointer;
	text-align: center;
}

#product-info h3 { letter-spacing: initial; font-family: 'Open Sans', sans-serif; font-size: 13px; margin-bottom: 0; }
#product-info p { font-size: 13px; margin-bottom: 0; }
#product-info a { text-decoration: none! important; text-transform: capitalize; }

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

.new { background: url(//cdn.shopify.com/s/files/1/0217/6856/t/42/assets/transparency.png?10238484372855928720); 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/0217/6856/t/42/assets/transparency.png?10238484372855928720); 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/0217/6856/t/42/assets/transparency.png?10238484372855928720); padding: 5px 10px; position: absolute; top: 5px; left: 5px; border: 1px solid #ccc; text-transform: uppercase; text-align: center; z-index: 3; }


#contact404 { }

.view-full { border-top: 1px solid #333333; width: 100%; text-align: right; float: left; margin-top: 10px; padding-top: 10px; margin-bottom: 10px; padding-bottom: 10px; }
.view-full a { text-align: right; }
.view-full a:hover { text-decoration: none; }
.view-full i { margin-right: 10px; }

.product-modal {
  width: 100px;
  text-align: right;

  text-transform: uppercase;
}

.product-modal:hover { text-decoration: none; }

.product-modal {
  display:none;
  padding: 5px 10px;
  color: #ffffff !important; 
  background: #000000! important; 
  -webkit-transition: background .5s ease,color .5s ease; -moz-transition: background .5s ease,color .5s ease; -o-transition: background .5s ease,color .5s ease; transition: background .5s ease,color .5s ease; 
  position: absolute;
  width: 100px;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -50px;
  text-align: center;
}

.product-modal:hover {
  color: #ffffff! important; 
  background: #ffa9aa! important; 
  text-decoration: none; 
}

.quick-view-right #product-description { border-right: 0 none; }

.quick-view-left { float: left; width: 48%; }
.quick-view-right { float: left;  width: 50% ; max-width: 430px; }

.quick-view-left .quick_main img { max-width: 80%; float: left; padding-right:10px; }

img2 { display: none; }

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

ul#thumbs { list-style-type: none; display:none;}
ul#thumbs li { max-width: 69px; }

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

/*set a border on the images to prevent shifting*/
 ul#thumbs img { border: 1px solid transparent; }
 
 /*Change the colour*/
 .active img {border:1px solid #ccc !important;}

#product-price { font-size: 16px; margin-bottom: 10px; }
#add { margin-top: 20px; outline: none; }
input.pre{margin-top: 20px; outline: none;}
#product-description { border-right: 1px solid #333333; padding-right: 20px; }
#product-description form { border-top: 1px solid #333333; border-bottom: 1px solid #333333; padding-top: 10px; }
.quick-view-right #product-description form { border-top: 1px solid #333333; border-bottom: none !important; padding-top: 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 { max-width: 100%; }
.related-products li { float:left; margin: 0 0 20px; }
.related-products {  }

ul#popups { margin: 10px 0 20px; list-style-type: none; }
ul#popups li { display: inline; margin-right 10px; border-right: 1px solid #333333; 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 #333333; }
#looked-at h4 { margin-bottom: 20px; }

#quantity {
	width: 70px;
}

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

.desc .share-icons a {
	margin: 0 10px 0 0;
}



/* =============== */
/* = 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; }

    .cart-title p {
text-align:justify;
}

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


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

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

#basket-right img {
width: 50px;
}

#cart-notes { margin-top: 20px; margin-bottom: 20px; width: 70%; }

/* =============== */
/* = Blogs & Pages = */
/* =============== */
.article-body
{
 width:100%;
 margin: 0 auto;

}
#page { clear: left; margin-bottom:10px;   }
#page h1 { padding-bottom: 5px; margin-bottom: 20px; border-bottom: 1px solid #333333; }
ul#blog-articles, #blog-article { list-style-type: none;width:65%;/*margin:0 auto;*/ }
.single-article { margin-bottom: 50px; padding-bottom: 20px; border-bottom: 1px solid #333333; /*float: left;*/ width: 100%;margin:0 auto; }
.single-article h2, .posted, h1.blog-title { text-align:center; }
#widget-allcollections .widget-header {
  display: none;
}
.posted { margin-bottom: 20px; }

#page .share-icons { text-align: center; margin-top: 20px;  }
#page .share-icons a { margin-right: 5px; margin-left: 5px; }

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

#comments { float: left; border-top: 1px solid #333333; 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 #333333; 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; }


.readmore { clear: left; text-align: center; margin: 30px auto; }
.readmore a { color: #ffffff! important; background: #000000! important; padding: 10px 20px; -webkit-transition: background .5s ease,color .5s ease; -moz-transition: background .5s ease,color .5s ease; -o-transition: background .5s ease,color .5s ease; transition: background .5s ease,color .5s ease; }
.readmore a:hover { color: #ffffff! important; background: #ffa9aa! important; text-decoration: none; }

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

#search-bar { margin-bottom: 10px; margin-top: 10px; border-bottom: 1px solid #333333; }
#search-bar #q { width: 300px; }
#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; }

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

#order_details { float: left; }

#create-customer, #customer {
margin-top: 30px;
}
	
 
/* =============== */
/* = Footer = */
/* =============== */

@media only screen and (min-width: 1024px ){
	
	.page-wrap {
	  min-height: 100%;
	  /* equal to footer height */
	  margin-bottom: -40px; 
	}
	.page-wrap:after {
	  content: "";
	  display: block;
	}
	.site-footer, .page-wrap:after {
	  /* .push must be the same height as footer */
	  height: 40px; 
	}
	
	
}
#footer-wrapper { z-index: 2; clear: left; background: #ecdcdc; margin-top: 0px; padding-top: 10px; padding-bottom: 20px; border-top:0px solid #000;}
#footer { color: #000000; }
#footer h1, #footer h2, #footer h3, #footer h4, #footer h5, #footer h6, #footer a, #footer p { color: #000000; text-transform: uppercase; font-weight: normal; }
#footer-wrapper p { margin-bottom: 1em! important; }

#footer ul { margin: 0; list-style-type: none;}
#footer ul li {
	-webkit-transition: background .5s ease,color .5s ease;
	-moz-transition: background .5s ease,color .5s ease;
	-o-transition: background .5s ease,color .5s ease;
	transition: background .5s ease,color .5s ease;	
  	display: inline; 

}

#footer a:hover { text-decoration: none; color: #000000; }

.footer-left li {
	float: left;
	display: inline;
	line-height:24px;
    width:100%;
  
}
.footer-left li a { padding: 0px; }

.footer-left li:hover, .footer-right li:hover {
	background: #ecdcdc;
}

#footer-right { float: right; }
#footer-right li { /*right: 45px; float: right;*/ line-height: 40px; font-size: 20px; display: inline; position: relative; }
#footer-right li a { padding: 0 5px 0 5px;}

.credit { text-align: center; padding: 10px 0;}


#mc_embed_signup {
	width: 400px;
}

#mce-EMAIL {
  width: 50%;
  float: left;
  text-align: center;
  margin-left: 20%;
}
#mc-embedded-subscribe {
  width: 10%;
  float: left;
  padding-bottom: 17px;
}
#payment { text-align: center; margin-top: 30px; margin-bottom: 50px; }
#payment img { max-width: 60px; text-align: center;  margin-bottom: 10px; }


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

#mobile-product { display: none; }

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


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


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



/* Hiding the drop-downs. */
#product-variants {  }

.dropdown-color { display: none; }
.dropdown-colour { display: none; }

/* Style the swatches */
#swatches { margin:20px 0 0; }
.swatch { margin:0; }
.swatch ul { list-style-type:none; margin:0; padding:0; }
.swatch li {
  /* 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:transparent;
  /* Spacing between buttons */
  margin:0px 5px 10px 0;
  /* 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;
}

/* Styles for the text or color container within the swatch button */
.swatch li span { display:block; margin:5px 10px; }
/* Special styles for color swatches */
/* They don't contain text so they need to have a width and height */
.swatch li.color { width:50px; height:35px; }
/* The container of the image/color must be as big as its container */
.swatch li.color span { width:100%; height:100%; margin:0; }

/* Styling sold out options */
.swatch ul.options li.soldout { cursor:default; }
/* That's the image with the cross in it */
.crossed-out { position:absolute; width:100%; height:100%; left:0; right:0; }
.swatch li .crossed-out { display:none; }
.swatch li.soldout .crossed-out { display:block; }
.swatch li.soldout span {
  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 */
}

/* Styling selected swatch */
/* Darker border and slightly raised */
.swatch li.selected {
  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);
}

/* Bring on animated tooltips */
.swatch .options li {
  -webkit-transform: translateZ(0); /* webkit flicker fix */
  -webkit-font-smoothing: antialiased; /* webkit text rendering fix */
}

/* Tooltips */
.swatch .tooltip {
  /* Color and text alignment */
  text-align:center;
  background:gray;
  color:#fff;
  bottom:100%;
  padding: 10px;
  /* Positioning */
  display:block;
  position:absolute;
  width:100px;
  left:-30px;
  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);
}
/* This bridges the gap so you can mouse into the tooltip without it disappearing */
.swatch .tooltip:before {
  bottom:-20px;
  content:" ";
  display:block;
  height:20px;
  left:0;
  position:absolute;
  width:100%;
}
/* CSS Triangle */
.swatch .options li .tooltip:after {
  border-left: solid transparent 10px;
  border-right: solid transparent 10px;
  /* the color below  must match the color of the
  background of your tooltip */
  border-top: solid gray 10px;
  bottom: -10px;
  content: " ";
  height: 0;
  left: 50%;
  margin-left: -13px;
  position: absolute;
  width: 0;
}
/* Tooltip visible */
.swatch li: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);
}



.scrollup{
    width:40px;
    height:40px;
    opacity:0.3;
    position:fixed;
  	bottom:50%;
    right:20px;
    display:none;
  	z-index: 3;
}

.scrollup:hover { text-decoration: none; }


.Flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    overflow: hidden;
  	height: 0;
  	max-width: 1111px;
  	margin: 0 auto;
}

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

#navigation {
  background: none repeat scroll 0 0 #333333;
  float: left;
  font-family: 'Century Gothic',Helvetica,Arial,sans-serif;
  line-height: 40px;
  padding: 0;
  position: relative;
  width: 100%;
}
#nav {
  margin: 0 auto;
  width:100%;
}

.currency label {
  float: left;
  margin-right: 10px;
}
select#currencies {
  width: 60px;
  float: left;
}
#navigation { z-index : 1 !important; }
li.nav-search {float:right;}
ul.submenu { z-index : 3 !important; }
ul#nav li a { z-index:0 !important; }

.currency {
 position: absolute;
 right: 215px;
 top: 18px;
}

ul#cart > li {
  border-left: 1px solid rgb(153, 153, 153);
  display: inline;
  float: left;
  height: 35px;
  line-height: 35px;
  margin-top: 12px;
  text-align: center;
}

#qtab_product th {
 background: none repeat scroll 0 0 rgb(218, 218, 218);
 border: medium none;
 border-top-left-radius: 10px;
 border-top-right-radius: 10px;
 color: rgb(0, 0, 0);
 border: 1px solid #ccc;
 float: left;
 width: 25%;
 cursor: pointer;
 text-align: center;
}
#qtab_product th.active {
 background: #fff;
 border-bottom: none;
}
.calculater {
 width: 50%;
 float: left;
}
.inputrow label {
 float: left;
 width: 22%;
 margin-right:25px;
}
.ziprow input[type="text"] {
  max-width: 24%;
  float: left;
  margin-right: 20px;
  text-align:center;
  text-indent:0;
}
.ziprow input.get-rates {
 max-width: 36%;
}
p#shipping-rates-feedback {
 float: left;
}
ul#shipping-rates {
 clear: both;
 float: left;
}
#product-nav-photos {
 float: left;
 width: 14.5833%;
}

span.styleddrop select {
  float: left;
}

#address_province_container {
  clear: both;
}

.ziprow {
  clear: both;
}
div.nav-search { display: none; }


span.customSelect span.customSelectInner {
  width: 180px !important;
}

select.styled-select.coll-filter.hasCustomSelect {
  width: 230px !important;
}

.footer-left.desktop-8.tablet-6.mobile-3 h3 {
  margin-bottom: 20px;
}

.gridlock #footer ul#footer-right.desktop-4 {
  width: 20% !important;
}


.signup_emailupdate {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.signup_emailupdate a {
  background: none repeat scroll 0 0 rgb(255, 255, 255);
  border-radius: 3px;
  padding: 10px 150px;
  color:#b3b3b1 !important;
}

.signup_emailupdate a:hover {
  
  color:#000 !important;
}
.product-quick-view #horizontalTab {
	padding-top: 10px;
}

/**=======10-Sept=======**/

.collection-left ul li {
  	list-style: square;
}
.collection-left ul li.active {
 	color: #ffa9aa;
}

.collection-left ul li ul.subchield {
	margin-left: 20px;
}
.collection-left ul.subchield li {
	list-style-type: circle;
}
.collection-left li a.current {
  font-weight: bold;
  font-size: 13px;
}
.menu-container .links {
  float: left;
  width: 200px;
}

.menu-container .menu-images {
  float: right;
  margin: 14px;
/*   width: 300px; */
  width: 290px;
}

ul#clothing,ul#accessories {
  width: 580px;
}

ul#sale {
  width: 194px;
}

ul#nav ul.submenu li a {
	height: 32px;
  	color: #000;
  	text-transform: capitalize;
  	line-height: 32px;
}
ul#nav ul.submenu {
  line-height: 0px !important; 
  border: 1px solid #ffa9aa;
  /*border-bottom: 10px solid #ffa9aa;*/
}
ul#sale {
	width: 445px;
}

.collection-left ul.subchield li a.current:before {
	content: '\2023';
}
.menu-images > img {
  	margin-bottom: 5px;
}

ul#nav .submenu .menu-images a {
	height: auto;
}

ul#nav li .menu-images a:hover{
 background: none;
}

ul#nav li ul#clothing li:first-child a, ul#nav li ul#accessories li:first-child a {
  border-bottom: 2px solid #ffac9c;
  font-style: italic;
  line-height: 2.2em;
  font-weight: bold;
  text-decoration: none
}
.collection-left h2 {
  border-bottom: 2px solid #ebebeb;
  padding-bottom: 4px;
  margin-bottom: 10px;
}

#footer ul li a {
	text-transform: capitalize;
}

#product-info h3, #product-info .price {
	color: #333333;
}

.legal li {
  display: inline-block;
  margin: 0;
  text-align: left;
  border-right: 1px solid #000;
}

.legal {
  clear: both;
  font-size: 0.6em;
  letter-spacing: 1px;
  padding-top: 20px;
  text-transform: uppercase;
  width: 60%;
  margin: 0px auto;
}
.legal > p {
  float: left;
  margin-right: 20px;
  font-size: 10px;
}

.copyright {
float: left;
font-size: 10px;
}
.legal .legal-area {
 width: 100%;
  float: left;
  text-align: center;
  display: inline-block;
}
.legal .legal-area ul{
 display: inline-block; 
}
.unstyled > li a {
  font-size: 12px;
  padding: 0 10px;
  font-size: 10px;
  text-transform: uppercase !important;
}
#footer ul li a:hover {
	text-decoration: underline;
}

#footer .payment img {
	background: #fff;
}
#footer > ul.payment {
  clear: both;
  text-align: center;
}

.wishlistbutton a {
  color: #FFC5C4;
  float: right;
/*   margin-right: 180px; */
  margin-right: 131px !important;
  margin-top: 12px;
  width: auto;
  font-weight: bold;
}

.product-quick-view .wishlistbutton a {
  color: #FFC5C4;
  float: right;
  margin-right: 130px;
  margin-top: 4px;
  width: auto;
  font-weight: bold;
}

.legal li:last-child, .legal li:first-child {
  border-right: none;
}

.menu-container #sale .links {
  float: left;
  width: 114px;
}

ul#nav ul#sale li {
	width: 150px; 
}

#promotify_tab {
  right: 210px !important;
  height: 30px !important;
  line-height: 2.8em !important;
}

.checkout-link:hover {
  background: #fff;
  border: 1px solid #000;
}
#crt a.checkout-link {
  color: #000;
  font-weight: bold;
  transition: background .5s ease,color .5s ease;
}
.pricesubtotal {
  color: #000000;
  font-style: italic;
  font-weight: normal;
}
#crt .subtotal {
  border-top: 1px solid #cecece;
  border-bottom: 1px solid #cecece;
  background: #fff;
  color:#000;
}
.subtotal p {
  color: #000;
  text-transform: initial;
}
  .quick-cart-item {
    width: 330px;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
  }

/* 29 oct */
.wanelo-save-button {
  background: url(//cdn.shopify.com/s/files/1/0217/6856/t/42/assets/wanello.png?10238484372855928720) no-repeat !important; /* Your custom image name */
display: block;
height: 16px; /* Your custom image height and width */
width: 20px !important;
}
.social-email{
background: url(//cdn.shopify.com/s/files/1/0217/6856/t/42/assets/email.png?10238484372855928720) no-repeat !important; /* Your custom image name */
display: inline-block;
height: 30px; /* Your custom image height and width */
width: 30px;
}
.artimg {
    text-align: center;
}

.listimg {
    margin: 0 auto;
    width: 1200px;
}
.listimg li {
    float: left;
    list-style: outside none none;
    padding: 0 1.04px;
    width: 20%;
}

/*====== New add css 10 Nov =====*/

.instagram-heading > h1 {
    text-align: center;
   font-size:32px;
  border-bottom:none!important;
  margin-bottom: 0!important;
}


.view-gallery.desktop-12 img {
    margin: 0 auto;
    display: block;
}

.view-gallery.desktop-12 {
    clear: both;
    float: none;
  padding-bottom: 50px;
    padding-top: 40px;
}

.desktop-12.container-instagram {
    float: left;
    clear: both;
}

.image-instagram > li {
    float: left;
    list-style: outside none none;
    margin: 20px 60px 20px 29px;
}

.instagram-heading {
    padding-top: 40px;
  padding-bottom: 34px;
}
/*====== End New Add css 10 Nov =====*/

/*====== start New Add css 11 Nov =====*/

.listimg img {
   padding: 0 2px;
  
}


.desktop-12.instagram-wrap {
    float: none!important;
    margin: 0 auto!important;
    max-width: 900px;
    width: 100%!important;
}


     .listimg.instagram-list {
  margin: 0 auto;
  width: 900px;
       float:left;
}

.listimg.instagram-list img {
  padding:0
  
}

.listimg.instagram-list li {
  float: left;
  list-style: outside none none;
  margin: 0 0 15px 23px;
  padding: 0;
  width: 30%;
}

.get-prod img {
    width: 56%!important;
    height: 26px!important;
    margin: 0 auto;
    display: block;
}

.get-prod {
  padding-bottom: 30px;
  padding-top: 10px;
}
/*====== End New Add css 11 Nov =====*/

/*====== Start New Add css 12 Nov =====*/

.instagram-name > p {
    text-align: center;
}
.instagram-heading > p {
  text-align: center;
  line-height: 10px;
}
/*====== End New Add css 12 Nov =====*/

/*====== Start New Add css 14 Nov =====*/

.instagram-heading .frontpage-tag {
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  font-family: times new roman;
  margin-top: 6px;
  letter-spacing: 2px;    
  text-transform: uppercase;
}
.instagram-heading > img {
  display: block;
  margin: 0 auto;
}

/*====== End New Add css 14 Nov =====*/

/* 18 nov */
/*.header-top{
    transition: all 500ms ease 0s !important;
    width: 100% !important;
}
.header-move {
    background-color: #FFFFFF !important;
    position: fixed !important;
    border-bottom: 1px solid #333 !important;
   z-index: 1000 !important;
}
.nav-top{
    transition: all 500ms ease 0s !important;
    width: 100% !important;
    z-index: 1000 !important;
     position: fixed !important;
}
.nav-move {
    background-color: none repeat scroll 0 0 #333333 !important;
 
    border-bottom: 1px solid #333 !important;top:80px;
}
*/
.header {
border-bottom: 1px solid #ccc;
float: left;
width: 100%;
/*position: fixed;*/
z-index: 999;
background: #fff;
}
/*#breadcrumb,#types{margin-top:132px;}
*/
.leftalign .spw-text {
  text-align: left !important;
}

.wishlistbutton.halfright a {
  color: #FFC5C4;
  float: right;
  margin:0px !important;
  width: auto;
  font-weight: bold;
}

.halfright {
    float: left;
    width: 15%;
}
.halfleft {
    float: left;
    width: 85%;
}
ul#nav ul.submenu .submenu1 {
    left: 16px;
    line-height: normal !important;
    list-style: outside none normal !important;
    top: 100%;
    position: relative;
}
ul#nav li ul li ul li:first-child a {
    border-bottom: none !important;
    font-style: normal !important;
    font-weight: normal !important;
    line-height: 32px !important;
    text-decoration: none !important;
}
ul#nav li ul li ul li a:hover {
    text-decoration: underline !important;
}
#dyn-ch {
    color: #ffc5c4;
    float: right;
    margin-top: 12px;font-weight:bold;
    width: 80%;
}
#dyn-ch:hover {
  color:#51a7ca;}

/* 10 Feb 2015 */

/* iPads (landscape) ----------- */

@media only screen and (min-width:767px) and (max-width:1024px) and (orientation : landscape)
{ 
  #header{
    position:none !important;
    width:100% !important;
  }
  #homepage-products #product-loop #inline.product-modal {
  top: 66.3% !important;
  }
  .wishlistbutton a {
 
  margin-right: 90px !important;
  margin-top: 0px !important;
 
}
  #footer-right li
  {
   right:0px !important;
  }
  .gridlock #footer ul#footer-right.desktop-4
  {
    width:23% !important;
  }
  .listimg
  {
    width:1000px !important;
  }
}

@media only screen and (min-width:767px) and (max-width:1024px) and (orientation : portrait)
{ 
 .currency {
  right: 198px !important;
/*   top: -7px !important; */
}
  ul#cart {
/*    top: -22px !important; */
}
  .wishlistbutton a {  
  margin-right:0 !important;
    margin-top:3px !important;
 
}
  #add {
  max-width: 55% !important; 
}
  #footer-right li
  {
   right:0px !important;
  }
   .listimg
  {
    width:750px !important;
  }
}
/* end */


<!-- Changes 01-04-2015 -->


.collection-image:hover img:nth-child(1) {
display: none !important;
}
.collection-image:hover img:nth-child(2) {
display: block!important ;
 position: absolute;
top: 0;
left: 0
}

.new_one {
width: 100%;
margin: 0 auto;
}
#leftsidebar {
  width: 75px;
  float: left;
  position: absolute;
}

#leftsidebar article {
margin-left: 0;
}

#blog-article.only_article {
width: 75% !important;
float: left;
/* padding: 0 11% 0 17%; */
  padding: 0 3% 0 3%;
}
.rightsidebar
{
    width: 22%;
  float: right;
}

/* 25 April 2015 */
.rightsidebar img {
  width: 100px;
}
.image-instagram > li.blog_insta
{
float: left;
  
    margin: 3px;
}
#leftsidebar > iframe {
  width: 100%;
}
#leftsidebar h3 {
  display: none;
}
.blog_page
{
  background :white !important;
}
.product-index.desktop-3.tablet-3.mobile-3.first.blog_prod {
  width: 45%;
  margin-bottom: 0 !important;
}
.product-index.desktop-3.tablet-3.mobile-3last.blog_prod {
  width: 45%;
  margin-bottom: 0 !important;
}
#leftsidebar img.img1 {
  width: 100px;
}

/* 27 April 2015 */
.blog_recent {
  width: 200px !important;
}
.blog_recent img {
  height: 180px;
  margin: 0 auto;
  width: 160px;
}
.blog_recent p {
  text-align: center;
}

/* 30 April 2015 */
.rightsidebar li.social {
display: inline-block;
font-size: 23px;
padding: 0 5px;
}

/* 1 May 2015 */

div.only_article
{
width:50% !important;
  margin:0 auto;
}


/*  19 May 2015 */
.goToTop {
  position: fixed;
  top: 0;
  height: 130px;
  z-index: 1;
/*   background: none repeat scroll 0 0 #333333; */
}

nav {
 
  width: 100%;
  background: #000;
}

nav li { background: #000; }

/* End  19 May 2015 */

/* 27 May 2015*/

.resp-tab-content.resp-tab-content-active > ul {
  margin-left: 21px;
}


/* End 27 May 2015 */

/* 1st June 2015 */
.birthday {
  width: 33%;
  float: left;
  padding: 0px 5px;
}
/* Css end here */

/* 5 June 2015 */
.contact_new {
width: 65%;
float: left;
min-height:660px;
}
.radio_contact {
margin: 10px;
}
.select_contact {
padding: 5px;
font-size: 14px;
/* color: #000; */
}

/* 9 June 2015 */
/* div.wholesale iframe {
width: 34% !important;
  height: 794px !important;
} */
div#page iframe div#emf-logo {
display: none !important;
}

/* June 17 2015 */
.left_text {
  width: 65%;
  float: left;
}
div.pinterest_program iframe {
/*   width: 75% !important;
  height: 850px !important;
  margin-left: 12%; */
/*   border: 1px solid #000 !important;
  border-radius: 10px; */
}

/* 29 June 2015 */
p.product-price {
  font-size: 16px;
}

#two-product.product-bundle.with-total .bundle-total
{
font-size:25px !important;
}

/* 25 August */

.right_text {
  float: left;
  width: 35%;
}
.right_text_whole {
  float: left;
  width: 35%;
}

.resp-tabs-list li:nth-child(2) {
  display: none;
}

/* 27 August */
.left_text_new
{
  float:left;
  width:50%;
  padding:0 15px;
}

.lag_wrapper {
  left: 0;
  position: absolute;
  top: 15px;
}
.lag_wrapper a {
  display: inline-block;
  font-weight: bold;
  padding: 10px;
}
.lag_wrapper a:hover {
    text-decoration: none;
}
/* SEp 21 2015 */
.sidemenu_account{width:30%;float:left;}
.side_account li:first-child{
  color: #ffa9aa;
  font-weight: bold;

}
.side_account li
{
    font-weight: bold;
    padding: 5px 10px;
}
.side_account li:first-child a {
  color: #ffa9aa;
}
.sidemenu_page li
{
 font-weight: bold;
    padding: 5px 10px;
}
.sidemenu_page li:nth-child(3n)
{
 color: #ffa9aa;
}
.sidemenu_page li:nth-child(3n) a
{
 color: #ffa9aa;
}
.personal_details {
    display: inline-block;
/*     max-width: 600px; */
    width: 100%;
}
.personal_details label {
  display: inline-block;
  width: 25%;
}
.customer_address {
  border-bottom: 1px solid #ccc;
  padding: 15px;
}
.action_link.action_edit {
  padding: 0 15px;
}








#product-right .desc .share-icons {
 text-align: left;
 width: 100%;
}
#product-right .desc .share-icons a {
 display: inline-block;
 vertical-align: middle;
}

.wishlistbutton {
  top: 45px !important;
}

/* Dec 14 2015 */
.curalate-thumbnail {
width: 25%!important;
}

#getFixed {
  position:relative;
  top:auto;
  font: bold 15px arial;
  padding: 10px;
  margin: 0 auto;
  width:100%;
  
  
}
#getFixed.test a{color:#fff}
#getFixed.test{color:#fff;position: fixed;top:135px;width:100%;max-width:970px;background:#6e6e6e;left:0;right:0;}
.socialphotos-widget-root #socialphotos-gallery-0 .spw-thumbnail:hover .spw-thumbnail-overlay
{opacity : 0.1 !important;}
#footer-right img {margin: -4px;}



/* 24 Nov 2016 */
.amazon-page table tr td {
    border: medium none;
    text-align: left;
}
.amazon-page table h1 {
    border: none !important;
}





/* 24 Nov 2016 */


.proMainBox { width:100%; float:left; font-family: HelveticaNeue-Light,Helvetica-Light,HelveticaNeue,Helvetica,Arial,sans-serif !important; margin-bottom: 50px;}
.proMainBoxLeft { width:20%; float:left; }
.proMainBoxRight { width:80%; float:right; }
.proMainBoxRight h3 { width:100%; float:left; color: #555555; font-family: Arial Unicode MS; /*font-size: x-large;*/ }
.proMainBoxRight h4 { width:100%; float:left; /*color: #ffa9aa;*/color: #555; font-size: 21px; line-height: 1.3; font-weight: 400; font-family: HelveticaNeue-Light,Helvetica-Light,HelveticaNeue,Helvetica,Arial,sans-serif;letter-spacing:0;}
.proMainBoxRight p { width:100%; float:left; margin-bottom:10px; }
.salePanel { width:100%; float:left; margin:5px 0; }
.salePanel span { display:inline-block; }
.salePanel span.saleText { color: #b12704; font-size: 13px; line-height: 19px; padding: 0 3px 0 0; text-align: right; vertical-align: top; }
.salePanel span.SalePrice { color: #b12704; font-size: 17px; line-height: 1.255; }
.salePanel span.freeReturn { color:#000; }

.oldPricePanel { width:100%; float:left; margin:5px 0; }
.oldPricePanel span { display:inline-block; }
.oldPricePanel span.oldPriceText { color: #b12704; font-size: 13px; line-height: 19px; padding: 0 3px 0 0; text-align: right; vertical-align: top; }
.oldPricePanel span.oldPriceValue { color: #b12704; font-size: 17px; line-height: 1.255; text-decoration: line-through;}
.oldPricePanel span.oldPriceOff { color: #ff0000; }

@media screen and (max-width: 1024px) {
.proMainBoxLeft a img { width:100%; height:auto; }
}
@media screen and (max-width: 480px) {
.proMainBoxLeft { width:100%; }
.proMainBoxLeft a img { width:auto; }
.proMainBoxRight { width:100%; }
}


/* 16 June 2017 */

.amazon_section {
    display: inline-block;
    width: 100%;
}
.amazon_section .amazon_button {
  float: left;
  width: 50%;
}