a:focus {
 	color:#a9a9a9; 
}

header {
 	position:static;
  	margin:75px 0 0;
  	width:100%;
  	padding-bottom:0px;
  	border-bottom:1px solid #000;
}

.top-line {
 	padding:0; 
}

ul.main-menu {
 	float:right;
  	margin-bottom:10px;
}

ul.main-menu > li {
 	display:inline-block; 
}

.header-logo {
 	float:left; 
}

.main-menu > li > a {
 	font-size:11px;
  	font-family:Times New Roman, serif;
  	text-transform:none;
  	padding:0 15px;
}

.container {
 	width:1000px; 
}

.inner-content {
 	padding-left:0; 
}

.mainimg {
 	padding-top:20px; 
}

#slider .owl-theme .owl-controls { margin: 0; }

#slider-arrow-left,
#slider-arrow-right,
.camera_prev,
.camera_next,
#slider .owl-prev,
#slider .owl-next,
.flex-prev,
.flex-next,
.nivo-prevNav,
.nivo-nextNav,
.slider-arrow-top-sm,
.slider-arrow-bottom-sm {
	position: absolute;
	cursor: pointer;
	z-index: 10;
	top: 50%;
	left: 0;
	margin-top: -26px;
	background-color: rgba(0,0,0,0.3);
	width: 52px;
	height: 52px;
	border: 0;
	border-radius: 0 0px 0px 0;
	-webkit-transition: background-color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
}

.slider-arrow-top-sm,
.slider-arrow-bottom-sm {
	top: auto;
	bottom: 57px;
	left: auto;
	right: 20px;
	margin: 0;
	width: 32px;
	height: 32px;
	border-radius: 3px 3px 0 0;
}

.slider-arrow-bottom-sm {
	bottom: 20px;
	border-radius: 0 0 3px 3px;
}

.fslider[data-thumbs="true"] .flex-prev,
.fslider[data-thumbs="true"] .flex-next { margin-top: -64px; }

#slider .owl-prev,
#slider .owl-next {
	-webkit-transition: background-color .3s ease-in-out;
	-o-transition: background-color .3s ease-in-out;
	transition: background-color .3s ease-in-out;
}

#slider-arrow-right,
.camera_next,
#slider .owl-next,
.flex-next,
.nivo-nextNav {
	left: auto;
	right: 0;
	border-radius: 0px 0 0 0px;
}

#slider-arrow-left i,
#slider-arrow-right i,
.camera_prev i,
.camera_next i,
#slider .owl-prev i,
#slider .owl-next i,
.flex-prev i,
.flex-next i,
.nivo-prevNav i,
.nivo-nextNav i,
.slider-arrow-top-sm i,
.slider-arrow-bottom-sm i {
	line-height: 50px;
	width: 34px;
	height: 52px;
	color: #DDD;
	color: rgba(255,255,255,0.8);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	font-size: 18px;
	text-align: center;
	margin-left: 7px;
}


.slider-arrow-top-sm i,
.slider-arrow-bottom-sm i {
	width: 32px;
	height: 32px;
	margin: 0;
	line-height: 30px;
	font-size: 18px;
	color: #FFF;
	color: rgba(255,255,255,1);
}

.flex-prev i { margin-left: 9px; }

#slider .owl-prev i { margin-left: 0; }

#slider-arrow-right i,
.camera_next i,
.nivo-nextNav i { margin-left: 10px; }

.flex-next i { margin-left: 11px; }

#slider .owl-next i { margin-right: 4px; }

#slider .owl-controls .owl-nav {
	opacity: 0;
	-webkit-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}

#slider .owl-controls .owl-nav div,
#slider:hover .owl-controls .owl-nav { opacity: 1; }

#slider-arrow-left:hover,
#slider-arrow-right:hover,
.camera_prev:hover,
.camera_next:hover,
#slider .owl-prev:hover,
#slider .owl-next:hover,
.flex-prev:hover,
.flex-next:hover,
.nivo-prevNav:hover,
.nivo-nextNav:hover,
.slider-arrow-top-sm:hover,
.slider-arrow-bottom-sm:hover { background-color: rgba(0,0,0,0.6) !important; }


/* Slide Number
-----------------------------------------------------------------*/

#slide-number {
	position: absolute;
	opacity: 0;
	top: auto;
	right: 20px;
	bottom: 20px;
	z-index: 20;
	width: 36px;
	height: 40px;
	text-align: center;
	color: rgba(255,255,255,0.8);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.15);
	font-size: 18px;
	font-weight: 300;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
}

#slider:hover #slide-number { opacity: 1; }

#slide-number-current,
#slide-number-total {
	position: absolute;
	line-height: 1;
	top: 5px;
	left: 0;
}

#slide-number-total {
	top: auto;
	bottom: 5px;
	left: auto;
	right: 0;
}

#slide-number span {
	display: block;
	font-size: 32px;
	line-height: 40px;
}


/* Pagination
-----------------------------------------------------------------*/

#slider .owl-dots {
	position: absolute;
	width: 100%;
	z-index: 20;
	margin: 0;
	top: auto;
	bottom: 15px;
}

#slider .owl-controls .owl-dots span {
	width: 10px;
	height: 10px;
	margin: 0 3px;
	opacity: 1;
	background-color: transparent;
	border: 1px solid #FFF;
}

#slider .owl-dots .owl-dot.active span,
#slider .owl-dots .owl-dot:hover span { background-color: #FFF !important; }\

/* ----------------------------------------------------------------
	Owl Carousel CSS
-----------------------------------------------------------------*/

.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in { z-index: 0; }

.owl-carousel .owl-animated-out { z-index: 1; }

.owl-carousel .fadeOut  {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% { opacity: 1; }
	100% { opacity: 0; }
}

@keyframes fadeOut {
	0% { opacity: 1; }
	100% { opacity: 0; }
}

.owl-height {
	-webkit-transition:height 500ms ease-in-out;
	-o-transition:height 500ms ease-in-out;
	transition:height 500ms ease-in-out
}

.owl-carousel {
	display:none;
	-webkit-tap-highlight-color:transparent;
	position:relative;
	z-index:1;
	-webkit-backface-visibility: hidden;
}

.owl-carousel .owl-stage {
	position:relative;
	-ms-touch-action:pan-Y
}

.owl-carousel .owl-stage:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0
}

.owl-carousel .owl-stage-outer {
	position:relative;
	overflow:hidden;
	-webkit-transform:translate3d(0px,0,0);
	cursor:move;
	cursor:-webkit-grab;
	cursor:-o-grab;
	cursor:-ms-grab;
	cursor:grab
}

.owl-carousel .owl-controls .owl-dot,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-nav .owl-prev {
	cursor:pointer;
	cursor:hand;
	-webkit-user-select:none;
	-khtml-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}

.owl-carousel.owl-loaded { display:block }

.owl-carousel.owl-loading {
	display:block;
	min-height: 100px;
	background: url('preloader.gif') no-repeat center center
}

.owl-carousel.owl-hidden { opacity:0 }

.owl-carousel .owl-refresh .owl-item { display:none }

.owl-carousel .owl-item {
	position:relative;
	min-height:1px;
	float:left;
	-webkit-backface-visibility:hidden;
	-webkit-tap-highlight-color:transparent;
	-webkit-touch-callout:none;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none
}

.owl-carousel .owl-item img {
	display:block;
	width:100%;
	-webkit-transform-style:preserve-3d;
}

#slider .owl-carousel .owl-item img { -webkit-backface-visibility: hidden; }

.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select:auto;
	-moz-user-select:auto;
	-ms-user-select:auto;
	user-select:auto
}

.owl-carousel .owl-grab {
	cursor:move;
	cursor:-webkit-grab;
	cursor:-o-grab;
	cursor:-ms-grab;
	cursor:grab
}

.owl-carousel.owl-rtl { direction:rtl }

.owl-carousel.owl-rtl .owl-item { float:right }

.no-js .owl-carousel { display:block }

.owl-carousel .owl-item .owl-lazy {
	opacity:0;
	-webkit-transition:opacity 400ms ease;
	-o-transition:opacity 400ms ease;
	transition:opacity 400ms ease
}

.owl-carousel .owl-item img { transform-style:preserve-3d }

.owl-carousel .owl-video-wrapper {
	position:relative;
	height:100%;
	background:#111
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 64px;
	width: 64px;
	left: 50%;
	top: 50%;
	margin-left: -32px;
	margin-top: -32px;
	background: url("images/icons/play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition:scale(1.3,1.3);
	-o-transition:scale(1.3,1.3);
	transition:scale(1.3,1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn { display:none }

.owl-carousel .owl-video-tn {
	opacity:0;
	height:100%;
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-background-size:contain;
	-moz-background-size:contain;
	-o-background-size:contain;
	background-size:contain;
	-webkit-transition:opacity 400ms ease;
	-o-transition:opacity 400ms ease;
	transition:opacity 400ms ease
}

.owl-carousel .owl-video-frame {
	position:relative;
	z-index:1
}


/* Owl Carousel - Controls
-----------------------------------------------------------------*/

.owl-theme .owl-controls {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

/* Owl Carousel - Controls - Arrows
-----------------------------------------------------------------*/

.owl-theme .owl-controls .owl-nav [class*=owl-] {
	position: absolute;
	top: 50%;
	margin-top: -18px;
	left: -36px;
	zoom: 1;
	width: 36px;
	height: 36px;
	line-height: 32px;
	border: 1px solid rgba(0,0,0,0.2);
	color: #666;
	background-color: #FFF;
	font-size: 18px;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.owl-theme .owl-controls.with-carousel-dots .owl-nav [class*=owl-] { margin-top: -39px; }

.owl-carousel-full .owl-controls .owl-nav [class*=owl-] {
	margin-top: -30px;
	left: 0 !important;
	height: 60px;
	line-height: 60px;
	border: none;
	color: #EEE;
	background-color: rgba(0,0,0,0.4);
	font-size: 28px;
	border-radius: 0 3px 3px 0;
}

.owl-carousel-full .owl-controls.with-carousel-dots .owl-nav [class*=owl-] { margin-top: -46px; }

.owl-theme .owl-controls .owl-nav .owl-next {
	left: auto;
	right: -36px;
}

.owl-carousel-full .owl-controls .owl-nav .owl-next {
	left: auto !important;
	right: 0 !important;
	border-radius: 3px 0 0 3px;
}

.owl-theme:hover .owl-controls .owl-nav [class*=owl-] {
	opacity: 1;
	left: -18px;
}

.owl-theme:hover .owl-controls .owl-nav .owl-next {
	left: auto;
	right: -18px;
}

.owl-theme .owl-controls .owl-nav [class*=owl-]:hover {
	background-color: #1ABC9C !important;
	color: #FFF !important;
	text-decoration: none;
}

.owl-theme .owl-controls .owl-nav .disabled { display: none !important; }


/* Owl Carousel - Controls - Dots
-----------------------------------------------------------------*/

.owl-theme .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	margin-top: 30px;
	*display: inline;
	display: none;
}

.owl-theme .owl-dots .owl-dot span {
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 4px;
	opacity: 0.5;
	border-radius: 50%;
	background-color: #1ABC9C;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span { opacity: 1; }

#mc_embed_signup input.button {
 	font-size:9px;
  	font-family:Helvetica, Arial, sans-serif;
}

.footer-line {
 	width:100%;
  	padding:20px 0;
  	margin-top:20px;
  	border-top:1px solid #000;
}

#footer-center {
 	display:table-cell;
  	font-family:Helvetica, Arial, sans-serif;
  	font-size:10px;
  	color:#b4b4b4;
}

#footer-left, #footer-right, #footer-center {
 	width:auto; 
}

header.active {
 	position:relative; 
  	top:0;
  	left:0;
  	height:32px;
  	border:0;
  	z-index:99999;
}

header.active .header-wrap {
 	position:fixed;
  	width:100%;
  	top:0;
  	left:0;
  	height:50px;
  	padding:0;
  	background:#f8f8f8;
  	z-index:900;
  	box-shadow:0 0 10px rgba(0, 0, 0, 0.1);
}

.product-overlay input[type=submit] {
 	background:none;
  	padding:0;
  	margin-left:5px;
  	color:#000;
  	float:none;
  	height:auto;
  	width:auto;
  	line-height:normal;
  	font-family:Helvetica, Arial, sans-serif;
  	font-size:10px;
  	border:0;
}

a.item-quick-view {
  	font-family:Helvetica, Arial, sans-serif;
  	font-size:10px;
  	text-transform:uppercase;
}

.product-overlay > a {
 	float:left; 
}

.product-overlay > a + a {
 	float:right; 
}

.product-overlay .purchase {
 	width:auto; 
}

.product-overlay .purchase i {
 	display:block;
  	font-size:10px;
}

.product-overlay {
 	position:relative;
  	bottom:-44px;
	-webkit-transition: bottom .4s ease-in-out;
	-o-transition: bottom .4s ease-in-out;
	transition: bottom .4s ease-in-out;
}

.product {
 	overflow:hidden; 
}

.product:hover .product-overlay {
 	bottom:0; 
	-webkit-transition: bottom .4s ease-in-out;
	-o-transition: bottom .4s ease-in-out;
	transition: bottom .4s ease-in-out;
}

.product img, .product .image a, .product .image {
 	max-width:95%;
  	margin:0!important;
  	height:auto!important;
}

.pageaboutus  {
    background-image:url(https://cdn.shopify.com/s/files/1/0248/9354/t/16/assets/about.jpg);
    background-repeat:no-repeat;
    background-position:right top;
    z-index:0;
    background-size:41% auto;

}

.pagereturn2  {
    background-image:url(https://cdn.shopify.com/s/files/1/0248/9354/t/16/assets/Return-01.jpg);
    background-repeat:no-repeat;
    background-position:right top;
    z-index:0;
  	background-size:41% auto;
}

.pagepress  {
    background-image:url(https://cdn.shopify.com/s/files/1/0248/9354/t/16/assets/press.jpg);
    background-repeat:no-repeat;
    background-position:right top;
    z-index:0;
  	background-size:41% auto;
}


.pageprivacy  {
  	background-image:none;
    background-repeat:no-repeat;
    background-position:right top;
    z-index:0;
}

.pageterms  {
    background-image:none;
    background-repeat:no-repeat;
    background-position:right top;
    z-index:0;
}


.details > h1, h1.pageTitle {
 	font-family:Times New Roman, serif;
  	font-size:24px;
  	font-weight:normal;
  	text-transform:lowercase;
  	letter-spacing:0;
  	color:#444;
}

.rte {
 	margin:35px; 
}

.pageaboutus {
  	margin-top:0;
}

.aboutus .details {
 	width:100%;
  	text-align:justify;
}

.aboutus {
 	width:50%; 
}

.aboutus:after {
 	left:50%;
  	position:absolute;
  	display:block;
  	content:"";
  	height:100%;
  	width:1px;
  	background:#ddd;
  	margin-left:40px;
}

.pageaboutus {
 	position:relative; 
}

.breadcrumb {
 	display:block!important; 
  	background:none;
  	border:0;
 	padding-left:0;
}

.breadcrumb span, .breadcrumb a {
  	color:#777;
 	font-family:Helvetica, Arial, sans-serif;
  	font-size:9px;
  	text-transform:uppercase;
}

.breadcrumb span {
 	margin-left:3px; 
}

.breadcrumb span[aria-hidden=true] {
 	color:#ccc; 
}

.breadcrumb a {
 	color:#555; 
}

#productleft.span6 {
 	width:50%;
  	margin:0 0% 0 0;
}

#product {
 	position:relative; 
}

#product:before {
 	content:"";
  	display:block;
  	position:absolute;
  	left:50%;
  	top:0;
  	width:1px;
  	height:100%;
  	background:#ddd;
}

#productright h1.title {
 	font-family:Times New Roman, Times, serif;
  	font-size:22px;
  	letter-spacing:1px;
  	text-align:right;
  	text-transform:lowercase;
}

#productright {
 	margin-left:0;
  	padding-left:50px;
}

.purchase h2.price {
 	font-family:Courier New, Times New Roman, Times, serif;
  	color:black;
 	margin: 20px 0 35px 0;
}

#add-item-form input.btn#add-to-cart {
  	background:none;
  	border:1px solid #000;
  	color:#000;
}

.share-this + div {
 	display:none;
}

#social .share-this {
  	margin:4px 15px 0 0;
}

.mini_cart {
 	position:absolute;
  	top:100%;
  	right:0;
}

.reveal_search {
 	position:absolute;
  	top:0;
  	width:100%;
  	left:0;
  	z-index:999999;
  	display:none;
  	padding-top:10px;
  	background:#f8f8f8;
}

ul.main-menu > li.search_item {
 	position:static; 
}

ul.main-menu > li {
 	vertical-align:middle; 
}

.header-wrap .container {
 	position:relative;
  	-moz-box-sizing:border-box;
  	-webkit-box-sizing:border-box;
  	box-sizing:border-box;
  	padding-top:20px;
}

#header.active .header-wrap .container {
 	padding:15px 0; 
}

input[type="search"] {
 	width:100%;
  	border:0;
  	height:auto;
}

.reveal_search .icon-line-cross {
 	position:absolute;
  	top:20px;
  	right:46px;
}

.input-group.search-bar {
 	position:static;
  	max-width:20px;
  	display:block;
  	max-width:13px;
}

.search-bar input[type=search] {
 	font-family:'Raleway', Arial, Helvetica, sans-serif;
  	font-size:25px;
  	text-transform:uppercase;
  	font-weight:700;
  	background:#f8f8f8;
  	box-shadow:none;
}

.main-menu li .btn {
 	background:none;
  	padding:0;
}

#header.active .reveal_search {
 	padding-top:2px; 
}

#header.active .reveal_search .icon-line-cross {
 	top:13px; 
}

.active ul.main-menu, .active ul.main-menu li {
 	margin-bottom:0; 
}

li.search_item .icon {
 	cursor:pointer; 
}

.main-menu li a span.cart_number {
	display: block;
	position: absolute;
	top: -7px;
	left: auto;
  	font-family:Helvetica, Arial, sans-serif;
	right: -14px;
	font-size: 10px;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
	width: 16px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	background-color: #373737;
	border-radius: 50%;
}

.main-menu > li > a {
 	padding:0;
  	margin-left:15px;
  	margin-right:15px;
}

.main-menu li a span.icon-shopping-cart {
 	font-size:13px; 
}

.mini_cart {
 	z-index:99999999;
  	background:#fff;
}

.top-cart-content {
	z-index: 9999999;
	position: absolute;
	width: 280px;
	background-color: #FFFFFF;
	/* box-shadow: 0px 20px 50px 10px rgba(0, 0, 0, 0.05); */
	border: 1px solid #EEE;
	/* border-top: 2px solid #000000; */
	top: 32px;
	right: 0px;
	left: auto;
}

.style-2 .container #top-cart .top-cart-content { top: 40px; }

.style-2.sub-title .container #top-cart .top-cart-content { top: 50px; }

#top-cart.top-cart-open .top-cart-content {
	opacity: 1;
	z-index: 11;
	margin-top: 0;
}

.top-cart-title {
	padding: 12px 15px;
	border-bottom: 1px solid #EEE;
}

.top-cart-title h4 {
	margin-bottom: 4px;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-family: helvetica;
}

.top-cart-items { padding: 15px; }

.top-cart-item {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid #F5F5F5;
}

.top-cart-item:first-child {
	padding-top: 0;
	margin-top: 0;
	border-top: 0;
}

.top-cart-item-image {
	float: left;
	margin-right: 15px;
	width: 48px !important;
	height: 48px !important;
	border: 2px solid #EEE;
	-webkit-transition: border-color .2s linear;
	-o-transition: border-color .2s linear;
	transition: border-color .2s linear;
}

.top-cart-item-image a,
.top-cart-item-image img {
	display: block;
	width: 48px !important;
	height: 48px !important;
}

.top-cart-item-image:hover { border-color: #a9a9a9; }

.top-cart-item-desc {
	position: relative;
	overflow: hidden;
}

.top-cart-item-desc a {
	text-align: left !important;
	font-size: 9px !important;
	width: auto !important;
	height: auto !important;
	font-weight: 600;
}

.top-cart-item-desc a:hover { color: #83682a !important; }

.top-cart-item-desc span.top-cart-item-price {
	display: block;
	line-height: 20px;
	font-size: 11px !important;
	color: #999;
	font-family: 'Courier New';
    font-weight:100;
}

.top-cart-item-desc span.top-cart-item-quantity {
	display: none;
	position: absolute;
	font-size: 10px !important;
	right: 0;
	top: 2px;
	color: #444;
}

.top-cart-action {
	padding: 15px;
	border-top: 1px solid #EEE;
}

.top-cart-action span.top-checkout-price {
	font-size: 11px;
	color: #353535;
	padding-top: 10px;
	font-family: 'Courier New';
}

form.search-bar {
 	margin:0; 
}

#slider {
 	padding:0; 
}

.top-cart-content {
 	display:none; 
}

.collectionPage#add-item-form input#add-to-cart.btn {
 	border:0; 
}

#collection > .row {
 	margin:0; 
}

.product-overlay a.item-quick-view {
 	line-height:32px;
  	float:right;
}

.product-overlay {
 	bottom:-60px;
  	margin-top:-40px;
  	z-index:9999999;
}

.product:nth-of-type(4n+1) {
  clear:left;
}



ul, ol {
	list-style:none;
}


.white-popup {
		font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 10px;
	line-height:15px;
	position: relative;
	margin: 20px auto;
	z-index:22;
	width:auto;
	max-width:1010px;
	background:#fff;
	border:1px solid #CCC;
	min-height:470px;
}

.mfp-bg {
	background:#fff;
	opacity:0.8;
}

.tab-container .tab-btn {
	color: #000;
	position: relative;
	height: 20px;
	text-decoration: none;
	text-transform: uppercase;
	margin-right: 25px;
	background: none;
	font-weight: 500;
	display: inline-block;
	*display: inline!important;
	zoom: 1
}
.tab-container .tab-btn.active {
	border-bottom: 1px dotted #444;    
}
.display-block-smartphone-landscape, .display-block-smartphone-portrait, .display-block-tablet-landscape, .display-block-tablet-portrait, .display-block-tablet-between, .display-block-desktop {
	display:none;
}

.tab-container .tab-btn span {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 1px;
	width: 100%;
	margin-bottom: 4px;
	background: #000;
	display: none
}

.tab-container .tab-btn.active span {
	display: none;}

.tab-container .tab-btn:hover {
	text-decoration: none;
	color:grey;
	-webkit-transition: all .2s ease-in-out;  -o-transition: all .2s ease-in-out;  transition: all .2s ease-in-out;
}

.tab-container .tab-btn:hover span {
	display: none;}

.tab-container .tab-select {
	text-transform: uppercase
}

.tab-container .tab-content {
	display: none
}

.tab-container .tab-content.active {
	display: block
}

.sizechart .measurement-container ul {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.sizechart .measurement-container ul li {
	position: absolute;
	background-color: #fff;
	list-style-type: none;
	margin: 0;
	z-index: 1;
	color: #000;
	padding: 0;
	text-align: center;
	text-transform: none;
	width: 37px;
}

.left_content {
	width:62.5%;
	float:left;
	padding-left:12px;
	position:relative;
}

.measurement-container {
	display:inline-block;
	position:relative;
}

.right_content {
	width:37.5%;
	float:left;
	padding-left:12px;
}

.measurement-buttons {
	margin-top:10px;
}

.sizechart .measurement-buttons li {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	/* margin: -1px -1px 0 0; */
	float: left;
	border: 1px solid #000;
	cursor: pointer;
	position: relative;
	z-index: 1;
	-webkit-transition: all .2s ease-in-out;  -o-transition: all .2s ease-in-out;  transition: all .2s ease-in-out;
	margin: 4px 10px 4px 0px;
}

.sizechart .measurement-buttons li.active {
	color: #fff;
	background-color: #444;
}

.sizechart .measurement-buttons li.disabled {
	z-index: 0;
	color: #888;
}

.sizechart .measurement-buttons li.disabled.active {
	color: #000;
	background-color: #CCC;
}

.sizechart .measurement-buttons .convertion li {
	width: 75px;
}

.sizechart .size-conversion-table-wrapper {
	display: block;
	width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}

.sizechart .size-conversion-table {
	width: 100%;
}

.sizechart .size-conversion-table td {
	text-align: left;
	padding: 10px 5px;
}

.sizechart .size-conversion-table tr {
	border-bottom: 1px solid #CCC;
}

.sizechart .size-conversion-table tr:last-child {
	border: 0;
}

.sizechart .size-conversion-table tr.highlight {
	background-color: #f2f2f2;
}

.browsing-page-root.product-item {
	margin-top: 0;
}

.clear:before,
.clear:after {
	content:"";
	display:table;
	clear:both;
}

#cm {
	display:none;
}

.model_title {
	text-transform:uppercase;
	border-bottom:1px solid #000;
	margin-left:12px;
}

.col4 {
	float:left;
	padding-left:12px;
	width:25%;
}

.content_row:before,
.content_row:after {
	content:"";
	display:table;
	clear:both;
}

.popup_header {
	padding: 20px 60px;
	text-align: right;
}

.popup_content {
	padding:0 35px 35px;
}

.buttons-size {
	margin-bottom:7.5px;
}

.convertion {
	margin-top:20px;
	margin-bottom:7.5px;
}

.measurement_table {
	margin-top:30px;
	margin-left:-12px;
}

.inch, .cm {
	padding-left:12px;
	margin-top:10px;
}

.meas_table {
	margin-left:-12px;
}

.tab-container {
	margin-top:20px;
}

.size_notice {
	margin-top:20px;
}
.size_notice a {border-bottom: 1px dotted #000;}

.size_notice a:hover {border-bottom: 1px solid #000;}

.mfp-close-btn-in .mfp-close {
	height:16px;
	width:16px;
	background:url(https://cdn.shopify.com/s/files/1/0248/9354/t/16/assets/close.png?12144744981248740423) no-repeat;
	text-indent:-9999em;
	top:10px;
	right:10px;
	opacity:1;
}
.mfp-container {
	padding:0;
}

.open-popup-link {
	font-size: 10px;
	/* padding:10px; */
	display:block;
	width: 100px;
	text-align: left;
	/* border:1px solid #ccc; */
	/* background:#f1f1f1; */
	margin: 0px 0 20px 0;
	text-transform: uppercase;
	/* font-weight: bold; */
}
.open-popup-link:hover{color:grey;}

@media only screen and (max-width:768px) {
	.left_content, .right_content {
		float:none;
		width:100%;
		padding-left:0;
	}
	.right_content {
		padding-top:20px;
	}
	.measurement-container {
		max-width:100%;
	}
	.popup_content, .popup_header {
		padding:10px;
	}
	.tab-container .tab-btn {
		margin-right:0;
	}
	.tab-container .tab-btn + .tab-btn {
		margin-left:8px;
	}
	.white-popup {
		max-width:98%;
	}
}

.tab-content img {
 	width:auto; 
}

.right_content, .left_content {
 	-moz-box-sizing:border-box;
  	-webkit-box-sizing:border-box;
  	box-sizing:border-box;
}

#add-item-form input#add-to-cart.btn:hover {
 	background:#444;
  	color:#fff;
  	opacity:1;
  	border-color:transparent;
}
#social > a {
 	display:inline-block;
  	height:35px;
  	width:30px;
  	text-align:center;
  	line-height:35px;
}

#social > a > .fa {
 	padding:0;
  	font-size:10px;
}

#social .share-this {
 	margin-top:0;
  	display:inline-block;
  	vertical-align:middle;
  	float:none;
  	font-weight:bold;
}

#social > a.sw-facebook:hover {
 	background-color:#3b5998!important;
}

#social > a.sw-twitter:hover {
 	background-color:#00acee!important;
}

#social > a.sw-pinterest:hover {
 	background-color:#c8232c!important;
}

#social > a.sw-tumblr:hover {
 	background-color:#34465d!important; 
}

#social > a:hover > .fa {
 	color:#fff; 
}

#social a, #social a:hover {
 	-moz-transition:all 0.5s;
 	-o-transition:all 0.5s;
 	-ms-transition:all 0.5s;
 	-webkit-transition:all 0.5s;
 	transition:all 0.5s; 
}

.footer-line #footer-center a {
 	float:none;
  	display:inline-block;
  	color:inherit;
  	border-bottom:1px dotted #444;
  	padding:0;
}

#footer-center {
 	text-align:center;
  	line-height:16px;
}

.footer-line #footer-center a:hover {
 	border-bottom:1px solid #666;
  	color:#555;
}

#footer-right, #footer-center, #footer-left {
 	display:block;
  	width:33.334%;
  	float:left;
  	-moz-box-sizing:boder-box;
  	-webkit-box-sizing:border-box;
  	box-sizing:border-box;
}

#footer-left {
 	float:right; 
}

#footer-center {
 	padding-left:20px;
  	padding-right:20px;
}

.container {
 	opacity:0;
}

.preloader {
 	position:fixed;
  	top:0;
  	left:0;
  	right:0;
  	bottom:0;
  	background:#fff;
  	z-index:2147483647;
  	opacity:1;
}

.preloader > img {
  	position:fixed;
  	top:50%;
  	left:50%;
  	-moz-transform:translate(-50%, -50%);
  	-o-transform:translate(-50%, -50%);
  	-ms-transform:translate(-50%, -50%);
  	-webkit-transform:translate(-50%, -50%);
  	transform:translate(-50%, -50%);
  	z-index:2147483647;
}

.purchase #add-item-form input#add-to-cart.btn:hover {
 	background:none;
  	color:#000;
}

.details {z-index: 9999;width:85%;margin-left:30px;}

.di {padding-top:12px;}

h2, h1 {text-transform:lowercase;}

a:hover {color:white;}

.search_item .icon-search3 {
 	font-size:13px;
  	color:#333;
  	cursor:pointer;
}

.top-cart-items p {
 	margin:0;
  	text-align:center;
  	text-transform:uppercase;
  	font-size:10px;
  	font-weight:bold;
}

.nextproduct-arrow {
 	margin-top:0px; 
}

.nextproduct-arrow > a {
 	display:block;
  	line-height:20px;
  	color:#000;
}

.nextproduct-arrow > a:hover {
	color:#a9a9a9;  
}

li.top_cart a span.icon-shopping-cart {
 	color:#303030 ; 
}

li.top_cart a span.icon-shopping-cart:hover {
  color: #83682a;
   transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    -webkit-backface-visibility: hidden;
}
.purchase h2.price {
 	margin-top:0; 
}

#primary-menu-trigger {cursor: pointer;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    margin-top: -25px;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    text-align: center;
    top: 53%;
    transition: opacity 0.3s ease 0s;
    width: auto;
}

.fslider {
 	width:90%; 
}

.flexslider {
 	background:none; 
}

.template-page .details {
 	margin-left:0; 
}

.template-page a:hover {
 	color:#ccc; 
}

.span11.expanded-message {
 	width:100%; 
}

#searchresults .search-form {
 	display:none; 
}

#searchresults a:hover {
 	color:#ccc; 
}

#searchresults li span {
 	font-family:Helvetica, Arial, sans-serif;
  	font-size:10px;
}

.pageTitle .hideTitle {
 	display:none; 
}

.not-animated {
 	opacity:0!important; 
}

#content p {/*width:95%;*/}

.pressheader {
    font-size: 14pt !important;
    font-family: helvetica;
    font-weight: bold;
    text-transform: uppercase;
    font-style: italic;
}

.pagepress .p1 a {
 	font-family:Times New Roman, serif; 
  	font-style:italic;
}

.header-wrap .container {
 	-moz-transition:all 0.5s;
 	-o-transition:all 0.5s;
 	-webkit-transition:all 0.5s;
 	-ms-transition:all 0.5s;
 	transition:all 0.5s; 
}

#primary-menu-trigger {
 	display:none; 
}

.mobile-search-cart {
 	display:none; 
}

.footer-line a {
 	float:none;
  	vertical-align:top;
}

#footer-left {
 	text-align:right; 
}

.sca-qv-button-wrap {
 	display:block!important; 
}

.sca-qv-image .sca-qv-button {
 	opacity:1!important; 
  	top:auto!important;
  	bottom:-53px;
  	left:auto!important;
  	right:0;
  	color:#000!important;
  	font-size:10px!important;
  	font-family:Helvetica, Arial, sans-serif;
  	min-height:10px;
  	padding-left:15px;
  	background:url(https://cdn.shopify.com/s/files/1/0248/9354/t/16/assets/quick_view.png?5517782134473524512) no-repeat left center!important;
  	z-index:99999999999!important;
	-webkit-transition: bottom .3s ease-in-out;
	-o-transition: bottom .3s ease-in-out;
	transition: bottom .3s ease-in-out;
}

.sca-qv-optionrow:before,
.sca-qv-optionrow:after {
 	content:"";
  	display:table;
  	clear:both;
}

.product:hover .sca-qv-button {
 	bottom:5px; 
	-webkit-transition: bottom .3s ease-in-out;
	-o-transition: bottom .3s ease-in-out;
	transition: bottom .3s ease-in-out;
}

body .flex-control-nav.flex-control-thumbs {
 	text-align:left; 
}

.flex-control-nav.flex-control-thumbs li, .flex-control-nav.flex-control-thumbs li img {
 	display:inline-block!important;
  	float:none!important;
}

body .flex-control-nav.flex-control-thumbs {
 	height:auto!important;
  	padding-left:30px;
}

.mfp-arrow-right::before, .mfp-arrow-right .mfp-b, .mfp-arrow-left::before, .mfp-arrow-left .mfp-b {
 	border:0; 
}

.mfp-arrow-right{
 	background:url(https://cdn.shopify.com/s/files/1/0248/9354/t/16/assets/arr_right.png?8776501283824234284) no-repeat center center!important; 
  	background-size:6px auto!important;
}

.mfp-arrow::before, .mfp-arrow::after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
 	display:none!important; 
}

.mfp-arrow-left{
 	background:url(https://cdn.shopify.com/s/files/1/0248/9354/t/16/assets/arr_left.png?1690451800800483489) no-repeat center center!important; 
  	background-size:6px auto!important;
}

.sca-fancybox-skin, .sca-fancybox-skin div {
 	height:100%!important;
  	padding-top:0!important;
  	padding-bottom:0!important;
}

.sca-fancybox-skin div.sca-qv-zoom-container {
 	height:80%!important; 
  	margin-top:20px;
}

body .fancyox-view-detail .zoomWrapper img {
 	max-height:100%!important;
  	max-width:none!important;
  	height:100%!important;
  	width:auto!important;
  	position:absolute;
  	left:50%;
  	-moz-transform:translateX(-50%);
  	-o-transform:translateX(-50%);
  	-webkit-transform:translateX(-50%);
  	-ms-transform:translateX(-50%);
  	transform:translateX(-50%);
}

body .sca-qv-zoom-container div.zoomWrapper {
 	display:block!important; 
}

#sca-qv-zoomcontainer {
 	position:relative; 
}

#cart a:hover {
 	color:#666; 
}

.purchase #add-to-cart.btn {
 	background:none;
  	border:1px solid #000;
  	color:#000;
}

.purchase #add-to-cart.btn:hover {
 	background:#444;
  	border-color:#444;
  	color:#fff;
  	opacity:1;
}

h1, h2, h3, h4, h5, h6 {
 	letter-spacing:1px; 
}

.top_cart .sca-qv-image .sca-qv-button {
 	display:none!important; 
}

#primary-menu-trigger .icon-line-cross {
 	display:none; 
}

@media only screen and (max-width:1200px) {
 	#productright {
      	width:50%;
      	-moz-box-sizing:border-box;
      	-webkit-box-sizing:border-box;
      	box-sizing:border-box;
    }
  	#product .row {
      	margin:0;
    }
  	body #productright {
      	margin:0;
    }
}

@media only screen and (max-width:991px) {
 	.mobile-search-cart {
      	display:block;
      	float:right;
    }
  	.mobile-search-cart {
      	margin-top:-40px;
      	float:right;
      	display:block;
    }
  	.mobile-search-cart > div {
      		float:left;
      		margin:0 5px;
    }
  	.mobile-search-cart > div.top_cart {
      	margin-right:0;
    }
  	header {
      	margin-top:0;
    }
  	header.active .header-wrap {
      	box-shadow:none;
      	background:none;
      	position:static;
    }
  	#header.active .header-wrap .container {
      	padding:20px 0 0;
    }
  	header.active {
      	border-bottom:1px solid #000;
    }
  	.top-cart-content {
      	top:100%;
    }
  	.reveal_search {
      	top:auto;
      	bottom:4px;
    }
  	.reveal_search .icon-line-cross {
      	right:40px;
    }
  	.navbar-vertical {
      	max-height:none;
      	margin:0!important;
    }
  	ul.main-menu {
      	float:none;
      	background:#f8f8f8;
    }
  	ul.main-menu > li {
      	display:block;
      	text-align:left;
      	margin:0;
      	padding:10px;
    }
  	ul.main-menu > li a {
      	background:none;
    }
  	ul.main-menu > li {
      border-top:1px solid #eee
    }
  
  	body ul.main-menu {
      	border-right:1px solid #eee;
      	height:1000em;
      	padding-top:93px;
    }
  	body .navbar-vertical {
      	-moz-transform:none;
      	-o-transform:none;
      	-webkit-transform:none;
      	-ms-transform:none;
      	transform:none;
      	width:280px;
      	left:-280px;
      	height:100%;
      	max-height:none;
    }
  	.header-wrap.nav-open {
      	margin-left:280px;
    }
  	.nav-open #primary-menu-trigger {
      	left:280px;
    }
  	body .nav-open .navbar-vertical {
      	top:0;
      	left:0;
      	height:100%;
      	overflow:hidden;
      	z-index:999999999;
      	position:fixed;
    }
  	#header.active .header-wrap .container {
      	padding:0;
    }
  	body #primary-menu-trigger {
      	left:20px;
      	top:5px;
    }
  	.search-bar input[type=search] {
      	padding-left:20px;
    }
  	body #header {
      	position:fixed;
      	background:#f8f8f8;
    }
  	body #content {
      	padding-top:52px;
    }
  	.header-wrap .container {
      	padding-top:0;
    }
  	.header-wrap .container, #header-wrap, #container, body header {
      	position:static;
    }
  	ul.main-menu > li.search_item, 
  	ul.main-menu > li.top_cart {
      	display:none;
    }
  	body .shoptxt {
      	display:none;
    }
  	body .footer-line {
      	display:block;
    }
  	body #collection {
      	padding:0;
    }
  	.product:nth-of-type(4n+1) {
      		clear:none;
    }
  	body #productright.span6, body #producleft.span6 {
      	width:50%;
      	float:left;
    }
  	body #productleft {
      	padding-left:0;
    }
  	body #productright {
      	margin:0;
      	padding-left:20px;
    }
}

@media only screen and (max-width:768px) {
 	#footer-right, #footer-center, #footer-left {
      		float:none;
      	width:100%;
      	text-align:center;
    }
  	body .product {
      	margin-right:10px;
      	width:216px;
    }
}

@media only screen and (max-width:480px) {
 	body .product {
      	width:226px;
      	margin:0 auto;
      	float:none!important;
    }
  	#product::before {
      	display:none;
    }
  	body #productleft.span6, body #productright.span6 {
      	width:100%;
      	float:none;
      	padding:0;
      	margin:0;
    }
  	#footer-right iframe {
      	width:200px;
    }
  	.footer-line a {
      	float:none;
      	padding:5px;
    }
  	#footer-left {
      	padding-top:0px;
      	padding-bottom:20px;
    }
  	.fslider:not(.flex-thumb-grid) .flex-control-nav.flex-control-thumbs li, .fslider:not(.flex-thumb-grid) .flex-control-nav.flex-control-thumbs li img {
      	height:auto!important;
    }
  	.fslider {
      	width:100%;
    }
  	#productleft .thumbs, #productleft {
      	margin-left:auto!important;
      	margin-right:auto!important;
    }

  .pageaboutus, .pagepress, .pagereturn2  {
    	background:none;

  }
  	body .container, body #header.full-header .container, body .container-fullwidth {
      	width:280px!important;
    }
  	body .product .image {
      	padding-left:0;
    }
  	.product img, .product .image a, .product .image {
      	max-width:100%;
    }
  	header {
      	border:0;
    }
  	body .header-logo {
      	-moz-box-sizing:border-box;
      	-webkit-box-sizing:border-box;
      	box-sizing:border-box;
      	padding-right:25px;
    }
  	.rte {
      	margin:35px 0;
    }
  	.sca-qv-button-wrap, .product-overlay {
      		display:none!important;
    }
  	#iOS body .navbar-vertical {
      		height:auto;
      		left:0;
      		overflow:hidden;
      		opacity:1;
      		width:100%;
      		border-bottom:1px solid transparent;
      		border-top:1px solid transparent;
      		height:0;
    	-moz-transition:all 0.5s;
    	-webkit-transition:all 0.5s;
    	-ms-transition:all 0.5s;
    	-o-transition:all 0.5s;
    	transition:all 0.5s;
    }
  	#iOS body ul.main-menu {
      	height:auto;
      	overflow:auto;
      	padding-top:0;
      	white-space:nowrap;
      	padding-bottom:40px;
      	-webkit-overflow-scrolling:touch;
      	margin-bottom:-40px;
    }
  #iOS ul.main-menu > li {
    	display:inline-block;
  }
  #iOS ul.main-menu > li {
    	border:0;
  }
  	#iOS ul.main-menu > li.search_item, #iOS ul.main-menu > li.top_cart {
      	display:none;
    }
  #iOS body .nav-open .navbar-vertical {
    	top:100%;
  }
  #iOS .header-wrap.nav-open {
    	margin-left:0;
  }
  #iOS .nav-open #primary-menu-trigger {
    	left:0;
  }
  #iOS #primary-menu-trigger {
    	left:0;
    	padding-left:20px;
    	padding-right:20px;
  }
  #iOS body .nav-open .navbar-vertical {
    	position:absolute;
    	height:38px;
    	-moz-transition:all 0.5s;
    	-webkit-transition:all 0.5s;
    	-ms-transition:all 0.5s;
    	-o-transition:all 0.5s;
    	transition:all 0.5s;
      		border-bottom:1px solid #000;
      		border-top:1px solid #000;
  }
  #iOS .container.fullSlider {
    	width:100%!important;
  }
  #iOS .mainimg {
    	padding-top:0;
  }
  #iOS #slider .owl-prev, #iOS #slider .owl-next {
    	display:none!important;
  }
  #iOS #primary-menu-trigger .icon-line-cross {
    	display:block;
    	position:absolute;
    	top:0;
    	left:20px;
    	opacity:0;
    	-moz-transition:all 0.5s;
    	-webkit-transition:all 0.5s;
    	-ms-transition:all 0.5s;
    	-o-transition:all 0.5s;
    	transition:all 0.5s;
  }
  #iOS .nav-open #primary-menu-trigger .icon-line-cross {
    	opacity:1;
    	-moz-transition:all 0.5s;
    	-webkit-transition:all 0.5s;
    	-ms-transition:all 0.5s;
    	-o-transition:all 0.5s;
    	transition:all 0.5s;
  }
  #iOS .nav-open #primary-menu-trigger .icon-reorder {
    	opacity:0;
    	-moz-transition:all 0.5s;
    	-webkit-transition:all 0.5s;
    	-ms-transition:all 0.5s;
    	-o-transition:all 0.5s;
    	transition:all 0.5s;
  }
  #iOS #primary-menu-trigger .icon-reorder {
    	opacity:1;
    	-moz-transition:all 0.5s;
    	-webkit-transition:all 0.5s;
    	-ms-transition:all 0.5s;
    	-o-transition:all 0.5s;
    	transition:all 0.5s;
  }
  .footer-line {
    	border-top:0;
  }
  .mobile-search-cart {
    	margin-right:20px;
  }
  #header-wrap .container {
    	width:100%!important;
  }
}



.preorder {font-family: Courier New, Times New Roman, Times, serif;color:black; margin: 0px 0 20px 0;font-size: 18px;opacity:0.7;letter-spacing: 2px;text-transform: uppercase;}

.di {text-transform:uppercase;margin-top:3px;}

.sca-fancybox-close {background: url('https://cdn.shopify.com/s/files/1/0248/9354/t/16/assets/x.png') no-repeat scroll center center !important; background-size: 20px 20px !important;}

.p1 em {font-family: Times New Roman, serif;}
