/* 
 * 	Core Owl Carousel CSS File
 *	v1.3.3
 */

/* clearfix */
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel{
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
	-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;
}
	
.owl-carousel .owl-item{
	float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* mouse grab icon */
.grabbing { 
    cursor:url(http://www.xoticpc.com/skin/frontend/rwd/xotic/css/grabbing.png) 8 8, move;
}

/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}


/* 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;
  filter: alpha(opacity=80); }

.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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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 {
  max-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;
  -webkit-box-shadow: none;
  box-shadow: none; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .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;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1;
    filter: alpha(opacity=100); }
  .mfp-arrow:before, .mfp-arrow:after, .mfp-arrow .mfp-b, .mfp-arrow .mfp-a {
    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, .mfp-arrow .mfp-a {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before, .mfp-arrow .mfp-b {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after, .mfp-arrow-left .mfp-a {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before, .mfp-arrow-left .mfp-b {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after, .mfp-arrow-right .mfp-a {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before, .mfp-arrow-right .mfp-b {
    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;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  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;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    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; }
 }

.mfp-ie7 .mfp-img {
  padding: 0; }
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }
.mfp-ie7 .mfp-container {
  padding: 0; }
.mfp-ie7 .mfp-content {
  padding-top: 44px; }
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }

.white-popup-block{
    background:#FFF;
    padding:20px 30px;
    text-align:left;
    max-width:650px;
    margin:40px auto;
    position:relative
}

/**
 * Bestsellers Showcase
 *
 * @category:    Aitoc
 * @package:     Aitoc_Aitbestsellers
 * @version      0.9.0
 * @license:     n/a
 * @copyright:   Copyright (c) 2014 AITOC, Inc. (http://www.aitoc.com)
 */
.block-bestsellers { font-size:11px; line-height:1.25; }
.block-bestsellers .block-title strong {  background-position:0 0; background-repeat:no-repeat; padding-left:21px; }
.block-bestsellers .block-title strong { background-image:url(http://www.xoticpc.com/skin/frontend/default/default/images/i_block-bestsellers.gif); background-position:0 1px; }
.block-bestsellers .product { margin-left:5px; }

.aitbsetsellers-grid li.item{
    padding: 12px 10px 30px;
}

.aitbestsellers_slider_container .aitbsetsellers-grid .item{
    float:left;
    padding:12px 10px 40px;
    width:138px;
	position:relative;
	height:290px;
}

.aitbestsellers_slider_container .aitbsetsellers-grid .item .actions{
	position:absolute; overflow:hidden; bottom:12px; left:10px; }
	
.aitbestsellers_slider_container .aitbsetsellers-grid .item .actions button{
	float:left;}

.aitbestsellers_slider_container{
	clear: both; position: relative; z-index: 9; }
	
.scrollable{
	position: relative; float:left; width: 100%; margin-left: 0px;}
.scrollable:after {
    clear: both;
    display: block;
    content: "";
}
#aitbestsellers-slider{
	position: absolute; clear: both; width:20000em;}
	
.bs_prev_btn{
	display:block;
	width:22px;
	height:22px;
	background: none;
	background-image:url(http://www.xoticpc.com/skin/frontend/default/default/images/bs_prev_btn.png);
	background-position:left top;
	background-repeat:no-repeat;
	float:left;
	margin-right:10px;
	border:none;
	color:transparent;
	cursor:pointer;
	text-indent:1000em;
	zoom:0;
	margin:5px;}

	
.bs_next_btn{
	display:block;
	width:22px;
	height:22px;
	background: none;
	background-image:url(http://www.xoticpc.com/skin/frontend/default/default/images/bs_next_btn.png);
	background-position:left top;
	background-repeat:no-repeat;
	border:none;
	color:transparent;
	cursor:pointer;
	text-indent:1000em;
	zoom:0;
	float:right;
	margin:5px;
}

.bs_parent_div{
	border-radius:0;
    padding: 0 0 10px;
	}
.bs_parent_div .block-title strong {color: #f2f2f2;}
.bundle-product .bs_parent_div .block-title strong {color: #404041;}
.bs_parent_div:after {
    content:"";
    clear: both;
    display: block;
}
.bs_parent_div .actions{
	background:none;
	text-align:left;}
	
/* static */
.aitbsetsellers-grid ul{
	position:relative;}

.aitbsetsellers-grid li.item{
	width:137px;
	padding:12px 10px 80px;}
	
.aitbsetsellers-grid li.item .actions{
	padding:0;
	background:none;
	text-align:left;}
	
.aitbsetsellers-grid li.item .actions .button{
	float:none;}
	
.aitbsetsellers-grid .actions .add-to-links a{
	float:none;}
.aitbestsellers_slider_container .product-name {
    border: 0;
    color: #404041;
    font-family: "Open Sans",Arial,sans-serif;
    font-weight: 600;
    min-height: 36px;
    text-align: center;
}
.aitbestsellers_slider_container .price-box {
    font-family: "Open Sans",Arial,sans-serif;
    text-align: center;
}
.aitbestsellers_slider_container .actions {text-align: center;}
.aitbestsellers_slider_container .actions .button {
    float: none !important;
    display: inline-block;
}


/**
 * Pre-Orders
 *
 * @category:    Aitoc
 * @package:     Aitoc_Aitpreorder
 * @version      1.1.41
 * @license:     n/a
 * @copyright:   Copyright (c) 2014 AITOC, Inc. (http://www.aitoc.com)
 */
.product-options p.required { margin-bottom:0; padding:15px 0 0; position:static }

/**
 * Shopping Assistant
 *
 * @category:    Aitoc
 * @package:     Aitoc_Aitshopassist
 * @version      1.0.18
 * @license:     n/a
 * @copyright:   Copyright (c) 2014 AITOC, Inc. (http://www.aitoc.com)
 */
.block-compare .assistant-down {
    cursor:pointer;
}

.block-compare .assistant-up {
    cursor:pointer;
}

.block-compare .assistant-down strong {
    background-image: url("http://www.xoticpc.com/skin/frontend/base/default/images/aitshopassistant_arrow_down.gif");
    background-position: 0 1px;
}

.block-compare .assistant-up strong {
    background-image: url("http://www.xoticpc.com/skin/frontend/base/default/images/aitshopassistant_arrow_up.gif");
    background-position: 0 1px;
}

.block-compare .hide {
    display: none;
}

.block-compare .assistant-process-view {
    display: none;
}

.block-compare .assistant-process-actions-view {
    display: none;
}

.assistant-process-view li {
    padding: 3px 9px;
}

.assistant-process-view .label {
    display: block;
    margin-left: 18px;
}

.assistant-process-view input.radio {
    float: left;
    margin: 1px -18px 0 0;
}

.assistant-process-view label {
    color: #777777;
    font-weight: bold;
}

.assistant-message-view {
    display: none;
    padding: 3px 9px;
    color: #3D6611;
    font-weight: bold;
}

.assistant-error-view {
    display: none;
    padding: 3px 9px;
    color: #FF0000;
    font-weight: bold;
}
#magestore-bannerslider-popup{
	padding: 2px;
    position: fixed;
    z-index: 19990;
	background: #fff;
	border: 2px;
}
#magestore-bannerslider-popup-close{
	cursor: pointer;
    height: 22px;
	width:22px;
    position: absolute;
    right: 0px;
    top: -25px;   
    z-index: 19999;
	background:url(http://www.xoticpc.com/skin/frontend/rwd/xotic/css/magestore/bannerslider/image/close-tiny.png) no-repeat center;
}
#bg_fade {
    background-color: #000000;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    visibility: hidden;
    width: 100%;
    z-index: 1000;
	opacity: 0.7;
}
/* Get the bourbon mixin from http://bourbon.io */
/* Reset */
.flip-clock-wrapper * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flip-clock-wrapper a {
  cursor: pointer;
  text-decoration: none;
  color: #ccc; }

.flip-clock-wrapper a:hover {
  color: #fff; }

.flip-clock-wrapper ul {
  list-style: none; }

.flip-clock-wrapper.clearfix:before,
.flip-clock-wrapper.clearfix:after {
  content: " ";
  display: table; }

.flip-clock-wrapper.clearfix:after {
  clear: both; }

.flip-clock-wrapper.clearfix {
  *zoom: 1; }

/* Main */
.flip-clock-wrapper {
  white-space: nowrap;
  font: normal 11px "Helvetica Neue", Helvetica, sans-serif;
  -webkit-user-select: none; }

.flip-clock-meridium {
  background: none;
  box-shadow: 0 0 0 !important;
  font-size: 2em;
  color: rgb(49, 51, 51);
}

.flip-clock-meridium a { color: #313333; }

.flip-clock-wrapper {
  text-align: center;
  position: relative;
  margin: 0 0 1em;
}

.flip-clock-wrapper:before,
.flip-clock-wrapper:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.flip-clock-wrapper:after {
    clear: both;
}

/* Skeleton */
.flip-clock-wrapper ul {
  position: relative;
  display: inline-block;
  margin: 0.20em;
  width: 2.9em;
  height: 4.1em;
  font-size: 1.9em;
  font-weight: bold;
  line-height: 4.3em;
  border-radius: 0.5em;
  box-shadow: 0 0.1em 0.25em rgba(0, 0, 0, 0.7);
  background: #000;
}

.flip-clock-wrapper ul li {
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  line-height: 4.3em;
  text-decoration: none !important;
}

.flip-clock-wrapper ul li:first-child {
  z-index: 2; }

.flip-clock-wrapper ul li a {
  display: block;
  height: 100%;
  -webkit-perspective: 12em;
  -moz-perspective: 12em;
  perspective: 12em;
  margin: 0 !important;
  overflow: visible !important;
  cursor: default !important; }

.flip-clock-wrapper ul li a div {
  z-index: 1;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50.05%;
  font-size: 1.9em;
  overflow: hidden; 
  outline: 1px solid transparent; }

.flip-clock-wrapper ul li a div .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2; }

.flip-clock-wrapper ul li a div.up {
  -webkit-transform-origin: 50% 100%;
  -moz-transform-origin: 50% 100%;
  -ms-transform-origin: 50% 100%;
  -o-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
  top: 0; }

.flip-clock-wrapper ul li a div.up:after {
  content: "";
  position: absolute;
  top: 98%;
  left: 0;
  z-index: 5;
  width: 100%;
  height: 4%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4); }

.flip-clock-wrapper ul li a div.down {
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  bottom: 0;
  border-bottom-left-radius: 0.12em;
  border-bottom-right-radius: 0.12em;
}

.flip-clock-wrapper ul li a div div.inn {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 200%;
  color: #ccc;
  text-shadow: 0 0.02em 0.05em #000;
  text-align: center;
  background-color: #333;
  border-radius: 0.08em;
  font-size: 1.8em; }

.flip-clock-wrapper ul li a div.up div.inn {
  top: 0; }

.flip-clock-wrapper ul li a div.down div.inn {
  bottom: 0; }

/* PLAY */
.flip-clock-wrapper ul.play li.flip-clock-before {
  z-index: 3; }

.flip-clock-wrapper .flip {   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.7); }

.flip-clock-wrapper ul.play li.flip-clock-active {
  -webkit-animation: asd 0.5s 0.5s linear both;
  -moz-animation: asd 0.5s 0.5s linear both;
  animation: asd 0.5s 0.5s linear both;
  z-index: 5; }

.flip-clock-divider {
  display: inline-block;
  position: relative;
  width: 1.7em;
  height: 9em; }

.flip-clock-divider:first-child {
  width: 0; }

.flip-clock-dot {
  display: block;
  background: rgb(50, 52, 52);
  width: 0.9em;
  height: 0.9em;
  position: absolute;
  border-radius: 50%;
  left: 0.45em;
  box-shadow: 0 0 0.5em rgba(0, 0, 0, 0.5);
}

.flip-clock-divider .flip-clock-label {
  position: absolute;
  top: -1.5em;
  right: -7.5em;
  font-size: 100%;
  color: black;
  text-shadow: none; }

.flip-clock-divider.minutes .flip-clock-label {
  right: -8.0em; }

.flip-clock-divider.seconds .flip-clock-label {
  right: -8.2em; }

.flip-clock-dot.top {
  top: 2.7em; }

.flip-clock-dot.bottom {
  bottom: 2.7em; }

@-webkit-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@-moz-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@-o-keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

@keyframes asd {
  0% {
    z-index: 2; }

  20% {
    z-index: 4; }

  100% {
    z-index: 4; } }

.flip-clock-wrapper ul.play li.flip-clock-active .down {
  z-index: 2;
  -webkit-animation: turn 0.5s 0.5s linear both;
  -moz-animation: turn 0.5s 0.5s linear both;
  animation: turn 0.5s 0.5s linear both; }

@-webkit-keyframes turn {
  0% {
    -webkit-transform: rotateX(90deg); }

  100% {
    -webkit-transform: rotateX(0deg); } }

@-moz-keyframes turn {
  0% {
    -moz-transform: rotateX(90deg); }

  100% {
    -moz-transform: rotateX(0deg); } }

@-o-keyframes turn {
  0% {
    -o-transform: rotateX(90deg); }

  100% {
    -o-transform: rotateX(0deg); } }

@keyframes turn {
  0% {
    transform: rotateX(90deg); }

  100% {
    transform: rotateX(0deg); } }

.flip-clock-wrapper ul.play li.flip-clock-before .up {
  z-index: 2;
  -webkit-animation: turn2 0.5s linear both;
  -moz-animation: turn2 0.5s linear both;
  animation: turn2 0.5s linear both; }

@-webkit-keyframes turn2 {
  0% {
    -webkit-transform: rotateX(0deg); }

  100% {
    -webkit-transform: rotateX(-90deg); } }

@-moz-keyframes turn2 {
  0% {
    -moz-transform: rotateX(0deg); }

  100% {
    -moz-transform: rotateX(-90deg); } }

@-o-keyframes turn2 {
  0% {
    -o-transform: rotateX(0deg); }

  100% {
    -o-transform: rotateX(-90deg); } }

@keyframes turn2 {
  0% {
    transform: rotateX(0deg); }

  100% {
    transform: rotateX(-90deg); } }

.flip-clock-wrapper ul li.flip-clock-active {
  z-index: 3; }

/* SHADOW */
.flip-clock-wrapper ul.play li.flip-clock-before .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .up .shadow {
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, black));
  background: linear, top, rgba(0, 0, 0, 0.1) 0%, black 100%;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, black 100%);
  background: linear, to bottom, rgba(0, 0, 0, 0.1) 0%, black 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.3s linear both; }

/*DOWN*/
.flip-clock-wrapper ul.play li.flip-clock-before .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: show 0.5s linear both;
  -moz-animation: show 0.5s linear both;
  animation: show 0.5s linear both; }

.flip-clock-wrapper ul.play li.flip-clock-active .down .shadow {
  background: -moz-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, black), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background: linear, top, black 0%, rgba(0, 0, 0, 0.1) 100%;
  background: -o-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: -ms-linear-gradient(top, black 0%, rgba(0, 0, 0, 0.1) 100%);
  background: linear, to bottom, black 0%, rgba(0, 0, 0, 0.1) 100%;
  -webkit-animation: hide 0.5s 0.3s linear both;
  -moz-animation: hide 0.5s 0.3s linear both;
  animation: hide 0.5s 0.2s linear both; }

@-webkit-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-moz-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@-o-keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

@keyframes show {
  0% {
    opacity: 0; }

  100% {
    opacity: 1; } }

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

  100% {
    opacity: 0; } }

@-moz-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@-o-keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }

@keyframes hide {
  0% {
    opacity: 1; }

  100% {
    opacity: 0; } }


/**
 * Layered Navigation Pro for Enterprise Edition
 *
 * @category:    AdjustWare
 * @package:     AdjustWare_Nav
 * @version      10.5.9
 * @license:     n/a
 * @copyright:   Copyright (c) 2015 AITOC, Inc. (http://www.aitoc.com)
 */
dl#narrow-by-list dd a {padding:0px 5px 0px 0px;}

/*categories*/
dl#narrow-by-list span.adj-nav-category-current {font-weight: bold; padding-left: 5px;}
dl#narrow-by-list a.adj-nav-pad2, #adj-nav-select option.adj-nav-pad2 {padding-left:7px}
dl#narrow-by-list a.adj-nav-pad3, #adj-nav-select option.adj-nav-pad3 {padding-left:14px}
dl#narrow-by-list a.adj-nav-pad4, #adj-nav-select option.adj-nav-pad4 {padding-left:21px}
dl#narrow-by-list a.adj-nav-pad5, #adj-nav-select option.adj-nav-pad5 {padding-left:28px}
dl#narrow-by-list a.adj-nav-pad6, #adj-nav-select option.adj-nav-pad6 {padding-left:35px}
dl#narrow-by-list a.adj-nav-pad7, #adj-nav-select option.adj-nav-pad7 {padding-left:42px}
dl#narrow-by-list a.adj-nav-pad8, #adj-nav-select option.adj-nav-pad8 {padding-left:49px}
dl#narrow-by-list a.adj-nav-pad9, #adj-nav-select option.adj-nav-pad9 {padding-left:56px}
/*price ranges*/
dl#narrow-by-list a.adj-nav-price {}
dl#narrow-by-list a.adj-nav-price-selected {font-weight: bold}

/*attributes*/
dl#narrow-by-list a.adj-nav-attribute { padding-left:15px; background:transparent url(http://www.xoticpc.com/skin/frontend/rwd/default/images/adj-nav-checkbox.gif) no-repeat scroll -70px 5px;}
dl#narrow-by-list span.adj-nav-attr-disabled { padding-left:15px; background:transparent url(http://www.xoticpc.com/skin/frontend/rwd/default/images/adj-nav-checkbox.gif) no-repeat scroll -70px 10px;}
dl#narrow-by-list a.adj-nav-attribute-selected {padding-left:15px; background-position: -50px -15px; font-weight: bold; }
dl#narrow-by-list a.adj-nav-icon {padding:0px 0px 5px 0px;}
dl#narrow-by-list a.adj-nav-icon-selected {opacity:0.5}
img.adj-icon{padding-right:5px}

dl#narrow-by-list a.adj-nav-disabled {color:gray; cursor:wait}
dl#narrow-by-list input.adj-nav-disabled {background-color:gray; border:1px solid gray; cursor:wait}

dl#narrow-by-list a.adj-nav-clear {float: right; cursor:pointer;}

div.adj-nav-slider { position:relative; z-index:9; height:18px; margin:0 0 5px 0; background:url(http://www.xoticpc.com/skin/frontend/rwd/default/images/adj-nav-slider-bg.gif) no-repeat 50% 50%; cursor:pointer; width: 170px;}
div.adj-nav-slider div.handle { top:3px; width:8px; height:14px; background: transparent url(http://www.xoticpc.com/skin/frontend/rwd/default/images/adj-nav-slider-hadle.png) no-repeat; cursor:move; position: absolute; }

#adj-nav-container, div.adj-nav {position:relative}

.adj-nav-progress{
    width:100%;
    height:100%;
    background-color:#FFFFFF;
    z-index:500;
    opacity: 0.6;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    position:absolute;
    top:0;
    left:0;
}

.adj-nav-progress img{
    left:45%;
    top:100px;
    display:block;
    position:absolute;
}

.layered-nav div.adj-clear-all {
    margin:0;
    border:1px solid #b9ccdd;
    border-left:0;
    border-right:0;
    padding:3px 10px;
    background:url(http://www.xoticpc.com/skin/frontend/rwd/default/images/layered_nav_narrowed_category_heading.gif) #d5e8ff;
    color:#1f5070;
    font-weight:bold;
    font-size:1em;
    text-align:center;
}

dl#narrow-by-list dt{
    cursor:pointer;
}
dl#narrow-by-list dt.adj-nav-dt-selected{
    background:url(http://www.xoticpc.com/skin/frontend/rwd/default/images/narrow_by_set2.png) no-repeat 9px .9em;
}

dl#narrow-by-list dd li{overflow:hidden;}
.adjnav-attr-more-dd {min-height: 12px;}

div.adjnav-page-autoload-progress {
    text-align: center;
    padding: 5px 0;
}

div.adjnav-page-autoload-progress img {
    margin: 0 2px;
}
.aitcontainer {
    border: 1px solid #B6B6B6;
    background-color: #fff;
    width: 150px;
    padding-left: 5px;
    overflow-y: auto;
}

.sidebar #narrow-by-list select{
    max-width: 170px;
}

.block-layered-nav .block-content > div > dl > dt {
    -moz-user-select: none;
    background-color: #f4f4f4;
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px;
    color: #636363;
    display: block;
    font-family: "Raleway","Helvetica Neue",Verdana,Arial,sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.4;
    margin: 0;
    padding: 7px 10px 7px 24px;
    position: relative;
    text-rendering: optimizespeed;
    text-transform: uppercase;
}

#adj-nav-range-fromprice, #adj-nav-range-toprice{
    display: inline;
    padding: 5px 0px;
}

.block-layered-nav dl dd ol > li > span, .block-layered-nav dl dd ol > li > a{display: inline !important;}
