/* CSS Document */
.vmuikit-panel-trans
{
 background-color:transparent !important;
}

input.quantity-input{width:auto !important;}

/*#vmCartModule .uk-dropdown{position:relative !important;padding:10px 10px 15px;left:-68px !important;min-width:170px;}*/
#vmCartModule{width:100%; min-width:200px;}

ul.uk-table-striped  li:nth-of-type(2n+1){background:#FAFAFA;border-bottom:1px solid #E5E5E5;}

ul.uk-table-striped  li:nth-of-type:nth-of-type(2n){background:#FFF;border-bottom:1px solid #E5E5E5;}

ul.uk-table-striped  li.last-item{background:transparent;border-bottom:0 none;}
.last-item .show_cart a{float:none}
.vm_cart_products{font-size:10px}

.product-question, .product-recommendation{padding:15px; }

#checkoutForm .quantity-confirm
{
 width:auto !important;
}

div.product{border:0px none !important;}

.vm-nodisplay{display:none; }

@media (min-width: 960px){
.uk-modal-dialog
{
 min-width:700px !important;
}
}




/* ========================================================================
   Component: Thumbnav
 ========================================================================== */
/*
 * 1. Gutter
 * 2. Remove default list style
 */
.uk-thumbnav {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  /* 1 */
  margin-left: -10px;
  margin-top: -10px;
  /* 2 */
  padding: 0;
  list-style: none;
}
/*
 * 1. Space is allocated solely based on content dimensions
 * 2. Horizontal gutter is using `padding` so `uk-width-*` classes can be applied
 */
.uk-thumbnav > * {
  /* 1 */
  -ms-flex: none;
  -webkit-flex: none;
  flex: none;
  /* 2 */
  padding-left: 10px;
  margin-top: 10px;
}
/*
 * DEPRECATED IE9 Support
 */
.uk-thumbnav:before,
.uk-thumbnav:after {
  content: "";
  display: block;
  overflow: hidden;
}
.uk-thumbnav:after {
  clear: both;
}
.uk-thumbnav > * {
  float: left;
}
/* Items
 ========================================================================== */
.uk-thumbnav > * > * {
  display: block;
  background: #232527;
}
.uk-thumbnav > * > * > img {
  opacity: 0.5;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
/*
 * Hover
 */
.uk-thumbnav > * > *:hover > img,
.uk-thumbnav > * > *:focus > img {
  opacity: 1;
}
/*
 * Active
 */
.uk-thumbnav > .uk-active > * > img {
  opacity: 1;
}

.lasthr 
{
	margin-bottom:0px !important;
	bottom: 0;
    display: block;
    left: 0px;
    position: absolute;
    right: 5px;
}
.categorycenter .uk-overlay-caption
{
 
}
@media (max-width: 360px){
.uk-special-addtocart
{
 float:none !important;
 width:100% !important;
 margin-top:3px !important;

}
.uk-special-cartclose
{
 width:100% !important;
}
}

.vm-img-desc
{
 display:block;
 text-align:center;
}

.uk-modal-dialog-lightbox > .uk-close:first-child, .uk-modal-close
{
z-index:50000;
}

.uk-position-absolute, [class*="uk-position-top"], [class*="uk-position-bottom"] {
    position: absolute !important;
}
.uk-position-top {
    left: 0;
    right: 0;
    top: 0;
}
.uk-position-bottom {
    bottom: 0;
    left: 0;
    right: 0;
}
.uk-position-top-left {
    left: 0;
    top: 0;
}
.uk-position-top-right {
    right: 0;
    top: 0;
}
.uk-position-bottom-left {
    bottom: 0;
    left: 0;
}
.uk-position-bottom-right {
    bottom: 0;
    right: 0;
}
.uk-position-cover {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.uk-position-relative {
    position: relative !important;
}
.uk-offcanvas 
{
  visibility:hidden;
  opacity:0;
  transition: visibility 0s, opacity 0.5s linear;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.5s linear;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  touch-action: none;
  background: rgba(0, 0, 0, 0.5);
}

.uk-offcanvas.uk-active 
{
   visibility: visible;
   opacity: 1;
   transition-delay:0s;
}
uk-offcanvas-page 
{
margin-left: 0px !important;
} 

#image_container{position:relative; }
.badge_div{z-index:5; }


.hidediv
{
display:none;

}
.zoomLens
{
 cursor:pointer !important;
}
.badge_div .vm-img-desc
{
 display:none;
}