/* Eric Meyer's CSS Tools: Reset CSS (Modified by Hieu Nguyen)
-------------------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	background: transparent;
}

body {
	line-height: 1;
}

/* Clearfix
-------------------------------------------------------------*/
* html .clearfix {
	height: 1%; /* IE5-6 */
}

.clearfix {
	display: inline-block; /* IE7xhtml*/
}

html[xmlns] .clearfix { /* O */
	display: block;  
}

.clearfix:after { /* FF, O, etc. */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearer      { display: block; clear: both; font-size: 0; line-height: 0; height: 0; overflow: hidden; }

/* Mis.
-------------------------------------------------------------*/

/* Forms */
form          { display: inline; }
fieldset      { border: 0; }
legend        { display: none; }

/* Content */
p             { margin: 0 0 10px; }
strong        { font-weight: bold; }
address       { font-style: normal; line-height: 1.35; }
cite          { font-style: normal; }
q,
blockquote    { quotes:none; }
q:before,
q:after       { content:''; }
small         { font-size: 1em; }
big           { font-size: 2em; }
/* Tools */
.hidden       { display:block !important; border:0 !important; margin:0 !important; padding:0 !important; font-size:0 !important; line-height:0 !important; width:0 !important; height:0 !important; overflow:hidden !important; }
.nobr         { white-space: nowrap !important; }
.wrap         { white-space: normal !important; }
.a-left       { text-align: left !important; }
.a-center     { text-align: center !important; }
.a-right      { text-align: right !important; }
.v-top        { vertical-align: top; }
.v-middle     { vertical-align: middle; }
.f-left,
.left         { float: left !important; }
.f-right,
.right        { float: right !important; }
.f-none       { float: none !important; }
.f-fix        { float: left; width: 100%; }
.no-display   { display: none; }
.no-margin    { margin: 0 !important; }
.no-padding   { padding: 0 !important; }
.no-bg        { background: none !important; }

/* Lists */
ul,ol         { list-style:none; }

/* remember to highlight inserts somehow! */
ins           { text-decoration: none; }

del           { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table         { border: 0; border-spacing: 0; empty-cells: show; }
caption,th,td { vertical-align: top; text-align: left; font-weight: normal; }

/*Various Clears---*/
.clearer:after,
.header-container:after,
.header-container .top-container:after,
.header:after,
.header .quick-access:after,
#nav:after,
.main:after,
.footer:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.add-to-cart:after,
.product-essential:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after {
	display: block;
	content: ".";
	clear: both;
	font-size: 0;
	line-height: 0;
	height: 0;
	overflow: hidden;
}
#off-canvas-nav {
  display: none;
}
#off-canvas-right{
  display: none;
 
}

@media (max-width: 985px) {
  .off-canvas {
    width: 100%;
    overflow-x: hidden;
    position: relative;
  }
  .off-canvas body {
    width: 100%;
    overflow-x: hidden;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .off-canvas body #ja-wrapper > * {
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 500ms ease;
    -moz-transition: -moz-transform 500ms ease;
    -o-transition: -o-transform 500ms ease;
    transition: transform 500ms ease;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
  }

 
  .off-canvas #off-canvas-nav {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    z-index: 1;
    background:none;
    height:100%
  }
  .off-canvas #off-canvas-right {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    z-index: -1;
    background:none;
    opacity: 0;
    height:100%
  }
  .off-canvas #off-canvas-nav .jm-mainnav {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 250px;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    background:#111;
    min-height:100%;
  }
  .off-canvas #off-canvas-right .jm-mycart {
    margin: 0;
    position: absolute;
    right: 0;
    float: right;
    top: 0;
    z-index: -1;
    width: 250px;
    -webkit-transform: translateX(600px);
    -moz-transform: translateX(600px);
    -o-transform: translateX(600px);
    transform: translateX(600px);
  background:#111;
  min-height:100%;
  }

  .off-canvas #off-canvas-nav .jm-mainnav ul {
    height: auto;
    background: none;
  }
  
  .off-canvas #off-canvas-nav .jm-mainnav ul.level0 { margin:0;}
  
  .off-canvas #off-canvas-nav .jm-mainnav li {
    padding:20px;
  border-top:1px solid #222;
  font:normal 14px 'Chivo',sans-serif;
  text-transform:uppercase;
}

.off-canvas #off-canvas-nav .jm-mainnav .level0 li a { color:#fff;}
.off-canvas #off-canvas-nav .jm-mainnav .level0 li a:hover { text-decoration:none; color:#f91878}
.off-canvas #off-canvas-nav .jm-mainnav .level0 li.active a { color:#f91878;}

#off-canvas-nav .megamenu .group-title { padding:10px 0;}
#off-canvas-nav .megamenu .group-title a { color:#fff !important; padding:10px 0 10px 20px}

#off-canvas-nav .megamenu.level2 { margin:10px 0; width:200px}
#off-canvas-nav .megamenu.level2 li {
    font:normal 13px 'Chivo',sans-serif;
    text-transform: none;
  border-top:none;
}

#off-canvas-nav .megamenu.level2 li a { color:#999 !important;}
#off-canvas-nav .megamenu.level2 li a:hover { text-decoration:none; color:#f91878 !important}
#off-canvas-nav .megamenu.level2 li.active a { color:#f91878 !important;}

#off-canvas-nav .megamenu .childcontent.cols2 .megacol.column2,
#off-canvas-nav .megamenu .childcontent.cols2 .megacol.column2 { display:none; }

#off-canvas-nav .megamenu .childcontent.cols2  { border-top:1px solid #222; margin:20px -20px 0}
#off-canvas-nav .megamenu .childcontent.cols2 ul.level1 { margin:0;}
#off-canvas-nav .megamenu .childcontent.cols2 li { padding:10px 20px; border-top:none}

#off-canvas-nav .megamenu .childcontent.cols1 ul.level1,
#off-canvas-nav .megamenu .childcontent.cols1 ul.level2 { display:none;}

#off-canvas-nav .megamenu .childcontent.cols1 li { padding:10px 10px; border-top:none}

  .off-canvas-enabled body #ja-wrapper > * {
    -webkit-transform: translateX(250px);
    -moz-transform: translateX(250px);
    -o-transform: translateX(250px);
    transform: translateX(250px);
  }
  .off-canvasright-enabled body #ja-wrapper > * {
    -webkit-transform: translateX(-250px);
    -moz-transform: translateX(-250px);
    -o-transform: translateX(-250px);
    transform: translateX(-250px);
  }
  .off-canvas-enabled .jm-mainnav {
    display: block;
  }
  .off-canvas-enabled .jm-mycart{
    display: none;
  }
  .off-canvasright-enabled .jm-mycart {
    display: block;
  }
  .off-canvasright-enabled #off-canvas-right{
     opacity: 1;
     z-index: 9999;
      display: block;
   }
#off-canvas-right .block { padding:20px; float:left; width:210px; position:relative; margin-bottom:0px; margin-top:40px;}
  
#off-canvas-right .block ol li {
    font-size: 95%;
    margin: 0;
    padding: 5px 0;
 }
 
#off-canvas-right .block .product-image {
    float: left;
    width: 32%;
}


#off-canvas-right .block .block-content  { 
  border-bottom:1px solid rgba(255,255,255,0.5);
  border-top:1px solid rgba(255,255,255,0.5);
  overflow:hidden;
}

#off-canvas-right .block .block-content .product-details {
    margin-right: -10px;
}


#off-canvas-right .block .product-details {
    float: right;
    width: 65%;
}

#off-canvas-right .block .btn-edit { display:none; }

#off-canvas-right .block .product-details .product-name a,
#off-canvas-right .block .product-details .price,
#off-canvas-right .block .block-content .product-details .number-qt { color:#fff; }

#off-canvas-right .block .block-content .product-details .number-qt input.qty {
    padding: 2px;
    width: 1.5em;
}

#off-canvas-right .jm-mycart .buttons {
    clear: both;
    padding: 0 20px 10px;
}

#off-canvas-right .jm-mycart .buttons .summary .subtotal {
    width: 100%;
  padding-bottom:10px;
}

#off-canvas-right .jm-mycart .buttons .summary .subtotal .label {
    color: #fff;
    font-family: 'Rokkitt',cursive;
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
}

#off-canvas-right .jm-mycart .buttons .summary .subtotal .price {
    color: #F8262F;
    float: right;
    font-family: 'Rokkitt',cursive;
    font-size: 20px;
    font-weight: bold;
    line-height: normal;
    text-transform: uppercase;
}

#off-canvas-right .jm-mycart .buttons button { margin-bottom:10px;}
#off-canvas-right .jm-mycart .buttons button.button:hover { background:#fff; border-color:#fff; color:#000;}

#off-canvas-right .jm-mycart .mycart-toggle { 
  position:absolute; 
  top:0; 
  text-align:center;
  width:250px;
  font-family: 'Passion One',cursive;
  font-weight: bold;
  text-transform:uppercase;
  line-height:normal;
}

#off-canvas-right .jm-mycart .mycart-toggle .totalcart {
    font-size: 40px;
  color:#FFDB00;
}

#off-canvas-right .jm-mycart .mycart-toggle span a {
    font-size: 20px;
  color:#FFDB00;
}

#off-canvas-right .jm-mycart .page-title h1 { display:none}

#off-canvas-right .jm-mycart .cart-empty { width:250px; text-align:center; color:#fff; margin-top:70px; padding-bottom:20px;}

#off-canvas-nav .form-search { padding:20px; position:relative}

#off-canvas-nav .form-search label { display:none;}
#off-canvas-nav .form-search input { background:#000; border:1px solid #222; width:160px; padding-left:40px;height:26px;}
#off-canvas-nav .form-search button { position:absolute; left:30px; top:30px; background: url("https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/icon_menu_header.png") no-repeat center bottom; text-indent:-1000em; border:none; }
#off-canvas-nav .form-search button:hover { border:1px solid #000}
 
} 
#jmoffcanvasdim{

  background: none repeat scroll 0 0 #000000;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: absolute;
  top: 0;
  width: auto;
  z-index: 98;
}
@charset "utf-8";
/*
Thumbnail scroller jQuery plugin
scrollers styling
*/

.jThumbnailScroller .jTscrollerContainer{position:absolute;}
.jThumbnailScroller .jTscroller{position:relative; height:100%; margin:0; left:0; top:0; display:inline-block; *display:inline;}
.jThumbnailScroller .jTscrollerNextButton,.jThumbnailScroller .jTscrollerPrevButton{position:absolute; display:block; width:40px; height:40px; -moz-border-radius:20px; -webkit-border-radius:20px; border-radius:20px; opacity:0.7;}
.jThumbnailScroller .jTscrollerNextButton{background:#000 url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/css/nextArrow.png) center center;}
.jThumbnailScroller .jTscrollerPrevButton{background:#000 url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/css/prevArrow.png) center center;}
.jThumbnailScroller .jTscrollerNextButton:hover,.jThumbnailScroller .jTscrollerPrevButton:hover{background-color:#d56916; opacity:1;}

/* different styled scrollers */
/* liquid width scroller */
.jThumbnailScroller#tS1{width:95%;}
.jThumbnailScroller#tS2{margin:30px auto;}
.jThumbnailScroller#tS2 .jTscroller a{opacity:0.7;}
.jThumbnailScroller#tS2 .jTscroller a:hover{opacity:1;}
.jThumbnailScroller#tS2 .jTscrollerNextButton{margin:-20px 10px 0 10px; right:0; top:50%;}
.jThumbnailScroller#tS2 .jTscrollerPrevButton{margin:-20px 10px 0 10px; left:0; top:50%;}
/* a vertical scroller */
.jThumbnailScroller#tS3{position:absolute; left:40px; top:322px; width:122px; height:400px; margin:0; background:#eee;}
.jThumbnailScroller#tS3 .jTscroller{height:auto; margin-bottom:40px;}
.jThumbnailScroller#tS3 .jTscroller a{display:block; margin:0 6px 10px 6px; width:100px; overflow:hidden; opacity:0.7;}
.jThumbnailScroller#tS3 .jTscroller a:hover{opacity:1;}
.jThumbnailScroller#tS3 .jTscroller a:first-child{margin-top:50px;}
.jThumbnailScroller#tS3 .jTscrollerNextButton{margin:10px 0 10px -20px; bottom:0; left:50%; -moz-transform:rotate(90deg); -webkit-transform:rotate(90deg); -o-transform:rotate(90deg); -ms-transform:rotate(90deg);}
.jThumbnailScroller#tS3 .jTscrollerPrevButton{margin:10px 0 10px -20px; top:0; left:50%; -moz-transform:rotate(90deg); -webkit-transform:rotate(90deg); -o-transform:rotate(90deg); -ms-transform:rotate(90deg);}
.bond {
	height: 250px;
	position: relative;
	overflow: hidden;
	margin: 20px;
	width: 937px;
}
.bond-hover, .bond-touchmargin, .bond-touchcss {
	height: 130px;
	position: relative;
	overflow: hidden;
	margin: 20px;
	width: 850px;
}
.bond-wrapper {
	-webkit-transform: translate3d(0px, 0px, 0px);
	-webkit-transition-property: -webkit-transform;
	-webkit-transition-duration: 0s;
	-webkit-transition-timing-function: cubic-bezier(0,1,1,1);
	position: absolute;
	left: 0;
	top: 0;
}
.bond-wrapper a {
	-webkit-transition: none;
	-moz-transition: none;
	-o-transition: none;
	transition: none;
	border: none;
}
.bond-box {
	width: 9999px;
}
.bond-box .float-block {
	margin-left: 40px;
	margin-right: 40px;
}
.bond-slide {
	float: left;
	margin: 0 15px;
}
.transparency {
	margin-top: -115px;
	display: block;
}
.bond-slide img {
	width: 109px;
	height: 109px;
	border: none;
}
img.transparency {
	width: 109px;
	height: 111px;
	border: none;
}

 /* NEW MAIN */
 /* big screens  /
 /* wide screens */
 @media screen and (min-width: 1150px) {
      .catalog-category-view #ja-container .main,	 
      .catalogsearch-result-index #ja-container .main,
      .cms-special-offer #ja-container .main,
      .cms-my-library #ja-container .main,
      .cms-favorite-items #ja-container .main,
      .cms-premium-html #ja-container .main, 
      .cms-hustler-premium-html #ja-container .main, 
      .cms-penthouse-premium-html #ja-container .main, 
      .cms-blair-premium-html #ja-container .main, 
      .cms-score-premium-html #ja-container .main, 
      .cms-partners-hustler #ja-container .main, 
      .cms-partners-penthouse #ja-container .main, 
      .cms-partners-blair #ja-container .main, 
      .cms-partners-paul-raymond #ja-container .main, 
      .cms-partners-pufe #ja-container .main, 
      .cms-partners-score #ja-container .main, 
      .cms-models-and-pornstars #ja-container .main, 
      .cms-softcore #ja-container .main, 
      .cms-mayfair #ja-container .main, 
      .cms-subscriptions-html #ja-container .main, 
      .cms-ph-magazine-letters #ja-container .main, 
      .cms-penthouse-letters #ja-container .main, 
      .cms-penthouse-magazine #ja-container .main, 
      .cms-hustlers-taboo #ja-container .main, 
      .cms-hustler-magazine #ja-container .main, 
      .cms-40plus-magazine #ja-container .main, 
      .cms-cheri-magazine #ja-container .main, 
      .cms-barely-legal #ja-container .main, 
      .cms-buttman #ja-container .main,
      .cms-gays #ja-container .main,
      #skinmagz-header .main,
      #ja-mass-top1 .main,
      #renew .main,
      .cms-home #ja-container .main {
            max-width: 1550px;
            /* background-color: red !important; */
      }



      .cms-my-library #ja-container .main #ja-col1, 
      .catalog-category-view #ja-container .main #ja-col1 { 
            max-width: 200px !important; 
      }
      .cms-my-library #ja-container .main #ja-main,
      .catalog-category-view #ja-container .main #ja-main { 
            width: calc(100% - 210px) !important; 
            max-width: calc(100% - 210px) !important; 
      }

      .cms-favorite-items #ja-container,
      .cms-my-library #ja-container {
            padding-top: 32px !important;
      }
      

}



/* MAIN LAYOUT DIVS
--------------------------------------------------------- */
#ja-wrapper {}

.wrap { clear: both; min-width: 960px; }

.main { width: 960px; margin: 0 auto; }

.main .inner { margin: 0 10px; }
/* HEADER
--------------------------------------------------------- */
#ja-header {}

/* CONTAINER
--------------------------------------------------------- */
#ja-container { padding: 10px 0; }
#ja-mainbody { float: left; width: 75%; }

/*main content---*/
#ja-main { display: block; float: right; width: 66.6%; }
#ja-current-content { min-height: 400px; }
/*columns---*/
#ja-col1 { float: left; width: 33.3%; }
#ja-col2 { float: right; width: 25%; }

/* FOOTER
--------------------------------------------------------- */
#ja-footerwrap {}
#ja-footer { padding: 0; }

/* EXTENSIBLE LAYOUT
--------------------------------------------------------- */
/*1 Column---*/
.ja-lo-1col #ja-current-content { margin: 0; }
.ja-lo-1col #ja-mainbody,.ja-lo-1col #ja-main { float: none; width: 100%; }

/*2 Columns Right---*/
.ja-lo-2colsr #ja-main { float: none; width: 100%; }
.ja-lo-2colsr #ja-current-content { margin-left: 0; }

/*2 Columns Left---*/
.ja-lo-2colsl #ja-mainbody { float: none; width: 100%; }
.ja-lo-2colsl #ja-main { width: 80%; }
.ja-lo-2colsl #ja-current-content { margin-right: 0; }
.ja-lo-2colsl #ja-col1 { width: 17%; }

/* IN PAGE LAYOUTS
--------------------------------------------------------- */
.page {}
.page-print { padding: 25px 30px; text-align: left; }
.page-empty { padding: 20px; text-align: left; }
.page-popup { padding: 25px 30px; text-align: left; }
.main-container { }
.main {}

/* Base Columns */
.col-left { float: left; width: 195px; padding: 0; }
.col-main { float: left; width: 685px; padding: 0; }
.col-right { float: right; width: 195px; padding: 0; }

/* 1 Column Layout */
.col1-layout .col-main { float: none; width: auto; }

/* 2 Columns Layout */
.col2-left-layout .col-main { float: right; }
.col2-right-layout .col-main {}

/* 3 Columns Layout */
.col3-layout .col-main { width: 475px; margin-left: 17px; }
.col3-layout .col-wrapper { float: left; width: 687px; }
.col3-layout .col-wrapper .col-main { float: right; }

/* Content Columns */
.col2-set .col-1 { float: left; width: 48.5%; }
.col2-set .col-2 { float: right; width: 48.5%; }
.col2-set .col-narrow { width: 32%; }
.col2-set .col-wide { width: 65%; }

.col3-set .col-1 { float: left; width: 32%; }
.col3-set .col-2 { float: left; width: 32%; margin-left: 2%; }
.col3-set .col-3 { float: right; width: 32%; }

.col4-set .col-1 { float: left; width: 23.5%; }
.col4-set .col-2 { float: left; width: 23.5%; margin: 0 2%; }
.col4-set .col-3 { float: left; width: 23.5%; }
.col4-set .col-4 { float: right; width: 23.5%; }

.col5-set .col-1 { float: left; width: 49%; }
.col5-set .col-2 { float: left; width: 20%; }
.col5-set .col-3 { float: left; width: 20%; }
.col5-set .col-4 { float: left; width: 20%; }
.col5-set .col-5 { float: left; width: 51%; }

/*Table Columns---*/
table .col-1, table .col-2, table .col-3, table .col-4 { float: none !important; margin: 0 !important; }
.col3-set td.spacer { width: 3%; }
.col4-set td.spacer { width: 4%; }
/*
 * ------------------------------------------------------------------------
 * JM Lingerie Theme
 * ------------------------------------------------------------------------
 * Copyright (C) 2004-2011 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
 * @license - Copyrighted Commercial Software
 * Author: J.O.O.M Solutions Co., Ltd
 * Websites:  http://www.joomlart.com -  http://www.joomlancers.com
 * This file may not be redistributed in whole or significant part.
 * ------------------------------------------------------------------------
*/
body {
	background: #111;
	color: #000;
	font: 12px/1.5 sans-serif;
}

body#bd {
	color: #666;
}

body#bd.sales-order-print {
	background: #fff;
}

body.fs1 {font-size: 10px;}
body.fs2 {font-size: 11px;}
body.fs3 {font-size: 12px;}
body.fs4 {font-size: 13px;}
body.fs5 {font-size: 14px;}
body.fs6 {font-size: 15px;}

p, pre, blockquote, h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	padding: 0;
}

/* COMMON ELEMENTS
-------------------------------------------------------------*/
/*Normal link---*/
a {
	color: #333;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #000;
	text-decoration: underline;
}

a img {
	border: 0;
}

/* Heading */
h1 {font-size: 180%;}
h2 {font-size: 150%;}
h3 {font-size: 125%;}
h4 {font-size: 110%;}
h5 {font-size: 100%;}
h6 {font-size: 92%; text-transform: uppercase;}


/*Title text---*/
h1, h2, h3, h4, h5, h6, .head, .page-title {
	line-height: 1.3;
	color: #333;
}

/*Small text---*/
small, #ja-footer,
.category-products .add-to,
.ratings, .ratings-list td.label,
.widget-btn, .validation-advice, .required,
.toolbar .pager,.toolbar .sorter {
	font-size: 92%;
}

/*Form---*/
input.input-text, select, textarea {
	border: 1px solid #e5e5e5;
	font: 100%/normal sans-serif;
	color: #666;
	background:#f5f5f5;
	vertical-align: middle;
	outline: none;
}

option, optgroup {
	font: 100%/normal sans-serif;
}

optgroup {
	font-weight: bold;
}

textarea {
	overflow: auto;
}

select {
	padding: 5px 2px;
}

input.input-text, textarea {
	padding: 7px 2px;
}

input.radio {
	margin-right: 3px;
}

input.checkbox {
	margin-right: 3px;
	float: left;
}

input#subscription {
	margin-top: 1px;
}

.input-text:focus, select:focus, textarea:focus {
	background: #fff;
	border: 1px solid #F91878;
}

#payment_method {
	margin-right: 5px;
	vertical-align: top;
}

/*Fieldset--*/
fielddset {}

fieldset legend {
	font-weight: bold;
	margin-bottom: 5px;
}

/*Tables--*/

/*Others--*/
address {
	font-style: normal;
}

p.f-left {
	margin: 0;
}

/* HEADER
--------------------------------------------------------- */
#ja-header {background: url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/bg_header.jpg) no-repeat center top #000; min-height:140px;}


/*Toggle---*/
.has-toggle .btn-toggle,

.has-toggle .inner-toggle .arrow
 {
  display: none;
 }

.has-toggle .inner-toggle .arrow {
    background: url("https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/arrow.png") no-repeat scroll left top transparent;
    height: 5px;
    position: absolute;
    right: 10px;
    top: -5px;
    width: 10px;
	display:none;
}

.has-toggle .inner-toggle .inner-togglecontent .arrow {
    background: url("https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/arrow.png") no-repeat scroll left top transparent;
    height: 5px;
    position: absolute;
    right: 10px;
    top: -25px;
    width: 10px;
	display:none;
}


#ja-header .main .inner, #skinmagz-header .main   {
	line-height: normal;
	position: relative;
	z-index: 1;
	padding:0;
}

/*Logo---*/
h1#logo { 
	position:absolute; 
	z-index:999;
	overflow:hidden;
}


h1#logo, div#logo-text {
	margin: 0;
	padding: 0;
}

h1#logo a {
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 250%;
	text-indent: -99999px;
}

h1#logo a span {
	position: absolute;
	top: -1000px;
}

div#logo-text {
	outline: none;
}

div#logo-text h1 {
	font-size: 250%;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 0;
	padding: 0;
}

div#logo-text h1 a {
	color: #fff;
	text-transform: uppercase;
}

.site-slogan {
	color: #999;
	margin: 0 0 -2px 10px;
	padding: 0;
	letter-spacing: 1px;
}

/*Quick Access---*/
.quick-access {
	color: #999;
	position: absolute;
	right:75px;
	top: 37px;
	font-size: 11px;
}

.quick-access .inner-toggle { float:left; padding-left:173px;}

.quick-access .welcome-msg { float:left; padding-right:10px; color:#aaa;}

.quick-access p {
	margin: 0 10px 0 0;
	float: left;
	font-weight: bold;
}

.quick-access li.first { padding-left: 0;}

.quick-access li.last {
	background: none;
	padding-right: 0;
}

.shop-access { float:right; color:#aaa; margin-left: 8px;}

.shop-access li {
	background: url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/sep-vdot.png) no-repeat right center;
	display: inline;
	padding-left: 5px;
	padding-right: 10px;
}

.shop-access a,
.shop-access a:hover,
.shop-access a:active,
.shop-access a:focus {
	color: #aaa;
}

.form-language {
	position:absolute;
	right:0px;
	top:37px;
}

.form-language label { display:none;}
.form-language a { padding-left:5px;}

.form-language #select-language {
	padding: 0;
}

.form-language .flag option {
	background-position: left center;
	background-repeat: no-repeat;
	margin-left: 2px;
	padding-left: 20px;
}


#ja-header .ground-menu1, #skinmagz-header .ground-menu1  {
	border-top: 1px solid rgba(255,255,255,0.2);
	border-bottom: 1px solid rgba(255,255,255,0.2);
	position:absolute;
	top:99px;
	width:100%;
	height:49px;
}
/*
#ja-header .ground-menu1:before, #skinmagz-header .ground-menu1:before {
	content:"";
	opacity:0.2;
	-moz-opacity:0.2;
	-khtml-opacity: 0.2; 
	position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
	z-index:1;
	display:inline;
}
*/


/*Mini cart - top---*/

#ja-mycart {
    position: absolute;
	right:50px;
	z-index: 1000;
	display:none;
}


#ja-mycart .btn-toggle {
  display: block;
  line-height:40px;
  color: #fff;
}

#ja-mycart .btn-toggle strong { font-size:11px; font-weight:normal;}

#ja-mycart .btn-toggle strong a { color:#f91878;}

#ja-mycart .btn-toggle span {  
	background:  url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/icon_mycart_1.png) no-repeat center center; 
	width:30px; 
	cursor:pointer; 
	float:left; 
	height:40px;
}


#ja-mycart .btn-toggle strong .price { color:#fff !important; }

#ja-mycart .btn-toggle.active,
#ja-mycart .btn-toggle:hover { }

#ja-mycart .inner-toggle { display:none; }

#ja-mycart .active + .inner-toggle {
	background:#fff;
    display: block;
    float: right;
    padding: 0 20px 20px;
    position: absolute;
    top: 40px;
	right:-10px;
	width:220px;
}

#ja-mycart .inner-toggle .page-title h1 { margin:10px 0 0}

#ja-mycart .block {
  margin: 0;
  background: none;
  border: 0;
  padding:0; 
}

#ja-mycart .block-cart .block-inner {
  border: 0;
  margin: 0;
}

#ja-mycart .block .block-title {
  padding: 0 0 15px;
  display:none;
}

#ja-mycart .block .block-content { padding: 0;}

#ja-mycart .amount { color: #333; border-bottom: 1px solid #E5E5E5; padding: 0 0 10px 0;  display: block; }
#ja-mycart .amount a { color: #F91878; border-bottom: 1px solid #F91878; }
#ja-mycart .amount a:hover { color:#000 ; border-bottom:1px solid #000; }

#ja-mycart .mini-products-list {}
#ja-mycart .mini-products-list li { margin:0; padding:20px 0; border-bottom:1px solid #e5e5e5; }
#ja-mycart .mini-products-list li.last { border-bottom:none;}
 
#ja-mycart .mini-products-list li .product-image { background: #fff; text-align:center; margin-right:10px; width:auto;}

#ja-mycart .mini-products-list li p.product-name { padding-bottom:10px;  font-size:12px; font-weight:bold }
#ja-mycart .mini-products-list li .product-details,
#ja-mycart .mini-products-list li a { color:#333; }

#ja-mycart .mini-products-list li .product-details .price { color:#f91878; font-size:14px; }

#ja-mycart .mini-products-list li .product-details .number-qt { color:#999; font-size:12px;}
#ja-mycart .mini-products-list li .product-details .number-qt input { margin-left:10px; text-align:center; }

#ja-mycart .mini-products-list li .product-details { width:55%;}

#ja-mycart .mini-products-list li a.btn-remove { }
#ja-mycart .mini-products-list li a.btn-edit { display:none;}

#ja-mycart .mini-products-list li .product-details .price + strong { color:#fff; padding-left:5px; }

#ja-mycart .buttons { float:left;}

#ja-mycart .summary .subtotal {
	border-bottom:1px solid ddd; 
	border-top: 1px solid #ddd;
	padding: 20px 0 10px; 
}

#ja-mycart .summary .subtotal .label { color:#333; padding-top:5px; text-transform:none; font-family:Arial, Helvetica, sans-serif; text-transform:uppercase; font-weight:bold;}
#ja-mycart .summary .subtotal .price { font-size:120%; color:#f91878; font-weight:bold; float:right;}

#ja-mycart .buttons button.button { margin-bottom:5px; background:#000; border:1px solid #000; color:#fff; font: bold 11px Arial, Helvetica, sans-serif; text-transform:none; width:100%; }
#ja-mycart .buttons button.button:hover { background:#f91878; border:1px solid #f91878; }


/*my cart left */
#ja-mycartleft {
  display: block;
  position: fixed;
  right: 0;
  top:20px;
  z-index: 9999;
}

#ja-mycartleft .btn-toggle {
  display: block;
  background: #f91878;
  width:195px;
  height: 40px;
  line-height:40px;
  color: #fff;
  position:absolute; 
  right:-155px; 
  transition: all 0.8s ease-out 0s;
}

#ja-mycartleft .btn-toggle.active,
#ja-mycartleft .btn-toggle:hover { right:0px;transition: all 0.3s ease-out 0s;}


#ja-mycartleft .btn-toggle strong a { color:#fff;}

#ja-mycartleft .btn-toggle span {  background:  url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/icon_mycart_1.png) no-repeat center center; width:25px; cursor:pointer; float:left; height:40px; padding-right:5px; padding-left:10px;}

#ja-mycartleft .inner-toggle {width:220px; right:-300px; position:absolute; float:left; background:#fff; padding:0 20px 20px 20px;
	transition: all 0.8s ease-out 0s; margin-top:40px; overflow:hidden;padding:0 10px 20px 20px; }

#ja-mycartleft .inner-toggle.inneractive { 
	display:block; 
	transition: all 0.3s ease-out 0s;
	right:-1px;
	 -moz-box-shadow:0 2px 7px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow:0 2px 7px rgba(0, 0, 0, 0.2);
    box-shadow:0 2px 7px rgba(0, 0, 0, 0.2);
}

#ja-mycartleft .inner-toggle .page-title h1 { padding-top:20px;}

#ja-mycartleft .inner-toggle .block { border:none; margin-bottom:10px; overflow:hidden; float:left; width:220px; clear:both; height:275px; position:relative; margin-right:10px}
#ja-mycartleft .inner-toggle .block .block-content { padding:0px; width:220px; float:left; }

#ja-mycartleft .mini-products-list { margin:0; padding:0; width:220px; width:200px; margin-right:20px;}
#ja-mycartleft .mini-products-list li { margin:0; padding:20px 0; border-bottom:1px solid #e5e5e5; float:left; }
#ja-mycartleft .mini-products-list li.last { border-bottom:none;}
#ja-mycartleft .mini-products-list li .product-image { background: #fff; text-align:center; margin-right:10px; width:auto;}

#ja-mycartleft .mini-products-list li p.product-name { padding-bottom:10px;  font-size:12px; font-weight:bold }
#ja-mycartleft .mini-products-list li .product-details,
#ja-mycartleft .mini-products-list li a { color:#333; }

#ja-mycartleft .mini-products-list li .product-details .price { color:#f91878; font-size:14px; }

#ja-mycartleft .mini-products-list li .product-details .number-qt { color:#999; font-size:12px; margin-bottom:0;}
#ja-mycartleft .mini-products-list li .product-details .number-qt input { margin-left:10px; text-align:center; }

#ja-mycartleft .mini-products-list li .product-details { width:55%;}

#ja-mycartleft .mini-products-list li a.btn-remove { }
#ja-mycartleft .mini-products-list li a.btn-edit { display:none;}

#ja-mycartleft .mini-products-list li .product-details .price + strong { color:#fff; padding-left:5px; }

#ja-mycartleft .inner-toggle .buttons { float:left; margin:0 0 20px 0; width:220px; clear:both; display:block;}

#ja-mycartleft .summary .subtotal {
	border-top: 1px solid #ddd;
	padding: 20px 0 10px; 
}

#ja-mycartleft .summary .subtotal .label { color:#333; padding-top:5px; text-transform:none; font-family:Arial, Helvetica, sans-serif}
#ja-mycartleft .summary .subtotal .price { font-size:120%; color:#f91878; font-weight:bold; float:right;}

#ja-mycartleft .buttons button.button { margin-bottom:5px; background:#000; border:1px solid #000; color:#fff; font: bold 11px Arial, Helvetica, sans-serif; text-transform:none; width:100%; }
#ja-mycartleft .buttons button.button:hover { background:#f91878; border:1px solid #f91878; }

/*Mini search---*/
#ja-search {
	position: absolute;
	top: 100px;
	right:0;
	z-index: 1000;
	width:308px;
	border-left: 1px solid rgba(255, 255, 255, 0.1);
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	height:50px;
}

#ja-search form {
	float: right;
	text-align: right;
	margin-top:11px;
}

#ja-search legend {
	display: none;
}

#ja-search .input-text {
	width: 263px;
	vertical-align: middle;
	font-size: 12px;
	padding:7px 30px 7px 15px;
	background:none; border:none;
	color:#eee
}

#ja-search button {background: url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/icon_search1.png) no-repeat right center; text-indent:-1000em; border:none; position:absolute; right:10px; top:12px;}

#ja-search label { display: none; }

.search-autocomplete {
	z-index: 999;
}

.search-autocomplete ul {
	background: #fff;
	border: 1px solid #ccc;
	border-top: 0;
}

.search-autocomplete li {
	border-bottom: 1px solid #ddd;
	cursor: pointer;
	padding: 2px 8px;
	list-style: none;
	text-align: left;
}

.search-autocomplete li .amount {
	float: right;
	font-weight: bold;
}

.search-autocomplete li.odd {}

.search-autocomplete li.selected {
	background: #FEF9EF;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#ja-mainnav { position:absolute;}

#ja-mainnav-inner { }

.nav-container { background: #0a263d; }
#nav { }

/* All Levels */ /* Style consistent throughout all nav levels */
#nav li { position: relative; text-align: left; }
#nav li.over { z-index: 998; }
#nav a,
#nav a:hover { display: block; line-height: 1.3em; text-decoration: none; }
#nav span { display: block; cursor: pointer; white-space: nowrap; }
#nav li ul span { white-space: normal; }
#nav ul li.parent a { background: url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/bkg_nav2.gif) 100% 100% no-repeat; }
#nav ul li.parent li a { background-image: none; }

/* 0 Level */
#nav li { float: left; }
#nav li.active a { color: #d96708; }
#nav a { float: left; padding: 5px 12px 6px 8px; color: #a7c6dd; font-weight: bold; }
#nav li.over a,
#nav a:hover { color: #d96708; }

/* 1st Level */
#nav ul li,
#nav ul li.active { float: none; margin: 0; padding-bottom: 1px; background: #ecf3f6 url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/bkg_nav1.gif) 0 100% repeat-x; }
#nav ul li.last { background: #ecf3f6; padding-bottom: 0; }

#nav ul a,
#nav ul a:hover { float: none; padding: 0; background: none; }
#nav ul li a { font-weight: normal !important; }

/* 2nd Level */
#nav ul,
#nav div { position: absolute; width: 15em; top: 27px; left: -10000px; border: 1px solid #899ba5; }
#nav div ul { position: static; width: auto; border: none; }

/* 3rd+ Level */
#nav ul ul,
#nav ul div { top: 5px; }

#nav ul li a { background: #ecf3f6; }
#nav ul li a:hover { background: #d5e4eb; }
#nav ul li a,
#nav ul li a:hover { color: #2f2f2f !important; }
#nav ul span,
#nav ul li.last li span { padding: 3px 15px 4px 15px; }

/* Show menu */
#nav li ul.shown-sub,
#nav li div.shown-sub { left: 0; z-index: 999; }
#nav li .shown-sub ul.shown-sub,
#nav li .shown-sub li div.shown-sub { left: 100px; }
/********** Navigation > */

/* CONTAINER
--------------------------------------------------------- */
#ja-container {padding-top:16px; }

.cms-index-index #ja-container {padding-top:0;}

/*main content---*/
#ja-content {}

#ja-current-content {}

#ja-main {}

/*columns---*/
#ja-col1 {}

#ja-col1 .block { }
#ja-col2 .block { }

/*breadcrums---*/
#ja-pathway { border-bottom:1px solid #eee; margin-bottom:40px; padding-bottom:20px;}

#ja-pathway ul {}

#ja-pathway ul li {
	display: inline;
	padding-right:5px;
}

#ja-pathway ul li strong { font-weight:normal;}

/* Mass */
.ja-mass .main {
	padding: 20px 0;
}

.ja-mass .main .inner {
	margin: 0 10px;
}

/* Spotlight */
.ja-spotlight .col-1,
.ja-spotlight .col-2,
.ja-spotlight .col-3,
.ja-spotlight .col-4 { background: url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/dot.gif) repeat-y right top; }

.ja-spotlight .block { margin: 0 10px; border: 0; }

.ja-spotlight .block .block-title { background: none; padding: 0; border-bottom: 0; }

.ja-spotlight .block .block-content { padding: 10px 0; }

/* Top Spotlight */
#ja-topsl { padding: 10px 0; }

/* Bottom Spotlight */
#ja-botsl { padding: 0; background:#111; }

#ja-botsl .block {
	background: 0;
	border: 0;
}

#ja-botsl .block-content {
	background: 0;
	border: 0;
	padding: 0;
}

#ja-botsl .block-subscribe {
	background: 0;
	padding: 50px 0 60px;
	text-align: center;
	font-family: 'Chivo',sans-serif;
}

#ja-botsl .block-subscribe .block-title { 
	color: #fff;
	font-size: 400%;
	font-weight: 900;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 1px;
} 

#ja-botsl .block-subscribe .block-content {
	padding: 0;
}

#ja-botsl .block-subscribe .form-subscribe-header { 
	color: #fff;
	font-size: 135%;
	text-transform: uppercase;
} 

#ja-botsl .block-subscribe .input-box {
	background: #fff;
	font-family: Arial;
	font-size: 100%;
	margin: 30px auto 0;
	height: 35px;
	position: relative;
	width: 	300px;
	
}

#ja-botsl .block-subscribe .input-box input {
  background: 0;
  border: 0 none;
  float: left;
  height: 21px;
  line-height: 25px;
  margin: 2px;
  padding: 6px 5px 4px;
  width: 82%;
  line-height /*\**/: 170%\9;
  padding /*\**/: 5px\9
}

#ja-botsl .block-subscribe .input-box input:focus {
	outline: none;
}

#ja-botsl .block-subscribe .input-box input.validation-failed {
	margin: 1px;
}

#ja-botsl .block-subscribe .validation-advice {
  display: inline-block;
}

#ja-botsl .block-subscribe .input-box button.button, 
#ja-botsl .block-subscribe .input-box button {
	background: url('https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/bg-button-submit.png') no-repeat 50% 12px;
	border: 0;
	color: #FFFFFF;
	cursor: pointer;
	float: right;
	height: 35px;
	overflow: visible;
	padding: 0 10px;
	text-align: center;
	text-indent: -999em;
	text-transform: uppercase;
	vertical-align: middle;
	position: absolute;
	right: 0;
	top: 0;
	width: 8px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#ja-botsl .block-subscribe .input-box button.button:hover, 
#ja-botsl .block-subscribe .input-box button.button:focus, 
#ja-botsl .block-subscribe .input-box button:hover, 
#ja-botsl .block-subscribe .input-box button:focus {
	background: #555 url('https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/bg-button-submit.png') no-repeat 50% 12px;
	border: 0;
	padding: 0 19px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

#ja-botsl .block-magazine {
	margin: 0 0 0 10px;
}

#ja-botsl .block-magazine  h3{
	color: #fff;
	font-family: 'Chivo',sans-serif;
	font-size: 110%;
	font-weight: 400;
	padding: 0 0 10px 0;
	text-transform: uppercase;
}

#ja-botsl .block-magazine img {
	border: 5px solid #fff;
	float: left;
	margin: 0 20px 0 0;
}

#ja-botsl .col-1 {
	background: 0;
}

#ja-botsl .col-1  .block-content{ 
	border-right: 1px solid #222;
	color: #999;
	line-height: 22px;
	padding: 40px 20px 32px 0;
}

#ja-botsl .list-active-magazine {
	margin: 4px 0 0;
}

#ja-botsl .block-magazine a {
	color: #f91878;
	font-weight: 700;
}

#ja-botsl .block-magazine a:active,
#ja-botsl .block-magazine a:focus,
#ja-botsl .block-magazine a:hover {
	color: #fff;
	text-decoration: none;
}

#ja-botsl .col-2, 
#ja-botsl .col-3, 
#ja-botsl .col-4 { 
	background: 0;
	margin: 0;
	width: 17%;
}

#ja-botsl .col-2 .block, 
#ja-botsl .col-3 .block, 
#ja-botsl .col-4 .block{ 
	border-right: 1px solid #222;
	margin: 0;
	padding: 40px 20px;
} 

#ja-botsl .col-4 .block { 
	border-right: 0;
	color: #999;
	padding: 40px 0px 35px 20px;
}

#ja-botsl .col-4 .block p:first-of-type {
	margin: 7px 0 10px 0;
} 

#ja-botsl .block-title {
	color: #FFFFFF;
	font-family: 'Chivo',sans-serif;
	font-size: 110%;
	font-weight: 400;
	padding: 0 0 10px;
	text-transform: uppercase;
}

#ja-botsl .block-title  strong {
	font-weight: normal;
}

#ja-botsl .block ol li {
  border-bottom: 0;
  font-size: 100%;
  margin: 0;
  line-height: 30px;
  padding: 0;
}

#ja-botsl a{
	color: #999;
}

#ja-botsl .col-4 a {
	color: #f91878;
}

#ja-botsl .col-4 a:active,
#ja-botsl .col-4 a:focus,
#ja-botsl .col-4 a:hover,
#ja-botsl a:active,
#ja-botsl a:focus,
#ja-botsl a:hover {
	color: #fff;
	text-decoration: none;
}

#ja-botsl .col-5 .block {
	border-top: 1px solid #222;
	margin: 0;
	padding: 35px 20px 0 20px;
}

ul.list-social {
	float: left;
	margin: 5px 0 10px 0;
	padding: 0;
	width: 100%;
}

ul.list-social li { 
	float: left;
	margin: 0 5px 0 0;
	height: 20px;
	width: 20px;
}

ul.list-social li  a {
	background-image: url('https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/ico-social-footer.png');
	float: left;
	height: 20px;
	width: 20px;
	text-indent: -99em;
}

ul.list-social li.facebook  a {
	background-position: 0 0;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

ul.list-social li.facebook  a:active,
ul.list-social li.facebook  a:focus,
ul.list-social li.facebook  a:hover {
	background-position: 0 -20px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

ul.list-social li.twitter  a {
	background-position: 0 -40px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

ul.list-social li.twitter  a:active,
ul.list-social li.twitter  a:focus,
ul.list-social li.twitter  a:hover {
	background-position: 0 -60px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

ul.list-social li.blog  a {
	background-position: 0 -80px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

ul.list-social li.blog  a:active,
ul.list-social li.blog  a:focus,
ul.list-social li.blog  a:hover {
	background-position: 0 -100px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
ul.list-social li.rss  a {
	background-position: 0 -120px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

ul.list-social li.rss  a:active,
ul.list-social li.rss  a:focus,
ul.list-social li.rss  a:hover {
	background-position: 0 -140px;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}

/* FOOTER
--------------------------------------------------------- */
#ja-footer {
	position: relative;
	background:#111;
}

#ja-footer .main .inner {
	background: 0;
	border-top: 1px solid #222;
	color: #666;
	padding: 30px 0;
}

#ja-footer a {
	color: #999;
	text-decoration: none;
}

#ja-footer a:hover, #ja-footer a:active, #ja-footer a:focus {
	text-decoration: underline;
}

#ja-footer ul {
	float: left;
	margin: 0;
}

#ja-footer li {
	display: block;
	float: left;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
	background: url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/sep-vdot.gif) no-repeat right center;
}

#ja-footer li.last {
	background: none;
}

#ja-footer li a {}

#ja-footer li a.link-feed {
	line-height: normal;
}

#ja-footer .ja-info { margin-bottom: 10px; }

#ja-footer .ja-legal {
	float: left;
	line-height: 17px;
	width: 60%;
}
#ja-footer .ja-payment {
	float: right;
	height: 17px;
	width: 40%;
	background: url('https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/payment.png') top right no-repeat;
}

/*===============================================================
-----------------------[MAGENTO'S ELEMENTS]----------------------
=================================================================*/

/* MESSAGES
----------------------------------------------------------------*/
.success {color: #42A032;}
.error	{color: #c00;}
.notice	{color: #069;}

.success, .error {
	font-weight: bold;
}

.messages {
	position: relative;
	overflow: hidden;
	width: 100%;
}

.error-msg, .success-msg, .notice-msg, .note-msg {
	background-position: left center !important;
	background-repeat: no-repeat !important;
	border-style: solid !important;
	border-width: 2px !important;
	font-size: 110% !important;
	font-weight: bold !important;
	margin: 0 0 15px!important;
	padding: 16px 64px !important;
}

.error-msg li, .success-msg li, .notice-msg li {
	background: none;
}

.error-msg {
	background-color: #444;	
	background-image: url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/msg_error.png);
	border-color: #CC0000;
	color: #fff;
}

.success-msg {
	background-color: #444;
	background-image: url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/msg_success.png);
	border-color: #42A032;
	color: #ffffff;
}

.notice-msg, .note-msg {
	background-color: #FEF9EF;
	background-image: url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/msg_success.png);
	border-color: #069;
	color: #069;
}

.info-button {
	background-color: #555;	
	background-image: url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/msg_help.png);
	color: #fff;
	background-position: center center
}

.out-of-stock {
	color: #c00;
	font-weight: bold;
}

/* FORMS
----------------------------------------------------------------*/
input.qty { width: 2.5em !important; text-align:center}

.fieldset label, .form-list label, .sp-methods label { font-weight: bold; }

.buttons-set,
.button-set {/*Container for form buttons*/
	clear: both;
	margin-top: 15px;
	text-align: right;
	font-weight: bold;
	overflow: hidden;
}

.buttons-set .back-link { float: left; margin: 0; }
.account-buttons-set .back-link { float: left; margin: 0; }

.buttons-set .button { float: right; margin-left: 5px; }

.buttons-set #add_recipient_button { margin: 0; }

.buttons-set p.required { 
	margin-bottom: 5px; 
}

/* button subscription print subscription */
.add-to-subscription .button {
	position: relative;
	background-color: #fff;
	border: 1px solid #c60592;
	color: #c60592 !important;
	cursor: pointer;
	font: normal 100%/normal 'Chivo', sans-serif !important;
	text-transform: uppercase;
	overflow: visible;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;			
	font-size: 15px !important;			
	margin: 0px;
	display: flex !important;
	width: fit-content !important;
	height: 42px !important;
	align-content: center;
	align-items: center;
	padding: 0 32px !important;
}

.add-to-subscription .button.highlited {
	background-color: #c60592;
	color: #fff !important;
	background-image: url('https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/icon_mycart_1.png');
	background-position: 8px center;
    	background-repeat: no-repeat;
}

.add-to-subscription .button.highlited:hover {
	background-color: #000 !important;
	color: #fff !important;
	background-position: 14px center;
}
.add-to-subscription .button:hover {
	background-color: #000 !important;
	color: #fff !important;
}

.add-to-subscription .button mark {
	position: absolute;
	top: -8px;
	right: -16px;
	background-color: #c60592;
	color: #fff;
	padding: 5px 10px;
	border-radius: 5px;
	font-size: 10px;
	font-weight: 700;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
button.button, button {
	background: #111;
	border: 1px solid #111;
	color: #fff;
	cursor: pointer;
	font: normal 100%/normal 'Chivo',sans-serif !important;
	text-transform:uppercase;
	overflow: visible;
	padding: 8px 32px;
	text-align: center;
	vertical-align: middle;
	width: auto;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;		
}

button.button span, 
.btn-cart span,
.form-button { 
	white-space: nowrap; 
}

button.button:hover,
button.button:focus,
button:hover,
button:focus { background: #f91878; border: 1px solid #f91878; }

.btn-continue,
.btn-update { margin-right: 10px; }

#wishlist-view-form .btn-update { margin-right:0px; }

a.button { }

/*Form lists---*/
.form-list { margin: 0; }

.form-list li { margin: 0; padding: 5px 0; }

.form-list li .input-box .input-text,
.form-list li .input-box textarea { width: 250px; }

.form-list li .input-box select   { width: 256px; }

.form-list li.additional-row {}

.form-list li.additional-row > p { margin: 15px 0 0; float: right; }

.form-list li.additional-row .btn-remove {}

.form-list div.input-box { padding: 5px 0; }

.form-list .control div.input-box { padding: 0; display: inline; }

.form-list .control div.input-box input.checkbox {
	margin-top: 0;
	margin-bottom: 0;
	vertical-align: middle;
}

.fieldset {
	border: 1px solid #ddd;
	margin: 25px 0 15px;
	padding: 15px;
}

.fieldset .legend {
	background: none repeat scroll 0 0 rgb(255, 255, 255);
	float: left;
	font-size: 110%;
	font-weight: bold;
	margin: -30px 0 0;
	padding: 5px 8px 5px 10px;
}

.fieldset .form-list {
	margin: 10px  0 0;
}

.fieldset li { padding: 5px 0; }

.fieldset li .field { float: left; width: 275px; }

.fieldset li .input-text, .fieldset li select, .fieldset li textarea  { width: 525px; }

.fieldset li .input-box .input-text, .fieldset li .input-box textarea { width: 250px; }

.fieldset li .input-box select                                        { width: 256px; }

/*Form Messages---*/
.validation-advice, .required { margin: 0; }

.validation-advice {
	background: url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/validation_advice_bg.gif) no-repeat 2px 1px;
	clear: both;
	font-weight: bold;
	line-height: 1.25em;
	margin-top: 3px;
	min-height: 15px;
	padding-left: 17px;
}

.validation-failed {
	background: #FCEDED !important;
	border: 1px dashed #c00 !important;
}

/*Expiration date and cvv number validation fix---*/
.v-fix { float: left; }

.v-fix .validation-advice {
	display: block;
	margin-right: -12em;
	position: relative;
	width: 12em;
}

label.required { font-weight: bold; }

label.required em {
	color: #f91878;
	margin-right: 3px;
}

p.required {
	margin: 0;
	text-align: right;
	color: #f91878;
}

.form-list li .input-box .v-fix .month,
.form-list li .input-box .v-fix .year { width: 125px; }

/* HEADINGS
----------------------------------------------------------------*/
.head, .inner-head, .box-title ,.box-head{
	line-height: 1.25em;
	text-align: right;
}

.head h1, .inner-head h1
.head h2, .inner-head h2,
.head h3, .inner-head h3,
.head h4, .inner-head h4,
.head h5, .inner-head h5,
.box-title h3,
.box-head h2{
	float: left;
	margin: 0;
	text-align: left;
}

.head a, .inner-head a,.box-title a,.box-head a {
	font-weight: bold;
}

.info-box .box-title {
	text-align: left;
	font-size:135%;
}

/*Page heading---*/
.page-title {
	border-bottom: 0;
	font-family:'Chivo',sans-serif;
	margin: 0 0 15px;
	padding: 0 0 15px;
	text-transform: uppercase;
}

.page-title h1 {
	color: #333;
	font-size: 155%;
	font-weight: 300;
	margin: 0;
}


.account-create .page-title,
.account-login .page-title {
	border-bottom: 0;
	font-family:'Chivo',sans-serif;
	margin: 0 0 15px;
	padding: 0 0 15px;
	text-transform: uppercase;
}

/*
.account-create .page-title h1,
.account-login .page-title h1 {
	color: #333;
	font-size: 155%;
	font-weight: 300;
	margin: 0;
}
*/


.page-title h4 {
	font-size: 150%;
	margin: 0;
}

.page-title a {
	font-weight: bold;
}

.page-title ul
.page-title li {
	background: none;
	margin: 0;
	line-height: normal;
}

.title-buttons {
	line-height: 35px;
	overflow: hidden;
	text-align: right;
}

.title-buttons h1 {
	float: left; /* heading level with buttons */
	padding: 6px 0;
}

.title-buttons ul {
	float: right;
}

.title-buttons ul li {
	float: left;
	display: block;
	padding-left: 10px;
}

.title-buttons .paypal-logo {
	margin: 0;
	padding: 0;
	float: left;
	line-height: 20px;
}

.title-buttons .paypal-logo a {
	float: left;
	padding-right: 10px;
}

.checkout-types li p.paypal-logo .paypal-or {
	display: none;
}

.account-inner-page a:active,
.account-inner-page a:focus,
.account-inner-page a:hover {
	color: rgb(249, 24, 120);
	text-decoration: none;
}

.addresses-additional h2,
.addresses-primary h2 {
	border-bottom: 1px solid rgb(221, 221, 221);
	margin-bottom: 5px;
	margin-top:0;
	padding-bottom: 10px;
    text-transform: uppercase;
	font: normal 135% 'Chivo',sans-serif
}

.book-button-link {
	border-top: 1px solid rgb(221, 221, 221);
	padding: 10px 0 0 0;
}

.inner-page-button-link {
	border-top: 1px solid rgb(221, 221, 221);
	margin: 30px 0 0 0;
	padding: 10px 0 0 0;
}

.inner-page-button-link .back-link {
	padding: 6px 0;
}
.inner-page-button-link .back-link a:active,
.inner-page-button-link .back-link a:hover,
.inner-page-button-link .back-link a:focus {
	color: rgb(249, 24, 120);
	text-decoration: none;
}




/*Category list heading---*/
.category-head {
	margin-bottom: 10px;
}

.category-head h2 {
	color: #333;
	font-size: 200%;
	margin: 0;
}

.box-header {
	background: #eee none repeat scroll 0%;
	font-size: 1.05em;
	font-weight: bold;
	margin: 10px 0;
	padding: 2px 8px;
	text-align: left;
}

.category-head .link-feed {
	float: right;
	margin-top: 5px;
	position: relative;
}

/* TABLES
----------------------------------------------------------------*/
td.label {
	font-weight: bold;
}

/*Data Table---*/
.data-table {
	width: 100%;
	border: 1px solid #ddd;
	border-collapse: collapse;
}

.data-table tr td {
	background: #fff;
}

.data-table .odd td {
}

.data-table .even td {
	background: #fff !important;
}

.data-table td.last, 
.data-table th.last,
.data-table th:last-child {
	border-right: 0;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.data-table td.last, 
	.data-table th.last,
	.data-table th:last-child {
		border-right: 1px solid #ddd !important;
	}
}

.data-table tr.last td,
.data-table tr.last th {
}

.data-table th {
	white-space: nowrap;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	color: #333;
	font:bold 14px Arial, Helvetica, sans-serif;
}

.data-table tfoot th { font:normal 12px Arial, Helvetica, sans-serif; color:#333; padding:20px 15px;} 
.data-table tfoot th strong { font-weight:normal}

.data-table th.wrap {
	white-space: normal;
}

.data-table th a,
.data-table th a:hover {
	color: #fff;
}

.data-table td,
.data-table th {
	padding: 15px;
}

.data-table thead tr th,
.data-table thead tr td {
	background: #fafafa;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	color: #333;
}

.data-table tfoot tr.first td {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}

.data-table tfoot tr td {
	padding:20px 15px;
}

.data-table tfoot td {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.data-table tbody td {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}
.data-table tbody tr.last td {
	border-bottom: 0;
}

/*Bundle Products---*/
.data-table tbody.odd tr td{
}

.data-table tbody.even tr td {
	background: #fff !important;
}

.data-table tbody.odd tr td,
.data-table tbody.even tr td {
	border-bottom: 0;
}

.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td {
	border-bottom: 1px solid #ddd;
}

.data-table tbody td h4.title,
.data-table tbody td h5.title {
	color: #333;
	font-size: 100%;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.data-table tbody td .option-label {
	font-style: italic;
	font-weight: bold;
}

.data-table tbody td .option-value {
	padding-left: 10px;
}

.data-table .product-name {
	font-size: 100%;
	margin: 0;
}

.box-table select {
	width: 100%;
}

.nested-data-table th, .nested-data-table td {
	padding-bottom: 2px;
	padding-top: 2px;
}

.generic-table td {
	padding: 0 8px;
}

.generic-table td.first {
	padding-left: 0;
	white-space: nowrap;
}

.shipping-tracking .button-set {
	border: 0;
	margin-top: 0;
	padding-top: 0;
}

/* LISTS
----------------------------------------------------------------*/
.disc {
	margin: 10px 0;
}

.disc li {
	background: url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/bullet.gif) no-repeat left 7px;
	padding-left: 8px;
}

li.odd {}
li.even {}
li.last {}

/* Bare List */ /* Unstyled list */
.bare-list {
	margin: 5px 0;
}

.bare-list li {
	margin: 3px 0;
}


/* category list */
#ja-mass-top1 { background:#000; margin:0 0 35px;}



/* Pager magento 1.4*/

.pager .pages .current {}

/*Pages*/
.pages {
	width: auto;
	float: right;
}
.pages strong {
	color: #999;
	float: left;
	font-weight: normal;
	padding: 6px 8px 6px 0;
}

.pages ol {
	border: 1px solid #ddd;
	padding: 5px 0;
	float: left;
}

.pages ol li{ 
	float: left;
}
.pages ol li.current,
.pages ol li a{
	padding: 0 10px;
} 
.pages ol li a {
	float: left; 
}

.pages ol li a img{ 
	float: left;
	margin: 5px 0;
}

/* Sorter */
.view-mode { float:left; margin:0; width: 15%; }
.view-mode label {
	color: #999;
	float: left;
	padding: 6px 8px 6px 0;
}

.view-mode .grid {
	background: url('https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/icon-grid-products.png') no-repeat 8px 8px;
	border: 1px solid #ddd;
	float: left;
	height: 11px; 
	padding: 8px;
	text-indent: -999em;
	width: 11px; 
}
.view-mode .list {
	background: url('https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/icon-list-products.png') no-repeat 8px 8px;
	border: 1px solid #ddd;
	border-left: 0 !important;
	float: left;
	height: 11px; 
	padding: 8px;
	text-indent: -999em;
	width: 11px;
}

.view-mode strong.grid {
	background: url('https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/icon-grid-products.png') no-repeat 8px -31px;
}
.view-mode strong.list {
	background: url('https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/icon-list-products.png') no-repeat 8px -31px;
}

.view-mode a.grid:active,
.view-mode a.grid:focus,
.view-mode a.grid:hover {
	background: url('https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/icon-grid-products.png') no-repeat 8px -31px;
}

.view-mode a.list:active,
.view-mode a.list:focus,
.view-mode a.list:hover {
	background: url('https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/icon-list-products.png') no-repeat 8px -31px;
}


/*sort-by*/
.sort-by { 
	float:left;
	width: 30%; 	
	padding-right:0; 
}

.sort-by label {
	color: #999;
	float: left;
	padding: 6px 8px 6px 0;
}

.sort-by select { 
	float: left;
	margin:0; 
	padding:0; 
	vertical-align:middle; 
}

.sort-by .set-direction {
	float: left;
	padding: 10px;
	height: 7px;
	margin: 0 0 0 2px;
	width: 5px;
	border: 1px solid #ddd;
}

.sort-by .set-direction img {
	display: none;
}

.sort-by .set-direction.ascending { 
	background: url('https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/ico-ascending.png') no-repeat 10px 10px;
	
}

.sort-by .set-direction.ascending:active,
.sort-by .set-direction.ascending:focus,
.sort-by .set-direction.ascending:hover {
	background: url('https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/ico-ascending.png') no-repeat 10px -33px;
	color: rgb(255, 255, 255);
}

.sort-by .set-direction.descending { 
	background: url('https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/ico-descending.png') no-repeat 10px 10px;
}

.sort-by .set-direction.descending:active,
.sort-by .set-direction.descending:focus,
.sort-by .set-direction.descending:hover {
	background: url('https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/ico-descending.png') no-repeat 10px -33px;
	color: rgb(255, 255, 255);
}

.toolbar .select-box {
  float: left;	
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  padding: 0;
  background:rgba(225,225,225,0) url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/bg-dropdown-select.png) no-repeat 90% 50%;
  border:1px solid #ddd;
}

.toolbar .select-box select {
  margin: 0;
  line-height: 1;
  border: none;
  background: rgba(225,225,225,0);
   -webkit-appearance: none;
}

.toolbar .sort-by .select-box { 
	width:115px; 
	margin-right:5px;
}

.toolbar .sort-by .select-box select { 
	width:150px;
	height: 27px;
	padding: 5px;
	font-size: 12px; 
	color:#333;
	cursor: pointer;
}

.toolbar .sort-by .select-box select option { 
	font-size:12px;
}

.toolbar .amount { 
	float: right;
	height: 27px;
	line-height: 27px;
	padding-right: 0;
	text-align: right;
	width: 30%;
}


/*limiter*/
.toolbar .limiter { 
	float:left;
	width: 30%; 	
	padding-right:0; 
}
.toolbar .limiter label {
  color: #999999;
  float: left;
  padding: 6px 8px 6px 0;
}
.toolbar .limiter .select-box { 
	width:115px; 
	margin-right:5px;
}

.toolbar .limiter .select-box select { 
	width:150px;
	height: 27px;
	padding: 5px;
	font-size: 12px; 
	color:#333;
	cursor: pointer;
}

.toolbar .limiter .select-box select option { 
	font-size:12px;
}

.toolbar .limiter .select-box { 
	width:111px; 
	margin-right:3px;
}

.toolbar .limiter .select-box select { 
	width:150px; 
	padding-left:5px;  
	font-size: 12px; 
	color:#333;
	-webkit-appearance: none;
	-o-appearance:none!important;
}

.toolbar .sort-by .select-box select:focus,
.toolbar .limiter .select-box select:focus {
	outline: none;
}



.link-feed {}

.sorter p,
.pager p,
.sorter div,
.pager div {
	margin: 0 10px;
	text-align: center;
}

/* Toolbar */
.toolbar { margin: 0 5px; }

.toolbar-inner {
  border-bottom: 1px solid #F0F0F0;
  padding: 20px 0;
  float: left;
  margin-bottom: 25px;
  width: 100%;
}

.toolbar-bottom .toolbar-inner { 
	border-bottom: 0;
	border-top: 1px solid #f0f0f0; 
	padding: 20px 0;
	float: left;
	margin-bottom: 0;
	width: 100%;
}


.toolbar-inner p{ margin: 0; }

.toolbar .pager {
	margin: 0;
}

.toolbar .sorter {
	margin: 0;
}

.toolbar-bottom {
	clear: both;
}

/*RATINGS
----------------------------------------------------------------*/
.ratings {
	line-height: 15px;
	margin: 10px 0;
}

.ratings strong {
	float: left;
	margin-right: 5px;
}

.rating-box {
	background: url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/product_rating_blank_star.png) repeat-x;
	float: left;
	height: 10px;
	margin-right: 10px;
	position: relative;
	width: 60px;
	clear: right;
}

.rating-box .rating {
	background: url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/product_rating_full_star.png) repeat-x;
	height: 10px;
	left: 0;
	position: absolute;
	top: 0;
}

.ratings .rating-links {
	margin: 0;
	float: left;
}

.ratings .rating-links .separator { padding:0 5px;}
.ratings .rating-links a { color:#999;}

.ratings-list {
	margin: 5px 0;
}

.ratings-list td {
	padding: 3px 0;
	vertical-align: middle;
}

.ratings-list td.label {
	font-weight: bold;
	padding-right: 8px;
}

.ratings-table { margin: 15px 0; }

.ratings-table th,
.ratings-table td { padding-right: 10px; vertical-align: middle; }

/*PRICES
----------------------------------------------------------------*/
.price {
	white-space: nowrap !important;
}

.price-box {
	margin: 5px 0;
}

.price-box .price {
	color: #333;
	font-weight: normal;
	font-family:'Chivo',sans-serif;
	font-size:14px;
}

/*Regular price---*/
.regular-price {
	color: #f91878;
}

.regular-price .price {
	color: #f91878;
	font-size: 14px;
	font-weight: normal;
}

/*Old price---*/
.old-price {
	margin: 0;
	display: inline;
	padding-right:5px;
}

.old-price .price-label { display:none;
}

.old-price .price {
	color: #999;
	font-weight: normal;
	text-decoration: line-through;
}

/*Special price---*/
.special-price {
	margin: 0;
	padding: 3px 0;
	display: inline
}

.special-price .price-label { display:none;
}

.special-price .price {
	color: #f91878;
	font-size: 14px;
	font-weight: normal;
}

/*Minimal price (as low as)---*/
.minimal-price {
	margin: 0;
}

.minimal-price .price-label {
	font-weight: bold;
	white-space: nowrap;
}

a.minimal-price-link {
	display: block;
}

a.minimal-price-link .label {}

a.minimal-price-link .price {
	color: #0088CC;
	font-weight: normal;
}

/*Excluding tax---*/
.price-excluding-tax {
	color: #999;
	display: block;
}

.price-excluding-tax .label {
	color: #999;
	white-space: nowrap;
}

.price-excluding-tax .price {
	color: #069;
	font-size: 14px;
	font-weight: normal;
}

/*Including tax---*/
.price-including-tax {
	color: #999;
	display: block;
}

.price-including-tax .label {
	color: #999;
	white-space: nowrap;
}

.price-including-tax .price {
	color: #069;
	font-size: 14px;
	font-weight: bold;
}

/*Excl tax (for order tables)---*/
.price-excl-tax {}

.price-excl-tax .label {
	display: block;
	white-space: nowrap;
}

.price-excl-tax .price {}

/*Incl tax (for order tables)---*/
.price-incl-tax {
	display: block;
}

.price-incl-tax .label {
	display: block;
	white-space: nowrap;
}

.price-incl-tax .price {
	display: block;
	font-weight: bold;
}

/*Price range---*/
.price-from {
	margin: 0;
}

.price-from .price-label {
	font-weight: bold;
	white-space: nowrap;
}

.price-to {
	margin: 0;
}

.price-to .price-label {
	font-weight: bold;
	white-space: nowrap;
}

/*Price notice next to the options---*/
.price-notice {
	color: #999;
	padding-left: 10px;
}

.price-notice .price {
	color: #333;
	font-weight: bold;
}

.price-as-configured {
	margin: 0;
}

.price-as-configured .price-label {
	font-weight: bold;
	white-space: nowrap;
}

.price-box-bundle {
	padding: 0 0 10px 0;
}

.price-box-bundle .price-box {
	margin: 0 !important;
	padding: 0 !important;
}

.price-box-bundle .price {
	color: #666;
}

.product-pricing-grouped li {
	color: #333;
	padding: 2px 0;
}

.product-pricing-grouped li .price {
	font-weight: bold;
}

/*Product Pricing---*/
.product-pricing {
	background: #f0f0f0;
	border: 1px solid #ddd;
	margin: 10px 0;
	padding: 10px;
}

.product-pricing li {
	background: url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/bg_tierico1.gif) no-repeat 0 9px;
	padding: 2px 0 2px 8px;
}

.product-pricing .benefit {
	color: #333;
	font-weight: bold;
}

.product-pricing .price {
	color: #333;
	font-weight: bold;
}

/*Currency Switcher---*/
.currency-switcher {
	background: url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/currency_switcher_bg.gif) no-repeat;
	font-size: 1.05em;
	height: 53px;
	padding: 7px 12px 10px 12px;
}

.currency-switcher h4 {
	background: url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/icon_world.gif) no-repeat 0 2px;
	color: #fff;
	min-height: 21px;
	padding-left: 22px;
	text-transform: none;
}

.currency-switcher select {
	width: 98%;
}

/* MIS.
----------------------------------------------------------------*/
.product-shop { float: right; }

/*Generic Box---*/
.generic-box,
.order-info-box {
	background: #fff;
	border: 1px solid #ddd;
	margin-bottom: 15px;
	padding: 10px 15px;
}

.generic-box h4,
.order-info-box h2 {
	margin: 0 0 5px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	font-size: 100%;
	text-align: left;
}

/*Generic Product Grid---*/
.generic-product-grid {
	width: 100%;
}

.generic-product-grid td {
	border-bottom: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

.generic-product-grid tr.last td {
	border-bottom: 0;
}

.generic-product-grid td.last {
	border-right: 0;
}

.generic-product-grid .product-image {
	text-align: center;
}

.generic-product-grid td.empty-product {
	border-right: 0;
}

.generic-product-grid .ratings .pipe {
	display: none;
}

/*Add To---*/
.add-to-links {
	font-weight: bold;
	line-height: normal;
	margin-bottom: 0;
	margin-top: 10px;
}

.add-to-links a {
	background: url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/arrow_d2.gif) no-repeat 0 center;
	padding-left: 7px;
	color: #666;
}

.add-to-links a:hover,
.add-to-links a:focus {
	background-image: url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/arrow_d1.gif);
	color: #069;
	text-decoration: none;
}

.add-to-links .pipe,
.add-to-links .separator {
	display: none;
}

.add-to-cart {
	float: left;
}

.add-to-cart label {
	color: #666666;
    float: left;
    padding-top: 8px;
}

.add-to-cart .qty {
	float: left;
	margin: 0 10px;
	text-align:center;
	background:#fff;
	height: 30px;
	line-height:30px;
	padding:0 10px;
	outline: none;
	width:1.5em !important;
}

.add-to-cart .button {
	float: left;
	outline: 0;
	margin: 0;
	height: 32px;
	line-height: 100% !important;
	font: 100% Arial,Helvetica,sans-serif !important;
	padding: 0 10px 0 35px;
}


.add-to-box {
	margin: 10px 0;
	overflow: hidden;
}

.add-to-box {
	margin: 10px 0;
}

.add-to-box .add-to-cart {
	float: left;
	margin: 15px 0;
}

.add-to-box .or { display:none;}

.add-to-box .add-to-links {
	margin: 7px 0 0 0;
	float: left;
	text-align: left;
	width:100%
}

.product-essential .product-shop .product-options-bottom .add-to-links { width:100%; margin-top:30px; float:left}

#product-options-wrapper.product-options .input-box {
	 background: url("https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/bg-dropdown-select.png") no-repeat scroll 90% 50% #FFFFFF;
    border: 1px solid #DDDDDD;
    display: inline-block;
    float: left;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
	 margin-right: 10px;
    width: 165px;
}

#product-options-wrapper.product-options .input-box select {
	 background:rgba(255,255,255,0);
    border: medium none;
    line-height: 1;
    margin: 0;
	color: #333333;
    font-size: 12px;
    padding-left: 5px;
    width: 190px;
	height:27px;
}

/*#product-options-wrapper.product-options dd.last .input-box { width:70px}
#product-options-wrapper.product-options dd.last .input-box select { width:95px}
*/
.product-essential .product-shop .add-to-links li a { 
	background:url("https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/icon_w_c_e.png") no-repeat; 
	padding-left:36px; 
	height:26px;
	margin-bottom:10px;
	float:left;
	font:bold 11px/25px Arial, Helvetica, sans-serif;
	margin-right:20px;
}

.product-essential .product-shop .add-to-links li a:hover { color:#f91878; text-decoration:none;}

.product-essential .product-shop .add-to-links li a.link-wishlist { background-position: left top;}
.product-essential .product-shop .add-to-links li a.link-compare { background-position: left  center;}
.product-essential .product-shop .add-to-links li a.email-friend { background-position: left bottom;}

.product-essential .product-shop .social { padding-top:15px;}
.product-essential .product-shop .social .chicklets { text-indent: -1000em}
.product-essential .product-shop .social .stButton { margin-left:0;}
.product-essential .product-shop .social .stButton .chicklets { padding-left:16px; padding-right:0;}

.add-to-cart .paypal-logo {
	clear: both;
	margin: 0;
	display:none
}

/*Tool Tips---*/
.tool-tip {
	background: #FEF9EF;
	border: 1px solid #ddd;
	position: absolute;
	padding: 10px;
}

.tool-tip .btn-close {
	text-align: right;
}

.tool-tip .inline-content {
	padding: 8px;
}

.tool-tip .block-content {
	padding: 15px 20px;
}

.truncated {
	cursor: help;
}

.truncated a.dots {
	cursor: help;
	text-decoration: none !important;
}

.truncated a.details { display:none;
}

.truncated .truncated_full_value {
	position: relative;
	z-index: 999;
}

.truncated .truncated_full_value dl {
	background: #FEF9EF;
	border: 1px solid #ccc;
	padding: 5px 10px;
	position: absolute;
	top: -99999em;
	width: 250px;
	z-index: 999;
}

.truncated .truncated_full_value dl dt {
	margin-top: 0;
}

.truncated .show dl {
	left: 50%;
	top: -20px;
}

#ja-col1 .truncated .show dl {
	left: 35px;
	top: 10px;
}

#ja-col2 .truncated .show dl {
	left: -147px;
	top: 20px;
}

/*Link highlights---*/
.link-wishlist { white-space: nowrap; }

.link-remove {}

.link-cart  {}

.btn-remove  {
	display: block;
	width: 20px;
	height: 20px;
	font-size: 0;
	line-height: 0;
	text-indent: -999em;
	overflow: hidden;
	border: 1px solid #555;
	background-color: #000;
}
.btn-remove:hover,
.btn-remove2:hover { /*background: url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/icon-remove.png) no-repeat center bottom; */ }

.btn-remove2 {
	display: block;
	width: 20px;
	height: 20px;
	font-size: 0;
	line-height: 0;
	background: url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/icon-remove.png)no-repeat center top;
	text-indent: -999em;
	overflow: hidden;
}

.btn-edit {
	display: block;
	width: 11px;
	height: 11px;
	font-size: 0;
	line-height: 0;
	background: url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/btn_edit.gif) 0 0 no-repeat;
	text-indent: -999em;
	overflow: hidden;
}

.link-print {
	background: url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/icon_printer.gif) no-repeat left center;
	padding-left: 23px;
	color: #666;
	line-height: 24px;
}

.link-feed {
	background: url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/icon_feed.png) no-repeat left center;
	padding-left: 18px;
	line-height: 24px;
}

/*===============================================================
---------------------------[BOX STYLE]---------------------------
=================================================================*/

/*GENERAL BOX STYLE
----------------------------------------------------------------*/
.block {margin-bottom: 20px;}

.block-banner {
	border: none;
	background: none;
}

.box-hilite,
.block-hilite { /*hilite state*/
	background: #3F3F3F;
	color: #ccc;
	border: 1px solid #3F3F3F;
}

/*Block Head---*/
.block .block-title {
	font: bold 14px 'Chivo',sans-serif;
	text-transform:uppercase;
	padding-bottom:10px;
	color:#333;
}

.block-hilite .block-title { /*hilite state*/
	background: url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/grad_d3.gif) repeat-x bottom #666;
	border-bottom: 1px solid #333;
}

.block-hilite .block-title * { /*hilite state*/
	color: #fff;
}

.block .block-title strong,
.block .block-title h3,
.block .block-title h4 {
	font-size: 110%;
}

.block .block-subtitle {
	padding: 8px 10px;
	border-bottom: 1px solid #ddd;
	background: #EDF7FC;
	margin: -10px -10px 10px;
}

.block-poll .block-subtitle { display:none;}
.block-poll #poll-answers { margin-bottom:10px;}

.block .block-title h3 {
	color: #999;
	font-size: 100%;
	background: none;
	border: 0;
	padding: 5px 0 0;
}

/*reset*/
.block h3, .block h4, .block h5 {
	margin: 0;
}

.block .block-title br {
	display: none;
}

/*Box Content---*/
.block .block-content {}

.block-banner .block-content {
	padding: 0;
}

.block .btn-remove,
.block .btn-edit { float: right; margin: 1px 0 2px 5px; }

.block input.checkbox { margin: 2px 5px 4px 10px; }

/*Box Action---*/
.block .actions {
	font-weight: bold;
	overflow: auto;
	clear: both;
}

.block .actions a {float: right;}

.block .actions button.button {
	float: left;
}

/*Box List---*/
.block ol {
	margin: 0;
}

.block ol li {
	margin: 0;
	padding: 8px 0;
}

.block ol li.last {
	border-bottom: 0;
}

.block ol li:last-child {
	border-bottom: 0;
}

/*MAGENTO'S BOX STYLE
----------------------------------------------------------------*/
.block .product-image {
	float: left;
	width: 32%;
}

.block .product-details {
	float: right;
	width: 65%;
}

.block .product-checkbox {
	float: left;
	padding-right: 4px;
}

.block .product-name {
	margin: 0;
}

/*Product Tags---*/
.block-tags { display:none;}
.block-tags li {
	display: inline;
}
/*Newsletter---*/

/*Mini Cart---*/

.side-col .block-cart { margin-bottom:40px; /*display:none;*/}

.side-col .block-cart li,
.side-col .block-cart li:last-child { border-bottom:1px solid #ddd; padding:20px 0;}

.side-col .block-cart .product-name{ 
	font-size: 12px;
    font-weight: bold;
    padding-bottom: 10px;}
.side-col .block-cart .price { color: #F91878 ;font-size: 14px;font-weight: normal;}

.block-cart .actions .paypal-logo a {
	float: none;
	background: none;
	padding: 0;
}

.block-cart .actions .button { width:100%;}

.block-cart .amount a { color:#f91878;}

.block-cart .subtotal {}

.block-cart .subtotal .label { font: bold 14px 'Chivo',sans-serif; text-transform:lowercase;}
.block-cart .subtotal .price { font: bold 14px 'Chivo',sans-serif; color:#f91878; float:right;}

.block-cart .product-details .btn-edit,
.block-cart .block-subtitle { display:none;}

/*Mini Wishlist---*/

/*Compare Products, Orders---*/
.block-compare .block-content { padding: 0; }

.block-compare .empty { }

.block-compare .actions { margin: 0; }

.block-compare ol {}

.block-compare .product-name {
	 margin-right:15px;
	 font:bold 11px Arial, Helvetica, sans-serif;
}

.block-compare .button { width:100%; margin-bottom:10px; margin-top:10px;}

.block-compare button + a {
    color: #F91878;
    float: left;
	font:bold 12px Arial, Helvetica, sans-serif
}

.block-compare button + a:hover {color:#000;}

/*Mini Product View---*/

/*Poll---*/
.block-poll .votes {
    float: right;
    margin-left: 10px;
}

.block-poll .answer {
    font-weight: bold;
}

/*Relate Products----*/
.block-related .block-content {}

.block-related p {
	margin: 10px;
}

.block-related ol li {
	position: relative;
}

.block-related .product-details {
	width: 50%;
}

/* Block Paypal */
.side-col .paypal-logo { display: none}

.paypal-logo {
	padding: 10px 0;
	margin: 0;
	text-align: right;
}

.paypal-logo a {
	display: block;
}

/*Layered Navigation---*/
.block-layered-nav .block-subtitle { display:none}

.block-layered-nav .currently {  }

.block-layered-nav .currently ol li .value { color:#f91878;}

.block-layered-nav .currently .block-subtitle { margin: 0; }

.block-layered-nav .currently .actions { margin: 0; }

.block-layered-nav ol { margin-bottom:10px}

.block-layered-nav ol.narrowed-category {
	padding: 10px;
	margin: 0 !important;
	background: #FEF9EF;
}

.block-layered-nav ol.narrowed-category li {
	padding: 0 !important;
	border-bottom: none;
}

.block-layered-nav .narrowed-category li .label {
	background: url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/narrow_by_li_by.gif) no-repeat 0 3px;
	font-weight: bold;
	padding-left: 20px;
	text-transform: uppercase;
}

.block-layered-nav .widget-btn {
	float: right;
	margin: 3px 0 0 5px;
}

#narrow-by-list {
	padding: 0 0 10px 0;
}

#narrow-by-list dt {
	color: #333;
	padding: 10px 10px 10px 0px;
	font-weight: bold;
}

#narrow-by-list dd {}

#narrow-by-list dd li, .narrow-by-list dd li  {
	padding: 3px 0;
	color:#999;
	border-bottom: 1px solid #333;
}
#narrow-by-list dd li a, .narrow-by-list dd li a {
	width: 100%; 
	display: block;	
}

#narrow-by-list dd.last {
	background: none;
}

/* My Orders */

.block-reorder .block-content{ padding: 0; }

.block-reorder ol { padding: 10px 0; }

.block-reorder .block-subtitle {
  background: none repeat scroll 0 0 rgb(250, 250, 250);
  border-bottom: 0 none;
  margin: 0;
  display:none;
}

.block-reorder p.product-name { font:bold 11px Arial, Helvetica, sans-serif; }
.block-reorder input.checkbox { float:right;}

.block-reorder .actions { margin: 0; }
.block-reorder .actions  a{ padding: 5px 0; }

.block-reorder .actions  a:active,
.block-reorder .actions  a:focus,
.block-reorder .actions  a:hover {
	color: rgb(249, 24, 120);
	text-decoration: none;
}

/* Block List */

.block-list ol li {}

/*===============================================================
--------------------[MAGENTO'S SHOP PAGES]--------------------
=================================================================*/

/*CATALOG LISTING
----------------------------------------------------------------*/
.category-products { margin: 0; }

.category-products h2 {
	font-size: 110%;
	margin: 0 0 10px;
}

.category-products .price-box {
	display: block;
}

/*Product---*/
.product-image img {
  display: block;
}

/*List Type---*/
ol.products-list { margin:0 5px;}

.products-list .item {
	border-bottom: 1px solid #e5e5e5;
	padding: 30px 0;
	overflow: hidden;
	clear: both;
}

.products-list .item:first-child { padding-top:0px;}

.products-list .item.last {
	border-bottom-width: 0;
}

.products-list .product-image {
	float: left;
	width: 180px;
	text-align: center;
}

.products-list .product-shop {
	width: 550px;
}

.products-list .product-shop .f-fix { width:345px !important}
.products-list .product-shop .desc-info { width: 160px; float:right; border-left:1px solid #f0f0f0; padding-left:20px}

.products-list .product-shop .desc-info .price-box { padding-bottom:10px; margin-top:0;}

.products-list .product-shop .desc-info .button-set { border-top:1px solid #f0f0f0; padding:20px 0 10px; text-align:left; margin-top:0;}
.products-list .product-shop .desc-info .button-set p { margin:0; padding:0;}

.products-list .product-shop .desc-info .button-set button { background:#111 url("https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/icon_mycart_1.png") no-repeat 15px center; padding-left:35px; font:bold 11px Arial, Helvetica, sans-serif; text-transform:none}

.products-list .product-shop .desc-info .button-set button:hover { background:#F91878 url("https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/icon_mycart_1.png") no-repeat 15px center;}

.products-list .product-shop h2.product-name { font:bold 14px/18px Arial, Helvetica, sans-serif}
.products-list .product-shop .rating-box { margin-top:3px;}

.products-list .product-shop a.link-learn { font: normal 12px Arial, Helvetica, sans-serif; color:#f91878}
.products-list .product-shop a.link-learn:hover { color:#000;}

.products-list .product-shop .description {}

.products-list .product-shop .price-box {
	float: left;
	text-align: left;
	white-space: nowrap;
	padding: 0 20px 0 0;
}

.products-list .product-shop .add-to-links li a { 
	background:url("https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/icon_w_c_e.png") no-repeat; 
	padding-left:36px; 
	height:25px;
	margin-bottom:10px;
	float:left;
	font:bold 11px/25px Arial, Helvetica, sans-serif;
}

.products-list .product-shop .add-to-links li a:hover { color:#f91878; text-decoration:none;}

.products-list .product-shop .add-to-links li a.link-wishlist { background-position: left top;}
.products-list .product-shop .add-to-links li a.link-compare { background-position: left  center;}
.products-list .product-shop .add-to-links li a.email-friend { background-position: left bottom;}

.products-list .add-to {
	margin-bottom: 0;
}

.products-list .product-shop p.add-to a {
	margin-right: 10px;
}

/*Grid Type---*/
.listing-type-grid { margin: 0 -5px; }

.products-grid .product-name, /*product name*/
.products-grid .product-image, /*product name*/
.products-grid .price-box, /*product price*/
.products-grid .actions, /* buttons and add to links */
.products-grid .pdescription, /* product description */
.products-grid .product-information {
	margin: 0 5px 10px;
}

.products-grid .product-name,
.products-grid .product-information h5 a { font:bold 11px Arial, Helvetica, sans-serif;}

.products-grid .product-information .price-box {
  margin-left: 0;
  margin-right: 0;
}

.products-grid .add-to-links {}

.products-grid {
	width: 100%;
}

.products-grid.last { border-bottom: 0; }

.products-grid li.item {
	float: left;
	width: 33%;
	margin: 0 0 20px !important;
	padding:0;
	position:relative;
	z-index:1;
	overflow:hidden;
}

.catalogsearch-advanced-result .products-grid li.item { width: 25%; }

.products-grid li.item button.btn-cart {
	float:left; 
	border:none; 
	background:url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/bg_addtocart.png) no-repeat center center; 
	color:#fff;
	position:absolute;
	height:90px;
	width:90px;
	padding:0;
	text-transform:none;
	font: bold 11px Arial, Helvetica, sans-serif;
	left:25%;
	opacity:0; 
	-moz-opacity:0; 
	-khtml-opacity: 0; 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/* skm_code override */
/*
.products-grid li.item:hover button.btn-cart { 
	
	top:60px; opacity:1;
	-moz-opacity:100; 
	-khtml-opacity:100; 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	
	}
*/

.products-grid .add-to-links { 
	display: block; 
	padding:0; 
	list-style:none; 
	position:absolute; 
	height:40px; 
	right:5px;
	margin:0;
	top:200px;
	opacity:0; 
	-moz-opacity:0; 
	-khtml-opacity: 0; 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	z-index:3;
	
}

#upsell-product-table li.item:nth-child(even) .add-to-links { 
	right:6px;
}
.catalog-category-view .category-title,
.catalog-category-view .category-image,
.catalog-category-view .category-description { display:none;}


.catalog-category-view .products-grid .add-to-links { right:5px;}
.catalog-category-view .products-grid li:nth-child(2n) .add-to-links { right:6px;}

.catalog-category-view .products-grid  .ratings { margin-left:5px}

.products-grid li.item:hover .add-to-links {top:200px;opacity:1;
	-moz-opacity:100; 
	-khtml-opacity:100; 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}

.products-grid .add-to-links li { float:left; margin:0; padding:0; background:#000; }
.products-grid .add-to-links li a {
	float:left; 
	width:60px; 
	height:40px; 
	text-indent:-1000em; 
	border-left:1px solid rgba(255,255,255,0.2); 
	padding:0;
}
.products-grid .add-to-links li a:hover {}

.products-grid .add-to-links a.link-wishlist { background: url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/icon_wishlist.png) no-repeat center top }
.products-grid .add-to-links a.link-wishlist:hover { background: url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/icon_wishlist.png) no-repeat center bottom }

.products-grid .add-to-links a.link-compare { background: url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/icon_compare.png) no-repeat center top;}
.products-grid .add-to-links a.link-compare:hover { background: url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/icon_compare.png) no-repeat center bottom;}

.products-grid li.item .out-of-stock { display:none;}


.products-grid li.item a.cboxElement { height:auto; float:left;}
.products-grid li.item .jmquickview {
	background:#000 url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/icon_quickview.png) no-repeat center top;
	height:40px;
	text-indent:-1000em;
	border:none;
	position:absolute; 
	left:5px;
	padding:0; 
	width:59px;
	top:200px;
	opacity:0; 
	-moz-opacity:0; 
	-khtml-opacity: 0; 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	z-index:2;
}

.products-grid li.item:hover .jmquickview {top:200px;opacity:1;
	-moz-opacity:100; 
	-khtml-opacity:100; 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";}

.products-grid li.item .jmquickview:hover { background:#000 url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/icon_quickview.png) no-repeat center bottom;}

.products-grid ol.odd  {}
.products-grid li.last { background: none; }

.products-grid .product-image {
	vertical-align: bottom;
	display: block;
}

.products-grid .product-image img {

}

.products-grid .rating-box {
	margin-left: 0;
	margin-right: 5px;
}

.products-grid .ratings a {
	text-align: center;
}

.products-grid .rating-links {
	margin: -2px 0 0;
}

.products-grid .rating-links .separator,
.products-grid .rating-links .separator + a { display:none;}

.products-grid .pipe {
	display: none;
}

.ja-dot { display: block; height: 1px; border-bottom: 1px solid #eee; margin: 0 10px; }

/*PRODUCT DETAIL
----------------------------------------------------------------*/
.product-info-box {}

.product-essential, .product-collateral {
	clear: both;
}

.product-essential {
	margin:0px 0 40px;
	overflow: hidden;
} 

.product-img-box {
	width: 275px !important;
	float: left;
}

.product-img-box .rating-links {
	margin-top: 10px;
	clear: both;
	float: none;
}

.product-essential .product-shop { width:465px !important}

.product-essential .product-shop button { background:#F91878 url("https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/icon_mycart_1.png") no-repeat 15px center; padding:7px 10px 7px 35px;border:1px solid #F91878; font:bold 11px Arial, Helvetica, sans-serif; text-transform:none}

.product-essential .product-shop button:hover { background:#111 url("https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/icon_mycart_1.png") no-repeat 15px center; border:1px solid #111}

@media screen and (-webkit-min-device-pixel-ratio:0) {
.add-to-box .add-to-cart { width:100%; }
}

.product-collateral {
}

/*PRODUCT TABS */

ul.ja-tab-navigator {
}

ul.ja-tab-navigator li{
	float: left;
	line-height: 30px;
	padding: 0;
}

ul.ja-tab-navigator li.first {}

ul.ja-tab-navigator li.active {
	background: #fff;
	border-top:2px solid #f91878;
	border-left:1px solid #e5e5e5;
	border-right:1px solid #e5e5e5;
	margin-bottom:-1px;
}

ul.ja-tab-navigator li.active.first {
	border-left-color: #e5e5e5;
}

.ja-tab-content {
	/*border:1px solid #e5e5e5;*/
	width:100%
}

ul.ja-tab-navigator li a {
	font-weight: bold;
	line-height: 40px;
	margin: 0;
	padding: 8px 30px !important;
	border: none;
	text-transform: uppercase;
	font:bold 12px Arial, Helvetica, sans-serif;
}

ul.ja-tab-navigator li a:hover,
ul.ja-tab-navigator li a:focus,
ul.ja-tab-navigator li a:active{
	text-decoration: none;
}


ul.ja-tab-navigator li.active a {
	color: #666 !important;
	text-decoration: none;
}

.ja-tabitem-producttags h5 {
	margin-top: 0;
}

/*Product Images---*/
.product-img-box .product-image-zoom {
	height: 265px;
	overflow: hidden;
	position: relative;
	width: 265px;
	z-index: 9;
	margin: 0;
}

.product-img-box .product-image-zoom img {
	cursor: pointer;
	left: 0;
	position: absolute;
	top: 0;
}

.product-img-box #track_hint {
	font-size: 92%;
	display:none;
}

.product-img-box .more-views {
	margin-top: 20px;
}
.product-img-box .more-views h2 { display:none;}

.product-img-box .more-views h4 {
	margin-bottom: 5px;
	text-transform: uppercase;
	font-size: 92%;
	color: #999;
}

.product-img-box .more-views ul {
	float: left;
}

.product-img-box .more-views li {
	float: left;
	display: block;
	margin: 0;
	line-height: normal;
}

.product-img-box .more-views li a {
	height: 80px;
	width: 60px;
	float: left;
}

.product-img-box .more-views li a:hover {}
.product-img-box .more-views li a:hover img { width:56px; height: 76px; border: 2px solid #f91878;}

/*Product Info---*/
.product-essential .product-shop h1 {
	margin-top: 3px;
	font: normal 18px Arial, Helvetica, sans-serif;
}

.product-essential .ratings {}
.product-essential .ratings .rating-links a { font:normal 11px Arial, Helvetica, sans-serif; color:#999;}
.product-essential .ratings .rating-links span { padding:0 5px;}

.product-essential .ratings .rating-box{ margin-top:1px;}

.product-essential .availability {
	font:bold 11px Arial, Helvetica, sans-serif;
	margin: 10px 0;
	color:#666;
}

.product-essential .availability span { color:#333;}

.product-essential .price-box {
	margin: 10px 0;
}

.product-essential .price-box .regular-price .price,
.product-essential .price-box .old-price .price,
.product-essential .price-box .special-price .price { font-size:20px;}

.product-essential .product-shop .short-description h2 { display:none;}

.product-essential td .price-box {
	margin: 0;
}

.product-essential h4 {
	font-size: 92%;
	color: #999;
	margin: 15px 0 2px;
	text-transform: uppercase;
}

.product-essential .add-to-holder {
	margin: 10px 0;
}

.product-essential .add-to-box {}

.product-essential .short-description { padding:5px 0 0px}

/*Product Options---*/
.product-options {
	margin: 20px 0 0;
}

.product-options dt {
	padding: 0;
	margin: 0 0 5px;
}

.product-options dt label {
	color: #333;
	font-weight: bold;
	display:none;
}

.product-options dt .qty-holder {
	float: right;
	margin-right: 15px;
}

.product-options dt .qty-holder label {
	vertical-align: middle;
}

.product-options dt .qty-disabled {
	background: none;
	border: 0;
	color: #333;
	padding: 3px;
}

.product-options dd {
	margin: 0 0 15px;
	padding: 0;
}

.product-options dl.last dd.last {
	border-bottom: 0;
	margin-bottom: 0;
	padding-bottom: 5px;
}

.product-options dd input.input-text {
	width: 99%;
}

.product-options dd textarea {
	height: 8em;
	width: 99%;
}

.product-options dd select {
	width: 99%;
}

.product-options dd .multiselect option {
	border-bottom: 1px dotted #ddd;
	padding: 2px 4px;
}

.product-options ul.options-list {
	margin-right: 5px;
}

.product-options ul.options-list li {
	line-height: 1.5;
	padding: 2px 0;
}

.product-options ul.options-list input.radio {
	float: left;
	margin-top: 3px;
}

.product-options ul.options-list input.checkbox {
	float: left;
	margin-top: 3px;
}

.product-options ul.options-list .label {
	display: block;
	margin-left: 18px;
}

.product-options ul.options-list label {
	font-weight: normal;
}

.product-options ul.validation-failed {
	padding: 0 7px;
}

.product-options p.required { display:none;}

.product-options-bottom {
	clear: both;
}

.product-options-bottom .add-to-cart { margin-top:30px;}

.product-options-bottom .product-pricing {
	background: none;
	border: 0;
	margin: 0;
	padding: 0 0 10px;
}

.product-options-bottom .product-pricing li {
	background: 0;
	padding: 2px 0;
}

.product-options-bottom .product-pricing .price,
.product-options-bottom .product-pricing .benefit {
}

.product-options-bottom .price-box {
	float: left;
	margin: 0;
	padding: 0;
}

.product-options-bottom .price-label {
	float: left;
	padding-right: 5px;
}

.product-options-bottom .price-tax {
	float: left;
}

.product-shop .product-options-bottom .price-box {}

.product-shop .product-options-bottom .price-label {
	float: none;
	padding-right: 0;
}

.product-shop .product-options-bottom .price-tax {
	float: none;
}



.product-shop .product-options-bottom .add-to-cart-box {
	clear: both;
	float: left;
	margin-top: 10px; 
}

.item-options dt {
	font-weight: bold;
}

.item-options dd {
	padding-left: 12px;
	background: url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/arrow.gif) no-repeat 5px 7px;
}

/*Product Collateral---*/
.product-collateral .box-collateral {
	margin: 30px;
}

.product-collateral .pview_info {
	margin: 30px !important;
}
.product-collateral .box-collateral h2,
#ja-tabitem-reviewform .form-add h2 { display:none; }

.product-collateral .box-collateral p { margin: 0 0 10px 0; width:100%;;}

.product-collateral .head {
	margin-bottom: 5px;
}

.product-collateral .box-collateral h3 {
	font-size: 100%;
}

.product-collateral .box-collateral h4 {
	color: #333;
	font-size: 92%;
	margin: 0;
}

.product-collateral .box-collateral h5 {
	color: #333;
	margin: 10px 0 5px;
}

#ja-tabitem-reviewform {
	margin: 30px;
}

#ja-tabitem-reviewform h3 {
	font-weight: normal;
}

/*Product Description*/
.product-collateral .box-description {}

/*Additional Information*/
.product-collateral .box-additional table {}

.product-collateral .box-additional .label {
	font-weight: bold;
	white-space: nowrap;
	background: #EDF7FC;
	width: 25%;
}

.product-collateral .box-additional .odd {
	background: #fff;
}

.product-collateral .box-additional .data {
	border-right: 0;
	background: #fff;
}

.product-collateral .box-additional td {}

/*related product*/
.box-up-sell { margin-top: 40px; }

.box-up-sell h2 { font:bold 18px 'Chivo',sans-serif; text-transform:uppercase; padding: 0px; margin-bottom:20px; }

.box-up-sell .product-name { font:bold 11px Arial, Helvetica, sans-serif}

#upsell-product-table li.item { width: 25%; }

/*reviews*/
#customer-reviews {
	margin-bottom: 0;
	min-height:450px
}

#customer-reviews .toolbar { margin:0; }

#customer-reviews .pager {}
#customer-reviews .pager .amount,
#customer-reviews .pager .limiter { margin:0 0 10px; padding:0; text-align:left;}

#customer-reviews dl {
	clear: both;
	padding-top: 15px;
}

#customer-reviews dd {
	margin-bottom: 15px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 15px;
}

#customer-reviews dd p {
	clear: both;
}

#review-form {
	padding-bottom: 10px;
}

#review-form table {
	margin: 8px 0 0;
	width: 456px;
}

#review-form td,
#review-form th {
	text-align: center;
}

#review-form td.label {
	text-align: left;
	width: 100px;
}

#review-form .form-add{
	padding-left: 0;
	background: none;
}

#review-form input.input-text,#review-form  textarea {
	width: 450px;
}

#review-form .buttons-set .button {
	float: left;
	margin-left: 0;
}

/* Product Tags */
.box-tags .form-add {
	display: block;
	overflow: hidden;
	vertical-align: middle;
	margin-bottom:10px;
}

.box-tags .form-add label {
	width: 100%;
	color: #333;
	margin: 10px 0 5px;
	display: block;
}

.box-tags .form-add .input-box,
.box-tags .form-add fieldset {
	float: left;
	margin-right: 5px;
}

.box-tags .form-add .input-box .input-text {
	width: 200px;
	padding: 6px 2px;
}

.box-tags .form-add .button {
	margin-left: 5px;
}

.tags-list,
.product-tags {}

.tags-list li,
.product-tags li {
	background: url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/sep-vdot.gif) no-repeat 100% 4px;
	display: inline;
	padding: 0 8px 0 4px;
}

.tags-list li.first,
.product-tags li.first {
	padding-left: 0;
}

.tags-list li.last,
.product-tags li.last {
	background: none;
}

/*Gift Messages----*/
.giftmessages .gift-header {
	color: #069;
	font-size: 12px;
	font-weight: bold;
}

.giftmessages .input-checkbox {
	padding-bottom: 15px;
}

.giftmessages textarea {
	height: 100px;
}

.giftmessages .input-checkbox input {
	margin-right: 5px;
}

.giftmessages .input-checkbox label {
	color: #999;
	font-weight: normal;
}

.giftmessages .gift-box {
	background: #FEF9EF;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
	padding: 22px 16px 22px 22px;
}

.giftmessages .gift-box .scroll-box {
	height: 260px;
	overflow: auto;
}

.giftmessages .product-image {
	border: 1px solid #ddd;
}

.giftmessages .giftmessage-product-info {
	padding-left: 10px;
}

.giftmessages .numeration {
	color: #999;
	font-weight: bold;
}

.giftmessages .gift-box label {
	color: #999;
}

.giftmessages .fieldset li .input-box {
	float: left;
	width: 260px;
}

.giftmessages .fieldset li .input-text, .fieldset li select, .fieldset li textarea {
	width: 495px;
}

.giftmessages .fieldset li .input-box .input-text, .fieldset li .input-box textarea {
	width: 235px;
}

.giftmessages .fieldset li .input-box select {
	width: 256px;
}

/* upsell */
#upsell-product-table .ratings { margin-left:5px;}
#upsell-product-table .ratings .rating-links {}

/* Product Review Detail */
.product-review .product-img-box {
	width: 170px;
}

/*CHECKOUT
----------------------------------------------------------------*/ 
.form-list li .input-box select.address-select {
	width: 630px;
}

.sp-methods dd {
}

.sp-methods dt {
	padding: 5px 0;
	color: #333;
	font-weight: bold;
}

.sp-methods dd {
	padding: 0 25px;
}

.sp-methods select.month {
	margin-right: 10px;
	width: 146px !important;
}

.sp-methods select.year {
	width: 100px !important;
}

.sp-methods input.cvv {
	width: 3em !important;
}

.sp-methods .cvv-what-is-this {
	margin-left: 10px;
}

.checkout-types .paypal-logo {
	margin: 0;
	padding: 0;
}

/*Shopping Cart---*/
.cart-table { margin-bottom: 0; }

.cart-table tbody td { vertical-align: middle; }

.cart-table th .tax-flag { display: block; font-size: 92%; font-weight: normal; }

.cart-table tr.error { background: #FCEDED !important; }

.cart-table .product-name{ font:bold 11px Arial, Helvetica, sans-serif }

.cart-table .continue-shopping { float: left; }

.cart-table-item-message {
	font-size: 92%;
	margin-bottom: 5px;
	margin-top: 6px;
}

td.attributes-col {}

td.attributes-col ul { margin: 5px 0; }

td.attributes-col dt { margin-top: .5em; }

td.attributes-col dd ul { list-style: disc; margin: 0 0 5px 0; }

td.attributes-col dd ul li { margin-left: 15px; }

td.attributes-col h4.title { margin: 0; overflow: hidden; padding: 0; width: 100%; }

td.attributes-col h4.title a { font-weight: bold; }

.cart-collaterals .totals {
	border: 1px solid #ddd;
	float: right;
	margin-top: 25px;
	width: 25%;
	padding: 0;
}

.checkout-cart-index .cart-collaterals .totals { width:35% !important}

.cart-collaterals .totals table {
	width: 100%;
}

.cart-collaterals .totals td,
.cart-collaterals .totals th {
	padding: 10px 15px;
	border-bottom:1px solid #ddd;
}

.cart-collaterals .totals tr.last td {}

.cart-collaterals .totals tfoot td {
	font-size: 125%;
	border-bottom: 1px solid #ddd;
	padding: 10px 15px;
}

.cart-collaterals .totals ul.checkout-types { padding: 0; margin: 10px 15px; }

.cart-collaterals .totals ul.checkout-types li {
	clear: both;
	margin: 0;
	padding: 5px 0;
	background: none;
	text-align: right;
}

.cart-collaterals .totals ul.checkout-types .button { float: none; display: inline-block; }

.cart-collaterals .totals ul.checkout-types li big { font-weight: bold; }

/*Tax details---*/
.tax-total {
	cursor: pointer;
}

.tax-total td {}

.tax-total .tax-collapse {
	background: url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/bg_collapse.gif) 0 4px no-repeat;
	cursor: pointer;
	float: right;
	padding-left: 20px;
	text-align: right;
}

.show-details .tax-collapse {
	background-position: 0 -53px;
}

.show-details td {
	border-top: 1px dashed #ccc;
}

.tax-details td {
	color: #999;
}

.tax-details-first td {
	border-top: 1px dashed #ccc;
}

/*Collaterals---*/
.cart .page-title.title-buttons { position:relative}
.cart .page-title.title-buttons  ul { position: absolute; right:0; top:12px}

.cart .cart-collaterals .col2-set {
	margin: 25px 0;
	float: left;
	width: 63%;
}

.cart .discount,
.cart .shipping {
	background: #fff;
	border: 1px solid #ddd;
	margin-bottom: 25px;
	padding: 0 15px 15px;
}

.cart .shipping .sp-methods { margin-top:20px;}
 
#coupon_code {
	width: 250px;
}


.cart .discount .buttons-set { text-align: left; }

.cart .discount .button,
.cart .shipping .button{
	margin-right: 5px;
	margin-left: 0;
	float: left;
	padding:6px 10px;
}

.cart .discount h2, 
.cart .shipping h2 {
	padding: 8px 0;
	text-indent: 18px;
	margin: 0 -15px;
	border-bottom: 1px solid #ddd;
	font: bold 14px Arial,Helvetica,sans-serif;
}


.cart .discount .discount-form label {
	display: block;
	margin: 10px 0;
}

.cart .shipping-estimate .input-text {
	width: 214px;
}

.cart .shipping-estimate select {
	width: 220px;
}

.cart .crosssell {
	border: 1px solid #ddd;
}

.cart .crosssell h2 {
	border-bottom: 1px solid #DDDDDD;
    margin: 0;
    padding: 8px 0;
    text-indent: 18px;
	font: bold 14px Arial,Helvetica,sans-serif;
}

.cart .crosssell ul {
	margin:0 15px 10px;
}

.cart .crosssell .add-to-links {
	margin: 5px 0 0;
}

.cart .crosssell .add-to-links li {
	border: none;
	padding: 0;
}

.cart .crosssell .add-to-links li .separator{
	display: none;
}

.cart .crosssell li {
	border-bottom: 1px solid #ddd;
	padding: 20px 0;
	overflow: hidden;
}

.cart .crosssell li.last { border-bottom:none;}

.cart .crosssell .product-image {
	float: left;
	width: 60px;
}

.cart .crosssell .product-details {
	width: 180px;
	float: right;
}

.cart .crosssell .product-details h3 {
	margin: 0 0 5px;
	font:bold 11px Arial, Helvetica, sans-serif;
}

.cart .crosssell .cboxElement { display:none;}

.cart .crosssell .product-details .button {
	margin: 0 0 5px;
}

.cart .crosssell .product-details .button { background:#111 url("https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/icon_mycart_1.png") no-repeat 15px center; padding:6px 10px 6px 33px; margin-bottom:15px; font: bold 11px/30px Arial, Helvetica, sans-serif; text-transform:none }

.cart .crosssell .product-details .button:hover { background:#F91878 url("https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/icon_mycart_1.png") no-repeat 15px center;}

.cart .crosssell .product-details .add-to-links li a { 
	background:url("https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/icon_w_c_e.png") no-repeat; 
	padding-left:36px; 
	height:25px;
	margin-bottom:10px;
	float:left;
	font:bold 11px/25px Arial, Helvetica, sans-serif;
}

.cart .crosssell .product-details .add-to-links li a:hover { color:#f91878; text-decoration:none;}
.cart .crosssell .product-details .add-to-links li a.link-wishlist { background-position: left top;}
.cart .crosssell .product-details .add-to-links li a.link-compare { background-position: left  center;}


.cart .crosssell .product-details small {
	background: url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/arrow.gif) no-repeat left center;
	padding-left: 8px;
}

.grand_total {
	background: #ddd;
	border: 1px solid #ddd;
	font-size: 1.3em !important;
	font-weight: bold;
	margin-top: 15px;
	text-align: right;
	width: auto;
}

tr.grand_total td, p.grand_total {
	padding-bottom: 5px;
	padding-top: 5px;
}

/*One-Page checkout---*/
.opc {}

.opc li.section {
	position: relative;
	overflow: hidden;
}

.opc li.section#opc-review { border-bottom:1px solid #e5e5e5}

.opc .fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

.opc .fieldset li {
	padding-left: 0;
}

.opc .step {
	background: #fff;
	border: 1px solid #e5e5e5;
	border-bottom: 0; 
	padding: 10px 20px 15px;
	margin: 0;
}

.opc .step-title {
	background: #fafafa;
	border: 1px solid #e5e5e5;
	border-bottom: 0;
	padding: 15px 20px;
	overflow: hidden;
}

.opc .last .step-title {
	border-bottom: 1px solid #e5e5e5;
}

.opc .tool-tip {
	right: 8px;
}

.opc .step-title a {
	display: none; /* Hide Edit button in step header */
}

.opc h2 {
	color: #333;
	font-size: 1.05em;
	margin: 0;
	float: left;
}

.opc h4 {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 2px;
	text-transform: uppercase;
}

.opc h4.title {
	border-bottom: 0;
	text-transform: none;
}

.opc .number {
	background: #ccc;
	padding: 0 4px;
	color: #fff;
	float: left;
	margin-right: 10px;
}

.opc .content {
	padding: 10px 20px;
}

.opc label.label {
	color: #333;
	font-size: 110%;
}

.form-list li.wide .input-box input.input-text,
.form-list li.wide .input-box textarea {
	width: 525px;
}

.opc .form-list li.fields .field {
	float: left;
	width: 275px;
}

#billing-address .form-list li.wide .input-box .input-text, 
#shipping-address .form-list li.wide .input-box .input-text {
	width: 250px;
}


/*Allow box*/
.opc .allow .step-title {
	background: url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/msg_tick.png) no-repeat right center #eee;
	cursor: pointer;
}

.opc .allow h3 {
}

.opc .allow .number {
	background: #f91878;
	border: 1px solid #f91878;
	color: #fff;
}

/*Active box*/
.opc .active .step-title {
	cursor: default;
}

.opc .active .step-title h2 {
	color: #333;
}

.opc .active .number {
	background: #f91878;
	border: 1px solid #f91878;
	color: #fff;
}

.opc .active .step {
	background: #fff;
	display: block;
	border-top-color: #e5e5e5;
}

.opc .alloq .step-title a {
	display: block; /* Display Edit button in active selection */
}

.opc dd .form-list {
	margin: 0;
}

.opc dd .form-list ul {
	margin: 5px 0 15px 25px;
}

.opc .checkmo-mailing-address {
	padding-left: 20px;
}

/*Checkout Step Review*/
.checkout-onepage-index #ja-col2 {
    float: right;
    width: 19% !important;
	background:#000;
	margin-top:54px;
}

.checkout-onepage-index #ja-mainbody { width:80%}

#checkout-step-review {
}

#checkout-step-login .buttons-set .button {
    float: left;
	margin-left:0;
	margin-right:10px;
}

#checkout-step-login .buttons-set .button + a { color:#f91878; padding-top:5px;}

#checkout-step-login .buttons-set p.required { text-align:left; margin-bottom:20px }

/*Checkout Progress---*/
/*Side Box*/
.block-progress {}

.block-progress .block-title { padding:20px 20px 0 20px;}

.block-progress .block-title strong { font:normal 16px 'Chivo',sans-serif; color:#fff;}

.block-progress dl {
	margin:20px;
}

.block-progress dt {
	padding: 10px 0!important;
	border-bottom: 1px solid #222;
	font:normal 13px Arial, Helvetica, sans-serif;
	color:#ddd;
}

.block-progress dt.complete {
}

.block-progress dt.complete a { font:normal 11px Arial, Helvetica, sans-serif; color:#ddd;}

.block-progress h4 {
	color: #666;
	margin: 0;
	font-size: 100%;
}

.block-progress .complete h4 {
}

.block-progress h4 a {
	text-transform: none;
}

.block-progress dd.complete {
	padding: 5px 0 10px;
	color:#ddd;
}

.block-progress dd.complete table {
	width: 100%;
	table-layout: fixed;
}

.block-progress dd.complete table td,
.block-progress dd.complete table th {
	word-wrap: break-word;
}

.opc .box-no-padding {
	background: #FEF9EF;
	border: 1px solid #ddd;
	border-bottom: 0;
	padding: 15px 0px;
}

.opc .box-no-padding .inner-box {
	padding: 0px 20px;
}

#opc-login .button-set {
	border-top: 0;
}

#opc-review .box {
	padding: 0;
}

#opc-review .content {
	border: 0;
	padding: 0 15px;
}

#opc-review .content input {
	margin-top: 5px;
}

.opc-please-wait {
	padding-right: 7px;
}

.opc a.back {
	background: url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/icon_opc_back.gif) no-repeat;
	line-height: 13px;
	padding-left: 16px;
}

.opc .button-set {
	margin: 0;
}

/*Table*/
.checkout-progress {
	color: rgb(51, 51, 51);
	margin: 0 auto 20px;
	width: 100%;
	background: rgb(238, 238, 238);
	overflow: hidden;
}

.checkout-progress li {
	color: rgb(51, 51, 51);
	float: left;
	font-weight: bold;
	width: 20%;
	padding: 7px 0;
	text-indent: 15px;
	background: none;
	text-transform: uppercase;
}

.checkout-progress li.active {
	color: #fff;
	background: rgb(249, 24, 120);
}

.please-wait {
  color: rgb(249, 24, 120);
  float: left;
  margin: 14px 0 0;
  padding: 16px 0 0;
  text-align: right;
  width: 100%;
}


/*Multiple Addresses checkout---*/
.multi-address-checkout-description {
	margin-bottom: 25px;
	margin-top: -15px;
}

.multiple-checkout{}

.multiple-checkout .col2-set,
.info-set {
	margin: 0;
	clear: both;
	border: 1px solid rgb(229, 229, 229);
}

#shipping_method_form .col2-set .content,
.info-set .content {
	padding: 10px 15px;
}

.multiple-checkout .col2-set {
	 float: left;
    margin-bottom: 30px;
    width: 100%;
}

.multiple-checkout .col2-set .legend,
.info-set .legend {
	background: rgb(250, 250, 250);
	border-bottom: 1px solid rgb(229, 229, 229);
	padding: 7px 15px;
	margin: 0;
	font-size: 110%;
	clear:both;
}


.multiple-checkout .col2-set .count-head-alt {
	margin-top: 10px;
	border-top: 1px solid #ddd;
}

.multiple-checkout .col2-set .box-title,
.info-set .box-title,
.multiple-checkout .col-wide > h3 {
	border-bottom: 1px solid #ddd;
	padding: 0 0 5px;
	margin: 0 0 10px;
	background: none;
	text-align: left;
}

.multiple-checkout .col-wide > h3 {
	font-size: 110%;
}

.multiple-checkout .col2-set .box-title h2,
.multiple-checkout .col2-set .box-title h3,
.info-set .box-title h3 {
	margin: 0;
	padding: 0;
	float: none;
	font-size: 110%;
}

.multiple-checkout .col2-set .box-title a {}

.multiple-checkout .col2-set .form-list {
	margin: 0;
}

.multiple-checkout .col2-set .form-list ul {
	margin: 5px 0 15px;
}

.multiple-checkout .col2-set .col-1,
.info-set.col2-set .col-1 {
	width: 32%;
	margin-top: 10px;
	margin-left: 15px;
	margin-bottom: 10px;
}

.multiple-checkout .col2-set .col-2,
.info-set.col2-set .col-2 {
	width: 63%;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
}

.multiple-checkout .place-order .grand-total {
	float: right;
	height: auto;
	overflow: hidden;
}

.multiple-checkout .place-order .grand-total .inner {
	float: left;
	height: auto;
	margin: 0;
	padding: 14px 0 0 0;
}

.multiple-checkout .place-order .grand-total .inner div { display: inline; vertical-align: top; }

.multiple-checkout .place-order .grand-total big {
	display: inline;
	margin-right: 0;
	line-height: 1;
}

.multiple-checkout .place-order .grand-total #review-buttons-container{
	display: none;
}

.multiple-checkout .place-order .grand-total .button { float: none; vertical-align: middle; }

.info-set .box .actions {
	background: none;
}

.shipment-count {
	background: #069;
	color: #fff;
	font-size: 92%;
	line-height: normal;
	padding: 2px 5px;
}

#shipping_method_form .col2-set .tool-tip {
	left: -23px;
}

#shipping_method_form .col2-set .checkmo-mailing-address {
	display: block;
	padding-left: 20px;
}

.box-sp-methods {
	border: 1px solid #ddd;
	padding: 10px;
	position: relative;
	margin-top: 10px;
}

.box-sp-methods .pointer {
	position: absolute;
	right: -40px;
	top: -20px;
}

.place-order-box {
	float: right;
	line-height: normal;
}

.place-order-box .grand-total {
	font-size: 200%;
}

.place-order-box .grand-total .price {
	color: #069;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.place-order-box input {
	margin: 0 0 0 15px;
	vertical-align: bottom;
}

/* Checkout Agreements */
.checkout-agreements li {
	margin: 30px 0;
}

.checkout-agreements .agreement-content {
	background: #FEF9EF;
	border: 1px solid #ddd;
	height: 10em;
	overflow: auto;
	padding: 10px;
}

.checkout-agreements .agree {
	margin: 0;
	padding: 10px 0 10px 11px;
}

.opc .checkout-agreements {
	border: 1px solid #ddd;
	border-width: 0 1px;
	padding: 5px 20px;
}

.opc .checkout-agreements li {
	margin: 20px 0 0;
}

.opc .checkout-agreements .agreement-content {
	background-color: #fff;
	border-color: #ddd;
	padding: 5px;
}

.opc .checkout-agreements .agree {
	padding-left: 6px;
}

.inner-page  {
	border: 1px solid rgb(229, 229, 229);
	margin: 0 0 30px 0;
	padding: 30px;
}
/*CUSTOMER
----------------------------------------------------------------*/ 
/*Login---*/ 

.account-inner  {
	border: 1px solid rgb(229, 229, 229);
	margin: 0 0 30px 0;
	padding: 30px;
}
.account-inner   .fieldset {
  margin: 10px 0 40px;
}

.account-form .col-1, 
.account-form .col-2 {
	border: 1px solid rgb(229, 229, 229);
}

.account-form .content {
	padding: 0 15px 10px;
}

.account-form h2 {
	background: rgb(250, 250, 250);
	font-size: 135%;
	border-bottom: 1px solid rgb(229, 229, 229);
	margin: 0 -15px;
	padding: 15px 0;
	text-indent: 20px;
}

.account-create .account-form h2  {
	border: 0;
	text-indent: 0;
}

.account-forgot-password h2  {
	border: 0;
	text-indent: 0;
}

.account-form .buttons-set {
	border-top: 1px solid rgb(229, 229, 229);
	margin: 0;
	padding: 15px;
	height: 30px;
}

.account-buttons-set {
	border-top: 1px solid rgb(229, 229, 229);
	margin: 0;
	padding: 15px 0;
}

.account-create  .account-form  .buttons-set {
	border-top: 0;
	margin: -30px 0 0 0;
	padding: 0;
	height: auto;
}

.account-create  .account-form  .button,
.account-create  .account-form  .button.button {
	float: right;
}
.account-buttons-set .button,
.account-buttons-set  .button.button {
	float: right;
}

.account-form .content {
	min-height: 250px;
}


.account-form button.button, 
.account-form button {
  background: rgb(17, 17, 17);
  border: 0 none;
  color: rgb(255, 255, 255);
  cursor: pointer;
  float: left;
  font-size: 95%;
  margin: 0;
  overflow: visible;
  padding: 8px 32px;
  text-align: center;
  text-transform: uppercase;
  vertical-align: middle;
  width: auto;
}



.account-form input.input-text, 
.account-form textarea {
  padding: 7px;
}

.account-form .input-text:hover,
.account-form .input-text:focus {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(249, 24, 120);
  outline: none
}

.account-form button.button:hover, 
.account-form button.button:focus, 
.account-form button:hover, 
.account-form button:focus {
  background: rgb(249, 24, 120)
}

.account-form .foget-password {
	color: rgb(249, 24, 120);
	font-size: 95%;
	padding: 6px 10px 7px;
}

.account-form  p.required {
  color: rgb(249, 24, 120);
  text-align: left;
  margin: 0px 0 20px 0;
}


.account-buttons-set  p.required {
  color: rgb(249, 24, 120);
  text-align: left;
}




.account-form .input-text:hover,
.account-form .input-text:focus {
  background: rgb(255, 255, 255);
  border: 1px solid rgb(249, 24, 120);
  outline: none
}

/*Customer Name---*/
.customer-name-prefix .name-prefix {
	width: 60px !important;
}

.customer-name-prefix .name-prefix input {
	width: 45px !important;
}

.customer-name-prefix .name-prefix select {
	width: 51px !important;
}

.customer-name-prefix .name-firstname {
	width: 215px !important;
}

.customer-name-prefix .name-firstname input {
	width: 190px !important;
}

.customer-name-middlename .name-firstname {
	width: 265px !important;
}

.customer-name-middlename .name-firstname input {
	width: 250px !important;
}

.customer-name-middlename .name-middlename {
	width: 60px !important;
	display: none;
}

.customer-name-middlename .name-middlename input {
	width: 35px !important;
}

.customer-name-suffix .name-lastname {
	width: 205px !important;
}

.customer-name-suffix .name-lastname input {
	width: 190px !important;
}

.customer-name-suffix .name-suffix {
	width: 50px !important;
}

.customer-name-suffix .name-suffix input {
	width: 45px !important;
}

.customer-name-suffix .name-suffix select {
	width: 51px !important;
}

.customer-name-prefix-middlename .name-prefix {
	width: 60px !important;
}

.customer-name-prefix-middlename .name-prefix input {
	width: 45px !important;
}

.customer-name-prefix-middlename .name-prefix select {
	width: 51px !important;
}

.customer-name-prefix-middlename .name-firstname {
	width: 215px !important;
}

.customer-name-prefix-middlename .name-firstname input {
	width: 190px !important;
}

.customer-name-prefix-middlename .name-middlename {
	width: 50px !important;
}

.customer-name-prefix-middlename .name-middlename input {
	width: 35px !important;
}

.customer-name-prefix-middlename .name-lastname {
	width: 200px !important;
}

.customer-name-prefix-middlename .name-lastname input {
	width: 200px !important;
}

.customer-name-prefix-suffix .name-prefix {
	width: 60px !important;
}

.customer-name-prefix-suffix .name-prefix input {
	width: 45px !important;
}

.customer-name-prefix-suffix .name-prefix select {
	width: 51px !important;
}

.customer-name-prefix-suffix .name-firstname {
	width: 215px !important;
}

.customer-name-prefix-suffix .name-firstname input {
	width: 190px !important;
}

.customer-name-prefix-suffix .name-lastname {
	width: 205px !important;
}

.customer-name-prefix-suffix .name-lastname input {
	width: 190px !important;
}

.customer-name-prefix-suffix .name-suffix {
	width: 50px !important;
}

.customer-name-prefix-suffix .name-suffix input {
	width: 45px !important;
}

.customer-name-prefix-suffix .name-suffix select {
	width: 51px !important;
}

.customer-name-middlename-suffix .name-firstname {
	width: 215px !important;
}

.customer-name-middlename-suffix .name-firstname input {
	width: 200px !important;
}

.customer-name-middlename-suffix .name-middlename {
	width: 60px !important;
}

.customer-name-middlename-suffix .name-middlename input {
	width: 35px !important;
}

.customer-name-middlename-suffix .name-lastname {
	width: 205px !important;
}

.customer-name-middlename-suffix .name-lastname input {
	width: 190px !important;
}

.customer-name-middlename-suffix .name-suffix {
	width: 50px !important;
}

.customer-name-middlename-suffix .name-suffix input {
	width: 45px !important;
}

.customer-name-middlename-suffix .name-suffix select {
	width: 51px !important;
}

.customer-name-prefix-middlename-suffix .name-prefix {
	width: 60px !important;
}

.customer-name-prefix-middlename-suffix .name-prefix input {
	width: 45px !important;
}

.customer-name-prefix-middlename-suffix .name-prefix select {
	width: 51px !important;
}

.customer-name-prefix-middlename-suffix .name-firstname {
	width: 155px !important;
}

.customer-name-prefix-middlename-suffix .name-firstname input {
	width: 140px !important;
}

.customer-name-prefix-middlename-suffix .name-middlename {
	width: 60px !important;
}

.customer-name-prefix-middlename-suffix .name-middlename input {
	width: 35px !important;
}

.customer-name-prefix-middlename-suffix .name-lastname {
	width: 205px !important;
}

.customer-name-prefix-middlename-suffix .name-lastname input {
	width: 190px !important;
}

.customer-name-prefix-middlename-suffix .name-suffix {
	width: 50px !important;
}

.customer-name-prefix-middlename-suffix .name-suffix input {
	width: 45px !important;
}

.customer-name-prefix-middlename-suffix .name-suffix select {
	width: 51px !important;
}

.customer-dob .input-box {
	float: left;
	width: 60px !important;
}

.customer-dob input {
	width: 50px !important;
}

.customer-dob label.label-dob {
	color: #999;
	font-size: 10px;
	font-weight: normal;
}

/*My Account navigation---*/
.has-toggle .block-account {
	display:none;
}

.block-account {}

.block-account .block-title {
	background: #f91878;
	margin: 0;
	padding: 8px 10px;
	font-family:'Chivo',sans-serif;
}

.block-account .block-title strong {
	color: #fff;
	font-weight:normal;
}

.block-account .block-content {
	padding: 0;
}

.block-account ul {
	padding: 10px 0;
}

.block-account li a, 
.block-account li.current {
	padding: 5px 0;
}

.block-account li strong {
	font-weight: normal;
}

.block-account li a {
	border-bottom: 1px solid #ddd;
	display: block;
}

.block-account li a {
	color: #333;
	text-decoration: none;
}

.block-account li a:hover,
.block-account li a:active,
.block-account li a:focus {
	color: #f91878;
}

.block-account li.current {
	border-bottom: 1px solid rgb(229, 229, 229);
	color: #f91878;
	font-weight: bold;
	background: url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/arrow_d1.gif) no-repeat 98% center;
}

.block-account li.current a {
	padding: 0;
}

.block-account li.last, .block-account li.last a {
	border-bottom: 0;
}

/*Dashboard---*/
.box-account {
	border: 1px solid #ddd;
	margin-bottom: 15px;
}

.box-account .col2-set{
	margin: 0 15px 10px;
}

.box-account .box-head {
	background: none repeat scroll 0 0 rgb(250, 250, 250);
	border-bottom: 1px solid rgb(221, 221, 221);
	color: rgb(51, 51, 51);
	padding: 15px;
	margin: 0 0 15px;
}

.box-account .box {
	background: none;
	border: none;
}

.box-account .box .box-title {
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
	padding-bottom: 5px;
}

.box-account h5,
.box-account .box .box-title h3 {
	font-size: 1.1em;
}

.box-account h6 {
	text-transform: uppercase;
}

.account-main .box-account li {
	padding: 5px 0;
}

.box-account ol li {
	margin: 15px 0 0;
}

.box-account .product-name {
	font-size: 100%;
	margin: 0;
}

.box-account ol#my_recent_tags,
.box-account ol#my_recent_reviews {
	padding: 0 15px 15px 15px;
}

.box-account ol .number {
	background: #0088CC;
	color: #fff;
	float: left;
	font-size: 9px;
	font-weight: bold;
	line-height: 1em;
	margin-top: 3px;
	padding: 1px 3px;
}

.box-account ol .details {
	margin-left: 20px;
}

.box-account ol.recent-reviews small {
	float: left;
	font-weight: bold;
	margin-right: 3px;
	font-size: 100%;
}

.box-account .product-images {
	width: 65px;
}

.box-account .product-images img {
	border: 1px solid #ccc;
}

.box-account .product-details {
	margin: 0 0 10px 70px;
}

.box-account .tags {
	overflow: hidden;
}

.box-account .tags ul,
.box-account .tags strong {
	display: inline;
	float: left;
}

.box-account .tags ul li {
	margin: 0 0 0 5px;
	float: left;
}

.box-account .content {
	padding: 0;
}

.box-account .ratings {
	margin: 0;
}

.account-side .actions {
	border-top: 1px solid #ccc;
	padding-top: 4px;
}

.my-account .box {
	border: none;
}

.my-account .order-info-box {
	
}

.my-account  a:active,
.my-account  a:focus,
.my-account  a:hover {
	color: rgb(249, 24, 120);
	text-decoration: none;
}

.account-side .actions .form-button {
	float: right;
}


.my-wishlist  .description .inner{
	margin: 0 0 20px 0;
}

.my-wishlist .add-to-cart-alt button.button, 
.my-wishlist .add-to-cart-alt button {
	margin:  10px 0 0;
}



.edit-password {
	background: url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/icon_lock.gif) no-repeat 0 2px;
	display: block;
	height: 20px;
	padding-left: 20px;
}

.dashboard-welcome {
	font-size: 1.1em;
	margin-bottom: 1.5em;
	margin-right: 8em;
}

.box-account .box-head h2,
.account-box .head h4 {
	background-position: 0 center;
	background-repeat: no-repeat;
	text-indent: 0px;
	margin: 0;
	font-size: 150%;
}

.box-recent .box-head {
	margin: 0;
}
/*
.ad-orders .head h4,
.box-recent .box-head h2 {
	background-image: url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/icon_folder_table.gif);
}

.box-info .box-head h2 {
	background-image: url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/icon_ma_info.gif);
}

.ad-tags .head h4,
.box-tags .box-head h2  {
	background-image: url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/icon_ma_tags.gif);
}

.ad-reviews .head h4,
.box-reviews .box-head h2 {
	background-image: url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/icon_ma_reviews.gif);
}
*/
/*Account Addressbook---*/
.primary-address-list h4, .address-list h4 {
	font-size: 125%;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

.primary-address-list li {
	margin-bottom: 10px;
	padding-left: 10px;
}

.primary-address-list li .head {
	margin: 0;
}

.primary-address-list li h5 {
	margin: 0 0 5px -10px;
	text-indent: 10px;
	background: url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/arrow_d2.gif) no-repeat 2px center; 
}

.address-list li {
	margin-bottom: 1em;
}

.address-list .actions {
	float: right;
	margin: 0 0 10px 10px;
}

/*Account Order History---*/
.box-account #my-orders-table {
	border: 0;	
}

#my-orders-table tfoot td, 
#checkout-review-table tfoot td {
	background: #fff;
}

#my-orders-table tfoot tr.last td,
#checkout-review-table tfoot tr.last td {
	font-weight: bold;
	font-size: 110%;
	border-top: 1px solid #e5e5e5;
}

/*Compare Products---*/
.compare-products {
	margin: 30px 0 50px 0;
}

.compare-products table {
	border: 0;
	width: auto;
}

.compare-products td {
	text-align: left;
	width: 170px;
	vertical-align: top;
}

.compare-products tbody tr.first td {
	border-top: 1px solid #ddd;
}

.compare-products tbody td.last {
	border-right: 1px solid #ddd;
}

.compare-products tbody.attribute-cart td {
	background: #FEF9EF !important;
	border-bottom: 1px solid #ddd;
	text-align: center;
}

.compare-products tbody td.label {
	background: #EDF7FC !important;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	text-align: left;
	width: auto;
}

.compare-products tbody.attribute-cart td.label {
	background: #FEF9EF !important;
}

.compare-products tbody.remove-buttons tr {
	background: #fff;
}

.compare-products tbody.remove-buttons td {
	border: 0 !important;
	font-size: 0;
	line-height: 0;
	padding: 0;
	text-align: right;
}

.compare-products tbody.remove-buttons td img {
	float: right;
}

.compare-products tr.last td {
	border-bottom: 1px solid #ddd !important;
}

/*Reviews---*/
.my-review-detail .product-image {
	float: left;
	width: 135px;
}

.my-review-detail .product-image p {
	margin-bottom: 0;
}

.my-review-detail .product-image p img {
	vertical-align: top;
}

.my-review-detail .details {
	float: right;
	width: 538px;
}

.my-review-detail .ratings-list {
	margin-bottom: .8em;
}

.my-review-detail .ratings {
	line-height: 1.5;
}

.my-review-detail .ratings .rating-box {
	float: none;
	margin-bottom: 3px;
}

.my-review-detail .ratings .pipe {
	display: none;
}

.my-review-detail .ratings a {
	display: block;
}

/*Tags ---*/
.my-tag-edit a.btn-remove {
	padding: 0;
	margin: 3px 5px 0 0;
	border: 0;
	float: left;
}

#my-tags-table td { vertical-align: top; }

.tag-list-button {
	width: 100%;
	float: left;
	margin: 10px 0 20px;
}

#my-tags-table .rating-box {
	margin-top: 1px;
}

/*Gift Messages---*/
.giftmessage {
	padding: 10px 0 0 0;
}

.giftmessage-preview-link {
	background-position: right 5px;
	background-repeat: no-repeat;
	font-size: 11px;
	padding-right: 7px;
}

.giftmessage-row {
	background: #FEF9EF;
}

.giftmessage-content {
	float: left;
}

.giftmessage-close {
	float: right;
}

.expand {
	background-image: url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/gift-message-expand.gif);
}

.collapse {
	background-image: url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/gift-message-collapse.gif);
}

/*Wishlist---*/
.my-wishlist {
	margin: 0 0 40px 0;
}

.wishlist-index-index .page-title {
	margin: 0;
}

#wishlist-table td {
	vertical-align: top;
}

#wishlist-table a.link-cart, #wishlist-table a.btn-remove {
	display: block;
}

#wishlist-table textarea {
	width: 95%;
	height: 175px;
}

#wishlist-table .product-name,
#wishlist-table .price-box {
	margin: 10px 0;
	font-size: 100%;
}

.cart-cell {
	text-align: center;
}

/*===============================================================
--------------------[MAGENTO'S VARIOUS PAGES]--------------------
=================================================================*/
.sales-order-history  .ja-lo-2colsl #ja-main {
  width: 80%;
}

.sales-order-history .ja-lo-2colsl #ja-current-content {
  float: right;
  margin-right: 0;
  width: 100%;
}


/*ADVANCED SEARCH
----------------------------------------------------------------*/ 

.advanced-search li {
	margin-bottom: 5px;
}

.advanced-search li label {
	float: left;
	width: 120px;
	font-weight: bold;
	text-align: right;
	padding-right: 20px;
}

.advanced-search .input-text {
	width: 250px;
}

.advanced-search select {
	padding: 2px;
	width: 256px;
}

.advanced-search .field-row {
	display: inline;
	width: 250px;
}

.advanced-search .input-range .input-text {
	width: 70px;
}

.advanced-search .input-range select {
	padding: 1px;
	width: 90px;
}

.advanced-search-nothing-found {
	color: #c00;
	font-weight: bold;
	margin-bottom: 15px;
}

.advanced-search-found-amount {
	margin-bottom: 15px;
}

.advanced-search-summary-box {
	background: #FEF9EF;
	border: 1px solid #ddd;
	margin: 0 0 15px;
	padding: 10px 15px;
}

.advanced-search-summary-tip {
	clear: both;
	font-weight: bold;
}

.advanced-search-summary-box ul {
	float: left;
	list-style: none;
	width: 50%;
}

.advanced-search-summary-box ul li {
	color: #333;
	font-weight: bold;
	background: url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/arrow_d2.gif) no-repeat left 6px;
	padding-left: 8px;
}

.advanced-search-summary-box ul li span.translate-inline {
	background: 0 !important; /* Inline translation fix */
}

/*RETURNS PAGE
----------------------------------------------------------------*/ 
#oar_widget_orders_and_returns_form .input-box {
	padding: 5px 0;
}

/*PRINT
----------------------------------------------------------------*/
.page-print { 
	padding: 20px;
	border: 1px solid rgb(229, 229, 229);
}
.page-print  .grand_total {
  background: none;
  font-weight: normal;
}
.page-print #my-orders-table tfoot td, 
.page-print  #checkout-review-table tfoot td {
  background: none;
}

.page-print .order-date {
	margin: 0 0 10px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ddd;
	text-align: right;
}

.page-print .print-head {
    margin: 0 0 15px;

}

.page-print .print-head .logo {
    float: left;
}

.page-print .print-head address {
    float: left;
    margin-left: 15px;
}

.page-print h1 {
    font-size: 125%;
    font-weight: bold;
	text-align: right;
}

.page-print h2, .page-print h3 {
    font-size: 100%;
    font-weight: bold;
}

.page-print .col2-set h2,.page-print .col2-set h3 {
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.page-print h2.h2 {
    font-size: 125%;
    font-weight: bold;
}

table.print .giftmessage-preview-link {
	display: none !important;
}

table.print .price-excl-tax {
	white-space: nowrap;
}

table.print .price-incl-tax {
	white-space: nowrap;
}

table.print .price-excl-tax .label,
table.print .price-excl-tax .price,
table.print .price-incl-tax .label,
table.print .price-incl-tax .price {
	display: inline;
}

/*POP UP
----------------------------------------------------------------*/
.page-popup {
	background: #fff;
	color: #333;
	padding: 25px 30px;
	text-align: left;
}

.page-popup .print-head {
	margin: 0 0 20px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

.page-popup .print-head img {
	float: left;
}

.page-popup .print-head address {
	float: left;
	margin-left: 15px;
}

.product-gallery-nav {
	padding: 0 5px;
}

.page-popup .print-head {
	margin: 0 0 20px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}

/*DEFAULT HOME
----------------------------------------------------------------*/
.home-callout {
	margin: 0 0 15px;
	text-align: center;
}

.home-callout img {}

.home-spot {
	float: right;
	width: 530px;
}

.std dl dt { font-weight: bold; }
.std dl dd { margin: 0 0 10px; }

/*Best Selling---*/
.best-selling {}

.best-selling h3 {
	background: #eee;
	border-bottom: 1px solid #ddd;
	padding: 5px 10px;
	line-height: normal;
	font-size: 110%;
}

.best-selling table {
	border: 0;
}

.best-selling tr.odd {}

.best-selling tr.even {}

.best-selling td {
	width: 50%;
	padding: 8px 10px;
}

.best-selling .product-img {
	float: left;
}

.best-selling .product-description {
	margin-left: 107px;
}

.best-selling a.product-name {
	font-size: 110%;
	font-weight: bold;
}

/*Recently---*/
.recently h3 {
	background: #eee;
	border-bottom: 1px solid #ddd;
	padding: 5px 10px;
	line-height: normal;
	font-size: 110%;
}

.recently .product-image {
	border: 1px solid #ddd;
}

.recently a.product-name {
	font-weight: bold;
}

.recently .add-to {
	margin-top: 5px;
	font-size: 11px;
}

table.recently-list {
	width: 100%;
}

table.recently-list td {
	width: 20%;
}

/* Site Map */
.page-sitemap .links {
	margin: 0 8px -38px 0;
	text-align: right;
	position: relative;
}

.page-sitemap .links li {
	line-height: 30px;
} 

.page-sitemap .sitemap {
  clear: both;
  margin: 0 0 10px ;
  width: 100%;
}

.page-sitemap .pager {
	overflow: hidden;
	border: none;
	padding: 5px 10px;
	width: 98%;
}

.page-sitemap .toolbar {
	margin: 0;
}

.page-sitemap .toolbar .amount { 
	float: left;
	text-align: left;
	width: 100%;
}

.page-sitemap  a:active,
.page-sitemap  a:focus,
.page-sitemap  a:hover {
	color: rgb(249, 24, 120);
	text-decoration: none;
}

.page-sitemap .sitemap li {
  background: url("https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/pager_arrow_right.gif") no-repeat scroll left 50% transparent;
  padding: 2px 0 2px 10px;
}

/*==============================================================*/

/*Mis---*/
.products-list .product-shop .desc { clear: both; padding:5px 0 10px }

.jm-tabs .head h4{ font-family:'Chivo',sans-serif; font-size:24px; font-weight:bold; text-transform:uppercase; float:none; margin-bottom:-30px}

#ja-mass-bottom { 
	/*background: url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/bg_mass_bottom.jpg) no-repeat center top; 
	min-height:300px;
	padding: 0px 0;
	background-size: 100% 100%;*/
	background-color: #333;
}

#ja-mass-bottom  .main .inner {
	margin: 0 10px;
}

#ja-mass-bottom .col-4,
#ja-mass-bottom .col-5 {
	width: 50%;
	float: left;
}

#ja-mass-bottom  .block {
	background: #fff;
	border: 0;
	color: #999;
	min-height: 284px;
}

#ja-mass-bottom .col-4 .block{ 
	margin: 0 5px 0 0;
}

#ja-mass-bottom .col-5 .block{ 
	margin: 0 0 0 5px;
}

#ja-mass-bottom  .block  h3 {
	color: #333;
	font-family:'Chivo',sans-serif; 
	font-size: 145%;
	line-height: 1.2;
	padding: 25px 0 10px 0;
	text-transform: uppercase; 
}

#ja-mass-bottom  .block:hover a {
	color: #f91878;
}


#ja-mass-bottom  .block  a { 
	color: #333;
	text-decoration: none;
}

#ja-mass-bottom  .block  a:active, 
#ja-mass-bottom  .block  a:focus,
#ja-mass-bottom  .block  a:hover {
	 color: #f91878;
}

#ja-mass-bottom  .block .block-content {
	padding: 0 30px 0 0;
	font-size: 105%;
}

#ja-mass-bottom  .block .block-content  img {
	float: left;
	margin: 0 20px 0 0 ;
}

.jm-product-list-bycat .category-listing h2 { 
	color:#fff;
	font-size:36px;
	font-weight:bold; 
	text-transform: uppercase;
	font-family:'Chivo',sans-serif;
	margin:30px 0;
	letter-spacing:1px;
}

.jm-product-list-bycat .category-listing h2 span { color:#fff;}

.jm-masshead {
    height: 300px;
    overflow: hidden;
    width: 750px;
	margin-bottom:20px;
}

.jm-masshead  .ja-masshead-title { display:none; }

.side-col .jm-product-list { margin-bottom:30px}

.side-col .jm-product-list .page-title { border-bottom:none; margin-bottom:0; padding-bottom:0; display:block;}

.side-col .jm-product-list .page-title h1 {
	 font: bold 14px 'Chivo',sans-serif !important;
    text-transform: uppercase;
	color:#333;
}

.side-col .jm-product-list .listing-type-grid { margin:0;}

.side-col .jm-product-list li { border-bottom:1px solid #f0f0f0; padding:20px 0; margin:0 !important}

.side-col .products-grid .product-information { margin:0;}
.side-col .products-grid .product-information .old-price { display:block}

.side-col .jm-product-list .product-image { margin:0 10px 0 0;}

.side-col .jm-product-list .product-information h5 { padding-bottom:5px; font: bold 11px Arial, Helvetica, sans-serif;}

.side-col .jm-product-list .ratings,
.side-col .jm-product-list button { display:none;}

.side-col .jm-product-list a.viewall { float: right;  color:#f91878; font:bold 12px Arial, Helvetica, sans-serif; margin-top:10px}
.side-col .jm-product-list a.viewall:hover { color:#000;}

.jm-tabs { /*padding-top:20px;*/}

#cboxContent {}
#cboxContent .product-view { width:90%; margin: 0 5%;  float:left; display:block}
#cboxContent .product-img-box { width:29% !important}
#cboxContent .product-img-box .product-image-zoom { width:220px !important; height:330px !important}
/*#cboxContent .product-img-box .more-views { display:none; }*/

#cboxContent .product-essential .product-shop { width:62% !important; padding-top:10px;}
#cboxContent .product-essential .product-shop p { margin-top:0; }

#cboxContent .product-essential .product_addtocart_form_options  .product-shop { width:100% !important; padding-top:10px;}
#cboxContent .product-essential .product_addtocart_form_options  .product-options-bottom .price-box { display:none}

#cboxContent .product-essential .product-shop .add-to-links li a { margin-right:10px;}

/* iPads (landscape) ----------- */
@media only screen 
and (min-width : 768px) 
and (max-width : 1024px) 
and (orientation : landscape) {
	.jm-slide-buttons { top:50% !important}
	.jm-mask-desc { top:35% !important}
	.jm-slide-buttons span.jm-slide-prev { margin-left:-10px !important;}
	.jm-slide-buttons span.jm-slide-next { margin-right:-10px !important; }
	.jm-mask-desc .jm-slide-desc h3 a { font-size:40px !important; line-height:40px}
	.jm-slide-thumbs,
	.mass-color-black { display:none;}
	.jm-megamenu .childcontent-inner-wrap { float:left; width:100%}
	.form-language { right:10px;}
	.quick-access { right:85px;}
	#ja-mycartleft { position:fixed !important}
	
	#cboxContent {}
	#cboxContent .product-view { margin: 0 20px;  float:left;}
	#cboxContent .product-img-box { width:220px!important; float:left; margin-right:20px;}
	#cboxContent .product-img-box .product-image-zoom {  width:220px !important; height:330px !important}
	#cboxContent .product-img-box .product-image-zoom img { width:220px !important; height:330px !important}
	#cboxContent .product-img-box .more-views { margin-top:0;}
	
	#cboxContent .product-essential .product-shop { width:50%!important; padding-top:10px; float:left; height:auto}
	#cboxContent .product-essential .product-shop p { margin-top:0; }
	
	#cboxContent .product-essential .product-shop .add-to-links li a { margin-right:50px;}
	
	
	#cboxContent .product-essential .product-shop h1 {
    font: 18px Arial,Helvetica,sans-serif;
    margin-top: 12px;
	}
	
	.data-table td.last, 
	.data-table th.last, 
	.data-table th:last-child {
    border-right:none!important;
	}
	
	.checkout-cart-index .data-table tfoot tr.first td { border-bottom:none;}
	
	.col-2.col-wide .data-table tfoot tr.last td, 
	.col-2.col-wide .data-table tfoot tr.last th { border-bottom:none;}
	
	#multiship-addresses-table tfoot tr.first td { border-bottom:none;}
	
	.sales-order-view #my-orders-table.data-table tfoot tr.first td {  border-top:none}
	.sales-order-view #my-orders-table tfoot tr.last td { border-bottom:none; border-top:none}
	
}


.jmproducts-viewall-index .ratings { margin-left:5px;}
.jmproducts-viewall-index .products-grid li.item { width:25% !important}
.jmproducts-viewall-index .page-title{ margin:0; padding:0}

.jm-tab-content { width:100% !important}

/*404page*/
#jm-error {
  background:#fff url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/error.jpg) no-repeat 0 bottom;
  margin: 0 auto;
  padding: 120px 20px 60px 490px;
  min-height:515px
}

#jm-error .page-head-alt + dl {
  margin-bottom: 20px;
}

#jm-error .disc { margin:20px 0; }

#jm-error .disc li {
  background: none;
  padding-left: 0;
}

#jm-error .disc a { color:#f91878; }

#jm-error .disc a:hover { text-decoration:underline;}

#jm-error .page-head-alt h2 {
	 font-family:'Chivo',sans-serif;
    font-size: 60px;
    font-weight: bold;
	text-transform:uppercase;
	}
	
.sendfriend-product-send .side-col { margin-top:5px;}
.sendfriend-product-send .buttons-set .back-link {
    float: left;
    margin: 4px 0 0;
}

#ja-tabitem-custom .pview_info table { border: 1px solid #ddd; border-bottom:none; border-right:none;}
#ja-tabitem-custom .pview_info table td,
#ja-tabitem-custom .pview_info table td { padding:10px; border-bottom:1px solid #ddd; border-right:1px solid #ddd;}


/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magento.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magento.com for more information.
 *
 * @category    design
 * @package     base_default
 * @copyright   Copyright (c) 2006-2017 X.commerce, Inc. and affiliates (http://www.magento.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

/* Widgets =============================================================================== */
.widget { display:inline; }
.widget .widget-title { clear:both; padding:15px 0 0; margin:0 0 7px; }
.widget .widget-title h2 { font-size:15px; font-weight:bold; color:#e25203; }

.widget .mini-products-images-list .product-image { display:block; width:76px; height:76px; border:1px solid #a9a9a9; margin:0 auto; }
.widget .mini-products-images-list li.item { float:left; width:77px; height:77px; }

/* Widget: Catalog New Proructs List */
.widget-new-products { display:block; }
.col-main .widget-new-products { margin:7px 0; }
.widget-new-products .products-grid .product-image,
.widget-new-products .products-list .product-image { width:85px; height:85px; }
.widget-new-products .products-list .product-shop { margin-left:100px; }
.sidebar .widget-new-products .block { font-size:11px; line-height:1.25; }
.sidebar .widget-new-products .block-title strong { background:url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/base/default/images/widgets/i_widget-new.gif) 0 1px no-repeat; padding-left:21px; color:#dc5033; }

/* Widget: Recently Viewed Proructs */
.widget-viewed { display:block; }
.col-main .widget-viewed { margin:7px 0; }
.widget-viewed .products-grid .product-image,
.widget-viewed .products-list .product-image { width:85px; height:85px; }
.widget-viewed .products-list .product-shop { margin-left:100px; }
.sidebar .widget-viewed .block { font-size:11px; line-height:1.25; }
.sidebar .widget-viewed .block-title strong { background:url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: Recently Compared Proructs */
.widget-compared { display:block;}
.col-main .widget-compared { margin:7px 0; }
.widget-compared .products-grid .product-image,
.widget-compared .products-list .product-image { width:85px; height:85px; }
.widget-compared .products-list .product-shop { margin-left:100px; }
.sidebar .widget-compared .block { font-size:11px; line-height:1.25; }
.sidebar .widget-compared .block-title strong { background:url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/base/default/images/widgets/i_block-list.gif) 0 0 no-repeat; padding-left:21px; }

/* Widget: CMS Static Block */
.widget-static-block {}
.sidebar .widget-static-block { display:block; margin:0 0 15px; }

/* Widgets: Links Common Styles */
.top-container .widget a { padding:0 0 0 7px; }

.bottom-container .widget a { padding:0 3px; }

/* Widget: Catalog Product Link */
.widget-product-link-inline { display:inline; }

.col-main .widget-product-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-product-link a { background:url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-product-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-product-link a { background:url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: Catalog Category Link */
.widget-category-link-inline { display:inline; }

.col-main .widget-category-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-category-link a { background:url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-category-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-category-link a { background:url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }

/* Widget: CMS Page Link */
.widget-cms-link-inline { display:inline; }

.col-main .widget-cms-link { display:block; text-align:right; margin:7px 0; }
.col-main .widget-cms-link a { background:url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding-right:15px; }

.sidebar .widget-cms-link { display:block; margin:0 0 15px; padding:0 10px; }
.sidebar .widget-cms-link a { background:url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/base/default/images/widgets/i_widget-link.gif) 100% 4px no-repeat; padding:0 15px 0 0; }
/* ======================================================================================= */

/* 
 *  Owl Carousel - Animate Plugin
 */
.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 Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.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;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  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 {
  opacity: 0;
  display: block;
}
.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;
}
.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 */
.no-js .owl-carousel {
  display: block;
}

/* 
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
}

/* 
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  -moz-transition: scale 100ms ease;
  -ms-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);
  -moz-transition: scale(1.3, 1.3);
  -ms-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-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  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;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}
.owl-theme .owl-controls{margin-top:10px;text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-controls .owl-nav [class*=owl-]{color:#fff;font-size:14px;margin:5px;padding:4px 7px;background:#d6d6d6;display:inline-block;cursor:pointer;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}.owl-theme .owl-controls .owl-nav [class*=owl-]:hover{background:#c60592;color:#fff;text-decoration:none}.owl-theme .owl-controls .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1;*display:inline}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#d6d6d6;display:block;-webkit-backface-visibility:visible;-webkit-transition:opacity 200ms ease;-moz-transition:opacity 200ms ease;-ms-transition:opacity 200ms ease;-o-transition:opacity 200ms ease;transition:opacity 200ms ease;-webkit-border-radius:30px;-moz-border-radius:30px;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#c60592}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: -5px;
  top: -5px;
  text-decoration: none;
  text-align: center;
  opacity: 1;  
  color: #000 !important;
  font-style: normal;
  font-size: 24px !important;
  background-color: #fff !important;
  font-family: Arial, Baskerville, monospace;
  border: 1px solid #eee !important;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; 
	background-color: #000 !important;
	color: #fff !important;
	 border: 1px solid #555 !important;
}
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
   * Remove all paddings around the image on small screen
  */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
	
	
/* popups */
.white-popup-fullscreen {
  position: relative;
  background: #FFF;
  padding: 10px;
  width: calc(100% - 20px);
  height: calc(100vh - 40px);
  margin: 0 auto;
  -webkit-overflow-scrolling: touch;
  /*overflow-y: scroll;*/
}
.white-popup-fullscreen button.mfp-close { border: 3px solid #c60592 !important; background-color: #222 !important; color: #fff !important; }

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width: auto;
  max-width: 600px;
  margin: 20px auto;
}


/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}
/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-transform: translate(0px, -20px);
	-moz-transform: translate(0px, -20px);
	-ms-transform: translate(0px, -20px);
	-o-transform: translate(0px, -20px);
	transform: translate(0px, -20px);
}
/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1;
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
}
/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}
.arthref{position:fixed;top:0;left:0;z-index:199}.arthref .overlay{z-index:100;position:fixed;width:100%;height:100%;opacity:0;background:rgba(0,0,0,0.8);pointer-events:none;display:none;-webkit-transition:all 200ms ease-in-out;-moz-transition:all 200ms ease-in-out;-o-transition:all 200ms ease-in-out;-ms-transition:all 200ms ease-in-out;transition:all 200ms ease-in-out}.arthref .opaque{background:rgba(0,0,0,0.2)!important}.arthref .overlay.active{opacity:1;pointer-events:all}.arthref .icon-container{z-index:101;position:absolute;top:0;left:0;bottom:0;right:0;text-align:center}.arthref .icon-container:before{content:'';height:100%;display:inline-block;vertical-align:middle}.arthref .icon-container .centered{display:inline-block;padding:1em;vertical-align:middle;text-align:left;width:90%;max-width:725px}.arthref .icon-container ul{margin:0;padding:0;list-style-type:none;text-align:center;opacity:0;-webkit-transition:all 200ms ease-in-out;-moz-transition:all 200ms ease-in-out;-o-transition:all 200ms ease-in-out;-ms-transition:all 200ms ease-in-out;transition:all 200ms ease-in-out;pointer-events:none}.arthref .icon-container ul.active{opacity:1;pointer-events:auto}.arthref .icon-container ul li{display:inline-block;width:80px;height:110px;margin:5px}.arthref .icon-container ul li a{background-color:#617385;border-radius:4px;display:block;width:80px;height:80px;margin:0 0 10px 0}.arthref .icon-container ul li span{text-align:center;font-family:Arial;font-size:12px;font-weight:bold;text-shadow:0 2px 3px rgba(0,0,0,.9);color:#e5e5e5;font-style:normal!important}.arthref .icon-container ul li a.aApple span{background-position:0 0}.arthref .icon-container ul li a.aMySpace span{background-position:-80px 0}.arthref .icon-container ul li a.aBlackBerry span{background-position:-160px 0}.arthref .icon-container ul li a.aWikipedia span{background-position:-240px 0}.arthref .icon-container ul li a.aEMail span{background-position:-320px 0}.arthref .icon-container ul li a.aWordpress span{background-position:-400px 0}.arthref .icon-container ul li a.aDeviantart span{background-position:-480px 0}.arthref .icon-container ul li a.aForrst span{background-position:0 -80px}.arthref .icon-container ul li a.aTechnorati span{background-position:-80px -80px}.arthref .icon-container ul li a.aXBox span{background-position:-160px -80px}.arthref .icon-container ul li a.aAndroid span{background-position:-240px -80px}.arthref .icon-container ul li a.aEvernote span{background-position:-320px -80px}.arthref .icon-container ul li a.aZerply span{background-position:-400px -80px}.arthref .icon-container ul li a.aXing span{background-position:-480px -80px}.arthref .icon-container ul li a.aVimeo span{background-position:0 -160px}.arthref .icon-container ul li a.aTumblr span{background-position:-80px -160px}.arthref .icon-container ul li a.aFacebook span{background-position:-160px -160px}.arthref .icon-container ul li a.aDigg span{background-position:-240px -160px}.arthref .icon-container ul li a.aDelicious span{background-position:-320px -160px}.arthref .icon-container ul li a.aFriendFeed span{background-position:-400px -160px}.arthref .icon-container ul li a.aLinkedIn span{background-position:-480px -160px}.arthref .icon-container ul li a.aPaypal span{background-position:0 -240px}.arthref .icon-container ul li a.aBehance span{background-position:-80px -240px}.arthref .icon-container ul li a.aFoursquare span{background-position:-160px -240px}.arthref .icon-container ul li a.aWindows span{background-position:-240px -240px}.arthref .icon-container ul li a.aSkype span{background-position:-320px -240px}.arthref .icon-container ul li a.aTwitter span{background-position:-400px -240px}.arthref .icon-container ul li a.aPosterous span{background-position:-480px -240px}.arthref .icon-container ul li a.aLastFm span{background-position:0 -320px}.arthref .icon-container ul li a.aQuora span{background-position:-80px -320px}.arthref .icon-container ul li a.aYouTube span{background-position:-160px -320px}.arthref .icon-container ul li a.aPinterest span{background-position:-240px -320px}.arthref .icon-container ul li a.aPath span{background-position:-320px -320px}.arthref .icon-container ul li a.aGooglePlus span{background-position:-400px -320px}.arthref .icon-container ul li a.aFlud span{background-position:-480px -320px}.arthref .icon-container ul li a.aStumbleUpon span{background-position:0 -400px}.arthref .icon-container ul li a.aReddit span{background-position:-80px -400px}.arthref .icon-container ul li a.aRSS span{background-position:-160px -400px}.arthref .icon-container ul li a.aScoutzie span{background-position:-240px -400px}.arthref .icon-container ul li a.aBlogger span{background-position:-320px -400px}.arthref .icon-container ul li a.aGrovershark span{background-position:-400px -400px}.arthref .icon-container ul li a.aAIM span{background-position:-480px -400px}.arthref .icon-container ul li a.aYahoo span{background-position:0 -480px}
.arthref .icon-container ul li a.aFlickr span{background-position:-80px -480px}.arthref .icon-container ul li a.aDribbble span,.arthref .icon-container ul li a.aDribble span{background-position:-160px -480px}.arthref .icon-container ul li a.aInstagram span{background-position:-240px -480px}.arthref .icon-container ul li a.aApple{background-color:#272727}.arthref .icon-container ul li a.aMySpace{background-color:#272727}.arthref .icon-container ul li a.aBlackBerry{background-color:#2c2c2c}.arthref .icon-container ul li a.aWikipedia{background-color:#303030}.arthref .icon-container ul li a.aEMail{background-color:#434343}.arthref .icon-container ul li a.aWordpress{background-color:#444}.arthref .icon-container ul li a.aDeviantArt{background-color:#40504c}.arthref .icon-container ul li a.aForrst{background-color:#254619}.arthref .icon-container ul li a.aTechnorati{background-color:#48aa26}.arthref .icon-container ul li a.aXBox{background-color:#61a500}.arthref .icon-container ul li a.aAndroid{background-color:#8acd16}.arthref .icon-container ul li a.aEvernote{background-color:#78ba4e}.arthref .icon-container ul li a.aZerply{background-color:#99bd67}.arthref .icon-container ul li a.aXing{background-color:#036567}.arthref .icon-container ul li a.aVimeo{background-color:#627486}.arthref .icon-container ul li a.aTumblr{background-color:#365471}.arthref .icon-container ul li a.aFacebook{background-color:#3b5998}.arthref .icon-container ul li a.aDigg{background-color:#1b5891}.arthref .icon-container ul li a.aDelicious{background-color:#3274d1}.arthref .icon-container ul li a.aFriendFeed{background-color:#5e94d6}.arthref .icon-container ul li a.aLinkedIn{background-color:#2086bc}.arthref .icon-container ul li a.aPaypal{background-color:#478fda}.arthref .icon-container ul li a.aBehance{background-color:#0d8af8}.arthref .icon-container ul li a.aFoursquare{background-color:#17a4d7}.arthref .icon-container ul li a.aWindows{background-color:#22aee7}.arthref .icon-container ul li a.aSkype{background-color:#00aff0}.arthref .icon-container ul li a.aTwitter{background-color:#00b6f3}.arthref .icon-container ul li a.aPosterous{background-color:#8ab4cd}.arthref .icon-container ul li a.aLastFm{background-color:#b70300}.arthref .icon-container ul li a.aQuora{background-color:#c21d11}.arthref .icon-container ul li a.aYouTube{background-color:#c8312b}.arthref .icon-container ul li a.aPinterest{background-color:#cb2027}.arthref .icon-container ul li a.aPath{background-color:#bf3119}.arthref .icon-container ul li a.aGooglePlus{background-color:#cf4231}.arthref .icon-container ul li a.aFlud{background-color:#ff503e}.arthref .icon-container ul li a.aStumbleUpon{background-color:#eb4924}.arthref .icon-container ul li a.aReddit{background-color:#ff500f}.arthref .icon-container ul li a.aRSS{background-color:#f72}.arthref .icon-container ul li a.aScoutzie{background-color:#f87242}.arthref .icon-container ul li a.aBlogger{background-color:#fc9c4a}.arthref .icon-container ul li a.aGrovershark{background-color:#fca204}.arthref .icon-container ul li a.aAIM{background-color:#ffba00}.arthref .icon-container ul li a.aYahoo{background-color:#640e6b}.arthref .icon-container ul li a.aFlickr{background-color:#ff0084}.arthref .icon-container ul li a.aDribbble,.arthref .icon-container ul li a.aDribble{background-color:#ff0084}.arthref .icon-container ul li a.aInstagram{background-color:#723f2d}.arthref .icon-container ul li a span{display:block;width:80px;height:80px;background:url('https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/social-sprite.png') no-repeat}.arthref .icon-container ul li a{background-image:-webkit-radial-gradient(center center,80px 80px,rgba(255,255,255,.15) 0,rgba(0,0,0,.15) 100%);background-image:-moz-radial-gradient(center center,80px 80px,rgba(255,255,255,.15) 0,rgba(0,0,0,.15) 100%);background-image:-o-radial-gradient(center center,80px 80px,rgba(255,255,255,.15) 0,rgba(0,0,0,.15) 100%);background-image:-ms-radial-gradient(center center,80px 80px,rgba(255,255,255,.15) 0,rgba(0,0,0,.15) 100%);background-image:radial-gradient(center center,80px 80px,rgba(255,255,255,.15) 0,rgba(0,0,0,.15) 100%)}.arthref .icon-container ul li:hover a{background-image:-webkit-radial-gradient(center center,80px 80px,rgba(255,255,255,.3) 0,rgba(0,0,0,.3) 100%);background-image:-moz-radial-gradient(center center,80px 80px,rgba(255,255,255,.3) 0,rgba(0,0,0,.3) 100%);background-image:-o-radial-gradient(center center,80px 80px,rgba(255,255,255,.3) 0,rgba(0,0,0,.3) 100%);background-image:-ms-radial-gradient(center center,80px 80px,rgba(255,255,255,.3) 0,rgba(0,0,0,.3) 100%);background-image:radial-gradient(center center,80px 80px,rgba(255,255,255,.3) 0,rgba(0,0,0,.3) 100%)}.arthref .launchpad .icon-container ul{-webkit-transform-origin:center 20%;-webkit-transform:scale(0.8);-moz-transform-origin:center 20%;-moz-transform:scale(0.8);-o-transform-origin:center 20%;-o-transform:scale(0.8);-ms-transform-origin:center 20%;-ms-transform:scale(0.8);transform-origin:center 20%;transform:scale(0.8)}
.arthref .launchpad.active .icon-container ul{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.arthref .launchpadReverse .icon-container ul{-webkit-transform-origin:center 20%;-webkit-transform:scale(1.2);-moz-transform-origin:center 20%;-moz-transform:scale(1.2);-o-transform-origin:center 20%;-o-transform:scale(1.2);-ms-transform-origin:center 20%;-ms-transform:scale(1.2);transform-origin:center 20%;transform:scale(1.2)}.arthref .launchpadReverse.active .icon-container ul{-webkit-transform:scale(1);-moz-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}.arthref .slideTop{top:-100%}.arthref .slideTop.active{top:0}.arthref .slideRight{left:100%}.arthref .slideRight.active{left:0}.arthref .slideBottom{top:100%}.arthref .slideBottom.active{top:0}.arthref .slideLeft{left:-100%}.arthref .slideLeft.active{left:0}.arthref .chain .icon-container ul li{opacity:0}.blurred{-webkit-transition:-webkit-filter 300ms ease-in-out;-moz-transition:-moz-filter 300ms ease-in-out;-o-transition:-o-filter 300ms ease-in-out;-ms-transition:-ms-filter 300ms ease-in-out;transition:filter 300ms ease-in-out;-webkit-filter:blur(15px)}
.button-social { 
	width: 58px; height: 62px; background: #3b5998; border-radius:4px; position:fixed; right: 0px; top: 30vh; z-index:195; cursor:pointer; display:block;
	background-image: url('https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/social-sprite.png');
	background-repeat: no-repeat;
	background-position:-480px -480px;
    -webkit-transform: translate(10px, 0px);
	-moz-transform: translate(10px, 0px);
	-ms-transform: translate(10px, 0px);
	-o-transform: translate(10px, 0px);
    transform: translate(10px, 0px);
}
.button-social span { margin: 42px 0px 0px 7px; color: #eee; display: block; font-size: 10px;  }
.button-social:hover { 
    -webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
}
.button-social-txt { float: right; color: #999; text-decoration: underline; cursor: pointer; }
.cms-models-and-pornstars .page-title,
.catalog-category-view .page-title {
    margin-top: 1em;
    margin-bottom: 0;
    padding: 0;
}

.mobile-label { display: none; }

.model-grid { 
    margin-top: 4em;
}
.model-grid :first-child {
    grid-column: 1 / span 2;
}

@media screen and (max-width: 850px) {
    .model-grid .wraping:nth-child(8) { display: none; }
}
@media screen and (max-width: 700px) {
    .model-grid .wraping:nth-child(6) { display: none; }
    .model-grid .wraping:nth-child(7) { display: none; }
}

.model {
    width: 100%;
    height: 100%;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    box-sizing: border-box;
    border: none;
    border-radius: 2px;
    text-align: center;
}
.model img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.model .bottom {
    background-color: #150011aa;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.model h1 { color: #fff; margin: 8px; font-size: 18px; font-weight: 800; }
.model p { color: #ccc; margin: 8px; }
.model em { font-size: 0.8em; }
.model .blob {
    position: absolute;
    z-index: 3;
    left: 2px;
    top: 3px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    border-radius: 2px;
    font-size: 11px;
    font-weight: 800;
    text-align: center;
    background-color: #150011aa;
    color: #ffffffaa;
}
.model .search {
    position: absolute;
    right: 5px;
    bottom: 5px;
    display: block;
    z-index: 4;
    background: url('/skin/frontend/default/jm_lingerie/wavethemes/jmbasetheme/profiles/skinmagz/images/default/icon_search1.png') no-repeat center;
    width: 20px;
    height: 20px;
    opacity: 0.2;
}
.model button {
    margin-top: 0.25em;
    margin-bottom: 1em;
}

/* top menu */
.menu-title { position: relative; }
.menu-title mark {
    position: absolute;    
    top: 11px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8px;
    line-height: 11px;
    text-align: center;
    width: 11px;
    height: 11px;
    color: #fff;
    background-color: #cc0000;
    border-radius: 50%;

}
.category-products-small {
    margin-top: 4em;
}
.category-products-small .model-grid {
    margin-top: 0;
}
.category-products-small .bottom p {
    display: none;
}






@charset "utf-8";

/* **************************************** */
/* article ******************************** */
/* **************************************** */
body.category-literotica {}

.literotica-article {
	margin: 24px 0px 24px 0px;
	display: block;
}

.literotica-article aside {
	float: left;
	display: block;
	width: 180px;
	height: 400px;
}

.literotica-article aside h3 {
	font: bold 14px 'Chivo', sans-serif;
	text-transform: uppercase;
	padding-bottom: 10px;
	color: #999;
}

.literotica-article aside h2 {
	display: none;
}

.literotica-article aside h2.product-name {
	display: inline-block !important;
}

.literotica-article article.story {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-weight: normal;
	font-size: 16px;
	margin-left: 0px;
	display: block;
}

/* styles */
.literotica-article article.story h1 {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 3em;
	font-weight: normal;
	line-height: normal;
	margin: 0px 0px 32px 0px;
	padding: 0px;
	color: #555;
}

.literotica-article article.story h2 {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 1.5em;
	font-weight: normal;
	line-height: normal;
	margin: 0px 0px 32px 0px;
	padding: 0px;
	color: #555;
}

.literotica-article article.story h3 {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 1.3em;
	font-weight: normal;
	line-height: normal;
	margin: 0px 0px 16px 0px;
	padding: 0px;
	color: #333;
}

/* for quotes */
.literotica-article article.story h4 {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 1.3em;
	font-weight: normal;
	line-height: normal;
	margin: 0px 0px 16px 32px;
	padding: 0px;
	color: #c60592;
	position: relative;
}

.literotica-article article.story h4::after {
	content: " ";
	position: absolute;
	left: -32px;
	top: 4px;
	width: 22px;
	height: 17px;
	display: block;
	background-image: url("https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/quote.png");
	background-repeat: no-repeat;
	background-position: top center;
}

.literotica-article article.story h5 {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 1.1em;
	font-weight: normal;
	line-height: normal;
	margin: 0px 0px 16px 0px;
	padding: 12px 16px;
	color: #fff;
	background-color: #c60592;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.literotica-article article.story p {
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	font-size: 1em;
	font-weight: normal;
	line-height: normal;
	margin: 0px 0px 16px 0px;
	padding: 0px;
	color: #000;
}

.story-width .category-title {
	display: none;
}

.story-width,
.literotica-article article.story hr,
.literotica-article article.story p,
.literotica-article article.story ul,
.literotica-article article.story h1,
.literotica-article article.story h2,
.literotica-article article.story h3,
.literotica-article article.story h4,
.literotica-article article.story h5,
.literotica-article article.story h6 {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
}

.literotica-article .article-seo {
	font-size: 0.8em;
	font-weight: normal;
	line-height: normal;
	border-top: 1px solid #ccc;
	display: block;
	margin: 0px;
	padding: 8px 0px 0px 0px;
	list-style: none;
	color: #ccc;
}

.literotica-article .article-seo span {
	margin-right: 8px;
}

.literotica-article mark.tags {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 0.7em;
	font-weight: normal;
	line-height: normal;
	vertical-align: central;
	margin: 0px 0px 16px 0px;
	display: block;
	padding: 0px;
	color: #000;
	background: none;
}

.literotica-article mark.tags span {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #ccc;
	color: #fff;
	margin: 0px 4px 2px 0px;
	padding: 2px 8px;
	display: inline-block;
}

.literotica-article mark.tags span.green {
	background-color: #95C996;
}

.literotica-article mark.tags span.blue {
	background-color: #95B6C9;
}


/* **************************************** */
/* article-card *************************** */
/* **************************************** */
article.article-card {
	font-size: 16px;
	font-weight: normal;
	line-height: normal;
	display: block;
	width: 32%;
	max-width: 400px;
	min-width: 280px;
	margin: 0px 1% 16px 0px;
	float: left;
	position: relative;
	height: 250px;
	overflow: hidden;
	border: 1px solid #ccc;
	background-color: #fff;
}

article.article-card .pusher {
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 15;
	display: block;
	width: 28px;
	height: 250px;
	margin: 0px 0px 0px -26px;
	overflow: hidden;
	background-image: url("https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/pusher.png");
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 100%;
}

article.article-card aside {
	position: absolute;
	z-index: 14;
	left: 0px;
	top: 250px;
	width: 250px;
	text-align: center;
	display: block;
	font-size: 14px;
	height: 24px;
	line-height: 22px;
	vertical-align: central;
	background-color: #009600;
	color: #fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	-ms-transform: rotate(-90deg);
	-ms-transform-origin: 0% 0%;
	-webkit-transform: rotate(-90deg);
	-webkit-transform-origin: 0% 0%;
	transform: rotate(-90deg);
	transform-origin: 0% 0%;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	border-bottom-right-radius: 2px;
}

article.article-card .article-image {
	width: 49%;
	height: 250px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	display: block;
	float: left;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

article.article-card .article-image a,
article.article-card .article-image a img {
	margin: 0px;
	padding: 0px;
	border: none;
	width: 100%;
	height: 100%;
	display: block;
}

article.article-card .article-image a img {
	width: 100%;
	height: auto;
	-webkit-transform: scale(1.2);
	-webkit-transform-origin: top center;
	-ms-transform: scale(1.2);
	-ms-transform-origin: top center;
	transform: scale(1.2);
	transform-origin: top center;
}

article.article-card .article-image .article-pusher {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 12;
	width: 100%;
	height: 250px;
	background-color: rgba(75, 138, 81, 0.4);
	-webkit-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

article.article-card .article-image a:hover .article-pusher {
	-webkit-transform: translateX(0%);
	-moz-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

article.article-card .article-name {
	display: block;
	width: 49%;
	height: 250px;
	margin: 0px;
	padding: 0px;
	float: right;
	position: relative;
	overflow: hidden;
}

article.article-card h2,
article.article-card p {
	margin: 16px 8px 0px 8px;
	padding: 0px;
	display: inline-block;
}

article.article-card h2 {
	font-size: 1.2em;
	font-weight: normal;
	line-height: normal;
	color: #000;
}

article.article-card p {
	font-size: 0.75em;
	font-weight: normal;
	line-height: normal;
	color: #777;
}

.for-button {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 60px;
	display: block;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0);

}

.for-button .button,
button.btn-story {
	font-size: 12px !important;
	height: 18px;
	border: 1px solid #199f4a !important;
	color: #fff !important;
	background-color: #199f4a !important;
}

.for-button .button:hover,
button.btn-story:hover {
	color: #199f4a !important;
	background-color: #fff !important;
}

/* **************************************** */
/* gallery ******************************** */
/* **************************************** */
div.gallery-image {
	display: block;
	position: relative;
	height: 650px;
	width: 100%;
	overflow: hidden;
	border-top: 1px solid #c60592;
}

div.gallery-image .btn-story {
	position: absolute;
	right: -0px;
	top: -5px;
	height: 30px;
	z-index: 11;
}

div.gallery-image-mask {
	display: block;
	width: auto;
	padding: 0px;
	margin: 0px 0px 16px 0px;
}

div.gallery-image-mask .gallery-image {
	display: block;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

div.gallery-image-mask .gallery-image img {
	width: auto;
	display: bolck;
	border: none;
}

/* fix for all images to fit */
div.gallery-image-mask,
div.gallery-image-mask .gallery-image,
div.gallery-image-mask .gallery-image img,
div.gallery-image-mask .owl-stage-outer,
div.gallery-image-mask .owl-stage {
	height: 600px;
}






/* ******************************************* */
/* fullscreen ******************************** */
/* ******************************************* */
.owl-carousels {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9891;
	background-color: #000;
	display: block;
}

.owl-carousels .owl-slides {
	background-color: #000;
	height: 100%;
	display: block;
}

.owl-carousels .owl-slides img {
	width: auto !important;
	height: 100% !important;
}

.owl-carousels .arrownav {
	position: absolute;
	z-index: 9892;
	width: 50px;
	height: 100%;
	cursor: pointer;
	background-color: rgba(0, 0, 0, 0.1);
}

.owl-carousels .arrownav:hover {
	background-color: rgba(0, 0, 0, 0.5);
}

.owl-carousels .closenav {
	position: absolute;
	right: -0px;
	top: -5px;
	height: 32px !important;
	z-index: 9895;
}

/* ******************************************* */
/* fullscreen ******************************** */
/* ******************************************* */
.cms-help-html .main ul {
	list-style: disc;
	margin-left: 1em;
}

.cms-help-html .main #ja-current-content {
	margin-top: 2em;
	margin-bottom: 6em;
}
@charset "utf-8";
/* **************************************** */
/* mobile  ******************************** */
/* **************************************** */

@media screen and (max-width: 730px) {
	.literotica-article aside {
		width: 100%;
		display: block;
		margin-left: 8px;
	}
	.literotica-article aside a.callout {
		display: none;
	}
	.literotica-article article.story {
		margin-left: 0px;
		border: none !important;	
		padding-left: 0px !important;
	}
	.literotica-article article.story h1 {
		font-size: 2em;	
	}
	.literotica-article article.story h2 {
		font-size: 1.4em;	
	}
}
@charset "utf-8";
/* **************************************** */
/* article ******************************** */
/* **************************************** */
/* 

\app\design\frontend\default\jm_lingerie\layout\page.xml
\app\design\frontend\default\jm_lingerie\template\newsletter\subscribe.phtml
\app\design\frontend\default\jm_lingerie\template\persistent\customer\form\register.phtml
\app\design\frontend\default\jm_lingerie\template\customer\widget\gender.phtml
\app\design\frontend\default\jm_lingerie\template\persistent\customer\form\login.phtml

*/

.account h1.big,
.account h2.big,
.account h3.big {
	color: #fff;
	font-size: 48px;
	font-weight: 900;
	margin: 0.2em 0 0.1em 0;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 1em;
}

.account h1.medium,
.account h2.medium,
.account h3.medium {
	color: #fff;
	font-size: 32px;
	font-weight: 900;
	margin: 0.2em 0 0.1em 0;
	text-transform: uppercase;
	letter-spacing: 0px;
	line-height: 1em;
}
.account p.normal {
	font-size: 16px;
}
.account .margin {
	margin-top: 1em !important;
	margin-bottom: 1em !important;
}
.account .margin-big {
	margin-top: 2em !important;
	margin-bottom: 2em !important;
}
.account .margin-small {
	margin-top: 0.5em !important;
	margin-bottom: 0.5em !important;
}
.account small { font-size: 0.8em; }

.account.black h1,
.account.black h2,
.account.black h3,
.account.black ul,
.account.black label,
.account.black p
 { color: #111 !important; }

.account, .account *, .account *:before, .account *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	transition: all 1s;
}

.account section {
	clear: both;
	display: block;
	width: 100%;
	margin: 0px 0px 16px 0px;
}
.account h1 {
	margin: 24px 0px 32px 0px;
	font-family: Chivo, Arial, sans-serif;
	font-weight: 800;
	font-size: 32px;
}
.account .daddy {
	display: inline-block;
	width: 250px;
	height: 250px;
	border-radius: 50%;
	padding: 24px;
	margin: 4px;
	font-size: 20px;
	color: #111;
	background-position: center;
	background-size: contain;
}
.account .daddy1 { 
	background-color: #f8ac50; 
	background-image: url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/free1.gif);
}
.account .daddy2 { 
	background-color: #fdc63d; 
	background-image: url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/free2.gif);
}
.account .daddy3 { 
	background-color: #ea4f61; 
	background-image: url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/free3.gif);
}
.account .daddy h2 {
	font-family: Chivo, Arial, sans-serif;
	font-weight: 800;
	font-size: 3em;
	line-height: 0.8em;
	color: #111;
}
.account .daddy h3 {
	font-family: Chivo, Arial, sans-serif;
	font-weight: 800;
	font-size: 1em;
	line-height: 1em;
	color: #111;
}


.account p {
	font-family: Chivo, Arial, sans-serif;
	font-weight: 400;
	font-size: 1em;
	line-height: 1.1em;
	color: #111;
}


.account .fieldset {
	width: 100%;
	max-width: 600px;
	margin: 2em auto;
	text-align: left;
	border: 1.5px solid #3b27be30;
	border-radius: 8px;
	padding: 1em;
}
.account .fieldset * {
	text-align: left;
}
.account .form-list { text-align: left; }
.account .input-box .fields,
.account .fieldset li .input-box .fields {
	width: 98% !important;
	font-size: 1.25em;
	border: 1.5px solid #3b27be;
	border-radius: 8px;
	padding: 0.7em;
	text-align: left;
}
.account .input-box {
	width: 100%;
}
.account input[type=checkbox] { 
	width: 1.2em;
	height: 1.2em;
	margin-right: 1em;
	float: none;
}

.account .buttons-set {
	width: 100%;
	max-width: 600px;
	margin: 2em auto;
	text-align: center;
	border: 1.5px solid #3b27be30;
	border-radius: 8px;
	padding: 1em;	
}

.account .buttons-set button.button.submit {
	font-size: 1.5em !important;
	font-weight: 800 !important;
	float: none !important;
	margin: 0.5em auto !important;
	padding: 0.5em 2em;
}
.account button.button.gojimmy {
	font-size: 1.5em !important;
	font-weight: 800 !important;
	float: none !important;
	margin: 0.5em auto !important;
	padding: 0.5em 2em;
	border: 1.5px solid;
	border-radius: 4px;
}


@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');

/* CARD TAGS */
 /* FOR PROMOTIONS, like NEW, 20% OFF */
 article .tag {      
      position: absolute;
      z-index: 11;
      right: 4px;
      top: 170px;
      border-radius: 10px;
      background: #ce1a20;
      background-color: #ce1a20;
      text-align: center;
      width: 55px;
      height: 35px;
      color: #fff;
      box-shadow: 0 0 3px 0 rgba(51,0,0,0.3);
      display: flex;
      align-items: center;
      justify-content: center;
      align-content: center;
      font-family: 'Bebas Neue', sans-serif;
      font-size: 22px;
      font-weight: 400;
      pointer-events: none;
      

}

.premium .tag { right: 5px; top: 75px; }
.main-subscription-mask-color .tag { top: -40px; right: 15px; }

/* COLORS */
.tag.gold {
      color: #fff;
      text-shadow: 0 0 3px #000;
      background-color: rgb(249,193,52);
      background: linear-gradient(to right, rgba(249,193,52,1) 0%,rgba(198,119,0,1) 67%,rgba(249,194,54,1) 100%);
}
.tag.silver {
      color: #000;
      background-color: #dddddd;
      background: linear-gradient(to right, #ccc 0%,#ddd 67%,#aaa 100%);
}
.tag.black {
      color: #fff;
      background: #111;
      background-color: #111;
}
.tag.blackfriday {
      color: rgb(249,193,52);
      background: #111;
      background-color: #111;
}
.tag.blackfriday::after {
      color: #fff;
}
.tag.purple {
      color: #fff;
      background: #9400D3;
      background-color: #9400D3;
}
.tag.skinmagz {
      color: #fff;
      background: #c60592;
      background-color: #c60592;
}
.tag.white {
      color: #000;
      background: #eeeeee;
      background-color: #eeeeee;
}


.tag::after {
      position: absolute;
      bottom: -10px;
      left: 0px;
      width: 100%;
      text-align: center;
      font-family: 'Bebas Neue', sans-serif;
      border-top: 1px solid #fff;
      line-height: 16px;
      font-size: 12px;
      font-weight: 400;
      background: inherit;
      background-color: inherit;
      border-bottom-left-radius: 10px;
      border-bottom-right-radius: 10px;
      opacity: 0.8;
}
.tag::after {
      content: attr(title);
}



article .tag.additional::after {
      content: "additional";
      font-size: 11px;
      line-height: 11px;
      position: absolute;
      top: 0px;
      left: -18px;
      padding: 4px 8px 4px 8px;
      background-color: #000;
      border-radius: 8px;
      color: #cc0000;
}
article .tag.additional.buy2::after {
     content: "buy 2";
     white-space: pre;
}
article .tag.tagblack { background: #000 !important; }
article .tag.high { background: #ff861a; bottom: 130px; top: unset; }
.premium article .tag.tagup { top: 90px; }
.products-grid h2.product-name {
      max-height: 32px;
      overflow: hidden;
}


/* item colors */
.product-image::after { 
position: absolute;
/* left: 160px;*/
right: -76px;
top: 90px;
width: 100px;
text-align: center;
display:block;
font-size: 1.1em;
height: 24px;
line-height: 24px;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.75);
-ms-transform: rotate(-90deg);
-ms-transform-origin: 0% 0%;
-webkit-transform: rotate(-90deg);
-webkit-transform-origin: 0% 0%;
transform: rotate(-90deg);
transform-origin: 0% 0%; 
border-bottom-right-radius: 4px;
border-top-left-radius: 4px;
 font-family: 'Chivo', Arial ,sans-serif;
}


/* vertical tag */
/* subscription */
.subscription .product-image::after { 
content: " subscription ";
color: #fff;
background-color: #640047;
}
/* video */
.video .product-image::after { 
content: " video ";
color: #fff;
background-color: #2452BD;
}
/* softcore */
.softcore .product-image::after { 
content: " softcore " !important;
color: #fff;
background-color: #8500B0;
}

/* toons */
.toons .product-image::after { 
content: " xxx toons ";
color: #fff;
background-color: #ac050c;
}

/* gay */
.gay .product-image::after { 
content: " gays ";
color: #fff;
background-color: #008121;
}

/* trans */
.trans .product-image::after { 
content: " trans ";
color: #000;
background-color: #5acffb;
}

/* bundle */
.bundle .product-image::after {
content: " special ";
color: #fff;
background-color: #d42c88;
}

/* literotica */
.story .product-image::after { 
content: " free literotica ";
font-family: 'Times New Roman', Times, serif;
color: #fff;
background-color: #428686;
}

/* premium */
.premium .product-image::after { 
content: " premium ";
color: #000;font-weight: bold;
background: rgb(249,193,52);
background: -moz-linear-gradient(left, rgba(249,193,52,1) 0%, rgba(198,119,0,1) 67%, rgba(249,194,54,1) 100%);
background: -webkit-linear-gradient(left, rgba(249,193,52,1) 0%,rgba(198,119,0,1) 67%,rgba(249,194,54,1) 100%);
background: linear-gradient(to right, rgba(249,193,52,1) 0%,rgba(198,119,0,1) 67%,rgba(249,194,54,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c134', endColorstr='#f9c236',GradientType=1 );
}
/* unverified */
.unverified-badge {
      position: absolute;
      top: 50%;
      left: 50%;
      background-color: #000;
      color: #fff;
      padding: 5px 10px;
      border-radius: 5px;
      font-size: 12px;
      font-weight: bold;
      text-transform: uppercase;
      letter-spacing: 1px;
      transform: translate(-50%, -50%);
      z-index: 10;
      width: 40%;
      height: 40%;
      background: url('https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/18+white.png');
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      opacity: 0.8;
      pointer-events: none;      
}

/* MEDIA unverified */

.view-media .products .product-image {
      max-width: 400px;
      width: 100%;
      position: relative;
}

.view-media .products .product-image img {
      aspect-ratio: 400 / 516;
      width: 100%;
      height: auto;
      transition: filter 0.5s ease;
}


.view-media .products.unverified .product-image-zoom .unverified-badge {
      pointer-events: auto;
}

.view-media .products.unverified .product-image img:not([data-index="1"]) {
      filter: blur(8px);
}

.view-media .products.unverified .more-views img:not([data-index="1"]) {
      filter: blur(2px);
}

#adult-content {
      display: grid;
      grid-template-columns: 100px 1fr;
      gap: 20px;
}

#adult-content .adult-content-inner {
      position: relative;
      background-color: #eee;
      border-radius: 10px;
}

.open-video-popup {
      position: relative;
      padding: 0px !important;
      cursor: pointer;
      margin: 2px 1px !important;
}

.open-video-popup a {
      width: 120px;
      height: 80px;
      display: block;
      background-position: top center;
      background-repeat: no-repeat;
      background-size: 120%;
      position: relative;
      overflow: hidden;
      background: #ad5389;
      /* fallback for old browsers */
      background: -webkit-linear-gradient(to right, #3c1053, #ad5389);
      /* Chrome 10-25, Safari 5.1-6 */
      background: linear-gradient(to right, #3c1053, #ad5389);
      /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
      text-decoration: none;


}

.view-media .products:not(.unverified) .open-video-popup a::before {
      content: " ";
      width: 120px;
      height: 160px;
      display: block;
      position: absolute;
      z-index: 1;
      background-color: #000;
      background-color: rgba(0, 0, 0, 0.6);
      background-image: url('https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/video-icon.png');
      background-position: left top;
      background-repeat: no-repeat;
      left: 0px;
      top: 0px;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
}

.open-video-popup:hover a::before {
      left: 0px;
      top: -80px;
}
/* ============================================ *
 * Configurable Swatches
 * ============================================ */
/* Clears */
.clearfix:after,
.configurable-swatch-list:after,
.product-view .product-options .swatch-attr:after {
  content: '';
  display: table;
  clear: both;
}

/* General Swatch Styling */
.swatch-link,
.swatch-label {
  display: block;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  color: #636363;
  text-decoration: none;
  box-sizing: content-box;
}

.swatch-link {
  border: 1px solid #cccccc;
  margin: 0 0 3px;
}
.swatch-link img {
  border-radius: 2px;
}
.swatch-link:hover {
  cursor: pointer;
  text-decoration: none;
}
.swatch-link .x {
  display: none;
  text-indent: -999em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/bg_x.png) center no-repeat transparent;
  z-index: 10;
}
.swatch-link.has-image .swatch-label {
  position: relative;
}
.swatch-link.has-image img {
  position: absolute;
  top: 0;
  left: 0;
}

.swatch-label {
  border: 1px solid #fff;
  margin: 0;
  white-space: nowrap;
  background: #f4f4f4;
}

.configurable-swatch-list {
  margin-left: 0px;
  zoom: 1;
  clear: both;
  -webkit-transform: translateZ(0px);
}
.configurable-swatch-list li {
  float: left;
  zoom: 1;
  margin: 0 0 0 3px;
}
.products-grid .configurable-swatch-list li {
  display: inline-block;
  float: none;
  margin: 0;
  vertical-align: top;
}
.configurable-swatch-list .not-available .x {
  display: block;
}
.configurable-swatch-list .not-available .swatch-link {
  border-color: #ededed;
  position: relative;
}
.configurable-swatch-list .not-available .swatch-link.has-image img {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.configurable-swatch-list .not-available .swatch-label {
  color: #aaa;
  background: #fff;
}
.configurable-swatch-list .wide-swatch .swatch-label {
  padding: 0 6px;
}
.configurable-swatch-list .not-available a:focus {
  outline: 0;
}

#narrow-by-list dd .configurable-swatch-list li {
  margin: 0 0 0 3px;
  width: 47%;
}
#narrow-by-list dd .swatch-link {
  border: none;
  line-height: 25px;
  margin-right: 2px;
  text-align: left;
}
#narrow-by-list dd .swatch-link.has-image {
  line-height: inherit;
}
#narrow-by-list dd .swatch-link:hover .swatch-label {
  border-color: #3399cc;
}
#narrow-by-list dd .swatch-label {
  background: #f4f4f4;
  border: 1px solid #cccccc;
  border-radius: 3px;
  display: block;
  float: left;
  line-height: 1.5em;
  margin: 0 5px 0 0;
  padding: 1px 5px;
  white-space: nowrap;
}
#narrow-by-list dd .swatch-label img {
  border: 1px solid #fff;
  border-radius: 3px;
  box-sizing: content-box;
}
#narrow-by-list dd .has-image .swatch-label {
  padding: 0;
}

@media only screen and (max-width: 770px) {
  #narrow-by-list dd .configurable-swatch-list li:nth-child(odd) {
    clear: left;
  }
}
.currently .swatch-current {
  position: relative;
}
.currently .swatch-current .btn-remove {
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%;
}
.currently .swatch-current span {
  display: block;
  float: left;
}
.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 3px;
}
.currently .swatch-link:hover {
  border-color: #cccccc;
  cursor: default;
}

/* Other Swatch States */
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
  border-color: #3399cc;
}

.configurable-swatch-box {
  background: none !important;
}
.configurable-swatch-box select.swatch-select {
  display: none;
}
.configurable-swatch-box .validation-advice {
  margin: 0 0 5px;
  background: #df280a;
  padding: 2px 5px !important;
  font-weight: bold;
  color: #fff !important;
  float: left;
  display: block;
  border-radius: 3px;
}

#ja-current-content .category-products .products-grid .product-image {
  min-height: 240px;
}

#ja-current-content .category-products .products-grid .product-image img {
  min-width: 180px;
}

#product-options-wrapper.product-options .swatch-attr .input-box {
  background: 0;
  border: 0;
}
h2.jmzin-title, h4.jmzin-title {
	padding: 50px 20px 0 20px;
	font: bold 18px 'Chivo',sans-serif;
	text-transform:uppercase;
	color:#fff;
	margin:0;
}

h2.jmzin-title a , h4.jmzin-title a {color:#fff;}

/* CONTENT
--------------------------------------------- */
.jm-product-list-bycat { overflow:hidden}
.jm-product-list-bycat .main { padding:20px 0 0;}

#jmzin-wrap {
	padding: 0;
	margin-left: 1px;
}

#jmzin {
	padding: 0;
}



.jm-cat-left,
.jm-cat-center,
.jm-cat-right {
	float: left;

	width:300px !important;
	
}

.jm-cat-left,
.jm-cat-center { margin-right:10px !important}

.jm-cat-right { margin-right:0;}

.jmzin-box {
	margin: 0;
	padding:0;
	position:relative
}

.jm-cat-right .jmzin-box {
	margin-left: 0;
}

.jm-cat-right .jmzin-box {
	margin-right: 0;
}

div.jmzin-section {
	display: block;
	position:absolute; 
	left:0;
	background:rgba(0,0,0,0.8);
	padding:10px 20px;
	bottom:0;
	width:260px;
	z-index:3;
	transition: all 0.6s ease-out 0s;
	
}

.jmzin-box:hover div.jmzin-section {transition: all 0.3s ease-out 0s; bottom:142px; background:none;}
div.jm-boxwrap{
	cursor: pointer;
}
div.jmzin-section a, div.jmzin-section span {
	padding: 0 2px 2px 0;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}

div.jmzin-section a:hover,
div.jmzin-section a:active,
div.jmzin-section a:focus {
	text-decoration: none;
	color: #999999;
}

.jmzin-more {
	color: #999999;
	text-transform: uppercase;
	display: block;
	clear: both;
	padding: 10px 0 2px;
	margin-top: 10px;
	background: url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/joomlart/jmcategorylist/css/dot-h.gif) repeat-x top;
}

ul.jmzin-links {
	padding: 0;
	margin: 0;
}

ul.jmzin-links li {
	padding-left: 10px;
	background-position: 2px 9px;
}

ul.jmzin-links li a {
	color: #666666;
}

h2.jmzin-title, 
h4.jmzin-title,
.jmzin-content p,
.jmzin-more,
ul.jmzin-links { display:none;}

.jmzin-content { height:300px; width:300px; margin:0; padding:0; overflow:hidden; position:relative;}
.jmzin-content img { position:absolute; left:o;top:0; z-index:1}

.jmzin-box:hover .jmzin-content h2.jmzin-title, 
.jmzin-box:hover .jmzin-content h4.jmzin-title,
.jmzin-box:hover .jmzin-content p { display: block; z-index:4;}

.jmzin-box:hover .jmzin-content p { padding:10px 20px; color:#fff;}

.jmzin-content .mask-color {position:absolute;width:260px; padding:0 20px; height:180px; background:rgba(0,0,0,0.8);left:0;bottom:-200px;transition: all 0.8s ease-out 0s; z-index:2; color:#fff; font: normal 13px/20px Arial, Helvetica, sans-serif;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; background:#000\0/}

.jmzin-box:hover .jmzin-content .mask-color { bottom:0; transition: all 0.3s ease-out 0s;} 

.jmzin-content .mask-color h3 { color:#fff; font:bold 18px/24px 'Chivo',sans-serif; text-transform:uppercase; padding-bottom:10px;}

.feature-scroller{
	height: 300px;
    margin: 0 0 50px;
    overflow: hidden;
     position: relative;
     width: 100%;
}
.feature-scroller-inner{
	left: 0;
    position: absolute;
    top: 0;
}
.feature-scroller-box{
	width:9999px;
}
.jm-slideshow {
	border:0;
	margin:0;
}

.jm-slidewrap {
	background: white no-repeat left bottom;
	margin: 0;
	padding: 0px;
	position: relative;
	overflow: hidden;
	height: auto;
}

.jm-slide-main-wrap {
	position: relative;
	overflow: hidden;
	z-index: 10;
	width:100% !important
}
div.jm-slidewrap.deschover .jm-slide-main-wrap{
   background:#000;
}

div.jm-slidewrap.deschover .jm-slide-main{
   background:#000;
   opacity: 0.5;
   transition: all 0.05s ease-out 0s;
}

.jm-slide-main {
	position: absolute;
	z-index: 1;
}

.jm-slide-item {
  display: block;
  float: left;
  position: relative;
  overflow: hidden;
  margin: 0 !important;
}

.jm-slide-item img {
  padding: 0;
}

.jm-slide-thumbs-wrap {
	position: absolute;
	overflow: hidden;
	clear: both;
	bottom: 40px;
	right: 40px;
	z-index: 999;
	padding-top:97px;
	width: 937px !important;
}

.jm-thumbs-top {
	margin-top: 10px;
}

.jm-thumbs-bottom {/*
	margin-bottom: 10px;*/
}

.jm-thumbs-left {
	margin-left: 10px;
}

.jm-thumbs-right {
	margin-right: 10px;
}


.jm-slide-thumbs {
	position: absolute;
	top: 0;
	padding: 0;
	width: auto;
	min-width: 3000px;
	margin-top: 101px;
	border-left: 1px solid #111;
	
}
	
.jm-slide-thumbs-mask { display:none;}

.jm-slide-thumbs-handles {
	position: absolute;
	top: 0;
	padding: 0;
	width: auto;
	margin-top: 101px;
}

.jm-slide-descs {
	display: none;
}

.jm-slide-thumb,
.jm-slide-thumbs-handles span {
	display: block;
	margin: 0;
	float: left;
	cursor: pointer;
	color: #f91878;
	background: url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/joomlart/jmslideshow/images/blank.png) left top no-repeat;
}

.jm-slide-thumbs{ background:#000; margin-top:102px; z-index:999}

.jm-slide-thumbs .jm-slide-thumb { position:relative; margin:0 !important}
.jm-slide-thumbs .jm-slide-thumbinner { border-right:1px solid #222; }
.jm-slide-thumbs .jm-slide-thumb span {
	font-family: 'Chivo',sans-serif;
    font-size: 13px;
    font-weight: bold;
	text-transform:uppercase;
	line-height:50px;
	color:#f91878;
	padding-left:10px;
}

.jm-slide-thumbs .jm-slide-thumb span + span { color:#fff; padding-left:3px;}

.jm-slide-thumbs .jm-slide-thumb.active span + span {color:#f91878;}

.jm-slide-thumbs .jm-slide-thumb img {
	transition: all 0.8s ease-out 0s; 
	position:absolute; left:0; 
	bottom:50px;
	opacity:0; 
	-moz-opacity:0; 
	-khtml-opacity: 0; 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	transform:scale(0.5,0.5);
}

.jm-slide-thumbs .jm-slide-thumb:hover img { 
	display:block; 
	margin-top:-150px;
	transition: all 0.3s ease-out 0s; 
	bottom:50px; 
	opacity:1;
	-moz-opacity:100; 
	-khtml-opacity:100; 
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	transform:scale(1,1);
}

.jm-slide-thumbs-mask-left,
.jm-slide-thumbs-mask-right,
.jm-slide-thumbs-mask-center {
	float: left;
}

.jm-slide-thumbs-mask-left, .jm-slide-thumbs-mask-right{
	background: #fff;
}

.jm-mask-desc {
	display: block;
	z-index: 100;
	position: relative;
	text-align:center;
	margin:0 15% !important;
	top:44% !important;
	width:70% !important;
	left:auto !important
}

/* Large screens ----------- */
@media only screen 
and (min-width : 1824px) {
.jm-mask-desc {
	display: block;
	z-index: 100;
	position: relative;
	text-align:center;
	margin:0 25% !important;
	top:44% !important;
	width:50% !important;
	left:auto !important
}
}

.jm-mask-desc .jm-slide-desc br {
	display: none;
}

.jm-mask-desc .readmore {
	position: absolute;
	color: #B5B5B4;
	top:350px;
	width:73%;
	text-align:center;
}

.jm-mask-desc .readmore a {
	color: #333;
	background:#fff;
	padding:10px 20px;
	font: normal 12px/30px Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}

.jm-mask-desc a.readon:hover,
.jm-mask-desc a.readon:active,
.jm-mask-desc a.readon:focus {
	background:#000;
	color:#fff;
	text-decoration:none;
	
}

.jm-slide-buttons {
	z-index: 999;
	position: absolute;
	display: block;
	margin: -30px 0px 0 0px;
	padding: 0;
	top: 50%;
	z-index: 1000;
	width:100%;
}

.jm-slide-main-wrap:hover .jm-slide-buttons { margin:-30px 0 0 0 }

.jm-slide-controls {
	position: absolute;
	z-index: 901;
}

.jm-slide-buttons span {
	background:rgba(0,0,0,0.8);
	display: block;
	cursor: pointer;
	height: 60px;
	width:60px;
	text-indent:-1000em;
	display:none;
	
}

.jm-slidewrap:hover .jm-slide-buttons span { display:block}

.jm-slide-buttons span.jm-slide-prev {
	float: left;
	background:rgba(0,0,0,0.8) url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/joomlart/jmslideshow/images/icon_back.png) center center no-repeat;
	margin-left:-100px
}

.jm-slide-buttons span.jm-slide-next {
	float: right;
	background:rgba(0,0,0,0.8) url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/joomlart/jmslideshow/images/icon_next.png) center center no-repeat;
	margin-right:-100px
}

.jm-slide-buttons span.jm-slide-prev:hover { background:rgba(0,0,0,0.8) url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/joomlart/jmslideshow/images/icon_back_hover.png) center center no-repeat;}

.jm-slide-buttons span.jm-slide-next:hover { background:rgba(0,0,0,0.8) url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/joomlart/jmslideshow/images/icon_next_hover.png) center center no-repeat;}

.jm-slide-mask {
	position: absolute;
	right: 10px;
	bottom: 10px;
	height: 70px;
	width: auto !important;
	z-index: 99;
	display: none;
	filter: none !important; /* IE < 9 */
}

.jm-slide-thumb img {
	overflow: hidden;
}

.jm-mask-desc .jm-slide-desc {
	color: #999;
	font-size: 100%;
	text-align:center;
	
}

.jm-mask-desc .jm-slide-desc h3 a{
	color: #fff;
	text-transform: uppercase;
	margin: 0;
	padding: 0;
	font-size: 60px;
	line-height:60px;
	font-family:'Chivo',sans-serif;
	font-weight:bold;
	text-shadow: 0 2px 2px rgba(0, 0, 0, 0.12);
	letter-spacing:2px;
	text-decoration:none;
}

.jm-mask-desc .jm-slide-desc h3 a:hover,
.jm-mask-desc .jm-slide-desc h3 a.focus { text-decoration:none;}

.jm-mask-top {
	margin-top: 0px;
}

.jm-mask-bottom {
	margin-bottom: 0px;
}

.jm-mask-left {
	margin-left: 0px;
}

.jm-mask-right {
	margin-right: 0px;
}

.jm-slide-desc {
	color: #999;
	font-size: 115%;
}

.jm-slide-desc h3 {
	color: #eee;
	font-size: 200%;
	font-weight: normal;
	background: none;
	margin: 0;
	padding: 0;
}

.jm-slide-desc p {
	font-weight: normal;
}

.jm-slide-desc .price {
	font-size: 165%;
	color: #eee;
	margin-right: 30px;
	vertical-align: middle;
}

.jm-slide-desc button span {
	background-image: url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/joomlart/jmslideshow/images/btn-bg-01-active.png);
}

.jm-slide-desc button:hover span {
	background-image: url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/joomlart/jmslideshow/images/btn-bg-01.png);
}

/* Slideshow layout style ---*/
.jm-vertical_right {
	overflow: hidden;
	position: absolute;
	right: 80px;
	top: 40px;
	z-index: 100;
}

.jm-vertical_left {
	left: 80px;
	overflow: hidden;
	position: absolute;
	top: 40px;
	z-index: 999;
}

.jm-vertical_right .active {}

.jm-vertical_left .active {}

.jm-slide-right{
	margin-left: auto;
	right: 0;
	top: 0;
}

.jm-slideshowjm-vertical_left .jm-mask-desc .jm-slide-desc {
	right: 40px;
	left: auto;
}

.jm-slideshowjm-vertical_left .jm-mask-desc a.readon {
	right: 60px;
	left: auto;
}

.jm-vertical_right .jm-slide-thumb,
.jm-vertical_right .jm-slide-thumbs-handles span {
	float: none!important; 
}

.jm-vertical_left .jm-slide-thumb,
.jm-vertical_left .jm-slide-thumbs-handles span {
	float: none!important; 
}

.jm-slide-thumbs-wrap .active .jm-slide-thumb-inner {
	background-image: url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/joomlart/jmslideshow/images/grad2.gif);
	color: #eee;
}

.jm-vertical_right .jm-slide-thumbs-mask-left,
.jm-vertical_right .jm-slide-thumbs-mask-right,
.jm-vertical_right .jm-slide-thumbs-mask-center {
	display: block;
	float: none;
}

.jm-vertical_left .jm-slide-thumbs-mask-left,
.jm-vertical_left .jm-slide-thumbs-mask-right,
.jm-vertical_left .jm-slide-thumbs-mask-center {
	display: block;
	float: none;
}

.jm-vertical_left .jm-slide-thumb-inner {
	margin-left: 0px;
	margin-right: 19px;
}

.jm-slide-thumb-inner img {
	background: #fcfcfc;
	border: 1px solid #ddd;
	margin: 15px 15px 4px !important;
	padding: 3px;
}
 
.jm-slide-thumb-inner h3 {
	color: #1c1c1c;
	font-family: "Segoe UI", Verdana, Arial, sans-serif;
	font-size: 125%;
	margin-top: 15px;
}

.jm-slide-thumb-inner .ratings {
	height: 18px;
	margin: 0;
	padding: 0;
}

.jm-slide-thumb-inner .price-box {
	font-size: 110%;
	margin: 0;
}

.active .jm-slide-thumb-inner {
	border-top: 1px solid #65A7F5;
}

.active .jm-slide-thumb-inner img {
	background: #88BBF7;
	border: 1px solid #5F9DE7;
}

.active .jm-slide-thumb-inner h3 {
	color: #eee;
}

.ja-slideshow .block .block-title {
	margin-bottom: 20px;
	margin-top: -10px;
	padding-top: 0;
}

.jm-slide-loader {
	background: #fff url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/joomlart/jmslideshow/images/ajax-loader.gif);
	width: 16px;
	height: 11px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -5px 0 0 -8px;
	z-index: 501;
}

.jm-slide-progress {
	position: absolute;
	bottom: -2px;
	left: 0px;
	height: 7px;
	z-index: 500;
	display: none;
	background: #fff;
	opacity: 0.7;
}
.jm-thumbprogessbar{
	background:#222;
	display: block;
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
	z-index: 100;
	bottom:-1px;
}
.jm-thumbprogessbar .progressrunning{
    background:#f91878 ;
    display: block;
    height: 1px;
    width: 0;

}

.mass-color-black { width:100%; height:52px; background:#000; position:absolute; bottom:0; border-bottom:1px solid #222}

.jm-slidewrap .main { padding:0;}
/*------------------------------------------------------------------------
# JA Mootabs css 1.0 - June, 2008
# ------------------------------------------------------------------------
# Copyright (C) 2004-2008 J.O.O.M Solutions Co., Ltd. All Rights Reserved.
# @license - Copyrighted Commercial Software
# Author: J.O.O.M Solutions Co., Ltd
# Websites:  http://www.joomlart.com -  http://www.joomlancers.com
-------------------------------------------------------------------------*/

.jm-tabswrap { margin: 0; padding: 0; }

.jm-tabswrap .container {
	height: 100%;
	/*overflow: hidden;*/
	position: relative;
	z-index: 10;
}



.jm-tabswrap .jm-tab-content ul {}

.jm-tabswrap .jm-tab-content li { padding: 4px 10px 6px 10px; }

.jm-tabswrap .jm-tab-content .jm-tab-subcontent { padding: 4px 10px 6px 10px; }


/* TAB TOP --------------------------- */
.jm-tabs-title-top { position: relative; z-index: 10; }

.jm-tabs-title-top ul.jm-tabs-title { margin: 0; padding: 0; position: absolute; }

* html .jm-tabs-title-top ul.jm-tabs-title { bottom: -1px; /*IE 6*/ }

.jm-tabs-title-top ul.jm-tabs-title li {
	background: none;
	cursor: pointer;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

.jm-tab-panels-top {
	bottom: 0;
	clear: both;
	height: 57px;
	left: 0;
	/*overflow: hidden;*/
	position: relative;
	width: 100%;
	z-index: 1;
}


/* TAB LEFT --------------------------- */
.jm-tabs-title-left { float: left; }

.jm-tabs-title-left ul.jm-tabs-title { left: 0; margin: 0; padding: 0; top: 10px; width: 100%; }

.jm-tabs-title-left ul.jm-tabs-title li {
	cursor: pointer;
	display: block;
	margin: 0 0 0 1px;
	padding: 0;
}

.jm-tab-panels-left {
	height: 98%;
	left: 10px;
	overflow: hidden;
	position: relative;
	top: 5px;
}


/* TAB RIGHT --------------------------- */
.jm-tabs-title-right { float: right; height: 100%; position: relative; }

.jm-tabs-title-right ul.jm-tabs-title {
	margin: 0;
	padding: 0;
	right: 0;
	top: 10px;
	width: 100%;
}

.jm-tabs-title-right ul.jm-tabs-title li {
	cursor: pointer;
	display: block;
	margin: 0 0 0 1px;
	padding: 0;
}

.jm-tab-panels-right {
	height: 98%;
	overflow: hidden;
	position: relative;
	top: 5px;
}

/* TAB BOTTOM --------------------------- */
.jm-tabs-title-bottom { }

.jm-tabs-title-bottom ul.jm-tabs-title { margin: 0; padding: 0; position: absolute; }

* html .jm-tabs-title-bottom ul.jm-tabs-title { top: -1px; /*IE 6*/ }

.jm-tabs-title-bottom ul.jm-tabs-title li {
	cursor: pointer;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

.jm-tab-panels-bottom {
	clear: both;
	left: 10px;
	overflow: hidden;
	position: relative;
	right: 0;
	top: 0;
	width: 98%;
	z-index: 1;
}
/* Affiliateplus stylesheet */
.affiliate_message { margin: 10px 0px 0px 0px; }

/* Banner-Links */
#banner-view-list li.banner-view-item{ border-top: 2px solid #CCCCCC; margin-bottom: 45px; }
#banner-view-list li.banner-view-item span.share{ float: right; }

/* Referer */
#referer_grid thead th a { color: #0A263C; }
#referer_grid thead th a:hover{ color: #0A263C; }

/* Miniform request money */
.affiliateplus_form_request { overflow: hidden; margin-bottom: 10px; }

/* Tiers */
#tiers_grid thead th a { color: #0A263C; }
#tiers_grid thead th a:hover{ color: #0A263C; }

/* Payment Method */
li.payment_method_form { margin-left: 21px; }
#affiliateplus_payment_request_form input.radio { float:left; margin: 3px 5px 0px 0px; }

/*  Contact Group */
#group-table tr { cursor:pointer;}
#group-table tr:hover{ background-color:#FCF5DD}

/* End */

/* Affiliateplus Program Plugin stylesheet */

.affiliate-clear { min-height: 18px; clear: both; }

.affiliateplusprogram_total_commission { color: #ff0000; }

.affiliateplus-form-search .input-box .label { font-weight: bold; }
.affiliateplus-form-search .input-box .left input { margin-left: 10px; }
/* Base settings */
body#bd {
	background-color: #222;
	}
 
 
 #ja-header {
	background-color: #000 !important;
	}
 
 
 #ja-footer {
	background-color: #111!important;
	}
 
 
 #ja-mycart .btn-toggle strong a,
 #ja-mycart .amount a,
 #ja-mycart .mini-products-list li .product-details .price,
 #ja-mycart .summary .subtotal .price,
 #ja-mycartleft .mini-products-list li .product-details .price,
 #ja-mycartleft .summary .subtotal .price,
 #ja-botsl .block-magazine a,
 #ja-botsl .col-4 a,
 label.required em,
 p.required,
 .account-inner-page a:hover,
 .inner-page-button-link .back-link a:focus,
 .regular-price,
 .regular-price .price,
 .special-price .price,
 .product-essential .product-shop .add-to-links li a:hover,
 .side-col .block-cart .price,
 .block-cart .amount a,
 .block-cart .subtotal .price,
 .block-compare button + a,
 .block-layered-nav .currently ol li .value,
 .block-reorder .actions  a:hover,
 .products-list .product-shop a.link-learn,
 .products-list .product-shop .add-to-links li a:hover,
 .cart .crosssell .product-details .add-to-links li a:hover,
 #checkout-step-login .buttons-set .button + a,
 .please-wait,
 .account-form .foget-password,
 .account-form  p.required,
 .account-buttons-set  p.required,
 .block-account li.current,
 .my-account  a:hover,
 .page-sitemap  a:hover,
 #ja-mass-bottom  .block:hover a,
 #ja-mass-bottom  .block  a:hover,
 .side-col .jm-product-list a.viewall,
 #jm-error .disc a,
 
 .block-account li a:hover,
 .block-account li a:active,
 .block-account li a:focus,
 
 .off-canvas #off-canvas-nav .jm-mainnav .level0 li a:hover,
 .off-canvas #off-canvas-nav .jm-mainnav .level0 li.active a,
 #off-canvas-nav .megamenu.level2 li a:hover,
 #off-canvas-nav .megamenu.level2 li.active a,
 .jm-megamenu ul.level0 li.mega a.mega:hover,
 .jm-megamenu ul.level0 li.mega:hover > a.mega,
 .jm-megamenu ul.level1 li.mega a.mega:hover span.menu-title,
 
 .jm-slide-thumb,
 .jm-slide-thumbs-handles span,
 .jm-slide-thumbs .jm-slide-thumb span,
 .jm-slide-thumbs .jm-slide-thumb.active span + span
  {
	 color:#c60592!important
 }
 
 
 #off-canvas-nav .megamenu.level2 li a:hover,
 #off-canvas-nav .megamenu.level2 li.active a {
	 color:#c60592!important
 }
 
 
 .input-text:focus, select:focus, textarea:focus,
 #ja-mycart .buttons button.button:hover,
 #ja-mycartleft .buttons button.button:hover,
 button.button:hover,
 button.button:focus,
 button:hover,
 button:focus,
 .product-essential .product-shop button,
 .product-img-box .more-views li a:hover img,
 .opc .allow .number,
 .opc .active .number,
 .account-form .input-text:focus
 {
	 border-color:#c60592;
 }
 #ja-mycart .amount a {
	 border-bottom-color:#c60592;
 }
 
 ul.ja-tab-navigator li.active {
	 border-top-color:#c60592;
 }
 #ja-mycart .buttons button.button:hover,
 #ja-mycartleft .btn-toggle,
 #ja-mycartleft .buttons button.button:hover,
 button.button:hover,
 button.button:focus,
 button:hover,
 button:focus,
 .opc .allow .number,
 .opc .active .number,
 .checkout-progress li.active,
 .account-form button:focus,
 .block-account .block-title,
 .jm-thumbprogessbar .progressrunning,
 
 .box-account ol .number,
 
 #ja-header .ground-menu1:before,
 .jm-megamenu ul.level0 li.active a.mega:before
 
 {
	 background-color: red ;
 }
 
 .products-list .product-shop .desc-info .button-set button:hover,
 .product-essential .product-shop button,
 .cart .crosssell .product-details .button:hover  {
	 background-color:#c60592 ;
 }
 
 
 
 
 /* Profile settings */
 
 ul.list-social li a {
	 }
 
 .jm-megamenu ul.level0 li.last a.mega { }
 
 /* ----------------- */
 /* ----------------- */
 /* ----------------- */
 /* ----------------- */
 /* ----------------- */
 /* ----------------- */
 /* ----------------- */
 /* ----------------- */
 /* skm_code override */
 /* -----c60592------ */
 /* ----------------- */
 /* ----------------- */
 
 body.absolutewhite {
	 background-color: #fff !important;	
 }
 body.absolutewhite .page-title h1, body.absolutewhite .page-title h2 {
	 color: #555 !important;	
 }
 
 .makeshadow {
	 -webkit-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
	 -moz-box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);
	 box-shadow: 0px 0px 6px 0px rgba(0,0,0,0.2);	
 }
 .maketransition {
	 -webkit-transition: all 0.5s;
	 -moz-transition: all 0.5s;
	 -o-transition: all 0.5s;
	 transition: all 0.5s;	
 }
 .maketransition-slow {
	 -webkit-transition: all 1s;
	 -moz-transition: all 1s;
	 -o-transition: all 1s;
	 transition: all 1s;	
 }
 .maketransition-fast {
	 -webkit-transition: all 0.2s;
	 -moz-transition: all 0.2s;
	 -o-transition: all 0.2s;
	 transition: all 0.2s;	
 }
 .radiusborder {
	 -webkit-border-radius: 5px;
	 -moz-border-radius: 5px;
	 border-radius: 5px;	
 }
 .radiusborder-small {
	 -webkit-border-radius: 2px;
	 -moz-border-radius: 2px;
	 border-radius: 2px;	
 }
 .radiusborder-big {
	 -webkit-border-radius: 10px;
	 -moz-border-radius: 10px;
	 border-radius: 10px;	
 }
 
 .gradients {
	 background: #333333; /* Old browsers */
	 background: -moz-linear-gradient(top,  #333333 0%, #000000 100%); /* FF3.6-15 */
	 background: -webkit-linear-gradient(top,  #333333 0%,#000000 100%); /* Chrome10-25,Safari5.1-6 */
	 background: linear-gradient(to bottom,  #333333 0%,#000000 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
 }
 
 .account-inner { background-color: #fff; }
 
  #ja-pathway a { color: #eee; }
  #ja-mainbody a:hover, #ja-pathway a:hover { color: #c60592; }
  .quick-access { right: 0px; top: 8px; font-size: 12px; }
 .cms-index-index #ja-container { padding-top: 25px; }
 #ja-footer .ja-legal { width: 100%; }
 
 
  /* grey color */
  #ja-mainbody,
  #ja-mainbody a,
  #narrow-by-list dt,
  .sort-by .set-direction,
  .toolbar .sort-by .select-box select,
  .toolbar .limiter .select-box select
   { color: #999; }
   
   /* light color */
   .block .block-title,
   .block-content dt	
   {
	 color: #eee;  
   }
   .block-content li { line-height: 14px; }
  
  /* grey border */
  .toolbar .select-box, 
  .sort-by .set-direction,
  .toolbar-inner,
  .toolbar-bottom .toolbar-inner,
  #ja-pathway,
  .pages ol { border-color: #555; }
  
  /* black color */
  #shopping-cart-totals-table { color: #111; }
  
  /* logo */
 #ja-footer .ja-payment { height: 30px; }
 
 /* shopping */
 #shopping-cart-table .btn-update,
 #shopping-cart-table th:nth-child(3n),
 #shopping-cart-table td:nth-child(3n) { display: none; }
 
 .highlited {
	 background-color: #c60592;
	 padding: 8px 16px;
	 color: #fff;
	 font-size: 14px;	
 }
 
 .white-popup ul li {
	 list-style: disc;
	 margin-left: 24px;
 }
 
 a.highlited-btn, highlited-btn {
	 color: #fff;
	 text-decoration: underline;
	 font-size: 14px;
 }
 .highlited-btn:hover { 
	 color: #c60592;
 }
 
 
 /* checkout text */ 
 #checkoutSteps { margin-bottom: 16px; }
 #checkoutSteps::before {
	 content: "SkinMagz magazines are available on all major digital platforms. We do not sell nor deliver hard copies of magazines!";	
	 font-size: 15px;
	 line-height: 24px;
	 font-weight: normal;
	 color: #555;
	 display: block;
	 margin: 0px 0px 8px 0px;
	 font-style: italic;
 }
 
 /* article card */
 /* ----------------- */
 /* old card */
 .products-grid li.item  { 
	 margin: 0 15px 8px 0 !important; 
	 max-width: 190px; 
	 width: 190px;
	 list-style: none;
	 float: left;
 }
 
 /* ----------------- */
 /* NEW CARD */
 /*
 article.card {
	 position: relative;
	 width: 190px;
	 min-height: 300px;
	 height: 300px;
	 display: block;
	 background-color: #fff;
	 margin: 0px 16px 16px 0px;
	 padding-top: 10px;
	 -webkit-border-radius: 2px;
	 -moz-border-radius: 2px;
	 border-radius: 2px;		
	 float: left;
	 overflow: hidden;
 }
 */
 
 
 
 /* item elements */
 .products-grid .product-image { margin: 0px 10px 0px 10px;  min-height: 225px !important; }
 .product-image { position: relative; }
 .product-image::after,
 .product-image::before {
 position: absolute;
 display:block;	
 }
 .products-grid .product-image img { min-width: 170px !important;  }
 .products-grid .product-image a:hover img { }
 .products-grid .product-name { margin-left: 14px; margin-bottom: 8px;  }
 .products-grid .product-name a { font-size: 13px; font-weight: normal; color: #333 !important;   }
 .products-grid .price { margin-left: 10px;  }
 
 .products-grid .product-image mark {
	 position: absolute;
	 z-index: 2;
	 left: 0px;
	 bottom: 0;
	 padding: 1px 10px 0 14px;
	 font-size: 10px;
	 background: #fff;
	 color: #555;
	 border-top-right-radius: 5px;
	 border-bottom: 1px solid #ccc;
 }
 .premium .product-image mark { display: none; }
 .bundle .product-image mark { display: none; }
 .special .product-image mark { display: none; }
 
 /* for media mark */
 .productview .product-image-zoom mark {
	 position: absolute;
	 left: 50%;
	 top: 0px;
	 padding: 1px 10px 0 14px;
	 font-size: 10px;
	 background: #fff;
	 color: #555;
	 border-bottom-right-radius: 5px;
	 border-bottom-left-radius: 5px;
	 border-bottom: 1px solid #ccc;
	 margin: 0 auto;
	 -webkit-transform: translateX(-50%);	
	 transform: translateX(-50%);	
 }
 
 .products-grid .price-box {
	 position: absolute;
	 left: 0px;
	 bottom: 12px;
	 display: inline-block;	
 }
 .products-grid .minimal-price .price-label { display: none; }
 
 .products-grid .actions {
	 margin: 0px; 
	 padding: 0px;	
 }
 
 .products-grid .regular-price .price { 	
	 display: block;
	 margin-bottom: -8px;
  }
 .products-grid .old-price { }
 .products-grid .special-price {
	 position: absolute;
	 top: 10px;
	 left: 0px;
 }
 
 .products-grid button.btn-cart, button.btn-for-cart {
	 padding: 4px 8px;
	 position: absolute;
	 right: 10px;
	 bottom: 10px;
	 left: auto;
	 top: auto;
	 display: inline-block;
	 height: 28px;	
 }
 button.btn-cart, button.btn-for-cart {
	 color: #ffffff;
	 border: 1px solid #c60592;
	 background-color: #c60592;
	 -webkit-border-radius: 3px;
	 -moz-border-radius: 3px;
	 border-radius: 3px;	
	 -moz-opacity: 100;
	 -khtml-opacity: 100;
	 -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	 opacity: 1;	
 }
 button.btn-cart:hover, button.btn-for-cart:hover, 
 button.btn-cart:active, button.btn-for-cart:active,
 button.btn-cart:focus, button.btn-for-cart:focus {
	 color: #ffffff;
	 border: 1px solid #333333;
	 background-color: #000000;;
 }
 button.big-btn {
	 font-size: 14px !important;
	 padding: 8px 32px;
	 margin-top: 16px;
	 margin-bottom: 32px;
	 height: 42px;
 }
 button.view-backissues {
	  background-image: url("https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/wavethemes/jmbasetheme/profiles/skinmagz/images/default/icon_next_white.png");
	 background-position: 99% center;
	 background-repeat: no-repeat;
	 display: block;
	 margin-left: auto;
	 margin-right: auto;	
 }
 button.view-backissues:hover {
	 background-image: url("https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/wavethemes/jmbasetheme/profiles/skinmagz/images/default/icon_next_white.png");
	 background-position: 96% center;
	 background-repeat: no-repeat;
 }
 button.library-icon, button.library-icon:hover, button.library-icon:focus, button.library-icon:active {
	 background-image: url("https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/wavethemes/jmbasetheme/profiles/skinmagz/images/default/icon-library.png");
	 background-size: 15%;
	 background-position: 95% center;
	 background-repeat: no-repeat;
 }
 
 .btn-remove  {
	 background: url("https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/wavethemes/jmbasetheme/profiles/skinmagz/images/default/ico-clear.png") no-repeat center center;
	 background-color: #000;
 }
 .btn-remove:hover { background-color: #c60592; color: #eee; }
 
 button.view-preview {
	 font-size: 14px !important;
	 padding: 8px 32px;
	 margin-top: 0px;
	 margin-bottom: 8px;
	 height: 34px;
	 width: 99%;
	  background-image: url("https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/wavethemes/jmbasetheme/profiles/skinmagz/images/default/icon_eye.png");
	 background-position: 98% center;
	 background-repeat: no-repeat;
	 background-color: #000;
	 display: block;
	 margin-left: auto;
	 margin-right: auto;	
 }
 button.view-preview:hover, button.view-preview:active, button.view-preview:focus, button.view-preview:focus {
	 background-position: 97% center;
	 background-image: url("https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/wavethemes/jmbasetheme/profiles/skinmagz/images/default/icon_eye.png");
	 background-repeat: no-repeat;
	 background-color: #c60592;	
 }
 
 button.btn-disabled:hover, button.btn-disabled:active, button.btn-disabled:focus, button.btn-disabled 
 {
	 background-color: #BBB !important; 
	 border: 1px solid #AAA;
 }
 
 .box-up-sell { margin-top: 0px;}
 
 
 
 
 /* vertical tag */
 /* subscription */
 .subscription .product-image::after { 
 content: " subscription ";
 color: #fff;
 background-color: #640047;
 }
 /* video */
 .video .product-image::after { 
 content: " video ";
 color: #fff;
 background-color: #2452BD;
 }
 /* softcore */
 .softcore .product-image::after { 
 content: " photosets ";
 color: #fff;
 background-color: #8500B0;
 }
 
 /* toons */
 .toons .product-image::after { 
 content: " xxx toons ";
 color: #fff;
 background-color: #ac050c;
 }
 
 /* gay */
 .gay .product-image::after { 
 content: " gays ";
 color: #fff;
 background-color: #008121;
 }
 
 /* trans */
 .trans .product-image::after { 
 content: " trans ";
 color: #000;
 background-color: #5acffb;
 }
 
 /* bundle */
 .bundle .product-image::after {
 content: " special ";
 color: #fff;
 background-color: #d42c88;
 }

  /* literotica */
  .story .product-image::after { 
	content: " free literotica ";
	font-family: 'Times New Roman', Times, serif;
	color: #fff;
	background-color: #428686;
	}
 
 /* premium */
 .premium .product-image::after { 
 content: " premium ";
 color: #000;font-weight: bold;
 background: rgb(249,193,52);
 background: -moz-linear-gradient(left, rgba(249,193,52,1) 0%, rgba(198,119,0,1) 67%, rgba(249,194,54,1) 100%);
 background: -webkit-linear-gradient(left, rgba(249,193,52,1) 0%,rgba(198,119,0,1) 67%,rgba(249,194,54,1) 100%);
 background: linear-gradient(to right, rgba(249,193,52,1) 0%,rgba(198,119,0,1) 67%,rgba(249,194,54,1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c134', endColorstr='#f9c236',GradientType=1 );
 }
 
 /* SEO-DATA */
 .seo-data {
	 font-size: 11px;
	 position: absolute;
	 top: 400px;	
 }
 .box-up-sell .bundle h2,
 .box-up-sell .premium h2 {
	 text-transform: none;
 }
 
 /* ----------------- */
 /* ----------------- */
 /* slider and scroller */
 /* ----------------- */
 /* ----------------- */
 #ja-mass-top1 {
	 margin: 0 0 0px;	
 }
 .feature-scroller {
	 width: 100%;
	 height: 300px;
	 margin: 0 0 10px;
	 overflow: hidden;
	 position: relative;
	 
 }
 h1.labeltitle, h2.labeltitle, .page-title h1, .page-title h2, .category-title h2, .adblock h2 {
	 color: #fff;
	 font-size: 24px;
	 font-weight: bold;
	 text-transform: uppercase;
	 font-family: 'Chivo', Arial ,sans-serif;
	 margin: 0 0;
	 letter-spacing: 1px;
 }
 #ja-mass-top1 h2.labeltitle { margin-top: 16px;}
 .back_issues .category-title {     
	 margin: 0px;
	 padding: 16px 0 16px 0;
 }
 .owl-carousel .item, .main-subscriptions .item {
	 position: relative;	
	 /* border: 4px solid #000; */
	 width: 200px;
	 height: 250px;
	 display: block;	
	 overflow: hidden;
	 -webkit-border-radius: 2px;
	 -moz-border-radius: 2px;
	 border-radius: 2px;
 }
 .main-subsription-navigation {
	 display: block;
	 position: absolute;	
	 top: 100px;
	 width: 36px;
	 height: 52px;
	 background-color: rgba(0,0,0,0.8);
border-radius: 14px;
	 background-image: url("https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/wavethemes/jmbasetheme/profiles/skinmagz/images/default/next.png");
	 background-position: center;
	 background-repeat: no-repeat;
	 background-size: 25%;
	 cursor: pointer;
 }
 .leftnav {
	 left: 2px;	
	 -webkit-transform: rotate(180deg);
	 -moz-border-transform: rotate(180deg);
	 -ms-transform: rotate(180deg);
	 transform: rotate(180deg); 
	 z-index: 191;
 }
 .rightnav {
	 right: 2px;
	 z-index: 192;
 }
 .main-subsription-navigation:hover { background-color: rgba(119,0,87,0.90); }
 
 .main-subsription-holder { height: 300px; width: 100%; display:block; position: relative; }
 .main-subscriptions { display: none; }
 .main-subscriptions img.item-image {
   position: absolute;
   top: 8px;
   -webkit-transform: scale(1.05,1.05);
   -moz-border-transform: scale(1.05,1.05);
   -ms-transform: scale(1.05,1.05);
   transform: scale(1.05,1.05);
 }
 .main-subscriptions a:hover img.item-image {
	 
 }
 
 .main-subscription-item h2, .main-subscription-item h2 a {
	font-size: 13px; 
	color: #fff; 
	margin: 8px 16px 52px 16px; 
	font-weight: normal; 
}
 .main-subscriptions a:hover .main-subscription-mask-color { /* background: rgba(0,0,0,1); */ }
 .main-subscription-mask-color {
	 position:absolute;
	 width: 220px;
	 left: -1px;
	 bottom: 0px;
	 display: block;
	 background: rgba(0,0,0,0.8);
 
 }
 .main-subscription-mask-color p {
	line-height: 0.9em;
 }
 .main-subscription-mask-color .price-box {
	width: 80px;
 }
 .main-subscription-mask-color .price-box {
	 position: absolute;
	 left: 16px;
	 bottom: 2px;
	 display: inline-block;	
 }
 .main-subscription-mask-color .price-box span { font-weight: bold; }
 .main-subscription-mask-color .old-price span { font-weight: normal; }
 .button.btn-for-cart {  bottom: 10px; }
 .emptyitem {
	 background: #fff;	
 }
 .emptyitem .inner { margin: 20px; }
 .emptyitem h2 { 
	 color: #999;
	 font-family: 'Chivo', Arial ,sans-serif;
	 font-size: 20px;
 
 }
 
 /* ----------------- */
 /* ----------------- */
 /* ----------------- */
 /* new grid system */ 
 /* ----------------- */
 /* ----------------- */
 /* ----------------- */
 .main { 
	 max-width: 1050px; 
	 width: 100% !important;
	 margin: 0 auto;
 }
 
 /* ----------------- */
 /* -----c60592------ */
 /* ----------------- */
 /* back isuues */
 .back_issues .category-products { margin: 0px; }
 .product-view {
	 background-color: #fff;
	 margin: 0;
	 padding: 0;
	 /* margin: 0px 0px 16px 0px; */
	 /* padding: 8px 16px; */
	 position: relative; 	
 }
 .product-view.bundle::before {
	 content: " ";
	 position: absolute;	
	 display: block;
	 width: 100px;
	 height: 100px;
	 background-image: url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/wavethemes/jmbasetheme/profiles/skinmagz/images/default/special-1.png);
	 left: -12px;
	 top: -12px;
	 background-size: cover;
	 background-repeat: no-repeat;
	 z-index: 1;	
 }
 
 /* product page */
 .row{
   width: 100%;
 }
 .left-col {
   float: left;
   min-width: 270px;
   max-width: 400px;
   margin: 0px 20px 0px 0px;
 }
 .right-col {
   width: 100%;
 }
 
 /* ----------------- */
 /* ----------------- */
 /* media */
 article.productview { margin: 0px; padding: 0px; }
 article.productview .seo-data { left: -1999px; width: 320px; }
 .view-media {
	 display: block;
	 margin-top: -16px;
 }
 .product-essential {
	 margin: 0px 0px 8px 0px;	
 }
 
 
 .custodians {
	 margin: 0px 0px 0px 0px;
	 display: block;
	 float: right;
 }
 a.custodians { color: #000; }
 
 a.help-button {
	 box-sizing: content-box;
	 float: right;
	 width: 22px;
	 height: 22px;
	 display:block;
	 text-align: center;
	 line-height: 22px;
	 background-color: rgba(255,255,255,0.5);
	 -webkit-border-radius: 50%;
	 -moz-border-radius: 50%;
	 border-radius: 50%;
	 color: rgba(0,0,0,0.4) !important; 
	 border: 1px solid rgba(255,255,255,0.8);
	 text-decoration: none;
	 margin: 0 6px 0 0;
	 font-weight: 600;
	 box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
 }
 a.help-button:hover, .view-alert a.help-button:hover {
	 background-color: rgba(0,0,0,0.2) !important;
 }
 /* item */
 .view-item hr {
  border-collapse: collapse;
  border: none;
  border-bottom: 1px solid #ccc;	
 }
 .view-item .availability { display: none; }
 .view-item  h1 {
	 font-family: 'Chivo', Arial ,sans-serif;
	 font-size: 36px;
	 font-weight: normal;
	 letter-spacing: -2px;
	 margin: 16px 0px 8px 0px;
	 line-height: 1.1em;
 }
 .view-item .add-to-box {
	 margin: 16px 0px 0px 0px;	
 }
 .add-price-box .add-to-cart {
	 margin: 0px;	
 }
 /* ----------------- */
 /* ADD TO CART from product + checkout */
 .totals { background-color: #fff; }
 .totals button, button.btn-checkout {
	 height: 42px !important;
	 border: 1px solid #c60592 !important;
	 background-color: #c60592 !important;
	 color: #fff !important;
	 font-size: 15px !important;		
 }
 .totals button:hover, button.btn-checkout:hover {
	 background-color: #000 !important;
	 color: #fff !important; 
	 border: 1px solid #111 !important;		
 }
 .view-item .big-button {
	 height: 42px;
	 width: 200px;
	 border: 1px solid #c60592;
	 background-color: #c60592;
	 color: #fff;
	 font-size: 15px !important;
	 background-image: url("https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/wavethemes/jmbasetheme/profiles/skinmagz/images/default/icon_mycart.png");
	 background-position: 2px center;
	 background-repeat: no-repeat;		
 }
 .view-item .big-button:hover {
	 background-color: #000;
	 color: #fff; 
	 border: 1px solid #111;
	 background-image: url("https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/wavethemes/jmbasetheme/profiles/skinmagz/images/default/icon_mycart.png");
	 background-position: 8px center;
	 background-repeat: no-repeat;		
 }
 .view-item .big-subscription {
	 height: 42px;
	 width: 200px;
	 border: 1px solid #c60592;
	 background-color: #fff;
	 color: #c60592;
	 font-size: 15px !important;
	 background-image: url("https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/wavethemes/jmbasetheme/profiles/skinmagz/images/default/icon_mycart_2.png");
	 background-position: 2px center;
	 background-repeat: no-repeat;
	 margin: 0px;		
 }
 .view-item .big-subscription:hover {
	 background-color: #000;
	 color: #fff; 
	 border: 1px solid #111;
	 background-image: url("https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/wavethemes/jmbasetheme/profiles/skinmagz/images/default/icon_mycart_1.png");
	 background-position: 8px center;
	 background-repeat: no-repeat;		
 }
 .view-item .short-description {
	 font-size: 14px;	
 }
 .view-item .add-price-box { 
	 text-align: left;
	 display: inline-block;
 }
 .view-item .view-alert {
	 margin: 16px 0px 8px 0px;
	 font-size: 10px;
	 text-align: left;
	 display: inline;
	 float: left;
	 color: #555;
 }
 .single .view-item .regular-price .price::after,
 .single .view-item .special-price .price::after {
	 content: " single online digital issue";
	 font-size: 12.5px;	
 }
 .softcore .view-item .regular-price .price::after,
 .softcore .view-item .special-price .price::after {
	 content: " single online digital issue";
	 font-size: 12.5px;	
 }
 .toons .view-item .regular-price .price::after,
 .toons .view-item .special-price .price::after {
	 content: " single online digital issue";
	 font-size: 12.5px;	
 }
 .gay .view-item .regular-price .price::after,
 .gay .view-item .special-price .price::after {
	 content: " single online digital issue";
	 font-size: 12.5px;	
 }
 .trans .view-item .regular-price .price::after,
 .trans .view-item .special-price .price::after {
	 content: " single online digital issue";
	 font-size: 12.5px;	
 }
 .video .view-item .regular-price .price::after,
 .video .view-item .special-price .price::after {
	 content: " video and online digital issue";
	 font-size: 12.5px;	
 }
 .subscription .view-item .regular-price .price::after,
 .subscription .view-item .special-price .price::after {
	 content: " subscription to online digital issues";
	 font-size: 12.5px;	
 }
 .bundle .view-item .regular-price .price::after,
 .bundle .view-item .price-as-configured .price::after,
 .bundle .view-item .special-price .price::after {
	 content: " special offer";
	 font-size: 12.5px;	
 }
 .bundle .view-item .price {
	 font-size: 20px;
	 color: #c60592;
 }
 .bundle .view-item .price-label, .bundle .view-item .price-box-bundle { display: none; }
 
 .view-media .product-image::after  {
	 /* overrides */
	 right: -76px !important;
	 top: 100px !important;
	 left: auto !important;
 }
 
 .view-item .add-to-subscription { float: left; width: 300px; }
 .view-item .add-to-subscription h3 {
	 margin: 16px 0px 8px 0px;
	 padding: 0px;
	 font-weight: normal;
	 font-size: 16px;
 }
 .add-to-subscription span,
 .add-to-subscription .old-price,
 .add-to-subscription .price,
 .add-to-subscription .special-price,
 .add-to-subscription .price-box {
	 display: inline;
 }
 .add-to-subscription .price::after { content: "" !important; }
 
 
 /* VIEW tags */
 .alltags {
	 border-radius: 3px;
	 background-color: #fff;
	 color: #555;
	 margin: 0px 4px 2px 0px;
	 padding: 2px 8px;
	 display: inline-block;
	 font-size: 11px;
	 border: 1px solid #555;
 }
 .alltags::before { content:"#"; }
 .alltags.c1 { border-color: rgba(80,167,53,0.8); color: rgba(80,167,53,0.8); }                        
 .alltags.c2 { border-color: rgba(161,53,33,0.4); color: rgba(161,53,33,0.5); }
 .alltags.c3 { border-color: rgba(55,120,206,0.5); color: rgb(55,120,206,0.8); }
 .alltags.c4 { border-color: rgba(55,55,55,0.5); color: rgba(55,55,55,0.6); }
 .alltags.c5 { border-color: rgba(166, 18, 87,0.5); color: rgba(166, 18, 87,0.6); }
 
 
 
 /* ----------------- */
 /* ----------------- */
 /* ---- Callout ---- */
 /* ----------------- */
 /* ----------------- */
 .callout {
	 width: 150px;
	 height: 150px;
	 display: block;
	 margin: 0 auto 16px auto; 
 }
 .callout a, a.callout, #ageverification a.age {
	 position: relative;
	 -webkit-border-radius: 50%;
	 -moz-border-radius: 50%;
	 -ms-border-radius: 50%;
	 border-radius: 50%;
	 width: 150px;
	 height: 150px;
	 display: block;
	 background: #000;
	 line-height: 150px;
	 text-align: center;
	 vertical-align: center;
	 font-family: 'Chivo', Arial ,sans-serif;
	 font-size: 18px;
	 font-weight: bold;
	 margin: 0 auto;
	 color: #fff !important; 
	 text-decoration: none;	
 }
 .callout a:hover, a.callout:hover { 
	 background-color: #c60592; 
 }
 
 .callout a::after, .callout a::before, a.callout::after, a.callout::before, #ageverification a.age::after, #ageverification a.age::before {
	 content:" ";
	 position: absolute;
	 margin: auto;
	 top: 0; left: 0; bottom: 0; right: 0;
	 width: 100%;
	 height: 100%;
	 display: block;
	 border-radius: 500px;	
	 -webkit-animation: zoom 2s infinite;
	 -moz-animation:    zoom 2s infinite;
	 -ms-animation:     zoom 2s infinite;
	 -o-animation:      zoom 2s infinite;
	 animation:         zoom 2s infinite;	
	 -webkit-transform: scale(0);
	 -moz-transform:    scale(0);
	 -ms-transform:     scale(0);
	 -o-transform:      scale(0);
	 transform:         scale(0);	
	 background: rgba(255,155,220,0.50);
 }
 .callout a::before, a.callout::before, #ageverification a.age::before {
	 -webkit-animation-delay: 0.3s;
	 -moz-animation-delay:    0.3s;
	 -ms-animation-delay:     0.3s;
	 -o-animation-delay:      0.3s;
	 animation-delay:         0.3s;	
 }
 
 @-webkit-keyframes zoom {
	 from { -webkit-transform: scale(0); opacity: 1; }
	 70%  { -webkit-transform: scale(1); }
	 100% { -webkit-transform: scale(1); opacity: 0; }
 }
 @-moz-keyframes zoom {
	 from { -moz-transform: scale(0); opacity: 1; }
	 70%  { -moz-transform: scale(1); }
	 100% { -moz-transform: scale(1);  opacity: 0; }
 }
 @-o-keyframes zoom {
	 from { -o-transform: scale(0);  opacity: 1; }
	 70%  { -o-transform: scale(1); }
	 100% { -o-transform: scale(1);  opacity: 0; }
 }
 @keyframes zoom {
	 from { transform: scale(0);  opacity: 1; } 
	 70%  { transform: scale(1); }
	 100% { transform: scale(1);  opacity: 0; }
 }
 
 
 /* */
 .validation-passed {}
 
 /* ----------------- */
 /* ----------------- */
 /* ----------------- */
 /* social */
 .socials { 
	 width: 100%; 
	 display: block;
	 border-top: 1px solid #333;
	 border-bottom: 1px solid #333;
	 font-size: 15px;
	 line-height: 62px;
	 color: #fff;
	 text-align:center;
 }
 .social-button {
	 height: 32px;
	 line-height: 32px;
	 margin: 15px 0px;
	 display: inline-block;
	 padding: 0px 16px 0px 42px;
	 border: 1px solid #111;
	 background-position: left center;
	 background-repeat: no-repeat;
 }
 
 .tumblr { background-color: #35465c; background-image: url("https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/wavethemes/jmbasetheme/profiles/skinmagz/images/default/icon-tumb.png"); color: #fff !important; }
 .twitter { background-color: #1da1f2; background-image: url("https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/wavethemes/jmbasetheme/profiles/skinmagz/images/default/icon-twitt.png"); color: #fff !important; }
 .social-button:hover { background-color: #222; border: 1px solid #333; }
 
 
 
 /* ----------------- */
 /* ----------------- */
 /* ----------------- */
 /* AD BLOCKS         */
 /* ----------------- */
 /* ----------------- */
 /* ----------------- */
 #ja-mass-bottom .main {
	 width: 100% !important;
	 max-width: 2800px !important;
	 text-align: center !important;
	 padding: 32px 0px 10px 0px;
	 margin-left: auto;
	 margin-right: auto;
 }
 #ja-mass-bottom .adblock-main {
	 width: 100%;	
 }
 #ja-mass-top1 .main-subscriptions .owl-nav div,
 #ja-mass-bottom .adblock-main .owl-nav div 
 { 
	 padding: 4px 32px; 
	 background-color: #000; 
	 -webkit-transition: background-color 0.5s;
	 -moz-transition: background-color 0.5s;
	 transition: background-color 0.5s; 
 }
 
 #ja-mass-top1 .main-subscriptions .owl-nav div:hover,
 #ja-mass-bottom .adblock-main .owl-nav div:hover 
 { 
	 background-color: #c60592; 
 }
 .adblock {
	 background-color: #3f3f3f;
	 display: block;
	 text-align: center;
	 width: 300px !important;
	 height: 250px !important;
	 margin: 0px;
	 border: none;
	 padding: 0px;
	 overflow: hidden;
	 
 }
 .cms-special-offer.adblock,
 .homepage.adblock {
	width: 195px !important;	
 }
 .adbackground1 {
	 background: url("https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/wavethemes/jmbasetheme/profiles/skinmagz/images/default/for-ads.jpg") no-repeat left top;	
 }
 .adbackground2 {
	 background: url("https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/wavethemes/jmbasetheme/profiles/skinmagz/images/default/for-ads.jpg") no-repeat;	
	 background-position: -310px top;
 }
 .adbackground3 {
	 background: url("https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/wavethemes/jmbasetheme/profiles/skinmagz/images/default/for-ads.jpg") no-repeat;
	 background-position: -620px top;
 }
 .adbackground, .adbackground0, .adbackground4, .adbackground5, .adbackground6, .adbackground7 {
	 background: url("https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/wavethemes/jmbasetheme/profiles/skinmagz/images/default/for-ads.jpg") no-repeat left top;	
 }
 
 .adblock h2 {
	 font-size: 16px;
	 color: #CCC;
 }
 .adblock h2, .adblock h3, .adblock h4  {
	 color: #eee;
	 display: block;
	 margin: 8px 16px;
 }
 .adblock a
 {
	 color: #eee;
 }
 .adblock .inner { margin: 16px 0px; display: inline-block; }
 
 .adblock a:hover img {
	 -webkit-transition: all 0.5s;
	 -moz-transition: all 0.5s;
	 -o-transition: all 0.5s;
	 transition: all 0.5s;
	 -webkit-filter: grayscale(50%);
	 filter: grayscale(50%);
 }
 
 /* animation on hover 
 .adblock:hover a::after, .product-image:hover a::after, .main-subscription-item:hover a:after {
	 content:" ";
	 position: absolute;
	 margin: auto;
	 top: 0; left: 0; bottom: 0; right: 0;
	 width: 170px;
	 height: 170px;
	 display: block;
	 box-sizing: border-box;
	 -moz-box-sizing: border-box;
	 -webkit-box-sizing: border-box;
	 -ms-border-radius: 50%;
	 border-radius: 50%;
	 -webkit-animation: zoom 2s infinite;
	 -moz-animation:    zoom 2s infinite;
	 -ms-animation:     zoom 2s infinite;
	 -o-animation:      zoom 2s infinite;
	 animation:         zoom 2s infinite;	
	 -webkit-transform: scale(0);
	 -moz-transform:    scale(0);
	 -ms-transform:     scale(0);
	 -o-transform:      scale(0);
	 transform:         scale(0);	
	 border: 20px solid rgba(255,155,220,0.20);
 }
 */
 
 
 
 /* ----------------- */
 /* ----------------- */
 /* ----------------- */
 /* HEADER            */
 /* ----------------- */
 /* ----------------- */
 /* ----------------- */
 #skinmagz-header {
	 height: 150px;
	 background: url("https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/wavethemes/jmbasetheme/profiles/skinmagz/images/default/bg_header_superwide.jpg") no-repeat center top #000;
	 min-height:150px;
 }
 
 #skinmagz-header .main { z-index: 1 !important; }
 
 #skinmagz-header  .fixedinner {
		 margin: 0 10px;	
 }
 
 h1#skinmagz-logo {
	 width: 70px;
	 height: 70px;
	 display: block;
	 overflow: hidden;
	 position: absolute;
	 left: 20px;
	 top: 14px;
	 margin: 0px;
	 padding: 0px;
	 z-index: 111;
 }
 h1#skinmagz-logo a {
	 width: 70px;
	 height: 70px;
	 line-height: 70px;
	 display: block;	
	 margin: 0px;
	 padding: 0px;
	 background: url("https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/wavethemes/jmbasetheme/profiles/skinmagz/images/default/skinmagz140.png") no-repeat center top;
	 background-size: contain;
	 text-decoration: none;
 }
 h1#skinmagz-logo a:hover {    
	 -webkit-filter: grayscale(100%);
	 filter: grayscale(100%);
 }
 h1#skinmagz-logo span { margin-top: 70px; display: block; }
 
 
 h2#skinmagz_logo, h2#partners_logo  { 
	 position:absolute; 
	 top: 0px;
	 left: 105px;
	 width: 360px; 
	 height: 100px;
	 z-index:112;
	 overflow:hidden;
	 margin: 0px;
	 padding: 0px;
 }
 h2#skinmagz_logo a, h2#partners_logo a {
	 display: block;
	 text-decoration: none;
	 color: #fff;
	 font-size: 250%;
	 width: 100%; 
	 height: 100px; 
	 background-repeat: no-repeat;
	 text-indent: -99999px;
	 background-position: left center;
	 background-size: contain;
 }
 h2#skinmagz_logo a, h2#partners_logo a {
	 display: flex;
	 align-items: center;
       justify-content: flex-start;
	 text-decoration: none;
	 color: #fff;
	 font-size: 250%;
	 text-indent: -99999px;
 }
 
 h2#skinmagz_logo a span, h2#partners_logo a span {
	 position: absolute;
	 top: -1000px;
 }
 
#partners_logo img {
	width: 100%;
	height: auto;
 }
 
 #account_links {
	 position:absolute; 
	 top: 5px;
	 right: 10px; 
	 z-index:114;
	 text-align: right;
	 width: 500px;
	 font-size: 12px;
 }
 
 .account-access { float:right; color:#aaa; margin-left: 8px;}
 
 .account-access li {
	 background: url("https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/wavethemes/jmbasetheme/profiles/skinmagz/images/default/sep-vdot.png") no-repeat right center;
	 display: inline;
	 padding-left: 5px;
	 padding-right: 10px;
 }
 
 .account-access a,
 .account-access a:hover,
 .account-access a:active,
 .account-access a:focus {
	 color: #aaa;
 }
 
 #cart-holder { 
	 position:absolute;
	 height: 72px;
	 top: 32px;
	 right: 0px; 
	 z-index: 115;
 }
 #cart-holder a {
	 display: inline-block;
	 padding: 40px 16px 0px 12px;
	 font-family: 'Chivo', Arial ,sans-serif;
	 font-size: 16px;
	 color: #fff;
	 font-weight: bold;
	 background-position: center top;
	 background-repeat: no-repeat;
	 text-decoration: none;
 }
 #cart-holder a.icon-library { background-image: url("https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/wavethemes/jmbasetheme/profiles/skinmagz/images/default/icon-library.png"); }
 #cart-holder a.icon-cart { background-image: url("https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/wavethemes/jmbasetheme/profiles/skinmagz/images/default/icon-cart.png"); }
 #cart-holder a:hover {
	 color: #c60592;
 }
 
 
 #skinmagz-search {
	 position: absolute;
	 top: 100px;
	 right: 0px;
	 z-index: 116;
	 width: 278px;
	 border-left: 1px solid rgba(255, 255, 255, 0.2);
	 height:50px;
 }
 
 #skinmagz-search form {
	 float: right;
	 text-align: right;
	 margin-top:11px;
 }
 
 #skinmagz-search legend {
	 display: none;
 }
 
 #skinmagz-search .input-text {
	 width: 230px;
	 vertical-align: middle;
	 font-size: 12px;
	 padding:7px 30px 7px 15px;
	 background:none; border:none;
 }
 
 #skinmagz-search button {background: url("https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/wavethemes/jmbasetheme/profiles/skinmagz/images/default/icon_search1.png") no-repeat right center; text-indent:-9999px; border:none; position:absolute; right:10px; top:12px;}
 
 #skinmagz-search label { display: none; }
 
 #skinmagz-header .ground-menu1 { z-index: 116; }
 
 
 /* header years */
 #fiveyears { position: absolute; left: 460px; top: -10px; width: 140px; height: 100px; display: block; background-image: url('https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/images/12y.png'); background-size: contain; }
	 @media screen and (max-width: 850px) {
		 #fiveyears { display: none !important; }
	 }
 /* additional fixes */
 body .ground-menu1 { left: 0px; }
 body #skinmagz-logo { left: 10px; }
 body #partners_logo { left: 95px; }
 
 /* ----------------- */
 /* ----------------- */
 /* ----------------- */
 /* MOBILE MENU       */
 /* ----------------- */
 /* ----------------- */
 .mobiles { display: none; }
 .tablets { display: inline-block; }
 
 #mobile-menues {
	 position: absolute;
	 top: 15px;
	 right: 20px;
	 width: 240px;
	 text-align: right;
	 z-index:9998;	
 }
 #mobile-menues a {
	 width: 70px;
	 height: 70px;
	 display: inline-block;
	 /* border:  1px solid rgba(51,51,51,1); */
	 margin: 0px 0px 0px 2px;
	 text-align: center;	
	 text-decoration: none;
	 background-size: 64%;
	 background-position: center top;
	 background-repeat: no-repeat;
	 font-size: 12px;
 }
 #mobile-menues a span {
	 margin-top: 48px;
	 width: 100%;
	 display: block;
	 color: #eee;
	 text-decoration: none;	
 }
 #mobile-menues a.mobile-menu { background-image: url("https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/wavethemes/jmbasetheme/profiles/skinmagz/images/default/menu-menu.png"); }
 #mobile-menues a.mobile-library, #menu-slide .mobile-library { background-image: url("https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/wavethemes/jmbasetheme/profiles/skinmagz/images/default/menu-library.png"); }
 #mobile-menues a.mobile-cart, #menu-slide .mobile-cart { background-image: url("https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/wavethemes/jmbasetheme/profiles/skinmagz/images/default/menu-cart.png"); }
 #mobile-menues a.mobile-share, #menu-slide .mobile-share { background-image: url("https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/wavethemes/jmbasetheme/profiles/skinmagz/images/default/menu-share.png"); }
 #mobile-menues a:hover {
	 background-color: #c60592;
 }
 
 
 #menu-slide {
	 position: fixed;
	 left: 0px;
	 top: 0px;
	 width: 1px;
	 height: 1px;	
	 z-index: 9991;
 
 }
 #menu-slide .menu-dimmer {
	 z-index: 1;
	 position: absolute;
	 position: fixed;
	 left: 0px;
	 top: 0px;
	 width: 100%;
	 height: 100%;
	 background: rgba(0,0,0,0.3);
	 display: none;
 }
 #menu-slide .menu-left {
	 z-index: 2;
	 position: absolute;
	 position: fixed;
	 left: 0px;
	 top: 0px;
	 width: 300px;
	 height: 100%;
	 -webkit-box-shadow: 10px 0px 100px rgba(0,0,0,0.8);
	 -moz-box-shadow: 10px 0px 100px rgba(0,0,0,0.8);
	 box-shadow: 10px 0px 100px rgba(0,0,0,0.8);
	 overflow-x: hidden;
	 overflow-y: auto;  
	 -webkit-transform: translate(-350px, 0px);
	 -moz-transform: translate(-350px, 0px);
	 -ms-transform: translate(-350px, 0px);
	 -o-transform: translate(-350px, 0px);
	 transform: translate(-350px, 0px);
 
 }
 #menu-slide .menu-left .inner {
	 margin: 16px 16px;
 }
 
 #menu-slide.mobile-openmenu .menu-dimmer  {
	 display: block;	
 }
 #menu-slide.mobile-openmenu .menu-left  {
	 -webkit-transform: translate(0px, 0px);
	 -moz-transform: translate(0px, 0px);
	 -ms-transform: translate(0px, 0px);
	 -o-transform: translate(0px, 0px);
	 transform: translate(0px, 0px);
 }
 
 /* ----------- */
 .menu-close {
	 width: 32px;
	 height: 32px;
	 display: block;
	 background-position: center;
	 background-repeat: no-repeat;
	 background-size: 100%;
	 background-image: url("https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/wavethemes/jmbasetheme/profiles/skinmagz/images/default/menu-close.png"); 
	 text-indent: -9999px;	
 }
 #menu-slide .menu-close {
	 position: absolute;
	 right: 4px;
	 top: 4px;	
 }
 #menu-slide .menu-close:hover {
	 background-color: #c60592;
 }
 #menu-slide .mobile-welcome {
	 width: 100%;
	 display: block;
	 background-size: contain;
	 background-position: left center;
	 background-repeat: no-repeat;
	 text-indent: 16px;
	 margin-bottom: 8px;
 }
 #menu-slide .btn-remove {
	 float: right;
	 border: 1px solid #444 !important;	
 }
 #menu-slide hr {
	 margin: 8px 0px;
	 height: 1px;
	 border: none;
	 border-bottom: 1px solid #555;	
 }
 #menu-slide .form-search label { 
	 display: none; 
 }
 #menu-slide .form-search .input-text {
	 margin: 16px;
	 width: 230px;
 }
 #menu-slide .form-search button {
	 margin: 0px 16px;
	 width: 150px;
	 border: 1px solid #555;
 }
 #menu-slide ul.megamenu, #menu-slide ul.links  {
	 margin: 0;
	 padding: 0;	
 }
 #menu-slide ul.megamenu li, #menu-slide ul.links li {
	 margin: 0 !important;
	 padding: 0 !important;	
	 border: 0;
	 outline: 0;   
	 background: transparent;
	 text-decoration: none;
	 color: #fff !important;
	 font-weight: normal;
	 text-transform: uppercase;
	 font-family: 'Chivo', sans-serif !important;
	 font-size: 14px !important;
	 display: block;
	 text-shadow: 1px 1px rgba(0,0,0,0.50);
	 height: 50px;
	 line-height: 50px;  
	 float: none !important;
	 width: 100% !important;  
 }
 
 #menu-slide ul.megamenu a, #menu-slide ul.links a  {
	 text-decoration: none;
	 color: #fff;
	 font-weight: normal;
	 text-transform: uppercase;
	 font-family: 'Chivo', sans-serif;
	 font-size: 14px;
	 display: block;
	 text-shadow: 1px 1px rgba(0,0,0,0.15);
	 height: 50px;
	 line-height: 50px;
	 padding: 0 15px;
 }
 #menu-slide ul.megamenu a:hover, #menu-slide ul.links a:hover  {
	 color: #c60592;
 }
 .mobile-icon {
	 width: 32px;
	 height: 32px;
	 float: left;
	 display:block;
	 margin: 8px 8px 0px 0px;
	 background-position: center;
	 background-size: contain;
 }
 
 /* ----------------- */
 /* ----------------- */
 /* ----------------- */
 /* FOR LIBRARY       */
 /* ----------------- */
 /* ----------------- */
 article.for_library {
 
 }
 
 .in-my-library article.for_library .item-back { display: none; }
 .in-hidden-items article.for_library .item-remove { display: none; }
 
 article.for_library h2.product-name {
	 margin:0 0 4px 0;
	 padding-left: 10px;
	 padding-bottom: 4px;
	 padding-top: 4px;
	 width: calc(100% - 10px);
	 border-bottom: 1px solid #eee;
	 box-shadow: 0 0 5px rgba(0,0,0,0.2);
 }
 article.for_library h2.product-name span {
	 font-size: 0.92em;
 }
 
 article.for_library a:hover img {
	 opacity: 0.75;
 }
	 
 
 article.for_library a.view-button {
	 height: 32px;
	 margin: 8px auto;
	 width: 90%;
	 line-height: 32px;
	 padding: 0px;
	 display: block;    
	 border: 1px solid #999;
	 background-position: right center;
	 background-repeat: no-repeat;
	 text-align: center;
	 font-size: 14px;
	 color: #555 !important;
	 position: relative;
	 overflow: hidden;
	 text-decoration: none;
	 font-weight: bold;
 }
 article.for_library a.view-button:hover {
	 background-color: #222;
	 color: #fff !important;
 }
 article.for_library a.view-text {
	 text-decoration: underline;
	 
 } 
 
 .cms-my-library .std { display: none; }
 .cms-my-library .block-videocodes {
	 margin: 8px 0px 16px 0px;
	 overflow-y: auto;
	 max-height: 500px;
 }
 .cms-my-library .block-videocodes li {
	 padding: 8px 0px;
	 margin: 0px 0px 0px 0px;
	 border-bottom: 1px dotted #555;
 }
 .cms-my-library .block-content a.hlite { color: #c60592 !important; text-decoration: underline; font-weight: bold; }
 .cms-my-library .block-videocodes a {	
	 width: 99%;
	 display: block;
	 height: 20px;
	 line-height: 24px;
	 font-size: 18px;
	 color: #CCC !important;
 }
 .cms-my-library .block-videocodes a strong { font-weight: normal; }
 
 .cms-my-library .checkout-types { 
	 margin: 0px 0px 16px 0px;
 }
 .cms-my-library .checkout-types li { 
	 padding: 8px 0px;
	 margin: 0px 0px 8px 0px;
	 border-bottom: 1px dotted #555;
 }
 .cms-my-library .checkout-types a {
	 border-left: 8px solid #555;
	 font-weight: normal !important;
	 color: #999 !important;
	 height: auto;
	 width: 90%;
	 display: inline-block;
	 padding-left: 10px;
	 font-size: 12px;
 }
 .cms-my-library .checkout-types small {
	 border-left: 8px solid #55A349;
	 width: 90%;
	 display: inline-block;
	 padding-left: 10px;
	 height: 20px;
	 line-height: 20px;
	 color: #55A349;
	 font-size: 12px;
  }
 .cms-my-library .checkout-types button {
	 border: none !important;
	 border-radius: 0px !important;
	 border-left: 8px solid #c60592 !important;
	 display: inline-block;
	 background: none !important;
	 height: 20px !important;
	 width: 90%;
	 line-height: 20px !important;
	 color: #c60592;
	 text-align: left;
	 font-size: 12px;
	 vertical-align: middle;
	 padding: 2px 0px 0px 10px;
  }
  .cms-my-library .checkout-types button:hover {
	 color: #fff !important;	 
 }
 
 .library_iconset {
	 position: absolute;
	 z-index: 4;
	 left: 8px;
	 bottom: 8px;
	 display: inline-block;
	 width: calc(100% - 16px);	
 }
 .item-fav {
	 position: relative;
	 display: inline-block;	
 }
 .item-fav a {
	 width: 30px;
	 height: 30px;
	 text-decoration: none;
	 display: inline-block;
	 opacity: 1;
	 background-size: 70%;
	 background-repeat: no-repeat;
	 background-position: center center;
	 box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
	 border-radius: 5px;
	 margin: 0 4px 0 0;
 }
 .item-fav a:hover {
	 opacity: 0.5;
 }
 .item-fav-add a {
	 background-image: url("https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/wavethemes/jmbasetheme/profiles/skinmagz/images/default/star-gray.svg") ;
 }
 .item-fav-remove a {
	 background-image: url("https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/wavethemes/jmbasetheme/profiles/skinmagz/images/default/star-orange.svg") ;
 }
 .item-back a {
	 background-image: url("https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/wavethemes/jmbasetheme/profiles/skinmagz/images/default/eye-open.svg") ;
 }
 .item-remove a {
	 background-image: url("https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/wavethemes/jmbasetheme/profiles/skinmagz/images/default/eye-close.svg") ;
 }
 .stars {
	 width: 24px;
	 height: 24px;
	 background-image: url("https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/wavethemes/jmbasetheme/profiles/skinmagz/images/default/star-orange.svg") ;
	 display: inline-block;	
 }
 .stars-gray {
	 width: 24px;
	 height: 24px;
	 background-image: url("https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/wavethemes/jmbasetheme/profiles/skinmagz/images/default/star-gray.svg") ;
	 display: inline-block;	
 }
 .smallstar {
	 width: 18px;
	 height: 18px;
	 background-image: url("https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/wavethemes/jmbasetheme/profiles/skinmagz/images/default/star-orange.svg") ;
	 display: inline-block;	
 }
 
 .higs {
	 border: none !important;
 }
 .higs .smallstar { float: left; }
 .higs a {
	 background-color: #962777;
	 padding: 3px 6px;
	 color: #fff !important;
	 border-radius: 8px;
	 vertical-align: middle;
	 line-height: 20px;
	 height: 20px;
	 margin-right: 8px;
	 width: auto !important;
	 overflow: hidden;
 }
 
 
 /* mobile expanding */
 /* **************** */
 /* **************** */
 .mobile_expand {
	 display: none;
	 width: 20px !important;
	 height: 20px !important;
	 background-color: #fff;
	 border-radius: 50%;
	 background-image: url("https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/wavethemes/jmbasetheme/profiles/skinmagz/images/default/dwn.png") ;
	 background-position: center;
	 background-repeat: no-repeat;
	 background-size: 60%;
	 cursor: pointer;
 }
 .mobile_expand.initial {
	 display: inline-block;
	 float: right;
 }
 .mobile_list_expand.initial:not(.expanding) {
	 height: 1px;
	 overflow: hidden;
	 opacity: 0;
 }
 .mobile_expand.overhang {
	 -webkit-transform: rotate(180deg);
	 transform: rotate(180deg);
 }
 .mobile_list_expand {
	 -webkit-transition: opacity 0.5s;
	 transition: opacity 0.5s;
 }
 @media (max-width: 590px) {
	 .mobile_expand {
		 display: block;
		 float: right;
	 }
	 .mobile_list_expand {
		 height: 1px;
		 overflow: hidden;
		 opacity: 0;
	 }
	 .mobile_list_expand.expanding {
		 height: 100%;
		 opacity: 1;
	 }
 
 }
 
 
 /* shown/hidden */
 .cms-hidden-items .page-title,
 .cms-favorite-items .page-title {
	 padding: 0;
	 margin: 0;
 }
 
 .cms-hidden-items .for-fav-items { display: none; }
 .cms-favorite-items .for-fav-items { display: unset; }
 
 .cms-hidden-items .for-hidden-items { display: unset; }
 .cms-favorite-items .for-hidden-items { display: none; }
 
 /*
 
 .cms-my-library button {   }
 .cms-my-library .block-center {   }
 .cms-my-library .block-videocodes small { 	width: 100%; display: block; text-align: center; }
 .cms-my-library .block { width: 90%; margin-bottom: 32px !important; }
 .cms-my-library .checkout-types li { margin: 2px 0px 16px 0px; }
 .cms-my-library .checkout-types button { width: 100%; margin: 4px 0px; background-color: #000; border-color: #999; }
 .cms-my-library .checkout-types span { width: 100%; text-align: center; display: inline-block; }
 .cms-my-library .checkout-types a { color: #bbb !important;  width: 100%; text-align: center; display: inline-block; }
 .cms-my-library .block-cart { display: none; }
 
 */
 
 /* for headings */
 .std h1.labeltitle {
	 margin: 0px 0px 24px 0px;;	
 }
 
 /* FOR HIDE ITEM     */
 /* ----------------- */
 
 
 /* shadow arrow */
 #ja-botsl, #ja-container { position: relative; }
 #ja-botsl::before, #ja-container::before  {
	 content: " ";
	 width: 0;
	 height: 0;
	 border-style: solid;
	 border-width: 20px 20px 0 20px;
	 margin-left: -20px;
	 left: 50%;
	 top: 0px;
	 position: absolute;
	 color: #eee;
	 border-color: transparent transparent transparent transparent;	
 }
 .absolutewhite #ja-botsl::before { border-color: #ffffff transparent transparent transparent; }
 .cms-home #ja-container::before { border-color: #000000 transparent transparent transparent; }
 .cms-home #ja-botsl::before { border-color: #333333 transparent transparent transparent; }
 /*.cms-home #ja-mass-bottom::before { border-color: #222222 transparent transparent transparent; }*/
 
 
 
 
 
 /* colorbox fix */
 #ageverification {
	 position: fixed;
	 left: 0px;
	 top: 0px;
	 width: 1px;
	 height: 1px;	
	 z-index: 9992;
	 display: block;
 }
 #ageverification .menu-dimmer {
	 z-index: 1;
	 position: fixed;
	 left: 0px;
	 top: 0px;
	 width: 100%;
	 height: 100%;
	 background: rgba(0,0,0,0.3);
	 display: block;
 }
 #ageverification .menu-top {
	 z-index: 2;
	 position: fixed;
	 left: 0px;
	 top: 0px;
	 width: 100%;
	 -webkit-box-shadow: 10px 0px 100px rgba(0,0,0,0.8);
	 -moz-box-shadow: 10px 0px 100px rgba(0,0,0,0.8);
	 box-shadow: 10px 0px 100px rgba(0,0,0,0.8);
	 overflow-x: hidden;
	 overflow-y: auto;   
	 -webkit-transform: translate(0px, 0px);
	 -moz-transform: translate(0px, 0px);
	 -ms-transform: translate(0px, 0px);
	 -o-transform: translate(0px, 0px);
	 transform: translate(0px, 0px);
 }
 
 #ageverification .inner {
	 clear: both;
	 max-width: 640px;
	 margin: 0 auto;	
	 text-align: center;	
	 overflow-x: hidden;
	 overflow-y: auto; 
 }
 #ageverification p {
	 margin: 8px 16px;
	 font-size: 11px;
	 color: #aaa;
	 font-weight: normal;	
 }
 #ageverification h3 {
	 font-size: 24px;
	 margin: 16px 16px;
	 font-family: 'Chivo', Arial ,sans-serif;
	 color: #fff;	
 }
 #ageverification a.noimanot {
	 margin: 16px 16px;
	 color: #ddd;
	 font-size: 12.5px;
 }
 #ageverification .bigi {
	 font-size: 40px;	
 }
 #ageverification .mini {
	 position: absolute;
	 font-size: 16px;
	 line-height: 16px;
	 top: 100px;
	 left: 0px;
	 width: 100%;
	 font-weight: normal;
	 text-align: center;	
 }
 #ageverification .age { background-color: #c60592 !important; }
 #ageverification .age:hover { background-color: #000000 !important; }
 
 #ageverification.age-close .menu-dimmer  {
	 display: none;	
 }
 #ageverification.age-close .menu-top  {
	 -webkit-transform: translate(0px, -110%);
	 -moz-transform: translate(0px, -110%);
	 -ms-transform: translate(0px, -110%);
	 -o-transform: translate(0px, -110%);
	 transform: translate(0px, -110%);
 }
 #ageverification .logo {
	 background-image: url("https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/wavethemes/jmbasetheme/profiles/skinmagz/images/default/logo_skinmagz_250.png") !important;
	 width: 250px;
	 height: 100px;
	 display: block;
	 margin: 0 auto;
 }
 #ageverification hr {
	 border-color: #c60592;	
 }
 
 
 /* ----------------- */
 /* B A N E R S       */
 /* -----c60592------ */
 /* ----------------- */
 .skinmagz-top-banner {
	 width: 100%;
	 height: 200px;
	 display: block;
	 overflow: hidden;
 }
 .skinmagz-top-banner .main { 
	 padding: 0px !important;
	 height: 200px !important;
	 display: block !important;
	 background-position: center top;
	 background-repeat: no-repeat;
 }
 .skinmagz-top-banner.parallax .main { 
	 padding: 0px !important;
	 height: 200px !important;
	 display: block !important;
	 background-position: center top;
	 background-repeat: no-repeat;
	 background-attachment: fixed;
	 position: relative;
 }
 
 .skinmagz-top-banner .banner-sliding div {
	 width: 100%;
	 height: 150px;
	 display: block;
	 text-align: center;
	 vertical-align: middle;
	 padding-top: 50px;
 }
 
 
 .skinmagz-top-banner .banner-sliding { 
	 display: block;
	 position: absolute;
	 z-index: 1;
	 left: 0px;
	 top: 0px;
	 width: 100%;
	 text-align: center;
	 -webkit-animation: slideup5 8s infinite;
	 -moz-animation:    slideup5 8s infinite;
	 -ms-animation:     slideup5 8s infinite;
	 -o-animation:      slideup5 8s infinite;
	 animation:         slideup5 8s infinite;
  }
  
  .skinmagz-top-banner .banner-sliding.promo-text { 
	 display: block;
	 position: absolute;
	 left: 0px;
	 top: 0px;
	 width: 100%;
	 text-align: center;
	 -webkit-animation: slowslideup5 20s infinite;
	 -moz-animation:    slowslideup5 20s infinite;
	 -ms-animation:     slowslideup5 20s infinite;
	 -o-animation:      slowslideup5 20s infinite;
	 animation:         slowslideup5 20s infinite;
  }
  
 .skinmagz-top-banner h1 {
	 color: #fff;
	 font-size: 48px;	
	 text-align: center;
	 vertical-align:text-bottom;
	 width: 100%;
	 font-weight: bold;
	 text-transform: uppercase;
	 font-family: 'Chivo', Arial ,sans-serif;
	 margin: 0px auto 0px auto;
	 padding: 0 0;
	 letter-spacing: 1px;
	 display: block;
	 text-shadow: 0px 0px 10px rgba(0,0,0,0.80);
 }
 .promo-text h1 {	
	 font-family: 'Chivo', Arial ,sans-serif;
	 font-size: 20px !important;	
	 line-height: 26px;
	 letter-spacing: 1px;
	 width: auto;
	 color: #fff;
	 padding: 8px 20px !important;
	 background: #222;
	 text-align: left;
	 display: inline-block !important;
	 margin: 2px 0px 0px 0px;
 
 }
 .promo-text h2 {
	 font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	 font-size: 16px !important;	
	 line-height: 20px;
	 letter-spacing: 1px;
	 font-weight: normal;
	 color: #ffffff;
	 padding: 8px 20px !important;
	 background: #c60592;
	 text-align: left;
	 display: inline-block !important;
	 margin: 24px 0px 0px 0px;
 }
 .promo-text td, .promo-text tr { height: 200px; }
 .promo-text table { margin: 0px 0px 0px 20px; }
 
 .skinmagz-top-banner a:hover h1, .skinmagz-top-banner a:hover h2 { text-decoration: none; }
 
 @-webkit-keyframes slideup {
	 from { -webkit-transform: translate(0px, 200px); } 
	 20%  { -webkit-transform: translate(0px, -0px); }
	 40%  { -webkit-transform: translate(0px, -200px); }
	 60%  { -webkit-transform: translate(0px, -400px); }
	 80%  { -webkit-transform: translate(0px, -600px); }
	 100% { -webkit-transform: translate(0px, -800px); }
 }
 @-moz-keyframes slideup {
	 from { -moz-transform: translate(0px, 200px); } 
	 20%  { -moz-transform: translate(0px, -0px); }
	 40%  { -moz-transform: translate(0px, -200px); }
	 60%  { -moz-transform: translate(0px, -400px); }
	 80%  { -moz-transform: translate(0px, -600px); }
	 100% { -moz-transform: translate(0px, -800px); }
 }
 @keyframes slideup5 {
	 from { transform: translate(0px, 200px); } 
	 20%  { transform: translate(0px, -0px); }
	 40%  { transform: translate(0px, -200px); }
	 60%  { transform: translate(0px, -400px); }
	 80%  { transform: translate(0px, -600px); }
	 100% { transform: translate(0px, -800px); }
 }
 
 @-webkit-keyframes slowslideup5 {
	 from { -webkit-transform: translate(0px, 200px); } 
	 8%  { -webkit-transform: translate(0px, -0px); }	
	 23%  { -webkit-transform: translate(0px, -0px); }
	 31%  { -webkit-transform: translate(0px, -200px); }
	 46%  { -webkit-transform: translate(0px, -200px); }
	 54%  { -webkit-transform: translate(0px, -400px); }
	 69%  { -webkit-transform: translate(0px, -400px); }
	 77%  { -webkit-transform: translate(0px, -600px); }
	 92%  { -webkit-transform: translate(0px, -600px); }
	 100%  { -webkit-transform: translate(0px, -800px); }
 }
 @-moz-keyframes slowslideup5 {
	 from { -moz-transform: translate(0px, 200px); } 
	 8%  { -moz-transform: translate(0px, -0px); }	
	 23%  { -moz-transform: translate(0px, -0px); }
	 31%  { -moz-transform: translate(0px, -200px); }
	 46%  { -moz-transform: translate(0px, -200px); }
	 54%  { -moz-transform: translate(0px, -400px); }
	 69%  { -moz-transform: translate(0px, -400px); }
	 77%  { -moz-transform: translate(0px, -600px); }
	 92%  { -moz-transform: translate(0px, -600px); }
	 100%  { -moz-transform: translate(0px, -800px); }
 }
 @keyframes slowslideup5 {
	 from { transform: translate(0px, 200px); } 
	 8%  { transform: translate(0px, -0px); }	
	 23%  { transform: translate(0px, -0px); }
	 31%  { transform: translate(0px, -200px); }
	 46%  { transform: translate(0px, -200px); }
	 54%  { transform: translate(0px, -400px); }
	 69%  { transform: translate(0px, -400px); }
	 77%  { transform: translate(0px, -600px); }
	 92%  { transform: translate(0px, -600px); }
	 100%  { transform: translate(0px, -800px); }
 }
 
 
 /* too complex 
 body.age-blur header, 
 body.age-blur #ja-mass-top1,
 body.age-blur #ja-container,
 body.age-blur #ja-mass-bottom,
 body.age-blur #ja-botsl,
 body.age-blur footer
 {
	 -webkit-filter: blur(2px);	
 }
 */
 
 
 
 /* ----------------- */
 /* MEGAMENU        */
 /* -----c60592------ */
 /* ----------------- */
 
 /* home, straight, gays */
 .cms-home #mmenu1 { background-color: rgba(198,5,146,0.3); }
 .categorypath-straight-html #mmenu2 { background-color: rgba(198,5,146,0.3); }
 .categorypath-gays-gay-html #mmenu3 { background-color: rgba(198,5,146,0.3); }
 .category-literotica #mmenu6 { background-color: rgba(198,5,146,0.3); }
 
 /* help  */
 .cms-help-html #mmenu4, 
 .cms-help-web #mmenu4, 
 .cms-help-ipad #mmenu4, 
 .cms-help-android4 #mmenu4, 
 .cms-help-error #mmenu4, 
 .cms-help-kindle #mmenu4, 
 .cms-help-affiliate #mmenu4 
 { background-color: rgba(198,5,146,0.3); }
 .cms-help-html #ja-current-content {
	font-size: 14px;
	padding: 1em;
 }
 .cms-help-html #ja-current-content h2 {
	margin: 1.5em 0 0 0;
 }
 
 /* special offer */
 .cms-special-offer #mmenu5 { background-color: rgba(198,5,146,0.3); }
 
 
 /* ----------------- */
 /* ----------------- */
 /* FIVE FREE ISSUES */
 /* ----------------- */
 /* ----------------- */
 body.customer-account-create .emptyitem {
	 text-align: center;
 }
 p.bigrounded {
	 display: inline-table;
	 width: 200px;
	 height: 200px;
	 background-color: #926061;
	 border-radius: 50%;
	 color: #fff;
	 font-family: 'Chivo', Arial ,sans-serif;
	 font-size: 24px;
	 line-height: 22px;
	 text-align: center;
	 margin-right: 16px;
 }
 
 /* ----------------- */
 /* ----------------- */
 /* PREMIUM OFFER     */
 /* ----------------- */
 /* ----------------- */
 /*
 .jm-megamenu ul.level0 li.mega.premium, 
 #menu-slide ul.megamenu li.mega.premium 
 */
 .jm-megamenu ul.level0 li.mega.special a.mega {
	color:  #f91878;
 }

 .cms-premium-html #mmenu-premium {
	 background: rgb(249,193,52);
	 background: -moz-linear-gradient(left, rgba(249,193,52,1) 0%, rgba(198,119,0,1) 67%, rgba(249,194,54,1) 100%);
	 background: -webkit-linear-gradient(left, rgba(249,193,52,1) 0%,rgba(198,119,0,1) 67%,rgba(249,194,54,1) 100%);
	 background: linear-gradient(to right, rgba(249,193,52,1) 0%,rgba(198,119,0,1) 67%,rgba(249,194,54,1) 100%);
	 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c134', endColorstr='#f9c236',GradientType=1 );
	 border-radius: 3px;
	 position: relative;
	 color: #000;
	 font-weight: 600;
	 line-height: 54px;
 }
 .jm-megamenu ul.level0 li.mega.premium a.mega,
 #menu-slide ul.megamenu li.mega.premium a.mega {
	 /*
	 color: #000;
	 font-weight: 600;
	 line-height: 54px;
	 */
 
 }
 .premium article.card {
	 background: rgb(249,193,52);
	 background: -moz-linear-gradient(left, rgba(249,193,52,1) 0%, rgba(198,119,0,1) 67%, rgba(249,194,54,1) 100%);
	 background: -webkit-linear-gradient(left, rgba(249,193,52,1) 0%,rgba(198,119,0,1) 67%,rgba(249,194,54,1) 100%);
	 background: linear-gradient(to right, rgba(249,193,52,1) 0%,rgba(198,119,0,1) 67%,rgba(249,194,54,1) 100%);
	 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9c134', endColorstr='#f9c236',GradientType=1 );	
 }
 .products-grid .premium button.btn-cart, .premium button.btn-for-cart, .product-view.premium .view-item .big-button {
	 background-color: #111;
	 border: 1px solid #333;
 }
 .products-grid .premium button.btn-cart:hover, .premium button.btn-for-cart:hover, .product-view.premium .view-item .big-button:hover {
	 border: 1px solid #c60592;
	 background-color: #c60592 !important;
 }
 .products-grid .premium .price {
	 margin: 0px 0px 0px 10px !important;
	 font-weight: bold !important;
	 color: #000 !important;
	 font-size: 15px;
 }
 .premium .price-box {
	 bottom: 4px !important;
 }
 /* PREMIUM OFFER VIEW */
 .product-view.premium {
	 background: #d6bd54;
 }
 
 .premium article.card img, .premium .product-image img {
   outline: 2px solid #000;
   outline-offset: -2px;
   border-radius: 2px;
 }
 .product-view.premium .product-image {
	/* margin: 10px 0px 24px 0px; */
	 position: relative;
 }
 
 .product-view.premium .view-item,
 .product-view.premium h1,
 .product-view.premium h2,
 .product-view.premium p,
 .product-view.premium ul
 .product-view.premium small {
		 color: #000;
 }
 
 .product-view.premium .view-item .regular-price .price::after,
 .product-view.premium .view-item .price-as-configured .price::after,
 .product-view.premium .view-item .special-price .price::after {
	 content: " online magazines";
	 font-size: 12.5px;	
 }
 .product-view.premium .view-item .price {
	 font-size: 24px;
	 color: #000;
	 font-weight: 800;
 }
 .product-view.premium .view-item .price-label, .product-view.premium .view-item .price-box-bundle { display: none; }
 .product-view.premium .view-item .big-button {
	 background-color: #000;
 }
 
 
 /* ----------------- */
 /* ----------------- */
 /* ----------------- */
 /* M E D I A         */
 /* -----c60592------ */
 /* ----------------- */
 /* ----------------- */
 /* ----------------- */
 
 /* age */
 @media screen and (max-height: 600px) {
	 #ageverification .menu-top { height: 100% !important; }
 }
 
 #ja-mass-top { margin: 0px !important; }
 
 /* cols */
 /*
 #ja-mainbody { border: 1px dotted #eeeeee; }
 #ja-col1 { border: 1px dotted #009900; }
 #ja-main { border: 1px dotted #CC0000; }
 */
 
 /* tablet and below */
 @media screen and (max-width: 1100px) {
	 article.card { margin: 0px 5px 5px 0px; }
	 h2.labeltitle { margin-left: 10px !important; }
	 #ja-container { padding-top: 16px !important; }
	 #ja-pathway { display: none; }
	 
	 /* one column */
	 .skinmagz-onecolumn #ja-main { width: 100% !important; float: none !important; }
	 
	 /* two column */
	 .skinmagz-twocolumn #ja-col1 { width: 175px !important; float: left !important; margin-right: 10px; }
	 .skinmagz-twocolumn #ja-main { width: 785px !important; float: left !important;  clear: none !important; }	
 
	 .mobiles { display: block; }
	 .tablets { display: none; }
	 #skinmagz-header  { height: 100px; max-height: 100px; min-height: 100px; border-bottom: 1px solid rgba(255,255,255,0.2); }
	 
	 .block-cart { display: none !important; }
 }
 
 @media screen and (max-width: 1010px) {
	 
	 /* one column */
	 .skinmagz-onecolumn #ja-main { width: 100% !important; float: none !important; }
	 
	 /* two column */
	 .skinmagz-twocolumn #ja-col1 { width: 175px !important; float: left !important; margin-right: 10px; }
	 .skinmagz-twocolumn #ja-main { width: 590px !important; float: left !important;  clear: none !important; }	
	 
	 /* social share */
	 .button-social { display: none; }
	 
 }
 @media screen and (min-width: 830px) {
	 .productview.premium .product-image {
	   -webkit-box-reflect: below 0px -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0.1) 5%, transparent 15%, transparent 100%);
	 }
 }
 
 @media screen and (max-width: 830px) {
	 
	 /* one column */
	 .skinmagz-onecolumn #ja-main { width: 100% !important; float: none !important; }
	 /* .skinmagz-onecolumn article.card { margin: 0px 5px 5px 0px;  zoom: 0.93; }	*/
	 
	 /* two column */
	 .skinmagz-twocolumn #ja-col1 { width: 155px !important; float: left !important; margin-right: 10px; }
	 .skinmagz-twocolumn #ja-main { width: 550px !important; float: left !important;  clear: none !important; }
	 /* .skinmagz-twocolumn article.card { margin: 0px 5px 5px 0px;  zoom: 0.94; }	*/
	 
	 /* owl */
	 .owl-controls { display: none; }
	 
	 
 }
 @media screen and (max-width: 760px) {
	 /* two column */
	 .skinmagz-twocolumn #ja-col1 { width: 155px !important; float: left !important; margin-right: 10px; }
	 .skinmagz-twocolumn #ja-main { width: 400px !important; float: left !important;  clear: none !important; }
	 /* .skinmagz-twocolumn article.card { margin: 0px 5px 5px 0px;  zoom: 0.94; } */
	 
 }
 @media screen and (max-width: 720px) {
	 /* two column */
	 .skinmagz-twocolumn #ja-col1 { width: 155px !important; float: left !important; margin-right: 10px; display: block !important;}
	 .skinmagz-twocolumn #ja-main { width: 400px !important; float: left !important;  clear: none !important; }
	 /* .skinmagz-twocolumn article.card { margin: 0px 5px 5px 0px;  zoom: 0.94; } */	
	 
	 /* header */
	 h2#partners_logo { width: 280px; }
	 
	 /* mass top */
	 .skinmagz-top-banner h1 { font-size: 30px;  }
	 
	 /* social share */
	 .button-social-txt { display: none; }
 
 }
 @media screen and (max-width: 650px) {
	 /* two column */
	 .skinmagz-twocolumn #ja-col1 { width: 140px !important; float: left !important; margin-right: 10px; display: block !important; }
	 .skinmagz-twocolumn #ja-main { width: 355px !important; float: left !important;  clear: none !important; }
	 /* .skinmagz-twocolumn article.card { margin: 0px 5px 5px 0px;  zoom: 0.9; } */	
	 
	 /* header */
	 h2#partners_logo { width: 220px; }
	 
	 /* cart */
	 body.skinmagz-onecolumn .cart .page-title.title-buttons ul { display: none !important; }
 }
 @media screen and (max-width: 590px) {
 
	 
	 /* one column */
	 /* .skinmagz-onecolumn article.card { margin: 0px 5px 5px 0px;  zoom: 0.93; } */
	 /* .skinmagz-onecolumn .products-grid { width: 400px !important; margin-left: auto; margin-right: auto; } */	
	 
	 /* two column */
	 .skinmagz-twocolumn #ja-col1 { width: 100% !important; float: none !important; margin-right: 10px; display: block !important; }
	 .skinmagz-twocolumn #ja-main { width: 400px !important; float: none !important;  clear: none !important; margin-left: auto; margin-right: auto; }
	 /* .skinmagz-twocolumn article.card { margin: 0px 5px 5px 0px;  zoom: 0.9; } */
	 .skinmagz-twocolumn .nomobile { display: none !important; }	
	 
	 
	 /* create menu for LEFT navigation */
	 #ja-mainbody .block .block-title { position: relative; }
	 
	 /*
	 #ja-mainbody .block .block-title::after { 
		 position: absolute; 
		 right: 2px; 
		 top: 2px; 
		 content: "+"; 
		 width: 20px; 
		 height: 20px; 
		 line-height: 20px; 
		 text-align: center; 
		 border: 2px solid #eee; 
		 background-color: #eee;
		 border-radius: 50%;
		 font-weight: 800;  
		 color: #555;
	 }
 
	 #ja-mainbody .block .block-content { display: none; }
	 #ja-mainbody .block:hover .block-content, #ja-mainbody .block:focus .block-content { display: block;}
	 #ja-mainbody .block:hover .block-title::after { color: #999; } 
	 .cms-my-library .block-videocodes { max-height: none; overflow: visible; }
	 */
 
	 /* header */
	 h2#partners_logo { display: none; }
	 
 }
 @media screen and (max-width: 520px) {
	 /* header */
	 h1#skinmagz_logo { -ms-zoom: 1; zoom: 1; width: 100px; }
	 h1#skinmagz_logo a { background-image: url("https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/wavethemes/jmbasetheme/profiles/skinmagz/images/default/logo_skinmagz_100.png") !important; }
 }
 @media screen and (max-width: 500px) {
	 #edapi_my_previous_editions_btn { position: absolute; right: 0px; }
	 #edapi_ahref_newtab { position: absolute; right: 105px; }
 }
 @media screen and (max-width: 480px) {
	 
	 .main .inner { margin: 0px 16px !important; } 
	 
	 /* two column */
	 .skinmagz-twocolumn #ja-col1 { width: 90% !important; float: none !important; margin-right: 10px; display: block !important; }
	 .skinmagz-twocolumn #ja-main { width: 100% !important; float: none !important;  clear: none !important; margin-left: auto; margin-right: auto;}
	 /* .skinmagz-twocolumn article.card { margin: 0px 5px 5px 0px;  zoom: 1 } */
	 .skinmagz-twocolumn .nomobile { display: none !important; }	
	 
	 /* cart */
	 body.skinmagz-onecolumn .btn-continue, body.skinmagz-onecolumn .empty_cart_button  { margin: 0px 0px 8px 8px !important; }
 }
 
 
 @media screen and (max-width: 440px) {
	 
	 .main .inner { margin: 0px 8px !important; } 
	 /* one column 
	 .skinmagz-onecolumn .products-grid { width: 200px !important; margin-left: auto; margin-right: auto; }
	 .skinmagz-onecolumn article.card { margin: 0px 5px 5px 0px;  zoom: 1; }			
	 */	
	 /* header */
	 #mobile-menues a { width: 60px !important; }	
	 /* promo text */
	 .skinmagz-top-banner h1 { font-size: 18px !important; }
	 .skinmagz-top-banner h2 { font-size: 14px !important; }
	 /* main subscription */
	 .owl-carousel .item, .main-subscriptions .item {
		width: 170px;
		height: 250px;
	}
	.main-subscription-item h2 {
		font-size: 14px;
		color: #fff;
		margin: 8px 8px 48px 8px;
		font-weight: normal;
	}
	.main-subscription-item h2::first-line  {
		font-size: 0;
	}
	.main-subscription-mask-color {
		position: absolute;
		width: 175px;
		left: -1px;
		bottom: 0px;
		display: block;
		background: rgba(0,0,0,0.95);
	}
 }
 @media screen and (max-width: 420px) {
	 
	 .main .inner { margin: 0px 8px !important; } 
	 /* one column */
	 /* .skinmagz-onecolumn article.card { margin: 0px 3px 3px 0px;  zoom: 0.95; }	**/
	 /* two column */
	 /* .skinmagz-twocolumn article.card { margin: 0px 3px 3px 0px;  zoom: 0.9; }	
	 .skinmagz-twocolumn #ja-main { width: 100% !important; float: none !important;  clear: none !important; margin-left: auto; margin-right: auto;} */
	 
	 /* header */
	 #mobile-menues a { width: 60px !important; }	
	 /* promo text */
	 .promo-text table { margin: 0 0 0 10px; }
	 .skinmagz-top-banner h1 { font-size: 14px !important; padding: 4px 10px !important; }
	 .skinmagz-top-banner h2 { font-size: 12px !important; padding: 4px 10px !important; }
 }
 @media screen and (max-width: 365px) { 
	 .main .inner { margin: 0px 8px !important; } 
 
	 /* .skinmagz-onecolumn .category-products .products-grid { width: 350px !important; margin: 0 0 0 8px !important; } */
	 /* .skinmagz-onecolumn article.card { margin: 0px 5px 5px 0px;  zoom: 0.85; } */	
	 /* .skinmagz-twocolumn .category-products .products-grid { width: 350px !important; margin: 0 0 0 8px !important; } */
	 /* .skinmagz-twocolumn article.card { margin: 0px 5px 5px 0px;  zoom: 0.85; } */
 }
 @media screen and (max-width: 355px) {
	 
	 .main .inner { margin: 0px 8px !important; } 
	 /* one column */
	 /* .skinmagz-onecolumn .products-grid { width: 200px !important;  margin: 0 auto 0 auto !important; } */
	 /* .skinmagz-onecolumn article.card { margin: 0px 5px 5px 0px;  zoom: 1; }	*/

 }
 
 /* ----------------- */
 /* ----------------- */
 /* ----------------- */
 /* VIEW FLEX         */
 /* ----------------- */
 /* ----------------- */
 /* ----------------- */
 .flexcontainer-grid {
	 display: flex;
	 min-height: 50px;	 
 }
 .productview.premium .spacing {
	 margin: 12px 12px 16px 12px;
 } 
 .spacing {
	 margin: 0px 12px 16px 12px;
 }
 .flexcontainer-grid .flex-columns {
	 flex: 1;
	 justify-content: space-between;
	 padding: 0;
	 margin: 0;
	 box-sizing: border-box;
 }
 
 .flexcontainer-grid .flex-columns.col1 { 
	 min-width: 332px; 
	 max-width: 432px; 
 }
 .flexcontainer-grid .flex-columns.col2 {}
 
 @media (max-width: 720px) {
	 .flexcontainer-grid {
		 display: block; 
	 }
	 .flexcontainer-grid .flex-columns.col1 { 
		 width: 100%; 
		 max-width: 100%;
		 min-width: 100%; 
		 padding: 0;
		 margin: 0; 
	 }
	 .flexcontainer-grid .flex-columns.col2 { 
		 width: 100%; 
		 max-width: 100%;
		 min-width: 100%; 
		 padding: 0 0 8px 0;
		 margin: 0; 
	 }
 }
 
 /* LEFT COLUMN */
 .view-media .product-essential, .view-media form, .view-media input { margin: 0px; padding: 0px; }
 .view-media .product-image img {
	 width: 100%;
	 height: auto;
	 max-width: 400px;		
 }
 .view-media .product-image  {
	 max-width: 400px;
 }
 .view-media .product-preview {
	 max-width: 400px;
 }
 .view-media .more-views {
	 overflow: hidden;
 }
 .view-media p { display: inline-block; }
 .view-media ul { margin: 0px; padding: 0px; width: 360px;  }
 .view-media li { 
	 margin: 2px; 
	 padding: 0px 4px; 
	 float: left; 
	 -webkit-border-bottom-right-radius: 2px;
	 -moz-border-radius-bottomright: 2px;
	 border-bottom-right-radius: 2px; 
	 border: 5px solid #eee;	
 }
 .view-media li:hover { border-color: #c60592; }
 
 .image_grid {
   display: grid;
   grid-template-columns: repeat(auto-fill,  minmax(50px, 1fr)  );
   /* grid-template-rows: 70px; */
   grid-gap: 1px;
   margin-bottom: 16px;
 }
 .image_grid a { 
	 display: inline-block; 
	 margin: 0px;
	 padding: 0px; 
 }
 .image_grid img:hover { 
	 opacity: 0.6; 
 }
 .image_grid .element {
	 margin: 0px;
	 padding: 0px;  
	 border-radius: 2px; 
	 -webkit-transition: all 0.5s;
	 -moz-transition: all 0.5s;
	 -o-transition: all 0.5s;
	 transition: all 0.5s;	
 }
 .image_grid img {
	 margin: 0px;
	 padding: 0px; 
	 width: 100%;
	 height: auto;
 }
 
 .image_title {
	 position: absolute;
	 bottom: 4px;
	 width: 100%;
	 margin: 0;	
	 text-align: center;
 }
 .modelname {
	 height: 20px;
	 line-height: 20px;
	 vertical-align: middle;
	 padding: 4px 16px;
	 display: inline-block;
	 background-color: rgba(0,0,0,0.8);
	 color: #eee;
	 text-align: center;
	 font-weight: 600;
	 text-transform: capitalize;
	 border-radius: 5px;
 }
 
 .image_grid .element:nth-child(n+17) { display: none; }
 
 @media screen and (max-width: 480px) {
		 .image_grid .element:nth-child(n+15) { display: none; }
 }
 @media screen and (max-width: 410px) {
		 .image_grid .element:nth-child(n+13) { display: none; }
 }
 @media screen and (max-width: 360px) {
		 .image_grid .element:nth-child(n+11) { display: none; }
 }
 
 
 /* RIGHT COLUMN */
 .view-item .price-box .regular-price .price, .view-item .price-box .old-price .price, .view-item .price-box .special-price .price {
	 font-size: 20px;
 }
 .add-to-subscription h3, .add-to-subscription .price-box .regular-price .price, .add-to-subscription .price-box .old-price .price, .add-to-subscription .price-box .special-price .price {
	 font-size: 16px;
 }
 
 /* h4 for better design */
 .productview p,
 .productview h1,
 .productview h2,
 .productview h3,
 .productview h4,
 .productview h5
  {
	 font-family: 'Chivo', Arial ,sans-serif;
	 color: #555;
 }
 .productview h4 {
	 font-weight: 400;
 }
 .productview h5 {
	 position: relative;
	 text-transform: uppercase;
	 font-size: 0.8em;
	 color: #aaa;
 }
 
 /* ----------------- */
 /* ----------------- */
 /* ----------------- */
 /* PRODUCT FLEX GRID */
 /* ----------------- */
 /* ----------------- */
 /* ----------------- */
 
 .products-grid,
 .products-grid.products-flex-grid {
 
   display: grid;
   grid-template-columns: repeat(auto-fill,  minmax(160px, 1fr)  );
   grid-template-rows: 290px;
   grid-gap: 5px;
   margin-bottom: 16px;
 
 }
 .products-grid article.card,
 .products-grid.products-flex-grid article.card {
	 margin: 0px !important;
	 padding: 0px !important;
	 zoom: 1 !important;
	 position: relative;    
	 height: 300px;
	 background-color: #fff;
	 -webkit-border-radius: 2px;
	 -moz-border-radius: 2px;
	 border-radius: 2px;
	 overflow: hidden;
	 float: unset;
	 width: 100% !important;
	 height: 290px !important;
	 min-height: unset !important;
	 max-height: unset !important;
	 max-width: 220px	;
 
 }
 
 .products-grid div.single,
 .products-grid.products-flex-grid div.single  {
 
	 box-sizing: border-box;
	 overflow: hidden;
 }
 
 .products-grid p.product-image,
 .products-grid p.product-image img,
 .products-grid.products-flex-grid p.product-image,
 .products-grid.products-flex-grid p.product-image img {
	 margin: 0;
	 padding: 0;
	 min-width: unset !important;
	 max-width: unset !important;
 
	 height: auto;
	 min-height: unset !important;
	 max-height: unset !important;
 
	 text-align: center !important;
	 width: 100%;
 
 }
 .products-grid p.product-image,
 .products-grid.products-flex-grid p.product-image {
 }
 .products-grid p.product-image img,
 .products-grid.products-flex-grid p.product-image img {
	 margin: 5px auto 0 auto;
	 min-width: 150px !important;
	 max-width: 155px !important;
 }
 
 .products-grid h2,
 .products-grid.products-flex-grid h2 { 
	 position: absolute;
	 bottom: 40px;	
 }
 
 .productview .breadcrumbs {
	 /* margin: 0; */
 }
 .productview .breadcrumbs a {
	 color: #555 !important;
	 text-decoration: underline;
 }
 
 
 /* ----------------- */
 /* ----------------- */
 /* ----------------- */
 /* UPSELL PRODUCT    */
 /* ----------------- */
 /* ----------------- */
 /* ----------------- */
 
 .box-up-sell .products-grid,
 .box-up-sell .products-grid.products-flex-grid {
 
   display: grid;
   grid-template-columns: repeat(auto-fill,  minmax(160px, 1fr)  );
   grid-template-rows: 255px;
   grid-gap: 5px;
 
 }
 
 .box-up-sell .single article.card, 
 .box-up-sell .subscription article.card, 
 .box-up-sell .video article.card, 
 .box-up-sell .softcore article.card,
 .box-up-sell .premium article.card,
 .box-up-sell .bundle article.card,
 .box-up-sell .toons article.card,
 .box-up-sell .gay article.card,
 .box-up-sell .trans article.card   {
	 background-color: #ffffff;
	 border: 1px solid rgba(0,0,0,0.8);
	 border-radius: 3px;
	 height: 255px !important;
 }
 .box-up-sell article.card h2 { display: none; }
 
 .box-up-sell .bundle .price-label { display: none; }
 .box-up-sell .bundle .price { color: #c60592; }
 
 .box-up-sell .products-grid .price-box { bottom: 6px; }
 
 .premium-cover { width: 100%; padding: 0px; }
 
 .bundle .premium-cover h2,
 .premium .premium-cover h2{
	 font-weight: 800;
 }
 .bundle .premium-cover a,
 .premium .premium-cover a {
	 width: 50px;
	 height: 68px;
	 display: inline-block;
	 margin: 0px 3px 4px 0px;
	 background: #eee;
	 border: 3px solid #555;
	 border-radius: 2px;
	 background-repeat: no-repeat;
	 background-position: center !important;
	 background-size: cover !important;
 }
 .premium .premium-cover a {
	 background: #bba239;
	 border: 3px solid gold;
 }
 .bundle .premium-cover a:hover,
 .premium .premium-cover a:hover {
	 border: 3px solid #333;	
 }
 
 .premium.publisherslist .forbutton{
	 position: absolute;
	 left: 8px;
	 bottom: 0;
	 z-index: 3;
	 text-align: center;
	 width: calc(100% - 16px);
	 color: #fff;
 }
 .premium.publisherslist .forbutton button {
	 width: 100%;
	 background: rgb(249,193,52);
	 background: -moz-linear-gradient(left, rgba(249,193,52,1) 0%, rgba(198,119,0,1) 67%, rgba(249,194,54,1) 100%);
	 background: -webkit-linear-gradient(left, rgba(249,193,52,1) 0%,rgba(198,119,0,1) 67%,rgba(249,194,54,1) 100%);
	 background: linear-gradient(to right, rgba(249,193,52,1) 0%,rgba(198,119,0,1) 67%,rgba(249,194,54,1) 100%);
	 color: #000;
 }
 .premium.publisherslist .forbutton strong {
	 font-family: 'Chivo', Arial ,sans-serif;
	 font-weight: 800;
 }
 .premium.publisherslist .forimage {
	 position: absolute;
	 left: 4px;
	 top: 4px;
	 z-index: 2;
	 text-align: center;
	 width: calc(100% - 8px);
	 height: calc(100% - 8px);
	 background-color: rgba(0,0,0,0.2);
	 background-repeat: no-repeat;
	 background-position: top center;
	 background-size: cover;
	 border-radius: 2px;
 }
 
 

.jm-megamenu { margin: 0; padding: 0; }
.jm-megamenu a.over, .jm-megamenu a.active {}

ul.megamenu { margin: 10px; /* menu's gutter */ } 
ul.megamenu.level2 { margin-top:0 !important; margin-bottom:0 !important}

ul.megamenu li { overflow: visible; }

/* lv - 0
-----------------------------------*/
/* Styling ---*/
.jm-megamenu ul.level0 {
	margin: 0;
	padding: 0;
}

.jm-megamenu ul.level0 li.mega {
	background: none;
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

.jm-megamenu ul.level0 li.mega.last a.mega {  
	text-transform:none;
	font:italic 16px/48px "Times New Roman", Times, serif;
	color: #f91878;
	height:50px;
}
.jm-megamenu ul.level0 li.mega.last a.mega:hover,
.jm-megamenu ul.level0 li.mega.last a.mega.active { color:#fff; }


.jm-megamenu ul.level2 li.mega.last a.mega,
.jm-megamenu ul.level2 li.mega.last:hover a.mega  { background:none; border:none; font:normal 13px/17px 'Chivo', sans-serif; height:20px; color:#333}

.jm-megamenu ul.level0 li.mega a.mega {
  text-decoration: none;
  color: #fff;
  font-weight:normal;
  text-transform: uppercase;
  font-family: 'Chivo', sans-serif;
  font-size: 14px;
  display: block;
  text-shadow:1px 1px rgba(0,0,0,0.15);
  height:50px;
  line-height:50px;
  padding:0 15px;
}

.jm-megamenu ul.level0 li.mega a.mega:hover,
.jm-megamenu ul.level0 li.mega:hover > a.mega { color: #f91878;}

.jm-megamenu ul.level0 li.mega .has-image {
	padding-left: 25px;
	display: block;
	background-repeat: no-repeat;
	background-position: left top;
	cursor: pointer;
}

.jm-megamenu ul.level0 li.mega span.menu-title { display: block; }

.jm-megamenu ul.level0 li.mega span.menu-desc {
	display: block;
	font-weight: normal;
	font-size: 92%;
}

.jm-megamenu ul.level0 li.mega a img {}

.jm-megamenu ul.level0 li.over, ul.level0 li.haschild-over {}

.jm-megamenu ul.level0 li.haschild a.mega span.menu-title,
.jm-megamenu ul.level0 li.haschild-over a.mega span.menu-title {}

.jm-megamenu ul.level0 li.haschild a.mega span.menu-desc,
.jm-megamenu ul.level0 li.haschild-over a.mega span.menu-desc {}

.jm-megamenu ul.level0 li.active {}

.jm-megamenu ul.level0 li.active a.mega {color: #fff; position:relative }
.jm-megamenu ul.level0 li.active a.mega:before {
	content:"";
	background-color:rgba(249,24,120); 
	opacity:0.2;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
	-moz-opacity:0.2;
	-khtml-opacity: 0.2; 
	position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
	z-index:3;}


.jm-megamenu ul.level0 li.active ul.level1 a.mega:before { display:none;}

/* lv - 1 and below
-----------------------------------*/
/* Layout ---*/
.jm-megamenu li.mega .childcontent { display: block; height: auto; position: absolute;}

.jm-megamenu li.mega .childcontent,
.jm-megamenu li.haschild-over li.mega .childcontent,
.jm-megamenu li.mega li.haschild-over li.mega .childcontent ,
.jm-megamenu li.mega li.mega li.haschild-over li.mega .childcontent, 
.jm-megamenu li.mega li.mega li.mega li.haschild-over li.mega .childcontent, 
.jm-megamenu li.mega li.mega li.mega li.mega li.haschild-over li.mega .childcontent { left: -999em; /*hide the menu*/ }

.jm-megamenu li.haschild-over .childcontent,
.jm-megamenu li.haschild:hover > .childcontent,
.jm-megamenu li.mega li.haschild-over .childcontent,
.jm-megamenu li.mega li.mega li.haschild-over .childcontent,
.jm-megamenu li.mega li.mega li.mega li.haschild-over .childcontent,
.jm-megamenu li.mega li.mega li.mega li.mega li.haschild-over .childcontent,
.jm-megamenu li.mega li.mega li.mega li.mega li.mega li.haschild-over .childcontent { left: auto; /*show on parent:hover*/ }

.jm-megamenu li.mega .right,
.jm-megamenu li.haschild-over li.mega .right,
.jm-megamenu li.mega li.haschild-over li.mega .right ,
.jm-megamenu li.mega li.mega li.haschild-over li.mega .right, 
.jm-megamenu li.mega li.mega li.mega li.haschild-over li.mega .right, 
.jm-megamenu li.mega li.mega li.mega li.mega li.haschild-over li.mega .right { right: auto; /*hide the menu*/ }

.jm-megamenu li.haschild-over .right
{ right: 0; /*show on parent:hover*/ }
.jm-megamenu li.mega li.haschild-over .right,
.jm-megamenu li.mega li.mega li.haschild-over .right,
.jm-megamenu li.mega li.mega li.mega li.haschild-over .right,
.jm-megamenu li.mega li.mega li.mega li.mega li.haschild-over .right,
.jm-megamenu li.mega li.mega li.mega li.mega li.mega li.haschild-over .right 
{ right: 12em; /*show on parent:hover*/ }

.jm-megamenu ul.level1 li.haschild:hover > .childcontent { left: 150px; }

.jm-megamenu ul.level1 li.mega { float: none; }

.jm-megamenu ul.level1 .childcontent { margin: -2em 0 0 0; }

 /* Columns ---*/
.jm-megamenu .megacol { float: left;}

/* Styling ---*/
.jm-megamenu ul.level1 li.mega {}

.jm-megamenu ul.level1 li.first {}

.jm-megamenu ul.level1 li.mega a.mega {
  background: none;
  border: 0;
  padding: 5px 0;
  height: auto;
  text-transform: none;
  font:normal 13px 'Chivo',sans-serif;
  color:#333;
}

.jm-megamenu ul.level1 li.mega a.mega span.menu-title { background: none; padding:3px 0; color:#000 !important; text-shadow:none; }

.jm-megamenu ul.level1 li.mega a.mega:hover span.menu-title { color:#f91878 !important;}

.jm-megamenu ul.level1 li.haschild > a.mega > span.menu-title,
.jm-megamenu ul.level1 li.haschild-over > a.mega > span.menu-title,
.jm-megamenu ul.level2 li.haschild > a.mega > span.menu-title,
.jm-megamenu ul.level2 li.haschild-over > a.mega > span.menu-title  {
	background-image: url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/joomlart/jmmegamenu/images/arrow.gif);
	background-repeat: no-repeat;
	background-position: 95% center;
	padding: 0;
}

.jm-megamenu ul.level1 li.over, ul.level1 li.haschild-over {}

.jm-megamenu ul.level1 li.group { background: none; }

 /* CHILD CONTENT
-----------------------------------*/
.jm-megamenu .childcontent {
	z-index: 999;	
}

.jm-megamenu .childcontent-inner-wrap {
	background:url(https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/joomlart/jmmegamenu/images/arrow.png) no-repeat 20px top; 
	margin-top: -6px;
    -moz-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow:0 2px 7px rgba(0, 0, 0, 0.2);
    box-shadow:0 2px 7px rgba(0, 0, 0, 0.2)}

.jm-megamenu .childcontent-inner {
	background: #fff;
    margin-top:5px;
	float:left;
	width:100%;
	z-index:999;
}

.jm-megamenu .level1 .childcontent-inner,
.jm-megamenu .level2 .childcontent-inner {
  box-shadow: 0 0px 10px 0 rgba(0, 0, 0, 0.1);
}

.jm-megamenu .childcontent .block {
	line-height: 1.5;
	margin: 10px 0;
	padding: 0;
}

.jm-megamenu .childcontent .block h3 {
	background: none;
	margin-left: 10px;
	margin-right: 10px;
	text-indent: 5px;
	text-transform: none;
}

.jm-megamenu .childcontent .block .ja-box-ct {
	padding: 0 5px;
}

.jm-megamenu .childcontent .block a {
	text-decoration: none;
}

.jm-megamenu .childcontent .block a:hover,
.jm-megamenu .childcontent .block a:focus,
.jm-megamenu .childcontent .block a:active {
	text-decoration: none;
}

.jm-megamenu .childcontent .block ul:first-child {
	margin-top: 0 !important;
}

.jm-megamenu .childcontent .block li {
	margin-bottom: 5px;
}

/* Grouped --- */
.jm-megamenu .group {}

.jm-megamenu .group-title { overflow: hidden; margin-top:-10px; }


.jm-megamenu .group-title a.mega span.menu-title { font-size:18px;}

.jm-megamenu ul.level1 li.mega div.group-title a.mega {
  color: #333;
  font-weight: bold;
  padding: 18px 10px 0;
  text-transform: uppercase;
}

.jm-megamenu .group-title .menu-desc {
	padding-left: 0 !important;
}

.jm-megamenu .group-content .block,
.jm-megamenu .group-content ul.megamenu  {
	margin: 10px; /* Group-content's gutter*/
}

/* override --- */
.jm-megamenu .childcontent ul.megamenu .block {
	padding: 0;
}

.jm-megamenu .childcontent ul.megamenu .block h3 {
	margin-left: 0;
	margin-right: 0;
}

.jm-megamenu .category-products { margin: 0; }

.jm-megamenu .products-grid div.item .item-inner { width: auto; min-height: 0; }

.jm-megamenu .products-grid .product-image { margin-top:25px; margin-bottom:10px;}

.jm-megamenu .products-grid div.item { width: 180px; }

.jm-megamenu .group .group-content .block img { padding: 0; float: none; }

.jm-megamenu .products-grid .product-name, 
.jm-megamenu .products-grid .price-box { margin-left:0;}
.jm-megamenu .products-grid .product-information { margin-left:5px }

/* Clearfix
-------------------------------------------------------------*/
* html .clearfix {
	height: 1%; /* IE5-6 */
}

.clearfix {
	display: inline-block; /* IE7xhtml*/
}

html[xmlns] .clearfix { /* O */
	display: block;  
}

.clearfix:after { /* FF, O, etc. */
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearer  { display: block; clear: both; font-size: 0; line-height: 0; height: 0; overflow: hidden; }

/* CSS Document */
#jmoverlay {
  background: none repeat scroll 0 0 #000000;
  height: 9000px;
  left: 0;
  opacity: 0.5;
 -moz-opacity:0.5; 
 -khtml-opacity: 0.5; 
 -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  position: absolute;
  top: 0;
  width: 100% !important;
  z-index: 98;
}

.cart-collaterals .totals {
  width: 100% !important;
}

.jmajaxloading{
  position: absolute;
  width:40px;
  height:43px;
  background: url("https://d3m9qy4zc53519.cloudfront.net/skin/frontend/default/jm_lingerie/joomlart/jmquickview/images/8.gif") no-repeat scroll center center;
  display:none;
  right:0;
  z-index:999;
}


